diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index f29215d..d24b234 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -16,7 +16,8 @@ jobs: timeout-minutes: 5 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout ${{ github.repository }} + uses: actions/checkout@v4 - name: Make a call uses: ./ with: diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 6411f16..b34807c 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -14,9 +14,10 @@ jobs: steps: - name: Checkout ${{ github.repository }} uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - name: Setup node + uses: actions/setup-node@v4 with: - node-version: "20.10.0" + node-version-file: ".nvmrc" - name: Cache yarn dependencies id: yarn-cache uses: actions/cache@v3 diff --git a/.gitleaksignore b/.gitleaksignore index b41ee19..decdf20 100644 --- a/.gitleaksignore +++ b/.gitleaksignore @@ -1,2 +1,2 @@ -.yarn/releases/yarn-4.0.2.cjs:aws-access-token:149 -.yarn/releases/yarn-4.0.2.cjs:generic-api-key:567 +.yarn/releases/yarn-4.1.0.cjs:aws-access-token:149 +.yarn/releases/yarn-4.1.0.cjs:generic-api-key:567 diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..05aa448 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v21.6.2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 246189d..584bdce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: hooks: - id: detect-secrets - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.1 + rev: v8.18.2 hooks: - id: gitleaks - repo: https://github.com/fabasoad/pre-commit-snyk @@ -50,19 +50,19 @@ repos: stages: ["push"] # Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.38.0 + rev: v0.39.0 hooks: - id: markdownlint-fix stages: ["commit"] # Yaml - repo: https://github.com/adrienverge/yamllint - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint stages: ["push"] # GitHub Actions - repo: https://github.com/rhysd/actionlint - rev: v1.6.26 + rev: v1.6.27 hooks: - id: actionlint args: ["-pyflakes="] diff --git a/.yarn/releases/yarn-4.0.2.cjs b/.yarn/releases/yarn-4.1.0.cjs similarity index 52% rename from .yarn/releases/yarn-4.0.2.cjs rename to .yarn/releases/yarn-4.1.0.cjs index f12c120..738adce 100755 --- a/.yarn/releases/yarn-4.0.2.cjs +++ b/.yarn/releases/yarn-4.1.0.cjs @@ -1,152 +1,152 @@ #!/usr/bin/env node /* eslint-disable */ //prettier-ignore -(()=>{var n_e=Object.create;var MT=Object.defineProperty;var i_e=Object.getOwnPropertyDescriptor;var s_e=Object.getOwnPropertyNames;var o_e=Object.getPrototypeOf,a_e=Object.prototype.hasOwnProperty;var Be=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+t+'" is not supported')});var Et=(t,e)=>()=>(t&&(e=t(t=0)),e);var _=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Kt=(t,e)=>{for(var r in e)MT(t,r,{get:e[r],enumerable:!0})},l_e=(t,e,r,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of s_e(e))!a_e.call(t,a)&&a!==r&&MT(t,a,{get:()=>e[a],enumerable:!(o=i_e(e,a))||o.enumerable});return t};var $e=(t,e,r)=>(r=t!=null?n_e(o_e(t)):{},l_e(e||!t||!t.__esModule?MT(r,"default",{value:t,enumerable:!0}):r,t));var vi={};Kt(vi,{SAFE_TIME:()=>F7,S_IFDIR:()=>wD,S_IFLNK:()=>ID,S_IFMT:()=>Mu,S_IFREG:()=>Hw});var Mu,wD,Hw,ID,F7,T7=Et(()=>{Mu=61440,wD=16384,Hw=32768,ID=40960,F7=456789e3});var ar={};Kt(ar,{EBADF:()=>Io,EBUSY:()=>c_e,EEXIST:()=>g_e,EINVAL:()=>A_e,EISDIR:()=>h_e,ENOENT:()=>f_e,ENOSYS:()=>u_e,ENOTDIR:()=>p_e,ENOTEMPTY:()=>m_e,EOPNOTSUPP:()=>y_e,EROFS:()=>d_e,ERR_DIR_CLOSED:()=>OT});function Rl(t,e){return Object.assign(new Error(`${t}: ${e}`),{code:t})}function c_e(t){return Rl("EBUSY",t)}function u_e(t,e){return Rl("ENOSYS",`${t}, ${e}`)}function A_e(t){return Rl("EINVAL",`invalid argument, ${t}`)}function Io(t){return Rl("EBADF",`bad file descriptor, ${t}`)}function f_e(t){return Rl("ENOENT",`no such file or directory, ${t}`)}function p_e(t){return Rl("ENOTDIR",`not a directory, ${t}`)}function h_e(t){return Rl("EISDIR",`illegal operation on a directory, ${t}`)}function g_e(t){return Rl("EEXIST",`file already exists, ${t}`)}function d_e(t){return Rl("EROFS",`read-only filesystem, ${t}`)}function m_e(t){return Rl("ENOTEMPTY",`directory not empty, ${t}`)}function y_e(t){return Rl("EOPNOTSUPP",`operation not supported, ${t}`)}function OT(){return Rl("ERR_DIR_CLOSED","Directory handle was closed")}var BD=Et(()=>{});var Ea={};Kt(Ea,{BigIntStatsEntry:()=>ey,DEFAULT_MODE:()=>HT,DirEntry:()=>UT,StatEntry:()=>$m,areStatsEqual:()=>jT,clearStats:()=>vD,convertToBigIntStats:()=>C_e,makeDefaultStats:()=>R7,makeEmptyStats:()=>E_e});function R7(){return new $m}function E_e(){return vD(R7())}function vD(t){for(let e in t)if(Object.hasOwn(t,e)){let r=t[e];typeof r=="number"?t[e]=0:typeof r=="bigint"?t[e]=BigInt(0):_T.types.isDate(r)&&(t[e]=new Date(0))}return t}function C_e(t){let e=new ey;for(let r in t)if(Object.hasOwn(t,r)){let o=t[r];typeof o=="number"?e[r]=BigInt(o):_T.types.isDate(o)&&(e[r]=new Date(o))}return e.atimeNs=e.atimeMs*BigInt(1e6),e.mtimeNs=e.mtimeMs*BigInt(1e6),e.ctimeNs=e.ctimeMs*BigInt(1e6),e.birthtimeNs=e.birthtimeMs*BigInt(1e6),e}function jT(t,e){if(t.atimeMs!==e.atimeMs||t.birthtimeMs!==e.birthtimeMs||t.blksize!==e.blksize||t.blocks!==e.blocks||t.ctimeMs!==e.ctimeMs||t.dev!==e.dev||t.gid!==e.gid||t.ino!==e.ino||t.isBlockDevice()!==e.isBlockDevice()||t.isCharacterDevice()!==e.isCharacterDevice()||t.isDirectory()!==e.isDirectory()||t.isFIFO()!==e.isFIFO()||t.isFile()!==e.isFile()||t.isSocket()!==e.isSocket()||t.isSymbolicLink()!==e.isSymbolicLink()||t.mode!==e.mode||t.mtimeMs!==e.mtimeMs||t.nlink!==e.nlink||t.rdev!==e.rdev||t.size!==e.size||t.uid!==e.uid)return!1;let r=t,o=e;return!(r.atimeNs!==o.atimeNs||r.mtimeNs!==o.mtimeNs||r.ctimeNs!==o.ctimeNs||r.birthtimeNs!==o.birthtimeNs)}var _T,HT,UT,$m,ey,qT=Et(()=>{_T=$e(Be("util")),HT=33188,UT=class{constructor(){this.name="";this.path="";this.mode=0}isBlockDevice(){return!1}isCharacterDevice(){return!1}isDirectory(){return(this.mode&61440)===16384}isFIFO(){return!1}isFile(){return(this.mode&61440)===32768}isSocket(){return!1}isSymbolicLink(){return(this.mode&61440)===40960}},$m=class{constructor(){this.uid=0;this.gid=0;this.size=0;this.blksize=0;this.atimeMs=0;this.mtimeMs=0;this.ctimeMs=0;this.birthtimeMs=0;this.atime=new Date(0);this.mtime=new Date(0);this.ctime=new Date(0);this.birthtime=new Date(0);this.dev=0;this.ino=0;this.mode=HT;this.nlink=1;this.rdev=0;this.blocks=1}isBlockDevice(){return!1}isCharacterDevice(){return!1}isDirectory(){return(this.mode&61440)===16384}isFIFO(){return!1}isFile(){return(this.mode&61440)===32768}isSocket(){return!1}isSymbolicLink(){return(this.mode&61440)===40960}},ey=class{constructor(){this.uid=BigInt(0);this.gid=BigInt(0);this.size=BigInt(0);this.blksize=BigInt(0);this.atimeMs=BigInt(0);this.mtimeMs=BigInt(0);this.ctimeMs=BigInt(0);this.birthtimeMs=BigInt(0);this.atimeNs=BigInt(0);this.mtimeNs=BigInt(0);this.ctimeNs=BigInt(0);this.birthtimeNs=BigInt(0);this.atime=new Date(0);this.mtime=new Date(0);this.ctime=new Date(0);this.birthtime=new Date(0);this.dev=BigInt(0);this.ino=BigInt(0);this.mode=BigInt(HT);this.nlink=BigInt(1);this.rdev=BigInt(0);this.blocks=BigInt(1)}isBlockDevice(){return!1}isCharacterDevice(){return!1}isDirectory(){return(this.mode&BigInt(61440))===BigInt(16384)}isFIFO(){return!1}isFile(){return(this.mode&BigInt(61440))===BigInt(32768)}isSocket(){return!1}isSymbolicLink(){return(this.mode&BigInt(61440))===BigInt(40960)}}});function D_e(t){let e,r;if(e=t.match(B_e))t=e[1];else if(r=t.match(v_e))t=`\\\\${r[1]?".\\":""}${r[2]}`;else return t;return t.replace(/\//g,"\\")}function P_e(t){t=t.replace(/\\/g,"/");let e,r;return(e=t.match(w_e))?t=`/${e[1]}`:(r=t.match(I_e))&&(t=`/unc/${r[1]?".dot/":""}${r[2]}`),t}function DD(t,e){return t===ue?L7(e):GT(e)}var jw,Bt,dr,ue,K,N7,w_e,I_e,B_e,v_e,GT,L7,Ca=Et(()=>{jw=$e(Be("path")),Bt={root:"/",dot:".",parent:".."},dr={home:"~",nodeModules:"node_modules",manifest:"package.json",lockfile:"yarn.lock",virtual:"__virtual__",pnpJs:".pnp.js",pnpCjs:".pnp.cjs",pnpData:".pnp.data.json",pnpEsmLoader:".pnp.loader.mjs",rc:".yarnrc.yml",env:".env"},ue=Object.create(jw.default),K=Object.create(jw.default.posix);ue.cwd=()=>process.cwd();K.cwd=process.platform==="win32"?()=>GT(process.cwd()):process.cwd;process.platform==="win32"&&(K.resolve=(...t)=>t.length>0&&K.isAbsolute(t[0])?jw.default.posix.resolve(...t):jw.default.posix.resolve(K.cwd(),...t));N7=function(t,e,r){return e=t.normalize(e),r=t.normalize(r),e===r?".":(e.endsWith(t.sep)||(e=e+t.sep),r.startsWith(e)?r.slice(e.length):null)};ue.contains=(t,e)=>N7(ue,t,e);K.contains=(t,e)=>N7(K,t,e);w_e=/^([a-zA-Z]:.*)$/,I_e=/^\/\/(\.\/)?(.*)$/,B_e=/^\/([a-zA-Z]:.*)$/,v_e=/^\/unc\/(\.dot\/)?(.*)$/;GT=process.platform==="win32"?P_e:t=>t,L7=process.platform==="win32"?D_e:t=>t;ue.fromPortablePath=L7;ue.toPortablePath=GT});async function PD(t,e){let r="0123456789abcdef";await t.mkdirPromise(e.indexPath,{recursive:!0});let o=[];for(let a of r)for(let n of r)o.push(t.mkdirPromise(t.pathUtils.join(e.indexPath,`${a}${n}`),{recursive:!0}));return await Promise.all(o),e.indexPath}async function M7(t,e,r,o,a){let n=t.pathUtils.normalize(e),u=r.pathUtils.normalize(o),A=[],p=[],{atime:h,mtime:E}=a.stableTime?{atime:Lg,mtime:Lg}:await r.lstatPromise(u);await t.mkdirpPromise(t.pathUtils.dirname(e),{utimes:[h,E]}),await YT(A,p,t,n,r,u,{...a,didParentExist:!0});for(let I of A)await I();await Promise.all(p.map(I=>I()))}async function YT(t,e,r,o,a,n,u){let A=u.didParentExist?await O7(r,o):null,p=await a.lstatPromise(n),{atime:h,mtime:E}=u.stableTime?{atime:Lg,mtime:Lg}:p,I;switch(!0){case p.isDirectory():I=await x_e(t,e,r,o,A,a,n,p,u);break;case p.isFile():I=await Q_e(t,e,r,o,A,a,n,p,u);break;case p.isSymbolicLink():I=await F_e(t,e,r,o,A,a,n,p,u);break;default:throw new Error(`Unsupported file type (${p.mode})`)}return(u.linkStrategy?.type!=="HardlinkFromIndex"||!p.isFile())&&((I||A?.mtime?.getTime()!==E.getTime()||A?.atime?.getTime()!==h.getTime())&&(e.push(()=>r.lutimesPromise(o,h,E)),I=!0),(A===null||(A.mode&511)!==(p.mode&511))&&(e.push(()=>r.chmodPromise(o,p.mode&511)),I=!0)),I}async function O7(t,e){try{return await t.lstatPromise(e)}catch{return null}}async function x_e(t,e,r,o,a,n,u,A,p){if(a!==null&&!a.isDirectory())if(p.overwrite)t.push(async()=>r.removePromise(o)),a=null;else return!1;let h=!1;a===null&&(t.push(async()=>{try{await r.mkdirPromise(o,{mode:A.mode})}catch(v){if(v.code!=="EEXIST")throw v}}),h=!0);let E=await n.readdirPromise(u),I=p.didParentExist&&!a?{...p,didParentExist:!1}:p;if(p.stableSort)for(let v of E.sort())await YT(t,e,r,r.pathUtils.join(o,v),n,n.pathUtils.join(u,v),I)&&(h=!0);else(await Promise.all(E.map(async b=>{await YT(t,e,r,r.pathUtils.join(o,b),n,n.pathUtils.join(u,b),I)}))).some(b=>b)&&(h=!0);return h}async function b_e(t,e,r,o,a,n,u,A,p,h){let E=await n.checksumFilePromise(u,{algorithm:"sha1"}),I=r.pathUtils.join(h.indexPath,E.slice(0,2),`${E}.dat`),v;(te=>(te[te.Lock=0]="Lock",te[te.Rename=1]="Rename"))(v||={});let b=1,C=await O7(r,I);if(a){let U=C&&a.dev===C.dev&&a.ino===C.ino,J=C?.mtimeMs!==S_e;if(U&&J&&h.autoRepair&&(b=0,C=null),!U)if(p.overwrite)t.push(async()=>r.removePromise(o)),a=null;else return!1}let T=!C&&b===1?`${I}.${Math.floor(Math.random()*4294967296).toString(16).padStart(8,"0")}`:null,L=!1;return t.push(async()=>{if(!C&&(b===0&&await r.lockPromise(I,async()=>{let U=await n.readFilePromise(u);await r.writeFilePromise(I,U)}),b===1&&T)){let U=await n.readFilePromise(u);await r.writeFilePromise(T,U);try{await r.linkPromise(T,I)}catch(J){if(J.code==="EEXIST")L=!0,await r.unlinkPromise(T);else throw J}}a||await r.linkPromise(I,o)}),e.push(async()=>{C||await r.lutimesPromise(I,Lg,Lg),T&&!L&&await r.unlinkPromise(T)}),!1}async function k_e(t,e,r,o,a,n,u,A,p){if(a!==null)if(p.overwrite)t.push(async()=>r.removePromise(o)),a=null;else return!1;return t.push(async()=>{let h=await n.readFilePromise(u);await r.writeFilePromise(o,h)}),!0}async function Q_e(t,e,r,o,a,n,u,A,p){return p.linkStrategy?.type==="HardlinkFromIndex"?b_e(t,e,r,o,a,n,u,A,p,p.linkStrategy):k_e(t,e,r,o,a,n,u,A,p)}async function F_e(t,e,r,o,a,n,u,A,p){if(a!==null)if(p.overwrite)t.push(async()=>r.removePromise(o)),a=null;else return!1;return t.push(async()=>{await r.symlinkPromise(DD(r.pathUtils,await n.readlinkPromise(u)),o)}),!0}var Lg,S_e,WT=Et(()=>{Ca();Lg=new Date(456789e3*1e3),S_e=Lg.getTime()});function SD(t,e,r,o){let a=()=>{let n=r.shift();if(typeof n>"u")return null;let u=t.pathUtils.join(e,n);return Object.assign(t.statSync(u),{name:n,path:void 0})};return new qw(e,a,o)}var qw,U7=Et(()=>{BD();qw=class{constructor(e,r,o={}){this.path=e;this.nextDirent=r;this.opts=o;this.closed=!1}throwIfClosed(){if(this.closed)throw OT()}async*[Symbol.asyncIterator](){try{let e;for(;(e=await this.read())!==null;)yield e}finally{await this.close()}}read(e){let r=this.readSync();return typeof e<"u"?e(null,r):Promise.resolve(r)}readSync(){return this.throwIfClosed(),this.nextDirent()}close(e){return this.closeSync(),typeof e<"u"?e(null):Promise.resolve()}closeSync(){this.throwIfClosed(),this.opts.onClose?.(),this.closed=!0}}});function _7(t,e){if(t!==e)throw new Error(`Invalid StatWatcher status: expected '${e}', got '${t}'`)}var H7,ty,j7=Et(()=>{H7=Be("events");qT();ty=class extends H7.EventEmitter{constructor(r,o,{bigint:a=!1}={}){super();this.status="ready";this.changeListeners=new Map;this.startTimeout=null;this.fakeFs=r,this.path=o,this.bigint=a,this.lastStats=this.stat()}static create(r,o,a){let n=new ty(r,o,a);return n.start(),n}start(){_7(this.status,"ready"),this.status="running",this.startTimeout=setTimeout(()=>{this.startTimeout=null,this.fakeFs.existsSync(this.path)||this.emit("change",this.lastStats,this.lastStats)},3)}stop(){_7(this.status,"running"),this.status="stopped",this.startTimeout!==null&&(clearTimeout(this.startTimeout),this.startTimeout=null),this.emit("stop")}stat(){try{return this.fakeFs.statSync(this.path,{bigint:this.bigint})}catch{let o=this.bigint?new ey:new $m;return vD(o)}}makeInterval(r){let o=setInterval(()=>{let a=this.stat(),n=this.lastStats;jT(a,n)||(this.lastStats=a,this.emit("change",a,n))},r.interval);return r.persistent?o:o.unref()}registerChangeListener(r,o){this.addListener("change",r),this.changeListeners.set(r,this.makeInterval(o))}unregisterChangeListener(r){this.removeListener("change",r);let o=this.changeListeners.get(r);typeof o<"u"&&clearInterval(o),this.changeListeners.delete(r)}unregisterAllChangeListeners(){for(let r of this.changeListeners.keys())this.unregisterChangeListener(r)}hasChangeListeners(){return this.changeListeners.size>0}ref(){for(let r of this.changeListeners.values())r.ref();return this}unref(){for(let r of this.changeListeners.values())r.unref();return this}}});function ry(t,e,r,o){let a,n,u,A;switch(typeof r){case"function":a=!1,n=!0,u=5007,A=r;break;default:({bigint:a=!1,persistent:n=!0,interval:u=5007}=r),A=o;break}let p=xD.get(t);typeof p>"u"&&xD.set(t,p=new Map);let h=p.get(e);return typeof h>"u"&&(h=ty.create(t,e,{bigint:a}),p.set(e,h)),h.registerChangeListener(A,{persistent:n,interval:u}),h}function Mg(t,e,r){let o=xD.get(t);if(typeof o>"u")return;let a=o.get(e);typeof a>"u"||(typeof r>"u"?a.unregisterAllChangeListeners():a.unregisterChangeListener(r),a.hasChangeListeners()||(a.stop(),o.delete(e)))}function Og(t){let e=xD.get(t);if(!(typeof e>"u"))for(let r of e.keys())Mg(t,r)}var xD,VT=Et(()=>{j7();xD=new WeakMap});function T_e(t){let e=t.match(/\r?\n/g);if(e===null)return G7.EOL;let r=e.filter(a=>a===`\r +(()=>{var Z3e=Object.create;var NR=Object.defineProperty;var $3e=Object.getOwnPropertyDescriptor;var e_e=Object.getOwnPropertyNames;var t_e=Object.getPrototypeOf,r_e=Object.prototype.hasOwnProperty;var ve=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+t+'" is not supported')});var Et=(t,e)=>()=>(t&&(e=t(t=0)),e);var _=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Vt=(t,e)=>{for(var r in e)NR(t,r,{get:e[r],enumerable:!0})},n_e=(t,e,r,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of e_e(e))!r_e.call(t,a)&&a!==r&&NR(t,a,{get:()=>e[a],enumerable:!(o=$3e(e,a))||o.enumerable});return t};var $e=(t,e,r)=>(r=t!=null?Z3e(t_e(t)):{},n_e(e||!t||!t.__esModule?NR(r,"default",{value:t,enumerable:!0}):r,t));var vi={};Vt(vi,{SAFE_TIME:()=>x7,S_IFDIR:()=>wD,S_IFLNK:()=>ID,S_IFMT:()=>Ou,S_IFREG:()=>jw});var Ou,wD,jw,ID,x7,k7=Et(()=>{Ou=61440,wD=16384,jw=32768,ID=40960,x7=456789e3});var ar={};Vt(ar,{EBADF:()=>Io,EBUSY:()=>i_e,EEXIST:()=>u_e,EINVAL:()=>o_e,EISDIR:()=>c_e,ENOENT:()=>a_e,ENOSYS:()=>s_e,ENOTDIR:()=>l_e,ENOTEMPTY:()=>f_e,EOPNOTSUPP:()=>p_e,EROFS:()=>A_e,ERR_DIR_CLOSED:()=>LR});function Tl(t,e){return Object.assign(new Error(`${t}: ${e}`),{code:t})}function i_e(t){return Tl("EBUSY",t)}function s_e(t,e){return Tl("ENOSYS",`${t}, ${e}`)}function o_e(t){return Tl("EINVAL",`invalid argument, ${t}`)}function Io(t){return Tl("EBADF",`bad file descriptor, ${t}`)}function a_e(t){return Tl("ENOENT",`no such file or directory, ${t}`)}function l_e(t){return Tl("ENOTDIR",`not a directory, ${t}`)}function c_e(t){return Tl("EISDIR",`illegal operation on a directory, ${t}`)}function u_e(t){return Tl("EEXIST",`file already exists, ${t}`)}function A_e(t){return Tl("EROFS",`read-only filesystem, ${t}`)}function f_e(t){return Tl("ENOTEMPTY",`directory not empty, ${t}`)}function p_e(t){return Tl("EOPNOTSUPP",`operation not supported, ${t}`)}function LR(){return Tl("ERR_DIR_CLOSED","Directory handle was closed")}var BD=Et(()=>{});var Ea={};Vt(Ea,{BigIntStatsEntry:()=>ty,DEFAULT_MODE:()=>UR,DirEntry:()=>OR,StatEntry:()=>ey,areStatsEqual:()=>_R,clearStats:()=>vD,convertToBigIntStats:()=>g_e,makeDefaultStats:()=>Q7,makeEmptyStats:()=>h_e});function Q7(){return new ey}function h_e(){return vD(Q7())}function vD(t){for(let e in t)if(Object.hasOwn(t,e)){let r=t[e];typeof r=="number"?t[e]=0:typeof r=="bigint"?t[e]=BigInt(0):MR.types.isDate(r)&&(t[e]=new Date(0))}return t}function g_e(t){let e=new ty;for(let r in t)if(Object.hasOwn(t,r)){let o=t[r];typeof o=="number"?e[r]=BigInt(o):MR.types.isDate(o)&&(e[r]=new Date(o))}return e.atimeNs=e.atimeMs*BigInt(1e6),e.mtimeNs=e.mtimeMs*BigInt(1e6),e.ctimeNs=e.ctimeMs*BigInt(1e6),e.birthtimeNs=e.birthtimeMs*BigInt(1e6),e}function _R(t,e){if(t.atimeMs!==e.atimeMs||t.birthtimeMs!==e.birthtimeMs||t.blksize!==e.blksize||t.blocks!==e.blocks||t.ctimeMs!==e.ctimeMs||t.dev!==e.dev||t.gid!==e.gid||t.ino!==e.ino||t.isBlockDevice()!==e.isBlockDevice()||t.isCharacterDevice()!==e.isCharacterDevice()||t.isDirectory()!==e.isDirectory()||t.isFIFO()!==e.isFIFO()||t.isFile()!==e.isFile()||t.isSocket()!==e.isSocket()||t.isSymbolicLink()!==e.isSymbolicLink()||t.mode!==e.mode||t.mtimeMs!==e.mtimeMs||t.nlink!==e.nlink||t.rdev!==e.rdev||t.size!==e.size||t.uid!==e.uid)return!1;let r=t,o=e;return!(r.atimeNs!==o.atimeNs||r.mtimeNs!==o.mtimeNs||r.ctimeNs!==o.ctimeNs||r.birthtimeNs!==o.birthtimeNs)}var MR,UR,OR,ey,ty,HR=Et(()=>{MR=$e(ve("util")),UR=33188,OR=class{constructor(){this.name="";this.path="";this.mode=0}isBlockDevice(){return!1}isCharacterDevice(){return!1}isDirectory(){return(this.mode&61440)===16384}isFIFO(){return!1}isFile(){return(this.mode&61440)===32768}isSocket(){return!1}isSymbolicLink(){return(this.mode&61440)===40960}},ey=class{constructor(){this.uid=0;this.gid=0;this.size=0;this.blksize=0;this.atimeMs=0;this.mtimeMs=0;this.ctimeMs=0;this.birthtimeMs=0;this.atime=new Date(0);this.mtime=new Date(0);this.ctime=new Date(0);this.birthtime=new Date(0);this.dev=0;this.ino=0;this.mode=UR;this.nlink=1;this.rdev=0;this.blocks=1}isBlockDevice(){return!1}isCharacterDevice(){return!1}isDirectory(){return(this.mode&61440)===16384}isFIFO(){return!1}isFile(){return(this.mode&61440)===32768}isSocket(){return!1}isSymbolicLink(){return(this.mode&61440)===40960}},ty=class{constructor(){this.uid=BigInt(0);this.gid=BigInt(0);this.size=BigInt(0);this.blksize=BigInt(0);this.atimeMs=BigInt(0);this.mtimeMs=BigInt(0);this.ctimeMs=BigInt(0);this.birthtimeMs=BigInt(0);this.atimeNs=BigInt(0);this.mtimeNs=BigInt(0);this.ctimeNs=BigInt(0);this.birthtimeNs=BigInt(0);this.atime=new Date(0);this.mtime=new Date(0);this.ctime=new Date(0);this.birthtime=new Date(0);this.dev=BigInt(0);this.ino=BigInt(0);this.mode=BigInt(UR);this.nlink=BigInt(1);this.rdev=BigInt(0);this.blocks=BigInt(1)}isBlockDevice(){return!1}isCharacterDevice(){return!1}isDirectory(){return(this.mode&BigInt(61440))===BigInt(16384)}isFIFO(){return!1}isFile(){return(this.mode&BigInt(61440))===BigInt(32768)}isSocket(){return!1}isSymbolicLink(){return(this.mode&BigInt(61440))===BigInt(40960)}}});function C_e(t){let e,r;if(e=t.match(y_e))t=e[1];else if(r=t.match(E_e))t=`\\\\${r[1]?".\\":""}${r[2]}`;else return t;return t.replace(/\//g,"\\")}function w_e(t){t=t.replace(/\\/g,"/");let e,r;return(e=t.match(d_e))?t=`/${e[1]}`:(r=t.match(m_e))&&(t=`/unc/${r[1]?".dot/":""}${r[2]}`),t}function DD(t,e){return t===ue?R7(e):jR(e)}var Gw,Bt,dr,ue,V,F7,d_e,m_e,y_e,E_e,jR,R7,Ca=Et(()=>{Gw=$e(ve("path")),Bt={root:"/",dot:".",parent:".."},dr={home:"~",nodeModules:"node_modules",manifest:"package.json",lockfile:"yarn.lock",virtual:"__virtual__",pnpJs:".pnp.js",pnpCjs:".pnp.cjs",pnpData:".pnp.data.json",pnpEsmLoader:".pnp.loader.mjs",rc:".yarnrc.yml",env:".env"},ue=Object.create(Gw.default),V=Object.create(Gw.default.posix);ue.cwd=()=>process.cwd();V.cwd=process.platform==="win32"?()=>jR(process.cwd()):process.cwd;process.platform==="win32"&&(V.resolve=(...t)=>t.length>0&&V.isAbsolute(t[0])?Gw.default.posix.resolve(...t):Gw.default.posix.resolve(V.cwd(),...t));F7=function(t,e,r){return e=t.normalize(e),r=t.normalize(r),e===r?".":(e.endsWith(t.sep)||(e=e+t.sep),r.startsWith(e)?r.slice(e.length):null)};ue.contains=(t,e)=>F7(ue,t,e);V.contains=(t,e)=>F7(V,t,e);d_e=/^([a-zA-Z]:.*)$/,m_e=/^\/\/(\.\/)?(.*)$/,y_e=/^\/([a-zA-Z]:.*)$/,E_e=/^\/unc\/(\.dot\/)?(.*)$/;jR=process.platform==="win32"?w_e:t=>t,R7=process.platform==="win32"?C_e:t=>t;ue.fromPortablePath=R7;ue.toPortablePath=jR});async function SD(t,e){let r="0123456789abcdef";await t.mkdirPromise(e.indexPath,{recursive:!0});let o=[];for(let a of r)for(let n of r)o.push(t.mkdirPromise(t.pathUtils.join(e.indexPath,`${a}${n}`),{recursive:!0}));return await Promise.all(o),e.indexPath}async function T7(t,e,r,o,a){let n=t.pathUtils.normalize(e),u=r.pathUtils.normalize(o),A=[],p=[],{atime:h,mtime:E}=a.stableTime?{atime:Og,mtime:Og}:await r.lstatPromise(u);await t.mkdirpPromise(t.pathUtils.dirname(e),{utimes:[h,E]}),await GR(A,p,t,n,r,u,{...a,didParentExist:!0});for(let I of A)await I();await Promise.all(p.map(I=>I()))}async function GR(t,e,r,o,a,n,u){let A=u.didParentExist?await N7(r,o):null,p=await a.lstatPromise(n),{atime:h,mtime:E}=u.stableTime?{atime:Og,mtime:Og}:p,I;switch(!0){case p.isDirectory():I=await B_e(t,e,r,o,A,a,n,p,u);break;case p.isFile():I=await S_e(t,e,r,o,A,a,n,p,u);break;case p.isSymbolicLink():I=await P_e(t,e,r,o,A,a,n,p,u);break;default:throw new Error(`Unsupported file type (${p.mode})`)}return(u.linkStrategy?.type!=="HardlinkFromIndex"||!p.isFile())&&((I||A?.mtime?.getTime()!==E.getTime()||A?.atime?.getTime()!==h.getTime())&&(e.push(()=>r.lutimesPromise(o,h,E)),I=!0),(A===null||(A.mode&511)!==(p.mode&511))&&(e.push(()=>r.chmodPromise(o,p.mode&511)),I=!0)),I}async function N7(t,e){try{return await t.lstatPromise(e)}catch{return null}}async function B_e(t,e,r,o,a,n,u,A,p){if(a!==null&&!a.isDirectory())if(p.overwrite)t.push(async()=>r.removePromise(o)),a=null;else return!1;let h=!1;a===null&&(t.push(async()=>{try{await r.mkdirPromise(o,{mode:A.mode})}catch(v){if(v.code!=="EEXIST")throw v}}),h=!0);let E=await n.readdirPromise(u),I=p.didParentExist&&!a?{...p,didParentExist:!1}:p;if(p.stableSort)for(let v of E.sort())await GR(t,e,r,r.pathUtils.join(o,v),n,n.pathUtils.join(u,v),I)&&(h=!0);else(await Promise.all(E.map(async x=>{await GR(t,e,r,r.pathUtils.join(o,x),n,n.pathUtils.join(u,x),I)}))).some(x=>x)&&(h=!0);return h}async function v_e(t,e,r,o,a,n,u,A,p,h){let E=await n.checksumFilePromise(u,{algorithm:"sha1"}),I=420,v=A.mode&511,x=`${E}${v!==I?v.toString(8):""}`,C=r.pathUtils.join(h.indexPath,E.slice(0,2),`${x}.dat`),R;(ce=>(ce[ce.Lock=0]="Lock",ce[ce.Rename=1]="Rename"))(R||={});let L=1,U=await N7(r,C);if(a){let ae=U&&a.dev===U.dev&&a.ino===U.ino,fe=U?.mtimeMs!==I_e;if(ae&&fe&&h.autoRepair&&(L=0,U=null),!ae)if(p.overwrite)t.push(async()=>r.removePromise(o)),a=null;else return!1}let J=!U&&L===1?`${C}.${Math.floor(Math.random()*4294967296).toString(16).padStart(8,"0")}`:null,te=!1;return t.push(async()=>{if(!U&&(L===0&&await r.lockPromise(C,async()=>{let ae=await n.readFilePromise(u);await r.writeFilePromise(C,ae)}),L===1&&J)){let ae=await n.readFilePromise(u);await r.writeFilePromise(J,ae);try{await r.linkPromise(J,C)}catch(fe){if(fe.code==="EEXIST")te=!0,await r.unlinkPromise(J);else throw fe}}a||await r.linkPromise(C,o)}),e.push(async()=>{U||(await r.lutimesPromise(C,Og,Og),v!==I&&await r.chmodPromise(C,v)),J&&!te&&await r.unlinkPromise(J)}),!1}async function D_e(t,e,r,o,a,n,u,A,p){if(a!==null)if(p.overwrite)t.push(async()=>r.removePromise(o)),a=null;else return!1;return t.push(async()=>{let h=await n.readFilePromise(u);await r.writeFilePromise(o,h)}),!0}async function S_e(t,e,r,o,a,n,u,A,p){return p.linkStrategy?.type==="HardlinkFromIndex"?v_e(t,e,r,o,a,n,u,A,p,p.linkStrategy):D_e(t,e,r,o,a,n,u,A,p)}async function P_e(t,e,r,o,a,n,u,A,p){if(a!==null)if(p.overwrite)t.push(async()=>r.removePromise(o)),a=null;else return!1;return t.push(async()=>{await r.symlinkPromise(DD(r.pathUtils,await n.readlinkPromise(u)),o)}),!0}var Og,I_e,qR=Et(()=>{Ca();Og=new Date(456789e3*1e3),I_e=Og.getTime()});function PD(t,e,r,o){let a=()=>{let n=r.shift();if(typeof n>"u")return null;let u=t.pathUtils.join(e,n);return Object.assign(t.statSync(u),{name:n,path:void 0})};return new qw(e,a,o)}var qw,L7=Et(()=>{BD();qw=class{constructor(e,r,o={}){this.path=e;this.nextDirent=r;this.opts=o;this.closed=!1}throwIfClosed(){if(this.closed)throw LR()}async*[Symbol.asyncIterator](){try{let e;for(;(e=await this.read())!==null;)yield e}finally{await this.close()}}read(e){let r=this.readSync();return typeof e<"u"?e(null,r):Promise.resolve(r)}readSync(){return this.throwIfClosed(),this.nextDirent()}close(e){return this.closeSync(),typeof e<"u"?e(null):Promise.resolve()}closeSync(){this.throwIfClosed(),this.opts.onClose?.(),this.closed=!0}}});function O7(t,e){if(t!==e)throw new Error(`Invalid StatWatcher status: expected '${e}', got '${t}'`)}var M7,ry,U7=Et(()=>{M7=ve("events");HR();ry=class extends M7.EventEmitter{constructor(r,o,{bigint:a=!1}={}){super();this.status="ready";this.changeListeners=new Map;this.startTimeout=null;this.fakeFs=r,this.path=o,this.bigint=a,this.lastStats=this.stat()}static create(r,o,a){let n=new ry(r,o,a);return n.start(),n}start(){O7(this.status,"ready"),this.status="running",this.startTimeout=setTimeout(()=>{this.startTimeout=null,this.fakeFs.existsSync(this.path)||this.emit("change",this.lastStats,this.lastStats)},3)}stop(){O7(this.status,"running"),this.status="stopped",this.startTimeout!==null&&(clearTimeout(this.startTimeout),this.startTimeout=null),this.emit("stop")}stat(){try{return this.fakeFs.statSync(this.path,{bigint:this.bigint})}catch{let o=this.bigint?new ty:new ey;return vD(o)}}makeInterval(r){let o=setInterval(()=>{let a=this.stat(),n=this.lastStats;_R(a,n)||(this.lastStats=a,this.emit("change",a,n))},r.interval);return r.persistent?o:o.unref()}registerChangeListener(r,o){this.addListener("change",r),this.changeListeners.set(r,this.makeInterval(o))}unregisterChangeListener(r){this.removeListener("change",r);let o=this.changeListeners.get(r);typeof o<"u"&&clearInterval(o),this.changeListeners.delete(r)}unregisterAllChangeListeners(){for(let r of this.changeListeners.keys())this.unregisterChangeListener(r)}hasChangeListeners(){return this.changeListeners.size>0}ref(){for(let r of this.changeListeners.values())r.ref();return this}unref(){for(let r of this.changeListeners.values())r.unref();return this}}});function ny(t,e,r,o){let a,n,u,A;switch(typeof r){case"function":a=!1,n=!0,u=5007,A=r;break;default:({bigint:a=!1,persistent:n=!0,interval:u=5007}=r),A=o;break}let p=bD.get(t);typeof p>"u"&&bD.set(t,p=new Map);let h=p.get(e);return typeof h>"u"&&(h=ry.create(t,e,{bigint:a}),p.set(e,h)),h.registerChangeListener(A,{persistent:n,interval:u}),h}function Mg(t,e,r){let o=bD.get(t);if(typeof o>"u")return;let a=o.get(e);typeof a>"u"||(typeof r>"u"?a.unregisterAllChangeListeners():a.unregisterChangeListener(r),a.hasChangeListeners()||(a.stop(),o.delete(e)))}function Ug(t){let e=bD.get(t);if(!(typeof e>"u"))for(let r of e.keys())Mg(t,r)}var bD,YR=Et(()=>{U7();bD=new WeakMap});function b_e(t){let e=t.match(/\r?\n/g);if(e===null)return H7.EOL;let r=e.filter(a=>a===`\r `).length,o=e.length-r;return r>o?`\r `:` -`}function Ug(t,e){return e.replace(/\r?\n/g,T_e(t))}var q7,G7,hf,Ou,_g=Et(()=>{q7=Be("crypto"),G7=Be("os");WT();Ca();hf=class{constructor(e){this.pathUtils=e}async*genTraversePromise(e,{stableSort:r=!1}={}){let o=[e];for(;o.length>0;){let a=o.shift();if((await this.lstatPromise(a)).isDirectory()){let u=await this.readdirPromise(a);if(r)for(let A of u.sort())o.push(this.pathUtils.join(a,A));else throw new Error("Not supported")}else yield a}}async checksumFilePromise(e,{algorithm:r="sha512"}={}){let o=await this.openPromise(e,"r");try{let n=Buffer.allocUnsafeSlow(65536),u=(0,q7.createHash)(r),A=0;for(;(A=await this.readPromise(o,n,0,65536))!==0;)u.update(A===65536?n:n.slice(0,A));return u.digest("hex")}finally{await this.closePromise(o)}}async removePromise(e,{recursive:r=!0,maxRetries:o=5}={}){let a;try{a=await this.lstatPromise(e)}catch(n){if(n.code==="ENOENT")return;throw n}if(a.isDirectory()){if(r){let n=await this.readdirPromise(e);await Promise.all(n.map(u=>this.removePromise(this.pathUtils.resolve(e,u))))}for(let n=0;n<=o;n++)try{await this.rmdirPromise(e);break}catch(u){if(u.code!=="EBUSY"&&u.code!=="ENOTEMPTY")throw u;nsetTimeout(A,n*100))}}else await this.unlinkPromise(e)}removeSync(e,{recursive:r=!0}={}){let o;try{o=this.lstatSync(e)}catch(a){if(a.code==="ENOENT")return;throw a}if(o.isDirectory()){if(r)for(let a of this.readdirSync(e))this.removeSync(this.pathUtils.resolve(e,a));this.rmdirSync(e)}else this.unlinkSync(e)}async mkdirpPromise(e,{chmod:r,utimes:o}={}){if(e=this.resolve(e),e===this.pathUtils.dirname(e))return;let a=e.split(this.pathUtils.sep),n;for(let u=2;u<=a.length;++u){let A=a.slice(0,u).join(this.pathUtils.sep);if(!this.existsSync(A)){try{await this.mkdirPromise(A)}catch(p){if(p.code==="EEXIST")continue;throw p}if(n??=A,r!=null&&await this.chmodPromise(A,r),o!=null)await this.utimesPromise(A,o[0],o[1]);else{let p=await this.statPromise(this.pathUtils.dirname(A));await this.utimesPromise(A,p.atime,p.mtime)}}}return n}mkdirpSync(e,{chmod:r,utimes:o}={}){if(e=this.resolve(e),e===this.pathUtils.dirname(e))return;let a=e.split(this.pathUtils.sep),n;for(let u=2;u<=a.length;++u){let A=a.slice(0,u).join(this.pathUtils.sep);if(!this.existsSync(A)){try{this.mkdirSync(A)}catch(p){if(p.code==="EEXIST")continue;throw p}if(n??=A,r!=null&&this.chmodSync(A,r),o!=null)this.utimesSync(A,o[0],o[1]);else{let p=this.statSync(this.pathUtils.dirname(A));this.utimesSync(A,p.atime,p.mtime)}}}return n}async copyPromise(e,r,{baseFs:o=this,overwrite:a=!0,stableSort:n=!1,stableTime:u=!1,linkStrategy:A=null}={}){return await M7(this,e,o,r,{overwrite:a,stableSort:n,stableTime:u,linkStrategy:A})}copySync(e,r,{baseFs:o=this,overwrite:a=!0}={}){let n=o.lstatSync(r),u=this.existsSync(e);if(n.isDirectory()){this.mkdirpSync(e);let p=o.readdirSync(r);for(let h of p)this.copySync(this.pathUtils.join(e,h),o.pathUtils.join(r,h),{baseFs:o,overwrite:a})}else if(n.isFile()){if(!u||a){u&&this.removeSync(e);let p=o.readFileSync(r);this.writeFileSync(e,p)}}else if(n.isSymbolicLink()){if(!u||a){u&&this.removeSync(e);let p=o.readlinkSync(r);this.symlinkSync(DD(this.pathUtils,p),e)}}else throw new Error(`Unsupported file type (file: ${r}, mode: 0o${n.mode.toString(8).padStart(6,"0")})`);let A=n.mode&511;this.chmodSync(e,A)}async changeFilePromise(e,r,o={}){return Buffer.isBuffer(r)?this.changeFileBufferPromise(e,r,o):this.changeFileTextPromise(e,r,o)}async changeFileBufferPromise(e,r,{mode:o}={}){let a=Buffer.alloc(0);try{a=await this.readFilePromise(e)}catch{}Buffer.compare(a,r)!==0&&await this.writeFilePromise(e,r,{mode:o})}async changeFileTextPromise(e,r,{automaticNewlines:o,mode:a}={}){let n="";try{n=await this.readFilePromise(e,"utf8")}catch{}let u=o?Ug(n,r):r;n!==u&&await this.writeFilePromise(e,u,{mode:a})}changeFileSync(e,r,o={}){return Buffer.isBuffer(r)?this.changeFileBufferSync(e,r,o):this.changeFileTextSync(e,r,o)}changeFileBufferSync(e,r,{mode:o}={}){let a=Buffer.alloc(0);try{a=this.readFileSync(e)}catch{}Buffer.compare(a,r)!==0&&this.writeFileSync(e,r,{mode:o})}changeFileTextSync(e,r,{automaticNewlines:o=!1,mode:a}={}){let n="";try{n=this.readFileSync(e,"utf8")}catch{}let u=o?Ug(n,r):r;n!==u&&this.writeFileSync(e,u,{mode:a})}async movePromise(e,r){try{await this.renamePromise(e,r)}catch(o){if(o.code==="EXDEV")await this.copyPromise(r,e),await this.removePromise(e);else throw o}}moveSync(e,r){try{this.renameSync(e,r)}catch(o){if(o.code==="EXDEV")this.copySync(r,e),this.removeSync(e);else throw o}}async lockPromise(e,r){let o=`${e}.flock`,a=1e3/60,n=Date.now(),u=null,A=async()=>{let p;try{[p]=await this.readJsonPromise(o)}catch{return Date.now()-n<500}try{return process.kill(p,0),!0}catch{return!1}};for(;u===null;)try{u=await this.openPromise(o,"wx")}catch(p){if(p.code==="EEXIST"){if(!await A())try{await this.unlinkPromise(o);continue}catch{}if(Date.now()-n<60*1e3)await new Promise(h=>setTimeout(h,a));else throw new Error(`Couldn't acquire a lock in a reasonable time (via ${o})`)}else throw p}await this.writePromise(u,JSON.stringify([process.pid]));try{return await r()}finally{try{await this.closePromise(u),await this.unlinkPromise(o)}catch{}}}async readJsonPromise(e){let r=await this.readFilePromise(e,"utf8");try{return JSON.parse(r)}catch(o){throw o.message+=` (in ${e})`,o}}readJsonSync(e){let r=this.readFileSync(e,"utf8");try{return JSON.parse(r)}catch(o){throw o.message+=` (in ${e})`,o}}async writeJsonPromise(e,r,{compact:o=!1}={}){let a=o?0:2;return await this.writeFilePromise(e,`${JSON.stringify(r,null,a)} +`}function _g(t,e){return e.replace(/\r?\n/g,b_e(t))}var _7,H7,gf,Mu,Hg=Et(()=>{_7=ve("crypto"),H7=ve("os");qR();Ca();gf=class{constructor(e){this.pathUtils=e}async*genTraversePromise(e,{stableSort:r=!1}={}){let o=[e];for(;o.length>0;){let a=o.shift();if((await this.lstatPromise(a)).isDirectory()){let u=await this.readdirPromise(a);if(r)for(let A of u.sort())o.push(this.pathUtils.join(a,A));else throw new Error("Not supported")}else yield a}}async checksumFilePromise(e,{algorithm:r="sha512"}={}){let o=await this.openPromise(e,"r");try{let n=Buffer.allocUnsafeSlow(65536),u=(0,_7.createHash)(r),A=0;for(;(A=await this.readPromise(o,n,0,65536))!==0;)u.update(A===65536?n:n.slice(0,A));return u.digest("hex")}finally{await this.closePromise(o)}}async removePromise(e,{recursive:r=!0,maxRetries:o=5}={}){let a;try{a=await this.lstatPromise(e)}catch(n){if(n.code==="ENOENT")return;throw n}if(a.isDirectory()){if(r){let n=await this.readdirPromise(e);await Promise.all(n.map(u=>this.removePromise(this.pathUtils.resolve(e,u))))}for(let n=0;n<=o;n++)try{await this.rmdirPromise(e);break}catch(u){if(u.code!=="EBUSY"&&u.code!=="ENOTEMPTY")throw u;nsetTimeout(A,n*100))}}else await this.unlinkPromise(e)}removeSync(e,{recursive:r=!0}={}){let o;try{o=this.lstatSync(e)}catch(a){if(a.code==="ENOENT")return;throw a}if(o.isDirectory()){if(r)for(let a of this.readdirSync(e))this.removeSync(this.pathUtils.resolve(e,a));this.rmdirSync(e)}else this.unlinkSync(e)}async mkdirpPromise(e,{chmod:r,utimes:o}={}){if(e=this.resolve(e),e===this.pathUtils.dirname(e))return;let a=e.split(this.pathUtils.sep),n;for(let u=2;u<=a.length;++u){let A=a.slice(0,u).join(this.pathUtils.sep);if(!this.existsSync(A)){try{await this.mkdirPromise(A)}catch(p){if(p.code==="EEXIST")continue;throw p}if(n??=A,r!=null&&await this.chmodPromise(A,r),o!=null)await this.utimesPromise(A,o[0],o[1]);else{let p=await this.statPromise(this.pathUtils.dirname(A));await this.utimesPromise(A,p.atime,p.mtime)}}}return n}mkdirpSync(e,{chmod:r,utimes:o}={}){if(e=this.resolve(e),e===this.pathUtils.dirname(e))return;let a=e.split(this.pathUtils.sep),n;for(let u=2;u<=a.length;++u){let A=a.slice(0,u).join(this.pathUtils.sep);if(!this.existsSync(A)){try{this.mkdirSync(A)}catch(p){if(p.code==="EEXIST")continue;throw p}if(n??=A,r!=null&&this.chmodSync(A,r),o!=null)this.utimesSync(A,o[0],o[1]);else{let p=this.statSync(this.pathUtils.dirname(A));this.utimesSync(A,p.atime,p.mtime)}}}return n}async copyPromise(e,r,{baseFs:o=this,overwrite:a=!0,stableSort:n=!1,stableTime:u=!1,linkStrategy:A=null}={}){return await T7(this,e,o,r,{overwrite:a,stableSort:n,stableTime:u,linkStrategy:A})}copySync(e,r,{baseFs:o=this,overwrite:a=!0}={}){let n=o.lstatSync(r),u=this.existsSync(e);if(n.isDirectory()){this.mkdirpSync(e);let p=o.readdirSync(r);for(let h of p)this.copySync(this.pathUtils.join(e,h),o.pathUtils.join(r,h),{baseFs:o,overwrite:a})}else if(n.isFile()){if(!u||a){u&&this.removeSync(e);let p=o.readFileSync(r);this.writeFileSync(e,p)}}else if(n.isSymbolicLink()){if(!u||a){u&&this.removeSync(e);let p=o.readlinkSync(r);this.symlinkSync(DD(this.pathUtils,p),e)}}else throw new Error(`Unsupported file type (file: ${r}, mode: 0o${n.mode.toString(8).padStart(6,"0")})`);let A=n.mode&511;this.chmodSync(e,A)}async changeFilePromise(e,r,o={}){return Buffer.isBuffer(r)?this.changeFileBufferPromise(e,r,o):this.changeFileTextPromise(e,r,o)}async changeFileBufferPromise(e,r,{mode:o}={}){let a=Buffer.alloc(0);try{a=await this.readFilePromise(e)}catch{}Buffer.compare(a,r)!==0&&await this.writeFilePromise(e,r,{mode:o})}async changeFileTextPromise(e,r,{automaticNewlines:o,mode:a}={}){let n="";try{n=await this.readFilePromise(e,"utf8")}catch{}let u=o?_g(n,r):r;n!==u&&await this.writeFilePromise(e,u,{mode:a})}changeFileSync(e,r,o={}){return Buffer.isBuffer(r)?this.changeFileBufferSync(e,r,o):this.changeFileTextSync(e,r,o)}changeFileBufferSync(e,r,{mode:o}={}){let a=Buffer.alloc(0);try{a=this.readFileSync(e)}catch{}Buffer.compare(a,r)!==0&&this.writeFileSync(e,r,{mode:o})}changeFileTextSync(e,r,{automaticNewlines:o=!1,mode:a}={}){let n="";try{n=this.readFileSync(e,"utf8")}catch{}let u=o?_g(n,r):r;n!==u&&this.writeFileSync(e,u,{mode:a})}async movePromise(e,r){try{await this.renamePromise(e,r)}catch(o){if(o.code==="EXDEV")await this.copyPromise(r,e),await this.removePromise(e);else throw o}}moveSync(e,r){try{this.renameSync(e,r)}catch(o){if(o.code==="EXDEV")this.copySync(r,e),this.removeSync(e);else throw o}}async lockPromise(e,r){let o=`${e}.flock`,a=1e3/60,n=Date.now(),u=null,A=async()=>{let p;try{[p]=await this.readJsonPromise(o)}catch{return Date.now()-n<500}try{return process.kill(p,0),!0}catch{return!1}};for(;u===null;)try{u=await this.openPromise(o,"wx")}catch(p){if(p.code==="EEXIST"){if(!await A())try{await this.unlinkPromise(o);continue}catch{}if(Date.now()-n<60*1e3)await new Promise(h=>setTimeout(h,a));else throw new Error(`Couldn't acquire a lock in a reasonable time (via ${o})`)}else throw p}await this.writePromise(u,JSON.stringify([process.pid]));try{return await r()}finally{try{await this.closePromise(u),await this.unlinkPromise(o)}catch{}}}async readJsonPromise(e){let r=await this.readFilePromise(e,"utf8");try{return JSON.parse(r)}catch(o){throw o.message+=` (in ${e})`,o}}readJsonSync(e){let r=this.readFileSync(e,"utf8");try{return JSON.parse(r)}catch(o){throw o.message+=` (in ${e})`,o}}async writeJsonPromise(e,r,{compact:o=!1}={}){let a=o?0:2;return await this.writeFilePromise(e,`${JSON.stringify(r,null,a)} `)}writeJsonSync(e,r,{compact:o=!1}={}){let a=o?0:2;return this.writeFileSync(e,`${JSON.stringify(r,null,a)} -`)}async preserveTimePromise(e,r){let o=await this.lstatPromise(e),a=await r();typeof a<"u"&&(e=a),await this.lutimesPromise(e,o.atime,o.mtime)}async preserveTimeSync(e,r){let o=this.lstatSync(e),a=r();typeof a<"u"&&(e=a),this.lutimesSync(e,o.atime,o.mtime)}},Ou=class extends hf{constructor(){super(K)}}});var Ps,gf=Et(()=>{_g();Ps=class extends hf{getExtractHint(e){return this.baseFs.getExtractHint(e)}resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(e)))}getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())}async openPromise(e,r,o){return this.baseFs.openPromise(this.mapToBase(e),r,o)}openSync(e,r,o){return this.baseFs.openSync(this.mapToBase(e),r,o)}async opendirPromise(e,r){return Object.assign(await this.baseFs.opendirPromise(this.mapToBase(e),r),{path:e})}opendirSync(e,r){return Object.assign(this.baseFs.opendirSync(this.mapToBase(e),r),{path:e})}async readPromise(e,r,o,a,n){return await this.baseFs.readPromise(e,r,o,a,n)}readSync(e,r,o,a,n){return this.baseFs.readSync(e,r,o,a,n)}async writePromise(e,r,o,a,n){return typeof r=="string"?await this.baseFs.writePromise(e,r,o):await this.baseFs.writePromise(e,r,o,a,n)}writeSync(e,r,o,a,n){return typeof r=="string"?this.baseFs.writeSync(e,r,o):this.baseFs.writeSync(e,r,o,a,n)}async closePromise(e){return this.baseFs.closePromise(e)}closeSync(e){this.baseFs.closeSync(e)}createReadStream(e,r){return this.baseFs.createReadStream(e!==null?this.mapToBase(e):e,r)}createWriteStream(e,r){return this.baseFs.createWriteStream(e!==null?this.mapToBase(e):e,r)}async realpathPromise(e){return this.mapFromBase(await this.baseFs.realpathPromise(this.mapToBase(e)))}realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.mapToBase(e)))}async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase(e))}existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))}accessSync(e,r){return this.baseFs.accessSync(this.mapToBase(e),r)}async accessPromise(e,r){return this.baseFs.accessPromise(this.mapToBase(e),r)}async statPromise(e,r){return this.baseFs.statPromise(this.mapToBase(e),r)}statSync(e,r){return this.baseFs.statSync(this.mapToBase(e),r)}async fstatPromise(e,r){return this.baseFs.fstatPromise(e,r)}fstatSync(e,r){return this.baseFs.fstatSync(e,r)}lstatPromise(e,r){return this.baseFs.lstatPromise(this.mapToBase(e),r)}lstatSync(e,r){return this.baseFs.lstatSync(this.mapToBase(e),r)}async fchmodPromise(e,r){return this.baseFs.fchmodPromise(e,r)}fchmodSync(e,r){return this.baseFs.fchmodSync(e,r)}async chmodPromise(e,r){return this.baseFs.chmodPromise(this.mapToBase(e),r)}chmodSync(e,r){return this.baseFs.chmodSync(this.mapToBase(e),r)}async fchownPromise(e,r,o){return this.baseFs.fchownPromise(e,r,o)}fchownSync(e,r,o){return this.baseFs.fchownSync(e,r,o)}async chownPromise(e,r,o){return this.baseFs.chownPromise(this.mapToBase(e),r,o)}chownSync(e,r,o){return this.baseFs.chownSync(this.mapToBase(e),r,o)}async renamePromise(e,r){return this.baseFs.renamePromise(this.mapToBase(e),this.mapToBase(r))}renameSync(e,r){return this.baseFs.renameSync(this.mapToBase(e),this.mapToBase(r))}async copyFilePromise(e,r,o=0){return this.baseFs.copyFilePromise(this.mapToBase(e),this.mapToBase(r),o)}copyFileSync(e,r,o=0){return this.baseFs.copyFileSync(this.mapToBase(e),this.mapToBase(r),o)}async appendFilePromise(e,r,o){return this.baseFs.appendFilePromise(this.fsMapToBase(e),r,o)}appendFileSync(e,r,o){return this.baseFs.appendFileSync(this.fsMapToBase(e),r,o)}async writeFilePromise(e,r,o){return this.baseFs.writeFilePromise(this.fsMapToBase(e),r,o)}writeFileSync(e,r,o){return this.baseFs.writeFileSync(this.fsMapToBase(e),r,o)}async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase(e))}unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))}async utimesPromise(e,r,o){return this.baseFs.utimesPromise(this.mapToBase(e),r,o)}utimesSync(e,r,o){return this.baseFs.utimesSync(this.mapToBase(e),r,o)}async lutimesPromise(e,r,o){return this.baseFs.lutimesPromise(this.mapToBase(e),r,o)}lutimesSync(e,r,o){return this.baseFs.lutimesSync(this.mapToBase(e),r,o)}async mkdirPromise(e,r){return this.baseFs.mkdirPromise(this.mapToBase(e),r)}mkdirSync(e,r){return this.baseFs.mkdirSync(this.mapToBase(e),r)}async rmdirPromise(e,r){return this.baseFs.rmdirPromise(this.mapToBase(e),r)}rmdirSync(e,r){return this.baseFs.rmdirSync(this.mapToBase(e),r)}async linkPromise(e,r){return this.baseFs.linkPromise(this.mapToBase(e),this.mapToBase(r))}linkSync(e,r){return this.baseFs.linkSync(this.mapToBase(e),this.mapToBase(r))}async symlinkPromise(e,r,o){let a=this.mapToBase(r);if(this.pathUtils.isAbsolute(e))return this.baseFs.symlinkPromise(this.mapToBase(e),a,o);let n=this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(r),e)),u=this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(a),n);return this.baseFs.symlinkPromise(u,a,o)}symlinkSync(e,r,o){let a=this.mapToBase(r);if(this.pathUtils.isAbsolute(e))return this.baseFs.symlinkSync(this.mapToBase(e),a,o);let n=this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(r),e)),u=this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(a),n);return this.baseFs.symlinkSync(u,a,o)}async readFilePromise(e,r){return this.baseFs.readFilePromise(this.fsMapToBase(e),r)}readFileSync(e,r){return this.baseFs.readFileSync(this.fsMapToBase(e),r)}readdirPromise(e,r){return this.baseFs.readdirPromise(this.mapToBase(e),r)}readdirSync(e,r){return this.baseFs.readdirSync(this.mapToBase(e),r)}async readlinkPromise(e){return this.mapFromBase(await this.baseFs.readlinkPromise(this.mapToBase(e)))}readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.mapToBase(e)))}async truncatePromise(e,r){return this.baseFs.truncatePromise(this.mapToBase(e),r)}truncateSync(e,r){return this.baseFs.truncateSync(this.mapToBase(e),r)}async ftruncatePromise(e,r){return this.baseFs.ftruncatePromise(e,r)}ftruncateSync(e,r){return this.baseFs.ftruncateSync(e,r)}watch(e,r,o){return this.baseFs.watch(this.mapToBase(e),r,o)}watchFile(e,r,o){return this.baseFs.watchFile(this.mapToBase(e),r,o)}unwatchFile(e,r){return this.baseFs.unwatchFile(this.mapToBase(e),r)}fsMapToBase(e){return typeof e=="number"?e:this.mapToBase(e)}}});var Uu,Y7=Et(()=>{gf();Uu=class extends Ps{constructor(r,{baseFs:o,pathUtils:a}){super(a);this.target=r,this.baseFs=o}getRealPath(){return this.target}getBaseFs(){return this.baseFs}mapFromBase(r){return r}mapToBase(r){return r}}});function W7(t){let e=t;return typeof t.path=="string"&&(e.path=ue.toPortablePath(t.path)),e}var V7,Rn,Hg=Et(()=>{V7=$e(Be("fs"));_g();Ca();Rn=class extends Ou{constructor(r=V7.default){super();this.realFs=r}getExtractHint(){return!1}getRealPath(){return Bt.root}resolve(r){return K.resolve(r)}async openPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.open(ue.fromPortablePath(r),o,a,this.makeCallback(n,u))})}openSync(r,o,a){return this.realFs.openSync(ue.fromPortablePath(r),o,a)}async opendirPromise(r,o){return await new Promise((a,n)=>{typeof o<"u"?this.realFs.opendir(ue.fromPortablePath(r),o,this.makeCallback(a,n)):this.realFs.opendir(ue.fromPortablePath(r),this.makeCallback(a,n))}).then(a=>{let n=a;return Object.defineProperty(n,"path",{value:r,configurable:!0,writable:!0}),n})}opendirSync(r,o){let n=typeof o<"u"?this.realFs.opendirSync(ue.fromPortablePath(r),o):this.realFs.opendirSync(ue.fromPortablePath(r));return Object.defineProperty(n,"path",{value:r,configurable:!0,writable:!0}),n}async readPromise(r,o,a=0,n=0,u=-1){return await new Promise((A,p)=>{this.realFs.read(r,o,a,n,u,(h,E)=>{h?p(h):A(E)})})}readSync(r,o,a,n,u){return this.realFs.readSync(r,o,a,n,u)}async writePromise(r,o,a,n,u){return await new Promise((A,p)=>typeof o=="string"?this.realFs.write(r,o,a,this.makeCallback(A,p)):this.realFs.write(r,o,a,n,u,this.makeCallback(A,p)))}writeSync(r,o,a,n,u){return typeof o=="string"?this.realFs.writeSync(r,o,a):this.realFs.writeSync(r,o,a,n,u)}async closePromise(r){await new Promise((o,a)=>{this.realFs.close(r,this.makeCallback(o,a))})}closeSync(r){this.realFs.closeSync(r)}createReadStream(r,o){let a=r!==null?ue.fromPortablePath(r):r;return this.realFs.createReadStream(a,o)}createWriteStream(r,o){let a=r!==null?ue.fromPortablePath(r):r;return this.realFs.createWriteStream(a,o)}async realpathPromise(r){return await new Promise((o,a)=>{this.realFs.realpath(ue.fromPortablePath(r),{},this.makeCallback(o,a))}).then(o=>ue.toPortablePath(o))}realpathSync(r){return ue.toPortablePath(this.realFs.realpathSync(ue.fromPortablePath(r),{}))}async existsPromise(r){return await new Promise(o=>{this.realFs.exists(ue.fromPortablePath(r),o)})}accessSync(r,o){return this.realFs.accessSync(ue.fromPortablePath(r),o)}async accessPromise(r,o){return await new Promise((a,n)=>{this.realFs.access(ue.fromPortablePath(r),o,this.makeCallback(a,n))})}existsSync(r){return this.realFs.existsSync(ue.fromPortablePath(r))}async statPromise(r,o){return await new Promise((a,n)=>{o?this.realFs.stat(ue.fromPortablePath(r),o,this.makeCallback(a,n)):this.realFs.stat(ue.fromPortablePath(r),this.makeCallback(a,n))})}statSync(r,o){return o?this.realFs.statSync(ue.fromPortablePath(r),o):this.realFs.statSync(ue.fromPortablePath(r))}async fstatPromise(r,o){return await new Promise((a,n)=>{o?this.realFs.fstat(r,o,this.makeCallback(a,n)):this.realFs.fstat(r,this.makeCallback(a,n))})}fstatSync(r,o){return o?this.realFs.fstatSync(r,o):this.realFs.fstatSync(r)}async lstatPromise(r,o){return await new Promise((a,n)=>{o?this.realFs.lstat(ue.fromPortablePath(r),o,this.makeCallback(a,n)):this.realFs.lstat(ue.fromPortablePath(r),this.makeCallback(a,n))})}lstatSync(r,o){return o?this.realFs.lstatSync(ue.fromPortablePath(r),o):this.realFs.lstatSync(ue.fromPortablePath(r))}async fchmodPromise(r,o){return await new Promise((a,n)=>{this.realFs.fchmod(r,o,this.makeCallback(a,n))})}fchmodSync(r,o){return this.realFs.fchmodSync(r,o)}async chmodPromise(r,o){return await new Promise((a,n)=>{this.realFs.chmod(ue.fromPortablePath(r),o,this.makeCallback(a,n))})}chmodSync(r,o){return this.realFs.chmodSync(ue.fromPortablePath(r),o)}async fchownPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.fchown(r,o,a,this.makeCallback(n,u))})}fchownSync(r,o,a){return this.realFs.fchownSync(r,o,a)}async chownPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.chown(ue.fromPortablePath(r),o,a,this.makeCallback(n,u))})}chownSync(r,o,a){return this.realFs.chownSync(ue.fromPortablePath(r),o,a)}async renamePromise(r,o){return await new Promise((a,n)=>{this.realFs.rename(ue.fromPortablePath(r),ue.fromPortablePath(o),this.makeCallback(a,n))})}renameSync(r,o){return this.realFs.renameSync(ue.fromPortablePath(r),ue.fromPortablePath(o))}async copyFilePromise(r,o,a=0){return await new Promise((n,u)=>{this.realFs.copyFile(ue.fromPortablePath(r),ue.fromPortablePath(o),a,this.makeCallback(n,u))})}copyFileSync(r,o,a=0){return this.realFs.copyFileSync(ue.fromPortablePath(r),ue.fromPortablePath(o),a)}async appendFilePromise(r,o,a){return await new Promise((n,u)=>{let A=typeof r=="string"?ue.fromPortablePath(r):r;a?this.realFs.appendFile(A,o,a,this.makeCallback(n,u)):this.realFs.appendFile(A,o,this.makeCallback(n,u))})}appendFileSync(r,o,a){let n=typeof r=="string"?ue.fromPortablePath(r):r;a?this.realFs.appendFileSync(n,o,a):this.realFs.appendFileSync(n,o)}async writeFilePromise(r,o,a){return await new Promise((n,u)=>{let A=typeof r=="string"?ue.fromPortablePath(r):r;a?this.realFs.writeFile(A,o,a,this.makeCallback(n,u)):this.realFs.writeFile(A,o,this.makeCallback(n,u))})}writeFileSync(r,o,a){let n=typeof r=="string"?ue.fromPortablePath(r):r;a?this.realFs.writeFileSync(n,o,a):this.realFs.writeFileSync(n,o)}async unlinkPromise(r){return await new Promise((o,a)=>{this.realFs.unlink(ue.fromPortablePath(r),this.makeCallback(o,a))})}unlinkSync(r){return this.realFs.unlinkSync(ue.fromPortablePath(r))}async utimesPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.utimes(ue.fromPortablePath(r),o,a,this.makeCallback(n,u))})}utimesSync(r,o,a){this.realFs.utimesSync(ue.fromPortablePath(r),o,a)}async lutimesPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.lutimes(ue.fromPortablePath(r),o,a,this.makeCallback(n,u))})}lutimesSync(r,o,a){this.realFs.lutimesSync(ue.fromPortablePath(r),o,a)}async mkdirPromise(r,o){return await new Promise((a,n)=>{this.realFs.mkdir(ue.fromPortablePath(r),o,this.makeCallback(a,n))})}mkdirSync(r,o){return this.realFs.mkdirSync(ue.fromPortablePath(r),o)}async rmdirPromise(r,o){return await new Promise((a,n)=>{o?this.realFs.rmdir(ue.fromPortablePath(r),o,this.makeCallback(a,n)):this.realFs.rmdir(ue.fromPortablePath(r),this.makeCallback(a,n))})}rmdirSync(r,o){return this.realFs.rmdirSync(ue.fromPortablePath(r),o)}async linkPromise(r,o){return await new Promise((a,n)=>{this.realFs.link(ue.fromPortablePath(r),ue.fromPortablePath(o),this.makeCallback(a,n))})}linkSync(r,o){return this.realFs.linkSync(ue.fromPortablePath(r),ue.fromPortablePath(o))}async symlinkPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.symlink(ue.fromPortablePath(r.replace(/\/+$/,"")),ue.fromPortablePath(o),a,this.makeCallback(n,u))})}symlinkSync(r,o,a){return this.realFs.symlinkSync(ue.fromPortablePath(r.replace(/\/+$/,"")),ue.fromPortablePath(o),a)}async readFilePromise(r,o){return await new Promise((a,n)=>{let u=typeof r=="string"?ue.fromPortablePath(r):r;this.realFs.readFile(u,o,this.makeCallback(a,n))})}readFileSync(r,o){let a=typeof r=="string"?ue.fromPortablePath(r):r;return this.realFs.readFileSync(a,o)}async readdirPromise(r,o){return await new Promise((a,n)=>{o?o.recursive&&process.platform==="win32"?o.withFileTypes?this.realFs.readdir(ue.fromPortablePath(r),o,this.makeCallback(u=>a(u.map(W7)),n)):this.realFs.readdir(ue.fromPortablePath(r),o,this.makeCallback(u=>a(u.map(ue.toPortablePath)),n)):this.realFs.readdir(ue.fromPortablePath(r),o,this.makeCallback(a,n)):this.realFs.readdir(ue.fromPortablePath(r),this.makeCallback(a,n))})}readdirSync(r,o){return o?o.recursive&&process.platform==="win32"?o.withFileTypes?this.realFs.readdirSync(ue.fromPortablePath(r),o).map(W7):this.realFs.readdirSync(ue.fromPortablePath(r),o).map(ue.toPortablePath):this.realFs.readdirSync(ue.fromPortablePath(r),o):this.realFs.readdirSync(ue.fromPortablePath(r))}async readlinkPromise(r){return await new Promise((o,a)=>{this.realFs.readlink(ue.fromPortablePath(r),this.makeCallback(o,a))}).then(o=>ue.toPortablePath(o))}readlinkSync(r){return ue.toPortablePath(this.realFs.readlinkSync(ue.fromPortablePath(r)))}async truncatePromise(r,o){return await new Promise((a,n)=>{this.realFs.truncate(ue.fromPortablePath(r),o,this.makeCallback(a,n))})}truncateSync(r,o){return this.realFs.truncateSync(ue.fromPortablePath(r),o)}async ftruncatePromise(r,o){return await new Promise((a,n)=>{this.realFs.ftruncate(r,o,this.makeCallback(a,n))})}ftruncateSync(r,o){return this.realFs.ftruncateSync(r,o)}watch(r,o,a){return this.realFs.watch(ue.fromPortablePath(r),o,a)}watchFile(r,o,a){return this.realFs.watchFile(ue.fromPortablePath(r),o,a)}unwatchFile(r,o){return this.realFs.unwatchFile(ue.fromPortablePath(r),o)}makeCallback(r,o){return(a,n)=>{a?o(a):r(n)}}}});var gn,K7=Et(()=>{Hg();gf();Ca();gn=class extends Ps{constructor(r,{baseFs:o=new Rn}={}){super(K);this.target=this.pathUtils.normalize(r),this.baseFs=o}getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),this.target)}resolve(r){return this.pathUtils.isAbsolute(r)?K.normalize(r):this.baseFs.resolve(K.join(this.target,r))}mapFromBase(r){return r}mapToBase(r){return this.pathUtils.isAbsolute(r)?r:this.pathUtils.join(this.target,r)}}});var J7,_u,z7=Et(()=>{Hg();gf();Ca();J7=Bt.root,_u=class extends Ps{constructor(r,{baseFs:o=new Rn}={}){super(K);this.target=this.pathUtils.resolve(Bt.root,r),this.baseFs=o}getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),this.pathUtils.relative(Bt.root,this.target))}getTarget(){return this.target}getBaseFs(){return this.baseFs}mapToBase(r){let o=this.pathUtils.normalize(r);if(this.pathUtils.isAbsolute(r))return this.pathUtils.resolve(this.target,this.pathUtils.relative(J7,r));if(o.match(/^\.\.\/?/))throw new Error(`Resolving this path (${r}) would escape the jail`);return this.pathUtils.resolve(this.target,r)}mapFromBase(r){return this.pathUtils.resolve(J7,this.pathUtils.relative(this.target,r))}}});var ny,X7=Et(()=>{gf();ny=class extends Ps{constructor(r,o){super(o);this.instance=null;this.factory=r}get baseFs(){return this.instance||(this.instance=this.factory()),this.instance}set baseFs(r){this.instance=r}mapFromBase(r){return r}mapToBase(r){return r}}});var jg,wa,_p,Z7=Et(()=>{jg=Be("fs");_g();Hg();VT();BD();Ca();wa=4278190080,_p=class extends Ou{constructor({baseFs:r=new Rn,filter:o=null,magicByte:a=42,maxOpenFiles:n=1/0,useCache:u=!0,maxAge:A=5e3,typeCheck:p=jg.constants.S_IFREG,getMountPoint:h,factoryPromise:E,factorySync:I}){if(Math.floor(a)!==a||!(a>1&&a<=127))throw new Error("The magic byte must be set to a round value between 1 and 127 included");super();this.fdMap=new Map;this.nextFd=3;this.isMount=new Set;this.notMount=new Set;this.realPaths=new Map;this.limitOpenFilesTimeout=null;this.baseFs=r,this.mountInstances=u?new Map:null,this.factoryPromise=E,this.factorySync=I,this.filter=o,this.getMountPoint=h,this.magic=a<<24,this.maxAge=A,this.maxOpenFiles=n,this.typeCheck=p}getExtractHint(r){return this.baseFs.getExtractHint(r)}getRealPath(){return this.baseFs.getRealPath()}saveAndClose(){if(Og(this),this.mountInstances)for(let[r,{childFs:o}]of this.mountInstances.entries())o.saveAndClose?.(),this.mountInstances.delete(r)}discardAndClose(){if(Og(this),this.mountInstances)for(let[r,{childFs:o}]of this.mountInstances.entries())o.discardAndClose?.(),this.mountInstances.delete(r)}resolve(r){return this.baseFs.resolve(r)}remapFd(r,o){let a=this.nextFd++|this.magic;return this.fdMap.set(a,[r,o]),a}async openPromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.openPromise(r,o,a),async(n,{subPath:u})=>this.remapFd(n,await n.openPromise(u,o,a)))}openSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.openSync(r,o,a),(n,{subPath:u})=>this.remapFd(n,n.openSync(u,o,a)))}async opendirPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.opendirPromise(r,o),async(a,{subPath:n})=>await a.opendirPromise(n,o),{requireSubpath:!1})}opendirSync(r,o){return this.makeCallSync(r,()=>this.baseFs.opendirSync(r,o),(a,{subPath:n})=>a.opendirSync(n,o),{requireSubpath:!1})}async readPromise(r,o,a,n,u){if((r&wa)!==this.magic)return await this.baseFs.readPromise(r,o,a,n,u);let A=this.fdMap.get(r);if(typeof A>"u")throw Io("read");let[p,h]=A;return await p.readPromise(h,o,a,n,u)}readSync(r,o,a,n,u){if((r&wa)!==this.magic)return this.baseFs.readSync(r,o,a,n,u);let A=this.fdMap.get(r);if(typeof A>"u")throw Io("readSync");let[p,h]=A;return p.readSync(h,o,a,n,u)}async writePromise(r,o,a,n,u){if((r&wa)!==this.magic)return typeof o=="string"?await this.baseFs.writePromise(r,o,a):await this.baseFs.writePromise(r,o,a,n,u);let A=this.fdMap.get(r);if(typeof A>"u")throw Io("write");let[p,h]=A;return typeof o=="string"?await p.writePromise(h,o,a):await p.writePromise(h,o,a,n,u)}writeSync(r,o,a,n,u){if((r&wa)!==this.magic)return typeof o=="string"?this.baseFs.writeSync(r,o,a):this.baseFs.writeSync(r,o,a,n,u);let A=this.fdMap.get(r);if(typeof A>"u")throw Io("writeSync");let[p,h]=A;return typeof o=="string"?p.writeSync(h,o,a):p.writeSync(h,o,a,n,u)}async closePromise(r){if((r&wa)!==this.magic)return await this.baseFs.closePromise(r);let o=this.fdMap.get(r);if(typeof o>"u")throw Io("close");this.fdMap.delete(r);let[a,n]=o;return await a.closePromise(n)}closeSync(r){if((r&wa)!==this.magic)return this.baseFs.closeSync(r);let o=this.fdMap.get(r);if(typeof o>"u")throw Io("closeSync");this.fdMap.delete(r);let[a,n]=o;return a.closeSync(n)}createReadStream(r,o){return r===null?this.baseFs.createReadStream(r,o):this.makeCallSync(r,()=>this.baseFs.createReadStream(r,o),(a,{archivePath:n,subPath:u})=>{let A=a.createReadStream(u,o);return A.path=ue.fromPortablePath(this.pathUtils.join(n,u)),A})}createWriteStream(r,o){return r===null?this.baseFs.createWriteStream(r,o):this.makeCallSync(r,()=>this.baseFs.createWriteStream(r,o),(a,{subPath:n})=>a.createWriteStream(n,o))}async realpathPromise(r){return await this.makeCallPromise(r,async()=>await this.baseFs.realpathPromise(r),async(o,{archivePath:a,subPath:n})=>{let u=this.realPaths.get(a);return typeof u>"u"&&(u=await this.baseFs.realpathPromise(a),this.realPaths.set(a,u)),this.pathUtils.join(u,this.pathUtils.relative(Bt.root,await o.realpathPromise(n)))})}realpathSync(r){return this.makeCallSync(r,()=>this.baseFs.realpathSync(r),(o,{archivePath:a,subPath:n})=>{let u=this.realPaths.get(a);return typeof u>"u"&&(u=this.baseFs.realpathSync(a),this.realPaths.set(a,u)),this.pathUtils.join(u,this.pathUtils.relative(Bt.root,o.realpathSync(n)))})}async existsPromise(r){return await this.makeCallPromise(r,async()=>await this.baseFs.existsPromise(r),async(o,{subPath:a})=>await o.existsPromise(a))}existsSync(r){return this.makeCallSync(r,()=>this.baseFs.existsSync(r),(o,{subPath:a})=>o.existsSync(a))}async accessPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.accessPromise(r,o),async(a,{subPath:n})=>await a.accessPromise(n,o))}accessSync(r,o){return this.makeCallSync(r,()=>this.baseFs.accessSync(r,o),(a,{subPath:n})=>a.accessSync(n,o))}async statPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.statPromise(r,o),async(a,{subPath:n})=>await a.statPromise(n,o))}statSync(r,o){return this.makeCallSync(r,()=>this.baseFs.statSync(r,o),(a,{subPath:n})=>a.statSync(n,o))}async fstatPromise(r,o){if((r&wa)!==this.magic)return this.baseFs.fstatPromise(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("fstat");let[n,u]=a;return n.fstatPromise(u,o)}fstatSync(r,o){if((r&wa)!==this.magic)return this.baseFs.fstatSync(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("fstatSync");let[n,u]=a;return n.fstatSync(u,o)}async lstatPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.lstatPromise(r,o),async(a,{subPath:n})=>await a.lstatPromise(n,o))}lstatSync(r,o){return this.makeCallSync(r,()=>this.baseFs.lstatSync(r,o),(a,{subPath:n})=>a.lstatSync(n,o))}async fchmodPromise(r,o){if((r&wa)!==this.magic)return this.baseFs.fchmodPromise(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("fchmod");let[n,u]=a;return n.fchmodPromise(u,o)}fchmodSync(r,o){if((r&wa)!==this.magic)return this.baseFs.fchmodSync(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("fchmodSync");let[n,u]=a;return n.fchmodSync(u,o)}async chmodPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.chmodPromise(r,o),async(a,{subPath:n})=>await a.chmodPromise(n,o))}chmodSync(r,o){return this.makeCallSync(r,()=>this.baseFs.chmodSync(r,o),(a,{subPath:n})=>a.chmodSync(n,o))}async fchownPromise(r,o,a){if((r&wa)!==this.magic)return this.baseFs.fchownPromise(r,o,a);let n=this.fdMap.get(r);if(typeof n>"u")throw Io("fchown");let[u,A]=n;return u.fchownPromise(A,o,a)}fchownSync(r,o,a){if((r&wa)!==this.magic)return this.baseFs.fchownSync(r,o,a);let n=this.fdMap.get(r);if(typeof n>"u")throw Io("fchownSync");let[u,A]=n;return u.fchownSync(A,o,a)}async chownPromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.chownPromise(r,o,a),async(n,{subPath:u})=>await n.chownPromise(u,o,a))}chownSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.chownSync(r,o,a),(n,{subPath:u})=>n.chownSync(u,o,a))}async renamePromise(r,o){return await this.makeCallPromise(r,async()=>await this.makeCallPromise(o,async()=>await this.baseFs.renamePromise(r,o),async()=>{throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"})}),async(a,{subPath:n})=>await this.makeCallPromise(o,async()=>{throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"})},async(u,{subPath:A})=>{if(a!==u)throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"});return await a.renamePromise(n,A)}))}renameSync(r,o){return this.makeCallSync(r,()=>this.makeCallSync(o,()=>this.baseFs.renameSync(r,o),()=>{throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"})}),(a,{subPath:n})=>this.makeCallSync(o,()=>{throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"})},(u,{subPath:A})=>{if(a!==u)throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"});return a.renameSync(n,A)}))}async copyFilePromise(r,o,a=0){let n=async(u,A,p,h)=>{if((a&jg.constants.COPYFILE_FICLONE_FORCE)!==0)throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${A}' -> ${h}'`),{code:"EXDEV"});if(a&jg.constants.COPYFILE_EXCL&&await this.existsPromise(A))throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${A}' -> '${h}'`),{code:"EEXIST"});let E;try{E=await u.readFilePromise(A)}catch{throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${A}' -> '${h}'`),{code:"EINVAL"})}await p.writeFilePromise(h,E)};return await this.makeCallPromise(r,async()=>await this.makeCallPromise(o,async()=>await this.baseFs.copyFilePromise(r,o,a),async(u,{subPath:A})=>await n(this.baseFs,r,u,A)),async(u,{subPath:A})=>await this.makeCallPromise(o,async()=>await n(u,A,this.baseFs,o),async(p,{subPath:h})=>u!==p?await n(u,A,p,h):await u.copyFilePromise(A,h,a)))}copyFileSync(r,o,a=0){let n=(u,A,p,h)=>{if((a&jg.constants.COPYFILE_FICLONE_FORCE)!==0)throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${A}' -> ${h}'`),{code:"EXDEV"});if(a&jg.constants.COPYFILE_EXCL&&this.existsSync(A))throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${A}' -> '${h}'`),{code:"EEXIST"});let E;try{E=u.readFileSync(A)}catch{throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${A}' -> '${h}'`),{code:"EINVAL"})}p.writeFileSync(h,E)};return this.makeCallSync(r,()=>this.makeCallSync(o,()=>this.baseFs.copyFileSync(r,o,a),(u,{subPath:A})=>n(this.baseFs,r,u,A)),(u,{subPath:A})=>this.makeCallSync(o,()=>n(u,A,this.baseFs,o),(p,{subPath:h})=>u!==p?n(u,A,p,h):u.copyFileSync(A,h,a)))}async appendFilePromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.appendFilePromise(r,o,a),async(n,{subPath:u})=>await n.appendFilePromise(u,o,a))}appendFileSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.appendFileSync(r,o,a),(n,{subPath:u})=>n.appendFileSync(u,o,a))}async writeFilePromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.writeFilePromise(r,o,a),async(n,{subPath:u})=>await n.writeFilePromise(u,o,a))}writeFileSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.writeFileSync(r,o,a),(n,{subPath:u})=>n.writeFileSync(u,o,a))}async unlinkPromise(r){return await this.makeCallPromise(r,async()=>await this.baseFs.unlinkPromise(r),async(o,{subPath:a})=>await o.unlinkPromise(a))}unlinkSync(r){return this.makeCallSync(r,()=>this.baseFs.unlinkSync(r),(o,{subPath:a})=>o.unlinkSync(a))}async utimesPromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.utimesPromise(r,o,a),async(n,{subPath:u})=>await n.utimesPromise(u,o,a))}utimesSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.utimesSync(r,o,a),(n,{subPath:u})=>n.utimesSync(u,o,a))}async lutimesPromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.lutimesPromise(r,o,a),async(n,{subPath:u})=>await n.lutimesPromise(u,o,a))}lutimesSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.lutimesSync(r,o,a),(n,{subPath:u})=>n.lutimesSync(u,o,a))}async mkdirPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.mkdirPromise(r,o),async(a,{subPath:n})=>await a.mkdirPromise(n,o))}mkdirSync(r,o){return this.makeCallSync(r,()=>this.baseFs.mkdirSync(r,o),(a,{subPath:n})=>a.mkdirSync(n,o))}async rmdirPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.rmdirPromise(r,o),async(a,{subPath:n})=>await a.rmdirPromise(n,o))}rmdirSync(r,o){return this.makeCallSync(r,()=>this.baseFs.rmdirSync(r,o),(a,{subPath:n})=>a.rmdirSync(n,o))}async linkPromise(r,o){return await this.makeCallPromise(o,async()=>await this.baseFs.linkPromise(r,o),async(a,{subPath:n})=>await a.linkPromise(r,n))}linkSync(r,o){return this.makeCallSync(o,()=>this.baseFs.linkSync(r,o),(a,{subPath:n})=>a.linkSync(r,n))}async symlinkPromise(r,o,a){return await this.makeCallPromise(o,async()=>await this.baseFs.symlinkPromise(r,o,a),async(n,{subPath:u})=>await n.symlinkPromise(r,u))}symlinkSync(r,o,a){return this.makeCallSync(o,()=>this.baseFs.symlinkSync(r,o,a),(n,{subPath:u})=>n.symlinkSync(r,u))}async readFilePromise(r,o){return this.makeCallPromise(r,async()=>await this.baseFs.readFilePromise(r,o),async(a,{subPath:n})=>await a.readFilePromise(n,o))}readFileSync(r,o){return this.makeCallSync(r,()=>this.baseFs.readFileSync(r,o),(a,{subPath:n})=>a.readFileSync(n,o))}async readdirPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.readdirPromise(r,o),async(a,{subPath:n})=>await a.readdirPromise(n,o),{requireSubpath:!1})}readdirSync(r,o){return this.makeCallSync(r,()=>this.baseFs.readdirSync(r,o),(a,{subPath:n})=>a.readdirSync(n,o),{requireSubpath:!1})}async readlinkPromise(r){return await this.makeCallPromise(r,async()=>await this.baseFs.readlinkPromise(r),async(o,{subPath:a})=>await o.readlinkPromise(a))}readlinkSync(r){return this.makeCallSync(r,()=>this.baseFs.readlinkSync(r),(o,{subPath:a})=>o.readlinkSync(a))}async truncatePromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.truncatePromise(r,o),async(a,{subPath:n})=>await a.truncatePromise(n,o))}truncateSync(r,o){return this.makeCallSync(r,()=>this.baseFs.truncateSync(r,o),(a,{subPath:n})=>a.truncateSync(n,o))}async ftruncatePromise(r,o){if((r&wa)!==this.magic)return this.baseFs.ftruncatePromise(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("ftruncate");let[n,u]=a;return n.ftruncatePromise(u,o)}ftruncateSync(r,o){if((r&wa)!==this.magic)return this.baseFs.ftruncateSync(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("ftruncateSync");let[n,u]=a;return n.ftruncateSync(u,o)}watch(r,o,a){return this.makeCallSync(r,()=>this.baseFs.watch(r,o,a),(n,{subPath:u})=>n.watch(u,o,a))}watchFile(r,o,a){return this.makeCallSync(r,()=>this.baseFs.watchFile(r,o,a),()=>ry(this,r,o,a))}unwatchFile(r,o){return this.makeCallSync(r,()=>this.baseFs.unwatchFile(r,o),()=>Mg(this,r,o))}async makeCallPromise(r,o,a,{requireSubpath:n=!0}={}){if(typeof r!="string")return await o();let u=this.resolve(r),A=this.findMount(u);return A?n&&A.subPath==="/"?await o():await this.getMountPromise(A.archivePath,async p=>await a(p,A)):await o()}makeCallSync(r,o,a,{requireSubpath:n=!0}={}){if(typeof r!="string")return o();let u=this.resolve(r),A=this.findMount(u);return!A||n&&A.subPath==="/"?o():this.getMountSync(A.archivePath,p=>a(p,A))}findMount(r){if(this.filter&&!this.filter.test(r))return null;let o="";for(;;){let a=r.substring(o.length),n=this.getMountPoint(a,o);if(!n)return null;if(o=this.pathUtils.join(o,n),!this.isMount.has(o)){if(this.notMount.has(o))continue;try{if(this.typeCheck!==null&&(this.baseFs.lstatSync(o).mode&jg.constants.S_IFMT)!==this.typeCheck){this.notMount.add(o);continue}}catch{return null}this.isMount.add(o)}return{archivePath:o,subPath:this.pathUtils.join(Bt.root,r.substring(o.length))}}}limitOpenFiles(r){if(this.mountInstances===null)return;let o=Date.now(),a=o+this.maxAge,n=r===null?0:this.mountInstances.size-r;for(let[u,{childFs:A,expiresAt:p,refCount:h}]of this.mountInstances.entries())if(!(h!==0||A.hasOpenFileHandles?.())){if(o>=p){A.saveAndClose?.(),this.mountInstances.delete(u),n-=1;continue}else if(r===null||n<=0){a=p;break}A.saveAndClose?.(),this.mountInstances.delete(u),n-=1}this.limitOpenFilesTimeout===null&&(r===null&&this.mountInstances.size>0||r!==null)&&isFinite(a)&&(this.limitOpenFilesTimeout=setTimeout(()=>{this.limitOpenFilesTimeout=null,this.limitOpenFiles(null)},a-o).unref())}async getMountPromise(r,o){if(this.mountInstances){let a=this.mountInstances.get(r);if(!a){let n=await this.factoryPromise(this.baseFs,r);a=this.mountInstances.get(r),a||(a={childFs:n(),expiresAt:0,refCount:0})}this.mountInstances.delete(r),this.limitOpenFiles(this.maxOpenFiles-1),this.mountInstances.set(r,a),a.expiresAt=Date.now()+this.maxAge,a.refCount+=1;try{return await o(a.childFs)}finally{a.refCount-=1}}else{let a=(await this.factoryPromise(this.baseFs,r))();try{return await o(a)}finally{a.saveAndClose?.()}}}getMountSync(r,o){if(this.mountInstances){let a=this.mountInstances.get(r);return a||(a={childFs:this.factorySync(this.baseFs,r),expiresAt:0,refCount:0}),this.mountInstances.delete(r),this.limitOpenFiles(this.maxOpenFiles-1),this.mountInstances.set(r,a),a.expiresAt=Date.now()+this.maxAge,o(a.childFs)}else{let a=this.factorySync(this.baseFs,r);try{return o(a)}finally{a.saveAndClose?.()}}}}});var Zt,KT,Gw,$7=Et(()=>{_g();Ca();Zt=()=>Object.assign(new Error("ENOSYS: unsupported filesystem access"),{code:"ENOSYS"}),KT=class extends hf{constructor(){super(K)}getExtractHint(){throw Zt()}getRealPath(){throw Zt()}resolve(){throw Zt()}async openPromise(){throw Zt()}openSync(){throw Zt()}async opendirPromise(){throw Zt()}opendirSync(){throw Zt()}async readPromise(){throw Zt()}readSync(){throw Zt()}async writePromise(){throw Zt()}writeSync(){throw Zt()}async closePromise(){throw Zt()}closeSync(){throw Zt()}createWriteStream(){throw Zt()}createReadStream(){throw Zt()}async realpathPromise(){throw Zt()}realpathSync(){throw Zt()}async readdirPromise(){throw Zt()}readdirSync(){throw Zt()}async existsPromise(e){throw Zt()}existsSync(e){throw Zt()}async accessPromise(){throw Zt()}accessSync(){throw Zt()}async statPromise(){throw Zt()}statSync(){throw Zt()}async fstatPromise(e){throw Zt()}fstatSync(e){throw Zt()}async lstatPromise(e){throw Zt()}lstatSync(e){throw Zt()}async fchmodPromise(){throw Zt()}fchmodSync(){throw Zt()}async chmodPromise(){throw Zt()}chmodSync(){throw Zt()}async fchownPromise(){throw Zt()}fchownSync(){throw Zt()}async chownPromise(){throw Zt()}chownSync(){throw Zt()}async mkdirPromise(){throw Zt()}mkdirSync(){throw Zt()}async rmdirPromise(){throw Zt()}rmdirSync(){throw Zt()}async linkPromise(){throw Zt()}linkSync(){throw Zt()}async symlinkPromise(){throw Zt()}symlinkSync(){throw Zt()}async renamePromise(){throw Zt()}renameSync(){throw Zt()}async copyFilePromise(){throw Zt()}copyFileSync(){throw Zt()}async appendFilePromise(){throw Zt()}appendFileSync(){throw Zt()}async writeFilePromise(){throw Zt()}writeFileSync(){throw Zt()}async unlinkPromise(){throw Zt()}unlinkSync(){throw Zt()}async utimesPromise(){throw Zt()}utimesSync(){throw Zt()}async lutimesPromise(){throw Zt()}lutimesSync(){throw Zt()}async readFilePromise(){throw Zt()}readFileSync(){throw Zt()}async readlinkPromise(){throw Zt()}readlinkSync(){throw Zt()}async truncatePromise(){throw Zt()}truncateSync(){throw Zt()}async ftruncatePromise(e,r){throw Zt()}ftruncateSync(e,r){throw Zt()}watch(){throw Zt()}watchFile(){throw Zt()}unwatchFile(){throw Zt()}},Gw=KT;Gw.instance=new KT});var Hp,eY=Et(()=>{gf();Ca();Hp=class extends Ps{constructor(r){super(ue);this.baseFs=r}mapFromBase(r){return ue.fromPortablePath(r)}mapToBase(r){return ue.toPortablePath(r)}}});var R_e,JT,N_e,mi,tY=Et(()=>{Hg();gf();Ca();R_e=/^[0-9]+$/,JT=/^(\/(?:[^/]+\/)*?(?:\$\$virtual|__virtual__))((?:\/((?:[^/]+-)?[a-f0-9]+)(?:\/([^/]+))?)?((?:\/.*)?))$/,N_e=/^([^/]+-)?[a-f0-9]+$/,mi=class extends Ps{constructor({baseFs:r=new Rn}={}){super(K);this.baseFs=r}static makeVirtualPath(r,o,a){if(K.basename(r)!=="__virtual__")throw new Error('Assertion failed: Virtual folders must be named "__virtual__"');if(!K.basename(o).match(N_e))throw new Error("Assertion failed: Virtual components must be ended by an hexadecimal hash");let u=K.relative(K.dirname(r),a).split("/"),A=0;for(;A{zT=$e(Be("buffer")),kD=Be("url"),rY=Be("util");gf();Ca();bD=class extends Ps{constructor(r){super(ue);this.baseFs=r}mapFromBase(r){return r}mapToBase(r){if(typeof r=="string")return r;if(r instanceof kD.URL)return(0,kD.fileURLToPath)(r);if(Buffer.isBuffer(r)){let o=r.toString();if(!L_e(r,o))throw new Error("Non-utf8 buffers are not supported at the moment. Please upvote the following issue if you encounter this error: https://github.com/yarnpkg/berry/issues/4942");return o}throw new Error(`Unsupported path type: ${(0,rY.inspect)(r)}`)}}});var iY,Bo,df,jp,QD,FD,iy,Rc,Nc,M_e,O_e,U_e,__e,Yw,sY=Et(()=>{iY=Be("readline"),Bo=Symbol("kBaseFs"),df=Symbol("kFd"),jp=Symbol("kClosePromise"),QD=Symbol("kCloseResolve"),FD=Symbol("kCloseReject"),iy=Symbol("kRefs"),Rc=Symbol("kRef"),Nc=Symbol("kUnref"),Yw=class{constructor(e,r){this[M_e]=1;this[O_e]=void 0;this[U_e]=void 0;this[__e]=void 0;this[Bo]=r,this[df]=e}get fd(){return this[df]}async appendFile(e,r){try{this[Rc](this.appendFile);let o=(typeof r=="string"?r:r?.encoding)??void 0;return await this[Bo].appendFilePromise(this.fd,e,o?{encoding:o}:void 0)}finally{this[Nc]()}}async chown(e,r){try{return this[Rc](this.chown),await this[Bo].fchownPromise(this.fd,e,r)}finally{this[Nc]()}}async chmod(e){try{return this[Rc](this.chmod),await this[Bo].fchmodPromise(this.fd,e)}finally{this[Nc]()}}createReadStream(e){return this[Bo].createReadStream(null,{...e,fd:this.fd})}createWriteStream(e){return this[Bo].createWriteStream(null,{...e,fd:this.fd})}datasync(){throw new Error("Method not implemented.")}sync(){throw new Error("Method not implemented.")}async read(e,r,o,a){try{this[Rc](this.read);let n;return Buffer.isBuffer(e)?n=e:(e??={},n=e.buffer??Buffer.alloc(16384),r=e.offset||0,o=e.length??n.byteLength,a=e.position??null),r??=0,o??=0,o===0?{bytesRead:o,buffer:n}:{bytesRead:await this[Bo].readPromise(this.fd,n,r,o,a),buffer:n}}finally{this[Nc]()}}async readFile(e){try{this[Rc](this.readFile);let r=(typeof e=="string"?e:e?.encoding)??void 0;return await this[Bo].readFilePromise(this.fd,r)}finally{this[Nc]()}}readLines(e){return(0,iY.createInterface)({input:this.createReadStream(e),crlfDelay:1/0})}async stat(e){try{return this[Rc](this.stat),await this[Bo].fstatPromise(this.fd,e)}finally{this[Nc]()}}async truncate(e){try{return this[Rc](this.truncate),await this[Bo].ftruncatePromise(this.fd,e)}finally{this[Nc]()}}utimes(e,r){throw new Error("Method not implemented.")}async writeFile(e,r){try{this[Rc](this.writeFile);let o=(typeof r=="string"?r:r?.encoding)??void 0;await this[Bo].writeFilePromise(this.fd,e,o)}finally{this[Nc]()}}async write(...e){try{if(this[Rc](this.write),ArrayBuffer.isView(e[0])){let[r,o,a,n]=e;return{bytesWritten:await this[Bo].writePromise(this.fd,r,o??void 0,a??void 0,n??void 0),buffer:r}}else{let[r,o,a]=e;return{bytesWritten:await this[Bo].writePromise(this.fd,r,o,a),buffer:r}}}finally{this[Nc]()}}async writev(e,r){try{this[Rc](this.writev);let o=0;if(typeof r<"u")for(let a of e){let n=await this.write(a,void 0,void 0,r);o+=n.bytesWritten,r+=n.bytesWritten}else for(let a of e){let n=await this.write(a);o+=n.bytesWritten}return{buffers:e,bytesWritten:o}}finally{this[Nc]()}}readv(e,r){throw new Error("Method not implemented.")}close(){if(this[df]===-1)return Promise.resolve();if(this[jp])return this[jp];if(this[iy]--,this[iy]===0){let e=this[df];this[df]=-1,this[jp]=this[Bo].closePromise(e).finally(()=>{this[jp]=void 0})}else this[jp]=new Promise((e,r)=>{this[QD]=e,this[FD]=r}).finally(()=>{this[jp]=void 0,this[FD]=void 0,this[QD]=void 0});return this[jp]}[(Bo,df,M_e=iy,O_e=jp,U_e=QD,__e=FD,Rc)](e){if(this[df]===-1){let r=new Error("file closed");throw r.code="EBADF",r.syscall=e.name,r}this[iy]++}[Nc](){if(this[iy]--,this[iy]===0){let e=this[df];this[df]=-1,this[Bo].closePromise(e).then(this[QD],this[FD])}}}});function Ww(t,e){e=new bD(e);let r=(o,a,n)=>{let u=o[a];o[a]=n,typeof u?.[sy.promisify.custom]<"u"&&(n[sy.promisify.custom]=u[sy.promisify.custom])};{r(t,"exists",(o,...a)=>{let u=typeof a[a.length-1]=="function"?a.pop():()=>{};process.nextTick(()=>{e.existsPromise(o).then(A=>{u(A)},()=>{u(!1)})})}),r(t,"read",(...o)=>{let[a,n,u,A,p,h]=o;if(o.length<=3){let E={};o.length<3?h=o[1]:(E=o[1],h=o[2]),{buffer:n=Buffer.alloc(16384),offset:u=0,length:A=n.byteLength,position:p}=E}if(u==null&&(u=0),A|=0,A===0){process.nextTick(()=>{h(null,0,n)});return}p==null&&(p=-1),process.nextTick(()=>{e.readPromise(a,n,u,A,p).then(E=>{h(null,E,n)},E=>{h(E,0,n)})})});for(let o of oY){let a=o.replace(/Promise$/,"");if(typeof t[a]>"u")continue;let n=e[o];if(typeof n>"u")continue;r(t,a,(...A)=>{let h=typeof A[A.length-1]=="function"?A.pop():()=>{};process.nextTick(()=>{n.apply(e,A).then(E=>{h(null,E)},E=>{h(E)})})})}t.realpath.native=t.realpath}{r(t,"existsSync",o=>{try{return e.existsSync(o)}catch{return!1}}),r(t,"readSync",(...o)=>{let[a,n,u,A,p]=o;return o.length<=3&&({offset:u=0,length:A=n.byteLength,position:p}=o[2]||{}),u==null&&(u=0),A|=0,A===0?0:(p==null&&(p=-1),e.readSync(a,n,u,A,p))});for(let o of H_e){let a=o;if(typeof t[a]>"u")continue;let n=e[o];typeof n>"u"||r(t,a,n.bind(e))}t.realpathSync.native=t.realpathSync}{let o=t.promises;for(let a of oY){let n=a.replace(/Promise$/,"");if(typeof o[n]>"u")continue;let u=e[a];typeof u>"u"||a!=="open"&&r(o,n,(A,...p)=>A instanceof Yw?A[n].apply(A,p):u.call(e,A,...p))}r(o,"open",async(...a)=>{let n=await e.openPromise(...a);return new Yw(n,e)})}t.read[sy.promisify.custom]=async(o,a,...n)=>({bytesRead:await e.readPromise(o,a,...n),buffer:a}),t.write[sy.promisify.custom]=async(o,a,...n)=>({bytesWritten:await e.writePromise(o,a,...n),buffer:a})}function TD(t,e){let r=Object.create(t);return Ww(r,e),r}var sy,H_e,oY,aY=Et(()=>{sy=Be("util");nY();sY();H_e=new Set(["accessSync","appendFileSync","createReadStream","createWriteStream","chmodSync","fchmodSync","chownSync","fchownSync","closeSync","copyFileSync","linkSync","lstatSync","fstatSync","lutimesSync","mkdirSync","openSync","opendirSync","readlinkSync","readFileSync","readdirSync","readlinkSync","realpathSync","renameSync","rmdirSync","statSync","symlinkSync","truncateSync","ftruncateSync","unlinkSync","unwatchFile","utimesSync","watch","watchFile","writeFileSync","writeSync"]),oY=new Set(["accessPromise","appendFilePromise","fchmodPromise","chmodPromise","fchownPromise","chownPromise","closePromise","copyFilePromise","linkPromise","fstatPromise","lstatPromise","lutimesPromise","mkdirPromise","openPromise","opendirPromise","readdirPromise","realpathPromise","readFilePromise","readdirPromise","readlinkPromise","renamePromise","rmdirPromise","statPromise","symlinkPromise","truncatePromise","ftruncatePromise","unlinkPromise","utimesPromise","writeFilePromise","writeSync"])});function lY(t){let e=Math.ceil(Math.random()*4294967296).toString(16).padStart(8,"0");return`${t}${e}`}function cY(){if(XT)return XT;let t=ue.toPortablePath(uY.default.tmpdir()),e=oe.realpathSync(t);return process.once("exit",()=>{oe.rmtempSync()}),XT={tmpdir:t,realTmpdir:e}}var uY,Lc,XT,oe,AY=Et(()=>{uY=$e(Be("os"));Hg();Ca();Lc=new Set,XT=null;oe=Object.assign(new Rn,{detachTemp(t){Lc.delete(t)},mktempSync(t){let{tmpdir:e,realTmpdir:r}=cY();for(;;){let o=lY("xfs-");try{this.mkdirSync(K.join(e,o))}catch(n){if(n.code==="EEXIST")continue;throw n}let a=K.join(r,o);if(Lc.add(a),typeof t>"u")return a;try{return t(a)}finally{if(Lc.has(a)){Lc.delete(a);try{this.removeSync(a)}catch{}}}}},async mktempPromise(t){let{tmpdir:e,realTmpdir:r}=cY();for(;;){let o=lY("xfs-");try{await this.mkdirPromise(K.join(e,o))}catch(n){if(n.code==="EEXIST")continue;throw n}let a=K.join(r,o);if(Lc.add(a),typeof t>"u")return a;try{return await t(a)}finally{if(Lc.has(a)){Lc.delete(a);try{await this.removePromise(a)}catch{}}}}},async rmtempPromise(){await Promise.all(Array.from(Lc.values()).map(async t=>{try{await oe.removePromise(t,{maxRetries:0}),Lc.delete(t)}catch{}}))},rmtempSync(){for(let t of Lc)try{oe.removeSync(t),Lc.delete(t)}catch{}}})});var Vw={};Kt(Vw,{AliasFS:()=>Uu,BasePortableFakeFS:()=>Ou,CustomDir:()=>qw,CwdFS:()=>gn,FakeFS:()=>hf,Filename:()=>dr,JailFS:()=>_u,LazyFS:()=>ny,MountFS:()=>_p,NoFS:()=>Gw,NodeFS:()=>Rn,PortablePath:()=>Bt,PosixFS:()=>Hp,ProxiedFS:()=>Ps,VirtualFS:()=>mi,constants:()=>vi,errors:()=>ar,extendFs:()=>TD,normalizeLineEndings:()=>Ug,npath:()=>ue,opendir:()=>SD,patchFs:()=>Ww,ppath:()=>K,setupCopyIndex:()=>PD,statUtils:()=>Ea,unwatchAllFiles:()=>Og,unwatchFile:()=>Mg,watchFile:()=>ry,xfs:()=>oe});var Pt=Et(()=>{T7();BD();qT();WT();U7();VT();_g();Ca();Ca();Y7();_g();K7();z7();X7();Z7();$7();Hg();eY();gf();tY();aY();AY()});var dY=_((axt,gY)=>{gY.exports=hY;hY.sync=q_e;var fY=Be("fs");function j_e(t,e){var r=e.pathExt!==void 0?e.pathExt:process.env.PATHEXT;if(!r||(r=r.split(";"),r.indexOf("")!==-1))return!0;for(var o=0;o{CY.exports=yY;yY.sync=G_e;var mY=Be("fs");function yY(t,e,r){mY.stat(t,function(o,a){r(o,o?!1:EY(a,e))})}function G_e(t,e){return EY(mY.statSync(t),e)}function EY(t,e){return t.isFile()&&Y_e(t,e)}function Y_e(t,e){var r=t.mode,o=t.uid,a=t.gid,n=e.uid!==void 0?e.uid:process.getuid&&process.getuid(),u=e.gid!==void 0?e.gid:process.getgid&&process.getgid(),A=parseInt("100",8),p=parseInt("010",8),h=parseInt("001",8),E=A|p,I=r&h||r&p&&a===u||r&A&&o===n||r&E&&n===0;return I}});var BY=_((uxt,IY)=>{var cxt=Be("fs"),RD;process.platform==="win32"||global.TESTING_WINDOWS?RD=dY():RD=wY();IY.exports=ZT;ZT.sync=W_e;function ZT(t,e,r){if(typeof e=="function"&&(r=e,e={}),!r){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(o,a){ZT(t,e||{},function(n,u){n?a(n):o(u)})})}RD(t,e||{},function(o,a){o&&(o.code==="EACCES"||e&&e.ignoreErrors)&&(o=null,a=!1),r(o,a)})}function W_e(t,e){try{return RD.sync(t,e||{})}catch(r){if(e&&e.ignoreErrors||r.code==="EACCES")return!1;throw r}}});var kY=_((Axt,bY)=>{var oy=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",vY=Be("path"),V_e=oy?";":":",DY=BY(),PY=t=>Object.assign(new Error(`not found: ${t}`),{code:"ENOENT"}),SY=(t,e)=>{let r=e.colon||V_e,o=t.match(/\//)||oy&&t.match(/\\/)?[""]:[...oy?[process.cwd()]:[],...(e.path||process.env.PATH||"").split(r)],a=oy?e.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",n=oy?a.split(r):[""];return oy&&t.indexOf(".")!==-1&&n[0]!==""&&n.unshift(""),{pathEnv:o,pathExt:n,pathExtExe:a}},xY=(t,e,r)=>{typeof e=="function"&&(r=e,e={}),e||(e={});let{pathEnv:o,pathExt:a,pathExtExe:n}=SY(t,e),u=[],A=h=>new Promise((E,I)=>{if(h===o.length)return e.all&&u.length?E(u):I(PY(t));let v=o[h],b=/^".*"$/.test(v)?v.slice(1,-1):v,C=vY.join(b,t),T=!b&&/^\.[\\\/]/.test(t)?t.slice(0,2)+C:C;E(p(T,h,0))}),p=(h,E,I)=>new Promise((v,b)=>{if(I===a.length)return v(A(E+1));let C=a[I];DY(h+C,{pathExt:n},(T,L)=>{if(!T&&L)if(e.all)u.push(h+C);else return v(h+C);return v(p(h,E,I+1))})});return r?A(0).then(h=>r(null,h),r):A(0)},K_e=(t,e)=>{e=e||{};let{pathEnv:r,pathExt:o,pathExtExe:a}=SY(t,e),n=[];for(let u=0;u{"use strict";var QY=(t={})=>{let e=t.env||process.env;return(t.platform||process.platform)!=="win32"?"PATH":Object.keys(e).reverse().find(o=>o.toUpperCase()==="PATH")||"Path"};$T.exports=QY;$T.exports.default=QY});var LY=_((pxt,NY)=>{"use strict";var TY=Be("path"),J_e=kY(),z_e=FY();function RY(t,e){let r=t.options.env||process.env,o=process.cwd(),a=t.options.cwd!=null,n=a&&process.chdir!==void 0&&!process.chdir.disabled;if(n)try{process.chdir(t.options.cwd)}catch{}let u;try{u=J_e.sync(t.command,{path:r[z_e({env:r})],pathExt:e?TY.delimiter:void 0})}catch{}finally{n&&process.chdir(o)}return u&&(u=TY.resolve(a?t.options.cwd:"",u)),u}function X_e(t){return RY(t)||RY(t,!0)}NY.exports=X_e});var MY=_((hxt,tR)=>{"use strict";var eR=/([()\][%!^"`<>&|;, *?])/g;function Z_e(t){return t=t.replace(eR,"^$1"),t}function $_e(t,e){return t=`${t}`,t=t.replace(/(\\*)"/g,'$1$1\\"'),t=t.replace(/(\\*)$/,"$1$1"),t=`"${t}"`,t=t.replace(eR,"^$1"),e&&(t=t.replace(eR,"^$1")),t}tR.exports.command=Z_e;tR.exports.argument=$_e});var UY=_((gxt,OY)=>{"use strict";OY.exports=/^#!(.*)/});var HY=_((dxt,_Y)=>{"use strict";var e8e=UY();_Y.exports=(t="")=>{let e=t.match(e8e);if(!e)return null;let[r,o]=e[0].replace(/#! ?/,"").split(" "),a=r.split("/").pop();return a==="env"?o:o?`${a} ${o}`:a}});var qY=_((mxt,jY)=>{"use strict";var rR=Be("fs"),t8e=HY();function r8e(t){let r=Buffer.alloc(150),o;try{o=rR.openSync(t,"r"),rR.readSync(o,r,0,150,0),rR.closeSync(o)}catch{}return t8e(r.toString())}jY.exports=r8e});var VY=_((yxt,WY)=>{"use strict";var n8e=Be("path"),GY=LY(),YY=MY(),i8e=qY(),s8e=process.platform==="win32",o8e=/\.(?:com|exe)$/i,a8e=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function l8e(t){t.file=GY(t);let e=t.file&&i8e(t.file);return e?(t.args.unshift(t.file),t.command=e,GY(t)):t.file}function c8e(t){if(!s8e)return t;let e=l8e(t),r=!o8e.test(e);if(t.options.forceShell||r){let o=a8e.test(e);t.command=n8e.normalize(t.command),t.command=YY.command(t.command),t.args=t.args.map(n=>YY.argument(n,o));let a=[t.command].concat(t.args).join(" ");t.args=["/d","/s","/c",`"${a}"`],t.command=process.env.comspec||"cmd.exe",t.options.windowsVerbatimArguments=!0}return t}function u8e(t,e,r){e&&!Array.isArray(e)&&(r=e,e=null),e=e?e.slice(0):[],r=Object.assign({},r);let o={command:t,args:e,options:r,file:void 0,original:{command:t,args:e}};return r.shell?o:c8e(o)}WY.exports=u8e});var zY=_((Ext,JY)=>{"use strict";var nR=process.platform==="win32";function iR(t,e){return Object.assign(new Error(`${e} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${e} ${t.command}`,path:t.command,spawnargs:t.args})}function A8e(t,e){if(!nR)return;let r=t.emit;t.emit=function(o,a){if(o==="exit"){let n=KY(a,e,"spawn");if(n)return r.call(t,"error",n)}return r.apply(t,arguments)}}function KY(t,e){return nR&&t===1&&!e.file?iR(e.original,"spawn"):null}function f8e(t,e){return nR&&t===1&&!e.file?iR(e.original,"spawnSync"):null}JY.exports={hookChildProcess:A8e,verifyENOENT:KY,verifyENOENTSync:f8e,notFoundError:iR}});var aR=_((Cxt,ay)=>{"use strict";var XY=Be("child_process"),sR=VY(),oR=zY();function ZY(t,e,r){let o=sR(t,e,r),a=XY.spawn(o.command,o.args,o.options);return oR.hookChildProcess(a,o),a}function p8e(t,e,r){let o=sR(t,e,r),a=XY.spawnSync(o.command,o.args,o.options);return a.error=a.error||oR.verifyENOENTSync(a.status,o),a}ay.exports=ZY;ay.exports.spawn=ZY;ay.exports.sync=p8e;ay.exports._parse=sR;ay.exports._enoent=oR});var eW=_((wxt,$Y)=>{"use strict";function h8e(t,e){function r(){this.constructor=t}r.prototype=e.prototype,t.prototype=new r}function qg(t,e,r,o){this.message=t,this.expected=e,this.found=r,this.location=o,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,qg)}h8e(qg,Error);qg.buildMessage=function(t,e){var r={literal:function(h){return'"'+a(h.text)+'"'},class:function(h){var E="",I;for(I=0;I0){for(I=1,v=1;I>",S=Br(">>",!1),y=">&",F=Br(">&",!1),z=">",X=Br(">",!1),Z="<<<",ie=Br("<<<",!1),Se="<&",Ne=Br("<&",!1),ot="<",dt=Br("<",!1),jt=function(N){return{type:"argument",segments:[].concat(...N)}},$t=function(N){return N},xt="$'",an=Br("$'",!1),Qr="'",mr=Br("'",!1),xr=function(N){return[{type:"text",text:N}]},Wr='""',Vn=Br('""',!1),Ns=function(){return{type:"text",text:""}},Ri='"',ps=Br('"',!1),io=function(N){return N},Si=function(N){return{type:"arithmetic",arithmetic:N,quoted:!0}},Ls=function(N){return{type:"shell",shell:N,quoted:!0}},so=function(N){return{type:"variable",...N,quoted:!0}},cc=function(N){return{type:"text",text:N}},cu=function(N){return{type:"arithmetic",arithmetic:N,quoted:!1}},ap=function(N){return{type:"shell",shell:N,quoted:!1}},lp=function(N){return{type:"variable",...N,quoted:!1}},Ms=function(N){return{type:"glob",pattern:N}},Dn=/^[^']/,oo=Cs(["'"],!0,!1),Os=function(N){return N.join("")},ml=/^[^$"]/,yl=Cs(["$",'"'],!0,!1),ao=`\\ -`,Kn=Br(`\\ -`,!1),Mn=function(){return""},Ni="\\",On=Br("\\",!1),_i=/^[\\$"`]/,tr=Cs(["\\","$",'"',"`"],!1,!1),Me=function(N){return N},ii="\\a",Oa=Br("\\a",!1),hr=function(){return"a"},uc="\\b",uu=Br("\\b",!1),Ac=function(){return"\b"},El=/^[Ee]/,vA=Cs(["E","e"],!1,!1),Au=function(){return"\x1B"},Ce="\\f",Tt=Br("\\f",!1),fc=function(){return"\f"},Hi="\\n",fu=Br("\\n",!1),Yt=function(){return` -`},Cl="\\r",DA=Br("\\r",!1),cp=function(){return"\r"},pc="\\t",PA=Br("\\t",!1),Qn=function(){return" "},hi="\\v",hc=Br("\\v",!1),SA=function(){return"\v"},sa=/^[\\'"?]/,Li=Cs(["\\","'",'"',"?"],!1,!1),_o=function(N){return String.fromCharCode(parseInt(N,16))},Ze="\\x",lo=Br("\\x",!1),gc="\\u",pu=Br("\\u",!1),ji="\\U",hu=Br("\\U",!1),xA=function(N){return String.fromCodePoint(parseInt(N,16))},Ua=/^[0-7]/,dc=Cs([["0","7"]],!1,!1),hs=/^[0-9a-fA-f]/,_t=Cs([["0","9"],["a","f"],["A","f"]],!1,!1),Fn=cg(),Ci="{}",oa=Br("{}",!1),co=function(){return"{}"},Us="-",aa=Br("-",!1),la="+",Ho=Br("+",!1),wi=".",gs=Br(".",!1),ds=function(N,V,re){return{type:"number",value:(N==="-"?-1:1)*parseFloat(V.join("")+"."+re.join(""))}},ms=function(N,V){return{type:"number",value:(N==="-"?-1:1)*parseInt(V.join(""))}},_s=function(N){return{type:"variable",...N}},Un=function(N){return{type:"variable",name:N}},Pn=function(N){return N},ys="*",We=Br("*",!1),tt="/",It=Br("/",!1),nr=function(N,V,re){return{type:V==="*"?"multiplication":"division",right:re}},$=function(N,V){return V.reduce((re,he)=>({left:re,...he}),N)},me=function(N,V,re){return{type:V==="+"?"addition":"subtraction",right:re}},Le="$((",ft=Br("$((",!1),pt="))",Rt=Br("))",!1),er=function(N){return N},Zr="$(",qi=Br("$(",!1),es=function(N){return N},xi="${",jo=Br("${",!1),bA=":-",kA=Br(":-",!1),up=function(N,V){return{name:N,defaultValue:V}},ng=":-}",gu=Br(":-}",!1),ig=function(N){return{name:N,defaultValue:[]}},du=":+",uo=Br(":+",!1),QA=function(N,V){return{name:N,alternativeValue:V}},mc=":+}",ca=Br(":+}",!1),sg=function(N){return{name:N,alternativeValue:[]}},yc=function(N){return{name:N}},Pm="$",og=Br("$",!1),$n=function(N){return e.isGlobPattern(N)},Ap=function(N){return N},ag=/^[a-zA-Z0-9_]/,FA=Cs([["a","z"],["A","Z"],["0","9"],"_"],!1,!1),Hs=function(){return lg()},mu=/^[$@*?#a-zA-Z0-9_\-]/,Ha=Cs(["$","@","*","?","#",["a","z"],["A","Z"],["0","9"],"_","-"],!1,!1),Gi=/^[()}<>$|&; \t"']/,ua=Cs(["(",")","}","<",">","$","|","&",";"," "," ",'"',"'"],!1,!1),yu=/^[<>&; \t"']/,Es=Cs(["<",">","&",";"," "," ",'"',"'"],!1,!1),Ec=/^[ \t]/,Cc=Cs([" "," "],!1,!1),G=0,Dt=0,wl=[{line:1,column:1}],bi=0,wc=[],ct=0,Eu;if("startRule"in e){if(!(e.startRule in o))throw new Error(`Can't start parsing from rule "`+e.startRule+'".');a=o[e.startRule]}function lg(){return t.substring(Dt,G)}function mw(){return Ic(Dt,G)}function TA(N,V){throw V=V!==void 0?V:Ic(Dt,G),fg([Ag(N)],t.substring(Dt,G),V)}function fp(N,V){throw V=V!==void 0?V:Ic(Dt,G),Sm(N,V)}function Br(N,V){return{type:"literal",text:N,ignoreCase:V}}function Cs(N,V,re){return{type:"class",parts:N,inverted:V,ignoreCase:re}}function cg(){return{type:"any"}}function ug(){return{type:"end"}}function Ag(N){return{type:"other",description:N}}function pp(N){var V=wl[N],re;if(V)return V;for(re=N-1;!wl[re];)re--;for(V=wl[re],V={line:V.line,column:V.column};rebi&&(bi=G,wc=[]),wc.push(N))}function Sm(N,V){return new qg(N,null,null,V)}function fg(N,V,re){return new qg(qg.buildMessage(N,V),N,V,re)}function pg(){var N,V,re;for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();return V!==r?(re=Cu(),re===r&&(re=null),re!==r?(Dt=N,V=n(re),N=V):(G=N,N=r)):(G=N,N=r),N}function Cu(){var N,V,re,he,ze;if(N=G,V=wu(),V!==r){for(re=[],he=Qt();he!==r;)re.push(he),he=Qt();re!==r?(he=hg(),he!==r?(ze=xm(),ze===r&&(ze=null),ze!==r?(Dt=N,V=u(V,he,ze),N=V):(G=N,N=r)):(G=N,N=r)):(G=N,N=r)}else G=N,N=r;if(N===r)if(N=G,V=wu(),V!==r){for(re=[],he=Qt();he!==r;)re.push(he),he=Qt();re!==r?(he=hg(),he===r&&(he=null),he!==r?(Dt=N,V=A(V,he),N=V):(G=N,N=r)):(G=N,N=r)}else G=N,N=r;return N}function xm(){var N,V,re,he,ze;for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();if(V!==r)if(re=Cu(),re!==r){for(he=[],ze=Qt();ze!==r;)he.push(ze),ze=Qt();he!==r?(Dt=N,V=p(re),N=V):(G=N,N=r)}else G=N,N=r;else G=N,N=r;return N}function hg(){var N;return t.charCodeAt(G)===59?(N=h,G++):(N=r,ct===0&&Ct(E)),N===r&&(t.charCodeAt(G)===38?(N=I,G++):(N=r,ct===0&&Ct(v))),N}function wu(){var N,V,re;return N=G,V=Aa(),V!==r?(re=yw(),re===r&&(re=null),re!==r?(Dt=N,V=b(V,re),N=V):(G=N,N=r)):(G=N,N=r),N}function yw(){var N,V,re,he,ze,mt,fr;for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();if(V!==r)if(re=bm(),re!==r){for(he=[],ze=Qt();ze!==r;)he.push(ze),ze=Qt();if(he!==r)if(ze=wu(),ze!==r){for(mt=[],fr=Qt();fr!==r;)mt.push(fr),fr=Qt();mt!==r?(Dt=N,V=C(re,ze),N=V):(G=N,N=r)}else G=N,N=r;else G=N,N=r}else G=N,N=r;else G=N,N=r;return N}function bm(){var N;return t.substr(G,2)===T?(N=T,G+=2):(N=r,ct===0&&Ct(L)),N===r&&(t.substr(G,2)===U?(N=U,G+=2):(N=r,ct===0&&Ct(J))),N}function Aa(){var N,V,re;return N=G,V=gg(),V!==r?(re=Bc(),re===r&&(re=null),re!==r?(Dt=N,V=te(V,re),N=V):(G=N,N=r)):(G=N,N=r),N}function Bc(){var N,V,re,he,ze,mt,fr;for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();if(V!==r)if(re=Il(),re!==r){for(he=[],ze=Qt();ze!==r;)he.push(ze),ze=Qt();if(he!==r)if(ze=Aa(),ze!==r){for(mt=[],fr=Qt();fr!==r;)mt.push(fr),fr=Qt();mt!==r?(Dt=N,V=le(re,ze),N=V):(G=N,N=r)}else G=N,N=r;else G=N,N=r}else G=N,N=r;else G=N,N=r;return N}function Il(){var N;return t.substr(G,2)===pe?(N=pe,G+=2):(N=r,ct===0&&Ct(Ae)),N===r&&(t.charCodeAt(G)===124?(N=ye,G++):(N=r,ct===0&&Ct(ae))),N}function Iu(){var N,V,re,he,ze,mt;if(N=G,V=Eg(),V!==r)if(t.charCodeAt(G)===61?(re=we,G++):(re=r,ct===0&&Ct(Pe)),re!==r)if(he=qo(),he!==r){for(ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();ze!==r?(Dt=N,V=g(V,he),N=V):(G=N,N=r)}else G=N,N=r;else G=N,N=r;else G=N,N=r;if(N===r)if(N=G,V=Eg(),V!==r)if(t.charCodeAt(G)===61?(re=we,G++):(re=r,ct===0&&Ct(Pe)),re!==r){for(he=[],ze=Qt();ze!==r;)he.push(ze),ze=Qt();he!==r?(Dt=N,V=Ee(V),N=V):(G=N,N=r)}else G=N,N=r;else G=N,N=r;return N}function gg(){var N,V,re,he,ze,mt,fr,Cr,yn,oi,Mi;for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();if(V!==r)if(t.charCodeAt(G)===40?(re=De,G++):(re=r,ct===0&&Ct(ce)),re!==r){for(he=[],ze=Qt();ze!==r;)he.push(ze),ze=Qt();if(he!==r)if(ze=Cu(),ze!==r){for(mt=[],fr=Qt();fr!==r;)mt.push(fr),fr=Qt();if(mt!==r)if(t.charCodeAt(G)===41?(fr=ne,G++):(fr=r,ct===0&&Ct(ee)),fr!==r){for(Cr=[],yn=Qt();yn!==r;)Cr.push(yn),yn=Qt();if(Cr!==r){for(yn=[],oi=ja();oi!==r;)yn.push(oi),oi=ja();if(yn!==r){for(oi=[],Mi=Qt();Mi!==r;)oi.push(Mi),Mi=Qt();oi!==r?(Dt=N,V=Ie(ze,yn),N=V):(G=N,N=r)}else G=N,N=r}else G=N,N=r}else G=N,N=r;else G=N,N=r}else G=N,N=r;else G=N,N=r}else G=N,N=r;else G=N,N=r;if(N===r){for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();if(V!==r)if(t.charCodeAt(G)===123?(re=ke,G++):(re=r,ct===0&&Ct(ht)),re!==r){for(he=[],ze=Qt();ze!==r;)he.push(ze),ze=Qt();if(he!==r)if(ze=Cu(),ze!==r){for(mt=[],fr=Qt();fr!==r;)mt.push(fr),fr=Qt();if(mt!==r)if(t.charCodeAt(G)===125?(fr=H,G++):(fr=r,ct===0&&Ct(lt)),fr!==r){for(Cr=[],yn=Qt();yn!==r;)Cr.push(yn),yn=Qt();if(Cr!==r){for(yn=[],oi=ja();oi!==r;)yn.push(oi),oi=ja();if(yn!==r){for(oi=[],Mi=Qt();Mi!==r;)oi.push(Mi),Mi=Qt();oi!==r?(Dt=N,V=Re(ze,yn),N=V):(G=N,N=r)}else G=N,N=r}else G=N,N=r}else G=N,N=r;else G=N,N=r}else G=N,N=r;else G=N,N=r}else G=N,N=r;else G=N,N=r;if(N===r){for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();if(V!==r){for(re=[],he=Iu();he!==r;)re.push(he),he=Iu();if(re!==r){for(he=[],ze=Qt();ze!==r;)he.push(ze),ze=Qt();if(he!==r){if(ze=[],mt=hp(),mt!==r)for(;mt!==r;)ze.push(mt),mt=hp();else ze=r;if(ze!==r){for(mt=[],fr=Qt();fr!==r;)mt.push(fr),fr=Qt();mt!==r?(Dt=N,V=Qe(re,ze),N=V):(G=N,N=r)}else G=N,N=r}else G=N,N=r}else G=N,N=r}else G=N,N=r;if(N===r){for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();if(V!==r){if(re=[],he=Iu(),he!==r)for(;he!==r;)re.push(he),he=Iu();else re=r;if(re!==r){for(he=[],ze=Qt();ze!==r;)he.push(ze),ze=Qt();he!==r?(Dt=N,V=be(re),N=V):(G=N,N=r)}else G=N,N=r}else G=N,N=r}}}return N}function RA(){var N,V,re,he,ze;for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();if(V!==r){if(re=[],he=gp(),he!==r)for(;he!==r;)re.push(he),he=gp();else re=r;if(re!==r){for(he=[],ze=Qt();ze!==r;)he.push(ze),ze=Qt();he!==r?(Dt=N,V=_e(re),N=V):(G=N,N=r)}else G=N,N=r}else G=N,N=r;return N}function hp(){var N,V,re;for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();if(V!==r?(re=ja(),re!==r?(Dt=N,V=Te(re),N=V):(G=N,N=r)):(G=N,N=r),N===r){for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();V!==r?(re=gp(),re!==r?(Dt=N,V=Te(re),N=V):(G=N,N=r)):(G=N,N=r)}return N}function ja(){var N,V,re,he,ze;for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();return V!==r?(Je.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(He)),re===r&&(re=null),re!==r?(he=dg(),he!==r?(ze=gp(),ze!==r?(Dt=N,V=x(re,he,ze),N=V):(G=N,N=r)):(G=N,N=r)):(G=N,N=r)):(G=N,N=r),N}function dg(){var N;return t.substr(G,2)===w?(N=w,G+=2):(N=r,ct===0&&Ct(S)),N===r&&(t.substr(G,2)===y?(N=y,G+=2):(N=r,ct===0&&Ct(F)),N===r&&(t.charCodeAt(G)===62?(N=z,G++):(N=r,ct===0&&Ct(X)),N===r&&(t.substr(G,3)===Z?(N=Z,G+=3):(N=r,ct===0&&Ct(ie)),N===r&&(t.substr(G,2)===Se?(N=Se,G+=2):(N=r,ct===0&&Ct(Ne)),N===r&&(t.charCodeAt(G)===60?(N=ot,G++):(N=r,ct===0&&Ct(dt))))))),N}function gp(){var N,V,re;for(N=G,V=[],re=Qt();re!==r;)V.push(re),re=Qt();return V!==r?(re=qo(),re!==r?(Dt=N,V=Te(re),N=V):(G=N,N=r)):(G=N,N=r),N}function qo(){var N,V,re;if(N=G,V=[],re=ws(),re!==r)for(;re!==r;)V.push(re),re=ws();else V=r;return V!==r&&(Dt=N,V=jt(V)),N=V,N}function ws(){var N,V;return N=G,V=Ii(),V!==r&&(Dt=N,V=$t(V)),N=V,N===r&&(N=G,V=km(),V!==r&&(Dt=N,V=$t(V)),N=V,N===r&&(N=G,V=Qm(),V!==r&&(Dt=N,V=$t(V)),N=V,N===r&&(N=G,V=Go(),V!==r&&(Dt=N,V=$t(V)),N=V))),N}function Ii(){var N,V,re,he;return N=G,t.substr(G,2)===xt?(V=xt,G+=2):(V=r,ct===0&&Ct(an)),V!==r?(re=ln(),re!==r?(t.charCodeAt(G)===39?(he=Qr,G++):(he=r,ct===0&&Ct(mr)),he!==r?(Dt=N,V=xr(re),N=V):(G=N,N=r)):(G=N,N=r)):(G=N,N=r),N}function km(){var N,V,re,he;return N=G,t.charCodeAt(G)===39?(V=Qr,G++):(V=r,ct===0&&Ct(mr)),V!==r?(re=mp(),re!==r?(t.charCodeAt(G)===39?(he=Qr,G++):(he=r,ct===0&&Ct(mr)),he!==r?(Dt=N,V=xr(re),N=V):(G=N,N=r)):(G=N,N=r)):(G=N,N=r),N}function Qm(){var N,V,re,he;if(N=G,t.substr(G,2)===Wr?(V=Wr,G+=2):(V=r,ct===0&&Ct(Vn)),V!==r&&(Dt=N,V=Ns()),N=V,N===r)if(N=G,t.charCodeAt(G)===34?(V=Ri,G++):(V=r,ct===0&&Ct(ps)),V!==r){for(re=[],he=NA();he!==r;)re.push(he),he=NA();re!==r?(t.charCodeAt(G)===34?(he=Ri,G++):(he=r,ct===0&&Ct(ps)),he!==r?(Dt=N,V=io(re),N=V):(G=N,N=r)):(G=N,N=r)}else G=N,N=r;return N}function Go(){var N,V,re;if(N=G,V=[],re=dp(),re!==r)for(;re!==r;)V.push(re),re=dp();else V=r;return V!==r&&(Dt=N,V=io(V)),N=V,N}function NA(){var N,V;return N=G,V=Gr(),V!==r&&(Dt=N,V=Si(V)),N=V,N===r&&(N=G,V=yp(),V!==r&&(Dt=N,V=Ls(V)),N=V,N===r&&(N=G,V=Dc(),V!==r&&(Dt=N,V=so(V)),N=V,N===r&&(N=G,V=mg(),V!==r&&(Dt=N,V=cc(V)),N=V))),N}function dp(){var N,V;return N=G,V=Gr(),V!==r&&(Dt=N,V=cu(V)),N=V,N===r&&(N=G,V=yp(),V!==r&&(Dt=N,V=ap(V)),N=V,N===r&&(N=G,V=Dc(),V!==r&&(Dt=N,V=lp(V)),N=V,N===r&&(N=G,V=Ew(),V!==r&&(Dt=N,V=Ms(V)),N=V,N===r&&(N=G,V=pa(),V!==r&&(Dt=N,V=cc(V)),N=V)))),N}function mp(){var N,V,re;for(N=G,V=[],Dn.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(oo));re!==r;)V.push(re),Dn.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(oo));return V!==r&&(Dt=N,V=Os(V)),N=V,N}function mg(){var N,V,re;if(N=G,V=[],re=fa(),re===r&&(ml.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(yl))),re!==r)for(;re!==r;)V.push(re),re=fa(),re===r&&(ml.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(yl)));else V=r;return V!==r&&(Dt=N,V=Os(V)),N=V,N}function fa(){var N,V,re;return N=G,t.substr(G,2)===ao?(V=ao,G+=2):(V=r,ct===0&&Ct(Kn)),V!==r&&(Dt=N,V=Mn()),N=V,N===r&&(N=G,t.charCodeAt(G)===92?(V=Ni,G++):(V=r,ct===0&&Ct(On)),V!==r?(_i.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(tr)),re!==r?(Dt=N,V=Me(re),N=V):(G=N,N=r)):(G=N,N=r)),N}function ln(){var N,V,re;for(N=G,V=[],re=Ao(),re===r&&(Dn.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(oo)));re!==r;)V.push(re),re=Ao(),re===r&&(Dn.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(oo)));return V!==r&&(Dt=N,V=Os(V)),N=V,N}function Ao(){var N,V,re;return N=G,t.substr(G,2)===ii?(V=ii,G+=2):(V=r,ct===0&&Ct(Oa)),V!==r&&(Dt=N,V=hr()),N=V,N===r&&(N=G,t.substr(G,2)===uc?(V=uc,G+=2):(V=r,ct===0&&Ct(uu)),V!==r&&(Dt=N,V=Ac()),N=V,N===r&&(N=G,t.charCodeAt(G)===92?(V=Ni,G++):(V=r,ct===0&&Ct(On)),V!==r?(El.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(vA)),re!==r?(Dt=N,V=Au(),N=V):(G=N,N=r)):(G=N,N=r),N===r&&(N=G,t.substr(G,2)===Ce?(V=Ce,G+=2):(V=r,ct===0&&Ct(Tt)),V!==r&&(Dt=N,V=fc()),N=V,N===r&&(N=G,t.substr(G,2)===Hi?(V=Hi,G+=2):(V=r,ct===0&&Ct(fu)),V!==r&&(Dt=N,V=Yt()),N=V,N===r&&(N=G,t.substr(G,2)===Cl?(V=Cl,G+=2):(V=r,ct===0&&Ct(DA)),V!==r&&(Dt=N,V=cp()),N=V,N===r&&(N=G,t.substr(G,2)===pc?(V=pc,G+=2):(V=r,ct===0&&Ct(PA)),V!==r&&(Dt=N,V=Qn()),N=V,N===r&&(N=G,t.substr(G,2)===hi?(V=hi,G+=2):(V=r,ct===0&&Ct(hc)),V!==r&&(Dt=N,V=SA()),N=V,N===r&&(N=G,t.charCodeAt(G)===92?(V=Ni,G++):(V=r,ct===0&&Ct(On)),V!==r?(sa.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(Li)),re!==r?(Dt=N,V=Me(re),N=V):(G=N,N=r)):(G=N,N=r),N===r&&(N=LA()))))))))),N}function LA(){var N,V,re,he,ze,mt,fr,Cr,yn,oi,Mi,wg;return N=G,t.charCodeAt(G)===92?(V=Ni,G++):(V=r,ct===0&&Ct(On)),V!==r?(re=qa(),re!==r?(Dt=N,V=_o(re),N=V):(G=N,N=r)):(G=N,N=r),N===r&&(N=G,t.substr(G,2)===Ze?(V=Ze,G+=2):(V=r,ct===0&&Ct(lo)),V!==r?(re=G,he=G,ze=qa(),ze!==r?(mt=si(),mt!==r?(ze=[ze,mt],he=ze):(G=he,he=r)):(G=he,he=r),he===r&&(he=qa()),he!==r?re=t.substring(re,G):re=he,re!==r?(Dt=N,V=_o(re),N=V):(G=N,N=r)):(G=N,N=r),N===r&&(N=G,t.substr(G,2)===gc?(V=gc,G+=2):(V=r,ct===0&&Ct(pu)),V!==r?(re=G,he=G,ze=si(),ze!==r?(mt=si(),mt!==r?(fr=si(),fr!==r?(Cr=si(),Cr!==r?(ze=[ze,mt,fr,Cr],he=ze):(G=he,he=r)):(G=he,he=r)):(G=he,he=r)):(G=he,he=r),he!==r?re=t.substring(re,G):re=he,re!==r?(Dt=N,V=_o(re),N=V):(G=N,N=r)):(G=N,N=r),N===r&&(N=G,t.substr(G,2)===ji?(V=ji,G+=2):(V=r,ct===0&&Ct(hu)),V!==r?(re=G,he=G,ze=si(),ze!==r?(mt=si(),mt!==r?(fr=si(),fr!==r?(Cr=si(),Cr!==r?(yn=si(),yn!==r?(oi=si(),oi!==r?(Mi=si(),Mi!==r?(wg=si(),wg!==r?(ze=[ze,mt,fr,Cr,yn,oi,Mi,wg],he=ze):(G=he,he=r)):(G=he,he=r)):(G=he,he=r)):(G=he,he=r)):(G=he,he=r)):(G=he,he=r)):(G=he,he=r)):(G=he,he=r),he!==r?re=t.substring(re,G):re=he,re!==r?(Dt=N,V=xA(re),N=V):(G=N,N=r)):(G=N,N=r)))),N}function qa(){var N;return Ua.test(t.charAt(G))?(N=t.charAt(G),G++):(N=r,ct===0&&Ct(dc)),N}function si(){var N;return hs.test(t.charAt(G))?(N=t.charAt(G),G++):(N=r,ct===0&&Ct(_t)),N}function pa(){var N,V,re,he,ze;if(N=G,V=[],re=G,t.charCodeAt(G)===92?(he=Ni,G++):(he=r,ct===0&&Ct(On)),he!==r?(t.length>G?(ze=t.charAt(G),G++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,he=Me(ze),re=he):(G=re,re=r)):(G=re,re=r),re===r&&(re=G,t.substr(G,2)===Ci?(he=Ci,G+=2):(he=r,ct===0&&Ct(oa)),he!==r&&(Dt=re,he=co()),re=he,re===r&&(re=G,he=G,ct++,ze=Fm(),ct--,ze===r?he=void 0:(G=he,he=r),he!==r?(t.length>G?(ze=t.charAt(G),G++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,he=Me(ze),re=he):(G=re,re=r)):(G=re,re=r))),re!==r)for(;re!==r;)V.push(re),re=G,t.charCodeAt(G)===92?(he=Ni,G++):(he=r,ct===0&&Ct(On)),he!==r?(t.length>G?(ze=t.charAt(G),G++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,he=Me(ze),re=he):(G=re,re=r)):(G=re,re=r),re===r&&(re=G,t.substr(G,2)===Ci?(he=Ci,G+=2):(he=r,ct===0&&Ct(oa)),he!==r&&(Dt=re,he=co()),re=he,re===r&&(re=G,he=G,ct++,ze=Fm(),ct--,ze===r?he=void 0:(G=he,he=r),he!==r?(t.length>G?(ze=t.charAt(G),G++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,he=Me(ze),re=he):(G=re,re=r)):(G=re,re=r)));else V=r;return V!==r&&(Dt=N,V=Os(V)),N=V,N}function vc(){var N,V,re,he,ze,mt;if(N=G,t.charCodeAt(G)===45?(V=Us,G++):(V=r,ct===0&&Ct(aa)),V===r&&(t.charCodeAt(G)===43?(V=la,G++):(V=r,ct===0&&Ct(Ho))),V===r&&(V=null),V!==r){if(re=[],Je.test(t.charAt(G))?(he=t.charAt(G),G++):(he=r,ct===0&&Ct(He)),he!==r)for(;he!==r;)re.push(he),Je.test(t.charAt(G))?(he=t.charAt(G),G++):(he=r,ct===0&&Ct(He));else re=r;if(re!==r)if(t.charCodeAt(G)===46?(he=wi,G++):(he=r,ct===0&&Ct(gs)),he!==r){if(ze=[],Je.test(t.charAt(G))?(mt=t.charAt(G),G++):(mt=r,ct===0&&Ct(He)),mt!==r)for(;mt!==r;)ze.push(mt),Je.test(t.charAt(G))?(mt=t.charAt(G),G++):(mt=r,ct===0&&Ct(He));else ze=r;ze!==r?(Dt=N,V=ds(V,re,ze),N=V):(G=N,N=r)}else G=N,N=r;else G=N,N=r}else G=N,N=r;if(N===r){if(N=G,t.charCodeAt(G)===45?(V=Us,G++):(V=r,ct===0&&Ct(aa)),V===r&&(t.charCodeAt(G)===43?(V=la,G++):(V=r,ct===0&&Ct(Ho))),V===r&&(V=null),V!==r){if(re=[],Je.test(t.charAt(G))?(he=t.charAt(G),G++):(he=r,ct===0&&Ct(He)),he!==r)for(;he!==r;)re.push(he),Je.test(t.charAt(G))?(he=t.charAt(G),G++):(he=r,ct===0&&Ct(He));else re=r;re!==r?(Dt=N,V=ms(V,re),N=V):(G=N,N=r)}else G=N,N=r;if(N===r&&(N=G,V=Dc(),V!==r&&(Dt=N,V=_s(V)),N=V,N===r&&(N=G,V=Ga(),V!==r&&(Dt=N,V=Un(V)),N=V,N===r)))if(N=G,t.charCodeAt(G)===40?(V=De,G++):(V=r,ct===0&&Ct(ce)),V!==r){for(re=[],he=Qt();he!==r;)re.push(he),he=Qt();if(re!==r)if(he=ts(),he!==r){for(ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();ze!==r?(t.charCodeAt(G)===41?(mt=ne,G++):(mt=r,ct===0&&Ct(ee)),mt!==r?(Dt=N,V=Pn(he),N=V):(G=N,N=r)):(G=N,N=r)}else G=N,N=r;else G=N,N=r}else G=N,N=r}return N}function Bl(){var N,V,re,he,ze,mt,fr,Cr;if(N=G,V=vc(),V!==r){for(re=[],he=G,ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();if(ze!==r)if(t.charCodeAt(G)===42?(mt=ys,G++):(mt=r,ct===0&&Ct(We)),mt===r&&(t.charCodeAt(G)===47?(mt=tt,G++):(mt=r,ct===0&&Ct(It))),mt!==r){for(fr=[],Cr=Qt();Cr!==r;)fr.push(Cr),Cr=Qt();fr!==r?(Cr=vc(),Cr!==r?(Dt=he,ze=nr(V,mt,Cr),he=ze):(G=he,he=r)):(G=he,he=r)}else G=he,he=r;else G=he,he=r;for(;he!==r;){for(re.push(he),he=G,ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();if(ze!==r)if(t.charCodeAt(G)===42?(mt=ys,G++):(mt=r,ct===0&&Ct(We)),mt===r&&(t.charCodeAt(G)===47?(mt=tt,G++):(mt=r,ct===0&&Ct(It))),mt!==r){for(fr=[],Cr=Qt();Cr!==r;)fr.push(Cr),Cr=Qt();fr!==r?(Cr=vc(),Cr!==r?(Dt=he,ze=nr(V,mt,Cr),he=ze):(G=he,he=r)):(G=he,he=r)}else G=he,he=r;else G=he,he=r}re!==r?(Dt=N,V=$(V,re),N=V):(G=N,N=r)}else G=N,N=r;return N}function ts(){var N,V,re,he,ze,mt,fr,Cr;if(N=G,V=Bl(),V!==r){for(re=[],he=G,ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();if(ze!==r)if(t.charCodeAt(G)===43?(mt=la,G++):(mt=r,ct===0&&Ct(Ho)),mt===r&&(t.charCodeAt(G)===45?(mt=Us,G++):(mt=r,ct===0&&Ct(aa))),mt!==r){for(fr=[],Cr=Qt();Cr!==r;)fr.push(Cr),Cr=Qt();fr!==r?(Cr=Bl(),Cr!==r?(Dt=he,ze=me(V,mt,Cr),he=ze):(G=he,he=r)):(G=he,he=r)}else G=he,he=r;else G=he,he=r;for(;he!==r;){for(re.push(he),he=G,ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();if(ze!==r)if(t.charCodeAt(G)===43?(mt=la,G++):(mt=r,ct===0&&Ct(Ho)),mt===r&&(t.charCodeAt(G)===45?(mt=Us,G++):(mt=r,ct===0&&Ct(aa))),mt!==r){for(fr=[],Cr=Qt();Cr!==r;)fr.push(Cr),Cr=Qt();fr!==r?(Cr=Bl(),Cr!==r?(Dt=he,ze=me(V,mt,Cr),he=ze):(G=he,he=r)):(G=he,he=r)}else G=he,he=r;else G=he,he=r}re!==r?(Dt=N,V=$(V,re),N=V):(G=N,N=r)}else G=N,N=r;return N}function Gr(){var N,V,re,he,ze,mt;if(N=G,t.substr(G,3)===Le?(V=Le,G+=3):(V=r,ct===0&&Ct(ft)),V!==r){for(re=[],he=Qt();he!==r;)re.push(he),he=Qt();if(re!==r)if(he=ts(),he!==r){for(ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();ze!==r?(t.substr(G,2)===pt?(mt=pt,G+=2):(mt=r,ct===0&&Ct(Rt)),mt!==r?(Dt=N,V=er(he),N=V):(G=N,N=r)):(G=N,N=r)}else G=N,N=r;else G=N,N=r}else G=N,N=r;return N}function yp(){var N,V,re,he;return N=G,t.substr(G,2)===Zr?(V=Zr,G+=2):(V=r,ct===0&&Ct(qi)),V!==r?(re=Cu(),re!==r?(t.charCodeAt(G)===41?(he=ne,G++):(he=r,ct===0&&Ct(ee)),he!==r?(Dt=N,V=es(re),N=V):(G=N,N=r)):(G=N,N=r)):(G=N,N=r),N}function Dc(){var N,V,re,he,ze,mt;return N=G,t.substr(G,2)===xi?(V=xi,G+=2):(V=r,ct===0&&Ct(jo)),V!==r?(re=Ga(),re!==r?(t.substr(G,2)===bA?(he=bA,G+=2):(he=r,ct===0&&Ct(kA)),he!==r?(ze=RA(),ze!==r?(t.charCodeAt(G)===125?(mt=H,G++):(mt=r,ct===0&&Ct(lt)),mt!==r?(Dt=N,V=up(re,ze),N=V):(G=N,N=r)):(G=N,N=r)):(G=N,N=r)):(G=N,N=r)):(G=N,N=r),N===r&&(N=G,t.substr(G,2)===xi?(V=xi,G+=2):(V=r,ct===0&&Ct(jo)),V!==r?(re=Ga(),re!==r?(t.substr(G,3)===ng?(he=ng,G+=3):(he=r,ct===0&&Ct(gu)),he!==r?(Dt=N,V=ig(re),N=V):(G=N,N=r)):(G=N,N=r)):(G=N,N=r),N===r&&(N=G,t.substr(G,2)===xi?(V=xi,G+=2):(V=r,ct===0&&Ct(jo)),V!==r?(re=Ga(),re!==r?(t.substr(G,2)===du?(he=du,G+=2):(he=r,ct===0&&Ct(uo)),he!==r?(ze=RA(),ze!==r?(t.charCodeAt(G)===125?(mt=H,G++):(mt=r,ct===0&&Ct(lt)),mt!==r?(Dt=N,V=QA(re,ze),N=V):(G=N,N=r)):(G=N,N=r)):(G=N,N=r)):(G=N,N=r)):(G=N,N=r),N===r&&(N=G,t.substr(G,2)===xi?(V=xi,G+=2):(V=r,ct===0&&Ct(jo)),V!==r?(re=Ga(),re!==r?(t.substr(G,3)===mc?(he=mc,G+=3):(he=r,ct===0&&Ct(ca)),he!==r?(Dt=N,V=sg(re),N=V):(G=N,N=r)):(G=N,N=r)):(G=N,N=r),N===r&&(N=G,t.substr(G,2)===xi?(V=xi,G+=2):(V=r,ct===0&&Ct(jo)),V!==r?(re=Ga(),re!==r?(t.charCodeAt(G)===125?(he=H,G++):(he=r,ct===0&&Ct(lt)),he!==r?(Dt=N,V=yc(re),N=V):(G=N,N=r)):(G=N,N=r)):(G=N,N=r),N===r&&(N=G,t.charCodeAt(G)===36?(V=Pm,G++):(V=r,ct===0&&Ct(og)),V!==r?(re=Ga(),re!==r?(Dt=N,V=yc(re),N=V):(G=N,N=r)):(G=N,N=r)))))),N}function Ew(){var N,V,re;return N=G,V=yg(),V!==r?(Dt=G,re=$n(V),re?re=void 0:re=r,re!==r?(Dt=N,V=Ap(V),N=V):(G=N,N=r)):(G=N,N=r),N}function yg(){var N,V,re,he,ze;if(N=G,V=[],re=G,he=G,ct++,ze=Cg(),ct--,ze===r?he=void 0:(G=he,he=r),he!==r?(t.length>G?(ze=t.charAt(G),G++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,he=Me(ze),re=he):(G=re,re=r)):(G=re,re=r),re!==r)for(;re!==r;)V.push(re),re=G,he=G,ct++,ze=Cg(),ct--,ze===r?he=void 0:(G=he,he=r),he!==r?(t.length>G?(ze=t.charAt(G),G++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,he=Me(ze),re=he):(G=re,re=r)):(G=re,re=r);else V=r;return V!==r&&(Dt=N,V=Os(V)),N=V,N}function Eg(){var N,V,re;if(N=G,V=[],ag.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(FA)),re!==r)for(;re!==r;)V.push(re),ag.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(FA));else V=r;return V!==r&&(Dt=N,V=Hs()),N=V,N}function Ga(){var N,V,re;if(N=G,V=[],mu.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(Ha)),re!==r)for(;re!==r;)V.push(re),mu.test(t.charAt(G))?(re=t.charAt(G),G++):(re=r,ct===0&&Ct(Ha));else V=r;return V!==r&&(Dt=N,V=Hs()),N=V,N}function Fm(){var N;return Gi.test(t.charAt(G))?(N=t.charAt(G),G++):(N=r,ct===0&&Ct(ua)),N}function Cg(){var N;return yu.test(t.charAt(G))?(N=t.charAt(G),G++):(N=r,ct===0&&Ct(Es)),N}function Qt(){var N,V;if(N=[],Ec.test(t.charAt(G))?(V=t.charAt(G),G++):(V=r,ct===0&&Ct(Cc)),V!==r)for(;V!==r;)N.push(V),Ec.test(t.charAt(G))?(V=t.charAt(G),G++):(V=r,ct===0&&Ct(Cc));else N=r;return N}if(Eu=a(),Eu!==r&&G===t.length)return Eu;throw Eu!==r&&G!1}){try{return(0,tW.parse)(t,e)}catch(r){throw r.location&&(r.message=r.message.replace(/(\.)?$/,` (line ${r.location.start.line}, column ${r.location.start.column})$1`)),r}}function ly(t,{endSemicolon:e=!1}={}){return t.map(({command:r,type:o},a)=>`${MD(r)}${o===";"?a!==t.length-1||e?";":"":" &"}`).join(" ")}function MD(t){return`${cy(t.chain)}${t.then?` ${lR(t.then)}`:""}`}function lR(t){return`${t.type} ${MD(t.line)}`}function cy(t){return`${uR(t)}${t.then?` ${cR(t.then)}`:""}`}function cR(t){return`${t.type} ${cy(t.chain)}`}function uR(t){switch(t.type){case"command":return`${t.envs.length>0?`${t.envs.map(e=>ND(e)).join(" ")} `:""}${t.args.map(e=>AR(e)).join(" ")}`;case"subshell":return`(${ly(t.subshell)})${t.args.length>0?` ${t.args.map(e=>Kw(e)).join(" ")}`:""}`;case"group":return`{ ${ly(t.group,{endSemicolon:!0})} }${t.args.length>0?` ${t.args.map(e=>Kw(e)).join(" ")}`:""}`;case"envs":return t.envs.map(e=>ND(e)).join(" ");default:throw new Error(`Unsupported command type: "${t.type}"`)}}function ND(t){return`${t.name}=${t.args[0]?Gg(t.args[0]):""}`}function AR(t){switch(t.type){case"redirection":return Kw(t);case"argument":return Gg(t);default:throw new Error(`Unsupported argument type: "${t.type}"`)}}function Kw(t){return`${t.subtype} ${t.args.map(e=>Gg(e)).join(" ")}`}function Gg(t){return t.segments.map(e=>fR(e)).join("")}function fR(t){let e=(o,a)=>a?`"${o}"`:o,r=o=>o===""?"''":o.match(/[()}<>$|&;"'\n\t ]/)?o.match(/['\t\p{C}]/u)?o.match(/'/)?`"${o.replace(/["$\t\p{C}]/u,m8e)}"`:`$'${o.replace(/[\t\p{C}]/u,nW)}'`:`'${o}'`:o;switch(t.type){case"text":return r(t.text);case"glob":return t.pattern;case"shell":return e(`\${${ly(t.shell)}}`,t.quoted);case"variable":return e(typeof t.defaultValue>"u"?typeof t.alternativeValue>"u"?`\${${t.name}}`:t.alternativeValue.length===0?`\${${t.name}:+}`:`\${${t.name}:+${t.alternativeValue.map(o=>Gg(o)).join(" ")}}`:t.defaultValue.length===0?`\${${t.name}:-}`:`\${${t.name}:-${t.defaultValue.map(o=>Gg(o)).join(" ")}}`,t.quoted);case"arithmetic":return`$(( ${OD(t.arithmetic)} ))`;default:throw new Error(`Unsupported argument segment type: "${t.type}"`)}}function OD(t){let e=a=>{switch(a){case"addition":return"+";case"subtraction":return"-";case"multiplication":return"*";case"division":return"/";default:throw new Error(`Can't extract operator from arithmetic expression of type "${a}"`)}},r=(a,n)=>n?`( ${a} )`:a,o=a=>r(OD(a),!["number","variable"].includes(a.type));switch(t.type){case"number":return String(t.value);case"variable":return t.name;default:return`${o(t.left)} ${e(t.type)} ${o(t.right)}`}}var tW,rW,d8e,nW,m8e,iW=Et(()=>{tW=$e(eW());rW=new Map([["\f","\\f"],[` -`,"\\n"],["\r","\\r"],[" ","\\t"],["\v","\\v"],["\0","\\0"]]),d8e=new Map([["\\","\\\\"],["$","\\$"],['"','\\"'],...Array.from(rW,([t,e])=>[t,`"$'${e}'"`])]),nW=t=>rW.get(t)??`\\x${t.charCodeAt(0).toString(16).padStart(2,"0")}`,m8e=t=>d8e.get(t)??`"$'${nW(t)}'"`});var oW=_((Nxt,sW)=>{"use strict";function y8e(t,e){function r(){this.constructor=t}r.prototype=e.prototype,t.prototype=new r}function Yg(t,e,r,o){this.message=t,this.expected=e,this.found=r,this.location=o,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,Yg)}y8e(Yg,Error);Yg.buildMessage=function(t,e){var r={literal:function(h){return'"'+a(h.text)+'"'},class:function(h){var E="",I;for(I=0;I0){for(I=1,v=1;Ipe&&(pe=J,Ae=[]),Ae.push(He))}function lt(He,x){return new Yg(He,null,null,x)}function Re(He,x,w){return new Yg(Yg.buildMessage(He,x),He,x,w)}function Qe(){var He,x,w,S;return He=J,x=be(),x!==r?(t.charCodeAt(J)===47?(w=n,J++):(w=r,ye===0&&H(u)),w!==r?(S=be(),S!==r?(te=He,x=A(x,S),He=x):(J=He,He=r)):(J=He,He=r)):(J=He,He=r),He===r&&(He=J,x=be(),x!==r&&(te=He,x=p(x)),He=x),He}function be(){var He,x,w,S;return He=J,x=_e(),x!==r?(t.charCodeAt(J)===64?(w=h,J++):(w=r,ye===0&&H(E)),w!==r?(S=Je(),S!==r?(te=He,x=I(x,S),He=x):(J=He,He=r)):(J=He,He=r)):(J=He,He=r),He===r&&(He=J,x=_e(),x!==r&&(te=He,x=v(x)),He=x),He}function _e(){var He,x,w,S,y;return He=J,t.charCodeAt(J)===64?(x=h,J++):(x=r,ye===0&&H(E)),x!==r?(w=Te(),w!==r?(t.charCodeAt(J)===47?(S=n,J++):(S=r,ye===0&&H(u)),S!==r?(y=Te(),y!==r?(te=He,x=b(),He=x):(J=He,He=r)):(J=He,He=r)):(J=He,He=r)):(J=He,He=r),He===r&&(He=J,x=Te(),x!==r&&(te=He,x=b()),He=x),He}function Te(){var He,x,w;if(He=J,x=[],C.test(t.charAt(J))?(w=t.charAt(J),J++):(w=r,ye===0&&H(T)),w!==r)for(;w!==r;)x.push(w),C.test(t.charAt(J))?(w=t.charAt(J),J++):(w=r,ye===0&&H(T));else x=r;return x!==r&&(te=He,x=b()),He=x,He}function Je(){var He,x,w;if(He=J,x=[],L.test(t.charAt(J))?(w=t.charAt(J),J++):(w=r,ye===0&&H(U)),w!==r)for(;w!==r;)x.push(w),L.test(t.charAt(J))?(w=t.charAt(J),J++):(w=r,ye===0&&H(U));else x=r;return x!==r&&(te=He,x=b()),He=x,He}if(ae=a(),ae!==r&&J===t.length)return ae;throw ae!==r&&J{aW=$e(oW())});var Vg=_((Mxt,Wg)=>{"use strict";function cW(t){return typeof t>"u"||t===null}function C8e(t){return typeof t=="object"&&t!==null}function w8e(t){return Array.isArray(t)?t:cW(t)?[]:[t]}function I8e(t,e){var r,o,a,n;if(e)for(n=Object.keys(e),r=0,o=n.length;r{"use strict";function Jw(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():""),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}Jw.prototype=Object.create(Error.prototype);Jw.prototype.constructor=Jw;Jw.prototype.toString=function(e){var r=this.name+": ";return r+=this.reason||"(unknown reason)",!e&&this.mark&&(r+=" "+this.mark.toString()),r};uW.exports=Jw});var pW=_((Uxt,fW)=>{"use strict";var AW=Vg();function pR(t,e,r,o,a){this.name=t,this.buffer=e,this.position=r,this.line=o,this.column=a}pR.prototype.getSnippet=function(e,r){var o,a,n,u,A;if(!this.buffer)return null;for(e=e||4,r=r||75,o="",a=this.position;a>0&&`\0\r +`)}async preserveTimePromise(e,r){let o=await this.lstatPromise(e),a=await r();typeof a<"u"&&(e=a),await this.lutimesPromise(e,o.atime,o.mtime)}async preserveTimeSync(e,r){let o=this.lstatSync(e),a=r();typeof a<"u"&&(e=a),this.lutimesSync(e,o.atime,o.mtime)}},Mu=class extends gf{constructor(){super(V)}}});var Ss,df=Et(()=>{Hg();Ss=class extends gf{getExtractHint(e){return this.baseFs.getExtractHint(e)}resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(e)))}getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())}async openPromise(e,r,o){return this.baseFs.openPromise(this.mapToBase(e),r,o)}openSync(e,r,o){return this.baseFs.openSync(this.mapToBase(e),r,o)}async opendirPromise(e,r){return Object.assign(await this.baseFs.opendirPromise(this.mapToBase(e),r),{path:e})}opendirSync(e,r){return Object.assign(this.baseFs.opendirSync(this.mapToBase(e),r),{path:e})}async readPromise(e,r,o,a,n){return await this.baseFs.readPromise(e,r,o,a,n)}readSync(e,r,o,a,n){return this.baseFs.readSync(e,r,o,a,n)}async writePromise(e,r,o,a,n){return typeof r=="string"?await this.baseFs.writePromise(e,r,o):await this.baseFs.writePromise(e,r,o,a,n)}writeSync(e,r,o,a,n){return typeof r=="string"?this.baseFs.writeSync(e,r,o):this.baseFs.writeSync(e,r,o,a,n)}async closePromise(e){return this.baseFs.closePromise(e)}closeSync(e){this.baseFs.closeSync(e)}createReadStream(e,r){return this.baseFs.createReadStream(e!==null?this.mapToBase(e):e,r)}createWriteStream(e,r){return this.baseFs.createWriteStream(e!==null?this.mapToBase(e):e,r)}async realpathPromise(e){return this.mapFromBase(await this.baseFs.realpathPromise(this.mapToBase(e)))}realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.mapToBase(e)))}async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase(e))}existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))}accessSync(e,r){return this.baseFs.accessSync(this.mapToBase(e),r)}async accessPromise(e,r){return this.baseFs.accessPromise(this.mapToBase(e),r)}async statPromise(e,r){return this.baseFs.statPromise(this.mapToBase(e),r)}statSync(e,r){return this.baseFs.statSync(this.mapToBase(e),r)}async fstatPromise(e,r){return this.baseFs.fstatPromise(e,r)}fstatSync(e,r){return this.baseFs.fstatSync(e,r)}lstatPromise(e,r){return this.baseFs.lstatPromise(this.mapToBase(e),r)}lstatSync(e,r){return this.baseFs.lstatSync(this.mapToBase(e),r)}async fchmodPromise(e,r){return this.baseFs.fchmodPromise(e,r)}fchmodSync(e,r){return this.baseFs.fchmodSync(e,r)}async chmodPromise(e,r){return this.baseFs.chmodPromise(this.mapToBase(e),r)}chmodSync(e,r){return this.baseFs.chmodSync(this.mapToBase(e),r)}async fchownPromise(e,r,o){return this.baseFs.fchownPromise(e,r,o)}fchownSync(e,r,o){return this.baseFs.fchownSync(e,r,o)}async chownPromise(e,r,o){return this.baseFs.chownPromise(this.mapToBase(e),r,o)}chownSync(e,r,o){return this.baseFs.chownSync(this.mapToBase(e),r,o)}async renamePromise(e,r){return this.baseFs.renamePromise(this.mapToBase(e),this.mapToBase(r))}renameSync(e,r){return this.baseFs.renameSync(this.mapToBase(e),this.mapToBase(r))}async copyFilePromise(e,r,o=0){return this.baseFs.copyFilePromise(this.mapToBase(e),this.mapToBase(r),o)}copyFileSync(e,r,o=0){return this.baseFs.copyFileSync(this.mapToBase(e),this.mapToBase(r),o)}async appendFilePromise(e,r,o){return this.baseFs.appendFilePromise(this.fsMapToBase(e),r,o)}appendFileSync(e,r,o){return this.baseFs.appendFileSync(this.fsMapToBase(e),r,o)}async writeFilePromise(e,r,o){return this.baseFs.writeFilePromise(this.fsMapToBase(e),r,o)}writeFileSync(e,r,o){return this.baseFs.writeFileSync(this.fsMapToBase(e),r,o)}async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase(e))}unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))}async utimesPromise(e,r,o){return this.baseFs.utimesPromise(this.mapToBase(e),r,o)}utimesSync(e,r,o){return this.baseFs.utimesSync(this.mapToBase(e),r,o)}async lutimesPromise(e,r,o){return this.baseFs.lutimesPromise(this.mapToBase(e),r,o)}lutimesSync(e,r,o){return this.baseFs.lutimesSync(this.mapToBase(e),r,o)}async mkdirPromise(e,r){return this.baseFs.mkdirPromise(this.mapToBase(e),r)}mkdirSync(e,r){return this.baseFs.mkdirSync(this.mapToBase(e),r)}async rmdirPromise(e,r){return this.baseFs.rmdirPromise(this.mapToBase(e),r)}rmdirSync(e,r){return this.baseFs.rmdirSync(this.mapToBase(e),r)}async linkPromise(e,r){return this.baseFs.linkPromise(this.mapToBase(e),this.mapToBase(r))}linkSync(e,r){return this.baseFs.linkSync(this.mapToBase(e),this.mapToBase(r))}async symlinkPromise(e,r,o){let a=this.mapToBase(r);if(this.pathUtils.isAbsolute(e))return this.baseFs.symlinkPromise(this.mapToBase(e),a,o);let n=this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(r),e)),u=this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(a),n);return this.baseFs.symlinkPromise(u,a,o)}symlinkSync(e,r,o){let a=this.mapToBase(r);if(this.pathUtils.isAbsolute(e))return this.baseFs.symlinkSync(this.mapToBase(e),a,o);let n=this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(r),e)),u=this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(a),n);return this.baseFs.symlinkSync(u,a,o)}async readFilePromise(e,r){return this.baseFs.readFilePromise(this.fsMapToBase(e),r)}readFileSync(e,r){return this.baseFs.readFileSync(this.fsMapToBase(e),r)}readdirPromise(e,r){return this.baseFs.readdirPromise(this.mapToBase(e),r)}readdirSync(e,r){return this.baseFs.readdirSync(this.mapToBase(e),r)}async readlinkPromise(e){return this.mapFromBase(await this.baseFs.readlinkPromise(this.mapToBase(e)))}readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.mapToBase(e)))}async truncatePromise(e,r){return this.baseFs.truncatePromise(this.mapToBase(e),r)}truncateSync(e,r){return this.baseFs.truncateSync(this.mapToBase(e),r)}async ftruncatePromise(e,r){return this.baseFs.ftruncatePromise(e,r)}ftruncateSync(e,r){return this.baseFs.ftruncateSync(e,r)}watch(e,r,o){return this.baseFs.watch(this.mapToBase(e),r,o)}watchFile(e,r,o){return this.baseFs.watchFile(this.mapToBase(e),r,o)}unwatchFile(e,r){return this.baseFs.unwatchFile(this.mapToBase(e),r)}fsMapToBase(e){return typeof e=="number"?e:this.mapToBase(e)}}});var Uu,j7=Et(()=>{df();Uu=class extends Ss{constructor(r,{baseFs:o,pathUtils:a}){super(a);this.target=r,this.baseFs=o}getRealPath(){return this.target}getBaseFs(){return this.baseFs}mapFromBase(r){return r}mapToBase(r){return r}}});function G7(t){let e=t;return typeof t.path=="string"&&(e.path=ue.toPortablePath(t.path)),e}var q7,Tn,jg=Et(()=>{q7=$e(ve("fs"));Hg();Ca();Tn=class extends Mu{constructor(r=q7.default){super();this.realFs=r}getExtractHint(){return!1}getRealPath(){return Bt.root}resolve(r){return V.resolve(r)}async openPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.open(ue.fromPortablePath(r),o,a,this.makeCallback(n,u))})}openSync(r,o,a){return this.realFs.openSync(ue.fromPortablePath(r),o,a)}async opendirPromise(r,o){return await new Promise((a,n)=>{typeof o<"u"?this.realFs.opendir(ue.fromPortablePath(r),o,this.makeCallback(a,n)):this.realFs.opendir(ue.fromPortablePath(r),this.makeCallback(a,n))}).then(a=>{let n=a;return Object.defineProperty(n,"path",{value:r,configurable:!0,writable:!0}),n})}opendirSync(r,o){let n=typeof o<"u"?this.realFs.opendirSync(ue.fromPortablePath(r),o):this.realFs.opendirSync(ue.fromPortablePath(r));return Object.defineProperty(n,"path",{value:r,configurable:!0,writable:!0}),n}async readPromise(r,o,a=0,n=0,u=-1){return await new Promise((A,p)=>{this.realFs.read(r,o,a,n,u,(h,E)=>{h?p(h):A(E)})})}readSync(r,o,a,n,u){return this.realFs.readSync(r,o,a,n,u)}async writePromise(r,o,a,n,u){return await new Promise((A,p)=>typeof o=="string"?this.realFs.write(r,o,a,this.makeCallback(A,p)):this.realFs.write(r,o,a,n,u,this.makeCallback(A,p)))}writeSync(r,o,a,n,u){return typeof o=="string"?this.realFs.writeSync(r,o,a):this.realFs.writeSync(r,o,a,n,u)}async closePromise(r){await new Promise((o,a)=>{this.realFs.close(r,this.makeCallback(o,a))})}closeSync(r){this.realFs.closeSync(r)}createReadStream(r,o){let a=r!==null?ue.fromPortablePath(r):r;return this.realFs.createReadStream(a,o)}createWriteStream(r,o){let a=r!==null?ue.fromPortablePath(r):r;return this.realFs.createWriteStream(a,o)}async realpathPromise(r){return await new Promise((o,a)=>{this.realFs.realpath(ue.fromPortablePath(r),{},this.makeCallback(o,a))}).then(o=>ue.toPortablePath(o))}realpathSync(r){return ue.toPortablePath(this.realFs.realpathSync(ue.fromPortablePath(r),{}))}async existsPromise(r){return await new Promise(o=>{this.realFs.exists(ue.fromPortablePath(r),o)})}accessSync(r,o){return this.realFs.accessSync(ue.fromPortablePath(r),o)}async accessPromise(r,o){return await new Promise((a,n)=>{this.realFs.access(ue.fromPortablePath(r),o,this.makeCallback(a,n))})}existsSync(r){return this.realFs.existsSync(ue.fromPortablePath(r))}async statPromise(r,o){return await new Promise((a,n)=>{o?this.realFs.stat(ue.fromPortablePath(r),o,this.makeCallback(a,n)):this.realFs.stat(ue.fromPortablePath(r),this.makeCallback(a,n))})}statSync(r,o){return o?this.realFs.statSync(ue.fromPortablePath(r),o):this.realFs.statSync(ue.fromPortablePath(r))}async fstatPromise(r,o){return await new Promise((a,n)=>{o?this.realFs.fstat(r,o,this.makeCallback(a,n)):this.realFs.fstat(r,this.makeCallback(a,n))})}fstatSync(r,o){return o?this.realFs.fstatSync(r,o):this.realFs.fstatSync(r)}async lstatPromise(r,o){return await new Promise((a,n)=>{o?this.realFs.lstat(ue.fromPortablePath(r),o,this.makeCallback(a,n)):this.realFs.lstat(ue.fromPortablePath(r),this.makeCallback(a,n))})}lstatSync(r,o){return o?this.realFs.lstatSync(ue.fromPortablePath(r),o):this.realFs.lstatSync(ue.fromPortablePath(r))}async fchmodPromise(r,o){return await new Promise((a,n)=>{this.realFs.fchmod(r,o,this.makeCallback(a,n))})}fchmodSync(r,o){return this.realFs.fchmodSync(r,o)}async chmodPromise(r,o){return await new Promise((a,n)=>{this.realFs.chmod(ue.fromPortablePath(r),o,this.makeCallback(a,n))})}chmodSync(r,o){return this.realFs.chmodSync(ue.fromPortablePath(r),o)}async fchownPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.fchown(r,o,a,this.makeCallback(n,u))})}fchownSync(r,o,a){return this.realFs.fchownSync(r,o,a)}async chownPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.chown(ue.fromPortablePath(r),o,a,this.makeCallback(n,u))})}chownSync(r,o,a){return this.realFs.chownSync(ue.fromPortablePath(r),o,a)}async renamePromise(r,o){return await new Promise((a,n)=>{this.realFs.rename(ue.fromPortablePath(r),ue.fromPortablePath(o),this.makeCallback(a,n))})}renameSync(r,o){return this.realFs.renameSync(ue.fromPortablePath(r),ue.fromPortablePath(o))}async copyFilePromise(r,o,a=0){return await new Promise((n,u)=>{this.realFs.copyFile(ue.fromPortablePath(r),ue.fromPortablePath(o),a,this.makeCallback(n,u))})}copyFileSync(r,o,a=0){return this.realFs.copyFileSync(ue.fromPortablePath(r),ue.fromPortablePath(o),a)}async appendFilePromise(r,o,a){return await new Promise((n,u)=>{let A=typeof r=="string"?ue.fromPortablePath(r):r;a?this.realFs.appendFile(A,o,a,this.makeCallback(n,u)):this.realFs.appendFile(A,o,this.makeCallback(n,u))})}appendFileSync(r,o,a){let n=typeof r=="string"?ue.fromPortablePath(r):r;a?this.realFs.appendFileSync(n,o,a):this.realFs.appendFileSync(n,o)}async writeFilePromise(r,o,a){return await new Promise((n,u)=>{let A=typeof r=="string"?ue.fromPortablePath(r):r;a?this.realFs.writeFile(A,o,a,this.makeCallback(n,u)):this.realFs.writeFile(A,o,this.makeCallback(n,u))})}writeFileSync(r,o,a){let n=typeof r=="string"?ue.fromPortablePath(r):r;a?this.realFs.writeFileSync(n,o,a):this.realFs.writeFileSync(n,o)}async unlinkPromise(r){return await new Promise((o,a)=>{this.realFs.unlink(ue.fromPortablePath(r),this.makeCallback(o,a))})}unlinkSync(r){return this.realFs.unlinkSync(ue.fromPortablePath(r))}async utimesPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.utimes(ue.fromPortablePath(r),o,a,this.makeCallback(n,u))})}utimesSync(r,o,a){this.realFs.utimesSync(ue.fromPortablePath(r),o,a)}async lutimesPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.lutimes(ue.fromPortablePath(r),o,a,this.makeCallback(n,u))})}lutimesSync(r,o,a){this.realFs.lutimesSync(ue.fromPortablePath(r),o,a)}async mkdirPromise(r,o){return await new Promise((a,n)=>{this.realFs.mkdir(ue.fromPortablePath(r),o,this.makeCallback(a,n))})}mkdirSync(r,o){return this.realFs.mkdirSync(ue.fromPortablePath(r),o)}async rmdirPromise(r,o){return await new Promise((a,n)=>{o?this.realFs.rmdir(ue.fromPortablePath(r),o,this.makeCallback(a,n)):this.realFs.rmdir(ue.fromPortablePath(r),this.makeCallback(a,n))})}rmdirSync(r,o){return this.realFs.rmdirSync(ue.fromPortablePath(r),o)}async linkPromise(r,o){return await new Promise((a,n)=>{this.realFs.link(ue.fromPortablePath(r),ue.fromPortablePath(o),this.makeCallback(a,n))})}linkSync(r,o){return this.realFs.linkSync(ue.fromPortablePath(r),ue.fromPortablePath(o))}async symlinkPromise(r,o,a){return await new Promise((n,u)=>{this.realFs.symlink(ue.fromPortablePath(r.replace(/\/+$/,"")),ue.fromPortablePath(o),a,this.makeCallback(n,u))})}symlinkSync(r,o,a){return this.realFs.symlinkSync(ue.fromPortablePath(r.replace(/\/+$/,"")),ue.fromPortablePath(o),a)}async readFilePromise(r,o){return await new Promise((a,n)=>{let u=typeof r=="string"?ue.fromPortablePath(r):r;this.realFs.readFile(u,o,this.makeCallback(a,n))})}readFileSync(r,o){let a=typeof r=="string"?ue.fromPortablePath(r):r;return this.realFs.readFileSync(a,o)}async readdirPromise(r,o){return await new Promise((a,n)=>{o?o.recursive&&process.platform==="win32"?o.withFileTypes?this.realFs.readdir(ue.fromPortablePath(r),o,this.makeCallback(u=>a(u.map(G7)),n)):this.realFs.readdir(ue.fromPortablePath(r),o,this.makeCallback(u=>a(u.map(ue.toPortablePath)),n)):this.realFs.readdir(ue.fromPortablePath(r),o,this.makeCallback(a,n)):this.realFs.readdir(ue.fromPortablePath(r),this.makeCallback(a,n))})}readdirSync(r,o){return o?o.recursive&&process.platform==="win32"?o.withFileTypes?this.realFs.readdirSync(ue.fromPortablePath(r),o).map(G7):this.realFs.readdirSync(ue.fromPortablePath(r),o).map(ue.toPortablePath):this.realFs.readdirSync(ue.fromPortablePath(r),o):this.realFs.readdirSync(ue.fromPortablePath(r))}async readlinkPromise(r){return await new Promise((o,a)=>{this.realFs.readlink(ue.fromPortablePath(r),this.makeCallback(o,a))}).then(o=>ue.toPortablePath(o))}readlinkSync(r){return ue.toPortablePath(this.realFs.readlinkSync(ue.fromPortablePath(r)))}async truncatePromise(r,o){return await new Promise((a,n)=>{this.realFs.truncate(ue.fromPortablePath(r),o,this.makeCallback(a,n))})}truncateSync(r,o){return this.realFs.truncateSync(ue.fromPortablePath(r),o)}async ftruncatePromise(r,o){return await new Promise((a,n)=>{this.realFs.ftruncate(r,o,this.makeCallback(a,n))})}ftruncateSync(r,o){return this.realFs.ftruncateSync(r,o)}watch(r,o,a){return this.realFs.watch(ue.fromPortablePath(r),o,a)}watchFile(r,o,a){return this.realFs.watchFile(ue.fromPortablePath(r),o,a)}unwatchFile(r,o){return this.realFs.unwatchFile(ue.fromPortablePath(r),o)}makeCallback(r,o){return(a,n)=>{a?o(a):r(n)}}}});var gn,Y7=Et(()=>{jg();df();Ca();gn=class extends Ss{constructor(r,{baseFs:o=new Tn}={}){super(V);this.target=this.pathUtils.normalize(r),this.baseFs=o}getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),this.target)}resolve(r){return this.pathUtils.isAbsolute(r)?V.normalize(r):this.baseFs.resolve(V.join(this.target,r))}mapFromBase(r){return r}mapToBase(r){return this.pathUtils.isAbsolute(r)?r:this.pathUtils.join(this.target,r)}}});var W7,_u,K7=Et(()=>{jg();df();Ca();W7=Bt.root,_u=class extends Ss{constructor(r,{baseFs:o=new Tn}={}){super(V);this.target=this.pathUtils.resolve(Bt.root,r),this.baseFs=o}getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),this.pathUtils.relative(Bt.root,this.target))}getTarget(){return this.target}getBaseFs(){return this.baseFs}mapToBase(r){let o=this.pathUtils.normalize(r);if(this.pathUtils.isAbsolute(r))return this.pathUtils.resolve(this.target,this.pathUtils.relative(W7,r));if(o.match(/^\.\.\/?/))throw new Error(`Resolving this path (${r}) would escape the jail`);return this.pathUtils.resolve(this.target,r)}mapFromBase(r){return this.pathUtils.resolve(W7,this.pathUtils.relative(this.target,r))}}});var iy,V7=Et(()=>{df();iy=class extends Ss{constructor(r,o){super(o);this.instance=null;this.factory=r}get baseFs(){return this.instance||(this.instance=this.factory()),this.instance}set baseFs(r){this.instance=r}mapFromBase(r){return r}mapToBase(r){return r}}});var Gg,wa,Hp,J7=Et(()=>{Gg=ve("fs");Hg();jg();YR();BD();Ca();wa=4278190080,Hp=class extends Mu{constructor({baseFs:r=new Tn,filter:o=null,magicByte:a=42,maxOpenFiles:n=1/0,useCache:u=!0,maxAge:A=5e3,typeCheck:p=Gg.constants.S_IFREG,getMountPoint:h,factoryPromise:E,factorySync:I}){if(Math.floor(a)!==a||!(a>1&&a<=127))throw new Error("The magic byte must be set to a round value between 1 and 127 included");super();this.fdMap=new Map;this.nextFd=3;this.isMount=new Set;this.notMount=new Set;this.realPaths=new Map;this.limitOpenFilesTimeout=null;this.baseFs=r,this.mountInstances=u?new Map:null,this.factoryPromise=E,this.factorySync=I,this.filter=o,this.getMountPoint=h,this.magic=a<<24,this.maxAge=A,this.maxOpenFiles=n,this.typeCheck=p}getExtractHint(r){return this.baseFs.getExtractHint(r)}getRealPath(){return this.baseFs.getRealPath()}saveAndClose(){if(Ug(this),this.mountInstances)for(let[r,{childFs:o}]of this.mountInstances.entries())o.saveAndClose?.(),this.mountInstances.delete(r)}discardAndClose(){if(Ug(this),this.mountInstances)for(let[r,{childFs:o}]of this.mountInstances.entries())o.discardAndClose?.(),this.mountInstances.delete(r)}resolve(r){return this.baseFs.resolve(r)}remapFd(r,o){let a=this.nextFd++|this.magic;return this.fdMap.set(a,[r,o]),a}async openPromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.openPromise(r,o,a),async(n,{subPath:u})=>this.remapFd(n,await n.openPromise(u,o,a)))}openSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.openSync(r,o,a),(n,{subPath:u})=>this.remapFd(n,n.openSync(u,o,a)))}async opendirPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.opendirPromise(r,o),async(a,{subPath:n})=>await a.opendirPromise(n,o),{requireSubpath:!1})}opendirSync(r,o){return this.makeCallSync(r,()=>this.baseFs.opendirSync(r,o),(a,{subPath:n})=>a.opendirSync(n,o),{requireSubpath:!1})}async readPromise(r,o,a,n,u){if((r&wa)!==this.magic)return await this.baseFs.readPromise(r,o,a,n,u);let A=this.fdMap.get(r);if(typeof A>"u")throw Io("read");let[p,h]=A;return await p.readPromise(h,o,a,n,u)}readSync(r,o,a,n,u){if((r&wa)!==this.magic)return this.baseFs.readSync(r,o,a,n,u);let A=this.fdMap.get(r);if(typeof A>"u")throw Io("readSync");let[p,h]=A;return p.readSync(h,o,a,n,u)}async writePromise(r,o,a,n,u){if((r&wa)!==this.magic)return typeof o=="string"?await this.baseFs.writePromise(r,o,a):await this.baseFs.writePromise(r,o,a,n,u);let A=this.fdMap.get(r);if(typeof A>"u")throw Io("write");let[p,h]=A;return typeof o=="string"?await p.writePromise(h,o,a):await p.writePromise(h,o,a,n,u)}writeSync(r,o,a,n,u){if((r&wa)!==this.magic)return typeof o=="string"?this.baseFs.writeSync(r,o,a):this.baseFs.writeSync(r,o,a,n,u);let A=this.fdMap.get(r);if(typeof A>"u")throw Io("writeSync");let[p,h]=A;return typeof o=="string"?p.writeSync(h,o,a):p.writeSync(h,o,a,n,u)}async closePromise(r){if((r&wa)!==this.magic)return await this.baseFs.closePromise(r);let o=this.fdMap.get(r);if(typeof o>"u")throw Io("close");this.fdMap.delete(r);let[a,n]=o;return await a.closePromise(n)}closeSync(r){if((r&wa)!==this.magic)return this.baseFs.closeSync(r);let o=this.fdMap.get(r);if(typeof o>"u")throw Io("closeSync");this.fdMap.delete(r);let[a,n]=o;return a.closeSync(n)}createReadStream(r,o){return r===null?this.baseFs.createReadStream(r,o):this.makeCallSync(r,()=>this.baseFs.createReadStream(r,o),(a,{archivePath:n,subPath:u})=>{let A=a.createReadStream(u,o);return A.path=ue.fromPortablePath(this.pathUtils.join(n,u)),A})}createWriteStream(r,o){return r===null?this.baseFs.createWriteStream(r,o):this.makeCallSync(r,()=>this.baseFs.createWriteStream(r,o),(a,{subPath:n})=>a.createWriteStream(n,o))}async realpathPromise(r){return await this.makeCallPromise(r,async()=>await this.baseFs.realpathPromise(r),async(o,{archivePath:a,subPath:n})=>{let u=this.realPaths.get(a);return typeof u>"u"&&(u=await this.baseFs.realpathPromise(a),this.realPaths.set(a,u)),this.pathUtils.join(u,this.pathUtils.relative(Bt.root,await o.realpathPromise(n)))})}realpathSync(r){return this.makeCallSync(r,()=>this.baseFs.realpathSync(r),(o,{archivePath:a,subPath:n})=>{let u=this.realPaths.get(a);return typeof u>"u"&&(u=this.baseFs.realpathSync(a),this.realPaths.set(a,u)),this.pathUtils.join(u,this.pathUtils.relative(Bt.root,o.realpathSync(n)))})}async existsPromise(r){return await this.makeCallPromise(r,async()=>await this.baseFs.existsPromise(r),async(o,{subPath:a})=>await o.existsPromise(a))}existsSync(r){return this.makeCallSync(r,()=>this.baseFs.existsSync(r),(o,{subPath:a})=>o.existsSync(a))}async accessPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.accessPromise(r,o),async(a,{subPath:n})=>await a.accessPromise(n,o))}accessSync(r,o){return this.makeCallSync(r,()=>this.baseFs.accessSync(r,o),(a,{subPath:n})=>a.accessSync(n,o))}async statPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.statPromise(r,o),async(a,{subPath:n})=>await a.statPromise(n,o))}statSync(r,o){return this.makeCallSync(r,()=>this.baseFs.statSync(r,o),(a,{subPath:n})=>a.statSync(n,o))}async fstatPromise(r,o){if((r&wa)!==this.magic)return this.baseFs.fstatPromise(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("fstat");let[n,u]=a;return n.fstatPromise(u,o)}fstatSync(r,o){if((r&wa)!==this.magic)return this.baseFs.fstatSync(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("fstatSync");let[n,u]=a;return n.fstatSync(u,o)}async lstatPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.lstatPromise(r,o),async(a,{subPath:n})=>await a.lstatPromise(n,o))}lstatSync(r,o){return this.makeCallSync(r,()=>this.baseFs.lstatSync(r,o),(a,{subPath:n})=>a.lstatSync(n,o))}async fchmodPromise(r,o){if((r&wa)!==this.magic)return this.baseFs.fchmodPromise(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("fchmod");let[n,u]=a;return n.fchmodPromise(u,o)}fchmodSync(r,o){if((r&wa)!==this.magic)return this.baseFs.fchmodSync(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("fchmodSync");let[n,u]=a;return n.fchmodSync(u,o)}async chmodPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.chmodPromise(r,o),async(a,{subPath:n})=>await a.chmodPromise(n,o))}chmodSync(r,o){return this.makeCallSync(r,()=>this.baseFs.chmodSync(r,o),(a,{subPath:n})=>a.chmodSync(n,o))}async fchownPromise(r,o,a){if((r&wa)!==this.magic)return this.baseFs.fchownPromise(r,o,a);let n=this.fdMap.get(r);if(typeof n>"u")throw Io("fchown");let[u,A]=n;return u.fchownPromise(A,o,a)}fchownSync(r,o,a){if((r&wa)!==this.magic)return this.baseFs.fchownSync(r,o,a);let n=this.fdMap.get(r);if(typeof n>"u")throw Io("fchownSync");let[u,A]=n;return u.fchownSync(A,o,a)}async chownPromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.chownPromise(r,o,a),async(n,{subPath:u})=>await n.chownPromise(u,o,a))}chownSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.chownSync(r,o,a),(n,{subPath:u})=>n.chownSync(u,o,a))}async renamePromise(r,o){return await this.makeCallPromise(r,async()=>await this.makeCallPromise(o,async()=>await this.baseFs.renamePromise(r,o),async()=>{throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"})}),async(a,{subPath:n})=>await this.makeCallPromise(o,async()=>{throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"})},async(u,{subPath:A})=>{if(a!==u)throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"});return await a.renamePromise(n,A)}))}renameSync(r,o){return this.makeCallSync(r,()=>this.makeCallSync(o,()=>this.baseFs.renameSync(r,o),()=>{throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"})}),(a,{subPath:n})=>this.makeCallSync(o,()=>{throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"})},(u,{subPath:A})=>{if(a!==u)throw Object.assign(new Error("EEXDEV: cross-device link not permitted"),{code:"EEXDEV"});return a.renameSync(n,A)}))}async copyFilePromise(r,o,a=0){let n=async(u,A,p,h)=>{if((a&Gg.constants.COPYFILE_FICLONE_FORCE)!==0)throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${A}' -> ${h}'`),{code:"EXDEV"});if(a&Gg.constants.COPYFILE_EXCL&&await this.existsPromise(A))throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${A}' -> '${h}'`),{code:"EEXIST"});let E;try{E=await u.readFilePromise(A)}catch{throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${A}' -> '${h}'`),{code:"EINVAL"})}await p.writeFilePromise(h,E)};return await this.makeCallPromise(r,async()=>await this.makeCallPromise(o,async()=>await this.baseFs.copyFilePromise(r,o,a),async(u,{subPath:A})=>await n(this.baseFs,r,u,A)),async(u,{subPath:A})=>await this.makeCallPromise(o,async()=>await n(u,A,this.baseFs,o),async(p,{subPath:h})=>u!==p?await n(u,A,p,h):await u.copyFilePromise(A,h,a)))}copyFileSync(r,o,a=0){let n=(u,A,p,h)=>{if((a&Gg.constants.COPYFILE_FICLONE_FORCE)!==0)throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${A}' -> ${h}'`),{code:"EXDEV"});if(a&Gg.constants.COPYFILE_EXCL&&this.existsSync(A))throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${A}' -> '${h}'`),{code:"EEXIST"});let E;try{E=u.readFileSync(A)}catch{throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${A}' -> '${h}'`),{code:"EINVAL"})}p.writeFileSync(h,E)};return this.makeCallSync(r,()=>this.makeCallSync(o,()=>this.baseFs.copyFileSync(r,o,a),(u,{subPath:A})=>n(this.baseFs,r,u,A)),(u,{subPath:A})=>this.makeCallSync(o,()=>n(u,A,this.baseFs,o),(p,{subPath:h})=>u!==p?n(u,A,p,h):u.copyFileSync(A,h,a)))}async appendFilePromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.appendFilePromise(r,o,a),async(n,{subPath:u})=>await n.appendFilePromise(u,o,a))}appendFileSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.appendFileSync(r,o,a),(n,{subPath:u})=>n.appendFileSync(u,o,a))}async writeFilePromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.writeFilePromise(r,o,a),async(n,{subPath:u})=>await n.writeFilePromise(u,o,a))}writeFileSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.writeFileSync(r,o,a),(n,{subPath:u})=>n.writeFileSync(u,o,a))}async unlinkPromise(r){return await this.makeCallPromise(r,async()=>await this.baseFs.unlinkPromise(r),async(o,{subPath:a})=>await o.unlinkPromise(a))}unlinkSync(r){return this.makeCallSync(r,()=>this.baseFs.unlinkSync(r),(o,{subPath:a})=>o.unlinkSync(a))}async utimesPromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.utimesPromise(r,o,a),async(n,{subPath:u})=>await n.utimesPromise(u,o,a))}utimesSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.utimesSync(r,o,a),(n,{subPath:u})=>n.utimesSync(u,o,a))}async lutimesPromise(r,o,a){return await this.makeCallPromise(r,async()=>await this.baseFs.lutimesPromise(r,o,a),async(n,{subPath:u})=>await n.lutimesPromise(u,o,a))}lutimesSync(r,o,a){return this.makeCallSync(r,()=>this.baseFs.lutimesSync(r,o,a),(n,{subPath:u})=>n.lutimesSync(u,o,a))}async mkdirPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.mkdirPromise(r,o),async(a,{subPath:n})=>await a.mkdirPromise(n,o))}mkdirSync(r,o){return this.makeCallSync(r,()=>this.baseFs.mkdirSync(r,o),(a,{subPath:n})=>a.mkdirSync(n,o))}async rmdirPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.rmdirPromise(r,o),async(a,{subPath:n})=>await a.rmdirPromise(n,o))}rmdirSync(r,o){return this.makeCallSync(r,()=>this.baseFs.rmdirSync(r,o),(a,{subPath:n})=>a.rmdirSync(n,o))}async linkPromise(r,o){return await this.makeCallPromise(o,async()=>await this.baseFs.linkPromise(r,o),async(a,{subPath:n})=>await a.linkPromise(r,n))}linkSync(r,o){return this.makeCallSync(o,()=>this.baseFs.linkSync(r,o),(a,{subPath:n})=>a.linkSync(r,n))}async symlinkPromise(r,o,a){return await this.makeCallPromise(o,async()=>await this.baseFs.symlinkPromise(r,o,a),async(n,{subPath:u})=>await n.symlinkPromise(r,u))}symlinkSync(r,o,a){return this.makeCallSync(o,()=>this.baseFs.symlinkSync(r,o,a),(n,{subPath:u})=>n.symlinkSync(r,u))}async readFilePromise(r,o){return this.makeCallPromise(r,async()=>await this.baseFs.readFilePromise(r,o),async(a,{subPath:n})=>await a.readFilePromise(n,o))}readFileSync(r,o){return this.makeCallSync(r,()=>this.baseFs.readFileSync(r,o),(a,{subPath:n})=>a.readFileSync(n,o))}async readdirPromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.readdirPromise(r,o),async(a,{subPath:n})=>await a.readdirPromise(n,o),{requireSubpath:!1})}readdirSync(r,o){return this.makeCallSync(r,()=>this.baseFs.readdirSync(r,o),(a,{subPath:n})=>a.readdirSync(n,o),{requireSubpath:!1})}async readlinkPromise(r){return await this.makeCallPromise(r,async()=>await this.baseFs.readlinkPromise(r),async(o,{subPath:a})=>await o.readlinkPromise(a))}readlinkSync(r){return this.makeCallSync(r,()=>this.baseFs.readlinkSync(r),(o,{subPath:a})=>o.readlinkSync(a))}async truncatePromise(r,o){return await this.makeCallPromise(r,async()=>await this.baseFs.truncatePromise(r,o),async(a,{subPath:n})=>await a.truncatePromise(n,o))}truncateSync(r,o){return this.makeCallSync(r,()=>this.baseFs.truncateSync(r,o),(a,{subPath:n})=>a.truncateSync(n,o))}async ftruncatePromise(r,o){if((r&wa)!==this.magic)return this.baseFs.ftruncatePromise(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("ftruncate");let[n,u]=a;return n.ftruncatePromise(u,o)}ftruncateSync(r,o){if((r&wa)!==this.magic)return this.baseFs.ftruncateSync(r,o);let a=this.fdMap.get(r);if(typeof a>"u")throw Io("ftruncateSync");let[n,u]=a;return n.ftruncateSync(u,o)}watch(r,o,a){return this.makeCallSync(r,()=>this.baseFs.watch(r,o,a),(n,{subPath:u})=>n.watch(u,o,a))}watchFile(r,o,a){return this.makeCallSync(r,()=>this.baseFs.watchFile(r,o,a),()=>ny(this,r,o,a))}unwatchFile(r,o){return this.makeCallSync(r,()=>this.baseFs.unwatchFile(r,o),()=>Mg(this,r,o))}async makeCallPromise(r,o,a,{requireSubpath:n=!0}={}){if(typeof r!="string")return await o();let u=this.resolve(r),A=this.findMount(u);return A?n&&A.subPath==="/"?await o():await this.getMountPromise(A.archivePath,async p=>await a(p,A)):await o()}makeCallSync(r,o,a,{requireSubpath:n=!0}={}){if(typeof r!="string")return o();let u=this.resolve(r),A=this.findMount(u);return!A||n&&A.subPath==="/"?o():this.getMountSync(A.archivePath,p=>a(p,A))}findMount(r){if(this.filter&&!this.filter.test(r))return null;let o="";for(;;){let a=r.substring(o.length),n=this.getMountPoint(a,o);if(!n)return null;if(o=this.pathUtils.join(o,n),!this.isMount.has(o)){if(this.notMount.has(o))continue;try{if(this.typeCheck!==null&&(this.baseFs.lstatSync(o).mode&Gg.constants.S_IFMT)!==this.typeCheck){this.notMount.add(o);continue}}catch{return null}this.isMount.add(o)}return{archivePath:o,subPath:this.pathUtils.join(Bt.root,r.substring(o.length))}}}limitOpenFiles(r){if(this.mountInstances===null)return;let o=Date.now(),a=o+this.maxAge,n=r===null?0:this.mountInstances.size-r;for(let[u,{childFs:A,expiresAt:p,refCount:h}]of this.mountInstances.entries())if(!(h!==0||A.hasOpenFileHandles?.())){if(o>=p){A.saveAndClose?.(),this.mountInstances.delete(u),n-=1;continue}else if(r===null||n<=0){a=p;break}A.saveAndClose?.(),this.mountInstances.delete(u),n-=1}this.limitOpenFilesTimeout===null&&(r===null&&this.mountInstances.size>0||r!==null)&&isFinite(a)&&(this.limitOpenFilesTimeout=setTimeout(()=>{this.limitOpenFilesTimeout=null,this.limitOpenFiles(null)},a-o).unref())}async getMountPromise(r,o){if(this.mountInstances){let a=this.mountInstances.get(r);if(!a){let n=await this.factoryPromise(this.baseFs,r);a=this.mountInstances.get(r),a||(a={childFs:n(),expiresAt:0,refCount:0})}this.mountInstances.delete(r),this.limitOpenFiles(this.maxOpenFiles-1),this.mountInstances.set(r,a),a.expiresAt=Date.now()+this.maxAge,a.refCount+=1;try{return await o(a.childFs)}finally{a.refCount-=1}}else{let a=(await this.factoryPromise(this.baseFs,r))();try{return await o(a)}finally{a.saveAndClose?.()}}}getMountSync(r,o){if(this.mountInstances){let a=this.mountInstances.get(r);return a||(a={childFs:this.factorySync(this.baseFs,r),expiresAt:0,refCount:0}),this.mountInstances.delete(r),this.limitOpenFiles(this.maxOpenFiles-1),this.mountInstances.set(r,a),a.expiresAt=Date.now()+this.maxAge,o(a.childFs)}else{let a=this.factorySync(this.baseFs,r);try{return o(a)}finally{a.saveAndClose?.()}}}}});var Zt,WR,Yw,z7=Et(()=>{Hg();Ca();Zt=()=>Object.assign(new Error("ENOSYS: unsupported filesystem access"),{code:"ENOSYS"}),WR=class extends gf{constructor(){super(V)}getExtractHint(){throw Zt()}getRealPath(){throw Zt()}resolve(){throw Zt()}async openPromise(){throw Zt()}openSync(){throw Zt()}async opendirPromise(){throw Zt()}opendirSync(){throw Zt()}async readPromise(){throw Zt()}readSync(){throw Zt()}async writePromise(){throw Zt()}writeSync(){throw Zt()}async closePromise(){throw Zt()}closeSync(){throw Zt()}createWriteStream(){throw Zt()}createReadStream(){throw Zt()}async realpathPromise(){throw Zt()}realpathSync(){throw Zt()}async readdirPromise(){throw Zt()}readdirSync(){throw Zt()}async existsPromise(e){throw Zt()}existsSync(e){throw Zt()}async accessPromise(){throw Zt()}accessSync(){throw Zt()}async statPromise(){throw Zt()}statSync(){throw Zt()}async fstatPromise(e){throw Zt()}fstatSync(e){throw Zt()}async lstatPromise(e){throw Zt()}lstatSync(e){throw Zt()}async fchmodPromise(){throw Zt()}fchmodSync(){throw Zt()}async chmodPromise(){throw Zt()}chmodSync(){throw Zt()}async fchownPromise(){throw Zt()}fchownSync(){throw Zt()}async chownPromise(){throw Zt()}chownSync(){throw Zt()}async mkdirPromise(){throw Zt()}mkdirSync(){throw Zt()}async rmdirPromise(){throw Zt()}rmdirSync(){throw Zt()}async linkPromise(){throw Zt()}linkSync(){throw Zt()}async symlinkPromise(){throw Zt()}symlinkSync(){throw Zt()}async renamePromise(){throw Zt()}renameSync(){throw Zt()}async copyFilePromise(){throw Zt()}copyFileSync(){throw Zt()}async appendFilePromise(){throw Zt()}appendFileSync(){throw Zt()}async writeFilePromise(){throw Zt()}writeFileSync(){throw Zt()}async unlinkPromise(){throw Zt()}unlinkSync(){throw Zt()}async utimesPromise(){throw Zt()}utimesSync(){throw Zt()}async lutimesPromise(){throw Zt()}lutimesSync(){throw Zt()}async readFilePromise(){throw Zt()}readFileSync(){throw Zt()}async readlinkPromise(){throw Zt()}readlinkSync(){throw Zt()}async truncatePromise(){throw Zt()}truncateSync(){throw Zt()}async ftruncatePromise(e,r){throw Zt()}ftruncateSync(e,r){throw Zt()}watch(){throw Zt()}watchFile(){throw Zt()}unwatchFile(){throw Zt()}},Yw=WR;Yw.instance=new WR});var jp,X7=Et(()=>{df();Ca();jp=class extends Ss{constructor(r){super(ue);this.baseFs=r}mapFromBase(r){return ue.fromPortablePath(r)}mapToBase(r){return ue.toPortablePath(r)}}});var x_e,KR,k_e,mi,Z7=Et(()=>{jg();df();Ca();x_e=/^[0-9]+$/,KR=/^(\/(?:[^/]+\/)*?(?:\$\$virtual|__virtual__))((?:\/((?:[^/]+-)?[a-f0-9]+)(?:\/([^/]+))?)?((?:\/.*)?))$/,k_e=/^([^/]+-)?[a-f0-9]+$/,mi=class extends Ss{constructor({baseFs:r=new Tn}={}){super(V);this.baseFs=r}static makeVirtualPath(r,o,a){if(V.basename(r)!=="__virtual__")throw new Error('Assertion failed: Virtual folders must be named "__virtual__"');if(!V.basename(o).match(k_e))throw new Error("Assertion failed: Virtual components must be ended by an hexadecimal hash");let u=V.relative(V.dirname(r),a).split("/"),A=0;for(;A{VR=$e(ve("buffer")),$7=ve("url"),eY=ve("util");df();Ca();xD=class extends Ss{constructor(r){super(ue);this.baseFs=r}mapFromBase(r){return r}mapToBase(r){if(typeof r=="string")return r;if(r instanceof URL)return(0,$7.fileURLToPath)(r);if(Buffer.isBuffer(r)){let o=r.toString();if(!Q_e(r,o))throw new Error("Non-utf8 buffers are not supported at the moment. Please upvote the following issue if you encounter this error: https://github.com/yarnpkg/berry/issues/4942");return o}throw new Error(`Unsupported path type: ${(0,eY.inspect)(r)}`)}}});var rY,Bo,mf,Gp,kD,QD,sy,Tc,Nc,F_e,R_e,T_e,N_e,Ww,nY=Et(()=>{rY=ve("readline"),Bo=Symbol("kBaseFs"),mf=Symbol("kFd"),Gp=Symbol("kClosePromise"),kD=Symbol("kCloseResolve"),QD=Symbol("kCloseReject"),sy=Symbol("kRefs"),Tc=Symbol("kRef"),Nc=Symbol("kUnref"),Ww=class{constructor(e,r){this[F_e]=1;this[R_e]=void 0;this[T_e]=void 0;this[N_e]=void 0;this[Bo]=r,this[mf]=e}get fd(){return this[mf]}async appendFile(e,r){try{this[Tc](this.appendFile);let o=(typeof r=="string"?r:r?.encoding)??void 0;return await this[Bo].appendFilePromise(this.fd,e,o?{encoding:o}:void 0)}finally{this[Nc]()}}async chown(e,r){try{return this[Tc](this.chown),await this[Bo].fchownPromise(this.fd,e,r)}finally{this[Nc]()}}async chmod(e){try{return this[Tc](this.chmod),await this[Bo].fchmodPromise(this.fd,e)}finally{this[Nc]()}}createReadStream(e){return this[Bo].createReadStream(null,{...e,fd:this.fd})}createWriteStream(e){return this[Bo].createWriteStream(null,{...e,fd:this.fd})}datasync(){throw new Error("Method not implemented.")}sync(){throw new Error("Method not implemented.")}async read(e,r,o,a){try{this[Tc](this.read);let n;return Buffer.isBuffer(e)?n=e:(e??={},n=e.buffer??Buffer.alloc(16384),r=e.offset||0,o=e.length??n.byteLength,a=e.position??null),r??=0,o??=0,o===0?{bytesRead:o,buffer:n}:{bytesRead:await this[Bo].readPromise(this.fd,n,r,o,a),buffer:n}}finally{this[Nc]()}}async readFile(e){try{this[Tc](this.readFile);let r=(typeof e=="string"?e:e?.encoding)??void 0;return await this[Bo].readFilePromise(this.fd,r)}finally{this[Nc]()}}readLines(e){return(0,rY.createInterface)({input:this.createReadStream(e),crlfDelay:1/0})}async stat(e){try{return this[Tc](this.stat),await this[Bo].fstatPromise(this.fd,e)}finally{this[Nc]()}}async truncate(e){try{return this[Tc](this.truncate),await this[Bo].ftruncatePromise(this.fd,e)}finally{this[Nc]()}}utimes(e,r){throw new Error("Method not implemented.")}async writeFile(e,r){try{this[Tc](this.writeFile);let o=(typeof r=="string"?r:r?.encoding)??void 0;await this[Bo].writeFilePromise(this.fd,e,o)}finally{this[Nc]()}}async write(...e){try{if(this[Tc](this.write),ArrayBuffer.isView(e[0])){let[r,o,a,n]=e;return{bytesWritten:await this[Bo].writePromise(this.fd,r,o??void 0,a??void 0,n??void 0),buffer:r}}else{let[r,o,a]=e;return{bytesWritten:await this[Bo].writePromise(this.fd,r,o,a),buffer:r}}}finally{this[Nc]()}}async writev(e,r){try{this[Tc](this.writev);let o=0;if(typeof r<"u")for(let a of e){let n=await this.write(a,void 0,void 0,r);o+=n.bytesWritten,r+=n.bytesWritten}else for(let a of e){let n=await this.write(a);o+=n.bytesWritten}return{buffers:e,bytesWritten:o}}finally{this[Nc]()}}readv(e,r){throw new Error("Method not implemented.")}close(){if(this[mf]===-1)return Promise.resolve();if(this[Gp])return this[Gp];if(this[sy]--,this[sy]===0){let e=this[mf];this[mf]=-1,this[Gp]=this[Bo].closePromise(e).finally(()=>{this[Gp]=void 0})}else this[Gp]=new Promise((e,r)=>{this[kD]=e,this[QD]=r}).finally(()=>{this[Gp]=void 0,this[QD]=void 0,this[kD]=void 0});return this[Gp]}[(Bo,mf,F_e=sy,R_e=Gp,T_e=kD,N_e=QD,Tc)](e){if(this[mf]===-1){let r=new Error("file closed");throw r.code="EBADF",r.syscall=e.name,r}this[sy]++}[Nc](){if(this[sy]--,this[sy]===0){let e=this[mf];this[mf]=-1,this[Bo].closePromise(e).then(this[kD],this[QD])}}}});function Kw(t,e){e=new xD(e);let r=(o,a,n)=>{let u=o[a];o[a]=n,typeof u?.[oy.promisify.custom]<"u"&&(n[oy.promisify.custom]=u[oy.promisify.custom])};{r(t,"exists",(o,...a)=>{let u=typeof a[a.length-1]=="function"?a.pop():()=>{};process.nextTick(()=>{e.existsPromise(o).then(A=>{u(A)},()=>{u(!1)})})}),r(t,"read",(...o)=>{let[a,n,u,A,p,h]=o;if(o.length<=3){let E={};o.length<3?h=o[1]:(E=o[1],h=o[2]),{buffer:n=Buffer.alloc(16384),offset:u=0,length:A=n.byteLength,position:p}=E}if(u==null&&(u=0),A|=0,A===0){process.nextTick(()=>{h(null,0,n)});return}p==null&&(p=-1),process.nextTick(()=>{e.readPromise(a,n,u,A,p).then(E=>{h(null,E,n)},E=>{h(E,0,n)})})});for(let o of iY){let a=o.replace(/Promise$/,"");if(typeof t[a]>"u")continue;let n=e[o];if(typeof n>"u")continue;r(t,a,(...A)=>{let h=typeof A[A.length-1]=="function"?A.pop():()=>{};process.nextTick(()=>{n.apply(e,A).then(E=>{h(null,E)},E=>{h(E)})})})}t.realpath.native=t.realpath}{r(t,"existsSync",o=>{try{return e.existsSync(o)}catch{return!1}}),r(t,"readSync",(...o)=>{let[a,n,u,A,p]=o;return o.length<=3&&({offset:u=0,length:A=n.byteLength,position:p}=o[2]||{}),u==null&&(u=0),A|=0,A===0?0:(p==null&&(p=-1),e.readSync(a,n,u,A,p))});for(let o of L_e){let a=o;if(typeof t[a]>"u")continue;let n=e[o];typeof n>"u"||r(t,a,n.bind(e))}t.realpathSync.native=t.realpathSync}{let o=t.promises;for(let a of iY){let n=a.replace(/Promise$/,"");if(typeof o[n]>"u")continue;let u=e[a];typeof u>"u"||a!=="open"&&r(o,n,(A,...p)=>A instanceof Ww?A[n].apply(A,p):u.call(e,A,...p))}r(o,"open",async(...a)=>{let n=await e.openPromise(...a);return new Ww(n,e)})}t.read[oy.promisify.custom]=async(o,a,...n)=>({bytesRead:await e.readPromise(o,a,...n),buffer:a}),t.write[oy.promisify.custom]=async(o,a,...n)=>({bytesWritten:await e.writePromise(o,a,...n),buffer:a})}function FD(t,e){let r=Object.create(t);return Kw(r,e),r}var oy,L_e,iY,sY=Et(()=>{oy=ve("util");tY();nY();L_e=new Set(["accessSync","appendFileSync","createReadStream","createWriteStream","chmodSync","fchmodSync","chownSync","fchownSync","closeSync","copyFileSync","linkSync","lstatSync","fstatSync","lutimesSync","mkdirSync","openSync","opendirSync","readlinkSync","readFileSync","readdirSync","readlinkSync","realpathSync","renameSync","rmdirSync","statSync","symlinkSync","truncateSync","ftruncateSync","unlinkSync","unwatchFile","utimesSync","watch","watchFile","writeFileSync","writeSync"]),iY=new Set(["accessPromise","appendFilePromise","fchmodPromise","chmodPromise","fchownPromise","chownPromise","closePromise","copyFilePromise","linkPromise","fstatPromise","lstatPromise","lutimesPromise","mkdirPromise","openPromise","opendirPromise","readdirPromise","realpathPromise","readFilePromise","readdirPromise","readlinkPromise","renamePromise","rmdirPromise","statPromise","symlinkPromise","truncatePromise","ftruncatePromise","unlinkPromise","utimesPromise","writeFilePromise","writeSync"])});function oY(t){let e=Math.ceil(Math.random()*4294967296).toString(16).padStart(8,"0");return`${t}${e}`}function aY(){if(JR)return JR;let t=ue.toPortablePath(lY.default.tmpdir()),e=oe.realpathSync(t);return process.once("exit",()=>{oe.rmtempSync()}),JR={tmpdir:t,realTmpdir:e}}var lY,Lc,JR,oe,cY=Et(()=>{lY=$e(ve("os"));jg();Ca();Lc=new Set,JR=null;oe=Object.assign(new Tn,{detachTemp(t){Lc.delete(t)},mktempSync(t){let{tmpdir:e,realTmpdir:r}=aY();for(;;){let o=oY("xfs-");try{this.mkdirSync(V.join(e,o))}catch(n){if(n.code==="EEXIST")continue;throw n}let a=V.join(r,o);if(Lc.add(a),typeof t>"u")return a;try{return t(a)}finally{if(Lc.has(a)){Lc.delete(a);try{this.removeSync(a)}catch{}}}}},async mktempPromise(t){let{tmpdir:e,realTmpdir:r}=aY();for(;;){let o=oY("xfs-");try{await this.mkdirPromise(V.join(e,o))}catch(n){if(n.code==="EEXIST")continue;throw n}let a=V.join(r,o);if(Lc.add(a),typeof t>"u")return a;try{return await t(a)}finally{if(Lc.has(a)){Lc.delete(a);try{await this.removePromise(a)}catch{}}}}},async rmtempPromise(){await Promise.all(Array.from(Lc.values()).map(async t=>{try{await oe.removePromise(t,{maxRetries:0}),Lc.delete(t)}catch{}}))},rmtempSync(){for(let t of Lc)try{oe.removeSync(t),Lc.delete(t)}catch{}}})});var Vw={};Vt(Vw,{AliasFS:()=>Uu,BasePortableFakeFS:()=>Mu,CustomDir:()=>qw,CwdFS:()=>gn,FakeFS:()=>gf,Filename:()=>dr,JailFS:()=>_u,LazyFS:()=>iy,MountFS:()=>Hp,NoFS:()=>Yw,NodeFS:()=>Tn,PortablePath:()=>Bt,PosixFS:()=>jp,ProxiedFS:()=>Ss,VirtualFS:()=>mi,constants:()=>vi,errors:()=>ar,extendFs:()=>FD,normalizeLineEndings:()=>_g,npath:()=>ue,opendir:()=>PD,patchFs:()=>Kw,ppath:()=>V,setupCopyIndex:()=>SD,statUtils:()=>Ea,unwatchAllFiles:()=>Ug,unwatchFile:()=>Mg,watchFile:()=>ny,xfs:()=>oe});var St=Et(()=>{k7();BD();HR();qR();L7();YR();Hg();Ca();Ca();j7();Hg();Y7();K7();V7();J7();z7();jg();X7();df();Z7();sY();cY()});var hY=_((obt,pY)=>{pY.exports=fY;fY.sync=M_e;var uY=ve("fs");function O_e(t,e){var r=e.pathExt!==void 0?e.pathExt:process.env.PATHEXT;if(!r||(r=r.split(";"),r.indexOf("")!==-1))return!0;for(var o=0;o{yY.exports=dY;dY.sync=U_e;var gY=ve("fs");function dY(t,e,r){gY.stat(t,function(o,a){r(o,o?!1:mY(a,e))})}function U_e(t,e){return mY(gY.statSync(t),e)}function mY(t,e){return t.isFile()&&__e(t,e)}function __e(t,e){var r=t.mode,o=t.uid,a=t.gid,n=e.uid!==void 0?e.uid:process.getuid&&process.getuid(),u=e.gid!==void 0?e.gid:process.getgid&&process.getgid(),A=parseInt("100",8),p=parseInt("010",8),h=parseInt("001",8),E=A|p,I=r&h||r&p&&a===u||r&A&&o===n||r&E&&n===0;return I}});var wY=_((cbt,CY)=>{var lbt=ve("fs"),RD;process.platform==="win32"||global.TESTING_WINDOWS?RD=hY():RD=EY();CY.exports=zR;zR.sync=H_e;function zR(t,e,r){if(typeof e=="function"&&(r=e,e={}),!r){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(o,a){zR(t,e||{},function(n,u){n?a(n):o(u)})})}RD(t,e||{},function(o,a){o&&(o.code==="EACCES"||e&&e.ignoreErrors)&&(o=null,a=!1),r(o,a)})}function H_e(t,e){try{return RD.sync(t,e||{})}catch(r){if(e&&e.ignoreErrors||r.code==="EACCES")return!1;throw r}}});var bY=_((ubt,PY)=>{var ay=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",IY=ve("path"),j_e=ay?";":":",BY=wY(),vY=t=>Object.assign(new Error(`not found: ${t}`),{code:"ENOENT"}),DY=(t,e)=>{let r=e.colon||j_e,o=t.match(/\//)||ay&&t.match(/\\/)?[""]:[...ay?[process.cwd()]:[],...(e.path||process.env.PATH||"").split(r)],a=ay?e.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",n=ay?a.split(r):[""];return ay&&t.indexOf(".")!==-1&&n[0]!==""&&n.unshift(""),{pathEnv:o,pathExt:n,pathExtExe:a}},SY=(t,e,r)=>{typeof e=="function"&&(r=e,e={}),e||(e={});let{pathEnv:o,pathExt:a,pathExtExe:n}=DY(t,e),u=[],A=h=>new Promise((E,I)=>{if(h===o.length)return e.all&&u.length?E(u):I(vY(t));let v=o[h],x=/^".*"$/.test(v)?v.slice(1,-1):v,C=IY.join(x,t),R=!x&&/^\.[\\\/]/.test(t)?t.slice(0,2)+C:C;E(p(R,h,0))}),p=(h,E,I)=>new Promise((v,x)=>{if(I===a.length)return v(A(E+1));let C=a[I];BY(h+C,{pathExt:n},(R,L)=>{if(!R&&L)if(e.all)u.push(h+C);else return v(h+C);return v(p(h,E,I+1))})});return r?A(0).then(h=>r(null,h),r):A(0)},G_e=(t,e)=>{e=e||{};let{pathEnv:r,pathExt:o,pathExtExe:a}=DY(t,e),n=[];for(let u=0;u{"use strict";var xY=(t={})=>{let e=t.env||process.env;return(t.platform||process.platform)!=="win32"?"PATH":Object.keys(e).reverse().find(o=>o.toUpperCase()==="PATH")||"Path"};XR.exports=xY;XR.exports.default=xY});var TY=_((fbt,RY)=>{"use strict";var QY=ve("path"),q_e=bY(),Y_e=kY();function FY(t,e){let r=t.options.env||process.env,o=process.cwd(),a=t.options.cwd!=null,n=a&&process.chdir!==void 0&&!process.chdir.disabled;if(n)try{process.chdir(t.options.cwd)}catch{}let u;try{u=q_e.sync(t.command,{path:r[Y_e({env:r})],pathExt:e?QY.delimiter:void 0})}catch{}finally{n&&process.chdir(o)}return u&&(u=QY.resolve(a?t.options.cwd:"",u)),u}function W_e(t){return FY(t)||FY(t,!0)}RY.exports=W_e});var NY=_((pbt,$R)=>{"use strict";var ZR=/([()\][%!^"`<>&|;, *?])/g;function K_e(t){return t=t.replace(ZR,"^$1"),t}function V_e(t,e){return t=`${t}`,t=t.replace(/(\\*)"/g,'$1$1\\"'),t=t.replace(/(\\*)$/,"$1$1"),t=`"${t}"`,t=t.replace(ZR,"^$1"),e&&(t=t.replace(ZR,"^$1")),t}$R.exports.command=K_e;$R.exports.argument=V_e});var OY=_((hbt,LY)=>{"use strict";LY.exports=/^#!(.*)/});var UY=_((gbt,MY)=>{"use strict";var J_e=OY();MY.exports=(t="")=>{let e=t.match(J_e);if(!e)return null;let[r,o]=e[0].replace(/#! ?/,"").split(" "),a=r.split("/").pop();return a==="env"?o:o?`${a} ${o}`:a}});var HY=_((dbt,_Y)=>{"use strict";var eT=ve("fs"),z_e=UY();function X_e(t){let r=Buffer.alloc(150),o;try{o=eT.openSync(t,"r"),eT.readSync(o,r,0,150,0),eT.closeSync(o)}catch{}return z_e(r.toString())}_Y.exports=X_e});var YY=_((mbt,qY)=>{"use strict";var Z_e=ve("path"),jY=TY(),GY=NY(),$_e=HY(),e8e=process.platform==="win32",t8e=/\.(?:com|exe)$/i,r8e=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function n8e(t){t.file=jY(t);let e=t.file&&$_e(t.file);return e?(t.args.unshift(t.file),t.command=e,jY(t)):t.file}function i8e(t){if(!e8e)return t;let e=n8e(t),r=!t8e.test(e);if(t.options.forceShell||r){let o=r8e.test(e);t.command=Z_e.normalize(t.command),t.command=GY.command(t.command),t.args=t.args.map(n=>GY.argument(n,o));let a=[t.command].concat(t.args).join(" ");t.args=["/d","/s","/c",`"${a}"`],t.command=process.env.comspec||"cmd.exe",t.options.windowsVerbatimArguments=!0}return t}function s8e(t,e,r){e&&!Array.isArray(e)&&(r=e,e=null),e=e?e.slice(0):[],r=Object.assign({},r);let o={command:t,args:e,options:r,file:void 0,original:{command:t,args:e}};return r.shell?o:i8e(o)}qY.exports=s8e});var VY=_((ybt,KY)=>{"use strict";var tT=process.platform==="win32";function rT(t,e){return Object.assign(new Error(`${e} ${t.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${e} ${t.command}`,path:t.command,spawnargs:t.args})}function o8e(t,e){if(!tT)return;let r=t.emit;t.emit=function(o,a){if(o==="exit"){let n=WY(a,e,"spawn");if(n)return r.call(t,"error",n)}return r.apply(t,arguments)}}function WY(t,e){return tT&&t===1&&!e.file?rT(e.original,"spawn"):null}function a8e(t,e){return tT&&t===1&&!e.file?rT(e.original,"spawnSync"):null}KY.exports={hookChildProcess:o8e,verifyENOENT:WY,verifyENOENTSync:a8e,notFoundError:rT}});var sT=_((Ebt,ly)=>{"use strict";var JY=ve("child_process"),nT=YY(),iT=VY();function zY(t,e,r){let o=nT(t,e,r),a=JY.spawn(o.command,o.args,o.options);return iT.hookChildProcess(a,o),a}function l8e(t,e,r){let o=nT(t,e,r),a=JY.spawnSync(o.command,o.args,o.options);return a.error=a.error||iT.verifyENOENTSync(a.status,o),a}ly.exports=zY;ly.exports.spawn=zY;ly.exports.sync=l8e;ly.exports._parse=nT;ly.exports._enoent=iT});var ZY=_((Cbt,XY)=>{"use strict";function c8e(t,e){function r(){this.constructor=t}r.prototype=e.prototype,t.prototype=new r}function qg(t,e,r,o){this.message=t,this.expected=e,this.found=r,this.location=o,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,qg)}c8e(qg,Error);qg.buildMessage=function(t,e){var r={literal:function(h){return'"'+a(h.text)+'"'},class:function(h){var E="",I;for(I=0;I0){for(I=1,v=1;I>",P=Br(">>",!1),y=">&",F=Br(">&",!1),z=">",X=Br(">",!1),Z="<<<",ie=Br("<<<",!1),Pe="<&",Ne=Br("<&",!1),ot="<",dt=Br("<",!1),Gt=function(N){return{type:"argument",segments:[].concat(...N)}},$t=function(N){return N},bt="$'",an=Br("$'",!1),Qr="'",mr=Br("'",!1),br=function(N){return[{type:"text",text:N}]},Wr='""',Kn=Br('""',!1),Ns=function(){return{type:"text",text:""}},Ti='"',ps=Br('"',!1),io=function(N){return N},Pi=function(N){return{type:"arithmetic",arithmetic:N,quoted:!0}},Ls=function(N){return{type:"shell",shell:N,quoted:!0}},so=function(N){return{type:"variable",...N,quoted:!0}},cc=function(N){return{type:"text",text:N}},cu=function(N){return{type:"arithmetic",arithmetic:N,quoted:!1}},lp=function(N){return{type:"shell",shell:N,quoted:!1}},cp=function(N){return{type:"variable",...N,quoted:!1}},Os=function(N){return{type:"glob",pattern:N}},Dn=/^[^']/,oo=Cs(["'"],!0,!1),Ms=function(N){return N.join("")},ml=/^[^$"]/,yl=Cs(["$",'"'],!0,!1),ao=`\\ +`,Vn=Br(`\\ +`,!1),On=function(){return""},Ni="\\",Mn=Br("\\",!1),_i=/^[\\$"`]/,tr=Cs(["\\","$",'"',"`"],!1,!1),Oe=function(N){return N},ii="\\a",Ma=Br("\\a",!1),hr=function(){return"a"},uc="\\b",uu=Br("\\b",!1),Ac=function(){return"\b"},El=/^[Ee]/,DA=Cs(["E","e"],!1,!1),Au=function(){return"\x1B"},Ce="\\f",Rt=Br("\\f",!1),fc=function(){return"\f"},Hi="\\n",fu=Br("\\n",!1),Yt=function(){return` +`},Cl="\\r",SA=Br("\\r",!1),up=function(){return"\r"},pc="\\t",PA=Br("\\t",!1),Qn=function(){return" "},hi="\\v",hc=Br("\\v",!1),bA=function(){return"\v"},sa=/^[\\'"?]/,Li=Cs(["\\","'",'"',"?"],!1,!1),_o=function(N){return String.fromCharCode(parseInt(N,16))},Ze="\\x",lo=Br("\\x",!1),gc="\\u",pu=Br("\\u",!1),ji="\\U",hu=Br("\\U",!1),xA=function(N){return String.fromCodePoint(parseInt(N,16))},Ua=/^[0-7]/,dc=Cs([["0","7"]],!1,!1),hs=/^[0-9a-fA-f]/,_t=Cs([["0","9"],["a","f"],["A","f"]],!1,!1),Fn=ug(),Ci="{}",oa=Br("{}",!1),co=function(){return"{}"},Us="-",aa=Br("-",!1),la="+",Ho=Br("+",!1),wi=".",gs=Br(".",!1),ds=function(N,K,re){return{type:"number",value:(N==="-"?-1:1)*parseFloat(K.join("")+"."+re.join(""))}},ms=function(N,K){return{type:"number",value:(N==="-"?-1:1)*parseInt(K.join(""))}},_s=function(N){return{type:"variable",...N}},Un=function(N){return{type:"variable",name:N}},Sn=function(N){return N},ys="*",We=Br("*",!1),tt="/",It=Br("/",!1),nr=function(N,K,re){return{type:K==="*"?"multiplication":"division",right:re}},$=function(N,K){return K.reduce((re,pe)=>({left:re,...pe}),N)},ye=function(N,K,re){return{type:K==="+"?"addition":"subtraction",right:re}},Le="$((",pt=Br("$((",!1),ht="))",Tt=Br("))",!1),er=function(N){return N},$r="$(",Gi=Br("$(",!1),es=function(N){return N},bi="${",jo=Br("${",!1),kA=":-",QA=Br(":-",!1),Ap=function(N,K){return{name:N,defaultValue:K}},ig=":-}",gu=Br(":-}",!1),sg=function(N){return{name:N,defaultValue:[]}},du=":+",uo=Br(":+",!1),FA=function(N,K){return{name:N,alternativeValue:K}},mc=":+}",ca=Br(":+}",!1),og=function(N){return{name:N,alternativeValue:[]}},yc=function(N){return{name:N}},Pm="$",ag=Br("$",!1),$n=function(N){return e.isGlobPattern(N)},fp=function(N){return N},lg=/^[a-zA-Z0-9_]/,RA=Cs([["a","z"],["A","Z"],["0","9"],"_"],!1,!1),Hs=function(){return cg()},mu=/^[$@*?#a-zA-Z0-9_\-]/,Ha=Cs(["$","@","*","?","#",["a","z"],["A","Z"],["0","9"],"_","-"],!1,!1),qi=/^[()}<>$|&; \t"']/,ua=Cs(["(",")","}","<",">","$","|","&",";"," "," ",'"',"'"],!1,!1),yu=/^[<>&; \t"']/,Es=Cs(["<",">","&",";"," "," ",'"',"'"],!1,!1),Ec=/^[ \t]/,Cc=Cs([" "," "],!1,!1),q=0,Dt=0,wl=[{line:1,column:1}],xi=0,wc=[],ct=0,Eu;if("startRule"in e){if(!(e.startRule in o))throw new Error(`Can't start parsing from rule "`+e.startRule+'".');a=o[e.startRule]}function cg(){return t.substring(Dt,q)}function yw(){return Ic(Dt,q)}function TA(N,K){throw K=K!==void 0?K:Ic(Dt,q),pg([fg(N)],t.substring(Dt,q),K)}function pp(N,K){throw K=K!==void 0?K:Ic(Dt,q),bm(N,K)}function Br(N,K){return{type:"literal",text:N,ignoreCase:K}}function Cs(N,K,re){return{type:"class",parts:N,inverted:K,ignoreCase:re}}function ug(){return{type:"any"}}function Ag(){return{type:"end"}}function fg(N){return{type:"other",description:N}}function hp(N){var K=wl[N],re;if(K)return K;for(re=N-1;!wl[re];)re--;for(K=wl[re],K={line:K.line,column:K.column};rexi&&(xi=q,wc=[]),wc.push(N))}function bm(N,K){return new qg(N,null,null,K)}function pg(N,K,re){return new qg(qg.buildMessage(N,K),N,K,re)}function hg(){var N,K,re;for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();return K!==r?(re=Cu(),re===r&&(re=null),re!==r?(Dt=N,K=n(re),N=K):(q=N,N=r)):(q=N,N=r),N}function Cu(){var N,K,re,pe,ze;if(N=q,K=wu(),K!==r){for(re=[],pe=Qt();pe!==r;)re.push(pe),pe=Qt();re!==r?(pe=gg(),pe!==r?(ze=xm(),ze===r&&(ze=null),ze!==r?(Dt=N,K=u(K,pe,ze),N=K):(q=N,N=r)):(q=N,N=r)):(q=N,N=r)}else q=N,N=r;if(N===r)if(N=q,K=wu(),K!==r){for(re=[],pe=Qt();pe!==r;)re.push(pe),pe=Qt();re!==r?(pe=gg(),pe===r&&(pe=null),pe!==r?(Dt=N,K=A(K,pe),N=K):(q=N,N=r)):(q=N,N=r)}else q=N,N=r;return N}function xm(){var N,K,re,pe,ze;for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();if(K!==r)if(re=Cu(),re!==r){for(pe=[],ze=Qt();ze!==r;)pe.push(ze),ze=Qt();pe!==r?(Dt=N,K=p(re),N=K):(q=N,N=r)}else q=N,N=r;else q=N,N=r;return N}function gg(){var N;return t.charCodeAt(q)===59?(N=h,q++):(N=r,ct===0&&Ct(E)),N===r&&(t.charCodeAt(q)===38?(N=I,q++):(N=r,ct===0&&Ct(v))),N}function wu(){var N,K,re;return N=q,K=Aa(),K!==r?(re=Ew(),re===r&&(re=null),re!==r?(Dt=N,K=x(K,re),N=K):(q=N,N=r)):(q=N,N=r),N}function Ew(){var N,K,re,pe,ze,mt,fr;for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();if(K!==r)if(re=km(),re!==r){for(pe=[],ze=Qt();ze!==r;)pe.push(ze),ze=Qt();if(pe!==r)if(ze=wu(),ze!==r){for(mt=[],fr=Qt();fr!==r;)mt.push(fr),fr=Qt();mt!==r?(Dt=N,K=C(re,ze),N=K):(q=N,N=r)}else q=N,N=r;else q=N,N=r}else q=N,N=r;else q=N,N=r;return N}function km(){var N;return t.substr(q,2)===R?(N=R,q+=2):(N=r,ct===0&&Ct(L)),N===r&&(t.substr(q,2)===U?(N=U,q+=2):(N=r,ct===0&&Ct(J))),N}function Aa(){var N,K,re;return N=q,K=dg(),K!==r?(re=Bc(),re===r&&(re=null),re!==r?(Dt=N,K=te(K,re),N=K):(q=N,N=r)):(q=N,N=r),N}function Bc(){var N,K,re,pe,ze,mt,fr;for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();if(K!==r)if(re=Il(),re!==r){for(pe=[],ze=Qt();ze!==r;)pe.push(ze),ze=Qt();if(pe!==r)if(ze=Aa(),ze!==r){for(mt=[],fr=Qt();fr!==r;)mt.push(fr),fr=Qt();mt!==r?(Dt=N,K=ae(re,ze),N=K):(q=N,N=r)}else q=N,N=r;else q=N,N=r}else q=N,N=r;else q=N,N=r;return N}function Il(){var N;return t.substr(q,2)===fe?(N=fe,q+=2):(N=r,ct===0&&Ct(ce)),N===r&&(t.charCodeAt(q)===124?(N=me,q++):(N=r,ct===0&&Ct(he))),N}function Iu(){var N,K,re,pe,ze,mt;if(N=q,K=Cg(),K!==r)if(t.charCodeAt(q)===61?(re=Be,q++):(re=r,ct===0&&Ct(we)),re!==r)if(pe=Go(),pe!==r){for(ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();ze!==r?(Dt=N,K=g(K,pe),N=K):(q=N,N=r)}else q=N,N=r;else q=N,N=r;else q=N,N=r;if(N===r)if(N=q,K=Cg(),K!==r)if(t.charCodeAt(q)===61?(re=Be,q++):(re=r,ct===0&&Ct(we)),re!==r){for(pe=[],ze=Qt();ze!==r;)pe.push(ze),ze=Qt();pe!==r?(Dt=N,K=Ee(K),N=K):(q=N,N=r)}else q=N,N=r;else q=N,N=r;return N}function dg(){var N,K,re,pe,ze,mt,fr,Cr,yn,oi,Oi;for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();if(K!==r)if(t.charCodeAt(q)===40?(re=Se,q++):(re=r,ct===0&&Ct(le)),re!==r){for(pe=[],ze=Qt();ze!==r;)pe.push(ze),ze=Qt();if(pe!==r)if(ze=Cu(),ze!==r){for(mt=[],fr=Qt();fr!==r;)mt.push(fr),fr=Qt();if(mt!==r)if(t.charCodeAt(q)===41?(fr=ne,q++):(fr=r,ct===0&&Ct(ee)),fr!==r){for(Cr=[],yn=Qt();yn!==r;)Cr.push(yn),yn=Qt();if(Cr!==r){for(yn=[],oi=ja();oi!==r;)yn.push(oi),oi=ja();if(yn!==r){for(oi=[],Oi=Qt();Oi!==r;)oi.push(Oi),Oi=Qt();oi!==r?(Dt=N,K=Ie(ze,yn),N=K):(q=N,N=r)}else q=N,N=r}else q=N,N=r}else q=N,N=r;else q=N,N=r}else q=N,N=r;else q=N,N=r}else q=N,N=r;else q=N,N=r;if(N===r){for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();if(K!==r)if(t.charCodeAt(q)===123?(re=Fe,q++):(re=r,ct===0&&Ct(At)),re!==r){for(pe=[],ze=Qt();ze!==r;)pe.push(ze),ze=Qt();if(pe!==r)if(ze=Cu(),ze!==r){for(mt=[],fr=Qt();fr!==r;)mt.push(fr),fr=Qt();if(mt!==r)if(t.charCodeAt(q)===125?(fr=H,q++):(fr=r,ct===0&&Ct(at)),fr!==r){for(Cr=[],yn=Qt();yn!==r;)Cr.push(yn),yn=Qt();if(Cr!==r){for(yn=[],oi=ja();oi!==r;)yn.push(oi),oi=ja();if(yn!==r){for(oi=[],Oi=Qt();Oi!==r;)oi.push(Oi),Oi=Qt();oi!==r?(Dt=N,K=Re(ze,yn),N=K):(q=N,N=r)}else q=N,N=r}else q=N,N=r}else q=N,N=r;else q=N,N=r}else q=N,N=r;else q=N,N=r}else q=N,N=r;else q=N,N=r;if(N===r){for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();if(K!==r){for(re=[],pe=Iu();pe!==r;)re.push(pe),pe=Iu();if(re!==r){for(pe=[],ze=Qt();ze!==r;)pe.push(ze),ze=Qt();if(pe!==r){if(ze=[],mt=gp(),mt!==r)for(;mt!==r;)ze.push(mt),mt=gp();else ze=r;if(ze!==r){for(mt=[],fr=Qt();fr!==r;)mt.push(fr),fr=Qt();mt!==r?(Dt=N,K=ke(re,ze),N=K):(q=N,N=r)}else q=N,N=r}else q=N,N=r}else q=N,N=r}else q=N,N=r;if(N===r){for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();if(K!==r){if(re=[],pe=Iu(),pe!==r)for(;pe!==r;)re.push(pe),pe=Iu();else re=r;if(re!==r){for(pe=[],ze=Qt();ze!==r;)pe.push(ze),ze=Qt();pe!==r?(Dt=N,K=xe(re),N=K):(q=N,N=r)}else q=N,N=r}else q=N,N=r}}}return N}function NA(){var N,K,re,pe,ze;for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();if(K!==r){if(re=[],pe=dp(),pe!==r)for(;pe!==r;)re.push(pe),pe=dp();else re=r;if(re!==r){for(pe=[],ze=Qt();ze!==r;)pe.push(ze),ze=Qt();pe!==r?(Dt=N,K=He(re),N=K):(q=N,N=r)}else q=N,N=r}else q=N,N=r;return N}function gp(){var N,K,re;for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();if(K!==r?(re=ja(),re!==r?(Dt=N,K=Te(re),N=K):(q=N,N=r)):(q=N,N=r),N===r){for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();K!==r?(re=dp(),re!==r?(Dt=N,K=Te(re),N=K):(q=N,N=r)):(q=N,N=r)}return N}function ja(){var N,K,re,pe,ze;for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();return K!==r?(Je.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(je)),re===r&&(re=null),re!==r?(pe=mg(),pe!==r?(ze=dp(),ze!==r?(Dt=N,K=b(re,pe,ze),N=K):(q=N,N=r)):(q=N,N=r)):(q=N,N=r)):(q=N,N=r),N}function mg(){var N;return t.substr(q,2)===w?(N=w,q+=2):(N=r,ct===0&&Ct(P)),N===r&&(t.substr(q,2)===y?(N=y,q+=2):(N=r,ct===0&&Ct(F)),N===r&&(t.charCodeAt(q)===62?(N=z,q++):(N=r,ct===0&&Ct(X)),N===r&&(t.substr(q,3)===Z?(N=Z,q+=3):(N=r,ct===0&&Ct(ie)),N===r&&(t.substr(q,2)===Pe?(N=Pe,q+=2):(N=r,ct===0&&Ct(Ne)),N===r&&(t.charCodeAt(q)===60?(N=ot,q++):(N=r,ct===0&&Ct(dt))))))),N}function dp(){var N,K,re;for(N=q,K=[],re=Qt();re!==r;)K.push(re),re=Qt();return K!==r?(re=Go(),re!==r?(Dt=N,K=Te(re),N=K):(q=N,N=r)):(q=N,N=r),N}function Go(){var N,K,re;if(N=q,K=[],re=ws(),re!==r)for(;re!==r;)K.push(re),re=ws();else K=r;return K!==r&&(Dt=N,K=Gt(K)),N=K,N}function ws(){var N,K;return N=q,K=Ii(),K!==r&&(Dt=N,K=$t(K)),N=K,N===r&&(N=q,K=Qm(),K!==r&&(Dt=N,K=$t(K)),N=K,N===r&&(N=q,K=Fm(),K!==r&&(Dt=N,K=$t(K)),N=K,N===r&&(N=q,K=qo(),K!==r&&(Dt=N,K=$t(K)),N=K))),N}function Ii(){var N,K,re,pe;return N=q,t.substr(q,2)===bt?(K=bt,q+=2):(K=r,ct===0&&Ct(an)),K!==r?(re=ln(),re!==r?(t.charCodeAt(q)===39?(pe=Qr,q++):(pe=r,ct===0&&Ct(mr)),pe!==r?(Dt=N,K=br(re),N=K):(q=N,N=r)):(q=N,N=r)):(q=N,N=r),N}function Qm(){var N,K,re,pe;return N=q,t.charCodeAt(q)===39?(K=Qr,q++):(K=r,ct===0&&Ct(mr)),K!==r?(re=yp(),re!==r?(t.charCodeAt(q)===39?(pe=Qr,q++):(pe=r,ct===0&&Ct(mr)),pe!==r?(Dt=N,K=br(re),N=K):(q=N,N=r)):(q=N,N=r)):(q=N,N=r),N}function Fm(){var N,K,re,pe;if(N=q,t.substr(q,2)===Wr?(K=Wr,q+=2):(K=r,ct===0&&Ct(Kn)),K!==r&&(Dt=N,K=Ns()),N=K,N===r)if(N=q,t.charCodeAt(q)===34?(K=Ti,q++):(K=r,ct===0&&Ct(ps)),K!==r){for(re=[],pe=LA();pe!==r;)re.push(pe),pe=LA();re!==r?(t.charCodeAt(q)===34?(pe=Ti,q++):(pe=r,ct===0&&Ct(ps)),pe!==r?(Dt=N,K=io(re),N=K):(q=N,N=r)):(q=N,N=r)}else q=N,N=r;return N}function qo(){var N,K,re;if(N=q,K=[],re=mp(),re!==r)for(;re!==r;)K.push(re),re=mp();else K=r;return K!==r&&(Dt=N,K=io(K)),N=K,N}function LA(){var N,K;return N=q,K=qr(),K!==r&&(Dt=N,K=Pi(K)),N=K,N===r&&(N=q,K=Ep(),K!==r&&(Dt=N,K=Ls(K)),N=K,N===r&&(N=q,K=Dc(),K!==r&&(Dt=N,K=so(K)),N=K,N===r&&(N=q,K=yg(),K!==r&&(Dt=N,K=cc(K)),N=K))),N}function mp(){var N,K;return N=q,K=qr(),K!==r&&(Dt=N,K=cu(K)),N=K,N===r&&(N=q,K=Ep(),K!==r&&(Dt=N,K=lp(K)),N=K,N===r&&(N=q,K=Dc(),K!==r&&(Dt=N,K=cp(K)),N=K,N===r&&(N=q,K=Cw(),K!==r&&(Dt=N,K=Os(K)),N=K,N===r&&(N=q,K=pa(),K!==r&&(Dt=N,K=cc(K)),N=K)))),N}function yp(){var N,K,re;for(N=q,K=[],Dn.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(oo));re!==r;)K.push(re),Dn.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(oo));return K!==r&&(Dt=N,K=Ms(K)),N=K,N}function yg(){var N,K,re;if(N=q,K=[],re=fa(),re===r&&(ml.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(yl))),re!==r)for(;re!==r;)K.push(re),re=fa(),re===r&&(ml.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(yl)));else K=r;return K!==r&&(Dt=N,K=Ms(K)),N=K,N}function fa(){var N,K,re;return N=q,t.substr(q,2)===ao?(K=ao,q+=2):(K=r,ct===0&&Ct(Vn)),K!==r&&(Dt=N,K=On()),N=K,N===r&&(N=q,t.charCodeAt(q)===92?(K=Ni,q++):(K=r,ct===0&&Ct(Mn)),K!==r?(_i.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(tr)),re!==r?(Dt=N,K=Oe(re),N=K):(q=N,N=r)):(q=N,N=r)),N}function ln(){var N,K,re;for(N=q,K=[],re=Ao(),re===r&&(Dn.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(oo)));re!==r;)K.push(re),re=Ao(),re===r&&(Dn.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(oo)));return K!==r&&(Dt=N,K=Ms(K)),N=K,N}function Ao(){var N,K,re;return N=q,t.substr(q,2)===ii?(K=ii,q+=2):(K=r,ct===0&&Ct(Ma)),K!==r&&(Dt=N,K=hr()),N=K,N===r&&(N=q,t.substr(q,2)===uc?(K=uc,q+=2):(K=r,ct===0&&Ct(uu)),K!==r&&(Dt=N,K=Ac()),N=K,N===r&&(N=q,t.charCodeAt(q)===92?(K=Ni,q++):(K=r,ct===0&&Ct(Mn)),K!==r?(El.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(DA)),re!==r?(Dt=N,K=Au(),N=K):(q=N,N=r)):(q=N,N=r),N===r&&(N=q,t.substr(q,2)===Ce?(K=Ce,q+=2):(K=r,ct===0&&Ct(Rt)),K!==r&&(Dt=N,K=fc()),N=K,N===r&&(N=q,t.substr(q,2)===Hi?(K=Hi,q+=2):(K=r,ct===0&&Ct(fu)),K!==r&&(Dt=N,K=Yt()),N=K,N===r&&(N=q,t.substr(q,2)===Cl?(K=Cl,q+=2):(K=r,ct===0&&Ct(SA)),K!==r&&(Dt=N,K=up()),N=K,N===r&&(N=q,t.substr(q,2)===pc?(K=pc,q+=2):(K=r,ct===0&&Ct(PA)),K!==r&&(Dt=N,K=Qn()),N=K,N===r&&(N=q,t.substr(q,2)===hi?(K=hi,q+=2):(K=r,ct===0&&Ct(hc)),K!==r&&(Dt=N,K=bA()),N=K,N===r&&(N=q,t.charCodeAt(q)===92?(K=Ni,q++):(K=r,ct===0&&Ct(Mn)),K!==r?(sa.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(Li)),re!==r?(Dt=N,K=Oe(re),N=K):(q=N,N=r)):(q=N,N=r),N===r&&(N=OA()))))))))),N}function OA(){var N,K,re,pe,ze,mt,fr,Cr,yn,oi,Oi,Ig;return N=q,t.charCodeAt(q)===92?(K=Ni,q++):(K=r,ct===0&&Ct(Mn)),K!==r?(re=Ga(),re!==r?(Dt=N,K=_o(re),N=K):(q=N,N=r)):(q=N,N=r),N===r&&(N=q,t.substr(q,2)===Ze?(K=Ze,q+=2):(K=r,ct===0&&Ct(lo)),K!==r?(re=q,pe=q,ze=Ga(),ze!==r?(mt=si(),mt!==r?(ze=[ze,mt],pe=ze):(q=pe,pe=r)):(q=pe,pe=r),pe===r&&(pe=Ga()),pe!==r?re=t.substring(re,q):re=pe,re!==r?(Dt=N,K=_o(re),N=K):(q=N,N=r)):(q=N,N=r),N===r&&(N=q,t.substr(q,2)===gc?(K=gc,q+=2):(K=r,ct===0&&Ct(pu)),K!==r?(re=q,pe=q,ze=si(),ze!==r?(mt=si(),mt!==r?(fr=si(),fr!==r?(Cr=si(),Cr!==r?(ze=[ze,mt,fr,Cr],pe=ze):(q=pe,pe=r)):(q=pe,pe=r)):(q=pe,pe=r)):(q=pe,pe=r),pe!==r?re=t.substring(re,q):re=pe,re!==r?(Dt=N,K=_o(re),N=K):(q=N,N=r)):(q=N,N=r),N===r&&(N=q,t.substr(q,2)===ji?(K=ji,q+=2):(K=r,ct===0&&Ct(hu)),K!==r?(re=q,pe=q,ze=si(),ze!==r?(mt=si(),mt!==r?(fr=si(),fr!==r?(Cr=si(),Cr!==r?(yn=si(),yn!==r?(oi=si(),oi!==r?(Oi=si(),Oi!==r?(Ig=si(),Ig!==r?(ze=[ze,mt,fr,Cr,yn,oi,Oi,Ig],pe=ze):(q=pe,pe=r)):(q=pe,pe=r)):(q=pe,pe=r)):(q=pe,pe=r)):(q=pe,pe=r)):(q=pe,pe=r)):(q=pe,pe=r)):(q=pe,pe=r),pe!==r?re=t.substring(re,q):re=pe,re!==r?(Dt=N,K=xA(re),N=K):(q=N,N=r)):(q=N,N=r)))),N}function Ga(){var N;return Ua.test(t.charAt(q))?(N=t.charAt(q),q++):(N=r,ct===0&&Ct(dc)),N}function si(){var N;return hs.test(t.charAt(q))?(N=t.charAt(q),q++):(N=r,ct===0&&Ct(_t)),N}function pa(){var N,K,re,pe,ze;if(N=q,K=[],re=q,t.charCodeAt(q)===92?(pe=Ni,q++):(pe=r,ct===0&&Ct(Mn)),pe!==r?(t.length>q?(ze=t.charAt(q),q++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,pe=Oe(ze),re=pe):(q=re,re=r)):(q=re,re=r),re===r&&(re=q,t.substr(q,2)===Ci?(pe=Ci,q+=2):(pe=r,ct===0&&Ct(oa)),pe!==r&&(Dt=re,pe=co()),re=pe,re===r&&(re=q,pe=q,ct++,ze=Rm(),ct--,ze===r?pe=void 0:(q=pe,pe=r),pe!==r?(t.length>q?(ze=t.charAt(q),q++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,pe=Oe(ze),re=pe):(q=re,re=r)):(q=re,re=r))),re!==r)for(;re!==r;)K.push(re),re=q,t.charCodeAt(q)===92?(pe=Ni,q++):(pe=r,ct===0&&Ct(Mn)),pe!==r?(t.length>q?(ze=t.charAt(q),q++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,pe=Oe(ze),re=pe):(q=re,re=r)):(q=re,re=r),re===r&&(re=q,t.substr(q,2)===Ci?(pe=Ci,q+=2):(pe=r,ct===0&&Ct(oa)),pe!==r&&(Dt=re,pe=co()),re=pe,re===r&&(re=q,pe=q,ct++,ze=Rm(),ct--,ze===r?pe=void 0:(q=pe,pe=r),pe!==r?(t.length>q?(ze=t.charAt(q),q++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,pe=Oe(ze),re=pe):(q=re,re=r)):(q=re,re=r)));else K=r;return K!==r&&(Dt=N,K=Ms(K)),N=K,N}function vc(){var N,K,re,pe,ze,mt;if(N=q,t.charCodeAt(q)===45?(K=Us,q++):(K=r,ct===0&&Ct(aa)),K===r&&(t.charCodeAt(q)===43?(K=la,q++):(K=r,ct===0&&Ct(Ho))),K===r&&(K=null),K!==r){if(re=[],Je.test(t.charAt(q))?(pe=t.charAt(q),q++):(pe=r,ct===0&&Ct(je)),pe!==r)for(;pe!==r;)re.push(pe),Je.test(t.charAt(q))?(pe=t.charAt(q),q++):(pe=r,ct===0&&Ct(je));else re=r;if(re!==r)if(t.charCodeAt(q)===46?(pe=wi,q++):(pe=r,ct===0&&Ct(gs)),pe!==r){if(ze=[],Je.test(t.charAt(q))?(mt=t.charAt(q),q++):(mt=r,ct===0&&Ct(je)),mt!==r)for(;mt!==r;)ze.push(mt),Je.test(t.charAt(q))?(mt=t.charAt(q),q++):(mt=r,ct===0&&Ct(je));else ze=r;ze!==r?(Dt=N,K=ds(K,re,ze),N=K):(q=N,N=r)}else q=N,N=r;else q=N,N=r}else q=N,N=r;if(N===r){if(N=q,t.charCodeAt(q)===45?(K=Us,q++):(K=r,ct===0&&Ct(aa)),K===r&&(t.charCodeAt(q)===43?(K=la,q++):(K=r,ct===0&&Ct(Ho))),K===r&&(K=null),K!==r){if(re=[],Je.test(t.charAt(q))?(pe=t.charAt(q),q++):(pe=r,ct===0&&Ct(je)),pe!==r)for(;pe!==r;)re.push(pe),Je.test(t.charAt(q))?(pe=t.charAt(q),q++):(pe=r,ct===0&&Ct(je));else re=r;re!==r?(Dt=N,K=ms(K,re),N=K):(q=N,N=r)}else q=N,N=r;if(N===r&&(N=q,K=Dc(),K!==r&&(Dt=N,K=_s(K)),N=K,N===r&&(N=q,K=qa(),K!==r&&(Dt=N,K=Un(K)),N=K,N===r)))if(N=q,t.charCodeAt(q)===40?(K=Se,q++):(K=r,ct===0&&Ct(le)),K!==r){for(re=[],pe=Qt();pe!==r;)re.push(pe),pe=Qt();if(re!==r)if(pe=ts(),pe!==r){for(ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();ze!==r?(t.charCodeAt(q)===41?(mt=ne,q++):(mt=r,ct===0&&Ct(ee)),mt!==r?(Dt=N,K=Sn(pe),N=K):(q=N,N=r)):(q=N,N=r)}else q=N,N=r;else q=N,N=r}else q=N,N=r}return N}function Bl(){var N,K,re,pe,ze,mt,fr,Cr;if(N=q,K=vc(),K!==r){for(re=[],pe=q,ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();if(ze!==r)if(t.charCodeAt(q)===42?(mt=ys,q++):(mt=r,ct===0&&Ct(We)),mt===r&&(t.charCodeAt(q)===47?(mt=tt,q++):(mt=r,ct===0&&Ct(It))),mt!==r){for(fr=[],Cr=Qt();Cr!==r;)fr.push(Cr),Cr=Qt();fr!==r?(Cr=vc(),Cr!==r?(Dt=pe,ze=nr(K,mt,Cr),pe=ze):(q=pe,pe=r)):(q=pe,pe=r)}else q=pe,pe=r;else q=pe,pe=r;for(;pe!==r;){for(re.push(pe),pe=q,ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();if(ze!==r)if(t.charCodeAt(q)===42?(mt=ys,q++):(mt=r,ct===0&&Ct(We)),mt===r&&(t.charCodeAt(q)===47?(mt=tt,q++):(mt=r,ct===0&&Ct(It))),mt!==r){for(fr=[],Cr=Qt();Cr!==r;)fr.push(Cr),Cr=Qt();fr!==r?(Cr=vc(),Cr!==r?(Dt=pe,ze=nr(K,mt,Cr),pe=ze):(q=pe,pe=r)):(q=pe,pe=r)}else q=pe,pe=r;else q=pe,pe=r}re!==r?(Dt=N,K=$(K,re),N=K):(q=N,N=r)}else q=N,N=r;return N}function ts(){var N,K,re,pe,ze,mt,fr,Cr;if(N=q,K=Bl(),K!==r){for(re=[],pe=q,ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();if(ze!==r)if(t.charCodeAt(q)===43?(mt=la,q++):(mt=r,ct===0&&Ct(Ho)),mt===r&&(t.charCodeAt(q)===45?(mt=Us,q++):(mt=r,ct===0&&Ct(aa))),mt!==r){for(fr=[],Cr=Qt();Cr!==r;)fr.push(Cr),Cr=Qt();fr!==r?(Cr=Bl(),Cr!==r?(Dt=pe,ze=ye(K,mt,Cr),pe=ze):(q=pe,pe=r)):(q=pe,pe=r)}else q=pe,pe=r;else q=pe,pe=r;for(;pe!==r;){for(re.push(pe),pe=q,ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();if(ze!==r)if(t.charCodeAt(q)===43?(mt=la,q++):(mt=r,ct===0&&Ct(Ho)),mt===r&&(t.charCodeAt(q)===45?(mt=Us,q++):(mt=r,ct===0&&Ct(aa))),mt!==r){for(fr=[],Cr=Qt();Cr!==r;)fr.push(Cr),Cr=Qt();fr!==r?(Cr=Bl(),Cr!==r?(Dt=pe,ze=ye(K,mt,Cr),pe=ze):(q=pe,pe=r)):(q=pe,pe=r)}else q=pe,pe=r;else q=pe,pe=r}re!==r?(Dt=N,K=$(K,re),N=K):(q=N,N=r)}else q=N,N=r;return N}function qr(){var N,K,re,pe,ze,mt;if(N=q,t.substr(q,3)===Le?(K=Le,q+=3):(K=r,ct===0&&Ct(pt)),K!==r){for(re=[],pe=Qt();pe!==r;)re.push(pe),pe=Qt();if(re!==r)if(pe=ts(),pe!==r){for(ze=[],mt=Qt();mt!==r;)ze.push(mt),mt=Qt();ze!==r?(t.substr(q,2)===ht?(mt=ht,q+=2):(mt=r,ct===0&&Ct(Tt)),mt!==r?(Dt=N,K=er(pe),N=K):(q=N,N=r)):(q=N,N=r)}else q=N,N=r;else q=N,N=r}else q=N,N=r;return N}function Ep(){var N,K,re,pe;return N=q,t.substr(q,2)===$r?(K=$r,q+=2):(K=r,ct===0&&Ct(Gi)),K!==r?(re=Cu(),re!==r?(t.charCodeAt(q)===41?(pe=ne,q++):(pe=r,ct===0&&Ct(ee)),pe!==r?(Dt=N,K=es(re),N=K):(q=N,N=r)):(q=N,N=r)):(q=N,N=r),N}function Dc(){var N,K,re,pe,ze,mt;return N=q,t.substr(q,2)===bi?(K=bi,q+=2):(K=r,ct===0&&Ct(jo)),K!==r?(re=qa(),re!==r?(t.substr(q,2)===kA?(pe=kA,q+=2):(pe=r,ct===0&&Ct(QA)),pe!==r?(ze=NA(),ze!==r?(t.charCodeAt(q)===125?(mt=H,q++):(mt=r,ct===0&&Ct(at)),mt!==r?(Dt=N,K=Ap(re,ze),N=K):(q=N,N=r)):(q=N,N=r)):(q=N,N=r)):(q=N,N=r)):(q=N,N=r),N===r&&(N=q,t.substr(q,2)===bi?(K=bi,q+=2):(K=r,ct===0&&Ct(jo)),K!==r?(re=qa(),re!==r?(t.substr(q,3)===ig?(pe=ig,q+=3):(pe=r,ct===0&&Ct(gu)),pe!==r?(Dt=N,K=sg(re),N=K):(q=N,N=r)):(q=N,N=r)):(q=N,N=r),N===r&&(N=q,t.substr(q,2)===bi?(K=bi,q+=2):(K=r,ct===0&&Ct(jo)),K!==r?(re=qa(),re!==r?(t.substr(q,2)===du?(pe=du,q+=2):(pe=r,ct===0&&Ct(uo)),pe!==r?(ze=NA(),ze!==r?(t.charCodeAt(q)===125?(mt=H,q++):(mt=r,ct===0&&Ct(at)),mt!==r?(Dt=N,K=FA(re,ze),N=K):(q=N,N=r)):(q=N,N=r)):(q=N,N=r)):(q=N,N=r)):(q=N,N=r),N===r&&(N=q,t.substr(q,2)===bi?(K=bi,q+=2):(K=r,ct===0&&Ct(jo)),K!==r?(re=qa(),re!==r?(t.substr(q,3)===mc?(pe=mc,q+=3):(pe=r,ct===0&&Ct(ca)),pe!==r?(Dt=N,K=og(re),N=K):(q=N,N=r)):(q=N,N=r)):(q=N,N=r),N===r&&(N=q,t.substr(q,2)===bi?(K=bi,q+=2):(K=r,ct===0&&Ct(jo)),K!==r?(re=qa(),re!==r?(t.charCodeAt(q)===125?(pe=H,q++):(pe=r,ct===0&&Ct(at)),pe!==r?(Dt=N,K=yc(re),N=K):(q=N,N=r)):(q=N,N=r)):(q=N,N=r),N===r&&(N=q,t.charCodeAt(q)===36?(K=Pm,q++):(K=r,ct===0&&Ct(ag)),K!==r?(re=qa(),re!==r?(Dt=N,K=yc(re),N=K):(q=N,N=r)):(q=N,N=r)))))),N}function Cw(){var N,K,re;return N=q,K=Eg(),K!==r?(Dt=q,re=$n(K),re?re=void 0:re=r,re!==r?(Dt=N,K=fp(K),N=K):(q=N,N=r)):(q=N,N=r),N}function Eg(){var N,K,re,pe,ze;if(N=q,K=[],re=q,pe=q,ct++,ze=wg(),ct--,ze===r?pe=void 0:(q=pe,pe=r),pe!==r?(t.length>q?(ze=t.charAt(q),q++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,pe=Oe(ze),re=pe):(q=re,re=r)):(q=re,re=r),re!==r)for(;re!==r;)K.push(re),re=q,pe=q,ct++,ze=wg(),ct--,ze===r?pe=void 0:(q=pe,pe=r),pe!==r?(t.length>q?(ze=t.charAt(q),q++):(ze=r,ct===0&&Ct(Fn)),ze!==r?(Dt=re,pe=Oe(ze),re=pe):(q=re,re=r)):(q=re,re=r);else K=r;return K!==r&&(Dt=N,K=Ms(K)),N=K,N}function Cg(){var N,K,re;if(N=q,K=[],lg.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(RA)),re!==r)for(;re!==r;)K.push(re),lg.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(RA));else K=r;return K!==r&&(Dt=N,K=Hs()),N=K,N}function qa(){var N,K,re;if(N=q,K=[],mu.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(Ha)),re!==r)for(;re!==r;)K.push(re),mu.test(t.charAt(q))?(re=t.charAt(q),q++):(re=r,ct===0&&Ct(Ha));else K=r;return K!==r&&(Dt=N,K=Hs()),N=K,N}function Rm(){var N;return qi.test(t.charAt(q))?(N=t.charAt(q),q++):(N=r,ct===0&&Ct(ua)),N}function wg(){var N;return yu.test(t.charAt(q))?(N=t.charAt(q),q++):(N=r,ct===0&&Ct(Es)),N}function Qt(){var N,K;if(N=[],Ec.test(t.charAt(q))?(K=t.charAt(q),q++):(K=r,ct===0&&Ct(Cc)),K!==r)for(;K!==r;)N.push(K),Ec.test(t.charAt(q))?(K=t.charAt(q),q++):(K=r,ct===0&&Ct(Cc));else N=r;return N}if(Eu=a(),Eu!==r&&q===t.length)return Eu;throw Eu!==r&&q!1}){try{return(0,$Y.parse)(t,e)}catch(r){throw r.location&&(r.message=r.message.replace(/(\.)?$/,` (line ${r.location.start.line}, column ${r.location.start.column})$1`)),r}}function cy(t,{endSemicolon:e=!1}={}){return t.map(({command:r,type:o},a)=>`${LD(r)}${o===";"?a!==t.length-1||e?";":"":" &"}`).join(" ")}function LD(t){return`${uy(t.chain)}${t.then?` ${oT(t.then)}`:""}`}function oT(t){return`${t.type} ${LD(t.line)}`}function uy(t){return`${lT(t)}${t.then?` ${aT(t.then)}`:""}`}function aT(t){return`${t.type} ${uy(t.chain)}`}function lT(t){switch(t.type){case"command":return`${t.envs.length>0?`${t.envs.map(e=>TD(e)).join(" ")} `:""}${t.args.map(e=>cT(e)).join(" ")}`;case"subshell":return`(${cy(t.subshell)})${t.args.length>0?` ${t.args.map(e=>Jw(e)).join(" ")}`:""}`;case"group":return`{ ${cy(t.group,{endSemicolon:!0})} }${t.args.length>0?` ${t.args.map(e=>Jw(e)).join(" ")}`:""}`;case"envs":return t.envs.map(e=>TD(e)).join(" ");default:throw new Error(`Unsupported command type: "${t.type}"`)}}function TD(t){return`${t.name}=${t.args[0]?Yg(t.args[0]):""}`}function cT(t){switch(t.type){case"redirection":return Jw(t);case"argument":return Yg(t);default:throw new Error(`Unsupported argument type: "${t.type}"`)}}function Jw(t){return`${t.subtype} ${t.args.map(e=>Yg(e)).join(" ")}`}function Yg(t){return t.segments.map(e=>uT(e)).join("")}function uT(t){let e=(o,a)=>a?`"${o}"`:o,r=o=>o===""?"''":o.match(/[()}<>$|&;"'\n\t ]/)?o.match(/['\t\p{C}]/u)?o.match(/'/)?`"${o.replace(/["$\t\p{C}]/u,f8e)}"`:`$'${o.replace(/[\t\p{C}]/u,tW)}'`:`'${o}'`:o;switch(t.type){case"text":return r(t.text);case"glob":return t.pattern;case"shell":return e(`\${${cy(t.shell)}}`,t.quoted);case"variable":return e(typeof t.defaultValue>"u"?typeof t.alternativeValue>"u"?`\${${t.name}}`:t.alternativeValue.length===0?`\${${t.name}:+}`:`\${${t.name}:+${t.alternativeValue.map(o=>Yg(o)).join(" ")}}`:t.defaultValue.length===0?`\${${t.name}:-}`:`\${${t.name}:-${t.defaultValue.map(o=>Yg(o)).join(" ")}}`,t.quoted);case"arithmetic":return`$(( ${OD(t.arithmetic)} ))`;default:throw new Error(`Unsupported argument segment type: "${t.type}"`)}}function OD(t){let e=a=>{switch(a){case"addition":return"+";case"subtraction":return"-";case"multiplication":return"*";case"division":return"/";default:throw new Error(`Can't extract operator from arithmetic expression of type "${a}"`)}},r=(a,n)=>n?`( ${a} )`:a,o=a=>r(OD(a),!["number","variable"].includes(a.type));switch(t.type){case"number":return String(t.value);case"variable":return t.name;default:return`${o(t.left)} ${e(t.type)} ${o(t.right)}`}}var $Y,eW,A8e,tW,f8e,rW=Et(()=>{$Y=$e(ZY());eW=new Map([["\f","\\f"],[` +`,"\\n"],["\r","\\r"],[" ","\\t"],["\v","\\v"],["\0","\\0"]]),A8e=new Map([["\\","\\\\"],["$","\\$"],['"','\\"'],...Array.from(eW,([t,e])=>[t,`"$'${e}'"`])]),tW=t=>eW.get(t)??`\\x${t.charCodeAt(0).toString(16).padStart(2,"0")}`,f8e=t=>A8e.get(t)??`"$'${tW(t)}'"`});var iW=_((Tbt,nW)=>{"use strict";function p8e(t,e){function r(){this.constructor=t}r.prototype=e.prototype,t.prototype=new r}function Wg(t,e,r,o){this.message=t,this.expected=e,this.found=r,this.location=o,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,Wg)}p8e(Wg,Error);Wg.buildMessage=function(t,e){var r={literal:function(h){return'"'+a(h.text)+'"'},class:function(h){var E="",I;for(I=0;I0){for(I=1,v=1;Ife&&(fe=J,ce=[]),ce.push(je))}function at(je,b){return new Wg(je,null,null,b)}function Re(je,b,w){return new Wg(Wg.buildMessage(je,b),je,b,w)}function ke(){var je,b,w,P;return je=J,b=xe(),b!==r?(t.charCodeAt(J)===47?(w=n,J++):(w=r,me===0&&H(u)),w!==r?(P=xe(),P!==r?(te=je,b=A(b,P),je=b):(J=je,je=r)):(J=je,je=r)):(J=je,je=r),je===r&&(je=J,b=xe(),b!==r&&(te=je,b=p(b)),je=b),je}function xe(){var je,b,w,P;return je=J,b=He(),b!==r?(t.charCodeAt(J)===64?(w=h,J++):(w=r,me===0&&H(E)),w!==r?(P=Je(),P!==r?(te=je,b=I(b,P),je=b):(J=je,je=r)):(J=je,je=r)):(J=je,je=r),je===r&&(je=J,b=He(),b!==r&&(te=je,b=v(b)),je=b),je}function He(){var je,b,w,P,y;return je=J,t.charCodeAt(J)===64?(b=h,J++):(b=r,me===0&&H(E)),b!==r?(w=Te(),w!==r?(t.charCodeAt(J)===47?(P=n,J++):(P=r,me===0&&H(u)),P!==r?(y=Te(),y!==r?(te=je,b=x(),je=b):(J=je,je=r)):(J=je,je=r)):(J=je,je=r)):(J=je,je=r),je===r&&(je=J,b=Te(),b!==r&&(te=je,b=x()),je=b),je}function Te(){var je,b,w;if(je=J,b=[],C.test(t.charAt(J))?(w=t.charAt(J),J++):(w=r,me===0&&H(R)),w!==r)for(;w!==r;)b.push(w),C.test(t.charAt(J))?(w=t.charAt(J),J++):(w=r,me===0&&H(R));else b=r;return b!==r&&(te=je,b=x()),je=b,je}function Je(){var je,b,w;if(je=J,b=[],L.test(t.charAt(J))?(w=t.charAt(J),J++):(w=r,me===0&&H(U)),w!==r)for(;w!==r;)b.push(w),L.test(t.charAt(J))?(w=t.charAt(J),J++):(w=r,me===0&&H(U));else b=r;return b!==r&&(te=je,b=x()),je=b,je}if(he=a(),he!==r&&J===t.length)return he;throw he!==r&&J{sW=$e(iW())});var Vg=_((Lbt,Kg)=>{"use strict";function aW(t){return typeof t>"u"||t===null}function g8e(t){return typeof t=="object"&&t!==null}function d8e(t){return Array.isArray(t)?t:aW(t)?[]:[t]}function m8e(t,e){var r,o,a,n;if(e)for(n=Object.keys(e),r=0,o=n.length;r{"use strict";function zw(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():""),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}zw.prototype=Object.create(Error.prototype);zw.prototype.constructor=zw;zw.prototype.toString=function(e){var r=this.name+": ";return r+=this.reason||"(unknown reason)",!e&&this.mark&&(r+=" "+this.mark.toString()),r};lW.exports=zw});var AW=_((Mbt,uW)=>{"use strict";var cW=Vg();function AT(t,e,r,o,a){this.name=t,this.buffer=e,this.position=r,this.line=o,this.column=a}AT.prototype.getSnippet=function(e,r){var o,a,n,u,A;if(!this.buffer)return null;for(e=e||4,r=r||75,o="",a=this.position;a>0&&`\0\r \x85\u2028\u2029`.indexOf(this.buffer.charAt(a-1))===-1;)if(a-=1,this.position-a>r/2-1){o=" ... ",a+=5;break}for(n="",u=this.position;ur/2-1){n=" ... ",u-=5;break}return A=this.buffer.slice(a,u),AW.repeat(" ",e)+o+A+n+` -`+AW.repeat(" ",e+this.position-a+o.length)+"^"};pR.prototype.toString=function(e){var r,o="";return this.name&&(o+='in "'+this.name+'" '),o+="at line "+(this.line+1)+", column "+(this.column+1),e||(r=this.getSnippet(),r&&(o+=`: -`+r)),o};fW.exports=pR});var os=_((_xt,gW)=>{"use strict";var hW=uy(),D8e=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],P8e=["scalar","sequence","mapping"];function S8e(t){var e={};return t!==null&&Object.keys(t).forEach(function(r){t[r].forEach(function(o){e[String(o)]=r})}),e}function x8e(t,e){if(e=e||{},Object.keys(e).forEach(function(r){if(D8e.indexOf(r)===-1)throw new hW('Unknown option "'+r+'" is met in definition of "'+t+'" YAML type.')}),this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(r){return r},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.defaultStyle=e.defaultStyle||null,this.styleAliases=S8e(e.styleAliases||null),P8e.indexOf(this.kind)===-1)throw new hW('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}gW.exports=x8e});var Kg=_((Hxt,mW)=>{"use strict";var dW=Vg(),HD=uy(),b8e=os();function hR(t,e,r){var o=[];return t.include.forEach(function(a){r=hR(a,e,r)}),t[e].forEach(function(a){r.forEach(function(n,u){n.tag===a.tag&&n.kind===a.kind&&o.push(u)}),r.push(a)}),r.filter(function(a,n){return o.indexOf(n)===-1})}function k8e(){var t={scalar:{},sequence:{},mapping:{},fallback:{}},e,r;function o(a){t[a.kind][a.tag]=t.fallback[a.tag]=a}for(e=0,r=arguments.length;e{"use strict";var Q8e=os();yW.exports=new Q8e("tag:yaml.org,2002:str",{kind:"scalar",construct:function(t){return t!==null?t:""}})});var wW=_((qxt,CW)=>{"use strict";var F8e=os();CW.exports=new F8e("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(t){return t!==null?t:[]}})});var BW=_((Gxt,IW)=>{"use strict";var T8e=os();IW.exports=new T8e("tag:yaml.org,2002:map",{kind:"mapping",construct:function(t){return t!==null?t:{}}})});var jD=_((Yxt,vW)=>{"use strict";var R8e=Kg();vW.exports=new R8e({explicit:[EW(),wW(),BW()]})});var PW=_((Wxt,DW)=>{"use strict";var N8e=os();function L8e(t){if(t===null)return!0;var e=t.length;return e===1&&t==="~"||e===4&&(t==="null"||t==="Null"||t==="NULL")}function M8e(){return null}function O8e(t){return t===null}DW.exports=new N8e("tag:yaml.org,2002:null",{kind:"scalar",resolve:L8e,construct:M8e,predicate:O8e,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})});var xW=_((Vxt,SW)=>{"use strict";var U8e=os();function _8e(t){if(t===null)return!1;var e=t.length;return e===4&&(t==="true"||t==="True"||t==="TRUE")||e===5&&(t==="false"||t==="False"||t==="FALSE")}function H8e(t){return t==="true"||t==="True"||t==="TRUE"}function j8e(t){return Object.prototype.toString.call(t)==="[object Boolean]"}SW.exports=new U8e("tag:yaml.org,2002:bool",{kind:"scalar",resolve:_8e,construct:H8e,predicate:j8e,represent:{lowercase:function(t){return t?"true":"false"},uppercase:function(t){return t?"TRUE":"FALSE"},camelcase:function(t){return t?"True":"False"}},defaultStyle:"lowercase"})});var kW=_((Kxt,bW)=>{"use strict";var q8e=Vg(),G8e=os();function Y8e(t){return 48<=t&&t<=57||65<=t&&t<=70||97<=t&&t<=102}function W8e(t){return 48<=t&&t<=55}function V8e(t){return 48<=t&&t<=57}function K8e(t){if(t===null)return!1;var e=t.length,r=0,o=!1,a;if(!e)return!1;if(a=t[r],(a==="-"||a==="+")&&(a=t[++r]),a==="0"){if(r+1===e)return!0;if(a=t[++r],a==="b"){for(r++;r=0?"0b"+t.toString(2):"-0b"+t.toString(2).slice(1)},octal:function(t){return t>=0?"0"+t.toString(8):"-0"+t.toString(8).slice(1)},decimal:function(t){return t.toString(10)},hexadecimal:function(t){return t>=0?"0x"+t.toString(16).toUpperCase():"-0x"+t.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})});var TW=_((Jxt,FW)=>{"use strict";var QW=Vg(),X8e=os(),Z8e=new RegExp("^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function $8e(t){return!(t===null||!Z8e.test(t)||t[t.length-1]==="_")}function eHe(t){var e,r,o,a;return e=t.replace(/_/g,"").toLowerCase(),r=e[0]==="-"?-1:1,a=[],"+-".indexOf(e[0])>=0&&(e=e.slice(1)),e===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:e===".nan"?NaN:e.indexOf(":")>=0?(e.split(":").forEach(function(n){a.unshift(parseFloat(n,10))}),e=0,o=1,a.forEach(function(n){e+=n*o,o*=60}),r*e):r*parseFloat(e,10)}var tHe=/^[-+]?[0-9]+e/;function rHe(t,e){var r;if(isNaN(t))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===t)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===t)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(QW.isNegativeZero(t))return"-0.0";return r=t.toString(10),tHe.test(r)?r.replace("e",".e"):r}function nHe(t){return Object.prototype.toString.call(t)==="[object Number]"&&(t%1!==0||QW.isNegativeZero(t))}FW.exports=new X8e("tag:yaml.org,2002:float",{kind:"scalar",resolve:$8e,construct:eHe,predicate:nHe,represent:rHe,defaultStyle:"lowercase"})});var gR=_((zxt,RW)=>{"use strict";var iHe=Kg();RW.exports=new iHe({include:[jD()],implicit:[PW(),xW(),kW(),TW()]})});var dR=_((Xxt,NW)=>{"use strict";var sHe=Kg();NW.exports=new sHe({include:[gR()]})});var UW=_((Zxt,OW)=>{"use strict";var oHe=os(),LW=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),MW=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function aHe(t){return t===null?!1:LW.exec(t)!==null||MW.exec(t)!==null}function lHe(t){var e,r,o,a,n,u,A,p=0,h=null,E,I,v;if(e=LW.exec(t),e===null&&(e=MW.exec(t)),e===null)throw new Error("Date resolve error");if(r=+e[1],o=+e[2]-1,a=+e[3],!e[4])return new Date(Date.UTC(r,o,a));if(n=+e[4],u=+e[5],A=+e[6],e[7]){for(p=e[7].slice(0,3);p.length<3;)p+="0";p=+p}return e[9]&&(E=+e[10],I=+(e[11]||0),h=(E*60+I)*6e4,e[9]==="-"&&(h=-h)),v=new Date(Date.UTC(r,o,a,n,u,A,p)),h&&v.setTime(v.getTime()-h),v}function cHe(t){return t.toISOString()}OW.exports=new oHe("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:aHe,construct:lHe,instanceOf:Date,represent:cHe})});var HW=_(($xt,_W)=>{"use strict";var uHe=os();function AHe(t){return t==="<<"||t===null}_W.exports=new uHe("tag:yaml.org,2002:merge",{kind:"scalar",resolve:AHe})});var GW=_((ebt,qW)=>{"use strict";var Jg;try{jW=Be,Jg=jW("buffer").Buffer}catch{}var jW,fHe=os(),mR=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/= -\r`;function pHe(t){if(t===null)return!1;var e,r,o=0,a=t.length,n=mR;for(r=0;r64)){if(e<0)return!1;o+=6}return o%8===0}function hHe(t){var e,r,o=t.replace(/[\r\n=]/g,""),a=o.length,n=mR,u=0,A=[];for(e=0;e>16&255),A.push(u>>8&255),A.push(u&255)),u=u<<6|n.indexOf(o.charAt(e));return r=a%4*6,r===0?(A.push(u>>16&255),A.push(u>>8&255),A.push(u&255)):r===18?(A.push(u>>10&255),A.push(u>>2&255)):r===12&&A.push(u>>4&255),Jg?Jg.from?Jg.from(A):new Jg(A):A}function gHe(t){var e="",r=0,o,a,n=t.length,u=mR;for(o=0;o>18&63],e+=u[r>>12&63],e+=u[r>>6&63],e+=u[r&63]),r=(r<<8)+t[o];return a=n%3,a===0?(e+=u[r>>18&63],e+=u[r>>12&63],e+=u[r>>6&63],e+=u[r&63]):a===2?(e+=u[r>>10&63],e+=u[r>>4&63],e+=u[r<<2&63],e+=u[64]):a===1&&(e+=u[r>>2&63],e+=u[r<<4&63],e+=u[64],e+=u[64]),e}function dHe(t){return Jg&&Jg.isBuffer(t)}qW.exports=new fHe("tag:yaml.org,2002:binary",{kind:"scalar",resolve:pHe,construct:hHe,predicate:dHe,represent:gHe})});var WW=_((rbt,YW)=>{"use strict";var mHe=os(),yHe=Object.prototype.hasOwnProperty,EHe=Object.prototype.toString;function CHe(t){if(t===null)return!0;var e=[],r,o,a,n,u,A=t;for(r=0,o=A.length;r{"use strict";var IHe=os(),BHe=Object.prototype.toString;function vHe(t){if(t===null)return!0;var e,r,o,a,n,u=t;for(n=new Array(u.length),e=0,r=u.length;e{"use strict";var PHe=os(),SHe=Object.prototype.hasOwnProperty;function xHe(t){if(t===null)return!0;var e,r=t;for(e in r)if(SHe.call(r,e)&&r[e]!==null)return!1;return!0}function bHe(t){return t!==null?t:{}}JW.exports=new PHe("tag:yaml.org,2002:set",{kind:"mapping",resolve:xHe,construct:bHe})});var fy=_((sbt,XW)=>{"use strict";var kHe=Kg();XW.exports=new kHe({include:[dR()],implicit:[UW(),HW()],explicit:[GW(),WW(),KW(),zW()]})});var $W=_((obt,ZW)=>{"use strict";var QHe=os();function FHe(){return!0}function THe(){}function RHe(){return""}function NHe(t){return typeof t>"u"}ZW.exports=new QHe("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:FHe,construct:THe,predicate:NHe,represent:RHe})});var tV=_((abt,eV)=>{"use strict";var LHe=os();function MHe(t){if(t===null||t.length===0)return!1;var e=t,r=/\/([gim]*)$/.exec(t),o="";return!(e[0]==="/"&&(r&&(o=r[1]),o.length>3||e[e.length-o.length-1]!=="/"))}function OHe(t){var e=t,r=/\/([gim]*)$/.exec(t),o="";return e[0]==="/"&&(r&&(o=r[1]),e=e.slice(1,e.length-o.length-1)),new RegExp(e,o)}function UHe(t){var e="/"+t.source+"/";return t.global&&(e+="g"),t.multiline&&(e+="m"),t.ignoreCase&&(e+="i"),e}function _He(t){return Object.prototype.toString.call(t)==="[object RegExp]"}eV.exports=new LHe("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:MHe,construct:OHe,predicate:_He,represent:UHe})});var iV=_((lbt,nV)=>{"use strict";var qD;try{rV=Be,qD=rV("esprima")}catch{typeof window<"u"&&(qD=window.esprima)}var rV,HHe=os();function jHe(t){if(t===null)return!1;try{var e="("+t+")",r=qD.parse(e,{range:!0});return!(r.type!=="Program"||r.body.length!==1||r.body[0].type!=="ExpressionStatement"||r.body[0].expression.type!=="ArrowFunctionExpression"&&r.body[0].expression.type!=="FunctionExpression")}catch{return!1}}function qHe(t){var e="("+t+")",r=qD.parse(e,{range:!0}),o=[],a;if(r.type!=="Program"||r.body.length!==1||r.body[0].type!=="ExpressionStatement"||r.body[0].expression.type!=="ArrowFunctionExpression"&&r.body[0].expression.type!=="FunctionExpression")throw new Error("Failed to resolve function");return r.body[0].expression.params.forEach(function(n){o.push(n.name)}),a=r.body[0].expression.body.range,r.body[0].expression.body.type==="BlockStatement"?new Function(o,e.slice(a[0]+1,a[1]-1)):new Function(o,"return "+e.slice(a[0],a[1]))}function GHe(t){return t.toString()}function YHe(t){return Object.prototype.toString.call(t)==="[object Function]"}nV.exports=new HHe("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:jHe,construct:qHe,predicate:YHe,represent:GHe})});var zw=_((ubt,oV)=>{"use strict";var sV=Kg();oV.exports=sV.DEFAULT=new sV({include:[fy()],explicit:[$W(),tV(),iV()]})});var DV=_((Abt,Xw)=>{"use strict";var mf=Vg(),pV=uy(),WHe=pW(),hV=fy(),VHe=zw(),Gp=Object.prototype.hasOwnProperty,GD=1,gV=2,dV=3,YD=4,yR=1,KHe=2,aV=3,JHe=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,zHe=/[\x85\u2028\u2029]/,XHe=/[,\[\]\{\}]/,mV=/^(?:!|!!|![a-z\-]+!)$/i,yV=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function lV(t){return Object.prototype.toString.call(t)}function Hu(t){return t===10||t===13}function Xg(t){return t===9||t===32}function Ia(t){return t===9||t===32||t===10||t===13}function py(t){return t===44||t===91||t===93||t===123||t===125}function ZHe(t){var e;return 48<=t&&t<=57?t-48:(e=t|32,97<=e&&e<=102?e-97+10:-1)}function $He(t){return t===120?2:t===117?4:t===85?8:0}function e6e(t){return 48<=t&&t<=57?t-48:-1}function cV(t){return t===48?"\0":t===97?"\x07":t===98?"\b":t===116||t===9?" ":t===110?` -`:t===118?"\v":t===102?"\f":t===114?"\r":t===101?"\x1B":t===32?" ":t===34?'"':t===47?"/":t===92?"\\":t===78?"\x85":t===95?"\xA0":t===76?"\u2028":t===80?"\u2029":""}function t6e(t){return t<=65535?String.fromCharCode(t):String.fromCharCode((t-65536>>10)+55296,(t-65536&1023)+56320)}var EV=new Array(256),CV=new Array(256);for(zg=0;zg<256;zg++)EV[zg]=cV(zg)?1:0,CV[zg]=cV(zg);var zg;function r6e(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||VHe,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function wV(t,e){return new pV(e,new WHe(t.filename,t.input,t.position,t.line,t.position-t.lineStart))}function Sr(t,e){throw wV(t,e)}function WD(t,e){t.onWarning&&t.onWarning.call(null,wV(t,e))}var uV={YAML:function(e,r,o){var a,n,u;e.version!==null&&Sr(e,"duplication of %YAML directive"),o.length!==1&&Sr(e,"YAML directive accepts exactly one argument"),a=/^([0-9]+)\.([0-9]+)$/.exec(o[0]),a===null&&Sr(e,"ill-formed argument of the YAML directive"),n=parseInt(a[1],10),u=parseInt(a[2],10),n!==1&&Sr(e,"unacceptable YAML version of the document"),e.version=o[0],e.checkLineBreaks=u<2,u!==1&&u!==2&&WD(e,"unsupported YAML version of the document")},TAG:function(e,r,o){var a,n;o.length!==2&&Sr(e,"TAG directive accepts exactly two arguments"),a=o[0],n=o[1],mV.test(a)||Sr(e,"ill-formed tag handle (first argument) of the TAG directive"),Gp.call(e.tagMap,a)&&Sr(e,'there is a previously declared suffix for "'+a+'" tag handle'),yV.test(n)||Sr(e,"ill-formed tag prefix (second argument) of the TAG directive"),e.tagMap[a]=n}};function qp(t,e,r,o){var a,n,u,A;if(e1&&(t.result+=mf.repeat(` -`,e-1))}function n6e(t,e,r){var o,a,n,u,A,p,h,E,I=t.kind,v=t.result,b;if(b=t.input.charCodeAt(t.position),Ia(b)||py(b)||b===35||b===38||b===42||b===33||b===124||b===62||b===39||b===34||b===37||b===64||b===96||(b===63||b===45)&&(a=t.input.charCodeAt(t.position+1),Ia(a)||r&&py(a)))return!1;for(t.kind="scalar",t.result="",n=u=t.position,A=!1;b!==0;){if(b===58){if(a=t.input.charCodeAt(t.position+1),Ia(a)||r&&py(a))break}else if(b===35){if(o=t.input.charCodeAt(t.position-1),Ia(o))break}else{if(t.position===t.lineStart&&VD(t)||r&&py(b))break;if(Hu(b))if(p=t.line,h=t.lineStart,E=t.lineIndent,Wi(t,!1,-1),t.lineIndent>=e){A=!0,b=t.input.charCodeAt(t.position);continue}else{t.position=u,t.line=p,t.lineStart=h,t.lineIndent=E;break}}A&&(qp(t,n,u,!1),CR(t,t.line-p),n=u=t.position,A=!1),Xg(b)||(u=t.position+1),b=t.input.charCodeAt(++t.position)}return qp(t,n,u,!1),t.result?!0:(t.kind=I,t.result=v,!1)}function i6e(t,e){var r,o,a;if(r=t.input.charCodeAt(t.position),r!==39)return!1;for(t.kind="scalar",t.result="",t.position++,o=a=t.position;(r=t.input.charCodeAt(t.position))!==0;)if(r===39)if(qp(t,o,t.position,!0),r=t.input.charCodeAt(++t.position),r===39)o=t.position,t.position++,a=t.position;else return!0;else Hu(r)?(qp(t,o,a,!0),CR(t,Wi(t,!1,e)),o=a=t.position):t.position===t.lineStart&&VD(t)?Sr(t,"unexpected end of the document within a single quoted scalar"):(t.position++,a=t.position);Sr(t,"unexpected end of the stream within a single quoted scalar")}function s6e(t,e){var r,o,a,n,u,A;if(A=t.input.charCodeAt(t.position),A!==34)return!1;for(t.kind="scalar",t.result="",t.position++,r=o=t.position;(A=t.input.charCodeAt(t.position))!==0;){if(A===34)return qp(t,r,t.position,!0),t.position++,!0;if(A===92){if(qp(t,r,t.position,!0),A=t.input.charCodeAt(++t.position),Hu(A))Wi(t,!1,e);else if(A<256&&EV[A])t.result+=CV[A],t.position++;else if((u=$He(A))>0){for(a=u,n=0;a>0;a--)A=t.input.charCodeAt(++t.position),(u=ZHe(A))>=0?n=(n<<4)+u:Sr(t,"expected hexadecimal character");t.result+=t6e(n),t.position++}else Sr(t,"unknown escape sequence");r=o=t.position}else Hu(A)?(qp(t,r,o,!0),CR(t,Wi(t,!1,e)),r=o=t.position):t.position===t.lineStart&&VD(t)?Sr(t,"unexpected end of the document within a double quoted scalar"):(t.position++,o=t.position)}Sr(t,"unexpected end of the stream within a double quoted scalar")}function o6e(t,e){var r=!0,o,a=t.tag,n,u=t.anchor,A,p,h,E,I,v={},b,C,T,L;if(L=t.input.charCodeAt(t.position),L===91)p=93,I=!1,n=[];else if(L===123)p=125,I=!0,n={};else return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=n),L=t.input.charCodeAt(++t.position);L!==0;){if(Wi(t,!0,e),L=t.input.charCodeAt(t.position),L===p)return t.position++,t.tag=a,t.anchor=u,t.kind=I?"mapping":"sequence",t.result=n,!0;r||Sr(t,"missed comma between flow collection entries"),C=b=T=null,h=E=!1,L===63&&(A=t.input.charCodeAt(t.position+1),Ia(A)&&(h=E=!0,t.position++,Wi(t,!0,e))),o=t.line,gy(t,e,GD,!1,!0),C=t.tag,b=t.result,Wi(t,!0,e),L=t.input.charCodeAt(t.position),(E||t.line===o)&&L===58&&(h=!0,L=t.input.charCodeAt(++t.position),Wi(t,!0,e),gy(t,e,GD,!1,!0),T=t.result),I?hy(t,n,v,C,b,T):h?n.push(hy(t,null,v,C,b,T)):n.push(b),Wi(t,!0,e),L=t.input.charCodeAt(t.position),L===44?(r=!0,L=t.input.charCodeAt(++t.position)):r=!1}Sr(t,"unexpected end of the stream within a flow collection")}function a6e(t,e){var r,o,a=yR,n=!1,u=!1,A=e,p=0,h=!1,E,I;if(I=t.input.charCodeAt(t.position),I===124)o=!1;else if(I===62)o=!0;else return!1;for(t.kind="scalar",t.result="";I!==0;)if(I=t.input.charCodeAt(++t.position),I===43||I===45)yR===a?a=I===43?aV:KHe:Sr(t,"repeat of a chomping mode identifier");else if((E=e6e(I))>=0)E===0?Sr(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):u?Sr(t,"repeat of an indentation width identifier"):(A=e+E-1,u=!0);else break;if(Xg(I)){do I=t.input.charCodeAt(++t.position);while(Xg(I));if(I===35)do I=t.input.charCodeAt(++t.position);while(!Hu(I)&&I!==0)}for(;I!==0;){for(ER(t),t.lineIndent=0,I=t.input.charCodeAt(t.position);(!u||t.lineIndentA&&(A=t.lineIndent),Hu(I)){p++;continue}if(t.lineIndente)&&p!==0)Sr(t,"bad indentation of a sequence entry");else if(t.lineIndente)&&(gy(t,e,YD,!0,a)&&(C?v=t.result:b=t.result),C||(hy(t,h,E,I,v,b,n,u),I=v=b=null),Wi(t,!0,-1),L=t.input.charCodeAt(t.position)),t.lineIndent>e&&L!==0)Sr(t,"bad indentation of a mapping entry");else if(t.lineIndente?p=1:t.lineIndent===e?p=0:t.lineIndente?p=1:t.lineIndent===e?p=0:t.lineIndent tag; it should be "scalar", not "'+t.kind+'"'),I=0,v=t.implicitTypes.length;I tag; it should be "'+b.kind+'", not "'+t.kind+'"'),b.resolve(t.result)?(t.result=b.construct(t.result),t.anchor!==null&&(t.anchorMap[t.anchor]=t.result)):Sr(t,"cannot resolve a node with !<"+t.tag+"> explicit tag")):Sr(t,"unknown tag !<"+t.tag+">");return t.listener!==null&&t.listener("close",t),t.tag!==null||t.anchor!==null||E}function f6e(t){var e=t.position,r,o,a,n=!1,u;for(t.version=null,t.checkLineBreaks=t.legacy,t.tagMap={},t.anchorMap={};(u=t.input.charCodeAt(t.position))!==0&&(Wi(t,!0,-1),u=t.input.charCodeAt(t.position),!(t.lineIndent>0||u!==37));){for(n=!0,u=t.input.charCodeAt(++t.position),r=t.position;u!==0&&!Ia(u);)u=t.input.charCodeAt(++t.position);for(o=t.input.slice(r,t.position),a=[],o.length<1&&Sr(t,"directive name must not be less than one character in length");u!==0;){for(;Xg(u);)u=t.input.charCodeAt(++t.position);if(u===35){do u=t.input.charCodeAt(++t.position);while(u!==0&&!Hu(u));break}if(Hu(u))break;for(r=t.position;u!==0&&!Ia(u);)u=t.input.charCodeAt(++t.position);a.push(t.input.slice(r,t.position))}u!==0&&ER(t),Gp.call(uV,o)?uV[o](t,o,a):WD(t,'unknown document directive "'+o+'"')}if(Wi(t,!0,-1),t.lineIndent===0&&t.input.charCodeAt(t.position)===45&&t.input.charCodeAt(t.position+1)===45&&t.input.charCodeAt(t.position+2)===45?(t.position+=3,Wi(t,!0,-1)):n&&Sr(t,"directives end mark is expected"),gy(t,t.lineIndent-1,YD,!1,!0),Wi(t,!0,-1),t.checkLineBreaks&&zHe.test(t.input.slice(e,t.position))&&WD(t,"non-ASCII line breaks are interpreted as content"),t.documents.push(t.result),t.position===t.lineStart&&VD(t)){t.input.charCodeAt(t.position)===46&&(t.position+=3,Wi(t,!0,-1));return}if(t.position"u"&&(r=e,e=null);var o=IV(t,r);if(typeof e!="function")return o;for(var a=0,n=o.length;a"u"&&(r=e,e=null),BV(t,e,mf.extend({schema:hV},r))}function h6e(t,e){return vV(t,mf.extend({schema:hV},e))}Xw.exports.loadAll=BV;Xw.exports.load=vV;Xw.exports.safeLoadAll=p6e;Xw.exports.safeLoad=h6e});var KV=_((fbt,vR)=>{"use strict";var $w=Vg(),eI=uy(),g6e=zw(),d6e=fy(),TV=Object.prototype.toString,RV=Object.prototype.hasOwnProperty,m6e=9,Zw=10,y6e=13,E6e=32,C6e=33,w6e=34,NV=35,I6e=37,B6e=38,v6e=39,D6e=42,LV=44,P6e=45,MV=58,S6e=61,x6e=62,b6e=63,k6e=64,OV=91,UV=93,Q6e=96,_V=123,F6e=124,HV=125,vo={};vo[0]="\\0";vo[7]="\\a";vo[8]="\\b";vo[9]="\\t";vo[10]="\\n";vo[11]="\\v";vo[12]="\\f";vo[13]="\\r";vo[27]="\\e";vo[34]='\\"';vo[92]="\\\\";vo[133]="\\N";vo[160]="\\_";vo[8232]="\\L";vo[8233]="\\P";var T6e=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function R6e(t,e){var r,o,a,n,u,A,p;if(e===null)return{};for(r={},o=Object.keys(e),a=0,n=o.length;ar/2-1){n=" ... ",u-=5;break}return A=this.buffer.slice(a,u),cW.repeat(" ",e)+o+A+n+` +`+cW.repeat(" ",e+this.position-a+o.length)+"^"};AT.prototype.toString=function(e){var r,o="";return this.name&&(o+='in "'+this.name+'" '),o+="at line "+(this.line+1)+", column "+(this.column+1),e||(r=this.getSnippet(),r&&(o+=`: +`+r)),o};uW.exports=AT});var os=_((Ubt,pW)=>{"use strict";var fW=Ay(),C8e=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],w8e=["scalar","sequence","mapping"];function I8e(t){var e={};return t!==null&&Object.keys(t).forEach(function(r){t[r].forEach(function(o){e[String(o)]=r})}),e}function B8e(t,e){if(e=e||{},Object.keys(e).forEach(function(r){if(C8e.indexOf(r)===-1)throw new fW('Unknown option "'+r+'" is met in definition of "'+t+'" YAML type.')}),this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(r){return r},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.defaultStyle=e.defaultStyle||null,this.styleAliases=I8e(e.styleAliases||null),w8e.indexOf(this.kind)===-1)throw new fW('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}pW.exports=B8e});var Jg=_((_bt,gW)=>{"use strict";var hW=Vg(),_D=Ay(),v8e=os();function fT(t,e,r){var o=[];return t.include.forEach(function(a){r=fT(a,e,r)}),t[e].forEach(function(a){r.forEach(function(n,u){n.tag===a.tag&&n.kind===a.kind&&o.push(u)}),r.push(a)}),r.filter(function(a,n){return o.indexOf(n)===-1})}function D8e(){var t={scalar:{},sequence:{},mapping:{},fallback:{}},e,r;function o(a){t[a.kind][a.tag]=t.fallback[a.tag]=a}for(e=0,r=arguments.length;e{"use strict";var S8e=os();dW.exports=new S8e("tag:yaml.org,2002:str",{kind:"scalar",construct:function(t){return t!==null?t:""}})});var EW=_((jbt,yW)=>{"use strict";var P8e=os();yW.exports=new P8e("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(t){return t!==null?t:[]}})});var wW=_((Gbt,CW)=>{"use strict";var b8e=os();CW.exports=new b8e("tag:yaml.org,2002:map",{kind:"mapping",construct:function(t){return t!==null?t:{}}})});var HD=_((qbt,IW)=>{"use strict";var x8e=Jg();IW.exports=new x8e({explicit:[mW(),EW(),wW()]})});var vW=_((Ybt,BW)=>{"use strict";var k8e=os();function Q8e(t){if(t===null)return!0;var e=t.length;return e===1&&t==="~"||e===4&&(t==="null"||t==="Null"||t==="NULL")}function F8e(){return null}function R8e(t){return t===null}BW.exports=new k8e("tag:yaml.org,2002:null",{kind:"scalar",resolve:Q8e,construct:F8e,predicate:R8e,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})});var SW=_((Wbt,DW)=>{"use strict";var T8e=os();function N8e(t){if(t===null)return!1;var e=t.length;return e===4&&(t==="true"||t==="True"||t==="TRUE")||e===5&&(t==="false"||t==="False"||t==="FALSE")}function L8e(t){return t==="true"||t==="True"||t==="TRUE"}function O8e(t){return Object.prototype.toString.call(t)==="[object Boolean]"}DW.exports=new T8e("tag:yaml.org,2002:bool",{kind:"scalar",resolve:N8e,construct:L8e,predicate:O8e,represent:{lowercase:function(t){return t?"true":"false"},uppercase:function(t){return t?"TRUE":"FALSE"},camelcase:function(t){return t?"True":"False"}},defaultStyle:"lowercase"})});var bW=_((Kbt,PW)=>{"use strict";var M8e=Vg(),U8e=os();function _8e(t){return 48<=t&&t<=57||65<=t&&t<=70||97<=t&&t<=102}function H8e(t){return 48<=t&&t<=55}function j8e(t){return 48<=t&&t<=57}function G8e(t){if(t===null)return!1;var e=t.length,r=0,o=!1,a;if(!e)return!1;if(a=t[r],(a==="-"||a==="+")&&(a=t[++r]),a==="0"){if(r+1===e)return!0;if(a=t[++r],a==="b"){for(r++;r=0?"0b"+t.toString(2):"-0b"+t.toString(2).slice(1)},octal:function(t){return t>=0?"0"+t.toString(8):"-0"+t.toString(8).slice(1)},decimal:function(t){return t.toString(10)},hexadecimal:function(t){return t>=0?"0x"+t.toString(16).toUpperCase():"-0x"+t.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})});var QW=_((Vbt,kW)=>{"use strict";var xW=Vg(),W8e=os(),K8e=new RegExp("^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function V8e(t){return!(t===null||!K8e.test(t)||t[t.length-1]==="_")}function J8e(t){var e,r,o,a;return e=t.replace(/_/g,"").toLowerCase(),r=e[0]==="-"?-1:1,a=[],"+-".indexOf(e[0])>=0&&(e=e.slice(1)),e===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:e===".nan"?NaN:e.indexOf(":")>=0?(e.split(":").forEach(function(n){a.unshift(parseFloat(n,10))}),e=0,o=1,a.forEach(function(n){e+=n*o,o*=60}),r*e):r*parseFloat(e,10)}var z8e=/^[-+]?[0-9]+e/;function X8e(t,e){var r;if(isNaN(t))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===t)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===t)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(xW.isNegativeZero(t))return"-0.0";return r=t.toString(10),z8e.test(r)?r.replace("e",".e"):r}function Z8e(t){return Object.prototype.toString.call(t)==="[object Number]"&&(t%1!==0||xW.isNegativeZero(t))}kW.exports=new W8e("tag:yaml.org,2002:float",{kind:"scalar",resolve:V8e,construct:J8e,predicate:Z8e,represent:X8e,defaultStyle:"lowercase"})});var pT=_((Jbt,FW)=>{"use strict";var $8e=Jg();FW.exports=new $8e({include:[HD()],implicit:[vW(),SW(),bW(),QW()]})});var hT=_((zbt,RW)=>{"use strict";var eHe=Jg();RW.exports=new eHe({include:[pT()]})});var OW=_((Xbt,LW)=>{"use strict";var tHe=os(),TW=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),NW=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function rHe(t){return t===null?!1:TW.exec(t)!==null||NW.exec(t)!==null}function nHe(t){var e,r,o,a,n,u,A,p=0,h=null,E,I,v;if(e=TW.exec(t),e===null&&(e=NW.exec(t)),e===null)throw new Error("Date resolve error");if(r=+e[1],o=+e[2]-1,a=+e[3],!e[4])return new Date(Date.UTC(r,o,a));if(n=+e[4],u=+e[5],A=+e[6],e[7]){for(p=e[7].slice(0,3);p.length<3;)p+="0";p=+p}return e[9]&&(E=+e[10],I=+(e[11]||0),h=(E*60+I)*6e4,e[9]==="-"&&(h=-h)),v=new Date(Date.UTC(r,o,a,n,u,A,p)),h&&v.setTime(v.getTime()-h),v}function iHe(t){return t.toISOString()}LW.exports=new tHe("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:rHe,construct:nHe,instanceOf:Date,represent:iHe})});var UW=_((Zbt,MW)=>{"use strict";var sHe=os();function oHe(t){return t==="<<"||t===null}MW.exports=new sHe("tag:yaml.org,2002:merge",{kind:"scalar",resolve:oHe})});var jW=_(($bt,HW)=>{"use strict";var zg;try{_W=ve,zg=_W("buffer").Buffer}catch{}var _W,aHe=os(),gT=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/= +\r`;function lHe(t){if(t===null)return!1;var e,r,o=0,a=t.length,n=gT;for(r=0;r64)){if(e<0)return!1;o+=6}return o%8===0}function cHe(t){var e,r,o=t.replace(/[\r\n=]/g,""),a=o.length,n=gT,u=0,A=[];for(e=0;e>16&255),A.push(u>>8&255),A.push(u&255)),u=u<<6|n.indexOf(o.charAt(e));return r=a%4*6,r===0?(A.push(u>>16&255),A.push(u>>8&255),A.push(u&255)):r===18?(A.push(u>>10&255),A.push(u>>2&255)):r===12&&A.push(u>>4&255),zg?zg.from?zg.from(A):new zg(A):A}function uHe(t){var e="",r=0,o,a,n=t.length,u=gT;for(o=0;o>18&63],e+=u[r>>12&63],e+=u[r>>6&63],e+=u[r&63]),r=(r<<8)+t[o];return a=n%3,a===0?(e+=u[r>>18&63],e+=u[r>>12&63],e+=u[r>>6&63],e+=u[r&63]):a===2?(e+=u[r>>10&63],e+=u[r>>4&63],e+=u[r<<2&63],e+=u[64]):a===1&&(e+=u[r>>2&63],e+=u[r<<4&63],e+=u[64],e+=u[64]),e}function AHe(t){return zg&&zg.isBuffer(t)}HW.exports=new aHe("tag:yaml.org,2002:binary",{kind:"scalar",resolve:lHe,construct:cHe,predicate:AHe,represent:uHe})});var qW=_((txt,GW)=>{"use strict";var fHe=os(),pHe=Object.prototype.hasOwnProperty,hHe=Object.prototype.toString;function gHe(t){if(t===null)return!0;var e=[],r,o,a,n,u,A=t;for(r=0,o=A.length;r{"use strict";var mHe=os(),yHe=Object.prototype.toString;function EHe(t){if(t===null)return!0;var e,r,o,a,n,u=t;for(n=new Array(u.length),e=0,r=u.length;e{"use strict";var wHe=os(),IHe=Object.prototype.hasOwnProperty;function BHe(t){if(t===null)return!0;var e,r=t;for(e in r)if(IHe.call(r,e)&&r[e]!==null)return!1;return!0}function vHe(t){return t!==null?t:{}}KW.exports=new wHe("tag:yaml.org,2002:set",{kind:"mapping",resolve:BHe,construct:vHe})});var py=_((ixt,JW)=>{"use strict";var DHe=Jg();JW.exports=new DHe({include:[hT()],implicit:[OW(),UW()],explicit:[jW(),qW(),WW(),VW()]})});var XW=_((sxt,zW)=>{"use strict";var SHe=os();function PHe(){return!0}function bHe(){}function xHe(){return""}function kHe(t){return typeof t>"u"}zW.exports=new SHe("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:PHe,construct:bHe,predicate:kHe,represent:xHe})});var $W=_((oxt,ZW)=>{"use strict";var QHe=os();function FHe(t){if(t===null||t.length===0)return!1;var e=t,r=/\/([gim]*)$/.exec(t),o="";return!(e[0]==="/"&&(r&&(o=r[1]),o.length>3||e[e.length-o.length-1]!=="/"))}function RHe(t){var e=t,r=/\/([gim]*)$/.exec(t),o="";return e[0]==="/"&&(r&&(o=r[1]),e=e.slice(1,e.length-o.length-1)),new RegExp(e,o)}function THe(t){var e="/"+t.source+"/";return t.global&&(e+="g"),t.multiline&&(e+="m"),t.ignoreCase&&(e+="i"),e}function NHe(t){return Object.prototype.toString.call(t)==="[object RegExp]"}ZW.exports=new QHe("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:FHe,construct:RHe,predicate:NHe,represent:THe})});var rK=_((axt,tK)=>{"use strict";var jD;try{eK=ve,jD=eK("esprima")}catch{typeof window<"u"&&(jD=window.esprima)}var eK,LHe=os();function OHe(t){if(t===null)return!1;try{var e="("+t+")",r=jD.parse(e,{range:!0});return!(r.type!=="Program"||r.body.length!==1||r.body[0].type!=="ExpressionStatement"||r.body[0].expression.type!=="ArrowFunctionExpression"&&r.body[0].expression.type!=="FunctionExpression")}catch{return!1}}function MHe(t){var e="("+t+")",r=jD.parse(e,{range:!0}),o=[],a;if(r.type!=="Program"||r.body.length!==1||r.body[0].type!=="ExpressionStatement"||r.body[0].expression.type!=="ArrowFunctionExpression"&&r.body[0].expression.type!=="FunctionExpression")throw new Error("Failed to resolve function");return r.body[0].expression.params.forEach(function(n){o.push(n.name)}),a=r.body[0].expression.body.range,r.body[0].expression.body.type==="BlockStatement"?new Function(o,e.slice(a[0]+1,a[1]-1)):new Function(o,"return "+e.slice(a[0],a[1]))}function UHe(t){return t.toString()}function _He(t){return Object.prototype.toString.call(t)==="[object Function]"}tK.exports=new LHe("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:OHe,construct:MHe,predicate:_He,represent:UHe})});var Xw=_((cxt,iK)=>{"use strict";var nK=Jg();iK.exports=nK.DEFAULT=new nK({include:[py()],explicit:[XW(),$W(),rK()]})});var BK=_((uxt,Zw)=>{"use strict";var yf=Vg(),AK=Ay(),HHe=AW(),fK=py(),jHe=Xw(),Yp=Object.prototype.hasOwnProperty,GD=1,pK=2,hK=3,qD=4,dT=1,GHe=2,sK=3,qHe=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,YHe=/[\x85\u2028\u2029]/,WHe=/[,\[\]\{\}]/,gK=/^(?:!|!!|![a-z\-]+!)$/i,dK=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function oK(t){return Object.prototype.toString.call(t)}function Hu(t){return t===10||t===13}function Zg(t){return t===9||t===32}function Ia(t){return t===9||t===32||t===10||t===13}function hy(t){return t===44||t===91||t===93||t===123||t===125}function KHe(t){var e;return 48<=t&&t<=57?t-48:(e=t|32,97<=e&&e<=102?e-97+10:-1)}function VHe(t){return t===120?2:t===117?4:t===85?8:0}function JHe(t){return 48<=t&&t<=57?t-48:-1}function aK(t){return t===48?"\0":t===97?"\x07":t===98?"\b":t===116||t===9?" ":t===110?` +`:t===118?"\v":t===102?"\f":t===114?"\r":t===101?"\x1B":t===32?" ":t===34?'"':t===47?"/":t===92?"\\":t===78?"\x85":t===95?"\xA0":t===76?"\u2028":t===80?"\u2029":""}function zHe(t){return t<=65535?String.fromCharCode(t):String.fromCharCode((t-65536>>10)+55296,(t-65536&1023)+56320)}var mK=new Array(256),yK=new Array(256);for(Xg=0;Xg<256;Xg++)mK[Xg]=aK(Xg)?1:0,yK[Xg]=aK(Xg);var Xg;function XHe(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||jHe,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function EK(t,e){return new AK(e,new HHe(t.filename,t.input,t.position,t.line,t.position-t.lineStart))}function Pr(t,e){throw EK(t,e)}function YD(t,e){t.onWarning&&t.onWarning.call(null,EK(t,e))}var lK={YAML:function(e,r,o){var a,n,u;e.version!==null&&Pr(e,"duplication of %YAML directive"),o.length!==1&&Pr(e,"YAML directive accepts exactly one argument"),a=/^([0-9]+)\.([0-9]+)$/.exec(o[0]),a===null&&Pr(e,"ill-formed argument of the YAML directive"),n=parseInt(a[1],10),u=parseInt(a[2],10),n!==1&&Pr(e,"unacceptable YAML version of the document"),e.version=o[0],e.checkLineBreaks=u<2,u!==1&&u!==2&&YD(e,"unsupported YAML version of the document")},TAG:function(e,r,o){var a,n;o.length!==2&&Pr(e,"TAG directive accepts exactly two arguments"),a=o[0],n=o[1],gK.test(a)||Pr(e,"ill-formed tag handle (first argument) of the TAG directive"),Yp.call(e.tagMap,a)&&Pr(e,'there is a previously declared suffix for "'+a+'" tag handle'),dK.test(n)||Pr(e,"ill-formed tag prefix (second argument) of the TAG directive"),e.tagMap[a]=n}};function qp(t,e,r,o){var a,n,u,A;if(e1&&(t.result+=yf.repeat(` +`,e-1))}function ZHe(t,e,r){var o,a,n,u,A,p,h,E,I=t.kind,v=t.result,x;if(x=t.input.charCodeAt(t.position),Ia(x)||hy(x)||x===35||x===38||x===42||x===33||x===124||x===62||x===39||x===34||x===37||x===64||x===96||(x===63||x===45)&&(a=t.input.charCodeAt(t.position+1),Ia(a)||r&&hy(a)))return!1;for(t.kind="scalar",t.result="",n=u=t.position,A=!1;x!==0;){if(x===58){if(a=t.input.charCodeAt(t.position+1),Ia(a)||r&&hy(a))break}else if(x===35){if(o=t.input.charCodeAt(t.position-1),Ia(o))break}else{if(t.position===t.lineStart&&WD(t)||r&&hy(x))break;if(Hu(x))if(p=t.line,h=t.lineStart,E=t.lineIndent,Wi(t,!1,-1),t.lineIndent>=e){A=!0,x=t.input.charCodeAt(t.position);continue}else{t.position=u,t.line=p,t.lineStart=h,t.lineIndent=E;break}}A&&(qp(t,n,u,!1),yT(t,t.line-p),n=u=t.position,A=!1),Zg(x)||(u=t.position+1),x=t.input.charCodeAt(++t.position)}return qp(t,n,u,!1),t.result?!0:(t.kind=I,t.result=v,!1)}function $He(t,e){var r,o,a;if(r=t.input.charCodeAt(t.position),r!==39)return!1;for(t.kind="scalar",t.result="",t.position++,o=a=t.position;(r=t.input.charCodeAt(t.position))!==0;)if(r===39)if(qp(t,o,t.position,!0),r=t.input.charCodeAt(++t.position),r===39)o=t.position,t.position++,a=t.position;else return!0;else Hu(r)?(qp(t,o,a,!0),yT(t,Wi(t,!1,e)),o=a=t.position):t.position===t.lineStart&&WD(t)?Pr(t,"unexpected end of the document within a single quoted scalar"):(t.position++,a=t.position);Pr(t,"unexpected end of the stream within a single quoted scalar")}function e6e(t,e){var r,o,a,n,u,A;if(A=t.input.charCodeAt(t.position),A!==34)return!1;for(t.kind="scalar",t.result="",t.position++,r=o=t.position;(A=t.input.charCodeAt(t.position))!==0;){if(A===34)return qp(t,r,t.position,!0),t.position++,!0;if(A===92){if(qp(t,r,t.position,!0),A=t.input.charCodeAt(++t.position),Hu(A))Wi(t,!1,e);else if(A<256&&mK[A])t.result+=yK[A],t.position++;else if((u=VHe(A))>0){for(a=u,n=0;a>0;a--)A=t.input.charCodeAt(++t.position),(u=KHe(A))>=0?n=(n<<4)+u:Pr(t,"expected hexadecimal character");t.result+=zHe(n),t.position++}else Pr(t,"unknown escape sequence");r=o=t.position}else Hu(A)?(qp(t,r,o,!0),yT(t,Wi(t,!1,e)),r=o=t.position):t.position===t.lineStart&&WD(t)?Pr(t,"unexpected end of the document within a double quoted scalar"):(t.position++,o=t.position)}Pr(t,"unexpected end of the stream within a double quoted scalar")}function t6e(t,e){var r=!0,o,a=t.tag,n,u=t.anchor,A,p,h,E,I,v={},x,C,R,L;if(L=t.input.charCodeAt(t.position),L===91)p=93,I=!1,n=[];else if(L===123)p=125,I=!0,n={};else return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=n),L=t.input.charCodeAt(++t.position);L!==0;){if(Wi(t,!0,e),L=t.input.charCodeAt(t.position),L===p)return t.position++,t.tag=a,t.anchor=u,t.kind=I?"mapping":"sequence",t.result=n,!0;r||Pr(t,"missed comma between flow collection entries"),C=x=R=null,h=E=!1,L===63&&(A=t.input.charCodeAt(t.position+1),Ia(A)&&(h=E=!0,t.position++,Wi(t,!0,e))),o=t.line,dy(t,e,GD,!1,!0),C=t.tag,x=t.result,Wi(t,!0,e),L=t.input.charCodeAt(t.position),(E||t.line===o)&&L===58&&(h=!0,L=t.input.charCodeAt(++t.position),Wi(t,!0,e),dy(t,e,GD,!1,!0),R=t.result),I?gy(t,n,v,C,x,R):h?n.push(gy(t,null,v,C,x,R)):n.push(x),Wi(t,!0,e),L=t.input.charCodeAt(t.position),L===44?(r=!0,L=t.input.charCodeAt(++t.position)):r=!1}Pr(t,"unexpected end of the stream within a flow collection")}function r6e(t,e){var r,o,a=dT,n=!1,u=!1,A=e,p=0,h=!1,E,I;if(I=t.input.charCodeAt(t.position),I===124)o=!1;else if(I===62)o=!0;else return!1;for(t.kind="scalar",t.result="";I!==0;)if(I=t.input.charCodeAt(++t.position),I===43||I===45)dT===a?a=I===43?sK:GHe:Pr(t,"repeat of a chomping mode identifier");else if((E=JHe(I))>=0)E===0?Pr(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):u?Pr(t,"repeat of an indentation width identifier"):(A=e+E-1,u=!0);else break;if(Zg(I)){do I=t.input.charCodeAt(++t.position);while(Zg(I));if(I===35)do I=t.input.charCodeAt(++t.position);while(!Hu(I)&&I!==0)}for(;I!==0;){for(mT(t),t.lineIndent=0,I=t.input.charCodeAt(t.position);(!u||t.lineIndentA&&(A=t.lineIndent),Hu(I)){p++;continue}if(t.lineIndente)&&p!==0)Pr(t,"bad indentation of a sequence entry");else if(t.lineIndente)&&(dy(t,e,qD,!0,a)&&(C?v=t.result:x=t.result),C||(gy(t,h,E,I,v,x,n,u),I=v=x=null),Wi(t,!0,-1),L=t.input.charCodeAt(t.position)),t.lineIndent>e&&L!==0)Pr(t,"bad indentation of a mapping entry");else if(t.lineIndente?p=1:t.lineIndent===e?p=0:t.lineIndente?p=1:t.lineIndent===e?p=0:t.lineIndent tag; it should be "scalar", not "'+t.kind+'"'),I=0,v=t.implicitTypes.length;I tag; it should be "'+x.kind+'", not "'+t.kind+'"'),x.resolve(t.result)?(t.result=x.construct(t.result),t.anchor!==null&&(t.anchorMap[t.anchor]=t.result)):Pr(t,"cannot resolve a node with !<"+t.tag+"> explicit tag")):Pr(t,"unknown tag !<"+t.tag+">");return t.listener!==null&&t.listener("close",t),t.tag!==null||t.anchor!==null||E}function a6e(t){var e=t.position,r,o,a,n=!1,u;for(t.version=null,t.checkLineBreaks=t.legacy,t.tagMap={},t.anchorMap={};(u=t.input.charCodeAt(t.position))!==0&&(Wi(t,!0,-1),u=t.input.charCodeAt(t.position),!(t.lineIndent>0||u!==37));){for(n=!0,u=t.input.charCodeAt(++t.position),r=t.position;u!==0&&!Ia(u);)u=t.input.charCodeAt(++t.position);for(o=t.input.slice(r,t.position),a=[],o.length<1&&Pr(t,"directive name must not be less than one character in length");u!==0;){for(;Zg(u);)u=t.input.charCodeAt(++t.position);if(u===35){do u=t.input.charCodeAt(++t.position);while(u!==0&&!Hu(u));break}if(Hu(u))break;for(r=t.position;u!==0&&!Ia(u);)u=t.input.charCodeAt(++t.position);a.push(t.input.slice(r,t.position))}u!==0&&mT(t),Yp.call(lK,o)?lK[o](t,o,a):YD(t,'unknown document directive "'+o+'"')}if(Wi(t,!0,-1),t.lineIndent===0&&t.input.charCodeAt(t.position)===45&&t.input.charCodeAt(t.position+1)===45&&t.input.charCodeAt(t.position+2)===45?(t.position+=3,Wi(t,!0,-1)):n&&Pr(t,"directives end mark is expected"),dy(t,t.lineIndent-1,qD,!1,!0),Wi(t,!0,-1),t.checkLineBreaks&&YHe.test(t.input.slice(e,t.position))&&YD(t,"non-ASCII line breaks are interpreted as content"),t.documents.push(t.result),t.position===t.lineStart&&WD(t)){t.input.charCodeAt(t.position)===46&&(t.position+=3,Wi(t,!0,-1));return}if(t.position"u"&&(r=e,e=null);var o=CK(t,r);if(typeof e!="function")return o;for(var a=0,n=o.length;a"u"&&(r=e,e=null),wK(t,e,yf.extend({schema:fK},r))}function c6e(t,e){return IK(t,yf.extend({schema:fK},e))}Zw.exports.loadAll=wK;Zw.exports.load=IK;Zw.exports.safeLoadAll=l6e;Zw.exports.safeLoad=c6e});var WK=_((Axt,IT)=>{"use strict";var eI=Vg(),tI=Ay(),u6e=Xw(),A6e=py(),QK=Object.prototype.toString,FK=Object.prototype.hasOwnProperty,f6e=9,$w=10,p6e=13,h6e=32,g6e=33,d6e=34,RK=35,m6e=37,y6e=38,E6e=39,C6e=42,TK=44,w6e=45,NK=58,I6e=61,B6e=62,v6e=63,D6e=64,LK=91,OK=93,S6e=96,MK=123,P6e=124,UK=125,vo={};vo[0]="\\0";vo[7]="\\a";vo[8]="\\b";vo[9]="\\t";vo[10]="\\n";vo[11]="\\v";vo[12]="\\f";vo[13]="\\r";vo[27]="\\e";vo[34]='\\"';vo[92]="\\\\";vo[133]="\\N";vo[160]="\\_";vo[8232]="\\L";vo[8233]="\\P";var b6e=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function x6e(t,e){var r,o,a,n,u,A,p;if(e===null)return{};for(r={},o=Object.keys(e),a=0,n=o.length;a0?t.charCodeAt(n-1):null,v=v&&xV(u,A)}else{for(n=0;no&&t[I+1]!==" ",I=n);else if(!dy(u))return KD;A=n>0?t.charCodeAt(n-1):null,v=v&&xV(u,A)}h=h||E&&n-I-1>o&&t[I+1]!==" "}return!p&&!h?v&&!a(t)?qV:GV:r>9&&jV(t)?KD:h?WV:YV}function _6e(t,e,r,o){t.dump=function(){if(e.length===0)return"''";if(!t.noCompatMode&&T6e.indexOf(e)!==-1)return"'"+e+"'";var a=t.indent*Math.max(1,r),n=t.lineWidth===-1?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-a),u=o||t.flowLevel>-1&&r>=t.flowLevel;function A(p){return L6e(t,p)}switch(U6e(e,u,t.indent,n,A)){case qV:return e;case GV:return"'"+e.replace(/'/g,"''")+"'";case YV:return"|"+bV(e,t.indent)+kV(SV(e,a));case WV:return">"+bV(e,t.indent)+kV(SV(H6e(e,n),a));case KD:return'"'+j6e(e,n)+'"';default:throw new eI("impossible error: invalid scalar style")}}()}function bV(t,e){var r=jV(t)?String(e):"",o=t[t.length-1]===` +`&&(n+=r),n+=u;return n}function ET(t,e){return` +`+eI.repeat(" ",t.indent*e)}function Q6e(t,e){var r,o,a;for(r=0,o=t.implicitTypes.length;r0?t.charCodeAt(n-1):null,v=v&&SK(u,A)}else{for(n=0;no&&t[I+1]!==" ",I=n);else if(!my(u))return KD;A=n>0?t.charCodeAt(n-1):null,v=v&&SK(u,A)}h=h||E&&n-I-1>o&&t[I+1]!==" "}return!p&&!h?v&&!a(t)?HK:jK:r>9&&_K(t)?KD:h?qK:GK}function N6e(t,e,r,o){t.dump=function(){if(e.length===0)return"''";if(!t.noCompatMode&&b6e.indexOf(e)!==-1)return"'"+e+"'";var a=t.indent*Math.max(1,r),n=t.lineWidth===-1?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-a),u=o||t.flowLevel>-1&&r>=t.flowLevel;function A(p){return Q6e(t,p)}switch(T6e(e,u,t.indent,n,A)){case HK:return e;case jK:return"'"+e.replace(/'/g,"''")+"'";case GK:return"|"+PK(e,t.indent)+bK(DK(e,a));case qK:return">"+PK(e,t.indent)+bK(DK(L6e(e,n),a));case KD:return'"'+O6e(e,n)+'"';default:throw new tI("impossible error: invalid scalar style")}}()}function PK(t,e){var r=_K(t)?String(e):"",o=t[t.length-1]===` `,a=o&&(t[t.length-2]===` `||t===` `),n=a?"+":o?"":"-";return r+n+` -`}function kV(t){return t[t.length-1]===` -`?t.slice(0,-1):t}function H6e(t,e){for(var r=/(\n+)([^\n]*)/g,o=function(){var h=t.indexOf(` -`);return h=h!==-1?h:t.length,r.lastIndex=h,QV(t.slice(0,h),e)}(),a=t[0]===` +`}function bK(t){return t[t.length-1]===` +`?t.slice(0,-1):t}function L6e(t,e){for(var r=/(\n+)([^\n]*)/g,o=function(){var h=t.indexOf(` +`);return h=h!==-1?h:t.length,r.lastIndex=h,xK(t.slice(0,h),e)}(),a=t[0]===` `||t[0]===" ",n,u;u=r.exec(t);){var A=u[1],p=u[2];n=p[0]===" ",o+=A+(!a&&!n&&p!==""?` -`:"")+QV(p,e),a=n}return o}function QV(t,e){if(t===""||t[0]===" ")return t;for(var r=/ [^ ]/g,o,a=0,n,u=0,A=0,p="";o=r.exec(t);)A=o.index,A-a>e&&(n=u>a?u:A,p+=` +`:"")+xK(p,e),a=n}return o}function xK(t,e){if(t===""||t[0]===" ")return t;for(var r=/ [^ ]/g,o,a=0,n,u=0,A=0,p="";o=r.exec(t);)A=o.index,A-a>e&&(n=u>a?u:A,p+=` `+t.slice(a,n),a=n+1),u=A;return p+=` `,t.length-a>e&&u>a?p+=t.slice(a,u)+` -`+t.slice(u+1):p+=t.slice(a),p.slice(1)}function j6e(t){for(var e="",r,o,a,n=0;n=55296&&r<=56319&&(o=t.charCodeAt(n+1),o>=56320&&o<=57343)){e+=PV((r-55296)*1024+o-56320+65536),n++;continue}a=vo[r],e+=!a&&dy(r)?t[n]:a||PV(r)}return e}function q6e(t,e,r){var o="",a=t.tag,n,u;for(n=0,u=r.length;n1024&&(E+="? "),E+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),Zg(t,e,h,!1,!1)&&(E+=t.dump,o+=E));t.tag=a,t.dump="{"+o+"}"}function W6e(t,e,r,o){var a="",n=t.tag,u=Object.keys(r),A,p,h,E,I,v;if(t.sortKeys===!0)u.sort();else if(typeof t.sortKeys=="function")u.sort(t.sortKeys);else if(t.sortKeys)throw new eI("sortKeys must be a boolean or a function");for(A=0,p=u.length;A1024,I&&(t.dump&&Zw===t.dump.charCodeAt(0)?v+="?":v+="? "),v+=t.dump,I&&(v+=wR(t,e)),Zg(t,e+1,E,!0,I)&&(t.dump&&Zw===t.dump.charCodeAt(0)?v+=":":v+=": ",v+=t.dump,a+=v));t.tag=n,t.dump=a||"{}"}function FV(t,e,r){var o,a,n,u,A,p;for(a=r?t.explicitTypes:t.implicitTypes,n=0,u=a.length;n tag resolver accepts not "'+p+'" style');t.dump=o}return!0}return!1}function Zg(t,e,r,o,a,n){t.tag=null,t.dump=r,FV(t,r,!1)||FV(t,r,!0);var u=TV.call(t.dump);o&&(o=t.flowLevel<0||t.flowLevel>e);var A=u==="[object Object]"||u==="[object Array]",p,h;if(A&&(p=t.duplicates.indexOf(r),h=p!==-1),(t.tag!==null&&t.tag!=="?"||h||t.indent!==2&&e>0)&&(a=!1),h&&t.usedDuplicates[p])t.dump="*ref_"+p;else{if(A&&h&&!t.usedDuplicates[p]&&(t.usedDuplicates[p]=!0),u==="[object Object]")o&&Object.keys(t.dump).length!==0?(W6e(t,e,t.dump,a),h&&(t.dump="&ref_"+p+t.dump)):(Y6e(t,e,t.dump),h&&(t.dump="&ref_"+p+" "+t.dump));else if(u==="[object Array]"){var E=t.noArrayIndent&&e>0?e-1:e;o&&t.dump.length!==0?(G6e(t,E,t.dump,a),h&&(t.dump="&ref_"+p+t.dump)):(q6e(t,E,t.dump),h&&(t.dump="&ref_"+p+" "+t.dump))}else if(u==="[object String]")t.tag!=="?"&&_6e(t,t.dump,e,n);else{if(t.skipInvalid)return!1;throw new eI("unacceptable kind of an object to dump "+u)}t.tag!==null&&t.tag!=="?"&&(t.dump="!<"+t.tag+"> "+t.dump)}return!0}function V6e(t,e){var r=[],o=[],a,n;for(IR(t,r,o),a=0,n=o.length;a{"use strict";var JD=DV(),JV=KV();function zD(t){return function(){throw new Error("Function "+t+" is deprecated and cannot be used.")}}ki.exports.Type=os();ki.exports.Schema=Kg();ki.exports.FAILSAFE_SCHEMA=jD();ki.exports.JSON_SCHEMA=gR();ki.exports.CORE_SCHEMA=dR();ki.exports.DEFAULT_SAFE_SCHEMA=fy();ki.exports.DEFAULT_FULL_SCHEMA=zw();ki.exports.load=JD.load;ki.exports.loadAll=JD.loadAll;ki.exports.safeLoad=JD.safeLoad;ki.exports.safeLoadAll=JD.safeLoadAll;ki.exports.dump=JV.dump;ki.exports.safeDump=JV.safeDump;ki.exports.YAMLException=uy();ki.exports.MINIMAL_SCHEMA=jD();ki.exports.SAFE_SCHEMA=fy();ki.exports.DEFAULT_SCHEMA=zw();ki.exports.scan=zD("scan");ki.exports.parse=zD("parse");ki.exports.compose=zD("compose");ki.exports.addConstructor=zD("addConstructor")});var ZV=_((hbt,XV)=>{"use strict";var J6e=zV();XV.exports=J6e});var eK=_((gbt,$V)=>{"use strict";function z6e(t,e){function r(){this.constructor=t}r.prototype=e.prototype,t.prototype=new r}function $g(t,e,r,o){this.message=t,this.expected=e,this.found=r,this.location=o,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,$g)}z6e($g,Error);$g.buildMessage=function(t,e){var r={literal:function(h){return'"'+a(h.text)+'"'},class:function(h){var E="",I;for(I=0;I0){for(I=1,v=1;I({[ft]:Le})))},pe=function($){return $},Ae=function($){return $},ye=sa("correct indentation"),ae=" ",we=Qn(" ",!1),Pe=function($){return $.length===nr*It},g=function($){return $.length===(nr+1)*It},Ee=function(){return nr++,!0},De=function(){return nr--,!0},ce=function(){return DA()},ne=sa("pseudostring"),ee=/^[^\r\n\t ?:,\][{}#&*!|>'"%@`\-]/,Ie=hi(["\r",` -`," "," ","?",":",",","]","[","{","}","#","&","*","!","|",">","'",'"',"%","@","`","-"],!0,!1),ke=/^[^\r\n\t ,\][{}:#"']/,ht=hi(["\r",` -`," "," ",",","]","[","{","}",":","#",'"',"'"],!0,!1),H=function(){return DA().replace(/^ *| *$/g,"")},lt="--",Re=Qn("--",!1),Qe=/^[a-zA-Z\/0-9]/,be=hi([["a","z"],["A","Z"],"/",["0","9"]],!1,!1),_e=/^[^\r\n\t :,]/,Te=hi(["\r",` -`," "," ",":",","],!0,!1),Je="null",He=Qn("null",!1),x=function(){return null},w="true",S=Qn("true",!1),y=function(){return!0},F="false",z=Qn("false",!1),X=function(){return!1},Z=sa("string"),ie='"',Se=Qn('"',!1),Ne=function(){return""},ot=function($){return $},dt=function($){return $.join("")},jt=/^[^"\\\0-\x1F\x7F]/,$t=hi(['"',"\\",["\0",""],"\x7F"],!0,!1),xt='\\"',an=Qn('\\"',!1),Qr=function(){return'"'},mr="\\\\",xr=Qn("\\\\",!1),Wr=function(){return"\\"},Vn="\\/",Ns=Qn("\\/",!1),Ri=function(){return"/"},ps="\\b",io=Qn("\\b",!1),Si=function(){return"\b"},Ls="\\f",so=Qn("\\f",!1),cc=function(){return"\f"},cu="\\n",ap=Qn("\\n",!1),lp=function(){return` -`},Ms="\\r",Dn=Qn("\\r",!1),oo=function(){return"\r"},Os="\\t",ml=Qn("\\t",!1),yl=function(){return" "},ao="\\u",Kn=Qn("\\u",!1),Mn=function($,me,Le,ft){return String.fromCharCode(parseInt(`0x${$}${me}${Le}${ft}`))},Ni=/^[0-9a-fA-F]/,On=hi([["0","9"],["a","f"],["A","F"]],!1,!1),_i=sa("blank space"),tr=/^[ \t]/,Me=hi([" "," "],!1,!1),ii=sa("white space"),Oa=/^[ \t\n\r]/,hr=hi([" "," ",` +`+t.slice(u+1):p+=t.slice(a),p.slice(1)}function O6e(t){for(var e="",r,o,a,n=0;n=55296&&r<=56319&&(o=t.charCodeAt(n+1),o>=56320&&o<=57343)){e+=vK((r-55296)*1024+o-56320+65536),n++;continue}a=vo[r],e+=!a&&my(r)?t[n]:a||vK(r)}return e}function M6e(t,e,r){var o="",a=t.tag,n,u;for(n=0,u=r.length;n1024&&(E+="? "),E+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),$g(t,e,h,!1,!1)&&(E+=t.dump,o+=E));t.tag=a,t.dump="{"+o+"}"}function H6e(t,e,r,o){var a="",n=t.tag,u=Object.keys(r),A,p,h,E,I,v;if(t.sortKeys===!0)u.sort();else if(typeof t.sortKeys=="function")u.sort(t.sortKeys);else if(t.sortKeys)throw new tI("sortKeys must be a boolean or a function");for(A=0,p=u.length;A1024,I&&(t.dump&&$w===t.dump.charCodeAt(0)?v+="?":v+="? "),v+=t.dump,I&&(v+=ET(t,e)),$g(t,e+1,E,!0,I)&&(t.dump&&$w===t.dump.charCodeAt(0)?v+=":":v+=": ",v+=t.dump,a+=v));t.tag=n,t.dump=a||"{}"}function kK(t,e,r){var o,a,n,u,A,p;for(a=r?t.explicitTypes:t.implicitTypes,n=0,u=a.length;n tag resolver accepts not "'+p+'" style');t.dump=o}return!0}return!1}function $g(t,e,r,o,a,n){t.tag=null,t.dump=r,kK(t,r,!1)||kK(t,r,!0);var u=QK.call(t.dump);o&&(o=t.flowLevel<0||t.flowLevel>e);var A=u==="[object Object]"||u==="[object Array]",p,h;if(A&&(p=t.duplicates.indexOf(r),h=p!==-1),(t.tag!==null&&t.tag!=="?"||h||t.indent!==2&&e>0)&&(a=!1),h&&t.usedDuplicates[p])t.dump="*ref_"+p;else{if(A&&h&&!t.usedDuplicates[p]&&(t.usedDuplicates[p]=!0),u==="[object Object]")o&&Object.keys(t.dump).length!==0?(H6e(t,e,t.dump,a),h&&(t.dump="&ref_"+p+t.dump)):(_6e(t,e,t.dump),h&&(t.dump="&ref_"+p+" "+t.dump));else if(u==="[object Array]"){var E=t.noArrayIndent&&e>0?e-1:e;o&&t.dump.length!==0?(U6e(t,E,t.dump,a),h&&(t.dump="&ref_"+p+t.dump)):(M6e(t,E,t.dump),h&&(t.dump="&ref_"+p+" "+t.dump))}else if(u==="[object String]")t.tag!=="?"&&N6e(t,t.dump,e,n);else{if(t.skipInvalid)return!1;throw new tI("unacceptable kind of an object to dump "+u)}t.tag!==null&&t.tag!=="?"&&(t.dump="!<"+t.tag+"> "+t.dump)}return!0}function j6e(t,e){var r=[],o=[],a,n;for(CT(t,r,o),a=0,n=o.length;a{"use strict";var VD=BK(),KK=WK();function JD(t){return function(){throw new Error("Function "+t+" is deprecated and cannot be used.")}}ki.exports.Type=os();ki.exports.Schema=Jg();ki.exports.FAILSAFE_SCHEMA=HD();ki.exports.JSON_SCHEMA=pT();ki.exports.CORE_SCHEMA=hT();ki.exports.DEFAULT_SAFE_SCHEMA=py();ki.exports.DEFAULT_FULL_SCHEMA=Xw();ki.exports.load=VD.load;ki.exports.loadAll=VD.loadAll;ki.exports.safeLoad=VD.safeLoad;ki.exports.safeLoadAll=VD.safeLoadAll;ki.exports.dump=KK.dump;ki.exports.safeDump=KK.safeDump;ki.exports.YAMLException=Ay();ki.exports.MINIMAL_SCHEMA=HD();ki.exports.SAFE_SCHEMA=py();ki.exports.DEFAULT_SCHEMA=Xw();ki.exports.scan=JD("scan");ki.exports.parse=JD("parse");ki.exports.compose=JD("compose");ki.exports.addConstructor=JD("addConstructor")});var zK=_((pxt,JK)=>{"use strict";var q6e=VK();JK.exports=q6e});var ZK=_((hxt,XK)=>{"use strict";function Y6e(t,e){function r(){this.constructor=t}r.prototype=e.prototype,t.prototype=new r}function ed(t,e,r,o){this.message=t,this.expected=e,this.found=r,this.location=o,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,ed)}Y6e(ed,Error);ed.buildMessage=function(t,e){var r={literal:function(h){return'"'+a(h.text)+'"'},class:function(h){var E="",I;for(I=0;I0){for(I=1,v=1;I({[pt]:Le})))},fe=function($){return $},ce=function($){return $},me=sa("correct indentation"),he=" ",Be=Qn(" ",!1),we=function($){return $.length===nr*It},g=function($){return $.length===(nr+1)*It},Ee=function(){return nr++,!0},Se=function(){return nr--,!0},le=function(){return SA()},ne=sa("pseudostring"),ee=/^[^\r\n\t ?:,\][{}#&*!|>'"%@`\-]/,Ie=hi(["\r",` +`," "," ","?",":",",","]","[","{","}","#","&","*","!","|",">","'",'"',"%","@","`","-"],!0,!1),Fe=/^[^\r\n\t ,\][{}:#"']/,At=hi(["\r",` +`," "," ",",","]","[","{","}",":","#",'"',"'"],!0,!1),H=function(){return SA().replace(/^ *| *$/g,"")},at="--",Re=Qn("--",!1),ke=/^[a-zA-Z\/0-9]/,xe=hi([["a","z"],["A","Z"],"/",["0","9"]],!1,!1),He=/^[^\r\n\t :,]/,Te=hi(["\r",` +`," "," ",":",","],!0,!1),Je="null",je=Qn("null",!1),b=function(){return null},w="true",P=Qn("true",!1),y=function(){return!0},F="false",z=Qn("false",!1),X=function(){return!1},Z=sa("string"),ie='"',Pe=Qn('"',!1),Ne=function(){return""},ot=function($){return $},dt=function($){return $.join("")},Gt=/^[^"\\\0-\x1F\x7F]/,$t=hi(['"',"\\",["\0",""],"\x7F"],!0,!1),bt='\\"',an=Qn('\\"',!1),Qr=function(){return'"'},mr="\\\\",br=Qn("\\\\",!1),Wr=function(){return"\\"},Kn="\\/",Ns=Qn("\\/",!1),Ti=function(){return"/"},ps="\\b",io=Qn("\\b",!1),Pi=function(){return"\b"},Ls="\\f",so=Qn("\\f",!1),cc=function(){return"\f"},cu="\\n",lp=Qn("\\n",!1),cp=function(){return` +`},Os="\\r",Dn=Qn("\\r",!1),oo=function(){return"\r"},Ms="\\t",ml=Qn("\\t",!1),yl=function(){return" "},ao="\\u",Vn=Qn("\\u",!1),On=function($,ye,Le,pt){return String.fromCharCode(parseInt(`0x${$}${ye}${Le}${pt}`))},Ni=/^[0-9a-fA-F]/,Mn=hi([["0","9"],["a","f"],["A","F"]],!1,!1),_i=sa("blank space"),tr=/^[ \t]/,Oe=hi([" "," "],!1,!1),ii=sa("white space"),Ma=/^[ \t\n\r]/,hr=hi([" "," ",` `,"\r"],!1,!1),uc=`\r `,uu=Qn(`\r `,!1),Ac=` `,El=Qn(` -`,!1),vA="\r",Au=Qn("\r",!1),Ce=0,Tt=0,fc=[{line:1,column:1}],Hi=0,fu=[],Yt=0,Cl;if("startRule"in e){if(!(e.startRule in o))throw new Error(`Can't start parsing from rule "`+e.startRule+'".');a=o[e.startRule]}function DA(){return t.substring(Tt,Ce)}function cp(){return _o(Tt,Ce)}function pc($,me){throw me=me!==void 0?me:_o(Tt,Ce),gc([sa($)],t.substring(Tt,Ce),me)}function PA($,me){throw me=me!==void 0?me:_o(Tt,Ce),lo($,me)}function Qn($,me){return{type:"literal",text:$,ignoreCase:me}}function hi($,me,Le){return{type:"class",parts:$,inverted:me,ignoreCase:Le}}function hc(){return{type:"any"}}function SA(){return{type:"end"}}function sa($){return{type:"other",description:$}}function Li($){var me=fc[$],Le;if(me)return me;for(Le=$-1;!fc[Le];)Le--;for(me=fc[Le],me={line:me.line,column:me.column};Le<$;)t.charCodeAt(Le)===10?(me.line++,me.column=1):me.column++,Le++;return fc[$]=me,me}function _o($,me){var Le=Li($),ft=Li(me);return{start:{offset:$,line:Le.line,column:Le.column},end:{offset:me,line:ft.line,column:ft.column}}}function Ze($){CeHi&&(Hi=Ce,fu=[]),fu.push($))}function lo($,me){return new $g($,null,null,me)}function gc($,me,Le){return new $g($g.buildMessage($,me),$,me,Le)}function pu(){var $;return $=xA(),$}function ji(){var $,me,Le;for($=Ce,me=[],Le=hu();Le!==r;)me.push(Le),Le=hu();return me!==r&&(Tt=$,me=n(me)),$=me,$}function hu(){var $,me,Le,ft,pt;return $=Ce,me=hs(),me!==r?(t.charCodeAt(Ce)===45?(Le=u,Ce++):(Le=r,Yt===0&&Ze(A)),Le!==r?(ft=Pn(),ft!==r?(pt=dc(),pt!==r?(Tt=$,me=p(pt),$=me):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r),$}function xA(){var $,me,Le;for($=Ce,me=[],Le=Ua();Le!==r;)me.push(Le),Le=Ua();return me!==r&&(Tt=$,me=h(me)),$=me,$}function Ua(){var $,me,Le,ft,pt,Rt,er,Zr,qi;if($=Ce,me=Pn(),me===r&&(me=null),me!==r){if(Le=Ce,t.charCodeAt(Ce)===35?(ft=E,Ce++):(ft=r,Yt===0&&Ze(I)),ft!==r){if(pt=[],Rt=Ce,er=Ce,Yt++,Zr=tt(),Yt--,Zr===r?er=void 0:(Ce=er,er=r),er!==r?(t.length>Ce?(Zr=t.charAt(Ce),Ce++):(Zr=r,Yt===0&&Ze(v)),Zr!==r?(er=[er,Zr],Rt=er):(Ce=Rt,Rt=r)):(Ce=Rt,Rt=r),Rt!==r)for(;Rt!==r;)pt.push(Rt),Rt=Ce,er=Ce,Yt++,Zr=tt(),Yt--,Zr===r?er=void 0:(Ce=er,er=r),er!==r?(t.length>Ce?(Zr=t.charAt(Ce),Ce++):(Zr=r,Yt===0&&Ze(v)),Zr!==r?(er=[er,Zr],Rt=er):(Ce=Rt,Rt=r)):(Ce=Rt,Rt=r);else pt=r;pt!==r?(ft=[ft,pt],Le=ft):(Ce=Le,Le=r)}else Ce=Le,Le=r;if(Le===r&&(Le=null),Le!==r){if(ft=[],pt=We(),pt!==r)for(;pt!==r;)ft.push(pt),pt=We();else ft=r;ft!==r?(Tt=$,me=b(),$=me):(Ce=$,$=r)}else Ce=$,$=r}else Ce=$,$=r;if($===r&&($=Ce,me=hs(),me!==r?(Le=oa(),Le!==r?(ft=Pn(),ft===r&&(ft=null),ft!==r?(t.charCodeAt(Ce)===58?(pt=C,Ce++):(pt=r,Yt===0&&Ze(T)),pt!==r?(Rt=Pn(),Rt===r&&(Rt=null),Rt!==r?(er=dc(),er!==r?(Tt=$,me=L(Le,er),$=me):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r),$===r&&($=Ce,me=hs(),me!==r?(Le=co(),Le!==r?(ft=Pn(),ft===r&&(ft=null),ft!==r?(t.charCodeAt(Ce)===58?(pt=C,Ce++):(pt=r,Yt===0&&Ze(T)),pt!==r?(Rt=Pn(),Rt===r&&(Rt=null),Rt!==r?(er=dc(),er!==r?(Tt=$,me=L(Le,er),$=me):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r),$===r))){if($=Ce,me=hs(),me!==r)if(Le=co(),Le!==r)if(ft=Pn(),ft!==r)if(pt=aa(),pt!==r){if(Rt=[],er=We(),er!==r)for(;er!==r;)Rt.push(er),er=We();else Rt=r;Rt!==r?(Tt=$,me=L(Le,pt),$=me):(Ce=$,$=r)}else Ce=$,$=r;else Ce=$,$=r;else Ce=$,$=r;else Ce=$,$=r;if($===r)if($=Ce,me=hs(),me!==r)if(Le=co(),Le!==r){if(ft=[],pt=Ce,Rt=Pn(),Rt===r&&(Rt=null),Rt!==r?(t.charCodeAt(Ce)===44?(er=U,Ce++):(er=r,Yt===0&&Ze(J)),er!==r?(Zr=Pn(),Zr===r&&(Zr=null),Zr!==r?(qi=co(),qi!==r?(Tt=pt,Rt=te(Le,qi),pt=Rt):(Ce=pt,pt=r)):(Ce=pt,pt=r)):(Ce=pt,pt=r)):(Ce=pt,pt=r),pt!==r)for(;pt!==r;)ft.push(pt),pt=Ce,Rt=Pn(),Rt===r&&(Rt=null),Rt!==r?(t.charCodeAt(Ce)===44?(er=U,Ce++):(er=r,Yt===0&&Ze(J)),er!==r?(Zr=Pn(),Zr===r&&(Zr=null),Zr!==r?(qi=co(),qi!==r?(Tt=pt,Rt=te(Le,qi),pt=Rt):(Ce=pt,pt=r)):(Ce=pt,pt=r)):(Ce=pt,pt=r)):(Ce=pt,pt=r);else ft=r;ft!==r?(pt=Pn(),pt===r&&(pt=null),pt!==r?(t.charCodeAt(Ce)===58?(Rt=C,Ce++):(Rt=r,Yt===0&&Ze(T)),Rt!==r?(er=Pn(),er===r&&(er=null),er!==r?(Zr=dc(),Zr!==r?(Tt=$,me=le(Le,ft,Zr),$=me):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)}else Ce=$,$=r;else Ce=$,$=r}return $}function dc(){var $,me,Le,ft,pt,Rt,er;if($=Ce,me=Ce,Yt++,Le=Ce,ft=tt(),ft!==r?(pt=_t(),pt!==r?(t.charCodeAt(Ce)===45?(Rt=u,Ce++):(Rt=r,Yt===0&&Ze(A)),Rt!==r?(er=Pn(),er!==r?(ft=[ft,pt,Rt,er],Le=ft):(Ce=Le,Le=r)):(Ce=Le,Le=r)):(Ce=Le,Le=r)):(Ce=Le,Le=r),Yt--,Le!==r?(Ce=me,me=void 0):me=r,me!==r?(Le=We(),Le!==r?(ft=Fn(),ft!==r?(pt=ji(),pt!==r?(Rt=Ci(),Rt!==r?(Tt=$,me=pe(pt),$=me):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r),$===r&&($=Ce,me=tt(),me!==r?(Le=Fn(),Le!==r?(ft=xA(),ft!==r?(pt=Ci(),pt!==r?(Tt=$,me=pe(ft),$=me):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r),$===r))if($=Ce,me=Us(),me!==r){if(Le=[],ft=We(),ft!==r)for(;ft!==r;)Le.push(ft),ft=We();else Le=r;Le!==r?(Tt=$,me=Ae(me),$=me):(Ce=$,$=r)}else Ce=$,$=r;return $}function hs(){var $,me,Le;for(Yt++,$=Ce,me=[],t.charCodeAt(Ce)===32?(Le=ae,Ce++):(Le=r,Yt===0&&Ze(we));Le!==r;)me.push(Le),t.charCodeAt(Ce)===32?(Le=ae,Ce++):(Le=r,Yt===0&&Ze(we));return me!==r?(Tt=Ce,Le=Pe(me),Le?Le=void 0:Le=r,Le!==r?(me=[me,Le],$=me):(Ce=$,$=r)):(Ce=$,$=r),Yt--,$===r&&(me=r,Yt===0&&Ze(ye)),$}function _t(){var $,me,Le;for($=Ce,me=[],t.charCodeAt(Ce)===32?(Le=ae,Ce++):(Le=r,Yt===0&&Ze(we));Le!==r;)me.push(Le),t.charCodeAt(Ce)===32?(Le=ae,Ce++):(Le=r,Yt===0&&Ze(we));return me!==r?(Tt=Ce,Le=g(me),Le?Le=void 0:Le=r,Le!==r?(me=[me,Le],$=me):(Ce=$,$=r)):(Ce=$,$=r),$}function Fn(){var $;return Tt=Ce,$=Ee(),$?$=void 0:$=r,$}function Ci(){var $;return Tt=Ce,$=De(),$?$=void 0:$=r,$}function oa(){var $;return $=ds(),$===r&&($=la()),$}function co(){var $,me,Le;if($=ds(),$===r){if($=Ce,me=[],Le=Ho(),Le!==r)for(;Le!==r;)me.push(Le),Le=Ho();else me=r;me!==r&&(Tt=$,me=ce()),$=me}return $}function Us(){var $;return $=wi(),$===r&&($=gs(),$===r&&($=ds(),$===r&&($=la()))),$}function aa(){var $;return $=wi(),$===r&&($=ds(),$===r&&($=Ho())),$}function la(){var $,me,Le,ft,pt,Rt;if(Yt++,$=Ce,ee.test(t.charAt(Ce))?(me=t.charAt(Ce),Ce++):(me=r,Yt===0&&Ze(Ie)),me!==r){for(Le=[],ft=Ce,pt=Pn(),pt===r&&(pt=null),pt!==r?(ke.test(t.charAt(Ce))?(Rt=t.charAt(Ce),Ce++):(Rt=r,Yt===0&&Ze(ht)),Rt!==r?(pt=[pt,Rt],ft=pt):(Ce=ft,ft=r)):(Ce=ft,ft=r);ft!==r;)Le.push(ft),ft=Ce,pt=Pn(),pt===r&&(pt=null),pt!==r?(ke.test(t.charAt(Ce))?(Rt=t.charAt(Ce),Ce++):(Rt=r,Yt===0&&Ze(ht)),Rt!==r?(pt=[pt,Rt],ft=pt):(Ce=ft,ft=r)):(Ce=ft,ft=r);Le!==r?(Tt=$,me=H(),$=me):(Ce=$,$=r)}else Ce=$,$=r;return Yt--,$===r&&(me=r,Yt===0&&Ze(ne)),$}function Ho(){var $,me,Le,ft,pt;if($=Ce,t.substr(Ce,2)===lt?(me=lt,Ce+=2):(me=r,Yt===0&&Ze(Re)),me===r&&(me=null),me!==r)if(Qe.test(t.charAt(Ce))?(Le=t.charAt(Ce),Ce++):(Le=r,Yt===0&&Ze(be)),Le!==r){for(ft=[],_e.test(t.charAt(Ce))?(pt=t.charAt(Ce),Ce++):(pt=r,Yt===0&&Ze(Te));pt!==r;)ft.push(pt),_e.test(t.charAt(Ce))?(pt=t.charAt(Ce),Ce++):(pt=r,Yt===0&&Ze(Te));ft!==r?(Tt=$,me=H(),$=me):(Ce=$,$=r)}else Ce=$,$=r;else Ce=$,$=r;return $}function wi(){var $,me;return $=Ce,t.substr(Ce,4)===Je?(me=Je,Ce+=4):(me=r,Yt===0&&Ze(He)),me!==r&&(Tt=$,me=x()),$=me,$}function gs(){var $,me;return $=Ce,t.substr(Ce,4)===w?(me=w,Ce+=4):(me=r,Yt===0&&Ze(S)),me!==r&&(Tt=$,me=y()),$=me,$===r&&($=Ce,t.substr(Ce,5)===F?(me=F,Ce+=5):(me=r,Yt===0&&Ze(z)),me!==r&&(Tt=$,me=X()),$=me),$}function ds(){var $,me,Le,ft;return Yt++,$=Ce,t.charCodeAt(Ce)===34?(me=ie,Ce++):(me=r,Yt===0&&Ze(Se)),me!==r?(t.charCodeAt(Ce)===34?(Le=ie,Ce++):(Le=r,Yt===0&&Ze(Se)),Le!==r?(Tt=$,me=Ne(),$=me):(Ce=$,$=r)):(Ce=$,$=r),$===r&&($=Ce,t.charCodeAt(Ce)===34?(me=ie,Ce++):(me=r,Yt===0&&Ze(Se)),me!==r?(Le=ms(),Le!==r?(t.charCodeAt(Ce)===34?(ft=ie,Ce++):(ft=r,Yt===0&&Ze(Se)),ft!==r?(Tt=$,me=ot(Le),$=me):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)),Yt--,$===r&&(me=r,Yt===0&&Ze(Z)),$}function ms(){var $,me,Le;if($=Ce,me=[],Le=_s(),Le!==r)for(;Le!==r;)me.push(Le),Le=_s();else me=r;return me!==r&&(Tt=$,me=dt(me)),$=me,$}function _s(){var $,me,Le,ft,pt,Rt;return jt.test(t.charAt(Ce))?($=t.charAt(Ce),Ce++):($=r,Yt===0&&Ze($t)),$===r&&($=Ce,t.substr(Ce,2)===xt?(me=xt,Ce+=2):(me=r,Yt===0&&Ze(an)),me!==r&&(Tt=$,me=Qr()),$=me,$===r&&($=Ce,t.substr(Ce,2)===mr?(me=mr,Ce+=2):(me=r,Yt===0&&Ze(xr)),me!==r&&(Tt=$,me=Wr()),$=me,$===r&&($=Ce,t.substr(Ce,2)===Vn?(me=Vn,Ce+=2):(me=r,Yt===0&&Ze(Ns)),me!==r&&(Tt=$,me=Ri()),$=me,$===r&&($=Ce,t.substr(Ce,2)===ps?(me=ps,Ce+=2):(me=r,Yt===0&&Ze(io)),me!==r&&(Tt=$,me=Si()),$=me,$===r&&($=Ce,t.substr(Ce,2)===Ls?(me=Ls,Ce+=2):(me=r,Yt===0&&Ze(so)),me!==r&&(Tt=$,me=cc()),$=me,$===r&&($=Ce,t.substr(Ce,2)===cu?(me=cu,Ce+=2):(me=r,Yt===0&&Ze(ap)),me!==r&&(Tt=$,me=lp()),$=me,$===r&&($=Ce,t.substr(Ce,2)===Ms?(me=Ms,Ce+=2):(me=r,Yt===0&&Ze(Dn)),me!==r&&(Tt=$,me=oo()),$=me,$===r&&($=Ce,t.substr(Ce,2)===Os?(me=Os,Ce+=2):(me=r,Yt===0&&Ze(ml)),me!==r&&(Tt=$,me=yl()),$=me,$===r&&($=Ce,t.substr(Ce,2)===ao?(me=ao,Ce+=2):(me=r,Yt===0&&Ze(Kn)),me!==r?(Le=Un(),Le!==r?(ft=Un(),ft!==r?(pt=Un(),pt!==r?(Rt=Un(),Rt!==r?(Tt=$,me=Mn(Le,ft,pt,Rt),$=me):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)))))))))),$}function Un(){var $;return Ni.test(t.charAt(Ce))?($=t.charAt(Ce),Ce++):($=r,Yt===0&&Ze(On)),$}function Pn(){var $,me;if(Yt++,$=[],tr.test(t.charAt(Ce))?(me=t.charAt(Ce),Ce++):(me=r,Yt===0&&Ze(Me)),me!==r)for(;me!==r;)$.push(me),tr.test(t.charAt(Ce))?(me=t.charAt(Ce),Ce++):(me=r,Yt===0&&Ze(Me));else $=r;return Yt--,$===r&&(me=r,Yt===0&&Ze(_i)),$}function ys(){var $,me;if(Yt++,$=[],Oa.test(t.charAt(Ce))?(me=t.charAt(Ce),Ce++):(me=r,Yt===0&&Ze(hr)),me!==r)for(;me!==r;)$.push(me),Oa.test(t.charAt(Ce))?(me=t.charAt(Ce),Ce++):(me=r,Yt===0&&Ze(hr));else $=r;return Yt--,$===r&&(me=r,Yt===0&&Ze(ii)),$}function We(){var $,me,Le,ft,pt,Rt;if($=Ce,me=tt(),me!==r){for(Le=[],ft=Ce,pt=Pn(),pt===r&&(pt=null),pt!==r?(Rt=tt(),Rt!==r?(pt=[pt,Rt],ft=pt):(Ce=ft,ft=r)):(Ce=ft,ft=r);ft!==r;)Le.push(ft),ft=Ce,pt=Pn(),pt===r&&(pt=null),pt!==r?(Rt=tt(),Rt!==r?(pt=[pt,Rt],ft=pt):(Ce=ft,ft=r)):(Ce=ft,ft=r);Le!==r?(me=[me,Le],$=me):(Ce=$,$=r)}else Ce=$,$=r;return $}function tt(){var $;return t.substr(Ce,2)===uc?($=uc,Ce+=2):($=r,Yt===0&&Ze(uu)),$===r&&(t.charCodeAt(Ce)===10?($=Ac,Ce++):($=r,Yt===0&&Ze(El)),$===r&&(t.charCodeAt(Ce)===13?($=vA,Ce++):($=r,Yt===0&&Ze(Au)))),$}let It=2,nr=0;if(Cl=a(),Cl!==r&&Ce===t.length)return Cl;throw Cl!==r&&Ce"u"?!0:typeof t=="object"&&t!==null&&!Array.isArray(t)?Object.keys(t).every(e=>iK(t[e])):!1}function DR(t,e,r){if(t===null)return`null +`,!1),DA="\r",Au=Qn("\r",!1),Ce=0,Rt=0,fc=[{line:1,column:1}],Hi=0,fu=[],Yt=0,Cl;if("startRule"in e){if(!(e.startRule in o))throw new Error(`Can't start parsing from rule "`+e.startRule+'".');a=o[e.startRule]}function SA(){return t.substring(Rt,Ce)}function up(){return _o(Rt,Ce)}function pc($,ye){throw ye=ye!==void 0?ye:_o(Rt,Ce),gc([sa($)],t.substring(Rt,Ce),ye)}function PA($,ye){throw ye=ye!==void 0?ye:_o(Rt,Ce),lo($,ye)}function Qn($,ye){return{type:"literal",text:$,ignoreCase:ye}}function hi($,ye,Le){return{type:"class",parts:$,inverted:ye,ignoreCase:Le}}function hc(){return{type:"any"}}function bA(){return{type:"end"}}function sa($){return{type:"other",description:$}}function Li($){var ye=fc[$],Le;if(ye)return ye;for(Le=$-1;!fc[Le];)Le--;for(ye=fc[Le],ye={line:ye.line,column:ye.column};Le<$;)t.charCodeAt(Le)===10?(ye.line++,ye.column=1):ye.column++,Le++;return fc[$]=ye,ye}function _o($,ye){var Le=Li($),pt=Li(ye);return{start:{offset:$,line:Le.line,column:Le.column},end:{offset:ye,line:pt.line,column:pt.column}}}function Ze($){CeHi&&(Hi=Ce,fu=[]),fu.push($))}function lo($,ye){return new ed($,null,null,ye)}function gc($,ye,Le){return new ed(ed.buildMessage($,ye),$,ye,Le)}function pu(){var $;return $=xA(),$}function ji(){var $,ye,Le;for($=Ce,ye=[],Le=hu();Le!==r;)ye.push(Le),Le=hu();return ye!==r&&(Rt=$,ye=n(ye)),$=ye,$}function hu(){var $,ye,Le,pt,ht;return $=Ce,ye=hs(),ye!==r?(t.charCodeAt(Ce)===45?(Le=u,Ce++):(Le=r,Yt===0&&Ze(A)),Le!==r?(pt=Sn(),pt!==r?(ht=dc(),ht!==r?(Rt=$,ye=p(ht),$=ye):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r),$}function xA(){var $,ye,Le;for($=Ce,ye=[],Le=Ua();Le!==r;)ye.push(Le),Le=Ua();return ye!==r&&(Rt=$,ye=h(ye)),$=ye,$}function Ua(){var $,ye,Le,pt,ht,Tt,er,$r,Gi;if($=Ce,ye=Sn(),ye===r&&(ye=null),ye!==r){if(Le=Ce,t.charCodeAt(Ce)===35?(pt=E,Ce++):(pt=r,Yt===0&&Ze(I)),pt!==r){if(ht=[],Tt=Ce,er=Ce,Yt++,$r=tt(),Yt--,$r===r?er=void 0:(Ce=er,er=r),er!==r?(t.length>Ce?($r=t.charAt(Ce),Ce++):($r=r,Yt===0&&Ze(v)),$r!==r?(er=[er,$r],Tt=er):(Ce=Tt,Tt=r)):(Ce=Tt,Tt=r),Tt!==r)for(;Tt!==r;)ht.push(Tt),Tt=Ce,er=Ce,Yt++,$r=tt(),Yt--,$r===r?er=void 0:(Ce=er,er=r),er!==r?(t.length>Ce?($r=t.charAt(Ce),Ce++):($r=r,Yt===0&&Ze(v)),$r!==r?(er=[er,$r],Tt=er):(Ce=Tt,Tt=r)):(Ce=Tt,Tt=r);else ht=r;ht!==r?(pt=[pt,ht],Le=pt):(Ce=Le,Le=r)}else Ce=Le,Le=r;if(Le===r&&(Le=null),Le!==r){if(pt=[],ht=We(),ht!==r)for(;ht!==r;)pt.push(ht),ht=We();else pt=r;pt!==r?(Rt=$,ye=x(),$=ye):(Ce=$,$=r)}else Ce=$,$=r}else Ce=$,$=r;if($===r&&($=Ce,ye=hs(),ye!==r?(Le=oa(),Le!==r?(pt=Sn(),pt===r&&(pt=null),pt!==r?(t.charCodeAt(Ce)===58?(ht=C,Ce++):(ht=r,Yt===0&&Ze(R)),ht!==r?(Tt=Sn(),Tt===r&&(Tt=null),Tt!==r?(er=dc(),er!==r?(Rt=$,ye=L(Le,er),$=ye):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r),$===r&&($=Ce,ye=hs(),ye!==r?(Le=co(),Le!==r?(pt=Sn(),pt===r&&(pt=null),pt!==r?(t.charCodeAt(Ce)===58?(ht=C,Ce++):(ht=r,Yt===0&&Ze(R)),ht!==r?(Tt=Sn(),Tt===r&&(Tt=null),Tt!==r?(er=dc(),er!==r?(Rt=$,ye=L(Le,er),$=ye):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r),$===r))){if($=Ce,ye=hs(),ye!==r)if(Le=co(),Le!==r)if(pt=Sn(),pt!==r)if(ht=aa(),ht!==r){if(Tt=[],er=We(),er!==r)for(;er!==r;)Tt.push(er),er=We();else Tt=r;Tt!==r?(Rt=$,ye=L(Le,ht),$=ye):(Ce=$,$=r)}else Ce=$,$=r;else Ce=$,$=r;else Ce=$,$=r;else Ce=$,$=r;if($===r)if($=Ce,ye=hs(),ye!==r)if(Le=co(),Le!==r){if(pt=[],ht=Ce,Tt=Sn(),Tt===r&&(Tt=null),Tt!==r?(t.charCodeAt(Ce)===44?(er=U,Ce++):(er=r,Yt===0&&Ze(J)),er!==r?($r=Sn(),$r===r&&($r=null),$r!==r?(Gi=co(),Gi!==r?(Rt=ht,Tt=te(Le,Gi),ht=Tt):(Ce=ht,ht=r)):(Ce=ht,ht=r)):(Ce=ht,ht=r)):(Ce=ht,ht=r),ht!==r)for(;ht!==r;)pt.push(ht),ht=Ce,Tt=Sn(),Tt===r&&(Tt=null),Tt!==r?(t.charCodeAt(Ce)===44?(er=U,Ce++):(er=r,Yt===0&&Ze(J)),er!==r?($r=Sn(),$r===r&&($r=null),$r!==r?(Gi=co(),Gi!==r?(Rt=ht,Tt=te(Le,Gi),ht=Tt):(Ce=ht,ht=r)):(Ce=ht,ht=r)):(Ce=ht,ht=r)):(Ce=ht,ht=r);else pt=r;pt!==r?(ht=Sn(),ht===r&&(ht=null),ht!==r?(t.charCodeAt(Ce)===58?(Tt=C,Ce++):(Tt=r,Yt===0&&Ze(R)),Tt!==r?(er=Sn(),er===r&&(er=null),er!==r?($r=dc(),$r!==r?(Rt=$,ye=ae(Le,pt,$r),$=ye):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)}else Ce=$,$=r;else Ce=$,$=r}return $}function dc(){var $,ye,Le,pt,ht,Tt,er;if($=Ce,ye=Ce,Yt++,Le=Ce,pt=tt(),pt!==r?(ht=_t(),ht!==r?(t.charCodeAt(Ce)===45?(Tt=u,Ce++):(Tt=r,Yt===0&&Ze(A)),Tt!==r?(er=Sn(),er!==r?(pt=[pt,ht,Tt,er],Le=pt):(Ce=Le,Le=r)):(Ce=Le,Le=r)):(Ce=Le,Le=r)):(Ce=Le,Le=r),Yt--,Le!==r?(Ce=ye,ye=void 0):ye=r,ye!==r?(Le=We(),Le!==r?(pt=Fn(),pt!==r?(ht=ji(),ht!==r?(Tt=Ci(),Tt!==r?(Rt=$,ye=fe(ht),$=ye):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r),$===r&&($=Ce,ye=tt(),ye!==r?(Le=Fn(),Le!==r?(pt=xA(),pt!==r?(ht=Ci(),ht!==r?(Rt=$,ye=fe(pt),$=ye):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r),$===r))if($=Ce,ye=Us(),ye!==r){if(Le=[],pt=We(),pt!==r)for(;pt!==r;)Le.push(pt),pt=We();else Le=r;Le!==r?(Rt=$,ye=ce(ye),$=ye):(Ce=$,$=r)}else Ce=$,$=r;return $}function hs(){var $,ye,Le;for(Yt++,$=Ce,ye=[],t.charCodeAt(Ce)===32?(Le=he,Ce++):(Le=r,Yt===0&&Ze(Be));Le!==r;)ye.push(Le),t.charCodeAt(Ce)===32?(Le=he,Ce++):(Le=r,Yt===0&&Ze(Be));return ye!==r?(Rt=Ce,Le=we(ye),Le?Le=void 0:Le=r,Le!==r?(ye=[ye,Le],$=ye):(Ce=$,$=r)):(Ce=$,$=r),Yt--,$===r&&(ye=r,Yt===0&&Ze(me)),$}function _t(){var $,ye,Le;for($=Ce,ye=[],t.charCodeAt(Ce)===32?(Le=he,Ce++):(Le=r,Yt===0&&Ze(Be));Le!==r;)ye.push(Le),t.charCodeAt(Ce)===32?(Le=he,Ce++):(Le=r,Yt===0&&Ze(Be));return ye!==r?(Rt=Ce,Le=g(ye),Le?Le=void 0:Le=r,Le!==r?(ye=[ye,Le],$=ye):(Ce=$,$=r)):(Ce=$,$=r),$}function Fn(){var $;return Rt=Ce,$=Ee(),$?$=void 0:$=r,$}function Ci(){var $;return Rt=Ce,$=Se(),$?$=void 0:$=r,$}function oa(){var $;return $=ds(),$===r&&($=la()),$}function co(){var $,ye,Le;if($=ds(),$===r){if($=Ce,ye=[],Le=Ho(),Le!==r)for(;Le!==r;)ye.push(Le),Le=Ho();else ye=r;ye!==r&&(Rt=$,ye=le()),$=ye}return $}function Us(){var $;return $=wi(),$===r&&($=gs(),$===r&&($=ds(),$===r&&($=la()))),$}function aa(){var $;return $=wi(),$===r&&($=ds(),$===r&&($=Ho())),$}function la(){var $,ye,Le,pt,ht,Tt;if(Yt++,$=Ce,ee.test(t.charAt(Ce))?(ye=t.charAt(Ce),Ce++):(ye=r,Yt===0&&Ze(Ie)),ye!==r){for(Le=[],pt=Ce,ht=Sn(),ht===r&&(ht=null),ht!==r?(Fe.test(t.charAt(Ce))?(Tt=t.charAt(Ce),Ce++):(Tt=r,Yt===0&&Ze(At)),Tt!==r?(ht=[ht,Tt],pt=ht):(Ce=pt,pt=r)):(Ce=pt,pt=r);pt!==r;)Le.push(pt),pt=Ce,ht=Sn(),ht===r&&(ht=null),ht!==r?(Fe.test(t.charAt(Ce))?(Tt=t.charAt(Ce),Ce++):(Tt=r,Yt===0&&Ze(At)),Tt!==r?(ht=[ht,Tt],pt=ht):(Ce=pt,pt=r)):(Ce=pt,pt=r);Le!==r?(Rt=$,ye=H(),$=ye):(Ce=$,$=r)}else Ce=$,$=r;return Yt--,$===r&&(ye=r,Yt===0&&Ze(ne)),$}function Ho(){var $,ye,Le,pt,ht;if($=Ce,t.substr(Ce,2)===at?(ye=at,Ce+=2):(ye=r,Yt===0&&Ze(Re)),ye===r&&(ye=null),ye!==r)if(ke.test(t.charAt(Ce))?(Le=t.charAt(Ce),Ce++):(Le=r,Yt===0&&Ze(xe)),Le!==r){for(pt=[],He.test(t.charAt(Ce))?(ht=t.charAt(Ce),Ce++):(ht=r,Yt===0&&Ze(Te));ht!==r;)pt.push(ht),He.test(t.charAt(Ce))?(ht=t.charAt(Ce),Ce++):(ht=r,Yt===0&&Ze(Te));pt!==r?(Rt=$,ye=H(),$=ye):(Ce=$,$=r)}else Ce=$,$=r;else Ce=$,$=r;return $}function wi(){var $,ye;return $=Ce,t.substr(Ce,4)===Je?(ye=Je,Ce+=4):(ye=r,Yt===0&&Ze(je)),ye!==r&&(Rt=$,ye=b()),$=ye,$}function gs(){var $,ye;return $=Ce,t.substr(Ce,4)===w?(ye=w,Ce+=4):(ye=r,Yt===0&&Ze(P)),ye!==r&&(Rt=$,ye=y()),$=ye,$===r&&($=Ce,t.substr(Ce,5)===F?(ye=F,Ce+=5):(ye=r,Yt===0&&Ze(z)),ye!==r&&(Rt=$,ye=X()),$=ye),$}function ds(){var $,ye,Le,pt;return Yt++,$=Ce,t.charCodeAt(Ce)===34?(ye=ie,Ce++):(ye=r,Yt===0&&Ze(Pe)),ye!==r?(t.charCodeAt(Ce)===34?(Le=ie,Ce++):(Le=r,Yt===0&&Ze(Pe)),Le!==r?(Rt=$,ye=Ne(),$=ye):(Ce=$,$=r)):(Ce=$,$=r),$===r&&($=Ce,t.charCodeAt(Ce)===34?(ye=ie,Ce++):(ye=r,Yt===0&&Ze(Pe)),ye!==r?(Le=ms(),Le!==r?(t.charCodeAt(Ce)===34?(pt=ie,Ce++):(pt=r,Yt===0&&Ze(Pe)),pt!==r?(Rt=$,ye=ot(Le),$=ye):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)),Yt--,$===r&&(ye=r,Yt===0&&Ze(Z)),$}function ms(){var $,ye,Le;if($=Ce,ye=[],Le=_s(),Le!==r)for(;Le!==r;)ye.push(Le),Le=_s();else ye=r;return ye!==r&&(Rt=$,ye=dt(ye)),$=ye,$}function _s(){var $,ye,Le,pt,ht,Tt;return Gt.test(t.charAt(Ce))?($=t.charAt(Ce),Ce++):($=r,Yt===0&&Ze($t)),$===r&&($=Ce,t.substr(Ce,2)===bt?(ye=bt,Ce+=2):(ye=r,Yt===0&&Ze(an)),ye!==r&&(Rt=$,ye=Qr()),$=ye,$===r&&($=Ce,t.substr(Ce,2)===mr?(ye=mr,Ce+=2):(ye=r,Yt===0&&Ze(br)),ye!==r&&(Rt=$,ye=Wr()),$=ye,$===r&&($=Ce,t.substr(Ce,2)===Kn?(ye=Kn,Ce+=2):(ye=r,Yt===0&&Ze(Ns)),ye!==r&&(Rt=$,ye=Ti()),$=ye,$===r&&($=Ce,t.substr(Ce,2)===ps?(ye=ps,Ce+=2):(ye=r,Yt===0&&Ze(io)),ye!==r&&(Rt=$,ye=Pi()),$=ye,$===r&&($=Ce,t.substr(Ce,2)===Ls?(ye=Ls,Ce+=2):(ye=r,Yt===0&&Ze(so)),ye!==r&&(Rt=$,ye=cc()),$=ye,$===r&&($=Ce,t.substr(Ce,2)===cu?(ye=cu,Ce+=2):(ye=r,Yt===0&&Ze(lp)),ye!==r&&(Rt=$,ye=cp()),$=ye,$===r&&($=Ce,t.substr(Ce,2)===Os?(ye=Os,Ce+=2):(ye=r,Yt===0&&Ze(Dn)),ye!==r&&(Rt=$,ye=oo()),$=ye,$===r&&($=Ce,t.substr(Ce,2)===Ms?(ye=Ms,Ce+=2):(ye=r,Yt===0&&Ze(ml)),ye!==r&&(Rt=$,ye=yl()),$=ye,$===r&&($=Ce,t.substr(Ce,2)===ao?(ye=ao,Ce+=2):(ye=r,Yt===0&&Ze(Vn)),ye!==r?(Le=Un(),Le!==r?(pt=Un(),pt!==r?(ht=Un(),ht!==r?(Tt=Un(),Tt!==r?(Rt=$,ye=On(Le,pt,ht,Tt),$=ye):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)):(Ce=$,$=r)))))))))),$}function Un(){var $;return Ni.test(t.charAt(Ce))?($=t.charAt(Ce),Ce++):($=r,Yt===0&&Ze(Mn)),$}function Sn(){var $,ye;if(Yt++,$=[],tr.test(t.charAt(Ce))?(ye=t.charAt(Ce),Ce++):(ye=r,Yt===0&&Ze(Oe)),ye!==r)for(;ye!==r;)$.push(ye),tr.test(t.charAt(Ce))?(ye=t.charAt(Ce),Ce++):(ye=r,Yt===0&&Ze(Oe));else $=r;return Yt--,$===r&&(ye=r,Yt===0&&Ze(_i)),$}function ys(){var $,ye;if(Yt++,$=[],Ma.test(t.charAt(Ce))?(ye=t.charAt(Ce),Ce++):(ye=r,Yt===0&&Ze(hr)),ye!==r)for(;ye!==r;)$.push(ye),Ma.test(t.charAt(Ce))?(ye=t.charAt(Ce),Ce++):(ye=r,Yt===0&&Ze(hr));else $=r;return Yt--,$===r&&(ye=r,Yt===0&&Ze(ii)),$}function We(){var $,ye,Le,pt,ht,Tt;if($=Ce,ye=tt(),ye!==r){for(Le=[],pt=Ce,ht=Sn(),ht===r&&(ht=null),ht!==r?(Tt=tt(),Tt!==r?(ht=[ht,Tt],pt=ht):(Ce=pt,pt=r)):(Ce=pt,pt=r);pt!==r;)Le.push(pt),pt=Ce,ht=Sn(),ht===r&&(ht=null),ht!==r?(Tt=tt(),Tt!==r?(ht=[ht,Tt],pt=ht):(Ce=pt,pt=r)):(Ce=pt,pt=r);Le!==r?(ye=[ye,Le],$=ye):(Ce=$,$=r)}else Ce=$,$=r;return $}function tt(){var $;return t.substr(Ce,2)===uc?($=uc,Ce+=2):($=r,Yt===0&&Ze(uu)),$===r&&(t.charCodeAt(Ce)===10?($=Ac,Ce++):($=r,Yt===0&&Ze(El)),$===r&&(t.charCodeAt(Ce)===13?($=DA,Ce++):($=r,Yt===0&&Ze(Au)))),$}let It=2,nr=0;if(Cl=a(),Cl!==r&&Ce===t.length)return Cl;throw Cl!==r&&Ce"u"?!0:typeof t=="object"&&t!==null&&!Array.isArray(t)?Object.keys(t).every(e=>rV(t[e])):!1}function BT(t,e,r){if(t===null)return`null `;if(typeof t=="number"||typeof t=="boolean")return`${t.toString()} -`;if(typeof t=="string")return`${rK(t)} +`;if(typeof t=="string")return`${eV(t)} `;if(Array.isArray(t)){if(t.length===0)return`[] `;let o=" ".repeat(e);return` -${t.map(n=>`${o}- ${DR(n,e+1,!1)}`).join("")}`}if(typeof t=="object"&&t){let[o,a]=t instanceof XD?[t.data,!1]:[t,!0],n=" ".repeat(e),u=Object.keys(o);a&&u.sort((p,h)=>{let E=tK.indexOf(p),I=tK.indexOf(h);return E===-1&&I===-1?ph?1:0:E!==-1&&I===-1?-1:E===-1&&I!==-1?1:E-I});let A=u.filter(p=>!iK(o[p])).map((p,h)=>{let E=o[p],I=rK(p),v=DR(E,e+1,!0),b=h>0||r?n:"",C=I.length>1024?`? ${I} -${b}:`:`${I}:`,T=v.startsWith(` -`)?v:` ${v}`;return`${b}${C}${T}`}).join(e===0?` +${t.map(n=>`${o}- ${BT(n,e+1,!1)}`).join("")}`}if(typeof t=="object"&&t){let[o,a]=t instanceof zD?[t.data,!1]:[t,!0],n=" ".repeat(e),u=Object.keys(o);a&&u.sort((p,h)=>{let E=$K.indexOf(p),I=$K.indexOf(h);return E===-1&&I===-1?ph?1:0:E!==-1&&I===-1?-1:E===-1&&I!==-1?1:E-I});let A=u.filter(p=>!rV(o[p])).map((p,h)=>{let E=o[p],I=eV(p),v=BT(E,e+1,!0),x=h>0||r?n:"",C=I.length>1024?`? ${I} +${x}:`:`${I}:`,R=v.startsWith(` +`)?v:` ${v}`;return`${x}${C}${R}`}).join(e===0?` `:"")||` `;return r?` -${A}`:`${A}`}throw new Error(`Unsupported value type (${t})`)}function Ba(t){try{let e=DR(t,0,!1);return e!==` -`?e:""}catch(e){throw e.location&&(e.message=e.message.replace(/(\.)?$/,` (line ${e.location.start.line}, column ${e.location.start.column})$1`)),e}}function $6e(t){return t.endsWith(` +${A}`:`${A}`}throw new Error(`Unsupported value type (${t})`)}function Ba(t){try{let e=BT(t,0,!1);return e!==` +`?e:""}catch(e){throw e.location&&(e.message=e.message.replace(/(\.)?$/,` (line ${e.location.start.line}, column ${e.location.start.column})$1`)),e}}function V6e(t){return t.endsWith(` `)||(t+=` -`),(0,nK.parse)(t)}function tje(t){if(eje.test(t))return $6e(t);let e=(0,ZD.safeLoad)(t,{schema:ZD.FAILSAFE_SCHEMA,json:!0});if(e==null)return{};if(typeof e!="object")throw new Error(`Expected an indexed object, got a ${typeof e} instead. Does your file follow Yaml's rules?`);if(Array.isArray(e))throw new Error("Expected an indexed object, got an array instead. Does your file follow Yaml's rules?");return e}function Vi(t){return tje(t)}var ZD,nK,Z6e,tK,XD,eje,sK=Et(()=>{ZD=$e(ZV()),nK=$e(eK()),Z6e=/^(?![-?:,\][{}#&*!|>'"%@` \t\r\n]).([ \t]*(?![,\][{}:# \t\r\n]).)*$/,tK=["__metadata","version","resolution","dependencies","peerDependencies","dependenciesMeta","peerDependenciesMeta","binaries"],XD=class{constructor(e){this.data=e}};Ba.PreserveOrdering=XD;eje=/^(#.*(\r?\n))*?#\s+yarn\s+lockfile\s+v1\r?\n/i});var tI={};Kt(tI,{parseResolution:()=>UD,parseShell:()=>LD,parseSyml:()=>Vi,stringifyArgument:()=>AR,stringifyArgumentSegment:()=>fR,stringifyArithmeticExpression:()=>OD,stringifyCommand:()=>uR,stringifyCommandChain:()=>cy,stringifyCommandChainThen:()=>cR,stringifyCommandLine:()=>MD,stringifyCommandLineThen:()=>lR,stringifyEnvSegment:()=>ND,stringifyRedirectArgument:()=>Kw,stringifyResolution:()=>_D,stringifyShell:()=>ly,stringifyShellLine:()=>ly,stringifySyml:()=>Ba,stringifyValueArgument:()=>Gg});var Nl=Et(()=>{iW();lW();sK()});var aK=_((Cbt,PR)=>{"use strict";var rje=t=>{let e=!1,r=!1,o=!1;for(let a=0;a{if(!(typeof t=="string"||Array.isArray(t)))throw new TypeError("Expected the input to be `string | string[]`");e=Object.assign({pascalCase:!1},e);let r=a=>e.pascalCase?a.charAt(0).toUpperCase()+a.slice(1):a;return Array.isArray(t)?t=t.map(a=>a.trim()).filter(a=>a.length).join("-"):t=t.trim(),t.length===0?"":t.length===1?e.pascalCase?t.toUpperCase():t.toLowerCase():(t!==t.toLowerCase()&&(t=rje(t)),t=t.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,(a,n)=>n.toUpperCase()).replace(/\d+(\w|$)/g,a=>a.toUpperCase()),r(t))};PR.exports=oK;PR.exports.default=oK});var lK=_((wbt,nje)=>{nje.exports=[{name:"AppVeyor",constant:"APPVEYOR",env:"APPVEYOR",pr:"APPVEYOR_PULL_REQUEST_NUMBER"},{name:"Azure Pipelines",constant:"AZURE_PIPELINES",env:"SYSTEM_TEAMFOUNDATIONCOLLECTIONURI",pr:"SYSTEM_PULLREQUEST_PULLREQUESTID"},{name:"Appcircle",constant:"APPCIRCLE",env:"AC_APPCIRCLE"},{name:"Bamboo",constant:"BAMBOO",env:"bamboo_planKey"},{name:"Bitbucket Pipelines",constant:"BITBUCKET",env:"BITBUCKET_COMMIT",pr:"BITBUCKET_PR_ID"},{name:"Bitrise",constant:"BITRISE",env:"BITRISE_IO",pr:"BITRISE_PULL_REQUEST"},{name:"Buddy",constant:"BUDDY",env:"BUDDY_WORKSPACE_ID",pr:"BUDDY_EXECUTION_PULL_REQUEST_ID"},{name:"Buildkite",constant:"BUILDKITE",env:"BUILDKITE",pr:{env:"BUILDKITE_PULL_REQUEST",ne:"false"}},{name:"CircleCI",constant:"CIRCLE",env:"CIRCLECI",pr:"CIRCLE_PULL_REQUEST"},{name:"Cirrus CI",constant:"CIRRUS",env:"CIRRUS_CI",pr:"CIRRUS_PR"},{name:"AWS CodeBuild",constant:"CODEBUILD",env:"CODEBUILD_BUILD_ARN"},{name:"Codefresh",constant:"CODEFRESH",env:"CF_BUILD_ID",pr:{any:["CF_PULL_REQUEST_NUMBER","CF_PULL_REQUEST_ID"]}},{name:"Codeship",constant:"CODESHIP",env:{CI_NAME:"codeship"}},{name:"Drone",constant:"DRONE",env:"DRONE",pr:{DRONE_BUILD_EVENT:"pull_request"}},{name:"dsari",constant:"DSARI",env:"DSARI"},{name:"GitHub Actions",constant:"GITHUB_ACTIONS",env:"GITHUB_ACTIONS",pr:{GITHUB_EVENT_NAME:"pull_request"}},{name:"GitLab CI",constant:"GITLAB",env:"GITLAB_CI",pr:"CI_MERGE_REQUEST_ID"},{name:"GoCD",constant:"GOCD",env:"GO_PIPELINE_LABEL"},{name:"LayerCI",constant:"LAYERCI",env:"LAYERCI",pr:"LAYERCI_PULL_REQUEST"},{name:"Hudson",constant:"HUDSON",env:"HUDSON_URL"},{name:"Jenkins",constant:"JENKINS",env:["JENKINS_URL","BUILD_ID"],pr:{any:["ghprbPullId","CHANGE_ID"]}},{name:"Magnum CI",constant:"MAGNUM",env:"MAGNUM"},{name:"Netlify CI",constant:"NETLIFY",env:"NETLIFY",pr:{env:"PULL_REQUEST",ne:"false"}},{name:"Nevercode",constant:"NEVERCODE",env:"NEVERCODE",pr:{env:"NEVERCODE_PULL_REQUEST",ne:"false"}},{name:"Render",constant:"RENDER",env:"RENDER",pr:{IS_PULL_REQUEST:"true"}},{name:"Sail CI",constant:"SAIL",env:"SAILCI",pr:"SAIL_PULL_REQUEST_NUMBER"},{name:"Semaphore",constant:"SEMAPHORE",env:"SEMAPHORE",pr:"PULL_REQUEST_NUMBER"},{name:"Screwdriver",constant:"SCREWDRIVER",env:"SCREWDRIVER",pr:{env:"SD_PULL_REQUEST",ne:"false"}},{name:"Shippable",constant:"SHIPPABLE",env:"SHIPPABLE",pr:{IS_PULL_REQUEST:"true"}},{name:"Solano CI",constant:"SOLANO",env:"TDDIUM",pr:"TDDIUM_PR_ID"},{name:"Strider CD",constant:"STRIDER",env:"STRIDER"},{name:"TaskCluster",constant:"TASKCLUSTER",env:["TASK_ID","RUN_ID"]},{name:"TeamCity",constant:"TEAMCITY",env:"TEAMCITY_VERSION"},{name:"Travis CI",constant:"TRAVIS",env:"TRAVIS",pr:{env:"TRAVIS_PULL_REQUEST",ne:"false"}},{name:"Vercel",constant:"VERCEL",env:"NOW_BUILDER"},{name:"Visual Studio App Center",constant:"APPCENTER",env:"APPCENTER_BUILD_ID"}]});var ed=_(Xa=>{"use strict";var uK=lK(),ju=process.env;Object.defineProperty(Xa,"_vendors",{value:uK.map(function(t){return t.constant})});Xa.name=null;Xa.isPR=null;uK.forEach(function(t){let r=(Array.isArray(t.env)?t.env:[t.env]).every(function(o){return cK(o)});if(Xa[t.constant]=r,r)switch(Xa.name=t.name,typeof t.pr){case"string":Xa.isPR=!!ju[t.pr];break;case"object":"env"in t.pr?Xa.isPR=t.pr.env in ju&&ju[t.pr.env]!==t.pr.ne:"any"in t.pr?Xa.isPR=t.pr.any.some(function(o){return!!ju[o]}):Xa.isPR=cK(t.pr);break;default:Xa.isPR=null}});Xa.isCI=!!(ju.CI||ju.CONTINUOUS_INTEGRATION||ju.BUILD_NUMBER||ju.RUN_ID||Xa.name);function cK(t){return typeof t=="string"?!!ju[t]:Object.keys(t).every(function(e){return ju[e]===t[e]})}});var Hn,cn,td,SR,$D,AK,xR,bR,eP=Et(()=>{(function(t){t.StartOfInput="\0",t.EndOfInput="",t.EndOfPartialInput=""})(Hn||(Hn={}));(function(t){t[t.InitialNode=0]="InitialNode",t[t.SuccessNode=1]="SuccessNode",t[t.ErrorNode=2]="ErrorNode",t[t.CustomNode=3]="CustomNode"})(cn||(cn={}));td=-1,SR=/^(-h|--help)(?:=([0-9]+))?$/,$D=/^(--[a-z]+(?:-[a-z]+)*|-[a-zA-Z]+)$/,AK=/^-[a-zA-Z]{2,}$/,xR=/^([^=]+)=([\s\S]*)$/,bR=process.env.DEBUG_CLI==="1"});var it,my,tP,kR,rP=Et(()=>{eP();it=class extends Error{constructor(e){super(e),this.clipanion={type:"usage"},this.name="UsageError"}},my=class extends Error{constructor(e,r){if(super(),this.input=e,this.candidates=r,this.clipanion={type:"none"},this.name="UnknownSyntaxError",this.candidates.length===0)this.message="Command not found, but we're not sure what's the alternative.";else if(this.candidates.every(o=>o.reason!==null&&o.reason===r[0].reason)){let[{reason:o}]=this.candidates;this.message=`${o} +`),(0,tV.parse)(t)}function z6e(t){if(J6e.test(t))return V6e(t);let e=(0,XD.safeLoad)(t,{schema:XD.FAILSAFE_SCHEMA,json:!0});if(e==null)return{};if(typeof e!="object")throw new Error(`Expected an indexed object, got a ${typeof e} instead. Does your file follow Yaml's rules?`);if(Array.isArray(e))throw new Error("Expected an indexed object, got an array instead. Does your file follow Yaml's rules?");return e}function Ki(t){return z6e(t)}var XD,tV,K6e,$K,zD,J6e,nV=Et(()=>{XD=$e(zK()),tV=$e(ZK()),K6e=/^(?![-?:,\][{}#&*!|>'"%@` \t\r\n]).([ \t]*(?![,\][{}:# \t\r\n]).)*$/,$K=["__metadata","version","resolution","dependencies","peerDependencies","dependenciesMeta","peerDependenciesMeta","binaries"],zD=class{constructor(e){this.data=e}};Ba.PreserveOrdering=zD;J6e=/^(#.*(\r?\n))*?#\s+yarn\s+lockfile\s+v1\r?\n/i});var rI={};Vt(rI,{parseResolution:()=>MD,parseShell:()=>ND,parseSyml:()=>Ki,stringifyArgument:()=>cT,stringifyArgumentSegment:()=>uT,stringifyArithmeticExpression:()=>OD,stringifyCommand:()=>lT,stringifyCommandChain:()=>uy,stringifyCommandChainThen:()=>aT,stringifyCommandLine:()=>LD,stringifyCommandLineThen:()=>oT,stringifyEnvSegment:()=>TD,stringifyRedirectArgument:()=>Jw,stringifyResolution:()=>UD,stringifyShell:()=>cy,stringifyShellLine:()=>cy,stringifySyml:()=>Ba,stringifyValueArgument:()=>Yg});var Nl=Et(()=>{rW();oW();nV()});var sV=_((Ext,vT)=>{"use strict";var X6e=t=>{let e=!1,r=!1,o=!1;for(let a=0;a{if(!(typeof t=="string"||Array.isArray(t)))throw new TypeError("Expected the input to be `string | string[]`");e=Object.assign({pascalCase:!1},e);let r=a=>e.pascalCase?a.charAt(0).toUpperCase()+a.slice(1):a;return Array.isArray(t)?t=t.map(a=>a.trim()).filter(a=>a.length).join("-"):t=t.trim(),t.length===0?"":t.length===1?e.pascalCase?t.toUpperCase():t.toLowerCase():(t!==t.toLowerCase()&&(t=X6e(t)),t=t.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,(a,n)=>n.toUpperCase()).replace(/\d+(\w|$)/g,a=>a.toUpperCase()),r(t))};vT.exports=iV;vT.exports.default=iV});var oV=_((Cxt,Z6e)=>{Z6e.exports=[{name:"AppVeyor",constant:"APPVEYOR",env:"APPVEYOR",pr:"APPVEYOR_PULL_REQUEST_NUMBER"},{name:"Azure Pipelines",constant:"AZURE_PIPELINES",env:"SYSTEM_TEAMFOUNDATIONCOLLECTIONURI",pr:"SYSTEM_PULLREQUEST_PULLREQUESTID"},{name:"Appcircle",constant:"APPCIRCLE",env:"AC_APPCIRCLE"},{name:"Bamboo",constant:"BAMBOO",env:"bamboo_planKey"},{name:"Bitbucket Pipelines",constant:"BITBUCKET",env:"BITBUCKET_COMMIT",pr:"BITBUCKET_PR_ID"},{name:"Bitrise",constant:"BITRISE",env:"BITRISE_IO",pr:"BITRISE_PULL_REQUEST"},{name:"Buddy",constant:"BUDDY",env:"BUDDY_WORKSPACE_ID",pr:"BUDDY_EXECUTION_PULL_REQUEST_ID"},{name:"Buildkite",constant:"BUILDKITE",env:"BUILDKITE",pr:{env:"BUILDKITE_PULL_REQUEST",ne:"false"}},{name:"CircleCI",constant:"CIRCLE",env:"CIRCLECI",pr:"CIRCLE_PULL_REQUEST"},{name:"Cirrus CI",constant:"CIRRUS",env:"CIRRUS_CI",pr:"CIRRUS_PR"},{name:"AWS CodeBuild",constant:"CODEBUILD",env:"CODEBUILD_BUILD_ARN"},{name:"Codefresh",constant:"CODEFRESH",env:"CF_BUILD_ID",pr:{any:["CF_PULL_REQUEST_NUMBER","CF_PULL_REQUEST_ID"]}},{name:"Codeship",constant:"CODESHIP",env:{CI_NAME:"codeship"}},{name:"Drone",constant:"DRONE",env:"DRONE",pr:{DRONE_BUILD_EVENT:"pull_request"}},{name:"dsari",constant:"DSARI",env:"DSARI"},{name:"GitHub Actions",constant:"GITHUB_ACTIONS",env:"GITHUB_ACTIONS",pr:{GITHUB_EVENT_NAME:"pull_request"}},{name:"GitLab CI",constant:"GITLAB",env:"GITLAB_CI",pr:"CI_MERGE_REQUEST_ID"},{name:"GoCD",constant:"GOCD",env:"GO_PIPELINE_LABEL"},{name:"LayerCI",constant:"LAYERCI",env:"LAYERCI",pr:"LAYERCI_PULL_REQUEST"},{name:"Hudson",constant:"HUDSON",env:"HUDSON_URL"},{name:"Jenkins",constant:"JENKINS",env:["JENKINS_URL","BUILD_ID"],pr:{any:["ghprbPullId","CHANGE_ID"]}},{name:"Magnum CI",constant:"MAGNUM",env:"MAGNUM"},{name:"Netlify CI",constant:"NETLIFY",env:"NETLIFY",pr:{env:"PULL_REQUEST",ne:"false"}},{name:"Nevercode",constant:"NEVERCODE",env:"NEVERCODE",pr:{env:"NEVERCODE_PULL_REQUEST",ne:"false"}},{name:"Render",constant:"RENDER",env:"RENDER",pr:{IS_PULL_REQUEST:"true"}},{name:"Sail CI",constant:"SAIL",env:"SAILCI",pr:"SAIL_PULL_REQUEST_NUMBER"},{name:"Semaphore",constant:"SEMAPHORE",env:"SEMAPHORE",pr:"PULL_REQUEST_NUMBER"},{name:"Screwdriver",constant:"SCREWDRIVER",env:"SCREWDRIVER",pr:{env:"SD_PULL_REQUEST",ne:"false"}},{name:"Shippable",constant:"SHIPPABLE",env:"SHIPPABLE",pr:{IS_PULL_REQUEST:"true"}},{name:"Solano CI",constant:"SOLANO",env:"TDDIUM",pr:"TDDIUM_PR_ID"},{name:"Strider CD",constant:"STRIDER",env:"STRIDER"},{name:"TaskCluster",constant:"TASKCLUSTER",env:["TASK_ID","RUN_ID"]},{name:"TeamCity",constant:"TEAMCITY",env:"TEAMCITY_VERSION"},{name:"Travis CI",constant:"TRAVIS",env:"TRAVIS",pr:{env:"TRAVIS_PULL_REQUEST",ne:"false"}},{name:"Vercel",constant:"VERCEL",env:"NOW_BUILDER"},{name:"Visual Studio App Center",constant:"APPCENTER",env:"APPCENTER_BUILD_ID"}]});var td=_(Xa=>{"use strict";var lV=oV(),ju=process.env;Object.defineProperty(Xa,"_vendors",{value:lV.map(function(t){return t.constant})});Xa.name=null;Xa.isPR=null;lV.forEach(function(t){let r=(Array.isArray(t.env)?t.env:[t.env]).every(function(o){return aV(o)});if(Xa[t.constant]=r,r)switch(Xa.name=t.name,typeof t.pr){case"string":Xa.isPR=!!ju[t.pr];break;case"object":"env"in t.pr?Xa.isPR=t.pr.env in ju&&ju[t.pr.env]!==t.pr.ne:"any"in t.pr?Xa.isPR=t.pr.any.some(function(o){return!!ju[o]}):Xa.isPR=aV(t.pr);break;default:Xa.isPR=null}});Xa.isCI=!!(ju.CI||ju.CONTINUOUS_INTEGRATION||ju.BUILD_NUMBER||ju.RUN_ID||Xa.name);function aV(t){return typeof t=="string"?!!ju[t]:Object.keys(t).every(function(e){return ju[e]===t[e]})}});var Hn,cn,rd,DT,ZD,cV,ST,PT,$D=Et(()=>{(function(t){t.StartOfInput="\0",t.EndOfInput="",t.EndOfPartialInput=""})(Hn||(Hn={}));(function(t){t[t.InitialNode=0]="InitialNode",t[t.SuccessNode=1]="SuccessNode",t[t.ErrorNode=2]="ErrorNode",t[t.CustomNode=3]="CustomNode"})(cn||(cn={}));rd=-1,DT=/^(-h|--help)(?:=([0-9]+))?$/,ZD=/^(--[a-z]+(?:-[a-z]+)*|-[a-zA-Z]+)$/,cV=/^-[a-zA-Z]{2,}$/,ST=/^([^=]+)=([\s\S]*)$/,PT=process.env.DEBUG_CLI==="1"});var it,yy,eS,bT,tS=Et(()=>{$D();it=class extends Error{constructor(e){super(e),this.clipanion={type:"usage"},this.name="UsageError"}},yy=class extends Error{constructor(e,r){if(super(),this.input=e,this.candidates=r,this.clipanion={type:"none"},this.name="UnknownSyntaxError",this.candidates.length===0)this.message="Command not found, but we're not sure what's the alternative.";else if(this.candidates.every(o=>o.reason!==null&&o.reason===r[0].reason)){let[{reason:o}]=this.candidates;this.message=`${o} ${this.candidates.map(({usage:a})=>`$ ${a}`).join(` `)}`}else if(this.candidates.length===1){let[{usage:o}]=this.candidates;this.message=`Command not found; did you mean: $ ${o} -${kR(e)}`}else this.message=`Command not found; did you mean one of: +${bT(e)}`}else this.message=`Command not found; did you mean one of: ${this.candidates.map(({usage:o},a)=>`${`${a}.`.padStart(4)} ${o}`).join(` `)} -${kR(e)}`}},tP=class extends Error{constructor(e,r){super(),this.input=e,this.usages=r,this.clipanion={type:"none"},this.name="AmbiguousSyntaxError",this.message=`Cannot find which to pick amongst the following alternatives: +${bT(e)}`}},eS=class extends Error{constructor(e,r){super(),this.input=e,this.usages=r,this.clipanion={type:"none"},this.name="AmbiguousSyntaxError",this.message=`Cannot find which to pick amongst the following alternatives: ${this.usages.map((o,a)=>`${`${a}.`.padStart(4)} ${o}`).join(` `)} -${kR(e)}`}},kR=t=>`While running ${t.filter(e=>e!==Hn.EndOfInput&&e!==Hn.EndOfPartialInput).map(e=>{let r=JSON.stringify(e);return e.match(/\s/)||e.length===0||r!==`"${e}"`?r:e}).join(" ")}`});function ije(t){let e=t.split(` +${bT(e)}`}},bT=t=>`While running ${t.filter(e=>e!==Hn.EndOfInput&&e!==Hn.EndOfPartialInput).map(e=>{let r=JSON.stringify(e);return e.match(/\s/)||e.length===0||r!==`"${e}"`?r:e}).join(" ")}`});function $6e(t){let e=t.split(` `),r=e.filter(a=>a.match(/\S/)),o=r.length>0?r.reduce((a,n)=>Math.min(a,n.length-n.trimStart().length),Number.MAX_VALUE):0;return e.map(a=>a.slice(o).trimRight()).join(` `)}function Do(t,{format:e,paragraphs:r}){return t=t.replace(/\r\n?/g,` -`),t=ije(t),t=t.replace(/^\n+|\n+$/g,""),t=t.replace(/^(\s*)-([^\n]*?)\n+/gm,`$1-$2 +`),t=$6e(t),t=t.replace(/^\n+|\n+$/g,""),t=t.replace(/^(\s*)-([^\n]*?)\n+/gm,`$1-$2 `),t=t.replace(/\n(\n)?\n*/g,(o,a)=>a||" "),r&&(t=t.split(/\n/).map(o=>{let a=o.match(/^\s*[*-][\t ]+(.*)/);if(!a)return o.match(/(.{1,80})(?: |$)/g).join(` `);let n=o.length-o.trimStart().length;return a[1].match(new RegExp(`(.{1,${78-n}})(?: |$)`,"g")).map((u,A)=>" ".repeat(n)+(A===0?"- ":" ")+u).join(` `)}).join(` `)),t=t.replace(/(`+)((?:.|[\n])*?)\1/g,(o,a,n)=>e.code(a+n+a)),t=t.replace(/(\*\*)((?:.|[\n])*?)\1/g,(o,a,n)=>e.bold(a+n+a)),t?`${t} -`:""}var QR,fK,pK,FR=Et(()=>{QR=Array(80).fill("\u2501");for(let t=0;t<=24;++t)QR[QR.length-t]=`\x1B[38;5;${232+t}m\u2501`;fK={header:t=>`\x1B[1m\u2501\u2501\u2501 ${t}${t.length<80-5?` ${QR.slice(t.length+5).join("")}`:":"}\x1B[0m`,bold:t=>`\x1B[1m${t}\x1B[22m`,error:t=>`\x1B[31m\x1B[1m${t}\x1B[22m\x1B[39m`,code:t=>`\x1B[36m${t}\x1B[39m`},pK={header:t=>t,bold:t=>t,error:t=>t,code:t=>t}});function Vo(t){return{...t,[rI]:!0}}function qu(t,e){return typeof t>"u"?[t,e]:typeof t=="object"&&t!==null&&!Array.isArray(t)?[void 0,t]:[t,e]}function nP(t,{mergeName:e=!1}={}){let r=t.match(/^([^:]+): (.*)$/m);if(!r)return"validation failed";let[,o,a]=r;return e&&(a=a[0].toLowerCase()+a.slice(1)),a=o!=="."||!e?`${o.replace(/^\.(\[|$)/,"$1")}: ${a}`:`: ${a}`,a}function nI(t,e){return e.length===1?new it(`${t}${nP(e[0],{mergeName:!0})}`):new it(`${t}: +`:""}var xT,uV,AV,kT=Et(()=>{xT=Array(80).fill("\u2501");for(let t=0;t<=24;++t)xT[xT.length-t]=`\x1B[38;5;${232+t}m\u2501`;uV={header:t=>`\x1B[1m\u2501\u2501\u2501 ${t}${t.length<80-5?` ${xT.slice(t.length+5).join("")}`:":"}\x1B[0m`,bold:t=>`\x1B[1m${t}\x1B[22m`,error:t=>`\x1B[31m\x1B[1m${t}\x1B[22m\x1B[39m`,code:t=>`\x1B[36m${t}\x1B[39m`},AV={header:t=>t,bold:t=>t,error:t=>t,code:t=>t}});function Ko(t){return{...t,[nI]:!0}}function Gu(t,e){return typeof t>"u"?[t,e]:typeof t=="object"&&t!==null&&!Array.isArray(t)?[void 0,t]:[t,e]}function rS(t,{mergeName:e=!1}={}){let r=t.match(/^([^:]+): (.*)$/m);if(!r)return"validation failed";let[,o,a]=r;return e&&(a=a[0].toLowerCase()+a.slice(1)),a=o!=="."||!e?`${o.replace(/^\.(\[|$)/,"$1")}: ${a}`:`: ${a}`,a}function iI(t,e){return e.length===1?new it(`${t}${rS(e[0],{mergeName:!0})}`):new it(`${t}: ${e.map(r=>` -- ${nP(r)}`).join("")}`)}function rd(t,e,r){if(typeof r>"u")return e;let o=[],a=[],n=A=>{let p=e;return e=A,n.bind(null,p)};if(!r(e,{errors:o,coercions:a,coercion:n}))throw nI(`Invalid value for ${t}`,o);for(let[,A]of a)A();return e}var rI,yf=Et(()=>{rP();rI=Symbol("clipanion/isOption")});var Ko={};Kt(Ko,{KeyRelationship:()=>Gu,TypeAssertionError:()=>Wp,applyCascade:()=>oI,as:()=>Bje,assert:()=>Cje,assertWithErrors:()=>wje,cascade:()=>aP,fn:()=>vje,hasAtLeastOneKey:()=>UR,hasExactLength:()=>yK,hasForbiddenKeys:()=>qje,hasKeyRelationship:()=>lI,hasMaxLength:()=>Pje,hasMinLength:()=>Dje,hasMutuallyExclusiveKeys:()=>Gje,hasRequiredKeys:()=>jje,hasUniqueItems:()=>Sje,isArray:()=>iP,isAtLeast:()=>MR,isAtMost:()=>kje,isBase64:()=>Oje,isBoolean:()=>fje,isDate:()=>hje,isDict:()=>mje,isEnum:()=>Vs,isHexColor:()=>Mje,isISO8601:()=>Lje,isInExclusiveRange:()=>Fje,isInInclusiveRange:()=>Qje,isInstanceOf:()=>Eje,isInteger:()=>OR,isJSON:()=>Uje,isLiteral:()=>gK,isLowerCase:()=>Tje,isMap:()=>dje,isNegative:()=>xje,isNullable:()=>Hje,isNumber:()=>NR,isObject:()=>dK,isOneOf:()=>LR,isOptional:()=>_je,isPartial:()=>yje,isPayload:()=>pje,isPositive:()=>bje,isRecord:()=>oP,isSet:()=>gje,isString:()=>Ey,isTuple:()=>sP,isUUID4:()=>Nje,isUnknown:()=>RR,isUpperCase:()=>Rje,makeTrait:()=>mK,makeValidator:()=>Hr,matchesRegExp:()=>sI,softAssert:()=>Ije});function jn(t){return t===null?"null":t===void 0?"undefined":t===""?"an empty string":typeof t=="symbol"?`<${t.toString()}>`:Array.isArray(t)?"an array":JSON.stringify(t)}function yy(t,e){if(t.length===0)return"nothing";if(t.length===1)return jn(t[0]);let r=t.slice(0,-1),o=t[t.length-1],a=t.length>2?`, ${e} `:` ${e} `;return`${r.map(n=>jn(n)).join(", ")}${a}${jn(o)}`}function Yp(t,e){var r,o,a;return typeof e=="number"?`${(r=t?.p)!==null&&r!==void 0?r:"."}[${e}]`:sje.test(e)?`${(o=t?.p)!==null&&o!==void 0?o:""}.${e}`:`${(a=t?.p)!==null&&a!==void 0?a:"."}[${JSON.stringify(e)}]`}function TR(t,e,r){return t===1?e:r}function pr({errors:t,p:e}={},r){return t?.push(`${e??"."}: ${r}`),!1}function uje(t,e){return r=>{t[e]=r}}function Yu(t,e){return r=>{let o=t[e];return t[e]=r,Yu(t,e).bind(null,o)}}function iI(t,e,r){let o=()=>(t(r()),a),a=()=>(t(e),o);return o}function RR(){return Hr({test:(t,e)=>!0})}function gK(t){return Hr({test:(e,r)=>e!==t?pr(r,`Expected ${jn(t)} (got ${jn(e)})`):!0})}function Ey(){return Hr({test:(t,e)=>typeof t!="string"?pr(e,`Expected a string (got ${jn(t)})`):!0})}function Vs(t){let e=Array.isArray(t)?t:Object.values(t),r=e.every(a=>typeof a=="string"||typeof a=="number"),o=new Set(e);return o.size===1?gK([...o][0]):Hr({test:(a,n)=>o.has(a)?!0:r?pr(n,`Expected one of ${yy(e,"or")} (got ${jn(a)})`):pr(n,`Expected a valid enumeration value (got ${jn(a)})`)})}function fje(){return Hr({test:(t,e)=>{var r;if(typeof t!="boolean"){if(typeof e?.coercions<"u"){if(typeof e?.coercion>"u")return pr(e,"Unbound coercion result");let o=Aje.get(t);if(typeof o<"u")return e.coercions.push([(r=e.p)!==null&&r!==void 0?r:".",e.coercion.bind(null,o)]),!0}return pr(e,`Expected a boolean (got ${jn(t)})`)}return!0}})}function NR(){return Hr({test:(t,e)=>{var r;if(typeof t!="number"){if(typeof e?.coercions<"u"){if(typeof e?.coercion>"u")return pr(e,"Unbound coercion result");let o;if(typeof t=="string"){let a;try{a=JSON.parse(t)}catch{}if(typeof a=="number")if(JSON.stringify(a)===t)o=a;else return pr(e,`Received a number that can't be safely represented by the runtime (${t})`)}if(typeof o<"u")return e.coercions.push([(r=e.p)!==null&&r!==void 0?r:".",e.coercion.bind(null,o)]),!0}return pr(e,`Expected a number (got ${jn(t)})`)}return!0}})}function pje(t){return Hr({test:(e,r)=>{var o;if(typeof r?.coercions>"u")return pr(r,"The isPayload predicate can only be used with coercion enabled");if(typeof r.coercion>"u")return pr(r,"Unbound coercion result");if(typeof e!="string")return pr(r,`Expected a string (got ${jn(e)})`);let a;try{a=JSON.parse(e)}catch{return pr(r,`Expected a JSON string (got ${jn(e)})`)}let n={value:a};return t(a,Object.assign(Object.assign({},r),{coercion:Yu(n,"value")}))?(r.coercions.push([(o=r.p)!==null&&o!==void 0?o:".",r.coercion.bind(null,n.value)]),!0):!1}})}function hje(){return Hr({test:(t,e)=>{var r;if(!(t instanceof Date)){if(typeof e?.coercions<"u"){if(typeof e?.coercion>"u")return pr(e,"Unbound coercion result");let o;if(typeof t=="string"&&hK.test(t))o=new Date(t);else{let a;if(typeof t=="string"){let n;try{n=JSON.parse(t)}catch{}typeof n=="number"&&(a=n)}else typeof t=="number"&&(a=t);if(typeof a<"u")if(Number.isSafeInteger(a)||!Number.isSafeInteger(a*1e3))o=new Date(a*1e3);else return pr(e,`Received a timestamp that can't be safely represented by the runtime (${t})`)}if(typeof o<"u")return e.coercions.push([(r=e.p)!==null&&r!==void 0?r:".",e.coercion.bind(null,o)]),!0}return pr(e,`Expected a date (got ${jn(t)})`)}return!0}})}function iP(t,{delimiter:e}={}){return Hr({test:(r,o)=>{var a;let n=r;if(typeof r=="string"&&typeof e<"u"&&typeof o?.coercions<"u"){if(typeof o?.coercion>"u")return pr(o,"Unbound coercion result");r=r.split(e)}if(!Array.isArray(r))return pr(o,`Expected an array (got ${jn(r)})`);let u=!0;for(let A=0,p=r.length;A{var n,u;if(Object.getPrototypeOf(o).toString()==="[object Set]")if(typeof a?.coercions<"u"){if(typeof a?.coercion>"u")return pr(a,"Unbound coercion result");let A=[...o],p=[...o];if(!r(p,Object.assign(Object.assign({},a),{coercion:void 0})))return!1;let h=()=>p.some((E,I)=>E!==A[I])?new Set(p):o;return a.coercions.push([(n=a.p)!==null&&n!==void 0?n:".",iI(a.coercion,o,h)]),!0}else{let A=!0;for(let p of o)if(A=t(p,Object.assign({},a))&&A,!A&&a?.errors==null)break;return A}if(typeof a?.coercions<"u"){if(typeof a?.coercion>"u")return pr(a,"Unbound coercion result");let A={value:o};return r(o,Object.assign(Object.assign({},a),{coercion:Yu(A,"value")}))?(a.coercions.push([(u=a.p)!==null&&u!==void 0?u:".",iI(a.coercion,o,()=>new Set(A.value))]),!0):!1}return pr(a,`Expected a set (got ${jn(o)})`)}})}function dje(t,e){let r=iP(sP([t,e])),o=oP(e,{keys:t});return Hr({test:(a,n)=>{var u,A,p;if(Object.getPrototypeOf(a).toString()==="[object Map]")if(typeof n?.coercions<"u"){if(typeof n?.coercion>"u")return pr(n,"Unbound coercion result");let h=[...a],E=[...a];if(!r(E,Object.assign(Object.assign({},n),{coercion:void 0})))return!1;let I=()=>E.some((v,b)=>v[0]!==h[b][0]||v[1]!==h[b][1])?new Map(E):a;return n.coercions.push([(u=n.p)!==null&&u!==void 0?u:".",iI(n.coercion,a,I)]),!0}else{let h=!0;for(let[E,I]of a)if(h=t(E,Object.assign({},n))&&h,!h&&n?.errors==null||(h=e(I,Object.assign(Object.assign({},n),{p:Yp(n,E)}))&&h,!h&&n?.errors==null))break;return h}if(typeof n?.coercions<"u"){if(typeof n?.coercion>"u")return pr(n,"Unbound coercion result");let h={value:a};return Array.isArray(a)?r(a,Object.assign(Object.assign({},n),{coercion:void 0}))?(n.coercions.push([(A=n.p)!==null&&A!==void 0?A:".",iI(n.coercion,a,()=>new Map(h.value))]),!0):!1:o(a,Object.assign(Object.assign({},n),{coercion:Yu(h,"value")}))?(n.coercions.push([(p=n.p)!==null&&p!==void 0?p:".",iI(n.coercion,a,()=>new Map(Object.entries(h.value)))]),!0):!1}return pr(n,`Expected a map (got ${jn(a)})`)}})}function sP(t,{delimiter:e}={}){let r=yK(t.length);return Hr({test:(o,a)=>{var n;if(typeof o=="string"&&typeof e<"u"&&typeof a?.coercions<"u"){if(typeof a?.coercion>"u")return pr(a,"Unbound coercion result");o=o.split(e),a.coercions.push([(n=a.p)!==null&&n!==void 0?n:".",a.coercion.bind(null,o)])}if(!Array.isArray(o))return pr(a,`Expected a tuple (got ${jn(o)})`);let u=r(o,Object.assign({},a));for(let A=0,p=o.length;A{var n;if(Array.isArray(o)&&typeof a?.coercions<"u")return typeof a?.coercion>"u"?pr(a,"Unbound coercion result"):r(o,Object.assign(Object.assign({},a),{coercion:void 0}))?(o=Object.fromEntries(o),a.coercions.push([(n=a.p)!==null&&n!==void 0?n:".",a.coercion.bind(null,o)]),!0):!1;if(typeof o!="object"||o===null)return pr(a,`Expected an object (got ${jn(o)})`);let u=Object.keys(o),A=!0;for(let p=0,h=u.length;p{if(typeof a!="object"||a===null)return pr(n,`Expected an object (got ${jn(a)})`);let u=new Set([...r,...Object.keys(a)]),A={},p=!0;for(let h of u){if(h==="constructor"||h==="__proto__")p=pr(Object.assign(Object.assign({},n),{p:Yp(n,h)}),"Unsafe property name");else{let E=Object.prototype.hasOwnProperty.call(t,h)?t[h]:void 0,I=Object.prototype.hasOwnProperty.call(a,h)?a[h]:void 0;typeof E<"u"?p=E(I,Object.assign(Object.assign({},n),{p:Yp(n,h),coercion:Yu(a,h)}))&&p:e===null?p=pr(Object.assign(Object.assign({},n),{p:Yp(n,h)}),`Extraneous property (got ${jn(I)})`):Object.defineProperty(A,h,{enumerable:!0,get:()=>I,set:uje(a,h)})}if(!p&&n?.errors==null)break}return e!==null&&(p||n?.errors!=null)&&(p=e(A,n)&&p),p}});return Object.assign(o,{properties:t})}function yje(t){return dK(t,{extra:oP(RR())})}function mK(t){return()=>t}function Hr({test:t}){return mK(t)()}function Cje(t,e){if(!e(t))throw new Wp}function wje(t,e){let r=[];if(!e(t,{errors:r}))throw new Wp({errors:r})}function Ije(t,e){}function Bje(t,e,{coerce:r=!1,errors:o,throw:a}={}){let n=o?[]:void 0;if(!r){if(e(t,{errors:n}))return a?t:{value:t,errors:void 0};if(a)throw new Wp({errors:n});return{value:void 0,errors:n??!0}}let u={value:t},A=Yu(u,"value"),p=[];if(!e(t,{errors:n,coercion:A,coercions:p})){if(a)throw new Wp({errors:n});return{value:void 0,errors:n??!0}}for(let[,h]of p)h();return a?u.value:{value:u.value,errors:void 0}}function vje(t,e){let r=sP(t);return(...o)=>{if(!r(o))throw new Wp;return e(...o)}}function Dje(t){return Hr({test:(e,r)=>e.length>=t?!0:pr(r,`Expected to have a length of at least ${t} elements (got ${e.length})`)})}function Pje(t){return Hr({test:(e,r)=>e.length<=t?!0:pr(r,`Expected to have a length of at most ${t} elements (got ${e.length})`)})}function yK(t){return Hr({test:(e,r)=>e.length!==t?pr(r,`Expected to have a length of exactly ${t} elements (got ${e.length})`):!0})}function Sje({map:t}={}){return Hr({test:(e,r)=>{let o=new Set,a=new Set;for(let n=0,u=e.length;nt<=0?!0:pr(e,`Expected to be negative (got ${t})`)})}function bje(){return Hr({test:(t,e)=>t>=0?!0:pr(e,`Expected to be positive (got ${t})`)})}function MR(t){return Hr({test:(e,r)=>e>=t?!0:pr(r,`Expected to be at least ${t} (got ${e})`)})}function kje(t){return Hr({test:(e,r)=>e<=t?!0:pr(r,`Expected to be at most ${t} (got ${e})`)})}function Qje(t,e){return Hr({test:(r,o)=>r>=t&&r<=e?!0:pr(o,`Expected to be in the [${t}; ${e}] range (got ${r})`)})}function Fje(t,e){return Hr({test:(r,o)=>r>=t&&re!==Math.round(e)?pr(r,`Expected to be an integer (got ${e})`):!t&&!Number.isSafeInteger(e)?pr(r,`Expected to be a safe integer (got ${e})`):!0})}function sI(t){return Hr({test:(e,r)=>t.test(e)?!0:pr(r,`Expected to match the pattern ${t.toString()} (got ${jn(e)})`)})}function Tje(){return Hr({test:(t,e)=>t!==t.toLowerCase()?pr(e,`Expected to be all-lowercase (got ${t})`):!0})}function Rje(){return Hr({test:(t,e)=>t!==t.toUpperCase()?pr(e,`Expected to be all-uppercase (got ${t})`):!0})}function Nje(){return Hr({test:(t,e)=>cje.test(t)?!0:pr(e,`Expected to be a valid UUID v4 (got ${jn(t)})`)})}function Lje(){return Hr({test:(t,e)=>hK.test(t)?!0:pr(e,`Expected to be a valid ISO 8601 date string (got ${jn(t)})`)})}function Mje({alpha:t=!1}){return Hr({test:(e,r)=>(t?oje.test(e):aje.test(e))?!0:pr(r,`Expected to be a valid hexadecimal color string (got ${jn(e)})`)})}function Oje(){return Hr({test:(t,e)=>lje.test(t)?!0:pr(e,`Expected to be a valid base 64 string (got ${jn(t)})`)})}function Uje(t=RR()){return Hr({test:(e,r)=>{let o;try{o=JSON.parse(e)}catch{return pr(r,`Expected to be a valid JSON string (got ${jn(e)})`)}return t(o,r)}})}function aP(t,...e){let r=Array.isArray(e[0])?e[0]:e;return Hr({test:(o,a)=>{var n,u;let A={value:o},p=typeof a?.coercions<"u"?Yu(A,"value"):void 0,h=typeof a?.coercions<"u"?[]:void 0;if(!t(o,Object.assign(Object.assign({},a),{coercion:p,coercions:h})))return!1;let E=[];if(typeof h<"u")for(let[,I]of h)E.push(I());try{if(typeof a?.coercions<"u"){if(A.value!==o){if(typeof a?.coercion>"u")return pr(a,"Unbound coercion result");a.coercions.push([(n=a.p)!==null&&n!==void 0?n:".",a.coercion.bind(null,A.value)])}(u=a?.coercions)===null||u===void 0||u.push(...h)}return r.every(I=>I(A.value,a))}finally{for(let I of E)I()}}})}function oI(t,...e){let r=Array.isArray(e[0])?e[0]:e;return aP(t,r)}function _je(t){return Hr({test:(e,r)=>typeof e>"u"?!0:t(e,r)})}function Hje(t){return Hr({test:(e,r)=>e===null?!0:t(e,r)})}function jje(t,e){var r;let o=new Set(t),a=aI[(r=e?.missingIf)!==null&&r!==void 0?r:"missing"];return Hr({test:(n,u)=>{let A=new Set(Object.keys(n)),p=[];for(let h of o)a(A,h,n)||p.push(h);return p.length>0?pr(u,`Missing required ${TR(p.length,"property","properties")} ${yy(p,"and")}`):!0}})}function UR(t,e){var r;let o=new Set(t),a=aI[(r=e?.missingIf)!==null&&r!==void 0?r:"missing"];return Hr({test:(n,u)=>Object.keys(n).some(h=>a(o,h,n))?!0:pr(u,`Missing at least one property from ${yy(Array.from(o),"or")}`)})}function qje(t,e){var r;let o=new Set(t),a=aI[(r=e?.missingIf)!==null&&r!==void 0?r:"missing"];return Hr({test:(n,u)=>{let A=new Set(Object.keys(n)),p=[];for(let h of o)a(A,h,n)&&p.push(h);return p.length>0?pr(u,`Forbidden ${TR(p.length,"property","properties")} ${yy(p,"and")}`):!0}})}function Gje(t,e){var r;let o=new Set(t),a=aI[(r=e?.missingIf)!==null&&r!==void 0?r:"missing"];return Hr({test:(n,u)=>{let A=new Set(Object.keys(n)),p=[];for(let h of o)a(A,h,n)&&p.push(h);return p.length>1?pr(u,`Mutually exclusive properties ${yy(p,"and")}`):!0}})}function lI(t,e,r,o){var a,n;let u=new Set((a=o?.ignore)!==null&&a!==void 0?a:[]),A=aI[(n=o?.missingIf)!==null&&n!==void 0?n:"missing"],p=new Set(r),h=Yje[e],E=e===Gu.Forbids?"or":"and";return Hr({test:(I,v)=>{let b=new Set(Object.keys(I));if(!A(b,t,I)||u.has(I[t]))return!0;let C=[];for(let T of p)(A(b,T,I)&&!u.has(I[T]))!==h.expect&&C.push(T);return C.length>=1?pr(v,`Property "${t}" ${h.message} ${TR(C.length,"property","properties")} ${yy(C,E)}`):!0}})}var sje,oje,aje,lje,cje,hK,Aje,Eje,LR,Wp,aI,Gu,Yje,Za=Et(()=>{sje=/^[a-zA-Z_][a-zA-Z0-9_]*$/;oje=/^#[0-9a-f]{6}$/i,aje=/^#[0-9a-f]{6}([0-9a-f]{2})?$/i,lje=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,cje=/^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$/i,hK=/^(?:[1-9]\d{3}(-?)(?:(?:0[1-9]|1[0-2])\1(?:0[1-9]|1\d|2[0-8])|(?:0[13-9]|1[0-2])\1(?:29|30)|(?:0[13578]|1[02])(?:\1)31|00[1-9]|0[1-9]\d|[12]\d{2}|3(?:[0-5]\d|6[0-5]))|(?:[1-9]\d(?:0[48]|[2468][048]|[13579][26])|(?:[2468][048]|[13579][26])00)(?:(-?)02(?:\2)29|-?366))T(?:[01]\d|2[0-3])(:?)[0-5]\d(?:\3[0-5]\d)?(?:Z|[+-][01]\d(?:\3[0-5]\d)?)$/;Aje=new Map([["true",!0],["True",!0],["1",!0],[1,!0],["false",!1],["False",!1],["0",!1],[0,!1]]);Eje=t=>Hr({test:(e,r)=>e instanceof t?!0:pr(r,`Expected an instance of ${t.name} (got ${jn(e)})`)}),LR=(t,{exclusive:e=!1}={})=>Hr({test:(r,o)=>{var a,n,u;let A=[],p=typeof o?.errors<"u"?[]:void 0;for(let h=0,E=t.length;h1?pr(o,`Expected to match exactly a single predicate (matched ${A.join(", ")})`):(u=o?.errors)===null||u===void 0||u.push(...p),!1}});Wp=class extends Error{constructor({errors:e}={}){let r="Type mismatch";if(e&&e.length>0){r+=` +- ${rS(r)}`).join("")}`)}function nd(t,e,r){if(typeof r>"u")return e;let o=[],a=[],n=A=>{let p=e;return e=A,n.bind(null,p)};if(!r(e,{errors:o,coercions:a,coercion:n}))throw iI(`Invalid value for ${t}`,o);for(let[,A]of a)A();return e}var nI,Ef=Et(()=>{tS();nI=Symbol("clipanion/isOption")});var Vo={};Vt(Vo,{KeyRelationship:()=>qu,TypeAssertionError:()=>Kp,applyCascade:()=>aI,as:()=>yje,assert:()=>gje,assertWithErrors:()=>dje,cascade:()=>oS,fn:()=>Eje,hasAtLeastOneKey:()=>OT,hasExactLength:()=>dV,hasForbiddenKeys:()=>Mje,hasKeyRelationship:()=>cI,hasMaxLength:()=>wje,hasMinLength:()=>Cje,hasMutuallyExclusiveKeys:()=>Uje,hasRequiredKeys:()=>Oje,hasUniqueItems:()=>Ije,isArray:()=>nS,isAtLeast:()=>NT,isAtMost:()=>Dje,isBase64:()=>Rje,isBoolean:()=>aje,isDate:()=>cje,isDict:()=>fje,isEnum:()=>Ks,isHexColor:()=>Fje,isISO8601:()=>Qje,isInExclusiveRange:()=>Pje,isInInclusiveRange:()=>Sje,isInstanceOf:()=>hje,isInteger:()=>LT,isJSON:()=>Tje,isLiteral:()=>pV,isLowerCase:()=>bje,isMap:()=>Aje,isNegative:()=>Bje,isNullable:()=>Lje,isNumber:()=>RT,isObject:()=>hV,isOneOf:()=>TT,isOptional:()=>Nje,isPartial:()=>pje,isPayload:()=>lje,isPositive:()=>vje,isRecord:()=>sS,isSet:()=>uje,isString:()=>Cy,isTuple:()=>iS,isUUID4:()=>kje,isUnknown:()=>FT,isUpperCase:()=>xje,makeTrait:()=>gV,makeValidator:()=>Hr,matchesRegExp:()=>oI,softAssert:()=>mje});function jn(t){return t===null?"null":t===void 0?"undefined":t===""?"an empty string":typeof t=="symbol"?`<${t.toString()}>`:Array.isArray(t)?"an array":JSON.stringify(t)}function Ey(t,e){if(t.length===0)return"nothing";if(t.length===1)return jn(t[0]);let r=t.slice(0,-1),o=t[t.length-1],a=t.length>2?`, ${e} `:` ${e} `;return`${r.map(n=>jn(n)).join(", ")}${a}${jn(o)}`}function Wp(t,e){var r,o,a;return typeof e=="number"?`${(r=t?.p)!==null&&r!==void 0?r:"."}[${e}]`:eje.test(e)?`${(o=t?.p)!==null&&o!==void 0?o:""}.${e}`:`${(a=t?.p)!==null&&a!==void 0?a:"."}[${JSON.stringify(e)}]`}function QT(t,e,r){return t===1?e:r}function pr({errors:t,p:e}={},r){return t?.push(`${e??"."}: ${r}`),!1}function sje(t,e){return r=>{t[e]=r}}function Yu(t,e){return r=>{let o=t[e];return t[e]=r,Yu(t,e).bind(null,o)}}function sI(t,e,r){let o=()=>(t(r()),a),a=()=>(t(e),o);return o}function FT(){return Hr({test:(t,e)=>!0})}function pV(t){return Hr({test:(e,r)=>e!==t?pr(r,`Expected ${jn(t)} (got ${jn(e)})`):!0})}function Cy(){return Hr({test:(t,e)=>typeof t!="string"?pr(e,`Expected a string (got ${jn(t)})`):!0})}function Ks(t){let e=Array.isArray(t)?t:Object.values(t),r=e.every(a=>typeof a=="string"||typeof a=="number"),o=new Set(e);return o.size===1?pV([...o][0]):Hr({test:(a,n)=>o.has(a)?!0:r?pr(n,`Expected one of ${Ey(e,"or")} (got ${jn(a)})`):pr(n,`Expected a valid enumeration value (got ${jn(a)})`)})}function aje(){return Hr({test:(t,e)=>{var r;if(typeof t!="boolean"){if(typeof e?.coercions<"u"){if(typeof e?.coercion>"u")return pr(e,"Unbound coercion result");let o=oje.get(t);if(typeof o<"u")return e.coercions.push([(r=e.p)!==null&&r!==void 0?r:".",e.coercion.bind(null,o)]),!0}return pr(e,`Expected a boolean (got ${jn(t)})`)}return!0}})}function RT(){return Hr({test:(t,e)=>{var r;if(typeof t!="number"){if(typeof e?.coercions<"u"){if(typeof e?.coercion>"u")return pr(e,"Unbound coercion result");let o;if(typeof t=="string"){let a;try{a=JSON.parse(t)}catch{}if(typeof a=="number")if(JSON.stringify(a)===t)o=a;else return pr(e,`Received a number that can't be safely represented by the runtime (${t})`)}if(typeof o<"u")return e.coercions.push([(r=e.p)!==null&&r!==void 0?r:".",e.coercion.bind(null,o)]),!0}return pr(e,`Expected a number (got ${jn(t)})`)}return!0}})}function lje(t){return Hr({test:(e,r)=>{var o;if(typeof r?.coercions>"u")return pr(r,"The isPayload predicate can only be used with coercion enabled");if(typeof r.coercion>"u")return pr(r,"Unbound coercion result");if(typeof e!="string")return pr(r,`Expected a string (got ${jn(e)})`);let a;try{a=JSON.parse(e)}catch{return pr(r,`Expected a JSON string (got ${jn(e)})`)}let n={value:a};return t(a,Object.assign(Object.assign({},r),{coercion:Yu(n,"value")}))?(r.coercions.push([(o=r.p)!==null&&o!==void 0?o:".",r.coercion.bind(null,n.value)]),!0):!1}})}function cje(){return Hr({test:(t,e)=>{var r;if(!(t instanceof Date)){if(typeof e?.coercions<"u"){if(typeof e?.coercion>"u")return pr(e,"Unbound coercion result");let o;if(typeof t=="string"&&fV.test(t))o=new Date(t);else{let a;if(typeof t=="string"){let n;try{n=JSON.parse(t)}catch{}typeof n=="number"&&(a=n)}else typeof t=="number"&&(a=t);if(typeof a<"u")if(Number.isSafeInteger(a)||!Number.isSafeInteger(a*1e3))o=new Date(a*1e3);else return pr(e,`Received a timestamp that can't be safely represented by the runtime (${t})`)}if(typeof o<"u")return e.coercions.push([(r=e.p)!==null&&r!==void 0?r:".",e.coercion.bind(null,o)]),!0}return pr(e,`Expected a date (got ${jn(t)})`)}return!0}})}function nS(t,{delimiter:e}={}){return Hr({test:(r,o)=>{var a;let n=r;if(typeof r=="string"&&typeof e<"u"&&typeof o?.coercions<"u"){if(typeof o?.coercion>"u")return pr(o,"Unbound coercion result");r=r.split(e)}if(!Array.isArray(r))return pr(o,`Expected an array (got ${jn(r)})`);let u=!0;for(let A=0,p=r.length;A{var n,u;if(Object.getPrototypeOf(o).toString()==="[object Set]")if(typeof a?.coercions<"u"){if(typeof a?.coercion>"u")return pr(a,"Unbound coercion result");let A=[...o],p=[...o];if(!r(p,Object.assign(Object.assign({},a),{coercion:void 0})))return!1;let h=()=>p.some((E,I)=>E!==A[I])?new Set(p):o;return a.coercions.push([(n=a.p)!==null&&n!==void 0?n:".",sI(a.coercion,o,h)]),!0}else{let A=!0;for(let p of o)if(A=t(p,Object.assign({},a))&&A,!A&&a?.errors==null)break;return A}if(typeof a?.coercions<"u"){if(typeof a?.coercion>"u")return pr(a,"Unbound coercion result");let A={value:o};return r(o,Object.assign(Object.assign({},a),{coercion:Yu(A,"value")}))?(a.coercions.push([(u=a.p)!==null&&u!==void 0?u:".",sI(a.coercion,o,()=>new Set(A.value))]),!0):!1}return pr(a,`Expected a set (got ${jn(o)})`)}})}function Aje(t,e){let r=nS(iS([t,e])),o=sS(e,{keys:t});return Hr({test:(a,n)=>{var u,A,p;if(Object.getPrototypeOf(a).toString()==="[object Map]")if(typeof n?.coercions<"u"){if(typeof n?.coercion>"u")return pr(n,"Unbound coercion result");let h=[...a],E=[...a];if(!r(E,Object.assign(Object.assign({},n),{coercion:void 0})))return!1;let I=()=>E.some((v,x)=>v[0]!==h[x][0]||v[1]!==h[x][1])?new Map(E):a;return n.coercions.push([(u=n.p)!==null&&u!==void 0?u:".",sI(n.coercion,a,I)]),!0}else{let h=!0;for(let[E,I]of a)if(h=t(E,Object.assign({},n))&&h,!h&&n?.errors==null||(h=e(I,Object.assign(Object.assign({},n),{p:Wp(n,E)}))&&h,!h&&n?.errors==null))break;return h}if(typeof n?.coercions<"u"){if(typeof n?.coercion>"u")return pr(n,"Unbound coercion result");let h={value:a};return Array.isArray(a)?r(a,Object.assign(Object.assign({},n),{coercion:void 0}))?(n.coercions.push([(A=n.p)!==null&&A!==void 0?A:".",sI(n.coercion,a,()=>new Map(h.value))]),!0):!1:o(a,Object.assign(Object.assign({},n),{coercion:Yu(h,"value")}))?(n.coercions.push([(p=n.p)!==null&&p!==void 0?p:".",sI(n.coercion,a,()=>new Map(Object.entries(h.value)))]),!0):!1}return pr(n,`Expected a map (got ${jn(a)})`)}})}function iS(t,{delimiter:e}={}){let r=dV(t.length);return Hr({test:(o,a)=>{var n;if(typeof o=="string"&&typeof e<"u"&&typeof a?.coercions<"u"){if(typeof a?.coercion>"u")return pr(a,"Unbound coercion result");o=o.split(e),a.coercions.push([(n=a.p)!==null&&n!==void 0?n:".",a.coercion.bind(null,o)])}if(!Array.isArray(o))return pr(a,`Expected a tuple (got ${jn(o)})`);let u=r(o,Object.assign({},a));for(let A=0,p=o.length;A{var n;if(Array.isArray(o)&&typeof a?.coercions<"u")return typeof a?.coercion>"u"?pr(a,"Unbound coercion result"):r(o,Object.assign(Object.assign({},a),{coercion:void 0}))?(o=Object.fromEntries(o),a.coercions.push([(n=a.p)!==null&&n!==void 0?n:".",a.coercion.bind(null,o)]),!0):!1;if(typeof o!="object"||o===null)return pr(a,`Expected an object (got ${jn(o)})`);let u=Object.keys(o),A=!0;for(let p=0,h=u.length;p{if(typeof a!="object"||a===null)return pr(n,`Expected an object (got ${jn(a)})`);let u=new Set([...r,...Object.keys(a)]),A={},p=!0;for(let h of u){if(h==="constructor"||h==="__proto__")p=pr(Object.assign(Object.assign({},n),{p:Wp(n,h)}),"Unsafe property name");else{let E=Object.prototype.hasOwnProperty.call(t,h)?t[h]:void 0,I=Object.prototype.hasOwnProperty.call(a,h)?a[h]:void 0;typeof E<"u"?p=E(I,Object.assign(Object.assign({},n),{p:Wp(n,h),coercion:Yu(a,h)}))&&p:e===null?p=pr(Object.assign(Object.assign({},n),{p:Wp(n,h)}),`Extraneous property (got ${jn(I)})`):Object.defineProperty(A,h,{enumerable:!0,get:()=>I,set:sje(a,h)})}if(!p&&n?.errors==null)break}return e!==null&&(p||n?.errors!=null)&&(p=e(A,n)&&p),p}});return Object.assign(o,{properties:t})}function pje(t){return hV(t,{extra:sS(FT())})}function gV(t){return()=>t}function Hr({test:t}){return gV(t)()}function gje(t,e){if(!e(t))throw new Kp}function dje(t,e){let r=[];if(!e(t,{errors:r}))throw new Kp({errors:r})}function mje(t,e){}function yje(t,e,{coerce:r=!1,errors:o,throw:a}={}){let n=o?[]:void 0;if(!r){if(e(t,{errors:n}))return a?t:{value:t,errors:void 0};if(a)throw new Kp({errors:n});return{value:void 0,errors:n??!0}}let u={value:t},A=Yu(u,"value"),p=[];if(!e(t,{errors:n,coercion:A,coercions:p})){if(a)throw new Kp({errors:n});return{value:void 0,errors:n??!0}}for(let[,h]of p)h();return a?u.value:{value:u.value,errors:void 0}}function Eje(t,e){let r=iS(t);return(...o)=>{if(!r(o))throw new Kp;return e(...o)}}function Cje(t){return Hr({test:(e,r)=>e.length>=t?!0:pr(r,`Expected to have a length of at least ${t} elements (got ${e.length})`)})}function wje(t){return Hr({test:(e,r)=>e.length<=t?!0:pr(r,`Expected to have a length of at most ${t} elements (got ${e.length})`)})}function dV(t){return Hr({test:(e,r)=>e.length!==t?pr(r,`Expected to have a length of exactly ${t} elements (got ${e.length})`):!0})}function Ije({map:t}={}){return Hr({test:(e,r)=>{let o=new Set,a=new Set;for(let n=0,u=e.length;nt<=0?!0:pr(e,`Expected to be negative (got ${t})`)})}function vje(){return Hr({test:(t,e)=>t>=0?!0:pr(e,`Expected to be positive (got ${t})`)})}function NT(t){return Hr({test:(e,r)=>e>=t?!0:pr(r,`Expected to be at least ${t} (got ${e})`)})}function Dje(t){return Hr({test:(e,r)=>e<=t?!0:pr(r,`Expected to be at most ${t} (got ${e})`)})}function Sje(t,e){return Hr({test:(r,o)=>r>=t&&r<=e?!0:pr(o,`Expected to be in the [${t}; ${e}] range (got ${r})`)})}function Pje(t,e){return Hr({test:(r,o)=>r>=t&&re!==Math.round(e)?pr(r,`Expected to be an integer (got ${e})`):!t&&!Number.isSafeInteger(e)?pr(r,`Expected to be a safe integer (got ${e})`):!0})}function oI(t){return Hr({test:(e,r)=>t.test(e)?!0:pr(r,`Expected to match the pattern ${t.toString()} (got ${jn(e)})`)})}function bje(){return Hr({test:(t,e)=>t!==t.toLowerCase()?pr(e,`Expected to be all-lowercase (got ${t})`):!0})}function xje(){return Hr({test:(t,e)=>t!==t.toUpperCase()?pr(e,`Expected to be all-uppercase (got ${t})`):!0})}function kje(){return Hr({test:(t,e)=>ije.test(t)?!0:pr(e,`Expected to be a valid UUID v4 (got ${jn(t)})`)})}function Qje(){return Hr({test:(t,e)=>fV.test(t)?!0:pr(e,`Expected to be a valid ISO 8601 date string (got ${jn(t)})`)})}function Fje({alpha:t=!1}){return Hr({test:(e,r)=>(t?tje.test(e):rje.test(e))?!0:pr(r,`Expected to be a valid hexadecimal color string (got ${jn(e)})`)})}function Rje(){return Hr({test:(t,e)=>nje.test(t)?!0:pr(e,`Expected to be a valid base 64 string (got ${jn(t)})`)})}function Tje(t=FT()){return Hr({test:(e,r)=>{let o;try{o=JSON.parse(e)}catch{return pr(r,`Expected to be a valid JSON string (got ${jn(e)})`)}return t(o,r)}})}function oS(t,...e){let r=Array.isArray(e[0])?e[0]:e;return Hr({test:(o,a)=>{var n,u;let A={value:o},p=typeof a?.coercions<"u"?Yu(A,"value"):void 0,h=typeof a?.coercions<"u"?[]:void 0;if(!t(o,Object.assign(Object.assign({},a),{coercion:p,coercions:h})))return!1;let E=[];if(typeof h<"u")for(let[,I]of h)E.push(I());try{if(typeof a?.coercions<"u"){if(A.value!==o){if(typeof a?.coercion>"u")return pr(a,"Unbound coercion result");a.coercions.push([(n=a.p)!==null&&n!==void 0?n:".",a.coercion.bind(null,A.value)])}(u=a?.coercions)===null||u===void 0||u.push(...h)}return r.every(I=>I(A.value,a))}finally{for(let I of E)I()}}})}function aI(t,...e){let r=Array.isArray(e[0])?e[0]:e;return oS(t,r)}function Nje(t){return Hr({test:(e,r)=>typeof e>"u"?!0:t(e,r)})}function Lje(t){return Hr({test:(e,r)=>e===null?!0:t(e,r)})}function Oje(t,e){var r;let o=new Set(t),a=lI[(r=e?.missingIf)!==null&&r!==void 0?r:"missing"];return Hr({test:(n,u)=>{let A=new Set(Object.keys(n)),p=[];for(let h of o)a(A,h,n)||p.push(h);return p.length>0?pr(u,`Missing required ${QT(p.length,"property","properties")} ${Ey(p,"and")}`):!0}})}function OT(t,e){var r;let o=new Set(t),a=lI[(r=e?.missingIf)!==null&&r!==void 0?r:"missing"];return Hr({test:(n,u)=>Object.keys(n).some(h=>a(o,h,n))?!0:pr(u,`Missing at least one property from ${Ey(Array.from(o),"or")}`)})}function Mje(t,e){var r;let o=new Set(t),a=lI[(r=e?.missingIf)!==null&&r!==void 0?r:"missing"];return Hr({test:(n,u)=>{let A=new Set(Object.keys(n)),p=[];for(let h of o)a(A,h,n)&&p.push(h);return p.length>0?pr(u,`Forbidden ${QT(p.length,"property","properties")} ${Ey(p,"and")}`):!0}})}function Uje(t,e){var r;let o=new Set(t),a=lI[(r=e?.missingIf)!==null&&r!==void 0?r:"missing"];return Hr({test:(n,u)=>{let A=new Set(Object.keys(n)),p=[];for(let h of o)a(A,h,n)&&p.push(h);return p.length>1?pr(u,`Mutually exclusive properties ${Ey(p,"and")}`):!0}})}function cI(t,e,r,o){var a,n;let u=new Set((a=o?.ignore)!==null&&a!==void 0?a:[]),A=lI[(n=o?.missingIf)!==null&&n!==void 0?n:"missing"],p=new Set(r),h=_je[e],E=e===qu.Forbids?"or":"and";return Hr({test:(I,v)=>{let x=new Set(Object.keys(I));if(!A(x,t,I)||u.has(I[t]))return!0;let C=[];for(let R of p)(A(x,R,I)&&!u.has(I[R]))!==h.expect&&C.push(R);return C.length>=1?pr(v,`Property "${t}" ${h.message} ${QT(C.length,"property","properties")} ${Ey(C,E)}`):!0}})}var eje,tje,rje,nje,ije,fV,oje,hje,TT,Kp,lI,qu,_je,Za=Et(()=>{eje=/^[a-zA-Z_][a-zA-Z0-9_]*$/;tje=/^#[0-9a-f]{6}$/i,rje=/^#[0-9a-f]{6}([0-9a-f]{2})?$/i,nje=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,ije=/^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$/i,fV=/^(?:[1-9]\d{3}(-?)(?:(?:0[1-9]|1[0-2])\1(?:0[1-9]|1\d|2[0-8])|(?:0[13-9]|1[0-2])\1(?:29|30)|(?:0[13578]|1[02])(?:\1)31|00[1-9]|0[1-9]\d|[12]\d{2}|3(?:[0-5]\d|6[0-5]))|(?:[1-9]\d(?:0[48]|[2468][048]|[13579][26])|(?:[2468][048]|[13579][26])00)(?:(-?)02(?:\2)29|-?366))T(?:[01]\d|2[0-3])(:?)[0-5]\d(?:\3[0-5]\d)?(?:Z|[+-][01]\d(?:\3[0-5]\d)?)$/;oje=new Map([["true",!0],["True",!0],["1",!0],[1,!0],["false",!1],["False",!1],["0",!1],[0,!1]]);hje=t=>Hr({test:(e,r)=>e instanceof t?!0:pr(r,`Expected an instance of ${t.name} (got ${jn(e)})`)}),TT=(t,{exclusive:e=!1}={})=>Hr({test:(r,o)=>{var a,n,u;let A=[],p=typeof o?.errors<"u"?[]:void 0;for(let h=0,E=t.length;h1?pr(o,`Expected to match exactly a single predicate (matched ${A.join(", ")})`):(u=o?.errors)===null||u===void 0||u.push(...p),!1}});Kp=class extends Error{constructor({errors:e}={}){let r="Type mismatch";if(e&&e.length>0){r+=` `;for(let o of e)r+=` -- ${o}`}super(r)}};aI={missing:(t,e)=>t.has(e),undefined:(t,e,r)=>t.has(e)&&typeof r[e]<"u",nil:(t,e,r)=>t.has(e)&&r[e]!=null,falsy:(t,e,r)=>t.has(e)&&!!r[e]};(function(t){t.Forbids="Forbids",t.Requires="Requires"})(Gu||(Gu={}));Yje={[Gu.Forbids]:{expect:!1,message:"forbids using"},[Gu.Requires]:{expect:!0,message:"requires using"}}});var nt,Vp=Et(()=>{yf();nt=class{constructor(){this.help=!1}static Usage(e){return e}async catch(e){throw e}async validateAndExecute(){let r=this.constructor.schema;if(Array.isArray(r)){let{isDict:a,isUnknown:n,applyCascade:u}=await Promise.resolve().then(()=>(Za(),Ko)),A=u(a(n()),r),p=[],h=[];if(!A(this,{errors:p,coercions:h}))throw nI("Invalid option schema",p);for(let[,I]of h)I()}else if(r!=null)throw new Error("Invalid command schema");let o=await this.execute();return typeof o<"u"?o:0}};nt.isOption=rI;nt.Default=[]});function va(t){bR&&console.log(t)}function CK(){let t={nodes:[]};for(let e=0;e{if(e.has(o))return;e.add(o);let a=t.nodes[o];for(let u of Object.values(a.statics))for(let{to:A}of u)r(A);for(let[,{to:u}]of a.dynamics)r(u);for(let{to:u}of a.shortcuts)r(u);let n=new Set(a.shortcuts.map(({to:u})=>u));for(;a.shortcuts.length>0;){let{to:u}=a.shortcuts.shift(),A=t.nodes[u];for(let[p,h]of Object.entries(A.statics)){let E=Object.prototype.hasOwnProperty.call(a.statics,p)?a.statics[p]:a.statics[p]=[];for(let I of h)E.some(({to:v})=>I.to===v)||E.push(I)}for(let[p,h]of A.dynamics)a.dynamics.some(([E,{to:I}])=>p===E&&h.to===I)||a.dynamics.push([p,h]);for(let p of A.shortcuts)n.has(p.to)||(a.shortcuts.push(p),n.add(p.to))}};r(cn.InitialNode)}function Kje(t,{prefix:e=""}={}){if(bR){va(`${e}Nodes are:`);for(let r=0;rE!==cn.ErrorNode).map(({state:E})=>({usage:E.candidateUsage,reason:null})));if(h.every(({node:E})=>E===cn.ErrorNode))throw new my(e,h.map(({state:E})=>({usage:E.candidateUsage,reason:E.errorMessage})));o=Xje(h)}if(o.length>0){va(" Results:");for(let n of o)va(` - ${n.node} -> ${JSON.stringify(n.state)}`)}else va(" No results");return o}function zje(t,e,{endToken:r=Hn.EndOfInput}={}){let o=Jje(t,[...e,r]);return Zje(e,o.map(({state:a})=>a))}function Xje(t){let e=0;for(let{state:r}of t)r.path.length>e&&(e=r.path.length);return t.filter(({state:r})=>r.path.length===e)}function Zje(t,e){let r=e.filter(v=>v.selectedIndex!==null),o=r.filter(v=>!v.partial);if(o.length>0&&(r=o),r.length===0)throw new Error;let a=r.filter(v=>v.selectedIndex===td||v.requiredOptions.every(b=>b.some(C=>v.options.find(T=>T.name===C))));if(a.length===0)throw new my(t,r.map(v=>({usage:v.candidateUsage,reason:null})));let n=0;for(let v of a)v.path.length>n&&(n=v.path.length);let u=a.filter(v=>v.path.length===n),A=v=>v.positionals.filter(({extra:b})=>!b).length+v.options.length,p=u.map(v=>({state:v,positionalCount:A(v)})),h=0;for(let{positionalCount:v}of p)v>h&&(h=v);let E=p.filter(({positionalCount:v})=>v===h).map(({state:v})=>v),I=$je(E);if(I.length>1)throw new tP(t,I.map(v=>v.candidateUsage));return I[0]}function $je(t){let e=[],r=[];for(let o of t)o.selectedIndex===td?r.push(o):e.push(o);return r.length>0&&e.push({...EK,path:wK(...r.map(o=>o.path)),options:r.reduce((o,a)=>o.concat(a.options),[])}),e}function wK(t,e,...r){return e===void 0?Array.from(t):wK(t.filter((o,a)=>o===e[a]),...r)}function $a(){return{dynamics:[],shortcuts:[],statics:{}}}function IK(t){return t===cn.SuccessNode||t===cn.ErrorNode}function _R(t,e=0){return{to:IK(t.to)?t.to:t.to>=cn.CustomNode?t.to+e-cn.CustomNode+1:t.to+e,reducer:t.reducer}}function eqe(t,e=0){let r=$a();for(let[o,a]of t.dynamics)r.dynamics.push([o,_R(a,e)]);for(let o of t.shortcuts)r.shortcuts.push(_R(o,e));for(let[o,a]of Object.entries(t.statics))r.statics[o]=a.map(n=>_R(n,e));return r}function Ss(t,e,r,o,a){t.nodes[e].dynamics.push([r,{to:o,reducer:a}])}function Cy(t,e,r,o){t.nodes[e].shortcuts.push({to:r,reducer:o})}function Jo(t,e,r,o,a){(Object.prototype.hasOwnProperty.call(t.nodes[e].statics,r)?t.nodes[e].statics[r]:t.nodes[e].statics[r]=[]).push({to:o,reducer:a})}function lP(t,e,r,o,a){if(Array.isArray(e)){let[n,...u]=e;return t[n](r,o,a,...u)}else return t[e](r,o,a)}var EK,tqe,HR,el,jR,wy,cP=Et(()=>{eP();rP();EK={candidateUsage:null,requiredOptions:[],errorMessage:null,ignoreOptions:!1,path:[],positionals:[],options:[],remainder:null,selectedIndex:td,partial:!1,tokens:[]};tqe={always:()=>!0,isOptionLike:(t,e)=>!t.ignoreOptions&&e!=="-"&&e.startsWith("-"),isNotOptionLike:(t,e)=>t.ignoreOptions||e==="-"||!e.startsWith("-"),isOption:(t,e,r,o)=>!t.ignoreOptions&&e===o,isBatchOption:(t,e,r,o)=>!t.ignoreOptions&&AK.test(e)&&[...e.slice(1)].every(a=>o.has(`-${a}`)),isBoundOption:(t,e,r,o,a)=>{let n=e.match(xR);return!t.ignoreOptions&&!!n&&$D.test(n[1])&&o.has(n[1])&&a.filter(u=>u.nameSet.includes(n[1])).every(u=>u.allowBinding)},isNegatedOption:(t,e,r,o)=>!t.ignoreOptions&&e===`--no-${o.slice(2)}`,isHelp:(t,e)=>!t.ignoreOptions&&SR.test(e),isUnsupportedOption:(t,e,r,o)=>!t.ignoreOptions&&e.startsWith("-")&&$D.test(e)&&!o.has(e),isInvalidOption:(t,e)=>!t.ignoreOptions&&e.startsWith("-")&&!$D.test(e)},HR={setCandidateState:(t,e,r,o)=>({...t,...o}),setSelectedIndex:(t,e,r,o)=>({...t,selectedIndex:o}),setPartialIndex:(t,e,r,o)=>({...t,selectedIndex:o,partial:!0}),pushBatch:(t,e,r,o)=>{let a=t.options.slice(),n=t.tokens.slice();for(let u=1;u{let[,o,a]=e.match(xR),n=t.options.concat({name:o,value:a}),u=t.tokens.concat([{segmentIndex:r,type:"option",slice:[0,o.length],option:o},{segmentIndex:r,type:"assign",slice:[o.length,o.length+1]},{segmentIndex:r,type:"value",slice:[o.length+1,o.length+a.length+1]}]);return{...t,options:n,tokens:u}},pushPath:(t,e,r)=>{let o=t.path.concat(e),a=t.tokens.concat({segmentIndex:r,type:"path"});return{...t,path:o,tokens:a}},pushPositional:(t,e,r)=>{let o=t.positionals.concat({value:e,extra:!1}),a=t.tokens.concat({segmentIndex:r,type:"positional"});return{...t,positionals:o,tokens:a}},pushExtra:(t,e,r)=>{let o=t.positionals.concat({value:e,extra:!0}),a=t.tokens.concat({segmentIndex:r,type:"positional"});return{...t,positionals:o,tokens:a}},pushExtraNoLimits:(t,e,r)=>{let o=t.positionals.concat({value:e,extra:el}),a=t.tokens.concat({segmentIndex:r,type:"positional"});return{...t,positionals:o,tokens:a}},pushTrue:(t,e,r,o)=>{let a=t.options.concat({name:o,value:!0}),n=t.tokens.concat({segmentIndex:r,type:"option",option:o});return{...t,options:a,tokens:n}},pushFalse:(t,e,r,o)=>{let a=t.options.concat({name:o,value:!1}),n=t.tokens.concat({segmentIndex:r,type:"option",option:o});return{...t,options:a,tokens:n}},pushUndefined:(t,e,r,o)=>{let a=t.options.concat({name:e,value:void 0}),n=t.tokens.concat({segmentIndex:r,type:"option",option:e});return{...t,options:a,tokens:n}},pushStringValue:(t,e,r)=>{var o;let a=t.options[t.options.length-1],n=t.options.slice(),u=t.tokens.concat({segmentIndex:r,type:"value"});return a.value=((o=a.value)!==null&&o!==void 0?o:[]).concat([e]),{...t,options:n,tokens:u}},setStringValue:(t,e,r)=>{let o=t.options[t.options.length-1],a=t.options.slice(),n=t.tokens.concat({segmentIndex:r,type:"value"});return o.value=e,{...t,options:a,tokens:n}},inhibateOptions:t=>({...t,ignoreOptions:!0}),useHelp:(t,e,r,o)=>{let[,,a]=e.match(SR);return typeof a<"u"?{...t,options:[{name:"-c",value:String(o)},{name:"-i",value:a}]}:{...t,options:[{name:"-c",value:String(o)}]}},setError:(t,e,r,o)=>e===Hn.EndOfInput||e===Hn.EndOfPartialInput?{...t,errorMessage:`${o}.`}:{...t,errorMessage:`${o} ("${e}").`},setOptionArityError:(t,e)=>{let r=t.options[t.options.length-1];return{...t,errorMessage:`Not enough arguments to option ${r.name}.`}}},el=Symbol(),jR=class{constructor(e,r){this.allOptionNames=new Map,this.arity={leading:[],trailing:[],extra:[],proxy:!1},this.options=[],this.paths=[],this.cliIndex=e,this.cliOpts=r}addPath(e){this.paths.push(e)}setArity({leading:e=this.arity.leading,trailing:r=this.arity.trailing,extra:o=this.arity.extra,proxy:a=this.arity.proxy}){Object.assign(this.arity,{leading:e,trailing:r,extra:o,proxy:a})}addPositional({name:e="arg",required:r=!0}={}){if(!r&&this.arity.extra===el)throw new Error("Optional parameters cannot be declared when using .rest() or .proxy()");if(!r&&this.arity.trailing.length>0)throw new Error("Optional parameters cannot be declared after the required trailing positional arguments");!r&&this.arity.extra!==el?this.arity.extra.push(e):this.arity.extra!==el&&this.arity.extra.length===0?this.arity.leading.push(e):this.arity.trailing.push(e)}addRest({name:e="arg",required:r=0}={}){if(this.arity.extra===el)throw new Error("Infinite lists cannot be declared multiple times in the same command");if(this.arity.trailing.length>0)throw new Error("Infinite lists cannot be declared after the required trailing positional arguments");for(let o=0;o1)throw new Error("The arity cannot be higher than 1 when the option only supports the --arg=value syntax");if(!Number.isInteger(o))throw new Error(`The arity must be an integer, got ${o}`);if(o<0)throw new Error(`The arity must be positive, got ${o}`);let A=e.reduce((p,h)=>h.length>p.length?h:p,"");for(let p of e)this.allOptionNames.set(p,A);this.options.push({preferredName:A,nameSet:e,description:r,arity:o,hidden:a,required:n,allowBinding:u})}setContext(e){this.context=e}usage({detailed:e=!0,inlineOptions:r=!0}={}){let o=[this.cliOpts.binaryName],a=[];if(this.paths.length>0&&o.push(...this.paths[0]),e){for(let{preferredName:u,nameSet:A,arity:p,hidden:h,description:E,required:I}of this.options){if(h)continue;let v=[];for(let C=0;C`:`[${b}]`)}o.push(...this.arity.leading.map(u=>`<${u}>`)),this.arity.extra===el?o.push("..."):o.push(...this.arity.extra.map(u=>`[${u}]`)),o.push(...this.arity.trailing.map(u=>`<${u}>`))}return{usage:o.join(" "),options:a}}compile(){if(typeof this.context>"u")throw new Error("Assertion failed: No context attached");let e=CK(),r=cn.InitialNode,o=this.usage().usage,a=this.options.filter(A=>A.required).map(A=>A.nameSet);r=Mc(e,$a()),Jo(e,cn.InitialNode,Hn.StartOfInput,r,["setCandidateState",{candidateUsage:o,requiredOptions:a}]);let n=this.arity.proxy?"always":"isNotOptionLike",u=this.paths.length>0?this.paths:[[]];for(let A of u){let p=r;if(A.length>0){let v=Mc(e,$a());Cy(e,p,v),this.registerOptions(e,v),p=v}for(let v=0;v0||!this.arity.proxy){let v=Mc(e,$a());Ss(e,p,"isHelp",v,["useHelp",this.cliIndex]),Ss(e,v,"always",v,"pushExtra"),Jo(e,v,Hn.EndOfInput,cn.SuccessNode,["setSelectedIndex",td]),this.registerOptions(e,p)}this.arity.leading.length>0&&(Jo(e,p,Hn.EndOfInput,cn.ErrorNode,["setError","Not enough positional arguments"]),Jo(e,p,Hn.EndOfPartialInput,cn.SuccessNode,["setPartialIndex",this.cliIndex]));let h=p;for(let v=0;v0||v+1!==this.arity.leading.length)&&(Jo(e,b,Hn.EndOfInput,cn.ErrorNode,["setError","Not enough positional arguments"]),Jo(e,b,Hn.EndOfPartialInput,cn.SuccessNode,["setPartialIndex",this.cliIndex])),Ss(e,h,"isNotOptionLike",b,"pushPositional"),h=b}let E=h;if(this.arity.extra===el||this.arity.extra.length>0){let v=Mc(e,$a());if(Cy(e,h,v),this.arity.extra===el){let b=Mc(e,$a());this.arity.proxy||this.registerOptions(e,b),Ss(e,h,n,b,"pushExtraNoLimits"),Ss(e,b,n,b,"pushExtraNoLimits"),Cy(e,b,v)}else for(let b=0;b0)&&this.registerOptions(e,C),Ss(e,E,n,C,"pushExtra"),Cy(e,C,v),E=C}E=v}this.arity.trailing.length>0&&(Jo(e,E,Hn.EndOfInput,cn.ErrorNode,["setError","Not enough positional arguments"]),Jo(e,E,Hn.EndOfPartialInput,cn.SuccessNode,["setPartialIndex",this.cliIndex]));let I=E;for(let v=0;v=0&&e{let u=n?Hn.EndOfPartialInput:Hn.EndOfInput;return zje(o,a,{endToken:u})}}}}});function vK(){return uP.default&&"getColorDepth"in uP.default.WriteStream.prototype?uP.default.WriteStream.prototype.getColorDepth():process.env.FORCE_COLOR==="0"?1:process.env.FORCE_COLOR==="1"||typeof process.stdout<"u"&&process.stdout.isTTY?8:1}function DK(t){let e=BK;if(typeof e>"u"){if(t.stdout===process.stdout&&t.stderr===process.stderr)return null;let{AsyncLocalStorage:r}=Be("async_hooks");e=BK=new r;let o=process.stdout._write;process.stdout._write=function(n,u,A){let p=e.getStore();return typeof p>"u"?o.call(this,n,u,A):p.stdout.write(n,u,A)};let a=process.stderr._write;process.stderr._write=function(n,u,A){let p=e.getStore();return typeof p>"u"?a.call(this,n,u,A):p.stderr.write(n,u,A)}}return r=>e.run(t,r)}var uP,BK,PK=Et(()=>{uP=$e(Be("tty"),1)});var Iy,SK=Et(()=>{Vp();Iy=class extends nt{constructor(e){super(),this.contexts=e,this.commands=[]}static from(e,r){let o=new Iy(r);o.path=e.path;for(let a of e.options)switch(a.name){case"-c":o.commands.push(Number(a.value));break;case"-i":o.index=Number(a.value);break}return o}async execute(){let e=this.commands;if(typeof this.index<"u"&&this.index>=0&&this.index1){this.context.stdout.write(`Multiple commands match your selection: +- ${o}`}super(r)}};lI={missing:(t,e)=>t.has(e),undefined:(t,e,r)=>t.has(e)&&typeof r[e]<"u",nil:(t,e,r)=>t.has(e)&&r[e]!=null,falsy:(t,e,r)=>t.has(e)&&!!r[e]};(function(t){t.Forbids="Forbids",t.Requires="Requires"})(qu||(qu={}));_je={[qu.Forbids]:{expect:!1,message:"forbids using"},[qu.Requires]:{expect:!0,message:"requires using"}}});var nt,Vp=Et(()=>{Ef();nt=class{constructor(){this.help=!1}static Usage(e){return e}async catch(e){throw e}async validateAndExecute(){let r=this.constructor.schema;if(Array.isArray(r)){let{isDict:a,isUnknown:n,applyCascade:u}=await Promise.resolve().then(()=>(Za(),Vo)),A=u(a(n()),r),p=[],h=[];if(!A(this,{errors:p,coercions:h}))throw iI("Invalid option schema",p);for(let[,I]of h)I()}else if(r!=null)throw new Error("Invalid command schema");let o=await this.execute();return typeof o<"u"?o:0}};nt.isOption=nI;nt.Default=[]});function va(t){PT&&console.log(t)}function yV(){let t={nodes:[]};for(let e=0;e{if(e.has(o))return;e.add(o);let a=t.nodes[o];for(let u of Object.values(a.statics))for(let{to:A}of u)r(A);for(let[,{to:u}]of a.dynamics)r(u);for(let{to:u}of a.shortcuts)r(u);let n=new Set(a.shortcuts.map(({to:u})=>u));for(;a.shortcuts.length>0;){let{to:u}=a.shortcuts.shift(),A=t.nodes[u];for(let[p,h]of Object.entries(A.statics)){let E=Object.prototype.hasOwnProperty.call(a.statics,p)?a.statics[p]:a.statics[p]=[];for(let I of h)E.some(({to:v})=>I.to===v)||E.push(I)}for(let[p,h]of A.dynamics)a.dynamics.some(([E,{to:I}])=>p===E&&h.to===I)||a.dynamics.push([p,h]);for(let p of A.shortcuts)n.has(p.to)||(a.shortcuts.push(p),n.add(p.to))}};r(cn.InitialNode)}function Gje(t,{prefix:e=""}={}){if(PT){va(`${e}Nodes are:`);for(let r=0;rE!==cn.ErrorNode).map(({state:E})=>({usage:E.candidateUsage,reason:null})));if(h.every(({node:E})=>E===cn.ErrorNode))throw new yy(e,h.map(({state:E})=>({usage:E.candidateUsage,reason:E.errorMessage})));o=Wje(h)}if(o.length>0){va(" Results:");for(let n of o)va(` - ${n.node} -> ${JSON.stringify(n.state)}`)}else va(" No results");return o}function Yje(t,e,{endToken:r=Hn.EndOfInput}={}){let o=qje(t,[...e,r]);return Kje(e,o.map(({state:a})=>a))}function Wje(t){let e=0;for(let{state:r}of t)r.path.length>e&&(e=r.path.length);return t.filter(({state:r})=>r.path.length===e)}function Kje(t,e){let r=e.filter(v=>v.selectedIndex!==null),o=r.filter(v=>!v.partial);if(o.length>0&&(r=o),r.length===0)throw new Error;let a=r.filter(v=>v.selectedIndex===rd||v.requiredOptions.every(x=>x.some(C=>v.options.find(R=>R.name===C))));if(a.length===0)throw new yy(t,r.map(v=>({usage:v.candidateUsage,reason:null})));let n=0;for(let v of a)v.path.length>n&&(n=v.path.length);let u=a.filter(v=>v.path.length===n),A=v=>v.positionals.filter(({extra:x})=>!x).length+v.options.length,p=u.map(v=>({state:v,positionalCount:A(v)})),h=0;for(let{positionalCount:v}of p)v>h&&(h=v);let E=p.filter(({positionalCount:v})=>v===h).map(({state:v})=>v),I=Vje(E);if(I.length>1)throw new eS(t,I.map(v=>v.candidateUsage));return I[0]}function Vje(t){let e=[],r=[];for(let o of t)o.selectedIndex===rd?r.push(o):e.push(o);return r.length>0&&e.push({...mV,path:EV(...r.map(o=>o.path)),options:r.reduce((o,a)=>o.concat(a.options),[])}),e}function EV(t,e,...r){return e===void 0?Array.from(t):EV(t.filter((o,a)=>o===e[a]),...r)}function $a(){return{dynamics:[],shortcuts:[],statics:{}}}function CV(t){return t===cn.SuccessNode||t===cn.ErrorNode}function MT(t,e=0){return{to:CV(t.to)?t.to:t.to>=cn.CustomNode?t.to+e-cn.CustomNode+1:t.to+e,reducer:t.reducer}}function Jje(t,e=0){let r=$a();for(let[o,a]of t.dynamics)r.dynamics.push([o,MT(a,e)]);for(let o of t.shortcuts)r.shortcuts.push(MT(o,e));for(let[o,a]of Object.entries(t.statics))r.statics[o]=a.map(n=>MT(n,e));return r}function Ps(t,e,r,o,a){t.nodes[e].dynamics.push([r,{to:o,reducer:a}])}function wy(t,e,r,o){t.nodes[e].shortcuts.push({to:r,reducer:o})}function Jo(t,e,r,o,a){(Object.prototype.hasOwnProperty.call(t.nodes[e].statics,r)?t.nodes[e].statics[r]:t.nodes[e].statics[r]=[]).push({to:o,reducer:a})}function aS(t,e,r,o,a){if(Array.isArray(e)){let[n,...u]=e;return t[n](r,o,a,...u)}else return t[e](r,o,a)}var mV,zje,UT,el,_T,Iy,lS=Et(()=>{$D();tS();mV={candidateUsage:null,requiredOptions:[],errorMessage:null,ignoreOptions:!1,path:[],positionals:[],options:[],remainder:null,selectedIndex:rd,partial:!1,tokens:[]};zje={always:()=>!0,isOptionLike:(t,e)=>!t.ignoreOptions&&e!=="-"&&e.startsWith("-"),isNotOptionLike:(t,e)=>t.ignoreOptions||e==="-"||!e.startsWith("-"),isOption:(t,e,r,o)=>!t.ignoreOptions&&e===o,isBatchOption:(t,e,r,o)=>!t.ignoreOptions&&cV.test(e)&&[...e.slice(1)].every(a=>o.has(`-${a}`)),isBoundOption:(t,e,r,o,a)=>{let n=e.match(ST);return!t.ignoreOptions&&!!n&&ZD.test(n[1])&&o.has(n[1])&&a.filter(u=>u.nameSet.includes(n[1])).every(u=>u.allowBinding)},isNegatedOption:(t,e,r,o)=>!t.ignoreOptions&&e===`--no-${o.slice(2)}`,isHelp:(t,e)=>!t.ignoreOptions&&DT.test(e),isUnsupportedOption:(t,e,r,o)=>!t.ignoreOptions&&e.startsWith("-")&&ZD.test(e)&&!o.has(e),isInvalidOption:(t,e)=>!t.ignoreOptions&&e.startsWith("-")&&!ZD.test(e)},UT={setCandidateState:(t,e,r,o)=>({...t,...o}),setSelectedIndex:(t,e,r,o)=>({...t,selectedIndex:o}),setPartialIndex:(t,e,r,o)=>({...t,selectedIndex:o,partial:!0}),pushBatch:(t,e,r,o)=>{let a=t.options.slice(),n=t.tokens.slice();for(let u=1;u{let[,o,a]=e.match(ST),n=t.options.concat({name:o,value:a}),u=t.tokens.concat([{segmentIndex:r,type:"option",slice:[0,o.length],option:o},{segmentIndex:r,type:"assign",slice:[o.length,o.length+1]},{segmentIndex:r,type:"value",slice:[o.length+1,o.length+a.length+1]}]);return{...t,options:n,tokens:u}},pushPath:(t,e,r)=>{let o=t.path.concat(e),a=t.tokens.concat({segmentIndex:r,type:"path"});return{...t,path:o,tokens:a}},pushPositional:(t,e,r)=>{let o=t.positionals.concat({value:e,extra:!1}),a=t.tokens.concat({segmentIndex:r,type:"positional"});return{...t,positionals:o,tokens:a}},pushExtra:(t,e,r)=>{let o=t.positionals.concat({value:e,extra:!0}),a=t.tokens.concat({segmentIndex:r,type:"positional"});return{...t,positionals:o,tokens:a}},pushExtraNoLimits:(t,e,r)=>{let o=t.positionals.concat({value:e,extra:el}),a=t.tokens.concat({segmentIndex:r,type:"positional"});return{...t,positionals:o,tokens:a}},pushTrue:(t,e,r,o)=>{let a=t.options.concat({name:o,value:!0}),n=t.tokens.concat({segmentIndex:r,type:"option",option:o});return{...t,options:a,tokens:n}},pushFalse:(t,e,r,o)=>{let a=t.options.concat({name:o,value:!1}),n=t.tokens.concat({segmentIndex:r,type:"option",option:o});return{...t,options:a,tokens:n}},pushUndefined:(t,e,r,o)=>{let a=t.options.concat({name:e,value:void 0}),n=t.tokens.concat({segmentIndex:r,type:"option",option:e});return{...t,options:a,tokens:n}},pushStringValue:(t,e,r)=>{var o;let a=t.options[t.options.length-1],n=t.options.slice(),u=t.tokens.concat({segmentIndex:r,type:"value"});return a.value=((o=a.value)!==null&&o!==void 0?o:[]).concat([e]),{...t,options:n,tokens:u}},setStringValue:(t,e,r)=>{let o=t.options[t.options.length-1],a=t.options.slice(),n=t.tokens.concat({segmentIndex:r,type:"value"});return o.value=e,{...t,options:a,tokens:n}},inhibateOptions:t=>({...t,ignoreOptions:!0}),useHelp:(t,e,r,o)=>{let[,,a]=e.match(DT);return typeof a<"u"?{...t,options:[{name:"-c",value:String(o)},{name:"-i",value:a}]}:{...t,options:[{name:"-c",value:String(o)}]}},setError:(t,e,r,o)=>e===Hn.EndOfInput||e===Hn.EndOfPartialInput?{...t,errorMessage:`${o}.`}:{...t,errorMessage:`${o} ("${e}").`},setOptionArityError:(t,e)=>{let r=t.options[t.options.length-1];return{...t,errorMessage:`Not enough arguments to option ${r.name}.`}}},el=Symbol(),_T=class{constructor(e,r){this.allOptionNames=new Map,this.arity={leading:[],trailing:[],extra:[],proxy:!1},this.options=[],this.paths=[],this.cliIndex=e,this.cliOpts=r}addPath(e){this.paths.push(e)}setArity({leading:e=this.arity.leading,trailing:r=this.arity.trailing,extra:o=this.arity.extra,proxy:a=this.arity.proxy}){Object.assign(this.arity,{leading:e,trailing:r,extra:o,proxy:a})}addPositional({name:e="arg",required:r=!0}={}){if(!r&&this.arity.extra===el)throw new Error("Optional parameters cannot be declared when using .rest() or .proxy()");if(!r&&this.arity.trailing.length>0)throw new Error("Optional parameters cannot be declared after the required trailing positional arguments");!r&&this.arity.extra!==el?this.arity.extra.push(e):this.arity.extra!==el&&this.arity.extra.length===0?this.arity.leading.push(e):this.arity.trailing.push(e)}addRest({name:e="arg",required:r=0}={}){if(this.arity.extra===el)throw new Error("Infinite lists cannot be declared multiple times in the same command");if(this.arity.trailing.length>0)throw new Error("Infinite lists cannot be declared after the required trailing positional arguments");for(let o=0;o1)throw new Error("The arity cannot be higher than 1 when the option only supports the --arg=value syntax");if(!Number.isInteger(o))throw new Error(`The arity must be an integer, got ${o}`);if(o<0)throw new Error(`The arity must be positive, got ${o}`);let A=e.reduce((p,h)=>h.length>p.length?h:p,"");for(let p of e)this.allOptionNames.set(p,A);this.options.push({preferredName:A,nameSet:e,description:r,arity:o,hidden:a,required:n,allowBinding:u})}setContext(e){this.context=e}usage({detailed:e=!0,inlineOptions:r=!0}={}){let o=[this.cliOpts.binaryName],a=[];if(this.paths.length>0&&o.push(...this.paths[0]),e){for(let{preferredName:u,nameSet:A,arity:p,hidden:h,description:E,required:I}of this.options){if(h)continue;let v=[];for(let C=0;C`:`[${x}]`)}o.push(...this.arity.leading.map(u=>`<${u}>`)),this.arity.extra===el?o.push("..."):o.push(...this.arity.extra.map(u=>`[${u}]`)),o.push(...this.arity.trailing.map(u=>`<${u}>`))}return{usage:o.join(" "),options:a}}compile(){if(typeof this.context>"u")throw new Error("Assertion failed: No context attached");let e=yV(),r=cn.InitialNode,o=this.usage().usage,a=this.options.filter(A=>A.required).map(A=>A.nameSet);r=Oc(e,$a()),Jo(e,cn.InitialNode,Hn.StartOfInput,r,["setCandidateState",{candidateUsage:o,requiredOptions:a}]);let n=this.arity.proxy?"always":"isNotOptionLike",u=this.paths.length>0?this.paths:[[]];for(let A of u){let p=r;if(A.length>0){let v=Oc(e,$a());wy(e,p,v),this.registerOptions(e,v),p=v}for(let v=0;v0||!this.arity.proxy){let v=Oc(e,$a());Ps(e,p,"isHelp",v,["useHelp",this.cliIndex]),Ps(e,v,"always",v,"pushExtra"),Jo(e,v,Hn.EndOfInput,cn.SuccessNode,["setSelectedIndex",rd]),this.registerOptions(e,p)}this.arity.leading.length>0&&(Jo(e,p,Hn.EndOfInput,cn.ErrorNode,["setError","Not enough positional arguments"]),Jo(e,p,Hn.EndOfPartialInput,cn.SuccessNode,["setPartialIndex",this.cliIndex]));let h=p;for(let v=0;v0||v+1!==this.arity.leading.length)&&(Jo(e,x,Hn.EndOfInput,cn.ErrorNode,["setError","Not enough positional arguments"]),Jo(e,x,Hn.EndOfPartialInput,cn.SuccessNode,["setPartialIndex",this.cliIndex])),Ps(e,h,"isNotOptionLike",x,"pushPositional"),h=x}let E=h;if(this.arity.extra===el||this.arity.extra.length>0){let v=Oc(e,$a());if(wy(e,h,v),this.arity.extra===el){let x=Oc(e,$a());this.arity.proxy||this.registerOptions(e,x),Ps(e,h,n,x,"pushExtraNoLimits"),Ps(e,x,n,x,"pushExtraNoLimits"),wy(e,x,v)}else for(let x=0;x0)&&this.registerOptions(e,C),Ps(e,E,n,C,"pushExtra"),wy(e,C,v),E=C}E=v}this.arity.trailing.length>0&&(Jo(e,E,Hn.EndOfInput,cn.ErrorNode,["setError","Not enough positional arguments"]),Jo(e,E,Hn.EndOfPartialInput,cn.SuccessNode,["setPartialIndex",this.cliIndex]));let I=E;for(let v=0;v=0&&e{let u=n?Hn.EndOfPartialInput:Hn.EndOfInput;return Yje(o,a,{endToken:u})}}}}});function IV(){return cS.default&&"getColorDepth"in cS.default.WriteStream.prototype?cS.default.WriteStream.prototype.getColorDepth():process.env.FORCE_COLOR==="0"?1:process.env.FORCE_COLOR==="1"||typeof process.stdout<"u"&&process.stdout.isTTY?8:1}function BV(t){let e=wV;if(typeof e>"u"){if(t.stdout===process.stdout&&t.stderr===process.stderr)return null;let{AsyncLocalStorage:r}=ve("async_hooks");e=wV=new r;let o=process.stdout._write;process.stdout._write=function(n,u,A){let p=e.getStore();return typeof p>"u"?o.call(this,n,u,A):p.stdout.write(n,u,A)};let a=process.stderr._write;process.stderr._write=function(n,u,A){let p=e.getStore();return typeof p>"u"?a.call(this,n,u,A):p.stderr.write(n,u,A)}}return r=>e.run(t,r)}var cS,wV,vV=Et(()=>{cS=$e(ve("tty"),1)});var By,DV=Et(()=>{Vp();By=class extends nt{constructor(e){super(),this.contexts=e,this.commands=[]}static from(e,r){let o=new By(r);o.path=e.path;for(let a of e.options)switch(a.name){case"-c":o.commands.push(Number(a.value));break;case"-i":o.index=Number(a.value);break}return o}async execute(){let e=this.commands;if(typeof this.index<"u"&&this.index>=0&&this.index1){this.context.stdout.write(`Multiple commands match your selection: `),this.context.stdout.write(` `);let r=0;for(let o of this.commands)this.context.stdout.write(this.cli.usage(this.contexts[o].commandClass,{prefix:`${r++}. `.padStart(5)}));this.context.stdout.write(` `),this.context.stdout.write(`Run again with -h= to see the longer details of any of those commands. -`)}}}});async function kK(...t){let{resolvedOptions:e,resolvedCommandClasses:r,resolvedArgv:o,resolvedContext:a}=FK(t);return as.from(r,e).runExit(o,a)}async function QK(...t){let{resolvedOptions:e,resolvedCommandClasses:r,resolvedArgv:o,resolvedContext:a}=FK(t);return as.from(r,e).run(o,a)}function FK(t){let e,r,o,a;switch(typeof process<"u"&&typeof process.argv<"u"&&(o=process.argv.slice(2)),t.length){case 1:r=t[0];break;case 2:t[0]&&t[0].prototype instanceof nt||Array.isArray(t[0])?(r=t[0],Array.isArray(t[1])?o=t[1]:a=t[1]):(e=t[0],r=t[1]);break;case 3:Array.isArray(t[2])?(e=t[0],r=t[1],o=t[2]):t[0]&&t[0].prototype instanceof nt||Array.isArray(t[0])?(r=t[0],o=t[1],a=t[2]):(e=t[0],r=t[1],a=t[2]);break;default:e=t[0],r=t[1],o=t[2],a=t[3];break}if(typeof o>"u")throw new Error("The argv parameter must be provided when running Clipanion outside of a Node context");return{resolvedOptions:e,resolvedCommandClasses:r,resolvedArgv:o,resolvedContext:a}}function bK(t){return t()}var xK,as,TK=Et(()=>{eP();cP();FR();PK();Vp();SK();xK=Symbol("clipanion/errorCommand");as=class{constructor({binaryLabel:e,binaryName:r="...",binaryVersion:o,enableCapture:a=!1,enableColors:n}={}){this.registrations=new Map,this.builder=new wy({binaryName:r}),this.binaryLabel=e,this.binaryName=r,this.binaryVersion=o,this.enableCapture=a,this.enableColors=n}static from(e,r={}){let o=new as(r),a=Array.isArray(e)?e:[e];for(let n of a)o.register(n);return o}register(e){var r;let o=new Map,a=new e;for(let p in a){let h=a[p];typeof h=="object"&&h!==null&&h[nt.isOption]&&o.set(p,h)}let n=this.builder.command(),u=n.cliIndex,A=(r=e.paths)!==null&&r!==void 0?r:a.paths;if(typeof A<"u")for(let p of A)n.addPath(p);this.registrations.set(e,{specs:o,builder:n,index:u});for(let[p,{definition:h}]of o.entries())h(n,p);n.setContext({commandClass:e})}process(e,r){let{input:o,context:a,partial:n}=typeof e=="object"&&Array.isArray(e)?{input:e,context:r}:e,{contexts:u,process:A}=this.builder.compile(),p=A(o,{partial:n}),h={...as.defaultContext,...a};switch(p.selectedIndex){case td:{let E=Iy.from(p,u);return E.context=h,E.tokens=p.tokens,E}default:{let{commandClass:E}=u[p.selectedIndex],I=this.registrations.get(E);if(typeof I>"u")throw new Error("Assertion failed: Expected the command class to have been registered.");let v=new E;v.context=h,v.tokens=p.tokens,v.path=p.path;try{for(let[b,{transformer:C}]of I.specs.entries())v[b]=C(I.builder,b,p,h);return v}catch(b){throw b[xK]=v,b}}break}}async run(e,r){var o,a;let n,u={...as.defaultContext,...r},A=(o=this.enableColors)!==null&&o!==void 0?o:u.colorDepth>1;if(!Array.isArray(e))n=e;else try{n=this.process(e,u)}catch(E){return u.stdout.write(this.error(E,{colored:A})),1}if(n.help)return u.stdout.write(this.usage(n,{colored:A,detailed:!0})),0;n.context=u,n.cli={binaryLabel:this.binaryLabel,binaryName:this.binaryName,binaryVersion:this.binaryVersion,enableCapture:this.enableCapture,enableColors:this.enableColors,definitions:()=>this.definitions(),definition:E=>this.definition(E),error:(E,I)=>this.error(E,I),format:E=>this.format(E),process:(E,I)=>this.process(E,{...u,...I}),run:(E,I)=>this.run(E,{...u,...I}),usage:(E,I)=>this.usage(E,I)};let p=this.enableCapture&&(a=DK(u))!==null&&a!==void 0?a:bK,h;try{h=await p(()=>n.validateAndExecute().catch(E=>n.catch(E).then(()=>0)))}catch(E){return u.stdout.write(this.error(E,{colored:A,command:n})),1}return h}async runExit(e,r){process.exitCode=await this.run(e,r)}definition(e,{colored:r=!1}={}){if(!e.usage)return null;let{usage:o}=this.getUsageByRegistration(e,{detailed:!1}),{usage:a,options:n}=this.getUsageByRegistration(e,{detailed:!0,inlineOptions:!1}),u=typeof e.usage.category<"u"?Do(e.usage.category,{format:this.format(r),paragraphs:!1}):void 0,A=typeof e.usage.description<"u"?Do(e.usage.description,{format:this.format(r),paragraphs:!1}):void 0,p=typeof e.usage.details<"u"?Do(e.usage.details,{format:this.format(r),paragraphs:!0}):void 0,h=typeof e.usage.examples<"u"?e.usage.examples.map(([E,I])=>[Do(E,{format:this.format(r),paragraphs:!1}),I.replace(/\$0/g,this.binaryName)]):void 0;return{path:o,usage:a,category:u,description:A,details:p,examples:h,options:n}}definitions({colored:e=!1}={}){let r=[];for(let o of this.registrations.keys()){let a=this.definition(o,{colored:e});!a||r.push(a)}return r}usage(e=null,{colored:r,detailed:o=!1,prefix:a="$ "}={}){var n;if(e===null){for(let p of this.registrations.keys()){let h=p.paths,E=typeof p.usage<"u";if(!h||h.length===0||h.length===1&&h[0].length===0||((n=h?.some(b=>b.length===0))!==null&&n!==void 0?n:!1))if(e){e=null;break}else e=p;else if(E){e=null;continue}}e&&(o=!0)}let u=e!==null&&e instanceof nt?e.constructor:e,A="";if(u)if(o){let{description:p="",details:h="",examples:E=[]}=u.usage||{};p!==""&&(A+=Do(p,{format:this.format(r),paragraphs:!1}).replace(/^./,b=>b.toUpperCase()),A+=` +`)}}}});async function bV(...t){let{resolvedOptions:e,resolvedCommandClasses:r,resolvedArgv:o,resolvedContext:a}=kV(t);return as.from(r,e).runExit(o,a)}async function xV(...t){let{resolvedOptions:e,resolvedCommandClasses:r,resolvedArgv:o,resolvedContext:a}=kV(t);return as.from(r,e).run(o,a)}function kV(t){let e,r,o,a;switch(typeof process<"u"&&typeof process.argv<"u"&&(o=process.argv.slice(2)),t.length){case 1:r=t[0];break;case 2:t[0]&&t[0].prototype instanceof nt||Array.isArray(t[0])?(r=t[0],Array.isArray(t[1])?o=t[1]:a=t[1]):(e=t[0],r=t[1]);break;case 3:Array.isArray(t[2])?(e=t[0],r=t[1],o=t[2]):t[0]&&t[0].prototype instanceof nt||Array.isArray(t[0])?(r=t[0],o=t[1],a=t[2]):(e=t[0],r=t[1],a=t[2]);break;default:e=t[0],r=t[1],o=t[2],a=t[3];break}if(typeof o>"u")throw new Error("The argv parameter must be provided when running Clipanion outside of a Node context");return{resolvedOptions:e,resolvedCommandClasses:r,resolvedArgv:o,resolvedContext:a}}function PV(t){return t()}var SV,as,QV=Et(()=>{$D();lS();kT();vV();Vp();DV();SV=Symbol("clipanion/errorCommand");as=class{constructor({binaryLabel:e,binaryName:r="...",binaryVersion:o,enableCapture:a=!1,enableColors:n}={}){this.registrations=new Map,this.builder=new Iy({binaryName:r}),this.binaryLabel=e,this.binaryName=r,this.binaryVersion=o,this.enableCapture=a,this.enableColors=n}static from(e,r={}){let o=new as(r),a=Array.isArray(e)?e:[e];for(let n of a)o.register(n);return o}register(e){var r;let o=new Map,a=new e;for(let p in a){let h=a[p];typeof h=="object"&&h!==null&&h[nt.isOption]&&o.set(p,h)}let n=this.builder.command(),u=n.cliIndex,A=(r=e.paths)!==null&&r!==void 0?r:a.paths;if(typeof A<"u")for(let p of A)n.addPath(p);this.registrations.set(e,{specs:o,builder:n,index:u});for(let[p,{definition:h}]of o.entries())h(n,p);n.setContext({commandClass:e})}process(e,r){let{input:o,context:a,partial:n}=typeof e=="object"&&Array.isArray(e)?{input:e,context:r}:e,{contexts:u,process:A}=this.builder.compile(),p=A(o,{partial:n}),h={...as.defaultContext,...a};switch(p.selectedIndex){case rd:{let E=By.from(p,u);return E.context=h,E.tokens=p.tokens,E}default:{let{commandClass:E}=u[p.selectedIndex],I=this.registrations.get(E);if(typeof I>"u")throw new Error("Assertion failed: Expected the command class to have been registered.");let v=new E;v.context=h,v.tokens=p.tokens,v.path=p.path;try{for(let[x,{transformer:C}]of I.specs.entries())v[x]=C(I.builder,x,p,h);return v}catch(x){throw x[SV]=v,x}}break}}async run(e,r){var o,a;let n,u={...as.defaultContext,...r},A=(o=this.enableColors)!==null&&o!==void 0?o:u.colorDepth>1;if(!Array.isArray(e))n=e;else try{n=this.process(e,u)}catch(E){return u.stdout.write(this.error(E,{colored:A})),1}if(n.help)return u.stdout.write(this.usage(n,{colored:A,detailed:!0})),0;n.context=u,n.cli={binaryLabel:this.binaryLabel,binaryName:this.binaryName,binaryVersion:this.binaryVersion,enableCapture:this.enableCapture,enableColors:this.enableColors,definitions:()=>this.definitions(),definition:E=>this.definition(E),error:(E,I)=>this.error(E,I),format:E=>this.format(E),process:(E,I)=>this.process(E,{...u,...I}),run:(E,I)=>this.run(E,{...u,...I}),usage:(E,I)=>this.usage(E,I)};let p=this.enableCapture&&(a=BV(u))!==null&&a!==void 0?a:PV,h;try{h=await p(()=>n.validateAndExecute().catch(E=>n.catch(E).then(()=>0)))}catch(E){return u.stdout.write(this.error(E,{colored:A,command:n})),1}return h}async runExit(e,r){process.exitCode=await this.run(e,r)}definition(e,{colored:r=!1}={}){if(!e.usage)return null;let{usage:o}=this.getUsageByRegistration(e,{detailed:!1}),{usage:a,options:n}=this.getUsageByRegistration(e,{detailed:!0,inlineOptions:!1}),u=typeof e.usage.category<"u"?Do(e.usage.category,{format:this.format(r),paragraphs:!1}):void 0,A=typeof e.usage.description<"u"?Do(e.usage.description,{format:this.format(r),paragraphs:!1}):void 0,p=typeof e.usage.details<"u"?Do(e.usage.details,{format:this.format(r),paragraphs:!0}):void 0,h=typeof e.usage.examples<"u"?e.usage.examples.map(([E,I])=>[Do(E,{format:this.format(r),paragraphs:!1}),I.replace(/\$0/g,this.binaryName)]):void 0;return{path:o,usage:a,category:u,description:A,details:p,examples:h,options:n}}definitions({colored:e=!1}={}){let r=[];for(let o of this.registrations.keys()){let a=this.definition(o,{colored:e});!a||r.push(a)}return r}usage(e=null,{colored:r,detailed:o=!1,prefix:a="$ "}={}){var n;if(e===null){for(let p of this.registrations.keys()){let h=p.paths,E=typeof p.usage<"u";if(!h||h.length===0||h.length===1&&h[0].length===0||((n=h?.some(x=>x.length===0))!==null&&n!==void 0?n:!1))if(e){e=null;break}else e=p;else if(E){e=null;continue}}e&&(o=!0)}let u=e!==null&&e instanceof nt?e.constructor:e,A="";if(u)if(o){let{description:p="",details:h="",examples:E=[]}=u.usage||{};p!==""&&(A+=Do(p,{format:this.format(r),paragraphs:!1}).replace(/^./,x=>x.toUpperCase()),A+=` `),(h!==""||E.length>0)&&(A+=`${this.format(r).header("Usage")} `,A+=` `);let{usage:I,options:v}=this.getUsageByRegistration(u,{inlineOptions:!1});if(A+=`${this.format(r).bold(a)}${I} `,v.length>0){A+=` `,A+=`${this.format(r).header("Options")} -`;let b=v.reduce((C,T)=>Math.max(C,T.definition.length),0);A+=` -`;for(let{definition:C,description:T}of v)A+=` ${this.format(r).bold(C.padEnd(b))} ${Do(T,{format:this.format(r),paragraphs:!1})}`}if(h!==""&&(A+=` +`;let x=v.reduce((C,R)=>Math.max(C,R.definition.length),0);A+=` +`;for(let{definition:C,description:R}of v)A+=` ${this.format(r).bold(C.padEnd(x))} ${Do(R,{format:this.format(r),paragraphs:!1})}`}if(h!==""&&(A+=` `,A+=`${this.format(r).header("Details")} `,A+=` `,A+=Do(h,{format:this.format(r),paragraphs:!0})),E.length>0){A+=` `,A+=`${this.format(r).header("Examples")} -`;for(let[b,C]of E)A+=` -`,A+=Do(b,{format:this.format(r),paragraphs:!1}),A+=`${C.replace(/^/m,` ${this.format(r).bold(a)}`).replace(/\$0/g,this.binaryName)} +`;for(let[x,C]of E)A+=` +`,A+=Do(x,{format:this.format(r),paragraphs:!1}),A+=`${C.replace(/^/m,` ${this.format(r).bold(a)}`).replace(/\$0/g,this.binaryName)} `}}else{let{usage:p}=this.getUsageByRegistration(u);A+=`${this.format(r).bold(a)}${p} -`}else{let p=new Map;for(let[v,{index:b}]of this.registrations.entries()){if(typeof v.usage>"u")continue;let C=typeof v.usage.category<"u"?Do(v.usage.category,{format:this.format(r),paragraphs:!1}):null,T=p.get(C);typeof T>"u"&&p.set(C,T=[]);let{usage:L}=this.getUsageByIndex(b);T.push({commandClass:v,usage:L})}let h=Array.from(p.keys()).sort((v,b)=>v===null?-1:b===null?1:v.localeCompare(b,"en",{usage:"sort",caseFirst:"upper"})),E=typeof this.binaryLabel<"u",I=typeof this.binaryVersion<"u";E||I?(E&&I?A+=`${this.format(r).header(`${this.binaryLabel} - ${this.binaryVersion}`)} +`}else{let p=new Map;for(let[v,{index:x}]of this.registrations.entries()){if(typeof v.usage>"u")continue;let C=typeof v.usage.category<"u"?Do(v.usage.category,{format:this.format(r),paragraphs:!1}):null,R=p.get(C);typeof R>"u"&&p.set(C,R=[]);let{usage:L}=this.getUsageByIndex(x);R.push({commandClass:v,usage:L})}let h=Array.from(p.keys()).sort((v,x)=>v===null?-1:x===null?1:v.localeCompare(x,"en",{usage:"sort",caseFirst:"upper"})),E=typeof this.binaryLabel<"u",I=typeof this.binaryVersion<"u";E||I?(E&&I?A+=`${this.format(r).header(`${this.binaryLabel} - ${this.binaryVersion}`)} `:E?A+=`${this.format(r).header(`${this.binaryLabel}`)} `:A+=`${this.format(r).header(`${this.binaryVersion}`)} `,A+=` ${this.format(r).bold(a)}${this.binaryName} `):A+=`${this.format(r).bold(a)}${this.binaryName} -`;for(let v of h){let b=p.get(v).slice().sort((T,L)=>T.usage.localeCompare(L.usage,"en",{usage:"sort",caseFirst:"upper"})),C=v!==null?v.trim():"General commands";A+=` +`;for(let v of h){let x=p.get(v).slice().sort((R,L)=>R.usage.localeCompare(L.usage,"en",{usage:"sort",caseFirst:"upper"})),C=v!==null?v.trim():"General commands";A+=` `,A+=`${this.format(r).header(`${C}`)} -`;for(let{commandClass:T,usage:L}of b){let U=T.usage.description||"undocumented";A+=` +`;for(let{commandClass:R,usage:L}of x){let U=R.usage.description||"undocumented";A+=` `,A+=` ${this.format(r).bold(L)} `,A+=` ${Do(U,{format:this.format(r),paragraphs:!1})}`}}A+=` -`,A+=Do("You can also print more details about any of these commands by calling them with the `-h,--help` flag right after the command name.",{format:this.format(r),paragraphs:!0})}return A}error(e,r){var o,{colored:a,command:n=(o=e[xK])!==null&&o!==void 0?o:null}=r===void 0?{}:r;(!e||typeof e!="object"||!("stack"in e))&&(e=new Error(`Execution failed with a non-error rejection (rejected value: ${JSON.stringify(e)})`));let u="",A=e.name.replace(/([a-z])([A-Z])/g,"$1 $2");A==="Error"&&(A="Internal Error"),u+=`${this.format(a).error(A)}: ${e.message} +`,A+=Do("You can also print more details about any of these commands by calling them with the `-h,--help` flag right after the command name.",{format:this.format(r),paragraphs:!0})}return A}error(e,r){var o,{colored:a,command:n=(o=e[SV])!==null&&o!==void 0?o:null}=r===void 0?{}:r;(!e||typeof e!="object"||!("stack"in e))&&(e=new Error(`Execution failed with a non-error rejection (rejected value: ${JSON.stringify(e)})`));let u="",A=e.name.replace(/([a-z])([A-Z])/g,"$1 $2");A==="Error"&&(A="Internal Error"),u+=`${this.format(a).error(A)}: ${e.message} `;let p=e.clipanion;return typeof p<"u"?p.type==="usage"&&(u+=` `,u+=this.usage(n)):e.stack&&(u+=`${e.stack.replace(/^.*\n/,"")} -`),u}format(e){var r;return((r=e??this.enableColors)!==null&&r!==void 0?r:as.defaultContext.colorDepth>1)?fK:pK}getUsageByRegistration(e,r){let o=this.registrations.get(e);if(typeof o>"u")throw new Error("Assertion failed: Unregistered command");return this.getUsageByIndex(o.index,r)}getUsageByIndex(e,r){return this.builder.getBuilderByIndex(e).usage(r)}};as.defaultContext={env:process.env,stdin:process.stdin,stdout:process.stdout,stderr:process.stderr,colorDepth:vK()}});var cI,RK=Et(()=>{Vp();cI=class extends nt{async execute(){this.context.stdout.write(`${JSON.stringify(this.cli.definitions(),null,2)} -`)}};cI.paths=[["--clipanion=definitions"]]});var uI,NK=Et(()=>{Vp();uI=class extends nt{async execute(){this.context.stdout.write(this.cli.usage())}};uI.paths=[["-h"],["--help"]]});function AP(t={}){return Vo({definition(e,r){var o;e.addProxy({name:(o=t.name)!==null&&o!==void 0?o:r,required:t.required})},transformer(e,r,o){return o.positionals.map(({value:a})=>a)}})}var qR=Et(()=>{yf()});var AI,LK=Et(()=>{Vp();qR();AI=class extends nt{constructor(){super(...arguments),this.args=AP()}async execute(){this.context.stdout.write(`${JSON.stringify(this.cli.process(this.args).tokens,null,2)} -`)}};AI.paths=[["--clipanion=tokens"]]});var fI,MK=Et(()=>{Vp();fI=class extends nt{async execute(){var e;this.context.stdout.write(`${(e=this.cli.binaryVersion)!==null&&e!==void 0?e:""} -`)}};fI.paths=[["-v"],["--version"]]});var GR={};Kt(GR,{DefinitionsCommand:()=>cI,HelpCommand:()=>uI,TokensCommand:()=>AI,VersionCommand:()=>fI});var OK=Et(()=>{RK();NK();LK();MK()});function UK(t,e,r){let[o,a]=qu(e,r??{}),{arity:n=1}=a,u=t.split(","),A=new Set(u);return Vo({definition(p){p.addOption({names:u,arity:n,hidden:a?.hidden,description:a?.description,required:a.required})},transformer(p,h,E){let I,v=typeof o<"u"?[...o]:void 0;for(let{name:b,value:C}of E.options)!A.has(b)||(I=b,v=v??[],v.push(C));return typeof v<"u"?rd(I??h,v,a.validator):v}})}var _K=Et(()=>{yf()});function HK(t,e,r){let[o,a]=qu(e,r??{}),n=t.split(","),u=new Set(n);return Vo({definition(A){A.addOption({names:n,allowBinding:!1,arity:0,hidden:a.hidden,description:a.description,required:a.required})},transformer(A,p,h){let E=o;for(let{name:I,value:v}of h.options)!u.has(I)||(E=v);return E}})}var jK=Et(()=>{yf()});function qK(t,e,r){let[o,a]=qu(e,r??{}),n=t.split(","),u=new Set(n);return Vo({definition(A){A.addOption({names:n,allowBinding:!1,arity:0,hidden:a.hidden,description:a.description,required:a.required})},transformer(A,p,h){let E=o;for(let{name:I,value:v}of h.options)!u.has(I)||(E??(E=0),v?E+=1:E=0);return E}})}var GK=Et(()=>{yf()});function YK(t={}){return Vo({definition(e,r){var o;e.addRest({name:(o=t.name)!==null&&o!==void 0?o:r,required:t.required})},transformer(e,r,o){let a=u=>{let A=o.positionals[u];return A.extra===el||A.extra===!1&&uu)}})}var WK=Et(()=>{cP();yf()});function rqe(t,e,r){let[o,a]=qu(e,r??{}),{arity:n=1}=a,u=t.split(","),A=new Set(u);return Vo({definition(p){p.addOption({names:u,arity:a.tolerateBoolean?0:n,hidden:a.hidden,description:a.description,required:a.required})},transformer(p,h,E,I){let v,b=o;typeof a.env<"u"&&I.env[a.env]&&(v=a.env,b=I.env[a.env]);for(let{name:C,value:T}of E.options)!A.has(C)||(v=C,b=T);return typeof b=="string"?rd(v??h,b,a.validator):b}})}function nqe(t={}){let{required:e=!0}=t;return Vo({definition(r,o){var a;r.addPositional({name:(a=t.name)!==null&&a!==void 0?a:o,required:t.required})},transformer(r,o,a){var n;for(let u=0;u{cP();yf()});var ge={};Kt(ge,{Array:()=>UK,Boolean:()=>HK,Counter:()=>qK,Proxy:()=>AP,Rest:()=>YK,String:()=>VK,applyValidator:()=>rd,cleanValidationError:()=>nP,formatError:()=>nI,isOptionSymbol:()=>rI,makeCommandOption:()=>Vo,rerouteArguments:()=>qu});var JK=Et(()=>{yf();qR();_K();jK();GK();WK();KK()});var pI={};Kt(pI,{Builtins:()=>GR,Cli:()=>as,Command:()=>nt,Option:()=>ge,UsageError:()=>it,formatMarkdownish:()=>Do,run:()=>QK,runExit:()=>kK});var qt=Et(()=>{rP();FR();Vp();TK();OK();JK()});var zK=_((xkt,iqe)=>{iqe.exports={name:"dotenv",version:"16.3.1",description:"Loads environment variables from .env file",main:"lib/main.js",types:"lib/main.d.ts",exports:{".":{types:"./lib/main.d.ts",require:"./lib/main.js",default:"./lib/main.js"},"./config":"./config.js","./config.js":"./config.js","./lib/env-options":"./lib/env-options.js","./lib/env-options.js":"./lib/env-options.js","./lib/cli-options":"./lib/cli-options.js","./lib/cli-options.js":"./lib/cli-options.js","./package.json":"./package.json"},scripts:{"dts-check":"tsc --project tests/types/tsconfig.json",lint:"standard","lint-readme":"standard-markdown",pretest:"npm run lint && npm run dts-check",test:"tap tests/*.js --100 -Rspec",prerelease:"npm test",release:"standard-version"},repository:{type:"git",url:"git://github.com/motdotla/dotenv.git"},funding:"https://github.com/motdotla/dotenv?sponsor=1",keywords:["dotenv","env",".env","environment","variables","config","settings"],readmeFilename:"README.md",license:"BSD-2-Clause",devDependencies:{"@definitelytyped/dtslint":"^0.0.133","@types/node":"^18.11.3",decache:"^4.6.1",sinon:"^14.0.1",standard:"^17.0.0","standard-markdown":"^7.1.0","standard-version":"^9.5.0",tap:"^16.3.0",tar:"^6.1.11",typescript:"^4.8.4"},engines:{node:">=12"},browser:{fs:!1}}});var eJ=_((bkt,Ef)=>{var XK=Be("fs"),WR=Be("path"),sqe=Be("os"),oqe=Be("crypto"),aqe=zK(),VR=aqe.version,lqe=/(?:^|^)\s*(?:export\s+)?([\w.-]+)(?:\s*=\s*?|:\s+?)(\s*'(?:\\'|[^'])*'|\s*"(?:\\"|[^"])*"|\s*`(?:\\`|[^`])*`|[^#\r\n]+)?\s*(?:#.*)?(?:$|$)/mg;function cqe(t){let e={},r=t.toString();r=r.replace(/\r\n?/mg,` -`);let o;for(;(o=lqe.exec(r))!=null;){let a=o[1],n=o[2]||"";n=n.trim();let u=n[0];n=n.replace(/^(['"`])([\s\S]*)\1$/mg,"$2"),u==='"'&&(n=n.replace(/\\n/g,` -`),n=n.replace(/\\r/g,"\r")),e[a]=n}return e}function uqe(t){let e=$K(t),r=xs.configDotenv({path:e});if(!r.parsed)throw new Error(`MISSING_DATA: Cannot parse ${e} for an unknown reason`);let o=ZK(t).split(","),a=o.length,n;for(let u=0;u=a)throw A}return xs.parse(n)}function Aqe(t){console.log(`[dotenv@${VR}][INFO] ${t}`)}function fqe(t){console.log(`[dotenv@${VR}][WARN] ${t}`)}function YR(t){console.log(`[dotenv@${VR}][DEBUG] ${t}`)}function ZK(t){return t&&t.DOTENV_KEY&&t.DOTENV_KEY.length>0?t.DOTENV_KEY:process.env.DOTENV_KEY&&process.env.DOTENV_KEY.length>0?process.env.DOTENV_KEY:""}function pqe(t,e){let r;try{r=new URL(e)}catch(A){throw A.code==="ERR_INVALID_URL"?new Error("INVALID_DOTENV_KEY: Wrong format. Must be in valid uri format like dotenv://:key_1234@dotenv.org/vault/.env.vault?environment=development"):A}let o=r.password;if(!o)throw new Error("INVALID_DOTENV_KEY: Missing key part");let a=r.searchParams.get("environment");if(!a)throw new Error("INVALID_DOTENV_KEY: Missing environment part");let n=`DOTENV_VAULT_${a.toUpperCase()}`,u=t.parsed[n];if(!u)throw new Error(`NOT_FOUND_DOTENV_ENVIRONMENT: Cannot locate environment ${n} in your .env.vault file.`);return{ciphertext:u,key:o}}function $K(t){let e=WR.resolve(process.cwd(),".env");return t&&t.path&&t.path.length>0&&(e=t.path),e.endsWith(".vault")?e:`${e}.vault`}function hqe(t){return t[0]==="~"?WR.join(sqe.homedir(),t.slice(1)):t}function gqe(t){Aqe("Loading env from encrypted .env.vault");let e=xs._parseVault(t),r=process.env;return t&&t.processEnv!=null&&(r=t.processEnv),xs.populate(r,e,t),{parsed:e}}function dqe(t){let e=WR.resolve(process.cwd(),".env"),r="utf8",o=Boolean(t&&t.debug);t&&(t.path!=null&&(e=hqe(t.path)),t.encoding!=null&&(r=t.encoding));try{let a=xs.parse(XK.readFileSync(e,{encoding:r})),n=process.env;return t&&t.processEnv!=null&&(n=t.processEnv),xs.populate(n,a,t),{parsed:a}}catch(a){return o&&YR(`Failed to load ${e} ${a.message}`),{error:a}}}function mqe(t){let e=$K(t);return ZK(t).length===0?xs.configDotenv(t):XK.existsSync(e)?xs._configVault(t):(fqe(`You set DOTENV_KEY but you are missing a .env.vault file at ${e}. Did you forget to build it?`),xs.configDotenv(t))}function yqe(t,e){let r=Buffer.from(e.slice(-64),"hex"),o=Buffer.from(t,"base64"),a=o.slice(0,12),n=o.slice(-16);o=o.slice(12,-16);try{let u=oqe.createDecipheriv("aes-256-gcm",r,a);return u.setAuthTag(n),`${u.update(o)}${u.final()}`}catch(u){let A=u instanceof RangeError,p=u.message==="Invalid key length",h=u.message==="Unsupported state or unable to authenticate data";if(A||p){let E="INVALID_DOTENV_KEY: It must be 64 characters long (or more)";throw new Error(E)}else if(h){let E="DECRYPTION_FAILED: Please check your DOTENV_KEY";throw new Error(E)}else throw console.error("Error: ",u.code),console.error("Error: ",u.message),u}}function Eqe(t,e,r={}){let o=Boolean(r&&r.debug),a=Boolean(r&&r.override);if(typeof e!="object")throw new Error("OBJECT_REQUIRED: Please check the processEnv argument being passed to populate");for(let n of Object.keys(e))Object.prototype.hasOwnProperty.call(t,n)?(a===!0&&(t[n]=e[n]),o&&YR(a===!0?`"${n}" is already defined and WAS overwritten`:`"${n}" is already defined and was NOT overwritten`)):t[n]=e[n]}var xs={configDotenv:dqe,_configVault:gqe,_parseVault:uqe,config:mqe,decrypt:yqe,parse:cqe,populate:Eqe};Ef.exports.configDotenv=xs.configDotenv;Ef.exports._configVault=xs._configVault;Ef.exports._parseVault=xs._parseVault;Ef.exports.config=xs.config;Ef.exports.decrypt=xs.decrypt;Ef.exports.parse=xs.parse;Ef.exports.populate=xs.populate;Ef.exports=xs});var rJ=_((kkt,tJ)=>{"use strict";tJ.exports=(t,...e)=>new Promise(r=>{r(t(...e))})});var nd=_((Qkt,KR)=>{"use strict";var Cqe=rJ(),nJ=t=>{if(t<1)throw new TypeError("Expected `concurrency` to be a number from 1 and up");let e=[],r=0,o=()=>{r--,e.length>0&&e.shift()()},a=(A,p,...h)=>{r++;let E=Cqe(A,...h);p(E),E.then(o,o)},n=(A,p,...h)=>{rnew Promise(h=>n(A,h,...p));return Object.defineProperties(u,{activeCount:{get:()=>r},pendingCount:{get:()=>e.length}}),u};KR.exports=nJ;KR.exports.default=nJ});function Wu(t){return`YN${t.toString(10).padStart(4,"0")}`}function fP(t){let e=Number(t.slice(2));if(typeof wr[e]>"u")throw new Error(`Unknown message name: "${t}"`);return e}var wr,pP=Et(()=>{wr=(Me=>(Me[Me.UNNAMED=0]="UNNAMED",Me[Me.EXCEPTION=1]="EXCEPTION",Me[Me.MISSING_PEER_DEPENDENCY=2]="MISSING_PEER_DEPENDENCY",Me[Me.CYCLIC_DEPENDENCIES=3]="CYCLIC_DEPENDENCIES",Me[Me.DISABLED_BUILD_SCRIPTS=4]="DISABLED_BUILD_SCRIPTS",Me[Me.BUILD_DISABLED=5]="BUILD_DISABLED",Me[Me.SOFT_LINK_BUILD=6]="SOFT_LINK_BUILD",Me[Me.MUST_BUILD=7]="MUST_BUILD",Me[Me.MUST_REBUILD=8]="MUST_REBUILD",Me[Me.BUILD_FAILED=9]="BUILD_FAILED",Me[Me.RESOLVER_NOT_FOUND=10]="RESOLVER_NOT_FOUND",Me[Me.FETCHER_NOT_FOUND=11]="FETCHER_NOT_FOUND",Me[Me.LINKER_NOT_FOUND=12]="LINKER_NOT_FOUND",Me[Me.FETCH_NOT_CACHED=13]="FETCH_NOT_CACHED",Me[Me.YARN_IMPORT_FAILED=14]="YARN_IMPORT_FAILED",Me[Me.REMOTE_INVALID=15]="REMOTE_INVALID",Me[Me.REMOTE_NOT_FOUND=16]="REMOTE_NOT_FOUND",Me[Me.RESOLUTION_PACK=17]="RESOLUTION_PACK",Me[Me.CACHE_CHECKSUM_MISMATCH=18]="CACHE_CHECKSUM_MISMATCH",Me[Me.UNUSED_CACHE_ENTRY=19]="UNUSED_CACHE_ENTRY",Me[Me.MISSING_LOCKFILE_ENTRY=20]="MISSING_LOCKFILE_ENTRY",Me[Me.WORKSPACE_NOT_FOUND=21]="WORKSPACE_NOT_FOUND",Me[Me.TOO_MANY_MATCHING_WORKSPACES=22]="TOO_MANY_MATCHING_WORKSPACES",Me[Me.CONSTRAINTS_MISSING_DEPENDENCY=23]="CONSTRAINTS_MISSING_DEPENDENCY",Me[Me.CONSTRAINTS_INCOMPATIBLE_DEPENDENCY=24]="CONSTRAINTS_INCOMPATIBLE_DEPENDENCY",Me[Me.CONSTRAINTS_EXTRANEOUS_DEPENDENCY=25]="CONSTRAINTS_EXTRANEOUS_DEPENDENCY",Me[Me.CONSTRAINTS_INVALID_DEPENDENCY=26]="CONSTRAINTS_INVALID_DEPENDENCY",Me[Me.CANT_SUGGEST_RESOLUTIONS=27]="CANT_SUGGEST_RESOLUTIONS",Me[Me.FROZEN_LOCKFILE_EXCEPTION=28]="FROZEN_LOCKFILE_EXCEPTION",Me[Me.CROSS_DRIVE_VIRTUAL_LOCAL=29]="CROSS_DRIVE_VIRTUAL_LOCAL",Me[Me.FETCH_FAILED=30]="FETCH_FAILED",Me[Me.DANGEROUS_NODE_MODULES=31]="DANGEROUS_NODE_MODULES",Me[Me.NODE_GYP_INJECTED=32]="NODE_GYP_INJECTED",Me[Me.AUTHENTICATION_NOT_FOUND=33]="AUTHENTICATION_NOT_FOUND",Me[Me.INVALID_CONFIGURATION_KEY=34]="INVALID_CONFIGURATION_KEY",Me[Me.NETWORK_ERROR=35]="NETWORK_ERROR",Me[Me.LIFECYCLE_SCRIPT=36]="LIFECYCLE_SCRIPT",Me[Me.CONSTRAINTS_MISSING_FIELD=37]="CONSTRAINTS_MISSING_FIELD",Me[Me.CONSTRAINTS_INCOMPATIBLE_FIELD=38]="CONSTRAINTS_INCOMPATIBLE_FIELD",Me[Me.CONSTRAINTS_EXTRANEOUS_FIELD=39]="CONSTRAINTS_EXTRANEOUS_FIELD",Me[Me.CONSTRAINTS_INVALID_FIELD=40]="CONSTRAINTS_INVALID_FIELD",Me[Me.AUTHENTICATION_INVALID=41]="AUTHENTICATION_INVALID",Me[Me.PROLOG_UNKNOWN_ERROR=42]="PROLOG_UNKNOWN_ERROR",Me[Me.PROLOG_SYNTAX_ERROR=43]="PROLOG_SYNTAX_ERROR",Me[Me.PROLOG_EXISTENCE_ERROR=44]="PROLOG_EXISTENCE_ERROR",Me[Me.STACK_OVERFLOW_RESOLUTION=45]="STACK_OVERFLOW_RESOLUTION",Me[Me.AUTOMERGE_FAILED_TO_PARSE=46]="AUTOMERGE_FAILED_TO_PARSE",Me[Me.AUTOMERGE_IMMUTABLE=47]="AUTOMERGE_IMMUTABLE",Me[Me.AUTOMERGE_SUCCESS=48]="AUTOMERGE_SUCCESS",Me[Me.AUTOMERGE_REQUIRED=49]="AUTOMERGE_REQUIRED",Me[Me.DEPRECATED_CLI_SETTINGS=50]="DEPRECATED_CLI_SETTINGS",Me[Me.PLUGIN_NAME_NOT_FOUND=51]="PLUGIN_NAME_NOT_FOUND",Me[Me.INVALID_PLUGIN_REFERENCE=52]="INVALID_PLUGIN_REFERENCE",Me[Me.CONSTRAINTS_AMBIGUITY=53]="CONSTRAINTS_AMBIGUITY",Me[Me.CACHE_OUTSIDE_PROJECT=54]="CACHE_OUTSIDE_PROJECT",Me[Me.IMMUTABLE_INSTALL=55]="IMMUTABLE_INSTALL",Me[Me.IMMUTABLE_CACHE=56]="IMMUTABLE_CACHE",Me[Me.INVALID_MANIFEST=57]="INVALID_MANIFEST",Me[Me.PACKAGE_PREPARATION_FAILED=58]="PACKAGE_PREPARATION_FAILED",Me[Me.INVALID_RANGE_PEER_DEPENDENCY=59]="INVALID_RANGE_PEER_DEPENDENCY",Me[Me.INCOMPATIBLE_PEER_DEPENDENCY=60]="INCOMPATIBLE_PEER_DEPENDENCY",Me[Me.DEPRECATED_PACKAGE=61]="DEPRECATED_PACKAGE",Me[Me.INCOMPATIBLE_OS=62]="INCOMPATIBLE_OS",Me[Me.INCOMPATIBLE_CPU=63]="INCOMPATIBLE_CPU",Me[Me.FROZEN_ARTIFACT_EXCEPTION=64]="FROZEN_ARTIFACT_EXCEPTION",Me[Me.TELEMETRY_NOTICE=65]="TELEMETRY_NOTICE",Me[Me.PATCH_HUNK_FAILED=66]="PATCH_HUNK_FAILED",Me[Me.INVALID_CONFIGURATION_VALUE=67]="INVALID_CONFIGURATION_VALUE",Me[Me.UNUSED_PACKAGE_EXTENSION=68]="UNUSED_PACKAGE_EXTENSION",Me[Me.REDUNDANT_PACKAGE_EXTENSION=69]="REDUNDANT_PACKAGE_EXTENSION",Me[Me.AUTO_NM_SUCCESS=70]="AUTO_NM_SUCCESS",Me[Me.NM_CANT_INSTALL_EXTERNAL_SOFT_LINK=71]="NM_CANT_INSTALL_EXTERNAL_SOFT_LINK",Me[Me.NM_PRESERVE_SYMLINKS_REQUIRED=72]="NM_PRESERVE_SYMLINKS_REQUIRED",Me[Me.UPDATE_LOCKFILE_ONLY_SKIP_LINK=73]="UPDATE_LOCKFILE_ONLY_SKIP_LINK",Me[Me.NM_HARDLINKS_MODE_DOWNGRADED=74]="NM_HARDLINKS_MODE_DOWNGRADED",Me[Me.PROLOG_INSTANTIATION_ERROR=75]="PROLOG_INSTANTIATION_ERROR",Me[Me.INCOMPATIBLE_ARCHITECTURE=76]="INCOMPATIBLE_ARCHITECTURE",Me[Me.GHOST_ARCHITECTURE=77]="GHOST_ARCHITECTURE",Me[Me.RESOLUTION_MISMATCH=78]="RESOLUTION_MISMATCH",Me[Me.PROLOG_LIMIT_EXCEEDED=79]="PROLOG_LIMIT_EXCEEDED",Me[Me.NETWORK_DISABLED=80]="NETWORK_DISABLED",Me[Me.NETWORK_UNSAFE_HTTP=81]="NETWORK_UNSAFE_HTTP",Me[Me.RESOLUTION_FAILED=82]="RESOLUTION_FAILED",Me[Me.AUTOMERGE_GIT_ERROR=83]="AUTOMERGE_GIT_ERROR",Me[Me.CONSTRAINTS_CHECK_FAILED=84]="CONSTRAINTS_CHECK_FAILED",Me[Me.UPDATED_RESOLUTION_RECORD=85]="UPDATED_RESOLUTION_RECORD",Me[Me.EXPLAIN_PEER_DEPENDENCIES_CTA=86]="EXPLAIN_PEER_DEPENDENCIES_CTA",Me[Me.MIGRATION_SUCCESS=87]="MIGRATION_SUCCESS",Me[Me.VERSION_NOTICE=88]="VERSION_NOTICE",Me[Me.TIPS_NOTICE=89]="TIPS_NOTICE",Me[Me.OFFLINE_MODE_ENABLED=90]="OFFLINE_MODE_ENABLED",Me))(wr||{})});var hI=_((Tkt,iJ)=>{var wqe="2.0.0",Iqe=Number.MAX_SAFE_INTEGER||9007199254740991,Bqe=16,vqe=256-6,Dqe=["major","premajor","minor","preminor","patch","prepatch","prerelease"];iJ.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:Bqe,MAX_SAFE_BUILD_LENGTH:vqe,MAX_SAFE_INTEGER:Iqe,RELEASE_TYPES:Dqe,SEMVER_SPEC_VERSION:wqe,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var gI=_((Rkt,sJ)=>{var Pqe=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};sJ.exports=Pqe});var By=_((Cf,oJ)=>{var{MAX_SAFE_COMPONENT_LENGTH:JR,MAX_SAFE_BUILD_LENGTH:Sqe,MAX_LENGTH:xqe}=hI(),bqe=gI();Cf=oJ.exports={};var kqe=Cf.re=[],Qqe=Cf.safeRe=[],lr=Cf.src=[],cr=Cf.t={},Fqe=0,zR="[a-zA-Z0-9-]",Tqe=[["\\s",1],["\\d",xqe],[zR,Sqe]],Rqe=t=>{for(let[e,r]of Tqe)t=t.split(`${e}*`).join(`${e}{0,${r}}`).split(`${e}+`).join(`${e}{1,${r}}`);return t},Jr=(t,e,r)=>{let o=Rqe(e),a=Fqe++;bqe(t,a,e),cr[t]=a,lr[a]=e,kqe[a]=new RegExp(e,r?"g":void 0),Qqe[a]=new RegExp(o,r?"g":void 0)};Jr("NUMERICIDENTIFIER","0|[1-9]\\d*");Jr("NUMERICIDENTIFIERLOOSE","\\d+");Jr("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${zR}*`);Jr("MAINVERSION",`(${lr[cr.NUMERICIDENTIFIER]})\\.(${lr[cr.NUMERICIDENTIFIER]})\\.(${lr[cr.NUMERICIDENTIFIER]})`);Jr("MAINVERSIONLOOSE",`(${lr[cr.NUMERICIDENTIFIERLOOSE]})\\.(${lr[cr.NUMERICIDENTIFIERLOOSE]})\\.(${lr[cr.NUMERICIDENTIFIERLOOSE]})`);Jr("PRERELEASEIDENTIFIER",`(?:${lr[cr.NUMERICIDENTIFIER]}|${lr[cr.NONNUMERICIDENTIFIER]})`);Jr("PRERELEASEIDENTIFIERLOOSE",`(?:${lr[cr.NUMERICIDENTIFIERLOOSE]}|${lr[cr.NONNUMERICIDENTIFIER]})`);Jr("PRERELEASE",`(?:-(${lr[cr.PRERELEASEIDENTIFIER]}(?:\\.${lr[cr.PRERELEASEIDENTIFIER]})*))`);Jr("PRERELEASELOOSE",`(?:-?(${lr[cr.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${lr[cr.PRERELEASEIDENTIFIERLOOSE]})*))`);Jr("BUILDIDENTIFIER",`${zR}+`);Jr("BUILD",`(?:\\+(${lr[cr.BUILDIDENTIFIER]}(?:\\.${lr[cr.BUILDIDENTIFIER]})*))`);Jr("FULLPLAIN",`v?${lr[cr.MAINVERSION]}${lr[cr.PRERELEASE]}?${lr[cr.BUILD]}?`);Jr("FULL",`^${lr[cr.FULLPLAIN]}$`);Jr("LOOSEPLAIN",`[v=\\s]*${lr[cr.MAINVERSIONLOOSE]}${lr[cr.PRERELEASELOOSE]}?${lr[cr.BUILD]}?`);Jr("LOOSE",`^${lr[cr.LOOSEPLAIN]}$`);Jr("GTLT","((?:<|>)?=?)");Jr("XRANGEIDENTIFIERLOOSE",`${lr[cr.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);Jr("XRANGEIDENTIFIER",`${lr[cr.NUMERICIDENTIFIER]}|x|X|\\*`);Jr("XRANGEPLAIN",`[v=\\s]*(${lr[cr.XRANGEIDENTIFIER]})(?:\\.(${lr[cr.XRANGEIDENTIFIER]})(?:\\.(${lr[cr.XRANGEIDENTIFIER]})(?:${lr[cr.PRERELEASE]})?${lr[cr.BUILD]}?)?)?`);Jr("XRANGEPLAINLOOSE",`[v=\\s]*(${lr[cr.XRANGEIDENTIFIERLOOSE]})(?:\\.(${lr[cr.XRANGEIDENTIFIERLOOSE]})(?:\\.(${lr[cr.XRANGEIDENTIFIERLOOSE]})(?:${lr[cr.PRERELEASELOOSE]})?${lr[cr.BUILD]}?)?)?`);Jr("XRANGE",`^${lr[cr.GTLT]}\\s*${lr[cr.XRANGEPLAIN]}$`);Jr("XRANGELOOSE",`^${lr[cr.GTLT]}\\s*${lr[cr.XRANGEPLAINLOOSE]}$`);Jr("COERCE",`(^|[^\\d])(\\d{1,${JR}})(?:\\.(\\d{1,${JR}}))?(?:\\.(\\d{1,${JR}}))?(?:$|[^\\d])`);Jr("COERCERTL",lr[cr.COERCE],!0);Jr("LONETILDE","(?:~>?)");Jr("TILDETRIM",`(\\s*)${lr[cr.LONETILDE]}\\s+`,!0);Cf.tildeTrimReplace="$1~";Jr("TILDE",`^${lr[cr.LONETILDE]}${lr[cr.XRANGEPLAIN]}$`);Jr("TILDELOOSE",`^${lr[cr.LONETILDE]}${lr[cr.XRANGEPLAINLOOSE]}$`);Jr("LONECARET","(?:\\^)");Jr("CARETTRIM",`(\\s*)${lr[cr.LONECARET]}\\s+`,!0);Cf.caretTrimReplace="$1^";Jr("CARET",`^${lr[cr.LONECARET]}${lr[cr.XRANGEPLAIN]}$`);Jr("CARETLOOSE",`^${lr[cr.LONECARET]}${lr[cr.XRANGEPLAINLOOSE]}$`);Jr("COMPARATORLOOSE",`^${lr[cr.GTLT]}\\s*(${lr[cr.LOOSEPLAIN]})$|^$`);Jr("COMPARATOR",`^${lr[cr.GTLT]}\\s*(${lr[cr.FULLPLAIN]})$|^$`);Jr("COMPARATORTRIM",`(\\s*)${lr[cr.GTLT]}\\s*(${lr[cr.LOOSEPLAIN]}|${lr[cr.XRANGEPLAIN]})`,!0);Cf.comparatorTrimReplace="$1$2$3";Jr("HYPHENRANGE",`^\\s*(${lr[cr.XRANGEPLAIN]})\\s+-\\s+(${lr[cr.XRANGEPLAIN]})\\s*$`);Jr("HYPHENRANGELOOSE",`^\\s*(${lr[cr.XRANGEPLAINLOOSE]})\\s+-\\s+(${lr[cr.XRANGEPLAINLOOSE]})\\s*$`);Jr("STAR","(<|>)?=?\\s*\\*");Jr("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");Jr("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var hP=_((Nkt,aJ)=>{var Nqe=Object.freeze({loose:!0}),Lqe=Object.freeze({}),Mqe=t=>t?typeof t!="object"?Nqe:t:Lqe;aJ.exports=Mqe});var XR=_((Lkt,uJ)=>{var lJ=/^[0-9]+$/,cJ=(t,e)=>{let r=lJ.test(t),o=lJ.test(e);return r&&o&&(t=+t,e=+e),t===e?0:r&&!o?-1:o&&!r?1:tcJ(e,t);uJ.exports={compareIdentifiers:cJ,rcompareIdentifiers:Oqe}});var Po=_((Mkt,hJ)=>{var gP=gI(),{MAX_LENGTH:AJ,MAX_SAFE_INTEGER:dP}=hI(),{safeRe:fJ,t:pJ}=By(),Uqe=hP(),{compareIdentifiers:vy}=XR(),tl=class{constructor(e,r){if(r=Uqe(r),e instanceof tl){if(e.loose===!!r.loose&&e.includePrerelease===!!r.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>AJ)throw new TypeError(`version is longer than ${AJ} characters`);gP("SemVer",e,r),this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease;let o=e.trim().match(r.loose?fJ[pJ.LOOSE]:fJ[pJ.FULL]);if(!o)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+o[1],this.minor=+o[2],this.patch=+o[3],this.major>dP||this.major<0)throw new TypeError("Invalid major version");if(this.minor>dP||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>dP||this.patch<0)throw new TypeError("Invalid patch version");o[4]?this.prerelease=o[4].split(".").map(a=>{if(/^[0-9]+$/.test(a)){let n=+a;if(n>=0&&n=0;)typeof this.prerelease[n]=="number"&&(this.prerelease[n]++,n=-2);if(n===-1){if(r===this.prerelease.join(".")&&o===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(a)}}if(r){let n=[r,a];o===!1&&(n=[r]),vy(this.prerelease[0],r)===0?isNaN(this.prerelease[1])&&(this.prerelease=n):this.prerelease=n}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};hJ.exports=tl});var id=_((Okt,dJ)=>{var gJ=Po(),_qe=(t,e,r=!1)=>{if(t instanceof gJ)return t;try{return new gJ(t,e)}catch(o){if(!r)return null;throw o}};dJ.exports=_qe});var yJ=_((Ukt,mJ)=>{var Hqe=id(),jqe=(t,e)=>{let r=Hqe(t,e);return r?r.version:null};mJ.exports=jqe});var CJ=_((_kt,EJ)=>{var qqe=id(),Gqe=(t,e)=>{let r=qqe(t.trim().replace(/^[=v]+/,""),e);return r?r.version:null};EJ.exports=Gqe});var BJ=_((Hkt,IJ)=>{var wJ=Po(),Yqe=(t,e,r,o,a)=>{typeof r=="string"&&(a=o,o=r,r=void 0);try{return new wJ(t instanceof wJ?t.version:t,r).inc(e,o,a).version}catch{return null}};IJ.exports=Yqe});var PJ=_((jkt,DJ)=>{var vJ=id(),Wqe=(t,e)=>{let r=vJ(t,null,!0),o=vJ(e,null,!0),a=r.compare(o);if(a===0)return null;let n=a>0,u=n?r:o,A=n?o:r,p=!!u.prerelease.length;if(!!A.prerelease.length&&!p)return!A.patch&&!A.minor?"major":u.patch?"patch":u.minor?"minor":"major";let E=p?"pre":"";return r.major!==o.major?E+"major":r.minor!==o.minor?E+"minor":r.patch!==o.patch?E+"patch":"prerelease"};DJ.exports=Wqe});var xJ=_((qkt,SJ)=>{var Vqe=Po(),Kqe=(t,e)=>new Vqe(t,e).major;SJ.exports=Kqe});var kJ=_((Gkt,bJ)=>{var Jqe=Po(),zqe=(t,e)=>new Jqe(t,e).minor;bJ.exports=zqe});var FJ=_((Ykt,QJ)=>{var Xqe=Po(),Zqe=(t,e)=>new Xqe(t,e).patch;QJ.exports=Zqe});var RJ=_((Wkt,TJ)=>{var $qe=id(),eGe=(t,e)=>{let r=$qe(t,e);return r&&r.prerelease.length?r.prerelease:null};TJ.exports=eGe});var Ll=_((Vkt,LJ)=>{var NJ=Po(),tGe=(t,e,r)=>new NJ(t,r).compare(new NJ(e,r));LJ.exports=tGe});var OJ=_((Kkt,MJ)=>{var rGe=Ll(),nGe=(t,e,r)=>rGe(e,t,r);MJ.exports=nGe});var _J=_((Jkt,UJ)=>{var iGe=Ll(),sGe=(t,e)=>iGe(t,e,!0);UJ.exports=sGe});var mP=_((zkt,jJ)=>{var HJ=Po(),oGe=(t,e,r)=>{let o=new HJ(t,r),a=new HJ(e,r);return o.compare(a)||o.compareBuild(a)};jJ.exports=oGe});var GJ=_((Xkt,qJ)=>{var aGe=mP(),lGe=(t,e)=>t.sort((r,o)=>aGe(r,o,e));qJ.exports=lGe});var WJ=_((Zkt,YJ)=>{var cGe=mP(),uGe=(t,e)=>t.sort((r,o)=>cGe(o,r,e));YJ.exports=uGe});var dI=_(($kt,VJ)=>{var AGe=Ll(),fGe=(t,e,r)=>AGe(t,e,r)>0;VJ.exports=fGe});var yP=_((eQt,KJ)=>{var pGe=Ll(),hGe=(t,e,r)=>pGe(t,e,r)<0;KJ.exports=hGe});var ZR=_((tQt,JJ)=>{var gGe=Ll(),dGe=(t,e,r)=>gGe(t,e,r)===0;JJ.exports=dGe});var $R=_((rQt,zJ)=>{var mGe=Ll(),yGe=(t,e,r)=>mGe(t,e,r)!==0;zJ.exports=yGe});var EP=_((nQt,XJ)=>{var EGe=Ll(),CGe=(t,e,r)=>EGe(t,e,r)>=0;XJ.exports=CGe});var CP=_((iQt,ZJ)=>{var wGe=Ll(),IGe=(t,e,r)=>wGe(t,e,r)<=0;ZJ.exports=IGe});var eN=_((sQt,$J)=>{var BGe=ZR(),vGe=$R(),DGe=dI(),PGe=EP(),SGe=yP(),xGe=CP(),bGe=(t,e,r,o)=>{switch(e){case"===":return typeof t=="object"&&(t=t.version),typeof r=="object"&&(r=r.version),t===r;case"!==":return typeof t=="object"&&(t=t.version),typeof r=="object"&&(r=r.version),t!==r;case"":case"=":case"==":return BGe(t,r,o);case"!=":return vGe(t,r,o);case">":return DGe(t,r,o);case">=":return PGe(t,r,o);case"<":return SGe(t,r,o);case"<=":return xGe(t,r,o);default:throw new TypeError(`Invalid operator: ${e}`)}};$J.exports=bGe});var tz=_((oQt,ez)=>{var kGe=Po(),QGe=id(),{safeRe:wP,t:IP}=By(),FGe=(t,e)=>{if(t instanceof kGe)return t;if(typeof t=="number"&&(t=String(t)),typeof t!="string")return null;e=e||{};let r=null;if(!e.rtl)r=t.match(wP[IP.COERCE]);else{let o;for(;(o=wP[IP.COERCERTL].exec(t))&&(!r||r.index+r[0].length!==t.length);)(!r||o.index+o[0].length!==r.index+r[0].length)&&(r=o),wP[IP.COERCERTL].lastIndex=o.index+o[1].length+o[2].length;wP[IP.COERCERTL].lastIndex=-1}return r===null?null:QGe(`${r[2]}.${r[3]||"0"}.${r[4]||"0"}`,e)};ez.exports=FGe});var nz=_((aQt,rz)=>{"use strict";rz.exports=function(t){t.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}});var BP=_((lQt,iz)=>{"use strict";iz.exports=Cn;Cn.Node=sd;Cn.create=Cn;function Cn(t){var e=this;if(e instanceof Cn||(e=new Cn),e.tail=null,e.head=null,e.length=0,t&&typeof t.forEach=="function")t.forEach(function(a){e.push(a)});else if(arguments.length>0)for(var r=0,o=arguments.length;r1)r=e;else if(this.head)o=this.head.next,r=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var a=0;o!==null;a++)r=t(r,o.value,a),o=o.next;return r};Cn.prototype.reduceReverse=function(t,e){var r,o=this.tail;if(arguments.length>1)r=e;else if(this.tail)o=this.tail.prev,r=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var a=this.length-1;o!==null;a--)r=t(r,o.value,a),o=o.prev;return r};Cn.prototype.toArray=function(){for(var t=new Array(this.length),e=0,r=this.head;r!==null;e++)t[e]=r.value,r=r.next;return t};Cn.prototype.toArrayReverse=function(){for(var t=new Array(this.length),e=0,r=this.tail;r!==null;e++)t[e]=r.value,r=r.prev;return t};Cn.prototype.slice=function(t,e){e=e||this.length,e<0&&(e+=this.length),t=t||0,t<0&&(t+=this.length);var r=new Cn;if(ethis.length&&(e=this.length);for(var o=0,a=this.head;a!==null&&othis.length&&(e=this.length);for(var o=this.length,a=this.tail;a!==null&&o>e;o--)a=a.prev;for(;a!==null&&o>t;o--,a=a.prev)r.push(a.value);return r};Cn.prototype.splice=function(t,e,...r){t>this.length&&(t=this.length-1),t<0&&(t=this.length+t);for(var o=0,a=this.head;a!==null&&o{"use strict";var LGe=BP(),od=Symbol("max"),If=Symbol("length"),Dy=Symbol("lengthCalculator"),yI=Symbol("allowStale"),ad=Symbol("maxAge"),wf=Symbol("dispose"),sz=Symbol("noDisposeOnSet"),bs=Symbol("lruList"),Oc=Symbol("cache"),az=Symbol("updateAgeOnGet"),tN=()=>1,nN=class{constructor(e){if(typeof e=="number"&&(e={max:e}),e||(e={}),e.max&&(typeof e.max!="number"||e.max<0))throw new TypeError("max must be a non-negative number");let r=this[od]=e.max||1/0,o=e.length||tN;if(this[Dy]=typeof o!="function"?tN:o,this[yI]=e.stale||!1,e.maxAge&&typeof e.maxAge!="number")throw new TypeError("maxAge must be a number");this[ad]=e.maxAge||0,this[wf]=e.dispose,this[sz]=e.noDisposeOnSet||!1,this[az]=e.updateAgeOnGet||!1,this.reset()}set max(e){if(typeof e!="number"||e<0)throw new TypeError("max must be a non-negative number");this[od]=e||1/0,mI(this)}get max(){return this[od]}set allowStale(e){this[yI]=!!e}get allowStale(){return this[yI]}set maxAge(e){if(typeof e!="number")throw new TypeError("maxAge must be a non-negative number");this[ad]=e,mI(this)}get maxAge(){return this[ad]}set lengthCalculator(e){typeof e!="function"&&(e=tN),e!==this[Dy]&&(this[Dy]=e,this[If]=0,this[bs].forEach(r=>{r.length=this[Dy](r.value,r.key),this[If]+=r.length})),mI(this)}get lengthCalculator(){return this[Dy]}get length(){return this[If]}get itemCount(){return this[bs].length}rforEach(e,r){r=r||this;for(let o=this[bs].tail;o!==null;){let a=o.prev;oz(this,e,o,r),o=a}}forEach(e,r){r=r||this;for(let o=this[bs].head;o!==null;){let a=o.next;oz(this,e,o,r),o=a}}keys(){return this[bs].toArray().map(e=>e.key)}values(){return this[bs].toArray().map(e=>e.value)}reset(){this[wf]&&this[bs]&&this[bs].length&&this[bs].forEach(e=>this[wf](e.key,e.value)),this[Oc]=new Map,this[bs]=new LGe,this[If]=0}dump(){return this[bs].map(e=>vP(this,e)?!1:{k:e.key,v:e.value,e:e.now+(e.maxAge||0)}).toArray().filter(e=>e)}dumpLru(){return this[bs]}set(e,r,o){if(o=o||this[ad],o&&typeof o!="number")throw new TypeError("maxAge must be a number");let a=o?Date.now():0,n=this[Dy](r,e);if(this[Oc].has(e)){if(n>this[od])return Py(this,this[Oc].get(e)),!1;let p=this[Oc].get(e).value;return this[wf]&&(this[sz]||this[wf](e,p.value)),p.now=a,p.maxAge=o,p.value=r,this[If]+=n-p.length,p.length=n,this.get(e),mI(this),!0}let u=new iN(e,r,n,a,o);return u.length>this[od]?(this[wf]&&this[wf](e,r),!1):(this[If]+=u.length,this[bs].unshift(u),this[Oc].set(e,this[bs].head),mI(this),!0)}has(e){if(!this[Oc].has(e))return!1;let r=this[Oc].get(e).value;return!vP(this,r)}get(e){return rN(this,e,!0)}peek(e){return rN(this,e,!1)}pop(){let e=this[bs].tail;return e?(Py(this,e),e.value):null}del(e){Py(this,this[Oc].get(e))}load(e){this.reset();let r=Date.now();for(let o=e.length-1;o>=0;o--){let a=e[o],n=a.e||0;if(n===0)this.set(a.k,a.v);else{let u=n-r;u>0&&this.set(a.k,a.v,u)}}}prune(){this[Oc].forEach((e,r)=>rN(this,r,!1))}},rN=(t,e,r)=>{let o=t[Oc].get(e);if(o){let a=o.value;if(vP(t,a)){if(Py(t,o),!t[yI])return}else r&&(t[az]&&(o.value.now=Date.now()),t[bs].unshiftNode(o));return a.value}},vP=(t,e)=>{if(!e||!e.maxAge&&!t[ad])return!1;let r=Date.now()-e.now;return e.maxAge?r>e.maxAge:t[ad]&&r>t[ad]},mI=t=>{if(t[If]>t[od])for(let e=t[bs].tail;t[If]>t[od]&&e!==null;){let r=e.prev;Py(t,e),e=r}},Py=(t,e)=>{if(e){let r=e.value;t[wf]&&t[wf](r.key,r.value),t[If]-=r.length,t[Oc].delete(r.key),t[bs].removeNode(e)}},iN=class{constructor(e,r,o,a,n){this.key=e,this.value=r,this.length=o,this.now=a,this.maxAge=n||0}},oz=(t,e,r,o)=>{let a=r.value;vP(t,a)&&(Py(t,r),t[yI]||(a=void 0)),a&&e.call(o,a.value,a.key,t)};lz.exports=nN});var Ml=_((uQt,pz)=>{var ld=class{constructor(e,r){if(r=OGe(r),e instanceof ld)return e.loose===!!r.loose&&e.includePrerelease===!!r.includePrerelease?e:new ld(e.raw,r);if(e instanceof sN)return this.raw=e.value,this.set=[[e]],this.format(),this;if(this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease,this.raw=e.trim().split(/\s+/).join(" "),this.set=this.raw.split("||").map(o=>this.parseRange(o.trim())).filter(o=>o.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){let o=this.set[0];if(this.set=this.set.filter(a=>!Az(a[0])),this.set.length===0)this.set=[o];else if(this.set.length>1){for(let a of this.set)if(a.length===1&&YGe(a[0])){this.set=[a];break}}}this.format()}format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(e){let o=((this.options.includePrerelease&&qGe)|(this.options.loose&&GGe))+":"+e,a=uz.get(o);if(a)return a;let n=this.options.loose,u=n?Da[zo.HYPHENRANGELOOSE]:Da[zo.HYPHENRANGE];e=e.replace(u,t5e(this.options.includePrerelease)),ci("hyphen replace",e),e=e.replace(Da[zo.COMPARATORTRIM],_Ge),ci("comparator trim",e),e=e.replace(Da[zo.TILDETRIM],HGe),ci("tilde trim",e),e=e.replace(Da[zo.CARETTRIM],jGe),ci("caret trim",e);let A=e.split(" ").map(I=>WGe(I,this.options)).join(" ").split(/\s+/).map(I=>e5e(I,this.options));n&&(A=A.filter(I=>(ci("loose invalid filter",I,this.options),!!I.match(Da[zo.COMPARATORLOOSE])))),ci("range list",A);let p=new Map,h=A.map(I=>new sN(I,this.options));for(let I of h){if(Az(I))return[I];p.set(I.value,I)}p.size>1&&p.has("")&&p.delete("");let E=[...p.values()];return uz.set(o,E),E}intersects(e,r){if(!(e instanceof ld))throw new TypeError("a Range is required");return this.set.some(o=>fz(o,r)&&e.set.some(a=>fz(a,r)&&o.every(n=>a.every(u=>n.intersects(u,r)))))}test(e){if(!e)return!1;if(typeof e=="string")try{e=new UGe(e,this.options)}catch{return!1}for(let r=0;rt.value==="<0.0.0-0",YGe=t=>t.value==="",fz=(t,e)=>{let r=!0,o=t.slice(),a=o.pop();for(;r&&o.length;)r=o.every(n=>a.intersects(n,e)),a=o.pop();return r},WGe=(t,e)=>(ci("comp",t,e),t=JGe(t,e),ci("caret",t),t=VGe(t,e),ci("tildes",t),t=XGe(t,e),ci("xrange",t),t=$Ge(t,e),ci("stars",t),t),Xo=t=>!t||t.toLowerCase()==="x"||t==="*",VGe=(t,e)=>t.trim().split(/\s+/).map(r=>KGe(r,e)).join(" "),KGe=(t,e)=>{let r=e.loose?Da[zo.TILDELOOSE]:Da[zo.TILDE];return t.replace(r,(o,a,n,u,A)=>{ci("tilde",t,o,a,n,u,A);let p;return Xo(a)?p="":Xo(n)?p=`>=${a}.0.0 <${+a+1}.0.0-0`:Xo(u)?p=`>=${a}.${n}.0 <${a}.${+n+1}.0-0`:A?(ci("replaceTilde pr",A),p=`>=${a}.${n}.${u}-${A} <${a}.${+n+1}.0-0`):p=`>=${a}.${n}.${u} <${a}.${+n+1}.0-0`,ci("tilde return",p),p})},JGe=(t,e)=>t.trim().split(/\s+/).map(r=>zGe(r,e)).join(" "),zGe=(t,e)=>{ci("caret",t,e);let r=e.loose?Da[zo.CARETLOOSE]:Da[zo.CARET],o=e.includePrerelease?"-0":"";return t.replace(r,(a,n,u,A,p)=>{ci("caret",t,a,n,u,A,p);let h;return Xo(n)?h="":Xo(u)?h=`>=${n}.0.0${o} <${+n+1}.0.0-0`:Xo(A)?n==="0"?h=`>=${n}.${u}.0${o} <${n}.${+u+1}.0-0`:h=`>=${n}.${u}.0${o} <${+n+1}.0.0-0`:p?(ci("replaceCaret pr",p),n==="0"?u==="0"?h=`>=${n}.${u}.${A}-${p} <${n}.${u}.${+A+1}-0`:h=`>=${n}.${u}.${A}-${p} <${n}.${+u+1}.0-0`:h=`>=${n}.${u}.${A}-${p} <${+n+1}.0.0-0`):(ci("no pr"),n==="0"?u==="0"?h=`>=${n}.${u}.${A}${o} <${n}.${u}.${+A+1}-0`:h=`>=${n}.${u}.${A}${o} <${n}.${+u+1}.0-0`:h=`>=${n}.${u}.${A} <${+n+1}.0.0-0`),ci("caret return",h),h})},XGe=(t,e)=>(ci("replaceXRanges",t,e),t.split(/\s+/).map(r=>ZGe(r,e)).join(" ")),ZGe=(t,e)=>{t=t.trim();let r=e.loose?Da[zo.XRANGELOOSE]:Da[zo.XRANGE];return t.replace(r,(o,a,n,u,A,p)=>{ci("xRange",t,o,a,n,u,A,p);let h=Xo(n),E=h||Xo(u),I=E||Xo(A),v=I;return a==="="&&v&&(a=""),p=e.includePrerelease?"-0":"",h?a===">"||a==="<"?o="<0.0.0-0":o="*":a&&v?(E&&(u=0),A=0,a===">"?(a=">=",E?(n=+n+1,u=0,A=0):(u=+u+1,A=0)):a==="<="&&(a="<",E?n=+n+1:u=+u+1),a==="<"&&(p="-0"),o=`${a+n}.${u}.${A}${p}`):E?o=`>=${n}.0.0${p} <${+n+1}.0.0-0`:I&&(o=`>=${n}.${u}.0${p} <${n}.${+u+1}.0-0`),ci("xRange return",o),o})},$Ge=(t,e)=>(ci("replaceStars",t,e),t.trim().replace(Da[zo.STAR],"")),e5e=(t,e)=>(ci("replaceGTE0",t,e),t.trim().replace(Da[e.includePrerelease?zo.GTE0PRE:zo.GTE0],"")),t5e=t=>(e,r,o,a,n,u,A,p,h,E,I,v,b)=>(Xo(o)?r="":Xo(a)?r=`>=${o}.0.0${t?"-0":""}`:Xo(n)?r=`>=${o}.${a}.0${t?"-0":""}`:u?r=`>=${r}`:r=`>=${r}${t?"-0":""}`,Xo(h)?p="":Xo(E)?p=`<${+h+1}.0.0-0`:Xo(I)?p=`<${h}.${+E+1}.0-0`:v?p=`<=${h}.${E}.${I}-${v}`:t?p=`<${h}.${E}.${+I+1}-0`:p=`<=${p}`,`${r} ${p}`.trim()),r5e=(t,e,r)=>{for(let o=0;o0){let a=t[o].semver;if(a.major===e.major&&a.minor===e.minor&&a.patch===e.patch)return!0}return!1}return!0}});var EI=_((AQt,Ez)=>{var CI=Symbol("SemVer ANY"),Sy=class{static get ANY(){return CI}constructor(e,r){if(r=hz(r),e instanceof Sy){if(e.loose===!!r.loose)return e;e=e.value}e=e.trim().split(/\s+/).join(" "),aN("comparator",e,r),this.options=r,this.loose=!!r.loose,this.parse(e),this.semver===CI?this.value="":this.value=this.operator+this.semver.version,aN("comp",this)}parse(e){let r=this.options.loose?gz[dz.COMPARATORLOOSE]:gz[dz.COMPARATOR],o=e.match(r);if(!o)throw new TypeError(`Invalid comparator: ${e}`);this.operator=o[1]!==void 0?o[1]:"",this.operator==="="&&(this.operator=""),o[2]?this.semver=new mz(o[2],this.options.loose):this.semver=CI}toString(){return this.value}test(e){if(aN("Comparator.test",e,this.options.loose),this.semver===CI||e===CI)return!0;if(typeof e=="string")try{e=new mz(e,this.options)}catch{return!1}return oN(e,this.operator,this.semver,this.options)}intersects(e,r){if(!(e instanceof Sy))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new yz(e.value,r).test(this.value):e.operator===""?e.value===""?!0:new yz(this.value,r).test(e.semver):(r=hz(r),r.includePrerelease&&(this.value==="<0.0.0-0"||e.value==="<0.0.0-0")||!r.includePrerelease&&(this.value.startsWith("<0.0.0")||e.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&e.operator.startsWith(">")||this.operator.startsWith("<")&&e.operator.startsWith("<")||this.semver.version===e.semver.version&&this.operator.includes("=")&&e.operator.includes("=")||oN(this.semver,"<",e.semver,r)&&this.operator.startsWith(">")&&e.operator.startsWith("<")||oN(this.semver,">",e.semver,r)&&this.operator.startsWith("<")&&e.operator.startsWith(">")))}};Ez.exports=Sy;var hz=hP(),{safeRe:gz,t:dz}=By(),oN=eN(),aN=gI(),mz=Po(),yz=Ml()});var wI=_((fQt,Cz)=>{var n5e=Ml(),i5e=(t,e,r)=>{try{e=new n5e(e,r)}catch{return!1}return e.test(t)};Cz.exports=i5e});var Iz=_((pQt,wz)=>{var s5e=Ml(),o5e=(t,e)=>new s5e(t,e).set.map(r=>r.map(o=>o.value).join(" ").trim().split(" "));wz.exports=o5e});var vz=_((hQt,Bz)=>{var a5e=Po(),l5e=Ml(),c5e=(t,e,r)=>{let o=null,a=null,n=null;try{n=new l5e(e,r)}catch{return null}return t.forEach(u=>{n.test(u)&&(!o||a.compare(u)===-1)&&(o=u,a=new a5e(o,r))}),o};Bz.exports=c5e});var Pz=_((gQt,Dz)=>{var u5e=Po(),A5e=Ml(),f5e=(t,e,r)=>{let o=null,a=null,n=null;try{n=new A5e(e,r)}catch{return null}return t.forEach(u=>{n.test(u)&&(!o||a.compare(u)===1)&&(o=u,a=new u5e(o,r))}),o};Dz.exports=f5e});var bz=_((dQt,xz)=>{var lN=Po(),p5e=Ml(),Sz=dI(),h5e=(t,e)=>{t=new p5e(t,e);let r=new lN("0.0.0");if(t.test(r)||(r=new lN("0.0.0-0"),t.test(r)))return r;r=null;for(let o=0;o{let A=new lN(u.semver.version);switch(u.operator){case">":A.prerelease.length===0?A.patch++:A.prerelease.push(0),A.raw=A.format();case"":case">=":(!n||Sz(A,n))&&(n=A);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${u.operator}`)}}),n&&(!r||Sz(r,n))&&(r=n)}return r&&t.test(r)?r:null};xz.exports=h5e});var Qz=_((mQt,kz)=>{var g5e=Ml(),d5e=(t,e)=>{try{return new g5e(t,e).range||"*"}catch{return null}};kz.exports=d5e});var DP=_((yQt,Nz)=>{var m5e=Po(),Rz=EI(),{ANY:y5e}=Rz,E5e=Ml(),C5e=wI(),Fz=dI(),Tz=yP(),w5e=CP(),I5e=EP(),B5e=(t,e,r,o)=>{t=new m5e(t,o),e=new E5e(e,o);let a,n,u,A,p;switch(r){case">":a=Fz,n=w5e,u=Tz,A=">",p=">=";break;case"<":a=Tz,n=I5e,u=Fz,A="<",p="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(C5e(t,e,o))return!1;for(let h=0;h{b.semver===y5e&&(b=new Rz(">=0.0.0")),I=I||b,v=v||b,a(b.semver,I.semver,o)?I=b:u(b.semver,v.semver,o)&&(v=b)}),I.operator===A||I.operator===p||(!v.operator||v.operator===A)&&n(t,v.semver))return!1;if(v.operator===p&&u(t,v.semver))return!1}return!0};Nz.exports=B5e});var Mz=_((EQt,Lz)=>{var v5e=DP(),D5e=(t,e,r)=>v5e(t,e,">",r);Lz.exports=D5e});var Uz=_((CQt,Oz)=>{var P5e=DP(),S5e=(t,e,r)=>P5e(t,e,"<",r);Oz.exports=S5e});var jz=_((wQt,Hz)=>{var _z=Ml(),x5e=(t,e,r)=>(t=new _z(t,r),e=new _z(e,r),t.intersects(e,r));Hz.exports=x5e});var Gz=_((IQt,qz)=>{var b5e=wI(),k5e=Ll();qz.exports=(t,e,r)=>{let o=[],a=null,n=null,u=t.sort((E,I)=>k5e(E,I,r));for(let E of u)b5e(E,e,r)?(n=E,a||(a=E)):(n&&o.push([a,n]),n=null,a=null);a&&o.push([a,null]);let A=[];for(let[E,I]of o)E===I?A.push(E):!I&&E===u[0]?A.push("*"):I?E===u[0]?A.push(`<=${I}`):A.push(`${E} - ${I}`):A.push(`>=${E}`);let p=A.join(" || "),h=typeof e.raw=="string"?e.raw:String(e);return p.length{var Yz=Ml(),uN=EI(),{ANY:cN}=uN,II=wI(),AN=Ll(),Q5e=(t,e,r={})=>{if(t===e)return!0;t=new Yz(t,r),e=new Yz(e,r);let o=!1;e:for(let a of t.set){for(let n of e.set){let u=T5e(a,n,r);if(o=o||u!==null,u)continue e}if(o)return!1}return!0},F5e=[new uN(">=0.0.0-0")],Wz=[new uN(">=0.0.0")],T5e=(t,e,r)=>{if(t===e)return!0;if(t.length===1&&t[0].semver===cN){if(e.length===1&&e[0].semver===cN)return!0;r.includePrerelease?t=F5e:t=Wz}if(e.length===1&&e[0].semver===cN){if(r.includePrerelease)return!0;e=Wz}let o=new Set,a,n;for(let b of t)b.operator===">"||b.operator===">="?a=Vz(a,b,r):b.operator==="<"||b.operator==="<="?n=Kz(n,b,r):o.add(b.semver);if(o.size>1)return null;let u;if(a&&n){if(u=AN(a.semver,n.semver,r),u>0)return null;if(u===0&&(a.operator!==">="||n.operator!=="<="))return null}for(let b of o){if(a&&!II(b,String(a),r)||n&&!II(b,String(n),r))return null;for(let C of e)if(!II(b,String(C),r))return!1;return!0}let A,p,h,E,I=n&&!r.includePrerelease&&n.semver.prerelease.length?n.semver:!1,v=a&&!r.includePrerelease&&a.semver.prerelease.length?a.semver:!1;I&&I.prerelease.length===1&&n.operator==="<"&&I.prerelease[0]===0&&(I=!1);for(let b of e){if(E=E||b.operator===">"||b.operator===">=",h=h||b.operator==="<"||b.operator==="<=",a){if(v&&b.semver.prerelease&&b.semver.prerelease.length&&b.semver.major===v.major&&b.semver.minor===v.minor&&b.semver.patch===v.patch&&(v=!1),b.operator===">"||b.operator===">="){if(A=Vz(a,b,r),A===b&&A!==a)return!1}else if(a.operator===">="&&!II(a.semver,String(b),r))return!1}if(n){if(I&&b.semver.prerelease&&b.semver.prerelease.length&&b.semver.major===I.major&&b.semver.minor===I.minor&&b.semver.patch===I.patch&&(I=!1),b.operator==="<"||b.operator==="<="){if(p=Kz(n,b,r),p===b&&p!==n)return!1}else if(n.operator==="<="&&!II(n.semver,String(b),r))return!1}if(!b.operator&&(n||a)&&u!==0)return!1}return!(a&&h&&!n&&u!==0||n&&E&&!a&&u!==0||v||I)},Vz=(t,e,r)=>{if(!t)return e;let o=AN(t.semver,e.semver,r);return o>0?t:o<0||e.operator===">"&&t.operator===">="?e:t},Kz=(t,e,r)=>{if(!t)return e;let o=AN(t.semver,e.semver,r);return o<0?t:o>0||e.operator==="<"&&t.operator==="<="?e:t};Jz.exports=Q5e});var zn=_((vQt,$z)=>{var fN=By(),Xz=hI(),R5e=Po(),Zz=XR(),N5e=id(),L5e=yJ(),M5e=CJ(),O5e=BJ(),U5e=PJ(),_5e=xJ(),H5e=kJ(),j5e=FJ(),q5e=RJ(),G5e=Ll(),Y5e=OJ(),W5e=_J(),V5e=mP(),K5e=GJ(),J5e=WJ(),z5e=dI(),X5e=yP(),Z5e=ZR(),$5e=$R(),e9e=EP(),t9e=CP(),r9e=eN(),n9e=tz(),i9e=EI(),s9e=Ml(),o9e=wI(),a9e=Iz(),l9e=vz(),c9e=Pz(),u9e=bz(),A9e=Qz(),f9e=DP(),p9e=Mz(),h9e=Uz(),g9e=jz(),d9e=Gz(),m9e=zz();$z.exports={parse:N5e,valid:L5e,clean:M5e,inc:O5e,diff:U5e,major:_5e,minor:H5e,patch:j5e,prerelease:q5e,compare:G5e,rcompare:Y5e,compareLoose:W5e,compareBuild:V5e,sort:K5e,rsort:J5e,gt:z5e,lt:X5e,eq:Z5e,neq:$5e,gte:e9e,lte:t9e,cmp:r9e,coerce:n9e,Comparator:i9e,Range:s9e,satisfies:o9e,toComparators:a9e,maxSatisfying:l9e,minSatisfying:c9e,minVersion:u9e,validRange:A9e,outside:f9e,gtr:p9e,ltr:h9e,intersects:g9e,simplifyRange:d9e,subset:m9e,SemVer:R5e,re:fN.re,src:fN.src,tokens:fN.t,SEMVER_SPEC_VERSION:Xz.SEMVER_SPEC_VERSION,RELEASE_TYPES:Xz.RELEASE_TYPES,compareIdentifiers:Zz.compareIdentifiers,rcompareIdentifiers:Zz.rcompareIdentifiers}});var tX=_((DQt,eX)=>{"use strict";function y9e(t,e){function r(){this.constructor=t}r.prototype=e.prototype,t.prototype=new r}function cd(t,e,r,o){this.message=t,this.expected=e,this.found=r,this.location=o,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,cd)}y9e(cd,Error);cd.buildMessage=function(t,e){var r={literal:function(h){return'"'+a(h.text)+'"'},class:function(h){var E="",I;for(I=0;I0){for(I=1,v=1;I{switch(Ne[1]){case"|":return Se|Ne[3];case"&":return Se&Ne[3];case"^":return Se^Ne[3]}},Z)},v="!",b=Re("!",!1),C=function(Z){return!Z},T="(",L=Re("(",!1),U=")",J=Re(")",!1),te=function(Z){return Z},le=/^[^ \t\n\r()!|&\^]/,pe=Qe([" "," ",` -`,"\r","(",")","!","|","&","^"],!0,!1),Ae=function(Z){return e.queryPattern.test(Z)},ye=function(Z){return e.checkFn(Z)},ae=Te("whitespace"),we=/^[ \t\n\r]/,Pe=Qe([" "," ",` -`,"\r"],!1,!1),g=0,Ee=0,De=[{line:1,column:1}],ce=0,ne=[],ee=0,Ie;if("startRule"in e){if(!(e.startRule in o))throw new Error(`Can't start parsing from rule "`+e.startRule+'".');a=o[e.startRule]}function ke(){return t.substring(Ee,g)}function ht(){return He(Ee,g)}function H(Z,ie){throw ie=ie!==void 0?ie:He(Ee,g),S([Te(Z)],t.substring(Ee,g),ie)}function lt(Z,ie){throw ie=ie!==void 0?ie:He(Ee,g),w(Z,ie)}function Re(Z,ie){return{type:"literal",text:Z,ignoreCase:ie}}function Qe(Z,ie,Se){return{type:"class",parts:Z,inverted:ie,ignoreCase:Se}}function be(){return{type:"any"}}function _e(){return{type:"end"}}function Te(Z){return{type:"other",description:Z}}function Je(Z){var ie=De[Z],Se;if(ie)return ie;for(Se=Z-1;!De[Se];)Se--;for(ie=De[Se],ie={line:ie.line,column:ie.column};Sece&&(ce=g,ne=[]),ne.push(Z))}function w(Z,ie){return new cd(Z,null,null,ie)}function S(Z,ie,Se){return new cd(cd.buildMessage(Z,ie),Z,ie,Se)}function y(){var Z,ie,Se,Ne,ot,dt,jt,$t;if(Z=g,ie=F(),ie!==r){for(Se=[],Ne=g,ot=X(),ot!==r?(t.charCodeAt(g)===124?(dt=n,g++):(dt=r,ee===0&&x(u)),dt===r&&(t.charCodeAt(g)===38?(dt=A,g++):(dt=r,ee===0&&x(p)),dt===r&&(t.charCodeAt(g)===94?(dt=h,g++):(dt=r,ee===0&&x(E)))),dt!==r?(jt=X(),jt!==r?($t=F(),$t!==r?(ot=[ot,dt,jt,$t],Ne=ot):(g=Ne,Ne=r)):(g=Ne,Ne=r)):(g=Ne,Ne=r)):(g=Ne,Ne=r);Ne!==r;)Se.push(Ne),Ne=g,ot=X(),ot!==r?(t.charCodeAt(g)===124?(dt=n,g++):(dt=r,ee===0&&x(u)),dt===r&&(t.charCodeAt(g)===38?(dt=A,g++):(dt=r,ee===0&&x(p)),dt===r&&(t.charCodeAt(g)===94?(dt=h,g++):(dt=r,ee===0&&x(E)))),dt!==r?(jt=X(),jt!==r?($t=F(),$t!==r?(ot=[ot,dt,jt,$t],Ne=ot):(g=Ne,Ne=r)):(g=Ne,Ne=r)):(g=Ne,Ne=r)):(g=Ne,Ne=r);Se!==r?(Ee=Z,ie=I(ie,Se),Z=ie):(g=Z,Z=r)}else g=Z,Z=r;return Z}function F(){var Z,ie,Se,Ne,ot,dt;return Z=g,t.charCodeAt(g)===33?(ie=v,g++):(ie=r,ee===0&&x(b)),ie!==r?(Se=F(),Se!==r?(Ee=Z,ie=C(Se),Z=ie):(g=Z,Z=r)):(g=Z,Z=r),Z===r&&(Z=g,t.charCodeAt(g)===40?(ie=T,g++):(ie=r,ee===0&&x(L)),ie!==r?(Se=X(),Se!==r?(Ne=y(),Ne!==r?(ot=X(),ot!==r?(t.charCodeAt(g)===41?(dt=U,g++):(dt=r,ee===0&&x(J)),dt!==r?(Ee=Z,ie=te(Ne),Z=ie):(g=Z,Z=r)):(g=Z,Z=r)):(g=Z,Z=r)):(g=Z,Z=r)):(g=Z,Z=r),Z===r&&(Z=z())),Z}function z(){var Z,ie,Se,Ne,ot;if(Z=g,ie=X(),ie!==r){if(Se=g,Ne=[],le.test(t.charAt(g))?(ot=t.charAt(g),g++):(ot=r,ee===0&&x(pe)),ot!==r)for(;ot!==r;)Ne.push(ot),le.test(t.charAt(g))?(ot=t.charAt(g),g++):(ot=r,ee===0&&x(pe));else Ne=r;Ne!==r?Se=t.substring(Se,g):Se=Ne,Se!==r?(Ee=g,Ne=Ae(Se),Ne?Ne=void 0:Ne=r,Ne!==r?(Ee=Z,ie=ye(Se),Z=ie):(g=Z,Z=r)):(g=Z,Z=r)}else g=Z,Z=r;return Z}function X(){var Z,ie;for(ee++,Z=[],we.test(t.charAt(g))?(ie=t.charAt(g),g++):(ie=r,ee===0&&x(Pe));ie!==r;)Z.push(ie),we.test(t.charAt(g))?(ie=t.charAt(g),g++):(ie=r,ee===0&&x(Pe));return ee--,Z===r&&(ie=r,ee===0&&x(ae)),Z}if(Ie=a(),Ie!==r&&g===t.length)return Ie;throw Ie!==r&&g{var{parse:C9e}=tX();PP.makeParser=(t=/[a-z]+/)=>(e,r)=>C9e(e,{queryPattern:t,checkFn:r});PP.parse=PP.makeParser()});var iX=_((SQt,nX)=>{"use strict";nX.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var pN=_((xQt,oX)=>{var BI=iX(),sX={};for(let t of Object.keys(BI))sX[BI[t]]=t;var Ar={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};oX.exports=Ar;for(let t of Object.keys(Ar)){if(!("channels"in Ar[t]))throw new Error("missing channels property: "+t);if(!("labels"in Ar[t]))throw new Error("missing channel labels property: "+t);if(Ar[t].labels.length!==Ar[t].channels)throw new Error("channel and label counts mismatch: "+t);let{channels:e,labels:r}=Ar[t];delete Ar[t].channels,delete Ar[t].labels,Object.defineProperty(Ar[t],"channels",{value:e}),Object.defineProperty(Ar[t],"labels",{value:r})}Ar.rgb.hsl=function(t){let e=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(e,r,o),n=Math.max(e,r,o),u=n-a,A,p;n===a?A=0:e===n?A=(r-o)/u:r===n?A=2+(o-e)/u:o===n&&(A=4+(e-r)/u),A=Math.min(A*60,360),A<0&&(A+=360);let h=(a+n)/2;return n===a?p=0:h<=.5?p=u/(n+a):p=u/(2-n-a),[A,p*100,h*100]};Ar.rgb.hsv=function(t){let e,r,o,a,n,u=t[0]/255,A=t[1]/255,p=t[2]/255,h=Math.max(u,A,p),E=h-Math.min(u,A,p),I=function(v){return(h-v)/6/E+1/2};return E===0?(a=0,n=0):(n=E/h,e=I(u),r=I(A),o=I(p),u===h?a=o-r:A===h?a=1/3+e-o:p===h&&(a=2/3+r-e),a<0?a+=1:a>1&&(a-=1)),[a*360,n*100,h*100]};Ar.rgb.hwb=function(t){let e=t[0],r=t[1],o=t[2],a=Ar.rgb.hsl(t)[0],n=1/255*Math.min(e,Math.min(r,o));return o=1-1/255*Math.max(e,Math.max(r,o)),[a,n*100,o*100]};Ar.rgb.cmyk=function(t){let e=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(1-e,1-r,1-o),n=(1-e-a)/(1-a)||0,u=(1-r-a)/(1-a)||0,A=(1-o-a)/(1-a)||0;return[n*100,u*100,A*100,a*100]};function w9e(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}Ar.rgb.keyword=function(t){let e=sX[t];if(e)return e;let r=1/0,o;for(let a of Object.keys(BI)){let n=BI[a],u=w9e(t,n);u.04045?((e+.055)/1.055)**2.4:e/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,o=o>.04045?((o+.055)/1.055)**2.4:o/12.92;let a=e*.4124+r*.3576+o*.1805,n=e*.2126+r*.7152+o*.0722,u=e*.0193+r*.1192+o*.9505;return[a*100,n*100,u*100]};Ar.rgb.lab=function(t){let e=Ar.rgb.xyz(t),r=e[0],o=e[1],a=e[2];r/=95.047,o/=100,a/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,a=a>.008856?a**(1/3):7.787*a+16/116;let n=116*o-16,u=500*(r-o),A=200*(o-a);return[n,u,A]};Ar.hsl.rgb=function(t){let e=t[0]/360,r=t[1]/100,o=t[2]/100,a,n,u;if(r===0)return u=o*255,[u,u,u];o<.5?a=o*(1+r):a=o+r-o*r;let A=2*o-a,p=[0,0,0];for(let h=0;h<3;h++)n=e+1/3*-(h-1),n<0&&n++,n>1&&n--,6*n<1?u=A+(a-A)*6*n:2*n<1?u=a:3*n<2?u=A+(a-A)*(2/3-n)*6:u=A,p[h]=u*255;return p};Ar.hsl.hsv=function(t){let e=t[0],r=t[1]/100,o=t[2]/100,a=r,n=Math.max(o,.01);o*=2,r*=o<=1?o:2-o,a*=n<=1?n:2-n;let u=(o+r)/2,A=o===0?2*a/(n+a):2*r/(o+r);return[e,A*100,u*100]};Ar.hsv.rgb=function(t){let e=t[0]/60,r=t[1]/100,o=t[2]/100,a=Math.floor(e)%6,n=e-Math.floor(e),u=255*o*(1-r),A=255*o*(1-r*n),p=255*o*(1-r*(1-n));switch(o*=255,a){case 0:return[o,p,u];case 1:return[A,o,u];case 2:return[u,o,p];case 3:return[u,A,o];case 4:return[p,u,o];case 5:return[o,u,A]}};Ar.hsv.hsl=function(t){let e=t[0],r=t[1]/100,o=t[2]/100,a=Math.max(o,.01),n,u;u=(2-r)*o;let A=(2-r)*a;return n=r*a,n/=A<=1?A:2-A,n=n||0,u/=2,[e,n*100,u*100]};Ar.hwb.rgb=function(t){let e=t[0]/360,r=t[1]/100,o=t[2]/100,a=r+o,n;a>1&&(r/=a,o/=a);let u=Math.floor(6*e),A=1-o;n=6*e-u,(u&1)!==0&&(n=1-n);let p=r+n*(A-r),h,E,I;switch(u){default:case 6:case 0:h=A,E=p,I=r;break;case 1:h=p,E=A,I=r;break;case 2:h=r,E=A,I=p;break;case 3:h=r,E=p,I=A;break;case 4:h=p,E=r,I=A;break;case 5:h=A,E=r,I=p;break}return[h*255,E*255,I*255]};Ar.cmyk.rgb=function(t){let e=t[0]/100,r=t[1]/100,o=t[2]/100,a=t[3]/100,n=1-Math.min(1,e*(1-a)+a),u=1-Math.min(1,r*(1-a)+a),A=1-Math.min(1,o*(1-a)+a);return[n*255,u*255,A*255]};Ar.xyz.rgb=function(t){let e=t[0]/100,r=t[1]/100,o=t[2]/100,a,n,u;return a=e*3.2406+r*-1.5372+o*-.4986,n=e*-.9689+r*1.8758+o*.0415,u=e*.0557+r*-.204+o*1.057,a=a>.0031308?1.055*a**(1/2.4)-.055:a*12.92,n=n>.0031308?1.055*n**(1/2.4)-.055:n*12.92,u=u>.0031308?1.055*u**(1/2.4)-.055:u*12.92,a=Math.min(Math.max(0,a),1),n=Math.min(Math.max(0,n),1),u=Math.min(Math.max(0,u),1),[a*255,n*255,u*255]};Ar.xyz.lab=function(t){let e=t[0],r=t[1],o=t[2];e/=95.047,r/=100,o/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;let a=116*r-16,n=500*(e-r),u=200*(r-o);return[a,n,u]};Ar.lab.xyz=function(t){let e=t[0],r=t[1],o=t[2],a,n,u;n=(e+16)/116,a=r/500+n,u=n-o/200;let A=n**3,p=a**3,h=u**3;return n=A>.008856?A:(n-16/116)/7.787,a=p>.008856?p:(a-16/116)/7.787,u=h>.008856?h:(u-16/116)/7.787,a*=95.047,n*=100,u*=108.883,[a,n,u]};Ar.lab.lch=function(t){let e=t[0],r=t[1],o=t[2],a;a=Math.atan2(o,r)*360/2/Math.PI,a<0&&(a+=360);let u=Math.sqrt(r*r+o*o);return[e,u,a]};Ar.lch.lab=function(t){let e=t[0],r=t[1],a=t[2]/360*2*Math.PI,n=r*Math.cos(a),u=r*Math.sin(a);return[e,n,u]};Ar.rgb.ansi16=function(t,e=null){let[r,o,a]=t,n=e===null?Ar.rgb.hsv(t)[2]:e;if(n=Math.round(n/50),n===0)return 30;let u=30+(Math.round(a/255)<<2|Math.round(o/255)<<1|Math.round(r/255));return n===2&&(u+=60),u};Ar.hsv.ansi16=function(t){return Ar.rgb.ansi16(Ar.hsv.rgb(t),t[2])};Ar.rgb.ansi256=function(t){let e=t[0],r=t[1],o=t[2];return e===r&&r===o?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(o/255*5)};Ar.ansi16.rgb=function(t){let e=t%10;if(e===0||e===7)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];let r=(~~(t>50)+1)*.5,o=(e&1)*r*255,a=(e>>1&1)*r*255,n=(e>>2&1)*r*255;return[o,a,n]};Ar.ansi256.rgb=function(t){if(t>=232){let n=(t-232)*10+8;return[n,n,n]}t-=16;let e,r=Math.floor(t/36)/5*255,o=Math.floor((e=t%36)/6)/5*255,a=e%6/5*255;return[r,o,a]};Ar.rgb.hex=function(t){let r=(((Math.round(t[0])&255)<<16)+((Math.round(t[1])&255)<<8)+(Math.round(t[2])&255)).toString(16).toUpperCase();return"000000".substring(r.length)+r};Ar.hex.rgb=function(t){let e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];let r=e[0];e[0].length===3&&(r=r.split("").map(A=>A+A).join(""));let o=parseInt(r,16),a=o>>16&255,n=o>>8&255,u=o&255;return[a,n,u]};Ar.rgb.hcg=function(t){let e=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.max(Math.max(e,r),o),n=Math.min(Math.min(e,r),o),u=a-n,A,p;return u<1?A=n/(1-u):A=0,u<=0?p=0:a===e?p=(r-o)/u%6:a===r?p=2+(o-e)/u:p=4+(e-r)/u,p/=6,p%=1,[p*360,u*100,A*100]};Ar.hsl.hcg=function(t){let e=t[1]/100,r=t[2]/100,o=r<.5?2*e*r:2*e*(1-r),a=0;return o<1&&(a=(r-.5*o)/(1-o)),[t[0],o*100,a*100]};Ar.hsv.hcg=function(t){let e=t[1]/100,r=t[2]/100,o=e*r,a=0;return o<1&&(a=(r-o)/(1-o)),[t[0],o*100,a*100]};Ar.hcg.rgb=function(t){let e=t[0]/360,r=t[1]/100,o=t[2]/100;if(r===0)return[o*255,o*255,o*255];let a=[0,0,0],n=e%1*6,u=n%1,A=1-u,p=0;switch(Math.floor(n)){case 0:a[0]=1,a[1]=u,a[2]=0;break;case 1:a[0]=A,a[1]=1,a[2]=0;break;case 2:a[0]=0,a[1]=1,a[2]=u;break;case 3:a[0]=0,a[1]=A,a[2]=1;break;case 4:a[0]=u,a[1]=0,a[2]=1;break;default:a[0]=1,a[1]=0,a[2]=A}return p=(1-r)*o,[(r*a[0]+p)*255,(r*a[1]+p)*255,(r*a[2]+p)*255]};Ar.hcg.hsv=function(t){let e=t[1]/100,r=t[2]/100,o=e+r*(1-e),a=0;return o>0&&(a=e/o),[t[0],a*100,o*100]};Ar.hcg.hsl=function(t){let e=t[1]/100,o=t[2]/100*(1-e)+.5*e,a=0;return o>0&&o<.5?a=e/(2*o):o>=.5&&o<1&&(a=e/(2*(1-o))),[t[0],a*100,o*100]};Ar.hcg.hwb=function(t){let e=t[1]/100,r=t[2]/100,o=e+r*(1-e);return[t[0],(o-e)*100,(1-o)*100]};Ar.hwb.hcg=function(t){let e=t[1]/100,o=1-t[2]/100,a=o-e,n=0;return a<1&&(n=(o-a)/(1-a)),[t[0],a*100,n*100]};Ar.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};Ar.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};Ar.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};Ar.gray.hsl=function(t){return[0,0,t[0]]};Ar.gray.hsv=Ar.gray.hsl;Ar.gray.hwb=function(t){return[0,100,t[0]]};Ar.gray.cmyk=function(t){return[0,0,0,t[0]]};Ar.gray.lab=function(t){return[t[0],0,0]};Ar.gray.hex=function(t){let e=Math.round(t[0]/100*255)&255,o=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(o.length)+o};Ar.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}});var lX=_((bQt,aX)=>{var SP=pN();function I9e(){let t={},e=Object.keys(SP);for(let r=e.length,o=0;o{var hN=pN(),P9e=lX(),xy={},S9e=Object.keys(hN);function x9e(t){let e=function(...r){let o=r[0];return o==null?o:(o.length>1&&(r=o),t(r))};return"conversion"in t&&(e.conversion=t.conversion),e}function b9e(t){let e=function(...r){let o=r[0];if(o==null)return o;o.length>1&&(r=o);let a=t(r);if(typeof a=="object")for(let n=a.length,u=0;u{xy[t]={},Object.defineProperty(xy[t],"channels",{value:hN[t].channels}),Object.defineProperty(xy[t],"labels",{value:hN[t].labels});let e=P9e(t);Object.keys(e).forEach(o=>{let a=e[o];xy[t][o]=b9e(a),xy[t][o].raw=x9e(a)})});cX.exports=xy});var vI=_((QQt,gX)=>{"use strict";var AX=(t,e)=>(...r)=>`\x1B[${t(...r)+e}m`,fX=(t,e)=>(...r)=>{let o=t(...r);return`\x1B[${38+e};5;${o}m`},pX=(t,e)=>(...r)=>{let o=t(...r);return`\x1B[${38+e};2;${o[0]};${o[1]};${o[2]}m`},xP=t=>t,hX=(t,e,r)=>[t,e,r],by=(t,e,r)=>{Object.defineProperty(t,e,{get:()=>{let o=r();return Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0}),o},enumerable:!0,configurable:!0})},gN,ky=(t,e,r,o)=>{gN===void 0&&(gN=uX());let a=o?10:0,n={};for(let[u,A]of Object.entries(gN)){let p=u==="ansi16"?"ansi":u;u===e?n[p]=t(r,a):typeof A=="object"&&(n[p]=t(A[e],a))}return n};function k9e(){let t=new Map,e={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};e.color.gray=e.color.blackBright,e.bgColor.bgGray=e.bgColor.bgBlackBright,e.color.grey=e.color.blackBright,e.bgColor.bgGrey=e.bgColor.bgBlackBright;for(let[r,o]of Object.entries(e)){for(let[a,n]of Object.entries(o))e[a]={open:`\x1B[${n[0]}m`,close:`\x1B[${n[1]}m`},o[a]=e[a],t.set(n[0],n[1]);Object.defineProperty(e,r,{value:o,enumerable:!1})}return Object.defineProperty(e,"codes",{value:t,enumerable:!1}),e.color.close="\x1B[39m",e.bgColor.close="\x1B[49m",by(e.color,"ansi",()=>ky(AX,"ansi16",xP,!1)),by(e.color,"ansi256",()=>ky(fX,"ansi256",xP,!1)),by(e.color,"ansi16m",()=>ky(pX,"rgb",hX,!1)),by(e.bgColor,"ansi",()=>ky(AX,"ansi16",xP,!0)),by(e.bgColor,"ansi256",()=>ky(fX,"ansi256",xP,!0)),by(e.bgColor,"ansi16m",()=>ky(pX,"rgb",hX,!0)),e}Object.defineProperty(gX,"exports",{enumerable:!0,get:k9e})});var mX=_((FQt,dX)=>{"use strict";dX.exports=(t,e=process.argv)=>{let r=t.startsWith("-")?"":t.length===1?"-":"--",o=e.indexOf(r+t),a=e.indexOf("--");return o!==-1&&(a===-1||o{"use strict";var Q9e=Be("os"),yX=Be("tty"),Ol=mX(),{env:ls}=process,Kp;Ol("no-color")||Ol("no-colors")||Ol("color=false")||Ol("color=never")?Kp=0:(Ol("color")||Ol("colors")||Ol("color=true")||Ol("color=always"))&&(Kp=1);"FORCE_COLOR"in ls&&(ls.FORCE_COLOR==="true"?Kp=1:ls.FORCE_COLOR==="false"?Kp=0:Kp=ls.FORCE_COLOR.length===0?1:Math.min(parseInt(ls.FORCE_COLOR,10),3));function dN(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function mN(t,e){if(Kp===0)return 0;if(Ol("color=16m")||Ol("color=full")||Ol("color=truecolor"))return 3;if(Ol("color=256"))return 2;if(t&&!e&&Kp===void 0)return 0;let r=Kp||0;if(ls.TERM==="dumb")return r;if(process.platform==="win32"){let o=Q9e.release().split(".");return Number(o[0])>=10&&Number(o[2])>=10586?Number(o[2])>=14931?3:2:1}if("CI"in ls)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(o=>o in ls)||ls.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in ls)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(ls.TEAMCITY_VERSION)?1:0;if("GITHUB_ACTIONS"in ls)return 1;if(ls.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in ls){let o=parseInt((ls.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(ls.TERM_PROGRAM){case"iTerm.app":return o>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(ls.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(ls.TERM)||"COLORTERM"in ls?1:r}function F9e(t){let e=mN(t,t&&t.isTTY);return dN(e)}EX.exports={supportsColor:F9e,stdout:dN(mN(!0,yX.isatty(1))),stderr:dN(mN(!0,yX.isatty(2)))}});var wX=_((RQt,CX)=>{"use strict";var T9e=(t,e,r)=>{let o=t.indexOf(e);if(o===-1)return t;let a=e.length,n=0,u="";do u+=t.substr(n,o-n)+e+r,n=o+a,o=t.indexOf(e,n);while(o!==-1);return u+=t.substr(n),u},R9e=(t,e,r,o)=>{let a=0,n="";do{let u=t[o-1]==="\r";n+=t.substr(a,(u?o-1:o)-a)+e+(u?`\r +`),u}format(e){var r;return((r=e??this.enableColors)!==null&&r!==void 0?r:as.defaultContext.colorDepth>1)?uV:AV}getUsageByRegistration(e,r){let o=this.registrations.get(e);if(typeof o>"u")throw new Error("Assertion failed: Unregistered command");return this.getUsageByIndex(o.index,r)}getUsageByIndex(e,r){return this.builder.getBuilderByIndex(e).usage(r)}};as.defaultContext={env:process.env,stdin:process.stdin,stdout:process.stdout,stderr:process.stderr,colorDepth:IV()}});var uI,FV=Et(()=>{Vp();uI=class extends nt{async execute(){this.context.stdout.write(`${JSON.stringify(this.cli.definitions(),null,2)} +`)}};uI.paths=[["--clipanion=definitions"]]});var AI,RV=Et(()=>{Vp();AI=class extends nt{async execute(){this.context.stdout.write(this.cli.usage())}};AI.paths=[["-h"],["--help"]]});function uS(t={}){return Ko({definition(e,r){var o;e.addProxy({name:(o=t.name)!==null&&o!==void 0?o:r,required:t.required})},transformer(e,r,o){return o.positionals.map(({value:a})=>a)}})}var HT=Et(()=>{Ef()});var fI,TV=Et(()=>{Vp();HT();fI=class extends nt{constructor(){super(...arguments),this.args=uS()}async execute(){this.context.stdout.write(`${JSON.stringify(this.cli.process(this.args).tokens,null,2)} +`)}};fI.paths=[["--clipanion=tokens"]]});var pI,NV=Et(()=>{Vp();pI=class extends nt{async execute(){var e;this.context.stdout.write(`${(e=this.cli.binaryVersion)!==null&&e!==void 0?e:""} +`)}};pI.paths=[["-v"],["--version"]]});var jT={};Vt(jT,{DefinitionsCommand:()=>uI,HelpCommand:()=>AI,TokensCommand:()=>fI,VersionCommand:()=>pI});var LV=Et(()=>{FV();RV();TV();NV()});function OV(t,e,r){let[o,a]=Gu(e,r??{}),{arity:n=1}=a,u=t.split(","),A=new Set(u);return Ko({definition(p){p.addOption({names:u,arity:n,hidden:a?.hidden,description:a?.description,required:a.required})},transformer(p,h,E){let I,v=typeof o<"u"?[...o]:void 0;for(let{name:x,value:C}of E.options)!A.has(x)||(I=x,v=v??[],v.push(C));return typeof v<"u"?nd(I??h,v,a.validator):v}})}var MV=Et(()=>{Ef()});function UV(t,e,r){let[o,a]=Gu(e,r??{}),n=t.split(","),u=new Set(n);return Ko({definition(A){A.addOption({names:n,allowBinding:!1,arity:0,hidden:a.hidden,description:a.description,required:a.required})},transformer(A,p,h){let E=o;for(let{name:I,value:v}of h.options)!u.has(I)||(E=v);return E}})}var _V=Et(()=>{Ef()});function HV(t,e,r){let[o,a]=Gu(e,r??{}),n=t.split(","),u=new Set(n);return Ko({definition(A){A.addOption({names:n,allowBinding:!1,arity:0,hidden:a.hidden,description:a.description,required:a.required})},transformer(A,p,h){let E=o;for(let{name:I,value:v}of h.options)!u.has(I)||(E??(E=0),v?E+=1:E=0);return E}})}var jV=Et(()=>{Ef()});function GV(t={}){return Ko({definition(e,r){var o;e.addRest({name:(o=t.name)!==null&&o!==void 0?o:r,required:t.required})},transformer(e,r,o){let a=u=>{let A=o.positionals[u];return A.extra===el||A.extra===!1&&uu)}})}var qV=Et(()=>{lS();Ef()});function Xje(t,e,r){let[o,a]=Gu(e,r??{}),{arity:n=1}=a,u=t.split(","),A=new Set(u);return Ko({definition(p){p.addOption({names:u,arity:a.tolerateBoolean?0:n,hidden:a.hidden,description:a.description,required:a.required})},transformer(p,h,E,I){let v,x=o;typeof a.env<"u"&&I.env[a.env]&&(v=a.env,x=I.env[a.env]);for(let{name:C,value:R}of E.options)!A.has(C)||(v=C,x=R);return typeof x=="string"?nd(v??h,x,a.validator):x}})}function Zje(t={}){let{required:e=!0}=t;return Ko({definition(r,o){var a;r.addPositional({name:(a=t.name)!==null&&a!==void 0?a:o,required:t.required})},transformer(r,o,a){var n;for(let u=0;u{lS();Ef()});var ge={};Vt(ge,{Array:()=>OV,Boolean:()=>UV,Counter:()=>HV,Proxy:()=>uS,Rest:()=>GV,String:()=>YV,applyValidator:()=>nd,cleanValidationError:()=>rS,formatError:()=>iI,isOptionSymbol:()=>nI,makeCommandOption:()=>Ko,rerouteArguments:()=>Gu});var KV=Et(()=>{Ef();HT();MV();_V();jV();qV();WV()});var hI={};Vt(hI,{Builtins:()=>jT,Cli:()=>as,Command:()=>nt,Option:()=>ge,UsageError:()=>it,formatMarkdownish:()=>Do,run:()=>xV,runExit:()=>bV});var jt=Et(()=>{tS();kT();Vp();QV();LV();KV()});var VV=_((Pkt,$je)=>{$je.exports={name:"dotenv",version:"16.3.1",description:"Loads environment variables from .env file",main:"lib/main.js",types:"lib/main.d.ts",exports:{".":{types:"./lib/main.d.ts",require:"./lib/main.js",default:"./lib/main.js"},"./config":"./config.js","./config.js":"./config.js","./lib/env-options":"./lib/env-options.js","./lib/env-options.js":"./lib/env-options.js","./lib/cli-options":"./lib/cli-options.js","./lib/cli-options.js":"./lib/cli-options.js","./package.json":"./package.json"},scripts:{"dts-check":"tsc --project tests/types/tsconfig.json",lint:"standard","lint-readme":"standard-markdown",pretest:"npm run lint && npm run dts-check",test:"tap tests/*.js --100 -Rspec",prerelease:"npm test",release:"standard-version"},repository:{type:"git",url:"git://github.com/motdotla/dotenv.git"},funding:"https://github.com/motdotla/dotenv?sponsor=1",keywords:["dotenv","env",".env","environment","variables","config","settings"],readmeFilename:"README.md",license:"BSD-2-Clause",devDependencies:{"@definitelytyped/dtslint":"^0.0.133","@types/node":"^18.11.3",decache:"^4.6.1",sinon:"^14.0.1",standard:"^17.0.0","standard-markdown":"^7.1.0","standard-version":"^9.5.0",tap:"^16.3.0",tar:"^6.1.11",typescript:"^4.8.4"},engines:{node:">=12"},browser:{fs:!1}}});var ZV=_((bkt,Cf)=>{var JV=ve("fs"),qT=ve("path"),eGe=ve("os"),tGe=ve("crypto"),rGe=VV(),YT=rGe.version,nGe=/(?:^|^)\s*(?:export\s+)?([\w.-]+)(?:\s*=\s*?|:\s+?)(\s*'(?:\\'|[^'])*'|\s*"(?:\\"|[^"])*"|\s*`(?:\\`|[^`])*`|[^#\r\n]+)?\s*(?:#.*)?(?:$|$)/mg;function iGe(t){let e={},r=t.toString();r=r.replace(/\r\n?/mg,` +`);let o;for(;(o=nGe.exec(r))!=null;){let a=o[1],n=o[2]||"";n=n.trim();let u=n[0];n=n.replace(/^(['"`])([\s\S]*)\1$/mg,"$2"),u==='"'&&(n=n.replace(/\\n/g,` +`),n=n.replace(/\\r/g,"\r")),e[a]=n}return e}function sGe(t){let e=XV(t),r=bs.configDotenv({path:e});if(!r.parsed)throw new Error(`MISSING_DATA: Cannot parse ${e} for an unknown reason`);let o=zV(t).split(","),a=o.length,n;for(let u=0;u=a)throw A}return bs.parse(n)}function oGe(t){console.log(`[dotenv@${YT}][INFO] ${t}`)}function aGe(t){console.log(`[dotenv@${YT}][WARN] ${t}`)}function GT(t){console.log(`[dotenv@${YT}][DEBUG] ${t}`)}function zV(t){return t&&t.DOTENV_KEY&&t.DOTENV_KEY.length>0?t.DOTENV_KEY:process.env.DOTENV_KEY&&process.env.DOTENV_KEY.length>0?process.env.DOTENV_KEY:""}function lGe(t,e){let r;try{r=new URL(e)}catch(A){throw A.code==="ERR_INVALID_URL"?new Error("INVALID_DOTENV_KEY: Wrong format. Must be in valid uri format like dotenv://:key_1234@dotenv.org/vault/.env.vault?environment=development"):A}let o=r.password;if(!o)throw new Error("INVALID_DOTENV_KEY: Missing key part");let a=r.searchParams.get("environment");if(!a)throw new Error("INVALID_DOTENV_KEY: Missing environment part");let n=`DOTENV_VAULT_${a.toUpperCase()}`,u=t.parsed[n];if(!u)throw new Error(`NOT_FOUND_DOTENV_ENVIRONMENT: Cannot locate environment ${n} in your .env.vault file.`);return{ciphertext:u,key:o}}function XV(t){let e=qT.resolve(process.cwd(),".env");return t&&t.path&&t.path.length>0&&(e=t.path),e.endsWith(".vault")?e:`${e}.vault`}function cGe(t){return t[0]==="~"?qT.join(eGe.homedir(),t.slice(1)):t}function uGe(t){oGe("Loading env from encrypted .env.vault");let e=bs._parseVault(t),r=process.env;return t&&t.processEnv!=null&&(r=t.processEnv),bs.populate(r,e,t),{parsed:e}}function AGe(t){let e=qT.resolve(process.cwd(),".env"),r="utf8",o=Boolean(t&&t.debug);t&&(t.path!=null&&(e=cGe(t.path)),t.encoding!=null&&(r=t.encoding));try{let a=bs.parse(JV.readFileSync(e,{encoding:r})),n=process.env;return t&&t.processEnv!=null&&(n=t.processEnv),bs.populate(n,a,t),{parsed:a}}catch(a){return o&>(`Failed to load ${e} ${a.message}`),{error:a}}}function fGe(t){let e=XV(t);return zV(t).length===0?bs.configDotenv(t):JV.existsSync(e)?bs._configVault(t):(aGe(`You set DOTENV_KEY but you are missing a .env.vault file at ${e}. Did you forget to build it?`),bs.configDotenv(t))}function pGe(t,e){let r=Buffer.from(e.slice(-64),"hex"),o=Buffer.from(t,"base64"),a=o.slice(0,12),n=o.slice(-16);o=o.slice(12,-16);try{let u=tGe.createDecipheriv("aes-256-gcm",r,a);return u.setAuthTag(n),`${u.update(o)}${u.final()}`}catch(u){let A=u instanceof RangeError,p=u.message==="Invalid key length",h=u.message==="Unsupported state or unable to authenticate data";if(A||p){let E="INVALID_DOTENV_KEY: It must be 64 characters long (or more)";throw new Error(E)}else if(h){let E="DECRYPTION_FAILED: Please check your DOTENV_KEY";throw new Error(E)}else throw console.error("Error: ",u.code),console.error("Error: ",u.message),u}}function hGe(t,e,r={}){let o=Boolean(r&&r.debug),a=Boolean(r&&r.override);if(typeof e!="object")throw new Error("OBJECT_REQUIRED: Please check the processEnv argument being passed to populate");for(let n of Object.keys(e))Object.prototype.hasOwnProperty.call(t,n)?(a===!0&&(t[n]=e[n]),o&>(a===!0?`"${n}" is already defined and WAS overwritten`:`"${n}" is already defined and was NOT overwritten`)):t[n]=e[n]}var bs={configDotenv:AGe,_configVault:uGe,_parseVault:sGe,config:fGe,decrypt:pGe,parse:iGe,populate:hGe};Cf.exports.configDotenv=bs.configDotenv;Cf.exports._configVault=bs._configVault;Cf.exports._parseVault=bs._parseVault;Cf.exports.config=bs.config;Cf.exports.decrypt=bs.decrypt;Cf.exports.parse=bs.parse;Cf.exports.populate=bs.populate;Cf.exports=bs});var eJ=_((xkt,$V)=>{"use strict";$V.exports=(t,...e)=>new Promise(r=>{r(t(...e))})});var id=_((kkt,WT)=>{"use strict";var gGe=eJ(),tJ=t=>{if(t<1)throw new TypeError("Expected `concurrency` to be a number from 1 and up");let e=[],r=0,o=()=>{r--,e.length>0&&e.shift()()},a=(A,p,...h)=>{r++;let E=gGe(A,...h);p(E),E.then(o,o)},n=(A,p,...h)=>{rnew Promise(h=>n(A,h,...p));return Object.defineProperties(u,{activeCount:{get:()=>r},pendingCount:{get:()=>e.length}}),u};WT.exports=tJ;WT.exports.default=tJ});function Wu(t){return`YN${t.toString(10).padStart(4,"0")}`}function AS(t){let e=Number(t.slice(2));if(typeof wr[e]>"u")throw new Error(`Unknown message name: "${t}"`);return e}var wr,fS=Et(()=>{wr=(Oe=>(Oe[Oe.UNNAMED=0]="UNNAMED",Oe[Oe.EXCEPTION=1]="EXCEPTION",Oe[Oe.MISSING_PEER_DEPENDENCY=2]="MISSING_PEER_DEPENDENCY",Oe[Oe.CYCLIC_DEPENDENCIES=3]="CYCLIC_DEPENDENCIES",Oe[Oe.DISABLED_BUILD_SCRIPTS=4]="DISABLED_BUILD_SCRIPTS",Oe[Oe.BUILD_DISABLED=5]="BUILD_DISABLED",Oe[Oe.SOFT_LINK_BUILD=6]="SOFT_LINK_BUILD",Oe[Oe.MUST_BUILD=7]="MUST_BUILD",Oe[Oe.MUST_REBUILD=8]="MUST_REBUILD",Oe[Oe.BUILD_FAILED=9]="BUILD_FAILED",Oe[Oe.RESOLVER_NOT_FOUND=10]="RESOLVER_NOT_FOUND",Oe[Oe.FETCHER_NOT_FOUND=11]="FETCHER_NOT_FOUND",Oe[Oe.LINKER_NOT_FOUND=12]="LINKER_NOT_FOUND",Oe[Oe.FETCH_NOT_CACHED=13]="FETCH_NOT_CACHED",Oe[Oe.YARN_IMPORT_FAILED=14]="YARN_IMPORT_FAILED",Oe[Oe.REMOTE_INVALID=15]="REMOTE_INVALID",Oe[Oe.REMOTE_NOT_FOUND=16]="REMOTE_NOT_FOUND",Oe[Oe.RESOLUTION_PACK=17]="RESOLUTION_PACK",Oe[Oe.CACHE_CHECKSUM_MISMATCH=18]="CACHE_CHECKSUM_MISMATCH",Oe[Oe.UNUSED_CACHE_ENTRY=19]="UNUSED_CACHE_ENTRY",Oe[Oe.MISSING_LOCKFILE_ENTRY=20]="MISSING_LOCKFILE_ENTRY",Oe[Oe.WORKSPACE_NOT_FOUND=21]="WORKSPACE_NOT_FOUND",Oe[Oe.TOO_MANY_MATCHING_WORKSPACES=22]="TOO_MANY_MATCHING_WORKSPACES",Oe[Oe.CONSTRAINTS_MISSING_DEPENDENCY=23]="CONSTRAINTS_MISSING_DEPENDENCY",Oe[Oe.CONSTRAINTS_INCOMPATIBLE_DEPENDENCY=24]="CONSTRAINTS_INCOMPATIBLE_DEPENDENCY",Oe[Oe.CONSTRAINTS_EXTRANEOUS_DEPENDENCY=25]="CONSTRAINTS_EXTRANEOUS_DEPENDENCY",Oe[Oe.CONSTRAINTS_INVALID_DEPENDENCY=26]="CONSTRAINTS_INVALID_DEPENDENCY",Oe[Oe.CANT_SUGGEST_RESOLUTIONS=27]="CANT_SUGGEST_RESOLUTIONS",Oe[Oe.FROZEN_LOCKFILE_EXCEPTION=28]="FROZEN_LOCKFILE_EXCEPTION",Oe[Oe.CROSS_DRIVE_VIRTUAL_LOCAL=29]="CROSS_DRIVE_VIRTUAL_LOCAL",Oe[Oe.FETCH_FAILED=30]="FETCH_FAILED",Oe[Oe.DANGEROUS_NODE_MODULES=31]="DANGEROUS_NODE_MODULES",Oe[Oe.NODE_GYP_INJECTED=32]="NODE_GYP_INJECTED",Oe[Oe.AUTHENTICATION_NOT_FOUND=33]="AUTHENTICATION_NOT_FOUND",Oe[Oe.INVALID_CONFIGURATION_KEY=34]="INVALID_CONFIGURATION_KEY",Oe[Oe.NETWORK_ERROR=35]="NETWORK_ERROR",Oe[Oe.LIFECYCLE_SCRIPT=36]="LIFECYCLE_SCRIPT",Oe[Oe.CONSTRAINTS_MISSING_FIELD=37]="CONSTRAINTS_MISSING_FIELD",Oe[Oe.CONSTRAINTS_INCOMPATIBLE_FIELD=38]="CONSTRAINTS_INCOMPATIBLE_FIELD",Oe[Oe.CONSTRAINTS_EXTRANEOUS_FIELD=39]="CONSTRAINTS_EXTRANEOUS_FIELD",Oe[Oe.CONSTRAINTS_INVALID_FIELD=40]="CONSTRAINTS_INVALID_FIELD",Oe[Oe.AUTHENTICATION_INVALID=41]="AUTHENTICATION_INVALID",Oe[Oe.PROLOG_UNKNOWN_ERROR=42]="PROLOG_UNKNOWN_ERROR",Oe[Oe.PROLOG_SYNTAX_ERROR=43]="PROLOG_SYNTAX_ERROR",Oe[Oe.PROLOG_EXISTENCE_ERROR=44]="PROLOG_EXISTENCE_ERROR",Oe[Oe.STACK_OVERFLOW_RESOLUTION=45]="STACK_OVERFLOW_RESOLUTION",Oe[Oe.AUTOMERGE_FAILED_TO_PARSE=46]="AUTOMERGE_FAILED_TO_PARSE",Oe[Oe.AUTOMERGE_IMMUTABLE=47]="AUTOMERGE_IMMUTABLE",Oe[Oe.AUTOMERGE_SUCCESS=48]="AUTOMERGE_SUCCESS",Oe[Oe.AUTOMERGE_REQUIRED=49]="AUTOMERGE_REQUIRED",Oe[Oe.DEPRECATED_CLI_SETTINGS=50]="DEPRECATED_CLI_SETTINGS",Oe[Oe.PLUGIN_NAME_NOT_FOUND=51]="PLUGIN_NAME_NOT_FOUND",Oe[Oe.INVALID_PLUGIN_REFERENCE=52]="INVALID_PLUGIN_REFERENCE",Oe[Oe.CONSTRAINTS_AMBIGUITY=53]="CONSTRAINTS_AMBIGUITY",Oe[Oe.CACHE_OUTSIDE_PROJECT=54]="CACHE_OUTSIDE_PROJECT",Oe[Oe.IMMUTABLE_INSTALL=55]="IMMUTABLE_INSTALL",Oe[Oe.IMMUTABLE_CACHE=56]="IMMUTABLE_CACHE",Oe[Oe.INVALID_MANIFEST=57]="INVALID_MANIFEST",Oe[Oe.PACKAGE_PREPARATION_FAILED=58]="PACKAGE_PREPARATION_FAILED",Oe[Oe.INVALID_RANGE_PEER_DEPENDENCY=59]="INVALID_RANGE_PEER_DEPENDENCY",Oe[Oe.INCOMPATIBLE_PEER_DEPENDENCY=60]="INCOMPATIBLE_PEER_DEPENDENCY",Oe[Oe.DEPRECATED_PACKAGE=61]="DEPRECATED_PACKAGE",Oe[Oe.INCOMPATIBLE_OS=62]="INCOMPATIBLE_OS",Oe[Oe.INCOMPATIBLE_CPU=63]="INCOMPATIBLE_CPU",Oe[Oe.FROZEN_ARTIFACT_EXCEPTION=64]="FROZEN_ARTIFACT_EXCEPTION",Oe[Oe.TELEMETRY_NOTICE=65]="TELEMETRY_NOTICE",Oe[Oe.PATCH_HUNK_FAILED=66]="PATCH_HUNK_FAILED",Oe[Oe.INVALID_CONFIGURATION_VALUE=67]="INVALID_CONFIGURATION_VALUE",Oe[Oe.UNUSED_PACKAGE_EXTENSION=68]="UNUSED_PACKAGE_EXTENSION",Oe[Oe.REDUNDANT_PACKAGE_EXTENSION=69]="REDUNDANT_PACKAGE_EXTENSION",Oe[Oe.AUTO_NM_SUCCESS=70]="AUTO_NM_SUCCESS",Oe[Oe.NM_CANT_INSTALL_EXTERNAL_SOFT_LINK=71]="NM_CANT_INSTALL_EXTERNAL_SOFT_LINK",Oe[Oe.NM_PRESERVE_SYMLINKS_REQUIRED=72]="NM_PRESERVE_SYMLINKS_REQUIRED",Oe[Oe.UPDATE_LOCKFILE_ONLY_SKIP_LINK=73]="UPDATE_LOCKFILE_ONLY_SKIP_LINK",Oe[Oe.NM_HARDLINKS_MODE_DOWNGRADED=74]="NM_HARDLINKS_MODE_DOWNGRADED",Oe[Oe.PROLOG_INSTANTIATION_ERROR=75]="PROLOG_INSTANTIATION_ERROR",Oe[Oe.INCOMPATIBLE_ARCHITECTURE=76]="INCOMPATIBLE_ARCHITECTURE",Oe[Oe.GHOST_ARCHITECTURE=77]="GHOST_ARCHITECTURE",Oe[Oe.RESOLUTION_MISMATCH=78]="RESOLUTION_MISMATCH",Oe[Oe.PROLOG_LIMIT_EXCEEDED=79]="PROLOG_LIMIT_EXCEEDED",Oe[Oe.NETWORK_DISABLED=80]="NETWORK_DISABLED",Oe[Oe.NETWORK_UNSAFE_HTTP=81]="NETWORK_UNSAFE_HTTP",Oe[Oe.RESOLUTION_FAILED=82]="RESOLUTION_FAILED",Oe[Oe.AUTOMERGE_GIT_ERROR=83]="AUTOMERGE_GIT_ERROR",Oe[Oe.CONSTRAINTS_CHECK_FAILED=84]="CONSTRAINTS_CHECK_FAILED",Oe[Oe.UPDATED_RESOLUTION_RECORD=85]="UPDATED_RESOLUTION_RECORD",Oe[Oe.EXPLAIN_PEER_DEPENDENCIES_CTA=86]="EXPLAIN_PEER_DEPENDENCIES_CTA",Oe[Oe.MIGRATION_SUCCESS=87]="MIGRATION_SUCCESS",Oe[Oe.VERSION_NOTICE=88]="VERSION_NOTICE",Oe[Oe.TIPS_NOTICE=89]="TIPS_NOTICE",Oe[Oe.OFFLINE_MODE_ENABLED=90]="OFFLINE_MODE_ENABLED",Oe))(wr||{})});var gI=_((Fkt,rJ)=>{var dGe="2.0.0",mGe=Number.MAX_SAFE_INTEGER||9007199254740991,yGe=16,EGe=256-6,CGe=["major","premajor","minor","preminor","patch","prepatch","prerelease"];rJ.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:yGe,MAX_SAFE_BUILD_LENGTH:EGe,MAX_SAFE_INTEGER:mGe,RELEASE_TYPES:CGe,SEMVER_SPEC_VERSION:dGe,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var dI=_((Rkt,nJ)=>{var wGe=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};nJ.exports=wGe});var vy=_((wf,iJ)=>{var{MAX_SAFE_COMPONENT_LENGTH:KT,MAX_SAFE_BUILD_LENGTH:IGe,MAX_LENGTH:BGe}=gI(),vGe=dI();wf=iJ.exports={};var DGe=wf.re=[],SGe=wf.safeRe=[],lr=wf.src=[],cr=wf.t={},PGe=0,VT="[a-zA-Z0-9-]",bGe=[["\\s",1],["\\d",BGe],[VT,IGe]],xGe=t=>{for(let[e,r]of bGe)t=t.split(`${e}*`).join(`${e}{0,${r}}`).split(`${e}+`).join(`${e}{1,${r}}`);return t},Jr=(t,e,r)=>{let o=xGe(e),a=PGe++;vGe(t,a,e),cr[t]=a,lr[a]=e,DGe[a]=new RegExp(e,r?"g":void 0),SGe[a]=new RegExp(o,r?"g":void 0)};Jr("NUMERICIDENTIFIER","0|[1-9]\\d*");Jr("NUMERICIDENTIFIERLOOSE","\\d+");Jr("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${VT}*`);Jr("MAINVERSION",`(${lr[cr.NUMERICIDENTIFIER]})\\.(${lr[cr.NUMERICIDENTIFIER]})\\.(${lr[cr.NUMERICIDENTIFIER]})`);Jr("MAINVERSIONLOOSE",`(${lr[cr.NUMERICIDENTIFIERLOOSE]})\\.(${lr[cr.NUMERICIDENTIFIERLOOSE]})\\.(${lr[cr.NUMERICIDENTIFIERLOOSE]})`);Jr("PRERELEASEIDENTIFIER",`(?:${lr[cr.NUMERICIDENTIFIER]}|${lr[cr.NONNUMERICIDENTIFIER]})`);Jr("PRERELEASEIDENTIFIERLOOSE",`(?:${lr[cr.NUMERICIDENTIFIERLOOSE]}|${lr[cr.NONNUMERICIDENTIFIER]})`);Jr("PRERELEASE",`(?:-(${lr[cr.PRERELEASEIDENTIFIER]}(?:\\.${lr[cr.PRERELEASEIDENTIFIER]})*))`);Jr("PRERELEASELOOSE",`(?:-?(${lr[cr.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${lr[cr.PRERELEASEIDENTIFIERLOOSE]})*))`);Jr("BUILDIDENTIFIER",`${VT}+`);Jr("BUILD",`(?:\\+(${lr[cr.BUILDIDENTIFIER]}(?:\\.${lr[cr.BUILDIDENTIFIER]})*))`);Jr("FULLPLAIN",`v?${lr[cr.MAINVERSION]}${lr[cr.PRERELEASE]}?${lr[cr.BUILD]}?`);Jr("FULL",`^${lr[cr.FULLPLAIN]}$`);Jr("LOOSEPLAIN",`[v=\\s]*${lr[cr.MAINVERSIONLOOSE]}${lr[cr.PRERELEASELOOSE]}?${lr[cr.BUILD]}?`);Jr("LOOSE",`^${lr[cr.LOOSEPLAIN]}$`);Jr("GTLT","((?:<|>)?=?)");Jr("XRANGEIDENTIFIERLOOSE",`${lr[cr.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);Jr("XRANGEIDENTIFIER",`${lr[cr.NUMERICIDENTIFIER]}|x|X|\\*`);Jr("XRANGEPLAIN",`[v=\\s]*(${lr[cr.XRANGEIDENTIFIER]})(?:\\.(${lr[cr.XRANGEIDENTIFIER]})(?:\\.(${lr[cr.XRANGEIDENTIFIER]})(?:${lr[cr.PRERELEASE]})?${lr[cr.BUILD]}?)?)?`);Jr("XRANGEPLAINLOOSE",`[v=\\s]*(${lr[cr.XRANGEIDENTIFIERLOOSE]})(?:\\.(${lr[cr.XRANGEIDENTIFIERLOOSE]})(?:\\.(${lr[cr.XRANGEIDENTIFIERLOOSE]})(?:${lr[cr.PRERELEASELOOSE]})?${lr[cr.BUILD]}?)?)?`);Jr("XRANGE",`^${lr[cr.GTLT]}\\s*${lr[cr.XRANGEPLAIN]}$`);Jr("XRANGELOOSE",`^${lr[cr.GTLT]}\\s*${lr[cr.XRANGEPLAINLOOSE]}$`);Jr("COERCE",`(^|[^\\d])(\\d{1,${KT}})(?:\\.(\\d{1,${KT}}))?(?:\\.(\\d{1,${KT}}))?(?:$|[^\\d])`);Jr("COERCERTL",lr[cr.COERCE],!0);Jr("LONETILDE","(?:~>?)");Jr("TILDETRIM",`(\\s*)${lr[cr.LONETILDE]}\\s+`,!0);wf.tildeTrimReplace="$1~";Jr("TILDE",`^${lr[cr.LONETILDE]}${lr[cr.XRANGEPLAIN]}$`);Jr("TILDELOOSE",`^${lr[cr.LONETILDE]}${lr[cr.XRANGEPLAINLOOSE]}$`);Jr("LONECARET","(?:\\^)");Jr("CARETTRIM",`(\\s*)${lr[cr.LONECARET]}\\s+`,!0);wf.caretTrimReplace="$1^";Jr("CARET",`^${lr[cr.LONECARET]}${lr[cr.XRANGEPLAIN]}$`);Jr("CARETLOOSE",`^${lr[cr.LONECARET]}${lr[cr.XRANGEPLAINLOOSE]}$`);Jr("COMPARATORLOOSE",`^${lr[cr.GTLT]}\\s*(${lr[cr.LOOSEPLAIN]})$|^$`);Jr("COMPARATOR",`^${lr[cr.GTLT]}\\s*(${lr[cr.FULLPLAIN]})$|^$`);Jr("COMPARATORTRIM",`(\\s*)${lr[cr.GTLT]}\\s*(${lr[cr.LOOSEPLAIN]}|${lr[cr.XRANGEPLAIN]})`,!0);wf.comparatorTrimReplace="$1$2$3";Jr("HYPHENRANGE",`^\\s*(${lr[cr.XRANGEPLAIN]})\\s+-\\s+(${lr[cr.XRANGEPLAIN]})\\s*$`);Jr("HYPHENRANGELOOSE",`^\\s*(${lr[cr.XRANGEPLAINLOOSE]})\\s+-\\s+(${lr[cr.XRANGEPLAINLOOSE]})\\s*$`);Jr("STAR","(<|>)?=?\\s*\\*");Jr("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");Jr("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var pS=_((Tkt,sJ)=>{var kGe=Object.freeze({loose:!0}),QGe=Object.freeze({}),FGe=t=>t?typeof t!="object"?kGe:t:QGe;sJ.exports=FGe});var JT=_((Nkt,lJ)=>{var oJ=/^[0-9]+$/,aJ=(t,e)=>{let r=oJ.test(t),o=oJ.test(e);return r&&o&&(t=+t,e=+e),t===e?0:r&&!o?-1:o&&!r?1:taJ(e,t);lJ.exports={compareIdentifiers:aJ,rcompareIdentifiers:RGe}});var So=_((Lkt,fJ)=>{var hS=dI(),{MAX_LENGTH:cJ,MAX_SAFE_INTEGER:gS}=gI(),{safeRe:uJ,t:AJ}=vy(),TGe=pS(),{compareIdentifiers:Dy}=JT(),tl=class{constructor(e,r){if(r=TGe(r),e instanceof tl){if(e.loose===!!r.loose&&e.includePrerelease===!!r.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>cJ)throw new TypeError(`version is longer than ${cJ} characters`);hS("SemVer",e,r),this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease;let o=e.trim().match(r.loose?uJ[AJ.LOOSE]:uJ[AJ.FULL]);if(!o)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+o[1],this.minor=+o[2],this.patch=+o[3],this.major>gS||this.major<0)throw new TypeError("Invalid major version");if(this.minor>gS||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>gS||this.patch<0)throw new TypeError("Invalid patch version");o[4]?this.prerelease=o[4].split(".").map(a=>{if(/^[0-9]+$/.test(a)){let n=+a;if(n>=0&&n=0;)typeof this.prerelease[n]=="number"&&(this.prerelease[n]++,n=-2);if(n===-1){if(r===this.prerelease.join(".")&&o===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(a)}}if(r){let n=[r,a];o===!1&&(n=[r]),Dy(this.prerelease[0],r)===0?isNaN(this.prerelease[1])&&(this.prerelease=n):this.prerelease=n}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};fJ.exports=tl});var sd=_((Okt,hJ)=>{var pJ=So(),NGe=(t,e,r=!1)=>{if(t instanceof pJ)return t;try{return new pJ(t,e)}catch(o){if(!r)return null;throw o}};hJ.exports=NGe});var dJ=_((Mkt,gJ)=>{var LGe=sd(),OGe=(t,e)=>{let r=LGe(t,e);return r?r.version:null};gJ.exports=OGe});var yJ=_((Ukt,mJ)=>{var MGe=sd(),UGe=(t,e)=>{let r=MGe(t.trim().replace(/^[=v]+/,""),e);return r?r.version:null};mJ.exports=UGe});var wJ=_((_kt,CJ)=>{var EJ=So(),_Ge=(t,e,r,o,a)=>{typeof r=="string"&&(a=o,o=r,r=void 0);try{return new EJ(t instanceof EJ?t.version:t,r).inc(e,o,a).version}catch{return null}};CJ.exports=_Ge});var vJ=_((Hkt,BJ)=>{var IJ=sd(),HGe=(t,e)=>{let r=IJ(t,null,!0),o=IJ(e,null,!0),a=r.compare(o);if(a===0)return null;let n=a>0,u=n?r:o,A=n?o:r,p=!!u.prerelease.length;if(!!A.prerelease.length&&!p)return!A.patch&&!A.minor?"major":u.patch?"patch":u.minor?"minor":"major";let E=p?"pre":"";return r.major!==o.major?E+"major":r.minor!==o.minor?E+"minor":r.patch!==o.patch?E+"patch":"prerelease"};BJ.exports=HGe});var SJ=_((jkt,DJ)=>{var jGe=So(),GGe=(t,e)=>new jGe(t,e).major;DJ.exports=GGe});var bJ=_((Gkt,PJ)=>{var qGe=So(),YGe=(t,e)=>new qGe(t,e).minor;PJ.exports=YGe});var kJ=_((qkt,xJ)=>{var WGe=So(),KGe=(t,e)=>new WGe(t,e).patch;xJ.exports=KGe});var FJ=_((Ykt,QJ)=>{var VGe=sd(),JGe=(t,e)=>{let r=VGe(t,e);return r&&r.prerelease.length?r.prerelease:null};QJ.exports=JGe});var Ll=_((Wkt,TJ)=>{var RJ=So(),zGe=(t,e,r)=>new RJ(t,r).compare(new RJ(e,r));TJ.exports=zGe});var LJ=_((Kkt,NJ)=>{var XGe=Ll(),ZGe=(t,e,r)=>XGe(e,t,r);NJ.exports=ZGe});var MJ=_((Vkt,OJ)=>{var $Ge=Ll(),eqe=(t,e)=>$Ge(t,e,!0);OJ.exports=eqe});var dS=_((Jkt,_J)=>{var UJ=So(),tqe=(t,e,r)=>{let o=new UJ(t,r),a=new UJ(e,r);return o.compare(a)||o.compareBuild(a)};_J.exports=tqe});var jJ=_((zkt,HJ)=>{var rqe=dS(),nqe=(t,e)=>t.sort((r,o)=>rqe(r,o,e));HJ.exports=nqe});var qJ=_((Xkt,GJ)=>{var iqe=dS(),sqe=(t,e)=>t.sort((r,o)=>iqe(o,r,e));GJ.exports=sqe});var mI=_((Zkt,YJ)=>{var oqe=Ll(),aqe=(t,e,r)=>oqe(t,e,r)>0;YJ.exports=aqe});var mS=_(($kt,WJ)=>{var lqe=Ll(),cqe=(t,e,r)=>lqe(t,e,r)<0;WJ.exports=cqe});var zT=_((eQt,KJ)=>{var uqe=Ll(),Aqe=(t,e,r)=>uqe(t,e,r)===0;KJ.exports=Aqe});var XT=_((tQt,VJ)=>{var fqe=Ll(),pqe=(t,e,r)=>fqe(t,e,r)!==0;VJ.exports=pqe});var yS=_((rQt,JJ)=>{var hqe=Ll(),gqe=(t,e,r)=>hqe(t,e,r)>=0;JJ.exports=gqe});var ES=_((nQt,zJ)=>{var dqe=Ll(),mqe=(t,e,r)=>dqe(t,e,r)<=0;zJ.exports=mqe});var ZT=_((iQt,XJ)=>{var yqe=zT(),Eqe=XT(),Cqe=mI(),wqe=yS(),Iqe=mS(),Bqe=ES(),vqe=(t,e,r,o)=>{switch(e){case"===":return typeof t=="object"&&(t=t.version),typeof r=="object"&&(r=r.version),t===r;case"!==":return typeof t=="object"&&(t=t.version),typeof r=="object"&&(r=r.version),t!==r;case"":case"=":case"==":return yqe(t,r,o);case"!=":return Eqe(t,r,o);case">":return Cqe(t,r,o);case">=":return wqe(t,r,o);case"<":return Iqe(t,r,o);case"<=":return Bqe(t,r,o);default:throw new TypeError(`Invalid operator: ${e}`)}};XJ.exports=vqe});var $J=_((sQt,ZJ)=>{var Dqe=So(),Sqe=sd(),{safeRe:CS,t:wS}=vy(),Pqe=(t,e)=>{if(t instanceof Dqe)return t;if(typeof t=="number"&&(t=String(t)),typeof t!="string")return null;e=e||{};let r=null;if(!e.rtl)r=t.match(CS[wS.COERCE]);else{let o;for(;(o=CS[wS.COERCERTL].exec(t))&&(!r||r.index+r[0].length!==t.length);)(!r||o.index+o[0].length!==r.index+r[0].length)&&(r=o),CS[wS.COERCERTL].lastIndex=o.index+o[1].length+o[2].length;CS[wS.COERCERTL].lastIndex=-1}return r===null?null:Sqe(`${r[2]}.${r[3]||"0"}.${r[4]||"0"}`,e)};ZJ.exports=Pqe});var tz=_((oQt,ez)=>{"use strict";ez.exports=function(t){t.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}});var IS=_((aQt,rz)=>{"use strict";rz.exports=Cn;Cn.Node=od;Cn.create=Cn;function Cn(t){var e=this;if(e instanceof Cn||(e=new Cn),e.tail=null,e.head=null,e.length=0,t&&typeof t.forEach=="function")t.forEach(function(a){e.push(a)});else if(arguments.length>0)for(var r=0,o=arguments.length;r1)r=e;else if(this.head)o=this.head.next,r=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var a=0;o!==null;a++)r=t(r,o.value,a),o=o.next;return r};Cn.prototype.reduceReverse=function(t,e){var r,o=this.tail;if(arguments.length>1)r=e;else if(this.tail)o=this.tail.prev,r=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var a=this.length-1;o!==null;a--)r=t(r,o.value,a),o=o.prev;return r};Cn.prototype.toArray=function(){for(var t=new Array(this.length),e=0,r=this.head;r!==null;e++)t[e]=r.value,r=r.next;return t};Cn.prototype.toArrayReverse=function(){for(var t=new Array(this.length),e=0,r=this.tail;r!==null;e++)t[e]=r.value,r=r.prev;return t};Cn.prototype.slice=function(t,e){e=e||this.length,e<0&&(e+=this.length),t=t||0,t<0&&(t+=this.length);var r=new Cn;if(ethis.length&&(e=this.length);for(var o=0,a=this.head;a!==null&&othis.length&&(e=this.length);for(var o=this.length,a=this.tail;a!==null&&o>e;o--)a=a.prev;for(;a!==null&&o>t;o--,a=a.prev)r.push(a.value);return r};Cn.prototype.splice=function(t,e,...r){t>this.length&&(t=this.length-1),t<0&&(t=this.length+t);for(var o=0,a=this.head;a!==null&&o{"use strict";var Qqe=IS(),ad=Symbol("max"),Bf=Symbol("length"),Sy=Symbol("lengthCalculator"),EI=Symbol("allowStale"),ld=Symbol("maxAge"),If=Symbol("dispose"),nz=Symbol("noDisposeOnSet"),xs=Symbol("lruList"),Mc=Symbol("cache"),sz=Symbol("updateAgeOnGet"),$T=()=>1,tN=class{constructor(e){if(typeof e=="number"&&(e={max:e}),e||(e={}),e.max&&(typeof e.max!="number"||e.max<0))throw new TypeError("max must be a non-negative number");let r=this[ad]=e.max||1/0,o=e.length||$T;if(this[Sy]=typeof o!="function"?$T:o,this[EI]=e.stale||!1,e.maxAge&&typeof e.maxAge!="number")throw new TypeError("maxAge must be a number");this[ld]=e.maxAge||0,this[If]=e.dispose,this[nz]=e.noDisposeOnSet||!1,this[sz]=e.updateAgeOnGet||!1,this.reset()}set max(e){if(typeof e!="number"||e<0)throw new TypeError("max must be a non-negative number");this[ad]=e||1/0,yI(this)}get max(){return this[ad]}set allowStale(e){this[EI]=!!e}get allowStale(){return this[EI]}set maxAge(e){if(typeof e!="number")throw new TypeError("maxAge must be a non-negative number");this[ld]=e,yI(this)}get maxAge(){return this[ld]}set lengthCalculator(e){typeof e!="function"&&(e=$T),e!==this[Sy]&&(this[Sy]=e,this[Bf]=0,this[xs].forEach(r=>{r.length=this[Sy](r.value,r.key),this[Bf]+=r.length})),yI(this)}get lengthCalculator(){return this[Sy]}get length(){return this[Bf]}get itemCount(){return this[xs].length}rforEach(e,r){r=r||this;for(let o=this[xs].tail;o!==null;){let a=o.prev;iz(this,e,o,r),o=a}}forEach(e,r){r=r||this;for(let o=this[xs].head;o!==null;){let a=o.next;iz(this,e,o,r),o=a}}keys(){return this[xs].toArray().map(e=>e.key)}values(){return this[xs].toArray().map(e=>e.value)}reset(){this[If]&&this[xs]&&this[xs].length&&this[xs].forEach(e=>this[If](e.key,e.value)),this[Mc]=new Map,this[xs]=new Qqe,this[Bf]=0}dump(){return this[xs].map(e=>BS(this,e)?!1:{k:e.key,v:e.value,e:e.now+(e.maxAge||0)}).toArray().filter(e=>e)}dumpLru(){return this[xs]}set(e,r,o){if(o=o||this[ld],o&&typeof o!="number")throw new TypeError("maxAge must be a number");let a=o?Date.now():0,n=this[Sy](r,e);if(this[Mc].has(e)){if(n>this[ad])return Py(this,this[Mc].get(e)),!1;let p=this[Mc].get(e).value;return this[If]&&(this[nz]||this[If](e,p.value)),p.now=a,p.maxAge=o,p.value=r,this[Bf]+=n-p.length,p.length=n,this.get(e),yI(this),!0}let u=new rN(e,r,n,a,o);return u.length>this[ad]?(this[If]&&this[If](e,r),!1):(this[Bf]+=u.length,this[xs].unshift(u),this[Mc].set(e,this[xs].head),yI(this),!0)}has(e){if(!this[Mc].has(e))return!1;let r=this[Mc].get(e).value;return!BS(this,r)}get(e){return eN(this,e,!0)}peek(e){return eN(this,e,!1)}pop(){let e=this[xs].tail;return e?(Py(this,e),e.value):null}del(e){Py(this,this[Mc].get(e))}load(e){this.reset();let r=Date.now();for(let o=e.length-1;o>=0;o--){let a=e[o],n=a.e||0;if(n===0)this.set(a.k,a.v);else{let u=n-r;u>0&&this.set(a.k,a.v,u)}}}prune(){this[Mc].forEach((e,r)=>eN(this,r,!1))}},eN=(t,e,r)=>{let o=t[Mc].get(e);if(o){let a=o.value;if(BS(t,a)){if(Py(t,o),!t[EI])return}else r&&(t[sz]&&(o.value.now=Date.now()),t[xs].unshiftNode(o));return a.value}},BS=(t,e)=>{if(!e||!e.maxAge&&!t[ld])return!1;let r=Date.now()-e.now;return e.maxAge?r>e.maxAge:t[ld]&&r>t[ld]},yI=t=>{if(t[Bf]>t[ad])for(let e=t[xs].tail;t[Bf]>t[ad]&&e!==null;){let r=e.prev;Py(t,e),e=r}},Py=(t,e)=>{if(e){let r=e.value;t[If]&&t[If](r.key,r.value),t[Bf]-=r.length,t[Mc].delete(r.key),t[xs].removeNode(e)}},rN=class{constructor(e,r,o,a,n){this.key=e,this.value=r,this.length=o,this.now=a,this.maxAge=n||0}},iz=(t,e,r,o)=>{let a=r.value;BS(t,a)&&(Py(t,r),t[EI]||(a=void 0)),a&&e.call(o,a.value,a.key,t)};oz.exports=tN});var Ol=_((cQt,Az)=>{var cd=class{constructor(e,r){if(r=Rqe(r),e instanceof cd)return e.loose===!!r.loose&&e.includePrerelease===!!r.includePrerelease?e:new cd(e.raw,r);if(e instanceof nN)return this.raw=e.value,this.set=[[e]],this.format(),this;if(this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease,this.raw=e.trim().split(/\s+/).join(" "),this.set=this.raw.split("||").map(o=>this.parseRange(o.trim())).filter(o=>o.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){let o=this.set[0];if(this.set=this.set.filter(a=>!cz(a[0])),this.set.length===0)this.set=[o];else if(this.set.length>1){for(let a of this.set)if(a.length===1&&_qe(a[0])){this.set=[a];break}}}this.format()}format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(e){let o=((this.options.includePrerelease&&Mqe)|(this.options.loose&&Uqe))+":"+e,a=lz.get(o);if(a)return a;let n=this.options.loose,u=n?Da[zo.HYPHENRANGELOOSE]:Da[zo.HYPHENRANGE];e=e.replace(u,zqe(this.options.includePrerelease)),ci("hyphen replace",e),e=e.replace(Da[zo.COMPARATORTRIM],Nqe),ci("comparator trim",e),e=e.replace(Da[zo.TILDETRIM],Lqe),ci("tilde trim",e),e=e.replace(Da[zo.CARETTRIM],Oqe),ci("caret trim",e);let A=e.split(" ").map(I=>Hqe(I,this.options)).join(" ").split(/\s+/).map(I=>Jqe(I,this.options));n&&(A=A.filter(I=>(ci("loose invalid filter",I,this.options),!!I.match(Da[zo.COMPARATORLOOSE])))),ci("range list",A);let p=new Map,h=A.map(I=>new nN(I,this.options));for(let I of h){if(cz(I))return[I];p.set(I.value,I)}p.size>1&&p.has("")&&p.delete("");let E=[...p.values()];return lz.set(o,E),E}intersects(e,r){if(!(e instanceof cd))throw new TypeError("a Range is required");return this.set.some(o=>uz(o,r)&&e.set.some(a=>uz(a,r)&&o.every(n=>a.every(u=>n.intersects(u,r)))))}test(e){if(!e)return!1;if(typeof e=="string")try{e=new Tqe(e,this.options)}catch{return!1}for(let r=0;rt.value==="<0.0.0-0",_qe=t=>t.value==="",uz=(t,e)=>{let r=!0,o=t.slice(),a=o.pop();for(;r&&o.length;)r=o.every(n=>a.intersects(n,e)),a=o.pop();return r},Hqe=(t,e)=>(ci("comp",t,e),t=qqe(t,e),ci("caret",t),t=jqe(t,e),ci("tildes",t),t=Wqe(t,e),ci("xrange",t),t=Vqe(t,e),ci("stars",t),t),Xo=t=>!t||t.toLowerCase()==="x"||t==="*",jqe=(t,e)=>t.trim().split(/\s+/).map(r=>Gqe(r,e)).join(" "),Gqe=(t,e)=>{let r=e.loose?Da[zo.TILDELOOSE]:Da[zo.TILDE];return t.replace(r,(o,a,n,u,A)=>{ci("tilde",t,o,a,n,u,A);let p;return Xo(a)?p="":Xo(n)?p=`>=${a}.0.0 <${+a+1}.0.0-0`:Xo(u)?p=`>=${a}.${n}.0 <${a}.${+n+1}.0-0`:A?(ci("replaceTilde pr",A),p=`>=${a}.${n}.${u}-${A} <${a}.${+n+1}.0-0`):p=`>=${a}.${n}.${u} <${a}.${+n+1}.0-0`,ci("tilde return",p),p})},qqe=(t,e)=>t.trim().split(/\s+/).map(r=>Yqe(r,e)).join(" "),Yqe=(t,e)=>{ci("caret",t,e);let r=e.loose?Da[zo.CARETLOOSE]:Da[zo.CARET],o=e.includePrerelease?"-0":"";return t.replace(r,(a,n,u,A,p)=>{ci("caret",t,a,n,u,A,p);let h;return Xo(n)?h="":Xo(u)?h=`>=${n}.0.0${o} <${+n+1}.0.0-0`:Xo(A)?n==="0"?h=`>=${n}.${u}.0${o} <${n}.${+u+1}.0-0`:h=`>=${n}.${u}.0${o} <${+n+1}.0.0-0`:p?(ci("replaceCaret pr",p),n==="0"?u==="0"?h=`>=${n}.${u}.${A}-${p} <${n}.${u}.${+A+1}-0`:h=`>=${n}.${u}.${A}-${p} <${n}.${+u+1}.0-0`:h=`>=${n}.${u}.${A}-${p} <${+n+1}.0.0-0`):(ci("no pr"),n==="0"?u==="0"?h=`>=${n}.${u}.${A}${o} <${n}.${u}.${+A+1}-0`:h=`>=${n}.${u}.${A}${o} <${n}.${+u+1}.0-0`:h=`>=${n}.${u}.${A} <${+n+1}.0.0-0`),ci("caret return",h),h})},Wqe=(t,e)=>(ci("replaceXRanges",t,e),t.split(/\s+/).map(r=>Kqe(r,e)).join(" ")),Kqe=(t,e)=>{t=t.trim();let r=e.loose?Da[zo.XRANGELOOSE]:Da[zo.XRANGE];return t.replace(r,(o,a,n,u,A,p)=>{ci("xRange",t,o,a,n,u,A,p);let h=Xo(n),E=h||Xo(u),I=E||Xo(A),v=I;return a==="="&&v&&(a=""),p=e.includePrerelease?"-0":"",h?a===">"||a==="<"?o="<0.0.0-0":o="*":a&&v?(E&&(u=0),A=0,a===">"?(a=">=",E?(n=+n+1,u=0,A=0):(u=+u+1,A=0)):a==="<="&&(a="<",E?n=+n+1:u=+u+1),a==="<"&&(p="-0"),o=`${a+n}.${u}.${A}${p}`):E?o=`>=${n}.0.0${p} <${+n+1}.0.0-0`:I&&(o=`>=${n}.${u}.0${p} <${n}.${+u+1}.0-0`),ci("xRange return",o),o})},Vqe=(t,e)=>(ci("replaceStars",t,e),t.trim().replace(Da[zo.STAR],"")),Jqe=(t,e)=>(ci("replaceGTE0",t,e),t.trim().replace(Da[e.includePrerelease?zo.GTE0PRE:zo.GTE0],"")),zqe=t=>(e,r,o,a,n,u,A,p,h,E,I,v,x)=>(Xo(o)?r="":Xo(a)?r=`>=${o}.0.0${t?"-0":""}`:Xo(n)?r=`>=${o}.${a}.0${t?"-0":""}`:u?r=`>=${r}`:r=`>=${r}${t?"-0":""}`,Xo(h)?p="":Xo(E)?p=`<${+h+1}.0.0-0`:Xo(I)?p=`<${h}.${+E+1}.0-0`:v?p=`<=${h}.${E}.${I}-${v}`:t?p=`<${h}.${E}.${+I+1}-0`:p=`<=${p}`,`${r} ${p}`.trim()),Xqe=(t,e,r)=>{for(let o=0;o0){let a=t[o].semver;if(a.major===e.major&&a.minor===e.minor&&a.patch===e.patch)return!0}return!1}return!0}});var CI=_((uQt,mz)=>{var wI=Symbol("SemVer ANY"),by=class{static get ANY(){return wI}constructor(e,r){if(r=fz(r),e instanceof by){if(e.loose===!!r.loose)return e;e=e.value}e=e.trim().split(/\s+/).join(" "),sN("comparator",e,r),this.options=r,this.loose=!!r.loose,this.parse(e),this.semver===wI?this.value="":this.value=this.operator+this.semver.version,sN("comp",this)}parse(e){let r=this.options.loose?pz[hz.COMPARATORLOOSE]:pz[hz.COMPARATOR],o=e.match(r);if(!o)throw new TypeError(`Invalid comparator: ${e}`);this.operator=o[1]!==void 0?o[1]:"",this.operator==="="&&(this.operator=""),o[2]?this.semver=new gz(o[2],this.options.loose):this.semver=wI}toString(){return this.value}test(e){if(sN("Comparator.test",e,this.options.loose),this.semver===wI||e===wI)return!0;if(typeof e=="string")try{e=new gz(e,this.options)}catch{return!1}return iN(e,this.operator,this.semver,this.options)}intersects(e,r){if(!(e instanceof by))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new dz(e.value,r).test(this.value):e.operator===""?e.value===""?!0:new dz(this.value,r).test(e.semver):(r=fz(r),r.includePrerelease&&(this.value==="<0.0.0-0"||e.value==="<0.0.0-0")||!r.includePrerelease&&(this.value.startsWith("<0.0.0")||e.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&e.operator.startsWith(">")||this.operator.startsWith("<")&&e.operator.startsWith("<")||this.semver.version===e.semver.version&&this.operator.includes("=")&&e.operator.includes("=")||iN(this.semver,"<",e.semver,r)&&this.operator.startsWith(">")&&e.operator.startsWith("<")||iN(this.semver,">",e.semver,r)&&this.operator.startsWith("<")&&e.operator.startsWith(">")))}};mz.exports=by;var fz=pS(),{safeRe:pz,t:hz}=vy(),iN=ZT(),sN=dI(),gz=So(),dz=Ol()});var II=_((AQt,yz)=>{var Zqe=Ol(),$qe=(t,e,r)=>{try{e=new Zqe(e,r)}catch{return!1}return e.test(t)};yz.exports=$qe});var Cz=_((fQt,Ez)=>{var e9e=Ol(),t9e=(t,e)=>new e9e(t,e).set.map(r=>r.map(o=>o.value).join(" ").trim().split(" "));Ez.exports=t9e});var Iz=_((pQt,wz)=>{var r9e=So(),n9e=Ol(),i9e=(t,e,r)=>{let o=null,a=null,n=null;try{n=new n9e(e,r)}catch{return null}return t.forEach(u=>{n.test(u)&&(!o||a.compare(u)===-1)&&(o=u,a=new r9e(o,r))}),o};wz.exports=i9e});var vz=_((hQt,Bz)=>{var s9e=So(),o9e=Ol(),a9e=(t,e,r)=>{let o=null,a=null,n=null;try{n=new o9e(e,r)}catch{return null}return t.forEach(u=>{n.test(u)&&(!o||a.compare(u)===1)&&(o=u,a=new s9e(o,r))}),o};Bz.exports=a9e});var Pz=_((gQt,Sz)=>{var oN=So(),l9e=Ol(),Dz=mI(),c9e=(t,e)=>{t=new l9e(t,e);let r=new oN("0.0.0");if(t.test(r)||(r=new oN("0.0.0-0"),t.test(r)))return r;r=null;for(let o=0;o{let A=new oN(u.semver.version);switch(u.operator){case">":A.prerelease.length===0?A.patch++:A.prerelease.push(0),A.raw=A.format();case"":case">=":(!n||Dz(A,n))&&(n=A);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${u.operator}`)}}),n&&(!r||Dz(r,n))&&(r=n)}return r&&t.test(r)?r:null};Sz.exports=c9e});var xz=_((dQt,bz)=>{var u9e=Ol(),A9e=(t,e)=>{try{return new u9e(t,e).range||"*"}catch{return null}};bz.exports=A9e});var vS=_((mQt,Rz)=>{var f9e=So(),Fz=CI(),{ANY:p9e}=Fz,h9e=Ol(),g9e=II(),kz=mI(),Qz=mS(),d9e=ES(),m9e=yS(),y9e=(t,e,r,o)=>{t=new f9e(t,o),e=new h9e(e,o);let a,n,u,A,p;switch(r){case">":a=kz,n=d9e,u=Qz,A=">",p=">=";break;case"<":a=Qz,n=m9e,u=kz,A="<",p="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(g9e(t,e,o))return!1;for(let h=0;h{x.semver===p9e&&(x=new Fz(">=0.0.0")),I=I||x,v=v||x,a(x.semver,I.semver,o)?I=x:u(x.semver,v.semver,o)&&(v=x)}),I.operator===A||I.operator===p||(!v.operator||v.operator===A)&&n(t,v.semver))return!1;if(v.operator===p&&u(t,v.semver))return!1}return!0};Rz.exports=y9e});var Nz=_((yQt,Tz)=>{var E9e=vS(),C9e=(t,e,r)=>E9e(t,e,">",r);Tz.exports=C9e});var Oz=_((EQt,Lz)=>{var w9e=vS(),I9e=(t,e,r)=>w9e(t,e,"<",r);Lz.exports=I9e});var _z=_((CQt,Uz)=>{var Mz=Ol(),B9e=(t,e,r)=>(t=new Mz(t,r),e=new Mz(e,r),t.intersects(e,r));Uz.exports=B9e});var jz=_((wQt,Hz)=>{var v9e=II(),D9e=Ll();Hz.exports=(t,e,r)=>{let o=[],a=null,n=null,u=t.sort((E,I)=>D9e(E,I,r));for(let E of u)v9e(E,e,r)?(n=E,a||(a=E)):(n&&o.push([a,n]),n=null,a=null);a&&o.push([a,null]);let A=[];for(let[E,I]of o)E===I?A.push(E):!I&&E===u[0]?A.push("*"):I?E===u[0]?A.push(`<=${I}`):A.push(`${E} - ${I}`):A.push(`>=${E}`);let p=A.join(" || "),h=typeof e.raw=="string"?e.raw:String(e);return p.length{var Gz=Ol(),lN=CI(),{ANY:aN}=lN,BI=II(),cN=Ll(),S9e=(t,e,r={})=>{if(t===e)return!0;t=new Gz(t,r),e=new Gz(e,r);let o=!1;e:for(let a of t.set){for(let n of e.set){let u=b9e(a,n,r);if(o=o||u!==null,u)continue e}if(o)return!1}return!0},P9e=[new lN(">=0.0.0-0")],qz=[new lN(">=0.0.0")],b9e=(t,e,r)=>{if(t===e)return!0;if(t.length===1&&t[0].semver===aN){if(e.length===1&&e[0].semver===aN)return!0;r.includePrerelease?t=P9e:t=qz}if(e.length===1&&e[0].semver===aN){if(r.includePrerelease)return!0;e=qz}let o=new Set,a,n;for(let x of t)x.operator===">"||x.operator===">="?a=Yz(a,x,r):x.operator==="<"||x.operator==="<="?n=Wz(n,x,r):o.add(x.semver);if(o.size>1)return null;let u;if(a&&n){if(u=cN(a.semver,n.semver,r),u>0)return null;if(u===0&&(a.operator!==">="||n.operator!=="<="))return null}for(let x of o){if(a&&!BI(x,String(a),r)||n&&!BI(x,String(n),r))return null;for(let C of e)if(!BI(x,String(C),r))return!1;return!0}let A,p,h,E,I=n&&!r.includePrerelease&&n.semver.prerelease.length?n.semver:!1,v=a&&!r.includePrerelease&&a.semver.prerelease.length?a.semver:!1;I&&I.prerelease.length===1&&n.operator==="<"&&I.prerelease[0]===0&&(I=!1);for(let x of e){if(E=E||x.operator===">"||x.operator===">=",h=h||x.operator==="<"||x.operator==="<=",a){if(v&&x.semver.prerelease&&x.semver.prerelease.length&&x.semver.major===v.major&&x.semver.minor===v.minor&&x.semver.patch===v.patch&&(v=!1),x.operator===">"||x.operator===">="){if(A=Yz(a,x,r),A===x&&A!==a)return!1}else if(a.operator===">="&&!BI(a.semver,String(x),r))return!1}if(n){if(I&&x.semver.prerelease&&x.semver.prerelease.length&&x.semver.major===I.major&&x.semver.minor===I.minor&&x.semver.patch===I.patch&&(I=!1),x.operator==="<"||x.operator==="<="){if(p=Wz(n,x,r),p===x&&p!==n)return!1}else if(n.operator==="<="&&!BI(n.semver,String(x),r))return!1}if(!x.operator&&(n||a)&&u!==0)return!1}return!(a&&h&&!n&&u!==0||n&&E&&!a&&u!==0||v||I)},Yz=(t,e,r)=>{if(!t)return e;let o=cN(t.semver,e.semver,r);return o>0?t:o<0||e.operator===">"&&t.operator===">="?e:t},Wz=(t,e,r)=>{if(!t)return e;let o=cN(t.semver,e.semver,r);return o<0?t:o>0||e.operator==="<"&&t.operator==="<="?e:t};Kz.exports=S9e});var zn=_((BQt,Xz)=>{var uN=vy(),Jz=gI(),x9e=So(),zz=JT(),k9e=sd(),Q9e=dJ(),F9e=yJ(),R9e=wJ(),T9e=vJ(),N9e=SJ(),L9e=bJ(),O9e=kJ(),M9e=FJ(),U9e=Ll(),_9e=LJ(),H9e=MJ(),j9e=dS(),G9e=jJ(),q9e=qJ(),Y9e=mI(),W9e=mS(),K9e=zT(),V9e=XT(),J9e=yS(),z9e=ES(),X9e=ZT(),Z9e=$J(),$9e=CI(),e5e=Ol(),t5e=II(),r5e=Cz(),n5e=Iz(),i5e=vz(),s5e=Pz(),o5e=xz(),a5e=vS(),l5e=Nz(),c5e=Oz(),u5e=_z(),A5e=jz(),f5e=Vz();Xz.exports={parse:k9e,valid:Q9e,clean:F9e,inc:R9e,diff:T9e,major:N9e,minor:L9e,patch:O9e,prerelease:M9e,compare:U9e,rcompare:_9e,compareLoose:H9e,compareBuild:j9e,sort:G9e,rsort:q9e,gt:Y9e,lt:W9e,eq:K9e,neq:V9e,gte:J9e,lte:z9e,cmp:X9e,coerce:Z9e,Comparator:$9e,Range:e5e,satisfies:t5e,toComparators:r5e,maxSatisfying:n5e,minSatisfying:i5e,minVersion:s5e,validRange:o5e,outside:a5e,gtr:l5e,ltr:c5e,intersects:u5e,simplifyRange:A5e,subset:f5e,SemVer:x9e,re:uN.re,src:uN.src,tokens:uN.t,SEMVER_SPEC_VERSION:Jz.SEMVER_SPEC_VERSION,RELEASE_TYPES:Jz.RELEASE_TYPES,compareIdentifiers:zz.compareIdentifiers,rcompareIdentifiers:zz.rcompareIdentifiers}});var $z=_((vQt,Zz)=>{"use strict";function p5e(t,e){function r(){this.constructor=t}r.prototype=e.prototype,t.prototype=new r}function ud(t,e,r,o){this.message=t,this.expected=e,this.found=r,this.location=o,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,ud)}p5e(ud,Error);ud.buildMessage=function(t,e){var r={literal:function(h){return'"'+a(h.text)+'"'},class:function(h){var E="",I;for(I=0;I0){for(I=1,v=1;I{switch(Ne[1]){case"|":return Pe|Ne[3];case"&":return Pe&Ne[3];case"^":return Pe^Ne[3]}},Z)},v="!",x=Re("!",!1),C=function(Z){return!Z},R="(",L=Re("(",!1),U=")",J=Re(")",!1),te=function(Z){return Z},ae=/^[^ \t\n\r()!|&\^]/,fe=ke([" "," ",` +`,"\r","(",")","!","|","&","^"],!0,!1),ce=function(Z){return e.queryPattern.test(Z)},me=function(Z){return e.checkFn(Z)},he=Te("whitespace"),Be=/^[ \t\n\r]/,we=ke([" "," ",` +`,"\r"],!1,!1),g=0,Ee=0,Se=[{line:1,column:1}],le=0,ne=[],ee=0,Ie;if("startRule"in e){if(!(e.startRule in o))throw new Error(`Can't start parsing from rule "`+e.startRule+'".');a=o[e.startRule]}function Fe(){return t.substring(Ee,g)}function At(){return je(Ee,g)}function H(Z,ie){throw ie=ie!==void 0?ie:je(Ee,g),P([Te(Z)],t.substring(Ee,g),ie)}function at(Z,ie){throw ie=ie!==void 0?ie:je(Ee,g),w(Z,ie)}function Re(Z,ie){return{type:"literal",text:Z,ignoreCase:ie}}function ke(Z,ie,Pe){return{type:"class",parts:Z,inverted:ie,ignoreCase:Pe}}function xe(){return{type:"any"}}function He(){return{type:"end"}}function Te(Z){return{type:"other",description:Z}}function Je(Z){var ie=Se[Z],Pe;if(ie)return ie;for(Pe=Z-1;!Se[Pe];)Pe--;for(ie=Se[Pe],ie={line:ie.line,column:ie.column};Pele&&(le=g,ne=[]),ne.push(Z))}function w(Z,ie){return new ud(Z,null,null,ie)}function P(Z,ie,Pe){return new ud(ud.buildMessage(Z,ie),Z,ie,Pe)}function y(){var Z,ie,Pe,Ne,ot,dt,Gt,$t;if(Z=g,ie=F(),ie!==r){for(Pe=[],Ne=g,ot=X(),ot!==r?(t.charCodeAt(g)===124?(dt=n,g++):(dt=r,ee===0&&b(u)),dt===r&&(t.charCodeAt(g)===38?(dt=A,g++):(dt=r,ee===0&&b(p)),dt===r&&(t.charCodeAt(g)===94?(dt=h,g++):(dt=r,ee===0&&b(E)))),dt!==r?(Gt=X(),Gt!==r?($t=F(),$t!==r?(ot=[ot,dt,Gt,$t],Ne=ot):(g=Ne,Ne=r)):(g=Ne,Ne=r)):(g=Ne,Ne=r)):(g=Ne,Ne=r);Ne!==r;)Pe.push(Ne),Ne=g,ot=X(),ot!==r?(t.charCodeAt(g)===124?(dt=n,g++):(dt=r,ee===0&&b(u)),dt===r&&(t.charCodeAt(g)===38?(dt=A,g++):(dt=r,ee===0&&b(p)),dt===r&&(t.charCodeAt(g)===94?(dt=h,g++):(dt=r,ee===0&&b(E)))),dt!==r?(Gt=X(),Gt!==r?($t=F(),$t!==r?(ot=[ot,dt,Gt,$t],Ne=ot):(g=Ne,Ne=r)):(g=Ne,Ne=r)):(g=Ne,Ne=r)):(g=Ne,Ne=r);Pe!==r?(Ee=Z,ie=I(ie,Pe),Z=ie):(g=Z,Z=r)}else g=Z,Z=r;return Z}function F(){var Z,ie,Pe,Ne,ot,dt;return Z=g,t.charCodeAt(g)===33?(ie=v,g++):(ie=r,ee===0&&b(x)),ie!==r?(Pe=F(),Pe!==r?(Ee=Z,ie=C(Pe),Z=ie):(g=Z,Z=r)):(g=Z,Z=r),Z===r&&(Z=g,t.charCodeAt(g)===40?(ie=R,g++):(ie=r,ee===0&&b(L)),ie!==r?(Pe=X(),Pe!==r?(Ne=y(),Ne!==r?(ot=X(),ot!==r?(t.charCodeAt(g)===41?(dt=U,g++):(dt=r,ee===0&&b(J)),dt!==r?(Ee=Z,ie=te(Ne),Z=ie):(g=Z,Z=r)):(g=Z,Z=r)):(g=Z,Z=r)):(g=Z,Z=r)):(g=Z,Z=r),Z===r&&(Z=z())),Z}function z(){var Z,ie,Pe,Ne,ot;if(Z=g,ie=X(),ie!==r){if(Pe=g,Ne=[],ae.test(t.charAt(g))?(ot=t.charAt(g),g++):(ot=r,ee===0&&b(fe)),ot!==r)for(;ot!==r;)Ne.push(ot),ae.test(t.charAt(g))?(ot=t.charAt(g),g++):(ot=r,ee===0&&b(fe));else Ne=r;Ne!==r?Pe=t.substring(Pe,g):Pe=Ne,Pe!==r?(Ee=g,Ne=ce(Pe),Ne?Ne=void 0:Ne=r,Ne!==r?(Ee=Z,ie=me(Pe),Z=ie):(g=Z,Z=r)):(g=Z,Z=r)}else g=Z,Z=r;return Z}function X(){var Z,ie;for(ee++,Z=[],Be.test(t.charAt(g))?(ie=t.charAt(g),g++):(ie=r,ee===0&&b(we));ie!==r;)Z.push(ie),Be.test(t.charAt(g))?(ie=t.charAt(g),g++):(ie=r,ee===0&&b(we));return ee--,Z===r&&(ie=r,ee===0&&b(he)),Z}if(Ie=a(),Ie!==r&&g===t.length)return Ie;throw Ie!==r&&g{var{parse:g5e}=$z();DS.makeParser=(t=/[a-z]+/)=>(e,r)=>g5e(e,{queryPattern:t,checkFn:r});DS.parse=DS.makeParser()});var rX=_((SQt,tX)=>{"use strict";tX.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var AN=_((PQt,iX)=>{var vI=rX(),nX={};for(let t of Object.keys(vI))nX[vI[t]]=t;var Ar={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};iX.exports=Ar;for(let t of Object.keys(Ar)){if(!("channels"in Ar[t]))throw new Error("missing channels property: "+t);if(!("labels"in Ar[t]))throw new Error("missing channel labels property: "+t);if(Ar[t].labels.length!==Ar[t].channels)throw new Error("channel and label counts mismatch: "+t);let{channels:e,labels:r}=Ar[t];delete Ar[t].channels,delete Ar[t].labels,Object.defineProperty(Ar[t],"channels",{value:e}),Object.defineProperty(Ar[t],"labels",{value:r})}Ar.rgb.hsl=function(t){let e=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(e,r,o),n=Math.max(e,r,o),u=n-a,A,p;n===a?A=0:e===n?A=(r-o)/u:r===n?A=2+(o-e)/u:o===n&&(A=4+(e-r)/u),A=Math.min(A*60,360),A<0&&(A+=360);let h=(a+n)/2;return n===a?p=0:h<=.5?p=u/(n+a):p=u/(2-n-a),[A,p*100,h*100]};Ar.rgb.hsv=function(t){let e,r,o,a,n,u=t[0]/255,A=t[1]/255,p=t[2]/255,h=Math.max(u,A,p),E=h-Math.min(u,A,p),I=function(v){return(h-v)/6/E+1/2};return E===0?(a=0,n=0):(n=E/h,e=I(u),r=I(A),o=I(p),u===h?a=o-r:A===h?a=1/3+e-o:p===h&&(a=2/3+r-e),a<0?a+=1:a>1&&(a-=1)),[a*360,n*100,h*100]};Ar.rgb.hwb=function(t){let e=t[0],r=t[1],o=t[2],a=Ar.rgb.hsl(t)[0],n=1/255*Math.min(e,Math.min(r,o));return o=1-1/255*Math.max(e,Math.max(r,o)),[a,n*100,o*100]};Ar.rgb.cmyk=function(t){let e=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(1-e,1-r,1-o),n=(1-e-a)/(1-a)||0,u=(1-r-a)/(1-a)||0,A=(1-o-a)/(1-a)||0;return[n*100,u*100,A*100,a*100]};function d5e(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}Ar.rgb.keyword=function(t){let e=nX[t];if(e)return e;let r=1/0,o;for(let a of Object.keys(vI)){let n=vI[a],u=d5e(t,n);u.04045?((e+.055)/1.055)**2.4:e/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,o=o>.04045?((o+.055)/1.055)**2.4:o/12.92;let a=e*.4124+r*.3576+o*.1805,n=e*.2126+r*.7152+o*.0722,u=e*.0193+r*.1192+o*.9505;return[a*100,n*100,u*100]};Ar.rgb.lab=function(t){let e=Ar.rgb.xyz(t),r=e[0],o=e[1],a=e[2];r/=95.047,o/=100,a/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,a=a>.008856?a**(1/3):7.787*a+16/116;let n=116*o-16,u=500*(r-o),A=200*(o-a);return[n,u,A]};Ar.hsl.rgb=function(t){let e=t[0]/360,r=t[1]/100,o=t[2]/100,a,n,u;if(r===0)return u=o*255,[u,u,u];o<.5?a=o*(1+r):a=o+r-o*r;let A=2*o-a,p=[0,0,0];for(let h=0;h<3;h++)n=e+1/3*-(h-1),n<0&&n++,n>1&&n--,6*n<1?u=A+(a-A)*6*n:2*n<1?u=a:3*n<2?u=A+(a-A)*(2/3-n)*6:u=A,p[h]=u*255;return p};Ar.hsl.hsv=function(t){let e=t[0],r=t[1]/100,o=t[2]/100,a=r,n=Math.max(o,.01);o*=2,r*=o<=1?o:2-o,a*=n<=1?n:2-n;let u=(o+r)/2,A=o===0?2*a/(n+a):2*r/(o+r);return[e,A*100,u*100]};Ar.hsv.rgb=function(t){let e=t[0]/60,r=t[1]/100,o=t[2]/100,a=Math.floor(e)%6,n=e-Math.floor(e),u=255*o*(1-r),A=255*o*(1-r*n),p=255*o*(1-r*(1-n));switch(o*=255,a){case 0:return[o,p,u];case 1:return[A,o,u];case 2:return[u,o,p];case 3:return[u,A,o];case 4:return[p,u,o];case 5:return[o,u,A]}};Ar.hsv.hsl=function(t){let e=t[0],r=t[1]/100,o=t[2]/100,a=Math.max(o,.01),n,u;u=(2-r)*o;let A=(2-r)*a;return n=r*a,n/=A<=1?A:2-A,n=n||0,u/=2,[e,n*100,u*100]};Ar.hwb.rgb=function(t){let e=t[0]/360,r=t[1]/100,o=t[2]/100,a=r+o,n;a>1&&(r/=a,o/=a);let u=Math.floor(6*e),A=1-o;n=6*e-u,(u&1)!==0&&(n=1-n);let p=r+n*(A-r),h,E,I;switch(u){default:case 6:case 0:h=A,E=p,I=r;break;case 1:h=p,E=A,I=r;break;case 2:h=r,E=A,I=p;break;case 3:h=r,E=p,I=A;break;case 4:h=p,E=r,I=A;break;case 5:h=A,E=r,I=p;break}return[h*255,E*255,I*255]};Ar.cmyk.rgb=function(t){let e=t[0]/100,r=t[1]/100,o=t[2]/100,a=t[3]/100,n=1-Math.min(1,e*(1-a)+a),u=1-Math.min(1,r*(1-a)+a),A=1-Math.min(1,o*(1-a)+a);return[n*255,u*255,A*255]};Ar.xyz.rgb=function(t){let e=t[0]/100,r=t[1]/100,o=t[2]/100,a,n,u;return a=e*3.2406+r*-1.5372+o*-.4986,n=e*-.9689+r*1.8758+o*.0415,u=e*.0557+r*-.204+o*1.057,a=a>.0031308?1.055*a**(1/2.4)-.055:a*12.92,n=n>.0031308?1.055*n**(1/2.4)-.055:n*12.92,u=u>.0031308?1.055*u**(1/2.4)-.055:u*12.92,a=Math.min(Math.max(0,a),1),n=Math.min(Math.max(0,n),1),u=Math.min(Math.max(0,u),1),[a*255,n*255,u*255]};Ar.xyz.lab=function(t){let e=t[0],r=t[1],o=t[2];e/=95.047,r/=100,o/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;let a=116*r-16,n=500*(e-r),u=200*(r-o);return[a,n,u]};Ar.lab.xyz=function(t){let e=t[0],r=t[1],o=t[2],a,n,u;n=(e+16)/116,a=r/500+n,u=n-o/200;let A=n**3,p=a**3,h=u**3;return n=A>.008856?A:(n-16/116)/7.787,a=p>.008856?p:(a-16/116)/7.787,u=h>.008856?h:(u-16/116)/7.787,a*=95.047,n*=100,u*=108.883,[a,n,u]};Ar.lab.lch=function(t){let e=t[0],r=t[1],o=t[2],a;a=Math.atan2(o,r)*360/2/Math.PI,a<0&&(a+=360);let u=Math.sqrt(r*r+o*o);return[e,u,a]};Ar.lch.lab=function(t){let e=t[0],r=t[1],a=t[2]/360*2*Math.PI,n=r*Math.cos(a),u=r*Math.sin(a);return[e,n,u]};Ar.rgb.ansi16=function(t,e=null){let[r,o,a]=t,n=e===null?Ar.rgb.hsv(t)[2]:e;if(n=Math.round(n/50),n===0)return 30;let u=30+(Math.round(a/255)<<2|Math.round(o/255)<<1|Math.round(r/255));return n===2&&(u+=60),u};Ar.hsv.ansi16=function(t){return Ar.rgb.ansi16(Ar.hsv.rgb(t),t[2])};Ar.rgb.ansi256=function(t){let e=t[0],r=t[1],o=t[2];return e===r&&r===o?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(o/255*5)};Ar.ansi16.rgb=function(t){let e=t%10;if(e===0||e===7)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];let r=(~~(t>50)+1)*.5,o=(e&1)*r*255,a=(e>>1&1)*r*255,n=(e>>2&1)*r*255;return[o,a,n]};Ar.ansi256.rgb=function(t){if(t>=232){let n=(t-232)*10+8;return[n,n,n]}t-=16;let e,r=Math.floor(t/36)/5*255,o=Math.floor((e=t%36)/6)/5*255,a=e%6/5*255;return[r,o,a]};Ar.rgb.hex=function(t){let r=(((Math.round(t[0])&255)<<16)+((Math.round(t[1])&255)<<8)+(Math.round(t[2])&255)).toString(16).toUpperCase();return"000000".substring(r.length)+r};Ar.hex.rgb=function(t){let e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];let r=e[0];e[0].length===3&&(r=r.split("").map(A=>A+A).join(""));let o=parseInt(r,16),a=o>>16&255,n=o>>8&255,u=o&255;return[a,n,u]};Ar.rgb.hcg=function(t){let e=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.max(Math.max(e,r),o),n=Math.min(Math.min(e,r),o),u=a-n,A,p;return u<1?A=n/(1-u):A=0,u<=0?p=0:a===e?p=(r-o)/u%6:a===r?p=2+(o-e)/u:p=4+(e-r)/u,p/=6,p%=1,[p*360,u*100,A*100]};Ar.hsl.hcg=function(t){let e=t[1]/100,r=t[2]/100,o=r<.5?2*e*r:2*e*(1-r),a=0;return o<1&&(a=(r-.5*o)/(1-o)),[t[0],o*100,a*100]};Ar.hsv.hcg=function(t){let e=t[1]/100,r=t[2]/100,o=e*r,a=0;return o<1&&(a=(r-o)/(1-o)),[t[0],o*100,a*100]};Ar.hcg.rgb=function(t){let e=t[0]/360,r=t[1]/100,o=t[2]/100;if(r===0)return[o*255,o*255,o*255];let a=[0,0,0],n=e%1*6,u=n%1,A=1-u,p=0;switch(Math.floor(n)){case 0:a[0]=1,a[1]=u,a[2]=0;break;case 1:a[0]=A,a[1]=1,a[2]=0;break;case 2:a[0]=0,a[1]=1,a[2]=u;break;case 3:a[0]=0,a[1]=A,a[2]=1;break;case 4:a[0]=u,a[1]=0,a[2]=1;break;default:a[0]=1,a[1]=0,a[2]=A}return p=(1-r)*o,[(r*a[0]+p)*255,(r*a[1]+p)*255,(r*a[2]+p)*255]};Ar.hcg.hsv=function(t){let e=t[1]/100,r=t[2]/100,o=e+r*(1-e),a=0;return o>0&&(a=e/o),[t[0],a*100,o*100]};Ar.hcg.hsl=function(t){let e=t[1]/100,o=t[2]/100*(1-e)+.5*e,a=0;return o>0&&o<.5?a=e/(2*o):o>=.5&&o<1&&(a=e/(2*(1-o))),[t[0],a*100,o*100]};Ar.hcg.hwb=function(t){let e=t[1]/100,r=t[2]/100,o=e+r*(1-e);return[t[0],(o-e)*100,(1-o)*100]};Ar.hwb.hcg=function(t){let e=t[1]/100,o=1-t[2]/100,a=o-e,n=0;return a<1&&(n=(o-a)/(1-a)),[t[0],a*100,n*100]};Ar.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};Ar.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};Ar.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};Ar.gray.hsl=function(t){return[0,0,t[0]]};Ar.gray.hsv=Ar.gray.hsl;Ar.gray.hwb=function(t){return[0,100,t[0]]};Ar.gray.cmyk=function(t){return[0,0,0,t[0]]};Ar.gray.lab=function(t){return[t[0],0,0]};Ar.gray.hex=function(t){let e=Math.round(t[0]/100*255)&255,o=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(o.length)+o};Ar.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}});var oX=_((bQt,sX)=>{var SS=AN();function m5e(){let t={},e=Object.keys(SS);for(let r=e.length,o=0;o{var fN=AN(),w5e=oX(),xy={},I5e=Object.keys(fN);function B5e(t){let e=function(...r){let o=r[0];return o==null?o:(o.length>1&&(r=o),t(r))};return"conversion"in t&&(e.conversion=t.conversion),e}function v5e(t){let e=function(...r){let o=r[0];if(o==null)return o;o.length>1&&(r=o);let a=t(r);if(typeof a=="object")for(let n=a.length,u=0;u{xy[t]={},Object.defineProperty(xy[t],"channels",{value:fN[t].channels}),Object.defineProperty(xy[t],"labels",{value:fN[t].labels});let e=w5e(t);Object.keys(e).forEach(o=>{let a=e[o];xy[t][o]=v5e(a),xy[t][o].raw=B5e(a)})});aX.exports=xy});var DI=_((kQt,pX)=>{"use strict";var cX=(t,e)=>(...r)=>`\x1B[${t(...r)+e}m`,uX=(t,e)=>(...r)=>{let o=t(...r);return`\x1B[${38+e};5;${o}m`},AX=(t,e)=>(...r)=>{let o=t(...r);return`\x1B[${38+e};2;${o[0]};${o[1]};${o[2]}m`},PS=t=>t,fX=(t,e,r)=>[t,e,r],ky=(t,e,r)=>{Object.defineProperty(t,e,{get:()=>{let o=r();return Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0}),o},enumerable:!0,configurable:!0})},pN,Qy=(t,e,r,o)=>{pN===void 0&&(pN=lX());let a=o?10:0,n={};for(let[u,A]of Object.entries(pN)){let p=u==="ansi16"?"ansi":u;u===e?n[p]=t(r,a):typeof A=="object"&&(n[p]=t(A[e],a))}return n};function D5e(){let t=new Map,e={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};e.color.gray=e.color.blackBright,e.bgColor.bgGray=e.bgColor.bgBlackBright,e.color.grey=e.color.blackBright,e.bgColor.bgGrey=e.bgColor.bgBlackBright;for(let[r,o]of Object.entries(e)){for(let[a,n]of Object.entries(o))e[a]={open:`\x1B[${n[0]}m`,close:`\x1B[${n[1]}m`},o[a]=e[a],t.set(n[0],n[1]);Object.defineProperty(e,r,{value:o,enumerable:!1})}return Object.defineProperty(e,"codes",{value:t,enumerable:!1}),e.color.close="\x1B[39m",e.bgColor.close="\x1B[49m",ky(e.color,"ansi",()=>Qy(cX,"ansi16",PS,!1)),ky(e.color,"ansi256",()=>Qy(uX,"ansi256",PS,!1)),ky(e.color,"ansi16m",()=>Qy(AX,"rgb",fX,!1)),ky(e.bgColor,"ansi",()=>Qy(cX,"ansi16",PS,!0)),ky(e.bgColor,"ansi256",()=>Qy(uX,"ansi256",PS,!0)),ky(e.bgColor,"ansi16m",()=>Qy(AX,"rgb",fX,!0)),e}Object.defineProperty(pX,"exports",{enumerable:!0,get:D5e})});var gX=_((QQt,hX)=>{"use strict";hX.exports=(t,e=process.argv)=>{let r=t.startsWith("-")?"":t.length===1?"-":"--",o=e.indexOf(r+t),a=e.indexOf("--");return o!==-1&&(a===-1||o{"use strict";var S5e=ve("os"),dX=ve("tty"),Ml=gX(),{env:ls}=process,Jp;Ml("no-color")||Ml("no-colors")||Ml("color=false")||Ml("color=never")?Jp=0:(Ml("color")||Ml("colors")||Ml("color=true")||Ml("color=always"))&&(Jp=1);"FORCE_COLOR"in ls&&(ls.FORCE_COLOR==="true"?Jp=1:ls.FORCE_COLOR==="false"?Jp=0:Jp=ls.FORCE_COLOR.length===0?1:Math.min(parseInt(ls.FORCE_COLOR,10),3));function hN(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function gN(t,e){if(Jp===0)return 0;if(Ml("color=16m")||Ml("color=full")||Ml("color=truecolor"))return 3;if(Ml("color=256"))return 2;if(t&&!e&&Jp===void 0)return 0;let r=Jp||0;if(ls.TERM==="dumb")return r;if(process.platform==="win32"){let o=S5e.release().split(".");return Number(o[0])>=10&&Number(o[2])>=10586?Number(o[2])>=14931?3:2:1}if("CI"in ls)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(o=>o in ls)||ls.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in ls)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(ls.TEAMCITY_VERSION)?1:0;if("GITHUB_ACTIONS"in ls)return 1;if(ls.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in ls){let o=parseInt((ls.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(ls.TERM_PROGRAM){case"iTerm.app":return o>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(ls.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(ls.TERM)||"COLORTERM"in ls?1:r}function P5e(t){let e=gN(t,t&&t.isTTY);return hN(e)}mX.exports={supportsColor:P5e,stdout:hN(gN(!0,dX.isatty(1))),stderr:hN(gN(!0,dX.isatty(2)))}});var EX=_((RQt,yX)=>{"use strict";var b5e=(t,e,r)=>{let o=t.indexOf(e);if(o===-1)return t;let a=e.length,n=0,u="";do u+=t.substr(n,o-n)+e+r,n=o+a,o=t.indexOf(e,n);while(o!==-1);return u+=t.substr(n),u},x5e=(t,e,r,o)=>{let a=0,n="";do{let u=t[o-1]==="\r";n+=t.substr(a,(u?o-1:o)-a)+e+(u?`\r `:` `)+r,a=o+1,o=t.indexOf(` -`,a)}while(o!==-1);return n+=t.substr(a),n};CX.exports={stringReplaceAll:T9e,stringEncaseCRLFWithFirstIndex:R9e}});var PX=_((NQt,DX)=>{"use strict";var N9e=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,IX=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,L9e=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,M9e=/\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.)|([^\\])/gi,O9e=new Map([["n",` -`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function vX(t){let e=t[0]==="u",r=t[1]==="{";return e&&!r&&t.length===5||t[0]==="x"&&t.length===3?String.fromCharCode(parseInt(t.slice(1),16)):e&&r?String.fromCodePoint(parseInt(t.slice(2,-1),16)):O9e.get(t)||t}function U9e(t,e){let r=[],o=e.trim().split(/\s*,\s*/g),a;for(let n of o){let u=Number(n);if(!Number.isNaN(u))r.push(u);else if(a=n.match(L9e))r.push(a[2].replace(M9e,(A,p,h)=>p?vX(p):h));else throw new Error(`Invalid Chalk template style argument: ${n} (in style '${t}')`)}return r}function _9e(t){IX.lastIndex=0;let e=[],r;for(;(r=IX.exec(t))!==null;){let o=r[1];if(r[2]){let a=U9e(o,r[2]);e.push([o].concat(a))}else e.push([o])}return e}function BX(t,e){let r={};for(let a of e)for(let n of a.styles)r[n[0]]=a.inverse?null:n.slice(1);let o=t;for(let[a,n]of Object.entries(r))if(!!Array.isArray(n)){if(!(a in o))throw new Error(`Unknown Chalk style: ${a}`);o=n.length>0?o[a](...n):o[a]}return o}DX.exports=(t,e)=>{let r=[],o=[],a=[];if(e.replace(N9e,(n,u,A,p,h,E)=>{if(u)a.push(vX(u));else if(p){let I=a.join("");a=[],o.push(r.length===0?I:BX(t,r)(I)),r.push({inverse:A,styles:_9e(p)})}else if(h){if(r.length===0)throw new Error("Found extraneous } in Chalk template literal");o.push(BX(t,r)(a.join(""))),a=[],r.pop()}else a.push(E)}),o.push(a.join("")),r.length>0){let n=`Chalk template literal is missing ${r.length} closing bracket${r.length===1?"":"s"} (\`}\`)`;throw new Error(n)}return o.join("")}});var vN=_((LQt,kX)=>{"use strict";var DI=vI(),{stdout:CN,stderr:wN}=yN(),{stringReplaceAll:H9e,stringEncaseCRLFWithFirstIndex:j9e}=wX(),SX=["ansi","ansi","ansi256","ansi16m"],Qy=Object.create(null),q9e=(t,e={})=>{if(e.level>3||e.level<0)throw new Error("The `level` option should be an integer from 0 to 3");let r=CN?CN.level:0;t.level=e.level===void 0?r:e.level},IN=class{constructor(e){return xX(e)}},xX=t=>{let e={};return q9e(e,t),e.template=(...r)=>W9e(e.template,...r),Object.setPrototypeOf(e,bP.prototype),Object.setPrototypeOf(e.template,e),e.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},e.template.Instance=IN,e.template};function bP(t){return xX(t)}for(let[t,e]of Object.entries(DI))Qy[t]={get(){let r=kP(this,BN(e.open,e.close,this._styler),this._isEmpty);return Object.defineProperty(this,t,{value:r}),r}};Qy.visible={get(){let t=kP(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:t}),t}};var bX=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(let t of bX)Qy[t]={get(){let{level:e}=this;return function(...r){let o=BN(DI.color[SX[e]][t](...r),DI.color.close,this._styler);return kP(this,o,this._isEmpty)}}};for(let t of bX){let e="bg"+t[0].toUpperCase()+t.slice(1);Qy[e]={get(){let{level:r}=this;return function(...o){let a=BN(DI.bgColor[SX[r]][t](...o),DI.bgColor.close,this._styler);return kP(this,a,this._isEmpty)}}}}var G9e=Object.defineProperties(()=>{},{...Qy,level:{enumerable:!0,get(){return this._generator.level},set(t){this._generator.level=t}}}),BN=(t,e,r)=>{let o,a;return r===void 0?(o=t,a=e):(o=r.openAll+t,a=e+r.closeAll),{open:t,close:e,openAll:o,closeAll:a,parent:r}},kP=(t,e,r)=>{let o=(...a)=>Y9e(o,a.length===1?""+a[0]:a.join(" "));return o.__proto__=G9e,o._generator=t,o._styler=e,o._isEmpty=r,o},Y9e=(t,e)=>{if(t.level<=0||!e)return t._isEmpty?"":e;let r=t._styler;if(r===void 0)return e;let{openAll:o,closeAll:a}=r;if(e.indexOf("\x1B")!==-1)for(;r!==void 0;)e=H9e(e,r.close,r.open),r=r.parent;let n=e.indexOf(` -`);return n!==-1&&(e=j9e(e,a,o,n)),o+e+a},EN,W9e=(t,...e)=>{let[r]=e;if(!Array.isArray(r))return e.join(" ");let o=e.slice(1),a=[r.raw[0]];for(let n=1;n{"use strict";Ul.isInteger=t=>typeof t=="number"?Number.isInteger(t):typeof t=="string"&&t.trim()!==""?Number.isInteger(Number(t)):!1;Ul.find=(t,e)=>t.nodes.find(r=>r.type===e);Ul.exceedsLimit=(t,e,r=1,o)=>o===!1||!Ul.isInteger(t)||!Ul.isInteger(e)?!1:(Number(e)-Number(t))/Number(r)>=o;Ul.escapeNode=(t,e=0,r)=>{let o=t.nodes[e];!o||(r&&o.type===r||o.type==="open"||o.type==="close")&&o.escaped!==!0&&(o.value="\\"+o.value,o.escaped=!0)};Ul.encloseBrace=t=>t.type!=="brace"?!1:t.commas>>0+t.ranges>>0===0?(t.invalid=!0,!0):!1;Ul.isInvalidBrace=t=>t.type!=="brace"?!1:t.invalid===!0||t.dollar?!0:t.commas>>0+t.ranges>>0===0||t.open!==!0||t.close!==!0?(t.invalid=!0,!0):!1;Ul.isOpenOrClose=t=>t.type==="open"||t.type==="close"?!0:t.open===!0||t.close===!0;Ul.reduce=t=>t.reduce((e,r)=>(r.type==="text"&&e.push(r.value),r.type==="range"&&(r.type="text"),e),[]);Ul.flatten=(...t)=>{let e=[],r=o=>{for(let a=0;a{"use strict";var QX=QP();FX.exports=(t,e={})=>{let r=(o,a={})=>{let n=e.escapeInvalid&&QX.isInvalidBrace(a),u=o.invalid===!0&&e.escapeInvalid===!0,A="";if(o.value)return(n||u)&&QX.isOpenOrClose(o)?"\\"+o.value:o.value;if(o.value)return o.value;if(o.nodes)for(let p of o.nodes)A+=r(p);return A};return r(t)}});var RX=_((UQt,TX)=>{"use strict";TX.exports=function(t){return typeof t=="number"?t-t===0:typeof t=="string"&&t.trim()!==""?Number.isFinite?Number.isFinite(+t):isFinite(+t):!1}});var qX=_((_Qt,jX)=>{"use strict";var NX=RX(),ud=(t,e,r)=>{if(NX(t)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(e===void 0||t===e)return String(t);if(NX(e)===!1)throw new TypeError("toRegexRange: expected the second argument to be a number.");let o={relaxZeros:!0,...r};typeof o.strictZeros=="boolean"&&(o.relaxZeros=o.strictZeros===!1);let a=String(o.relaxZeros),n=String(o.shorthand),u=String(o.capture),A=String(o.wrap),p=t+":"+e+"="+a+n+u+A;if(ud.cache.hasOwnProperty(p))return ud.cache[p].result;let h=Math.min(t,e),E=Math.max(t,e);if(Math.abs(h-E)===1){let T=t+"|"+e;return o.capture?`(${T})`:o.wrap===!1?T:`(?:${T})`}let I=HX(t)||HX(e),v={min:t,max:e,a:h,b:E},b=[],C=[];if(I&&(v.isPadded=I,v.maxLen=String(v.max).length),h<0){let T=E<0?Math.abs(E):1;C=LX(T,Math.abs(h),v,o),h=v.a=0}return E>=0&&(b=LX(h,E,v,o)),v.negatives=C,v.positives=b,v.result=V9e(C,b,o),o.capture===!0?v.result=`(${v.result})`:o.wrap!==!1&&b.length+C.length>1&&(v.result=`(?:${v.result})`),ud.cache[p]=v,v.result};function V9e(t,e,r){let o=DN(t,e,"-",!1,r)||[],a=DN(e,t,"",!1,r)||[],n=DN(t,e,"-?",!0,r)||[];return o.concat(n).concat(a).join("|")}function K9e(t,e){let r=1,o=1,a=OX(t,r),n=new Set([e]);for(;t<=a&&a<=e;)n.add(a),r+=1,a=OX(t,r);for(a=UX(e+1,o)-1;t1&&A.count.pop(),A.count.push(E.count[0]),A.string=A.pattern+_X(A.count),u=h+1;continue}r.isPadded&&(I=$9e(h,r,o)),E.string=I+E.pattern+_X(E.count),n.push(E),u=h+1,A=E}return n}function DN(t,e,r,o,a){let n=[];for(let u of t){let{string:A}=u;!o&&!MX(e,"string",A)&&n.push(r+A),o&&MX(e,"string",A)&&n.push(r+A)}return n}function z9e(t,e){let r=[];for(let o=0;oe?1:e>t?-1:0}function MX(t,e,r){return t.some(o=>o[e]===r)}function OX(t,e){return Number(String(t).slice(0,-e)+"9".repeat(e))}function UX(t,e){return t-t%Math.pow(10,e)}function _X(t){let[e=0,r=""]=t;return r||e>1?`{${e+(r?","+r:"")}}`:""}function Z9e(t,e,r){return`[${t}${e-t===1?"":"-"}${e}]`}function HX(t){return/^-?(0+)\d/.test(t)}function $9e(t,e,r){if(!e.isPadded)return t;let o=Math.abs(e.maxLen-String(t).length),a=r.relaxZeros!==!1;switch(o){case 0:return"";case 1:return a?"0?":"0";case 2:return a?"0{0,2}":"00";default:return a?`0{0,${o}}`:`0{${o}}`}}ud.cache={};ud.clearCache=()=>ud.cache={};jX.exports=ud});var xN=_((HQt,XX)=>{"use strict";var e7e=Be("util"),WX=qX(),GX=t=>t!==null&&typeof t=="object"&&!Array.isArray(t),t7e=t=>e=>t===!0?Number(e):String(e),PN=t=>typeof t=="number"||typeof t=="string"&&t!=="",SI=t=>Number.isInteger(+t),SN=t=>{let e=`${t}`,r=-1;if(e[0]==="-"&&(e=e.slice(1)),e==="0")return!1;for(;e[++r]==="0";);return r>0},r7e=(t,e,r)=>typeof t=="string"||typeof e=="string"?!0:r.stringify===!0,n7e=(t,e,r)=>{if(e>0){let o=t[0]==="-"?"-":"";o&&(t=t.slice(1)),t=o+t.padStart(o?e-1:e,"0")}return r===!1?String(t):t},YX=(t,e)=>{let r=t[0]==="-"?"-":"";for(r&&(t=t.slice(1),e--);t.length{t.negatives.sort((u,A)=>uA?1:0),t.positives.sort((u,A)=>uA?1:0);let r=e.capture?"":"?:",o="",a="",n;return t.positives.length&&(o=t.positives.join("|")),t.negatives.length&&(a=`-(${r}${t.negatives.join("|")})`),o&&a?n=`${o}|${a}`:n=o||a,e.wrap?`(${r}${n})`:n},VX=(t,e,r,o)=>{if(r)return WX(t,e,{wrap:!1,...o});let a=String.fromCharCode(t);if(t===e)return a;let n=String.fromCharCode(e);return`[${a}-${n}]`},KX=(t,e,r)=>{if(Array.isArray(t)){let o=r.wrap===!0,a=r.capture?"":"?:";return o?`(${a}${t.join("|")})`:t.join("|")}return WX(t,e,r)},JX=(...t)=>new RangeError("Invalid range arguments: "+e7e.inspect(...t)),zX=(t,e,r)=>{if(r.strictRanges===!0)throw JX([t,e]);return[]},s7e=(t,e)=>{if(e.strictRanges===!0)throw new TypeError(`Expected step "${t}" to be a number`);return[]},o7e=(t,e,r=1,o={})=>{let a=Number(t),n=Number(e);if(!Number.isInteger(a)||!Number.isInteger(n)){if(o.strictRanges===!0)throw JX([t,e]);return[]}a===0&&(a=0),n===0&&(n=0);let u=a>n,A=String(t),p=String(e),h=String(r);r=Math.max(Math.abs(r),1);let E=SN(A)||SN(p)||SN(h),I=E?Math.max(A.length,p.length,h.length):0,v=E===!1&&r7e(t,e,o)===!1,b=o.transform||t7e(v);if(o.toRegex&&r===1)return VX(YX(t,I),YX(e,I),!0,o);let C={negatives:[],positives:[]},T=J=>C[J<0?"negatives":"positives"].push(Math.abs(J)),L=[],U=0;for(;u?a>=n:a<=n;)o.toRegex===!0&&r>1?T(a):L.push(n7e(b(a,U),I,v)),a=u?a-r:a+r,U++;return o.toRegex===!0?r>1?i7e(C,o):KX(L,null,{wrap:!1,...o}):L},a7e=(t,e,r=1,o={})=>{if(!SI(t)&&t.length>1||!SI(e)&&e.length>1)return zX(t,e,o);let a=o.transform||(v=>String.fromCharCode(v)),n=`${t}`.charCodeAt(0),u=`${e}`.charCodeAt(0),A=n>u,p=Math.min(n,u),h=Math.max(n,u);if(o.toRegex&&r===1)return VX(p,h,!1,o);let E=[],I=0;for(;A?n>=u:n<=u;)E.push(a(n,I)),n=A?n-r:n+r,I++;return o.toRegex===!0?KX(E,null,{wrap:!1,options:o}):E},TP=(t,e,r,o={})=>{if(e==null&&PN(t))return[t];if(!PN(t)||!PN(e))return zX(t,e,o);if(typeof r=="function")return TP(t,e,1,{transform:r});if(GX(r))return TP(t,e,0,r);let a={...o};return a.capture===!0&&(a.wrap=!0),r=r||a.step||1,SI(r)?SI(t)&&SI(e)?o7e(t,e,r,a):a7e(t,e,Math.max(Math.abs(r),1),a):r!=null&&!GX(r)?s7e(r,a):TP(t,e,1,r)};XX.exports=TP});var eZ=_((jQt,$X)=>{"use strict";var l7e=xN(),ZX=QP(),c7e=(t,e={})=>{let r=(o,a={})=>{let n=ZX.isInvalidBrace(a),u=o.invalid===!0&&e.escapeInvalid===!0,A=n===!0||u===!0,p=e.escapeInvalid===!0?"\\":"",h="";if(o.isOpen===!0||o.isClose===!0)return p+o.value;if(o.type==="open")return A?p+o.value:"(";if(o.type==="close")return A?p+o.value:")";if(o.type==="comma")return o.prev.type==="comma"?"":A?o.value:"|";if(o.value)return o.value;if(o.nodes&&o.ranges>0){let E=ZX.reduce(o.nodes),I=l7e(...E,{...e,wrap:!1,toRegex:!0});if(I.length!==0)return E.length>1&&I.length>1?`(${I})`:I}if(o.nodes)for(let E of o.nodes)h+=r(E,o);return h};return r(t)};$X.exports=c7e});var nZ=_((qQt,rZ)=>{"use strict";var u7e=xN(),tZ=FP(),Fy=QP(),Ad=(t="",e="",r=!1)=>{let o=[];if(t=[].concat(t),e=[].concat(e),!e.length)return t;if(!t.length)return r?Fy.flatten(e).map(a=>`{${a}}`):e;for(let a of t)if(Array.isArray(a))for(let n of a)o.push(Ad(n,e,r));else for(let n of e)r===!0&&typeof n=="string"&&(n=`{${n}}`),o.push(Array.isArray(n)?Ad(a,n,r):a+n);return Fy.flatten(o)},A7e=(t,e={})=>{let r=e.rangeLimit===void 0?1e3:e.rangeLimit,o=(a,n={})=>{a.queue=[];let u=n,A=n.queue;for(;u.type!=="brace"&&u.type!=="root"&&u.parent;)u=u.parent,A=u.queue;if(a.invalid||a.dollar){A.push(Ad(A.pop(),tZ(a,e)));return}if(a.type==="brace"&&a.invalid!==!0&&a.nodes.length===2){A.push(Ad(A.pop(),["{}"]));return}if(a.nodes&&a.ranges>0){let I=Fy.reduce(a.nodes);if(Fy.exceedsLimit(...I,e.step,r))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let v=u7e(...I,e);v.length===0&&(v=tZ(a,e)),A.push(Ad(A.pop(),v)),a.nodes=[];return}let p=Fy.encloseBrace(a),h=a.queue,E=a;for(;E.type!=="brace"&&E.type!=="root"&&E.parent;)E=E.parent,h=E.queue;for(let I=0;I{"use strict";iZ.exports={MAX_LENGTH:1024*64,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:` -`,CHAR_NO_BREAK_SPACE:"\xA0",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}});var uZ=_((YQt,cZ)=>{"use strict";var f7e=FP(),{MAX_LENGTH:oZ,CHAR_BACKSLASH:bN,CHAR_BACKTICK:p7e,CHAR_COMMA:h7e,CHAR_DOT:g7e,CHAR_LEFT_PARENTHESES:d7e,CHAR_RIGHT_PARENTHESES:m7e,CHAR_LEFT_CURLY_BRACE:y7e,CHAR_RIGHT_CURLY_BRACE:E7e,CHAR_LEFT_SQUARE_BRACKET:aZ,CHAR_RIGHT_SQUARE_BRACKET:lZ,CHAR_DOUBLE_QUOTE:C7e,CHAR_SINGLE_QUOTE:w7e,CHAR_NO_BREAK_SPACE:I7e,CHAR_ZERO_WIDTH_NOBREAK_SPACE:B7e}=sZ(),v7e=(t,e={})=>{if(typeof t!="string")throw new TypeError("Expected a string");let r=e||{},o=typeof r.maxLength=="number"?Math.min(oZ,r.maxLength):oZ;if(t.length>o)throw new SyntaxError(`Input length (${t.length}), exceeds max characters (${o})`);let a={type:"root",input:t,nodes:[]},n=[a],u=a,A=a,p=0,h=t.length,E=0,I=0,v,b={},C=()=>t[E++],T=L=>{if(L.type==="text"&&A.type==="dot"&&(A.type="text"),A&&A.type==="text"&&L.type==="text"){A.value+=L.value;return}return u.nodes.push(L),L.parent=u,L.prev=A,A=L,L};for(T({type:"bos"});E0){if(u.ranges>0){u.ranges=0;let L=u.nodes.shift();u.nodes=[L,{type:"text",value:f7e(u)}]}T({type:"comma",value:v}),u.commas++;continue}if(v===g7e&&I>0&&u.commas===0){let L=u.nodes;if(I===0||L.length===0){T({type:"text",value:v});continue}if(A.type==="dot"){if(u.range=[],A.value+=v,A.type="range",u.nodes.length!==3&&u.nodes.length!==5){u.invalid=!0,u.ranges=0,A.type="text";continue}u.ranges++,u.args=[];continue}if(A.type==="range"){L.pop();let U=L[L.length-1];U.value+=A.value+v,A=U,u.ranges--;continue}T({type:"dot",value:v});continue}T({type:"text",value:v})}do if(u=n.pop(),u.type!=="root"){u.nodes.forEach(J=>{J.nodes||(J.type==="open"&&(J.isOpen=!0),J.type==="close"&&(J.isClose=!0),J.nodes||(J.type="text"),J.invalid=!0)});let L=n[n.length-1],U=L.nodes.indexOf(u);L.nodes.splice(U,1,...u.nodes)}while(n.length>0);return T({type:"eos"}),a};cZ.exports=v7e});var pZ=_((WQt,fZ)=>{"use strict";var AZ=FP(),D7e=eZ(),P7e=nZ(),S7e=uZ(),rl=(t,e={})=>{let r=[];if(Array.isArray(t))for(let o of t){let a=rl.create(o,e);Array.isArray(a)?r.push(...a):r.push(a)}else r=[].concat(rl.create(t,e));return e&&e.expand===!0&&e.nodupes===!0&&(r=[...new Set(r)]),r};rl.parse=(t,e={})=>S7e(t,e);rl.stringify=(t,e={})=>AZ(typeof t=="string"?rl.parse(t,e):t,e);rl.compile=(t,e={})=>(typeof t=="string"&&(t=rl.parse(t,e)),D7e(t,e));rl.expand=(t,e={})=>{typeof t=="string"&&(t=rl.parse(t,e));let r=P7e(t,e);return e.noempty===!0&&(r=r.filter(Boolean)),e.nodupes===!0&&(r=[...new Set(r)]),r};rl.create=(t,e={})=>t===""||t.length<3?[t]:e.expand!==!0?rl.compile(t,e):rl.expand(t,e);fZ.exports=rl});var xI=_((VQt,yZ)=>{"use strict";var x7e=Be("path"),Vu="\\\\/",hZ=`[^${Vu}]`,Bf="\\.",b7e="\\+",k7e="\\?",RP="\\/",Q7e="(?=.)",gZ="[^/]",kN=`(?:${RP}|$)`,dZ=`(?:^|${RP})`,QN=`${Bf}{1,2}${kN}`,F7e=`(?!${Bf})`,T7e=`(?!${dZ}${QN})`,R7e=`(?!${Bf}{0,1}${kN})`,N7e=`(?!${QN})`,L7e=`[^.${RP}]`,M7e=`${gZ}*?`,mZ={DOT_LITERAL:Bf,PLUS_LITERAL:b7e,QMARK_LITERAL:k7e,SLASH_LITERAL:RP,ONE_CHAR:Q7e,QMARK:gZ,END_ANCHOR:kN,DOTS_SLASH:QN,NO_DOT:F7e,NO_DOTS:T7e,NO_DOT_SLASH:R7e,NO_DOTS_SLASH:N7e,QMARK_NO_DOT:L7e,STAR:M7e,START_ANCHOR:dZ},O7e={...mZ,SLASH_LITERAL:`[${Vu}]`,QMARK:hZ,STAR:`${hZ}*?`,DOTS_SLASH:`${Bf}{1,2}(?:[${Vu}]|$)`,NO_DOT:`(?!${Bf})`,NO_DOTS:`(?!(?:^|[${Vu}])${Bf}{1,2}(?:[${Vu}]|$))`,NO_DOT_SLASH:`(?!${Bf}{0,1}(?:[${Vu}]|$))`,NO_DOTS_SLASH:`(?!${Bf}{1,2}(?:[${Vu}]|$))`,QMARK_NO_DOT:`[^.${Vu}]`,START_ANCHOR:`(?:^|[${Vu}])`,END_ANCHOR:`(?:[${Vu}]|$)`},U7e={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};yZ.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:U7e,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:x7e.sep,extglobChars(t){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${t.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(t){return t===!0?O7e:mZ}}});var bI=_(Pa=>{"use strict";var _7e=Be("path"),H7e=process.platform==="win32",{REGEX_BACKSLASH:j7e,REGEX_REMOVE_BACKSLASH:q7e,REGEX_SPECIAL_CHARS:G7e,REGEX_SPECIAL_CHARS_GLOBAL:Y7e}=xI();Pa.isObject=t=>t!==null&&typeof t=="object"&&!Array.isArray(t);Pa.hasRegexChars=t=>G7e.test(t);Pa.isRegexChar=t=>t.length===1&&Pa.hasRegexChars(t);Pa.escapeRegex=t=>t.replace(Y7e,"\\$1");Pa.toPosixSlashes=t=>t.replace(j7e,"/");Pa.removeBackslashes=t=>t.replace(q7e,e=>e==="\\"?"":e);Pa.supportsLookbehinds=()=>{let t=process.version.slice(1).split(".").map(Number);return t.length===3&&t[0]>=9||t[0]===8&&t[1]>=10};Pa.isWindows=t=>t&&typeof t.windows=="boolean"?t.windows:H7e===!0||_7e.sep==="\\";Pa.escapeLast=(t,e,r)=>{let o=t.lastIndexOf(e,r);return o===-1?t:t[o-1]==="\\"?Pa.escapeLast(t,e,o-1):`${t.slice(0,o)}\\${t.slice(o)}`};Pa.removePrefix=(t,e={})=>{let r=t;return r.startsWith("./")&&(r=r.slice(2),e.prefix="./"),r};Pa.wrapOutput=(t,e={},r={})=>{let o=r.contains?"":"^",a=r.contains?"":"$",n=`${o}(?:${t})${a}`;return e.negated===!0&&(n=`(?:^(?!${n}).*$)`),n}});var PZ=_((JQt,DZ)=>{"use strict";var EZ=bI(),{CHAR_ASTERISK:FN,CHAR_AT:W7e,CHAR_BACKWARD_SLASH:kI,CHAR_COMMA:V7e,CHAR_DOT:TN,CHAR_EXCLAMATION_MARK:RN,CHAR_FORWARD_SLASH:vZ,CHAR_LEFT_CURLY_BRACE:NN,CHAR_LEFT_PARENTHESES:LN,CHAR_LEFT_SQUARE_BRACKET:K7e,CHAR_PLUS:J7e,CHAR_QUESTION_MARK:CZ,CHAR_RIGHT_CURLY_BRACE:z7e,CHAR_RIGHT_PARENTHESES:wZ,CHAR_RIGHT_SQUARE_BRACKET:X7e}=xI(),IZ=t=>t===vZ||t===kI,BZ=t=>{t.isPrefix!==!0&&(t.depth=t.isGlobstar?1/0:1)},Z7e=(t,e)=>{let r=e||{},o=t.length-1,a=r.parts===!0||r.scanToEnd===!0,n=[],u=[],A=[],p=t,h=-1,E=0,I=0,v=!1,b=!1,C=!1,T=!1,L=!1,U=!1,J=!1,te=!1,le=!1,pe=!1,Ae=0,ye,ae,we={value:"",depth:0,isGlob:!1},Pe=()=>h>=o,g=()=>p.charCodeAt(h+1),Ee=()=>(ye=ae,p.charCodeAt(++h));for(;h0&&(ce=p.slice(0,E),p=p.slice(E),I-=E),De&&C===!0&&I>0?(De=p.slice(0,I),ne=p.slice(I)):C===!0?(De="",ne=p):De=p,De&&De!==""&&De!=="/"&&De!==p&&IZ(De.charCodeAt(De.length-1))&&(De=De.slice(0,-1)),r.unescape===!0&&(ne&&(ne=EZ.removeBackslashes(ne)),De&&J===!0&&(De=EZ.removeBackslashes(De)));let ee={prefix:ce,input:t,start:E,base:De,glob:ne,isBrace:v,isBracket:b,isGlob:C,isExtglob:T,isGlobstar:L,negated:te,negatedExtglob:le};if(r.tokens===!0&&(ee.maxDepth=0,IZ(ae)||u.push(we),ee.tokens=u),r.parts===!0||r.tokens===!0){let Ie;for(let ke=0;ke{"use strict";var NP=xI(),nl=bI(),{MAX_LENGTH:LP,POSIX_REGEX_SOURCE:$7e,REGEX_NON_SPECIAL_CHARS:eYe,REGEX_SPECIAL_CHARS_BACKREF:tYe,REPLACEMENTS:SZ}=NP,rYe=(t,e)=>{if(typeof e.expandRange=="function")return e.expandRange(...t,e);t.sort();let r=`[${t.join("-")}]`;try{new RegExp(r)}catch{return t.map(a=>nl.escapeRegex(a)).join("..")}return r},Ty=(t,e)=>`Missing ${t}: "${e}" - use "\\\\${e}" to match literal characters`,MN=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");t=SZ[t]||t;let r={...e},o=typeof r.maxLength=="number"?Math.min(LP,r.maxLength):LP,a=t.length;if(a>o)throw new SyntaxError(`Input length: ${a}, exceeds maximum allowed length: ${o}`);let n={type:"bos",value:"",output:r.prepend||""},u=[n],A=r.capture?"":"?:",p=nl.isWindows(e),h=NP.globChars(p),E=NP.extglobChars(h),{DOT_LITERAL:I,PLUS_LITERAL:v,SLASH_LITERAL:b,ONE_CHAR:C,DOTS_SLASH:T,NO_DOT:L,NO_DOT_SLASH:U,NO_DOTS_SLASH:J,QMARK:te,QMARK_NO_DOT:le,STAR:pe,START_ANCHOR:Ae}=h,ye=x=>`(${A}(?:(?!${Ae}${x.dot?T:I}).)*?)`,ae=r.dot?"":L,we=r.dot?te:le,Pe=r.bash===!0?ye(r):pe;r.capture&&(Pe=`(${Pe})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let g={input:t,index:-1,start:0,dot:r.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:u};t=nl.removePrefix(t,g),a=t.length;let Ee=[],De=[],ce=[],ne=n,ee,Ie=()=>g.index===a-1,ke=g.peek=(x=1)=>t[g.index+x],ht=g.advance=()=>t[++g.index]||"",H=()=>t.slice(g.index+1),lt=(x="",w=0)=>{g.consumed+=x,g.index+=w},Re=x=>{g.output+=x.output!=null?x.output:x.value,lt(x.value)},Qe=()=>{let x=1;for(;ke()==="!"&&(ke(2)!=="("||ke(3)==="?");)ht(),g.start++,x++;return x%2===0?!1:(g.negated=!0,g.start++,!0)},be=x=>{g[x]++,ce.push(x)},_e=x=>{g[x]--,ce.pop()},Te=x=>{if(ne.type==="globstar"){let w=g.braces>0&&(x.type==="comma"||x.type==="brace"),S=x.extglob===!0||Ee.length&&(x.type==="pipe"||x.type==="paren");x.type!=="slash"&&x.type!=="paren"&&!w&&!S&&(g.output=g.output.slice(0,-ne.output.length),ne.type="star",ne.value="*",ne.output=Pe,g.output+=ne.output)}if(Ee.length&&x.type!=="paren"&&(Ee[Ee.length-1].inner+=x.value),(x.value||x.output)&&Re(x),ne&&ne.type==="text"&&x.type==="text"){ne.value+=x.value,ne.output=(ne.output||"")+x.value;return}x.prev=ne,u.push(x),ne=x},Je=(x,w)=>{let S={...E[w],conditions:1,inner:""};S.prev=ne,S.parens=g.parens,S.output=g.output;let y=(r.capture?"(":"")+S.open;be("parens"),Te({type:x,value:w,output:g.output?"":C}),Te({type:"paren",extglob:!0,value:ht(),output:y}),Ee.push(S)},He=x=>{let w=x.close+(r.capture?")":""),S;if(x.type==="negate"){let y=Pe;if(x.inner&&x.inner.length>1&&x.inner.includes("/")&&(y=ye(r)),(y!==Pe||Ie()||/^\)+$/.test(H()))&&(w=x.close=`)$))${y}`),x.inner.includes("*")&&(S=H())&&/^\.[^\\/.]+$/.test(S)){let F=MN(S,{...e,fastpaths:!1}).output;w=x.close=`)${F})${y})`}x.prev.type==="bos"&&(g.negatedExtglob=!0)}Te({type:"paren",extglob:!0,value:ee,output:w}),_e("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(t)){let x=!1,w=t.replace(tYe,(S,y,F,z,X,Z)=>z==="\\"?(x=!0,S):z==="?"?y?y+z+(X?te.repeat(X.length):""):Z===0?we+(X?te.repeat(X.length):""):te.repeat(F.length):z==="."?I.repeat(F.length):z==="*"?y?y+z+(X?Pe:""):Pe:y?S:`\\${S}`);return x===!0&&(r.unescape===!0?w=w.replace(/\\/g,""):w=w.replace(/\\+/g,S=>S.length%2===0?"\\\\":S?"\\":"")),w===t&&r.contains===!0?(g.output=t,g):(g.output=nl.wrapOutput(w,g,e),g)}for(;!Ie();){if(ee=ht(),ee==="\0")continue;if(ee==="\\"){let S=ke();if(S==="/"&&r.bash!==!0||S==="."||S===";")continue;if(!S){ee+="\\",Te({type:"text",value:ee});continue}let y=/^\\+/.exec(H()),F=0;if(y&&y[0].length>2&&(F=y[0].length,g.index+=F,F%2!==0&&(ee+="\\")),r.unescape===!0?ee=ht():ee+=ht(),g.brackets===0){Te({type:"text",value:ee});continue}}if(g.brackets>0&&(ee!=="]"||ne.value==="["||ne.value==="[^")){if(r.posix!==!1&&ee===":"){let S=ne.value.slice(1);if(S.includes("[")&&(ne.posix=!0,S.includes(":"))){let y=ne.value.lastIndexOf("["),F=ne.value.slice(0,y),z=ne.value.slice(y+2),X=$7e[z];if(X){ne.value=F+X,g.backtrack=!0,ht(),!n.output&&u.indexOf(ne)===1&&(n.output=C);continue}}}(ee==="["&&ke()!==":"||ee==="-"&&ke()==="]")&&(ee=`\\${ee}`),ee==="]"&&(ne.value==="["||ne.value==="[^")&&(ee=`\\${ee}`),r.posix===!0&&ee==="!"&&ne.value==="["&&(ee="^"),ne.value+=ee,Re({value:ee});continue}if(g.quotes===1&&ee!=='"'){ee=nl.escapeRegex(ee),ne.value+=ee,Re({value:ee});continue}if(ee==='"'){g.quotes=g.quotes===1?0:1,r.keepQuotes===!0&&Te({type:"text",value:ee});continue}if(ee==="("){be("parens"),Te({type:"paren",value:ee});continue}if(ee===")"){if(g.parens===0&&r.strictBrackets===!0)throw new SyntaxError(Ty("opening","("));let S=Ee[Ee.length-1];if(S&&g.parens===S.parens+1){He(Ee.pop());continue}Te({type:"paren",value:ee,output:g.parens?")":"\\)"}),_e("parens");continue}if(ee==="["){if(r.nobracket===!0||!H().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(Ty("closing","]"));ee=`\\${ee}`}else be("brackets");Te({type:"bracket",value:ee});continue}if(ee==="]"){if(r.nobracket===!0||ne&&ne.type==="bracket"&&ne.value.length===1){Te({type:"text",value:ee,output:`\\${ee}`});continue}if(g.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(Ty("opening","["));Te({type:"text",value:ee,output:`\\${ee}`});continue}_e("brackets");let S=ne.value.slice(1);if(ne.posix!==!0&&S[0]==="^"&&!S.includes("/")&&(ee=`/${ee}`),ne.value+=ee,Re({value:ee}),r.literalBrackets===!1||nl.hasRegexChars(S))continue;let y=nl.escapeRegex(ne.value);if(g.output=g.output.slice(0,-ne.value.length),r.literalBrackets===!0){g.output+=y,ne.value=y;continue}ne.value=`(${A}${y}|${ne.value})`,g.output+=ne.value;continue}if(ee==="{"&&r.nobrace!==!0){be("braces");let S={type:"brace",value:ee,output:"(",outputIndex:g.output.length,tokensIndex:g.tokens.length};De.push(S),Te(S);continue}if(ee==="}"){let S=De[De.length-1];if(r.nobrace===!0||!S){Te({type:"text",value:ee,output:ee});continue}let y=")";if(S.dots===!0){let F=u.slice(),z=[];for(let X=F.length-1;X>=0&&(u.pop(),F[X].type!=="brace");X--)F[X].type!=="dots"&&z.unshift(F[X].value);y=rYe(z,r),g.backtrack=!0}if(S.comma!==!0&&S.dots!==!0){let F=g.output.slice(0,S.outputIndex),z=g.tokens.slice(S.tokensIndex);S.value=S.output="\\{",ee=y="\\}",g.output=F;for(let X of z)g.output+=X.output||X.value}Te({type:"brace",value:ee,output:y}),_e("braces"),De.pop();continue}if(ee==="|"){Ee.length>0&&Ee[Ee.length-1].conditions++,Te({type:"text",value:ee});continue}if(ee===","){let S=ee,y=De[De.length-1];y&&ce[ce.length-1]==="braces"&&(y.comma=!0,S="|"),Te({type:"comma",value:ee,output:S});continue}if(ee==="/"){if(ne.type==="dot"&&g.index===g.start+1){g.start=g.index+1,g.consumed="",g.output="",u.pop(),ne=n;continue}Te({type:"slash",value:ee,output:b});continue}if(ee==="."){if(g.braces>0&&ne.type==="dot"){ne.value==="."&&(ne.output=I);let S=De[De.length-1];ne.type="dots",ne.output+=ee,ne.value+=ee,S.dots=!0;continue}if(g.braces+g.parens===0&&ne.type!=="bos"&&ne.type!=="slash"){Te({type:"text",value:ee,output:I});continue}Te({type:"dot",value:ee,output:I});continue}if(ee==="?"){if(!(ne&&ne.value==="(")&&r.noextglob!==!0&&ke()==="("&&ke(2)!=="?"){Je("qmark",ee);continue}if(ne&&ne.type==="paren"){let y=ke(),F=ee;if(y==="<"&&!nl.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(ne.value==="("&&!/[!=<:]/.test(y)||y==="<"&&!/<([!=]|\w+>)/.test(H()))&&(F=`\\${ee}`),Te({type:"text",value:ee,output:F});continue}if(r.dot!==!0&&(ne.type==="slash"||ne.type==="bos")){Te({type:"qmark",value:ee,output:le});continue}Te({type:"qmark",value:ee,output:te});continue}if(ee==="!"){if(r.noextglob!==!0&&ke()==="("&&(ke(2)!=="?"||!/[!=<:]/.test(ke(3)))){Je("negate",ee);continue}if(r.nonegate!==!0&&g.index===0){Qe();continue}}if(ee==="+"){if(r.noextglob!==!0&&ke()==="("&&ke(2)!=="?"){Je("plus",ee);continue}if(ne&&ne.value==="("||r.regex===!1){Te({type:"plus",value:ee,output:v});continue}if(ne&&(ne.type==="bracket"||ne.type==="paren"||ne.type==="brace")||g.parens>0){Te({type:"plus",value:ee});continue}Te({type:"plus",value:v});continue}if(ee==="@"){if(r.noextglob!==!0&&ke()==="("&&ke(2)!=="?"){Te({type:"at",extglob:!0,value:ee,output:""});continue}Te({type:"text",value:ee});continue}if(ee!=="*"){(ee==="$"||ee==="^")&&(ee=`\\${ee}`);let S=eYe.exec(H());S&&(ee+=S[0],g.index+=S[0].length),Te({type:"text",value:ee});continue}if(ne&&(ne.type==="globstar"||ne.star===!0)){ne.type="star",ne.star=!0,ne.value+=ee,ne.output=Pe,g.backtrack=!0,g.globstar=!0,lt(ee);continue}let x=H();if(r.noextglob!==!0&&/^\([^?]/.test(x)){Je("star",ee);continue}if(ne.type==="star"){if(r.noglobstar===!0){lt(ee);continue}let S=ne.prev,y=S.prev,F=S.type==="slash"||S.type==="bos",z=y&&(y.type==="star"||y.type==="globstar");if(r.bash===!0&&(!F||x[0]&&x[0]!=="/")){Te({type:"star",value:ee,output:""});continue}let X=g.braces>0&&(S.type==="comma"||S.type==="brace"),Z=Ee.length&&(S.type==="pipe"||S.type==="paren");if(!F&&S.type!=="paren"&&!X&&!Z){Te({type:"star",value:ee,output:""});continue}for(;x.slice(0,3)==="/**";){let ie=t[g.index+4];if(ie&&ie!=="/")break;x=x.slice(3),lt("/**",3)}if(S.type==="bos"&&Ie()){ne.type="globstar",ne.value+=ee,ne.output=ye(r),g.output=ne.output,g.globstar=!0,lt(ee);continue}if(S.type==="slash"&&S.prev.type!=="bos"&&!z&&Ie()){g.output=g.output.slice(0,-(S.output+ne.output).length),S.output=`(?:${S.output}`,ne.type="globstar",ne.output=ye(r)+(r.strictSlashes?")":"|$)"),ne.value+=ee,g.globstar=!0,g.output+=S.output+ne.output,lt(ee);continue}if(S.type==="slash"&&S.prev.type!=="bos"&&x[0]==="/"){let ie=x[1]!==void 0?"|$":"";g.output=g.output.slice(0,-(S.output+ne.output).length),S.output=`(?:${S.output}`,ne.type="globstar",ne.output=`${ye(r)}${b}|${b}${ie})`,ne.value+=ee,g.output+=S.output+ne.output,g.globstar=!0,lt(ee+ht()),Te({type:"slash",value:"/",output:""});continue}if(S.type==="bos"&&x[0]==="/"){ne.type="globstar",ne.value+=ee,ne.output=`(?:^|${b}|${ye(r)}${b})`,g.output=ne.output,g.globstar=!0,lt(ee+ht()),Te({type:"slash",value:"/",output:""});continue}g.output=g.output.slice(0,-ne.output.length),ne.type="globstar",ne.output=ye(r),ne.value+=ee,g.output+=ne.output,g.globstar=!0,lt(ee);continue}let w={type:"star",value:ee,output:Pe};if(r.bash===!0){w.output=".*?",(ne.type==="bos"||ne.type==="slash")&&(w.output=ae+w.output),Te(w);continue}if(ne&&(ne.type==="bracket"||ne.type==="paren")&&r.regex===!0){w.output=ee,Te(w);continue}(g.index===g.start||ne.type==="slash"||ne.type==="dot")&&(ne.type==="dot"?(g.output+=U,ne.output+=U):r.dot===!0?(g.output+=J,ne.output+=J):(g.output+=ae,ne.output+=ae),ke()!=="*"&&(g.output+=C,ne.output+=C)),Te(w)}for(;g.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(Ty("closing","]"));g.output=nl.escapeLast(g.output,"["),_e("brackets")}for(;g.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(Ty("closing",")"));g.output=nl.escapeLast(g.output,"("),_e("parens")}for(;g.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(Ty("closing","}"));g.output=nl.escapeLast(g.output,"{"),_e("braces")}if(r.strictSlashes!==!0&&(ne.type==="star"||ne.type==="bracket")&&Te({type:"maybe_slash",value:"",output:`${b}?`}),g.backtrack===!0){g.output="";for(let x of g.tokens)g.output+=x.output!=null?x.output:x.value,x.suffix&&(g.output+=x.suffix)}return g};MN.fastpaths=(t,e)=>{let r={...e},o=typeof r.maxLength=="number"?Math.min(LP,r.maxLength):LP,a=t.length;if(a>o)throw new SyntaxError(`Input length: ${a}, exceeds maximum allowed length: ${o}`);t=SZ[t]||t;let n=nl.isWindows(e),{DOT_LITERAL:u,SLASH_LITERAL:A,ONE_CHAR:p,DOTS_SLASH:h,NO_DOT:E,NO_DOTS:I,NO_DOTS_SLASH:v,STAR:b,START_ANCHOR:C}=NP.globChars(n),T=r.dot?I:E,L=r.dot?v:E,U=r.capture?"":"?:",J={negated:!1,prefix:""},te=r.bash===!0?".*?":b;r.capture&&(te=`(${te})`);let le=ae=>ae.noglobstar===!0?te:`(${U}(?:(?!${C}${ae.dot?h:u}).)*?)`,pe=ae=>{switch(ae){case"*":return`${T}${p}${te}`;case".*":return`${u}${p}${te}`;case"*.*":return`${T}${te}${u}${p}${te}`;case"*/*":return`${T}${te}${A}${p}${L}${te}`;case"**":return T+le(r);case"**/*":return`(?:${T}${le(r)}${A})?${L}${p}${te}`;case"**/*.*":return`(?:${T}${le(r)}${A})?${L}${te}${u}${p}${te}`;case"**/.*":return`(?:${T}${le(r)}${A})?${u}${p}${te}`;default:{let we=/^(.*?)\.(\w+)$/.exec(ae);if(!we)return;let Pe=pe(we[1]);return Pe?Pe+u+we[2]:void 0}}},Ae=nl.removePrefix(t,J),ye=pe(Ae);return ye&&r.strictSlashes!==!0&&(ye+=`${A}?`),ye};xZ.exports=MN});var QZ=_((XQt,kZ)=>{"use strict";var nYe=Be("path"),iYe=PZ(),ON=bZ(),UN=bI(),sYe=xI(),oYe=t=>t&&typeof t=="object"&&!Array.isArray(t),Oi=(t,e,r=!1)=>{if(Array.isArray(t)){let E=t.map(v=>Oi(v,e,r));return v=>{for(let b of E){let C=b(v);if(C)return C}return!1}}let o=oYe(t)&&t.tokens&&t.input;if(t===""||typeof t!="string"&&!o)throw new TypeError("Expected pattern to be a non-empty string");let a=e||{},n=UN.isWindows(e),u=o?Oi.compileRe(t,e):Oi.makeRe(t,e,!1,!0),A=u.state;delete u.state;let p=()=>!1;if(a.ignore){let E={...e,ignore:null,onMatch:null,onResult:null};p=Oi(a.ignore,E,r)}let h=(E,I=!1)=>{let{isMatch:v,match:b,output:C}=Oi.test(E,u,e,{glob:t,posix:n}),T={glob:t,state:A,regex:u,posix:n,input:E,output:C,match:b,isMatch:v};return typeof a.onResult=="function"&&a.onResult(T),v===!1?(T.isMatch=!1,I?T:!1):p(E)?(typeof a.onIgnore=="function"&&a.onIgnore(T),T.isMatch=!1,I?T:!1):(typeof a.onMatch=="function"&&a.onMatch(T),I?T:!0)};return r&&(h.state=A),h};Oi.test=(t,e,r,{glob:o,posix:a}={})=>{if(typeof t!="string")throw new TypeError("Expected input to be a string");if(t==="")return{isMatch:!1,output:""};let n=r||{},u=n.format||(a?UN.toPosixSlashes:null),A=t===o,p=A&&u?u(t):t;return A===!1&&(p=u?u(t):t,A=p===o),(A===!1||n.capture===!0)&&(n.matchBase===!0||n.basename===!0?A=Oi.matchBase(t,e,r,a):A=e.exec(p)),{isMatch:Boolean(A),match:A,output:p}};Oi.matchBase=(t,e,r,o=UN.isWindows(r))=>(e instanceof RegExp?e:Oi.makeRe(e,r)).test(nYe.basename(t));Oi.isMatch=(t,e,r)=>Oi(e,r)(t);Oi.parse=(t,e)=>Array.isArray(t)?t.map(r=>Oi.parse(r,e)):ON(t,{...e,fastpaths:!1});Oi.scan=(t,e)=>iYe(t,e);Oi.compileRe=(t,e,r=!1,o=!1)=>{if(r===!0)return t.output;let a=e||{},n=a.contains?"":"^",u=a.contains?"":"$",A=`${n}(?:${t.output})${u}`;t&&t.negated===!0&&(A=`^(?!${A}).*$`);let p=Oi.toRegex(A,e);return o===!0&&(p.state=t),p};Oi.makeRe=(t,e={},r=!1,o=!1)=>{if(!t||typeof t!="string")throw new TypeError("Expected a non-empty string");let a={negated:!1,fastpaths:!0};return e.fastpaths!==!1&&(t[0]==="."||t[0]==="*")&&(a.output=ON.fastpaths(t,e)),a.output||(a=ON(t,e)),Oi.compileRe(a,e,r,o)};Oi.toRegex=(t,e)=>{try{let r=e||{};return new RegExp(t,r.flags||(r.nocase?"i":""))}catch(r){if(e&&e.debug===!0)throw r;return/$^/}};Oi.constants=sYe;kZ.exports=Oi});var TZ=_((ZQt,FZ)=>{"use strict";FZ.exports=QZ()});var Zo=_(($Qt,MZ)=>{"use strict";var NZ=Be("util"),LZ=pZ(),Ku=TZ(),_N=bI(),RZ=t=>t===""||t==="./",yi=(t,e,r)=>{e=[].concat(e),t=[].concat(t);let o=new Set,a=new Set,n=new Set,u=0,A=E=>{n.add(E.output),r&&r.onResult&&r.onResult(E)};for(let E=0;E!o.has(E));if(r&&h.length===0){if(r.failglob===!0)throw new Error(`No matches found for "${e.join(", ")}"`);if(r.nonull===!0||r.nullglob===!0)return r.unescape?e.map(E=>E.replace(/\\/g,"")):e}return h};yi.match=yi;yi.matcher=(t,e)=>Ku(t,e);yi.isMatch=(t,e,r)=>Ku(e,r)(t);yi.any=yi.isMatch;yi.not=(t,e,r={})=>{e=[].concat(e).map(String);let o=new Set,a=[],n=A=>{r.onResult&&r.onResult(A),a.push(A.output)},u=new Set(yi(t,e,{...r,onResult:n}));for(let A of a)u.has(A)||o.add(A);return[...o]};yi.contains=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${NZ.inspect(t)}"`);if(Array.isArray(e))return e.some(o=>yi.contains(t,o,r));if(typeof e=="string"){if(RZ(t)||RZ(e))return!1;if(t.includes(e)||t.startsWith("./")&&t.slice(2).includes(e))return!0}return yi.isMatch(t,e,{...r,contains:!0})};yi.matchKeys=(t,e,r)=>{if(!_N.isObject(t))throw new TypeError("Expected the first argument to be an object");let o=yi(Object.keys(t),e,r),a={};for(let n of o)a[n]=t[n];return a};yi.some=(t,e,r)=>{let o=[].concat(t);for(let a of[].concat(e)){let n=Ku(String(a),r);if(o.some(u=>n(u)))return!0}return!1};yi.every=(t,e,r)=>{let o=[].concat(t);for(let a of[].concat(e)){let n=Ku(String(a),r);if(!o.every(u=>n(u)))return!1}return!0};yi.all=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${NZ.inspect(t)}"`);return[].concat(e).every(o=>Ku(o,r)(t))};yi.capture=(t,e,r)=>{let o=_N.isWindows(r),n=Ku.makeRe(String(t),{...r,capture:!0}).exec(o?_N.toPosixSlashes(e):e);if(n)return n.slice(1).map(u=>u===void 0?"":u)};yi.makeRe=(...t)=>Ku.makeRe(...t);yi.scan=(...t)=>Ku.scan(...t);yi.parse=(t,e)=>{let r=[];for(let o of[].concat(t||[]))for(let a of LZ(String(o),e))r.push(Ku.parse(a,e));return r};yi.braces=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return e&&e.nobrace===!0||!/\{.*\}/.test(t)?[t]:LZ(t,e)};yi.braceExpand=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return yi.braces(t,{...e,expand:!0})};MZ.exports=yi});var UZ=_((eFt,OZ)=>{"use strict";OZ.exports=({onlyFirst:t=!1}={})=>{let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}});var MP=_((tFt,_Z)=>{"use strict";var aYe=UZ();_Z.exports=t=>typeof t=="string"?t.replace(aYe(),""):t});var jZ=_((rFt,HZ)=>{function lYe(){this.__data__=[],this.size=0}HZ.exports=lYe});var Ry=_((nFt,qZ)=>{function cYe(t,e){return t===e||t!==t&&e!==e}qZ.exports=cYe});var QI=_((iFt,GZ)=>{var uYe=Ry();function AYe(t,e){for(var r=t.length;r--;)if(uYe(t[r][0],e))return r;return-1}GZ.exports=AYe});var WZ=_((sFt,YZ)=>{var fYe=QI(),pYe=Array.prototype,hYe=pYe.splice;function gYe(t){var e=this.__data__,r=fYe(e,t);if(r<0)return!1;var o=e.length-1;return r==o?e.pop():hYe.call(e,r,1),--this.size,!0}YZ.exports=gYe});var KZ=_((oFt,VZ)=>{var dYe=QI();function mYe(t){var e=this.__data__,r=dYe(e,t);return r<0?void 0:e[r][1]}VZ.exports=mYe});var zZ=_((aFt,JZ)=>{var yYe=QI();function EYe(t){return yYe(this.__data__,t)>-1}JZ.exports=EYe});var ZZ=_((lFt,XZ)=>{var CYe=QI();function wYe(t,e){var r=this.__data__,o=CYe(r,t);return o<0?(++this.size,r.push([t,e])):r[o][1]=e,this}XZ.exports=wYe});var FI=_((cFt,$Z)=>{var IYe=jZ(),BYe=WZ(),vYe=KZ(),DYe=zZ(),PYe=ZZ();function Ny(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e{var SYe=FI();function xYe(){this.__data__=new SYe,this.size=0}e$.exports=xYe});var n$=_((AFt,r$)=>{function bYe(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r}r$.exports=bYe});var s$=_((fFt,i$)=>{function kYe(t){return this.__data__.get(t)}i$.exports=kYe});var a$=_((pFt,o$)=>{function QYe(t){return this.__data__.has(t)}o$.exports=QYe});var HN=_((hFt,l$)=>{var FYe=typeof global=="object"&&global&&global.Object===Object&&global;l$.exports=FYe});var _l=_((gFt,c$)=>{var TYe=HN(),RYe=typeof self=="object"&&self&&self.Object===Object&&self,NYe=TYe||RYe||Function("return this")();c$.exports=NYe});var fd=_((dFt,u$)=>{var LYe=_l(),MYe=LYe.Symbol;u$.exports=MYe});var h$=_((mFt,p$)=>{var A$=fd(),f$=Object.prototype,OYe=f$.hasOwnProperty,UYe=f$.toString,TI=A$?A$.toStringTag:void 0;function _Ye(t){var e=OYe.call(t,TI),r=t[TI];try{t[TI]=void 0;var o=!0}catch{}var a=UYe.call(t);return o&&(e?t[TI]=r:delete t[TI]),a}p$.exports=_Ye});var d$=_((yFt,g$)=>{var HYe=Object.prototype,jYe=HYe.toString;function qYe(t){return jYe.call(t)}g$.exports=qYe});var pd=_((EFt,E$)=>{var m$=fd(),GYe=h$(),YYe=d$(),WYe="[object Null]",VYe="[object Undefined]",y$=m$?m$.toStringTag:void 0;function KYe(t){return t==null?t===void 0?VYe:WYe:y$&&y$ in Object(t)?GYe(t):YYe(t)}E$.exports=KYe});var il=_((CFt,C$)=>{function JYe(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}C$.exports=JYe});var OP=_((wFt,w$)=>{var zYe=pd(),XYe=il(),ZYe="[object AsyncFunction]",$Ye="[object Function]",eWe="[object GeneratorFunction]",tWe="[object Proxy]";function rWe(t){if(!XYe(t))return!1;var e=zYe(t);return e==$Ye||e==eWe||e==ZYe||e==tWe}w$.exports=rWe});var B$=_((IFt,I$)=>{var nWe=_l(),iWe=nWe["__core-js_shared__"];I$.exports=iWe});var P$=_((BFt,D$)=>{var jN=B$(),v$=function(){var t=/[^.]+$/.exec(jN&&jN.keys&&jN.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();function sWe(t){return!!v$&&v$ in t}D$.exports=sWe});var qN=_((vFt,S$)=>{var oWe=Function.prototype,aWe=oWe.toString;function lWe(t){if(t!=null){try{return aWe.call(t)}catch{}try{return t+""}catch{}}return""}S$.exports=lWe});var b$=_((DFt,x$)=>{var cWe=OP(),uWe=P$(),AWe=il(),fWe=qN(),pWe=/[\\^$.*+?()[\]{}|]/g,hWe=/^\[object .+?Constructor\]$/,gWe=Function.prototype,dWe=Object.prototype,mWe=gWe.toString,yWe=dWe.hasOwnProperty,EWe=RegExp("^"+mWe.call(yWe).replace(pWe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function CWe(t){if(!AWe(t)||uWe(t))return!1;var e=cWe(t)?EWe:hWe;return e.test(fWe(t))}x$.exports=CWe});var Q$=_((PFt,k$)=>{function wWe(t,e){return t?.[e]}k$.exports=wWe});var Jp=_((SFt,F$)=>{var IWe=b$(),BWe=Q$();function vWe(t,e){var r=BWe(t,e);return IWe(r)?r:void 0}F$.exports=vWe});var UP=_((xFt,T$)=>{var DWe=Jp(),PWe=_l(),SWe=DWe(PWe,"Map");T$.exports=SWe});var RI=_((bFt,R$)=>{var xWe=Jp(),bWe=xWe(Object,"create");R$.exports=bWe});var M$=_((kFt,L$)=>{var N$=RI();function kWe(){this.__data__=N$?N$(null):{},this.size=0}L$.exports=kWe});var U$=_((QFt,O$)=>{function QWe(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}O$.exports=QWe});var H$=_((FFt,_$)=>{var FWe=RI(),TWe="__lodash_hash_undefined__",RWe=Object.prototype,NWe=RWe.hasOwnProperty;function LWe(t){var e=this.__data__;if(FWe){var r=e[t];return r===TWe?void 0:r}return NWe.call(e,t)?e[t]:void 0}_$.exports=LWe});var q$=_((TFt,j$)=>{var MWe=RI(),OWe=Object.prototype,UWe=OWe.hasOwnProperty;function _We(t){var e=this.__data__;return MWe?e[t]!==void 0:UWe.call(e,t)}j$.exports=_We});var Y$=_((RFt,G$)=>{var HWe=RI(),jWe="__lodash_hash_undefined__";function qWe(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=HWe&&e===void 0?jWe:e,this}G$.exports=qWe});var V$=_((NFt,W$)=>{var GWe=M$(),YWe=U$(),WWe=H$(),VWe=q$(),KWe=Y$();function Ly(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e{var K$=V$(),JWe=FI(),zWe=UP();function XWe(){this.size=0,this.__data__={hash:new K$,map:new(zWe||JWe),string:new K$}}J$.exports=XWe});var Z$=_((MFt,X$)=>{function ZWe(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}X$.exports=ZWe});var NI=_((OFt,$$)=>{var $We=Z$();function eVe(t,e){var r=t.__data__;return $We(e)?r[typeof e=="string"?"string":"hash"]:r.map}$$.exports=eVe});var tee=_((UFt,eee)=>{var tVe=NI();function rVe(t){var e=tVe(this,t).delete(t);return this.size-=e?1:0,e}eee.exports=rVe});var nee=_((_Ft,ree)=>{var nVe=NI();function iVe(t){return nVe(this,t).get(t)}ree.exports=iVe});var see=_((HFt,iee)=>{var sVe=NI();function oVe(t){return sVe(this,t).has(t)}iee.exports=oVe});var aee=_((jFt,oee)=>{var aVe=NI();function lVe(t,e){var r=aVe(this,t),o=r.size;return r.set(t,e),this.size+=r.size==o?0:1,this}oee.exports=lVe});var _P=_((qFt,lee)=>{var cVe=z$(),uVe=tee(),AVe=nee(),fVe=see(),pVe=aee();function My(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e{var hVe=FI(),gVe=UP(),dVe=_P(),mVe=200;function yVe(t,e){var r=this.__data__;if(r instanceof hVe){var o=r.__data__;if(!gVe||o.length{var EVe=FI(),CVe=t$(),wVe=n$(),IVe=s$(),BVe=a$(),vVe=uee();function Oy(t){var e=this.__data__=new EVe(t);this.size=e.size}Oy.prototype.clear=CVe;Oy.prototype.delete=wVe;Oy.prototype.get=IVe;Oy.prototype.has=BVe;Oy.prototype.set=vVe;Aee.exports=Oy});var pee=_((WFt,fee)=>{var DVe="__lodash_hash_undefined__";function PVe(t){return this.__data__.set(t,DVe),this}fee.exports=PVe});var gee=_((VFt,hee)=>{function SVe(t){return this.__data__.has(t)}hee.exports=SVe});var mee=_((KFt,dee)=>{var xVe=_P(),bVe=pee(),kVe=gee();function jP(t){var e=-1,r=t==null?0:t.length;for(this.__data__=new xVe;++e{function QVe(t,e){for(var r=-1,o=t==null?0:t.length;++r{function FVe(t,e){return t.has(e)}Cee.exports=FVe});var GN=_((XFt,Iee)=>{var TVe=mee(),RVe=Eee(),NVe=wee(),LVe=1,MVe=2;function OVe(t,e,r,o,a,n){var u=r&LVe,A=t.length,p=e.length;if(A!=p&&!(u&&p>A))return!1;var h=n.get(t),E=n.get(e);if(h&&E)return h==e&&E==t;var I=-1,v=!0,b=r&MVe?new TVe:void 0;for(n.set(t,e),n.set(e,t);++I{var UVe=_l(),_Ve=UVe.Uint8Array;Bee.exports=_Ve});var Dee=_(($Ft,vee)=>{function HVe(t){var e=-1,r=Array(t.size);return t.forEach(function(o,a){r[++e]=[a,o]}),r}vee.exports=HVe});var See=_((eTt,Pee)=>{function jVe(t){var e=-1,r=Array(t.size);return t.forEach(function(o){r[++e]=o}),r}Pee.exports=jVe});var Fee=_((tTt,Qee)=>{var xee=fd(),bee=YN(),qVe=Ry(),GVe=GN(),YVe=Dee(),WVe=See(),VVe=1,KVe=2,JVe="[object Boolean]",zVe="[object Date]",XVe="[object Error]",ZVe="[object Map]",$Ve="[object Number]",eKe="[object RegExp]",tKe="[object Set]",rKe="[object String]",nKe="[object Symbol]",iKe="[object ArrayBuffer]",sKe="[object DataView]",kee=xee?xee.prototype:void 0,WN=kee?kee.valueOf:void 0;function oKe(t,e,r,o,a,n,u){switch(r){case sKe:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case iKe:return!(t.byteLength!=e.byteLength||!n(new bee(t),new bee(e)));case JVe:case zVe:case $Ve:return qVe(+t,+e);case XVe:return t.name==e.name&&t.message==e.message;case eKe:case rKe:return t==e+"";case ZVe:var A=YVe;case tKe:var p=o&VVe;if(A||(A=WVe),t.size!=e.size&&!p)return!1;var h=u.get(t);if(h)return h==e;o|=KVe,u.set(t,e);var E=GVe(A(t),A(e),o,a,n,u);return u.delete(t),E;case nKe:if(WN)return WN.call(t)==WN.call(e)}return!1}Qee.exports=oKe});var qP=_((rTt,Tee)=>{function aKe(t,e){for(var r=-1,o=e.length,a=t.length;++r{var lKe=Array.isArray;Ree.exports=lKe});var VN=_((iTt,Nee)=>{var cKe=qP(),uKe=Hl();function AKe(t,e,r){var o=e(t);return uKe(t)?o:cKe(o,r(t))}Nee.exports=AKe});var Mee=_((sTt,Lee)=>{function fKe(t,e){for(var r=-1,o=t==null?0:t.length,a=0,n=[];++r{function pKe(){return[]}Oee.exports=pKe});var GP=_((aTt,_ee)=>{var hKe=Mee(),gKe=KN(),dKe=Object.prototype,mKe=dKe.propertyIsEnumerable,Uee=Object.getOwnPropertySymbols,yKe=Uee?function(t){return t==null?[]:(t=Object(t),hKe(Uee(t),function(e){return mKe.call(t,e)}))}:gKe;_ee.exports=yKe});var jee=_((lTt,Hee)=>{function EKe(t,e){for(var r=-1,o=Array(t);++r{function CKe(t){return t!=null&&typeof t=="object"}qee.exports=CKe});var Yee=_((uTt,Gee)=>{var wKe=pd(),IKe=Ju(),BKe="[object Arguments]";function vKe(t){return IKe(t)&&wKe(t)==BKe}Gee.exports=vKe});var LI=_((ATt,Kee)=>{var Wee=Yee(),DKe=Ju(),Vee=Object.prototype,PKe=Vee.hasOwnProperty,SKe=Vee.propertyIsEnumerable,xKe=Wee(function(){return arguments}())?Wee:function(t){return DKe(t)&&PKe.call(t,"callee")&&!SKe.call(t,"callee")};Kee.exports=xKe});var zee=_((fTt,Jee)=>{function bKe(){return!1}Jee.exports=bKe});var OI=_((MI,Uy)=>{var kKe=_l(),QKe=zee(),$ee=typeof MI=="object"&&MI&&!MI.nodeType&&MI,Xee=$ee&&typeof Uy=="object"&&Uy&&!Uy.nodeType&&Uy,FKe=Xee&&Xee.exports===$ee,Zee=FKe?kKe.Buffer:void 0,TKe=Zee?Zee.isBuffer:void 0,RKe=TKe||QKe;Uy.exports=RKe});var UI=_((pTt,ete)=>{var NKe=9007199254740991,LKe=/^(?:0|[1-9]\d*)$/;function MKe(t,e){var r=typeof t;return e=e??NKe,!!e&&(r=="number"||r!="symbol"&&LKe.test(t))&&t>-1&&t%1==0&&t{var OKe=9007199254740991;function UKe(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=OKe}tte.exports=UKe});var nte=_((gTt,rte)=>{var _Ke=pd(),HKe=YP(),jKe=Ju(),qKe="[object Arguments]",GKe="[object Array]",YKe="[object Boolean]",WKe="[object Date]",VKe="[object Error]",KKe="[object Function]",JKe="[object Map]",zKe="[object Number]",XKe="[object Object]",ZKe="[object RegExp]",$Ke="[object Set]",eJe="[object String]",tJe="[object WeakMap]",rJe="[object ArrayBuffer]",nJe="[object DataView]",iJe="[object Float32Array]",sJe="[object Float64Array]",oJe="[object Int8Array]",aJe="[object Int16Array]",lJe="[object Int32Array]",cJe="[object Uint8Array]",uJe="[object Uint8ClampedArray]",AJe="[object Uint16Array]",fJe="[object Uint32Array]",ui={};ui[iJe]=ui[sJe]=ui[oJe]=ui[aJe]=ui[lJe]=ui[cJe]=ui[uJe]=ui[AJe]=ui[fJe]=!0;ui[qKe]=ui[GKe]=ui[rJe]=ui[YKe]=ui[nJe]=ui[WKe]=ui[VKe]=ui[KKe]=ui[JKe]=ui[zKe]=ui[XKe]=ui[ZKe]=ui[$Ke]=ui[eJe]=ui[tJe]=!1;function pJe(t){return jKe(t)&&HKe(t.length)&&!!ui[_Ke(t)]}rte.exports=pJe});var WP=_((dTt,ite)=>{function hJe(t){return function(e){return t(e)}}ite.exports=hJe});var VP=_((_I,_y)=>{var gJe=HN(),ste=typeof _I=="object"&&_I&&!_I.nodeType&&_I,HI=ste&&typeof _y=="object"&&_y&&!_y.nodeType&&_y,dJe=HI&&HI.exports===ste,JN=dJe&&gJe.process,mJe=function(){try{var t=HI&&HI.require&&HI.require("util").types;return t||JN&&JN.binding&&JN.binding("util")}catch{}}();_y.exports=mJe});var KP=_((mTt,lte)=>{var yJe=nte(),EJe=WP(),ote=VP(),ate=ote&&ote.isTypedArray,CJe=ate?EJe(ate):yJe;lte.exports=CJe});var zN=_((yTt,cte)=>{var wJe=jee(),IJe=LI(),BJe=Hl(),vJe=OI(),DJe=UI(),PJe=KP(),SJe=Object.prototype,xJe=SJe.hasOwnProperty;function bJe(t,e){var r=BJe(t),o=!r&&IJe(t),a=!r&&!o&&vJe(t),n=!r&&!o&&!a&&PJe(t),u=r||o||a||n,A=u?wJe(t.length,String):[],p=A.length;for(var h in t)(e||xJe.call(t,h))&&!(u&&(h=="length"||a&&(h=="offset"||h=="parent")||n&&(h=="buffer"||h=="byteLength"||h=="byteOffset")||DJe(h,p)))&&A.push(h);return A}cte.exports=bJe});var JP=_((ETt,ute)=>{var kJe=Object.prototype;function QJe(t){var e=t&&t.constructor,r=typeof e=="function"&&e.prototype||kJe;return t===r}ute.exports=QJe});var XN=_((CTt,Ate)=>{function FJe(t,e){return function(r){return t(e(r))}}Ate.exports=FJe});var pte=_((wTt,fte)=>{var TJe=XN(),RJe=TJe(Object.keys,Object);fte.exports=RJe});var gte=_((ITt,hte)=>{var NJe=JP(),LJe=pte(),MJe=Object.prototype,OJe=MJe.hasOwnProperty;function UJe(t){if(!NJe(t))return LJe(t);var e=[];for(var r in Object(t))OJe.call(t,r)&&r!="constructor"&&e.push(r);return e}hte.exports=UJe});var jI=_((BTt,dte)=>{var _Je=OP(),HJe=YP();function jJe(t){return t!=null&&HJe(t.length)&&!_Je(t)}dte.exports=jJe});var zP=_((vTt,mte)=>{var qJe=zN(),GJe=gte(),YJe=jI();function WJe(t){return YJe(t)?qJe(t):GJe(t)}mte.exports=WJe});var ZN=_((DTt,yte)=>{var VJe=VN(),KJe=GP(),JJe=zP();function zJe(t){return VJe(t,JJe,KJe)}yte.exports=zJe});var wte=_((PTt,Cte)=>{var Ete=ZN(),XJe=1,ZJe=Object.prototype,$Je=ZJe.hasOwnProperty;function eze(t,e,r,o,a,n){var u=r&XJe,A=Ete(t),p=A.length,h=Ete(e),E=h.length;if(p!=E&&!u)return!1;for(var I=p;I--;){var v=A[I];if(!(u?v in e:$Je.call(e,v)))return!1}var b=n.get(t),C=n.get(e);if(b&&C)return b==e&&C==t;var T=!0;n.set(t,e),n.set(e,t);for(var L=u;++I{var tze=Jp(),rze=_l(),nze=tze(rze,"DataView");Ite.exports=nze});var Dte=_((xTt,vte)=>{var ize=Jp(),sze=_l(),oze=ize(sze,"Promise");vte.exports=oze});var Ste=_((bTt,Pte)=>{var aze=Jp(),lze=_l(),cze=aze(lze,"Set");Pte.exports=cze});var bte=_((kTt,xte)=>{var uze=Jp(),Aze=_l(),fze=uze(Aze,"WeakMap");xte.exports=fze});var qI=_((QTt,Lte)=>{var $N=Bte(),eL=UP(),tL=Dte(),rL=Ste(),nL=bte(),Nte=pd(),Hy=qN(),kte="[object Map]",pze="[object Object]",Qte="[object Promise]",Fte="[object Set]",Tte="[object WeakMap]",Rte="[object DataView]",hze=Hy($N),gze=Hy(eL),dze=Hy(tL),mze=Hy(rL),yze=Hy(nL),hd=Nte;($N&&hd(new $N(new ArrayBuffer(1)))!=Rte||eL&&hd(new eL)!=kte||tL&&hd(tL.resolve())!=Qte||rL&&hd(new rL)!=Fte||nL&&hd(new nL)!=Tte)&&(hd=function(t){var e=Nte(t),r=e==pze?t.constructor:void 0,o=r?Hy(r):"";if(o)switch(o){case hze:return Rte;case gze:return kte;case dze:return Qte;case mze:return Fte;case yze:return Tte}return e});Lte.exports=hd});var Gte=_((FTt,qte)=>{var iL=HP(),Eze=GN(),Cze=Fee(),wze=wte(),Mte=qI(),Ote=Hl(),Ute=OI(),Ize=KP(),Bze=1,_te="[object Arguments]",Hte="[object Array]",XP="[object Object]",vze=Object.prototype,jte=vze.hasOwnProperty;function Dze(t,e,r,o,a,n){var u=Ote(t),A=Ote(e),p=u?Hte:Mte(t),h=A?Hte:Mte(e);p=p==_te?XP:p,h=h==_te?XP:h;var E=p==XP,I=h==XP,v=p==h;if(v&&Ute(t)){if(!Ute(e))return!1;u=!0,E=!1}if(v&&!E)return n||(n=new iL),u||Ize(t)?Eze(t,e,r,o,a,n):Cze(t,e,p,r,o,a,n);if(!(r&Bze)){var b=E&&jte.call(t,"__wrapped__"),C=I&&jte.call(e,"__wrapped__");if(b||C){var T=b?t.value():t,L=C?e.value():e;return n||(n=new iL),a(T,L,r,o,n)}}return v?(n||(n=new iL),wze(t,e,r,o,a,n)):!1}qte.exports=Dze});var Kte=_((TTt,Vte)=>{var Pze=Gte(),Yte=Ju();function Wte(t,e,r,o,a){return t===e?!0:t==null||e==null||!Yte(t)&&!Yte(e)?t!==t&&e!==e:Pze(t,e,r,o,Wte,a)}Vte.exports=Wte});var zte=_((RTt,Jte)=>{var Sze=Kte();function xze(t,e){return Sze(t,e)}Jte.exports=xze});var sL=_((NTt,Xte)=>{var bze=Jp(),kze=function(){try{var t=bze(Object,"defineProperty");return t({},"",{}),t}catch{}}();Xte.exports=kze});var ZP=_((LTt,$te)=>{var Zte=sL();function Qze(t,e,r){e=="__proto__"&&Zte?Zte(t,e,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[e]=r}$te.exports=Qze});var oL=_((MTt,ere)=>{var Fze=ZP(),Tze=Ry();function Rze(t,e,r){(r!==void 0&&!Tze(t[e],r)||r===void 0&&!(e in t))&&Fze(t,e,r)}ere.exports=Rze});var rre=_((OTt,tre)=>{function Nze(t){return function(e,r,o){for(var a=-1,n=Object(e),u=o(e),A=u.length;A--;){var p=u[t?A:++a];if(r(n[p],p,n)===!1)break}return e}}tre.exports=Nze});var ire=_((UTt,nre)=>{var Lze=rre(),Mze=Lze();nre.exports=Mze});var aL=_((GI,jy)=>{var Oze=_l(),lre=typeof GI=="object"&&GI&&!GI.nodeType&&GI,sre=lre&&typeof jy=="object"&&jy&&!jy.nodeType&&jy,Uze=sre&&sre.exports===lre,ore=Uze?Oze.Buffer:void 0,are=ore?ore.allocUnsafe:void 0;function _ze(t,e){if(e)return t.slice();var r=t.length,o=are?are(r):new t.constructor(r);return t.copy(o),o}jy.exports=_ze});var $P=_((_Tt,ure)=>{var cre=YN();function Hze(t){var e=new t.constructor(t.byteLength);return new cre(e).set(new cre(t)),e}ure.exports=Hze});var lL=_((HTt,Are)=>{var jze=$P();function qze(t,e){var r=e?jze(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}Are.exports=qze});var eS=_((jTt,fre)=>{function Gze(t,e){var r=-1,o=t.length;for(e||(e=Array(o));++r{var Yze=il(),pre=Object.create,Wze=function(){function t(){}return function(e){if(!Yze(e))return{};if(pre)return pre(e);t.prototype=e;var r=new t;return t.prototype=void 0,r}}();hre.exports=Wze});var tS=_((GTt,dre)=>{var Vze=XN(),Kze=Vze(Object.getPrototypeOf,Object);dre.exports=Kze});var cL=_((YTt,mre)=>{var Jze=gre(),zze=tS(),Xze=JP();function Zze(t){return typeof t.constructor=="function"&&!Xze(t)?Jze(zze(t)):{}}mre.exports=Zze});var Ere=_((WTt,yre)=>{var $ze=jI(),eXe=Ju();function tXe(t){return eXe(t)&&$ze(t)}yre.exports=tXe});var uL=_((VTt,wre)=>{var rXe=pd(),nXe=tS(),iXe=Ju(),sXe="[object Object]",oXe=Function.prototype,aXe=Object.prototype,Cre=oXe.toString,lXe=aXe.hasOwnProperty,cXe=Cre.call(Object);function uXe(t){if(!iXe(t)||rXe(t)!=sXe)return!1;var e=nXe(t);if(e===null)return!0;var r=lXe.call(e,"constructor")&&e.constructor;return typeof r=="function"&&r instanceof r&&Cre.call(r)==cXe}wre.exports=uXe});var AL=_((KTt,Ire)=>{function AXe(t,e){if(!(e==="constructor"&&typeof t[e]=="function")&&e!="__proto__")return t[e]}Ire.exports=AXe});var rS=_((JTt,Bre)=>{var fXe=ZP(),pXe=Ry(),hXe=Object.prototype,gXe=hXe.hasOwnProperty;function dXe(t,e,r){var o=t[e];(!(gXe.call(t,e)&&pXe(o,r))||r===void 0&&!(e in t))&&fXe(t,e,r)}Bre.exports=dXe});var gd=_((zTt,vre)=>{var mXe=rS(),yXe=ZP();function EXe(t,e,r,o){var a=!r;r||(r={});for(var n=-1,u=e.length;++n{function CXe(t){var e=[];if(t!=null)for(var r in Object(t))e.push(r);return e}Dre.exports=CXe});var xre=_((ZTt,Sre)=>{var wXe=il(),IXe=JP(),BXe=Pre(),vXe=Object.prototype,DXe=vXe.hasOwnProperty;function PXe(t){if(!wXe(t))return BXe(t);var e=IXe(t),r=[];for(var o in t)o=="constructor"&&(e||!DXe.call(t,o))||r.push(o);return r}Sre.exports=PXe});var qy=_(($Tt,bre)=>{var SXe=zN(),xXe=xre(),bXe=jI();function kXe(t){return bXe(t)?SXe(t,!0):xXe(t)}bre.exports=kXe});var Qre=_((eRt,kre)=>{var QXe=gd(),FXe=qy();function TXe(t){return QXe(t,FXe(t))}kre.exports=TXe});var Mre=_((tRt,Lre)=>{var Fre=oL(),RXe=aL(),NXe=lL(),LXe=eS(),MXe=cL(),Tre=LI(),Rre=Hl(),OXe=Ere(),UXe=OI(),_Xe=OP(),HXe=il(),jXe=uL(),qXe=KP(),Nre=AL(),GXe=Qre();function YXe(t,e,r,o,a,n,u){var A=Nre(t,r),p=Nre(e,r),h=u.get(p);if(h){Fre(t,r,h);return}var E=n?n(A,p,r+"",t,e,u):void 0,I=E===void 0;if(I){var v=Rre(p),b=!v&&UXe(p),C=!v&&!b&&qXe(p);E=p,v||b||C?Rre(A)?E=A:OXe(A)?E=LXe(A):b?(I=!1,E=RXe(p,!0)):C?(I=!1,E=NXe(p,!0)):E=[]:jXe(p)||Tre(p)?(E=A,Tre(A)?E=GXe(A):(!HXe(A)||_Xe(A))&&(E=MXe(p))):I=!1}I&&(u.set(p,E),a(E,p,o,n,u),u.delete(p)),Fre(t,r,E)}Lre.exports=YXe});var _re=_((rRt,Ure)=>{var WXe=HP(),VXe=oL(),KXe=ire(),JXe=Mre(),zXe=il(),XXe=qy(),ZXe=AL();function Ore(t,e,r,o,a){t!==e&&KXe(e,function(n,u){if(a||(a=new WXe),zXe(n))JXe(t,e,u,r,Ore,o,a);else{var A=o?o(ZXe(t,u),n,u+"",t,e,a):void 0;A===void 0&&(A=n),VXe(t,u,A)}},XXe)}Ure.exports=Ore});var fL=_((nRt,Hre)=>{function $Xe(t){return t}Hre.exports=$Xe});var qre=_((iRt,jre)=>{function eZe(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)}jre.exports=eZe});var pL=_((sRt,Yre)=>{var tZe=qre(),Gre=Math.max;function rZe(t,e,r){return e=Gre(e===void 0?t.length-1:e,0),function(){for(var o=arguments,a=-1,n=Gre(o.length-e,0),u=Array(n);++a{function nZe(t){return function(){return t}}Wre.exports=nZe});var zre=_((aRt,Jre)=>{var iZe=Vre(),Kre=sL(),sZe=fL(),oZe=Kre?function(t,e){return Kre(t,"toString",{configurable:!0,enumerable:!1,value:iZe(e),writable:!0})}:sZe;Jre.exports=oZe});var Zre=_((lRt,Xre)=>{var aZe=800,lZe=16,cZe=Date.now;function uZe(t){var e=0,r=0;return function(){var o=cZe(),a=lZe-(o-r);if(r=o,a>0){if(++e>=aZe)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}Xre.exports=uZe});var hL=_((cRt,$re)=>{var AZe=zre(),fZe=Zre(),pZe=fZe(AZe);$re.exports=pZe});var tne=_((uRt,ene)=>{var hZe=fL(),gZe=pL(),dZe=hL();function mZe(t,e){return dZe(gZe(t,e,hZe),t+"")}ene.exports=mZe});var nne=_((ARt,rne)=>{var yZe=Ry(),EZe=jI(),CZe=UI(),wZe=il();function IZe(t,e,r){if(!wZe(r))return!1;var o=typeof e;return(o=="number"?EZe(r)&&CZe(e,r.length):o=="string"&&e in r)?yZe(r[e],t):!1}rne.exports=IZe});var sne=_((fRt,ine)=>{var BZe=tne(),vZe=nne();function DZe(t){return BZe(function(e,r){var o=-1,a=r.length,n=a>1?r[a-1]:void 0,u=a>2?r[2]:void 0;for(n=t.length>3&&typeof n=="function"?(a--,n):void 0,u&&vZe(r[0],r[1],u)&&(n=a<3?void 0:n,a=1),e=Object(e);++o{var PZe=_re(),SZe=sne(),xZe=SZe(function(t,e,r,o){PZe(t,e,r,o)});one.exports=xZe});var je={};Kt(je,{AsyncActions:()=>mL,BufferStream:()=>dL,CachingStrategy:()=>Ene,DefaultStream:()=>yL,allSettledSafe:()=>Uc,assertNever:()=>CL,bufferStream:()=>Vy,buildIgnorePattern:()=>NZe,convertMapsToIndexableObjects:()=>iS,dynamicRequire:()=>vf,escapeRegExp:()=>kZe,getArrayWithDefault:()=>Gy,getFactoryWithDefault:()=>ol,getMapWithDefault:()=>Yy,getSetWithDefault:()=>dd,groupBy:()=>BL,isIndexableObject:()=>gL,isPathLike:()=>LZe,isTaggedYarnVersion:()=>bZe,makeDeferred:()=>dne,mapAndFilter:()=>sl,mapAndFind:()=>WI,mergeIntoTarget:()=>wne,overrideType:()=>QZe,parseBoolean:()=>VI,parseInt:()=>Ky,parseOptionalBoolean:()=>Cne,plural:()=>nS,prettifyAsyncErrors:()=>Wy,prettifySyncErrors:()=>wL,releaseAfterUseAsync:()=>TZe,replaceEnvVariables:()=>sS,sortMap:()=>ks,toMerged:()=>MZe,tryParseOptionalBoolean:()=>IL,validateEnum:()=>FZe});function bZe(t){return!!(pne.default.valid(t)&&t.match(/^[^-]+(-rc\.[0-9]+)?$/))}function nS(t,{one:e,more:r,zero:o=r}){return t===0?o:t===1?e:r}function kZe(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function QZe(t){}function CL(t){throw new Error(`Assertion failed: Unexpected object '${t}'`)}function FZe(t,e){let r=Object.values(t);if(!r.includes(e))throw new it(`Invalid value for enumeration: ${JSON.stringify(e)} (expected one of ${r.map(o=>JSON.stringify(o)).join(", ")})`);return e}function sl(t,e){let r=[];for(let o of t){let a=e(o);a!==hne&&r.push(a)}return r}function WI(t,e){for(let r of t){let o=e(r);if(o!==gne)return o}}function gL(t){return typeof t=="object"&&t!==null}async function Uc(t){let e=await Promise.allSettled(t),r=[];for(let o of e){if(o.status==="rejected")throw o.reason;r.push(o.value)}return r}function iS(t){if(t instanceof Map&&(t=Object.fromEntries(t)),gL(t))for(let e of Object.keys(t)){let r=t[e];gL(r)&&(t[e]=iS(r))}return t}function ol(t,e,r){let o=t.get(e);return typeof o>"u"&&t.set(e,o=r()),o}function Gy(t,e){let r=t.get(e);return typeof r>"u"&&t.set(e,r=[]),r}function dd(t,e){let r=t.get(e);return typeof r>"u"&&t.set(e,r=new Set),r}function Yy(t,e){let r=t.get(e);return typeof r>"u"&&t.set(e,r=new Map),r}async function TZe(t,e){if(e==null)return await t();try{return await t()}finally{await e()}}async function Wy(t,e){try{return await t()}catch(r){throw r.message=e(r.message),r}}function wL(t,e){try{return t()}catch(r){throw r.message=e(r.message),r}}async function Vy(t){return await new Promise((e,r)=>{let o=[];t.on("error",a=>{r(a)}),t.on("data",a=>{o.push(a)}),t.on("end",()=>{e(Buffer.concat(o))})})}function dne(){let t,e;return{promise:new Promise((o,a)=>{t=o,e=a}),resolve:t,reject:e}}function mne(t){return YI(ue.fromPortablePath(t))}function yne(path){let physicalPath=ue.fromPortablePath(path),currentCacheEntry=YI.cache[physicalPath];delete YI.cache[physicalPath];let result;try{result=mne(physicalPath);let freshCacheEntry=YI.cache[physicalPath],dynamicModule=eval("module"),freshCacheIndex=dynamicModule.children.indexOf(freshCacheEntry);freshCacheIndex!==-1&&dynamicModule.children.splice(freshCacheIndex,1)}finally{YI.cache[physicalPath]=currentCacheEntry}return result}function RZe(t){let e=lne.get(t),r=oe.statSync(t);if(e?.mtime===r.mtimeMs)return e.instance;let o=yne(t);return lne.set(t,{mtime:r.mtimeMs,instance:o}),o}function vf(t,{cachingStrategy:e=2}={}){switch(e){case 0:return yne(t);case 1:return RZe(t);case 2:return mne(t);default:throw new Error("Unsupported caching strategy")}}function ks(t,e){let r=Array.from(t);Array.isArray(e)||(e=[e]);let o=[];for(let n of e)o.push(r.map(u=>n(u)));let a=r.map((n,u)=>u);return a.sort((n,u)=>{for(let A of o){let p=A[n]A[u]?1:0;if(p!==0)return p}return 0}),a.map(n=>r[n])}function NZe(t){return t.length===0?null:t.map(e=>`(${Ane.default.makeRe(e,{windows:!1,dot:!0}).source})`).join("|")}function sS(t,{env:e}){let r=/\${(?[\d\w_]+)(?:)?(?:-(?[^}]*))?}/g;return t.replace(r,(...o)=>{let{variableName:a,colon:n,fallback:u}=o[o.length-1],A=Object.hasOwn(e,a),p=e[a];if(p||A&&!n)return p;if(u!=null)return u;throw new it(`Environment variable not found (${a})`)})}function VI(t){switch(t){case"true":case"1":case 1:case!0:return!0;case"false":case"0":case 0:case!1:return!1;default:throw new Error(`Couldn't parse "${t}" as a boolean`)}}function Cne(t){return typeof t>"u"?t:VI(t)}function IL(t){try{return Cne(t)}catch{return null}}function LZe(t){return!!(ue.isAbsolute(t)||t.match(/^(\.{1,2}|~)\//))}function wne(t,...e){let r=u=>({value:u}),o=r(t),a=e.map(u=>r(u)),{value:n}=(0,une.default)(o,...a,(u,A)=>{if(Array.isArray(u)&&Array.isArray(A)){for(let p of A)u.find(h=>(0,cne.default)(h,p))||u.push(p);return u}});return n}function MZe(...t){return wne({},...t)}function BL(t,e){let r=Object.create(null);for(let o of t){let a=o[e];r[a]??=[],r[a].push(o)}return r}function Ky(t){return typeof t=="string"?Number.parseInt(t,10):t}var cne,une,Ane,fne,pne,EL,hne,gne,dL,mL,yL,YI,lne,Ene,jl=Et(()=>{Pt();qt();cne=$e(zte()),une=$e(ane()),Ane=$e(Zo()),fne=$e(nd()),pne=$e(zn()),EL=Be("stream");hne=Symbol();sl.skip=hne;gne=Symbol();WI.skip=gne;dL=class extends EL.Transform{constructor(){super(...arguments);this.chunks=[]}_transform(r,o,a){if(o!=="buffer"||!Buffer.isBuffer(r))throw new Error("Assertion failed: BufferStream only accept buffers");this.chunks.push(r),a(null,null)}_flush(r){r(null,Buffer.concat(this.chunks))}};mL=class{constructor(e){this.deferred=new Map;this.promises=new Map;this.limit=(0,fne.default)(e)}set(e,r){let o=this.deferred.get(e);typeof o>"u"&&this.deferred.set(e,o=dne());let a=this.limit(()=>r());return this.promises.set(e,a),a.then(()=>{this.promises.get(e)===a&&o.resolve()},n=>{this.promises.get(e)===a&&o.reject(n)}),o.promise}reduce(e,r){let o=this.promises.get(e)??Promise.resolve();this.set(e,()=>r(o))}async wait(){await Promise.all(this.promises.values())}},yL=class extends EL.Transform{constructor(r=Buffer.alloc(0)){super();this.active=!0;this.ifEmpty=r}_transform(r,o,a){if(o!=="buffer"||!Buffer.isBuffer(r))throw new Error("Assertion failed: DefaultStream only accept buffers");this.active=!1,a(null,r)}_flush(r){this.active&&this.ifEmpty.length>0?r(null,this.ifEmpty):r(null)}},YI=eval("require");lne=new Map;Ene=(o=>(o[o.NoCache=0]="NoCache",o[o.FsTime=1]="FsTime",o[o.Node=2]="Node",o))(Ene||{})});var Jy,vL,DL,Ine=Et(()=>{Jy=(r=>(r.HARD="HARD",r.SOFT="SOFT",r))(Jy||{}),vL=(o=>(o.Dependency="Dependency",o.PeerDependency="PeerDependency",o.PeerDependencyMeta="PeerDependencyMeta",o))(vL||{}),DL=(o=>(o.Inactive="inactive",o.Redundant="redundant",o.Active="active",o))(DL||{})});var de={};Kt(de,{LogLevel:()=>uS,Style:()=>aS,Type:()=>yt,addLogFilterSupport:()=>zI,applyColor:()=>Ks,applyHyperlink:()=>Xy,applyStyle:()=>md,json:()=>yd,jsonOrPretty:()=>_Ze,mark:()=>kL,pretty:()=>Ot,prettyField:()=>zu,prettyList:()=>bL,prettyTruncatedLocatorList:()=>cS,stripAnsi:()=>zy.default,supportsColor:()=>lS,supportsHyperlinks:()=>xL,tuple:()=>_c});function Bne(t){let e=["KiB","MiB","GiB","TiB"],r=e.length;for(;r>1&&t<1024**r;)r-=1;let o=1024**r;return`${Math.floor(t*100/o)/100} ${e[r-1]}`}function _c(t,e){return[e,t]}function md(t,e,r){return t.get("enableColors")&&r&2&&(e=JI.default.bold(e)),e}function Ks(t,e,r){if(!t.get("enableColors"))return e;let o=OZe.get(r);if(o===null)return e;let a=typeof o>"u"?r:SL.level>=3?o[0]:o[1],n=typeof a=="number"?PL.ansi256(a):a.startsWith("#")?PL.hex(a):PL[a];if(typeof n!="function")throw new Error(`Invalid format type ${a}`);return n(e)}function Xy(t,e,r){return t.get("enableHyperlinks")?UZe?`\x1B]8;;${r}\x1B\\${e}\x1B]8;;\x1B\\`:`\x1B]8;;${r}\x07${e}\x1B]8;;\x07`:e}function Ot(t,e,r){if(e===null)return Ks(t,"null",yt.NULL);if(Object.hasOwn(oS,r))return oS[r].pretty(t,e);if(typeof e!="string")throw new Error(`Assertion failed: Expected the value to be a string, got ${typeof e}`);return Ks(t,e,r)}function bL(t,e,r,{separator:o=", "}={}){return[...e].map(a=>Ot(t,a,r)).join(o)}function yd(t,e){if(t===null)return null;if(Object.hasOwn(oS,e))return oS[e].json(t);if(typeof t!="string")throw new Error(`Assertion failed: Expected the value to be a string, got ${typeof t}`);return t}function _Ze(t,e,[r,o]){return t?yd(r,o):Ot(e,r,o)}function kL(t){return{Check:Ks(t,"\u2713","green"),Cross:Ks(t,"\u2718","red"),Question:Ks(t,"?","cyan")}}function zu(t,{label:e,value:[r,o]}){return`${Ot(t,e,yt.CODE)}: ${Ot(t,r,o)}`}function cS(t,e,r){let o=[],a=[...e],n=r;for(;a.length>0;){let h=a[0],E=`${jr(t,h)}, `,I=QL(h).length+2;if(o.length>0&&nh).join("").slice(0,-2);let u="X".repeat(a.length.toString().length),A=`and ${u} more.`,p=a.length;for(;o.length>1&&nh).join(""),A.replace(u,Ot(t,p,yt.NUMBER))].join("")}function zI(t,{configuration:e}){let r=e.get("logFilters"),o=new Map,a=new Map,n=[];for(let I of r){let v=I.get("level");if(typeof v>"u")continue;let b=I.get("code");typeof b<"u"&&o.set(b,v);let C=I.get("text");typeof C<"u"&&a.set(C,v);let T=I.get("pattern");typeof T<"u"&&n.push([vne.default.matcher(T,{contains:!0}),v])}n.reverse();let u=(I,v,b)=>{if(I===null||I===0)return b;let C=a.size>0||n.length>0?(0,zy.default)(v):v;if(a.size>0){let T=a.get(C);if(typeof T<"u")return T??b}if(n.length>0){for(let[T,L]of n)if(T(C))return L??b}if(o.size>0){let T=o.get(Wu(I));if(typeof T<"u")return T??b}return b},A=t.reportInfo,p=t.reportWarning,h=t.reportError,E=function(I,v,b,C){switch(u(v,b,C)){case"info":A.call(I,v,b);break;case"warning":p.call(I,v??0,b);break;case"error":h.call(I,v??0,b);break}};t.reportInfo=function(...I){return E(this,...I,"info")},t.reportWarning=function(...I){return E(this,...I,"warning")},t.reportError=function(...I){return E(this,...I,"error")}}var JI,KI,vne,zy,Dne,yt,aS,SL,lS,xL,PL,OZe,So,oS,UZe,uS,ql=Et(()=>{Pt();JI=$e(vN()),KI=$e(ed());qt();vne=$e(Zo()),zy=$e(MP()),Dne=Be("util");pP();xo();yt={NO_HINT:"NO_HINT",ID:"ID",NULL:"NULL",SCOPE:"SCOPE",NAME:"NAME",RANGE:"RANGE",REFERENCE:"REFERENCE",NUMBER:"NUMBER",PATH:"PATH",URL:"URL",ADDED:"ADDED",REMOVED:"REMOVED",CODE:"CODE",INSPECT:"INSPECT",DURATION:"DURATION",SIZE:"SIZE",SIZE_DIFF:"SIZE_DIFF",IDENT:"IDENT",DESCRIPTOR:"DESCRIPTOR",LOCATOR:"LOCATOR",RESOLUTION:"RESOLUTION",DEPENDENT:"DEPENDENT",PACKAGE_EXTENSION:"PACKAGE_EXTENSION",SETTING:"SETTING",MARKDOWN:"MARKDOWN",MARKDOWN_INLINE:"MARKDOWN_INLINE"},aS=(e=>(e[e.BOLD=2]="BOLD",e))(aS||{}),SL=KI.default.GITHUB_ACTIONS?{level:2}:JI.default.supportsColor?{level:JI.default.supportsColor.level}:{level:0},lS=SL.level!==0,xL=lS&&!KI.default.GITHUB_ACTIONS&&!KI.default.CIRCLE&&!KI.default.GITLAB,PL=new JI.default.Instance(SL),OZe=new Map([[yt.NO_HINT,null],[yt.NULL,["#a853b5",129]],[yt.SCOPE,["#d75f00",166]],[yt.NAME,["#d7875f",173]],[yt.RANGE,["#00afaf",37]],[yt.REFERENCE,["#87afff",111]],[yt.NUMBER,["#ffd700",220]],[yt.PATH,["#d75fd7",170]],[yt.URL,["#d75fd7",170]],[yt.ADDED,["#5faf00",70]],[yt.REMOVED,["#ff3131",160]],[yt.CODE,["#87afff",111]],[yt.SIZE,["#ffd700",220]]]),So=t=>t;oS={[yt.ID]:So({pretty:(t,e)=>typeof e=="number"?Ks(t,`${e}`,yt.NUMBER):Ks(t,e,yt.CODE),json:t=>t}),[yt.INSPECT]:So({pretty:(t,e)=>(0,Dne.inspect)(e,{depth:1/0,colors:t.get("enableColors"),compact:!0,breakLength:1/0}),json:t=>t}),[yt.NUMBER]:So({pretty:(t,e)=>Ks(t,`${e}`,yt.NUMBER),json:t=>t}),[yt.IDENT]:So({pretty:(t,e)=>cs(t,e),json:t=>fn(t)}),[yt.LOCATOR]:So({pretty:(t,e)=>jr(t,e),json:t=>xa(t)}),[yt.DESCRIPTOR]:So({pretty:(t,e)=>qn(t,e),json:t=>Sa(t)}),[yt.RESOLUTION]:So({pretty:(t,{descriptor:e,locator:r})=>XI(t,e,r),json:({descriptor:t,locator:e})=>({descriptor:Sa(t),locator:e!==null?xa(e):null})}),[yt.DEPENDENT]:So({pretty:(t,{locator:e,descriptor:r})=>FL(t,e,r),json:({locator:t,descriptor:e})=>({locator:xa(t),descriptor:Sa(e)})}),[yt.PACKAGE_EXTENSION]:So({pretty:(t,e)=>{switch(e.type){case"Dependency":return`${cs(t,e.parentDescriptor)} \u27A4 ${Ks(t,"dependencies",yt.CODE)} \u27A4 ${cs(t,e.descriptor)}`;case"PeerDependency":return`${cs(t,e.parentDescriptor)} \u27A4 ${Ks(t,"peerDependencies",yt.CODE)} \u27A4 ${cs(t,e.descriptor)}`;case"PeerDependencyMeta":return`${cs(t,e.parentDescriptor)} \u27A4 ${Ks(t,"peerDependenciesMeta",yt.CODE)} \u27A4 ${cs(t,Js(e.selector))} \u27A4 ${Ks(t,e.key,yt.CODE)}`;default:throw new Error(`Assertion failed: Unsupported package extension type: ${e.type}`)}},json:t=>{switch(t.type){case"Dependency":return`${fn(t.parentDescriptor)} > ${fn(t.descriptor)}`;case"PeerDependency":return`${fn(t.parentDescriptor)} >> ${fn(t.descriptor)}`;case"PeerDependencyMeta":return`${fn(t.parentDescriptor)} >> ${t.selector} / ${t.key}`;default:throw new Error(`Assertion failed: Unsupported package extension type: ${t.type}`)}}}),[yt.SETTING]:So({pretty:(t,e)=>(t.get(e),Xy(t,Ks(t,e,yt.CODE),`https://yarnpkg.com/configuration/yarnrc#${e}`)),json:t=>t}),[yt.DURATION]:So({pretty:(t,e)=>{if(e>1e3*60){let r=Math.floor(e/1e3/60),o=Math.ceil((e-r*60*1e3)/1e3);return o===0?`${r}m`:`${r}m ${o}s`}else{let r=Math.floor(e/1e3),o=e-r*1e3;return o===0?`${r}s`:`${r}s ${o}ms`}},json:t=>t}),[yt.SIZE]:So({pretty:(t,e)=>Ks(t,Bne(e),yt.NUMBER),json:t=>t}),[yt.SIZE_DIFF]:So({pretty:(t,e)=>{let r=e>=0?"+":"-",o=r==="+"?yt.REMOVED:yt.ADDED;return Ks(t,`${r} ${Bne(Math.max(Math.abs(e),1))}`,o)},json:t=>t}),[yt.PATH]:So({pretty:(t,e)=>Ks(t,ue.fromPortablePath(e),yt.PATH),json:t=>ue.fromPortablePath(t)}),[yt.MARKDOWN]:So({pretty:(t,{text:e,format:r,paragraphs:o})=>Do(e,{format:r,paragraphs:o}),json:({text:t})=>t}),[yt.MARKDOWN_INLINE]:So({pretty:(t,e)=>(e=e.replace(/(`+)((?:.|[\n])*?)\1/g,(r,o,a)=>Ot(t,o+a+o,yt.CODE)),e=e.replace(/(\*\*)((?:.|[\n])*?)\1/g,(r,o,a)=>md(t,a,2)),e),json:t=>t})};UZe=!!process.env.KONSOLE_VERSION;uS=(a=>(a.Error="error",a.Warning="warning",a.Info="info",a.Discard="discard",a))(uS||{})});var Pne=_(Zy=>{"use strict";Object.defineProperty(Zy,"__esModule",{value:!0});Zy.splitWhen=Zy.flatten=void 0;function HZe(t){return t.reduce((e,r)=>[].concat(e,r),[])}Zy.flatten=HZe;function jZe(t,e){let r=[[]],o=0;for(let a of t)e(a)?(o++,r[o]=[]):r[o].push(a);return r}Zy.splitWhen=jZe});var Sne=_(AS=>{"use strict";Object.defineProperty(AS,"__esModule",{value:!0});AS.isEnoentCodeError=void 0;function qZe(t){return t.code==="ENOENT"}AS.isEnoentCodeError=qZe});var xne=_(fS=>{"use strict";Object.defineProperty(fS,"__esModule",{value:!0});fS.createDirentFromStats=void 0;var TL=class{constructor(e,r){this.name=e,this.isBlockDevice=r.isBlockDevice.bind(r),this.isCharacterDevice=r.isCharacterDevice.bind(r),this.isDirectory=r.isDirectory.bind(r),this.isFIFO=r.isFIFO.bind(r),this.isFile=r.isFile.bind(r),this.isSocket=r.isSocket.bind(r),this.isSymbolicLink=r.isSymbolicLink.bind(r)}};function GZe(t,e){return new TL(t,e)}fS.createDirentFromStats=GZe});var bne=_(Xu=>{"use strict";Object.defineProperty(Xu,"__esModule",{value:!0});Xu.removeLeadingDotSegment=Xu.escape=Xu.makeAbsolute=Xu.unixify=void 0;var YZe=Be("path"),WZe=2,VZe=/(\\?)([()*?[\]{|}]|^!|[!+@](?=\())/g;function KZe(t){return t.replace(/\\/g,"/")}Xu.unixify=KZe;function JZe(t,e){return YZe.resolve(t,e)}Xu.makeAbsolute=JZe;function zZe(t){return t.replace(VZe,"\\$2")}Xu.escape=zZe;function XZe(t){if(t.charAt(0)==="."){let e=t.charAt(1);if(e==="/"||e==="\\")return t.slice(WZe)}return t}Xu.removeLeadingDotSegment=XZe});var Qne=_((xRt,kne)=>{kne.exports=function(e){if(typeof e!="string"||e==="")return!1;for(var r;r=/(\\).|([@?!+*]\(.*\))/g.exec(e);){if(r[2])return!0;e=e.slice(r.index+r[0].length)}return!1}});var Rne=_((bRt,Tne)=>{var ZZe=Qne(),Fne={"{":"}","(":")","[":"]"},$Ze=function(t){if(t[0]==="!")return!0;for(var e=0,r=-2,o=-2,a=-2,n=-2,u=-2;ee&&(u===-1||u>o||(u=t.indexOf("\\",e),u===-1||u>o)))||a!==-1&&t[e]==="{"&&t[e+1]!=="}"&&(a=t.indexOf("}",e),a>e&&(u=t.indexOf("\\",e),u===-1||u>a))||n!==-1&&t[e]==="("&&t[e+1]==="?"&&/[:!=]/.test(t[e+2])&&t[e+3]!==")"&&(n=t.indexOf(")",e),n>e&&(u=t.indexOf("\\",e),u===-1||u>n))||r!==-1&&t[e]==="("&&t[e+1]!=="|"&&(rr&&(u=t.indexOf("\\",r),u===-1||u>n))))return!0;if(t[e]==="\\"){var A=t[e+1];e+=2;var p=Fne[A];if(p){var h=t.indexOf(p,e);h!==-1&&(e=h+1)}if(t[e]==="!")return!0}else e++}return!1},e$e=function(t){if(t[0]==="!")return!0;for(var e=0;e{"use strict";var t$e=Rne(),r$e=Be("path").posix.dirname,n$e=Be("os").platform()==="win32",RL="/",i$e=/\\/g,s$e=/[\{\[].*[\}\]]$/,o$e=/(^|[^\\])([\{\[]|\([^\)]+$)/,a$e=/\\([\!\*\?\|\[\]\(\)\{\}])/g;Nne.exports=function(e,r){var o=Object.assign({flipBackslashes:!0},r);o.flipBackslashes&&n$e&&e.indexOf(RL)<0&&(e=e.replace(i$e,RL)),s$e.test(e)&&(e+=RL),e+="a";do e=r$e(e);while(t$e(e)||o$e.test(e));return e.replace(a$e,"$1")}});var Gne=_(qr=>{"use strict";Object.defineProperty(qr,"__esModule",{value:!0});qr.matchAny=qr.convertPatternsToRe=qr.makeRe=qr.getPatternParts=qr.expandBraceExpansion=qr.expandPatternsWithBraceExpansion=qr.isAffectDepthOfReadingPattern=qr.endsWithSlashGlobStar=qr.hasGlobStar=qr.getBaseDirectory=qr.isPatternRelatedToParentDirectory=qr.getPatternsOutsideCurrentDirectory=qr.getPatternsInsideCurrentDirectory=qr.getPositivePatterns=qr.getNegativePatterns=qr.isPositivePattern=qr.isNegativePattern=qr.convertToNegativePattern=qr.convertToPositivePattern=qr.isDynamicPattern=qr.isStaticPattern=void 0;var l$e=Be("path"),c$e=Lne(),NL=Zo(),Mne="**",u$e="\\",A$e=/[*?]|^!/,f$e=/\[[^[]*]/,p$e=/(?:^|[^!*+?@])\([^(]*\|[^|]*\)/,h$e=/[!*+?@]\([^(]*\)/,g$e=/,|\.\./;function One(t,e={}){return!Une(t,e)}qr.isStaticPattern=One;function Une(t,e={}){return t===""?!1:!!(e.caseSensitiveMatch===!1||t.includes(u$e)||A$e.test(t)||f$e.test(t)||p$e.test(t)||e.extglob!==!1&&h$e.test(t)||e.braceExpansion!==!1&&d$e(t))}qr.isDynamicPattern=Une;function d$e(t){let e=t.indexOf("{");if(e===-1)return!1;let r=t.indexOf("}",e+1);if(r===-1)return!1;let o=t.slice(e,r);return g$e.test(o)}function m$e(t){return pS(t)?t.slice(1):t}qr.convertToPositivePattern=m$e;function y$e(t){return"!"+t}qr.convertToNegativePattern=y$e;function pS(t){return t.startsWith("!")&&t[1]!=="("}qr.isNegativePattern=pS;function _ne(t){return!pS(t)}qr.isPositivePattern=_ne;function E$e(t){return t.filter(pS)}qr.getNegativePatterns=E$e;function C$e(t){return t.filter(_ne)}qr.getPositivePatterns=C$e;function w$e(t){return t.filter(e=>!LL(e))}qr.getPatternsInsideCurrentDirectory=w$e;function I$e(t){return t.filter(LL)}qr.getPatternsOutsideCurrentDirectory=I$e;function LL(t){return t.startsWith("..")||t.startsWith("./..")}qr.isPatternRelatedToParentDirectory=LL;function B$e(t){return c$e(t,{flipBackslashes:!1})}qr.getBaseDirectory=B$e;function v$e(t){return t.includes(Mne)}qr.hasGlobStar=v$e;function Hne(t){return t.endsWith("/"+Mne)}qr.endsWithSlashGlobStar=Hne;function D$e(t){let e=l$e.basename(t);return Hne(t)||One(e)}qr.isAffectDepthOfReadingPattern=D$e;function P$e(t){return t.reduce((e,r)=>e.concat(jne(r)),[])}qr.expandPatternsWithBraceExpansion=P$e;function jne(t){return NL.braces(t,{expand:!0,nodupes:!0})}qr.expandBraceExpansion=jne;function S$e(t,e){let{parts:r}=NL.scan(t,Object.assign(Object.assign({},e),{parts:!0}));return r.length===0&&(r=[t]),r[0].startsWith("/")&&(r[0]=r[0].slice(1),r.unshift("")),r}qr.getPatternParts=S$e;function qne(t,e){return NL.makeRe(t,e)}qr.makeRe=qne;function x$e(t,e){return t.map(r=>qne(r,e))}qr.convertPatternsToRe=x$e;function b$e(t,e){return e.some(r=>r.test(t))}qr.matchAny=b$e});var Kne=_((FRt,Vne)=>{"use strict";var k$e=Be("stream"),Yne=k$e.PassThrough,Q$e=Array.prototype.slice;Vne.exports=F$e;function F$e(){let t=[],e=Q$e.call(arguments),r=!1,o=e[e.length-1];o&&!Array.isArray(o)&&o.pipe==null?e.pop():o={};let a=o.end!==!1,n=o.pipeError===!0;o.objectMode==null&&(o.objectMode=!0),o.highWaterMark==null&&(o.highWaterMark=64*1024);let u=Yne(o);function A(){for(let E=0,I=arguments.length;E0||(r=!1,p())}function b(C){function T(){C.removeListener("merge2UnpipeEnd",T),C.removeListener("end",T),n&&C.removeListener("error",L),v()}function L(U){u.emit("error",U)}if(C._readableState.endEmitted)return v();C.on("merge2UnpipeEnd",T),C.on("end",T),n&&C.on("error",L),C.pipe(u,{end:!1}),C.resume()}for(let C=0;C{"use strict";Object.defineProperty(hS,"__esModule",{value:!0});hS.merge=void 0;var T$e=Kne();function R$e(t){let e=T$e(t);return t.forEach(r=>{r.once("error",o=>e.emit("error",o))}),e.once("close",()=>Jne(t)),e.once("end",()=>Jne(t)),e}hS.merge=R$e;function Jne(t){t.forEach(e=>e.emit("close"))}});var Xne=_($y=>{"use strict";Object.defineProperty($y,"__esModule",{value:!0});$y.isEmpty=$y.isString=void 0;function N$e(t){return typeof t=="string"}$y.isString=N$e;function L$e(t){return t===""}$y.isEmpty=L$e});var Df=_(bo=>{"use strict";Object.defineProperty(bo,"__esModule",{value:!0});bo.string=bo.stream=bo.pattern=bo.path=bo.fs=bo.errno=bo.array=void 0;var M$e=Pne();bo.array=M$e;var O$e=Sne();bo.errno=O$e;var U$e=xne();bo.fs=U$e;var _$e=bne();bo.path=_$e;var H$e=Gne();bo.pattern=H$e;var j$e=zne();bo.stream=j$e;var q$e=Xne();bo.string=q$e});var eie=_(ko=>{"use strict";Object.defineProperty(ko,"__esModule",{value:!0});ko.convertPatternGroupToTask=ko.convertPatternGroupsToTasks=ko.groupPatternsByBaseDirectory=ko.getNegativePatternsAsPositive=ko.getPositivePatterns=ko.convertPatternsToTasks=ko.generate=void 0;var Pf=Df();function G$e(t,e){let r=Zne(t),o=$ne(t,e.ignore),a=r.filter(p=>Pf.pattern.isStaticPattern(p,e)),n=r.filter(p=>Pf.pattern.isDynamicPattern(p,e)),u=ML(a,o,!1),A=ML(n,o,!0);return u.concat(A)}ko.generate=G$e;function ML(t,e,r){let o=[],a=Pf.pattern.getPatternsOutsideCurrentDirectory(t),n=Pf.pattern.getPatternsInsideCurrentDirectory(t),u=OL(a),A=OL(n);return o.push(...UL(u,e,r)),"."in A?o.push(_L(".",n,e,r)):o.push(...UL(A,e,r)),o}ko.convertPatternsToTasks=ML;function Zne(t){return Pf.pattern.getPositivePatterns(t)}ko.getPositivePatterns=Zne;function $ne(t,e){return Pf.pattern.getNegativePatterns(t).concat(e).map(Pf.pattern.convertToPositivePattern)}ko.getNegativePatternsAsPositive=$ne;function OL(t){let e={};return t.reduce((r,o)=>{let a=Pf.pattern.getBaseDirectory(o);return a in r?r[a].push(o):r[a]=[o],r},e)}ko.groupPatternsByBaseDirectory=OL;function UL(t,e,r){return Object.keys(t).map(o=>_L(o,t[o],e,r))}ko.convertPatternGroupsToTasks=UL;function _L(t,e,r,o){return{dynamic:o,positive:e,negative:r,base:t,patterns:[].concat(e,r.map(Pf.pattern.convertToNegativePattern))}}ko.convertPatternGroupToTask=_L});var rie=_(eE=>{"use strict";Object.defineProperty(eE,"__esModule",{value:!0});eE.removeDuplicateSlashes=eE.transform=void 0;var Y$e=/(?!^)\/{2,}/g;function W$e(t){return t.map(e=>tie(e))}eE.transform=W$e;function tie(t){return t.replace(Y$e,"/")}eE.removeDuplicateSlashes=tie});var iie=_(gS=>{"use strict";Object.defineProperty(gS,"__esModule",{value:!0});gS.read=void 0;function V$e(t,e,r){e.fs.lstat(t,(o,a)=>{if(o!==null){nie(r,o);return}if(!a.isSymbolicLink()||!e.followSymbolicLink){HL(r,a);return}e.fs.stat(t,(n,u)=>{if(n!==null){if(e.throwErrorOnBrokenSymbolicLink){nie(r,n);return}HL(r,a);return}e.markSymbolicLink&&(u.isSymbolicLink=()=>!0),HL(r,u)})})}gS.read=V$e;function nie(t,e){t(e)}function HL(t,e){t(null,e)}});var sie=_(dS=>{"use strict";Object.defineProperty(dS,"__esModule",{value:!0});dS.read=void 0;function K$e(t,e){let r=e.fs.lstatSync(t);if(!r.isSymbolicLink()||!e.followSymbolicLink)return r;try{let o=e.fs.statSync(t);return e.markSymbolicLink&&(o.isSymbolicLink=()=>!0),o}catch(o){if(!e.throwErrorOnBrokenSymbolicLink)return r;throw o}}dS.read=K$e});var oie=_(zp=>{"use strict";Object.defineProperty(zp,"__esModule",{value:!0});zp.createFileSystemAdapter=zp.FILE_SYSTEM_ADAPTER=void 0;var mS=Be("fs");zp.FILE_SYSTEM_ADAPTER={lstat:mS.lstat,stat:mS.stat,lstatSync:mS.lstatSync,statSync:mS.statSync};function J$e(t){return t===void 0?zp.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},zp.FILE_SYSTEM_ADAPTER),t)}zp.createFileSystemAdapter=J$e});var aie=_(qL=>{"use strict";Object.defineProperty(qL,"__esModule",{value:!0});var z$e=oie(),jL=class{constructor(e={}){this._options=e,this.followSymbolicLink=this._getValue(this._options.followSymbolicLink,!0),this.fs=z$e.createFileSystemAdapter(this._options.fs),this.markSymbolicLink=this._getValue(this._options.markSymbolicLink,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0)}_getValue(e,r){return e??r}};qL.default=jL});var Ed=_(Xp=>{"use strict";Object.defineProperty(Xp,"__esModule",{value:!0});Xp.statSync=Xp.stat=Xp.Settings=void 0;var lie=iie(),X$e=sie(),YL=aie();Xp.Settings=YL.default;function Z$e(t,e,r){if(typeof e=="function"){lie.read(t,WL(),e);return}lie.read(t,WL(e),r)}Xp.stat=Z$e;function $$e(t,e){let r=WL(e);return X$e.read(t,r)}Xp.statSync=$$e;function WL(t={}){return t instanceof YL.default?t:new YL.default(t)}});var uie=_((qRt,cie)=>{cie.exports=eet;function eet(t,e){var r,o,a,n=!0;Array.isArray(t)?(r=[],o=t.length):(a=Object.keys(t),r={},o=a.length);function u(p){function h(){e&&e(p,r),e=null}n?process.nextTick(h):h()}function A(p,h,E){r[p]=E,(--o===0||h)&&u(h)}o?a?a.forEach(function(p){t[p](function(h,E){A(p,h,E)})}):t.forEach(function(p,h){p(function(E,I){A(h,E,I)})}):u(null),n=!1}});var VL=_(ES=>{"use strict";Object.defineProperty(ES,"__esModule",{value:!0});ES.IS_SUPPORT_READDIR_WITH_FILE_TYPES=void 0;var yS=process.versions.node.split(".");if(yS[0]===void 0||yS[1]===void 0)throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);var Aie=Number.parseInt(yS[0],10),tet=Number.parseInt(yS[1],10),fie=10,ret=10,net=Aie>fie,iet=Aie===fie&&tet>=ret;ES.IS_SUPPORT_READDIR_WITH_FILE_TYPES=net||iet});var pie=_(CS=>{"use strict";Object.defineProperty(CS,"__esModule",{value:!0});CS.createDirentFromStats=void 0;var KL=class{constructor(e,r){this.name=e,this.isBlockDevice=r.isBlockDevice.bind(r),this.isCharacterDevice=r.isCharacterDevice.bind(r),this.isDirectory=r.isDirectory.bind(r),this.isFIFO=r.isFIFO.bind(r),this.isFile=r.isFile.bind(r),this.isSocket=r.isSocket.bind(r),this.isSymbolicLink=r.isSymbolicLink.bind(r)}};function set(t,e){return new KL(t,e)}CS.createDirentFromStats=set});var JL=_(wS=>{"use strict";Object.defineProperty(wS,"__esModule",{value:!0});wS.fs=void 0;var oet=pie();wS.fs=oet});var zL=_(IS=>{"use strict";Object.defineProperty(IS,"__esModule",{value:!0});IS.joinPathSegments=void 0;function aet(t,e,r){return t.endsWith(r)?t+e:t+r+e}IS.joinPathSegments=aet});var Eie=_(Zp=>{"use strict";Object.defineProperty(Zp,"__esModule",{value:!0});Zp.readdir=Zp.readdirWithFileTypes=Zp.read=void 0;var cet=Ed(),hie=uie(),uet=VL(),gie=JL(),die=zL();function Aet(t,e,r){if(!e.stats&&uet.IS_SUPPORT_READDIR_WITH_FILE_TYPES){mie(t,e,r);return}yie(t,e,r)}Zp.read=Aet;function mie(t,e,r){e.fs.readdir(t,{withFileTypes:!0},(o,a)=>{if(o!==null){BS(r,o);return}let n=a.map(A=>({dirent:A,name:A.name,path:die.joinPathSegments(t,A.name,e.pathSegmentSeparator)}));if(!e.followSymbolicLinks){XL(r,n);return}let u=n.map(A=>fet(A,e));hie(u,(A,p)=>{if(A!==null){BS(r,A);return}XL(r,p)})})}Zp.readdirWithFileTypes=mie;function fet(t,e){return r=>{if(!t.dirent.isSymbolicLink()){r(null,t);return}e.fs.stat(t.path,(o,a)=>{if(o!==null){if(e.throwErrorOnBrokenSymbolicLink){r(o);return}r(null,t);return}t.dirent=gie.fs.createDirentFromStats(t.name,a),r(null,t)})}}function yie(t,e,r){e.fs.readdir(t,(o,a)=>{if(o!==null){BS(r,o);return}let n=a.map(u=>{let A=die.joinPathSegments(t,u,e.pathSegmentSeparator);return p=>{cet.stat(A,e.fsStatSettings,(h,E)=>{if(h!==null){p(h);return}let I={name:u,path:A,dirent:gie.fs.createDirentFromStats(u,E)};e.stats&&(I.stats=E),p(null,I)})}});hie(n,(u,A)=>{if(u!==null){BS(r,u);return}XL(r,A)})})}Zp.readdir=yie;function BS(t,e){t(e)}function XL(t,e){t(null,e)}});var vie=_($p=>{"use strict";Object.defineProperty($p,"__esModule",{value:!0});$p.readdir=$p.readdirWithFileTypes=$p.read=void 0;var pet=Ed(),het=VL(),Cie=JL(),wie=zL();function get(t,e){return!e.stats&&het.IS_SUPPORT_READDIR_WITH_FILE_TYPES?Iie(t,e):Bie(t,e)}$p.read=get;function Iie(t,e){return e.fs.readdirSync(t,{withFileTypes:!0}).map(o=>{let a={dirent:o,name:o.name,path:wie.joinPathSegments(t,o.name,e.pathSegmentSeparator)};if(a.dirent.isSymbolicLink()&&e.followSymbolicLinks)try{let n=e.fs.statSync(a.path);a.dirent=Cie.fs.createDirentFromStats(a.name,n)}catch(n){if(e.throwErrorOnBrokenSymbolicLink)throw n}return a})}$p.readdirWithFileTypes=Iie;function Bie(t,e){return e.fs.readdirSync(t).map(o=>{let a=wie.joinPathSegments(t,o,e.pathSegmentSeparator),n=pet.statSync(a,e.fsStatSettings),u={name:o,path:a,dirent:Cie.fs.createDirentFromStats(o,n)};return e.stats&&(u.stats=n),u})}$p.readdir=Bie});var Die=_(eh=>{"use strict";Object.defineProperty(eh,"__esModule",{value:!0});eh.createFileSystemAdapter=eh.FILE_SYSTEM_ADAPTER=void 0;var tE=Be("fs");eh.FILE_SYSTEM_ADAPTER={lstat:tE.lstat,stat:tE.stat,lstatSync:tE.lstatSync,statSync:tE.statSync,readdir:tE.readdir,readdirSync:tE.readdirSync};function det(t){return t===void 0?eh.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},eh.FILE_SYSTEM_ADAPTER),t)}eh.createFileSystemAdapter=det});var Pie=_($L=>{"use strict";Object.defineProperty($L,"__esModule",{value:!0});var met=Be("path"),yet=Ed(),Eet=Die(),ZL=class{constructor(e={}){this._options=e,this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!1),this.fs=Eet.createFileSystemAdapter(this._options.fs),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,met.sep),this.stats=this._getValue(this._options.stats,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0),this.fsStatSettings=new yet.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}_getValue(e,r){return e??r}};$L.default=ZL});var vS=_(th=>{"use strict";Object.defineProperty(th,"__esModule",{value:!0});th.Settings=th.scandirSync=th.scandir=void 0;var Sie=Eie(),Cet=vie(),eM=Pie();th.Settings=eM.default;function wet(t,e,r){if(typeof e=="function"){Sie.read(t,tM(),e);return}Sie.read(t,tM(e),r)}th.scandir=wet;function Iet(t,e){let r=tM(e);return Cet.read(t,r)}th.scandirSync=Iet;function tM(t={}){return t instanceof eM.default?t:new eM.default(t)}});var bie=_(($Rt,xie)=>{"use strict";function Bet(t){var e=new t,r=e;function o(){var n=e;return n.next?e=n.next:(e=new t,r=e),n.next=null,n}function a(n){r.next=n,r=n}return{get:o,release:a}}xie.exports=Bet});var Qie=_((eNt,rM)=>{"use strict";var vet=bie();function kie(t,e,r){if(typeof t=="function"&&(r=e,e=t,t=null),r<1)throw new Error("fastqueue concurrency must be greater than 1");var o=vet(Det),a=null,n=null,u=0,A=null,p={push:T,drain:Gl,saturated:Gl,pause:E,paused:!1,concurrency:r,running:h,resume:b,idle:C,length:I,getQueue:v,unshift:L,empty:Gl,kill:J,killAndDrain:te,error:le};return p;function h(){return u}function E(){p.paused=!0}function I(){for(var pe=a,Ae=0;pe;)pe=pe.next,Ae++;return Ae}function v(){for(var pe=a,Ae=[];pe;)Ae.push(pe.value),pe=pe.next;return Ae}function b(){if(!!p.paused){p.paused=!1;for(var pe=0;pe{"use strict";Object.defineProperty(Zu,"__esModule",{value:!0});Zu.joinPathSegments=Zu.replacePathSegmentSeparator=Zu.isAppliedFilter=Zu.isFatalError=void 0;function xet(t,e){return t.errorFilter===null?!0:!t.errorFilter(e)}Zu.isFatalError=xet;function bet(t,e){return t===null||t(e)}Zu.isAppliedFilter=bet;function ket(t,e){return t.split(/[/\\]/).join(e)}Zu.replacePathSegmentSeparator=ket;function Qet(t,e,r){return t===""?e:t.endsWith(r)?t+e:t+r+e}Zu.joinPathSegments=Qet});var sM=_(iM=>{"use strict";Object.defineProperty(iM,"__esModule",{value:!0});var Fet=DS(),nM=class{constructor(e,r){this._root=e,this._settings=r,this._root=Fet.replacePathSegmentSeparator(e,r.pathSegmentSeparator)}};iM.default=nM});var lM=_(aM=>{"use strict";Object.defineProperty(aM,"__esModule",{value:!0});var Tet=Be("events"),Ret=vS(),Net=Qie(),PS=DS(),Let=sM(),oM=class extends Let.default{constructor(e,r){super(e,r),this._settings=r,this._scandir=Ret.scandir,this._emitter=new Tet.EventEmitter,this._queue=Net(this._worker.bind(this),this._settings.concurrency),this._isFatalError=!1,this._isDestroyed=!1,this._queue.drain=()=>{this._isFatalError||this._emitter.emit("end")}}read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(()=>{this._pushToQueue(this._root,this._settings.basePath)}),this._emitter}get isDestroyed(){return this._isDestroyed}destroy(){if(this._isDestroyed)throw new Error("The reader is already destroyed");this._isDestroyed=!0,this._queue.killAndDrain()}onEntry(e){this._emitter.on("entry",e)}onError(e){this._emitter.once("error",e)}onEnd(e){this._emitter.once("end",e)}_pushToQueue(e,r){let o={directory:e,base:r};this._queue.push(o,a=>{a!==null&&this._handleError(a)})}_worker(e,r){this._scandir(e.directory,this._settings.fsScandirSettings,(o,a)=>{if(o!==null){r(o,void 0);return}for(let n of a)this._handleEntry(n,e.base);r(null,void 0)})}_handleError(e){this._isDestroyed||!PS.isFatalError(this._settings,e)||(this._isFatalError=!0,this._isDestroyed=!0,this._emitter.emit("error",e))}_handleEntry(e,r){if(this._isDestroyed||this._isFatalError)return;let o=e.path;r!==void 0&&(e.path=PS.joinPathSegments(r,e.name,this._settings.pathSegmentSeparator)),PS.isAppliedFilter(this._settings.entryFilter,e)&&this._emitEntry(e),e.dirent.isDirectory()&&PS.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(o,r===void 0?void 0:e.path)}_emitEntry(e){this._emitter.emit("entry",e)}};aM.default=oM});var Fie=_(uM=>{"use strict";Object.defineProperty(uM,"__esModule",{value:!0});var Met=lM(),cM=class{constructor(e,r){this._root=e,this._settings=r,this._reader=new Met.default(this._root,this._settings),this._storage=[]}read(e){this._reader.onError(r=>{Oet(e,r)}),this._reader.onEntry(r=>{this._storage.push(r)}),this._reader.onEnd(()=>{Uet(e,this._storage)}),this._reader.read()}};uM.default=cM;function Oet(t,e){t(e)}function Uet(t,e){t(null,e)}});var Tie=_(fM=>{"use strict";Object.defineProperty(fM,"__esModule",{value:!0});var _et=Be("stream"),Het=lM(),AM=class{constructor(e,r){this._root=e,this._settings=r,this._reader=new Het.default(this._root,this._settings),this._stream=new _et.Readable({objectMode:!0,read:()=>{},destroy:()=>{this._reader.isDestroyed||this._reader.destroy()}})}read(){return this._reader.onError(e=>{this._stream.emit("error",e)}),this._reader.onEntry(e=>{this._stream.push(e)}),this._reader.onEnd(()=>{this._stream.push(null)}),this._reader.read(),this._stream}};fM.default=AM});var Rie=_(hM=>{"use strict";Object.defineProperty(hM,"__esModule",{value:!0});var jet=vS(),SS=DS(),qet=sM(),pM=class extends qet.default{constructor(){super(...arguments),this._scandir=jet.scandirSync,this._storage=[],this._queue=new Set}read(){return this._pushToQueue(this._root,this._settings.basePath),this._handleQueue(),this._storage}_pushToQueue(e,r){this._queue.add({directory:e,base:r})}_handleQueue(){for(let e of this._queue.values())this._handleDirectory(e.directory,e.base)}_handleDirectory(e,r){try{let o=this._scandir(e,this._settings.fsScandirSettings);for(let a of o)this._handleEntry(a,r)}catch(o){this._handleError(o)}}_handleError(e){if(!!SS.isFatalError(this._settings,e))throw e}_handleEntry(e,r){let o=e.path;r!==void 0&&(e.path=SS.joinPathSegments(r,e.name,this._settings.pathSegmentSeparator)),SS.isAppliedFilter(this._settings.entryFilter,e)&&this._pushToStorage(e),e.dirent.isDirectory()&&SS.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(o,r===void 0?void 0:e.path)}_pushToStorage(e){this._storage.push(e)}};hM.default=pM});var Nie=_(dM=>{"use strict";Object.defineProperty(dM,"__esModule",{value:!0});var Get=Rie(),gM=class{constructor(e,r){this._root=e,this._settings=r,this._reader=new Get.default(this._root,this._settings)}read(){return this._reader.read()}};dM.default=gM});var Lie=_(yM=>{"use strict";Object.defineProperty(yM,"__esModule",{value:!0});var Yet=Be("path"),Wet=vS(),mM=class{constructor(e={}){this._options=e,this.basePath=this._getValue(this._options.basePath,void 0),this.concurrency=this._getValue(this._options.concurrency,Number.POSITIVE_INFINITY),this.deepFilter=this._getValue(this._options.deepFilter,null),this.entryFilter=this._getValue(this._options.entryFilter,null),this.errorFilter=this._getValue(this._options.errorFilter,null),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,Yet.sep),this.fsScandirSettings=new Wet.Settings({followSymbolicLinks:this._options.followSymbolicLinks,fs:this._options.fs,pathSegmentSeparator:this._options.pathSegmentSeparator,stats:this._options.stats,throwErrorOnBrokenSymbolicLink:this._options.throwErrorOnBrokenSymbolicLink})}_getValue(e,r){return e??r}};yM.default=mM});var bS=_($u=>{"use strict";Object.defineProperty($u,"__esModule",{value:!0});$u.Settings=$u.walkStream=$u.walkSync=$u.walk=void 0;var Mie=Fie(),Vet=Tie(),Ket=Nie(),EM=Lie();$u.Settings=EM.default;function Jet(t,e,r){if(typeof e=="function"){new Mie.default(t,xS()).read(e);return}new Mie.default(t,xS(e)).read(r)}$u.walk=Jet;function zet(t,e){let r=xS(e);return new Ket.default(t,r).read()}$u.walkSync=zet;function Xet(t,e){let r=xS(e);return new Vet.default(t,r).read()}$u.walkStream=Xet;function xS(t={}){return t instanceof EM.default?t:new EM.default(t)}});var kS=_(wM=>{"use strict";Object.defineProperty(wM,"__esModule",{value:!0});var Zet=Be("path"),$et=Ed(),Oie=Df(),CM=class{constructor(e){this._settings=e,this._fsStatSettings=new $et.Settings({followSymbolicLink:this._settings.followSymbolicLinks,fs:this._settings.fs,throwErrorOnBrokenSymbolicLink:this._settings.followSymbolicLinks})}_getFullEntryPath(e){return Zet.resolve(this._settings.cwd,e)}_makeEntry(e,r){let o={name:r,path:r,dirent:Oie.fs.createDirentFromStats(r,e)};return this._settings.stats&&(o.stats=e),o}_isFatalError(e){return!Oie.errno.isEnoentCodeError(e)&&!this._settings.suppressErrors}};wM.default=CM});var vM=_(BM=>{"use strict";Object.defineProperty(BM,"__esModule",{value:!0});var ett=Be("stream"),ttt=Ed(),rtt=bS(),ntt=kS(),IM=class extends ntt.default{constructor(){super(...arguments),this._walkStream=rtt.walkStream,this._stat=ttt.stat}dynamic(e,r){return this._walkStream(e,r)}static(e,r){let o=e.map(this._getFullEntryPath,this),a=new ett.PassThrough({objectMode:!0});a._write=(n,u,A)=>this._getEntry(o[n],e[n],r).then(p=>{p!==null&&r.entryFilter(p)&&a.push(p),n===o.length-1&&a.end(),A()}).catch(A);for(let n=0;nthis._makeEntry(a,r)).catch(a=>{if(o.errorFilter(a))return null;throw a})}_getStat(e){return new Promise((r,o)=>{this._stat(e,this._fsStatSettings,(a,n)=>a===null?r(n):o(a))})}};BM.default=IM});var Uie=_(PM=>{"use strict";Object.defineProperty(PM,"__esModule",{value:!0});var itt=bS(),stt=kS(),ott=vM(),DM=class extends stt.default{constructor(){super(...arguments),this._walkAsync=itt.walk,this._readerStream=new ott.default(this._settings)}dynamic(e,r){return new Promise((o,a)=>{this._walkAsync(e,r,(n,u)=>{n===null?o(u):a(n)})})}async static(e,r){let o=[],a=this._readerStream.static(e,r);return new Promise((n,u)=>{a.once("error",u),a.on("data",A=>o.push(A)),a.once("end",()=>n(o))})}};PM.default=DM});var _ie=_(xM=>{"use strict";Object.defineProperty(xM,"__esModule",{value:!0});var rE=Df(),SM=class{constructor(e,r,o){this._patterns=e,this._settings=r,this._micromatchOptions=o,this._storage=[],this._fillStorage()}_fillStorage(){let e=rE.pattern.expandPatternsWithBraceExpansion(this._patterns);for(let r of e){let o=this._getPatternSegments(r),a=this._splitSegmentsIntoSections(o);this._storage.push({complete:a.length<=1,pattern:r,segments:o,sections:a})}}_getPatternSegments(e){return rE.pattern.getPatternParts(e,this._micromatchOptions).map(o=>rE.pattern.isDynamicPattern(o,this._settings)?{dynamic:!0,pattern:o,patternRe:rE.pattern.makeRe(o,this._micromatchOptions)}:{dynamic:!1,pattern:o})}_splitSegmentsIntoSections(e){return rE.array.splitWhen(e,r=>r.dynamic&&rE.pattern.hasGlobStar(r.pattern))}};xM.default=SM});var Hie=_(kM=>{"use strict";Object.defineProperty(kM,"__esModule",{value:!0});var att=_ie(),bM=class extends att.default{match(e){let r=e.split("/"),o=r.length,a=this._storage.filter(n=>!n.complete||n.segments.length>o);for(let n of a){let u=n.sections[0];if(!n.complete&&o>u.length||r.every((p,h)=>{let E=n.segments[h];return!!(E.dynamic&&E.patternRe.test(p)||!E.dynamic&&E.pattern===p)}))return!0}return!1}};kM.default=bM});var jie=_(FM=>{"use strict";Object.defineProperty(FM,"__esModule",{value:!0});var QS=Df(),ltt=Hie(),QM=class{constructor(e,r){this._settings=e,this._micromatchOptions=r}getFilter(e,r,o){let a=this._getMatcher(r),n=this._getNegativePatternsRe(o);return u=>this._filter(e,u,a,n)}_getMatcher(e){return new ltt.default(e,this._settings,this._micromatchOptions)}_getNegativePatternsRe(e){let r=e.filter(QS.pattern.isAffectDepthOfReadingPattern);return QS.pattern.convertPatternsToRe(r,this._micromatchOptions)}_filter(e,r,o,a){if(this._isSkippedByDeep(e,r.path)||this._isSkippedSymbolicLink(r))return!1;let n=QS.path.removeLeadingDotSegment(r.path);return this._isSkippedByPositivePatterns(n,o)?!1:this._isSkippedByNegativePatterns(n,a)}_isSkippedByDeep(e,r){return this._settings.deep===1/0?!1:this._getEntryLevel(e,r)>=this._settings.deep}_getEntryLevel(e,r){let o=r.split("/").length;if(e==="")return o;let a=e.split("/").length;return o-a}_isSkippedSymbolicLink(e){return!this._settings.followSymbolicLinks&&e.dirent.isSymbolicLink()}_isSkippedByPositivePatterns(e,r){return!this._settings.baseNameMatch&&!r.match(e)}_isSkippedByNegativePatterns(e,r){return!QS.pattern.matchAny(e,r)}};FM.default=QM});var qie=_(RM=>{"use strict";Object.defineProperty(RM,"__esModule",{value:!0});var Cd=Df(),TM=class{constructor(e,r){this._settings=e,this._micromatchOptions=r,this.index=new Map}getFilter(e,r){let o=Cd.pattern.convertPatternsToRe(e,this._micromatchOptions),a=Cd.pattern.convertPatternsToRe(r,this._micromatchOptions);return n=>this._filter(n,o,a)}_filter(e,r,o){if(this._settings.unique&&this._isDuplicateEntry(e)||this._onlyFileFilter(e)||this._onlyDirectoryFilter(e)||this._isSkippedByAbsoluteNegativePatterns(e.path,o))return!1;let a=this._settings.baseNameMatch?e.name:e.path,n=e.dirent.isDirectory(),u=this._isMatchToPatterns(a,r,n)&&!this._isMatchToPatterns(e.path,o,n);return this._settings.unique&&u&&this._createIndexRecord(e),u}_isDuplicateEntry(e){return this.index.has(e.path)}_createIndexRecord(e){this.index.set(e.path,void 0)}_onlyFileFilter(e){return this._settings.onlyFiles&&!e.dirent.isFile()}_onlyDirectoryFilter(e){return this._settings.onlyDirectories&&!e.dirent.isDirectory()}_isSkippedByAbsoluteNegativePatterns(e,r){if(!this._settings.absolute)return!1;let o=Cd.path.makeAbsolute(this._settings.cwd,e);return Cd.pattern.matchAny(o,r)}_isMatchToPatterns(e,r,o){let a=Cd.path.removeLeadingDotSegment(e),n=Cd.pattern.matchAny(a,r);return!n&&o?Cd.pattern.matchAny(a+"/",r):n}};RM.default=TM});var Gie=_(LM=>{"use strict";Object.defineProperty(LM,"__esModule",{value:!0});var ctt=Df(),NM=class{constructor(e){this._settings=e}getFilter(){return e=>this._isNonFatalError(e)}_isNonFatalError(e){return ctt.errno.isEnoentCodeError(e)||this._settings.suppressErrors}};LM.default=NM});var Wie=_(OM=>{"use strict";Object.defineProperty(OM,"__esModule",{value:!0});var Yie=Df(),MM=class{constructor(e){this._settings=e}getTransformer(){return e=>this._transform(e)}_transform(e){let r=e.path;return this._settings.absolute&&(r=Yie.path.makeAbsolute(this._settings.cwd,r),r=Yie.path.unixify(r)),this._settings.markDirectories&&e.dirent.isDirectory()&&(r+="/"),this._settings.objectMode?Object.assign(Object.assign({},e),{path:r}):r}};OM.default=MM});var TS=_(_M=>{"use strict";Object.defineProperty(_M,"__esModule",{value:!0});var utt=Be("path"),Att=jie(),ftt=qie(),ptt=Gie(),htt=Wie(),UM=class{constructor(e){this._settings=e,this.errorFilter=new ptt.default(this._settings),this.entryFilter=new ftt.default(this._settings,this._getMicromatchOptions()),this.deepFilter=new Att.default(this._settings,this._getMicromatchOptions()),this.entryTransformer=new htt.default(this._settings)}_getRootDirectory(e){return utt.resolve(this._settings.cwd,e.base)}_getReaderOptions(e){let r=e.base==="."?"":e.base;return{basePath:r,pathSegmentSeparator:"/",concurrency:this._settings.concurrency,deepFilter:this.deepFilter.getFilter(r,e.positive,e.negative),entryFilter:this.entryFilter.getFilter(e.positive,e.negative),errorFilter:this.errorFilter.getFilter(),followSymbolicLinks:this._settings.followSymbolicLinks,fs:this._settings.fs,stats:this._settings.stats,throwErrorOnBrokenSymbolicLink:this._settings.throwErrorOnBrokenSymbolicLink,transform:this.entryTransformer.getTransformer()}}_getMicromatchOptions(){return{dot:this._settings.dot,matchBase:this._settings.baseNameMatch,nobrace:!this._settings.braceExpansion,nocase:!this._settings.caseSensitiveMatch,noext:!this._settings.extglob,noglobstar:!this._settings.globstar,posix:!0,strictSlashes:!1}}};_M.default=UM});var Vie=_(jM=>{"use strict";Object.defineProperty(jM,"__esModule",{value:!0});var gtt=Uie(),dtt=TS(),HM=class extends dtt.default{constructor(){super(...arguments),this._reader=new gtt.default(this._settings)}async read(e){let r=this._getRootDirectory(e),o=this._getReaderOptions(e);return(await this.api(r,e,o)).map(n=>o.transform(n))}api(e,r,o){return r.dynamic?this._reader.dynamic(e,o):this._reader.static(r.patterns,o)}};jM.default=HM});var Kie=_(GM=>{"use strict";Object.defineProperty(GM,"__esModule",{value:!0});var mtt=Be("stream"),ytt=vM(),Ett=TS(),qM=class extends Ett.default{constructor(){super(...arguments),this._reader=new ytt.default(this._settings)}read(e){let r=this._getRootDirectory(e),o=this._getReaderOptions(e),a=this.api(r,e,o),n=new mtt.Readable({objectMode:!0,read:()=>{}});return a.once("error",u=>n.emit("error",u)).on("data",u=>n.emit("data",o.transform(u))).once("end",()=>n.emit("end")),n.once("close",()=>a.destroy()),n}api(e,r,o){return r.dynamic?this._reader.dynamic(e,o):this._reader.static(r.patterns,o)}};GM.default=qM});var Jie=_(WM=>{"use strict";Object.defineProperty(WM,"__esModule",{value:!0});var Ctt=Ed(),wtt=bS(),Itt=kS(),YM=class extends Itt.default{constructor(){super(...arguments),this._walkSync=wtt.walkSync,this._statSync=Ctt.statSync}dynamic(e,r){return this._walkSync(e,r)}static(e,r){let o=[];for(let a of e){let n=this._getFullEntryPath(a),u=this._getEntry(n,a,r);u===null||!r.entryFilter(u)||o.push(u)}return o}_getEntry(e,r,o){try{let a=this._getStat(e);return this._makeEntry(a,r)}catch(a){if(o.errorFilter(a))return null;throw a}}_getStat(e){return this._statSync(e,this._fsStatSettings)}};WM.default=YM});var zie=_(KM=>{"use strict";Object.defineProperty(KM,"__esModule",{value:!0});var Btt=Jie(),vtt=TS(),VM=class extends vtt.default{constructor(){super(...arguments),this._reader=new Btt.default(this._settings)}read(e){let r=this._getRootDirectory(e),o=this._getReaderOptions(e);return this.api(r,e,o).map(o.transform)}api(e,r,o){return r.dynamic?this._reader.dynamic(e,o):this._reader.static(r.patterns,o)}};KM.default=VM});var Xie=_(iE=>{"use strict";Object.defineProperty(iE,"__esModule",{value:!0});iE.DEFAULT_FILE_SYSTEM_ADAPTER=void 0;var nE=Be("fs"),Dtt=Be("os"),Ptt=Math.max(Dtt.cpus().length,1);iE.DEFAULT_FILE_SYSTEM_ADAPTER={lstat:nE.lstat,lstatSync:nE.lstatSync,stat:nE.stat,statSync:nE.statSync,readdir:nE.readdir,readdirSync:nE.readdirSync};var JM=class{constructor(e={}){this._options=e,this.absolute=this._getValue(this._options.absolute,!1),this.baseNameMatch=this._getValue(this._options.baseNameMatch,!1),this.braceExpansion=this._getValue(this._options.braceExpansion,!0),this.caseSensitiveMatch=this._getValue(this._options.caseSensitiveMatch,!0),this.concurrency=this._getValue(this._options.concurrency,Ptt),this.cwd=this._getValue(this._options.cwd,process.cwd()),this.deep=this._getValue(this._options.deep,1/0),this.dot=this._getValue(this._options.dot,!1),this.extglob=this._getValue(this._options.extglob,!0),this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!0),this.fs=this._getFileSystemMethods(this._options.fs),this.globstar=this._getValue(this._options.globstar,!0),this.ignore=this._getValue(this._options.ignore,[]),this.markDirectories=this._getValue(this._options.markDirectories,!1),this.objectMode=this._getValue(this._options.objectMode,!1),this.onlyDirectories=this._getValue(this._options.onlyDirectories,!1),this.onlyFiles=this._getValue(this._options.onlyFiles,!0),this.stats=this._getValue(this._options.stats,!1),this.suppressErrors=this._getValue(this._options.suppressErrors,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!1),this.unique=this._getValue(this._options.unique,!0),this.onlyDirectories&&(this.onlyFiles=!1),this.stats&&(this.objectMode=!0)}_getValue(e,r){return e===void 0?r:e}_getFileSystemMethods(e={}){return Object.assign(Object.assign({},iE.DEFAULT_FILE_SYSTEM_ADAPTER),e)}};iE.default=JM});var RS=_((DNt,ese)=>{"use strict";var Zie=eie(),$ie=rie(),Stt=Vie(),xtt=Kie(),btt=zie(),zM=Xie(),wd=Df();async function XM(t,e){sE(t);let r=ZM(t,Stt.default,e),o=await Promise.all(r);return wd.array.flatten(o)}(function(t){function e(u,A){sE(u);let p=ZM(u,btt.default,A);return wd.array.flatten(p)}t.sync=e;function r(u,A){sE(u);let p=ZM(u,xtt.default,A);return wd.stream.merge(p)}t.stream=r;function o(u,A){sE(u);let p=$ie.transform([].concat(u)),h=new zM.default(A);return Zie.generate(p,h)}t.generateTasks=o;function a(u,A){sE(u);let p=new zM.default(A);return wd.pattern.isDynamicPattern(u,p)}t.isDynamicPattern=a;function n(u){return sE(u),wd.path.escape(u)}t.escapePath=n})(XM||(XM={}));function ZM(t,e,r){let o=$ie.transform([].concat(t)),a=new zM.default(r),n=Zie.generate(o,a),u=new e(a);return n.map(u.read,u)}function sE(t){if(![].concat(t).every(o=>wd.string.isString(o)&&!wd.string.isEmpty(o)))throw new TypeError("Patterns must be a string (non empty) or an array of strings")}ese.exports=XM});var wn={};Kt(wn,{checksumFile:()=>LS,checksumPattern:()=>MS,makeHash:()=>zs});function zs(...t){let e=(0,NS.createHash)("sha512"),r="";for(let o of t)typeof o=="string"?r+=o:o&&(r&&(e.update(r),r=""),e.update(o));return r&&e.update(r),e.digest("hex")}async function LS(t,{baseFs:e,algorithm:r}={baseFs:oe,algorithm:"sha512"}){let o=await e.openPromise(t,"r");try{let n=Buffer.allocUnsafeSlow(65536),u=(0,NS.createHash)(r),A=0;for(;(A=await e.readPromise(o,n,0,65536))!==0;)u.update(A===65536?n:n.slice(0,A));return u.digest("hex")}finally{await e.closePromise(o)}}async function MS(t,{cwd:e}){let o=(await(0,$M.default)(t,{cwd:ue.fromPortablePath(e),onlyDirectories:!0})).map(A=>`${A}/**/*`),a=await(0,$M.default)([t,...o],{cwd:ue.fromPortablePath(e),onlyFiles:!1});a.sort();let n=await Promise.all(a.map(async A=>{let p=[Buffer.from(A)],h=ue.toPortablePath(A),E=await oe.lstatPromise(h);return E.isSymbolicLink()?p.push(Buffer.from(await oe.readlinkPromise(h))):E.isFile()&&p.push(await oe.readFilePromise(h)),p.join("\0")})),u=(0,NS.createHash)("sha512");for(let A of n)u.update(A);return u.digest("hex")}var NS,$M,rh=Et(()=>{Pt();NS=Be("crypto"),$M=$e(RS())});var W={};Kt(W,{areDescriptorsEqual:()=>sse,areIdentsEqual:()=>r1,areLocatorsEqual:()=>n1,areVirtualPackagesEquivalent:()=>Ott,bindDescriptor:()=>Ltt,bindLocator:()=>Mtt,convertDescriptorToLocator:()=>OS,convertLocatorToDescriptor:()=>tO,convertPackageToLocator:()=>Ttt,convertToIdent:()=>Ftt,convertToManifestRange:()=>Ktt,copyPackage:()=>$I,devirtualizeDescriptor:()=>e1,devirtualizeLocator:()=>t1,ensureDevirtualizedDescriptor:()=>Rtt,ensureDevirtualizedLocator:()=>Ntt,getIdentVendorPath:()=>sO,isPackageCompatible:()=>qS,isVirtualDescriptor:()=>Sf,isVirtualLocator:()=>Hc,makeDescriptor:()=>In,makeIdent:()=>eA,makeLocator:()=>Qs,makeRange:()=>HS,parseDescriptor:()=>nh,parseFileStyleRange:()=>Wtt,parseIdent:()=>Js,parseLocator:()=>xf,parseRange:()=>Id,prettyDependent:()=>FL,prettyDescriptor:()=>qn,prettyIdent:()=>cs,prettyLocator:()=>jr,prettyLocatorNoColors:()=>QL,prettyRange:()=>lE,prettyReference:()=>s1,prettyResolution:()=>XI,prettyWorkspace:()=>o1,renamePackage:()=>rO,slugifyIdent:()=>eO,slugifyLocator:()=>aE,sortDescriptors:()=>cE,stringifyDescriptor:()=>Sa,stringifyIdent:()=>fn,stringifyLocator:()=>xa,tryParseDescriptor:()=>i1,tryParseIdent:()=>ose,tryParseLocator:()=>_S,tryParseRange:()=>Ytt,virtualizeDescriptor:()=>nO,virtualizePackage:()=>iO});function eA(t,e){if(t?.startsWith("@"))throw new Error("Invalid scope: don't prefix it with '@'");return{identHash:zs(t,e),scope:t,name:e}}function In(t,e){return{identHash:t.identHash,scope:t.scope,name:t.name,descriptorHash:zs(t.identHash,e),range:e}}function Qs(t,e){return{identHash:t.identHash,scope:t.scope,name:t.name,locatorHash:zs(t.identHash,e),reference:e}}function Ftt(t){return{identHash:t.identHash,scope:t.scope,name:t.name}}function OS(t){return{identHash:t.identHash,scope:t.scope,name:t.name,locatorHash:t.descriptorHash,reference:t.range}}function tO(t){return{identHash:t.identHash,scope:t.scope,name:t.name,descriptorHash:t.locatorHash,range:t.reference}}function Ttt(t){return{identHash:t.identHash,scope:t.scope,name:t.name,locatorHash:t.locatorHash,reference:t.reference}}function rO(t,e){return{identHash:e.identHash,scope:e.scope,name:e.name,locatorHash:e.locatorHash,reference:e.reference,version:t.version,languageName:t.languageName,linkType:t.linkType,conditions:t.conditions,dependencies:new Map(t.dependencies),peerDependencies:new Map(t.peerDependencies),dependenciesMeta:new Map(t.dependenciesMeta),peerDependenciesMeta:new Map(t.peerDependenciesMeta),bin:new Map(t.bin)}}function $I(t){return rO(t,t)}function nO(t,e){if(e.includes("#"))throw new Error("Invalid entropy");return In(t,`virtual:${e}#${t.range}`)}function iO(t,e){if(e.includes("#"))throw new Error("Invalid entropy");return rO(t,Qs(t,`virtual:${e}#${t.reference}`))}function Sf(t){return t.range.startsWith(ZI)}function Hc(t){return t.reference.startsWith(ZI)}function e1(t){if(!Sf(t))throw new Error("Not a virtual descriptor");return In(t,t.range.replace(US,""))}function t1(t){if(!Hc(t))throw new Error("Not a virtual descriptor");return Qs(t,t.reference.replace(US,""))}function Rtt(t){return Sf(t)?In(t,t.range.replace(US,"")):t}function Ntt(t){return Hc(t)?Qs(t,t.reference.replace(US,"")):t}function Ltt(t,e){return t.range.includes("::")?t:In(t,`${t.range}::${oE.default.stringify(e)}`)}function Mtt(t,e){return t.reference.includes("::")?t:Qs(t,`${t.reference}::${oE.default.stringify(e)}`)}function r1(t,e){return t.identHash===e.identHash}function sse(t,e){return t.descriptorHash===e.descriptorHash}function n1(t,e){return t.locatorHash===e.locatorHash}function Ott(t,e){if(!Hc(t))throw new Error("Invalid package type");if(!Hc(e))throw new Error("Invalid package type");if(!r1(t,e)||t.dependencies.size!==e.dependencies.size)return!1;for(let r of t.dependencies.values()){let o=e.dependencies.get(r.identHash);if(!o||!sse(r,o))return!1}return!0}function Js(t){let e=ose(t);if(!e)throw new Error(`Invalid ident (${t})`);return e}function ose(t){let e=t.match(Utt);if(!e)return null;let[,r,o]=e;return eA(typeof r<"u"?r:null,o)}function nh(t,e=!1){let r=i1(t,e);if(!r)throw new Error(`Invalid descriptor (${t})`);return r}function i1(t,e=!1){let r=e?t.match(_tt):t.match(Htt);if(!r)return null;let[,o,a,n]=r;if(n==="unknown")throw new Error(`Invalid range (${t})`);let u=typeof o<"u"?o:null,A=typeof n<"u"?n:"unknown";return In(eA(u,a),A)}function xf(t,e=!1){let r=_S(t,e);if(!r)throw new Error(`Invalid locator (${t})`);return r}function _S(t,e=!1){let r=e?t.match(jtt):t.match(qtt);if(!r)return null;let[,o,a,n]=r;if(n==="unknown")throw new Error(`Invalid reference (${t})`);let u=typeof o<"u"?o:null,A=typeof n<"u"?n:"unknown";return Qs(eA(u,a),A)}function Id(t,e){let r=t.match(Gtt);if(r===null)throw new Error(`Invalid range (${t})`);let o=typeof r[1]<"u"?r[1]:null;if(typeof e?.requireProtocol=="string"&&o!==e.requireProtocol)throw new Error(`Invalid protocol (${o})`);if(e?.requireProtocol&&o===null)throw new Error(`Missing protocol (${o})`);let a=typeof r[3]<"u"?decodeURIComponent(r[2]):null;if(e?.requireSource&&a===null)throw new Error(`Missing source (${t})`);let n=typeof r[3]<"u"?decodeURIComponent(r[3]):decodeURIComponent(r[2]),u=e?.parseSelector?oE.default.parse(n):n,A=typeof r[4]<"u"?oE.default.parse(r[4]):null;return{protocol:o,source:a,selector:u,params:A}}function Ytt(t,e){try{return Id(t,e)}catch{return null}}function Wtt(t,{protocol:e}){let{selector:r,params:o}=Id(t,{requireProtocol:e,requireBindings:!0});if(typeof o.locator!="string")throw new Error(`Assertion failed: Invalid bindings for ${t}`);return{parentLocator:xf(o.locator,!0),path:r}}function tse(t){return t=t.replaceAll("%","%25"),t=t.replaceAll(":","%3A"),t=t.replaceAll("#","%23"),t}function Vtt(t){return t===null?!1:Object.entries(t).length>0}function HS({protocol:t,source:e,selector:r,params:o}){let a="";return t!==null&&(a+=`${t}`),e!==null&&(a+=`${tse(e)}#`),a+=tse(r),Vtt(o)&&(a+=`::${oE.default.stringify(o)}`),a}function Ktt(t){let{params:e,protocol:r,source:o,selector:a}=Id(t);for(let n in e)n.startsWith("__")&&delete e[n];return HS({protocol:r,source:o,params:e,selector:a})}function fn(t){return t.scope?`@${t.scope}/${t.name}`:`${t.name}`}function Sa(t){return t.scope?`@${t.scope}/${t.name}@${t.range}`:`${t.name}@${t.range}`}function xa(t){return t.scope?`@${t.scope}/${t.name}@${t.reference}`:`${t.name}@${t.reference}`}function eO(t){return t.scope!==null?`@${t.scope}-${t.name}`:t.name}function aE(t){let{protocol:e,selector:r}=Id(t.reference),o=e!==null?e.replace(Jtt,""):"exotic",a=rse.default.valid(r),n=a!==null?`${o}-${a}`:`${o}`,u=10;return t.scope?`${eO(t)}-${n}-${t.locatorHash.slice(0,u)}`:`${eO(t)}-${n}-${t.locatorHash.slice(0,u)}`}function cs(t,e){return e.scope?`${Ot(t,`@${e.scope}/`,yt.SCOPE)}${Ot(t,e.name,yt.NAME)}`:`${Ot(t,e.name,yt.NAME)}`}function jS(t){if(t.startsWith(ZI)){let e=jS(t.substring(t.indexOf("#")+1)),r=t.substring(ZI.length,ZI.length+ktt);return`${e} [${r}]`}else return t.replace(ztt,"?[...]")}function lE(t,e){return`${Ot(t,jS(e),yt.RANGE)}`}function qn(t,e){return`${cs(t,e)}${Ot(t,"@",yt.RANGE)}${lE(t,e.range)}`}function s1(t,e){return`${Ot(t,jS(e),yt.REFERENCE)}`}function jr(t,e){return`${cs(t,e)}${Ot(t,"@",yt.REFERENCE)}${s1(t,e.reference)}`}function QL(t){return`${fn(t)}@${jS(t.reference)}`}function cE(t){return ks(t,[e=>fn(e),e=>e.range])}function o1(t,e){return cs(t,e.anchoredLocator)}function XI(t,e,r){let o=Sf(e)?e1(e):e;return r===null?`${qn(t,o)} \u2192 ${kL(t).Cross}`:o.identHash===r.identHash?`${qn(t,o)} \u2192 ${s1(t,r.reference)}`:`${qn(t,o)} \u2192 ${jr(t,r)}`}function FL(t,e,r){return r===null?`${jr(t,e)}`:`${jr(t,e)} (via ${lE(t,r.range)})`}function sO(t){return`node_modules/${fn(t)}`}function qS(t,e){return t.conditions?Qtt(t.conditions,r=>{let[,o,a]=r.match(ise),n=e[o];return n?n.includes(a):!0}):!0}var oE,rse,nse,ZI,ktt,ise,Qtt,US,Utt,_tt,Htt,jtt,qtt,Gtt,Jtt,ztt,xo=Et(()=>{oE=$e(Be("querystring")),rse=$e(zn()),nse=$e(rX());ql();rh();jl();xo();ZI="virtual:",ktt=5,ise=/(os|cpu|libc)=([a-z0-9_-]+)/,Qtt=(0,nse.makeParser)(ise);US=/^[^#]*#/;Utt=/^(?:@([^/]+?)\/)?([^@/]+)$/;_tt=/^(?:@([^/]+?)\/)?([^@/]+?)(?:@(.+))$/,Htt=/^(?:@([^/]+?)\/)?([^@/]+?)(?:@(.+))?$/;jtt=/^(?:@([^/]+?)\/)?([^@/]+?)(?:@(.+))$/,qtt=/^(?:@([^/]+?)\/)?([^@/]+?)(?:@(.+))?$/;Gtt=/^([^#:]*:)?((?:(?!::)[^#])*)(?:#((?:(?!::).)*))?(?:::(.*))?$/;Jtt=/:$/;ztt=/\?.*/});var ase,lse=Et(()=>{xo();ase={hooks:{reduceDependency:(t,e,r,o,{resolver:a,resolveOptions:n})=>{for(let{pattern:u,reference:A}of e.topLevelWorkspace.manifest.resolutions){if(u.from&&(u.from.fullName!==fn(r)||e.configuration.normalizeLocator(Qs(Js(u.from.fullName),u.from.description??r.reference)).locatorHash!==r.locatorHash)||u.descriptor.fullName!==fn(t)||e.configuration.normalizeDependency(In(xf(u.descriptor.fullName),u.descriptor.description??t.range)).descriptorHash!==t.descriptorHash)continue;return a.bindDescriptor(e.configuration.normalizeDependency(In(t,A)),e.topLevelWorkspace.anchoredLocator,n)}return t},validateProject:async(t,e)=>{for(let r of t.workspaces){let o=o1(t.configuration,r);await t.configuration.triggerHook(a=>a.validateWorkspace,r,{reportWarning:(a,n)=>e.reportWarning(a,`${o}: ${n}`),reportError:(a,n)=>e.reportError(a,`${o}: ${n}`)})}},validateWorkspace:async(t,e)=>{let{manifest:r}=t;r.resolutions.length&&t.cwd!==t.project.cwd&&r.errors.push(new Error("Resolutions field will be ignored"));for(let o of r.errors)e.reportWarning(57,o.message)}}}});var a1,Xn,Bd=Et(()=>{a1=class{supportsDescriptor(e,r){return!!(e.range.startsWith(a1.protocol)||r.project.tryWorkspaceByDescriptor(e)!==null)}supportsLocator(e,r){return!!e.reference.startsWith(a1.protocol)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){return[o.project.getWorkspaceByDescriptor(e).anchoredLocator]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){let o=r.project.getWorkspaceByCwd(e.reference.slice(a1.protocol.length));return{...e,version:o.manifest.version||"0.0.0",languageName:"unknown",linkType:"SOFT",conditions:null,dependencies:r.project.configuration.normalizeDependencyMap(new Map([...o.manifest.dependencies,...o.manifest.devDependencies])),peerDependencies:new Map([...o.manifest.peerDependencies]),dependenciesMeta:o.manifest.dependenciesMeta,peerDependenciesMeta:o.manifest.peerDependenciesMeta,bin:o.manifest.bin}}},Xn=a1;Xn.protocol="workspace:"});var kr={};Kt(kr,{SemVer:()=>pse.SemVer,clean:()=>Ztt,getComparator:()=>Ase,mergeComparators:()=>oO,satisfiesWithPrereleases:()=>bf,simplifyRanges:()=>aO,stringifyComparator:()=>fse,validRange:()=>ba});function bf(t,e,r=!1){if(!t)return!1;let o=`${e}${r}`,a=cse.get(o);if(typeof a>"u")try{a=new ih.default.Range(e,{includePrerelease:!0,loose:r})}catch{return!1}finally{cse.set(o,a||null)}else if(a===null)return!1;let n;try{n=new ih.default.SemVer(t,a)}catch{return!1}return a.test(n)?!0:(n.prerelease&&(n.prerelease=[]),a.set.some(u=>{for(let A of u)A.semver.prerelease&&(A.semver.prerelease=[]);return u.every(A=>A.test(n))}))}function ba(t){if(t.indexOf(":")!==-1)return null;let e=use.get(t);if(typeof e<"u")return e;try{e=new ih.default.Range(t)}catch{e=null}return use.set(t,e),e}function Ztt(t){let e=Xtt.exec(t);return e?e[1]:null}function Ase(t){if(t.semver===ih.default.Comparator.ANY)return{gt:null,lt:null};switch(t.operator){case"":return{gt:[">=",t.semver],lt:["<=",t.semver]};case">":case">=":return{gt:[t.operator,t.semver],lt:null};case"<":case"<=":return{gt:null,lt:[t.operator,t.semver]};default:throw new Error(`Assertion failed: Unexpected comparator operator (${t.operator})`)}}function oO(t){if(t.length===0)return null;let e=null,r=null;for(let o of t){if(o.gt){let a=e!==null?ih.default.compare(o.gt[1],e[1]):null;(a===null||a>0||a===0&&o.gt[0]===">")&&(e=o.gt)}if(o.lt){let a=r!==null?ih.default.compare(o.lt[1],r[1]):null;(a===null||a<0||a===0&&o.lt[0]==="<")&&(r=o.lt)}}if(e&&r){let o=ih.default.compare(e[1],r[1]);if(o===0&&(e[0]===">"||r[0]==="<")||o>0)return null}return{gt:e,lt:r}}function fse(t){if(t.gt&&t.lt){if(t.gt[0]===">="&&t.lt[0]==="<="&&t.gt[1].version===t.lt[1].version)return t.gt[1].version;if(t.gt[0]===">="&&t.lt[0]==="<"){if(t.lt[1].version===`${t.gt[1].major+1}.0.0-0`)return`^${t.gt[1].version}`;if(t.lt[1].version===`${t.gt[1].major}.${t.gt[1].minor+1}.0-0`)return`~${t.gt[1].version}`}}let e=[];return t.gt&&e.push(t.gt[0]+t.gt[1].version),t.lt&&e.push(t.lt[0]+t.lt[1].version),e.length?e.join(" "):"*"}function aO(t){let e=t.map(o=>ba(o).set.map(a=>a.map(n=>Ase(n)))),r=e.shift().map(o=>oO(o)).filter(o=>o!==null);for(let o of e){let a=[];for(let n of r)for(let u of o){let A=oO([n,...u]);A!==null&&a.push(A)}r=a}return r.length===0?null:r.map(o=>fse(o)).join(" || ")}var ih,pse,cse,use,Xtt,kf=Et(()=>{ih=$e(zn()),pse=$e(zn()),cse=new Map;use=new Map;Xtt=/^(?:[\sv=]*?)((0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\s*)$/});function hse(t){let e=t.match(/^[ \t]+/m);return e?e[0]:" "}function gse(t){return t.charCodeAt(0)===65279?t.slice(1):t}function $o(t){return t.replace(/\\/g,"/")}function GS(t,{yamlCompatibilityMode:e}){return e?IL(t):typeof t>"u"||typeof t=="boolean"?t:null}function dse(t,e){let r=e.search(/[^!]/);if(r===-1)return"invalid";let o=r%2===0?"":"!",a=e.slice(r);return`${o}${t}=${a}`}function lO(t,e){return e.length===1?dse(t,e[0]):`(${e.map(r=>dse(t,r)).join(" | ")})`}var mse,uE,Mt,AE=Et(()=>{Pt();Nl();mse=$e(zn());Bd();jl();kf();xo();uE=class{constructor(){this.indent=" ";this.name=null;this.version=null;this.os=null;this.cpu=null;this.libc=null;this.type=null;this.packageManager=null;this.private=!1;this.license=null;this.main=null;this.module=null;this.browser=null;this.languageName=null;this.bin=new Map;this.scripts=new Map;this.dependencies=new Map;this.devDependencies=new Map;this.peerDependencies=new Map;this.workspaceDefinitions=[];this.dependenciesMeta=new Map;this.peerDependenciesMeta=new Map;this.resolutions=[];this.files=null;this.publishConfig=null;this.installConfig=null;this.preferUnplugged=null;this.raw={};this.errors=[]}static async tryFind(e,{baseFs:r=new Rn}={}){let o=K.join(e,"package.json");try{return await uE.fromFile(o,{baseFs:r})}catch(a){if(a.code==="ENOENT")return null;throw a}}static async find(e,{baseFs:r}={}){let o=await uE.tryFind(e,{baseFs:r});if(o===null)throw new Error("Manifest not found");return o}static async fromFile(e,{baseFs:r=new Rn}={}){let o=new uE;return await o.loadFile(e,{baseFs:r}),o}static fromText(e){let r=new uE;return r.loadFromText(e),r}loadFromText(e){let r;try{r=JSON.parse(gse(e)||"{}")}catch(o){throw o.message+=` (when parsing ${e})`,o}this.load(r),this.indent=hse(e)}async loadFile(e,{baseFs:r=new Rn}){let o=await r.readFilePromise(e,"utf8"),a;try{a=JSON.parse(gse(o)||"{}")}catch(n){throw n.message+=` (when parsing ${e})`,n}this.load(a),this.indent=hse(o)}load(e,{yamlCompatibilityMode:r=!1}={}){if(typeof e!="object"||e===null)throw new Error(`Utterly invalid manifest data (${e})`);this.raw=e;let o=[];if(this.name=null,typeof e.name=="string")try{this.name=Js(e.name)}catch{o.push(new Error("Parsing failed for the 'name' field"))}if(typeof e.version=="string"?this.version=e.version:this.version=null,Array.isArray(e.os)){let n=[];this.os=n;for(let u of e.os)typeof u!="string"?o.push(new Error("Parsing failed for the 'os' field")):n.push(u)}else this.os=null;if(Array.isArray(e.cpu)){let n=[];this.cpu=n;for(let u of e.cpu)typeof u!="string"?o.push(new Error("Parsing failed for the 'cpu' field")):n.push(u)}else this.cpu=null;if(Array.isArray(e.libc)){let n=[];this.libc=n;for(let u of e.libc)typeof u!="string"?o.push(new Error("Parsing failed for the 'libc' field")):n.push(u)}else this.libc=null;if(typeof e.type=="string"?this.type=e.type:this.type=null,typeof e.packageManager=="string"?this.packageManager=e.packageManager:this.packageManager=null,typeof e.private=="boolean"?this.private=e.private:this.private=!1,typeof e.license=="string"?this.license=e.license:this.license=null,typeof e.languageName=="string"?this.languageName=e.languageName:this.languageName=null,typeof e.main=="string"?this.main=$o(e.main):this.main=null,typeof e.module=="string"?this.module=$o(e.module):this.module=null,e.browser!=null)if(typeof e.browser=="string")this.browser=$o(e.browser);else{this.browser=new Map;for(let[n,u]of Object.entries(e.browser))this.browser.set($o(n),typeof u=="string"?$o(u):u)}else this.browser=null;if(this.bin=new Map,typeof e.bin=="string")e.bin.trim()===""?o.push(new Error("Invalid bin field")):this.name!==null?this.bin.set(this.name.name,$o(e.bin)):o.push(new Error("String bin field, but no attached package name"));else if(typeof e.bin=="object"&&e.bin!==null)for(let[n,u]of Object.entries(e.bin)){if(typeof u!="string"||u.trim()===""){o.push(new Error(`Invalid bin definition for '${n}'`));continue}let A=Js(n);this.bin.set(A.name,$o(u))}if(this.scripts=new Map,typeof e.scripts=="object"&&e.scripts!==null)for(let[n,u]of Object.entries(e.scripts)){if(typeof u!="string"){o.push(new Error(`Invalid script definition for '${n}'`));continue}this.scripts.set(n,u)}if(this.dependencies=new Map,typeof e.dependencies=="object"&&e.dependencies!==null)for(let[n,u]of Object.entries(e.dependencies)){if(typeof u!="string"){o.push(new Error(`Invalid dependency range for '${n}'`));continue}let A;try{A=Js(n)}catch{o.push(new Error(`Parsing failed for the dependency name '${n}'`));continue}let p=In(A,u);this.dependencies.set(p.identHash,p)}if(this.devDependencies=new Map,typeof e.devDependencies=="object"&&e.devDependencies!==null)for(let[n,u]of Object.entries(e.devDependencies)){if(typeof u!="string"){o.push(new Error(`Invalid dependency range for '${n}'`));continue}let A;try{A=Js(n)}catch{o.push(new Error(`Parsing failed for the dependency name '${n}'`));continue}let p=In(A,u);this.devDependencies.set(p.identHash,p)}if(this.peerDependencies=new Map,typeof e.peerDependencies=="object"&&e.peerDependencies!==null)for(let[n,u]of Object.entries(e.peerDependencies)){let A;try{A=Js(n)}catch{o.push(new Error(`Parsing failed for the dependency name '${n}'`));continue}(typeof u!="string"||!u.startsWith(Xn.protocol)&&!ba(u))&&(o.push(new Error(`Invalid dependency range for '${n}'`)),u="*");let p=In(A,u);this.peerDependencies.set(p.identHash,p)}typeof e.workspaces=="object"&&e.workspaces!==null&&e.workspaces.nohoist&&o.push(new Error("'nohoist' is deprecated, please use 'installConfig.hoistingLimits' instead"));let a=Array.isArray(e.workspaces)?e.workspaces:typeof e.workspaces=="object"&&e.workspaces!==null&&Array.isArray(e.workspaces.packages)?e.workspaces.packages:[];this.workspaceDefinitions=[];for(let n of a){if(typeof n!="string"){o.push(new Error(`Invalid workspace definition for '${n}'`));continue}this.workspaceDefinitions.push({pattern:n})}if(this.dependenciesMeta=new Map,typeof e.dependenciesMeta=="object"&&e.dependenciesMeta!==null)for(let[n,u]of Object.entries(e.dependenciesMeta)){if(typeof u!="object"||u===null){o.push(new Error(`Invalid meta field for '${n}`));continue}let A=nh(n),p=this.ensureDependencyMeta(A),h=GS(u.built,{yamlCompatibilityMode:r});if(h===null){o.push(new Error(`Invalid built meta field for '${n}'`));continue}let E=GS(u.optional,{yamlCompatibilityMode:r});if(E===null){o.push(new Error(`Invalid optional meta field for '${n}'`));continue}let I=GS(u.unplugged,{yamlCompatibilityMode:r});if(I===null){o.push(new Error(`Invalid unplugged meta field for '${n}'`));continue}Object.assign(p,{built:h,optional:E,unplugged:I})}if(this.peerDependenciesMeta=new Map,typeof e.peerDependenciesMeta=="object"&&e.peerDependenciesMeta!==null)for(let[n,u]of Object.entries(e.peerDependenciesMeta)){if(typeof u!="object"||u===null){o.push(new Error(`Invalid meta field for '${n}'`));continue}let A=nh(n),p=this.ensurePeerDependencyMeta(A),h=GS(u.optional,{yamlCompatibilityMode:r});if(h===null){o.push(new Error(`Invalid optional meta field for '${n}'`));continue}Object.assign(p,{optional:h})}if(this.resolutions=[],typeof e.resolutions=="object"&&e.resolutions!==null)for(let[n,u]of Object.entries(e.resolutions)){if(typeof u!="string"){o.push(new Error(`Invalid resolution entry for '${n}'`));continue}try{this.resolutions.push({pattern:UD(n),reference:u})}catch(A){o.push(A);continue}}if(Array.isArray(e.files)){this.files=new Set;for(let n of e.files){if(typeof n!="string"){o.push(new Error(`Invalid files entry for '${n}'`));continue}this.files.add(n)}}else this.files=null;if(typeof e.publishConfig=="object"&&e.publishConfig!==null){if(this.publishConfig={},typeof e.publishConfig.access=="string"&&(this.publishConfig.access=e.publishConfig.access),typeof e.publishConfig.main=="string"&&(this.publishConfig.main=$o(e.publishConfig.main)),typeof e.publishConfig.module=="string"&&(this.publishConfig.module=$o(e.publishConfig.module)),e.publishConfig.browser!=null)if(typeof e.publishConfig.browser=="string")this.publishConfig.browser=$o(e.publishConfig.browser);else{this.publishConfig.browser=new Map;for(let[n,u]of Object.entries(e.publishConfig.browser))this.publishConfig.browser.set($o(n),typeof u=="string"?$o(u):u)}if(typeof e.publishConfig.registry=="string"&&(this.publishConfig.registry=e.publishConfig.registry),typeof e.publishConfig.bin=="string")this.name!==null?this.publishConfig.bin=new Map([[this.name.name,$o(e.publishConfig.bin)]]):o.push(new Error("String bin field, but no attached package name"));else if(typeof e.publishConfig.bin=="object"&&e.publishConfig.bin!==null){this.publishConfig.bin=new Map;for(let[n,u]of Object.entries(e.publishConfig.bin)){if(typeof u!="string"){o.push(new Error(`Invalid bin definition for '${n}'`));continue}this.publishConfig.bin.set(n,$o(u))}}if(Array.isArray(e.publishConfig.executableFiles)){this.publishConfig.executableFiles=new Set;for(let n of e.publishConfig.executableFiles){if(typeof n!="string"){o.push(new Error("Invalid executable file definition"));continue}this.publishConfig.executableFiles.add($o(n))}}}else this.publishConfig=null;if(typeof e.installConfig=="object"&&e.installConfig!==null){this.installConfig={};for(let n of Object.keys(e.installConfig))n==="hoistingLimits"?typeof e.installConfig.hoistingLimits=="string"?this.installConfig.hoistingLimits=e.installConfig.hoistingLimits:o.push(new Error("Invalid hoisting limits definition")):n=="selfReferences"?typeof e.installConfig.selfReferences=="boolean"?this.installConfig.selfReferences=e.installConfig.selfReferences:o.push(new Error("Invalid selfReferences definition, must be a boolean value")):o.push(new Error(`Unrecognized installConfig key: ${n}`))}else this.installConfig=null;if(typeof e.optionalDependencies=="object"&&e.optionalDependencies!==null)for(let[n,u]of Object.entries(e.optionalDependencies)){if(typeof u!="string"){o.push(new Error(`Invalid dependency range for '${n}'`));continue}let A;try{A=Js(n)}catch{o.push(new Error(`Parsing failed for the dependency name '${n}'`));continue}let p=In(A,u);this.dependencies.set(p.identHash,p);let h=In(A,"unknown"),E=this.ensureDependencyMeta(h);Object.assign(E,{optional:!0})}typeof e.preferUnplugged=="boolean"?this.preferUnplugged=e.preferUnplugged:this.preferUnplugged=null,this.errors=o}getForScope(e){switch(e){case"dependencies":return this.dependencies;case"devDependencies":return this.devDependencies;case"peerDependencies":return this.peerDependencies;default:throw new Error(`Unsupported value ("${e}")`)}}hasConsumerDependency(e){return!!(this.dependencies.has(e.identHash)||this.peerDependencies.has(e.identHash))}hasHardDependency(e){return!!(this.dependencies.has(e.identHash)||this.devDependencies.has(e.identHash))}hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)}hasDependency(e){return!!(this.hasHardDependency(e)||this.hasSoftDependency(e))}getConditions(){let e=[];return this.os&&this.os.length>0&&e.push(lO("os",this.os)),this.cpu&&this.cpu.length>0&&e.push(lO("cpu",this.cpu)),this.libc&&this.libc.length>0&&e.push(lO("libc",this.libc)),e.length>0?e.join(" & "):null}ensureDependencyMeta(e){if(e.range!=="unknown"&&!mse.default.valid(e.range))throw new Error(`Invalid meta field range for '${Sa(e)}'`);let r=fn(e),o=e.range!=="unknown"?e.range:null,a=this.dependenciesMeta.get(r);a||this.dependenciesMeta.set(r,a=new Map);let n=a.get(o);return n||a.set(o,n={}),n}ensurePeerDependencyMeta(e){if(e.range!=="unknown")throw new Error(`Invalid meta field range for '${Sa(e)}'`);let r=fn(e),o=this.peerDependenciesMeta.get(r);return o||this.peerDependenciesMeta.set(r,o={}),o}setRawField(e,r,{after:o=[]}={}){let a=new Set(o.filter(n=>Object.hasOwn(this.raw,n)));if(a.size===0||Object.hasOwn(this.raw,e))this.raw[e]=r;else{let n=this.raw,u=this.raw={},A=!1;for(let p of Object.keys(n))u[p]=n[p],A||(a.delete(p),a.size===0&&(u[e]=r,A=!0))}}exportTo(e,{compatibilityMode:r=!0}={}){if(Object.assign(e,this.raw),this.name!==null?e.name=fn(this.name):delete e.name,this.version!==null?e.version=this.version:delete e.version,this.os!==null?e.os=this.os:delete e.os,this.cpu!==null?e.cpu=this.cpu:delete e.cpu,this.type!==null?e.type=this.type:delete e.type,this.packageManager!==null?e.packageManager=this.packageManager:delete e.packageManager,this.private?e.private=!0:delete e.private,this.license!==null?e.license=this.license:delete e.license,this.languageName!==null?e.languageName=this.languageName:delete e.languageName,this.main!==null?e.main=this.main:delete e.main,this.module!==null?e.module=this.module:delete e.module,this.browser!==null){let n=this.browser;typeof n=="string"?e.browser=n:n instanceof Map&&(e.browser=Object.assign({},...Array.from(n.keys()).sort().map(u=>({[u]:n.get(u)}))))}else delete e.browser;this.bin.size===1&&this.name!==null&&this.bin.has(this.name.name)?e.bin=this.bin.get(this.name.name):this.bin.size>0?e.bin=Object.assign({},...Array.from(this.bin.keys()).sort().map(n=>({[n]:this.bin.get(n)}))):delete e.bin,this.workspaceDefinitions.length>0?this.raw.workspaces&&!Array.isArray(this.raw.workspaces)?e.workspaces={...this.raw.workspaces,packages:this.workspaceDefinitions.map(({pattern:n})=>n)}:e.workspaces=this.workspaceDefinitions.map(({pattern:n})=>n):this.raw.workspaces&&!Array.isArray(this.raw.workspaces)&&Object.keys(this.raw.workspaces).length>0?e.workspaces=this.raw.workspaces:delete e.workspaces;let o=[],a=[];for(let n of this.dependencies.values()){let u=this.dependenciesMeta.get(fn(n)),A=!1;if(r&&u){let p=u.get(null);p&&p.optional&&(A=!0)}A?a.push(n):o.push(n)}o.length>0?e.dependencies=Object.assign({},...cE(o).map(n=>({[fn(n)]:n.range}))):delete e.dependencies,a.length>0?e.optionalDependencies=Object.assign({},...cE(a).map(n=>({[fn(n)]:n.range}))):delete e.optionalDependencies,this.devDependencies.size>0?e.devDependencies=Object.assign({},...cE(this.devDependencies.values()).map(n=>({[fn(n)]:n.range}))):delete e.devDependencies,this.peerDependencies.size>0?e.peerDependencies=Object.assign({},...cE(this.peerDependencies.values()).map(n=>({[fn(n)]:n.range}))):delete e.peerDependencies,e.dependenciesMeta={};for(let[n,u]of ks(this.dependenciesMeta.entries(),([A,p])=>A))for(let[A,p]of ks(u.entries(),([h,E])=>h!==null?`0${h}`:"1")){let h=A!==null?Sa(In(Js(n),A)):n,E={...p};r&&A===null&&delete E.optional,Object.keys(E).length!==0&&(e.dependenciesMeta[h]=E)}if(Object.keys(e.dependenciesMeta).length===0&&delete e.dependenciesMeta,this.peerDependenciesMeta.size>0?e.peerDependenciesMeta=Object.assign({},...ks(this.peerDependenciesMeta.entries(),([n,u])=>n).map(([n,u])=>({[n]:u}))):delete e.peerDependenciesMeta,this.resolutions.length>0?e.resolutions=Object.assign({},...this.resolutions.map(({pattern:n,reference:u})=>({[_D(n)]:u}))):delete e.resolutions,this.files!==null?e.files=Array.from(this.files):delete e.files,this.preferUnplugged!==null?e.preferUnplugged=this.preferUnplugged:delete e.preferUnplugged,this.scripts!==null&&this.scripts.size>0){e.scripts??={};for(let n of Object.keys(e.scripts))this.scripts.has(n)||delete e.scripts[n];for(let[n,u]of this.scripts.entries())e.scripts[n]=u}else delete e.scripts;return e}},Mt=uE;Mt.fileName="package.json",Mt.allDependencies=["dependencies","devDependencies","peerDependencies"],Mt.hardDependencies=["dependencies","devDependencies"]});var Ese=_((_Nt,yse)=>{var $tt=_l(),ert=function(){return $tt.Date.now()};yse.exports=ert});var wse=_((HNt,Cse)=>{var trt=/\s/;function rrt(t){for(var e=t.length;e--&&trt.test(t.charAt(e)););return e}Cse.exports=rrt});var Bse=_((jNt,Ise)=>{var nrt=wse(),irt=/^\s+/;function srt(t){return t&&t.slice(0,nrt(t)+1).replace(irt,"")}Ise.exports=srt});var fE=_((qNt,vse)=>{var ort=pd(),art=Ju(),lrt="[object Symbol]";function crt(t){return typeof t=="symbol"||art(t)&&ort(t)==lrt}vse.exports=crt});var xse=_((GNt,Sse)=>{var urt=Bse(),Dse=il(),Art=fE(),Pse=0/0,frt=/^[-+]0x[0-9a-f]+$/i,prt=/^0b[01]+$/i,hrt=/^0o[0-7]+$/i,grt=parseInt;function drt(t){if(typeof t=="number")return t;if(Art(t))return Pse;if(Dse(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Dse(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=urt(t);var r=prt.test(t);return r||hrt.test(t)?grt(t.slice(2),r?2:8):frt.test(t)?Pse:+t}Sse.exports=drt});var Qse=_((YNt,kse)=>{var mrt=il(),cO=Ese(),bse=xse(),yrt="Expected a function",Ert=Math.max,Crt=Math.min;function wrt(t,e,r){var o,a,n,u,A,p,h=0,E=!1,I=!1,v=!0;if(typeof t!="function")throw new TypeError(yrt);e=bse(e)||0,mrt(r)&&(E=!!r.leading,I="maxWait"in r,n=I?Ert(bse(r.maxWait)||0,e):n,v="trailing"in r?!!r.trailing:v);function b(Ae){var ye=o,ae=a;return o=a=void 0,h=Ae,u=t.apply(ae,ye),u}function C(Ae){return h=Ae,A=setTimeout(U,e),E?b(Ae):u}function T(Ae){var ye=Ae-p,ae=Ae-h,we=e-ye;return I?Crt(we,n-ae):we}function L(Ae){var ye=Ae-p,ae=Ae-h;return p===void 0||ye>=e||ye<0||I&&ae>=n}function U(){var Ae=cO();if(L(Ae))return J(Ae);A=setTimeout(U,T(Ae))}function J(Ae){return A=void 0,v&&o?b(Ae):(o=a=void 0,u)}function te(){A!==void 0&&clearTimeout(A),h=0,o=p=a=A=void 0}function le(){return A===void 0?u:J(cO())}function pe(){var Ae=cO(),ye=L(Ae);if(o=arguments,a=this,p=Ae,ye){if(A===void 0)return C(p);if(I)return clearTimeout(A),A=setTimeout(U,e),b(p)}return A===void 0&&(A=setTimeout(U,e)),u}return pe.cancel=te,pe.flush=le,pe}kse.exports=wrt});var uO=_((WNt,Fse)=>{var Irt=Qse(),Brt=il(),vrt="Expected a function";function Drt(t,e,r){var o=!0,a=!0;if(typeof t!="function")throw new TypeError(vrt);return Brt(r)&&(o="leading"in r?!!r.leading:o,a="trailing"in r?!!r.trailing:a),Irt(t,e,{leading:o,maxWait:e,trailing:a})}Fse.exports=Drt});function Srt(t){return typeof t.reportCode<"u"}var Tse,Rse,Nse,Prt,zt,Xs,Yl=Et(()=>{Tse=$e(uO()),Rse=Be("stream"),Nse=Be("string_decoder"),Prt=15,zt=class extends Error{constructor(r,o,a){super(o);this.reportExtra=a;this.reportCode=r}};Xs=class{constructor(){this.cacheHits=new Set;this.cacheMisses=new Set;this.reportedInfos=new Set;this.reportedWarnings=new Set;this.reportedErrors=new Set}getRecommendedLength(){return 180}reportCacheHit(e){this.cacheHits.add(e.locatorHash)}reportCacheMiss(e,r){this.cacheMisses.add(e.locatorHash)}static progressViaCounter(e){let r=0,o,a=new Promise(p=>{o=p}),n=p=>{let h=o;a=new Promise(E=>{o=E}),r=p,h()},u=(p=0)=>{n(r+1)},A=async function*(){for(;r{r=u}),a=(0,Tse.default)(u=>{let A=r;o=new Promise(p=>{r=p}),e=u,A()},1e3/Prt),n=async function*(){for(;;)await o,yield{title:e}}();return{[Symbol.asyncIterator](){return n},hasProgress:!1,hasTitle:!0,setTitle:a}}async startProgressPromise(e,r){let o=this.reportProgress(e);try{return await r(e)}finally{o.stop()}}startProgressSync(e,r){let o=this.reportProgress(e);try{return r(e)}finally{o.stop()}}reportInfoOnce(e,r,o){let a=o&&o.key?o.key:r;this.reportedInfos.has(a)||(this.reportedInfos.add(a),this.reportInfo(e,r),o?.reportExtra?.(this))}reportWarningOnce(e,r,o){let a=o&&o.key?o.key:r;this.reportedWarnings.has(a)||(this.reportedWarnings.add(a),this.reportWarning(e,r),o?.reportExtra?.(this))}reportErrorOnce(e,r,o){let a=o&&o.key?o.key:r;this.reportedErrors.has(a)||(this.reportedErrors.add(a),this.reportError(e,r),o?.reportExtra?.(this))}reportExceptionOnce(e){Srt(e)?this.reportErrorOnce(e.reportCode,e.message,{key:e,reportExtra:e.reportExtra}):this.reportErrorOnce(1,e.stack||e.message,{key:e})}createStreamReporter(e=null){let r=new Rse.PassThrough,o=new Nse.StringDecoder,a="";return r.on("data",n=>{let u=o.write(n),A;do if(A=u.indexOf(` -`),A!==-1){let p=a+u.substring(0,A);u=u.substring(A+1),a="",e!==null?this.reportInfo(null,`${e} ${p}`):this.reportInfo(null,p)}while(A!==-1);a+=u}),r.on("end",()=>{let n=o.end();n!==""&&(e!==null?this.reportInfo(null,`${e} ${n}`):this.reportInfo(null,n))}),r}}});var pE,AO=Et(()=>{Yl();xo();pE=class{constructor(e){this.fetchers=e}supports(e,r){return!!this.tryFetcher(e,r)}getLocalPath(e,r){return this.getFetcher(e,r).getLocalPath(e,r)}async fetch(e,r){return await this.getFetcher(e,r).fetch(e,r)}tryFetcher(e,r){let o=this.fetchers.find(a=>a.supports(e,r));return o||null}getFetcher(e,r){let o=this.fetchers.find(a=>a.supports(e,r));if(!o)throw new zt(11,`${jr(r.project.configuration,e)} isn't supported by any available fetcher`);return o}}});var vd,fO=Et(()=>{xo();vd=class{constructor(e){this.resolvers=e.filter(r=>r)}supportsDescriptor(e,r){return!!this.tryResolverByDescriptor(e,r)}supportsLocator(e,r){return!!this.tryResolverByLocator(e,r)}shouldPersistResolution(e,r){return this.getResolverByLocator(e,r).shouldPersistResolution(e,r)}bindDescriptor(e,r,o){return this.getResolverByDescriptor(e,o).bindDescriptor(e,r,o)}getResolutionDependencies(e,r){return this.getResolverByDescriptor(e,r).getResolutionDependencies(e,r)}async getCandidates(e,r,o){return await this.getResolverByDescriptor(e,o).getCandidates(e,r,o)}async getSatisfying(e,r,o,a){return this.getResolverByDescriptor(e,a).getSatisfying(e,r,o,a)}async resolve(e,r){return await this.getResolverByLocator(e,r).resolve(e,r)}tryResolverByDescriptor(e,r){let o=this.resolvers.find(a=>a.supportsDescriptor(e,r));return o||null}getResolverByDescriptor(e,r){let o=this.resolvers.find(a=>a.supportsDescriptor(e,r));if(!o)throw new Error(`${qn(r.project.configuration,e)} isn't supported by any available resolver`);return o}tryResolverByLocator(e,r){let o=this.resolvers.find(a=>a.supportsLocator(e,r));return o||null}getResolverByLocator(e,r){let o=this.resolvers.find(a=>a.supportsLocator(e,r));if(!o)throw new Error(`${jr(r.project.configuration,e)} isn't supported by any available resolver`);return o}}});var hE,pO=Et(()=>{Pt();xo();hE=class{supports(e){return!!e.reference.startsWith("virtual:")}getLocalPath(e,r){let o=e.reference.indexOf("#");if(o===-1)throw new Error("Invalid virtual package reference");let a=e.reference.slice(o+1),n=Qs(e,a);return r.fetcher.getLocalPath(n,r)}async fetch(e,r){let o=e.reference.indexOf("#");if(o===-1)throw new Error("Invalid virtual package reference");let a=e.reference.slice(o+1),n=Qs(e,a),u=await r.fetcher.fetch(n,r);return await this.ensureVirtualLink(e,u,r)}getLocatorFilename(e){return aE(e)}async ensureVirtualLink(e,r,o){let a=r.packageFs.getRealPath(),n=o.project.configuration.get("virtualFolder"),u=this.getLocatorFilename(e),A=mi.makeVirtualPath(n,u,a),p=new Uu(A,{baseFs:r.packageFs,pathUtils:K});return{...r,packageFs:p}}}});var gE,l1,Lse=Et(()=>{gE=class{static isVirtualDescriptor(e){return!!e.range.startsWith(gE.protocol)}static isVirtualLocator(e){return!!e.reference.startsWith(gE.protocol)}supportsDescriptor(e,r){return gE.isVirtualDescriptor(e)}supportsLocator(e,r){return gE.isVirtualLocator(e)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){throw new Error('Assertion failed: calling "bindDescriptor" on a virtual descriptor is unsupported')}getResolutionDependencies(e,r){throw new Error('Assertion failed: calling "getResolutionDependencies" on a virtual descriptor is unsupported')}async getCandidates(e,r,o){throw new Error('Assertion failed: calling "getCandidates" on a virtual descriptor is unsupported')}async getSatisfying(e,r,o,a){throw new Error('Assertion failed: calling "getSatisfying" on a virtual descriptor is unsupported')}async resolve(e,r){throw new Error('Assertion failed: calling "resolve" on a virtual locator is unsupported')}},l1=gE;l1.protocol="virtual:"});var dE,hO=Et(()=>{Pt();Bd();dE=class{supports(e){return!!e.reference.startsWith(Xn.protocol)}getLocalPath(e,r){return this.getWorkspace(e,r).cwd}async fetch(e,r){let o=this.getWorkspace(e,r).cwd;return{packageFs:new gn(o),prefixPath:Bt.dot,localPath:o}}getWorkspace(e,r){return r.project.getWorkspaceByCwd(e.reference.slice(Xn.protocol.length))}}});function c1(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function Mse(t){return typeof t>"u"?3:c1(t)?0:Array.isArray(t)?1:2}function mO(t,e){return Object.hasOwn(t,e)}function brt(t){return c1(t)&&mO(t,"onConflict")&&typeof t.onConflict=="string"}function krt(t){if(typeof t>"u")return{onConflict:"default",value:t};if(!brt(t))return{onConflict:"default",value:t};if(mO(t,"value"))return t;let{onConflict:e,...r}=t;return{onConflict:e,value:r}}function Ose(t,e){let r=c1(t)&&mO(t,e)?t[e]:void 0;return krt(r)}function mE(t,e){return[t,e,Use]}function yO(t){return Array.isArray(t)?t[2]===Use:!1}function gO(t,e){if(c1(t)){let r={};for(let o of Object.keys(t))r[o]=gO(t[o],e);return mE(e,r)}return Array.isArray(t)?mE(e,t.map(r=>gO(r,e))):mE(e,t)}function dO(t,e,r,o,a){let n,u=[],A=a,p=0;for(let E=a-1;E>=o;--E){let[I,v]=t[E],{onConflict:b,value:C}=Ose(v,r),T=Mse(C);if(T!==3){if(n??=T,T!==n||b==="hardReset"){p=A;break}if(T===2)return mE(I,C);if(u.unshift([I,C]),b==="reset"){p=E;break}b==="extend"&&E===o&&(o=0),A=E}}if(typeof n>"u")return null;let h=u.map(([E])=>E).join(", ");switch(n){case 1:return mE(h,new Array().concat(...u.map(([E,I])=>I.map(v=>gO(v,E)))));case 0:{let E=Object.assign({},...u.map(([,T])=>T)),I=Object.keys(E),v={},b=t.map(([T,L])=>[T,Ose(L,r).value]),C=xrt(b,([T,L])=>{let U=Mse(L);return U!==0&&U!==3});if(C!==-1){let T=b.slice(C+1);for(let L of I)v[L]=dO(T,e,L,0,T.length)}else for(let T of I)v[T]=dO(b,e,T,p,b.length);return mE(h,v)}default:throw new Error("Assertion failed: Non-extendable value type")}}function _se(t){return dO(t.map(([e,r])=>[e,{["."]:r}]),[],".",0,t.length)}function u1(t){return yO(t)?t[1]:t}function YS(t){let e=yO(t)?t[1]:t;if(Array.isArray(e))return e.map(r=>YS(r));if(c1(e)){let r={};for(let[o,a]of Object.entries(e))r[o]=YS(a);return r}return e}function EO(t){return yO(t)?t[0]:null}var xrt,Use,Hse=Et(()=>{xrt=(t,e,r)=>{let o=[...t];return o.reverse(),o.findIndex(e,r)};Use=Symbol()});var WS={};Kt(WS,{getDefaultGlobalFolder:()=>wO,getHomeFolder:()=>yE,isFolderInside:()=>IO});function wO(){if(process.platform==="win32"){let t=ue.toPortablePath(process.env.LOCALAPPDATA||ue.join((0,CO.homedir)(),"AppData","Local"));return K.resolve(t,"Yarn/Berry")}if(process.env.XDG_DATA_HOME){let t=ue.toPortablePath(process.env.XDG_DATA_HOME);return K.resolve(t,"yarn/berry")}return K.resolve(yE(),".yarn/berry")}function yE(){return ue.toPortablePath((0,CO.homedir)()||"/usr/local/share")}function IO(t,e){let r=K.relative(e,t);return r&&!r.startsWith("..")&&!K.isAbsolute(r)}var CO,VS=Et(()=>{Pt();CO=Be("os")});var Yse=_(EE=>{"use strict";var sLt=Be("net"),Frt=Be("tls"),BO=Be("http"),jse=Be("https"),Trt=Be("events"),oLt=Be("assert"),Rrt=Be("util");EE.httpOverHttp=Nrt;EE.httpsOverHttp=Lrt;EE.httpOverHttps=Mrt;EE.httpsOverHttps=Ort;function Nrt(t){var e=new Qf(t);return e.request=BO.request,e}function Lrt(t){var e=new Qf(t);return e.request=BO.request,e.createSocket=qse,e.defaultPort=443,e}function Mrt(t){var e=new Qf(t);return e.request=jse.request,e}function Ort(t){var e=new Qf(t);return e.request=jse.request,e.createSocket=qse,e.defaultPort=443,e}function Qf(t){var e=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||BO.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",function(o,a,n,u){for(var A=Gse(a,n,u),p=0,h=e.requests.length;p=this.maxSockets){n.requests.push(u);return}n.createSocket(u,function(A){A.on("free",p),A.on("close",h),A.on("agentRemove",h),e.onSocket(A);function p(){n.emit("free",A,u)}function h(E){n.removeSocket(A),A.removeListener("free",p),A.removeListener("close",h),A.removeListener("agentRemove",h)}})};Qf.prototype.createSocket=function(e,r){var o=this,a={};o.sockets.push(a);var n=vO({},o.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(n.localAddress=e.localAddress),n.proxyAuth&&(n.headers=n.headers||{},n.headers["Proxy-Authorization"]="Basic "+new Buffer(n.proxyAuth).toString("base64")),sh("making CONNECT request");var u=o.request(n);u.useChunkedEncodingByDefault=!1,u.once("response",A),u.once("upgrade",p),u.once("connect",h),u.once("error",E),u.end();function A(I){I.upgrade=!0}function p(I,v,b){process.nextTick(function(){h(I,v,b)})}function h(I,v,b){if(u.removeAllListeners(),v.removeAllListeners(),I.statusCode!==200){sh("tunneling socket could not be established, statusCode=%d",I.statusCode),v.destroy();var C=new Error("tunneling socket could not be established, statusCode="+I.statusCode);C.code="ECONNRESET",e.request.emit("error",C),o.removeSocket(a);return}if(b.length>0){sh("got illegal response body from proxy"),v.destroy();var C=new Error("got illegal response body from proxy");C.code="ECONNRESET",e.request.emit("error",C),o.removeSocket(a);return}return sh("tunneling connection has established"),o.sockets[o.sockets.indexOf(a)]=v,r(v)}function E(I){u.removeAllListeners(),sh(`tunneling socket could not be established, cause=%s -`,I.message,I.stack);var v=new Error("tunneling socket could not be established, cause="+I.message);v.code="ECONNRESET",e.request.emit("error",v),o.removeSocket(a)}};Qf.prototype.removeSocket=function(e){var r=this.sockets.indexOf(e);if(r!==-1){this.sockets.splice(r,1);var o=this.requests.shift();o&&this.createSocket(o,function(a){o.request.onSocket(a)})}};function qse(t,e){var r=this;Qf.prototype.createSocket.call(r,t,function(o){var a=t.request.getHeader("host"),n=vO({},r.options,{socket:o,servername:a?a.replace(/:.*$/,""):t.host}),u=Frt.connect(0,n);r.sockets[r.sockets.indexOf(o)]=u,e(u)})}function Gse(t,e,r){return typeof t=="string"?{host:t,port:e,localAddress:r}:t}function vO(t){for(var e=1,r=arguments.length;e{Wse.exports=Yse()});var Tf=_((Ff,KS)=>{"use strict";Object.defineProperty(Ff,"__esModule",{value:!0});var Kse=["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"];function Urt(t){return Kse.includes(t)}var _rt=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","FormData","URLSearchParams","HTMLElement",...Kse];function Hrt(t){return _rt.includes(t)}var jrt=["null","undefined","string","number","bigint","boolean","symbol"];function qrt(t){return jrt.includes(t)}function CE(t){return e=>typeof e===t}var{toString:Jse}=Object.prototype,A1=t=>{let e=Jse.call(t).slice(8,-1);if(/HTML\w+Element/.test(e)&&xe.domElement(t))return"HTMLElement";if(Hrt(e))return e},ei=t=>e=>A1(e)===t;function xe(t){if(t===null)return"null";switch(typeof t){case"undefined":return"undefined";case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"function":return"Function";case"bigint":return"bigint";case"symbol":return"symbol";default:}if(xe.observable(t))return"Observable";if(xe.array(t))return"Array";if(xe.buffer(t))return"Buffer";let e=A1(t);if(e)return e;if(t instanceof String||t instanceof Boolean||t instanceof Number)throw new TypeError("Please don't use object wrappers for primitive types");return"Object"}xe.undefined=CE("undefined");xe.string=CE("string");var Grt=CE("number");xe.number=t=>Grt(t)&&!xe.nan(t);xe.bigint=CE("bigint");xe.function_=CE("function");xe.null_=t=>t===null;xe.class_=t=>xe.function_(t)&&t.toString().startsWith("class ");xe.boolean=t=>t===!0||t===!1;xe.symbol=CE("symbol");xe.numericString=t=>xe.string(t)&&!xe.emptyStringOrWhitespace(t)&&!Number.isNaN(Number(t));xe.array=(t,e)=>Array.isArray(t)?xe.function_(e)?t.every(e):!0:!1;xe.buffer=t=>{var e,r,o,a;return(a=(o=(r=(e=t)===null||e===void 0?void 0:e.constructor)===null||r===void 0?void 0:r.isBuffer)===null||o===void 0?void 0:o.call(r,t))!==null&&a!==void 0?a:!1};xe.nullOrUndefined=t=>xe.null_(t)||xe.undefined(t);xe.object=t=>!xe.null_(t)&&(typeof t=="object"||xe.function_(t));xe.iterable=t=>{var e;return xe.function_((e=t)===null||e===void 0?void 0:e[Symbol.iterator])};xe.asyncIterable=t=>{var e;return xe.function_((e=t)===null||e===void 0?void 0:e[Symbol.asyncIterator])};xe.generator=t=>xe.iterable(t)&&xe.function_(t.next)&&xe.function_(t.throw);xe.asyncGenerator=t=>xe.asyncIterable(t)&&xe.function_(t.next)&&xe.function_(t.throw);xe.nativePromise=t=>ei("Promise")(t);var Yrt=t=>{var e,r;return xe.function_((e=t)===null||e===void 0?void 0:e.then)&&xe.function_((r=t)===null||r===void 0?void 0:r.catch)};xe.promise=t=>xe.nativePromise(t)||Yrt(t);xe.generatorFunction=ei("GeneratorFunction");xe.asyncGeneratorFunction=t=>A1(t)==="AsyncGeneratorFunction";xe.asyncFunction=t=>A1(t)==="AsyncFunction";xe.boundFunction=t=>xe.function_(t)&&!t.hasOwnProperty("prototype");xe.regExp=ei("RegExp");xe.date=ei("Date");xe.error=ei("Error");xe.map=t=>ei("Map")(t);xe.set=t=>ei("Set")(t);xe.weakMap=t=>ei("WeakMap")(t);xe.weakSet=t=>ei("WeakSet")(t);xe.int8Array=ei("Int8Array");xe.uint8Array=ei("Uint8Array");xe.uint8ClampedArray=ei("Uint8ClampedArray");xe.int16Array=ei("Int16Array");xe.uint16Array=ei("Uint16Array");xe.int32Array=ei("Int32Array");xe.uint32Array=ei("Uint32Array");xe.float32Array=ei("Float32Array");xe.float64Array=ei("Float64Array");xe.bigInt64Array=ei("BigInt64Array");xe.bigUint64Array=ei("BigUint64Array");xe.arrayBuffer=ei("ArrayBuffer");xe.sharedArrayBuffer=ei("SharedArrayBuffer");xe.dataView=ei("DataView");xe.directInstanceOf=(t,e)=>Object.getPrototypeOf(t)===e.prototype;xe.urlInstance=t=>ei("URL")(t);xe.urlString=t=>{if(!xe.string(t))return!1;try{return new URL(t),!0}catch{return!1}};xe.truthy=t=>Boolean(t);xe.falsy=t=>!t;xe.nan=t=>Number.isNaN(t);xe.primitive=t=>xe.null_(t)||qrt(typeof t);xe.integer=t=>Number.isInteger(t);xe.safeInteger=t=>Number.isSafeInteger(t);xe.plainObject=t=>{if(Jse.call(t)!=="[object Object]")return!1;let e=Object.getPrototypeOf(t);return e===null||e===Object.getPrototypeOf({})};xe.typedArray=t=>Urt(A1(t));var Wrt=t=>xe.safeInteger(t)&&t>=0;xe.arrayLike=t=>!xe.nullOrUndefined(t)&&!xe.function_(t)&&Wrt(t.length);xe.inRange=(t,e)=>{if(xe.number(e))return t>=Math.min(0,e)&&t<=Math.max(e,0);if(xe.array(e)&&e.length===2)return t>=Math.min(...e)&&t<=Math.max(...e);throw new TypeError(`Invalid range: ${JSON.stringify(e)}`)};var Vrt=1,Krt=["innerHTML","ownerDocument","style","attributes","nodeValue"];xe.domElement=t=>xe.object(t)&&t.nodeType===Vrt&&xe.string(t.nodeName)&&!xe.plainObject(t)&&Krt.every(e=>e in t);xe.observable=t=>{var e,r,o,a;return t?t===((r=(e=t)[Symbol.observable])===null||r===void 0?void 0:r.call(e))||t===((a=(o=t)["@@observable"])===null||a===void 0?void 0:a.call(o)):!1};xe.nodeStream=t=>xe.object(t)&&xe.function_(t.pipe)&&!xe.observable(t);xe.infinite=t=>t===1/0||t===-1/0;var zse=t=>e=>xe.integer(e)&&Math.abs(e%2)===t;xe.evenInteger=zse(0);xe.oddInteger=zse(1);xe.emptyArray=t=>xe.array(t)&&t.length===0;xe.nonEmptyArray=t=>xe.array(t)&&t.length>0;xe.emptyString=t=>xe.string(t)&&t.length===0;xe.nonEmptyString=t=>xe.string(t)&&t.length>0;var Jrt=t=>xe.string(t)&&!/\S/.test(t);xe.emptyStringOrWhitespace=t=>xe.emptyString(t)||Jrt(t);xe.emptyObject=t=>xe.object(t)&&!xe.map(t)&&!xe.set(t)&&Object.keys(t).length===0;xe.nonEmptyObject=t=>xe.object(t)&&!xe.map(t)&&!xe.set(t)&&Object.keys(t).length>0;xe.emptySet=t=>xe.set(t)&&t.size===0;xe.nonEmptySet=t=>xe.set(t)&&t.size>0;xe.emptyMap=t=>xe.map(t)&&t.size===0;xe.nonEmptyMap=t=>xe.map(t)&&t.size>0;xe.propertyKey=t=>xe.any([xe.string,xe.number,xe.symbol],t);xe.formData=t=>ei("FormData")(t);xe.urlSearchParams=t=>ei("URLSearchParams")(t);var Xse=(t,e,r)=>{if(!xe.function_(e))throw new TypeError(`Invalid predicate: ${JSON.stringify(e)}`);if(r.length===0)throw new TypeError("Invalid number of values");return t.call(r,e)};xe.any=(t,...e)=>(xe.array(t)?t:[t]).some(o=>Xse(Array.prototype.some,o,e));xe.all=(t,...e)=>Xse(Array.prototype.every,t,e);var Ht=(t,e,r,o={})=>{if(!t){let{multipleValues:a}=o,n=a?`received values of types ${[...new Set(r.map(u=>`\`${xe(u)}\``))].join(", ")}`:`received value of type \`${xe(r)}\``;throw new TypeError(`Expected value which is \`${e}\`, ${n}.`)}};Ff.assert={undefined:t=>Ht(xe.undefined(t),"undefined",t),string:t=>Ht(xe.string(t),"string",t),number:t=>Ht(xe.number(t),"number",t),bigint:t=>Ht(xe.bigint(t),"bigint",t),function_:t=>Ht(xe.function_(t),"Function",t),null_:t=>Ht(xe.null_(t),"null",t),class_:t=>Ht(xe.class_(t),"Class",t),boolean:t=>Ht(xe.boolean(t),"boolean",t),symbol:t=>Ht(xe.symbol(t),"symbol",t),numericString:t=>Ht(xe.numericString(t),"string with a number",t),array:(t,e)=>{Ht(xe.array(t),"Array",t),e&&t.forEach(e)},buffer:t=>Ht(xe.buffer(t),"Buffer",t),nullOrUndefined:t=>Ht(xe.nullOrUndefined(t),"null or undefined",t),object:t=>Ht(xe.object(t),"Object",t),iterable:t=>Ht(xe.iterable(t),"Iterable",t),asyncIterable:t=>Ht(xe.asyncIterable(t),"AsyncIterable",t),generator:t=>Ht(xe.generator(t),"Generator",t),asyncGenerator:t=>Ht(xe.asyncGenerator(t),"AsyncGenerator",t),nativePromise:t=>Ht(xe.nativePromise(t),"native Promise",t),promise:t=>Ht(xe.promise(t),"Promise",t),generatorFunction:t=>Ht(xe.generatorFunction(t),"GeneratorFunction",t),asyncGeneratorFunction:t=>Ht(xe.asyncGeneratorFunction(t),"AsyncGeneratorFunction",t),asyncFunction:t=>Ht(xe.asyncFunction(t),"AsyncFunction",t),boundFunction:t=>Ht(xe.boundFunction(t),"Function",t),regExp:t=>Ht(xe.regExp(t),"RegExp",t),date:t=>Ht(xe.date(t),"Date",t),error:t=>Ht(xe.error(t),"Error",t),map:t=>Ht(xe.map(t),"Map",t),set:t=>Ht(xe.set(t),"Set",t),weakMap:t=>Ht(xe.weakMap(t),"WeakMap",t),weakSet:t=>Ht(xe.weakSet(t),"WeakSet",t),int8Array:t=>Ht(xe.int8Array(t),"Int8Array",t),uint8Array:t=>Ht(xe.uint8Array(t),"Uint8Array",t),uint8ClampedArray:t=>Ht(xe.uint8ClampedArray(t),"Uint8ClampedArray",t),int16Array:t=>Ht(xe.int16Array(t),"Int16Array",t),uint16Array:t=>Ht(xe.uint16Array(t),"Uint16Array",t),int32Array:t=>Ht(xe.int32Array(t),"Int32Array",t),uint32Array:t=>Ht(xe.uint32Array(t),"Uint32Array",t),float32Array:t=>Ht(xe.float32Array(t),"Float32Array",t),float64Array:t=>Ht(xe.float64Array(t),"Float64Array",t),bigInt64Array:t=>Ht(xe.bigInt64Array(t),"BigInt64Array",t),bigUint64Array:t=>Ht(xe.bigUint64Array(t),"BigUint64Array",t),arrayBuffer:t=>Ht(xe.arrayBuffer(t),"ArrayBuffer",t),sharedArrayBuffer:t=>Ht(xe.sharedArrayBuffer(t),"SharedArrayBuffer",t),dataView:t=>Ht(xe.dataView(t),"DataView",t),urlInstance:t=>Ht(xe.urlInstance(t),"URL",t),urlString:t=>Ht(xe.urlString(t),"string with a URL",t),truthy:t=>Ht(xe.truthy(t),"truthy",t),falsy:t=>Ht(xe.falsy(t),"falsy",t),nan:t=>Ht(xe.nan(t),"NaN",t),primitive:t=>Ht(xe.primitive(t),"primitive",t),integer:t=>Ht(xe.integer(t),"integer",t),safeInteger:t=>Ht(xe.safeInteger(t),"integer",t),plainObject:t=>Ht(xe.plainObject(t),"plain object",t),typedArray:t=>Ht(xe.typedArray(t),"TypedArray",t),arrayLike:t=>Ht(xe.arrayLike(t),"array-like",t),domElement:t=>Ht(xe.domElement(t),"HTMLElement",t),observable:t=>Ht(xe.observable(t),"Observable",t),nodeStream:t=>Ht(xe.nodeStream(t),"Node.js Stream",t),infinite:t=>Ht(xe.infinite(t),"infinite number",t),emptyArray:t=>Ht(xe.emptyArray(t),"empty array",t),nonEmptyArray:t=>Ht(xe.nonEmptyArray(t),"non-empty array",t),emptyString:t=>Ht(xe.emptyString(t),"empty string",t),nonEmptyString:t=>Ht(xe.nonEmptyString(t),"non-empty string",t),emptyStringOrWhitespace:t=>Ht(xe.emptyStringOrWhitespace(t),"empty string or whitespace",t),emptyObject:t=>Ht(xe.emptyObject(t),"empty object",t),nonEmptyObject:t=>Ht(xe.nonEmptyObject(t),"non-empty object",t),emptySet:t=>Ht(xe.emptySet(t),"empty set",t),nonEmptySet:t=>Ht(xe.nonEmptySet(t),"non-empty set",t),emptyMap:t=>Ht(xe.emptyMap(t),"empty map",t),nonEmptyMap:t=>Ht(xe.nonEmptyMap(t),"non-empty map",t),propertyKey:t=>Ht(xe.propertyKey(t),"PropertyKey",t),formData:t=>Ht(xe.formData(t),"FormData",t),urlSearchParams:t=>Ht(xe.urlSearchParams(t),"URLSearchParams",t),evenInteger:t=>Ht(xe.evenInteger(t),"even integer",t),oddInteger:t=>Ht(xe.oddInteger(t),"odd integer",t),directInstanceOf:(t,e)=>Ht(xe.directInstanceOf(t,e),"T",t),inRange:(t,e)=>Ht(xe.inRange(t,e),"in range",t),any:(t,...e)=>Ht(xe.any(t,...e),"predicate returns truthy for any value",e,{multipleValues:!0}),all:(t,...e)=>Ht(xe.all(t,...e),"predicate returns truthy for all values",e,{multipleValues:!0})};Object.defineProperties(xe,{class:{value:xe.class_},function:{value:xe.function_},null:{value:xe.null_}});Object.defineProperties(Ff.assert,{class:{value:Ff.assert.class_},function:{value:Ff.assert.function_},null:{value:Ff.assert.null_}});Ff.default=xe;KS.exports=xe;KS.exports.default=xe;KS.exports.assert=Ff.assert});var Zse=_((cLt,DO)=>{"use strict";var JS=class extends Error{constructor(e){super(e||"Promise was canceled"),this.name="CancelError"}get isCanceled(){return!0}},wE=class{static fn(e){return(...r)=>new wE((o,a,n)=>{r.push(n),e(...r).then(o,a)})}constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanceled=!1,this._rejectOnCancel=!0,this._promise=new Promise((r,o)=>{this._reject=o;let a=A=>{this._isPending=!1,r(A)},n=A=>{this._isPending=!1,o(A)},u=A=>{if(!this._isPending)throw new Error("The `onCancel` handler was attached after the promise settled.");this._cancelHandlers.push(A)};return Object.defineProperties(u,{shouldReject:{get:()=>this._rejectOnCancel,set:A=>{this._rejectOnCancel=A}}}),e(a,n,u)})}then(e,r){return this._promise.then(e,r)}catch(e){return this._promise.catch(e)}finally(e){return this._promise.finally(e)}cancel(e){if(!(!this._isPending||this._isCanceled)){if(this._cancelHandlers.length>0)try{for(let r of this._cancelHandlers)r()}catch(r){this._reject(r)}this._isCanceled=!0,this._rejectOnCancel&&this._reject(new JS(e))}}get isCanceled(){return this._isCanceled}};Object.setPrototypeOf(wE.prototype,Promise.prototype);DO.exports=wE;DO.exports.CancelError=JS});var $se=_((SO,xO)=>{"use strict";Object.defineProperty(SO,"__esModule",{value:!0});var zrt=Be("tls"),PO=(t,e)=>{let r;typeof e=="function"?r={connect:e}:r=e;let o=typeof r.connect=="function",a=typeof r.secureConnect=="function",n=typeof r.close=="function",u=()=>{o&&r.connect(),t instanceof zrt.TLSSocket&&a&&(t.authorized?r.secureConnect():t.authorizationError||t.once("secureConnect",r.secureConnect)),n&&t.once("close",r.close)};t.writable&&!t.connecting?u():t.connecting?t.once("connect",u):t.destroyed&&n&&r.close(t._hadError)};SO.default=PO;xO.exports=PO;xO.exports.default=PO});var eoe=_((kO,QO)=>{"use strict";Object.defineProperty(kO,"__esModule",{value:!0});var Xrt=$se(),Zrt=Number(process.versions.node.split(".")[0]),bO=t=>{let e={start:Date.now(),socket:void 0,lookup:void 0,connect:void 0,secureConnect:void 0,upload:void 0,response:void 0,end:void 0,error:void 0,abort:void 0,phases:{wait:void 0,dns:void 0,tcp:void 0,tls:void 0,request:void 0,firstByte:void 0,download:void 0,total:void 0}};t.timings=e;let r=u=>{let A=u.emit.bind(u);u.emit=(p,...h)=>(p==="error"&&(e.error=Date.now(),e.phases.total=e.error-e.start,u.emit=A),A(p,...h))};r(t),t.prependOnceListener("abort",()=>{e.abort=Date.now(),(!e.response||Zrt>=13)&&(e.phases.total=Date.now()-e.start)});let o=u=>{e.socket=Date.now(),e.phases.wait=e.socket-e.start;let A=()=>{e.lookup=Date.now(),e.phases.dns=e.lookup-e.socket};u.prependOnceListener("lookup",A),Xrt.default(u,{connect:()=>{e.connect=Date.now(),e.lookup===void 0&&(u.removeListener("lookup",A),e.lookup=e.connect,e.phases.dns=e.lookup-e.socket),e.phases.tcp=e.connect-e.lookup},secureConnect:()=>{e.secureConnect=Date.now(),e.phases.tls=e.secureConnect-e.connect}})};t.socket?o(t.socket):t.prependOnceListener("socket",o);let a=()=>{var u;e.upload=Date.now(),e.phases.request=e.upload-(u=e.secureConnect,u??e.connect)};return(()=>typeof t.writableFinished=="boolean"?t.writableFinished:t.finished&&t.outputSize===0&&(!t.socket||t.socket.writableLength===0))()?a():t.prependOnceListener("finish",a),t.prependOnceListener("response",u=>{e.response=Date.now(),e.phases.firstByte=e.response-e.upload,u.timings=e,r(u),u.prependOnceListener("end",()=>{e.end=Date.now(),e.phases.download=e.end-e.response,e.phases.total=e.end-e.start})}),e};kO.default=bO;QO.exports=bO;QO.exports.default=bO});var aoe=_((uLt,RO)=>{"use strict";var{V4MAPPED:$rt,ADDRCONFIG:ent,ALL:ooe,promises:{Resolver:toe},lookup:tnt}=Be("dns"),{promisify:FO}=Be("util"),rnt=Be("os"),IE=Symbol("cacheableLookupCreateConnection"),TO=Symbol("cacheableLookupInstance"),roe=Symbol("expires"),nnt=typeof ooe=="number",noe=t=>{if(!(t&&typeof t.createConnection=="function"))throw new Error("Expected an Agent instance as the first argument")},int=t=>{for(let e of t)e.family!==6&&(e.address=`::ffff:${e.address}`,e.family=6)},ioe=()=>{let t=!1,e=!1;for(let r of Object.values(rnt.networkInterfaces()))for(let o of r)if(!o.internal&&(o.family==="IPv6"?e=!0:t=!0,t&&e))return{has4:t,has6:e};return{has4:t,has6:e}},snt=t=>Symbol.iterator in t,soe={ttl:!0},ont={all:!0},zS=class{constructor({cache:e=new Map,maxTtl:r=1/0,fallbackDuration:o=3600,errorTtl:a=.15,resolver:n=new toe,lookup:u=tnt}={}){if(this.maxTtl=r,this.errorTtl=a,this._cache=e,this._resolver=n,this._dnsLookup=FO(u),this._resolver instanceof toe?(this._resolve4=this._resolver.resolve4.bind(this._resolver),this._resolve6=this._resolver.resolve6.bind(this._resolver)):(this._resolve4=FO(this._resolver.resolve4.bind(this._resolver)),this._resolve6=FO(this._resolver.resolve6.bind(this._resolver))),this._iface=ioe(),this._pending={},this._nextRemovalTime=!1,this._hostnamesToFallback=new Set,o<1)this._fallback=!1;else{this._fallback=!0;let A=setInterval(()=>{this._hostnamesToFallback.clear()},o*1e3);A.unref&&A.unref()}this.lookup=this.lookup.bind(this),this.lookupAsync=this.lookupAsync.bind(this)}set servers(e){this.clear(),this._resolver.setServers(e)}get servers(){return this._resolver.getServers()}lookup(e,r,o){if(typeof r=="function"?(o=r,r={}):typeof r=="number"&&(r={family:r}),!o)throw new Error("Callback must be a function.");this.lookupAsync(e,r).then(a=>{r.all?o(null,a):o(null,a.address,a.family,a.expires,a.ttl)},o)}async lookupAsync(e,r={}){typeof r=="number"&&(r={family:r});let o=await this.query(e);if(r.family===6){let a=o.filter(n=>n.family===6);r.hints&$rt&&(nnt&&r.hints&ooe||a.length===0)?int(o):o=a}else r.family===4&&(o=o.filter(a=>a.family===4));if(r.hints&ent){let{_iface:a}=this;o=o.filter(n=>n.family===6?a.has6:a.has4)}if(o.length===0){let a=new Error(`cacheableLookup ENOTFOUND ${e}`);throw a.code="ENOTFOUND",a.hostname=e,a}return r.all?o:o[0]}async query(e){let r=await this._cache.get(e);if(!r){let o=this._pending[e];if(o)r=await o;else{let a=this.queryAndCache(e);this._pending[e]=a,r=await a}}return r=r.map(o=>({...o})),r}async _resolve(e){let r=async h=>{try{return await h}catch(E){if(E.code==="ENODATA"||E.code==="ENOTFOUND")return[];throw E}},[o,a]=await Promise.all([this._resolve4(e,soe),this._resolve6(e,soe)].map(h=>r(h))),n=0,u=0,A=0,p=Date.now();for(let h of o)h.family=4,h.expires=p+h.ttl*1e3,n=Math.max(n,h.ttl);for(let h of a)h.family=6,h.expires=p+h.ttl*1e3,u=Math.max(u,h.ttl);return o.length>0?a.length>0?A=Math.min(n,u):A=n:A=u,{entries:[...o,...a],cacheTtl:A}}async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),cacheTtl:0}}catch{return{entries:[],cacheTtl:0}}}async _set(e,r,o){if(this.maxTtl>0&&o>0){o=Math.min(o,this.maxTtl)*1e3,r[roe]=Date.now()+o;try{await this._cache.set(e,r,o)}catch(a){this.lookupAsync=async()=>{let n=new Error("Cache Error. Please recreate the CacheableLookup instance.");throw n.cause=a,n}}snt(this._cache)&&this._tick(o)}}async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this._dnsLookup(e,ont);try{let r=await this._resolve(e);r.entries.length===0&&this._fallback&&(r=await this._lookup(e),r.entries.length!==0&&this._hostnamesToFallback.add(e));let o=r.entries.length===0?this.errorTtl:r.cacheTtl;return await this._set(e,r.entries,o),delete this._pending[e],r.entries}catch(r){throw delete this._pending[e],r}}_tick(e){let r=this._nextRemovalTime;(!r||e{this._nextRemovalTime=!1;let o=1/0,a=Date.now();for(let[n,u]of this._cache){let A=u[roe];a>=A?this._cache.delete(n):A("lookup"in r||(r.lookup=this.lookup),e[IE](r,o))}uninstall(e){if(noe(e),e[IE]){if(e[TO]!==this)throw new Error("The agent is not owned by this CacheableLookup instance");e.createConnection=e[IE],delete e[IE],delete e[TO]}}updateInterfaceInfo(){let{_iface:e}=this;this._iface=ioe(),(e.has4&&!this._iface.has4||e.has6&&!this._iface.has6)&&this._cache.clear()}clear(e){if(e){this._cache.delete(e);return}this._cache.clear()}};RO.exports=zS;RO.exports.default=zS});var uoe=_((ALt,NO)=>{"use strict";var ant=typeof URL>"u"?Be("url").URL:URL,lnt="text/plain",cnt="us-ascii",loe=(t,e)=>e.some(r=>r instanceof RegExp?r.test(t):r===t),unt=(t,{stripHash:e})=>{let r=t.match(/^data:([^,]*?),([^#]*?)(?:#(.*))?$/);if(!r)throw new Error(`Invalid URL: ${t}`);let o=r[1].split(";"),a=r[2],n=e?"":r[3],u=!1;o[o.length-1]==="base64"&&(o.pop(),u=!0);let A=(o.shift()||"").toLowerCase(),h=[...o.map(E=>{let[I,v=""]=E.split("=").map(b=>b.trim());return I==="charset"&&(v=v.toLowerCase(),v===cnt)?"":`${I}${v?`=${v}`:""}`}).filter(Boolean)];return u&&h.push("base64"),(h.length!==0||A&&A!==lnt)&&h.unshift(A),`data:${h.join(";")},${u?a.trim():a}${n?`#${n}`:""}`},coe=(t,e)=>{if(e={defaultProtocol:"http:",normalizeProtocol:!0,forceHttp:!1,forceHttps:!1,stripAuthentication:!0,stripHash:!1,stripWWW:!0,removeQueryParameters:[/^utm_\w+/i],removeTrailingSlash:!0,removeDirectoryIndex:!1,sortQueryParameters:!0,...e},Reflect.has(e,"normalizeHttps"))throw new Error("options.normalizeHttps is renamed to options.forceHttp");if(Reflect.has(e,"normalizeHttp"))throw new Error("options.normalizeHttp is renamed to options.forceHttps");if(Reflect.has(e,"stripFragment"))throw new Error("options.stripFragment is renamed to options.stripHash");if(t=t.trim(),/^data:/i.test(t))return unt(t,e);let r=t.startsWith("//");!r&&/^\.*\//.test(t)||(t=t.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,e.defaultProtocol));let a=new ant(t);if(e.forceHttp&&e.forceHttps)throw new Error("The `forceHttp` and `forceHttps` options cannot be used together");if(e.forceHttp&&a.protocol==="https:"&&(a.protocol="http:"),e.forceHttps&&a.protocol==="http:"&&(a.protocol="https:"),e.stripAuthentication&&(a.username="",a.password=""),e.stripHash&&(a.hash=""),a.pathname&&(a.pathname=a.pathname.replace(/((?!:).|^)\/{2,}/g,(n,u)=>/^(?!\/)/g.test(u)?`${u}/`:"/")),a.pathname&&(a.pathname=decodeURI(a.pathname)),e.removeDirectoryIndex===!0&&(e.removeDirectoryIndex=[/^index\.[a-z]+$/]),Array.isArray(e.removeDirectoryIndex)&&e.removeDirectoryIndex.length>0){let n=a.pathname.split("/"),u=n[n.length-1];loe(u,e.removeDirectoryIndex)&&(n=n.slice(0,n.length-1),a.pathname=n.slice(1).join("/")+"/")}if(a.hostname&&(a.hostname=a.hostname.replace(/\.$/,""),e.stripWWW&&/^www\.([a-z\-\d]{2,63})\.([a-z.]{2,5})$/.test(a.hostname)&&(a.hostname=a.hostname.replace(/^www\./,""))),Array.isArray(e.removeQueryParameters))for(let n of[...a.searchParams.keys()])loe(n,e.removeQueryParameters)&&a.searchParams.delete(n);return e.sortQueryParameters&&a.searchParams.sort(),e.removeTrailingSlash&&(a.pathname=a.pathname.replace(/\/$/,"")),t=a.toString(),(e.removeTrailingSlash||a.pathname==="/")&&a.hash===""&&(t=t.replace(/\/$/,"")),r&&!e.normalizeProtocol&&(t=t.replace(/^http:\/\//,"//")),e.stripProtocol&&(t=t.replace(/^(?:https?:)?\/\//,"")),t};NO.exports=coe;NO.exports.default=coe});var poe=_((fLt,foe)=>{foe.exports=Aoe;function Aoe(t,e){if(t&&e)return Aoe(t)(e);if(typeof t!="function")throw new TypeError("need wrapper function");return Object.keys(t).forEach(function(o){r[o]=t[o]}),r;function r(){for(var o=new Array(arguments.length),a=0;a{var hoe=poe();LO.exports=hoe(XS);LO.exports.strict=hoe(goe);XS.proto=XS(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return XS(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return goe(this)},configurable:!0})});function XS(t){var e=function(){return e.called?e.value:(e.called=!0,e.value=t.apply(this,arguments))};return e.called=!1,e}function goe(t){var e=function(){if(e.called)throw new Error(e.onceError);return e.called=!0,e.value=t.apply(this,arguments)},r=t.name||"Function wrapped with `once`";return e.onceError=r+" shouldn't be called more than once",e.called=!1,e}});var OO=_((hLt,moe)=>{var Ant=MO(),fnt=function(){},pnt=function(t){return t.setHeader&&typeof t.abort=="function"},hnt=function(t){return t.stdio&&Array.isArray(t.stdio)&&t.stdio.length===3},doe=function(t,e,r){if(typeof e=="function")return doe(t,null,e);e||(e={}),r=Ant(r||fnt);var o=t._writableState,a=t._readableState,n=e.readable||e.readable!==!1&&t.readable,u=e.writable||e.writable!==!1&&t.writable,A=function(){t.writable||p()},p=function(){u=!1,n||r.call(t)},h=function(){n=!1,u||r.call(t)},E=function(C){r.call(t,C?new Error("exited with error code: "+C):null)},I=function(C){r.call(t,C)},v=function(){if(n&&!(a&&a.ended))return r.call(t,new Error("premature close"));if(u&&!(o&&o.ended))return r.call(t,new Error("premature close"))},b=function(){t.req.on("finish",p)};return pnt(t)?(t.on("complete",p),t.on("abort",v),t.req?b():t.on("request",b)):u&&!o&&(t.on("end",A),t.on("close",A)),hnt(t)&&t.on("exit",E),t.on("end",h),t.on("finish",p),e.error!==!1&&t.on("error",I),t.on("close",v),function(){t.removeListener("complete",p),t.removeListener("abort",v),t.removeListener("request",b),t.req&&t.req.removeListener("finish",p),t.removeListener("end",A),t.removeListener("close",A),t.removeListener("finish",p),t.removeListener("exit",E),t.removeListener("end",h),t.removeListener("error",I),t.removeListener("close",v)}};moe.exports=doe});var Coe=_((gLt,Eoe)=>{var gnt=MO(),dnt=OO(),UO=Be("fs"),f1=function(){},mnt=/^v?\.0/.test(process.version),ZS=function(t){return typeof t=="function"},ynt=function(t){return!mnt||!UO?!1:(t instanceof(UO.ReadStream||f1)||t instanceof(UO.WriteStream||f1))&&ZS(t.close)},Ent=function(t){return t.setHeader&&ZS(t.abort)},Cnt=function(t,e,r,o){o=gnt(o);var a=!1;t.on("close",function(){a=!0}),dnt(t,{readable:e,writable:r},function(u){if(u)return o(u);a=!0,o()});var n=!1;return function(u){if(!a&&!n){if(n=!0,ynt(t))return t.close(f1);if(Ent(t))return t.abort();if(ZS(t.destroy))return t.destroy();o(u||new Error("stream was destroyed"))}}},yoe=function(t){t()},wnt=function(t,e){return t.pipe(e)},Int=function(){var t=Array.prototype.slice.call(arguments),e=ZS(t[t.length-1]||f1)&&t.pop()||f1;if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new Error("pump requires two streams per minimum");var r,o=t.map(function(a,n){var u=n0;return Cnt(a,u,A,function(p){r||(r=p),p&&o.forEach(yoe),!u&&(o.forEach(yoe),e(r))})});return t.reduce(wnt)};Eoe.exports=Int});var Ioe=_((dLt,woe)=>{"use strict";var{PassThrough:Bnt}=Be("stream");woe.exports=t=>{t={...t};let{array:e}=t,{encoding:r}=t,o=r==="buffer",a=!1;e?a=!(r||o):r=r||"utf8",o&&(r=null);let n=new Bnt({objectMode:a});r&&n.setEncoding(r);let u=0,A=[];return n.on("data",p=>{A.push(p),a?u=A.length:u+=p.length}),n.getBufferedValue=()=>e?A:o?Buffer.concat(A,u):A.join(""),n.getBufferedLength=()=>u,n}});var Boe=_((mLt,BE)=>{"use strict";var vnt=Coe(),Dnt=Ioe(),$S=class extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}};async function ex(t,e){if(!t)return Promise.reject(new Error("Expected a stream"));e={maxBuffer:1/0,...e};let{maxBuffer:r}=e,o;return await new Promise((a,n)=>{let u=A=>{A&&(A.bufferedData=o.getBufferedValue()),n(A)};o=vnt(t,Dnt(e),A=>{if(A){u(A);return}a()}),o.on("data",()=>{o.getBufferedLength()>r&&u(new $S)})}),o.getBufferedValue()}BE.exports=ex;BE.exports.default=ex;BE.exports.buffer=(t,e)=>ex(t,{...e,encoding:"buffer"});BE.exports.array=(t,e)=>ex(t,{...e,array:!0});BE.exports.MaxBufferError=$S});var Doe=_((ELt,voe)=>{"use strict";var Pnt=new Set([200,203,204,206,300,301,404,405,410,414,501]),Snt=new Set([200,203,204,300,301,302,303,307,308,404,405,410,414,501]),xnt=new Set([500,502,503,504]),bnt={date:!0,connection:!0,"keep-alive":!0,"proxy-authenticate":!0,"proxy-authorization":!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0},knt={"content-length":!0,"content-encoding":!0,"transfer-encoding":!0,"content-range":!0};function Dd(t){let e=parseInt(t,10);return isFinite(e)?e:0}function Qnt(t){return t?xnt.has(t.status):!0}function _O(t){let e={};if(!t)return e;let r=t.trim().split(/\s*,\s*/);for(let o of r){let[a,n]=o.split(/\s*=\s*/,2);e[a]=n===void 0?!0:n.replace(/^"|"$/g,"")}return e}function Fnt(t){let e=[];for(let r in t){let o=t[r];e.push(o===!0?r:r+"="+o)}if(!!e.length)return e.join(", ")}voe.exports=class{constructor(e,r,{shared:o,cacheHeuristic:a,immutableMinTimeToLive:n,ignoreCargoCult:u,_fromObject:A}={}){if(A){this._fromObject(A);return}if(!r||!r.headers)throw Error("Response headers missing");this._assertRequestHasHeaders(e),this._responseTime=this.now(),this._isShared=o!==!1,this._cacheHeuristic=a!==void 0?a:.1,this._immutableMinTtl=n!==void 0?n:24*3600*1e3,this._status="status"in r?r.status:200,this._resHeaders=r.headers,this._rescc=_O(r.headers["cache-control"]),this._method="method"in e?e.method:"GET",this._url=e.url,this._host=e.headers.host,this._noAuthorization=!e.headers.authorization,this._reqHeaders=r.headers.vary?e.headers:null,this._reqcc=_O(e.headers["cache-control"]),u&&"pre-check"in this._rescc&&"post-check"in this._rescc&&(delete this._rescc["pre-check"],delete this._rescc["post-check"],delete this._rescc["no-cache"],delete this._rescc["no-store"],delete this._rescc["must-revalidate"],this._resHeaders=Object.assign({},this._resHeaders,{"cache-control":Fnt(this._rescc)}),delete this._resHeaders.expires,delete this._resHeaders.pragma),r.headers["cache-control"]==null&&/no-cache/.test(r.headers.pragma)&&(this._rescc["no-cache"]=!0)}now(){return Date.now()}storable(){return!!(!this._reqcc["no-store"]&&(this._method==="GET"||this._method==="HEAD"||this._method==="POST"&&this._hasExplicitExpiration())&&Snt.has(this._status)&&!this._rescc["no-store"]&&(!this._isShared||!this._rescc.private)&&(!this._isShared||this._noAuthorization||this._allowsStoringAuthenticated())&&(this._resHeaders.expires||this._rescc["max-age"]||this._isShared&&this._rescc["s-maxage"]||this._rescc.public||Pnt.has(this._status)))}_hasExplicitExpiration(){return this._isShared&&this._rescc["s-maxage"]||this._rescc["max-age"]||this._resHeaders.expires}_assertRequestHasHeaders(e){if(!e||!e.headers)throw Error("Request headers missing")}satisfiesWithoutRevalidation(e){this._assertRequestHasHeaders(e);let r=_O(e.headers["cache-control"]);return r["no-cache"]||/no-cache/.test(e.headers.pragma)||r["max-age"]&&this.age()>r["max-age"]||r["min-fresh"]&&this.timeToLive()<1e3*r["min-fresh"]||this.stale()&&!(r["max-stale"]&&!this._rescc["must-revalidate"]&&(r["max-stale"]===!0||r["max-stale"]>this.age()-this.maxAge()))?!1:this._requestMatches(e,!1)}_requestMatches(e,r){return(!this._url||this._url===e.url)&&this._host===e.headers.host&&(!e.method||this._method===e.method||r&&e.method==="HEAD")&&this._varyMatches(e)}_allowsStoringAuthenticated(){return this._rescc["must-revalidate"]||this._rescc.public||this._rescc["s-maxage"]}_varyMatches(e){if(!this._resHeaders.vary)return!0;if(this._resHeaders.vary==="*")return!1;let r=this._resHeaders.vary.trim().toLowerCase().split(/\s*,\s*/);for(let o of r)if(e.headers[o]!==this._reqHeaders[o])return!1;return!0}_copyWithoutHopByHopHeaders(e){let r={};for(let o in e)bnt[o]||(r[o]=e[o]);if(e.connection){let o=e.connection.trim().split(/\s*,\s*/);for(let a of o)delete r[a]}if(r.warning){let o=r.warning.split(/,/).filter(a=>!/^\s*1[0-9][0-9]/.test(a));o.length?r.warning=o.join(",").trim():delete r.warning}return r}responseHeaders(){let e=this._copyWithoutHopByHopHeaders(this._resHeaders),r=this.age();return r>3600*24&&!this._hasExplicitExpiration()&&this.maxAge()>3600*24&&(e.warning=(e.warning?`${e.warning}, `:"")+'113 - "rfc7234 5.5.4"'),e.age=`${Math.round(r)}`,e.date=new Date(this.now()).toUTCString(),e}date(){let e=Date.parse(this._resHeaders.date);return isFinite(e)?e:this._responseTime}age(){let e=this._ageValue(),r=(this.now()-this._responseTime)/1e3;return e+r}_ageValue(){return Dd(this._resHeaders.age)}maxAge(){if(!this.storable()||this._rescc["no-cache"]||this._isShared&&this._resHeaders["set-cookie"]&&!this._rescc.public&&!this._rescc.immutable||this._resHeaders.vary==="*")return 0;if(this._isShared){if(this._rescc["proxy-revalidate"])return 0;if(this._rescc["s-maxage"])return Dd(this._rescc["s-maxage"])}if(this._rescc["max-age"])return Dd(this._rescc["max-age"]);let e=this._rescc.immutable?this._immutableMinTtl:0,r=this.date();if(this._resHeaders.expires){let o=Date.parse(this._resHeaders.expires);return Number.isNaN(o)||oo)return Math.max(e,(r-o)/1e3*this._cacheHeuristic)}return e}timeToLive(){let e=this.maxAge()-this.age(),r=e+Dd(this._rescc["stale-if-error"]),o=e+Dd(this._rescc["stale-while-revalidate"]);return Math.max(0,e,r,o)*1e3}stale(){return this.maxAge()<=this.age()}_useStaleIfError(){return this.maxAge()+Dd(this._rescc["stale-if-error"])>this.age()}useStaleWhileRevalidate(){return this.maxAge()+Dd(this._rescc["stale-while-revalidate"])>this.age()}static fromObject(e){return new this(void 0,void 0,{_fromObject:e})}_fromObject(e){if(this._responseTime)throw Error("Reinitialized");if(!e||e.v!==1)throw Error("Invalid serialization");this._responseTime=e.t,this._isShared=e.sh,this._cacheHeuristic=e.ch,this._immutableMinTtl=e.imm!==void 0?e.imm:24*3600*1e3,this._status=e.st,this._resHeaders=e.resh,this._rescc=e.rescc,this._method=e.m,this._url=e.u,this._host=e.h,this._noAuthorization=e.a,this._reqHeaders=e.reqh,this._reqcc=e.reqcc}toObject(){return{v:1,t:this._responseTime,sh:this._isShared,ch:this._cacheHeuristic,imm:this._immutableMinTtl,st:this._status,resh:this._resHeaders,rescc:this._rescc,m:this._method,u:this._url,h:this._host,a:this._noAuthorization,reqh:this._reqHeaders,reqcc:this._reqcc}}revalidationHeaders(e){this._assertRequestHasHeaders(e);let r=this._copyWithoutHopByHopHeaders(e.headers);if(delete r["if-range"],!this._requestMatches(e,!0)||!this.storable())return delete r["if-none-match"],delete r["if-modified-since"],r;if(this._resHeaders.etag&&(r["if-none-match"]=r["if-none-match"]?`${r["if-none-match"]}, ${this._resHeaders.etag}`:this._resHeaders.etag),r["accept-ranges"]||r["if-match"]||r["if-unmodified-since"]||this._method&&this._method!="GET"){if(delete r["if-modified-since"],r["if-none-match"]){let a=r["if-none-match"].split(/,/).filter(n=>!/^\s*W\//.test(n));a.length?r["if-none-match"]=a.join(",").trim():delete r["if-none-match"]}}else this._resHeaders["last-modified"]&&!r["if-modified-since"]&&(r["if-modified-since"]=this._resHeaders["last-modified"]);return r}revalidatedPolicy(e,r){if(this._assertRequestHasHeaders(e),this._useStaleIfError()&&Qnt(r))return{modified:!1,matches:!1,policy:this};if(!r||!r.headers)throw Error("Response headers missing");let o=!1;if(r.status!==void 0&&r.status!=304?o=!1:r.headers.etag&&!/^\s*W\//.test(r.headers.etag)?o=this._resHeaders.etag&&this._resHeaders.etag.replace(/^\s*W\//,"")===r.headers.etag:this._resHeaders.etag&&r.headers.etag?o=this._resHeaders.etag.replace(/^\s*W\//,"")===r.headers.etag.replace(/^\s*W\//,""):this._resHeaders["last-modified"]?o=this._resHeaders["last-modified"]===r.headers["last-modified"]:!this._resHeaders.etag&&!this._resHeaders["last-modified"]&&!r.headers.etag&&!r.headers["last-modified"]&&(o=!0),!o)return{policy:new this.constructor(e,r),modified:r.status!=304,matches:!1};let a={};for(let u in this._resHeaders)a[u]=u in r.headers&&!knt[u]?r.headers[u]:this._resHeaders[u];let n=Object.assign({},r,{status:this._status,method:this._method,headers:a});return{policy:new this.constructor(e,n,{shared:this._isShared,cacheHeuristic:this._cacheHeuristic,immutableMinTimeToLive:this._immutableMinTtl}),modified:!1,matches:!0}}}});var tx=_((CLt,Poe)=>{"use strict";Poe.exports=t=>{let e={};for(let[r,o]of Object.entries(t))e[r.toLowerCase()]=o;return e}});var xoe=_((wLt,Soe)=>{"use strict";var Tnt=Be("stream").Readable,Rnt=tx(),HO=class extends Tnt{constructor(e,r,o,a){if(typeof e!="number")throw new TypeError("Argument `statusCode` should be a number");if(typeof r!="object")throw new TypeError("Argument `headers` should be an object");if(!(o instanceof Buffer))throw new TypeError("Argument `body` should be a buffer");if(typeof a!="string")throw new TypeError("Argument `url` should be a string");super(),this.statusCode=e,this.headers=Rnt(r),this.body=o,this.url=a}_read(){this.push(this.body),this.push(null)}};Soe.exports=HO});var koe=_((ILt,boe)=>{"use strict";var Nnt=["destroy","setTimeout","socket","headers","trailers","rawHeaders","statusCode","httpVersion","httpVersionMinor","httpVersionMajor","rawTrailers","statusMessage"];boe.exports=(t,e)=>{let r=new Set(Object.keys(t).concat(Nnt));for(let o of r)o in e||(e[o]=typeof t[o]=="function"?t[o].bind(t):t[o])}});var Foe=_((BLt,Qoe)=>{"use strict";var Lnt=Be("stream").PassThrough,Mnt=koe(),Ont=t=>{if(!(t&&t.pipe))throw new TypeError("Parameter `response` must be a response stream.");let e=new Lnt;return Mnt(t,e),t.pipe(e)};Qoe.exports=Ont});var Toe=_(jO=>{jO.stringify=function t(e){if(typeof e>"u")return e;if(e&&Buffer.isBuffer(e))return JSON.stringify(":base64:"+e.toString("base64"));if(e&&e.toJSON&&(e=e.toJSON()),e&&typeof e=="object"){var r="",o=Array.isArray(e);r=o?"[":"{";var a=!0;for(var n in e){var u=typeof e[n]=="function"||!o&&typeof e[n]>"u";Object.hasOwnProperty.call(e,n)&&!u&&(a||(r+=","),a=!1,o?e[n]==null?r+="null":r+=t(e[n]):e[n]!==void 0&&(r+=t(n)+":"+t(e[n])))}return r+=o?"]":"}",r}else return typeof e=="string"?JSON.stringify(/^:/.test(e)?":"+e:e):typeof e>"u"?"null":JSON.stringify(e)};jO.parse=function(t){return JSON.parse(t,function(e,r){return typeof r=="string"?/^:base64:/.test(r)?Buffer.from(r.substring(8),"base64"):/^:/.test(r)?r.substring(1):r:r})}});var Loe=_((DLt,Noe)=>{"use strict";var Unt=Be("events"),Roe=Toe(),_nt=t=>{let e={redis:"@keyv/redis",mongodb:"@keyv/mongo",mongo:"@keyv/mongo",sqlite:"@keyv/sqlite",postgresql:"@keyv/postgres",postgres:"@keyv/postgres",mysql:"@keyv/mysql"};if(t.adapter||t.uri){let r=t.adapter||/^[^:]*/.exec(t.uri)[0];return new(Be(e[r]))(t)}return new Map},qO=class extends Unt{constructor(e,r){if(super(),this.opts=Object.assign({namespace:"keyv",serialize:Roe.stringify,deserialize:Roe.parse},typeof e=="string"?{uri:e}:e,r),!this.opts.store){let o=Object.assign({},this.opts);this.opts.store=_nt(o)}typeof this.opts.store.on=="function"&&this.opts.store.on("error",o=>this.emit("error",o)),this.opts.store.namespace=this.opts.namespace}_getKeyPrefix(e){return`${this.opts.namespace}:${e}`}get(e,r){e=this._getKeyPrefix(e);let{store:o}=this.opts;return Promise.resolve().then(()=>o.get(e)).then(a=>typeof a=="string"?this.opts.deserialize(a):a).then(a=>{if(a!==void 0){if(typeof a.expires=="number"&&Date.now()>a.expires){this.delete(e);return}return r&&r.raw?a:a.value}})}set(e,r,o){e=this._getKeyPrefix(e),typeof o>"u"&&(o=this.opts.ttl),o===0&&(o=void 0);let{store:a}=this.opts;return Promise.resolve().then(()=>{let n=typeof o=="number"?Date.now()+o:null;return r={value:r,expires:n},this.opts.serialize(r)}).then(n=>a.set(e,n,o)).then(()=>!0)}delete(e){e=this._getKeyPrefix(e);let{store:r}=this.opts;return Promise.resolve().then(()=>r.delete(e))}clear(){let{store:e}=this.opts;return Promise.resolve().then(()=>e.clear())}};Noe.exports=qO});var Uoe=_((SLt,Ooe)=>{"use strict";var Hnt=Be("events"),rx=Be("url"),jnt=uoe(),qnt=Boe(),GO=Doe(),Moe=xoe(),Gnt=tx(),Ynt=Foe(),Wnt=Loe(),jc=class{constructor(e,r){if(typeof e!="function")throw new TypeError("Parameter `request` must be a function");return this.cache=new Wnt({uri:typeof r=="string"&&r,store:typeof r!="string"&&r,namespace:"cacheable-request"}),this.createCacheableRequest(e)}createCacheableRequest(e){return(r,o)=>{let a;if(typeof r=="string")a=YO(rx.parse(r)),r={};else if(r instanceof rx.URL)a=YO(rx.parse(r.toString())),r={};else{let[I,...v]=(r.path||"").split("?"),b=v.length>0?`?${v.join("?")}`:"";a=YO({...r,pathname:I,search:b})}r={headers:{},method:"GET",cache:!0,strictTtl:!1,automaticFailover:!1,...r,...Vnt(a)},r.headers=Gnt(r.headers);let n=new Hnt,u=jnt(rx.format(a),{stripWWW:!1,removeTrailingSlash:!1,stripAuthentication:!1}),A=`${r.method}:${u}`,p=!1,h=!1,E=I=>{h=!0;let v=!1,b,C=new Promise(L=>{b=()=>{v||(v=!0,L())}}),T=L=>{if(p&&!I.forceRefresh){L.status=L.statusCode;let J=GO.fromObject(p.cachePolicy).revalidatedPolicy(I,L);if(!J.modified){let te=J.policy.responseHeaders();L=new Moe(p.statusCode,te,p.body,p.url),L.cachePolicy=J.policy,L.fromCache=!0}}L.fromCache||(L.cachePolicy=new GO(I,L,I),L.fromCache=!1);let U;I.cache&&L.cachePolicy.storable()?(U=Ynt(L),(async()=>{try{let J=qnt.buffer(L);if(await Promise.race([C,new Promise(Ae=>L.once("end",Ae))]),v)return;let te=await J,le={cachePolicy:L.cachePolicy.toObject(),url:L.url,statusCode:L.fromCache?p.statusCode:L.statusCode,body:te},pe=I.strictTtl?L.cachePolicy.timeToLive():void 0;I.maxTtl&&(pe=pe?Math.min(pe,I.maxTtl):I.maxTtl),await this.cache.set(A,le,pe)}catch(J){n.emit("error",new jc.CacheError(J))}})()):I.cache&&p&&(async()=>{try{await this.cache.delete(A)}catch(J){n.emit("error",new jc.CacheError(J))}})(),n.emit("response",U||L),typeof o=="function"&&o(U||L)};try{let L=e(I,T);L.once("error",b),L.once("abort",b),n.emit("request",L)}catch(L){n.emit("error",new jc.RequestError(L))}};return(async()=>{let I=async b=>{await Promise.resolve();let C=b.cache?await this.cache.get(A):void 0;if(typeof C>"u")return E(b);let T=GO.fromObject(C.cachePolicy);if(T.satisfiesWithoutRevalidation(b)&&!b.forceRefresh){let L=T.responseHeaders(),U=new Moe(C.statusCode,L,C.body,C.url);U.cachePolicy=T,U.fromCache=!0,n.emit("response",U),typeof o=="function"&&o(U)}else p=C,b.headers=T.revalidationHeaders(b),E(b)},v=b=>n.emit("error",new jc.CacheError(b));this.cache.once("error",v),n.on("response",()=>this.cache.removeListener("error",v));try{await I(r)}catch(b){r.automaticFailover&&!h&&E(r),n.emit("error",new jc.CacheError(b))}})(),n}}};function Vnt(t){let e={...t};return e.path=`${t.pathname||"/"}${t.search||""}`,delete e.pathname,delete e.search,e}function YO(t){return{protocol:t.protocol,auth:t.auth,hostname:t.hostname||t.host||"localhost",port:t.port,pathname:t.pathname,search:t.search}}jc.RequestError=class extends Error{constructor(t){super(t.message),this.name="RequestError",Object.assign(this,t)}};jc.CacheError=class extends Error{constructor(t){super(t.message),this.name="CacheError",Object.assign(this,t)}};Ooe.exports=jc});var Hoe=_((kLt,_oe)=>{"use strict";var Knt=["aborted","complete","headers","httpVersion","httpVersionMinor","httpVersionMajor","method","rawHeaders","rawTrailers","setTimeout","socket","statusCode","statusMessage","trailers","url"];_oe.exports=(t,e)=>{if(e._readableState.autoDestroy)throw new Error("The second stream must have the `autoDestroy` option set to `false`");let r=new Set(Object.keys(t).concat(Knt)),o={};for(let a of r)a in e||(o[a]={get(){let n=t[a];return typeof n=="function"?n.bind(t):n},set(n){t[a]=n},enumerable:!0,configurable:!1});return Object.defineProperties(e,o),t.once("aborted",()=>{e.destroy(),e.emit("aborted")}),t.once("close",()=>{t.complete&&e.readable?e.once("end",()=>{e.emit("close")}):e.emit("close")}),e}});var qoe=_((QLt,joe)=>{"use strict";var{Transform:Jnt,PassThrough:znt}=Be("stream"),WO=Be("zlib"),Xnt=Hoe();joe.exports=t=>{let e=(t.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(e))return t;let r=e==="br";if(r&&typeof WO.createBrotliDecompress!="function")return t.destroy(new Error("Brotli is not supported on Node.js < 12")),t;let o=!0,a=new Jnt({transform(A,p,h){o=!1,h(null,A)},flush(A){A()}}),n=new znt({autoDestroy:!1,destroy(A,p){t.destroy(),p(A)}}),u=r?WO.createBrotliDecompress():WO.createUnzip();return u.once("error",A=>{if(o&&!t.readable){n.end();return}n.destroy(A)}),Xnt(t,n),t.pipe(a).pipe(u).pipe(n),n}});var KO=_((FLt,Goe)=>{"use strict";var VO=class{constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");this.maxSize=e.maxSize,this.onEviction=e.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_set(e,r){if(this.cache.set(e,r),this._size++,this._size>=this.maxSize){if(this._size=0,typeof this.onEviction=="function")for(let[o,a]of this.oldCache.entries())this.onEviction(o,a);this.oldCache=this.cache,this.cache=new Map}}get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e)){let r=this.oldCache.get(e);return this.oldCache.delete(e),this._set(e,r),r}}set(e,r){return this.cache.has(e)?this.cache.set(e,r):this._set(e,r),this}has(e){return this.cache.has(e)||this.oldCache.has(e)}peek(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e))return this.oldCache.get(e)}delete(e){let r=this.cache.delete(e);return r&&this._size--,this.oldCache.delete(e)||r}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}*keys(){for(let[e]of this)yield e}*values(){for(let[,e]of this)yield e}*[Symbol.iterator](){for(let e of this.cache)yield e;for(let e of this.oldCache){let[r]=e;this.cache.has(r)||(yield e)}}get size(){let e=0;for(let r of this.oldCache.keys())this.cache.has(r)||e++;return Math.min(this._size+e,this.maxSize)}};Goe.exports=VO});var zO=_((TLt,Koe)=>{"use strict";var Znt=Be("events"),$nt=Be("tls"),eit=Be("http2"),tit=KO(),ea=Symbol("currentStreamsCount"),Yoe=Symbol("request"),Wl=Symbol("cachedOriginSet"),vE=Symbol("gracefullyClosing"),rit=["maxDeflateDynamicTableSize","maxSessionMemory","maxHeaderListPairs","maxOutstandingPings","maxReservedRemoteStreams","maxSendHeaderBlockLength","paddingStrategy","localAddress","path","rejectUnauthorized","minDHSize","ca","cert","clientCertEngine","ciphers","key","pfx","servername","minVersion","maxVersion","secureProtocol","crl","honorCipherOrder","ecdhCurve","dhparam","secureOptions","sessionIdContext"],nit=(t,e,r)=>{let o=0,a=t.length;for(;o>>1;r(t[n],e)?o=n+1:a=n}return o},iit=(t,e)=>t.remoteSettings.maxConcurrentStreams>e.remoteSettings.maxConcurrentStreams,JO=(t,e)=>{for(let r of t)r[Wl].lengthe[Wl].includes(o))&&r[ea]+e[ea]<=e.remoteSettings.maxConcurrentStreams&&Voe(r)},sit=(t,e)=>{for(let r of t)e[Wl].lengthr[Wl].includes(o))&&e[ea]+r[ea]<=r.remoteSettings.maxConcurrentStreams&&Voe(e)},Woe=({agent:t,isFree:e})=>{let r={};for(let o in t.sessions){let n=t.sessions[o].filter(u=>{let A=u[tA.kCurrentStreamsCount]{t[vE]=!0,t[ea]===0&&t.close()},tA=class extends Znt{constructor({timeout:e=6e4,maxSessions:r=1/0,maxFreeSessions:o=10,maxCachedTlsSessions:a=100}={}){super(),this.sessions={},this.queue={},this.timeout=e,this.maxSessions=r,this.maxFreeSessions=o,this._freeSessionsCount=0,this._sessionsCount=0,this.settings={enablePush:!1},this.tlsSessionCache=new tit({maxSize:a})}static normalizeOrigin(e,r){return typeof e=="string"&&(e=new URL(e)),r&&e.hostname!==r&&(e.hostname=r),e.origin}normalizeOptions(e){let r="";if(e)for(let o of rit)e[o]&&(r+=`:${e[o]}`);return r}_tryToCreateNewSession(e,r){if(!(e in this.queue)||!(r in this.queue[e]))return;let o=this.queue[e][r];this._sessionsCount{Array.isArray(o)?(o=[...o],a()):o=[{resolve:a,reject:n}];let u=this.normalizeOptions(r),A=tA.normalizeOrigin(e,r&&r.servername);if(A===void 0){for(let{reject:E}of o)E(new TypeError("The `origin` argument needs to be a string or an URL object"));return}if(u in this.sessions){let E=this.sessions[u],I=-1,v=-1,b;for(let C of E){let T=C.remoteSettings.maxConcurrentStreams;if(T=T||C[vE]||C.destroyed)continue;b||(I=T),L>v&&(b=C,v=L)}}if(b){if(o.length!==1){for(let{reject:C}of o){let T=new Error(`Expected the length of listeners to be 1, got ${o.length}. -Please report this to https://github.com/szmarczak/http2-wrapper/`);C(T)}return}o[0].resolve(b);return}}if(u in this.queue){if(A in this.queue[u]){this.queue[u][A].listeners.push(...o),this._tryToCreateNewSession(u,A);return}}else this.queue[u]={};let p=()=>{u in this.queue&&this.queue[u][A]===h&&(delete this.queue[u][A],Object.keys(this.queue[u]).length===0&&delete this.queue[u])},h=()=>{let E=`${A}:${u}`,I=!1;try{let v=eit.connect(e,{createConnection:this.createConnection,settings:this.settings,session:this.tlsSessionCache.get(E),...r});v[ea]=0,v[vE]=!1;let b=()=>v[ea]{this.tlsSessionCache.set(E,L)}),v.once("error",L=>{for(let{reject:U}of o)U(L);this.tlsSessionCache.delete(E)}),v.setTimeout(this.timeout,()=>{v.destroy()}),v.once("close",()=>{if(I){C&&this._freeSessionsCount--,this._sessionsCount--;let L=this.sessions[u];L.splice(L.indexOf(v),1),L.length===0&&delete this.sessions[u]}else{let L=new Error("Session closed without receiving a SETTINGS frame");L.code="HTTP2WRAPPER_NOSETTINGS";for(let{reject:U}of o)U(L);p()}this._tryToCreateNewSession(u,A)});let T=()=>{if(!(!(u in this.queue)||!b())){for(let L of v[Wl])if(L in this.queue[u]){let{listeners:U}=this.queue[u][L];for(;U.length!==0&&b();)U.shift().resolve(v);let J=this.queue[u];if(J[L].listeners.length===0&&(delete J[L],Object.keys(J).length===0)){delete this.queue[u];break}if(!b())break}}};v.on("origin",()=>{v[Wl]=v.originSet,b()&&(T(),JO(this.sessions[u],v))}),v.once("remoteSettings",()=>{if(v.ref(),v.unref(),this._sessionsCount++,h.destroyed){let L=new Error("Agent has been destroyed");for(let U of o)U.reject(L);v.destroy();return}v[Wl]=v.originSet;{let L=this.sessions;if(u in L){let U=L[u];U.splice(nit(U,v,iit),0,v)}else L[u]=[v]}this._freeSessionsCount+=1,I=!0,this.emit("session",v),T(),p(),v[ea]===0&&this._freeSessionsCount>this.maxFreeSessions&&v.close(),o.length!==0&&(this.getSession(A,r,o),o.length=0),v.on("remoteSettings",()=>{T(),JO(this.sessions[u],v)})}),v[Yoe]=v.request,v.request=(L,U)=>{if(v[vE])throw new Error("The session is gracefully closing. No new streams are allowed.");let J=v[Yoe](L,U);return v.ref(),++v[ea],v[ea]===v.remoteSettings.maxConcurrentStreams&&this._freeSessionsCount--,J.once("close",()=>{if(C=b(),--v[ea],!v.destroyed&&!v.closed&&(sit(this.sessions[u],v),b()&&!v.closed)){C||(this._freeSessionsCount++,C=!0);let te=v[ea]===0;te&&v.unref(),te&&(this._freeSessionsCount>this.maxFreeSessions||v[vE])?v.close():(JO(this.sessions[u],v),T())}}),J}}catch(v){for(let b of o)b.reject(v);p()}};h.listeners=o,h.completed=!1,h.destroyed=!1,this.queue[u][A]=h,this._tryToCreateNewSession(u,A)})}request(e,r,o,a){return new Promise((n,u)=>{this.getSession(e,r,[{reject:u,resolve:A=>{try{n(A.request(o,a))}catch(p){u(p)}}}])})}createConnection(e,r){return tA.connect(e,r)}static connect(e,r){r.ALPNProtocols=["h2"];let o=e.port||443,a=e.hostname||e.host;return typeof r.servername>"u"&&(r.servername=a),$nt.connect(o,a,r)}closeFreeSessions(){for(let e of Object.values(this.sessions))for(let r of e)r[ea]===0&&r.close()}destroy(e){for(let r of Object.values(this.sessions))for(let o of r)o.destroy(e);for(let r of Object.values(this.queue))for(let o of Object.values(r))o.destroyed=!0;this.queue={}}get freeSessions(){return Woe({agent:this,isFree:!0})}get busySessions(){return Woe({agent:this,isFree:!1})}};tA.kCurrentStreamsCount=ea;tA.kGracefullyClosing=vE;Koe.exports={Agent:tA,globalAgent:new tA}});var ZO=_((RLt,Joe)=>{"use strict";var{Readable:oit}=Be("stream"),XO=class extends oit{constructor(e,r){super({highWaterMark:r,autoDestroy:!1}),this.statusCode=null,this.statusMessage="",this.httpVersion="2.0",this.httpVersionMajor=2,this.httpVersionMinor=0,this.headers={},this.trailers={},this.req=null,this.aborted=!1,this.complete=!1,this.upgrade=null,this.rawHeaders=[],this.rawTrailers=[],this.socket=e,this.connection=e,this._dumped=!1}_destroy(e){this.req._request.destroy(e)}setTimeout(e,r){return this.req.setTimeout(e,r),this}_dump(){this._dumped||(this._dumped=!0,this.removeAllListeners("data"),this.resume())}_read(){this.req&&this.req._request.resume()}};Joe.exports=XO});var $O=_((NLt,zoe)=>{"use strict";zoe.exports=t=>{let e={protocol:t.protocol,hostname:typeof t.hostname=="string"&&t.hostname.startsWith("[")?t.hostname.slice(1,-1):t.hostname,host:t.host,hash:t.hash,search:t.search,pathname:t.pathname,href:t.href,path:`${t.pathname||""}${t.search||""}`};return typeof t.port=="string"&&t.port.length!==0&&(e.port=Number(t.port)),(t.username||t.password)&&(e.auth=`${t.username||""}:${t.password||""}`),e}});var Zoe=_((LLt,Xoe)=>{"use strict";Xoe.exports=(t,e,r)=>{for(let o of r)t.on(o,(...a)=>e.emit(o,...a))}});var eae=_((MLt,$oe)=>{"use strict";$oe.exports=t=>{switch(t){case":method":case":scheme":case":authority":case":path":return!0;default:return!1}}});var rae=_((ULt,tae)=>{"use strict";var DE=(t,e,r)=>{tae.exports[e]=class extends t{constructor(...a){super(typeof r=="string"?r:r(a)),this.name=`${super.name} [${e}]`,this.code=e}}};DE(TypeError,"ERR_INVALID_ARG_TYPE",t=>{let e=t[0].includes(".")?"property":"argument",r=t[1],o=Array.isArray(r);return o&&(r=`${r.slice(0,-1).join(", ")} or ${r.slice(-1)}`),`The "${t[0]}" ${e} must be ${o?"one of":"of"} type ${r}. Received ${typeof t[2]}`});DE(TypeError,"ERR_INVALID_PROTOCOL",t=>`Protocol "${t[0]}" not supported. Expected "${t[1]}"`);DE(Error,"ERR_HTTP_HEADERS_SENT",t=>`Cannot ${t[0]} headers after they are sent to the client`);DE(TypeError,"ERR_INVALID_HTTP_TOKEN",t=>`${t[0]} must be a valid HTTP token [${t[1]}]`);DE(TypeError,"ERR_HTTP_INVALID_HEADER_VALUE",t=>`Invalid value "${t[0]} for header "${t[1]}"`);DE(TypeError,"ERR_INVALID_CHAR",t=>`Invalid character in ${t[0]} [${t[1]}]`)});var i4=_((_Lt,cae)=>{"use strict";var ait=Be("http2"),{Writable:lit}=Be("stream"),{Agent:nae,globalAgent:cit}=zO(),uit=ZO(),Ait=$O(),fit=Zoe(),pit=eae(),{ERR_INVALID_ARG_TYPE:e4,ERR_INVALID_PROTOCOL:hit,ERR_HTTP_HEADERS_SENT:iae,ERR_INVALID_HTTP_TOKEN:git,ERR_HTTP_INVALID_HEADER_VALUE:dit,ERR_INVALID_CHAR:mit}=rae(),{HTTP2_HEADER_STATUS:sae,HTTP2_HEADER_METHOD:oae,HTTP2_HEADER_PATH:aae,HTTP2_METHOD_CONNECT:yit}=ait.constants,Qo=Symbol("headers"),t4=Symbol("origin"),r4=Symbol("session"),lae=Symbol("options"),nx=Symbol("flushedHeaders"),p1=Symbol("jobs"),Eit=/^[\^`\-\w!#$%&*+.|~]+$/,Cit=/[^\t\u0020-\u007E\u0080-\u00FF]/,n4=class extends lit{constructor(e,r,o){super({autoDestroy:!1});let a=typeof e=="string"||e instanceof URL;if(a&&(e=Ait(e instanceof URL?e:new URL(e))),typeof r=="function"||r===void 0?(o=r,r=a?e:{...e}):r={...e,...r},r.h2session)this[r4]=r.h2session;else if(r.agent===!1)this.agent=new nae({maxFreeSessions:0});else if(typeof r.agent>"u"||r.agent===null)typeof r.createConnection=="function"?(this.agent=new nae({maxFreeSessions:0}),this.agent.createConnection=r.createConnection):this.agent=cit;else if(typeof r.agent.request=="function")this.agent=r.agent;else throw new e4("options.agent",["Agent-like Object","undefined","false"],r.agent);if(r.protocol&&r.protocol!=="https:")throw new hit(r.protocol,"https:");let n=r.port||r.defaultPort||this.agent&&this.agent.defaultPort||443,u=r.hostname||r.host||"localhost";delete r.hostname,delete r.host,delete r.port;let{timeout:A}=r;if(r.timeout=void 0,this[Qo]=Object.create(null),this[p1]=[],this.socket=null,this.connection=null,this.method=r.method||"GET",this.path=r.path,this.res=null,this.aborted=!1,this.reusedSocket=!1,r.headers)for(let[p,h]of Object.entries(r.headers))this.setHeader(p,h);r.auth&&!("authorization"in this[Qo])&&(this[Qo].authorization="Basic "+Buffer.from(r.auth).toString("base64")),r.session=r.tlsSession,r.path=r.socketPath,this[lae]=r,n===443?(this[t4]=`https://${u}`,":authority"in this[Qo]||(this[Qo][":authority"]=u)):(this[t4]=`https://${u}:${n}`,":authority"in this[Qo]||(this[Qo][":authority"]=`${u}:${n}`)),A&&this.setTimeout(A),o&&this.once("response",o),this[nx]=!1}get method(){return this[Qo][oae]}set method(e){e&&(this[Qo][oae]=e.toUpperCase())}get path(){return this[Qo][aae]}set path(e){e&&(this[Qo][aae]=e)}get _mustNotHaveABody(){return this.method==="GET"||this.method==="HEAD"||this.method==="DELETE"}_write(e,r,o){if(this._mustNotHaveABody){o(new Error("The GET, HEAD and DELETE methods must NOT have a body"));return}this.flushHeaders();let a=()=>this._request.write(e,r,o);this._request?a():this[p1].push(a)}_final(e){if(this.destroyed)return;this.flushHeaders();let r=()=>{if(this._mustNotHaveABody){e();return}this._request.end(e)};this._request?r():this[p1].push(r)}abort(){this.res&&this.res.complete||(this.aborted||process.nextTick(()=>this.emit("abort")),this.aborted=!0,this.destroy())}_destroy(e,r){this.res&&this.res._dump(),this._request&&this._request.destroy(),r(e)}async flushHeaders(){if(this[nx]||this.destroyed)return;this[nx]=!0;let e=this.method===yit,r=o=>{if(this._request=o,this.destroyed){o.destroy();return}e||fit(o,this,["timeout","continue","close","error"]);let a=u=>(...A)=>{!this.writable&&!this.destroyed?u(...A):this.once("finish",()=>{u(...A)})};o.once("response",a((u,A,p)=>{let h=new uit(this.socket,o.readableHighWaterMark);this.res=h,h.req=this,h.statusCode=u[sae],h.headers=u,h.rawHeaders=p,h.once("end",()=>{this.aborted?(h.aborted=!0,h.emit("aborted")):(h.complete=!0,h.socket=null,h.connection=null)}),e?(h.upgrade=!0,this.emit("connect",h,o,Buffer.alloc(0))?this.emit("close"):o.destroy()):(o.on("data",E=>{!h._dumped&&!h.push(E)&&o.pause()}),o.once("end",()=>{h.push(null)}),this.emit("response",h)||h._dump())})),o.once("headers",a(u=>this.emit("information",{statusCode:u[sae]}))),o.once("trailers",a((u,A,p)=>{let{res:h}=this;h.trailers=u,h.rawTrailers=p}));let{socket:n}=o.session;this.socket=n,this.connection=n;for(let u of this[p1])u();this.emit("socket",this.socket)};if(this[r4])try{r(this[r4].request(this[Qo]))}catch(o){this.emit("error",o)}else{this.reusedSocket=!0;try{r(await this.agent.request(this[t4],this[lae],this[Qo]))}catch(o){this.emit("error",o)}}}getHeader(e){if(typeof e!="string")throw new e4("name","string",e);return this[Qo][e.toLowerCase()]}get headersSent(){return this[nx]}removeHeader(e){if(typeof e!="string")throw new e4("name","string",e);if(this.headersSent)throw new iae("remove");delete this[Qo][e.toLowerCase()]}setHeader(e,r){if(this.headersSent)throw new iae("set");if(typeof e!="string"||!Eit.test(e)&&!pit(e))throw new git("Header name",e);if(typeof r>"u")throw new dit(r,e);if(Cit.test(r))throw new mit("header content",e);this[Qo][e.toLowerCase()]=r}setNoDelay(){}setSocketKeepAlive(){}setTimeout(e,r){let o=()=>this._request.setTimeout(e,r);return this._request?o():this[p1].push(o),this}get maxHeadersCount(){if(!this.destroyed&&this._request)return this._request.session.localSettings.maxHeaderListSize}set maxHeadersCount(e){}};cae.exports=n4});var Aae=_((HLt,uae)=>{"use strict";var wit=Be("tls");uae.exports=(t={})=>new Promise((e,r)=>{let o=wit.connect(t,()=>{t.resolveSocket?(o.off("error",r),e({alpnProtocol:o.alpnProtocol,socket:o})):(o.destroy(),e({alpnProtocol:o.alpnProtocol}))});o.on("error",r)})});var pae=_((jLt,fae)=>{"use strict";var Iit=Be("net");fae.exports=t=>{let e=t.host,r=t.headers&&t.headers.host;return r&&(r.startsWith("[")?r.indexOf("]")===-1?e=r:e=r.slice(1,-1):e=r.split(":",1)[0]),Iit.isIP(e)?"":e}});var dae=_((qLt,o4)=>{"use strict";var hae=Be("http"),s4=Be("https"),Bit=Aae(),vit=KO(),Dit=i4(),Pit=pae(),Sit=$O(),ix=new vit({maxSize:100}),h1=new Map,gae=(t,e,r)=>{e._httpMessage={shouldKeepAlive:!0};let o=()=>{t.emit("free",e,r)};e.on("free",o);let a=()=>{t.removeSocket(e,r)};e.on("close",a);let n=()=>{t.removeSocket(e,r),e.off("close",a),e.off("free",o),e.off("agentRemove",n)};e.on("agentRemove",n),t.emit("free",e,r)},xit=async t=>{let e=`${t.host}:${t.port}:${t.ALPNProtocols.sort()}`;if(!ix.has(e)){if(h1.has(e))return(await h1.get(e)).alpnProtocol;let{path:r,agent:o}=t;t.path=t.socketPath;let a=Bit(t);h1.set(e,a);try{let{socket:n,alpnProtocol:u}=await a;if(ix.set(e,u),t.path=r,u==="h2")n.destroy();else{let{globalAgent:A}=s4,p=s4.Agent.prototype.createConnection;o?o.createConnection===p?gae(o,n,t):n.destroy():A.createConnection===p?gae(A,n,t):n.destroy()}return h1.delete(e),u}catch(n){throw h1.delete(e),n}}return ix.get(e)};o4.exports=async(t,e,r)=>{if((typeof t=="string"||t instanceof URL)&&(t=Sit(new URL(t))),typeof e=="function"&&(r=e,e=void 0),e={ALPNProtocols:["h2","http/1.1"],...t,...e,resolveSocket:!0},!Array.isArray(e.ALPNProtocols)||e.ALPNProtocols.length===0)throw new Error("The `ALPNProtocols` option must be an Array with at least one entry");e.protocol=e.protocol||"https:";let o=e.protocol==="https:";e.host=e.hostname||e.host||"localhost",e.session=e.tlsSession,e.servername=e.servername||Pit(e),e.port=e.port||(o?443:80),e._defaultAgent=o?s4.globalAgent:hae.globalAgent;let a=e.agent;if(a){if(a.addRequest)throw new Error("The `options.agent` object can contain only `http`, `https` or `http2` properties");e.agent=a[o?"https":"http"]}return o&&await xit(e)==="h2"?(a&&(e.agent=a.http2),new Dit(e,r)):hae.request(e,r)};o4.exports.protocolCache=ix});var yae=_((GLt,mae)=>{"use strict";var bit=Be("http2"),kit=zO(),a4=i4(),Qit=ZO(),Fit=dae(),Tit=(t,e,r)=>new a4(t,e,r),Rit=(t,e,r)=>{let o=new a4(t,e,r);return o.end(),o};mae.exports={...bit,ClientRequest:a4,IncomingMessage:Qit,...kit,request:Tit,get:Rit,auto:Fit}});var c4=_(l4=>{"use strict";Object.defineProperty(l4,"__esModule",{value:!0});var Eae=Tf();l4.default=t=>Eae.default.nodeStream(t)&&Eae.default.function_(t.getBoundary)});var Bae=_(u4=>{"use strict";Object.defineProperty(u4,"__esModule",{value:!0});var wae=Be("fs"),Iae=Be("util"),Cae=Tf(),Nit=c4(),Lit=Iae.promisify(wae.stat);u4.default=async(t,e)=>{if(e&&"content-length"in e)return Number(e["content-length"]);if(!t)return 0;if(Cae.default.string(t))return Buffer.byteLength(t);if(Cae.default.buffer(t))return t.length;if(Nit.default(t))return Iae.promisify(t.getLength.bind(t))();if(t instanceof wae.ReadStream){let{size:r}=await Lit(t.path);return r===0?void 0:r}}});var f4=_(A4=>{"use strict";Object.defineProperty(A4,"__esModule",{value:!0});function Mit(t,e,r){let o={};for(let a of r)o[a]=(...n)=>{e.emit(a,...n)},t.on(a,o[a]);return()=>{for(let a of r)t.off(a,o[a])}}A4.default=Mit});var vae=_(p4=>{"use strict";Object.defineProperty(p4,"__esModule",{value:!0});p4.default=()=>{let t=[];return{once(e,r,o){e.once(r,o),t.push({origin:e,event:r,fn:o})},unhandleAll(){for(let e of t){let{origin:r,event:o,fn:a}=e;r.removeListener(o,a)}t.length=0}}}});var Pae=_(g1=>{"use strict";Object.defineProperty(g1,"__esModule",{value:!0});g1.TimeoutError=void 0;var Oit=Be("net"),Uit=vae(),Dae=Symbol("reentry"),_it=()=>{},sx=class extends Error{constructor(e,r){super(`Timeout awaiting '${r}' for ${e}ms`),this.event=r,this.name="TimeoutError",this.code="ETIMEDOUT"}};g1.TimeoutError=sx;g1.default=(t,e,r)=>{if(Dae in t)return _it;t[Dae]=!0;let o=[],{once:a,unhandleAll:n}=Uit.default(),u=(I,v,b)=>{var C;let T=setTimeout(v,I,I,b);(C=T.unref)===null||C===void 0||C.call(T);let L=()=>{clearTimeout(T)};return o.push(L),L},{host:A,hostname:p}=r,h=(I,v)=>{t.destroy(new sx(I,v))},E=()=>{for(let I of o)I();n()};if(t.once("error",I=>{if(E(),t.listenerCount("error")===0)throw I}),t.once("close",E),a(t,"response",I=>{a(I,"end",E)}),typeof e.request<"u"&&u(e.request,h,"request"),typeof e.socket<"u"){let I=()=>{h(e.socket,"socket")};t.setTimeout(e.socket,I),o.push(()=>{t.removeListener("timeout",I)})}return a(t,"socket",I=>{var v;let{socketPath:b}=t;if(I.connecting){let C=Boolean(b??Oit.isIP((v=p??A)!==null&&v!==void 0?v:"")!==0);if(typeof e.lookup<"u"&&!C&&typeof I.address().address>"u"){let T=u(e.lookup,h,"lookup");a(I,"lookup",T)}if(typeof e.connect<"u"){let T=()=>u(e.connect,h,"connect");C?a(I,"connect",T()):a(I,"lookup",L=>{L===null&&a(I,"connect",T())})}typeof e.secureConnect<"u"&&r.protocol==="https:"&&a(I,"connect",()=>{let T=u(e.secureConnect,h,"secureConnect");a(I,"secureConnect",T)})}if(typeof e.send<"u"){let C=()=>u(e.send,h,"send");I.connecting?a(I,"connect",()=>{a(t,"upload-complete",C())}):a(t,"upload-complete",C())}}),typeof e.response<"u"&&a(t,"upload-complete",()=>{let I=u(e.response,h,"response");a(t,"response",I)}),E}});var xae=_(h4=>{"use strict";Object.defineProperty(h4,"__esModule",{value:!0});var Sae=Tf();h4.default=t=>{t=t;let e={protocol:t.protocol,hostname:Sae.default.string(t.hostname)&&t.hostname.startsWith("[")?t.hostname.slice(1,-1):t.hostname,host:t.host,hash:t.hash,search:t.search,pathname:t.pathname,href:t.href,path:`${t.pathname||""}${t.search||""}`};return Sae.default.string(t.port)&&t.port.length>0&&(e.port=Number(t.port)),(t.username||t.password)&&(e.auth=`${t.username||""}:${t.password||""}`),e}});var bae=_(g4=>{"use strict";Object.defineProperty(g4,"__esModule",{value:!0});var Hit=Be("url"),jit=["protocol","host","hostname","port","pathname","search"];g4.default=(t,e)=>{var r,o;if(e.path){if(e.pathname)throw new TypeError("Parameters `path` and `pathname` are mutually exclusive.");if(e.search)throw new TypeError("Parameters `path` and `search` are mutually exclusive.");if(e.searchParams)throw new TypeError("Parameters `path` and `searchParams` are mutually exclusive.")}if(e.search&&e.searchParams)throw new TypeError("Parameters `search` and `searchParams` are mutually exclusive.");if(!t){if(!e.protocol)throw new TypeError("No URL protocol specified");t=`${e.protocol}//${(o=(r=e.hostname)!==null&&r!==void 0?r:e.host)!==null&&o!==void 0?o:""}`}let a=new Hit.URL(t);if(e.path){let n=e.path.indexOf("?");n===-1?e.pathname=e.path:(e.pathname=e.path.slice(0,n),e.search=e.path.slice(n+1)),delete e.path}for(let n of jit)e[n]&&(a[n]=e[n].toString());return a}});var kae=_(m4=>{"use strict";Object.defineProperty(m4,"__esModule",{value:!0});var d4=class{constructor(){this.weakMap=new WeakMap,this.map=new Map}set(e,r){typeof e=="object"?this.weakMap.set(e,r):this.map.set(e,r)}get(e){return typeof e=="object"?this.weakMap.get(e):this.map.get(e)}has(e){return typeof e=="object"?this.weakMap.has(e):this.map.has(e)}};m4.default=d4});var E4=_(y4=>{"use strict";Object.defineProperty(y4,"__esModule",{value:!0});var qit=async t=>{let e=[],r=0;for await(let o of t)e.push(o),r+=Buffer.byteLength(o);return Buffer.isBuffer(e[0])?Buffer.concat(e,r):Buffer.from(e.join(""))};y4.default=qit});var Fae=_(Pd=>{"use strict";Object.defineProperty(Pd,"__esModule",{value:!0});Pd.dnsLookupIpVersionToFamily=Pd.isDnsLookupIpVersion=void 0;var Qae={auto:0,ipv4:4,ipv6:6};Pd.isDnsLookupIpVersion=t=>t in Qae;Pd.dnsLookupIpVersionToFamily=t=>{if(Pd.isDnsLookupIpVersion(t))return Qae[t];throw new Error("Invalid DNS lookup IP version")}});var C4=_(ox=>{"use strict";Object.defineProperty(ox,"__esModule",{value:!0});ox.isResponseOk=void 0;ox.isResponseOk=t=>{let{statusCode:e}=t,r=t.request.options.followRedirect?299:399;return e>=200&&e<=r||e===304}});var Rae=_(w4=>{"use strict";Object.defineProperty(w4,"__esModule",{value:!0});var Tae=new Set;w4.default=t=>{Tae.has(t)||(Tae.add(t),process.emitWarning(`Got: ${t}`,{type:"DeprecationWarning"}))}});var Nae=_(I4=>{"use strict";Object.defineProperty(I4,"__esModule",{value:!0});var Ai=Tf(),Git=(t,e)=>{if(Ai.default.null_(t.encoding))throw new TypeError("To get a Buffer, set `options.responseType` to `buffer` instead");Ai.assert.any([Ai.default.string,Ai.default.undefined],t.encoding),Ai.assert.any([Ai.default.boolean,Ai.default.undefined],t.resolveBodyOnly),Ai.assert.any([Ai.default.boolean,Ai.default.undefined],t.methodRewriting),Ai.assert.any([Ai.default.boolean,Ai.default.undefined],t.isStream),Ai.assert.any([Ai.default.string,Ai.default.undefined],t.responseType),t.responseType===void 0&&(t.responseType="text");let{retry:r}=t;if(e?t.retry={...e.retry}:t.retry={calculateDelay:o=>o.computedValue,limit:0,methods:[],statusCodes:[],errorCodes:[],maxRetryAfter:void 0},Ai.default.object(r)?(t.retry={...t.retry,...r},t.retry.methods=[...new Set(t.retry.methods.map(o=>o.toUpperCase()))],t.retry.statusCodes=[...new Set(t.retry.statusCodes)],t.retry.errorCodes=[...new Set(t.retry.errorCodes)]):Ai.default.number(r)&&(t.retry.limit=r),Ai.default.undefined(t.retry.maxRetryAfter)&&(t.retry.maxRetryAfter=Math.min(...[t.timeout.request,t.timeout.connect].filter(Ai.default.number))),Ai.default.object(t.pagination)){e&&(t.pagination={...e.pagination,...t.pagination});let{pagination:o}=t;if(!Ai.default.function_(o.transform))throw new Error("`options.pagination.transform` must be implemented");if(!Ai.default.function_(o.shouldContinue))throw new Error("`options.pagination.shouldContinue` must be implemented");if(!Ai.default.function_(o.filter))throw new TypeError("`options.pagination.filter` must be implemented");if(!Ai.default.function_(o.paginate))throw new Error("`options.pagination.paginate` must be implemented")}return t.responseType==="json"&&t.headers.accept===void 0&&(t.headers.accept="application/json"),t};I4.default=Git});var Lae=_(d1=>{"use strict";Object.defineProperty(d1,"__esModule",{value:!0});d1.retryAfterStatusCodes=void 0;d1.retryAfterStatusCodes=new Set([413,429,503]);var Yit=({attemptCount:t,retryOptions:e,error:r,retryAfter:o})=>{if(t>e.limit)return 0;let a=e.methods.includes(r.options.method),n=e.errorCodes.includes(r.code),u=r.response&&e.statusCodes.includes(r.response.statusCode);if(!a||!n&&!u)return 0;if(r.response){if(o)return e.maxRetryAfter===void 0||o>e.maxRetryAfter?0:o;if(r.response.statusCode===413)return 0}let A=Math.random()*100;return 2**(t-1)*1e3+A};d1.default=Yit});var E1=_(Bn=>{"use strict";Object.defineProperty(Bn,"__esModule",{value:!0});Bn.UnsupportedProtocolError=Bn.ReadError=Bn.TimeoutError=Bn.UploadError=Bn.CacheError=Bn.HTTPError=Bn.MaxRedirectsError=Bn.RequestError=Bn.setNonEnumerableProperties=Bn.knownHookEvents=Bn.withoutBody=Bn.kIsNormalizedAlready=void 0;var Mae=Be("util"),Oae=Be("stream"),Wit=Be("fs"),oh=Be("url"),Uae=Be("http"),B4=Be("http"),Vit=Be("https"),Kit=eoe(),Jit=aoe(),_ae=Uoe(),zit=qoe(),Xit=yae(),Zit=tx(),st=Tf(),$it=Bae(),Hae=c4(),est=f4(),jae=Pae(),tst=xae(),qae=bae(),rst=kae(),nst=E4(),Gae=Fae(),ist=C4(),ah=Rae(),sst=Nae(),ost=Lae(),v4,Zs=Symbol("request"),cx=Symbol("response"),PE=Symbol("responseSize"),SE=Symbol("downloadedSize"),xE=Symbol("bodySize"),bE=Symbol("uploadedSize"),ax=Symbol("serverResponsesPiped"),Yae=Symbol("unproxyEvents"),Wae=Symbol("isFromCache"),D4=Symbol("cancelTimeouts"),Vae=Symbol("startedReading"),kE=Symbol("stopReading"),lx=Symbol("triggerRead"),lh=Symbol("body"),m1=Symbol("jobs"),Kae=Symbol("originalResponse"),Jae=Symbol("retryTimeout");Bn.kIsNormalizedAlready=Symbol("isNormalizedAlready");var ast=st.default.string(process.versions.brotli);Bn.withoutBody=new Set(["GET","HEAD"]);Bn.knownHookEvents=["init","beforeRequest","beforeRedirect","beforeError","beforeRetry","afterResponse"];function lst(t){for(let e in t){let r=t[e];if(!st.default.string(r)&&!st.default.number(r)&&!st.default.boolean(r)&&!st.default.null_(r)&&!st.default.undefined(r))throw new TypeError(`The \`searchParams\` value '${String(r)}' must be a string, number, boolean or null`)}}function cst(t){return st.default.object(t)&&!("statusCode"in t)}var P4=new rst.default,ust=async t=>new Promise((e,r)=>{let o=a=>{r(a)};t.pending||e(),t.once("error",o),t.once("ready",()=>{t.off("error",o),e()})}),Ast=new Set([300,301,302,303,304,307,308]),fst=["context","body","json","form"];Bn.setNonEnumerableProperties=(t,e)=>{let r={};for(let o of t)if(!!o)for(let a of fst)a in o&&(r[a]={writable:!0,configurable:!0,enumerable:!1,value:o[a]});Object.defineProperties(e,r)};var Ki=class extends Error{constructor(e,r,o){var a;if(super(e),Error.captureStackTrace(this,this.constructor),this.name="RequestError",this.code=r.code,o instanceof dx?(Object.defineProperty(this,"request",{enumerable:!1,value:o}),Object.defineProperty(this,"response",{enumerable:!1,value:o[cx]}),Object.defineProperty(this,"options",{enumerable:!1,value:o.options})):Object.defineProperty(this,"options",{enumerable:!1,value:o}),this.timings=(a=this.request)===null||a===void 0?void 0:a.timings,st.default.string(r.stack)&&st.default.string(this.stack)){let n=this.stack.indexOf(this.message)+this.message.length,u=this.stack.slice(n).split(` +`,a)}while(o!==-1);return n+=t.substr(a),n};yX.exports={stringReplaceAll:b5e,stringEncaseCRLFWithFirstIndex:x5e}});var vX=_((TQt,BX)=>{"use strict";var k5e=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,CX=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,Q5e=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,F5e=/\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.)|([^\\])/gi,R5e=new Map([["n",` +`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function IX(t){let e=t[0]==="u",r=t[1]==="{";return e&&!r&&t.length===5||t[0]==="x"&&t.length===3?String.fromCharCode(parseInt(t.slice(1),16)):e&&r?String.fromCodePoint(parseInt(t.slice(2,-1),16)):R5e.get(t)||t}function T5e(t,e){let r=[],o=e.trim().split(/\s*,\s*/g),a;for(let n of o){let u=Number(n);if(!Number.isNaN(u))r.push(u);else if(a=n.match(Q5e))r.push(a[2].replace(F5e,(A,p,h)=>p?IX(p):h));else throw new Error(`Invalid Chalk template style argument: ${n} (in style '${t}')`)}return r}function N5e(t){CX.lastIndex=0;let e=[],r;for(;(r=CX.exec(t))!==null;){let o=r[1];if(r[2]){let a=T5e(o,r[2]);e.push([o].concat(a))}else e.push([o])}return e}function wX(t,e){let r={};for(let a of e)for(let n of a.styles)r[n[0]]=a.inverse?null:n.slice(1);let o=t;for(let[a,n]of Object.entries(r))if(!!Array.isArray(n)){if(!(a in o))throw new Error(`Unknown Chalk style: ${a}`);o=n.length>0?o[a](...n):o[a]}return o}BX.exports=(t,e)=>{let r=[],o=[],a=[];if(e.replace(k5e,(n,u,A,p,h,E)=>{if(u)a.push(IX(u));else if(p){let I=a.join("");a=[],o.push(r.length===0?I:wX(t,r)(I)),r.push({inverse:A,styles:N5e(p)})}else if(h){if(r.length===0)throw new Error("Found extraneous } in Chalk template literal");o.push(wX(t,r)(a.join(""))),a=[],r.pop()}else a.push(E)}),o.push(a.join("")),r.length>0){let n=`Chalk template literal is missing ${r.length} closing bracket${r.length===1?"":"s"} (\`}\`)`;throw new Error(n)}return o.join("")}});var IN=_((NQt,bX)=>{"use strict";var SI=DI(),{stdout:yN,stderr:EN}=dN(),{stringReplaceAll:L5e,stringEncaseCRLFWithFirstIndex:O5e}=EX(),DX=["ansi","ansi","ansi256","ansi16m"],Fy=Object.create(null),M5e=(t,e={})=>{if(e.level>3||e.level<0)throw new Error("The `level` option should be an integer from 0 to 3");let r=yN?yN.level:0;t.level=e.level===void 0?r:e.level},CN=class{constructor(e){return SX(e)}},SX=t=>{let e={};return M5e(e,t),e.template=(...r)=>H5e(e.template,...r),Object.setPrototypeOf(e,bS.prototype),Object.setPrototypeOf(e.template,e),e.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},e.template.Instance=CN,e.template};function bS(t){return SX(t)}for(let[t,e]of Object.entries(SI))Fy[t]={get(){let r=xS(this,wN(e.open,e.close,this._styler),this._isEmpty);return Object.defineProperty(this,t,{value:r}),r}};Fy.visible={get(){let t=xS(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:t}),t}};var PX=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(let t of PX)Fy[t]={get(){let{level:e}=this;return function(...r){let o=wN(SI.color[DX[e]][t](...r),SI.color.close,this._styler);return xS(this,o,this._isEmpty)}}};for(let t of PX){let e="bg"+t[0].toUpperCase()+t.slice(1);Fy[e]={get(){let{level:r}=this;return function(...o){let a=wN(SI.bgColor[DX[r]][t](...o),SI.bgColor.close,this._styler);return xS(this,a,this._isEmpty)}}}}var U5e=Object.defineProperties(()=>{},{...Fy,level:{enumerable:!0,get(){return this._generator.level},set(t){this._generator.level=t}}}),wN=(t,e,r)=>{let o,a;return r===void 0?(o=t,a=e):(o=r.openAll+t,a=e+r.closeAll),{open:t,close:e,openAll:o,closeAll:a,parent:r}},xS=(t,e,r)=>{let o=(...a)=>_5e(o,a.length===1?""+a[0]:a.join(" "));return o.__proto__=U5e,o._generator=t,o._styler=e,o._isEmpty=r,o},_5e=(t,e)=>{if(t.level<=0||!e)return t._isEmpty?"":e;let r=t._styler;if(r===void 0)return e;let{openAll:o,closeAll:a}=r;if(e.indexOf("\x1B")!==-1)for(;r!==void 0;)e=L5e(e,r.close,r.open),r=r.parent;let n=e.indexOf(` +`);return n!==-1&&(e=O5e(e,a,o,n)),o+e+a},mN,H5e=(t,...e)=>{let[r]=e;if(!Array.isArray(r))return e.join(" ");let o=e.slice(1),a=[r.raw[0]];for(let n=1;n{"use strict";Ul.isInteger=t=>typeof t=="number"?Number.isInteger(t):typeof t=="string"&&t.trim()!==""?Number.isInteger(Number(t)):!1;Ul.find=(t,e)=>t.nodes.find(r=>r.type===e);Ul.exceedsLimit=(t,e,r=1,o)=>o===!1||!Ul.isInteger(t)||!Ul.isInteger(e)?!1:(Number(e)-Number(t))/Number(r)>=o;Ul.escapeNode=(t,e=0,r)=>{let o=t.nodes[e];!o||(r&&o.type===r||o.type==="open"||o.type==="close")&&o.escaped!==!0&&(o.value="\\"+o.value,o.escaped=!0)};Ul.encloseBrace=t=>t.type!=="brace"?!1:t.commas>>0+t.ranges>>0===0?(t.invalid=!0,!0):!1;Ul.isInvalidBrace=t=>t.type!=="brace"?!1:t.invalid===!0||t.dollar?!0:t.commas>>0+t.ranges>>0===0||t.open!==!0||t.close!==!0?(t.invalid=!0,!0):!1;Ul.isOpenOrClose=t=>t.type==="open"||t.type==="close"?!0:t.open===!0||t.close===!0;Ul.reduce=t=>t.reduce((e,r)=>(r.type==="text"&&e.push(r.value),r.type==="range"&&(r.type="text"),e),[]);Ul.flatten=(...t)=>{let e=[],r=o=>{for(let a=0;a{"use strict";var xX=kS();kX.exports=(t,e={})=>{let r=(o,a={})=>{let n=e.escapeInvalid&&xX.isInvalidBrace(a),u=o.invalid===!0&&e.escapeInvalid===!0,A="";if(o.value)return(n||u)&&xX.isOpenOrClose(o)?"\\"+o.value:o.value;if(o.value)return o.value;if(o.nodes)for(let p of o.nodes)A+=r(p);return A};return r(t)}});var FX=_((MQt,QX)=>{"use strict";QX.exports=function(t){return typeof t=="number"?t-t===0:typeof t=="string"&&t.trim()!==""?Number.isFinite?Number.isFinite(+t):isFinite(+t):!1}});var HX=_((UQt,_X)=>{"use strict";var RX=FX(),Ad=(t,e,r)=>{if(RX(t)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(e===void 0||t===e)return String(t);if(RX(e)===!1)throw new TypeError("toRegexRange: expected the second argument to be a number.");let o={relaxZeros:!0,...r};typeof o.strictZeros=="boolean"&&(o.relaxZeros=o.strictZeros===!1);let a=String(o.relaxZeros),n=String(o.shorthand),u=String(o.capture),A=String(o.wrap),p=t+":"+e+"="+a+n+u+A;if(Ad.cache.hasOwnProperty(p))return Ad.cache[p].result;let h=Math.min(t,e),E=Math.max(t,e);if(Math.abs(h-E)===1){let R=t+"|"+e;return o.capture?`(${R})`:o.wrap===!1?R:`(?:${R})`}let I=UX(t)||UX(e),v={min:t,max:e,a:h,b:E},x=[],C=[];if(I&&(v.isPadded=I,v.maxLen=String(v.max).length),h<0){let R=E<0?Math.abs(E):1;C=TX(R,Math.abs(h),v,o),h=v.a=0}return E>=0&&(x=TX(h,E,v,o)),v.negatives=C,v.positives=x,v.result=j5e(C,x,o),o.capture===!0?v.result=`(${v.result})`:o.wrap!==!1&&x.length+C.length>1&&(v.result=`(?:${v.result})`),Ad.cache[p]=v,v.result};function j5e(t,e,r){let o=BN(t,e,"-",!1,r)||[],a=BN(e,t,"",!1,r)||[],n=BN(t,e,"-?",!0,r)||[];return o.concat(n).concat(a).join("|")}function G5e(t,e){let r=1,o=1,a=LX(t,r),n=new Set([e]);for(;t<=a&&a<=e;)n.add(a),r+=1,a=LX(t,r);for(a=OX(e+1,o)-1;t1&&A.count.pop(),A.count.push(E.count[0]),A.string=A.pattern+MX(A.count),u=h+1;continue}r.isPadded&&(I=V5e(h,r,o)),E.string=I+E.pattern+MX(E.count),n.push(E),u=h+1,A=E}return n}function BN(t,e,r,o,a){let n=[];for(let u of t){let{string:A}=u;!o&&!NX(e,"string",A)&&n.push(r+A),o&&NX(e,"string",A)&&n.push(r+A)}return n}function Y5e(t,e){let r=[];for(let o=0;oe?1:e>t?-1:0}function NX(t,e,r){return t.some(o=>o[e]===r)}function LX(t,e){return Number(String(t).slice(0,-e)+"9".repeat(e))}function OX(t,e){return t-t%Math.pow(10,e)}function MX(t){let[e=0,r=""]=t;return r||e>1?`{${e+(r?","+r:"")}}`:""}function K5e(t,e,r){return`[${t}${e-t===1?"":"-"}${e}]`}function UX(t){return/^-?(0+)\d/.test(t)}function V5e(t,e,r){if(!e.isPadded)return t;let o=Math.abs(e.maxLen-String(t).length),a=r.relaxZeros!==!1;switch(o){case 0:return"";case 1:return a?"0?":"0";case 2:return a?"0{0,2}":"00";default:return a?`0{0,${o}}`:`0{${o}}`}}Ad.cache={};Ad.clearCache=()=>Ad.cache={};_X.exports=Ad});var SN=_((_Qt,JX)=>{"use strict";var J5e=ve("util"),qX=HX(),jX=t=>t!==null&&typeof t=="object"&&!Array.isArray(t),z5e=t=>e=>t===!0?Number(e):String(e),vN=t=>typeof t=="number"||typeof t=="string"&&t!=="",bI=t=>Number.isInteger(+t),DN=t=>{let e=`${t}`,r=-1;if(e[0]==="-"&&(e=e.slice(1)),e==="0")return!1;for(;e[++r]==="0";);return r>0},X5e=(t,e,r)=>typeof t=="string"||typeof e=="string"?!0:r.stringify===!0,Z5e=(t,e,r)=>{if(e>0){let o=t[0]==="-"?"-":"";o&&(t=t.slice(1)),t=o+t.padStart(o?e-1:e,"0")}return r===!1?String(t):t},GX=(t,e)=>{let r=t[0]==="-"?"-":"";for(r&&(t=t.slice(1),e--);t.length{t.negatives.sort((u,A)=>uA?1:0),t.positives.sort((u,A)=>uA?1:0);let r=e.capture?"":"?:",o="",a="",n;return t.positives.length&&(o=t.positives.join("|")),t.negatives.length&&(a=`-(${r}${t.negatives.join("|")})`),o&&a?n=`${o}|${a}`:n=o||a,e.wrap?`(${r}${n})`:n},YX=(t,e,r,o)=>{if(r)return qX(t,e,{wrap:!1,...o});let a=String.fromCharCode(t);if(t===e)return a;let n=String.fromCharCode(e);return`[${a}-${n}]`},WX=(t,e,r)=>{if(Array.isArray(t)){let o=r.wrap===!0,a=r.capture?"":"?:";return o?`(${a}${t.join("|")})`:t.join("|")}return qX(t,e,r)},KX=(...t)=>new RangeError("Invalid range arguments: "+J5e.inspect(...t)),VX=(t,e,r)=>{if(r.strictRanges===!0)throw KX([t,e]);return[]},e7e=(t,e)=>{if(e.strictRanges===!0)throw new TypeError(`Expected step "${t}" to be a number`);return[]},t7e=(t,e,r=1,o={})=>{let a=Number(t),n=Number(e);if(!Number.isInteger(a)||!Number.isInteger(n)){if(o.strictRanges===!0)throw KX([t,e]);return[]}a===0&&(a=0),n===0&&(n=0);let u=a>n,A=String(t),p=String(e),h=String(r);r=Math.max(Math.abs(r),1);let E=DN(A)||DN(p)||DN(h),I=E?Math.max(A.length,p.length,h.length):0,v=E===!1&&X5e(t,e,o)===!1,x=o.transform||z5e(v);if(o.toRegex&&r===1)return YX(GX(t,I),GX(e,I),!0,o);let C={negatives:[],positives:[]},R=J=>C[J<0?"negatives":"positives"].push(Math.abs(J)),L=[],U=0;for(;u?a>=n:a<=n;)o.toRegex===!0&&r>1?R(a):L.push(Z5e(x(a,U),I,v)),a=u?a-r:a+r,U++;return o.toRegex===!0?r>1?$5e(C,o):WX(L,null,{wrap:!1,...o}):L},r7e=(t,e,r=1,o={})=>{if(!bI(t)&&t.length>1||!bI(e)&&e.length>1)return VX(t,e,o);let a=o.transform||(v=>String.fromCharCode(v)),n=`${t}`.charCodeAt(0),u=`${e}`.charCodeAt(0),A=n>u,p=Math.min(n,u),h=Math.max(n,u);if(o.toRegex&&r===1)return YX(p,h,!1,o);let E=[],I=0;for(;A?n>=u:n<=u;)E.push(a(n,I)),n=A?n-r:n+r,I++;return o.toRegex===!0?WX(E,null,{wrap:!1,options:o}):E},RS=(t,e,r,o={})=>{if(e==null&&vN(t))return[t];if(!vN(t)||!vN(e))return VX(t,e,o);if(typeof r=="function")return RS(t,e,1,{transform:r});if(jX(r))return RS(t,e,0,r);let a={...o};return a.capture===!0&&(a.wrap=!0),r=r||a.step||1,bI(r)?bI(t)&&bI(e)?t7e(t,e,r,a):r7e(t,e,Math.max(Math.abs(r),1),a):r!=null&&!jX(r)?e7e(r,a):RS(t,e,1,r)};JX.exports=RS});var ZX=_((HQt,XX)=>{"use strict";var n7e=SN(),zX=kS(),i7e=(t,e={})=>{let r=(o,a={})=>{let n=zX.isInvalidBrace(a),u=o.invalid===!0&&e.escapeInvalid===!0,A=n===!0||u===!0,p=e.escapeInvalid===!0?"\\":"",h="";if(o.isOpen===!0||o.isClose===!0)return p+o.value;if(o.type==="open")return A?p+o.value:"(";if(o.type==="close")return A?p+o.value:")";if(o.type==="comma")return o.prev.type==="comma"?"":A?o.value:"|";if(o.value)return o.value;if(o.nodes&&o.ranges>0){let E=zX.reduce(o.nodes),I=n7e(...E,{...e,wrap:!1,toRegex:!0});if(I.length!==0)return E.length>1&&I.length>1?`(${I})`:I}if(o.nodes)for(let E of o.nodes)h+=r(E,o);return h};return r(t)};XX.exports=i7e});var tZ=_((jQt,eZ)=>{"use strict";var s7e=SN(),$X=QS(),Ry=kS(),fd=(t="",e="",r=!1)=>{let o=[];if(t=[].concat(t),e=[].concat(e),!e.length)return t;if(!t.length)return r?Ry.flatten(e).map(a=>`{${a}}`):e;for(let a of t)if(Array.isArray(a))for(let n of a)o.push(fd(n,e,r));else for(let n of e)r===!0&&typeof n=="string"&&(n=`{${n}}`),o.push(Array.isArray(n)?fd(a,n,r):a+n);return Ry.flatten(o)},o7e=(t,e={})=>{let r=e.rangeLimit===void 0?1e3:e.rangeLimit,o=(a,n={})=>{a.queue=[];let u=n,A=n.queue;for(;u.type!=="brace"&&u.type!=="root"&&u.parent;)u=u.parent,A=u.queue;if(a.invalid||a.dollar){A.push(fd(A.pop(),$X(a,e)));return}if(a.type==="brace"&&a.invalid!==!0&&a.nodes.length===2){A.push(fd(A.pop(),["{}"]));return}if(a.nodes&&a.ranges>0){let I=Ry.reduce(a.nodes);if(Ry.exceedsLimit(...I,e.step,r))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let v=s7e(...I,e);v.length===0&&(v=$X(a,e)),A.push(fd(A.pop(),v)),a.nodes=[];return}let p=Ry.encloseBrace(a),h=a.queue,E=a;for(;E.type!=="brace"&&E.type!=="root"&&E.parent;)E=E.parent,h=E.queue;for(let I=0;I{"use strict";rZ.exports={MAX_LENGTH:1024*64,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:` +`,CHAR_NO_BREAK_SPACE:"\xA0",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}});var lZ=_((qQt,aZ)=>{"use strict";var a7e=QS(),{MAX_LENGTH:iZ,CHAR_BACKSLASH:PN,CHAR_BACKTICK:l7e,CHAR_COMMA:c7e,CHAR_DOT:u7e,CHAR_LEFT_PARENTHESES:A7e,CHAR_RIGHT_PARENTHESES:f7e,CHAR_LEFT_CURLY_BRACE:p7e,CHAR_RIGHT_CURLY_BRACE:h7e,CHAR_LEFT_SQUARE_BRACKET:sZ,CHAR_RIGHT_SQUARE_BRACKET:oZ,CHAR_DOUBLE_QUOTE:g7e,CHAR_SINGLE_QUOTE:d7e,CHAR_NO_BREAK_SPACE:m7e,CHAR_ZERO_WIDTH_NOBREAK_SPACE:y7e}=nZ(),E7e=(t,e={})=>{if(typeof t!="string")throw new TypeError("Expected a string");let r=e||{},o=typeof r.maxLength=="number"?Math.min(iZ,r.maxLength):iZ;if(t.length>o)throw new SyntaxError(`Input length (${t.length}), exceeds max characters (${o})`);let a={type:"root",input:t,nodes:[]},n=[a],u=a,A=a,p=0,h=t.length,E=0,I=0,v,x={},C=()=>t[E++],R=L=>{if(L.type==="text"&&A.type==="dot"&&(A.type="text"),A&&A.type==="text"&&L.type==="text"){A.value+=L.value;return}return u.nodes.push(L),L.parent=u,L.prev=A,A=L,L};for(R({type:"bos"});E0){if(u.ranges>0){u.ranges=0;let L=u.nodes.shift();u.nodes=[L,{type:"text",value:a7e(u)}]}R({type:"comma",value:v}),u.commas++;continue}if(v===u7e&&I>0&&u.commas===0){let L=u.nodes;if(I===0||L.length===0){R({type:"text",value:v});continue}if(A.type==="dot"){if(u.range=[],A.value+=v,A.type="range",u.nodes.length!==3&&u.nodes.length!==5){u.invalid=!0,u.ranges=0,A.type="text";continue}u.ranges++,u.args=[];continue}if(A.type==="range"){L.pop();let U=L[L.length-1];U.value+=A.value+v,A=U,u.ranges--;continue}R({type:"dot",value:v});continue}R({type:"text",value:v})}do if(u=n.pop(),u.type!=="root"){u.nodes.forEach(J=>{J.nodes||(J.type==="open"&&(J.isOpen=!0),J.type==="close"&&(J.isClose=!0),J.nodes||(J.type="text"),J.invalid=!0)});let L=n[n.length-1],U=L.nodes.indexOf(u);L.nodes.splice(U,1,...u.nodes)}while(n.length>0);return R({type:"eos"}),a};aZ.exports=E7e});var AZ=_((YQt,uZ)=>{"use strict";var cZ=QS(),C7e=ZX(),w7e=tZ(),I7e=lZ(),rl=(t,e={})=>{let r=[];if(Array.isArray(t))for(let o of t){let a=rl.create(o,e);Array.isArray(a)?r.push(...a):r.push(a)}else r=[].concat(rl.create(t,e));return e&&e.expand===!0&&e.nodupes===!0&&(r=[...new Set(r)]),r};rl.parse=(t,e={})=>I7e(t,e);rl.stringify=(t,e={})=>cZ(typeof t=="string"?rl.parse(t,e):t,e);rl.compile=(t,e={})=>(typeof t=="string"&&(t=rl.parse(t,e)),C7e(t,e));rl.expand=(t,e={})=>{typeof t=="string"&&(t=rl.parse(t,e));let r=w7e(t,e);return e.noempty===!0&&(r=r.filter(Boolean)),e.nodupes===!0&&(r=[...new Set(r)]),r};rl.create=(t,e={})=>t===""||t.length<3?[t]:e.expand!==!0?rl.compile(t,e):rl.expand(t,e);uZ.exports=rl});var xI=_((WQt,dZ)=>{"use strict";var B7e=ve("path"),Ku="\\\\/",fZ=`[^${Ku}]`,vf="\\.",v7e="\\+",D7e="\\?",TS="\\/",S7e="(?=.)",pZ="[^/]",bN=`(?:${TS}|$)`,hZ=`(?:^|${TS})`,xN=`${vf}{1,2}${bN}`,P7e=`(?!${vf})`,b7e=`(?!${hZ}${xN})`,x7e=`(?!${vf}{0,1}${bN})`,k7e=`(?!${xN})`,Q7e=`[^.${TS}]`,F7e=`${pZ}*?`,gZ={DOT_LITERAL:vf,PLUS_LITERAL:v7e,QMARK_LITERAL:D7e,SLASH_LITERAL:TS,ONE_CHAR:S7e,QMARK:pZ,END_ANCHOR:bN,DOTS_SLASH:xN,NO_DOT:P7e,NO_DOTS:b7e,NO_DOT_SLASH:x7e,NO_DOTS_SLASH:k7e,QMARK_NO_DOT:Q7e,STAR:F7e,START_ANCHOR:hZ},R7e={...gZ,SLASH_LITERAL:`[${Ku}]`,QMARK:fZ,STAR:`${fZ}*?`,DOTS_SLASH:`${vf}{1,2}(?:[${Ku}]|$)`,NO_DOT:`(?!${vf})`,NO_DOTS:`(?!(?:^|[${Ku}])${vf}{1,2}(?:[${Ku}]|$))`,NO_DOT_SLASH:`(?!${vf}{0,1}(?:[${Ku}]|$))`,NO_DOTS_SLASH:`(?!${vf}{1,2}(?:[${Ku}]|$))`,QMARK_NO_DOT:`[^.${Ku}]`,START_ANCHOR:`(?:^|[${Ku}])`,END_ANCHOR:`(?:[${Ku}]|$)`},T7e={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};dZ.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:T7e,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:B7e.sep,extglobChars(t){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${t.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(t){return t===!0?R7e:gZ}}});var kI=_(Sa=>{"use strict";var N7e=ve("path"),L7e=process.platform==="win32",{REGEX_BACKSLASH:O7e,REGEX_REMOVE_BACKSLASH:M7e,REGEX_SPECIAL_CHARS:U7e,REGEX_SPECIAL_CHARS_GLOBAL:_7e}=xI();Sa.isObject=t=>t!==null&&typeof t=="object"&&!Array.isArray(t);Sa.hasRegexChars=t=>U7e.test(t);Sa.isRegexChar=t=>t.length===1&&Sa.hasRegexChars(t);Sa.escapeRegex=t=>t.replace(_7e,"\\$1");Sa.toPosixSlashes=t=>t.replace(O7e,"/");Sa.removeBackslashes=t=>t.replace(M7e,e=>e==="\\"?"":e);Sa.supportsLookbehinds=()=>{let t=process.version.slice(1).split(".").map(Number);return t.length===3&&t[0]>=9||t[0]===8&&t[1]>=10};Sa.isWindows=t=>t&&typeof t.windows=="boolean"?t.windows:L7e===!0||N7e.sep==="\\";Sa.escapeLast=(t,e,r)=>{let o=t.lastIndexOf(e,r);return o===-1?t:t[o-1]==="\\"?Sa.escapeLast(t,e,o-1):`${t.slice(0,o)}\\${t.slice(o)}`};Sa.removePrefix=(t,e={})=>{let r=t;return r.startsWith("./")&&(r=r.slice(2),e.prefix="./"),r};Sa.wrapOutput=(t,e={},r={})=>{let o=r.contains?"":"^",a=r.contains?"":"$",n=`${o}(?:${t})${a}`;return e.negated===!0&&(n=`(?:^(?!${n}).*$)`),n}});var vZ=_((VQt,BZ)=>{"use strict";var mZ=kI(),{CHAR_ASTERISK:kN,CHAR_AT:H7e,CHAR_BACKWARD_SLASH:QI,CHAR_COMMA:j7e,CHAR_DOT:QN,CHAR_EXCLAMATION_MARK:FN,CHAR_FORWARD_SLASH:IZ,CHAR_LEFT_CURLY_BRACE:RN,CHAR_LEFT_PARENTHESES:TN,CHAR_LEFT_SQUARE_BRACKET:G7e,CHAR_PLUS:q7e,CHAR_QUESTION_MARK:yZ,CHAR_RIGHT_CURLY_BRACE:Y7e,CHAR_RIGHT_PARENTHESES:EZ,CHAR_RIGHT_SQUARE_BRACKET:W7e}=xI(),CZ=t=>t===IZ||t===QI,wZ=t=>{t.isPrefix!==!0&&(t.depth=t.isGlobstar?1/0:1)},K7e=(t,e)=>{let r=e||{},o=t.length-1,a=r.parts===!0||r.scanToEnd===!0,n=[],u=[],A=[],p=t,h=-1,E=0,I=0,v=!1,x=!1,C=!1,R=!1,L=!1,U=!1,J=!1,te=!1,ae=!1,fe=!1,ce=0,me,he,Be={value:"",depth:0,isGlob:!1},we=()=>h>=o,g=()=>p.charCodeAt(h+1),Ee=()=>(me=he,p.charCodeAt(++h));for(;h0&&(le=p.slice(0,E),p=p.slice(E),I-=E),Se&&C===!0&&I>0?(Se=p.slice(0,I),ne=p.slice(I)):C===!0?(Se="",ne=p):Se=p,Se&&Se!==""&&Se!=="/"&&Se!==p&&CZ(Se.charCodeAt(Se.length-1))&&(Se=Se.slice(0,-1)),r.unescape===!0&&(ne&&(ne=mZ.removeBackslashes(ne)),Se&&J===!0&&(Se=mZ.removeBackslashes(Se)));let ee={prefix:le,input:t,start:E,base:Se,glob:ne,isBrace:v,isBracket:x,isGlob:C,isExtglob:R,isGlobstar:L,negated:te,negatedExtglob:ae};if(r.tokens===!0&&(ee.maxDepth=0,CZ(he)||u.push(Be),ee.tokens=u),r.parts===!0||r.tokens===!0){let Ie;for(let Fe=0;Fe{"use strict";var NS=xI(),nl=kI(),{MAX_LENGTH:LS,POSIX_REGEX_SOURCE:V7e,REGEX_NON_SPECIAL_CHARS:J7e,REGEX_SPECIAL_CHARS_BACKREF:z7e,REPLACEMENTS:DZ}=NS,X7e=(t,e)=>{if(typeof e.expandRange=="function")return e.expandRange(...t,e);t.sort();let r=`[${t.join("-")}]`;try{new RegExp(r)}catch{return t.map(a=>nl.escapeRegex(a)).join("..")}return r},Ty=(t,e)=>`Missing ${t}: "${e}" - use "\\\\${e}" to match literal characters`,NN=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");t=DZ[t]||t;let r={...e},o=typeof r.maxLength=="number"?Math.min(LS,r.maxLength):LS,a=t.length;if(a>o)throw new SyntaxError(`Input length: ${a}, exceeds maximum allowed length: ${o}`);let n={type:"bos",value:"",output:r.prepend||""},u=[n],A=r.capture?"":"?:",p=nl.isWindows(e),h=NS.globChars(p),E=NS.extglobChars(h),{DOT_LITERAL:I,PLUS_LITERAL:v,SLASH_LITERAL:x,ONE_CHAR:C,DOTS_SLASH:R,NO_DOT:L,NO_DOT_SLASH:U,NO_DOTS_SLASH:J,QMARK:te,QMARK_NO_DOT:ae,STAR:fe,START_ANCHOR:ce}=h,me=b=>`(${A}(?:(?!${ce}${b.dot?R:I}).)*?)`,he=r.dot?"":L,Be=r.dot?te:ae,we=r.bash===!0?me(r):fe;r.capture&&(we=`(${we})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let g={input:t,index:-1,start:0,dot:r.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:u};t=nl.removePrefix(t,g),a=t.length;let Ee=[],Se=[],le=[],ne=n,ee,Ie=()=>g.index===a-1,Fe=g.peek=(b=1)=>t[g.index+b],At=g.advance=()=>t[++g.index]||"",H=()=>t.slice(g.index+1),at=(b="",w=0)=>{g.consumed+=b,g.index+=w},Re=b=>{g.output+=b.output!=null?b.output:b.value,at(b.value)},ke=()=>{let b=1;for(;Fe()==="!"&&(Fe(2)!=="("||Fe(3)==="?");)At(),g.start++,b++;return b%2===0?!1:(g.negated=!0,g.start++,!0)},xe=b=>{g[b]++,le.push(b)},He=b=>{g[b]--,le.pop()},Te=b=>{if(ne.type==="globstar"){let w=g.braces>0&&(b.type==="comma"||b.type==="brace"),P=b.extglob===!0||Ee.length&&(b.type==="pipe"||b.type==="paren");b.type!=="slash"&&b.type!=="paren"&&!w&&!P&&(g.output=g.output.slice(0,-ne.output.length),ne.type="star",ne.value="*",ne.output=we,g.output+=ne.output)}if(Ee.length&&b.type!=="paren"&&(Ee[Ee.length-1].inner+=b.value),(b.value||b.output)&&Re(b),ne&&ne.type==="text"&&b.type==="text"){ne.value+=b.value,ne.output=(ne.output||"")+b.value;return}b.prev=ne,u.push(b),ne=b},Je=(b,w)=>{let P={...E[w],conditions:1,inner:""};P.prev=ne,P.parens=g.parens,P.output=g.output;let y=(r.capture?"(":"")+P.open;xe("parens"),Te({type:b,value:w,output:g.output?"":C}),Te({type:"paren",extglob:!0,value:At(),output:y}),Ee.push(P)},je=b=>{let w=b.close+(r.capture?")":""),P;if(b.type==="negate"){let y=we;if(b.inner&&b.inner.length>1&&b.inner.includes("/")&&(y=me(r)),(y!==we||Ie()||/^\)+$/.test(H()))&&(w=b.close=`)$))${y}`),b.inner.includes("*")&&(P=H())&&/^\.[^\\/.]+$/.test(P)){let F=NN(P,{...e,fastpaths:!1}).output;w=b.close=`)${F})${y})`}b.prev.type==="bos"&&(g.negatedExtglob=!0)}Te({type:"paren",extglob:!0,value:ee,output:w}),He("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(t)){let b=!1,w=t.replace(z7e,(P,y,F,z,X,Z)=>z==="\\"?(b=!0,P):z==="?"?y?y+z+(X?te.repeat(X.length):""):Z===0?Be+(X?te.repeat(X.length):""):te.repeat(F.length):z==="."?I.repeat(F.length):z==="*"?y?y+z+(X?we:""):we:y?P:`\\${P}`);return b===!0&&(r.unescape===!0?w=w.replace(/\\/g,""):w=w.replace(/\\+/g,P=>P.length%2===0?"\\\\":P?"\\":"")),w===t&&r.contains===!0?(g.output=t,g):(g.output=nl.wrapOutput(w,g,e),g)}for(;!Ie();){if(ee=At(),ee==="\0")continue;if(ee==="\\"){let P=Fe();if(P==="/"&&r.bash!==!0||P==="."||P===";")continue;if(!P){ee+="\\",Te({type:"text",value:ee});continue}let y=/^\\+/.exec(H()),F=0;if(y&&y[0].length>2&&(F=y[0].length,g.index+=F,F%2!==0&&(ee+="\\")),r.unescape===!0?ee=At():ee+=At(),g.brackets===0){Te({type:"text",value:ee});continue}}if(g.brackets>0&&(ee!=="]"||ne.value==="["||ne.value==="[^")){if(r.posix!==!1&&ee===":"){let P=ne.value.slice(1);if(P.includes("[")&&(ne.posix=!0,P.includes(":"))){let y=ne.value.lastIndexOf("["),F=ne.value.slice(0,y),z=ne.value.slice(y+2),X=V7e[z];if(X){ne.value=F+X,g.backtrack=!0,At(),!n.output&&u.indexOf(ne)===1&&(n.output=C);continue}}}(ee==="["&&Fe()!==":"||ee==="-"&&Fe()==="]")&&(ee=`\\${ee}`),ee==="]"&&(ne.value==="["||ne.value==="[^")&&(ee=`\\${ee}`),r.posix===!0&&ee==="!"&&ne.value==="["&&(ee="^"),ne.value+=ee,Re({value:ee});continue}if(g.quotes===1&&ee!=='"'){ee=nl.escapeRegex(ee),ne.value+=ee,Re({value:ee});continue}if(ee==='"'){g.quotes=g.quotes===1?0:1,r.keepQuotes===!0&&Te({type:"text",value:ee});continue}if(ee==="("){xe("parens"),Te({type:"paren",value:ee});continue}if(ee===")"){if(g.parens===0&&r.strictBrackets===!0)throw new SyntaxError(Ty("opening","("));let P=Ee[Ee.length-1];if(P&&g.parens===P.parens+1){je(Ee.pop());continue}Te({type:"paren",value:ee,output:g.parens?")":"\\)"}),He("parens");continue}if(ee==="["){if(r.nobracket===!0||!H().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(Ty("closing","]"));ee=`\\${ee}`}else xe("brackets");Te({type:"bracket",value:ee});continue}if(ee==="]"){if(r.nobracket===!0||ne&&ne.type==="bracket"&&ne.value.length===1){Te({type:"text",value:ee,output:`\\${ee}`});continue}if(g.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(Ty("opening","["));Te({type:"text",value:ee,output:`\\${ee}`});continue}He("brackets");let P=ne.value.slice(1);if(ne.posix!==!0&&P[0]==="^"&&!P.includes("/")&&(ee=`/${ee}`),ne.value+=ee,Re({value:ee}),r.literalBrackets===!1||nl.hasRegexChars(P))continue;let y=nl.escapeRegex(ne.value);if(g.output=g.output.slice(0,-ne.value.length),r.literalBrackets===!0){g.output+=y,ne.value=y;continue}ne.value=`(${A}${y}|${ne.value})`,g.output+=ne.value;continue}if(ee==="{"&&r.nobrace!==!0){xe("braces");let P={type:"brace",value:ee,output:"(",outputIndex:g.output.length,tokensIndex:g.tokens.length};Se.push(P),Te(P);continue}if(ee==="}"){let P=Se[Se.length-1];if(r.nobrace===!0||!P){Te({type:"text",value:ee,output:ee});continue}let y=")";if(P.dots===!0){let F=u.slice(),z=[];for(let X=F.length-1;X>=0&&(u.pop(),F[X].type!=="brace");X--)F[X].type!=="dots"&&z.unshift(F[X].value);y=X7e(z,r),g.backtrack=!0}if(P.comma!==!0&&P.dots!==!0){let F=g.output.slice(0,P.outputIndex),z=g.tokens.slice(P.tokensIndex);P.value=P.output="\\{",ee=y="\\}",g.output=F;for(let X of z)g.output+=X.output||X.value}Te({type:"brace",value:ee,output:y}),He("braces"),Se.pop();continue}if(ee==="|"){Ee.length>0&&Ee[Ee.length-1].conditions++,Te({type:"text",value:ee});continue}if(ee===","){let P=ee,y=Se[Se.length-1];y&&le[le.length-1]==="braces"&&(y.comma=!0,P="|"),Te({type:"comma",value:ee,output:P});continue}if(ee==="/"){if(ne.type==="dot"&&g.index===g.start+1){g.start=g.index+1,g.consumed="",g.output="",u.pop(),ne=n;continue}Te({type:"slash",value:ee,output:x});continue}if(ee==="."){if(g.braces>0&&ne.type==="dot"){ne.value==="."&&(ne.output=I);let P=Se[Se.length-1];ne.type="dots",ne.output+=ee,ne.value+=ee,P.dots=!0;continue}if(g.braces+g.parens===0&&ne.type!=="bos"&&ne.type!=="slash"){Te({type:"text",value:ee,output:I});continue}Te({type:"dot",value:ee,output:I});continue}if(ee==="?"){if(!(ne&&ne.value==="(")&&r.noextglob!==!0&&Fe()==="("&&Fe(2)!=="?"){Je("qmark",ee);continue}if(ne&&ne.type==="paren"){let y=Fe(),F=ee;if(y==="<"&&!nl.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(ne.value==="("&&!/[!=<:]/.test(y)||y==="<"&&!/<([!=]|\w+>)/.test(H()))&&(F=`\\${ee}`),Te({type:"text",value:ee,output:F});continue}if(r.dot!==!0&&(ne.type==="slash"||ne.type==="bos")){Te({type:"qmark",value:ee,output:ae});continue}Te({type:"qmark",value:ee,output:te});continue}if(ee==="!"){if(r.noextglob!==!0&&Fe()==="("&&(Fe(2)!=="?"||!/[!=<:]/.test(Fe(3)))){Je("negate",ee);continue}if(r.nonegate!==!0&&g.index===0){ke();continue}}if(ee==="+"){if(r.noextglob!==!0&&Fe()==="("&&Fe(2)!=="?"){Je("plus",ee);continue}if(ne&&ne.value==="("||r.regex===!1){Te({type:"plus",value:ee,output:v});continue}if(ne&&(ne.type==="bracket"||ne.type==="paren"||ne.type==="brace")||g.parens>0){Te({type:"plus",value:ee});continue}Te({type:"plus",value:v});continue}if(ee==="@"){if(r.noextglob!==!0&&Fe()==="("&&Fe(2)!=="?"){Te({type:"at",extglob:!0,value:ee,output:""});continue}Te({type:"text",value:ee});continue}if(ee!=="*"){(ee==="$"||ee==="^")&&(ee=`\\${ee}`);let P=J7e.exec(H());P&&(ee+=P[0],g.index+=P[0].length),Te({type:"text",value:ee});continue}if(ne&&(ne.type==="globstar"||ne.star===!0)){ne.type="star",ne.star=!0,ne.value+=ee,ne.output=we,g.backtrack=!0,g.globstar=!0,at(ee);continue}let b=H();if(r.noextglob!==!0&&/^\([^?]/.test(b)){Je("star",ee);continue}if(ne.type==="star"){if(r.noglobstar===!0){at(ee);continue}let P=ne.prev,y=P.prev,F=P.type==="slash"||P.type==="bos",z=y&&(y.type==="star"||y.type==="globstar");if(r.bash===!0&&(!F||b[0]&&b[0]!=="/")){Te({type:"star",value:ee,output:""});continue}let X=g.braces>0&&(P.type==="comma"||P.type==="brace"),Z=Ee.length&&(P.type==="pipe"||P.type==="paren");if(!F&&P.type!=="paren"&&!X&&!Z){Te({type:"star",value:ee,output:""});continue}for(;b.slice(0,3)==="/**";){let ie=t[g.index+4];if(ie&&ie!=="/")break;b=b.slice(3),at("/**",3)}if(P.type==="bos"&&Ie()){ne.type="globstar",ne.value+=ee,ne.output=me(r),g.output=ne.output,g.globstar=!0,at(ee);continue}if(P.type==="slash"&&P.prev.type!=="bos"&&!z&&Ie()){g.output=g.output.slice(0,-(P.output+ne.output).length),P.output=`(?:${P.output}`,ne.type="globstar",ne.output=me(r)+(r.strictSlashes?")":"|$)"),ne.value+=ee,g.globstar=!0,g.output+=P.output+ne.output,at(ee);continue}if(P.type==="slash"&&P.prev.type!=="bos"&&b[0]==="/"){let ie=b[1]!==void 0?"|$":"";g.output=g.output.slice(0,-(P.output+ne.output).length),P.output=`(?:${P.output}`,ne.type="globstar",ne.output=`${me(r)}${x}|${x}${ie})`,ne.value+=ee,g.output+=P.output+ne.output,g.globstar=!0,at(ee+At()),Te({type:"slash",value:"/",output:""});continue}if(P.type==="bos"&&b[0]==="/"){ne.type="globstar",ne.value+=ee,ne.output=`(?:^|${x}|${me(r)}${x})`,g.output=ne.output,g.globstar=!0,at(ee+At()),Te({type:"slash",value:"/",output:""});continue}g.output=g.output.slice(0,-ne.output.length),ne.type="globstar",ne.output=me(r),ne.value+=ee,g.output+=ne.output,g.globstar=!0,at(ee);continue}let w={type:"star",value:ee,output:we};if(r.bash===!0){w.output=".*?",(ne.type==="bos"||ne.type==="slash")&&(w.output=he+w.output),Te(w);continue}if(ne&&(ne.type==="bracket"||ne.type==="paren")&&r.regex===!0){w.output=ee,Te(w);continue}(g.index===g.start||ne.type==="slash"||ne.type==="dot")&&(ne.type==="dot"?(g.output+=U,ne.output+=U):r.dot===!0?(g.output+=J,ne.output+=J):(g.output+=he,ne.output+=he),Fe()!=="*"&&(g.output+=C,ne.output+=C)),Te(w)}for(;g.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(Ty("closing","]"));g.output=nl.escapeLast(g.output,"["),He("brackets")}for(;g.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(Ty("closing",")"));g.output=nl.escapeLast(g.output,"("),He("parens")}for(;g.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(Ty("closing","}"));g.output=nl.escapeLast(g.output,"{"),He("braces")}if(r.strictSlashes!==!0&&(ne.type==="star"||ne.type==="bracket")&&Te({type:"maybe_slash",value:"",output:`${x}?`}),g.backtrack===!0){g.output="";for(let b of g.tokens)g.output+=b.output!=null?b.output:b.value,b.suffix&&(g.output+=b.suffix)}return g};NN.fastpaths=(t,e)=>{let r={...e},o=typeof r.maxLength=="number"?Math.min(LS,r.maxLength):LS,a=t.length;if(a>o)throw new SyntaxError(`Input length: ${a}, exceeds maximum allowed length: ${o}`);t=DZ[t]||t;let n=nl.isWindows(e),{DOT_LITERAL:u,SLASH_LITERAL:A,ONE_CHAR:p,DOTS_SLASH:h,NO_DOT:E,NO_DOTS:I,NO_DOTS_SLASH:v,STAR:x,START_ANCHOR:C}=NS.globChars(n),R=r.dot?I:E,L=r.dot?v:E,U=r.capture?"":"?:",J={negated:!1,prefix:""},te=r.bash===!0?".*?":x;r.capture&&(te=`(${te})`);let ae=he=>he.noglobstar===!0?te:`(${U}(?:(?!${C}${he.dot?h:u}).)*?)`,fe=he=>{switch(he){case"*":return`${R}${p}${te}`;case".*":return`${u}${p}${te}`;case"*.*":return`${R}${te}${u}${p}${te}`;case"*/*":return`${R}${te}${A}${p}${L}${te}`;case"**":return R+ae(r);case"**/*":return`(?:${R}${ae(r)}${A})?${L}${p}${te}`;case"**/*.*":return`(?:${R}${ae(r)}${A})?${L}${te}${u}${p}${te}`;case"**/.*":return`(?:${R}${ae(r)}${A})?${u}${p}${te}`;default:{let Be=/^(.*?)\.(\w+)$/.exec(he);if(!Be)return;let we=fe(Be[1]);return we?we+u+Be[2]:void 0}}},ce=nl.removePrefix(t,J),me=fe(ce);return me&&r.strictSlashes!==!0&&(me+=`${A}?`),me};SZ.exports=NN});var xZ=_((zQt,bZ)=>{"use strict";var Z7e=ve("path"),$7e=vZ(),LN=PZ(),ON=kI(),eYe=xI(),tYe=t=>t&&typeof t=="object"&&!Array.isArray(t),Mi=(t,e,r=!1)=>{if(Array.isArray(t)){let E=t.map(v=>Mi(v,e,r));return v=>{for(let x of E){let C=x(v);if(C)return C}return!1}}let o=tYe(t)&&t.tokens&&t.input;if(t===""||typeof t!="string"&&!o)throw new TypeError("Expected pattern to be a non-empty string");let a=e||{},n=ON.isWindows(e),u=o?Mi.compileRe(t,e):Mi.makeRe(t,e,!1,!0),A=u.state;delete u.state;let p=()=>!1;if(a.ignore){let E={...e,ignore:null,onMatch:null,onResult:null};p=Mi(a.ignore,E,r)}let h=(E,I=!1)=>{let{isMatch:v,match:x,output:C}=Mi.test(E,u,e,{glob:t,posix:n}),R={glob:t,state:A,regex:u,posix:n,input:E,output:C,match:x,isMatch:v};return typeof a.onResult=="function"&&a.onResult(R),v===!1?(R.isMatch=!1,I?R:!1):p(E)?(typeof a.onIgnore=="function"&&a.onIgnore(R),R.isMatch=!1,I?R:!1):(typeof a.onMatch=="function"&&a.onMatch(R),I?R:!0)};return r&&(h.state=A),h};Mi.test=(t,e,r,{glob:o,posix:a}={})=>{if(typeof t!="string")throw new TypeError("Expected input to be a string");if(t==="")return{isMatch:!1,output:""};let n=r||{},u=n.format||(a?ON.toPosixSlashes:null),A=t===o,p=A&&u?u(t):t;return A===!1&&(p=u?u(t):t,A=p===o),(A===!1||n.capture===!0)&&(n.matchBase===!0||n.basename===!0?A=Mi.matchBase(t,e,r,a):A=e.exec(p)),{isMatch:Boolean(A),match:A,output:p}};Mi.matchBase=(t,e,r,o=ON.isWindows(r))=>(e instanceof RegExp?e:Mi.makeRe(e,r)).test(Z7e.basename(t));Mi.isMatch=(t,e,r)=>Mi(e,r)(t);Mi.parse=(t,e)=>Array.isArray(t)?t.map(r=>Mi.parse(r,e)):LN(t,{...e,fastpaths:!1});Mi.scan=(t,e)=>$7e(t,e);Mi.compileRe=(t,e,r=!1,o=!1)=>{if(r===!0)return t.output;let a=e||{},n=a.contains?"":"^",u=a.contains?"":"$",A=`${n}(?:${t.output})${u}`;t&&t.negated===!0&&(A=`^(?!${A}).*$`);let p=Mi.toRegex(A,e);return o===!0&&(p.state=t),p};Mi.makeRe=(t,e={},r=!1,o=!1)=>{if(!t||typeof t!="string")throw new TypeError("Expected a non-empty string");let a={negated:!1,fastpaths:!0};return e.fastpaths!==!1&&(t[0]==="."||t[0]==="*")&&(a.output=LN.fastpaths(t,e)),a.output||(a=LN(t,e)),Mi.compileRe(a,e,r,o)};Mi.toRegex=(t,e)=>{try{let r=e||{};return new RegExp(t,r.flags||(r.nocase?"i":""))}catch(r){if(e&&e.debug===!0)throw r;return/$^/}};Mi.constants=eYe;bZ.exports=Mi});var QZ=_((XQt,kZ)=>{"use strict";kZ.exports=xZ()});var Zo=_((ZQt,NZ)=>{"use strict";var RZ=ve("util"),TZ=AZ(),Vu=QZ(),MN=kI(),FZ=t=>t===""||t==="./",yi=(t,e,r)=>{e=[].concat(e),t=[].concat(t);let o=new Set,a=new Set,n=new Set,u=0,A=E=>{n.add(E.output),r&&r.onResult&&r.onResult(E)};for(let E=0;E!o.has(E));if(r&&h.length===0){if(r.failglob===!0)throw new Error(`No matches found for "${e.join(", ")}"`);if(r.nonull===!0||r.nullglob===!0)return r.unescape?e.map(E=>E.replace(/\\/g,"")):e}return h};yi.match=yi;yi.matcher=(t,e)=>Vu(t,e);yi.isMatch=(t,e,r)=>Vu(e,r)(t);yi.any=yi.isMatch;yi.not=(t,e,r={})=>{e=[].concat(e).map(String);let o=new Set,a=[],n=A=>{r.onResult&&r.onResult(A),a.push(A.output)},u=new Set(yi(t,e,{...r,onResult:n}));for(let A of a)u.has(A)||o.add(A);return[...o]};yi.contains=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${RZ.inspect(t)}"`);if(Array.isArray(e))return e.some(o=>yi.contains(t,o,r));if(typeof e=="string"){if(FZ(t)||FZ(e))return!1;if(t.includes(e)||t.startsWith("./")&&t.slice(2).includes(e))return!0}return yi.isMatch(t,e,{...r,contains:!0})};yi.matchKeys=(t,e,r)=>{if(!MN.isObject(t))throw new TypeError("Expected the first argument to be an object");let o=yi(Object.keys(t),e,r),a={};for(let n of o)a[n]=t[n];return a};yi.some=(t,e,r)=>{let o=[].concat(t);for(let a of[].concat(e)){let n=Vu(String(a),r);if(o.some(u=>n(u)))return!0}return!1};yi.every=(t,e,r)=>{let o=[].concat(t);for(let a of[].concat(e)){let n=Vu(String(a),r);if(!o.every(u=>n(u)))return!1}return!0};yi.all=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${RZ.inspect(t)}"`);return[].concat(e).every(o=>Vu(o,r)(t))};yi.capture=(t,e,r)=>{let o=MN.isWindows(r),n=Vu.makeRe(String(t),{...r,capture:!0}).exec(o?MN.toPosixSlashes(e):e);if(n)return n.slice(1).map(u=>u===void 0?"":u)};yi.makeRe=(...t)=>Vu.makeRe(...t);yi.scan=(...t)=>Vu.scan(...t);yi.parse=(t,e)=>{let r=[];for(let o of[].concat(t||[]))for(let a of TZ(String(o),e))r.push(Vu.parse(a,e));return r};yi.braces=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return e&&e.nobrace===!0||!/\{.*\}/.test(t)?[t]:TZ(t,e)};yi.braceExpand=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return yi.braces(t,{...e,expand:!0})};NZ.exports=yi});var OZ=_(($Qt,LZ)=>{"use strict";LZ.exports=({onlyFirst:t=!1}={})=>{let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}});var OS=_((eFt,MZ)=>{"use strict";var rYe=OZ();MZ.exports=t=>typeof t=="string"?t.replace(rYe(),""):t});var _Z=_((tFt,UZ)=>{function nYe(){this.__data__=[],this.size=0}UZ.exports=nYe});var Ny=_((rFt,HZ)=>{function iYe(t,e){return t===e||t!==t&&e!==e}HZ.exports=iYe});var FI=_((nFt,jZ)=>{var sYe=Ny();function oYe(t,e){for(var r=t.length;r--;)if(sYe(t[r][0],e))return r;return-1}jZ.exports=oYe});var qZ=_((iFt,GZ)=>{var aYe=FI(),lYe=Array.prototype,cYe=lYe.splice;function uYe(t){var e=this.__data__,r=aYe(e,t);if(r<0)return!1;var o=e.length-1;return r==o?e.pop():cYe.call(e,r,1),--this.size,!0}GZ.exports=uYe});var WZ=_((sFt,YZ)=>{var AYe=FI();function fYe(t){var e=this.__data__,r=AYe(e,t);return r<0?void 0:e[r][1]}YZ.exports=fYe});var VZ=_((oFt,KZ)=>{var pYe=FI();function hYe(t){return pYe(this.__data__,t)>-1}KZ.exports=hYe});var zZ=_((aFt,JZ)=>{var gYe=FI();function dYe(t,e){var r=this.__data__,o=gYe(r,t);return o<0?(++this.size,r.push([t,e])):r[o][1]=e,this}JZ.exports=dYe});var RI=_((lFt,XZ)=>{var mYe=_Z(),yYe=qZ(),EYe=WZ(),CYe=VZ(),wYe=zZ();function Ly(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e{var IYe=RI();function BYe(){this.__data__=new IYe,this.size=0}ZZ.exports=BYe});var t$=_((uFt,e$)=>{function vYe(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r}e$.exports=vYe});var n$=_((AFt,r$)=>{function DYe(t){return this.__data__.get(t)}r$.exports=DYe});var s$=_((fFt,i$)=>{function SYe(t){return this.__data__.has(t)}i$.exports=SYe});var UN=_((pFt,o$)=>{var PYe=typeof global=="object"&&global&&global.Object===Object&&global;o$.exports=PYe});var _l=_((hFt,a$)=>{var bYe=UN(),xYe=typeof self=="object"&&self&&self.Object===Object&&self,kYe=bYe||xYe||Function("return this")();a$.exports=kYe});var pd=_((gFt,l$)=>{var QYe=_l(),FYe=QYe.Symbol;l$.exports=FYe});var f$=_((dFt,A$)=>{var c$=pd(),u$=Object.prototype,RYe=u$.hasOwnProperty,TYe=u$.toString,TI=c$?c$.toStringTag:void 0;function NYe(t){var e=RYe.call(t,TI),r=t[TI];try{t[TI]=void 0;var o=!0}catch{}var a=TYe.call(t);return o&&(e?t[TI]=r:delete t[TI]),a}A$.exports=NYe});var h$=_((mFt,p$)=>{var LYe=Object.prototype,OYe=LYe.toString;function MYe(t){return OYe.call(t)}p$.exports=MYe});var hd=_((yFt,m$)=>{var g$=pd(),UYe=f$(),_Ye=h$(),HYe="[object Null]",jYe="[object Undefined]",d$=g$?g$.toStringTag:void 0;function GYe(t){return t==null?t===void 0?jYe:HYe:d$&&d$ in Object(t)?UYe(t):_Ye(t)}m$.exports=GYe});var il=_((EFt,y$)=>{function qYe(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}y$.exports=qYe});var MS=_((CFt,E$)=>{var YYe=hd(),WYe=il(),KYe="[object AsyncFunction]",VYe="[object Function]",JYe="[object GeneratorFunction]",zYe="[object Proxy]";function XYe(t){if(!WYe(t))return!1;var e=YYe(t);return e==VYe||e==JYe||e==KYe||e==zYe}E$.exports=XYe});var w$=_((wFt,C$)=>{var ZYe=_l(),$Ye=ZYe["__core-js_shared__"];C$.exports=$Ye});var v$=_((IFt,B$)=>{var _N=w$(),I$=function(){var t=/[^.]+$/.exec(_N&&_N.keys&&_N.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();function eWe(t){return!!I$&&I$ in t}B$.exports=eWe});var HN=_((BFt,D$)=>{var tWe=Function.prototype,rWe=tWe.toString;function nWe(t){if(t!=null){try{return rWe.call(t)}catch{}try{return t+""}catch{}}return""}D$.exports=nWe});var P$=_((vFt,S$)=>{var iWe=MS(),sWe=v$(),oWe=il(),aWe=HN(),lWe=/[\\^$.*+?()[\]{}|]/g,cWe=/^\[object .+?Constructor\]$/,uWe=Function.prototype,AWe=Object.prototype,fWe=uWe.toString,pWe=AWe.hasOwnProperty,hWe=RegExp("^"+fWe.call(pWe).replace(lWe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function gWe(t){if(!oWe(t)||sWe(t))return!1;var e=iWe(t)?hWe:cWe;return e.test(aWe(t))}S$.exports=gWe});var x$=_((DFt,b$)=>{function dWe(t,e){return t?.[e]}b$.exports=dWe});var zp=_((SFt,k$)=>{var mWe=P$(),yWe=x$();function EWe(t,e){var r=yWe(t,e);return mWe(r)?r:void 0}k$.exports=EWe});var US=_((PFt,Q$)=>{var CWe=zp(),wWe=_l(),IWe=CWe(wWe,"Map");Q$.exports=IWe});var NI=_((bFt,F$)=>{var BWe=zp(),vWe=BWe(Object,"create");F$.exports=vWe});var N$=_((xFt,T$)=>{var R$=NI();function DWe(){this.__data__=R$?R$(null):{},this.size=0}T$.exports=DWe});var O$=_((kFt,L$)=>{function SWe(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}L$.exports=SWe});var U$=_((QFt,M$)=>{var PWe=NI(),bWe="__lodash_hash_undefined__",xWe=Object.prototype,kWe=xWe.hasOwnProperty;function QWe(t){var e=this.__data__;if(PWe){var r=e[t];return r===bWe?void 0:r}return kWe.call(e,t)?e[t]:void 0}M$.exports=QWe});var H$=_((FFt,_$)=>{var FWe=NI(),RWe=Object.prototype,TWe=RWe.hasOwnProperty;function NWe(t){var e=this.__data__;return FWe?e[t]!==void 0:TWe.call(e,t)}_$.exports=NWe});var G$=_((RFt,j$)=>{var LWe=NI(),OWe="__lodash_hash_undefined__";function MWe(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=LWe&&e===void 0?OWe:e,this}j$.exports=MWe});var Y$=_((TFt,q$)=>{var UWe=N$(),_We=O$(),HWe=U$(),jWe=H$(),GWe=G$();function Oy(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e{var W$=Y$(),qWe=RI(),YWe=US();function WWe(){this.size=0,this.__data__={hash:new W$,map:new(YWe||qWe),string:new W$}}K$.exports=WWe});var z$=_((LFt,J$)=>{function KWe(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}J$.exports=KWe});var LI=_((OFt,X$)=>{var VWe=z$();function JWe(t,e){var r=t.__data__;return VWe(e)?r[typeof e=="string"?"string":"hash"]:r.map}X$.exports=JWe});var $$=_((MFt,Z$)=>{var zWe=LI();function XWe(t){var e=zWe(this,t).delete(t);return this.size-=e?1:0,e}Z$.exports=XWe});var tee=_((UFt,eee)=>{var ZWe=LI();function $We(t){return ZWe(this,t).get(t)}eee.exports=$We});var nee=_((_Ft,ree)=>{var eKe=LI();function tKe(t){return eKe(this,t).has(t)}ree.exports=tKe});var see=_((HFt,iee)=>{var rKe=LI();function nKe(t,e){var r=rKe(this,t),o=r.size;return r.set(t,e),this.size+=r.size==o?0:1,this}iee.exports=nKe});var _S=_((jFt,oee)=>{var iKe=V$(),sKe=$$(),oKe=tee(),aKe=nee(),lKe=see();function My(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e{var cKe=RI(),uKe=US(),AKe=_S(),fKe=200;function pKe(t,e){var r=this.__data__;if(r instanceof cKe){var o=r.__data__;if(!uKe||o.length{var hKe=RI(),gKe=$Z(),dKe=t$(),mKe=n$(),yKe=s$(),EKe=lee();function Uy(t){var e=this.__data__=new hKe(t);this.size=e.size}Uy.prototype.clear=gKe;Uy.prototype.delete=dKe;Uy.prototype.get=mKe;Uy.prototype.has=yKe;Uy.prototype.set=EKe;cee.exports=Uy});var Aee=_((YFt,uee)=>{var CKe="__lodash_hash_undefined__";function wKe(t){return this.__data__.set(t,CKe),this}uee.exports=wKe});var pee=_((WFt,fee)=>{function IKe(t){return this.__data__.has(t)}fee.exports=IKe});var gee=_((KFt,hee)=>{var BKe=_S(),vKe=Aee(),DKe=pee();function jS(t){var e=-1,r=t==null?0:t.length;for(this.__data__=new BKe;++e{function SKe(t,e){for(var r=-1,o=t==null?0:t.length;++r{function PKe(t,e){return t.has(e)}yee.exports=PKe});var jN=_((zFt,Cee)=>{var bKe=gee(),xKe=mee(),kKe=Eee(),QKe=1,FKe=2;function RKe(t,e,r,o,a,n){var u=r&QKe,A=t.length,p=e.length;if(A!=p&&!(u&&p>A))return!1;var h=n.get(t),E=n.get(e);if(h&&E)return h==e&&E==t;var I=-1,v=!0,x=r&FKe?new bKe:void 0;for(n.set(t,e),n.set(e,t);++I{var TKe=_l(),NKe=TKe.Uint8Array;wee.exports=NKe});var Bee=_((ZFt,Iee)=>{function LKe(t){var e=-1,r=Array(t.size);return t.forEach(function(o,a){r[++e]=[a,o]}),r}Iee.exports=LKe});var Dee=_(($Ft,vee)=>{function OKe(t){var e=-1,r=Array(t.size);return t.forEach(function(o){r[++e]=o}),r}vee.exports=OKe});var kee=_((eRt,xee)=>{var See=pd(),Pee=GN(),MKe=Ny(),UKe=jN(),_Ke=Bee(),HKe=Dee(),jKe=1,GKe=2,qKe="[object Boolean]",YKe="[object Date]",WKe="[object Error]",KKe="[object Map]",VKe="[object Number]",JKe="[object RegExp]",zKe="[object Set]",XKe="[object String]",ZKe="[object Symbol]",$Ke="[object ArrayBuffer]",eVe="[object DataView]",bee=See?See.prototype:void 0,qN=bee?bee.valueOf:void 0;function tVe(t,e,r,o,a,n,u){switch(r){case eVe:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case $Ke:return!(t.byteLength!=e.byteLength||!n(new Pee(t),new Pee(e)));case qKe:case YKe:case VKe:return MKe(+t,+e);case WKe:return t.name==e.name&&t.message==e.message;case JKe:case XKe:return t==e+"";case KKe:var A=_Ke;case zKe:var p=o&jKe;if(A||(A=HKe),t.size!=e.size&&!p)return!1;var h=u.get(t);if(h)return h==e;o|=GKe,u.set(t,e);var E=UKe(A(t),A(e),o,a,n,u);return u.delete(t),E;case ZKe:if(qN)return qN.call(t)==qN.call(e)}return!1}xee.exports=tVe});var GS=_((tRt,Qee)=>{function rVe(t,e){for(var r=-1,o=e.length,a=t.length;++r{var nVe=Array.isArray;Fee.exports=nVe});var YN=_((nRt,Ree)=>{var iVe=GS(),sVe=Hl();function oVe(t,e,r){var o=e(t);return sVe(t)?o:iVe(o,r(t))}Ree.exports=oVe});var Nee=_((iRt,Tee)=>{function aVe(t,e){for(var r=-1,o=t==null?0:t.length,a=0,n=[];++r{function lVe(){return[]}Lee.exports=lVe});var qS=_((oRt,Mee)=>{var cVe=Nee(),uVe=WN(),AVe=Object.prototype,fVe=AVe.propertyIsEnumerable,Oee=Object.getOwnPropertySymbols,pVe=Oee?function(t){return t==null?[]:(t=Object(t),cVe(Oee(t),function(e){return fVe.call(t,e)}))}:uVe;Mee.exports=pVe});var _ee=_((aRt,Uee)=>{function hVe(t,e){for(var r=-1,o=Array(t);++r{function gVe(t){return t!=null&&typeof t=="object"}Hee.exports=gVe});var Gee=_((cRt,jee)=>{var dVe=hd(),mVe=Ju(),yVe="[object Arguments]";function EVe(t){return mVe(t)&&dVe(t)==yVe}jee.exports=EVe});var OI=_((uRt,Wee)=>{var qee=Gee(),CVe=Ju(),Yee=Object.prototype,wVe=Yee.hasOwnProperty,IVe=Yee.propertyIsEnumerable,BVe=qee(function(){return arguments}())?qee:function(t){return CVe(t)&&wVe.call(t,"callee")&&!IVe.call(t,"callee")};Wee.exports=BVe});var Vee=_((ARt,Kee)=>{function vVe(){return!1}Kee.exports=vVe});var UI=_((MI,_y)=>{var DVe=_l(),SVe=Vee(),Xee=typeof MI=="object"&&MI&&!MI.nodeType&&MI,Jee=Xee&&typeof _y=="object"&&_y&&!_y.nodeType&&_y,PVe=Jee&&Jee.exports===Xee,zee=PVe?DVe.Buffer:void 0,bVe=zee?zee.isBuffer:void 0,xVe=bVe||SVe;_y.exports=xVe});var _I=_((fRt,Zee)=>{var kVe=9007199254740991,QVe=/^(?:0|[1-9]\d*)$/;function FVe(t,e){var r=typeof t;return e=e??kVe,!!e&&(r=="number"||r!="symbol"&&QVe.test(t))&&t>-1&&t%1==0&&t{var RVe=9007199254740991;function TVe(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=RVe}$ee.exports=TVe});var tte=_((hRt,ete)=>{var NVe=hd(),LVe=YS(),OVe=Ju(),MVe="[object Arguments]",UVe="[object Array]",_Ve="[object Boolean]",HVe="[object Date]",jVe="[object Error]",GVe="[object Function]",qVe="[object Map]",YVe="[object Number]",WVe="[object Object]",KVe="[object RegExp]",VVe="[object Set]",JVe="[object String]",zVe="[object WeakMap]",XVe="[object ArrayBuffer]",ZVe="[object DataView]",$Ve="[object Float32Array]",eJe="[object Float64Array]",tJe="[object Int8Array]",rJe="[object Int16Array]",nJe="[object Int32Array]",iJe="[object Uint8Array]",sJe="[object Uint8ClampedArray]",oJe="[object Uint16Array]",aJe="[object Uint32Array]",ui={};ui[$Ve]=ui[eJe]=ui[tJe]=ui[rJe]=ui[nJe]=ui[iJe]=ui[sJe]=ui[oJe]=ui[aJe]=!0;ui[MVe]=ui[UVe]=ui[XVe]=ui[_Ve]=ui[ZVe]=ui[HVe]=ui[jVe]=ui[GVe]=ui[qVe]=ui[YVe]=ui[WVe]=ui[KVe]=ui[VVe]=ui[JVe]=ui[zVe]=!1;function lJe(t){return OVe(t)&&LVe(t.length)&&!!ui[NVe(t)]}ete.exports=lJe});var WS=_((gRt,rte)=>{function cJe(t){return function(e){return t(e)}}rte.exports=cJe});var KS=_((HI,Hy)=>{var uJe=UN(),nte=typeof HI=="object"&&HI&&!HI.nodeType&&HI,jI=nte&&typeof Hy=="object"&&Hy&&!Hy.nodeType&&Hy,AJe=jI&&jI.exports===nte,KN=AJe&&uJe.process,fJe=function(){try{var t=jI&&jI.require&&jI.require("util").types;return t||KN&&KN.binding&&KN.binding("util")}catch{}}();Hy.exports=fJe});var VS=_((dRt,ote)=>{var pJe=tte(),hJe=WS(),ite=KS(),ste=ite&&ite.isTypedArray,gJe=ste?hJe(ste):pJe;ote.exports=gJe});var VN=_((mRt,ate)=>{var dJe=_ee(),mJe=OI(),yJe=Hl(),EJe=UI(),CJe=_I(),wJe=VS(),IJe=Object.prototype,BJe=IJe.hasOwnProperty;function vJe(t,e){var r=yJe(t),o=!r&&mJe(t),a=!r&&!o&&EJe(t),n=!r&&!o&&!a&&wJe(t),u=r||o||a||n,A=u?dJe(t.length,String):[],p=A.length;for(var h in t)(e||BJe.call(t,h))&&!(u&&(h=="length"||a&&(h=="offset"||h=="parent")||n&&(h=="buffer"||h=="byteLength"||h=="byteOffset")||CJe(h,p)))&&A.push(h);return A}ate.exports=vJe});var JS=_((yRt,lte)=>{var DJe=Object.prototype;function SJe(t){var e=t&&t.constructor,r=typeof e=="function"&&e.prototype||DJe;return t===r}lte.exports=SJe});var JN=_((ERt,cte)=>{function PJe(t,e){return function(r){return t(e(r))}}cte.exports=PJe});var Ate=_((CRt,ute)=>{var bJe=JN(),xJe=bJe(Object.keys,Object);ute.exports=xJe});var pte=_((wRt,fte)=>{var kJe=JS(),QJe=Ate(),FJe=Object.prototype,RJe=FJe.hasOwnProperty;function TJe(t){if(!kJe(t))return QJe(t);var e=[];for(var r in Object(t))RJe.call(t,r)&&r!="constructor"&&e.push(r);return e}fte.exports=TJe});var GI=_((IRt,hte)=>{var NJe=MS(),LJe=YS();function OJe(t){return t!=null&&LJe(t.length)&&!NJe(t)}hte.exports=OJe});var zS=_((BRt,gte)=>{var MJe=VN(),UJe=pte(),_Je=GI();function HJe(t){return _Je(t)?MJe(t):UJe(t)}gte.exports=HJe});var zN=_((vRt,dte)=>{var jJe=YN(),GJe=qS(),qJe=zS();function YJe(t){return jJe(t,qJe,GJe)}dte.exports=YJe});var Ete=_((DRt,yte)=>{var mte=zN(),WJe=1,KJe=Object.prototype,VJe=KJe.hasOwnProperty;function JJe(t,e,r,o,a,n){var u=r&WJe,A=mte(t),p=A.length,h=mte(e),E=h.length;if(p!=E&&!u)return!1;for(var I=p;I--;){var v=A[I];if(!(u?v in e:VJe.call(e,v)))return!1}var x=n.get(t),C=n.get(e);if(x&&C)return x==e&&C==t;var R=!0;n.set(t,e),n.set(e,t);for(var L=u;++I{var zJe=zp(),XJe=_l(),ZJe=zJe(XJe,"DataView");Cte.exports=ZJe});var Bte=_((PRt,Ite)=>{var $Je=zp(),eze=_l(),tze=$Je(eze,"Promise");Ite.exports=tze});var Dte=_((bRt,vte)=>{var rze=zp(),nze=_l(),ize=rze(nze,"Set");vte.exports=ize});var Pte=_((xRt,Ste)=>{var sze=zp(),oze=_l(),aze=sze(oze,"WeakMap");Ste.exports=aze});var qI=_((kRt,Tte)=>{var XN=wte(),ZN=US(),$N=Bte(),eL=Dte(),tL=Pte(),Rte=hd(),jy=HN(),bte="[object Map]",lze="[object Object]",xte="[object Promise]",kte="[object Set]",Qte="[object WeakMap]",Fte="[object DataView]",cze=jy(XN),uze=jy(ZN),Aze=jy($N),fze=jy(eL),pze=jy(tL),gd=Rte;(XN&&gd(new XN(new ArrayBuffer(1)))!=Fte||ZN&&gd(new ZN)!=bte||$N&&gd($N.resolve())!=xte||eL&&gd(new eL)!=kte||tL&&gd(new tL)!=Qte)&&(gd=function(t){var e=Rte(t),r=e==lze?t.constructor:void 0,o=r?jy(r):"";if(o)switch(o){case cze:return Fte;case uze:return bte;case Aze:return xte;case fze:return kte;case pze:return Qte}return e});Tte.exports=gd});var jte=_((QRt,Hte)=>{var rL=HS(),hze=jN(),gze=kee(),dze=Ete(),Nte=qI(),Lte=Hl(),Ote=UI(),mze=VS(),yze=1,Mte="[object Arguments]",Ute="[object Array]",XS="[object Object]",Eze=Object.prototype,_te=Eze.hasOwnProperty;function Cze(t,e,r,o,a,n){var u=Lte(t),A=Lte(e),p=u?Ute:Nte(t),h=A?Ute:Nte(e);p=p==Mte?XS:p,h=h==Mte?XS:h;var E=p==XS,I=h==XS,v=p==h;if(v&&Ote(t)){if(!Ote(e))return!1;u=!0,E=!1}if(v&&!E)return n||(n=new rL),u||mze(t)?hze(t,e,r,o,a,n):gze(t,e,p,r,o,a,n);if(!(r&yze)){var x=E&&_te.call(t,"__wrapped__"),C=I&&_te.call(e,"__wrapped__");if(x||C){var R=x?t.value():t,L=C?e.value():e;return n||(n=new rL),a(R,L,r,o,n)}}return v?(n||(n=new rL),dze(t,e,r,o,a,n)):!1}Hte.exports=Cze});var Wte=_((FRt,Yte)=>{var wze=jte(),Gte=Ju();function qte(t,e,r,o,a){return t===e?!0:t==null||e==null||!Gte(t)&&!Gte(e)?t!==t&&e!==e:wze(t,e,r,o,qte,a)}Yte.exports=qte});var Vte=_((RRt,Kte)=>{var Ize=Wte();function Bze(t,e){return Ize(t,e)}Kte.exports=Bze});var nL=_((TRt,Jte)=>{var vze=zp(),Dze=function(){try{var t=vze(Object,"defineProperty");return t({},"",{}),t}catch{}}();Jte.exports=Dze});var ZS=_((NRt,Xte)=>{var zte=nL();function Sze(t,e,r){e=="__proto__"&&zte?zte(t,e,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[e]=r}Xte.exports=Sze});var iL=_((LRt,Zte)=>{var Pze=ZS(),bze=Ny();function xze(t,e,r){(r!==void 0&&!bze(t[e],r)||r===void 0&&!(e in t))&&Pze(t,e,r)}Zte.exports=xze});var ere=_((ORt,$te)=>{function kze(t){return function(e,r,o){for(var a=-1,n=Object(e),u=o(e),A=u.length;A--;){var p=u[t?A:++a];if(r(n[p],p,n)===!1)break}return e}}$te.exports=kze});var rre=_((MRt,tre)=>{var Qze=ere(),Fze=Qze();tre.exports=Fze});var sL=_((YI,Gy)=>{var Rze=_l(),ore=typeof YI=="object"&&YI&&!YI.nodeType&&YI,nre=ore&&typeof Gy=="object"&&Gy&&!Gy.nodeType&&Gy,Tze=nre&&nre.exports===ore,ire=Tze?Rze.Buffer:void 0,sre=ire?ire.allocUnsafe:void 0;function Nze(t,e){if(e)return t.slice();var r=t.length,o=sre?sre(r):new t.constructor(r);return t.copy(o),o}Gy.exports=Nze});var $S=_((URt,lre)=>{var are=GN();function Lze(t){var e=new t.constructor(t.byteLength);return new are(e).set(new are(t)),e}lre.exports=Lze});var oL=_((_Rt,cre)=>{var Oze=$S();function Mze(t,e){var r=e?Oze(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}cre.exports=Mze});var eP=_((HRt,ure)=>{function Uze(t,e){var r=-1,o=t.length;for(e||(e=Array(o));++r{var _ze=il(),Are=Object.create,Hze=function(){function t(){}return function(e){if(!_ze(e))return{};if(Are)return Are(e);t.prototype=e;var r=new t;return t.prototype=void 0,r}}();fre.exports=Hze});var tP=_((GRt,hre)=>{var jze=JN(),Gze=jze(Object.getPrototypeOf,Object);hre.exports=Gze});var aL=_((qRt,gre)=>{var qze=pre(),Yze=tP(),Wze=JS();function Kze(t){return typeof t.constructor=="function"&&!Wze(t)?qze(Yze(t)):{}}gre.exports=Kze});var mre=_((YRt,dre)=>{var Vze=GI(),Jze=Ju();function zze(t){return Jze(t)&&Vze(t)}dre.exports=zze});var lL=_((WRt,Ere)=>{var Xze=hd(),Zze=tP(),$ze=Ju(),eXe="[object Object]",tXe=Function.prototype,rXe=Object.prototype,yre=tXe.toString,nXe=rXe.hasOwnProperty,iXe=yre.call(Object);function sXe(t){if(!$ze(t)||Xze(t)!=eXe)return!1;var e=Zze(t);if(e===null)return!0;var r=nXe.call(e,"constructor")&&e.constructor;return typeof r=="function"&&r instanceof r&&yre.call(r)==iXe}Ere.exports=sXe});var cL=_((KRt,Cre)=>{function oXe(t,e){if(!(e==="constructor"&&typeof t[e]=="function")&&e!="__proto__")return t[e]}Cre.exports=oXe});var rP=_((VRt,wre)=>{var aXe=ZS(),lXe=Ny(),cXe=Object.prototype,uXe=cXe.hasOwnProperty;function AXe(t,e,r){var o=t[e];(!(uXe.call(t,e)&&lXe(o,r))||r===void 0&&!(e in t))&&aXe(t,e,r)}wre.exports=AXe});var dd=_((JRt,Ire)=>{var fXe=rP(),pXe=ZS();function hXe(t,e,r,o){var a=!r;r||(r={});for(var n=-1,u=e.length;++n{function gXe(t){var e=[];if(t!=null)for(var r in Object(t))e.push(r);return e}Bre.exports=gXe});var Sre=_((XRt,Dre)=>{var dXe=il(),mXe=JS(),yXe=vre(),EXe=Object.prototype,CXe=EXe.hasOwnProperty;function wXe(t){if(!dXe(t))return yXe(t);var e=mXe(t),r=[];for(var o in t)o=="constructor"&&(e||!CXe.call(t,o))||r.push(o);return r}Dre.exports=wXe});var qy=_((ZRt,Pre)=>{var IXe=VN(),BXe=Sre(),vXe=GI();function DXe(t){return vXe(t)?IXe(t,!0):BXe(t)}Pre.exports=DXe});var xre=_(($Rt,bre)=>{var SXe=dd(),PXe=qy();function bXe(t){return SXe(t,PXe(t))}bre.exports=bXe});var Nre=_((eTt,Tre)=>{var kre=iL(),xXe=sL(),kXe=oL(),QXe=eP(),FXe=aL(),Qre=OI(),Fre=Hl(),RXe=mre(),TXe=UI(),NXe=MS(),LXe=il(),OXe=lL(),MXe=VS(),Rre=cL(),UXe=xre();function _Xe(t,e,r,o,a,n,u){var A=Rre(t,r),p=Rre(e,r),h=u.get(p);if(h){kre(t,r,h);return}var E=n?n(A,p,r+"",t,e,u):void 0,I=E===void 0;if(I){var v=Fre(p),x=!v&&TXe(p),C=!v&&!x&&MXe(p);E=p,v||x||C?Fre(A)?E=A:RXe(A)?E=QXe(A):x?(I=!1,E=xXe(p,!0)):C?(I=!1,E=kXe(p,!0)):E=[]:OXe(p)||Qre(p)?(E=A,Qre(A)?E=UXe(A):(!LXe(A)||NXe(A))&&(E=FXe(p))):I=!1}I&&(u.set(p,E),a(E,p,o,n,u),u.delete(p)),kre(t,r,E)}Tre.exports=_Xe});var Mre=_((tTt,Ore)=>{var HXe=HS(),jXe=iL(),GXe=rre(),qXe=Nre(),YXe=il(),WXe=qy(),KXe=cL();function Lre(t,e,r,o,a){t!==e&&GXe(e,function(n,u){if(a||(a=new HXe),YXe(n))qXe(t,e,u,r,Lre,o,a);else{var A=o?o(KXe(t,u),n,u+"",t,e,a):void 0;A===void 0&&(A=n),jXe(t,u,A)}},WXe)}Ore.exports=Lre});var uL=_((rTt,Ure)=>{function VXe(t){return t}Ure.exports=VXe});var Hre=_((nTt,_re)=>{function JXe(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)}_re.exports=JXe});var AL=_((iTt,Gre)=>{var zXe=Hre(),jre=Math.max;function XXe(t,e,r){return e=jre(e===void 0?t.length-1:e,0),function(){for(var o=arguments,a=-1,n=jre(o.length-e,0),u=Array(n);++a{function ZXe(t){return function(){return t}}qre.exports=ZXe});var Vre=_((oTt,Kre)=>{var $Xe=Yre(),Wre=nL(),eZe=uL(),tZe=Wre?function(t,e){return Wre(t,"toString",{configurable:!0,enumerable:!1,value:$Xe(e),writable:!0})}:eZe;Kre.exports=tZe});var zre=_((aTt,Jre)=>{var rZe=800,nZe=16,iZe=Date.now;function sZe(t){var e=0,r=0;return function(){var o=iZe(),a=nZe-(o-r);if(r=o,a>0){if(++e>=rZe)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}Jre.exports=sZe});var fL=_((lTt,Xre)=>{var oZe=Vre(),aZe=zre(),lZe=aZe(oZe);Xre.exports=lZe});var $re=_((cTt,Zre)=>{var cZe=uL(),uZe=AL(),AZe=fL();function fZe(t,e){return AZe(uZe(t,e,cZe),t+"")}Zre.exports=fZe});var tne=_((uTt,ene)=>{var pZe=Ny(),hZe=GI(),gZe=_I(),dZe=il();function mZe(t,e,r){if(!dZe(r))return!1;var o=typeof e;return(o=="number"?hZe(r)&&gZe(e,r.length):o=="string"&&e in r)?pZe(r[e],t):!1}ene.exports=mZe});var nne=_((ATt,rne)=>{var yZe=$re(),EZe=tne();function CZe(t){return yZe(function(e,r){var o=-1,a=r.length,n=a>1?r[a-1]:void 0,u=a>2?r[2]:void 0;for(n=t.length>3&&typeof n=="function"?(a--,n):void 0,u&&EZe(r[0],r[1],u)&&(n=a<3?void 0:n,a=1),e=Object(e);++o{var wZe=Mre(),IZe=nne(),BZe=IZe(function(t,e,r,o){wZe(t,e,r,o)});ine.exports=BZe});var _e={};Vt(_e,{AsyncActions:()=>gL,BufferStream:()=>hL,CachingStrategy:()=>mne,DefaultStream:()=>dL,allSettledSafe:()=>Uc,assertNever:()=>yL,bufferStream:()=>Vy,buildIgnorePattern:()=>kZe,convertMapsToIndexableObjects:()=>iP,dynamicRequire:()=>Df,escapeRegExp:()=>DZe,getArrayWithDefault:()=>Yy,getFactoryWithDefault:()=>ol,getMapWithDefault:()=>Wy,getSetWithDefault:()=>md,groupBy:()=>wL,isIndexableObject:()=>pL,isPathLike:()=>QZe,isTaggedYarnVersion:()=>vZe,makeDeferred:()=>hne,mapAndFilter:()=>sl,mapAndFind:()=>KI,mergeIntoTarget:()=>Ene,overrideType:()=>SZe,parseBoolean:()=>VI,parseInt:()=>Jy,parseOptionalBoolean:()=>yne,plural:()=>nP,prettifyAsyncErrors:()=>Ky,prettifySyncErrors:()=>EL,releaseAfterUseAsync:()=>bZe,replaceEnvVariables:()=>sP,sortMap:()=>ks,toMerged:()=>FZe,tryParseOptionalBoolean:()=>CL,validateEnum:()=>PZe});function vZe(t){return!!(Ane.default.valid(t)&&t.match(/^[^-]+(-rc\.[0-9]+)?$/))}function nP(t,{one:e,more:r,zero:o=r}){return t===0?o:t===1?e:r}function DZe(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function SZe(t){}function yL(t){throw new Error(`Assertion failed: Unexpected object '${t}'`)}function PZe(t,e){let r=Object.values(t);if(!r.includes(e))throw new it(`Invalid value for enumeration: ${JSON.stringify(e)} (expected one of ${r.map(o=>JSON.stringify(o)).join(", ")})`);return e}function sl(t,e){let r=[];for(let o of t){let a=e(o);a!==fne&&r.push(a)}return r}function KI(t,e){for(let r of t){let o=e(r);if(o!==pne)return o}}function pL(t){return typeof t=="object"&&t!==null}async function Uc(t){let e=await Promise.allSettled(t),r=[];for(let o of e){if(o.status==="rejected")throw o.reason;r.push(o.value)}return r}function iP(t){if(t instanceof Map&&(t=Object.fromEntries(t)),pL(t))for(let e of Object.keys(t)){let r=t[e];pL(r)&&(t[e]=iP(r))}return t}function ol(t,e,r){let o=t.get(e);return typeof o>"u"&&t.set(e,o=r()),o}function Yy(t,e){let r=t.get(e);return typeof r>"u"&&t.set(e,r=[]),r}function md(t,e){let r=t.get(e);return typeof r>"u"&&t.set(e,r=new Set),r}function Wy(t,e){let r=t.get(e);return typeof r>"u"&&t.set(e,r=new Map),r}async function bZe(t,e){if(e==null)return await t();try{return await t()}finally{await e()}}async function Ky(t,e){try{return await t()}catch(r){throw r.message=e(r.message),r}}function EL(t,e){try{return t()}catch(r){throw r.message=e(r.message),r}}async function Vy(t){return await new Promise((e,r)=>{let o=[];t.on("error",a=>{r(a)}),t.on("data",a=>{o.push(a)}),t.on("end",()=>{e(Buffer.concat(o))})})}function hne(){let t,e;return{promise:new Promise((o,a)=>{t=o,e=a}),resolve:t,reject:e}}function gne(t){return WI(ue.fromPortablePath(t))}function dne(path){let physicalPath=ue.fromPortablePath(path),currentCacheEntry=WI.cache[physicalPath];delete WI.cache[physicalPath];let result;try{result=gne(physicalPath);let freshCacheEntry=WI.cache[physicalPath],dynamicModule=eval("module"),freshCacheIndex=dynamicModule.children.indexOf(freshCacheEntry);freshCacheIndex!==-1&&dynamicModule.children.splice(freshCacheIndex,1)}finally{WI.cache[physicalPath]=currentCacheEntry}return result}function xZe(t){let e=one.get(t),r=oe.statSync(t);if(e?.mtime===r.mtimeMs)return e.instance;let o=dne(t);return one.set(t,{mtime:r.mtimeMs,instance:o}),o}function Df(t,{cachingStrategy:e=2}={}){switch(e){case 0:return dne(t);case 1:return xZe(t);case 2:return gne(t);default:throw new Error("Unsupported caching strategy")}}function ks(t,e){let r=Array.from(t);Array.isArray(e)||(e=[e]);let o=[];for(let n of e)o.push(r.map(u=>n(u)));let a=r.map((n,u)=>u);return a.sort((n,u)=>{for(let A of o){let p=A[n]A[u]?1:0;if(p!==0)return p}return 0}),a.map(n=>r[n])}function kZe(t){return t.length===0?null:t.map(e=>`(${cne.default.makeRe(e,{windows:!1,dot:!0}).source})`).join("|")}function sP(t,{env:e}){let r=/\${(?[\d\w_]+)(?:)?(?:-(?[^}]*))?}/g;return t.replace(r,(...o)=>{let{variableName:a,colon:n,fallback:u}=o[o.length-1],A=Object.hasOwn(e,a),p=e[a];if(p||A&&!n)return p;if(u!=null)return u;throw new it(`Environment variable not found (${a})`)})}function VI(t){switch(t){case"true":case"1":case 1:case!0:return!0;case"false":case"0":case 0:case!1:return!1;default:throw new Error(`Couldn't parse "${t}" as a boolean`)}}function yne(t){return typeof t>"u"?t:VI(t)}function CL(t){try{return yne(t)}catch{return null}}function QZe(t){return!!(ue.isAbsolute(t)||t.match(/^(\.{1,2}|~)\//))}function Ene(t,...e){let r=u=>({value:u}),o=r(t),a=e.map(u=>r(u)),{value:n}=(0,lne.default)(o,...a,(u,A)=>{if(Array.isArray(u)&&Array.isArray(A)){for(let p of A)u.find(h=>(0,ane.default)(h,p))||u.push(p);return u}});return n}function FZe(...t){return Ene({},...t)}function wL(t,e){let r=Object.create(null);for(let o of t){let a=o[e];r[a]??=[],r[a].push(o)}return r}function Jy(t){return typeof t=="string"?Number.parseInt(t,10):t}var ane,lne,cne,une,Ane,mL,fne,pne,hL,gL,dL,WI,one,mne,jl=Et(()=>{St();jt();ane=$e(Vte()),lne=$e(sne()),cne=$e(Zo()),une=$e(id()),Ane=$e(zn()),mL=ve("stream");fne=Symbol();sl.skip=fne;pne=Symbol();KI.skip=pne;hL=class extends mL.Transform{constructor(){super(...arguments);this.chunks=[]}_transform(r,o,a){if(o!=="buffer"||!Buffer.isBuffer(r))throw new Error("Assertion failed: BufferStream only accept buffers");this.chunks.push(r),a(null,null)}_flush(r){r(null,Buffer.concat(this.chunks))}};gL=class{constructor(e){this.deferred=new Map;this.promises=new Map;this.limit=(0,une.default)(e)}set(e,r){let o=this.deferred.get(e);typeof o>"u"&&this.deferred.set(e,o=hne());let a=this.limit(()=>r());return this.promises.set(e,a),a.then(()=>{this.promises.get(e)===a&&o.resolve()},n=>{this.promises.get(e)===a&&o.reject(n)}),o.promise}reduce(e,r){let o=this.promises.get(e)??Promise.resolve();this.set(e,()=>r(o))}async wait(){await Promise.all(this.promises.values())}},dL=class extends mL.Transform{constructor(r=Buffer.alloc(0)){super();this.active=!0;this.ifEmpty=r}_transform(r,o,a){if(o!=="buffer"||!Buffer.isBuffer(r))throw new Error("Assertion failed: DefaultStream only accept buffers");this.active=!1,a(null,r)}_flush(r){this.active&&this.ifEmpty.length>0?r(null,this.ifEmpty):r(null)}},WI=eval("require");one=new Map;mne=(o=>(o[o.NoCache=0]="NoCache",o[o.FsTime=1]="FsTime",o[o.Node=2]="Node",o))(mne||{})});var zy,IL,BL,Cne=Et(()=>{zy=(r=>(r.HARD="HARD",r.SOFT="SOFT",r))(zy||{}),IL=(o=>(o.Dependency="Dependency",o.PeerDependency="PeerDependency",o.PeerDependencyMeta="PeerDependencyMeta",o))(IL||{}),BL=(o=>(o.Inactive="inactive",o.Redundant="redundant",o.Active="active",o))(BL||{})});var de={};Vt(de,{LogLevel:()=>uP,Style:()=>aP,Type:()=>yt,addLogFilterSupport:()=>XI,applyColor:()=>Vs,applyHyperlink:()=>Zy,applyStyle:()=>yd,json:()=>Ed,jsonOrPretty:()=>NZe,mark:()=>bL,pretty:()=>Mt,prettyField:()=>zu,prettyList:()=>PL,prettyTruncatedLocatorList:()=>cP,stripAnsi:()=>Xy.default,supportsColor:()=>lP,supportsHyperlinks:()=>SL,tuple:()=>_c});function wne(t){let e=["KiB","MiB","GiB","TiB"],r=e.length;for(;r>1&&t<1024**r;)r-=1;let o=1024**r;return`${Math.floor(t*100/o)/100} ${e[r-1]}`}function _c(t,e){return[e,t]}function yd(t,e,r){return t.get("enableColors")&&r&2&&(e=zI.default.bold(e)),e}function Vs(t,e,r){if(!t.get("enableColors"))return e;let o=RZe.get(r);if(o===null)return e;let a=typeof o>"u"?r:DL.level>=3?o[0]:o[1],n=typeof a=="number"?vL.ansi256(a):a.startsWith("#")?vL.hex(a):vL[a];if(typeof n!="function")throw new Error(`Invalid format type ${a}`);return n(e)}function Zy(t,e,r){return t.get("enableHyperlinks")?TZe?`\x1B]8;;${r}\x1B\\${e}\x1B]8;;\x1B\\`:`\x1B]8;;${r}\x07${e}\x1B]8;;\x07`:e}function Mt(t,e,r){if(e===null)return Vs(t,"null",yt.NULL);if(Object.hasOwn(oP,r))return oP[r].pretty(t,e);if(typeof e!="string")throw new Error(`Assertion failed: Expected the value to be a string, got ${typeof e}`);return Vs(t,e,r)}function PL(t,e,r,{separator:o=", "}={}){return[...e].map(a=>Mt(t,a,r)).join(o)}function Ed(t,e){if(t===null)return null;if(Object.hasOwn(oP,e))return oP[e].json(t);if(typeof t!="string")throw new Error(`Assertion failed: Expected the value to be a string, got ${typeof t}`);return t}function NZe(t,e,[r,o]){return t?Ed(r,o):Mt(e,r,o)}function bL(t){return{Check:Vs(t,"\u2713","green"),Cross:Vs(t,"\u2718","red"),Question:Vs(t,"?","cyan")}}function zu(t,{label:e,value:[r,o]}){return`${Mt(t,e,yt.CODE)}: ${Mt(t,r,o)}`}function cP(t,e,r){let o=[],a=[...e],n=r;for(;a.length>0;){let h=a[0],E=`${jr(t,h)}, `,I=xL(h).length+2;if(o.length>0&&nh).join("").slice(0,-2);let u="X".repeat(a.length.toString().length),A=`and ${u} more.`,p=a.length;for(;o.length>1&&nh).join(""),A.replace(u,Mt(t,p,yt.NUMBER))].join("")}function XI(t,{configuration:e}){let r=e.get("logFilters"),o=new Map,a=new Map,n=[];for(let I of r){let v=I.get("level");if(typeof v>"u")continue;let x=I.get("code");typeof x<"u"&&o.set(x,v);let C=I.get("text");typeof C<"u"&&a.set(C,v);let R=I.get("pattern");typeof R<"u"&&n.push([Ine.default.matcher(R,{contains:!0}),v])}n.reverse();let u=(I,v,x)=>{if(I===null||I===0)return x;let C=a.size>0||n.length>0?(0,Xy.default)(v):v;if(a.size>0){let R=a.get(C);if(typeof R<"u")return R??x}if(n.length>0){for(let[R,L]of n)if(R(C))return L??x}if(o.size>0){let R=o.get(Wu(I));if(typeof R<"u")return R??x}return x},A=t.reportInfo,p=t.reportWarning,h=t.reportError,E=function(I,v,x,C){switch(u(v,x,C)){case"info":A.call(I,v,x);break;case"warning":p.call(I,v??0,x);break;case"error":h.call(I,v??0,x);break}};t.reportInfo=function(...I){return E(this,...I,"info")},t.reportWarning=function(...I){return E(this,...I,"warning")},t.reportError=function(...I){return E(this,...I,"error")}}var zI,JI,Ine,Xy,Bne,yt,aP,DL,lP,SL,vL,RZe,Po,oP,TZe,uP,Gl=Et(()=>{St();zI=$e(IN()),JI=$e(td());jt();Ine=$e(Zo()),Xy=$e(OS()),Bne=ve("util");fS();bo();yt={NO_HINT:"NO_HINT",ID:"ID",NULL:"NULL",SCOPE:"SCOPE",NAME:"NAME",RANGE:"RANGE",REFERENCE:"REFERENCE",NUMBER:"NUMBER",PATH:"PATH",URL:"URL",ADDED:"ADDED",REMOVED:"REMOVED",CODE:"CODE",INSPECT:"INSPECT",DURATION:"DURATION",SIZE:"SIZE",SIZE_DIFF:"SIZE_DIFF",IDENT:"IDENT",DESCRIPTOR:"DESCRIPTOR",LOCATOR:"LOCATOR",RESOLUTION:"RESOLUTION",DEPENDENT:"DEPENDENT",PACKAGE_EXTENSION:"PACKAGE_EXTENSION",SETTING:"SETTING",MARKDOWN:"MARKDOWN",MARKDOWN_INLINE:"MARKDOWN_INLINE"},aP=(e=>(e[e.BOLD=2]="BOLD",e))(aP||{}),DL=JI.default.GITHUB_ACTIONS?{level:2}:zI.default.supportsColor?{level:zI.default.supportsColor.level}:{level:0},lP=DL.level!==0,SL=lP&&!JI.default.GITHUB_ACTIONS&&!JI.default.CIRCLE&&!JI.default.GITLAB,vL=new zI.default.Instance(DL),RZe=new Map([[yt.NO_HINT,null],[yt.NULL,["#a853b5",129]],[yt.SCOPE,["#d75f00",166]],[yt.NAME,["#d7875f",173]],[yt.RANGE,["#00afaf",37]],[yt.REFERENCE,["#87afff",111]],[yt.NUMBER,["#ffd700",220]],[yt.PATH,["#d75fd7",170]],[yt.URL,["#d75fd7",170]],[yt.ADDED,["#5faf00",70]],[yt.REMOVED,["#ff3131",160]],[yt.CODE,["#87afff",111]],[yt.SIZE,["#ffd700",220]]]),Po=t=>t;oP={[yt.ID]:Po({pretty:(t,e)=>typeof e=="number"?Vs(t,`${e}`,yt.NUMBER):Vs(t,e,yt.CODE),json:t=>t}),[yt.INSPECT]:Po({pretty:(t,e)=>(0,Bne.inspect)(e,{depth:1/0,colors:t.get("enableColors"),compact:!0,breakLength:1/0}),json:t=>t}),[yt.NUMBER]:Po({pretty:(t,e)=>Vs(t,`${e}`,yt.NUMBER),json:t=>t}),[yt.IDENT]:Po({pretty:(t,e)=>cs(t,e),json:t=>fn(t)}),[yt.LOCATOR]:Po({pretty:(t,e)=>jr(t,e),json:t=>ba(t)}),[yt.DESCRIPTOR]:Po({pretty:(t,e)=>Gn(t,e),json:t=>Pa(t)}),[yt.RESOLUTION]:Po({pretty:(t,{descriptor:e,locator:r})=>ZI(t,e,r),json:({descriptor:t,locator:e})=>({descriptor:Pa(t),locator:e!==null?ba(e):null})}),[yt.DEPENDENT]:Po({pretty:(t,{locator:e,descriptor:r})=>kL(t,e,r),json:({locator:t,descriptor:e})=>({locator:ba(t),descriptor:Pa(e)})}),[yt.PACKAGE_EXTENSION]:Po({pretty:(t,e)=>{switch(e.type){case"Dependency":return`${cs(t,e.parentDescriptor)} \u27A4 ${Vs(t,"dependencies",yt.CODE)} \u27A4 ${cs(t,e.descriptor)}`;case"PeerDependency":return`${cs(t,e.parentDescriptor)} \u27A4 ${Vs(t,"peerDependencies",yt.CODE)} \u27A4 ${cs(t,e.descriptor)}`;case"PeerDependencyMeta":return`${cs(t,e.parentDescriptor)} \u27A4 ${Vs(t,"peerDependenciesMeta",yt.CODE)} \u27A4 ${cs(t,Js(e.selector))} \u27A4 ${Vs(t,e.key,yt.CODE)}`;default:throw new Error(`Assertion failed: Unsupported package extension type: ${e.type}`)}},json:t=>{switch(t.type){case"Dependency":return`${fn(t.parentDescriptor)} > ${fn(t.descriptor)}`;case"PeerDependency":return`${fn(t.parentDescriptor)} >> ${fn(t.descriptor)}`;case"PeerDependencyMeta":return`${fn(t.parentDescriptor)} >> ${t.selector} / ${t.key}`;default:throw new Error(`Assertion failed: Unsupported package extension type: ${t.type}`)}}}),[yt.SETTING]:Po({pretty:(t,e)=>(t.get(e),Zy(t,Vs(t,e,yt.CODE),`https://yarnpkg.com/configuration/yarnrc#${e}`)),json:t=>t}),[yt.DURATION]:Po({pretty:(t,e)=>{if(e>1e3*60){let r=Math.floor(e/1e3/60),o=Math.ceil((e-r*60*1e3)/1e3);return o===0?`${r}m`:`${r}m ${o}s`}else{let r=Math.floor(e/1e3),o=e-r*1e3;return o===0?`${r}s`:`${r}s ${o}ms`}},json:t=>t}),[yt.SIZE]:Po({pretty:(t,e)=>Vs(t,wne(e),yt.NUMBER),json:t=>t}),[yt.SIZE_DIFF]:Po({pretty:(t,e)=>{let r=e>=0?"+":"-",o=r==="+"?yt.REMOVED:yt.ADDED;return Vs(t,`${r} ${wne(Math.max(Math.abs(e),1))}`,o)},json:t=>t}),[yt.PATH]:Po({pretty:(t,e)=>Vs(t,ue.fromPortablePath(e),yt.PATH),json:t=>ue.fromPortablePath(t)}),[yt.MARKDOWN]:Po({pretty:(t,{text:e,format:r,paragraphs:o})=>Do(e,{format:r,paragraphs:o}),json:({text:t})=>t}),[yt.MARKDOWN_INLINE]:Po({pretty:(t,e)=>(e=e.replace(/(`+)((?:.|[\n])*?)\1/g,(r,o,a)=>Mt(t,o+a+o,yt.CODE)),e=e.replace(/(\*\*)((?:.|[\n])*?)\1/g,(r,o,a)=>yd(t,a,2)),e),json:t=>t})};TZe=!!process.env.KONSOLE_VERSION;uP=(a=>(a.Error="error",a.Warning="warning",a.Info="info",a.Discard="discard",a))(uP||{})});var vne=_($y=>{"use strict";Object.defineProperty($y,"__esModule",{value:!0});$y.splitWhen=$y.flatten=void 0;function LZe(t){return t.reduce((e,r)=>[].concat(e,r),[])}$y.flatten=LZe;function OZe(t,e){let r=[[]],o=0;for(let a of t)e(a)?(o++,r[o]=[]):r[o].push(a);return r}$y.splitWhen=OZe});var Dne=_(AP=>{"use strict";Object.defineProperty(AP,"__esModule",{value:!0});AP.isEnoentCodeError=void 0;function MZe(t){return t.code==="ENOENT"}AP.isEnoentCodeError=MZe});var Sne=_(fP=>{"use strict";Object.defineProperty(fP,"__esModule",{value:!0});fP.createDirentFromStats=void 0;var QL=class{constructor(e,r){this.name=e,this.isBlockDevice=r.isBlockDevice.bind(r),this.isCharacterDevice=r.isCharacterDevice.bind(r),this.isDirectory=r.isDirectory.bind(r),this.isFIFO=r.isFIFO.bind(r),this.isFile=r.isFile.bind(r),this.isSocket=r.isSocket.bind(r),this.isSymbolicLink=r.isSymbolicLink.bind(r)}};function UZe(t,e){return new QL(t,e)}fP.createDirentFromStats=UZe});var Pne=_(Xu=>{"use strict";Object.defineProperty(Xu,"__esModule",{value:!0});Xu.removeLeadingDotSegment=Xu.escape=Xu.makeAbsolute=Xu.unixify=void 0;var _Ze=ve("path"),HZe=2,jZe=/(\\?)([()*?[\]{|}]|^!|[!+@](?=\())/g;function GZe(t){return t.replace(/\\/g,"/")}Xu.unixify=GZe;function qZe(t,e){return _Ze.resolve(t,e)}Xu.makeAbsolute=qZe;function YZe(t){return t.replace(jZe,"\\$2")}Xu.escape=YZe;function WZe(t){if(t.charAt(0)==="."){let e=t.charAt(1);if(e==="/"||e==="\\")return t.slice(HZe)}return t}Xu.removeLeadingDotSegment=WZe});var xne=_((PTt,bne)=>{bne.exports=function(e){if(typeof e!="string"||e==="")return!1;for(var r;r=/(\\).|([@?!+*]\(.*\))/g.exec(e);){if(r[2])return!0;e=e.slice(r.index+r[0].length)}return!1}});var Fne=_((bTt,Qne)=>{var KZe=xne(),kne={"{":"}","(":")","[":"]"},VZe=function(t){if(t[0]==="!")return!0;for(var e=0,r=-2,o=-2,a=-2,n=-2,u=-2;ee&&(u===-1||u>o||(u=t.indexOf("\\",e),u===-1||u>o)))||a!==-1&&t[e]==="{"&&t[e+1]!=="}"&&(a=t.indexOf("}",e),a>e&&(u=t.indexOf("\\",e),u===-1||u>a))||n!==-1&&t[e]==="("&&t[e+1]==="?"&&/[:!=]/.test(t[e+2])&&t[e+3]!==")"&&(n=t.indexOf(")",e),n>e&&(u=t.indexOf("\\",e),u===-1||u>n))||r!==-1&&t[e]==="("&&t[e+1]!=="|"&&(rr&&(u=t.indexOf("\\",r),u===-1||u>n))))return!0;if(t[e]==="\\"){var A=t[e+1];e+=2;var p=kne[A];if(p){var h=t.indexOf(p,e);h!==-1&&(e=h+1)}if(t[e]==="!")return!0}else e++}return!1},JZe=function(t){if(t[0]==="!")return!0;for(var e=0;e{"use strict";var zZe=Fne(),XZe=ve("path").posix.dirname,ZZe=ve("os").platform()==="win32",FL="/",$Ze=/\\/g,e$e=/[\{\[].*[\}\]]$/,t$e=/(^|[^\\])([\{\[]|\([^\)]+$)/,r$e=/\\([\!\*\?\|\[\]\(\)\{\}])/g;Rne.exports=function(e,r){var o=Object.assign({flipBackslashes:!0},r);o.flipBackslashes&&ZZe&&e.indexOf(FL)<0&&(e=e.replace($Ze,FL)),e$e.test(e)&&(e+=FL),e+="a";do e=XZe(e);while(zZe(e)||t$e.test(e));return e.replace(r$e,"$1")}});var jne=_(Gr=>{"use strict";Object.defineProperty(Gr,"__esModule",{value:!0});Gr.matchAny=Gr.convertPatternsToRe=Gr.makeRe=Gr.getPatternParts=Gr.expandBraceExpansion=Gr.expandPatternsWithBraceExpansion=Gr.isAffectDepthOfReadingPattern=Gr.endsWithSlashGlobStar=Gr.hasGlobStar=Gr.getBaseDirectory=Gr.isPatternRelatedToParentDirectory=Gr.getPatternsOutsideCurrentDirectory=Gr.getPatternsInsideCurrentDirectory=Gr.getPositivePatterns=Gr.getNegativePatterns=Gr.isPositivePattern=Gr.isNegativePattern=Gr.convertToNegativePattern=Gr.convertToPositivePattern=Gr.isDynamicPattern=Gr.isStaticPattern=void 0;var n$e=ve("path"),i$e=Tne(),RL=Zo(),Nne="**",s$e="\\",o$e=/[*?]|^!/,a$e=/\[[^[]*]/,l$e=/(?:^|[^!*+?@])\([^(]*\|[^|]*\)/,c$e=/[!*+?@]\([^(]*\)/,u$e=/,|\.\./;function Lne(t,e={}){return!One(t,e)}Gr.isStaticPattern=Lne;function One(t,e={}){return t===""?!1:!!(e.caseSensitiveMatch===!1||t.includes(s$e)||o$e.test(t)||a$e.test(t)||l$e.test(t)||e.extglob!==!1&&c$e.test(t)||e.braceExpansion!==!1&&A$e(t))}Gr.isDynamicPattern=One;function A$e(t){let e=t.indexOf("{");if(e===-1)return!1;let r=t.indexOf("}",e+1);if(r===-1)return!1;let o=t.slice(e,r);return u$e.test(o)}function f$e(t){return pP(t)?t.slice(1):t}Gr.convertToPositivePattern=f$e;function p$e(t){return"!"+t}Gr.convertToNegativePattern=p$e;function pP(t){return t.startsWith("!")&&t[1]!=="("}Gr.isNegativePattern=pP;function Mne(t){return!pP(t)}Gr.isPositivePattern=Mne;function h$e(t){return t.filter(pP)}Gr.getNegativePatterns=h$e;function g$e(t){return t.filter(Mne)}Gr.getPositivePatterns=g$e;function d$e(t){return t.filter(e=>!TL(e))}Gr.getPatternsInsideCurrentDirectory=d$e;function m$e(t){return t.filter(TL)}Gr.getPatternsOutsideCurrentDirectory=m$e;function TL(t){return t.startsWith("..")||t.startsWith("./..")}Gr.isPatternRelatedToParentDirectory=TL;function y$e(t){return i$e(t,{flipBackslashes:!1})}Gr.getBaseDirectory=y$e;function E$e(t){return t.includes(Nne)}Gr.hasGlobStar=E$e;function Une(t){return t.endsWith("/"+Nne)}Gr.endsWithSlashGlobStar=Une;function C$e(t){let e=n$e.basename(t);return Une(t)||Lne(e)}Gr.isAffectDepthOfReadingPattern=C$e;function w$e(t){return t.reduce((e,r)=>e.concat(_ne(r)),[])}Gr.expandPatternsWithBraceExpansion=w$e;function _ne(t){return RL.braces(t,{expand:!0,nodupes:!0})}Gr.expandBraceExpansion=_ne;function I$e(t,e){let{parts:r}=RL.scan(t,Object.assign(Object.assign({},e),{parts:!0}));return r.length===0&&(r=[t]),r[0].startsWith("/")&&(r[0]=r[0].slice(1),r.unshift("")),r}Gr.getPatternParts=I$e;function Hne(t,e){return RL.makeRe(t,e)}Gr.makeRe=Hne;function B$e(t,e){return t.map(r=>Hne(r,e))}Gr.convertPatternsToRe=B$e;function v$e(t,e){return e.some(r=>r.test(t))}Gr.matchAny=v$e});var Wne=_((QTt,Yne)=>{"use strict";var D$e=ve("stream"),Gne=D$e.PassThrough,S$e=Array.prototype.slice;Yne.exports=P$e;function P$e(){let t=[],e=S$e.call(arguments),r=!1,o=e[e.length-1];o&&!Array.isArray(o)&&o.pipe==null?e.pop():o={};let a=o.end!==!1,n=o.pipeError===!0;o.objectMode==null&&(o.objectMode=!0),o.highWaterMark==null&&(o.highWaterMark=64*1024);let u=Gne(o);function A(){for(let E=0,I=arguments.length;E0||(r=!1,p())}function x(C){function R(){C.removeListener("merge2UnpipeEnd",R),C.removeListener("end",R),n&&C.removeListener("error",L),v()}function L(U){u.emit("error",U)}if(C._readableState.endEmitted)return v();C.on("merge2UnpipeEnd",R),C.on("end",R),n&&C.on("error",L),C.pipe(u,{end:!1}),C.resume()}for(let C=0;C{"use strict";Object.defineProperty(hP,"__esModule",{value:!0});hP.merge=void 0;var b$e=Wne();function x$e(t){let e=b$e(t);return t.forEach(r=>{r.once("error",o=>e.emit("error",o))}),e.once("close",()=>Kne(t)),e.once("end",()=>Kne(t)),e}hP.merge=x$e;function Kne(t){t.forEach(e=>e.emit("close"))}});var Jne=_(eE=>{"use strict";Object.defineProperty(eE,"__esModule",{value:!0});eE.isEmpty=eE.isString=void 0;function k$e(t){return typeof t=="string"}eE.isString=k$e;function Q$e(t){return t===""}eE.isEmpty=Q$e});var Sf=_(xo=>{"use strict";Object.defineProperty(xo,"__esModule",{value:!0});xo.string=xo.stream=xo.pattern=xo.path=xo.fs=xo.errno=xo.array=void 0;var F$e=vne();xo.array=F$e;var R$e=Dne();xo.errno=R$e;var T$e=Sne();xo.fs=T$e;var N$e=Pne();xo.path=N$e;var L$e=jne();xo.pattern=L$e;var O$e=Vne();xo.stream=O$e;var M$e=Jne();xo.string=M$e});var Zne=_(ko=>{"use strict";Object.defineProperty(ko,"__esModule",{value:!0});ko.convertPatternGroupToTask=ko.convertPatternGroupsToTasks=ko.groupPatternsByBaseDirectory=ko.getNegativePatternsAsPositive=ko.getPositivePatterns=ko.convertPatternsToTasks=ko.generate=void 0;var Pf=Sf();function U$e(t,e){let r=zne(t),o=Xne(t,e.ignore),a=r.filter(p=>Pf.pattern.isStaticPattern(p,e)),n=r.filter(p=>Pf.pattern.isDynamicPattern(p,e)),u=NL(a,o,!1),A=NL(n,o,!0);return u.concat(A)}ko.generate=U$e;function NL(t,e,r){let o=[],a=Pf.pattern.getPatternsOutsideCurrentDirectory(t),n=Pf.pattern.getPatternsInsideCurrentDirectory(t),u=LL(a),A=LL(n);return o.push(...OL(u,e,r)),"."in A?o.push(ML(".",n,e,r)):o.push(...OL(A,e,r)),o}ko.convertPatternsToTasks=NL;function zne(t){return Pf.pattern.getPositivePatterns(t)}ko.getPositivePatterns=zne;function Xne(t,e){return Pf.pattern.getNegativePatterns(t).concat(e).map(Pf.pattern.convertToPositivePattern)}ko.getNegativePatternsAsPositive=Xne;function LL(t){let e={};return t.reduce((r,o)=>{let a=Pf.pattern.getBaseDirectory(o);return a in r?r[a].push(o):r[a]=[o],r},e)}ko.groupPatternsByBaseDirectory=LL;function OL(t,e,r){return Object.keys(t).map(o=>ML(o,t[o],e,r))}ko.convertPatternGroupsToTasks=OL;function ML(t,e,r,o){return{dynamic:o,positive:e,negative:r,base:t,patterns:[].concat(e,r.map(Pf.pattern.convertToNegativePattern))}}ko.convertPatternGroupToTask=ML});var eie=_(tE=>{"use strict";Object.defineProperty(tE,"__esModule",{value:!0});tE.removeDuplicateSlashes=tE.transform=void 0;var _$e=/(?!^)\/{2,}/g;function H$e(t){return t.map(e=>$ne(e))}tE.transform=H$e;function $ne(t){return t.replace(_$e,"/")}tE.removeDuplicateSlashes=$ne});var rie=_(gP=>{"use strict";Object.defineProperty(gP,"__esModule",{value:!0});gP.read=void 0;function j$e(t,e,r){e.fs.lstat(t,(o,a)=>{if(o!==null){tie(r,o);return}if(!a.isSymbolicLink()||!e.followSymbolicLink){UL(r,a);return}e.fs.stat(t,(n,u)=>{if(n!==null){if(e.throwErrorOnBrokenSymbolicLink){tie(r,n);return}UL(r,a);return}e.markSymbolicLink&&(u.isSymbolicLink=()=>!0),UL(r,u)})})}gP.read=j$e;function tie(t,e){t(e)}function UL(t,e){t(null,e)}});var nie=_(dP=>{"use strict";Object.defineProperty(dP,"__esModule",{value:!0});dP.read=void 0;function G$e(t,e){let r=e.fs.lstatSync(t);if(!r.isSymbolicLink()||!e.followSymbolicLink)return r;try{let o=e.fs.statSync(t);return e.markSymbolicLink&&(o.isSymbolicLink=()=>!0),o}catch(o){if(!e.throwErrorOnBrokenSymbolicLink)return r;throw o}}dP.read=G$e});var iie=_(Xp=>{"use strict";Object.defineProperty(Xp,"__esModule",{value:!0});Xp.createFileSystemAdapter=Xp.FILE_SYSTEM_ADAPTER=void 0;var mP=ve("fs");Xp.FILE_SYSTEM_ADAPTER={lstat:mP.lstat,stat:mP.stat,lstatSync:mP.lstatSync,statSync:mP.statSync};function q$e(t){return t===void 0?Xp.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},Xp.FILE_SYSTEM_ADAPTER),t)}Xp.createFileSystemAdapter=q$e});var sie=_(HL=>{"use strict";Object.defineProperty(HL,"__esModule",{value:!0});var Y$e=iie(),_L=class{constructor(e={}){this._options=e,this.followSymbolicLink=this._getValue(this._options.followSymbolicLink,!0),this.fs=Y$e.createFileSystemAdapter(this._options.fs),this.markSymbolicLink=this._getValue(this._options.markSymbolicLink,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0)}_getValue(e,r){return e??r}};HL.default=_L});var Cd=_(Zp=>{"use strict";Object.defineProperty(Zp,"__esModule",{value:!0});Zp.statSync=Zp.stat=Zp.Settings=void 0;var oie=rie(),W$e=nie(),jL=sie();Zp.Settings=jL.default;function K$e(t,e,r){if(typeof e=="function"){oie.read(t,qL(),e);return}oie.read(t,qL(e),r)}Zp.stat=K$e;function V$e(t,e){let r=qL(e);return W$e.read(t,r)}Zp.statSync=V$e;function qL(t={}){return t instanceof jL.default?t:new jL.default(t)}});var lie=_((jTt,aie)=>{aie.exports=J$e;function J$e(t,e){var r,o,a,n=!0;Array.isArray(t)?(r=[],o=t.length):(a=Object.keys(t),r={},o=a.length);function u(p){function h(){e&&e(p,r),e=null}n?process.nextTick(h):h()}function A(p,h,E){r[p]=E,(--o===0||h)&&u(h)}o?a?a.forEach(function(p){t[p](function(h,E){A(p,h,E)})}):t.forEach(function(p,h){p(function(E,I){A(h,E,I)})}):u(null),n=!1}});var YL=_(EP=>{"use strict";Object.defineProperty(EP,"__esModule",{value:!0});EP.IS_SUPPORT_READDIR_WITH_FILE_TYPES=void 0;var yP=process.versions.node.split(".");if(yP[0]===void 0||yP[1]===void 0)throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);var cie=Number.parseInt(yP[0],10),z$e=Number.parseInt(yP[1],10),uie=10,X$e=10,Z$e=cie>uie,$$e=cie===uie&&z$e>=X$e;EP.IS_SUPPORT_READDIR_WITH_FILE_TYPES=Z$e||$$e});var Aie=_(CP=>{"use strict";Object.defineProperty(CP,"__esModule",{value:!0});CP.createDirentFromStats=void 0;var WL=class{constructor(e,r){this.name=e,this.isBlockDevice=r.isBlockDevice.bind(r),this.isCharacterDevice=r.isCharacterDevice.bind(r),this.isDirectory=r.isDirectory.bind(r),this.isFIFO=r.isFIFO.bind(r),this.isFile=r.isFile.bind(r),this.isSocket=r.isSocket.bind(r),this.isSymbolicLink=r.isSymbolicLink.bind(r)}};function eet(t,e){return new WL(t,e)}CP.createDirentFromStats=eet});var KL=_(wP=>{"use strict";Object.defineProperty(wP,"__esModule",{value:!0});wP.fs=void 0;var tet=Aie();wP.fs=tet});var VL=_(IP=>{"use strict";Object.defineProperty(IP,"__esModule",{value:!0});IP.joinPathSegments=void 0;function ret(t,e,r){return t.endsWith(r)?t+e:t+r+e}IP.joinPathSegments=ret});var mie=_($p=>{"use strict";Object.defineProperty($p,"__esModule",{value:!0});$p.readdir=$p.readdirWithFileTypes=$p.read=void 0;var net=Cd(),fie=lie(),iet=YL(),pie=KL(),hie=VL();function set(t,e,r){if(!e.stats&&iet.IS_SUPPORT_READDIR_WITH_FILE_TYPES){gie(t,e,r);return}die(t,e,r)}$p.read=set;function gie(t,e,r){e.fs.readdir(t,{withFileTypes:!0},(o,a)=>{if(o!==null){BP(r,o);return}let n=a.map(A=>({dirent:A,name:A.name,path:hie.joinPathSegments(t,A.name,e.pathSegmentSeparator)}));if(!e.followSymbolicLinks){JL(r,n);return}let u=n.map(A=>oet(A,e));fie(u,(A,p)=>{if(A!==null){BP(r,A);return}JL(r,p)})})}$p.readdirWithFileTypes=gie;function oet(t,e){return r=>{if(!t.dirent.isSymbolicLink()){r(null,t);return}e.fs.stat(t.path,(o,a)=>{if(o!==null){if(e.throwErrorOnBrokenSymbolicLink){r(o);return}r(null,t);return}t.dirent=pie.fs.createDirentFromStats(t.name,a),r(null,t)})}}function die(t,e,r){e.fs.readdir(t,(o,a)=>{if(o!==null){BP(r,o);return}let n=a.map(u=>{let A=hie.joinPathSegments(t,u,e.pathSegmentSeparator);return p=>{net.stat(A,e.fsStatSettings,(h,E)=>{if(h!==null){p(h);return}let I={name:u,path:A,dirent:pie.fs.createDirentFromStats(u,E)};e.stats&&(I.stats=E),p(null,I)})}});fie(n,(u,A)=>{if(u!==null){BP(r,u);return}JL(r,A)})})}$p.readdir=die;function BP(t,e){t(e)}function JL(t,e){t(null,e)}});var Iie=_(eh=>{"use strict";Object.defineProperty(eh,"__esModule",{value:!0});eh.readdir=eh.readdirWithFileTypes=eh.read=void 0;var aet=Cd(),cet=YL(),yie=KL(),Eie=VL();function uet(t,e){return!e.stats&&cet.IS_SUPPORT_READDIR_WITH_FILE_TYPES?Cie(t,e):wie(t,e)}eh.read=uet;function Cie(t,e){return e.fs.readdirSync(t,{withFileTypes:!0}).map(o=>{let a={dirent:o,name:o.name,path:Eie.joinPathSegments(t,o.name,e.pathSegmentSeparator)};if(a.dirent.isSymbolicLink()&&e.followSymbolicLinks)try{let n=e.fs.statSync(a.path);a.dirent=yie.fs.createDirentFromStats(a.name,n)}catch(n){if(e.throwErrorOnBrokenSymbolicLink)throw n}return a})}eh.readdirWithFileTypes=Cie;function wie(t,e){return e.fs.readdirSync(t).map(o=>{let a=Eie.joinPathSegments(t,o,e.pathSegmentSeparator),n=aet.statSync(a,e.fsStatSettings),u={name:o,path:a,dirent:yie.fs.createDirentFromStats(o,n)};return e.stats&&(u.stats=n),u})}eh.readdir=wie});var Bie=_(th=>{"use strict";Object.defineProperty(th,"__esModule",{value:!0});th.createFileSystemAdapter=th.FILE_SYSTEM_ADAPTER=void 0;var rE=ve("fs");th.FILE_SYSTEM_ADAPTER={lstat:rE.lstat,stat:rE.stat,lstatSync:rE.lstatSync,statSync:rE.statSync,readdir:rE.readdir,readdirSync:rE.readdirSync};function Aet(t){return t===void 0?th.FILE_SYSTEM_ADAPTER:Object.assign(Object.assign({},th.FILE_SYSTEM_ADAPTER),t)}th.createFileSystemAdapter=Aet});var vie=_(XL=>{"use strict";Object.defineProperty(XL,"__esModule",{value:!0});var fet=ve("path"),pet=Cd(),het=Bie(),zL=class{constructor(e={}){this._options=e,this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!1),this.fs=het.createFileSystemAdapter(this._options.fs),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,fet.sep),this.stats=this._getValue(this._options.stats,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!0),this.fsStatSettings=new pet.Settings({followSymbolicLink:this.followSymbolicLinks,fs:this.fs,throwErrorOnBrokenSymbolicLink:this.throwErrorOnBrokenSymbolicLink})}_getValue(e,r){return e??r}};XL.default=zL});var vP=_(rh=>{"use strict";Object.defineProperty(rh,"__esModule",{value:!0});rh.Settings=rh.scandirSync=rh.scandir=void 0;var Die=mie(),get=Iie(),ZL=vie();rh.Settings=ZL.default;function det(t,e,r){if(typeof e=="function"){Die.read(t,$L(),e);return}Die.read(t,$L(e),r)}rh.scandir=det;function met(t,e){let r=$L(e);return get.read(t,r)}rh.scandirSync=met;function $L(t={}){return t instanceof ZL.default?t:new ZL.default(t)}});var Pie=_((ZTt,Sie)=>{"use strict";function yet(t){var e=new t,r=e;function o(){var n=e;return n.next?e=n.next:(e=new t,r=e),n.next=null,n}function a(n){r.next=n,r=n}return{get:o,release:a}}Sie.exports=yet});var xie=_(($Tt,eO)=>{"use strict";var Eet=Pie();function bie(t,e,r){if(typeof t=="function"&&(r=e,e=t,t=null),r<1)throw new Error("fastqueue concurrency must be greater than 1");var o=Eet(Cet),a=null,n=null,u=0,A=null,p={push:R,drain:ql,saturated:ql,pause:E,paused:!1,concurrency:r,running:h,resume:x,idle:C,length:I,getQueue:v,unshift:L,empty:ql,kill:J,killAndDrain:te,error:ae};return p;function h(){return u}function E(){p.paused=!0}function I(){for(var fe=a,ce=0;fe;)fe=fe.next,ce++;return ce}function v(){for(var fe=a,ce=[];fe;)ce.push(fe.value),fe=fe.next;return ce}function x(){if(!!p.paused){p.paused=!1;for(var fe=0;fe{"use strict";Object.defineProperty(Zu,"__esModule",{value:!0});Zu.joinPathSegments=Zu.replacePathSegmentSeparator=Zu.isAppliedFilter=Zu.isFatalError=void 0;function Iet(t,e){return t.errorFilter===null?!0:!t.errorFilter(e)}Zu.isFatalError=Iet;function Bet(t,e){return t===null||t(e)}Zu.isAppliedFilter=Bet;function vet(t,e){return t.split(/[/\\]/).join(e)}Zu.replacePathSegmentSeparator=vet;function Det(t,e,r){return t===""?e:t.endsWith(r)?t+e:t+r+e}Zu.joinPathSegments=Det});var nO=_(rO=>{"use strict";Object.defineProperty(rO,"__esModule",{value:!0});var Pet=DP(),tO=class{constructor(e,r){this._root=e,this._settings=r,this._root=Pet.replacePathSegmentSeparator(e,r.pathSegmentSeparator)}};rO.default=tO});var oO=_(sO=>{"use strict";Object.defineProperty(sO,"__esModule",{value:!0});var bet=ve("events"),xet=vP(),ket=xie(),SP=DP(),Qet=nO(),iO=class extends Qet.default{constructor(e,r){super(e,r),this._settings=r,this._scandir=xet.scandir,this._emitter=new bet.EventEmitter,this._queue=ket(this._worker.bind(this),this._settings.concurrency),this._isFatalError=!1,this._isDestroyed=!1,this._queue.drain=()=>{this._isFatalError||this._emitter.emit("end")}}read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(()=>{this._pushToQueue(this._root,this._settings.basePath)}),this._emitter}get isDestroyed(){return this._isDestroyed}destroy(){if(this._isDestroyed)throw new Error("The reader is already destroyed");this._isDestroyed=!0,this._queue.killAndDrain()}onEntry(e){this._emitter.on("entry",e)}onError(e){this._emitter.once("error",e)}onEnd(e){this._emitter.once("end",e)}_pushToQueue(e,r){let o={directory:e,base:r};this._queue.push(o,a=>{a!==null&&this._handleError(a)})}_worker(e,r){this._scandir(e.directory,this._settings.fsScandirSettings,(o,a)=>{if(o!==null){r(o,void 0);return}for(let n of a)this._handleEntry(n,e.base);r(null,void 0)})}_handleError(e){this._isDestroyed||!SP.isFatalError(this._settings,e)||(this._isFatalError=!0,this._isDestroyed=!0,this._emitter.emit("error",e))}_handleEntry(e,r){if(this._isDestroyed||this._isFatalError)return;let o=e.path;r!==void 0&&(e.path=SP.joinPathSegments(r,e.name,this._settings.pathSegmentSeparator)),SP.isAppliedFilter(this._settings.entryFilter,e)&&this._emitEntry(e),e.dirent.isDirectory()&&SP.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(o,r===void 0?void 0:e.path)}_emitEntry(e){this._emitter.emit("entry",e)}};sO.default=iO});var kie=_(lO=>{"use strict";Object.defineProperty(lO,"__esModule",{value:!0});var Fet=oO(),aO=class{constructor(e,r){this._root=e,this._settings=r,this._reader=new Fet.default(this._root,this._settings),this._storage=[]}read(e){this._reader.onError(r=>{Ret(e,r)}),this._reader.onEntry(r=>{this._storage.push(r)}),this._reader.onEnd(()=>{Tet(e,this._storage)}),this._reader.read()}};lO.default=aO;function Ret(t,e){t(e)}function Tet(t,e){t(null,e)}});var Qie=_(uO=>{"use strict";Object.defineProperty(uO,"__esModule",{value:!0});var Net=ve("stream"),Let=oO(),cO=class{constructor(e,r){this._root=e,this._settings=r,this._reader=new Let.default(this._root,this._settings),this._stream=new Net.Readable({objectMode:!0,read:()=>{},destroy:()=>{this._reader.isDestroyed||this._reader.destroy()}})}read(){return this._reader.onError(e=>{this._stream.emit("error",e)}),this._reader.onEntry(e=>{this._stream.push(e)}),this._reader.onEnd(()=>{this._stream.push(null)}),this._reader.read(),this._stream}};uO.default=cO});var Fie=_(fO=>{"use strict";Object.defineProperty(fO,"__esModule",{value:!0});var Oet=vP(),PP=DP(),Met=nO(),AO=class extends Met.default{constructor(){super(...arguments),this._scandir=Oet.scandirSync,this._storage=[],this._queue=new Set}read(){return this._pushToQueue(this._root,this._settings.basePath),this._handleQueue(),this._storage}_pushToQueue(e,r){this._queue.add({directory:e,base:r})}_handleQueue(){for(let e of this._queue.values())this._handleDirectory(e.directory,e.base)}_handleDirectory(e,r){try{let o=this._scandir(e,this._settings.fsScandirSettings);for(let a of o)this._handleEntry(a,r)}catch(o){this._handleError(o)}}_handleError(e){if(!!PP.isFatalError(this._settings,e))throw e}_handleEntry(e,r){let o=e.path;r!==void 0&&(e.path=PP.joinPathSegments(r,e.name,this._settings.pathSegmentSeparator)),PP.isAppliedFilter(this._settings.entryFilter,e)&&this._pushToStorage(e),e.dirent.isDirectory()&&PP.isAppliedFilter(this._settings.deepFilter,e)&&this._pushToQueue(o,r===void 0?void 0:e.path)}_pushToStorage(e){this._storage.push(e)}};fO.default=AO});var Rie=_(hO=>{"use strict";Object.defineProperty(hO,"__esModule",{value:!0});var Uet=Fie(),pO=class{constructor(e,r){this._root=e,this._settings=r,this._reader=new Uet.default(this._root,this._settings)}read(){return this._reader.read()}};hO.default=pO});var Tie=_(dO=>{"use strict";Object.defineProperty(dO,"__esModule",{value:!0});var _et=ve("path"),Het=vP(),gO=class{constructor(e={}){this._options=e,this.basePath=this._getValue(this._options.basePath,void 0),this.concurrency=this._getValue(this._options.concurrency,Number.POSITIVE_INFINITY),this.deepFilter=this._getValue(this._options.deepFilter,null),this.entryFilter=this._getValue(this._options.entryFilter,null),this.errorFilter=this._getValue(this._options.errorFilter,null),this.pathSegmentSeparator=this._getValue(this._options.pathSegmentSeparator,_et.sep),this.fsScandirSettings=new Het.Settings({followSymbolicLinks:this._options.followSymbolicLinks,fs:this._options.fs,pathSegmentSeparator:this._options.pathSegmentSeparator,stats:this._options.stats,throwErrorOnBrokenSymbolicLink:this._options.throwErrorOnBrokenSymbolicLink})}_getValue(e,r){return e??r}};dO.default=gO});var xP=_($u=>{"use strict";Object.defineProperty($u,"__esModule",{value:!0});$u.Settings=$u.walkStream=$u.walkSync=$u.walk=void 0;var Nie=kie(),jet=Qie(),Get=Rie(),mO=Tie();$u.Settings=mO.default;function qet(t,e,r){if(typeof e=="function"){new Nie.default(t,bP()).read(e);return}new Nie.default(t,bP(e)).read(r)}$u.walk=qet;function Yet(t,e){let r=bP(e);return new Get.default(t,r).read()}$u.walkSync=Yet;function Wet(t,e){let r=bP(e);return new jet.default(t,r).read()}$u.walkStream=Wet;function bP(t={}){return t instanceof mO.default?t:new mO.default(t)}});var kP=_(EO=>{"use strict";Object.defineProperty(EO,"__esModule",{value:!0});var Ket=ve("path"),Vet=Cd(),Lie=Sf(),yO=class{constructor(e){this._settings=e,this._fsStatSettings=new Vet.Settings({followSymbolicLink:this._settings.followSymbolicLinks,fs:this._settings.fs,throwErrorOnBrokenSymbolicLink:this._settings.followSymbolicLinks})}_getFullEntryPath(e){return Ket.resolve(this._settings.cwd,e)}_makeEntry(e,r){let o={name:r,path:r,dirent:Lie.fs.createDirentFromStats(r,e)};return this._settings.stats&&(o.stats=e),o}_isFatalError(e){return!Lie.errno.isEnoentCodeError(e)&&!this._settings.suppressErrors}};EO.default=yO});var IO=_(wO=>{"use strict";Object.defineProperty(wO,"__esModule",{value:!0});var Jet=ve("stream"),zet=Cd(),Xet=xP(),Zet=kP(),CO=class extends Zet.default{constructor(){super(...arguments),this._walkStream=Xet.walkStream,this._stat=zet.stat}dynamic(e,r){return this._walkStream(e,r)}static(e,r){let o=e.map(this._getFullEntryPath,this),a=new Jet.PassThrough({objectMode:!0});a._write=(n,u,A)=>this._getEntry(o[n],e[n],r).then(p=>{p!==null&&r.entryFilter(p)&&a.push(p),n===o.length-1&&a.end(),A()}).catch(A);for(let n=0;nthis._makeEntry(a,r)).catch(a=>{if(o.errorFilter(a))return null;throw a})}_getStat(e){return new Promise((r,o)=>{this._stat(e,this._fsStatSettings,(a,n)=>a===null?r(n):o(a))})}};wO.default=CO});var Oie=_(vO=>{"use strict";Object.defineProperty(vO,"__esModule",{value:!0});var $et=xP(),ett=kP(),ttt=IO(),BO=class extends ett.default{constructor(){super(...arguments),this._walkAsync=$et.walk,this._readerStream=new ttt.default(this._settings)}dynamic(e,r){return new Promise((o,a)=>{this._walkAsync(e,r,(n,u)=>{n===null?o(u):a(n)})})}async static(e,r){let o=[],a=this._readerStream.static(e,r);return new Promise((n,u)=>{a.once("error",u),a.on("data",A=>o.push(A)),a.once("end",()=>n(o))})}};vO.default=BO});var Mie=_(SO=>{"use strict";Object.defineProperty(SO,"__esModule",{value:!0});var nE=Sf(),DO=class{constructor(e,r,o){this._patterns=e,this._settings=r,this._micromatchOptions=o,this._storage=[],this._fillStorage()}_fillStorage(){let e=nE.pattern.expandPatternsWithBraceExpansion(this._patterns);for(let r of e){let o=this._getPatternSegments(r),a=this._splitSegmentsIntoSections(o);this._storage.push({complete:a.length<=1,pattern:r,segments:o,sections:a})}}_getPatternSegments(e){return nE.pattern.getPatternParts(e,this._micromatchOptions).map(o=>nE.pattern.isDynamicPattern(o,this._settings)?{dynamic:!0,pattern:o,patternRe:nE.pattern.makeRe(o,this._micromatchOptions)}:{dynamic:!1,pattern:o})}_splitSegmentsIntoSections(e){return nE.array.splitWhen(e,r=>r.dynamic&&nE.pattern.hasGlobStar(r.pattern))}};SO.default=DO});var Uie=_(bO=>{"use strict";Object.defineProperty(bO,"__esModule",{value:!0});var rtt=Mie(),PO=class extends rtt.default{match(e){let r=e.split("/"),o=r.length,a=this._storage.filter(n=>!n.complete||n.segments.length>o);for(let n of a){let u=n.sections[0];if(!n.complete&&o>u.length||r.every((p,h)=>{let E=n.segments[h];return!!(E.dynamic&&E.patternRe.test(p)||!E.dynamic&&E.pattern===p)}))return!0}return!1}};bO.default=PO});var _ie=_(kO=>{"use strict";Object.defineProperty(kO,"__esModule",{value:!0});var QP=Sf(),ntt=Uie(),xO=class{constructor(e,r){this._settings=e,this._micromatchOptions=r}getFilter(e,r,o){let a=this._getMatcher(r),n=this._getNegativePatternsRe(o);return u=>this._filter(e,u,a,n)}_getMatcher(e){return new ntt.default(e,this._settings,this._micromatchOptions)}_getNegativePatternsRe(e){let r=e.filter(QP.pattern.isAffectDepthOfReadingPattern);return QP.pattern.convertPatternsToRe(r,this._micromatchOptions)}_filter(e,r,o,a){if(this._isSkippedByDeep(e,r.path)||this._isSkippedSymbolicLink(r))return!1;let n=QP.path.removeLeadingDotSegment(r.path);return this._isSkippedByPositivePatterns(n,o)?!1:this._isSkippedByNegativePatterns(n,a)}_isSkippedByDeep(e,r){return this._settings.deep===1/0?!1:this._getEntryLevel(e,r)>=this._settings.deep}_getEntryLevel(e,r){let o=r.split("/").length;if(e==="")return o;let a=e.split("/").length;return o-a}_isSkippedSymbolicLink(e){return!this._settings.followSymbolicLinks&&e.dirent.isSymbolicLink()}_isSkippedByPositivePatterns(e,r){return!this._settings.baseNameMatch&&!r.match(e)}_isSkippedByNegativePatterns(e,r){return!QP.pattern.matchAny(e,r)}};kO.default=xO});var Hie=_(FO=>{"use strict";Object.defineProperty(FO,"__esModule",{value:!0});var wd=Sf(),QO=class{constructor(e,r){this._settings=e,this._micromatchOptions=r,this.index=new Map}getFilter(e,r){let o=wd.pattern.convertPatternsToRe(e,this._micromatchOptions),a=wd.pattern.convertPatternsToRe(r,this._micromatchOptions);return n=>this._filter(n,o,a)}_filter(e,r,o){if(this._settings.unique&&this._isDuplicateEntry(e)||this._onlyFileFilter(e)||this._onlyDirectoryFilter(e)||this._isSkippedByAbsoluteNegativePatterns(e.path,o))return!1;let a=this._settings.baseNameMatch?e.name:e.path,n=e.dirent.isDirectory(),u=this._isMatchToPatterns(a,r,n)&&!this._isMatchToPatterns(e.path,o,n);return this._settings.unique&&u&&this._createIndexRecord(e),u}_isDuplicateEntry(e){return this.index.has(e.path)}_createIndexRecord(e){this.index.set(e.path,void 0)}_onlyFileFilter(e){return this._settings.onlyFiles&&!e.dirent.isFile()}_onlyDirectoryFilter(e){return this._settings.onlyDirectories&&!e.dirent.isDirectory()}_isSkippedByAbsoluteNegativePatterns(e,r){if(!this._settings.absolute)return!1;let o=wd.path.makeAbsolute(this._settings.cwd,e);return wd.pattern.matchAny(o,r)}_isMatchToPatterns(e,r,o){let a=wd.path.removeLeadingDotSegment(e),n=wd.pattern.matchAny(a,r);return!n&&o?wd.pattern.matchAny(a+"/",r):n}};FO.default=QO});var jie=_(TO=>{"use strict";Object.defineProperty(TO,"__esModule",{value:!0});var itt=Sf(),RO=class{constructor(e){this._settings=e}getFilter(){return e=>this._isNonFatalError(e)}_isNonFatalError(e){return itt.errno.isEnoentCodeError(e)||this._settings.suppressErrors}};TO.default=RO});var qie=_(LO=>{"use strict";Object.defineProperty(LO,"__esModule",{value:!0});var Gie=Sf(),NO=class{constructor(e){this._settings=e}getTransformer(){return e=>this._transform(e)}_transform(e){let r=e.path;return this._settings.absolute&&(r=Gie.path.makeAbsolute(this._settings.cwd,r),r=Gie.path.unixify(r)),this._settings.markDirectories&&e.dirent.isDirectory()&&(r+="/"),this._settings.objectMode?Object.assign(Object.assign({},e),{path:r}):r}};LO.default=NO});var FP=_(MO=>{"use strict";Object.defineProperty(MO,"__esModule",{value:!0});var stt=ve("path"),ott=_ie(),att=Hie(),ltt=jie(),ctt=qie(),OO=class{constructor(e){this._settings=e,this.errorFilter=new ltt.default(this._settings),this.entryFilter=new att.default(this._settings,this._getMicromatchOptions()),this.deepFilter=new ott.default(this._settings,this._getMicromatchOptions()),this.entryTransformer=new ctt.default(this._settings)}_getRootDirectory(e){return stt.resolve(this._settings.cwd,e.base)}_getReaderOptions(e){let r=e.base==="."?"":e.base;return{basePath:r,pathSegmentSeparator:"/",concurrency:this._settings.concurrency,deepFilter:this.deepFilter.getFilter(r,e.positive,e.negative),entryFilter:this.entryFilter.getFilter(e.positive,e.negative),errorFilter:this.errorFilter.getFilter(),followSymbolicLinks:this._settings.followSymbolicLinks,fs:this._settings.fs,stats:this._settings.stats,throwErrorOnBrokenSymbolicLink:this._settings.throwErrorOnBrokenSymbolicLink,transform:this.entryTransformer.getTransformer()}}_getMicromatchOptions(){return{dot:this._settings.dot,matchBase:this._settings.baseNameMatch,nobrace:!this._settings.braceExpansion,nocase:!this._settings.caseSensitiveMatch,noext:!this._settings.extglob,noglobstar:!this._settings.globstar,posix:!0,strictSlashes:!1}}};MO.default=OO});var Yie=_(_O=>{"use strict";Object.defineProperty(_O,"__esModule",{value:!0});var utt=Oie(),Att=FP(),UO=class extends Att.default{constructor(){super(...arguments),this._reader=new utt.default(this._settings)}async read(e){let r=this._getRootDirectory(e),o=this._getReaderOptions(e);return(await this.api(r,e,o)).map(n=>o.transform(n))}api(e,r,o){return r.dynamic?this._reader.dynamic(e,o):this._reader.static(r.patterns,o)}};_O.default=UO});var Wie=_(jO=>{"use strict";Object.defineProperty(jO,"__esModule",{value:!0});var ftt=ve("stream"),ptt=IO(),htt=FP(),HO=class extends htt.default{constructor(){super(...arguments),this._reader=new ptt.default(this._settings)}read(e){let r=this._getRootDirectory(e),o=this._getReaderOptions(e),a=this.api(r,e,o),n=new ftt.Readable({objectMode:!0,read:()=>{}});return a.once("error",u=>n.emit("error",u)).on("data",u=>n.emit("data",o.transform(u))).once("end",()=>n.emit("end")),n.once("close",()=>a.destroy()),n}api(e,r,o){return r.dynamic?this._reader.dynamic(e,o):this._reader.static(r.patterns,o)}};jO.default=HO});var Kie=_(qO=>{"use strict";Object.defineProperty(qO,"__esModule",{value:!0});var gtt=Cd(),dtt=xP(),mtt=kP(),GO=class extends mtt.default{constructor(){super(...arguments),this._walkSync=dtt.walkSync,this._statSync=gtt.statSync}dynamic(e,r){return this._walkSync(e,r)}static(e,r){let o=[];for(let a of e){let n=this._getFullEntryPath(a),u=this._getEntry(n,a,r);u===null||!r.entryFilter(u)||o.push(u)}return o}_getEntry(e,r,o){try{let a=this._getStat(e);return this._makeEntry(a,r)}catch(a){if(o.errorFilter(a))return null;throw a}}_getStat(e){return this._statSync(e,this._fsStatSettings)}};qO.default=GO});var Vie=_(WO=>{"use strict";Object.defineProperty(WO,"__esModule",{value:!0});var ytt=Kie(),Ett=FP(),YO=class extends Ett.default{constructor(){super(...arguments),this._reader=new ytt.default(this._settings)}read(e){let r=this._getRootDirectory(e),o=this._getReaderOptions(e);return this.api(r,e,o).map(o.transform)}api(e,r,o){return r.dynamic?this._reader.dynamic(e,o):this._reader.static(r.patterns,o)}};WO.default=YO});var Jie=_(sE=>{"use strict";Object.defineProperty(sE,"__esModule",{value:!0});sE.DEFAULT_FILE_SYSTEM_ADAPTER=void 0;var iE=ve("fs"),Ctt=ve("os"),wtt=Math.max(Ctt.cpus().length,1);sE.DEFAULT_FILE_SYSTEM_ADAPTER={lstat:iE.lstat,lstatSync:iE.lstatSync,stat:iE.stat,statSync:iE.statSync,readdir:iE.readdir,readdirSync:iE.readdirSync};var KO=class{constructor(e={}){this._options=e,this.absolute=this._getValue(this._options.absolute,!1),this.baseNameMatch=this._getValue(this._options.baseNameMatch,!1),this.braceExpansion=this._getValue(this._options.braceExpansion,!0),this.caseSensitiveMatch=this._getValue(this._options.caseSensitiveMatch,!0),this.concurrency=this._getValue(this._options.concurrency,wtt),this.cwd=this._getValue(this._options.cwd,process.cwd()),this.deep=this._getValue(this._options.deep,1/0),this.dot=this._getValue(this._options.dot,!1),this.extglob=this._getValue(this._options.extglob,!0),this.followSymbolicLinks=this._getValue(this._options.followSymbolicLinks,!0),this.fs=this._getFileSystemMethods(this._options.fs),this.globstar=this._getValue(this._options.globstar,!0),this.ignore=this._getValue(this._options.ignore,[]),this.markDirectories=this._getValue(this._options.markDirectories,!1),this.objectMode=this._getValue(this._options.objectMode,!1),this.onlyDirectories=this._getValue(this._options.onlyDirectories,!1),this.onlyFiles=this._getValue(this._options.onlyFiles,!0),this.stats=this._getValue(this._options.stats,!1),this.suppressErrors=this._getValue(this._options.suppressErrors,!1),this.throwErrorOnBrokenSymbolicLink=this._getValue(this._options.throwErrorOnBrokenSymbolicLink,!1),this.unique=this._getValue(this._options.unique,!0),this.onlyDirectories&&(this.onlyFiles=!1),this.stats&&(this.objectMode=!0)}_getValue(e,r){return e===void 0?r:e}_getFileSystemMethods(e={}){return Object.assign(Object.assign({},sE.DEFAULT_FILE_SYSTEM_ADAPTER),e)}};sE.default=KO});var RP=_((vNt,Zie)=>{"use strict";var zie=Zne(),Xie=eie(),Itt=Yie(),Btt=Wie(),vtt=Vie(),VO=Jie(),Id=Sf();async function JO(t,e){oE(t);let r=zO(t,Itt.default,e),o=await Promise.all(r);return Id.array.flatten(o)}(function(t){function e(u,A){oE(u);let p=zO(u,vtt.default,A);return Id.array.flatten(p)}t.sync=e;function r(u,A){oE(u);let p=zO(u,Btt.default,A);return Id.stream.merge(p)}t.stream=r;function o(u,A){oE(u);let p=Xie.transform([].concat(u)),h=new VO.default(A);return zie.generate(p,h)}t.generateTasks=o;function a(u,A){oE(u);let p=new VO.default(A);return Id.pattern.isDynamicPattern(u,p)}t.isDynamicPattern=a;function n(u){return oE(u),Id.path.escape(u)}t.escapePath=n})(JO||(JO={}));function zO(t,e,r){let o=Xie.transform([].concat(t)),a=new VO.default(r),n=zie.generate(o,a),u=new e(a);return n.map(u.read,u)}function oE(t){if(![].concat(t).every(o=>Id.string.isString(o)&&!Id.string.isEmpty(o)))throw new TypeError("Patterns must be a string (non empty) or an array of strings")}Zie.exports=JO});var wn={};Vt(wn,{checksumFile:()=>NP,checksumPattern:()=>LP,makeHash:()=>zs});function zs(...t){let e=(0,TP.createHash)("sha512"),r="";for(let o of t)typeof o=="string"?r+=o:o&&(r&&(e.update(r),r=""),e.update(o));return r&&e.update(r),e.digest("hex")}async function NP(t,{baseFs:e,algorithm:r}={baseFs:oe,algorithm:"sha512"}){let o=await e.openPromise(t,"r");try{let n=Buffer.allocUnsafeSlow(65536),u=(0,TP.createHash)(r),A=0;for(;(A=await e.readPromise(o,n,0,65536))!==0;)u.update(A===65536?n:n.slice(0,A));return u.digest("hex")}finally{await e.closePromise(o)}}async function LP(t,{cwd:e}){let o=(await(0,XO.default)(t,{cwd:ue.fromPortablePath(e),onlyDirectories:!0})).map(A=>`${A}/**/*`),a=await(0,XO.default)([t,...o],{cwd:ue.fromPortablePath(e),onlyFiles:!1});a.sort();let n=await Promise.all(a.map(async A=>{let p=[Buffer.from(A)],h=ue.toPortablePath(A),E=await oe.lstatPromise(h);return E.isSymbolicLink()?p.push(Buffer.from(await oe.readlinkPromise(h))):E.isFile()&&p.push(await oe.readFilePromise(h)),p.join("\0")})),u=(0,TP.createHash)("sha512");for(let A of n)u.update(A);return u.digest("hex")}var TP,XO,nh=Et(()=>{St();TP=ve("crypto"),XO=$e(RP())});var W={};Vt(W,{areDescriptorsEqual:()=>nse,areIdentsEqual:()=>n1,areLocatorsEqual:()=>i1,areVirtualPackagesEquivalent:()=>Rtt,bindDescriptor:()=>Qtt,bindLocator:()=>Ftt,convertDescriptorToLocator:()=>OP,convertLocatorToDescriptor:()=>$O,convertPackageToLocator:()=>btt,convertToIdent:()=>Ptt,convertToManifestRange:()=>Gtt,copyPackage:()=>e1,devirtualizeDescriptor:()=>t1,devirtualizeLocator:()=>r1,ensureDevirtualizedDescriptor:()=>xtt,ensureDevirtualizedLocator:()=>ktt,getIdentVendorPath:()=>nM,isPackageCompatible:()=>jP,isVirtualDescriptor:()=>bf,isVirtualLocator:()=>Hc,makeDescriptor:()=>In,makeIdent:()=>eA,makeLocator:()=>Qs,makeRange:()=>_P,parseDescriptor:()=>ih,parseFileStyleRange:()=>Htt,parseIdent:()=>Js,parseLocator:()=>xf,parseRange:()=>Bd,prettyDependent:()=>kL,prettyDescriptor:()=>Gn,prettyIdent:()=>cs,prettyLocator:()=>jr,prettyLocatorNoColors:()=>xL,prettyRange:()=>cE,prettyReference:()=>o1,prettyResolution:()=>ZI,prettyWorkspace:()=>a1,renamePackage:()=>eM,slugifyIdent:()=>ZO,slugifyLocator:()=>lE,sortDescriptors:()=>uE,stringifyDescriptor:()=>Pa,stringifyIdent:()=>fn,stringifyLocator:()=>ba,tryParseDescriptor:()=>s1,tryParseIdent:()=>ise,tryParseLocator:()=>UP,tryParseRange:()=>_tt,virtualizeDescriptor:()=>tM,virtualizePackage:()=>rM});function eA(t,e){if(t?.startsWith("@"))throw new Error("Invalid scope: don't prefix it with '@'");return{identHash:zs(t,e),scope:t,name:e}}function In(t,e){return{identHash:t.identHash,scope:t.scope,name:t.name,descriptorHash:zs(t.identHash,e),range:e}}function Qs(t,e){return{identHash:t.identHash,scope:t.scope,name:t.name,locatorHash:zs(t.identHash,e),reference:e}}function Ptt(t){return{identHash:t.identHash,scope:t.scope,name:t.name}}function OP(t){return{identHash:t.identHash,scope:t.scope,name:t.name,locatorHash:t.descriptorHash,reference:t.range}}function $O(t){return{identHash:t.identHash,scope:t.scope,name:t.name,descriptorHash:t.locatorHash,range:t.reference}}function btt(t){return{identHash:t.identHash,scope:t.scope,name:t.name,locatorHash:t.locatorHash,reference:t.reference}}function eM(t,e){return{identHash:e.identHash,scope:e.scope,name:e.name,locatorHash:e.locatorHash,reference:e.reference,version:t.version,languageName:t.languageName,linkType:t.linkType,conditions:t.conditions,dependencies:new Map(t.dependencies),peerDependencies:new Map(t.peerDependencies),dependenciesMeta:new Map(t.dependenciesMeta),peerDependenciesMeta:new Map(t.peerDependenciesMeta),bin:new Map(t.bin)}}function e1(t){return eM(t,t)}function tM(t,e){if(e.includes("#"))throw new Error("Invalid entropy");return In(t,`virtual:${e}#${t.range}`)}function rM(t,e){if(e.includes("#"))throw new Error("Invalid entropy");return eM(t,Qs(t,`virtual:${e}#${t.reference}`))}function bf(t){return t.range.startsWith($I)}function Hc(t){return t.reference.startsWith($I)}function t1(t){if(!bf(t))throw new Error("Not a virtual descriptor");return In(t,t.range.replace(MP,""))}function r1(t){if(!Hc(t))throw new Error("Not a virtual descriptor");return Qs(t,t.reference.replace(MP,""))}function xtt(t){return bf(t)?In(t,t.range.replace(MP,"")):t}function ktt(t){return Hc(t)?Qs(t,t.reference.replace(MP,"")):t}function Qtt(t,e){return t.range.includes("::")?t:In(t,`${t.range}::${aE.default.stringify(e)}`)}function Ftt(t,e){return t.reference.includes("::")?t:Qs(t,`${t.reference}::${aE.default.stringify(e)}`)}function n1(t,e){return t.identHash===e.identHash}function nse(t,e){return t.descriptorHash===e.descriptorHash}function i1(t,e){return t.locatorHash===e.locatorHash}function Rtt(t,e){if(!Hc(t))throw new Error("Invalid package type");if(!Hc(e))throw new Error("Invalid package type");if(!n1(t,e)||t.dependencies.size!==e.dependencies.size)return!1;for(let r of t.dependencies.values()){let o=e.dependencies.get(r.identHash);if(!o||!nse(r,o))return!1}return!0}function Js(t){let e=ise(t);if(!e)throw new Error(`Invalid ident (${t})`);return e}function ise(t){let e=t.match(Ttt);if(!e)return null;let[,r,o]=e;return eA(typeof r<"u"?r:null,o)}function ih(t,e=!1){let r=s1(t,e);if(!r)throw new Error(`Invalid descriptor (${t})`);return r}function s1(t,e=!1){let r=e?t.match(Ntt):t.match(Ltt);if(!r)return null;let[,o,a,n]=r;if(n==="unknown")throw new Error(`Invalid range (${t})`);let u=typeof o<"u"?o:null,A=typeof n<"u"?n:"unknown";return In(eA(u,a),A)}function xf(t,e=!1){let r=UP(t,e);if(!r)throw new Error(`Invalid locator (${t})`);return r}function UP(t,e=!1){let r=e?t.match(Ott):t.match(Mtt);if(!r)return null;let[,o,a,n]=r;if(n==="unknown")throw new Error(`Invalid reference (${t})`);let u=typeof o<"u"?o:null,A=typeof n<"u"?n:"unknown";return Qs(eA(u,a),A)}function Bd(t,e){let r=t.match(Utt);if(r===null)throw new Error(`Invalid range (${t})`);let o=typeof r[1]<"u"?r[1]:null;if(typeof e?.requireProtocol=="string"&&o!==e.requireProtocol)throw new Error(`Invalid protocol (${o})`);if(e?.requireProtocol&&o===null)throw new Error(`Missing protocol (${o})`);let a=typeof r[3]<"u"?decodeURIComponent(r[2]):null;if(e?.requireSource&&a===null)throw new Error(`Missing source (${t})`);let n=typeof r[3]<"u"?decodeURIComponent(r[3]):decodeURIComponent(r[2]),u=e?.parseSelector?aE.default.parse(n):n,A=typeof r[4]<"u"?aE.default.parse(r[4]):null;return{protocol:o,source:a,selector:u,params:A}}function _tt(t,e){try{return Bd(t,e)}catch{return null}}function Htt(t,{protocol:e}){let{selector:r,params:o}=Bd(t,{requireProtocol:e,requireBindings:!0});if(typeof o.locator!="string")throw new Error(`Assertion failed: Invalid bindings for ${t}`);return{parentLocator:xf(o.locator,!0),path:r}}function $ie(t){return t=t.replaceAll("%","%25"),t=t.replaceAll(":","%3A"),t=t.replaceAll("#","%23"),t}function jtt(t){return t===null?!1:Object.entries(t).length>0}function _P({protocol:t,source:e,selector:r,params:o}){let a="";return t!==null&&(a+=`${t}`),e!==null&&(a+=`${$ie(e)}#`),a+=$ie(r),jtt(o)&&(a+=`::${aE.default.stringify(o)}`),a}function Gtt(t){let{params:e,protocol:r,source:o,selector:a}=Bd(t);for(let n in e)n.startsWith("__")&&delete e[n];return _P({protocol:r,source:o,params:e,selector:a})}function fn(t){return t.scope?`@${t.scope}/${t.name}`:`${t.name}`}function Pa(t){return t.scope?`@${t.scope}/${t.name}@${t.range}`:`${t.name}@${t.range}`}function ba(t){return t.scope?`@${t.scope}/${t.name}@${t.reference}`:`${t.name}@${t.reference}`}function ZO(t){return t.scope!==null?`@${t.scope}-${t.name}`:t.name}function lE(t){let{protocol:e,selector:r}=Bd(t.reference),o=e!==null?e.replace(qtt,""):"exotic",a=ese.default.valid(r),n=a!==null?`${o}-${a}`:`${o}`,u=10;return t.scope?`${ZO(t)}-${n}-${t.locatorHash.slice(0,u)}`:`${ZO(t)}-${n}-${t.locatorHash.slice(0,u)}`}function cs(t,e){return e.scope?`${Mt(t,`@${e.scope}/`,yt.SCOPE)}${Mt(t,e.name,yt.NAME)}`:`${Mt(t,e.name,yt.NAME)}`}function HP(t){if(t.startsWith($I)){let e=HP(t.substring(t.indexOf("#")+1)),r=t.substring($I.length,$I.length+Dtt);return`${e} [${r}]`}else return t.replace(Ytt,"?[...]")}function cE(t,e){return`${Mt(t,HP(e),yt.RANGE)}`}function Gn(t,e){return`${cs(t,e)}${Mt(t,"@",yt.RANGE)}${cE(t,e.range)}`}function o1(t,e){return`${Mt(t,HP(e),yt.REFERENCE)}`}function jr(t,e){return`${cs(t,e)}${Mt(t,"@",yt.REFERENCE)}${o1(t,e.reference)}`}function xL(t){return`${fn(t)}@${HP(t.reference)}`}function uE(t){return ks(t,[e=>fn(e),e=>e.range])}function a1(t,e){return cs(t,e.anchoredLocator)}function ZI(t,e,r){let o=bf(e)?t1(e):e;return r===null?`${Gn(t,o)} \u2192 ${bL(t).Cross}`:o.identHash===r.identHash?`${Gn(t,o)} \u2192 ${o1(t,r.reference)}`:`${Gn(t,o)} \u2192 ${jr(t,r)}`}function kL(t,e,r){return r===null?`${jr(t,e)}`:`${jr(t,e)} (via ${cE(t,r.range)})`}function nM(t){return`node_modules/${fn(t)}`}function jP(t,e){return t.conditions?Stt(t.conditions,r=>{let[,o,a]=r.match(rse),n=e[o];return n?n.includes(a):!0}):!0}var aE,ese,tse,$I,Dtt,rse,Stt,MP,Ttt,Ntt,Ltt,Ott,Mtt,Utt,qtt,Ytt,bo=Et(()=>{aE=$e(ve("querystring")),ese=$e(zn()),tse=$e(eX());Gl();nh();jl();bo();$I="virtual:",Dtt=5,rse=/(os|cpu|libc)=([a-z0-9_-]+)/,Stt=(0,tse.makeParser)(rse);MP=/^[^#]*#/;Ttt=/^(?:@([^/]+?)\/)?([^@/]+)$/;Ntt=/^(?:@([^/]+?)\/)?([^@/]+?)(?:@(.+))$/,Ltt=/^(?:@([^/]+?)\/)?([^@/]+?)(?:@(.+))?$/;Ott=/^(?:@([^/]+?)\/)?([^@/]+?)(?:@(.+))$/,Mtt=/^(?:@([^/]+?)\/)?([^@/]+?)(?:@(.+))?$/;Utt=/^([^#:]*:)?((?:(?!::)[^#])*)(?:#((?:(?!::).)*))?(?:::(.*))?$/;qtt=/:$/;Ytt=/\?.*/});var sse,ose=Et(()=>{bo();sse={hooks:{reduceDependency:(t,e,r,o,{resolver:a,resolveOptions:n})=>{for(let{pattern:u,reference:A}of e.topLevelWorkspace.manifest.resolutions){if(u.from&&(u.from.fullName!==fn(r)||e.configuration.normalizeLocator(Qs(Js(u.from.fullName),u.from.description??r.reference)).locatorHash!==r.locatorHash)||u.descriptor.fullName!==fn(t)||e.configuration.normalizeDependency(In(xf(u.descriptor.fullName),u.descriptor.description??t.range)).descriptorHash!==t.descriptorHash)continue;return a.bindDescriptor(e.configuration.normalizeDependency(In(t,A)),e.topLevelWorkspace.anchoredLocator,n)}return t},validateProject:async(t,e)=>{for(let r of t.workspaces){let o=a1(t.configuration,r);await t.configuration.triggerHook(a=>a.validateWorkspace,r,{reportWarning:(a,n)=>e.reportWarning(a,`${o}: ${n}`),reportError:(a,n)=>e.reportError(a,`${o}: ${n}`)})}},validateWorkspace:async(t,e)=>{let{manifest:r}=t;r.resolutions.length&&t.cwd!==t.project.cwd&&r.errors.push(new Error("Resolutions field will be ignored"));for(let o of r.errors)e.reportWarning(57,o.message)}}}});var l1,Xn,vd=Et(()=>{l1=class{supportsDescriptor(e,r){return!!(e.range.startsWith(l1.protocol)||r.project.tryWorkspaceByDescriptor(e)!==null)}supportsLocator(e,r){return!!e.reference.startsWith(l1.protocol)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){return[o.project.getWorkspaceByDescriptor(e).anchoredLocator]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){let o=r.project.getWorkspaceByCwd(e.reference.slice(l1.protocol.length));return{...e,version:o.manifest.version||"0.0.0",languageName:"unknown",linkType:"SOFT",conditions:null,dependencies:r.project.configuration.normalizeDependencyMap(new Map([...o.manifest.dependencies,...o.manifest.devDependencies])),peerDependencies:new Map([...o.manifest.peerDependencies]),dependenciesMeta:o.manifest.dependenciesMeta,peerDependenciesMeta:o.manifest.peerDependenciesMeta,bin:o.manifest.bin}}},Xn=l1;Xn.protocol="workspace:"});var kr={};Vt(kr,{SemVer:()=>Ase.SemVer,clean:()=>Ktt,getComparator:()=>cse,mergeComparators:()=>iM,satisfiesWithPrereleases:()=>kf,simplifyRanges:()=>sM,stringifyComparator:()=>use,validRange:()=>xa});function kf(t,e,r=!1){if(!t)return!1;let o=`${e}${r}`,a=ase.get(o);if(typeof a>"u")try{a=new sh.default.Range(e,{includePrerelease:!0,loose:r})}catch{return!1}finally{ase.set(o,a||null)}else if(a===null)return!1;let n;try{n=new sh.default.SemVer(t,a)}catch{return!1}return a.test(n)?!0:(n.prerelease&&(n.prerelease=[]),a.set.some(u=>{for(let A of u)A.semver.prerelease&&(A.semver.prerelease=[]);return u.every(A=>A.test(n))}))}function xa(t){if(t.indexOf(":")!==-1)return null;let e=lse.get(t);if(typeof e<"u")return e;try{e=new sh.default.Range(t)}catch{e=null}return lse.set(t,e),e}function Ktt(t){let e=Wtt.exec(t);return e?e[1]:null}function cse(t){if(t.semver===sh.default.Comparator.ANY)return{gt:null,lt:null};switch(t.operator){case"":return{gt:[">=",t.semver],lt:["<=",t.semver]};case">":case">=":return{gt:[t.operator,t.semver],lt:null};case"<":case"<=":return{gt:null,lt:[t.operator,t.semver]};default:throw new Error(`Assertion failed: Unexpected comparator operator (${t.operator})`)}}function iM(t){if(t.length===0)return null;let e=null,r=null;for(let o of t){if(o.gt){let a=e!==null?sh.default.compare(o.gt[1],e[1]):null;(a===null||a>0||a===0&&o.gt[0]===">")&&(e=o.gt)}if(o.lt){let a=r!==null?sh.default.compare(o.lt[1],r[1]):null;(a===null||a<0||a===0&&o.lt[0]==="<")&&(r=o.lt)}}if(e&&r){let o=sh.default.compare(e[1],r[1]);if(o===0&&(e[0]===">"||r[0]==="<")||o>0)return null}return{gt:e,lt:r}}function use(t){if(t.gt&&t.lt){if(t.gt[0]===">="&&t.lt[0]==="<="&&t.gt[1].version===t.lt[1].version)return t.gt[1].version;if(t.gt[0]===">="&&t.lt[0]==="<"){if(t.lt[1].version===`${t.gt[1].major+1}.0.0-0`)return`^${t.gt[1].version}`;if(t.lt[1].version===`${t.gt[1].major}.${t.gt[1].minor+1}.0-0`)return`~${t.gt[1].version}`}}let e=[];return t.gt&&e.push(t.gt[0]+t.gt[1].version),t.lt&&e.push(t.lt[0]+t.lt[1].version),e.length?e.join(" "):"*"}function sM(t){let e=t.map(o=>xa(o).set.map(a=>a.map(n=>cse(n)))),r=e.shift().map(o=>iM(o)).filter(o=>o!==null);for(let o of e){let a=[];for(let n of r)for(let u of o){let A=iM([n,...u]);A!==null&&a.push(A)}r=a}return r.length===0?null:r.map(o=>use(o)).join(" || ")}var sh,Ase,ase,lse,Wtt,Qf=Et(()=>{sh=$e(zn()),Ase=$e(zn()),ase=new Map;lse=new Map;Wtt=/^(?:[\sv=]*?)((0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\s*)$/});function fse(t){let e=t.match(/^[ \t]+/m);return e?e[0]:" "}function pse(t){return t.charCodeAt(0)===65279?t.slice(1):t}function $o(t){return t.replace(/\\/g,"/")}function GP(t,{yamlCompatibilityMode:e}){return e?CL(t):typeof t>"u"||typeof t=="boolean"?t:null}function hse(t,e){let r=e.search(/[^!]/);if(r===-1)return"invalid";let o=r%2===0?"":"!",a=e.slice(r);return`${o}${t}=${a}`}function oM(t,e){return e.length===1?hse(t,e[0]):`(${e.map(r=>hse(t,r)).join(" | ")})`}var gse,AE,Ot,fE=Et(()=>{St();Nl();gse=$e(zn());vd();jl();Qf();bo();AE=class{constructor(){this.indent=" ";this.name=null;this.version=null;this.os=null;this.cpu=null;this.libc=null;this.type=null;this.packageManager=null;this.private=!1;this.license=null;this.main=null;this.module=null;this.browser=null;this.languageName=null;this.bin=new Map;this.scripts=new Map;this.dependencies=new Map;this.devDependencies=new Map;this.peerDependencies=new Map;this.workspaceDefinitions=[];this.dependenciesMeta=new Map;this.peerDependenciesMeta=new Map;this.resolutions=[];this.files=null;this.publishConfig=null;this.installConfig=null;this.preferUnplugged=null;this.raw={};this.errors=[]}static async tryFind(e,{baseFs:r=new Tn}={}){let o=V.join(e,"package.json");try{return await AE.fromFile(o,{baseFs:r})}catch(a){if(a.code==="ENOENT")return null;throw a}}static async find(e,{baseFs:r}={}){let o=await AE.tryFind(e,{baseFs:r});if(o===null)throw new Error("Manifest not found");return o}static async fromFile(e,{baseFs:r=new Tn}={}){let o=new AE;return await o.loadFile(e,{baseFs:r}),o}static fromText(e){let r=new AE;return r.loadFromText(e),r}loadFromText(e){let r;try{r=JSON.parse(pse(e)||"{}")}catch(o){throw o.message+=` (when parsing ${e})`,o}this.load(r),this.indent=fse(e)}async loadFile(e,{baseFs:r=new Tn}){let o=await r.readFilePromise(e,"utf8"),a;try{a=JSON.parse(pse(o)||"{}")}catch(n){throw n.message+=` (when parsing ${e})`,n}this.load(a),this.indent=fse(o)}load(e,{yamlCompatibilityMode:r=!1}={}){if(typeof e!="object"||e===null)throw new Error(`Utterly invalid manifest data (${e})`);this.raw=e;let o=[];if(this.name=null,typeof e.name=="string")try{this.name=Js(e.name)}catch{o.push(new Error("Parsing failed for the 'name' field"))}if(typeof e.version=="string"?this.version=e.version:this.version=null,Array.isArray(e.os)){let n=[];this.os=n;for(let u of e.os)typeof u!="string"?o.push(new Error("Parsing failed for the 'os' field")):n.push(u)}else this.os=null;if(Array.isArray(e.cpu)){let n=[];this.cpu=n;for(let u of e.cpu)typeof u!="string"?o.push(new Error("Parsing failed for the 'cpu' field")):n.push(u)}else this.cpu=null;if(Array.isArray(e.libc)){let n=[];this.libc=n;for(let u of e.libc)typeof u!="string"?o.push(new Error("Parsing failed for the 'libc' field")):n.push(u)}else this.libc=null;if(typeof e.type=="string"?this.type=e.type:this.type=null,typeof e.packageManager=="string"?this.packageManager=e.packageManager:this.packageManager=null,typeof e.private=="boolean"?this.private=e.private:this.private=!1,typeof e.license=="string"?this.license=e.license:this.license=null,typeof e.languageName=="string"?this.languageName=e.languageName:this.languageName=null,typeof e.main=="string"?this.main=$o(e.main):this.main=null,typeof e.module=="string"?this.module=$o(e.module):this.module=null,e.browser!=null)if(typeof e.browser=="string")this.browser=$o(e.browser);else{this.browser=new Map;for(let[n,u]of Object.entries(e.browser))this.browser.set($o(n),typeof u=="string"?$o(u):u)}else this.browser=null;if(this.bin=new Map,typeof e.bin=="string")e.bin.trim()===""?o.push(new Error("Invalid bin field")):this.name!==null?this.bin.set(this.name.name,$o(e.bin)):o.push(new Error("String bin field, but no attached package name"));else if(typeof e.bin=="object"&&e.bin!==null)for(let[n,u]of Object.entries(e.bin)){if(typeof u!="string"||u.trim()===""){o.push(new Error(`Invalid bin definition for '${n}'`));continue}let A=Js(n);this.bin.set(A.name,$o(u))}if(this.scripts=new Map,typeof e.scripts=="object"&&e.scripts!==null)for(let[n,u]of Object.entries(e.scripts)){if(typeof u!="string"){o.push(new Error(`Invalid script definition for '${n}'`));continue}this.scripts.set(n,u)}if(this.dependencies=new Map,typeof e.dependencies=="object"&&e.dependencies!==null)for(let[n,u]of Object.entries(e.dependencies)){if(typeof u!="string"){o.push(new Error(`Invalid dependency range for '${n}'`));continue}let A;try{A=Js(n)}catch{o.push(new Error(`Parsing failed for the dependency name '${n}'`));continue}let p=In(A,u);this.dependencies.set(p.identHash,p)}if(this.devDependencies=new Map,typeof e.devDependencies=="object"&&e.devDependencies!==null)for(let[n,u]of Object.entries(e.devDependencies)){if(typeof u!="string"){o.push(new Error(`Invalid dependency range for '${n}'`));continue}let A;try{A=Js(n)}catch{o.push(new Error(`Parsing failed for the dependency name '${n}'`));continue}let p=In(A,u);this.devDependencies.set(p.identHash,p)}if(this.peerDependencies=new Map,typeof e.peerDependencies=="object"&&e.peerDependencies!==null)for(let[n,u]of Object.entries(e.peerDependencies)){let A;try{A=Js(n)}catch{o.push(new Error(`Parsing failed for the dependency name '${n}'`));continue}(typeof u!="string"||!u.startsWith(Xn.protocol)&&!xa(u))&&(o.push(new Error(`Invalid dependency range for '${n}'`)),u="*");let p=In(A,u);this.peerDependencies.set(p.identHash,p)}typeof e.workspaces=="object"&&e.workspaces!==null&&e.workspaces.nohoist&&o.push(new Error("'nohoist' is deprecated, please use 'installConfig.hoistingLimits' instead"));let a=Array.isArray(e.workspaces)?e.workspaces:typeof e.workspaces=="object"&&e.workspaces!==null&&Array.isArray(e.workspaces.packages)?e.workspaces.packages:[];this.workspaceDefinitions=[];for(let n of a){if(typeof n!="string"){o.push(new Error(`Invalid workspace definition for '${n}'`));continue}this.workspaceDefinitions.push({pattern:n})}if(this.dependenciesMeta=new Map,typeof e.dependenciesMeta=="object"&&e.dependenciesMeta!==null)for(let[n,u]of Object.entries(e.dependenciesMeta)){if(typeof u!="object"||u===null){o.push(new Error(`Invalid meta field for '${n}`));continue}let A=ih(n),p=this.ensureDependencyMeta(A),h=GP(u.built,{yamlCompatibilityMode:r});if(h===null){o.push(new Error(`Invalid built meta field for '${n}'`));continue}let E=GP(u.optional,{yamlCompatibilityMode:r});if(E===null){o.push(new Error(`Invalid optional meta field for '${n}'`));continue}let I=GP(u.unplugged,{yamlCompatibilityMode:r});if(I===null){o.push(new Error(`Invalid unplugged meta field for '${n}'`));continue}Object.assign(p,{built:h,optional:E,unplugged:I})}if(this.peerDependenciesMeta=new Map,typeof e.peerDependenciesMeta=="object"&&e.peerDependenciesMeta!==null)for(let[n,u]of Object.entries(e.peerDependenciesMeta)){if(typeof u!="object"||u===null){o.push(new Error(`Invalid meta field for '${n}'`));continue}let A=ih(n),p=this.ensurePeerDependencyMeta(A),h=GP(u.optional,{yamlCompatibilityMode:r});if(h===null){o.push(new Error(`Invalid optional meta field for '${n}'`));continue}Object.assign(p,{optional:h})}if(this.resolutions=[],typeof e.resolutions=="object"&&e.resolutions!==null)for(let[n,u]of Object.entries(e.resolutions)){if(typeof u!="string"){o.push(new Error(`Invalid resolution entry for '${n}'`));continue}try{this.resolutions.push({pattern:MD(n),reference:u})}catch(A){o.push(A);continue}}if(Array.isArray(e.files)){this.files=new Set;for(let n of e.files){if(typeof n!="string"){o.push(new Error(`Invalid files entry for '${n}'`));continue}this.files.add(n)}}else this.files=null;if(typeof e.publishConfig=="object"&&e.publishConfig!==null){if(this.publishConfig={},typeof e.publishConfig.access=="string"&&(this.publishConfig.access=e.publishConfig.access),typeof e.publishConfig.main=="string"&&(this.publishConfig.main=$o(e.publishConfig.main)),typeof e.publishConfig.module=="string"&&(this.publishConfig.module=$o(e.publishConfig.module)),e.publishConfig.browser!=null)if(typeof e.publishConfig.browser=="string")this.publishConfig.browser=$o(e.publishConfig.browser);else{this.publishConfig.browser=new Map;for(let[n,u]of Object.entries(e.publishConfig.browser))this.publishConfig.browser.set($o(n),typeof u=="string"?$o(u):u)}if(typeof e.publishConfig.registry=="string"&&(this.publishConfig.registry=e.publishConfig.registry),typeof e.publishConfig.bin=="string")this.name!==null?this.publishConfig.bin=new Map([[this.name.name,$o(e.publishConfig.bin)]]):o.push(new Error("String bin field, but no attached package name"));else if(typeof e.publishConfig.bin=="object"&&e.publishConfig.bin!==null){this.publishConfig.bin=new Map;for(let[n,u]of Object.entries(e.publishConfig.bin)){if(typeof u!="string"){o.push(new Error(`Invalid bin definition for '${n}'`));continue}this.publishConfig.bin.set(n,$o(u))}}if(Array.isArray(e.publishConfig.executableFiles)){this.publishConfig.executableFiles=new Set;for(let n of e.publishConfig.executableFiles){if(typeof n!="string"){o.push(new Error("Invalid executable file definition"));continue}this.publishConfig.executableFiles.add($o(n))}}}else this.publishConfig=null;if(typeof e.installConfig=="object"&&e.installConfig!==null){this.installConfig={};for(let n of Object.keys(e.installConfig))n==="hoistingLimits"?typeof e.installConfig.hoistingLimits=="string"?this.installConfig.hoistingLimits=e.installConfig.hoistingLimits:o.push(new Error("Invalid hoisting limits definition")):n=="selfReferences"?typeof e.installConfig.selfReferences=="boolean"?this.installConfig.selfReferences=e.installConfig.selfReferences:o.push(new Error("Invalid selfReferences definition, must be a boolean value")):o.push(new Error(`Unrecognized installConfig key: ${n}`))}else this.installConfig=null;if(typeof e.optionalDependencies=="object"&&e.optionalDependencies!==null)for(let[n,u]of Object.entries(e.optionalDependencies)){if(typeof u!="string"){o.push(new Error(`Invalid dependency range for '${n}'`));continue}let A;try{A=Js(n)}catch{o.push(new Error(`Parsing failed for the dependency name '${n}'`));continue}let p=In(A,u);this.dependencies.set(p.identHash,p);let h=In(A,"unknown"),E=this.ensureDependencyMeta(h);Object.assign(E,{optional:!0})}typeof e.preferUnplugged=="boolean"?this.preferUnplugged=e.preferUnplugged:this.preferUnplugged=null,this.errors=o}getForScope(e){switch(e){case"dependencies":return this.dependencies;case"devDependencies":return this.devDependencies;case"peerDependencies":return this.peerDependencies;default:throw new Error(`Unsupported value ("${e}")`)}}hasConsumerDependency(e){return!!(this.dependencies.has(e.identHash)||this.peerDependencies.has(e.identHash))}hasHardDependency(e){return!!(this.dependencies.has(e.identHash)||this.devDependencies.has(e.identHash))}hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)}hasDependency(e){return!!(this.hasHardDependency(e)||this.hasSoftDependency(e))}getConditions(){let e=[];return this.os&&this.os.length>0&&e.push(oM("os",this.os)),this.cpu&&this.cpu.length>0&&e.push(oM("cpu",this.cpu)),this.libc&&this.libc.length>0&&e.push(oM("libc",this.libc)),e.length>0?e.join(" & "):null}ensureDependencyMeta(e){if(e.range!=="unknown"&&!gse.default.valid(e.range))throw new Error(`Invalid meta field range for '${Pa(e)}'`);let r=fn(e),o=e.range!=="unknown"?e.range:null,a=this.dependenciesMeta.get(r);a||this.dependenciesMeta.set(r,a=new Map);let n=a.get(o);return n||a.set(o,n={}),n}ensurePeerDependencyMeta(e){if(e.range!=="unknown")throw new Error(`Invalid meta field range for '${Pa(e)}'`);let r=fn(e),o=this.peerDependenciesMeta.get(r);return o||this.peerDependenciesMeta.set(r,o={}),o}setRawField(e,r,{after:o=[]}={}){let a=new Set(o.filter(n=>Object.hasOwn(this.raw,n)));if(a.size===0||Object.hasOwn(this.raw,e))this.raw[e]=r;else{let n=this.raw,u=this.raw={},A=!1;for(let p of Object.keys(n))u[p]=n[p],A||(a.delete(p),a.size===0&&(u[e]=r,A=!0))}}exportTo(e,{compatibilityMode:r=!0}={}){if(Object.assign(e,this.raw),this.name!==null?e.name=fn(this.name):delete e.name,this.version!==null?e.version=this.version:delete e.version,this.os!==null?e.os=this.os:delete e.os,this.cpu!==null?e.cpu=this.cpu:delete e.cpu,this.type!==null?e.type=this.type:delete e.type,this.packageManager!==null?e.packageManager=this.packageManager:delete e.packageManager,this.private?e.private=!0:delete e.private,this.license!==null?e.license=this.license:delete e.license,this.languageName!==null?e.languageName=this.languageName:delete e.languageName,this.main!==null?e.main=this.main:delete e.main,this.module!==null?e.module=this.module:delete e.module,this.browser!==null){let n=this.browser;typeof n=="string"?e.browser=n:n instanceof Map&&(e.browser=Object.assign({},...Array.from(n.keys()).sort().map(u=>({[u]:n.get(u)}))))}else delete e.browser;this.bin.size===1&&this.name!==null&&this.bin.has(this.name.name)?e.bin=this.bin.get(this.name.name):this.bin.size>0?e.bin=Object.assign({},...Array.from(this.bin.keys()).sort().map(n=>({[n]:this.bin.get(n)}))):delete e.bin,this.workspaceDefinitions.length>0?this.raw.workspaces&&!Array.isArray(this.raw.workspaces)?e.workspaces={...this.raw.workspaces,packages:this.workspaceDefinitions.map(({pattern:n})=>n)}:e.workspaces=this.workspaceDefinitions.map(({pattern:n})=>n):this.raw.workspaces&&!Array.isArray(this.raw.workspaces)&&Object.keys(this.raw.workspaces).length>0?e.workspaces=this.raw.workspaces:delete e.workspaces;let o=[],a=[];for(let n of this.dependencies.values()){let u=this.dependenciesMeta.get(fn(n)),A=!1;if(r&&u){let p=u.get(null);p&&p.optional&&(A=!0)}A?a.push(n):o.push(n)}o.length>0?e.dependencies=Object.assign({},...uE(o).map(n=>({[fn(n)]:n.range}))):delete e.dependencies,a.length>0?e.optionalDependencies=Object.assign({},...uE(a).map(n=>({[fn(n)]:n.range}))):delete e.optionalDependencies,this.devDependencies.size>0?e.devDependencies=Object.assign({},...uE(this.devDependencies.values()).map(n=>({[fn(n)]:n.range}))):delete e.devDependencies,this.peerDependencies.size>0?e.peerDependencies=Object.assign({},...uE(this.peerDependencies.values()).map(n=>({[fn(n)]:n.range}))):delete e.peerDependencies,e.dependenciesMeta={};for(let[n,u]of ks(this.dependenciesMeta.entries(),([A,p])=>A))for(let[A,p]of ks(u.entries(),([h,E])=>h!==null?`0${h}`:"1")){let h=A!==null?Pa(In(Js(n),A)):n,E={...p};r&&A===null&&delete E.optional,Object.keys(E).length!==0&&(e.dependenciesMeta[h]=E)}if(Object.keys(e.dependenciesMeta).length===0&&delete e.dependenciesMeta,this.peerDependenciesMeta.size>0?e.peerDependenciesMeta=Object.assign({},...ks(this.peerDependenciesMeta.entries(),([n,u])=>n).map(([n,u])=>({[n]:u}))):delete e.peerDependenciesMeta,this.resolutions.length>0?e.resolutions=Object.assign({},...this.resolutions.map(({pattern:n,reference:u})=>({[UD(n)]:u}))):delete e.resolutions,this.files!==null?e.files=Array.from(this.files):delete e.files,this.preferUnplugged!==null?e.preferUnplugged=this.preferUnplugged:delete e.preferUnplugged,this.scripts!==null&&this.scripts.size>0){e.scripts??={};for(let n of Object.keys(e.scripts))this.scripts.has(n)||delete e.scripts[n];for(let[n,u]of this.scripts.entries())e.scripts[n]=u}else delete e.scripts;return e}},Ot=AE;Ot.fileName="package.json",Ot.allDependencies=["dependencies","devDependencies","peerDependencies"],Ot.hardDependencies=["dependencies","devDependencies"]});var mse=_((UNt,dse)=>{var Vtt=_l(),Jtt=function(){return Vtt.Date.now()};dse.exports=Jtt});var Ese=_((_Nt,yse)=>{var ztt=/\s/;function Xtt(t){for(var e=t.length;e--&&ztt.test(t.charAt(e)););return e}yse.exports=Xtt});var wse=_((HNt,Cse)=>{var Ztt=Ese(),$tt=/^\s+/;function ert(t){return t&&t.slice(0,Ztt(t)+1).replace($tt,"")}Cse.exports=ert});var pE=_((jNt,Ise)=>{var trt=hd(),rrt=Ju(),nrt="[object Symbol]";function irt(t){return typeof t=="symbol"||rrt(t)&&trt(t)==nrt}Ise.exports=irt});var Sse=_((GNt,Dse)=>{var srt=wse(),Bse=il(),ort=pE(),vse=0/0,art=/^[-+]0x[0-9a-f]+$/i,lrt=/^0b[01]+$/i,crt=/^0o[0-7]+$/i,urt=parseInt;function Art(t){if(typeof t=="number")return t;if(ort(t))return vse;if(Bse(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Bse(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=srt(t);var r=lrt.test(t);return r||crt.test(t)?urt(t.slice(2),r?2:8):art.test(t)?vse:+t}Dse.exports=Art});var xse=_((qNt,bse)=>{var frt=il(),aM=mse(),Pse=Sse(),prt="Expected a function",hrt=Math.max,grt=Math.min;function drt(t,e,r){var o,a,n,u,A,p,h=0,E=!1,I=!1,v=!0;if(typeof t!="function")throw new TypeError(prt);e=Pse(e)||0,frt(r)&&(E=!!r.leading,I="maxWait"in r,n=I?hrt(Pse(r.maxWait)||0,e):n,v="trailing"in r?!!r.trailing:v);function x(ce){var me=o,he=a;return o=a=void 0,h=ce,u=t.apply(he,me),u}function C(ce){return h=ce,A=setTimeout(U,e),E?x(ce):u}function R(ce){var me=ce-p,he=ce-h,Be=e-me;return I?grt(Be,n-he):Be}function L(ce){var me=ce-p,he=ce-h;return p===void 0||me>=e||me<0||I&&he>=n}function U(){var ce=aM();if(L(ce))return J(ce);A=setTimeout(U,R(ce))}function J(ce){return A=void 0,v&&o?x(ce):(o=a=void 0,u)}function te(){A!==void 0&&clearTimeout(A),h=0,o=p=a=A=void 0}function ae(){return A===void 0?u:J(aM())}function fe(){var ce=aM(),me=L(ce);if(o=arguments,a=this,p=ce,me){if(A===void 0)return C(p);if(I)return clearTimeout(A),A=setTimeout(U,e),x(p)}return A===void 0&&(A=setTimeout(U,e)),u}return fe.cancel=te,fe.flush=ae,fe}bse.exports=drt});var lM=_((YNt,kse)=>{var mrt=xse(),yrt=il(),Ert="Expected a function";function Crt(t,e,r){var o=!0,a=!0;if(typeof t!="function")throw new TypeError(Ert);return yrt(r)&&(o="leading"in r?!!r.leading:o,a="trailing"in r?!!r.trailing:a),mrt(t,e,{leading:o,maxWait:e,trailing:a})}kse.exports=Crt});function Irt(t){return typeof t.reportCode<"u"}var Qse,Fse,Rse,wrt,zt,Xs,Yl=Et(()=>{Qse=$e(lM()),Fse=ve("stream"),Rse=ve("string_decoder"),wrt=15,zt=class extends Error{constructor(r,o,a){super(o);this.reportExtra=a;this.reportCode=r}};Xs=class{constructor(){this.cacheHits=new Set;this.cacheMisses=new Set;this.reportedInfos=new Set;this.reportedWarnings=new Set;this.reportedErrors=new Set}getRecommendedLength(){return 180}reportCacheHit(e){this.cacheHits.add(e.locatorHash)}reportCacheMiss(e,r){this.cacheMisses.add(e.locatorHash)}static progressViaCounter(e){let r=0,o,a=new Promise(p=>{o=p}),n=p=>{let h=o;a=new Promise(E=>{o=E}),r=p,h()},u=(p=0)=>{n(r+1)},A=async function*(){for(;r{r=u}),a=(0,Qse.default)(u=>{let A=r;o=new Promise(p=>{r=p}),e=u,A()},1e3/wrt),n=async function*(){for(;;)await o,yield{title:e}}();return{[Symbol.asyncIterator](){return n},hasProgress:!1,hasTitle:!0,setTitle:a}}async startProgressPromise(e,r){let o=this.reportProgress(e);try{return await r(e)}finally{o.stop()}}startProgressSync(e,r){let o=this.reportProgress(e);try{return r(e)}finally{o.stop()}}reportInfoOnce(e,r,o){let a=o&&o.key?o.key:r;this.reportedInfos.has(a)||(this.reportedInfos.add(a),this.reportInfo(e,r),o?.reportExtra?.(this))}reportWarningOnce(e,r,o){let a=o&&o.key?o.key:r;this.reportedWarnings.has(a)||(this.reportedWarnings.add(a),this.reportWarning(e,r),o?.reportExtra?.(this))}reportErrorOnce(e,r,o){let a=o&&o.key?o.key:r;this.reportedErrors.has(a)||(this.reportedErrors.add(a),this.reportError(e,r),o?.reportExtra?.(this))}reportExceptionOnce(e){Irt(e)?this.reportErrorOnce(e.reportCode,e.message,{key:e,reportExtra:e.reportExtra}):this.reportErrorOnce(1,e.stack||e.message,{key:e})}createStreamReporter(e=null){let r=new Fse.PassThrough,o=new Rse.StringDecoder,a="";return r.on("data",n=>{let u=o.write(n),A;do if(A=u.indexOf(` +`),A!==-1){let p=a+u.substring(0,A);u=u.substring(A+1),a="",e!==null?this.reportInfo(null,`${e} ${p}`):this.reportInfo(null,p)}while(A!==-1);a+=u}),r.on("end",()=>{let n=o.end();n!==""&&(e!==null?this.reportInfo(null,`${e} ${n}`):this.reportInfo(null,n))}),r}}});var hE,cM=Et(()=>{Yl();bo();hE=class{constructor(e){this.fetchers=e}supports(e,r){return!!this.tryFetcher(e,r)}getLocalPath(e,r){return this.getFetcher(e,r).getLocalPath(e,r)}async fetch(e,r){return await this.getFetcher(e,r).fetch(e,r)}tryFetcher(e,r){let o=this.fetchers.find(a=>a.supports(e,r));return o||null}getFetcher(e,r){let o=this.fetchers.find(a=>a.supports(e,r));if(!o)throw new zt(11,`${jr(r.project.configuration,e)} isn't supported by any available fetcher`);return o}}});var Dd,uM=Et(()=>{bo();Dd=class{constructor(e){this.resolvers=e.filter(r=>r)}supportsDescriptor(e,r){return!!this.tryResolverByDescriptor(e,r)}supportsLocator(e,r){return!!this.tryResolverByLocator(e,r)}shouldPersistResolution(e,r){return this.getResolverByLocator(e,r).shouldPersistResolution(e,r)}bindDescriptor(e,r,o){return this.getResolverByDescriptor(e,o).bindDescriptor(e,r,o)}getResolutionDependencies(e,r){return this.getResolverByDescriptor(e,r).getResolutionDependencies(e,r)}async getCandidates(e,r,o){return await this.getResolverByDescriptor(e,o).getCandidates(e,r,o)}async getSatisfying(e,r,o,a){return this.getResolverByDescriptor(e,a).getSatisfying(e,r,o,a)}async resolve(e,r){return await this.getResolverByLocator(e,r).resolve(e,r)}tryResolverByDescriptor(e,r){let o=this.resolvers.find(a=>a.supportsDescriptor(e,r));return o||null}getResolverByDescriptor(e,r){let o=this.resolvers.find(a=>a.supportsDescriptor(e,r));if(!o)throw new Error(`${Gn(r.project.configuration,e)} isn't supported by any available resolver`);return o}tryResolverByLocator(e,r){let o=this.resolvers.find(a=>a.supportsLocator(e,r));return o||null}getResolverByLocator(e,r){let o=this.resolvers.find(a=>a.supportsLocator(e,r));if(!o)throw new Error(`${jr(r.project.configuration,e)} isn't supported by any available resolver`);return o}}});var gE,AM=Et(()=>{St();bo();gE=class{supports(e){return!!e.reference.startsWith("virtual:")}getLocalPath(e,r){let o=e.reference.indexOf("#");if(o===-1)throw new Error("Invalid virtual package reference");let a=e.reference.slice(o+1),n=Qs(e,a);return r.fetcher.getLocalPath(n,r)}async fetch(e,r){let o=e.reference.indexOf("#");if(o===-1)throw new Error("Invalid virtual package reference");let a=e.reference.slice(o+1),n=Qs(e,a),u=await r.fetcher.fetch(n,r);return await this.ensureVirtualLink(e,u,r)}getLocatorFilename(e){return lE(e)}async ensureVirtualLink(e,r,o){let a=r.packageFs.getRealPath(),n=o.project.configuration.get("virtualFolder"),u=this.getLocatorFilename(e),A=mi.makeVirtualPath(n,u,a),p=new Uu(A,{baseFs:r.packageFs,pathUtils:V});return{...r,packageFs:p}}}});var dE,c1,Tse=Et(()=>{dE=class{static isVirtualDescriptor(e){return!!e.range.startsWith(dE.protocol)}static isVirtualLocator(e){return!!e.reference.startsWith(dE.protocol)}supportsDescriptor(e,r){return dE.isVirtualDescriptor(e)}supportsLocator(e,r){return dE.isVirtualLocator(e)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){throw new Error('Assertion failed: calling "bindDescriptor" on a virtual descriptor is unsupported')}getResolutionDependencies(e,r){throw new Error('Assertion failed: calling "getResolutionDependencies" on a virtual descriptor is unsupported')}async getCandidates(e,r,o){throw new Error('Assertion failed: calling "getCandidates" on a virtual descriptor is unsupported')}async getSatisfying(e,r,o,a){throw new Error('Assertion failed: calling "getSatisfying" on a virtual descriptor is unsupported')}async resolve(e,r){throw new Error('Assertion failed: calling "resolve" on a virtual locator is unsupported')}},c1=dE;c1.protocol="virtual:"});var mE,fM=Et(()=>{St();vd();mE=class{supports(e){return!!e.reference.startsWith(Xn.protocol)}getLocalPath(e,r){return this.getWorkspace(e,r).cwd}async fetch(e,r){let o=this.getWorkspace(e,r).cwd;return{packageFs:new gn(o),prefixPath:Bt.dot,localPath:o}}getWorkspace(e,r){return r.project.getWorkspaceByCwd(e.reference.slice(Xn.protocol.length))}}});function u1(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function Nse(t){return typeof t>"u"?3:u1(t)?0:Array.isArray(t)?1:2}function gM(t,e){return Object.hasOwn(t,e)}function vrt(t){return u1(t)&&gM(t,"onConflict")&&typeof t.onConflict=="string"}function Drt(t){if(typeof t>"u")return{onConflict:"default",value:t};if(!vrt(t))return{onConflict:"default",value:t};if(gM(t,"value"))return t;let{onConflict:e,...r}=t;return{onConflict:e,value:r}}function Lse(t,e){let r=u1(t)&&gM(t,e)?t[e]:void 0;return Drt(r)}function yE(t,e){return[t,e,Ose]}function dM(t){return Array.isArray(t)?t[2]===Ose:!1}function pM(t,e){if(u1(t)){let r={};for(let o of Object.keys(t))r[o]=pM(t[o],e);return yE(e,r)}return Array.isArray(t)?yE(e,t.map(r=>pM(r,e))):yE(e,t)}function hM(t,e,r,o,a){let n,u=[],A=a,p=0;for(let E=a-1;E>=o;--E){let[I,v]=t[E],{onConflict:x,value:C}=Lse(v,r),R=Nse(C);if(R!==3){if(n??=R,R!==n||x==="hardReset"){p=A;break}if(R===2)return yE(I,C);if(u.unshift([I,C]),x==="reset"){p=E;break}x==="extend"&&E===o&&(o=0),A=E}}if(typeof n>"u")return null;let h=u.map(([E])=>E).join(", ");switch(n){case 1:return yE(h,new Array().concat(...u.map(([E,I])=>I.map(v=>pM(v,E)))));case 0:{let E=Object.assign({},...u.map(([,R])=>R)),I=Object.keys(E),v={},x=t.map(([R,L])=>[R,Lse(L,r).value]),C=Brt(x,([R,L])=>{let U=Nse(L);return U!==0&&U!==3});if(C!==-1){let R=x.slice(C+1);for(let L of I)v[L]=hM(R,e,L,0,R.length)}else for(let R of I)v[R]=hM(x,e,R,p,x.length);return yE(h,v)}default:throw new Error("Assertion failed: Non-extendable value type")}}function Mse(t){return hM(t.map(([e,r])=>[e,{["."]:r}]),[],".",0,t.length)}function A1(t){return dM(t)?t[1]:t}function qP(t){let e=dM(t)?t[1]:t;if(Array.isArray(e))return e.map(r=>qP(r));if(u1(e)){let r={};for(let[o,a]of Object.entries(e))r[o]=qP(a);return r}return e}function mM(t){return dM(t)?t[0]:null}var Brt,Ose,Use=Et(()=>{Brt=(t,e,r)=>{let o=[...t];return o.reverse(),o.findIndex(e,r)};Ose=Symbol()});var YP={};Vt(YP,{getDefaultGlobalFolder:()=>EM,getHomeFolder:()=>EE,isFolderInside:()=>CM});function EM(){if(process.platform==="win32"){let t=ue.toPortablePath(process.env.LOCALAPPDATA||ue.join((0,yM.homedir)(),"AppData","Local"));return V.resolve(t,"Yarn/Berry")}if(process.env.XDG_DATA_HOME){let t=ue.toPortablePath(process.env.XDG_DATA_HOME);return V.resolve(t,"yarn/berry")}return V.resolve(EE(),".yarn/berry")}function EE(){return ue.toPortablePath((0,yM.homedir)()||"/usr/local/share")}function CM(t,e){let r=V.relative(e,t);return r&&!r.startsWith("..")&&!V.isAbsolute(r)}var yM,WP=Et(()=>{St();yM=ve("os")});var Gse=_(CE=>{"use strict";var iLt=ve("net"),Prt=ve("tls"),wM=ve("http"),_se=ve("https"),brt=ve("events"),sLt=ve("assert"),xrt=ve("util");CE.httpOverHttp=krt;CE.httpsOverHttp=Qrt;CE.httpOverHttps=Frt;CE.httpsOverHttps=Rrt;function krt(t){var e=new Ff(t);return e.request=wM.request,e}function Qrt(t){var e=new Ff(t);return e.request=wM.request,e.createSocket=Hse,e.defaultPort=443,e}function Frt(t){var e=new Ff(t);return e.request=_se.request,e}function Rrt(t){var e=new Ff(t);return e.request=_se.request,e.createSocket=Hse,e.defaultPort=443,e}function Ff(t){var e=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||wM.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",function(o,a,n,u){for(var A=jse(a,n,u),p=0,h=e.requests.length;p=this.maxSockets){n.requests.push(u);return}n.createSocket(u,function(A){A.on("free",p),A.on("close",h),A.on("agentRemove",h),e.onSocket(A);function p(){n.emit("free",A,u)}function h(E){n.removeSocket(A),A.removeListener("free",p),A.removeListener("close",h),A.removeListener("agentRemove",h)}})};Ff.prototype.createSocket=function(e,r){var o=this,a={};o.sockets.push(a);var n=IM({},o.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(n.localAddress=e.localAddress),n.proxyAuth&&(n.headers=n.headers||{},n.headers["Proxy-Authorization"]="Basic "+new Buffer(n.proxyAuth).toString("base64")),oh("making CONNECT request");var u=o.request(n);u.useChunkedEncodingByDefault=!1,u.once("response",A),u.once("upgrade",p),u.once("connect",h),u.once("error",E),u.end();function A(I){I.upgrade=!0}function p(I,v,x){process.nextTick(function(){h(I,v,x)})}function h(I,v,x){if(u.removeAllListeners(),v.removeAllListeners(),I.statusCode!==200){oh("tunneling socket could not be established, statusCode=%d",I.statusCode),v.destroy();var C=new Error("tunneling socket could not be established, statusCode="+I.statusCode);C.code="ECONNRESET",e.request.emit("error",C),o.removeSocket(a);return}if(x.length>0){oh("got illegal response body from proxy"),v.destroy();var C=new Error("got illegal response body from proxy");C.code="ECONNRESET",e.request.emit("error",C),o.removeSocket(a);return}return oh("tunneling connection has established"),o.sockets[o.sockets.indexOf(a)]=v,r(v)}function E(I){u.removeAllListeners(),oh(`tunneling socket could not be established, cause=%s +`,I.message,I.stack);var v=new Error("tunneling socket could not be established, cause="+I.message);v.code="ECONNRESET",e.request.emit("error",v),o.removeSocket(a)}};Ff.prototype.removeSocket=function(e){var r=this.sockets.indexOf(e);if(r!==-1){this.sockets.splice(r,1);var o=this.requests.shift();o&&this.createSocket(o,function(a){o.request.onSocket(a)})}};function Hse(t,e){var r=this;Ff.prototype.createSocket.call(r,t,function(o){var a=t.request.getHeader("host"),n=IM({},r.options,{socket:o,servername:a?a.replace(/:.*$/,""):t.host}),u=Prt.connect(0,n);r.sockets[r.sockets.indexOf(o)]=u,e(u)})}function jse(t,e,r){return typeof t=="string"?{host:t,port:e,localAddress:r}:t}function IM(t){for(var e=1,r=arguments.length;e{qse.exports=Gse()});var Tf=_((Rf,KP)=>{"use strict";Object.defineProperty(Rf,"__esModule",{value:!0});var Wse=["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"];function Trt(t){return Wse.includes(t)}var Nrt=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","FormData","URLSearchParams","HTMLElement",...Wse];function Lrt(t){return Nrt.includes(t)}var Ort=["null","undefined","string","number","bigint","boolean","symbol"];function Mrt(t){return Ort.includes(t)}function wE(t){return e=>typeof e===t}var{toString:Kse}=Object.prototype,f1=t=>{let e=Kse.call(t).slice(8,-1);if(/HTML\w+Element/.test(e)&&be.domElement(t))return"HTMLElement";if(Lrt(e))return e},ei=t=>e=>f1(e)===t;function be(t){if(t===null)return"null";switch(typeof t){case"undefined":return"undefined";case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"function":return"Function";case"bigint":return"bigint";case"symbol":return"symbol";default:}if(be.observable(t))return"Observable";if(be.array(t))return"Array";if(be.buffer(t))return"Buffer";let e=f1(t);if(e)return e;if(t instanceof String||t instanceof Boolean||t instanceof Number)throw new TypeError("Please don't use object wrappers for primitive types");return"Object"}be.undefined=wE("undefined");be.string=wE("string");var Urt=wE("number");be.number=t=>Urt(t)&&!be.nan(t);be.bigint=wE("bigint");be.function_=wE("function");be.null_=t=>t===null;be.class_=t=>be.function_(t)&&t.toString().startsWith("class ");be.boolean=t=>t===!0||t===!1;be.symbol=wE("symbol");be.numericString=t=>be.string(t)&&!be.emptyStringOrWhitespace(t)&&!Number.isNaN(Number(t));be.array=(t,e)=>Array.isArray(t)?be.function_(e)?t.every(e):!0:!1;be.buffer=t=>{var e,r,o,a;return(a=(o=(r=(e=t)===null||e===void 0?void 0:e.constructor)===null||r===void 0?void 0:r.isBuffer)===null||o===void 0?void 0:o.call(r,t))!==null&&a!==void 0?a:!1};be.nullOrUndefined=t=>be.null_(t)||be.undefined(t);be.object=t=>!be.null_(t)&&(typeof t=="object"||be.function_(t));be.iterable=t=>{var e;return be.function_((e=t)===null||e===void 0?void 0:e[Symbol.iterator])};be.asyncIterable=t=>{var e;return be.function_((e=t)===null||e===void 0?void 0:e[Symbol.asyncIterator])};be.generator=t=>be.iterable(t)&&be.function_(t.next)&&be.function_(t.throw);be.asyncGenerator=t=>be.asyncIterable(t)&&be.function_(t.next)&&be.function_(t.throw);be.nativePromise=t=>ei("Promise")(t);var _rt=t=>{var e,r;return be.function_((e=t)===null||e===void 0?void 0:e.then)&&be.function_((r=t)===null||r===void 0?void 0:r.catch)};be.promise=t=>be.nativePromise(t)||_rt(t);be.generatorFunction=ei("GeneratorFunction");be.asyncGeneratorFunction=t=>f1(t)==="AsyncGeneratorFunction";be.asyncFunction=t=>f1(t)==="AsyncFunction";be.boundFunction=t=>be.function_(t)&&!t.hasOwnProperty("prototype");be.regExp=ei("RegExp");be.date=ei("Date");be.error=ei("Error");be.map=t=>ei("Map")(t);be.set=t=>ei("Set")(t);be.weakMap=t=>ei("WeakMap")(t);be.weakSet=t=>ei("WeakSet")(t);be.int8Array=ei("Int8Array");be.uint8Array=ei("Uint8Array");be.uint8ClampedArray=ei("Uint8ClampedArray");be.int16Array=ei("Int16Array");be.uint16Array=ei("Uint16Array");be.int32Array=ei("Int32Array");be.uint32Array=ei("Uint32Array");be.float32Array=ei("Float32Array");be.float64Array=ei("Float64Array");be.bigInt64Array=ei("BigInt64Array");be.bigUint64Array=ei("BigUint64Array");be.arrayBuffer=ei("ArrayBuffer");be.sharedArrayBuffer=ei("SharedArrayBuffer");be.dataView=ei("DataView");be.directInstanceOf=(t,e)=>Object.getPrototypeOf(t)===e.prototype;be.urlInstance=t=>ei("URL")(t);be.urlString=t=>{if(!be.string(t))return!1;try{return new URL(t),!0}catch{return!1}};be.truthy=t=>Boolean(t);be.falsy=t=>!t;be.nan=t=>Number.isNaN(t);be.primitive=t=>be.null_(t)||Mrt(typeof t);be.integer=t=>Number.isInteger(t);be.safeInteger=t=>Number.isSafeInteger(t);be.plainObject=t=>{if(Kse.call(t)!=="[object Object]")return!1;let e=Object.getPrototypeOf(t);return e===null||e===Object.getPrototypeOf({})};be.typedArray=t=>Trt(f1(t));var Hrt=t=>be.safeInteger(t)&&t>=0;be.arrayLike=t=>!be.nullOrUndefined(t)&&!be.function_(t)&&Hrt(t.length);be.inRange=(t,e)=>{if(be.number(e))return t>=Math.min(0,e)&&t<=Math.max(e,0);if(be.array(e)&&e.length===2)return t>=Math.min(...e)&&t<=Math.max(...e);throw new TypeError(`Invalid range: ${JSON.stringify(e)}`)};var jrt=1,Grt=["innerHTML","ownerDocument","style","attributes","nodeValue"];be.domElement=t=>be.object(t)&&t.nodeType===jrt&&be.string(t.nodeName)&&!be.plainObject(t)&&Grt.every(e=>e in t);be.observable=t=>{var e,r,o,a;return t?t===((r=(e=t)[Symbol.observable])===null||r===void 0?void 0:r.call(e))||t===((a=(o=t)["@@observable"])===null||a===void 0?void 0:a.call(o)):!1};be.nodeStream=t=>be.object(t)&&be.function_(t.pipe)&&!be.observable(t);be.infinite=t=>t===1/0||t===-1/0;var Vse=t=>e=>be.integer(e)&&Math.abs(e%2)===t;be.evenInteger=Vse(0);be.oddInteger=Vse(1);be.emptyArray=t=>be.array(t)&&t.length===0;be.nonEmptyArray=t=>be.array(t)&&t.length>0;be.emptyString=t=>be.string(t)&&t.length===0;be.nonEmptyString=t=>be.string(t)&&t.length>0;var qrt=t=>be.string(t)&&!/\S/.test(t);be.emptyStringOrWhitespace=t=>be.emptyString(t)||qrt(t);be.emptyObject=t=>be.object(t)&&!be.map(t)&&!be.set(t)&&Object.keys(t).length===0;be.nonEmptyObject=t=>be.object(t)&&!be.map(t)&&!be.set(t)&&Object.keys(t).length>0;be.emptySet=t=>be.set(t)&&t.size===0;be.nonEmptySet=t=>be.set(t)&&t.size>0;be.emptyMap=t=>be.map(t)&&t.size===0;be.nonEmptyMap=t=>be.map(t)&&t.size>0;be.propertyKey=t=>be.any([be.string,be.number,be.symbol],t);be.formData=t=>ei("FormData")(t);be.urlSearchParams=t=>ei("URLSearchParams")(t);var Jse=(t,e,r)=>{if(!be.function_(e))throw new TypeError(`Invalid predicate: ${JSON.stringify(e)}`);if(r.length===0)throw new TypeError("Invalid number of values");return t.call(r,e)};be.any=(t,...e)=>(be.array(t)?t:[t]).some(o=>Jse(Array.prototype.some,o,e));be.all=(t,...e)=>Jse(Array.prototype.every,t,e);var Ht=(t,e,r,o={})=>{if(!t){let{multipleValues:a}=o,n=a?`received values of types ${[...new Set(r.map(u=>`\`${be(u)}\``))].join(", ")}`:`received value of type \`${be(r)}\``;throw new TypeError(`Expected value which is \`${e}\`, ${n}.`)}};Rf.assert={undefined:t=>Ht(be.undefined(t),"undefined",t),string:t=>Ht(be.string(t),"string",t),number:t=>Ht(be.number(t),"number",t),bigint:t=>Ht(be.bigint(t),"bigint",t),function_:t=>Ht(be.function_(t),"Function",t),null_:t=>Ht(be.null_(t),"null",t),class_:t=>Ht(be.class_(t),"Class",t),boolean:t=>Ht(be.boolean(t),"boolean",t),symbol:t=>Ht(be.symbol(t),"symbol",t),numericString:t=>Ht(be.numericString(t),"string with a number",t),array:(t,e)=>{Ht(be.array(t),"Array",t),e&&t.forEach(e)},buffer:t=>Ht(be.buffer(t),"Buffer",t),nullOrUndefined:t=>Ht(be.nullOrUndefined(t),"null or undefined",t),object:t=>Ht(be.object(t),"Object",t),iterable:t=>Ht(be.iterable(t),"Iterable",t),asyncIterable:t=>Ht(be.asyncIterable(t),"AsyncIterable",t),generator:t=>Ht(be.generator(t),"Generator",t),asyncGenerator:t=>Ht(be.asyncGenerator(t),"AsyncGenerator",t),nativePromise:t=>Ht(be.nativePromise(t),"native Promise",t),promise:t=>Ht(be.promise(t),"Promise",t),generatorFunction:t=>Ht(be.generatorFunction(t),"GeneratorFunction",t),asyncGeneratorFunction:t=>Ht(be.asyncGeneratorFunction(t),"AsyncGeneratorFunction",t),asyncFunction:t=>Ht(be.asyncFunction(t),"AsyncFunction",t),boundFunction:t=>Ht(be.boundFunction(t),"Function",t),regExp:t=>Ht(be.regExp(t),"RegExp",t),date:t=>Ht(be.date(t),"Date",t),error:t=>Ht(be.error(t),"Error",t),map:t=>Ht(be.map(t),"Map",t),set:t=>Ht(be.set(t),"Set",t),weakMap:t=>Ht(be.weakMap(t),"WeakMap",t),weakSet:t=>Ht(be.weakSet(t),"WeakSet",t),int8Array:t=>Ht(be.int8Array(t),"Int8Array",t),uint8Array:t=>Ht(be.uint8Array(t),"Uint8Array",t),uint8ClampedArray:t=>Ht(be.uint8ClampedArray(t),"Uint8ClampedArray",t),int16Array:t=>Ht(be.int16Array(t),"Int16Array",t),uint16Array:t=>Ht(be.uint16Array(t),"Uint16Array",t),int32Array:t=>Ht(be.int32Array(t),"Int32Array",t),uint32Array:t=>Ht(be.uint32Array(t),"Uint32Array",t),float32Array:t=>Ht(be.float32Array(t),"Float32Array",t),float64Array:t=>Ht(be.float64Array(t),"Float64Array",t),bigInt64Array:t=>Ht(be.bigInt64Array(t),"BigInt64Array",t),bigUint64Array:t=>Ht(be.bigUint64Array(t),"BigUint64Array",t),arrayBuffer:t=>Ht(be.arrayBuffer(t),"ArrayBuffer",t),sharedArrayBuffer:t=>Ht(be.sharedArrayBuffer(t),"SharedArrayBuffer",t),dataView:t=>Ht(be.dataView(t),"DataView",t),urlInstance:t=>Ht(be.urlInstance(t),"URL",t),urlString:t=>Ht(be.urlString(t),"string with a URL",t),truthy:t=>Ht(be.truthy(t),"truthy",t),falsy:t=>Ht(be.falsy(t),"falsy",t),nan:t=>Ht(be.nan(t),"NaN",t),primitive:t=>Ht(be.primitive(t),"primitive",t),integer:t=>Ht(be.integer(t),"integer",t),safeInteger:t=>Ht(be.safeInteger(t),"integer",t),plainObject:t=>Ht(be.plainObject(t),"plain object",t),typedArray:t=>Ht(be.typedArray(t),"TypedArray",t),arrayLike:t=>Ht(be.arrayLike(t),"array-like",t),domElement:t=>Ht(be.domElement(t),"HTMLElement",t),observable:t=>Ht(be.observable(t),"Observable",t),nodeStream:t=>Ht(be.nodeStream(t),"Node.js Stream",t),infinite:t=>Ht(be.infinite(t),"infinite number",t),emptyArray:t=>Ht(be.emptyArray(t),"empty array",t),nonEmptyArray:t=>Ht(be.nonEmptyArray(t),"non-empty array",t),emptyString:t=>Ht(be.emptyString(t),"empty string",t),nonEmptyString:t=>Ht(be.nonEmptyString(t),"non-empty string",t),emptyStringOrWhitespace:t=>Ht(be.emptyStringOrWhitespace(t),"empty string or whitespace",t),emptyObject:t=>Ht(be.emptyObject(t),"empty object",t),nonEmptyObject:t=>Ht(be.nonEmptyObject(t),"non-empty object",t),emptySet:t=>Ht(be.emptySet(t),"empty set",t),nonEmptySet:t=>Ht(be.nonEmptySet(t),"non-empty set",t),emptyMap:t=>Ht(be.emptyMap(t),"empty map",t),nonEmptyMap:t=>Ht(be.nonEmptyMap(t),"non-empty map",t),propertyKey:t=>Ht(be.propertyKey(t),"PropertyKey",t),formData:t=>Ht(be.formData(t),"FormData",t),urlSearchParams:t=>Ht(be.urlSearchParams(t),"URLSearchParams",t),evenInteger:t=>Ht(be.evenInteger(t),"even integer",t),oddInteger:t=>Ht(be.oddInteger(t),"odd integer",t),directInstanceOf:(t,e)=>Ht(be.directInstanceOf(t,e),"T",t),inRange:(t,e)=>Ht(be.inRange(t,e),"in range",t),any:(t,...e)=>Ht(be.any(t,...e),"predicate returns truthy for any value",e,{multipleValues:!0}),all:(t,...e)=>Ht(be.all(t,...e),"predicate returns truthy for all values",e,{multipleValues:!0})};Object.defineProperties(be,{class:{value:be.class_},function:{value:be.function_},null:{value:be.null_}});Object.defineProperties(Rf.assert,{class:{value:Rf.assert.class_},function:{value:Rf.assert.function_},null:{value:Rf.assert.null_}});Rf.default=be;KP.exports=be;KP.exports.default=be;KP.exports.assert=Rf.assert});var zse=_((lLt,BM)=>{"use strict";var VP=class extends Error{constructor(e){super(e||"Promise was canceled"),this.name="CancelError"}get isCanceled(){return!0}},IE=class{static fn(e){return(...r)=>new IE((o,a,n)=>{r.push(n),e(...r).then(o,a)})}constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanceled=!1,this._rejectOnCancel=!0,this._promise=new Promise((r,o)=>{this._reject=o;let a=A=>{this._isPending=!1,r(A)},n=A=>{this._isPending=!1,o(A)},u=A=>{if(!this._isPending)throw new Error("The `onCancel` handler was attached after the promise settled.");this._cancelHandlers.push(A)};return Object.defineProperties(u,{shouldReject:{get:()=>this._rejectOnCancel,set:A=>{this._rejectOnCancel=A}}}),e(a,n,u)})}then(e,r){return this._promise.then(e,r)}catch(e){return this._promise.catch(e)}finally(e){return this._promise.finally(e)}cancel(e){if(!(!this._isPending||this._isCanceled)){if(this._cancelHandlers.length>0)try{for(let r of this._cancelHandlers)r()}catch(r){this._reject(r)}this._isCanceled=!0,this._rejectOnCancel&&this._reject(new VP(e))}}get isCanceled(){return this._isCanceled}};Object.setPrototypeOf(IE.prototype,Promise.prototype);BM.exports=IE;BM.exports.CancelError=VP});var Xse=_((DM,SM)=>{"use strict";Object.defineProperty(DM,"__esModule",{value:!0});var Yrt=ve("tls"),vM=(t,e)=>{let r;typeof e=="function"?r={connect:e}:r=e;let o=typeof r.connect=="function",a=typeof r.secureConnect=="function",n=typeof r.close=="function",u=()=>{o&&r.connect(),t instanceof Yrt.TLSSocket&&a&&(t.authorized?r.secureConnect():t.authorizationError||t.once("secureConnect",r.secureConnect)),n&&t.once("close",r.close)};t.writable&&!t.connecting?u():t.connecting?t.once("connect",u):t.destroyed&&n&&r.close(t._hadError)};DM.default=vM;SM.exports=vM;SM.exports.default=vM});var Zse=_((bM,xM)=>{"use strict";Object.defineProperty(bM,"__esModule",{value:!0});var Wrt=Xse(),Krt=Number(process.versions.node.split(".")[0]),PM=t=>{let e={start:Date.now(),socket:void 0,lookup:void 0,connect:void 0,secureConnect:void 0,upload:void 0,response:void 0,end:void 0,error:void 0,abort:void 0,phases:{wait:void 0,dns:void 0,tcp:void 0,tls:void 0,request:void 0,firstByte:void 0,download:void 0,total:void 0}};t.timings=e;let r=u=>{let A=u.emit.bind(u);u.emit=(p,...h)=>(p==="error"&&(e.error=Date.now(),e.phases.total=e.error-e.start,u.emit=A),A(p,...h))};r(t),t.prependOnceListener("abort",()=>{e.abort=Date.now(),(!e.response||Krt>=13)&&(e.phases.total=Date.now()-e.start)});let o=u=>{e.socket=Date.now(),e.phases.wait=e.socket-e.start;let A=()=>{e.lookup=Date.now(),e.phases.dns=e.lookup-e.socket};u.prependOnceListener("lookup",A),Wrt.default(u,{connect:()=>{e.connect=Date.now(),e.lookup===void 0&&(u.removeListener("lookup",A),e.lookup=e.connect,e.phases.dns=e.lookup-e.socket),e.phases.tcp=e.connect-e.lookup},secureConnect:()=>{e.secureConnect=Date.now(),e.phases.tls=e.secureConnect-e.connect}})};t.socket?o(t.socket):t.prependOnceListener("socket",o);let a=()=>{var u;e.upload=Date.now(),e.phases.request=e.upload-(u=e.secureConnect,u??e.connect)};return(()=>typeof t.writableFinished=="boolean"?t.writableFinished:t.finished&&t.outputSize===0&&(!t.socket||t.socket.writableLength===0))()?a():t.prependOnceListener("finish",a),t.prependOnceListener("response",u=>{e.response=Date.now(),e.phases.firstByte=e.response-e.upload,u.timings=e,r(u),u.prependOnceListener("end",()=>{e.end=Date.now(),e.phases.download=e.end-e.response,e.phases.total=e.end-e.start})}),e};bM.default=PM;xM.exports=PM;xM.exports.default=PM});var soe=_((cLt,FM)=>{"use strict";var{V4MAPPED:Vrt,ADDRCONFIG:Jrt,ALL:ioe,promises:{Resolver:$se},lookup:zrt}=ve("dns"),{promisify:kM}=ve("util"),Xrt=ve("os"),BE=Symbol("cacheableLookupCreateConnection"),QM=Symbol("cacheableLookupInstance"),eoe=Symbol("expires"),Zrt=typeof ioe=="number",toe=t=>{if(!(t&&typeof t.createConnection=="function"))throw new Error("Expected an Agent instance as the first argument")},$rt=t=>{for(let e of t)e.family!==6&&(e.address=`::ffff:${e.address}`,e.family=6)},roe=()=>{let t=!1,e=!1;for(let r of Object.values(Xrt.networkInterfaces()))for(let o of r)if(!o.internal&&(o.family==="IPv6"?e=!0:t=!0,t&&e))return{has4:t,has6:e};return{has4:t,has6:e}},ent=t=>Symbol.iterator in t,noe={ttl:!0},tnt={all:!0},JP=class{constructor({cache:e=new Map,maxTtl:r=1/0,fallbackDuration:o=3600,errorTtl:a=.15,resolver:n=new $se,lookup:u=zrt}={}){if(this.maxTtl=r,this.errorTtl=a,this._cache=e,this._resolver=n,this._dnsLookup=kM(u),this._resolver instanceof $se?(this._resolve4=this._resolver.resolve4.bind(this._resolver),this._resolve6=this._resolver.resolve6.bind(this._resolver)):(this._resolve4=kM(this._resolver.resolve4.bind(this._resolver)),this._resolve6=kM(this._resolver.resolve6.bind(this._resolver))),this._iface=roe(),this._pending={},this._nextRemovalTime=!1,this._hostnamesToFallback=new Set,o<1)this._fallback=!1;else{this._fallback=!0;let A=setInterval(()=>{this._hostnamesToFallback.clear()},o*1e3);A.unref&&A.unref()}this.lookup=this.lookup.bind(this),this.lookupAsync=this.lookupAsync.bind(this)}set servers(e){this.clear(),this._resolver.setServers(e)}get servers(){return this._resolver.getServers()}lookup(e,r,o){if(typeof r=="function"?(o=r,r={}):typeof r=="number"&&(r={family:r}),!o)throw new Error("Callback must be a function.");this.lookupAsync(e,r).then(a=>{r.all?o(null,a):o(null,a.address,a.family,a.expires,a.ttl)},o)}async lookupAsync(e,r={}){typeof r=="number"&&(r={family:r});let o=await this.query(e);if(r.family===6){let a=o.filter(n=>n.family===6);r.hints&Vrt&&(Zrt&&r.hints&ioe||a.length===0)?$rt(o):o=a}else r.family===4&&(o=o.filter(a=>a.family===4));if(r.hints&Jrt){let{_iface:a}=this;o=o.filter(n=>n.family===6?a.has6:a.has4)}if(o.length===0){let a=new Error(`cacheableLookup ENOTFOUND ${e}`);throw a.code="ENOTFOUND",a.hostname=e,a}return r.all?o:o[0]}async query(e){let r=await this._cache.get(e);if(!r){let o=this._pending[e];if(o)r=await o;else{let a=this.queryAndCache(e);this._pending[e]=a,r=await a}}return r=r.map(o=>({...o})),r}async _resolve(e){let r=async h=>{try{return await h}catch(E){if(E.code==="ENODATA"||E.code==="ENOTFOUND")return[];throw E}},[o,a]=await Promise.all([this._resolve4(e,noe),this._resolve6(e,noe)].map(h=>r(h))),n=0,u=0,A=0,p=Date.now();for(let h of o)h.family=4,h.expires=p+h.ttl*1e3,n=Math.max(n,h.ttl);for(let h of a)h.family=6,h.expires=p+h.ttl*1e3,u=Math.max(u,h.ttl);return o.length>0?a.length>0?A=Math.min(n,u):A=n:A=u,{entries:[...o,...a],cacheTtl:A}}async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),cacheTtl:0}}catch{return{entries:[],cacheTtl:0}}}async _set(e,r,o){if(this.maxTtl>0&&o>0){o=Math.min(o,this.maxTtl)*1e3,r[eoe]=Date.now()+o;try{await this._cache.set(e,r,o)}catch(a){this.lookupAsync=async()=>{let n=new Error("Cache Error. Please recreate the CacheableLookup instance.");throw n.cause=a,n}}ent(this._cache)&&this._tick(o)}}async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this._dnsLookup(e,tnt);try{let r=await this._resolve(e);r.entries.length===0&&this._fallback&&(r=await this._lookup(e),r.entries.length!==0&&this._hostnamesToFallback.add(e));let o=r.entries.length===0?this.errorTtl:r.cacheTtl;return await this._set(e,r.entries,o),delete this._pending[e],r.entries}catch(r){throw delete this._pending[e],r}}_tick(e){let r=this._nextRemovalTime;(!r||e{this._nextRemovalTime=!1;let o=1/0,a=Date.now();for(let[n,u]of this._cache){let A=u[eoe];a>=A?this._cache.delete(n):A("lookup"in r||(r.lookup=this.lookup),e[BE](r,o))}uninstall(e){if(toe(e),e[BE]){if(e[QM]!==this)throw new Error("The agent is not owned by this CacheableLookup instance");e.createConnection=e[BE],delete e[BE],delete e[QM]}}updateInterfaceInfo(){let{_iface:e}=this;this._iface=roe(),(e.has4&&!this._iface.has4||e.has6&&!this._iface.has6)&&this._cache.clear()}clear(e){if(e){this._cache.delete(e);return}this._cache.clear()}};FM.exports=JP;FM.exports.default=JP});var loe=_((uLt,RM)=>{"use strict";var rnt=typeof URL>"u"?ve("url").URL:URL,nnt="text/plain",int="us-ascii",ooe=(t,e)=>e.some(r=>r instanceof RegExp?r.test(t):r===t),snt=(t,{stripHash:e})=>{let r=t.match(/^data:([^,]*?),([^#]*?)(?:#(.*))?$/);if(!r)throw new Error(`Invalid URL: ${t}`);let o=r[1].split(";"),a=r[2],n=e?"":r[3],u=!1;o[o.length-1]==="base64"&&(o.pop(),u=!0);let A=(o.shift()||"").toLowerCase(),h=[...o.map(E=>{let[I,v=""]=E.split("=").map(x=>x.trim());return I==="charset"&&(v=v.toLowerCase(),v===int)?"":`${I}${v?`=${v}`:""}`}).filter(Boolean)];return u&&h.push("base64"),(h.length!==0||A&&A!==nnt)&&h.unshift(A),`data:${h.join(";")},${u?a.trim():a}${n?`#${n}`:""}`},aoe=(t,e)=>{if(e={defaultProtocol:"http:",normalizeProtocol:!0,forceHttp:!1,forceHttps:!1,stripAuthentication:!0,stripHash:!1,stripWWW:!0,removeQueryParameters:[/^utm_\w+/i],removeTrailingSlash:!0,removeDirectoryIndex:!1,sortQueryParameters:!0,...e},Reflect.has(e,"normalizeHttps"))throw new Error("options.normalizeHttps is renamed to options.forceHttp");if(Reflect.has(e,"normalizeHttp"))throw new Error("options.normalizeHttp is renamed to options.forceHttps");if(Reflect.has(e,"stripFragment"))throw new Error("options.stripFragment is renamed to options.stripHash");if(t=t.trim(),/^data:/i.test(t))return snt(t,e);let r=t.startsWith("//");!r&&/^\.*\//.test(t)||(t=t.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,e.defaultProtocol));let a=new rnt(t);if(e.forceHttp&&e.forceHttps)throw new Error("The `forceHttp` and `forceHttps` options cannot be used together");if(e.forceHttp&&a.protocol==="https:"&&(a.protocol="http:"),e.forceHttps&&a.protocol==="http:"&&(a.protocol="https:"),e.stripAuthentication&&(a.username="",a.password=""),e.stripHash&&(a.hash=""),a.pathname&&(a.pathname=a.pathname.replace(/((?!:).|^)\/{2,}/g,(n,u)=>/^(?!\/)/g.test(u)?`${u}/`:"/")),a.pathname&&(a.pathname=decodeURI(a.pathname)),e.removeDirectoryIndex===!0&&(e.removeDirectoryIndex=[/^index\.[a-z]+$/]),Array.isArray(e.removeDirectoryIndex)&&e.removeDirectoryIndex.length>0){let n=a.pathname.split("/"),u=n[n.length-1];ooe(u,e.removeDirectoryIndex)&&(n=n.slice(0,n.length-1),a.pathname=n.slice(1).join("/")+"/")}if(a.hostname&&(a.hostname=a.hostname.replace(/\.$/,""),e.stripWWW&&/^www\.([a-z\-\d]{2,63})\.([a-z.]{2,5})$/.test(a.hostname)&&(a.hostname=a.hostname.replace(/^www\./,""))),Array.isArray(e.removeQueryParameters))for(let n of[...a.searchParams.keys()])ooe(n,e.removeQueryParameters)&&a.searchParams.delete(n);return e.sortQueryParameters&&a.searchParams.sort(),e.removeTrailingSlash&&(a.pathname=a.pathname.replace(/\/$/,"")),t=a.toString(),(e.removeTrailingSlash||a.pathname==="/")&&a.hash===""&&(t=t.replace(/\/$/,"")),r&&!e.normalizeProtocol&&(t=t.replace(/^http:\/\//,"//")),e.stripProtocol&&(t=t.replace(/^(?:https?:)?\/\//,"")),t};RM.exports=aoe;RM.exports.default=aoe});var Aoe=_((ALt,uoe)=>{uoe.exports=coe;function coe(t,e){if(t&&e)return coe(t)(e);if(typeof t!="function")throw new TypeError("need wrapper function");return Object.keys(t).forEach(function(o){r[o]=t[o]}),r;function r(){for(var o=new Array(arguments.length),a=0;a{var foe=Aoe();TM.exports=foe(zP);TM.exports.strict=foe(poe);zP.proto=zP(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return zP(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return poe(this)},configurable:!0})});function zP(t){var e=function(){return e.called?e.value:(e.called=!0,e.value=t.apply(this,arguments))};return e.called=!1,e}function poe(t){var e=function(){if(e.called)throw new Error(e.onceError);return e.called=!0,e.value=t.apply(this,arguments)},r=t.name||"Function wrapped with `once`";return e.onceError=r+" shouldn't be called more than once",e.called=!1,e}});var LM=_((pLt,goe)=>{var ont=NM(),ant=function(){},lnt=function(t){return t.setHeader&&typeof t.abort=="function"},cnt=function(t){return t.stdio&&Array.isArray(t.stdio)&&t.stdio.length===3},hoe=function(t,e,r){if(typeof e=="function")return hoe(t,null,e);e||(e={}),r=ont(r||ant);var o=t._writableState,a=t._readableState,n=e.readable||e.readable!==!1&&t.readable,u=e.writable||e.writable!==!1&&t.writable,A=function(){t.writable||p()},p=function(){u=!1,n||r.call(t)},h=function(){n=!1,u||r.call(t)},E=function(C){r.call(t,C?new Error("exited with error code: "+C):null)},I=function(C){r.call(t,C)},v=function(){if(n&&!(a&&a.ended))return r.call(t,new Error("premature close"));if(u&&!(o&&o.ended))return r.call(t,new Error("premature close"))},x=function(){t.req.on("finish",p)};return lnt(t)?(t.on("complete",p),t.on("abort",v),t.req?x():t.on("request",x)):u&&!o&&(t.on("end",A),t.on("close",A)),cnt(t)&&t.on("exit",E),t.on("end",h),t.on("finish",p),e.error!==!1&&t.on("error",I),t.on("close",v),function(){t.removeListener("complete",p),t.removeListener("abort",v),t.removeListener("request",x),t.req&&t.req.removeListener("finish",p),t.removeListener("end",A),t.removeListener("close",A),t.removeListener("finish",p),t.removeListener("exit",E),t.removeListener("end",h),t.removeListener("error",I),t.removeListener("close",v)}};goe.exports=hoe});var yoe=_((hLt,moe)=>{var unt=NM(),Ant=LM(),OM=ve("fs"),p1=function(){},fnt=/^v?\.0/.test(process.version),XP=function(t){return typeof t=="function"},pnt=function(t){return!fnt||!OM?!1:(t instanceof(OM.ReadStream||p1)||t instanceof(OM.WriteStream||p1))&&XP(t.close)},hnt=function(t){return t.setHeader&&XP(t.abort)},gnt=function(t,e,r,o){o=unt(o);var a=!1;t.on("close",function(){a=!0}),Ant(t,{readable:e,writable:r},function(u){if(u)return o(u);a=!0,o()});var n=!1;return function(u){if(!a&&!n){if(n=!0,pnt(t))return t.close(p1);if(hnt(t))return t.abort();if(XP(t.destroy))return t.destroy();o(u||new Error("stream was destroyed"))}}},doe=function(t){t()},dnt=function(t,e){return t.pipe(e)},mnt=function(){var t=Array.prototype.slice.call(arguments),e=XP(t[t.length-1]||p1)&&t.pop()||p1;if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new Error("pump requires two streams per minimum");var r,o=t.map(function(a,n){var u=n0;return gnt(a,u,A,function(p){r||(r=p),p&&o.forEach(doe),!u&&(o.forEach(doe),e(r))})});return t.reduce(dnt)};moe.exports=mnt});var Coe=_((gLt,Eoe)=>{"use strict";var{PassThrough:ynt}=ve("stream");Eoe.exports=t=>{t={...t};let{array:e}=t,{encoding:r}=t,o=r==="buffer",a=!1;e?a=!(r||o):r=r||"utf8",o&&(r=null);let n=new ynt({objectMode:a});r&&n.setEncoding(r);let u=0,A=[];return n.on("data",p=>{A.push(p),a?u=A.length:u+=p.length}),n.getBufferedValue=()=>e?A:o?Buffer.concat(A,u):A.join(""),n.getBufferedLength=()=>u,n}});var woe=_((dLt,vE)=>{"use strict";var Ent=yoe(),Cnt=Coe(),ZP=class extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}};async function $P(t,e){if(!t)return Promise.reject(new Error("Expected a stream"));e={maxBuffer:1/0,...e};let{maxBuffer:r}=e,o;return await new Promise((a,n)=>{let u=A=>{A&&(A.bufferedData=o.getBufferedValue()),n(A)};o=Ent(t,Cnt(e),A=>{if(A){u(A);return}a()}),o.on("data",()=>{o.getBufferedLength()>r&&u(new ZP)})}),o.getBufferedValue()}vE.exports=$P;vE.exports.default=$P;vE.exports.buffer=(t,e)=>$P(t,{...e,encoding:"buffer"});vE.exports.array=(t,e)=>$P(t,{...e,array:!0});vE.exports.MaxBufferError=ZP});var Boe=_((yLt,Ioe)=>{"use strict";var wnt=new Set([200,203,204,206,300,301,404,405,410,414,501]),Int=new Set([200,203,204,300,301,302,303,307,308,404,405,410,414,501]),Bnt=new Set([500,502,503,504]),vnt={date:!0,connection:!0,"keep-alive":!0,"proxy-authenticate":!0,"proxy-authorization":!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0},Dnt={"content-length":!0,"content-encoding":!0,"transfer-encoding":!0,"content-range":!0};function Sd(t){let e=parseInt(t,10);return isFinite(e)?e:0}function Snt(t){return t?Bnt.has(t.status):!0}function MM(t){let e={};if(!t)return e;let r=t.trim().split(/\s*,\s*/);for(let o of r){let[a,n]=o.split(/\s*=\s*/,2);e[a]=n===void 0?!0:n.replace(/^"|"$/g,"")}return e}function Pnt(t){let e=[];for(let r in t){let o=t[r];e.push(o===!0?r:r+"="+o)}if(!!e.length)return e.join(", ")}Ioe.exports=class{constructor(e,r,{shared:o,cacheHeuristic:a,immutableMinTimeToLive:n,ignoreCargoCult:u,_fromObject:A}={}){if(A){this._fromObject(A);return}if(!r||!r.headers)throw Error("Response headers missing");this._assertRequestHasHeaders(e),this._responseTime=this.now(),this._isShared=o!==!1,this._cacheHeuristic=a!==void 0?a:.1,this._immutableMinTtl=n!==void 0?n:24*3600*1e3,this._status="status"in r?r.status:200,this._resHeaders=r.headers,this._rescc=MM(r.headers["cache-control"]),this._method="method"in e?e.method:"GET",this._url=e.url,this._host=e.headers.host,this._noAuthorization=!e.headers.authorization,this._reqHeaders=r.headers.vary?e.headers:null,this._reqcc=MM(e.headers["cache-control"]),u&&"pre-check"in this._rescc&&"post-check"in this._rescc&&(delete this._rescc["pre-check"],delete this._rescc["post-check"],delete this._rescc["no-cache"],delete this._rescc["no-store"],delete this._rescc["must-revalidate"],this._resHeaders=Object.assign({},this._resHeaders,{"cache-control":Pnt(this._rescc)}),delete this._resHeaders.expires,delete this._resHeaders.pragma),r.headers["cache-control"]==null&&/no-cache/.test(r.headers.pragma)&&(this._rescc["no-cache"]=!0)}now(){return Date.now()}storable(){return!!(!this._reqcc["no-store"]&&(this._method==="GET"||this._method==="HEAD"||this._method==="POST"&&this._hasExplicitExpiration())&&Int.has(this._status)&&!this._rescc["no-store"]&&(!this._isShared||!this._rescc.private)&&(!this._isShared||this._noAuthorization||this._allowsStoringAuthenticated())&&(this._resHeaders.expires||this._rescc["max-age"]||this._isShared&&this._rescc["s-maxage"]||this._rescc.public||wnt.has(this._status)))}_hasExplicitExpiration(){return this._isShared&&this._rescc["s-maxage"]||this._rescc["max-age"]||this._resHeaders.expires}_assertRequestHasHeaders(e){if(!e||!e.headers)throw Error("Request headers missing")}satisfiesWithoutRevalidation(e){this._assertRequestHasHeaders(e);let r=MM(e.headers["cache-control"]);return r["no-cache"]||/no-cache/.test(e.headers.pragma)||r["max-age"]&&this.age()>r["max-age"]||r["min-fresh"]&&this.timeToLive()<1e3*r["min-fresh"]||this.stale()&&!(r["max-stale"]&&!this._rescc["must-revalidate"]&&(r["max-stale"]===!0||r["max-stale"]>this.age()-this.maxAge()))?!1:this._requestMatches(e,!1)}_requestMatches(e,r){return(!this._url||this._url===e.url)&&this._host===e.headers.host&&(!e.method||this._method===e.method||r&&e.method==="HEAD")&&this._varyMatches(e)}_allowsStoringAuthenticated(){return this._rescc["must-revalidate"]||this._rescc.public||this._rescc["s-maxage"]}_varyMatches(e){if(!this._resHeaders.vary)return!0;if(this._resHeaders.vary==="*")return!1;let r=this._resHeaders.vary.trim().toLowerCase().split(/\s*,\s*/);for(let o of r)if(e.headers[o]!==this._reqHeaders[o])return!1;return!0}_copyWithoutHopByHopHeaders(e){let r={};for(let o in e)vnt[o]||(r[o]=e[o]);if(e.connection){let o=e.connection.trim().split(/\s*,\s*/);for(let a of o)delete r[a]}if(r.warning){let o=r.warning.split(/,/).filter(a=>!/^\s*1[0-9][0-9]/.test(a));o.length?r.warning=o.join(",").trim():delete r.warning}return r}responseHeaders(){let e=this._copyWithoutHopByHopHeaders(this._resHeaders),r=this.age();return r>3600*24&&!this._hasExplicitExpiration()&&this.maxAge()>3600*24&&(e.warning=(e.warning?`${e.warning}, `:"")+'113 - "rfc7234 5.5.4"'),e.age=`${Math.round(r)}`,e.date=new Date(this.now()).toUTCString(),e}date(){let e=Date.parse(this._resHeaders.date);return isFinite(e)?e:this._responseTime}age(){let e=this._ageValue(),r=(this.now()-this._responseTime)/1e3;return e+r}_ageValue(){return Sd(this._resHeaders.age)}maxAge(){if(!this.storable()||this._rescc["no-cache"]||this._isShared&&this._resHeaders["set-cookie"]&&!this._rescc.public&&!this._rescc.immutable||this._resHeaders.vary==="*")return 0;if(this._isShared){if(this._rescc["proxy-revalidate"])return 0;if(this._rescc["s-maxage"])return Sd(this._rescc["s-maxage"])}if(this._rescc["max-age"])return Sd(this._rescc["max-age"]);let e=this._rescc.immutable?this._immutableMinTtl:0,r=this.date();if(this._resHeaders.expires){let o=Date.parse(this._resHeaders.expires);return Number.isNaN(o)||oo)return Math.max(e,(r-o)/1e3*this._cacheHeuristic)}return e}timeToLive(){let e=this.maxAge()-this.age(),r=e+Sd(this._rescc["stale-if-error"]),o=e+Sd(this._rescc["stale-while-revalidate"]);return Math.max(0,e,r,o)*1e3}stale(){return this.maxAge()<=this.age()}_useStaleIfError(){return this.maxAge()+Sd(this._rescc["stale-if-error"])>this.age()}useStaleWhileRevalidate(){return this.maxAge()+Sd(this._rescc["stale-while-revalidate"])>this.age()}static fromObject(e){return new this(void 0,void 0,{_fromObject:e})}_fromObject(e){if(this._responseTime)throw Error("Reinitialized");if(!e||e.v!==1)throw Error("Invalid serialization");this._responseTime=e.t,this._isShared=e.sh,this._cacheHeuristic=e.ch,this._immutableMinTtl=e.imm!==void 0?e.imm:24*3600*1e3,this._status=e.st,this._resHeaders=e.resh,this._rescc=e.rescc,this._method=e.m,this._url=e.u,this._host=e.h,this._noAuthorization=e.a,this._reqHeaders=e.reqh,this._reqcc=e.reqcc}toObject(){return{v:1,t:this._responseTime,sh:this._isShared,ch:this._cacheHeuristic,imm:this._immutableMinTtl,st:this._status,resh:this._resHeaders,rescc:this._rescc,m:this._method,u:this._url,h:this._host,a:this._noAuthorization,reqh:this._reqHeaders,reqcc:this._reqcc}}revalidationHeaders(e){this._assertRequestHasHeaders(e);let r=this._copyWithoutHopByHopHeaders(e.headers);if(delete r["if-range"],!this._requestMatches(e,!0)||!this.storable())return delete r["if-none-match"],delete r["if-modified-since"],r;if(this._resHeaders.etag&&(r["if-none-match"]=r["if-none-match"]?`${r["if-none-match"]}, ${this._resHeaders.etag}`:this._resHeaders.etag),r["accept-ranges"]||r["if-match"]||r["if-unmodified-since"]||this._method&&this._method!="GET"){if(delete r["if-modified-since"],r["if-none-match"]){let a=r["if-none-match"].split(/,/).filter(n=>!/^\s*W\//.test(n));a.length?r["if-none-match"]=a.join(",").trim():delete r["if-none-match"]}}else this._resHeaders["last-modified"]&&!r["if-modified-since"]&&(r["if-modified-since"]=this._resHeaders["last-modified"]);return r}revalidatedPolicy(e,r){if(this._assertRequestHasHeaders(e),this._useStaleIfError()&&Snt(r))return{modified:!1,matches:!1,policy:this};if(!r||!r.headers)throw Error("Response headers missing");let o=!1;if(r.status!==void 0&&r.status!=304?o=!1:r.headers.etag&&!/^\s*W\//.test(r.headers.etag)?o=this._resHeaders.etag&&this._resHeaders.etag.replace(/^\s*W\//,"")===r.headers.etag:this._resHeaders.etag&&r.headers.etag?o=this._resHeaders.etag.replace(/^\s*W\//,"")===r.headers.etag.replace(/^\s*W\//,""):this._resHeaders["last-modified"]?o=this._resHeaders["last-modified"]===r.headers["last-modified"]:!this._resHeaders.etag&&!this._resHeaders["last-modified"]&&!r.headers.etag&&!r.headers["last-modified"]&&(o=!0),!o)return{policy:new this.constructor(e,r),modified:r.status!=304,matches:!1};let a={};for(let u in this._resHeaders)a[u]=u in r.headers&&!Dnt[u]?r.headers[u]:this._resHeaders[u];let n=Object.assign({},r,{status:this._status,method:this._method,headers:a});return{policy:new this.constructor(e,n,{shared:this._isShared,cacheHeuristic:this._cacheHeuristic,immutableMinTimeToLive:this._immutableMinTtl}),modified:!1,matches:!0}}}});var eb=_((ELt,voe)=>{"use strict";voe.exports=t=>{let e={};for(let[r,o]of Object.entries(t))e[r.toLowerCase()]=o;return e}});var Soe=_((CLt,Doe)=>{"use strict";var bnt=ve("stream").Readable,xnt=eb(),UM=class extends bnt{constructor(e,r,o,a){if(typeof e!="number")throw new TypeError("Argument `statusCode` should be a number");if(typeof r!="object")throw new TypeError("Argument `headers` should be an object");if(!(o instanceof Buffer))throw new TypeError("Argument `body` should be a buffer");if(typeof a!="string")throw new TypeError("Argument `url` should be a string");super(),this.statusCode=e,this.headers=xnt(r),this.body=o,this.url=a}_read(){this.push(this.body),this.push(null)}};Doe.exports=UM});var boe=_((wLt,Poe)=>{"use strict";var knt=["destroy","setTimeout","socket","headers","trailers","rawHeaders","statusCode","httpVersion","httpVersionMinor","httpVersionMajor","rawTrailers","statusMessage"];Poe.exports=(t,e)=>{let r=new Set(Object.keys(t).concat(knt));for(let o of r)o in e||(e[o]=typeof t[o]=="function"?t[o].bind(t):t[o])}});var koe=_((ILt,xoe)=>{"use strict";var Qnt=ve("stream").PassThrough,Fnt=boe(),Rnt=t=>{if(!(t&&t.pipe))throw new TypeError("Parameter `response` must be a response stream.");let e=new Qnt;return Fnt(t,e),t.pipe(e)};xoe.exports=Rnt});var Qoe=_(_M=>{_M.stringify=function t(e){if(typeof e>"u")return e;if(e&&Buffer.isBuffer(e))return JSON.stringify(":base64:"+e.toString("base64"));if(e&&e.toJSON&&(e=e.toJSON()),e&&typeof e=="object"){var r="",o=Array.isArray(e);r=o?"[":"{";var a=!0;for(var n in e){var u=typeof e[n]=="function"||!o&&typeof e[n]>"u";Object.hasOwnProperty.call(e,n)&&!u&&(a||(r+=","),a=!1,o?e[n]==null?r+="null":r+=t(e[n]):e[n]!==void 0&&(r+=t(n)+":"+t(e[n])))}return r+=o?"]":"}",r}else return typeof e=="string"?JSON.stringify(/^:/.test(e)?":"+e:e):typeof e>"u"?"null":JSON.stringify(e)};_M.parse=function(t){return JSON.parse(t,function(e,r){return typeof r=="string"?/^:base64:/.test(r)?Buffer.from(r.substring(8),"base64"):/^:/.test(r)?r.substring(1):r:r})}});var Toe=_((vLt,Roe)=>{"use strict";var Tnt=ve("events"),Foe=Qoe(),Nnt=t=>{let e={redis:"@keyv/redis",mongodb:"@keyv/mongo",mongo:"@keyv/mongo",sqlite:"@keyv/sqlite",postgresql:"@keyv/postgres",postgres:"@keyv/postgres",mysql:"@keyv/mysql"};if(t.adapter||t.uri){let r=t.adapter||/^[^:]*/.exec(t.uri)[0];return new(ve(e[r]))(t)}return new Map},HM=class extends Tnt{constructor(e,r){if(super(),this.opts=Object.assign({namespace:"keyv",serialize:Foe.stringify,deserialize:Foe.parse},typeof e=="string"?{uri:e}:e,r),!this.opts.store){let o=Object.assign({},this.opts);this.opts.store=Nnt(o)}typeof this.opts.store.on=="function"&&this.opts.store.on("error",o=>this.emit("error",o)),this.opts.store.namespace=this.opts.namespace}_getKeyPrefix(e){return`${this.opts.namespace}:${e}`}get(e,r){e=this._getKeyPrefix(e);let{store:o}=this.opts;return Promise.resolve().then(()=>o.get(e)).then(a=>typeof a=="string"?this.opts.deserialize(a):a).then(a=>{if(a!==void 0){if(typeof a.expires=="number"&&Date.now()>a.expires){this.delete(e);return}return r&&r.raw?a:a.value}})}set(e,r,o){e=this._getKeyPrefix(e),typeof o>"u"&&(o=this.opts.ttl),o===0&&(o=void 0);let{store:a}=this.opts;return Promise.resolve().then(()=>{let n=typeof o=="number"?Date.now()+o:null;return r={value:r,expires:n},this.opts.serialize(r)}).then(n=>a.set(e,n,o)).then(()=>!0)}delete(e){e=this._getKeyPrefix(e);let{store:r}=this.opts;return Promise.resolve().then(()=>r.delete(e))}clear(){let{store:e}=this.opts;return Promise.resolve().then(()=>e.clear())}};Roe.exports=HM});var Ooe=_((SLt,Loe)=>{"use strict";var Lnt=ve("events"),tb=ve("url"),Ont=loe(),Mnt=woe(),jM=Boe(),Noe=Soe(),Unt=eb(),_nt=koe(),Hnt=Toe(),jc=class{constructor(e,r){if(typeof e!="function")throw new TypeError("Parameter `request` must be a function");return this.cache=new Hnt({uri:typeof r=="string"&&r,store:typeof r!="string"&&r,namespace:"cacheable-request"}),this.createCacheableRequest(e)}createCacheableRequest(e){return(r,o)=>{let a;if(typeof r=="string")a=GM(tb.parse(r)),r={};else if(r instanceof tb.URL)a=GM(tb.parse(r.toString())),r={};else{let[I,...v]=(r.path||"").split("?"),x=v.length>0?`?${v.join("?")}`:"";a=GM({...r,pathname:I,search:x})}r={headers:{},method:"GET",cache:!0,strictTtl:!1,automaticFailover:!1,...r,...jnt(a)},r.headers=Unt(r.headers);let n=new Lnt,u=Ont(tb.format(a),{stripWWW:!1,removeTrailingSlash:!1,stripAuthentication:!1}),A=`${r.method}:${u}`,p=!1,h=!1,E=I=>{h=!0;let v=!1,x,C=new Promise(L=>{x=()=>{v||(v=!0,L())}}),R=L=>{if(p&&!I.forceRefresh){L.status=L.statusCode;let J=jM.fromObject(p.cachePolicy).revalidatedPolicy(I,L);if(!J.modified){let te=J.policy.responseHeaders();L=new Noe(p.statusCode,te,p.body,p.url),L.cachePolicy=J.policy,L.fromCache=!0}}L.fromCache||(L.cachePolicy=new jM(I,L,I),L.fromCache=!1);let U;I.cache&&L.cachePolicy.storable()?(U=_nt(L),(async()=>{try{let J=Mnt.buffer(L);if(await Promise.race([C,new Promise(ce=>L.once("end",ce))]),v)return;let te=await J,ae={cachePolicy:L.cachePolicy.toObject(),url:L.url,statusCode:L.fromCache?p.statusCode:L.statusCode,body:te},fe=I.strictTtl?L.cachePolicy.timeToLive():void 0;I.maxTtl&&(fe=fe?Math.min(fe,I.maxTtl):I.maxTtl),await this.cache.set(A,ae,fe)}catch(J){n.emit("error",new jc.CacheError(J))}})()):I.cache&&p&&(async()=>{try{await this.cache.delete(A)}catch(J){n.emit("error",new jc.CacheError(J))}})(),n.emit("response",U||L),typeof o=="function"&&o(U||L)};try{let L=e(I,R);L.once("error",x),L.once("abort",x),n.emit("request",L)}catch(L){n.emit("error",new jc.RequestError(L))}};return(async()=>{let I=async x=>{await Promise.resolve();let C=x.cache?await this.cache.get(A):void 0;if(typeof C>"u")return E(x);let R=jM.fromObject(C.cachePolicy);if(R.satisfiesWithoutRevalidation(x)&&!x.forceRefresh){let L=R.responseHeaders(),U=new Noe(C.statusCode,L,C.body,C.url);U.cachePolicy=R,U.fromCache=!0,n.emit("response",U),typeof o=="function"&&o(U)}else p=C,x.headers=R.revalidationHeaders(x),E(x)},v=x=>n.emit("error",new jc.CacheError(x));this.cache.once("error",v),n.on("response",()=>this.cache.removeListener("error",v));try{await I(r)}catch(x){r.automaticFailover&&!h&&E(r),n.emit("error",new jc.CacheError(x))}})(),n}}};function jnt(t){let e={...t};return e.path=`${t.pathname||"/"}${t.search||""}`,delete e.pathname,delete e.search,e}function GM(t){return{protocol:t.protocol,auth:t.auth,hostname:t.hostname||t.host||"localhost",port:t.port,pathname:t.pathname,search:t.search}}jc.RequestError=class extends Error{constructor(t){super(t.message),this.name="RequestError",Object.assign(this,t)}};jc.CacheError=class extends Error{constructor(t){super(t.message),this.name="CacheError",Object.assign(this,t)}};Loe.exports=jc});var Uoe=_((xLt,Moe)=>{"use strict";var Gnt=["aborted","complete","headers","httpVersion","httpVersionMinor","httpVersionMajor","method","rawHeaders","rawTrailers","setTimeout","socket","statusCode","statusMessage","trailers","url"];Moe.exports=(t,e)=>{if(e._readableState.autoDestroy)throw new Error("The second stream must have the `autoDestroy` option set to `false`");let r=new Set(Object.keys(t).concat(Gnt)),o={};for(let a of r)a in e||(o[a]={get(){let n=t[a];return typeof n=="function"?n.bind(t):n},set(n){t[a]=n},enumerable:!0,configurable:!1});return Object.defineProperties(e,o),t.once("aborted",()=>{e.destroy(),e.emit("aborted")}),t.once("close",()=>{t.complete&&e.readable?e.once("end",()=>{e.emit("close")}):e.emit("close")}),e}});var Hoe=_((kLt,_oe)=>{"use strict";var{Transform:qnt,PassThrough:Ynt}=ve("stream"),qM=ve("zlib"),Wnt=Uoe();_oe.exports=t=>{let e=(t.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(e))return t;let r=e==="br";if(r&&typeof qM.createBrotliDecompress!="function")return t.destroy(new Error("Brotli is not supported on Node.js < 12")),t;let o=!0,a=new qnt({transform(A,p,h){o=!1,h(null,A)},flush(A){A()}}),n=new Ynt({autoDestroy:!1,destroy(A,p){t.destroy(),p(A)}}),u=r?qM.createBrotliDecompress():qM.createUnzip();return u.once("error",A=>{if(o&&!t.readable){n.end();return}n.destroy(A)}),Wnt(t,n),t.pipe(a).pipe(u).pipe(n),n}});var WM=_((QLt,joe)=>{"use strict";var YM=class{constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");this.maxSize=e.maxSize,this.onEviction=e.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_set(e,r){if(this.cache.set(e,r),this._size++,this._size>=this.maxSize){if(this._size=0,typeof this.onEviction=="function")for(let[o,a]of this.oldCache.entries())this.onEviction(o,a);this.oldCache=this.cache,this.cache=new Map}}get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e)){let r=this.oldCache.get(e);return this.oldCache.delete(e),this._set(e,r),r}}set(e,r){return this.cache.has(e)?this.cache.set(e,r):this._set(e,r),this}has(e){return this.cache.has(e)||this.oldCache.has(e)}peek(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e))return this.oldCache.get(e)}delete(e){let r=this.cache.delete(e);return r&&this._size--,this.oldCache.delete(e)||r}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}*keys(){for(let[e]of this)yield e}*values(){for(let[,e]of this)yield e}*[Symbol.iterator](){for(let e of this.cache)yield e;for(let e of this.oldCache){let[r]=e;this.cache.has(r)||(yield e)}}get size(){let e=0;for(let r of this.oldCache.keys())this.cache.has(r)||e++;return Math.min(this._size+e,this.maxSize)}};joe.exports=YM});var VM=_((FLt,Woe)=>{"use strict";var Knt=ve("events"),Vnt=ve("tls"),Jnt=ve("http2"),znt=WM(),ea=Symbol("currentStreamsCount"),Goe=Symbol("request"),Wl=Symbol("cachedOriginSet"),DE=Symbol("gracefullyClosing"),Xnt=["maxDeflateDynamicTableSize","maxSessionMemory","maxHeaderListPairs","maxOutstandingPings","maxReservedRemoteStreams","maxSendHeaderBlockLength","paddingStrategy","localAddress","path","rejectUnauthorized","minDHSize","ca","cert","clientCertEngine","ciphers","key","pfx","servername","minVersion","maxVersion","secureProtocol","crl","honorCipherOrder","ecdhCurve","dhparam","secureOptions","sessionIdContext"],Znt=(t,e,r)=>{let o=0,a=t.length;for(;o>>1;r(t[n],e)?o=n+1:a=n}return o},$nt=(t,e)=>t.remoteSettings.maxConcurrentStreams>e.remoteSettings.maxConcurrentStreams,KM=(t,e)=>{for(let r of t)r[Wl].lengthe[Wl].includes(o))&&r[ea]+e[ea]<=e.remoteSettings.maxConcurrentStreams&&Yoe(r)},eit=(t,e)=>{for(let r of t)e[Wl].lengthr[Wl].includes(o))&&e[ea]+r[ea]<=r.remoteSettings.maxConcurrentStreams&&Yoe(e)},qoe=({agent:t,isFree:e})=>{let r={};for(let o in t.sessions){let n=t.sessions[o].filter(u=>{let A=u[tA.kCurrentStreamsCount]{t[DE]=!0,t[ea]===0&&t.close()},tA=class extends Knt{constructor({timeout:e=6e4,maxSessions:r=1/0,maxFreeSessions:o=10,maxCachedTlsSessions:a=100}={}){super(),this.sessions={},this.queue={},this.timeout=e,this.maxSessions=r,this.maxFreeSessions=o,this._freeSessionsCount=0,this._sessionsCount=0,this.settings={enablePush:!1},this.tlsSessionCache=new znt({maxSize:a})}static normalizeOrigin(e,r){return typeof e=="string"&&(e=new URL(e)),r&&e.hostname!==r&&(e.hostname=r),e.origin}normalizeOptions(e){let r="";if(e)for(let o of Xnt)e[o]&&(r+=`:${e[o]}`);return r}_tryToCreateNewSession(e,r){if(!(e in this.queue)||!(r in this.queue[e]))return;let o=this.queue[e][r];this._sessionsCount{Array.isArray(o)?(o=[...o],a()):o=[{resolve:a,reject:n}];let u=this.normalizeOptions(r),A=tA.normalizeOrigin(e,r&&r.servername);if(A===void 0){for(let{reject:E}of o)E(new TypeError("The `origin` argument needs to be a string or an URL object"));return}if(u in this.sessions){let E=this.sessions[u],I=-1,v=-1,x;for(let C of E){let R=C.remoteSettings.maxConcurrentStreams;if(R=R||C[DE]||C.destroyed)continue;x||(I=R),L>v&&(x=C,v=L)}}if(x){if(o.length!==1){for(let{reject:C}of o){let R=new Error(`Expected the length of listeners to be 1, got ${o.length}. +Please report this to https://github.com/szmarczak/http2-wrapper/`);C(R)}return}o[0].resolve(x);return}}if(u in this.queue){if(A in this.queue[u]){this.queue[u][A].listeners.push(...o),this._tryToCreateNewSession(u,A);return}}else this.queue[u]={};let p=()=>{u in this.queue&&this.queue[u][A]===h&&(delete this.queue[u][A],Object.keys(this.queue[u]).length===0&&delete this.queue[u])},h=()=>{let E=`${A}:${u}`,I=!1;try{let v=Jnt.connect(e,{createConnection:this.createConnection,settings:this.settings,session:this.tlsSessionCache.get(E),...r});v[ea]=0,v[DE]=!1;let x=()=>v[ea]{this.tlsSessionCache.set(E,L)}),v.once("error",L=>{for(let{reject:U}of o)U(L);this.tlsSessionCache.delete(E)}),v.setTimeout(this.timeout,()=>{v.destroy()}),v.once("close",()=>{if(I){C&&this._freeSessionsCount--,this._sessionsCount--;let L=this.sessions[u];L.splice(L.indexOf(v),1),L.length===0&&delete this.sessions[u]}else{let L=new Error("Session closed without receiving a SETTINGS frame");L.code="HTTP2WRAPPER_NOSETTINGS";for(let{reject:U}of o)U(L);p()}this._tryToCreateNewSession(u,A)});let R=()=>{if(!(!(u in this.queue)||!x())){for(let L of v[Wl])if(L in this.queue[u]){let{listeners:U}=this.queue[u][L];for(;U.length!==0&&x();)U.shift().resolve(v);let J=this.queue[u];if(J[L].listeners.length===0&&(delete J[L],Object.keys(J).length===0)){delete this.queue[u];break}if(!x())break}}};v.on("origin",()=>{v[Wl]=v.originSet,x()&&(R(),KM(this.sessions[u],v))}),v.once("remoteSettings",()=>{if(v.ref(),v.unref(),this._sessionsCount++,h.destroyed){let L=new Error("Agent has been destroyed");for(let U of o)U.reject(L);v.destroy();return}v[Wl]=v.originSet;{let L=this.sessions;if(u in L){let U=L[u];U.splice(Znt(U,v,$nt),0,v)}else L[u]=[v]}this._freeSessionsCount+=1,I=!0,this.emit("session",v),R(),p(),v[ea]===0&&this._freeSessionsCount>this.maxFreeSessions&&v.close(),o.length!==0&&(this.getSession(A,r,o),o.length=0),v.on("remoteSettings",()=>{R(),KM(this.sessions[u],v)})}),v[Goe]=v.request,v.request=(L,U)=>{if(v[DE])throw new Error("The session is gracefully closing. No new streams are allowed.");let J=v[Goe](L,U);return v.ref(),++v[ea],v[ea]===v.remoteSettings.maxConcurrentStreams&&this._freeSessionsCount--,J.once("close",()=>{if(C=x(),--v[ea],!v.destroyed&&!v.closed&&(eit(this.sessions[u],v),x()&&!v.closed)){C||(this._freeSessionsCount++,C=!0);let te=v[ea]===0;te&&v.unref(),te&&(this._freeSessionsCount>this.maxFreeSessions||v[DE])?v.close():(KM(this.sessions[u],v),R())}}),J}}catch(v){for(let x of o)x.reject(v);p()}};h.listeners=o,h.completed=!1,h.destroyed=!1,this.queue[u][A]=h,this._tryToCreateNewSession(u,A)})}request(e,r,o,a){return new Promise((n,u)=>{this.getSession(e,r,[{reject:u,resolve:A=>{try{n(A.request(o,a))}catch(p){u(p)}}}])})}createConnection(e,r){return tA.connect(e,r)}static connect(e,r){r.ALPNProtocols=["h2"];let o=e.port||443,a=e.hostname||e.host;return typeof r.servername>"u"&&(r.servername=a),Vnt.connect(o,a,r)}closeFreeSessions(){for(let e of Object.values(this.sessions))for(let r of e)r[ea]===0&&r.close()}destroy(e){for(let r of Object.values(this.sessions))for(let o of r)o.destroy(e);for(let r of Object.values(this.queue))for(let o of Object.values(r))o.destroyed=!0;this.queue={}}get freeSessions(){return qoe({agent:this,isFree:!0})}get busySessions(){return qoe({agent:this,isFree:!1})}};tA.kCurrentStreamsCount=ea;tA.kGracefullyClosing=DE;Woe.exports={Agent:tA,globalAgent:new tA}});var zM=_((RLt,Koe)=>{"use strict";var{Readable:tit}=ve("stream"),JM=class extends tit{constructor(e,r){super({highWaterMark:r,autoDestroy:!1}),this.statusCode=null,this.statusMessage="",this.httpVersion="2.0",this.httpVersionMajor=2,this.httpVersionMinor=0,this.headers={},this.trailers={},this.req=null,this.aborted=!1,this.complete=!1,this.upgrade=null,this.rawHeaders=[],this.rawTrailers=[],this.socket=e,this.connection=e,this._dumped=!1}_destroy(e){this.req._request.destroy(e)}setTimeout(e,r){return this.req.setTimeout(e,r),this}_dump(){this._dumped||(this._dumped=!0,this.removeAllListeners("data"),this.resume())}_read(){this.req&&this.req._request.resume()}};Koe.exports=JM});var XM=_((TLt,Voe)=>{"use strict";Voe.exports=t=>{let e={protocol:t.protocol,hostname:typeof t.hostname=="string"&&t.hostname.startsWith("[")?t.hostname.slice(1,-1):t.hostname,host:t.host,hash:t.hash,search:t.search,pathname:t.pathname,href:t.href,path:`${t.pathname||""}${t.search||""}`};return typeof t.port=="string"&&t.port.length!==0&&(e.port=Number(t.port)),(t.username||t.password)&&(e.auth=`${t.username||""}:${t.password||""}`),e}});var zoe=_((NLt,Joe)=>{"use strict";Joe.exports=(t,e,r)=>{for(let o of r)t.on(o,(...a)=>e.emit(o,...a))}});var Zoe=_((LLt,Xoe)=>{"use strict";Xoe.exports=t=>{switch(t){case":method":case":scheme":case":authority":case":path":return!0;default:return!1}}});var eae=_((MLt,$oe)=>{"use strict";var SE=(t,e,r)=>{$oe.exports[e]=class extends t{constructor(...a){super(typeof r=="string"?r:r(a)),this.name=`${super.name} [${e}]`,this.code=e}}};SE(TypeError,"ERR_INVALID_ARG_TYPE",t=>{let e=t[0].includes(".")?"property":"argument",r=t[1],o=Array.isArray(r);return o&&(r=`${r.slice(0,-1).join(", ")} or ${r.slice(-1)}`),`The "${t[0]}" ${e} must be ${o?"one of":"of"} type ${r}. Received ${typeof t[2]}`});SE(TypeError,"ERR_INVALID_PROTOCOL",t=>`Protocol "${t[0]}" not supported. Expected "${t[1]}"`);SE(Error,"ERR_HTTP_HEADERS_SENT",t=>`Cannot ${t[0]} headers after they are sent to the client`);SE(TypeError,"ERR_INVALID_HTTP_TOKEN",t=>`${t[0]} must be a valid HTTP token [${t[1]}]`);SE(TypeError,"ERR_HTTP_INVALID_HEADER_VALUE",t=>`Invalid value "${t[0]} for header "${t[1]}"`);SE(TypeError,"ERR_INVALID_CHAR",t=>`Invalid character in ${t[0]} [${t[1]}]`)});var r4=_((ULt,aae)=>{"use strict";var rit=ve("http2"),{Writable:nit}=ve("stream"),{Agent:tae,globalAgent:iit}=VM(),sit=zM(),oit=XM(),ait=zoe(),lit=Zoe(),{ERR_INVALID_ARG_TYPE:ZM,ERR_INVALID_PROTOCOL:cit,ERR_HTTP_HEADERS_SENT:rae,ERR_INVALID_HTTP_TOKEN:uit,ERR_HTTP_INVALID_HEADER_VALUE:Ait,ERR_INVALID_CHAR:fit}=eae(),{HTTP2_HEADER_STATUS:nae,HTTP2_HEADER_METHOD:iae,HTTP2_HEADER_PATH:sae,HTTP2_METHOD_CONNECT:pit}=rit.constants,Qo=Symbol("headers"),$M=Symbol("origin"),e4=Symbol("session"),oae=Symbol("options"),rb=Symbol("flushedHeaders"),h1=Symbol("jobs"),hit=/^[\^`\-\w!#$%&*+.|~]+$/,git=/[^\t\u0020-\u007E\u0080-\u00FF]/,t4=class extends nit{constructor(e,r,o){super({autoDestroy:!1});let a=typeof e=="string"||e instanceof URL;if(a&&(e=oit(e instanceof URL?e:new URL(e))),typeof r=="function"||r===void 0?(o=r,r=a?e:{...e}):r={...e,...r},r.h2session)this[e4]=r.h2session;else if(r.agent===!1)this.agent=new tae({maxFreeSessions:0});else if(typeof r.agent>"u"||r.agent===null)typeof r.createConnection=="function"?(this.agent=new tae({maxFreeSessions:0}),this.agent.createConnection=r.createConnection):this.agent=iit;else if(typeof r.agent.request=="function")this.agent=r.agent;else throw new ZM("options.agent",["Agent-like Object","undefined","false"],r.agent);if(r.protocol&&r.protocol!=="https:")throw new cit(r.protocol,"https:");let n=r.port||r.defaultPort||this.agent&&this.agent.defaultPort||443,u=r.hostname||r.host||"localhost";delete r.hostname,delete r.host,delete r.port;let{timeout:A}=r;if(r.timeout=void 0,this[Qo]=Object.create(null),this[h1]=[],this.socket=null,this.connection=null,this.method=r.method||"GET",this.path=r.path,this.res=null,this.aborted=!1,this.reusedSocket=!1,r.headers)for(let[p,h]of Object.entries(r.headers))this.setHeader(p,h);r.auth&&!("authorization"in this[Qo])&&(this[Qo].authorization="Basic "+Buffer.from(r.auth).toString("base64")),r.session=r.tlsSession,r.path=r.socketPath,this[oae]=r,n===443?(this[$M]=`https://${u}`,":authority"in this[Qo]||(this[Qo][":authority"]=u)):(this[$M]=`https://${u}:${n}`,":authority"in this[Qo]||(this[Qo][":authority"]=`${u}:${n}`)),A&&this.setTimeout(A),o&&this.once("response",o),this[rb]=!1}get method(){return this[Qo][iae]}set method(e){e&&(this[Qo][iae]=e.toUpperCase())}get path(){return this[Qo][sae]}set path(e){e&&(this[Qo][sae]=e)}get _mustNotHaveABody(){return this.method==="GET"||this.method==="HEAD"||this.method==="DELETE"}_write(e,r,o){if(this._mustNotHaveABody){o(new Error("The GET, HEAD and DELETE methods must NOT have a body"));return}this.flushHeaders();let a=()=>this._request.write(e,r,o);this._request?a():this[h1].push(a)}_final(e){if(this.destroyed)return;this.flushHeaders();let r=()=>{if(this._mustNotHaveABody){e();return}this._request.end(e)};this._request?r():this[h1].push(r)}abort(){this.res&&this.res.complete||(this.aborted||process.nextTick(()=>this.emit("abort")),this.aborted=!0,this.destroy())}_destroy(e,r){this.res&&this.res._dump(),this._request&&this._request.destroy(),r(e)}async flushHeaders(){if(this[rb]||this.destroyed)return;this[rb]=!0;let e=this.method===pit,r=o=>{if(this._request=o,this.destroyed){o.destroy();return}e||ait(o,this,["timeout","continue","close","error"]);let a=u=>(...A)=>{!this.writable&&!this.destroyed?u(...A):this.once("finish",()=>{u(...A)})};o.once("response",a((u,A,p)=>{let h=new sit(this.socket,o.readableHighWaterMark);this.res=h,h.req=this,h.statusCode=u[nae],h.headers=u,h.rawHeaders=p,h.once("end",()=>{this.aborted?(h.aborted=!0,h.emit("aborted")):(h.complete=!0,h.socket=null,h.connection=null)}),e?(h.upgrade=!0,this.emit("connect",h,o,Buffer.alloc(0))?this.emit("close"):o.destroy()):(o.on("data",E=>{!h._dumped&&!h.push(E)&&o.pause()}),o.once("end",()=>{h.push(null)}),this.emit("response",h)||h._dump())})),o.once("headers",a(u=>this.emit("information",{statusCode:u[nae]}))),o.once("trailers",a((u,A,p)=>{let{res:h}=this;h.trailers=u,h.rawTrailers=p}));let{socket:n}=o.session;this.socket=n,this.connection=n;for(let u of this[h1])u();this.emit("socket",this.socket)};if(this[e4])try{r(this[e4].request(this[Qo]))}catch(o){this.emit("error",o)}else{this.reusedSocket=!0;try{r(await this.agent.request(this[$M],this[oae],this[Qo]))}catch(o){this.emit("error",o)}}}getHeader(e){if(typeof e!="string")throw new ZM("name","string",e);return this[Qo][e.toLowerCase()]}get headersSent(){return this[rb]}removeHeader(e){if(typeof e!="string")throw new ZM("name","string",e);if(this.headersSent)throw new rae("remove");delete this[Qo][e.toLowerCase()]}setHeader(e,r){if(this.headersSent)throw new rae("set");if(typeof e!="string"||!hit.test(e)&&!lit(e))throw new uit("Header name",e);if(typeof r>"u")throw new Ait(r,e);if(git.test(r))throw new fit("header content",e);this[Qo][e.toLowerCase()]=r}setNoDelay(){}setSocketKeepAlive(){}setTimeout(e,r){let o=()=>this._request.setTimeout(e,r);return this._request?o():this[h1].push(o),this}get maxHeadersCount(){if(!this.destroyed&&this._request)return this._request.session.localSettings.maxHeaderListSize}set maxHeadersCount(e){}};aae.exports=t4});var cae=_((_Lt,lae)=>{"use strict";var dit=ve("tls");lae.exports=(t={})=>new Promise((e,r)=>{let o=dit.connect(t,()=>{t.resolveSocket?(o.off("error",r),e({alpnProtocol:o.alpnProtocol,socket:o})):(o.destroy(),e({alpnProtocol:o.alpnProtocol}))});o.on("error",r)})});var Aae=_((HLt,uae)=>{"use strict";var mit=ve("net");uae.exports=t=>{let e=t.host,r=t.headers&&t.headers.host;return r&&(r.startsWith("[")?r.indexOf("]")===-1?e=r:e=r.slice(1,-1):e=r.split(":",1)[0]),mit.isIP(e)?"":e}});var hae=_((jLt,i4)=>{"use strict";var fae=ve("http"),n4=ve("https"),yit=cae(),Eit=WM(),Cit=r4(),wit=Aae(),Iit=XM(),nb=new Eit({maxSize:100}),g1=new Map,pae=(t,e,r)=>{e._httpMessage={shouldKeepAlive:!0};let o=()=>{t.emit("free",e,r)};e.on("free",o);let a=()=>{t.removeSocket(e,r)};e.on("close",a);let n=()=>{t.removeSocket(e,r),e.off("close",a),e.off("free",o),e.off("agentRemove",n)};e.on("agentRemove",n),t.emit("free",e,r)},Bit=async t=>{let e=`${t.host}:${t.port}:${t.ALPNProtocols.sort()}`;if(!nb.has(e)){if(g1.has(e))return(await g1.get(e)).alpnProtocol;let{path:r,agent:o}=t;t.path=t.socketPath;let a=yit(t);g1.set(e,a);try{let{socket:n,alpnProtocol:u}=await a;if(nb.set(e,u),t.path=r,u==="h2")n.destroy();else{let{globalAgent:A}=n4,p=n4.Agent.prototype.createConnection;o?o.createConnection===p?pae(o,n,t):n.destroy():A.createConnection===p?pae(A,n,t):n.destroy()}return g1.delete(e),u}catch(n){throw g1.delete(e),n}}return nb.get(e)};i4.exports=async(t,e,r)=>{if((typeof t=="string"||t instanceof URL)&&(t=Iit(new URL(t))),typeof e=="function"&&(r=e,e=void 0),e={ALPNProtocols:["h2","http/1.1"],...t,...e,resolveSocket:!0},!Array.isArray(e.ALPNProtocols)||e.ALPNProtocols.length===0)throw new Error("The `ALPNProtocols` option must be an Array with at least one entry");e.protocol=e.protocol||"https:";let o=e.protocol==="https:";e.host=e.hostname||e.host||"localhost",e.session=e.tlsSession,e.servername=e.servername||wit(e),e.port=e.port||(o?443:80),e._defaultAgent=o?n4.globalAgent:fae.globalAgent;let a=e.agent;if(a){if(a.addRequest)throw new Error("The `options.agent` object can contain only `http`, `https` or `http2` properties");e.agent=a[o?"https":"http"]}return o&&await Bit(e)==="h2"?(a&&(e.agent=a.http2),new Cit(e,r)):fae.request(e,r)};i4.exports.protocolCache=nb});var dae=_((GLt,gae)=>{"use strict";var vit=ve("http2"),Dit=VM(),s4=r4(),Sit=zM(),Pit=hae(),bit=(t,e,r)=>new s4(t,e,r),xit=(t,e,r)=>{let o=new s4(t,e,r);return o.end(),o};gae.exports={...vit,ClientRequest:s4,IncomingMessage:Sit,...Dit,request:bit,get:xit,auto:Pit}});var a4=_(o4=>{"use strict";Object.defineProperty(o4,"__esModule",{value:!0});var mae=Tf();o4.default=t=>mae.default.nodeStream(t)&&mae.default.function_(t.getBoundary)});var wae=_(l4=>{"use strict";Object.defineProperty(l4,"__esModule",{value:!0});var Eae=ve("fs"),Cae=ve("util"),yae=Tf(),kit=a4(),Qit=Cae.promisify(Eae.stat);l4.default=async(t,e)=>{if(e&&"content-length"in e)return Number(e["content-length"]);if(!t)return 0;if(yae.default.string(t))return Buffer.byteLength(t);if(yae.default.buffer(t))return t.length;if(kit.default(t))return Cae.promisify(t.getLength.bind(t))();if(t instanceof Eae.ReadStream){let{size:r}=await Qit(t.path);return r===0?void 0:r}}});var u4=_(c4=>{"use strict";Object.defineProperty(c4,"__esModule",{value:!0});function Fit(t,e,r){let o={};for(let a of r)o[a]=(...n)=>{e.emit(a,...n)},t.on(a,o[a]);return()=>{for(let a of r)t.off(a,o[a])}}c4.default=Fit});var Iae=_(A4=>{"use strict";Object.defineProperty(A4,"__esModule",{value:!0});A4.default=()=>{let t=[];return{once(e,r,o){e.once(r,o),t.push({origin:e,event:r,fn:o})},unhandleAll(){for(let e of t){let{origin:r,event:o,fn:a}=e;r.removeListener(o,a)}t.length=0}}}});var vae=_(d1=>{"use strict";Object.defineProperty(d1,"__esModule",{value:!0});d1.TimeoutError=void 0;var Rit=ve("net"),Tit=Iae(),Bae=Symbol("reentry"),Nit=()=>{},ib=class extends Error{constructor(e,r){super(`Timeout awaiting '${r}' for ${e}ms`),this.event=r,this.name="TimeoutError",this.code="ETIMEDOUT"}};d1.TimeoutError=ib;d1.default=(t,e,r)=>{if(Bae in t)return Nit;t[Bae]=!0;let o=[],{once:a,unhandleAll:n}=Tit.default(),u=(I,v,x)=>{var C;let R=setTimeout(v,I,I,x);(C=R.unref)===null||C===void 0||C.call(R);let L=()=>{clearTimeout(R)};return o.push(L),L},{host:A,hostname:p}=r,h=(I,v)=>{t.destroy(new ib(I,v))},E=()=>{for(let I of o)I();n()};if(t.once("error",I=>{if(E(),t.listenerCount("error")===0)throw I}),t.once("close",E),a(t,"response",I=>{a(I,"end",E)}),typeof e.request<"u"&&u(e.request,h,"request"),typeof e.socket<"u"){let I=()=>{h(e.socket,"socket")};t.setTimeout(e.socket,I),o.push(()=>{t.removeListener("timeout",I)})}return a(t,"socket",I=>{var v;let{socketPath:x}=t;if(I.connecting){let C=Boolean(x??Rit.isIP((v=p??A)!==null&&v!==void 0?v:"")!==0);if(typeof e.lookup<"u"&&!C&&typeof I.address().address>"u"){let R=u(e.lookup,h,"lookup");a(I,"lookup",R)}if(typeof e.connect<"u"){let R=()=>u(e.connect,h,"connect");C?a(I,"connect",R()):a(I,"lookup",L=>{L===null&&a(I,"connect",R())})}typeof e.secureConnect<"u"&&r.protocol==="https:"&&a(I,"connect",()=>{let R=u(e.secureConnect,h,"secureConnect");a(I,"secureConnect",R)})}if(typeof e.send<"u"){let C=()=>u(e.send,h,"send");I.connecting?a(I,"connect",()=>{a(t,"upload-complete",C())}):a(t,"upload-complete",C())}}),typeof e.response<"u"&&a(t,"upload-complete",()=>{let I=u(e.response,h,"response");a(t,"response",I)}),E}});var Sae=_(f4=>{"use strict";Object.defineProperty(f4,"__esModule",{value:!0});var Dae=Tf();f4.default=t=>{t=t;let e={protocol:t.protocol,hostname:Dae.default.string(t.hostname)&&t.hostname.startsWith("[")?t.hostname.slice(1,-1):t.hostname,host:t.host,hash:t.hash,search:t.search,pathname:t.pathname,href:t.href,path:`${t.pathname||""}${t.search||""}`};return Dae.default.string(t.port)&&t.port.length>0&&(e.port=Number(t.port)),(t.username||t.password)&&(e.auth=`${t.username||""}:${t.password||""}`),e}});var Pae=_(p4=>{"use strict";Object.defineProperty(p4,"__esModule",{value:!0});var Lit=ve("url"),Oit=["protocol","host","hostname","port","pathname","search"];p4.default=(t,e)=>{var r,o;if(e.path){if(e.pathname)throw new TypeError("Parameters `path` and `pathname` are mutually exclusive.");if(e.search)throw new TypeError("Parameters `path` and `search` are mutually exclusive.");if(e.searchParams)throw new TypeError("Parameters `path` and `searchParams` are mutually exclusive.")}if(e.search&&e.searchParams)throw new TypeError("Parameters `search` and `searchParams` are mutually exclusive.");if(!t){if(!e.protocol)throw new TypeError("No URL protocol specified");t=`${e.protocol}//${(o=(r=e.hostname)!==null&&r!==void 0?r:e.host)!==null&&o!==void 0?o:""}`}let a=new Lit.URL(t);if(e.path){let n=e.path.indexOf("?");n===-1?e.pathname=e.path:(e.pathname=e.path.slice(0,n),e.search=e.path.slice(n+1)),delete e.path}for(let n of Oit)e[n]&&(a[n]=e[n].toString());return a}});var bae=_(g4=>{"use strict";Object.defineProperty(g4,"__esModule",{value:!0});var h4=class{constructor(){this.weakMap=new WeakMap,this.map=new Map}set(e,r){typeof e=="object"?this.weakMap.set(e,r):this.map.set(e,r)}get(e){return typeof e=="object"?this.weakMap.get(e):this.map.get(e)}has(e){return typeof e=="object"?this.weakMap.has(e):this.map.has(e)}};g4.default=h4});var m4=_(d4=>{"use strict";Object.defineProperty(d4,"__esModule",{value:!0});var Mit=async t=>{let e=[],r=0;for await(let o of t)e.push(o),r+=Buffer.byteLength(o);return Buffer.isBuffer(e[0])?Buffer.concat(e,r):Buffer.from(e.join(""))};d4.default=Mit});var kae=_(Pd=>{"use strict";Object.defineProperty(Pd,"__esModule",{value:!0});Pd.dnsLookupIpVersionToFamily=Pd.isDnsLookupIpVersion=void 0;var xae={auto:0,ipv4:4,ipv6:6};Pd.isDnsLookupIpVersion=t=>t in xae;Pd.dnsLookupIpVersionToFamily=t=>{if(Pd.isDnsLookupIpVersion(t))return xae[t];throw new Error("Invalid DNS lookup IP version")}});var y4=_(sb=>{"use strict";Object.defineProperty(sb,"__esModule",{value:!0});sb.isResponseOk=void 0;sb.isResponseOk=t=>{let{statusCode:e}=t,r=t.request.options.followRedirect?299:399;return e>=200&&e<=r||e===304}});var Fae=_(E4=>{"use strict";Object.defineProperty(E4,"__esModule",{value:!0});var Qae=new Set;E4.default=t=>{Qae.has(t)||(Qae.add(t),process.emitWarning(`Got: ${t}`,{type:"DeprecationWarning"}))}});var Rae=_(C4=>{"use strict";Object.defineProperty(C4,"__esModule",{value:!0});var Ai=Tf(),Uit=(t,e)=>{if(Ai.default.null_(t.encoding))throw new TypeError("To get a Buffer, set `options.responseType` to `buffer` instead");Ai.assert.any([Ai.default.string,Ai.default.undefined],t.encoding),Ai.assert.any([Ai.default.boolean,Ai.default.undefined],t.resolveBodyOnly),Ai.assert.any([Ai.default.boolean,Ai.default.undefined],t.methodRewriting),Ai.assert.any([Ai.default.boolean,Ai.default.undefined],t.isStream),Ai.assert.any([Ai.default.string,Ai.default.undefined],t.responseType),t.responseType===void 0&&(t.responseType="text");let{retry:r}=t;if(e?t.retry={...e.retry}:t.retry={calculateDelay:o=>o.computedValue,limit:0,methods:[],statusCodes:[],errorCodes:[],maxRetryAfter:void 0},Ai.default.object(r)?(t.retry={...t.retry,...r},t.retry.methods=[...new Set(t.retry.methods.map(o=>o.toUpperCase()))],t.retry.statusCodes=[...new Set(t.retry.statusCodes)],t.retry.errorCodes=[...new Set(t.retry.errorCodes)]):Ai.default.number(r)&&(t.retry.limit=r),Ai.default.undefined(t.retry.maxRetryAfter)&&(t.retry.maxRetryAfter=Math.min(...[t.timeout.request,t.timeout.connect].filter(Ai.default.number))),Ai.default.object(t.pagination)){e&&(t.pagination={...e.pagination,...t.pagination});let{pagination:o}=t;if(!Ai.default.function_(o.transform))throw new Error("`options.pagination.transform` must be implemented");if(!Ai.default.function_(o.shouldContinue))throw new Error("`options.pagination.shouldContinue` must be implemented");if(!Ai.default.function_(o.filter))throw new TypeError("`options.pagination.filter` must be implemented");if(!Ai.default.function_(o.paginate))throw new Error("`options.pagination.paginate` must be implemented")}return t.responseType==="json"&&t.headers.accept===void 0&&(t.headers.accept="application/json"),t};C4.default=Uit});var Tae=_(m1=>{"use strict";Object.defineProperty(m1,"__esModule",{value:!0});m1.retryAfterStatusCodes=void 0;m1.retryAfterStatusCodes=new Set([413,429,503]);var _it=({attemptCount:t,retryOptions:e,error:r,retryAfter:o})=>{if(t>e.limit)return 0;let a=e.methods.includes(r.options.method),n=e.errorCodes.includes(r.code),u=r.response&&e.statusCodes.includes(r.response.statusCode);if(!a||!n&&!u)return 0;if(r.response){if(o)return e.maxRetryAfter===void 0||o>e.maxRetryAfter?0:o;if(r.response.statusCode===413)return 0}let A=Math.random()*100;return 2**(t-1)*1e3+A};m1.default=_it});var C1=_(Bn=>{"use strict";Object.defineProperty(Bn,"__esModule",{value:!0});Bn.UnsupportedProtocolError=Bn.ReadError=Bn.TimeoutError=Bn.UploadError=Bn.CacheError=Bn.HTTPError=Bn.MaxRedirectsError=Bn.RequestError=Bn.setNonEnumerableProperties=Bn.knownHookEvents=Bn.withoutBody=Bn.kIsNormalizedAlready=void 0;var Nae=ve("util"),Lae=ve("stream"),Hit=ve("fs"),ah=ve("url"),Oae=ve("http"),w4=ve("http"),jit=ve("https"),Git=Zse(),qit=soe(),Mae=Ooe(),Yit=Hoe(),Wit=dae(),Kit=eb(),st=Tf(),Vit=wae(),Uae=a4(),Jit=u4(),_ae=vae(),zit=Sae(),Hae=Pae(),Xit=bae(),Zit=m4(),jae=kae(),$it=y4(),lh=Fae(),est=Rae(),tst=Tae(),I4,Zs=Symbol("request"),lb=Symbol("response"),PE=Symbol("responseSize"),bE=Symbol("downloadedSize"),xE=Symbol("bodySize"),kE=Symbol("uploadedSize"),ob=Symbol("serverResponsesPiped"),Gae=Symbol("unproxyEvents"),qae=Symbol("isFromCache"),B4=Symbol("cancelTimeouts"),Yae=Symbol("startedReading"),QE=Symbol("stopReading"),ab=Symbol("triggerRead"),ch=Symbol("body"),y1=Symbol("jobs"),Wae=Symbol("originalResponse"),Kae=Symbol("retryTimeout");Bn.kIsNormalizedAlready=Symbol("isNormalizedAlready");var rst=st.default.string(process.versions.brotli);Bn.withoutBody=new Set(["GET","HEAD"]);Bn.knownHookEvents=["init","beforeRequest","beforeRedirect","beforeError","beforeRetry","afterResponse"];function nst(t){for(let e in t){let r=t[e];if(!st.default.string(r)&&!st.default.number(r)&&!st.default.boolean(r)&&!st.default.null_(r)&&!st.default.undefined(r))throw new TypeError(`The \`searchParams\` value '${String(r)}' must be a string, number, boolean or null`)}}function ist(t){return st.default.object(t)&&!("statusCode"in t)}var v4=new Xit.default,sst=async t=>new Promise((e,r)=>{let o=a=>{r(a)};t.pending||e(),t.once("error",o),t.once("ready",()=>{t.off("error",o),e()})}),ost=new Set([300,301,302,303,304,307,308]),ast=["context","body","json","form"];Bn.setNonEnumerableProperties=(t,e)=>{let r={};for(let o of t)if(!!o)for(let a of ast)a in o&&(r[a]={writable:!0,configurable:!0,enumerable:!1,value:o[a]});Object.defineProperties(e,r)};var Vi=class extends Error{constructor(e,r,o){var a;if(super(e),Error.captureStackTrace(this,this.constructor),this.name="RequestError",this.code=r.code,o instanceof db?(Object.defineProperty(this,"request",{enumerable:!1,value:o}),Object.defineProperty(this,"response",{enumerable:!1,value:o[lb]}),Object.defineProperty(this,"options",{enumerable:!1,value:o.options})):Object.defineProperty(this,"options",{enumerable:!1,value:o}),this.timings=(a=this.request)===null||a===void 0?void 0:a.timings,st.default.string(r.stack)&&st.default.string(this.stack)){let n=this.stack.indexOf(this.message)+this.message.length,u=this.stack.slice(n).split(` `).reverse(),A=r.stack.slice(r.stack.indexOf(r.message)+r.message.length).split(` `).reverse();for(;A.length!==0&&A[0]===u[0];)u.shift();this.stack=`${this.stack.slice(0,n)}${u.reverse().join(` `)}${A.reverse().join(` -`)}`}}};Bn.RequestError=Ki;var ux=class extends Ki{constructor(e){super(`Redirected ${e.options.maxRedirects} times. Aborting.`,{},e),this.name="MaxRedirectsError"}};Bn.MaxRedirectsError=ux;var Ax=class extends Ki{constructor(e){super(`Response code ${e.statusCode} (${e.statusMessage})`,{},e.request),this.name="HTTPError"}};Bn.HTTPError=Ax;var fx=class extends Ki{constructor(e,r){super(e.message,e,r),this.name="CacheError"}};Bn.CacheError=fx;var px=class extends Ki{constructor(e,r){super(e.message,e,r),this.name="UploadError"}};Bn.UploadError=px;var hx=class extends Ki{constructor(e,r,o){super(e.message,e,o),this.name="TimeoutError",this.event=e.event,this.timings=r}};Bn.TimeoutError=hx;var y1=class extends Ki{constructor(e,r){super(e.message,e,r),this.name="ReadError"}};Bn.ReadError=y1;var gx=class extends Ki{constructor(e){super(`Unsupported protocol "${e.url.protocol}"`,{},e),this.name="UnsupportedProtocolError"}};Bn.UnsupportedProtocolError=gx;var pst=["socket","connect","continue","information","upgrade","timeout"],dx=class extends Oae.Duplex{constructor(e,r={},o){super({autoDestroy:!1,highWaterMark:0}),this[SE]=0,this[bE]=0,this.requestInitialized=!1,this[ax]=new Set,this.redirects=[],this[kE]=!1,this[lx]=!1,this[m1]=[],this.retryCount=0,this._progressCallbacks=[];let a=()=>this._unlockWrite(),n=()=>this._lockWrite();this.on("pipe",h=>{h.prependListener("data",a),h.on("data",n),h.prependListener("end",a),h.on("end",n)}),this.on("unpipe",h=>{h.off("data",a),h.off("data",n),h.off("end",a),h.off("end",n)}),this.on("pipe",h=>{h instanceof B4.IncomingMessage&&(this.options.headers={...h.headers,...this.options.headers})});let{json:u,body:A,form:p}=r;if((u||A||p)&&this._lockWrite(),Bn.kIsNormalizedAlready in r)this.options=r;else try{this.options=this.constructor.normalizeArguments(e,r,o)}catch(h){st.default.nodeStream(r.body)&&r.body.destroy(),this.destroy(h);return}(async()=>{var h;try{this.options.body instanceof Wit.ReadStream&&await ust(this.options.body);let{url:E}=this.options;if(!E)throw new TypeError("Missing `url` property");if(this.requestUrl=E.toString(),decodeURI(this.requestUrl),await this._finalizeBody(),await this._makeRequest(),this.destroyed){(h=this[Zs])===null||h===void 0||h.destroy();return}for(let I of this[m1])I();this[m1].length=0,this.requestInitialized=!0}catch(E){if(E instanceof Ki){this._beforeError(E);return}this.destroyed||this.destroy(E)}})()}static normalizeArguments(e,r,o){var a,n,u,A,p;let h=r;if(st.default.object(e)&&!st.default.urlInstance(e))r={...o,...e,...r};else{if(e&&r&&r.url!==void 0)throw new TypeError("The `url` option is mutually exclusive with the `input` argument");r={...o,...r},e!==void 0&&(r.url=e),st.default.urlInstance(r.url)&&(r.url=new oh.URL(r.url.toString()))}if(r.cache===!1&&(r.cache=void 0),r.dnsCache===!1&&(r.dnsCache=void 0),st.assert.any([st.default.string,st.default.undefined],r.method),st.assert.any([st.default.object,st.default.undefined],r.headers),st.assert.any([st.default.string,st.default.urlInstance,st.default.undefined],r.prefixUrl),st.assert.any([st.default.object,st.default.undefined],r.cookieJar),st.assert.any([st.default.object,st.default.string,st.default.undefined],r.searchParams),st.assert.any([st.default.object,st.default.string,st.default.undefined],r.cache),st.assert.any([st.default.object,st.default.number,st.default.undefined],r.timeout),st.assert.any([st.default.object,st.default.undefined],r.context),st.assert.any([st.default.object,st.default.undefined],r.hooks),st.assert.any([st.default.boolean,st.default.undefined],r.decompress),st.assert.any([st.default.boolean,st.default.undefined],r.ignoreInvalidCookies),st.assert.any([st.default.boolean,st.default.undefined],r.followRedirect),st.assert.any([st.default.number,st.default.undefined],r.maxRedirects),st.assert.any([st.default.boolean,st.default.undefined],r.throwHttpErrors),st.assert.any([st.default.boolean,st.default.undefined],r.http2),st.assert.any([st.default.boolean,st.default.undefined],r.allowGetBody),st.assert.any([st.default.string,st.default.undefined],r.localAddress),st.assert.any([Gae.isDnsLookupIpVersion,st.default.undefined],r.dnsLookupIpVersion),st.assert.any([st.default.object,st.default.undefined],r.https),st.assert.any([st.default.boolean,st.default.undefined],r.rejectUnauthorized),r.https&&(st.assert.any([st.default.boolean,st.default.undefined],r.https.rejectUnauthorized),st.assert.any([st.default.function_,st.default.undefined],r.https.checkServerIdentity),st.assert.any([st.default.string,st.default.object,st.default.array,st.default.undefined],r.https.certificateAuthority),st.assert.any([st.default.string,st.default.object,st.default.array,st.default.undefined],r.https.key),st.assert.any([st.default.string,st.default.object,st.default.array,st.default.undefined],r.https.certificate),st.assert.any([st.default.string,st.default.undefined],r.https.passphrase),st.assert.any([st.default.string,st.default.buffer,st.default.array,st.default.undefined],r.https.pfx)),st.assert.any([st.default.object,st.default.undefined],r.cacheOptions),st.default.string(r.method)?r.method=r.method.toUpperCase():r.method="GET",r.headers===o?.headers?r.headers={...r.headers}:r.headers=Zit({...o?.headers,...r.headers}),"slashes"in r)throw new TypeError("The legacy `url.Url` has been deprecated. Use `URL` instead.");if("auth"in r)throw new TypeError("Parameter `auth` is deprecated. Use `username` / `password` instead.");if("searchParams"in r&&r.searchParams&&r.searchParams!==o?.searchParams){let b;if(st.default.string(r.searchParams)||r.searchParams instanceof oh.URLSearchParams)b=new oh.URLSearchParams(r.searchParams);else{lst(r.searchParams),b=new oh.URLSearchParams;for(let C in r.searchParams){let T=r.searchParams[C];T===null?b.append(C,""):T!==void 0&&b.append(C,T)}}(a=o?.searchParams)===null||a===void 0||a.forEach((C,T)=>{b.has(T)||b.append(T,C)}),r.searchParams=b}if(r.username=(n=r.username)!==null&&n!==void 0?n:"",r.password=(u=r.password)!==null&&u!==void 0?u:"",st.default.undefined(r.prefixUrl)?r.prefixUrl=(A=o?.prefixUrl)!==null&&A!==void 0?A:"":(r.prefixUrl=r.prefixUrl.toString(),r.prefixUrl!==""&&!r.prefixUrl.endsWith("/")&&(r.prefixUrl+="/")),st.default.string(r.url)){if(r.url.startsWith("/"))throw new Error("`input` must not start with a slash when using `prefixUrl`");r.url=qae.default(r.prefixUrl+r.url,r)}else(st.default.undefined(r.url)&&r.prefixUrl!==""||r.protocol)&&(r.url=qae.default(r.prefixUrl,r));if(r.url){"port"in r&&delete r.port;let{prefixUrl:b}=r;Object.defineProperty(r,"prefixUrl",{set:T=>{let L=r.url;if(!L.href.startsWith(T))throw new Error(`Cannot change \`prefixUrl\` from ${b} to ${T}: ${L.href}`);r.url=new oh.URL(T+L.href.slice(b.length)),b=T},get:()=>b});let{protocol:C}=r.url;if(C==="unix:"&&(C="http:",r.url=new oh.URL(`http://unix${r.url.pathname}${r.url.search}`)),r.searchParams&&(r.url.search=r.searchParams.toString()),C!=="http:"&&C!=="https:")throw new gx(r);r.username===""?r.username=r.url.username:r.url.username=r.username,r.password===""?r.password=r.url.password:r.url.password=r.password}let{cookieJar:E}=r;if(E){let{setCookie:b,getCookieString:C}=E;st.assert.function_(b),st.assert.function_(C),b.length===4&&C.length===0&&(b=Mae.promisify(b.bind(r.cookieJar)),C=Mae.promisify(C.bind(r.cookieJar)),r.cookieJar={setCookie:b,getCookieString:C})}let{cache:I}=r;if(I&&(P4.has(I)||P4.set(I,new _ae((b,C)=>{let T=b[Zs](b,C);return st.default.promise(T)&&(T.once=(L,U)=>{if(L==="error")T.catch(U);else if(L==="abort")(async()=>{try{(await T).once("abort",U)}catch{}})();else throw new Error(`Unknown HTTP2 promise event: ${L}`);return T}),T},I))),r.cacheOptions={...r.cacheOptions},r.dnsCache===!0)v4||(v4=new Jit.default),r.dnsCache=v4;else if(!st.default.undefined(r.dnsCache)&&!r.dnsCache.lookup)throw new TypeError(`Parameter \`dnsCache\` must be a CacheableLookup instance or a boolean, got ${st.default(r.dnsCache)}`);st.default.number(r.timeout)?r.timeout={request:r.timeout}:o&&r.timeout!==o.timeout?r.timeout={...o.timeout,...r.timeout}:r.timeout={...r.timeout},r.context||(r.context={});let v=r.hooks===o?.hooks;r.hooks={...r.hooks};for(let b of Bn.knownHookEvents)if(b in r.hooks)if(st.default.array(r.hooks[b]))r.hooks[b]=[...r.hooks[b]];else throw new TypeError(`Parameter \`${b}\` must be an Array, got ${st.default(r.hooks[b])}`);else r.hooks[b]=[];if(o&&!v)for(let b of Bn.knownHookEvents)o.hooks[b].length>0&&(r.hooks[b]=[...o.hooks[b],...r.hooks[b]]);if("family"in r&&ah.default('"options.family" was never documented, please use "options.dnsLookupIpVersion"'),o?.https&&(r.https={...o.https,...r.https}),"rejectUnauthorized"in r&&ah.default('"options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"'),"checkServerIdentity"in r&&ah.default('"options.checkServerIdentity" was never documented, please use "options.https.checkServerIdentity"'),"ca"in r&&ah.default('"options.ca" was never documented, please use "options.https.certificateAuthority"'),"key"in r&&ah.default('"options.key" was never documented, please use "options.https.key"'),"cert"in r&&ah.default('"options.cert" was never documented, please use "options.https.certificate"'),"passphrase"in r&&ah.default('"options.passphrase" was never documented, please use "options.https.passphrase"'),"pfx"in r&&ah.default('"options.pfx" was never documented, please use "options.https.pfx"'),"followRedirects"in r)throw new TypeError("The `followRedirects` option does not exist. Use `followRedirect` instead.");if(r.agent){for(let b in r.agent)if(b!=="http"&&b!=="https"&&b!=="http2")throw new TypeError(`Expected the \`options.agent\` properties to be \`http\`, \`https\` or \`http2\`, got \`${b}\``)}return r.maxRedirects=(p=r.maxRedirects)!==null&&p!==void 0?p:0,Bn.setNonEnumerableProperties([o,h],r),sst.default(r,o)}_lockWrite(){let e=()=>{throw new TypeError("The payload has been already provided")};this.write=e,this.end=e}_unlockWrite(){this.write=super.write,this.end=super.end}async _finalizeBody(){let{options:e}=this,{headers:r}=e,o=!st.default.undefined(e.form),a=!st.default.undefined(e.json),n=!st.default.undefined(e.body),u=o||a||n,A=Bn.withoutBody.has(e.method)&&!(e.method==="GET"&&e.allowGetBody);if(this._cannotHaveBody=A,u){if(A)throw new TypeError(`The \`${e.method}\` method cannot be used with a body`);if([n,o,a].filter(p=>p).length>1)throw new TypeError("The `body`, `json` and `form` options are mutually exclusive");if(n&&!(e.body instanceof Oae.Readable)&&!st.default.string(e.body)&&!st.default.buffer(e.body)&&!Hae.default(e.body))throw new TypeError("The `body` option must be a stream.Readable, string or Buffer");if(o&&!st.default.object(e.form))throw new TypeError("The `form` option must be an Object");{let p=!st.default.string(r["content-type"]);n?(Hae.default(e.body)&&p&&(r["content-type"]=`multipart/form-data; boundary=${e.body.getBoundary()}`),this[lh]=e.body):o?(p&&(r["content-type"]="application/x-www-form-urlencoded"),this[lh]=new oh.URLSearchParams(e.form).toString()):(p&&(r["content-type"]="application/json"),this[lh]=e.stringifyJson(e.json));let h=await $it.default(this[lh],e.headers);st.default.undefined(r["content-length"])&&st.default.undefined(r["transfer-encoding"])&&!A&&!st.default.undefined(h)&&(r["content-length"]=String(h))}}else A?this._lockWrite():this._unlockWrite();this[xE]=Number(r["content-length"])||void 0}async _onResponseBase(e){let{options:r}=this,{url:o}=r;this[Kae]=e,r.decompress&&(e=zit(e));let a=e.statusCode,n=e;n.statusMessage=n.statusMessage?n.statusMessage:Uae.STATUS_CODES[a],n.url=r.url.toString(),n.requestUrl=this.requestUrl,n.redirectUrls=this.redirects,n.request=this,n.isFromCache=e.fromCache||!1,n.ip=this.ip,n.retryCount=this.retryCount,this[Wae]=n.isFromCache,this[PE]=Number(e.headers["content-length"])||void 0,this[cx]=e,e.once("end",()=>{this[PE]=this[SE],this.emit("downloadProgress",this.downloadProgress)}),e.once("error",A=>{e.destroy(),this._beforeError(new y1(A,this))}),e.once("aborted",()=>{this._beforeError(new y1({name:"Error",message:"The server aborted pending request",code:"ECONNRESET"},this))}),this.emit("downloadProgress",this.downloadProgress);let u=e.headers["set-cookie"];if(st.default.object(r.cookieJar)&&u){let A=u.map(async p=>r.cookieJar.setCookie(p,o.toString()));r.ignoreInvalidCookies&&(A=A.map(async p=>p.catch(()=>{})));try{await Promise.all(A)}catch(p){this._beforeError(p);return}}if(r.followRedirect&&e.headers.location&&Ast.has(a)){if(e.resume(),this[Zs]&&(this[D4](),delete this[Zs],this[Yae]()),(a===303&&r.method!=="GET"&&r.method!=="HEAD"||!r.methodRewriting)&&(r.method="GET","body"in r&&delete r.body,"json"in r&&delete r.json,"form"in r&&delete r.form,this[lh]=void 0,delete r.headers["content-length"]),this.redirects.length>=r.maxRedirects){this._beforeError(new ux(this));return}try{let p=Buffer.from(e.headers.location,"binary").toString(),h=new oh.URL(p,o),E=h.toString();decodeURI(E),h.hostname!==o.hostname||h.port!==o.port?("host"in r.headers&&delete r.headers.host,"cookie"in r.headers&&delete r.headers.cookie,"authorization"in r.headers&&delete r.headers.authorization,(r.username||r.password)&&(r.username="",r.password="")):(h.username=r.username,h.password=r.password),this.redirects.push(E),r.url=h;for(let I of r.hooks.beforeRedirect)await I(r,n);this.emit("redirect",n,r),await this._makeRequest()}catch(p){this._beforeError(p);return}return}if(r.isStream&&r.throwHttpErrors&&!ist.isResponseOk(n)){this._beforeError(new Ax(n));return}e.on("readable",()=>{this[lx]&&this._read()}),this.on("resume",()=>{e.resume()}),this.on("pause",()=>{e.pause()}),e.once("end",()=>{this.push(null)}),this.emit("response",e);for(let A of this[ax])if(!A.headersSent){for(let p in e.headers){let h=r.decompress?p!=="content-encoding":!0,E=e.headers[p];h&&A.setHeader(p,E)}A.statusCode=a}}async _onResponse(e){try{await this._onResponseBase(e)}catch(r){this._beforeError(r)}}_onRequest(e){let{options:r}=this,{timeout:o,url:a}=r;Kit.default(e),this[D4]=jae.default(e,o,a);let n=r.cache?"cacheableResponse":"response";e.once(n,p=>{this._onResponse(p)}),e.once("error",p=>{var h;e.destroy(),(h=e.res)===null||h===void 0||h.removeAllListeners("end"),p=p instanceof jae.TimeoutError?new hx(p,this.timings,this):new Ki(p.message,p,this),this._beforeError(p)}),this[Yae]=est.default(e,this,pst),this[Zs]=e,this.emit("uploadProgress",this.uploadProgress);let u=this[lh],A=this.redirects.length===0?this:e;st.default.nodeStream(u)?(u.pipe(A),u.once("error",p=>{this._beforeError(new px(p,this))})):(this._unlockWrite(),st.default.undefined(u)?(this._cannotHaveBody||this._noPipe)&&(A.end(),this._lockWrite()):(this._writeRequest(u,void 0,()=>{}),A.end(),this._lockWrite())),this.emit("request",e)}async _createCacheableRequest(e,r){return new Promise((o,a)=>{Object.assign(r,tst.default(e)),delete r.url;let n,u=P4.get(r.cache)(r,async A=>{A._readableState.autoDestroy=!1,n&&(await n).emit("cacheableResponse",A),o(A)});r.url=e,u.once("error",a),u.once("request",async A=>{n=A,o(n)})})}async _makeRequest(){var e,r,o,a,n;let{options:u}=this,{headers:A}=u;for(let U in A)if(st.default.undefined(A[U]))delete A[U];else if(st.default.null_(A[U]))throw new TypeError(`Use \`undefined\` instead of \`null\` to delete the \`${U}\` header`);if(u.decompress&&st.default.undefined(A["accept-encoding"])&&(A["accept-encoding"]=ast?"gzip, deflate, br":"gzip, deflate"),u.cookieJar){let U=await u.cookieJar.getCookieString(u.url.toString());st.default.nonEmptyString(U)&&(u.headers.cookie=U)}for(let U of u.hooks.beforeRequest){let J=await U(u);if(!st.default.undefined(J)){u.request=()=>J;break}}u.body&&this[lh]!==u.body&&(this[lh]=u.body);let{agent:p,request:h,timeout:E,url:I}=u;if(u.dnsCache&&!("lookup"in u)&&(u.lookup=u.dnsCache.lookup),I.hostname==="unix"){let U=/(?.+?):(?.+)/.exec(`${I.pathname}${I.search}`);if(U?.groups){let{socketPath:J,path:te}=U.groups;Object.assign(u,{socketPath:J,path:te,host:""})}}let v=I.protocol==="https:",b;u.http2?b=Xit.auto:b=v?Vit.request:Uae.request;let C=(e=u.request)!==null&&e!==void 0?e:b,T=u.cache?this._createCacheableRequest:C;p&&!u.http2&&(u.agent=p[v?"https":"http"]),u[Zs]=C,delete u.request,delete u.timeout;let L=u;if(L.shared=(r=u.cacheOptions)===null||r===void 0?void 0:r.shared,L.cacheHeuristic=(o=u.cacheOptions)===null||o===void 0?void 0:o.cacheHeuristic,L.immutableMinTimeToLive=(a=u.cacheOptions)===null||a===void 0?void 0:a.immutableMinTimeToLive,L.ignoreCargoCult=(n=u.cacheOptions)===null||n===void 0?void 0:n.ignoreCargoCult,u.dnsLookupIpVersion!==void 0)try{L.family=Gae.dnsLookupIpVersionToFamily(u.dnsLookupIpVersion)}catch{throw new Error("Invalid `dnsLookupIpVersion` option value")}u.https&&("rejectUnauthorized"in u.https&&(L.rejectUnauthorized=u.https.rejectUnauthorized),u.https.checkServerIdentity&&(L.checkServerIdentity=u.https.checkServerIdentity),u.https.certificateAuthority&&(L.ca=u.https.certificateAuthority),u.https.certificate&&(L.cert=u.https.certificate),u.https.key&&(L.key=u.https.key),u.https.passphrase&&(L.passphrase=u.https.passphrase),u.https.pfx&&(L.pfx=u.https.pfx));try{let U=await T(I,L);st.default.undefined(U)&&(U=b(I,L)),u.request=h,u.timeout=E,u.agent=p,u.https&&("rejectUnauthorized"in u.https&&delete L.rejectUnauthorized,u.https.checkServerIdentity&&delete L.checkServerIdentity,u.https.certificateAuthority&&delete L.ca,u.https.certificate&&delete L.cert,u.https.key&&delete L.key,u.https.passphrase&&delete L.passphrase,u.https.pfx&&delete L.pfx),cst(U)?this._onRequest(U):this.writable?(this.once("finish",()=>{this._onResponse(U)}),this._unlockWrite(),this.end(),this._lockWrite()):this._onResponse(U)}catch(U){throw U instanceof _ae.CacheError?new fx(U,this):new Ki(U.message,U,this)}}async _error(e){try{for(let r of this.options.hooks.beforeError)e=await r(e)}catch(r){e=new Ki(r.message,r,this)}this.destroy(e)}_beforeError(e){if(this[kE])return;let{options:r}=this,o=this.retryCount+1;this[kE]=!0,e instanceof Ki||(e=new Ki(e.message,e,this));let a=e,{response:n}=a;(async()=>{if(n&&!n.body){n.setEncoding(this._readableState.encoding);try{n.rawBody=await nst.default(n),n.body=n.rawBody.toString()}catch{}}if(this.listenerCount("retry")!==0){let u;try{let A;n&&"retry-after"in n.headers&&(A=Number(n.headers["retry-after"]),Number.isNaN(A)?(A=Date.parse(n.headers["retry-after"])-Date.now(),A<=0&&(A=1)):A*=1e3),u=await r.retry.calculateDelay({attemptCount:o,retryOptions:r.retry,error:a,retryAfter:A,computedValue:ost.default({attemptCount:o,retryOptions:r.retry,error:a,retryAfter:A,computedValue:0})})}catch(A){this._error(new Ki(A.message,A,this));return}if(u){let A=async()=>{try{for(let p of this.options.hooks.beforeRetry)await p(this.options,a,o)}catch(p){this._error(new Ki(p.message,e,this));return}this.destroyed||(this.destroy(),this.emit("retry",o,e))};this[Jae]=setTimeout(A,u);return}}this._error(a)})()}_read(){this[lx]=!0;let e=this[cx];if(e&&!this[kE]){e.readableLength&&(this[lx]=!1);let r;for(;(r=e.read())!==null;){this[SE]+=r.length,this[Vae]=!0;let o=this.downloadProgress;o.percent<1&&this.emit("downloadProgress",o),this.push(r)}}}_write(e,r,o){let a=()=>{this._writeRequest(e,r,o)};this.requestInitialized?a():this[m1].push(a)}_writeRequest(e,r,o){this[Zs].destroyed||(this._progressCallbacks.push(()=>{this[bE]+=Buffer.byteLength(e,r);let a=this.uploadProgress;a.percent<1&&this.emit("uploadProgress",a)}),this[Zs].write(e,r,a=>{!a&&this._progressCallbacks.length>0&&this._progressCallbacks.shift()(),o(a)}))}_final(e){let r=()=>{for(;this._progressCallbacks.length!==0;)this._progressCallbacks.shift()();if(!(Zs in this)){e();return}if(this[Zs].destroyed){e();return}this[Zs].end(o=>{o||(this[xE]=this[bE],this.emit("uploadProgress",this.uploadProgress),this[Zs].emit("upload-complete")),e(o)})};this.requestInitialized?r():this[m1].push(r)}_destroy(e,r){var o;this[kE]=!0,clearTimeout(this[Jae]),Zs in this&&(this[D4](),!((o=this[cx])===null||o===void 0)&&o.complete||this[Zs].destroy()),e!==null&&!st.default.undefined(e)&&!(e instanceof Ki)&&(e=new Ki(e.message,e,this)),r(e)}get _isAboutToError(){return this[kE]}get ip(){var e;return(e=this.socket)===null||e===void 0?void 0:e.remoteAddress}get aborted(){var e,r,o;return((r=(e=this[Zs])===null||e===void 0?void 0:e.destroyed)!==null&&r!==void 0?r:this.destroyed)&&!(!((o=this[Kae])===null||o===void 0)&&o.complete)}get socket(){var e,r;return(r=(e=this[Zs])===null||e===void 0?void 0:e.socket)!==null&&r!==void 0?r:void 0}get downloadProgress(){let e;return this[PE]?e=this[SE]/this[PE]:this[PE]===this[SE]?e=1:e=0,{percent:e,transferred:this[SE],total:this[PE]}}get uploadProgress(){let e;return this[xE]?e=this[bE]/this[xE]:this[xE]===this[bE]?e=1:e=0,{percent:e,transferred:this[bE],total:this[xE]}}get timings(){var e;return(e=this[Zs])===null||e===void 0?void 0:e.timings}get isFromCache(){return this[Wae]}pipe(e,r){if(this[Vae])throw new Error("Failed to pipe. The response has been emitted already.");return e instanceof B4.ServerResponse&&this[ax].add(e),super.pipe(e,r)}unpipe(e){return e instanceof B4.ServerResponse&&this[ax].delete(e),super.unpipe(e),this}};Bn.default=dx});var C1=_(qc=>{"use strict";var hst=qc&&qc.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),gst=qc&&qc.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&hst(e,t,r)};Object.defineProperty(qc,"__esModule",{value:!0});qc.CancelError=qc.ParseError=void 0;var zae=E1(),S4=class extends zae.RequestError{constructor(e,r){let{options:o}=r.request;super(`${e.message} in "${o.url.toString()}"`,e,r.request),this.name="ParseError"}};qc.ParseError=S4;var x4=class extends zae.RequestError{constructor(e){super("Promise was canceled",{},e),this.name="CancelError"}get isCanceled(){return!0}};qc.CancelError=x4;gst(E1(),qc)});var Zae=_(b4=>{"use strict";Object.defineProperty(b4,"__esModule",{value:!0});var Xae=C1(),dst=(t,e,r,o)=>{let{rawBody:a}=t;try{if(e==="text")return a.toString(o);if(e==="json")return a.length===0?"":r(a.toString());if(e==="buffer")return a;throw new Xae.ParseError({message:`Unknown body type '${e}'`,name:"Error"},t)}catch(n){throw new Xae.ParseError(n,t)}};b4.default=dst});var k4=_(ch=>{"use strict";var mst=ch&&ch.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),yst=ch&&ch.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&mst(e,t,r)};Object.defineProperty(ch,"__esModule",{value:!0});var Est=Be("events"),Cst=Tf(),wst=Zse(),mx=C1(),$ae=Zae(),ele=E1(),Ist=f4(),Bst=E4(),tle=C4(),vst=["request","response","redirect","uploadProgress","downloadProgress"];function rle(t){let e,r,o=new Est.EventEmitter,a=new wst((u,A,p)=>{let h=E=>{let I=new ele.default(void 0,t);I.retryCount=E,I._noPipe=!0,p(()=>I.destroy()),p.shouldReject=!1,p(()=>A(new mx.CancelError(I))),e=I,I.once("response",async C=>{var T;if(C.retryCount=E,C.request.aborted)return;let L;try{L=await Bst.default(I),C.rawBody=L}catch{return}if(I._isAboutToError)return;let U=((T=C.headers["content-encoding"])!==null&&T!==void 0?T:"").toLowerCase(),J=["gzip","deflate","br"].includes(U),{options:te}=I;if(J&&!te.decompress)C.body=L;else try{C.body=$ae.default(C,te.responseType,te.parseJson,te.encoding)}catch(le){if(C.body=L.toString(),tle.isResponseOk(C)){I._beforeError(le);return}}try{for(let[le,pe]of te.hooks.afterResponse.entries())C=await pe(C,async Ae=>{let ye=ele.default.normalizeArguments(void 0,{...Ae,retry:{calculateDelay:()=>0},throwHttpErrors:!1,resolveBodyOnly:!1},te);ye.hooks.afterResponse=ye.hooks.afterResponse.slice(0,le);for(let we of ye.hooks.beforeRetry)await we(ye);let ae=rle(ye);return p(()=>{ae.catch(()=>{}),ae.cancel()}),ae})}catch(le){I._beforeError(new mx.RequestError(le.message,le,I));return}if(!tle.isResponseOk(C)){I._beforeError(new mx.HTTPError(C));return}r=C,u(I.options.resolveBodyOnly?C.body:C)});let v=C=>{if(a.isCanceled)return;let{options:T}=I;if(C instanceof mx.HTTPError&&!T.throwHttpErrors){let{response:L}=C;u(I.options.resolveBodyOnly?L.body:L);return}A(C)};I.once("error",v);let b=I.options.body;I.once("retry",(C,T)=>{var L,U;if(b===((L=T.request)===null||L===void 0?void 0:L.options.body)&&Cst.default.nodeStream((U=T.request)===null||U===void 0?void 0:U.options.body)){v(T);return}h(C)}),Ist.default(I,o,vst)};h(0)});a.on=(u,A)=>(o.on(u,A),a);let n=u=>{let A=(async()=>{await a;let{options:p}=r.request;return $ae.default(r,u,p.parseJson,p.encoding)})();return Object.defineProperties(A,Object.getOwnPropertyDescriptors(a)),A};return a.json=()=>{let{headers:u}=e.options;return!e.writableFinished&&u.accept===void 0&&(u.accept="application/json"),n("json")},a.buffer=()=>n("buffer"),a.text=()=>n("text"),a}ch.default=rle;yst(C1(),ch)});var nle=_(Q4=>{"use strict";Object.defineProperty(Q4,"__esModule",{value:!0});var Dst=C1();function Pst(t,...e){let r=(async()=>{if(t instanceof Dst.RequestError)try{for(let a of e)if(a)for(let n of a)t=await n(t)}catch(a){t=a}throw t})(),o=()=>r;return r.json=o,r.text=o,r.buffer=o,r.on=o,r}Q4.default=Pst});var ole=_(F4=>{"use strict";Object.defineProperty(F4,"__esModule",{value:!0});var ile=Tf();function sle(t){for(let e of Object.values(t))(ile.default.plainObject(e)||ile.default.array(e))&&sle(e);return Object.freeze(t)}F4.default=sle});var lle=_(ale=>{"use strict";Object.defineProperty(ale,"__esModule",{value:!0})});var T4=_(Kl=>{"use strict";var Sst=Kl&&Kl.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),xst=Kl&&Kl.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Sst(e,t,r)};Object.defineProperty(Kl,"__esModule",{value:!0});Kl.defaultHandler=void 0;var cle=Tf(),Vl=k4(),bst=nle(),Ex=E1(),kst=ole(),Qst={RequestError:Vl.RequestError,CacheError:Vl.CacheError,ReadError:Vl.ReadError,HTTPError:Vl.HTTPError,MaxRedirectsError:Vl.MaxRedirectsError,TimeoutError:Vl.TimeoutError,ParseError:Vl.ParseError,CancelError:Vl.CancelError,UnsupportedProtocolError:Vl.UnsupportedProtocolError,UploadError:Vl.UploadError},Fst=async t=>new Promise(e=>{setTimeout(e,t)}),{normalizeArguments:yx}=Ex.default,ule=(...t)=>{let e;for(let r of t)e=yx(void 0,r,e);return e},Tst=t=>t.isStream?new Ex.default(void 0,t):Vl.default(t),Rst=t=>"defaults"in t&&"options"in t.defaults,Nst=["get","post","put","patch","head","delete"];Kl.defaultHandler=(t,e)=>e(t);var Ale=(t,e)=>{if(t)for(let r of t)r(e)},fle=t=>{t._rawHandlers=t.handlers,t.handlers=t.handlers.map(o=>(a,n)=>{let u,A=o(a,p=>(u=n(p),u));if(A!==u&&!a.isStream&&u){let p=A,{then:h,catch:E,finally:I}=p;Object.setPrototypeOf(p,Object.getPrototypeOf(u)),Object.defineProperties(p,Object.getOwnPropertyDescriptors(u)),p.then=h,p.catch=E,p.finally=I}return A});let e=(o,a={},n)=>{var u,A;let p=0,h=E=>t.handlers[p++](E,p===t.handlers.length?Tst:h);if(cle.default.plainObject(o)){let E={...o,...a};Ex.setNonEnumerableProperties([o,a],E),a=E,o=void 0}try{let E;try{Ale(t.options.hooks.init,a),Ale((u=a.hooks)===null||u===void 0?void 0:u.init,a)}catch(v){E=v}let I=yx(o,a,n??t.options);if(I[Ex.kIsNormalizedAlready]=!0,E)throw new Vl.RequestError(E.message,E,I);return h(I)}catch(E){if(a.isStream)throw E;return bst.default(E,t.options.hooks.beforeError,(A=a.hooks)===null||A===void 0?void 0:A.beforeError)}};e.extend=(...o)=>{let a=[t.options],n=[...t._rawHandlers],u;for(let A of o)Rst(A)?(a.push(A.defaults.options),n.push(...A.defaults._rawHandlers),u=A.defaults.mutableDefaults):(a.push(A),"handlers"in A&&n.push(...A.handlers),u=A.mutableDefaults);return n=n.filter(A=>A!==Kl.defaultHandler),n.length===0&&n.push(Kl.defaultHandler),fle({options:ule(...a),handlers:n,mutableDefaults:Boolean(u)})};let r=async function*(o,a){let n=yx(o,a,t.options);n.resolveBodyOnly=!1;let u=n.pagination;if(!cle.default.object(u))throw new TypeError("`options.pagination` must be implemented");let A=[],{countLimit:p}=u,h=0;for(;h{let n=[];for await(let u of r(o,a))n.push(u);return n},e.paginate.each=r,e.stream=(o,a)=>e(o,{...a,isStream:!0});for(let o of Nst)e[o]=(a,n)=>e(a,{...n,method:o}),e.stream[o]=(a,n)=>e(a,{...n,method:o,isStream:!0});return Object.assign(e,Qst),Object.defineProperty(e,"defaults",{value:t.mutableDefaults?t:kst.default(t),writable:t.mutableDefaults,configurable:t.mutableDefaults,enumerable:!0}),e.mergeOptions=ule,e};Kl.default=fle;xst(lle(),Kl)});var gle=_((Rf,Cx)=>{"use strict";var Lst=Rf&&Rf.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),ple=Rf&&Rf.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Lst(e,t,r)};Object.defineProperty(Rf,"__esModule",{value:!0});var Mst=Be("url"),hle=T4(),Ost={options:{method:"GET",retry:{limit:2,methods:["GET","PUT","HEAD","DELETE","OPTIONS","TRACE"],statusCodes:[408,413,429,500,502,503,504,521,522,524],errorCodes:["ETIMEDOUT","ECONNRESET","EADDRINUSE","ECONNREFUSED","EPIPE","ENOTFOUND","ENETUNREACH","EAI_AGAIN"],maxRetryAfter:void 0,calculateDelay:({computedValue:t})=>t},timeout:{},headers:{"user-agent":"got (https://github.com/sindresorhus/got)"},hooks:{init:[],beforeRequest:[],beforeRedirect:[],beforeRetry:[],beforeError:[],afterResponse:[]},cache:void 0,dnsCache:void 0,decompress:!0,throwHttpErrors:!0,followRedirect:!0,isStream:!1,responseType:"text",resolveBodyOnly:!1,maxRedirects:10,prefixUrl:"",methodRewriting:!0,ignoreInvalidCookies:!1,context:{},http2:!1,allowGetBody:!1,https:void 0,pagination:{transform:t=>t.request.options.responseType==="json"?t.body:JSON.parse(t.body),paginate:t=>{if(!Reflect.has(t.headers,"link"))return!1;let e=t.headers.link.split(","),r;for(let o of e){let a=o.split(";");if(a[1].includes("next")){r=a[0].trimStart().trim(),r=r.slice(1,-1);break}}return r?{url:new Mst.URL(r)}:!1},filter:()=>!0,shouldContinue:()=>!0,countLimit:1/0,backoff:0,requestLimit:1e4,stackAllItems:!0},parseJson:t=>JSON.parse(t),stringifyJson:t=>JSON.stringify(t),cacheOptions:{}},handlers:[hle.defaultHandler],mutableDefaults:!1},R4=hle.default(Ost);Rf.default=R4;Cx.exports=R4;Cx.exports.default=R4;Cx.exports.__esModule=!0;ple(T4(),Rf);ple(k4(),Rf)});var rn={};Kt(rn,{Method:()=>Ile,del:()=>qst,get:()=>O4,getNetworkSettings:()=>wle,post:()=>U4,put:()=>jst,request:()=>w1});function yle(t){let e=new wx.URL(t),r={host:e.hostname,headers:{}};return e.port&&(r.port=Number(e.port)),e.username&&e.password&&(r.proxyAuth=`${e.username}:${e.password}`),{proxy:r}}async function N4(t){return ol(mle,t,()=>oe.readFilePromise(t).then(e=>(mle.set(t,e),e)))}function Hst({statusCode:t,statusMessage:e},r){let o=Ot(r,t,yt.NUMBER),a=`https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/${t}`;return Xy(r,`${o}${e?` (${e})`:""}`,a)}async function Ix(t,{configuration:e,customErrorMessage:r}){try{return await t}catch(o){if(o.name!=="HTTPError")throw o;let a=r?.(o,e)??o.response.body?.error;a==null&&(o.message.startsWith("Response code")?a="The remote server failed to provide the requested resource":a=o.message),o.code==="ETIMEDOUT"&&o.event==="socket"&&(a+=`(can be increased via ${Ot(e,"httpTimeout",yt.SETTING)})`);let n=new zt(35,a,u=>{o.response&&u.reportError(35,` ${zu(e,{label:"Response Code",value:_c(yt.NO_HINT,Hst(o.response,e))})}`),o.request&&(u.reportError(35,` ${zu(e,{label:"Request Method",value:_c(yt.NO_HINT,o.request.options.method)})}`),u.reportError(35,` ${zu(e,{label:"Request URL",value:_c(yt.URL,o.request.requestUrl)})}`)),o.request.redirects.length>0&&u.reportError(35,` ${zu(e,{label:"Request Redirects",value:_c(yt.NO_HINT,bL(e,o.request.redirects,yt.URL))})}`),o.request.retryCount===o.request.options.retry.limit&&u.reportError(35,` ${zu(e,{label:"Request Retry Count",value:_c(yt.NO_HINT,`${Ot(e,o.request.retryCount,yt.NUMBER)} (can be increased via ${Ot(e,"httpRetry",yt.SETTING)})`)})}`)});throw n.originalError=o,n}}function wle(t,e){let r=[...e.configuration.get("networkSettings")].sort(([u],[A])=>A.length-u.length),o={enableNetwork:void 0,httpsCaFilePath:void 0,httpProxy:void 0,httpsProxy:void 0,httpsKeyFilePath:void 0,httpsCertFilePath:void 0},a=Object.keys(o),n=typeof t=="string"?new wx.URL(t):t;for(let[u,A]of r)if(M4.default.isMatch(n.hostname,u))for(let p of a){let h=A.get(p);h!==null&&typeof o[p]>"u"&&(o[p]=h)}for(let u of a)typeof o[u]>"u"&&(o[u]=e.configuration.get(u));return o}async function w1(t,e,{configuration:r,headers:o,jsonRequest:a,jsonResponse:n,method:u="GET",wrapNetworkRequest:A}){let p={target:t,body:e,configuration:r,headers:o,jsonRequest:a,jsonResponse:n,method:u},h=async()=>await Gst(t,e,p),E=typeof A<"u"?await A(h,p):h;return await(await r.reduceHook(v=>v.wrapNetworkRequest,E,p))()}async function O4(t,{configuration:e,jsonResponse:r,customErrorMessage:o,wrapNetworkRequest:a,...n}){let u=()=>Ix(w1(t,null,{configuration:e,wrapNetworkRequest:a,...n}),{configuration:e,customErrorMessage:o}).then(p=>p.body),A=await(typeof a<"u"?u():ol(dle,t,()=>u().then(p=>(dle.set(t,p),p))));return r?JSON.parse(A.toString()):A}async function jst(t,e,{customErrorMessage:r,...o}){return(await Ix(w1(t,e,{...o,method:"PUT"}),{customErrorMessage:r,configuration:o.configuration})).body}async function U4(t,e,{customErrorMessage:r,...o}){return(await Ix(w1(t,e,{...o,method:"POST"}),{customErrorMessage:r,configuration:o.configuration})).body}async function qst(t,{customErrorMessage:e,...r}){return(await Ix(w1(t,null,{...r,method:"DELETE"}),{customErrorMessage:e,configuration:r.configuration})).body}async function Gst(t,e,{configuration:r,headers:o,jsonRequest:a,jsonResponse:n,method:u="GET"}){let A=typeof t=="string"?new wx.URL(t):t,p=wle(A,{configuration:r});if(p.enableNetwork===!1)throw new zt(80,`Request to '${A.href}' has been blocked because of your configuration settings`);if(A.protocol==="http:"&&!M4.default.isMatch(A.hostname,r.get("unsafeHttpWhitelist")))throw new zt(81,`Unsafe http requests must be explicitly whitelisted in your configuration (${A.hostname})`);let E={agent:{http:p.httpProxy?L4.default.httpOverHttp(yle(p.httpProxy)):Ust,https:p.httpsProxy?L4.default.httpsOverHttp(yle(p.httpsProxy)):_st},headers:o,method:u};E.responseType=n?"json":"buffer",e!==null&&(Buffer.isBuffer(e)||!a&&typeof e=="string"?E.body=e:E.json=e);let I=r.get("httpTimeout"),v=r.get("httpRetry"),b=r.get("enableStrictSsl"),C=p.httpsCaFilePath,T=p.httpsCertFilePath,L=p.httpsKeyFilePath,{default:U}=await Promise.resolve().then(()=>$e(gle())),J=C?await N4(C):void 0,te=T?await N4(T):void 0,le=L?await N4(L):void 0,pe=U.extend({timeout:{socket:I},retry:v,https:{rejectUnauthorized:b,certificateAuthority:J,certificate:te,key:le},...E});return r.getLimit("networkConcurrency")(()=>pe(A))}var Ele,Cle,M4,L4,wx,dle,mle,Ust,_st,Ile,Bx=Et(()=>{Pt();Ele=Be("https"),Cle=Be("http"),M4=$e(Zo()),L4=$e(Vse()),wx=Be("url");Yl();ql();jl();dle=new Map,mle=new Map,Ust=new Cle.Agent({keepAlive:!0}),_st=new Ele.Agent({keepAlive:!0});Ile=(a=>(a.GET="GET",a.PUT="PUT",a.POST="POST",a.DELETE="DELETE",a))(Ile||{})});var Ji={};Kt(Ji,{availableParallelism:()=>H4,getArchitecture:()=>I1,getArchitectureName:()=>Jst,getArchitectureSet:()=>_4,getCaller:()=>$st,major:()=>Yst,openUrl:()=>Wst});function Kst(){if(process.platform==="darwin"||process.platform==="win32")return null;let t;try{t=oe.readFileSync(Vst)}catch{}if(typeof t<"u"){if(t&&t.includes("GLIBC"))return"glibc";if(t&&t.includes("musl"))return"musl"}let r=(process.report?.getReport()??{}).sharedObjects??[],o=/\/(?:(ld-linux-|[^/]+-linux-gnu\/)|(libc.musl-|ld-musl-))/;return WI(r,a=>{let n=a.match(o);if(!n)return WI.skip;if(n[1])return"glibc";if(n[2])return"musl";throw new Error("Assertion failed: Expected the libc variant to have been detected")})??null}function I1(){return vle=vle??{os:process.platform,cpu:process.arch,libc:Kst()}}function Jst(t=I1()){return t.libc?`${t.os}-${t.cpu}-${t.libc}`:`${t.os}-${t.cpu}`}function _4(){let t=I1();return Dle=Dle??{os:[t.os],cpu:[t.cpu],libc:t.libc?[t.libc]:[]}}function Zst(t){let e=zst.exec(t);if(!e)return null;let r=e[2]&&e[2].indexOf("native")===0,o=e[2]&&e[2].indexOf("eval")===0,a=Xst.exec(e[2]);return o&&a!=null&&(e[2]=a[1],e[3]=a[2],e[4]=a[3]),{file:r?null:e[2],methodName:e[1]||"",arguments:r?[e[2]]:[],line:e[3]?+e[3]:null,column:e[4]?+e[4]:null}}function $st(){let e=new Error().stack.split(` -`)[3];return Zst(e)}function H4(){return typeof vx.default.availableParallelism<"u"?vx.default.availableParallelism():Math.max(1,vx.default.cpus().length)}var vx,Yst,Ble,Wst,Vst,vle,Dle,zst,Xst,Dx=Et(()=>{Pt();vx=$e(Be("os"));Px();jl();Yst=Number(process.versions.node.split(".")[0]),Ble=new Map([["darwin","open"],["linux","xdg-open"],["win32","explorer.exe"]]).get(process.platform),Wst=typeof Ble<"u"?async t=>{try{return await j4(Ble,[t],{cwd:K.cwd()}),!0}catch{return!1}}:void 0,Vst="/usr/bin/ldd";zst=/^\s*at (.*?) ?\(((?:file|https?|blob|chrome-extension|native|eval|webpack||\/|[a-z]:\\|\\\\).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Xst=/\((\S*)(?::(\d+))(?::(\d+))\)/});function V4(t,e,r,o,a){let n=u1(r);if(o.isArray||o.type==="ANY"&&Array.isArray(n))return Array.isArray(n)?n.map((u,A)=>q4(t,`${e}[${A}]`,u,o,a)):String(n).split(/,/).map(u=>q4(t,e,u,o,a));if(Array.isArray(n))throw new Error(`Non-array configuration settings "${e}" cannot be an array`);return q4(t,e,r,o,a)}function q4(t,e,r,o,a){let n=u1(r);switch(o.type){case"ANY":return YS(n);case"SHAPE":return not(t,e,r,o,a);case"MAP":return iot(t,e,r,o,a)}if(n===null&&!o.isNullable&&o.default!==null)throw new Error(`Non-nullable configuration settings "${e}" cannot be set to null`);if(o.values?.includes(n))return n;let A=(()=>{if(o.type==="BOOLEAN"&&typeof n!="string")return VI(n);if(typeof n!="string")throw new Error(`Expected configuration setting "${e}" to be a string, got ${typeof n}`);let p=sS(n,{env:t.env});switch(o.type){case"ABSOLUTE_PATH":{let h=a,E=EO(r);return E&&E[0]!=="<"&&(h=K.dirname(E)),K.resolve(h,ue.toPortablePath(p))}case"LOCATOR_LOOSE":return xf(p,!1);case"NUMBER":return parseInt(p);case"LOCATOR":return xf(p);case"BOOLEAN":return VI(p);default:return p}})();if(o.values&&!o.values.includes(A))throw new Error(`Invalid value, expected one of ${o.values.join(", ")}`);return A}function not(t,e,r,o,a){let n=u1(r);if(typeof n!="object"||Array.isArray(n))throw new it(`Object configuration settings "${e}" must be an object`);let u=K4(t,o,{ignoreArrays:!0});if(n===null)return u;for(let[A,p]of Object.entries(n)){let h=`${e}.${A}`;if(!o.properties[A])throw new it(`Unrecognized configuration settings found: ${e}.${A} - run "yarn config -v" to see the list of settings supported in Yarn`);u.set(A,V4(t,h,p,o.properties[A],a))}return u}function iot(t,e,r,o,a){let n=u1(r),u=new Map;if(typeof n!="object"||Array.isArray(n))throw new it(`Map configuration settings "${e}" must be an object`);if(n===null)return u;for(let[A,p]of Object.entries(n)){let h=o.normalizeKeys?o.normalizeKeys(A):A,E=`${e}['${h}']`,I=o.valueDefinition;u.set(h,V4(t,E,p,I,a))}return u}function K4(t,e,{ignoreArrays:r=!1}={}){switch(e.type){case"SHAPE":{if(e.isArray&&!r)return[];let o=new Map;for(let[a,n]of Object.entries(e.properties))o.set(a,K4(t,n));return o}case"MAP":return e.isArray&&!r?[]:new Map;case"ABSOLUTE_PATH":return e.default===null?null:t.projectCwd===null?Array.isArray(e.default)?e.default.map(o=>K.normalize(o)):K.isAbsolute(e.default)?K.normalize(e.default):e.isNullable?null:void 0:Array.isArray(e.default)?e.default.map(o=>K.resolve(t.projectCwd,o)):K.resolve(t.projectCwd,e.default);default:return e.default}}function xx(t,e,r){if(e.type==="SECRET"&&typeof t=="string"&&r.hideSecrets)return rot;if(e.type==="ABSOLUTE_PATH"&&typeof t=="string"&&r.getNativePaths)return ue.fromPortablePath(t);if(e.isArray&&Array.isArray(t)){let o=[];for(let a of t)o.push(xx(a,e,r));return o}if(e.type==="MAP"&&t instanceof Map){if(t.size===0)return;let o=new Map;for(let[a,n]of t.entries()){let u=xx(n,e.valueDefinition,r);typeof u<"u"&&o.set(a,u)}return o}if(e.type==="SHAPE"&&t instanceof Map){if(t.size===0)return;let o=new Map;for(let[a,n]of t.entries()){let u=e.properties[a],A=xx(n,u,r);typeof A<"u"&&o.set(a,A)}return o}return t}function sot(){let t={};for(let[e,r]of Object.entries(process.env))e=e.toLowerCase(),e.startsWith(bx)&&(e=(0,Sle.default)(e.slice(bx.length)),t[e]=r);return t}function Y4(){let t=`${bx}rc_filename`;for(let[e,r]of Object.entries(process.env))if(e.toLowerCase()===t&&typeof r=="string")return r;return W4}async function Ple(t){try{return await oe.readFilePromise(t)}catch{return Buffer.of()}}async function oot(t,e){return Buffer.compare(...await Promise.all([Ple(t),Ple(e)]))===0}async function aot(t,e){let[r,o]=await Promise.all([oe.statPromise(t),oe.statPromise(e)]);return r.dev===o.dev&&r.ino===o.ino}async function cot({configuration:t,selfPath:e}){let r=t.get("yarnPath");return t.get("ignorePath")||r===null||r===e||await lot(r,e)?null:r}var Sle,Nf,xle,ble,kle,G4,eot,B1,tot,QE,bx,W4,rot,v1,Qle,kx,Sx,lot,rA,Ve,D1=Et(()=>{Pt();Nl();Sle=$e(aK()),Nf=$e(ed());qt();xle=$e(eJ()),ble=Be("module"),kle=$e(nd()),G4=Be("stream");lse();AE();AO();fO();pO();Lse();hO();Bd();Hse();VS();ql();rh();Bx();jl();Dx();kf();xo();eot=function(){if(!Nf.GITHUB_ACTIONS||!process.env.GITHUB_EVENT_PATH)return!1;let t=ue.toPortablePath(process.env.GITHUB_EVENT_PATH),e;try{e=oe.readJsonSync(t)}catch{return!1}return!(!("repository"in e)||!e.repository||(e.repository.private??!0))}(),B1=new Set(["@yarnpkg/plugin-constraints","@yarnpkg/plugin-exec","@yarnpkg/plugin-interactive-tools","@yarnpkg/plugin-stage","@yarnpkg/plugin-typescript","@yarnpkg/plugin-version","@yarnpkg/plugin-workspace-tools"]),tot=new Set(["isTestEnv","injectNpmUser","injectNpmPassword","injectNpm2FaToken","cacheCheckpointOverride","cacheVersionOverride","lockfileVersionOverride","binFolder","version","flags","profile","gpg","ignoreNode","wrapOutput","home","confDir","registry","ignoreCwd"]),QE=/^(?!v)[a-z0-9._-]+$/i,bx="yarn_",W4=".yarnrc.yml",rot="********",v1=(E=>(E.ANY="ANY",E.BOOLEAN="BOOLEAN",E.ABSOLUTE_PATH="ABSOLUTE_PATH",E.LOCATOR="LOCATOR",E.LOCATOR_LOOSE="LOCATOR_LOOSE",E.NUMBER="NUMBER",E.STRING="STRING",E.SECRET="SECRET",E.SHAPE="SHAPE",E.MAP="MAP",E))(v1||{}),Qle=yt,kx=(r=>(r.JUNCTIONS="junctions",r.SYMLINKS="symlinks",r))(kx||{}),Sx={lastUpdateCheck:{description:"Last timestamp we checked whether new Yarn versions were available",type:"STRING",default:null},yarnPath:{description:"Path to the local executable that must be used over the global one",type:"ABSOLUTE_PATH",default:null},ignorePath:{description:"If true, the local executable will be ignored when using the global one",type:"BOOLEAN",default:!1},globalFolder:{description:"Folder where all system-global files are stored",type:"ABSOLUTE_PATH",default:wO()},cacheFolder:{description:"Folder where the cache files must be written",type:"ABSOLUTE_PATH",default:"./.yarn/cache"},compressionLevel:{description:"Zip files compression level, from 0 to 9 or mixed (a variant of 9, which stores some files uncompressed, when compression doesn't yield good results)",type:"NUMBER",values:["mixed",0,1,2,3,4,5,6,7,8,9],default:0},virtualFolder:{description:"Folder where the virtual packages (cf doc) will be mapped on the disk (must be named __virtual__)",type:"ABSOLUTE_PATH",default:"./.yarn/__virtual__"},installStatePath:{description:"Path of the file where the install state will be persisted",type:"ABSOLUTE_PATH",default:"./.yarn/install-state.gz"},immutablePatterns:{description:"Array of glob patterns; files matching them won't be allowed to change during immutable installs",type:"STRING",default:[],isArray:!0},rcFilename:{description:"Name of the files where the configuration can be found",type:"STRING",default:Y4()},enableGlobalCache:{description:"If true, the system-wide cache folder will be used regardless of `cache-folder`",type:"BOOLEAN",default:!0},cacheMigrationMode:{description:"Defines the conditions under which Yarn upgrades should cause the cache archives to be regenerated.",type:"STRING",values:["always","match-spec","required-only"],default:"always"},enableColors:{description:"If true, the CLI is allowed to use colors in its output",type:"BOOLEAN",default:lS,defaultText:""},enableHyperlinks:{description:"If true, the CLI is allowed to use hyperlinks in its output",type:"BOOLEAN",default:xL,defaultText:""},enableInlineBuilds:{description:"If true, the CLI will print the build output on the command line",type:"BOOLEAN",default:Nf.isCI,defaultText:""},enableMessageNames:{description:"If true, the CLI will prefix most messages with codes suitable for search engines",type:"BOOLEAN",default:!0},enableProgressBars:{description:"If true, the CLI is allowed to show a progress bar for long-running events",type:"BOOLEAN",default:!Nf.isCI,defaultText:""},enableTimers:{description:"If true, the CLI is allowed to print the time spent executing commands",type:"BOOLEAN",default:!0},enableTips:{description:"If true, installs will print a helpful message every day of the week",type:"BOOLEAN",default:!Nf.isCI,defaultText:""},preferInteractive:{description:"If true, the CLI will automatically use the interactive mode when called from a TTY",type:"BOOLEAN",default:!1},preferTruncatedLines:{description:"If true, the CLI will truncate lines that would go beyond the size of the terminal",type:"BOOLEAN",default:!1},progressBarStyle:{description:"Which style of progress bar should be used (only when progress bars are enabled)",type:"STRING",default:void 0,defaultText:""},defaultLanguageName:{description:"Default language mode that should be used when a package doesn't offer any insight",type:"STRING",default:"node"},defaultProtocol:{description:"Default resolution protocol used when resolving pure semver and tag ranges",type:"STRING",default:"npm:"},enableTransparentWorkspaces:{description:"If false, Yarn won't automatically resolve workspace dependencies unless they use the `workspace:` protocol",type:"BOOLEAN",default:!0},supportedArchitectures:{description:"Architectures that Yarn will fetch and inject into the resolver",type:"SHAPE",properties:{os:{description:"Array of supported process.platform strings, or null to target them all",type:"STRING",isArray:!0,isNullable:!0,default:["current"]},cpu:{description:"Array of supported process.arch strings, or null to target them all",type:"STRING",isArray:!0,isNullable:!0,default:["current"]},libc:{description:"Array of supported libc libraries, or null to target them all",type:"STRING",isArray:!0,isNullable:!0,default:["current"]}}},enableMirror:{description:"If true, the downloaded packages will be retrieved and stored in both the local and global folders",type:"BOOLEAN",default:!0},enableNetwork:{description:"If false, Yarn will refuse to use the network if required to",type:"BOOLEAN",default:!0},enableOfflineMode:{description:"If true, Yarn will attempt to retrieve files and metadata from the global cache rather than the network",type:"BOOLEAN",default:!1},httpProxy:{description:"URL of the http proxy that must be used for outgoing http requests",type:"STRING",default:null},httpsProxy:{description:"URL of the http proxy that must be used for outgoing https requests",type:"STRING",default:null},unsafeHttpWhitelist:{description:"List of the hostnames for which http queries are allowed (glob patterns are supported)",type:"STRING",default:[],isArray:!0},httpTimeout:{description:"Timeout of each http request in milliseconds",type:"NUMBER",default:6e4},httpRetry:{description:"Retry times on http failure",type:"NUMBER",default:3},networkConcurrency:{description:"Maximal number of concurrent requests",type:"NUMBER",default:50},taskPoolConcurrency:{description:"Maximal amount of concurrent heavy task processing",type:"NUMBER",default:H4()},taskPoolMode:{description:"Execution strategy for heavy tasks",type:"STRING",values:["async","workers"],default:"workers"},networkSettings:{description:"Network settings per hostname (glob patterns are supported)",type:"MAP",valueDefinition:{description:"",type:"SHAPE",properties:{httpsCaFilePath:{description:"Path to file containing one or multiple Certificate Authority signing certificates",type:"ABSOLUTE_PATH",default:null},enableNetwork:{description:"If false, the package manager will refuse to use the network if required to",type:"BOOLEAN",default:null},httpProxy:{description:"URL of the http proxy that must be used for outgoing http requests",type:"STRING",default:null},httpsProxy:{description:"URL of the http proxy that must be used for outgoing https requests",type:"STRING",default:null},httpsKeyFilePath:{description:"Path to file containing private key in PEM format",type:"ABSOLUTE_PATH",default:null},httpsCertFilePath:{description:"Path to file containing certificate chain in PEM format",type:"ABSOLUTE_PATH",default:null}}}},httpsCaFilePath:{description:"A path to a file containing one or multiple Certificate Authority signing certificates",type:"ABSOLUTE_PATH",default:null},httpsKeyFilePath:{description:"Path to file containing private key in PEM format",type:"ABSOLUTE_PATH",default:null},httpsCertFilePath:{description:"Path to file containing certificate chain in PEM format",type:"ABSOLUTE_PATH",default:null},enableStrictSsl:{description:"If false, SSL certificate errors will be ignored",type:"BOOLEAN",default:!0},logFilters:{description:"Overrides for log levels",type:"SHAPE",isArray:!0,concatenateValues:!0,properties:{code:{description:"Code of the messages covered by this override",type:"STRING",default:void 0},text:{description:"Code of the texts covered by this override",type:"STRING",default:void 0},pattern:{description:"Code of the patterns covered by this override",type:"STRING",default:void 0},level:{description:"Log level override, set to null to remove override",type:"STRING",values:Object.values(uS),isNullable:!0,default:void 0}}},enableTelemetry:{description:"If true, telemetry will be periodically sent, following the rules in https://yarnpkg.com/advanced/telemetry",type:"BOOLEAN",default:!0},telemetryInterval:{description:"Minimal amount of time between two telemetry uploads, in days",type:"NUMBER",default:7},telemetryUserId:{description:"If you desire to tell us which project you are, you can set this field. Completely optional and opt-in.",type:"STRING",default:null},enableHardenedMode:{description:"If true, automatically enable --check-resolutions --refresh-lockfile on installs",type:"BOOLEAN",default:Nf.isPR&&eot,defaultText:""},enableScripts:{description:"If true, packages are allowed to have install scripts by default",type:"BOOLEAN",default:!0},enableStrictSettings:{description:"If true, unknown settings will cause Yarn to abort",type:"BOOLEAN",default:!0},enableImmutableCache:{description:"If true, the cache is reputed immutable and actions that would modify it will throw",type:"BOOLEAN",default:!1},checksumBehavior:{description:"Enumeration defining what to do when a checksum doesn't match expectations",type:"STRING",default:"throw"},injectEnvironmentFiles:{description:"List of all the environment files that Yarn should inject inside the process when it starts",type:"ABSOLUTE_PATH",default:[".env.yarn?"],isArray:!0},packageExtensions:{description:"Map of package corrections to apply on the dependency tree",type:"MAP",valueDefinition:{description:"The extension that will be applied to any package whose version matches the specified range",type:"SHAPE",properties:{dependencies:{description:"The set of dependencies that must be made available to the current package in order for it to work properly",type:"MAP",valueDefinition:{description:"A range",type:"STRING"}},peerDependencies:{description:"Inherited dependencies - the consumer of the package will be tasked to provide them",type:"MAP",valueDefinition:{description:"A semver range",type:"STRING"}},peerDependenciesMeta:{description:"Extra information related to the dependencies listed in the peerDependencies field",type:"MAP",valueDefinition:{description:"The peerDependency meta",type:"SHAPE",properties:{optional:{description:"If true, the selected peer dependency will be marked as optional by the package manager and the consumer omitting it won't be reported as an error",type:"BOOLEAN",default:!1}}}}}}}};lot=process.platform==="win32"?oot:aot;rA=class{constructor(e){this.isCI=Nf.isCI;this.projectCwd=null;this.plugins=new Map;this.settings=new Map;this.values=new Map;this.sources=new Map;this.invalid=new Map;this.env={};this.limits=new Map;this.packageExtensions=null;this.startingCwd=e}static create(e,r,o){let a=new rA(e);typeof r<"u"&&!(r instanceof Map)&&(a.projectCwd=r),a.importSettings(Sx);let n=typeof o<"u"?o:r instanceof Map?r:new Map;for(let[u,A]of n)a.activatePlugin(u,A);return a}static async find(e,r,{strict:o=!0,usePathCheck:a=null,useRc:n=!0}={}){let u=sot();delete u.rcFilename;let A=new rA(e),p=await rA.findRcFiles(e),h=await rA.findFolderRcFile(yE());h&&(p.find(ye=>ye.path===h.path)||p.unshift(h));let E=_se(p.map(Ae=>[Ae.path,Ae.data])),I=Bt.dot,v=new Set(Object.keys(Sx)),b=({yarnPath:Ae,ignorePath:ye,injectEnvironmentFiles:ae})=>({yarnPath:Ae,ignorePath:ye,injectEnvironmentFiles:ae}),C=({yarnPath:Ae,ignorePath:ye,injectEnvironmentFiles:ae,...we})=>{let Pe={};for(let[g,Ee]of Object.entries(we))v.has(g)&&(Pe[g]=Ee);return Pe},T=({yarnPath:Ae,ignorePath:ye,...ae})=>{let we={};for(let[Pe,g]of Object.entries(ae))v.has(Pe)||(we[Pe]=g);return we};if(A.importSettings(b(Sx)),A.useWithSource("",b(u),e,{strict:!1}),E){let[Ae,ye]=E;A.useWithSource(Ae,b(ye),I,{strict:!1})}if(a){if(await cot({configuration:A,selfPath:a})!==null)return A;A.useWithSource("",{ignorePath:!0},e,{strict:!1,overwrite:!0})}let L=await rA.findProjectCwd(e);A.startingCwd=e,A.projectCwd=L;let U=Object.assign(Object.create(null),process.env);A.env=U;let J=await Promise.all(A.get("injectEnvironmentFiles").map(async Ae=>{let ye=Ae.endsWith("?")?await oe.readFilePromise(Ae.slice(0,-1),"utf8").catch(()=>""):await oe.readFilePromise(Ae,"utf8");return(0,xle.parse)(ye)}));for(let Ae of J)for(let[ye,ae]of Object.entries(Ae))A.env[ye]=sS(ae,{env:U});if(A.importSettings(C(Sx)),A.useWithSource("",C(u),e,{strict:o}),E){let[Ae,ye]=E;A.useWithSource(Ae,C(ye),I,{strict:o})}let te=Ae=>"default"in Ae?Ae.default:Ae,le=new Map([["@@core",ase]]);if(r!==null)for(let Ae of r.plugins.keys())le.set(Ae,te(r.modules.get(Ae)));for(let[Ae,ye]of le)A.activatePlugin(Ae,ye);let pe=new Map([]);if(r!==null){let Ae=new Map;for(let we of ble.builtinModules)Ae.set(we,()=>vf(we));for(let[we,Pe]of r.modules)Ae.set(we,()=>Pe);let ye=new Set,ae=async(we,Pe)=>{let{factory:g,name:Ee}=vf(we);if(!g||ye.has(Ee))return;let De=new Map(Ae),ce=ee=>{if(De.has(ee))return De.get(ee)();throw new it(`This plugin cannot access the package referenced via ${ee} which is neither a builtin, nor an exposed entry`)},ne=await Wy(async()=>te(await g(ce)),ee=>`${ee} (when initializing ${Ee}, defined in ${Pe})`);Ae.set(Ee,()=>ne),ye.add(Ee),pe.set(Ee,ne)};if(u.plugins)for(let we of u.plugins.split(";")){let Pe=K.resolve(e,ue.toPortablePath(we));await ae(Pe,"")}for(let{path:we,cwd:Pe,data:g}of p)if(!!n&&!!Array.isArray(g.plugins))for(let Ee of g.plugins){let De=typeof Ee!="string"?Ee.path:Ee,ce=Ee?.spec??"",ne=Ee?.checksum??"";if(B1.has(ce))continue;let ee=K.resolve(Pe,ue.toPortablePath(De));if(!await oe.existsPromise(ee)){if(!ce){let ht=Ot(A,K.basename(ee,".cjs"),yt.NAME),H=Ot(A,".gitignore",yt.NAME),lt=Ot(A,A.values.get("rcFilename"),yt.NAME),Re=Ot(A,"https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored",yt.URL);throw new it(`Missing source for the ${ht} plugin - please try to remove the plugin from ${lt} then reinstall it manually. This error usually occurs because ${H} is incorrect, check ${Re} to make sure your plugin folder isn't gitignored.`)}if(!ce.match(/^https?:/)){let ht=Ot(A,K.basename(ee,".cjs"),yt.NAME),H=Ot(A,A.values.get("rcFilename"),yt.NAME);throw new it(`Failed to recognize the source for the ${ht} plugin - please try to delete the plugin from ${H} then reinstall it manually.`)}let Ie=await O4(ce,{configuration:A}),ke=zs(Ie);if(ne&&ne!==ke){let ht=Ot(A,K.basename(ee,".cjs"),yt.NAME),H=Ot(A,A.values.get("rcFilename"),yt.NAME),lt=Ot(A,`yarn plugin import ${ce}`,yt.CODE);throw new it(`Failed to fetch the ${ht} plugin from its remote location: its checksum seems to have changed. If this is expected, please remove the plugin from ${H} then run ${lt} to reimport it.`)}await oe.mkdirPromise(K.dirname(ee),{recursive:!0}),await oe.writeFilePromise(ee,Ie)}await ae(ee,we)}}for(let[Ae,ye]of pe)A.activatePlugin(Ae,ye);if(A.useWithSource("",T(u),e,{strict:o}),E){let[Ae,ye]=E;A.useWithSource(Ae,T(ye),I,{strict:o})}return A.get("enableGlobalCache")&&(A.values.set("cacheFolder",`${A.get("globalFolder")}/cache`),A.sources.set("cacheFolder","")),A}static async findRcFiles(e){let r=Y4(),o=[],a=e,n=null;for(;a!==n;){n=a;let u=K.join(n,r);if(oe.existsSync(u)){let A=await oe.readFilePromise(u,"utf8"),p;try{p=Vi(A)}catch{let E="";throw A.match(/^\s+(?!-)[^:]+\s+\S+/m)&&(E=" (in particular, make sure you list the colons after each key name)"),new it(`Parse error when loading ${u}; please check it's proper Yaml${E}`)}o.unshift({path:u,cwd:n,data:p})}a=K.dirname(n)}return o}static async findFolderRcFile(e){let r=K.join(e,dr.rc),o;try{o=await oe.readFilePromise(r,"utf8")}catch(n){if(n.code==="ENOENT")return null;throw n}let a=Vi(o);return{path:r,cwd:e,data:a}}static async findProjectCwd(e){let r=null,o=e,a=null;for(;o!==a;){if(a=o,oe.existsSync(K.join(a,dr.lockfile)))return a;oe.existsSync(K.join(a,dr.manifest))&&(r=a),o=K.dirname(a)}return r}static async updateConfiguration(e,r,o={}){let a=Y4(),n=K.join(e,a),u=oe.existsSync(n)?Vi(await oe.readFilePromise(n,"utf8")):{},A=!1,p;if(typeof r=="function"){try{p=r(u)}catch{p=r({})}if(p===u)return!1}else{p=u;for(let h of Object.keys(r)){let E=u[h],I=r[h],v;if(typeof I=="function")try{v=I(E)}catch{v=I(void 0)}else v=I;E!==v&&(v===rA.deleteProperty?delete p[h]:p[h]=v,A=!0)}if(!A)return!1}return await oe.changeFilePromise(n,Ba(p),{automaticNewlines:!0}),!0}static async addPlugin(e,r){r.length!==0&&await rA.updateConfiguration(e,o=>{let a=o.plugins??[];if(a.length===0)return{...o,plugins:r};let n=[],u=[...r];for(let A of a){let p=typeof A!="string"?A.path:A,h=u.find(E=>E.path===p);h?(n.push(h),u=u.filter(E=>E!==h)):n.push(A)}return n.push(...u),{...o,plugins:n}})}static async updateHomeConfiguration(e){let r=yE();return await rA.updateConfiguration(r,e)}activatePlugin(e,r){this.plugins.set(e,r),typeof r.configuration<"u"&&this.importSettings(r.configuration)}importSettings(e){for(let[r,o]of Object.entries(e))if(o!=null){if(this.settings.has(r))throw new Error(`Cannot redefine settings "${r}"`);this.settings.set(r,o),this.values.set(r,K4(this,o))}}useWithSource(e,r,o,a){try{this.use(e,r,o,a)}catch(n){throw n.message+=` (in ${Ot(this,e,yt.PATH)})`,n}}use(e,r,o,{strict:a=!0,overwrite:n=!1}={}){a=a&&this.get("enableStrictSettings");for(let u of["enableStrictSettings",...Object.keys(r)]){let A=r[u],p=EO(A);if(p&&(e=p),typeof A>"u"||u==="plugins"||e===""&&tot.has(u))continue;if(u==="rcFilename")throw new it(`The rcFilename settings can only be set via ${`${bx}RC_FILENAME`.toUpperCase()}, not via a rc file`);let h=this.settings.get(u);if(!h){let I=yE(),v=e[0]!=="<"?K.dirname(e):null;if(a&&!(v!==null?I===v:!1))throw new it(`Unrecognized or legacy configuration settings found: ${u} - run "yarn config -v" to see the list of settings supported in Yarn`);this.invalid.set(u,e);continue}if(this.sources.has(u)&&!(n||h.type==="MAP"||h.isArray&&h.concatenateValues))continue;let E;try{E=V4(this,u,A,h,o)}catch(I){throw I.message+=` in ${Ot(this,e,yt.PATH)}`,I}if(u==="enableStrictSettings"&&e!==""){a=E;continue}if(h.type==="MAP"){let I=this.values.get(u);this.values.set(u,new Map(n?[...I,...E]:[...E,...I])),this.sources.set(u,`${this.sources.get(u)}, ${e}`)}else if(h.isArray&&h.concatenateValues){let I=this.values.get(u);this.values.set(u,n?[...I,...E]:[...E,...I]),this.sources.set(u,`${this.sources.get(u)}, ${e}`)}else this.values.set(u,E),this.sources.set(u,e)}}get(e){if(!this.values.has(e))throw new Error(`Invalid configuration key "${e}"`);return this.values.get(e)}getSpecial(e,{hideSecrets:r=!1,getNativePaths:o=!1}){let a=this.get(e),n=this.settings.get(e);if(typeof n>"u")throw new it(`Couldn't find a configuration settings named "${e}"`);return xx(a,n,{hideSecrets:r,getNativePaths:o})}getSubprocessStreams(e,{header:r,prefix:o,report:a}){let n,u,A=oe.createWriteStream(e);if(this.get("enableInlineBuilds")){let p=a.createStreamReporter(`${o} ${Ot(this,"STDOUT","green")}`),h=a.createStreamReporter(`${o} ${Ot(this,"STDERR","red")}`);n=new G4.PassThrough,n.pipe(p),n.pipe(A),u=new G4.PassThrough,u.pipe(h),u.pipe(A)}else n=A,u=A,typeof r<"u"&&n.write(`${r} -`);return{stdout:n,stderr:u}}makeResolver(){let e=[];for(let r of this.plugins.values())for(let o of r.resolvers||[])e.push(new o);return new vd([new l1,new Xn,...e])}makeFetcher(){let e=[];for(let r of this.plugins.values())for(let o of r.fetchers||[])e.push(new o);return new pE([new hE,new dE,...e])}getLinkers(){let e=[];for(let r of this.plugins.values())for(let o of r.linkers||[])e.push(new o);return e}getSupportedArchitectures(){let e=I1(),r=this.get("supportedArchitectures"),o=r.get("os");o!==null&&(o=o.map(u=>u==="current"?e.os:u));let a=r.get("cpu");a!==null&&(a=a.map(u=>u==="current"?e.cpu:u));let n=r.get("libc");return n!==null&&(n=sl(n,u=>u==="current"?e.libc??sl.skip:u)),{os:o,cpu:a,libc:n}}async getPackageExtensions(){if(this.packageExtensions!==null)return this.packageExtensions;this.packageExtensions=new Map;let e=this.packageExtensions,r=(o,a,{userProvided:n=!1}={})=>{if(!ba(o.range))throw new Error("Only semver ranges are allowed as keys for the packageExtensions setting");let u=new Mt;u.load(a,{yamlCompatibilityMode:!0});let A=Gy(e,o.identHash),p=[];A.push([o.range,p]);let h={status:"inactive",userProvided:n,parentDescriptor:o};for(let E of u.dependencies.values())p.push({...h,type:"Dependency",descriptor:E});for(let E of u.peerDependencies.values())p.push({...h,type:"PeerDependency",descriptor:E});for(let[E,I]of u.peerDependenciesMeta)for(let[v,b]of Object.entries(I))p.push({...h,type:"PeerDependencyMeta",selector:E,key:v,value:b})};await this.triggerHook(o=>o.registerPackageExtensions,this,r);for(let[o,a]of this.get("packageExtensions"))r(nh(o,!0),iS(a),{userProvided:!0});return e}normalizeLocator(e){return ba(e.reference)?Qs(e,`${this.get("defaultProtocol")}${e.reference}`):QE.test(e.reference)?Qs(e,`${this.get("defaultProtocol")}${e.reference}`):e}normalizeDependency(e){return ba(e.range)?In(e,`${this.get("defaultProtocol")}${e.range}`):QE.test(e.range)?In(e,`${this.get("defaultProtocol")}${e.range}`):e}normalizeDependencyMap(e){return new Map([...e].map(([r,o])=>[r,this.normalizeDependency(o)]))}normalizePackage(e,{packageExtensions:r}){let o=$I(e),a=r.get(e.identHash);if(typeof a<"u"){let u=e.version;if(u!==null){for(let[A,p]of a)if(!!bf(u,A))for(let h of p)switch(h.status==="inactive"&&(h.status="redundant"),h.type){case"Dependency":typeof o.dependencies.get(h.descriptor.identHash)>"u"&&(h.status="active",o.dependencies.set(h.descriptor.identHash,this.normalizeDependency(h.descriptor)));break;case"PeerDependency":typeof o.peerDependencies.get(h.descriptor.identHash)>"u"&&(h.status="active",o.peerDependencies.set(h.descriptor.identHash,h.descriptor));break;case"PeerDependencyMeta":{let E=o.peerDependenciesMeta.get(h.selector);(typeof E>"u"||!Object.hasOwn(E,h.key)||E[h.key]!==h.value)&&(h.status="active",ol(o.peerDependenciesMeta,h.selector,()=>({}))[h.key]=h.value)}break;default:CL(h)}}}let n=u=>u.scope?`${u.scope}__${u.name}`:`${u.name}`;for(let u of o.peerDependenciesMeta.keys()){let A=Js(u);o.peerDependencies.has(A.identHash)||o.peerDependencies.set(A.identHash,In(A,"*"))}for(let u of o.peerDependencies.values()){if(u.scope==="types")continue;let A=n(u),p=eA("types",A),h=fn(p);o.peerDependencies.has(p.identHash)||o.peerDependenciesMeta.has(h)||(o.peerDependencies.set(p.identHash,In(p,"*")),o.peerDependenciesMeta.set(h,{optional:!0}))}return o.dependencies=new Map(ks(o.dependencies,([,u])=>Sa(u))),o.peerDependencies=new Map(ks(o.peerDependencies,([,u])=>Sa(u))),o}getLimit(e){return ol(this.limits,e,()=>(0,kle.default)(this.get(e)))}async triggerHook(e,...r){for(let o of this.plugins.values()){let a=o.hooks;if(!a)continue;let n=e(a);!n||await n(...r)}}async triggerMultipleHooks(e,r){for(let o of r)await this.triggerHook(e,...o)}async reduceHook(e,r,...o){let a=r;for(let n of this.plugins.values()){let u=n.hooks;if(!u)continue;let A=e(u);!A||(a=await A(a,...o))}return a}async firstHook(e,...r){for(let o of this.plugins.values()){let a=o.hooks;if(!a)continue;let n=e(a);if(!n)continue;let u=await n(...r);if(typeof u<"u")return u}return null}},Ve=rA;Ve.deleteProperty=Symbol(),Ve.telemetry=null});var Ur={};Kt(Ur,{EndStrategy:()=>Z4,ExecError:()=>Qx,PipeError:()=>P1,execvp:()=>j4,pipevp:()=>Gc});function Sd(t){return t!==null&&typeof t.fd=="number"}function J4(){}function z4(){for(let t of xd)t.kill()}async function Gc(t,e,{cwd:r,env:o=process.env,strict:a=!1,stdin:n=null,stdout:u,stderr:A,end:p=2}){let h=["pipe","pipe","pipe"];n===null?h[0]="ignore":Sd(n)&&(h[0]=n),Sd(u)&&(h[1]=u),Sd(A)&&(h[2]=A);let E=(0,X4.default)(t,e,{cwd:ue.fromPortablePath(r),env:{...o,PWD:ue.fromPortablePath(r)},stdio:h});xd.add(E),xd.size===1&&(process.on("SIGINT",J4),process.on("SIGTERM",z4)),!Sd(n)&&n!==null&&n.pipe(E.stdin),Sd(u)||E.stdout.pipe(u,{end:!1}),Sd(A)||E.stderr.pipe(A,{end:!1});let I=()=>{for(let v of new Set([u,A]))Sd(v)||v.end()};return new Promise((v,b)=>{E.on("error",C=>{xd.delete(E),xd.size===0&&(process.off("SIGINT",J4),process.off("SIGTERM",z4)),(p===2||p===1)&&I(),b(C)}),E.on("close",(C,T)=>{xd.delete(E),xd.size===0&&(process.off("SIGINT",J4),process.off("SIGTERM",z4)),(p===2||p===1&&C!==0)&&I(),C===0||!a?v({code:$4(C,T)}):b(new P1({fileName:t,code:C,signal:T}))})})}async function j4(t,e,{cwd:r,env:o=process.env,encoding:a="utf8",strict:n=!1}){let u=["ignore","pipe","pipe"],A=[],p=[],h=ue.fromPortablePath(r);typeof o.PWD<"u"&&(o={...o,PWD:h});let E=(0,X4.default)(t,e,{cwd:h,env:o,stdio:u});return E.stdout.on("data",I=>{A.push(I)}),E.stderr.on("data",I=>{p.push(I)}),await new Promise((I,v)=>{E.on("error",b=>{let C=Ve.create(r),T=Ot(C,t,yt.PATH);v(new zt(1,`Process ${T} failed to spawn`,L=>{L.reportError(1,` ${zu(C,{label:"Thrown Error",value:_c(yt.NO_HINT,b.message)})}`)}))}),E.on("close",(b,C)=>{let T=a==="buffer"?Buffer.concat(A):Buffer.concat(A).toString(a),L=a==="buffer"?Buffer.concat(p):Buffer.concat(p).toString(a);b===0||!n?I({code:$4(b,C),stdout:T,stderr:L}):v(new Qx({fileName:t,code:b,signal:C,stdout:T,stderr:L}))})})}function $4(t,e){let r=uot.get(e);return typeof r<"u"?128+r:t??1}function Aot(t,e,{configuration:r,report:o}){o.reportError(1,` ${zu(r,t!==null?{label:"Exit Code",value:_c(yt.NUMBER,t)}:{label:"Exit Signal",value:_c(yt.CODE,e)})}`)}var X4,Z4,P1,Qx,xd,uot,Px=Et(()=>{Pt();X4=$e(aR());D1();Yl();ql();Z4=(o=>(o[o.Never=0]="Never",o[o.ErrorCode=1]="ErrorCode",o[o.Always=2]="Always",o))(Z4||{}),P1=class extends zt{constructor({fileName:r,code:o,signal:a}){let n=Ve.create(K.cwd()),u=Ot(n,r,yt.PATH);super(1,`Child ${u} reported an error`,A=>{Aot(o,a,{configuration:n,report:A})});this.code=$4(o,a)}},Qx=class extends P1{constructor({fileName:r,code:o,signal:a,stdout:n,stderr:u}){super({fileName:r,code:o,signal:a});this.stdout=n,this.stderr=u}};xd=new Set;uot=new Map([["SIGINT",2],["SIGQUIT",3],["SIGKILL",9],["SIGTERM",15]])});function Tle(t){Fle=t}function S1(){return typeof eU>"u"&&(eU=Fle()),eU}var eU,Fle,tU=Et(()=>{Fle=()=>{throw new Error("Assertion failed: No libzip instance is available, and no factory was configured")}});var Rle=_((Fx,nU)=>{var fot=Object.assign({},Be("fs")),rU=function(){var t=typeof document<"u"&&document.currentScript?document.currentScript.src:void 0;return typeof __filename<"u"&&(t=t||__filename),function(e){e=e||{};var r=typeof e<"u"?e:{},o,a;r.ready=new Promise(function(We,tt){o=We,a=tt});var n={},u;for(u in r)r.hasOwnProperty(u)&&(n[u]=r[u]);var A=[],p="./this.program",h=function(We,tt){throw tt},E=!1,I=!0,v="";function b(We){return r.locateFile?r.locateFile(We,v):v+We}var C,T,L,U;I&&(E?v=Be("path").dirname(v)+"/":v=__dirname+"/",C=function(tt,It){var nr=ii(tt);return nr?It?nr:nr.toString():(L||(L=fot),U||(U=Be("path")),tt=U.normalize(tt),L.readFileSync(tt,It?null:"utf8"))},T=function(tt){var It=C(tt,!0);return It.buffer||(It=new Uint8Array(It)),Ee(It.buffer),It},process.argv.length>1&&(p=process.argv[1].replace(/\\/g,"/")),A=process.argv.slice(2),h=function(We){process.exit(We)},r.inspect=function(){return"[Emscripten Module object]"});var J=r.print||console.log.bind(console),te=r.printErr||console.warn.bind(console);for(u in n)n.hasOwnProperty(u)&&(r[u]=n[u]);n=null,r.arguments&&(A=r.arguments),r.thisProgram&&(p=r.thisProgram),r.quit&&(h=r.quit);var le=0,pe=function(We){le=We},Ae;r.wasmBinary&&(Ae=r.wasmBinary);var ye=r.noExitRuntime||!0;typeof WebAssembly!="object"&&Ri("no native wasm support detected");function ae(We,tt,It){switch(tt=tt||"i8",tt.charAt(tt.length-1)==="*"&&(tt="i32"),tt){case"i1":return _e[We>>0];case"i8":return _e[We>>0];case"i16":return lp((We>>1)*2);case"i32":return Ms((We>>2)*4);case"i64":return Ms((We>>2)*4);case"float":return cu((We>>2)*4);case"double":return ap((We>>3)*8);default:Ri("invalid type for getValue: "+tt)}return null}var we,Pe=!1,g;function Ee(We,tt){We||Ri("Assertion failed: "+tt)}function De(We){var tt=r["_"+We];return Ee(tt,"Cannot call unknown function "+We+", make sure it is exported"),tt}function ce(We,tt,It,nr,$){var me={string:function(es){var xi=0;if(es!=null&&es!==0){var jo=(es.length<<2)+1;xi=Un(jo),ht(es,xi,jo)}return xi},array:function(es){var xi=Un(es.length);return Re(es,xi),xi}};function Le(es){return tt==="string"?Ie(es):tt==="boolean"?Boolean(es):es}var ft=De(We),pt=[],Rt=0;if(nr)for(var er=0;er=It)&&Te[nr];)++nr;return ee.decode(Te.subarray(We,nr))}function ke(We,tt,It,nr){if(!(nr>0))return 0;for(var $=It,me=It+nr-1,Le=0;Le=55296&&ft<=57343){var pt=We.charCodeAt(++Le);ft=65536+((ft&1023)<<10)|pt&1023}if(ft<=127){if(It>=me)break;tt[It++]=ft}else if(ft<=2047){if(It+1>=me)break;tt[It++]=192|ft>>6,tt[It++]=128|ft&63}else if(ft<=65535){if(It+2>=me)break;tt[It++]=224|ft>>12,tt[It++]=128|ft>>6&63,tt[It++]=128|ft&63}else{if(It+3>=me)break;tt[It++]=240|ft>>18,tt[It++]=128|ft>>12&63,tt[It++]=128|ft>>6&63,tt[It++]=128|ft&63}}return tt[It]=0,It-$}function ht(We,tt,It){return ke(We,Te,tt,It)}function H(We){for(var tt=0,It=0;It=55296&&nr<=57343&&(nr=65536+((nr&1023)<<10)|We.charCodeAt(++It)&1023),nr<=127?++tt:nr<=2047?tt+=2:nr<=65535?tt+=3:tt+=4}return tt}function lt(We){var tt=H(We)+1,It=Li(tt);return It&&ke(We,_e,It,tt),It}function Re(We,tt){_e.set(We,tt)}function Qe(We,tt){return We%tt>0&&(We+=tt-We%tt),We}var be,_e,Te,Je,He,x,w,S,y,F;function z(We){be=We,r.HEAP_DATA_VIEW=F=new DataView(We),r.HEAP8=_e=new Int8Array(We),r.HEAP16=Je=new Int16Array(We),r.HEAP32=x=new Int32Array(We),r.HEAPU8=Te=new Uint8Array(We),r.HEAPU16=He=new Uint16Array(We),r.HEAPU32=w=new Uint32Array(We),r.HEAPF32=S=new Float32Array(We),r.HEAPF64=y=new Float64Array(We)}var X=r.INITIAL_MEMORY||16777216,Z,ie=[],Se=[],Ne=[],ot=!1;function dt(){if(r.preRun)for(typeof r.preRun=="function"&&(r.preRun=[r.preRun]);r.preRun.length;)xt(r.preRun.shift());oo(ie)}function jt(){ot=!0,oo(Se)}function $t(){if(r.postRun)for(typeof r.postRun=="function"&&(r.postRun=[r.postRun]);r.postRun.length;)Qr(r.postRun.shift());oo(Ne)}function xt(We){ie.unshift(We)}function an(We){Se.unshift(We)}function Qr(We){Ne.unshift(We)}var mr=0,xr=null,Wr=null;function Vn(We){mr++,r.monitorRunDependencies&&r.monitorRunDependencies(mr)}function Ns(We){if(mr--,r.monitorRunDependencies&&r.monitorRunDependencies(mr),mr==0&&(xr!==null&&(clearInterval(xr),xr=null),Wr)){var tt=Wr;Wr=null,tt()}}r.preloadedImages={},r.preloadedAudios={};function Ri(We){r.onAbort&&r.onAbort(We),We+="",te(We),Pe=!0,g=1,We="abort("+We+"). Build with -s ASSERTIONS=1 for more info.";var tt=new WebAssembly.RuntimeError(We);throw a(tt),tt}var ps="data:application/octet-stream;base64,";function io(We){return We.startsWith(ps)}var Si="data:application/octet-stream;base64,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QCAAKAJIIgEgASADaiADEAcaAkAgAyAAKAJsIgFNBEAgACABIANrNgJsDAELIABCADcCbAsgACAAKAJoIANrIgE2AmggACAAKAJYIANrNgJYIAEgACgChC5JBEAgACABNgKELgsgAEH8gAEoAgARAwAgAiADaiECCwJAIAAoAgAiASgCBCIERQ0AIAAoAjwhBSAAIAIgBCACIARJGyICBH8gACgCSCAAKAJoaiAFaiEFIAEgBCACazYCBAJAAkACQAJAIAEoAhwiBCgCFEEBaw4CAQACCyAEQaABaiAFIAEoAgAgAkHcgAEoAgARCAAMAgsgASABKAIwIAUgASgCACACQcSAASgCABEEADYCMAwBCyAFIAEoAgAgAhAHGgsgASABKAIAIAJqNgIAIAEgASgCCCACajYCCCAAKAI8BSAFCyACaiICNgI8AkAgACgChC4iASACakEDSQ0AIAAoAmggAWshAQJAIAAoAnRBgQhPBEAgACAAIAAoAkggAWoiAi0AACACLQABIAAoAnwRAAA2AlQMAQsgAUUNACAAIAFBAWsgACgChAERAgAaCyAAKAKELiAAKAI8IgJBAUZrIgRFDQAgACABIAQgACgCgAERBQAgACAAKAKELiAEazYChC4gACgCPCECCyACQYUCSw0AIAAoAgAoAgRFDQAgACgCMCEBDAELCwJAIAAoAkQiAiAAKAJAIgNNDQAgAAJ/IAAoAjwgACgCaGoiASADSwRAIAAoAkggAWpBACACIAFrIgNBggIgA0GCAkkbIgMQGSABIANqDAELIAFBggJqIgEgA00NASAAKAJIIANqQQAgAiADayICIAEgA2siAyACIANJGyIDEBkgACgCQCADags2AkALC50CAQF/AkAgAAJ/IAAoAqAuIgFBwABGBEAgACgCBCAAKAIQaiAAKQOYLjcAACAAQgA3A5guIAAgACgCEEEIajYCEEEADAELIAFBIE4EQCAAKAIEIAAoAhBqIAApA5guPgAAIAAgAEGcLmo1AgA3A5guIAAgACgCEEEEajYCECAAIAAoAqAuQSBrIgE2AqAuCyABQRBOBEAgACgCBCAAKAIQaiAAKQOYLj0AACAAIAAoAhBBAmo2AhAgACAAKQOYLkIQiDcDmC4gACAAKAKgLkEQayIBNgKgLgsgAUEISA0BIAAgACgCECIBQQFqNgIQIAEgACgCBGogACkDmC48AAAgACAAKQOYLkIIiDcDmC4gACgCoC5BCGsLNgKgLgsLEAAgACgCCBAGIABBADYCCAvwAQECf0F/IQECQCAALQAoDQAgACgCJEEDRgRAIABBDGoEQCAAQQA2AhAgAEEXNgIMC0F/DwsCQCAAKAIgBEAgACkDGELAAINCAFINASAAQQxqBEAgAEEANgIQIABBHTYCDAtBfw8LAkAgACgCACICRQ0AIAIQMkF/Sg0AIAAoAgAhASAAQQxqIgAEQCAAIAEoAgw2AgAgACABKAIQNgIEC0F/DwsgAEEAQgBBABAOQn9VDQAgACgCACIARQ0BIAAQGhpBfw8LQQAhASAAQQA7ATQgAEEMagRAIABCADcCDAsgACAAKAIgQQFqNgIgCyABCzsAIAAtACgEfkJ/BSAAKAIgRQRAIABBDGoiAARAIABBADYCBCAAQRI2AgALQn8PCyAAQQBCAEEHEA4LC5oIAQt/IABFBEAgARAJDwsgAUFATwRAQYSEAUEwNgIAQQAPCwJ/QRAgAUELakF4cSABQQtJGyEGIABBCGsiBSgCBCIJQXhxIQQCQCAJQQNxRQRAQQAgBkGAAkkNAhogBkEEaiAETQRAIAUhAiAEIAZrQZSIASgCAEEBdE0NAgtBAAwCCyAEIAVqIQcCQCAEIAZPBEAgBCAGayIDQRBJDQEgBSAJQQFxIAZyQQJyNgIEIAUgBmoiAiADQQNyNgIEIAcgBygCBEEBcjYCBCACIAMQOwwBCyAHQcyEASgCAEYEQEHAhAEoAgAgBGoiBCAGTQ0CIAUgCUEBcSAGckECcjYCBCAFIAZqIgMgBCAGayICQQFyNgIEQcCEASACNgIAQcyEASADNgIADAELIAdByIQBKAIARgRAQbyEASgCACAEaiIDIAZJDQICQCADIAZrIgJBEE8EQCAFIAlBAXEgBnJBAnI2AgQgBSAGaiIEIAJBAXI2AgQgAyAFaiIDIAI2AgAgAyADKAIEQX5xNgIEDAELIAUgCUEBcSADckECcjYCBCADIAVqIgIgAigCBEEBcjYCBEEAIQJBACEEC0HIhAEgBDYCAEG8hAEgAjYCAAwBCyAHKAIEIgNBAnENASADQXhxIARqIgogBkkNASAKIAZrIQwCQCADQf8BTQRAIAcoAggiBCADQQN2IgJBA3RB3IQBakYaIAQgBygCDCIDRgRAQbSEAUG0hAEoAgBBfiACd3E2AgAMAgsgBCADNgIMIAMgBDYCCAwBCyAHKAIYIQsCQCAHIAcoAgwiCEcEQCAHKAIIIgJBxIQBKAIASRogAiAINgIMIAggAjYCCAwBCwJAIAdBFGoiBCgCACICDQAgB0EQaiIEKAIAIgINAEEAIQgMAQsDQCAEIQMgAiIIQRRqIgQoAgAiAg0AIAhBEGohBCAIKAIQIgINAAsgA0EANgIACyALRQ0AAkAgByAHKAIcIgNBAnRB5IYBaiICKAIARgRAIAIgCDYCACAIDQFBuIQBQbiEASgCAEF+IAN3cTYCAAwCCyALQRBBFCALKAIQIAdGG2ogCDYCACAIRQ0BCyAIIAs2AhggBygCECICBEAgCCACNgIQIAIgCDYCGAsgBygCFCICRQ0AIAggAjYCFCACIAg2AhgLIAxBD00EQCAFIAlBAXEgCnJBAnI2AgQgBSAKaiICIAIoAgRBAXI2AgQMAQsgBSAJQQFxIAZyQQJyNgIEIAUgBmoiAyAMQQNyNgIEIAUgCmoiAiACKAIEQQFyNgIEIAMgDBA7CyAFIQILIAILIgIEQCACQQhqDwsgARAJIgVFBEBBAA8LIAUgAEF8QXggAEEEaygCACICQQNxGyACQXhxaiICIAEgASACSxsQBxogABAGIAUL6QEBA38CQCABRQ0AIAJBgDBxIgIEfwJ/IAJBgCBHBEBBAiACQYAQRg0BGiADBEAgA0EANgIEIANBEjYCAAtBAA8LQQQLIQJBAAVBAQshBkEUEAkiBEUEQCADBEAgA0EANgIEIANBDjYCAAtBAA8LIAQgAUEBahAJIgU2AgAgBUUEQCAEEAZBAA8LIAUgACABEAcgAWpBADoAACAEQQA2AhAgBEIANwMIIAQgATsBBCAGDQAgBCACECNBBUcNACAEKAIAEAYgBCgCDBAGIAQQBkEAIQQgAwRAIANBADYCBCADQRI2AgALCyAEC7UBAQJ/AkACQAJAAkACQAJAAkAgAC0ABQRAIAAtAABBAnFFDQELIAAoAjAQECAAQQA2AjAgAC0ABUUNAQsgAC0AAEEIcUUNAQsgACgCNBAcIABBADYCNCAALQAFRQ0BCyAALQAAQQRxRQ0BCyAAKAI4EBAgAEEANgI4IAAtAAVFDQELIAAtAABBgAFxRQ0BCyAAKAJUIgEEfyABQQAgARAiEBkgACgCVAVBAAsQBiAAQQA2AlQLC9wMAgl/AX4jAEFAaiIGJAACQAJAAkACQAJAIAEoAjBBABAjIgVBAkZBACABKAI4QQAQIyIEQQFGGw0AIAVBAUZBACAEQQJGGw0AIAVBAkciAw0BIARBAkcNAQsgASABLwEMQYAQcjsBDEEAIQMMAQsgASABLwEMQf/vA3E7AQxBACEFIANFBEBB9eABIAEoAjAgAEEIahBpIgVFDQILIAJBgAJxBEAgBSEDDAELIARBAkcEQCAFIQMMAQtB9cYBIAEoAjggAEEIahBpIgNFBEAgBRAcDAILIAMgBTYCAAsgASABLwEMQf7/A3EgAS8BUiIFQQBHcjsBDAJAAkACQAJAAn8CQAJAIAEpAyhC/v///w9WDQAgASkDIEL+////D1YNACACQYAEcUUNASABKQNIQv////8PVA0BCyAFQYECa0H//wNxQQNJIQdBAQwBCyAFQYECa0H//wNxIQQgAkGACnFBgApHDQEgBEEDSSEHQQALIQkgBkIcEBciBEUEQCAAQQhqIgAEQCAAQQA2AgQgAEEONgIACyADEBwMBQsgAkGACHEhBQJAAkAgAkGAAnEEQAJAIAUNACABKQMgQv////8PVg0AIAEpAyhCgICAgBBUDQMLIAQgASkDKBAYIAEpAyAhDAwBCwJAAkACQCAFDQAgASkDIEL/////D1YNACABKQMoIgxC/////w9WDQEgASkDSEKAgICAEFQNBAsgASkDKCIMQv////8PVA0BCyAEIAwQGAsgASkDICIMQv////8PWgRAIAQgDBAYCyABKQNIIgxC/////w9UDQELIAQgDBAYCyAELQAARQRAIABBCGoiAARAIABBADYCBCAAQRQ2AgALIAQQCCADEBwMBQtBASEKQQEgBC0AAAR+IAQpAxAFQgALp0H//wNxIAYQRyEFIAQQCCAFIAM2AgAgBw0BDAILIAMhBSAEQQJLDQELIAZCBxAXIgRFBEAgAEEIaiIABEAgAEEANgIEIABBDjYCAAsgBRAcDAMLIARBAhANIARBhxJBAhAsIAQgAS0AUhBwIAQgAS8BEBANIAQtAABFBEAgAEEIaiIABEAgAEEANgIEIABBFDYCAAsgBBAIDAILQYGyAkEHIAYQRyEDIAQQCCADIAU2AgBBASEL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NgIEIABB7A42AhggGiEdDAMLIARB/wFxIgJBwABxRQRAIAggDSADLwECQQJ0aiAdp0F/IAJ0QX9zcUECdGoiAy0AASICayEIIB0gAq2IIR0gAy0AACIERQ0HDAELCyAEQSBxBEAgB0G//gA2AgQgASECDAgLIAdB0f4ANgIEIABB0A42AhggASECDAcLIB1BfyAGdEF/c62DIBt8IhunIQUgCCAEQQ9xIgNrIQggGiAErUIPg4ghHSABIBdrIgYgAjMBAiAaQX8gA3RBf3Otg3ynIgRPDQIgBCAGayIGIBlNDQEgBygCjEdFDQEgB0HR/gA2AgQgAEG5DDYCGAsgASECIAshBQwFCwJAIA5FBEAgDCARIAZraiEDDAELIAYgDk0EQCAMIA4gBmtqIQMMAQsgDCARIAYgDmsiBmtqIQMgBSAGTQ0AIAUgBmshBQJAAkAgASADTSABIA8gAWusIhogBq0iGyAaIBtUGyIapyIGaiICIANLcQ0AIAMgBmogAUsgASADT3ENACABIAMgBhAHGiACIQEMAQsgASADIAMgAWsiASABQR91IgFqIAFzIgIQByACaiEBIBogAq0iHn0iHFANACACIANqIQIDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgASACKQAANwAAIAEgAikAGDcAGCABIAIpABA3ABAgASACKQAINwAIIBpCIH0hGiACQSBqIQIgAUEgaiEBIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAEgAikAADcAACABIAIpABg3ABggASACKQAQNwAQIAEgAikACDcACCABIAIpADg3ADggASACKQAwNwAwIAEgAikAKDcAKCABIAIpACA3ACAgASACKQBYNwBYIAEgAikAUDcAUCABIAIpAEg3AEggASACKQBANwBAIAEgAikAYDcAYCABIAIpAGg3AGggASACKQBwNwBwIAEgAikAeDcAeCACQYABaiECIAFBgAFqIQEgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAEgAikAADcAACABIAIpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCABIAIpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCABIAIoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCABIAIvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCABIAItAAA6AAAgAkEBaiECIAFBAWohAQsgHEIAUg0ACwsgDiEGIAwhAwsgBSAGSwRAAkACQCABIANNIAEgDyABa6wiGiAGrSIbIBogG1QbIhqnIglqIgIgA0txDQAgAyAJaiABSyABIANPcQ0AIAEgAyAJEAcaDAELIAEgAyADIAFrIgEgAUEfdSIBaiABcyIBEAcgAWohAiAaIAGtIh59IhxQDQAgASADaiEBA0ACQCAcIB4gHCAeVBsiG0IgVARAIBshGgwBCyAbIhpCIH0iIEIFiEIBfEIDgyIfUEUEQANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCAaQiB9IRogAUEgaiEBIAJBIGohAiAfQgF9Ih9CAFINAAsLICBC4ABUDQADQCACIAEpAAA3AAAgAiABKQAYNwAYIAIgASkAEDcAECACIAEpAAg3AAggAiABKQA4NwA4IAIgASkAMDcAMCACIAEpACg3ACggAiABKQAgNwAgIAIgASkAWDcAWCACIAEpAFA3AFAgAiABKQBINwBIIAIgASkAQDcAQCACIAEpAGA3AGAgAiABKQBoNwBoIAIgASkAcDcAcCACIAEpAHg3AHggAUGAAWohASACQYABaiECIBpCgAF9IhpCH1YNAAsLIBpCEFoEQCACIAEpAAA3AAAgAiABKQAINwAIIBpCEH0hGiACQRBqIQIgAUEQaiEBCyAaQghaBEAgAiABKQAANwAAIBpCCH0hGiACQQhqIQIgAUEIaiEBCyAaQgRaBEAgAiABKAAANgAAIBpCBH0hGiACQQRqIQIgAUEEaiEBCyAaQgJaBEAgAiABLwAAOwAAIBpCAn0hGiACQQJqIQIgAUECaiEBCyAcIBt9IRwgGlBFBEAgAiABLQAAOgAAIAJBAWohAiABQQFqIQELIBxCAFINAAsLIAUgBmshAUEAIARrIQUCQCAEQQdLBEAgBCEDDAELIAEgBE0EQCAEIQMMAQsgAiAEayEFA0ACQCACIAUpAAA3AAAgBEEBdCEDIAEgBGshASACIARqIQIgBEEDSw0AIAMhBCABIANLDQELC0EAIANrIQULIAIgBWohBAJAIAUgDyACa6wiGiABrSIbIBogG1QbIhqnIgFIIAVBf0pxDQAgBUEBSCABIARqIAJLcQ0AIAIgBCABEAcgAWohAgwDCyACIAQgAyADQR91IgFqIAFzIgEQByABaiECIBogAa0iHn0iHFANAiABIARqIQEDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIBpCIH0hGiABQSBqIQEgAkEgaiECIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCACIAEpADg3ADggAiABKQAwNwAwIAIgASkAKDcAKCACIAEpACA3ACAgAiABKQBYNwBYIAIgASkAUDcAUCACIAEpAEg3AEggAiABKQBANwBAIAIgASkAYDcAYCACIAEpAGg3AGggAiABKQBwNwBwIAIgASkAeDcAeCABQYABaiEBIAJBgAFqIQIgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAIgASkAADcAACACIAEpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCACIAEpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCACIAEoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCACIAEvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCACIAEtAAA6AAAgAkEBaiECIAFBAWohAQsgHFBFDQALDAILAkAgASADTSABIA8gAWusIhogBa0iGyAaIBtUGyIapyIEaiICIANLcQ0AIAMgBGogAUsgASADT3ENACABIAMgBBAHGgwCCyABIAMgAyABayIBIAFBH3UiAWogAXMiARAHIAFqIQIgGiABrSIefSIcUA0BIAEgA2ohAQNAAkAgHCAeIBwgHlQbIhtCIFQEQCAbIRoMAQsgGyIaQiB9IiBCBYhCAXxCA4MiH1BFBEADQCACIAEpAAA3AAAgAiABKQAYNwAYIAIgASkAEDcAECACIAEpAAg3AAggGkIgfSEaIAFBIGohASACQSBqIQIgH0IBfSIfQgBSDQALCyAgQuAAVA0AA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIAIgASkAODcAOCACIAEpADA3ADAgAiABKQAoNwAoIAIgASkAIDcAICACIAEpAFg3AFggAiABKQBQNwBQIAIgASkASDcASCACIAEpAEA3AEAgAiABKQBgNwBgIAIgASkAaDcAaCACIAEpAHA3AHAgAiABKQB4NwB4IAFBgAFqIQEgAkGAAWohAiAaQoABfSIaQh9WDQALCyAaQhBaBEAgAiABKQAANwAAIAIgASkACDcACCAaQhB9IRogAkEQaiECIAFBEGohAQsgGkIIWgRAIAIgASkAADcAACAaQgh9IRogAkEIaiECIAFBCGohAQsgGkIEWgRAIAIgASgAADYAACAaQgR9IRogAkEEaiECIAFBBGohAQsgGkICWgRAIAIgAS8AADsAACAaQgJ9IRogAkECaiECIAFBAmohAQsgHCAbfSEcIBpQRQRAIAIgAS0AADoAACACQQFqIQIgAUEBaiEBCyAcUEUNAAsMAQsCQAJAIBYEQAJAIAQgBUkEQCAHKAKYRyAESw0BCyABIARrIQMCQEEAIARrIgVBf0ogDyABa6wiGiAbIBogG1QbIhqnIgIgBUpxDQAgBUEBSCACIANqIAFLcQ0AIAEgAyACEAcgAmohAgwFCyABIAMgBCAEQR91IgFqIAFzIgEQByABaiECIBogAa0iHn0iHFANBCABIANqIQEDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIBpCIH0hGiABQSBqIQEgAkEgaiECIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCACIAEpADg3ADggAiABKQAwNwAwIAIgASkAKDcAKCACIAEpACA3ACAgAiABKQBYNwBYIAIgASkAUDcAUCACIAEpAEg3AEggAiABKQBANwBAIAIgASkAYDcAYCACIAEpAGg3AGggAiABKQBwNwBwIAIgASkAeDcAeCABQYABaiEBIAJBgAFqIQIgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAIgASkAADcAACACIAEpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCACIAEpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCACIAEoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCACIAEvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCACIAEtAAA6AAAgAkEBaiECIAFBAWohAQsgHFBFDQALDAQLIBAgAWsiCUEBaiIGIAUgBSAGSxshAyABIARrIQIgAUEHcUUNAiADRQ0CIAEgAi0AADoAACACQQFqIQIgAUEBaiIGQQdxQQAgA0EBayIFGw0BIAYhASAFIQMgCSEGDAILAkAgBCAFSQRAIAcoAphHIARLDQELIAEgASAEayIGKQAANwAAIAEgBUEBa0EHcUEBaiIDaiECIAUgA2siBEUNAyADIAZqIQEDQCACIAEpAAA3AAAgAUEIaiEBIAJBCGohAiAEQQhrIgQNAAsMAwsgASAEIAUQPyECDAILIAEgAi0AADoAASAJQQFrIQYgA0ECayEFIAJBAWohAgJAIAFBAmoiCkEHcUUNACAFRQ0AIAEgAi0AADoAAiAJQQJrIQYgA0EDayEFIAJBAWohAgJAIAFBA2oiCkEHcUUNACAFRQ0AIAEgAi0AADoAAyAJQQNrIQYgA0EEayEFIAJBAWohAgJAIAFBBGoiCkEHcUUNACAFRQ0AIAEgAi0AADoABCAJQQRrIQYgA0EFayEFIAJBAWohAgJAIAFBBWoiCkEHcUUNACAFRQ0AIAEgAi0AADoABSAJQQVrIQYgA0EGayEFIAJBAWohAgJAIAFBBmoiCkEHcUUNACAFRQ0AIAEgAi0AADoABiAJQQZrIQYgA0EHayEFIAJBAWohAgJAIAFBB2oiCkEHcUUNACAFRQ0AIAEgAi0AADoAByAJQQdrIQYgA0EIayEDIAFBCGohASACQQFqIQIMBgsgCiEBIAUhAwwFCyAKIQEgBSEDDAQLIAohASAFIQMMAwsgCiEBIAUhAwwCCyAKIQEgBSEDDAELIAohASAFIQMLAkACQCAGQRdNBEAgA0UNASADQQFrIQUgA0EHcSIEBEADQCABIAItAAA6AAAgA0EBayEDIAFBAWohASACQQFqIQIgBEEBayIEDQALCyAFQQdJDQEDQCABIAItAAA6AAAgASACLQABOgABIAEgAi0AAjoAAiABIAItAAM6AAMgASACLQAEOgAEIAEgAi0ABToABSABIAItAAY6AAYgASACLQAHOgAHIAFBCGohASACQQhqIQIgA0EIayIDDQALDAELIAMNAQsgASECDAELIAEgBCADED8hAgsgCyEFDAELIAEgAy0AAjoAACABQQFqIQILIAUgFE8NACACIBNJDQELCyAAIAI2AgwgACAFIAhBA3ZrIgE2AgAgACATIAJrQYMCajYCECAAIBQgAWtBDmo2AgQgByAIQQdxIgA2AogBIAcgHUJ/IACthkJ/hYM+AoQBC+cFAQR/IAMgAiACIANLGyEEIAAgAWshAgJAIABBB3FFDQAgBEUNACAAIAItAAA6AAAgA0EBayEGIAJBAWohAiAAQQFqIgdBB3FBACAEQQFrIgUbRQRAIAchACAFIQQgBiEDDAELIAAgAi0AADoAASADQQJrIQYgBEECayEFIAJBAWohAgJAIABBAmoiB0EHcUUNACAFRQ0AIAAgAi0AADoAAiADQQNrIQYgBEEDayEFIAJBAWohAgJAIABBA2oiB0EHcUUNACAFRQ0AIAAgAi0AADoAAyADQQRrIQYgBEEEayEFIAJBAWohAgJAIABBBGoiB0EHcUUNACAFRQ0AIAAgAi0AADoABCADQQVrIQYgBEEFayEFIAJBAWohAgJAIABBBWoiB0EHcUUNACAFRQ0AIAAgAi0AADoABSADQQZrIQYgBEEGayEFIAJBAWohAgJAIABBBmoiB0EHcUUNACAFRQ0AIAAgAi0AADoABiADQQdrIQYgBEEHayEFIAJBAWohAgJAIABBB2oiB0EHcUUNACAFRQ0AIAAgAi0AADoAByADQQhrIQMgBEEIayEEIABBCGohACACQQFqIQIMBgsgByEAIAUhBCAGIQMMBQsgByEAIAUhBCAGIQMMBAsgByEAIAUhBCAGIQMMAwsgByEAIAUhBCAGIQMMAgsgByEAIAUhBCAGIQMMAQsgByEAIAUhBCAGIQMLAkAgA0EXTQRAIARFDQEgBEEBayEBIARBB3EiAwRAA0AgACACLQAAOgAAIARBAWshBCAAQQFqIQAgAkEBaiECIANBAWsi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CyAAIAMtAAAEfiADKQMQBUIAC6dB//8DcSADKAIEEEcLIQUgAxAICyAEQRBqJAAgBQvgAQICfwF+QTAQCSICRQRAIAEEQCABQQA2AgQgAUEONgIAC0EADwsgAkIANwMIIAJBADYCACACQgA3AxAgAkIANwMYIAJCADcDICACQgA3ACUgAFAEQCACDwsCQCAAQv////8AVg0AIACnQQR0EAkiA0UNACACIAM2AgBBACEBQgEhBANAIAMgAUEEdGoiAUIANwIAIAFCADcABSAAIARSBEAgBKchASAEQgF8IQQMAQsLIAIgADcDCCACIAA3AxAgAg8LIAEEQCABQQA2AgQgAUEONgIAC0EAEBAgAhAGQQAL7gECA38BfiMAQRBrIgQkAAJAIARBDGpCBBAXIgNFBEBBfyECDAELAkAgAQRAIAJBgAZxIQUDQAJAIAUgASgCBHFFDQACQCADKQMIQgBUBEAgA0EAOgAADAELIANCADcDECADQQE6AAALIAMgAS8BCBANIAMgAS8BChANIAMtAABFBEAgAEEIaiIABEAgAEEANgIEIABBFDYCAAtBfyECDAQLQX8hAiAAIARBDGpCBBAbQQBIDQMgATMBCiIGUA0AIAAgASgCDCAGEBtBAEgNAwsgASgCACIBDQALC0EAIQILIAMQCAsgBEEQaiQAIAILPAEBfyAABEAgAUGABnEhAQNAIAEgACgCBHEEQCACIAAvAQpqQQRqIQILIAAoAgAiAA0ACwsgAkH//wNxC5wBAQN/IABFBEBBAA8LIAAhAwNAAn8CQAJAIAAvAQgiAUH04AFNBEAgAUEBRg0BIAFB9cYBRg0BDAILIAFBgbICRg0AIAFB9eABRw0BCyAAKAIAIQEgAEEANgIAIAAoAgwQBiAAEAYgASADIAAgA0YbIQMCQCACRQRAQQAhAgwBCyACIAE2AgALIAEMAQsgACICKAIACyIADQALIAMLsgQCBX8BfgJAAkACQCAAIAGtEBciAQRAIAEtAAANAUEAIQAMAgsgBARAIARBADYCBCAEQQ42AgALQQAPC0EAIQADQCABLQAABH4gASkDCCABKQMQfQVCAAtCBFQNASABEAwhByABIAEQDCIGrRATIghFBEBBACECIAQEQCAEQQA2AgQgBEEVNgIACyABEAggAEUNAwNAIAAoAgAhASAAKAIMEAYg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DCAAQRg2AggLDAMLIAAgBiAFLwFqQQAgBCABEQYAIQEgBhALIAFFDQILAkAgDUUEQCABIQMMAQsgACABIAUvAWgQgQEhAyABEAsgA0UNAQsCQCAJRSAMckUEQCADIQEMAQsgACADQQEQgAEhASADEAsgAUUNAQsgASEDDAELQQAhAwsgBUHwAGokACADC4UBAQF/IAFFBEAgAEEIaiIABEAgAEEANgIEIABBEjYCAAtBAA8LQTgQCSIDRQRAIABBCGoiAARAIABBADYCBCAAQQ42AgALQQAPCyADQQA2AhAgA0IANwIIIANCADcDKCADQQA2AgQgAyACNgIAIANCADcDGCADQQA2AjAgACABQTsgAxBCCw8AIAAgASACQQBBABCCAQusAgECfyABRQRAIABBCGoiAARAIABBADYCBCAAQRI2AgALQQAPCwJAIAJBfUsNACACQf//A3FBCEYNACAAQQhqIgAEQCAAQQA2AgQgAEEQNgIAC0EADwsCQEGwwAAQCSIFBEAgBUEANgIIIAVCADcCACAFQYiBAUGogQEgAxs2AqhAIAUgAjYCFCAFIAM6ABAgBUEAOgAPIAVBADsBDCAFIAMgAkF9SyIGcToADiAFQQggAiAGG0H//wNxIAQgBUGIgQFBqIEBIAMbKAIAEQAAIgI2AqxAIAINASAFEDEgBRAGCyAAQQhqIgAEQCAAQQA2AgQgAEEONgIAC0EADwsgACABQTogBRBCIgAEfyAABSAFKAKsQCAFKAKoQCgCBBEDACAFEDEgBRAGQQALC6ABAQF/IAIgACgCBCIDIAIgA0kbIgIEQCAAIAMgAms2AgQCQAJAAkACQCAAKAIcIgMoAhRBAWsOAgEAAgsgA0GgAWogASAAKAIAIAJB3IABKAIAEQgADAILIAAgACgCMCABIAAoAgAgAkHEgAEoAgARBAA2AjAMAQsgASAAKAIAIAIQBxoLIAAgACgCACACajYCACAAIAAoAgggAmo2AggLC7cCAQR/QX4hAgJAIABFDQAgACgCIEUNACAAKAIkIgRFDQAgACgCHCIBRQ0AIAEoAgAgAEcNAAJAAkAgASgCICIDQTlrDjkBAgICAgICAgICAgIBAgICAQICAgICAgICAgICAgICAgICAQICAgICAgICAgICAQICAgICAgICAgEACyADQZoFRg0AIANBKkcN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DCABajYCDCAGIAYoAgggAWo2AgggBSAFKAIUIAFqNgIUIAUgBSgCECABazYCECAGIAYoAhAgAWsiATYCECABDQAgBiAGKAIENgIIC0EAIQRBACEJIAMoAhBFDQAMCgsgAygCHCgCJCEGIAMgAygCGCIBQQFqNgIYIAEgBmotAAAhASADIARBAWo2AhAgAygCBCAEaiABOgAAIAEEQCADKAIQIQQMAQsLIAMoAhwoAixFDQAgAygCECIGIAlNDQAgBQJ/IAUoAjAhBEEAIAMoAgQgCWoiAUUNABogBCABIAYgCWtB1IABKAIAEQAACzYCMAsgA0HnADYCIAsCQCADKAIcKAIsBEAgAygCDCADKAIQIgFBAmpJBH8gBRAKIAMoAhANAkEABSABCyADKAIEaiAFKAIwOwAAIAMgAygCEEECajYCECADQaABakHkgAEoAgARAQAaCyADQfEANgIgIAUQCiADKAIQRQ0BDAcLDAYLIAUoAgQNAQsgAygCPA0AIApFDQEgAygCIEGaBUYNAQsCfyADKAKIASIBRQRAIAMgChCFAQwBCwJAAkACQCADKAKMAUECaw4CAAECCwJ/AkADQAJAAkAgAygCPA0AIAMQLyADKAI8DQAgCg0BQQAMBAsgAygCSCADKAJoai0AACEEIAMgAygC8C0iAUEBajYC8C0gASADKALsLWpBADoAACADIAMoAvAtIgFBAWo2AvAtIAEgAygC7C1qQQA6AAAgAyADKALwLSIBQQFqNgLwLSABIAMoAuwtaiAEOgAAIAMgBEECdGoiASABLwHkAUEBajsB5AEgAyADKAI8QQFrNgI8IAMgAygCaEEBaiIBNgJoIAMoAvAtIAMoAvQtRw0BQQAhBCADIAMoAlgiBkEATgR/IAMoAkggBmoFQQALIAEgBmtBABAPIAMgAygCaDYCWCADKAIAEAogAygCACgCEA0BDAILCyADQQA2AoQuIApBBEYEQCADIAMoAlgiAUEATgR/IAMoAkggAWoFQQALIAMoAmggAWtBARAPIAMgAygCaDYCWCADKAIAEApBA0ECIAMoAgAoAhAbDAILIAMoAvAtBEBBACEEIAMgAygCWCIBQQBOBH8gAygCSCABagVBAAsgAygCaCABa0EAEA8gAyADKAJoNgJYIAMoAgAQCiADKAIAKAIQRQ0BC0EBIQQLIAQL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bGl0ZXJhbC9sZW5ndGhzIHNldABpbnZhbGlkIGNvZGUgbGVuZ3RocyBzZXQAdW5rbm93biBoZWFkZXIgZmxhZ3Mgc2V0AGludmFsaWQgZGlzdGFuY2VzIHNldABpbnZhbGlkIGJpdCBsZW5ndGggcmVwZWF0AEZpbGUgYWxyZWFkeSBleGlzdHMAdG9vIG1hbnkgbGVuZ3RoIG9yIGRpc3RhbmNlIHN5bWJvbHMAaW52YWxpZCBzdG9yZWQgYmxvY2sgbGVuZ3RocwAlcyVzJXMAYnVmZmVyIGVycm9yAE5vIGVycm9yAHN0cmVhbSBlcnJvcgBUZWxsIGVycm9yAEludGVybmFsIGVycm9yAFNlZWsgZXJyb3IAV3JpdGUgZXJyb3IAZmlsZSBlcnJvcgBSZWFkIGVycm9yAFpsaWIgZXJyb3IAZGF0YSBlcnJvcgBDUkMgZXJyb3IAaW5jb21wYXRpYmxlIHZlcnNpb24AaW52YWxpZCBjb2RlIC0tIG1pc3NpbmcgZW5kLW9mLWJsb2NrAGluY29ycmVjdCBoZWFkZXIgY2hlY2sAaW5jb3JyZWN0IGxlbmd0aCBjaGVjawBpbmNvcnJlY3QgZGF0YSBjaGVjawBpbnZhbGlkIGRpc3RhbmNlIHRvbyBmYXIgYmFjawBoZWFkZXIgY3JjIG1pc21hdGNoADEuMi4xMy56bGliLW5nAGludmFsaWQgd2luZG93IHNpemUAUmVhZC1vbmx5IGFyY2hpdmUATm90IGEgemlwIGFyY2hpdmUAUmVzb3VyY2Ugc3RpbGwgaW4gdXNlAE1hbGxvYyBmYWlsdXJlAGludmFsaWQgYmxvY2sgdHlwZQBGYWlsdXJlIHRvIGNyZWF0ZSB0ZW1wb3JhcnkgZmlsZQBDYW4ndCBvcGVuIGZpbGUATm8gc3VjaCBmaWxlAFByZW1hdHVyZSBlbmQgb2YgZmlsZQBDYW4ndCByZW1vdmUgZmlsZQBpbnZhbGlkIGxpdGVyYWwvbGVuZ3RoIGNvZGUAaW52YWxpZCBkaXN0YW5jZSBjb2RlAHVua25vd24gY29tcHJlc3Npb24gbWV0aG9kAHN0cmVhbSBlbmQAQ29tcHJlc3NlZCBkYXRhIGludmFsaWQATXVsdGktZGlzayB6aXAgYXJjaGl2ZXMgbm90IHN1cHBvcnRl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UgAIANIACAAyAAgAsgAIAHIACADyAAgACgAIAIoACABKAAgAygAIACoACACqAAgAagAIAOoACAAaAAgAmgAIAFoACADaAAgAOgAIALoACAB6AAgA+gAIAAYACACGAAgARgAIAMYACAAmAAgApgAIAGYACADmAAgAFgAIAJYACABWAAgA1gAIADYACAC2AAgAdgAIAPYACAAOAAgAjgAIAE4ACADOAAgALgAIAK4ACABuAAgA7gAIAB4ACACeAAgAXgAIAN4ACAA+AAgAvgAIAH4ACAD+AAgAAQAIAIEACABBAAgAwQAIACEACAChAAgAYQAIAOEACAARAAgAkQAIAFEACADRAAgAMQAIALEACABxAAgA8QAIAAkACACJAAgASQAIAMkACAApAAgAqQAIAGkACADpAAgAGQAIAJkACABZAAgA2QAIADkACAC5AAgAeQAIAPkACAAFAAgAhQAIAEUACADFAAgAJQAIAKUACABlAAgA5QAIABUACACVAAgAVQAIANUACAA1AAgAtQAIAHUACAD1AAgADQAIAI0ACABNAAgAzQAIAC0ACACtAAgAbQAIAO0ACAAdAAgAnQAIAF0ACADdAAgAPQAIAL0ACAB9AAgA/QAIABMACQATAQkAkwAJAJMBCQBTAAkAUwEJANMACQDTAQkAMwAJADMBCQCzAAkAswEJAHMACQBzAQkA8wAJAPMBCQALAAkACwEJAIsACQCLAQkASwAJAEsBCQDLAAkAywEJACsACQArAQkAqwAJAKsBCQBrAAkAawEJAOsACQDrAQkAGwAJABsBCQCbAAkAmwEJAFsACQBbAQkA2wAJANsBCQA7AAkAOwEJALsACQC7AQkAewAJAHsBCQD7AAkA+wEJAAcACQAHAQkAhwAJAIcBCQBHAAkARwEJAMcACQDHAQkAJwAJACcBCQCnAAkApwEJAGcACQBnAQkA5wAJAOcBCQAXAAkAFwEJAJcACQCXAQkAVwAJAFcBCQDXAAkA1wEJADcACQA3AQkAtwAJALcBCQB3AAkAdwEJAPcACQD3AQkADwAJAA8BCQCPAAkAjwEJAE8ACQBPAQkAzwAJAM8BCQAvAAkALwEJAK8ACQCvAQkAbwAJAG8BCQDvAAkA7wEJAB8ACQAfAQkAnwAJAJ8BCQBfAAkAXwEJAN8ACQDfAQkAPwAJAD8BCQC/AAkA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SXMgYSBkaXJlY3RvcnkAVGV4dCBmaWxlIGJ1c3kARXhlYyBmb3JtYXQgZXJyb3IASW52YWxpZCBhcmd1bWVudABBcmd1bWVudCBsaXN0IHRvbyBsb25nAFN5bWJvbGljIGxpbmsgbG9vcABGaWxlbmFtZSB0b28gbG9uZwBUb28gbWFueSBvcGVuIGZpbGVzIGluIHN5c3RlbQBObyBmaWxlIGRlc2NyaXB0b3JzIGF2YWlsYWJsZQBCYWQgZmlsZSBkZXNjcmlwdG9yAE5vIGNoaWxkIHByb2Nlc3MAQmFkIGFkZHJlc3MARmlsZSB0b28gbGFyZ2UAVG9vIG1hbnkgbGlua3MATm8gbG9ja3MgYXZhaWxhYmxlAFJlc291cmNlIGRlYWRsb2NrIHdvdWxkIG9jY3VyAFN0YXRlIG5vdCByZWNvdmVyYWJsZQBQcmV2aW91cyBvd25lciBkaWVkAE9wZXJhdGlvbiBjYW5jZWxlZABGdW5jdGlvbiBub3QgaW1wbGVtZW50ZWQATm8gbWVzc2FnZSBvZiBkZXNpcmVkIHR5cGUASWRlbnRpZmllciByZW1vdmVkAERldmljZSBub3QgYSBzdHJlYW0ATm8gZGF0YSBhdmFpbGFibGUARGV2aWNlIHRpbWVvdXQAT3V0IG9mIHN0cmVhbXMgcmVzb3VyY2VzAExpbmsgaGFzIGJlZW4gc2V2ZXJlZABQcm90b2NvbCBlcnJvcgBCYWQgbWVzc2FnZQBGaWxlIGRlc2NyaXB0b3IgaW4gYmFkIHN0YXRlAE5vdCBhIHNvY2tldABEZXN0aW5hdGlvbiBhZGRyZXNzIHJlcXVpcmVkAE1lc3NhZ2UgdG9vIGxhcmdlAFByb3RvY29sIHdyb25nIHR5cGUgZm9yIHNvY2tldABQcm90b2NvbCBub3QgYXZhaWxhYmxlAFByb3RvY29sIG5vdCBzdXBwb3J0ZWQAU29ja2V0IHR5cGUgbm90IHN1cHBvcnRlZABOb3Qgc3VwcG9ydGVkAFByb3RvY29sIGZhbWlseSBub3Qgc3VwcG9ydGVkAEFkZHJlc3MgZmFtaWx5IG5vdCBzdXBwb3J0ZWQgYnkgcHJvdG9jb2wAQWRkcmVzcyBub3QgYXZhaWxhYmxlAE5ldHdvcmsgaXMgZG93bgBOZXR3b3JrIHVucmVhY2hhYmxlAENvbm5lY3Rpb24gcmVzZXQgYnkgbmV0d29yawBDb25uZWN0aW9uIGFib3J0ZWQATm8gYnVmZmVyIHNwYWNlIGF2YWlsYWJsZQBTb2NrZXQgaXMgY29ubmVjdGVkAFNvY2tldCBub3QgY29ubmVjdGVkAENhbm5vdCBzZW5kIGFmdGVyIHNvY2tldCBzaHV0ZG93bgBPcGVyYXRpb24gYWxyZWFkeSBpbiBwcm9ncmVzcwBPcGVyYXRpb24gaW4gcHJvZ3Jlc3MAU3RhbGUgZmlsZSBoYW5kbGUAUmVtb3RlIEkvTyBlcnJvcgBRdW90YSBleGNlZWRlZABObyBtZWRpdW0gZm91bmQAV3JvbmcgbWVkaXVtIHR5cGUATm8gZXJyb3IgaW5mb3JtYXRpb24AQcCAAQuFARMAAAAUAAAAFQAAABYAAAAXAAAAGAAAABkAAAAaAAAAGwAAABwAAAAdAAAAHgAAAB8AAAAgAAAAIQAAACIAAAAjAAAAgERQADEAAAAyAAAAMwAAADQAAAA1AAAANgAAADcAAAA4AAAAOQAAADIAAAAzAAAANAAAADUAAAA2AAAANwAAADgAQfSCAQsCXEQAQbCDAQsQ/////////////////////w==";io(Si)||(Si=b(Si));function Ls(We){try{if(We==Si&&Ae)return new Uint8Array(Ae);var tt=ii(We);if(tt)return tt;if(T)return T(We);throw"sync fetching of the wasm failed: you can preload it to Module['wasmBinary'] manually, or emcc.py will do that for you when generating HTML (but not JS)"}catch(It){Ri(It)}}function so(We,tt){var It,nr,$;try{$=Ls(We),nr=new WebAssembly.Module($),It=new WebAssembly.Instance(nr,tt)}catch(Le){var me=Le.toString();throw te("failed to compile wasm module: "+me),(me.includes("imported Memory")||me.includes("memory import"))&&te("Memory size incompatibility issues may be due to changing INITIAL_MEMORY at runtime to something too large. Use ALLOW_MEMORY_GROWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at runtime to something smaller than it was at compile time)."),Le}return[It,nr]}function cc(){var We={a:Oa};function tt($,me){var Le=$.exports;r.asm=Le,we=r.asm.g,z(we.buffer),Z=r.asm.W,an(r.asm.h),Ns("wasm-instantiate")}if(Vn("wasm-instantiate"),r.instantiateWasm)try{var It=r.instantiateWasm(We,tt);return It}catch($){return te("Module.instantiateWasm callback failed with error: "+$),!1}var nr=so(Si,We);return tt(nr[0]),r.asm}function cu(We){return F.getFloat32(We,!0)}function ap(We){return F.getFloat64(We,!0)}function lp(We){return F.getInt16(We,!0)}function Ms(We){return F.getInt32(We,!0)}function Dn(We,tt){F.setInt32(We,tt,!0)}function oo(We){for(;We.length>0;){var tt=We.shift();if(typeof tt=="function"){tt(r);continue}var It=tt.func;typeof It=="number"?tt.arg===void 0?Z.get(It)():Z.get(It)(tt.arg):It(tt.arg===void 0?null:tt.arg)}}function Os(We,tt){var It=new Date(Ms((We>>2)*4)*1e3);Dn((tt>>2)*4,It.getUTCSeconds()),Dn((tt+4>>2)*4,It.getUTCMinutes()),Dn((tt+8>>2)*4,It.getUTCHours()),Dn((tt+12>>2)*4,It.getUTCDate()),Dn((tt+16>>2)*4,It.getUTCMonth()),Dn((tt+20>>2)*4,It.getUTCFullYear()-1900),Dn((tt+24>>2)*4,It.getUTCDay()),Dn((tt+36>>2)*4,0),Dn((tt+32>>2)*4,0);var nr=Date.UTC(It.getUTCFullYear(),0,1,0,0,0,0),$=(It.getTime()-nr)/(1e3*60*60*24)|0;return Dn((tt+28>>2)*4,$),Os.GMTString||(Os.GMTString=lt("GMT")),Dn((tt+40>>2)*4,Os.GMTString),tt}function ml(We,tt){return Os(We,tt)}function yl(We,tt,It){Te.copyWithin(We,tt,tt+It)}function ao(We){try{return we.grow(We-be.byteLength+65535>>>16),z(we.buffer),1}catch{}}function Kn(We){var tt=Te.length;We=We>>>0;var It=2147483648;if(We>It)return!1;for(var nr=1;nr<=4;nr*=2){var $=tt*(1+.2/nr);$=Math.min($,We+100663296);var me=Math.min(It,Qe(Math.max(We,$),65536)),Le=ao(me);if(Le)return!0}return!1}function Mn(We){pe(We)}function Ni(We){var tt=Date.now()/1e3|0;return We&&Dn((We>>2)*4,tt),tt}function On(){if(On.called)return;On.called=!0;var We=new Date().getFullYear(),tt=new Date(We,0,1),It=new Date(We,6,1),nr=tt.getTimezoneOffset(),$=It.getTimezoneOffset(),me=Math.max(nr,$);Dn((ds()>>2)*4,me*60),Dn((gs()>>2)*4,Number(nr!=$));function Le(Zr){var qi=Zr.toTimeString().match(/\(([A-Za-z ]+)\)$/);return qi?qi[1]:"GMT"}var ft=Le(tt),pt=Le(It),Rt=lt(ft),er=lt(pt);$>2)*4,Rt),Dn((wi()+4>>2)*4,er)):(Dn((wi()>>2)*4,er),Dn((wi()+4>>2)*4,Rt))}function _i(We){On();var tt=Date.UTC(Ms((We+20>>2)*4)+1900,Ms((We+16>>2)*4),Ms((We+12>>2)*4),Ms((We+8>>2)*4),Ms((We+4>>2)*4),Ms((We>>2)*4),0),It=new Date(tt);Dn((We+24>>2)*4,It.getUTCDay());var nr=Date.UTC(It.getUTCFullYear(),0,1,0,0,0,0),$=(It.getTime()-nr)/(1e3*60*60*24)|0;return Dn((We+28>>2)*4,$),It.getTime()/1e3|0}var tr=typeof atob=="function"?atob:function(We){var tt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",It="",nr,$,me,Le,ft,pt,Rt,er=0;We=We.replace(/[^A-Za-z0-9\+\/\=]/g,"");do Le=tt.indexOf(We.charAt(er++)),ft=tt.indexOf(We.charAt(er++)),pt=tt.indexOf(We.charAt(er++)),Rt=tt.indexOf(We.charAt(er++)),nr=Le<<2|ft>>4,$=(ft&15)<<4|pt>>2,me=(pt&3)<<6|Rt,It=It+String.fromCharCode(nr),pt!==64&&(It=It+String.fromCharCode($)),Rt!==64&&(It=It+String.fromCharCode(me));while(er0||(dt(),mr>0))return;function tt(){Pn||(Pn=!0,r.calledRun=!0,!Pe&&(jt(),o(r),r.onRuntimeInitialized&&r.onRuntimeInitialized(),$t()))}r.setStatus?(r.setStatus("Running..."),setTimeout(function(){setTimeout(function(){r.setStatus("")},1),tt()},1)):tt()}if(r.run=ys,r.preInit)for(typeof r.preInit=="function"&&(r.preInit=[r.preInit]);r.preInit.length>0;)r.preInit.pop()();return ys(),e}}();typeof Fx=="object"&&typeof nU=="object"?nU.exports=rU:typeof define=="function"&&define.amd?define([],function(){return rU}):typeof Fx=="object"&&(Fx.createModule=rU)});var Lf,Nle,Lle,Mle=Et(()=>{Lf=["number","number"],Nle=(ee=>(ee[ee.ZIP_ER_OK=0]="ZIP_ER_OK",ee[ee.ZIP_ER_MULTIDISK=1]="ZIP_ER_MULTIDISK",ee[ee.ZIP_ER_RENAME=2]="ZIP_ER_RENAME",ee[ee.ZIP_ER_CLOSE=3]="ZIP_ER_CLOSE",ee[ee.ZIP_ER_SEEK=4]="ZIP_ER_SEEK",ee[ee.ZIP_ER_READ=5]="ZIP_ER_READ",ee[ee.ZIP_ER_WRITE=6]="ZIP_ER_WRITE",ee[ee.ZIP_ER_CRC=7]="ZIP_ER_CRC",ee[ee.ZIP_ER_ZIPCLOSED=8]="ZIP_ER_ZIPCLOSED",ee[ee.ZIP_ER_NOENT=9]="ZIP_ER_NOENT",ee[ee.ZIP_ER_EXISTS=10]="ZIP_ER_EXISTS",ee[ee.ZIP_ER_OPEN=11]="ZIP_ER_OPEN",ee[ee.ZIP_ER_TMPOPEN=12]="ZIP_ER_TMPOPEN",ee[ee.ZIP_ER_ZLIB=13]="ZIP_ER_ZLIB",ee[ee.ZIP_ER_MEMORY=14]="ZIP_ER_MEMORY",ee[ee.ZIP_ER_CHANGED=15]="ZIP_ER_CHANGED",ee[ee.ZIP_ER_COMPNOTSUPP=16]="ZIP_ER_COMPNOTSUPP",ee[ee.ZIP_ER_EOF=17]="ZIP_ER_EOF",ee[ee.ZIP_ER_INVAL=18]="ZIP_ER_INVAL",ee[ee.ZIP_ER_NOZIP=19]="ZIP_ER_NOZIP",ee[ee.ZIP_ER_INTERNAL=20]="ZIP_ER_INTERNAL",ee[ee.ZIP_ER_INCONS=21]="ZIP_ER_INCONS",ee[ee.ZIP_ER_REMOVE=22]="ZIP_ER_REMOVE",ee[ee.ZIP_ER_DELETED=23]="ZIP_ER_DELETED",ee[ee.ZIP_ER_ENCRNOTSUPP=24]="ZIP_ER_ENCRNOTSUPP",ee[ee.ZIP_ER_RDONLY=25]="ZIP_ER_RDONLY",ee[ee.ZIP_ER_NOPASSWD=26]="ZIP_ER_NOPASSWD",ee[ee.ZIP_ER_WRONGPASSWD=27]="ZIP_ER_WRONGPASSWD",ee[ee.ZIP_ER_OPNOTSUPP=28]="ZIP_ER_OPNOTSUPP",ee[ee.ZIP_ER_INUSE=29]="ZIP_ER_INUSE",ee[ee.ZIP_ER_TELL=30]="ZIP_ER_TELL",ee[ee.ZIP_ER_COMPRESSED_DATA=31]="ZIP_ER_COMPRESSED_DATA",ee))(Nle||{}),Lle=t=>({get HEAPU8(){return t.HEAPU8},errors:Nle,SEEK_SET:0,SEEK_CUR:1,SEEK_END:2,ZIP_CHECKCONS:4,ZIP_EXCL:2,ZIP_RDONLY:16,ZIP_FL_OVERWRITE:8192,ZIP_FL_COMPRESSED:4,ZIP_OPSYS_DOS:0,ZIP_OPSYS_AMIGA:1,ZIP_OPSYS_OPENVMS:2,ZIP_OPSYS_UNIX:3,ZIP_OPSYS_VM_CMS:4,ZIP_OPSYS_ATARI_ST:5,ZIP_OPSYS_OS_2:6,ZIP_OPSYS_MACINTOSH:7,ZIP_OPSYS_Z_SYSTEM:8,ZIP_OPSYS_CPM:9,ZIP_OPSYS_WINDOWS_NTFS:10,ZIP_OPSYS_MVS:11,ZIP_OPSYS_VSE:12,ZIP_OPSYS_ACORN_RISC:13,ZIP_OPSYS_VFAT:14,ZIP_OPSYS_ALTERNATE_MVS:15,ZIP_OPSYS_BEOS:16,ZIP_OPSYS_TANDEM:17,ZIP_OPSYS_OS_400:18,ZIP_OPSYS_OS_X:19,ZIP_CM_DEFAULT:-1,ZIP_CM_STORE:0,ZIP_CM_DEFLATE:8,uint08S:t._malloc(1),uint32S:t._malloc(4),malloc:t._malloc,free:t._free,getValue:t.getValue,openFromSource:t.cwrap("zip_open_from_source","number",["number","number","number"]),close:t.cwrap("zip_close","number",["number"]),discard:t.cwrap("zip_discard",null,["number"]),getError:t.cwrap("zip_get_error","number",["number"]),getName:t.cwrap("zip_get_name","string",["number","number","number"]),getNumEntries:t.cwrap("zip_get_num_entries","number",["number","number"]),delete:t.cwrap("zip_delete","number",["number","number"]),statIndex:t.cwrap("zip_stat_index","number",["number",...Lf,"number","number"]),fopenIndex:t.cwrap("zip_fopen_index","number",["number",...Lf,"number"]),fread:t.cwrap("zip_fread","number",["number","number","number","number"]),fclose:t.cwrap("zip_fclose","number",["number"]),dir:{add:t.cwrap("zip_dir_add","number",["number","string"])},file:{add:t.cwrap("zip_file_add","number",["number","string","number","number"]),getError:t.cwrap("zip_file_get_error","number",["number"]),getExternalAttributes:t.cwrap("zip_file_get_external_attributes","number",["number",...Lf,"number","number","number"]),setExternalAttributes:t.cwrap("zip_file_set_external_attributes","number",["number",...Lf,"number","number","number"]),setMtime:t.cwrap("zip_file_set_mtime","number",["number",...Lf,"number","number"]),setCompression:t.cwrap("zip_set_file_compression","number",["number",...Lf,"number","number"])},ext:{countSymlinks:t.cwrap("zip_ext_count_symlinks","number",["number"])},error:{initWithCode:t.cwrap("zip_error_init_with_code",null,["number","number"]),strerror:t.cwrap("zip_error_strerror","string",["number"])},name:{locate:t.cwrap("zip_name_locate","number",["number","string","number"])},source:{fromUnattachedBuffer:t.cwrap("zip_source_buffer_create","number",["number",...Lf,"number","number"]),fromBuffer:t.cwrap("zip_source_buffer","number",["number","number",...Lf,"number"]),free:t.cwrap("zip_source_free",null,["number"]),keep:t.cwrap("zip_source_keep",null,["number"]),open:t.cwrap("zip_source_open","number",["number"]),close:t.cwrap("zip_source_close","number",["number"]),seek:t.cwrap("zip_source_seek","number",["number",...Lf,"number"]),tell:t.cwrap("zip_source_tell","number",["number"]),read:t.cwrap("zip_source_read","number",["number","number","number"]),error:t.cwrap("zip_source_error","number",["number"])},struct:{statS:t.cwrap("zipstruct_statS","number",[]),statSize:t.cwrap("zipstruct_stat_size","number",["number"]),statCompSize:t.cwrap("zipstruct_stat_comp_size","number",["number"]),statCompMethod:t.cwrap("zipstruct_stat_comp_method","number",["number"]),statMtime:t.cwrap("zipstruct_stat_mtime","number",["number"]),statCrc:t.cwrap("zipstruct_stat_crc","number",["number"]),errorS:t.cwrap("zipstruct_errorS","number",[]),errorCodeZip:t.cwrap("zipstruct_error_code_zip","number",["number"])}})});function iU(t,e){let r=t.indexOf(e);if(r<=0)return null;let o=r;for(;r>=0&&(o=r+e.length,t[o]!==K.sep);){if(t[r-1]===K.sep)return null;r=t.indexOf(e,o)}return t.length>o&&t[o]!==K.sep?null:t.slice(0,o)}var Jl,Ole=Et(()=>{Pt();Pt();nA();Jl=class extends _p{static async openPromise(e,r){let o=new Jl(r);try{return await e(o)}finally{o.saveAndClose()}}constructor(e={}){let r=e.fileExtensions,o=e.readOnlyArchives,a=typeof r>"u"?A=>iU(A,".zip"):A=>{for(let p of r){let h=iU(A,p);if(h)return h}return null},n=(A,p)=>new zi(p,{baseFs:A,readOnly:o,stats:A.statSync(p)}),u=async(A,p)=>{let h={baseFs:A,readOnly:o,stats:await A.statPromise(p)};return()=>new zi(p,h)};super({...e,factorySync:n,factoryPromise:u,getMountPoint:a})}}});function pot(t){if(typeof t=="string"&&String(+t)===t)return+t;if(typeof t=="number"&&Number.isFinite(t))return t<0?Date.now()/1e3:t;if(Ule.types.isDate(t))return t.getTime()/1e3;throw new Error("Invalid time")}function Tx(){return Buffer.from([80,75,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0])}var ta,sU,Ule,oU,_le,Rx,zi,aU=Et(()=>{Pt();Pt();Pt();Pt();Pt();Pt();ta=Be("fs"),sU=Be("stream"),Ule=Be("util"),oU=$e(Be("zlib"));tU();_le="mixed";Rx=class extends Error{constructor(r,o){super(r);this.name="Libzip Error",this.code=o}},zi=class extends Ou{constructor(r,o={}){super();this.listings=new Map;this.entries=new Map;this.fileSources=new Map;this.fds=new Map;this.nextFd=0;this.ready=!1;this.readOnly=!1;let a=o;if(this.level=typeof a.level<"u"?a.level:_le,r??=Tx(),typeof r=="string"){let{baseFs:A=new Rn}=a;this.baseFs=A,this.path=r}else this.path=null,this.baseFs=null;if(o.stats)this.stats=o.stats;else if(typeof r=="string")try{this.stats=this.baseFs.statSync(r)}catch(A){if(A.code==="ENOENT"&&a.create)this.stats=Ea.makeDefaultStats();else throw A}else this.stats=Ea.makeDefaultStats();this.libzip=S1();let n=this.libzip.malloc(4);try{let A=0;o.readOnly&&(A|=this.libzip.ZIP_RDONLY,this.readOnly=!0),typeof r=="string"&&(r=a.create?Tx():this.baseFs.readFileSync(r));let p=this.allocateUnattachedSource(r);try{this.zip=this.libzip.openFromSource(p,A,n),this.lzSource=p}catch(h){throw this.libzip.source.free(p),h}if(this.zip===0){let h=this.libzip.struct.errorS();throw this.libzip.error.initWithCode(h,this.libzip.getValue(n,"i32")),this.makeLibzipError(h)}}finally{this.libzip.free(n)}this.listings.set(Bt.root,new Set);let u=this.libzip.getNumEntries(this.zip,0);for(let A=0;Ar)throw new Error("Overread");let n=this.libzip.HEAPU8.subarray(o,o+r);return Buffer.from(n)}finally{this.libzip.free(o)}}finally{this.libzip.source.close(this.lzSource),this.libzip.source.free(this.lzSource),this.ready=!1}}discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),this.ready=!1}saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cannot be saved and must be discarded when loaded from a buffer");if(this.readOnly){this.discardAndClose();return}let r=this.baseFs.existsSync(this.path)||this.stats.mode===Ea.DEFAULT_MODE?void 0:this.stats.mode;this.baseFs.writeFileSync(this.path,this.getBufferAndClose(),{mode:r}),this.ready=!1}resolve(r){return K.resolve(Bt.root,r)}async openPromise(r,o,a){return this.openSync(r,o,a)}openSync(r,o,a){let n=this.nextFd++;return this.fds.set(n,{cursor:0,p:r}),n}hasOpenFileHandles(){return!!this.fds.size}async opendirPromise(r,o){return this.opendirSync(r,o)}opendirSync(r,o={}){let a=this.resolveFilename(`opendir '${r}'`,r);if(!this.entries.has(a)&&!this.listings.has(a))throw ar.ENOENT(`opendir '${r}'`);let n=this.listings.get(a);if(!n)throw ar.ENOTDIR(`opendir '${r}'`);let u=[...n],A=this.openSync(a,"r");return SD(this,a,u,{onClose:()=>{this.closeSync(A)}})}async readPromise(r,o,a,n,u){return this.readSync(r,o,a,n,u)}readSync(r,o,a=0,n=o.byteLength,u=-1){let A=this.fds.get(r);if(typeof A>"u")throw ar.EBADF("read");let p=u===-1||u===null?A.cursor:u,h=this.readFileSync(A.p);h.copy(o,a,p,p+n);let E=Math.max(0,Math.min(h.length-p,n));return(u===-1||u===null)&&(A.cursor+=E),E}async writePromise(r,o,a,n,u){return typeof o=="string"?this.writeSync(r,o,u):this.writeSync(r,o,a,n,u)}writeSync(r,o,a,n,u){throw typeof this.fds.get(r)>"u"?ar.EBADF("read"):new Error("Unimplemented")}async closePromise(r){return this.closeSync(r)}closeSync(r){if(typeof this.fds.get(r)>"u")throw ar.EBADF("read");this.fds.delete(r)}createReadStream(r,{encoding:o}={}){if(r===null)throw new Error("Unimplemented");let a=this.openSync(r,"r"),n=Object.assign(new sU.PassThrough({emitClose:!0,autoDestroy:!0,destroy:(A,p)=>{clearImmediate(u),this.closeSync(a),p(A)}}),{close(){n.destroy()},bytesRead:0,path:r,pending:!1}),u=setImmediate(async()=>{try{let A=await this.readFilePromise(r,o);n.bytesRead=A.length,n.end(A)}catch(A){n.destroy(A)}});return n}createWriteStream(r,{encoding:o}={}){if(this.readOnly)throw ar.EROFS(`open '${r}'`);if(r===null)throw new Error("Unimplemented");let a=[],n=this.openSync(r,"w"),u=Object.assign(new sU.PassThrough({autoDestroy:!0,emitClose:!0,destroy:(A,p)=>{try{A?p(A):(this.writeFileSync(r,Buffer.concat(a),o),p(null))}catch(h){p(h)}finally{this.closeSync(n)}}}),{close(){u.destroy()},bytesWritten:0,path:r,pending:!1});return u.on("data",A=>{let p=Buffer.from(A);u.bytesWritten+=p.length,a.push(p)}),u}async realpathPromise(r){return this.realpathSync(r)}realpathSync(r){let o=this.resolveFilename(`lstat '${r}'`,r);if(!this.entries.has(o)&&!this.listings.has(o))throw ar.ENOENT(`lstat '${r}'`);return o}async existsPromise(r){return this.existsSync(r)}existsSync(r){if(!this.ready)throw ar.EBUSY(`archive closed, existsSync '${r}'`);if(this.symlinkCount===0){let a=K.resolve(Bt.root,r);return this.entries.has(a)||this.listings.has(a)}let o;try{o=this.resolveFilename(`stat '${r}'`,r,void 0,!1)}catch{return!1}return o===void 0?!1:this.entries.has(o)||this.listings.has(o)}async accessPromise(r,o){return this.accessSync(r,o)}accessSync(r,o=ta.constants.F_OK){let a=this.resolveFilename(`access '${r}'`,r);if(!this.entries.has(a)&&!this.listings.has(a))throw ar.ENOENT(`access '${r}'`);if(this.readOnly&&o&ta.constants.W_OK)throw ar.EROFS(`access '${r}'`)}async statPromise(r,o={bigint:!1}){return o.bigint?this.statSync(r,{bigint:!0}):this.statSync(r)}statSync(r,o={bigint:!1,throwIfNoEntry:!0}){let a=this.resolveFilename(`stat '${r}'`,r,void 0,o.throwIfNoEntry);if(a!==void 0){if(!this.entries.has(a)&&!this.listings.has(a)){if(o.throwIfNoEntry===!1)return;throw ar.ENOENT(`stat '${r}'`)}if(r[r.length-1]==="/"&&!this.listings.has(a))throw ar.ENOTDIR(`stat '${r}'`);return this.statImpl(`stat '${r}'`,a,o)}}async fstatPromise(r,o){return this.fstatSync(r,o)}fstatSync(r,o){let a=this.fds.get(r);if(typeof a>"u")throw ar.EBADF("fstatSync");let{p:n}=a,u=this.resolveFilename(`stat '${n}'`,n);if(!this.entries.has(u)&&!this.listings.has(u))throw ar.ENOENT(`stat '${n}'`);if(n[n.length-1]==="/"&&!this.listings.has(u))throw ar.ENOTDIR(`stat '${n}'`);return this.statImpl(`fstat '${n}'`,u,o)}async lstatPromise(r,o={bigint:!1}){return o.bigint?this.lstatSync(r,{bigint:!0}):this.lstatSync(r)}lstatSync(r,o={bigint:!1,throwIfNoEntry:!0}){let a=this.resolveFilename(`lstat '${r}'`,r,!1,o.throwIfNoEntry);if(a!==void 0){if(!this.entries.has(a)&&!this.listings.has(a)){if(o.throwIfNoEntry===!1)return;throw ar.ENOENT(`lstat '${r}'`)}if(r[r.length-1]==="/"&&!this.listings.has(a))throw ar.ENOTDIR(`lstat '${r}'`);return this.statImpl(`lstat '${r}'`,a,o)}}statImpl(r,o,a={}){let n=this.entries.get(o);if(typeof n<"u"){let u=this.libzip.struct.statS();if(this.libzip.statIndex(this.zip,n,0,0,u)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));let p=this.stats.uid,h=this.stats.gid,E=this.libzip.struct.statSize(u)>>>0,I=512,v=Math.ceil(E/I),b=(this.libzip.struct.statMtime(u)>>>0)*1e3,C=b,T=b,L=b,U=new Date(C),J=new Date(T),te=new Date(L),le=new Date(b),pe=this.listings.has(o)?ta.constants.S_IFDIR:this.isSymbolicLink(n)?ta.constants.S_IFLNK:ta.constants.S_IFREG,Ae=pe===ta.constants.S_IFDIR?493:420,ye=pe|this.getUnixMode(n,Ae)&511,ae=this.libzip.struct.statCrc(u),we=Object.assign(new Ea.StatEntry,{uid:p,gid:h,size:E,blksize:I,blocks:v,atime:U,birthtime:J,ctime:te,mtime:le,atimeMs:C,birthtimeMs:T,ctimeMs:L,mtimeMs:b,mode:ye,crc:ae});return a.bigint===!0?Ea.convertToBigIntStats(we):we}if(this.listings.has(o)){let u=this.stats.uid,A=this.stats.gid,p=0,h=512,E=0,I=this.stats.mtimeMs,v=this.stats.mtimeMs,b=this.stats.mtimeMs,C=this.stats.mtimeMs,T=new Date(I),L=new Date(v),U=new Date(b),J=new Date(C),te=ta.constants.S_IFDIR|493,le=0,pe=Object.assign(new Ea.StatEntry,{uid:u,gid:A,size:p,blksize:h,blocks:E,atime:T,birthtime:L,ctime:U,mtime:J,atimeMs:I,birthtimeMs:v,ctimeMs:b,mtimeMs:C,mode:te,crc:le});return a.bigint===!0?Ea.convertToBigIntStats(pe):pe}throw new Error("Unreachable")}getUnixMode(r,o){if(this.libzip.file.getExternalAttributes(this.zip,r,0,0,this.libzip.uint08S,this.libzip.uint32S)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));return this.libzip.getValue(this.libzip.uint08S,"i8")>>>0!==this.libzip.ZIP_OPSYS_UNIX?o:this.libzip.getValue(this.libzip.uint32S,"i32")>>>16}registerListing(r){let o=this.listings.get(r);if(o)return o;this.registerListing(K.dirname(r)).add(K.basename(r));let n=new Set;return this.listings.set(r,n),n}registerEntry(r,o){this.registerListing(K.dirname(r)).add(K.basename(r)),this.entries.set(r,o)}unregisterListing(r){this.listings.delete(r),this.listings.get(K.dirname(r))?.delete(K.basename(r))}unregisterEntry(r){this.unregisterListing(r);let o=this.entries.get(r);this.entries.delete(r),!(typeof o>"u")&&(this.fileSources.delete(o),this.isSymbolicLink(o)&&this.symlinkCount--)}deleteEntry(r,o){if(this.unregisterEntry(r),this.libzip.delete(this.zip,o)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip))}resolveFilename(r,o,a=!0,n=!0){if(!this.ready)throw ar.EBUSY(`archive closed, ${r}`);let u=K.resolve(Bt.root,o);if(u==="/")return Bt.root;let A=this.entries.get(u);if(a&&A!==void 0)if(this.symlinkCount!==0&&this.isSymbolicLink(A)){let p=this.getFileSource(A).toString();return this.resolveFilename(r,K.resolve(K.dirname(u),p),!0,n)}else return u;for(;;){let p=this.resolveFilename(r,K.dirname(u),!0,n);if(p===void 0)return p;let h=this.listings.has(p),E=this.entries.has(p);if(!h&&!E){if(n===!1)return;throw ar.ENOENT(r)}if(!h)throw ar.ENOTDIR(r);if(u=K.resolve(p,K.basename(u)),!a||this.symlinkCount===0)break;let I=this.libzip.name.locate(this.zip,u.slice(1),0);if(I===-1)break;if(this.isSymbolicLink(I)){let v=this.getFileSource(I).toString();u=K.resolve(K.dirname(u),v)}else break}return u}allocateBuffer(r){Buffer.isBuffer(r)||(r=Buffer.from(r));let o=this.libzip.malloc(r.byteLength);if(!o)throw new Error("Couldn't allocate enough memory");return new Uint8Array(this.libzip.HEAPU8.buffer,o,r.byteLength).set(r),{buffer:o,byteLength:r.byteLength}}allocateUnattachedSource(r){let o=this.libzip.struct.errorS(),{buffer:a,byteLength:n}=this.allocateBuffer(r),u=this.libzip.source.fromUnattachedBuffer(a,n,0,1,o);if(u===0)throw this.libzip.free(o),this.makeLibzipError(o);return u}allocateSource(r){let{buffer:o,byteLength:a}=this.allocateBuffer(r),n=this.libzip.source.fromBuffer(this.zip,o,a,0,1);if(n===0)throw this.libzip.free(o),this.makeLibzipError(this.libzip.getError(this.zip));return n}setFileSource(r,o){let a=Buffer.isBuffer(o)?o:Buffer.from(o),n=K.relative(Bt.root,r),u=this.allocateSource(o);try{let A=this.libzip.file.add(this.zip,n,u,this.libzip.ZIP_FL_OVERWRITE);if(A===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));if(this.level!=="mixed"){let p=this.level===0?this.libzip.ZIP_CM_STORE:this.libzip.ZIP_CM_DEFLATE;if(this.libzip.file.setCompression(this.zip,A,0,p,this.level)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip))}return this.fileSources.set(A,a),A}catch(A){throw this.libzip.source.free(u),A}}isSymbolicLink(r){if(this.symlinkCount===0)return!1;if(this.libzip.file.getExternalAttributes(this.zip,r,0,0,this.libzip.uint08S,this.libzip.uint32S)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));return this.libzip.getValue(this.libzip.uint08S,"i8")>>>0!==this.libzip.ZIP_OPSYS_UNIX?!1:(this.libzip.getValue(this.libzip.uint32S,"i32")>>>16&ta.constants.S_IFMT)===ta.constants.S_IFLNK}getFileSource(r,o={asyncDecompress:!1}){let a=this.fileSources.get(r);if(typeof a<"u")return a;let n=this.libzip.struct.statS();if(this.libzip.statIndex(this.zip,r,0,0,n)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));let A=this.libzip.struct.statCompSize(n),p=this.libzip.struct.statCompMethod(n),h=this.libzip.malloc(A);try{let E=this.libzip.fopenIndex(this.zip,r,0,this.libzip.ZIP_FL_COMPRESSED);if(E===0)throw this.makeLibzipError(this.libzip.getError(this.zip));try{let I=this.libzip.fread(E,h,A,0);if(I===-1)throw this.makeLibzipError(this.libzip.file.getError(E));if(IA)throw new Error("Overread");let v=this.libzip.HEAPU8.subarray(h,h+A),b=Buffer.from(v);if(p===0)return this.fileSources.set(r,b),b;if(o.asyncDecompress)return new Promise((C,T)=>{oU.default.inflateRaw(b,(L,U)=>{L?T(L):(this.fileSources.set(r,U),C(U))})});{let C=oU.default.inflateRawSync(b);return this.fileSources.set(r,C),C}}finally{this.libzip.fclose(E)}}finally{this.libzip.free(h)}}async fchmodPromise(r,o){return this.chmodPromise(this.fdToPath(r,"fchmod"),o)}fchmodSync(r,o){return this.chmodSync(this.fdToPath(r,"fchmodSync"),o)}async chmodPromise(r,o){return this.chmodSync(r,o)}chmodSync(r,o){if(this.readOnly)throw ar.EROFS(`chmod '${r}'`);o&=493;let a=this.resolveFilename(`chmod '${r}'`,r,!1),n=this.entries.get(a);if(typeof n>"u")throw new Error(`Assertion failed: The entry should have been registered (${a})`);let A=this.getUnixMode(n,ta.constants.S_IFREG|0)&-512|o;if(this.libzip.file.setExternalAttributes(this.zip,n,0,0,this.libzip.ZIP_OPSYS_UNIX,A<<16)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip))}async fchownPromise(r,o,a){return this.chownPromise(this.fdToPath(r,"fchown"),o,a)}fchownSync(r,o,a){return this.chownSync(this.fdToPath(r,"fchownSync"),o,a)}async chownPromise(r,o,a){return this.chownSync(r,o,a)}chownSync(r,o,a){throw new Error("Unimplemented")}async renamePromise(r,o){return this.renameSync(r,o)}renameSync(r,o){throw new Error("Unimplemented")}async copyFilePromise(r,o,a){let{indexSource:n,indexDest:u,resolvedDestP:A}=this.prepareCopyFile(r,o,a),p=await this.getFileSource(n,{asyncDecompress:!0}),h=this.setFileSource(A,p);h!==u&&this.registerEntry(A,h)}copyFileSync(r,o,a=0){let{indexSource:n,indexDest:u,resolvedDestP:A}=this.prepareCopyFile(r,o,a),p=this.getFileSource(n),h=this.setFileSource(A,p);h!==u&&this.registerEntry(A,h)}prepareCopyFile(r,o,a=0){if(this.readOnly)throw ar.EROFS(`copyfile '${r} -> '${o}'`);if((a&ta.constants.COPYFILE_FICLONE_FORCE)!==0)throw ar.ENOSYS("unsupported clone operation",`copyfile '${r}' -> ${o}'`);let n=this.resolveFilename(`copyfile '${r} -> ${o}'`,r),u=this.entries.get(n);if(typeof u>"u")throw ar.EINVAL(`copyfile '${r}' -> '${o}'`);let A=this.resolveFilename(`copyfile '${r}' -> ${o}'`,o),p=this.entries.get(A);if((a&(ta.constants.COPYFILE_EXCL|ta.constants.COPYFILE_FICLONE_FORCE))!==0&&typeof p<"u")throw ar.EEXIST(`copyfile '${r}' -> '${o}'`);return{indexSource:u,resolvedDestP:A,indexDest:p}}async appendFilePromise(r,o,a){if(this.readOnly)throw ar.EROFS(`open '${r}'`);return typeof a>"u"?a={flag:"a"}:typeof a=="string"?a={flag:"a",encoding:a}:typeof a.flag>"u"&&(a={flag:"a",...a}),this.writeFilePromise(r,o,a)}appendFileSync(r,o,a={}){if(this.readOnly)throw ar.EROFS(`open '${r}'`);return typeof a>"u"?a={flag:"a"}:typeof a=="string"?a={flag:"a",encoding:a}:typeof a.flag>"u"&&(a={flag:"a",...a}),this.writeFileSync(r,o,a)}fdToPath(r,o){let a=this.fds.get(r)?.p;if(typeof a>"u")throw ar.EBADF(o);return a}async writeFilePromise(r,o,a){let{encoding:n,mode:u,index:A,resolvedP:p}=this.prepareWriteFile(r,a);A!==void 0&&typeof a=="object"&&a.flag&&a.flag.includes("a")&&(o=Buffer.concat([await this.getFileSource(A,{asyncDecompress:!0}),Buffer.from(o)])),n!==null&&(o=o.toString(n));let h=this.setFileSource(p,o);h!==A&&this.registerEntry(p,h),u!==null&&await this.chmodPromise(p,u)}writeFileSync(r,o,a){let{encoding:n,mode:u,index:A,resolvedP:p}=this.prepareWriteFile(r,a);A!==void 0&&typeof a=="object"&&a.flag&&a.flag.includes("a")&&(o=Buffer.concat([this.getFileSource(A),Buffer.from(o)])),n!==null&&(o=o.toString(n));let h=this.setFileSource(p,o);h!==A&&this.registerEntry(p,h),u!==null&&this.chmodSync(p,u)}prepareWriteFile(r,o){if(typeof r=="number"&&(r=this.fdToPath(r,"read")),this.readOnly)throw ar.EROFS(`open '${r}'`);let a=this.resolveFilename(`open '${r}'`,r);if(this.listings.has(a))throw ar.EISDIR(`open '${r}'`);let n=null,u=null;typeof o=="string"?n=o:typeof o=="object"&&({encoding:n=null,mode:u=null}=o);let A=this.entries.get(a);return{encoding:n,mode:u,resolvedP:a,index:A}}async unlinkPromise(r){return this.unlinkSync(r)}unlinkSync(r){if(this.readOnly)throw ar.EROFS(`unlink '${r}'`);let o=this.resolveFilename(`unlink '${r}'`,r);if(this.listings.has(o))throw ar.EISDIR(`unlink '${r}'`);let a=this.entries.get(o);if(typeof a>"u")throw ar.EINVAL(`unlink '${r}'`);this.deleteEntry(o,a)}async utimesPromise(r,o,a){return this.utimesSync(r,o,a)}utimesSync(r,o,a){if(this.readOnly)throw ar.EROFS(`utimes '${r}'`);let n=this.resolveFilename(`utimes '${r}'`,r);this.utimesImpl(n,a)}async lutimesPromise(r,o,a){return this.lutimesSync(r,o,a)}lutimesSync(r,o,a){if(this.readOnly)throw ar.EROFS(`lutimes '${r}'`);let n=this.resolveFilename(`utimes '${r}'`,r,!1);this.utimesImpl(n,a)}utimesImpl(r,o){this.listings.has(r)&&(this.entries.has(r)||this.hydrateDirectory(r));let a=this.entries.get(r);if(a===void 0)throw new Error("Unreachable");if(this.libzip.file.setMtime(this.zip,a,0,pot(o),0)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip))}async mkdirPromise(r,o){return this.mkdirSync(r,o)}mkdirSync(r,{mode:o=493,recursive:a=!1}={}){if(a)return this.mkdirpSync(r,{chmod:o});if(this.readOnly)throw ar.EROFS(`mkdir '${r}'`);let n=this.resolveFilename(`mkdir '${r}'`,r);if(this.entries.has(n)||this.listings.has(n))throw ar.EEXIST(`mkdir '${r}'`);this.hydrateDirectory(n),this.chmodSync(n,o)}async rmdirPromise(r,o){return this.rmdirSync(r,o)}rmdirSync(r,{recursive:o=!1}={}){if(this.readOnly)throw ar.EROFS(`rmdir '${r}'`);if(o){this.removeSync(r);return}let a=this.resolveFilename(`rmdir '${r}'`,r),n=this.listings.get(a);if(!n)throw ar.ENOTDIR(`rmdir '${r}'`);if(n.size>0)throw ar.ENOTEMPTY(`rmdir '${r}'`);let u=this.entries.get(a);if(typeof u>"u")throw ar.EINVAL(`rmdir '${r}'`);this.deleteEntry(r,u)}hydrateDirectory(r){let o=this.libzip.dir.add(this.zip,K.relative(Bt.root,r));if(o===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));return this.registerListing(r),this.registerEntry(r,o),o}async linkPromise(r,o){return this.linkSync(r,o)}linkSync(r,o){throw ar.EOPNOTSUPP(`link '${r}' -> '${o}'`)}async symlinkPromise(r,o){return this.symlinkSync(r,o)}symlinkSync(r,o){if(this.readOnly)throw ar.EROFS(`symlink '${r}' -> '${o}'`);let a=this.resolveFilename(`symlink '${r}' -> '${o}'`,o);if(this.listings.has(a))throw ar.EISDIR(`symlink '${r}' -> '${o}'`);if(this.entries.has(a))throw ar.EEXIST(`symlink '${r}' -> '${o}'`);let n=this.setFileSource(a,r);if(this.registerEntry(a,n),this.libzip.file.setExternalAttributes(this.zip,n,0,0,this.libzip.ZIP_OPSYS_UNIX,(ta.constants.S_IFLNK|511)<<16)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));this.symlinkCount+=1}async readFilePromise(r,o){typeof o=="object"&&(o=o?o.encoding:void 0);let a=await this.readFileBuffer(r,{asyncDecompress:!0});return o?a.toString(o):a}readFileSync(r,o){typeof o=="object"&&(o=o?o.encoding:void 0);let a=this.readFileBuffer(r);return o?a.toString(o):a}readFileBuffer(r,o={asyncDecompress:!1}){typeof r=="number"&&(r=this.fdToPath(r,"read"));let a=this.resolveFilename(`open '${r}'`,r);if(!this.entries.has(a)&&!this.listings.has(a))throw ar.ENOENT(`open '${r}'`);if(r[r.length-1]==="/"&&!this.listings.has(a))throw ar.ENOTDIR(`open '${r}'`);if(this.listings.has(a))throw ar.EISDIR("read");let n=this.entries.get(a);if(n===void 0)throw new Error("Unreachable");return this.getFileSource(n,o)}async readdirPromise(r,o){return this.readdirSync(r,o)}readdirSync(r,o){let a=this.resolveFilename(`scandir '${r}'`,r);if(!this.entries.has(a)&&!this.listings.has(a))throw ar.ENOENT(`scandir '${r}'`);let n=this.listings.get(a);if(!n)throw ar.ENOTDIR(`scandir '${r}'`);if(o?.recursive)if(o?.withFileTypes){let u=Array.from(n,A=>Object.assign(this.statImpl("lstat",K.join(r,A)),{name:A,path:Bt.dot}));for(let A of u){if(!A.isDirectory())continue;let p=K.join(A.path,A.name),h=this.listings.get(K.join(a,p));for(let E of h)u.push(Object.assign(this.statImpl("lstat",K.join(r,p,E)),{name:E,path:p}))}return u}else{let u=[...n];for(let A of u){let p=this.listings.get(K.join(a,A));if(!(typeof p>"u"))for(let h of p)u.push(K.join(A,h))}return u}else return o?.withFileTypes?Array.from(n,u=>Object.assign(this.statImpl("lstat",K.join(r,u)),{name:u,path:void 0})):[...n]}async readlinkPromise(r){let o=this.prepareReadlink(r);return(await this.getFileSource(o,{asyncDecompress:!0})).toString()}readlinkSync(r){let o=this.prepareReadlink(r);return this.getFileSource(o).toString()}prepareReadlink(r){let o=this.resolveFilename(`readlink '${r}'`,r,!1);if(!this.entries.has(o)&&!this.listings.has(o))throw ar.ENOENT(`readlink '${r}'`);if(r[r.length-1]==="/"&&!this.listings.has(o))throw ar.ENOTDIR(`open '${r}'`);if(this.listings.has(o))throw ar.EINVAL(`readlink '${r}'`);let a=this.entries.get(o);if(a===void 0)throw new Error("Unreachable");if(!this.isSymbolicLink(a))throw ar.EINVAL(`readlink '${r}'`);return a}async truncatePromise(r,o=0){let a=this.resolveFilename(`open '${r}'`,r),n=this.entries.get(a);if(typeof n>"u")throw ar.EINVAL(`open '${r}'`);let u=await this.getFileSource(n,{asyncDecompress:!0}),A=Buffer.alloc(o,0);return u.copy(A),await this.writeFilePromise(r,A)}truncateSync(r,o=0){let a=this.resolveFilename(`open '${r}'`,r),n=this.entries.get(a);if(typeof n>"u")throw ar.EINVAL(`open '${r}'`);let u=this.getFileSource(n),A=Buffer.alloc(o,0);return u.copy(A),this.writeFileSync(r,A)}async ftruncatePromise(r,o){return this.truncatePromise(this.fdToPath(r,"ftruncate"),o)}ftruncateSync(r,o){return this.truncateSync(this.fdToPath(r,"ftruncateSync"),o)}watch(r,o,a){let n;switch(typeof o){case"function":case"string":case"undefined":n=!0;break;default:({persistent:n=!0}=o);break}if(!n)return{on:()=>{},close:()=>{}};let u=setInterval(()=>{},24*60*60*1e3);return{on:()=>{},close:()=>{clearInterval(u)}}}watchFile(r,o,a){let n=K.resolve(Bt.root,r);return ry(this,n,o,a)}unwatchFile(r,o){let a=K.resolve(Bt.root,r);return Mg(this,a,o)}}});function jle(t,e,r=Buffer.alloc(0),o){let a=new zi(r),n=I=>I===e||I.startsWith(`${e}/`)?I.slice(0,e.length):null,u=async(I,v)=>()=>a,A=(I,v)=>a,p={...t},h=new Rn(p),E=new _p({baseFs:h,getMountPoint:n,factoryPromise:u,factorySync:A,magicByte:21,maxAge:1/0,typeCheck:o?.typeCheck});return Ww(Hle.default,new Hp(E)),a}var Hle,qle=Et(()=>{Pt();Hle=$e(Be("fs"));aU()});var Gle=Et(()=>{Ole();aU();qle()});var x1={};Kt(x1,{DEFAULT_COMPRESSION_LEVEL:()=>_le,LibzipError:()=>Rx,ZipFS:()=>zi,ZipOpenFS:()=>Jl,getArchivePart:()=>iU,getLibzipPromise:()=>got,getLibzipSync:()=>hot,makeEmptyArchive:()=>Tx,mountMemoryDrive:()=>jle});function hot(){return S1()}async function got(){return S1()}var Yle,nA=Et(()=>{tU();Yle=$e(Rle());Mle();Gle();Tle(()=>{let t=(0,Yle.default)();return Lle(t)})});var FE,Wle=Et(()=>{Pt();qt();b1();FE=class extends nt{constructor(){super(...arguments);this.cwd=ge.String("--cwd",process.cwd(),{description:"The directory to run the command in"});this.commandName=ge.String();this.args=ge.Proxy()}async execute(){let r=this.args.length>0?`${this.commandName} ${this.args.join(" ")}`:this.commandName;return await TE(r,[],{cwd:ue.toPortablePath(this.cwd),stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr})}};FE.usage={description:"run a command using yarn's portable shell",details:` +`)}`}}};Bn.RequestError=Vi;var ub=class extends Vi{constructor(e){super(`Redirected ${e.options.maxRedirects} times. Aborting.`,{},e),this.name="MaxRedirectsError"}};Bn.MaxRedirectsError=ub;var Ab=class extends Vi{constructor(e){super(`Response code ${e.statusCode} (${e.statusMessage})`,{},e.request),this.name="HTTPError"}};Bn.HTTPError=Ab;var fb=class extends Vi{constructor(e,r){super(e.message,e,r),this.name="CacheError"}};Bn.CacheError=fb;var pb=class extends Vi{constructor(e,r){super(e.message,e,r),this.name="UploadError"}};Bn.UploadError=pb;var hb=class extends Vi{constructor(e,r,o){super(e.message,e,o),this.name="TimeoutError",this.event=e.event,this.timings=r}};Bn.TimeoutError=hb;var E1=class extends Vi{constructor(e,r){super(e.message,e,r),this.name="ReadError"}};Bn.ReadError=E1;var gb=class extends Vi{constructor(e){super(`Unsupported protocol "${e.url.protocol}"`,{},e),this.name="UnsupportedProtocolError"}};Bn.UnsupportedProtocolError=gb;var lst=["socket","connect","continue","information","upgrade","timeout"],db=class extends Lae.Duplex{constructor(e,r={},o){super({autoDestroy:!1,highWaterMark:0}),this[bE]=0,this[kE]=0,this.requestInitialized=!1,this[ob]=new Set,this.redirects=[],this[QE]=!1,this[ab]=!1,this[y1]=[],this.retryCount=0,this._progressCallbacks=[];let a=()=>this._unlockWrite(),n=()=>this._lockWrite();this.on("pipe",h=>{h.prependListener("data",a),h.on("data",n),h.prependListener("end",a),h.on("end",n)}),this.on("unpipe",h=>{h.off("data",a),h.off("data",n),h.off("end",a),h.off("end",n)}),this.on("pipe",h=>{h instanceof w4.IncomingMessage&&(this.options.headers={...h.headers,...this.options.headers})});let{json:u,body:A,form:p}=r;if((u||A||p)&&this._lockWrite(),Bn.kIsNormalizedAlready in r)this.options=r;else try{this.options=this.constructor.normalizeArguments(e,r,o)}catch(h){st.default.nodeStream(r.body)&&r.body.destroy(),this.destroy(h);return}(async()=>{var h;try{this.options.body instanceof Hit.ReadStream&&await sst(this.options.body);let{url:E}=this.options;if(!E)throw new TypeError("Missing `url` property");if(this.requestUrl=E.toString(),decodeURI(this.requestUrl),await this._finalizeBody(),await this._makeRequest(),this.destroyed){(h=this[Zs])===null||h===void 0||h.destroy();return}for(let I of this[y1])I();this[y1].length=0,this.requestInitialized=!0}catch(E){if(E instanceof Vi){this._beforeError(E);return}this.destroyed||this.destroy(E)}})()}static normalizeArguments(e,r,o){var a,n,u,A,p;let h=r;if(st.default.object(e)&&!st.default.urlInstance(e))r={...o,...e,...r};else{if(e&&r&&r.url!==void 0)throw new TypeError("The `url` option is mutually exclusive with the `input` argument");r={...o,...r},e!==void 0&&(r.url=e),st.default.urlInstance(r.url)&&(r.url=new ah.URL(r.url.toString()))}if(r.cache===!1&&(r.cache=void 0),r.dnsCache===!1&&(r.dnsCache=void 0),st.assert.any([st.default.string,st.default.undefined],r.method),st.assert.any([st.default.object,st.default.undefined],r.headers),st.assert.any([st.default.string,st.default.urlInstance,st.default.undefined],r.prefixUrl),st.assert.any([st.default.object,st.default.undefined],r.cookieJar),st.assert.any([st.default.object,st.default.string,st.default.undefined],r.searchParams),st.assert.any([st.default.object,st.default.string,st.default.undefined],r.cache),st.assert.any([st.default.object,st.default.number,st.default.undefined],r.timeout),st.assert.any([st.default.object,st.default.undefined],r.context),st.assert.any([st.default.object,st.default.undefined],r.hooks),st.assert.any([st.default.boolean,st.default.undefined],r.decompress),st.assert.any([st.default.boolean,st.default.undefined],r.ignoreInvalidCookies),st.assert.any([st.default.boolean,st.default.undefined],r.followRedirect),st.assert.any([st.default.number,st.default.undefined],r.maxRedirects),st.assert.any([st.default.boolean,st.default.undefined],r.throwHttpErrors),st.assert.any([st.default.boolean,st.default.undefined],r.http2),st.assert.any([st.default.boolean,st.default.undefined],r.allowGetBody),st.assert.any([st.default.string,st.default.undefined],r.localAddress),st.assert.any([jae.isDnsLookupIpVersion,st.default.undefined],r.dnsLookupIpVersion),st.assert.any([st.default.object,st.default.undefined],r.https),st.assert.any([st.default.boolean,st.default.undefined],r.rejectUnauthorized),r.https&&(st.assert.any([st.default.boolean,st.default.undefined],r.https.rejectUnauthorized),st.assert.any([st.default.function_,st.default.undefined],r.https.checkServerIdentity),st.assert.any([st.default.string,st.default.object,st.default.array,st.default.undefined],r.https.certificateAuthority),st.assert.any([st.default.string,st.default.object,st.default.array,st.default.undefined],r.https.key),st.assert.any([st.default.string,st.default.object,st.default.array,st.default.undefined],r.https.certificate),st.assert.any([st.default.string,st.default.undefined],r.https.passphrase),st.assert.any([st.default.string,st.default.buffer,st.default.array,st.default.undefined],r.https.pfx)),st.assert.any([st.default.object,st.default.undefined],r.cacheOptions),st.default.string(r.method)?r.method=r.method.toUpperCase():r.method="GET",r.headers===o?.headers?r.headers={...r.headers}:r.headers=Kit({...o?.headers,...r.headers}),"slashes"in r)throw new TypeError("The legacy `url.Url` has been deprecated. Use `URL` instead.");if("auth"in r)throw new TypeError("Parameter `auth` is deprecated. Use `username` / `password` instead.");if("searchParams"in r&&r.searchParams&&r.searchParams!==o?.searchParams){let x;if(st.default.string(r.searchParams)||r.searchParams instanceof ah.URLSearchParams)x=new ah.URLSearchParams(r.searchParams);else{nst(r.searchParams),x=new ah.URLSearchParams;for(let C in r.searchParams){let R=r.searchParams[C];R===null?x.append(C,""):R!==void 0&&x.append(C,R)}}(a=o?.searchParams)===null||a===void 0||a.forEach((C,R)=>{x.has(R)||x.append(R,C)}),r.searchParams=x}if(r.username=(n=r.username)!==null&&n!==void 0?n:"",r.password=(u=r.password)!==null&&u!==void 0?u:"",st.default.undefined(r.prefixUrl)?r.prefixUrl=(A=o?.prefixUrl)!==null&&A!==void 0?A:"":(r.prefixUrl=r.prefixUrl.toString(),r.prefixUrl!==""&&!r.prefixUrl.endsWith("/")&&(r.prefixUrl+="/")),st.default.string(r.url)){if(r.url.startsWith("/"))throw new Error("`input` must not start with a slash when using `prefixUrl`");r.url=Hae.default(r.prefixUrl+r.url,r)}else(st.default.undefined(r.url)&&r.prefixUrl!==""||r.protocol)&&(r.url=Hae.default(r.prefixUrl,r));if(r.url){"port"in r&&delete r.port;let{prefixUrl:x}=r;Object.defineProperty(r,"prefixUrl",{set:R=>{let L=r.url;if(!L.href.startsWith(R))throw new Error(`Cannot change \`prefixUrl\` from ${x} to ${R}: ${L.href}`);r.url=new ah.URL(R+L.href.slice(x.length)),x=R},get:()=>x});let{protocol:C}=r.url;if(C==="unix:"&&(C="http:",r.url=new ah.URL(`http://unix${r.url.pathname}${r.url.search}`)),r.searchParams&&(r.url.search=r.searchParams.toString()),C!=="http:"&&C!=="https:")throw new gb(r);r.username===""?r.username=r.url.username:r.url.username=r.username,r.password===""?r.password=r.url.password:r.url.password=r.password}let{cookieJar:E}=r;if(E){let{setCookie:x,getCookieString:C}=E;st.assert.function_(x),st.assert.function_(C),x.length===4&&C.length===0&&(x=Nae.promisify(x.bind(r.cookieJar)),C=Nae.promisify(C.bind(r.cookieJar)),r.cookieJar={setCookie:x,getCookieString:C})}let{cache:I}=r;if(I&&(v4.has(I)||v4.set(I,new Mae((x,C)=>{let R=x[Zs](x,C);return st.default.promise(R)&&(R.once=(L,U)=>{if(L==="error")R.catch(U);else if(L==="abort")(async()=>{try{(await R).once("abort",U)}catch{}})();else throw new Error(`Unknown HTTP2 promise event: ${L}`);return R}),R},I))),r.cacheOptions={...r.cacheOptions},r.dnsCache===!0)I4||(I4=new qit.default),r.dnsCache=I4;else if(!st.default.undefined(r.dnsCache)&&!r.dnsCache.lookup)throw new TypeError(`Parameter \`dnsCache\` must be a CacheableLookup instance or a boolean, got ${st.default(r.dnsCache)}`);st.default.number(r.timeout)?r.timeout={request:r.timeout}:o&&r.timeout!==o.timeout?r.timeout={...o.timeout,...r.timeout}:r.timeout={...r.timeout},r.context||(r.context={});let v=r.hooks===o?.hooks;r.hooks={...r.hooks};for(let x of Bn.knownHookEvents)if(x in r.hooks)if(st.default.array(r.hooks[x]))r.hooks[x]=[...r.hooks[x]];else throw new TypeError(`Parameter \`${x}\` must be an Array, got ${st.default(r.hooks[x])}`);else r.hooks[x]=[];if(o&&!v)for(let x of Bn.knownHookEvents)o.hooks[x].length>0&&(r.hooks[x]=[...o.hooks[x],...r.hooks[x]]);if("family"in r&&lh.default('"options.family" was never documented, please use "options.dnsLookupIpVersion"'),o?.https&&(r.https={...o.https,...r.https}),"rejectUnauthorized"in r&&lh.default('"options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"'),"checkServerIdentity"in r&&lh.default('"options.checkServerIdentity" was never documented, please use "options.https.checkServerIdentity"'),"ca"in r&&lh.default('"options.ca" was never documented, please use "options.https.certificateAuthority"'),"key"in r&&lh.default('"options.key" was never documented, please use "options.https.key"'),"cert"in r&&lh.default('"options.cert" was never documented, please use "options.https.certificate"'),"passphrase"in r&&lh.default('"options.passphrase" was never documented, please use "options.https.passphrase"'),"pfx"in r&&lh.default('"options.pfx" was never documented, please use "options.https.pfx"'),"followRedirects"in r)throw new TypeError("The `followRedirects` option does not exist. Use `followRedirect` instead.");if(r.agent){for(let x in r.agent)if(x!=="http"&&x!=="https"&&x!=="http2")throw new TypeError(`Expected the \`options.agent\` properties to be \`http\`, \`https\` or \`http2\`, got \`${x}\``)}return r.maxRedirects=(p=r.maxRedirects)!==null&&p!==void 0?p:0,Bn.setNonEnumerableProperties([o,h],r),est.default(r,o)}_lockWrite(){let e=()=>{throw new TypeError("The payload has been already provided")};this.write=e,this.end=e}_unlockWrite(){this.write=super.write,this.end=super.end}async _finalizeBody(){let{options:e}=this,{headers:r}=e,o=!st.default.undefined(e.form),a=!st.default.undefined(e.json),n=!st.default.undefined(e.body),u=o||a||n,A=Bn.withoutBody.has(e.method)&&!(e.method==="GET"&&e.allowGetBody);if(this._cannotHaveBody=A,u){if(A)throw new TypeError(`The \`${e.method}\` method cannot be used with a body`);if([n,o,a].filter(p=>p).length>1)throw new TypeError("The `body`, `json` and `form` options are mutually exclusive");if(n&&!(e.body instanceof Lae.Readable)&&!st.default.string(e.body)&&!st.default.buffer(e.body)&&!Uae.default(e.body))throw new TypeError("The `body` option must be a stream.Readable, string or Buffer");if(o&&!st.default.object(e.form))throw new TypeError("The `form` option must be an Object");{let p=!st.default.string(r["content-type"]);n?(Uae.default(e.body)&&p&&(r["content-type"]=`multipart/form-data; boundary=${e.body.getBoundary()}`),this[ch]=e.body):o?(p&&(r["content-type"]="application/x-www-form-urlencoded"),this[ch]=new ah.URLSearchParams(e.form).toString()):(p&&(r["content-type"]="application/json"),this[ch]=e.stringifyJson(e.json));let h=await Vit.default(this[ch],e.headers);st.default.undefined(r["content-length"])&&st.default.undefined(r["transfer-encoding"])&&!A&&!st.default.undefined(h)&&(r["content-length"]=String(h))}}else A?this._lockWrite():this._unlockWrite();this[xE]=Number(r["content-length"])||void 0}async _onResponseBase(e){let{options:r}=this,{url:o}=r;this[Wae]=e,r.decompress&&(e=Yit(e));let a=e.statusCode,n=e;n.statusMessage=n.statusMessage?n.statusMessage:Oae.STATUS_CODES[a],n.url=r.url.toString(),n.requestUrl=this.requestUrl,n.redirectUrls=this.redirects,n.request=this,n.isFromCache=e.fromCache||!1,n.ip=this.ip,n.retryCount=this.retryCount,this[qae]=n.isFromCache,this[PE]=Number(e.headers["content-length"])||void 0,this[lb]=e,e.once("end",()=>{this[PE]=this[bE],this.emit("downloadProgress",this.downloadProgress)}),e.once("error",A=>{e.destroy(),this._beforeError(new E1(A,this))}),e.once("aborted",()=>{this._beforeError(new E1({name:"Error",message:"The server aborted pending request",code:"ECONNRESET"},this))}),this.emit("downloadProgress",this.downloadProgress);let u=e.headers["set-cookie"];if(st.default.object(r.cookieJar)&&u){let A=u.map(async p=>r.cookieJar.setCookie(p,o.toString()));r.ignoreInvalidCookies&&(A=A.map(async p=>p.catch(()=>{})));try{await Promise.all(A)}catch(p){this._beforeError(p);return}}if(r.followRedirect&&e.headers.location&&ost.has(a)){if(e.resume(),this[Zs]&&(this[B4](),delete this[Zs],this[Gae]()),(a===303&&r.method!=="GET"&&r.method!=="HEAD"||!r.methodRewriting)&&(r.method="GET","body"in r&&delete r.body,"json"in r&&delete r.json,"form"in r&&delete r.form,this[ch]=void 0,delete r.headers["content-length"]),this.redirects.length>=r.maxRedirects){this._beforeError(new ub(this));return}try{let p=Buffer.from(e.headers.location,"binary").toString(),h=new ah.URL(p,o),E=h.toString();decodeURI(E),h.hostname!==o.hostname||h.port!==o.port?("host"in r.headers&&delete r.headers.host,"cookie"in r.headers&&delete r.headers.cookie,"authorization"in r.headers&&delete r.headers.authorization,(r.username||r.password)&&(r.username="",r.password="")):(h.username=r.username,h.password=r.password),this.redirects.push(E),r.url=h;for(let I of r.hooks.beforeRedirect)await I(r,n);this.emit("redirect",n,r),await this._makeRequest()}catch(p){this._beforeError(p);return}return}if(r.isStream&&r.throwHttpErrors&&!$it.isResponseOk(n)){this._beforeError(new Ab(n));return}e.on("readable",()=>{this[ab]&&this._read()}),this.on("resume",()=>{e.resume()}),this.on("pause",()=>{e.pause()}),e.once("end",()=>{this.push(null)}),this.emit("response",e);for(let A of this[ob])if(!A.headersSent){for(let p in e.headers){let h=r.decompress?p!=="content-encoding":!0,E=e.headers[p];h&&A.setHeader(p,E)}A.statusCode=a}}async _onResponse(e){try{await this._onResponseBase(e)}catch(r){this._beforeError(r)}}_onRequest(e){let{options:r}=this,{timeout:o,url:a}=r;Git.default(e),this[B4]=_ae.default(e,o,a);let n=r.cache?"cacheableResponse":"response";e.once(n,p=>{this._onResponse(p)}),e.once("error",p=>{var h;e.destroy(),(h=e.res)===null||h===void 0||h.removeAllListeners("end"),p=p instanceof _ae.TimeoutError?new hb(p,this.timings,this):new Vi(p.message,p,this),this._beforeError(p)}),this[Gae]=Jit.default(e,this,lst),this[Zs]=e,this.emit("uploadProgress",this.uploadProgress);let u=this[ch],A=this.redirects.length===0?this:e;st.default.nodeStream(u)?(u.pipe(A),u.once("error",p=>{this._beforeError(new pb(p,this))})):(this._unlockWrite(),st.default.undefined(u)?(this._cannotHaveBody||this._noPipe)&&(A.end(),this._lockWrite()):(this._writeRequest(u,void 0,()=>{}),A.end(),this._lockWrite())),this.emit("request",e)}async _createCacheableRequest(e,r){return new Promise((o,a)=>{Object.assign(r,zit.default(e)),delete r.url;let n,u=v4.get(r.cache)(r,async A=>{A._readableState.autoDestroy=!1,n&&(await n).emit("cacheableResponse",A),o(A)});r.url=e,u.once("error",a),u.once("request",async A=>{n=A,o(n)})})}async _makeRequest(){var e,r,o,a,n;let{options:u}=this,{headers:A}=u;for(let U in A)if(st.default.undefined(A[U]))delete A[U];else if(st.default.null_(A[U]))throw new TypeError(`Use \`undefined\` instead of \`null\` to delete the \`${U}\` header`);if(u.decompress&&st.default.undefined(A["accept-encoding"])&&(A["accept-encoding"]=rst?"gzip, deflate, br":"gzip, deflate"),u.cookieJar){let U=await u.cookieJar.getCookieString(u.url.toString());st.default.nonEmptyString(U)&&(u.headers.cookie=U)}for(let U of u.hooks.beforeRequest){let J=await U(u);if(!st.default.undefined(J)){u.request=()=>J;break}}u.body&&this[ch]!==u.body&&(this[ch]=u.body);let{agent:p,request:h,timeout:E,url:I}=u;if(u.dnsCache&&!("lookup"in u)&&(u.lookup=u.dnsCache.lookup),I.hostname==="unix"){let U=/(?.+?):(?.+)/.exec(`${I.pathname}${I.search}`);if(U?.groups){let{socketPath:J,path:te}=U.groups;Object.assign(u,{socketPath:J,path:te,host:""})}}let v=I.protocol==="https:",x;u.http2?x=Wit.auto:x=v?jit.request:Oae.request;let C=(e=u.request)!==null&&e!==void 0?e:x,R=u.cache?this._createCacheableRequest:C;p&&!u.http2&&(u.agent=p[v?"https":"http"]),u[Zs]=C,delete u.request,delete u.timeout;let L=u;if(L.shared=(r=u.cacheOptions)===null||r===void 0?void 0:r.shared,L.cacheHeuristic=(o=u.cacheOptions)===null||o===void 0?void 0:o.cacheHeuristic,L.immutableMinTimeToLive=(a=u.cacheOptions)===null||a===void 0?void 0:a.immutableMinTimeToLive,L.ignoreCargoCult=(n=u.cacheOptions)===null||n===void 0?void 0:n.ignoreCargoCult,u.dnsLookupIpVersion!==void 0)try{L.family=jae.dnsLookupIpVersionToFamily(u.dnsLookupIpVersion)}catch{throw new Error("Invalid `dnsLookupIpVersion` option value")}u.https&&("rejectUnauthorized"in u.https&&(L.rejectUnauthorized=u.https.rejectUnauthorized),u.https.checkServerIdentity&&(L.checkServerIdentity=u.https.checkServerIdentity),u.https.certificateAuthority&&(L.ca=u.https.certificateAuthority),u.https.certificate&&(L.cert=u.https.certificate),u.https.key&&(L.key=u.https.key),u.https.passphrase&&(L.passphrase=u.https.passphrase),u.https.pfx&&(L.pfx=u.https.pfx));try{let U=await R(I,L);st.default.undefined(U)&&(U=x(I,L)),u.request=h,u.timeout=E,u.agent=p,u.https&&("rejectUnauthorized"in u.https&&delete L.rejectUnauthorized,u.https.checkServerIdentity&&delete L.checkServerIdentity,u.https.certificateAuthority&&delete L.ca,u.https.certificate&&delete L.cert,u.https.key&&delete L.key,u.https.passphrase&&delete L.passphrase,u.https.pfx&&delete L.pfx),ist(U)?this._onRequest(U):this.writable?(this.once("finish",()=>{this._onResponse(U)}),this._unlockWrite(),this.end(),this._lockWrite()):this._onResponse(U)}catch(U){throw U instanceof Mae.CacheError?new fb(U,this):new Vi(U.message,U,this)}}async _error(e){try{for(let r of this.options.hooks.beforeError)e=await r(e)}catch(r){e=new Vi(r.message,r,this)}this.destroy(e)}_beforeError(e){if(this[QE])return;let{options:r}=this,o=this.retryCount+1;this[QE]=!0,e instanceof Vi||(e=new Vi(e.message,e,this));let a=e,{response:n}=a;(async()=>{if(n&&!n.body){n.setEncoding(this._readableState.encoding);try{n.rawBody=await Zit.default(n),n.body=n.rawBody.toString()}catch{}}if(this.listenerCount("retry")!==0){let u;try{let A;n&&"retry-after"in n.headers&&(A=Number(n.headers["retry-after"]),Number.isNaN(A)?(A=Date.parse(n.headers["retry-after"])-Date.now(),A<=0&&(A=1)):A*=1e3),u=await r.retry.calculateDelay({attemptCount:o,retryOptions:r.retry,error:a,retryAfter:A,computedValue:tst.default({attemptCount:o,retryOptions:r.retry,error:a,retryAfter:A,computedValue:0})})}catch(A){this._error(new Vi(A.message,A,this));return}if(u){let A=async()=>{try{for(let p of this.options.hooks.beforeRetry)await p(this.options,a,o)}catch(p){this._error(new Vi(p.message,e,this));return}this.destroyed||(this.destroy(),this.emit("retry",o,e))};this[Kae]=setTimeout(A,u);return}}this._error(a)})()}_read(){this[ab]=!0;let e=this[lb];if(e&&!this[QE]){e.readableLength&&(this[ab]=!1);let r;for(;(r=e.read())!==null;){this[bE]+=r.length,this[Yae]=!0;let o=this.downloadProgress;o.percent<1&&this.emit("downloadProgress",o),this.push(r)}}}_write(e,r,o){let a=()=>{this._writeRequest(e,r,o)};this.requestInitialized?a():this[y1].push(a)}_writeRequest(e,r,o){this[Zs].destroyed||(this._progressCallbacks.push(()=>{this[kE]+=Buffer.byteLength(e,r);let a=this.uploadProgress;a.percent<1&&this.emit("uploadProgress",a)}),this[Zs].write(e,r,a=>{!a&&this._progressCallbacks.length>0&&this._progressCallbacks.shift()(),o(a)}))}_final(e){let r=()=>{for(;this._progressCallbacks.length!==0;)this._progressCallbacks.shift()();if(!(Zs in this)){e();return}if(this[Zs].destroyed){e();return}this[Zs].end(o=>{o||(this[xE]=this[kE],this.emit("uploadProgress",this.uploadProgress),this[Zs].emit("upload-complete")),e(o)})};this.requestInitialized?r():this[y1].push(r)}_destroy(e,r){var o;this[QE]=!0,clearTimeout(this[Kae]),Zs in this&&(this[B4](),!((o=this[lb])===null||o===void 0)&&o.complete||this[Zs].destroy()),e!==null&&!st.default.undefined(e)&&!(e instanceof Vi)&&(e=new Vi(e.message,e,this)),r(e)}get _isAboutToError(){return this[QE]}get ip(){var e;return(e=this.socket)===null||e===void 0?void 0:e.remoteAddress}get aborted(){var e,r,o;return((r=(e=this[Zs])===null||e===void 0?void 0:e.destroyed)!==null&&r!==void 0?r:this.destroyed)&&!(!((o=this[Wae])===null||o===void 0)&&o.complete)}get socket(){var e,r;return(r=(e=this[Zs])===null||e===void 0?void 0:e.socket)!==null&&r!==void 0?r:void 0}get downloadProgress(){let e;return this[PE]?e=this[bE]/this[PE]:this[PE]===this[bE]?e=1:e=0,{percent:e,transferred:this[bE],total:this[PE]}}get uploadProgress(){let e;return this[xE]?e=this[kE]/this[xE]:this[xE]===this[kE]?e=1:e=0,{percent:e,transferred:this[kE],total:this[xE]}}get timings(){var e;return(e=this[Zs])===null||e===void 0?void 0:e.timings}get isFromCache(){return this[qae]}pipe(e,r){if(this[Yae])throw new Error("Failed to pipe. The response has been emitted already.");return e instanceof w4.ServerResponse&&this[ob].add(e),super.pipe(e,r)}unpipe(e){return e instanceof w4.ServerResponse&&this[ob].delete(e),super.unpipe(e),this}};Bn.default=db});var w1=_(Gc=>{"use strict";var cst=Gc&&Gc.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),ust=Gc&&Gc.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&cst(e,t,r)};Object.defineProperty(Gc,"__esModule",{value:!0});Gc.CancelError=Gc.ParseError=void 0;var Vae=C1(),D4=class extends Vae.RequestError{constructor(e,r){let{options:o}=r.request;super(`${e.message} in "${o.url.toString()}"`,e,r.request),this.name="ParseError"}};Gc.ParseError=D4;var S4=class extends Vae.RequestError{constructor(e){super("Promise was canceled",{},e),this.name="CancelError"}get isCanceled(){return!0}};Gc.CancelError=S4;ust(C1(),Gc)});var zae=_(P4=>{"use strict";Object.defineProperty(P4,"__esModule",{value:!0});var Jae=w1(),Ast=(t,e,r,o)=>{let{rawBody:a}=t;try{if(e==="text")return a.toString(o);if(e==="json")return a.length===0?"":r(a.toString());if(e==="buffer")return a;throw new Jae.ParseError({message:`Unknown body type '${e}'`,name:"Error"},t)}catch(n){throw new Jae.ParseError(n,t)}};P4.default=Ast});var b4=_(uh=>{"use strict";var fst=uh&&uh.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),pst=uh&&uh.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&fst(e,t,r)};Object.defineProperty(uh,"__esModule",{value:!0});var hst=ve("events"),gst=Tf(),dst=zse(),mb=w1(),Xae=zae(),Zae=C1(),mst=u4(),yst=m4(),$ae=y4(),Est=["request","response","redirect","uploadProgress","downloadProgress"];function ele(t){let e,r,o=new hst.EventEmitter,a=new dst((u,A,p)=>{let h=E=>{let I=new Zae.default(void 0,t);I.retryCount=E,I._noPipe=!0,p(()=>I.destroy()),p.shouldReject=!1,p(()=>A(new mb.CancelError(I))),e=I,I.once("response",async C=>{var R;if(C.retryCount=E,C.request.aborted)return;let L;try{L=await yst.default(I),C.rawBody=L}catch{return}if(I._isAboutToError)return;let U=((R=C.headers["content-encoding"])!==null&&R!==void 0?R:"").toLowerCase(),J=["gzip","deflate","br"].includes(U),{options:te}=I;if(J&&!te.decompress)C.body=L;else try{C.body=Xae.default(C,te.responseType,te.parseJson,te.encoding)}catch(ae){if(C.body=L.toString(),$ae.isResponseOk(C)){I._beforeError(ae);return}}try{for(let[ae,fe]of te.hooks.afterResponse.entries())C=await fe(C,async ce=>{let me=Zae.default.normalizeArguments(void 0,{...ce,retry:{calculateDelay:()=>0},throwHttpErrors:!1,resolveBodyOnly:!1},te);me.hooks.afterResponse=me.hooks.afterResponse.slice(0,ae);for(let Be of me.hooks.beforeRetry)await Be(me);let he=ele(me);return p(()=>{he.catch(()=>{}),he.cancel()}),he})}catch(ae){I._beforeError(new mb.RequestError(ae.message,ae,I));return}if(!$ae.isResponseOk(C)){I._beforeError(new mb.HTTPError(C));return}r=C,u(I.options.resolveBodyOnly?C.body:C)});let v=C=>{if(a.isCanceled)return;let{options:R}=I;if(C instanceof mb.HTTPError&&!R.throwHttpErrors){let{response:L}=C;u(I.options.resolveBodyOnly?L.body:L);return}A(C)};I.once("error",v);let x=I.options.body;I.once("retry",(C,R)=>{var L,U;if(x===((L=R.request)===null||L===void 0?void 0:L.options.body)&&gst.default.nodeStream((U=R.request)===null||U===void 0?void 0:U.options.body)){v(R);return}h(C)}),mst.default(I,o,Est)};h(0)});a.on=(u,A)=>(o.on(u,A),a);let n=u=>{let A=(async()=>{await a;let{options:p}=r.request;return Xae.default(r,u,p.parseJson,p.encoding)})();return Object.defineProperties(A,Object.getOwnPropertyDescriptors(a)),A};return a.json=()=>{let{headers:u}=e.options;return!e.writableFinished&&u.accept===void 0&&(u.accept="application/json"),n("json")},a.buffer=()=>n("buffer"),a.text=()=>n("text"),a}uh.default=ele;pst(w1(),uh)});var tle=_(x4=>{"use strict";Object.defineProperty(x4,"__esModule",{value:!0});var Cst=w1();function wst(t,...e){let r=(async()=>{if(t instanceof Cst.RequestError)try{for(let a of e)if(a)for(let n of a)t=await n(t)}catch(a){t=a}throw t})(),o=()=>r;return r.json=o,r.text=o,r.buffer=o,r.on=o,r}x4.default=wst});var ile=_(k4=>{"use strict";Object.defineProperty(k4,"__esModule",{value:!0});var rle=Tf();function nle(t){for(let e of Object.values(t))(rle.default.plainObject(e)||rle.default.array(e))&&nle(e);return Object.freeze(t)}k4.default=nle});var ole=_(sle=>{"use strict";Object.defineProperty(sle,"__esModule",{value:!0})});var Q4=_(Vl=>{"use strict";var Ist=Vl&&Vl.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),Bst=Vl&&Vl.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Ist(e,t,r)};Object.defineProperty(Vl,"__esModule",{value:!0});Vl.defaultHandler=void 0;var ale=Tf(),Kl=b4(),vst=tle(),Eb=C1(),Dst=ile(),Sst={RequestError:Kl.RequestError,CacheError:Kl.CacheError,ReadError:Kl.ReadError,HTTPError:Kl.HTTPError,MaxRedirectsError:Kl.MaxRedirectsError,TimeoutError:Kl.TimeoutError,ParseError:Kl.ParseError,CancelError:Kl.CancelError,UnsupportedProtocolError:Kl.UnsupportedProtocolError,UploadError:Kl.UploadError},Pst=async t=>new Promise(e=>{setTimeout(e,t)}),{normalizeArguments:yb}=Eb.default,lle=(...t)=>{let e;for(let r of t)e=yb(void 0,r,e);return e},bst=t=>t.isStream?new Eb.default(void 0,t):Kl.default(t),xst=t=>"defaults"in t&&"options"in t.defaults,kst=["get","post","put","patch","head","delete"];Vl.defaultHandler=(t,e)=>e(t);var cle=(t,e)=>{if(t)for(let r of t)r(e)},ule=t=>{t._rawHandlers=t.handlers,t.handlers=t.handlers.map(o=>(a,n)=>{let u,A=o(a,p=>(u=n(p),u));if(A!==u&&!a.isStream&&u){let p=A,{then:h,catch:E,finally:I}=p;Object.setPrototypeOf(p,Object.getPrototypeOf(u)),Object.defineProperties(p,Object.getOwnPropertyDescriptors(u)),p.then=h,p.catch=E,p.finally=I}return A});let e=(o,a={},n)=>{var u,A;let p=0,h=E=>t.handlers[p++](E,p===t.handlers.length?bst:h);if(ale.default.plainObject(o)){let E={...o,...a};Eb.setNonEnumerableProperties([o,a],E),a=E,o=void 0}try{let E;try{cle(t.options.hooks.init,a),cle((u=a.hooks)===null||u===void 0?void 0:u.init,a)}catch(v){E=v}let I=yb(o,a,n??t.options);if(I[Eb.kIsNormalizedAlready]=!0,E)throw new Kl.RequestError(E.message,E,I);return h(I)}catch(E){if(a.isStream)throw E;return vst.default(E,t.options.hooks.beforeError,(A=a.hooks)===null||A===void 0?void 0:A.beforeError)}};e.extend=(...o)=>{let a=[t.options],n=[...t._rawHandlers],u;for(let A of o)xst(A)?(a.push(A.defaults.options),n.push(...A.defaults._rawHandlers),u=A.defaults.mutableDefaults):(a.push(A),"handlers"in A&&n.push(...A.handlers),u=A.mutableDefaults);return n=n.filter(A=>A!==Vl.defaultHandler),n.length===0&&n.push(Vl.defaultHandler),ule({options:lle(...a),handlers:n,mutableDefaults:Boolean(u)})};let r=async function*(o,a){let n=yb(o,a,t.options);n.resolveBodyOnly=!1;let u=n.pagination;if(!ale.default.object(u))throw new TypeError("`options.pagination` must be implemented");let A=[],{countLimit:p}=u,h=0;for(;h{let n=[];for await(let u of r(o,a))n.push(u);return n},e.paginate.each=r,e.stream=(o,a)=>e(o,{...a,isStream:!0});for(let o of kst)e[o]=(a,n)=>e(a,{...n,method:o}),e.stream[o]=(a,n)=>e(a,{...n,method:o,isStream:!0});return Object.assign(e,Sst),Object.defineProperty(e,"defaults",{value:t.mutableDefaults?t:Dst.default(t),writable:t.mutableDefaults,configurable:t.mutableDefaults,enumerable:!0}),e.mergeOptions=lle,e};Vl.default=ule;Bst(ole(),Vl)});var ple=_((Nf,Cb)=>{"use strict";var Qst=Nf&&Nf.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),Ale=Nf&&Nf.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Qst(e,t,r)};Object.defineProperty(Nf,"__esModule",{value:!0});var Fst=ve("url"),fle=Q4(),Rst={options:{method:"GET",retry:{limit:2,methods:["GET","PUT","HEAD","DELETE","OPTIONS","TRACE"],statusCodes:[408,413,429,500,502,503,504,521,522,524],errorCodes:["ETIMEDOUT","ECONNRESET","EADDRINUSE","ECONNREFUSED","EPIPE","ENOTFOUND","ENETUNREACH","EAI_AGAIN"],maxRetryAfter:void 0,calculateDelay:({computedValue:t})=>t},timeout:{},headers:{"user-agent":"got (https://github.com/sindresorhus/got)"},hooks:{init:[],beforeRequest:[],beforeRedirect:[],beforeRetry:[],beforeError:[],afterResponse:[]},cache:void 0,dnsCache:void 0,decompress:!0,throwHttpErrors:!0,followRedirect:!0,isStream:!1,responseType:"text",resolveBodyOnly:!1,maxRedirects:10,prefixUrl:"",methodRewriting:!0,ignoreInvalidCookies:!1,context:{},http2:!1,allowGetBody:!1,https:void 0,pagination:{transform:t=>t.request.options.responseType==="json"?t.body:JSON.parse(t.body),paginate:t=>{if(!Reflect.has(t.headers,"link"))return!1;let e=t.headers.link.split(","),r;for(let o of e){let a=o.split(";");if(a[1].includes("next")){r=a[0].trimStart().trim(),r=r.slice(1,-1);break}}return r?{url:new Fst.URL(r)}:!1},filter:()=>!0,shouldContinue:()=>!0,countLimit:1/0,backoff:0,requestLimit:1e4,stackAllItems:!0},parseJson:t=>JSON.parse(t),stringifyJson:t=>JSON.stringify(t),cacheOptions:{}},handlers:[fle.defaultHandler],mutableDefaults:!1},F4=fle.default(Rst);Nf.default=F4;Cb.exports=F4;Cb.exports.default=F4;Cb.exports.__esModule=!0;Ale(Q4(),Nf);Ale(b4(),Nf)});var nn={};Vt(nn,{Method:()=>Cle,del:()=>Mst,get:()=>L4,getNetworkSettings:()=>Ele,post:()=>O4,put:()=>Ost,request:()=>I1});function dle(t){let e=new URL(t),r={host:e.hostname,headers:{}};return e.port&&(r.port=Number(e.port)),e.username&&e.password&&(r.proxyAuth=`${e.username}:${e.password}`),{proxy:r}}async function R4(t){return ol(gle,t,()=>oe.readFilePromise(t).then(e=>(gle.set(t,e),e)))}function Lst({statusCode:t,statusMessage:e},r){let o=Mt(r,t,yt.NUMBER),a=`https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/${t}`;return Zy(r,`${o}${e?` (${e})`:""}`,a)}async function wb(t,{configuration:e,customErrorMessage:r}){try{return await t}catch(o){if(o.name!=="HTTPError")throw o;let a=r?.(o,e)??o.response.body?.error;a==null&&(o.message.startsWith("Response code")?a="The remote server failed to provide the requested resource":a=o.message),o.code==="ETIMEDOUT"&&o.event==="socket"&&(a+=`(can be increased via ${Mt(e,"httpTimeout",yt.SETTING)})`);let n=new zt(35,a,u=>{o.response&&u.reportError(35,` ${zu(e,{label:"Response Code",value:_c(yt.NO_HINT,Lst(o.response,e))})}`),o.request&&(u.reportError(35,` ${zu(e,{label:"Request Method",value:_c(yt.NO_HINT,o.request.options.method)})}`),u.reportError(35,` ${zu(e,{label:"Request URL",value:_c(yt.URL,o.request.requestUrl)})}`)),o.request.redirects.length>0&&u.reportError(35,` ${zu(e,{label:"Request Redirects",value:_c(yt.NO_HINT,PL(e,o.request.redirects,yt.URL))})}`),o.request.retryCount===o.request.options.retry.limit&&u.reportError(35,` ${zu(e,{label:"Request Retry Count",value:_c(yt.NO_HINT,`${Mt(e,o.request.retryCount,yt.NUMBER)} (can be increased via ${Mt(e,"httpRetry",yt.SETTING)})`)})}`)});throw n.originalError=o,n}}function Ele(t,e){let r=[...e.configuration.get("networkSettings")].sort(([u],[A])=>A.length-u.length),o={enableNetwork:void 0,httpsCaFilePath:void 0,httpProxy:void 0,httpsProxy:void 0,httpsKeyFilePath:void 0,httpsCertFilePath:void 0},a=Object.keys(o),n=typeof t=="string"?new URL(t):t;for(let[u,A]of r)if(N4.default.isMatch(n.hostname,u))for(let p of a){let h=A.get(p);h!==null&&typeof o[p]>"u"&&(o[p]=h)}for(let u of a)typeof o[u]>"u"&&(o[u]=e.configuration.get(u));return o}async function I1(t,e,{configuration:r,headers:o,jsonRequest:a,jsonResponse:n,method:u="GET",wrapNetworkRequest:A}){let p={target:t,body:e,configuration:r,headers:o,jsonRequest:a,jsonResponse:n,method:u},h=async()=>await Ust(t,e,p),E=typeof A<"u"?await A(h,p):h;return await(await r.reduceHook(v=>v.wrapNetworkRequest,E,p))()}async function L4(t,{configuration:e,jsonResponse:r,customErrorMessage:o,wrapNetworkRequest:a,...n}){let u=()=>wb(I1(t,null,{configuration:e,wrapNetworkRequest:a,...n}),{configuration:e,customErrorMessage:o}).then(p=>p.body),A=await(typeof a<"u"?u():ol(hle,t,()=>u().then(p=>(hle.set(t,p),p))));return r?JSON.parse(A.toString()):A}async function Ost(t,e,{customErrorMessage:r,...o}){return(await wb(I1(t,e,{...o,method:"PUT"}),{customErrorMessage:r,configuration:o.configuration})).body}async function O4(t,e,{customErrorMessage:r,...o}){return(await wb(I1(t,e,{...o,method:"POST"}),{customErrorMessage:r,configuration:o.configuration})).body}async function Mst(t,{customErrorMessage:e,...r}){return(await wb(I1(t,null,{...r,method:"DELETE"}),{customErrorMessage:e,configuration:r.configuration})).body}async function Ust(t,e,{configuration:r,headers:o,jsonRequest:a,jsonResponse:n,method:u="GET"}){let A=typeof t=="string"?new URL(t):t,p=Ele(A,{configuration:r});if(p.enableNetwork===!1)throw new zt(80,`Request to '${A.href}' has been blocked because of your configuration settings`);if(A.protocol==="http:"&&!N4.default.isMatch(A.hostname,r.get("unsafeHttpWhitelist")))throw new zt(81,`Unsafe http requests must be explicitly whitelisted in your configuration (${A.hostname})`);let E={agent:{http:p.httpProxy?T4.default.httpOverHttp(dle(p.httpProxy)):Tst,https:p.httpsProxy?T4.default.httpsOverHttp(dle(p.httpsProxy)):Nst},headers:o,method:u};E.responseType=n?"json":"buffer",e!==null&&(Buffer.isBuffer(e)||!a&&typeof e=="string"?E.body=e:E.json=e);let I=r.get("httpTimeout"),v=r.get("httpRetry"),x=r.get("enableStrictSsl"),C=p.httpsCaFilePath,R=p.httpsCertFilePath,L=p.httpsKeyFilePath,{default:U}=await Promise.resolve().then(()=>$e(ple())),J=C?await R4(C):void 0,te=R?await R4(R):void 0,ae=L?await R4(L):void 0,fe=U.extend({timeout:{socket:I},retry:v,https:{rejectUnauthorized:x,certificateAuthority:J,certificate:te,key:ae},...E});return r.getLimit("networkConcurrency")(()=>fe(A))}var mle,yle,N4,T4,hle,gle,Tst,Nst,Cle,Ib=Et(()=>{St();mle=ve("https"),yle=ve("http"),N4=$e(Zo()),T4=$e(Yse());Yl();Gl();jl();hle=new Map,gle=new Map,Tst=new yle.Agent({keepAlive:!0}),Nst=new mle.Agent({keepAlive:!0});Cle=(a=>(a.GET="GET",a.PUT="PUT",a.POST="POST",a.DELETE="DELETE",a))(Cle||{})});var Ji={};Vt(Ji,{availableParallelism:()=>U4,getArchitecture:()=>B1,getArchitectureName:()=>qst,getArchitectureSet:()=>M4,getCaller:()=>Vst,major:()=>_st,openUrl:()=>Hst});function Gst(){if(process.platform==="darwin"||process.platform==="win32")return null;let t;try{t=oe.readFileSync(jst)}catch{}if(typeof t<"u"){if(t&&t.includes("GLIBC"))return"glibc";if(t&&t.includes("musl"))return"musl"}let r=(process.report?.getReport()??{}).sharedObjects??[],o=/\/(?:(ld-linux-|[^/]+-linux-gnu\/)|(libc.musl-|ld-musl-))/;return KI(r,a=>{let n=a.match(o);if(!n)return KI.skip;if(n[1])return"glibc";if(n[2])return"musl";throw new Error("Assertion failed: Expected the libc variant to have been detected")})??null}function B1(){return Ile=Ile??{os:process.platform,cpu:process.arch,libc:Gst()}}function qst(t=B1()){return t.libc?`${t.os}-${t.cpu}-${t.libc}`:`${t.os}-${t.cpu}`}function M4(){let t=B1();return Ble=Ble??{os:[t.os],cpu:[t.cpu],libc:t.libc?[t.libc]:[]}}function Kst(t){let e=Yst.exec(t);if(!e)return null;let r=e[2]&&e[2].indexOf("native")===0,o=e[2]&&e[2].indexOf("eval")===0,a=Wst.exec(e[2]);return o&&a!=null&&(e[2]=a[1],e[3]=a[2],e[4]=a[3]),{file:r?null:e[2],methodName:e[1]||"",arguments:r?[e[2]]:[],line:e[3]?+e[3]:null,column:e[4]?+e[4]:null}}function Vst(){let e=new Error().stack.split(` +`)[3];return Kst(e)}function U4(){return typeof Bb.default.availableParallelism<"u"?Bb.default.availableParallelism():Math.max(1,Bb.default.cpus().length)}var Bb,_st,wle,Hst,jst,Ile,Ble,Yst,Wst,vb=Et(()=>{St();Bb=$e(ve("os"));Db();jl();_st=Number(process.versions.node.split(".")[0]),wle=new Map([["darwin","open"],["linux","xdg-open"],["win32","explorer.exe"]]).get(process.platform),Hst=typeof wle<"u"?async t=>{try{return await _4(wle,[t],{cwd:V.cwd()}),!0}catch{return!1}}:void 0,jst="/usr/bin/ldd";Yst=/^\s*at (.*?) ?\(((?:file|https?|blob|chrome-extension|native|eval|webpack||\/|[a-z]:\\|\\\\).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Wst=/\((\S*)(?::(\d+))(?::(\d+))\)/});function Y4(t,e,r,o,a){let n=A1(r);if(o.isArray||o.type==="ANY"&&Array.isArray(n))return Array.isArray(n)?n.map((u,A)=>H4(t,`${e}[${A}]`,u,o,a)):String(n).split(/,/).map(u=>H4(t,e,u,o,a));if(Array.isArray(n))throw new Error(`Non-array configuration settings "${e}" cannot be an array`);return H4(t,e,r,o,a)}function H4(t,e,r,o,a){let n=A1(r);switch(o.type){case"ANY":return qP(n);case"SHAPE":return Zst(t,e,r,o,a);case"MAP":return $st(t,e,r,o,a)}if(n===null&&!o.isNullable&&o.default!==null)throw new Error(`Non-nullable configuration settings "${e}" cannot be set to null`);if(o.values?.includes(n))return n;let A=(()=>{if(o.type==="BOOLEAN"&&typeof n!="string")return VI(n);if(typeof n!="string")throw new Error(`Expected configuration setting "${e}" to be a string, got ${typeof n}`);let p=sP(n,{env:t.env});switch(o.type){case"ABSOLUTE_PATH":{let h=a,E=mM(r);return E&&E[0]!=="<"&&(h=V.dirname(E)),V.resolve(h,ue.toPortablePath(p))}case"LOCATOR_LOOSE":return xf(p,!1);case"NUMBER":return parseInt(p);case"LOCATOR":return xf(p);case"BOOLEAN":return VI(p);default:return p}})();if(o.values&&!o.values.includes(A))throw new Error(`Invalid value, expected one of ${o.values.join(", ")}`);return A}function Zst(t,e,r,o,a){let n=A1(r);if(typeof n!="object"||Array.isArray(n))throw new it(`Object configuration settings "${e}" must be an object`);let u=W4(t,o,{ignoreArrays:!0});if(n===null)return u;for(let[A,p]of Object.entries(n)){let h=`${e}.${A}`;if(!o.properties[A])throw new it(`Unrecognized configuration settings found: ${e}.${A} - run "yarn config -v" to see the list of settings supported in Yarn`);u.set(A,Y4(t,h,p,o.properties[A],a))}return u}function $st(t,e,r,o,a){let n=A1(r),u=new Map;if(typeof n!="object"||Array.isArray(n))throw new it(`Map configuration settings "${e}" must be an object`);if(n===null)return u;for(let[A,p]of Object.entries(n)){let h=o.normalizeKeys?o.normalizeKeys(A):A,E=`${e}['${h}']`,I=o.valueDefinition;u.set(h,Y4(t,E,p,I,a))}return u}function W4(t,e,{ignoreArrays:r=!1}={}){switch(e.type){case"SHAPE":{if(e.isArray&&!r)return[];let o=new Map;for(let[a,n]of Object.entries(e.properties))o.set(a,W4(t,n));return o}case"MAP":return e.isArray&&!r?[]:new Map;case"ABSOLUTE_PATH":return e.default===null?null:t.projectCwd===null?Array.isArray(e.default)?e.default.map(o=>V.normalize(o)):V.isAbsolute(e.default)?V.normalize(e.default):e.isNullable?null:void 0:Array.isArray(e.default)?e.default.map(o=>V.resolve(t.projectCwd,o)):V.resolve(t.projectCwd,e.default);default:return e.default}}function Pb(t,e,r){if(e.type==="SECRET"&&typeof t=="string"&&r.hideSecrets)return Xst;if(e.type==="ABSOLUTE_PATH"&&typeof t=="string"&&r.getNativePaths)return ue.fromPortablePath(t);if(e.isArray&&Array.isArray(t)){let o=[];for(let a of t)o.push(Pb(a,e,r));return o}if(e.type==="MAP"&&t instanceof Map){if(t.size===0)return;let o=new Map;for(let[a,n]of t.entries()){let u=Pb(n,e.valueDefinition,r);typeof u<"u"&&o.set(a,u)}return o}if(e.type==="SHAPE"&&t instanceof Map){if(t.size===0)return;let o=new Map;for(let[a,n]of t.entries()){let u=e.properties[a],A=Pb(n,u,r);typeof A<"u"&&o.set(a,A)}return o}return t}function eot(){let t={};for(let[e,r]of Object.entries(process.env))e=e.toLowerCase(),e.startsWith(bb)&&(e=(0,Dle.default)(e.slice(bb.length)),t[e]=r);return t}function G4(){let t=`${bb}rc_filename`;for(let[e,r]of Object.entries(process.env))if(e.toLowerCase()===t&&typeof r=="string")return r;return q4}async function vle(t){try{return await oe.readFilePromise(t)}catch{return Buffer.of()}}async function tot(t,e){return Buffer.compare(...await Promise.all([vle(t),vle(e)]))===0}async function rot(t,e){let[r,o]=await Promise.all([oe.statPromise(t),oe.statPromise(e)]);return r.dev===o.dev&&r.ino===o.ino}async function iot({configuration:t,selfPath:e}){let r=t.get("yarnPath");return t.get("ignorePath")||r===null||r===e||await not(r,e)?null:r}var Dle,Lf,Sle,Ple,ble,j4,Jst,v1,zst,FE,bb,q4,Xst,D1,xle,xb,Sb,not,rA,Ke,S1=Et(()=>{St();Nl();Dle=$e(sV()),Lf=$e(td());jt();Sle=$e(ZV()),Ple=ve("module"),ble=$e(id()),j4=ve("stream");ose();fE();cM();uM();AM();Tse();fM();vd();Use();WP();Gl();nh();Ib();jl();vb();Qf();bo();Jst=function(){if(!Lf.GITHUB_ACTIONS||!process.env.GITHUB_EVENT_PATH)return!1;let t=ue.toPortablePath(process.env.GITHUB_EVENT_PATH),e;try{e=oe.readJsonSync(t)}catch{return!1}return!(!("repository"in e)||!e.repository||(e.repository.private??!0))}(),v1=new Set(["@yarnpkg/plugin-constraints","@yarnpkg/plugin-exec","@yarnpkg/plugin-interactive-tools","@yarnpkg/plugin-stage","@yarnpkg/plugin-typescript","@yarnpkg/plugin-version","@yarnpkg/plugin-workspace-tools"]),zst=new Set(["isTestEnv","injectNpmUser","injectNpmPassword","injectNpm2FaToken","zipDataEpilogue","cacheCheckpointOverride","cacheVersionOverride","lockfileVersionOverride","binFolder","version","flags","profile","gpg","ignoreNode","wrapOutput","home","confDir","registry","ignoreCwd"]),FE=/^(?!v)[a-z0-9._-]+$/i,bb="yarn_",q4=".yarnrc.yml",Xst="********",D1=(E=>(E.ANY="ANY",E.BOOLEAN="BOOLEAN",E.ABSOLUTE_PATH="ABSOLUTE_PATH",E.LOCATOR="LOCATOR",E.LOCATOR_LOOSE="LOCATOR_LOOSE",E.NUMBER="NUMBER",E.STRING="STRING",E.SECRET="SECRET",E.SHAPE="SHAPE",E.MAP="MAP",E))(D1||{}),xle=yt,xb=(r=>(r.JUNCTIONS="junctions",r.SYMLINKS="symlinks",r))(xb||{}),Sb={lastUpdateCheck:{description:"Last timestamp we checked whether new Yarn versions were available",type:"STRING",default:null},yarnPath:{description:"Path to the local executable that must be used over the global one",type:"ABSOLUTE_PATH",default:null},ignorePath:{description:"If true, the local executable will be ignored when using the global one",type:"BOOLEAN",default:!1},globalFolder:{description:"Folder where all system-global files are stored",type:"ABSOLUTE_PATH",default:EM()},cacheFolder:{description:"Folder where the cache files must be written",type:"ABSOLUTE_PATH",default:"./.yarn/cache"},compressionLevel:{description:"Zip files compression level, from 0 to 9 or mixed (a variant of 9, which stores some files uncompressed, when compression doesn't yield good results)",type:"NUMBER",values:["mixed",0,1,2,3,4,5,6,7,8,9],default:0},virtualFolder:{description:"Folder where the virtual packages (cf doc) will be mapped on the disk (must be named __virtual__)",type:"ABSOLUTE_PATH",default:"./.yarn/__virtual__"},installStatePath:{description:"Path of the file where the install state will be persisted",type:"ABSOLUTE_PATH",default:"./.yarn/install-state.gz"},immutablePatterns:{description:"Array of glob patterns; files matching them won't be allowed to change during immutable installs",type:"STRING",default:[],isArray:!0},rcFilename:{description:"Name of the files where the configuration can be found",type:"STRING",default:G4()},enableGlobalCache:{description:"If true, the system-wide cache folder will be used regardless of `cache-folder`",type:"BOOLEAN",default:!0},cacheMigrationMode:{description:"Defines the conditions under which Yarn upgrades should cause the cache archives to be regenerated.",type:"STRING",values:["always","match-spec","required-only"],default:"always"},enableColors:{description:"If true, the CLI is allowed to use colors in its output",type:"BOOLEAN",default:lP,defaultText:""},enableHyperlinks:{description:"If true, the CLI is allowed to use hyperlinks in its output",type:"BOOLEAN",default:SL,defaultText:""},enableInlineBuilds:{description:"If true, the CLI will print the build output on the command line",type:"BOOLEAN",default:Lf.isCI,defaultText:""},enableMessageNames:{description:"If true, the CLI will prefix most messages with codes suitable for search engines",type:"BOOLEAN",default:!0},enableProgressBars:{description:"If true, the CLI is allowed to show a progress bar for long-running events",type:"BOOLEAN",default:!Lf.isCI,defaultText:""},enableTimers:{description:"If true, the CLI is allowed to print the time spent executing commands",type:"BOOLEAN",default:!0},enableTips:{description:"If true, installs will print a helpful message every day of the week",type:"BOOLEAN",default:!Lf.isCI,defaultText:""},preferInteractive:{description:"If true, the CLI will automatically use the interactive mode when called from a TTY",type:"BOOLEAN",default:!1},preferTruncatedLines:{description:"If true, the CLI will truncate lines that would go beyond the size of the terminal",type:"BOOLEAN",default:!1},progressBarStyle:{description:"Which style of progress bar should be used (only when progress bars are enabled)",type:"STRING",default:void 0,defaultText:""},defaultLanguageName:{description:"Default language mode that should be used when a package doesn't offer any insight",type:"STRING",default:"node"},defaultProtocol:{description:"Default resolution protocol used when resolving pure semver and tag ranges",type:"STRING",default:"npm:"},enableTransparentWorkspaces:{description:"If false, Yarn won't automatically resolve workspace dependencies unless they use the `workspace:` protocol",type:"BOOLEAN",default:!0},supportedArchitectures:{description:"Architectures that Yarn will fetch and inject into the resolver",type:"SHAPE",properties:{os:{description:"Array of supported process.platform strings, or null to target them all",type:"STRING",isArray:!0,isNullable:!0,default:["current"]},cpu:{description:"Array of supported process.arch strings, or null to target them all",type:"STRING",isArray:!0,isNullable:!0,default:["current"]},libc:{description:"Array of supported libc libraries, or null to target them all",type:"STRING",isArray:!0,isNullable:!0,default:["current"]}}},enableMirror:{description:"If true, the downloaded packages will be retrieved and stored in both the local and global folders",type:"BOOLEAN",default:!0},enableNetwork:{description:"If false, Yarn will refuse to use the network if required to",type:"BOOLEAN",default:!0},enableOfflineMode:{description:"If true, Yarn will attempt to retrieve files and metadata from the global cache rather than the network",type:"BOOLEAN",default:!1},httpProxy:{description:"URL of the http proxy that must be used for outgoing http requests",type:"STRING",default:null},httpsProxy:{description:"URL of the http proxy that must be used for outgoing https requests",type:"STRING",default:null},unsafeHttpWhitelist:{description:"List of the hostnames for which http queries are allowed (glob patterns are supported)",type:"STRING",default:[],isArray:!0},httpTimeout:{description:"Timeout of each http request in milliseconds",type:"NUMBER",default:6e4},httpRetry:{description:"Retry times on http failure",type:"NUMBER",default:3},networkConcurrency:{description:"Maximal number of concurrent requests",type:"NUMBER",default:50},taskPoolConcurrency:{description:"Maximal amount of concurrent heavy task processing",type:"NUMBER",default:U4()},taskPoolMode:{description:"Execution strategy for heavy tasks",type:"STRING",values:["async","workers"],default:"workers"},networkSettings:{description:"Network settings per hostname (glob patterns are supported)",type:"MAP",valueDefinition:{description:"",type:"SHAPE",properties:{httpsCaFilePath:{description:"Path to file containing one or multiple Certificate Authority signing certificates",type:"ABSOLUTE_PATH",default:null},enableNetwork:{description:"If false, the package manager will refuse to use the network if required to",type:"BOOLEAN",default:null},httpProxy:{description:"URL of the http proxy that must be used for outgoing http requests",type:"STRING",default:null},httpsProxy:{description:"URL of the http proxy that must be used for outgoing https requests",type:"STRING",default:null},httpsKeyFilePath:{description:"Path to file containing private key in PEM format",type:"ABSOLUTE_PATH",default:null},httpsCertFilePath:{description:"Path to file containing certificate chain in PEM format",type:"ABSOLUTE_PATH",default:null}}}},httpsCaFilePath:{description:"A path to a file containing one or multiple Certificate Authority signing certificates",type:"ABSOLUTE_PATH",default:null},httpsKeyFilePath:{description:"Path to file containing private key in PEM format",type:"ABSOLUTE_PATH",default:null},httpsCertFilePath:{description:"Path to file containing certificate chain in PEM format",type:"ABSOLUTE_PATH",default:null},enableStrictSsl:{description:"If false, SSL certificate errors will be ignored",type:"BOOLEAN",default:!0},logFilters:{description:"Overrides for log levels",type:"SHAPE",isArray:!0,concatenateValues:!0,properties:{code:{description:"Code of the messages covered by this override",type:"STRING",default:void 0},text:{description:"Code of the texts covered by this override",type:"STRING",default:void 0},pattern:{description:"Code of the patterns covered by this override",type:"STRING",default:void 0},level:{description:"Log level override, set to null to remove override",type:"STRING",values:Object.values(uP),isNullable:!0,default:void 0}}},enableTelemetry:{description:"If true, telemetry will be periodically sent, following the rules in https://yarnpkg.com/advanced/telemetry",type:"BOOLEAN",default:!0},telemetryInterval:{description:"Minimal amount of time between two telemetry uploads, in days",type:"NUMBER",default:7},telemetryUserId:{description:"If you desire to tell us which project you are, you can set this field. Completely optional and opt-in.",type:"STRING",default:null},enableHardenedMode:{description:"If true, automatically enable --check-resolutions --refresh-lockfile on installs",type:"BOOLEAN",default:Lf.isPR&&Jst,defaultText:""},enableScripts:{description:"If true, packages are allowed to have install scripts by default",type:"BOOLEAN",default:!0},enableStrictSettings:{description:"If true, unknown settings will cause Yarn to abort",type:"BOOLEAN",default:!0},enableImmutableCache:{description:"If true, the cache is reputed immutable and actions that would modify it will throw",type:"BOOLEAN",default:!1},checksumBehavior:{description:"Enumeration defining what to do when a checksum doesn't match expectations",type:"STRING",default:"throw"},injectEnvironmentFiles:{description:"List of all the environment files that Yarn should inject inside the process when it starts",type:"ABSOLUTE_PATH",default:[".env.yarn?"],isArray:!0},packageExtensions:{description:"Map of package corrections to apply on the dependency tree",type:"MAP",valueDefinition:{description:"The extension that will be applied to any package whose version matches the specified range",type:"SHAPE",properties:{dependencies:{description:"The set of dependencies that must be made available to the current package in order for it to work properly",type:"MAP",valueDefinition:{description:"A range",type:"STRING"}},peerDependencies:{description:"Inherited dependencies - the consumer of the package will be tasked to provide them",type:"MAP",valueDefinition:{description:"A semver range",type:"STRING"}},peerDependenciesMeta:{description:"Extra information related to the dependencies listed in the peerDependencies field",type:"MAP",valueDefinition:{description:"The peerDependency meta",type:"SHAPE",properties:{optional:{description:"If true, the selected peer dependency will be marked as optional by the package manager and the consumer omitting it won't be reported as an error",type:"BOOLEAN",default:!1}}}}}}}};not=process.platform==="win32"?tot:rot;rA=class{constructor(e){this.isCI=Lf.isCI;this.projectCwd=null;this.plugins=new Map;this.settings=new Map;this.values=new Map;this.sources=new Map;this.invalid=new Map;this.env={};this.limits=new Map;this.packageExtensions=null;this.startingCwd=e}static create(e,r,o){let a=new rA(e);typeof r<"u"&&!(r instanceof Map)&&(a.projectCwd=r),a.importSettings(Sb);let n=typeof o<"u"?o:r instanceof Map?r:new Map;for(let[u,A]of n)a.activatePlugin(u,A);return a}static async find(e,r,{strict:o=!0,usePathCheck:a=null,useRc:n=!0}={}){let u=eot();delete u.rcFilename;let A=new rA(e),p=await rA.findRcFiles(e),h=await rA.findFolderRcFile(EE());h&&(p.find(me=>me.path===h.path)||p.unshift(h));let E=Mse(p.map(ce=>[ce.path,ce.data])),I=Bt.dot,v=new Set(Object.keys(Sb)),x=({yarnPath:ce,ignorePath:me,injectEnvironmentFiles:he})=>({yarnPath:ce,ignorePath:me,injectEnvironmentFiles:he}),C=({yarnPath:ce,ignorePath:me,injectEnvironmentFiles:he,...Be})=>{let we={};for(let[g,Ee]of Object.entries(Be))v.has(g)&&(we[g]=Ee);return we},R=({yarnPath:ce,ignorePath:me,...he})=>{let Be={};for(let[we,g]of Object.entries(he))v.has(we)||(Be[we]=g);return Be};if(A.importSettings(x(Sb)),A.useWithSource("",x(u),e,{strict:!1}),E){let[ce,me]=E;A.useWithSource(ce,x(me),I,{strict:!1})}if(a){if(await iot({configuration:A,selfPath:a})!==null)return A;A.useWithSource("",{ignorePath:!0},e,{strict:!1,overwrite:!0})}let L=await rA.findProjectCwd(e);A.startingCwd=e,A.projectCwd=L;let U=Object.assign(Object.create(null),process.env);A.env=U;let J=await Promise.all(A.get("injectEnvironmentFiles").map(async ce=>{let me=ce.endsWith("?")?await oe.readFilePromise(ce.slice(0,-1),"utf8").catch(()=>""):await oe.readFilePromise(ce,"utf8");return(0,Sle.parse)(me)}));for(let ce of J)for(let[me,he]of Object.entries(ce))A.env[me]=sP(he,{env:U});if(A.importSettings(C(Sb)),A.useWithSource("",C(u),e,{strict:o}),E){let[ce,me]=E;A.useWithSource(ce,C(me),I,{strict:o})}let te=ce=>"default"in ce?ce.default:ce,ae=new Map([["@@core",sse]]);if(r!==null)for(let ce of r.plugins.keys())ae.set(ce,te(r.modules.get(ce)));for(let[ce,me]of ae)A.activatePlugin(ce,me);let fe=new Map([]);if(r!==null){let ce=new Map;for(let Be of Ple.builtinModules)ce.set(Be,()=>Df(Be));for(let[Be,we]of r.modules)ce.set(Be,()=>we);let me=new Set,he=async(Be,we)=>{let{factory:g,name:Ee}=Df(Be);if(!g||me.has(Ee))return;let Se=new Map(ce),le=ee=>{if(Se.has(ee))return Se.get(ee)();throw new it(`This plugin cannot access the package referenced via ${ee} which is neither a builtin, nor an exposed entry`)},ne=await Ky(async()=>te(await g(le)),ee=>`${ee} (when initializing ${Ee}, defined in ${we})`);ce.set(Ee,()=>ne),me.add(Ee),fe.set(Ee,ne)};if(u.plugins)for(let Be of u.plugins.split(";")){let we=V.resolve(e,ue.toPortablePath(Be));await he(we,"")}for(let{path:Be,cwd:we,data:g}of p)if(!!n&&!!Array.isArray(g.plugins))for(let Ee of g.plugins){let Se=typeof Ee!="string"?Ee.path:Ee,le=Ee?.spec??"",ne=Ee?.checksum??"";if(v1.has(le))continue;let ee=V.resolve(we,ue.toPortablePath(Se));if(!await oe.existsPromise(ee)){if(!le){let At=Mt(A,V.basename(ee,".cjs"),yt.NAME),H=Mt(A,".gitignore",yt.NAME),at=Mt(A,A.values.get("rcFilename"),yt.NAME),Re=Mt(A,"https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored",yt.URL);throw new it(`Missing source for the ${At} plugin - please try to remove the plugin from ${at} then reinstall it manually. This error usually occurs because ${H} is incorrect, check ${Re} to make sure your plugin folder isn't gitignored.`)}if(!le.match(/^https?:/)){let At=Mt(A,V.basename(ee,".cjs"),yt.NAME),H=Mt(A,A.values.get("rcFilename"),yt.NAME);throw new it(`Failed to recognize the source for the ${At} plugin - please try to delete the plugin from ${H} then reinstall it manually.`)}let Ie=await L4(le,{configuration:A}),Fe=zs(Ie);if(ne&&ne!==Fe){let At=Mt(A,V.basename(ee,".cjs"),yt.NAME),H=Mt(A,A.values.get("rcFilename"),yt.NAME),at=Mt(A,`yarn plugin import ${le}`,yt.CODE);throw new it(`Failed to fetch the ${At} plugin from its remote location: its checksum seems to have changed. If this is expected, please remove the plugin from ${H} then run ${at} to reimport it.`)}await oe.mkdirPromise(V.dirname(ee),{recursive:!0}),await oe.writeFilePromise(ee,Ie)}await he(ee,Be)}}for(let[ce,me]of fe)A.activatePlugin(ce,me);if(A.useWithSource("",R(u),e,{strict:o}),E){let[ce,me]=E;A.useWithSource(ce,R(me),I,{strict:o})}return A.get("enableGlobalCache")&&(A.values.set("cacheFolder",`${A.get("globalFolder")}/cache`),A.sources.set("cacheFolder","")),A}static async findRcFiles(e){let r=G4(),o=[],a=e,n=null;for(;a!==n;){n=a;let u=V.join(n,r);if(oe.existsSync(u)){let A=await oe.readFilePromise(u,"utf8"),p;try{p=Ki(A)}catch{let E="";throw A.match(/^\s+(?!-)[^:]+\s+\S+/m)&&(E=" (in particular, make sure you list the colons after each key name)"),new it(`Parse error when loading ${u}; please check it's proper Yaml${E}`)}o.unshift({path:u,cwd:n,data:p})}a=V.dirname(n)}return o}static async findFolderRcFile(e){let r=V.join(e,dr.rc),o;try{o=await oe.readFilePromise(r,"utf8")}catch(n){if(n.code==="ENOENT")return null;throw n}let a=Ki(o);return{path:r,cwd:e,data:a}}static async findProjectCwd(e){let r=null,o=e,a=null;for(;o!==a;){if(a=o,oe.existsSync(V.join(a,dr.lockfile)))return a;oe.existsSync(V.join(a,dr.manifest))&&(r=a),o=V.dirname(a)}return r}static async updateConfiguration(e,r,o={}){let a=G4(),n=V.join(e,a),u=oe.existsSync(n)?Ki(await oe.readFilePromise(n,"utf8")):{},A=!1,p;if(typeof r=="function"){try{p=r(u)}catch{p=r({})}if(p===u)return!1}else{p=u;for(let h of Object.keys(r)){let E=u[h],I=r[h],v;if(typeof I=="function")try{v=I(E)}catch{v=I(void 0)}else v=I;E!==v&&(v===rA.deleteProperty?delete p[h]:p[h]=v,A=!0)}if(!A)return!1}return await oe.changeFilePromise(n,Ba(p),{automaticNewlines:!0}),!0}static async addPlugin(e,r){r.length!==0&&await rA.updateConfiguration(e,o=>{let a=o.plugins??[];if(a.length===0)return{...o,plugins:r};let n=[],u=[...r];for(let A of a){let p=typeof A!="string"?A.path:A,h=u.find(E=>E.path===p);h?(n.push(h),u=u.filter(E=>E!==h)):n.push(A)}return n.push(...u),{...o,plugins:n}})}static async updateHomeConfiguration(e){let r=EE();return await rA.updateConfiguration(r,e)}activatePlugin(e,r){this.plugins.set(e,r),typeof r.configuration<"u"&&this.importSettings(r.configuration)}importSettings(e){for(let[r,o]of Object.entries(e))if(o!=null){if(this.settings.has(r))throw new Error(`Cannot redefine settings "${r}"`);this.settings.set(r,o),this.values.set(r,W4(this,o))}}useWithSource(e,r,o,a){try{this.use(e,r,o,a)}catch(n){throw n.message+=` (in ${Mt(this,e,yt.PATH)})`,n}}use(e,r,o,{strict:a=!0,overwrite:n=!1}={}){a=a&&this.get("enableStrictSettings");for(let u of["enableStrictSettings",...Object.keys(r)]){let A=r[u],p=mM(A);if(p&&(e=p),typeof A>"u"||u==="plugins"||e===""&&zst.has(u))continue;if(u==="rcFilename")throw new it(`The rcFilename settings can only be set via ${`${bb}RC_FILENAME`.toUpperCase()}, not via a rc file`);let h=this.settings.get(u);if(!h){let I=EE(),v=e[0]!=="<"?V.dirname(e):null;if(a&&!(v!==null?I===v:!1))throw new it(`Unrecognized or legacy configuration settings found: ${u} - run "yarn config -v" to see the list of settings supported in Yarn`);this.invalid.set(u,e);continue}if(this.sources.has(u)&&!(n||h.type==="MAP"||h.isArray&&h.concatenateValues))continue;let E;try{E=Y4(this,u,A,h,o)}catch(I){throw I.message+=` in ${Mt(this,e,yt.PATH)}`,I}if(u==="enableStrictSettings"&&e!==""){a=E;continue}if(h.type==="MAP"){let I=this.values.get(u);this.values.set(u,new Map(n?[...I,...E]:[...E,...I])),this.sources.set(u,`${this.sources.get(u)}, ${e}`)}else if(h.isArray&&h.concatenateValues){let I=this.values.get(u);this.values.set(u,n?[...I,...E]:[...E,...I]),this.sources.set(u,`${this.sources.get(u)}, ${e}`)}else this.values.set(u,E),this.sources.set(u,e)}}get(e){if(!this.values.has(e))throw new Error(`Invalid configuration key "${e}"`);return this.values.get(e)}getSpecial(e,{hideSecrets:r=!1,getNativePaths:o=!1}){let a=this.get(e),n=this.settings.get(e);if(typeof n>"u")throw new it(`Couldn't find a configuration settings named "${e}"`);return Pb(a,n,{hideSecrets:r,getNativePaths:o})}getSubprocessStreams(e,{header:r,prefix:o,report:a}){let n,u,A=oe.createWriteStream(e);if(this.get("enableInlineBuilds")){let p=a.createStreamReporter(`${o} ${Mt(this,"STDOUT","green")}`),h=a.createStreamReporter(`${o} ${Mt(this,"STDERR","red")}`);n=new j4.PassThrough,n.pipe(p),n.pipe(A),u=new j4.PassThrough,u.pipe(h),u.pipe(A)}else n=A,u=A,typeof r<"u"&&n.write(`${r} +`);return{stdout:n,stderr:u}}makeResolver(){let e=[];for(let r of this.plugins.values())for(let o of r.resolvers||[])e.push(new o);return new Dd([new c1,new Xn,...e])}makeFetcher(){let e=[];for(let r of this.plugins.values())for(let o of r.fetchers||[])e.push(new o);return new hE([new gE,new mE,...e])}getLinkers(){let e=[];for(let r of this.plugins.values())for(let o of r.linkers||[])e.push(new o);return e}getSupportedArchitectures(){let e=B1(),r=this.get("supportedArchitectures"),o=r.get("os");o!==null&&(o=o.map(u=>u==="current"?e.os:u));let a=r.get("cpu");a!==null&&(a=a.map(u=>u==="current"?e.cpu:u));let n=r.get("libc");return n!==null&&(n=sl(n,u=>u==="current"?e.libc??sl.skip:u)),{os:o,cpu:a,libc:n}}async getPackageExtensions(){if(this.packageExtensions!==null)return this.packageExtensions;this.packageExtensions=new Map;let e=this.packageExtensions,r=(o,a,{userProvided:n=!1}={})=>{if(!xa(o.range))throw new Error("Only semver ranges are allowed as keys for the packageExtensions setting");let u=new Ot;u.load(a,{yamlCompatibilityMode:!0});let A=Yy(e,o.identHash),p=[];A.push([o.range,p]);let h={status:"inactive",userProvided:n,parentDescriptor:o};for(let E of u.dependencies.values())p.push({...h,type:"Dependency",descriptor:E});for(let E of u.peerDependencies.values())p.push({...h,type:"PeerDependency",descriptor:E});for(let[E,I]of u.peerDependenciesMeta)for(let[v,x]of Object.entries(I))p.push({...h,type:"PeerDependencyMeta",selector:E,key:v,value:x})};await this.triggerHook(o=>o.registerPackageExtensions,this,r);for(let[o,a]of this.get("packageExtensions"))r(ih(o,!0),iP(a),{userProvided:!0});return e}normalizeLocator(e){return xa(e.reference)?Qs(e,`${this.get("defaultProtocol")}${e.reference}`):FE.test(e.reference)?Qs(e,`${this.get("defaultProtocol")}${e.reference}`):e}normalizeDependency(e){return xa(e.range)?In(e,`${this.get("defaultProtocol")}${e.range}`):FE.test(e.range)?In(e,`${this.get("defaultProtocol")}${e.range}`):e}normalizeDependencyMap(e){return new Map([...e].map(([r,o])=>[r,this.normalizeDependency(o)]))}normalizePackage(e,{packageExtensions:r}){let o=e1(e),a=r.get(e.identHash);if(typeof a<"u"){let u=e.version;if(u!==null){for(let[A,p]of a)if(!!kf(u,A))for(let h of p)switch(h.status==="inactive"&&(h.status="redundant"),h.type){case"Dependency":typeof o.dependencies.get(h.descriptor.identHash)>"u"&&(h.status="active",o.dependencies.set(h.descriptor.identHash,this.normalizeDependency(h.descriptor)));break;case"PeerDependency":typeof o.peerDependencies.get(h.descriptor.identHash)>"u"&&(h.status="active",o.peerDependencies.set(h.descriptor.identHash,h.descriptor));break;case"PeerDependencyMeta":{let E=o.peerDependenciesMeta.get(h.selector);(typeof E>"u"||!Object.hasOwn(E,h.key)||E[h.key]!==h.value)&&(h.status="active",ol(o.peerDependenciesMeta,h.selector,()=>({}))[h.key]=h.value)}break;default:yL(h)}}}let n=u=>u.scope?`${u.scope}__${u.name}`:`${u.name}`;for(let u of o.peerDependenciesMeta.keys()){let A=Js(u);o.peerDependencies.has(A.identHash)||o.peerDependencies.set(A.identHash,In(A,"*"))}for(let u of o.peerDependencies.values()){if(u.scope==="types")continue;let A=n(u),p=eA("types",A),h=fn(p);o.peerDependencies.has(p.identHash)||o.peerDependenciesMeta.has(h)||(o.peerDependencies.set(p.identHash,In(p,"*")),o.peerDependenciesMeta.set(h,{optional:!0}))}return o.dependencies=new Map(ks(o.dependencies,([,u])=>Pa(u))),o.peerDependencies=new Map(ks(o.peerDependencies,([,u])=>Pa(u))),o}getLimit(e){return ol(this.limits,e,()=>(0,ble.default)(this.get(e)))}async triggerHook(e,...r){for(let o of this.plugins.values()){let a=o.hooks;if(!a)continue;let n=e(a);!n||await n(...r)}}async triggerMultipleHooks(e,r){for(let o of r)await this.triggerHook(e,...o)}async reduceHook(e,r,...o){let a=r;for(let n of this.plugins.values()){let u=n.hooks;if(!u)continue;let A=e(u);!A||(a=await A(a,...o))}return a}async firstHook(e,...r){for(let o of this.plugins.values()){let a=o.hooks;if(!a)continue;let n=e(a);if(!n)continue;let u=await n(...r);if(typeof u<"u")return u}return null}},Ke=rA;Ke.deleteProperty=Symbol(),Ke.telemetry=null});var Ur={};Vt(Ur,{EndStrategy:()=>z4,ExecError:()=>kb,PipeError:()=>P1,execvp:()=>_4,pipevp:()=>qc});function bd(t){return t!==null&&typeof t.fd=="number"}function K4(){}function V4(){for(let t of xd)t.kill()}async function qc(t,e,{cwd:r,env:o=process.env,strict:a=!1,stdin:n=null,stdout:u,stderr:A,end:p=2}){let h=["pipe","pipe","pipe"];n===null?h[0]="ignore":bd(n)&&(h[0]=n),bd(u)&&(h[1]=u),bd(A)&&(h[2]=A);let E=(0,J4.default)(t,e,{cwd:ue.fromPortablePath(r),env:{...o,PWD:ue.fromPortablePath(r)},stdio:h});xd.add(E),xd.size===1&&(process.on("SIGINT",K4),process.on("SIGTERM",V4)),!bd(n)&&n!==null&&n.pipe(E.stdin),bd(u)||E.stdout.pipe(u,{end:!1}),bd(A)||E.stderr.pipe(A,{end:!1});let I=()=>{for(let v of new Set([u,A]))bd(v)||v.end()};return new Promise((v,x)=>{E.on("error",C=>{xd.delete(E),xd.size===0&&(process.off("SIGINT",K4),process.off("SIGTERM",V4)),(p===2||p===1)&&I(),x(C)}),E.on("close",(C,R)=>{xd.delete(E),xd.size===0&&(process.off("SIGINT",K4),process.off("SIGTERM",V4)),(p===2||p===1&&C!==0)&&I(),C===0||!a?v({code:X4(C,R)}):x(new P1({fileName:t,code:C,signal:R}))})})}async function _4(t,e,{cwd:r,env:o=process.env,encoding:a="utf8",strict:n=!1}){let u=["ignore","pipe","pipe"],A=[],p=[],h=ue.fromPortablePath(r);typeof o.PWD<"u"&&(o={...o,PWD:h});let E=(0,J4.default)(t,e,{cwd:h,env:o,stdio:u});return E.stdout.on("data",I=>{A.push(I)}),E.stderr.on("data",I=>{p.push(I)}),await new Promise((I,v)=>{E.on("error",x=>{let C=Ke.create(r),R=Mt(C,t,yt.PATH);v(new zt(1,`Process ${R} failed to spawn`,L=>{L.reportError(1,` ${zu(C,{label:"Thrown Error",value:_c(yt.NO_HINT,x.message)})}`)}))}),E.on("close",(x,C)=>{let R=a==="buffer"?Buffer.concat(A):Buffer.concat(A).toString(a),L=a==="buffer"?Buffer.concat(p):Buffer.concat(p).toString(a);x===0||!n?I({code:X4(x,C),stdout:R,stderr:L}):v(new kb({fileName:t,code:x,signal:C,stdout:R,stderr:L}))})})}function X4(t,e){let r=sot.get(e);return typeof r<"u"?128+r:t??1}function oot(t,e,{configuration:r,report:o}){o.reportError(1,` ${zu(r,t!==null?{label:"Exit Code",value:_c(yt.NUMBER,t)}:{label:"Exit Signal",value:_c(yt.CODE,e)})}`)}var J4,z4,P1,kb,xd,sot,Db=Et(()=>{St();J4=$e(sT());S1();Yl();Gl();z4=(o=>(o[o.Never=0]="Never",o[o.ErrorCode=1]="ErrorCode",o[o.Always=2]="Always",o))(z4||{}),P1=class extends zt{constructor({fileName:r,code:o,signal:a}){let n=Ke.create(V.cwd()),u=Mt(n,r,yt.PATH);super(1,`Child ${u} reported an error`,A=>{oot(o,a,{configuration:n,report:A})});this.code=X4(o,a)}},kb=class extends P1{constructor({fileName:r,code:o,signal:a,stdout:n,stderr:u}){super({fileName:r,code:o,signal:a});this.stdout=n,this.stderr=u}};xd=new Set;sot=new Map([["SIGINT",2],["SIGQUIT",3],["SIGKILL",9],["SIGTERM",15]])});function Qle(t){kle=t}function b1(){return typeof Z4>"u"&&(Z4=kle()),Z4}var Z4,kle,$4=Et(()=>{kle=()=>{throw new Error("Assertion failed: No libzip instance is available, and no factory was configured")}});var Fle=_((Qb,tU)=>{var aot=Object.assign({},ve("fs")),eU=function(){var t=typeof document<"u"&&document.currentScript?document.currentScript.src:void 0;return typeof __filename<"u"&&(t=t||__filename),function(e){e=e||{};var r=typeof e<"u"?e:{},o,a;r.ready=new Promise(function(We,tt){o=We,a=tt});var n={},u;for(u in r)r.hasOwnProperty(u)&&(n[u]=r[u]);var A=[],p="./this.program",h=function(We,tt){throw tt},E=!1,I=!0,v="";function x(We){return r.locateFile?r.locateFile(We,v):v+We}var C,R,L,U;I&&(E?v=ve("path").dirname(v)+"/":v=__dirname+"/",C=function(tt,It){var nr=ii(tt);return nr?It?nr:nr.toString():(L||(L=aot),U||(U=ve("path")),tt=U.normalize(tt),L.readFileSync(tt,It?null:"utf8"))},R=function(tt){var It=C(tt,!0);return It.buffer||(It=new Uint8Array(It)),Ee(It.buffer),It},process.argv.length>1&&(p=process.argv[1].replace(/\\/g,"/")),A=process.argv.slice(2),h=function(We){process.exit(We)},r.inspect=function(){return"[Emscripten Module object]"});var J=r.print||console.log.bind(console),te=r.printErr||console.warn.bind(console);for(u in n)n.hasOwnProperty(u)&&(r[u]=n[u]);n=null,r.arguments&&(A=r.arguments),r.thisProgram&&(p=r.thisProgram),r.quit&&(h=r.quit);var ae=0,fe=function(We){ae=We},ce;r.wasmBinary&&(ce=r.wasmBinary);var me=r.noExitRuntime||!0;typeof WebAssembly!="object"&&Ti("no native wasm support detected");function he(We,tt,It){switch(tt=tt||"i8",tt.charAt(tt.length-1)==="*"&&(tt="i32"),tt){case"i1":return He[We>>0];case"i8":return He[We>>0];case"i16":return cp((We>>1)*2);case"i32":return Os((We>>2)*4);case"i64":return Os((We>>2)*4);case"float":return cu((We>>2)*4);case"double":return lp((We>>3)*8);default:Ti("invalid type for getValue: "+tt)}return null}var Be,we=!1,g;function Ee(We,tt){We||Ti("Assertion failed: "+tt)}function Se(We){var tt=r["_"+We];return Ee(tt,"Cannot call unknown function "+We+", make sure it is exported"),tt}function le(We,tt,It,nr,$){var ye={string:function(es){var bi=0;if(es!=null&&es!==0){var jo=(es.length<<2)+1;bi=Un(jo),At(es,bi,jo)}return bi},array:function(es){var bi=Un(es.length);return Re(es,bi),bi}};function Le(es){return tt==="string"?Ie(es):tt==="boolean"?Boolean(es):es}var pt=Se(We),ht=[],Tt=0;if(nr)for(var er=0;er=It)&&Te[nr];)++nr;return ee.decode(Te.subarray(We,nr))}function Fe(We,tt,It,nr){if(!(nr>0))return 0;for(var $=It,ye=It+nr-1,Le=0;Le=55296&&pt<=57343){var ht=We.charCodeAt(++Le);pt=65536+((pt&1023)<<10)|ht&1023}if(pt<=127){if(It>=ye)break;tt[It++]=pt}else if(pt<=2047){if(It+1>=ye)break;tt[It++]=192|pt>>6,tt[It++]=128|pt&63}else if(pt<=65535){if(It+2>=ye)break;tt[It++]=224|pt>>12,tt[It++]=128|pt>>6&63,tt[It++]=128|pt&63}else{if(It+3>=ye)break;tt[It++]=240|pt>>18,tt[It++]=128|pt>>12&63,tt[It++]=128|pt>>6&63,tt[It++]=128|pt&63}}return tt[It]=0,It-$}function At(We,tt,It){return Fe(We,Te,tt,It)}function H(We){for(var tt=0,It=0;It=55296&&nr<=57343&&(nr=65536+((nr&1023)<<10)|We.charCodeAt(++It)&1023),nr<=127?++tt:nr<=2047?tt+=2:nr<=65535?tt+=3:tt+=4}return tt}function at(We){var tt=H(We)+1,It=Li(tt);return It&&Fe(We,He,It,tt),It}function Re(We,tt){He.set(We,tt)}function ke(We,tt){return We%tt>0&&(We+=tt-We%tt),We}var xe,He,Te,Je,je,b,w,P,y,F;function z(We){xe=We,r.HEAP_DATA_VIEW=F=new DataView(We),r.HEAP8=He=new Int8Array(We),r.HEAP16=Je=new Int16Array(We),r.HEAP32=b=new Int32Array(We),r.HEAPU8=Te=new Uint8Array(We),r.HEAPU16=je=new Uint16Array(We),r.HEAPU32=w=new Uint32Array(We),r.HEAPF32=P=new Float32Array(We),r.HEAPF64=y=new Float64Array(We)}var X=r.INITIAL_MEMORY||16777216,Z,ie=[],Pe=[],Ne=[],ot=!1;function dt(){if(r.preRun)for(typeof r.preRun=="function"&&(r.preRun=[r.preRun]);r.preRun.length;)bt(r.preRun.shift());oo(ie)}function Gt(){ot=!0,oo(Pe)}function $t(){if(r.postRun)for(typeof r.postRun=="function"&&(r.postRun=[r.postRun]);r.postRun.length;)Qr(r.postRun.shift());oo(Ne)}function bt(We){ie.unshift(We)}function an(We){Pe.unshift(We)}function Qr(We){Ne.unshift(We)}var mr=0,br=null,Wr=null;function Kn(We){mr++,r.monitorRunDependencies&&r.monitorRunDependencies(mr)}function Ns(We){if(mr--,r.monitorRunDependencies&&r.monitorRunDependencies(mr),mr==0&&(br!==null&&(clearInterval(br),br=null),Wr)){var tt=Wr;Wr=null,tt()}}r.preloadedImages={},r.preloadedAudios={};function Ti(We){r.onAbort&&r.onAbort(We),We+="",te(We),we=!0,g=1,We="abort("+We+"). Build with -s ASSERTIONS=1 for more info.";var tt=new WebAssembly.RuntimeError(We);throw a(tt),tt}var ps="data:application/octet-stream;base64,";function io(We){return We.startsWith(ps)}var Pi="data:application/octet-stream;base64,AGFzbQEAAAAB/wEkYAN/f38Bf2ABfwF/YAJ/fwF/YAF/AGAEf39/fwF/YAN/f38AYAV/f39/fwF/YAJ/fwBgBH9/f38AYAABf2AFf39/fn8BfmAEf35/fwF/YAR/f35/AX5gAn9+AX9gA398fwBgA39/fgF/YAF/AX5gBn9/f39/fwF/YAN/fn8Bf2AEf39/fwF+YAV/f35/fwF/YAR/f35/AX9gA39/fgF+YAJ/fgBgAn9/AX5gBX9/f39/AGADf35/AX5gBX5+f35/AX5gA39/fwF+YAZ/fH9/f38Bf2AAAGAHf35/f39+fwF/YAV/fn9/fwF/YAV/f39/fwF+YAJ+fwF/YAJ/fAACJQYBYQFhAAMBYQFiAAEBYQFjAAABYQFkAAEBYQFlAAIBYQFmAAED5wHlAQMAAwEDAwEHDAgDFgcNEgEDDRcFAQ8DEAUQAwIBAhgECxkEAQMBBQsFAwMDARACBAMAAggLBwEAAwADGgQDGwYGABwBBgMTFBEHBwcVCx4ABAgHBAICAgAfAQICAgIGFSAAIQAiAAIBBgIHAg0LEw0FAQUCACMDAQAUAAAGBQECBQUDCwsSAgEDBQIHAQEICAACCQQEAQABCAEBCQoBAwkBAQEBBgEGBgYABAIEBAQGEQQEAAARAAEDCQEJAQAJCQkBAQECCgoAAAMPAQEBAwACAgICBQIABwAKBgwHAAADAgICBQEEBQFwAT8/BQcBAYACgIACBgkBfwFBgInBAgsH+gEzAWcCAAFoAFQBaQDqAQFqALsBAWsAwQEBbACpAQFtAKgBAW4ApwEBbwClAQFwAKMBAXEAoAEBcgCbAQFzAMABAXQAugEBdQC5AQF2AEsBdwDiAQF4AMgBAXkAxwEBegDCAQFBAMkBAUIAuAEBQwAGAUQACQFFAKYBAUYAtwEBRwC2AQFIALUBAUkAtAEBSgCzAQFLALIBAUwAsQEBTQCwAQFOAK8BAU8AvAEBUACuAQFRAK0BAVIArAEBUwAaAVQACwFVAKQBAVYAMgFXAQABWACrAQFZAKoBAVoAxgEBXwDFAQEkAMQBAmFhAL8BAmJhAL4BAmNhAL0BCXgBAEEBCz6iAeMBjgGQAVpbjwFYnwGdAVeeAV1coQFZVlWcAZoBmQGYAZcBlgGVAZQBkwGSAZEB6QHoAecB5gHlAeQB4QHfAeAB3gHdAdwB2gHbAYUB2QHYAdcB1gHVAdQB0wHSAdEB0AHPAc4BzQHMAcsBygE4wwEK1N8G5QHMDAEHfwJAIABFDQAgAEEIayIDIABBBGsoAgAiAUF4cSIAaiEFAkAgAUEBcQ0AIAFBA3FFDQEgAyADKAIAIgFrIgNBxIQBKAIASQ0BIAAgAWohACADQciEASgCAEcEQCABQf8BTQRAIAMoAggiAiABQQN2IgRBA3RB3IQBakYaIAIgAygCDCIBRgRAQbSEAUG0hAEoAgBBfiAEd3E2AgAMAwsgAiABNgIMIAEgAjYCCAwCCyADKAIYIQYCQCADIAMoAgwiAUcEQCADKAIIIgIgATYCDCABIAI2AggMAQsCQCADQRRqIgIoAgAiBA0AIANBEGoiAigCACIEDQBBACEBDAELA0AgAiEHIAQiAUEUaiICKAIAIgQNACABQRBqIQIgASgCECIEDQALIAdBADYCAAsgBkUNAQJAIAMgAygCHCICQQJ0QeSGAWoiBCgCAEYEQCAEIAE2AgAgAQ0BQbiEAUG4hAEoAgBBfiACd3E2AgAMAwsgBkEQQRQgBigCECADRhtqIAE2AgAgAUUNAgsgASAGNgIYIAMoAhAiAgRAIAEgAjYCECACIAE2AhgLIAMoAhQiAkUNASABIAI2AhQgAiABNgIYDAELIAUoAgQiAUEDcUEDRw0AQbyEASAANgIAIAUgAUF+cTYCBCADIABBAXI2AgQgACADaiAANgIADwsgAyAFTw0AIAUoAgQiAUEBcUUNAAJAIAFBAnFFBEAgBUHMhAEoAgBGBEBBzIQBIAM2AgBBwIQBQcCEASgCACAAaiIANgIAIAMgAEEBcjYCBCADQciEASgCAEcNA0G8hAFBADYCAEHIhAFBADYCAA8LIAVByIQBKAIARgRAQciEASADNgIAQbyEAUG8hAEoAgAgAGoiADYCACADIABBAXI2AgQgACADaiAANgIADwsgAUF4cSAAaiEAAkAgAUH/AU0EQCAFKAIIIgIgAUEDdiIEQQN0QdyEAWpGGiACIAUoAgwiAUYEQEG0hAFBtIQBKAIAQX4gBHdxNgIADAILIAIgATYCDCABIAI2AggMAQsgBSgCGCEGAkAgBSAFKAIMIgFHBEAgBSgCCCICQcSEASgCAEkaIAIgATYCDCABIAI2AggMAQsCQCAFQRRqIgIoAgAiBA0AIAVBEGoiAigCACIEDQBBACEBDAELA0AgAiEHIAQiAUEUaiICKAIAIgQNACABQRBqIQIgASgCECIEDQALIAdBADYCAAsgBkUNAAJAIAUgBSgCHCICQQJ0QeSGAWoiBCgCAEYEQCAEIAE2AgAgAQ0BQbiEAUG4hAEoAgBBfiACd3E2AgAMAgsgBkEQQRQgBigCECAFRhtqIAE2AgAgAUUNAQsgASAGNgIYIAUoAhAiAgRAIAEgAjYCECACIAE2AhgLIAUoAhQiAkUNACABIAI2AhQgAiABNgIYCyADIABBAXI2AgQgACADaiAANgIAIANByIQBKAIARw0BQbyEASAANgIADwsgBSABQX5xNgIEIAMgAEEBcjYCBCAAIANqIAA2AgALIABB/wFNBEAgAEEDdiIBQQN0QdyEAWohAAJ/QbSEASgCACICQQEgAXQiAXFFBEBBtIQBIAEgAnI2AgAgAAwBCyAAKAIICyECIAAgAzYCCCACIAM2AgwgAyAANgIMIAMgAjYCCA8LQR8hAiADQgA3AhAgAEH///8HTQRAIABBCHYiASABQYD+P2pBEHZBCHEiAXQiAiACQYDgH2pBEHZBBHEiAnQiBCAEQYCAD2pBEHZBAnEiBHRBD3YgASACciAEcmsiAUEBdCAAIAFBFWp2QQFxckEcaiECCyADIAI2AhwgAkECdEHkhgFqIQECQAJAAkBBuIQBKAIAIgRBASACdCIHcUUEQEG4hAEgBCAHcjYCACABIAM2AgAgAyABNgIYDAELIABBAEEZIAJBAXZrIAJBH0YbdCECIAEoAgAhAQNAIAEiBCgCBEF4cSAARg0CIAJBHXYhASACQQF0IQIgBCABQQRxaiIHQRBqKAIAIgENAAsgByADNgIQIAMgBDYCGAsgAyADNgIMIAMgAzYCCAwBCyAEKAIIIgAgAzYCDCAEIAM2AgggA0EANgIYIAMgBDYCDCADIAA2AggLQdSEAUHUhAEoAgBBAWsiAEF/IAAbNgIACwuDBAEDfyACQYAETwRAIAAgASACEAIaIAAPCyAAIAJqIQMCQCAAIAFzQQNxRQRAAkAgAEEDcUUEQCAAIQIMAQsgAkEBSARAIAAhAgwBCyAAIQIDQCACIAEtAAA6AAAgAUEBaiEBIAJBAWoiAkEDcUUNASACIANJDQALCwJAIANBfHEiBEHAAEkNACACIARBQGoiBUsNAANAIAIgASgCADYCACACIAEoAgQ2AgQgAiABKAIINgIIIAIgASgCDDYCDCACIAEoAhA2AhAgAiABKAIUNgIUIAIgASgCGDYCGCACIAEoAhw2AhwgAiABKAIgNgIgIAIgASgCJDYCJCACIAEoAig2AiggAiABKAIsNgIsIAIgASgCMDYCMCACIAEoAjQ2AjQgAiABKAI4NgI4IAIgASgCPDYCPCABQUBrIQEgAkFAayICIAVNDQALCyACIARPDQEDQCACIAEoAgA2AgAgAUEEaiEBIAJBBGoiAiAESQ0ACwwBCyADQQRJBEAgACECDAELIAAgA0EEayIESwRAIAAhAgwBCyAAIQIDQCACIAEtAAA6AAAgAiABLQABOgABIAIgAS0AAjoAAiACIAEtAAM6AAMgAUEEaiEBIAJBBGoiAiAETQ0ACwsgAiADSQRAA0AgAiABLQAAOgAAIAFBAWohASACQQFqIgIgA0cNAAsLIAALGgAgAARAIAAtAAEEQCAAKAIEEAYLIAAQBgsLoi4BDH8jAEEQayIMJAACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAEH0AU0EQEG0hAEoAgAiBUEQIABBC2pBeHEgAEELSRsiCEEDdiICdiIBQQNxBEAgAUF/c0EBcSACaiIDQQN0IgFB5IQBaigCACIEQQhqIQACQCAEKAIIIgIgAUHchAFqIgFGBEBBtIQBIAVBfiADd3E2AgAMAQsgAiABNgIMIAEgAjYCCAsgBCADQQN0IgFBA3I2AgQgASAEaiIBIAEoAgRBAXI2AgQMDQsgCEG8hAEoAgAiCk0NASABBEACQEECIAJ0IgBBACAAa3IgASACdHEiAEEAIABrcUEBayIAIABBDHZBEHEiAnYiAUEFdkEIcSIAIAJyIAEgAHYiAUECdkEEcSIAciABIAB2IgFBAXZBAnEiAHIgASAAdiIBQQF2QQFxIgByIAEgAHZqIgNBA3QiAEHkhAFqKAIAIgQoAggiASAAQdyEAWoiAEYEQEG0hAEgBUF+IAN3cSIFNgIADAELIAEgADYCDCAAIAE2AggLIARBCGohACAEIAhBA3I2AgQgBCAIaiICIANBA3QiASAIayIDQQFyNgIEIAEgBGogAzYCACAKBEAgCkEDdiIBQQN0QdyEAWohB0HIhAEoAgAhBAJ/IAVBASABdCIBcUUEQEG0hAEgASAFcjYCACAHDAELIAcoAggLIQEgByAENgIIIAEgBDYCDCAEIAc2AgwgBCABNgIIC0HIhAEgAjYCAEG8hAEgAzYCAAwNC0G4hAEoAgAiBkUNASAGQQAgBmtxQQFrIgAgAEEMdkEQcSICdiIBQQV2QQhxIgAgAnIgASAAdiIBQQJ2QQRxIgByIAEgAHYiAUEBdkECcSIAciABIAB2IgFBAXZBAXEiAHIgASAAdmpBAnRB5IYBaigCACIBKAIEQXhxIAhrIQMgASECA0ACQCACKAIQIgBFBEAgAigCFCIARQ0BCyAAKAIEQXhxIAhrIgIgAyACIANJIgIbIQMgACABIAIbIQEgACECDAELCyABIAhqIgkgAU0NAiABKAIYIQsgASABKAIMIgRHBEAgASgCCCIAQcSEASgCAEkaIAAgBDYCDCAEIAA2AggMDAsgAUEUaiICKAIAIgBFBEAgASgCECIARQ0EIAFBEGohAgsDQCACIQcgACIEQRRqIgIoAgAiAA0AIARBEGohAiAEKAIQIgANAAsgB0EANgIADAsLQX8hCCAAQb9/Sw0AIABBC2oiAEF4cSEIQbiEASgCACIJRQ0AQQAgCGshAwJAAkACQAJ/QQAgCEGAAkkNABpBHyAIQf///wdLDQAaIABBCHYiACAAQYD+P2pBEHZBCHEiAnQiACAAQYDgH2pBEHZBBHEiAXQiACAAQYCAD2pBEHZBAnEiAHRBD3YgASACciAAcmsiAEEBdCAIIABBFWp2QQFxckEcagsiBUECdEHkhgFqKAIAIgJFBEBBACEADAELQQAhACAIQQBBGSAFQQF2ayAFQR9GG3QhAQNAAkAgAigCBEF4cSAIayIHIANPDQAgAiEEIAciAw0AQQAhAyACIQAMAwsgACACKAIUIgcgByACIAFBHXZBBHFqKAIQIgJGGyAAIAcbIQAgAUEBdCEBIAINAAsLIAAgBHJFBEBBAiAFdCIAQQAgAGtyIAlxIgBFDQMgAEEAIABrcUEBayIAIABBDHZBEHEiAnYiAUEFdkEIcSIAIAJyIAEgAHYiAUECdkEEcSIAciABIAB2IgFBAXZBAnEiAHIgASAAdiIBQQF2QQFxIgByIAEgAHZqQQJ0QeSGAWooAgAhAAsgAEUNAQsDQCAAKAIEQXhxIAhrIgEgA0khAiABIAMgAhshAyAAIAQgAhshBCAAKAIQIgEEfyABBSAAKAIUCyIADQALCyAERQ0AIANBvIQBKAIAIAhrTw0AIAQgCGoiBiAETQ0BIAQoAhghBSAEIAQoAgwiAUcEQCAEKAIIIgBBxIQBKAIASRogACABNgIMIAEgADYCCAwKCyAEQRRqIgIoAgAiAEUEQCAEKAIQIgBFDQQgBEEQaiECCwNAIAIhByAAIgFBFGoiAigCACIADQAgAUEQaiECIAEoAhAiAA0ACyAHQQA2AgAMCQsgCEG8hAEoAgAiAk0EQEHIhAEoAgAhAwJAIAIgCGsiAUEQTwRAQbyEASABNgIAQciEASADIAhqIgA2AgAgACABQQFyNgIEIAIgA2ogATYCACADIAhBA3I2AgQMAQtByIQBQQA2AgBBvIQBQQA2AgAgAyACQQNyNgIEIAIgA2oiACAAKAIEQQFyNgIECyADQQhqIQAMCwsgCEHAhAEoAgAiBkkEQEHAhAEgBiAIayIBNgIAQcyEAUHMhAEoAgAiAiAIaiIANgIAIAAgAUEBcjYCBCACIAhBA3I2AgQgAkEIaiEADAsLQQAhACAIQS9qIgkCf0GMiAEoAgAEQEGUiAEoAgAMAQtBmIgBQn83AgBBkIgBQoCggICAgAQ3AgBBjIgBIAxBDGpBcHFB2KrVqgVzNgIAQaCIAUEANgIAQfCHAUEANgIAQYAgCyIBaiIFQQAgAWsiB3EiAiAITQ0KQeyHASgCACIEBEBB5IcBKAIAIgMgAmoiASADTQ0LIAEgBEsNCwtB8IcBLQAAQQRxDQUCQAJAQcyEASgCACIDBEBB9IcBIQADQCADIAAoAgAiAU8EQCABIAAoAgRqIANLDQMLIAAoAggiAA0ACwtBABApIgFBf0YNBiACIQVBkIgBKAIAIgNBAWsiACABcQRAIAIgAWsgACABakEAIANrcWohBQsgBSAITQ0GIAVB/v///wdLDQZB7IcBKAIAIgQEQEHkhwEoAgAiAyAFaiIAIANNDQcgACAESw0HCyAFECkiACABRw0BDAgLIAUgBmsgB3EiBUH+////B0sNBSAFECkiASAAKAIAIAAoAgRqRg0EIAEhAAsCQCAAQX9GDQAgCEEwaiAFTQ0AQZSIASgCACIBIAkgBWtqQQAgAWtxIgFB/v///wdLBEAgACEBDAgLIAEQKUF/RwRAIAEgBWohBSAAIQEMCAtBACAFaxApGgwFCyAAIgFBf0cNBgwECwALQQAhBAwHC0EAIQEMBQsgAUF/Rw0CC0HwhwFB8IcBKAIAQQRyNgIACyACQf7///8HSw0BIAIQKSEBQQAQKSEAIAFBf0YNASAAQX9GDQEgACABTQ0BIAAgAWsiBSAIQShqTQ0BC0HkhwFB5IcBKAIAIAVqIgA2AgBB6IcBKAIAIABJBEBB6IcBIAA2AgALAkACQAJAQcyEASgCACIHBEBB9IcBIQADQCABIAAoAgAiAyAAKAIEIgJqRg0CIAAoAggiAA0ACwwCC0HEhAEoAgAiAEEAIAAgAU0bRQRAQcSEASABNgIAC0EAIQBB+IcBIAU2AgBB9IcBIAE2AgBB1IQBQX82AgBB2IQBQYyIASgCADYCAEGAiAFBADYCAANAIABBA3QiA0HkhAFqIANB3IQBaiICNgIAIANB6IQBaiACNgIAIABBAWoiAEEgRw0AC0HAhAEgBUEoayIDQXggAWtBB3FBACABQQhqQQdxGyIAayICNgIAQcyEASAAIAFqIgA2AgAgACACQQFyNgIEIAEgA2pBKDYCBEHQhAFBnIgBKAIANgIADAILIAAtAAxBCHENACADIAdLDQAgASAHTQ0AIAAgAiAFajYCBEHMhAEgB0F4IAdrQQdxQQAgB0EIakEHcRsiAGoiAjYCAEHAhAFBwIQBKAIAIAVqIgEgAGsiADYCACACIABBAXI2AgQgASAHakEoNgIEQdCEAUGciAEoAgA2AgAMAQtBxIQBKAIAIAFLBEBBxIQBIAE2AgALIAEgBWohAkH0hwEhAAJAAkACQAJAAkACQANAIAIgACgCAEcEQCAAKAIIIgANAQwCCwsgAC0ADEEIcUUNAQtB9IcBIQADQCAHIAAoAgAiAk8EQCACIAAoAgRqIgQgB0sNAwsgACgCCCEADAALAAsgACABNgIAIAAgACgCBCAFajYCBCABQXggAWtBB3FBACABQQhqQQdxG2oiCSAIQQNyNgIEIAJBeCACa0EHcUEAIAJBCGpBB3EbaiIFIAggCWoiBmshAiAFIAdGBEBBzIQBIAY2AgBBwIQBQcCEASgCACACaiIANgIAIAYgAEEBcjYCBAwDCyAFQciEASgCAEYEQEHIhAEgBjYCAEG8hAFBvIQBKAIAIAJqIgA2AgAgBiAAQQFyNgIEIAAgBmogADYCAAwDCyAFKAIEIgBBA3FBAUYEQCAAQXhxIQcCQCAAQf8BTQRAIAUoAggiAyAAQQN2IgBBA3RB3IQBakYaIAMgBSgCDCIBRgRAQbSEAUG0hAEoAgBBfiAAd3E2AgAMAgsgAyABNgIMIAEgAzYCCAwBCyAFKAIYIQgCQCAFIAUoAgwiAUcEQCAFKAIIIgAgATYCDCABIAA2AggMAQsCQCAFQRRqIgAoAgAiAw0AIAVBEGoiACgCACIDDQBBACEBDAELA0AgACEEIAMiAUEUaiIAKAIAIgMNACABQRBqIQAgASgCECIDDQALIARBADYCAAsgCEUNAAJAIAUgBSgCHCIDQQJ0QeSGAWoiACgCAEYEQCAAIAE2AgAgAQ0BQbiEAUG4hAEoAgBBfiADd3E2AgAMAgsgCEEQQRQgCCgCECAFRhtqIAE2AgAgAUUNAQsgASAINgIYIAUoAhAiAARAIAEgADYCECAAIAE2AhgLIAUoAhQiAEUNACABIAA2AhQgACABNgIYCyAFIAdqIQUgAiAHaiECCyAFIAUoAgRBfnE2AgQgBiACQQFyNgIEIAIgBmogAjYCACACQf8BTQRAIAJBA3YiAEEDdEHchAFqIQICf0G0hAEoAgAiAUEBIAB0IgBxRQRAQbSEASAAIAFyNgIAIAIMAQsgAigCCAshACACIAY2AgggACAGNgIMIAYgAjYCDCAGIAA2AggMAwtBHyEAIAJB////B00EQCACQQh2IgAgAEGA/j9qQRB2QQhxIgN0IgAgAEGA4B9qQRB2QQRxIgF0IgAgAEGAgA9qQRB2QQJxIgB0QQ92IAEgA3IgAHJrIgBBAXQgAiAAQRVqdkEBcXJBHGohAAsgBiAANgIcIAZCADcCECAAQQJ0QeSGAWohBAJAQbiEASgCACIDQQEgAHQiAXFFBEBBuIQBIAEgA3I2AgAgBCAGNgIAIAYgBDYCGAwBCyACQQBBGSAAQQF2ayAAQR9GG3QhACAEKAIAIQEDQCABIgMoAgRBeHEgAkYNAyAAQR12IQEgAEEBdCEAIAMgAUEEcWoiBCgCECIBDQALIAQgBjYCECAGIAM2AhgLIAYgBjYCDCAGIAY2AggMAgtBwIQBIAVBKGsiA0F4IAFrQQdxQQAgAUEIakEHcRsiAGsiAjYCAEHMhAEgACABaiIANgIAIAAgAkEBcjYCBCABIANqQSg2AgRB0IQBQZyIASgCADYCACAHIARBJyAEa0EHcUEAIARBJ2tBB3EbakEvayIAIAAgB0EQakkbIgJBGzYCBCACQfyHASkCADcCECACQfSHASkCADcCCEH8hwEgAkEIajYCAEH4hwEgBTYCAEH0hwEgATYCAEGAiAFBADYCACACQRhqIQADQCAAQQc2AgQgAEEIaiEBIABBBGohACABIARJDQALIAIgB0YNAyACIAIoAgRBfnE2AgQgByACIAdrIgRBAXI2AgQgAiAENgIAIARB/wFNBEAgBEEDdiIAQQN0QdyEAWohAgJ/QbSEASgCACIBQQEgAHQiAHFFBEBBtIQBIAAgAXI2AgAgAgwBCyACKAIICyEAIAIgBzYCCCAAIAc2AgwgByACNgIMIAcgADYCCAwEC0EfIQAgB0IANwIQIARB////B00EQCAEQQh2IgAgAEGA/j9qQRB2QQhxIgJ0IgAgAEGA4B9qQRB2QQRxIgF0IgAgAEGAgA9qQRB2QQJxIgB0QQ92IAEgAnIgAHJrIgBBAXQgBCAAQRVqdkEBcXJBHGohAAsgByAANgIcIABBAnRB5IYBaiEDAkBBuIQBKAIAIgJBASAAdCIBcUUEQEG4hAEgASACcjYCACADIAc2AgAgByADNgIYDAELIARBAEEZIABBAXZrIABBH0YbdCEAIAMoAgAhAQNAIAEiAigCBEF4cSAERg0EIABBHXYhASAAQQF0IQAgAiABQQRxaiIDKAIQIgENAAsgAyAHNgIQIAcgAjYCGAsgByAHNgIMIAcgBzYCCAwDCyADKAIIIgAgBjYCDCADIAY2AgggBkEANgIYIAYgAzYCDCAGIAA2AggLIAlBCGohAAwFCyACKAIIIgAgBzYCDCACIAc2AgggB0EANgIYIAcgAjYCDCAHIAA2AggLQcCEASgCACIAIAhNDQBBwIQBIAAgCGsiATYCAEHMhAFBzIQBKAIAIgIgCGoiADYCACAAIAFBAXI2AgQgAiAIQQNyNgIEIAJBCGohAAwDC0GEhAFBMDYCAEEAIQAMAgsCQCAFRQ0AAkAgBCgCHCICQQJ0QeSGAWoiACgCACAERgRAIAAgATYCACABDQFBuIQBIAlBfiACd3EiCTYCAAwCCyAFQRBBFCAFKAIQIARGG2ogATYCACABRQ0BCyABIAU2AhggBCgCECIABEAgASAANgIQIAAgATYCGAsgBCgCFCIARQ0AIAEgADYCFCAAIAE2AhgLAkAgA0EPTQRAIAQgAyAIaiIAQQNyNgIEIAAgBGoiACAAKAIEQQFyNgIEDAELIAQgCEEDcjYCBCAGIANBAXI2AgQgAyAGaiADNgIAIANB/wFNBEAgA0EDdiIAQQN0QdyEAWohAgJ/QbSEASgCACIBQQEgAHQiAHFFBEBBtIQBIAAgAXI2AgAgAgwBCyACKAIICyEAIAIgBjYCCCAAIAY2AgwgBiACNgIMIAYgADYCCAwBC0EfIQAgA0H///8HTQRAIANBCHYiACAAQYD+P2pBEHZBCHEiAnQiACAAQYDgH2pBEHZBBHEiAXQiACAAQYCAD2pBEHZBAnEiAHRBD3YgASACciAAcmsiAEEBdCADIABBFWp2QQFxckEcaiEACyAGIAA2AhwgBkIANwIQIABBAnRB5IYBaiECAkACQCAJQQEgAHQiAXFFBEBBuIQBIAEgCXI2AgAgAiAGNgIAIAYgAjYCGAwBCyADQQBBGSAAQQF2ayAAQR9GG3QhACACKAIAIQgDQCAIIgEoAgRBeHEgA0YNAiAAQR12IQIgAEEBdCEAIAEgAkEEcWoiAigCECIIDQALIAIgBjYCECAGIAE2AhgLIAYgBjYCDCAGIAY2AggMAQsgASgCCCIAIAY2AgwgASAGNgIIIAZBADYCGCAGIAE2AgwgBiAANgIICyAEQQhqIQAMAQsCQCALRQ0AAkAgASgCHCICQQJ0QeSGAWoiACgCACABRgRAIAAgBDYCACAEDQFBuIQBIAZBfiACd3E2AgAMAgsgC0EQQRQgCygCECABRhtqIAQ2AgAgBEUNAQsgBCALNgIYIAEoAhAiAARAIAQgADYCECAAIAQ2AhgLIAEoAhQiAEUNACAEIAA2AhQgACAENgIYCwJAIANBD00EQCABIAMgCGoiAEEDcjYCBCAAIAFqIgAgACgCBEEBcjYCBAwBCyABIAhBA3I2AgQgCSADQQFyNgIEIAMgCWogAzYCACAKBEAgCkEDdiIAQQN0QdyEAWohBEHIhAEoAgAhAgJ/QQEgAHQiACAFcUUEQEG0hAEgACAFcjYCACAEDAELIAQoAggLIQAgBCACNgIIIAAgAjYCDCACIAQ2AgwgAiAANgIIC0HIhAEgCTYCAEG8hAEgAzYCAAsgAUEIaiEACyAMQRBqJAAgAAuJAQEDfyAAKAIcIgEQMAJAIAAoAhAiAiABKAIQIgMgAiADSRsiAkUNACAAKAIMIAEoAgggAhAHGiAAIAAoAgwgAmo2AgwgASABKAIIIAJqNgIIIAAgACgCFCACajYCFCAAIAAoAhAgAms2AhAgASABKAIQIAJrIgA2AhAgAA0AIAEgASgCBDYCCAsLzgEBBX8CQCAARQ0AIAAoAjAiAQRAIAAgAUEBayIBNgIwIAENAQsgACgCIARAIABBATYCICAAEBoaCyAAKAIkQQFGBEAgABBDCwJAIAAoAiwiAUUNACAALQAoDQACQCABKAJEIgNFDQAgASgCTCEEA0AgACAEIAJBAnRqIgUoAgBHBEAgAyACQQFqIgJHDQEMAgsLIAUgBCADQQFrIgJBAnRqKAIANgIAIAEgAjYCRAsLIABBAEIAQQUQDhogACgCACIBBEAgARALCyAAEAYLC1oCAn4BfwJ/AkACQCAALQAARQ0AIAApAxAiAUJ9Vg0AIAFCAnwiAiAAKQMIWA0BCyAAQQA6AABBAAwBC0EAIAAoAgQiA0UNABogACACNwMQIAMgAadqLwAACwthAgJ+AX8CQAJAIAAtAABFDQAgACkDECICQn1WDQAgAkICfCIDIAApAwhYDQELIABBADoAAA8LIAAoAgQiBEUEQA8LIAAgAzcDECAEIAKnaiIAIAFBCHY6AAEgACABOgAAC8wCAQJ/IwBBEGsiBCQAAkAgACkDGCADrYinQQFxRQRAIABBDGoiAARAIABBADYCBCAAQRw2AgALQn8hAgwBCwJ+IAAoAgAiBUUEQCAAKAIIIAEgAiADIAAoAgQRDAAMAQsgBSAAKAIIIAEgAiADIAAoAgQRCgALIgJCf1UNAAJAIANBBGsOCwEAAAAAAAAAAAABAAsCQAJAIAAtABhBEHFFBEAgAEEMaiIBBEAgAUEANgIEIAFBHDYCAAsMAQsCfiAAKAIAIgFFBEAgACgCCCAEQQhqQghBBCAAKAIEEQwADAELIAEgACgCCCAEQQhqQghBBCAAKAIEEQoAC0J/VQ0BCyAAQQxqIgAEQCAAQQA2AgQgAEEUNgIACwwBCyAEKAIIIQEgBCgCDCEDIABBDGoiAARAIAAgAzYCBCAAIAE2AgALCyAEQRBqJAAgAguTFQIOfwN+AkACQAJAAkACQAJAAkACQAJAAkACQCAAKALwLQRAIAAoAogBQQFIDQEgACgCACIEKAIsQQJHDQQgAC8B5AENAyAALwHoAQ0DIAAvAewBDQMgAC8B8AENAyAALwH0AQ0DIAAvAfgBDQMgAC8B/AENAyAALwGcAg0DIAAvAaACDQMgAC8BpAINAyAALwGoAg0DIAAvAawCDQMgAC8BsAINAyAALwG0Ag0DIAAvAbgCDQMgAC8BvAINAyAALwHAAg0DIAAvAcQCDQMgAC8ByAINAyAALwHUAg0DIAAvAdgCDQMgAC8B3AINAyAALwHgAg0DIAAvAYgCDQIgAC8BjAINAiAALwGYAg0CQSAhBgNAIAAgBkECdCIFai8B5AENAyAAIAVBBHJqLwHkAQ0DIAAgBUEIcmovAeQBDQMgACAFQQxyai8B5AENAyAGQQRqIgZBgAJHDQALDAMLIABBBzYC/C0gAkF8Rw0FIAFFDQUMBgsgAkEFaiIEIQcMAwtBASEHCyAEIAc2AiwLIAAgAEHoFmoQUSAAIABB9BZqEFEgAC8B5gEhBCAAIABB7BZqKAIAIgxBAnRqQf//AzsB6gEgAEGQFmohECAAQZQWaiERIABBjBZqIQdBACEGIAxBAE4EQEEHQYoBIAQbIQ1BBEEDIAQbIQpBfyEJA0AgBCEIIAAgCyIOQQFqIgtBAnRqLwHmASEEAkACQCAGQQFqIgVB//8DcSIPIA1B//8DcU8NACAEIAhHDQAgBSEGDAELAn8gACAIQQJ0akHMFWogCkH//wNxIA9LDQAaIAgEQEEBIQUgByAIIAlGDQEaIAAgCEECdGpBzBVqIgYgBi8BAEEBajsBACAHDAELQQEhBSAQIBEgBkH//wNxQQpJGwsiBiAGLwEAIAVqOwEAQQAhBgJ/IARFBEBBAyEKQYoBDAELQQNBBCAEIAhGIgUbIQpBBkEHIAUbCyENIAghCQsgDCAORw0ACwsgAEHaE2ovAQAhBCAAIABB+BZqKAIAIgxBAnRqQd4TakH//wM7AQBBACEGIAxBAE4EQEEHQYoBIAQbIQ1BBEEDIAQbIQpBfyEJQQAhCwNAIAQhCCAAIAsiDkEBaiILQQJ0akHaE2ovAQAhBAJAAkAgBkEBaiIFQf//A3EiDyANQf//A3FPDQAgBCAIRw0AIAUhBgwBCwJ/IAAgCEECdGpBzBVqIApB//8DcSAPSw0AGiAIBEBBASEFIAcgCCAJRg0BGiAAIAhBAnRqQcwVaiIGIAYvAQBBAWo7AQAgBwwBC0EBIQUgECARIAZB//8DcUEKSRsLIgYgBi8BACAFajsBAEEAIQYCfyAERQRAQQMhCkGKAQwBC0EDQQQgBCAIRiIFGyEKQQZBByAFGwshDSAIIQkLIAwgDkcNAAsLIAAgAEGAF2oQUSAAIAAoAvgtAn9BEiAAQYoWai8BAA0AGkERIABB0hVqLwEADQAaQRAgAEGGFmovAQANABpBDyAAQdYVai8BAA0AGkEOIABBghZqLwEADQAaQQ0gAEHaFWovAQANABpBDCAAQf4Vai8BAA0AGkELIABB3hVqLwEADQAaQQogAEH6FWovAQANABpBCSAAQeIVai8BAA0AGkEIIABB9hVqLwEADQAaQQcgAEHmFWovAQANABpBBiAAQfIVai8BAA0AGkEFIABB6hVqLwEADQAaQQQgAEHuFWovAQANABpBA0ECIABBzhVqLwEAGwsiBkEDbGoiBEERajYC+C0gACgC/C1BCmpBA3YiByAEQRtqQQN2IgRNBEAgByEEDAELIAAoAowBQQRHDQAgByEECyAEIAJBBGpPQQAgARsNASAEIAdHDQQLIANBAmqtIRIgACkDmC4hFCAAKAKgLiIBQQNqIgdBP0sNASASIAGthiAUhCESDAILIAAgASACIAMQOQwDCyABQcAARgRAIAAoAgQgACgCEGogFDcAACAAIAAoAhBBCGo2AhBBAyEHDAELIAAoAgQgACgCEGogEiABrYYgFIQ3AAAgACAAKAIQQQhqNgIQIAFBPWshByASQcAAIAFrrYghEgsgACASNwOYLiAAIAc2AqAuIABBgMEAQYDKABCHAQwBCyADQQRqrSESIAApA5guIRQCQCAAKAKgLiIBQQNqIgRBP00EQCASIAGthiAUhCESDAELIAFBwABGBEAgACgCBCAAKAIQaiAUNwAAIAAgACgCEEEIajYCEEEDIQQMAQsgACgCBCAAKAIQaiASIAGthiAUhDcAACAAIAAoAhBBCGo2AhAgAUE9ayEEIBJBwAAgAWutiCESCyAAIBI3A5guIAAgBDYCoC4gAEHsFmooAgAiC6xCgAJ9IRMgAEH4FmooAgAhCQJAAkACfwJ+AkACfwJ/IARBOk0EQCATIASthiAShCETIARBBWoMAQsgBEHAAEYEQCAAKAIEIAAoAhBqIBI3AAAgACAAKAIQQQhqNgIQIAmsIRJCBSEUQQoMAgsgACgCBCAAKAIQaiATIASthiAShDcAACAAIAAoAhBBCGo2AhAgE0HAACAEa62IIRMgBEE7awshBSAJrCESIAVBOksNASAFrSEUIAVBBWoLIQcgEiAUhiAThAwBCyAFQcAARgRAIAAoAgQgACgCEGogEzcAACAAIAAoAhBBCGo2AhAgBq1CA30hE0IFIRRBCQwCCyAAKAIEIAAoAhBqIBIgBa2GIBOENwAAIAAgACgCEEEIajYCECAFQTtrIQcgEkHAACAFa62ICyESIAatQgN9IRMgB0E7Sw0BIAetIRQgB0EEagshBCATIBSGIBKEIRMMAQsgB0HAAEYEQCAAKAIEIAAoAhBqIBI3AAAgACAAKAIQQQhqNgIQQQQhBAwBCyAAKAIEIAAoAhBqIBMgB62GIBKENwAAIAAgACgCEEEIajYCECAHQTxrIQQgE0HAACAHa62IIRMLQQAhBQNAIAAgBSIBQZDWAGotAABBAnRqQc4VajMBACEUAn8gBEE8TQRAIBQgBK2GIBOEIRMgBEEDagwBCyAEQcAARgRAIAAoAgQgACgCEGogEzcAACAAIAAoAhBBCGo2AhAgFCETQQMMAQsgACgCBCAAKAIQaiAUIASthiAThDcAACAAIAAoAhBBCGo2AhAgFEHAACAEa62IIRMgBEE9awshBCABQQFqIQUgASAGRw0ACyAAIAQ2AqAuIAAgEzcDmC4gACAAQeQBaiICIAsQhgEgACAAQdgTaiIBIAkQhgEgACACIAEQhwELIAAQiAEgAwRAAkAgACgCoC4iBEE5TgRAIAAoAgQgACgCEGogACkDmC43AAAgACAAKAIQQQhqNgIQDAELIARBGU4EQCAAKAIEIAAoAhBqIAApA5guPgAAIAAgAEGcLmo1AgA3A5guIAAgACgCEEEEajYCECAAIAAoAqAuQSBrIgQ2AqAuCyAEQQlOBH8gACgCBCAAKAIQaiAAKQOYLj0AACAAIAAoAhBBAmo2AhAgACAAKQOYLkIQiDcDmC4gACgCoC5BEGsFIAQLQQFIDQAgACAAKAIQIgFBAWo2AhAgASAAKAIEaiAAKQOYLjwAAAsgAEEANgKgLiAAQgA3A5guCwsZACAABEAgACgCABAGIAAoAgwQBiAAEAYLC6wBAQJ+Qn8hAwJAIAAtACgNAAJAAkAgACgCIEUNACACQgBTDQAgAlANASABDQELIABBDGoiAARAIABBADYCBCAAQRI2AgALQn8PCyAALQA1DQBCACEDIAAtADQNACACUA0AA0AgACABIAOnaiACIAN9QQEQDiIEQn9XBEAgAEEBOgA1Qn8gAyADUBsPCyAEUEUEQCADIAR8IgMgAloNAgwBCwsgAEEBOgA0CyADC3UCAn4BfwJAAkAgAC0AAEUNACAAKQMQIgJCe1YNACACQgR8IgMgACkDCFgNAQsgAEEAOgAADwsgACgCBCIERQRADwsgACADNwMQIAQgAqdqIgAgAUEYdjoAAyAAIAFBEHY6AAIgACABQQh2OgABIAAgAToAAAtUAgF+AX8CQAJAIAAtAABFDQAgASAAKQMQIgF8IgIgAVQNACACIAApAwhYDQELIABBADoAAEEADwsgACgCBCIDRQRAQQAPCyAAIAI3AxAgAyABp2oLdwECfyMAQRBrIgMkAEF/IQQCQCAALQAoDQAgACgCIEEAIAJBA0kbRQRAIABBDGoiAARAIABBADYCBCAAQRI2AgALDAELIAMgAjYCCCADIAE3AwAgACADQhBBBhAOQgBTDQBBACEEIABBADoANAsgA0EQaiQAIAQLVwICfgF/AkACQCAALQAARQ0AIAApAxAiAUJ7Vg0AIAFCBHwiAiAAKQMIWA0BCyAAQQA6AABBAA8LIAAoAgQiA0UEQEEADwsgACACNwMQIAMgAadqKAAAC1UCAX4BfyAABEACQCAAKQMIUA0AQgEhAQNAIAAoAgAgAkEEdGoQPiABIAApAwhaDQEgAachAiABQgF8IQEMAAsACyAAKAIAEAYgACgCKBAQIAAQBgsLZAECfwJAAkACQCAARQRAIAGnEAkiA0UNAkEYEAkiAkUNAQwDCyAAIQNBGBAJIgINAkEADwsgAxAGC0EADwsgAkIANwMQIAIgATcDCCACIAM2AgQgAkEBOgAAIAIgAEU6AAEgAgudAQICfgF/AkACQCAALQAARQ0AIAApAxAiAkJ3Vg0AIAJCCHwiAyAAKQMIWA0BCyAAQQA6AAAPCyAAKAIEIgRFBEAPCyAAIAM3AxAgBCACp2oiACABQjiIPAAHIAAgAUIwiDwABiAAIAFCKIg8AAUgACABQiCIPAAEIAAgAUIYiDwAAyAAIAFCEIg8AAIgACABQgiIPAABIAAgATwAAAvwAgICfwF+AkAgAkUNACAAIAJqIgNBAWsgAToAACAAIAE6AAAgAkEDSQ0AIANBAmsgAToAACAAIAE6AAEgA0EDayABOgAAIAAgAToAAiACQQdJDQAgA0EEayABOgAAIAAgAToAAyACQQlJDQAgAEEAIABrQQNxIgRqIgMgAUH/AXFBgYKECGwiADYCACADIAIgBGtBfHEiAmoiAUEEayAANgIAIAJBCUkNACADIAA2AgggAyAANgIEIAFBCGsgADYCACABQQxrIAA2AgAgAkEZSQ0AIAMgADYCGCADIAA2AhQgAyAANgIQIAMgADYCDCABQRBrIAA2AgAgAUEUayAANgIAIAFBGGsgADYCACABQRxrIAA2AgAgAiADQQRxQRhyIgFrIgJBIEkNACAArUKBgICAEH4hBSABIANqIQEDQCABIAU3AxggASAFNwMQIAEgBTcDCCABIAU3AwAgAUEgaiEBIAJBIGsiAkEfSw0ACwsLbwEDfyAAQQxqIQICQAJ/IAAoAiAiAUUEQEF/IQFBEgwBCyAAIAFBAWsiAzYCIEEAIQEgAw0BIABBAEIAQQIQDhogACgCACIARQ0BIAAQGkF/Sg0BQRQLIQAgAgRAIAJBADYCBCACIAA2AgALCyABC58BAgF/AX4CfwJAAn4gACgCACIDKAIkQQFGQQAgAkJ/VRtFBEAgA0EMaiIBBEAgAUEANgIEIAFBEjYCAAtCfwwBCyADIAEgAkELEA4LIgRCf1cEQCAAKAIAIQEgAEEIaiIABEAgACABKAIMNgIAIAAgASgCEDYCBAsMAQtBACACIARRDQEaIABBCGoEQCAAQRs2AgwgAEEGNgIICwtBfwsLJAEBfyAABEADQCAAKAIAIQEgACgCDBAGIAAQBiABIgANAAsLC5gBAgJ+AX8CQAJAIAAtAABFDQAgACkDECIBQndWDQAgAUIIfCICIAApAwhYDQELIABBADoAAEIADwsgACgCBCIDRQRAQgAPCyAAIAI3AxAgAyABp2oiADEABkIwhiAAMQAHQjiGhCAAMQAFQiiGhCAAMQAEQiCGhCAAMQADQhiGhCAAMQACQhCGhCAAMQABQgiGhCAAMQAAfAsjACAAQShGBEAgAhAGDwsgAgRAIAEgAkEEaygCACAAEQcACwsyACAAKAIkQQFHBEAgAEEMaiIABEAgAEEANgIEIABBEjYCAAtCfw8LIABBAEIAQQ0QDgsPACAABEAgABA2IAAQBgsLgAEBAX8gAC0AKAR/QX8FIAFFBEAgAEEMagRAIABBADYCECAAQRI2AgwLQX8PCyABECoCQCAAKAIAIgJFDQAgAiABECFBf0oNACAAKAIAIQEgAEEMaiIABEAgACABKAIMNgIAIAAgASgCEDYCBAtBfw8LIAAgAUI4QQMQDkI/h6cLC38BA38gACEBAkAgAEEDcQRAA0AgAS0AAEUNAiABQQFqIgFBA3ENAAsLA0AgASICQQRqIQEgAigCACIDQX9zIANBgYKECGtxQYCBgoR4cUUNAAsgA0H/AXFFBEAgAiAAaw8LA0AgAi0AASEDIAJBAWoiASECIAMNAAsLIAEgAGsL3wIBCH8gAEUEQEEBDwsCQCAAKAIIIgINAEEBIQQgAC8BBCIHRQRAQQEhAgwBCyAAKAIAIQgDQAJAIAMgCGoiBS0AACICQSBPBEAgAkEYdEEYdUF/Sg0BCyACQQ1NQQBBASACdEGAzABxGw0AAn8CfyACQeABcUHAAUYEQEEBIQYgA0EBagwBCyACQfABcUHgAUYEQCADQQJqIQNBACEGQQEMAgsgAkH4AXFB8AFHBEBBBCECDAULQQAhBiADQQNqCyEDQQALIQlBBCECIAMgB08NAiAFLQABQcABcUGAAUcNAkEDIQQgBg0AIAUtAAJBwAFxQYABRw0CIAkNACAFLQADQcABcUGAAUcNAgsgBCECIANBAWoiAyAHSQ0ACwsgACACNgIIAn8CQCABRQ0AAkAgAUECRw0AIAJBA0cNAEECIQIgAEECNgIICyABIAJGDQBBBSACQQFHDQEaCyACCwtIAgJ+An8jAEEQayIEIAE2AgxCASAArYYhAgNAIAQgAUEEaiIANgIMIAIiA0IBIAEoAgAiBa2GhCECIAAhASAFQX9KDQALIAMLhwUBB38CQAJAIABFBEBBxRQhAiABRQ0BIAFBADYCAEHFFA8LIAJBwABxDQEgACgCCEUEQCAAQQAQIxoLIAAoAgghBAJAIAJBgAFxBEAgBEEBa0ECTw0BDAMLIARBBEcNAgsCQCAAKAIMIgINACAAAn8gACgCACEIIABBEGohCUEAIQICQAJAAkACQCAALwEEIgUEQEEBIQQgBUEBcSEHIAVBAUcNAQwCCyAJRQ0CIAlBADYCAEEADAQLIAVBfnEhBgNAIARBAUECQQMgAiAIai0AAEEBdEHQFGovAQAiCkGAEEkbIApBgAFJG2pBAUECQQMgCCACQQFyai0AAEEBdEHQFGovAQAiBEGAEEkbIARBgAFJG2ohBCACQQJqIQIgBkECayIGDQALCwJ/IAcEQCAEQQFBAkEDIAIgCGotAABBAXRB0BRqLwEAIgJBgBBJGyACQYABSRtqIQQLIAQLEAkiB0UNASAFQQEgBUEBSxshCkEAIQVBACEGA0AgBSAHaiEDAn8gBiAIai0AAEEBdEHQFGovAQAiAkH/AE0EQCADIAI6AAAgBUEBagwBCyACQf8PTQRAIAMgAkE/cUGAAXI6AAEgAyACQQZ2QcABcjoAACAFQQJqDAELIAMgAkE/cUGAAXI6AAIgAyACQQx2QeABcjoAACADIAJBBnZBP3FBgAFyOgABIAVBA2oLIQUgBkEBaiIGIApHDQALIAcgBEEBayICakEAOgAAIAlFDQAgCSACNgIACyAHDAELIAMEQCADQQA2AgQgA0EONgIAC0EACyICNgIMIAINAEEADwsgAUUNACABIAAoAhA2AgALIAIPCyABBEAgASAALwEENgIACyAAKAIAC4MBAQR/QRIhBQJAAkAgACkDMCABWA0AIAGnIQYgACgCQCEEIAJBCHEiB0UEQCAEIAZBBHRqKAIEIgINAgsgBCAGQQR0aiIEKAIAIgJFDQAgBC0ADEUNAUEXIQUgBw0BC0EAIQIgAyAAQQhqIAMbIgAEQCAAQQA2AgQgACAFNgIACwsgAgtuAQF/IwBBgAJrIgUkAAJAIARBgMAEcQ0AIAIgA0wNACAFIAFB/wFxIAIgA2siAkGAAiACQYACSSIBGxAZIAFFBEADQCAAIAVBgAIQLiACQYACayICQf8BSw0ACwsgACAFIAIQLgsgBUGAAmokAAuBAQEBfyMAQRBrIgQkACACIANsIQICQCAAQSdGBEAgBEEMaiACEIwBIQBBACAEKAIMIAAbIQAMAQsgAUEBIAJBxABqIAARAAAiAUUEQEEAIQAMAQtBwAAgAUE/cWsiACABakHAAEEAIABBBEkbaiIAQQRrIAE2AAALIARBEGokACAAC1IBAn9BhIEBKAIAIgEgAEEDakF8cSICaiEAAkAgAkEAIAAgAU0bDQAgAD8AQRB0SwRAIAAQA0UNAQtBhIEBIAA2AgAgAQ8LQYSEAUEwNgIAQX8LNwAgAEJ/NwMQIABBADYCCCAAQgA3AwAgAEEANgIwIABC/////w83AyggAEIANwMYIABCADcDIAulAQEBf0HYABAJIgFFBEBBAA8LAkAgAARAIAEgAEHYABAHGgwBCyABQgA3AyAgAUEANgIYIAFC/////w83AxAgAUEAOwEMIAFBv4YoNgIIIAFBAToABiABQQA6AAQgAUIANwNIIAFBgIDYjXg2AkQgAUIANwMoIAFCADcDMCABQgA3AzggAUFAa0EAOwEAIAFCADcDUAsgAUEBOgAFIAFBADYCACABC1gCAn4BfwJAAkAgAC0AAEUNACAAKQMQIgMgAq18IgQgA1QNACAEIAApAwhYDQELIABBADoAAA8LIAAoAgQiBUUEQA8LIAAgBDcDECAFIAOnaiABIAIQBxoLlgEBAn8CQAJAIAJFBEAgAacQCSIFRQ0BQRgQCSIEDQIgBRAGDAELIAIhBUEYEAkiBA0BCyADBEAgA0EANgIEIANBDjYCAAtBAA8LIARCADcDECAEIAE3AwggBCAFNgIEIARBAToAACAEIAJFOgABIAAgBSABIAMQZUEASAR/IAQtAAEEQCAEKAIEEAYLIAQQBkEABSAECwubAgEDfyAALQAAQSBxRQRAAkAgASEDAkAgAiAAIgEoAhAiAAR/IAAFAn8gASABLQBKIgBBAWsgAHI6AEogASgCACIAQQhxBEAgASAAQSByNgIAQX8MAQsgAUIANwIEIAEgASgCLCIANgIcIAEgADYCFCABIAAgASgCMGo2AhBBAAsNASABKAIQCyABKAIUIgVrSwRAIAEgAyACIAEoAiQRAAAaDAILAn8gASwAS0F/SgRAIAIhAANAIAIgACIERQ0CGiADIARBAWsiAGotAABBCkcNAAsgASADIAQgASgCJBEAACAESQ0CIAMgBGohAyABKAIUIQUgAiAEawwBCyACCyEAIAUgAyAAEAcaIAEgASgCFCAAajYCFAsLCwvNBQEGfyAAKAIwIgNBhgJrIQYgACgCPCECIAMhAQNAIAAoAkQgAiAAKAJoIgRqayECIAEgBmogBE0EQCAAKAJIIgEgASADaiADEAcaAkAgAyAAKAJsIgFNBEAgACABIANrNgJsDAELIABCADcCbAsgACAAKAJoIANrIgE2AmggACAAKAJYIANrNgJYIAEgACgChC5JBEAgACABNgKELgsgAEH8gAEoAgARAwAgAiADaiECCwJAIAAoAgAiASgCBCIERQ0AIAAoAjwhBSAAIAIgBCACIARJGyICBH8gACgCSCAAKAJoaiAFaiEFIAEgBCACazYCBAJAAkACQAJAIAEoAhwiBCgCFEEBaw4CAQACCyAEQaABaiAFIAEoAgAgAkHcgAEoAgARCAAMAgsgASABKAIwIAUgASgCACACQcSAASgCABEEADYCMAwBCyAFIAEoAgAgAhAHGgsgASABKAIAIAJqNgIAIAEgASgCCCACajYCCCAAKAI8BSAFCyACaiICNgI8AkAgACgChC4iASACakEDSQ0AIAAoAmggAWshAQJAIAAoAnRBgQhPBEAgACAAIAAoAkggAWoiAi0AACACLQABIAAoAnwRAAA2AlQMAQsgAUUNACAAIAFBAWsgACgChAERAgAaCyAAKAKELiAAKAI8IgJBAUZrIgRFDQAgACABIAQgACgCgAERBQAgACAAKAKELiAEazYChC4gACgCPCECCyACQYUCSw0AIAAoAgAoAgRFDQAgACgCMCEBDAELCwJAIAAoAkQiAiAAKAJAIgNNDQAgAAJ/IAAoAjwgACgCaGoiASADSwRAIAAoAkggAWpBACACIAFrIgNBggIgA0GCAkkbIgMQGSABIANqDAELIAFBggJqIgEgA00NASAAKAJIIANqQQAgAiADayICIAEgA2siAyACIANJGyIDEBkgACgCQCADags2AkALC50CAQF/AkAgAAJ/IAAoAqAuIgFBwABGBEAgACgCBCAAKAIQaiAAKQOYLjcAACAAQgA3A5guIAAgACgCEEEIajYCEEEADAELIAFBIE4EQCAAKAIEIAAoAhBqIAApA5guPgAAIAAgAEGcLmo1AgA3A5guIAAgACgCEEEEajYCECAAIAAoAqAuQSBrIgE2AqAuCyABQRBOBEAgACgCBCAAKAIQaiAAKQOYLj0AACAAIAAoAhBBAmo2AhAgACAAKQOYLkIQiDcDmC4gACAAKAKgLkEQayIBNgKgLgsgAUEISA0BIAAgACgCECIBQQFqNgIQ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KAJUIgEEfyABQQAgARAiEBkgACgCVAVBAAsQBiAAQQA2AlQLC9wMAgl/AX4jAEFAaiIGJAACQAJAAkACQAJAIAEoAjBBABAjIgVBAkZBACABKAI4QQAQIyIEQQFGGw0AIAVBAUZBACAEQQJGGw0AIAVBAkciAw0BIARBAkcNAQsgASABLwEMQYAQcjsBDEEAIQMMAQsgASABLwEMQf/vA3E7AQxBACEFIANFBEBB9eABIAEoAjAgAEEIahBpIgVFDQILIAJBgAJxBEAgBSEDDAELIARBAkcEQCAFIQMMAQtB9cYBIAEoAjggAEEIahBpIgNFBEAgBRAcDAILIAMgBTYCAAsgASABLwEMQf7/A3EgAS8BUiIFQQBHcjsBDAJAAkACQAJAAn8CQAJAIAEpAyhC/v///w9WDQAgASkDIEL+////D1YNACACQYAEcUUNASABKQNIQv////8PVA0BCyAFQYECa0H//wNxQQNJIQdBAQwBCyAFQYECa0H//wNxIQQgAkGACnFBgApHDQEgBEEDSSEHQQALIQkgBkIcEBciBEUEQCAAQQhqIgAEQCAAQQA2AgQgAEEONgIACyADEBwMBQsgAkGACHEhBQJAAkAgAkGAAnEEQAJAIAUNACABKQMgQv////8PVg0AIAEpAyhCgICAgBBUDQMLIAQgASkDKBAYIAEpAyAhDAwBCwJAAkACQCAFDQAgASkDIEL/////D1YNACABKQMoIgxC/////w9WDQEgASkDSEKAgICAEFQNBAsgASkDKCIMQv////8PVA0BCyAEIAwQGAsgASkDICIMQv////8PWgRAIAQgDBAYCyABKQNIIgxC/////w9UDQELIAQgDBAYCyAELQAARQRAIABBCGoiAARAIABBADYCBCAAQRQ2AgALIAQQCCADEBwMBQtBASEKQQEgBC0AAAR+IAQpAxAFQgALp0H//wNxIAYQRyEFIAQQCCAFIAM2AgAgBw0BDAILIAMhBSAEQQJLDQELIAZCBxAXIgRFBEAgAEEIaiIABEAgAEEANgIEIABBDjYCAAsgBRAcDAMLIARBAhANIARBhxJBAhAsIAQgAS0AUhBwIAQgAS8BEBANIAQtAABFBEAgAEEIaiIABEAgAEEANgIEIABBFDYCAAsgBBAIDAILQYGyAkEHIAYQRyEDIAQQCCADIAU2AgBBASEL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NgIEIABB7A42AhggGiEdDAMLIARB/wFxIgJBwABxRQRAIAggDSADLwECQQJ0aiAdp0F/IAJ0QX9zcUECdGoiAy0AASICayEIIB0gAq2IIR0gAy0AACIERQ0HDAELCyAEQSBxBEAgB0G//gA2AgQgASECDAgLIAdB0f4ANgIEIABB0A42AhggASECDAcLIB1BfyAGdEF/c62DIBt8IhunIQUgCCAEQQ9xIgNrIQggGiAErUIPg4ghHSABIBdrIgYgAjMBAiAaQX8gA3RBf3Otg3ynIgRPDQIgBCAGayIGIBlNDQEgBygCjEdFDQEgB0HR/gA2AgQgAEG5DDYCGAsgASECIAshBQwFCwJAIA5FBEAgDCARIAZraiEDDAELIAYgDk0EQCAMIA4gBmtqIQMMAQsgDCARIAYgDmsiBmtqIQMgBSAGTQ0AIAUgBmshBQJAAkAgASADTSABIA8gAWusIhogBq0iGyAaIBtUGyIapyIGaiICIANLcQ0AIAMgBmogAUsgASADT3ENACABIAMgBhAHGiACIQEMAQsgASADIAMgAWsiASABQR91IgFqIAFzIgIQByACaiEBIBogAq0iHn0iHFANACACIANqIQIDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgASACKQAANwAAIAEgAikAGDcAGCABIAIpABA3ABAgASACKQAINwAIIBpCIH0hGiACQSBqIQIgAUEgaiEBIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAEgAikAADcAACABIAIpABg3ABggASACKQAQNwAQIAEgAikACDcACCABIAIpADg3ADggASACKQAwNwAwIAEgAikAKDcAKCABIAIpACA3ACAgASACKQBYNwBYIAEgAikAUDcAUCABIAIpAEg3AEggASACKQBANwBAIAEgAikAYDcAYCABIAIpAGg3AGggASACKQBwNwBwIAEgAikAeDcAeCACQYABaiECIAFBgAFqIQEgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAEgAikAADcAACABIAIpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCABIAIpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCABIAIoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCABIAIvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCABIAItAAA6AAAgAkEBaiECIAFBAWohAQsgHEIAUg0ACwsgDiEGIAwhAwsgBSAGSwRAAkACQCABIANNIAEgDyABa6wiGiAGrSIbIBogG1QbIhqnIglqIgIgA0txDQAgAyAJaiABSyABIANPcQ0AIAEgAyAJEAcaDAELIAEgAyADIAFrIgEgAUEfdSIBaiABcyIBEAcgAWohAiAaIAGtIh59IhxQDQAgASADaiEBA0ACQCAcIB4gHCAeVBsiG0IgVARAIBshGgwBCyAbIhpCIH0iIEIFiEIBfEIDgyIfUEUEQANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCAaQiB9IRogAUEgaiEBIAJBIGohAiAfQgF9Ih9CAFINAAsLICBC4ABUDQADQCACIAEpAAA3AAAgAiABKQAYNwAYIAIgASkAEDcAECACIAEpAAg3AAggAiABKQA4NwA4IAIgASkAMDcAMCACIAEpACg3ACggAiABKQAgNwAgIAIgASkAWDcAWCACIAEpAFA3AFAgAiABKQBINwBIIAIgASkAQDcAQCACIAEpAGA3AGAgAiABKQBoNwBoIAIgASkAcDcAcCACIAEpAHg3AHggAUGAAWohASACQYABaiECIBpCgAF9IhpCH1YNAAsLIBpCEFoEQCACIAEpAAA3AAAgAiABKQAINwAIIBpCEH0hGiACQRBqIQIgAUEQaiEBCyAaQghaBEAgAiABKQAANwAAIBpCCH0hGiACQQhqIQIgAUEIaiEBCyAaQgRaBEAgAiABKAAANgAAIBpCBH0hGiACQQRqIQIgAUEEaiEBCyAaQgJaBEAgAiABLwAAOwAAIBpCAn0hGiACQQJqIQIgAUECaiEBCyAcIBt9IRwgGlBFBEAgAiABLQAAOgAAIAJBAWohAiABQQFqIQELIBxCAFINAAsLIAUgBmshAUEAIARrIQUCQCAEQQdLBEAgBCEDDAELIAEgBE0EQCAEIQMMAQsgAiAEayEFA0ACQCACIAUpAAA3AAAgBEEBdCEDIAEgBGshASACIARqIQIgBEEDSw0AIAMhBCABIANLDQELC0EAIANrIQULIAIgBWohBAJAIAUgDyACa6wiGiABrSIbIBogG1QbIhqnIgFIIAVBf0pxDQAgBUEBSCABIARqIAJLcQ0AIAIgBCABEAcgAWohAgwDCyACIAQgAyADQR91IgFqIAFzIgEQByABaiECIBogAa0iHn0iHFANAiABIARqIQEDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIBpCIH0hGiABQSBqIQEgAkEgaiECIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCACIAEpADg3ADggAiABKQAwNwAwIAIgASkAKDcAKCACIAEpACA3ACAgAiABKQBYNwBYIAIgASkAUDcAUCACIAEpAEg3AEggAiABKQBANwBAIAIgASkAYDcAYCACIAEpAGg3AGggAiABKQBwNwBwIAIgASkAeDcAeCABQYABaiEBIAJBgAFqIQIgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAIgASkAADcAACACIAEpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCACIAEpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCACIAEoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCACIAEvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCACIAEtAAA6AAAgAkEBaiECIAFBAWohAQsgHFBFDQALDAILAkAgASADTSABIA8gAWusIhogBa0iGyAaIBtUGyIapyIEaiICIANLcQ0AIAMgBGogAUsgASADT3ENACABIAMgBBAHGgwCCyABIAMgAyABayIBIAFBH3UiAWogAXMiARAHIAFqIQIgGiABrSIefSIcUA0BIAEgA2ohAQNAAkAgHCAeIBwgHlQbIhtCIFQEQCAbIRoMAQsgGyIaQiB9IiBCBYhCAXxCA4MiH1BFBEADQCACIAEpAAA3AAAgAiABKQAYNwAYIAIgASkAEDcAECACIAEpAAg3AAggGkIgfSEaIAFBIGohASACQSBqIQIgH0IBfSIfQgBSDQALCyAgQuAAVA0AA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIAIgASkAODcAOCACIAEpADA3ADAgAiABKQAoNwAoIAIgASkAIDcAICACIAEpAFg3AFggAiABKQBQNwBQIAIgASkASDcASCACIAEpAEA3AEAgAiABKQBgNwBgIAIgASkAaDcAaCACIAEpAHA3AHAgAiABKQB4NwB4IAFBgAFqIQEgAkGAAWohAiAaQoABfSIaQh9WDQALCyAaQhBaBEAgAiABKQAANwAAIAIgASkACDcACCAaQhB9IRogAkEQaiECIAFBEGohAQsgGkIIWgRAIAIgASkAADcAACAaQgh9IRogAkEIaiECIAFBCGohAQsgGkIEWgRAIAIgASgAADYAACAaQgR9IRogAkEEaiECIAFBBGohAQsgGkICWgRAIAIgAS8AADsAACAaQgJ9IRogAkECaiECIAFBAmohAQsgHCAbfSEcIBpQRQRAIAIgAS0AADoAACACQQFqIQIgAUEBaiEBCyAcUEUNAAsMAQsCQAJAIBYEQAJAIAQgBUkEQCAHKAKYRyAESw0BCyABIARrIQMCQEEAIARrIgVBf0ogDyABa6wiGiAbIBogG1QbIhqnIgIgBUpxDQAgBUEBSCACIANqIAFLcQ0AIAEgAyACEAcgAmohAgwFCyABIAMgBCAEQR91IgFqIAFzIgEQByABaiECIBogAa0iHn0iHFANBCABIANqIQEDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIBpCIH0hGiABQSBqIQEgAkEgaiECIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCACIAEpADg3ADggAiABKQAwNwAwIAIgASkAKDcAKCACIAEpACA3ACAgAiABKQBYNwBYIAIgASkAUDcAUCACIAEpAEg3AEggAiABKQBANwBAIAIgASkAYDcAYCACIAEpAGg3AGggAiABKQBwNwBwIAIgASkAeDcAeCABQYABaiEBIAJBgAFqIQIgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAIgASkAADcAACACIAEpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCACIAEpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCACIAEoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCACIAEvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCACIAEtAAA6AAAgAkEBaiECIAFBAWohAQsgHFBFDQALDAQLIBAgAWsiCUEBaiIGIAUgBSAGSxshAyABIARrIQIgAUEHcUUNAiADRQ0CIAEgAi0AADoAACACQQFqIQIgAUEBaiIGQQdxQQAgA0EBayIFGw0BIAYhASAFIQMgCSEGDAILAkAgBCAFSQRAIAcoAphHIARLDQELIAEgASAEayIGKQAANwAAIAEgBUEBa0EHcUEBaiIDaiECIAUgA2siBEUNAyADIAZqIQEDQCACIAEpAAA3AAAgAUEIaiEBIAJBCGohAiAEQQhrIgQNAAsMAwsgASAEIAUQPyECDAILIAEgAi0AADoAASAJQQFrIQYgA0ECayEFIAJBAWohAgJAIAFBAmoiCkEHcUUNACAFRQ0AIAEgAi0AADoAAiAJQQJrIQYgA0EDayEFIAJBAWohAgJAIAFBA2oiCkEHcUUNACAFRQ0AIAEgAi0AADoAAyAJQQNrIQYgA0EEayEFIAJBAWohAgJAIAFBBGoiCkEHcUUNACAFRQ0AIAEgAi0AADoABCAJQQRrIQYgA0EFayEFIAJBAWohAgJAIAFBBWoiCkEHcUUNACAFRQ0AIAEgAi0AADoABSAJQQVrIQYgA0EGayEFIAJBAWohAgJAIAFBBmoiCkEHcUUNACAFRQ0AIAEgAi0AADoABiAJQQZrIQYgA0EHayEFIAJBAWohAgJAIAFBB2oiCkEHcUUNACAFRQ0AIAEgAi0AADoAByAJQQdrIQYgA0EIayEDIAFBCGohASACQQFqIQIMBgsgCiEBIAUhAwwFCyAKIQEgBSEDDAQLIAohASAFIQMMAwsgCiEBIAUhAwwCCyAKIQEgBSEDDAELIAohASAFIQMLAkACQCAGQRdNBEAgA0UNASADQQFrIQUgA0EHcSIEBEADQCABIAItAAA6AAAgA0EBayEDIAFBAWohASACQQFqIQIgBEEBayIEDQALCyAFQQdJDQEDQCABIAItAAA6AAAgASACLQABOgABIAEgAi0AAjoAAiABIAItAAM6AAMgASACLQAEOgAEIAEgAi0ABToABSABIAItAAY6AAYgASACLQAHOgAHIAFBCGohASACQQhqIQIgA0EIayIDDQALDAELIAMNAQsgASECDAELIAEgBCADED8hAgsgCyEFDAELIAEgAy0AAjoAACABQQFqIQILIAUgFE8NACACIBNJDQELCyAAIAI2AgwgACAFIAhBA3ZrIgE2AgAgACATIAJrQYMCajYCECAAIBQgAWtBDmo2AgQgByAIQQdxIgA2AogBIAcgHUJ/IACthkJ/hYM+AoQBC+cFAQR/IAMgAiACIANLGyEEIAAgAWshAgJAIABBB3FFDQAgBEUNACAAIAItAAA6AAAgA0EBayEGIAJBAWohAiAAQQFqIgdBB3FBACAEQQFrIgUbRQRAIAchACAFIQQgBiEDDAELIAAgAi0AADoAASADQQJrIQYgBEECayEFIAJBAWohAgJAIABBAmoiB0EHcUUNACAFRQ0AIAAgAi0AADoAAiADQQNrIQYgBEEDayEFIAJBAWohAgJAIABBA2oiB0EHcUUNACAFRQ0AIAAgAi0AADoAAyADQQRrIQYgBEEEayEFIAJBAWohAgJAIABBBGoiB0EHcUUNACAFRQ0AIAAgAi0AADoABCADQQVrIQYgBEEFayEFIAJBAWohAgJAIABBBWoiB0EHcUUNACAFRQ0AIAAgAi0AADoABSADQQZrIQYgBEEGayEFIAJBAWohAgJAIABBBmoiB0EHcUUNACAFRQ0AIAAgAi0AADoABiADQQdrIQYgBEEHayEFIAJBAWohAgJAIABBB2oiB0EHcUUNACAFRQ0AIAAgAi0AADoAByADQQhrIQMgBEEIayEEIABBCGohACACQQFqIQIMBgsgByEAIAUhBCAGIQMMBQsgByEAIAUhBCAGIQMMBAsgByEAIAUhBCAGIQMMAwsgByEAIAUhBCAGIQMMAgsgByEAIAUhBCAGIQMMAQsgByEAIAUhBCAGIQMLAkAgA0EXTQRAIARFDQEgBEEBayEBIARBB3EiAwRAA0AgACACLQAAOgAAIARBAWshBCAAQQFqIQAgAkEBaiECIANBAWsi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CyAAIAMtAAAEfiADKQMQBUIAC6dB//8DcSADKAIEEEcLIQUgAxAICyAEQRBqJAAgBQvgAQICfwF+QTAQCSICRQRAIAEEQCABQQA2AgQgAUEONgIAC0EADwsgAkIANwMIIAJBADYCACACQgA3AxAgAkIANwMYIAJCADcDICACQgA3ACUgAFAEQCACDwsCQCAAQv////8AVg0AIACnQQR0EAkiA0UNACACIAM2AgBBACEBQgEhBANAIAMgAUEEdGoiAUIANwIAIAFCADcABSAAIARSBEAgBKchASAEQgF8IQQMAQsLIAIgADcDCCACIAA3AxAgAg8LIAEEQCABQQA2AgQgAUEONgIAC0EAEBAgAhAGQQAL7gECA38BfiMAQRBrIgQkAAJAIARBDGpCBBAXIgNFBEBBfyECDAELAkAgAQRAIAJBgAZxIQUDQAJAIAUgASgCBHFFDQACQCADKQMIQgBUBEAgA0EAOgAADAELIANCADcDECADQQE6AAALIAMgAS8BCBANIAMgAS8BChANIAMtAABFBEAgAEEIaiIABEAgAEEANgIEIABBFDYCAAtBfyECDAQLQX8hAiAAIARBDGpCBBAbQQBIDQMgATMBCiIGUA0AIAAgASgCDCAGEBtBAEgNAwsgASgCACIBDQALC0EAIQILIAMQCAsgBEEQaiQAIAILPAEBfyAABEAgAUGABnEhAQNAIAEgACgCBHEEQCACIAAvAQpqQQRqIQILIAAoAgAiAA0ACwsgAkH//wNxC5wBAQN/IABFBEBBAA8LIAAhAwNAAn8CQAJAIAAvAQgiAUH04AFNBEAgAUEBRg0BIAFB9cYBRg0BDAILIAFBgbICRg0AIAFB9eABRw0BCyAAKAIAIQEgAEEANgIAIAAoAgwQBiAAEAYgASADIAAgA0YbIQMCQCACRQRAQQAhAgwBCyACIAE2AgALIAEMAQsgACICKAIACyIADQALIAMLsgQCBX8BfgJAAkACQCAAIAGtEBciAQRAIAEtAAANAUEAIQAMAgsgBARAIARBADYCBCAEQQ42AgALQQAPC0EAIQADQCABLQAABH4gASkDCCABKQMQfQVCAAtCBFQNASABEAwhByABIAEQDCIGrRATIghFBEBBACECIAQEQCAEQQA2AgQgBEEVNgIACyABEAggAEUNAwNAIAAoAgAhASAAKAIMEAYg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DCAAQRg2AggLDAMLIAAgBiAFLwFqQQAgBCABEQYAIQEgBhALIAFFDQILAkAgDUUEQCABIQMMAQsgACABIAUvAWgQgQEhAyABEAsgA0UNAQsCQCAJRSAMckUEQCADIQEMAQsgACADQQEQgAEhASADEAsgAUUNAQsgASEDDAELQQAhAwsgBUHwAGokACADC4UBAQF/IAFFBEAgAEEIaiIABEAgAEEANgIEIABBEjYCAAtBAA8LQTgQCSIDRQRAIABBCGoiAARAIABBADYCBCAAQQ42AgALQQAPCyADQQA2AhAgA0IANwIIIANCADcDKCADQQA2AgQgAyACNgIAIANCADcDGCADQQA2AjAgACABQTsgAxBCCw8AIAAgASACQQBBABCCAQusAgECfyABRQRAIABBCGoiAARAIABBADYCBCAAQRI2AgALQQAPCwJAIAJBfUsNACACQf//A3FBCEYNACAAQQhqIgAEQCAAQQA2AgQgAEEQNgIAC0EADwsCQEGwwAAQCSIFBEAgBUEANgIIIAVCADcCACAFQYiBAUGogQEgAxs2AqhAIAUgAjYCFCAFIAM6ABAgBUEAOgAPIAVBADsBDCAFIAMgAkF9SyIGcToADiAFQQggAiAGG0H//wNxIAQgBUGIgQFBqIEBIAMbKAIAEQAAIgI2AqxAIAINASAFEDEgBRAGCyAAQQhqIgAEQCAAQQA2AgQgAEEONgIAC0EADwsgACABQTogBRBCIgAEfyAABSAFKAKsQCAFKAKoQCgCBBEDACAFEDEgBRAGQQALC6ABAQF/IAIgACgCBCIDIAIgA0kbIgIEQCAAIAMgAms2AgQCQAJAAkACQCAAKAIcIgMoAhRBAWsOAgEAAgsgA0GgAWogASAAKAIAIAJB3IABKAIAEQgADAILIAAgACgCMCABIAAoAgAgAkHEgAEoAgARBAA2AjAMAQsgASAAKAIAIAIQBxoLIAAgACgCACACajYCACAAIAAoAgggAmo2AggLC7cCAQR/QX4hAgJAIABFDQAgACgCIEUNACAAKAIkIgRFDQAgACgCHCIBRQ0AIAEoAgAgAEcNAAJAAkAgASgCICIDQTlrDjkBAgICAgICAgICAgIBAgICAQICAgICAgICAgICAgICAgICAQICAgICAgICAgICAQICAgICAgICAgEACyADQZoFRg0AIANBKkcN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DCABajYCDCAGIAYoAgggAWo2AgggBSAFKAIUIAFqNgIUIAUgBSgCECABazYCECAGIAYoAhAgAWsiATYCECABDQAgBiAGKAIENgIIC0EAIQRBACEJIAMoAhBFDQAMCgsgAygCHCgCJCEGIAMgAygCGCIBQQFqNgIYIAEgBmotAAAhASADIARBAWo2AhAgAygCBCAEaiABOgAAIAEEQCADKAIQIQQMAQsLIAMoAhwoAixFDQAgAygCECIGIAlNDQAgBQJ/IAUoAjAhBEEAIAMoAgQgCWoiAUUNABogBCABIAYgCWtB1IABKAIAEQAACzYCMAsgA0HnADYCIAsCQCADKAIcKAIsBEAgAygCDCADKAIQIgFBAmpJBH8gBRAKIAMoAhANAkEABSABCyADKAIEaiAFKAIwOwAAIAMgAygCEEECajYCECADQaABakHkgAEoAgARAQAaCyADQfEANgIgIAUQCiADKAIQRQ0BDAcLDAYLIAUoAgQNAQsgAygCPA0AIApFDQEgAygCIEGaBUYNAQsCfyADKAKIASIBRQRAIAMgChCFAQwBCwJAAkACQCADKAKMAUECaw4CAAECCwJ/AkADQAJAAkAgAygCPA0AIAMQLyADKAI8DQAgCg0BQQAMBAsgAygCSCADKAJoai0AACEEIAMgAygC8C0iAUEBajYC8C0gASADKALsLWpBADoAACADIAMoAvAtIgFBAWo2AvAtIAEgAygC7C1qQQA6AAAgAyADKALwLSIBQQFqNgLwLSABIAMoAuwtaiAEOgAAIAMgBEECdGoiASABLwHkAUEBajsB5AEgAyADKAI8QQFrNgI8IAMgAygCaEEBaiIBNgJoIAMoAvAtIAMoAvQtRw0BQQAhBCADIAMoAlgiBkEATgR/IAMoAkggBmoFQQALIAEgBmtBABAPIAMgAygCaDYCWCADKAIAEAogAygCACgCEA0BDAILCyADQQA2AoQuIApBBEYEQCADIAMoAlgiAUEATgR/IAMoAkggAWoFQQALIAMoAmggAWtBARAPIAMgAygCaDYCWCADKAIAEApBA0ECIAMoAgAoAhAbDAILIAMoAvAtBEBBACEEIAMgAygCWCIBQQBOBH8gAygCSCABagVBAAsgAygCaCABa0EAEA8gAyADKAJoNgJYIAMoAgAQCiADKAIAKAIQRQ0BC0EBIQQLIAQL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bGl0ZXJhbC9sZW5ndGhzIHNldABpbnZhbGlkIGNvZGUgbGVuZ3RocyBzZXQAdW5rbm93biBoZWFkZXIgZmxhZ3Mgc2V0AGludmFsaWQgZGlzdGFuY2VzIHNldABpbnZhbGlkIGJpdCBsZW5ndGggcmVwZWF0AEZpbGUgYWxyZWFkeSBleGlzdHMAdG9vIG1hbnkgbGVuZ3RoIG9yIGRpc3RhbmNlIHN5bWJvbHMAaW52YWxpZCBzdG9yZWQgYmxvY2sgbGVuZ3RocwAlcyVzJXMAYnVmZmVyIGVycm9yAE5vIGVycm9yAHN0cmVhbSBlcnJvcgBUZWxsIGVycm9yAEludGVybmFsIGVycm9yAFNlZWsgZXJyb3IAV3JpdGUgZXJyb3IAZmlsZSBlcnJvcgBSZWFkIGVycm9yAFpsaWIgZXJyb3IAZGF0YSBlcnJvcgBDUkMgZXJyb3IAaW5jb21wYXRpYmxlIHZlcnNpb24AaW52YWxpZCBjb2RlIC0tIG1pc3NpbmcgZW5kLW9mLWJsb2NrAGluY29ycmVjdCBoZWFkZXIgY2hlY2sAaW5jb3JyZWN0IGxlbmd0aCBjaGVjawBpbmNvcnJlY3QgZGF0YSBjaGVjawBpbnZhbGlkIGRpc3RhbmNlIHRvbyBmYXIgYmFjawBoZWFkZXIgY3JjIG1pc21hdGNoADEuMi4xMy56bGliLW5nAGludmFsaWQgd2luZG93IHNpemUAUmVhZC1vbmx5IGFyY2hpdmUATm90IGEgemlwIGFyY2hpdmUAUmVzb3VyY2Ugc3RpbGwgaW4gdXNlAE1hbGxvYyBmYWlsdXJlAGludmFsaWQgYmxvY2sgdHlwZQBGYWlsdXJlIHRvIGNyZWF0ZSB0ZW1wb3JhcnkgZmlsZQBDYW4ndCBvcGVuIGZpbGUATm8gc3VjaCBmaWxlAFByZW1hdHVyZSBlbmQgb2YgZmlsZQBDYW4ndCByZW1vdmUgZmlsZQBpbnZhbGlkIGxpdGVyYWwvbGVuZ3RoIGNvZGUAaW52YWxpZCBkaXN0YW5jZSBjb2RlAHVua25vd24gY29tcHJlc3Npb24gbWV0aG9kAHN0cmVhbSBlbmQAQ29tcHJlc3NlZCBkYXRhIGludmFsaWQATXVsdGktZGlzayB6aXAgYXJjaGl2ZXMgbm90IHN1cHBvcnRl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UgAIANIACAAyAAgAsgAIAHIACADyAAgACgAIAIoACABKAAgAygAIACoACACqAAgAagAIAOoACAAaAAgAmgAIAFoACADaAAgAOgAIALoACAB6AAgA+gAIAAYACACGAAgARgAIAMYACAAmAAgApgAIAGYACADmAAgAFgAIAJYACABWAAgA1gAIADYACAC2AAgAdgAIAPYACAAOAAgAjgAIAE4ACADOAAgALgAIAK4ACABuAAgA7gAIAB4ACACeAAgAXgAIAN4ACAA+AAgAvgAIAH4ACAD+AAgAAQAIAIEACABBAAgAwQAIACEACAChAAgAYQAIAOEACAARAAgAkQAIAFEACADRAAgAMQAIALEACABxAAgA8QAIAAkACACJAAgASQAIAMkACAApAAgAqQAIAGkACADpAAgAGQAIAJkACABZAAgA2QAIADkACAC5AAgAeQAIAPkACAAFAAgAhQAIAEUACADFAAgAJQAIAKUACABlAAgA5QAIABUACACVAAgAVQAIANUACAA1AAgAtQAIAHUACAD1AAgADQAIAI0ACABNAAgAzQAIAC0ACACtAAgAbQAIAO0ACAAdAAgAnQAIAF0ACADdAAgAPQAIAL0ACAB9AAgA/QAIABMACQATAQkAkwAJAJMBCQBTAAkAUwEJANMACQDTAQkAMwAJADMBCQCzAAkAswEJAHMACQBzAQkA8wAJAPMBCQALAAkACwEJAIsACQCLAQkASwAJAEsBCQDLAAkAywEJACsACQArAQkAqwAJAKsBCQBrAAkAawEJAOsACQDrAQkAGwAJABsBCQCbAAkAmwEJAFsACQBbAQkA2wAJANsBCQA7AAkAOwEJALsACQC7AQkAewAJAHsBCQD7AAkA+wEJAAcACQAHAQkAhwAJAIcBCQBHAAkARwEJAMcACQDHAQkAJwAJACcBCQCnAAkApwEJAGcACQBnAQkA5wAJAOcBCQAXAAkAFwEJAJcACQCXAQkAVwAJAFcBCQDXAAkA1wEJADcACQA3AQkAtwAJALcBCQB3AAkAdwEJAPcACQD3AQkADwAJAA8BCQCPAAkAjwEJAE8ACQBPAQkAzwAJAM8BCQAvAAkALwEJAK8ACQCvAQkAbwAJAG8BCQDvAAkA7wEJAB8ACQAfAQkAnwAJAJ8BCQBfAAkAXwEJAN8ACQDfAQkAPwAJAD8BCQC/AAkA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SXMgYSBkaXJlY3RvcnkAVGV4dCBmaWxlIGJ1c3kARXhlYyBmb3JtYXQgZXJyb3IASW52YWxpZCBhcmd1bWVudABBcmd1bWVudCBsaXN0IHRvbyBsb25nAFN5bWJvbGljIGxpbmsgbG9vcABGaWxlbmFtZSB0b28gbG9uZwBUb28gbWFueSBvcGVuIGZpbGVzIGluIHN5c3RlbQBObyBmaWxlIGRlc2NyaXB0b3JzIGF2YWlsYWJsZQBCYWQgZmlsZSBkZXNjcmlwdG9yAE5vIGNoaWxkIHByb2Nlc3MAQmFkIGFkZHJlc3MARmlsZSB0b28gbGFyZ2UAVG9vIG1hbnkgbGlua3MATm8gbG9ja3MgYXZhaWxhYmxlAFJlc291cmNlIGRlYWRsb2NrIHdvdWxkIG9jY3VyAFN0YXRlIG5vdCByZWNvdmVyYWJsZQBQcmV2aW91cyBvd25lciBkaWVkAE9wZXJhdGlvbiBjYW5jZWxlZABGdW5jdGlvbiBub3QgaW1wbGVtZW50ZWQATm8gbWVzc2FnZSBvZiBkZXNpcmVkIHR5cGUASWRlbnRpZmllciByZW1vdmVkAERldmljZSBub3QgYSBzdHJlYW0ATm8gZGF0YSBhdmFpbGFibGUARGV2aWNlIHRpbWVvdXQAT3V0IG9mIHN0cmVhbXMgcmVzb3VyY2VzAExpbmsgaGFzIGJlZW4gc2V2ZXJlZABQcm90b2NvbCBlcnJvcgBCYWQgbWVzc2FnZQBGaWxlIGRlc2NyaXB0b3IgaW4gYmFkIHN0YXRlAE5vdCBhIHNvY2tldABEZXN0aW5hdGlvbiBhZGRyZXNzIHJlcXVpcmVkAE1lc3NhZ2UgdG9vIGxhcmdlAFByb3RvY29sIHdyb25nIHR5cGUgZm9yIHNvY2tldABQcm90b2NvbCBub3QgYXZhaWxhYmxlAFByb3RvY29sIG5vdCBzdXBwb3J0ZWQAU29ja2V0IHR5cGUgbm90IHN1cHBvcnRlZABOb3Qgc3VwcG9ydGVkAFByb3RvY29sIGZhbWlseSBub3Qgc3VwcG9ydGVkAEFkZHJlc3MgZmFtaWx5IG5vdCBzdXBwb3J0ZWQgYnkgcHJvdG9jb2wAQWRkcmVzcyBub3QgYXZhaWxhYmxlAE5ldHdvcmsgaXMgZG93bgBOZXR3b3JrIHVucmVhY2hhYmxlAENvbm5lY3Rpb24gcmVzZXQgYnkgbmV0d29yawBDb25uZWN0aW9uIGFib3J0ZWQATm8gYnVmZmVyIHNwYWNlIGF2YWlsYWJsZQBTb2NrZXQgaXMgY29ubmVjdGVkAFNvY2tldCBub3QgY29ubmVjdGVkAENhbm5vdCBzZW5kIGFmdGVyIHNvY2tldCBzaHV0ZG93bgBPcGVyYXRpb24gYWxyZWFkeSBpbiBwcm9ncmVzcwBPcGVyYXRpb24gaW4gcHJvZ3Jlc3MAU3RhbGUgZmlsZSBoYW5kbGUAUmVtb3RlIEkvTyBlcnJvcgBRdW90YSBleGNlZWRlZABObyBtZWRpdW0gZm91bmQAV3JvbmcgbWVkaXVtIHR5cGUATm8gZXJyb3IgaW5mb3JtYXRpb24AQcCAAQuFARMAAAAUAAAAFQAAABYAAAAXAAAAGAAAABkAAAAaAAAAGwAAABwAAAAdAAAAHgAAAB8AAAAgAAAAIQAAACIAAAAjAAAAgERQADEAAAAyAAAAMwAAADQAAAA1AAAANgAAADcAAAA4AAAAOQAAADIAAAAzAAAANAAAADUAAAA2AAAANwAAADgAQfSCAQsCXEQAQbCDAQsQ/////////////////////w==";io(Pi)||(Pi=x(Pi));function Ls(We){try{if(We==Pi&&ce)return new Uint8Array(ce);var tt=ii(We);if(tt)return tt;if(R)return R(We);throw"sync fetching of the wasm failed: you can preload it to Module['wasmBinary'] manually, or emcc.py will do that for you when generating HTML (but not JS)"}catch(It){Ti(It)}}function so(We,tt){var It,nr,$;try{$=Ls(We),nr=new WebAssembly.Module($),It=new WebAssembly.Instance(nr,tt)}catch(Le){var ye=Le.toString();throw te("failed to compile wasm module: "+ye),(ye.includes("imported Memory")||ye.includes("memory import"))&&te("Memory size incompatibility issues may be due to changing INITIAL_MEMORY at runtime to something too large. Use ALLOW_MEMORY_GROWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at runtime to something smaller than it was at compile time)."),Le}return[It,nr]}function cc(){var We={a:Ma};function tt($,ye){var Le=$.exports;r.asm=Le,Be=r.asm.g,z(Be.buffer),Z=r.asm.W,an(r.asm.h),Ns("wasm-instantiate")}if(Kn("wasm-instantiate"),r.instantiateWasm)try{var It=r.instantiateWasm(We,tt);return It}catch($){return te("Module.instantiateWasm callback failed with error: "+$),!1}var nr=so(Pi,We);return tt(nr[0]),r.asm}function cu(We){return F.getFloat32(We,!0)}function lp(We){return F.getFloat64(We,!0)}function cp(We){return F.getInt16(We,!0)}function Os(We){return F.getInt32(We,!0)}function Dn(We,tt){F.setInt32(We,tt,!0)}function oo(We){for(;We.length>0;){var tt=We.shift();if(typeof tt=="function"){tt(r);continue}var It=tt.func;typeof It=="number"?tt.arg===void 0?Z.get(It)():Z.get(It)(tt.arg):It(tt.arg===void 0?null:tt.arg)}}function Ms(We,tt){var It=new Date(Os((We>>2)*4)*1e3);Dn((tt>>2)*4,It.getUTCSeconds()),Dn((tt+4>>2)*4,It.getUTCMinutes()),Dn((tt+8>>2)*4,It.getUTCHours()),Dn((tt+12>>2)*4,It.getUTCDate()),Dn((tt+16>>2)*4,It.getUTCMonth()),Dn((tt+20>>2)*4,It.getUTCFullYear()-1900),Dn((tt+24>>2)*4,It.getUTCDay()),Dn((tt+36>>2)*4,0),Dn((tt+32>>2)*4,0);var nr=Date.UTC(It.getUTCFullYear(),0,1,0,0,0,0),$=(It.getTime()-nr)/(1e3*60*60*24)|0;return Dn((tt+28>>2)*4,$),Ms.GMTString||(Ms.GMTString=at("GMT")),Dn((tt+40>>2)*4,Ms.GMTString),tt}function ml(We,tt){return Ms(We,tt)}function yl(We,tt,It){Te.copyWithin(We,tt,tt+It)}function ao(We){try{return Be.grow(We-xe.byteLength+65535>>>16),z(Be.buffer),1}catch{}}function Vn(We){var tt=Te.length;We=We>>>0;var It=2147483648;if(We>It)return!1;for(var nr=1;nr<=4;nr*=2){var $=tt*(1+.2/nr);$=Math.min($,We+100663296);var ye=Math.min(It,ke(Math.max(We,$),65536)),Le=ao(ye);if(Le)return!0}return!1}function On(We){fe(We)}function Ni(We){var tt=Date.now()/1e3|0;return We&&Dn((We>>2)*4,tt),tt}function Mn(){if(Mn.called)return;Mn.called=!0;var We=new Date().getFullYear(),tt=new Date(We,0,1),It=new Date(We,6,1),nr=tt.getTimezoneOffset(),$=It.getTimezoneOffset(),ye=Math.max(nr,$);Dn((ds()>>2)*4,ye*60),Dn((gs()>>2)*4,Number(nr!=$));function Le($r){var Gi=$r.toTimeString().match(/\(([A-Za-z ]+)\)$/);return Gi?Gi[1]:"GMT"}var pt=Le(tt),ht=Le(It),Tt=at(pt),er=at(ht);$>2)*4,Tt),Dn((wi()+4>>2)*4,er)):(Dn((wi()>>2)*4,er),Dn((wi()+4>>2)*4,Tt))}function _i(We){Mn();var tt=Date.UTC(Os((We+20>>2)*4)+1900,Os((We+16>>2)*4),Os((We+12>>2)*4),Os((We+8>>2)*4),Os((We+4>>2)*4),Os((We>>2)*4),0),It=new Date(tt);Dn((We+24>>2)*4,It.getUTCDay());var nr=Date.UTC(It.getUTCFullYear(),0,1,0,0,0,0),$=(It.getTime()-nr)/(1e3*60*60*24)|0;return Dn((We+28>>2)*4,$),It.getTime()/1e3|0}var tr=typeof atob=="function"?atob:function(We){var tt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",It="",nr,$,ye,Le,pt,ht,Tt,er=0;We=We.replace(/[^A-Za-z0-9\+\/\=]/g,"");do Le=tt.indexOf(We.charAt(er++)),pt=tt.indexOf(We.charAt(er++)),ht=tt.indexOf(We.charAt(er++)),Tt=tt.indexOf(We.charAt(er++)),nr=Le<<2|pt>>4,$=(pt&15)<<4|ht>>2,ye=(ht&3)<<6|Tt,It=It+String.fromCharCode(nr),ht!==64&&(It=It+String.fromCharCode($)),Tt!==64&&(It=It+String.fromCharCode(ye));while(er0||(dt(),mr>0))return;function tt(){Sn||(Sn=!0,r.calledRun=!0,!we&&(Gt(),o(r),r.onRuntimeInitialized&&r.onRuntimeInitialized(),$t()))}r.setStatus?(r.setStatus("Running..."),setTimeout(function(){setTimeout(function(){r.setStatus("")},1),tt()},1)):tt()}if(r.run=ys,r.preInit)for(typeof r.preInit=="function"&&(r.preInit=[r.preInit]);r.preInit.length>0;)r.preInit.pop()();return ys(),e}}();typeof Qb=="object"&&typeof tU=="object"?tU.exports=eU:typeof define=="function"&&define.amd?define([],function(){return eU}):typeof Qb=="object"&&(Qb.createModule=eU)});var Of,Rle,Tle,Nle=Et(()=>{Of=["number","number"],Rle=(ee=>(ee[ee.ZIP_ER_OK=0]="ZIP_ER_OK",ee[ee.ZIP_ER_MULTIDISK=1]="ZIP_ER_MULTIDISK",ee[ee.ZIP_ER_RENAME=2]="ZIP_ER_RENAME",ee[ee.ZIP_ER_CLOSE=3]="ZIP_ER_CLOSE",ee[ee.ZIP_ER_SEEK=4]="ZIP_ER_SEEK",ee[ee.ZIP_ER_READ=5]="ZIP_ER_READ",ee[ee.ZIP_ER_WRITE=6]="ZIP_ER_WRITE",ee[ee.ZIP_ER_CRC=7]="ZIP_ER_CRC",ee[ee.ZIP_ER_ZIPCLOSED=8]="ZIP_ER_ZIPCLOSED",ee[ee.ZIP_ER_NOENT=9]="ZIP_ER_NOENT",ee[ee.ZIP_ER_EXISTS=10]="ZIP_ER_EXISTS",ee[ee.ZIP_ER_OPEN=11]="ZIP_ER_OPEN",ee[ee.ZIP_ER_TMPOPEN=12]="ZIP_ER_TMPOPEN",ee[ee.ZIP_ER_ZLIB=13]="ZIP_ER_ZLIB",ee[ee.ZIP_ER_MEMORY=14]="ZIP_ER_MEMORY",ee[ee.ZIP_ER_CHANGED=15]="ZIP_ER_CHANGED",ee[ee.ZIP_ER_COMPNOTSUPP=16]="ZIP_ER_COMPNOTSUPP",ee[ee.ZIP_ER_EOF=17]="ZIP_ER_EOF",ee[ee.ZIP_ER_INVAL=18]="ZIP_ER_INVAL",ee[ee.ZIP_ER_NOZIP=19]="ZIP_ER_NOZIP",ee[ee.ZIP_ER_INTERNAL=20]="ZIP_ER_INTERNAL",ee[ee.ZIP_ER_INCONS=21]="ZIP_ER_INCONS",ee[ee.ZIP_ER_REMOVE=22]="ZIP_ER_REMOVE",ee[ee.ZIP_ER_DELETED=23]="ZIP_ER_DELETED",ee[ee.ZIP_ER_ENCRNOTSUPP=24]="ZIP_ER_ENCRNOTSUPP",ee[ee.ZIP_ER_RDONLY=25]="ZIP_ER_RDONLY",ee[ee.ZIP_ER_NOPASSWD=26]="ZIP_ER_NOPASSWD",ee[ee.ZIP_ER_WRONGPASSWD=27]="ZIP_ER_WRONGPASSWD",ee[ee.ZIP_ER_OPNOTSUPP=28]="ZIP_ER_OPNOTSUPP",ee[ee.ZIP_ER_INUSE=29]="ZIP_ER_INUSE",ee[ee.ZIP_ER_TELL=30]="ZIP_ER_TELL",ee[ee.ZIP_ER_COMPRESSED_DATA=31]="ZIP_ER_COMPRESSED_DATA",ee))(Rle||{}),Tle=t=>({get HEAPU8(){return t.HEAPU8},errors:Rle,SEEK_SET:0,SEEK_CUR:1,SEEK_END:2,ZIP_CHECKCONS:4,ZIP_EXCL:2,ZIP_RDONLY:16,ZIP_FL_OVERWRITE:8192,ZIP_FL_COMPRESSED:4,ZIP_OPSYS_DOS:0,ZIP_OPSYS_AMIGA:1,ZIP_OPSYS_OPENVMS:2,ZIP_OPSYS_UNIX:3,ZIP_OPSYS_VM_CMS:4,ZIP_OPSYS_ATARI_ST:5,ZIP_OPSYS_OS_2:6,ZIP_OPSYS_MACINTOSH:7,ZIP_OPSYS_Z_SYSTEM:8,ZIP_OPSYS_CPM:9,ZIP_OPSYS_WINDOWS_NTFS:10,ZIP_OPSYS_MVS:11,ZIP_OPSYS_VSE:12,ZIP_OPSYS_ACORN_RISC:13,ZIP_OPSYS_VFAT:14,ZIP_OPSYS_ALTERNATE_MVS:15,ZIP_OPSYS_BEOS:16,ZIP_OPSYS_TANDEM:17,ZIP_OPSYS_OS_400:18,ZIP_OPSYS_OS_X:19,ZIP_CM_DEFAULT:-1,ZIP_CM_STORE:0,ZIP_CM_DEFLATE:8,uint08S:t._malloc(1),uint32S:t._malloc(4),malloc:t._malloc,free:t._free,getValue:t.getValue,openFromSource:t.cwrap("zip_open_from_source","number",["number","number","number"]),close:t.cwrap("zip_close","number",["number"]),discard:t.cwrap("zip_discard",null,["number"]),getError:t.cwrap("zip_get_error","number",["number"]),getName:t.cwrap("zip_get_name","string",["number","number","number"]),getNumEntries:t.cwrap("zip_get_num_entries","number",["number","number"]),delete:t.cwrap("zip_delete","number",["number","number"]),statIndex:t.cwrap("zip_stat_index","number",["number",...Of,"number","number"]),fopenIndex:t.cwrap("zip_fopen_index","number",["number",...Of,"number"]),fread:t.cwrap("zip_fread","number",["number","number","number","number"]),fclose:t.cwrap("zip_fclose","number",["number"]),dir:{add:t.cwrap("zip_dir_add","number",["number","string"])},file:{add:t.cwrap("zip_file_add","number",["number","string","number","number"]),getError:t.cwrap("zip_file_get_error","number",["number"]),getExternalAttributes:t.cwrap("zip_file_get_external_attributes","number",["number",...Of,"number","number","number"]),setExternalAttributes:t.cwrap("zip_file_set_external_attributes","number",["number",...Of,"number","number","number"]),setMtime:t.cwrap("zip_file_set_mtime","number",["number",...Of,"number","number"]),setCompression:t.cwrap("zip_set_file_compression","number",["number",...Of,"number","number"])},ext:{countSymlinks:t.cwrap("zip_ext_count_symlinks","number",["number"])},error:{initWithCode:t.cwrap("zip_error_init_with_code",null,["number","number"]),strerror:t.cwrap("zip_error_strerror","string",["number"])},name:{locate:t.cwrap("zip_name_locate","number",["number","string","number"])},source:{fromUnattachedBuffer:t.cwrap("zip_source_buffer_create","number",["number",...Of,"number","number"]),fromBuffer:t.cwrap("zip_source_buffer","number",["number","number",...Of,"number"]),free:t.cwrap("zip_source_free",null,["number"]),keep:t.cwrap("zip_source_keep",null,["number"]),open:t.cwrap("zip_source_open","number",["number"]),close:t.cwrap("zip_source_close","number",["number"]),seek:t.cwrap("zip_source_seek","number",["number",...Of,"number"]),tell:t.cwrap("zip_source_tell","number",["number"]),read:t.cwrap("zip_source_read","number",["number","number","number"]),error:t.cwrap("zip_source_error","number",["number"])},struct:{statS:t.cwrap("zipstruct_statS","number",[]),statSize:t.cwrap("zipstruct_stat_size","number",["number"]),statCompSize:t.cwrap("zipstruct_stat_comp_size","number",["number"]),statCompMethod:t.cwrap("zipstruct_stat_comp_method","number",["number"]),statMtime:t.cwrap("zipstruct_stat_mtime","number",["number"]),statCrc:t.cwrap("zipstruct_stat_crc","number",["number"]),errorS:t.cwrap("zipstruct_errorS","number",[]),errorCodeZip:t.cwrap("zipstruct_error_code_zip","number",["number"])}})});function rU(t,e){let r=t.indexOf(e);if(r<=0)return null;let o=r;for(;r>=0&&(o=r+e.length,t[o]!==V.sep);){if(t[r-1]===V.sep)return null;r=t.indexOf(e,o)}return t.length>o&&t[o]!==V.sep?null:t.slice(0,o)}var Jl,Lle=Et(()=>{St();St();nA();Jl=class extends Hp{static async openPromise(e,r){let o=new Jl(r);try{return await e(o)}finally{o.saveAndClose()}}constructor(e={}){let r=e.fileExtensions,o=e.readOnlyArchives,a=typeof r>"u"?A=>rU(A,".zip"):A=>{for(let p of r){let h=rU(A,p);if(h)return h}return null},n=(A,p)=>new zi(p,{baseFs:A,readOnly:o,stats:A.statSync(p)}),u=async(A,p)=>{let h={baseFs:A,readOnly:o,stats:await A.statPromise(p)};return()=>new zi(p,h)};super({...e,factorySync:n,factoryPromise:u,getMountPoint:a})}}});function lot(t){if(typeof t=="string"&&String(+t)===t)return+t;if(typeof t=="number"&&Number.isFinite(t))return t<0?Date.now()/1e3:t;if(Ole.types.isDate(t))return t.getTime()/1e3;throw new Error("Invalid time")}function Fb(){return Buffer.from([80,75,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0])}var ta,nU,Ole,iU,Mle,Rb,zi,sU=Et(()=>{St();St();St();St();St();St();ta=ve("fs"),nU=ve("stream"),Ole=ve("util"),iU=$e(ve("zlib"));$4();Mle="mixed";Rb=class extends Error{constructor(r,o){super(r);this.name="Libzip Error",this.code=o}},zi=class extends Mu{constructor(r,o={}){super();this.listings=new Map;this.entries=new Map;this.fileSources=new Map;this.fds=new Map;this.nextFd=0;this.ready=!1;this.readOnly=!1;let a=o;if(this.level=typeof a.level<"u"?a.level:Mle,r??=Fb(),typeof r=="string"){let{baseFs:A=new Tn}=a;this.baseFs=A,this.path=r}else this.path=null,this.baseFs=null;if(o.stats)this.stats=o.stats;else if(typeof r=="string")try{this.stats=this.baseFs.statSync(r)}catch(A){if(A.code==="ENOENT"&&a.create)this.stats=Ea.makeDefaultStats();else throw A}else this.stats=Ea.makeDefaultStats();this.libzip=b1();let n=this.libzip.malloc(4);try{let A=0;o.readOnly&&(A|=this.libzip.ZIP_RDONLY,this.readOnly=!0),typeof r=="string"&&(r=a.create?Fb():this.baseFs.readFileSync(r));let p=this.allocateUnattachedSource(r);try{this.zip=this.libzip.openFromSource(p,A,n),this.lzSource=p}catch(h){throw this.libzip.source.free(p),h}if(this.zip===0){let h=this.libzip.struct.errorS();throw this.libzip.error.initWithCode(h,this.libzip.getValue(n,"i32")),this.makeLibzipError(h)}}finally{this.libzip.free(n)}this.listings.set(Bt.root,new Set);let u=this.libzip.getNumEntries(this.zip,0);for(let A=0;Ar)throw new Error("Overread");let n=Buffer.from(this.libzip.HEAPU8.subarray(o,o+r));return process.env.YARN_IS_TEST_ENV&&process.env.YARN_ZIP_DATA_EPILOGUE&&(n=Buffer.concat([n,Buffer.from(process.env.YARN_ZIP_DATA_EPILOGUE)])),n}finally{this.libzip.free(o)}}finally{this.libzip.source.close(this.lzSource),this.libzip.source.free(this.lzSource),this.ready=!1}}discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),this.ready=!1}saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cannot be saved and must be discarded when loaded from a buffer");if(this.readOnly){this.discardAndClose();return}let r=this.baseFs.existsSync(this.path)||this.stats.mode===Ea.DEFAULT_MODE?void 0:this.stats.mode;this.baseFs.writeFileSync(this.path,this.getBufferAndClose(),{mode:r}),this.ready=!1}resolve(r){return V.resolve(Bt.root,r)}async openPromise(r,o,a){return this.openSync(r,o,a)}openSync(r,o,a){let n=this.nextFd++;return this.fds.set(n,{cursor:0,p:r}),n}hasOpenFileHandles(){return!!this.fds.size}async opendirPromise(r,o){return this.opendirSync(r,o)}opendirSync(r,o={}){let a=this.resolveFilename(`opendir '${r}'`,r);if(!this.entries.has(a)&&!this.listings.has(a))throw ar.ENOENT(`opendir '${r}'`);let n=this.listings.get(a);if(!n)throw ar.ENOTDIR(`opendir '${r}'`);let u=[...n],A=this.openSync(a,"r");return PD(this,a,u,{onClose:()=>{this.closeSync(A)}})}async readPromise(r,o,a,n,u){return this.readSync(r,o,a,n,u)}readSync(r,o,a=0,n=o.byteLength,u=-1){let A=this.fds.get(r);if(typeof A>"u")throw ar.EBADF("read");let p=u===-1||u===null?A.cursor:u,h=this.readFileSync(A.p);h.copy(o,a,p,p+n);let E=Math.max(0,Math.min(h.length-p,n));return(u===-1||u===null)&&(A.cursor+=E),E}async writePromise(r,o,a,n,u){return typeof o=="string"?this.writeSync(r,o,u):this.writeSync(r,o,a,n,u)}writeSync(r,o,a,n,u){throw typeof this.fds.get(r)>"u"?ar.EBADF("read"):new Error("Unimplemented")}async closePromise(r){return this.closeSync(r)}closeSync(r){if(typeof this.fds.get(r)>"u")throw ar.EBADF("read");this.fds.delete(r)}createReadStream(r,{encoding:o}={}){if(r===null)throw new Error("Unimplemented");let a=this.openSync(r,"r"),n=Object.assign(new nU.PassThrough({emitClose:!0,autoDestroy:!0,destroy:(A,p)=>{clearImmediate(u),this.closeSync(a),p(A)}}),{close(){n.destroy()},bytesRead:0,path:r,pending:!1}),u=setImmediate(async()=>{try{let A=await this.readFilePromise(r,o);n.bytesRead=A.length,n.end(A)}catch(A){n.destroy(A)}});return n}createWriteStream(r,{encoding:o}={}){if(this.readOnly)throw ar.EROFS(`open '${r}'`);if(r===null)throw new Error("Unimplemented");let a=[],n=this.openSync(r,"w"),u=Object.assign(new nU.PassThrough({autoDestroy:!0,emitClose:!0,destroy:(A,p)=>{try{A?p(A):(this.writeFileSync(r,Buffer.concat(a),o),p(null))}catch(h){p(h)}finally{this.closeSync(n)}}}),{close(){u.destroy()},bytesWritten:0,path:r,pending:!1});return u.on("data",A=>{let p=Buffer.from(A);u.bytesWritten+=p.length,a.push(p)}),u}async realpathPromise(r){return this.realpathSync(r)}realpathSync(r){let o=this.resolveFilename(`lstat '${r}'`,r);if(!this.entries.has(o)&&!this.listings.has(o))throw ar.ENOENT(`lstat '${r}'`);return o}async existsPromise(r){return this.existsSync(r)}existsSync(r){if(!this.ready)throw ar.EBUSY(`archive closed, existsSync '${r}'`);if(this.symlinkCount===0){let a=V.resolve(Bt.root,r);return this.entries.has(a)||this.listings.has(a)}let o;try{o=this.resolveFilename(`stat '${r}'`,r,void 0,!1)}catch{return!1}return o===void 0?!1:this.entries.has(o)||this.listings.has(o)}async accessPromise(r,o){return this.accessSync(r,o)}accessSync(r,o=ta.constants.F_OK){let a=this.resolveFilename(`access '${r}'`,r);if(!this.entries.has(a)&&!this.listings.has(a))throw ar.ENOENT(`access '${r}'`);if(this.readOnly&&o&ta.constants.W_OK)throw ar.EROFS(`access '${r}'`)}async statPromise(r,o={bigint:!1}){return o.bigint?this.statSync(r,{bigint:!0}):this.statSync(r)}statSync(r,o={bigint:!1,throwIfNoEntry:!0}){let a=this.resolveFilename(`stat '${r}'`,r,void 0,o.throwIfNoEntry);if(a!==void 0){if(!this.entries.has(a)&&!this.listings.has(a)){if(o.throwIfNoEntry===!1)return;throw ar.ENOENT(`stat '${r}'`)}if(r[r.length-1]==="/"&&!this.listings.has(a))throw ar.ENOTDIR(`stat '${r}'`);return this.statImpl(`stat '${r}'`,a,o)}}async fstatPromise(r,o){return this.fstatSync(r,o)}fstatSync(r,o){let a=this.fds.get(r);if(typeof a>"u")throw ar.EBADF("fstatSync");let{p:n}=a,u=this.resolveFilename(`stat '${n}'`,n);if(!this.entries.has(u)&&!this.listings.has(u))throw ar.ENOENT(`stat '${n}'`);if(n[n.length-1]==="/"&&!this.listings.has(u))throw ar.ENOTDIR(`stat '${n}'`);return this.statImpl(`fstat '${n}'`,u,o)}async lstatPromise(r,o={bigint:!1}){return o.bigint?this.lstatSync(r,{bigint:!0}):this.lstatSync(r)}lstatSync(r,o={bigint:!1,throwIfNoEntry:!0}){let a=this.resolveFilename(`lstat '${r}'`,r,!1,o.throwIfNoEntry);if(a!==void 0){if(!this.entries.has(a)&&!this.listings.has(a)){if(o.throwIfNoEntry===!1)return;throw ar.ENOENT(`lstat '${r}'`)}if(r[r.length-1]==="/"&&!this.listings.has(a))throw ar.ENOTDIR(`lstat '${r}'`);return this.statImpl(`lstat '${r}'`,a,o)}}statImpl(r,o,a={}){let n=this.entries.get(o);if(typeof n<"u"){let u=this.libzip.struct.statS();if(this.libzip.statIndex(this.zip,n,0,0,u)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));let p=this.stats.uid,h=this.stats.gid,E=this.libzip.struct.statSize(u)>>>0,I=512,v=Math.ceil(E/I),x=(this.libzip.struct.statMtime(u)>>>0)*1e3,C=x,R=x,L=x,U=new Date(C),J=new Date(R),te=new Date(L),ae=new Date(x),fe=this.listings.has(o)?ta.constants.S_IFDIR:this.isSymbolicLink(n)?ta.constants.S_IFLNK:ta.constants.S_IFREG,ce=fe===ta.constants.S_IFDIR?493:420,me=fe|this.getUnixMode(n,ce)&511,he=this.libzip.struct.statCrc(u),Be=Object.assign(new Ea.StatEntry,{uid:p,gid:h,size:E,blksize:I,blocks:v,atime:U,birthtime:J,ctime:te,mtime:ae,atimeMs:C,birthtimeMs:R,ctimeMs:L,mtimeMs:x,mode:me,crc:he});return a.bigint===!0?Ea.convertToBigIntStats(Be):Be}if(this.listings.has(o)){let u=this.stats.uid,A=this.stats.gid,p=0,h=512,E=0,I=this.stats.mtimeMs,v=this.stats.mtimeMs,x=this.stats.mtimeMs,C=this.stats.mtimeMs,R=new Date(I),L=new Date(v),U=new Date(x),J=new Date(C),te=ta.constants.S_IFDIR|493,ae=0,fe=Object.assign(new Ea.StatEntry,{uid:u,gid:A,size:p,blksize:h,blocks:E,atime:R,birthtime:L,ctime:U,mtime:J,atimeMs:I,birthtimeMs:v,ctimeMs:x,mtimeMs:C,mode:te,crc:ae});return a.bigint===!0?Ea.convertToBigIntStats(fe):fe}throw new Error("Unreachable")}getUnixMode(r,o){if(this.libzip.file.getExternalAttributes(this.zip,r,0,0,this.libzip.uint08S,this.libzip.uint32S)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));return this.libzip.getValue(this.libzip.uint08S,"i8")>>>0!==this.libzip.ZIP_OPSYS_UNIX?o:this.libzip.getValue(this.libzip.uint32S,"i32")>>>16}registerListing(r){let o=this.listings.get(r);if(o)return o;this.registerListing(V.dirname(r)).add(V.basename(r));let n=new Set;return this.listings.set(r,n),n}registerEntry(r,o){this.registerListing(V.dirname(r)).add(V.basename(r)),this.entries.set(r,o)}unregisterListing(r){this.listings.delete(r),this.listings.get(V.dirname(r))?.delete(V.basename(r))}unregisterEntry(r){this.unregisterListing(r);let o=this.entries.get(r);this.entries.delete(r),!(typeof o>"u")&&(this.fileSources.delete(o),this.isSymbolicLink(o)&&this.symlinkCount--)}deleteEntry(r,o){if(this.unregisterEntry(r),this.libzip.delete(this.zip,o)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip))}resolveFilename(r,o,a=!0,n=!0){if(!this.ready)throw ar.EBUSY(`archive closed, ${r}`);let u=V.resolve(Bt.root,o);if(u==="/")return Bt.root;let A=this.entries.get(u);if(a&&A!==void 0)if(this.symlinkCount!==0&&this.isSymbolicLink(A)){let p=this.getFileSource(A).toString();return this.resolveFilename(r,V.resolve(V.dirname(u),p),!0,n)}else return u;for(;;){let p=this.resolveFilename(r,V.dirname(u),!0,n);if(p===void 0)return p;let h=this.listings.has(p),E=this.entries.has(p);if(!h&&!E){if(n===!1)return;throw ar.ENOENT(r)}if(!h)throw ar.ENOTDIR(r);if(u=V.resolve(p,V.basename(u)),!a||this.symlinkCount===0)break;let I=this.libzip.name.locate(this.zip,u.slice(1),0);if(I===-1)break;if(this.isSymbolicLink(I)){let v=this.getFileSource(I).toString();u=V.resolve(V.dirname(u),v)}else break}return u}allocateBuffer(r){Buffer.isBuffer(r)||(r=Buffer.from(r));let o=this.libzip.malloc(r.byteLength);if(!o)throw new Error("Couldn't allocate enough memory");return new Uint8Array(this.libzip.HEAPU8.buffer,o,r.byteLength).set(r),{buffer:o,byteLength:r.byteLength}}allocateUnattachedSource(r){let o=this.libzip.struct.errorS(),{buffer:a,byteLength:n}=this.allocateBuffer(r),u=this.libzip.source.fromUnattachedBuffer(a,n,0,1,o);if(u===0)throw this.libzip.free(o),this.makeLibzipError(o);return u}allocateSource(r){let{buffer:o,byteLength:a}=this.allocateBuffer(r),n=this.libzip.source.fromBuffer(this.zip,o,a,0,1);if(n===0)throw this.libzip.free(o),this.makeLibzipError(this.libzip.getError(this.zip));return n}setFileSource(r,o){let a=Buffer.isBuffer(o)?o:Buffer.from(o),n=V.relative(Bt.root,r),u=this.allocateSource(o);try{let A=this.libzip.file.add(this.zip,n,u,this.libzip.ZIP_FL_OVERWRITE);if(A===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));if(this.level!=="mixed"){let p=this.level===0?this.libzip.ZIP_CM_STORE:this.libzip.ZIP_CM_DEFLATE;if(this.libzip.file.setCompression(this.zip,A,0,p,this.level)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip))}return this.fileSources.set(A,a),A}catch(A){throw this.libzip.source.free(u),A}}isSymbolicLink(r){if(this.symlinkCount===0)return!1;if(this.libzip.file.getExternalAttributes(this.zip,r,0,0,this.libzip.uint08S,this.libzip.uint32S)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));return this.libzip.getValue(this.libzip.uint08S,"i8")>>>0!==this.libzip.ZIP_OPSYS_UNIX?!1:(this.libzip.getValue(this.libzip.uint32S,"i32")>>>16&ta.constants.S_IFMT)===ta.constants.S_IFLNK}getFileSource(r,o={asyncDecompress:!1}){let a=this.fileSources.get(r);if(typeof a<"u")return a;let n=this.libzip.struct.statS();if(this.libzip.statIndex(this.zip,r,0,0,n)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));let A=this.libzip.struct.statCompSize(n),p=this.libzip.struct.statCompMethod(n),h=this.libzip.malloc(A);try{let E=this.libzip.fopenIndex(this.zip,r,0,this.libzip.ZIP_FL_COMPRESSED);if(E===0)throw this.makeLibzipError(this.libzip.getError(this.zip));try{let I=this.libzip.fread(E,h,A,0);if(I===-1)throw this.makeLibzipError(this.libzip.file.getError(E));if(IA)throw new Error("Overread");let v=this.libzip.HEAPU8.subarray(h,h+A),x=Buffer.from(v);if(p===0)return this.fileSources.set(r,x),x;if(o.asyncDecompress)return new Promise((C,R)=>{iU.default.inflateRaw(x,(L,U)=>{L?R(L):(this.fileSources.set(r,U),C(U))})});{let C=iU.default.inflateRawSync(x);return this.fileSources.set(r,C),C}}finally{this.libzip.fclose(E)}}finally{this.libzip.free(h)}}async fchmodPromise(r,o){return this.chmodPromise(this.fdToPath(r,"fchmod"),o)}fchmodSync(r,o){return this.chmodSync(this.fdToPath(r,"fchmodSync"),o)}async chmodPromise(r,o){return this.chmodSync(r,o)}chmodSync(r,o){if(this.readOnly)throw ar.EROFS(`chmod '${r}'`);o&=493;let a=this.resolveFilename(`chmod '${r}'`,r,!1),n=this.entries.get(a);if(typeof n>"u")throw new Error(`Assertion failed: The entry should have been registered (${a})`);let A=this.getUnixMode(n,ta.constants.S_IFREG|0)&-512|o;if(this.libzip.file.setExternalAttributes(this.zip,n,0,0,this.libzip.ZIP_OPSYS_UNIX,A<<16)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip))}async fchownPromise(r,o,a){return this.chownPromise(this.fdToPath(r,"fchown"),o,a)}fchownSync(r,o,a){return this.chownSync(this.fdToPath(r,"fchownSync"),o,a)}async chownPromise(r,o,a){return this.chownSync(r,o,a)}chownSync(r,o,a){throw new Error("Unimplemented")}async renamePromise(r,o){return this.renameSync(r,o)}renameSync(r,o){throw new Error("Unimplemented")}async copyFilePromise(r,o,a){let{indexSource:n,indexDest:u,resolvedDestP:A}=this.prepareCopyFile(r,o,a),p=await this.getFileSource(n,{asyncDecompress:!0}),h=this.setFileSource(A,p);h!==u&&this.registerEntry(A,h)}copyFileSync(r,o,a=0){let{indexSource:n,indexDest:u,resolvedDestP:A}=this.prepareCopyFile(r,o,a),p=this.getFileSource(n),h=this.setFileSource(A,p);h!==u&&this.registerEntry(A,h)}prepareCopyFile(r,o,a=0){if(this.readOnly)throw ar.EROFS(`copyfile '${r} -> '${o}'`);if((a&ta.constants.COPYFILE_FICLONE_FORCE)!==0)throw ar.ENOSYS("unsupported clone operation",`copyfile '${r}' -> ${o}'`);let n=this.resolveFilename(`copyfile '${r} -> ${o}'`,r),u=this.entries.get(n);if(typeof u>"u")throw ar.EINVAL(`copyfile '${r}' -> '${o}'`);let A=this.resolveFilename(`copyfile '${r}' -> ${o}'`,o),p=this.entries.get(A);if((a&(ta.constants.COPYFILE_EXCL|ta.constants.COPYFILE_FICLONE_FORCE))!==0&&typeof p<"u")throw ar.EEXIST(`copyfile '${r}' -> '${o}'`);return{indexSource:u,resolvedDestP:A,indexDest:p}}async appendFilePromise(r,o,a){if(this.readOnly)throw ar.EROFS(`open '${r}'`);return typeof a>"u"?a={flag:"a"}:typeof a=="string"?a={flag:"a",encoding:a}:typeof a.flag>"u"&&(a={flag:"a",...a}),this.writeFilePromise(r,o,a)}appendFileSync(r,o,a={}){if(this.readOnly)throw ar.EROFS(`open '${r}'`);return typeof a>"u"?a={flag:"a"}:typeof a=="string"?a={flag:"a",encoding:a}:typeof a.flag>"u"&&(a={flag:"a",...a}),this.writeFileSync(r,o,a)}fdToPath(r,o){let a=this.fds.get(r)?.p;if(typeof a>"u")throw ar.EBADF(o);return a}async writeFilePromise(r,o,a){let{encoding:n,mode:u,index:A,resolvedP:p}=this.prepareWriteFile(r,a);A!==void 0&&typeof a=="object"&&a.flag&&a.flag.includes("a")&&(o=Buffer.concat([await this.getFileSource(A,{asyncDecompress:!0}),Buffer.from(o)])),n!==null&&(o=o.toString(n));let h=this.setFileSource(p,o);h!==A&&this.registerEntry(p,h),u!==null&&await this.chmodPromise(p,u)}writeFileSync(r,o,a){let{encoding:n,mode:u,index:A,resolvedP:p}=this.prepareWriteFile(r,a);A!==void 0&&typeof a=="object"&&a.flag&&a.flag.includes("a")&&(o=Buffer.concat([this.getFileSource(A),Buffer.from(o)])),n!==null&&(o=o.toString(n));let h=this.setFileSource(p,o);h!==A&&this.registerEntry(p,h),u!==null&&this.chmodSync(p,u)}prepareWriteFile(r,o){if(typeof r=="number"&&(r=this.fdToPath(r,"read")),this.readOnly)throw ar.EROFS(`open '${r}'`);let a=this.resolveFilename(`open '${r}'`,r);if(this.listings.has(a))throw ar.EISDIR(`open '${r}'`);let n=null,u=null;typeof o=="string"?n=o:typeof o=="object"&&({encoding:n=null,mode:u=null}=o);let A=this.entries.get(a);return{encoding:n,mode:u,resolvedP:a,index:A}}async unlinkPromise(r){return this.unlinkSync(r)}unlinkSync(r){if(this.readOnly)throw ar.EROFS(`unlink '${r}'`);let o=this.resolveFilename(`unlink '${r}'`,r);if(this.listings.has(o))throw ar.EISDIR(`unlink '${r}'`);let a=this.entries.get(o);if(typeof a>"u")throw ar.EINVAL(`unlink '${r}'`);this.deleteEntry(o,a)}async utimesPromise(r,o,a){return this.utimesSync(r,o,a)}utimesSync(r,o,a){if(this.readOnly)throw ar.EROFS(`utimes '${r}'`);let n=this.resolveFilename(`utimes '${r}'`,r);this.utimesImpl(n,a)}async lutimesPromise(r,o,a){return this.lutimesSync(r,o,a)}lutimesSync(r,o,a){if(this.readOnly)throw ar.EROFS(`lutimes '${r}'`);let n=this.resolveFilename(`utimes '${r}'`,r,!1);this.utimesImpl(n,a)}utimesImpl(r,o){this.listings.has(r)&&(this.entries.has(r)||this.hydrateDirectory(r));let a=this.entries.get(r);if(a===void 0)throw new Error("Unreachable");if(this.libzip.file.setMtime(this.zip,a,0,lot(o),0)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip))}async mkdirPromise(r,o){return this.mkdirSync(r,o)}mkdirSync(r,{mode:o=493,recursive:a=!1}={}){if(a)return this.mkdirpSync(r,{chmod:o});if(this.readOnly)throw ar.EROFS(`mkdir '${r}'`);let n=this.resolveFilename(`mkdir '${r}'`,r);if(this.entries.has(n)||this.listings.has(n))throw ar.EEXIST(`mkdir '${r}'`);this.hydrateDirectory(n),this.chmodSync(n,o)}async rmdirPromise(r,o){return this.rmdirSync(r,o)}rmdirSync(r,{recursive:o=!1}={}){if(this.readOnly)throw ar.EROFS(`rmdir '${r}'`);if(o){this.removeSync(r);return}let a=this.resolveFilename(`rmdir '${r}'`,r),n=this.listings.get(a);if(!n)throw ar.ENOTDIR(`rmdir '${r}'`);if(n.size>0)throw ar.ENOTEMPTY(`rmdir '${r}'`);let u=this.entries.get(a);if(typeof u>"u")throw ar.EINVAL(`rmdir '${r}'`);this.deleteEntry(r,u)}hydrateDirectory(r){let o=this.libzip.dir.add(this.zip,V.relative(Bt.root,r));if(o===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));return this.registerListing(r),this.registerEntry(r,o),o}async linkPromise(r,o){return this.linkSync(r,o)}linkSync(r,o){throw ar.EOPNOTSUPP(`link '${r}' -> '${o}'`)}async symlinkPromise(r,o){return this.symlinkSync(r,o)}symlinkSync(r,o){if(this.readOnly)throw ar.EROFS(`symlink '${r}' -> '${o}'`);let a=this.resolveFilename(`symlink '${r}' -> '${o}'`,o);if(this.listings.has(a))throw ar.EISDIR(`symlink '${r}' -> '${o}'`);if(this.entries.has(a))throw ar.EEXIST(`symlink '${r}' -> '${o}'`);let n=this.setFileSource(a,r);if(this.registerEntry(a,n),this.libzip.file.setExternalAttributes(this.zip,n,0,0,this.libzip.ZIP_OPSYS_UNIX,(ta.constants.S_IFLNK|511)<<16)===-1)throw this.makeLibzipError(this.libzip.getError(this.zip));this.symlinkCount+=1}async readFilePromise(r,o){typeof o=="object"&&(o=o?o.encoding:void 0);let a=await this.readFileBuffer(r,{asyncDecompress:!0});return o?a.toString(o):a}readFileSync(r,o){typeof o=="object"&&(o=o?o.encoding:void 0);let a=this.readFileBuffer(r);return o?a.toString(o):a}readFileBuffer(r,o={asyncDecompress:!1}){typeof r=="number"&&(r=this.fdToPath(r,"read"));let a=this.resolveFilename(`open '${r}'`,r);if(!this.entries.has(a)&&!this.listings.has(a))throw ar.ENOENT(`open '${r}'`);if(r[r.length-1]==="/"&&!this.listings.has(a))throw ar.ENOTDIR(`open '${r}'`);if(this.listings.has(a))throw ar.EISDIR("read");let n=this.entries.get(a);if(n===void 0)throw new Error("Unreachable");return this.getFileSource(n,o)}async readdirPromise(r,o){return this.readdirSync(r,o)}readdirSync(r,o){let a=this.resolveFilename(`scandir '${r}'`,r);if(!this.entries.has(a)&&!this.listings.has(a))throw ar.ENOENT(`scandir '${r}'`);let n=this.listings.get(a);if(!n)throw ar.ENOTDIR(`scandir '${r}'`);if(o?.recursive)if(o?.withFileTypes){let u=Array.from(n,A=>Object.assign(this.statImpl("lstat",V.join(r,A)),{name:A,path:Bt.dot}));for(let A of u){if(!A.isDirectory())continue;let p=V.join(A.path,A.name),h=this.listings.get(V.join(a,p));for(let E of h)u.push(Object.assign(this.statImpl("lstat",V.join(r,p,E)),{name:E,path:p}))}return u}else{let u=[...n];for(let A of u){let p=this.listings.get(V.join(a,A));if(!(typeof p>"u"))for(let h of p)u.push(V.join(A,h))}return u}else return o?.withFileTypes?Array.from(n,u=>Object.assign(this.statImpl("lstat",V.join(r,u)),{name:u,path:void 0})):[...n]}async readlinkPromise(r){let o=this.prepareReadlink(r);return(await this.getFileSource(o,{asyncDecompress:!0})).toString()}readlinkSync(r){let o=this.prepareReadlink(r);return this.getFileSource(o).toString()}prepareReadlink(r){let o=this.resolveFilename(`readlink '${r}'`,r,!1);if(!this.entries.has(o)&&!this.listings.has(o))throw ar.ENOENT(`readlink '${r}'`);if(r[r.length-1]==="/"&&!this.listings.has(o))throw ar.ENOTDIR(`open '${r}'`);if(this.listings.has(o))throw ar.EINVAL(`readlink '${r}'`);let a=this.entries.get(o);if(a===void 0)throw new Error("Unreachable");if(!this.isSymbolicLink(a))throw ar.EINVAL(`readlink '${r}'`);return a}async truncatePromise(r,o=0){let a=this.resolveFilename(`open '${r}'`,r),n=this.entries.get(a);if(typeof n>"u")throw ar.EINVAL(`open '${r}'`);let u=await this.getFileSource(n,{asyncDecompress:!0}),A=Buffer.alloc(o,0);return u.copy(A),await this.writeFilePromise(r,A)}truncateSync(r,o=0){let a=this.resolveFilename(`open '${r}'`,r),n=this.entries.get(a);if(typeof n>"u")throw ar.EINVAL(`open '${r}'`);let u=this.getFileSource(n),A=Buffer.alloc(o,0);return u.copy(A),this.writeFileSync(r,A)}async ftruncatePromise(r,o){return this.truncatePromise(this.fdToPath(r,"ftruncate"),o)}ftruncateSync(r,o){return this.truncateSync(this.fdToPath(r,"ftruncateSync"),o)}watch(r,o,a){let n;switch(typeof o){case"function":case"string":case"undefined":n=!0;break;default:({persistent:n=!0}=o);break}if(!n)return{on:()=>{},close:()=>{}};let u=setInterval(()=>{},24*60*60*1e3);return{on:()=>{},close:()=>{clearInterval(u)}}}watchFile(r,o,a){let n=V.resolve(Bt.root,r);return ny(this,n,o,a)}unwatchFile(r,o){let a=V.resolve(Bt.root,r);return Mg(this,a,o)}}});function _le(t,e,r=Buffer.alloc(0),o){let a=new zi(r),n=I=>I===e||I.startsWith(`${e}/`)?I.slice(0,e.length):null,u=async(I,v)=>()=>a,A=(I,v)=>a,p={...t},h=new Tn(p),E=new Hp({baseFs:h,getMountPoint:n,factoryPromise:u,factorySync:A,magicByte:21,maxAge:1/0,typeCheck:o?.typeCheck});return Kw(Ule.default,new jp(E)),a}var Ule,Hle=Et(()=>{St();Ule=$e(ve("fs"));sU()});var jle=Et(()=>{Lle();sU();Hle()});var x1={};Vt(x1,{DEFAULT_COMPRESSION_LEVEL:()=>Mle,LibzipError:()=>Rb,ZipFS:()=>zi,ZipOpenFS:()=>Jl,getArchivePart:()=>rU,getLibzipPromise:()=>uot,getLibzipSync:()=>cot,makeEmptyArchive:()=>Fb,mountMemoryDrive:()=>_le});function cot(){return b1()}async function uot(){return b1()}var Gle,nA=Et(()=>{$4();Gle=$e(Fle());Nle();jle();Qle(()=>{let t=(0,Gle.default)();return Tle(t)})});var RE,qle=Et(()=>{St();jt();k1();RE=class extends nt{constructor(){super(...arguments);this.cwd=ge.String("--cwd",process.cwd(),{description:"The directory to run the command in"});this.commandName=ge.String();this.args=ge.Proxy()}async execute(){let r=this.args.length>0?`${this.commandName} ${this.args.join(" ")}`:this.commandName;return await TE(r,[],{cwd:ue.toPortablePath(this.cwd),stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr})}};RE.usage={description:"run a command using yarn's portable shell",details:` This command will run a command using Yarn's portable shell. Make sure to escape glob patterns, redirections, and other features that might be expanded by your own shell. @@ -156,124 +156,124 @@ Please report this to https://github.com/szmarczak/http2-wrapper/`);C(T)}return} Note: Don't use this command in Yarn scripts, as Yarn's shell is automatically used. For a list of features, visit: https://github.com/yarnpkg/berry/blob/master/packages/yarnpkg-shell/README.md. - `,examples:[["Run a simple command","$0 echo Hello"],["Run a command with a glob pattern","$0 echo '*.js'"],["Run a command with a redirection","$0 echo Hello World '>' hello.txt"],["Run a command with an escaped glob pattern (The double escape is needed in Unix shells)",`$0 echo '"*.js"'`],["Run a command with a variable (Double quotes are needed in Unix shells, to prevent them from expanding the variable)",'$0 "GREETING=Hello echo $GREETING World"']]}});var al,Vle=Et(()=>{al=class extends Error{constructor(e){super(e),this.name="ShellError"}}});var Mx={};Kt(Mx,{fastGlobOptions:()=>zle,isBraceExpansion:()=>lU,isGlobPattern:()=>dot,match:()=>mot,micromatchOptions:()=>Lx});function dot(t){if(!Nx.default.scan(t,Lx).isGlob)return!1;try{Nx.default.parse(t,Lx)}catch{return!1}return!0}function mot(t,{cwd:e,baseFs:r}){return(0,Kle.default)(t,{...zle,cwd:ue.fromPortablePath(e),fs:TD(Jle.default,new Hp(r))})}function lU(t){return Nx.default.scan(t,Lx).isBrace}var Kle,Jle,Nx,Lx,zle,Xle=Et(()=>{Pt();Kle=$e(RS()),Jle=$e(Be("fs")),Nx=$e(Zo()),Lx={strictBrackets:!0},zle={onlyDirectories:!1,onlyFiles:!1}});function cU(){}function uU(){for(let t of bd)t.kill()}function tce(t,e,r,o){return a=>{let n=a[0]instanceof iA.Transform?"pipe":a[0],u=a[1]instanceof iA.Transform?"pipe":a[1],A=a[2]instanceof iA.Transform?"pipe":a[2],p=(0,$le.default)(t,e,{...o,stdio:[n,u,A]});return bd.add(p),bd.size===1&&(process.on("SIGINT",cU),process.on("SIGTERM",uU)),a[0]instanceof iA.Transform&&a[0].pipe(p.stdin),a[1]instanceof iA.Transform&&p.stdout.pipe(a[1],{end:!1}),a[2]instanceof iA.Transform&&p.stderr.pipe(a[2],{end:!1}),{stdin:p.stdin,promise:new Promise(h=>{p.on("error",E=>{switch(bd.delete(p),bd.size===0&&(process.off("SIGINT",cU),process.off("SIGTERM",uU)),E.code){case"ENOENT":a[2].write(`command not found: ${t} + `,examples:[["Run a simple command","$0 echo Hello"],["Run a command with a glob pattern","$0 echo '*.js'"],["Run a command with a redirection","$0 echo Hello World '>' hello.txt"],["Run a command with an escaped glob pattern (The double escape is needed in Unix shells)",`$0 echo '"*.js"'`],["Run a command with a variable (Double quotes are needed in Unix shells, to prevent them from expanding the variable)",'$0 "GREETING=Hello echo $GREETING World"']]}});var al,Yle=Et(()=>{al=class extends Error{constructor(e){super(e),this.name="ShellError"}}});var Lb={};Vt(Lb,{fastGlobOptions:()=>Vle,isBraceExpansion:()=>oU,isGlobPattern:()=>Aot,match:()=>fot,micromatchOptions:()=>Nb});function Aot(t){if(!Tb.default.scan(t,Nb).isGlob)return!1;try{Tb.default.parse(t,Nb)}catch{return!1}return!0}function fot(t,{cwd:e,baseFs:r}){return(0,Wle.default)(t,{...Vle,cwd:ue.fromPortablePath(e),fs:FD(Kle.default,new jp(r))})}function oU(t){return Tb.default.scan(t,Nb).isBrace}var Wle,Kle,Tb,Nb,Vle,Jle=Et(()=>{St();Wle=$e(RP()),Kle=$e(ve("fs")),Tb=$e(Zo()),Nb={strictBrackets:!0},Vle={onlyDirectories:!1,onlyFiles:!1}});function aU(){}function lU(){for(let t of kd)t.kill()}function $le(t,e,r,o){return a=>{let n=a[0]instanceof iA.Transform?"pipe":a[0],u=a[1]instanceof iA.Transform?"pipe":a[1],A=a[2]instanceof iA.Transform?"pipe":a[2],p=(0,Xle.default)(t,e,{...o,stdio:[n,u,A]});return kd.add(p),kd.size===1&&(process.on("SIGINT",aU),process.on("SIGTERM",lU)),a[0]instanceof iA.Transform&&a[0].pipe(p.stdin),a[1]instanceof iA.Transform&&p.stdout.pipe(a[1],{end:!1}),a[2]instanceof iA.Transform&&p.stderr.pipe(a[2],{end:!1}),{stdin:p.stdin,promise:new Promise(h=>{p.on("error",E=>{switch(kd.delete(p),kd.size===0&&(process.off("SIGINT",aU),process.off("SIGTERM",lU)),E.code){case"ENOENT":a[2].write(`command not found: ${t} `),h(127);break;case"EACCES":a[2].write(`permission denied: ${t} `),h(128);break;default:a[2].write(`uncaught error: ${E.message} -`),h(1);break}}),p.on("close",E=>{bd.delete(p),bd.size===0&&(process.off("SIGINT",cU),process.off("SIGTERM",uU)),h(E!==null?E:129)})})}}}function rce(t){return e=>{let r=e[0]==="pipe"?new iA.PassThrough:e[0];return{stdin:r,promise:Promise.resolve().then(()=>t({stdin:r,stdout:e[1],stderr:e[2]}))}}}function Ox(t,e){return RE.start(t,e)}function Zle(t,e=null){let r=new iA.PassThrough,o=new ece.StringDecoder,a="";return r.on("data",n=>{let u=o.write(n),A;do if(A=u.indexOf(` -`),A!==-1){let p=a+u.substring(0,A);u=u.substring(A+1),a="",t(e!==null?`${e} ${p}`:p)}while(A!==-1);a+=u}),r.on("end",()=>{let n=o.end();n!==""&&t(e!==null?`${e} ${n}`:n)}),r}function nce(t,{prefix:e}){return{stdout:Zle(r=>t.stdout.write(`${r} -`),t.stdout.isTTY?e:null),stderr:Zle(r=>t.stderr.write(`${r} -`),t.stderr.isTTY?e:null)}}var $le,iA,ece,bd,zl,AU,RE,fU=Et(()=>{$le=$e(aR()),iA=Be("stream"),ece=Be("string_decoder"),bd=new Set;zl=class{constructor(e){this.stream=e}close(){}get(){return this.stream}},AU=class{constructor(){this.stream=null}close(){if(this.stream===null)throw new Error("Assertion failed: No stream attached");this.stream.end()}attach(e){this.stream=e}get(){if(this.stream===null)throw new Error("Assertion failed: No stream attached");return this.stream}},RE=class{constructor(e,r){this.stdin=null;this.stdout=null;this.stderr=null;this.pipe=null;this.ancestor=e,this.implementation=r}static start(e,{stdin:r,stdout:o,stderr:a}){let n=new RE(null,e);return n.stdin=r,n.stdout=o,n.stderr=a,n}pipeTo(e,r=1){let o=new RE(this,e),a=new AU;return o.pipe=a,o.stdout=this.stdout,o.stderr=this.stderr,(r&1)===1?this.stdout=a:this.ancestor!==null&&(this.stderr=this.ancestor.stdout),(r&2)===2?this.stderr=a:this.ancestor!==null&&(this.stderr=this.ancestor.stderr),o}async exec(){let e=["ignore","ignore","ignore"];if(this.pipe)e[0]="pipe";else{if(this.stdin===null)throw new Error("Assertion failed: No input stream registered");e[0]=this.stdin.get()}let r;if(this.stdout===null)throw new Error("Assertion failed: No output stream registered");r=this.stdout,e[1]=r.get();let o;if(this.stderr===null)throw new Error("Assertion failed: No error stream registered");o=this.stderr,e[2]=o.get();let a=this.implementation(e);return this.pipe&&this.pipe.attach(a.stdin),await a.promise.then(n=>(r.close(),o.close(),n))}async run(){let e=[];for(let o=this;o;o=o.ancestor)e.push(o.exec());return(await Promise.all(e))[0]}}});var T1={};Kt(T1,{EntryCommand:()=>FE,ShellError:()=>al,execute:()=>TE,globUtils:()=>Mx});function ice(t,e,r){let o=new ll.PassThrough({autoDestroy:!0});switch(t){case 0:(e&1)===1&&r.stdin.pipe(o,{end:!1}),(e&2)===2&&r.stdin instanceof ll.Writable&&o.pipe(r.stdin,{end:!1});break;case 1:(e&1)===1&&r.stdout.pipe(o,{end:!1}),(e&2)===2&&o.pipe(r.stdout,{end:!1});break;case 2:(e&1)===1&&r.stderr.pipe(o,{end:!1}),(e&2)===2&&o.pipe(r.stderr,{end:!1});break;default:throw new al(`Bad file descriptor: "${t}"`)}return o}function _x(t,e={}){let r={...t,...e};return r.environment={...t.environment,...e.environment},r.variables={...t.variables,...e.variables},r}async function Eot(t,e,r){let o=[],a=new ll.PassThrough;return a.on("data",n=>o.push(n)),await Hx(t,e,_x(r,{stdout:a})),Buffer.concat(o).toString().replace(/[\r\n]+$/,"")}async function sce(t,e,r){let o=t.map(async n=>{let u=await kd(n.args,e,r);return{name:n.name,value:u.join(" ")}});return(await Promise.all(o)).reduce((n,u)=>(n[u.name]=u.value,n),{})}function Ux(t){return t.match(/[^ \r\n\t]+/g)||[]}async function Ace(t,e,r,o,a=o){switch(t.name){case"$":o(String(process.pid));break;case"#":o(String(e.args.length));break;case"@":if(t.quoted)for(let n of e.args)a(n);else for(let n of e.args){let u=Ux(n);for(let A=0;A=0&&n"u"&&(t.defaultValue?u=(await kd(t.defaultValue,e,r)).join(" "):t.alternativeValue&&(u="")),typeof u>"u")throw A?new al(`Unbound argument #${n}`):new al(`Unbound variable "${t.name}"`);if(t.quoted)o(u);else{let p=Ux(u);for(let E=0;Eo.push(n));let a=Number(o.join(" "));return Number.isNaN(a)?k1({type:"variable",name:o.join(" ")},e,r):k1({type:"number",value:a},e,r)}else return Cot[t.type](await k1(t.left,e,r),await k1(t.right,e,r))}async function kd(t,e,r){let o=new Map,a=[],n=[],u=E=>{n.push(E)},A=()=>{n.length>0&&a.push(n.join("")),n=[]},p=E=>{u(E),A()},h=(E,I,v)=>{let b=JSON.stringify({type:E,fd:I}),C=o.get(b);typeof C>"u"&&o.set(b,C=[]),C.push(v)};for(let E of t){let I=!1;switch(E.type){case"redirection":{let v=await kd(E.args,e,r);for(let b of v)h(E.subtype,E.fd,b)}break;case"argument":for(let v of E.segments)switch(v.type){case"text":u(v.text);break;case"glob":u(v.pattern),I=!0;break;case"shell":{let b=await Eot(v.shell,e,r);if(v.quoted)u(b);else{let C=Ux(b);for(let T=0;T"u")throw new Error("Assertion failed: Expected a glob pattern to have been set");let b=await e.glob.match(v,{cwd:r.cwd,baseFs:e.baseFs});if(b.length===0){let C=lU(v)?". Note: Brace expansion of arbitrary strings isn't currently supported. For more details, please read this issue: https://github.com/yarnpkg/berry/issues/22":"";throw new al(`No matches found: "${v}"${C}`)}for(let C of b.sort())p(C)}}if(o.size>0){let E=[];for(let[I,v]of o.entries())E.splice(E.length,0,I,String(v.length),...v);a.splice(0,0,"__ysh_set_redirects",...E,"--")}return a}function Q1(t,e,r){e.builtins.has(t[0])||(t=["command",...t]);let o=ue.fromPortablePath(r.cwd),a=r.environment;typeof a.PWD<"u"&&(a={...a,PWD:o});let[n,...u]=t;if(n==="command")return tce(u[0],u.slice(1),e,{cwd:o,env:a});let A=e.builtins.get(n);if(typeof A>"u")throw new Error(`Assertion failed: A builtin should exist for "${n}"`);return rce(async({stdin:p,stdout:h,stderr:E})=>{let{stdin:I,stdout:v,stderr:b}=r;r.stdin=p,r.stdout=h,r.stderr=E;try{return await A(u,e,r)}finally{r.stdin=I,r.stdout=v,r.stderr=b}})}function wot(t,e,r){return o=>{let a=new ll.PassThrough,n=Hx(t,e,_x(r,{stdin:a}));return{stdin:a,promise:n}}}function Iot(t,e,r){return o=>{let a=new ll.PassThrough,n=Hx(t,e,r);return{stdin:a,promise:n}}}function oce(t,e,r,o){if(e.length===0)return t;{let a;do a=String(Math.random());while(Object.hasOwn(o.procedures,a));return o.procedures={...o.procedures},o.procedures[a]=t,Q1([...e,"__ysh_run_procedure",a],r,o)}}async function ace(t,e,r){let o=t,a=null,n=null;for(;o;){let u=o.then?{...r}:r,A;switch(o.type){case"command":{let p=await kd(o.args,e,r),h=await sce(o.envs,e,r);A=o.envs.length?Q1(p,e,_x(u,{environment:h})):Q1(p,e,u)}break;case"subshell":{let p=await kd(o.args,e,r),h=wot(o.subshell,e,u);A=oce(h,p,e,u)}break;case"group":{let p=await kd(o.args,e,r),h=Iot(o.group,e,u);A=oce(h,p,e,u)}break;case"envs":{let p=await sce(o.envs,e,r);u.environment={...u.environment,...p},A=Q1(["true"],e,u)}break}if(typeof A>"u")throw new Error("Assertion failed: An action should have been generated");if(a===null)n=Ox(A,{stdin:new zl(u.stdin),stdout:new zl(u.stdout),stderr:new zl(u.stderr)});else{if(n===null)throw new Error("Assertion failed: The execution pipeline should have been setup");switch(a){case"|":n=n.pipeTo(A,1);break;case"|&":n=n.pipeTo(A,3);break}}o.then?(a=o.then.type,o=o.then.chain):o=null}if(n===null)throw new Error("Assertion failed: The execution pipeline should have been setup");return await n.run()}async function Bot(t,e,r,{background:o=!1}={}){function a(n){let u=["#2E86AB","#A23B72","#F18F01","#C73E1D","#CCE2A3"],A=u[n%u.length];return lce.default.hex(A)}if(o){let n=r.nextBackgroundJobIndex++,u=a(n),A=`[${n}]`,p=u(A),{stdout:h,stderr:E}=nce(r,{prefix:p});return r.backgroundJobs.push(ace(t,e,_x(r,{stdout:h,stderr:E})).catch(I=>E.write(`${I.message} -`)).finally(()=>{r.stdout.isTTY&&r.stdout.write(`Job ${p}, '${u(cy(t))}' has ended -`)})),0}return await ace(t,e,r)}async function vot(t,e,r,{background:o=!1}={}){let a,n=A=>{a=A,r.variables["?"]=String(A)},u=async A=>{try{return await Bot(A.chain,e,r,{background:o&&typeof A.then>"u"})}catch(p){if(!(p instanceof al))throw p;return r.stderr.write(`${p.message} -`),1}};for(n(await u(t));t.then;){if(r.exitCode!==null)return r.exitCode;switch(t.then.type){case"&&":a===0&&n(await u(t.then.line));break;case"||":a!==0&&n(await u(t.then.line));break;default:throw new Error(`Assertion failed: Unsupported command type: "${t.then.type}"`)}t=t.then.line}return a}async function Hx(t,e,r){let o=r.backgroundJobs;r.backgroundJobs=[];let a=0;for(let{command:n,type:u}of t){if(a=await vot(n,e,r,{background:u==="&"}),r.exitCode!==null)return r.exitCode;r.variables["?"]=String(a)}return await Promise.all(r.backgroundJobs),r.backgroundJobs=o,a}function fce(t){switch(t.type){case"variable":return t.name==="@"||t.name==="#"||t.name==="*"||Number.isFinite(parseInt(t.name,10))||"defaultValue"in t&&!!t.defaultValue&&t.defaultValue.some(e=>F1(e))||"alternativeValue"in t&&!!t.alternativeValue&&t.alternativeValue.some(e=>F1(e));case"arithmetic":return pU(t.arithmetic);case"shell":return hU(t.shell);default:return!1}}function F1(t){switch(t.type){case"redirection":return t.args.some(e=>F1(e));case"argument":return t.segments.some(e=>fce(e));default:throw new Error(`Assertion failed: Unsupported argument type: "${t.type}"`)}}function pU(t){switch(t.type){case"variable":return fce(t);case"number":return!1;default:return pU(t.left)||pU(t.right)}}function hU(t){return t.some(({command:e})=>{for(;e;){let r=e.chain;for(;r;){let o;switch(r.type){case"subshell":o=hU(r.subshell);break;case"command":o=r.envs.some(a=>a.args.some(n=>F1(n)))||r.args.some(a=>F1(a));break}if(o)return!0;if(!r.then)break;r=r.then.chain}if(!e.then)break;e=e.then.line}return!1})}async function TE(t,e=[],{baseFs:r=new Rn,builtins:o={},cwd:a=ue.toPortablePath(process.cwd()),env:n=process.env,stdin:u=process.stdin,stdout:A=process.stdout,stderr:p=process.stderr,variables:h={},glob:E=Mx}={}){let I={};for(let[C,T]of Object.entries(n))typeof T<"u"&&(I[C]=T);let v=new Map(yot);for(let[C,T]of Object.entries(o))v.set(C,T);u===null&&(u=new ll.PassThrough,u.end());let b=LD(t,E);if(!hU(b)&&b.length>0&&e.length>0){let{command:C}=b[b.length-1];for(;C.then;)C=C.then.line;let T=C.chain;for(;T.then;)T=T.then.chain;T.type==="command"&&(T.args=T.args.concat(e.map(L=>({type:"argument",segments:[{type:"text",text:L}]}))))}return await Hx(b,{args:e,baseFs:r,builtins:v,initialStdin:u,initialStdout:A,initialStderr:p,glob:E},{cwd:a,environment:I,exitCode:null,procedures:{},stdin:u,stdout:A,stderr:p,variables:Object.assign({},h,{["?"]:0}),nextBackgroundJobIndex:1,backgroundJobs:[]})}var lce,cce,ll,uce,yot,Cot,b1=Et(()=>{Pt();Nl();lce=$e(vN()),cce=Be("os"),ll=Be("stream"),uce=Be("timers/promises");Wle();Vle();Xle();fU();fU();yot=new Map([["cd",async([t=(0,cce.homedir)(),...e],r,o)=>{let a=K.resolve(o.cwd,ue.toPortablePath(t));if(!(await r.baseFs.statPromise(a).catch(u=>{throw u.code==="ENOENT"?new al(`cd: no such file or directory: ${t}`):u})).isDirectory())throw new al(`cd: not a directory: ${t}`);return o.cwd=a,0}],["pwd",async(t,e,r)=>(r.stdout.write(`${ue.fromPortablePath(r.cwd)} +`),h(1);break}}),p.on("close",E=>{kd.delete(p),kd.size===0&&(process.off("SIGINT",aU),process.off("SIGTERM",lU)),h(E!==null?E:129)})})}}}function ece(t){return e=>{let r=e[0]==="pipe"?new iA.PassThrough:e[0];return{stdin:r,promise:Promise.resolve().then(()=>t({stdin:r,stdout:e[1],stderr:e[2]}))}}}function Ob(t,e){return NE.start(t,e)}function zle(t,e=null){let r=new iA.PassThrough,o=new Zle.StringDecoder,a="";return r.on("data",n=>{let u=o.write(n),A;do if(A=u.indexOf(` +`),A!==-1){let p=a+u.substring(0,A);u=u.substring(A+1),a="",t(e!==null?`${e} ${p}`:p)}while(A!==-1);a+=u}),r.on("end",()=>{let n=o.end();n!==""&&t(e!==null?`${e} ${n}`:n)}),r}function tce(t,{prefix:e}){return{stdout:zle(r=>t.stdout.write(`${r} +`),t.stdout.isTTY?e:null),stderr:zle(r=>t.stderr.write(`${r} +`),t.stderr.isTTY?e:null)}}var Xle,iA,Zle,kd,zl,cU,NE,uU=Et(()=>{Xle=$e(sT()),iA=ve("stream"),Zle=ve("string_decoder"),kd=new Set;zl=class{constructor(e){this.stream=e}close(){}get(){return this.stream}},cU=class{constructor(){this.stream=null}close(){if(this.stream===null)throw new Error("Assertion failed: No stream attached");this.stream.end()}attach(e){this.stream=e}get(){if(this.stream===null)throw new Error("Assertion failed: No stream attached");return this.stream}},NE=class{constructor(e,r){this.stdin=null;this.stdout=null;this.stderr=null;this.pipe=null;this.ancestor=e,this.implementation=r}static start(e,{stdin:r,stdout:o,stderr:a}){let n=new NE(null,e);return n.stdin=r,n.stdout=o,n.stderr=a,n}pipeTo(e,r=1){let o=new NE(this,e),a=new cU;return o.pipe=a,o.stdout=this.stdout,o.stderr=this.stderr,(r&1)===1?this.stdout=a:this.ancestor!==null&&(this.stderr=this.ancestor.stdout),(r&2)===2?this.stderr=a:this.ancestor!==null&&(this.stderr=this.ancestor.stderr),o}async exec(){let e=["ignore","ignore","ignore"];if(this.pipe)e[0]="pipe";else{if(this.stdin===null)throw new Error("Assertion failed: No input stream registered");e[0]=this.stdin.get()}let r;if(this.stdout===null)throw new Error("Assertion failed: No output stream registered");r=this.stdout,e[1]=r.get();let o;if(this.stderr===null)throw new Error("Assertion failed: No error stream registered");o=this.stderr,e[2]=o.get();let a=this.implementation(e);return this.pipe&&this.pipe.attach(a.stdin),await a.promise.then(n=>(r.close(),o.close(),n))}async run(){let e=[];for(let o=this;o;o=o.ancestor)e.push(o.exec());return(await Promise.all(e))[0]}}});var T1={};Vt(T1,{EntryCommand:()=>RE,ShellError:()=>al,execute:()=>TE,globUtils:()=>Lb});function rce(t,e,r){let o=new ll.PassThrough({autoDestroy:!0});switch(t){case 0:(e&1)===1&&r.stdin.pipe(o,{end:!1}),(e&2)===2&&r.stdin instanceof ll.Writable&&o.pipe(r.stdin,{end:!1});break;case 1:(e&1)===1&&r.stdout.pipe(o,{end:!1}),(e&2)===2&&o.pipe(r.stdout,{end:!1});break;case 2:(e&1)===1&&r.stderr.pipe(o,{end:!1}),(e&2)===2&&o.pipe(r.stderr,{end:!1});break;default:throw new al(`Bad file descriptor: "${t}"`)}return o}function Ub(t,e={}){let r={...t,...e};return r.environment={...t.environment,...e.environment},r.variables={...t.variables,...e.variables},r}async function hot(t,e,r){let o=[],a=new ll.PassThrough;return a.on("data",n=>o.push(n)),await _b(t,e,Ub(r,{stdout:a})),Buffer.concat(o).toString().replace(/[\r\n]+$/,"")}async function nce(t,e,r){let o=t.map(async n=>{let u=await Qd(n.args,e,r);return{name:n.name,value:u.join(" ")}});return(await Promise.all(o)).reduce((n,u)=>(n[u.name]=u.value,n),{})}function Mb(t){return t.match(/[^ \r\n\t]+/g)||[]}async function cce(t,e,r,o,a=o){switch(t.name){case"$":o(String(process.pid));break;case"#":o(String(e.args.length));break;case"@":if(t.quoted)for(let n of e.args)a(n);else for(let n of e.args){let u=Mb(n);for(let A=0;A=0&&n"u"&&(t.defaultValue?u=(await Qd(t.defaultValue,e,r)).join(" "):t.alternativeValue&&(u="")),typeof u>"u")throw A?new al(`Unbound argument #${n}`):new al(`Unbound variable "${t.name}"`);if(t.quoted)o(u);else{let p=Mb(u);for(let E=0;Eo.push(n));let a=Number(o.join(" "));return Number.isNaN(a)?Q1({type:"variable",name:o.join(" ")},e,r):Q1({type:"number",value:a},e,r)}else return got[t.type](await Q1(t.left,e,r),await Q1(t.right,e,r))}async function Qd(t,e,r){let o=new Map,a=[],n=[],u=E=>{n.push(E)},A=()=>{n.length>0&&a.push(n.join("")),n=[]},p=E=>{u(E),A()},h=(E,I,v)=>{let x=JSON.stringify({type:E,fd:I}),C=o.get(x);typeof C>"u"&&o.set(x,C=[]),C.push(v)};for(let E of t){let I=!1;switch(E.type){case"redirection":{let v=await Qd(E.args,e,r);for(let x of v)h(E.subtype,E.fd,x)}break;case"argument":for(let v of E.segments)switch(v.type){case"text":u(v.text);break;case"glob":u(v.pattern),I=!0;break;case"shell":{let x=await hot(v.shell,e,r);if(v.quoted)u(x);else{let C=Mb(x);for(let R=0;R"u")throw new Error("Assertion failed: Expected a glob pattern to have been set");let x=await e.glob.match(v,{cwd:r.cwd,baseFs:e.baseFs});if(x.length===0){let C=oU(v)?". Note: Brace expansion of arbitrary strings isn't currently supported. For more details, please read this issue: https://github.com/yarnpkg/berry/issues/22":"";throw new al(`No matches found: "${v}"${C}`)}for(let C of x.sort())p(C)}}if(o.size>0){let E=[];for(let[I,v]of o.entries())E.splice(E.length,0,I,String(v.length),...v);a.splice(0,0,"__ysh_set_redirects",...E,"--")}return a}function F1(t,e,r){e.builtins.has(t[0])||(t=["command",...t]);let o=ue.fromPortablePath(r.cwd),a=r.environment;typeof a.PWD<"u"&&(a={...a,PWD:o});let[n,...u]=t;if(n==="command")return $le(u[0],u.slice(1),e,{cwd:o,env:a});let A=e.builtins.get(n);if(typeof A>"u")throw new Error(`Assertion failed: A builtin should exist for "${n}"`);return ece(async({stdin:p,stdout:h,stderr:E})=>{let{stdin:I,stdout:v,stderr:x}=r;r.stdin=p,r.stdout=h,r.stderr=E;try{return await A(u,e,r)}finally{r.stdin=I,r.stdout=v,r.stderr=x}})}function dot(t,e,r){return o=>{let a=new ll.PassThrough,n=_b(t,e,Ub(r,{stdin:a}));return{stdin:a,promise:n}}}function mot(t,e,r){return o=>{let a=new ll.PassThrough,n=_b(t,e,r);return{stdin:a,promise:n}}}function ice(t,e,r,o){if(e.length===0)return t;{let a;do a=String(Math.random());while(Object.hasOwn(o.procedures,a));return o.procedures={...o.procedures},o.procedures[a]=t,F1([...e,"__ysh_run_procedure",a],r,o)}}async function sce(t,e,r){let o=t,a=null,n=null;for(;o;){let u=o.then?{...r}:r,A;switch(o.type){case"command":{let p=await Qd(o.args,e,r),h=await nce(o.envs,e,r);A=o.envs.length?F1(p,e,Ub(u,{environment:h})):F1(p,e,u)}break;case"subshell":{let p=await Qd(o.args,e,r),h=dot(o.subshell,e,u);A=ice(h,p,e,u)}break;case"group":{let p=await Qd(o.args,e,r),h=mot(o.group,e,u);A=ice(h,p,e,u)}break;case"envs":{let p=await nce(o.envs,e,r);u.environment={...u.environment,...p},A=F1(["true"],e,u)}break}if(typeof A>"u")throw new Error("Assertion failed: An action should have been generated");if(a===null)n=Ob(A,{stdin:new zl(u.stdin),stdout:new zl(u.stdout),stderr:new zl(u.stderr)});else{if(n===null)throw new Error("Assertion failed: The execution pipeline should have been setup");switch(a){case"|":n=n.pipeTo(A,1);break;case"|&":n=n.pipeTo(A,3);break}}o.then?(a=o.then.type,o=o.then.chain):o=null}if(n===null)throw new Error("Assertion failed: The execution pipeline should have been setup");return await n.run()}async function yot(t,e,r,{background:o=!1}={}){function a(n){let u=["#2E86AB","#A23B72","#F18F01","#C73E1D","#CCE2A3"],A=u[n%u.length];return oce.default.hex(A)}if(o){let n=r.nextBackgroundJobIndex++,u=a(n),A=`[${n}]`,p=u(A),{stdout:h,stderr:E}=tce(r,{prefix:p});return r.backgroundJobs.push(sce(t,e,Ub(r,{stdout:h,stderr:E})).catch(I=>E.write(`${I.message} +`)).finally(()=>{r.stdout.isTTY&&r.stdout.write(`Job ${p}, '${u(uy(t))}' has ended +`)})),0}return await sce(t,e,r)}async function Eot(t,e,r,{background:o=!1}={}){let a,n=A=>{a=A,r.variables["?"]=String(A)},u=async A=>{try{return await yot(A.chain,e,r,{background:o&&typeof A.then>"u"})}catch(p){if(!(p instanceof al))throw p;return r.stderr.write(`${p.message} +`),1}};for(n(await u(t));t.then;){if(r.exitCode!==null)return r.exitCode;switch(t.then.type){case"&&":a===0&&n(await u(t.then.line));break;case"||":a!==0&&n(await u(t.then.line));break;default:throw new Error(`Assertion failed: Unsupported command type: "${t.then.type}"`)}t=t.then.line}return a}async function _b(t,e,r){let o=r.backgroundJobs;r.backgroundJobs=[];let a=0;for(let{command:n,type:u}of t){if(a=await Eot(n,e,r,{background:u==="&"}),r.exitCode!==null)return r.exitCode;r.variables["?"]=String(a)}return await Promise.all(r.backgroundJobs),r.backgroundJobs=o,a}function uce(t){switch(t.type){case"variable":return t.name==="@"||t.name==="#"||t.name==="*"||Number.isFinite(parseInt(t.name,10))||"defaultValue"in t&&!!t.defaultValue&&t.defaultValue.some(e=>R1(e))||"alternativeValue"in t&&!!t.alternativeValue&&t.alternativeValue.some(e=>R1(e));case"arithmetic":return AU(t.arithmetic);case"shell":return fU(t.shell);default:return!1}}function R1(t){switch(t.type){case"redirection":return t.args.some(e=>R1(e));case"argument":return t.segments.some(e=>uce(e));default:throw new Error(`Assertion failed: Unsupported argument type: "${t.type}"`)}}function AU(t){switch(t.type){case"variable":return uce(t);case"number":return!1;default:return AU(t.left)||AU(t.right)}}function fU(t){return t.some(({command:e})=>{for(;e;){let r=e.chain;for(;r;){let o;switch(r.type){case"subshell":o=fU(r.subshell);break;case"command":o=r.envs.some(a=>a.args.some(n=>R1(n)))||r.args.some(a=>R1(a));break}if(o)return!0;if(!r.then)break;r=r.then.chain}if(!e.then)break;e=e.then.line}return!1})}async function TE(t,e=[],{baseFs:r=new Tn,builtins:o={},cwd:a=ue.toPortablePath(process.cwd()),env:n=process.env,stdin:u=process.stdin,stdout:A=process.stdout,stderr:p=process.stderr,variables:h={},glob:E=Lb}={}){let I={};for(let[C,R]of Object.entries(n))typeof R<"u"&&(I[C]=R);let v=new Map(pot);for(let[C,R]of Object.entries(o))v.set(C,R);u===null&&(u=new ll.PassThrough,u.end());let x=ND(t,E);if(!fU(x)&&x.length>0&&e.length>0){let{command:C}=x[x.length-1];for(;C.then;)C=C.then.line;let R=C.chain;for(;R.then;)R=R.then.chain;R.type==="command"&&(R.args=R.args.concat(e.map(L=>({type:"argument",segments:[{type:"text",text:L}]}))))}return await _b(x,{args:e,baseFs:r,builtins:v,initialStdin:u,initialStdout:A,initialStderr:p,glob:E},{cwd:a,environment:I,exitCode:null,procedures:{},stdin:u,stdout:A,stderr:p,variables:Object.assign({},h,{["?"]:0}),nextBackgroundJobIndex:1,backgroundJobs:[]})}var oce,ace,ll,lce,pot,got,k1=Et(()=>{St();Nl();oce=$e(IN()),ace=ve("os"),ll=ve("stream"),lce=ve("timers/promises");qle();Yle();Jle();uU();uU();pot=new Map([["cd",async([t=(0,ace.homedir)(),...e],r,o)=>{let a=V.resolve(o.cwd,ue.toPortablePath(t));if(!(await r.baseFs.statPromise(a).catch(u=>{throw u.code==="ENOENT"?new al(`cd: no such file or directory: ${t}`):u})).isDirectory())throw new al(`cd: not a directory: ${t}`);return o.cwd=a,0}],["pwd",async(t,e,r)=>(r.stdout.write(`${ue.fromPortablePath(r.cwd)} `),0)],[":",async(t,e,r)=>0],["true",async(t,e,r)=>0],["false",async(t,e,r)=>1],["exit",async([t,...e],r,o)=>o.exitCode=parseInt(t??o.variables["?"],10)],["echo",async(t,e,r)=>(r.stdout.write(`${t.join(" ")} -`),0)],["sleep",async([t],e,r)=>{if(typeof t>"u")throw new al("sleep: missing operand");let o=Number(t);if(Number.isNaN(o))throw new al(`sleep: invalid time interval '${t}'`);return await(0,uce.setTimeout)(1e3*o,0)}],["__ysh_run_procedure",async(t,e,r)=>{let o=r.procedures[t[0]];return await Ox(o,{stdin:new zl(r.stdin),stdout:new zl(r.stdout),stderr:new zl(r.stderr)}).run()}],["__ysh_set_redirects",async(t,e,r)=>{let o=r.stdin,a=r.stdout,n=r.stderr,u=[],A=[],p=[],h=0;for(;t[h]!=="--";){let I=t[h++],{type:v,fd:b}=JSON.parse(I),C=J=>{switch(b){case null:case 0:u.push(J);break;default:throw new Error(`Unsupported file descriptor: "${b}"`)}},T=J=>{switch(b){case null:case 1:A.push(J);break;case 2:p.push(J);break;default:throw new Error(`Unsupported file descriptor: "${b}"`)}},L=Number(t[h++]),U=h+L;for(let J=h;Je.baseFs.createReadStream(K.resolve(r.cwd,ue.toPortablePath(t[J]))));break;case"<<<":C(()=>{let te=new ll.PassThrough;return process.nextTick(()=>{te.write(`${t[J]} -`),te.end()}),te});break;case"<&":C(()=>ice(Number(t[J]),1,r));break;case">":case">>":{let te=K.resolve(r.cwd,ue.toPortablePath(t[J]));T(te==="/dev/null"?new ll.Writable({autoDestroy:!0,emitClose:!0,write(le,pe,Ae){setImmediate(Ae)}}):e.baseFs.createWriteStream(te,v===">>"?{flags:"a"}:void 0))}break;case">&":T(ice(Number(t[J]),2,r));break;default:throw new Error(`Assertion failed: Unsupported redirection type: "${v}"`)}}if(u.length>0){let I=new ll.PassThrough;o=I;let v=b=>{if(b===u.length)I.end();else{let C=u[b]();C.pipe(I,{end:!1}),C.on("end",()=>{v(b+1)})}};v(0)}if(A.length>0){let I=new ll.PassThrough;a=I;for(let v of A)I.pipe(v)}if(p.length>0){let I=new ll.PassThrough;n=I;for(let v of p)I.pipe(v)}let E=await Ox(Q1(t.slice(h+1),e,r),{stdin:new zl(o),stdout:new zl(a),stderr:new zl(n)}).run();return await Promise.all(A.map(I=>new Promise((v,b)=>{I.on("error",C=>{b(C)}),I.on("close",()=>{v()}),I.end()}))),await Promise.all(p.map(I=>new Promise((v,b)=>{I.on("error",C=>{b(C)}),I.on("close",()=>{v()}),I.end()}))),E}]]);Cot={addition:(t,e)=>t+e,subtraction:(t,e)=>t-e,multiplication:(t,e)=>t*e,division:(t,e)=>Math.trunc(t/e)}});var jx=_((n4t,pce)=>{function Dot(t,e){for(var r=-1,o=t==null?0:t.length,a=Array(o);++r{var hce=fd(),Pot=jx(),Sot=Hl(),xot=fE(),bot=1/0,gce=hce?hce.prototype:void 0,dce=gce?gce.toString:void 0;function mce(t){if(typeof t=="string")return t;if(Sot(t))return Pot(t,mce)+"";if(xot(t))return dce?dce.call(t):"";var e=t+"";return e=="0"&&1/t==-bot?"-0":e}yce.exports=mce});var R1=_((s4t,Cce)=>{var kot=Ece();function Qot(t){return t==null?"":kot(t)}Cce.exports=Qot});var gU=_((o4t,wce)=>{function Fot(t,e,r){var o=-1,a=t.length;e<0&&(e=-e>a?0:a+e),r=r>a?a:r,r<0&&(r+=a),a=e>r?0:r-e>>>0,e>>>=0;for(var n=Array(a);++o{var Tot=gU();function Rot(t,e,r){var o=t.length;return r=r===void 0?o:r,!e&&r>=o?t:Tot(t,e,r)}Ice.exports=Rot});var dU=_((l4t,vce)=>{var Not="\\ud800-\\udfff",Lot="\\u0300-\\u036f",Mot="\\ufe20-\\ufe2f",Oot="\\u20d0-\\u20ff",Uot=Lot+Mot+Oot,_ot="\\ufe0e\\ufe0f",Hot="\\u200d",jot=RegExp("["+Hot+Not+Uot+_ot+"]");function qot(t){return jot.test(t)}vce.exports=qot});var Pce=_((c4t,Dce)=>{function Got(t){return t.split("")}Dce.exports=Got});var Rce=_((u4t,Tce)=>{var Sce="\\ud800-\\udfff",Yot="\\u0300-\\u036f",Wot="\\ufe20-\\ufe2f",Vot="\\u20d0-\\u20ff",Kot=Yot+Wot+Vot,Jot="\\ufe0e\\ufe0f",zot="["+Sce+"]",mU="["+Kot+"]",yU="\\ud83c[\\udffb-\\udfff]",Xot="(?:"+mU+"|"+yU+")",xce="[^"+Sce+"]",bce="(?:\\ud83c[\\udde6-\\uddff]){2}",kce="[\\ud800-\\udbff][\\udc00-\\udfff]",Zot="\\u200d",Qce=Xot+"?",Fce="["+Jot+"]?",$ot="(?:"+Zot+"(?:"+[xce,bce,kce].join("|")+")"+Fce+Qce+")*",eat=Fce+Qce+$ot,tat="(?:"+[xce+mU+"?",mU,bce,kce,zot].join("|")+")",rat=RegExp(yU+"(?="+yU+")|"+tat+eat,"g");function nat(t){return t.match(rat)||[]}Tce.exports=nat});var Lce=_((A4t,Nce)=>{var iat=Pce(),sat=dU(),oat=Rce();function aat(t){return sat(t)?oat(t):iat(t)}Nce.exports=aat});var Oce=_((f4t,Mce)=>{var lat=Bce(),cat=dU(),uat=Lce(),Aat=R1();function fat(t){return function(e){e=Aat(e);var r=cat(e)?uat(e):void 0,o=r?r[0]:e.charAt(0),a=r?lat(r,1).join(""):e.slice(1);return o[t]()+a}}Mce.exports=fat});var _ce=_((p4t,Uce)=>{var pat=Oce(),hat=pat("toUpperCase");Uce.exports=hat});var EU=_((h4t,Hce)=>{var gat=R1(),dat=_ce();function mat(t){return dat(gat(t).toLowerCase())}Hce.exports=mat});var jce=_((g4t,qx)=>{function yat(){var t=0,e=1,r=2,o=3,a=4,n=5,u=6,A=7,p=8,h=9,E=10,I=11,v=12,b=13,C=14,T=15,L=16,U=17,J=0,te=1,le=2,pe=3,Ae=4;function ye(g,Ee){return 55296<=g.charCodeAt(Ee)&&g.charCodeAt(Ee)<=56319&&56320<=g.charCodeAt(Ee+1)&&g.charCodeAt(Ee+1)<=57343}function ae(g,Ee){Ee===void 0&&(Ee=0);var De=g.charCodeAt(Ee);if(55296<=De&&De<=56319&&Ee=1){var ce=g.charCodeAt(Ee-1),ne=De;return 55296<=ce&&ce<=56319?(ce-55296)*1024+(ne-56320)+65536:ne}return De}function we(g,Ee,De){var ce=[g].concat(Ee).concat([De]),ne=ce[ce.length-2],ee=De,Ie=ce.lastIndexOf(C);if(Ie>1&&ce.slice(1,Ie).every(function(H){return H==o})&&[o,b,U].indexOf(g)==-1)return le;var ke=ce.lastIndexOf(a);if(ke>0&&ce.slice(1,ke).every(function(H){return H==a})&&[v,a].indexOf(ne)==-1)return ce.filter(function(H){return H==a}).length%2==1?pe:Ae;if(ne==t&&ee==e)return J;if(ne==r||ne==t||ne==e)return ee==C&&Ee.every(function(H){return H==o})?le:te;if(ee==r||ee==t||ee==e)return te;if(ne==u&&(ee==u||ee==A||ee==h||ee==E))return J;if((ne==h||ne==A)&&(ee==A||ee==p))return J;if((ne==E||ne==p)&&ee==p)return J;if(ee==o||ee==T)return J;if(ee==n)return J;if(ne==v)return J;var ht=ce.indexOf(o)!=-1?ce.lastIndexOf(o)-1:ce.length-2;return[b,U].indexOf(ce[ht])!=-1&&ce.slice(ht+1,-1).every(function(H){return H==o})&&ee==C||ne==T&&[L,U].indexOf(ee)!=-1?J:Ee.indexOf(a)!=-1?le:ne==a&&ee==a?J:te}this.nextBreak=function(g,Ee){if(Ee===void 0&&(Ee=0),Ee<0)return 0;if(Ee>=g.length-1)return g.length;for(var De=Pe(ae(g,Ee)),ce=[],ne=Ee+1;ne{var Eat=/^(.*?)(\x1b\[[^m]+m|\x1b\]8;;.*?(\x1b\\|\u0007))/,Gx;function Cat(){if(Gx)return Gx;if(typeof Intl.Segmenter<"u"){let t=new Intl.Segmenter("en",{granularity:"grapheme"});return Gx=e=>Array.from(t.segment(e),({segment:r})=>r)}else{let t=jce(),e=new t;return Gx=r=>e.splitGraphemes(r)}}qce.exports=(t,e=0,r=t.length)=>{if(e<0||r<0)throw new RangeError("Negative indices aren't supported by this implementation");let o=r-e,a="",n=0,u=0;for(;t.length>0;){let A=t.match(Eat)||[t,t,void 0],p=Cat()(A[1]),h=Math.min(e-n,p.length);p=p.slice(h);let E=Math.min(o-u,p.length);a+=p.slice(0,E).join(""),n+=h,u+=E,typeof A[2]<"u"&&(a+=A[2]),t=t.slice(A[0].length)}return a}});var tn,N1=Et(()=>{tn=process.env.YARN_IS_TEST_ENV?"0.0.0":"4.0.2"});function zce(t,{configuration:e,json:r}){if(!e.get("enableMessageNames"))return"";let a=Wu(t===null?0:t);return!r&&t===null?Ot(e,a,"grey"):a}function CU(t,{configuration:e,json:r}){let o=zce(t,{configuration:e,json:r});if(!o||t===null||t===0)return o;let a=wr[t],n=`https://yarnpkg.com/advanced/error-codes#${o}---${a}`.toLowerCase();return Xy(e,o,n)}async function NE({configuration:t,stdout:e,forceError:r},o){let a=await Nt.start({configuration:t,stdout:e,includeFooter:!1},async n=>{let u=!1,A=!1;for(let p of o)typeof p.option<"u"&&(p.error||r?(A=!0,n.reportError(50,p.message)):(u=!0,n.reportWarning(50,p.message)),p.callback?.());u&&!A&&n.reportSeparator()});return a.hasErrors()?a.exitCode():null}var Kce,Yx,wat,Yce,Wce,uh,Jce,Vce,Iat,Bat,Wx,vat,Nt,L1=Et(()=>{Kce=$e(Gce()),Yx=$e(ed());pP();Yl();N1();ql();wat="\xB7",Yce=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"],Wce=80,uh=Yx.default.GITHUB_ACTIONS?{start:t=>`::group::${t} +`),0)],["sleep",async([t],e,r)=>{if(typeof t>"u")throw new al("sleep: missing operand");let o=Number(t);if(Number.isNaN(o))throw new al(`sleep: invalid time interval '${t}'`);return await(0,lce.setTimeout)(1e3*o,0)}],["__ysh_run_procedure",async(t,e,r)=>{let o=r.procedures[t[0]];return await Ob(o,{stdin:new zl(r.stdin),stdout:new zl(r.stdout),stderr:new zl(r.stderr)}).run()}],["__ysh_set_redirects",async(t,e,r)=>{let o=r.stdin,a=r.stdout,n=r.stderr,u=[],A=[],p=[],h=0;for(;t[h]!=="--";){let I=t[h++],{type:v,fd:x}=JSON.parse(I),C=J=>{switch(x){case null:case 0:u.push(J);break;default:throw new Error(`Unsupported file descriptor: "${x}"`)}},R=J=>{switch(x){case null:case 1:A.push(J);break;case 2:p.push(J);break;default:throw new Error(`Unsupported file descriptor: "${x}"`)}},L=Number(t[h++]),U=h+L;for(let J=h;Je.baseFs.createReadStream(V.resolve(r.cwd,ue.toPortablePath(t[J]))));break;case"<<<":C(()=>{let te=new ll.PassThrough;return process.nextTick(()=>{te.write(`${t[J]} +`),te.end()}),te});break;case"<&":C(()=>rce(Number(t[J]),1,r));break;case">":case">>":{let te=V.resolve(r.cwd,ue.toPortablePath(t[J]));R(te==="/dev/null"?new ll.Writable({autoDestroy:!0,emitClose:!0,write(ae,fe,ce){setImmediate(ce)}}):e.baseFs.createWriteStream(te,v===">>"?{flags:"a"}:void 0))}break;case">&":R(rce(Number(t[J]),2,r));break;default:throw new Error(`Assertion failed: Unsupported redirection type: "${v}"`)}}if(u.length>0){let I=new ll.PassThrough;o=I;let v=x=>{if(x===u.length)I.end();else{let C=u[x]();C.pipe(I,{end:!1}),C.on("end",()=>{v(x+1)})}};v(0)}if(A.length>0){let I=new ll.PassThrough;a=I;for(let v of A)I.pipe(v)}if(p.length>0){let I=new ll.PassThrough;n=I;for(let v of p)I.pipe(v)}let E=await Ob(F1(t.slice(h+1),e,r),{stdin:new zl(o),stdout:new zl(a),stderr:new zl(n)}).run();return await Promise.all(A.map(I=>new Promise((v,x)=>{I.on("error",C=>{x(C)}),I.on("close",()=>{v()}),I.end()}))),await Promise.all(p.map(I=>new Promise((v,x)=>{I.on("error",C=>{x(C)}),I.on("close",()=>{v()}),I.end()}))),E}]]);got={addition:(t,e)=>t+e,subtraction:(t,e)=>t-e,multiplication:(t,e)=>t*e,division:(t,e)=>Math.trunc(t/e)}});var Hb=_((r4t,Ace)=>{function Cot(t,e){for(var r=-1,o=t==null?0:t.length,a=Array(o);++r{var fce=pd(),wot=Hb(),Iot=Hl(),Bot=pE(),vot=1/0,pce=fce?fce.prototype:void 0,hce=pce?pce.toString:void 0;function gce(t){if(typeof t=="string")return t;if(Iot(t))return wot(t,gce)+"";if(Bot(t))return hce?hce.call(t):"";var e=t+"";return e=="0"&&1/t==-vot?"-0":e}dce.exports=gce});var N1=_((i4t,yce)=>{var Dot=mce();function Sot(t){return t==null?"":Dot(t)}yce.exports=Sot});var pU=_((s4t,Ece)=>{function Pot(t,e,r){var o=-1,a=t.length;e<0&&(e=-e>a?0:a+e),r=r>a?a:r,r<0&&(r+=a),a=e>r?0:r-e>>>0,e>>>=0;for(var n=Array(a);++o{var bot=pU();function xot(t,e,r){var o=t.length;return r=r===void 0?o:r,!e&&r>=o?t:bot(t,e,r)}Cce.exports=xot});var hU=_((a4t,Ice)=>{var kot="\\ud800-\\udfff",Qot="\\u0300-\\u036f",Fot="\\ufe20-\\ufe2f",Rot="\\u20d0-\\u20ff",Tot=Qot+Fot+Rot,Not="\\ufe0e\\ufe0f",Lot="\\u200d",Oot=RegExp("["+Lot+kot+Tot+Not+"]");function Mot(t){return Oot.test(t)}Ice.exports=Mot});var vce=_((l4t,Bce)=>{function Uot(t){return t.split("")}Bce.exports=Uot});var Fce=_((c4t,Qce)=>{var Dce="\\ud800-\\udfff",_ot="\\u0300-\\u036f",Hot="\\ufe20-\\ufe2f",jot="\\u20d0-\\u20ff",Got=_ot+Hot+jot,qot="\\ufe0e\\ufe0f",Yot="["+Dce+"]",gU="["+Got+"]",dU="\\ud83c[\\udffb-\\udfff]",Wot="(?:"+gU+"|"+dU+")",Sce="[^"+Dce+"]",Pce="(?:\\ud83c[\\udde6-\\uddff]){2}",bce="[\\ud800-\\udbff][\\udc00-\\udfff]",Kot="\\u200d",xce=Wot+"?",kce="["+qot+"]?",Vot="(?:"+Kot+"(?:"+[Sce,Pce,bce].join("|")+")"+kce+xce+")*",Jot=kce+xce+Vot,zot="(?:"+[Sce+gU+"?",gU,Pce,bce,Yot].join("|")+")",Xot=RegExp(dU+"(?="+dU+")|"+zot+Jot,"g");function Zot(t){return t.match(Xot)||[]}Qce.exports=Zot});var Tce=_((u4t,Rce)=>{var $ot=vce(),eat=hU(),tat=Fce();function rat(t){return eat(t)?tat(t):$ot(t)}Rce.exports=rat});var Lce=_((A4t,Nce)=>{var nat=wce(),iat=hU(),sat=Tce(),oat=N1();function aat(t){return function(e){e=oat(e);var r=iat(e)?sat(e):void 0,o=r?r[0]:e.charAt(0),a=r?nat(r,1).join(""):e.slice(1);return o[t]()+a}}Nce.exports=aat});var Mce=_((f4t,Oce)=>{var lat=Lce(),cat=lat("toUpperCase");Oce.exports=cat});var mU=_((p4t,Uce)=>{var uat=N1(),Aat=Mce();function fat(t){return Aat(uat(t).toLowerCase())}Uce.exports=fat});var _ce=_((h4t,jb)=>{function pat(){var t=0,e=1,r=2,o=3,a=4,n=5,u=6,A=7,p=8,h=9,E=10,I=11,v=12,x=13,C=14,R=15,L=16,U=17,J=0,te=1,ae=2,fe=3,ce=4;function me(g,Ee){return 55296<=g.charCodeAt(Ee)&&g.charCodeAt(Ee)<=56319&&56320<=g.charCodeAt(Ee+1)&&g.charCodeAt(Ee+1)<=57343}function he(g,Ee){Ee===void 0&&(Ee=0);var Se=g.charCodeAt(Ee);if(55296<=Se&&Se<=56319&&Ee=1){var le=g.charCodeAt(Ee-1),ne=Se;return 55296<=le&&le<=56319?(le-55296)*1024+(ne-56320)+65536:ne}return Se}function Be(g,Ee,Se){var le=[g].concat(Ee).concat([Se]),ne=le[le.length-2],ee=Se,Ie=le.lastIndexOf(C);if(Ie>1&&le.slice(1,Ie).every(function(H){return H==o})&&[o,x,U].indexOf(g)==-1)return ae;var Fe=le.lastIndexOf(a);if(Fe>0&&le.slice(1,Fe).every(function(H){return H==a})&&[v,a].indexOf(ne)==-1)return le.filter(function(H){return H==a}).length%2==1?fe:ce;if(ne==t&&ee==e)return J;if(ne==r||ne==t||ne==e)return ee==C&&Ee.every(function(H){return H==o})?ae:te;if(ee==r||ee==t||ee==e)return te;if(ne==u&&(ee==u||ee==A||ee==h||ee==E))return J;if((ne==h||ne==A)&&(ee==A||ee==p))return J;if((ne==E||ne==p)&&ee==p)return J;if(ee==o||ee==R)return J;if(ee==n)return J;if(ne==v)return J;var At=le.indexOf(o)!=-1?le.lastIndexOf(o)-1:le.length-2;return[x,U].indexOf(le[At])!=-1&&le.slice(At+1,-1).every(function(H){return H==o})&&ee==C||ne==R&&[L,U].indexOf(ee)!=-1?J:Ee.indexOf(a)!=-1?ae:ne==a&&ee==a?J:te}this.nextBreak=function(g,Ee){if(Ee===void 0&&(Ee=0),Ee<0)return 0;if(Ee>=g.length-1)return g.length;for(var Se=we(he(g,Ee)),le=[],ne=Ee+1;ne{var hat=/^(.*?)(\x1b\[[^m]+m|\x1b\]8;;.*?(\x1b\\|\u0007))/,Gb;function gat(){if(Gb)return Gb;if(typeof Intl.Segmenter<"u"){let t=new Intl.Segmenter("en",{granularity:"grapheme"});return Gb=e=>Array.from(t.segment(e),({segment:r})=>r)}else{let t=_ce(),e=new t;return Gb=r=>e.splitGraphemes(r)}}Hce.exports=(t,e=0,r=t.length)=>{if(e<0||r<0)throw new RangeError("Negative indices aren't supported by this implementation");let o=r-e,a="",n=0,u=0;for(;t.length>0;){let A=t.match(hat)||[t,t,void 0],p=gat()(A[1]),h=Math.min(e-n,p.length);p=p.slice(h);let E=Math.min(o-u,p.length);a+=p.slice(0,E).join(""),n+=h,u+=E,typeof A[2]<"u"&&(a+=A[2]),t=t.slice(A[0].length)}return a}});var rn,L1=Et(()=>{rn=process.env.YARN_IS_TEST_ENV?"0.0.0":"4.1.0"});function Vce(t,{configuration:e,json:r}){if(!e.get("enableMessageNames"))return"";let a=Wu(t===null?0:t);return!r&&t===null?Mt(e,a,"grey"):a}function yU(t,{configuration:e,json:r}){let o=Vce(t,{configuration:e,json:r});if(!o||t===null||t===0)return o;let a=wr[t],n=`https://yarnpkg.com/advanced/error-codes#${o}---${a}`.toLowerCase();return Zy(e,o,n)}async function LE({configuration:t,stdout:e,forceError:r},o){let a=await Nt.start({configuration:t,stdout:e,includeFooter:!1},async n=>{let u=!1,A=!1;for(let p of o)typeof p.option<"u"&&(p.error||r?(A=!0,n.reportError(50,p.message)):(u=!0,n.reportWarning(50,p.message)),p.callback?.());u&&!A&&n.reportSeparator()});return a.hasErrors()?a.exitCode():null}var Wce,qb,dat,Gce,qce,Ah,Kce,Yce,mat,yat,Yb,Eat,Nt,O1=Et(()=>{Wce=$e(jce()),qb=$e(td());fS();Yl();L1();Gl();dat="\xB7",Gce=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"],qce=80,Ah=qb.default.GITHUB_ACTIONS?{start:t=>`::group::${t} `,end:t=>`::endgroup:: -`}:Yx.default.TRAVIS?{start:t=>`travis_fold:start:${t} +`}:qb.default.TRAVIS?{start:t=>`travis_fold:start:${t} `,end:t=>`travis_fold:end:${t} -`}:Yx.default.GITLAB?{start:t=>`section_start:${Math.floor(Date.now()/1e3)}:${t.toLowerCase().replace(/\W+/g,"_")}[collapsed=true]\r\x1B[0K${t} -`,end:t=>`section_end:${Math.floor(Date.now()/1e3)}:${t.toLowerCase().replace(/\W+/g,"_")}\r\x1B[0K`}:null,Jce=uh!==null,Vce=new Date,Iat=["iTerm.app","Apple_Terminal","WarpTerminal","vscode"].includes(process.env.TERM_PROGRAM)||!!process.env.WT_SESSION,Bat=t=>t,Wx=Bat({patrick:{date:[17,3],chars:["\u{1F340}","\u{1F331}"],size:40},simba:{date:[19,7],chars:["\u{1F981}","\u{1F334}"],size:40},jack:{date:[31,10],chars:["\u{1F383}","\u{1F987}"],size:40},hogsfather:{date:[31,12],chars:["\u{1F389}","\u{1F384}"],size:40},default:{chars:["=","-"],size:80}}),vat=Iat&&Object.keys(Wx).find(t=>{let e=Wx[t];return!(e.date&&(e.date[0]!==Vce.getDate()||e.date[1]!==Vce.getMonth()+1))})||"default";Nt=class extends Xs{constructor({configuration:r,stdout:o,json:a=!1,forceSectionAlignment:n=!1,includeNames:u=!0,includePrefix:A=!0,includeFooter:p=!0,includeLogs:h=!a,includeInfos:E=h,includeWarnings:I=h}){super();this.uncommitted=new Set;this.warningCount=0;this.errorCount=0;this.timerFooter=[];this.startTime=Date.now();this.indent=0;this.level=0;this.progress=new Map;this.progressTime=0;this.progressFrame=0;this.progressTimeout=null;this.progressStyle=null;this.progressMaxScaledSize=null;if(zI(this,{configuration:r}),this.configuration=r,this.forceSectionAlignment=n,this.includeNames=u,this.includePrefix=A,this.includeFooter=p,this.includeInfos=E,this.includeWarnings=I,this.json=a,this.stdout=o,r.get("enableProgressBars")&&!a&&o.isTTY&&o.columns>22){let v=r.get("progressBarStyle")||vat;if(!Object.hasOwn(Wx,v))throw new Error("Assertion failed: Invalid progress bar style");this.progressStyle=Wx[v];let b=Math.min(this.getRecommendedLength(),80);this.progressMaxScaledSize=Math.floor(this.progressStyle.size*b/80)}}static async start(r,o){let a=new this(r),n=process.emitWarning;process.emitWarning=(u,A)=>{if(typeof u!="string"){let h=u;u=h.message,A=A??h.name}let p=typeof A<"u"?`${A}: ${u}`:u;a.reportWarning(0,p)},r.includeVersion&&a.reportInfo(0,md(r.configuration,`Yarn ${tn}`,2));try{await o(a)}catch(u){a.reportExceptionOnce(u)}finally{await a.finalize(),process.emitWarning=n}return a}hasErrors(){return this.errorCount>0}exitCode(){return this.hasErrors()?1:0}getRecommendedLength(){let o=this.progressStyle!==null?this.stdout.columns-1:super.getRecommendedLength();return Math.max(40,o-12-this.indent*2)}startSectionSync({reportHeader:r,reportFooter:o,skipIfEmpty:a},n){let u={committed:!1,action:()=>{r?.()}};a?this.uncommitted.add(u):(u.action(),u.committed=!0);let A=Date.now();try{return n()}catch(p){throw this.reportExceptionOnce(p),p}finally{let p=Date.now();this.uncommitted.delete(u),u.committed&&o?.(p-A)}}async startSectionPromise({reportHeader:r,reportFooter:o,skipIfEmpty:a},n){let u={committed:!1,action:()=>{r?.()}};a?this.uncommitted.add(u):(u.action(),u.committed=!0);let A=Date.now();try{return await n()}catch(p){throw this.reportExceptionOnce(p),p}finally{let p=Date.now();this.uncommitted.delete(u),u.committed&&o?.(p-A)}}startTimerImpl(r,o,a){return{cb:typeof o=="function"?o:a,reportHeader:()=>{this.level+=1,this.reportInfo(null,`\u250C ${r}`),this.indent+=1,uh!==null&&!this.json&&this.includeInfos&&this.stdout.write(uh.start(r))},reportFooter:A=>{if(this.indent-=1,uh!==null&&!this.json&&this.includeInfos){this.stdout.write(uh.end(r));for(let p of this.timerFooter)p()}this.configuration.get("enableTimers")&&A>200?this.reportInfo(null,`\u2514 Completed in ${Ot(this.configuration,A,yt.DURATION)}`):this.reportInfo(null,"\u2514 Completed"),this.level-=1},skipIfEmpty:(typeof o=="function"?{}:o).skipIfEmpty}}startTimerSync(r,o,a){let{cb:n,...u}=this.startTimerImpl(r,o,a);return this.startSectionSync(u,n)}async startTimerPromise(r,o,a){let{cb:n,...u}=this.startTimerImpl(r,o,a);return this.startSectionPromise(u,n)}reportSeparator(){this.indent===0?this.writeLine(""):this.reportInfo(null,"")}reportInfo(r,o){if(!this.includeInfos)return;this.commit();let a=this.formatNameWithHyperlink(r),n=a?`${a}: `:"",u=`${this.formatPrefix(n,"blueBright")}${o}`;this.json?this.reportJson({type:"info",name:r,displayName:this.formatName(r),indent:this.formatIndent(),data:o}):this.writeLine(u)}reportWarning(r,o){if(this.warningCount+=1,!this.includeWarnings)return;this.commit();let a=this.formatNameWithHyperlink(r),n=a?`${a}: `:"";this.json?this.reportJson({type:"warning",name:r,displayName:this.formatName(r),indent:this.formatIndent(),data:o}):this.writeLine(`${this.formatPrefix(n,"yellowBright")}${o}`)}reportError(r,o){this.errorCount+=1,this.timerFooter.push(()=>this.reportErrorImpl(r,o)),this.reportErrorImpl(r,o)}reportErrorImpl(r,o){this.commit();let a=this.formatNameWithHyperlink(r),n=a?`${a}: `:"";this.json?this.reportJson({type:"error",name:r,displayName:this.formatName(r),indent:this.formatIndent(),data:o}):this.writeLine(`${this.formatPrefix(n,"redBright")}${o}`,{truncate:!1})}reportFold(r,o){if(!uh)return;let a=`${uh.start(r)}${o}${uh.end(r)}`;this.timerFooter.push(()=>this.stdout.write(a))}reportProgress(r){if(this.progressStyle===null)return{...Promise.resolve(),stop:()=>{}};if(r.hasProgress&&r.hasTitle)throw new Error("Unimplemented: Progress bars can't have both progress and titles.");let o=!1,a=Promise.resolve().then(async()=>{let u={progress:r.hasProgress?0:void 0,title:r.hasTitle?"":void 0};this.progress.set(r,{definition:u,lastScaledSize:r.hasProgress?-1:void 0,lastTitle:void 0}),this.refreshProgress({delta:-1});for await(let{progress:A,title:p}of r)o||u.progress===A&&u.title===p||(u.progress=A,u.title=p,this.refreshProgress());n()}),n=()=>{o||(o=!0,this.progress.delete(r),this.refreshProgress({delta:1}))};return{...a,stop:n}}reportJson(r){this.json&&this.writeLine(`${JSON.stringify(r)}`)}async finalize(){if(!this.includeFooter)return;let r="";this.errorCount>0?r="Failed with errors":this.warningCount>0?r="Done with warnings":r="Done";let o=Ot(this.configuration,Date.now()-this.startTime,yt.DURATION),a=this.configuration.get("enableTimers")?`${r} in ${o}`:r;this.errorCount>0?this.reportError(0,a):this.warningCount>0?this.reportWarning(0,a):this.reportInfo(0,a)}writeLine(r,{truncate:o}={}){this.clearProgress({clear:!0}),this.stdout.write(`${this.truncate(r,{truncate:o})} +`}:qb.default.GITLAB?{start:t=>`section_start:${Math.floor(Date.now()/1e3)}:${t.toLowerCase().replace(/\W+/g,"_")}[collapsed=true]\r\x1B[0K${t} +`,end:t=>`section_end:${Math.floor(Date.now()/1e3)}:${t.toLowerCase().replace(/\W+/g,"_")}\r\x1B[0K`}:null,Kce=Ah!==null,Yce=new Date,mat=["iTerm.app","Apple_Terminal","WarpTerminal","vscode"].includes(process.env.TERM_PROGRAM)||!!process.env.WT_SESSION,yat=t=>t,Yb=yat({patrick:{date:[17,3],chars:["\u{1F340}","\u{1F331}"],size:40},simba:{date:[19,7],chars:["\u{1F981}","\u{1F334}"],size:40},jack:{date:[31,10],chars:["\u{1F383}","\u{1F987}"],size:40},hogsfather:{date:[31,12],chars:["\u{1F389}","\u{1F384}"],size:40},default:{chars:["=","-"],size:80}}),Eat=mat&&Object.keys(Yb).find(t=>{let e=Yb[t];return!(e.date&&(e.date[0]!==Yce.getDate()||e.date[1]!==Yce.getMonth()+1))})||"default";Nt=class extends Xs{constructor({configuration:r,stdout:o,json:a=!1,forceSectionAlignment:n=!1,includeNames:u=!0,includePrefix:A=!0,includeFooter:p=!0,includeLogs:h=!a,includeInfos:E=h,includeWarnings:I=h}){super();this.uncommitted=new Set;this.warningCount=0;this.errorCount=0;this.timerFooter=[];this.startTime=Date.now();this.indent=0;this.level=0;this.progress=new Map;this.progressTime=0;this.progressFrame=0;this.progressTimeout=null;this.progressStyle=null;this.progressMaxScaledSize=null;if(XI(this,{configuration:r}),this.configuration=r,this.forceSectionAlignment=n,this.includeNames=u,this.includePrefix=A,this.includeFooter=p,this.includeInfos=E,this.includeWarnings=I,this.json=a,this.stdout=o,r.get("enableProgressBars")&&!a&&o.isTTY&&o.columns>22){let v=r.get("progressBarStyle")||Eat;if(!Object.hasOwn(Yb,v))throw new Error("Assertion failed: Invalid progress bar style");this.progressStyle=Yb[v];let x=Math.min(this.getRecommendedLength(),80);this.progressMaxScaledSize=Math.floor(this.progressStyle.size*x/80)}}static async start(r,o){let a=new this(r),n=process.emitWarning;process.emitWarning=(u,A)=>{if(typeof u!="string"){let h=u;u=h.message,A=A??h.name}let p=typeof A<"u"?`${A}: ${u}`:u;a.reportWarning(0,p)},r.includeVersion&&a.reportInfo(0,yd(r.configuration,`Yarn ${rn}`,2));try{await o(a)}catch(u){a.reportExceptionOnce(u)}finally{await a.finalize(),process.emitWarning=n}return a}hasErrors(){return this.errorCount>0}exitCode(){return this.hasErrors()?1:0}getRecommendedLength(){let o=this.progressStyle!==null?this.stdout.columns-1:super.getRecommendedLength();return Math.max(40,o-12-this.indent*2)}startSectionSync({reportHeader:r,reportFooter:o,skipIfEmpty:a},n){let u={committed:!1,action:()=>{r?.()}};a?this.uncommitted.add(u):(u.action(),u.committed=!0);let A=Date.now();try{return n()}catch(p){throw this.reportExceptionOnce(p),p}finally{let p=Date.now();this.uncommitted.delete(u),u.committed&&o?.(p-A)}}async startSectionPromise({reportHeader:r,reportFooter:o,skipIfEmpty:a},n){let u={committed:!1,action:()=>{r?.()}};a?this.uncommitted.add(u):(u.action(),u.committed=!0);let A=Date.now();try{return await n()}catch(p){throw this.reportExceptionOnce(p),p}finally{let p=Date.now();this.uncommitted.delete(u),u.committed&&o?.(p-A)}}startTimerImpl(r,o,a){return{cb:typeof o=="function"?o:a,reportHeader:()=>{this.level+=1,this.reportInfo(null,`\u250C ${r}`),this.indent+=1,Ah!==null&&!this.json&&this.includeInfos&&this.stdout.write(Ah.start(r))},reportFooter:A=>{if(this.indent-=1,Ah!==null&&!this.json&&this.includeInfos){this.stdout.write(Ah.end(r));for(let p of this.timerFooter)p()}this.configuration.get("enableTimers")&&A>200?this.reportInfo(null,`\u2514 Completed in ${Mt(this.configuration,A,yt.DURATION)}`):this.reportInfo(null,"\u2514 Completed"),this.level-=1},skipIfEmpty:(typeof o=="function"?{}:o).skipIfEmpty}}startTimerSync(r,o,a){let{cb:n,...u}=this.startTimerImpl(r,o,a);return this.startSectionSync(u,n)}async startTimerPromise(r,o,a){let{cb:n,...u}=this.startTimerImpl(r,o,a);return this.startSectionPromise(u,n)}reportSeparator(){this.indent===0?this.writeLine(""):this.reportInfo(null,"")}reportInfo(r,o){if(!this.includeInfos)return;this.commit();let a=this.formatNameWithHyperlink(r),n=a?`${a}: `:"",u=`${this.formatPrefix(n,"blueBright")}${o}`;this.json?this.reportJson({type:"info",name:r,displayName:this.formatName(r),indent:this.formatIndent(),data:o}):this.writeLine(u)}reportWarning(r,o){if(this.warningCount+=1,!this.includeWarnings)return;this.commit();let a=this.formatNameWithHyperlink(r),n=a?`${a}: `:"";this.json?this.reportJson({type:"warning",name:r,displayName:this.formatName(r),indent:this.formatIndent(),data:o}):this.writeLine(`${this.formatPrefix(n,"yellowBright")}${o}`)}reportError(r,o){this.errorCount+=1,this.timerFooter.push(()=>this.reportErrorImpl(r,o)),this.reportErrorImpl(r,o)}reportErrorImpl(r,o){this.commit();let a=this.formatNameWithHyperlink(r),n=a?`${a}: `:"";this.json?this.reportJson({type:"error",name:r,displayName:this.formatName(r),indent:this.formatIndent(),data:o}):this.writeLine(`${this.formatPrefix(n,"redBright")}${o}`,{truncate:!1})}reportFold(r,o){if(!Ah)return;let a=`${Ah.start(r)}${o}${Ah.end(r)}`;this.timerFooter.push(()=>this.stdout.write(a))}reportProgress(r){if(this.progressStyle===null)return{...Promise.resolve(),stop:()=>{}};if(r.hasProgress&&r.hasTitle)throw new Error("Unimplemented: Progress bars can't have both progress and titles.");let o=!1,a=Promise.resolve().then(async()=>{let u={progress:r.hasProgress?0:void 0,title:r.hasTitle?"":void 0};this.progress.set(r,{definition:u,lastScaledSize:r.hasProgress?-1:void 0,lastTitle:void 0}),this.refreshProgress({delta:-1});for await(let{progress:A,title:p}of r)o||u.progress===A&&u.title===p||(u.progress=A,u.title=p,this.refreshProgress());n()}),n=()=>{o||(o=!0,this.progress.delete(r),this.refreshProgress({delta:1}))};return{...a,stop:n}}reportJson(r){this.json&&this.writeLine(`${JSON.stringify(r)}`)}async finalize(){if(!this.includeFooter)return;let r="";this.errorCount>0?r="Failed with errors":this.warningCount>0?r="Done with warnings":r="Done";let o=Mt(this.configuration,Date.now()-this.startTime,yt.DURATION),a=this.configuration.get("enableTimers")?`${r} in ${o}`:r;this.errorCount>0?this.reportError(0,a):this.warningCount>0?this.reportWarning(0,a):this.reportInfo(0,a)}writeLine(r,{truncate:o}={}){this.clearProgress({clear:!0}),this.stdout.write(`${this.truncate(r,{truncate:o})} `),this.writeProgress()}writeLines(r,{truncate:o}={}){this.clearProgress({delta:r.length});for(let a of r)this.stdout.write(`${this.truncate(a,{truncate:o})} -`);this.writeProgress()}commit(){let r=this.uncommitted;this.uncommitted=new Set;for(let o of r)o.committed=!0,o.action()}clearProgress({delta:r=0,clear:o=!1}){this.progressStyle!==null&&this.progress.size+r>0&&(this.stdout.write(`\x1B[${this.progress.size+r}A`),(r>0||o)&&this.stdout.write("\x1B[0J"))}writeProgress(){if(this.progressStyle===null||(this.progressTimeout!==null&&clearTimeout(this.progressTimeout),this.progressTimeout=null,this.progress.size===0))return;let r=Date.now();r-this.progressTime>Wce&&(this.progressFrame=(this.progressFrame+1)%Yce.length,this.progressTime=r);let o=Yce[this.progressFrame];for(let a of this.progress.values()){let n="";if(typeof a.lastScaledSize<"u"){let h=this.progressStyle.chars[0].repeat(a.lastScaledSize),E=this.progressStyle.chars[1].repeat(this.progressMaxScaledSize-a.lastScaledSize);n=` ${h}${E}`}let u=this.formatName(null),A=u?`${u}: `:"",p=a.definition.title?` ${a.definition.title}`:"";this.stdout.write(`${Ot(this.configuration,"\u27A4","blueBright")} ${A}${o}${n}${p} -`)}this.progressTimeout=setTimeout(()=>{this.refreshProgress({force:!0})},Wce)}refreshProgress({delta:r=0,force:o=!1}={}){let a=!1,n=!1;if(o||this.progress.size===0)a=!0;else for(let u of this.progress.values()){let A=typeof u.definition.progress<"u"?Math.trunc(this.progressMaxScaledSize*u.definition.progress):void 0,p=u.lastScaledSize;u.lastScaledSize=A;let h=u.lastTitle;if(u.lastTitle=u.definition.title,A!==p||(n=h!==u.definition.title)){a=!0;break}}a&&(this.clearProgress({delta:r,clear:n}),this.writeProgress())}truncate(r,{truncate:o}={}){return this.progressStyle===null&&(o=!1),typeof o>"u"&&(o=this.configuration.get("preferTruncatedLines")),o&&(r=(0,Kce.default)(r,0,this.stdout.columns-1)),r}formatName(r){return this.includeNames?zce(r,{configuration:this.configuration,json:this.json}):""}formatPrefix(r,o){return this.includePrefix?`${Ot(this.configuration,"\u27A4",o)} ${r}${this.formatIndent()}`:""}formatNameWithHyperlink(r){return this.includeNames?CU(r,{configuration:this.configuration,json:this.json}):""}formatIndent(){return this.level>0||!this.forceSectionAlignment?"\u2502 ".repeat(this.indent):`${wat} `}}});var un={};Kt(un,{PackageManager:()=>$ce,detectPackageManager:()=>eue,executePackageAccessibleBinary:()=>sue,executePackageScript:()=>Vx,executePackageShellcode:()=>wU,executeWorkspaceAccessibleBinary:()=>Qat,executeWorkspaceLifecycleScript:()=>nue,executeWorkspaceScript:()=>rue,getPackageAccessibleBinaries:()=>Kx,getWorkspaceAccessibleBinaries:()=>iue,hasPackageScript:()=>xat,hasWorkspaceScript:()=>IU,isNodeScript:()=>BU,makeScriptEnv:()=>M1,maybeExecuteWorkspaceLifecycleScript:()=>kat,prepareExternalProject:()=>Sat});async function Ah(t,e,r,o=[]){if(process.platform==="win32"){let a=`@goto #_undefined_# 2>NUL || @title %COMSPEC% & @setlocal & @"${r}" ${o.map(n=>`"${n.replace('"','""')}"`).join(" ")} %*`;await oe.writeFilePromise(K.format({dir:t,name:e,ext:".cmd"}),a)}await oe.writeFilePromise(K.join(t,e),`#!/bin/sh +`);this.writeProgress()}commit(){let r=this.uncommitted;this.uncommitted=new Set;for(let o of r)o.committed=!0,o.action()}clearProgress({delta:r=0,clear:o=!1}){this.progressStyle!==null&&this.progress.size+r>0&&(this.stdout.write(`\x1B[${this.progress.size+r}A`),(r>0||o)&&this.stdout.write("\x1B[0J"))}writeProgress(){if(this.progressStyle===null||(this.progressTimeout!==null&&clearTimeout(this.progressTimeout),this.progressTimeout=null,this.progress.size===0))return;let r=Date.now();r-this.progressTime>qce&&(this.progressFrame=(this.progressFrame+1)%Gce.length,this.progressTime=r);let o=Gce[this.progressFrame];for(let a of this.progress.values()){let n="";if(typeof a.lastScaledSize<"u"){let h=this.progressStyle.chars[0].repeat(a.lastScaledSize),E=this.progressStyle.chars[1].repeat(this.progressMaxScaledSize-a.lastScaledSize);n=` ${h}${E}`}let u=this.formatName(null),A=u?`${u}: `:"",p=a.definition.title?` ${a.definition.title}`:"";this.stdout.write(`${Mt(this.configuration,"\u27A4","blueBright")} ${A}${o}${n}${p} +`)}this.progressTimeout=setTimeout(()=>{this.refreshProgress({force:!0})},qce)}refreshProgress({delta:r=0,force:o=!1}={}){let a=!1,n=!1;if(o||this.progress.size===0)a=!0;else for(let u of this.progress.values()){let A=typeof u.definition.progress<"u"?Math.trunc(this.progressMaxScaledSize*u.definition.progress):void 0,p=u.lastScaledSize;u.lastScaledSize=A;let h=u.lastTitle;if(u.lastTitle=u.definition.title,A!==p||(n=h!==u.definition.title)){a=!0;break}}a&&(this.clearProgress({delta:r,clear:n}),this.writeProgress())}truncate(r,{truncate:o}={}){return this.progressStyle===null&&(o=!1),typeof o>"u"&&(o=this.configuration.get("preferTruncatedLines")),o&&(r=(0,Wce.default)(r,0,this.stdout.columns-1)),r}formatName(r){return this.includeNames?Vce(r,{configuration:this.configuration,json:this.json}):""}formatPrefix(r,o){return this.includePrefix?`${Mt(this.configuration,"\u27A4",o)} ${r}${this.formatIndent()}`:""}formatNameWithHyperlink(r){return this.includeNames?yU(r,{configuration:this.configuration,json:this.json}):""}formatIndent(){return this.level>0||!this.forceSectionAlignment?"\u2502 ".repeat(this.indent):`${dat} `}}});var un={};Vt(un,{PackageManager:()=>Xce,detectPackageManager:()=>Zce,executePackageAccessibleBinary:()=>nue,executePackageScript:()=>Wb,executePackageShellcode:()=>EU,executeWorkspaceAccessibleBinary:()=>Sat,executeWorkspaceLifecycleScript:()=>tue,executeWorkspaceScript:()=>eue,getPackageAccessibleBinaries:()=>Kb,getWorkspaceAccessibleBinaries:()=>rue,hasPackageScript:()=>Bat,hasWorkspaceScript:()=>CU,isNodeScript:()=>wU,makeScriptEnv:()=>M1,maybeExecuteWorkspaceLifecycleScript:()=>Dat,prepareExternalProject:()=>Iat});async function fh(t,e,r,o=[]){if(process.platform==="win32"){let a=`@goto #_undefined_# 2>NUL || @title %COMSPEC% & @setlocal & @"${r}" ${o.map(n=>`"${n.replace('"','""')}"`).join(" ")} %*`;await oe.writeFilePromise(V.format({dir:t,name:e,ext:".cmd"}),a)}await oe.writeFilePromise(V.join(t,e),`#!/bin/sh exec "${r}" ${o.map(a=>`'${a.replace(/'/g,`'"'"'`)}'`).join(" ")} "$@" -`,{mode:493})}async function eue(t){let e=await Mt.tryFind(t);if(e?.packageManager){let o=_S(e.packageManager);if(o?.name){let a=`found ${JSON.stringify({packageManager:e.packageManager})} in manifest`,[n]=o.reference.split(".");switch(o.name){case"yarn":return{packageManagerField:!0,packageManager:Number(n)===1?"Yarn Classic":"Yarn",reason:a};case"npm":return{packageManagerField:!0,packageManager:"npm",reason:a};case"pnpm":return{packageManagerField:!0,packageManager:"pnpm",reason:a}}}}let r;try{r=await oe.readFilePromise(K.join(t,dr.lockfile),"utf8")}catch{}return r!==void 0?r.match(/^__metadata:$/m)?{packageManager:"Yarn",reason:'"__metadata" key found in yarn.lock'}:{packageManager:"Yarn Classic",reason:'"__metadata" key not found in yarn.lock, must be a Yarn classic lockfile'}:oe.existsSync(K.join(t,"package-lock.json"))?{packageManager:"npm",reason:`found npm's "package-lock.json" lockfile`}:oe.existsSync(K.join(t,"pnpm-lock.yaml"))?{packageManager:"pnpm",reason:`found pnpm's "pnpm-lock.yaml" lockfile`}:null}async function M1({project:t,locator:e,binFolder:r,ignoreCorepack:o,lifecycleScript:a,baseEnv:n=t?.configuration.env??process.env}){let u={};for(let[E,I]of Object.entries(n))typeof I<"u"&&(u[E.toLowerCase()!=="path"?E:"PATH"]=I);let A=ue.fromPortablePath(r);u.BERRY_BIN_FOLDER=ue.fromPortablePath(A);let p=process.env.COREPACK_ROOT&&!o?ue.join(process.env.COREPACK_ROOT,"dist/yarn.js"):process.argv[1];if(await Promise.all([Ah(r,"node",process.execPath),...tn!==null?[Ah(r,"run",process.execPath,[p,"run"]),Ah(r,"yarn",process.execPath,[p]),Ah(r,"yarnpkg",process.execPath,[p]),Ah(r,"node-gyp",process.execPath,[p,"run","--top-level","node-gyp"])]:[]]),t&&(u.INIT_CWD=ue.fromPortablePath(t.configuration.startingCwd),u.PROJECT_CWD=ue.fromPortablePath(t.cwd)),u.PATH=u.PATH?`${A}${ue.delimiter}${u.PATH}`:`${A}`,u.npm_execpath=`${A}${ue.sep}yarn`,u.npm_node_execpath=`${A}${ue.sep}node`,e){if(!t)throw new Error("Assertion failed: Missing project");let E=t.tryWorkspaceByLocator(e),I=E?E.manifest.version??"":t.storedPackages.get(e.locatorHash).version??"";u.npm_package_name=fn(e),u.npm_package_version=I;let v;if(E)v=E.cwd;else{let b=t.storedPackages.get(e.locatorHash);if(!b)throw new Error(`Package for ${jr(t.configuration,e)} not found in the project`);let C=t.configuration.getLinkers(),T={project:t,report:new Nt({stdout:new fh.PassThrough,configuration:t.configuration})},L=C.find(U=>U.supportsPackage(b,T));if(!L)throw new Error(`The package ${jr(t.configuration,b)} isn't supported by any of the available linkers`);v=await L.findPackageLocation(b,T)}u.npm_package_json=ue.fromPortablePath(K.join(v,dr.manifest))}let h=tn!==null?`yarn/${tn}`:`yarn/${vf("@yarnpkg/core").version}-core`;return u.npm_config_user_agent=`${h} npm/? node/${process.version} ${process.platform} ${process.arch}`,a&&(u.npm_lifecycle_event=a),t&&await t.configuration.triggerHook(E=>E.setupScriptEnvironment,t,u,async(E,I,v)=>await Ah(r,E,I,v)),u}async function Sat(t,e,{configuration:r,report:o,workspace:a=null,locator:n=null}){await Pat(async()=>{await oe.mktempPromise(async u=>{let A=K.join(u,"pack.log"),p=null,{stdout:h,stderr:E}=r.getSubprocessStreams(A,{prefix:ue.fromPortablePath(t),report:o}),I=n&&Hc(n)?t1(n):n,v=I?xa(I):"an external project";h.write(`Packing ${v} from sources -`);let b=await eue(t),C;b!==null?(h.write(`Using ${b.packageManager} for bootstrap. Reason: ${b.reason} +`,{mode:493})}async function Zce(t){let e=await Ot.tryFind(t);if(e?.packageManager){let o=UP(e.packageManager);if(o?.name){let a=`found ${JSON.stringify({packageManager:e.packageManager})} in manifest`,[n]=o.reference.split(".");switch(o.name){case"yarn":return{packageManagerField:!0,packageManager:Number(n)===1?"Yarn Classic":"Yarn",reason:a};case"npm":return{packageManagerField:!0,packageManager:"npm",reason:a};case"pnpm":return{packageManagerField:!0,packageManager:"pnpm",reason:a}}}}let r;try{r=await oe.readFilePromise(V.join(t,dr.lockfile),"utf8")}catch{}return r!==void 0?r.match(/^__metadata:$/m)?{packageManager:"Yarn",reason:'"__metadata" key found in yarn.lock'}:{packageManager:"Yarn Classic",reason:'"__metadata" key not found in yarn.lock, must be a Yarn classic lockfile'}:oe.existsSync(V.join(t,"package-lock.json"))?{packageManager:"npm",reason:`found npm's "package-lock.json" lockfile`}:oe.existsSync(V.join(t,"pnpm-lock.yaml"))?{packageManager:"pnpm",reason:`found pnpm's "pnpm-lock.yaml" lockfile`}:null}async function M1({project:t,locator:e,binFolder:r,ignoreCorepack:o,lifecycleScript:a,baseEnv:n=t?.configuration.env??process.env}){let u={};for(let[E,I]of Object.entries(n))typeof I<"u"&&(u[E.toLowerCase()!=="path"?E:"PATH"]=I);let A=ue.fromPortablePath(r);u.BERRY_BIN_FOLDER=ue.fromPortablePath(A);let p=process.env.COREPACK_ROOT&&!o?ue.join(process.env.COREPACK_ROOT,"dist/yarn.js"):process.argv[1];if(await Promise.all([fh(r,"node",process.execPath),...rn!==null?[fh(r,"run",process.execPath,[p,"run"]),fh(r,"yarn",process.execPath,[p]),fh(r,"yarnpkg",process.execPath,[p]),fh(r,"node-gyp",process.execPath,[p,"run","--top-level","node-gyp"])]:[]]),t&&(u.INIT_CWD=ue.fromPortablePath(t.configuration.startingCwd),u.PROJECT_CWD=ue.fromPortablePath(t.cwd)),u.PATH=u.PATH?`${A}${ue.delimiter}${u.PATH}`:`${A}`,u.npm_execpath=`${A}${ue.sep}yarn`,u.npm_node_execpath=`${A}${ue.sep}node`,e){if(!t)throw new Error("Assertion failed: Missing project");let E=t.tryWorkspaceByLocator(e),I=E?E.manifest.version??"":t.storedPackages.get(e.locatorHash).version??"";u.npm_package_name=fn(e),u.npm_package_version=I;let v;if(E)v=E.cwd;else{let x=t.storedPackages.get(e.locatorHash);if(!x)throw new Error(`Package for ${jr(t.configuration,e)} not found in the project`);let C=t.configuration.getLinkers(),R={project:t,report:new Nt({stdout:new ph.PassThrough,configuration:t.configuration})},L=C.find(U=>U.supportsPackage(x,R));if(!L)throw new Error(`The package ${jr(t.configuration,x)} isn't supported by any of the available linkers`);v=await L.findPackageLocation(x,R)}u.npm_package_json=ue.fromPortablePath(V.join(v,dr.manifest))}let h=rn!==null?`yarn/${rn}`:`yarn/${Df("@yarnpkg/core").version}-core`;return u.npm_config_user_agent=`${h} npm/? node/${process.version} ${process.platform} ${process.arch}`,a&&(u.npm_lifecycle_event=a),t&&await t.configuration.triggerHook(E=>E.setupScriptEnvironment,t,u,async(E,I,v)=>await fh(r,E,I,v)),u}async function Iat(t,e,{configuration:r,report:o,workspace:a=null,locator:n=null}){await wat(async()=>{await oe.mktempPromise(async u=>{let A=V.join(u,"pack.log"),p=null,{stdout:h,stderr:E}=r.getSubprocessStreams(A,{prefix:ue.fromPortablePath(t),report:o}),I=n&&Hc(n)?r1(n):n,v=I?ba(I):"an external project";h.write(`Packing ${v} from sources +`);let x=await Zce(t),C;x!==null?(h.write(`Using ${x.packageManager} for bootstrap. Reason: ${x.reason} -`),C=b.packageManager):(h.write(`No package manager configuration detected; defaulting to Yarn +`),C=x.packageManager):(h.write(`No package manager configuration detected; defaulting to Yarn -`),C="Yarn");let T=C==="Yarn"&&!b?.packageManagerField;await oe.mktempPromise(async L=>{let U=await M1({binFolder:L,ignoreCorepack:T}),te=new Map([["Yarn Classic",async()=>{let pe=a!==null?["workspace",a]:[],Ae=K.join(t,dr.manifest),ye=await oe.readFilePromise(Ae),ae=await Gc(process.execPath,[process.argv[1],"set","version","classic","--only-if-needed","--yarn-path"],{cwd:t,env:U,stdin:p,stdout:h,stderr:E,end:1});if(ae.code!==0)return ae.code;await oe.writeFilePromise(Ae,ye),await oe.appendFilePromise(K.join(t,".npmignore"),`/.yarn +`),C="Yarn");let R=C==="Yarn"&&!x?.packageManagerField;await oe.mktempPromise(async L=>{let U=await M1({binFolder:L,ignoreCorepack:R}),te=new Map([["Yarn Classic",async()=>{let fe=a!==null?["workspace",a]:[],ce=V.join(t,dr.manifest),me=await oe.readFilePromise(ce),he=await qc(process.execPath,[process.argv[1],"set","version","classic","--only-if-needed","--yarn-path"],{cwd:t,env:U,stdin:p,stdout:h,stderr:E,end:1});if(he.code!==0)return he.code;await oe.writeFilePromise(ce,me),await oe.appendFilePromise(V.join(t,".npmignore"),`/.yarn `),h.write(` -`),delete U.NODE_ENV;let we=await Gc("yarn",["install"],{cwd:t,env:U,stdin:p,stdout:h,stderr:E,end:1});if(we.code!==0)return we.code;h.write(` -`);let Pe=await Gc("yarn",[...pe,"pack","--filename",ue.fromPortablePath(e)],{cwd:t,env:U,stdin:p,stdout:h,stderr:E});return Pe.code!==0?Pe.code:0}],["Yarn",async()=>{let pe=a!==null?["workspace",a]:[];U.YARN_ENABLE_INLINE_BUILDS="1";let Ae=K.join(t,dr.lockfile);await oe.existsPromise(Ae)||await oe.writeFilePromise(Ae,"");let ye=await Gc("yarn",[...pe,"pack","--install-if-needed","--filename",ue.fromPortablePath(e)],{cwd:t,env:U,stdin:p,stdout:h,stderr:E});return ye.code!==0?ye.code:0}],["npm",async()=>{if(a!==null){let Ee=new fh.PassThrough,De=Vy(Ee);Ee.pipe(h,{end:!1});let ce=await Gc("npm",["--version"],{cwd:t,env:U,stdin:p,stdout:Ee,stderr:E,end:0});if(Ee.end(),ce.code!==0)return h.end(),E.end(),ce.code;let ne=(await De).toString().trim();if(!bf(ne,">=7.x")){let ee=eA(null,"npm"),Ie=In(ee,ne),ke=In(ee,">=7.x");throw new Error(`Workspaces aren't supported by ${qn(r,Ie)}; please upgrade to ${qn(r,ke)} (npm has been detected as the primary package manager for ${Ot(r,t,yt.PATH)})`)}}let pe=a!==null?["--workspace",a]:[];delete U.npm_config_user_agent,delete U.npm_config_production,delete U.NPM_CONFIG_PRODUCTION,delete U.NODE_ENV;let Ae=await Gc("npm",["install","--legacy-peer-deps"],{cwd:t,env:U,stdin:p,stdout:h,stderr:E,end:1});if(Ae.code!==0)return Ae.code;let ye=new fh.PassThrough,ae=Vy(ye);ye.pipe(h);let we=await Gc("npm",["pack","--silent",...pe],{cwd:t,env:U,stdin:p,stdout:ye,stderr:E});if(we.code!==0)return we.code;let Pe=(await ae).toString().trim().replace(/^.*\n/s,""),g=K.resolve(t,ue.toPortablePath(Pe));return await oe.renamePromise(g,e),0}]]).get(C);if(typeof te>"u")throw new Error("Assertion failed: Unsupported workflow");let le=await te();if(!(le===0||typeof le>"u"))throw oe.detachTemp(u),new zt(58,`Packing the package failed (exit code ${le}, logs can be found here: ${Ot(r,A,yt.PATH)})`)})})})}async function xat(t,e,{project:r}){let o=r.tryWorkspaceByLocator(t);if(o!==null)return IU(o,e);let a=r.storedPackages.get(t.locatorHash);if(!a)throw new Error(`Package for ${jr(r.configuration,t)} not found in the project`);return await Jl.openPromise(async n=>{let u=r.configuration,A=r.configuration.getLinkers(),p={project:r,report:new Nt({stdout:new fh.PassThrough,configuration:u})},h=A.find(b=>b.supportsPackage(a,p));if(!h)throw new Error(`The package ${jr(r.configuration,a)} isn't supported by any of the available linkers`);let E=await h.findPackageLocation(a,p),I=new gn(E,{baseFs:n});return(await Mt.find(Bt.dot,{baseFs:I})).scripts.has(e)})}async function Vx(t,e,r,{cwd:o,project:a,stdin:n,stdout:u,stderr:A}){return await oe.mktempPromise(async p=>{let{manifest:h,env:E,cwd:I}=await tue(t,{project:a,binFolder:p,cwd:o,lifecycleScript:e}),v=h.scripts.get(e);if(typeof v>"u")return 1;let b=async()=>await TE(v,r,{cwd:I,env:E,stdin:n,stdout:u,stderr:A});return await(await a.configuration.reduceHook(T=>T.wrapScriptExecution,b,a,t,e,{script:v,args:r,cwd:I,env:E,stdin:n,stdout:u,stderr:A}))()})}async function wU(t,e,r,{cwd:o,project:a,stdin:n,stdout:u,stderr:A}){return await oe.mktempPromise(async p=>{let{env:h,cwd:E}=await tue(t,{project:a,binFolder:p,cwd:o});return await TE(e,r,{cwd:E,env:h,stdin:n,stdout:u,stderr:A})})}async function bat(t,{binFolder:e,cwd:r,lifecycleScript:o}){let a=await M1({project:t.project,locator:t.anchoredLocator,binFolder:e,lifecycleScript:o});return await vU(e,await iue(t)),typeof r>"u"&&(r=K.dirname(await oe.realpathPromise(K.join(t.cwd,"package.json")))),{manifest:t.manifest,binFolder:e,env:a,cwd:r}}async function tue(t,{project:e,binFolder:r,cwd:o,lifecycleScript:a}){let n=e.tryWorkspaceByLocator(t);if(n!==null)return bat(n,{binFolder:r,cwd:o,lifecycleScript:a});let u=e.storedPackages.get(t.locatorHash);if(!u)throw new Error(`Package for ${jr(e.configuration,t)} not found in the project`);return await Jl.openPromise(async A=>{let p=e.configuration,h=e.configuration.getLinkers(),E={project:e,report:new Nt({stdout:new fh.PassThrough,configuration:p})},I=h.find(L=>L.supportsPackage(u,E));if(!I)throw new Error(`The package ${jr(e.configuration,u)} isn't supported by any of the available linkers`);let v=await M1({project:e,locator:t,binFolder:r,lifecycleScript:a});await vU(r,await Kx(t,{project:e}));let b=await I.findPackageLocation(u,E),C=new gn(b,{baseFs:A}),T=await Mt.find(Bt.dot,{baseFs:C});return typeof o>"u"&&(o=b),{manifest:T,binFolder:r,env:v,cwd:o}})}async function rue(t,e,r,{cwd:o,stdin:a,stdout:n,stderr:u}){return await Vx(t.anchoredLocator,e,r,{cwd:o,project:t.project,stdin:a,stdout:n,stderr:u})}function IU(t,e){return t.manifest.scripts.has(e)}async function nue(t,e,{cwd:r,report:o}){let{configuration:a}=t.project,n=null;await oe.mktempPromise(async u=>{let A=K.join(u,`${e}.log`),p=`# This file contains the result of Yarn calling the "${e}" lifecycle script inside a workspace ("${ue.fromPortablePath(t.cwd)}") -`,{stdout:h,stderr:E}=a.getSubprocessStreams(A,{report:o,prefix:jr(a,t.anchoredLocator),header:p});o.reportInfo(36,`Calling the "${e}" lifecycle script`);let I=await rue(t,e,[],{cwd:r,stdin:n,stdout:h,stderr:E});if(h.end(),E.end(),I!==0)throw oe.detachTemp(u),new zt(36,`${(0,Xce.default)(e)} script failed (exit code ${Ot(a,I,yt.NUMBER)}, logs can be found here: ${Ot(a,A,yt.PATH)}); run ${Ot(a,`yarn ${e}`,yt.CODE)} to investigate`)})}async function kat(t,e,r){IU(t,e)&&await nue(t,e,r)}function BU(t){let e=K.extname(t);if(e.match(/\.[cm]?[jt]sx?$/))return!0;if(e===".exe"||e===".bin")return!1;let r=Buffer.alloc(4),o;try{o=oe.openSync(t,"r")}catch{return!0}try{oe.readSync(o,r,0,r.length,0)}finally{oe.closeSync(o)}let a=r.readUint32BE();return!(a===3405691582||a===3489328638||a===2135247942||(a&4294901760)===1297743872)}async function Kx(t,{project:e}){let r=e.configuration,o=new Map,a=e.storedPackages.get(t.locatorHash);if(!a)throw new Error(`Package for ${jr(r,t)} not found in the project`);let n=new fh.Writable,u=r.getLinkers(),A={project:e,report:new Nt({configuration:r,stdout:n})},p=new Set([t.locatorHash]);for(let E of a.dependencies.values()){let I=e.storedResolutions.get(E.descriptorHash);if(!I)throw new Error(`Assertion failed: The resolution (${qn(r,E)}) should have been registered`);p.add(I)}let h=await Promise.all(Array.from(p,async E=>{let I=e.storedPackages.get(E);if(!I)throw new Error(`Assertion failed: The package (${E}) should have been registered`);if(I.bin.size===0)return sl.skip;let v=u.find(C=>C.supportsPackage(I,A));if(!v)return sl.skip;let b=null;try{b=await v.findPackageLocation(I,A)}catch(C){if(C.code==="LOCATOR_NOT_INSTALLED")return sl.skip;throw C}return{dependency:I,packageLocation:b}}));for(let E of h){if(E===sl.skip)continue;let{dependency:I,packageLocation:v}=E;for(let[b,C]of I.bin){let T=K.resolve(v,C);o.set(b,[I,ue.fromPortablePath(T),BU(T)])}}return o}async function iue(t){return await Kx(t.anchoredLocator,{project:t.project})}async function vU(t,e){await Promise.all(Array.from(e,([r,[,o,a]])=>a?Ah(t,r,process.execPath,[o]):Ah(t,r,o,[])))}async function sue(t,e,r,{cwd:o,project:a,stdin:n,stdout:u,stderr:A,nodeArgs:p=[],packageAccessibleBinaries:h}){h??=await Kx(t,{project:a});let E=h.get(e);if(!E)throw new Error(`Binary not found (${e}) for ${jr(a.configuration,t)}`);return await oe.mktempPromise(async I=>{let[,v]=E,b=await M1({project:a,locator:t,binFolder:I});await vU(b.BERRY_BIN_FOLDER,h);let C=BU(ue.toPortablePath(v))?Gc(process.execPath,[...p,v,...r],{cwd:o,env:b,stdin:n,stdout:u,stderr:A}):Gc(v,r,{cwd:o,env:b,stdin:n,stdout:u,stderr:A}),T;try{T=await C}finally{await oe.removePromise(b.BERRY_BIN_FOLDER)}return T.code})}async function Qat(t,e,r,{cwd:o,stdin:a,stdout:n,stderr:u,packageAccessibleBinaries:A}){return await sue(t.anchoredLocator,e,r,{project:t.project,cwd:o,stdin:a,stdout:n,stderr:u,packageAccessibleBinaries:A})}var Xce,Zce,fh,$ce,Dat,Pat,DU=Et(()=>{Pt();Pt();nA();b1();Xce=$e(EU()),Zce=$e(nd()),fh=Be("stream");AE();Yl();L1();N1();Px();ql();jl();kf();xo();$ce=(a=>(a.Yarn1="Yarn Classic",a.Yarn2="Yarn",a.Npm="npm",a.Pnpm="pnpm",a))($ce||{});Dat=2,Pat=(0,Zce.default)(Dat)});var LE=_((M4t,aue)=>{"use strict";var oue=new Map([["C","cwd"],["f","file"],["z","gzip"],["P","preservePaths"],["U","unlink"],["strip-components","strip"],["stripComponents","strip"],["keep-newer","newer"],["keepNewer","newer"],["keep-newer-files","newer"],["keepNewerFiles","newer"],["k","keep"],["keep-existing","keep"],["keepExisting","keep"],["m","noMtime"],["no-mtime","noMtime"],["p","preserveOwner"],["L","follow"],["h","follow"]]);aue.exports=t=>t?Object.keys(t).map(e=>[oue.has(e)?oue.get(e):e,t[e]]).reduce((e,r)=>(e[r[0]]=r[1],e),Object.create(null)):{}});var OE=_((O4t,due)=>{"use strict";var lue=typeof process=="object"&&process?process:{stdout:null,stderr:null},Fat=Be("events"),cue=Be("stream"),uue=Be("string_decoder").StringDecoder,Mf=Symbol("EOF"),Of=Symbol("maybeEmitEnd"),ph=Symbol("emittedEnd"),Jx=Symbol("emittingEnd"),O1=Symbol("emittedError"),zx=Symbol("closed"),Aue=Symbol("read"),Xx=Symbol("flush"),fue=Symbol("flushChunk"),ka=Symbol("encoding"),Uf=Symbol("decoder"),Zx=Symbol("flowing"),U1=Symbol("paused"),ME=Symbol("resume"),Fs=Symbol("bufferLength"),PU=Symbol("bufferPush"),SU=Symbol("bufferShift"),Fo=Symbol("objectMode"),To=Symbol("destroyed"),xU=Symbol("emitData"),pue=Symbol("emitEnd"),bU=Symbol("emitEnd2"),_f=Symbol("async"),_1=t=>Promise.resolve().then(t),hue=global._MP_NO_ITERATOR_SYMBOLS_!=="1",Tat=hue&&Symbol.asyncIterator||Symbol("asyncIterator not implemented"),Rat=hue&&Symbol.iterator||Symbol("iterator not implemented"),Nat=t=>t==="end"||t==="finish"||t==="prefinish",Lat=t=>t instanceof ArrayBuffer||typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayBuffer"&&t.byteLength>=0,Mat=t=>!Buffer.isBuffer(t)&&ArrayBuffer.isView(t),$x=class{constructor(e,r,o){this.src=e,this.dest=r,this.opts=o,this.ondrain=()=>e[ME](),r.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},kU=class extends $x{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,r,o){super(e,r,o),this.proxyErrors=a=>r.emit("error",a),e.on("error",this.proxyErrors)}};due.exports=class gue extends cue{constructor(e){super(),this[Zx]=!1,this[U1]=!1,this.pipes=[],this.buffer=[],this[Fo]=e&&e.objectMode||!1,this[Fo]?this[ka]=null:this[ka]=e&&e.encoding||null,this[ka]==="buffer"&&(this[ka]=null),this[_f]=e&&!!e.async||!1,this[Uf]=this[ka]?new uue(this[ka]):null,this[Mf]=!1,this[ph]=!1,this[Jx]=!1,this[zx]=!1,this[O1]=null,this.writable=!0,this.readable=!0,this[Fs]=0,this[To]=!1}get bufferLength(){return this[Fs]}get encoding(){return this[ka]}set encoding(e){if(this[Fo])throw new Error("cannot set encoding in objectMode");if(this[ka]&&e!==this[ka]&&(this[Uf]&&this[Uf].lastNeed||this[Fs]))throw new Error("cannot change encoding");this[ka]!==e&&(this[Uf]=e?new uue(e):null,this.buffer.length&&(this.buffer=this.buffer.map(r=>this[Uf].write(r)))),this[ka]=e}setEncoding(e){this.encoding=e}get objectMode(){return this[Fo]}set objectMode(e){this[Fo]=this[Fo]||!!e}get async(){return this[_f]}set async(e){this[_f]=this[_f]||!!e}write(e,r,o){if(this[Mf])throw new Error("write after end");if(this[To])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof r=="function"&&(o=r,r="utf8"),r||(r="utf8");let a=this[_f]?_1:n=>n();return!this[Fo]&&!Buffer.isBuffer(e)&&(Mat(e)?e=Buffer.from(e.buffer,e.byteOffset,e.byteLength):Lat(e)?e=Buffer.from(e):typeof e!="string"&&(this.objectMode=!0)),this[Fo]?(this.flowing&&this[Fs]!==0&&this[Xx](!0),this.flowing?this.emit("data",e):this[PU](e),this[Fs]!==0&&this.emit("readable"),o&&a(o),this.flowing):e.length?(typeof e=="string"&&!(r===this[ka]&&!this[Uf].lastNeed)&&(e=Buffer.from(e,r)),Buffer.isBuffer(e)&&this[ka]&&(e=this[Uf].write(e)),this.flowing&&this[Fs]!==0&&this[Xx](!0),this.flowing?this.emit("data",e):this[PU](e),this[Fs]!==0&&this.emit("readable"),o&&a(o),this.flowing):(this[Fs]!==0&&this.emit("readable"),o&&a(o),this.flowing)}read(e){if(this[To])return null;if(this[Fs]===0||e===0||e>this[Fs])return this[Of](),null;this[Fo]&&(e=null),this.buffer.length>1&&!this[Fo]&&(this.encoding?this.buffer=[this.buffer.join("")]:this.buffer=[Buffer.concat(this.buffer,this[Fs])]);let r=this[Aue](e||null,this.buffer[0]);return this[Of](),r}[Aue](e,r){return e===r.length||e===null?this[SU]():(this.buffer[0]=r.slice(e),r=r.slice(0,e),this[Fs]-=e),this.emit("data",r),!this.buffer.length&&!this[Mf]&&this.emit("drain"),r}end(e,r,o){return typeof e=="function"&&(o=e,e=null),typeof r=="function"&&(o=r,r="utf8"),e&&this.write(e,r),o&&this.once("end",o),this[Mf]=!0,this.writable=!1,(this.flowing||!this[U1])&&this[Of](),this}[ME](){this[To]||(this[U1]=!1,this[Zx]=!0,this.emit("resume"),this.buffer.length?this[Xx]():this[Mf]?this[Of]():this.emit("drain"))}resume(){return this[ME]()}pause(){this[Zx]=!1,this[U1]=!0}get destroyed(){return this[To]}get flowing(){return this[Zx]}get paused(){return this[U1]}[PU](e){this[Fo]?this[Fs]+=1:this[Fs]+=e.length,this.buffer.push(e)}[SU](){return this.buffer.length&&(this[Fo]?this[Fs]-=1:this[Fs]-=this.buffer[0].length),this.buffer.shift()}[Xx](e){do;while(this[fue](this[SU]()));!e&&!this.buffer.length&&!this[Mf]&&this.emit("drain")}[fue](e){return e?(this.emit("data",e),this.flowing):!1}pipe(e,r){if(this[To])return;let o=this[ph];return r=r||{},e===lue.stdout||e===lue.stderr?r.end=!1:r.end=r.end!==!1,r.proxyErrors=!!r.proxyErrors,o?r.end&&e.end():(this.pipes.push(r.proxyErrors?new kU(this,e,r):new $x(this,e,r)),this[_f]?_1(()=>this[ME]()):this[ME]()),e}unpipe(e){let r=this.pipes.find(o=>o.dest===e);r&&(this.pipes.splice(this.pipes.indexOf(r),1),r.unpipe())}addListener(e,r){return this.on(e,r)}on(e,r){let o=super.on(e,r);return e==="data"&&!this.pipes.length&&!this.flowing?this[ME]():e==="readable"&&this[Fs]!==0?super.emit("readable"):Nat(e)&&this[ph]?(super.emit(e),this.removeAllListeners(e)):e==="error"&&this[O1]&&(this[_f]?_1(()=>r.call(this,this[O1])):r.call(this,this[O1])),o}get emittedEnd(){return this[ph]}[Of](){!this[Jx]&&!this[ph]&&!this[To]&&this.buffer.length===0&&this[Mf]&&(this[Jx]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[zx]&&this.emit("close"),this[Jx]=!1)}emit(e,r,...o){if(e!=="error"&&e!=="close"&&e!==To&&this[To])return;if(e==="data")return r?this[_f]?_1(()=>this[xU](r)):this[xU](r):!1;if(e==="end")return this[pue]();if(e==="close"){if(this[zx]=!0,!this[ph]&&!this[To])return;let n=super.emit("close");return this.removeAllListeners("close"),n}else if(e==="error"){this[O1]=r;let n=super.emit("error",r);return this[Of](),n}else if(e==="resume"){let n=super.emit("resume");return this[Of](),n}else if(e==="finish"||e==="prefinish"){let n=super.emit(e);return this.removeAllListeners(e),n}let a=super.emit(e,r,...o);return this[Of](),a}[xU](e){for(let o of this.pipes)o.dest.write(e)===!1&&this.pause();let r=super.emit("data",e);return this[Of](),r}[pue](){this[ph]||(this[ph]=!0,this.readable=!1,this[_f]?_1(()=>this[bU]()):this[bU]())}[bU](){if(this[Uf]){let r=this[Uf].end();if(r){for(let o of this.pipes)o.dest.write(r);super.emit("data",r)}}for(let r of this.pipes)r.end();let e=super.emit("end");return this.removeAllListeners("end"),e}collect(){let e=[];this[Fo]||(e.dataLength=0);let r=this.promise();return this.on("data",o=>{e.push(o),this[Fo]||(e.dataLength+=o.length)}),r.then(()=>e)}concat(){return this[Fo]?Promise.reject(new Error("cannot concat in objectMode")):this.collect().then(e=>this[Fo]?Promise.reject(new Error("cannot concat in objectMode")):this[ka]?e.join(""):Buffer.concat(e,e.dataLength))}promise(){return new Promise((e,r)=>{this.on(To,()=>r(new Error("stream destroyed"))),this.on("error",o=>r(o)),this.on("end",()=>e())})}[Tat](){return{next:()=>{let r=this.read();if(r!==null)return Promise.resolve({done:!1,value:r});if(this[Mf])return Promise.resolve({done:!0});let o=null,a=null,n=h=>{this.removeListener("data",u),this.removeListener("end",A),a(h)},u=h=>{this.removeListener("error",n),this.removeListener("end",A),this.pause(),o({value:h,done:!!this[Mf]})},A=()=>{this.removeListener("error",n),this.removeListener("data",u),o({done:!0})},p=()=>n(new Error("stream destroyed"));return new Promise((h,E)=>{a=E,o=h,this.once(To,p),this.once("error",n),this.once("end",A),this.once("data",u)})}}}[Rat](){return{next:()=>{let r=this.read();return{value:r,done:r===null}}}}destroy(e){return this[To]?(e?this.emit("error",e):this.emit(To),this):(this[To]=!0,this.buffer.length=0,this[Fs]=0,typeof this.close=="function"&&!this[zx]&&this.close(),e?this.emit("error",e):this.emit(To),this)}static isStream(e){return!!e&&(e instanceof gue||e instanceof cue||e instanceof Fat&&(typeof e.pipe=="function"||typeof e.write=="function"&&typeof e.end=="function"))}}});var yue=_((U4t,mue)=>{var Oat=Be("zlib").constants||{ZLIB_VERNUM:4736};mue.exports=Object.freeze(Object.assign(Object.create(null),{Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_VERSION_ERROR:-6,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,DEFLATE:1,INFLATE:2,GZIP:3,GUNZIP:4,DEFLATERAW:5,INFLATERAW:6,UNZIP:7,BROTLI_DECODE:8,BROTLI_ENCODE:9,Z_MIN_WINDOWBITS:8,Z_MAX_WINDOWBITS:15,Z_DEFAULT_WINDOWBITS:15,Z_MIN_CHUNK:64,Z_MAX_CHUNK:1/0,Z_DEFAULT_CHUNK:16384,Z_MIN_MEMLEVEL:1,Z_MAX_MEMLEVEL:9,Z_DEFAULT_MEMLEVEL:8,Z_MIN_LEVEL:-1,Z_MAX_LEVEL:9,Z_DEFAULT_LEVEL:-1,BROTLI_OPERATION_PROCESS:0,BROTLI_OPERATION_FLUSH:1,BROTLI_OPERATION_FINISH:2,BROTLI_OPERATION_EMIT_METADATA:3,BROTLI_MODE_GENERIC:0,BROTLI_MODE_TEXT:1,BROTLI_MODE_FONT:2,BROTLI_DEFAULT_MODE:0,BROTLI_MIN_QUALITY:0,BROTLI_MAX_QUALITY:11,BROTLI_DEFAULT_QUALITY:11,BROTLI_MIN_WINDOW_BITS:10,BROTLI_MAX_WINDOW_BITS:24,BROTLI_LARGE_MAX_WINDOW_BITS:30,BROTLI_DEFAULT_WINDOW:22,BROTLI_MIN_INPUT_BLOCK_BITS:16,BROTLI_MAX_INPUT_BLOCK_BITS:24,BROTLI_PARAM_MODE:0,BROTLI_PARAM_QUALITY:1,BROTLI_PARAM_LGWIN:2,BROTLI_PARAM_LGBLOCK:3,BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING:4,BROTLI_PARAM_SIZE_HINT:5,BROTLI_PARAM_LARGE_WINDOW:6,BROTLI_PARAM_NPOSTFIX:7,BROTLI_PARAM_NDIRECT:8,BROTLI_DECODER_RESULT_ERROR:0,BROTLI_DECODER_RESULT_SUCCESS:1,BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT:2,BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION:0,BROTLI_DECODER_PARAM_LARGE_WINDOW:1,BROTLI_DECODER_NO_ERROR:0,BROTLI_DECODER_SUCCESS:1,BROTLI_DECODER_NEEDS_MORE_INPUT:2,BROTLI_DECODER_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE:-1,BROTLI_DECODER_ERROR_FORMAT_RESERVED:-2,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE:-3,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET:-4,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME:-5,BROTLI_DECODER_ERROR_FORMAT_CL_SPACE:-6,BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE:-7,BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT:-8,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1:-9,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2:-10,BROTLI_DECODER_ERROR_FORMAT_TRANSFORM:-11,BROTLI_DECODER_ERROR_FORMAT_DICTIONARY:-12,BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS:-13,BROTLI_DECODER_ERROR_FORMAT_PADDING_1:-14,BROTLI_DECODER_ERROR_FORMAT_PADDING_2:-15,BROTLI_DECODER_ERROR_FORMAT_DISTANCE:-16,BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET:-19,BROTLI_DECODER_ERROR_INVALID_ARGUMENTS:-20,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES:-21,BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS:-22,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP:-25,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1:-26,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2:-27,BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES:-30,BROTLI_DECODER_ERROR_UNREACHABLE:-31},Oat))});var WU=_(cl=>{"use strict";var NU=Be("assert"),hh=Be("buffer").Buffer,wue=Be("zlib"),Qd=cl.constants=yue(),Uat=OE(),Eue=hh.concat,Fd=Symbol("_superWrite"),_E=class extends Error{constructor(e){super("zlib: "+e.message),this.code=e.code,this.errno=e.errno,this.code||(this.code="ZLIB_ERROR"),this.message="zlib: "+e.message,Error.captureStackTrace(this,this.constructor)}get name(){return"ZlibError"}},_at=Symbol("opts"),H1=Symbol("flushFlag"),Cue=Symbol("finishFlushFlag"),YU=Symbol("fullFlushFlag"),ti=Symbol("handle"),eb=Symbol("onError"),UE=Symbol("sawError"),QU=Symbol("level"),FU=Symbol("strategy"),TU=Symbol("ended"),_4t=Symbol("_defaultFullFlush"),tb=class extends Uat{constructor(e,r){if(!e||typeof e!="object")throw new TypeError("invalid options for ZlibBase constructor");super(e),this[UE]=!1,this[TU]=!1,this[_at]=e,this[H1]=e.flush,this[Cue]=e.finishFlush;try{this[ti]=new wue[r](e)}catch(o){throw new _E(o)}this[eb]=o=>{this[UE]||(this[UE]=!0,this.close(),this.emit("error",o))},this[ti].on("error",o=>this[eb](new _E(o))),this.once("end",()=>this.close)}close(){this[ti]&&(this[ti].close(),this[ti]=null,this.emit("close"))}reset(){if(!this[UE])return NU(this[ti],"zlib binding closed"),this[ti].reset()}flush(e){this.ended||(typeof e!="number"&&(e=this[YU]),this.write(Object.assign(hh.alloc(0),{[H1]:e})))}end(e,r,o){return e&&this.write(e,r),this.flush(this[Cue]),this[TU]=!0,super.end(null,null,o)}get ended(){return this[TU]}write(e,r,o){if(typeof r=="function"&&(o=r,r="utf8"),typeof e=="string"&&(e=hh.from(e,r)),this[UE])return;NU(this[ti],"zlib binding closed");let a=this[ti]._handle,n=a.close;a.close=()=>{};let u=this[ti].close;this[ti].close=()=>{},hh.concat=h=>h;let A;try{let h=typeof e[H1]=="number"?e[H1]:this[H1];A=this[ti]._processChunk(e,h),hh.concat=Eue}catch(h){hh.concat=Eue,this[eb](new _E(h))}finally{this[ti]&&(this[ti]._handle=a,a.close=n,this[ti].close=u,this[ti].removeAllListeners("error"))}this[ti]&&this[ti].on("error",h=>this[eb](new _E(h)));let p;if(A)if(Array.isArray(A)&&A.length>0){p=this[Fd](hh.from(A[0]));for(let h=1;h{this.flush(a),n()};try{this[ti].params(e,r)}finally{this[ti].flush=o}this[ti]&&(this[QU]=e,this[FU]=r)}}}},LU=class extends Hf{constructor(e){super(e,"Deflate")}},MU=class extends Hf{constructor(e){super(e,"Inflate")}},RU=Symbol("_portable"),OU=class extends Hf{constructor(e){super(e,"Gzip"),this[RU]=e&&!!e.portable}[Fd](e){return this[RU]?(this[RU]=!1,e[9]=255,super[Fd](e)):super[Fd](e)}},UU=class extends Hf{constructor(e){super(e,"Gunzip")}},_U=class extends Hf{constructor(e){super(e,"DeflateRaw")}},HU=class extends Hf{constructor(e){super(e,"InflateRaw")}},jU=class extends Hf{constructor(e){super(e,"Unzip")}},rb=class extends tb{constructor(e,r){e=e||{},e.flush=e.flush||Qd.BROTLI_OPERATION_PROCESS,e.finishFlush=e.finishFlush||Qd.BROTLI_OPERATION_FINISH,super(e,r),this[YU]=Qd.BROTLI_OPERATION_FLUSH}},qU=class extends rb{constructor(e){super(e,"BrotliCompress")}},GU=class extends rb{constructor(e){super(e,"BrotliDecompress")}};cl.Deflate=LU;cl.Inflate=MU;cl.Gzip=OU;cl.Gunzip=UU;cl.DeflateRaw=_U;cl.InflateRaw=HU;cl.Unzip=jU;typeof wue.BrotliCompress=="function"?(cl.BrotliCompress=qU,cl.BrotliDecompress=GU):cl.BrotliCompress=cl.BrotliDecompress=class{constructor(){throw new Error("Brotli is not supported in this version of Node.js")}}});var HE=_((q4t,Iue)=>{var Hat=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform;Iue.exports=Hat!=="win32"?t=>t:t=>t&&t.replace(/\\/g,"/")});var nb=_((Y4t,Bue)=>{"use strict";var jat=OE(),VU=HE(),KU=Symbol("slurp");Bue.exports=class extends jat{constructor(e,r,o){switch(super(),this.pause(),this.extended=r,this.globalExtended=o,this.header=e,this.startBlockSize=512*Math.ceil(e.size/512),this.blockRemain=this.startBlockSize,this.remain=e.size,this.type=e.type,this.meta=!1,this.ignore=!1,this.type){case"File":case"OldFile":case"Link":case"SymbolicLink":case"CharacterDevice":case"BlockDevice":case"Directory":case"FIFO":case"ContiguousFile":case"GNUDumpDir":break;case"NextFileHasLongLinkpath":case"NextFileHasLongPath":case"OldGnuLongPath":case"GlobalExtendedHeader":case"ExtendedHeader":case"OldExtendedHeader":this.meta=!0;break;default:this.ignore=!0}this.path=VU(e.path),this.mode=e.mode,this.mode&&(this.mode=this.mode&4095),this.uid=e.uid,this.gid=e.gid,this.uname=e.uname,this.gname=e.gname,this.size=e.size,this.mtime=e.mtime,this.atime=e.atime,this.ctime=e.ctime,this.linkpath=VU(e.linkpath),this.uname=e.uname,this.gname=e.gname,r&&this[KU](r),o&&this[KU](o,!0)}write(e){let r=e.length;if(r>this.blockRemain)throw new Error("writing more to entry than is appropriate");let o=this.remain,a=this.blockRemain;return this.remain=Math.max(0,o-r),this.blockRemain=Math.max(0,a-r),this.ignore?!0:o>=r?super.write(e):super.write(e.slice(0,o))}[KU](e,r){for(let o in e)e[o]!==null&&e[o]!==void 0&&!(r&&o==="path")&&(this[o]=o==="path"||o==="linkpath"?VU(e[o]):e[o])}}});var JU=_(ib=>{"use strict";ib.name=new Map([["0","File"],["","OldFile"],["1","Link"],["2","SymbolicLink"],["3","CharacterDevice"],["4","BlockDevice"],["5","Directory"],["6","FIFO"],["7","ContiguousFile"],["g","GlobalExtendedHeader"],["x","ExtendedHeader"],["A","SolarisACL"],["D","GNUDumpDir"],["I","Inode"],["K","NextFileHasLongLinkpath"],["L","NextFileHasLongPath"],["M","ContinuationFile"],["N","OldGnuLongPath"],["S","SparseFile"],["V","TapeVolumeHeader"],["X","OldExtendedHeader"]]);ib.code=new Map(Array.from(ib.name).map(t=>[t[1],t[0]]))});var Sue=_((V4t,Pue)=>{"use strict";var qat=(t,e)=>{if(Number.isSafeInteger(t))t<0?Yat(t,e):Gat(t,e);else throw Error("cannot encode number outside of javascript safe integer range");return e},Gat=(t,e)=>{e[0]=128;for(var r=e.length;r>1;r--)e[r-1]=t&255,t=Math.floor(t/256)},Yat=(t,e)=>{e[0]=255;var r=!1;t=t*-1;for(var o=e.length;o>1;o--){var a=t&255;t=Math.floor(t/256),r?e[o-1]=vue(a):a===0?e[o-1]=0:(r=!0,e[o-1]=Due(a))}},Wat=t=>{let e=t[0],r=e===128?Kat(t.slice(1,t.length)):e===255?Vat(t):null;if(r===null)throw Error("invalid base256 encoding");if(!Number.isSafeInteger(r))throw Error("parsed number outside of javascript safe integer range");return r},Vat=t=>{for(var e=t.length,r=0,o=!1,a=e-1;a>-1;a--){var n=t[a],u;o?u=vue(n):n===0?u=n:(o=!0,u=Due(n)),u!==0&&(r-=u*Math.pow(256,e-a-1))}return r},Kat=t=>{for(var e=t.length,r=0,o=e-1;o>-1;o--){var a=t[o];a!==0&&(r+=a*Math.pow(256,e-o-1))}return r},vue=t=>(255^t)&255,Due=t=>(255^t)+1&255;Pue.exports={encode:qat,parse:Wat}});var qE=_((K4t,bue)=>{"use strict";var zU=JU(),jE=Be("path").posix,xue=Sue(),XU=Symbol("slurp"),ul=Symbol("type"),e3=class{constructor(e,r,o,a){this.cksumValid=!1,this.needPax=!1,this.nullBlock=!1,this.block=null,this.path=null,this.mode=null,this.uid=null,this.gid=null,this.size=null,this.mtime=null,this.cksum=null,this[ul]="0",this.linkpath=null,this.uname=null,this.gname=null,this.devmaj=0,this.devmin=0,this.atime=null,this.ctime=null,Buffer.isBuffer(e)?this.decode(e,r||0,o,a):e&&this.set(e)}decode(e,r,o,a){if(r||(r=0),!e||!(e.length>=r+512))throw new Error("need 512 bytes for header");if(this.path=Td(e,r,100),this.mode=gh(e,r+100,8),this.uid=gh(e,r+108,8),this.gid=gh(e,r+116,8),this.size=gh(e,r+124,12),this.mtime=ZU(e,r+136,12),this.cksum=gh(e,r+148,12),this[XU](o),this[XU](a,!0),this[ul]=Td(e,r+156,1),this[ul]===""&&(this[ul]="0"),this[ul]==="0"&&this.path.substr(-1)==="/"&&(this[ul]="5"),this[ul]==="5"&&(this.size=0),this.linkpath=Td(e,r+157,100),e.slice(r+257,r+265).toString()==="ustar\x0000")if(this.uname=Td(e,r+265,32),this.gname=Td(e,r+297,32),this.devmaj=gh(e,r+329,8),this.devmin=gh(e,r+337,8),e[r+475]!==0){let u=Td(e,r+345,155);this.path=u+"/"+this.path}else{let u=Td(e,r+345,130);u&&(this.path=u+"/"+this.path),this.atime=ZU(e,r+476,12),this.ctime=ZU(e,r+488,12)}let n=8*32;for(let u=r;u=r+512))throw new Error("need 512 bytes for header");let o=this.ctime||this.atime?130:155,a=Jat(this.path||"",o),n=a[0],u=a[1];this.needPax=a[2],this.needPax=Rd(e,r,100,n)||this.needPax,this.needPax=dh(e,r+100,8,this.mode)||this.needPax,this.needPax=dh(e,r+108,8,this.uid)||this.needPax,this.needPax=dh(e,r+116,8,this.gid)||this.needPax,this.needPax=dh(e,r+124,12,this.size)||this.needPax,this.needPax=$U(e,r+136,12,this.mtime)||this.needPax,e[r+156]=this[ul].charCodeAt(0),this.needPax=Rd(e,r+157,100,this.linkpath)||this.needPax,e.write("ustar\x0000",r+257,8),this.needPax=Rd(e,r+265,32,this.uname)||this.needPax,this.needPax=Rd(e,r+297,32,this.gname)||this.needPax,this.needPax=dh(e,r+329,8,this.devmaj)||this.needPax,this.needPax=dh(e,r+337,8,this.devmin)||this.needPax,this.needPax=Rd(e,r+345,o,u)||this.needPax,e[r+475]!==0?this.needPax=Rd(e,r+345,155,u)||this.needPax:(this.needPax=Rd(e,r+345,130,u)||this.needPax,this.needPax=$U(e,r+476,12,this.atime)||this.needPax,this.needPax=$U(e,r+488,12,this.ctime)||this.needPax);let A=8*32;for(let p=r;p{let o=t,a="",n,u=jE.parse(t).root||".";if(Buffer.byteLength(o)<100)n=[o,a,!1];else{a=jE.dirname(o),o=jE.basename(o);do Buffer.byteLength(o)<=100&&Buffer.byteLength(a)<=e?n=[o,a,!1]:Buffer.byteLength(o)>100&&Buffer.byteLength(a)<=e?n=[o.substr(0,100-1),a,!0]:(o=jE.join(jE.basename(a),o),a=jE.dirname(a));while(a!==u&&!n);n||(n=[t.substr(0,100-1),"",!0])}return n},Td=(t,e,r)=>t.slice(e,e+r).toString("utf8").replace(/\0.*/,""),ZU=(t,e,r)=>zat(gh(t,e,r)),zat=t=>t===null?null:new Date(t*1e3),gh=(t,e,r)=>t[e]&128?xue.parse(t.slice(e,e+r)):Zat(t,e,r),Xat=t=>isNaN(t)?null:t,Zat=(t,e,r)=>Xat(parseInt(t.slice(e,e+r).toString("utf8").replace(/\0.*$/,"").trim(),8)),$at={12:8589934591,8:2097151},dh=(t,e,r,o)=>o===null?!1:o>$at[r]||o<0?(xue.encode(o,t.slice(e,e+r)),!0):(elt(t,e,r,o),!1),elt=(t,e,r,o)=>t.write(tlt(o,r),e,r,"ascii"),tlt=(t,e)=>rlt(Math.floor(t).toString(8),e),rlt=(t,e)=>(t.length===e-1?t:new Array(e-t.length-1).join("0")+t+" ")+"\0",$U=(t,e,r,o)=>o===null?!1:dh(t,e,r,o.getTime()/1e3),nlt=new Array(156).join("\0"),Rd=(t,e,r,o)=>o===null?!1:(t.write(o+nlt,e,r,"utf8"),o.length!==Buffer.byteLength(o)||o.length>r);bue.exports=e3});var sb=_((J4t,kue)=>{"use strict";var ilt=qE(),slt=Be("path"),j1=class{constructor(e,r){this.atime=e.atime||null,this.charset=e.charset||null,this.comment=e.comment||null,this.ctime=e.ctime||null,this.gid=e.gid||null,this.gname=e.gname||null,this.linkpath=e.linkpath||null,this.mtime=e.mtime||null,this.path=e.path||null,this.size=e.size||null,this.uid=e.uid||null,this.uname=e.uname||null,this.dev=e.dev||null,this.ino=e.ino||null,this.nlink=e.nlink||null,this.global=r||!1}encode(){let e=this.encodeBody();if(e==="")return null;let r=Buffer.byteLength(e),o=512*Math.ceil(1+r/512),a=Buffer.allocUnsafe(o);for(let n=0;n<512;n++)a[n]=0;new ilt({path:("PaxHeader/"+slt.basename(this.path)).slice(0,99),mode:this.mode||420,uid:this.uid||null,gid:this.gid||null,size:r,mtime:this.mtime||null,type:this.global?"GlobalExtendedHeader":"ExtendedHeader",linkpath:"",uname:this.uname||"",gname:this.gname||"",devmaj:0,devmin:0,atime:this.atime||null,ctime:this.ctime||null}).encode(a),a.write(e,512,r,"utf8");for(let n=r+512;n=Math.pow(10,n)&&(n+=1),n+a+o}};j1.parse=(t,e,r)=>new j1(olt(alt(t),e),r);var olt=(t,e)=>e?Object.keys(t).reduce((r,o)=>(r[o]=t[o],r),e):t,alt=t=>t.replace(/\n$/,"").split(` -`).reduce(llt,Object.create(null)),llt=(t,e)=>{let r=parseInt(e,10);if(r!==Buffer.byteLength(e)+1)return t;e=e.substr((r+" ").length);let o=e.split("="),a=o.shift().replace(/^SCHILY\.(dev|ino|nlink)/,"$1");if(!a)return t;let n=o.join("=");return t[a]=/^([A-Z]+\.)?([mac]|birth|creation)time$/.test(a)?new Date(n*1e3):/^[0-9]+$/.test(n)?+n:n,t};kue.exports=j1});var GE=_((z4t,Que)=>{Que.exports=t=>{let e=t.length-1,r=-1;for(;e>-1&&t.charAt(e)==="/";)r=e,e--;return r===-1?t:t.slice(0,r)}});var ob=_((X4t,Fue)=>{"use strict";Fue.exports=t=>class extends t{warn(e,r,o={}){this.file&&(o.file=this.file),this.cwd&&(o.cwd=this.cwd),o.code=r instanceof Error&&r.code||e,o.tarCode=e,!this.strict&&o.recoverable!==!1?(r instanceof Error&&(o=Object.assign(r,o),r=r.message),this.emit("warn",o.tarCode,r,o)):r instanceof Error?this.emit("error",Object.assign(r,o)):this.emit("error",Object.assign(new Error(`${e}: ${r}`),o))}}});var r3=_(($4t,Tue)=>{"use strict";var ab=["|","<",">","?",":"],t3=ab.map(t=>String.fromCharCode(61440+t.charCodeAt(0))),clt=new Map(ab.map((t,e)=>[t,t3[e]])),ult=new Map(t3.map((t,e)=>[t,ab[e]]));Tue.exports={encode:t=>ab.reduce((e,r)=>e.split(r).join(clt.get(r)),t),decode:t=>t3.reduce((e,r)=>e.split(r).join(ult.get(r)),t)}});var n3=_((eUt,Nue)=>{var{isAbsolute:Alt,parse:Rue}=Be("path").win32;Nue.exports=t=>{let e="",r=Rue(t);for(;Alt(t)||r.root;){let o=t.charAt(0)==="/"&&t.slice(0,4)!=="//?/"?"/":r.root;t=t.substr(o.length),e+=o,r=Rue(t)}return[e,t]}});var Mue=_((tUt,Lue)=>{"use strict";Lue.exports=(t,e,r)=>(t&=4095,r&&(t=(t|384)&-19),e&&(t&256&&(t|=64),t&32&&(t|=8),t&4&&(t|=1)),t)});var p3=_((iUt,Xue)=>{"use strict";var Gue=OE(),Yue=sb(),Wue=qE(),oA=Be("fs"),Oue=Be("path"),sA=HE(),flt=GE(),Vue=(t,e)=>e?(t=sA(t).replace(/^\.(\/|$)/,""),flt(e)+"/"+t):sA(t),plt=16*1024*1024,Uue=Symbol("process"),_ue=Symbol("file"),Hue=Symbol("directory"),s3=Symbol("symlink"),jue=Symbol("hardlink"),q1=Symbol("header"),lb=Symbol("read"),o3=Symbol("lstat"),ub=Symbol("onlstat"),a3=Symbol("onread"),l3=Symbol("onreadlink"),c3=Symbol("openfile"),u3=Symbol("onopenfile"),mh=Symbol("close"),Ab=Symbol("mode"),A3=Symbol("awaitDrain"),i3=Symbol("ondrain"),aA=Symbol("prefix"),que=Symbol("hadError"),Kue=ob(),hlt=r3(),Jue=n3(),zue=Mue(),fb=Kue(class extends Gue{constructor(e,r){if(r=r||{},super(r),typeof e!="string")throw new TypeError("path is required");this.path=sA(e),this.portable=!!r.portable,this.myuid=process.getuid&&process.getuid()||0,this.myuser=process.env.USER||"",this.maxReadSize=r.maxReadSize||plt,this.linkCache=r.linkCache||new Map,this.statCache=r.statCache||new Map,this.preservePaths=!!r.preservePaths,this.cwd=sA(r.cwd||process.cwd()),this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.mtime=r.mtime||null,this.prefix=r.prefix?sA(r.prefix):null,this.fd=null,this.blockLen=null,this.blockRemain=null,this.buf=null,this.offset=null,this.length=null,this.pos=null,this.remain=null,typeof r.onwarn=="function"&&this.on("warn",r.onwarn);let o=!1;if(!this.preservePaths){let[a,n]=Jue(this.path);a&&(this.path=n,o=a)}this.win32=!!r.win32||process.platform==="win32",this.win32&&(this.path=hlt.decode(this.path.replace(/\\/g,"/")),e=e.replace(/\\/g,"/")),this.absolute=sA(r.absolute||Oue.resolve(this.cwd,e)),this.path===""&&(this.path="./"),o&&this.warn("TAR_ENTRY_INFO",`stripping ${o} from absolute path`,{entry:this,path:o+this.path}),this.statCache.has(this.absolute)?this[ub](this.statCache.get(this.absolute)):this[o3]()}emit(e,...r){return e==="error"&&(this[que]=!0),super.emit(e,...r)}[o3](){oA.lstat(this.absolute,(e,r)=>{if(e)return this.emit("error",e);this[ub](r)})}[ub](e){this.statCache.set(this.absolute,e),this.stat=e,e.isFile()||(e.size=0),this.type=dlt(e),this.emit("stat",e),this[Uue]()}[Uue](){switch(this.type){case"File":return this[_ue]();case"Directory":return this[Hue]();case"SymbolicLink":return this[s3]();default:return this.end()}}[Ab](e){return zue(e,this.type==="Directory",this.portable)}[aA](e){return Vue(e,this.prefix)}[q1](){this.type==="Directory"&&this.portable&&(this.noMtime=!0),this.header=new Wue({path:this[aA](this.path),linkpath:this.type==="Link"?this[aA](this.linkpath):this.linkpath,mode:this[Ab](this.stat.mode),uid:this.portable?null:this.stat.uid,gid:this.portable?null:this.stat.gid,size:this.stat.size,mtime:this.noMtime?null:this.mtime||this.stat.mtime,type:this.type,uname:this.portable?null:this.stat.uid===this.myuid?this.myuser:"",atime:this.portable?null:this.stat.atime,ctime:this.portable?null:this.stat.ctime}),this.header.encode()&&!this.noPax&&super.write(new Yue({atime:this.portable?null:this.header.atime,ctime:this.portable?null:this.header.ctime,gid:this.portable?null:this.header.gid,mtime:this.noMtime?null:this.mtime||this.header.mtime,path:this[aA](this.path),linkpath:this.type==="Link"?this[aA](this.linkpath):this.linkpath,size:this.header.size,uid:this.portable?null:this.header.uid,uname:this.portable?null:this.header.uname,dev:this.portable?null:this.stat.dev,ino:this.portable?null:this.stat.ino,nlink:this.portable?null:this.stat.nlink}).encode()),super.write(this.header.block)}[Hue](){this.path.substr(-1)!=="/"&&(this.path+="/"),this.stat.size=0,this[q1](),this.end()}[s3](){oA.readlink(this.absolute,(e,r)=>{if(e)return this.emit("error",e);this[l3](r)})}[l3](e){this.linkpath=sA(e),this[q1](),this.end()}[jue](e){this.type="Link",this.linkpath=sA(Oue.relative(this.cwd,e)),this.stat.size=0,this[q1](),this.end()}[_ue](){if(this.stat.nlink>1){let e=this.stat.dev+":"+this.stat.ino;if(this.linkCache.has(e)){let r=this.linkCache.get(e);if(r.indexOf(this.cwd)===0)return this[jue](r)}this.linkCache.set(e,this.absolute)}if(this[q1](),this.stat.size===0)return this.end();this[c3]()}[c3](){oA.open(this.absolute,"r",(e,r)=>{if(e)return this.emit("error",e);this[u3](r)})}[u3](e){if(this.fd=e,this[que])return this[mh]();this.blockLen=512*Math.ceil(this.stat.size/512),this.blockRemain=this.blockLen;let r=Math.min(this.blockLen,this.maxReadSize);this.buf=Buffer.allocUnsafe(r),this.offset=0,this.pos=0,this.remain=this.stat.size,this.length=this.buf.length,this[lb]()}[lb](){let{fd:e,buf:r,offset:o,length:a,pos:n}=this;oA.read(e,r,o,a,n,(u,A)=>{if(u)return this[mh](()=>this.emit("error",u));this[a3](A)})}[mh](e){oA.close(this.fd,e)}[a3](e){if(e<=0&&this.remain>0){let a=new Error("encountered unexpected EOF");return a.path=this.absolute,a.syscall="read",a.code="EOF",this[mh](()=>this.emit("error",a))}if(e>this.remain){let a=new Error("did not encounter expected EOF");return a.path=this.absolute,a.syscall="read",a.code="EOF",this[mh](()=>this.emit("error",a))}if(e===this.remain)for(let a=e;athis[i3]())}[A3](e){this.once("drain",e)}write(e){if(this.blockRemaine?this.emit("error",e):this.end());this.offset>=this.length&&(this.buf=Buffer.allocUnsafe(Math.min(this.blockRemain,this.buf.length)),this.offset=0),this.length=this.buf.length-this.offset,this[lb]()}}),f3=class extends fb{[o3](){this[ub](oA.lstatSync(this.absolute))}[s3](){this[l3](oA.readlinkSync(this.absolute))}[c3](){this[u3](oA.openSync(this.absolute,"r"))}[lb](){let e=!0;try{let{fd:r,buf:o,offset:a,length:n,pos:u}=this,A=oA.readSync(r,o,a,n,u);this[a3](A),e=!1}finally{if(e)try{this[mh](()=>{})}catch{}}}[A3](e){e()}[mh](e){oA.closeSync(this.fd),e()}},glt=Kue(class extends Gue{constructor(e,r){r=r||{},super(r),this.preservePaths=!!r.preservePaths,this.portable=!!r.portable,this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.readEntry=e,this.type=e.type,this.type==="Directory"&&this.portable&&(this.noMtime=!0),this.prefix=r.prefix||null,this.path=sA(e.path),this.mode=this[Ab](e.mode),this.uid=this.portable?null:e.uid,this.gid=this.portable?null:e.gid,this.uname=this.portable?null:e.uname,this.gname=this.portable?null:e.gname,this.size=e.size,this.mtime=this.noMtime?null:r.mtime||e.mtime,this.atime=this.portable?null:e.atime,this.ctime=this.portable?null:e.ctime,this.linkpath=sA(e.linkpath),typeof r.onwarn=="function"&&this.on("warn",r.onwarn);let o=!1;if(!this.preservePaths){let[a,n]=Jue(this.path);a&&(this.path=n,o=a)}this.remain=e.size,this.blockRemain=e.startBlockSize,this.header=new Wue({path:this[aA](this.path),linkpath:this.type==="Link"?this[aA](this.linkpath):this.linkpath,mode:this.mode,uid:this.portable?null:this.uid,gid:this.portable?null:this.gid,size:this.size,mtime:this.noMtime?null:this.mtime,type:this.type,uname:this.portable?null:this.uname,atime:this.portable?null:this.atime,ctime:this.portable?null:this.ctime}),o&&this.warn("TAR_ENTRY_INFO",`stripping ${o} from absolute path`,{entry:this,path:o+this.path}),this.header.encode()&&!this.noPax&&super.write(new Yue({atime:this.portable?null:this.atime,ctime:this.portable?null:this.ctime,gid:this.portable?null:this.gid,mtime:this.noMtime?null:this.mtime,path:this[aA](this.path),linkpath:this.type==="Link"?this[aA](this.linkpath):this.linkpath,size:this.size,uid:this.portable?null:this.uid,uname:this.portable?null:this.uname,dev:this.portable?null:this.readEntry.dev,ino:this.portable?null:this.readEntry.ino,nlink:this.portable?null:this.readEntry.nlink}).encode()),super.write(this.header.block),e.pipe(this)}[aA](e){return Vue(e,this.prefix)}[Ab](e){return zue(e,this.type==="Directory",this.portable)}write(e){let r=e.length;if(r>this.blockRemain)throw new Error("writing more to entry than is appropriate");return this.blockRemain-=r,super.write(e)}end(){return this.blockRemain&&super.write(Buffer.alloc(this.blockRemain)),super.end()}});fb.Sync=f3;fb.Tar=glt;var dlt=t=>t.isFile()?"File":t.isDirectory()?"Directory":t.isSymbolicLink()?"SymbolicLink":"Unsupported";Xue.exports=fb});var wb=_((oUt,iAe)=>{"use strict";var Eb=class{constructor(e,r){this.path=e||"./",this.absolute=r,this.entry=null,this.stat=null,this.readdir=null,this.pending=!1,this.ignore=!1,this.piped=!1}},mlt=OE(),ylt=WU(),Elt=nb(),I3=p3(),Clt=I3.Sync,wlt=I3.Tar,Ilt=BP(),Zue=Buffer.alloc(1024),gb=Symbol("onStat"),pb=Symbol("ended"),lA=Symbol("queue"),YE=Symbol("current"),Nd=Symbol("process"),hb=Symbol("processing"),$ue=Symbol("processJob"),cA=Symbol("jobs"),h3=Symbol("jobDone"),db=Symbol("addFSEntry"),eAe=Symbol("addTarEntry"),y3=Symbol("stat"),E3=Symbol("readdir"),mb=Symbol("onreaddir"),yb=Symbol("pipe"),tAe=Symbol("entry"),g3=Symbol("entryOpt"),C3=Symbol("writeEntryClass"),nAe=Symbol("write"),d3=Symbol("ondrain"),Cb=Be("fs"),rAe=Be("path"),Blt=ob(),m3=HE(),B3=Blt(class extends mlt{constructor(e){super(e),e=e||Object.create(null),this.opt=e,this.file=e.file||"",this.cwd=e.cwd||process.cwd(),this.maxReadSize=e.maxReadSize,this.preservePaths=!!e.preservePaths,this.strict=!!e.strict,this.noPax=!!e.noPax,this.prefix=m3(e.prefix||""),this.linkCache=e.linkCache||new Map,this.statCache=e.statCache||new Map,this.readdirCache=e.readdirCache||new Map,this[C3]=I3,typeof e.onwarn=="function"&&this.on("warn",e.onwarn),this.portable=!!e.portable,this.zip=null,e.gzip?(typeof e.gzip!="object"&&(e.gzip={}),this.portable&&(e.gzip.portable=!0),this.zip=new ylt.Gzip(e.gzip),this.zip.on("data",r=>super.write(r)),this.zip.on("end",r=>super.end()),this.zip.on("drain",r=>this[d3]()),this.on("resume",r=>this.zip.resume())):this.on("drain",this[d3]),this.noDirRecurse=!!e.noDirRecurse,this.follow=!!e.follow,this.noMtime=!!e.noMtime,this.mtime=e.mtime||null,this.filter=typeof e.filter=="function"?e.filter:r=>!0,this[lA]=new Ilt,this[cA]=0,this.jobs=+e.jobs||4,this[hb]=!1,this[pb]=!1}[nAe](e){return super.write(e)}add(e){return this.write(e),this}end(e){return e&&this.write(e),this[pb]=!0,this[Nd](),this}write(e){if(this[pb])throw new Error("write after end");return e instanceof Elt?this[eAe](e):this[db](e),this.flowing}[eAe](e){let r=m3(rAe.resolve(this.cwd,e.path));if(!this.filter(e.path,e))e.resume();else{let o=new Eb(e.path,r,!1);o.entry=new wlt(e,this[g3](o)),o.entry.on("end",a=>this[h3](o)),this[cA]+=1,this[lA].push(o)}this[Nd]()}[db](e){let r=m3(rAe.resolve(this.cwd,e));this[lA].push(new Eb(e,r)),this[Nd]()}[y3](e){e.pending=!0,this[cA]+=1;let r=this.follow?"stat":"lstat";Cb[r](e.absolute,(o,a)=>{e.pending=!1,this[cA]-=1,o?this.emit("error",o):this[gb](e,a)})}[gb](e,r){this.statCache.set(e.absolute,r),e.stat=r,this.filter(e.path,r)||(e.ignore=!0),this[Nd]()}[E3](e){e.pending=!0,this[cA]+=1,Cb.readdir(e.absolute,(r,o)=>{if(e.pending=!1,this[cA]-=1,r)return this.emit("error",r);this[mb](e,o)})}[mb](e,r){this.readdirCache.set(e.absolute,r),e.readdir=r,this[Nd]()}[Nd](){if(!this[hb]){this[hb]=!0;for(let e=this[lA].head;e!==null&&this[cA]this.warn(r,o,a),noPax:this.noPax,cwd:this.cwd,absolute:e.absolute,preservePaths:this.preservePaths,maxReadSize:this.maxReadSize,strict:this.strict,portable:this.portable,linkCache:this.linkCache,statCache:this.statCache,noMtime:this.noMtime,mtime:this.mtime,prefix:this.prefix}}[tAe](e){this[cA]+=1;try{return new this[C3](e.path,this[g3](e)).on("end",()=>this[h3](e)).on("error",r=>this.emit("error",r))}catch(r){this.emit("error",r)}}[d3](){this[YE]&&this[YE].entry&&this[YE].entry.resume()}[yb](e){e.piped=!0,e.readdir&&e.readdir.forEach(a=>{let n=e.path,u=n==="./"?"":n.replace(/\/*$/,"/");this[db](u+a)});let r=e.entry,o=this.zip;o?r.on("data",a=>{o.write(a)||r.pause()}):r.on("data",a=>{super.write(a)||r.pause()})}pause(){return this.zip&&this.zip.pause(),super.pause()}}),w3=class extends B3{constructor(e){super(e),this[C3]=Clt}pause(){}resume(){}[y3](e){let r=this.follow?"statSync":"lstatSync";this[gb](e,Cb[r](e.absolute))}[E3](e,r){this[mb](e,Cb.readdirSync(e.absolute))}[yb](e){let r=e.entry,o=this.zip;e.readdir&&e.readdir.forEach(a=>{let n=e.path,u=n==="./"?"":n.replace(/\/*$/,"/");this[db](u+a)}),o?r.on("data",a=>{o.write(a)}):r.on("data",a=>{super[nAe](a)})}};B3.Sync=w3;iAe.exports=B3});var $E=_(Y1=>{"use strict";var vlt=OE(),Dlt=Be("events").EventEmitter,Qa=Be("fs"),P3=Qa.writev;if(!P3){let t=process.binding("fs"),e=t.FSReqWrap||t.FSReqCallback;P3=(r,o,a,n)=>{let u=(p,h)=>n(p,h,o),A=new e;A.oncomplete=u,t.writeBuffers(r,o,a,A)}}var XE=Symbol("_autoClose"),Yc=Symbol("_close"),G1=Symbol("_ended"),Gn=Symbol("_fd"),sAe=Symbol("_finished"),Eh=Symbol("_flags"),v3=Symbol("_flush"),S3=Symbol("_handleChunk"),x3=Symbol("_makeBuf"),Pb=Symbol("_mode"),Ib=Symbol("_needDrain"),JE=Symbol("_onerror"),ZE=Symbol("_onopen"),D3=Symbol("_onread"),VE=Symbol("_onwrite"),Ch=Symbol("_open"),jf=Symbol("_path"),Ld=Symbol("_pos"),uA=Symbol("_queue"),KE=Symbol("_read"),oAe=Symbol("_readSize"),yh=Symbol("_reading"),Bb=Symbol("_remain"),aAe=Symbol("_size"),vb=Symbol("_write"),WE=Symbol("_writing"),Db=Symbol("_defaultFlag"),zE=Symbol("_errored"),Sb=class extends vlt{constructor(e,r){if(r=r||{},super(r),this.readable=!0,this.writable=!1,typeof e!="string")throw new TypeError("path must be a string");this[zE]=!1,this[Gn]=typeof r.fd=="number"?r.fd:null,this[jf]=e,this[oAe]=r.readSize||16*1024*1024,this[yh]=!1,this[aAe]=typeof r.size=="number"?r.size:1/0,this[Bb]=this[aAe],this[XE]=typeof r.autoClose=="boolean"?r.autoClose:!0,typeof this[Gn]=="number"?this[KE]():this[Ch]()}get fd(){return this[Gn]}get path(){return this[jf]}write(){throw new TypeError("this is a readable stream")}end(){throw new TypeError("this is a readable stream")}[Ch](){Qa.open(this[jf],"r",(e,r)=>this[ZE](e,r))}[ZE](e,r){e?this[JE](e):(this[Gn]=r,this.emit("open",r),this[KE]())}[x3](){return Buffer.allocUnsafe(Math.min(this[oAe],this[Bb]))}[KE](){if(!this[yh]){this[yh]=!0;let e=this[x3]();if(e.length===0)return process.nextTick(()=>this[D3](null,0,e));Qa.read(this[Gn],e,0,e.length,null,(r,o,a)=>this[D3](r,o,a))}}[D3](e,r,o){this[yh]=!1,e?this[JE](e):this[S3](r,o)&&this[KE]()}[Yc](){if(this[XE]&&typeof this[Gn]=="number"){let e=this[Gn];this[Gn]=null,Qa.close(e,r=>r?this.emit("error",r):this.emit("close"))}}[JE](e){this[yh]=!0,this[Yc](),this.emit("error",e)}[S3](e,r){let o=!1;return this[Bb]-=e,e>0&&(o=super.write(ethis[ZE](e,r))}[ZE](e,r){this[Db]&&this[Eh]==="r+"&&e&&e.code==="ENOENT"?(this[Eh]="w",this[Ch]()):e?this[JE](e):(this[Gn]=r,this.emit("open",r),this[v3]())}end(e,r){return e&&this.write(e,r),this[G1]=!0,!this[WE]&&!this[uA].length&&typeof this[Gn]=="number"&&this[VE](null,0),this}write(e,r){return typeof e=="string"&&(e=Buffer.from(e,r)),this[G1]?(this.emit("error",new Error("write() after end()")),!1):this[Gn]===null||this[WE]||this[uA].length?(this[uA].push(e),this[Ib]=!0,!1):(this[WE]=!0,this[vb](e),!0)}[vb](e){Qa.write(this[Gn],e,0,e.length,this[Ld],(r,o)=>this[VE](r,o))}[VE](e,r){e?this[JE](e):(this[Ld]!==null&&(this[Ld]+=r),this[uA].length?this[v3]():(this[WE]=!1,this[G1]&&!this[sAe]?(this[sAe]=!0,this[Yc](),this.emit("finish")):this[Ib]&&(this[Ib]=!1,this.emit("drain"))))}[v3](){if(this[uA].length===0)this[G1]&&this[VE](null,0);else if(this[uA].length===1)this[vb](this[uA].pop());else{let e=this[uA];this[uA]=[],P3(this[Gn],e,this[Ld],(r,o)=>this[VE](r,o))}}[Yc](){if(this[XE]&&typeof this[Gn]=="number"){let e=this[Gn];this[Gn]=null,Qa.close(e,r=>r?this.emit("error",r):this.emit("close"))}}},k3=class extends xb{[Ch](){let e;if(this[Db]&&this[Eh]==="r+")try{e=Qa.openSync(this[jf],this[Eh],this[Pb])}catch(r){if(r.code==="ENOENT")return this[Eh]="w",this[Ch]();throw r}else e=Qa.openSync(this[jf],this[Eh],this[Pb]);this[ZE](null,e)}[Yc](){if(this[XE]&&typeof this[Gn]=="number"){let e=this[Gn];this[Gn]=null,Qa.closeSync(e),this.emit("close")}}[vb](e){let r=!0;try{this[VE](null,Qa.writeSync(this[Gn],e,0,e.length,this[Ld])),r=!1}finally{if(r)try{this[Yc]()}catch{}}}};Y1.ReadStream=Sb;Y1.ReadStreamSync=b3;Y1.WriteStream=xb;Y1.WriteStreamSync=k3});var Nb=_((cUt,hAe)=>{"use strict";var Plt=ob(),Slt=qE(),xlt=Be("events"),blt=BP(),klt=1024*1024,Qlt=nb(),lAe=sb(),Flt=WU(),Q3=Buffer.from([31,139]),Xl=Symbol("state"),Md=Symbol("writeEntry"),qf=Symbol("readEntry"),F3=Symbol("nextEntry"),cAe=Symbol("processEntry"),Zl=Symbol("extendedHeader"),W1=Symbol("globalExtendedHeader"),wh=Symbol("meta"),uAe=Symbol("emitMeta"),fi=Symbol("buffer"),Gf=Symbol("queue"),Od=Symbol("ended"),AAe=Symbol("emittedEnd"),Ud=Symbol("emit"),Fa=Symbol("unzip"),bb=Symbol("consumeChunk"),kb=Symbol("consumeChunkSub"),T3=Symbol("consumeBody"),fAe=Symbol("consumeMeta"),pAe=Symbol("consumeHeader"),Qb=Symbol("consuming"),R3=Symbol("bufferConcat"),N3=Symbol("maybeEnd"),V1=Symbol("writing"),Ih=Symbol("aborted"),Fb=Symbol("onDone"),_d=Symbol("sawValidEntry"),Tb=Symbol("sawNullBlock"),Rb=Symbol("sawEOF"),Tlt=t=>!0;hAe.exports=Plt(class extends xlt{constructor(e){e=e||{},super(e),this.file=e.file||"",this[_d]=null,this.on(Fb,r=>{(this[Xl]==="begin"||this[_d]===!1)&&this.warn("TAR_BAD_ARCHIVE","Unrecognized archive format")}),e.ondone?this.on(Fb,e.ondone):this.on(Fb,r=>{this.emit("prefinish"),this.emit("finish"),this.emit("end"),this.emit("close")}),this.strict=!!e.strict,this.maxMetaEntrySize=e.maxMetaEntrySize||klt,this.filter=typeof e.filter=="function"?e.filter:Tlt,this.writable=!0,this.readable=!1,this[Gf]=new blt,this[fi]=null,this[qf]=null,this[Md]=null,this[Xl]="begin",this[wh]="",this[Zl]=null,this[W1]=null,this[Od]=!1,this[Fa]=null,this[Ih]=!1,this[Tb]=!1,this[Rb]=!1,typeof e.onwarn=="function"&&this.on("warn",e.onwarn),typeof e.onentry=="function"&&this.on("entry",e.onentry)}[pAe](e,r){this[_d]===null&&(this[_d]=!1);let o;try{o=new Slt(e,r,this[Zl],this[W1])}catch(a){return this.warn("TAR_ENTRY_INVALID",a)}if(o.nullBlock)this[Tb]?(this[Rb]=!0,this[Xl]==="begin"&&(this[Xl]="header"),this[Ud]("eof")):(this[Tb]=!0,this[Ud]("nullBlock"));else if(this[Tb]=!1,!o.cksumValid)this.warn("TAR_ENTRY_INVALID","checksum failure",{header:o});else if(!o.path)this.warn("TAR_ENTRY_INVALID","path is required",{header:o});else{let a=o.type;if(/^(Symbolic)?Link$/.test(a)&&!o.linkpath)this.warn("TAR_ENTRY_INVALID","linkpath required",{header:o});else if(!/^(Symbolic)?Link$/.test(a)&&o.linkpath)this.warn("TAR_ENTRY_INVALID","linkpath forbidden",{header:o});else{let n=this[Md]=new Qlt(o,this[Zl],this[W1]);if(!this[_d])if(n.remain){let u=()=>{n.invalid||(this[_d]=!0)};n.on("end",u)}else this[_d]=!0;n.meta?n.size>this.maxMetaEntrySize?(n.ignore=!0,this[Ud]("ignoredEntry",n),this[Xl]="ignore",n.resume()):n.size>0&&(this[wh]="",n.on("data",u=>this[wh]+=u),this[Xl]="meta"):(this[Zl]=null,n.ignore=n.ignore||!this.filter(n.path,n),n.ignore?(this[Ud]("ignoredEntry",n),this[Xl]=n.remain?"ignore":"header",n.resume()):(n.remain?this[Xl]="body":(this[Xl]="header",n.end()),this[qf]?this[Gf].push(n):(this[Gf].push(n),this[F3]())))}}}[cAe](e){let r=!0;return e?Array.isArray(e)?this.emit.apply(this,e):(this[qf]=e,this.emit("entry",e),e.emittedEnd||(e.on("end",o=>this[F3]()),r=!1)):(this[qf]=null,r=!1),r}[F3](){do;while(this[cAe](this[Gf].shift()));if(!this[Gf].length){let e=this[qf];!e||e.flowing||e.size===e.remain?this[V1]||this.emit("drain"):e.once("drain",o=>this.emit("drain"))}}[T3](e,r){let o=this[Md],a=o.blockRemain,n=a>=e.length&&r===0?e:e.slice(r,r+a);return o.write(n),o.blockRemain||(this[Xl]="header",this[Md]=null,o.end()),n.length}[fAe](e,r){let o=this[Md],a=this[T3](e,r);return this[Md]||this[uAe](o),a}[Ud](e,r,o){!this[Gf].length&&!this[qf]?this.emit(e,r,o):this[Gf].push([e,r,o])}[uAe](e){switch(this[Ud]("meta",this[wh]),e.type){case"ExtendedHeader":case"OldExtendedHeader":this[Zl]=lAe.parse(this[wh],this[Zl],!1);break;case"GlobalExtendedHeader":this[W1]=lAe.parse(this[wh],this[W1],!0);break;case"NextFileHasLongPath":case"OldGnuLongPath":this[Zl]=this[Zl]||Object.create(null),this[Zl].path=this[wh].replace(/\0.*/,"");break;case"NextFileHasLongLinkpath":this[Zl]=this[Zl]||Object.create(null),this[Zl].linkpath=this[wh].replace(/\0.*/,"");break;default:throw new Error("unknown meta: "+e.type)}}abort(e){this[Ih]=!0,this.emit("abort",e),this.warn("TAR_ABORT",e,{recoverable:!1})}write(e){if(this[Ih])return;if(this[Fa]===null&&e){if(this[fi]&&(e=Buffer.concat([this[fi],e]),this[fi]=null),e.lengththis[bb](n)),this[Fa].on("error",n=>this.abort(n)),this[Fa].on("end",n=>{this[Od]=!0,this[bb]()}),this[V1]=!0;let a=this[Fa][o?"end":"write"](e);return this[V1]=!1,a}}this[V1]=!0,this[Fa]?this[Fa].write(e):this[bb](e),this[V1]=!1;let r=this[Gf].length?!1:this[qf]?this[qf].flowing:!0;return!r&&!this[Gf].length&&this[qf].once("drain",o=>this.emit("drain")),r}[R3](e){e&&!this[Ih]&&(this[fi]=this[fi]?Buffer.concat([this[fi],e]):e)}[N3](){if(this[Od]&&!this[AAe]&&!this[Ih]&&!this[Qb]){this[AAe]=!0;let e=this[Md];if(e&&e.blockRemain){let r=this[fi]?this[fi].length:0;this.warn("TAR_BAD_ARCHIVE",`Truncated input (needed ${e.blockRemain} more bytes, only ${r} available)`,{entry:e}),this[fi]&&e.write(this[fi]),e.end()}this[Ud](Fb)}}[bb](e){if(this[Qb])this[R3](e);else if(!e&&!this[fi])this[N3]();else{if(this[Qb]=!0,this[fi]){this[R3](e);let r=this[fi];this[fi]=null,this[kb](r)}else this[kb](e);for(;this[fi]&&this[fi].length>=512&&!this[Ih]&&!this[Rb];){let r=this[fi];this[fi]=null,this[kb](r)}this[Qb]=!1}(!this[fi]||this[Od])&&this[N3]()}[kb](e){let r=0,o=e.length;for(;r+512<=o&&!this[Ih]&&!this[Rb];)switch(this[Xl]){case"begin":case"header":this[pAe](e,r),r+=512;break;case"ignore":case"body":r+=this[T3](e,r);break;case"meta":r+=this[fAe](e,r);break;default:throw new Error("invalid state: "+this[Xl])}r{"use strict";var Rlt=LE(),dAe=Nb(),eC=Be("fs"),Nlt=$E(),gAe=Be("path"),L3=GE();yAe.exports=(t,e,r)=>{typeof t=="function"?(r=t,e=null,t={}):Array.isArray(t)&&(e=t,t={}),typeof e=="function"&&(r=e,e=null),e?e=Array.from(e):e=[];let o=Rlt(t);if(o.sync&&typeof r=="function")throw new TypeError("callback not supported for sync tar functions");if(!o.file&&typeof r=="function")throw new TypeError("callback only supported with file option");return e.length&&Mlt(o,e),o.noResume||Llt(o),o.file&&o.sync?Olt(o):o.file?Ult(o,r):mAe(o)};var Llt=t=>{let e=t.onentry;t.onentry=e?r=>{e(r),r.resume()}:r=>r.resume()},Mlt=(t,e)=>{let r=new Map(e.map(n=>[L3(n),!0])),o=t.filter,a=(n,u)=>{let A=u||gAe.parse(n).root||".",p=n===A?!1:r.has(n)?r.get(n):a(gAe.dirname(n),A);return r.set(n,p),p};t.filter=o?(n,u)=>o(n,u)&&a(L3(n)):n=>a(L3(n))},Olt=t=>{let e=mAe(t),r=t.file,o=!0,a;try{let n=eC.statSync(r),u=t.maxReadSize||16*1024*1024;if(n.size{let r=new dAe(t),o=t.maxReadSize||16*1024*1024,a=t.file,n=new Promise((u,A)=>{r.on("error",A),r.on("end",u),eC.stat(a,(p,h)=>{if(p)A(p);else{let E=new Nlt.ReadStream(a,{readSize:o,size:h.size});E.on("error",A),E.pipe(r)}})});return e?n.then(e,e):n},mAe=t=>new dAe(t)});var vAe=_((AUt,BAe)=>{"use strict";var _lt=LE(),Mb=wb(),EAe=$E(),CAe=Lb(),wAe=Be("path");BAe.exports=(t,e,r)=>{if(typeof e=="function"&&(r=e),Array.isArray(t)&&(e=t,t={}),!e||!Array.isArray(e)||!e.length)throw new TypeError("no files or directories specified");e=Array.from(e);let o=_lt(t);if(o.sync&&typeof r=="function")throw new TypeError("callback not supported for sync tar functions");if(!o.file&&typeof r=="function")throw new TypeError("callback only supported with file option");return o.file&&o.sync?Hlt(o,e):o.file?jlt(o,e,r):o.sync?qlt(o,e):Glt(o,e)};var Hlt=(t,e)=>{let r=new Mb.Sync(t),o=new EAe.WriteStreamSync(t.file,{mode:t.mode||438});r.pipe(o),IAe(r,e)},jlt=(t,e,r)=>{let o=new Mb(t),a=new EAe.WriteStream(t.file,{mode:t.mode||438});o.pipe(a);let n=new Promise((u,A)=>{a.on("error",A),a.on("close",u),o.on("error",A)});return M3(o,e),r?n.then(r,r):n},IAe=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?CAe({file:wAe.resolve(t.cwd,r.substr(1)),sync:!0,noResume:!0,onentry:o=>t.add(o)}):t.add(r)}),t.end()},M3=(t,e)=>{for(;e.length;){let r=e.shift();if(r.charAt(0)==="@")return CAe({file:wAe.resolve(t.cwd,r.substr(1)),noResume:!0,onentry:o=>t.add(o)}).then(o=>M3(t,e));t.add(r)}t.end()},qlt=(t,e)=>{let r=new Mb.Sync(t);return IAe(r,e),r},Glt=(t,e)=>{let r=new Mb(t);return M3(r,e),r}});var O3=_((fUt,QAe)=>{"use strict";var Ylt=LE(),DAe=wb(),Al=Be("fs"),PAe=$E(),SAe=Lb(),xAe=Be("path"),bAe=qE();QAe.exports=(t,e,r)=>{let o=Ylt(t);if(!o.file)throw new TypeError("file is required");if(o.gzip)throw new TypeError("cannot append to compressed archives");if(!e||!Array.isArray(e)||!e.length)throw new TypeError("no files or directories specified");return e=Array.from(e),o.sync?Wlt(o,e):Klt(o,e,r)};var Wlt=(t,e)=>{let r=new DAe.Sync(t),o=!0,a,n;try{try{a=Al.openSync(t.file,"r+")}catch(p){if(p.code==="ENOENT")a=Al.openSync(t.file,"w+");else throw p}let u=Al.fstatSync(a),A=Buffer.alloc(512);e:for(n=0;nu.size)break;n+=h,t.mtimeCache&&t.mtimeCache.set(p.path,p.mtime)}o=!1,Vlt(t,r,n,a,e)}finally{if(o)try{Al.closeSync(a)}catch{}}},Vlt=(t,e,r,o,a)=>{let n=new PAe.WriteStreamSync(t.file,{fd:o,start:r});e.pipe(n),Jlt(e,a)},Klt=(t,e,r)=>{e=Array.from(e);let o=new DAe(t),a=(u,A,p)=>{let h=(C,T)=>{C?Al.close(u,L=>p(C)):p(null,T)},E=0;if(A===0)return h(null,0);let I=0,v=Buffer.alloc(512),b=(C,T)=>{if(C)return h(C);if(I+=T,I<512&&T)return Al.read(u,v,I,v.length-I,E+I,b);if(E===0&&v[0]===31&&v[1]===139)return h(new Error("cannot append to compressed archives"));if(I<512)return h(null,E);let L=new bAe(v);if(!L.cksumValid)return h(null,E);let U=512*Math.ceil(L.size/512);if(E+U+512>A||(E+=U+512,E>=A))return h(null,E);t.mtimeCache&&t.mtimeCache.set(L.path,L.mtime),I=0,Al.read(u,v,0,512,E,b)};Al.read(u,v,0,512,E,b)},n=new Promise((u,A)=>{o.on("error",A);let p="r+",h=(E,I)=>{if(E&&E.code==="ENOENT"&&p==="r+")return p="w+",Al.open(t.file,p,h);if(E)return A(E);Al.fstat(I,(v,b)=>{if(v)return Al.close(I,()=>A(v));a(I,b.size,(C,T)=>{if(C)return A(C);let L=new PAe.WriteStream(t.file,{fd:I,start:T});o.pipe(L),L.on("error",A),L.on("close",u),kAe(o,e)})})};Al.open(t.file,p,h)});return r?n.then(r,r):n},Jlt=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?SAe({file:xAe.resolve(t.cwd,r.substr(1)),sync:!0,noResume:!0,onentry:o=>t.add(o)}):t.add(r)}),t.end()},kAe=(t,e)=>{for(;e.length;){let r=e.shift();if(r.charAt(0)==="@")return SAe({file:xAe.resolve(t.cwd,r.substr(1)),noResume:!0,onentry:o=>t.add(o)}).then(o=>kAe(t,e));t.add(r)}t.end()}});var TAe=_((pUt,FAe)=>{"use strict";var zlt=LE(),Xlt=O3();FAe.exports=(t,e,r)=>{let o=zlt(t);if(!o.file)throw new TypeError("file is required");if(o.gzip)throw new TypeError("cannot append to compressed archives");if(!e||!Array.isArray(e)||!e.length)throw new TypeError("no files or directories specified");return e=Array.from(e),Zlt(o),Xlt(o,e,r)};var Zlt=t=>{let e=t.filter;t.mtimeCache||(t.mtimeCache=new Map),t.filter=e?(r,o)=>e(r,o)&&!(t.mtimeCache.get(r)>o.mtime):(r,o)=>!(t.mtimeCache.get(r)>o.mtime)}});var LAe=_((hUt,NAe)=>{var{promisify:RAe}=Be("util"),Bh=Be("fs"),$lt=t=>{if(!t)t={mode:511,fs:Bh};else if(typeof t=="object")t={mode:511,fs:Bh,...t};else if(typeof t=="number")t={mode:t,fs:Bh};else if(typeof t=="string")t={mode:parseInt(t,8),fs:Bh};else throw new TypeError("invalid options argument");return t.mkdir=t.mkdir||t.fs.mkdir||Bh.mkdir,t.mkdirAsync=RAe(t.mkdir),t.stat=t.stat||t.fs.stat||Bh.stat,t.statAsync=RAe(t.stat),t.statSync=t.statSync||t.fs.statSync||Bh.statSync,t.mkdirSync=t.mkdirSync||t.fs.mkdirSync||Bh.mkdirSync,t};NAe.exports=$lt});var OAe=_((gUt,MAe)=>{var ect=process.platform,{resolve:tct,parse:rct}=Be("path"),nct=t=>{if(/\0/.test(t))throw Object.assign(new TypeError("path must be a string without null bytes"),{path:t,code:"ERR_INVALID_ARG_VALUE"});if(t=tct(t),ect==="win32"){let e=/[*|"<>?:]/,{root:r}=rct(t);if(e.test(t.substr(r.length)))throw Object.assign(new Error("Illegal characters in path."),{path:t,code:"EINVAL"})}return t};MAe.exports=nct});var qAe=_((dUt,jAe)=>{var{dirname:UAe}=Be("path"),_Ae=(t,e,r=void 0)=>r===e?Promise.resolve():t.statAsync(e).then(o=>o.isDirectory()?r:void 0,o=>o.code==="ENOENT"?_Ae(t,UAe(e),e):void 0),HAe=(t,e,r=void 0)=>{if(r!==e)try{return t.statSync(e).isDirectory()?r:void 0}catch(o){return o.code==="ENOENT"?HAe(t,UAe(e),e):void 0}};jAe.exports={findMade:_Ae,findMadeSync:HAe}});var H3=_((mUt,YAe)=>{var{dirname:GAe}=Be("path"),U3=(t,e,r)=>{e.recursive=!1;let o=GAe(t);return o===t?e.mkdirAsync(t,e).catch(a=>{if(a.code!=="EISDIR")throw a}):e.mkdirAsync(t,e).then(()=>r||t,a=>{if(a.code==="ENOENT")return U3(o,e).then(n=>U3(t,e,n));if(a.code!=="EEXIST"&&a.code!=="EROFS")throw a;return e.statAsync(t).then(n=>{if(n.isDirectory())return r;throw a},()=>{throw a})})},_3=(t,e,r)=>{let o=GAe(t);if(e.recursive=!1,o===t)try{return e.mkdirSync(t,e)}catch(a){if(a.code!=="EISDIR")throw a;return}try{return e.mkdirSync(t,e),r||t}catch(a){if(a.code==="ENOENT")return _3(t,e,_3(o,e,r));if(a.code!=="EEXIST"&&a.code!=="EROFS")throw a;try{if(!e.statSync(t).isDirectory())throw a}catch{throw a}}};YAe.exports={mkdirpManual:U3,mkdirpManualSync:_3}});var KAe=_((yUt,VAe)=>{var{dirname:WAe}=Be("path"),{findMade:ict,findMadeSync:sct}=qAe(),{mkdirpManual:oct,mkdirpManualSync:act}=H3(),lct=(t,e)=>(e.recursive=!0,WAe(t)===t?e.mkdirAsync(t,e):ict(e,t).then(o=>e.mkdirAsync(t,e).then(()=>o).catch(a=>{if(a.code==="ENOENT")return oct(t,e);throw a}))),cct=(t,e)=>{if(e.recursive=!0,WAe(t)===t)return e.mkdirSync(t,e);let o=sct(e,t);try{return e.mkdirSync(t,e),o}catch(a){if(a.code==="ENOENT")return act(t,e);throw a}};VAe.exports={mkdirpNative:lct,mkdirpNativeSync:cct}});var ZAe=_((EUt,XAe)=>{var JAe=Be("fs"),uct=process.version,j3=uct.replace(/^v/,"").split("."),zAe=+j3[0]>10||+j3[0]==10&&+j3[1]>=12,Act=zAe?t=>t.mkdir===JAe.mkdir:()=>!1,fct=zAe?t=>t.mkdirSync===JAe.mkdirSync:()=>!1;XAe.exports={useNative:Act,useNativeSync:fct}});var ife=_((CUt,nfe)=>{var tC=LAe(),rC=OAe(),{mkdirpNative:$Ae,mkdirpNativeSync:efe}=KAe(),{mkdirpManual:tfe,mkdirpManualSync:rfe}=H3(),{useNative:pct,useNativeSync:hct}=ZAe(),nC=(t,e)=>(t=rC(t),e=tC(e),pct(e)?$Ae(t,e):tfe(t,e)),gct=(t,e)=>(t=rC(t),e=tC(e),hct(e)?efe(t,e):rfe(t,e));nC.sync=gct;nC.native=(t,e)=>$Ae(rC(t),tC(e));nC.manual=(t,e)=>tfe(rC(t),tC(e));nC.nativeSync=(t,e)=>efe(rC(t),tC(e));nC.manualSync=(t,e)=>rfe(rC(t),tC(e));nfe.exports=nC});var Afe=_((wUt,ufe)=>{"use strict";var $l=Be("fs"),Hd=Be("path"),dct=$l.lchown?"lchown":"chown",mct=$l.lchownSync?"lchownSync":"chownSync",ofe=$l.lchown&&!process.version.match(/v1[1-9]+\./)&&!process.version.match(/v10\.[6-9]/),sfe=(t,e,r)=>{try{return $l[mct](t,e,r)}catch(o){if(o.code!=="ENOENT")throw o}},yct=(t,e,r)=>{try{return $l.chownSync(t,e,r)}catch(o){if(o.code!=="ENOENT")throw o}},Ect=ofe?(t,e,r,o)=>a=>{!a||a.code!=="EISDIR"?o(a):$l.chown(t,e,r,o)}:(t,e,r,o)=>o,q3=ofe?(t,e,r)=>{try{return sfe(t,e,r)}catch(o){if(o.code!=="EISDIR")throw o;yct(t,e,r)}}:(t,e,r)=>sfe(t,e,r),Cct=process.version,afe=(t,e,r)=>$l.readdir(t,e,r),wct=(t,e)=>$l.readdirSync(t,e);/^v4\./.test(Cct)&&(afe=(t,e,r)=>$l.readdir(t,r));var Ob=(t,e,r,o)=>{$l[dct](t,e,r,Ect(t,e,r,a=>{o(a&&a.code!=="ENOENT"?a:null)}))},lfe=(t,e,r,o,a)=>{if(typeof e=="string")return $l.lstat(Hd.resolve(t,e),(n,u)=>{if(n)return a(n.code!=="ENOENT"?n:null);u.name=e,lfe(t,u,r,o,a)});if(e.isDirectory())G3(Hd.resolve(t,e.name),r,o,n=>{if(n)return a(n);let u=Hd.resolve(t,e.name);Ob(u,r,o,a)});else{let n=Hd.resolve(t,e.name);Ob(n,r,o,a)}},G3=(t,e,r,o)=>{afe(t,{withFileTypes:!0},(a,n)=>{if(a){if(a.code==="ENOENT")return o();if(a.code!=="ENOTDIR"&&a.code!=="ENOTSUP")return o(a)}if(a||!n.length)return Ob(t,e,r,o);let u=n.length,A=null,p=h=>{if(!A){if(h)return o(A=h);if(--u===0)return Ob(t,e,r,o)}};n.forEach(h=>lfe(t,h,e,r,p))})},Ict=(t,e,r,o)=>{if(typeof e=="string")try{let a=$l.lstatSync(Hd.resolve(t,e));a.name=e,e=a}catch(a){if(a.code==="ENOENT")return;throw a}e.isDirectory()&&cfe(Hd.resolve(t,e.name),r,o),q3(Hd.resolve(t,e.name),r,o)},cfe=(t,e,r)=>{let o;try{o=wct(t,{withFileTypes:!0})}catch(a){if(a.code==="ENOENT")return;if(a.code==="ENOTDIR"||a.code==="ENOTSUP")return q3(t,e,r);throw a}return o&&o.length&&o.forEach(a=>Ict(t,a,e,r)),q3(t,e,r)};ufe.exports=G3;G3.sync=cfe});var gfe=_((IUt,Y3)=>{"use strict";var ffe=ife(),ec=Be("fs"),Ub=Be("path"),pfe=Afe(),Wc=HE(),_b=class extends Error{constructor(e,r){super("Cannot extract through symbolic link"),this.path=r,this.symlink=e}get name(){return"SylinkError"}},Hb=class extends Error{constructor(e,r){super(r+": Cannot cd into '"+e+"'"),this.path=e,this.code=r}get name(){return"CwdError"}},jb=(t,e)=>t.get(Wc(e)),K1=(t,e,r)=>t.set(Wc(e),r),Bct=(t,e)=>{ec.stat(t,(r,o)=>{(r||!o.isDirectory())&&(r=new Hb(t,r&&r.code||"ENOTDIR")),e(r)})};Y3.exports=(t,e,r)=>{t=Wc(t);let o=e.umask,a=e.mode|448,n=(a&o)!==0,u=e.uid,A=e.gid,p=typeof u=="number"&&typeof A=="number"&&(u!==e.processUid||A!==e.processGid),h=e.preserve,E=e.unlink,I=e.cache,v=Wc(e.cwd),b=(L,U)=>{L?r(L):(K1(I,t,!0),U&&p?pfe(U,u,A,J=>b(J)):n?ec.chmod(t,a,r):r())};if(I&&jb(I,t)===!0)return b();if(t===v)return Bct(t,b);if(h)return ffe(t,{mode:a}).then(L=>b(null,L),b);let T=Wc(Ub.relative(v,t)).split("/");qb(v,T,a,I,E,v,null,b)};var qb=(t,e,r,o,a,n,u,A)=>{if(!e.length)return A(null,u);let p=e.shift(),h=Wc(Ub.resolve(t+"/"+p));if(jb(o,h))return qb(h,e,r,o,a,n,u,A);ec.mkdir(h,r,hfe(h,e,r,o,a,n,u,A))},hfe=(t,e,r,o,a,n,u,A)=>p=>{p?ec.lstat(t,(h,E)=>{if(h)h.path=h.path&&Wc(h.path),A(h);else if(E.isDirectory())qb(t,e,r,o,a,n,u,A);else if(a)ec.unlink(t,I=>{if(I)return A(I);ec.mkdir(t,r,hfe(t,e,r,o,a,n,u,A))});else{if(E.isSymbolicLink())return A(new _b(t,t+"/"+e.join("/")));A(p)}}):(u=u||t,qb(t,e,r,o,a,n,u,A))},vct=t=>{let e=!1,r="ENOTDIR";try{e=ec.statSync(t).isDirectory()}catch(o){r=o.code}finally{if(!e)throw new Hb(t,r)}};Y3.exports.sync=(t,e)=>{t=Wc(t);let r=e.umask,o=e.mode|448,a=(o&r)!==0,n=e.uid,u=e.gid,A=typeof n=="number"&&typeof u=="number"&&(n!==e.processUid||u!==e.processGid),p=e.preserve,h=e.unlink,E=e.cache,I=Wc(e.cwd),v=L=>{K1(E,t,!0),L&&A&&pfe.sync(L,n,u),a&&ec.chmodSync(t,o)};if(E&&jb(E,t)===!0)return v();if(t===I)return vct(I),v();if(p)return v(ffe.sync(t,o));let C=Wc(Ub.relative(I,t)).split("/"),T=null;for(let L=C.shift(),U=I;L&&(U+="/"+L);L=C.shift())if(U=Wc(Ub.resolve(U)),!jb(E,U))try{ec.mkdirSync(U,o),T=T||U,K1(E,U,!0)}catch{let te=ec.lstatSync(U);if(te.isDirectory()){K1(E,U,!0);continue}else if(h){ec.unlinkSync(U),ec.mkdirSync(U,o),T=T||U,K1(E,U,!0);continue}else if(te.isSymbolicLink())return new _b(U,U+"/"+C.join("/"))}return v(T)}});var V3=_((BUt,dfe)=>{var W3=Object.create(null),{hasOwnProperty:Dct}=Object.prototype;dfe.exports=t=>(Dct.call(W3,t)||(W3[t]=t.normalize("NFKD")),W3[t])});var Cfe=_((vUt,Efe)=>{var mfe=Be("assert"),Pct=V3(),Sct=GE(),{join:yfe}=Be("path"),xct=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,bct=xct==="win32";Efe.exports=()=>{let t=new Map,e=new Map,r=h=>h.split("/").slice(0,-1).reduce((I,v)=>(I.length&&(v=yfe(I[I.length-1],v)),I.push(v||"/"),I),[]),o=new Set,a=h=>{let E=e.get(h);if(!E)throw new Error("function does not have any path reservations");return{paths:E.paths.map(I=>t.get(I)),dirs:[...E.dirs].map(I=>t.get(I))}},n=h=>{let{paths:E,dirs:I}=a(h);return E.every(v=>v[0]===h)&&I.every(v=>v[0]instanceof Set&&v[0].has(h))},u=h=>o.has(h)||!n(h)?!1:(o.add(h),h(()=>A(h)),!0),A=h=>{if(!o.has(h))return!1;let{paths:E,dirs:I}=e.get(h),v=new Set;return E.forEach(b=>{let C=t.get(b);mfe.equal(C[0],h),C.length===1?t.delete(b):(C.shift(),typeof C[0]=="function"?v.add(C[0]):C[0].forEach(T=>v.add(T)))}),I.forEach(b=>{let C=t.get(b);mfe(C[0]instanceof Set),C[0].size===1&&C.length===1?t.delete(b):C[0].size===1?(C.shift(),v.add(C[0])):C[0].delete(h)}),o.delete(h),v.forEach(b=>u(b)),!0};return{check:n,reserve:(h,E)=>{h=bct?["win32 parallelization disabled"]:h.map(v=>Pct(Sct(yfe(v))).toLowerCase());let I=new Set(h.map(v=>r(v)).reduce((v,b)=>v.concat(b)));return e.set(E,{dirs:I,paths:h}),h.forEach(v=>{let b=t.get(v);b?b.push(E):t.set(v,[E])}),I.forEach(v=>{let b=t.get(v);b?b[b.length-1]instanceof Set?b[b.length-1].add(E):b.push(new Set([E])):t.set(v,[new Set([E])])}),u(E)}}}});var Bfe=_((DUt,Ife)=>{var kct=process.platform,Qct=kct==="win32",Fct=global.__FAKE_TESTING_FS__||Be("fs"),{O_CREAT:Tct,O_TRUNC:Rct,O_WRONLY:Nct,UV_FS_O_FILEMAP:wfe=0}=Fct.constants,Lct=Qct&&!!wfe,Mct=512*1024,Oct=wfe|Rct|Tct|Nct;Ife.exports=Lct?t=>t"w"});var r_=_((PUt,Mfe)=>{"use strict";var Uct=Be("assert"),_ct=Nb(),vn=Be("fs"),Hct=$E(),Yf=Be("path"),Rfe=gfe(),vfe=r3(),jct=Cfe(),qct=n3(),fl=HE(),Gct=GE(),Yct=V3(),Dfe=Symbol("onEntry"),z3=Symbol("checkFs"),Pfe=Symbol("checkFs2"),Wb=Symbol("pruneCache"),X3=Symbol("isReusable"),tc=Symbol("makeFs"),Z3=Symbol("file"),$3=Symbol("directory"),Vb=Symbol("link"),Sfe=Symbol("symlink"),xfe=Symbol("hardlink"),bfe=Symbol("unsupported"),kfe=Symbol("checkPath"),vh=Symbol("mkdir"),Ro=Symbol("onError"),Gb=Symbol("pending"),Qfe=Symbol("pend"),iC=Symbol("unpend"),K3=Symbol("ended"),J3=Symbol("maybeClose"),e_=Symbol("skip"),J1=Symbol("doChown"),z1=Symbol("uid"),X1=Symbol("gid"),Z1=Symbol("checkedCwd"),Nfe=Be("crypto"),Lfe=Bfe(),Wct=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,$1=Wct==="win32",Vct=(t,e)=>{if(!$1)return vn.unlink(t,e);let r=t+".DELETE."+Nfe.randomBytes(16).toString("hex");vn.rename(t,r,o=>{if(o)return e(o);vn.unlink(r,e)})},Kct=t=>{if(!$1)return vn.unlinkSync(t);let e=t+".DELETE."+Nfe.randomBytes(16).toString("hex");vn.renameSync(t,e),vn.unlinkSync(e)},Ffe=(t,e,r)=>t===t>>>0?t:e===e>>>0?e:r,Tfe=t=>Yct(Gct(fl(t))).toLowerCase(),Jct=(t,e)=>{e=Tfe(e);for(let r of t.keys()){let o=Tfe(r);(o===e||o.indexOf(e+"/")===0)&&t.delete(r)}},zct=t=>{for(let e of t.keys())t.delete(e)},e2=class extends _ct{constructor(e){if(e||(e={}),e.ondone=r=>{this[K3]=!0,this[J3]()},super(e),this[Z1]=!1,this.reservations=jct(),this.transform=typeof e.transform=="function"?e.transform:null,this.writable=!0,this.readable=!1,this[Gb]=0,this[K3]=!1,this.dirCache=e.dirCache||new Map,typeof e.uid=="number"||typeof e.gid=="number"){if(typeof e.uid!="number"||typeof e.gid!="number")throw new TypeError("cannot set owner without number uid and gid");if(e.preserveOwner)throw new TypeError("cannot preserve owner in archive and also set owner explicitly");this.uid=e.uid,this.gid=e.gid,this.setOwner=!0}else this.uid=null,this.gid=null,this.setOwner=!1;e.preserveOwner===void 0&&typeof e.uid!="number"?this.preserveOwner=process.getuid&&process.getuid()===0:this.preserveOwner=!!e.preserveOwner,this.processUid=(this.preserveOwner||this.setOwner)&&process.getuid?process.getuid():null,this.processGid=(this.preserveOwner||this.setOwner)&&process.getgid?process.getgid():null,this.forceChown=e.forceChown===!0,this.win32=!!e.win32||$1,this.newer=!!e.newer,this.keep=!!e.keep,this.noMtime=!!e.noMtime,this.preservePaths=!!e.preservePaths,this.unlink=!!e.unlink,this.cwd=fl(Yf.resolve(e.cwd||process.cwd())),this.strip=+e.strip||0,this.processUmask=e.noChmod?0:process.umask(),this.umask=typeof e.umask=="number"?e.umask:this.processUmask,this.dmode=e.dmode||511&~this.umask,this.fmode=e.fmode||438&~this.umask,this.on("entry",r=>this[Dfe](r))}warn(e,r,o={}){return(e==="TAR_BAD_ARCHIVE"||e==="TAR_ABORT")&&(o.recoverable=!1),super.warn(e,r,o)}[J3](){this[K3]&&this[Gb]===0&&(this.emit("prefinish"),this.emit("finish"),this.emit("end"),this.emit("close"))}[kfe](e){if(this.strip){let r=fl(e.path).split("/");if(r.length=this.strip)e.linkpath=o.slice(this.strip).join("/");else return!1}}if(!this.preservePaths){let r=fl(e.path),o=r.split("/");if(o.includes("..")||$1&&/^[a-z]:\.\.$/i.test(o[0]))return this.warn("TAR_ENTRY_ERROR","path contains '..'",{entry:e,path:r}),!1;let[a,n]=qct(r);a&&(e.path=n,this.warn("TAR_ENTRY_INFO",`stripping ${a} from absolute path`,{entry:e,path:r}))}if(Yf.isAbsolute(e.path)?e.absolute=fl(Yf.resolve(e.path)):e.absolute=fl(Yf.resolve(this.cwd,e.path)),!this.preservePaths&&e.absolute.indexOf(this.cwd+"/")!==0&&e.absolute!==this.cwd)return this.warn("TAR_ENTRY_ERROR","path escaped extraction target",{entry:e,path:fl(e.path),resolvedPath:e.absolute,cwd:this.cwd}),!1;if(e.absolute===this.cwd&&e.type!=="Directory"&&e.type!=="GNUDumpDir")return!1;if(this.win32){let{root:r}=Yf.win32.parse(e.absolute);e.absolute=r+vfe.encode(e.absolute.substr(r.length));let{root:o}=Yf.win32.parse(e.path);e.path=o+vfe.encode(e.path.substr(o.length))}return!0}[Dfe](e){if(!this[kfe](e))return e.resume();switch(Uct.equal(typeof e.absolute,"string"),e.type){case"Directory":case"GNUDumpDir":e.mode&&(e.mode=e.mode|448);case"File":case"OldFile":case"ContiguousFile":case"Link":case"SymbolicLink":return this[z3](e);case"CharacterDevice":case"BlockDevice":case"FIFO":default:return this[bfe](e)}}[Ro](e,r){e.name==="CwdError"?this.emit("error",e):(this.warn("TAR_ENTRY_ERROR",e,{entry:r}),this[iC](),r.resume())}[vh](e,r,o){Rfe(fl(e),{uid:this.uid,gid:this.gid,processUid:this.processUid,processGid:this.processGid,umask:this.processUmask,preserve:this.preservePaths,unlink:this.unlink,cache:this.dirCache,cwd:this.cwd,mode:r,noChmod:this.noChmod},o)}[J1](e){return this.forceChown||this.preserveOwner&&(typeof e.uid=="number"&&e.uid!==this.processUid||typeof e.gid=="number"&&e.gid!==this.processGid)||typeof this.uid=="number"&&this.uid!==this.processUid||typeof this.gid=="number"&&this.gid!==this.processGid}[z1](e){return Ffe(this.uid,e.uid,this.processUid)}[X1](e){return Ffe(this.gid,e.gid,this.processGid)}[Z3](e,r){let o=e.mode&4095||this.fmode,a=new Hct.WriteStream(e.absolute,{flags:Lfe(e.size),mode:o,autoClose:!1});a.on("error",p=>{a.fd&&vn.close(a.fd,()=>{}),a.write=()=>!0,this[Ro](p,e),r()});let n=1,u=p=>{if(p){a.fd&&vn.close(a.fd,()=>{}),this[Ro](p,e),r();return}--n===0&&vn.close(a.fd,h=>{h?this[Ro](h,e):this[iC](),r()})};a.on("finish",p=>{let h=e.absolute,E=a.fd;if(e.mtime&&!this.noMtime){n++;let I=e.atime||new Date,v=e.mtime;vn.futimes(E,I,v,b=>b?vn.utimes(h,I,v,C=>u(C&&b)):u())}if(this[J1](e)){n++;let I=this[z1](e),v=this[X1](e);vn.fchown(E,I,v,b=>b?vn.chown(h,I,v,C=>u(C&&b)):u())}u()});let A=this.transform&&this.transform(e)||e;A!==e&&(A.on("error",p=>{this[Ro](p,e),r()}),e.pipe(A)),A.pipe(a)}[$3](e,r){let o=e.mode&4095||this.dmode;this[vh](e.absolute,o,a=>{if(a){this[Ro](a,e),r();return}let n=1,u=A=>{--n===0&&(r(),this[iC](),e.resume())};e.mtime&&!this.noMtime&&(n++,vn.utimes(e.absolute,e.atime||new Date,e.mtime,u)),this[J1](e)&&(n++,vn.chown(e.absolute,this[z1](e),this[X1](e),u)),u()})}[bfe](e){e.unsupported=!0,this.warn("TAR_ENTRY_UNSUPPORTED",`unsupported entry type: ${e.type}`,{entry:e}),e.resume()}[Sfe](e,r){this[Vb](e,e.linkpath,"symlink",r)}[xfe](e,r){let o=fl(Yf.resolve(this.cwd,e.linkpath));this[Vb](e,o,"link",r)}[Qfe](){this[Gb]++}[iC](){this[Gb]--,this[J3]()}[e_](e){this[iC](),e.resume()}[X3](e,r){return e.type==="File"&&!this.unlink&&r.isFile()&&r.nlink<=1&&!$1}[z3](e){this[Qfe]();let r=[e.path];e.linkpath&&r.push(e.linkpath),this.reservations.reserve(r,o=>this[Pfe](e,o))}[Wb](e){e.type==="SymbolicLink"?zct(this.dirCache):e.type!=="Directory"&&Jct(this.dirCache,e.absolute)}[Pfe](e,r){this[Wb](e);let o=A=>{this[Wb](e),r(A)},a=()=>{this[vh](this.cwd,this.dmode,A=>{if(A){this[Ro](A,e),o();return}this[Z1]=!0,n()})},n=()=>{if(e.absolute!==this.cwd){let A=fl(Yf.dirname(e.absolute));if(A!==this.cwd)return this[vh](A,this.dmode,p=>{if(p){this[Ro](p,e),o();return}u()})}u()},u=()=>{vn.lstat(e.absolute,(A,p)=>{if(p&&(this.keep||this.newer&&p.mtime>e.mtime)){this[e_](e),o();return}if(A||this[X3](e,p))return this[tc](null,e,o);if(p.isDirectory()){if(e.type==="Directory"){let h=!this.noChmod&&e.mode&&(p.mode&4095)!==e.mode,E=I=>this[tc](I,e,o);return h?vn.chmod(e.absolute,e.mode,E):E()}if(e.absolute!==this.cwd)return vn.rmdir(e.absolute,h=>this[tc](h,e,o))}if(e.absolute===this.cwd)return this[tc](null,e,o);Vct(e.absolute,h=>this[tc](h,e,o))})};this[Z1]?n():a()}[tc](e,r,o){if(e){this[Ro](e,r),o();return}switch(r.type){case"File":case"OldFile":case"ContiguousFile":return this[Z3](r,o);case"Link":return this[xfe](r,o);case"SymbolicLink":return this[Sfe](r,o);case"Directory":case"GNUDumpDir":return this[$3](r,o)}}[Vb](e,r,o,a){vn[o](r,e.absolute,n=>{n?this[Ro](n,e):(this[iC](),e.resume()),a()})}},Yb=t=>{try{return[null,t()]}catch(e){return[e,null]}},t_=class extends e2{[tc](e,r){return super[tc](e,r,()=>{})}[z3](e){if(this[Wb](e),!this[Z1]){let n=this[vh](this.cwd,this.dmode);if(n)return this[Ro](n,e);this[Z1]=!0}if(e.absolute!==this.cwd){let n=fl(Yf.dirname(e.absolute));if(n!==this.cwd){let u=this[vh](n,this.dmode);if(u)return this[Ro](u,e)}}let[r,o]=Yb(()=>vn.lstatSync(e.absolute));if(o&&(this.keep||this.newer&&o.mtime>e.mtime))return this[e_](e);if(r||this[X3](e,o))return this[tc](null,e);if(o.isDirectory()){if(e.type==="Directory"){let u=!this.noChmod&&e.mode&&(o.mode&4095)!==e.mode,[A]=u?Yb(()=>{vn.chmodSync(e.absolute,e.mode)}):[];return this[tc](A,e)}let[n]=Yb(()=>vn.rmdirSync(e.absolute));this[tc](n,e)}let[a]=e.absolute===this.cwd?[]:Yb(()=>Kct(e.absolute));this[tc](a,e)}[Z3](e,r){let o=e.mode&4095||this.fmode,a=A=>{let p;try{vn.closeSync(n)}catch(h){p=h}(A||p)&&this[Ro](A||p,e),r()},n;try{n=vn.openSync(e.absolute,Lfe(e.size),o)}catch(A){return a(A)}let u=this.transform&&this.transform(e)||e;u!==e&&(u.on("error",A=>this[Ro](A,e)),e.pipe(u)),u.on("data",A=>{try{vn.writeSync(n,A,0,A.length)}catch(p){a(p)}}),u.on("end",A=>{let p=null;if(e.mtime&&!this.noMtime){let h=e.atime||new Date,E=e.mtime;try{vn.futimesSync(n,h,E)}catch(I){try{vn.utimesSync(e.absolute,h,E)}catch{p=I}}}if(this[J1](e)){let h=this[z1](e),E=this[X1](e);try{vn.fchownSync(n,h,E)}catch(I){try{vn.chownSync(e.absolute,h,E)}catch{p=p||I}}}a(p)})}[$3](e,r){let o=e.mode&4095||this.dmode,a=this[vh](e.absolute,o);if(a){this[Ro](a,e),r();return}if(e.mtime&&!this.noMtime)try{vn.utimesSync(e.absolute,e.atime||new Date,e.mtime)}catch{}if(this[J1](e))try{vn.chownSync(e.absolute,this[z1](e),this[X1](e))}catch{}r(),e.resume()}[vh](e,r){try{return Rfe.sync(fl(e),{uid:this.uid,gid:this.gid,processUid:this.processUid,processGid:this.processGid,umask:this.processUmask,preserve:this.preservePaths,unlink:this.unlink,cache:this.dirCache,cwd:this.cwd,mode:r})}catch(o){return o}}[Vb](e,r,o,a){try{vn[o+"Sync"](r,e.absolute),a(),e.resume()}catch(n){return this[Ro](n,e)}}};e2.Sync=t_;Mfe.exports=e2});var jfe=_((SUt,Hfe)=>{"use strict";var Xct=LE(),Kb=r_(),Ufe=Be("fs"),_fe=$E(),Ofe=Be("path"),n_=GE();Hfe.exports=(t,e,r)=>{typeof t=="function"?(r=t,e=null,t={}):Array.isArray(t)&&(e=t,t={}),typeof e=="function"&&(r=e,e=null),e?e=Array.from(e):e=[];let o=Xct(t);if(o.sync&&typeof r=="function")throw new TypeError("callback not supported for sync tar functions");if(!o.file&&typeof r=="function")throw new TypeError("callback only supported with file option");return e.length&&Zct(o,e),o.file&&o.sync?$ct(o):o.file?eut(o,r):o.sync?tut(o):rut(o)};var Zct=(t,e)=>{let r=new Map(e.map(n=>[n_(n),!0])),o=t.filter,a=(n,u)=>{let A=u||Ofe.parse(n).root||".",p=n===A?!1:r.has(n)?r.get(n):a(Ofe.dirname(n),A);return r.set(n,p),p};t.filter=o?(n,u)=>o(n,u)&&a(n_(n)):n=>a(n_(n))},$ct=t=>{let e=new Kb.Sync(t),r=t.file,o=Ufe.statSync(r),a=t.maxReadSize||16*1024*1024;new _fe.ReadStreamSync(r,{readSize:a,size:o.size}).pipe(e)},eut=(t,e)=>{let r=new Kb(t),o=t.maxReadSize||16*1024*1024,a=t.file,n=new Promise((u,A)=>{r.on("error",A),r.on("close",u),Ufe.stat(a,(p,h)=>{if(p)A(p);else{let E=new _fe.ReadStream(a,{readSize:o,size:h.size});E.on("error",A),E.pipe(r)}})});return e?n.then(e,e):n},tut=t=>new Kb.Sync(t),rut=t=>new Kb(t)});var qfe=_(us=>{"use strict";us.c=us.create=vAe();us.r=us.replace=O3();us.t=us.list=Lb();us.u=us.update=TAe();us.x=us.extract=jfe();us.Pack=wb();us.Unpack=r_();us.Parse=Nb();us.ReadEntry=nb();us.WriteEntry=p3();us.Header=qE();us.Pax=sb();us.types=JU()});var i_,Gfe,Dh,t2,r2,Yfe=Et(()=>{i_=$e(nd()),Gfe=Be("worker_threads"),Dh=Symbol("kTaskInfo"),t2=class{constructor(e,r){this.fn=e;this.limit=(0,i_.default)(r.poolSize)}run(e){return this.limit(()=>this.fn(e))}},r2=class{constructor(e,r){this.source=e;this.workers=[];this.limit=(0,i_.default)(r.poolSize),this.cleanupInterval=setInterval(()=>{if(this.limit.pendingCount===0&&this.limit.activeCount===0){let o=this.workers.pop();o?o.terminate():clearInterval(this.cleanupInterval)}},5e3).unref()}createWorker(){this.cleanupInterval.refresh();let e=new Gfe.Worker(this.source,{eval:!0,execArgv:[...process.execArgv,"--unhandled-rejections=strict"]});return e.on("message",r=>{if(!e[Dh])throw new Error("Assertion failed: Worker sent a result without having a task assigned");e[Dh].resolve(r),e[Dh]=null,e.unref(),this.workers.push(e)}),e.on("error",r=>{e[Dh]?.reject(r),e[Dh]=null}),e.on("exit",r=>{r!==0&&e[Dh]?.reject(new Error(`Worker exited with code ${r}`)),e[Dh]=null}),e}run(e){return this.limit(()=>{let r=this.workers.pop()??this.createWorker();return r.ref(),new Promise((o,a)=>{r[Dh]={resolve:o,reject:a},r.postMessage(e)})})}}});var Vfe=_((QUt,Wfe)=>{var s_;Wfe.exports.getContent=()=>(typeof s_>"u"&&(s_=Be("zlib").brotliDecompressSync(Buffer.from("WxhAdoB5WIOfuqt43L3v7Mn2JcoY21Esu4ZXedHKEhgnjHY7+QTdhgBVWvNP2Zx1VFXNSw6GONAGqJvu/q+qauSkoQ+clPRCLja5Twq1hTGwxoRXQ2sh1d5ddBX9KBirmXanlPSB+xojuO+tVnBns9gPMkbfJMw+ExvZiStPXEM0abHRoKhsiIawWkaDKMmchuueeNU+i6+6N+XzC4bQvyn9ePmh30nmhKTqeYA/SCSIRJfqF911L35XzhP2hk1dIqVW/0d8DDDlssChiSKhM5iERXCLJZ6LKR7h069+aX79Yooi3VGLHPfgpylWlhxlraOOnETFsjCSiWSgmPEVwWpm+fouvKexmT2yNwuhoCXKUSNRLinlagX2/PXbX+Jrzc/TtbRxMOx9Po9JKZ0tsYKV9TZHA6MfIvC/fz9n/z8/X+jMS7ouB8kYxqlETC2JE9i8Fefdw2039mJ7hXa3R2d3PERlv/ya9vUbqSjVm8wA3YCdU+tqyLCrnBfE5GrLyoGrGO1JZ62Vlq/3CdPMbq7qniDDYOS8T7/zhjkhZyw592VTe33tPd2ElYSEfZ0IFNLLNS0Y7J7SsGNPgNjnq+nXr+nCwRorpHQQy+dWdSmdw8koJ16ss40rdA8e/P/XN19H04+WjeuYDQLb6c5VUeulZ5yhPu6JworcK22981iKvb779vp1zGEwEhskFjCjZ6qWVW1sBIa4O1Eo6vnAuCr2dL+bKqY6jDYu99gkado+OOgiziIPT/luv1y8X5U+qMszyZRGiHqRqmUHQUaJWqXqBX0/nY5rwu14ZZXArv6mL92zgwXHFwBLN633464VmEGCUfjxja3joYOU1uLxzWfAQaEGpKIbYQxkGybufsmihlrPx91dsK3sys+qnh5oDNiDghL5J8ubhigJlpEz0vrRj+Y/fX7s7t6Jmjzzeaq6uikG0AIbZf4mzLUgqOMNk6CxsNh8PnyYorX2ObvZ5AIcmAsR6Q9t3QsRUW17RHhEU/1x+O2s9PEBhCS4M+mjKwgzXfdD0z9rr3U8Dmrs1iP4q68jrViBuP8ks6I+olujBjeb2fOblVOfNhNkrhi6hH/txtuU0jh4+O/FaZ8f7e4mXbLh986TZM1gY49BCc4fMckIfDDpuo3aDmw3R0OYgB9g///7MvWr6gNNAta3l9X8rtOvppuMkEhQv29GNRkiTnM38714L5iBACACyEwpk0namZRoJSnT7s859wXyvRdIKgAkXQDIr0Wm7FqWVI2q13LNJNmurp3VbPCbYXXtbEj/P3Ez+qNZ/f99qVbb+/6PCAQIigIpZhqynE65RjNdp05Op7cdACin6GHqSTn0NC82wrv3/pf8770fVvwfgVT8H4EyIgJsIwCyExEAswiA+h8AmQGIUoOUMxuS7Tz0kKfpIfvQ41ENkwjR1ZJon5OS7Brkmp09DJPcmTVPu2nV03D2NcyrXPbpVS7WvdnXetG7Xi57tazFsq3e1M8UIPn507uTwoAGPEUmUpbsm9n+BoSMM7FL37g3wAILnDE2k3wSqBSE+ZInF/791v59m5lkkgKBkBUmM7sltH3K9NxNt3ChxIpIVT+gvUVydaD4eFRVjoRRH8nIb+Fa2szBbL6Qr5DAxsXa4wKxcABgTI0GYJ7oL8b3Fha/nUW+E1BIAcWQCEaEQUGX6t3O/qeBlE4aoZB/qRiw0sESkBjmfqrvO3OALEByVTNIFFF/0ocxy54B3PbP/5+BXosX591zjoIiAiMWxILYyLERG0MiQ0rauPH+G/ptfTfqrO8xCp+XNpEDFhiEgaB9Z9RGWW/3RcXXDeC2nn/4dHqE/r6QOCRzIAijaqMcG9ESJVIbUXf3oxb67ge8yT3mevDjgw+Fg2Z5UMEJbqf9w+y70d/nDTd0uKFglSBFAgbJEDBChQwVC1atcsMNN2S44cCnf1/d84/2/tdutKxtH7iaLgi4ICAgmwICAgwCDAw8ydIOsDQDg1g6i9of7973DRgwICA6BRgEGARYJwPrZGDQoEHrVKBAgQaB9/m59f/P97hHmPeb7xFbbNGiBaIFAkEyCDJBkAkCQfJKIEqUKFFiZVKi/XT/9eT0PLosnwEDGjRo0OCCC6zIigysyMCggKUUsCIDAycyqJUKVKQCB3g/xP/c/rGQZCUYjFZhwgtr1WiRBX/KzW+x0iXQPX7DipYSAT5SQYtqoIK0XbPLJTaTeW9W5ns3g/9DW1gWKdfX8Aax4B4ohGAWocUqWAu0K+//IZmZlfTA5JX3lAajzDV2Lap1BqWM2z4IXwgeEG16Fa0eLbxzmMi+3t+wkIoH4Q3zzjhbl/wlg/zeuoa098ae8bTK2zBjk5CGD/15U31OpidO0B6JxxxkN3Wpng5/w4m+druEhPsn+FiOR9PJU5QM1nmP2l5tWhFBI0StAfR06YNfKVpVfYwsn3qsnXrfx45JXk5OKXh5pwdZhhVc9+X3AqZOCPskPex0HffJsv+PMPh0RHES/aVoyNCOPKEGzD+VVN7Ppekn4Shi+rrYB00NgdCsQHXr4a75WXr8+qnrIhhUKimYeCqXEBks3af1lBcO8S+3rPNgRbCeVtVNf7pMcRYF/yoTGQ2At9Ifw/8JEaxS7tP8tdu7yMOATinQIHZTNsTGvHqgUn96V8igW8IhwmHhSOle4PMVcfbTXYUkO+jkilzuA1jINAqEIti1IW8BXtGrL0E0dEtq/8nMuaVYmgvskjGxOiRxiNbn31JodeJkv3Hmo3Nd6ncMI1lLhZw7s4fi9T3QSnGNe7LXBJlWZX/tTdmp5sRLYM90MTrC/eDFlf5lw7JZo1NwhQPm8nyn6/UN5GVy0Cn9cRMhUNzWQc0+SxFDOFFzjoyMj+MxnzDnR5lT7bDU+bM3YUlEE+DDuIMhhjB9qq9/ljIXXb4aTTajPo5tJW6QMqdEZe9Z7dmNFe7vL7cY5MM/jxaSQKVh9P6dt1H1jPYmDU2ThvRcCF6S+wzY/I1g3pBkDoErqicZZPGRC/88pEYFnD6UBKV4yh0QXJ0j563GL4+8UVhZhgof7SQvqHIqb9WN/3y0b1sIHMML3s9ItJMQy9r5LWIhif3vGZmH7jXdFf/ElOGUkiU/zxJZ3GF65eixSRe2+PMvuFPhWyiUP+XtdN0T3M57fE2yP2o6amZy/E3lUIJwvwE5X6Hnl6pX5z8Kl0b7weW4SdoEOJHpHiuKGu/cu9cSqrzSjUFR55Xv+OXFvDuxNveUMO7ApUSp4KTxFCzTFv2ccn3cgu2+friR0TAhSKMVN4rYu56lQdMhbUyFGYV9+oO59/2dYek58xex4lD7/RkVfFJo/bexczgbF5YH+5xURYp8BlU6aUwfcZvHBsMFO9Y5uYXCCev3Yrz6EhB8Kkupb4VgC+mG4H0un8cWVltYbXG16eoC0/dt5Aofl/Fcuz0SHr8+w57juksaFnz0ADBPsCdwDuyO3TnHctcYN8O4Qu4q+5xhXPVjmY+27WZRpdM47kGmryd3xWBs+HiFLOwvgppVzzp1WvbpZmfXAyWa0trnpwRk4lxpGY1V23awnP4O93ak/uFU1S6MGp/v5Qo/P6DDKK5u+CiwDRC1foklUQuV0dNC070HUDItFWOEw0srLvfWYj2WdKN4WdaCVLUXrmWxKMAGjdlv1Do8XfvyLd31i2CIOW6c1uGG4EcTjclyGgcfbi6N+fg2MnYHXmMnHRduqr41ezgvp1UDGDUhy6x9NAf174BJBwch+K+IaENecyEfEmakhn5GqZ/CQ0lABD4Va0NABKL+SRiDxFgoHrRU0GfkhTGkQQqxsYCOXkqv/8hw/Q4joyAGiIAEl97iUXzrhZnq8AqhIeZzDEq/wpfWM2+YJEbhW/4d3dbi3nPkHIyWu6yKX7iuQOht8zglLS9uRUA9Ens97AsFgU46aXDMGlQ1UEDqntSc1E6dTqnX4wTHdzd8mLSXVz8HSopUh9s2PWjYlTNGhVu54oJUmPRVZG611dFc6Q/fuCx6GMH7EiVVWp5KT0aEVF7+Cn55qL+TXX2vLhXBFlrvqbcz+3UJ1qL86IQiPQoFFmplwmPAV0olpWdam/XS5JiSs7247kpngeqNpxsOTZDl7B2yATZWnYQNV+KkVG7v5q3wBkhGAuCIkuNpKauSPYr6T9ehMIjHh1cQ1pz/FvWAJc7+qUvLq4GxPuwQi90SkPvEqDuxVNFldtiFnlW8E9ixiN/rT5+UpKEQBXXfZurXb9XKetTxhW3XY2RHOP9/FU5DnXmu2Lwn/m1YcWRa3my9Ad+TNGmPFGm03kXafkl8mYXcTMvhogL0C8Mn+wMlVNRpwDFnccF9lKa4dT9iE+Y84zaV1GllTXo4K9GoNo2qTIr/a7wfz7WBuFirKab+fKKcbj+WVXPXpQPU9hBCgObJaydp8nSQqTz5EtJ6IiFrc/7PHm4XsN0lLxG8ZXqgARFruJEj93GbKNessulVyUM7ZnVRwmeoyA3qzw4jT+h+vj2CTBsg+CIrNI5McnYtRq1CRfecHRLA49veIa1JGnwZ4n2o70NKBIsDX20CIT9KsItxDGVHAhpRI3ikwU0FUXefiUvvVHd9f5TE1mbAKKOalosjXH7G1FTbgLS1q+37G0xIVM1RtFQxuJyL20f+btXF8q4PTVFVBi3JWn1g/qGXmLOlRt5IewbvltR6EiOrNaRJJdUZ+frgTfOFB6OheuCITQrqxXlI6WVZde15Buupi0yjS4LD5bBN0FWrkcMcAQEp8H0Xqb1Q5kwqfL/C5SulDnh1KGcxwUEKrlUVmfIUy3HFT7wMIoKAEd8+ZeReXWhOaddSzWIPhOa2c6jPlqu7OToL/StZdsgQYbQ5WDHvP6TXT1KRhHwis1TsYJR6LIcnvJ5LZR5ESjRtvq7ybEU0m2DsMKdS93iS0+p57bGyos4XJ2euqxLYxFBqIWUqDZfHsRuZANXgzAFDnxKODSGlikbdcNbiq1cdsfeqFrRqAT21lblfs+Ockr01CGRx3TTSBZlEI1DwQBUkeCYlPU7DapQ6Z7gfinUpGn9LPTXrLfVY6eApKfXWIMeablBsGDmfKV/1mdNb00R+PXHAf5I4coDEpIoIdvn8Te1z8/XHIRx92nyn93IrByIwQHoLXgTmxmpW1PRnxN2OUZmXUlmf8tMUdD2z7hJth0yhOGHcO6COmUuDzn1mzplWtefAznIpD8XxdHFYFiA3ajA5gArWZiPZ5tqMDOfk2B0TURQcbo2oklwJ8/oBha2toktElKFjsWyjdpT9FBzOBGo1B9VAF1iy4IhZ9HF4JEaKa5RQDdxe+OoIrQVFcZu+OfIgmhQWsW3+WnAQf6ATmgUDjZRj68cLE3XFcHxee41OPf9yMQEd3QLFIc/F6S+WSzExLttGEk9zav65MghFP+bZkze7iBim5SiKWB4Dm5Tc6h/9nEZGh3+YC+EZrnuJIw/dhZuzHNjnJ93wmH0u6+x9PJUv8m92d6/YKuU450VOHVRDkv5eixOqsPwRgx+GO8eYJ8evbIaGO78m+6He61NzbHS8l573afcMzqDV068Hffb78HhppHWSOd1rH86ntAPjWlGLnppJDFj5Wuuyl1RKXI/99U/56EisjQQwvXx1L5eWsc8mRuqhrOYNSdO7rQoFOxGuQ9RPCabS4MkJy6e6xGVz3mK/M6UnVxej4+QHdmxY9H1Opadeqjy3P9oGBToWst6u0OF5V+6txKozpGBHvnQ5f8sDmG02JhHtM3/ZC9o0Y60XMSCLjbyr3RMNcIoCx4do73/2UGjYddzLg4lg7SmdZS9+2Z4cwqXLdvEvjs6MindiElc/atjKEdCcLvViGz6cSzNjYKUV9dNZ62ttcRzXmRK97uGtzGUv7ocP5Ahh056p4kAvMccsscxHgnVDdnry7HH7M5EjFyLThu60zWXzWC0kFYPPj+3KJtacorvRnsLx5OQjJSjduHyjFeodcT81oMBtIS/SqlFpwXrpzqRGVOxMwl1qRrkkr5IKt4PlzTnjK7WD3lED3inqg9Tj34djC5iHizCVLYlOVp2G26j9gHrD9MvXiewykpssrDHCK013aCk6igxLZIuqb3ygrtmVjGHpL0+NqvnfwVxKD96YM1ESmNynJtFiq3QAp9w5v0a41C2maIXOjonHPxDCtNWyOU5PQjduGWrkGiE1j6gJVj3QywqCsB88MhKFpUBD42nC9Z2uKuzq/Tk8r011f9SGdb+sUr3+BszzQSLriONQqgcDx690IX2gRSGNrQnKK01IixyRon3ccKtAYrF0NrxnYFmT90REMFJGHbrC4rCDtBqVCThN9RIVxfcjC1altlWkg4f8m5pu6O5a9V0q/tlq67GP5IPs7mGA03kTlhwM7Sfo2u/x8mr/HcxS5ZwJdqOlcnOiIgxxEOT2zcmT5G+Ji9+ALDfS0limcz00nS2juftGsrbdzvVmYT4j0reE3dnMxzCt4XtVhYQUno9oZ+s1a8Ak/yp9qLRIXwuZ1fuZgJgeohIeOxJpX6AG+e/u9Cxr5WsS0UHXWJGzq22MLX5zRnrIMXKx/4Kz/HZe7S3168pRWtNF5DLRI2LBwSNqx97cXmqD8Fa3DJKyzDH2l0LBPqHEqk7CXi8v1D70lm3xyi7lkR1dSBrcgEEts/QOGWhf+W9Vz9UV5V3VfuCAk6YGaahSJ5btjqQ4YdMBZ14B5SG9ceUylzJEzH2e0K1JM/lmjWUTg3tbmBfxr6xbZiq1M0dq0g+gOw2TbLL4wztuXz6zps1HUH5LpIsjSDxliDQytYFlItEURlaK9ul5o5dwmEN0c5m9LD3yJMRZPth8B+RdkdDlj++zFBVlZiHSHvbtNHrZ1L5fI//YWWPUo7LQuVb2cHI0L5sdH+7GQRc7S9LaLhPYtscNTfX6W81CtgrfvGc/zPOwWH4SqTTc7oWl5OqC4k6tS05L1YumTinqrRO4bSfzOF1UMTyX9F2KTpgrsqI0pKbQzerMpv9ZSzo6ANF5YD3K2ktlS8+dgXvgnwYazFlQZfV6jrqkjOFwxAxlTFoBVTkWnsRxTDuKj2Cf+y5mYw7IsRTrJImdLmUutraXN71q0hPbM5w+ivoau0I+GYQEUC3rItwNzBj4BYSdUrB6Rls4+WYBLF2QIJxaiqr2UACmgtXYyocJXXZgew0vlCpAbHnectQM3QE960hECTKXLoJQQypxF5JJeGxc6n3Ou7a1TC1SaylM3FNMRaFh2dEGc8ZhHPX39VTTg3Rru84u+CLjqwCV74IRjL6ocFSpM6dKd55Kp42rO35VzzJrFYGO3vKE6ho+xSzxFfWdTTkezclmiwSvw4S6+PAPQXZqOdtQHsAYjhKn16slNYpyq5/kHAukZZcOWYo62xS/c1dAeVjgPvK2qW4vHFLlUYYbhvfEQb7it1m5Cd0zX2a+6y2QrzOXQ3VzpWGBckN3S1Z55b5DaPxPzZI/nIx1lKbLm69sIIypQbuUP4eLpWVnfqJ6MSQQ797s3haO9bpVoRPqkW1KUefZJP/jy7HQiaIWkCKHVPI+zM1TTcKYgbEx02UrBlc5oOpzDo38l2YqRUr8gXyJK/cfiiZLzHEQN421HSad1xKt8vJW104zKLtbCKUXQ65I7zZLlKRxuFHkXI5uE/pvAjvmRwQmIcEQFZW/DSA258Rt7FDjmuZciYVQXYrQMZM3jqCre6DaRkpEkZvXUl0NAAw2h7ODZqif48p1Any57bYiL1ePwh7ED3WejTx51xCDzPXuPcAK2NqqN+5HfLu6jPd7NrjXp6GTibGetO3CUSvbAUw3nwIDX0aujLKcYVd0z3Noeqq/LnYCP728rnQQ2dXs62Zn0ZdqlE626v1lywdOgnExEBJTm8DDmNpFsxW5NoU+1oq5/qRJDRAPbKpJd9RWsgPyDifnG6fmHsEO+/se0rQETXvCpHEBwXWkbRClaVTraGzmbEqGuM0bWHt9uOGmWPbQoPaj+agQ3Viqr3eUigkGnVoylaCDtVh2V70+VaXxmmOKa2/3trJFB2BYb830N/4muhn+30BQEHKVZ6uCW9BcNMUo/o0IXK1Dp2nhpXvrLnXLClw/Ync4e1v2kTU8it0gcI7jenLBZyihq1rlQ7vqy3No3V/w1ty8YLo7Yuxwel8T6RSkQVzDUetWGktZ9Zy01/pYtq7QvdxYWzB887b4l9DZwn9L5npn+yy08oSauryDVS12Fwf0QglHPOnr4m0iAKzAC7QxWUl9cY++A5bxk9f37DC/fc35v06Jp3H9g7fIskqIS7KXcxbMRW+Q8UcoRkMs3eTRjpmpn59fTS3NVNEyslRxnzJXJfoDYnhNJP71+VaULY4ver504+WRShrFKx3eZ48wqGBAVWmZEuh//PaJmBZvjj/v5fAmjulqmwXlW3roOb/ULVldzmeKg3Wx97LlXSgMVWK/THEFVuAia5atEW9Y99J0hBGvcbO/kM1sFtxu3HJ5w03peibXrF0GNCdaqVKyOb9hph15saZCHUvvxDh6L2z4Z6BTVua66ETCzMWJBct/vRkOCxJN4HvAyZKip8dy519JYnkcsSIXbJuN8CkKB3jkgslhDHLv01b6DAYP2F8pEddW5d6Co/6aVJTw4StXmMMwzbaGdEKmRsFY8q33pTxmtjoLbWpNB4J6CLYV24CC7pCt1BYPcMeGRpTkizoG8dVY/vMbnXB0JVeHHhrozbKgd4IqOWn9Mzfh91Z9ryfXj1ctz/r2oP7izc7xTNECS1qbkSRpqLGqPkCFw79dIz6dORN9ufhf/1G0LHXIExOCiXHeaDJ0zxvV8Z1WLd4PrDykUMNWlwsMxTCkolFRzPs14ISWdsm/RkzkSipnjSk8vuwoPqgvBCy3XHDdyckHo3pxbXckKDD8KH3Z0UOEhiPcNeNnT95sdQH2mXSNaFUHq7NVyUgzvZqO46ScrHmUR03/Iq8umauhROLr7/e/VrEctj+uuwxfntVCtbXbE0jOJ2TFVNMyuDtILGkL3Zd0CZL/C9t73QYjh7UaWYzULrgLi5AEiwbmO6MFPL7DOAZ3cjXdNKTQXFsa5MvQtQ2B9J9yfbp/gqub8bAOr07rd9HT5ic93B7Sm/3JmBpX4YlRrt62X6O1o9x7ccSjzmTR8uJDeRs5A70L5eHh9bvdTf5ovCTQWzm9DG7ZKN33hqnZlwhY9rBtXD1GedW6Zrzv1OIdqpjp+GOmqkxapHATd24bke0oMyKV1GxQPYZm8YRnZN3Kn5wPDTeFrpO+4QdtsWcw/wL8Rd28xC79atzfn57f3EaZPLiWw5s24zMeCm8A5vs3mjJCxIkp/wFtuSiFm0BrSwvFmPa+Nt8XiUQ4wTX122kCTkZFrdOKwNCQ4Cx3xkBTc6Ocg7TgT6XNJZ8KlqnO6pj5CrH5VWxFRvtzKKPKS9iZaINEXJ4PgYMOxA2GhJsGjxG4w+Vock6Dq5LUgeGIL+vDKybCPZjITOQ2g/PM5D7qEsem9deTbGjTEEFe/uUWev78TcfMJlc6F64ndLapaFE/ENgEVoM6scfxwuFoJwgdeS7PaXQxf9x9blas4wgv8EFGrVBjBmQk6n3eALBoZKhSgqGBo2cjy+vOYdHAlTRxibRhljKEMvJIbYmZsQ9rYS9kTRqrx4aRn5L6TppBWBYdF9xoM69ng/n7PePcmRPDHkSyjGdL/midAzGuEXqKC0LrzIrkOOidbpoKi2dd7n1CxeAADeJpYr1kiUiBZ15bTJ4abE4i+ldKkfLsFOkjNUR/0xvhHzK2bTrLCw2jyb38MJlokraMGg0zW0eHxUGiDN4WM8J0ftAf8Wy/WUQZajooSeN6XJbbJJ1uvXGNYsaArlMDGx72E3wY4HiYCwJuq4z9O5RcVjbKpe/Dbkt6eGopByI49hXumeC+CPJV7py+g+SIoFlaYvT3eRrJBqaGKJQxrAULjpA7l9rZL2LzuhwjnOdFWHcRZySqk2xocohCOcvGcAmqUHzdyKf8k9yJ5HiRJ3V39gOk2O9lFVvzArADcLuetkJqW7uM1VyfSLOzclCiiJYeOVap/EK8T4C6ZcJH/YURfckTmJpvxuBeGfCcybvFjuZ1W5WZZRSncdOLD/xjjTCTXPLeUNOzDnFCSoUJpp8aAeWCcNOB4CsvKWs7wnBG3KtrkvauC5guDvg8ftrYRDhJiEiBjCwajUuH3pbroARHvMI9EuTdqFljbVGRsmArpB+AKQx4E3TWMqMoSQWsqD0o4n6rgCkMeDBJqWEG05lFdWj9EabLi/AmtLzuympcQIY5QN8/TjuadgkwQcWWRVLRQu0kcEP4QT19MynHl0+uQVKdPg8ynsGgRmVvUwws+kr0sxC0aS5WvtlS74bnGsrIhA/aGlc708vceaQ44tuGt6VM9rtvAf1NtErYMnKXFFf5JpkFuhMxbc+BKsRIppCdiLeFBbTDgw5iZLY3tEfYWqsILXmJV4bivs2skGBjGgNs0A/g8h8t8nNd5K78okeSkrbq7/xSoTJeJJZtPaCJlUHG7WGofZjurd54lEAiqWP0kPVDY7AQRK3vsg2IU793CJoJmKD4g9Rc7/eMIKR5fTlQo39pjxI9ulOpLXTmxrP4lOV2NWo+Y2XqG1Gi27g0vRnt/tESRhzZg6fG/Ikf5smowKn02KRVWHFX5u+ipO6TcFjNErN2lfXpnCTYteXe4+v7Ng7nN1kOpZvmLb1X8q6NJt6gtkdsBV7o1W2VOR2qsuCemmWJPaZq7EZlx4IrYlDN/3FicYfoTkeobd9JpW7CO9ePS32//XF2x1mguxJ66N5mCm5u+qDLZWh3R3B6u/ukzrORehf7dkVvhGEpebQYDEj0ynzAI7mduFqRJcf2O8+NnecupZLtRz1WJT+OJ+yfefAVqc8a14EIdXrOYQ8szNS1FF9g5gGQopaeYiTFJ9KD2vimGoCT2KpvQbTfnqR/SkvYh5Mo/hRKhHechbIdy47mtnz9DW1+p5YX83RF3mx6P+Fhui2BfSi8Zz4ZnstmNPcyvZ+CyxOnvmU+Rvr1Hqf8VkX4u/T4i0a3lDPuI8rgEw/68Z1vzc7GetMKK7OPU9jsZtcBM/CNwu+Qt/Nhrl93lZdUG/MlTOvRucpDT/x28ArkvOEovLVOjkmgrx+0ERHobeBeS6I8IMJXymd26vo59Ae/UTVStwklJwpsw0MxmYMerVcaBWkmQ8Z8EVLQw7l9L9t0ulobHQXbSpU6jutlnLi3k/O2G9ZW3zfX1HlShoqOYmNhdBZHLIz13WJ8S+9aPz6XMQlefYcNEzowcfCj7gXWI6AsfYLjx6ksD+517Uv/OWnhPHffn67keDdjG13jcsnqsKJkkilPierstufdfAlNZO+eM+rNyOY5khnza7fINJBfb02PVS6snQlTYhNguvPgEHPnoU2TbS1W1sZioghsKhkf2AuZ1P41VVzhq/ACdncdc9S8+A/NDngsWDNKQ5QibGofZvPOD4ys8jDVrEzroX0n7RJlbj54sYmWaQuN9/hii/MEw09rT5PMJo/XOM26BUrm6it3bTdM2EtI8wZ4Ot7+CnahbzaNWwNi7ZEubU+2nn2wuymcPEfRcUGojXWXR8E3/ypLM9eDqc31/KQi8AUVIfdIS/OZdTuolP7DX9ZvScEiVM23A4azhbdhVJFmMCULuvKcruk2kRs7y9yKnO+Smlx7unyWGl/pLBTfvCaFsNpDjynYZvTtbk62BuM2WzpIMYwcJSlhjcDSfkLQzsPeJZ1vFSE3HGE+GekeJ0RY2B0Bm4wMfYLNFxC6Gp5KXCUuiEJh9veYaHfiGTxpmpnYF51jOEfzSFbjLjxntW67Aablg/sluI3ggV7hWILbCfJO6kzEsnIRUU6EnIAoPg9BSW7h/f4INolK0nSAVBoHLCRBSUwALO4G4JLA3mueEdWxOHoVXSCiAB4z+qmGTNuxi23saeVgNakkU/5KcHYjfDd9tnfqau3oOUmpY/n32sfdVMpQo6fqGU+khNYoPz/c6hp3pwsapq/LAI/W4VpiyFfTzqg8D2Fpncvx8rO6D9eJjb31qw9hbQ+m2SycvMRvpeljCMkZHkm8ZWOKGChFREPwpGVMc4MuEy1FqlQ8pcoSQthOnhV0f2CTO3Ffp/pr1svbcH149GydVlIkzhpZ6bZo2A/a91PHUXU/HUXh/53ElMnWC58rk63X4ml26LyLMyqIPaM2J6XgvXTUiWU+13qavOuWDHTA2bvVCaHf1//pR7GL8uOz4S9DXW2L3CpXsjjTb38tKOiaR/fmkY7SqN5jtHPMTr45C3ay+pkz4cHZ7LgJBGJhwaetIY+Qrh34b4SKUfLMaoT9jbmogKRiffkY4jNkQP8h0GjBfBK07OUy8IfTfof0upo2rAj6Cr65Tls+iP59TuCMBp79tRkmu2hy/GstJLI7dO9/xEEwPX42uKzEnxfRF6SUwOQ22RNwPGGmDi4DwBSBJNLRMLsQE9Bb5gd07XXqHMopWQMJx587UDWfSFamTw267Vh1WwKSOsGpOQTjRwlm1gn7sF+yvYTc8AUD5pOA4psDFnYDZpPAPiyYHGXZ7fyGeXWS0lJIKPCTzGqS/39bM+2f4C4ED/gK90FwO0H7MGOylaTS+FlFFpKgJCYAFncD5tLBIzXfWuRzKrdSiMHn5+fbz1JuwQXgvxEy5zhCkxtaQQyRbxaew5DxmZYQthdYGze2WbhvjEw2iak4aBUISko/DNnQOgaGbSNwgoreCNm+7TBmQwq8kurTMigo8FP6YUhpnUmNKqy2rYUabAdm5iSH+QMg2oEpzfokbjyqi8G/UhZ+kHZHJe3uPDCXbBnIbuZbzKt2PE7LAFDgB2A1AO7llnm1GqqSKVA+CkySQkoeBVmZFCg/JbMcslsMG3qD4LenuMx0Iln+HRHbmyghcFUJlPiNUPRS76fY0DIVAgNQwq1g7h6yTDqoAhSzSRV26Rtkn3bPCEx1wAwxZJOlYdYpurRQVP7EyGOr2njc09SL1x2+d73xllrDTcWrvjdbki5606ZRRcy+B6HEk0yNBEdmYXD0fHK2/ug4lmzqHcgERnd3oafWIvsYE0oQa7v/XQzFyckia08DcxCQt1lOE0wP0v5m/nF2cbBYztR7IPUmZFHJM4B0CnKSH1FPbmUDi1RdLHkxcBQlqQPQyRKKZvq5xfy+4IigTyKtACzfMGmHmNCqUQm1rvwuRnkGT3I+4falnb1Ezv1qadRqzsAoIE2a3eZcKNfaNe8m1Lc46F+q/kBbimc7GvrpCHs5c03Y1QHGjqAzIjU7fwwaCGky8T3jYei9WGJV53nkrkosFp71eFz3jzR3awzvJ8s3gVxx2R941qStdydW78E+6zj2Qi89Nc82oE3tVozlOXC2WSkVMY1AmbL14qO2hnKLfX+nQ7H0/m1LztqZHG/z5zcBtqGsc+Nqvn4MZ9E3n/dB8z7IMQgTSJXcD6JumKgd8QXCfpQOyllHZ5DN+kWbNDizqjPV5Lo5+3qK4ZeNIU+IxQ3U8IskJO3thpaWSdG8n2yeQnHH6HPH4AwsXYDebAgCbIjzIW0vGtzec1S7WYN2o7GTnUAIhgZjmakQkfc7UtPzvdUaM51ZUVAg3uNeUU+SDdT0yO3CPu0B4Q3d9TcD/p/3NHjNDDZznjGrLxRZfJAsp3n6n/1HIccqok1apXRl2s5XS9/PU+p13uAj/ecJFTpFlVdHi4ou9I9Harnndv1iDwLoshTroTWkL3/OM5vUWLEdvRnCj1ZSBO/aDlfCvrKkO9I5gn5FvQs0u1ks3XgRNByQNrVJm6x49aLwenHUxaeTWx/1Kt8lV0aKuHA493vB7a4+vBbHbfNHEaofrHcdF71X64T5D1sTzG4FL8oD8N1qA6F08qcE5bLmBjby4XJeFlUfeCFJ74Qqg0LjohV+WpaQP9DCknzl5foU9qEPWbAnFUTFYXxUoM8wfQhFv0fOywKuJVDVyxyZX3lbuV0WdqSYqPGjhwhfy90rfzaCbK+8wAKb5Zrn0vThWQNjFqXfr3o+KycSe7Ehb7sF/b26/ov/svNNcrG/PIs3vWA9yUWW5+OmfyEdRy/munOu4fPH7naLua7o/IdyqonnVoCA/XlWIxZdd8kH6JwUHRYvfjD9O7wo7eCdD90qHevBF5mes7m/82D1YwCUkJQTe6J7+lnONEJ6lShlTG4DFk2t0eAyptkccMLAXvN2bvJlu+8ecLV/YYwH9nRLuqbQPX/54bpq9YmX8vLRrw5UV6GtQ3xNQ/lFScLui8z/gGh/HcjuzZa+vgrT7efRPL2Y7t/LyZS3aaB5bx5LVdTdoI1pagFB9gknqtEO3freuRHPRgbF97JZzSOREyyXdnXuK0Jc8AtXLLPXvHtqAw6jYxTMe5BDAqCuw6s4miWL+0qnt3LOXMnFpRhP2jkKrKGhMWGAwnwNf2Uf/B/+AFnIOSAq1yOdFBiKg/6L3WxO5RP/8ueXKsITiQrGJO+HEUq8390omcG8uGjlMuX5BOQid1AFcsrFQePANhFrncSXDhB1F3zrgTbfvl2fNBM5gNyaJfOHDvjqbPrUiCVFjnJECTTm2AMLE1jxzlVgB2QT/TfK+lNIp72QJJ8CcUsx+SQH/I8JQf1bx/+RvqchB5S07MXD+DB1TZxXGa/I0ajlt7sDVl24Dul5cIKJu8wwSguZu9qN7+R8YgS/Moohzk11b5Yncyj2k6VUBzMCePO8P8+GhR/VqVm7NsdGBaE+Hz1OLaq08ivstYN3ePa+iRS8GjkqZ500h5NayJwzaVLCZcdDjrc9sWF7RzPcs+JKBCGULR2DBtWind6+t2VMfnr6ZqF1v+10UHQitG1lDw2jakhGWWZSTCiEgyuZtP2S3VtEVKY8R2bM5Ktpee2caZDm5dB/l72W2wR4ng1NHaONLHb/b/ZXkFdPnOXOW1b13/vvNCLEahpi5IVju2iDAhtohPDJcWSasw/hTbzHOnLpZzSSWV1hnngk5w2zGm7dgvzANhmSNj/yrUSlBH92fmaGgkdblcQPCJ/LapeVPj9M0Xvr+IjKuvhnQhuuGY5T/1BaniBD4h4M2oH/P8bUUg6vteHXex9x6+Yk2qF0wo3sMUIIPi7djsjlPT5KMSNfb2dU/7cL/CHW+ZjgFK8ib1EUQInZ+RFEtf6IR6HGpqoywEl5oHwe0G4ZbmaDLMlzQFU0BkynIM/fHFDy8t81FGxV/GyON4Q9H1mdyclLx31vnvDOm9WAebVNarSx/ZSJzurEyffZnn26+7b963Yg7pDQFColtyv8H40YRrw8Ti7r2lAxszTHVzafB1fxNXUT42lUQc+3n5SY5HjkY/SBLZzE0f+8GGCpzhiOUft+zoX+qP2LSUN93rLJBX6kHEIqsNBPjSQHwtGDNSuUi7JM9skroR9Ge61kGPLU2wLn0Aa6UYjazta7thl3VyFD5ZyTQ3JFBoWr2PL6G75DVeDh+ab9uLUGRtcFFowW3yDpLdWxMp0tH6JLFJ6pwVSHdQaSb7EkcXok00l/pyMhdaQAanh+6zjcL3XFdjy0PF4TBgoffY3OmMlIkiyOvGwAtndXmM9ZtMxVKLIWBlnkMXOEyO3PnmXvmWUtR0ue8W/v36yBImIcROssFHh8l95GlucI7XZ7pzno/1uZ9IdKcH+GouEzKJMop1djM4X7zRGGLnab2ewt6PvK6QNtLkPHb602RSNQFb9wK/ut8EUidbkg2XrcfOEhlkCnKKro6ARHm7/ptKO1sTl+3EnsCPHIH9SKPTAvZuOBDYzTv5ogu5af9t+8vvVYP+HtT6tikqlLTicrNNPF7Ikz64CvSk1I5CRzkj8xy7Gm7xWbViis6Artr26+2MjzxdpP+JVSj7qd5q67+tNIraOA9UkF+p68DobLpWYTHC0QRmV/wOprJ1xiRsDSI+ibMwkcC7dpOP+2xW8tscrk+yP/RHFojv5P1+o/mdVqnUaAapgJYJUWeD360zUujJeTQtqxnH3AOfJSADSCOfFbUzt3dCRDnSsVe88p2KJBhJk7vM4W4HCoVl7Fm5B5DNE/XuOHxaqyJvnXIt9r8su3hVGb0kIsjPvuDQe5H7Q6UfCq4csOIw2nUqcKuC+O6Gh8bjVz6RUTSEtndnrGwwJe8iRWQySqNfNRAK4iNV0fqQvQXN/1DBVEpmuZ4jfzQrGeg5t8Z6et8cIB53SAZWP2vqQ9QqWtABLh9NdgMMLyAKFQbqzcjSY4T94hfxOLg7B5Sie0yOOngp/vj1cD/X6rGWgGqH+ZCk5glfHGB5+EA5r5v3OcPFM3m47BS5vobni26h2nucohaWlb+1ee+oqgvZxyHnsg3ynuNs9rj8N1fnYtmgGecyTLoexpxxLxDjK6vQstxq7qrMdS7Rp/J7W7R616Kq+Dmi6exGXepSDa1JlU5u+VNGrdG/vrMqNHODN1WCfInHUKbZzcaV/Z7TZ63h9tkiJMD7Z/Wg40jPszXtWzo2e9jQHAEfV8OyNq1NeV2S2ahL7jN0KdXlGrY/dDecLIhnCizWKNoOEDgJR3Th9fO1LUY47XYvWdYzOP1c7qnHyryJvBZNpWOahWqBB+KwUNHu1i9O714ti8zIwTqX93OrQxOkdX77bK/VECnrPDkqJrSHg/YzvC0uUx4mZWp7TM/CUfj8vY29msjSKMoPc0J2q8wpt3bScdz/Asju08UgZNMc6nd54odaKe+pQs9eZJ2wVebQ8vBk6d4i0rEnOZz6OLFqvJA8hp8zG3h0tzCvslEqOsK9l/SasMy7jOOVBSdSpvBNhsjuINXUBzNEhNIVfj07U2IeySoqL5lVG9aJOhqi5OgErrH6kBrxFVaa5NH02bNEgufxqcq3hpNTIkbZKaMVlo1xzJvg79co9WcLqqzX4xX25TKsTlQYyJEilyu72qKeGaZwcs+FFQVkIZz15akqT8RhSxiOEMQeF5YL3w+6D9qQQYFM3vpjf3UZ7ofv/H2e52NjLYhEGmJgVesnb7gmoRQJJG+YhT8YP4mTCJUvAKQ04ib5l/88y7tzQQSa3WOJopaWx6kV/sufrcsDKUTK6/Wc9+b2mbOecgF4TJBb9jKWzgBVMsrQoR5zybG+89h42r9PxhT0sU/bvoacrBMyonLokpz3d92rc+GDHK0cdR730UVenXSa2jn6q8SPGexMP4qdi9MmJOUcx+Av8hMS2lvOT3Hf1kBGMUsOXlD1id0juCB5+wlADFyaUwxIPI9QcZ/RmK5WtrV9Zsasm6TXmNFx0Zk9FQqFiA1i9/KlZfu/yg1d9vtYIArJ25gnmwemY6BvznEFTMe+V6Mo5q5p5LyZ8vnlO9paMTbQ9PiCzboGEV13r18N3g0uGDai71g0i9wKcuUc4xCwsZC4VKpoS9s7hwZlltILmCkwqup4zweJbaoJH8jb2GLj1451wws8ZpReod9yBzcaG91opbmZ0X6GYka6NR2YXbY4n+RRXDsg8Mq8VoFsO91KmLJl1RDAU+eAZVrMCCRI1JRssLFD2qa9jei5PCMKo1S9LhICqyuW2Kd2iG/zK4YFQz5N/jZt5YCt/UWuw5VYndOR+jhaMj9RG5MQ+2N9BrefVpeUtABDamv4YXQTYLQO3KyaVf4kX+4J31IpK5Md7c0Y3csF0Xi915qcEo0DWTzTUlrQ3VHQ4LKxpFr9e8zGt67Wllu3F7ixc920CqyIZzEYe465OhN7lJTkMots9WtivbO5e3rWP0iQt19X+Nr6vvU9i5sm8csI0rLWczTEvx5wSCz07K8uzXU6d8vdvuRP/0O/Jiu+04VDYVBJlsR4/GY4CcNSCMJJvag/Uy2EZBA67bIgmf22haa5K2PE/nS9Qk2ycvb1v2zIDP9uSMQB1jS1c5uMLN7IuXbrpC3DfNNmzIw1iYQVWvlEJy7pHesCMleiPuBXoPDukhmzeD3Z0u22mRLPFwIOJvvtjYt3fZHYdv4TOidSW8XtXF67scFKNlZmoUTz2q9P4eV/PWgF/ANrQBcrq5h8p7Elhs9yW1BYRr3fCzdvIUMYzpMVdXmnW+RAbGI6pLXc1kewXqw7vuYnsvxeHnWx+t1Xywy1w7vf1lx9egePMgS759D1/ksunLKX792Q42EojHU4eta0rPTq4VcqwBUNrCBsfSkOdmQ0dSXXqeFTwq5vSAMrj3Qh8W7Fwg8/zGzMEj/96jWiPhlYoTuMdIqvDFVjTRX6OmtW7K8qZCVT89jlZDVJsGIa4W0qC+3a6VrFE0FZty3qlQoUoJx9V6atYjCrbrBwlY4ZDkNIpnCjy21AsKP0K3uwLPac2ig1AsISBxNBXzGPLYGlwLr2hg/JSUF8yOAJDt9Y5WNDjobjnM3N9F4YsBAyhSvuQThscAkyHP8ycCR2MiKVzgQhHLYKwJvZfVZBjSAiZm4gVxq6JvAUgL9GauRYnhGy8gLKNdIo9SiFtoVt0MqAxnDMDchSekwI9KnmKBxyY0WWVsm1TnncgIrJ9mccvW0fLVTBmc/CvFbUNZHugYtnLqjw+GqUjQKj+1NBX83WEANgVj8yrfxOE7ROwqV9qGhqCx79Hz9OCk7MMK8CmhEqukpc5d2HWg4YKA8gqq4mC+00s5L3+ttBLuWpq83hL5aZ15j0AJ6BjFZyybcFwkKbIE2HmEB2VrAFAJrs7aQyKVhncKcXYAOjygdFWArSSAalEgBXg8HNuJ2/5rEqdLuAH/CAoHYLXWLZFugDW9uecfN6C6n5j0QvbWePYw61lCBGQlwknIoWRUsQ8ZH2lpRYSMsfIY10EbYaiJ54BKnlSFlgDIxoAai98SSeDRWJ+YUDtW5B8bqRp741ZeJZzQ4wSFeUXDXJqHXNraxCQ22yIulh3ppky/WOe2iJMqjyC2mluuh/s2OxFqyyG4uzYI+lPf7NjFGgCLqO7WAlsv0ToBLKN2NyOsNFvtyqkvGUcgqUyxoxLTzHRPiTwWoEAWUOs9CYAaHc3qBT71eA7kLHsa5oMOb1iVSG4LpaXA7s1IUqo8CcI8tWYHxAVnAHQvRyOiGBNPk2xa9xed6A3cEhm0NGhCVl4aRys15q1n097v7+58fwjYFlTHGUcUIX+pB4pdMLWUKY157iIETVrmTrPTA9I8VeATMwPQ8sSBWMQb2fgkL0o+ocGyFJqdVXbM9w4mH0Oyn2UNbTL9mRhewyGc3wVSAzGp9Z50cmCi10+AHPXC5oCnyhZwtd5UIUcKE5zFk6c2oXQ6VnImNYaCGZGKTTCvRAALwZul9aIiIr/pBggK9Xloj0jIWH+GiEXm2hj7yJusD6Ug6ju8yHyC9XmQZa51SfyMzNVMYqepa6nH/b3U2ZzSaTEmAoUGI8XSBBDzMAQPsrysdcdKwe5f/5ZGfnjenCYccR1ogJHkYJfyfucHjiA9hTd6IcOUXmKVK+x5sZMiddmKgdk1dFlaDgvdLuunj5DXg6vB+D2V7J7iqUUknAT/RcbolfY+ifP7piLEpgptJogysybSSEJCy2OSyEiZeo225OpseSK4n/mlaqh3181131a6vIPP26Kn0UdzRGZBzkn5iPrlN3XgGLkFhP8USg/y5oMW/lAQCkL6uK2S7HvuhhVpemwqVDxfCBkW+BtThYzai32ZNOK204u7KTY+Oo48Th6S5ZUEFf8Jni10q5r5fLjyvPF2bX+cbU+29mLWwJJHv7uYX/MnNXKvs+32cKHqltzn5wdT5avGxB9MwGOskhL6N9C6w+Rh6e+0noUHEgT3Wc9OqhfzYG/5gwdfSV1O7r3edg8zAFjSpBD63nIjb1uZvgeaPaLfNFjP8CTpWutYcTvJf77nbUupBKZk5X1P21d3Xo+3yq8opUTqy9I3yWV06V3+pPFlxihatjZNHQL6U3+wMHrR6Fq3TzPMY8rxleUIMr5Qv7Ctpo6t/dkE9Zo5U+UGjpVrJ/W2FA5jI1n9UIyIGOEifq7cJTexlNQF/ovxZi0RxwgQsAsA/sdTuNXknb7qUsQY692/+c2ktJ7LHlui5RCn8HfzYj6a1kAL42ZCJ2GY8bRvUDnxF1DAi3Ukh76/BPWPmXx19ht159zV6QSxhB7FMORbRGjonxFUrZ/WKr0G4WFYaPL8z+3g9m61TbyqHkUB0uklhcNGFu02JD8LbNeky8jHu2DM09I56uTs7pwpb57VmQcXVbQTADwCUyiFA5Wo6meHZvOyUssWGfSpbwwDiteoIqRdTrKbF5iAmPQdjWVI1cQAXzUHZNssTSigWZEW9WsS99tRvPIYtbO+odJIpTuF2ultgBM/QeqvKQt6qGXDdyxmK8NxLNoay8nxMH3iuo/M/6/Jvi1PrbVh16NNWcUMU5vGmjw6fo7E7P0Rg8CEWUBffB0FPk91bcbp3LKnDxfI8vfzkMsfLBzcm2mLWP6PFx/zFFW9o/GKMgvuNqP0VU5c50P8lByU0jo/jz87AJG6b2NknrIvR1d6cT6nr5jYkDc2h2aMGQ1hQaxnsJMgplRaGcbZozPNBLfmqxB9AT91qDgLFF63bZMvavm1AwNTDE2EJnOJV5sQ/fkdpXYCeOFFo5peJWSGVmcNOCy0QUFKXUGuCYQkYtxUot/1AKIDM+bETGQX3iYT2i3H3hy+i/BT0e2C8FOS/9sGtSTHz0tY/vP5Uc1ZzRLzJrnE+PkQz2rwLgxctw+IDGmqOHTJnMaMeZRXf883l2LKjQZsBXgLhVZFtG26Iurd+1oXrN+IeINpyssmkORAqS3Xijb38dA2OmD4xBCU1yHxMD/m5zpp4RwA4altUkDFZY71/hLDINeCsAOnkMGqW+reqgVv/Ex8lY3STps0p/4ldSX1pSyjLTYoBZNLrg49Qc+0tU78HgLMzdnyBaGxgZYg7gbcXHucokrYj1Wy70R8ZtbUbOfVzz9hjCK4o5fuvlaoOMS2OrkyAQqDbqYgK+r2hlhmwND/huCoMmhzuPER0xpC8wG/hIo17Jyj2zSg3taGgGnJZRmxWB2FHyDizj4GjwFb6PiwrM/7jCssoWXHaxZUhaC/QpN+YVxCpqlRHwknnrsSyrfdoqtetWbkn21ayLXQ001C1MG1uCys6ZPcDCI4o21OpZ4EnxVGRlo/8TtFG1kaRFsHHW7zcza7Rm5bHc/7wvWug8tID5tDIaT484kO9rCjh/Y0CnsS0H1GB6L3Zo/HYWeuDIw65qR0TuJH3wirFeY+6CxHiD9S4yzUQgiutSf8lz3cDtWh6fkzaBkCky5VfTHV1o2f79gtmDLo0XKGlExTVqRUSoKeHjdugqit/oTu1AwxYaQDOAAdKl7A91WZmtQ59XgBAiVdSrtBdrRTWz/2SL2/Ynz1CfrRzfeICN9LTVXR6PHUx2yM5PoXyprwbGp3GiG9wZ424xLwrmkAX5uhgGfCU/ix+KBet0CSH1cAKpwnm6isW7NohuGeJZShWk/Pq+4UHM3wrd9t1s6HSQgDBXk2KjWVvkhyZ9BRGoHGDFnCmeqHZDp3WPnUqI1Sf8B4PX+D7mr7pLltKUEsHa4HEIMjD5qsM89Bh/nBkFfnD0aqsqgNCB3mVMNrGVaN0eqQaVmErDwLPB41TAAdpywLsDIAXVtYjQij3TpjVjI8Mu7lbkWQj5gARfGkAawyEIoaiOmSw4P3uOHKnIHpk0XTWT4h3aZyTWGzPiUMROLN0oADiTR626Onbc1y7O5muQ3oqYsdcvaIxEeZYzojoJBvIF4hKVmNUQiQqRxoQXvlkM24leCC4ejHKY96MGM1VjfWxldfk2gS3pb1TZyJed2MXfpMdeYdLs+v8JptkF0eFSB2961qP8EJ/qjv5zuIn3xfd2KVPVZrhihj8zNt0bQpVlDWL0/CSOrlYYCz3hoHpP8YZbgZcVBLkrD50U343VL8+Aybpsy2V6Itm0VRBVU2U4xAhJDXJg00kEOEPGG4d5yAdMYV0a8eoD776uttdympUnyTcCel8k2VxJXd9X3otV6MweU4tKWRTuJ4jBOWnEOb/Lsm/is4gfK1OFKKhUvUNeAkSzxix/oOBiFDkKHsw8MH0/ovY9pRv5IUWjjuZTXumfdfyAdIprRVjcg/QjU2Nl2zo5SdlspeGg4u+fIHmzeIIW9wqYHhan4jMZmw6ba4QIfh2oX4YjF1RUEcieZh3EqKvRuEQDlXCK7Lv/xXeF2u/F4A8KHURZKifEpXdHqg9S/XftNGmvkV1f3erdxsvBXeJabJ+vm0KiJVp48lLh7xUOMumhhZzMedSCQ4BfBJE0++FlzXW9JNzFIX0MB12cMSOFOFxoN4OCBB+LCsg4vf+uiqxLAvvbXr60e1gvnf8rfK62z7NRBJSWZYWCoiWfDELI4G97zb7Fvu0dCPT5jvz/MV3TmNtWRBw1SFOMO2GpSizI+qA5cem9eqvjwANQBi1qfMWd63kbwB4BRoJJ1s7u9O51PX67x/0E28K7B5BmEAx8laP7DrenL6vJ8oXSvztoVIbjUwGJLrtdRzW20efrswkHNlBgbFmCs/O2Y+nRbOUBtKaWQsZUjyWpqTi7uQ5IXGZ5NHx3R2yTa+cCn47FcxeWFEjKAxyKvZ89tMRB+AJL7fOMQoeHzdI8twW6McoGlY6b/MOuFZI8Fot+lMtyYKufaxQ3VIlUoYaGYJI+bFH8CPDhihNCYMZia+0jzQ9LM/dPL4rQbbXjmnBSnW2mruzS9riQPUVOc+RBhrjJkIv40oqy30nbS/kd0vl8hRw8QFJ5GSZw+QC5J7UKYtJ4MfXfpGF52ZofEBwmJVlSwcQ7Cpq6qiX/IPrH4/W5P9y8ajrpFB3nK5NPlD3Y0krWoVjkqd/wZTevfA9SDWAtF69gZqcKMslMk80hjFgwHuk1xbFjJUNL/KejFZpEMZ1/Cglvrc+y1Axtt3/04yyCQb7tGfdmKsEB0bfsySa6rBUHUjggHC9I6kdRE8EBYe5KVf70Zh+vFo6tJAXry+EtNG04ty9NC15a3bG1n158Xwo5jE5Esbd5fgznaPnvE41vbiHNvmKALiHIirwEhZl6W4Gy36KUqOpahqX9IAyD7rNJ9DoMyrhSUzmAP/waZJ7mKBkaHhTFw25Vv6pe31VQDJkNKerHLFqibcdcwUGq9Zfm8rGSlFH3+/1XLNAAPIla0b5N8GttcXszZmWoI5tHYnlGlbO+zq93qeD1wdmCl9Y1hPaaXeocSb0Gh8Yz9isVb6PN1SJsye44qijnUoYCYdM+KxR5BLs33L8zR9IW8rx5epH3p7pD91xHfYybimIy6xdMWVToJYbsj6WcTT7xcLg97RT8+hho0rQertYtZwxAclQT8orpLozasnEe+e8CuPuly3Bz1c6cQkOjVeqm7fti6hfLbUF9R3pSRKZ8NdLAaIAzIW5b34zm1yjwB0LAUuLzTKLxqXgFsKeGdzJAXQZi3iciGqUSmXVZkv6+r3PXakH8O1F3qvWhqcRWGoJLI1oDts7X2ANheXqtOd1OCr7+G6EiVzxLMXek8qdTqst4VXVCx4FIS5qHoaEgPBHV2HIvrXumM1UVMJuaelV1/ESJ7NiYohnQHKls2ayYkgdoHg8XY6Mk6p8qKVq1FeWW+2qXCy41xKUqZTKfVsSo9horlDGpjymYm3agax/EeaLhRlWS40acLf+UPPkn7IEJZsRrZGqQORSDQQFk6uRQ0UpUqvVO5aPyqFfvvGjkSUjvBBik9VByUhm0Y8FUOYVmYDMo25ZIxRRwvSqmCxEO40XTs2WVItV752L9NsMK7wsxUwOjCTN22Q+SfhQFk9RsHVTIv11t1vv1vVp0G/sHxP6Zk7sj9XXBe9ZBw0P7tmj3f4Ar7ZbO00ppzVvV7G3DUFQ24t4TmQMD7XJ8xJVuY5RR7jyR9k/knoApvoWvqzavUf1TTz2Y30j7caJ1lgE65GGuVphUQNnU7BcK2+ulUfK6TRdYAfjUetkTq3m9Bobky1uvQsr40zzLkrHbwnqHLp4HIb25oJ0KoWt2HKrlwcqUaPSSjkaz4QjzGkOnrVaBxHOJcp2tNtAOGzb3NMWuqKxi0zxqzzTyNLYfQn2t0M8oXC9dfkFjZdDt1cFfClMttud2BXBcQBaWIM2ImHe6IWG6+mZtX41bgbsPFmhyG8ZnHU0QsNlwwyxzSeH14zTjzLY+OvogFIVZcIRdbLtQeNxxWV8VkXoGaE3L4GG0d1WPn1cMH2CqnXS2wdTANIv8YmLRX8MjbaEmQ8tA24htIfVlw/KAihDRtgofACnOc4dIQWgy7eGig9boXfnJiIOYQDh1soMAgmWdF/ORdzeW4ibavba37NV8yaaT6SWPnPiWz0nyzi3rVdGo+hCu7PJpOmweW9+GENB2S2zsgu0FY5Q1B00MNAvlZ/+wiuxsqwL9MAX71jhwyfUxlxtxBXUc98aDfuYouKJQfDQ+GE6c+xiYY9GW6/jTCWQC7K6xNF4ocTIJrrIbgRDpdzsyfduYDlbl09U7FNus+0vw3bkAMs6TJgJLoO/Lx6FGBIqBFGpHG69DdSbOlJxefCwp0uOoQmlif20lEOP+lTxzoimBuxhe0q1s3KlgEvUK7RZO4cQnVj1SztFrt8vMw2KmvtyKhGYTg6Y1Rq/HCHfACjsrY4BCOjNJ/dY95762GdCN4nJ9C4xA7Guc5E93nRjmRQQBI0Hgx40oFfJROgOJsLuyg24uVyXhKeornEuYDQ4/pQel9kks2kzZ8CORDPglY/GyrtP99sLl3sS9+uoTboXlVxEeWAe41lqfjkindP3jMuUW3jdDHxli11TgxP7n2p1Zzx/VA4qi31/1SqAMR0vK7mSGXvdoy1P/wj0v3ZKtwrY1P4uKKN18N8MMcGjPH5TcC4+1jm+bgslJ84/3wDrIAZqdC+hZyFvLcnnBaKD8+g5DMkg9if7pgdUQdkNImLTqkmJbWpbnGN3rpp+pxoqTjaNk0FUHbx1U3W7aQEkdBdBhJ+fVcIDfWwxJGtlGxwGTfIpJaYPk7YnSfYOjdV5ynzop6isfV7lIqnGkxUvHJmGVzOoiAHAxqXxha+KiTc94ApUPfVZqxDCQT/+EiftI9x0/vP725DFWCxzk3Nzog9gXvxAVd9pNWqqFXFj2k7tnBZL/etD9kF9gsCz56z2LXyXxQYrizdEQIly+mgjsg6g3bXcOXH695hCH1DMClFBCXGEZw5DGpkUliyK8TgRK5jczcmLqtkxUve8LIQ2tYn+fDhhOodvufWYr1nc7m6hNITySWLDZotpS2na+lePIWBqedO9UPCMmuuE8z0TFNrcIrp7Ipfa1Jay+kxYdgbYB33ZMTo07HqTU1hLl5sMjWxHbMKsBFeok5pbZNuULO0tgHAdwzoG24m2Fj9abEfu0Qnh8clTMnDZBU9u4NLMCOlwlq3iEOTDyZ2ux7sr8ml/qhPW5u2Nq1PK9NsnqtAaxZAcrU6Lx1u4ArpRA68MD9VSV3O6754wuxF/SWepEilWGW1VZWUeQ+Nm0vrunTz01g8q7JPbh+86lrVPJFU0pbIXMMa7TD2P2M8npJV2oDVpg1ioNDH9DaCqh8RIlbK8ri5uaGR1DTH+FTiqikovUsH1nfWVguQ0WS0q81HJUedCgXsxLPBJLQ6vHWPzSYj5Qxp2pcK07PQ7Cs0q4lOYTLCmzRGCAP8P1KiRnLfb7VwOp/6SSZauDdJyNx0DM+AeSKFHkyV4CdByM40MMJI/ivYxSy351ORBkto0Px2HBMekrEZBr5lhn6XQnsd7HuEP327Yyfh1GxYxOIlvhy7D8XcQZF1F3Li6k4NTgCkNKcry7IlVfrmHxTcBPliyu4yBZa6QWezpR1kJmtkBQVtktO8gHL0IDP+efCpLaeXNBfnHePueX7lJB7EL7TEcfycaOIrr2GOnHNgpD0S5Impd+8Jb1X8s4JyurwdxfVzgnBb7HgUnR17LG80UjYy++bRka+E5JqPIcR6RZY7yKv5vDIu0xKVhjSWp1qvQuhJ/Fhdb60/FMaUdh44mjsruyK66YY3kk11n6HtuIg+p1SyRlOxu0Dsiawe72lKh7FwkL03pH6hfHNKbb2DWoOnfaSaVsqpiy1omIPCfwGP4UcUhrq8Bwauaca1guyhJrXKPsQF9pyqEjJjUcV7J2TIKyvU3Q+5sdXkof+bLFgBxeHp+w69xU7Ox6eU3NLDofbtsOLSKYdgy5T9hmaiCPi7G1wsdWojJh5oeKZR2c1FRp63eLCRvdPrZFzLsEPO6J2oiy3pnOeFdbCWR+rpFDTeFJC3pqmMAoCt424y+8kDyncmLR1iokSHSlEp+KjZ1Vi6IDl1I/waQf8EMP/i6kMAGN98NW0cpBey/OWqrYttByaDrF0H7Qz8CJPm+usR3InrT2o0d7MOHR+kiNZumPqCFueay2uaajnvGDJUDE/cY41tw+P4+g5CBn8Sm2bUg7ew6Tbf0RC7y/XuG7nLWMX1n/S45nK7NsupkWDWd6BAfmR2Fz8QX3dRUI5wYFmJAwNNKx7+5fwBxYFnI4X839OBy3QKcmcb7Pt3OnKvEsXjvOmxMszlpyHpGM/M6nCpgtdarm1mK0GLmSm6LUWR2+Tx5RhqwxTB7Gnz1MqsFLoilA9uzckQmrOXKdSfH8iOzcHzesVqX+EkL+pVFR5dTUPWZe7PPj625qPzquli71PqiuJrMGi4oNbQWEJrm8eaWCuQyuKtEFTOV4QN7u6cWfHReKnedOxOthKBfldA7vxUNHTAnRnRISa5JLaOMWoeeAetqCXIglueGH5iaCVMwz4ZqHgnUFPkRluB5uJdhbPnjFamlWTguIJuN4BccJR7iDLl7ThqvFI+9LDKvvusP6sqXnFJ/+ClD20z/oAuU+yw+z0rxPglRKuA/Pf9H+uJHyHGS9CCbzsHBo8mRLfbWTN+ejjDaCw7fVlPTOx0WdGg52Mw1rYDfGCWwhGeo5PPrDsWDL88v03wiX2WNQ/V8+dCKh2umyi2G44ozXp5VTcfIN/TOiraNyZ6JXokeovHwA/7QkOF5E5b4l/f86f/Lro/epNcGSqfQhTjK0FeQtT4Lr13KZs40+z+0V7QH/3gQU3EX4TjwmasarwaHaUp6gl9zJWnuEnC3MvuL41lLtu4P1pXkumcwnmsifSMmnhCRBK3nJ9sqyzyiPX6rFBkL3r0e1r0PPozN/rCZ2MyEvLTYx1inIeh5JfJ6spMq0i55xS3S2t5Mb0XNQ12IqXJfrH5P6RQAb/xrQs35TrSYUDcnTQSo9crtH14e//8Az/ePfxF7Rc+/f8KQjrxd+d67j/Opu97gysGDZCwTbHZL791+YGUFCzwwSSth9Qcvg9qI0l6HCz/WSzbMkUOoEJ3sUEM0VadM0oYIOxJrfUoknAl+967NgDK+JUm8b3ETBdD74mbzHtlzZWhN2ahFARnYh9Sc/7u9iWTfZH+VRBdP/3aMUPKgS8tPMTybf5rG8CtiiC/QP9DLBIFAGPTZbC28ZlV8ESFZO3+Qd1BNT1CwZNbSdwV3Cb/HUZeM9ki6I/UIJX+032XfL2WAFSIfmivSvC2QyMxGSzSVoqEKX9b/4emm6KUB7EEYbyrSSgyaav6wK+d1CSDoBXEOreYGaJ2EzFa1QOlkmpz9T6gidcGkyQtQSWNDxoukMy/MgD+TgbswlHp+wlAFCFCVv3ZG4nknyzAJeNql++R5tzzRxvEpslWOviSeym5hR/cUuUem15KZ1Xfk8eW1PbhAuyoNN7lgfGZISjUvHEkyt1JMlNwT100aoRDr6viEd/sJ6u7ePnSOTiDvs8nHP58XdDRiebPlndrnDvp5oHlj9c3zi/eSMqHxbc560rupmvJoDYkgcyBfvJoCdxLnY9wfS/AbjlNHnYHNbqTvc+OmOOCbNtiyFA/2TyHcNI4CrgzZYlnTqQIeb69NpqL/E7pjn7AiVwjvUWQM1daa9pkP0R7XJ5K3pL1ZrFbRfNG6yVoe0BW0YpnL4EY1B4GhqWniGbi+RlBNF33ijLXsI+NuMRGKP8OaPW2uxH7aCzoQKW+lKGq6Fjd59qTqXE3GsqthLo5UVa0xldXpd2Al71NvWBRS2p4WGpqp93tz+po9SBafoKy4/5Hlbn/wnP/+rabSjL0eKk77NhcTvePNR1M6UHfm/Jae63/wlVj/ftIVVSoolYrGeSTs9IBxo/Qy8y9t1WbfzlkpEKx5tnwXzXTDPPfYrINr3HOwNApKJE/5r67fNaQlpEdsv0vf/mIfOIdKSfaW+7PBoGst2+t/YrSHme0VJjlyS58CSRWMyGM0H/nBvkCPEmySEhLLYkEe8dHHn6QMp9W5+OyiF8O2PjLOkt2ThaNUvwkWWJO/j8m14GPVhd1X55WUCCNcXrWfKQXIiUJG558s992845bolBQ/IJ2lT6hK0sKK9BeUYMG/1YA6osJpnk7i+nBdlDv7pwTHL6TuQGgsSo8vzR7ONg9MKeLR6dVwUs+sNdiM4T9CHwDfxGHOjuAUTeK5HPCV77vz5BickUvhK/oApjISKWpvuoo2pZ5wHdeGePUwSxGthSTFL2NO+J4HKFTOZ/QISKnH+QFLrEJc4766tyrXV7Hmx6OzrKriel5+90iEsg7kAkxfGH4Hb+KqrkBgh6H8R3gzCkOSg9g+pPZsBjtaIQ32ES312sxxMmSLuCo9UadtkK21/hQjl7Opr3/QDjM7gEZfQjCUZDuFc4ImaUrHuN9qSs0867XFbw8iYZia68prCdOeuWYEUuS5bM25kkhXsd/iz5F09b8TonNmyAK3JnRRkkgFFoNxPbFmmQCsMDqg2s00DzfB5omt33Ivk009jUs1gToUy8Vkbz20IZOC2dBVZOh+b+WMuXFORXILZYsFJ8mZEsNjA6gRWbMKOqSk7q5ocKyikxvzVW/aR9io8GPFKW/1oFxLVxi5fQrRgfRkQXI4wKAON8YLLDcLlml6bYWL38yWsjpuwjlSRUlZqd9/ysEWZC1iS3ce1zaAFsW+hwEHjss6HQhlP8JzZdnhSxSeDEolu31jnZ7rdf5hnai32M+WsPa4AgQBM1O1qcj6bhNvRL42cg/mcr6toYGBSXWVnViDY53d4MzpjZ6vngt9vhwLwe9GuhJGkayZ8ECKX2phLMCGKpM8VUp85PKyV7+SBjW5y8GVxCtoTGMRpPz7cig24STkGSJ0vthGQ1hcSamZ+Xq95S7rToGwifdbsGwP34Gk+0VBxMnUT3XXLNgGvHYonMqjoSFFdi6Dcd7T7xBn8XPe8p6b1y3u9fjQ3IWZXKoENrfWObRJS5cp3GYsWefwIpgc0tu0jVNTpE+iO3dw4NcZK1XUf/4bBgLXDgx3hq3zoOPYmMjum5HyqSoVvRw9tFhUymce5TlZ4TyZM/TfGNfI2A4B7UgCKRwbkNQB/gZklNGfj/I4QS5RTeRNmctakRonN1wM4uXtBAwqSsBoLdh+qIpUWORLiTVXWJpzN6DCsgnwXdweJDGi1CAJqvmsmsNQ7+21mLTgX39bW7e3i+K9/LbxNEnGdgLdERFg7Uf5l6cztnVhuu7VE/yrdsMIZHv1L5ym8gSegIHvjXESMR+LdHeKD/22/hYLG/Cz8/vvVJvd/nK+OOYHTvy9uEDPmWtuQOdbbywYN9ZbsSed/n3R51QH1zs/Yeb/5/MZ4xXBWBUL4TywIfwFctOoq3RDR/WVu82zMMXDodSd+OI/PiSC/6C/ZywKqXCeUK5PLRlF8Es3NxhtxDKA4WOEU6T3hZQsL8RgbZHdU0jBllDCj/D0erIib9p+EE0b58oa2gY8XveFsCFCDQxgwX/IKKH53VGVxA7JTNbsLgNpjhFZZcxKACnMEHtugiYtaeh5iQy62JfsfDtqR5u/rM9H014e4Yqnu8179cPjzn1TRf63NVNJ6+db8PQd3+VVNu0VqO6bDcWP5hS/kbwcdN6yfvKHxtgHWES5PqyWWHi5ZuJjWDXb0Ap88Ii8awQtRm2ydGJixcHASp6Hhoc98sq+JF84Gf4d2zc36JZPwtdFWW54uzlxDhGxdmXmccoBUT7gGCFURmbYyU31zk7OA6h2MLYvqN8UMfPUBYQc2z0AZoFpPhkFh8NdcqC56O8wjlGgZwMtKC9C+O82WPRg1NvvpLUydn/dOuXJuMgS3dewQ+YKQ4W7RgPFNniWnjwtfgt3+Q5MFU/chpuIbm0a9DDqYTKDWhHhJr+ks895pFNo/PibSgHKkjqtPRAdwDttCo4KEdf+aBZ1tTD6Tkf6b4AnrPcZ1iBtg0TAnMbZFc1m7e7DYlbTxCNAh3mWg/GlavMmoKAgd+BUYFzbMJC6iDH9o/BQYmIn9Tb/fAyt48oqyxhxvGm51NPl3M/1+fNckCXxmV61MQ+cERi8DZpQ9nG0Eop0NXRLi3EMxVfHgADnQ8JSliFnyE1N4Nz7NMl17k+bT39Jf4qqtYLiBufjfPYZqHlxuZqWzGqws/opDnTNJYENpmhXDLm7s4oVDw2aHSIxTo7Yuwy5s6gEdaBMkrFYQxcWgilJsi2JQTZ0FQLKySOqIVmyelqsSAZZxy+9IIuP5oljGJMXLxorBar6vV8InPbQsbPqGg1nJIBKtWNAkNSN4LGEg8sb4sMN5JiEIqs/fHrvdeNtDXI2F9mL7SLxXKetYVNGrZJpiTEi7cZPSXalwN8NPgXb2QfzHcp8YOPOo0dLtf5fKI2YZfMoTZ7Vxk5PPF/zNZJPqJ1vZ1rbk/c8rnO2zgQDGFyGyS08AyqgoTB4VJy3qZj1/0IfIDAh6c1r18PdXo8ycmpD/3ZAxUJecaiDsxtQ2ZRVW3GhzOxojOcZiTzZbjNo8QAdS/Mcvi9AIbFvPZmjb6w12pv4yEw+gVAxX4WWIMvFrba23jwpzNIYj5trlXC6/Ngitt6Zh21u4PwlhA67XUDfmxN68LkHgS+ICz2iXdG3tsRJ3eu3xFncS60Jp2dLs+/qzcKH10eDqMyfDygQl71XM/cDW57kBkbqOxpmKcB0FZ44PVJfQv6rJDfFCscixQo/o8lrxNZyeRnwau9WNzInTDXksySlKBu825YR0sI3trudZQVXnduKwNChGSMn/qnt1Udaln+CEftOT9OG8fw9VtqTV5PedPAo2c20CR71/jl6OsktpKstT4XpRRyrIwocqBJv+Uxh5Z0IifjnVofTIrzK3fXsFaPI+ywrq0aoMTsb+2Q0dTvK+Vyt22sZ8tpaDc1ZzmgVhjgcAaroF4yvdfs0Y8Hdj+3zqAhafh5yz9dkPVDB5pTof46JF0grT2SCi1jdzimG6tnMRQZ6S40XYeal3rFzzc5q+Qnl6SquqCYhb+zDl36FjDEB0dCNiEIuk/UFsV9/6MXGXr2CvsCVRtwM0Xt9NV24rqBE9y0nGPoTjvbwqFyheubK0DPMIVFy7fpsSXo+Mzk2zQsgYKyf00HpnBe3uE01Pd7bxFcySHshxm9UBfqCxy2mfp86QuL18fN4q7c/rq70Cd7HB/pympaFNnqT0Q1q6wyTWbSy280tEbDwJpqRP8VDW2XKjaL9HPHmPlnZjGOQTuxgwYbWKnGgcNtb35tGS7e2nn+/O9Ti+JK9n0oEhfjwW0EAq85FTaLkr4DmN7KWmqX0HLfHfBA6V3xboq3UT4tLPA6d4nn1ojT2hCuAuUxsuqSuj16JSpI3R+g/U72psrbXgFtsRcv3PhM1m1wcNEzCUTaQ+a9f9/eHEPx9drxCW6htBjQOcJ8VnEzuLEky86hmV6OcYpN/mtDFN2ScxIpqaXtsPJ5Gff83rmBTqu7UjIUitEYmPXCxNimzjay6AC6Tn4h0ws6Y3lvbwmTk2AyNyboTvRdT4CxHtUdCI6TUCDmJdIqMVBD8kOXsrP+ajTkboeKVtPggZvP9OHAG+Xw10WWN5WaWQml4AOeTYmsIZBAnOoFy7fxQykkSTdQyj4ci7mpdLcFcmFjCFcVdVl+4tyYnkbwoDyPH8Lo7kPkjCRHP6ckU0o7iu2pGWK5Iv8+AxFW9SxtKOTLJz7jO5pLEhkvsf0JfjQJJECJE0/eNN2SZ3yTIMkbBAMAbKT/oB5zIQS/4ZP/5KndgmCTwaP6eFaH2gcIOof2YsYcnvJB5Oi/+/gzXUO0QtOz8GLMKV7pcbm00s7Ikmddw2Fq8dxDT/+T/mhq2phUM2VRE00nOuC5+slzNMtvfIDUqz6idHiJCW4X+WSDsiw66sQZvvtkGeYaQR2SMslKxEQajOIgUIxsJI4iEgdTJCaA4qBGVFT3ZfSufX0OkhrMHwSM5/zO0gUJpFNsc/vhR0tRYagNGBOskyX0DmI+rZRP8/iWg/OU1vmLmSQpoFYCSG1V/zEM23JI39w0gS0bQZ92MdJ79/kXZL/XMfnVTrPUlH5oaXefDLh2C4utSUANCpzBUCRIPcXeE7tZSyhsXHosNzFqVvZIk7r9UMA70RjISN4xRDHWJveS8tlsnBUiMpwefQuZxPH63CW4rw844cL69QWjRUqUFcJkaSUpNspp670na5MgyjO9MLveTmb1eCzGKP6gz8UVFGHBUbLuhKIa1MVYXZRWbOKKstqT79acxw2DbYCwKIneX7U0T80yZ5Xk1Ii1dEgzXhT97Rn5GRaKNBoPU55XMB06PmWX7o+82oCLYnjiawS+IsnKx5xedaU/2HSSIQODjE8JIRpox10kWrWyozUUMQTf/GE3ykxEh4Udj4UPq9nTvA+u7z15c3UJ93qjIFKd46AMc4OmPe24t1F2J2CJbxkzTvdOgBbfW/O6MBs40Qcuup3IH+6J+fF1MTSSVPWOgcC1lNoU4gM2p2BIUFZFJjsusElafYLIGal1FQ6eZqmB2rYK6bdmJtc0JYBpdgKjR1qaDDRpoCYi6aEFQxvQr+Zco66Ny1+t6oCqhq70fgxtG9BPM67h8rkx5KscYOgSYip0ZZUb0AuEKtFchYe6gm2iLwmp3o+hBy5J8NMDF9GvQh1Fj/SesKeT/RfGbAL03mVDrwNa1lmJpJx8Ds7n0m6E0S0u/lrxw7WX+JxYLPE5rLkoAQi1DdNW1QlokRMWZKOsJnahmkjPqoMrF+SA7Ak7e00OyZ6onUhtvzdtXsTEdnoEVTwfZKPEj2zes6DVjixuIoV2ejfGoxBzi019EKuDfaAW8tisJCFWmvAVW9EDJE/Aby/qcOrV6jNWbzyZSnuUDq6UMG6MvATqDrSonuM6J29HyRjN7wbULuKNXLK0E52YodLhmGc4JS3B1lKyjDUru3i1pABV6kIZlaoI1co0/pQUoErpkzk1zmYG65JEKCIRx3P8Ft4oXZhPS8MAmuoFBs1SAH4SwnJPArlIriDNfAZrrb2wPMToLKiuIPdSJutql5aVtS4JyLaz4H0XDpH2nrKsvXc54sDgI3/IXgj2xN4HckvPaY+LiKR+kNgL+TOpWqnT8qbkuy8sVU5Gb7Ku2R9eSiqS/sJhNfR/YLXVXuE7IWilhRrrIYojQsvmAAODnTTVpCMmGszzeUjtRY9KpmWrPF0mRw9f6M/9rJV3FrnvNbPdd5tRelifj9o07w9Zzf3jwfv5jHnjorKqDvhzsYXHrA9E9kBNoGVPPmq8XsnvqvIYmnaw3uq+8NXZsr0anz/B/G5Uri9LWu+M+8SrijZj6omRJdCoi5mFDwSd36kq4pU0h5hrruedthpQNl0/JfXnd67hqRNkgVE2yCEbcjZUs377unIV0BmCFpDyFcCPNDrjRm7CtX56cQdQY6LQ7DkgpR9gsc7ILi6/5vzDWTTtbB3+tcc+h40yvnCBkbJPmAuvhuHIdLFOg+IfcseQQFQDu5wijaNZsWJ4KpwPtHy7iVcCVgnUbZhi+mSsGzLk2g7Vf9UCDpBoiWujJTjgJrT+e5ET9Vr6Xea4XSBeYk1FaHBPaQKRFnJ0i+AKFGvY1qnS8DiKV5zBvQNr1MippTwbJedsTjDl4CpyBafmaB342SVmfdEDJG2YbwkJjDsNPb0sWl/ikc8p36uVm7KS4OJEfW4ubp5hF3uHy9o/MI73xnAj+c4YkaW9IAPFRajiglxY+7UZ8tleUdWwUmAF3tJclhc9AXPwbQbKS7ynejfydokkJjOVkaAb0lM1khdAI2kmuV43JatwWR+YgR6yyt7OY/gTDDpP0WCNO+4AZFxxqFqb5H7YSdE5KwGZHfjcvTmG89CKqR19O7E1tSyYpyVEucKhQaCxmj7JuMBzg3rvVMpZ6hLKVf6JE+UU/Rf35QnmPaw91qOuIXIutO5MXCWba5YMsWj6MKkFY1gUp2RvjBV4pns6lLlezy3CEaDJWNcgM0TMFNc5xvA83QcabjYRPV08nazs5a5uBE0iO7UdPHfXIdViSRA1g/2xkm1JPd+u6maDs637hX4WHm1fKODsebdzWxLRD7M4edHvd5BNIfo8gx9fzAzG4M5+V7EPMEPd84QZnjsUR/R+tjeP0eTRJAGUd+u9Z1ntysKltfsLTuHJVllt11I0S/NdwNOyys8KSnc4yB3IuOTHRnWvPy/pCjIP3bHzbJLr0ExCtHbO4dMvv0sdPO3MMq4t6VzqQZRM9FvWmYA4KDSIfdyAag2Fcok6JtBYtLaZXL1x2PegRL67Pm+LVgvFx+HXw3JL+RncNqxxUbcmKryJJa2UrmWL9FUt8KhreULaBrNaxq0EJKl2OJ0d/npSzAyKPcIFkjTJIIR5hKqNXDZEavi0I1nObDZLVLnqxUiWra3KuO+VxFaY/HJVdg0kThKmfDKJIVunl5egRiGsvlCa9TAcW2r2Idr0NYGhROMzorfed8Vj+uBrQbBlr6GvJ0lSd4z5KeJVtGkyv/YsG+4QRuxSQpOkXXFkDyftEY+L3kPI/pDfx48bkUTVzT0mKGJ8hgkX/gDXTNjUNhqAEuar9qo+1TBKeXd3BXdVuSgx+2cGzLwBuKrtExI/vwn1yjl7Kimiv2LQ2HubzCnCkAMVHslUCp3btGenwhkvqr5+wOqD3bSgd+6yDDg8fN3AgMygQoj3OiLGMM8ZLtdZTShPftwachew7EAynoUtSEW6dXzPmQfGwiAza6U3aRVWpOckeGE91NN5rumDPxqh9Xm5Po+R5YRBKo1K5VI9YkZgogk+G6FiKok5hAlIchzvuP0IE8fZrkRcILKhL7kQRWf8NlLOO7P92kwM7bu0J5SR3yzcmsnGmUBQ5qSMksgHyEyekcLDHEvTLOX3yHIvGrJPFs6VXKKPvMp4k0u8pG8c5WOkEvqTMqXUoRa6+RMKJhfEu3GlNx5rLcNea6Sa8xihoL+3e8HHXa0qNj/Bblirui0+4qVn2DW7MaEtSuzykwpWGOFGFDShdH8pI47g7Yokb5XZH9iqOmtjXBjobVPXXrM8yMngrhPnVm5s37VhJKXIFlktFCypSmFV4WefSMV5y78HmliUTBCQTKqy5iNGXAy4+qexFWyVuZD/KBSigq5GY09y+E42rvHLsg1GzG9QPm4Zic+TjiEY7TXuW9AQ1ZOEkrFwoWHJUVYIMdjZIUYCvR1dXgzyor2hHSB9bvkZqk2usRLORf6+/mQhJvUsrHHsB86v4MW6/X+84b47Y5b78hcbZNcVP9lezZESAH9RxN118QazOvlz2uklwm6AeYsalSx65QnaTJk7iPu08Sjm3jhqdezY9c1dHGhKZJmCcEwLEdY09gZ4YqqE9Rj4x97XC5qNRSsQnJbi3Umpj3R/kFkP0L1WcJKTgOPh/zsCxcEMohITKUBiwWuCSapg/IQZKshG0Gw6YNJsdSxxyc8gP5HaiDkJ0oyZJN5U68dRKM2xHkCI+bzZWRQDYY3VHAj9Fmy3hAUZVvL+/XpLwjbFApgMjVs1cmFEGcUVI1pEnDpDQGAvcB7DmUCxPtEXIYnq8zTb32OuEzr7ziSmxIUEcsvmxUlbrTo8nXUEbNRUDY9Ln9QnEhbC+44Nbs7/dMMmP9tTsM24c0LFzmdt0KLYjN+m+UWHlUdjgvwsZ1NHsMKRxPzdUqx8pIhZr/7Wcx8kkJmiU4W5Uj2gTS8oZVIsNuXVJ1ojSOFnW5E6H90NsVn32dBPLD9BGhSTv5X+EWtse54XJCDPqYmCXmnvVqfmwaiW/i4H7TPsVTbtkQR/4SD5r6NXdQsJrMtN7PfE1rKsgUIrUCQ9ZpN/D9/lF/2nU5Ipzc2HJtNvny9jyMfbFXmUrKPpqCb/9y39Kg+4mdna5/+rtpzV/fPb6D+phX5RZf4kUhpt8ZxuXC+uXXU4iCeERHWx18vJJUw0jiSNpxbN3hbI9gM5LeQ1AGPmE+vR9v5nrF2+zNIB41ADjBl2RJk2mF9H5VV2Df6P1tmFXY6GSEaUX1hc/kym/Q0Pbq8I5eNRlNhyz5uH5OW+THr6Hexs7TLQIYX5OevKDHac+24wryBheJXhUohWUmugLym9n3V7iV7MBYt2IuLBhPXugNeL0df3OTerYr7zcqCJb5GaLTGO0vy7N67H3jBCYMgtNv8yPxeh4dvJDNA/7tKIrLVH9q2al+iVa8k0yqVYKOPUOmGuhQ1qsSdE7qmDOqrQrnnjwqvu8vQiYAcnp0SbCsp8PpxAN6YQoGUOTmz7yoyTrq/4U379rbumpv4nban2tVA3mzJPYbXX+5rpj8hPuwugsuJrX7bhnjtouTCT/If+c7pF52CKv3ihX5ZtpVRltQvtlHkoUvJdP43c0OBP5zycHhvEPn2wNu88U7eTJRf4keyz0dyW8eFRx9sZvvOzqT6H7WEorxYuJx8okBDpp2o8vFK3OhNdR82la1RZBWHLr4lmr0RdMW2rElpaW3b5Vjalnhey2kuqrWpt/R3O0tf21E/nCAjDyiT6b29NXxAP/yYULGQYR/cdmTrP8vxS21Ato+pkWLfdFuDLBNc1Atp+92w2/MHbb09IjGkC6+bVMjpUstDje8LtN4tYszGyFDPHZjOOd4XbFiDkqFDZ5d3yN8toq0LLJNkL+Kw5QvZYtQ03R31/vJ3zYzFOkanFbz/URz8exguDRmVJ8VvkfTMHn+8Dado2VkwSFuNfmGSjkuBnhhxnAl+esDkx6b4zembA/MTbeqgaQtEDRLX3Y0MFjT2VWPyZlHm12bUF/fSm+fBvEzoc9gVTT8r28/GatIk9HpE8N49lpGJrknazn/+2dFBvbHGjL3zHB57LLd+IH7kb6frOiGpHgizll7dfbbxIkrjrSO8eml7DRg87opqqrq5pZ2lRfRUMlz4ObX1JN3Vvkty39Knnkcf+OEsvR+hL/7jGFEt4cPK5Z32i7lji0ePp245plcmikehjkfcFEklsR9e9DdlDY05RbT70PFM85MYJJ9ArV7g4v+ty9+P513jyCaTdp/GAgqTZfD0xj5xI2n2Sc0T63o/T+AdBm0RHEpc2gs/XFyT1wtlUgPOd31Wf+EDwKaxtdZsvvOw35Y25OoFEqMuSMoGOt4jqau3ZtpoZq7yqc86GXPyqcz5OecdsA3Yj+uzw361dS061d3OCTznW+e4P1heAljZnuNm9pKG9XtDZnaNB9VSSNcXf9e656kybuq59LCf3rxudHPokb+g7fmD/rodYPnvLaB/rx8O56ed4uvG1iQD3G974+l5f06EfDcL/R3cY+9/FA2Mu/3vR6b/94bzufkaLN3FtShCc/PEbYD60q0nlnQvlXprb2gXEFa/51z1HW1AqnuOrKcTDN6XHTbKcc2x38IuSzD73IdV1bx+WdSaaW28WmImGbfSqpmxDFVhLJhY/hfT1ZtBX9KOvDyjffJRWwI9gLCx11tPIP21TH56v99uxM248Z9f8OJuz90fD4CHb9p/2AFAynJmZyTJDeTGQ/haRxL8vSQCAFp7rDs2iW67Z3YK6HC9rlIsJ8lwbF0ggz3f3ESUXMaBfxJxepLJbb32AdEzMf6/Z/QLkP0M75WfE673j9f4/eF07ru7XYRhX2koxAUyXmAZWvsUxFxgbgoM1SF+ggRXxisDcQwsJQhrj6fv/ICkwHJAGC0+iiELmzX/KoJd43qqytkxA+QwAp1pTrXEP1E8YHIFPB/YYwZej4u9YuM/V30pnzIBNLTbtInhwdujE1UZFG2FhYGTDZoTJla9HhWVEOkVsrUULJtSAe0NegQ02sWQTv/MgT7J2ExMX5A9bvq5A8IqgDMczojDcfFwCapiBEpl18KLhrYiwisFZBEMGkEiZSavg/LKBqyWVAsbKADtVhoEchJyOgu1IGBOZerIdCCoES9iUAbSABKdcwlA6PRLG7GwGqJ9gTNjAcGNSAXksyHIFIMCNSVlIY49N+Im0JQawGZjsyOccyeyV8KW6MP7CthUgjjilptofxPgHy4l4nDAloXfwCTG+YGHE4wrvWek9ywti7LHICE+MM0KtyyNi/IsehCfF71A6JL6HxXeQlb9zKMR4hdqIpyPOWekjAsNiQn0ksuI3QurhkQ2scYx9TcgDLlmp8DKDxYKqIuQFfyFUmnwhxjtUQsgbPpPQXp1HjB+xD4l8iz8QqsD/iHGBfUD0gl8QqjbsuVewj/fYK6GvUVt8gIFewGfE+A37UdCPnF3p1QcH4wW9El7jiGVIvNYjlivitRuxDOhejRAh9/vXxJ8z+vQyoj+9/Mhx953L37j/uOP+9jBX9/b89fUJv0Y5Jl/j0PLFy3sclI65TDgwPaTNyJ8bfvfqBX8qrdKmwx9o6dVv/M6cefWIXUV3aVPjdOA3r+5xShTkKuGkFKB4wrjib+oyjAub63XOurjtwvI+bbIIUnS5hoLiSOEQ0eM0KyCiZJpRFHJcHTYBxzSHBYos1CYDRSRcxzhSdjTYLRTq8cO0o6tF2kLRaUABHNuxgRG0nQydCWTU6EDarbnXAop6RH2iQKr5nXlPuO5paUZN3+0d6mgu1gkV1sPeN4KcghFyRkndhJzu9AqOHtviKFBu1gvEcdixwyY8w26hg1jt1CEI6hHNE3nU6BC2UFU3xaZ2kQMJ9AruLWyS6BC0KH5M7YSiCHZQNMRpTEoIWCQoEZgpglTYwVGsE9hAlnxM5y0U6mkFBmlBPxbFkUyERYKiEpyIUDtgddZhBUuhqA3NpXPCqmmQPt55PI4pbAIZ2BxEIVdwKGJAfZ8MOa3YjOMviVWjFmosIcIIRX8+AZ4t5wa+OBJSbrZjVBzR1B4sW8zgTDJ5k4AkcW3HrDYl/sVdNEWQhf4vaZbQDhIKX8Der4oOaMygyI4cb9r9zpFDEBDhSa7gScEITYLGDMEvjga39wWgQAu5AUod4W0dMZy5yBi8YE9M9GuRBPUdnOQtkrai4TIGjukoUP80EWp/ZFVd02FXhiOcnBkpZF2H20bQ06w7qonZeYTcjFTKyIV1KHSRy4UsVDkHOcwXC1Q72eWo6QvNEg6Ti2kepMNV8Xgq/QDzEXl2YOOKNBxdEFfZ68rZHS5FHxtaCXR/Nmcy8Y4TFihTKdTd2BFju5ydsLYbRh/esnfUZpL413D/hgOdUb//w8Q+cRxn9ySX5En4PXSzHnsUjW4NX7BKSp2lTCB9vRe8kygt87M/BmA/21JAtPDxihgOUalAaOqfA+VC3zfI8Rx2POjAQ8U0KYV00astLwUbeQb2UOVZWQDH146dA1evLzsaYOR8/RJuGy3CEQWrhitMUEixWCzCTSPcTeQ2tUjPVkc3T3dvlOKN3IZnnAcLHLdZ5RC8jglDvsYhFPH2W1y6gqLlzpDA7YSMv5aJLHQQQBEpfjndJo2vh6M+7dNYghQD+UVX5YN2x9Hju0VmRQkspH8isKlu3IEPEop2yGKs0ryTUfAHsH0+AIpmxt/iRBA5CErC09vZUNIm2L2/irBAzihGxBwKmYVNiK3Qaq2Q9Et9rXsksGocmImTQarFdZ/eaUE/eKGuqqGbkfzIv0h7Mrk5iJ5kkURHYnU82pGD4IMfMQqC4BaCg3oTD218qKj+fYvHaULiQoAfnRrYfxSChO4K1hry4Hso4Ehghh4duHczoCh/LGZOHaCIvynm1z4WwAKFSGAsH6GJqXpQlUrA6hOUAJcoaOX6LwC+AZ2l1aQR7+7jmFSYbC3g3iaNFJXrQV/BhrpKZpECkKUDgwUtaTKm5LUDGijUkUxM/niJrOYU6hZoC9XWkIRlpEeYCcjM8JIgM8OpmDPVJcwcWPmJnpk+JPMz4YbXuFNP/yOt6GyRHTXiOI0Ffc6maeaw4ClSDkoMRGwpXnaYktUF6TQAexn7W9UiJYaDmbX3odJnTo7TpPPiEPlb7RT06KDzAuDnDOakqB++RnEfxhZHgXIG2AEFAH7UwauRTMdI6v9IUphDB6xNAKrEoEALBS6AiDlgDxXBsBPAyJbmlM8ZbcIfELFmWp8CrCiB5Q/knA5kHrC+9qBIFmPe1O7/Zy8Okaospkn5bJnR+jrnl5Xjog2U2g24SbeqeWAe6d6MGqm+LNP+ZBGsDqIMs0U7Yuiu6Dnu97Ibsg9r6nxmdTKaqrgW02iCRE5EBL2wzu4jnVxEe1pFa6GH/z4lBisLC8rAnAQGjs/MkcCHSmZEoKDzYRBqpkFBFG3eiAueed0VssTDUcO4CVCUs0Ec3UOwI2PjBIV019U88T+kazGYUcesb5iyovL2YyvzuE4DnAewcpCNNBIgxblEhtX2d+Z4I2iWh02IOiUExLUAR/yGH+DCBpaWp/nuJEOBuT1MsK62ajzLuytOP3IY8KnsieFSRd2hqWTq+ZEoF4uuQwc6SCAZOcHXISGaom84zh0rxnIQAkGIx30x6iwV+TTchEQYrEv9zsbWcVCuSCYT+HVJqnAez5cU47MpFCL14aix3dDc83yXtL88t70uJNKhghcWNDmXPt3k1xvx1tO9DVuQvPuKi732F8P0bjEzJGbswOrAW6iJ0xHDUUKcE7QaqEz6tahmmiha4vZYhVKX3zLz7V1uBhU4wbGRdx1vo0H00JBGu30OE2AQC2hcH2CxugqrzpBy4ivLhjlFujD0E1nrYBH1dnFaaBEy3kAPSOwvDAFrE1/DURiw9/tPpS/ApXhO9OO0qL1PWviFykIDmMLFTyMmzunF/ddHErAcO9CJ3Yxg3afFwh8aqziq3TtmQLy+YwbgAZgQE+DCFdAJ6JpYJsk6R5OKGg3EwbtVMaEXTe9MSsQb3u0nnBbrMlkmJfu5sEBRcLu9naB5itReQGDU0zx6IscaSBB1kOsH52MekTavA7GPsNAnGlQcX0hbDhwkUCk1nF3nY2fcQQL+n6XDX66Gl4spXaSZsTRtWqSvXawOsaMnDNHtCrRljiOaemvDuIwYr+1bJNMsoyrPMVF5W8w8G7QkkVYBxv5XcVlNOFA3E2UjDbgxBTYy+sgE+abAJycDxKprizHAAtRWjZ2H7KZqkiuMTT+qRm32cNh3mJ/YgAkHYtsF4LJYZCXEffbyjE4VEt7JCRTYo8as11BVX7fnT3VSp9kEBSmAIB5hLY5KyUX+C8x6cw0GMbV62MUwqc8M6f9Xg4OPU81rasmyXI/aR/pRr50fcqjAEalHgdhZtsOd4arApo7CU6EMYChvY4keRlW53ZK1Uq4Z3CfPRZkNlVKCtvriwNGj6ZHv9Z1/vFqjqv9Pv4538fm8Aj5okxOfKkd3D+ftu2+/+o42GkLB5xWddM+zhkszatKdKhzbaZIrHbPuQYMH/ZgVO9cJMdG9jfb4W7ZVHOckIew1aATilLVjf+atjVwqYFpcQ6xYUc5FVU4Q63YwBMwUEHBuDd326d8NzS7SbHfTTpxseLEgvJtG6opdTgMs9kxH026ms7geBrVp+Ewdxw83XevN+aAgiEU4cmUp6Gnxn/Uzb/Tnqicx7tq88JEG11U0eSSrf1MgnS8qN8MxHycYVPiCEbwJyM7j4rzSWXJxs1gsFhQsHZVlYkOAsV+xXgtVyASsEh1gr+syUriIbPvE7TWAvZUy41oSLM7t5bTamcvFNI5gc+Eua8S2VVwUHnV8jn8pCVDj2uFCMGLziLdSc+QZmBYOPZaVPQjtJbaKA32T02lUri7EBZUfc1z8yAIq9yTQYu3+BpGx0hc8V21bMqnijwSK9WrohmpeiLjHFB6boFb2pzpdsMJApK+KnhEzpId7m1Lim4dFT4gF9E1UDBHrU129XmMHoc7PY8u89arIxmd3L32EU2fjEE0VE910EZkbQ8j3dW/NSF9D5y6q51URaF+RMBcbGNJsYxQ/MTReoZnOqKYfbnkiIuVfJ95PBTjg1uEs51mrr0bLKGlJbF3dn1I8XMpm5qy4Jgm5DJHDJSxk7I2LaD1xoT0cfe8vhbP74AJ8kDfcsBoVat6RUJBs1JBj1zzU6KznUhNXhtN7J9TwGxnVY9eu7T8nfBYH5PC1jrxFEk6rwk84PZ6PTSiarqe7xQ4izdROCMBcLZ/runFHTDcG0mC5mV941MqMWUeYMaNKmb2QBUJ1VzAvFt/LAQKLos1ldqFvqNCVfUNc16S80KiITVjzTqMCVskDNJ5VclO+bw608PVmc2qCSvBP/ZI+FNwsWrSDQFGSS06kpf7YpzuBu2zHlOMyouAEJx8x6VDCJUMdW+CjchJooiOFKCMbdCpULqm7Dws4Fs7jHLCopb3WSRgb5mF+1LQ4tvJVfm5nKE9oQIodr41J4FxaN3ysu8sbxChT1IhAETGMiXrkdBjDLFwTdMugIO2tRVxDFBQLg8iOEFlx4VgD0KbBQmC2A1K5/mSxchQ6+ObpF3rqfitWbCvsMkoRYcIAE3KyVLgbfIJVaKpEUTGFXICgbmDOM/Pd9xiKegEGqL4QxjqyyAz4nDASMTDow5VP/S22M7t5g6QIfvH56aza3z6NJPzzuT6lgdCh1pnHyA35KsfrkEOk/wtJk3R9axDHlTm69GxKwpMaCrDi+ef1qNR+m9MmGRuwOgtozJ4MB4fQijBAiMSaQdi0Do6lpCv8y10ZTiDAgI+bsWyqeQyB7KQNNRb0sLemx8VW3a1Q7ru9NWM35oZAIVWPrgzJz1FiRo91VxLU2EUtkRvA7YSK/lYmKKOheAJyYYKM1CWr/UMV6DXNT0r2pD0FZqRvskcBrGgpnSEsxlt0d76Srv8tGGUItur4YlpT8ltfZ+3U3BxXwtvQpp+5CMespkF9/dVPyM3XCQSyyiFrGkV/klMbpq1EExEFaodM22TUphODarPKB2GB7g/vh0/vpoScFGSqcuvxCBJjxIrkuqgDhAfUwIAJ6gTgCCRujnb8aeVAny3CaQyNt9ityxZzymKqE68rQuZWJRy8hVmH52uHiGYigSHgCFQ2tIGYAHE9muIElIkwG46y2W7T/B2Auhmj4wCkbsLodIGt7TMEGomzXsjQoS9C6oN40bCXMtdQEdiMV8HA6B4KRUpjEGI6nVXiwRG4BJu9zzj6nX6PqQQRgJK4vaiW13E+cFByjZ+9FUUWDDVcASQI9WCBkoU8MR/DkNZ60giBRqQxb4MX7x/PulEkR7paEMX6gWTvShI4sYTFZCiNyZ2bBkAbAasB8psyI7MSdmks+7dh9F6obTM0CElNMQrnxuhCNI6aiQ3cFInnxCrwEZYb1knzd4T5hQ80cOGBeROM8//ZNzBMofvlAB6xh5Vl3bkBXHMHV1TKeoQ8LIEyGoe8ltgbqFJneNYCQnU4hVRrTtljk4col7KABcKOA12NpMZWdDgeeIZf3KjezWp7K4bENJxWCR66a3Aw2IjQRlBmkFFp0RYsEi0o5v3rkayOkqDmUrmn0uILU+xiZY5tBJIPSoLDW39tso2hZAi0pOthRryESYIBJjC4CTYDO0Hb9e1QwBuSDTkmqzvwe/MZrrEGv49hHDrQgfEYjRlK0ORJgSRlWsdeK6agScN14Sjf/9nqkoFX7FQ7zrQdoS2my5/+d7KJk7pVjd3b8AhYDk0Q1j6b4m7B01YyIb48/dp8uRK9hqIOvH0ozhxQiAUoMz63JoMQJdt1oGiMCA9COkLjlQ/sLinGCTcXiSLnpyiWYfLohUpxLs4dqFhyo3ORQbY3jsU4BWZLwpupisHQBwYtQPhmdRcp13CbvXsxPtObh0Ps5otccES0r8K0sqifA8xurNaDK7k1BMPO3c6KtxW7XF+ybAaVTnT4Hef5XK63dnup0eEtTxSw10wesaObAVN8A4jAcJqhqEkYn9p/TcC5b6OgNuxvT80EsD+P0PoCixBBtQtC4xvxMQgL6/fN19tYNe506NQ3jTurPDAJI6ElNXZFsthNRkp3HIJE+29U9qNEqg+wipfw6ACHWWDpQjyJ0zQJK7B0OMc7hPOufJeB7aOz0SgZPRogkF5qj1mJfq+DlcTXF50AIhP5QnET3LczREBQuYXCTZxhKV5zdwMKfhNdX/vIXvH7VQSsE7aopwiZ3HrU5OLsI7S4RYIK2X6HPE8J1N8Iw4jlp5OOpLClZj5k2GrpvBEO6sWzUuFf+WjEdgowOfpKB2XHGDvZLuMwM61I1x0KkW+KRT9R9eO9U7l7zt1FVGN4gaTyzc5veuYUjBpLUN6F7FJfU9zZr70aOOQ9pMEnUPnqRAyCAH/wZ9BqVvjoE9acZ+/iUT5B7z18nxDm1DFTzXn0/j8VzlOaufn89llW7SI+zUq64XK3RrTERO1ELaPHMxJik1MhqK2jTfrTTFWd5GmdWXT8Nf/BnzrNdRFVr9fXuldl3uwzGebvoopQb1saxld44QJHjbe9L6IgxpFWNdniqOqadFFrW2xnouPCzWFKNI/9v0Apxu1xrrkDFERrvv2o43UXXEfyQ/yhDegLS2WM8B8Y/C68cVVI0vjv3JQBe9OXJm0QEH3y14/FA8GcBB+E3KixFFqPEmDvFm9JLOH7Ak98vuocOziZVQGXZmuu++dWOdviEYmFVpOe+29psQj7dhPuBV++1eFWVfxprq4zcQLL4bd1BapXd+971cdPG1Kry4XPz4bvYYXvPX/sSaxyNgTFS2mVjw64iPChfOMX739Md8rymhCh5mFhFPT0qjwxwYTYWf9sKZ5q75dJCn7n1Re8pMdJYYqJWl8K2piYCJ+60HqUqiQnGtEqgw8TfRl01E6Qf0jTlcBHiZMHxl3rI73PIUVjs/kPIpab8Kb1e/Wl6fYvXvYDRuvIzuTm77ReeD+sU6lKTfpy1nQHDvUMC9oR07/UuTSsvmF8WqfN0DZHiCZKYefLuat4X/lB3JfcSgNhshfYcRSMLoyysILJABTT0CVPebtP13X9/5p9HF+hUTLVBAuPKaO1B2rOkn1ZTM2yRxiRDDmuXRdL3LCAadZLLRewqnZQ1RGzg7tkwS9e34hmuMQvY0hQtWMTsHmoUSShTC3e7e4l4cx/P+P1njwDq8dP+3xNYId03NLzDMbtezMpguJYBzgkJfHfqTEOAnst7LC7f3XWb2Pj83AM7ls0261wJ3QrZ/m2y3HrjOMehrk84cOdMH7ttOP+DtMwvnPc+AdHx/2bxU65mP/FPc1Wte+BSl2k1d34xgWS6r10t3R/3yBdiwSrl1MKRcgXNdV/FJwYxWJDD+Qjxq//up+eosIxTB06iOJUWdWdoCG8ns42iIOP4SjXY2Rgj701xUk1/zF95V3wCt3TpMs4kSeRzkcaj6VbtT4aNp1H2gKt9SqIIx4qaYxoW0DhX0NyyYicQNZs+HJrLdB5t7MYbAnAEf9I/SBE+YpEenqZRjYkbQFFPL/vdFRdHIwu94+73YCU8X/4R9DnbgVWR1uQ28Bi5O7P+0Y6xfyF/u4fPqjTGUT/HRZqTsiKSB6UaJSlrmc3SW48fOKdIqLyj3YQU9vOvqTrN58LdW7s+37q86WUPODY/lsnlc7NgJJcD2Cjro96TV57isc5uH2Km4so5mtrs0d+lYwSdand5friD2R4TI/LYHhwOpH8h0dML2N/iuHLQwDNffV7l80X+13+utiQOio5m45n8AlU25au/3CoqQCGHF/emraZUeR/+7GMTCjPIp2gp8dl6dAhnjeSFT3Ry3garHUt5Gli03vFLZH6RvXrD3ko328E18WoxqK0BTn1wvP4X3TnflMKPcr6vYyo+8t7J13HOLHCc/+e45q0+zkMDMUd7/x3PY7GcowAbt8HoTIR2rK22RKvRyP/ZKjY6GU2M970P64tFOIK6hpbLEEhi42aeIskpG/RC9K4AiQvWC19aAnMWVtaFLnFvQVS42IyXjQJTRjCRV3oU43MD6rZtiA73XFtrhyFLPc7BXLkQ+OEpCYUJDJXfHSS7Bx2RPYRkPQL1jS63g8f/AtQYZkCEJ25N2YDUp16+/Rtu1ICj/X1y3jm9ObLev7hiZPqhgaPb9VL/TyNpLY5zkdwcEOtnRdslyP7aqKz6WCCvo/69UibcOZfIPb6OOw+i4kP4rUKLnSPFocyGY/1v9v3QgywnZmlhoXiKYaHPAID0gT5XKwOETTG6gawMWM6Lc81gMkdEBI0NRIN8NH7kAlLb8zdTgYdstm2t4QJONhlNW66hS9IFhggtgICBcF06YaV4ktQcmAOLaHV2k6FHfAH6EXeve0TFjTrpGzR4GLf999M/hnp0fEtfa8dDbaiqTqSHJreHQRt2NcqXuZzgAiWN9/IremWA/DwsDsCABFnnYrX/HG0G8p135KPgWPrYAJNBL8rLdpItwgBdsDg3Vj6szAcfsyYYRyJ0cVV6fwo2QEUN+OnAZcBHhEoSB3XxFtzU9xPt/nPZSI/TqiZpmNtvcZHYvcn5nQ7n/7Oyt21hRV0Nm0rJC5E1SnW8foUDsTYHSO0C1qc9scJIy7TlWtsmGmN9iTqsSYJDSWQ/n+kXmF1GLUmKxS2e/bGnUeMK/x5E2mTgbFhDM+04c/wA/a/HRhPK3ZXgLhZ1kJuw0x9Jdahgz9WTuWp3g20hthPaenNiALpYsuNa2CFYOTmcNa5BcESqfYvCFNJjTTzQvpWLHAYL7r7ikpq+ZRQyykhlOJWoEGLZ3gXfJJqGAe6Z9OGzBSSrrvQeEaSIfBHoh+3iJMfrfXVkdK5Sds07mXqu/l69Ln1nWSwzh287ufkd0CxOus2lQk07OVbua34GsiVQYt5cYaD+HQ5p8M2ebsSvvgnV4zPVXDzjO8S1Dnexf3RvSXfgFUXbKkBbGDDAgiYRjMxocGF8c/8obaKa2JxPp0vlR7IVE1bgGfadP1lvsZkuwVz4vP3rjr9JbfEAFrnegbu65XkqqVDYiq3rXCz45LJqxZI9fpewoG5X7ouBEnFoSkF8elH7/cqqJkld5At45LSQheT6L+mob+a4nwo0rcfv4YFmf1fkYgpXFEBTg/yNT48xSJ6j4qTnnrrEXjGOCpp+ulVnzfTiuYxq+3ANYyS2pCHcAjFGNeMiXPKCDHgjr52nLuesWMq6AzGidyD4Iux5BgvSyuohe7E4NC4KwgBfgCkXULufk3sKnpd7bz2tqoMgjcZVl1e68vn4hK98+ZgfYB/Ni7ynI6y4/xcS8ZNI95zdxOG0hgMaqzLn/IqWo8uXzojgCcX4j9pCgxDHcS6xIrJR4Ui7lNG8Suf89LMIZzcHlrbbGI1Y9FogBKqH0nD907PAZR7PZxVtyK4SXRye76JZdDRpnECtaLQz2k3yvcVUQeQgr46aD8BF+TVpDYdg2d8/kBiZW+68Qjfa1p77/wlHKcLGBBrwX65gj3Z4MZLuCjIIK08uHZXEMzY8qRyTcKVPEBbhKdQZ3r3aBf6GiKxahkISQ+xnzM2OdsZYh51wcjrRUYLJMN5mDcg6h7W0YX9XwuOrDeQfSlHu+wfDg0v18T12sFMubqXHdukY2a2DMpotdJDhVAYyWUXW4LAZa/rfw0NO29wuaSdI5vfXgfQqBPIVs4XF8BxrOtWlgXoOKTuUwa2NeCB3NhPzVU2cpvQIcogyJsKdLmtIELiSdrkpFCtMqfaKlZoooQz92Wk9Hk/raQn4nfp7qAfMzCFYsWF206VzhKeUT3+gq7lVABva+kK/R9QO3Q4LpE9oG4YJVOMWbuPa+hH5VmAziHYqDudd9TqWjiVEDSuJSLHHCGbK/L7xvmPNLWqqMS+CnLEM9CsO8y4nYK0bSp6tMYOC+L82hq1gCJfgJI83DXtQIUvRLB04NdxQfahetMsMdfQlUk6O/sQb57aIT5VOsKFh1Km6A0Rjj7whYKD/jKJlIiydX/DNTlPy/mzcaj8naPzwcmtL4IO+LXb9dAOCsvlrZ9xzOmMybgrKKih++77YEJC1Nf1Q1hyXr3r80C05FxIcejf38ceBRKIOsgJ41hN5Vw1unq4JnN2hXMmH3OShOAuyx2Du8aMPdQsyvsMSNStlohn9Uh16wqDHpYOQi4mrnXJ8o+sH+yrvIo68biozMp6N1IIelqMkEdmrR0RvAx5jSDA/D7IZD821hJyWzWzVC1cEOV0tdM4gd8vadZaQmR5MbxT4dLk7u3NSgay6eshkXzbNzcymHQtXq7TTPNnFXBpx8AyjInUOagLxvQ8FRSwQOe16jUZKU3ON/4PECqLy8mi7gS2YyyTmKFBh6jKzixUXpdRqkLtmcCcsIMzoWjSLN7WzuHLqdUleGesWrXzMuYN23XcBnVc9XIv/lPRSgQRvt3tSJplnRGHK+PKvuQVrkMfyL2l9P1MT8s4oZktdLYnXMFgUDmdBS94r6g2I23907jpCrXVL6LoSAJnWLbrgcOU577D6N1ooKga76ncWGo5R/dw9k53tIoJL5OoxBrm6hfiVUuwYqGFTIxppAB9i16wM6fIomUl0XEYWdnwgnxoJKM4DEWKoswhdLB+4FMzItRManpygyxP8yRTwewK59WIvJ4Y9bvfP8qIqxeHnj+IcVihLcqJh4o9Q5u0kIO4rjpM5mRdEONDc85HYenWEpipXM9lKZRc8UvwSVDnnBcNwXYluZRMDliLtdfKghwq6Xg5r3MHfguMyf4haUYXPXEB9cY9aEr/aWDWjcGIovnFWoAfgVviyEoeXoFrzRZQ7khQMhegn83yT/uDiWS1gg0tEPHyEnGGxZnJDaBK8WW3/cG3Rni7Z29CC2nVh4c0Pd4eNoEPwAZqLocqs9yGsIKCE5XYsEujsErZykuJYaN1yciydWqw17DJPRRSLiyE9MlxkeEiZRNTxS1+f6cPY/jT0bphN0YOoRXw++vU/UVVg1DGJQQS2NnLUrQUoiLhgKYm8elm2JVE8/G4827TfoH+r3ZjHLZPJDyM0ACZ+KwZcifdPW9iZuvPb3qL5THcnrBrtXetw3+9FXFcGgIUooyVo0cn1LO+98fdOqjt3yreb9bmSfEtefsLCpdK8gitjSgIdFM1us6nL66EN8mK0ge6zCcuJV51Ley7VoKKc0DiU1snZkgxAhbW2hbr99GGoiMEktahgxHAGnWnieVqSzDgy8eDPDLam9f6Vgk6tAuBneKUCNj+RwWVEPYf11BrxYx5V0lHTpDwjzMFqAecsAgRhb4mgXZKWzmSOt/RyTfIOQJzmQ8QR7HaznTzZjHeDSQKbCydJAAquA5I64PeTTaxdnGhpJROGqLtx75QTny2JP8dfTgWaNV11iMFiiuL0zqdQyGerg0kGbCC1sRZzMb5dOOJvrFDp32IAYZ0GuiojN25C+dZkRzN2HBkrTOn5wTjfmjLOSCclEa63P/pSDnFm7Ct6Kj3+kMecCebFPjhdvxSLpbjbP++nwUtqZem0PEJorW7jMllO66o2xMmjsop2emeO60/6SRmRPKYXWKLLKw01Rle/W7rt2AXn82N8r2unM3tQTgfQv7r0n9GMWDDGDpcgNrLQG3CaxV+mpxqt6FOCDidJrOx23DTcDmuck2aE0jRb6K0dGTGp1yYRn05joWasRIY2M0Qa6AmcQLB01r11DVyiJqZsM5myCT7OFB0UScWOk3m61QVxrOpd4tYNsDqli/jtHj9LUtEN4PT5s4tFsx59vVEAjcAWMQZfHE7jYjzLX/tydL4NDuTAY6BOfqeBd4pqHzT3AO4wkvqYbqj0Ilal0FaOALa9p6roSfGrOfnw9m0d5ESo+1NqKa7uk7KT8gBilztNPZ0xaUvVp8+Udcw6RNPogLpzhdA2K2KDZQLOvAt2u8OGHDzarg9wRGd2Wo7B4tLh4Ss0cYE+LwwIDGvM2ptzq5wM7IQpUgqHaoZUR+8/IbEuyzTEeKzhSaWWyxYuvtCYFit+qKHHNQAYXMv5xyUI9ssSAjQ+SediD8s6BhpQW9tBgcaulqt5IGrZ2fRDjv2wlzFxgGCkeaUS4V1tmHH4CfB2aa+2kjtKSYkTZLgXozsF9C6M7skmM+EwhxSSpuPnaAQeXqgdz2NLQ2nRMj7cwVo4xClQYe8aTxzYnGzh8iht+02WJh1sVoGt2oXwVjlKTxxBSNmD7iEWemFbTc1I4FwZ9/322FZHA77tw411YYz+B8eFOM83g/ZqvoqWsG49rs42H59PtaXVJa434S3Cw+tL9KUHEQKxk3j7meHXT4JVKzGgFLP1VBxMuu3rrgfzaEWKzOums7x1pLqpfazejecTJNMiCkZvKNBqVAWTausslVlmgclSBUh8vGEYmHBWRghQ15mOviZpMyXA0ri9fgaBxeokyxxo4LSSNmZUOpKy3CYU0xJiZ8bOUo8Fj/CONhYinVAi9bCB3TaXsWAAAqxoCyd3WsgYC0+ZBlSe1TeBVEfAg6XUwScqN82KBcDQcDb4SQh196vsoGQPis4pJGFyRXjSZflVu3g3S/EEy++1oQ3Je9wQgLZVnI24/ZhMzx1PBD1loqos0oDBNFfbYpSG5rcipTALEzm3rTOgSols17SEd50RY4t8bHrkjr4x1jvTwujPzPF4/WoJ7xKGGGiGsxtxxPG8S6y3Ho7reneOhMU7jiikit2qKWro4UA7h4Mp1Of1KoRYYeLNMojkCcGVK3VvUJRJxZ5UBhyyVFnencjQ7trFMMt/IciZIZn6LFmRe+qzo3C32/E0AIlZIrRWxEZU3wzv8xVzknt4LcQcqvbHL5LGMwH8a3bcgzuHoBdRzHq8qBo8wQi9sDbVcsEXEDnDzf06tGRuMCtT3OzViD8bz1qU73nKnFTEPRpFP1hpA9tJawFiaF2EkjUqQjbbrZsYL2xMFPoenldBqoJZPOQXD0kJlw7bHK49UDXYnlYiA+hkIdnz2MNOm9sp6XcUtVdJ2+EnmDTyKrZbP9RSRZzxniX32jNQAZN9mNC1Ol9DGKMK88E2/Xm2tB16LBv+WYiOSTsfXNmzomqsQNDwEPAKMj2i+EEl2TQzFgh/Li7GcJ/BoKlCxm2xQFoMCxAHaYVbEXYapFXhf35mkQQ/LkMHYcW+NyKME6pyDuVIrY+gCqW1i5nbpQWh7kuYPrjXGavwW3UykrmI2xcw7xk/Xtxi1gTDWWf4iUt3Tq38J+74l/YH5CIY7qXckkpvgUJhJ+mW8LyTEtF3wQD/dn4apLILiHyi6vENH1MlsMUuaGVQ9u1edp57RXstj8W2uGCLPP8PLpP/3Gl/4NdCeYoaLrSXv8DFeMsxnzjmykbEAwWYo5Mwwl8mEYAjyxe+POw21PqYec2RweMQk2tSmxDqeG/P/U4UshKlQtpc0KmNcoV9ck72ihymVmH5p50DEEqMS2I4FejhqjXS2iruVimuwjfPOOyK53WzM1CP8I8JTBXNg/1iZSvqiX4O5Jhuuags12WXLi19UdntSeldrsMypukYu7dPjMsk29Jp+rahgEcb228qQyVpin7357ZtBUTrFFjOKk6u9M2Q3tBGAoNjEFw7IUG41SFBTfcPbpexJvU5dnEe7T0S9ScsP48kZN6ymWi2JIvlAb9IjHfeA0DrZBuEsNgVTgtlQJ6PLlzdYXA1LkZMZfSe5/zRXEAoL0R2AlnODUsTysux6DFrO7dxoN6dAFMZdwzbczsui07OLriIXwimjfz/G5kVrrZ381iwuqPen+pv+Zznb4AeeJ0HROSCc2HfwGo4bY4qhO06zqtkxlVu0F5G4TTuAQdj6nEiUrn35uPcdwwfJ0pP7WWJ3MR+7ebUCSBirB31u0TBIs+F3rhhquBp44Vu4374naergyiQP4gjqdZ0YJFJcLd+u/yVZ+L6hNQlAgumU9Pj0YwfOQM+gkGbnqgp2SshySzipeY+2KwHEl7/r4gUiiMf0FMvwpexRNNHIW+RsIiiHY9iej1gKqXWapDefoC1tLh19wkQT0JlUAg9r6d0r4AAT5q+g7zgYPtCL/2/XgS5+2tXcc+u2w6TD7lrki7DRne0SBdDpVyDT54d3RHDIvcAhKu9iuKC6aUupwDO/1mv7Z9sv0pL0nmze8JPdTZ95K1IoiK4PeT/kfUWBVLep++pBj56a+u3el7+TbenOimobM35kmiTy6VV6FKQA2WpmLg9nso4tgtShaSLEc26X/3BcnNF4klok6TT4dPvwUuAOR5wm41U6oUfMWjRTWcERQtdY7PEDbbFhyW11pXcbGXC8Pimqg1EqfLmzFW8HS26M+8M4FLoxAXfnQqxHgw5B7mp1WI1ZXgwQqxvh8r2+DC56su3AyvFZ1rwEXPHSxdCOQCYIICLQOASnGwuokkS/SckcmqSjoJ/kOlAlyw16sWFiLl7NoZfw5AvWcL7i4WlVqFjEel+ozkGP/HVa3g39yvOxcgT6Gq3JnBpVTyMYKs/N7DBVEpwsT7m4RHSOL2rswoubTLhFTl6/fe0CM3uBQjCkJFs/nWBDdu0RCgsk/lu4j6JA5Q6JD9ZI2We+sv6cRj0/pFtR/4spFeMR6DEuNqdnebqDmJn4vxAX8G3yJH2LDIO8RhQYxpuRLK8XwSJXV37Z+3cko2bem92qMA51KckQ5xANifsTYfiA5PIbuGYyc/VIUd4EKhmw5eFVC8rzVUmZWVQGD2ls0rWBMTcKbp9jlpsof3RsZuX3nx12fUo1ktPmzoIPGCfIXu9d1Ur/DhTYCdMLnjvmZDA4WNKBT7W+TA4Lw/K3US6H1tHHTwjKEVyIMoVlHw0YLMlQQSKYMyirvc6+Cu0Js6LsxC8YCLskfzITwXAzYq3GC5t8+KiiO8dduUJIqg0YmrDhS6syrLElp0TzPYh36Zd1ZqEQEzCaTGTfJ7CN4BPBsCKhTC6H9buNgbRxsXXo0G+yahTVTfk3pcXbCH0EStF4BKMEUjy7IwjEzi8NLLlHNKHZbTC446eduBQCbWZUNQrGBMshNShCUcwNlNyvQCmYAvR4Bbfw/bLnBObc+dAQawWxEwfqVCBjIpHdJGQt7mfTocHMloCjDV2RPLsgkEqp1xGzcNXYdaYc0Z6+0DETRBKDVQSCpAYoOvbhu8ey3kubJ9fc8PZsIREUDy4kQ23BY3gCg6EsLqCClZIWFNsUgOsxReqzYDql+NhfxdCeo9YFoCHS4cmMMwMigaEm8UQLEtBA9+ZXoPPYfIFiZ3D92Dhd71KEImaVIMiLKLQVTEHHMcMbjX6BU0XGFUBMKWMIFBSQiiTHGdBV4R6epXmx7DSF7HNggyVqDMMgdc290d3BI+bVdhZm3sJjQAIF+BAgtPKHQ+g6CSyxNmGDKswGBkCuQViorLGbLtTeWrIpXlUXlKD4KyJbAwACjWzPCtL195SGmhvv2bkgbwawjcT86nq5GAiDYpmUE6DZCO8VIgjmo6nTy9SDNaecUGCDbJlTs5GXMPg5iOS6StXm022SmDwApxHIlD+NHIm9ujqeg4pb2ByWMcad8nmZYBDAhrzvlXn6Lg90oodb7VzDj30Bip73ZlERcZ7zSZjqC1We79M3RF5adLUu+lSImNHVrfn02ji1SCLCa0DjgSBeyShVZbvJqnPZspSEvbZ0PHLbLIcawioAzXMN4dRoCJAgLJBk+Tjtk209SwkRKlUjP7MBgblumwWeIhUiwuWvBHxtEkrN+KXczeYQNaVRmw5A/YBnZi0XA/HtzXVYuKYgYgMdWFS/pcA+wIKIA2asoUgYgixFVVgtN3oBCUNoY3q4UR6xqnvW/AvUrJM3fMRpzgujjA4MRgyE6OZ7DbkQRcv601KP7X1k0KUisSGyVyi7GZSm0AyWczcLSHiGRCwVIB9kXzhgde8a09as2BEOm7Ub165aQs1n7Kgdi+d1lAf0FSGFOa8/RTrC+2ReINqzGy8oIy+6F1axezY05R33Vb8y0b02ZYaguQVkyngkbP/UDhki2TpwBaMXtqJVQATHB1618JQlbLngwnR3cVeZcphsAlwbOcEf+YVf+h1OxVNvili1xyVGIqdkqmWunAGvd3Doz4C/PWE20GgylrH23TyOWoZxR95GIxI65hI0au8MgVwkZuere51aqUzw8kZMj6YV8YybeDOH3gfh0KAV++SyCkVGaiejD+PKqq84FBDRpLVY8mgzo18Gf6k7owj6ACZPVxDKyXIaiq2yjlEInOhzFo6oVEA8w2EjwpRZE/Fu67D3N0M5ybra1heTuytKYVZhL7YG/f102xNo8+lsuN2TN26I/hRqqEYUuDtX8yijzjcDVAYdp73TsmKB58VmG0B6yYMIbciejb7FjlJHwILYgr0vVI15ivd+bWtI5EpoplJ/E9UmAM1GVkLDSwc7ovRe6ucrwXU2UxRc0RGyexcZkRXTUj5HjPHiyo2dYsCTIEhuCVCmvZl6WcpWZWE/0wCt1zadsKlkKtDd+GAVFANABcjUXpKzO/NNL2h2iJbwAqitkogABKEn0fmGZwILJCg0a+7hY1UruRqIoJUzdAoyGdZXGOgKPdDJ02LtwGbjjVvOFRuTyqRIW0D2jJ7eFEIMmw+A+iNmeqn/VpVTY9o3xwg9rdHoinNZl9DHWxoAYThnXTff4HM4cpQf1hB4nNDUi9RY8fzBRRA1UpqEGAgjDh55/+fEgUec7bC/GkFWgPr4Cqdo6ND/lTOYcQ6YjFJ4nl+LlFP0TSWi7GH9s9sWhTYYjJthING24kRIYaFQdFrqpk0s24W3646g3GR05Lr9jVJoXYUrMUJSvyPqE1dBAEzuuaJ6XlLkl6XBj8bPNo9iG4Jab7TS0ySEleClpv7yTRJlQDTxN6Qmzs7hcX9n772PfqLN13nhSV1V1cMIe4/dixHvZp/sv5y4EMs4cA8vl2nMNCDWHCw3hbaGo/NgAveCsREqg1Nl9UWiC9u76ujvVlhHo3mip5xbkfqXxvkEPysv5kobFkJAqceNQ4h23G/ukahPwCyCZroiE7AEFOl7jt+XBY5HRJfUJDwabgWBk3BW1pGp61bzT6mOleM0BEPYyQtPwVWFhgXpMvxjCv9a1y/Eeq3nv1NNS+1ZU9X0qBHVjlkH+U38leKCrCouQXRb8S5AN54Gd+Lj02zAzvgic/aWl51COIARfm3SYU8IE/tz2UveS33VBPk9i2QCkMc98tXLgjBxAfHEZGgGszaJAdsCZ3RbC4oI1MBAigyQShLwLajdLuOsJinQCxR9iGNhEpF2Pd821TOlTnQjfMjAft9LYa1un11G5veF68VMbeRcu1dNMZ7AAcp7kU8JKVuu9jx+R3c9NW3PdmSFxx4njtnSlJUKILzLYejgPQ92nOYf+pBVAOCVYgauHumLZOcf1iKDPxw4iYMa8yBnndbPdMIkZ4Ltaq/cqzXKNDYnXQjPWlB1oep14tFyBSWo0EORbEUFZUG+yV3CjWRn2r2XqBj0iotXxOpk37PM6uyGsC5Yd1q0YgTVSe0jJ2SuzP4YEs237R/d4XoQCUwBjZXyBAuqezxTXRcSuIhKt5LQRJb5BNYHKpOzpOX070YI+l4GYMCQhqrjk3WJQEGJByVNwZnejwCNef2wDHyOukPIVDJnKxtvkHFpDrjWA5te4cKL9lG3milXObbawtB3F75yH0KdHQC3IzSvH6PMCy5xsLz7QJFv2hjkMQJcOtgjGDFbJJDcJ7O35mJJFbEUtihQH1Z5mBEJ14RrhMtZjNtd65OE6KjTKCukiS4kncxSuuEtopWEv9FEtgFbFA6O3s44Vcd29HrHlAcZIdAnIl6VjrOUx4noq4cSzQNqYELzHGugY6Ee8lP4YrTp/rVNV2sovRc5YqXGbLSPlQqyOgkEk0yjUZ+8Yrc+AwTUNLKb9djWk3xoh2RzxF6IryVBKjmuPh8eH4lsl4rhRkHQIHJo6g9bRoBshco8CSfD9RMm7glo1YF9CRhFgNdnmYDZ/OLZSsMJDUkcZf+Jr5xjV5RLxoA/ViiUcYUtmnh7WK46JfN76oSgpyFvsKZAUwsbBo1HOQdH9a9r18/hv04+XCZ6pATjwUoMwmT9p7iCOtLSxoxnna9IrSigTjZCyCHFTHXmGHmhCAzOsALvo8L8ZB6qh96FVZPzWhGSZsaLZQCfHl3o3zlz8vptmF2/KHKP+w+EZgbrSpQS10ZVb0yQ+bQ2ItjhH7fWPS5/XFII4s9/FL90P/QrpkNtKDYz9WI0k6nr6G6N13ZKvHV/vHW7k5fFhyhRBPJtF/lrTV/JIq6m3JGXb7q4NMH+mxlZAzegzRzySssGw+KbFSKgPcKqgDJoGojdQfehZB57u6fZ2mGAorDPv4iLa5e9Jf4SkA2/Bq9G/YvXhD4fCKJLtL+vDb4hkjQhYL+U/cN76pcv6vy0THzK8jM7kZUax1ZPHDRmpBfofBvHUkGJjC/z3XwePiQLuMND0BRydra7XiBWWz+69iY0RRmVWy4uzLcOc6aqSZsS5BdPeV4o7p2DHtLpEpqHkQLVceSlYjd6FRwNoJ+T2PN7AdFq9Omwv50Zd5VXg5fYOMLq7topk2/r0Ql+wvpgLuHfUky2djVigVa5vSFXacLmqAFq+zwkhXypP7oaXNl9B2g5sOOmWYmuYL2qUR3q5jc8jaVvREOdZQ41kv64Qwbdl9f75/K86lJTp/0+G+plt2L60aFYmXEfc3k0w9sEvDoDO+qdH9++S96mnZ78OrvryvJtgYgbkQnGvD23q400UM0n1kei+v2qEWvF0IjeQrvdjivLB4dKhbb0jqPAleTL9mhKW1v5aFnLY8Q8lsnSpcBnowV2XDvHm6gQbFNrJA66iI5WbDNEr0xjPmEfWqiE0GKRG3jHU7MbeXpYULvclXTqKVQGHTa7rhQlmfH/pOg/XExdDJ01ToV29FvhCKeYzpzzv0G5Co5w6MomBje2ky3SChhUcUZxpOJUhGxPnlaOABu+hmwEq4NJBg0HQGEb3OhOiH2Vr3Q96bNJmzX8w5EhtoVfDM7+YHwerGyqDSCgrgnMFVdMwrl1pKL5ofiMvuEAmnjfepJTbQr3JbSCZnjL9kvmUb/InwHRSrS0ISRALxCcwUwXYV93isAqVWQMMrNjTL6Rj6owBZlGaIYQlowP/LMlumwigFiwfxF9O3k6m7NATF5cHPRgJ3jng1wEPDinnlENkM4sJIWjvQJtN0BmwPl0KvCktnQDF6IPx+DzTOSQFdcr8K8P7Mw1vjtJ7Ie9Qs0QY7hMplpTwxNBf6zpQameTPqXh7k5Mw72dAV+U5d5+mKQu4UdAeH1NCvGOrSp9jkWPlGLqSaSPXtKxH+KYYvmmpD06glWoBNQvmQUwroakHuE2hjzjcCzASPS9j5Wfs1DRPWciqqq4b+WKOOVdaXacEX+E5O/n51wEzq/EThWJVB9k7nExktY1k4iY3lheLLuLJWeWwFRfxaGNPf7oqC3qHJz/ScPhYkmhgQHwZwUK9n3tqgbTYMFofOYPgLPuN3XjLtZV6z+h56vAWsWKxXiAPKVoZFQNXCLGP6InlOxOV/Um3dcy0Qw51Ho1Nqk8zelyqNx57OF2k9U7Quow7hQHHY7SsYg11BCQaHDOkjHEqdsx+F202MQUACdsxlNI0yTNa42teBNICGgkIFiN2De9FJqtopjYmZbv0yKLjQLt7tixa0nlBEeuiGz38YxsETvplIOJF6ucuaLOW0z+Hh2BqSAwEc3MU52G5QJ2HZoqhPd0RaNGgaNH5+ptIh+2FqHZoTffNnOKtLa89KMh88dTszQC1+OjMm9pf+hWyk7FbfaTZ2pbxkAwIqlOOe0OUebQ2VuU5j3E2VeXC+bXkxbgTFbTrLmGOlrFvQCqsKvJcl2ihhHm5Gj1kIbfgBMzWaQ3m4G9jweFzTSYkppfKrE3wlALWwLpU7skW+vPtQ4r17uTFbc79kSx8YjuRWjBcAGmnObRyukCP1llh0/fJevNe05/ylvrNKRlTvWKSTjge7AA7wDZMWLNR4sMpSLBUme/qaFy7+u37fhMpL9dftDO5u9GGUNvtOqrke+jDtCaxREhims5YDSKWQ7dvRSCTdprt/j2EiCpsZIdojUMaepaN1oflGPwxKj4vfAs3Ay6MS4QSKrjWIQjH8t0Kwq3523o5v1aD8nxOYPOUMJcpk+oIcdBXtaEcbBvvYVg93CACgKTPkAu6SMcJW0xtLmKxqXKcAoF4LiPeZSYp7xPSywg3FS46jO5z4/s7mCWiAO4HzqTHxiQshy0Huk0vVlidVy1TyHi5ZpymCx9e+rnYXgenEEPPV/h001O+Wp4RCkPpEQLFilpXNbx1Ykjg3ZSX0RfJUK5y+D+B4JxG8o07WSAvRT069eu3FG3uwbeRG5RgLg6NaRIeEgo6pfYRD99WvAU/4ZAjPRlcpHgbkV3NLVXDURq6ndcL6XUls+ak59hEXY0ruNjyTdqaT9jBNNh63jdBiSLHlWD8g411EKnEptcHciuMjjnkSkcKeiBDoXX+3UbDgeQL8cDWCuqcDuHTqQtcTEFPLKCp2/IG6J4qUhgUyLvjDlAWV9cPa8G5IQa25P3mqrSR9kJ0HtAIHET7mpWEyn2pyxXu36cGystREzn/JCXigpQ5SoUge+X7efDEseJ6378sHbLIOT06GON+l/62AhbQYUfrNXp6PHgCRzhMwAjsqLK6j12n8CCEn0C0+8MYc+t3fld2Tnr4dxzPxQ2OY/ZdyQb/BeZ4Lt+Feijb78ojy/B36sb8O/GTHnfUI6sZaEvcjaPutn8pdGlCeyKYFe1+ZSZiphPc/g1TY8OdEP2Y7n7AamODF0of8pbP82O+yPv8c36Ve7utRf6Ql/xXXvPXXH0bvngFcn2+DbCR9/77db7BP0kAyyo34ydyrKeQoI3usuyJCw4uxo0lW5UIbEXB+3A1DA4EesVFhFpP8v2yL7/VJ+K8FKOPdIna3dQpzLVhaZY4zIhQ6eavgLVbNeD3txy/SMLdpuAZc6HJy3EZQ5YczH4HHgV51mI7VUwKbJYjmDEwFr8WjEb11FjNyVKYVAp/mzCVkr6XhA1pBVWtFS4G26riZd6F71uAabohRg2uvUYVX+iqVQrq7dAcJDwYRG3w5upnWDsmNH5Yzn8AecQ6pxI02lTbsTYapmTN4mG2jHHi0cOYS6IqEoZNrjztvRPWLIkEFNvLrQBe6gprmEy/bfsAc7R+DJVlknFBMlXg64vWOHko3B0m6/U19HiVehb2fKbIHmWJ6marfkVyl9A+bspCR49fM+hwEOAbABfswIEO7fylMKtBJmEP/Bp+PhRfLyGiWgtGcipTJRaIfeTdEk+sQYXQSfGarDxO7cC9STHKsuIWLqVV2YqX0/Nkc1G6bFOIL0q5Tig8YZpwtT2zKrsk3At2Hs7LVIzafU0jSjxSuFtJw10ztRcso6CkFw+l05J+DNNT1i/hQLqoCq98kfN3TXqAUhnJNrJFkCJhWyRYXODxeuFjRxe8NU/JBKHa1FRKfLmECIwUmBZsgtjDphrQ3CBlRnS6OHdMiuOZeOO8TRBcqH7T8YCO0kB/a3EV4UkpOkfkwUh5z0M83HgKgQajUXeFk2znud8HRMHWRJvhUGQOMqXKG8PVnE35Z48XktfaAAqOd0lZrr2U2qY2eZaJ30oAcm9HUF2yZlUsH0RXI3Lrs358xmbceXepdZQi/JTZWnhCzL7bEew0jyLqsjyZ+JUouM8ArlMPNeEdF95bMTE2ZuK3EpKWVPtkOLh9DiWcN4/qXEorGj/aakJ75BreOIeCvAmUNxOHN4ByG6FuidZxU9Jgp9foLYAZIhgeQ0VxN7GluR0T8dsacKD5J7SKfoINCjxiWYTTW1m9ZlzhG95TxATSsYpG0VmPs5VP/o4wuLu+NdAMMcoxD8erb0P/QwIUjfVvz358wxPtC8fxje/yckpx0C3og8faGRieBRk2lDJI8hh3e7IYritWzcvYND3WSf8TbaP+yoQToj12tPNzZEMOJnZMeCsc+EH1cq3t5WeczREkS10V6zounaRktgzgeJyL8DGVHjfNxaUcqVaNebK4EoFJbj0MWiwK66vPCYZ86J76VaPXAECVCB7payTUjCZNXcbGvbx84wd/n3aekUkUtVYRlfSPvjehYFwaL0Dxckr7eNunrQRDz1izzNDhHdTj0AoKekAIQlx2ICIdDjHVLw6Nvitpb8FelJrhhZGoB1Zch9EVTnIEFnkD01ZlNq9AIhONAmYlbaR6NYtFlyQVQUW1jZ+WhlpVahirmpXALTMxDIVoqMbcDJqr0PnihuzmmTbnbE2nFSmRU7UNbEbkdD2hgcxiZbW90TgxeU2OWGZSfeiwMxtNPYzRIeoYXr3Tx3QXexmhxa0fKKAi6yb+JjpmPMgThBJNODGkvqWqTLBIK4PLHspNVWBtYaCIqjMkZGYWczBga71FmZQCdDJ9MWQZlJP9il2oKSuG2iggWdetoK1GIhnVZbN6SI/TEYZU9QctBN5pljFST4+ILCY2jzQFPDRNlzbctimFm6du6LRLPVCIiw6LVSusGsLagLfZvo/0WH5YOTbIXTOlDellzKFR8Zu8UB3p/IpPUj/DTx5AQdfCyEA5eHjd4+FpDmrm0lUQm0Y7WA0YrmEsrQjl1VbRNDWhwT3VRX1UDRLjTv1YpW4qCftyft1Z9gJ1qctLivHPowKK7DwsxIwoFmAvUm4PU2xX8NzKjYeuiR3qFHtWHNt6lMiQ3lSMI1TKE8qbxpbroF4opMKrB3EUzHZ07i2p2o7axK2PzOTi1r8mq78ooo8R40rXqybOd4R8zm3YnByrXgc2Cu/jDzwEXA2QPJhH6Ea3qywHX2jjwgACc9WE61moterD8cW8CUJLMGBv/tu+G5q2tb74+0SFK4YFsmhO3pUxAdjsoO6JoujUReTqVaPE20pq+YN8phz2Bw+6YzHKCujafkvFmg5da/2DWAJONBkT5TSv0dTOJrOtC3Ec5+p61Lr9/MD9iRutlnaFDtQEl4VyagcOq7bf2vGciwSnNrGrBiCopm45GtbHbxfNu/5CPlqh4e5O6gwJ2yjd/MZfym6P+246Vquqo++Fkkm5T/FWhEPiwGeFTaUBqjrPDxET0yuKSuuqhMjBikMSPU67ei8jXCsC0zBNB0YbWx9Con27kDz2yrmhDKfn2KHxvi+R6JzKBrWWd0hZr/phzz3tCF4ejpxBu1593l/dTQxXaBlkI6n8NJ210gz+baRCg9B8vbxjkCMe1qrlANMho85dT2YcTEVIUGPCdJhHG02OZAvEluBi05vxBJYAWUqw9fa1BLklKdFD1xvN2mnWTlsdaasjLZq1aNZOx9rpWHudaK8T7BbAHwzese38B+09wQwMxC40S94Otlq1G62ThwtEJ8FhHi0Zwmd7vKRTucCqc04m0TeBp/E/ego8nCwEQ+5st+BZ6EYHDe9FtcArO/Pz2ySXdDqJZqLPx4fo58zERzruuDdNz0fbDSe/qU/Xof02J2ZQ82xHQZ8BDzKK4iaM3erJjUaG7NwFgbcYLqsFO+KuF/5Hn3TqOxVYr12Qph8D4ZuAWSMSVcYxH6coXT0us8JedPNs+qjH0sFhZeYM7IPNgPAMzFWFDeRCj7BBbQlGQSCU87ioe4qQIG+KjUKswrvTibffeV4CFDd8QOUvc4tq6OR8RyWtZY265qNxrnn9vuH7XmAtp4fZMqKW31hyFMgENE8EY1Okq1wQ4wL0z3T3fiFeZR8khS6q21LX49sT6WWClDtdFdWo5YsahNqSs21zF0WC5helgdFJ/lYiU7X/P5hl9tdXDZ0GdD7kk8uAvAgC8kn4r2HQAK7HtyfSS2nKhjlkUYttzuU7rIW5Ct5GfAYHKoo0EXToa1EKtNgI9ID2u0xvNsxBLtez3CF3OpRBIJSUXrDxF6JJWiWTtc7pT6f9txkDIArPeFo1fmJs+75YOKW4fvL5lAYKDr4l2PTESgileQjV5+Up49apAspohaEkSM14AHap/uzSYQ1+1N2xA2rGbIJyTpRmF8QVnkNh9jas/vZ22qeJguNn/PBwcaYnqm27IF1bU8xyXkPR56a2Yq4xGF4tX6ynm6tkg9mHDXDTVWXuOQNcYRkN1ACs/9qc1G/CqpPVQZi1kNUJLeaVzHS6ALiDDBp6TwM7D7TVb3CBWUGdTn7Z3vCgvR4fbl7Hy3OhgIKSTkCml+ijRrTUS+oZPk9srttTx7NuhYgs1x82ZMmnxn9g9Zro7zJGtLWGgwkgrXbW9GDpW2ZoK8cKjxB7JJKRw+fd4w3OFdygtXJ8d9d/wFgm2ATokKWNbd+LM4bwRP/OQ1HdTxBMXFgxNy3ABdcAd0un299G6bUL1c2jWsQSNbHDrPqhzh6k+Sgj1WTuJSZ4Hth5lUDnnU77/Y3ra1zRRbYG6ctIYXiU6GZ19Sv40UFLixSa2AOKmyAEfTpluTxXmpLgQrp8aZJ+FJPB8abCOBn2l0nlxJQwgE4eqm8GikxaYkbphfVCgXNxK9HqUXU6/TbqL0uxYsySoEOt9cXUTNSmJFiMim0zJydgpAphS44AQybwbnmqYzke57aE6+dzigcKWPbWv4gylWTNaHBncHTuzPELacotrE1GsINTCgB25Av6NHSrvNNo5H5tObuCursug3ErU927D7ywLCVLLLkBSA6okW/VhPUsmzHfV1Kk/+eUwp+ykf3WNVOhkam5lbjMrntIWNT0NOb3W+8qZaB+dBhWFlcueDQozeL91hT32tJpNajoV1usJE5pmSkXCwMy86MzR/CUuYAvYKzQbb2/JH9Qt2gfboPQZW3Tx3eLVZXpQs6VX0O4t5WPOreEDu/DuPTQEmb2TA/g6pzHi99df5veuR2I9UTu6FudVe5p66C/4++MqYrUbUn3wRCBCdcI1pHRxynQX6uEAO3c4bxPTfxPGyzUYn0tuHEezyclPV7jReO4TF+xMZlaLCCsSo2OYFhJ9eXi1rH9d7BxDr4X065h73QZ/Gz7n1fzFC/ctTGiXpgDeY2IlirnyQ1BvfpZjGvYBQ+vmLqkxfpmUFYj/ppapHkIPy8JjYH3Ytq/FtPeQalLmxzlnnO9V4Uno3usGz+mIpkYXjbdF/LrRdO0q6bfN8GTfg1m8TbZo5XpPhUG7Yxu6EsWR+nwUQvvQAJ9B+EadCl0VVA6SSiCPlS1VB0mWTz1nWvBU8cYMqvVb1IZnM4rP3kGAAGMBmuNl2AyrARsnLDgQjOKGZpqwx0ysxY34gCBHXfwkuA54U/rH6XPUBobyzScipNlfQCPql21523g5qir36kIQCFMDXUbmcwEFZ2gOUOpC0/C8WjxDnDAQJfX3iKc/SuKkBR5vOCP/z+ywauf1vZeXhVjNXv8IPkelxTJkJUU6+hOTV5JU1aHYl6wjVDedacSdNLMUV1NPrH/baDmZZ52BX/ehB9GY5Tf0vv89OjPkyXcvSsk4k5XOUc0P3W1Sb6GGWNP4o9hK5CdliHL8+smUHakvZrNJMr66d6RLjZ+vrfpkqzC2JhJ4XeMRiuvGP9+rJ4ya7ZooTSNhtahRxu78/7konGwQJ2GYFd7LivDz8etSELWjyhkQamkMx1rkZ/WjsiFKHXpc9L4c+ZeEFfoXCa3AlVrHpy1KHmCgTtIm1zC6bjhNXr2YGE4FVtutUNxhCYxDIiM8JIw8oQnPnV3pv1qyaqtw6mbJXSSkEfFm3S3uzBulm7sWEQ2dhQpHHvGzdhXHfcid4ADstHeUqsHPBNiYYnUeueL7jaDN6Y+P/FkdLm31ntJLbYC7VGmHfZj7PK1Kd4sGqA/5Xg2zDcT3hgIwRHPZGplbsmq2j/VYQcudygbIgudENNPNUWCzGg6IRVI1LP3eFQRiM5vMAhhyMjTuiIbIc+TUBiDYT4s3gIa2GMHepig3P3BVZLqulam1TIScgc7z6vj1RGy3jfm6L9J5LBGgUAlAbPYZc+BCBhrfh6cAbI/9seCBVBJwCwWLFiwACxiwYFhAZjFggULFgIBhTK39FrEgAbgRSrAi1SAF4sAL4QccRRrJvu2jNP7tOTxhb3cix2VJgmfjrRZDoP4I4GHbGBAIdVZ11u++t/7TRgH7Gh+bZ3x8NEER/1rfLHA8FmC2Kx+OGOjY0aT+f4sTHUveLoKbtph/20kD2QWQ/6eNsf5PZTW8aOVMeo24TkpE+26Rpr+gR67rieXWHMNKwFnnhDawvTCaFBGJCaICIyKveyBLGB15HoJz6KWWFGD9QSPqmMd778GPp4zuv3KccdQVcZCTlHHtu9umDM6MljOEphfs6dYZDFCf2JNLsLrFxXjx/eNjEanNOg9gkx1l043aXaQ3AAT4zlpqTm+cjPmRRVT+7qYcedgM820ylp4shu1+Y7Mi3m7eQx0NE+jYjROzOzsJzIxuEeI3N0fEoYEnvK/HCmM2U4IRbIgAzhM3q+d6zKim9zxqGgNS8ZKmCCXVIYgcg97VuzaF+cSX1Aw9EiIYplJ4jTNp8mIpQ23522sAtrlzIZRXya3NOXBzhPoGZ8Zm7GbHbPFUEOb2Bx6u8EkZk8ork2I3J/SaBFvuUwU2Z6YtExeFg/tGSDj81BQe2RGa6jKbC3sMCOOhz9DCunk4Z5cOZ+FfFJ5Myg5QK5QTB7vyYtTFp4nT/fkrzMU3iYv7smdMxcOQst2MsupoQjI1NKAVp4wzUJnIcamTmHBuaXYhvT1BDJOyju8ZVQcOHuCs5jQFqf6hS/aTRBiBLIExkt8Ih49hIqVtWEcuGpnjpG5lA8NyFABGlK+FFKQIu0PUSmGwiCKHboinZ5LJpU/ayzZqjrNvK17GIFDyGleJU0dseJ0wJwVN3sS5ZYSVyinLFe2A3CSw/R0pjRNlYN86IOgPKdd5tABISnQvmn/zkhuP4SvhClmOAcDRq9yuRDwZTzWl33d32Cs5G5a/iCpDRA36XcCwYHkJgKZpXQWUsLDocpBTydc1PQVjG/ltGVQWjiO2U6ZGk+AbRgbCG76RikuvUEx4wA2yGMmD/fkyvksFJPKm0HJAXKF58njPXlxysLb5Ome/HWGwmHy4p7cObPonUwoiKEwAb+STTFLRrLKY5F+ToI3hm0yn9g8LHbuybTnlJZ2AoUt+WcMTPxciqqJlhxLKGQWBHtfELOBi+CDlhowRhVFghh3RGiglyIUrKF2cBC5kEUa8vq3eAEvWS6YFmdQhltSWSqLE2SAAHcDf67SfOqumBESLeZ7Tgn2atXtRUD1P+4+MCvMRpBEna6i4/vPsepT6fZN+jzAK8gaFuQfpluGOzienm3uBEe2VtYi/HqSNHHsH4Izb4mkhZfYrNE5Miqv1BtrmdXdp7I7hrMaMfMAOQN6IkaJ71hwSQGSry9DNUBt5Dnt+VSYgvGMKa7OjL1Ia1UBZQm2Gqfi+ipePkV0MhItLTHPC6opiLBVU4jKZvxIBtOpLswpKA7Av+lvnSZYdt63N0c2ntLBaZTdxUPd/y4IFsEXTgx6/bJZq6Etml1Dq5wNSoaazlKJUfmjnQQXGchuv9wqgtzFlP+WqeUPkG1EhL7lDMRkper32o1axiCeWV0fYkmzT11VJI+nLFOEi/Qgixaash7N8AMhRdrwlBOftECF7yEAgSBkAG9yjOIwTkW7nUweNfUCHijYgaC6+WxRx0TCR8gV5ETa5GKhnyC6wyE6TvDmzkNFYakIYrbL/TeIU2ltVEWeS9YBFyqynpHSzwngyHk3oDBru5bCeX43w2sOldwVk6I+YSFQxVLouhEsEEHyZggstyot2WgyPyi5TNc+PMZNWCc2tak2yZyTnlQHVn3Z1EEJOPe9DK1cLdX3usTqitX3TUJ7X9hhINpeq3cosOHlnrruAfpi9agAzHSYG8OwkbFnCjAM8ijYCZ4CukE7D7KSFDF4Yi+rQ48uNCLee98QEK8rb901dd1k0wG/qBPjpBlFPtwPTEA2LCOv03k0Y/JQqGphDHacYgfCEAW7NYzqL1NMGox2gQllivW7xH/sSPlh8CEwrYhEw4jwHTRVVGcb47NBZTGNnIiJZwb1YgtnpB5lPZ3GUr8LMx4vL/XCZr3KAmdwN1Sap5GY9BRx+gUyKYImtPCzvXFsuQKXHdcLssTS8cMxBfuBOKxVNGdzZoCjkMaeMMVFBUO3LH25DUv4mk+cFIMfR1JDGOVBwqOcpiMBL3NzZSSh+DofDSpVzxjM595YQWDcUyZK7dxkKw8DhjY5gNsHgchYvqIbdwa2vfRiTaIhVpVsM7ZRW7TVttOOp3jXDhGPL0aoLMQT6TWXCocJfG4sBIWDGrTslrp+50wlZxIh99qHK62tHRZeeUZHg0SqsP5kCYhFi+4jYsFSky+2C4JZRO4WCExoX5i6UCZmC2cfVt6WvSJl1R43QufNG3c3MGau0+UScvEGkDCx5ionIomvUeMbgOBoa1R4IhJHYn0TkApuylSnQm4sBLmDokQ5KnNlpWGcnRdodX+BViy18J6YJImDNf1WPpzcfHZoidpvoJE4YC8A4dO9m7dfG9ycmIKsaYvwYNQZsdCkTVczoAX/p3/tkskBOxEGl7O5TcV0P5lqLBGmZsDKaIdxrwctvTquq3tcZ7lj1R8FksLVq3LjsNSL4p/Jk/dy0qPTTlHgAQUsbhvNP/yUGvk45xrAjgBfjPKqHcTo4+FY3XIZKQh13OJE+/1MCxwu6Tem1LrAyK3pcvU0dLoVW2OlyUh1jgi1xrvudyGj/8yTILVX81rcFx73VF0/z9PbHIjyJ51aQ65iocqf8/h1uGt7FjT/9fpf0y3F9/nrU1H1/k8he0WWdJv0uuc9uS5Xe4v893BVV1pRk+gmlUnbyeW4xFWAwKR4o5BJ6bhAgE/i+Uf294oILQdpHLMg7bmPl1YpRWsRLim3+ZKBylvd/RKyARE9TWmuJTum3mupJ24QJDq++zIou/x3LBpHPNlk8c+bGbG9a+325L9/ntxP9udzisPvruDXVuF/lK6e/I+OZBWfuSLPGETmmFbKkozy54pbDSv6/ehqJDzjUGRFtc0H+ylsvn5T0vizFDTbWygjPdq/Sld24Vx7j8xy0kQnE+60MFbiSVcQTzkocRYDhXz6dDvC2TvvRrgGX14bSoBNclqoYHSP5cdKCpYBxycwXz/NlNjPumIAlJMmtKSyP6IH7w0Kc9EsjZ4nszXMY7DBYQH1aOwFhqJVPyBdGixc1IVG8kvbauqBjuLCurh+ksOs8CcACl7aicJQYTXkamHqo14C5b6bDCMyQH/bA67+hsJEs2WLY6QiNmPnORft0cbIZ4X1B4EC9sejhe6ukvAAnINTvxbOo0elr1dFNk079sLFanqqNiVMwoWbrYKIUXCptsEgJZTBM1MxPI9IoP2mu0Js/Xt0U9Mj1b+hpGl/unQMYGG1B3sqC8hbYUav8LFcUDqShgnRuOn6qA1eNkwsOI8UOMhGYuFi291LpHIUxVAiGMRS78LjG+D7dUNm0cQeHiYaxGfedjjHipWTU7PmodizRl1TVEmPM0hmnHqBtX8RVRO/3GFByPZcS4IsUUxuEMTKYJdakSDyUlH71/qkzwS7RJ4NL+s9VAin0jpQjNJ0s8DQgf6CG0Qkz0jap2VVOAlfzBjiNCpVK93VcMnQ3of1KvWskwWdqmjMLPROuA8aAPXDM6TXfd3kidsyore8yrS6JBBeTZl9sNNw00Y7s/wFQE3MaDulHQ4XkLT2spsw1x5a45ZG744JaY2kCisEZMIYSloUlxbW6pG4JPZxTKGZmLiqm3ko0sWdXceq/dnEThTZJi4C+ODCgF6AnSJRq6o9wWNNjpILQdpEt9aSY8QA9hEuezUoowoSJLAPSDh572IpArjPrPiWJ591dsFG8PhNymbJSIzdL9nIlhqjdb6yUE4dr40/v8JkYbC2acLhHJF/a1o57j/10JNa8/9Za5YkaacAbVbO0gM7pK1m2qV7B6wuNzf7ElmRrqyT02OwtYa/12mICRextU/KhWgwyi8hqwhlIyAaH2v6YXCclxkQnd7ygziBU5jBJpxBdygr6AKxCLSwMAlYEsTCJIiEqdbTtz4XCioRGVsDELaAYHNtveC+UNhdlC1ynP6jWQIUmi9z7L+osrykS0aXLM+3TcATFHcfyC135qdSFj1MK/v1zQZgzKgJqav8n4ybwUv4+mYeaXdaSyT6Y1bvWvUZDeR5J/bJWGnvbvNgttiFJGoWSEg/IzK9XMrCDAOa6UbgbsISEyGbS0FRVTlPZXybrMdYSiJ2jA6x2Sn5l27woa5q+jwc0J/T5x127kym3k3MuNNxZA7QK0s4VpQCePiVkC/G34gnFnPYawuMaYDSoPG4RWeGfiI8TMxHHuVo9lJlKz+2xABUS1t0YNG9IMN7hLOi1v/d9ZOVgmcsztvTOboMJXtKEmWT0z76f+cU0T3OFuihCiSvoZ4OIkltjDq7sAXCJSExwHgrzwfXTuZE+QyKL0TI9ogIqGzzuK1VsdYhstunBdskHfhk4zH6/9BYL6VG3kISuyH+dPm/JEm6iem72PVxJhrw97pJzyNxStjXYFwvxUHJ7TcnhClDmEMqS3627jWYr3xe+sRkp5HMb6zqz/VYXdehBeulaeIVa3u0mIM4vv3Wl/q+7bBzvfwIT8sAmkAfxwCy60BlADCM1XI2KRHbOiFbo9u+K2mNDUNAbgXWzII8iznT+B93FJnXSamdyH1UmCzGwWspXKIMtaBfoRUmy3BDmmZo/EeMLtSWin+GvZ9XEu567DCzJoDzgczOktDoOJmlcJnQw+OhwaYcmAra/DLZeVO8vowEVUwrQhpNFtLEmnD2PWv0/RL0vnSYO8ITj4EG0WpDoFXz7zv4Vuzsl5pbpfkOP6iLnJNXo0pVeBwg+IC3S8FiqQHpux4UKdKOFTnMNmLdqIeu1hfjRZcwsZqpPxrcqb5xo5v3Qy1c4G2PK+7SOb/yahlg6359RL/7/WZBjWGoNh3bahLVACMGbmdDvuwIzo2NmbL/AJHfndbmhcfxgrOd4oRJ0g9W2EeQ1iq85/FBZW+2oNxqr0CHxAgfWGU89v0MIdtLxpqnVk8lQTCcVbkN8LizAS6RFCgKVxWWza9iDAeUsj3f3biV8sMUbk4vMkFMr6f0BJjC0lJSocEE6QtH9osBU8IxPNnOXWGn31nHTaGCazcxZrtr5aydsLUKGV73rhxgduV2MtBkvYcGU0DAcIXbg1oem2IYsoikzeFdwcNBT+jJWGSETX8AzgjeTH2M/x3RD2CF7mGu7IEjBboc2f6yuQ07VCMC3rfY8bLmUOQqdMjl4UZ5Oo7o7Sz+TrEInA8UfoZs1WgyA3j+ibVTqQYMDGlsALgN27L14aLtAFp+lHVqTh3WBYET4wG4xcyhUIvB/wJQ/XFlXO/MfPJbT9ppIcITdkB3zLiR4TexeacMv65KVSSzCmdA4KYxzcTcbAw0m0KxcR5QYICV6GenkI7Q/Lr9xcDR2UtKbUaSx6GQxfywbch7DUQWubeClXFgVZngZbB5HnisOAUYQaJlsR57tHoC86PY3KRvdR9kqAJWYRmVYE/ycLmyBHoKZGZVlsr3TFg+xaRpCWMY2IBLcQ+xiVwEK2ByQipmzI99B39pmHWclqmj8V38B/ApzHzARe4EhxBWYQAaZveuXy+zbTLQyVGuq7RAWMs9x7MBz744eWKCyjDHgbQBFxD1c+UFQIPsNbh1G5O5r4RYc2+fjyCV0P4XoVhzdCDGxiB9HohFTtK5x4P46D99aTyrev4fS7q53VsHjCVa1GQMNIqrjHIgCJZICDugONmckiQUezfIsA4Tn/KadzrwxZEHU4dArUawD8vIzmknvHvzCU3lOYHJvbaSmElRWxJivIztkdIopdkFLDfNhXtDbmjLlUrNFisbyQ7hWF/u/nQ1p5rvIj0r4lazsMIOtBentntuZd6xOpcB9BFF9nnL74G4cCcGaQXz38POOuyaTZjbFJVKA00nPWoatSMB5TqtQty7O8HlYKQ7WcrhwZ20Cn4ayks+U1LU02TngO+9BuKpuCMAqh5CSkDxBBSTE90P/A4HyAa9IiIDFfNw/3Vkb6VHdu8ccoxRJyHoKtP3U/A8W07dw/I1VaSotywg8mBbhhZOuzG4/TD526JQ2JkQvNy+FO2JP7C2z/9sTle1bgYTyMb059UtMCALqpq1tNPDUFTwMsSUXwwcILFwu+jcXwgbxjk0dn8wVrQ5cpObmWgta5vwVrCwYngtj0jI9NQGvcuE7wJ2h1E4iQSm18gqJCL8wESv31TCcOQZAdFGqJzKG0UyUBRnY+zkRv6aosRpIurYJvbBe1/xpqDJTCFTcq6i7E+K/c0kVtqMy94XDFo7XNmXVT9rp5qhvGYHhxATnfrIpQlmwPyqGriu4VjUn+eFdqBLgkEOZi47zrZV3Ucmn1tLP3SnAGZRLarSsRkuFZVC8BStBVZKW9kNmGo5JP4/bELvGRszSvDc4QlZ8GRYbEWnTn33D4HGK/UXpW/ekOFkz64b1PIaRtfIM9YC42GFg7Lc9k5K/aYqI28rvo2KgulM/QFee0kgc8U/PR+pRv3kcx0JihdRjCCUF6E9VLLac7+4vOZJ95iUyiLIdWU6NhP1WbHqqqDcyLZI0AMDl7dZSDYaajZMFkk9SLC5f5PyVKz4QyKFlq2ZyNylqy5kpBe+Qz/b+CtScthpk/spxcqSizUcWNAGg7F5AueATdsFedpk0HCjLu6sBGJOdxjH9ddVKdKqZr6tNTY5XbeY2STFfJ72ijBcCU9Zrr++V7NSrCvkC9/7m/eFYGkn2YdCFsPmiz7qEMudNboPhYRyVWBXjR9+Zdh+6GYwra0gxCrSZDIOC9cd4WnyNATR9ffmxY/oKrFQnzzTImRJKCazt18WLXM1ezR7u99LKJyVQjhtoMRIuYtCn7G+K9RYDEb8IBjeMHM36NuIWj0A9M+81HFKitXeiTqyDBqKxNfKdo+E5WgqraMEx2LXSOBuzW8yrwne3EWTQlxGgqkCIgZSOVGnNRDQHMefSYPX2qAGAHM5tJIY/ibEThuanHUxChRjqSneA8M73FY9goG6xm2pqoANZ9WuPCnvVSF8N7bI8VXzsfiIZKwRQKqWiEI7ypNCFVMmSFiqsnVqKpSOwes65mnEPPE02WgeC+mcXeCwiTduvEOEqFgrNiII/oK++Ugfij4/4vwPMV5OyivEzA/iC8SJ89Aw0QmCmxIA8BylY5Ga8VWeVv9812iXlGet5wJ7S1CU5O2j3shlsAZGOCkBzvwGvcItiI4QkHOdjNLA+K/CRgu0T9KEpvoX6YhmpT66xHeLaZLDAeU5gTtZTv1YlZzjAysOEE93hcX7YtbMgIZG3E+KRFvCweL24BcEVjuxkMC4FLN8jgYgvk1U3ikDTdl5mSo9qrUQIOAYK64ObxpBm/S63NlnlyQFT4K4t/hzrjhMJXgcn0cU6YHSTq2mEy45AH0JcDWzwYS9cp/gy8QLGNZAvsufk720de4TC5NPrKjRuFA/2+NbNwBlOCN4rRHZsKI2jzYGT9+GnzZzGg7rMz0BK/YTEOgLH8jIgCmAgspsGcFzJ1D8tofi7xkrhcQGy5AibVzj1apCzPFGXPUJEGXJBRnjQOEpVwyAObhZi6YAu3kbxvaCqwGeieT+ZhwN8UdVw2T9MHLnizdZ/DpkKZuxegCEsSVHdjDW8TRAPXlQN5XZI4xi3OLV8EbfjDZMUskzYvwj04Ued/8FRv4Aha7uafZmAsAXJ72Y3CNXuwCxFu4WAfyAHCiogb6+6wWgg5531qY0Y3ww3SqSVT8vaecWCHY5NlLK/QUwUX57BhmhlxjX1yDsA40eVipGeO+Hlz7kNesFA5g4BgoL0PlE8M92RO9DuslcW/voZ3SHYzUNILW/p+VnufkNRhtHPReT/KEVVfmgoOowe4uc//N/etPhTu1Gls28P6TagG9UPi27ouIDV6BNIhWpxIvxtPkDQJEq3buNj1wl99Dpw2BsrY7iG3p8DY4ksKI4rUAZ5ikgVieux/guRaYb/+7FaSAohG4jyWwu+G2UR2kvAJ7rgoUvVPlRvFe6+s8dFdVHFeowhzpXiembAnvfqqlNG/76D2BQgasONE0X9w3+qfXc45/6ukTC4k4er060frT9Nv5MziUwWVPet8Za8jkfLaudPxssDmEJlO5GUYBfaCikDzj1pH7WQF+L56ntzPU0lKSXrYetXXV+3TF4rM3WaNOlfjtoXQzHOnWaKQ8tVMdv+LPvCqByKxP4M/pjWOQ9kR8n28boXE4AiZ5Z2VuIYr5F8fD1V56bJJBYBis4t7uk/2vaXd6YoD63iUPUsS67I7labNp+J0+rUaIr3zeS/U2MdfVfZFLTtZxSTPeQ6eimt1ZPjdkphJsaKlHFzp6YHAMjw/jaukcHkWP2riZqMlMg4PhlGIAK8NM97pJHb+PP+8+GP3F7X62+/ejdQ/2JT+63NE8jZXtBzbIbk0TfRj3IiwQQGrEFbF+aLU6zFDAtByMlt6AKh9SwFnZXBmZMawEpbsg54JXiSEaKCx4Mwlm0Q46mdSalSilQO2ygC1zStgjW9Bm7YtNQELFl9XvNKM+q8n1UFx8kKG3FxmfwiB6lflfxw5Ag8knhsbjVIcP72WqQU8ec4mVH3C8lbHK3C3yxQfOyBUMGjN377+1tlbFvXYCP8cUNu6Wd4vwGKzNjOP5G4sxys2+yALD6PW4Rc+84SoyGF28UEXDPta4WW4CMzvLymfwHWxPt2lLE8afs49KxY860eAY7WDfec+wS3J584qPHbWPgB8+CRJlQXniKGKabZ0G71LlkofYo+iWZkWWHqZU9HE7osSi4qX44FHbf0jq1k6N3SzDzLG917hT9LgkUYg9/zM47kLrFJQcDpQDv15XyXjlCkJ/om1egEypg+ld4QE4WlLbnuMJ+aKet5FC+ex5u2GbEI+jyATL3WhO7YnuOrCBhzQghaCCcTgMN2u8yFV3IQdy0QI+1tSPSqw/aWB1ik1QUcGIWV+LsKZRqaWAVrJiO2pusW2I4RyxJk5EEJpGYsy6cHxUNGc3D+3sYHZVzjQiHhnXn9M7H93Q+9FgNNX5ILImWpyMhl0ndnDAo7GtJk0xoIAb3xTzjsrIoUbdwaUWN6GRvmUGEGrxzs5KkE1Wo3Ru58JwKhOJAEL/niOd71mNB7z2NLjmgy7NnbjDDBT14IBjzAWKhpvRIA3vfBW9/rtLPsZ8cZ7LzazMXHQarnIP9O0DX5aVTso1RKwsldcPnImTu/H12PFD77Tb3Y5x8lkwYR+xREr+nMIJC/8KDIKcxkjjOyy3+GylIK3aI8pAgklzgTvTJRPv9vAw1/tzM5tsvJ+yAU7U+lhPs/hdhxpzEk6MfExLU78zOQ9Rthv8u4Ex14Mjft+TmjKV3XPzYGBxC8Z1kMEat/ZT4P2B8EhMiDuAHsmYN94B2lXVx4e8ec3yRk0ztwH65J6c12vuyg6DS6bxHuAK+UA9vlWKF5SWjZI0Msi8PrW3PW6ggIaFV2B0VpcCmikgc5MYgxrrfe9cb/nNgu5r6ulJuqcNtOsiy3bYccZ3OCcnklGi3jHQYcYUvP+j+6z0cjoQb/4M+XNskXLIFoyQleRu3fEjS0NYdAv14LSzrghiUKbD87FDbDDXYONjrXlDQRWM+LEWUxog/cxmM9Bo2o+w8XZnqzbnMgZlWZcwxuXkiRmwJfGnzBNkoQYowjaaHWzRqLijafrHwX0//vEtkdYSiVamtti0ybiEsl0XzJ9fCQCzPIu1gnc7Iige+cunRW4fl08NMPXr8kdc/OboF52u7d3+ih4gMVk7ckeA/kFamrKyJLb2LoIxx3yY4XcmwjaTex/G0kf4mRBAPP5cxH66mQ3zsjP2EdNlmQe6i3RTj7iTuKNJl9DPc4RF7AKziWhCcd7xXXWq/RaWcDlcYTxrCwGDvRM7ZRY2dn4L+xLTiJlVlPj7DMfUO/4MLpTv5wOFgVLBqZgAHmvOsQ2Ct6WmKnbBNoEshHIBz6s7s8r46UqFHS8rUa0GnHFU5MrjsHSX7nkPl5d9s4HcfSeNHJj0wqQRAtTmb4qakGnt6hnP9R2xtwyyzPMYN64bYLOvsSh170rJXRdUHrdE0Un54QjfBQFcOlXGzaWpDjuYkyVEqctuw2fWl04hLtlZOpfolCKzPwQ4TcC/2BCrYXZ9GmeOxPOOqOAdXXhenx8nXhfoOLz7I6jgJ7B0DCDQDlFmSUA1ADLlCIMwhxz9kqREp8T7UU3/b9HqO11wFK36YUcYrf1Bkbpo8EJFTLz7JsJhn11/l/BO03l9+EWFTqShsICp9Vd2+6YBmYmoI6zepJQNNiVEI9UH1CoArflDL2Ky44Q8ZKRl3ZeWFBQfF7Gbi3O30uVppULOsfXNGlUu1szx4d+HIhIVBLbLKoHzGEkbIn0fSpIlQVQ5FmqMmi7nEjUZWb8V2GsySMmaIHksHAwwwMto8mrZ91VUaR0+HL7laBLtdytrqbcmIJcTZ1B6/8vTDfaLqfNtiDIHTBnRw4xf3LtmXSbkhYa+aEhicnI8302rhR+Xvdeg8sZqDrUAfhOcgpGHHtCA/CsO6wmf5IgXlFh00zeoQPsibaWce0fV9SEhz9ASzBRd7WWNzA5Jj9/oRNE/TlMxLtBBIdv1urdbxhVKZ5OzO0Djyn3bvE0apYdPP88aU2d57StdXvVA+guzZ/aZgh4LSwyagxytDg7xJYbfqOz3g9F7hJ5sJSRF3RnuW1f7akd9ZHF3qTlEp6UKOWjulqrQn8qM79/l2Oyku5d6MXd3R6Fl1hxTJJI37MIXjkjchbP4FQFNXgunD0YR7tx0O0xqb0Sd3fcD70bsE6uOuOHABRqXcceMU/8ddHR8nv/2nKbAek4rfUmgFrYh6mhByUazC48EvfMwCR/D9tRYGZtvZRnCnn7NmqW1LXmmXsvZad3liV/FbC3cY/T8H8cWdBQ0OMXLV4buu9mWMB1ur4/tQ+TLFKseybU9p+TbQ75yJwz0qbvPt0bAGfW2+XwRvxVkJQffXV2uQHm5257gRO/1NJa0teZ2/KbgB+ywp3eL7EiDg7fCQfaglqVvr5QvNf6W2foFXgzBcV5aDxQ9I0AIrv/HNculukQsWi94yv+51wXsGMHi5qB7hFHoLkKB1m7DgID/iEECgECNoTrI++AmjwcK0/3ymyv4ep3P2rdxGYsB5atIwOSkPgliSuNLi5sOLZjU15t89szmMjrdK7LXtTJ67lUEqFVTD14u4PsoYW7CTNCu/ik+YjtuPe5tEVPyFhRPE2GnU5xL+ZkgqjH1vqUhB1ZfUKr7z1Kq491G7inGyIFn0ISPkhVpilzRm98vrq/+beCqhymVcmsQA7zEURGgPjRaHo+fon3GCpgSW40vaRTukcQUwSxY+SNBj+mLnlZs0Lzg/IeIZYSx1Cn9u66BEykYlFFXJx/vGQyaR6wSYTdqQv5EXki4KnHleM/lK9LwYLqnt1+T9KCNOmqn4LYbXijim2cHLovGsAgOrt6D56kZV0psoqnnpzWIkw7hWDnuJ+AlOy03UhQi1cyeWj6QeksmXowyelFX81oLOeYG2fQRTh5LN3fQ2IYxwjekpHuEJGJGjKTagOuizx6iMv96oKiAh1ezNb69xPvi95IvZIdlOtePPl0moqD6iI3/9aDUY+aFip/jE2ibox+Pturx92xt6/nZFEF/GY4I/48cTP+oEq/HtiQef4Ha8vl2bh7ebObwdx2Q8xv8/Ma1OfE8TTOOnE5uY4DTeTnzzE/ydoBqPCT7Hy4m1jrf7FqFevV3nX95uzXy8P/FjTPAwwXE8Q0tP4dJqbpuyDWJeoAgBcUTkVP4tOZb8O8Fm/uj/lLYODzlPFFB+N24b9CJWbY7vggrPIq0XCgHWDaoAFkdhzjsaPHe5hxsAmNnzqAwNG/vXotghsgQiVCTzQp52T7jGkTO2ESDMc4L1MwLbBORVdD0ywXXTgzMBJpYnbAO1bhnuWZ/hCWocHOm4vGZhIQq0NaEpRC+Hf8oC4/ftjdnWScOqE6nA4StH0cWDiBG1WL6pxwpew5h0btmFZ20U/Pc7xTwY5rDFNXyJXiJtqeAVgkFp8Mdb8ucnooSzajkz7GJ0J0JJ/fDgoj47rCvLZ+B7ULIBOeQTIa7oHnTlGWOK9Ojn8+ECm5xRg/eCjFyQLEfkd7LBDkLXTmh+kn8zNMgemuny5zyGENoQvsXIiB94wEupfEyPm7b0PzNeMgPsAgzv0pSqZ14gQGzQXKf2qFsj57IkTm8HF5WiTscnIrzi8VHBx2zSWkv1H9jUnzAv4p6ZA2lNi9IXTKy+ZA3RRWJ5b5F0D/mHwXKbe15aw1cXMTeR1yWffKShzP55Gq0cRZEoHrVdvooQL7t3b4yb+8ZEep2bQOt4pvXPkKte0AfAoHDI9OA8RZSmwN7rZJm6D8KqZMnxcPDqMAkk2vsmJZOnl7aUMg6+eSceA0XBgowz/Ao56DDVwZXSOa8p6WMvM40VJrJrBNO3cSLRGyPpkrFyVbxTHLN30GDH1Dl4dggtirUVk0aW7Uz1GITn4/xMANHgkRi2e4AKpSR0GPYV6N1goojI957gR7gk4N3t+T0xNAGkccANQgbo1OFK4J9WJDBdBLnalN7X9erfhfTkjdKQ1Eau1CSVKxUpxHLhSzGNxS5lBMMZVEYAIPaEoPMCRF5U+hsCMmbV6Rjh4TQZip5+AshhtAC3BHjG3yzgRP6N8O6CsUQaD2BQCDNEX3M2a4Bi014abwHYe/V19z1+f1G5Pxyri4U/XPbpLkV5Z5op9463QT62qzeHb4YiOp7wqR99IrC+Dg/LYJhNlMFUKJGIjqup8nwDkHRd399d/vl0pl0+0+J/WLU7mipMpaE/sguwQWM6gNGxgsN5iFb/QglPulfBocNb/N8k+5eENyELvyVsdEUffjVZtHGUkMYf04XSqncupezHh6srTa61cSPhbtxefa/Jpo1bSewKNdKRakkmc/re8yZq6YL9NVFNSFX+nC4E1GW/3KCsqQip+UPLA8Y9R1aMLJm4w3NLQMCKX0LNkwJcYXyUgikq5ijL/18E/KegoBRSrnn9HGFO8OSO09yP+eQIf3+1mlBEwB6f32gyabTT0U5mp9ZOtSNVjqSOlDmSmMVmIXK1jPIhq7S5P/+bX4lQy/suEgxFU3nW+VyoZlfUTsvft98czZfR0Ji6dXCj9jiuDiGRmz0K4e1/FJivJzgGIxJ4hgO//yKit98e/LWPQeO95sTG47cHvkyy9H/L1JqJhLd6KY2zbg6tDYcJ//Zov0qrph2xroCSQ2sFEe3RSW6RyHebhjg5iR/xyHtGKDFV8vvz9w/rvkkaWBta0EKK0+zbQ12mqvV/+cC4XhGmXhMO8C8UdfHfFFYHCb0ythwBEcZSsx5r1rYmOzYBjXPxaM8TLJAzx9TTcelJuG5LzWP8XjdHk0XnNRz/xXlQvN6MyviXOJB+VMR9mEVmvqFxj58Qor7lbjU4viXZoNmLOoHTLitauny1Cygdd0De21f5Dhvevgs603jHx5g1zknKhvetIvd4w+6Izd6ZkSduNPYN3SZEHQvA+Dk/6rsSz2LE9XGkexsu5SSU8hZ/RQIe9LmeU10lORAv+tZ2nYTwgt2DbRKnZOK6wQKQaBu/pqVRUlq2PhtY4stlYkF9LXnul2QTlEig3Mt++1RhMXuXX6zgouKhTzr4C88XHJRDVpAoaWCGw/5RGscKtdrQCjD3aIWFSm1FGvXJ69X/hrUlWy6qBGvbn2nEfAjo411pqpg7VBCDAPygSxgQC/glR9omY92xPL/ux0jNJc+gDGQW64z0Zv+TSIpgyY801FEEmUsMmbleOmIkzEUVUTuhQ1WRfuWBCAB42ljvUV8m6AOQHTFcHTaLAvTSdP4gfFDXBpakMOc33wxnRm+c/rcWdN6Az0Pwca6KBhE9C19bwtPKQfhrGll0/q6AY3/TPGalbvq4d2TquNMovdbfA967UW3J5q7ALDCJxuMg8hBL4u3XNHfeIETaj0SlW88Kr6FHtl+DN4o0W30jbS2vZl5iL9oZ110kmZKSbWkr21Oeyr/n9WVAQ93w98os5ILh0r05qMVsW5U3c0naJcFcLp0BsdnFNyrFzsoZSU2DxESf7KnRoPYCXMvKleEYA/cTT8mnDISMZd7D7BJDLKtSZC6N0h2x4ectCndYdCR8JkFu02pbyWmm8VSYduWuuZwbbOKgH+iKCjdux+37kt4Lx82NiB5NiGcR9enkKYEh7xKV2Rt8f1aEHfyoGAyVGukozRXS4ApvmihhfedtJWcN9FOF9gMUqhFdGuHcRtWBOFGzfWH9AmQTObflXdgvjveQ6LP61Q9dfmclvK2km4p9amQuQWhSe25PRsa2PyY30xY3zWG9kB0VDbTDx2/ULrHQA6sYDLqVgeFlxuCNbhgJ1EUOoSeRPln077QmLj4iJkHxphRix4rpLnSwiLLjXlRVM4sCMM5NL4PkvTC7NY2IbFWmg8xiqzJ7YhpFLRERdf20FZTLyYjEnGs+U/A51JczG2DDbMkKvS0QnjYvotxrt1ZSLJHyLARUaSWRWZQQ8dK6jS5TRRmhKo8Cdq2UFvG2iR0SlHOqURCKBnYoCPyiSYieN49ScifqwGQ1SoKXE86O/gC8mIJAdtPh+2g44ljtnMgze2AiTZZF5V07ZCv2i27GgX7lbPVrx7iQCnY1TTxSbYZCrXrgzofyv9afEps5vO7JBC6fpQiFtiAFspTkEou347oeZpmlqUWBlheAyJ9epR3idUa/VFzL3wWi1aHtfr/M8pATTINshB1FK1NWf/TNfM1AfDUYvB6sg8PCz2xBxQa8KOGY3JKHAotO05IzMsgB7/a7mC5g813xroNn8RsQY690wqNDkpYJn5OBzuHKcEYBZ+sryehYIcF/C18xtQlXrr1VhjsWzSGJ4ywZXeBCe3nTNBFKr4C5GaEesYiILFf+I6FKkVd5lSg8PY0zXYUIKVHQxpIgZ24Z9hdAmU+RNMt5V3Rc1P26cap3y+nMRsu1PXu8tY0Ugs6mxyPUwL9Y5CvBQBI0OKxEqnLgrZUOb585Wc/olal7VYXMry11vIAbeZewPS8y6vL8UzSsO19GmOYFo14J7/Z9QyUHw4eVqPyPbf8+NWOcMYNk5GTuLh757wqYGS607V1sD/jx5wc3Y+NWrek3i3avTUQmeYs0p8fpzx8h5EFoGwnlRTLbQov+koa+lPoPHVcLXrhOY13MJRhP3JwaKQBimVF9XuYtiMjaCw4v0IsRPJQqp9s80m1uL7ZwJKoAoy2Y/bsgw/HA3pBHETvB+s5QvGumhjDjXF+b/PaWpLbugheuP2QSUs9H2cvswg3D59xVLMsElGLOdxTGr323RlTgbjajFASZaa2P0kiw+reGLVa0S3V1BOOuLT18m1jxdW1kgqxCxcv25PFFsLuuFIoUkEmkWY+SxSAV6/OG0kNgfhColaVEMWSOgYs5njMs9iffB8k51w6xB3fO+J2HCq0cULkOyXpep9ZRIYATAwRvu/tCOeXndRDpGN9+y1Soom+Mobgny0P7KO83IArQ0X6729FzHyj0d0UtMtotKYeTp4UZVM3DjyP++IMf9rzUDcJMhfDZjZG3ig1aXovQNi3eLCjSgRuCOj8adviR6z1XlEY22De31MKIBrdkcnxAL309VHicrFBKCfyxsU472epUtNzPjCEVbUXOPgZmzX1X7owA25CoT+s7UjeRKMaJhWgoQQMPmwbhYRFcFvWdyyXygn9/N32lvJ6J3aKRy4UUbYhOH4MNq5vzwOJ9M9UXxoQGf46OAsBZsM0jbwREAUtx9u/1LdyoZvqkAdiSVl0VSm4aMxaG/AutiMK9pjQd7Aojnjw2VgSA90daifexL+KezRlohP/SzQFR9n2mgrr52PP4SQnNKlpleVqXF5lU319PaSjODwDsINu/X8ZKVB532jtldZUswTUQy7+tyfmoFToIwwVqZW1B38eB2Wd+SOqzbqULmk0G5FICCP4Mh9ShYNpyhlKKHCrqQXHF/MM52+e4tmlQbdh2Eh6fTbtS7j9Zn0axQZimzxKvLc9xJ0/9iUhqelVM2wSJP74i/g9aCZXNYyUT2Bspxw2lyUQl0rLWWe16JOoGBlyKSphkmFgqL1I0blKrfNU4ReuMT+NfT62bkvv4cyIyKn5+t5BafLiK3XiPL7pCmZT6Srp5+skhMFzmp00ZddM/lpdigtWd+hd9MuvyBdqv33nIg6uNdNIIgSV99klDLPolwMchDas2c5f0LO40qlAht1Cpl7+DvHe63ST4pivzT/lRD7N5DsejyajxDy7SemM1PGpRwtXxNU+7hMcXblIpFB699i0SpL5jzxLye/w1lECWptOWme96bxW/G4XMY9bfEbVDl4fiMSQFe8ear3qsjGrnlWZ6OATBVhoe08UmYfb+lig7p0YpJdilajkaPgfq/GJxEmrx50q5GfecrsYlFz/Pu1mmbaE7b0LfSRiEMoudn7YtcUHJEWiUV8EfUem4QWQ5B1YGajJPvGG2k0S7trgRE2EzjbCHkjzV2ZiqKVS7xZt7rZRuGguWHvHF7ZabbuLcINTKPxFM7dX5NLw1Etery9c24WVmnC8woSFgC24kae2LWaJt1igfIArTu6zNiuNqY507Qj0A2a4+CLDGopMfAVdChxuNERt/mRZxqETNZuv/KasLW6NhdYvZbzbWO+KWHBXKLyofcFotpmwIEs/45PrOntxsdjobU8ldIVH3Wg6sxk6ng23jBqeHS2+TkF4tzmLXiAyM1tfgOWS++aqQm3MFfwQFM5Ev8HHKO3m0Fg1JnzscyzwTfFFhp1hDzCxW+/cRu4C3dXlWq0xbNoMUYp6emxoVIQ+9GL1K9j3H/QP63lHNXYsp/6xqCS9+2d5J92IWLjYK1pumzwIsnYbRNrJH3cPpXigtTKYp3eBFIkjvqw6kSHRUAaf9nXIFkoB5QzB1aY0s2resRPO50dq4cCbrQr053bmsVRBIT1k0Fbl4ZKJ91/t/ki05zqhG0HCLE8gFFdfsHOLe7V05/xOFwvlkR9JDODiJdzz8ptjFaIixMYLaIcXmXUk6g+rAw5SnKF0PhVijoXNIXqwEa7e4r8OKaw2PRFsJPc2KY3zIo1C6tunZSDRdNOK3LGk8vIhgdGXOdePGqdmoR01Qf1BY6rSYKyGpA/vc2qgKhbOcZq102k40hjv7uDCIxcdoOOsHZqLsCh22/O58T24gRVAKfNDIgcX1j7ARtDVNaFtH03FuS0zcM6NjeHh1XQ/PSLCt5MIhsDlsvXX4SfPxTnK5I+wa7ZrF/BSFsv0kqNJh0mFxxUqBNwG3moMMEHVp0MsESWWmdRhIDsCaRXs+3ixUZBpiyCOaFXCL4RugEH03DWlY6gmqFjp58VuxAGmpYLjcycza6RdSmMlsiV0V4avXvqGBJOLN/quSNHmc/njzKFv6WQC4efrdGq+zLicJR3HyJySqZ+xFyzTxRsdf+3bZjjjONtxor8/mYV2jdJjkpGCfOb0zNLNpR7SpDVeWGNKRgnhkxmH6TmETU+9WPu2DPjmp1JdKRhW4DBcl1KQYkvj7DoaGzmdS8asUo0KSmggdf/g7EEoKmjvcpbqKc5vxaGsWfgr6vXoUhn02p+lxY0aWS5FAgVXEi4hWy3A3SChfcBAROQApk35sZF/4IrgZG7V4a1OrTMfQx5oDW2CPJXbw6xx4cCOnxQXbEMjrrYIgmLyT2C/hQdWcRPmQo/MGu8oanPfetjzWCilAsEBgPNgNZJTTCB6ZZFE9mUNkqZyIwRoG4wzjNAlsTm0+3a0NiPzzxUR3BXSDwl/4VMkMr84cm1ewT4mly5WMRZ7mf7cLfTvcQUfKUCX/Jm1F8wJWL04pAHKC7rEW16hRcrPSiMcz+szYR4latUJwZM/84ZmUD2zmBkubC2OHdgOIYGVkwlcMQ/5RkvVDHgQX4ulRsN2ODSn3xDS2G7bE7uw40o5W4ixRGiIDf3aWaSTsQN3rzu6KWQeWSf0RTnMQM9fl4ds6S33IkPIqD66Qcl0+Opr1op+iVnGZczAIjf23F2/pwR9kIzC0gTDFEDZwM7gZFZDUPNTWn7bIeHrGZOlkHuQXHk6Fhr2tOPvxtWy9radVr56ZQlJjmZKUcocOSl7+IFEKy6VcLKTO5LG4xIdTOzLt/9wvY9TFWRaE2Wz+Sehr9/jhyBk+vNC5pdDffaybQvpinHoZp1HkUkTFzrZLrZf3XPXhVIxB9JvXbeo0GGAoB25qpO6v8gBuxhoUXW5vIq7GyK56X/gWphqkqPY8tPYUDswd9xMznbPR77+CtF/83dxXDdrWPgABSbgVtSXP8dRyQont/byaFlaTx7UnSR0GHXYLyApe+sHjr5G8w/hkDRuht0pdH22oLTIGwSI741jq8PYNtPBL7dTPNKhC1PZIG1RnvkH5X5yQJrsx+sRl24MfPmsDg7y9XaVEJNM2Xk8S0BSlZST7bqnHDt5TuhPBN+x2unS0LNr3cdOMS0EaZldXJ+Nq8hBJ+01vEghINK2lbqfc0dYwoEM10R1n66+6b7qJUOwoFhQ4dWVcmkBmqXA0MWLVKqgnzC/0fQDa/iyOtcbbvbL+o0jpYYEoY/ZmBO7f0bPJz4lRm9PLdxdaFSmY3PQLSiEa2ivEPfLfAmXDthJ2QbAmMpltbyvsIFcUbhRrqRxzYoptDkwQne0XdkRUyD+X0htxKwBRPDRZ4K0cuqAyHrqAADnrV/NwZ9tVOu5EwbnIJ0jGhPoGJokQvJKHzF3zW3o/ikxmTgUk6x7KenLrqpus6oNlpoEqOYKl6Rew+/Qv7YkeGWeAP+Wp9cjyUHkPpcdvRvMPGyZXY9RJyL+Tp3nqngoFm9zv9uPycNSE/EERmj7jE4pyCMI4Ov1rLPzVnJPHWcPRoZoPl4s0uqXAdB0fGaWfr8YbOHkpN4vdsEC58G5lOrU8vqT2MGGtKCJfk+nApZeEy1VVHm+07L3nQpQj4pq8eMNqv6XOGDAxaAV0qOgIX5GZDmRsXOWCkkgHC1tdjP4Av+pKlH3oPb2cv++1DdMurrv2FMmdnUJGPp+tucL6t7VNtgrZBVfhMSA9QtUuPrs+Hme0FAGkgSrrBDKuDKlamS1VMjnU1fEIPFZG/NVs9jNKqOUHjEbkVy6EEKoOeZZHDl+SgYKA6RAi+NqH4c5VbyAcEMk2Gc1MR56AUEVEAx0wOurAHYkBaqFOWqxF4ESELChuUsHzQCPA4/WZnq3cmneLrgWjAX5nt4JhmGItkb3jK0DA/Dwsmbn/FsWbSyZqRrx3Iq/hx9iXeE4Ktq2AvDC9F8BydNXRu6yUvzwBLomcCzXXBHysnk2pww8qKan/rEyMmOFiJ0I2VBldE7QDo1kJrihGJDQaKnKXO7cniBZieQv1dFDxeJJQLCJMXKgLxSkYhskpaY2TTifAe6kpwKXQ3gVf4knC0Mf3sL6OrHi9fyKGZ6MJSZm8Cs44eeHsSKZHngsp2xx9r5NjdJV3J62897ucXfu/9spkV9icdc4z+KhCC8dGseaXgN/imLCsmvgNeG7xmQynPkcBXtfG4Qqfjm/TexuW+59mfb1tBP9rghaCrbX/IrTY4jVnKt5+cwWPeV9tH++/wrfde4DttMZea7DQs7PV4/bJr78mpW+V4GOxy/eoPx/RLy38Wl2R41Rgf5xJJbDjZr2rzem4mW3DA0ptqCyHyjq/3ocMxoTZTad+5c9Ls+TtQybxi2dcmfcocqWE67NGskMUsa8wcb25nu0QPzYXs3rF3lwhtOKbSEYpI6lQ2JCmnYCniQQDLd7LJMnPMjJJgHCKzNzNsjUmde2qsMMYUQYmUwaiyrJx4YboDmR+gy3jl+1B9xD9aIsWH+5AGhAPWd1QoODUsWFsaEvilYCNUiJfVDN2di39qDI6XwUwcqWkW6pCzKIUJQHTdqrm6lck5sUsEMXE8YfcUOnBUaS1JoLJJU93apR1kVVJLLtZ0mzPahOsvb3X4SrVAK6+8NKnPyVHJefTc63rJuQ9mhLapIrkNlSmKGKqhlUtGRL3VEMCSkQkTqEx4FN0tJs7WuLY/2NzKgChlalm9FkOUWh79JgVvRZQerm31nj1ISfGZHId7SZwEsMrtSjCpcEKgPBZf+koeN6Ew793OP54pJCGLj3lRbQFhHi2WsZjlPUudmebiONEsqS45Pnj6TPBmBoGjvUfJwVicyoqaUSjgf+FfKJWE2IE+rvZMHYqlcW4NCTywB41RbVCnfICUqHxRKaPhmxPJ0QLz6MkhBUbWOtm2mbGR4rGFB9LqXpCwdzZUBxxPTtxfzNiigo7AKO11S/0m4KSTbVkfr/3WJsSq8XT1oK5GVyAARR011DR94r0jEMxnktKEQZob7h4bu2LWXCadX4P8MlMc0Ro3D2o3HG5yrVg8obiCvFTlDu2IiOXnJN9NfHqB2FbZhVyXNnlFnsgtlIDuoN6RkQjX1Pfkiovu+AOn/bBwgkp3o64uFfl2MZoL4wDbCh0ll15ujXL6WmU3Am8sY9e34O2gEkwv3x5vR5bs7UsmVbfNFoPjt2Z5obdjShHEdE4YEvFEBFMNoCHHAA9wb1tCBZR24SxWLjR7QHZxb5WX3/Y17iS+xgmHsRrblM+W3l+JIVF4Y1x7PzdpMqAE9Wo8chKwc5tAnYdzejNWyRvgmWpSYPi5gygMPzCPPCchYh9qiUiMtnUqAyl8ymeSXDR+MMpkcFWDfITkmBuN9zdtr3Yp/QYC20fKIx2EZZv0WAmvyG8H/nSkJXWwJyeqUmDV3AmtpbPcA9HLWu3/e3jNBr9/NBuch1GmKiGLW3U5pM3Ot0sJO32To+w+e1BtOWMLVklRS2NyTZaaM8MkY71iiAeCKkfZ0VQV8qtPjBn6UZMtgwapj38lelDpxL6GFvbIZBBuEgD0lTseqw8kqGuiGo6xAZRwYMad1/I6PJqoxQehvrCAbcNNhZ0USicdutF9cjsmVJ0hTAEGzFBV3M1YD8jnh8RtP+02Lr2IRi1MbQZHPzX4PZ5NrxfWwUh1Rq/eEGU+p2o9qlkzqp/Fbuf+0BIRgt5nOU34l5CCzn9yd2NViUtovlzvseaiLCuLRC6ZYa8garqs5+ZPCfbnjBQmKjwHdd4OURMU06v2eSKBOt2V9yf4uf+XuiXJPMQ30lZHL8teHGXw9yDRrMs9JRa9G15ZF8MGNQJItncoKksa7Shoc40iV+ZGO7InsR+/VBLllF8tWWqZV8llPWRdhdtrKMCXjUtrlOafaqSqgqbgQDzlGBqqPSUtJ1AMSFnduEuK+xLZYUA4eNk1fTp07igKdEhSiKTOsexoETZ1T6UA1+3+qHKmJl6p/FENHn0pO9xAjQYLb6k2El1q9JY/Azoaz8+HUS7Lk4YtLUNSMrhOQo8TEbFmJrB8bfUSutSLZUJ0KvLsfbkTo6YS4atXUoHlilIAwfH6e+A3MyTvmMTS7HKkiea4Hqy0KuZdlIfRNJpdpyccCKyl8YZZZlgHMn+WZ2cvGLmAp0F3oOWqMowfw2IFBeknKvKGfRY00dlndQuNEyCdzS0ahwOcFkDqjhF04M3HX5aEk8rSPJrR2/m32bMgUyVwrjw2+oRWwRN7uiZjDMq2wyN0b9DYMFCRpjVHxCvN5bihucxYe7obJXIrpUpq8nmgNmli4Hx5aNRubSlqH/E5sEiSg/AyQlPd+acjn1wjsvuqFF+qqe+h2I6+pPn5siZaFySkvOMLs0OeFpv/ovoZYZ+qmXaJZEuisLpKkrNqL3irBgMIL80rchIkynZ72DNNNhUQtJxQsQMP0NEjkEy0caOIAjd5gCsVRE0f1IQAT0D5B6OpklKgc6jfspcORJh8IymNlYno2JR9Rzv6WpFSBf64/GlBF/0TFU9TLCgJJ/onIZT7YMdFraB7XtGMHkMLoBMKTN3b9FHnoHxjFwFlBDboxndAM84GMxi/fHdcHmX26WE4ZTdxbGitAuT2US2/n/IPb0lT/6vTbw6K8+CFzVeLKuVO4mDF0tCA1+qlSK7T/MAlaoVJotG80liUrSBikISZ17DD6RJ3HT9v7zYlynhqjeBZLb14yiJcO5cugGeLQQd1E6x7XHm5Y7pc95ct2tJzeywNmNm2GAMtLlFZ3XsRRDbtIXcyFbMBAstw9LoaEErojFpH+PnEPtuI7UxGMyU2TCOPGcLmrX5MwDYvVg7pvvvsJWGoSGrHuQMRhwZs2527Uo86WRtCpTgEHZFDgLCLjreOzCnb2uAR0JatVpHedOuxduZDjtcmXedJisOLcFnCjgu5FlLD5Bqwk6X2NBTBdCfxb3ILuPysqRnh95NKBGjeKaHMWSk5nKua599YpN2sYoS5mrFrP9dv96g0PEvmDGwIJSRmGNW8eCy+HaADaDD0mnVGTW9/ic2VZWwj69x0a2rnF3mMTMFMEXJEEPMqVDRtLgSLQOyTVcvVEQkgqUM8B4VT2KCUkLp1ZyTxQiBUkUj9+BjvdiTq088iWhDifngsFVp1u+gwh7FQPDWkf2VrqPeVZoRkTIDlZ2esjPI2DLINmp9cub9gh89kua52Bi/hkDdRmIEl2jwLrMT9CDAc1pLujwFCBpU8qJao22Upw5deAjusJXXfgwMyel2HtuaCel9oQMsspphugmhMHXSqbVHJMY2k663u8HCkibrI69OkXasuekGIxcVSTG4OW6QFgT9SyR6MCEVvuo5QoU3h5aVgl0vNiNrI+wO5Xa8LMva+MIKJNR4cvPNhgNpjwvkeorHQ6iXn9XRi4pnZH+k8g4MVx23IgPLrPeaMXlw7XvQuAyp3ddnIVBLPCZ2y89cDhaxkmdOC2srKZEELfbYhBSJGi5qogtUm0QFeQhhfyt4CgjUv1MYMfJKe/V8o+D7S1VEKtYXdE6gIOqGzxf5WugoJs4HPgFM/83mj71cCbeW6zsm8mWKIxylaNgRli4xZJIKwZfZTr6vcVcwCwG0yqIiz3w4Qtaxev4DyNBuACWyKuB784VW0FUjtNtYendvxRtQOVLVIMuejVO2VKYGBxbjlZXON4aICcY0Z/2nv7/p3iFju0hkD2Tp2bxroflwmU6M8l5OS1S1Px/Bg7LTwNIqCWlgwK8PC9tPjVDmyH6tRcsSIRd8P/x+9h3h3/v8fJFvgtHkSx5uQzCPKjPCKRreuvS7EmHA8coyuOecEOPXrwcFQnjvmUxoFAgUhYkIj4xDYYqWe4QpF9z63sxu+2sxfZX4wuGMS1VnDkPBh+pIU6Pjr+awJ/Pf8K9vu0jZigRimdOPAizoWwnHm7LKrDvSOjVyjDh/6rDj1AzDYK1aDgFaJr77MCYsCoMv19vLMcXAnkrkGfuYFJz7TtDb88TssFgWTsmDLtuOUoKGCfwX7ISioJ5dnxPscBHXLdgTcShSa1xWctNuthEDYAy06FDo762I15d9IqZxkF4PTivnF9vk7u3BKpLcBtQppVNtlKdq3NP7slBwXw7AUWKIKTIgX91UVwHTgklo9S7ptUh15B1FKHWG7h5OHzFaXJD/ARjtIV40pI3UYuLKzvKh1qOApjf7HHePhna2qAG0nkMSBfuUlufK0aWN0mb5IB7S94YduY0acsI/JpqLbg+gbxBKancDYaEcRZC8FMlThITq5NL+oif18KepevoWnszxesWQ+si3+fBjd8OQ+gvFC7JIZKF2TADazuaG70akbR0/gJPzjLXuQI954OerpdBMryrvJ4ZjUTaD03Ta6RO73znQZq7ybh2n3bQ5v6BrwxypGiGavVdIK5HH3lPEIIp9lUciFGo3kPJgrZjKREZwKpWl9gt714cuWoinypPE2wSBY+txPqjBHgJMAk96VKEQGeYOB+xjoN3qgUiRIN4WxPOqrpq0/tjScRPIpmvjYKxZTd3uS1aqhJTRjwNBTtfVAmp3p5x7ca7dS5E2nA/pTd2GP6bbUWQzNgX+BnxkMb0XHAweyVWjRhZRRMIyEm/X/EPUyOfranUtZInhVbbBIVV194dhHUtZjoxBumJHHFYsceYPJXtZ+pHZ/eum9G44x/5qC10pWEGJIPdnrg7pzPmyUgKh5HG7iINDrOJQKd298sStcNmgpqHsD6udtgOOY/UDMCaIEOxfdtKnD6yZ58idItpnN5cn5UISlKGJn2Co3Ly/JpKO7VH0AWE4iBCuXzlPCUUyYC/6xVqpOs7NlEdFmG2OdcJhgTToA28pPRHan6Q+diNoz2lxzrPeQbWAxMSIdnciwE8lL4WRgu4SpLuSHT0wBOfs7ZIFT6xESwcO1OQPtvmnqjnRMeJtMJZv16GSNrFrLW+ikHLCz7RuPUYUi4vR17lafDQbUqlJcDdsx5AYqnLvVJk/9/Pw1GZhgiHRT1cQVcs7O7TgTKpcdmAjhbEXCYuKH6zKuAXJuw5YQzzP4xDtFRHKqtPYBD4Uf95hGZz+b2puNkkrh77k3zHFlL1vpKcC1ibL3WMm+5CbBMKIdLLImjUIBT1SyzCCTUBcEQmzzZWdLwu/+YWSJHjprNKuIYLLWDgyl71jDJ4c7vaLvaw8M4RMEY4sw/xl3UHvj3u7KGrHMOrgM2mJNy/23+lyrxO+gBzPi8kGOntHTIsUI9gmwygB2QionoDFIN6eY4z7UuQtRDYVi4tU9o0hPwrZEXiy/IkfHhfOUKSFMrJoryoMGgZKZrgKtbM6XjV3nOipGtLZRTyiXLCpAfNJlvyGHoOCWuPqn9ulIbrkv7PE8Eq82zq2il7fFMSKnxKsAMcbED09jibTDqjHt8259oraOFlVFBiNzUCCfRFWlHx4hx6kul8lyHiBgVaUijNZdfmJTEZxMEhMfLeYIQvPjyc5xaVyVErdSmrdRdS3faqhBY0A8dumPkHuNileat5KQBG5MhvOVFMDGMq0af7HX3bFX2ar+g+57dgl3+Yq36SCyYVZeOW/cd4nwvUMfYB1wtMH2JW9+R3CXnA7HJ+D27CdvQkBMgWnUPTTSn/7KXI0MTBZTpDZg758qlRXHXcPVPqzzgTh/jqZrjMWoXvGSamMibZjVWF/EbyL7NS9N0A+iC0+OccP60K0Nwlzn8cQqa3/WOrF/AAKUW56W2FDgO6U7xpqYkvAel1G84tCkKDs0YiDbnjlDVBgknKRkJcBgnHG3qCHUy7rzG9oXi/FMeX/JVzmpNFa8HTNGas5gTfYAKBRlldKhNCiOFzaFpcMozlFnFJI5VeUipR7yqnKc+oJSgvKRmiyPdkR6DIWPyDX2DcKShG7xyK5jRm/ztMvXkBLGy6RpJAm7ZTsBERzsvJiXCxB5dL0qlMi6ZEO3R2A6i+eU/ONXfLsuUC2S3zB1YQdMhpfJG4r90uodQ7Atswiv/zoiGLih0eoVT7aFX9uUCTTk60YlK0igfzBnxrCf7SETZfiw4VsNf0zF1ymcGY0r1KPC43x1xh9XdsSrhYaTj3lo1nKKqcU63+dSUtKtBxs/Ik6bhZq5nowJT4z8PPf+2//8pZp+Q4M7WGFOFLWNPCnEzTVaIMcWIJBvbApPxdiMf4wC2reynhOERYNHdHRjUtyLU2u1FTSMApzGbuwPbnAe5wn3Tw+vlY1J1DsVOKzxGRB66MpdL7wNkjJDYROBwZFh/N+Wep39atb0A/DgISzHWaWpJgmsGjKRjY96SNyXB8GKTy2TVmWmGoQJ18rskYvDmgxwSlJpgxxEnZuuBw1UMlBzbeZPTFv+WgCt+VDrkA9rq1Rli4lZylnxpLM9c0/K6CSE76kxbMWMuo7XJXo66bPZa9/EGO5HmHcPlSbL/z5foDWSM3aDFqk0UB4mnOWA/yNLMx2218N7/jhxEO+bs42gwodWcrrtY1erktcq3fPjYZPtszlAIZnRsfrwBuyKj7LgC6LUHaGm+U/rvtAfBjIhoPajpvhNjMMsxEpl4cbNZOiel3TOyEt+gIecZ+CzGzIZZyfzBsaQmWD1Lrbw29birFKIZurKyoFUZs0mHviUO4ujRjrJ5s1E9Em88i4J/gjRDdTG6S8gOeZvzimZRJvpGg3JM5llwfTK6dm3yzqbNq8iMJCeBM5V9A3VXv/coHkwi5YPp+qZeLVMrZO5Y3jKyKviI/IO8UfrPCtevJP11Dz3yQUh/BHY8qQf+dWJhT6nrlPe0q4Jyc4vMKjKIe7/GB3G6OZsSoO/zYGCIt3ttXjzKmS2BgSZO5e2rpgzGmzpG7TfQR7L3+B/fnXTTHx79M1jmP1ndMusI5f63IzS/LnJk7P3lKPn/aFTYXGF4/4+9NStTUpwRvN0fMsiqFfwg2mKioIVvwW29b2to6s/4Ukcx8VrbfDUXuz3D344g1wrF2Jk7UgYOvjJWljZey9hBEPAqGwuFVPdDx21kHU2AVxDWjeNixdeorKSsxIEzJXmEAPbFj4PX/ng5oc5yYFp0VfWw2czHTtDs0/RZErgif5dS3a6i8QIJKyOAOFfeAZF8Yx1linQbfMeiSUeGqnY0RVhTuM0j7v1sFSYPjbf9iJ7uvYcuqHSKO6bk7VWawgwnNiNYQffhRknFOpH/IiutNj+0bJJ8t4dxeNRFdFLdZNpD746/lRDBOXFoUTH6F70O/7DpnVrDtZMa25KzQ4GcHt/xtAvgEoiAmen3fdCZFRYvlCaNfxB+wBBVJTUXMkt33L5/MkFKM+EQ2Bk4fdqF9mVCVvu1UhqFUeEkuIrEHOxFtN1bTAgnPLV4tLR9l6F48I1mC+BCmLi5qND/e48TIyoRHT7BFrcFW/wpXIc9Pbz8xfHSwah5ooUdaGCXxtFqwT7EZiW9XzyI9FdBQ1Pk5prRy0TS3z2jD8kI/kXpjvxBTxOsICVJiUr/r7E5FP/q+P+ustmtujnlN/vd+W2Xt3nNIqmYvqZJQXXKQ526ErzLgI+PKICr6zRhhK4maOVPMshM0F0HEPQwcmeG6n+/hXFMlD3bDem5XCv+ITTnlZIwE/nHmkdXEeSVasoQzIaRXqIeVEDWjd2wvVFmbzlKhtnj2ggBGKL+P4CjMC6AiL7VWRQJ6opp5nEJJ3QcxBbSe07eebdpgYuakAJI1M6zz2bwBFEYkYDx/enDqbTMTIi6PHNfxh7s0+4DKTp7aUVBXH82uxF7yzMy5+ZneHKjzTa4vcu54u2bzIXyz0UF3schdqbWo/ul91O8ZCftNbgNq9XbrseUjmQ1+fRBC878Z8Wfue7zriYkjKwDFAOPzIn+lmqS/9kio4OmUueuiLHZwEhu1O26ewNawNlswCeJx+FkRhtmmkWvPvd2dFlXgzMLW3hFBUgvgLsgegfwIJ4lPqKhZhp8VPYzg0LoiHnTHzVjS1nj4HOvj+KRPnUQRdJSgSrJ0iqba5Hlx1Np+jtdyrEOJdL8yAH+taP7yRoMagdrGHNVIc9Afzzg67RqWWKBhKzYQcaDCL8ytoSQD7NPdJSSEVlthWUEYYz3jjuURsOjTlXVfBbJEjjAKiPkpb7tzpiVouHS0cN2+Q4tZz+oFkdEh46AW4eF/6HlwiNMpA+XtmRTdt3E4Fyz4mpBGISCahukHYWqpcEMb1Bclkzjog3oAsKxAr4XxNsZZUMnx5/NdFcChmbmjQOdFELwJfkh4AxpWJ523zVJHc9zKD+ts9eMvD/Oosk9t7d3yb0PE7OG5cv0n6zSvB7hUxY2+EbL9gx1JK0Dspy6zLHzTePzL2jxt6wSjPl80YO0LGKEfaB0fH142n3XDKVD347xKrkU6OKteTikiCTQ3zOMwzW28dm6htVY1azYgx3+T38MurWuE4fpn3OT0gaaIVKtcMlerGxm09YaQI01j46xpLYo7lxsMJeiZzoABOeB9rSGknXCZTJ7wRLHTLjFnk7rkkkDs/qQAmC0qDZJavZsUQyBl8DJGaflOrAfCmepi0oKnILqmlbQAHpBWx3sc9HOcQs7xM9liA6iimr1tLIltApxig7dOHIR5qXWnMgRHh66oWfxuDhRqR37FUJfZOGvv28uEOo9hmVan1l9kMxwqytR6gKSfIuCZY7Hq15EZZqUChH1/iILdxGSCMA1o7mqk247aBmdAU+xkN3XXpUN9sowkJsMRw7GG1ruwPy7Bpeio75t40/4UsXvYSmqJi+Q830GSLkzqFWkbPxAXXVlsrPg5b5yq7Z8JUspwOVvcUG4WaXsx5TdUYXeYj5h0oNYtOno6Rc2im+gRj432BUI+JNybIVs2RDRYTDz8xQIjEWliuEfEoaZuLSKpowyLKKkrXSr7B/0/i7AwNVjfQMETdo70ZnL7jB9/jBwDpKG9JJ1zGbGX1WVb3WBtm8uHDIctxj3cxXJxtsNiUd4y9ZFSqX7C2c53aZ56Z0nN5ziqE7nmfVcSwPm1nD+xXsCXW7XZ2JhrZ3hgSK544b69vNy9YDmO3Obe0PmmDYUuNxv5usNH5A9Nb8aTGXmiztqz2VEO5jLtNJ7XzazoHXkMvLB27x92JJ4bRverivuvzQTq9QXf5Doo7+S12asQJjoVyGcCTn/ZB9TWP/G3WQF3pe9GmHkRqvAllUSVoLEux53pDoD9M6LG+kp1268q55f56tglmV/UN7h69MI8pb5AIFiSaLmlxBhAj1J3sv1Q2+7G6l+LhDmcG6gYrNtC1/GK6wTEaeIk6UNf+mOhC0ReHKVn5t+QN0E+f8HfdioY1H/zDP061VVcOCIoiRxDEZHPdFbdrwZCRMu3WIyh5PCCMIfe8+yALS9u2AcoBaeNMVFVwls1ScsGYtAnjJHNV01SPpeABpXp55dX6x15MoAoSed9taknJuZPVyovfxD1/VSVN5s9NgCP1AfMYpzsILQlAsDxFPRr6sL/Nz+vdGXCS8oXhHdD4R8UMVAkf1PVvSL6w4ZgBP21WhcOv0X43Vud6PG5oby8lvsd4fnFlOx6pK/XKw2c51mDd6xttljqLrsBOmUnvVivp+jKs+XoTc9EZ9sQiWFN9P6S3ReRUmaSljXnBxhV8Rzd+hOOUxFkVzWvi5Fcifo40apSFNCdGhsftVB9RUB/yYckh7cYeTGzd7o2S6XECRzNivIToA90vn/yPOWfDRM9aCnwSfMV9JspSqLF03FG/JTrj3kUDvgAUDzfda78R4RabcO8YpBw2uJbF2GEy9HGozfhs74H5RY01z1Qe58elXj4ex8VoAWZGCvyePqmv4gvkV5AZS9Pd5fawS/lsslv8cvanPwzoSvnE3inwcqBH9WIoeUddCubb2JR7SRUEL9vQvRY+IPMWNsf3rISFnQcFw+/2CRfg6JQFQkeXPGcHu3sSQDyHeKtlw0IovdqICkaG9yyynUksdpKnc26iElyq2wRmqzYLm2QVj3FM2MKT4u/HU2lyKayP6XcYTy1Y2Uc2pEQqb4xh5d2qOQUyJ+pjIkgqLnLAEh9l3N11jvDqz42gzKKZZsRO8n7rA6B2qMqIP1G7KzIOBcELux1iKbRpgYhtlT5VREOtjYN8SDKUEiP/sWljKqinNkWY8u2WcD3sBFINH//vr2p545MO62L+I3NmlaDJ8VMrxq495LMzghPzkk647rOhdZP46ucomCWfHosUBBaLFs8kovuTHb4tjxMdnAP5LcNGu4NBbvBFYB3REJbsqyneRUVmkm/LoNnzPbo0GoJ1GNhOeYuuWLVon2CuL3Q6qNMhSuZC6GIunfxY0QrBK6EED1egN8Oj6WmWCAQFYlqPSv6aWLKcctf88jH/4DHH0jyRSVOzuPV7zJ9Uei32itH/eI1RJRxYbqZy/e/EDA5794TUeWCFs+wbjjD3d3jHVHQnN1743fYJ8bLwbHRMm8FXY/w7+CubEWeDG7Y2DRFzP6pY7YH9tSrrPJiSsRxF57LzIqsJc/oiDy4Jwfzk3/NrJEAOeVHP2jzW6mRhbnyXhcJMtWzP6Hi/PkHgRU/MZoOiil7LebJGrqvz2DFD/t/7zq7iYoDO4kVnm2EaIXEr7lH7o89WWFD9OuP2bPqZpDhLDu7w86tTcMuEJ221M4JxFMjAfUjEvAhZsPSV2goJaKB/jvjAcwENC1dM+VzOBom/xEmyOoZNhwSmZDSphC548JJQ41016BwnKf82aOYEqy+VhqH53r+w+Hdk2D6wy9XOdDan5RBxOb41k0T2HsOsR2eQ2ys6pwhu3DeO8Rgj9Q3PCS63UHfbYkO1ToaXbVl6JYOfORRjAVS5tb+LJkXu4mz9dUajcT7ERU0uexXRPLoZRWSIN1aJRTaifMYyX4aSOTQsW8QIkwXDI/9VCUSTxCRa/UxfVsXz3skBtUkN7yw0+kywparlfmMfhtgs3You/4JAmwfIK3M1UfhJJd+prXAGwiV4I0Y2t3Q3GZFWUjoXk3eopNOaDPCYRJicbzv84476NK0N7IGJ/O4mvXiZ28tMKWgzsJEtYhfeOb9a33nHabKqlV084zL1T6ZS4yX54kQHD5NFu283AV6PAJZU9K9NXBVF2m5Ayipe7sqMAuJOrxJGOWV+fD0aFtn6B11jisTaOy5jc6ohReNKNsVccrh5ei+9xGq6MlRPhMlwULcg49YnuOF4j87KDW+TsJ+sET9f318PjjNiImI9GMTAjEspZBvqUM3CvFgg5XkVcw8oPdikQRXskpoH073USLsN7qZmM6AptdsZ3pnWqlpBWsGiQlT776eq/eRz7mtCxTd1iAO8xIZxRdHzWXsp+G7nqS7VRFcTxI9QejtqatTp7cso7z9ec984+Sf6Vyd28bY6PK7XD6n0cNHRE71vLx3UtjEa31mWwar+VICZ+MtJmi2F4KEhNklsFqXmV5484X4mgEQzirx3c0EUZjaaz2darbhawvyRpsnfD5Pil8q9QhURu6ZbCVG+aV6YzaGCU+TrJsIiLtEIRmp9iYJ3dItgUxRfZOeqeBlVMzEXy8zPQWANy6e96GrOrGb8NDaSCAqyy11WbPzpLLPn8a+3zx/vQ0b5NmYCUli4xV02wvGrLKG86+iUu0T5+V7H+fa6qjMCQxDmmsJNcI4ZY4QxRhhjjDEBFwphjDGWL2Geb1+lZvlenkcsbzqEMmIZJvflVZIgoIc45iMBBwUt8O3alxBiBRmioeJ2vCBW4EN4zac/LzN79XXWMIIMLU3JMhIqErvMTMU7jukArX0euMU5+N7/ft51VlB85xwaWgqe5SrvNcZQKxG4FRoCQj0DyzHbRzZA+Haysunv0fhO0wOmxscg0I3wSBDHXN8himMYcISCrCUnJo8CoeYQm4sklpOmt6Wdbxr5ceV4HGcGbGRpE4X0arOJa2A7h/iygRcAOxdy2pGU5c4ALfuI5mPy/16Kom05Q42bgI3Jp0KiwKWzTM6h5JZOsQnQefPQREj/HVZ2bKLd0HIEg0hANkSSQ/a4rso1Vi3Cjhc5Ev4wDuxM8mKD3NeYiIwUBzF+w7jLzxDu4CHw//SoLYn3ifENZnnCwzWQygVQ5p8nnq3ds2T5vY6s/elYdyu08YV4pOBphc4XIoj0+2eFRVOtL5eGFwswhM5YPAaOKLC+hisg8ht6Cx1RHyWkW7/axbEenztH/U1hkD6PyD0tzq6F73cQ1D3IG0YsGDKA2bx/n11sdCCPdrA0tvvDdoz80LP1ky3NEXeb4P094NAiYZNrnsg8DNIkHs8cYgPGcgQzYt/UCrzxENhhI2pPKINgZ07Bu/CFdQmn1sy0L1ooIQ7QAW1NJifLw31xYAkGhFUk1u6Q/Vc2DkCBdbgNhwqGTqTEKvJryQFJY5VgU5bXw/fcykmUXjtCLeHv50i8L42yK6brWxTJqxIElOgIsu/AH1RM1T5ehQSC/PjC8lycJgutaUewIS/jaJq2sU1wdiEqXSrTQnMwZInwBpgFQcg1jhy/w5Q4TvuMLhl84D0Yaj6nikYMAjtxCQbbnL7VNPoEJduSH2FUENLokHQ0m4tDrt1cFPmAvoqc4XdaGzc0L28wqiVpjF1hQWA+ECjXLMeFzyJPxZJJ31lY0raM8ZQ/XsF9pB82d8bCnesPjH2QWWA2MNKI6QijnmFJ6NX5TspRs01O4rjXdyBa9j/z9Y+yJ/9nhfao4SSI2n7/D3h4h8EOpLeljwlJOd7kMJdNH9yMbBYZxQm6SsGhV2zVlR9/h00wsI5Un3+CHoSPYYvMahYeMXDdFURCBFDuqUYUcEF+T+vDNeT8EQEkkW3hoqiBElwGO42NcYsEdXnLDkaeoN6wnhP+T19PsH8vDIM3lWXif80xw1SR9maZlXLSCcpZbbQ2VC/TY1aQ0qbRjcMo/ZyCT0YfuyB6ltcYldYKXW6cWhAsVg/U9EDsy+KQw45VQBbLq2vrnbh6vSgPQs8M221IqNqoAj9NoSzHdjJMt5fGeOGzbP8AkH4c2qUCto8T2oTSpSNYybxFgo20V3tnTOWcTHpAmXmTV5zSM+WdOMVVzCxDZ/i2+2USRQkg7AncMJYYDlR053Oca4wpkFXaOgNV1YkdEIgjG4eWDZLCJ35AzL094SjIbxg0BCB0FAkRjxSSMptfcIJTNiacPKrwxYYwrDDEN4lr61w1YxQvC0+qSZkOXZY3qg5DqrbF3NvHDJxbczpNGXuIVR80tzrexNCouAnMyVPTvca/OCMnysPd1KEq03UsbnPD2UvMqtSVKmXz5v06DNaPh/3vczgwq1FyjLcB+uB+Mo3EQwGZe7CYSHocdOnzEy3h6kJcLbf4k/76IPmJSimeLc+iVpiJfOntUrF+IhSKiHzdj9Vnkayrm/zLJesTilkCyn/qDPGZkkQ2KQkULfOxE069zLJeJmV5ocTO5aDhMhkHDEsSTinN5DELXLpeFBuBIlrqQoJg4wZ96B0fIkOCfp39N6EORCDQfPYHvc+3b/teapEh7/bplSooubgVnxy5COPfNx66HmoGGc/WfDXL8rdgP7zRv/P8YwMxPtlgoqRj9LQtc6xOZ67dmPJrFFj/CUG1FnrtyHt+eis12l/E9LqYRrp0uoTQYeyXqT7S97ADKkzjCu86kZ6c5luQpwE09vq59G7RpG5CdTwX9WP+/syktSNLPuOH5LH2muglbpVkgDIXdaOkbbmPcdUwMFTecg5Ff/gUn6G3yDha3ICwan3TEuPrOMKvebvnR68+AkIDfDxQQMGFR+YmZD3e7niyYgxtTbJvJKRN6UCpFT4orQ8Zdh1ciasbLV3+yLX8y9CVI/a6OxdNMKAt6ZZLjZWmx4QpcwSNdQmmFmpGNhBAM9nLJ6WGwgXX2paC3mvwmN5jxOpj4M6wYfpc3LCMPMkXId9DahAXVOmNjuSwk46Tl/0GNn/2ujC9k/T8BVrvWvNc6YaTyjvvDs9Eu2s2ZXAHcKh/DE9y0KfKo8DAd1M71y1BvpqOQgj72r+uh3zeKGWnms23bmKZOe50TMtkNolCndsqE1MoEEYE8rTMF/KLmFyO9f+GiBSlbQm+NGRQEJKQ/duM7+6iFqJ4YUzcLgJHhNZv9bR5GI2126Fx7l08XDgm+VaeXAbOVznxNB+Ydlg8FWsvNvpGZc6UmluKZd5F502PU9QU5dAU/eV9383NvfmbNjdh7AMBl3v98b7NzWftX+LX8SmkMQ9lkV8lNgAwz0UfneEAMmWRqMOthnnVZh1q4Q3G1ywkTEO1OuPK8EWWzTHEjjjUQ9Z7zORuTjiozKXS7Vx2sMzJlmefOrCQSZVGiDkwkpMCTDqLTVS+O16h/jRpV0ABRTh1geikUD/G4mbm49SJDxKjl5bPZJgH6hrmaSKGSkmkwn1vV2zHjS912eRJQhMjBG9xZAuZRhiFSUCqRvN40cF4LQ+vcBlVVu8tw4MgBzyciDlDikXCs01dnfpirtdAbJWfV00XC/Wg1gVa7+QBz6Hr5qp4qaymBGaOAdtyEN65XAg+V0929zYMFFBABnj68b/QViFMCcQR7UC2tYKU9kP2hCmiHKUyJEqWBsjxvUReRQZ4a8N+YOw3gxrH5B5R+NX8t1IwL7sfbq89kuIcLyQtD9FWW5XpE4fVzfcOkK+VWZL4jUUV91QCwD9or+mSnFJ+wOBsxpXS7rjr0nDc4V6Ye6MVDvkS7J6U6XEufJq6ssQwn5uj21nWh+tKgCBtQqTlaIASjOcS8ICiRJLZao2n7OMHDnpkJZJCvmqt7gjmImQ3wROJuywsPE/YmXY7mhMrkKNlpoyxLKdJ2niE8W8io0YBiKW+qwUgJYKggA0biPD02kS8YKyqQla71dDIDYi6yFlWBYzb44U8/jUc1++b0KnFTaTiGv3cLe1q17y82cZsOIbjcDlkWiM49BhM/NvQH4lT4NE0YctqHBxthpH0arG2afayABLzkX+0FOBneVAOmpjyCpWvvVzTn9GqNo5GGnD6RDyeHiaIIMlBDMmmZ0sJD43Ql1sPyj/inKkQIMHW/DGRk4Db2bTp8nSlDk0lpPjg58mbUtOhcHGa7lByfrrLJC/y0Q6M6j67XWoeAvwzeLlh7Ukxwj4e832k6eb83SCO7AO+fAqU4hNpkr0XXmTXSba4FYpRWd1hktO91Wqhw3CmfPSco1pVIWtx1GUbxIZbsd256owW5PJBJPFtFkbLG9mUQYOxBy3tmUZiZzTughazwWmzSh1kjKtFa9ItJjqyIU067NLHu6YOGKFDMxMGjPLPtRNT6eNkAIjs8AR9aDXzrXyXsBdM4UwMo+oUBAfhjjCEHDFhoYSMDcNcRafGsCDwXhX9bMBng+CXV9RkGssqmUM2Y6TBxRWgzQVeXtO706b5jIPF6+l3OdteZlMyFVkuXrWjFB/yNXaJ5V1YPoOLg2m//kPKW1uMowxS1jViYo2UBkNze7nnZ6kZ86dQbGg9DQkx4/5NVdexApCL9+FlBnagpHN9e+hu4Pipq2ApJw6CLTw8I/D7XULpBpfno1yYt2C/Ck1FaDQ3BhRZo16bbNYmQAlXeDUCqVGo2OgIp1FnKcDVUUXG7N43TOwbl6y8UcrHz6W1pByizbe6H8eaBpPhZhk/umMslcGnEIpDwuLEjZGHshCRMmS2cS/uHx+Z8BTohyiBHyzKvdDkvtawBCU2J51eehksA384cOfDMmrjOKdLMJpucT3HnEa5mCw+hwKQikCh5MMev/+cyf5rk075/Y2Z6ojLgmxv7VpWeg4G7IVs/5TbcsF3oQkrKu9CA9v16BxCy5PSi1FY2ikOPCUnPxddnvrmD3badfd44mpvUvgTb3QMCvE2nbc5beZCxhYGjxmsJ/K8XllcqO1nj75u+cYZ80sbluau7JhtnCTtQJUrpQi5LmnjaGliWSZ/FxQ4hHFxCLNXj44ZYIiHUMLkkrzkY6E3mYDSMv8t8fCFDz0j5CC9FOZc6lCVRkn9fcMW0mQ8hDpBWfWa+S6wj2W6XOOx/DSPvsB+zWddX4SO/X4kPL4cX/kdC0NcA7a0Od5m8xGHM/PR4Du4oWUoM+Se5StD+aS6h9bXvqN6MErcVXfeueRVPgJw9yZyJ3ST0j08Mu656vHnSsd+RcK2Pkyl35uBsulowALzIWzbxkxyX67JJqlyHtGyXWA7J6s3P3y0ES23dsw78kSykwwqj5KMT8C7fKknXqejAWpl4RV6OhLx4Nd5wZz/z7UMAnuD6riSFaZPhJPmC6ZdVpYuQte6sKgduWvfK9db7f+cKmMEXEh6DNGV/06JQI+9DCqbK5gvdJSwai9R1/2cdYQWTQ0tSFoFLRyyTAaahB4bpNlsolrr+MVMvWeBnQ12yqdOjoUd0a/oQO+UyzYfK8xH0TWxExdRfAZes+Se8KRPGhjVuSCOC7W/KCsGuB3oJgEd79j7U1mspIuS/V1UJvE+KM4Jvl+H3DRImT1NPDhdoXoj0pRn07DXUfu/9wwjd/DOew6ZcaDy2kC8ySpMYyDd1CC0u+CybOrzBAt14JX2ZGyB2/pO31b4FEINbW05oqQzyFhyofQDv2gTmTpsnSwLQfq3OvRV+/5CMnW7V+SH3WZdF3FbFMkNy4CW6sRBhVz4SV3mUGQqocuDibclz0LnU/k1NgNK0tWl07pGFnfNqxJ27oN4OxdyO+1vHn57/rGN3TfvkgYHYUSm43PHYd84Sub6BT1yS7enYfgxUB3HpVrWFh1I0X2Esy00Iog+sJQf8WZ/SOUGu70/0BfNwJs7AjzcpR7dIl/v5qjLb3tgfQfkTGATlAiZpsR0Nm5dKS07VDu1tFRwDUTwvdYDPAvw6DGhcQJ8Ob5uVLMnN4OHtBVEINKZCHYXOl45zIuRT+PHDSJH369a9y5QHoZppLEJiYdEYdT7TOEcymQ3HrQzcC08Coz+T54aDAw8A3IrUDnPXKpWZhYItXXxykIHchYLkovXpv9kJO6gLA2+XQxWUlEaTUTwG/dErwWtnkK233pehGdDrxaI9d9PfmCGD2lRCUgtMInPk5cSDGIMu52HP5AAw57gWuXMpGEj6ErZHVgUdJC8p8EwNQecFE+GB7oz3AS/RbuDYvD7kDchrROyf7kOtt1Sv/35fPbN6/uTWEJrP3Bh5hgjsI8jqF02psx59jS8No2k56UOHUfs7puR3z0wX0Bt0Q35UTrjHVe7CS2MeVkPcxMsAnIENxYDrs6q4N16Ei26PEHGDf1lakeoB5bbfvteuuFkCaTrLlKd+V4vKRlcRbYkpotouInFwRlV6WkB7QGUCWI/QI1MFsdJ7yKDxg3PngDasykDR5ppGJH+dTGI3RnQLMLGDimV+xv0M7KCH8PLOJA8TJyz4MxuVggsHoAHc2iovSrwuq/Am8WcsCFUYtqBTd1DNz4eLnmF7sUhIidocin2H+l0+QdiQajJvJGsO4/4cFq1U3otrODzp8ytQwbr7JHkl4pM/qbKGNVGdhQelPJnDRPPGKsGKD17ChdkKiEgeUUsBoBlKjGP+zudyotEotr6vwYVPRXWy1SI3IcOJM8plbLb4WIB1C4bt8MoU4miOzIdJqMQV2T5AKznR2kHqGF5iAanrzuWwCHZvSM0w+WIaf77AnBWE2tKUT7pzVTYt4peqFEgaQnwO75m+/WN467kAE0pxl7pLYgVQ565MzrBizonnsSCWvvM+mT6KuP8DmiU/AsqJm/iDXZQnMrxRtiUS5RpOzxlDFEe1v/frGAegEHRvmSZ36Ah96bdyJFJGJ85Vn1w67OFIIzkJ/GgBY7LYleFu0F2nSNqoM3MTsZjwlSQLRghu7JpNZe6hyLA62HLLZhtrysoD794YkJGX9j6IcwyNPHEUAlbQyIoJ7akpy70dMjiBdy6t66CflXoRLJyWJY0fP01+aCcG/X/dCiekyJu+9dBesicqczGmt39xWJ/d53W3ZePjxf/aUa3mC5gvFMxW9lZKUHGUk9YsOVvUiUVyLHS5F4CP1y7Dwvs5BLnpLmU7/5OqINMGdoNIYsKVYVjFBByEsGJGO7kWfrd9MWQTQe3kQJm4LIJdqY3Qr377k9K36vIP+6hZHmxf77CDiHqk6N+WGJL88jAjrCPfFGxcRsRV1hIM2CulBbynFMLsUCHkAuxQIeQh2KkCpRAxbQ1ENF7NFj5pjaHVupjVJfC8Nbm4eMTg5a114F0F3mOK7SrTpz15JekPrgmmHZ1wfZ16LO8w1JSHwsurtmfNadYgo+rVho4qJCilMs/M4uP+w1f3KKJSxre5WwO9za92V/23JBEYJSjSBL6xa7XBI3x4tTR0AnadbIyKNrQ/KshWrcHROUz/Oj5HLQTUgVIIY0ogrVN2JpkcdhQE3pbX/kSqVQ7aGx1M3hWerdli07b4t41RTCJ+6elATBB0ooXAwnAr3wXAtird6/xw0iYEovsiTd2VnXHx/s8hMeNRBs21MnXsCbPxYL6pBXIJ+ZkOk42pQy3766wrgIMF4lMioT3LNzfJaI0fhHa/JbeS0WuTLAVgep0NEHGauNmd8BxtUQO/OTGp2yJ3e3Z62Q45YYvqlhlWbVDoa00mxFNm+gP8Q++CxqulCVbFzuZFIHpYVmAXmLmADFH5ToP/Gw9sMtvN9jGejHSAON/0IdarKfVeG8sHTiLZi0cfjCjOAW56vsytg3PYLVxD86E77ehpzkUs+rhJmdmlUBHiZwqxAJ0QSwGCysZtgu1lmr0LmCyBZIpMEixASfRJf1LMhvLtM5/TOqftvJOA2x4B4HrsnQ7cVpThPSGknFTgzGE/xty+rrGyHIqZMAWGASxUSTBeHSb1jbficeA85S3xef6Myvz558FBVol92iiAapf3WB+ZdcwkkigWrf4bvoH1KtzmQjWet4ENi1qJOyTaa3NdwTEG91Fm2iWVeJ/FKZFB9eRz9stXm/687dpRMEJDqni/3I0971PkmUgcYMg9QTZuSYCEIPWaNJPE/nTTjngXTegBUUkXysfj9b/eZG0Kw6heb+1gABhQnBSMdqwGSPcsGq/FAJCyTiDQbOqfb4qFb8WVHjV8gVTaPIhR2w2+t7O8BkX7tKkU6e6eqcj0WmAuTc35aTwPp6OJhCYmyAKFXU+uXKIzpU3wMUIBWScDFEhucJoNzYSOd/9jTh/Kf6CyMuGC2VqpBJahyxY4aSw7dMjX0jdSHKY4RColalFmY2nuDsfI89DoOGqZwnRMpnkTIZmVQFb6Cd8UccCr9NZ7py7fMMybUbxbGMeyJm9A72rArhqh6xKGkkGjpTh3V8PEau/GvqCGwuCcfqvA3vF6s9csocXWK8r3oLx7wYGH5ccB8adgDMEEDmmQ13E+cMoXX7LkAf55zDr4wb8ZyZmt7MEWpLXogxSenpHECZ3kUBbyFVrINYnemOmFxsMamrTi3wWLozJxZ7pqRiVjv+jxh4G622V2Zjun8p/PfxFOHAqHXXCgfHOgevFpzFrsK5kR4EJqwNyHtWMuOB9x7BmEWusVDe57WmfK5oRckNLZeJJxISsHCl3aB/k/zVqAPWItfFKoptg7XM10GgyXuaJXFvN05LhnAdgVNNS1sF9ReakeMGJYP0ouiHY4Hlo1MfjRaDovXUQNcHico8f88e6KN4zhprz3elBgVGgNfDRek3TN08NUTuhGOxGLC0nCJkq7C07F2uzmCQRp6V2bdo/AKIuegiS6fzSkhMcsYXEHcD9usWBQwytL2LG4G4gA3kTn+Bs9tVrGk6OHtJyZXB+rcBFGBaiiZS07rgwVypxJYXMP36bkk91KIm1j+mr5D7h6FJAT4reX6uZFFZsIg760HvUgyyfygKdVGfUAJ+l9m395btIEwbfWs8HGYbYpcd/Mg/MK8C65Z8KGJLqMFIjZTEyUDjogBz1yEApLmknxUvTqETSBMa0DzMKwXBtlL6LsXXkWMb8Hfw26cg5Pwzd0pmiW+ziRZjXNbieSCjv7KQ2cTGjROTXzBFzyCbeyWHViSabgMN56zyj2wIzyIcLX9hvd4EHPpCWUbZSnZ2fkqLe/Xfv9fzbg75sEO45gZv/VedYT/89kL9O2Kerd/Ij+M/aq9WX3yTl11E7Qhx7v5s5Bv+WGxNITok3vv1NEr64dbZA7TOrVy6C39CRVRn6KR8POWWT2JiePVgenCrInHGh/hpc/kmesAGgCf7Z8yiDSfZraT/fRRI56LdjFeUehWTcUVzM0XM6ofUqO8CkeU2u/E3/sx+c/zj7vcmwGsp/tJLL/q3DU1BrjfgMFQ4EvTUpOuaerVByFMSswftMCFt/uei7Xppm061O2CnV82+qmHFxk3GLAvarf9474CmjXEMPXLbeEHHVkDkE1WPulpxM+PNlqRejqstvOmg1GFZR9/NvA82pkWMvmf/byTfkTSHKFcH75Ls5oCua6/Cf8hRwYSaobIQuCuzh6IOnzkEWVZBjfaxsVb8qWIQ5Kobwo+yaJMsOlZH07GdiU1Q9j2E+jwwz6AvYkubbqAhey5cL2qwQHZmB/0sYikORh6xhY3lXqMPRvvvXx+zoL+sIVXVqDz+r35H9+m7693057nVJ13tlYSsnSOfy5FLuyvoHSk58sxiODP3l1+bFNF49u/Tha5/3UOr4SyxHqKXxGhxVoZfgfg5somu8XX96oF8Tp/LXzF2gIn2fPCM6lzSXp60k/QO/JHh71WJWe7g2tugvbiacEocp+hUKlE12gvfrCsYkFf+NV48q2jwqWBL+nZS63tFlGaKS3K9+u179ruwbK3BQnAh+WVHyzb+XbDCUg21mprjNX36hBm8dttoq+VlhS8XG3VgtqdibZKo0Du4H3D8Z4LWBfEpX+v3UT55PbvrCW1z8UeFWuX9bArD3eTQWy+cs85qlMoi9Qvl/V2Dm1G9/s8xrsudEMC1ZrtuGMu86qOSpfxWv4I8K9ybQqQnmmHJoic+y4l5fYZcZsFypdV62uPcVy1OSsC5wnYsE5xAob08F1faLAlMMyVOetlGxzVGuQgUk5p+ZzjpXcrCKWaPnWpc5KK8NKx1qhpS+I5whmOqUkHmT4V55/ip6StVe6kM1z2iy32jMiapwiVqZ55WUq0FYAk6N+uc7t4D6TJ2HkCSx22hVD0LbRfukj9BrVAsjvM6lk5ZL4LgzxI8u7ObFvmlRDYMhjlpddhT0jJZ7fsc2fxkQ1Hxe8UMtijdLPHV22TiXmRGro96orxVoio/rVBXLPzrujtExUI4pbiMzB82P9JSe2kIoaNq0mx5KUFFgSxIo0v8G+8Bsply/PcmNaxaoLjv1DyVBcbSwdln1SFb9Zmbhzysg/Y0eRuFWFGuZbS61y6MGsw2teSJxZTts9FQybyvkqWr1bEWZNNfzkhlXPOAYRpE5qnbGMns7RijYUkIJ9wxTKfe0N25m/TsPh7zdf0Wj+wH5mc9Lm0z95TS1Ut/mdhUfscTfVBQN/KcEiyNlHEjLDl9zS6kD6bgEl7Zl2A34Whbet8BlQ/ejNM4mNu2UeOowtka0DWlT8ObAyoA/C3ZtolsNdH+V5KXt2MwD3ccOH9rEeliR3pXgd0eCOrXLeKwJVOghetJSTsp43kWA9pqvpZ77m85607aRNenHt2suW8dlMtl1axHs2Z5d20FfqB/6J9zGl9i3FOyU9tPuFb4nOrOSxdfe/VW+08WO75yLoi3NWDaqQrz2yLmDy/4SSJ9ZDPLiJLZKcxbNTfhdHKz5Qyyt06KrNs0/unAbftNNtnzQ7W0X17qFXfMflRql02/spbX+YJ8l60/uWlnrF/dRXuuvTdKFYTAtZTJsfWrlwdB8jnJtOHiQbg1LD1naW/guBbyMhi//v7/iq9XkUfputfeY5WK18LWVn0aOkZ6MoyfpmXHnKcuVcfatlY/G9D3SX+SXx+yvbU+uWn+y5UP032zf/C/7N9trH1t/sQl/RffS9uCv1r+z27lu/Ue72X+yfHab3lr34mbrx1N351v1Mfo/dnvX0V+42fuzdf9RvDyIF9bpLcKQ33S50FqrGtoSaWkqqBTPvVQgGzw7KUBe8aGWV5ALCjcNfFX4M26uUFH8jOUvkK+oetmAGvFXLzuQFC8s76A6/BVLBDniNpY1yBL/ne7/B9GhjVUB5woHVhWcKS7x8z86L5Odrgd6WyaPKknpyzmxdD3TH1Xy1v/M6W9N8l6DKT5StDWMRaGHIn0GNO16Bdri+wrfww/NBZ1i1VFQSmmsSuqTzRLVJcEi99Xl0iF9JUjuQXcr+GhMgKkfI68ylj7nNw9D5aEiyrjpzNkbv9M4m4mudRFgPwTDcaG8cXYQ9KKkOu7Jhva9artyckKoSz+TrntAI9g9Sx96sdhv4CzJWZvZpHOo7rEDq19Nk9WOGSFAokdKEIPmwR3mnc78OPayYMzJgn9wIj4sZnFeTnlg/leGGVcHk8CEpgvmtpjY9ADO1e5zzly96JMB8u/AkD8x5rBAodjmy7yIfNTdiOdBvIRgTNxtRDn+2LSFdACmdadVKO8P1ym8DspecwSb94bTmE5hQ+BDnF9SrUE/kpLKP8r1pTbZXrh9fOhM98xxyhdhZzln8qeB1mYTzPjukugtXAA+m2zEdaA2aA8jNF1l0QYCHMbut0Yd2y7hL4nkoxXUffjk1PJIVYGNJXuiRXHPELXN2T8xpEj0G7ajLiRkp5dcHSF/akdpxlrgwVhCcnYMrAkVrg27l5Pq9JlCX7RMhuFE2vivTctIgz8A4LY9BtQK8oAoGY5aAOW5aJddS1qD8TixI1SAMp+kzdzPrnF1wD/Ne1fqpOqE9LZBZuNkBX+UHeOPoUfbjpHiS4gqnNDZBoFTX8bhSEJSmF9V83AJSUvMP0aFpQyfAbf9GxJHRyL5ymFV1t45dG+BqSK2czNtHATS+7O48+rM9Z1RFAsj8+y/8cXA9oSfTu0t+VGGq+0uaa0UvTxnFSNCZcPjELtv+XMYeXzLHWSJppXgKMrCVRTkUmPeG0Y7UkyuA8/nQd5bnk7ObIWVb5Jjp7EMER39kHJsZAHJ2Xlmp/Mq2zsAL2aHsDGrzsX5hb1MEbC+6hknScJySAIV6cg6JH5Z6DyqV9tdCp9D+NajTtqmooqEojK+tbxk9wD0/uzzzGXny9aQnu2mh4U3J5ZgBZknEb4OS3reLMDKexG/p1HqdbP93o1P96+BJmo0L3UJ1hDljYd3n4u83IRTOmpiwwiwyF3UmIs+VjU7uUPIdrNYQVA/vWxDeqTP53DIGVlFJM+l6jFRk33MmrmVzubnjrayzVTYf2IRWDizqOKHDyM2wwaOrktclnZppEha7IXw6mVBq2LeZzyeAHitOblGnjuATktyLj2g6u5Ho/Zq6KX+3QxowmO66rwtSfYuoQqVrDTjlPbJGhB0/SGl46MzrgzOU2RnGd4Bpg1miCj+yBNVlqItFunxZRk0j2s9u8FbkTClRI2KE+/4Qbl65YnmPa5lp3Sh4h4hUaKjEP9YdIMGBEFtRVRdNA7+pCoTNQAb7P/dOaI9+64ZqvUHRNafnCOaJ0cMTx7/3hijowem9NDr8zodZKslhcNJSFuO3HlrfQVwpNf2zc9LNCVGC3ozHcQwDMO4/TmnyYv8x6752XRH1X36Leh03R3OniUMRCpguR4hOAqR+Y/ZGxOGaJcXvb7bfu7vTuqeU6kD7NAWKk2p2S1hkuUsSbSiTrORQHr76MtoBEZU0K9TfD6memI2jRTXLkxDQUpI7KFDZFkauu/9a/4YWHeOcMphPImz5pnOzOmA7Gpm+Am2X/JBhlCGeehdrxiICosYJWmiOJHQe09eSTK3IBA5lgJT1mgW1GVpFnt+xzSFG3Lk7CEw39IkSHIB/05kBlvOhGbSPD+cqxmWLx+fvLAfpkym7QjcIQxI+HNiUZ2JS8IJ4nHvYdp4Ri++zbM2ILz7wvQ8l2F3RCSJG4+ZIZfPMJfBfQ6iFuxOA62L8aEWslI9P5ofSSDdpjeUnbVgAyz8XsOQkXpZ2CKDKWrh+zVtifkSD3OYNDt7vqHbZwgb4vTcKPrI4CiN6LphppXr5gWBVxbJodTs8QI1JTp6Rj01HWRu38V5OGvgdINwTFbxEd2HAi/9rEou2VBSjHNH1Nl7qyR9VxzfGcK47L0mjtL0ja/kXrX3Y8r8GzWhpL7KeR8rMONWUriXLYr8vk4ddhpO8UaCfEI16ulb4s39KN6s2QbpziNSbbonkvTomDB3UD+QRd56xE23HaH17uj9egqYT07CeMs8Ok9DSA7JalgO6FgL/B5J3lke38tQ0blVeGItfAIuVWJGhgtv7zMaOEs69lxCFwCGe6TNa7LRZ3f6qeFhlkOF5sVHRUm/ZMe6G196z6EWDfTkbaESf6X7NOuQS1QCgcyvKzYEDJ+9bkLeGV+UrWNPA/xn+0GTbE6zy/mb0NGhsvi4+dzBjZisFjzZEdH8uLJMRI+qL2MWkbBnrbenh0WSITKgM0liPIU9SplRC3TRuYd4KRe+Z35AIPJ27vRIXFp3KM3/HEQuyxLFRslEYLiwE+fxjkZ+uCg02g/1ByRGVI8kPZ4HXF7L0cleZzERbOTKCf0cEuTwdhqVyEBJNClVHYcvwCSBgXbf6TKnNfN3nK2HFkRgzFjV5nlZZBa9uP/sGf8mzz0IXPA0aHzX3p5tQWreWINAh23xeTSxAlNwgUpWyO+iPmCOQJoQIrJTQZEPatLJ0G3f4/hs5uXbjgjBTjoJQdYoN8NMUBR+Z35Yy392MHDOrtMTRPq7nbwj1zhDOmLQco7nuWrOTYsxfDXb/ek8vfTQgYt2uNLeRUL2903H1rlEb6PpEwvmgHPCB9eJuzQ2SHIhRVh6+WMLFuN73iWX52Y+eFWcm/+F92HGLs9kfRNIvzUEHRs8aXuCEVmF66L7NV8Rza1fCci2LdO0JIy6WW4S/NzQC11o+zFRyMc4aQ6qTYheLtwJs+l8JARnxJ8wDMMwYsdgZ/2yuwttSRotgGJm1kT0yQIIz13MwaXbwybKmaCiKcyjs5OLMXRMYLWlL69iPOBofxWJMxL8a1Y7z0I6reldBC8AP4qkhEWLOr+Y3U4ceq7o7vDMC84e8pv2X95LZzUxBQwoYnmpGwdfEbR3oAFvyDDMHAS2lHeiIROUizP5djpRVfgYokZTpibS8338BEnybSPXYUfGIELkqrirHqgSVI0lEuJGf38W2PunAyppQHYLidoAuZ5h7DnKAyqZQW6qln57qMqe1OWM98vs5zc8wqPzQZJtYiwBMpAHUkE9NCcSyBpBUPPBvVRXIWTDnlySjqZE5NVC5pmWXX9wAvzk1pYh1UZZibjFF6lhETcMk8QV/z3DJtunfyLvtbS6dvh6uFnQL/Swcg3iEEg9GRTXnEnc9wojVUqMD9bB0FpVY7V0pe2C3aYH7k8/5tKdeJs9EvOias5n4QuJWq0RcA16zcSEx1srD27ctSu+mAXIQdlmuc+a1H44ZVDa6mZkiJPl+2/OfFOP7p99JhHjiiaJTxrquOjQc+EenYS3H9xhTm2fQcdObuIw8c1G2Cp2j6Gt8Lf1tgxSzeNrfNb+c3sp3ne/REnwKjVP5h3sWub23Cu4XbQJV0hrN/Md5HsX1UH1Wcpd5yFK/YJDo/SyeKMaVWgvevWTdoMG/ukgrJRxYv/7mVytFYnHQ4EfZ4gXwBpOhMtDFCRLsHFDZiweqmW6oSqohiHg6MvjPYN+ZkvkUEPsRW7lDFH5C5lGl+l3jtofIbHjVU1TSCBqe39ZCN/k54R6VWeLrLjkhV2Dt8a0KOaEH4m5t4tUmtPbtZVlUfhXOmnQHlaOcmx8g3eN+VPoc7mfWdN+FrQ8LzAtIByCnVE3YzV6nmCr2Y08uQGd6fDDk/KcCc9mfNiJnQXE4kvaO6FDe79oyoJxN22NZXWLbQBXOuAn9D0LmGDsage6t5PEqVjOzfGxLrnixaWUW+ZzqvtaC8lBk2IpTLC2Lm4XTkxNZsdv/cUwUH9UvJPCHwcBD6caG9JDuWqX6oIXPsldqb1mPyh6vQWqOEpreV+t2ZhxznPz2hrsAE7Ln++YUDUYF38pk8ufmyaNsmJHlLP15OA3z3wf5qXyUeUwvXF+iu4CkyC08IC3UmTRr078GeBJ7CKJAoHHq3fkbVAPnWvOKP/j7DAF+pe+Snk4K/qahgqqKyxoSSy+xun1AwhLZm6LFA16gXio1NRfwFjbdveiNHZL4qT0Ap9m46EHo+MGtIa89xpgUtTBjPal81xjPYnbfhTXyBX9IABO4kLncxe0GBdlrPD1h35Y1vepTO4X4BU2q3bfSmtY1ypMNETMOK+0GT85oSKbRTOLwzAMw7fnqN8NcgdspJfttUgw0eg4IhO4ElE1gw9cR7a8hrsiACUM2NlvEnj5bMegs+KA++8/cf+dq5xS1A01mCSxZlxAtb9PeqDldxKNFwvycuhqTdFRsZWYSTW1mJn/639UP8OuxkcjPky2nNylaXhquHwUbihoKlp9Xz6A+SeG3kpxKViirv0QribBFDPnn97kmMdI/uGn4xAB7H2Z/lBiW2poxoprTtMPRFcfLjXWIYFOeaJkRuDbdAoR++Db1w94bKvBXhUbRr3lsOAJPlwGBGM/FtQjASdTDBvkcXmqsEGpEVP4cs1KxLbuWnx9p5WyBPIaRDBLnSvZwDLTEjaFghBNkddhZeRRTnG7czrpVoxHUrglTI6/LUGsvPUR8leohpiZgnMkGSgbg/HRUG5c7E0dSU1eNXaLZiiwrRoV91yjOmW1fJMuuLnSLS31TJLtCtR+6T5gynpT+0yMHELNDPCj75y5Xa8blkQxOK7FGMedavdtVL92Y5mC0rrJyCsfUL31OigQYdRYr4S+A0cyYh8nMbwMHUInMEDPFUixlGWUjjofC9Z8QML2fhTSuL3GfZEswgRIuU9g3x4nKyqj1KubpxDqcYO38WxehfX+YDPPBsJDh5oa68u6ikua4BBWSYy9dLwvLJ/Il8/373JkKocLfPPWIUluyTQGW4BNle77xDpWIHB9DuzYf5+uUrwPEU4tLmqsuMSLFR9uAJgev+G5jS9hg/Xk/t9j/vodDnjHtKyPCCm0kKFEoASROhGfwmK8ut7SKRRtfc7+tNV5xOn1eXwp+0inQtKHlbaj66Uj6nUf2kQ1hHg0NdR1avNG+n5lZP6C1o9TLVQnmr1xh/6B1YIyr8BAnfsNcaQnNomAmIDwW0DYKNNw6PDCjj615RZuh+n2ei1YSZ1AQ5Aq7d/RKkkM3xqMtafAqIibo1lo0EEor2xZuCcfTSkmAYbqmVoJ6uC6Tn4QBSkL/427CWouu5mql8scBcpFODQLeqJPoJuqhzWCZgtPlr8aIEV46zCK7pPJDX1CYuqJTc5OgNXsXRSU5GxTu4mz0cOk36HM81l49V4BYkg9ELxEdd/y02hRgM6Z4ut8MnxTpePfEBCS/MRwvLWDD+QiZTvgi56GS+w3jVNlP0Bzwe4IGA4iBwXQkHNlAzKaWuHDUf8H+UxCE19fzCcZZ7l5vxuQRzSezyXUlnpu7BoHaEwLXeOcoCA+vJ2hqhcuGQz91peNLVY2n/VHSO5qeIFxXEEIXKahv7ccuSa2AjtXstc3NX4MUiyvKCleO8fJdt1tgtprdh56a+MN9Fs1Mp0Vh0hv+XoF526MSksnlsLrIwfTYejAfHR31gWOxFz1Jke1KjAMwzAOdU0tVTm26QkRvvr/VygF9h/77Sjn780e+nmKituClZetnrZRSR1GuwTdHroZ24XCZgHCmmOqIIcGpkt1Orrij3s0zhFchPJAoeuurgFR5L9lDfalh48Hn4/PX/fwIL8Li85l50q1F859eXW6LarNRBHkE+9JHEabtvtQvXzLR+CAE612ptXAjK9WDMFidpbliZnIrYkjNr1+L1ipjPwfVyFiAPRkQhUYl6wTcWYXeS+DC1G5scn5R7FK1ckbqOCvxAb3wJD/BfGU1G6e8hNec8qxgdiykVW/WTaSOw/YSWc65Cbo7FccjoCV8kcPsB2j0xraK/rw3HqTzIO0FEpxXl2Yufx0vKkFTxZ8f3J+h2Nd1a2gqX7ATqWwDG/amJFaJT+2hhDZBF5F8S+rA1eflUuAQHdzpBRKmAsTNlMitGsmKZv+9Oxzg8y9O0rIS+Gsy+H3IuoKgHKNEm4iaci76GKLdzvKf2ID0JUg3QU8DeQxMSby4/wc/Ntj8lghEP5++vK0MctIVmm8TDVPzJ+MopEeVkiYKQeud6IBziR0GvsQbHgh1quO6/I5ldY2iE6y7eZJ2t2Pr+epVMEFRUApz4jCZUHx0j00Hlwm+a83W4NKuzkVOjHP333q4J9N5nH7sHCst7iTmK5IT7rKlh1UJJ7cnI/myozrDSHL1eu9vu0Mt9A6fD359DniNcyk4qspV3T+xVIXi/TnS2Tl4hUxH9rWeb2ixinUSUk8OfUjBxIZry11by3Aj2L8/IXBiZzwOpLaqHNYPLhcUAPRHIdoOwEFPJV4NWhoh9u9c5R/cCrwdBu/gr4zRkvh2wvWEWAtKPb3Y21A9TJJSO/CPdyjKHyda4eZazLjpsEvjVYqUFViIjbSgOUGPIl37hlnT38/iqR0cEwMkShkFrQOLqCMw2ZDkgmMc4cvtZ3BRDf1Yhwb3QibzXIhcJC4yTUumj8Y9jslUsde5wyy9fWUR19prg+fpSA3rL1l7ENmjylpm9IPxblA2mbPvvqgEBT7sc8xEh6JeQB0byV0yEEQNnOjynIpawRSjTMhrSYvprdII7Pa/EluLE+wkxGOqJrvqX58A0N0skbklqtz0LSJX+UUp1N2XE0rUQx49LALgTkDZp/IHwhZwt3ht+pcyYOVckS3bpyD3y8npZLKK4qGCPBpbAVqpaM/Cbwn46TmlRVZMY0hRVuK84ZypMsUvqwXIhHZzMt2he1xRJyYfa+VaeL6fyQo0YEOFJOg0ve1XkNF+EM2XeeF5Jodb93EA+Ss31eIQVRR+IUss9Txppkhpzy7W69jt/lH8+KQPG1gE2oa30pNQoDPuQSkIrjHdGu5x+pdlkk/g9KySlvmviTif4ihUhYbXLrK3Lb0bU18KxUq3TAQqxKsndRdX/h5FJFCjDT3ZJsUXGj+T7ZKoTvQjGQlhTTR/JesSyFWNN/JdikImtZkfRa6jiY32c0gpM80V02WBiHe0kxNdjsI/qa5NNk4CN0TTTRZfhPSGc3fTRZ7IX7QPDbZ9k3wSPPaZMNe6K5ptk223gvpmOaXRuYgxCnNvsk2O8ErzY8mW+2E7ivN0GRlJ6T3NO+brNsJ8Zzmqcl2O8GW5qXJ+iuhe02zbrKbpZB+0XxssrQU4iPNQ5PdLgW/0PxssnEpdH/RqLLcC6nQLCGLKsQnmkPItr1gT3MK2VCF7oJmE7J1FdIjzXXInIR4SXMXss0s+EHze8hWs9B9p1mFrMxCuqL5LWTdLMT/NN9CtpsFA80csn4SujVNCdnNVkhfaD6ELG2FeEfzKWS3W8F7mj9CNm6F7hlNF7L8TkivaP4JWSyE+EnzNWTbd4InmnPIhoXQ3dLsQrZeCOkFzX9ClkYR7tXZKRVlLF2US06mpRa3o4j+Up1tUtGNpYvuDyeXrMU4iih/1Nl1KnZj6cKak8ha5IuI7lyd3aWiv5SI/pyTv7MWcRDh/+rs91TcHEpEeeDkMWuxvYjoH9TZKhXpUCK6G05esxbDQUS5UWe/peL2UCJ85GS71GJ9ENGdqLNvqRgPJaI/4eSXtMJRhFGdzanIxxJRNpzssxabSUS/UWclFTGViO4bJz+yFqtJRPmmzj6kYnssER44GbIWZRLRfVBnn1IxTCWi/8DJ+6xFN4nwX3X2RyrWU4koR5w8ZS12k4j+SJ11qXBduujecPKSteivRZQ36uyfVGxWpQs/OVlnLW5WIrrf6uxrKlar0kX/m5OPWYu0EuG7OjunoqxKF+WOk4esxe1KRH+nznap6Fali+4/Tn5mLcaViPKfmP0nKXar0gUcVUZBytI46hkNpLRwdGSkSVkyRzeMVk1KB44+M+qalOWKo8Sor1I6cfSFUQopy8TRLaMxpNTRtJT1G6HrafIiuxmFdE9zlTKkUJkEg9Sk0DMZGFikcGSiGaRBCjdMVs3AQQqfmXTNIC2lkJj01cBJCl+YpDBIWyncMhnDwEYK90wiDdJBCiOTIQ36VXlK6xOHoo19Mg2l7ValTZuU03NMWq6G+t9B2599x4fzyL8vxs7y98W7V338n6wtt/VTa7Xrs148yb7Ow339K6ahxLv1xfbT+tPuc33dw/pxwstv6Du5Wl3Mf3d82l//fXFz+tdB593/XPJT63azX1R2/VdtkvXzSI3cJR2afqtiuu43/mswxeixU1CGCstSgRvzIrPIhXvYOfvPjwns3bA89hjKHwObzYhO+AfAGXXQDr1Nd03YmZzVdEplzo3THXDlVD0EnOYcnawjAYOwvVHdXb7lz59qpXEpJY/+KklV1UbQyboDrosXHG7dkY0f+G/Jb+QeuPYNS1C7vTD8je5CJK9x0xTJjM49rx/bYrG+3O+pSlHSDzST5aiG2KjsG8oaGJrTTAlP2o/xjPVVniqPzVVmVey0qsedxoK6xYnymycciNzpUnDxjt5d/nXeN+thMcBNVJLnXfeDcHyZ2n4dGRvLIvpWd3f/+mmO+78O7/O30eVzz+Eu1enywB+fzmsQkp9PquuW8FpN5eAmTWeqqYEjTX/vcJ8gQ1atllaiY0L1Ake0CnXfVA6vTuJ4e29Z8ESpLch0LHD+7bvowk6q+sWDdDCmF3GwSR/1G9NSXoyjlt2LzegqhaoTO/0Gv+u9Sr8C9CA7CEYX987IUyUgWxNDyJPlvfTKZq94OpvXImMn9t8B//vki6g2UYpV1aIr9KlFn7TaqVFKq1nN0usP7qTRwGdAJDSFxChf8Z2heZAmKw7SbBUepb1V+iqlkSdpoUqs1HHX//KHFMMx3ZXHFeZE3iAmescz5AOig9f2LeEMzlwsy9lacheJXSWvEnA12y/TSXC+4Xf8vwW0c0h1rJU4bWh7lANCw/OAfIe4o3esyJ8QJQxxfy+Nm7MkNoG2QHliX3KBeUYuiOuGVpFnRK047yVjh1gn2oTylSk9GzGvkHeI26Zv0wfkr4gu8bpE7hDDgnlE+YtacsT8FrlvPnVno36Z7pGPjegHnKtUxy6J0wHtM8p3hIznDrk24mPoHTfInxtR9njdSrGJJDZ7tGOUZ9yVxxHzD+SbRtwE2hnycyPqG84LyViCWO/Q3utl3Jc/I+bnyLeNmFJfpzfIXxrR7fB6QE6NGA6YT1FOqCVnzB+Rx0ZcpcHTPfL3RvRLnCdpGE+TOF2i/UL5jXCF59fI9424SwdHyFMlSjXE514axk0Sm4r2iJJNLbnH/Ak5V+J6QCvILYja4/xZMpZGrGe0K5S5uS9/Dpj/R95W4nbQ1+kC+TGIbsbrE3IEMZwwv0RZNbVkYH6HPITayaku0wPyUxD9FuczqY59EKdbtC8oPxphwvMaeR/Ex73ecUB+CKIs8HotxWa7EJsF2guU581deZww/0ReB3GzR3uF/BJEfYfzsWS0EOsR7VLa5iXdl6cR8x/kTRLTTl+nc+RDEt2I16/IFmLYYO5R/m9qyQnzDfIqiaudwVOP/C2J/oDze2kY60KcHtAeUH42wgXP58h3Sdzt9I5r5E9JlEnVSONmTGIzoR2h/Gn2JVeYvyGXJK6XaBvkOYl6xPmXZOyCWK/Q7lC+NVN6PmL+D3mXxO1S36Yb5K9JdCu8/oXcJTFcY36D8l+TVhaYA7lnis2ob9Md8hHRw7lIxq4Rp9Aayj4I8Ay5Ij5WveMp8mdEaXi9kMbN64XYNLQlyiLsy2PFvEe+QdxUtAH5GVEbzo+SsSDWgbaVtvkq3ZenA+YF8i1imvV1eoX8BdEFXr8jJ8RQMVeU41BLNswT8oi4mg2eLpG/I/rE+UoaxnUSp4l2QPkVhAXPI/I94m7WO/bIUyPKYIjP99K4GRZiM6A9oTyGfckD5s/IuRHXW7QOuTWiZpy/SMaSxHqPdo3yJUxpMWI+Rt424narb9Ml8mMjuj1enyFHI4Y3zGcoL0ItucX8HnloRaBfpj/IT43odzi/kurYJ3G6Q/uK8hCEA55PkfeN+LjQO75EfmhEWeL1VorNLonNEu0vlKNwVx4PmH8hrxtxs0B7jfzSiHqF84sO4FS4+D582eaWRzGjUHOv6lOauRIzCvNcmvNdOuWlmFF8tv4SAu9gm2fNfBEOWQvTPFjktpkXYg7CIifCu7xq5vJadpTG2RhzL23Sy5mkw3xwyEkzD9KUc+kyR6ZnH3IkZyVN+S0ds2nmTs5KWs2dVX5L13kj/zArvSlJ01qt9+WiWuU21VSHEr6UqP0Q74q0WJvUEqOVKZljGKpjqbXVti3Sfq2292lXVRPJoHkou5rqsv0iHdb27SLFZBXbVD5th114KnXdqqmX2lodt+myGk1pLMPQh8dS62bdPiS9AVWq+gZNSoWDaAYuEhs2uhBcUe30YzthHRdVNPu6rwbf5etkwPEz+mrXfar7WsezkhKn80gidudYc7iAfl/3+tXjSbUe6uGz+Iefypw9/dxkoSldBgQ9U5Z0/NdCZN3oxyPAHetIp2tQno6lnVS+f1xm9LbQb8FZfE3fRb6JBm3k6C+oB8aHZNNWCZMhqLTeh9DeLQ13tR/e/1pVlneLnOK8r2xpRCmLv1Zgsa7fnSwozp5IC4Z8zf2dsdXVypv8Mn+t2PQVd5/xO7DZF5gViJwDuaLbsCxugwQwqlNOzNbge3JekNH/Rw7fwXP5g7O/VxZ56DeYJWeHVHf9wvYcwhIfk5H9d9X+pPY6qGA8ZtQ8QeHZIFI6zLF4TDd5IUllFy47muViChc8kzcGTe2WQ2S5ZFEfaJP7yGDfVRleKxgdlj1sheGwxfIeV6hn59WtjRXrMwsUOTpLpDhMGTZSNvPkdVimuce76my9DugfVkCeju/piT6C7xVWhKmuTTnMJ/avjVyuRrKep72zY1kglng6VZe+iTrhINDJ9zLuqd80Xon65qdzfuli+Ij3zV8uToH53eVpOIH3fBt1aONkOO9IbQ2t9DLAcj7cUTNLVfgcFkn+Zlg4v6vi6IHo+Ptbhwz+MEd/6DToRX/xgPIQMn6FJXqvjty7SvyB1bzndwI9HWOZOQHS9W8Wan4fuQXD4E74AyvXz38j87ipfVXYrQoWVN4TrXdjbTrB/eaqfGAh6gf7jfLphSAGoSt/SveRMszuiwWMjnlkLYvjsOO5v88tSZAOgQqGBp/cyHYo6STNEqs9qg+xBVf5RLWeF+A397EkVXXGZYc8GrMxRRxzIoinRrm6LEb9tl3t4apTj/AqDJZeivlfjvA4/w93E3PqUian37kf8WiOID55Czoh17MaCwa5cAqQ9yOdmIpK5qnzWKCAesU+uFxBa72e+NVlvOLL5Sku3QVPCZ6Px/Ros16dUmfgobpymAyMDope45IPl9plU2ZrvWKLm8JTUzoMqqmulwbiUu65JWJUXE9eKl0KUp06R6+bbo/9olk/grI1j76N75GHrOiXhj4WyJ6c0GX4Rg7cGTNyEjCr3Vx8VlXlbjZC88HlumV0xyzwyejpV6gAF1envXW8KJEVOuQV5ifOHPwvvXhuHsQ+YDhZipNLx51qDwRp4dcm3WjoG4ebqBJCZ72VXD7V6hpULpoKUVslhMUTIvj9wST16rqpyQ2ioR/NFhCu7bGJefTgBiEHxQP5zRkj+VZRg76hBKrCXkrycMjuC0BykhX7UY2iCP220aMSyJdhhl2Xsr9EFisl7arc4SNsqAiYbRSacGeQSYOh6kVFSLJ6509BRQSjjThKTnHZuYna1ZGizrMHzA4BEOrUOEgfFZBsznsiHPGNVa1IuiJ7LxXLVdFFRX2VbWQ/kjJqxM+n/m6d9aRec2J1yHfkUUtuiR2WrA5SDh6V1w38r+I/Kp4VYR/M96ASm/rnnej0UK5vFNhzV+QphKdTyINEj3tHMDMtS/wZM5wvDSSB59wr/R/eFA+93xqSsXvXpDNaCe/Jec8pxn+zTu+rkixsgdGSsKejxCjxPN+J/jZytw57K0k+rXrvw2vhOpnzHR66jXJnLW5cAm+zlP73ibKQGEVH20xyGYU9FPfLTLMeTzSHNwqN6C1RfFWSoIRUaRMIK5WkYvz29ThD4XEAFVrjpg2IpfDArCSEzo/j3FnURajtyzuz7pYkTZltQhECG/mzk6mGjdHmJ1XhqlqvPUv1oBIbtEtL3OrISVXJ2LiBaIyTD8/OQUTFWY+b3ns1u1FSbRZHY/nQCflxAxSLUSsQHjkgz+rXGzqUv7I5UFfOeYB/heOMOkTO7uxOPmB3lg2EvxUq20/anZ89roMivDn8ieHaHwg6/AWVxhandW4O3Jkj+m/CgVPpq+D4P1wNsdswbJIHNti7WNiULt+72odn0Kev32x/LWuwnhGNnQyyumUpB1Co2PXGN1+H8AkavbtLG+2HFe3tdDrNWzBkbTY6QDnyNS70y9UVj1V9QtgQmecmTGxT2adldMuzLaWoAC56zbmQ/lMnOKdfzKgOOri8C9FFHufroojyjLyWgyv3eHSLxBI4VxJwGIlPV6rA3C0XX+5m82cvf7RfPrVJxsioKaUsTEWNOB6mCNoVofbEWDfb0GZPqY/XvF1I7MRiAYP6jwtm67/tg0lkonYaswik/OV/hswlrJZCQOIiSX+KD23DPqTUzLYs/5BnLRXh8hiDaSzFxVaCm0tgdpaPnskbbzbqSnYFrBq04w1PSB72VfmRWrONDGHalIV5k2V3U0uj5a1q/utasI0udNJD4Vx+LtSVwsHaxYDYj9KnqqWr3soHQODdki3Xepwx4aBowmz/wCaBKfr/aZKOXgyd7bMN2kNv/TetzDz1DVj4QQZKB/4s+bOgl75FSpBliBFjqKuvJ3d50lRsfSOoNf7Ml5/DjpBezB2UXcqzCtSVWyl/+928EECw4z/hJZ0+gPH8CUn1ImiZE6LQ27+f+v/WY9uRVU5H8wqgn1ya6wshvcc5T0M8VBHnvL4w7/VY5x9PJnT1EKqOJ83eMstNyr70Ne3JvaqtNnhVZMZTMCAMm3PeFPR5WnRPPoOha6acV5pkFKbh+O+wL3i8WdL104l4lzaWbaK42DtCPo9PIWF7qmW5U5vOmwvo4L3XBvlij0DZi9j8a6TB5UhTN1/8ur39VIjvaK+9oq1uArOdZPqK9Mlz9IC5WPd4fqqgt7vnQ1CQsTXTYq8qUE8yhyJ0+ckdidVDaGORf0xkQiy/bNzYNd71AYnWOw9/osb74Ak/co1Vf4Yr/SteVVfNbvOmGHSeeHsaxKdnfAplafxJGWVFFhRc+/nOTERoN3/OyHK6zcfBbBqxHhaFFdJdpYUBYDI4Qr2if8PP2vkQm/fNB9OedEhr1mxDvcE2z+FLgqf93ERxUwJ8Ja/yNflPgbDueQQmI9ds75BNkOaSlD5ZAzWgYsc5JdSE4Ta72h1OM27i1kcrZz34C60Nfra73nWAPs4KKK+vmxsZHfTLEjixp5F4W7fiN/8DC7O2vMqc9txwGU1ctDyYS7FwohRHvsy4nJ/kyqRFWwebJPsOJyHV1GJJbRanefHfxrm3dL4QaUUW/e/VTW/70+n36onEn16gm6F7TrrYOahKD2Ym5fgvQ2TmUqL0Qryny7/IWNfs6z8FLKQPEab6ua2SBZc9qtuNIMsEytFn5zSb27vyno+364li9aMe+fru1O9eQx/+WAMmcKo5zScFe69IFcTMKMuGzscT7abfCpHfzwVh10v3pvu6hZx128mj4sCfjzn9yU3ZLwyIS/X2AQv/69NSvd8KWjb5j3X7fT0NLUj/U2JLbn2C+B3VewXdjZBm5eo2/PaFxKe7Db+1oKxBRBSUKz6T4ExZ8fV/WtvCd5pNXZq6qIwN5fIOfaZm1Kufj+RR37j9Jn5D47kibIwnTXL4s1FtKmMo2G9f5c78KfrEC1WcgOsrY4Ew05BU8fCahLkZAQIva2QrbacHYkll83j4ldYdwNHIXK2kQdgPLT3sdmp4kcnbya7E9/j8/5qG7bf+Z23WPjhWg6kygvNSkrX4M+/tYrJRXcaJL/0Z7Hwo7bUn0QDfMrNj2aF3g7bINslD/0ZEuEwg4Ubp5Wsu2CbMDUC5zeviHmZXL835MDMvS6VNdCrRiZ5dAhKYIb8mZOy8hb2u1mDW0FwS1u2hddl5n3GtiMWrU/i1Xov6cKqVy5qUykyS1obdUW9mqHrHtsDlnknmnXnqHOOXbKnc3SVJUsrl5YOLbNKUKxPLrf/CTNwARrW+uxpnE26EwVcP1nzc52c1Z+yuF3KyudP0bqRFBxhvXn7krakzC+UbDutbB9nkxe9sN9TOV8ne3Ym8XZ4ygs4OSd9uhVXStT2WUmYrMolb2+dKkFohWSn+2gGVXO7Asm7MkPcd5icz3VDNP4oWo40l8T3HadDd+k7itMX6Tn2/95OadpMzvo0hbHb+exe9XK5dcq9HlZdXneHgd/7Zy1W6u/yv57vX8mfU4U3euTFmyC88dD+llw0tBT650P0mBrA+kT70VbeTXzyKMKvhdVDt4banSnrfIsjqUtyeKhH2nxOhmb8vjt9REWy7frAt7Lh5HTz6G94yxxmkGaZqrqWGMYneRxmKq00LDrsLA4bc8LxgFSinP7RItBDKFftYfb57UHlg30/7iyLTi/M+r5e9ERb474zhb3jNaY2UfxLbpB/le9Zs3JJGfPRZfOITn7i8T8Lhu+H3y9+XnDHlU5QnNzo66IjSpTCJPp1OWDuvdbfSJMYrIqxI8EvVKHw8lKNeuBaugG1nn3Vek40/WQfubD7ImqKQOKc959+oh0saVy/a51smKn6+8TkAdqgC6K+rN6/cu1jSr35kCrSyVywXSmgL98jPvu+gh6ofSCzQ8t5oB/yY0uwr7m6h481Lhy+ofBx8r+X4aXc9xvNxVaJxij6UTjaYd07E4c/v+yY5yRWkXGXuf2seuyuVlGw85EiRe7LhPIp5UhwuhUoEvH+ze37wR1s5G3wKquC0fqRzJKHILFU5qUPJVgocvQpeG3iD2WMVN3Ve4iHeAGi1N0upwdsfRgFNC41GFhKJIF9YEJ8I4rInZYgUskMYy53i4pyC63j4wIxm1oIfUnilEBWxhRTpypF05ld/NF3165ofhZKxgqasEraN9d0xIWmBtBmJ1SPziyBkcSIBo6PxsyFpbgMQ5VPvCDF6Y8VzhLoLQQXI1MmHYO8jzm3ccXYjIsrtPgbXZ3B6PzNP48ddRAgqck+8mzOEef9w4uJdCG4TIsqnZh7BmLpLiWCfSjBXvudQ1wj3SQk3jdtMXAj2yY5a2b5dJiLj7z53y2m5rAjB/kIOnbfVsl24Dyh2y7fpcvvIQNirBT0x+w517+OCBnmpxm55EOEvmGzU22J1ERrV/XDZdRDg8o7EOY4Ljl5ERck/5ysrW4YL936x84xtWKZzeYfAz/zFQJflI4OauMNeau7jtIsLSvDpUDlfl9uFe8eXct1Q9UzXgygvMBAe0xXLE8dFfRQlXl9cCmv/s12pWz2E+gvixcepU+sgOOxbiq10NpLY7cIy8vHDL49sQ22aY5PQ1YkTDOxRH+n89Prii/OMINYs5MlHSKGxQTlGSfNl/pG2rBbhAurzz/BdAEuIA/ApEXLQo+wwMfg5Ty4+x3IzxYD46zEbWh5xSjoNi+NF6oZYzsutm17VQlWoiOtjSSsCvHL0v/NUoqWU8IXcDXK/61TMY0b6V4ENJZk2aJHXqu3fOa8X9BCBvFoPMIHoZpx4vhvW+06/HUpOYV7lE3GLCijRJ096KUZPSqX8qtFXYZOkHnAvHxGxAdwKEpAkubQfXKiapflnNeRAhe8wd/09n6tggv3uC3Gv4YsBK6YJLziQiSCpeThRJWOzosm4n/6wf/D1DN2VdqkjDgEZ0EUNTuWT8TGlJSiMPoxlSzPGVpKp9EHMSiL/owlGUH+3SfYl1Sz+fewG/MagklV+eGUcHojBNXqKEQQkSpkvxF1Dd8IjKciC04s4J2QkqH2Gbua8LxCyseHtQdK2pgzj5ZTFxwOuLFlpcsATyJHImTLTU3WxcDsR7nE7L+bOV0qpc/nb44ORnGyOOx4BMvlAJZDG4cfQj7wz16We4t7z9Z1aNnsPTs+y2dAB7l0V9l9yMihmJsHGN+6xUDhzv02oYBone115RfkjsWPuC76nHUcRfj3O31xeTtWIjU/1jjMfiLcoa/IX+ZO3486JbVHm0Kll77vauV1+2VPx0A9p3HuK5UD35p94c4peXv7AFxNnthp0PzcrSeNdt/ZFotlyu5c9TafAH3TONkwgk5eWoaJV5qzfGbpT8i7VF5Df3zz+HkCFzZZLXvqsk958o5Sic0sZHazms5Ar56CZOO8gV67UWIvzVzaeQ+nQPe+k6GNbB+g4OC+OXE2KgJUjdMy8gOAC3TwWkj8/4ORNzbYgobOT4b8H5Xy6IhMPPDl3/Hoqm69k5xmpsQL2zSxK2CmsqRfvnpoG4qk3fp3WvCzPmIsKnHdZZEaLZRtcHF5I19BkeMY/Nozyr+qatPfpyAIV6oSSzlNxAbVTEwP2KiV629Wlb4l6OZUs0pAtw06sQH8hNgube0zzJva33wmGPviU/Vtjig1Wj/ayff4tErIAPyR35b0X6fIDa2NY5kktDh05+M0ySXAA1AIAtiDZ+lYORQMeFRQLy6uS897QUpa3CDoLeO7i1HKPFgxac81/lYIqqGhODAml7fIhK5K+TZ+tp202Saq5b8lh72QYEpNjfG1f/ARux493lR0LiDI13YS3C2ARVVwzVCtAs8ceWPkdFWOCVn5re9FnRkgwgAWyO7NobiozR5t8UpyYVcZVTDpPwEkGjDaOCKQ6FuyXpf2DimA0lznN4Sb0SgFo3CcD5WL1h7O+/EjQ+x7+k4xIsQnb6AGtn83PYz0HpT1/wqYYkixT1DjA3fjMwU+Z9E5dbIad0PJ81iM+w2HOkdKuYhzuh8B+5OqM8a+M+1/mE7T1Gojl6/11LgVGIodkSGQnnU9J6SUsCiwyJNPIj+Z3+wvqA31mZB6goJhJVBSJwBGyDfSJ1kfxwJV9gzD6/L0FyMEKqSY1g6aE0sEp2JC9DJZRx1wJZGnpJa5KfziZ6sLfZAc7iw9zDl1Wp4c05NrkD4QPPXoMQDpYUgCPRX4cGMEZ/jqAzVfzSJ1YjpfPFcLLWE5DunnZTFb8U0XQIVnr7vTuzFAdWOqwSjPgzsF9NUwlYuQ1UQd6BO0IcY9kdbQ3JSvGYMtEiByz5elNV7dlMvubYR/ppQcIaylMtzpHt/oJTTXwPoB5gMt7IXfmUUS6OL2ixgOhO3dlDg7PfhQ5jRpNo09RZyLbUbsTI2opMQJy4e/rQJpXyTMtX10ULAN5FKlH3DKRYontRE+NlwhMBLptTMU3wRZiC3auoq6Gpd0qkFJfFjJz0Pv1nL1eq8HUe2JoQ5w/UKvp3i9KS9gfWWo7hvuRLuXo0Z4RcQi2K3vIwDfOdrIx43iu28jdwohdH5hIYXx8/+IgAApvykRbGJ949FAztDNKk5o+7TNxDf1dfLj+4KLTAtzQDmOXMbEMHdf5pouqSKIglu8Jk/GZZBLyNY2O59RvXqTmqO+lUwTz20C+hP3MRJZCVItEl5kk0avDDAQ/Yo2DNpAUE3npZxrvjKbg6WFtrnmeuDshhrEJVkOw0Qp2yIHlatMDpXVbnxpqcBIhVF2xGI158aPHVBzwYwJUEP7BcfFlK+IRoiC/coBSxTU2SjuFyeDYADm4lhdQo1F64kkpYWns3c2VfRE0FqRXA3KKZKOvBaN3iaCYDJqmYlYWjkZOwC/IAkGB70h2XB4fCnL3PmcQog/1AsDqoLwxiBTmsFgkInVn5meCyLKf1TEqTXq+IzPKntQABSlpM+XhFSdyzJ4fpMiYioTmhdKJT+Dgja1Lnt5bfgQqgzUv46Bjo8Bhyv8bH9Uhb3U/Mo553FQ1ZY4V4EBEtzTChY6CSkk5x9QVV4ZHb3SnF0nUzkeiod8jCu7AAPCJT/sk+Y1G4lEsSZVXP+W9u9Eeavp9lfcaUC9zzyjscAZEgsz9YeA7xwlQ8fIp8TI0z2DJkJvvvHLNhOkjlOv2YcJVgZ4PzOa4ySIBFl1ibuJK1sWoJXhGUy4a0oRele+woXHn52c3B6CYzTAMg+cV4YGgbgSeEGxqJEh6wpgw9VAu9ZlbiJQdSgaIajyPUJDmW8tZWRWEC4mwydCXCOwbeQg1ROhpKO3ZVeLCtWWHLW7v4xw5ncRbZK8rKkFW1dmYlwFl9qBi6EuwY5QWTxBzKgfvmqqLTIlHZapuyvMLvahQSuhyvIBojHZqeSyOFQaTBrLLbwJLYaMiBcxU1EgojbCA32A242qvi8G0aVIJSkXGBzQuHDsjRMs2QuIdlRlYmsFXex4GIIg03AXifr1QMQYSMdPC09ozP+1OCwjjI7Trok+3Ladu9l7GDDqSt3jKqKx3/VTkLxaWOMlszb+yt9/id/nq/FPLCzMtglHIlgb6LN60PuW/M6oEEcyzKMPsDAMSQnzhSoMvzYYZBjRg2Lj5Go1n4MWbijW4Joy94DuCBwyICzreIiGd/CxKE2CB1AuaYse0CnXtCO8KuCc8fQfjZgWxJoiTIodjpFv+0NZ/lDGvL3xdudFEDH9z+61ruAOOwqqrzzheJ1vtAAueX2Wg8Q4D3PQXI5bLtVP/GWEdNGEUFbY6pqrFS00NKoCzPcW/DVNZXD4h++ronc8AIBPa1o7TVxmTNC903ODZzgSlk3Kb59ksNhfyrebXZ3lwgqgjmfTM+fG38NfYfEAPeWn5mbOoZdHq3nnH6HX9H9osB4NrmJh4DTHnZj8EfoNtrt+rPEA19PzM4DvJ5qa8AJf/Fi3Va4ZtLnUX/bI5/cS/UzoemUi+2ruPsMfIu8OwwyDtrSnSdBFFoBIN1mYmEPts/i1wU3qJqJunIWMtZADN0klI81OITS9MZt/b57dHbqii2TZ3uKFc45y7mvu1vC7uzw00aILAPeK8/n5ZsQXIOb6meUdQmVlRucAZJYXZ6gURjViS4he0/s+Tp1tAkfZR8IUyMy8lzxYKEd6LixK7mTES2QSgC5VQQ0NjHlVXk/Fs8EyijYUrBtTnBI4HF7ziCvjG2Vn5gTSLQN0eWyc6g0maVQGFcZqOsfElC6mGoXhwYIxrIl80PigXG5C/iwm/rnaSVVi4Tc/PKGhQhnRP0AhF9NzGPCcCMZzE9HYfhrqHinXsqFz49PU2y98NrQmXdRINiy3YpgaR7EfV/+Vo0tZsq+pe3IAD/8Ixj52Tk6dDnl8nr56+H55/oCu++PXyw/PUPzzzfniQBFbBhj0Je/vgygdXTSfX9za59U4QDmTxw+/mjV+p/divGPbe8UKPO2fgK50SD17Ck5UKi8a0/3Ln8/mIrMdB8EL7HWGpLlQ+ewZG/WGweRCDH7xTgW3M8Ban59Kmtf/bLR8YwC5kMG24Hmw2XA7Gc7da408yFjxFkJIMpwjuMCdXxl9I5iOwIsbkmR4hZsj/O/+86HGcCuOLfjTOhUl7cfSzR8Ty7f8uic/AXStMpnnsn8fhEQNcovPjZTkcSmX098QJ7ttHhR9fnT8NMjM80pGaiaCh/T158ei+2vEyUF2z0dDoMt2D5agGr4SUU4A+/c4NbwYjHRy+/QsvLwt19xIg1vuU5rg8TJTuHeDDEM82J0ZR2HE3o4ArhfqlUATRpdBynis5apHMOXOsDJ0PSmUKgaw2MLfve+kb2GnR49033uDuWoTLlkUQRWzB9RCmsJF9XCQnZ9wtsmu4ZOe8S3+RZixOEXfkLSo1VAu+dDSyJJHAbi//kIipIFfgLOrTZF5TJU+qGkX9kZ9qkg0CrTTAFK9nC1vwxOHfzM+aHUUYdDoLL87XZ1Mx/AA35vzGC7HmJ3NI/88CWQ2dEzjR4VGFJAUbRCe/IH6s1+4E1Xd9dolk+JPzhZ+5p661yId3fMx4n4UoVZGPsdgvd4pmPhMcuI0IqijrJ1zGrYgBvCZ828dA189OhMkBc7Ub0yziwf4r410Tq2GWZCKT76aot7j+irFk9aZDqodX+mWCXsdI99BjfyiT8Wad+4SuZW23R2xU0+0GXhkIKowllUr3M30Jk30YzWbQaUfRZafH8xQeJtz6wK6oZZLNhzki4tJYgRSvLYCjDQAAAEFo6jQcU7HvARrKghjLNumpdva0Ghns8VmdM8OE+eoZHAIxHXXxpZCGGX4WebsOrOCgIOdpYPL/13gNQzcXdrJDlpu0uX5sJyRrgbaUVBkX+TWb5oMsWGjd5LL9+vxuTFl7AUimpnkRwmYlchSBMY0cXMEecGFnmY1hx9ae1NSMBguFZqY1YOnQLl2Xav4ILEYGyog6yvAzDpnrisLeeL4pPLkupnJbcTyfi000yT7wp0i+U3VVT9mKJD4zczOaTFgdtm946imuhdGOp90iAguJjNXV/FcYYYBoUaW1sV4u/6VMSDaUxV9snqo5R3c+WKnUeKHkAhmnxeQmQZ5H74x2bRIxMN+0Tqa6VIWYv5U4Y46fV6GmhR8dqHL000hvbGgn5cILujZWYIBv9VArjxMrLe854aekcKJR0js3aEXuBdPMj0wDAKnOom/kAyv03m59kM6fU+p/qOdYb+80FImA7MCsB5grm48GkLiZhYX6jTt9TL1wTFENqIRiQvCPcVhNs1lxx/iMy/YTnpQlQGfazTHxJGwn31pq7h1tJiRWwdDCJ0zpy+ug4k+cmo9AXSCal/k2FlqHarS8k2WVdKm8vBEqNgPzC9V4WTx3k33efgJz++qLOeGeh6Oam83L+YEqjfh7m/YJM5D8MGsVfQJwKv6h2cpAM3nsyVdlMDq1S+2LmZVO8jIgHIDmJeRJGYN4HTMqgjPuwkdteJap+0GcWQkhsIvFh3z4jtXX9w4rT+D3FxaMX0iHoG9dQ0q4yG/Rq2p8TaqFJqoUM5X0K+wZiiPmeA5sQfBsxJjF2ThS9KmTr768BJZAgrKwCpnrKj4Udl2jLw6qu3c9PgnC7X4e7U1bf43zqg3zFfSM7MbvH2pn5duuUPMoVL0QbpgwcyZ4/oUJ5Re2Y57ciZuMj/0YvpITcHVfhOfv+fnUhQ3dOopGzC0/1FWw6OF1NQFe5uuroko3ter7ylhOHpRqH99E9z77nJ1lO59GmcEmuicd0RqyGWF8QZr5LWdB5Zmc1hN2r8GZgYFiWhEyQ5MVbM0rKELUjHnlBClYcsQDFuhRMOpwPTUtwNiH+BsF0KhwiADw9RAnTNsUVZqvrjCMVCjrBbpjjG5cVkC6L0K6qEvLkM54SVn3pB0dUJpin/c0qFmfqxLWsjhrQEAVg8zjer6u8/zzKA4OFO1meupg9vGbsEVHGDV+l1RczTn3kya+yCTTl4Qbz4N00dHnK8PlZCjTYxQuGJ1QAYQCswxuy1CJpgM1knva0Gsdk+ePa2xLiinuviofYVhqrHJphPNN5ZevsImFRK7+tJfWRqk498/ay5kDp8TgT2JDva8VV1cYVybc7raqPRZxhXn1zavgQuqhPKjhIuiLGj7a5PvThbzcZwX4dzTUHlqVaf/I4Fst3s3kvpkJq3T4KU6thNiZx1dZb9/RMPSFEVQh+PSRJvbOoiJE+VLd0Q/d5rb4YZN3nqQ5nWdcR14iZ4iYGEiHQAqMHFfntOvIfVbfZkQQvsKEBiOhEqLAZFqN88sJeUh+AV1u7R5Tz0BW0eEwnCpOiLu/GCyAH1g4pYQlpKpqKAbJhipYRJBBUAekzMxbUxjGbYVbSLjXV+FBfggxHPcoKg0iE0YheVZgnvsp/ljzsexyZ0Cc6LkChHMx/PN1/H1xmtmH3vc81OW0PmyCdrBt8xoLXBcDVT9TqNFzrQ9IQ/kikOYFSP1DKS/pdDYqHL0OV+WRYrGBDGZk5aBn8JEkMZCO7HLrrtu5ohv2abXUWPFwGQrB5uvEhZoOJEmj+fGrgkNKh/nktIRnoUCzBnsh3RsPv0o7xFGoXB0NA4jEIJepbPUEFw6JyybNj4FmFWv7DvYr+EN3ZzI6Alpd/l9wRpwx3WkbrSZiBnuR4QJOdhhVvoNKRTMSgC724MKE0eO0+K+F7R1d1gpNOZSryYrpC3/u9Zp/ATq2z9ze22RlIKhHNPhb1TV+LUGsG/WICmzbDjKxRtwjigedGbsSRo96hH5wQ9SF3c39CgVrMmjH9of63vmMLCZl2L3F+lW/1dHnKBC4JZHpIslXdmBCbsO4d9y2YV+nWQ8mf+GESpz3kInEFy++2mIDzcdoZCcN2WXSfOOgSgMikI29phx7Cu9ROc4Xt4CTWQLgkV2ONYMcmq/xVJbIQlM1tvXKZF8RediPMlVfeZDoOF37jTD41FMP2FQnlPXyO/gzN5wd0SNRwAYqFHTSV/ebG9xbanGXryjJMYVAJlNt4eVBc/soVn50a9qG9IfG+HASLzXX2fDArCpaU8Q4/p6MNUoBn1F72EoLyaeERVh9GRk8bqz/omb8/5tOc/Jtl81LR96JSBmcJJKDdr01WlHk3YjRuADFnFKJNhmNvLXdlE5r1oPP2/e+kX3kxMfu4Wx7yv5kE2bRve8u2nNv4j1xe2rxuAgG0tKJ/BkYe2xSA8fnFcig2ZzKPdsd1wFHeKV1btG+tOV3Xo8DNFtS4EXjBseCGfkWYXXweKU4atgU6xLLnqHA0gdGEeMPNsKA1znMoVEQPaOwlvtz1sodxn7zVmwm+tBqxHJmWYUY1d1DI9rhaF2vEY6qmOi4zBsBL4zvX/eVJ0jQ60RYaZVUsviw1XfvxYb/z5kKj4QQq/JWHT5o0dB4dkbo8ZUQwNngRiN76aFnHLEVDWyuxCtU8TiKskWg5HWHgJOh8qmQTuz4wOby9AS5Nd+RVqu0dZVp8L70eZPEzfGHeogsXXr//ZNPVbt0rjCTxL4trc7SjTC2SY1zw0I75k+VI9QNxgmmV7Tu6Ytj75OvpuNPEMxZXcFMMQ7uCay1OXP9oUFGjF2JT8KF2vNmV8WDc+UZi5Xl9x/Pxl+UAr32c1LdXg+150vHAs5vLGhP1eQgrhCC7zFUBx6ts4OABmnxyLK7+wDfnBo9p2N6xFpUtB47MHmQg66+Smdocxi8NLWc0XqMuE7zAIW3PZlQmCdQzAgTFJX+RC+weaVsnh1I2gw/v9103b/jgXz/xQxmktY4knWj8pgbtHUPa32WRAJ+8XrOTl6TfBTPgOAtSgYfxvNf9ZTPLP1bSvH1t3CCwbDv9aVrx97k9RYlE5e/0uTjqEbjEiu7uuC5kApM4AwDMXL4gbsTQyUv4IWBBDhsbyBEk+CnoenbiLmp37S+GOifjsJvEL81/F3/h9msXDMJzZMhSkyHofxYoFYaQMP34PQPjMTinZ4GW5c2bIL9u7Irf7huylSBZHTI/20tPctScdbS5ZkYeRgGpq78bGrRhbucR1ERw3tyJGTIr5+Cv8kQWoYTAim4B0v3fgGcJ0MMHn8pKfbhgA2zinhlvdz0Ga2EAt3evfDmt5T5jjLEDEGYDEtkcshDY6TkEl50cROpl31hdJI6j5dEp87w4OHR5jBSHqZf6TAGV/bbKTIyN5PeyOE5NxTQ6jrVe7BwyTv58VP8TgTO/ujYCWd2/QStMx4q+xhtPjQzwus1Rh6afkWFqKVVDIv2iDeRZX8Kge3NYTskUeEJ1LoYijfHXjgj3Dsna+bZrCsmvfUHHV4U8suczbN7w7qYVG1S7BGONzEhi2HmlHKnE1r3Si6AK8qPWf7l9VO6WnZ5VYM/xkkZezRaA5dy45td3zC1QIinmbM3Yn+Mvlp5m3yWBOU1wcNvePX+VktnkqMmgLQu4EIorrCZhSTarY2d2BqGkyM5h3iIfdgevWrGBmuH2TQGPpqXuGVDqhTbQ1lY3lB1C97UOMs1jbzdTU5u7luqNrcWURwjXFJrBVkcbG5TpaSUzpeYKEv1CUkRhallEblBcr2qtVKqtjM6YUMmB4o9xCyHcqL4rXFO9KGpTqVaQFZRvSupXz4CCzLCHeLV6DHVYXuPnJNqxvhNm5a+cVmO1Qn67hyW4zMuAm62TZLZ2jjSGpYDqTSmRsM3weJ/DM64tb2Iansgp9xJ6y2cYXWtRcQTPg7qrhlzitARNpOSPcJGTJzKL5iY9eJTOUOT0AWzyXaC7UrkFmVThBl7nnSZ7VJveHBXApEChEaH5/QexRMpaII4fabV0VNu04uDQvf3OvLKGLkD5cMjdQKKjf2G0yDsnU3QwCTHVTssFZT47dkViVFOBOicbLy6VPQZJHKDTfK4LIfKQzFy7vBtZF1AOROn+Vrxogjab2KfRNXNnEG5yqQUm2E40aPGGcRiC7ufhuEpaCNUVvGnqMZ5MtognaOHkT7w2Bbmy3Hyd2gytiCMJmQQO8E8O2IF6s5d6jzNlBy2KlHxIzlIpnJ0wJZUaxkyZ9Il/4R+3C6g2bPRc/taCP0xswoem+8aV4zHnevV9S7leUNcwm/O4iZAjGp7HcDQEN2yentz32Ey2iZXzmJbp7asFHsRsF3ldvk+AVyAE6lqLX2eJnBFCeHZmM+I3jk6hPy9mmmTdAJXMcUrKAjXP9tliynfs0DU4jdT4vQrXdsF9BnLVQbxKcLNuimreXwzNJOxtnClLuiPU8eWHY9ytqQTOh6g9OaA7sxzlnwl3tXdK6uk56P3w4BXGwtmNFv9eRKpnuuM01Haf7+9GlpYFgefPaQZEmGfbk98UjdxYO09AOW008HxNxitce1q3Y9HJ9EUoURrF+ZCtLuPep5ou4x/+MU2LqIkZnWAQZGhoYFnquYq8hXsgdk8O7mvUKhR53Ge1l7NbmGOZ9AZQZ3KXuoAXsGoSrnrpEu0cplEeq2hR9aZJYVtzkF73w8GWpTIYJRkBR1duSw2js4JRuDmOC12FFfClgvCUISBQwZmGbCU1ElBze1w+jhgo5qkXgYXRMYeB7jgZickMtuScgUfhxb+3G7opHrGJTAO81BQehCcfIdz1mAs73M6QbFUvD7V0/sJlbmWkB9d+ZU3SIjnhtZ3zmglnyYsfLXRrKR24rg7NpFoe/g6LGwwuE/+fkHKMd4a9+pSdah8JmEXnFDSUcRK3j5CLNxknjBFSG5Wj8+HW+w/nBYO909XTmMqYVkGv2VJKtEDlzzhbfAQJOJkGMQ2qW3AqJ8tWppyvyYocldJVt4DdBt/f16Ch4NYO2B5Y7YMYYCyyCIw9WCDOlVs4c17TRqTcbKogP5YbiOdqm6f01NnFgn7RXU05SRXlF1jb9xH3vMtIdP2oFA0ak+Vw6O4q1KbiYg2nC9EiwNWAxjJupDQDciIPQDk/ov4JMclkITNZqUcfD5J9Zx5St9ZjMXZv0OQQ9xZcCQxDOmcVPdzJjNE4h7moR7UUZoCcVXRdcJ+eBDWXtxrdMrg4gZ6EDtaje+W6raMDbg7EwomoD2AqxrNypVOcKjSTZkQYnEpR5YIDxMwl6lE9pa1aUlO9wm21ZhCr0lOc8JA4rJTMo5Mib9FThEysSMx3V9lpLR0G1avFUqpS1LX3szfFkj6fXiyqs+yHLT59E4svguyayveoMUj0gxOYM0uaXwfAR5cx6dDshTouIrljQIBzuS7BTlRZLdzBbkseVlFqdjR79RbQztlcyocaIhnCsoqQS1iytAPQY4henJu2NIIGOSBejsqIHT0tQ0BeD1qoKWoNI/BKOnmVjwtJE5sBu0I5PP10J2t/IhBkulfGhmiREfLKcNUOgBS0PQE0fW0g0b9y2T0HrvNepZYY/Odp8EDs2GPgkgbjS5K1tHauNK3bUjLbI27k8V/4cvQdsWRkNWsfRDEioGgpI+MO35EYSy9+B4P2k+BsUL7a0Miz5+rN30KZEp6VLWjXRvABVK4mJaDCbZyeJ6giDih708M1GQJwaJy4sduzTCkuAK6uZ/wY6GEDedFyTY14ZjyB5crr4+SVY1n5dDMz2J+jwxiMYSR4U7d80AaY/E9PMm172nAgMTDTe/L8I5qjXAhLp9GUkcx78IAtlgSCdeuGQXeTb4SjauImEkicnSlPM2dQE5SRLeS345MCqRh2By4WEgPgXQyxAdkCC4XsK9u8ixWTJ+cOGqTwxteAdeIC/A1BmD3DDpgUcCM+F97ZXAGdVLUVj0JxuhyO/Qlk+kYA7tWlqiI7leVGvwLuGHb1brNnQyj0I4EEj8kWrbTEGuRFs2OGpaz9C9usM7tXV9qwPzhr+LhLuUAPizQtF4c5v7xy9puiutm1v45rQbryeE5Ltp/GL1tGx0I218i9wIe5TTr9oGfgQSjQ7lJZqnVWW5TWZD+IHeeZe1vvYZVBSRl5GvBZuzZgNC7YuK0CSPv234AGsN6dI7vIsXE4brC9EZl9eSbRHZnz3CFF0xSG/d+U1C23TyZ0HQhI+herUcJtHeCjD11iIxW+r0w0E8S0bdfY7oRsVrWlLjN3imDAkm/2TNs/ZxDj7Eg204lMDoNyRQj5rLTMmWfx8e4m1DPfr5aeH75y1T7XT+3tGH9p/PnwKYWBM/QH0kpymNo7TzfUltO1larwWocIMZoNEriXZJJ2OauwKqfgJfdaH+Kcn9DcTAb6ghi66p2ER8frIomw3GgmKVs4rfvmAKsQtnHL7SqvRRx/RJmxMDSyAJEuSv7I6U5G0ofBBzLtMD2Uyot93uFGubAPRAWdZUq+3uwEfegQyjOLd7gmvhct3HBbUgN2xx2/XOpsVofx8uZgD2xrk3rkWWfc8xf/iAtB4YyNFHLckQUl4B0kWGsW8q5ursxzkjoMfNYbySD00TEAsWtvI6IS2hJFdMj+edCUuQ1ncXgyv6Oa9jDb5QTrxCQH6HpRnYgf36D1hjSyPfkZsF82/AbxXSBuSH/djamJGoPamR/8TVKlk5SBvTfvwZxEMoZEr1ft1KF4hjx0hT7oPYm3ExRjBXC2KH6m53Zwwxn3nFgs8kTB/hZuIa2WThnjNys0WKX5UT7/m+JzejSFxLkZpyWJRPZyNtI8OtNTc7MTgt1gAtbl/xe3KCpYL74/dmFWvMz5s8pFmptvXd8Pva9w+zWA2fFzNYH5egIN/stvNmubX2l7CuMGLz4sfIZusH+2VFCIOv3ML51GFAAH9It01WCQ7F16b9vDoXu3cOypf3WO4EG+BBvHBuiifHxHaMCNB+xq/uYvJuCgQ34dvpPgcW3vKeUZGbLIKgKLw24wOlyq3TEM4SttidFNz+qz0iW9lsdKWB8eKAp8BTFPwXVTmdeFD7Ccn01KLWNljmeuxfEjmvy9MS64ZAnlh9FmQ69YMG1Bi3/danRe2hF6rbLv4c3s2Krm8+1gICiuFZOWTE1AqasmR1Zc9p46TVMjreaOBTyFMjZ3lhJRQLkiPzO0OkdW9q8U6US/yfKb60vu7oBpMaU0ETVRpF6PJJVelciOTwHrpUSMP3rT+Cjura3z/AokFxBoIU3KfCji5gTgfDW/ttRFetJ1ogjUqIDasjPdBCwcEIXqmRE6N/9c0zcsMbfq1wuItWBTECwECZEjbR3rmqQIVUNkl4xyKtQlEXKW1LgmlXoOqGtIi6SMikYThXtozCs4fMK7TgKkpQ3AwVOBBeeF5gJmRewI1sFUne4aV0AjEWlCTVIBDONIoXEqHI6g1cumMwd7suklLSRgjBi1bFDpCrNLgEjhXSbX04579fJRBVERybUV6Pqc3DkbGj0FvGRWyFwUbKiywo+DLmjgeu9zXfnSIwuufuAS2Jniy98QqSRXGggoF5HGJvxSCTgZkEKTRR+ZZuiYg5cKyETCjCVeJrLY4JHNnB62wnHZTmRMQMeDWaSYlB624dnjUO2S6p6gbZpp1gKGtGET0tTtESWm1nFYglug7zZL0LfJdxTSUAYI4ktFJCNRiMQsB1PYZ51QlizN7RCTNg5oQ2y9DMXgwseZK1+Zj4mwMar+JPQnsf3i0nncijT2wko5+KbwNFDcyrPh9rXd5xDLezjsr07VHpNfc6sEiF9qpOfI+Q4jP2RbfQN2ZnZwlNJRYAXUMxwm+vnOxCT/VxjYva5Tn50T2otvD+VdfuJkrVvUOh+QgcbuSyQVGBO5n6VM8K0jM44tNxclImkbqdaS13Cw3z3Iitliey2bFZPuoTOH18fGrLbsOx/1sFoLPYFR8VHJag/Mw0zjjuaVDKpCdzem2XEDL24u2sAfY3oLSUGsVREQrzZKrTbrYHDLKalw0KNLn8WLbRYSJG+jQae98heZZsNaIF4mj3KI3BtyY7KW1GhAlrQ+jG2d3SwlHGaxACrV7IaIECl2OvCjold9pq0LhKzQTAJ6Bj2P+czJHWTEHfmxZpd3K1NzSj/2oFMq6h9yBxUJlm7z4+1ikFOiAmAlmZIhX3nmXnxjlc06K/cBpOZsX+7/FxZdeDjB1V7DAmcIdFJhio6yuXznYjN7AEZTl0WOIWH/JJyM2oQ2Txj4IJbwT8F09ern+RcREPHzpX1kFxfnefPHB0yTfIorb4aWxk+woZTHKMzuLCCd+jHSPTcXP3/wNC5u1QVa6ORjVmr2bwTx0x1G4yfBNFNrzlEtEWvWawFFsP4++reKTgJm5CDPqK5pMKnsWj/wFYVgRVQCSvwP0Zd8mqJ/7N6Jge28NW5AyO4sILyzFn+39wjFegn9kQJtq+DPYF2D9SMV2EC9UL5mdh4GzrD6ebTJfcqIrFIzWK2llMAdFWe5cFQYYHlg9LZl74UmIKVjf6rDf0K9jIRWydHMuBU37ub0WSZ74HjtMLp+Yl2gFu41MEt2jvodMnHKzqLOoYSMKZhLG0WAqWtkTfk9HsGph5+Szl/6LJxSD5d3jx3LQeRJnTwCrD65LqKrFcurqP9/Esp8HNsVElwjQ1UWwgM5dQzndUQOKBcBOB/j4FCkRHU9LXHQR5vKaEIlXjzK8tBIqMg/u084BDMkZgQOwxPzNoB/i9x7vZd/qy9gh4x1MigLmRFiwTpulUXj14NKrSSm15jeTejHiGYoio4oF4Vi0WqjOBJMeGhtSN/8em5ebZuf+nDVQ//p7aZTq0+CwjgS2XPXA/1wfnkGwaYtbnZAOUQE6mr7u+KVvdhygkvpFT96AJ2hQrEc2Z9L5vkdG13rAmC3nFQdfy0scT/QZkH+sCIduaUez5E0ww0Ovr4X1JzsYC67GDU4BMbYvUhRALK5iX60R4Gn0g970pcHlxQh2F17Dis0Hkn2GcV+5p6e5drxmeoWcYvSUjDrt7J0y6ET7yE5anBI+DUHSeQuJVtBAmJ5i1SVPqOOorglSJ5g76jMeh22HV11K2ce6xlLVQuFzF3/jldpw00u1bDU418yP+RUNIiilGvMU1nuzPF2Tm/hBrNqOJb66aGRP+8FGddq/KZKhrtlObkzI78vwcJlYwc/vRundjsEovOuMXXBoGQIpJOQUpVPuiInASDLuTQGnwJ5awYfE1yaC59g5xlg+8iJ6XBj0jOeoNJvtJgjKVV7mIp+S5XDeVdZZOVrD7YdiSOBEsHrxxUL70aHDWidFhALZbrzfok8Dv1c88W8sEpqkFrY+mqvDqw7jC89JvQPlWgWtdGZ/QXTxjWo6sYYUJ22rVqJa11ybYllFhzjVZfo5xatTyixUvWyAjAZQJvqEsIlmpO0LqUZM85UBwC794GdDANzGveLnLkV+JyTtIXUbveFWcS0qSyf0bWTIiWmrYK6EEBvx9yag/HnD1ydTWp0mF0J9iiKG/vn0z9wF98CCEe5PVl+GyWC7mAoDgBW5XlDPkY53dunkfClrxb0kD6vUlEcKOBHg2cTAoQQfMldU/pHb749RBJ+7Ad9VtPqNqd2DYmqZRzARKgpjGkmI/VHyUE7xv57ne3ZKrVnTfMR/JJzliEN611Yt957FpEo1L05gyXvo1lTZVmhWWzYD9/hcqcchArEg6zxr2tefSN78rq5M0+3GDa+D8pLR46F+BgGF6QjXG+Wm6W470Sa8V2y5N5UCq2JXsdUVfvNt7L/kp8pufbcHPaMCk+fJrbKw7YstakZ3ed3Fq2v2BVbbMphYA8o/w1TN7LPwWJgxu7p6eo2uZa+c51klZHFguRCwFVKielPgqThwoUgter1h9IMhsYN5biUgeeSS8hFBXMU4AWeQZukVRv5wYGrRQqYgjvY365ihb121lNuZFRgwoxNz6siiYf993c+wujZWfVhtJK1hGtNlyKTKXwoxEUaWQnozeyvqXmXJQG2cgjjW/j9eUp/w+t6Aerutf5ARe55UeqYU9VvF3NYXNK2EUDhC0uADGEA6Ena9sQmtgJyGPqmMFBZxw4Zdp3hBqcQ58RGkzuYUu/TKoMkwlHV1osm8keXuyY2+WEIQWJBEtxAWft71i63m6Avy0UpGIoPZSEASDSlbDofX1E9vFYJJVDJz6emnQAt1k31OQX4jiiQPjFkTJ/rznwIgTBJKrgc9Iw1hsIZTFzJKpCBNHz6JgJx/K3Tb+1EDPqS+TUWDGq6TRJi34xHY/1kv2Umpjt1BKH71MlLwRPI08mvzu7xfQdPJLUy2J9vFctD1EaHKn0FEYJCbG+L1apzt+OidFqfgSwL9z8dpoyupypiLSIEyg4Fho8jtXYgY9F1qTNO6KB7XcF7Y+zmjFSNJm8Nx21LdoFhAeWSQWReffCziUOKZwJymdkioqtF4TVamUFRDT5/rmXfTqUWS7SZEUkt6Y+0EdGJEMaabQw0iV83MNSd780OnNzuEA78vXkxCnVTfYs9J6R300j8uhyhnQyyuXkjxsioFNELYDVwqeLeOL40K3mqxZKLED1LNbqkcG+wBkLbcQU05DUWS17Gara2c1DlgSfIUQVDAo9k4/DytlU3bHlHUz5v72onjuafiJxzuckAWmM3VFGgL8YkRqe8MwDUD/TEpgt4nHFqMk9s+2wynRV6qwXnpo6ajvLRVhBXhXsljxlPtnAAeocy9+Vqs1+PPIsRAVSbKn0rJZxDcGNQJ5oPXmpvF/gLzAFbhfaJs8tzPqhfdZxOZtpR19PAssdjnxv4PINjVCLAGpSWS9zidMX7UlgnhWryPvcywsxUBolllQJ5i981OmjNXHtF/Kl4KVGIR1AaNveAYZ4eRGwoMb9a0uuYySiOOyYU+xXEU2gI8Hbv5p+EQDUgbZLIPpcqU6fq9RHdtXF/wIyPAXdtTI6VyA12XbH3O6N2nbD7VWJYOYmj59OCGtGe8kXaC7Pte2nOV+l7uTDFl93cmpAndqX8gR81tcTpweW45CKfuI5Nzu+iwIEj1xBiXcqnLGCp5MEQgyAB0Kry/C5AHRA+adZmtanztCzd72OyL9D8RntWBlnHn1fnvZ+O6PzqDc/LtKxcV+CfO8I/8NX7wqwwzh+7yTtKB7FGBqj0PhAT+Sw0Vu6ePd/mJ3Uqz+ka+FnNVNAsAia826qfEzwDnp8MVSMhOBHGjtnBBwk/99wL27pZJzl1ntMuQecjRPuNeRgZMchZIJ9tfpUIx7u5PHZRZek0C7dWaKCjwDopZo1gnCcUb6jC4b3OjXHr++PXX4JLW+lzFhlOvf3F31wnYr/vR+lXOt0iEtn46w82y1XMpgsolM5Qc/dUTDi0J862tpsLpXQoGEQ0GEpvNmaJp5aClKDNIg/xG66Cn7cw2QFVOovqHP3dpeLa+SCJBRCmkufFGM7io6xsTSttSWofImrCH4BccKqJgCQoGOuiYWjFaaqTVWNMEPpmYOemZRWrn9uPgYUqsjfEXOrXMa8R7bGF4ehSCm97ETgBYp3U8B9PWiFo2ZOG0PnMb7CSHh3z2mrLW/D3x/0Mtx59FoarI0FYMJZ4H/d5SdibUgAASCDc4RP0MZd9hLLvqehWPQehqJDCE+ri0z5Zajs4h3zWKCIhhmNy0+7pzgPpIdnUvxMAmofLeHz9wmzTuUiEd+OW16593qdzvNR8+irThREU2OZwXmlCkkaIN4iHIOobaSdOh4eDqW6TYfaBWso72Oo6E0pN13a80Fxtsl7Ej0qHo5u1SQsgicJzmxxSNN+aG3wdZS2/o5qP3+sqluboG10rUu9DbA/qMKmyiHNkqc3a6xYabhUkdbqGGfx0aUPmnLkmqizp+4xStgmHj46Z6fNfsxLt1a891BfRH/xWW24LOQvlMLk5SrJC957YuUNTq+8PGV5XnGyh8hSHsxLT7Lwx+qiE62YjzgtpKDdQNWcckg8CXDYmkSc69poHMv6VZJVjqH997iaHlK+vpsLU8N4M2qq3XZ9EqolK60X1IPVQwnVqIP9vKhcau5Mwjbs/PXt5CcKehT+ih2TdjyjmsY+BjO0BCIa3lCsHRHvm+JSNU8tJS26ANptWHvH3RyfTDYy/fgVKNoM//xijNSN6L29YgtbZomz43ZQZ4cNcuq2Qaepa+jmdBX7DhyAuoNiBg6qJYKEv/yWW22w4h4RupNEi6oJUXqycX7mjvk+aakfZJla9jt1tIEwEpl+M2WYPSYL0XrkzZGccvD7xKvHqNbifDThx9NHruOPvcnb2w51hVrRCCKNADI/1CTxd91tJziwupHisO55s+4h3XSZE/QBXTaMVv6VmQyOQD/TabQ5OgPpdHbekA9KvFaO0Tv3YlWfjm++ABiNBdSRPcSd5J1veL6cdXNS/HzNQ1TzxNGpze604n8o0pAnn3yncCddvbSxqj0KZt1N8D+GfZ8YvJMV9eH58xjqiVYw2ZYY9KmG8tCXSQduBSFhoG6LSp9nvSmnI2OymTl497qqcF0I8r/+8ajQvOw52rGn0ps9cN9svg3OyNNI2fbcOgpXI+CVLFuOR3uttxSrLT+8MljELE8Cjoj7q1R7PulwK8XPJfvjwpRyZzUimJshnXSet1FNOZMlIT/p6afQK+WhxNf8T+MpH8ClxXbyDDfo1Xti+ndvZRjaoWD4Aypg4h3GyEueNiQNAc0aJW+il/hVy61bsc/BPpOt/8hr6QsrDvJ4FgEH1Qk0GVvXH7DiR6ufnXY3mufAcqj4Nkx4eJpUm8WwSPWGOnrkgAvjqeyjg+g7Dp5QotI5aemWfWl6dl1qo0i+fErjvAodGANCpfZJYjoAlT4I6YfGf4IEdz2vmNvILx/KfiIi8+aZ/8bQMfcDj1q6BYK94CSXQ/R/RotPEvFIVF49I05FZRfL4ZzfDZy8z11+cCtv0oWuOXj7BXwagwtIB0ofb8vFzCnegnK2UYVJhrJUdCTnoZ/MmHr0QoDsZzmaEEJJpPtTGzX1o/fg0BH35i4LbIegWeOOK6cL//Su1FolFDyhYGc7K5rVT8BemKw2VaPDAb8fAlYfQAP9EJz/Xf4+A+xH3WPCUD7vRSJBSDCemi5PzXDTREklfWljKPpnXu8aNryc/Dng3fbGwlP9AIdEInKRcLCimyqgX01JSWEMHJ6bWk62cWEEkOtLKP0V6fitFEcPL1H8VfAHphYEEwt5U+fybjl5co8xFl+wpCol8k+rBbEUJE5ubJIJCTbIpIqebwXUsLVUlS2QzTmgNudBKVAq22OU8RJPGSmcmNTq5kncpPm5XFtAZssDJnHeAeDNSIZXHh0x3Lh3cFvIDX2USla3VyXRn6SZK6HFgqj5cHdGKEJCFZAxWblsTff8A/2bDNBgVbDcbdihymLvV4brIofte8xvw2zI9ylrZwqXkcC/Vlii6VTRLXKJU1BwRu8oCuraPeSUfAXcm9DIEenwF5Hoi3tFLt8c3ehGlDsXFT93dbBE021eVoc5TLhnfsWDsjomRPuXxlgVOSvOMdDTWOWL2e1lW3Dml4mcdJXgsW1Kalcl7cSvLBS6GzLZtMAT3SRyRa4N2s7pwowMagnr8hPSYaD4ly/PehtUDRhzHqdWBZheBd0sxH9+bSDIhBuj4fA5DTrT3utZLJabCuVtAWYPwXvvT+UfAprcPBgo0qNG/G9QUNifwdYOLxLxflvVJ5RE1B+1ou4X3tXhp+3yGzJBItnJQjtmxvSovMnYnA+bjtNpDXTWaDb+QqhOx+5UktbiJxFWPfWbKpQQgqzTchAVCZ31cRwtZttG9tAeeH5KasTbafgSustARUshjdBoXAXMiG6qi4LE+xBAwJNnD6ZnpaMjXO63VVuoL5ZwNo6ZlYCzkM85EQyzajAUybW8Uq7N2vpqLJFXCFwHyqMhS/5OCz7C14Khk5fmcy2eMQA3vlfzzQsE2oeCHm7xORX5tWT7zhSDP54iwNNhQfAqglATKyQOgSdhDpk337rBZ7Ye+hpJCexmYJRt1GWIObPnaF1Jw2m2QqgZdrXGH/KVTAEC6xrhkLuJMCp7f59JtoSUK606qYHTjXhxlrUBgzVRtrRw+gKW9gyBlDjSTkdbdyiIKQ7GdkM8bOxdyiU2C7pDyiZGOO89A3X6tuaeB0pswPcLt/gJeGeUw7jIkUkNsVk+c6o4WyL/qBdU5CF1X+RPeQjboKCQNMdmTLrfMUMqD89+AaLaXA6hFKbjDEbZmLlXMmhcobA+lM7WWZyKc2cmNkKTebzQK0Z0CFtjuDMWbyqxNlWpqXJR56We25NUYEgIhVWHglzL9Coa+9oMfuGQ1H2S905G3OgeyS6nnPQYEw0NHyVGlM0hT1sBMTE8qviCQ9fwMdpFHk6XAiN2H2a8g25sowUGrMsYF1uUDpFzyxq0LLGokI06uRYkTz/XyJrqOoinLgWUkLOoTx/lqq9yet27gP0QGHWPalzPGwC2+eAF1tunboYf9kR3mhH+mR4Dhz0Y6cJPNfJG4gFsCsK55TiWfZoYXrXaoVS3FQdB9QOw5IFqjGUTUM4q/axvalh8+rkAn/xYjuLukQq2OlF6gOlQmTtZxpmaA+9EZGY2sbFAXrwYn6caSF+1WiEfMesnpfC+oEpJGT9B+YmpNm4WJsfSaOdxW8SaNTwD92I+iuNBMjCK2uL3ks72d+5HfnBthTU5yfo7wPByKVvE6Ne8KEEILYL7G88LqpR/yA1idyzBgxfOmVJKhoAAj+bAiyljQb55oJcQ23yceGAWdqYNM0CpJpeXa60xVtrCXbfm3e1TjciINrmptwmGILYvNRxExFFgkq6djHIgloLEuyvUeP4dlZJPHhypVp8D8g++08tS+KF35INZ8kA2Q+fkwffW+OlD70evD4rTGakjbq0iWmfNxhtWqoTnqB6i66Cr7CrEOBbPYBXkF4FNXpSCukoqGgT/9KQX4BOjIgY1DwPSJ4TZxxT7xFQZt8fGg4q5zvOO4P7yz6vdD0D3dbTh1jfNImA2GPYFORAxT8L2X9xt853BvD2+po8baNT9sO3r/zZqIJkatFPRCmmoj+7KY57GqY7txH8oBR+Ka718yJuV3y8EVPE6a1RTdV7W13hPH3kIzPUS/xwQaii5h6EfMvh1v3WGvQl7EVa+Io4zpWOM+Xw2dLWQzxYsdJPHLtEZ2YLOrbXwrSVbanbHINZlsa61lVqsa3X5FtOUvnaKLQ+v8WL0z1cU66u/2C7pS8LYBiOLxJzTW4tVL5dcMrrpQ1il6aaz45Bf3dyNGO1NctyC7LbmzLViIMA+CzOqQDeb8L2GTKZcfkhD6ebPpJvGbIux2YLctShtDfVFjLkGw1EWG+RtuWxfAdvXEWvphi0CuU0QN2l6LLarge4PEn2ndfXko+kKZ7xmXQq1Dmst/G0vCrhdKHveaS7AnbScqC1c3MEVrWHVaKOKaHNsZzRNZdhibN9ojmon2qw58ju+wREdOBBDUb4ZnH/z6hpZ1QGatbBGbbiposb6U5g21ZAQA2GN9k73zNfkrYEco8ty66RRN64NoIktVYK+7cv3aBySkw2MGp7gpaIQ5BC13OCGghO0/GcMRvdDJ5Lh1bQQEY/tpWk60eSj0e6K/7Uoznwx22zj65h+pz7BiiGmmoT6u8OGa/Cf6hrTtWIRdN1bZRkgE4eJv+Avdfnkb14NbYOb+COvaNI/LYX7eHDn7M9HuBeiNn5QPCr25fxTzImJqxuK8M5eROjja1SKaMBzNyQRaCHCNC3cFAnki+8Xy+78tmfrwXvOsUnnirq1j5N19gP/hBHGuugzJrPJSwwX5Go4MGHmaGVENMPwBZ+3nrX/1caMLXR3T8Bph1TOh2Gy3GjYtgnsL1Xn9Y5z8+qxYyntP8lU6xJime2kF+cBM4kyk6GuQ4N+4g0FA8EbywZBv8wk266DJvm7F6ddvVBsDZpD1SjUMoq+lPDaowLK9ly2hDXEw+fN5M6LtbCUdBM/Z+uweY9o08xa/kxT6wOHoW+9WiDygMIpJJvXZlYzBiv6qZRBfd6VSaaYKkHDHF9zaRO5Y32yCK8J13cggFHBIVqELS1N56R3rlYOu39nsn2bUoljpyzGZO95jCFfQ3rEujR+gBL8rTBfEORmrT8Lb7QQf2vtEgCozyqI3A+leEEXhziST5d7X8yw8ftV0UaMlEdGtE1fVXHVV/ty8XrcZAdle5xGW+P0wt0uBSzd1QwZ1bA0+36csnCNhTaFDEVsMzYeKy1w7QdNv2eTvsESusiO6khVn5voJn0kXUQM6a/cocsC/D93kFpwyciIO+2Wbhlj+VZNgg+fVAfSGl5DKlaCUsYmtelnSVt554pd7AqYnnhwff3JGKWpr1KtTtIde/wIDTx02ccFXkDkvcVEtRa6nz0UIdy9sSV3pDskVZ5UXgx1OG/5ZWjB6Rk25/hGHuzPA2n7A2qlosHbZdwNhvJczqtz3r/IYQTxeWR+GXFyHRaJziWNdqZmUXDbJdVe2RigstdY0fC++DoRGMQHNJ1C/dJQoViq8GHGN4zo+EpO3AmqvTY99OuJz0N7kFAuDff4iaLuxkCgppqrJtP5BuAKAdh+NLVwW6jtKN97hGQCijM9nVfYyjyCfRg34tFKhCAxJ6lFkD5zQ/st81GcXVfwrNqlKWaoTKvSQUv0pj9wXRPLJ2VGEwCbhEqIiNQbTI9SBjkum/ZIdk/oXETKmtSnnboh+NshM1awEzcaWHDlr1DUOvw6NxW4H2KU55y0F2JUVKlkc+cKK3TH7Y7v651NBjSD7RFFQS0mtab+9eXNiRsH2VizxU94sq02Qaa5EczjTXJHwSif2dqrhmx0bfOO1XNk4Myqaknnf0Xx1zfkcluqhiVFrK2oie9liHGv7h6hEiOu7yK9ELmhPRJtIUfMx1p6F3oDarUUFjsLVbSv3vlSHq/BoE+Qiap8q4bkY7Gn8CG/vcoPR7RmCdsQA/h9d4QdhyVkNnHLz9bAiGV+/B8j8iTyhUdICNSEyPJaaJmMk8uqWfCGvSHibYav4N0sHnI5NTlKPXYgoH9zCcIAQMjBddl2JO4s7ihODkKHQ8vFHQlUuc+LI7W+0f4M8e3VdLMQwtVvw6DSOQtVvvouOQ/w0hc1o+Qd1hcjdiGxysA8EM5CI8bBbENbcg5+M/vosu22Zh0zsi6dM/3WN1S7mTYbkZFMt8KTQN/dIVrR6MgIhJ+mIfhrJzydmAjTNJqg/CYkjEhISr128msd7X9UnMG7i0/jktRnLfcjbAEQEbIvgD0rhCVvf4q+UYybYNldkxdoGPl7bo8Vbj+zcg6dBU9pnDGF1C+3vpN/n//M0vYulCiaYxWb3q7Z6o6jqD4TDvUBunsuTB5RvdCLlzQ9ptQFV1avVlk+jja5/YHpjVsexHm+5+4XWRHD3MwA5IJkWhc3w49ZmNqpEVG9e+0mP9lPIoblrnEhF2ZRap6VFArcd6Tq4KecHxsqkjDLLnjpJhJhLk2/yINY8dCIy5LX1xvhC0/G0oKvEiJN8Qwc/VM4HDDgJWHmeQMTQKkRfBZhqZb7HgkRn+vowREx4gTOSUB1wA3Ag6gqoPAKbhIWbufJ00SCb7uDidVgWuRqANrWFkirLZrK/Fzl+E657B8+Noow3mhvNhAfNyrPOqA3v0JQv4a8Yxzx23dDw8hSGpocbhcJv3mhxbP6PmQKg/4HSzIpxwgsUolAHALbX0buYiy9yNXANFayf+UF9P1I/xOTYyJaJMS3ldVDpQFHtkf855Ld6oyEksXehfrFfHhEa4CNnqQcP4aGkJtn21WhkaXJc5wAHqYNc9uYDyx9F+wk/1fCNWu/Gfd4tQrY2mV/rYeTPF9dOarXyiDqAuHdCa9RZCSlQBNzfE9V0goiDuGZZKwiR1ssnqGLpo9iQXhgE9V4NGIgpikfEsx3IzmsczAGAx15A9ZqytUL9EE5W6xrLxPbOWGM2n7v7N30wHjOBMhRk0tR062LaDBMpQgNCflzZjLKBolc2iyqPDRKndqGoKBLzlkVcmEyesZtiB+mcAHxVkUDfkSCAthH6Cxdef1M+Hh8PFF8q8gAbmjQPTrwBnfANYZt5Prw9GgfQRyU3elAqWFcmEaNI2KyNHW10zVnev3ovGz4FukcwHWNQ/sEgXFZdismBRadCU+E/Mx88hLmhDmgohBvl27xqjoHPZ4DGu4BISfHzrAPh4cjeSMlWKjY5Ie2uOQetK5ple83HCAlRC70QA7Tsz50CE41kQiEVmCGtyyPPKihM4NAMDFQ5u4S1OVdfRzpgQU5nyZgfu1M8q1BMQXiNOAp7ZE/+qk8sXTTTIJGNLDHc4BbKhllsKEZbjblZyLgMorWhSRRWAAot5VkWuYPUpiB5xwrfkQMur/dz1aRhF/XFtv4lqw4162h0rW10p9h8hMp6PTFzG/U2H4w/OsgxmpZX+AKut4FXEpSR/D9OYeu7s6oUTEmkPQICUndpn/hGgCbIaY4TZpvac+Twc+yeQ9SUByr5tLFbDiX90YXWY4PFct4/2QbQlI8HTYwfSKIaXPsaR0C8sNpucfg+VdIxvOk2Mw8JfKiOeDjZh9B+dRq8RLkQsaEasB+qi4VbRNe5prFHVjNybeIADhUPDAI+LA9fYGa61eoeUAm14R4AZBndbNYie90/ag5BFaSLfPqsAoe1f0JLWyyEhJRmdsoh0JmkYmlYhR4EG1aXojhEBWWILS/i1Ej8AkfwdzjZpE8WvdQ7yMh54RnwCRFKQj/M9CGg+PnR7wC2iEH2Nhxbu7pehj8fCw2dK3r5J1eqtbJkxOSy9DXWFz01rNPav9clDimWPD3qpKFL4zEBVLIZHnS92T2TFfp5o8vqM6eDRwDO6V9Ci/zBvst4yhz/A6ZV3j3P+hAYdKnXTJkWfH3bLJBxibGzpa50ds0o5GEGwgP8GMIW2kCaEWVmRa+zRd53KwQiDn5Nia2cZ9TBj0jCS3wSedW2ylWR0PVmNzzXeT7LyVS/24Ab76Rt6Va3lYlE2X+EKeWK0Y9zWlCUQK4V7oBqKujOMPntD9l9Sigi331fO7SVdf0Ps51PdbO0VACQeL+Dd7OLo3qcoSDzt+4c4J0t5//5HRHE/MPw/bzK5AkECgjQsrA23/QrT0kGfAIuthyRLTZiNQnPgDQhX5zVgJLm+8jw0sPj0x0H3i6ko17jGsmHDfY50ViV+x67VW9t/bl04VdqT4RfaqOuLwogFEECFkO34GDCVG9QHweAvT6hyLhilcPc5c8Nt/GGnHSjj0ym/XY5SFsqum4Ff63wJ0qjdTuFf/+NxrvRwzsPtXLV86Ts61nLIiIh6W8ztYlPFFJC7bIir+c0nq1EKNyL/VHUYnsP+TRzpsWXWENY0bDsOUIOD/fb8HGCj8adm3vS10kcB79jMkbpNm1TJRkP2GDnPiHgglrzut31mrjC19aJr7+/ycGrVrE0K5qpUvd8n4KwX86+URSZkc7B1LnsB15jCQG58kTxp04o3HX/Dhz7Yf4mb1fHnNfaIoKs21HwXVm9T2lHRGcNnjHaTrsvkPGDZ4J7KrHAJGk1D7sVeRU/lNHz3OeZngG62fY5RRpCjScIP5YGUkuLHz84wkaadQeN+CxBPPk4WXOczrmaqiVJmvlUwGKIJEMuUIPbcqNei5gNKBqvDRzVJ5Nhu6yNVyzQVifmfN1LkP2rAFgQBLKfUrlXcQEwUccEc6PjZZGZ8ci2AnqEOyS6tYjAjRlpWb+b+dBLNllhBFbLJXHdZYxNYyrMYpwwuPa0MU4KmOa8bczeGCdVJpXLk+5PPUFFau9T17ZeMyXlPmVn1m9f3wBF8dJFSy+6lyK8ING6jgSkm/2YfIjJSELdLzmmXqPwESd9ex/2v4Ve8030jBkhEtN9bAzx3wa2tE9vX2MESnNWy8TSJtUwTAww19Gtknah1yaFf+3+m8UPG8XAcMF+9NYDdgGUE3P1vlulAMUS3yb3UUpUGrttjonOf+E41plgKQJJxMnQxJGoCkryANaI/tAnZUa479T9UDRqd4QVIt3lmgeT2Hu+TMbkuiBr1LKeM9BD2mxny9xgg1bhQwCxjRE6H84+iRRy9O7Z2QXKAOCbgEJQ+ee2H7wSexhWmZFJhllwyLnEnS1MWn3/kmtX6Evea1ED+l4iqsIhKLI3atl4A99E3oD0tNHMy1A51eGf9qYdgs+4BVKY5MtUnQH4fAxcqNVo7gbWnbo8tjR659YSpVblNIy0QStJb1swCAgtSCBNMKAUqqpzGo8BqcbM3FEPHQ3nBlx3arcxYpxEAmOPgUZ/xWNzeN1udKjfVbTpka2Y2YXE06rxZIOWqyPoj7eRH1Ma8ABEr39Ph/nVjWmmmfXqYqbvrHUXs60p3h+VT6/WqdjJHwHIKcv+XHDcLhO/wZH5JaxfZpan8+xWw00o7n1MzFt5jrRLgAK7ELdSgjvJCVhihoOTw/b0lgucjILx1nH0F7kMouUsPNEP9gRpgerrgdejQrD/jZoQoUGbUDBlqKh4vlgVjHIUkq01m0DV9SJyKv9MFgRnTTKgjhH9QRDFLuwib0cXYgbuqUykH9qg5v50tTJq2JFoWuIu3IPs/iPawiS4Q5OU37og4SPvHLkgX3TkQPKWIhSNnIY09+rEz5x+EwzvsoTFJB9Y0SKYWNnrjHVObU97g2ZQDkQ+wGYEZa5bJYZ2FqAjOP0OeW0eISKymZA6rPnsIw/uEYyGR6izWtIZRr9ELud0NOM5FS4ZSHVs0FgQzqZaeoz5wwntJ1vY9ii08WcRsWeqlhXt8vakVQCFzkhhe77Vu1slNq9eLnFwbKkiOKjmrWLn/7b1dxymO5HiI8gColPs9YZmlgw5smxzoAjIXK8RDwnVQtDbyUL5oYt4E0magLyzheZE0YAlFelzxsszBqChAJVDYzNevdJqpEpamTeH62smFWA2d0CiDkRrAxjyHLhy9dpuI5fx+7cAWIotdgNLiVEYHddqhDoOy1zYiZKLSYN7IKe1PFSvUxAwEwuByqHgq7ga1K/o4We9gt8Klu7dQCjL1vMBRVSFpLi5rMwFnKtTilEQnmIQc+EoWA9Q9y+RDiKe7wyLHb4ZEj4IX6AykKQKrVwDI1QKh1jYjxIihL5bEW0nO86D0SeQ+WhlJwm1zfUkcNt5rAUZjtPLX9a70/to09RBhgNU0SmnGl1lNfwbDm5efbmcxY/IUjoQ2Zdxq6Xso2opW3NZ4WlHJ9in4vdsvv7EnKa791H9OIZPd1+XgsyVQ7MVstet+ew3+vLc12sb34WFgSWPpiB+H2eIONo/5Oghu06f21Z2k6O3SLJJvBXAIX0VKJxWz5GAHyClNCUaqWrGR6IZvQ+ZN/WAu32XjcNCutwp+lMwIniJYUOOMM4KaewEjxgYgsKiwxP0lC4yGBPrBTqw8fx1+E/RIp0HD9Gpt60ZcW6uCdcshjLnra4Ai4XNaUTFC+Tuie1i5wlZlSh3qcS7nNrvXggXUJKwThWoZFWnLFrQSeOC4dZL2tIk1FKp5aHyR6/E8WqO6WbOCsF0AtBIiN1KviP92YSMOqprXRY14b2mxDOxAETLHUAvQTKlFNuEA/F3NLrdO7fFtwyJ9YjYFKR2ggvfWeQDc21V3DXhX6csVHhWaLtoJjpmMQXBBIV/wtpbFEIFGIMsqrGrcttN7fCUN+lgwfRZQ++Y72ZK7yglwc8OR/dUvrKQd3I53ZhwfA+xLX5C1cxoizFFIHuAvjTiOZjWPf6hpr5t81z+m27nAyb5eJrckpEfCPey6fk663H5Jl8wGL20y6NVSXeZHRqhwzFuNArCJn26jNoB87ATnF+tlynN8OVfEHymS1HzkakBsMLmq/Y99lB/sG0FCxQVJJVDDVliV5MLxIYHjkqD36z2uGjsvBhFfXM8Te/tdA/omxDAsoI9slr8zAx4lmny+oQCbrHcyUwOp8qJcqNPZP5Rdzo1Z5TFSVNPeO6tNqHt8RmqogPjwQ2ewQ3stOZCkWCbeGULL2yA5/ssQVrbIdV1RZrmmQcm5lI6DGXkvu9Cpek01MVic+nQkEdqfxTwYhcDw/v4dj9adqgwzuYHXsy6qTL9Igjlazx6qoSNyALgBalJnvQwaYllITuVTBRzP2Vhj4uyN9MGbePx4EzpaSjydhRGjF3tO4C/oZAnd0Mj7ExZrS/7kZmEKHXK5u2E+WDgMsQH2aN5AjVMKYyNwmampQz5nSiVwzbb8AEvNsglyi6RPwe2LJpx0UFOBfQmmnPczB2hcj4GiA5kvZNiZohU+1qVhPWPCgHtUGTM6e1o5pORwp3P5LPFfhXlL9UwFHxHMsTYc1oAUtVqvltAhLmuEe/FvpZTAGfsDbAU+oRDbYtHB7S5grV/c/EwZjlpU42IcpweGRyTiUxwV/KUJvoqDWPrBS8sbRqB0PjsAZYBNeMMooOLGmJwypfywRPYO+nDLQooCV7rJyf6RFTMZ9Djv3e723yuKOKjO3b9fDYbXbh2aWsynVacaeSFK6dZcz5zFj9gcVa1TP68hTRTJCpgykm8/RJ+6GIgNmA6evyEqsV5gns2iXr5CP9oyjmMOrab7aYrUERDeRzeR3DjGb59fTTnkkmTzvX5C+5ZY/n1UyXpUBFtSyiaIKVIeLjme1pZ+yy+Sy1NsYaRpEeJEI18y5kzuntfxp35WY1WuBBt1CFZVkmAe/piKEAL2ZLIdPOiNSfTZrJtIDJyxkepO5Q0VRXvwTPWnauWeCPhAQCu2EagZoVz6m+aQWC2dmNiqWbBWFuYINSUJEoZMVmKXM5syCOjh6QIVrhtLfEOrKUxtdgJUclSWTsEQMlOYqibzXT48z5CHUapUhYdLx3fMX2ih659vAyb0ihG5eNdPZNyXXjoNoOvXqVZPffTI9Hrj1WqQ/Dx/5plmS8OqwOwkC5EK4MhHdamD7hXIt4opJ9PWozEUmDWEiRDhEhn4hdAr42L5VVDXI3JzCRADY7CFc4keebVlCzCckVdi9GOqG2m9hxAQ74DWF/zALcUDdQ80f4iosfAOsS7HET7M9C4xijE3re1uT2t1b4g1OtVHMS2tM3o3BWiWvwQ41mJ0YI3JnMiIGxTI+pfxyo5BXF7TN1b/WadBf7u+d7elL5Fbc5hQOuvCmF0ZPz+YhYv2Q6/jvOYb92dXwfSg8b47sJUhGDNjXB7PME9CmN+qNmtmd9hEWV7cnj0A5SKOOZ9UOOvXkT49gyamsAosFTBMzj3NRF+m2d2FNZYMg2u8szskzaCHMOb9lSkezRFT5z97t6vSfFwqmEL7AFflDRA0ybLP8kBsk34RJHVYXGiFTiSk00volhEBMDwUmgqVrcO5dYrZBIq+5R/x9kiAYhod3X697D7vptj56GJBtn285cTGXJKJUImXx49UtUuFhInabQhTtP20ZnnqYr0X99evZLDwHas7AesiJ2Lux2Q1Pau5ZT9ty2CFGiTLvCCXiR6e7wPaeb/zNvno7bHx47pkc+DX9hqBlwRRelHAMU8KKhG9V9yoL/zTvggRc7z7gIbHFUw7kGN8kVjnwFp7q+aKnU51nIxCmFVmYuiGeQgDrNBY1p5m6g8fbY2475i8TN5YVLEo0rG5KkPNKWAlaipa0fIhxMSH+P0D6WPSm85+xaTSKcOvw1BPxpCzcBDf/cFlRt3omwvKkzRx4oScNQ1Mt9S7nTP0mPMv4kFnwvAHIIK/LOpXCM/K89qYWu6Vi1LxntKBYQk6DVVoQoNCxLPEiZoCLYJnuG+X9fLVkPu81BSj9fBbUZBSh3bRR34Bp6xlvcKpIDWnIV0F7m2kqWwkDZVRTgjg3FsGF4FXBrEI4dJdcSU2qn56hwUINb3j41OF1diuTSgIMfpFSJ1HCFuMUqPkSYwqapohE96WBfQcqogwObXYHQ8VVOb6S0Oc4rrDXV0mK7GZJpkwRJWYqf9ykVQafRo3JQ7P85KjJRkZyhFOJ29yV8Yegk4aQI0gsEVQM+lMkWgHaFszUs+ng2w9x5b1DcURl9kEgUveZFe4wqoj+K9xajhEyL1CCop+3CBCqfDxcRV3B5EuRysARdtnAUT14lQ8WbxtYjjBhyJgQqgIYIkI5xIngTvp4glsXTxD6A/uCCGbp6xA8u8bP5bHdP7WC7HiTSQcPipHVEdf8irY3Qlr3rHf33qVqtxOKSvu/El5hVcm8bhITmJb0hOKwmJsMo6viSMPlJ7F0tQjuqZmhSqhbQyaunh0kPCKs+HEKil95CqKXsFdkE6chfFN0eA/tOhV/GzUTUh4GNojDDXYRwI0YScZpgXLAuIh93gB0mju012FO2o61PQOgNtA61znCewA0nkJoONYMuZhV4uzprIBlbBcGe6km4jacF88fyfZeJVfdPYB1lgJa0l8lCcCwYM3BgsYNC6LbjACE0Br7QkGPhzp0MaqJBGk9tywluXR9/ffdQz+z03PF0Al5T3X3+Hb6TqqL9xziV5HRRLfeiQzkFPcAFm9GP/IbTLlTvxmVM6Ycemfz1BRW2IeL1nlk3Cl/ks1vuyXjhsQEMi5/ZPIFsbr3coYPCstMQ5elg+dNixdirOla+TIEpntXvfK2tyRqlwvaLNiQcERctbQ9o+NZWMMQGtO+WSaaZszD/hCfZPl2vMNbrdLYGrclJQxabyhRiJjE+q8jvuQUmLewEY9jlKpX0UjGEllPqMYkve3j+19c/JjUX1nrqMTWTZeOYwYMfxbPMLxvdNKp5f1ZxKZq0wxsL17tqYJ7rXIhic57TfTTfjpg/m+9FIkbqep8kDfAsQ7tR24YFZ5vkNDbqiLorCtIGDKWe4oFLhmzDXZSfFwAMNrBkI56x9haWZyrQLuGrRWD4voFP5TrXfC+A6oPR+Hd3OSAZ2ozsa9S19UucpZg1UnMFmBu9rzTJ8Q1BALWcdMl0pphbwdg6n8hTu2SSe0ryznF3Z5TN96seuq9bCVk7L/jw8XgwA9HgsVDeRDSQC3QuC0obmo+evpW7ocCdyJ2JpKRHNqLeUUXE+ypSlfpuR7Fxug1Xzrq8oAMkOaMW+EKQO3iG0O0ynmyMQnoauu46+agEOXu9cyAJTvw4AqJCaSxSkw3deKOv+cBXIxJ1KD0Jxkv5SDTeyaCJq55fBLUznibhVbEbBcpsyMZTK1azdYpVNUAyyyPfGLqIhR7O9jEd4TnO4EHpxb8yEf+qTG9SeSsHjKnt+EitOw+yWcHJ3z4+hIAd99Uat6XDvsDYhQ84k8uBkfuX/2ReG901O3XklNFzt2Kx3Mozr/WM7bmVy4sw473C5j8MXVdjZZsqZdX8Roq7021ZJUB+Lx2/l6CIhCmQTTi7nbBoMkBkh0CIgyYJJJMDiK7ddClFC8OIP21KXYDAc7RF+z9HU3md27OYTlO7p7D+ni7aYm19AYWSw08lM/X4c2Se1HpeeU0ksXkToT3xWsApfn9LTKcXHdx/gBm1BpIHMojn9XVLpo1/Gyc7G/uPSLLoa3uBTAWZxvwUdXC8QhPBlByPejkg/bKjkKDy1q/RD51hdtz8IdHn5oHJDyXysVQ1sams6eVDI1F7OtrncTcR1hvJFLhDLPcKesbaFZxGVm1N7OIQnXrzjtgHRWf3lJLoDdFTFzYEWa0DLX59Mwu+y47GiQM3NHa8b04WRb2VlZ+DwuBF+e0oO6ouDmrNHRDOY3QcsgkmtnJ0wIsYar9bHNWhfaMzygoCljPE+8F9vY9V7ikPs09S/Iy9SGCOKTV9auTAgTH6Q9yXf1oM5VFE/GUmR9FG3DcU6vQRNgN07BhslwhLvNFsfmv21e7s3o3YFEDtBJyQEXHDWLqzGTcZJqGgRJsPN3qhQLYXadbIuuRnamguzAhyEqzGkFH6McdAMHqQv4Bd+dptW6utBRX0IXTHiBnCtLMRpDWO+seA+3gnEQltjPoleCgZOctdSXt6iGY1ypA17dioD1INXoUB2OzRtprrt1JHpxobxysRVYmXFLfRoAe1SU2StBhzewKqWrMuSa/IDmJL8ugT79OlTSehduyeRaDdhfaw5HXq2YCfKUjWZzouBcrqTRsiGs5tq8rFA1KMNClLq8VLnSXtg+ZKH14moqbDxjfqexLFusKdKYYdoHLaItZ79gr7tIAUG3aySOgx8NtJbrwaJwTHO9gPfE/6BOV3yB1Q6JE5AxvO8dsQ0/eTAGUOPU2znEpCYOlEgLUEkpdTzFR3/mE6fXAMhZZYabQ52RcCmDAcQyfbIct/cmMnskBzhmYx9Kb4inBHZ7WwwCpaj22un8aYfSDKbWZS56zCzm+jPZHNMOZXw5aM70hVMXe4OLBK7ftM9tmpOga++oOziju3YwCZ/wgJHG7quxMXvfkKPdyStWX6jEMEGi+E/7Jz5CykivRtzkEVPass7YBxtLyOtj3EPZRp4Gwk4+mVY2V0pUzPFSttAr/ejOOlXn1VYUZMwrRTXwFAK2D5ghoyTL7tKjiS6HRsEc1BedUHhb1Whi9ExyN7Il8CVdxeV0TnvyaHZVAnI6Ez7nUsjDAezvuVbpGZZgf7CYU3I9fRt4n8jwaMAao/uV3p1do7URx4tgvfFruSDPccfrZQnO1VtrUrLLh6pWpHmuoHYqTcuaS++FltkZCfcbeVmCWPFXNGbiv1Tc/NVfvtr2RVeqcPpHfaiTJUJDbLIpeOgyclIWCyR8BW7Xo0nI/gvtGz23py2lwTY5nPO+bzNHIs0lCsdmdaxa1VenQHVBysNfv5crTMsZRjQ+NHyyQXkvyMhnSi5hy+p86YzsdAOEt42Q9jSjE7hkGPyJXmkHxK170whct8VItktfdxVWKbmXyabq3N7oE4orBoldmk3/XosYx8e9dccENwbU4/z1VI9E+5xiSqYIYanx87q3khbLv5jzTp7HfO8hMSTP5P+hR19/Y/gQpuEbvWuq1mL81fkE9vJP+Gm7ThZNpoZaQHKxc6G/amx5KkNWGeFzVSXN2dUt2dVt+dlNiWDg8HYM3WAdyGPS5m1doCWoyK26+Hs8/zmwP6qpNOB7xQbI6tQyqbUYXkktz9Jgo5zLL7IJwnHDkPJJx3tlVTbwHQmsGAznh3wzzh/F7HU83zTzCzn9XSnIYuuIXT61+V/lIKVzQ8ZfiGzMYBqxW2b/goqUib3bhDxcOow68VxhLngwXfU7NpUT3mUixrRmJ1HqAbAHyDVVc3BbLAfuf3LRfu7KlSJm8h2nsf8CiIhoK7oBh31e2KfZTsaPATd7S9d2nB05U5qLS/YRCFC/uJQGaFCAFZzAAEVxtBmnWbPqxdAO5rW/KCBfIiHF496VZKomR7O90U8aa9ii6j+M6/jTT5m8/J9b2+KaacbuXJx5TAJLkbzKe+LMPsYAlQ7ycM5ICRlN3Omhu7DYQu265Yo37H98R6RaJX/8PONJ0TT6mUbb740I37InVlgyFCk9PL0lOppHWNFlFHcCX3xHbWVjEKyjoZ9TQzcSJWb/xEBaZfWWjLbSK/2I2tBaemKjqJ2M+fkvlZ4ZHmoKcsr33UaYW4XGGrQ2keatFz+FaLjAeBeDZlRsCmzJejDz9zwjxpHMRIJ28sjJosrdaUy+B3cTUUl6qvXufqsmnBCX6mjy6thK4B69qua9kO0Med5HE5hpcIhpaIxSx6MGmmAUwmQPweVqVgk6yZ1ezEkpeNSDN+B47ys1AYJW19j1ktZ16IQjNGIc0HboNd7WqSMitJihvwdAclOZkBhlQUMa/t+k3zMWaHRd0HhwKjOcSUI+9w+HUBhkNiv3H+0L6aG5wUq/H7qkue4BeyM+ab3/eWd6vaveawzmDQAptcnT3j1uigqcUsfCZiFKU86CjiTY698XhH6YQz3FX6HNvETqigKgLDqj0HsHi692j08vur92v3EXqwfI/b8U1Om50+Ec46rnFLcHLbUO3KDsbXBGQ/fben0WuiyBfRutcupr3iz7PsvGn2XWZJdc8C+Zp5X3Zh1q5jLnbPboWvtGjlc9o5PNKRWPrMLLw1vZS39XFoC71fKJIq5b6XuGhX+lO/clyxD0yRPaHKn2V/Kt/V/0ZD1bUwDm/tyXCw8IsnvArzClwlZWcWklfHE8kKMT3mLdgkTOk+tlOhyBJk8cHgMxC47/IFiVsexlLD10dnyaO7yjOGjDfNIqAzK13S+S58uwHV/KcJto1uf0zDohHnS2QVmvrwMSsqLHGTtQMEoT3G1fXipF+ZK2ifhfesCamUeWg8j5CC1I5DEKUfA8zG/3uhTM9ZT+vnZv9ncq8ZXXSVRrTGs/1whUSX1kjvuoc3/pnUGrx5WAhXLDhpWocptG1cduUXJnu9hMzPSSJRkFsX7CGr2FXY4jZuIVBrDfJUmqRDUP5u5auYDK15BKKghDAwQ8Izo4gL26Bo2EiyxxQ8SvfTpH8N41r6Hs6KvCqOSeqiovzOutyv+4eDVxIVvMaAuhjKmgtbG4ai5rbWigc+npo8S8O7jDEdUKAtsmmyTdi+yOWUVzX+PiYAEg8w9YJhhrXtMmcroWsO1YUWoH96mBnkaqhnnEPiWDWAR3SIb5i2FMzJTmqytEofWROCI/URjBbFgMfntmlcY7/C8oVfdK/Iu+DaYnJ+A8gQNF7JvTYCbcv5uGqnjSZ0wesU4rCsC5ygG5UgZKpANljE98R1iqgQ7hkuqc31dgQ58H7KBakeBgueMMdVHuUg1WOSTLlADNxRJSGBh5vdL903QjFShpFdO5NgTyIt91IZ7qoyjo+zstrUKYkPqYwKlcPzX6tw3FrkIuxS0NQQVz8BSk3bdvrNHvBP16g8Jeo2x8H9PL5KgSBvaJ/dPGhdx7yVXzc8//g4eIVUS4yd39vykOG/yM0tPl/BzXDlnqotg8V8ZBPR6TWPphBpp6e8DgbJDYFnaa5UQ5juCiFtUGvMJZjlp1bw01TJgMXDFPZdRSpM+UTCtayIGNu6KnCRagqQYneDG9yvdYTmlqY16mj0lObNYl7WcC4vUgbJXbD7kwHiinPCbrtO9MmZZXwAeGofzUqA6qTIAvvxK5CJ71EeusjT1q2N/abplpAo4FSnNIJVgYp03yr0dVly5uvlagxYvNDnfulhuBCacz5wiTWwnRVoBNYFoFLEVNul23rMlQcNueWLp2FoQVCTo3EKEvxy/LYM5cjU+ktYaxRx8Erhm2VbLR2tgX+2pLLsueoC8NyE5JXBOiI2jGgSide1Yhz5BuVqMOQlG3GCiiy8R6zFTRfgzomZyKPAVCxe+MCHaQhCy/XhwQF8MbIkEOa/FydSkwVq2MJc1Wgk6iBrNenaYym9FWakR1/bw3wkzpew7my3SokkYYpJY2l9WYSr/g/Cw6z4OPS9zCrrLgSTFRqc3VnRnexa78o/PHc/bigtnttH2FMzkQReYNq4/OmJcSEMFU/EIMnqt3vzMUCge/5ucts3yaJSNx7QLthDAMukbgV3bR8qomD3btazMtW6KpTeAugwvNZ+XQ+meY8dEWCHcN1Y13Z3CXV5BnbZAY30kY62FAP6ApJCwAvQ8gJ45FVo1/cHSGjOyZfDUvTbnBiFD63SmTlbjHMZVZs1Stuwyi1wnUuhCZr+aYo5nGGDdGOOVpt4TZSJoZYP2w8tXnE6fX3XdLJ89rUBiN5wAD+d6BPF6h5plhe2st4CMCO8LIu2NzEg2wCjMQ9GjnijpS5XsN0PpczD2cVKKTlWEV9zP1LuvErkTIWUsrdZOHBNZdsiJOuxAah9MnEjZoCWeWk3s1WC4sRNNa+PEhoXslzkS454MuEwNo/yj5Ei5pLgQHNcHnNhMssDB2XhmpHg2Iqp8f5kOJEpLy6q4tkChTPvTQZqmpe8vXaHzciIXmRHMvqPk+/kFQq8f8vAlNgvntE1KqJ8jD1S2vV7GjI8eZSGtStDc13me5qCUex1087oV6+HlsfOdygHpKw6aeD4Jr1GdW+GczZV5DIZwSyR+F1wReB82P31aGk+cJVYAJCbo6YSispOcevun9Lb1KT38Vr7xOCG8P6F1qYZ/JaDgc9sNIfjm1TuF3hFp/lIayJ28Dxyp1RB8zllnV/It/UyBoDsc5zoDgYNlBc8R7/+YCsMkp+JM9Cx1hx066haU3ZmXsfetPBQ4i0Yh70AiIr8XSquSRGfTZuYrjExu4N4WA/RDpswXHsA1BLMXLS85tf7gJlkbsqUS97vJB6qd0i1hnA8uScOMlw9CYNkrtElOuZT2rCOYOb6AXUQLlQwTCWnDAwCXDpvd2qWUGgasKttNxqEGwzINlwEnARlbu53a/NPNLK0bdme7GkLCJ90ZKAbKtp7A8ry3XgRvR6Bbnu44Uvx4rowevOWvYtGagoGMTqSxl19Uqi13uJpxzAwJ0TGn7widsCAX4gqKJHwRSw64SokdN28uYDD65QnEZB1+dVDve5VVXMqKsDyR6WzP2nxkyCgdjJusYiiE6AWwNvn7hMQ0ANyySsOmIoHgKWJBwCaeg0kJpZQrK1tuNRhSyABmApgAgTA94w7f2IoSJLkeO2WOyxkhhk/s+HWTNth7Kx5osvOnLdq1yQFkR46MBNI4HzkZghknE8Fx3nxUQbgNcnfciGlipICQCqksUP4MUnuX1v+8y8Ch/lVIw7idevzQ/Et47//VfDXK2SEvadklcxOcrjObtRjBc/Gr1gnA2Bp3oNqq1N+drrcPy+2y6KsXmkcx/PoTt1yY0T0mVrBGiU9Nt+09zeFvl/y6NfDuwI6NMovU+neXjwBieBhSBcdyv5NSOhXJTIHGkfcpj8yES+sgz5sWRJqByB2QMXIGwiBjapSnoMyJmtZZokQ5fRNFuwWn/KHZ+fYlL281wPafMnfF8+KoSw0gio6+9sPqhDtKPRqJR3DMnfMg8GF+TyOj1hq3alvFdjQkzpTH4JyM96dTnON5sKdMk5K6r8lZ2q4v1o3tyv7cCgsuw19tsvVFvzsl6/B9JnPM1LzyrsyOZJ6sXtgOFrRazgsNHNclrXuRFe7bj5/5l0WNlH0KhbCNYBBi8A1/6mkff2veMBrcyePCDKfw9yq9X1Egx4xHZ7KePc2XxpkPaZxOuHx9MGBwO8zxHj39UMj4vW4VZ6QpZxlRL3ycgZgdvJMA6Z8+4g4Eoc6rCBJmuJpkNHPveMR4irSj4rD/Ul6t7wlsMiyT0dgmoN5pvIYIbsd0D/KooZpNtgCkqVIp3m/9LPKrhjPW0v/oFIrRWegkX9imZUx5VP6WXVh7kMWCYoEQMYYh0iiuX14sEy8Fw8I/JKHLKorKuP74JQ2eqp35Yd9989Ron9aZsNGYI7FRqve8ja3T1ZmcOauf8nXLKtVPuHU9M/kM+uWJYXhfBYv6EXxFw==","base64")).toString()),s_)});var Xi={};Kt(Xi,{convertToZip:()=>out,convertToZipWorker:()=>l_,extractArchiveTo:()=>Zfe,getDefaultTaskPool:()=>zfe,getTaskPoolForConfiguration:()=>Xfe,makeArchiveFromDirectory:()=>sut});function nut(t,e){switch(t){case"async":return new t2(l_,{poolSize:e});case"workers":return new r2((0,a_.getContent)(),{poolSize:e});default:throw new Error(`Assertion failed: Unknown value ${t} for taskPoolMode`)}}function zfe(){return typeof o_>"u"&&(o_=nut("workers",Ji.availableParallelism())),o_}function Xfe(t){return typeof t>"u"?zfe():ol(iut,t,()=>{let e=t.get("taskPoolMode"),r=t.get("taskPoolConcurrency");switch(e){case"async":return new t2(l_,{poolSize:r});case"workers":return new r2((0,a_.getContent)(),{poolSize:r});default:throw new Error(`Assertion failed: Unknown value ${e} for taskPoolMode`)}})}async function l_(t){let{tmpFile:e,tgz:r,compressionLevel:o,extractBufferOpts:a}=t,n=new zi(e,{create:!0,level:o,stats:Ea.makeDefaultStats()}),u=Buffer.from(r.buffer,r.byteOffset,r.byteLength);return await Zfe(u,n,a),n.saveAndClose(),e}async function sut(t,{baseFs:e=new Rn,prefixPath:r=Bt.root,compressionLevel:o,inMemory:a=!1}={}){let n;if(a)n=new zi(null,{level:o});else{let A=await oe.mktempPromise(),p=K.join(A,"archive.zip");n=new zi(p,{create:!0,level:o})}let u=K.resolve(Bt.root,r);return await n.copyPromise(u,t,{baseFs:e,stableTime:!0,stableSort:!0}),n}async function out(t,e={}){let r=await oe.mktempPromise(),o=K.join(r,"archive.zip"),a=e.compressionLevel??e.configuration?.get("compressionLevel")??"mixed",n={prefixPath:e.prefixPath,stripComponents:e.stripComponents};return await(e.taskPool??Xfe(e.configuration)).run({tmpFile:o,tgz:t,compressionLevel:a,extractBufferOpts:n}),new zi(o,{level:e.compressionLevel})}async function*aut(t){let e=new Jfe.default.Parse,r=new Kfe.PassThrough({objectMode:!0,autoDestroy:!0,emitClose:!0});e.on("entry",o=>{r.write(o)}),e.on("error",o=>{r.destroy(o)}),e.on("close",()=>{r.destroyed||r.end()}),e.end(t);for await(let o of r){let a=o;yield a,a.resume()}}async function Zfe(t,e,{stripComponents:r=0,prefixPath:o=Bt.dot}={}){function a(n){if(n.path[0]==="/")return!0;let u=n.path.split(/\//g);return!!(u.some(A=>A==="..")||u.length<=r)}for await(let n of aut(t)){if(a(n))continue;let u=K.normalize(ue.toPortablePath(n.path)).replace(/\/$/,"").split(/\//g);if(u.length<=r)continue;let A=u.slice(r).join("/"),p=K.join(o,A),h=420;switch((n.type==="Directory"||((n.mode??0)&73)!==0)&&(h|=73),n.type){case"Directory":e.mkdirpSync(K.dirname(p),{chmod:493,utimes:[vi.SAFE_TIME,vi.SAFE_TIME]}),e.mkdirSync(p,{mode:h}),e.utimesSync(p,vi.SAFE_TIME,vi.SAFE_TIME);break;case"OldFile":case"File":e.mkdirpSync(K.dirname(p),{chmod:493,utimes:[vi.SAFE_TIME,vi.SAFE_TIME]}),e.writeFileSync(p,await Vy(n),{mode:h}),e.utimesSync(p,vi.SAFE_TIME,vi.SAFE_TIME);break;case"SymbolicLink":e.mkdirpSync(K.dirname(p),{chmod:493,utimes:[vi.SAFE_TIME,vi.SAFE_TIME]}),e.symlinkSync(n.linkpath,p),e.lutimesSync(p,vi.SAFE_TIME,vi.SAFE_TIME);break}}return e}var Kfe,Jfe,a_,o_,iut,$fe=Et(()=>{Ye();Pt();nA();Kfe=Be("stream"),Jfe=$e(qfe());Yfe();jl();a_=$e(Vfe());iut=new WeakMap});var tpe=_((c_,epe)=>{(function(t,e){typeof c_=="object"?epe.exports=e():typeof define=="function"&&define.amd?define(e):t.treeify=e()})(c_,function(){function t(a,n){var u=n?"\u2514":"\u251C";return a?u+="\u2500 ":u+="\u2500\u2500\u2510",u}function e(a,n){var u=[];for(var A in a)!a.hasOwnProperty(A)||n&&typeof a[A]=="function"||u.push(A);return u}function r(a,n,u,A,p,h,E){var I="",v=0,b,C,T=A.slice(0);if(T.push([n,u])&&A.length>0&&(A.forEach(function(U,J){J>0&&(I+=(U[1]?" ":"\u2502")+" "),!C&&U[0]===n&&(C=!0)}),I+=t(a,u)+a,p&&(typeof n!="object"||n instanceof Date)&&(I+=": "+n),C&&(I+=" (circular ref.)"),E(I)),!C&&typeof n=="object"){var L=e(n,h);L.forEach(function(U){b=++v===L.length,r(U,n[U],b,T,p,h,E)})}}var o={};return o.asLines=function(a,n,u,A){var p=typeof u!="function"?u:!1;r(".",a,!1,[],n,p,A||u)},o.asTree=function(a,n,u){var A="";return r(".",a,!1,[],n,u,function(p){A+=p+` -`}),A},o})});var $s={};Kt($s,{emitList:()=>lut,emitTree:()=>spe,treeNodeToJson:()=>ipe,treeNodeToTreeify:()=>npe});function npe(t,{configuration:e}){let r={},o=0,a=(n,u)=>{let A=Array.isArray(n)?n.entries():Object.entries(n);for(let[p,h]of A){if(!h)continue;let{label:E,value:I,children:v}=h,b=[];typeof E<"u"&&b.push(md(e,E,2)),typeof I<"u"&&b.push(Ot(e,I[0],I[1])),b.length===0&&b.push(md(e,`${p}`,2));let C=b.join(": ").trim(),T=`\0${o++}\0`,L=u[`${T}${C}`]={};typeof v<"u"&&a(v,L)}};if(typeof t.children>"u")throw new Error("The root node must only contain children");return a(t.children,r),r}function ipe(t){let e=r=>{if(typeof r.children>"u"){if(typeof r.value>"u")throw new Error("Assertion failed: Expected a value to be set if the children are missing");return yd(r.value[0],r.value[1])}let o=Array.isArray(r.children)?r.children.entries():Object.entries(r.children??{}),a=Array.isArray(r.children)?[]:{};for(let[n,u]of o)u&&(a[cut(n)]=e(u));return typeof r.value>"u"?a:{value:yd(r.value[0],r.value[1]),children:a}};return e(t)}function lut(t,{configuration:e,stdout:r,json:o}){let a=t.map(n=>({value:n}));spe({children:a},{configuration:e,stdout:r,json:o})}function spe(t,{configuration:e,stdout:r,json:o,separators:a=0}){if(o){let u=Array.isArray(t.children)?t.children.values():Object.values(t.children??{});for(let A of u)A&&r.write(`${JSON.stringify(ipe(A))} -`);return}let n=(0,rpe.asTree)(npe(t,{configuration:e}),!1,!1);if(n=n.replace(/\0[0-9]+\0/g,""),a>=1&&(n=n.replace(/^([├└]─)/gm,`\u2502 +`),delete U.NODE_ENV;let Be=await qc("yarn",["install"],{cwd:t,env:U,stdin:p,stdout:h,stderr:E,end:1});if(Be.code!==0)return Be.code;h.write(` +`);let we=await qc("yarn",[...fe,"pack","--filename",ue.fromPortablePath(e)],{cwd:t,env:U,stdin:p,stdout:h,stderr:E});return we.code!==0?we.code:0}],["Yarn",async()=>{let fe=a!==null?["workspace",a]:[];U.YARN_ENABLE_INLINE_BUILDS="1";let ce=V.join(t,dr.lockfile);await oe.existsPromise(ce)||await oe.writeFilePromise(ce,"");let me=await qc("yarn",[...fe,"pack","--install-if-needed","--filename",ue.fromPortablePath(e)],{cwd:t,env:U,stdin:p,stdout:h,stderr:E});return me.code!==0?me.code:0}],["npm",async()=>{if(a!==null){let Ee=new ph.PassThrough,Se=Vy(Ee);Ee.pipe(h,{end:!1});let le=await qc("npm",["--version"],{cwd:t,env:U,stdin:p,stdout:Ee,stderr:E,end:0});if(Ee.end(),le.code!==0)return h.end(),E.end(),le.code;let ne=(await Se).toString().trim();if(!kf(ne,">=7.x")){let ee=eA(null,"npm"),Ie=In(ee,ne),Fe=In(ee,">=7.x");throw new Error(`Workspaces aren't supported by ${Gn(r,Ie)}; please upgrade to ${Gn(r,Fe)} (npm has been detected as the primary package manager for ${Mt(r,t,yt.PATH)})`)}}let fe=a!==null?["--workspace",a]:[];delete U.npm_config_user_agent,delete U.npm_config_production,delete U.NPM_CONFIG_PRODUCTION,delete U.NODE_ENV;let ce=await qc("npm",["install","--legacy-peer-deps"],{cwd:t,env:U,stdin:p,stdout:h,stderr:E,end:1});if(ce.code!==0)return ce.code;let me=new ph.PassThrough,he=Vy(me);me.pipe(h);let Be=await qc("npm",["pack","--silent",...fe],{cwd:t,env:U,stdin:p,stdout:me,stderr:E});if(Be.code!==0)return Be.code;let we=(await he).toString().trim().replace(/^.*\n/s,""),g=V.resolve(t,ue.toPortablePath(we));return await oe.renamePromise(g,e),0}]]).get(C);if(typeof te>"u")throw new Error("Assertion failed: Unsupported workflow");let ae=await te();if(!(ae===0||typeof ae>"u"))throw oe.detachTemp(u),new zt(58,`Packing the package failed (exit code ${ae}, logs can be found here: ${Mt(r,A,yt.PATH)})`)})})})}async function Bat(t,e,{project:r}){let o=r.tryWorkspaceByLocator(t);if(o!==null)return CU(o,e);let a=r.storedPackages.get(t.locatorHash);if(!a)throw new Error(`Package for ${jr(r.configuration,t)} not found in the project`);return await Jl.openPromise(async n=>{let u=r.configuration,A=r.configuration.getLinkers(),p={project:r,report:new Nt({stdout:new ph.PassThrough,configuration:u})},h=A.find(x=>x.supportsPackage(a,p));if(!h)throw new Error(`The package ${jr(r.configuration,a)} isn't supported by any of the available linkers`);let E=await h.findPackageLocation(a,p),I=new gn(E,{baseFs:n});return(await Ot.find(Bt.dot,{baseFs:I})).scripts.has(e)})}async function Wb(t,e,r,{cwd:o,project:a,stdin:n,stdout:u,stderr:A}){return await oe.mktempPromise(async p=>{let{manifest:h,env:E,cwd:I}=await $ce(t,{project:a,binFolder:p,cwd:o,lifecycleScript:e}),v=h.scripts.get(e);if(typeof v>"u")return 1;let x=async()=>await TE(v,r,{cwd:I,env:E,stdin:n,stdout:u,stderr:A});return await(await a.configuration.reduceHook(R=>R.wrapScriptExecution,x,a,t,e,{script:v,args:r,cwd:I,env:E,stdin:n,stdout:u,stderr:A}))()})}async function EU(t,e,r,{cwd:o,project:a,stdin:n,stdout:u,stderr:A}){return await oe.mktempPromise(async p=>{let{env:h,cwd:E}=await $ce(t,{project:a,binFolder:p,cwd:o});return await TE(e,r,{cwd:E,env:h,stdin:n,stdout:u,stderr:A})})}async function vat(t,{binFolder:e,cwd:r,lifecycleScript:o}){let a=await M1({project:t.project,locator:t.anchoredLocator,binFolder:e,lifecycleScript:o});return await IU(e,await rue(t)),typeof r>"u"&&(r=V.dirname(await oe.realpathPromise(V.join(t.cwd,"package.json")))),{manifest:t.manifest,binFolder:e,env:a,cwd:r}}async function $ce(t,{project:e,binFolder:r,cwd:o,lifecycleScript:a}){let n=e.tryWorkspaceByLocator(t);if(n!==null)return vat(n,{binFolder:r,cwd:o,lifecycleScript:a});let u=e.storedPackages.get(t.locatorHash);if(!u)throw new Error(`Package for ${jr(e.configuration,t)} not found in the project`);return await Jl.openPromise(async A=>{let p=e.configuration,h=e.configuration.getLinkers(),E={project:e,report:new Nt({stdout:new ph.PassThrough,configuration:p})},I=h.find(L=>L.supportsPackage(u,E));if(!I)throw new Error(`The package ${jr(e.configuration,u)} isn't supported by any of the available linkers`);let v=await M1({project:e,locator:t,binFolder:r,lifecycleScript:a});await IU(r,await Kb(t,{project:e}));let x=await I.findPackageLocation(u,E),C=new gn(x,{baseFs:A}),R=await Ot.find(Bt.dot,{baseFs:C});return typeof o>"u"&&(o=x),{manifest:R,binFolder:r,env:v,cwd:o}})}async function eue(t,e,r,{cwd:o,stdin:a,stdout:n,stderr:u}){return await Wb(t.anchoredLocator,e,r,{cwd:o,project:t.project,stdin:a,stdout:n,stderr:u})}function CU(t,e){return t.manifest.scripts.has(e)}async function tue(t,e,{cwd:r,report:o}){let{configuration:a}=t.project,n=null;await oe.mktempPromise(async u=>{let A=V.join(u,`${e}.log`),p=`# This file contains the result of Yarn calling the "${e}" lifecycle script inside a workspace ("${ue.fromPortablePath(t.cwd)}") +`,{stdout:h,stderr:E}=a.getSubprocessStreams(A,{report:o,prefix:jr(a,t.anchoredLocator),header:p});o.reportInfo(36,`Calling the "${e}" lifecycle script`);let I=await eue(t,e,[],{cwd:r,stdin:n,stdout:h,stderr:E});if(h.end(),E.end(),I!==0)throw oe.detachTemp(u),new zt(36,`${(0,Jce.default)(e)} script failed (exit code ${Mt(a,I,yt.NUMBER)}, logs can be found here: ${Mt(a,A,yt.PATH)}); run ${Mt(a,`yarn ${e}`,yt.CODE)} to investigate`)})}async function Dat(t,e,r){CU(t,e)&&await tue(t,e,r)}function wU(t){let e=V.extname(t);if(e.match(/\.[cm]?[jt]sx?$/))return!0;if(e===".exe"||e===".bin")return!1;let r=Buffer.alloc(4),o;try{o=oe.openSync(t,"r")}catch{return!0}try{oe.readSync(o,r,0,r.length,0)}finally{oe.closeSync(o)}let a=r.readUint32BE();return!(a===3405691582||a===3489328638||a===2135247942||(a&4294901760)===1297743872)}async function Kb(t,{project:e}){let r=e.configuration,o=new Map,a=e.storedPackages.get(t.locatorHash);if(!a)throw new Error(`Package for ${jr(r,t)} not found in the project`);let n=new ph.Writable,u=r.getLinkers(),A={project:e,report:new Nt({configuration:r,stdout:n})},p=new Set([t.locatorHash]);for(let E of a.dependencies.values()){let I=e.storedResolutions.get(E.descriptorHash);if(!I)throw new Error(`Assertion failed: The resolution (${Gn(r,E)}) should have been registered`);p.add(I)}let h=await Promise.all(Array.from(p,async E=>{let I=e.storedPackages.get(E);if(!I)throw new Error(`Assertion failed: The package (${E}) should have been registered`);if(I.bin.size===0)return sl.skip;let v=u.find(C=>C.supportsPackage(I,A));if(!v)return sl.skip;let x=null;try{x=await v.findPackageLocation(I,A)}catch(C){if(C.code==="LOCATOR_NOT_INSTALLED")return sl.skip;throw C}return{dependency:I,packageLocation:x}}));for(let E of h){if(E===sl.skip)continue;let{dependency:I,packageLocation:v}=E;for(let[x,C]of I.bin){let R=V.resolve(v,C);o.set(x,[I,ue.fromPortablePath(R),wU(R)])}}return o}async function rue(t){return await Kb(t.anchoredLocator,{project:t.project})}async function IU(t,e){await Promise.all(Array.from(e,([r,[,o,a]])=>a?fh(t,r,process.execPath,[o]):fh(t,r,o,[])))}async function nue(t,e,r,{cwd:o,project:a,stdin:n,stdout:u,stderr:A,nodeArgs:p=[],packageAccessibleBinaries:h}){h??=await Kb(t,{project:a});let E=h.get(e);if(!E)throw new Error(`Binary not found (${e}) for ${jr(a.configuration,t)}`);return await oe.mktempPromise(async I=>{let[,v]=E,x=await M1({project:a,locator:t,binFolder:I});await IU(x.BERRY_BIN_FOLDER,h);let C=wU(ue.toPortablePath(v))?qc(process.execPath,[...p,v,...r],{cwd:o,env:x,stdin:n,stdout:u,stderr:A}):qc(v,r,{cwd:o,env:x,stdin:n,stdout:u,stderr:A}),R;try{R=await C}finally{await oe.removePromise(x.BERRY_BIN_FOLDER)}return R.code})}async function Sat(t,e,r,{cwd:o,stdin:a,stdout:n,stderr:u,packageAccessibleBinaries:A}){return await nue(t.anchoredLocator,e,r,{project:t.project,cwd:o,stdin:a,stdout:n,stderr:u,packageAccessibleBinaries:A})}var Jce,zce,ph,Xce,Cat,wat,BU=Et(()=>{St();St();nA();k1();Jce=$e(mU()),zce=$e(id()),ph=ve("stream");fE();Yl();O1();L1();Db();Gl();jl();Qf();bo();Xce=(a=>(a.Yarn1="Yarn Classic",a.Yarn2="Yarn",a.Npm="npm",a.Pnpm="pnpm",a))(Xce||{});Cat=2,wat=(0,zce.default)(Cat)});var OE=_((L4t,sue)=>{"use strict";var iue=new Map([["C","cwd"],["f","file"],["z","gzip"],["P","preservePaths"],["U","unlink"],["strip-components","strip"],["stripComponents","strip"],["keep-newer","newer"],["keepNewer","newer"],["keep-newer-files","newer"],["keepNewerFiles","newer"],["k","keep"],["keep-existing","keep"],["keepExisting","keep"],["m","noMtime"],["no-mtime","noMtime"],["p","preserveOwner"],["L","follow"],["h","follow"]]);sue.exports=t=>t?Object.keys(t).map(e=>[iue.has(e)?iue.get(e):e,t[e]]).reduce((e,r)=>(e[r[0]]=r[1],e),Object.create(null)):{}});var UE=_((O4t,hue)=>{"use strict";var oue=typeof process=="object"&&process?process:{stdout:null,stderr:null},Pat=ve("events"),aue=ve("stream"),lue=ve("string_decoder").StringDecoder,Mf=Symbol("EOF"),Uf=Symbol("maybeEmitEnd"),hh=Symbol("emittedEnd"),Vb=Symbol("emittingEnd"),U1=Symbol("emittedError"),Jb=Symbol("closed"),cue=Symbol("read"),zb=Symbol("flush"),uue=Symbol("flushChunk"),ka=Symbol("encoding"),_f=Symbol("decoder"),Xb=Symbol("flowing"),_1=Symbol("paused"),ME=Symbol("resume"),Fs=Symbol("bufferLength"),vU=Symbol("bufferPush"),DU=Symbol("bufferShift"),Fo=Symbol("objectMode"),Ro=Symbol("destroyed"),SU=Symbol("emitData"),Aue=Symbol("emitEnd"),PU=Symbol("emitEnd2"),Hf=Symbol("async"),H1=t=>Promise.resolve().then(t),fue=global._MP_NO_ITERATOR_SYMBOLS_!=="1",bat=fue&&Symbol.asyncIterator||Symbol("asyncIterator not implemented"),xat=fue&&Symbol.iterator||Symbol("iterator not implemented"),kat=t=>t==="end"||t==="finish"||t==="prefinish",Qat=t=>t instanceof ArrayBuffer||typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayBuffer"&&t.byteLength>=0,Fat=t=>!Buffer.isBuffer(t)&&ArrayBuffer.isView(t),Zb=class{constructor(e,r,o){this.src=e,this.dest=r,this.opts=o,this.ondrain=()=>e[ME](),r.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},bU=class extends Zb{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,r,o){super(e,r,o),this.proxyErrors=a=>r.emit("error",a),e.on("error",this.proxyErrors)}};hue.exports=class pue extends aue{constructor(e){super(),this[Xb]=!1,this[_1]=!1,this.pipes=[],this.buffer=[],this[Fo]=e&&e.objectMode||!1,this[Fo]?this[ka]=null:this[ka]=e&&e.encoding||null,this[ka]==="buffer"&&(this[ka]=null),this[Hf]=e&&!!e.async||!1,this[_f]=this[ka]?new lue(this[ka]):null,this[Mf]=!1,this[hh]=!1,this[Vb]=!1,this[Jb]=!1,this[U1]=null,this.writable=!0,this.readable=!0,this[Fs]=0,this[Ro]=!1}get bufferLength(){return this[Fs]}get encoding(){return this[ka]}set encoding(e){if(this[Fo])throw new Error("cannot set encoding in objectMode");if(this[ka]&&e!==this[ka]&&(this[_f]&&this[_f].lastNeed||this[Fs]))throw new Error("cannot change encoding");this[ka]!==e&&(this[_f]=e?new lue(e):null,this.buffer.length&&(this.buffer=this.buffer.map(r=>this[_f].write(r)))),this[ka]=e}setEncoding(e){this.encoding=e}get objectMode(){return this[Fo]}set objectMode(e){this[Fo]=this[Fo]||!!e}get async(){return this[Hf]}set async(e){this[Hf]=this[Hf]||!!e}write(e,r,o){if(this[Mf])throw new Error("write after end");if(this[Ro])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof r=="function"&&(o=r,r="utf8"),r||(r="utf8");let a=this[Hf]?H1:n=>n();return!this[Fo]&&!Buffer.isBuffer(e)&&(Fat(e)?e=Buffer.from(e.buffer,e.byteOffset,e.byteLength):Qat(e)?e=Buffer.from(e):typeof e!="string"&&(this.objectMode=!0)),this[Fo]?(this.flowing&&this[Fs]!==0&&this[zb](!0),this.flowing?this.emit("data",e):this[vU](e),this[Fs]!==0&&this.emit("readable"),o&&a(o),this.flowing):e.length?(typeof e=="string"&&!(r===this[ka]&&!this[_f].lastNeed)&&(e=Buffer.from(e,r)),Buffer.isBuffer(e)&&this[ka]&&(e=this[_f].write(e)),this.flowing&&this[Fs]!==0&&this[zb](!0),this.flowing?this.emit("data",e):this[vU](e),this[Fs]!==0&&this.emit("readable"),o&&a(o),this.flowing):(this[Fs]!==0&&this.emit("readable"),o&&a(o),this.flowing)}read(e){if(this[Ro])return null;if(this[Fs]===0||e===0||e>this[Fs])return this[Uf](),null;this[Fo]&&(e=null),this.buffer.length>1&&!this[Fo]&&(this.encoding?this.buffer=[this.buffer.join("")]:this.buffer=[Buffer.concat(this.buffer,this[Fs])]);let r=this[cue](e||null,this.buffer[0]);return this[Uf](),r}[cue](e,r){return e===r.length||e===null?this[DU]():(this.buffer[0]=r.slice(e),r=r.slice(0,e),this[Fs]-=e),this.emit("data",r),!this.buffer.length&&!this[Mf]&&this.emit("drain"),r}end(e,r,o){return typeof e=="function"&&(o=e,e=null),typeof r=="function"&&(o=r,r="utf8"),e&&this.write(e,r),o&&this.once("end",o),this[Mf]=!0,this.writable=!1,(this.flowing||!this[_1])&&this[Uf](),this}[ME](){this[Ro]||(this[_1]=!1,this[Xb]=!0,this.emit("resume"),this.buffer.length?this[zb]():this[Mf]?this[Uf]():this.emit("drain"))}resume(){return this[ME]()}pause(){this[Xb]=!1,this[_1]=!0}get destroyed(){return this[Ro]}get flowing(){return this[Xb]}get paused(){return this[_1]}[vU](e){this[Fo]?this[Fs]+=1:this[Fs]+=e.length,this.buffer.push(e)}[DU](){return this.buffer.length&&(this[Fo]?this[Fs]-=1:this[Fs]-=this.buffer[0].length),this.buffer.shift()}[zb](e){do;while(this[uue](this[DU]()));!e&&!this.buffer.length&&!this[Mf]&&this.emit("drain")}[uue](e){return e?(this.emit("data",e),this.flowing):!1}pipe(e,r){if(this[Ro])return;let o=this[hh];return r=r||{},e===oue.stdout||e===oue.stderr?r.end=!1:r.end=r.end!==!1,r.proxyErrors=!!r.proxyErrors,o?r.end&&e.end():(this.pipes.push(r.proxyErrors?new bU(this,e,r):new Zb(this,e,r)),this[Hf]?H1(()=>this[ME]()):this[ME]()),e}unpipe(e){let r=this.pipes.find(o=>o.dest===e);r&&(this.pipes.splice(this.pipes.indexOf(r),1),r.unpipe())}addListener(e,r){return this.on(e,r)}on(e,r){let o=super.on(e,r);return e==="data"&&!this.pipes.length&&!this.flowing?this[ME]():e==="readable"&&this[Fs]!==0?super.emit("readable"):kat(e)&&this[hh]?(super.emit(e),this.removeAllListeners(e)):e==="error"&&this[U1]&&(this[Hf]?H1(()=>r.call(this,this[U1])):r.call(this,this[U1])),o}get emittedEnd(){return this[hh]}[Uf](){!this[Vb]&&!this[hh]&&!this[Ro]&&this.buffer.length===0&&this[Mf]&&(this[Vb]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[Jb]&&this.emit("close"),this[Vb]=!1)}emit(e,r,...o){if(e!=="error"&&e!=="close"&&e!==Ro&&this[Ro])return;if(e==="data")return r?this[Hf]?H1(()=>this[SU](r)):this[SU](r):!1;if(e==="end")return this[Aue]();if(e==="close"){if(this[Jb]=!0,!this[hh]&&!this[Ro])return;let n=super.emit("close");return this.removeAllListeners("close"),n}else if(e==="error"){this[U1]=r;let n=super.emit("error",r);return this[Uf](),n}else if(e==="resume"){let n=super.emit("resume");return this[Uf](),n}else if(e==="finish"||e==="prefinish"){let n=super.emit(e);return this.removeAllListeners(e),n}let a=super.emit(e,r,...o);return this[Uf](),a}[SU](e){for(let o of this.pipes)o.dest.write(e)===!1&&this.pause();let r=super.emit("data",e);return this[Uf](),r}[Aue](){this[hh]||(this[hh]=!0,this.readable=!1,this[Hf]?H1(()=>this[PU]()):this[PU]())}[PU](){if(this[_f]){let r=this[_f].end();if(r){for(let o of this.pipes)o.dest.write(r);super.emit("data",r)}}for(let r of this.pipes)r.end();let e=super.emit("end");return this.removeAllListeners("end"),e}collect(){let e=[];this[Fo]||(e.dataLength=0);let r=this.promise();return this.on("data",o=>{e.push(o),this[Fo]||(e.dataLength+=o.length)}),r.then(()=>e)}concat(){return this[Fo]?Promise.reject(new Error("cannot concat in objectMode")):this.collect().then(e=>this[Fo]?Promise.reject(new Error("cannot concat in objectMode")):this[ka]?e.join(""):Buffer.concat(e,e.dataLength))}promise(){return new Promise((e,r)=>{this.on(Ro,()=>r(new Error("stream destroyed"))),this.on("error",o=>r(o)),this.on("end",()=>e())})}[bat](){return{next:()=>{let r=this.read();if(r!==null)return Promise.resolve({done:!1,value:r});if(this[Mf])return Promise.resolve({done:!0});let o=null,a=null,n=h=>{this.removeListener("data",u),this.removeListener("end",A),a(h)},u=h=>{this.removeListener("error",n),this.removeListener("end",A),this.pause(),o({value:h,done:!!this[Mf]})},A=()=>{this.removeListener("error",n),this.removeListener("data",u),o({done:!0})},p=()=>n(new Error("stream destroyed"));return new Promise((h,E)=>{a=E,o=h,this.once(Ro,p),this.once("error",n),this.once("end",A),this.once("data",u)})}}}[xat](){return{next:()=>{let r=this.read();return{value:r,done:r===null}}}}destroy(e){return this[Ro]?(e?this.emit("error",e):this.emit(Ro),this):(this[Ro]=!0,this.buffer.length=0,this[Fs]=0,typeof this.close=="function"&&!this[Jb]&&this.close(),e?this.emit("error",e):this.emit(Ro),this)}static isStream(e){return!!e&&(e instanceof pue||e instanceof aue||e instanceof Pat&&(typeof e.pipe=="function"||typeof e.write=="function"&&typeof e.end=="function"))}}});var due=_((M4t,gue)=>{var Rat=ve("zlib").constants||{ZLIB_VERNUM:4736};gue.exports=Object.freeze(Object.assign(Object.create(null),{Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_VERSION_ERROR:-6,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,DEFLATE:1,INFLATE:2,GZIP:3,GUNZIP:4,DEFLATERAW:5,INFLATERAW:6,UNZIP:7,BROTLI_DECODE:8,BROTLI_ENCODE:9,Z_MIN_WINDOWBITS:8,Z_MAX_WINDOWBITS:15,Z_DEFAULT_WINDOWBITS:15,Z_MIN_CHUNK:64,Z_MAX_CHUNK:1/0,Z_DEFAULT_CHUNK:16384,Z_MIN_MEMLEVEL:1,Z_MAX_MEMLEVEL:9,Z_DEFAULT_MEMLEVEL:8,Z_MIN_LEVEL:-1,Z_MAX_LEVEL:9,Z_DEFAULT_LEVEL:-1,BROTLI_OPERATION_PROCESS:0,BROTLI_OPERATION_FLUSH:1,BROTLI_OPERATION_FINISH:2,BROTLI_OPERATION_EMIT_METADATA:3,BROTLI_MODE_GENERIC:0,BROTLI_MODE_TEXT:1,BROTLI_MODE_FONT:2,BROTLI_DEFAULT_MODE:0,BROTLI_MIN_QUALITY:0,BROTLI_MAX_QUALITY:11,BROTLI_DEFAULT_QUALITY:11,BROTLI_MIN_WINDOW_BITS:10,BROTLI_MAX_WINDOW_BITS:24,BROTLI_LARGE_MAX_WINDOW_BITS:30,BROTLI_DEFAULT_WINDOW:22,BROTLI_MIN_INPUT_BLOCK_BITS:16,BROTLI_MAX_INPUT_BLOCK_BITS:24,BROTLI_PARAM_MODE:0,BROTLI_PARAM_QUALITY:1,BROTLI_PARAM_LGWIN:2,BROTLI_PARAM_LGBLOCK:3,BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING:4,BROTLI_PARAM_SIZE_HINT:5,BROTLI_PARAM_LARGE_WINDOW:6,BROTLI_PARAM_NPOSTFIX:7,BROTLI_PARAM_NDIRECT:8,BROTLI_DECODER_RESULT_ERROR:0,BROTLI_DECODER_RESULT_SUCCESS:1,BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT:2,BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION:0,BROTLI_DECODER_PARAM_LARGE_WINDOW:1,BROTLI_DECODER_NO_ERROR:0,BROTLI_DECODER_SUCCESS:1,BROTLI_DECODER_NEEDS_MORE_INPUT:2,BROTLI_DECODER_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE:-1,BROTLI_DECODER_ERROR_FORMAT_RESERVED:-2,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE:-3,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET:-4,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME:-5,BROTLI_DECODER_ERROR_FORMAT_CL_SPACE:-6,BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE:-7,BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT:-8,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1:-9,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2:-10,BROTLI_DECODER_ERROR_FORMAT_TRANSFORM:-11,BROTLI_DECODER_ERROR_FORMAT_DICTIONARY:-12,BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS:-13,BROTLI_DECODER_ERROR_FORMAT_PADDING_1:-14,BROTLI_DECODER_ERROR_FORMAT_PADDING_2:-15,BROTLI_DECODER_ERROR_FORMAT_DISTANCE:-16,BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET:-19,BROTLI_DECODER_ERROR_INVALID_ARGUMENTS:-20,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES:-21,BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS:-22,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP:-25,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1:-26,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2:-27,BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES:-30,BROTLI_DECODER_ERROR_UNREACHABLE:-31},Rat))});var qU=_(cl=>{"use strict";var RU=ve("assert"),gh=ve("buffer").Buffer,Eue=ve("zlib"),Fd=cl.constants=due(),Tat=UE(),mue=gh.concat,Rd=Symbol("_superWrite"),HE=class extends Error{constructor(e){super("zlib: "+e.message),this.code=e.code,this.errno=e.errno,this.code||(this.code="ZLIB_ERROR"),this.message="zlib: "+e.message,Error.captureStackTrace(this,this.constructor)}get name(){return"ZlibError"}},Nat=Symbol("opts"),j1=Symbol("flushFlag"),yue=Symbol("finishFlushFlag"),GU=Symbol("fullFlushFlag"),ti=Symbol("handle"),$b=Symbol("onError"),_E=Symbol("sawError"),xU=Symbol("level"),kU=Symbol("strategy"),QU=Symbol("ended"),U4t=Symbol("_defaultFullFlush"),ex=class extends Tat{constructor(e,r){if(!e||typeof e!="object")throw new TypeError("invalid options for ZlibBase constructor");super(e),this[_E]=!1,this[QU]=!1,this[Nat]=e,this[j1]=e.flush,this[yue]=e.finishFlush;try{this[ti]=new Eue[r](e)}catch(o){throw new HE(o)}this[$b]=o=>{this[_E]||(this[_E]=!0,this.close(),this.emit("error",o))},this[ti].on("error",o=>this[$b](new HE(o))),this.once("end",()=>this.close)}close(){this[ti]&&(this[ti].close(),this[ti]=null,this.emit("close"))}reset(){if(!this[_E])return RU(this[ti],"zlib binding closed"),this[ti].reset()}flush(e){this.ended||(typeof e!="number"&&(e=this[GU]),this.write(Object.assign(gh.alloc(0),{[j1]:e})))}end(e,r,o){return e&&this.write(e,r),this.flush(this[yue]),this[QU]=!0,super.end(null,null,o)}get ended(){return this[QU]}write(e,r,o){if(typeof r=="function"&&(o=r,r="utf8"),typeof e=="string"&&(e=gh.from(e,r)),this[_E])return;RU(this[ti],"zlib binding closed");let a=this[ti]._handle,n=a.close;a.close=()=>{};let u=this[ti].close;this[ti].close=()=>{},gh.concat=h=>h;let A;try{let h=typeof e[j1]=="number"?e[j1]:this[j1];A=this[ti]._processChunk(e,h),gh.concat=mue}catch(h){gh.concat=mue,this[$b](new HE(h))}finally{this[ti]&&(this[ti]._handle=a,a.close=n,this[ti].close=u,this[ti].removeAllListeners("error"))}this[ti]&&this[ti].on("error",h=>this[$b](new HE(h)));let p;if(A)if(Array.isArray(A)&&A.length>0){p=this[Rd](gh.from(A[0]));for(let h=1;h{this.flush(a),n()};try{this[ti].params(e,r)}finally{this[ti].flush=o}this[ti]&&(this[xU]=e,this[kU]=r)}}}},TU=class extends jf{constructor(e){super(e,"Deflate")}},NU=class extends jf{constructor(e){super(e,"Inflate")}},FU=Symbol("_portable"),LU=class extends jf{constructor(e){super(e,"Gzip"),this[FU]=e&&!!e.portable}[Rd](e){return this[FU]?(this[FU]=!1,e[9]=255,super[Rd](e)):super[Rd](e)}},OU=class extends jf{constructor(e){super(e,"Gunzip")}},MU=class extends jf{constructor(e){super(e,"DeflateRaw")}},UU=class extends jf{constructor(e){super(e,"InflateRaw")}},_U=class extends jf{constructor(e){super(e,"Unzip")}},tx=class extends ex{constructor(e,r){e=e||{},e.flush=e.flush||Fd.BROTLI_OPERATION_PROCESS,e.finishFlush=e.finishFlush||Fd.BROTLI_OPERATION_FINISH,super(e,r),this[GU]=Fd.BROTLI_OPERATION_FLUSH}},HU=class extends tx{constructor(e){super(e,"BrotliCompress")}},jU=class extends tx{constructor(e){super(e,"BrotliDecompress")}};cl.Deflate=TU;cl.Inflate=NU;cl.Gzip=LU;cl.Gunzip=OU;cl.DeflateRaw=MU;cl.InflateRaw=UU;cl.Unzip=_U;typeof Eue.BrotliCompress=="function"?(cl.BrotliCompress=HU,cl.BrotliDecompress=jU):cl.BrotliCompress=cl.BrotliDecompress=class{constructor(){throw new Error("Brotli is not supported in this version of Node.js")}}});var jE=_((j4t,Cue)=>{var Lat=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform;Cue.exports=Lat!=="win32"?t=>t:t=>t&&t.replace(/\\/g,"/")});var rx=_((q4t,wue)=>{"use strict";var Oat=UE(),YU=jE(),WU=Symbol("slurp");wue.exports=class extends Oat{constructor(e,r,o){switch(super(),this.pause(),this.extended=r,this.globalExtended=o,this.header=e,this.startBlockSize=512*Math.ceil(e.size/512),this.blockRemain=this.startBlockSize,this.remain=e.size,this.type=e.type,this.meta=!1,this.ignore=!1,this.type){case"File":case"OldFile":case"Link":case"SymbolicLink":case"CharacterDevice":case"BlockDevice":case"Directory":case"FIFO":case"ContiguousFile":case"GNUDumpDir":break;case"NextFileHasLongLinkpath":case"NextFileHasLongPath":case"OldGnuLongPath":case"GlobalExtendedHeader":case"ExtendedHeader":case"OldExtendedHeader":this.meta=!0;break;default:this.ignore=!0}this.path=YU(e.path),this.mode=e.mode,this.mode&&(this.mode=this.mode&4095),this.uid=e.uid,this.gid=e.gid,this.uname=e.uname,this.gname=e.gname,this.size=e.size,this.mtime=e.mtime,this.atime=e.atime,this.ctime=e.ctime,this.linkpath=YU(e.linkpath),this.uname=e.uname,this.gname=e.gname,r&&this[WU](r),o&&this[WU](o,!0)}write(e){let r=e.length;if(r>this.blockRemain)throw new Error("writing more to entry than is appropriate");let o=this.remain,a=this.blockRemain;return this.remain=Math.max(0,o-r),this.blockRemain=Math.max(0,a-r),this.ignore?!0:o>=r?super.write(e):super.write(e.slice(0,o))}[WU](e,r){for(let o in e)e[o]!==null&&e[o]!==void 0&&!(r&&o==="path")&&(this[o]=o==="path"||o==="linkpath"?YU(e[o]):e[o])}}});var KU=_(nx=>{"use strict";nx.name=new Map([["0","File"],["","OldFile"],["1","Link"],["2","SymbolicLink"],["3","CharacterDevice"],["4","BlockDevice"],["5","Directory"],["6","FIFO"],["7","ContiguousFile"],["g","GlobalExtendedHeader"],["x","ExtendedHeader"],["A","SolarisACL"],["D","GNUDumpDir"],["I","Inode"],["K","NextFileHasLongLinkpath"],["L","NextFileHasLongPath"],["M","ContinuationFile"],["N","OldGnuLongPath"],["S","SparseFile"],["V","TapeVolumeHeader"],["X","OldExtendedHeader"]]);nx.code=new Map(Array.from(nx.name).map(t=>[t[1],t[0]]))});var Due=_((W4t,vue)=>{"use strict";var Mat=(t,e)=>{if(Number.isSafeInteger(t))t<0?_at(t,e):Uat(t,e);else throw Error("cannot encode number outside of javascript safe integer range");return e},Uat=(t,e)=>{e[0]=128;for(var r=e.length;r>1;r--)e[r-1]=t&255,t=Math.floor(t/256)},_at=(t,e)=>{e[0]=255;var r=!1;t=t*-1;for(var o=e.length;o>1;o--){var a=t&255;t=Math.floor(t/256),r?e[o-1]=Iue(a):a===0?e[o-1]=0:(r=!0,e[o-1]=Bue(a))}},Hat=t=>{let e=t[0],r=e===128?Gat(t.slice(1,t.length)):e===255?jat(t):null;if(r===null)throw Error("invalid base256 encoding");if(!Number.isSafeInteger(r))throw Error("parsed number outside of javascript safe integer range");return r},jat=t=>{for(var e=t.length,r=0,o=!1,a=e-1;a>-1;a--){var n=t[a],u;o?u=Iue(n):n===0?u=n:(o=!0,u=Bue(n)),u!==0&&(r-=u*Math.pow(256,e-a-1))}return r},Gat=t=>{for(var e=t.length,r=0,o=e-1;o>-1;o--){var a=t[o];a!==0&&(r+=a*Math.pow(256,e-o-1))}return r},Iue=t=>(255^t)&255,Bue=t=>(255^t)+1&255;vue.exports={encode:Mat,parse:Hat}});var qE=_((K4t,Pue)=>{"use strict";var VU=KU(),GE=ve("path").posix,Sue=Due(),JU=Symbol("slurp"),ul=Symbol("type"),ZU=class{constructor(e,r,o,a){this.cksumValid=!1,this.needPax=!1,this.nullBlock=!1,this.block=null,this.path=null,this.mode=null,this.uid=null,this.gid=null,this.size=null,this.mtime=null,this.cksum=null,this[ul]="0",this.linkpath=null,this.uname=null,this.gname=null,this.devmaj=0,this.devmin=0,this.atime=null,this.ctime=null,Buffer.isBuffer(e)?this.decode(e,r||0,o,a):e&&this.set(e)}decode(e,r,o,a){if(r||(r=0),!e||!(e.length>=r+512))throw new Error("need 512 bytes for header");if(this.path=Td(e,r,100),this.mode=dh(e,r+100,8),this.uid=dh(e,r+108,8),this.gid=dh(e,r+116,8),this.size=dh(e,r+124,12),this.mtime=zU(e,r+136,12),this.cksum=dh(e,r+148,12),this[JU](o),this[JU](a,!0),this[ul]=Td(e,r+156,1),this[ul]===""&&(this[ul]="0"),this[ul]==="0"&&this.path.substr(-1)==="/"&&(this[ul]="5"),this[ul]==="5"&&(this.size=0),this.linkpath=Td(e,r+157,100),e.slice(r+257,r+265).toString()==="ustar\x0000")if(this.uname=Td(e,r+265,32),this.gname=Td(e,r+297,32),this.devmaj=dh(e,r+329,8),this.devmin=dh(e,r+337,8),e[r+475]!==0){let u=Td(e,r+345,155);this.path=u+"/"+this.path}else{let u=Td(e,r+345,130);u&&(this.path=u+"/"+this.path),this.atime=zU(e,r+476,12),this.ctime=zU(e,r+488,12)}let n=8*32;for(let u=r;u=r+512))throw new Error("need 512 bytes for header");let o=this.ctime||this.atime?130:155,a=qat(this.path||"",o),n=a[0],u=a[1];this.needPax=a[2],this.needPax=Nd(e,r,100,n)||this.needPax,this.needPax=mh(e,r+100,8,this.mode)||this.needPax,this.needPax=mh(e,r+108,8,this.uid)||this.needPax,this.needPax=mh(e,r+116,8,this.gid)||this.needPax,this.needPax=mh(e,r+124,12,this.size)||this.needPax,this.needPax=XU(e,r+136,12,this.mtime)||this.needPax,e[r+156]=this[ul].charCodeAt(0),this.needPax=Nd(e,r+157,100,this.linkpath)||this.needPax,e.write("ustar\x0000",r+257,8),this.needPax=Nd(e,r+265,32,this.uname)||this.needPax,this.needPax=Nd(e,r+297,32,this.gname)||this.needPax,this.needPax=mh(e,r+329,8,this.devmaj)||this.needPax,this.needPax=mh(e,r+337,8,this.devmin)||this.needPax,this.needPax=Nd(e,r+345,o,u)||this.needPax,e[r+475]!==0?this.needPax=Nd(e,r+345,155,u)||this.needPax:(this.needPax=Nd(e,r+345,130,u)||this.needPax,this.needPax=XU(e,r+476,12,this.atime)||this.needPax,this.needPax=XU(e,r+488,12,this.ctime)||this.needPax);let A=8*32;for(let p=r;p{let o=t,a="",n,u=GE.parse(t).root||".";if(Buffer.byteLength(o)<100)n=[o,a,!1];else{a=GE.dirname(o),o=GE.basename(o);do Buffer.byteLength(o)<=100&&Buffer.byteLength(a)<=e?n=[o,a,!1]:Buffer.byteLength(o)>100&&Buffer.byteLength(a)<=e?n=[o.substr(0,100-1),a,!0]:(o=GE.join(GE.basename(a),o),a=GE.dirname(a));while(a!==u&&!n);n||(n=[t.substr(0,100-1),"",!0])}return n},Td=(t,e,r)=>t.slice(e,e+r).toString("utf8").replace(/\0.*/,""),zU=(t,e,r)=>Yat(dh(t,e,r)),Yat=t=>t===null?null:new Date(t*1e3),dh=(t,e,r)=>t[e]&128?Sue.parse(t.slice(e,e+r)):Kat(t,e,r),Wat=t=>isNaN(t)?null:t,Kat=(t,e,r)=>Wat(parseInt(t.slice(e,e+r).toString("utf8").replace(/\0.*$/,"").trim(),8)),Vat={12:8589934591,8:2097151},mh=(t,e,r,o)=>o===null?!1:o>Vat[r]||o<0?(Sue.encode(o,t.slice(e,e+r)),!0):(Jat(t,e,r,o),!1),Jat=(t,e,r,o)=>t.write(zat(o,r),e,r,"ascii"),zat=(t,e)=>Xat(Math.floor(t).toString(8),e),Xat=(t,e)=>(t.length===e-1?t:new Array(e-t.length-1).join("0")+t+" ")+"\0",XU=(t,e,r,o)=>o===null?!1:mh(t,e,r,o.getTime()/1e3),Zat=new Array(156).join("\0"),Nd=(t,e,r,o)=>o===null?!1:(t.write(o+Zat,e,r,"utf8"),o.length!==Buffer.byteLength(o)||o.length>r);Pue.exports=ZU});var ix=_((V4t,bue)=>{"use strict";var $at=qE(),elt=ve("path"),G1=class{constructor(e,r){this.atime=e.atime||null,this.charset=e.charset||null,this.comment=e.comment||null,this.ctime=e.ctime||null,this.gid=e.gid||null,this.gname=e.gname||null,this.linkpath=e.linkpath||null,this.mtime=e.mtime||null,this.path=e.path||null,this.size=e.size||null,this.uid=e.uid||null,this.uname=e.uname||null,this.dev=e.dev||null,this.ino=e.ino||null,this.nlink=e.nlink||null,this.global=r||!1}encode(){let e=this.encodeBody();if(e==="")return null;let r=Buffer.byteLength(e),o=512*Math.ceil(1+r/512),a=Buffer.allocUnsafe(o);for(let n=0;n<512;n++)a[n]=0;new $at({path:("PaxHeader/"+elt.basename(this.path)).slice(0,99),mode:this.mode||420,uid:this.uid||null,gid:this.gid||null,size:r,mtime:this.mtime||null,type:this.global?"GlobalExtendedHeader":"ExtendedHeader",linkpath:"",uname:this.uname||"",gname:this.gname||"",devmaj:0,devmin:0,atime:this.atime||null,ctime:this.ctime||null}).encode(a),a.write(e,512,r,"utf8");for(let n=r+512;n=Math.pow(10,n)&&(n+=1),n+a+o}};G1.parse=(t,e,r)=>new G1(tlt(rlt(t),e),r);var tlt=(t,e)=>e?Object.keys(t).reduce((r,o)=>(r[o]=t[o],r),e):t,rlt=t=>t.replace(/\n$/,"").split(` +`).reduce(nlt,Object.create(null)),nlt=(t,e)=>{let r=parseInt(e,10);if(r!==Buffer.byteLength(e)+1)return t;e=e.substr((r+" ").length);let o=e.split("="),a=o.shift().replace(/^SCHILY\.(dev|ino|nlink)/,"$1");if(!a)return t;let n=o.join("=");return t[a]=/^([A-Z]+\.)?([mac]|birth|creation)time$/.test(a)?new Date(n*1e3):/^[0-9]+$/.test(n)?+n:n,t};bue.exports=G1});var YE=_((J4t,xue)=>{xue.exports=t=>{let e=t.length-1,r=-1;for(;e>-1&&t.charAt(e)==="/";)r=e,e--;return r===-1?t:t.slice(0,r)}});var sx=_((z4t,kue)=>{"use strict";kue.exports=t=>class extends t{warn(e,r,o={}){this.file&&(o.file=this.file),this.cwd&&(o.cwd=this.cwd),o.code=r instanceof Error&&r.code||e,o.tarCode=e,!this.strict&&o.recoverable!==!1?(r instanceof Error&&(o=Object.assign(r,o),r=r.message),this.emit("warn",o.tarCode,r,o)):r instanceof Error?this.emit("error",Object.assign(r,o)):this.emit("error",Object.assign(new Error(`${e}: ${r}`),o))}}});var e3=_((Z4t,Que)=>{"use strict";var ox=["|","<",">","?",":"],$U=ox.map(t=>String.fromCharCode(61440+t.charCodeAt(0))),ilt=new Map(ox.map((t,e)=>[t,$U[e]])),slt=new Map($U.map((t,e)=>[t,ox[e]]));Que.exports={encode:t=>ox.reduce((e,r)=>e.split(r).join(ilt.get(r)),t),decode:t=>$U.reduce((e,r)=>e.split(r).join(slt.get(r)),t)}});var t3=_(($4t,Rue)=>{var{isAbsolute:olt,parse:Fue}=ve("path").win32;Rue.exports=t=>{let e="",r=Fue(t);for(;olt(t)||r.root;){let o=t.charAt(0)==="/"&&t.slice(0,4)!=="//?/"?"/":r.root;t=t.substr(o.length),e+=o,r=Fue(t)}return[e,t]}});var Nue=_((eUt,Tue)=>{"use strict";Tue.exports=(t,e,r)=>(t&=4095,r&&(t=(t|384)&-19),e&&(t&256&&(t|=64),t&32&&(t|=8),t&4&&(t|=1)),t)});var A3=_((nUt,Jue)=>{"use strict";var jue=UE(),Gue=ix(),que=qE(),oA=ve("fs"),Lue=ve("path"),sA=jE(),alt=YE(),Yue=(t,e)=>e?(t=sA(t).replace(/^\.(\/|$)/,""),alt(e)+"/"+t):sA(t),llt=16*1024*1024,Oue=Symbol("process"),Mue=Symbol("file"),Uue=Symbol("directory"),n3=Symbol("symlink"),_ue=Symbol("hardlink"),q1=Symbol("header"),ax=Symbol("read"),i3=Symbol("lstat"),lx=Symbol("onlstat"),s3=Symbol("onread"),o3=Symbol("onreadlink"),a3=Symbol("openfile"),l3=Symbol("onopenfile"),yh=Symbol("close"),cx=Symbol("mode"),c3=Symbol("awaitDrain"),r3=Symbol("ondrain"),aA=Symbol("prefix"),Hue=Symbol("hadError"),Wue=sx(),clt=e3(),Kue=t3(),Vue=Nue(),ux=Wue(class extends jue{constructor(e,r){if(r=r||{},super(r),typeof e!="string")throw new TypeError("path is required");this.path=sA(e),this.portable=!!r.portable,this.myuid=process.getuid&&process.getuid()||0,this.myuser=process.env.USER||"",this.maxReadSize=r.maxReadSize||llt,this.linkCache=r.linkCache||new Map,this.statCache=r.statCache||new Map,this.preservePaths=!!r.preservePaths,this.cwd=sA(r.cwd||process.cwd()),this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.mtime=r.mtime||null,this.prefix=r.prefix?sA(r.prefix):null,this.fd=null,this.blockLen=null,this.blockRemain=null,this.buf=null,this.offset=null,this.length=null,this.pos=null,this.remain=null,typeof r.onwarn=="function"&&this.on("warn",r.onwarn);let o=!1;if(!this.preservePaths){let[a,n]=Kue(this.path);a&&(this.path=n,o=a)}this.win32=!!r.win32||process.platform==="win32",this.win32&&(this.path=clt.decode(this.path.replace(/\\/g,"/")),e=e.replace(/\\/g,"/")),this.absolute=sA(r.absolute||Lue.resolve(this.cwd,e)),this.path===""&&(this.path="./"),o&&this.warn("TAR_ENTRY_INFO",`stripping ${o} from absolute path`,{entry:this,path:o+this.path}),this.statCache.has(this.absolute)?this[lx](this.statCache.get(this.absolute)):this[i3]()}emit(e,...r){return e==="error"&&(this[Hue]=!0),super.emit(e,...r)}[i3](){oA.lstat(this.absolute,(e,r)=>{if(e)return this.emit("error",e);this[lx](r)})}[lx](e){this.statCache.set(this.absolute,e),this.stat=e,e.isFile()||(e.size=0),this.type=Alt(e),this.emit("stat",e),this[Oue]()}[Oue](){switch(this.type){case"File":return this[Mue]();case"Directory":return this[Uue]();case"SymbolicLink":return this[n3]();default:return this.end()}}[cx](e){return Vue(e,this.type==="Directory",this.portable)}[aA](e){return Yue(e,this.prefix)}[q1](){this.type==="Directory"&&this.portable&&(this.noMtime=!0),this.header=new que({path:this[aA](this.path),linkpath:this.type==="Link"?this[aA](this.linkpath):this.linkpath,mode:this[cx](this.stat.mode),uid:this.portable?null:this.stat.uid,gid:this.portable?null:this.stat.gid,size:this.stat.size,mtime:this.noMtime?null:this.mtime||this.stat.mtime,type:this.type,uname:this.portable?null:this.stat.uid===this.myuid?this.myuser:"",atime:this.portable?null:this.stat.atime,ctime:this.portable?null:this.stat.ctime}),this.header.encode()&&!this.noPax&&super.write(new Gue({atime:this.portable?null:this.header.atime,ctime:this.portable?null:this.header.ctime,gid:this.portable?null:this.header.gid,mtime:this.noMtime?null:this.mtime||this.header.mtime,path:this[aA](this.path),linkpath:this.type==="Link"?this[aA](this.linkpath):this.linkpath,size:this.header.size,uid:this.portable?null:this.header.uid,uname:this.portable?null:this.header.uname,dev:this.portable?null:this.stat.dev,ino:this.portable?null:this.stat.ino,nlink:this.portable?null:this.stat.nlink}).encode()),super.write(this.header.block)}[Uue](){this.path.substr(-1)!=="/"&&(this.path+="/"),this.stat.size=0,this[q1](),this.end()}[n3](){oA.readlink(this.absolute,(e,r)=>{if(e)return this.emit("error",e);this[o3](r)})}[o3](e){this.linkpath=sA(e),this[q1](),this.end()}[_ue](e){this.type="Link",this.linkpath=sA(Lue.relative(this.cwd,e)),this.stat.size=0,this[q1](),this.end()}[Mue](){if(this.stat.nlink>1){let e=this.stat.dev+":"+this.stat.ino;if(this.linkCache.has(e)){let r=this.linkCache.get(e);if(r.indexOf(this.cwd)===0)return this[_ue](r)}this.linkCache.set(e,this.absolute)}if(this[q1](),this.stat.size===0)return this.end();this[a3]()}[a3](){oA.open(this.absolute,"r",(e,r)=>{if(e)return this.emit("error",e);this[l3](r)})}[l3](e){if(this.fd=e,this[Hue])return this[yh]();this.blockLen=512*Math.ceil(this.stat.size/512),this.blockRemain=this.blockLen;let r=Math.min(this.blockLen,this.maxReadSize);this.buf=Buffer.allocUnsafe(r),this.offset=0,this.pos=0,this.remain=this.stat.size,this.length=this.buf.length,this[ax]()}[ax](){let{fd:e,buf:r,offset:o,length:a,pos:n}=this;oA.read(e,r,o,a,n,(u,A)=>{if(u)return this[yh](()=>this.emit("error",u));this[s3](A)})}[yh](e){oA.close(this.fd,e)}[s3](e){if(e<=0&&this.remain>0){let a=new Error("encountered unexpected EOF");return a.path=this.absolute,a.syscall="read",a.code="EOF",this[yh](()=>this.emit("error",a))}if(e>this.remain){let a=new Error("did not encounter expected EOF");return a.path=this.absolute,a.syscall="read",a.code="EOF",this[yh](()=>this.emit("error",a))}if(e===this.remain)for(let a=e;athis[r3]())}[c3](e){this.once("drain",e)}write(e){if(this.blockRemaine?this.emit("error",e):this.end());this.offset>=this.length&&(this.buf=Buffer.allocUnsafe(Math.min(this.blockRemain,this.buf.length)),this.offset=0),this.length=this.buf.length-this.offset,this[ax]()}}),u3=class extends ux{[i3](){this[lx](oA.lstatSync(this.absolute))}[n3](){this[o3](oA.readlinkSync(this.absolute))}[a3](){this[l3](oA.openSync(this.absolute,"r"))}[ax](){let e=!0;try{let{fd:r,buf:o,offset:a,length:n,pos:u}=this,A=oA.readSync(r,o,a,n,u);this[s3](A),e=!1}finally{if(e)try{this[yh](()=>{})}catch{}}}[c3](e){e()}[yh](e){oA.closeSync(this.fd),e()}},ult=Wue(class extends jue{constructor(e,r){r=r||{},super(r),this.preservePaths=!!r.preservePaths,this.portable=!!r.portable,this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.readEntry=e,this.type=e.type,this.type==="Directory"&&this.portable&&(this.noMtime=!0),this.prefix=r.prefix||null,this.path=sA(e.path),this.mode=this[cx](e.mode),this.uid=this.portable?null:e.uid,this.gid=this.portable?null:e.gid,this.uname=this.portable?null:e.uname,this.gname=this.portable?null:e.gname,this.size=e.size,this.mtime=this.noMtime?null:r.mtime||e.mtime,this.atime=this.portable?null:e.atime,this.ctime=this.portable?null:e.ctime,this.linkpath=sA(e.linkpath),typeof r.onwarn=="function"&&this.on("warn",r.onwarn);let o=!1;if(!this.preservePaths){let[a,n]=Kue(this.path);a&&(this.path=n,o=a)}this.remain=e.size,this.blockRemain=e.startBlockSize,this.header=new que({path:this[aA](this.path),linkpath:this.type==="Link"?this[aA](this.linkpath):this.linkpath,mode:this.mode,uid:this.portable?null:this.uid,gid:this.portable?null:this.gid,size:this.size,mtime:this.noMtime?null:this.mtime,type:this.type,uname:this.portable?null:this.uname,atime:this.portable?null:this.atime,ctime:this.portable?null:this.ctime}),o&&this.warn("TAR_ENTRY_INFO",`stripping ${o} from absolute path`,{entry:this,path:o+this.path}),this.header.encode()&&!this.noPax&&super.write(new Gue({atime:this.portable?null:this.atime,ctime:this.portable?null:this.ctime,gid:this.portable?null:this.gid,mtime:this.noMtime?null:this.mtime,path:this[aA](this.path),linkpath:this.type==="Link"?this[aA](this.linkpath):this.linkpath,size:this.size,uid:this.portable?null:this.uid,uname:this.portable?null:this.uname,dev:this.portable?null:this.readEntry.dev,ino:this.portable?null:this.readEntry.ino,nlink:this.portable?null:this.readEntry.nlink}).encode()),super.write(this.header.block),e.pipe(this)}[aA](e){return Yue(e,this.prefix)}[cx](e){return Vue(e,this.type==="Directory",this.portable)}write(e){let r=e.length;if(r>this.blockRemain)throw new Error("writing more to entry than is appropriate");return this.blockRemain-=r,super.write(e)}end(){return this.blockRemain&&super.write(Buffer.alloc(this.blockRemain)),super.end()}});ux.Sync=u3;ux.Tar=ult;var Alt=t=>t.isFile()?"File":t.isDirectory()?"Directory":t.isSymbolicLink()?"SymbolicLink":"Unsupported";Jue.exports=ux});var Ex=_((sUt,rAe)=>{"use strict";var mx=class{constructor(e,r){this.path=e||"./",this.absolute=r,this.entry=null,this.stat=null,this.readdir=null,this.pending=!1,this.ignore=!1,this.piped=!1}},flt=UE(),plt=qU(),hlt=rx(),C3=A3(),glt=C3.Sync,dlt=C3.Tar,mlt=IS(),zue=Buffer.alloc(1024),px=Symbol("onStat"),Ax=Symbol("ended"),lA=Symbol("queue"),WE=Symbol("current"),Ld=Symbol("process"),fx=Symbol("processing"),Xue=Symbol("processJob"),cA=Symbol("jobs"),f3=Symbol("jobDone"),hx=Symbol("addFSEntry"),Zue=Symbol("addTarEntry"),d3=Symbol("stat"),m3=Symbol("readdir"),gx=Symbol("onreaddir"),dx=Symbol("pipe"),$ue=Symbol("entry"),p3=Symbol("entryOpt"),y3=Symbol("writeEntryClass"),tAe=Symbol("write"),h3=Symbol("ondrain"),yx=ve("fs"),eAe=ve("path"),ylt=sx(),g3=jE(),w3=ylt(class extends flt{constructor(e){super(e),e=e||Object.create(null),this.opt=e,this.file=e.file||"",this.cwd=e.cwd||process.cwd(),this.maxReadSize=e.maxReadSize,this.preservePaths=!!e.preservePaths,this.strict=!!e.strict,this.noPax=!!e.noPax,this.prefix=g3(e.prefix||""),this.linkCache=e.linkCache||new Map,this.statCache=e.statCache||new Map,this.readdirCache=e.readdirCache||new Map,this[y3]=C3,typeof e.onwarn=="function"&&this.on("warn",e.onwarn),this.portable=!!e.portable,this.zip=null,e.gzip?(typeof e.gzip!="object"&&(e.gzip={}),this.portable&&(e.gzip.portable=!0),this.zip=new plt.Gzip(e.gzip),this.zip.on("data",r=>super.write(r)),this.zip.on("end",r=>super.end()),this.zip.on("drain",r=>this[h3]()),this.on("resume",r=>this.zip.resume())):this.on("drain",this[h3]),this.noDirRecurse=!!e.noDirRecurse,this.follow=!!e.follow,this.noMtime=!!e.noMtime,this.mtime=e.mtime||null,this.filter=typeof e.filter=="function"?e.filter:r=>!0,this[lA]=new mlt,this[cA]=0,this.jobs=+e.jobs||4,this[fx]=!1,this[Ax]=!1}[tAe](e){return super.write(e)}add(e){return this.write(e),this}end(e){return e&&this.write(e),this[Ax]=!0,this[Ld](),this}write(e){if(this[Ax])throw new Error("write after end");return e instanceof hlt?this[Zue](e):this[hx](e),this.flowing}[Zue](e){let r=g3(eAe.resolve(this.cwd,e.path));if(!this.filter(e.path,e))e.resume();else{let o=new mx(e.path,r,!1);o.entry=new dlt(e,this[p3](o)),o.entry.on("end",a=>this[f3](o)),this[cA]+=1,this[lA].push(o)}this[Ld]()}[hx](e){let r=g3(eAe.resolve(this.cwd,e));this[lA].push(new mx(e,r)),this[Ld]()}[d3](e){e.pending=!0,this[cA]+=1;let r=this.follow?"stat":"lstat";yx[r](e.absolute,(o,a)=>{e.pending=!1,this[cA]-=1,o?this.emit("error",o):this[px](e,a)})}[px](e,r){this.statCache.set(e.absolute,r),e.stat=r,this.filter(e.path,r)||(e.ignore=!0),this[Ld]()}[m3](e){e.pending=!0,this[cA]+=1,yx.readdir(e.absolute,(r,o)=>{if(e.pending=!1,this[cA]-=1,r)return this.emit("error",r);this[gx](e,o)})}[gx](e,r){this.readdirCache.set(e.absolute,r),e.readdir=r,this[Ld]()}[Ld](){if(!this[fx]){this[fx]=!0;for(let e=this[lA].head;e!==null&&this[cA]this.warn(r,o,a),noPax:this.noPax,cwd:this.cwd,absolute:e.absolute,preservePaths:this.preservePaths,maxReadSize:this.maxReadSize,strict:this.strict,portable:this.portable,linkCache:this.linkCache,statCache:this.statCache,noMtime:this.noMtime,mtime:this.mtime,prefix:this.prefix}}[$ue](e){this[cA]+=1;try{return new this[y3](e.path,this[p3](e)).on("end",()=>this[f3](e)).on("error",r=>this.emit("error",r))}catch(r){this.emit("error",r)}}[h3](){this[WE]&&this[WE].entry&&this[WE].entry.resume()}[dx](e){e.piped=!0,e.readdir&&e.readdir.forEach(a=>{let n=e.path,u=n==="./"?"":n.replace(/\/*$/,"/");this[hx](u+a)});let r=e.entry,o=this.zip;o?r.on("data",a=>{o.write(a)||r.pause()}):r.on("data",a=>{super.write(a)||r.pause()})}pause(){return this.zip&&this.zip.pause(),super.pause()}}),E3=class extends w3{constructor(e){super(e),this[y3]=glt}pause(){}resume(){}[d3](e){let r=this.follow?"statSync":"lstatSync";this[px](e,yx[r](e.absolute))}[m3](e,r){this[gx](e,yx.readdirSync(e.absolute))}[dx](e){let r=e.entry,o=this.zip;e.readdir&&e.readdir.forEach(a=>{let n=e.path,u=n==="./"?"":n.replace(/\/*$/,"/");this[hx](u+a)}),o?r.on("data",a=>{o.write(a)}):r.on("data",a=>{super[tAe](a)})}};w3.Sync=E3;rAe.exports=w3});var eC=_(W1=>{"use strict";var Elt=UE(),Clt=ve("events").EventEmitter,Qa=ve("fs"),v3=Qa.writev;if(!v3){let t=process.binding("fs"),e=t.FSReqWrap||t.FSReqCallback;v3=(r,o,a,n)=>{let u=(p,h)=>n(p,h,o),A=new e;A.oncomplete=u,t.writeBuffers(r,o,a,A)}}var ZE=Symbol("_autoClose"),Yc=Symbol("_close"),Y1=Symbol("_ended"),qn=Symbol("_fd"),nAe=Symbol("_finished"),Ch=Symbol("_flags"),I3=Symbol("_flush"),D3=Symbol("_handleChunk"),S3=Symbol("_makeBuf"),vx=Symbol("_mode"),Cx=Symbol("_needDrain"),zE=Symbol("_onerror"),$E=Symbol("_onopen"),B3=Symbol("_onread"),VE=Symbol("_onwrite"),wh=Symbol("_open"),Gf=Symbol("_path"),Od=Symbol("_pos"),uA=Symbol("_queue"),JE=Symbol("_read"),iAe=Symbol("_readSize"),Eh=Symbol("_reading"),wx=Symbol("_remain"),sAe=Symbol("_size"),Ix=Symbol("_write"),KE=Symbol("_writing"),Bx=Symbol("_defaultFlag"),XE=Symbol("_errored"),Dx=class extends Elt{constructor(e,r){if(r=r||{},super(r),this.readable=!0,this.writable=!1,typeof e!="string")throw new TypeError("path must be a string");this[XE]=!1,this[qn]=typeof r.fd=="number"?r.fd:null,this[Gf]=e,this[iAe]=r.readSize||16*1024*1024,this[Eh]=!1,this[sAe]=typeof r.size=="number"?r.size:1/0,this[wx]=this[sAe],this[ZE]=typeof r.autoClose=="boolean"?r.autoClose:!0,typeof this[qn]=="number"?this[JE]():this[wh]()}get fd(){return this[qn]}get path(){return this[Gf]}write(){throw new TypeError("this is a readable stream")}end(){throw new TypeError("this is a readable stream")}[wh](){Qa.open(this[Gf],"r",(e,r)=>this[$E](e,r))}[$E](e,r){e?this[zE](e):(this[qn]=r,this.emit("open",r),this[JE]())}[S3](){return Buffer.allocUnsafe(Math.min(this[iAe],this[wx]))}[JE](){if(!this[Eh]){this[Eh]=!0;let e=this[S3]();if(e.length===0)return process.nextTick(()=>this[B3](null,0,e));Qa.read(this[qn],e,0,e.length,null,(r,o,a)=>this[B3](r,o,a))}}[B3](e,r,o){this[Eh]=!1,e?this[zE](e):this[D3](r,o)&&this[JE]()}[Yc](){if(this[ZE]&&typeof this[qn]=="number"){let e=this[qn];this[qn]=null,Qa.close(e,r=>r?this.emit("error",r):this.emit("close"))}}[zE](e){this[Eh]=!0,this[Yc](),this.emit("error",e)}[D3](e,r){let o=!1;return this[wx]-=e,e>0&&(o=super.write(ethis[$E](e,r))}[$E](e,r){this[Bx]&&this[Ch]==="r+"&&e&&e.code==="ENOENT"?(this[Ch]="w",this[wh]()):e?this[zE](e):(this[qn]=r,this.emit("open",r),this[I3]())}end(e,r){return e&&this.write(e,r),this[Y1]=!0,!this[KE]&&!this[uA].length&&typeof this[qn]=="number"&&this[VE](null,0),this}write(e,r){return typeof e=="string"&&(e=Buffer.from(e,r)),this[Y1]?(this.emit("error",new Error("write() after end()")),!1):this[qn]===null||this[KE]||this[uA].length?(this[uA].push(e),this[Cx]=!0,!1):(this[KE]=!0,this[Ix](e),!0)}[Ix](e){Qa.write(this[qn],e,0,e.length,this[Od],(r,o)=>this[VE](r,o))}[VE](e,r){e?this[zE](e):(this[Od]!==null&&(this[Od]+=r),this[uA].length?this[I3]():(this[KE]=!1,this[Y1]&&!this[nAe]?(this[nAe]=!0,this[Yc](),this.emit("finish")):this[Cx]&&(this[Cx]=!1,this.emit("drain"))))}[I3](){if(this[uA].length===0)this[Y1]&&this[VE](null,0);else if(this[uA].length===1)this[Ix](this[uA].pop());else{let e=this[uA];this[uA]=[],v3(this[qn],e,this[Od],(r,o)=>this[VE](r,o))}}[Yc](){if(this[ZE]&&typeof this[qn]=="number"){let e=this[qn];this[qn]=null,Qa.close(e,r=>r?this.emit("error",r):this.emit("close"))}}},b3=class extends Sx{[wh](){let e;if(this[Bx]&&this[Ch]==="r+")try{e=Qa.openSync(this[Gf],this[Ch],this[vx])}catch(r){if(r.code==="ENOENT")return this[Ch]="w",this[wh]();throw r}else e=Qa.openSync(this[Gf],this[Ch],this[vx]);this[$E](null,e)}[Yc](){if(this[ZE]&&typeof this[qn]=="number"){let e=this[qn];this[qn]=null,Qa.closeSync(e),this.emit("close")}}[Ix](e){let r=!0;try{this[VE](null,Qa.writeSync(this[qn],e,0,e.length,this[Od])),r=!1}finally{if(r)try{this[Yc]()}catch{}}}};W1.ReadStream=Dx;W1.ReadStreamSync=P3;W1.WriteStream=Sx;W1.WriteStreamSync=b3});var Rx=_((lUt,fAe)=>{"use strict";var wlt=sx(),Ilt=qE(),Blt=ve("events"),vlt=IS(),Dlt=1024*1024,Slt=rx(),oAe=ix(),Plt=qU(),x3=Buffer.from([31,139]),Xl=Symbol("state"),Md=Symbol("writeEntry"),qf=Symbol("readEntry"),k3=Symbol("nextEntry"),aAe=Symbol("processEntry"),Zl=Symbol("extendedHeader"),K1=Symbol("globalExtendedHeader"),Ih=Symbol("meta"),lAe=Symbol("emitMeta"),fi=Symbol("buffer"),Yf=Symbol("queue"),Ud=Symbol("ended"),cAe=Symbol("emittedEnd"),_d=Symbol("emit"),Fa=Symbol("unzip"),Px=Symbol("consumeChunk"),bx=Symbol("consumeChunkSub"),Q3=Symbol("consumeBody"),uAe=Symbol("consumeMeta"),AAe=Symbol("consumeHeader"),xx=Symbol("consuming"),F3=Symbol("bufferConcat"),R3=Symbol("maybeEnd"),V1=Symbol("writing"),Bh=Symbol("aborted"),kx=Symbol("onDone"),Hd=Symbol("sawValidEntry"),Qx=Symbol("sawNullBlock"),Fx=Symbol("sawEOF"),blt=t=>!0;fAe.exports=wlt(class extends Blt{constructor(e){e=e||{},super(e),this.file=e.file||"",this[Hd]=null,this.on(kx,r=>{(this[Xl]==="begin"||this[Hd]===!1)&&this.warn("TAR_BAD_ARCHIVE","Unrecognized archive format")}),e.ondone?this.on(kx,e.ondone):this.on(kx,r=>{this.emit("prefinish"),this.emit("finish"),this.emit("end"),this.emit("close")}),this.strict=!!e.strict,this.maxMetaEntrySize=e.maxMetaEntrySize||Dlt,this.filter=typeof e.filter=="function"?e.filter:blt,this.writable=!0,this.readable=!1,this[Yf]=new vlt,this[fi]=null,this[qf]=null,this[Md]=null,this[Xl]="begin",this[Ih]="",this[Zl]=null,this[K1]=null,this[Ud]=!1,this[Fa]=null,this[Bh]=!1,this[Qx]=!1,this[Fx]=!1,typeof e.onwarn=="function"&&this.on("warn",e.onwarn),typeof e.onentry=="function"&&this.on("entry",e.onentry)}[AAe](e,r){this[Hd]===null&&(this[Hd]=!1);let o;try{o=new Ilt(e,r,this[Zl],this[K1])}catch(a){return this.warn("TAR_ENTRY_INVALID",a)}if(o.nullBlock)this[Qx]?(this[Fx]=!0,this[Xl]==="begin"&&(this[Xl]="header"),this[_d]("eof")):(this[Qx]=!0,this[_d]("nullBlock"));else if(this[Qx]=!1,!o.cksumValid)this.warn("TAR_ENTRY_INVALID","checksum failure",{header:o});else if(!o.path)this.warn("TAR_ENTRY_INVALID","path is required",{header:o});else{let a=o.type;if(/^(Symbolic)?Link$/.test(a)&&!o.linkpath)this.warn("TAR_ENTRY_INVALID","linkpath required",{header:o});else if(!/^(Symbolic)?Link$/.test(a)&&o.linkpath)this.warn("TAR_ENTRY_INVALID","linkpath forbidden",{header:o});else{let n=this[Md]=new Slt(o,this[Zl],this[K1]);if(!this[Hd])if(n.remain){let u=()=>{n.invalid||(this[Hd]=!0)};n.on("end",u)}else this[Hd]=!0;n.meta?n.size>this.maxMetaEntrySize?(n.ignore=!0,this[_d]("ignoredEntry",n),this[Xl]="ignore",n.resume()):n.size>0&&(this[Ih]="",n.on("data",u=>this[Ih]+=u),this[Xl]="meta"):(this[Zl]=null,n.ignore=n.ignore||!this.filter(n.path,n),n.ignore?(this[_d]("ignoredEntry",n),this[Xl]=n.remain?"ignore":"header",n.resume()):(n.remain?this[Xl]="body":(this[Xl]="header",n.end()),this[qf]?this[Yf].push(n):(this[Yf].push(n),this[k3]())))}}}[aAe](e){let r=!0;return e?Array.isArray(e)?this.emit.apply(this,e):(this[qf]=e,this.emit("entry",e),e.emittedEnd||(e.on("end",o=>this[k3]()),r=!1)):(this[qf]=null,r=!1),r}[k3](){do;while(this[aAe](this[Yf].shift()));if(!this[Yf].length){let e=this[qf];!e||e.flowing||e.size===e.remain?this[V1]||this.emit("drain"):e.once("drain",o=>this.emit("drain"))}}[Q3](e,r){let o=this[Md],a=o.blockRemain,n=a>=e.length&&r===0?e:e.slice(r,r+a);return o.write(n),o.blockRemain||(this[Xl]="header",this[Md]=null,o.end()),n.length}[uAe](e,r){let o=this[Md],a=this[Q3](e,r);return this[Md]||this[lAe](o),a}[_d](e,r,o){!this[Yf].length&&!this[qf]?this.emit(e,r,o):this[Yf].push([e,r,o])}[lAe](e){switch(this[_d]("meta",this[Ih]),e.type){case"ExtendedHeader":case"OldExtendedHeader":this[Zl]=oAe.parse(this[Ih],this[Zl],!1);break;case"GlobalExtendedHeader":this[K1]=oAe.parse(this[Ih],this[K1],!0);break;case"NextFileHasLongPath":case"OldGnuLongPath":this[Zl]=this[Zl]||Object.create(null),this[Zl].path=this[Ih].replace(/\0.*/,"");break;case"NextFileHasLongLinkpath":this[Zl]=this[Zl]||Object.create(null),this[Zl].linkpath=this[Ih].replace(/\0.*/,"");break;default:throw new Error("unknown meta: "+e.type)}}abort(e){this[Bh]=!0,this.emit("abort",e),this.warn("TAR_ABORT",e,{recoverable:!1})}write(e){if(this[Bh])return;if(this[Fa]===null&&e){if(this[fi]&&(e=Buffer.concat([this[fi],e]),this[fi]=null),e.lengththis[Px](n)),this[Fa].on("error",n=>this.abort(n)),this[Fa].on("end",n=>{this[Ud]=!0,this[Px]()}),this[V1]=!0;let a=this[Fa][o?"end":"write"](e);return this[V1]=!1,a}}this[V1]=!0,this[Fa]?this[Fa].write(e):this[Px](e),this[V1]=!1;let r=this[Yf].length?!1:this[qf]?this[qf].flowing:!0;return!r&&!this[Yf].length&&this[qf].once("drain",o=>this.emit("drain")),r}[F3](e){e&&!this[Bh]&&(this[fi]=this[fi]?Buffer.concat([this[fi],e]):e)}[R3](){if(this[Ud]&&!this[cAe]&&!this[Bh]&&!this[xx]){this[cAe]=!0;let e=this[Md];if(e&&e.blockRemain){let r=this[fi]?this[fi].length:0;this.warn("TAR_BAD_ARCHIVE",`Truncated input (needed ${e.blockRemain} more bytes, only ${r} available)`,{entry:e}),this[fi]&&e.write(this[fi]),e.end()}this[_d](kx)}}[Px](e){if(this[xx])this[F3](e);else if(!e&&!this[fi])this[R3]();else{if(this[xx]=!0,this[fi]){this[F3](e);let r=this[fi];this[fi]=null,this[bx](r)}else this[bx](e);for(;this[fi]&&this[fi].length>=512&&!this[Bh]&&!this[Fx];){let r=this[fi];this[fi]=null,this[bx](r)}this[xx]=!1}(!this[fi]||this[Ud])&&this[R3]()}[bx](e){let r=0,o=e.length;for(;r+512<=o&&!this[Bh]&&!this[Fx];)switch(this[Xl]){case"begin":case"header":this[AAe](e,r),r+=512;break;case"ignore":case"body":r+=this[Q3](e,r);break;case"meta":r+=this[uAe](e,r);break;default:throw new Error("invalid state: "+this[Xl])}r{"use strict";var xlt=OE(),hAe=Rx(),tC=ve("fs"),klt=eC(),pAe=ve("path"),T3=YE();dAe.exports=(t,e,r)=>{typeof t=="function"?(r=t,e=null,t={}):Array.isArray(t)&&(e=t,t={}),typeof e=="function"&&(r=e,e=null),e?e=Array.from(e):e=[];let o=xlt(t);if(o.sync&&typeof r=="function")throw new TypeError("callback not supported for sync tar functions");if(!o.file&&typeof r=="function")throw new TypeError("callback only supported with file option");return e.length&&Flt(o,e),o.noResume||Qlt(o),o.file&&o.sync?Rlt(o):o.file?Tlt(o,r):gAe(o)};var Qlt=t=>{let e=t.onentry;t.onentry=e?r=>{e(r),r.resume()}:r=>r.resume()},Flt=(t,e)=>{let r=new Map(e.map(n=>[T3(n),!0])),o=t.filter,a=(n,u)=>{let A=u||pAe.parse(n).root||".",p=n===A?!1:r.has(n)?r.get(n):a(pAe.dirname(n),A);return r.set(n,p),p};t.filter=o?(n,u)=>o(n,u)&&a(T3(n)):n=>a(T3(n))},Rlt=t=>{let e=gAe(t),r=t.file,o=!0,a;try{let n=tC.statSync(r),u=t.maxReadSize||16*1024*1024;if(n.size{let r=new hAe(t),o=t.maxReadSize||16*1024*1024,a=t.file,n=new Promise((u,A)=>{r.on("error",A),r.on("end",u),tC.stat(a,(p,h)=>{if(p)A(p);else{let E=new klt.ReadStream(a,{readSize:o,size:h.size});E.on("error",A),E.pipe(r)}})});return e?n.then(e,e):n},gAe=t=>new hAe(t)});var IAe=_((uUt,wAe)=>{"use strict";var Nlt=OE(),Nx=Ex(),mAe=eC(),yAe=Tx(),EAe=ve("path");wAe.exports=(t,e,r)=>{if(typeof e=="function"&&(r=e),Array.isArray(t)&&(e=t,t={}),!e||!Array.isArray(e)||!e.length)throw new TypeError("no files or directories specified");e=Array.from(e);let o=Nlt(t);if(o.sync&&typeof r=="function")throw new TypeError("callback not supported for sync tar functions");if(!o.file&&typeof r=="function")throw new TypeError("callback only supported with file option");return o.file&&o.sync?Llt(o,e):o.file?Olt(o,e,r):o.sync?Mlt(o,e):Ult(o,e)};var Llt=(t,e)=>{let r=new Nx.Sync(t),o=new mAe.WriteStreamSync(t.file,{mode:t.mode||438});r.pipe(o),CAe(r,e)},Olt=(t,e,r)=>{let o=new Nx(t),a=new mAe.WriteStream(t.file,{mode:t.mode||438});o.pipe(a);let n=new Promise((u,A)=>{a.on("error",A),a.on("close",u),o.on("error",A)});return N3(o,e),r?n.then(r,r):n},CAe=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?yAe({file:EAe.resolve(t.cwd,r.substr(1)),sync:!0,noResume:!0,onentry:o=>t.add(o)}):t.add(r)}),t.end()},N3=(t,e)=>{for(;e.length;){let r=e.shift();if(r.charAt(0)==="@")return yAe({file:EAe.resolve(t.cwd,r.substr(1)),noResume:!0,onentry:o=>t.add(o)}).then(o=>N3(t,e));t.add(r)}t.end()},Mlt=(t,e)=>{let r=new Nx.Sync(t);return CAe(r,e),r},Ult=(t,e)=>{let r=new Nx(t);return N3(r,e),r}});var L3=_((AUt,xAe)=>{"use strict";var _lt=OE(),BAe=Ex(),Al=ve("fs"),vAe=eC(),DAe=Tx(),SAe=ve("path"),PAe=qE();xAe.exports=(t,e,r)=>{let o=_lt(t);if(!o.file)throw new TypeError("file is required");if(o.gzip)throw new TypeError("cannot append to compressed archives");if(!e||!Array.isArray(e)||!e.length)throw new TypeError("no files or directories specified");return e=Array.from(e),o.sync?Hlt(o,e):Glt(o,e,r)};var Hlt=(t,e)=>{let r=new BAe.Sync(t),o=!0,a,n;try{try{a=Al.openSync(t.file,"r+")}catch(p){if(p.code==="ENOENT")a=Al.openSync(t.file,"w+");else throw p}let u=Al.fstatSync(a),A=Buffer.alloc(512);e:for(n=0;nu.size)break;n+=h,t.mtimeCache&&t.mtimeCache.set(p.path,p.mtime)}o=!1,jlt(t,r,n,a,e)}finally{if(o)try{Al.closeSync(a)}catch{}}},jlt=(t,e,r,o,a)=>{let n=new vAe.WriteStreamSync(t.file,{fd:o,start:r});e.pipe(n),qlt(e,a)},Glt=(t,e,r)=>{e=Array.from(e);let o=new BAe(t),a=(u,A,p)=>{let h=(C,R)=>{C?Al.close(u,L=>p(C)):p(null,R)},E=0;if(A===0)return h(null,0);let I=0,v=Buffer.alloc(512),x=(C,R)=>{if(C)return h(C);if(I+=R,I<512&&R)return Al.read(u,v,I,v.length-I,E+I,x);if(E===0&&v[0]===31&&v[1]===139)return h(new Error("cannot append to compressed archives"));if(I<512)return h(null,E);let L=new PAe(v);if(!L.cksumValid)return h(null,E);let U=512*Math.ceil(L.size/512);if(E+U+512>A||(E+=U+512,E>=A))return h(null,E);t.mtimeCache&&t.mtimeCache.set(L.path,L.mtime),I=0,Al.read(u,v,0,512,E,x)};Al.read(u,v,0,512,E,x)},n=new Promise((u,A)=>{o.on("error",A);let p="r+",h=(E,I)=>{if(E&&E.code==="ENOENT"&&p==="r+")return p="w+",Al.open(t.file,p,h);if(E)return A(E);Al.fstat(I,(v,x)=>{if(v)return Al.close(I,()=>A(v));a(I,x.size,(C,R)=>{if(C)return A(C);let L=new vAe.WriteStream(t.file,{fd:I,start:R});o.pipe(L),L.on("error",A),L.on("close",u),bAe(o,e)})})};Al.open(t.file,p,h)});return r?n.then(r,r):n},qlt=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?DAe({file:SAe.resolve(t.cwd,r.substr(1)),sync:!0,noResume:!0,onentry:o=>t.add(o)}):t.add(r)}),t.end()},bAe=(t,e)=>{for(;e.length;){let r=e.shift();if(r.charAt(0)==="@")return DAe({file:SAe.resolve(t.cwd,r.substr(1)),noResume:!0,onentry:o=>t.add(o)}).then(o=>bAe(t,e));t.add(r)}t.end()}});var QAe=_((fUt,kAe)=>{"use strict";var Ylt=OE(),Wlt=L3();kAe.exports=(t,e,r)=>{let o=Ylt(t);if(!o.file)throw new TypeError("file is required");if(o.gzip)throw new TypeError("cannot append to compressed archives");if(!e||!Array.isArray(e)||!e.length)throw new TypeError("no files or directories specified");return e=Array.from(e),Klt(o),Wlt(o,e,r)};var Klt=t=>{let e=t.filter;t.mtimeCache||(t.mtimeCache=new Map),t.filter=e?(r,o)=>e(r,o)&&!(t.mtimeCache.get(r)>o.mtime):(r,o)=>!(t.mtimeCache.get(r)>o.mtime)}});var TAe=_((pUt,RAe)=>{var{promisify:FAe}=ve("util"),vh=ve("fs"),Vlt=t=>{if(!t)t={mode:511,fs:vh};else if(typeof t=="object")t={mode:511,fs:vh,...t};else if(typeof t=="number")t={mode:t,fs:vh};else if(typeof t=="string")t={mode:parseInt(t,8),fs:vh};else throw new TypeError("invalid options argument");return t.mkdir=t.mkdir||t.fs.mkdir||vh.mkdir,t.mkdirAsync=FAe(t.mkdir),t.stat=t.stat||t.fs.stat||vh.stat,t.statAsync=FAe(t.stat),t.statSync=t.statSync||t.fs.statSync||vh.statSync,t.mkdirSync=t.mkdirSync||t.fs.mkdirSync||vh.mkdirSync,t};RAe.exports=Vlt});var LAe=_((hUt,NAe)=>{var Jlt=process.platform,{resolve:zlt,parse:Xlt}=ve("path"),Zlt=t=>{if(/\0/.test(t))throw Object.assign(new TypeError("path must be a string without null bytes"),{path:t,code:"ERR_INVALID_ARG_VALUE"});if(t=zlt(t),Jlt==="win32"){let e=/[*|"<>?:]/,{root:r}=Xlt(t);if(e.test(t.substr(r.length)))throw Object.assign(new Error("Illegal characters in path."),{path:t,code:"EINVAL"})}return t};NAe.exports=Zlt});var HAe=_((gUt,_Ae)=>{var{dirname:OAe}=ve("path"),MAe=(t,e,r=void 0)=>r===e?Promise.resolve():t.statAsync(e).then(o=>o.isDirectory()?r:void 0,o=>o.code==="ENOENT"?MAe(t,OAe(e),e):void 0),UAe=(t,e,r=void 0)=>{if(r!==e)try{return t.statSync(e).isDirectory()?r:void 0}catch(o){return o.code==="ENOENT"?UAe(t,OAe(e),e):void 0}};_Ae.exports={findMade:MAe,findMadeSync:UAe}});var U3=_((dUt,GAe)=>{var{dirname:jAe}=ve("path"),O3=(t,e,r)=>{e.recursive=!1;let o=jAe(t);return o===t?e.mkdirAsync(t,e).catch(a=>{if(a.code!=="EISDIR")throw a}):e.mkdirAsync(t,e).then(()=>r||t,a=>{if(a.code==="ENOENT")return O3(o,e).then(n=>O3(t,e,n));if(a.code!=="EEXIST"&&a.code!=="EROFS")throw a;return e.statAsync(t).then(n=>{if(n.isDirectory())return r;throw a},()=>{throw a})})},M3=(t,e,r)=>{let o=jAe(t);if(e.recursive=!1,o===t)try{return e.mkdirSync(t,e)}catch(a){if(a.code!=="EISDIR")throw a;return}try{return e.mkdirSync(t,e),r||t}catch(a){if(a.code==="ENOENT")return M3(t,e,M3(o,e,r));if(a.code!=="EEXIST"&&a.code!=="EROFS")throw a;try{if(!e.statSync(t).isDirectory())throw a}catch{throw a}}};GAe.exports={mkdirpManual:O3,mkdirpManualSync:M3}});var WAe=_((mUt,YAe)=>{var{dirname:qAe}=ve("path"),{findMade:$lt,findMadeSync:ect}=HAe(),{mkdirpManual:tct,mkdirpManualSync:rct}=U3(),nct=(t,e)=>(e.recursive=!0,qAe(t)===t?e.mkdirAsync(t,e):$lt(e,t).then(o=>e.mkdirAsync(t,e).then(()=>o).catch(a=>{if(a.code==="ENOENT")return tct(t,e);throw a}))),ict=(t,e)=>{if(e.recursive=!0,qAe(t)===t)return e.mkdirSync(t,e);let o=ect(e,t);try{return e.mkdirSync(t,e),o}catch(a){if(a.code==="ENOENT")return rct(t,e);throw a}};YAe.exports={mkdirpNative:nct,mkdirpNativeSync:ict}});var zAe=_((yUt,JAe)=>{var KAe=ve("fs"),sct=process.version,_3=sct.replace(/^v/,"").split("."),VAe=+_3[0]>10||+_3[0]==10&&+_3[1]>=12,oct=VAe?t=>t.mkdir===KAe.mkdir:()=>!1,act=VAe?t=>t.mkdirSync===KAe.mkdirSync:()=>!1;JAe.exports={useNative:oct,useNativeSync:act}});var rfe=_((EUt,tfe)=>{var rC=TAe(),nC=LAe(),{mkdirpNative:XAe,mkdirpNativeSync:ZAe}=WAe(),{mkdirpManual:$Ae,mkdirpManualSync:efe}=U3(),{useNative:lct,useNativeSync:cct}=zAe(),iC=(t,e)=>(t=nC(t),e=rC(e),lct(e)?XAe(t,e):$Ae(t,e)),uct=(t,e)=>(t=nC(t),e=rC(e),cct(e)?ZAe(t,e):efe(t,e));iC.sync=uct;iC.native=(t,e)=>XAe(nC(t),rC(e));iC.manual=(t,e)=>$Ae(nC(t),rC(e));iC.nativeSync=(t,e)=>ZAe(nC(t),rC(e));iC.manualSync=(t,e)=>efe(nC(t),rC(e));tfe.exports=iC});var cfe=_((CUt,lfe)=>{"use strict";var $l=ve("fs"),jd=ve("path"),Act=$l.lchown?"lchown":"chown",fct=$l.lchownSync?"lchownSync":"chownSync",ife=$l.lchown&&!process.version.match(/v1[1-9]+\./)&&!process.version.match(/v10\.[6-9]/),nfe=(t,e,r)=>{try{return $l[fct](t,e,r)}catch(o){if(o.code!=="ENOENT")throw o}},pct=(t,e,r)=>{try{return $l.chownSync(t,e,r)}catch(o){if(o.code!=="ENOENT")throw o}},hct=ife?(t,e,r,o)=>a=>{!a||a.code!=="EISDIR"?o(a):$l.chown(t,e,r,o)}:(t,e,r,o)=>o,H3=ife?(t,e,r)=>{try{return nfe(t,e,r)}catch(o){if(o.code!=="EISDIR")throw o;pct(t,e,r)}}:(t,e,r)=>nfe(t,e,r),gct=process.version,sfe=(t,e,r)=>$l.readdir(t,e,r),dct=(t,e)=>$l.readdirSync(t,e);/^v4\./.test(gct)&&(sfe=(t,e,r)=>$l.readdir(t,r));var Lx=(t,e,r,o)=>{$l[Act](t,e,r,hct(t,e,r,a=>{o(a&&a.code!=="ENOENT"?a:null)}))},ofe=(t,e,r,o,a)=>{if(typeof e=="string")return $l.lstat(jd.resolve(t,e),(n,u)=>{if(n)return a(n.code!=="ENOENT"?n:null);u.name=e,ofe(t,u,r,o,a)});if(e.isDirectory())j3(jd.resolve(t,e.name),r,o,n=>{if(n)return a(n);let u=jd.resolve(t,e.name);Lx(u,r,o,a)});else{let n=jd.resolve(t,e.name);Lx(n,r,o,a)}},j3=(t,e,r,o)=>{sfe(t,{withFileTypes:!0},(a,n)=>{if(a){if(a.code==="ENOENT")return o();if(a.code!=="ENOTDIR"&&a.code!=="ENOTSUP")return o(a)}if(a||!n.length)return Lx(t,e,r,o);let u=n.length,A=null,p=h=>{if(!A){if(h)return o(A=h);if(--u===0)return Lx(t,e,r,o)}};n.forEach(h=>ofe(t,h,e,r,p))})},mct=(t,e,r,o)=>{if(typeof e=="string")try{let a=$l.lstatSync(jd.resolve(t,e));a.name=e,e=a}catch(a){if(a.code==="ENOENT")return;throw a}e.isDirectory()&&afe(jd.resolve(t,e.name),r,o),H3(jd.resolve(t,e.name),r,o)},afe=(t,e,r)=>{let o;try{o=dct(t,{withFileTypes:!0})}catch(a){if(a.code==="ENOENT")return;if(a.code==="ENOTDIR"||a.code==="ENOTSUP")return H3(t,e,r);throw a}return o&&o.length&&o.forEach(a=>mct(t,a,e,r)),H3(t,e,r)};lfe.exports=j3;j3.sync=afe});var pfe=_((wUt,G3)=>{"use strict";var ufe=rfe(),ec=ve("fs"),Ox=ve("path"),Afe=cfe(),Wc=jE(),Mx=class extends Error{constructor(e,r){super("Cannot extract through symbolic link"),this.path=r,this.symlink=e}get name(){return"SylinkError"}},Ux=class extends Error{constructor(e,r){super(r+": Cannot cd into '"+e+"'"),this.path=e,this.code=r}get name(){return"CwdError"}},_x=(t,e)=>t.get(Wc(e)),J1=(t,e,r)=>t.set(Wc(e),r),yct=(t,e)=>{ec.stat(t,(r,o)=>{(r||!o.isDirectory())&&(r=new Ux(t,r&&r.code||"ENOTDIR")),e(r)})};G3.exports=(t,e,r)=>{t=Wc(t);let o=e.umask,a=e.mode|448,n=(a&o)!==0,u=e.uid,A=e.gid,p=typeof u=="number"&&typeof A=="number"&&(u!==e.processUid||A!==e.processGid),h=e.preserve,E=e.unlink,I=e.cache,v=Wc(e.cwd),x=(L,U)=>{L?r(L):(J1(I,t,!0),U&&p?Afe(U,u,A,J=>x(J)):n?ec.chmod(t,a,r):r())};if(I&&_x(I,t)===!0)return x();if(t===v)return yct(t,x);if(h)return ufe(t,{mode:a}).then(L=>x(null,L),x);let R=Wc(Ox.relative(v,t)).split("/");Hx(v,R,a,I,E,v,null,x)};var Hx=(t,e,r,o,a,n,u,A)=>{if(!e.length)return A(null,u);let p=e.shift(),h=Wc(Ox.resolve(t+"/"+p));if(_x(o,h))return Hx(h,e,r,o,a,n,u,A);ec.mkdir(h,r,ffe(h,e,r,o,a,n,u,A))},ffe=(t,e,r,o,a,n,u,A)=>p=>{p?ec.lstat(t,(h,E)=>{if(h)h.path=h.path&&Wc(h.path),A(h);else if(E.isDirectory())Hx(t,e,r,o,a,n,u,A);else if(a)ec.unlink(t,I=>{if(I)return A(I);ec.mkdir(t,r,ffe(t,e,r,o,a,n,u,A))});else{if(E.isSymbolicLink())return A(new Mx(t,t+"/"+e.join("/")));A(p)}}):(u=u||t,Hx(t,e,r,o,a,n,u,A))},Ect=t=>{let e=!1,r="ENOTDIR";try{e=ec.statSync(t).isDirectory()}catch(o){r=o.code}finally{if(!e)throw new Ux(t,r)}};G3.exports.sync=(t,e)=>{t=Wc(t);let r=e.umask,o=e.mode|448,a=(o&r)!==0,n=e.uid,u=e.gid,A=typeof n=="number"&&typeof u=="number"&&(n!==e.processUid||u!==e.processGid),p=e.preserve,h=e.unlink,E=e.cache,I=Wc(e.cwd),v=L=>{J1(E,t,!0),L&&A&&Afe.sync(L,n,u),a&&ec.chmodSync(t,o)};if(E&&_x(E,t)===!0)return v();if(t===I)return Ect(I),v();if(p)return v(ufe.sync(t,o));let C=Wc(Ox.relative(I,t)).split("/"),R=null;for(let L=C.shift(),U=I;L&&(U+="/"+L);L=C.shift())if(U=Wc(Ox.resolve(U)),!_x(E,U))try{ec.mkdirSync(U,o),R=R||U,J1(E,U,!0)}catch{let te=ec.lstatSync(U);if(te.isDirectory()){J1(E,U,!0);continue}else if(h){ec.unlinkSync(U),ec.mkdirSync(U,o),R=R||U,J1(E,U,!0);continue}else if(te.isSymbolicLink())return new Mx(U,U+"/"+C.join("/"))}return v(R)}});var Y3=_((IUt,hfe)=>{var q3=Object.create(null),{hasOwnProperty:Cct}=Object.prototype;hfe.exports=t=>(Cct.call(q3,t)||(q3[t]=t.normalize("NFKD")),q3[t])});var yfe=_((BUt,mfe)=>{var gfe=ve("assert"),wct=Y3(),Ict=YE(),{join:dfe}=ve("path"),Bct=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,vct=Bct==="win32";mfe.exports=()=>{let t=new Map,e=new Map,r=h=>h.split("/").slice(0,-1).reduce((I,v)=>(I.length&&(v=dfe(I[I.length-1],v)),I.push(v||"/"),I),[]),o=new Set,a=h=>{let E=e.get(h);if(!E)throw new Error("function does not have any path reservations");return{paths:E.paths.map(I=>t.get(I)),dirs:[...E.dirs].map(I=>t.get(I))}},n=h=>{let{paths:E,dirs:I}=a(h);return E.every(v=>v[0]===h)&&I.every(v=>v[0]instanceof Set&&v[0].has(h))},u=h=>o.has(h)||!n(h)?!1:(o.add(h),h(()=>A(h)),!0),A=h=>{if(!o.has(h))return!1;let{paths:E,dirs:I}=e.get(h),v=new Set;return E.forEach(x=>{let C=t.get(x);gfe.equal(C[0],h),C.length===1?t.delete(x):(C.shift(),typeof C[0]=="function"?v.add(C[0]):C[0].forEach(R=>v.add(R)))}),I.forEach(x=>{let C=t.get(x);gfe(C[0]instanceof Set),C[0].size===1&&C.length===1?t.delete(x):C[0].size===1?(C.shift(),v.add(C[0])):C[0].delete(h)}),o.delete(h),v.forEach(x=>u(x)),!0};return{check:n,reserve:(h,E)=>{h=vct?["win32 parallelization disabled"]:h.map(v=>wct(Ict(dfe(v))).toLowerCase());let I=new Set(h.map(v=>r(v)).reduce((v,x)=>v.concat(x)));return e.set(E,{dirs:I,paths:h}),h.forEach(v=>{let x=t.get(v);x?x.push(E):t.set(v,[E])}),I.forEach(v=>{let x=t.get(v);x?x[x.length-1]instanceof Set?x[x.length-1].add(E):x.push(new Set([E])):t.set(v,[new Set([E])])}),u(E)}}}});var wfe=_((vUt,Cfe)=>{var Dct=process.platform,Sct=Dct==="win32",Pct=global.__FAKE_TESTING_FS__||ve("fs"),{O_CREAT:bct,O_TRUNC:xct,O_WRONLY:kct,UV_FS_O_FILEMAP:Efe=0}=Pct.constants,Qct=Sct&&!!Efe,Fct=512*1024,Rct=Efe|xct|bct|kct;Cfe.exports=Qct?t=>t"w"});var e_=_((DUt,Nfe)=>{"use strict";var Tct=ve("assert"),Nct=Rx(),vn=ve("fs"),Lct=eC(),Wf=ve("path"),Ffe=pfe(),Ife=e3(),Oct=yfe(),Mct=t3(),fl=jE(),Uct=YE(),_ct=Y3(),Bfe=Symbol("onEntry"),V3=Symbol("checkFs"),vfe=Symbol("checkFs2"),qx=Symbol("pruneCache"),J3=Symbol("isReusable"),tc=Symbol("makeFs"),z3=Symbol("file"),X3=Symbol("directory"),Yx=Symbol("link"),Dfe=Symbol("symlink"),Sfe=Symbol("hardlink"),Pfe=Symbol("unsupported"),bfe=Symbol("checkPath"),Dh=Symbol("mkdir"),To=Symbol("onError"),jx=Symbol("pending"),xfe=Symbol("pend"),sC=Symbol("unpend"),W3=Symbol("ended"),K3=Symbol("maybeClose"),Z3=Symbol("skip"),z1=Symbol("doChown"),X1=Symbol("uid"),Z1=Symbol("gid"),$1=Symbol("checkedCwd"),Rfe=ve("crypto"),Tfe=wfe(),Hct=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,e2=Hct==="win32",jct=(t,e)=>{if(!e2)return vn.unlink(t,e);let r=t+".DELETE."+Rfe.randomBytes(16).toString("hex");vn.rename(t,r,o=>{if(o)return e(o);vn.unlink(r,e)})},Gct=t=>{if(!e2)return vn.unlinkSync(t);let e=t+".DELETE."+Rfe.randomBytes(16).toString("hex");vn.renameSync(t,e),vn.unlinkSync(e)},kfe=(t,e,r)=>t===t>>>0?t:e===e>>>0?e:r,Qfe=t=>_ct(Uct(fl(t))).toLowerCase(),qct=(t,e)=>{e=Qfe(e);for(let r of t.keys()){let o=Qfe(r);(o===e||o.indexOf(e+"/")===0)&&t.delete(r)}},Yct=t=>{for(let e of t.keys())t.delete(e)},t2=class extends Nct{constructor(e){if(e||(e={}),e.ondone=r=>{this[W3]=!0,this[K3]()},super(e),this[$1]=!1,this.reservations=Oct(),this.transform=typeof e.transform=="function"?e.transform:null,this.writable=!0,this.readable=!1,this[jx]=0,this[W3]=!1,this.dirCache=e.dirCache||new Map,typeof e.uid=="number"||typeof e.gid=="number"){if(typeof e.uid!="number"||typeof e.gid!="number")throw new TypeError("cannot set owner without number uid and gid");if(e.preserveOwner)throw new TypeError("cannot preserve owner in archive and also set owner explicitly");this.uid=e.uid,this.gid=e.gid,this.setOwner=!0}else this.uid=null,this.gid=null,this.setOwner=!1;e.preserveOwner===void 0&&typeof e.uid!="number"?this.preserveOwner=process.getuid&&process.getuid()===0:this.preserveOwner=!!e.preserveOwner,this.processUid=(this.preserveOwner||this.setOwner)&&process.getuid?process.getuid():null,this.processGid=(this.preserveOwner||this.setOwner)&&process.getgid?process.getgid():null,this.forceChown=e.forceChown===!0,this.win32=!!e.win32||e2,this.newer=!!e.newer,this.keep=!!e.keep,this.noMtime=!!e.noMtime,this.preservePaths=!!e.preservePaths,this.unlink=!!e.unlink,this.cwd=fl(Wf.resolve(e.cwd||process.cwd())),this.strip=+e.strip||0,this.processUmask=e.noChmod?0:process.umask(),this.umask=typeof e.umask=="number"?e.umask:this.processUmask,this.dmode=e.dmode||511&~this.umask,this.fmode=e.fmode||438&~this.umask,this.on("entry",r=>this[Bfe](r))}warn(e,r,o={}){return(e==="TAR_BAD_ARCHIVE"||e==="TAR_ABORT")&&(o.recoverable=!1),super.warn(e,r,o)}[K3](){this[W3]&&this[jx]===0&&(this.emit("prefinish"),this.emit("finish"),this.emit("end"),this.emit("close"))}[bfe](e){if(this.strip){let r=fl(e.path).split("/");if(r.length=this.strip)e.linkpath=o.slice(this.strip).join("/");else return!1}}if(!this.preservePaths){let r=fl(e.path),o=r.split("/");if(o.includes("..")||e2&&/^[a-z]:\.\.$/i.test(o[0]))return this.warn("TAR_ENTRY_ERROR","path contains '..'",{entry:e,path:r}),!1;let[a,n]=Mct(r);a&&(e.path=n,this.warn("TAR_ENTRY_INFO",`stripping ${a} from absolute path`,{entry:e,path:r}))}if(Wf.isAbsolute(e.path)?e.absolute=fl(Wf.resolve(e.path)):e.absolute=fl(Wf.resolve(this.cwd,e.path)),!this.preservePaths&&e.absolute.indexOf(this.cwd+"/")!==0&&e.absolute!==this.cwd)return this.warn("TAR_ENTRY_ERROR","path escaped extraction target",{entry:e,path:fl(e.path),resolvedPath:e.absolute,cwd:this.cwd}),!1;if(e.absolute===this.cwd&&e.type!=="Directory"&&e.type!=="GNUDumpDir")return!1;if(this.win32){let{root:r}=Wf.win32.parse(e.absolute);e.absolute=r+Ife.encode(e.absolute.substr(r.length));let{root:o}=Wf.win32.parse(e.path);e.path=o+Ife.encode(e.path.substr(o.length))}return!0}[Bfe](e){if(!this[bfe](e))return e.resume();switch(Tct.equal(typeof e.absolute,"string"),e.type){case"Directory":case"GNUDumpDir":e.mode&&(e.mode=e.mode|448);case"File":case"OldFile":case"ContiguousFile":case"Link":case"SymbolicLink":return this[V3](e);case"CharacterDevice":case"BlockDevice":case"FIFO":default:return this[Pfe](e)}}[To](e,r){e.name==="CwdError"?this.emit("error",e):(this.warn("TAR_ENTRY_ERROR",e,{entry:r}),this[sC](),r.resume())}[Dh](e,r,o){Ffe(fl(e),{uid:this.uid,gid:this.gid,processUid:this.processUid,processGid:this.processGid,umask:this.processUmask,preserve:this.preservePaths,unlink:this.unlink,cache:this.dirCache,cwd:this.cwd,mode:r,noChmod:this.noChmod},o)}[z1](e){return this.forceChown||this.preserveOwner&&(typeof e.uid=="number"&&e.uid!==this.processUid||typeof e.gid=="number"&&e.gid!==this.processGid)||typeof this.uid=="number"&&this.uid!==this.processUid||typeof this.gid=="number"&&this.gid!==this.processGid}[X1](e){return kfe(this.uid,e.uid,this.processUid)}[Z1](e){return kfe(this.gid,e.gid,this.processGid)}[z3](e,r){let o=e.mode&4095||this.fmode,a=new Lct.WriteStream(e.absolute,{flags:Tfe(e.size),mode:o,autoClose:!1});a.on("error",p=>{a.fd&&vn.close(a.fd,()=>{}),a.write=()=>!0,this[To](p,e),r()});let n=1,u=p=>{if(p){a.fd&&vn.close(a.fd,()=>{}),this[To](p,e),r();return}--n===0&&vn.close(a.fd,h=>{h?this[To](h,e):this[sC](),r()})};a.on("finish",p=>{let h=e.absolute,E=a.fd;if(e.mtime&&!this.noMtime){n++;let I=e.atime||new Date,v=e.mtime;vn.futimes(E,I,v,x=>x?vn.utimes(h,I,v,C=>u(C&&x)):u())}if(this[z1](e)){n++;let I=this[X1](e),v=this[Z1](e);vn.fchown(E,I,v,x=>x?vn.chown(h,I,v,C=>u(C&&x)):u())}u()});let A=this.transform&&this.transform(e)||e;A!==e&&(A.on("error",p=>{this[To](p,e),r()}),e.pipe(A)),A.pipe(a)}[X3](e,r){let o=e.mode&4095||this.dmode;this[Dh](e.absolute,o,a=>{if(a){this[To](a,e),r();return}let n=1,u=A=>{--n===0&&(r(),this[sC](),e.resume())};e.mtime&&!this.noMtime&&(n++,vn.utimes(e.absolute,e.atime||new Date,e.mtime,u)),this[z1](e)&&(n++,vn.chown(e.absolute,this[X1](e),this[Z1](e),u)),u()})}[Pfe](e){e.unsupported=!0,this.warn("TAR_ENTRY_UNSUPPORTED",`unsupported entry type: ${e.type}`,{entry:e}),e.resume()}[Dfe](e,r){this[Yx](e,e.linkpath,"symlink",r)}[Sfe](e,r){let o=fl(Wf.resolve(this.cwd,e.linkpath));this[Yx](e,o,"link",r)}[xfe](){this[jx]++}[sC](){this[jx]--,this[K3]()}[Z3](e){this[sC](),e.resume()}[J3](e,r){return e.type==="File"&&!this.unlink&&r.isFile()&&r.nlink<=1&&!e2}[V3](e){this[xfe]();let r=[e.path];e.linkpath&&r.push(e.linkpath),this.reservations.reserve(r,o=>this[vfe](e,o))}[qx](e){e.type==="SymbolicLink"?Yct(this.dirCache):e.type!=="Directory"&&qct(this.dirCache,e.absolute)}[vfe](e,r){this[qx](e);let o=A=>{this[qx](e),r(A)},a=()=>{this[Dh](this.cwd,this.dmode,A=>{if(A){this[To](A,e),o();return}this[$1]=!0,n()})},n=()=>{if(e.absolute!==this.cwd){let A=fl(Wf.dirname(e.absolute));if(A!==this.cwd)return this[Dh](A,this.dmode,p=>{if(p){this[To](p,e),o();return}u()})}u()},u=()=>{vn.lstat(e.absolute,(A,p)=>{if(p&&(this.keep||this.newer&&p.mtime>e.mtime)){this[Z3](e),o();return}if(A||this[J3](e,p))return this[tc](null,e,o);if(p.isDirectory()){if(e.type==="Directory"){let h=!this.noChmod&&e.mode&&(p.mode&4095)!==e.mode,E=I=>this[tc](I,e,o);return h?vn.chmod(e.absolute,e.mode,E):E()}if(e.absolute!==this.cwd)return vn.rmdir(e.absolute,h=>this[tc](h,e,o))}if(e.absolute===this.cwd)return this[tc](null,e,o);jct(e.absolute,h=>this[tc](h,e,o))})};this[$1]?n():a()}[tc](e,r,o){if(e){this[To](e,r),o();return}switch(r.type){case"File":case"OldFile":case"ContiguousFile":return this[z3](r,o);case"Link":return this[Sfe](r,o);case"SymbolicLink":return this[Dfe](r,o);case"Directory":case"GNUDumpDir":return this[X3](r,o)}}[Yx](e,r,o,a){vn[o](r,e.absolute,n=>{n?this[To](n,e):(this[sC](),e.resume()),a()})}},Gx=t=>{try{return[null,t()]}catch(e){return[e,null]}},$3=class extends t2{[tc](e,r){return super[tc](e,r,()=>{})}[V3](e){if(this[qx](e),!this[$1]){let n=this[Dh](this.cwd,this.dmode);if(n)return this[To](n,e);this[$1]=!0}if(e.absolute!==this.cwd){let n=fl(Wf.dirname(e.absolute));if(n!==this.cwd){let u=this[Dh](n,this.dmode);if(u)return this[To](u,e)}}let[r,o]=Gx(()=>vn.lstatSync(e.absolute));if(o&&(this.keep||this.newer&&o.mtime>e.mtime))return this[Z3](e);if(r||this[J3](e,o))return this[tc](null,e);if(o.isDirectory()){if(e.type==="Directory"){let u=!this.noChmod&&e.mode&&(o.mode&4095)!==e.mode,[A]=u?Gx(()=>{vn.chmodSync(e.absolute,e.mode)}):[];return this[tc](A,e)}let[n]=Gx(()=>vn.rmdirSync(e.absolute));this[tc](n,e)}let[a]=e.absolute===this.cwd?[]:Gx(()=>Gct(e.absolute));this[tc](a,e)}[z3](e,r){let o=e.mode&4095||this.fmode,a=A=>{let p;try{vn.closeSync(n)}catch(h){p=h}(A||p)&&this[To](A||p,e),r()},n;try{n=vn.openSync(e.absolute,Tfe(e.size),o)}catch(A){return a(A)}let u=this.transform&&this.transform(e)||e;u!==e&&(u.on("error",A=>this[To](A,e)),e.pipe(u)),u.on("data",A=>{try{vn.writeSync(n,A,0,A.length)}catch(p){a(p)}}),u.on("end",A=>{let p=null;if(e.mtime&&!this.noMtime){let h=e.atime||new Date,E=e.mtime;try{vn.futimesSync(n,h,E)}catch(I){try{vn.utimesSync(e.absolute,h,E)}catch{p=I}}}if(this[z1](e)){let h=this[X1](e),E=this[Z1](e);try{vn.fchownSync(n,h,E)}catch(I){try{vn.chownSync(e.absolute,h,E)}catch{p=p||I}}}a(p)})}[X3](e,r){let o=e.mode&4095||this.dmode,a=this[Dh](e.absolute,o);if(a){this[To](a,e),r();return}if(e.mtime&&!this.noMtime)try{vn.utimesSync(e.absolute,e.atime||new Date,e.mtime)}catch{}if(this[z1](e))try{vn.chownSync(e.absolute,this[X1](e),this[Z1](e))}catch{}r(),e.resume()}[Dh](e,r){try{return Ffe.sync(fl(e),{uid:this.uid,gid:this.gid,processUid:this.processUid,processGid:this.processGid,umask:this.processUmask,preserve:this.preservePaths,unlink:this.unlink,cache:this.dirCache,cwd:this.cwd,mode:r})}catch(o){return o}}[Yx](e,r,o,a){try{vn[o+"Sync"](r,e.absolute),a(),e.resume()}catch(n){return this[To](n,e)}}};t2.Sync=$3;Nfe.exports=t2});var _fe=_((SUt,Ufe)=>{"use strict";var Wct=OE(),Wx=e_(),Ofe=ve("fs"),Mfe=eC(),Lfe=ve("path"),t_=YE();Ufe.exports=(t,e,r)=>{typeof t=="function"?(r=t,e=null,t={}):Array.isArray(t)&&(e=t,t={}),typeof e=="function"&&(r=e,e=null),e?e=Array.from(e):e=[];let o=Wct(t);if(o.sync&&typeof r=="function")throw new TypeError("callback not supported for sync tar functions");if(!o.file&&typeof r=="function")throw new TypeError("callback only supported with file option");return e.length&&Kct(o,e),o.file&&o.sync?Vct(o):o.file?Jct(o,r):o.sync?zct(o):Xct(o)};var Kct=(t,e)=>{let r=new Map(e.map(n=>[t_(n),!0])),o=t.filter,a=(n,u)=>{let A=u||Lfe.parse(n).root||".",p=n===A?!1:r.has(n)?r.get(n):a(Lfe.dirname(n),A);return r.set(n,p),p};t.filter=o?(n,u)=>o(n,u)&&a(t_(n)):n=>a(t_(n))},Vct=t=>{let e=new Wx.Sync(t),r=t.file,o=Ofe.statSync(r),a=t.maxReadSize||16*1024*1024;new Mfe.ReadStreamSync(r,{readSize:a,size:o.size}).pipe(e)},Jct=(t,e)=>{let r=new Wx(t),o=t.maxReadSize||16*1024*1024,a=t.file,n=new Promise((u,A)=>{r.on("error",A),r.on("close",u),Ofe.stat(a,(p,h)=>{if(p)A(p);else{let E=new Mfe.ReadStream(a,{readSize:o,size:h.size});E.on("error",A),E.pipe(r)}})});return e?n.then(e,e):n},zct=t=>new Wx.Sync(t),Xct=t=>new Wx(t)});var Hfe=_(us=>{"use strict";us.c=us.create=IAe();us.r=us.replace=L3();us.t=us.list=Tx();us.u=us.update=QAe();us.x=us.extract=_fe();us.Pack=Ex();us.Unpack=e_();us.Parse=Rx();us.ReadEntry=rx();us.WriteEntry=A3();us.Header=qE();us.Pax=ix();us.types=KU()});var r_,jfe,Sh,r2,n2,Gfe=Et(()=>{r_=$e(id()),jfe=ve("worker_threads"),Sh=Symbol("kTaskInfo"),r2=class{constructor(e,r){this.fn=e;this.limit=(0,r_.default)(r.poolSize)}run(e){return this.limit(()=>this.fn(e))}},n2=class{constructor(e,r){this.source=e;this.workers=[];this.limit=(0,r_.default)(r.poolSize),this.cleanupInterval=setInterval(()=>{if(this.limit.pendingCount===0&&this.limit.activeCount===0){let o=this.workers.pop();o?o.terminate():clearInterval(this.cleanupInterval)}},5e3).unref()}createWorker(){this.cleanupInterval.refresh();let e=new jfe.Worker(this.source,{eval:!0,execArgv:[...process.execArgv,"--unhandled-rejections=strict"]});return e.on("message",r=>{if(!e[Sh])throw new Error("Assertion failed: Worker sent a result without having a task assigned");e[Sh].resolve(r),e[Sh]=null,e.unref(),this.workers.push(e)}),e.on("error",r=>{e[Sh]?.reject(r),e[Sh]=null}),e.on("exit",r=>{r!==0&&e[Sh]?.reject(new Error(`Worker exited with code ${r}`)),e[Sh]=null}),e}run(e){return this.limit(()=>{let r=this.workers.pop()??this.createWorker();return r.ref(),new Promise((o,a)=>{r[Sh]={resolve:o,reject:a},r.postMessage(e)})})}}});var Yfe=_((kUt,qfe)=>{var n_;qfe.exports.getContent=()=>(typeof n_>"u"&&(n_=ve("zlib").brotliDecompressSync(Buffer.from("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","base64")).toString()),n_)});var Xi={};Vt(Xi,{convertToZip:()=>tut,convertToZipWorker:()=>o_,extractArchiveTo:()=>zfe,getDefaultTaskPool:()=>Vfe,getTaskPoolForConfiguration:()=>Jfe,makeArchiveFromDirectory:()=>eut});function Zct(t,e){switch(t){case"async":return new r2(o_,{poolSize:e});case"workers":return new n2((0,s_.getContent)(),{poolSize:e});default:throw new Error(`Assertion failed: Unknown value ${t} for taskPoolMode`)}}function Vfe(){return typeof i_>"u"&&(i_=Zct("workers",Ji.availableParallelism())),i_}function Jfe(t){return typeof t>"u"?Vfe():ol($ct,t,()=>{let e=t.get("taskPoolMode"),r=t.get("taskPoolConcurrency");switch(e){case"async":return new r2(o_,{poolSize:r});case"workers":return new n2((0,s_.getContent)(),{poolSize:r});default:throw new Error(`Assertion failed: Unknown value ${e} for taskPoolMode`)}})}async function o_(t){let{tmpFile:e,tgz:r,compressionLevel:o,extractBufferOpts:a}=t,n=new zi(e,{create:!0,level:o,stats:Ea.makeDefaultStats()}),u=Buffer.from(r.buffer,r.byteOffset,r.byteLength);return await zfe(u,n,a),n.saveAndClose(),e}async function eut(t,{baseFs:e=new Tn,prefixPath:r=Bt.root,compressionLevel:o,inMemory:a=!1}={}){let n;if(a)n=new zi(null,{level:o});else{let A=await oe.mktempPromise(),p=V.join(A,"archive.zip");n=new zi(p,{create:!0,level:o})}let u=V.resolve(Bt.root,r);return await n.copyPromise(u,t,{baseFs:e,stableTime:!0,stableSort:!0}),n}async function tut(t,e={}){let r=await oe.mktempPromise(),o=V.join(r,"archive.zip"),a=e.compressionLevel??e.configuration?.get("compressionLevel")??"mixed",n={prefixPath:e.prefixPath,stripComponents:e.stripComponents};return await(e.taskPool??Jfe(e.configuration)).run({tmpFile:o,tgz:t,compressionLevel:a,extractBufferOpts:n}),new zi(o,{level:e.compressionLevel})}async function*rut(t){let e=new Kfe.default.Parse,r=new Wfe.PassThrough({objectMode:!0,autoDestroy:!0,emitClose:!0});e.on("entry",o=>{r.write(o)}),e.on("error",o=>{r.destroy(o)}),e.on("close",()=>{r.destroyed||r.end()}),e.end(t);for await(let o of r){let a=o;yield a,a.resume()}}async function zfe(t,e,{stripComponents:r=0,prefixPath:o=Bt.dot}={}){function a(n){if(n.path[0]==="/")return!0;let u=n.path.split(/\//g);return!!(u.some(A=>A==="..")||u.length<=r)}for await(let n of rut(t)){if(a(n))continue;let u=V.normalize(ue.toPortablePath(n.path)).replace(/\/$/,"").split(/\//g);if(u.length<=r)continue;let A=u.slice(r).join("/"),p=V.join(o,A),h=420;switch((n.type==="Directory"||((n.mode??0)&73)!==0)&&(h|=73),n.type){case"Directory":e.mkdirpSync(V.dirname(p),{chmod:493,utimes:[vi.SAFE_TIME,vi.SAFE_TIME]}),e.mkdirSync(p,{mode:h}),e.utimesSync(p,vi.SAFE_TIME,vi.SAFE_TIME);break;case"OldFile":case"File":e.mkdirpSync(V.dirname(p),{chmod:493,utimes:[vi.SAFE_TIME,vi.SAFE_TIME]}),e.writeFileSync(p,await Vy(n),{mode:h}),e.utimesSync(p,vi.SAFE_TIME,vi.SAFE_TIME);break;case"SymbolicLink":e.mkdirpSync(V.dirname(p),{chmod:493,utimes:[vi.SAFE_TIME,vi.SAFE_TIME]}),e.symlinkSync(n.linkpath,p),e.lutimesSync(p,vi.SAFE_TIME,vi.SAFE_TIME);break}}return e}var Wfe,Kfe,s_,i_,$ct,Xfe=Et(()=>{Ye();St();nA();Wfe=ve("stream"),Kfe=$e(Hfe());Gfe();jl();s_=$e(Yfe());$ct=new WeakMap});var $fe=_((a_,Zfe)=>{(function(t,e){typeof a_=="object"?Zfe.exports=e():typeof define=="function"&&define.amd?define(e):t.treeify=e()})(a_,function(){function t(a,n){var u=n?"\u2514":"\u251C";return a?u+="\u2500 ":u+="\u2500\u2500\u2510",u}function e(a,n){var u=[];for(var A in a)!a.hasOwnProperty(A)||n&&typeof a[A]=="function"||u.push(A);return u}function r(a,n,u,A,p,h,E){var I="",v=0,x,C,R=A.slice(0);if(R.push([n,u])&&A.length>0&&(A.forEach(function(U,J){J>0&&(I+=(U[1]?" ":"\u2502")+" "),!C&&U[0]===n&&(C=!0)}),I+=t(a,u)+a,p&&(typeof n!="object"||n instanceof Date)&&(I+=": "+n),C&&(I+=" (circular ref.)"),E(I)),!C&&typeof n=="object"){var L=e(n,h);L.forEach(function(U){x=++v===L.length,r(U,n[U],x,R,p,h,E)})}}var o={};return o.asLines=function(a,n,u,A){var p=typeof u!="function"?u:!1;r(".",a,!1,[],n,p,A||u)},o.asTree=function(a,n,u){var A="";return r(".",a,!1,[],n,u,function(p){A+=p+` +`}),A},o})});var $s={};Vt($s,{emitList:()=>nut,emitTree:()=>npe,treeNodeToJson:()=>rpe,treeNodeToTreeify:()=>tpe});function tpe(t,{configuration:e}){let r={},o=0,a=(n,u)=>{let A=Array.isArray(n)?n.entries():Object.entries(n);for(let[p,h]of A){if(!h)continue;let{label:E,value:I,children:v}=h,x=[];typeof E<"u"&&x.push(yd(e,E,2)),typeof I<"u"&&x.push(Mt(e,I[0],I[1])),x.length===0&&x.push(yd(e,`${p}`,2));let C=x.join(": ").trim(),R=`\0${o++}\0`,L=u[`${R}${C}`]={};typeof v<"u"&&a(v,L)}};if(typeof t.children>"u")throw new Error("The root node must only contain children");return a(t.children,r),r}function rpe(t){let e=r=>{if(typeof r.children>"u"){if(typeof r.value>"u")throw new Error("Assertion failed: Expected a value to be set if the children are missing");return Ed(r.value[0],r.value[1])}let o=Array.isArray(r.children)?r.children.entries():Object.entries(r.children??{}),a=Array.isArray(r.children)?[]:{};for(let[n,u]of o)u&&(a[iut(n)]=e(u));return typeof r.value>"u"?a:{value:Ed(r.value[0],r.value[1]),children:a}};return e(t)}function nut(t,{configuration:e,stdout:r,json:o}){let a=t.map(n=>({value:n}));npe({children:a},{configuration:e,stdout:r,json:o})}function npe(t,{configuration:e,stdout:r,json:o,separators:a=0}){if(o){let u=Array.isArray(t.children)?t.children.values():Object.values(t.children??{});for(let A of u)A&&r.write(`${JSON.stringify(rpe(A))} +`);return}let n=(0,epe.asTree)(tpe(t,{configuration:e}),!1,!1);if(n=n.replace(/\0[0-9]+\0/g,""),a>=1&&(n=n.replace(/^([├└]─)/gm,`\u2502 $1`).replace(/^│\n/,"")),a>=2)for(let u=0;u<2;++u)n=n.replace(/^([│ ].{2}[├│ ].{2}[^\n]+\n)(([│ ]).{2}[├└].{2}[^\n]*\n[│ ].{2}[│ ].{2}[├└]─)/gm,`$1$3 \u2502 -$2`).replace(/^│\n/,"");if(a>=3)throw new Error("Only the first two levels are accepted by treeUtils.emitTree");r.write(n)}function cut(t){return typeof t=="string"?t.replace(/^\0[0-9]+\0/,""):t}var rpe,ope=Et(()=>{rpe=$e(tpe());ql()});function n2(t){let e=t.match(uut);if(!e?.groups)throw new Error("Assertion failed: Expected the checksum to match the requested pattern");let r=e.groups.cacheVersion?parseInt(e.groups.cacheVersion):null;return{cacheKey:e.groups.cacheKey??null,cacheVersion:r,cacheSpec:e.groups.cacheSpec??null,hash:e.groups.hash}}var ape,u_,A_,Jb,Lr,uut,f_=Et(()=>{Ye();Pt();Pt();nA();ape=Be("crypto"),u_=$e(Be("fs"));Yl();rh();jl();xo();A_=Ky(process.env.YARN_CACHE_CHECKPOINT_OVERRIDE??process.env.YARN_CACHE_VERSION_OVERRIDE??9),Jb=Ky(process.env.YARN_CACHE_VERSION_OVERRIDE??10),Lr=class{constructor(e,{configuration:r,immutable:o=r.get("enableImmutableCache"),check:a=!1}){this.markedFiles=new Set;this.mutexes=new Map;this.cacheId=`-${(0,ape.randomBytes)(8).toString("hex")}.tmp`;this.configuration=r,this.cwd=e,this.immutable=o,this.check=a;let{cacheSpec:n,cacheKey:u}=Lr.getCacheKey(r);this.cacheSpec=n,this.cacheKey=u}static async find(e,{immutable:r,check:o}={}){let a=new Lr(e.get("cacheFolder"),{configuration:e,immutable:r,check:o});return await a.setup(),a}static getCacheKey(e){let r=e.get("compressionLevel"),o=r!=="mixed"?`c${r}`:"";return{cacheKey:[Jb,o].join(""),cacheSpec:o}}get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null;let e=`${this.configuration.get("globalFolder")}/cache`;return e!==this.cwd?e:null}getVersionFilename(e){return`${aE(e)}-${this.cacheKey}.zip`}getChecksumFilename(e,r){let a=n2(r).hash.slice(0,10);return`${aE(e)}-${a}.zip`}isChecksumCompatible(e){if(e===null)return!1;let{cacheVersion:r,cacheSpec:o}=n2(e);if(r===null||r=3)throw new Error("Only the first two levels are accepted by treeUtils.emitTree");r.write(n)}function iut(t){return typeof t=="string"?t.replace(/^\0[0-9]+\0/,""):t}var epe,ipe=Et(()=>{epe=$e($fe());Gl()});function i2(t){let e=t.match(sut);if(!e?.groups)throw new Error("Assertion failed: Expected the checksum to match the requested pattern");let r=e.groups.cacheVersion?parseInt(e.groups.cacheVersion):null;return{cacheKey:e.groups.cacheKey??null,cacheVersion:r,cacheSpec:e.groups.cacheSpec??null,hash:e.groups.hash}}var spe,l_,c_,Kx,Lr,sut,u_=Et(()=>{Ye();St();St();nA();spe=ve("crypto"),l_=$e(ve("fs"));Yl();nh();jl();bo();c_=Jy(process.env.YARN_CACHE_CHECKPOINT_OVERRIDE??process.env.YARN_CACHE_VERSION_OVERRIDE??9),Kx=Jy(process.env.YARN_CACHE_VERSION_OVERRIDE??10),Lr=class{constructor(e,{configuration:r,immutable:o=r.get("enableImmutableCache"),check:a=!1}){this.markedFiles=new Set;this.mutexes=new Map;this.cacheId=`-${(0,spe.randomBytes)(8).toString("hex")}.tmp`;this.configuration=r,this.cwd=e,this.immutable=o,this.check=a;let{cacheSpec:n,cacheKey:u}=Lr.getCacheKey(r);this.cacheSpec=n,this.cacheKey=u}static async find(e,{immutable:r,check:o}={}){let a=new Lr(e.get("cacheFolder"),{configuration:e,immutable:r,check:o});return await a.setup(),a}static getCacheKey(e){let r=e.get("compressionLevel"),o=r!=="mixed"?`c${r}`:"";return{cacheKey:[Kx,o].join(""),cacheSpec:o}}get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null;let e=`${this.configuration.get("globalFolder")}/cache`;return e!==this.cwd?e:null}getVersionFilename(e){return`${lE(e)}-${this.cacheKey}.zip`}getChecksumFilename(e,r){let a=i2(r).hash.slice(0,10);return`${lE(e)}-${a}.zip`}isChecksumCompatible(e){if(e===null)return!1;let{cacheVersion:r,cacheSpec:o}=i2(e);if(r===null||r{let ae=new zi,we=K.join(Bt.root,sO(e));return ae.mkdirSync(we,{recursive:!0}),ae.writeJsonSync(K.join(we,dr.manifest),{name:fn(e),mocked:!0}),ae},E=async(ae,{isColdHit:we,controlPath:Pe=null})=>{if(Pe===null&&u.unstablePackages?.has(e.locatorHash))return{isValid:!0,hash:null};let g=r&&!we?n2(r).cacheKey:this.cacheKey,Ee=!u.skipIntegrityCheck||!r?`${g}/${await LS(ae)}`:r;if(Pe!==null){let ce=!u.skipIntegrityCheck||!r?`${this.cacheKey}/${await LS(Pe)}`:r;if(Ee!==ce)throw new zt(18,"The remote archive doesn't match the local checksum - has the local cache been corrupted?")}let De=null;switch(r!==null&&Ee!==r&&(this.check?De="throw":n2(r).cacheKey!==n2(Ee).cacheKey?De="update":De=this.configuration.get("checksumBehavior")),De){case null:case"update":return{isValid:!0,hash:Ee};case"ignore":return{isValid:!0,hash:r};case"reset":return{isValid:!1,hash:r};default:case"throw":throw new zt(18,"The remote archive doesn't match the expected checksum")}},I=async ae=>{if(!n)throw new Error(`Cache check required but no loader configured for ${jr(this.configuration,e)}`);let we=await n(),Pe=we.getRealPath();we.saveAndClose(),await oe.chmodPromise(Pe,420);let g=await E(ae,{controlPath:Pe,isColdHit:!1});if(!g.isValid)throw new Error("Assertion failed: Expected a valid checksum");return g.hash},v=async()=>{if(A===null||!await oe.existsPromise(A)){let ae=await n(),we=ae.getRealPath();return ae.saveAndClose(),{source:"loader",path:we}}return{source:"mirror",path:A}},b=async()=>{if(!n)throw new Error(`Cache entry required but missing for ${jr(this.configuration,e)}`);if(this.immutable)throw new zt(56,`Cache entry required but missing for ${jr(this.configuration,e)}`);let{path:ae,source:we}=await v(),{hash:Pe}=await E(ae,{isColdHit:!0}),g=this.getLocatorPath(e,Pe),Ee=[];we!=="mirror"&&A!==null&&Ee.push(async()=>{let ce=`${A}${this.cacheId}`;await oe.copyFilePromise(ae,ce,u_.default.constants.COPYFILE_FICLONE),await oe.chmodPromise(ce,420),await oe.renamePromise(ce,A)}),(!u.mirrorWriteOnly||A===null)&&Ee.push(async()=>{let ce=`${g}${this.cacheId}`;await oe.copyFilePromise(ae,ce,u_.default.constants.COPYFILE_FICLONE),await oe.chmodPromise(ce,420),await oe.renamePromise(ce,g)});let De=u.mirrorWriteOnly?A??g:g;return await Promise.all(Ee.map(ce=>ce())),[!1,De,Pe]},C=async()=>{let we=(async()=>{let Pe=u.unstablePackages?.has(e.locatorHash),g=Pe||!r||this.isChecksumCompatible(r)?this.getLocatorPath(e,r):null,Ee=g!==null?this.markedFiles.has(g)||await p.existsPromise(g):!1,De=!!u.mockedPackages?.has(e.locatorHash)&&(!this.check||!Ee),ce=De||Ee,ne=ce?o:a;if(ne&&ne(),ce){let ee=null,Ie=g;if(!De)if(this.check)ee=await I(Ie);else{let ke=await E(Ie,{isColdHit:!1});if(ke.isValid)ee=ke.hash;else return b()}return[De,Ie,ee]}else{if(this.immutable&&Pe)throw new zt(56,`Cache entry required but missing for ${jr(this.configuration,e)}; consider defining ${de.pretty(this.configuration,"supportedArchitectures",de.Type.CODE)} to cache packages for multiple systems`);return b()}})();this.mutexes.set(e.locatorHash,we);try{return await we}finally{this.mutexes.delete(e.locatorHash)}};for(let ae;ae=this.mutexes.get(e.locatorHash);)await ae;let[T,L,U]=await C();T||this.markedFiles.add(L);let J,te=T?()=>h():()=>new zi(L,{baseFs:p,readOnly:!0}),le=new ny(()=>wL(()=>J=te(),ae=>`Failed to open the cache entry for ${jr(this.configuration,e)}: ${ae}`),K),pe=new Uu(L,{baseFs:le,pathUtils:K}),Ae=()=>{J?.discardAndClose()},ye=u.unstablePackages?.has(e.locatorHash)?null:U;return[pe,Ae,ye]}},uut=/^(?:(?(?[0-9]+)(?.*))\/)?(?.*)$/});var zb,lpe=Et(()=>{zb=(r=>(r[r.SCRIPT=0]="SCRIPT",r[r.SHELLCODE=1]="SHELLCODE",r))(zb||{})});var Aut,sC,p_=Et(()=>{Pt();Nl();kf();xo();Aut=[[/^(git(?:\+(?:https|ssh))?:\/\/.*(?:\.git)?)#(.*)$/,(t,e,r,o)=>`${r}#commit=${o}`],[/^https:\/\/((?:[^/]+?)@)?codeload\.github\.com\/([^/]+\/[^/]+)\/tar\.gz\/([0-9a-f]+)$/,(t,e,r="",o,a)=>`https://${r}github.com/${o}.git#commit=${a}`],[/^https:\/\/((?:[^/]+?)@)?github\.com\/([^/]+\/[^/]+?)(?:\.git)?#([0-9a-f]+)$/,(t,e,r="",o,a)=>`https://${r}github.com/${o}.git#commit=${a}`],[/^https?:\/\/[^/]+\/(?:[^/]+\/)*(?:@.+(?:\/|(?:%2f)))?([^/]+)\/(?:-|download)\/\1-[^/]+\.tgz(?:#|$)/,t=>`npm:${t}`],[/^https:\/\/npm\.pkg\.github\.com\/download\/(?:@[^/]+)\/(?:[^/]+)\/(?:[^/]+)\/(?:[0-9a-f]+)(?:#|$)/,t=>`npm:${t}`],[/^https:\/\/npm\.fontawesome\.com\/(?:@[^/]+)\/([^/]+)\/-\/([^/]+)\/\1-\2.tgz(?:#|$)/,t=>`npm:${t}`],[/^https?:\/\/[^/]+\/.*\/(@[^/]+)\/([^/]+)\/-\/\1\/\2-(?:[.\d\w-]+)\.tgz(?:#|$)/,(t,e)=>HS({protocol:"npm:",source:null,selector:t,params:{__archiveUrl:e}})],[/^[^/]+\.tgz#[0-9a-f]+$/,t=>`npm:${t}`]],sC=class{constructor(e){this.resolver=e;this.resolutions=null}async setup(e,{report:r}){let o=K.join(e.cwd,dr.lockfile);if(!oe.existsSync(o))return;let a=await oe.readFilePromise(o,"utf8"),n=Vi(a);if(Object.hasOwn(n,"__metadata"))return;let u=this.resolutions=new Map;for(let A of Object.keys(n)){let p=i1(A);if(!p){r.reportWarning(14,`Failed to parse the string "${A}" into a proper descriptor`);continue}let h=ba(p.range)?In(p,`npm:${p.range}`):p,{version:E,resolved:I}=n[A];if(!I)continue;let v;for(let[C,T]of Aut){let L=I.match(C);if(L){v=T(E,...L);break}}if(!v){r.reportWarning(14,`${qn(e.configuration,h)}: Only some patterns can be imported from legacy lockfiles (not "${I}")`);continue}let b=h;try{let C=Id(h.range),T=i1(C.selector,!0);T&&(b=T)}catch{}u.set(h.descriptorHash,Qs(b,v))}}supportsDescriptor(e,r){return this.resolutions?this.resolutions.has(e.descriptorHash):!1}supportsLocator(e,r){return!1}shouldPersistResolution(e,r){throw new Error("Assertion failed: This resolver doesn't support resolving locators to packages")}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){if(!this.resolutions)throw new Error("Assertion failed: The resolution store should have been setup");let a=this.resolutions.get(e.descriptorHash);if(!a)throw new Error("Assertion failed: The resolution should have been registered");let n=tO(a),u=o.project.configuration.normalizeDependency(n);return await this.resolver.getCandidates(u,r,o)}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){throw new Error("Assertion failed: This resolver doesn't support resolving locators to packages")}}});var AA,cpe=Et(()=>{Yl();L1();ql();AA=class extends Xs{constructor({configuration:r,stdout:o,suggestInstall:a=!0}){super();this.errorCount=0;zI(this,{configuration:r}),this.configuration=r,this.stdout=o,this.suggestInstall=a}static async start(r,o){let a=new this(r);try{await o(a)}catch(n){a.reportExceptionOnce(n)}finally{await a.finalize()}return a}hasErrors(){return this.errorCount>0}exitCode(){return this.hasErrors()?1:0}reportCacheHit(r){}reportCacheMiss(r){}startSectionSync(r,o){return o()}async startSectionPromise(r,o){return await o()}startTimerSync(r,o,a){return(typeof o=="function"?o:a)()}async startTimerPromise(r,o,a){return await(typeof o=="function"?o:a)()}reportSeparator(){}reportInfo(r,o){}reportWarning(r,o){}reportError(r,o){this.errorCount+=1,this.stdout.write(`${Ot(this.configuration,"\u27A4","redBright")} ${this.formatNameWithHyperlink(r)}: ${o} +`)}(this.mirrorCwd||!this.immutable)&&await oe.mkdirPromise(this.mirrorCwd||this.cwd,{recursive:!0})}async fetchPackageFromCache(e,r,{onHit:o,onMiss:a,loader:n,...u}){let A=this.getLocatorMirrorPath(e),p=new Tn,h=()=>{let he=new zi,Be=V.join(Bt.root,nM(e));return he.mkdirSync(Be,{recursive:!0}),he.writeJsonSync(V.join(Be,dr.manifest),{name:fn(e),mocked:!0}),he},E=async(he,{isColdHit:Be,controlPath:we=null})=>{if(we===null&&u.unstablePackages?.has(e.locatorHash))return{isValid:!0,hash:null};let g=r&&!Be?i2(r).cacheKey:this.cacheKey,Ee=!u.skipIntegrityCheck||!r?`${g}/${await NP(he)}`:r;if(we!==null){let le=!u.skipIntegrityCheck||!r?`${this.cacheKey}/${await NP(we)}`:r;if(Ee!==le)throw new zt(18,"The remote archive doesn't match the local checksum - has the local cache been corrupted?")}let Se=null;switch(r!==null&&Ee!==r&&(this.check?Se="throw":i2(r).cacheKey!==i2(Ee).cacheKey?Se="update":Se=this.configuration.get("checksumBehavior")),Se){case null:case"update":return{isValid:!0,hash:Ee};case"ignore":return{isValid:!0,hash:r};case"reset":return{isValid:!1,hash:r};default:case"throw":throw new zt(18,"The remote archive doesn't match the expected checksum")}},I=async he=>{if(!n)throw new Error(`Cache check required but no loader configured for ${jr(this.configuration,e)}`);let Be=await n(),we=Be.getRealPath();Be.saveAndClose(),await oe.chmodPromise(we,420);let g=await E(he,{controlPath:we,isColdHit:!1});if(!g.isValid)throw new Error("Assertion failed: Expected a valid checksum");return g.hash},v=async()=>{if(A===null||!await oe.existsPromise(A)){let he=await n(),Be=he.getRealPath();return he.saveAndClose(),{source:"loader",path:Be}}return{source:"mirror",path:A}},x=async()=>{if(!n)throw new Error(`Cache entry required but missing for ${jr(this.configuration,e)}`);if(this.immutable)throw new zt(56,`Cache entry required but missing for ${jr(this.configuration,e)}`);let{path:he,source:Be}=await v(),{hash:we}=await E(he,{isColdHit:!0}),g=this.getLocatorPath(e,we),Ee=[];Be!=="mirror"&&A!==null&&Ee.push(async()=>{let le=`${A}${this.cacheId}`;await oe.copyFilePromise(he,le,l_.default.constants.COPYFILE_FICLONE),await oe.chmodPromise(le,420),await oe.renamePromise(le,A)}),(!u.mirrorWriteOnly||A===null)&&Ee.push(async()=>{let le=`${g}${this.cacheId}`;await oe.copyFilePromise(he,le,l_.default.constants.COPYFILE_FICLONE),await oe.chmodPromise(le,420),await oe.renamePromise(le,g)});let Se=u.mirrorWriteOnly?A??g:g;return await Promise.all(Ee.map(le=>le())),[!1,Se,we]},C=async()=>{let Be=(async()=>{let we=u.unstablePackages?.has(e.locatorHash),g=we||!r||this.isChecksumCompatible(r)?this.getLocatorPath(e,r):null,Ee=g!==null?this.markedFiles.has(g)||await p.existsPromise(g):!1,Se=!!u.mockedPackages?.has(e.locatorHash)&&(!this.check||!Ee),le=Se||Ee,ne=le?o:a;if(ne&&ne(),le){let ee=null,Ie=g;if(!Se)if(this.check)ee=await I(Ie);else{let Fe=await E(Ie,{isColdHit:!1});if(Fe.isValid)ee=Fe.hash;else return x()}return[Se,Ie,ee]}else{if(this.immutable&&we)throw new zt(56,`Cache entry required but missing for ${jr(this.configuration,e)}; consider defining ${de.pretty(this.configuration,"supportedArchitectures",de.Type.CODE)} to cache packages for multiple systems`);return x()}})();this.mutexes.set(e.locatorHash,Be);try{return await Be}finally{this.mutexes.delete(e.locatorHash)}};for(let he;he=this.mutexes.get(e.locatorHash);)await he;let[R,L,U]=await C();R||this.markedFiles.add(L);let J,te=R?()=>h():()=>new zi(L,{baseFs:p,readOnly:!0}),ae=new iy(()=>EL(()=>J=te(),he=>`Failed to open the cache entry for ${jr(this.configuration,e)}: ${he}`),V),fe=new Uu(L,{baseFs:ae,pathUtils:V}),ce=()=>{J?.discardAndClose()},me=u.unstablePackages?.has(e.locatorHash)?null:U;return[fe,ce,me]}},sut=/^(?:(?(?[0-9]+)(?.*))\/)?(?.*)$/});var Vx,ope=Et(()=>{Vx=(r=>(r[r.SCRIPT=0]="SCRIPT",r[r.SHELLCODE=1]="SHELLCODE",r))(Vx||{})});var out,oC,A_=Et(()=>{St();Nl();Qf();bo();out=[[/^(git(?:\+(?:https|ssh))?:\/\/.*(?:\.git)?)#(.*)$/,(t,e,r,o)=>`${r}#commit=${o}`],[/^https:\/\/((?:[^/]+?)@)?codeload\.github\.com\/([^/]+\/[^/]+)\/tar\.gz\/([0-9a-f]+)$/,(t,e,r="",o,a)=>`https://${r}github.com/${o}.git#commit=${a}`],[/^https:\/\/((?:[^/]+?)@)?github\.com\/([^/]+\/[^/]+?)(?:\.git)?#([0-9a-f]+)$/,(t,e,r="",o,a)=>`https://${r}github.com/${o}.git#commit=${a}`],[/^https?:\/\/[^/]+\/(?:[^/]+\/)*(?:@.+(?:\/|(?:%2f)))?([^/]+)\/(?:-|download)\/\1-[^/]+\.tgz(?:#|$)/,t=>`npm:${t}`],[/^https:\/\/npm\.pkg\.github\.com\/download\/(?:@[^/]+)\/(?:[^/]+)\/(?:[^/]+)\/(?:[0-9a-f]+)(?:#|$)/,t=>`npm:${t}`],[/^https:\/\/npm\.fontawesome\.com\/(?:@[^/]+)\/([^/]+)\/-\/([^/]+)\/\1-\2.tgz(?:#|$)/,t=>`npm:${t}`],[/^https?:\/\/[^/]+\/.*\/(@[^/]+)\/([^/]+)\/-\/\1\/\2-(?:[.\d\w-]+)\.tgz(?:#|$)/,(t,e)=>_P({protocol:"npm:",source:null,selector:t,params:{__archiveUrl:e}})],[/^[^/]+\.tgz#[0-9a-f]+$/,t=>`npm:${t}`]],oC=class{constructor(e){this.resolver=e;this.resolutions=null}async setup(e,{report:r}){let o=V.join(e.cwd,dr.lockfile);if(!oe.existsSync(o))return;let a=await oe.readFilePromise(o,"utf8"),n=Ki(a);if(Object.hasOwn(n,"__metadata"))return;let u=this.resolutions=new Map;for(let A of Object.keys(n)){let p=s1(A);if(!p){r.reportWarning(14,`Failed to parse the string "${A}" into a proper descriptor`);continue}let h=xa(p.range)?In(p,`npm:${p.range}`):p,{version:E,resolved:I}=n[A];if(!I)continue;let v;for(let[C,R]of out){let L=I.match(C);if(L){v=R(E,...L);break}}if(!v){r.reportWarning(14,`${Gn(e.configuration,h)}: Only some patterns can be imported from legacy lockfiles (not "${I}")`);continue}let x=h;try{let C=Bd(h.range),R=s1(C.selector,!0);R&&(x=R)}catch{}u.set(h.descriptorHash,Qs(x,v))}}supportsDescriptor(e,r){return this.resolutions?this.resolutions.has(e.descriptorHash):!1}supportsLocator(e,r){return!1}shouldPersistResolution(e,r){throw new Error("Assertion failed: This resolver doesn't support resolving locators to packages")}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){if(!this.resolutions)throw new Error("Assertion failed: The resolution store should have been setup");let a=this.resolutions.get(e.descriptorHash);if(!a)throw new Error("Assertion failed: The resolution should have been registered");let n=$O(a),u=o.project.configuration.normalizeDependency(n);return await this.resolver.getCandidates(u,r,o)}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){throw new Error("Assertion failed: This resolver doesn't support resolving locators to packages")}}});var AA,ape=Et(()=>{Yl();O1();Gl();AA=class extends Xs{constructor({configuration:r,stdout:o,suggestInstall:a=!0}){super();this.errorCount=0;XI(this,{configuration:r}),this.configuration=r,this.stdout=o,this.suggestInstall=a}static async start(r,o){let a=new this(r);try{await o(a)}catch(n){a.reportExceptionOnce(n)}finally{await a.finalize()}return a}hasErrors(){return this.errorCount>0}exitCode(){return this.hasErrors()?1:0}reportCacheHit(r){}reportCacheMiss(r){}startSectionSync(r,o){return o()}async startSectionPromise(r,o){return await o()}startTimerSync(r,o,a){return(typeof o=="function"?o:a)()}async startTimerPromise(r,o,a){return await(typeof o=="function"?o:a)()}reportSeparator(){}reportInfo(r,o){}reportWarning(r,o){}reportError(r,o){this.errorCount+=1,this.stdout.write(`${Mt(this.configuration,"\u27A4","redBright")} ${this.formatNameWithHyperlink(r)}: ${o} `)}reportProgress(r){return{...Promise.resolve().then(async()=>{for await(let{}of r);}),stop:()=>{}}}reportJson(r){}reportFold(r,o){}async finalize(){this.errorCount>0&&(this.stdout.write(` -`),this.stdout.write(`${Ot(this.configuration,"\u27A4","redBright")} Errors happened when preparing the environment required to run this command. -`),this.suggestInstall&&this.stdout.write(`${Ot(this.configuration,"\u27A4","redBright")} This might be caused by packages being missing from the lockfile, in which case running "yarn install" might help. -`))}formatNameWithHyperlink(r){return CU(r,{configuration:this.configuration,json:!1})}}});var oC,h_=Et(()=>{xo();oC=class{constructor(e){this.resolver=e}supportsDescriptor(e,r){return!!(r.project.storedResolutions.get(e.descriptorHash)||r.project.originalPackages.has(OS(e).locatorHash))}supportsLocator(e,r){return!!(r.project.originalPackages.has(e.locatorHash)&&!r.project.lockfileNeedsRefresh)}shouldPersistResolution(e,r){throw new Error("The shouldPersistResolution method shouldn't be called on the lockfile resolver, which would always answer yes")}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return this.resolver.getResolutionDependencies(e,r)}async getCandidates(e,r,o){let a=o.project.storedResolutions.get(e.descriptorHash);if(a){let u=o.project.originalPackages.get(a);if(u)return[u]}let n=o.project.originalPackages.get(OS(e).locatorHash);if(n)return[n];throw new Error("Resolution expected from the lockfile data")}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){let o=r.project.originalPackages.get(e.locatorHash);if(!o)throw new Error("The lockfile resolver isn't meant to resolve packages - they should already have been stored into a cache");return o}}});function Wf(){}function fut(t,e,r,o,a){for(var n=0,u=e.length,A=0,p=0;nb.length?T:b}),h.value=t.join(E)}else h.value=t.join(r.slice(A,A+h.count));A+=h.count,h.added||(p+=h.count)}}var v=e[u-1];return u>1&&typeof v.value=="string"&&(v.added||v.removed)&&t.equals("",v.value)&&(e[u-2].value+=v.value,e.pop()),e}function put(t){return{newPos:t.newPos,components:t.components.slice(0)}}function hut(t,e){if(typeof t=="function")e.callback=t;else if(t)for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);return e}function fpe(t,e,r){return r=hut(r,{ignoreWhitespace:!0}),E_.diff(t,e,r)}function gut(t,e,r){return C_.diff(t,e,r)}function Xb(t){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Xb=function(e){return typeof e}:Xb=function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Xb(t)}function g_(t){return yut(t)||Eut(t)||Cut(t)||wut()}function yut(t){if(Array.isArray(t))return d_(t)}function Eut(t){if(typeof Symbol<"u"&&Symbol.iterator in Object(t))return Array.from(t)}function Cut(t,e){if(!!t){if(typeof t=="string")return d_(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return d_(t,e)}}function d_(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,o=new Array(e);r"u"&&(u.context=4);var A=gut(r,o,u);if(!A)return;A.push({value:"",lines:[]});function p(U){return U.map(function(J){return" "+J})}for(var h=[],E=0,I=0,v=[],b=1,C=1,T=function(J){var te=A[J],le=te.lines||te.value.replace(/\n$/,"").split(` -`);if(te.lines=le,te.added||te.removed){var pe;if(!E){var Ae=A[J-1];E=b,I=C,Ae&&(v=u.context>0?p(Ae.lines.slice(-u.context)):[],E-=v.length,I-=v.length)}(pe=v).push.apply(pe,g_(le.map(function(ce){return(te.added?"+":"-")+ce}))),te.added?C+=le.length:b+=le.length}else{if(E)if(le.length<=u.context*2&&J=A.length-2&&le.length<=u.context){var g=/\n$/.test(r),Ee=/\n$/.test(o),De=le.length==0&&v.length>Pe.oldLines;!g&&De&&r.length>0&&v.splice(Pe.oldLines,0,"\\ No newline at end of file"),(!g&&!De||!Ee)&&v.push("\\ No newline at end of file")}h.push(Pe),E=0,I=0,v=[]}b+=le.length,C+=le.length}},L=0;L{Wf.prototype={diff:function(e,r){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=o.callback;typeof o=="function"&&(a=o,o={}),this.options=o;var n=this;function u(T){return a?(setTimeout(function(){a(void 0,T)},0),!0):T}e=this.castInput(e),r=this.castInput(r),e=this.removeEmpty(this.tokenize(e)),r=this.removeEmpty(this.tokenize(r));var A=r.length,p=e.length,h=1,E=A+p;o.maxEditLength&&(E=Math.min(E,o.maxEditLength));var I=[{newPos:-1,components:[]}],v=this.extractCommon(I[0],r,e,0);if(I[0].newPos+1>=A&&v+1>=p)return u([{value:this.join(r),count:r.length}]);function b(){for(var T=-1*h;T<=h;T+=2){var L=void 0,U=I[T-1],J=I[T+1],te=(J?J.newPos:0)-T;U&&(I[T-1]=void 0);var le=U&&U.newPos+1=A&&te+1>=p)return u(fut(n,L.components,r,e,n.useLongestToken));I[T]=L}h++}if(a)(function T(){setTimeout(function(){if(h>E)return a();b()||T()},0)})();else for(;h<=E;){var C=b();if(C)return C}},pushComponent:function(e,r,o){var a=e[e.length-1];a&&a.added===r&&a.removed===o?e[e.length-1]={count:a.count+1,added:r,removed:o}:e.push({count:1,added:r,removed:o})},extractCommon:function(e,r,o,a){for(var n=r.length,u=o.length,A=e.newPos,p=A-a,h=0;A+1"u"?r:u}:o;return typeof t=="string"?t:JSON.stringify(m_(t,null,null,a),a," ")};i2.equals=function(t,e){return Wf.prototype.equals.call(i2,t.replace(/,([\r\n])/g,"$1"),e.replace(/,([\r\n])/g,"$1"))};y_=new Wf;y_.tokenize=function(t){return t.slice()};y_.join=y_.removeEmpty=function(t){return t}});var gpe=_((o3t,hpe)=>{var But=Hl(),vut=fE(),Dut=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Put=/^\w*$/;function Sut(t,e){if(But(t))return!1;var r=typeof t;return r=="number"||r=="symbol"||r=="boolean"||t==null||vut(t)?!0:Put.test(t)||!Dut.test(t)||e!=null&&t in Object(e)}hpe.exports=Sut});var ype=_((a3t,mpe)=>{var dpe=_P(),xut="Expected a function";function I_(t,e){if(typeof t!="function"||e!=null&&typeof e!="function")throw new TypeError(xut);var r=function(){var o=arguments,a=e?e.apply(this,o):o[0],n=r.cache;if(n.has(a))return n.get(a);var u=t.apply(this,o);return r.cache=n.set(a,u)||n,u};return r.cache=new(I_.Cache||dpe),r}I_.Cache=dpe;mpe.exports=I_});var Cpe=_((l3t,Epe)=>{var but=ype(),kut=500;function Qut(t){var e=but(t,function(o){return r.size===kut&&r.clear(),o}),r=e.cache;return e}Epe.exports=Qut});var B_=_((c3t,wpe)=>{var Fut=Cpe(),Tut=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Rut=/\\(\\)?/g,Nut=Fut(function(t){var e=[];return t.charCodeAt(0)===46&&e.push(""),t.replace(Tut,function(r,o,a,n){e.push(a?n.replace(Rut,"$1"):o||r)}),e});wpe.exports=Nut});var jd=_((u3t,Ipe)=>{var Lut=Hl(),Mut=gpe(),Out=B_(),Uut=R1();function _ut(t,e){return Lut(t)?t:Mut(t,e)?[t]:Out(Uut(t))}Ipe.exports=_ut});var aC=_((A3t,Bpe)=>{var Hut=fE(),jut=1/0;function qut(t){if(typeof t=="string"||Hut(t))return t;var e=t+"";return e=="0"&&1/t==-jut?"-0":e}Bpe.exports=qut});var Zb=_((f3t,vpe)=>{var Gut=jd(),Yut=aC();function Wut(t,e){e=Gut(e,t);for(var r=0,o=e.length;t!=null&&r{var Vut=rS(),Kut=jd(),Jut=UI(),Dpe=il(),zut=aC();function Xut(t,e,r,o){if(!Dpe(t))return t;e=Kut(e,t);for(var a=-1,n=e.length,u=n-1,A=t;A!=null&&++a{var Zut=Zb(),$ut=v_(),eAt=jd();function tAt(t,e,r){for(var o=-1,a=e.length,n={};++o{function rAt(t,e){return t!=null&&e in Object(t)}bpe.exports=rAt});var D_=_((d3t,Qpe)=>{var nAt=jd(),iAt=LI(),sAt=Hl(),oAt=UI(),aAt=YP(),lAt=aC();function cAt(t,e,r){e=nAt(e,t);for(var o=-1,a=e.length,n=!1;++o{var uAt=kpe(),AAt=D_();function fAt(t,e){return t!=null&&AAt(t,e,uAt)}Fpe.exports=fAt});var Npe=_((y3t,Rpe)=>{var pAt=xpe(),hAt=Tpe();function gAt(t,e){return pAt(t,e,function(r,o){return hAt(t,o)})}Rpe.exports=gAt});var Upe=_((E3t,Ope)=>{var Lpe=fd(),dAt=LI(),mAt=Hl(),Mpe=Lpe?Lpe.isConcatSpreadable:void 0;function yAt(t){return mAt(t)||dAt(t)||!!(Mpe&&t&&t[Mpe])}Ope.exports=yAt});var jpe=_((C3t,Hpe)=>{var EAt=qP(),CAt=Upe();function _pe(t,e,r,o,a){var n=-1,u=t.length;for(r||(r=CAt),a||(a=[]);++n0&&r(A)?e>1?_pe(A,e-1,r,o,a):EAt(a,A):o||(a[a.length]=A)}return a}Hpe.exports=_pe});var Gpe=_((w3t,qpe)=>{var wAt=jpe();function IAt(t){var e=t==null?0:t.length;return e?wAt(t,1):[]}qpe.exports=IAt});var P_=_((I3t,Ype)=>{var BAt=Gpe(),vAt=pL(),DAt=hL();function PAt(t){return DAt(vAt(t,void 0,BAt),t+"")}Ype.exports=PAt});var S_=_((B3t,Wpe)=>{var SAt=Npe(),xAt=P_(),bAt=xAt(function(t,e){return t==null?{}:SAt(t,e)});Wpe.exports=bAt});var $b,Vpe=Et(()=>{Yl();$b=class{constructor(e){this.resolver=e}supportsDescriptor(e,r){return this.resolver.supportsDescriptor(e,r)}supportsLocator(e,r){return this.resolver.supportsLocator(e,r)}shouldPersistResolution(e,r){return this.resolver.shouldPersistResolution(e,r)}bindDescriptor(e,r,o){return this.resolver.bindDescriptor(e,r,o)}getResolutionDependencies(e,r){return this.resolver.getResolutionDependencies(e,r)}async getCandidates(e,r,o){throw new zt(20,`This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile`)}async getSatisfying(e,r,o,a){throw new zt(20,`This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile`)}async resolve(e,r){throw new zt(20,`This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile`)}}});var Qi,x_=Et(()=>{Yl();Qi=class extends Xs{reportCacheHit(e){}reportCacheMiss(e){}startSectionSync(e,r){return r()}async startSectionPromise(e,r){return await r()}startTimerSync(e,r,o){return(typeof r=="function"?r:o)()}async startTimerPromise(e,r,o){return await(typeof r=="function"?r:o)()}reportSeparator(){}reportInfo(e,r){}reportWarning(e,r){}reportError(e,r){}reportProgress(e){return{...Promise.resolve().then(async()=>{for await(let{}of e);}),stop:()=>{}}}reportJson(e){}reportFold(e,r){}async finalize(){}}});var Kpe,lC,b_=Et(()=>{Pt();Kpe=$e(RS());AE();Bd();ql();rh();kf();xo();lC=class{constructor(e,{project:r}){this.workspacesCwds=new Set;this.project=r,this.cwd=e}async setup(){this.manifest=await Mt.tryFind(this.cwd)??new Mt,this.relativeCwd=K.relative(this.project.cwd,this.cwd)||Bt.dot;let e=this.manifest.name?this.manifest.name:eA(null,`${this.computeCandidateName()}-${zs(this.relativeCwd).substring(0,6)}`);this.anchoredDescriptor=In(e,`${Xn.protocol}${this.relativeCwd}`),this.anchoredLocator=Qs(e,`${Xn.protocol}${this.relativeCwd}`);let r=this.manifest.workspaceDefinitions.map(({pattern:a})=>a);if(r.length===0)return;let o=await(0,Kpe.default)(r,{cwd:ue.fromPortablePath(this.cwd),onlyDirectories:!0,ignore:["**/node_modules","**/.git","**/.yarn"]});o.sort(),await o.reduce(async(a,n)=>{let u=K.resolve(this.cwd,ue.toPortablePath(n)),A=await oe.existsPromise(K.join(u,"package.json"));await a,A&&this.workspacesCwds.add(u)},Promise.resolve())}get anchoredPackage(){let e=this.project.storedPackages.get(this.anchoredLocator.locatorHash);if(!e)throw new Error(`Assertion failed: Expected workspace ${o1(this.project.configuration,this)} (${Ot(this.project.configuration,K.join(this.cwd,dr.manifest),yt.PATH)}) to have been resolved. Run "yarn install" to update the lockfile`);return e}accepts(e){let r=e.indexOf(":"),o=r!==-1?e.slice(0,r+1):null,a=r!==-1?e.slice(r+1):e;if(o===Xn.protocol&&K.normalize(a)===this.relativeCwd||o===Xn.protocol&&(a==="*"||a==="^"||a==="~"))return!0;let n=ba(a);return n?o===Xn.protocol?n.test(this.manifest.version??"0.0.0"):this.project.configuration.get("enableTransparentWorkspaces")&&this.manifest.version!==null?n.test(this.manifest.version):!1:!1}computeCandidateName(){return this.cwd===this.project.cwd?"root-workspace":`${K.basename(this.cwd)}`||"unnamed-workspace"}getRecursiveWorkspaceDependencies({dependencies:e=Mt.hardDependencies}={}){let r=new Set,o=a=>{for(let n of e)for(let u of a.manifest[n].values()){let A=this.project.tryWorkspaceByDescriptor(u);A===null||r.has(A)||(r.add(A),o(A))}};return o(this),r}getRecursiveWorkspaceDependents({dependencies:e=Mt.hardDependencies}={}){let r=new Set,o=a=>{for(let n of this.project.workspaces)e.some(A=>[...n.manifest[A].values()].some(p=>{let h=this.project.tryWorkspaceByDescriptor(p);return h!==null&&n1(h.anchoredLocator,a.anchoredLocator)}))&&!r.has(n)&&(r.add(n),o(n))};return o(this),r}getRecursiveWorkspaceChildren(){let e=new Set([this]);for(let r of e)for(let o of r.workspacesCwds){let a=this.project.workspacesByCwd.get(o);a&&e.add(a)}return e.delete(this),Array.from(e)}async persistManifest(){let e={};this.manifest.exportTo(e);let r=K.join(this.cwd,Mt.fileName),o=`${JSON.stringify(e,null,this.manifest.indent)} -`;await oe.changeFilePromise(r,o,{automaticNewlines:!0}),this.manifest.raw=e}}});function NAt({project:t,allDescriptors:e,allResolutions:r,allPackages:o,accessibleLocators:a=new Set,optionalBuilds:n=new Set,peerRequirements:u=new Map,peerWarnings:A=[],volatileDescriptors:p=new Set}){let h=new Map,E=[],I=new Map,v=new Map,b=new Map,C=new Map,T=new Map,L=new Map(t.workspaces.map(Ae=>{let ye=Ae.anchoredLocator.locatorHash,ae=o.get(ye);if(typeof ae>"u")throw new Error("Assertion failed: The workspace should have an associated package");return[ye,$I(ae)]})),U=()=>{let Ae=oe.mktempSync(),ye=K.join(Ae,"stacktrace.log"),ae=String(E.length+1).length,we=E.map((Pe,g)=>`${`${g+1}.`.padStart(ae," ")} ${xa(Pe)} -`).join("");throw oe.writeFileSync(ye,we),oe.detachTemp(Ae),new zt(45,`Encountered a stack overflow when resolving peer dependencies; cf ${ue.fromPortablePath(ye)}`)},J=Ae=>{let ye=r.get(Ae.descriptorHash);if(typeof ye>"u")throw new Error("Assertion failed: The resolution should have been registered");let ae=o.get(ye);if(!ae)throw new Error("Assertion failed: The package could not be found");return ae},te=(Ae,ye,ae,{top:we,optional:Pe})=>{E.length>1e3&&U(),E.push(ye);let g=le(Ae,ye,ae,{top:we,optional:Pe});return E.pop(),g},le=(Ae,ye,ae,{top:we,optional:Pe})=>{if(a.has(ye.locatorHash))return;a.add(ye.locatorHash),Pe||n.delete(ye.locatorHash);let g=o.get(ye.locatorHash);if(!g)throw new Error(`Assertion failed: The package (${jr(t.configuration,ye)}) should have been registered`);let Ee=[],De=[],ce=[],ne=[],ee=[];for(let ke of Array.from(g.dependencies.values())){if(g.peerDependencies.has(ke.identHash)&&g.locatorHash!==we)continue;if(Sf(ke))throw new Error("Assertion failed: Virtual packages shouldn't be encountered when virtualizing a branch");p.delete(ke.descriptorHash);let ht=Pe;if(!ht){let Te=g.dependenciesMeta.get(fn(ke));if(typeof Te<"u"){let Je=Te.get(null);typeof Je<"u"&&Je.optional&&(ht=!0)}}let H=r.get(ke.descriptorHash);if(!H)throw new Error(`Assertion failed: The resolution (${qn(t.configuration,ke)}) should have been registered`);let lt=L.get(H)||o.get(H);if(!lt)throw new Error(`Assertion failed: The package (${H}, resolved from ${qn(t.configuration,ke)}) should have been registered`);if(lt.peerDependencies.size===0){te(ke,lt,new Map,{top:we,optional:ht});continue}let Re,Qe,be=new Set,_e;De.push(()=>{Re=nO(ke,ye.locatorHash),Qe=iO(lt,ye.locatorHash),g.dependencies.delete(ke.identHash),g.dependencies.set(Re.identHash,Re),r.set(Re.descriptorHash,Qe.locatorHash),e.set(Re.descriptorHash,Re),o.set(Qe.locatorHash,Qe),Ee.push([lt,Re,Qe])}),ce.push(()=>{_e=new Map;for(let Te of Qe.peerDependencies.values()){let Je=g.dependencies.get(Te.identHash);if(!Je&&r1(ye,Te)&&(Ae.identHash===ye.identHash?Je=Ae:(Je=In(ye,Ae.range),e.set(Je.descriptorHash,Je),r.set(Je.descriptorHash,ye.locatorHash),p.delete(Je.descriptorHash))),(!Je||Je.range==="missing:")&&Qe.dependencies.has(Te.identHash)){Qe.peerDependencies.delete(Te.identHash);continue}Je||(Je=In(Te,"missing:")),Qe.dependencies.set(Je.identHash,Je),Sf(Je)&&dd(b,Je.descriptorHash).add(Qe.locatorHash),I.set(Je.identHash,Je),Je.range==="missing:"&&be.add(Je.identHash),_e.set(Te.identHash,ae.get(Te.identHash)??Qe.locatorHash)}Qe.dependencies=new Map(ks(Qe.dependencies,([Te,Je])=>fn(Je)))}),ne.push(()=>{if(!o.has(Qe.locatorHash))return;let Te=h.get(lt.locatorHash);typeof Te=="number"&&Te>=2&&U();let Je=h.get(lt.locatorHash),He=typeof Je<"u"?Je+1:1;h.set(lt.locatorHash,He),te(Re,Qe,_e,{top:we,optional:ht}),h.set(lt.locatorHash,He-1)}),ee.push(()=>{let Te=g.dependencies.get(ke.identHash);if(typeof Te>"u")throw new Error("Assertion failed: Expected the peer dependency to have been turned into a dependency");let Je=r.get(Te.descriptorHash);if(typeof Je>"u")throw new Error("Assertion failed: Expected the descriptor to be registered");if(dd(T,Je).add(ye.locatorHash),!!o.has(Qe.locatorHash)){for(let He of Qe.peerDependencies.values()){let x=_e.get(He.identHash);if(typeof x>"u")throw new Error("Assertion failed: Expected the peer dependency ident to be registered");Gy(Yy(C,x),fn(He)).push(Qe.locatorHash)}for(let He of be)Qe.dependencies.delete(He)}})}for(let ke of[...De,...ce])ke();let Ie;do{Ie=!0;for(let[ke,ht,H]of Ee){let lt=Yy(v,ke.locatorHash),Re=zs(...[...H.dependencies.values()].map(Te=>{let Je=Te.range!=="missing:"?r.get(Te.descriptorHash):"missing:";if(typeof Je>"u")throw new Error(`Assertion failed: Expected the resolution for ${qn(t.configuration,Te)} to have been registered`);return Je===we?`${Je} (top)`:Je}),ht.identHash),Qe=lt.get(Re);if(typeof Qe>"u"){lt.set(Re,ht);continue}if(Qe===ht)continue;o.delete(H.locatorHash),e.delete(ht.descriptorHash),r.delete(ht.descriptorHash),a.delete(H.locatorHash);let be=b.get(ht.descriptorHash)||[],_e=[g.locatorHash,...be];b.delete(ht.descriptorHash);for(let Te of _e){let Je=o.get(Te);typeof Je>"u"||(Je.dependencies.get(ht.identHash).descriptorHash!==Qe.descriptorHash&&(Ie=!1),Je.dependencies.set(ht.identHash,Qe))}}}while(!Ie);for(let ke of[...ne,...ee])ke()};for(let Ae of t.workspaces){let ye=Ae.anchoredLocator;p.delete(Ae.anchoredDescriptor.descriptorHash),te(Ae.anchoredDescriptor,ye,new Map,{top:ye.locatorHash,optional:!1})}let pe=new Map;for(let[Ae,ye]of T){let ae=o.get(Ae);if(typeof ae>"u")throw new Error("Assertion failed: Expected the root to be registered");let we=C.get(Ae);if(!(typeof we>"u"))for(let Pe of ye){let g=o.get(Pe);if(!(typeof g>"u")&&!!t.tryWorkspaceByLocator(g))for(let[Ee,De]of we){let ce=Js(Ee);if(g.peerDependencies.has(ce.identHash))continue;let ne=`p${zs(Pe,Ee,Ae).slice(0,5)}`;u.set(ne,{subject:Pe,requested:ce,rootRequester:Ae,allRequesters:De});let ee=ae.dependencies.get(ce.identHash);if(typeof ee<"u"){let Ie=J(ee),ke=Ie.version??"0.0.0",ht=new Set;for(let lt of De){let Re=o.get(lt);if(typeof Re>"u")throw new Error("Assertion failed: Expected the link to be registered");let Qe=Re.peerDependencies.get(ce.identHash);if(typeof Qe>"u")throw new Error("Assertion failed: Expected the ident to be registered");ht.add(Qe.range)}if(![...ht].every(lt=>{if(lt.startsWith(Xn.protocol)){if(!t.tryWorkspaceByLocator(Ie))return!1;lt=lt.slice(Xn.protocol.length),(lt==="^"||lt==="~")&&(lt="*")}return bf(ke,lt)})){let lt=ol(pe,Ie.locatorHash,()=>({type:2,requested:ce,subject:Ie,dependents:new Map,requesters:new Map,links:new Map,version:ke,hash:`p${Ie.locatorHash.slice(0,5)}`}));lt.dependents.set(g.locatorHash,g),lt.requesters.set(ae.locatorHash,ae);for(let Re of De)lt.links.set(Re,o.get(Re));A.push({type:1,subject:g,requested:ce,requester:ae,version:ke,hash:ne,requirementCount:De.length})}}else ae.peerDependenciesMeta.get(Ee)?.optional||A.push({type:0,subject:g,requested:ce,requester:ae,hash:ne})}}}A.push(...pe.values())}function LAt(t,e){let r=BL(t.peerWarnings,"type"),o=r[2]?.map(n=>{let u=Array.from(n.links.values(),E=>{let I=t.storedPackages.get(E.locatorHash);if(typeof I>"u")throw new Error("Assertion failed: Expected the package to be registered");let v=I.peerDependencies.get(n.requested.identHash);if(typeof v>"u")throw new Error("Assertion failed: Expected the ident to be registered");return v.range}),A=n.links.size>1?"and other dependencies request":"requests",p=aO(u),h=p?lE(t.configuration,p):Ot(t.configuration,"but they have non-overlapping ranges!","redBright");return`${cs(t.configuration,n.requested)} is listed by your project with version ${s1(t.configuration,n.version)}, which doesn't satisfy what ${cs(t.configuration,n.requesters.values().next().value)} (${Ot(t.configuration,n.hash,yt.CODE)}) ${A} (${h}).`})??[],a=r[0]?.map(n=>`${jr(t.configuration,n.subject)} doesn't provide ${cs(t.configuration,n.requested)} (${Ot(t.configuration,n.hash,yt.CODE)}), requested by ${cs(t.configuration,n.requester)}.`)??[];e.startSectionSync({reportFooter:()=>{e.reportWarning(86,`Some peer dependencies are incorrectly met; run ${Ot(t.configuration,"yarn explain peer-requirements ",yt.CODE)} for details, where ${Ot(t.configuration,"",yt.CODE)} is the six-letter p-prefixed code.`)},skipIfEmpty:!0},()=>{for(let n of ks(o,u=>zy.default(u)))e.reportWarning(60,n);for(let n of ks(a,u=>zy.default(u)))e.reportWarning(2,n)})}var ek,tk,rk,Xpe,F_,Q_,T_,nk,kAt,QAt,Jpe,FAt,TAt,RAt,pl,k_,ik,zpe,St,Zpe=Et(()=>{Pt();Pt();Nl();qt();ek=Be("crypto");w_();tk=$e(S_()),rk=$e(nd()),Xpe=$e(zn()),F_=Be("util"),Q_=$e(Be("v8")),T_=$e(Be("zlib"));f_();D1();p_();h_();AE();fO();Yl();Vpe();L1();x_();Bd();b_();VS();ql();rh();jl();Dx();DU();kf();xo();nk=Ky(process.env.YARN_LOCKFILE_VERSION_OVERRIDE??8),kAt=3,QAt=/ *, */g,Jpe=/\/$/,FAt=32,TAt=(0,F_.promisify)(T_.default.gzip),RAt=(0,F_.promisify)(T_.default.gunzip),pl=(r=>(r.UpdateLockfile="update-lockfile",r.SkipBuild="skip-build",r))(pl||{}),k_={restoreLinkersCustomData:["linkersCustomData"],restoreResolutions:["accessibleLocators","conditionalLocators","disabledLocators","optionalBuilds","storedDescriptors","storedResolutions","storedPackages","lockFileChecksum"],restoreBuildState:["skippedBuilds","storedBuildState"]},ik=(o=>(o[o.NotProvided=0]="NotProvided",o[o.NotCompatible=1]="NotCompatible",o[o.NotCompatibleAggregate=2]="NotCompatibleAggregate",o))(ik||{}),zpe=t=>zs(`${kAt}`,t),St=class{constructor(e,{configuration:r}){this.resolutionAliases=new Map;this.workspaces=[];this.workspacesByCwd=new Map;this.workspacesByIdent=new Map;this.storedResolutions=new Map;this.storedDescriptors=new Map;this.storedPackages=new Map;this.storedChecksums=new Map;this.storedBuildState=new Map;this.accessibleLocators=new Set;this.conditionalLocators=new Set;this.disabledLocators=new Set;this.originalPackages=new Map;this.optionalBuilds=new Set;this.skippedBuilds=new Set;this.lockfileLastVersion=null;this.lockfileNeedsRefresh=!1;this.peerRequirements=new Map;this.peerWarnings=[];this.linkersCustomData=new Map;this.lockFileChecksum=null;this.installStateChecksum=null;this.configuration=r,this.cwd=e}static async find(e,r){if(!e.projectCwd)throw new it(`No project found in ${r}`);let o=e.projectCwd,a=r,n=null;for(;n!==e.projectCwd;){if(n=a,oe.existsSync(K.join(n,dr.manifest))){o=n;break}a=K.dirname(n)}let u=new St(e.projectCwd,{configuration:e});Ve.telemetry?.reportProject(u.cwd),await u.setupResolutions(),await u.setupWorkspaces(),Ve.telemetry?.reportWorkspaceCount(u.workspaces.length),Ve.telemetry?.reportDependencyCount(u.workspaces.reduce((C,T)=>C+T.manifest.dependencies.size+T.manifest.devDependencies.size,0));let A=u.tryWorkspaceByCwd(o);if(A)return{project:u,workspace:A,locator:A.anchoredLocator};let p=await u.findLocatorForLocation(`${o}/`,{strict:!0});if(p)return{project:u,locator:p,workspace:null};let h=Ot(e,u.cwd,yt.PATH),E=Ot(e,K.relative(u.cwd,o),yt.PATH),I=`- If ${h} isn't intended to be a project, remove any yarn.lock and/or package.json file there.`,v=`- If ${h} is intended to be a project, it might be that you forgot to list ${E} in its workspace configuration.`,b=`- Finally, if ${h} is fine and you intend ${E} to be treated as a completely separate project (not even a workspace), create an empty yarn.lock file in it.`;throw new it(`The nearest package directory (${Ot(e,o,yt.PATH)}) doesn't seem to be part of the project declared in ${Ot(e,u.cwd,yt.PATH)}. - -${[I,v,b].join(` -`)}`)}async setupResolutions(){this.storedResolutions=new Map,this.storedDescriptors=new Map,this.storedPackages=new Map,this.lockFileChecksum=null;let e=K.join(this.cwd,dr.lockfile),r=this.configuration.get("defaultLanguageName");if(oe.existsSync(e)){let o=await oe.readFilePromise(e,"utf8");this.lockFileChecksum=zpe(o);let a=Vi(o);if(a.__metadata){let n=a.__metadata.version,u=a.__metadata.cacheKey;this.lockfileLastVersion=n,this.lockfileNeedsRefresh=n"u")throw new Error(`Assertion failed: Expected the lockfile entry to have a resolution field (${A})`);let h=xf(p.resolution,!0),E=new Mt;E.load(p,{yamlCompatibilityMode:!0});let I=E.version,v=E.languageName||r,b=p.linkType.toUpperCase(),C=p.conditions??null,T=E.dependencies,L=E.peerDependencies,U=E.dependenciesMeta,J=E.peerDependenciesMeta,te=E.bin;if(p.checksum!=null){let pe=typeof u<"u"&&!p.checksum.includes("/")?`${u}/${p.checksum}`:p.checksum;this.storedChecksums.set(h.locatorHash,pe)}let le={...h,version:I,languageName:v,linkType:b,conditions:C,dependencies:T,peerDependencies:L,dependenciesMeta:U,peerDependenciesMeta:J,bin:te};this.originalPackages.set(le.locatorHash,le);for(let pe of A.split(QAt)){let Ae=nh(pe);n<=6&&(Ae=this.configuration.normalizeDependency(Ae),Ae=In(Ae,Ae.range.replace(/^patch:[^@]+@(?!npm(:|%3A))/,"$1npm%3A"))),this.storedDescriptors.set(Ae.descriptorHash,Ae),this.storedResolutions.set(Ae.descriptorHash,h.locatorHash)}}}else o.includes("yarn lockfile v1")&&(this.lockfileLastVersion=-1)}}async setupWorkspaces(){this.workspaces=[],this.workspacesByCwd=new Map,this.workspacesByIdent=new Map;let e=new Set,r=(0,rk.default)(4),o=async(a,n)=>{if(e.has(n))return a;e.add(n);let u=new lC(n,{project:this});await r(()=>u.setup());let A=a.then(()=>{this.addWorkspace(u)});return Array.from(u.workspacesCwds).reduce(o,A)};await o(Promise.resolve(),this.cwd)}addWorkspace(e){let r=this.workspacesByIdent.get(e.anchoredLocator.identHash);if(typeof r<"u")throw new Error(`Duplicate workspace name ${cs(this.configuration,e.anchoredLocator)}: ${ue.fromPortablePath(e.cwd)} conflicts with ${ue.fromPortablePath(r.cwd)}`);this.workspaces.push(e),this.workspacesByCwd.set(e.cwd,e),this.workspacesByIdent.set(e.anchoredLocator.identHash,e)}get topLevelWorkspace(){return this.getWorkspaceByCwd(this.cwd)}tryWorkspaceByCwd(e){K.isAbsolute(e)||(e=K.resolve(this.cwd,e)),e=K.normalize(e).replace(/\/+$/,"");let r=this.workspacesByCwd.get(e);return r||null}getWorkspaceByCwd(e){let r=this.tryWorkspaceByCwd(e);if(!r)throw new Error(`Workspace not found (${e})`);return r}tryWorkspaceByFilePath(e){let r=null;for(let o of this.workspaces)K.relative(o.cwd,e).startsWith("../")||r&&r.cwd.length>=o.cwd.length||(r=o);return r||null}getWorkspaceByFilePath(e){let r=this.tryWorkspaceByFilePath(e);if(!r)throw new Error(`Workspace not found (${e})`);return r}tryWorkspaceByIdent(e){let r=this.workspacesByIdent.get(e.identHash);return typeof r>"u"?null:r}getWorkspaceByIdent(e){let r=this.tryWorkspaceByIdent(e);if(!r)throw new Error(`Workspace not found (${cs(this.configuration,e)})`);return r}tryWorkspaceByDescriptor(e){if(e.range.startsWith(Xn.protocol)){let o=e.range.slice(Xn.protocol.length);if(o!=="^"&&o!=="~"&&o!=="*"&&!ba(o))return this.tryWorkspaceByCwd(o)}let r=this.tryWorkspaceByIdent(e);return r===null||(Sf(e)&&(e=e1(e)),!r.accepts(e.range))?null:r}getWorkspaceByDescriptor(e){let r=this.tryWorkspaceByDescriptor(e);if(r===null)throw new Error(`Workspace not found (${qn(this.configuration,e)})`);return r}tryWorkspaceByLocator(e){let r=this.tryWorkspaceByIdent(e);return r===null||(Hc(e)&&(e=t1(e)),r.anchoredLocator.locatorHash!==e.locatorHash)?null:r}getWorkspaceByLocator(e){let r=this.tryWorkspaceByLocator(e);if(!r)throw new Error(`Workspace not found (${jr(this.configuration,e)})`);return r}deleteDescriptor(e){this.storedResolutions.delete(e),this.storedDescriptors.delete(e)}deleteLocator(e){this.originalPackages.delete(e),this.storedPackages.delete(e),this.accessibleLocators.delete(e)}forgetResolution(e){if("descriptorHash"in e){let r=this.storedResolutions.get(e.descriptorHash);this.deleteDescriptor(e.descriptorHash);let o=new Set(this.storedResolutions.values());typeof r<"u"&&!o.has(r)&&this.deleteLocator(r)}if("locatorHash"in e){this.deleteLocator(e.locatorHash);for(let[r,o]of this.storedResolutions)o===e.locatorHash&&this.deleteDescriptor(r)}}forgetTransientResolutions(){let e=this.configuration.makeResolver(),r=new Map;for(let[o,a]of this.storedResolutions.entries()){let n=r.get(a);n||r.set(a,n=new Set),n.add(o)}for(let o of this.originalPackages.values()){let a;try{a=e.shouldPersistResolution(o,{project:this,resolver:e})}catch{a=!1}if(!a){this.deleteLocator(o.locatorHash);let n=r.get(o.locatorHash);if(n){r.delete(o.locatorHash);for(let u of n)this.deleteDescriptor(u)}}}}forgetVirtualResolutions(){for(let e of this.storedPackages.values())for(let[r,o]of e.dependencies)Sf(o)&&e.dependencies.set(r,e1(o))}getDependencyMeta(e,r){let o={},n=this.topLevelWorkspace.manifest.dependenciesMeta.get(fn(e));if(!n)return o;let u=n.get(null);if(u&&Object.assign(o,u),r===null||!Xpe.default.valid(r))return o;for(let[A,p]of n)A!==null&&A===r&&Object.assign(o,p);return o}async findLocatorForLocation(e,{strict:r=!1}={}){let o=new Qi,a=this.configuration.getLinkers(),n={project:this,report:o};for(let u of a){let A=await u.findPackageLocator(e,n);if(A){if(r&&(await u.findPackageLocation(A,n)).replace(Jpe,"")!==e.replace(Jpe,""))continue;return A}}return null}async loadUserConfig(){let e=K.join(this.cwd,".pnp.cjs");await oe.existsPromise(e)&&vf(e).setup();let r=K.join(this.cwd,"yarn.config.cjs");return await oe.existsPromise(r)?vf(r):null}async preparePackage(e,{resolver:r,resolveOptions:o}){let a=await this.configuration.getPackageExtensions(),n=this.configuration.normalizePackage(e,{packageExtensions:a});for(let[u,A]of n.dependencies){let p=await this.configuration.reduceHook(E=>E.reduceDependency,A,this,n,A,{resolver:r,resolveOptions:o});if(!r1(A,p))throw new Error("Assertion failed: The descriptor ident cannot be changed through aliases");let h=r.bindDescriptor(p,n,o);n.dependencies.set(u,h)}return n}async resolveEverything(e){if(!this.workspacesByCwd||!this.workspacesByIdent)throw new Error("Workspaces must have been setup before calling this function");this.forgetVirtualResolutions();let r=new Map(this.originalPackages),o=[];e.lockfileOnly||this.forgetTransientResolutions();let a=e.resolver||this.configuration.makeResolver(),n=new sC(a);await n.setup(this,{report:e.report});let u=e.lockfileOnly?[new $b(a)]:[n,a],A=new vd([new oC(a),...u]),p=new vd([...u]),h=this.configuration.makeFetcher(),E=e.lockfileOnly?{project:this,report:e.report,resolver:A}:{project:this,report:e.report,resolver:A,fetchOptions:{project:this,cache:e.cache,checksums:this.storedChecksums,report:e.report,fetcher:h,cacheOptions:{mirrorWriteOnly:!0}}},I=new Map,v=new Map,b=new Map,C=new Map,T=new Map,L=new Map,U=this.topLevelWorkspace.anchoredLocator,J=new Set,te=[],le=_4(),pe=this.configuration.getSupportedArchitectures();await e.report.startProgressPromise(Xs.progressViaTitle(),async ce=>{let ne=async H=>{let lt=await Wy(async()=>await A.resolve(H,E),_e=>`${jr(this.configuration,H)}: ${_e}`);if(!n1(H,lt))throw new Error(`Assertion failed: The locator cannot be changed by the resolver (went from ${jr(this.configuration,H)} to ${jr(this.configuration,lt)})`);C.set(lt.locatorHash,lt),!r.delete(lt.locatorHash)&&!this.tryWorkspaceByLocator(lt)&&o.push(lt);let Qe=await this.preparePackage(lt,{resolver:A,resolveOptions:E}),be=Uc([...Qe.dependencies.values()].map(_e=>ht(_e)));return te.push(be),be.catch(()=>{}),v.set(Qe.locatorHash,Qe),Qe},ee=async H=>{let lt=T.get(H.locatorHash);if(typeof lt<"u")return lt;let Re=Promise.resolve().then(()=>ne(H));return T.set(H.locatorHash,Re),Re},Ie=async(H,lt)=>{let Re=await ht(lt);return I.set(H.descriptorHash,H),b.set(H.descriptorHash,Re.locatorHash),Re},ke=async H=>{ce.setTitle(qn(this.configuration,H));let lt=this.resolutionAliases.get(H.descriptorHash);if(typeof lt<"u")return Ie(H,this.storedDescriptors.get(lt));let Re=A.getResolutionDependencies(H,E),Qe=Object.fromEntries(await Uc(Object.entries(Re).map(async([Te,Je])=>{let He=A.bindDescriptor(Je,U,E),x=await ht(He);return J.add(x.locatorHash),[Te,x]}))),_e=(await Wy(async()=>await A.getCandidates(H,Qe,E),Te=>`${qn(this.configuration,H)}: ${Te}`))[0];if(typeof _e>"u")throw new zt(82,`${qn(this.configuration,H)}: No candidates found`);if(e.checkResolutions){let{locators:Te}=await p.getSatisfying(H,Qe,[_e],{...E,resolver:p});if(!Te.find(Je=>Je.locatorHash===_e.locatorHash))throw new zt(78,`Invalid resolution ${XI(this.configuration,H,_e)}`)}return I.set(H.descriptorHash,H),b.set(H.descriptorHash,_e.locatorHash),ee(_e)},ht=H=>{let lt=L.get(H.descriptorHash);if(typeof lt<"u")return lt;I.set(H.descriptorHash,H);let Re=Promise.resolve().then(()=>ke(H));return L.set(H.descriptorHash,Re),Re};for(let H of this.workspaces){let lt=H.anchoredDescriptor;te.push(ht(lt))}for(;te.length>0;){let H=[...te];te.length=0,await Uc(H)}});let Ae=sl(r.values(),ce=>this.tryWorkspaceByLocator(ce)?sl.skip:ce);if(o.length>0||Ae.length>0){let ce=new Set(this.workspaces.flatMap(H=>{let lt=v.get(H.anchoredLocator.locatorHash);if(!lt)throw new Error("Assertion failed: The workspace should have been resolved");return Array.from(lt.dependencies.values(),Re=>{let Qe=b.get(Re.descriptorHash);if(!Qe)throw new Error("Assertion failed: The resolution should have been registered");return Qe})})),ne=H=>ce.has(H.locatorHash)?"0":"1",ee=H=>xa(H),Ie=ks(o,[ne,ee]),ke=ks(Ae,[ne,ee]),ht=e.report.getRecommendedLength();Ie.length>0&&e.report.reportInfo(85,`${Ot(this.configuration,"+",yt.ADDED)} ${cS(this.configuration,Ie,ht)}`),ke.length>0&&e.report.reportInfo(85,`${Ot(this.configuration,"-",yt.REMOVED)} ${cS(this.configuration,ke,ht)}`)}let ye=new Set(this.resolutionAliases.values()),ae=new Set(v.keys()),we=new Set,Pe=new Map,g=[];NAt({project:this,accessibleLocators:we,volatileDescriptors:ye,optionalBuilds:ae,peerRequirements:Pe,peerWarnings:g,allDescriptors:I,allResolutions:b,allPackages:v});for(let ce of J)ae.delete(ce);for(let ce of ye)I.delete(ce),b.delete(ce);let Ee=new Set,De=new Set;for(let ce of v.values())ce.conditions!=null&&(!ae.has(ce.locatorHash)||(qS(ce,pe)||(qS(ce,le)&&e.report.reportWarningOnce(77,`${jr(this.configuration,ce)}: Your current architecture (${process.platform}-${process.arch}) is supported by this package, but is missing from the ${Ot(this.configuration,"supportedArchitectures",yt.SETTING)} setting`),De.add(ce.locatorHash)),Ee.add(ce.locatorHash)));this.storedResolutions=b,this.storedDescriptors=I,this.storedPackages=v,this.accessibleLocators=we,this.conditionalLocators=Ee,this.disabledLocators=De,this.originalPackages=C,this.optionalBuilds=ae,this.peerRequirements=Pe,this.peerWarnings=g}async fetchEverything({cache:e,report:r,fetcher:o,mode:a,persistProject:n=!0}){let u={mockedPackages:this.disabledLocators,unstablePackages:this.conditionalLocators},A=o||this.configuration.makeFetcher(),p={checksums:this.storedChecksums,project:this,cache:e,fetcher:A,report:r,cacheOptions:u},h=Array.from(new Set(ks(this.storedResolutions.values(),[C=>{let T=this.storedPackages.get(C);if(!T)throw new Error("Assertion failed: The locator should have been registered");return xa(T)}])));a==="update-lockfile"&&(h=h.filter(C=>!this.storedChecksums.has(C)));let E=!1,I=Xs.progressViaCounter(h.length);await r.reportProgress(I);let v=(0,rk.default)(FAt);if(await Uc(h.map(C=>v(async()=>{let T=this.storedPackages.get(C);if(!T)throw new Error("Assertion failed: The locator should have been registered");if(Hc(T))return;let L;try{L=await A.fetch(T,p)}catch(U){U.message=`${jr(this.configuration,T)}: ${U.message}`,r.reportExceptionOnce(U),E=U;return}L.checksum!=null?this.storedChecksums.set(T.locatorHash,L.checksum):this.storedChecksums.delete(T.locatorHash),L.releaseFs&&L.releaseFs()}).finally(()=>{I.tick()}))),E)throw E;let b=n&&a!=="update-lockfile"?await this.cacheCleanup({cache:e,report:r}):null;if(r.cacheMisses.size>0||b){let T=(await Promise.all([...r.cacheMisses].map(async Ae=>{let ye=this.storedPackages.get(Ae),ae=this.storedChecksums.get(Ae)??null,we=e.getLocatorPath(ye,ae);return(await oe.statPromise(we)).size}))).reduce((Ae,ye)=>Ae+ye,0)-(b?.size??0),L=r.cacheMisses.size,U=b?.count??0,J=`${nS(L,{zero:"No new packages",one:"A package was",more:`${Ot(this.configuration,L,yt.NUMBER)} packages were`})} added to the project`,te=`${nS(U,{zero:"none were",one:"one was",more:`${Ot(this.configuration,U,yt.NUMBER)} were`})} removed`,le=T!==0?` (${Ot(this.configuration,T,yt.SIZE_DIFF)})`:"",pe=U>0?L>0?`${J}, and ${te}${le}.`:`${J}, but ${te}${le}.`:`${J}${le}.`;r.reportInfo(13,pe)}}async linkEverything({cache:e,report:r,fetcher:o,mode:a}){let n={mockedPackages:this.disabledLocators,unstablePackages:this.conditionalLocators,skipIntegrityCheck:!0},u=o||this.configuration.makeFetcher(),A={checksums:this.storedChecksums,project:this,cache:e,fetcher:u,report:r,cacheOptions:n},p=this.configuration.getLinkers(),h={project:this,report:r},E=new Map(p.map(ce=>{let ne=ce.makeInstaller(h),ee=ce.getCustomDataKey(),Ie=this.linkersCustomData.get(ee);return typeof Ie<"u"&&ne.attachCustomData(Ie),[ce,ne]})),I=new Map,v=new Map,b=new Map,C=new Map(await Uc([...this.accessibleLocators].map(async ce=>{let ne=this.storedPackages.get(ce);if(!ne)throw new Error("Assertion failed: The locator should have been registered");return[ce,await u.fetch(ne,A)]}))),T=[],L=new Set,U=[];for(let ce of this.accessibleLocators){let ne=this.storedPackages.get(ce);if(typeof ne>"u")throw new Error("Assertion failed: The locator should have been registered");let ee=C.get(ne.locatorHash);if(typeof ee>"u")throw new Error("Assertion failed: The fetch result should have been registered");let Ie=[],ke=H=>{Ie.push(H)},ht=this.tryWorkspaceByLocator(ne);if(ht!==null){let H=[],{scripts:lt}=ht.manifest;for(let Qe of["preinstall","install","postinstall"])lt.has(Qe)&&H.push({type:0,script:Qe});try{for(let[Qe,be]of E)if(Qe.supportsPackage(ne,h)&&(await be.installPackage(ne,ee,{holdFetchResult:ke})).buildRequest!==null)throw new Error("Assertion failed: Linkers can't return build directives for workspaces; this responsibility befalls to the Yarn core")}finally{Ie.length===0?ee.releaseFs?.():T.push(Uc(Ie).catch(()=>{}).then(()=>{ee.releaseFs?.()}))}let Re=K.join(ee.packageFs.getRealPath(),ee.prefixPath);v.set(ne.locatorHash,Re),!Hc(ne)&&H.length>0&&b.set(ne.locatorHash,{buildDirectives:H,buildLocations:[Re]})}else{let H=p.find(Qe=>Qe.supportsPackage(ne,h));if(!H)throw new zt(12,`${jr(this.configuration,ne)} isn't supported by any available linker`);let lt=E.get(H);if(!lt)throw new Error("Assertion failed: The installer should have been registered");let Re;try{Re=await lt.installPackage(ne,ee,{holdFetchResult:ke})}finally{Ie.length===0?ee.releaseFs?.():T.push(Uc(Ie).then(()=>{}).then(()=>{ee.releaseFs?.()}))}I.set(ne.locatorHash,H),v.set(ne.locatorHash,Re.packageLocation),Re.buildRequest&&Re.packageLocation&&(Re.buildRequest.skipped?(L.add(ne.locatorHash),this.skippedBuilds.has(ne.locatorHash)||U.push([ne,Re.buildRequest.explain])):b.set(ne.locatorHash,{buildDirectives:Re.buildRequest.directives,buildLocations:[Re.packageLocation]}))}}let J=new Map;for(let ce of this.accessibleLocators){let ne=this.storedPackages.get(ce);if(!ne)throw new Error("Assertion failed: The locator should have been registered");let ee=this.tryWorkspaceByLocator(ne)!==null,Ie=async(ke,ht)=>{let H=v.get(ne.locatorHash);if(typeof H>"u")throw new Error(`Assertion failed: The package (${jr(this.configuration,ne)}) should have been registered`);let lt=[];for(let Re of ne.dependencies.values()){let Qe=this.storedResolutions.get(Re.descriptorHash);if(typeof Qe>"u")throw new Error(`Assertion failed: The resolution (${qn(this.configuration,Re)}, from ${jr(this.configuration,ne)})should have been registered`);let be=this.storedPackages.get(Qe);if(typeof be>"u")throw new Error(`Assertion failed: The package (${Qe}, resolved from ${qn(this.configuration,Re)}) should have been registered`);let _e=this.tryWorkspaceByLocator(be)===null?I.get(Qe):null;if(typeof _e>"u")throw new Error(`Assertion failed: The package (${Qe}, resolved from ${qn(this.configuration,Re)}) should have been registered`);_e===ke||_e===null?v.get(be.locatorHash)!==null&<.push([Re,be]):!ee&&H!==null&&Gy(J,Qe).push(H)}H!==null&&await ht.attachInternalDependencies(ne,lt)};if(ee)for(let[ke,ht]of E)ke.supportsPackage(ne,h)&&await Ie(ke,ht);else{let ke=I.get(ne.locatorHash);if(!ke)throw new Error("Assertion failed: The linker should have been found");let ht=E.get(ke);if(!ht)throw new Error("Assertion failed: The installer should have been registered");await Ie(ke,ht)}}for(let[ce,ne]of J){let ee=this.storedPackages.get(ce);if(!ee)throw new Error("Assertion failed: The package should have been registered");let Ie=I.get(ee.locatorHash);if(!Ie)throw new Error("Assertion failed: The linker should have been found");let ke=E.get(Ie);if(!ke)throw new Error("Assertion failed: The installer should have been registered");await ke.attachExternalDependents(ee,ne)}let te=new Map;for(let[ce,ne]of E){let ee=await ne.finalizeInstall();for(let Ie of ee?.records??[])Ie.buildRequest.skipped?(L.add(Ie.locator.locatorHash),this.skippedBuilds.has(Ie.locator.locatorHash)||U.push([Ie.locator,Ie.buildRequest.explain])):b.set(Ie.locator.locatorHash,{buildDirectives:Ie.buildRequest.directives,buildLocations:Ie.buildLocations});typeof ee?.customData<"u"&&te.set(ce.getCustomDataKey(),ee.customData)}if(this.linkersCustomData=te,await Uc(T),a==="skip-build")return;for(let[,ce]of ks(U,([ne])=>xa(ne)))ce(r);let le=new Set(this.storedPackages.keys()),pe=new Set(b.keys());for(let ce of pe)le.delete(ce);let Ae=(0,ek.createHash)("sha512");Ae.update(process.versions.node),await this.configuration.triggerHook(ce=>ce.globalHashGeneration,this,ce=>{Ae.update("\0"),Ae.update(ce)});let ye=Ae.digest("hex"),ae=new Map,we=ce=>{let ne=ae.get(ce.locatorHash);if(typeof ne<"u")return ne;let ee=this.storedPackages.get(ce.locatorHash);if(typeof ee>"u")throw new Error("Assertion failed: The package should have been registered");let Ie=(0,ek.createHash)("sha512");Ie.update(ce.locatorHash),ae.set(ce.locatorHash,"");for(let ke of ee.dependencies.values()){let ht=this.storedResolutions.get(ke.descriptorHash);if(typeof ht>"u")throw new Error(`Assertion failed: The resolution (${qn(this.configuration,ke)}) should have been registered`);let H=this.storedPackages.get(ht);if(typeof H>"u")throw new Error("Assertion failed: The package should have been registered");Ie.update(we(H))}return ne=Ie.digest("hex"),ae.set(ce.locatorHash,ne),ne},Pe=(ce,ne)=>{let ee=(0,ek.createHash)("sha512");ee.update(ye),ee.update(we(ce));for(let Ie of ne)ee.update(Ie);return ee.digest("hex")},g=new Map,Ee=!1,De=ce=>{let ne=new Set([ce.locatorHash]);for(let ee of ne){let Ie=this.storedPackages.get(ee);if(!Ie)throw new Error("Assertion failed: The package should have been registered");for(let ke of Ie.dependencies.values()){let ht=this.storedResolutions.get(ke.descriptorHash);if(!ht)throw new Error(`Assertion failed: The resolution (${qn(this.configuration,ke)}) should have been registered`);if(ht!==ce.locatorHash&&pe.has(ht))return!1;let H=this.storedPackages.get(ht);if(!H)throw new Error("Assertion failed: The package should have been registered");let lt=this.tryWorkspaceByLocator(H);if(lt){if(lt.anchoredLocator.locatorHash!==ce.locatorHash&&pe.has(lt.anchoredLocator.locatorHash))return!1;ne.add(lt.anchoredLocator.locatorHash)}ne.add(ht)}}return!0};for(;pe.size>0;){let ce=pe.size,ne=[];for(let ee of pe){let Ie=this.storedPackages.get(ee);if(!Ie)throw new Error("Assertion failed: The package should have been registered");if(!De(Ie))continue;let ke=b.get(Ie.locatorHash);if(!ke)throw new Error("Assertion failed: The build directive should have been registered");let ht=Pe(Ie,ke.buildLocations);if(this.storedBuildState.get(Ie.locatorHash)===ht){g.set(Ie.locatorHash,ht),pe.delete(ee);continue}Ee||(await this.persistInstallStateFile(),Ee=!0),this.storedBuildState.has(Ie.locatorHash)?r.reportInfo(8,`${jr(this.configuration,Ie)} must be rebuilt because its dependency tree changed`):r.reportInfo(7,`${jr(this.configuration,Ie)} must be built because it never has been before or the last one failed`);let H=ke.buildLocations.map(async lt=>{if(!K.isAbsolute(lt))throw new Error(`Assertion failed: Expected the build location to be absolute (not ${lt})`);for(let Re of ke.buildDirectives){let Qe=`# This file contains the result of Yarn building a package (${xa(Ie)}) -`;switch(Re.type){case 0:Qe+=`# Script name: ${Re.script} -`;break;case 1:Qe+=`# Script code: ${Re.script} -`;break}let be=null;if(!await oe.mktempPromise(async Te=>{let Je=K.join(Te,"build.log"),{stdout:He,stderr:x}=this.configuration.getSubprocessStreams(Je,{header:Qe,prefix:jr(this.configuration,Ie),report:r}),w;try{switch(Re.type){case 0:w=await Vx(Ie,Re.script,[],{cwd:lt,project:this,stdin:be,stdout:He,stderr:x});break;case 1:w=await wU(Ie,Re.script,[],{cwd:lt,project:this,stdin:be,stdout:He,stderr:x});break}}catch(F){x.write(F.stack),w=1}if(He.end(),x.end(),w===0)return!0;oe.detachTemp(Te);let S=`${jr(this.configuration,Ie)} couldn't be built successfully (exit code ${Ot(this.configuration,w,yt.NUMBER)}, logs can be found here: ${Ot(this.configuration,Je,yt.PATH)})`,y=this.optionalBuilds.has(Ie.locatorHash);return y?r.reportInfo(9,S):r.reportError(9,S),Jce&&r.reportFold(ue.fromPortablePath(Je),oe.readFileSync(Je,"utf8")),y}))return!1}return!0});ne.push(...H,Promise.allSettled(H).then(lt=>{pe.delete(ee),lt.every(Re=>Re.status==="fulfilled"&&Re.value===!0)&&g.set(Ie.locatorHash,ht)}))}if(await Uc(ne),ce===pe.size){let ee=Array.from(pe).map(Ie=>{let ke=this.storedPackages.get(Ie);if(!ke)throw new Error("Assertion failed: The package should have been registered");return jr(this.configuration,ke)}).join(", ");r.reportError(3,`Some packages have circular dependencies that make their build order unsatisfiable - as a result they won't be built (affected packages are: ${ee})`);break}}this.storedBuildState=g,this.skippedBuilds=L}async installWithNewReport(e,r){return(await Nt.start({configuration:this.configuration,json:e.json,stdout:e.stdout,forceSectionAlignment:!0,includeLogs:!e.json&&!e.quiet,includeVersion:!0},async a=>{await this.install({...r,report:a})})).exitCode()}async install(e){let r=this.configuration.get("nodeLinker");Ve.telemetry?.reportInstall(r);let o=!1;if(await e.report.startTimerPromise("Project validation",{skipIfEmpty:!0},async()=>{this.configuration.get("enableOfflineMode")&&e.report.reportWarning(90,"Offline work is enabled; Yarn won't fetch packages from the remote registry if it can avoid it"),await this.configuration.triggerHook(E=>E.validateProject,this,{reportWarning:(E,I)=>{e.report.reportWarning(E,I)},reportError:(E,I)=>{e.report.reportError(E,I),o=!0}})}),o)return;let a=await this.configuration.getPackageExtensions();for(let E of a.values())for(let[,I]of E)for(let v of I)v.status="inactive";let n=K.join(this.cwd,dr.lockfile),u=null;if(e.immutable)try{u=await oe.readFilePromise(n,"utf8")}catch(E){throw E.code==="ENOENT"?new zt(28,"The lockfile would have been created by this install, which is explicitly forbidden."):E}await e.report.startTimerPromise("Resolution step",async()=>{await this.resolveEverything(e)}),await e.report.startTimerPromise("Post-resolution validation",{skipIfEmpty:!0},async()=>{LAt(this,e.report);for(let[,E]of a)for(let[,I]of E)for(let v of I)if(v.userProvided){let b=Ot(this.configuration,v,yt.PACKAGE_EXTENSION);switch(v.status){case"inactive":e.report.reportWarning(68,`${b}: No matching package in the dependency tree; you may not need this rule anymore.`);break;case"redundant":e.report.reportWarning(69,`${b}: This rule seems redundant when applied on the original package; the extension may have been applied upstream.`);break}}if(u!==null){let E=Ug(u,this.generateLockfile());if(E!==u){let I=ppe(n,n,u,E,void 0,void 0,{maxEditLength:100});if(I){e.report.reportSeparator();for(let v of I.hunks){e.report.reportInfo(null,`@@ -${v.oldStart},${v.oldLines} +${v.newStart},${v.newLines} @@`);for(let b of v.lines)b.startsWith("+")?e.report.reportError(28,Ot(this.configuration,b,yt.ADDED)):b.startsWith("-")?e.report.reportError(28,Ot(this.configuration,b,yt.REMOVED)):e.report.reportInfo(null,Ot(this.configuration,b,"grey"))}e.report.reportSeparator()}throw new zt(28,"The lockfile would have been modified by this install, which is explicitly forbidden.")}}});for(let E of a.values())for(let[,I]of E)for(let v of I)v.userProvided&&v.status==="active"&&Ve.telemetry?.reportPackageExtension(yd(v,yt.PACKAGE_EXTENSION));await e.report.startTimerPromise("Fetch step",async()=>{await this.fetchEverything(e)});let A=e.immutable?[...new Set(this.configuration.get("immutablePatterns"))].sort():[],p=await Promise.all(A.map(async E=>MS(E,{cwd:this.cwd})));(typeof e.persistProject>"u"||e.persistProject)&&await this.persist(),await e.report.startTimerPromise("Link step",async()=>{if(e.mode==="update-lockfile"){e.report.reportWarning(73,`Skipped due to ${Ot(this.configuration,"mode=update-lockfile",yt.CODE)}`);return}await this.linkEverything(e);let E=await Promise.all(A.map(async I=>MS(I,{cwd:this.cwd})));for(let I=0;I{await this.configuration.triggerHook(E=>E.validateProjectAfterInstall,this,{reportWarning:(E,I)=>{e.report.reportWarning(E,I)},reportError:(E,I)=>{e.report.reportError(E,I),h=!0}})}),!h&&await this.configuration.triggerHook(E=>E.afterAllInstalled,this,e)}generateLockfile(){let e=new Map;for(let[n,u]of this.storedResolutions.entries()){let A=e.get(u);A||e.set(u,A=new Set),A.add(n)}let r={},{cacheKey:o}=Lr.getCacheKey(this.configuration);r.__metadata={version:nk,cacheKey:o};for(let[n,u]of e.entries()){let A=this.originalPackages.get(n);if(!A)continue;let p=[];for(let b of u){let C=this.storedDescriptors.get(b);if(!C)throw new Error("Assertion failed: The descriptor should have been registered");p.push(C)}let h=p.map(b=>Sa(b)).sort().join(", "),E=new Mt;E.version=A.linkType==="HARD"?A.version:"0.0.0-use.local",E.languageName=A.languageName,E.dependencies=new Map(A.dependencies),E.peerDependencies=new Map(A.peerDependencies),E.dependenciesMeta=new Map(A.dependenciesMeta),E.peerDependenciesMeta=new Map(A.peerDependenciesMeta),E.bin=new Map(A.bin);let I,v=this.storedChecksums.get(A.locatorHash);if(typeof v<"u"){let b=v.indexOf("/");if(b===-1)throw new Error("Assertion failed: Expected the checksum to reference its cache key");let C=v.slice(0,b),T=v.slice(b+1);C===o?I=T:I=v}r[h]={...E.exportTo({},{compatibilityMode:!1}),linkType:A.linkType.toLowerCase(),resolution:xa(A),checksum:I,conditions:A.conditions||void 0}}return`${[`# This file is generated by running "yarn install" inside your project. +`),this.stdout.write(`${Mt(this.configuration,"\u27A4","redBright")} Errors happened when preparing the environment required to run this command. +`),this.suggestInstall&&this.stdout.write(`${Mt(this.configuration,"\u27A4","redBright")} This might be caused by packages being missing from the lockfile, in which case running "yarn install" might help. +`))}formatNameWithHyperlink(r){return yU(r,{configuration:this.configuration,json:!1})}}});var aC,f_=Et(()=>{bo();aC=class{constructor(e){this.resolver=e}supportsDescriptor(e,r){return!!(r.project.storedResolutions.get(e.descriptorHash)||r.project.originalPackages.has(OP(e).locatorHash))}supportsLocator(e,r){return!!(r.project.originalPackages.has(e.locatorHash)&&!r.project.lockfileNeedsRefresh)}shouldPersistResolution(e,r){throw new Error("The shouldPersistResolution method shouldn't be called on the lockfile resolver, which would always answer yes")}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return this.resolver.getResolutionDependencies(e,r)}async getCandidates(e,r,o){let a=o.project.storedResolutions.get(e.descriptorHash);if(a){let u=o.project.originalPackages.get(a);if(u)return[u]}let n=o.project.originalPackages.get(OP(e).locatorHash);if(n)return[n];throw new Error("Resolution expected from the lockfile data")}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){let o=r.project.originalPackages.get(e.locatorHash);if(!o)throw new Error("The lockfile resolver isn't meant to resolve packages - they should already have been stored into a cache");return o}}});function Kf(){}function aut(t,e,r,o,a){for(var n=0,u=e.length,A=0,p=0;nx.length?R:x}),h.value=t.join(E)}else h.value=t.join(r.slice(A,A+h.count));A+=h.count,h.added||(p+=h.count)}}var v=e[u-1];return u>1&&typeof v.value=="string"&&(v.added||v.removed)&&t.equals("",v.value)&&(e[u-2].value+=v.value,e.pop()),e}function lut(t){return{newPos:t.newPos,components:t.components.slice(0)}}function cut(t,e){if(typeof t=="function")e.callback=t;else if(t)for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);return e}function upe(t,e,r){return r=cut(r,{ignoreWhitespace:!0}),m_.diff(t,e,r)}function uut(t,e,r){return y_.diff(t,e,r)}function Jx(t){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Jx=function(e){return typeof e}:Jx=function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Jx(t)}function p_(t){return put(t)||hut(t)||gut(t)||dut()}function put(t){if(Array.isArray(t))return h_(t)}function hut(t){if(typeof Symbol<"u"&&Symbol.iterator in Object(t))return Array.from(t)}function gut(t,e){if(!!t){if(typeof t=="string")return h_(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return h_(t,e)}}function h_(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,o=new Array(e);r"u"&&(u.context=4);var A=uut(r,o,u);if(!A)return;A.push({value:"",lines:[]});function p(U){return U.map(function(J){return" "+J})}for(var h=[],E=0,I=0,v=[],x=1,C=1,R=function(J){var te=A[J],ae=te.lines||te.value.replace(/\n$/,"").split(` +`);if(te.lines=ae,te.added||te.removed){var fe;if(!E){var ce=A[J-1];E=x,I=C,ce&&(v=u.context>0?p(ce.lines.slice(-u.context)):[],E-=v.length,I-=v.length)}(fe=v).push.apply(fe,p_(ae.map(function(le){return(te.added?"+":"-")+le}))),te.added?C+=ae.length:x+=ae.length}else{if(E)if(ae.length<=u.context*2&&J=A.length-2&&ae.length<=u.context){var g=/\n$/.test(r),Ee=/\n$/.test(o),Se=ae.length==0&&v.length>we.oldLines;!g&&Se&&r.length>0&&v.splice(we.oldLines,0,"\\ No newline at end of file"),(!g&&!Se||!Ee)&&v.push("\\ No newline at end of file")}h.push(we),E=0,I=0,v=[]}x+=ae.length,C+=ae.length}},L=0;L{Kf.prototype={diff:function(e,r){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=o.callback;typeof o=="function"&&(a=o,o={}),this.options=o;var n=this;function u(R){return a?(setTimeout(function(){a(void 0,R)},0),!0):R}e=this.castInput(e),r=this.castInput(r),e=this.removeEmpty(this.tokenize(e)),r=this.removeEmpty(this.tokenize(r));var A=r.length,p=e.length,h=1,E=A+p;o.maxEditLength&&(E=Math.min(E,o.maxEditLength));var I=[{newPos:-1,components:[]}],v=this.extractCommon(I[0],r,e,0);if(I[0].newPos+1>=A&&v+1>=p)return u([{value:this.join(r),count:r.length}]);function x(){for(var R=-1*h;R<=h;R+=2){var L=void 0,U=I[R-1],J=I[R+1],te=(J?J.newPos:0)-R;U&&(I[R-1]=void 0);var ae=U&&U.newPos+1=A&&te+1>=p)return u(aut(n,L.components,r,e,n.useLongestToken));I[R]=L}h++}if(a)(function R(){setTimeout(function(){if(h>E)return a();x()||R()},0)})();else for(;h<=E;){var C=x();if(C)return C}},pushComponent:function(e,r,o){var a=e[e.length-1];a&&a.added===r&&a.removed===o?e[e.length-1]={count:a.count+1,added:r,removed:o}:e.push({count:1,added:r,removed:o})},extractCommon:function(e,r,o,a){for(var n=r.length,u=o.length,A=e.newPos,p=A-a,h=0;A+1"u"?r:u}:o;return typeof t=="string"?t:JSON.stringify(g_(t,null,null,a),a," ")};s2.equals=function(t,e){return Kf.prototype.equals.call(s2,t.replace(/,([\r\n])/g,"$1"),e.replace(/,([\r\n])/g,"$1"))};d_=new Kf;d_.tokenize=function(t){return t.slice()};d_.join=d_.removeEmpty=function(t){return t}});var ppe=_((s3t,fpe)=>{var yut=Hl(),Eut=pE(),Cut=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,wut=/^\w*$/;function Iut(t,e){if(yut(t))return!1;var r=typeof t;return r=="number"||r=="symbol"||r=="boolean"||t==null||Eut(t)?!0:wut.test(t)||!Cut.test(t)||e!=null&&t in Object(e)}fpe.exports=Iut});var dpe=_((o3t,gpe)=>{var hpe=_S(),But="Expected a function";function C_(t,e){if(typeof t!="function"||e!=null&&typeof e!="function")throw new TypeError(But);var r=function(){var o=arguments,a=e?e.apply(this,o):o[0],n=r.cache;if(n.has(a))return n.get(a);var u=t.apply(this,o);return r.cache=n.set(a,u)||n,u};return r.cache=new(C_.Cache||hpe),r}C_.Cache=hpe;gpe.exports=C_});var ype=_((a3t,mpe)=>{var vut=dpe(),Dut=500;function Sut(t){var e=vut(t,function(o){return r.size===Dut&&r.clear(),o}),r=e.cache;return e}mpe.exports=Sut});var w_=_((l3t,Epe)=>{var Put=ype(),but=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,xut=/\\(\\)?/g,kut=Put(function(t){var e=[];return t.charCodeAt(0)===46&&e.push(""),t.replace(but,function(r,o,a,n){e.push(a?n.replace(xut,"$1"):o||r)}),e});Epe.exports=kut});var Gd=_((c3t,Cpe)=>{var Qut=Hl(),Fut=ppe(),Rut=w_(),Tut=N1();function Nut(t,e){return Qut(t)?t:Fut(t,e)?[t]:Rut(Tut(t))}Cpe.exports=Nut});var lC=_((u3t,wpe)=>{var Lut=pE(),Out=1/0;function Mut(t){if(typeof t=="string"||Lut(t))return t;var e=t+"";return e=="0"&&1/t==-Out?"-0":e}wpe.exports=Mut});var zx=_((A3t,Ipe)=>{var Uut=Gd(),_ut=lC();function Hut(t,e){e=Uut(e,t);for(var r=0,o=e.length;t!=null&&r{var jut=rP(),Gut=Gd(),qut=_I(),Bpe=il(),Yut=lC();function Wut(t,e,r,o){if(!Bpe(t))return t;e=Gut(e,t);for(var a=-1,n=e.length,u=n-1,A=t;A!=null&&++a{var Kut=zx(),Vut=I_(),Jut=Gd();function zut(t,e,r){for(var o=-1,a=e.length,n={};++o{function Xut(t,e){return t!=null&&e in Object(t)}Ppe.exports=Xut});var B_=_((g3t,xpe)=>{var Zut=Gd(),$ut=OI(),eAt=Hl(),tAt=_I(),rAt=YS(),nAt=lC();function iAt(t,e,r){e=Zut(e,t);for(var o=-1,a=e.length,n=!1;++o{var sAt=bpe(),oAt=B_();function aAt(t,e){return t!=null&&oAt(t,e,sAt)}kpe.exports=aAt});var Rpe=_((m3t,Fpe)=>{var lAt=Spe(),cAt=Qpe();function uAt(t,e){return lAt(t,e,function(r,o){return cAt(t,o)})}Fpe.exports=uAt});var Ope=_((y3t,Lpe)=>{var Tpe=pd(),AAt=OI(),fAt=Hl(),Npe=Tpe?Tpe.isConcatSpreadable:void 0;function pAt(t){return fAt(t)||AAt(t)||!!(Npe&&t&&t[Npe])}Lpe.exports=pAt});var _pe=_((E3t,Upe)=>{var hAt=GS(),gAt=Ope();function Mpe(t,e,r,o,a){var n=-1,u=t.length;for(r||(r=gAt),a||(a=[]);++n0&&r(A)?e>1?Mpe(A,e-1,r,o,a):hAt(a,A):o||(a[a.length]=A)}return a}Upe.exports=Mpe});var jpe=_((C3t,Hpe)=>{var dAt=_pe();function mAt(t){var e=t==null?0:t.length;return e?dAt(t,1):[]}Hpe.exports=mAt});var v_=_((w3t,Gpe)=>{var yAt=jpe(),EAt=AL(),CAt=fL();function wAt(t){return CAt(EAt(t,void 0,yAt),t+"")}Gpe.exports=wAt});var D_=_((I3t,qpe)=>{var IAt=Rpe(),BAt=v_(),vAt=BAt(function(t,e){return t==null?{}:IAt(t,e)});qpe.exports=vAt});var Xx,Ype=Et(()=>{Yl();Xx=class{constructor(e){this.resolver=e}supportsDescriptor(e,r){return this.resolver.supportsDescriptor(e,r)}supportsLocator(e,r){return this.resolver.supportsLocator(e,r)}shouldPersistResolution(e,r){return this.resolver.shouldPersistResolution(e,r)}bindDescriptor(e,r,o){return this.resolver.bindDescriptor(e,r,o)}getResolutionDependencies(e,r){return this.resolver.getResolutionDependencies(e,r)}async getCandidates(e,r,o){throw new zt(20,`This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile`)}async getSatisfying(e,r,o,a){throw new zt(20,`This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile`)}async resolve(e,r){throw new zt(20,`This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile`)}}});var Qi,S_=Et(()=>{Yl();Qi=class extends Xs{reportCacheHit(e){}reportCacheMiss(e){}startSectionSync(e,r){return r()}async startSectionPromise(e,r){return await r()}startTimerSync(e,r,o){return(typeof r=="function"?r:o)()}async startTimerPromise(e,r,o){return await(typeof r=="function"?r:o)()}reportSeparator(){}reportInfo(e,r){}reportWarning(e,r){}reportError(e,r){}reportProgress(e){return{...Promise.resolve().then(async()=>{for await(let{}of e);}),stop:()=>{}}}reportJson(e){}reportFold(e,r){}async finalize(){}}});var Wpe,cC,P_=Et(()=>{St();Wpe=$e(RP());fE();vd();Gl();nh();Qf();bo();cC=class{constructor(e,{project:r}){this.workspacesCwds=new Set;this.project=r,this.cwd=e}async setup(){this.manifest=await Ot.tryFind(this.cwd)??new Ot,this.relativeCwd=V.relative(this.project.cwd,this.cwd)||Bt.dot;let e=this.manifest.name?this.manifest.name:eA(null,`${this.computeCandidateName()}-${zs(this.relativeCwd).substring(0,6)}`);this.anchoredDescriptor=In(e,`${Xn.protocol}${this.relativeCwd}`),this.anchoredLocator=Qs(e,`${Xn.protocol}${this.relativeCwd}`);let r=this.manifest.workspaceDefinitions.map(({pattern:a})=>a);if(r.length===0)return;let o=await(0,Wpe.default)(r,{cwd:ue.fromPortablePath(this.cwd),onlyDirectories:!0,ignore:["**/node_modules","**/.git","**/.yarn"]});o.sort(),await o.reduce(async(a,n)=>{let u=V.resolve(this.cwd,ue.toPortablePath(n)),A=await oe.existsPromise(V.join(u,"package.json"));await a,A&&this.workspacesCwds.add(u)},Promise.resolve())}get anchoredPackage(){let e=this.project.storedPackages.get(this.anchoredLocator.locatorHash);if(!e)throw new Error(`Assertion failed: Expected workspace ${a1(this.project.configuration,this)} (${Mt(this.project.configuration,V.join(this.cwd,dr.manifest),yt.PATH)}) to have been resolved. Run "yarn install" to update the lockfile`);return e}accepts(e){let r=e.indexOf(":"),o=r!==-1?e.slice(0,r+1):null,a=r!==-1?e.slice(r+1):e;if(o===Xn.protocol&&V.normalize(a)===this.relativeCwd||o===Xn.protocol&&(a==="*"||a==="^"||a==="~"))return!0;let n=xa(a);return n?o===Xn.protocol?n.test(this.manifest.version??"0.0.0"):this.project.configuration.get("enableTransparentWorkspaces")&&this.manifest.version!==null?n.test(this.manifest.version):!1:!1}computeCandidateName(){return this.cwd===this.project.cwd?"root-workspace":`${V.basename(this.cwd)}`||"unnamed-workspace"}getRecursiveWorkspaceDependencies({dependencies:e=Ot.hardDependencies}={}){let r=new Set,o=a=>{for(let n of e)for(let u of a.manifest[n].values()){let A=this.project.tryWorkspaceByDescriptor(u);A===null||r.has(A)||(r.add(A),o(A))}};return o(this),r}getRecursiveWorkspaceDependents({dependencies:e=Ot.hardDependencies}={}){let r=new Set,o=a=>{for(let n of this.project.workspaces)e.some(A=>[...n.manifest[A].values()].some(p=>{let h=this.project.tryWorkspaceByDescriptor(p);return h!==null&&i1(h.anchoredLocator,a.anchoredLocator)}))&&!r.has(n)&&(r.add(n),o(n))};return o(this),r}getRecursiveWorkspaceChildren(){let e=new Set([this]);for(let r of e)for(let o of r.workspacesCwds){let a=this.project.workspacesByCwd.get(o);a&&e.add(a)}return e.delete(this),Array.from(e)}async persistManifest(){let e={};this.manifest.exportTo(e);let r=V.join(this.cwd,Ot.fileName),o=`${JSON.stringify(e,null,this.manifest.indent)} +`;await oe.changeFilePromise(r,o,{automaticNewlines:!0}),this.manifest.raw=e}}});function kAt({project:t,allDescriptors:e,allResolutions:r,allPackages:o,accessibleLocators:a=new Set,optionalBuilds:n=new Set,peerRequirements:u=new Map,peerWarnings:A=[],volatileDescriptors:p=new Set}){let h=new Map,E=[],I=new Map,v=new Map,x=new Map,C=new Map,R=new Map,L=new Map(t.workspaces.map(ce=>{let me=ce.anchoredLocator.locatorHash,he=o.get(me);if(typeof he>"u")throw new Error("Assertion failed: The workspace should have an associated package");return[me,e1(he)]})),U=()=>{let ce=oe.mktempSync(),me=V.join(ce,"stacktrace.log"),he=String(E.length+1).length,Be=E.map((we,g)=>`${`${g+1}.`.padStart(he," ")} ${ba(we)} +`).join("");throw oe.writeFileSync(me,Be),oe.detachTemp(ce),new zt(45,`Encountered a stack overflow when resolving peer dependencies; cf ${ue.fromPortablePath(me)}`)},J=ce=>{let me=r.get(ce.descriptorHash);if(typeof me>"u")throw new Error("Assertion failed: The resolution should have been registered");let he=o.get(me);if(!he)throw new Error("Assertion failed: The package could not be found");return he},te=(ce,me,he,{top:Be,optional:we})=>{E.length>1e3&&U(),E.push(me);let g=ae(ce,me,he,{top:Be,optional:we});return E.pop(),g},ae=(ce,me,he,{top:Be,optional:we})=>{if(we||n.delete(me.locatorHash),a.has(me.locatorHash))return;a.add(me.locatorHash);let g=o.get(me.locatorHash);if(!g)throw new Error(`Assertion failed: The package (${jr(t.configuration,me)}) should have been registered`);let Ee=[],Se=[],le=[],ne=[],ee=[];for(let Fe of Array.from(g.dependencies.values())){if(g.peerDependencies.has(Fe.identHash)&&g.locatorHash!==Be)continue;if(bf(Fe))throw new Error("Assertion failed: Virtual packages shouldn't be encountered when virtualizing a branch");p.delete(Fe.descriptorHash);let At=we;if(!At){let Te=g.dependenciesMeta.get(fn(Fe));if(typeof Te<"u"){let Je=Te.get(null);typeof Je<"u"&&Je.optional&&(At=!0)}}let H=r.get(Fe.descriptorHash);if(!H)throw new Error(`Assertion failed: The resolution (${Gn(t.configuration,Fe)}) should have been registered`);let at=L.get(H)||o.get(H);if(!at)throw new Error(`Assertion failed: The package (${H}, resolved from ${Gn(t.configuration,Fe)}) should have been registered`);if(at.peerDependencies.size===0){te(Fe,at,new Map,{top:Be,optional:At});continue}let Re,ke,xe=new Set,He;Se.push(()=>{Re=tM(Fe,me.locatorHash),ke=rM(at,me.locatorHash),g.dependencies.delete(Fe.identHash),g.dependencies.set(Re.identHash,Re),r.set(Re.descriptorHash,ke.locatorHash),e.set(Re.descriptorHash,Re),o.set(ke.locatorHash,ke),Ee.push([at,Re,ke])}),le.push(()=>{He=new Map;for(let Te of ke.peerDependencies.values()){let Je=g.dependencies.get(Te.identHash);if(!Je&&n1(me,Te)&&(ce.identHash===me.identHash?Je=ce:(Je=In(me,ce.range),e.set(Je.descriptorHash,Je),r.set(Je.descriptorHash,me.locatorHash),p.delete(Je.descriptorHash))),(!Je||Je.range==="missing:")&&ke.dependencies.has(Te.identHash)){ke.peerDependencies.delete(Te.identHash);continue}Je||(Je=In(Te,"missing:")),ke.dependencies.set(Je.identHash,Je),bf(Je)&&md(x,Je.descriptorHash).add(ke.locatorHash),I.set(Je.identHash,Je),Je.range==="missing:"&&xe.add(Je.identHash),He.set(Te.identHash,he.get(Te.identHash)??ke.locatorHash)}ke.dependencies=new Map(ks(ke.dependencies,([Te,Je])=>fn(Je)))}),ne.push(()=>{if(!o.has(ke.locatorHash))return;let Te=h.get(at.locatorHash);typeof Te=="number"&&Te>=2&&U();let Je=h.get(at.locatorHash),je=typeof Je<"u"?Je+1:1;h.set(at.locatorHash,je),te(Re,ke,He,{top:Be,optional:At}),h.set(at.locatorHash,je-1)}),ee.push(()=>{let Te=g.dependencies.get(Fe.identHash);if(typeof Te>"u")throw new Error("Assertion failed: Expected the peer dependency to have been turned into a dependency");let Je=r.get(Te.descriptorHash);if(typeof Je>"u")throw new Error("Assertion failed: Expected the descriptor to be registered");if(md(R,Je).add(me.locatorHash),!!o.has(ke.locatorHash)){for(let je of ke.peerDependencies.values()){let b=He.get(je.identHash);if(typeof b>"u")throw new Error("Assertion failed: Expected the peer dependency ident to be registered");Yy(Wy(C,b),fn(je)).push(ke.locatorHash)}for(let je of xe)ke.dependencies.delete(je)}})}for(let Fe of[...Se,...le])Fe();let Ie;do{Ie=!0;for(let[Fe,At,H]of Ee){let at=Wy(v,Fe.locatorHash),Re=zs(...[...H.dependencies.values()].map(Te=>{let Je=Te.range!=="missing:"?r.get(Te.descriptorHash):"missing:";if(typeof Je>"u")throw new Error(`Assertion failed: Expected the resolution for ${Gn(t.configuration,Te)} to have been registered`);return Je===Be?`${Je} (top)`:Je}),At.identHash),ke=at.get(Re);if(typeof ke>"u"){at.set(Re,At);continue}if(ke===At)continue;o.delete(H.locatorHash),e.delete(At.descriptorHash),r.delete(At.descriptorHash),a.delete(H.locatorHash);let xe=x.get(At.descriptorHash)||[],He=[g.locatorHash,...xe];x.delete(At.descriptorHash);for(let Te of He){let Je=o.get(Te);typeof Je>"u"||(Je.dependencies.get(At.identHash).descriptorHash!==ke.descriptorHash&&(Ie=!1),Je.dependencies.set(At.identHash,ke))}}}while(!Ie);for(let Fe of[...ne,...ee])Fe()};for(let ce of t.workspaces){let me=ce.anchoredLocator;p.delete(ce.anchoredDescriptor.descriptorHash),te(ce.anchoredDescriptor,me,new Map,{top:me.locatorHash,optional:!1})}let fe=new Map;for(let[ce,me]of R){let he=o.get(ce);if(typeof he>"u")throw new Error("Assertion failed: Expected the root to be registered");let Be=C.get(ce);if(!(typeof Be>"u"))for(let we of me){let g=o.get(we);if(!(typeof g>"u")&&!!t.tryWorkspaceByLocator(g))for(let[Ee,Se]of Be){let le=Js(Ee);if(g.peerDependencies.has(le.identHash))continue;let ne=`p${zs(we,Ee,ce).slice(0,5)}`;u.set(ne,{subject:we,requested:le,rootRequester:ce,allRequesters:Se});let ee=he.dependencies.get(le.identHash);if(typeof ee<"u"){let Ie=J(ee),Fe=Ie.version??"0.0.0",At=new Set;for(let at of Se){let Re=o.get(at);if(typeof Re>"u")throw new Error("Assertion failed: Expected the link to be registered");let ke=Re.peerDependencies.get(le.identHash);if(typeof ke>"u")throw new Error("Assertion failed: Expected the ident to be registered");At.add(ke.range)}if(![...At].every(at=>{if(at.startsWith(Xn.protocol)){if(!t.tryWorkspaceByLocator(Ie))return!1;at=at.slice(Xn.protocol.length),(at==="^"||at==="~")&&(at="*")}return kf(Fe,at)})){let at=ol(fe,Ie.locatorHash,()=>({type:2,requested:le,subject:Ie,dependents:new Map,requesters:new Map,links:new Map,version:Fe,hash:`p${Ie.locatorHash.slice(0,5)}`}));at.dependents.set(g.locatorHash,g),at.requesters.set(he.locatorHash,he);for(let Re of Se)at.links.set(Re,o.get(Re));A.push({type:1,subject:g,requested:le,requester:he,version:Fe,hash:ne,requirementCount:Se.length})}}else he.peerDependenciesMeta.get(Ee)?.optional||A.push({type:0,subject:g,requested:le,requester:he,hash:ne})}}}A.push(...fe.values())}function QAt(t,e){let r=wL(t.peerWarnings,"type"),o=r[2]?.map(n=>{let u=Array.from(n.links.values(),E=>{let I=t.storedPackages.get(E.locatorHash);if(typeof I>"u")throw new Error("Assertion failed: Expected the package to be registered");let v=I.peerDependencies.get(n.requested.identHash);if(typeof v>"u")throw new Error("Assertion failed: Expected the ident to be registered");return v.range}),A=n.links.size>1?"and other dependencies request":"requests",p=sM(u),h=p?cE(t.configuration,p):Mt(t.configuration,"but they have non-overlapping ranges!","redBright");return`${cs(t.configuration,n.requested)} is listed by your project with version ${o1(t.configuration,n.version)}, which doesn't satisfy what ${cs(t.configuration,n.requesters.values().next().value)} (${Mt(t.configuration,n.hash,yt.CODE)}) ${A} (${h}).`})??[],a=r[0]?.map(n=>`${jr(t.configuration,n.subject)} doesn't provide ${cs(t.configuration,n.requested)} (${Mt(t.configuration,n.hash,yt.CODE)}), requested by ${cs(t.configuration,n.requester)}.`)??[];e.startSectionSync({reportFooter:()=>{e.reportWarning(86,`Some peer dependencies are incorrectly met; run ${Mt(t.configuration,"yarn explain peer-requirements ",yt.CODE)} for details, where ${Mt(t.configuration,"",yt.CODE)} is the six-letter p-prefixed code.`)},skipIfEmpty:!0},()=>{for(let n of ks(o,u=>Xy.default(u)))e.reportWarning(60,n);for(let n of ks(a,u=>Xy.default(u)))e.reportWarning(2,n)})}var Zx,$x,ek,Jpe,k_,x_,Q_,tk,DAt,SAt,Kpe,PAt,bAt,xAt,pl,b_,rk,Vpe,Pt,zpe=Et(()=>{St();St();Nl();jt();Zx=ve("crypto");E_();$x=$e(D_()),ek=$e(id()),Jpe=$e(zn()),k_=ve("util"),x_=$e(ve("v8")),Q_=$e(ve("zlib"));u_();S1();A_();f_();fE();uM();Yl();Ype();O1();S_();vd();P_();WP();Gl();nh();jl();vb();BU();Qf();bo();tk=Jy(process.env.YARN_LOCKFILE_VERSION_OVERRIDE??8),DAt=3,SAt=/ *, */g,Kpe=/\/$/,PAt=32,bAt=(0,k_.promisify)(Q_.default.gzip),xAt=(0,k_.promisify)(Q_.default.gunzip),pl=(r=>(r.UpdateLockfile="update-lockfile",r.SkipBuild="skip-build",r))(pl||{}),b_={restoreLinkersCustomData:["linkersCustomData"],restoreResolutions:["accessibleLocators","conditionalLocators","disabledLocators","optionalBuilds","storedDescriptors","storedResolutions","storedPackages","lockFileChecksum"],restoreBuildState:["skippedBuilds","storedBuildState"]},rk=(o=>(o[o.NotProvided=0]="NotProvided",o[o.NotCompatible=1]="NotCompatible",o[o.NotCompatibleAggregate=2]="NotCompatibleAggregate",o))(rk||{}),Vpe=t=>zs(`${DAt}`,t),Pt=class{constructor(e,{configuration:r}){this.resolutionAliases=new Map;this.workspaces=[];this.workspacesByCwd=new Map;this.workspacesByIdent=new Map;this.storedResolutions=new Map;this.storedDescriptors=new Map;this.storedPackages=new Map;this.storedChecksums=new Map;this.storedBuildState=new Map;this.accessibleLocators=new Set;this.conditionalLocators=new Set;this.disabledLocators=new Set;this.originalPackages=new Map;this.optionalBuilds=new Set;this.skippedBuilds=new Set;this.lockfileLastVersion=null;this.lockfileNeedsRefresh=!1;this.peerRequirements=new Map;this.peerWarnings=[];this.linkersCustomData=new Map;this.lockFileChecksum=null;this.installStateChecksum=null;this.configuration=r,this.cwd=e}static async find(e,r){if(!e.projectCwd)throw new it(`No project found in ${r}`);let o=e.projectCwd,a=r,n=null;for(;n!==e.projectCwd;){if(n=a,oe.existsSync(V.join(n,dr.manifest))){o=n;break}a=V.dirname(n)}let u=new Pt(e.projectCwd,{configuration:e});Ke.telemetry?.reportProject(u.cwd),await u.setupResolutions(),await u.setupWorkspaces(),Ke.telemetry?.reportWorkspaceCount(u.workspaces.length),Ke.telemetry?.reportDependencyCount(u.workspaces.reduce((C,R)=>C+R.manifest.dependencies.size+R.manifest.devDependencies.size,0));let A=u.tryWorkspaceByCwd(o);if(A)return{project:u,workspace:A,locator:A.anchoredLocator};let p=await u.findLocatorForLocation(`${o}/`,{strict:!0});if(p)return{project:u,locator:p,workspace:null};let h=Mt(e,u.cwd,yt.PATH),E=Mt(e,V.relative(u.cwd,o),yt.PATH),I=`- If ${h} isn't intended to be a project, remove any yarn.lock and/or package.json file there.`,v=`- If ${h} is intended to be a project, it might be that you forgot to list ${E} in its workspace configuration.`,x=`- Finally, if ${h} is fine and you intend ${E} to be treated as a completely separate project (not even a workspace), create an empty yarn.lock file in it.`;throw new it(`The nearest package directory (${Mt(e,o,yt.PATH)}) doesn't seem to be part of the project declared in ${Mt(e,u.cwd,yt.PATH)}. + +${[I,v,x].join(` +`)}`)}async setupResolutions(){this.storedResolutions=new Map,this.storedDescriptors=new Map,this.storedPackages=new Map,this.lockFileChecksum=null;let e=V.join(this.cwd,dr.lockfile),r=this.configuration.get("defaultLanguageName");if(oe.existsSync(e)){let o=await oe.readFilePromise(e,"utf8");this.lockFileChecksum=Vpe(o);let a=Ki(o);if(a.__metadata){let n=a.__metadata.version,u=a.__metadata.cacheKey;this.lockfileLastVersion=n,this.lockfileNeedsRefresh=n"u")throw new Error(`Assertion failed: Expected the lockfile entry to have a resolution field (${A})`);let h=xf(p.resolution,!0),E=new Ot;E.load(p,{yamlCompatibilityMode:!0});let I=E.version,v=E.languageName||r,x=p.linkType.toUpperCase(),C=p.conditions??null,R=E.dependencies,L=E.peerDependencies,U=E.dependenciesMeta,J=E.peerDependenciesMeta,te=E.bin;if(p.checksum!=null){let fe=typeof u<"u"&&!p.checksum.includes("/")?`${u}/${p.checksum}`:p.checksum;this.storedChecksums.set(h.locatorHash,fe)}let ae={...h,version:I,languageName:v,linkType:x,conditions:C,dependencies:R,peerDependencies:L,dependenciesMeta:U,peerDependenciesMeta:J,bin:te};this.originalPackages.set(ae.locatorHash,ae);for(let fe of A.split(SAt)){let ce=ih(fe);n<=6&&(ce=this.configuration.normalizeDependency(ce),ce=In(ce,ce.range.replace(/^patch:[^@]+@(?!npm(:|%3A))/,"$1npm%3A"))),this.storedDescriptors.set(ce.descriptorHash,ce),this.storedResolutions.set(ce.descriptorHash,h.locatorHash)}}}else o.includes("yarn lockfile v1")&&(this.lockfileLastVersion=-1)}}async setupWorkspaces(){this.workspaces=[],this.workspacesByCwd=new Map,this.workspacesByIdent=new Map;let e=new Set,r=(0,ek.default)(4),o=async(a,n)=>{if(e.has(n))return a;e.add(n);let u=new cC(n,{project:this});await r(()=>u.setup());let A=a.then(()=>{this.addWorkspace(u)});return Array.from(u.workspacesCwds).reduce(o,A)};await o(Promise.resolve(),this.cwd)}addWorkspace(e){let r=this.workspacesByIdent.get(e.anchoredLocator.identHash);if(typeof r<"u")throw new Error(`Duplicate workspace name ${cs(this.configuration,e.anchoredLocator)}: ${ue.fromPortablePath(e.cwd)} conflicts with ${ue.fromPortablePath(r.cwd)}`);this.workspaces.push(e),this.workspacesByCwd.set(e.cwd,e),this.workspacesByIdent.set(e.anchoredLocator.identHash,e)}get topLevelWorkspace(){return this.getWorkspaceByCwd(this.cwd)}tryWorkspaceByCwd(e){V.isAbsolute(e)||(e=V.resolve(this.cwd,e)),e=V.normalize(e).replace(/\/+$/,"");let r=this.workspacesByCwd.get(e);return r||null}getWorkspaceByCwd(e){let r=this.tryWorkspaceByCwd(e);if(!r)throw new Error(`Workspace not found (${e})`);return r}tryWorkspaceByFilePath(e){let r=null;for(let o of this.workspaces)V.relative(o.cwd,e).startsWith("../")||r&&r.cwd.length>=o.cwd.length||(r=o);return r||null}getWorkspaceByFilePath(e){let r=this.tryWorkspaceByFilePath(e);if(!r)throw new Error(`Workspace not found (${e})`);return r}tryWorkspaceByIdent(e){let r=this.workspacesByIdent.get(e.identHash);return typeof r>"u"?null:r}getWorkspaceByIdent(e){let r=this.tryWorkspaceByIdent(e);if(!r)throw new Error(`Workspace not found (${cs(this.configuration,e)})`);return r}tryWorkspaceByDescriptor(e){if(e.range.startsWith(Xn.protocol)){let o=e.range.slice(Xn.protocol.length);if(o!=="^"&&o!=="~"&&o!=="*"&&!xa(o))return this.tryWorkspaceByCwd(o)}let r=this.tryWorkspaceByIdent(e);return r===null||(bf(e)&&(e=t1(e)),!r.accepts(e.range))?null:r}getWorkspaceByDescriptor(e){let r=this.tryWorkspaceByDescriptor(e);if(r===null)throw new Error(`Workspace not found (${Gn(this.configuration,e)})`);return r}tryWorkspaceByLocator(e){let r=this.tryWorkspaceByIdent(e);return r===null||(Hc(e)&&(e=r1(e)),r.anchoredLocator.locatorHash!==e.locatorHash)?null:r}getWorkspaceByLocator(e){let r=this.tryWorkspaceByLocator(e);if(!r)throw new Error(`Workspace not found (${jr(this.configuration,e)})`);return r}deleteDescriptor(e){this.storedResolutions.delete(e),this.storedDescriptors.delete(e)}deleteLocator(e){this.originalPackages.delete(e),this.storedPackages.delete(e),this.accessibleLocators.delete(e)}forgetResolution(e){if("descriptorHash"in e){let r=this.storedResolutions.get(e.descriptorHash);this.deleteDescriptor(e.descriptorHash);let o=new Set(this.storedResolutions.values());typeof r<"u"&&!o.has(r)&&this.deleteLocator(r)}if("locatorHash"in e){this.deleteLocator(e.locatorHash);for(let[r,o]of this.storedResolutions)o===e.locatorHash&&this.deleteDescriptor(r)}}forgetTransientResolutions(){let e=this.configuration.makeResolver(),r=new Map;for(let[o,a]of this.storedResolutions.entries()){let n=r.get(a);n||r.set(a,n=new Set),n.add(o)}for(let o of this.originalPackages.values()){let a;try{a=e.shouldPersistResolution(o,{project:this,resolver:e})}catch{a=!1}if(!a){this.deleteLocator(o.locatorHash);let n=r.get(o.locatorHash);if(n){r.delete(o.locatorHash);for(let u of n)this.deleteDescriptor(u)}}}}forgetVirtualResolutions(){for(let e of this.storedPackages.values())for(let[r,o]of e.dependencies)bf(o)&&e.dependencies.set(r,t1(o))}getDependencyMeta(e,r){let o={},n=this.topLevelWorkspace.manifest.dependenciesMeta.get(fn(e));if(!n)return o;let u=n.get(null);if(u&&Object.assign(o,u),r===null||!Jpe.default.valid(r))return o;for(let[A,p]of n)A!==null&&A===r&&Object.assign(o,p);return o}async findLocatorForLocation(e,{strict:r=!1}={}){let o=new Qi,a=this.configuration.getLinkers(),n={project:this,report:o};for(let u of a){let A=await u.findPackageLocator(e,n);if(A){if(r&&(await u.findPackageLocation(A,n)).replace(Kpe,"")!==e.replace(Kpe,""))continue;return A}}return null}async loadUserConfig(){let e=V.join(this.cwd,".pnp.cjs");await oe.existsPromise(e)&&Df(e).setup();let r=V.join(this.cwd,"yarn.config.cjs");return await oe.existsPromise(r)?Df(r):null}async preparePackage(e,{resolver:r,resolveOptions:o}){let a=await this.configuration.getPackageExtensions(),n=this.configuration.normalizePackage(e,{packageExtensions:a});for(let[u,A]of n.dependencies){let p=await this.configuration.reduceHook(E=>E.reduceDependency,A,this,n,A,{resolver:r,resolveOptions:o});if(!n1(A,p))throw new Error("Assertion failed: The descriptor ident cannot be changed through aliases");let h=r.bindDescriptor(p,n,o);n.dependencies.set(u,h)}return n}async resolveEverything(e){if(!this.workspacesByCwd||!this.workspacesByIdent)throw new Error("Workspaces must have been setup before calling this function");this.forgetVirtualResolutions();let r=new Map(this.originalPackages),o=[];e.lockfileOnly||this.forgetTransientResolutions();let a=e.resolver||this.configuration.makeResolver(),n=new oC(a);await n.setup(this,{report:e.report});let u=e.lockfileOnly?[new Xx(a)]:[n,a],A=new Dd([new aC(a),...u]),p=new Dd([...u]),h=this.configuration.makeFetcher(),E=e.lockfileOnly?{project:this,report:e.report,resolver:A}:{project:this,report:e.report,resolver:A,fetchOptions:{project:this,cache:e.cache,checksums:this.storedChecksums,report:e.report,fetcher:h,cacheOptions:{mirrorWriteOnly:!0}}},I=new Map,v=new Map,x=new Map,C=new Map,R=new Map,L=new Map,U=this.topLevelWorkspace.anchoredLocator,J=new Set,te=[],ae=M4(),fe=this.configuration.getSupportedArchitectures();await e.report.startProgressPromise(Xs.progressViaTitle(),async le=>{let ne=async H=>{let at=await Ky(async()=>await A.resolve(H,E),He=>`${jr(this.configuration,H)}: ${He}`);if(!i1(H,at))throw new Error(`Assertion failed: The locator cannot be changed by the resolver (went from ${jr(this.configuration,H)} to ${jr(this.configuration,at)})`);C.set(at.locatorHash,at),!r.delete(at.locatorHash)&&!this.tryWorkspaceByLocator(at)&&o.push(at);let ke=await this.preparePackage(at,{resolver:A,resolveOptions:E}),xe=Uc([...ke.dependencies.values()].map(He=>At(He)));return te.push(xe),xe.catch(()=>{}),v.set(ke.locatorHash,ke),ke},ee=async H=>{let at=R.get(H.locatorHash);if(typeof at<"u")return at;let Re=Promise.resolve().then(()=>ne(H));return R.set(H.locatorHash,Re),Re},Ie=async(H,at)=>{let Re=await At(at);return I.set(H.descriptorHash,H),x.set(H.descriptorHash,Re.locatorHash),Re},Fe=async H=>{le.setTitle(Gn(this.configuration,H));let at=this.resolutionAliases.get(H.descriptorHash);if(typeof at<"u")return Ie(H,this.storedDescriptors.get(at));let Re=A.getResolutionDependencies(H,E),ke=Object.fromEntries(await Uc(Object.entries(Re).map(async([Te,Je])=>{let je=A.bindDescriptor(Je,U,E),b=await At(je);return J.add(b.locatorHash),[Te,b]}))),He=(await Ky(async()=>await A.getCandidates(H,ke,E),Te=>`${Gn(this.configuration,H)}: ${Te}`))[0];if(typeof He>"u")throw new zt(82,`${Gn(this.configuration,H)}: No candidates found`);if(e.checkResolutions){let{locators:Te}=await p.getSatisfying(H,ke,[He],{...E,resolver:p});if(!Te.find(Je=>Je.locatorHash===He.locatorHash))throw new zt(78,`Invalid resolution ${ZI(this.configuration,H,He)}`)}return I.set(H.descriptorHash,H),x.set(H.descriptorHash,He.locatorHash),ee(He)},At=H=>{let at=L.get(H.descriptorHash);if(typeof at<"u")return at;I.set(H.descriptorHash,H);let Re=Promise.resolve().then(()=>Fe(H));return L.set(H.descriptorHash,Re),Re};for(let H of this.workspaces){let at=H.anchoredDescriptor;te.push(At(at))}for(;te.length>0;){let H=[...te];te.length=0,await Uc(H)}});let ce=sl(r.values(),le=>this.tryWorkspaceByLocator(le)?sl.skip:le);if(o.length>0||ce.length>0){let le=new Set(this.workspaces.flatMap(H=>{let at=v.get(H.anchoredLocator.locatorHash);if(!at)throw new Error("Assertion failed: The workspace should have been resolved");return Array.from(at.dependencies.values(),Re=>{let ke=x.get(Re.descriptorHash);if(!ke)throw new Error("Assertion failed: The resolution should have been registered");return ke})})),ne=H=>le.has(H.locatorHash)?"0":"1",ee=H=>ba(H),Ie=ks(o,[ne,ee]),Fe=ks(ce,[ne,ee]),At=e.report.getRecommendedLength();Ie.length>0&&e.report.reportInfo(85,`${Mt(this.configuration,"+",yt.ADDED)} ${cP(this.configuration,Ie,At)}`),Fe.length>0&&e.report.reportInfo(85,`${Mt(this.configuration,"-",yt.REMOVED)} ${cP(this.configuration,Fe,At)}`)}let me=new Set(this.resolutionAliases.values()),he=new Set(v.keys()),Be=new Set,we=new Map,g=[];kAt({project:this,accessibleLocators:Be,volatileDescriptors:me,optionalBuilds:he,peerRequirements:we,peerWarnings:g,allDescriptors:I,allResolutions:x,allPackages:v});for(let le of J)he.delete(le);for(let le of me)I.delete(le),x.delete(le);let Ee=new Set,Se=new Set;for(let le of v.values())le.conditions!=null&&(!he.has(le.locatorHash)||(jP(le,fe)||(jP(le,ae)&&e.report.reportWarningOnce(77,`${jr(this.configuration,le)}: Your current architecture (${process.platform}-${process.arch}) is supported by this package, but is missing from the ${Mt(this.configuration,"supportedArchitectures",yt.SETTING)} setting`),Se.add(le.locatorHash)),Ee.add(le.locatorHash)));this.storedResolutions=x,this.storedDescriptors=I,this.storedPackages=v,this.accessibleLocators=Be,this.conditionalLocators=Ee,this.disabledLocators=Se,this.originalPackages=C,this.optionalBuilds=he,this.peerRequirements=we,this.peerWarnings=g}async fetchEverything({cache:e,report:r,fetcher:o,mode:a,persistProject:n=!0}){let u={mockedPackages:this.disabledLocators,unstablePackages:this.conditionalLocators},A=o||this.configuration.makeFetcher(),p={checksums:this.storedChecksums,project:this,cache:e,fetcher:A,report:r,cacheOptions:u},h=Array.from(new Set(ks(this.storedResolutions.values(),[C=>{let R=this.storedPackages.get(C);if(!R)throw new Error("Assertion failed: The locator should have been registered");return ba(R)}])));a==="update-lockfile"&&(h=h.filter(C=>!this.storedChecksums.has(C)));let E=!1,I=Xs.progressViaCounter(h.length);await r.reportProgress(I);let v=(0,ek.default)(PAt);if(await Uc(h.map(C=>v(async()=>{let R=this.storedPackages.get(C);if(!R)throw new Error("Assertion failed: The locator should have been registered");if(Hc(R))return;let L;try{L=await A.fetch(R,p)}catch(U){U.message=`${jr(this.configuration,R)}: ${U.message}`,r.reportExceptionOnce(U),E=U;return}L.checksum!=null?this.storedChecksums.set(R.locatorHash,L.checksum):this.storedChecksums.delete(R.locatorHash),L.releaseFs&&L.releaseFs()}).finally(()=>{I.tick()}))),E)throw E;let x=n&&a!=="update-lockfile"?await this.cacheCleanup({cache:e,report:r}):null;if(r.cacheMisses.size>0||x){let R=(await Promise.all([...r.cacheMisses].map(async ce=>{let me=this.storedPackages.get(ce),he=this.storedChecksums.get(ce)??null,Be=e.getLocatorPath(me,he);return(await oe.statPromise(Be)).size}))).reduce((ce,me)=>ce+me,0)-(x?.size??0),L=r.cacheMisses.size,U=x?.count??0,J=`${nP(L,{zero:"No new packages",one:"A package was",more:`${Mt(this.configuration,L,yt.NUMBER)} packages were`})} added to the project`,te=`${nP(U,{zero:"none were",one:"one was",more:`${Mt(this.configuration,U,yt.NUMBER)} were`})} removed`,ae=R!==0?` (${Mt(this.configuration,R,yt.SIZE_DIFF)})`:"",fe=U>0?L>0?`${J}, and ${te}${ae}.`:`${J}, but ${te}${ae}.`:`${J}${ae}.`;r.reportInfo(13,fe)}}async linkEverything({cache:e,report:r,fetcher:o,mode:a}){let n={mockedPackages:this.disabledLocators,unstablePackages:this.conditionalLocators,skipIntegrityCheck:!0},u=o||this.configuration.makeFetcher(),A={checksums:this.storedChecksums,project:this,cache:e,fetcher:u,report:r,cacheOptions:n},p=this.configuration.getLinkers(),h={project:this,report:r},E=new Map(p.map(le=>{let ne=le.makeInstaller(h),ee=le.getCustomDataKey(),Ie=this.linkersCustomData.get(ee);return typeof Ie<"u"&&ne.attachCustomData(Ie),[le,ne]})),I=new Map,v=new Map,x=new Map,C=new Map(await Uc([...this.accessibleLocators].map(async le=>{let ne=this.storedPackages.get(le);if(!ne)throw new Error("Assertion failed: The locator should have been registered");return[le,await u.fetch(ne,A)]}))),R=[],L=new Set,U=[];for(let le of this.accessibleLocators){let ne=this.storedPackages.get(le);if(typeof ne>"u")throw new Error("Assertion failed: The locator should have been registered");let ee=C.get(ne.locatorHash);if(typeof ee>"u")throw new Error("Assertion failed: The fetch result should have been registered");let Ie=[],Fe=H=>{Ie.push(H)},At=this.tryWorkspaceByLocator(ne);if(At!==null){let H=[],{scripts:at}=At.manifest;for(let ke of["preinstall","install","postinstall"])at.has(ke)&&H.push({type:0,script:ke});try{for(let[ke,xe]of E)if(ke.supportsPackage(ne,h)&&(await xe.installPackage(ne,ee,{holdFetchResult:Fe})).buildRequest!==null)throw new Error("Assertion failed: Linkers can't return build directives for workspaces; this responsibility befalls to the Yarn core")}finally{Ie.length===0?ee.releaseFs?.():R.push(Uc(Ie).catch(()=>{}).then(()=>{ee.releaseFs?.()}))}let Re=V.join(ee.packageFs.getRealPath(),ee.prefixPath);v.set(ne.locatorHash,Re),!Hc(ne)&&H.length>0&&x.set(ne.locatorHash,{buildDirectives:H,buildLocations:[Re]})}else{let H=p.find(ke=>ke.supportsPackage(ne,h));if(!H)throw new zt(12,`${jr(this.configuration,ne)} isn't supported by any available linker`);let at=E.get(H);if(!at)throw new Error("Assertion failed: The installer should have been registered");let Re;try{Re=await at.installPackage(ne,ee,{holdFetchResult:Fe})}finally{Ie.length===0?ee.releaseFs?.():R.push(Uc(Ie).then(()=>{}).then(()=>{ee.releaseFs?.()}))}I.set(ne.locatorHash,H),v.set(ne.locatorHash,Re.packageLocation),Re.buildRequest&&Re.packageLocation&&(Re.buildRequest.skipped?(L.add(ne.locatorHash),this.skippedBuilds.has(ne.locatorHash)||U.push([ne,Re.buildRequest.explain])):x.set(ne.locatorHash,{buildDirectives:Re.buildRequest.directives,buildLocations:[Re.packageLocation]}))}}let J=new Map;for(let le of this.accessibleLocators){let ne=this.storedPackages.get(le);if(!ne)throw new Error("Assertion failed: The locator should have been registered");let ee=this.tryWorkspaceByLocator(ne)!==null,Ie=async(Fe,At)=>{let H=v.get(ne.locatorHash);if(typeof H>"u")throw new Error(`Assertion failed: The package (${jr(this.configuration,ne)}) should have been registered`);let at=[];for(let Re of ne.dependencies.values()){let ke=this.storedResolutions.get(Re.descriptorHash);if(typeof ke>"u")throw new Error(`Assertion failed: The resolution (${Gn(this.configuration,Re)}, from ${jr(this.configuration,ne)})should have been registered`);let xe=this.storedPackages.get(ke);if(typeof xe>"u")throw new Error(`Assertion failed: The package (${ke}, resolved from ${Gn(this.configuration,Re)}) should have been registered`);let He=this.tryWorkspaceByLocator(xe)===null?I.get(ke):null;if(typeof He>"u")throw new Error(`Assertion failed: The package (${ke}, resolved from ${Gn(this.configuration,Re)}) should have been registered`);He===Fe||He===null?v.get(xe.locatorHash)!==null&&at.push([Re,xe]):!ee&&H!==null&&Yy(J,ke).push(H)}H!==null&&await At.attachInternalDependencies(ne,at)};if(ee)for(let[Fe,At]of E)Fe.supportsPackage(ne,h)&&await Ie(Fe,At);else{let Fe=I.get(ne.locatorHash);if(!Fe)throw new Error("Assertion failed: The linker should have been found");let At=E.get(Fe);if(!At)throw new Error("Assertion failed: The installer should have been registered");await Ie(Fe,At)}}for(let[le,ne]of J){let ee=this.storedPackages.get(le);if(!ee)throw new Error("Assertion failed: The package should have been registered");let Ie=I.get(ee.locatorHash);if(!Ie)throw new Error("Assertion failed: The linker should have been found");let Fe=E.get(Ie);if(!Fe)throw new Error("Assertion failed: The installer should have been registered");await Fe.attachExternalDependents(ee,ne)}let te=new Map;for(let[le,ne]of E){let ee=await ne.finalizeInstall();for(let Ie of ee?.records??[])Ie.buildRequest.skipped?(L.add(Ie.locator.locatorHash),this.skippedBuilds.has(Ie.locator.locatorHash)||U.push([Ie.locator,Ie.buildRequest.explain])):x.set(Ie.locator.locatorHash,{buildDirectives:Ie.buildRequest.directives,buildLocations:Ie.buildLocations});typeof ee?.customData<"u"&&te.set(le.getCustomDataKey(),ee.customData)}if(this.linkersCustomData=te,await Uc(R),a==="skip-build")return;for(let[,le]of ks(U,([ne])=>ba(ne)))le(r);let ae=new Set(this.storedPackages.keys()),fe=new Set(x.keys());for(let le of fe)ae.delete(le);let ce=(0,Zx.createHash)("sha512");ce.update(process.versions.node),await this.configuration.triggerHook(le=>le.globalHashGeneration,this,le=>{ce.update("\0"),ce.update(le)});let me=ce.digest("hex"),he=new Map,Be=le=>{let ne=he.get(le.locatorHash);if(typeof ne<"u")return ne;let ee=this.storedPackages.get(le.locatorHash);if(typeof ee>"u")throw new Error("Assertion failed: The package should have been registered");let Ie=(0,Zx.createHash)("sha512");Ie.update(le.locatorHash),he.set(le.locatorHash,"");for(let Fe of ee.dependencies.values()){let At=this.storedResolutions.get(Fe.descriptorHash);if(typeof At>"u")throw new Error(`Assertion failed: The resolution (${Gn(this.configuration,Fe)}) should have been registered`);let H=this.storedPackages.get(At);if(typeof H>"u")throw new Error("Assertion failed: The package should have been registered");Ie.update(Be(H))}return ne=Ie.digest("hex"),he.set(le.locatorHash,ne),ne},we=(le,ne)=>{let ee=(0,Zx.createHash)("sha512");ee.update(me),ee.update(Be(le));for(let Ie of ne)ee.update(Ie);return ee.digest("hex")},g=new Map,Ee=!1,Se=le=>{let ne=new Set([le.locatorHash]);for(let ee of ne){let Ie=this.storedPackages.get(ee);if(!Ie)throw new Error("Assertion failed: The package should have been registered");for(let Fe of Ie.dependencies.values()){let At=this.storedResolutions.get(Fe.descriptorHash);if(!At)throw new Error(`Assertion failed: The resolution (${Gn(this.configuration,Fe)}) should have been registered`);if(At!==le.locatorHash&&fe.has(At))return!1;let H=this.storedPackages.get(At);if(!H)throw new Error("Assertion failed: The package should have been registered");let at=this.tryWorkspaceByLocator(H);if(at){if(at.anchoredLocator.locatorHash!==le.locatorHash&&fe.has(at.anchoredLocator.locatorHash))return!1;ne.add(at.anchoredLocator.locatorHash)}ne.add(At)}}return!0};for(;fe.size>0;){let le=fe.size,ne=[];for(let ee of fe){let Ie=this.storedPackages.get(ee);if(!Ie)throw new Error("Assertion failed: The package should have been registered");if(!Se(Ie))continue;let Fe=x.get(Ie.locatorHash);if(!Fe)throw new Error("Assertion failed: The build directive should have been registered");let At=we(Ie,Fe.buildLocations);if(this.storedBuildState.get(Ie.locatorHash)===At){g.set(Ie.locatorHash,At),fe.delete(ee);continue}Ee||(await this.persistInstallStateFile(),Ee=!0),this.storedBuildState.has(Ie.locatorHash)?r.reportInfo(8,`${jr(this.configuration,Ie)} must be rebuilt because its dependency tree changed`):r.reportInfo(7,`${jr(this.configuration,Ie)} must be built because it never has been before or the last one failed`);let H=Fe.buildLocations.map(async at=>{if(!V.isAbsolute(at))throw new Error(`Assertion failed: Expected the build location to be absolute (not ${at})`);for(let Re of Fe.buildDirectives){let ke=`# This file contains the result of Yarn building a package (${ba(Ie)}) +`;switch(Re.type){case 0:ke+=`# Script name: ${Re.script} +`;break;case 1:ke+=`# Script code: ${Re.script} +`;break}let xe=null;if(!await oe.mktempPromise(async Te=>{let Je=V.join(Te,"build.log"),{stdout:je,stderr:b}=this.configuration.getSubprocessStreams(Je,{header:ke,prefix:jr(this.configuration,Ie),report:r}),w;try{switch(Re.type){case 0:w=await Wb(Ie,Re.script,[],{cwd:at,project:this,stdin:xe,stdout:je,stderr:b});break;case 1:w=await EU(Ie,Re.script,[],{cwd:at,project:this,stdin:xe,stdout:je,stderr:b});break}}catch(F){b.write(F.stack),w=1}if(je.end(),b.end(),w===0)return!0;oe.detachTemp(Te);let P=`${jr(this.configuration,Ie)} couldn't be built successfully (exit code ${Mt(this.configuration,w,yt.NUMBER)}, logs can be found here: ${Mt(this.configuration,Je,yt.PATH)})`,y=this.optionalBuilds.has(Ie.locatorHash);return y?r.reportInfo(9,P):r.reportError(9,P),Kce&&r.reportFold(ue.fromPortablePath(Je),oe.readFileSync(Je,"utf8")),y}))return!1}return!0});ne.push(...H,Promise.allSettled(H).then(at=>{fe.delete(ee),at.every(Re=>Re.status==="fulfilled"&&Re.value===!0)&&g.set(Ie.locatorHash,At)}))}if(await Uc(ne),le===fe.size){let ee=Array.from(fe).map(Ie=>{let Fe=this.storedPackages.get(Ie);if(!Fe)throw new Error("Assertion failed: The package should have been registered");return jr(this.configuration,Fe)}).join(", ");r.reportError(3,`Some packages have circular dependencies that make their build order unsatisfiable - as a result they won't be built (affected packages are: ${ee})`);break}}this.storedBuildState=g,this.skippedBuilds=L}async installWithNewReport(e,r){return(await Nt.start({configuration:this.configuration,json:e.json,stdout:e.stdout,forceSectionAlignment:!0,includeLogs:!e.json&&!e.quiet,includeVersion:!0},async a=>{await this.install({...r,report:a})})).exitCode()}async install(e){let r=this.configuration.get("nodeLinker");Ke.telemetry?.reportInstall(r);let o=!1;if(await e.report.startTimerPromise("Project validation",{skipIfEmpty:!0},async()=>{this.configuration.get("enableOfflineMode")&&e.report.reportWarning(90,"Offline work is enabled; Yarn won't fetch packages from the remote registry if it can avoid it"),await this.configuration.triggerHook(E=>E.validateProject,this,{reportWarning:(E,I)=>{e.report.reportWarning(E,I)},reportError:(E,I)=>{e.report.reportError(E,I),o=!0}})}),o)return;let a=await this.configuration.getPackageExtensions();for(let E of a.values())for(let[,I]of E)for(let v of I)v.status="inactive";let n=V.join(this.cwd,dr.lockfile),u=null;if(e.immutable)try{u=await oe.readFilePromise(n,"utf8")}catch(E){throw E.code==="ENOENT"?new zt(28,"The lockfile would have been created by this install, which is explicitly forbidden."):E}await e.report.startTimerPromise("Resolution step",async()=>{await this.resolveEverything(e)}),await e.report.startTimerPromise("Post-resolution validation",{skipIfEmpty:!0},async()=>{QAt(this,e.report);for(let[,E]of a)for(let[,I]of E)for(let v of I)if(v.userProvided){let x=Mt(this.configuration,v,yt.PACKAGE_EXTENSION);switch(v.status){case"inactive":e.report.reportWarning(68,`${x}: No matching package in the dependency tree; you may not need this rule anymore.`);break;case"redundant":e.report.reportWarning(69,`${x}: This rule seems redundant when applied on the original package; the extension may have been applied upstream.`);break}}if(u!==null){let E=_g(u,this.generateLockfile());if(E!==u){let I=Ape(n,n,u,E,void 0,void 0,{maxEditLength:100});if(I){e.report.reportSeparator();for(let v of I.hunks){e.report.reportInfo(null,`@@ -${v.oldStart},${v.oldLines} +${v.newStart},${v.newLines} @@`);for(let x of v.lines)x.startsWith("+")?e.report.reportError(28,Mt(this.configuration,x,yt.ADDED)):x.startsWith("-")?e.report.reportError(28,Mt(this.configuration,x,yt.REMOVED)):e.report.reportInfo(null,Mt(this.configuration,x,"grey"))}e.report.reportSeparator()}throw new zt(28,"The lockfile would have been modified by this install, which is explicitly forbidden.")}}});for(let E of a.values())for(let[,I]of E)for(let v of I)v.userProvided&&v.status==="active"&&Ke.telemetry?.reportPackageExtension(Ed(v,yt.PACKAGE_EXTENSION));await e.report.startTimerPromise("Fetch step",async()=>{await this.fetchEverything(e)});let A=e.immutable?[...new Set(this.configuration.get("immutablePatterns"))].sort():[],p=await Promise.all(A.map(async E=>LP(E,{cwd:this.cwd})));(typeof e.persistProject>"u"||e.persistProject)&&await this.persist(),await e.report.startTimerPromise("Link step",async()=>{if(e.mode==="update-lockfile"){e.report.reportWarning(73,`Skipped due to ${Mt(this.configuration,"mode=update-lockfile",yt.CODE)}`);return}await this.linkEverything(e);let E=await Promise.all(A.map(async I=>LP(I,{cwd:this.cwd})));for(let I=0;I{await this.configuration.triggerHook(E=>E.validateProjectAfterInstall,this,{reportWarning:(E,I)=>{e.report.reportWarning(E,I)},reportError:(E,I)=>{e.report.reportError(E,I),h=!0}})}),!h&&await this.configuration.triggerHook(E=>E.afterAllInstalled,this,e)}generateLockfile(){let e=new Map;for(let[n,u]of this.storedResolutions.entries()){let A=e.get(u);A||e.set(u,A=new Set),A.add(n)}let r={},{cacheKey:o}=Lr.getCacheKey(this.configuration);r.__metadata={version:tk,cacheKey:o};for(let[n,u]of e.entries()){let A=this.originalPackages.get(n);if(!A)continue;let p=[];for(let I of u){let v=this.storedDescriptors.get(I);if(!v)throw new Error("Assertion failed: The descriptor should have been registered");p.push(v)}let h=p.map(I=>Pa(I)).sort().join(", "),E=new Ot;E.version=A.linkType==="HARD"?A.version:"0.0.0-use.local",E.languageName=A.languageName,E.dependencies=new Map(A.dependencies),E.peerDependencies=new Map(A.peerDependencies),E.dependenciesMeta=new Map(A.dependenciesMeta),E.peerDependenciesMeta=new Map(A.peerDependenciesMeta),E.bin=new Map(A.bin),r[h]={...E.exportTo({},{compatibilityMode:!1}),linkType:A.linkType.toLowerCase(),resolution:ba(A),checksum:this.storedChecksums.get(A.locatorHash),conditions:A.conditions||void 0}}return`${[`# This file is generated by running "yarn install" inside your project. `,`# Manual changes might be lost - proceed with caution! `].join("")} -`+Ba(r)}async persistLockfile(){let e=K.join(this.cwd,dr.lockfile),r="";try{r=await oe.readFilePromise(e,"utf8")}catch{}let o=this.generateLockfile(),a=Ug(r,o);a!==r&&(await oe.writeFilePromise(e,a),this.lockFileChecksum=zpe(a),this.lockfileNeedsRefresh=!1)}async persistInstallStateFile(){let e=[];for(let u of Object.values(k_))e.push(...u);let r=(0,tk.default)(this,e),o=Q_.default.serialize(r),a=zs(o);if(this.installStateChecksum===a)return;let n=this.configuration.get("installStatePath");await oe.mkdirPromise(K.dirname(n),{recursive:!0}),await oe.writeFilePromise(n,await TAt(o)),this.installStateChecksum=a}async restoreInstallState({restoreLinkersCustomData:e=!0,restoreResolutions:r=!0,restoreBuildState:o=!0}={}){let a=this.configuration.get("installStatePath"),n;try{let u=await RAt(await oe.readFilePromise(a));n=Q_.default.deserialize(u),this.installStateChecksum=zs(u)}catch{r&&await this.applyLightResolution();return}e&&typeof n.linkersCustomData<"u"&&(this.linkersCustomData=n.linkersCustomData),o&&Object.assign(this,(0,tk.default)(n,k_.restoreBuildState)),r&&(n.lockFileChecksum===this.lockFileChecksum?Object.assign(this,(0,tk.default)(n,k_.restoreResolutions)):await this.applyLightResolution())}async applyLightResolution(){await this.resolveEverything({lockfileOnly:!0,report:new Qi}),await this.persistInstallStateFile()}async persist(){let e=(0,rk.default)(4);await Promise.all([this.persistLockfile(),...this.workspaces.map(r=>e(()=>r.persistManifest()))])}async cacheCleanup({cache:e,report:r}){if(this.configuration.get("enableGlobalCache"))return null;let o=new Set([".gitignore"]);if(!IO(e.cwd,this.cwd)||!await oe.existsPromise(e.cwd))return null;let a=[];for(let u of await oe.readdirPromise(e.cwd)){if(o.has(u))continue;let A=K.resolve(e.cwd,u);e.markedFiles.has(A)||(e.immutable?r.reportError(56,`${Ot(this.configuration,K.basename(A),"magenta")} appears to be unused and would be marked for deletion, but the cache is immutable`):a.push(oe.lstatPromise(A).then(async p=>(await oe.removePromise(A),p.size))))}if(a.length===0)return null;let n=await Promise.all(a);return{count:a.length,size:n.reduce((u,A)=>u+A,0)}}}});function MAt(t){let o=Math.floor(t.timeNow/864e5),a=t.updateInterval*864e5,n=t.state.lastUpdate??t.timeNow+a+Math.floor(a*t.randomInitialInterval),u=n+a,A=t.state.lastTips??o*864e5,p=A+864e5+8*36e5-t.timeZone,h=u<=t.timeNow,E=p<=t.timeNow,I=null;return(h||E||!t.state.lastUpdate||!t.state.lastTips)&&(I={},I.lastUpdate=h?t.timeNow:n,I.lastTips=A,I.blocks=h?{}:t.state.blocks,I.displayedTips=t.state.displayedTips),{nextState:I,triggerUpdate:h,triggerTips:E,nextTips:E?o*864e5:A}}var cC,$pe=Et(()=>{Pt();N1();rh();Bx();jl();kf();cC=class{constructor(e,r){this.values=new Map;this.hits=new Map;this.enumerators=new Map;this.nextTips=0;this.displayedTips=[];this.shouldCommitTips=!1;this.configuration=e;let o=this.getRegistryPath();this.isNew=!oe.existsSync(o),this.shouldShowTips=!1,this.sendReport(r),this.startBuffer()}commitTips(){this.shouldShowTips&&(this.shouldCommitTips=!0)}selectTip(e){let r=new Set(this.displayedTips),o=A=>A&&tn?bf(tn,A):!1,a=e.map((A,p)=>p).filter(A=>e[A]&&o(e[A]?.selector));if(a.length===0)return null;let n=a.filter(A=>!r.has(A));if(n.length===0){let A=Math.floor(a.length*.2);this.displayedTips=A>0?this.displayedTips.slice(-A):[],n=a.filter(p=>!r.has(p))}let u=n[Math.floor(Math.random()*n.length)];return this.displayedTips.push(u),this.commitTips(),e[u]}reportVersion(e){this.reportValue("version",e.replace(/-git\..*/,"-git"))}reportCommandName(e){this.reportValue("commandName",e||"")}reportPluginName(e){this.reportValue("pluginName",e)}reportProject(e){this.reportEnumerator("projectCount",e)}reportInstall(e){this.reportHit("installCount",e)}reportPackageExtension(e){this.reportValue("packageExtension",e)}reportWorkspaceCount(e){this.reportValue("workspaceCount",String(e))}reportDependencyCount(e){this.reportValue("dependencyCount",String(e))}reportValue(e,r){dd(this.values,e).add(r)}reportEnumerator(e,r){dd(this.enumerators,e).add(zs(r))}reportHit(e,r="*"){let o=Yy(this.hits,e),a=ol(o,r,()=>0);o.set(r,a+1)}getRegistryPath(){let e=this.configuration.get("globalFolder");return K.join(e,"telemetry.json")}sendReport(e){let r=this.getRegistryPath(),o;try{o=oe.readJsonSync(r)}catch{o={}}let{nextState:a,triggerUpdate:n,triggerTips:u,nextTips:A}=MAt({state:o,timeNow:Date.now(),timeZone:new Date().getTimezoneOffset()*60*1e3,randomInitialInterval:Math.random(),updateInterval:this.configuration.get("telemetryInterval")});if(this.nextTips=A,this.displayedTips=o.displayedTips??[],a!==null)try{oe.mkdirSync(K.dirname(r),{recursive:!0}),oe.writeJsonSync(r,a)}catch{return!1}if(u&&this.configuration.get("enableTips")&&(this.shouldShowTips=!0),n){let p=o.blocks??{};if(Object.keys(p).length===0){let h=`https://browser-http-intake.logs.datadoghq.eu/v1/input/${e}?ddsource=yarn`,E=I=>U4(h,I,{configuration:this.configuration}).catch(()=>{});for(let[I,v]of Object.entries(o.blocks??{})){if(Object.keys(v).length===0)continue;let b=v;b.userId=I,b.reportType="primary";for(let L of Object.keys(b.enumerators??{}))b.enumerators[L]=b.enumerators[L].length;E(b);let C=new Map,T=20;for(let[L,U]of Object.entries(b.values))U.length>0&&C.set(L,U.slice(0,T));for(;C.size>0;){let L={};L.userId=I,L.reportType="secondary",L.metrics={};for(let[U,J]of C)L.metrics[U]=J.shift(),J.length===0&&C.delete(U);E(L)}}}}return!0}applyChanges(){let e=this.getRegistryPath(),r;try{r=oe.readJsonSync(e)}catch{r={}}let o=this.configuration.get("telemetryUserId")??"*",a=r.blocks=r.blocks??{},n=a[o]=a[o]??{};for(let u of this.hits.keys()){let A=n.hits=n.hits??{},p=A[u]=A[u]??{};for(let[h,E]of this.hits.get(u))p[h]=(p[h]??0)+E}for(let u of["values","enumerators"])for(let A of this[u].keys()){let p=n[u]=n[u]??{};p[A]=[...new Set([...p[A]??[],...this[u].get(A)??[]])]}this.shouldCommitTips&&(r.lastTips=this.nextTips,r.displayedTips=this.displayedTips),oe.mkdirSync(K.dirname(e),{recursive:!0}),oe.writeJsonSync(e,r)}startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch{}})}}});var s2={};Kt(s2,{BuildDirectiveType:()=>zb,CACHE_CHECKPOINT:()=>A_,CACHE_VERSION:()=>Jb,Cache:()=>Lr,Configuration:()=>Ve,DEFAULT_RC_FILENAME:()=>W4,FormatType:()=>Qle,InstallMode:()=>pl,LEGACY_PLUGINS:()=>B1,LOCKFILE_VERSION:()=>nk,LegacyMigrationResolver:()=>sC,LightReport:()=>AA,LinkType:()=>Jy,LockfileResolver:()=>oC,Manifest:()=>Mt,MessageName:()=>wr,MultiFetcher:()=>pE,PackageExtensionStatus:()=>DL,PackageExtensionType:()=>vL,PeerWarningType:()=>ik,Project:()=>St,Report:()=>Xs,ReportError:()=>zt,SettingsType:()=>v1,StreamReport:()=>Nt,TAG_REGEXP:()=>QE,TelemetryManager:()=>cC,ThrowReport:()=>Qi,VirtualFetcher:()=>hE,WindowsLinkType:()=>kx,Workspace:()=>lC,WorkspaceFetcher:()=>dE,WorkspaceResolver:()=>Xn,YarnVersion:()=>tn,execUtils:()=>Ur,folderUtils:()=>WS,formatUtils:()=>de,hashUtils:()=>wn,httpUtils:()=>rn,miscUtils:()=>je,nodeUtils:()=>Ji,parseMessageName:()=>fP,reportOptionDeprecations:()=>NE,scriptUtils:()=>un,semverUtils:()=>kr,stringifyMessageName:()=>Wu,structUtils:()=>W,tgzUtils:()=>Xi,treeUtils:()=>$s});var Ye=Et(()=>{Px();VS();ql();rh();Bx();jl();Dx();DU();kf();xo();$fe();ope();f_();D1();D1();lpe();p_();cpe();h_();AE();pP();AO();Zpe();Yl();L1();$pe();x_();pO();hO();Bd();b_();N1();Ine()});var she=_((K_t,a2)=>{"use strict";var UAt=process.env.TERM_PROGRAM==="Hyper",_At=process.platform==="win32",rhe=process.platform==="linux",R_={ballotDisabled:"\u2612",ballotOff:"\u2610",ballotOn:"\u2611",bullet:"\u2022",bulletWhite:"\u25E6",fullBlock:"\u2588",heart:"\u2764",identicalTo:"\u2261",line:"\u2500",mark:"\u203B",middot:"\xB7",minus:"\uFF0D",multiplication:"\xD7",obelus:"\xF7",pencilDownRight:"\u270E",pencilRight:"\u270F",pencilUpRight:"\u2710",percent:"%",pilcrow2:"\u2761",pilcrow:"\xB6",plusMinus:"\xB1",section:"\xA7",starsOff:"\u2606",starsOn:"\u2605",upDownArrow:"\u2195"},nhe=Object.assign({},R_,{check:"\u221A",cross:"\xD7",ellipsisLarge:"...",ellipsis:"...",info:"i",question:"?",questionSmall:"?",pointer:">",pointerSmall:"\xBB",radioOff:"( )",radioOn:"(*)",warning:"\u203C"}),ihe=Object.assign({},R_,{ballotCross:"\u2718",check:"\u2714",cross:"\u2716",ellipsisLarge:"\u22EF",ellipsis:"\u2026",info:"\u2139",question:"?",questionFull:"\uFF1F",questionSmall:"\uFE56",pointer:rhe?"\u25B8":"\u276F",pointerSmall:rhe?"\u2023":"\u203A",radioOff:"\u25EF",radioOn:"\u25C9",warning:"\u26A0"});a2.exports=_At&&!UAt?nhe:ihe;Reflect.defineProperty(a2.exports,"common",{enumerable:!1,value:R_});Reflect.defineProperty(a2.exports,"windows",{enumerable:!1,value:nhe});Reflect.defineProperty(a2.exports,"other",{enumerable:!1,value:ihe})});var Vc=_((J_t,N_)=>{"use strict";var HAt=t=>t!==null&&typeof t=="object"&&!Array.isArray(t),jAt=/[\u001b\u009b][[\]#;?()]*(?:(?:(?:[^\W_]*;?[^\W_]*)\u0007)|(?:(?:[0-9]{1,4}(;[0-9]{0,4})*)?[~0-9=<>cf-nqrtyA-PRZ]))/g,ohe=()=>{let t={enabled:!0,visible:!0,styles:{},keys:{}};"FORCE_COLOR"in process.env&&(t.enabled=process.env.FORCE_COLOR!=="0");let e=n=>{let u=n.open=`\x1B[${n.codes[0]}m`,A=n.close=`\x1B[${n.codes[1]}m`,p=n.regex=new RegExp(`\\u001b\\[${n.codes[1]}m`,"g");return n.wrap=(h,E)=>{h.includes(A)&&(h=h.replace(p,A+u));let I=u+h+A;return E?I.replace(/\r*\n/g,`${A}$&${u}`):I},n},r=(n,u,A)=>typeof n=="function"?n(u):n.wrap(u,A),o=(n,u)=>{if(n===""||n==null)return"";if(t.enabled===!1)return n;if(t.visible===!1)return"";let A=""+n,p=A.includes(` -`),h=u.length;for(h>0&&u.includes("unstyle")&&(u=[...new Set(["unstyle",...u])].reverse());h-- >0;)A=r(t.styles[u[h]],A,p);return A},a=(n,u,A)=>{t.styles[n]=e({name:n,codes:u}),(t.keys[A]||(t.keys[A]=[])).push(n),Reflect.defineProperty(t,n,{configurable:!0,enumerable:!0,set(h){t.alias(n,h)},get(){let h=E=>o(E,h.stack);return Reflect.setPrototypeOf(h,t),h.stack=this.stack?this.stack.concat(n):[n],h}})};return a("reset",[0,0],"modifier"),a("bold",[1,22],"modifier"),a("dim",[2,22],"modifier"),a("italic",[3,23],"modifier"),a("underline",[4,24],"modifier"),a("inverse",[7,27],"modifier"),a("hidden",[8,28],"modifier"),a("strikethrough",[9,29],"modifier"),a("black",[30,39],"color"),a("red",[31,39],"color"),a("green",[32,39],"color"),a("yellow",[33,39],"color"),a("blue",[34,39],"color"),a("magenta",[35,39],"color"),a("cyan",[36,39],"color"),a("white",[37,39],"color"),a("gray",[90,39],"color"),a("grey",[90,39],"color"),a("bgBlack",[40,49],"bg"),a("bgRed",[41,49],"bg"),a("bgGreen",[42,49],"bg"),a("bgYellow",[43,49],"bg"),a("bgBlue",[44,49],"bg"),a("bgMagenta",[45,49],"bg"),a("bgCyan",[46,49],"bg"),a("bgWhite",[47,49],"bg"),a("blackBright",[90,39],"bright"),a("redBright",[91,39],"bright"),a("greenBright",[92,39],"bright"),a("yellowBright",[93,39],"bright"),a("blueBright",[94,39],"bright"),a("magentaBright",[95,39],"bright"),a("cyanBright",[96,39],"bright"),a("whiteBright",[97,39],"bright"),a("bgBlackBright",[100,49],"bgBright"),a("bgRedBright",[101,49],"bgBright"),a("bgGreenBright",[102,49],"bgBright"),a("bgYellowBright",[103,49],"bgBright"),a("bgBlueBright",[104,49],"bgBright"),a("bgMagentaBright",[105,49],"bgBright"),a("bgCyanBright",[106,49],"bgBright"),a("bgWhiteBright",[107,49],"bgBright"),t.ansiRegex=jAt,t.hasColor=t.hasAnsi=n=>(t.ansiRegex.lastIndex=0,typeof n=="string"&&n!==""&&t.ansiRegex.test(n)),t.alias=(n,u)=>{let A=typeof u=="string"?t[u]:u;if(typeof A!="function")throw new TypeError("Expected alias to be the name of an existing color (string) or a function");A.stack||(Reflect.defineProperty(A,"name",{value:n}),t.styles[n]=A,A.stack=[n]),Reflect.defineProperty(t,n,{configurable:!0,enumerable:!0,set(p){t.alias(n,p)},get(){let p=h=>o(h,p.stack);return Reflect.setPrototypeOf(p,t),p.stack=this.stack?this.stack.concat(A.stack):A.stack,p}})},t.theme=n=>{if(!HAt(n))throw new TypeError("Expected theme to be an object");for(let u of Object.keys(n))t.alias(u,n[u]);return t},t.alias("unstyle",n=>typeof n=="string"&&n!==""?(t.ansiRegex.lastIndex=0,n.replace(t.ansiRegex,"")):""),t.alias("noop",n=>n),t.none=t.clear=t.noop,t.stripColor=t.unstyle,t.symbols=she(),t.define=a,t};N_.exports=ohe();N_.exports.create=ohe});var No=_(nn=>{"use strict";var qAt=Object.prototype.toString,rc=Vc(),ahe=!1,L_=[],lhe={yellow:"blue",cyan:"red",green:"magenta",black:"white",blue:"yellow",red:"cyan",magenta:"green",white:"black"};nn.longest=(t,e)=>t.reduce((r,o)=>Math.max(r,e?o[e].length:o.length),0);nn.hasColor=t=>!!t&&rc.hasColor(t);var ok=nn.isObject=t=>t!==null&&typeof t=="object"&&!Array.isArray(t);nn.nativeType=t=>qAt.call(t).slice(8,-1).toLowerCase().replace(/\s/g,"");nn.isAsyncFn=t=>nn.nativeType(t)==="asyncfunction";nn.isPrimitive=t=>t!=null&&typeof t!="object"&&typeof t!="function";nn.resolve=(t,e,...r)=>typeof e=="function"?e.call(t,...r):e;nn.scrollDown=(t=[])=>[...t.slice(1),t[0]];nn.scrollUp=(t=[])=>[t.pop(),...t];nn.reorder=(t=[])=>{let e=t.slice();return e.sort((r,o)=>r.index>o.index?1:r.index{let o=t.length,a=r===o?0:r<0?o-1:r,n=t[e];t[e]=t[a],t[a]=n};nn.width=(t,e=80)=>{let r=t&&t.columns?t.columns:e;return t&&typeof t.getWindowSize=="function"&&(r=t.getWindowSize()[0]),process.platform==="win32"?r-1:r};nn.height=(t,e=20)=>{let r=t&&t.rows?t.rows:e;return t&&typeof t.getWindowSize=="function"&&(r=t.getWindowSize()[1]),r};nn.wordWrap=(t,e={})=>{if(!t)return t;typeof e=="number"&&(e={width:e});let{indent:r="",newline:o=` -`+r,width:a=80}=e,n=(o+r).match(/[^\S\n]/g)||[];a-=n.length;let u=`.{1,${a}}([\\s\\u200B]+|$)|[^\\s\\u200B]+?([\\s\\u200B]+|$)`,A=t.trim(),p=new RegExp(u,"g"),h=A.match(p)||[];return h=h.map(E=>E.replace(/\n$/,"")),e.padEnd&&(h=h.map(E=>E.padEnd(a," "))),e.padStart&&(h=h.map(E=>E.padStart(a," "))),r+h.join(o)};nn.unmute=t=>{let e=t.stack.find(o=>rc.keys.color.includes(o));return e?rc[e]:t.stack.find(o=>o.slice(2)==="bg")?rc[e.slice(2)]:o=>o};nn.pascal=t=>t?t[0].toUpperCase()+t.slice(1):"";nn.inverse=t=>{if(!t||!t.stack)return t;let e=t.stack.find(o=>rc.keys.color.includes(o));if(e){let o=rc["bg"+nn.pascal(e)];return o?o.black:t}let r=t.stack.find(o=>o.slice(0,2)==="bg");return r?rc[r.slice(2).toLowerCase()]||t:rc.none};nn.complement=t=>{if(!t||!t.stack)return t;let e=t.stack.find(o=>rc.keys.color.includes(o)),r=t.stack.find(o=>o.slice(0,2)==="bg");if(e&&!r)return rc[lhe[e]||e];if(r){let o=r.slice(2).toLowerCase(),a=lhe[o];return a&&rc["bg"+nn.pascal(a)]||t}return rc.none};nn.meridiem=t=>{let e=t.getHours(),r=t.getMinutes(),o=e>=12?"pm":"am";e=e%12;let a=e===0?12:e,n=r<10?"0"+r:r;return a+":"+n+" "+o};nn.set=(t={},e="",r)=>e.split(".").reduce((o,a,n,u)=>{let A=u.length-1>n?o[a]||{}:r;return!nn.isObject(A)&&n{let o=t[e]==null?e.split(".").reduce((a,n)=>a&&a[n],t):t[e];return o??r};nn.mixin=(t,e)=>{if(!ok(t))return e;if(!ok(e))return t;for(let r of Object.keys(e)){let o=Object.getOwnPropertyDescriptor(e,r);if(o.hasOwnProperty("value"))if(t.hasOwnProperty(r)&&ok(o.value)){let a=Object.getOwnPropertyDescriptor(t,r);ok(a.value)?t[r]=nn.merge({},t[r],e[r]):Reflect.defineProperty(t,r,o)}else Reflect.defineProperty(t,r,o);else Reflect.defineProperty(t,r,o)}return t};nn.merge=(...t)=>{let e={};for(let r of t)nn.mixin(e,r);return e};nn.mixinEmitter=(t,e)=>{let r=e.constructor.prototype;for(let o of Object.keys(r)){let a=r[o];typeof a=="function"?nn.define(t,o,a.bind(e)):nn.define(t,o,a)}};nn.onExit=t=>{let e=(r,o)=>{ahe||(ahe=!0,L_.forEach(a=>a()),r===!0&&process.exit(128+o))};L_.length===0&&(process.once("SIGTERM",e.bind(null,!0,15)),process.once("SIGINT",e.bind(null,!0,2)),process.once("exit",e)),L_.push(t)};nn.define=(t,e,r)=>{Reflect.defineProperty(t,e,{value:r})};nn.defineExport=(t,e,r)=>{let o;Reflect.defineProperty(t,e,{enumerable:!0,configurable:!0,set(a){o=a},get(){return o?o():r()}})}});var che=_(pC=>{"use strict";pC.ctrl={a:"first",b:"backward",c:"cancel",d:"deleteForward",e:"last",f:"forward",g:"reset",i:"tab",k:"cutForward",l:"reset",n:"newItem",m:"cancel",j:"submit",p:"search",r:"remove",s:"save",u:"undo",w:"cutLeft",x:"toggleCursor",v:"paste"};pC.shift={up:"shiftUp",down:"shiftDown",left:"shiftLeft",right:"shiftRight",tab:"prev"};pC.fn={up:"pageUp",down:"pageDown",left:"pageLeft",right:"pageRight",delete:"deleteForward"};pC.option={b:"backward",f:"forward",d:"cutRight",left:"cutLeft",up:"altUp",down:"altDown"};pC.keys={pageup:"pageUp",pagedown:"pageDown",home:"home",end:"end",cancel:"cancel",delete:"deleteForward",backspace:"delete",down:"down",enter:"submit",escape:"cancel",left:"left",space:"space",number:"number",return:"submit",right:"right",tab:"next",up:"up"}});var fhe=_((Z_t,Ahe)=>{"use strict";var uhe=Be("readline"),GAt=che(),YAt=/^(?:\x1b)([a-zA-Z0-9])$/,WAt=/^(?:\x1b+)(O|N|\[|\[\[)(?:(\d+)(?:;(\d+))?([~^$])|(?:1;)?(\d+)?([a-zA-Z]))/,VAt={OP:"f1",OQ:"f2",OR:"f3",OS:"f4","[11~":"f1","[12~":"f2","[13~":"f3","[14~":"f4","[[A":"f1","[[B":"f2","[[C":"f3","[[D":"f4","[[E":"f5","[15~":"f5","[17~":"f6","[18~":"f7","[19~":"f8","[20~":"f9","[21~":"f10","[23~":"f11","[24~":"f12","[A":"up","[B":"down","[C":"right","[D":"left","[E":"clear","[F":"end","[H":"home",OA:"up",OB:"down",OC:"right",OD:"left",OE:"clear",OF:"end",OH:"home","[1~":"home","[2~":"insert","[3~":"delete","[4~":"end","[5~":"pageup","[6~":"pagedown","[[5~":"pageup","[[6~":"pagedown","[7~":"home","[8~":"end","[a":"up","[b":"down","[c":"right","[d":"left","[e":"clear","[2$":"insert","[3$":"delete","[5$":"pageup","[6$":"pagedown","[7$":"home","[8$":"end",Oa:"up",Ob:"down",Oc:"right",Od:"left",Oe:"clear","[2^":"insert","[3^":"delete","[5^":"pageup","[6^":"pagedown","[7^":"home","[8^":"end","[Z":"tab"};function KAt(t){return["[a","[b","[c","[d","[e","[2$","[3$","[5$","[6$","[7$","[8$","[Z"].includes(t)}function JAt(t){return["Oa","Ob","Oc","Od","Oe","[2^","[3^","[5^","[6^","[7^","[8^"].includes(t)}var ak=(t="",e={})=>{let r,o={name:e.name,ctrl:!1,meta:!1,shift:!1,option:!1,sequence:t,raw:t,...e};if(Buffer.isBuffer(t)?t[0]>127&&t[1]===void 0?(t[0]-=128,t="\x1B"+String(t)):t=String(t):t!==void 0&&typeof t!="string"?t=String(t):t||(t=o.sequence||""),o.sequence=o.sequence||t||o.name,t==="\r")o.raw=void 0,o.name="return";else if(t===` -`)o.name="enter";else if(t===" ")o.name="tab";else if(t==="\b"||t==="\x7F"||t==="\x1B\x7F"||t==="\x1B\b")o.name="backspace",o.meta=t.charAt(0)==="\x1B";else if(t==="\x1B"||t==="\x1B\x1B")o.name="escape",o.meta=t.length===2;else if(t===" "||t==="\x1B ")o.name="space",o.meta=t.length===2;else if(t<="")o.name=String.fromCharCode(t.charCodeAt(0)+"a".charCodeAt(0)-1),o.ctrl=!0;else if(t.length===1&&t>="0"&&t<="9")o.name="number";else if(t.length===1&&t>="a"&&t<="z")o.name=t;else if(t.length===1&&t>="A"&&t<="Z")o.name=t.toLowerCase(),o.shift=!0;else if(r=YAt.exec(t))o.meta=!0,o.shift=/^[A-Z]$/.test(r[1]);else if(r=WAt.exec(t)){let a=[...t];a[0]==="\x1B"&&a[1]==="\x1B"&&(o.option=!0);let n=[r[1],r[2],r[4],r[6]].filter(Boolean).join(""),u=(r[3]||r[5]||1)-1;o.ctrl=!!(u&4),o.meta=!!(u&10),o.shift=!!(u&1),o.code=n,o.name=VAt[n],o.shift=KAt(n)||o.shift,o.ctrl=JAt(n)||o.ctrl}return o};ak.listen=(t={},e)=>{let{stdin:r}=t;if(!r||r!==process.stdin&&!r.isTTY)throw new Error("Invalid stream passed");let o=uhe.createInterface({terminal:!0,input:r});uhe.emitKeypressEvents(r,o);let a=(A,p)=>e(A,ak(A,p),o),n=r.isRaw;return r.isTTY&&r.setRawMode(!0),r.on("keypress",a),o.resume(),()=>{r.isTTY&&r.setRawMode(n),r.removeListener("keypress",a),o.pause(),o.close()}};ak.action=(t,e,r)=>{let o={...GAt,...r};return e.ctrl?(e.action=o.ctrl[e.name],e):e.option&&o.option?(e.action=o.option[e.name],e):e.shift?(e.action=o.shift[e.name],e):(e.action=o.keys[e.name],e)};Ahe.exports=ak});var hhe=_(($_t,phe)=>{"use strict";phe.exports=t=>{t.timers=t.timers||{};let e=t.options.timers;if(!!e)for(let r of Object.keys(e)){let o=e[r];typeof o=="number"&&(o={interval:o}),zAt(t,r,o)}};function zAt(t,e,r={}){let o=t.timers[e]={name:e,start:Date.now(),ms:0,tick:0},a=r.interval||120;o.frames=r.frames||[],o.loading=!0;let n=setInterval(()=>{o.ms=Date.now()-o.start,o.tick++,t.render()},a);return o.stop=()=>{o.loading=!1,clearInterval(n)},Reflect.defineProperty(o,"interval",{value:n}),t.once("close",()=>o.stop()),o.stop}});var dhe=_((e8t,ghe)=>{"use strict";var{define:XAt,width:ZAt}=No(),M_=class{constructor(e){let r=e.options;XAt(this,"_prompt",e),this.type=e.type,this.name=e.name,this.message="",this.header="",this.footer="",this.error="",this.hint="",this.input="",this.cursor=0,this.index=0,this.lines=0,this.tick=0,this.prompt="",this.buffer="",this.width=ZAt(r.stdout||process.stdout),Object.assign(this,r),this.name=this.name||this.message,this.message=this.message||this.name,this.symbols=e.symbols,this.styles=e.styles,this.required=new Set,this.cancelled=!1,this.submitted=!1}clone(){let e={...this};return e.status=this.status,e.buffer=Buffer.from(e.buffer),delete e.clone,e}set color(e){this._color=e}get color(){let e=this.prompt.styles;if(this.cancelled)return e.cancelled;if(this.submitted)return e.submitted;let r=this._color||e[this.status];return typeof r=="function"?r:e.pending}set loading(e){this._loading=e}get loading(){return typeof this._loading=="boolean"?this._loading:this.loadingChoices?"choices":!1}get status(){return this.cancelled?"cancelled":this.submitted?"submitted":"pending"}};ghe.exports=M_});var yhe=_((t8t,mhe)=>{"use strict";var O_=No(),eo=Vc(),U_={default:eo.noop,noop:eo.noop,set inverse(t){this._inverse=t},get inverse(){return this._inverse||O_.inverse(this.primary)},set complement(t){this._complement=t},get complement(){return this._complement||O_.complement(this.primary)},primary:eo.cyan,success:eo.green,danger:eo.magenta,strong:eo.bold,warning:eo.yellow,muted:eo.dim,disabled:eo.gray,dark:eo.dim.gray,underline:eo.underline,set info(t){this._info=t},get info(){return this._info||this.primary},set em(t){this._em=t},get em(){return this._em||this.primary.underline},set heading(t){this._heading=t},get heading(){return this._heading||this.muted.underline},set pending(t){this._pending=t},get pending(){return this._pending||this.primary},set submitted(t){this._submitted=t},get submitted(){return this._submitted||this.success},set cancelled(t){this._cancelled=t},get cancelled(){return this._cancelled||this.danger},set typing(t){this._typing=t},get typing(){return this._typing||this.dim},set placeholder(t){this._placeholder=t},get placeholder(){return this._placeholder||this.primary.dim},set highlight(t){this._highlight=t},get highlight(){return this._highlight||this.inverse}};U_.merge=(t={})=>{t.styles&&typeof t.styles.enabled=="boolean"&&(eo.enabled=t.styles.enabled),t.styles&&typeof t.styles.visible=="boolean"&&(eo.visible=t.styles.visible);let e=O_.merge({},U_,t.styles);delete e.merge;for(let r of Object.keys(eo))e.hasOwnProperty(r)||Reflect.defineProperty(e,r,{get:()=>eo[r]});for(let r of Object.keys(eo.styles))e.hasOwnProperty(r)||Reflect.defineProperty(e,r,{get:()=>eo[r]});return e};mhe.exports=U_});var Che=_((r8t,Ehe)=>{"use strict";var __=process.platform==="win32",Vf=Vc(),$At=No(),H_={...Vf.symbols,upDownDoubleArrow:"\u21D5",upDownDoubleArrow2:"\u2B0D",upDownArrow:"\u2195",asterisk:"*",asterism:"\u2042",bulletWhite:"\u25E6",electricArrow:"\u2301",ellipsisLarge:"\u22EF",ellipsisSmall:"\u2026",fullBlock:"\u2588",identicalTo:"\u2261",indicator:Vf.symbols.check,leftAngle:"\u2039",mark:"\u203B",minus:"\u2212",multiplication:"\xD7",obelus:"\xF7",percent:"%",pilcrow:"\xB6",pilcrow2:"\u2761",pencilUpRight:"\u2710",pencilDownRight:"\u270E",pencilRight:"\u270F",plus:"+",plusMinus:"\xB1",pointRight:"\u261E",rightAngle:"\u203A",section:"\xA7",hexagon:{off:"\u2B21",on:"\u2B22",disabled:"\u2B22"},ballot:{on:"\u2611",off:"\u2610",disabled:"\u2612"},stars:{on:"\u2605",off:"\u2606",disabled:"\u2606"},folder:{on:"\u25BC",off:"\u25B6",disabled:"\u25B6"},prefix:{pending:Vf.symbols.question,submitted:Vf.symbols.check,cancelled:Vf.symbols.cross},separator:{pending:Vf.symbols.pointerSmall,submitted:Vf.symbols.middot,cancelled:Vf.symbols.middot},radio:{off:__?"( )":"\u25EF",on:__?"(*)":"\u25C9",disabled:__?"(|)":"\u24BE"},numbers:["\u24EA","\u2460","\u2461","\u2462","\u2463","\u2464","\u2465","\u2466","\u2467","\u2468","\u2469","\u246A","\u246B","\u246C","\u246D","\u246E","\u246F","\u2470","\u2471","\u2472","\u2473","\u3251","\u3252","\u3253","\u3254","\u3255","\u3256","\u3257","\u3258","\u3259","\u325A","\u325B","\u325C","\u325D","\u325E","\u325F","\u32B1","\u32B2","\u32B3","\u32B4","\u32B5","\u32B6","\u32B7","\u32B8","\u32B9","\u32BA","\u32BB","\u32BC","\u32BD","\u32BE","\u32BF"]};H_.merge=t=>{let e=$At.merge({},Vf.symbols,H_,t.symbols);return delete e.merge,e};Ehe.exports=H_});var Ihe=_((n8t,whe)=>{"use strict";var eft=yhe(),tft=Che(),rft=No();whe.exports=t=>{t.options=rft.merge({},t.options.theme,t.options),t.symbols=tft.merge(t.options),t.styles=eft.merge(t.options)}});var She=_((Dhe,Phe)=>{"use strict";var Bhe=process.env.TERM_PROGRAM==="Apple_Terminal",nft=Vc(),j_=No(),Kc=Phe.exports=Dhe,Di="\x1B[",vhe="\x07",q_=!1,Ph=Kc.code={bell:vhe,beep:vhe,beginning:`${Di}G`,down:`${Di}J`,esc:Di,getPosition:`${Di}6n`,hide:`${Di}?25l`,line:`${Di}2K`,lineEnd:`${Di}K`,lineStart:`${Di}1K`,restorePosition:Di+(Bhe?"8":"u"),savePosition:Di+(Bhe?"7":"s"),screen:`${Di}2J`,show:`${Di}?25h`,up:`${Di}1J`},qd=Kc.cursor={get hidden(){return q_},hide(){return q_=!0,Ph.hide},show(){return q_=!1,Ph.show},forward:(t=1)=>`${Di}${t}C`,backward:(t=1)=>`${Di}${t}D`,nextLine:(t=1)=>`${Di}E`.repeat(t),prevLine:(t=1)=>`${Di}F`.repeat(t),up:(t=1)=>t?`${Di}${t}A`:"",down:(t=1)=>t?`${Di}${t}B`:"",right:(t=1)=>t?`${Di}${t}C`:"",left:(t=1)=>t?`${Di}${t}D`:"",to(t,e){return e?`${Di}${e+1};${t+1}H`:`${Di}${t+1}G`},move(t=0,e=0){let r="";return r+=t<0?qd.left(-t):t>0?qd.right(t):"",r+=e<0?qd.up(-e):e>0?qd.down(e):"",r},restore(t={}){let{after:e,cursor:r,initial:o,input:a,prompt:n,size:u,value:A}=t;if(o=j_.isPrimitive(o)?String(o):"",a=j_.isPrimitive(a)?String(a):"",A=j_.isPrimitive(A)?String(A):"",u){let p=Kc.cursor.up(u)+Kc.cursor.to(n.length),h=a.length-r;return h>0&&(p+=Kc.cursor.left(h)),p}if(A||e){let p=!a&&!!o?-o.length:-a.length+r;return e&&(p-=e.length),a===""&&o&&!n.includes(o)&&(p+=o.length),Kc.cursor.move(p)}}},G_=Kc.erase={screen:Ph.screen,up:Ph.up,down:Ph.down,line:Ph.line,lineEnd:Ph.lineEnd,lineStart:Ph.lineStart,lines(t){let e="";for(let r=0;r{if(!e)return G_.line+qd.to(0);let r=n=>[...nft.unstyle(n)].length,o=t.split(/\r?\n/),a=0;for(let n of o)a+=1+Math.floor(Math.max(r(n)-1,0)/e);return(G_.line+qd.prevLine()).repeat(a-1)+G_.line+qd.to(0)}});var hC=_((i8t,bhe)=>{"use strict";var ift=Be("events"),xhe=Vc(),Y_=fhe(),sft=hhe(),oft=dhe(),aft=Ihe(),Ta=No(),Gd=She(),l2=class extends ift{constructor(e={}){super(),this.name=e.name,this.type=e.type,this.options=e,aft(this),sft(this),this.state=new oft(this),this.initial=[e.initial,e.default].find(r=>r!=null),this.stdout=e.stdout||process.stdout,this.stdin=e.stdin||process.stdin,this.scale=e.scale||1,this.term=this.options.term||process.env.TERM_PROGRAM,this.margin=cft(this.options.margin),this.setMaxListeners(0),lft(this)}async keypress(e,r={}){this.keypressed=!0;let o=Y_.action(e,Y_(e,r),this.options.actions);this.state.keypress=o,this.emit("keypress",e,o),this.emit("state",this.state.clone());let a=this.options[o.action]||this[o.action]||this.dispatch;if(typeof a=="function")return await a.call(this,e,o);this.alert()}alert(){delete this.state.alert,this.options.show===!1?this.emit("alert"):this.stdout.write(Gd.code.beep)}cursorHide(){this.stdout.write(Gd.cursor.hide()),Ta.onExit(()=>this.cursorShow())}cursorShow(){this.stdout.write(Gd.cursor.show())}write(e){!e||(this.stdout&&this.state.show!==!1&&this.stdout.write(e),this.state.buffer+=e)}clear(e=0){let r=this.state.buffer;this.state.buffer="",!(!r&&!e||this.options.show===!1)&&this.stdout.write(Gd.cursor.down(e)+Gd.clear(r,this.width))}restore(){if(this.state.closed||this.options.show===!1)return;let{prompt:e,after:r,rest:o}=this.sections(),{cursor:a,initial:n="",input:u="",value:A=""}=this,p=this.state.size=o.length,h={after:r,cursor:a,initial:n,input:u,prompt:e,size:p,value:A},E=Gd.cursor.restore(h);E&&this.stdout.write(E)}sections(){let{buffer:e,input:r,prompt:o}=this.state;o=xhe.unstyle(o);let a=xhe.unstyle(e),n=a.indexOf(o),u=a.slice(0,n),p=a.slice(n).split(` -`),h=p[0],E=p[p.length-1],v=(o+(r?" "+r:"")).length,b=ve(()=>r.persistManifest()))])}async cacheCleanup({cache:e,report:r}){if(this.configuration.get("enableGlobalCache"))return null;let o=new Set([".gitignore"]);if(!CM(e.cwd,this.cwd)||!await oe.existsPromise(e.cwd))return null;let a=[];for(let u of await oe.readdirPromise(e.cwd)){if(o.has(u))continue;let A=V.resolve(e.cwd,u);e.markedFiles.has(A)||(e.immutable?r.reportError(56,`${Mt(this.configuration,V.basename(A),"magenta")} appears to be unused and would be marked for deletion, but the cache is immutable`):a.push(oe.lstatPromise(A).then(async p=>(await oe.removePromise(A),p.size))))}if(a.length===0)return null;let n=await Promise.all(a);return{count:a.length,size:n.reduce((u,A)=>u+A,0)}}}});function FAt(t){let o=Math.floor(t.timeNow/864e5),a=t.updateInterval*864e5,n=t.state.lastUpdate??t.timeNow+a+Math.floor(a*t.randomInitialInterval),u=n+a,A=t.state.lastTips??o*864e5,p=A+864e5+8*36e5-t.timeZone,h=u<=t.timeNow,E=p<=t.timeNow,I=null;return(h||E||!t.state.lastUpdate||!t.state.lastTips)&&(I={},I.lastUpdate=h?t.timeNow:n,I.lastTips=A,I.blocks=h?{}:t.state.blocks,I.displayedTips=t.state.displayedTips),{nextState:I,triggerUpdate:h,triggerTips:E,nextTips:E?o*864e5:A}}var uC,Xpe=Et(()=>{St();L1();nh();Ib();jl();Qf();uC=class{constructor(e,r){this.values=new Map;this.hits=new Map;this.enumerators=new Map;this.nextTips=0;this.displayedTips=[];this.shouldCommitTips=!1;this.configuration=e;let o=this.getRegistryPath();this.isNew=!oe.existsSync(o),this.shouldShowTips=!1,this.sendReport(r),this.startBuffer()}commitTips(){this.shouldShowTips&&(this.shouldCommitTips=!0)}selectTip(e){let r=new Set(this.displayedTips),o=A=>A&&rn?kf(rn,A):!1,a=e.map((A,p)=>p).filter(A=>e[A]&&o(e[A]?.selector));if(a.length===0)return null;let n=a.filter(A=>!r.has(A));if(n.length===0){let A=Math.floor(a.length*.2);this.displayedTips=A>0?this.displayedTips.slice(-A):[],n=a.filter(p=>!r.has(p))}let u=n[Math.floor(Math.random()*n.length)];return this.displayedTips.push(u),this.commitTips(),e[u]}reportVersion(e){this.reportValue("version",e.replace(/-git\..*/,"-git"))}reportCommandName(e){this.reportValue("commandName",e||"")}reportPluginName(e){this.reportValue("pluginName",e)}reportProject(e){this.reportEnumerator("projectCount",e)}reportInstall(e){this.reportHit("installCount",e)}reportPackageExtension(e){this.reportValue("packageExtension",e)}reportWorkspaceCount(e){this.reportValue("workspaceCount",String(e))}reportDependencyCount(e){this.reportValue("dependencyCount",String(e))}reportValue(e,r){md(this.values,e).add(r)}reportEnumerator(e,r){md(this.enumerators,e).add(zs(r))}reportHit(e,r="*"){let o=Wy(this.hits,e),a=ol(o,r,()=>0);o.set(r,a+1)}getRegistryPath(){let e=this.configuration.get("globalFolder");return V.join(e,"telemetry.json")}sendReport(e){let r=this.getRegistryPath(),o;try{o=oe.readJsonSync(r)}catch{o={}}let{nextState:a,triggerUpdate:n,triggerTips:u,nextTips:A}=FAt({state:o,timeNow:Date.now(),timeZone:new Date().getTimezoneOffset()*60*1e3,randomInitialInterval:Math.random(),updateInterval:this.configuration.get("telemetryInterval")});if(this.nextTips=A,this.displayedTips=o.displayedTips??[],a!==null)try{oe.mkdirSync(V.dirname(r),{recursive:!0}),oe.writeJsonSync(r,a)}catch{return!1}if(u&&this.configuration.get("enableTips")&&(this.shouldShowTips=!0),n){let p=o.blocks??{};if(Object.keys(p).length===0){let h=`https://browser-http-intake.logs.datadoghq.eu/v1/input/${e}?ddsource=yarn`,E=I=>O4(h,I,{configuration:this.configuration}).catch(()=>{});for(let[I,v]of Object.entries(o.blocks??{})){if(Object.keys(v).length===0)continue;let x=v;x.userId=I,x.reportType="primary";for(let L of Object.keys(x.enumerators??{}))x.enumerators[L]=x.enumerators[L].length;E(x);let C=new Map,R=20;for(let[L,U]of Object.entries(x.values))U.length>0&&C.set(L,U.slice(0,R));for(;C.size>0;){let L={};L.userId=I,L.reportType="secondary",L.metrics={};for(let[U,J]of C)L.metrics[U]=J.shift(),J.length===0&&C.delete(U);E(L)}}}}return!0}applyChanges(){let e=this.getRegistryPath(),r;try{r=oe.readJsonSync(e)}catch{r={}}let o=this.configuration.get("telemetryUserId")??"*",a=r.blocks=r.blocks??{},n=a[o]=a[o]??{};for(let u of this.hits.keys()){let A=n.hits=n.hits??{},p=A[u]=A[u]??{};for(let[h,E]of this.hits.get(u))p[h]=(p[h]??0)+E}for(let u of["values","enumerators"])for(let A of this[u].keys()){let p=n[u]=n[u]??{};p[A]=[...new Set([...p[A]??[],...this[u].get(A)??[]])]}this.shouldCommitTips&&(r.lastTips=this.nextTips,r.displayedTips=this.displayedTips),oe.mkdirSync(V.dirname(e),{recursive:!0}),oe.writeJsonSync(e,r)}startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch{}})}}});var o2={};Vt(o2,{BuildDirectiveType:()=>Vx,CACHE_CHECKPOINT:()=>c_,CACHE_VERSION:()=>Kx,Cache:()=>Lr,Configuration:()=>Ke,DEFAULT_RC_FILENAME:()=>q4,FormatType:()=>xle,InstallMode:()=>pl,LEGACY_PLUGINS:()=>v1,LOCKFILE_VERSION:()=>tk,LegacyMigrationResolver:()=>oC,LightReport:()=>AA,LinkType:()=>zy,LockfileResolver:()=>aC,Manifest:()=>Ot,MessageName:()=>wr,MultiFetcher:()=>hE,PackageExtensionStatus:()=>BL,PackageExtensionType:()=>IL,PeerWarningType:()=>rk,Project:()=>Pt,Report:()=>Xs,ReportError:()=>zt,SettingsType:()=>D1,StreamReport:()=>Nt,TAG_REGEXP:()=>FE,TelemetryManager:()=>uC,ThrowReport:()=>Qi,VirtualFetcher:()=>gE,WindowsLinkType:()=>xb,Workspace:()=>cC,WorkspaceFetcher:()=>mE,WorkspaceResolver:()=>Xn,YarnVersion:()=>rn,execUtils:()=>Ur,folderUtils:()=>YP,formatUtils:()=>de,hashUtils:()=>wn,httpUtils:()=>nn,miscUtils:()=>_e,nodeUtils:()=>Ji,parseMessageName:()=>AS,reportOptionDeprecations:()=>LE,scriptUtils:()=>un,semverUtils:()=>kr,stringifyMessageName:()=>Wu,structUtils:()=>W,tgzUtils:()=>Xi,treeUtils:()=>$s});var Ye=Et(()=>{Db();WP();Gl();nh();Ib();jl();vb();BU();Qf();bo();Xfe();ipe();u_();S1();S1();ope();A_();ape();f_();fE();fS();cM();zpe();Yl();O1();Xpe();S_();AM();fM();vd();P_();L1();Cne()});var nhe=_((K_t,l2)=>{"use strict";var TAt=process.env.TERM_PROGRAM==="Hyper",NAt=process.platform==="win32",ehe=process.platform==="linux",F_={ballotDisabled:"\u2612",ballotOff:"\u2610",ballotOn:"\u2611",bullet:"\u2022",bulletWhite:"\u25E6",fullBlock:"\u2588",heart:"\u2764",identicalTo:"\u2261",line:"\u2500",mark:"\u203B",middot:"\xB7",minus:"\uFF0D",multiplication:"\xD7",obelus:"\xF7",pencilDownRight:"\u270E",pencilRight:"\u270F",pencilUpRight:"\u2710",percent:"%",pilcrow2:"\u2761",pilcrow:"\xB6",plusMinus:"\xB1",section:"\xA7",starsOff:"\u2606",starsOn:"\u2605",upDownArrow:"\u2195"},the=Object.assign({},F_,{check:"\u221A",cross:"\xD7",ellipsisLarge:"...",ellipsis:"...",info:"i",question:"?",questionSmall:"?",pointer:">",pointerSmall:"\xBB",radioOff:"( )",radioOn:"(*)",warning:"\u203C"}),rhe=Object.assign({},F_,{ballotCross:"\u2718",check:"\u2714",cross:"\u2716",ellipsisLarge:"\u22EF",ellipsis:"\u2026",info:"\u2139",question:"?",questionFull:"\uFF1F",questionSmall:"\uFE56",pointer:ehe?"\u25B8":"\u276F",pointerSmall:ehe?"\u2023":"\u203A",radioOff:"\u25EF",radioOn:"\u25C9",warning:"\u26A0"});l2.exports=NAt&&!TAt?the:rhe;Reflect.defineProperty(l2.exports,"common",{enumerable:!1,value:F_});Reflect.defineProperty(l2.exports,"windows",{enumerable:!1,value:the});Reflect.defineProperty(l2.exports,"other",{enumerable:!1,value:rhe})});var Kc=_((V_t,R_)=>{"use strict";var LAt=t=>t!==null&&typeof t=="object"&&!Array.isArray(t),OAt=/[\u001b\u009b][[\]#;?()]*(?:(?:(?:[^\W_]*;?[^\W_]*)\u0007)|(?:(?:[0-9]{1,4}(;[0-9]{0,4})*)?[~0-9=<>cf-nqrtyA-PRZ]))/g,ihe=()=>{let t={enabled:!0,visible:!0,styles:{},keys:{}};"FORCE_COLOR"in process.env&&(t.enabled=process.env.FORCE_COLOR!=="0");let e=n=>{let u=n.open=`\x1B[${n.codes[0]}m`,A=n.close=`\x1B[${n.codes[1]}m`,p=n.regex=new RegExp(`\\u001b\\[${n.codes[1]}m`,"g");return n.wrap=(h,E)=>{h.includes(A)&&(h=h.replace(p,A+u));let I=u+h+A;return E?I.replace(/\r*\n/g,`${A}$&${u}`):I},n},r=(n,u,A)=>typeof n=="function"?n(u):n.wrap(u,A),o=(n,u)=>{if(n===""||n==null)return"";if(t.enabled===!1)return n;if(t.visible===!1)return"";let A=""+n,p=A.includes(` +`),h=u.length;for(h>0&&u.includes("unstyle")&&(u=[...new Set(["unstyle",...u])].reverse());h-- >0;)A=r(t.styles[u[h]],A,p);return A},a=(n,u,A)=>{t.styles[n]=e({name:n,codes:u}),(t.keys[A]||(t.keys[A]=[])).push(n),Reflect.defineProperty(t,n,{configurable:!0,enumerable:!0,set(h){t.alias(n,h)},get(){let h=E=>o(E,h.stack);return Reflect.setPrototypeOf(h,t),h.stack=this.stack?this.stack.concat(n):[n],h}})};return a("reset",[0,0],"modifier"),a("bold",[1,22],"modifier"),a("dim",[2,22],"modifier"),a("italic",[3,23],"modifier"),a("underline",[4,24],"modifier"),a("inverse",[7,27],"modifier"),a("hidden",[8,28],"modifier"),a("strikethrough",[9,29],"modifier"),a("black",[30,39],"color"),a("red",[31,39],"color"),a("green",[32,39],"color"),a("yellow",[33,39],"color"),a("blue",[34,39],"color"),a("magenta",[35,39],"color"),a("cyan",[36,39],"color"),a("white",[37,39],"color"),a("gray",[90,39],"color"),a("grey",[90,39],"color"),a("bgBlack",[40,49],"bg"),a("bgRed",[41,49],"bg"),a("bgGreen",[42,49],"bg"),a("bgYellow",[43,49],"bg"),a("bgBlue",[44,49],"bg"),a("bgMagenta",[45,49],"bg"),a("bgCyan",[46,49],"bg"),a("bgWhite",[47,49],"bg"),a("blackBright",[90,39],"bright"),a("redBright",[91,39],"bright"),a("greenBright",[92,39],"bright"),a("yellowBright",[93,39],"bright"),a("blueBright",[94,39],"bright"),a("magentaBright",[95,39],"bright"),a("cyanBright",[96,39],"bright"),a("whiteBright",[97,39],"bright"),a("bgBlackBright",[100,49],"bgBright"),a("bgRedBright",[101,49],"bgBright"),a("bgGreenBright",[102,49],"bgBright"),a("bgYellowBright",[103,49],"bgBright"),a("bgBlueBright",[104,49],"bgBright"),a("bgMagentaBright",[105,49],"bgBright"),a("bgCyanBright",[106,49],"bgBright"),a("bgWhiteBright",[107,49],"bgBright"),t.ansiRegex=OAt,t.hasColor=t.hasAnsi=n=>(t.ansiRegex.lastIndex=0,typeof n=="string"&&n!==""&&t.ansiRegex.test(n)),t.alias=(n,u)=>{let A=typeof u=="string"?t[u]:u;if(typeof A!="function")throw new TypeError("Expected alias to be the name of an existing color (string) or a function");A.stack||(Reflect.defineProperty(A,"name",{value:n}),t.styles[n]=A,A.stack=[n]),Reflect.defineProperty(t,n,{configurable:!0,enumerable:!0,set(p){t.alias(n,p)},get(){let p=h=>o(h,p.stack);return Reflect.setPrototypeOf(p,t),p.stack=this.stack?this.stack.concat(A.stack):A.stack,p}})},t.theme=n=>{if(!LAt(n))throw new TypeError("Expected theme to be an object");for(let u of Object.keys(n))t.alias(u,n[u]);return t},t.alias("unstyle",n=>typeof n=="string"&&n!==""?(t.ansiRegex.lastIndex=0,n.replace(t.ansiRegex,"")):""),t.alias("noop",n=>n),t.none=t.clear=t.noop,t.stripColor=t.unstyle,t.symbols=nhe(),t.define=a,t};R_.exports=ihe();R_.exports.create=ihe});var No=_(sn=>{"use strict";var MAt=Object.prototype.toString,rc=Kc(),she=!1,T_=[],ohe={yellow:"blue",cyan:"red",green:"magenta",black:"white",blue:"yellow",red:"cyan",magenta:"green",white:"black"};sn.longest=(t,e)=>t.reduce((r,o)=>Math.max(r,e?o[e].length:o.length),0);sn.hasColor=t=>!!t&&rc.hasColor(t);var ik=sn.isObject=t=>t!==null&&typeof t=="object"&&!Array.isArray(t);sn.nativeType=t=>MAt.call(t).slice(8,-1).toLowerCase().replace(/\s/g,"");sn.isAsyncFn=t=>sn.nativeType(t)==="asyncfunction";sn.isPrimitive=t=>t!=null&&typeof t!="object"&&typeof t!="function";sn.resolve=(t,e,...r)=>typeof e=="function"?e.call(t,...r):e;sn.scrollDown=(t=[])=>[...t.slice(1),t[0]];sn.scrollUp=(t=[])=>[t.pop(),...t];sn.reorder=(t=[])=>{let e=t.slice();return e.sort((r,o)=>r.index>o.index?1:r.index{let o=t.length,a=r===o?0:r<0?o-1:r,n=t[e];t[e]=t[a],t[a]=n};sn.width=(t,e=80)=>{let r=t&&t.columns?t.columns:e;return t&&typeof t.getWindowSize=="function"&&(r=t.getWindowSize()[0]),process.platform==="win32"?r-1:r};sn.height=(t,e=20)=>{let r=t&&t.rows?t.rows:e;return t&&typeof t.getWindowSize=="function"&&(r=t.getWindowSize()[1]),r};sn.wordWrap=(t,e={})=>{if(!t)return t;typeof e=="number"&&(e={width:e});let{indent:r="",newline:o=` +`+r,width:a=80}=e,n=(o+r).match(/[^\S\n]/g)||[];a-=n.length;let u=`.{1,${a}}([\\s\\u200B]+|$)|[^\\s\\u200B]+?([\\s\\u200B]+|$)`,A=t.trim(),p=new RegExp(u,"g"),h=A.match(p)||[];return h=h.map(E=>E.replace(/\n$/,"")),e.padEnd&&(h=h.map(E=>E.padEnd(a," "))),e.padStart&&(h=h.map(E=>E.padStart(a," "))),r+h.join(o)};sn.unmute=t=>{let e=t.stack.find(o=>rc.keys.color.includes(o));return e?rc[e]:t.stack.find(o=>o.slice(2)==="bg")?rc[e.slice(2)]:o=>o};sn.pascal=t=>t?t[0].toUpperCase()+t.slice(1):"";sn.inverse=t=>{if(!t||!t.stack)return t;let e=t.stack.find(o=>rc.keys.color.includes(o));if(e){let o=rc["bg"+sn.pascal(e)];return o?o.black:t}let r=t.stack.find(o=>o.slice(0,2)==="bg");return r?rc[r.slice(2).toLowerCase()]||t:rc.none};sn.complement=t=>{if(!t||!t.stack)return t;let e=t.stack.find(o=>rc.keys.color.includes(o)),r=t.stack.find(o=>o.slice(0,2)==="bg");if(e&&!r)return rc[ohe[e]||e];if(r){let o=r.slice(2).toLowerCase(),a=ohe[o];return a&&rc["bg"+sn.pascal(a)]||t}return rc.none};sn.meridiem=t=>{let e=t.getHours(),r=t.getMinutes(),o=e>=12?"pm":"am";e=e%12;let a=e===0?12:e,n=r<10?"0"+r:r;return a+":"+n+" "+o};sn.set=(t={},e="",r)=>e.split(".").reduce((o,a,n,u)=>{let A=u.length-1>n?o[a]||{}:r;return!sn.isObject(A)&&n{let o=t[e]==null?e.split(".").reduce((a,n)=>a&&a[n],t):t[e];return o??r};sn.mixin=(t,e)=>{if(!ik(t))return e;if(!ik(e))return t;for(let r of Object.keys(e)){let o=Object.getOwnPropertyDescriptor(e,r);if(o.hasOwnProperty("value"))if(t.hasOwnProperty(r)&&ik(o.value)){let a=Object.getOwnPropertyDescriptor(t,r);ik(a.value)?t[r]=sn.merge({},t[r],e[r]):Reflect.defineProperty(t,r,o)}else Reflect.defineProperty(t,r,o);else Reflect.defineProperty(t,r,o)}return t};sn.merge=(...t)=>{let e={};for(let r of t)sn.mixin(e,r);return e};sn.mixinEmitter=(t,e)=>{let r=e.constructor.prototype;for(let o of Object.keys(r)){let a=r[o];typeof a=="function"?sn.define(t,o,a.bind(e)):sn.define(t,o,a)}};sn.onExit=t=>{let e=(r,o)=>{she||(she=!0,T_.forEach(a=>a()),r===!0&&process.exit(128+o))};T_.length===0&&(process.once("SIGTERM",e.bind(null,!0,15)),process.once("SIGINT",e.bind(null,!0,2)),process.once("exit",e)),T_.push(t)};sn.define=(t,e,r)=>{Reflect.defineProperty(t,e,{value:r})};sn.defineExport=(t,e,r)=>{let o;Reflect.defineProperty(t,e,{enumerable:!0,configurable:!0,set(a){o=a},get(){return o?o():r()}})}});var ahe=_(hC=>{"use strict";hC.ctrl={a:"first",b:"backward",c:"cancel",d:"deleteForward",e:"last",f:"forward",g:"reset",i:"tab",k:"cutForward",l:"reset",n:"newItem",m:"cancel",j:"submit",p:"search",r:"remove",s:"save",u:"undo",w:"cutLeft",x:"toggleCursor",v:"paste"};hC.shift={up:"shiftUp",down:"shiftDown",left:"shiftLeft",right:"shiftRight",tab:"prev"};hC.fn={up:"pageUp",down:"pageDown",left:"pageLeft",right:"pageRight",delete:"deleteForward"};hC.option={b:"backward",f:"forward",d:"cutRight",left:"cutLeft",up:"altUp",down:"altDown"};hC.keys={pageup:"pageUp",pagedown:"pageDown",home:"home",end:"end",cancel:"cancel",delete:"deleteForward",backspace:"delete",down:"down",enter:"submit",escape:"cancel",left:"left",space:"space",number:"number",return:"submit",right:"right",tab:"next",up:"up"}});var uhe=_((X_t,che)=>{"use strict";var lhe=ve("readline"),UAt=ahe(),_At=/^(?:\x1b)([a-zA-Z0-9])$/,HAt=/^(?:\x1b+)(O|N|\[|\[\[)(?:(\d+)(?:;(\d+))?([~^$])|(?:1;)?(\d+)?([a-zA-Z]))/,jAt={OP:"f1",OQ:"f2",OR:"f3",OS:"f4","[11~":"f1","[12~":"f2","[13~":"f3","[14~":"f4","[[A":"f1","[[B":"f2","[[C":"f3","[[D":"f4","[[E":"f5","[15~":"f5","[17~":"f6","[18~":"f7","[19~":"f8","[20~":"f9","[21~":"f10","[23~":"f11","[24~":"f12","[A":"up","[B":"down","[C":"right","[D":"left","[E":"clear","[F":"end","[H":"home",OA:"up",OB:"down",OC:"right",OD:"left",OE:"clear",OF:"end",OH:"home","[1~":"home","[2~":"insert","[3~":"delete","[4~":"end","[5~":"pageup","[6~":"pagedown","[[5~":"pageup","[[6~":"pagedown","[7~":"home","[8~":"end","[a":"up","[b":"down","[c":"right","[d":"left","[e":"clear","[2$":"insert","[3$":"delete","[5$":"pageup","[6$":"pagedown","[7$":"home","[8$":"end",Oa:"up",Ob:"down",Oc:"right",Od:"left",Oe:"clear","[2^":"insert","[3^":"delete","[5^":"pageup","[6^":"pagedown","[7^":"home","[8^":"end","[Z":"tab"};function GAt(t){return["[a","[b","[c","[d","[e","[2$","[3$","[5$","[6$","[7$","[8$","[Z"].includes(t)}function qAt(t){return["Oa","Ob","Oc","Od","Oe","[2^","[3^","[5^","[6^","[7^","[8^"].includes(t)}var sk=(t="",e={})=>{let r,o={name:e.name,ctrl:!1,meta:!1,shift:!1,option:!1,sequence:t,raw:t,...e};if(Buffer.isBuffer(t)?t[0]>127&&t[1]===void 0?(t[0]-=128,t="\x1B"+String(t)):t=String(t):t!==void 0&&typeof t!="string"?t=String(t):t||(t=o.sequence||""),o.sequence=o.sequence||t||o.name,t==="\r")o.raw=void 0,o.name="return";else if(t===` +`)o.name="enter";else if(t===" ")o.name="tab";else if(t==="\b"||t==="\x7F"||t==="\x1B\x7F"||t==="\x1B\b")o.name="backspace",o.meta=t.charAt(0)==="\x1B";else if(t==="\x1B"||t==="\x1B\x1B")o.name="escape",o.meta=t.length===2;else if(t===" "||t==="\x1B ")o.name="space",o.meta=t.length===2;else if(t<="")o.name=String.fromCharCode(t.charCodeAt(0)+"a".charCodeAt(0)-1),o.ctrl=!0;else if(t.length===1&&t>="0"&&t<="9")o.name="number";else if(t.length===1&&t>="a"&&t<="z")o.name=t;else if(t.length===1&&t>="A"&&t<="Z")o.name=t.toLowerCase(),o.shift=!0;else if(r=_At.exec(t))o.meta=!0,o.shift=/^[A-Z]$/.test(r[1]);else if(r=HAt.exec(t)){let a=[...t];a[0]==="\x1B"&&a[1]==="\x1B"&&(o.option=!0);let n=[r[1],r[2],r[4],r[6]].filter(Boolean).join(""),u=(r[3]||r[5]||1)-1;o.ctrl=!!(u&4),o.meta=!!(u&10),o.shift=!!(u&1),o.code=n,o.name=jAt[n],o.shift=GAt(n)||o.shift,o.ctrl=qAt(n)||o.ctrl}return o};sk.listen=(t={},e)=>{let{stdin:r}=t;if(!r||r!==process.stdin&&!r.isTTY)throw new Error("Invalid stream passed");let o=lhe.createInterface({terminal:!0,input:r});lhe.emitKeypressEvents(r,o);let a=(A,p)=>e(A,sk(A,p),o),n=r.isRaw;return r.isTTY&&r.setRawMode(!0),r.on("keypress",a),o.resume(),()=>{r.isTTY&&r.setRawMode(n),r.removeListener("keypress",a),o.pause(),o.close()}};sk.action=(t,e,r)=>{let o={...UAt,...r};return e.ctrl?(e.action=o.ctrl[e.name],e):e.option&&o.option?(e.action=o.option[e.name],e):e.shift?(e.action=o.shift[e.name],e):(e.action=o.keys[e.name],e)};che.exports=sk});var fhe=_((Z_t,Ahe)=>{"use strict";Ahe.exports=t=>{t.timers=t.timers||{};let e=t.options.timers;if(!!e)for(let r of Object.keys(e)){let o=e[r];typeof o=="number"&&(o={interval:o}),YAt(t,r,o)}};function YAt(t,e,r={}){let o=t.timers[e]={name:e,start:Date.now(),ms:0,tick:0},a=r.interval||120;o.frames=r.frames||[],o.loading=!0;let n=setInterval(()=>{o.ms=Date.now()-o.start,o.tick++,t.render()},a);return o.stop=()=>{o.loading=!1,clearInterval(n)},Reflect.defineProperty(o,"interval",{value:n}),t.once("close",()=>o.stop()),o.stop}});var hhe=_(($_t,phe)=>{"use strict";var{define:WAt,width:KAt}=No(),N_=class{constructor(e){let r=e.options;WAt(this,"_prompt",e),this.type=e.type,this.name=e.name,this.message="",this.header="",this.footer="",this.error="",this.hint="",this.input="",this.cursor=0,this.index=0,this.lines=0,this.tick=0,this.prompt="",this.buffer="",this.width=KAt(r.stdout||process.stdout),Object.assign(this,r),this.name=this.name||this.message,this.message=this.message||this.name,this.symbols=e.symbols,this.styles=e.styles,this.required=new Set,this.cancelled=!1,this.submitted=!1}clone(){let e={...this};return e.status=this.status,e.buffer=Buffer.from(e.buffer),delete e.clone,e}set color(e){this._color=e}get color(){let e=this.prompt.styles;if(this.cancelled)return e.cancelled;if(this.submitted)return e.submitted;let r=this._color||e[this.status];return typeof r=="function"?r:e.pending}set loading(e){this._loading=e}get loading(){return typeof this._loading=="boolean"?this._loading:this.loadingChoices?"choices":!1}get status(){return this.cancelled?"cancelled":this.submitted?"submitted":"pending"}};phe.exports=N_});var dhe=_((e8t,ghe)=>{"use strict";var L_=No(),eo=Kc(),O_={default:eo.noop,noop:eo.noop,set inverse(t){this._inverse=t},get inverse(){return this._inverse||L_.inverse(this.primary)},set complement(t){this._complement=t},get complement(){return this._complement||L_.complement(this.primary)},primary:eo.cyan,success:eo.green,danger:eo.magenta,strong:eo.bold,warning:eo.yellow,muted:eo.dim,disabled:eo.gray,dark:eo.dim.gray,underline:eo.underline,set info(t){this._info=t},get info(){return this._info||this.primary},set em(t){this._em=t},get em(){return this._em||this.primary.underline},set heading(t){this._heading=t},get heading(){return this._heading||this.muted.underline},set pending(t){this._pending=t},get pending(){return this._pending||this.primary},set submitted(t){this._submitted=t},get submitted(){return this._submitted||this.success},set cancelled(t){this._cancelled=t},get cancelled(){return this._cancelled||this.danger},set typing(t){this._typing=t},get typing(){return this._typing||this.dim},set placeholder(t){this._placeholder=t},get placeholder(){return this._placeholder||this.primary.dim},set highlight(t){this._highlight=t},get highlight(){return this._highlight||this.inverse}};O_.merge=(t={})=>{t.styles&&typeof t.styles.enabled=="boolean"&&(eo.enabled=t.styles.enabled),t.styles&&typeof t.styles.visible=="boolean"&&(eo.visible=t.styles.visible);let e=L_.merge({},O_,t.styles);delete e.merge;for(let r of Object.keys(eo))e.hasOwnProperty(r)||Reflect.defineProperty(e,r,{get:()=>eo[r]});for(let r of Object.keys(eo.styles))e.hasOwnProperty(r)||Reflect.defineProperty(e,r,{get:()=>eo[r]});return e};ghe.exports=O_});var yhe=_((t8t,mhe)=>{"use strict";var M_=process.platform==="win32",Vf=Kc(),VAt=No(),U_={...Vf.symbols,upDownDoubleArrow:"\u21D5",upDownDoubleArrow2:"\u2B0D",upDownArrow:"\u2195",asterisk:"*",asterism:"\u2042",bulletWhite:"\u25E6",electricArrow:"\u2301",ellipsisLarge:"\u22EF",ellipsisSmall:"\u2026",fullBlock:"\u2588",identicalTo:"\u2261",indicator:Vf.symbols.check,leftAngle:"\u2039",mark:"\u203B",minus:"\u2212",multiplication:"\xD7",obelus:"\xF7",percent:"%",pilcrow:"\xB6",pilcrow2:"\u2761",pencilUpRight:"\u2710",pencilDownRight:"\u270E",pencilRight:"\u270F",plus:"+",plusMinus:"\xB1",pointRight:"\u261E",rightAngle:"\u203A",section:"\xA7",hexagon:{off:"\u2B21",on:"\u2B22",disabled:"\u2B22"},ballot:{on:"\u2611",off:"\u2610",disabled:"\u2612"},stars:{on:"\u2605",off:"\u2606",disabled:"\u2606"},folder:{on:"\u25BC",off:"\u25B6",disabled:"\u25B6"},prefix:{pending:Vf.symbols.question,submitted:Vf.symbols.check,cancelled:Vf.symbols.cross},separator:{pending:Vf.symbols.pointerSmall,submitted:Vf.symbols.middot,cancelled:Vf.symbols.middot},radio:{off:M_?"( )":"\u25EF",on:M_?"(*)":"\u25C9",disabled:M_?"(|)":"\u24BE"},numbers:["\u24EA","\u2460","\u2461","\u2462","\u2463","\u2464","\u2465","\u2466","\u2467","\u2468","\u2469","\u246A","\u246B","\u246C","\u246D","\u246E","\u246F","\u2470","\u2471","\u2472","\u2473","\u3251","\u3252","\u3253","\u3254","\u3255","\u3256","\u3257","\u3258","\u3259","\u325A","\u325B","\u325C","\u325D","\u325E","\u325F","\u32B1","\u32B2","\u32B3","\u32B4","\u32B5","\u32B6","\u32B7","\u32B8","\u32B9","\u32BA","\u32BB","\u32BC","\u32BD","\u32BE","\u32BF"]};U_.merge=t=>{let e=VAt.merge({},Vf.symbols,U_,t.symbols);return delete e.merge,e};mhe.exports=U_});var Che=_((r8t,Ehe)=>{"use strict";var JAt=dhe(),zAt=yhe(),XAt=No();Ehe.exports=t=>{t.options=XAt.merge({},t.options.theme,t.options),t.symbols=zAt.merge(t.options),t.styles=JAt.merge(t.options)}});var Dhe=_((Bhe,vhe)=>{"use strict";var whe=process.env.TERM_PROGRAM==="Apple_Terminal",ZAt=Kc(),__=No(),Vc=vhe.exports=Bhe,Di="\x1B[",Ihe="\x07",H_=!1,Ph=Vc.code={bell:Ihe,beep:Ihe,beginning:`${Di}G`,down:`${Di}J`,esc:Di,getPosition:`${Di}6n`,hide:`${Di}?25l`,line:`${Di}2K`,lineEnd:`${Di}K`,lineStart:`${Di}1K`,restorePosition:Di+(whe?"8":"u"),savePosition:Di+(whe?"7":"s"),screen:`${Di}2J`,show:`${Di}?25h`,up:`${Di}1J`},qd=Vc.cursor={get hidden(){return H_},hide(){return H_=!0,Ph.hide},show(){return H_=!1,Ph.show},forward:(t=1)=>`${Di}${t}C`,backward:(t=1)=>`${Di}${t}D`,nextLine:(t=1)=>`${Di}E`.repeat(t),prevLine:(t=1)=>`${Di}F`.repeat(t),up:(t=1)=>t?`${Di}${t}A`:"",down:(t=1)=>t?`${Di}${t}B`:"",right:(t=1)=>t?`${Di}${t}C`:"",left:(t=1)=>t?`${Di}${t}D`:"",to(t,e){return e?`${Di}${e+1};${t+1}H`:`${Di}${t+1}G`},move(t=0,e=0){let r="";return r+=t<0?qd.left(-t):t>0?qd.right(t):"",r+=e<0?qd.up(-e):e>0?qd.down(e):"",r},restore(t={}){let{after:e,cursor:r,initial:o,input:a,prompt:n,size:u,value:A}=t;if(o=__.isPrimitive(o)?String(o):"",a=__.isPrimitive(a)?String(a):"",A=__.isPrimitive(A)?String(A):"",u){let p=Vc.cursor.up(u)+Vc.cursor.to(n.length),h=a.length-r;return h>0&&(p+=Vc.cursor.left(h)),p}if(A||e){let p=!a&&!!o?-o.length:-a.length+r;return e&&(p-=e.length),a===""&&o&&!n.includes(o)&&(p+=o.length),Vc.cursor.move(p)}}},j_=Vc.erase={screen:Ph.screen,up:Ph.up,down:Ph.down,line:Ph.line,lineEnd:Ph.lineEnd,lineStart:Ph.lineStart,lines(t){let e="";for(let r=0;r{if(!e)return j_.line+qd.to(0);let r=n=>[...ZAt.unstyle(n)].length,o=t.split(/\r?\n/),a=0;for(let n of o)a+=1+Math.floor(Math.max(r(n)-1,0)/e);return(j_.line+qd.prevLine()).repeat(a-1)+j_.line+qd.to(0)}});var gC=_((n8t,Phe)=>{"use strict";var $At=ve("events"),She=Kc(),G_=uhe(),eft=fhe(),tft=hhe(),rft=Che(),Ra=No(),Yd=Dhe(),c2=class extends $At{constructor(e={}){super(),this.name=e.name,this.type=e.type,this.options=e,rft(this),eft(this),this.state=new tft(this),this.initial=[e.initial,e.default].find(r=>r!=null),this.stdout=e.stdout||process.stdout,this.stdin=e.stdin||process.stdin,this.scale=e.scale||1,this.term=this.options.term||process.env.TERM_PROGRAM,this.margin=ift(this.options.margin),this.setMaxListeners(0),nft(this)}async keypress(e,r={}){this.keypressed=!0;let o=G_.action(e,G_(e,r),this.options.actions);this.state.keypress=o,this.emit("keypress",e,o),this.emit("state",this.state.clone());let a=this.options[o.action]||this[o.action]||this.dispatch;if(typeof a=="function")return await a.call(this,e,o);this.alert()}alert(){delete this.state.alert,this.options.show===!1?this.emit("alert"):this.stdout.write(Yd.code.beep)}cursorHide(){this.stdout.write(Yd.cursor.hide()),Ra.onExit(()=>this.cursorShow())}cursorShow(){this.stdout.write(Yd.cursor.show())}write(e){!e||(this.stdout&&this.state.show!==!1&&this.stdout.write(e),this.state.buffer+=e)}clear(e=0){let r=this.state.buffer;this.state.buffer="",!(!r&&!e||this.options.show===!1)&&this.stdout.write(Yd.cursor.down(e)+Yd.clear(r,this.width))}restore(){if(this.state.closed||this.options.show===!1)return;let{prompt:e,after:r,rest:o}=this.sections(),{cursor:a,initial:n="",input:u="",value:A=""}=this,p=this.state.size=o.length,h={after:r,cursor:a,initial:n,input:u,prompt:e,size:p,value:A},E=Yd.cursor.restore(h);E&&this.stdout.write(E)}sections(){let{buffer:e,input:r,prompt:o}=this.state;o=She.unstyle(o);let a=She.unstyle(e),n=a.indexOf(o),u=a.slice(0,n),p=a.slice(n).split(` +`),h=p[0],E=p[p.length-1],v=(o+(r?" "+r:"")).length,x=ve.call(this,this.value),this.result=()=>o.call(this,this.value),typeof r.initial=="function"&&(this.initial=await r.initial.call(this,this)),typeof r.onRun=="function"&&await r.onRun.call(this,this),typeof r.onSubmit=="function"){let a=r.onSubmit.bind(this),n=this.submit.bind(this);delete this.options.onSubmit,this.submit=async()=>(await a(this.name,this.value,this),n())}await this.start(),await this.render()}render(){throw new Error("expected prompt to have a custom render method")}run(){return new Promise(async(e,r)=>{if(this.once("submit",e),this.once("cancel",r),await this.skip())return this.render=()=>{},this.submit();await this.initialize(),this.emit("run")})}async element(e,r,o){let{options:a,state:n,symbols:u,timers:A}=this,p=A&&A[e];n.timer=p;let h=a[e]||n[e]||u[e],E=r&&r[e]!=null?r[e]:await h;if(E==="")return E;let I=await this.resolve(E,n,r,o);return!I&&r&&r[e]?this.resolve(h,n,r,o):I}async prefix(){let e=await this.element("prefix")||this.symbols,r=this.timers&&this.timers.prefix,o=this.state;return o.timer=r,Ta.isObject(e)&&(e=e[o.status]||e.pending),Ta.hasColor(e)?e:(this.styles[o.status]||this.styles.pending)(e)}async message(){let e=await this.element("message");return Ta.hasColor(e)?e:this.styles.strong(e)}async separator(){let e=await this.element("separator")||this.symbols,r=this.timers&&this.timers.separator,o=this.state;o.timer=r;let a=e[o.status]||e.pending||o.separator,n=await this.resolve(a,o);return Ta.isObject(n)&&(n=n[o.status]||n.pending),Ta.hasColor(n)?n:this.styles.muted(n)}async pointer(e,r){let o=await this.element("pointer",e,r);if(typeof o=="string"&&Ta.hasColor(o))return o;if(o){let a=this.styles,n=this.index===r,u=n?a.primary:h=>h,A=await this.resolve(o[n?"on":"off"]||o,this.state),p=Ta.hasColor(A)?A:u(A);return n?p:" ".repeat(A.length)}}async indicator(e,r){let o=await this.element("indicator",e,r);if(typeof o=="string"&&Ta.hasColor(o))return o;if(o){let a=this.styles,n=e.enabled===!0,u=n?a.success:a.dark,A=o[n?"on":"off"]||o;return Ta.hasColor(A)?A:u(A)}return""}body(){return null}footer(){if(this.state.status==="pending")return this.element("footer")}header(){if(this.state.status==="pending")return this.element("header")}async hint(){if(this.state.status==="pending"&&!this.isValue(this.state.input)){let e=await this.element("hint");return Ta.hasColor(e)?e:this.styles.muted(e)}}error(e){return this.state.submitted?"":e||this.state.error}format(e){return e}result(e){return e}validate(e){return this.options.required===!0?this.isValue(e):!0}isValue(e){return e!=null&&e!==""}resolve(e,...r){return Ta.resolve(this,e,...r)}get base(){return l2.prototype}get style(){return this.styles[this.state.status]}get height(){return this.options.rows||Ta.height(this.stdout,25)}get width(){return this.options.columns||Ta.width(this.stdout,80)}get size(){return{width:this.width,height:this.height}}set cursor(e){this.state.cursor=e}get cursor(){return this.state.cursor}set input(e){this.state.input=e}get input(){return this.state.input}set value(e){this.state.value=e}get value(){let{input:e,value:r}=this.state,o=[r,e].find(this.isValue.bind(this));return this.isValue(o)?o:this.initial}static get prompt(){return e=>new this(e).run()}};function lft(t){let e=a=>t[a]===void 0||typeof t[a]=="function",r=["actions","choices","initial","margin","roles","styles","symbols","theme","timers","value"],o=["body","footer","error","header","hint","indicator","message","prefix","separator","skip"];for(let a of Object.keys(t.options)){if(r.includes(a)||/^on[A-Z]/.test(a))continue;let n=t.options[a];typeof n=="function"&&e(a)?o.includes(a)||(t[a]=n.bind(t)):typeof t[a]!="function"&&(t[a]=n)}}function cft(t){typeof t=="number"&&(t=[t,t,t,t]);let e=[].concat(t||[]),r=a=>a%2===0?` -`:" ",o=[];for(let a=0;a<4;a++){let n=r(a);e[a]?o.push(n.repeat(e[a])):o.push("")}return o}bhe.exports=l2});var Fhe=_((s8t,Qhe)=>{"use strict";var uft=No(),khe={default(t,e){return e},checkbox(t,e){throw new Error("checkbox role is not implemented yet")},editable(t,e){throw new Error("editable role is not implemented yet")},expandable(t,e){throw new Error("expandable role is not implemented yet")},heading(t,e){return e.disabled="",e.indicator=[e.indicator," "].find(r=>r!=null),e.message=e.message||"",e},input(t,e){throw new Error("input role is not implemented yet")},option(t,e){return khe.default(t,e)},radio(t,e){throw new Error("radio role is not implemented yet")},separator(t,e){return e.disabled="",e.indicator=[e.indicator," "].find(r=>r!=null),e.message=e.message||t.symbols.line.repeat(5),e},spacer(t,e){return e}};Qhe.exports=(t,e={})=>{let r=uft.merge({},khe,e.roles);return r[t]||r.default}});var c2=_((o8t,Nhe)=>{"use strict";var Aft=Vc(),fft=hC(),pft=Fhe(),lk=No(),{reorder:W_,scrollUp:hft,scrollDown:gft,isObject:The,swap:dft}=lk,V_=class extends fft{constructor(e){super(e),this.cursorHide(),this.maxSelected=e.maxSelected||1/0,this.multiple=e.multiple||!1,this.initial=e.initial||0,this.delay=e.delay||0,this.longest=0,this.num=""}async initialize(){typeof this.options.initial=="function"&&(this.initial=await this.options.initial.call(this)),await this.reset(!0),await super.initialize()}async reset(){let{choices:e,initial:r,autofocus:o,suggest:a}=this.options;if(this.state._choices=[],this.state.choices=[],this.choices=await Promise.all(await this.toChoices(e)),this.choices.forEach(n=>n.enabled=!1),typeof a!="function"&&this.selectable.length===0)throw new Error("At least one choice must be selectable");The(r)&&(r=Object.keys(r)),Array.isArray(r)?(o!=null&&(this.index=this.findIndex(o)),r.forEach(n=>this.enable(this.find(n))),await this.render()):(o!=null&&(r=o),typeof r=="string"&&(r=this.findIndex(r)),typeof r=="number"&&r>-1&&(this.index=Math.max(0,Math.min(r,this.choices.length)),this.enable(this.find(this.index)))),this.isDisabled(this.focused)&&await this.down()}async toChoices(e,r){this.state.loadingChoices=!0;let o=[],a=0,n=async(u,A)=>{typeof u=="function"&&(u=await u.call(this)),u instanceof Promise&&(u=await u);for(let p=0;p(this.state.loadingChoices=!1,u))}async toChoice(e,r,o){if(typeof e=="function"&&(e=await e.call(this,this)),e instanceof Promise&&(e=await e),typeof e=="string"&&(e={name:e}),e.normalized)return e;e.normalized=!0;let a=e.value;if(e=pft(e.role,this.options)(this,e),typeof e.disabled=="string"&&!e.hint&&(e.hint=e.disabled,e.disabled=!0),e.disabled===!0&&e.hint==null&&(e.hint="(disabled)"),e.index!=null)return e;e.name=e.name||e.key||e.title||e.value||e.message,e.message=e.message||e.name||"",e.value=[e.value,e.name].find(this.isValue.bind(this)),e.input="",e.index=r,e.cursor=0,lk.define(e,"parent",o),e.level=o?o.level+1:1,e.indent==null&&(e.indent=o?o.indent+" ":e.indent||""),e.path=o?o.path+"."+e.name:e.name,e.enabled=!!(this.multiple&&!this.isDisabled(e)&&(e.enabled||this.isSelected(e))),this.isDisabled(e)||(this.longest=Math.max(this.longest,Aft.unstyle(e.message).length));let u={...e};return e.reset=(A=u.input,p=u.value)=>{for(let h of Object.keys(u))e[h]=u[h];e.input=A,e.value=p},a==null&&typeof e.initial=="function"&&(e.input=await e.initial.call(this,this.state,e,r)),e}async onChoice(e,r){this.emit("choice",e,r,this),typeof e.onChoice=="function"&&await e.onChoice.call(this,this.state,e,r)}async addChoice(e,r,o){let a=await this.toChoice(e,r,o);return this.choices.push(a),this.index=this.choices.length-1,this.limit=this.choices.length,a}async newItem(e,r,o){let a={name:"New choice name?",editable:!0,newChoice:!0,...e},n=await this.addChoice(a,r,o);return n.updateChoice=()=>{delete n.newChoice,n.name=n.message=n.input,n.input="",n.cursor=0},this.render()}indent(e){return e.indent==null?e.level>1?" ".repeat(e.level-1):"":e.indent}dispatch(e,r){if(this.multiple&&this[r.name])return this[r.name]();this.alert()}focus(e,r){return typeof r!="boolean"&&(r=e.enabled),r&&!e.enabled&&this.selected.length>=this.maxSelected?this.alert():(this.index=e.index,e.enabled=r&&!this.isDisabled(e),e)}space(){return this.multiple?(this.toggle(this.focused),this.render()):this.alert()}a(){if(this.maxSelectedr.enabled);return this.choices.forEach(r=>r.enabled=!e),this.render()}i(){return this.choices.length-this.selected.length>this.maxSelected?this.alert():(this.choices.forEach(e=>e.enabled=!e.enabled),this.render())}g(e=this.focused){return this.choices.some(r=>!!r.parent)?(this.toggle(e.parent&&!e.choices?e.parent:e),this.render()):this.a()}toggle(e,r){if(!e.enabled&&this.selected.length>=this.maxSelected)return this.alert();typeof r!="boolean"&&(r=!e.enabled),e.enabled=r,e.choices&&e.choices.forEach(a=>this.toggle(a,r));let o=e.parent;for(;o;){let a=o.choices.filter(n=>this.isDisabled(n));o.enabled=a.every(n=>n.enabled===!0),o=o.parent}return Rhe(this,this.choices),this.emit("toggle",e,this),e}enable(e){return this.selected.length>=this.maxSelected?this.alert():(e.enabled=!this.isDisabled(e),e.choices&&e.choices.forEach(this.enable.bind(this)),e)}disable(e){return e.enabled=!1,e.choices&&e.choices.forEach(this.disable.bind(this)),e}number(e){this.num+=e;let r=o=>{let a=Number(o);if(a>this.choices.length-1)return this.alert();let n=this.focused,u=this.choices.find(A=>a===A.index);if(!u.enabled&&this.selected.length>=this.maxSelected)return this.alert();if(this.visible.indexOf(u)===-1){let A=W_(this.choices),p=A.indexOf(u);if(n.index>p){let h=A.slice(p,p+this.limit),E=A.filter(I=>!h.includes(I));this.choices=h.concat(E)}else{let h=p-this.limit+1;this.choices=A.slice(h).concat(A.slice(0,h))}}return this.index=this.choices.indexOf(u),this.toggle(this.focused),this.render()};return clearTimeout(this.numberTimeout),new Promise(o=>{let a=this.choices.length,n=this.num,u=(A=!1,p)=>{clearTimeout(this.numberTimeout),A&&(p=r(n)),this.num="",o(p)};if(n==="0"||n.length===1&&Number(n+"0")>a)return u(!0);if(Number(n)>a)return u(!1,this.alert());this.numberTimeout=setTimeout(()=>u(!0),this.delay)})}home(){return this.choices=W_(this.choices),this.index=0,this.render()}end(){let e=this.choices.length-this.limit,r=W_(this.choices);return this.choices=r.slice(e).concat(r.slice(0,e)),this.index=this.limit-1,this.render()}first(){return this.index=0,this.render()}last(){return this.index=this.visible.length-1,this.render()}prev(){return this.visible.length<=1?this.alert():this.up()}next(){return this.visible.length<=1?this.alert():this.down()}right(){return this.cursor>=this.input.length?this.alert():(this.cursor++,this.render())}left(){return this.cursor<=0?this.alert():(this.cursor--,this.render())}up(){let e=this.choices.length,r=this.visible.length,o=this.index;return this.options.scroll===!1&&o===0?this.alert():e>r&&o===0?this.scrollUp():(this.index=(o-1%e+e)%e,this.isDisabled()?this.up():this.render())}down(){let e=this.choices.length,r=this.visible.length,o=this.index;return this.options.scroll===!1&&o===r-1?this.alert():e>r&&o===r-1?this.scrollDown():(this.index=(o+1)%e,this.isDisabled()?this.down():this.render())}scrollUp(e=0){return this.choices=hft(this.choices),this.index=e,this.isDisabled()?this.up():this.render()}scrollDown(e=this.visible.length-1){return this.choices=gft(this.choices),this.index=e,this.isDisabled()?this.down():this.render()}async shiftUp(){if(this.options.sort===!0){this.sorting=!0,this.swap(this.index-1),await this.up(),this.sorting=!1;return}return this.scrollUp(this.index)}async shiftDown(){if(this.options.sort===!0){this.sorting=!0,this.swap(this.index+1),await this.down(),this.sorting=!1;return}return this.scrollDown(this.index)}pageUp(){return this.visible.length<=1?this.alert():(this.limit=Math.max(this.limit-1,0),this.index=Math.min(this.limit-1,this.index),this._limit=this.limit,this.isDisabled()?this.up():this.render())}pageDown(){return this.visible.length>=this.choices.length?this.alert():(this.index=Math.max(0,this.index),this.limit=Math.min(this.limit+1,this.choices.length),this._limit=this.limit,this.isDisabled()?this.down():this.render())}swap(e){dft(this.choices,this.index,e)}isDisabled(e=this.focused){return e&&["disabled","collapsed","hidden","completing","readonly"].some(o=>e[o]===!0)?!0:e&&e.role==="heading"}isEnabled(e=this.focused){if(Array.isArray(e))return e.every(r=>this.isEnabled(r));if(e.choices){let r=e.choices.filter(o=>!this.isDisabled(o));return e.enabled&&r.every(o=>this.isEnabled(o))}return e.enabled&&!this.isDisabled(e)}isChoice(e,r){return e.name===r||e.index===Number(r)}isSelected(e){return Array.isArray(this.initial)?this.initial.some(r=>this.isChoice(e,r)):this.isChoice(e,this.initial)}map(e=[],r="value"){return[].concat(e||[]).reduce((o,a)=>(o[a]=this.find(a,r),o),{})}filter(e,r){let a=typeof e=="function"?e:(A,p)=>[A.name,p].includes(e),u=(this.options.multiple?this.state._choices:this.choices).filter(a);return r?u.map(A=>A[r]):u}find(e,r){if(The(e))return r?e[r]:e;let a=typeof e=="function"?e:(u,A)=>[u.name,A].includes(e),n=this.choices.find(a);if(n)return r?n[r]:n}findIndex(e){return this.choices.indexOf(this.find(e))}async submit(){let e=this.focused;if(!e)return this.alert();if(e.newChoice)return e.input?(e.updateChoice(),this.render()):this.alert();if(this.choices.some(u=>u.newChoice))return this.alert();let{reorder:r,sort:o}=this.options,a=this.multiple===!0,n=this.selected;return n===void 0?this.alert():(Array.isArray(n)&&r!==!1&&o!==!0&&(n=lk.reorder(n)),this.value=a?n.map(u=>u.name):n.name,super.submit())}set choices(e=[]){this.state._choices=this.state._choices||[],this.state.choices=e;for(let r of e)this.state._choices.some(o=>o.name===r.name)||this.state._choices.push(r);if(!this._initial&&this.options.initial){this._initial=!0;let r=this.initial;if(typeof r=="string"||typeof r=="number"){let o=this.find(r);o&&(this.initial=o.index,this.focus(o,!0))}}}get choices(){return Rhe(this,this.state.choices||[])}set visible(e){this.state.visible=e}get visible(){return(this.state.visible||this.choices).slice(0,this.limit)}set limit(e){this.state.limit=e}get limit(){let{state:e,options:r,choices:o}=this,a=e.limit||this._limit||r.limit||o.length;return Math.min(a,this.height)}set value(e){super.value=e}get value(){return typeof super.value!="string"&&super.value===this.initial?this.input:super.value}set index(e){this.state.index=e}get index(){return Math.max(0,this.state?this.state.index:0)}get enabled(){return this.filter(this.isEnabled.bind(this))}get focused(){let e=this.choices[this.index];return e&&this.state.submitted&&this.multiple!==!0&&(e.enabled=!0),e}get selectable(){return this.choices.filter(e=>!this.isDisabled(e))}get selected(){return this.multiple?this.enabled:this.focused}};function Rhe(t,e){if(e instanceof Promise)return e;if(typeof e=="function"){if(lk.isAsyncFn(e))return e;e=e.call(t,t)}for(let r of e){if(Array.isArray(r.choices)){let o=r.choices.filter(a=>!t.isDisabled(a));r.enabled=o.every(a=>a.enabled===!0)}t.isDisabled(r)===!0&&delete r.enabled}return e}Nhe.exports=V_});var Sh=_((a8t,Lhe)=>{"use strict";var mft=c2(),K_=No(),J_=class extends mft{constructor(e){super(e),this.emptyError=this.options.emptyError||"No items were selected"}async dispatch(e,r){if(this.multiple)return this[r.name]?await this[r.name](e,r):await super.dispatch(e,r);this.alert()}separator(){if(this.options.separator)return super.separator();let e=this.styles.muted(this.symbols.ellipsis);return this.state.submitted?super.separator():e}pointer(e,r){return!this.multiple||this.options.pointer?super.pointer(e,r):""}indicator(e,r){return this.multiple?super.indicator(e,r):""}choiceMessage(e,r){let o=this.resolve(e.message,this.state,e,r);return e.role==="heading"&&!K_.hasColor(o)&&(o=this.styles.strong(o)),this.resolve(o,this.state,e,r)}choiceSeparator(){return":"}async renderChoice(e,r){await this.onChoice(e,r);let o=this.index===r,a=await this.pointer(e,r),n=await this.indicator(e,r)+(e.pad||""),u=await this.resolve(e.hint,this.state,e,r);u&&!K_.hasColor(u)&&(u=this.styles.muted(u));let A=this.indent(e),p=await this.choiceMessage(e,r),h=()=>[this.margin[3],A+a+n,p,this.margin[1],u].filter(Boolean).join(" ");return e.role==="heading"?h():e.disabled?(K_.hasColor(p)||(p=this.styles.disabled(p)),h()):(o&&(p=this.styles.em(p)),h())}async renderChoices(){if(this.state.loading==="choices")return this.styles.warning("Loading choices");if(this.state.submitted)return"";let e=this.visible.map(async(n,u)=>await this.renderChoice(n,u)),r=await Promise.all(e);r.length||r.push(this.styles.danger("No matching choices"));let o=this.margin[0]+r.join(` +`+this.styles.danger(r),this.state.submitted=!1,await this.render(),await this.alert(),this.state.validating=!1,this.state.error=void 0;return}this.state.validating=!1,await this.render(),await this.close(),this.value=await this.result(this.value),this.emit("submit",this.value)}async cancel(e){this.state.cancelled=this.state.submitted=!0,await this.render(),await this.close(),typeof this.options.onCancel=="function"&&await this.options.onCancel.call(this,this.name,this.value,this),this.emit("cancel",await this.error(e))}async close(){this.state.closed=!0;try{let e=this.sections(),r=Math.ceil(e.prompt.length/this.width);e.rest&&this.write(Yd.cursor.down(e.rest.length)),this.write(` +`.repeat(r))}catch{}this.emit("close")}start(){!this.stop&&this.options.show!==!1&&(this.stop=G_.listen(this,this.keypress.bind(this)),this.once("close",this.stop))}async skip(){return this.skipped=this.options.skip===!0,typeof this.options.skip=="function"&&(this.skipped=await this.options.skip.call(this,this.name,this.value)),this.skipped}async initialize(){let{format:e,options:r,result:o}=this;if(this.format=()=>e.call(this,this.value),this.result=()=>o.call(this,this.value),typeof r.initial=="function"&&(this.initial=await r.initial.call(this,this)),typeof r.onRun=="function"&&await r.onRun.call(this,this),typeof r.onSubmit=="function"){let a=r.onSubmit.bind(this),n=this.submit.bind(this);delete this.options.onSubmit,this.submit=async()=>(await a(this.name,this.value,this),n())}await this.start(),await this.render()}render(){throw new Error("expected prompt to have a custom render method")}run(){return new Promise(async(e,r)=>{if(this.once("submit",e),this.once("cancel",r),await this.skip())return this.render=()=>{},this.submit();await this.initialize(),this.emit("run")})}async element(e,r,o){let{options:a,state:n,symbols:u,timers:A}=this,p=A&&A[e];n.timer=p;let h=a[e]||n[e]||u[e],E=r&&r[e]!=null?r[e]:await h;if(E==="")return E;let I=await this.resolve(E,n,r,o);return!I&&r&&r[e]?this.resolve(h,n,r,o):I}async prefix(){let e=await this.element("prefix")||this.symbols,r=this.timers&&this.timers.prefix,o=this.state;return o.timer=r,Ra.isObject(e)&&(e=e[o.status]||e.pending),Ra.hasColor(e)?e:(this.styles[o.status]||this.styles.pending)(e)}async message(){let e=await this.element("message");return Ra.hasColor(e)?e:this.styles.strong(e)}async separator(){let e=await this.element("separator")||this.symbols,r=this.timers&&this.timers.separator,o=this.state;o.timer=r;let a=e[o.status]||e.pending||o.separator,n=await this.resolve(a,o);return Ra.isObject(n)&&(n=n[o.status]||n.pending),Ra.hasColor(n)?n:this.styles.muted(n)}async pointer(e,r){let o=await this.element("pointer",e,r);if(typeof o=="string"&&Ra.hasColor(o))return o;if(o){let a=this.styles,n=this.index===r,u=n?a.primary:h=>h,A=await this.resolve(o[n?"on":"off"]||o,this.state),p=Ra.hasColor(A)?A:u(A);return n?p:" ".repeat(A.length)}}async indicator(e,r){let o=await this.element("indicator",e,r);if(typeof o=="string"&&Ra.hasColor(o))return o;if(o){let a=this.styles,n=e.enabled===!0,u=n?a.success:a.dark,A=o[n?"on":"off"]||o;return Ra.hasColor(A)?A:u(A)}return""}body(){return null}footer(){if(this.state.status==="pending")return this.element("footer")}header(){if(this.state.status==="pending")return this.element("header")}async hint(){if(this.state.status==="pending"&&!this.isValue(this.state.input)){let e=await this.element("hint");return Ra.hasColor(e)?e:this.styles.muted(e)}}error(e){return this.state.submitted?"":e||this.state.error}format(e){return e}result(e){return e}validate(e){return this.options.required===!0?this.isValue(e):!0}isValue(e){return e!=null&&e!==""}resolve(e,...r){return Ra.resolve(this,e,...r)}get base(){return c2.prototype}get style(){return this.styles[this.state.status]}get height(){return this.options.rows||Ra.height(this.stdout,25)}get width(){return this.options.columns||Ra.width(this.stdout,80)}get size(){return{width:this.width,height:this.height}}set cursor(e){this.state.cursor=e}get cursor(){return this.state.cursor}set input(e){this.state.input=e}get input(){return this.state.input}set value(e){this.state.value=e}get value(){let{input:e,value:r}=this.state,o=[r,e].find(this.isValue.bind(this));return this.isValue(o)?o:this.initial}static get prompt(){return e=>new this(e).run()}};function nft(t){let e=a=>t[a]===void 0||typeof t[a]=="function",r=["actions","choices","initial","margin","roles","styles","symbols","theme","timers","value"],o=["body","footer","error","header","hint","indicator","message","prefix","separator","skip"];for(let a of Object.keys(t.options)){if(r.includes(a)||/^on[A-Z]/.test(a))continue;let n=t.options[a];typeof n=="function"&&e(a)?o.includes(a)||(t[a]=n.bind(t)):typeof t[a]!="function"&&(t[a]=n)}}function ift(t){typeof t=="number"&&(t=[t,t,t,t]);let e=[].concat(t||[]),r=a=>a%2===0?` +`:" ",o=[];for(let a=0;a<4;a++){let n=r(a);e[a]?o.push(n.repeat(e[a])):o.push("")}return o}Phe.exports=c2});var khe=_((i8t,xhe)=>{"use strict";var sft=No(),bhe={default(t,e){return e},checkbox(t,e){throw new Error("checkbox role is not implemented yet")},editable(t,e){throw new Error("editable role is not implemented yet")},expandable(t,e){throw new Error("expandable role is not implemented yet")},heading(t,e){return e.disabled="",e.indicator=[e.indicator," "].find(r=>r!=null),e.message=e.message||"",e},input(t,e){throw new Error("input role is not implemented yet")},option(t,e){return bhe.default(t,e)},radio(t,e){throw new Error("radio role is not implemented yet")},separator(t,e){return e.disabled="",e.indicator=[e.indicator," "].find(r=>r!=null),e.message=e.message||t.symbols.line.repeat(5),e},spacer(t,e){return e}};xhe.exports=(t,e={})=>{let r=sft.merge({},bhe,e.roles);return r[t]||r.default}});var u2=_((s8t,Rhe)=>{"use strict";var oft=Kc(),aft=gC(),lft=khe(),ok=No(),{reorder:q_,scrollUp:cft,scrollDown:uft,isObject:Qhe,swap:Aft}=ok,Y_=class extends aft{constructor(e){super(e),this.cursorHide(),this.maxSelected=e.maxSelected||1/0,this.multiple=e.multiple||!1,this.initial=e.initial||0,this.delay=e.delay||0,this.longest=0,this.num=""}async initialize(){typeof this.options.initial=="function"&&(this.initial=await this.options.initial.call(this)),await this.reset(!0),await super.initialize()}async reset(){let{choices:e,initial:r,autofocus:o,suggest:a}=this.options;if(this.state._choices=[],this.state.choices=[],this.choices=await Promise.all(await this.toChoices(e)),this.choices.forEach(n=>n.enabled=!1),typeof a!="function"&&this.selectable.length===0)throw new Error("At least one choice must be selectable");Qhe(r)&&(r=Object.keys(r)),Array.isArray(r)?(o!=null&&(this.index=this.findIndex(o)),r.forEach(n=>this.enable(this.find(n))),await this.render()):(o!=null&&(r=o),typeof r=="string"&&(r=this.findIndex(r)),typeof r=="number"&&r>-1&&(this.index=Math.max(0,Math.min(r,this.choices.length)),this.enable(this.find(this.index)))),this.isDisabled(this.focused)&&await this.down()}async toChoices(e,r){this.state.loadingChoices=!0;let o=[],a=0,n=async(u,A)=>{typeof u=="function"&&(u=await u.call(this)),u instanceof Promise&&(u=await u);for(let p=0;p(this.state.loadingChoices=!1,u))}async toChoice(e,r,o){if(typeof e=="function"&&(e=await e.call(this,this)),e instanceof Promise&&(e=await e),typeof e=="string"&&(e={name:e}),e.normalized)return e;e.normalized=!0;let a=e.value;if(e=lft(e.role,this.options)(this,e),typeof e.disabled=="string"&&!e.hint&&(e.hint=e.disabled,e.disabled=!0),e.disabled===!0&&e.hint==null&&(e.hint="(disabled)"),e.index!=null)return e;e.name=e.name||e.key||e.title||e.value||e.message,e.message=e.message||e.name||"",e.value=[e.value,e.name].find(this.isValue.bind(this)),e.input="",e.index=r,e.cursor=0,ok.define(e,"parent",o),e.level=o?o.level+1:1,e.indent==null&&(e.indent=o?o.indent+" ":e.indent||""),e.path=o?o.path+"."+e.name:e.name,e.enabled=!!(this.multiple&&!this.isDisabled(e)&&(e.enabled||this.isSelected(e))),this.isDisabled(e)||(this.longest=Math.max(this.longest,oft.unstyle(e.message).length));let u={...e};return e.reset=(A=u.input,p=u.value)=>{for(let h of Object.keys(u))e[h]=u[h];e.input=A,e.value=p},a==null&&typeof e.initial=="function"&&(e.input=await e.initial.call(this,this.state,e,r)),e}async onChoice(e,r){this.emit("choice",e,r,this),typeof e.onChoice=="function"&&await e.onChoice.call(this,this.state,e,r)}async addChoice(e,r,o){let a=await this.toChoice(e,r,o);return this.choices.push(a),this.index=this.choices.length-1,this.limit=this.choices.length,a}async newItem(e,r,o){let a={name:"New choice name?",editable:!0,newChoice:!0,...e},n=await this.addChoice(a,r,o);return n.updateChoice=()=>{delete n.newChoice,n.name=n.message=n.input,n.input="",n.cursor=0},this.render()}indent(e){return e.indent==null?e.level>1?" ".repeat(e.level-1):"":e.indent}dispatch(e,r){if(this.multiple&&this[r.name])return this[r.name]();this.alert()}focus(e,r){return typeof r!="boolean"&&(r=e.enabled),r&&!e.enabled&&this.selected.length>=this.maxSelected?this.alert():(this.index=e.index,e.enabled=r&&!this.isDisabled(e),e)}space(){return this.multiple?(this.toggle(this.focused),this.render()):this.alert()}a(){if(this.maxSelectedr.enabled);return this.choices.forEach(r=>r.enabled=!e),this.render()}i(){return this.choices.length-this.selected.length>this.maxSelected?this.alert():(this.choices.forEach(e=>e.enabled=!e.enabled),this.render())}g(e=this.focused){return this.choices.some(r=>!!r.parent)?(this.toggle(e.parent&&!e.choices?e.parent:e),this.render()):this.a()}toggle(e,r){if(!e.enabled&&this.selected.length>=this.maxSelected)return this.alert();typeof r!="boolean"&&(r=!e.enabled),e.enabled=r,e.choices&&e.choices.forEach(a=>this.toggle(a,r));let o=e.parent;for(;o;){let a=o.choices.filter(n=>this.isDisabled(n));o.enabled=a.every(n=>n.enabled===!0),o=o.parent}return Fhe(this,this.choices),this.emit("toggle",e,this),e}enable(e){return this.selected.length>=this.maxSelected?this.alert():(e.enabled=!this.isDisabled(e),e.choices&&e.choices.forEach(this.enable.bind(this)),e)}disable(e){return e.enabled=!1,e.choices&&e.choices.forEach(this.disable.bind(this)),e}number(e){this.num+=e;let r=o=>{let a=Number(o);if(a>this.choices.length-1)return this.alert();let n=this.focused,u=this.choices.find(A=>a===A.index);if(!u.enabled&&this.selected.length>=this.maxSelected)return this.alert();if(this.visible.indexOf(u)===-1){let A=q_(this.choices),p=A.indexOf(u);if(n.index>p){let h=A.slice(p,p+this.limit),E=A.filter(I=>!h.includes(I));this.choices=h.concat(E)}else{let h=p-this.limit+1;this.choices=A.slice(h).concat(A.slice(0,h))}}return this.index=this.choices.indexOf(u),this.toggle(this.focused),this.render()};return clearTimeout(this.numberTimeout),new Promise(o=>{let a=this.choices.length,n=this.num,u=(A=!1,p)=>{clearTimeout(this.numberTimeout),A&&(p=r(n)),this.num="",o(p)};if(n==="0"||n.length===1&&Number(n+"0")>a)return u(!0);if(Number(n)>a)return u(!1,this.alert());this.numberTimeout=setTimeout(()=>u(!0),this.delay)})}home(){return this.choices=q_(this.choices),this.index=0,this.render()}end(){let e=this.choices.length-this.limit,r=q_(this.choices);return this.choices=r.slice(e).concat(r.slice(0,e)),this.index=this.limit-1,this.render()}first(){return this.index=0,this.render()}last(){return this.index=this.visible.length-1,this.render()}prev(){return this.visible.length<=1?this.alert():this.up()}next(){return this.visible.length<=1?this.alert():this.down()}right(){return this.cursor>=this.input.length?this.alert():(this.cursor++,this.render())}left(){return this.cursor<=0?this.alert():(this.cursor--,this.render())}up(){let e=this.choices.length,r=this.visible.length,o=this.index;return this.options.scroll===!1&&o===0?this.alert():e>r&&o===0?this.scrollUp():(this.index=(o-1%e+e)%e,this.isDisabled()?this.up():this.render())}down(){let e=this.choices.length,r=this.visible.length,o=this.index;return this.options.scroll===!1&&o===r-1?this.alert():e>r&&o===r-1?this.scrollDown():(this.index=(o+1)%e,this.isDisabled()?this.down():this.render())}scrollUp(e=0){return this.choices=cft(this.choices),this.index=e,this.isDisabled()?this.up():this.render()}scrollDown(e=this.visible.length-1){return this.choices=uft(this.choices),this.index=e,this.isDisabled()?this.down():this.render()}async shiftUp(){if(this.options.sort===!0){this.sorting=!0,this.swap(this.index-1),await this.up(),this.sorting=!1;return}return this.scrollUp(this.index)}async shiftDown(){if(this.options.sort===!0){this.sorting=!0,this.swap(this.index+1),await this.down(),this.sorting=!1;return}return this.scrollDown(this.index)}pageUp(){return this.visible.length<=1?this.alert():(this.limit=Math.max(this.limit-1,0),this.index=Math.min(this.limit-1,this.index),this._limit=this.limit,this.isDisabled()?this.up():this.render())}pageDown(){return this.visible.length>=this.choices.length?this.alert():(this.index=Math.max(0,this.index),this.limit=Math.min(this.limit+1,this.choices.length),this._limit=this.limit,this.isDisabled()?this.down():this.render())}swap(e){Aft(this.choices,this.index,e)}isDisabled(e=this.focused){return e&&["disabled","collapsed","hidden","completing","readonly"].some(o=>e[o]===!0)?!0:e&&e.role==="heading"}isEnabled(e=this.focused){if(Array.isArray(e))return e.every(r=>this.isEnabled(r));if(e.choices){let r=e.choices.filter(o=>!this.isDisabled(o));return e.enabled&&r.every(o=>this.isEnabled(o))}return e.enabled&&!this.isDisabled(e)}isChoice(e,r){return e.name===r||e.index===Number(r)}isSelected(e){return Array.isArray(this.initial)?this.initial.some(r=>this.isChoice(e,r)):this.isChoice(e,this.initial)}map(e=[],r="value"){return[].concat(e||[]).reduce((o,a)=>(o[a]=this.find(a,r),o),{})}filter(e,r){let a=typeof e=="function"?e:(A,p)=>[A.name,p].includes(e),u=(this.options.multiple?this.state._choices:this.choices).filter(a);return r?u.map(A=>A[r]):u}find(e,r){if(Qhe(e))return r?e[r]:e;let a=typeof e=="function"?e:(u,A)=>[u.name,A].includes(e),n=this.choices.find(a);if(n)return r?n[r]:n}findIndex(e){return this.choices.indexOf(this.find(e))}async submit(){let e=this.focused;if(!e)return this.alert();if(e.newChoice)return e.input?(e.updateChoice(),this.render()):this.alert();if(this.choices.some(u=>u.newChoice))return this.alert();let{reorder:r,sort:o}=this.options,a=this.multiple===!0,n=this.selected;return n===void 0?this.alert():(Array.isArray(n)&&r!==!1&&o!==!0&&(n=ok.reorder(n)),this.value=a?n.map(u=>u.name):n.name,super.submit())}set choices(e=[]){this.state._choices=this.state._choices||[],this.state.choices=e;for(let r of e)this.state._choices.some(o=>o.name===r.name)||this.state._choices.push(r);if(!this._initial&&this.options.initial){this._initial=!0;let r=this.initial;if(typeof r=="string"||typeof r=="number"){let o=this.find(r);o&&(this.initial=o.index,this.focus(o,!0))}}}get choices(){return Fhe(this,this.state.choices||[])}set visible(e){this.state.visible=e}get visible(){return(this.state.visible||this.choices).slice(0,this.limit)}set limit(e){this.state.limit=e}get limit(){let{state:e,options:r,choices:o}=this,a=e.limit||this._limit||r.limit||o.length;return Math.min(a,this.height)}set value(e){super.value=e}get value(){return typeof super.value!="string"&&super.value===this.initial?this.input:super.value}set index(e){this.state.index=e}get index(){return Math.max(0,this.state?this.state.index:0)}get enabled(){return this.filter(this.isEnabled.bind(this))}get focused(){let e=this.choices[this.index];return e&&this.state.submitted&&this.multiple!==!0&&(e.enabled=!0),e}get selectable(){return this.choices.filter(e=>!this.isDisabled(e))}get selected(){return this.multiple?this.enabled:this.focused}};function Fhe(t,e){if(e instanceof Promise)return e;if(typeof e=="function"){if(ok.isAsyncFn(e))return e;e=e.call(t,t)}for(let r of e){if(Array.isArray(r.choices)){let o=r.choices.filter(a=>!t.isDisabled(a));r.enabled=o.every(a=>a.enabled===!0)}t.isDisabled(r)===!0&&delete r.enabled}return e}Rhe.exports=Y_});var bh=_((o8t,The)=>{"use strict";var fft=u2(),W_=No(),K_=class extends fft{constructor(e){super(e),this.emptyError=this.options.emptyError||"No items were selected"}async dispatch(e,r){if(this.multiple)return this[r.name]?await this[r.name](e,r):await super.dispatch(e,r);this.alert()}separator(){if(this.options.separator)return super.separator();let e=this.styles.muted(this.symbols.ellipsis);return this.state.submitted?super.separator():e}pointer(e,r){return!this.multiple||this.options.pointer?super.pointer(e,r):""}indicator(e,r){return this.multiple?super.indicator(e,r):""}choiceMessage(e,r){let o=this.resolve(e.message,this.state,e,r);return e.role==="heading"&&!W_.hasColor(o)&&(o=this.styles.strong(o)),this.resolve(o,this.state,e,r)}choiceSeparator(){return":"}async renderChoice(e,r){await this.onChoice(e,r);let o=this.index===r,a=await this.pointer(e,r),n=await this.indicator(e,r)+(e.pad||""),u=await this.resolve(e.hint,this.state,e,r);u&&!W_.hasColor(u)&&(u=this.styles.muted(u));let A=this.indent(e),p=await this.choiceMessage(e,r),h=()=>[this.margin[3],A+a+n,p,this.margin[1],u].filter(Boolean).join(" ");return e.role==="heading"?h():e.disabled?(W_.hasColor(p)||(p=this.styles.disabled(p)),h()):(o&&(p=this.styles.em(p)),h())}async renderChoices(){if(this.state.loading==="choices")return this.styles.warning("Loading choices");if(this.state.submitted)return"";let e=this.visible.map(async(n,u)=>await this.renderChoice(n,u)),r=await Promise.all(e);r.length||r.push(this.styles.danger("No matching choices"));let o=this.margin[0]+r.join(` `),a;return this.options.choicesHeader&&(a=await this.resolve(this.options.choicesHeader,this.state)),[a,o].filter(Boolean).join(` `)}format(){return!this.state.submitted||this.state.cancelled?"":Array.isArray(this.selected)?this.selected.map(e=>this.styles.primary(e.name)).join(", "):this.styles.primary(this.selected.name)}async render(){let{submitted:e,size:r}=this.state,o="",a=await this.header(),n=await this.prefix(),u=await this.separator(),A=await this.message();this.options.promptLine!==!1&&(o=[n,A,u,""].join(" "),this.state.prompt=o);let p=await this.format(),h=await this.error()||await this.hint(),E=await this.renderChoices(),I=await this.footer();p&&(o+=p),h&&!o.includes(h)&&(o+=" "+h),e&&!p&&!E.trim()&&this.multiple&&this.emptyError!=null&&(o+=this.styles.danger(this.emptyError)),this.clear(r),this.write([a,o,E,I].filter(Boolean).join(` -`)),this.write(this.margin[2]),this.restore()}};Lhe.exports=J_});var Ohe=_((l8t,Mhe)=>{"use strict";var yft=Sh(),Eft=(t,e)=>{let r=t.toLowerCase();return o=>{let n=o.toLowerCase().indexOf(r),u=e(o.slice(n,n+r.length));return n>=0?o.slice(0,n)+u+o.slice(n+r.length):o}},z_=class extends yft{constructor(e){super(e),this.cursorShow()}moveCursor(e){this.state.cursor+=e}dispatch(e){return this.append(e)}space(e){return this.options.multiple?super.space(e):this.append(e)}append(e){let{cursor:r,input:o}=this.state;return this.input=o.slice(0,r)+e+o.slice(r),this.moveCursor(1),this.complete()}delete(){let{cursor:e,input:r}=this.state;return r?(this.input=r.slice(0,e-1)+r.slice(e),this.moveCursor(-1),this.complete()):this.alert()}deleteForward(){let{cursor:e,input:r}=this.state;return r[e]===void 0?this.alert():(this.input=`${r}`.slice(0,e)+`${r}`.slice(e+1),this.complete())}number(e){return this.append(e)}async complete(){this.completing=!0,this.choices=await this.suggest(this.input,this.state._choices),this.state.limit=void 0,this.index=Math.min(Math.max(this.visible.length-1,0),this.index),await this.render(),this.completing=!1}suggest(e=this.input,r=this.state._choices){if(typeof this.options.suggest=="function")return this.options.suggest.call(this,e,r);let o=e.toLowerCase();return r.filter(a=>a.message.toLowerCase().includes(o))}pointer(){return""}format(){if(!this.focused)return this.input;if(this.options.multiple&&this.state.submitted)return this.selected.map(e=>this.styles.primary(e.message)).join(", ");if(this.state.submitted){let e=this.value=this.input=this.focused.value;return this.styles.primary(e)}return this.input}async render(){if(this.state.status!=="pending")return super.render();let e=this.options.highlight?this.options.highlight.bind(this):this.styles.placeholder,r=Eft(this.input,e),o=this.choices;this.choices=o.map(a=>({...a,message:r(a.message)})),await super.render(),this.choices=o}submit(){return this.options.multiple&&(this.value=this.selected.map(e=>e.name)),super.submit()}};Mhe.exports=z_});var Z_=_((c8t,Uhe)=>{"use strict";var X_=No();Uhe.exports=(t,e={})=>{t.cursorHide();let{input:r="",initial:o="",pos:a,showCursor:n=!0,color:u}=e,A=u||t.styles.placeholder,p=X_.inverse(t.styles.primary),h=T=>p(t.styles.black(T)),E=r,I=" ",v=h(I);if(t.blink&&t.blink.off===!0&&(h=T=>T,v=""),n&&a===0&&o===""&&r==="")return h(I);if(n&&a===0&&(r===o||r===""))return h(o[0])+A(o.slice(1));o=X_.isPrimitive(o)?`${o}`:"",r=X_.isPrimitive(r)?`${r}`:"";let b=o&&o.startsWith(r)&&o!==r,C=b?h(o[r.length]):v;if(a!==r.length&&n===!0&&(E=r.slice(0,a)+h(r[a])+r.slice(a+1),C=""),n===!1&&(C=""),b){let T=t.styles.unstyle(E+C);return E+C+A(o.slice(T.length))}return E+C}});var ck=_((u8t,_he)=>{"use strict";var Cft=Vc(),wft=Sh(),Ift=Z_(),$_=class extends wft{constructor(e){super({...e,multiple:!0}),this.type="form",this.initial=this.options.initial,this.align=[this.options.align,"right"].find(r=>r!=null),this.emptyError="",this.values={}}async reset(e){return await super.reset(),e===!0&&(this._index=this.index),this.index=this._index,this.values={},this.choices.forEach(r=>r.reset&&r.reset()),this.render()}dispatch(e){return!!e&&this.append(e)}append(e){let r=this.focused;if(!r)return this.alert();let{cursor:o,input:a}=r;return r.value=r.input=a.slice(0,o)+e+a.slice(o),r.cursor++,this.render()}delete(){let e=this.focused;if(!e||e.cursor<=0)return this.alert();let{cursor:r,input:o}=e;return e.value=e.input=o.slice(0,r-1)+o.slice(r),e.cursor--,this.render()}deleteForward(){let e=this.focused;if(!e)return this.alert();let{cursor:r,input:o}=e;if(o[r]===void 0)return this.alert();let a=`${o}`.slice(0,r)+`${o}`.slice(r+1);return e.value=e.input=a,this.render()}right(){let e=this.focused;return e?e.cursor>=e.input.length?this.alert():(e.cursor++,this.render()):this.alert()}left(){let e=this.focused;return e?e.cursor<=0?this.alert():(e.cursor--,this.render()):this.alert()}space(e,r){return this.dispatch(e,r)}number(e,r){return this.dispatch(e,r)}next(){let e=this.focused;if(!e)return this.alert();let{initial:r,input:o}=e;return r&&r.startsWith(o)&&o!==r?(e.value=e.input=r,e.cursor=e.value.length,this.render()):super.next()}prev(){let e=this.focused;return e?e.cursor===0?super.prev():(e.value=e.input="",e.cursor=0,this.render()):this.alert()}separator(){return""}format(e){return this.state.submitted?"":super.format(e)}pointer(){return""}indicator(e){return e.input?"\u29BF":"\u2299"}async choiceSeparator(e,r){let o=await this.resolve(e.separator,this.state,e,r)||":";return o?" "+this.styles.disabled(o):""}async renderChoice(e,r){await this.onChoice(e,r);let{state:o,styles:a}=this,{cursor:n,initial:u="",name:A,hint:p,input:h=""}=e,{muted:E,submitted:I,primary:v,danger:b}=a,C=p,T=this.index===r,L=e.validate||(()=>!0),U=await this.choiceSeparator(e,r),J=e.message;this.align==="right"&&(J=J.padStart(this.longest+1," ")),this.align==="left"&&(J=J.padEnd(this.longest+1," "));let te=this.values[A]=h||u,le=h?"success":"dark";await L.call(e,te,this.state)!==!0&&(le="danger");let pe=a[le],Ae=pe(await this.indicator(e,r))+(e.pad||""),ye=this.indent(e),ae=()=>[ye,Ae,J+U,h,C].filter(Boolean).join(" ");if(o.submitted)return J=Cft.unstyle(J),h=I(h),C="",ae();if(e.format)h=await e.format.call(this,h,e,r);else{let we=this.styles.muted;h=Ift(this,{input:h,initial:u,pos:n,showCursor:T,color:we})}return this.isValue(h)||(h=this.styles.muted(this.symbols.ellipsis)),e.result&&(this.values[A]=await e.result.call(this,te,e,r)),T&&(J=v(J)),e.error?h+=(h?" ":"")+b(e.error.trim()):e.hint&&(h+=(h?" ":"")+E(e.hint.trim())),ae()}async submit(){return this.value=this.values,super.base.submit.call(this)}};_he.exports=$_});var e8=_((A8t,jhe)=>{"use strict";var Bft=ck(),vft=()=>{throw new Error("expected prompt to have a custom authenticate method")},Hhe=(t=vft)=>{class e extends Bft{constructor(o){super(o)}async submit(){this.value=await t.call(this,this.values,this.state),super.base.submit.call(this)}static create(o){return Hhe(o)}}return e};jhe.exports=Hhe()});var Yhe=_((f8t,Ghe)=>{"use strict";var Dft=e8();function Pft(t,e){return t.username===this.options.username&&t.password===this.options.password}var qhe=(t=Pft)=>{let e=[{name:"username",message:"username"},{name:"password",message:"password",format(o){return this.options.showPassword?o:(this.state.submitted?this.styles.primary:this.styles.muted)(this.symbols.asterisk.repeat(o.length))}}];class r extends Dft.create(t){constructor(a){super({...a,choices:e})}static create(a){return qhe(a)}}return r};Ghe.exports=qhe()});var uk=_((p8t,Whe)=>{"use strict";var Sft=hC(),{isPrimitive:xft,hasColor:bft}=No(),t8=class extends Sft{constructor(e){super(e),this.cursorHide()}async initialize(){let e=await this.resolve(this.initial,this.state);this.input=await this.cast(e),await super.initialize()}dispatch(e){return this.isValue(e)?(this.input=e,this.submit()):this.alert()}format(e){let{styles:r,state:o}=this;return o.submitted?r.success(e):r.primary(e)}cast(e){return this.isTrue(e)}isTrue(e){return/^[ty1]/i.test(e)}isFalse(e){return/^[fn0]/i.test(e)}isValue(e){return xft(e)&&(this.isTrue(e)||this.isFalse(e))}async hint(){if(this.state.status==="pending"){let e=await this.element("hint");return bft(e)?e:this.styles.muted(e)}}async render(){let{input:e,size:r}=this.state,o=await this.prefix(),a=await this.separator(),n=await this.message(),u=this.styles.muted(this.default),A=[o,n,u,a].filter(Boolean).join(" ");this.state.prompt=A;let p=await this.header(),h=this.value=this.cast(e),E=await this.format(h),I=await this.error()||await this.hint(),v=await this.footer();I&&!A.includes(I)&&(E+=" "+I),A+=" "+E,this.clear(r),this.write([p,A,v].filter(Boolean).join(` -`)),this.restore()}set value(e){super.value=e}get value(){return this.cast(super.value)}};Whe.exports=t8});var Khe=_((h8t,Vhe)=>{"use strict";var kft=uk(),r8=class extends kft{constructor(e){super(e),this.default=this.options.default||(this.initial?"(Y/n)":"(y/N)")}};Vhe.exports=r8});var zhe=_((g8t,Jhe)=>{"use strict";var Qft=Sh(),Fft=ck(),gC=Fft.prototype,n8=class extends Qft{constructor(e){super({...e,multiple:!0}),this.align=[this.options.align,"left"].find(r=>r!=null),this.emptyError="",this.values={}}dispatch(e,r){let o=this.focused,a=o.parent||{};return!o.editable&&!a.editable&&(e==="a"||e==="i")?super[e]():gC.dispatch.call(this,e,r)}append(e,r){return gC.append.call(this,e,r)}delete(e,r){return gC.delete.call(this,e,r)}space(e){return this.focused.editable?this.append(e):super.space()}number(e){return this.focused.editable?this.append(e):super.number(e)}next(){return this.focused.editable?gC.next.call(this):super.next()}prev(){return this.focused.editable?gC.prev.call(this):super.prev()}async indicator(e,r){let o=e.indicator||"",a=e.editable?o:super.indicator(e,r);return await this.resolve(a,this.state,e,r)||""}indent(e){return e.role==="heading"?"":e.editable?" ":" "}async renderChoice(e,r){return e.indent="",e.editable?gC.renderChoice.call(this,e,r):super.renderChoice(e,r)}error(){return""}footer(){return this.state.error}async validate(){let e=!0;for(let r of this.choices){if(typeof r.validate!="function"||r.role==="heading")continue;let o=r.parent?this.value[r.parent.name]:this.value;if(r.editable?o=r.value===r.name?r.initial||"":r.value:this.isDisabled(r)||(o=r.enabled===!0),e=await r.validate(o,this.state),e!==!0)break}return e!==!0&&(this.state.error=typeof e=="string"?e:"Invalid Input"),e}submit(){if(this.focused.newChoice===!0)return super.submit();if(this.choices.some(e=>e.newChoice))return this.alert();this.value={};for(let e of this.choices){let r=e.parent?this.value[e.parent.name]:this.value;if(e.role==="heading"){this.value[e.name]={};continue}e.editable?r[e.name]=e.value===e.name?e.initial||"":e.value:this.isDisabled(e)||(r[e.name]=e.enabled===!0)}return this.base.submit.call(this)}};Jhe.exports=n8});var Yd=_((d8t,Xhe)=>{"use strict";var Tft=hC(),Rft=Z_(),{isPrimitive:Nft}=No(),i8=class extends Tft{constructor(e){super(e),this.initial=Nft(this.initial)?String(this.initial):"",this.initial&&this.cursorHide(),this.state.prevCursor=0,this.state.clipboard=[]}async keypress(e,r={}){let o=this.state.prevKeypress;return this.state.prevKeypress=r,this.options.multiline===!0&&r.name==="return"&&(!o||o.name!=="return")?this.append(` -`,r):super.keypress(e,r)}moveCursor(e){this.cursor+=e}reset(){return this.input=this.value="",this.cursor=0,this.render()}dispatch(e,r){if(!e||r.ctrl||r.code)return this.alert();this.append(e)}append(e){let{cursor:r,input:o}=this.state;this.input=`${o}`.slice(0,r)+e+`${o}`.slice(r),this.moveCursor(String(e).length),this.render()}insert(e){this.append(e)}delete(){let{cursor:e,input:r}=this.state;if(e<=0)return this.alert();this.input=`${r}`.slice(0,e-1)+`${r}`.slice(e),this.moveCursor(-1),this.render()}deleteForward(){let{cursor:e,input:r}=this.state;if(r[e]===void 0)return this.alert();this.input=`${r}`.slice(0,e)+`${r}`.slice(e+1),this.render()}cutForward(){let e=this.cursor;if(this.input.length<=e)return this.alert();this.state.clipboard.push(this.input.slice(e)),this.input=this.input.slice(0,e),this.render()}cutLeft(){let e=this.cursor;if(e===0)return this.alert();let r=this.input.slice(0,e),o=this.input.slice(e),a=r.split(" ");this.state.clipboard.push(a.pop()),this.input=a.join(" "),this.cursor=this.input.length,this.input+=o,this.render()}paste(){if(!this.state.clipboard.length)return this.alert();this.insert(this.state.clipboard.pop()),this.render()}toggleCursor(){this.state.prevCursor?(this.cursor=this.state.prevCursor,this.state.prevCursor=0):(this.state.prevCursor=this.cursor,this.cursor=0),this.render()}first(){this.cursor=0,this.render()}last(){this.cursor=this.input.length-1,this.render()}next(){let e=this.initial!=null?String(this.initial):"";if(!e||!e.startsWith(this.input))return this.alert();this.input=this.initial,this.cursor=this.initial.length,this.render()}prev(){if(!this.input)return this.alert();this.reset()}backward(){return this.left()}forward(){return this.right()}right(){return this.cursor>=this.input.length?this.alert():(this.moveCursor(1),this.render())}left(){return this.cursor<=0?this.alert():(this.moveCursor(-1),this.render())}isValue(e){return!!e}async format(e=this.value){let r=await this.resolve(this.initial,this.state);return this.state.submitted?this.styles.submitted(e||r):Rft(this,{input:e,initial:r,pos:this.cursor})}async render(){let e=this.state.size,r=await this.prefix(),o=await this.separator(),a=await this.message(),n=[r,a,o].filter(Boolean).join(" ");this.state.prompt=n;let u=await this.header(),A=await this.format(),p=await this.error()||await this.hint(),h=await this.footer();p&&!A.includes(p)&&(A+=" "+p),n+=" "+A,this.clear(e),this.write([u,n,h].filter(Boolean).join(` -`)),this.restore()}};Xhe.exports=i8});var $he=_((m8t,Zhe)=>{"use strict";var Lft=t=>t.filter((e,r)=>t.lastIndexOf(e)===r),Ak=t=>Lft(t).filter(Boolean);Zhe.exports=(t,e={},r="")=>{let{past:o=[],present:a=""}=e,n,u;switch(t){case"prev":case"undo":return n=o.slice(0,o.length-1),u=o[o.length-1]||"",{past:Ak([r,...n]),present:u};case"next":case"redo":return n=o.slice(1),u=o[0]||"",{past:Ak([...n,r]),present:u};case"save":return{past:Ak([...o,r]),present:""};case"remove":return u=Ak(o.filter(A=>A!==r)),a="",u.length&&(a=u.pop()),{past:u,present:a};default:throw new Error(`Invalid action: "${t}"`)}}});var o8=_((y8t,t0e)=>{"use strict";var Mft=Yd(),e0e=$he(),s8=class extends Mft{constructor(e){super(e);let r=this.options.history;if(r&&r.store){let o=r.values||this.initial;this.autosave=!!r.autosave,this.store=r.store,this.data=this.store.get("values")||{past:[],present:o},this.initial=this.data.present||this.data.past[this.data.past.length-1]}}completion(e){return this.store?(this.data=e0e(e,this.data,this.input),this.data.present?(this.input=this.data.present,this.cursor=this.input.length,this.render()):this.alert()):this.alert()}altUp(){return this.completion("prev")}altDown(){return this.completion("next")}prev(){return this.save(),super.prev()}save(){!this.store||(this.data=e0e("save",this.data,this.input),this.store.set("values",this.data))}submit(){return this.store&&this.autosave===!0&&this.save(),super.submit()}};t0e.exports=s8});var n0e=_((E8t,r0e)=>{"use strict";var Oft=Yd(),a8=class extends Oft{format(){return""}};r0e.exports=a8});var s0e=_((C8t,i0e)=>{"use strict";var Uft=Yd(),l8=class extends Uft{constructor(e={}){super(e),this.sep=this.options.separator||/, */,this.initial=e.initial||""}split(e=this.value){return e?String(e).split(this.sep):[]}format(){let e=this.state.submitted?this.styles.primary:r=>r;return this.list.map(e).join(", ")}async submit(e){let r=this.state.error||await this.validate(this.list,this.state);return r!==!0?(this.state.error=r,super.submit()):(this.value=this.list,super.submit())}get list(){return this.split()}};i0e.exports=l8});var a0e=_((w8t,o0e)=>{"use strict";var _ft=Sh(),c8=class extends _ft{constructor(e){super({...e,multiple:!0})}};o0e.exports=c8});var A8=_((I8t,l0e)=>{"use strict";var Hft=Yd(),u8=class extends Hft{constructor(e={}){super({style:"number",...e}),this.min=this.isValue(e.min)?this.toNumber(e.min):-1/0,this.max=this.isValue(e.max)?this.toNumber(e.max):1/0,this.delay=e.delay!=null?e.delay:1e3,this.float=e.float!==!1,this.round=e.round===!0||e.float===!1,this.major=e.major||10,this.minor=e.minor||1,this.initial=e.initial!=null?e.initial:"",this.input=String(this.initial),this.cursor=this.input.length,this.cursorShow()}append(e){return!/[-+.]/.test(e)||e==="."&&this.input.includes(".")?this.alert("invalid number"):super.append(e)}number(e){return super.append(e)}next(){return this.input&&this.input!==this.initial?this.alert():this.isValue(this.initial)?(this.input=this.initial,this.cursor=String(this.initial).length,this.render()):this.alert()}up(e){let r=e||this.minor,o=this.toNumber(this.input);return o>this.max+r?this.alert():(this.input=`${o+r}`,this.render())}down(e){let r=e||this.minor,o=this.toNumber(this.input);return othis.isValue(r));return this.value=this.toNumber(e||0),super.submit()}};l0e.exports=u8});var u0e=_((B8t,c0e)=>{c0e.exports=A8()});var f0e=_((v8t,A0e)=>{"use strict";var jft=Yd(),f8=class extends jft{constructor(e){super(e),this.cursorShow()}format(e=this.input){return this.keypressed?(this.state.submitted?this.styles.primary:this.styles.muted)(this.symbols.asterisk.repeat(e.length)):""}};A0e.exports=f8});var g0e=_((D8t,h0e)=>{"use strict";var qft=Vc(),Gft=c2(),p0e=No(),p8=class extends Gft{constructor(e={}){super(e),this.widths=[].concat(e.messageWidth||50),this.align=[].concat(e.align||"left"),this.linebreak=e.linebreak||!1,this.edgeLength=e.edgeLength||3,this.newline=e.newline||` +`)),this.write(this.margin[2]),this.restore()}};The.exports=K_});var Lhe=_((a8t,Nhe)=>{"use strict";var pft=bh(),hft=(t,e)=>{let r=t.toLowerCase();return o=>{let n=o.toLowerCase().indexOf(r),u=e(o.slice(n,n+r.length));return n>=0?o.slice(0,n)+u+o.slice(n+r.length):o}},V_=class extends pft{constructor(e){super(e),this.cursorShow()}moveCursor(e){this.state.cursor+=e}dispatch(e){return this.append(e)}space(e){return this.options.multiple?super.space(e):this.append(e)}append(e){let{cursor:r,input:o}=this.state;return this.input=o.slice(0,r)+e+o.slice(r),this.moveCursor(1),this.complete()}delete(){let{cursor:e,input:r}=this.state;return r?(this.input=r.slice(0,e-1)+r.slice(e),this.moveCursor(-1),this.complete()):this.alert()}deleteForward(){let{cursor:e,input:r}=this.state;return r[e]===void 0?this.alert():(this.input=`${r}`.slice(0,e)+`${r}`.slice(e+1),this.complete())}number(e){return this.append(e)}async complete(){this.completing=!0,this.choices=await this.suggest(this.input,this.state._choices),this.state.limit=void 0,this.index=Math.min(Math.max(this.visible.length-1,0),this.index),await this.render(),this.completing=!1}suggest(e=this.input,r=this.state._choices){if(typeof this.options.suggest=="function")return this.options.suggest.call(this,e,r);let o=e.toLowerCase();return r.filter(a=>a.message.toLowerCase().includes(o))}pointer(){return""}format(){if(!this.focused)return this.input;if(this.options.multiple&&this.state.submitted)return this.selected.map(e=>this.styles.primary(e.message)).join(", ");if(this.state.submitted){let e=this.value=this.input=this.focused.value;return this.styles.primary(e)}return this.input}async render(){if(this.state.status!=="pending")return super.render();let e=this.options.highlight?this.options.highlight.bind(this):this.styles.placeholder,r=hft(this.input,e),o=this.choices;this.choices=o.map(a=>({...a,message:r(a.message)})),await super.render(),this.choices=o}submit(){return this.options.multiple&&(this.value=this.selected.map(e=>e.name)),super.submit()}};Nhe.exports=V_});var z_=_((l8t,Ohe)=>{"use strict";var J_=No();Ohe.exports=(t,e={})=>{t.cursorHide();let{input:r="",initial:o="",pos:a,showCursor:n=!0,color:u}=e,A=u||t.styles.placeholder,p=J_.inverse(t.styles.primary),h=R=>p(t.styles.black(R)),E=r,I=" ",v=h(I);if(t.blink&&t.blink.off===!0&&(h=R=>R,v=""),n&&a===0&&o===""&&r==="")return h(I);if(n&&a===0&&(r===o||r===""))return h(o[0])+A(o.slice(1));o=J_.isPrimitive(o)?`${o}`:"",r=J_.isPrimitive(r)?`${r}`:"";let x=o&&o.startsWith(r)&&o!==r,C=x?h(o[r.length]):v;if(a!==r.length&&n===!0&&(E=r.slice(0,a)+h(r[a])+r.slice(a+1),C=""),n===!1&&(C=""),x){let R=t.styles.unstyle(E+C);return E+C+A(o.slice(R.length))}return E+C}});var ak=_((c8t,Mhe)=>{"use strict";var gft=Kc(),dft=bh(),mft=z_(),X_=class extends dft{constructor(e){super({...e,multiple:!0}),this.type="form",this.initial=this.options.initial,this.align=[this.options.align,"right"].find(r=>r!=null),this.emptyError="",this.values={}}async reset(e){return await super.reset(),e===!0&&(this._index=this.index),this.index=this._index,this.values={},this.choices.forEach(r=>r.reset&&r.reset()),this.render()}dispatch(e){return!!e&&this.append(e)}append(e){let r=this.focused;if(!r)return this.alert();let{cursor:o,input:a}=r;return r.value=r.input=a.slice(0,o)+e+a.slice(o),r.cursor++,this.render()}delete(){let e=this.focused;if(!e||e.cursor<=0)return this.alert();let{cursor:r,input:o}=e;return e.value=e.input=o.slice(0,r-1)+o.slice(r),e.cursor--,this.render()}deleteForward(){let e=this.focused;if(!e)return this.alert();let{cursor:r,input:o}=e;if(o[r]===void 0)return this.alert();let a=`${o}`.slice(0,r)+`${o}`.slice(r+1);return e.value=e.input=a,this.render()}right(){let e=this.focused;return e?e.cursor>=e.input.length?this.alert():(e.cursor++,this.render()):this.alert()}left(){let e=this.focused;return e?e.cursor<=0?this.alert():(e.cursor--,this.render()):this.alert()}space(e,r){return this.dispatch(e,r)}number(e,r){return this.dispatch(e,r)}next(){let e=this.focused;if(!e)return this.alert();let{initial:r,input:o}=e;return r&&r.startsWith(o)&&o!==r?(e.value=e.input=r,e.cursor=e.value.length,this.render()):super.next()}prev(){let e=this.focused;return e?e.cursor===0?super.prev():(e.value=e.input="",e.cursor=0,this.render()):this.alert()}separator(){return""}format(e){return this.state.submitted?"":super.format(e)}pointer(){return""}indicator(e){return e.input?"\u29BF":"\u2299"}async choiceSeparator(e,r){let o=await this.resolve(e.separator,this.state,e,r)||":";return o?" "+this.styles.disabled(o):""}async renderChoice(e,r){await this.onChoice(e,r);let{state:o,styles:a}=this,{cursor:n,initial:u="",name:A,hint:p,input:h=""}=e,{muted:E,submitted:I,primary:v,danger:x}=a,C=p,R=this.index===r,L=e.validate||(()=>!0),U=await this.choiceSeparator(e,r),J=e.message;this.align==="right"&&(J=J.padStart(this.longest+1," ")),this.align==="left"&&(J=J.padEnd(this.longest+1," "));let te=this.values[A]=h||u,ae=h?"success":"dark";await L.call(e,te,this.state)!==!0&&(ae="danger");let fe=a[ae],ce=fe(await this.indicator(e,r))+(e.pad||""),me=this.indent(e),he=()=>[me,ce,J+U,h,C].filter(Boolean).join(" ");if(o.submitted)return J=gft.unstyle(J),h=I(h),C="",he();if(e.format)h=await e.format.call(this,h,e,r);else{let Be=this.styles.muted;h=mft(this,{input:h,initial:u,pos:n,showCursor:R,color:Be})}return this.isValue(h)||(h=this.styles.muted(this.symbols.ellipsis)),e.result&&(this.values[A]=await e.result.call(this,te,e,r)),R&&(J=v(J)),e.error?h+=(h?" ":"")+x(e.error.trim()):e.hint&&(h+=(h?" ":"")+E(e.hint.trim())),he()}async submit(){return this.value=this.values,super.base.submit.call(this)}};Mhe.exports=X_});var Z_=_((u8t,_he)=>{"use strict";var yft=ak(),Eft=()=>{throw new Error("expected prompt to have a custom authenticate method")},Uhe=(t=Eft)=>{class e extends yft{constructor(o){super(o)}async submit(){this.value=await t.call(this,this.values,this.state),super.base.submit.call(this)}static create(o){return Uhe(o)}}return e};_he.exports=Uhe()});var Ghe=_((A8t,jhe)=>{"use strict";var Cft=Z_();function wft(t,e){return t.username===this.options.username&&t.password===this.options.password}var Hhe=(t=wft)=>{let e=[{name:"username",message:"username"},{name:"password",message:"password",format(o){return this.options.showPassword?o:(this.state.submitted?this.styles.primary:this.styles.muted)(this.symbols.asterisk.repeat(o.length))}}];class r extends Cft.create(t){constructor(a){super({...a,choices:e})}static create(a){return Hhe(a)}}return r};jhe.exports=Hhe()});var lk=_((f8t,qhe)=>{"use strict";var Ift=gC(),{isPrimitive:Bft,hasColor:vft}=No(),$_=class extends Ift{constructor(e){super(e),this.cursorHide()}async initialize(){let e=await this.resolve(this.initial,this.state);this.input=await this.cast(e),await super.initialize()}dispatch(e){return this.isValue(e)?(this.input=e,this.submit()):this.alert()}format(e){let{styles:r,state:o}=this;return o.submitted?r.success(e):r.primary(e)}cast(e){return this.isTrue(e)}isTrue(e){return/^[ty1]/i.test(e)}isFalse(e){return/^[fn0]/i.test(e)}isValue(e){return Bft(e)&&(this.isTrue(e)||this.isFalse(e))}async hint(){if(this.state.status==="pending"){let e=await this.element("hint");return vft(e)?e:this.styles.muted(e)}}async render(){let{input:e,size:r}=this.state,o=await this.prefix(),a=await this.separator(),n=await this.message(),u=this.styles.muted(this.default),A=[o,n,u,a].filter(Boolean).join(" ");this.state.prompt=A;let p=await this.header(),h=this.value=this.cast(e),E=await this.format(h),I=await this.error()||await this.hint(),v=await this.footer();I&&!A.includes(I)&&(E+=" "+I),A+=" "+E,this.clear(r),this.write([p,A,v].filter(Boolean).join(` +`)),this.restore()}set value(e){super.value=e}get value(){return this.cast(super.value)}};qhe.exports=$_});var Whe=_((p8t,Yhe)=>{"use strict";var Dft=lk(),e8=class extends Dft{constructor(e){super(e),this.default=this.options.default||(this.initial?"(Y/n)":"(y/N)")}};Yhe.exports=e8});var Vhe=_((h8t,Khe)=>{"use strict";var Sft=bh(),Pft=ak(),dC=Pft.prototype,t8=class extends Sft{constructor(e){super({...e,multiple:!0}),this.align=[this.options.align,"left"].find(r=>r!=null),this.emptyError="",this.values={}}dispatch(e,r){let o=this.focused,a=o.parent||{};return!o.editable&&!a.editable&&(e==="a"||e==="i")?super[e]():dC.dispatch.call(this,e,r)}append(e,r){return dC.append.call(this,e,r)}delete(e,r){return dC.delete.call(this,e,r)}space(e){return this.focused.editable?this.append(e):super.space()}number(e){return this.focused.editable?this.append(e):super.number(e)}next(){return this.focused.editable?dC.next.call(this):super.next()}prev(){return this.focused.editable?dC.prev.call(this):super.prev()}async indicator(e,r){let o=e.indicator||"",a=e.editable?o:super.indicator(e,r);return await this.resolve(a,this.state,e,r)||""}indent(e){return e.role==="heading"?"":e.editable?" ":" "}async renderChoice(e,r){return e.indent="",e.editable?dC.renderChoice.call(this,e,r):super.renderChoice(e,r)}error(){return""}footer(){return this.state.error}async validate(){let e=!0;for(let r of this.choices){if(typeof r.validate!="function"||r.role==="heading")continue;let o=r.parent?this.value[r.parent.name]:this.value;if(r.editable?o=r.value===r.name?r.initial||"":r.value:this.isDisabled(r)||(o=r.enabled===!0),e=await r.validate(o,this.state),e!==!0)break}return e!==!0&&(this.state.error=typeof e=="string"?e:"Invalid Input"),e}submit(){if(this.focused.newChoice===!0)return super.submit();if(this.choices.some(e=>e.newChoice))return this.alert();this.value={};for(let e of this.choices){let r=e.parent?this.value[e.parent.name]:this.value;if(e.role==="heading"){this.value[e.name]={};continue}e.editable?r[e.name]=e.value===e.name?e.initial||"":e.value:this.isDisabled(e)||(r[e.name]=e.enabled===!0)}return this.base.submit.call(this)}};Khe.exports=t8});var Wd=_((g8t,Jhe)=>{"use strict";var bft=gC(),xft=z_(),{isPrimitive:kft}=No(),r8=class extends bft{constructor(e){super(e),this.initial=kft(this.initial)?String(this.initial):"",this.initial&&this.cursorHide(),this.state.prevCursor=0,this.state.clipboard=[]}async keypress(e,r={}){let o=this.state.prevKeypress;return this.state.prevKeypress=r,this.options.multiline===!0&&r.name==="return"&&(!o||o.name!=="return")?this.append(` +`,r):super.keypress(e,r)}moveCursor(e){this.cursor+=e}reset(){return this.input=this.value="",this.cursor=0,this.render()}dispatch(e,r){if(!e||r.ctrl||r.code)return this.alert();this.append(e)}append(e){let{cursor:r,input:o}=this.state;this.input=`${o}`.slice(0,r)+e+`${o}`.slice(r),this.moveCursor(String(e).length),this.render()}insert(e){this.append(e)}delete(){let{cursor:e,input:r}=this.state;if(e<=0)return this.alert();this.input=`${r}`.slice(0,e-1)+`${r}`.slice(e),this.moveCursor(-1),this.render()}deleteForward(){let{cursor:e,input:r}=this.state;if(r[e]===void 0)return this.alert();this.input=`${r}`.slice(0,e)+`${r}`.slice(e+1),this.render()}cutForward(){let e=this.cursor;if(this.input.length<=e)return this.alert();this.state.clipboard.push(this.input.slice(e)),this.input=this.input.slice(0,e),this.render()}cutLeft(){let e=this.cursor;if(e===0)return this.alert();let r=this.input.slice(0,e),o=this.input.slice(e),a=r.split(" ");this.state.clipboard.push(a.pop()),this.input=a.join(" "),this.cursor=this.input.length,this.input+=o,this.render()}paste(){if(!this.state.clipboard.length)return this.alert();this.insert(this.state.clipboard.pop()),this.render()}toggleCursor(){this.state.prevCursor?(this.cursor=this.state.prevCursor,this.state.prevCursor=0):(this.state.prevCursor=this.cursor,this.cursor=0),this.render()}first(){this.cursor=0,this.render()}last(){this.cursor=this.input.length-1,this.render()}next(){let e=this.initial!=null?String(this.initial):"";if(!e||!e.startsWith(this.input))return this.alert();this.input=this.initial,this.cursor=this.initial.length,this.render()}prev(){if(!this.input)return this.alert();this.reset()}backward(){return this.left()}forward(){return this.right()}right(){return this.cursor>=this.input.length?this.alert():(this.moveCursor(1),this.render())}left(){return this.cursor<=0?this.alert():(this.moveCursor(-1),this.render())}isValue(e){return!!e}async format(e=this.value){let r=await this.resolve(this.initial,this.state);return this.state.submitted?this.styles.submitted(e||r):xft(this,{input:e,initial:r,pos:this.cursor})}async render(){let e=this.state.size,r=await this.prefix(),o=await this.separator(),a=await this.message(),n=[r,a,o].filter(Boolean).join(" ");this.state.prompt=n;let u=await this.header(),A=await this.format(),p=await this.error()||await this.hint(),h=await this.footer();p&&!A.includes(p)&&(A+=" "+p),n+=" "+A,this.clear(e),this.write([u,n,h].filter(Boolean).join(` +`)),this.restore()}};Jhe.exports=r8});var Xhe=_((d8t,zhe)=>{"use strict";var Qft=t=>t.filter((e,r)=>t.lastIndexOf(e)===r),ck=t=>Qft(t).filter(Boolean);zhe.exports=(t,e={},r="")=>{let{past:o=[],present:a=""}=e,n,u;switch(t){case"prev":case"undo":return n=o.slice(0,o.length-1),u=o[o.length-1]||"",{past:ck([r,...n]),present:u};case"next":case"redo":return n=o.slice(1),u=o[0]||"",{past:ck([...n,r]),present:u};case"save":return{past:ck([...o,r]),present:""};case"remove":return u=ck(o.filter(A=>A!==r)),a="",u.length&&(a=u.pop()),{past:u,present:a};default:throw new Error(`Invalid action: "${t}"`)}}});var i8=_((m8t,$he)=>{"use strict";var Fft=Wd(),Zhe=Xhe(),n8=class extends Fft{constructor(e){super(e);let r=this.options.history;if(r&&r.store){let o=r.values||this.initial;this.autosave=!!r.autosave,this.store=r.store,this.data=this.store.get("values")||{past:[],present:o},this.initial=this.data.present||this.data.past[this.data.past.length-1]}}completion(e){return this.store?(this.data=Zhe(e,this.data,this.input),this.data.present?(this.input=this.data.present,this.cursor=this.input.length,this.render()):this.alert()):this.alert()}altUp(){return this.completion("prev")}altDown(){return this.completion("next")}prev(){return this.save(),super.prev()}save(){!this.store||(this.data=Zhe("save",this.data,this.input),this.store.set("values",this.data))}submit(){return this.store&&this.autosave===!0&&this.save(),super.submit()}};$he.exports=n8});var t0e=_((y8t,e0e)=>{"use strict";var Rft=Wd(),s8=class extends Rft{format(){return""}};e0e.exports=s8});var n0e=_((E8t,r0e)=>{"use strict";var Tft=Wd(),o8=class extends Tft{constructor(e={}){super(e),this.sep=this.options.separator||/, */,this.initial=e.initial||""}split(e=this.value){return e?String(e).split(this.sep):[]}format(){let e=this.state.submitted?this.styles.primary:r=>r;return this.list.map(e).join(", ")}async submit(e){let r=this.state.error||await this.validate(this.list,this.state);return r!==!0?(this.state.error=r,super.submit()):(this.value=this.list,super.submit())}get list(){return this.split()}};r0e.exports=o8});var s0e=_((C8t,i0e)=>{"use strict";var Nft=bh(),a8=class extends Nft{constructor(e){super({...e,multiple:!0})}};i0e.exports=a8});var c8=_((w8t,o0e)=>{"use strict";var Lft=Wd(),l8=class extends Lft{constructor(e={}){super({style:"number",...e}),this.min=this.isValue(e.min)?this.toNumber(e.min):-1/0,this.max=this.isValue(e.max)?this.toNumber(e.max):1/0,this.delay=e.delay!=null?e.delay:1e3,this.float=e.float!==!1,this.round=e.round===!0||e.float===!1,this.major=e.major||10,this.minor=e.minor||1,this.initial=e.initial!=null?e.initial:"",this.input=String(this.initial),this.cursor=this.input.length,this.cursorShow()}append(e){return!/[-+.]/.test(e)||e==="."&&this.input.includes(".")?this.alert("invalid number"):super.append(e)}number(e){return super.append(e)}next(){return this.input&&this.input!==this.initial?this.alert():this.isValue(this.initial)?(this.input=this.initial,this.cursor=String(this.initial).length,this.render()):this.alert()}up(e){let r=e||this.minor,o=this.toNumber(this.input);return o>this.max+r?this.alert():(this.input=`${o+r}`,this.render())}down(e){let r=e||this.minor,o=this.toNumber(this.input);return othis.isValue(r));return this.value=this.toNumber(e||0),super.submit()}};o0e.exports=l8});var l0e=_((I8t,a0e)=>{a0e.exports=c8()});var u0e=_((B8t,c0e)=>{"use strict";var Oft=Wd(),u8=class extends Oft{constructor(e){super(e),this.cursorShow()}format(e=this.input){return this.keypressed?(this.state.submitted?this.styles.primary:this.styles.muted)(this.symbols.asterisk.repeat(e.length)):""}};c0e.exports=u8});var p0e=_((v8t,f0e)=>{"use strict";var Mft=Kc(),Uft=u2(),A0e=No(),A8=class extends Uft{constructor(e={}){super(e),this.widths=[].concat(e.messageWidth||50),this.align=[].concat(e.align||"left"),this.linebreak=e.linebreak||!1,this.edgeLength=e.edgeLength||3,this.newline=e.newline||` `;let r=e.startNumber||1;typeof this.scale=="number"&&(this.scaleKey=!1,this.scale=Array(this.scale).fill(0).map((o,a)=>({name:a+r})))}async reset(){return this.tableized=!1,await super.reset(),this.render()}tableize(){if(this.tableized===!0)return;this.tableized=!0;let e=0;for(let r of this.choices){e=Math.max(e,r.message.length),r.scaleIndex=r.initial||2,r.scale=[];for(let o=0;o=this.scale.length-1?this.alert():(e.scaleIndex++,this.render())}left(){let e=this.focused;return e.scaleIndex<=0?this.alert():(e.scaleIndex--,this.render())}indent(){return""}format(){return this.state.submitted?this.choices.map(r=>this.styles.info(r.index)).join(", "):""}pointer(){return""}renderScaleKey(){return this.scaleKey===!1||this.state.submitted?"":["",...this.scale.map(o=>` ${o.name} - ${o.message}`)].map(o=>this.styles.muted(o)).join(` -`)}renderScaleHeading(e){let r=this.scale.map(p=>p.name);typeof this.options.renderScaleHeading=="function"&&(r=this.options.renderScaleHeading.call(this,e));let o=this.scaleLength-r.join("").length,a=Math.round(o/(r.length-1)),u=r.map(p=>this.styles.strong(p)).join(" ".repeat(a)),A=" ".repeat(this.widths[0]);return this.margin[3]+A+this.margin[1]+u}scaleIndicator(e,r,o){if(typeof this.options.scaleIndicator=="function")return this.options.scaleIndicator.call(this,e,r,o);let a=e.scaleIndex===r.index;return r.disabled?this.styles.hint(this.symbols.radio.disabled):a?this.styles.success(this.symbols.radio.on):this.symbols.radio.off}renderScale(e,r){let o=e.scale.map(n=>this.scaleIndicator(e,n,r)),a=this.term==="Hyper"?"":" ";return o.join(a+this.symbols.line.repeat(this.edgeLength))}async renderChoice(e,r){await this.onChoice(e,r);let o=this.index===r,a=await this.pointer(e,r),n=await e.hint;n&&!p0e.hasColor(n)&&(n=this.styles.muted(n));let u=C=>this.margin[3]+C.replace(/\s+$/,"").padEnd(this.widths[0]," "),A=this.newline,p=this.indent(e),h=await this.resolve(e.message,this.state,e,r),E=await this.renderScale(e,r),I=this.margin[1]+this.margin[3];this.scaleLength=qft.unstyle(E).length,this.widths[0]=Math.min(this.widths[0],this.width-this.scaleLength-I.length);let b=p0e.wordWrap(h,{width:this.widths[0],newline:A}).split(` -`).map(C=>u(C)+this.margin[1]);return o&&(E=this.styles.info(E),b=b.map(C=>this.styles.info(C))),b[0]+=E,this.linebreak&&b.push(""),[p+a,b.join(` +`)}renderScaleHeading(e){let r=this.scale.map(p=>p.name);typeof this.options.renderScaleHeading=="function"&&(r=this.options.renderScaleHeading.call(this,e));let o=this.scaleLength-r.join("").length,a=Math.round(o/(r.length-1)),u=r.map(p=>this.styles.strong(p)).join(" ".repeat(a)),A=" ".repeat(this.widths[0]);return this.margin[3]+A+this.margin[1]+u}scaleIndicator(e,r,o){if(typeof this.options.scaleIndicator=="function")return this.options.scaleIndicator.call(this,e,r,o);let a=e.scaleIndex===r.index;return r.disabled?this.styles.hint(this.symbols.radio.disabled):a?this.styles.success(this.symbols.radio.on):this.symbols.radio.off}renderScale(e,r){let o=e.scale.map(n=>this.scaleIndicator(e,n,r)),a=this.term==="Hyper"?"":" ";return o.join(a+this.symbols.line.repeat(this.edgeLength))}async renderChoice(e,r){await this.onChoice(e,r);let o=this.index===r,a=await this.pointer(e,r),n=await e.hint;n&&!A0e.hasColor(n)&&(n=this.styles.muted(n));let u=C=>this.margin[3]+C.replace(/\s+$/,"").padEnd(this.widths[0]," "),A=this.newline,p=this.indent(e),h=await this.resolve(e.message,this.state,e,r),E=await this.renderScale(e,r),I=this.margin[1]+this.margin[3];this.scaleLength=Mft.unstyle(E).length,this.widths[0]=Math.min(this.widths[0],this.width-this.scaleLength-I.length);let x=A0e.wordWrap(h,{width:this.widths[0],newline:A}).split(` +`).map(C=>u(C)+this.margin[1]);return o&&(E=this.styles.info(E),x=x.map(C=>this.styles.info(C))),x[0]+=E,this.linebreak&&x.push(""),[p+a,x.join(` `)].filter(Boolean)}async renderChoices(){if(this.state.submitted)return"";this.tableize();let e=this.visible.map(async(a,n)=>await this.renderChoice(a,n)),r=await Promise.all(e),o=await this.renderScaleHeading();return this.margin[0]+[o,...r.map(a=>a.join(" "))].join(` -`)}async render(){let{submitted:e,size:r}=this.state,o=await this.prefix(),a=await this.separator(),n=await this.message(),u="";this.options.promptLine!==!1&&(u=[o,n,a,""].join(" "),this.state.prompt=u);let A=await this.header(),p=await this.format(),h=await this.renderScaleKey(),E=await this.error()||await this.hint(),I=await this.renderChoices(),v=await this.footer(),b=this.emptyError;p&&(u+=p),E&&!u.includes(E)&&(u+=" "+E),e&&!p&&!I.trim()&&this.multiple&&b!=null&&(u+=this.styles.danger(b)),this.clear(r),this.write([A,u,h,I,v].filter(Boolean).join(` -`)),this.state.submitted||this.write(this.margin[2]),this.restore()}submit(){this.value={};for(let e of this.choices)this.value[e.name]=e.scaleIndex;return this.base.submit.call(this)}};h0e.exports=p8});var y0e=_((P8t,m0e)=>{"use strict";var d0e=Vc(),Yft=(t="")=>typeof t=="string"?t.replace(/^['"]|['"]$/g,""):"",g8=class{constructor(e){this.name=e.key,this.field=e.field||{},this.value=Yft(e.initial||this.field.initial||""),this.message=e.message||this.name,this.cursor=0,this.input="",this.lines=[]}},Wft=async(t={},e={},r=o=>o)=>{let o=new Set,a=t.fields||[],n=t.template,u=[],A=[],p=[],h=1;typeof n=="function"&&(n=await n());let E=-1,I=()=>n[++E],v=()=>n[E+1],b=C=>{C.line=h,u.push(C)};for(b({type:"bos",value:""});Ele.name===U.key);U.field=a.find(le=>le.name===U.key),te||(te=new g8(U),A.push(te)),te.lines.push(U.line-1);continue}let T=u[u.length-1];T.type==="text"&&T.line===h?T.value+=C:b({type:"text",value:C})}return b({type:"eos",value:""}),{input:n,tabstops:u,unique:o,keys:p,items:A}};m0e.exports=async t=>{let e=t.options,r=new Set(e.required===!0?[]:e.required||[]),o={...e.values,...e.initial},{tabstops:a,items:n,keys:u}=await Wft(e,o),A=h8("result",t,e),p=h8("format",t,e),h=h8("validate",t,e,!0),E=t.isValue.bind(t);return async(I={},v=!1)=>{let b=0;I.required=r,I.items=n,I.keys=u,I.output="";let C=async(J,te,le,pe)=>{let Ae=await h(J,te,le,pe);return Ae===!1?"Invalid field "+le.name:Ae};for(let J of a){let te=J.value,le=J.key;if(J.type!=="template"){te&&(I.output+=te);continue}if(J.type==="template"){let pe=n.find(Pe=>Pe.name===le);e.required===!0&&I.required.add(pe.name);let Ae=[pe.input,I.values[pe.value],pe.value,te].find(E),ae=(pe.field||{}).message||J.inner;if(v){let Pe=await C(I.values[le],I,pe,b);if(Pe&&typeof Pe=="string"||Pe===!1){I.invalid.set(le,Pe);continue}I.invalid.delete(le);let g=await A(I.values[le],I,pe,b);I.output+=d0e.unstyle(g);continue}pe.placeholder=!1;let we=te;te=await p(te,I,pe,b),Ae!==te?(I.values[le]=Ae,te=t.styles.typing(Ae),I.missing.delete(ae)):(I.values[le]=void 0,Ae=`<${ae}>`,te=t.styles.primary(Ae),pe.placeholder=!0,I.required.has(le)&&I.missing.add(ae)),I.missing.has(ae)&&I.validating&&(te=t.styles.warning(Ae)),I.invalid.has(le)&&I.validating&&(te=t.styles.danger(Ae)),b===I.index&&(we!==te?te=t.styles.underline(te):te=t.styles.heading(d0e.unstyle(te))),b++}te&&(I.output+=te)}let T=I.output.split(` -`).map(J=>" "+J),L=n.length,U=0;for(let J of n)I.invalid.has(J.name)&&J.lines.forEach(te=>{T[te][0]===" "&&(T[te]=I.styles.danger(I.symbols.bullet)+T[te].slice(1))}),t.isValue(I.values[J.name])&&U++;return I.completed=(U/L*100).toFixed(0),I.output=T.join(` -`),I.output}};function h8(t,e,r,o){return(a,n,u,A)=>typeof u.field[t]=="function"?u.field[t].call(e,a,n,u,A):[o,a].find(p=>e.isValue(p))}});var C0e=_((S8t,E0e)=>{"use strict";var Vft=Vc(),Kft=y0e(),Jft=hC(),d8=class extends Jft{constructor(e){super(e),this.cursorHide(),this.reset(!0)}async initialize(){this.interpolate=await Kft(this),await super.initialize()}async reset(e){this.state.keys=[],this.state.invalid=new Map,this.state.missing=new Set,this.state.completed=0,this.state.values={},e!==!0&&(await this.initialize(),await this.render())}moveCursor(e){let r=this.getItem();this.cursor+=e,r.cursor+=e}dispatch(e,r){if(!r.code&&!r.ctrl&&e!=null&&this.getItem()){this.append(e,r);return}this.alert()}append(e,r){let o=this.getItem(),a=o.input.slice(0,this.cursor),n=o.input.slice(this.cursor);this.input=o.input=`${a}${e}${n}`,this.moveCursor(1),this.render()}delete(){let e=this.getItem();if(this.cursor<=0||!e.input)return this.alert();let r=e.input.slice(this.cursor),o=e.input.slice(0,this.cursor-1);this.input=e.input=`${o}${r}`,this.moveCursor(-1),this.render()}increment(e){return e>=this.state.keys.length-1?0:e+1}decrement(e){return e<=0?this.state.keys.length-1:e-1}first(){this.state.index=0,this.render()}last(){this.state.index=this.state.keys.length-1,this.render()}right(){if(this.cursor>=this.input.length)return this.alert();this.moveCursor(1),this.render()}left(){if(this.cursor<=0)return this.alert();this.moveCursor(-1),this.render()}prev(){this.state.index=this.decrement(this.state.index),this.getItem(),this.render()}next(){this.state.index=this.increment(this.state.index),this.getItem(),this.render()}up(){this.prev()}down(){this.next()}format(e){let r=this.state.completed<100?this.styles.warning:this.styles.success;return this.state.submitted===!0&&this.state.completed!==100&&(r=this.styles.danger),r(`${this.state.completed}% completed`)}async render(){let{index:e,keys:r=[],submitted:o,size:a}=this.state,n=[this.options.newline,` -`].find(J=>J!=null),u=await this.prefix(),A=await this.separator(),p=await this.message(),h=[u,p,A].filter(Boolean).join(" ");this.state.prompt=h;let E=await this.header(),I=await this.error()||"",v=await this.hint()||"",b=o?"":await this.interpolate(this.state),C=this.state.key=r[e]||"",T=await this.format(C),L=await this.footer();T&&(h+=" "+T),v&&!T&&this.state.completed===0&&(h+=" "+v),this.clear(a);let U=[E,h,b,L,I.trim()];this.write(U.filter(Boolean).join(n)),this.restore()}getItem(e){let{items:r,keys:o,index:a}=this.state,n=r.find(u=>u.name===o[a]);return n&&n.input!=null&&(this.input=n.input,this.cursor=n.cursor),n}async submit(){typeof this.interpolate!="function"&&await this.initialize(),await this.interpolate(this.state,!0);let{invalid:e,missing:r,output:o,values:a}=this.state;if(e.size){let A="";for(let[p,h]of e)A+=`Invalid ${p}: ${h} -`;return this.state.error=A,super.submit()}if(r.size)return this.state.error="Required: "+[...r.keys()].join(", "),super.submit();let u=Vft.unstyle(o).split(` +`)}async render(){let{submitted:e,size:r}=this.state,o=await this.prefix(),a=await this.separator(),n=await this.message(),u="";this.options.promptLine!==!1&&(u=[o,n,a,""].join(" "),this.state.prompt=u);let A=await this.header(),p=await this.format(),h=await this.renderScaleKey(),E=await this.error()||await this.hint(),I=await this.renderChoices(),v=await this.footer(),x=this.emptyError;p&&(u+=p),E&&!u.includes(E)&&(u+=" "+E),e&&!p&&!I.trim()&&this.multiple&&x!=null&&(u+=this.styles.danger(x)),this.clear(r),this.write([A,u,h,I,v].filter(Boolean).join(` +`)),this.state.submitted||this.write(this.margin[2]),this.restore()}submit(){this.value={};for(let e of this.choices)this.value[e.name]=e.scaleIndex;return this.base.submit.call(this)}};f0e.exports=A8});var d0e=_((D8t,g0e)=>{"use strict";var h0e=Kc(),_ft=(t="")=>typeof t=="string"?t.replace(/^['"]|['"]$/g,""):"",p8=class{constructor(e){this.name=e.key,this.field=e.field||{},this.value=_ft(e.initial||this.field.initial||""),this.message=e.message||this.name,this.cursor=0,this.input="",this.lines=[]}},Hft=async(t={},e={},r=o=>o)=>{let o=new Set,a=t.fields||[],n=t.template,u=[],A=[],p=[],h=1;typeof n=="function"&&(n=await n());let E=-1,I=()=>n[++E],v=()=>n[E+1],x=C=>{C.line=h,u.push(C)};for(x({type:"bos",value:""});Eae.name===U.key);U.field=a.find(ae=>ae.name===U.key),te||(te=new p8(U),A.push(te)),te.lines.push(U.line-1);continue}let R=u[u.length-1];R.type==="text"&&R.line===h?R.value+=C:x({type:"text",value:C})}return x({type:"eos",value:""}),{input:n,tabstops:u,unique:o,keys:p,items:A}};g0e.exports=async t=>{let e=t.options,r=new Set(e.required===!0?[]:e.required||[]),o={...e.values,...e.initial},{tabstops:a,items:n,keys:u}=await Hft(e,o),A=f8("result",t,e),p=f8("format",t,e),h=f8("validate",t,e,!0),E=t.isValue.bind(t);return async(I={},v=!1)=>{let x=0;I.required=r,I.items=n,I.keys=u,I.output="";let C=async(J,te,ae,fe)=>{let ce=await h(J,te,ae,fe);return ce===!1?"Invalid field "+ae.name:ce};for(let J of a){let te=J.value,ae=J.key;if(J.type!=="template"){te&&(I.output+=te);continue}if(J.type==="template"){let fe=n.find(we=>we.name===ae);e.required===!0&&I.required.add(fe.name);let ce=[fe.input,I.values[fe.value],fe.value,te].find(E),he=(fe.field||{}).message||J.inner;if(v){let we=await C(I.values[ae],I,fe,x);if(we&&typeof we=="string"||we===!1){I.invalid.set(ae,we);continue}I.invalid.delete(ae);let g=await A(I.values[ae],I,fe,x);I.output+=h0e.unstyle(g);continue}fe.placeholder=!1;let Be=te;te=await p(te,I,fe,x),ce!==te?(I.values[ae]=ce,te=t.styles.typing(ce),I.missing.delete(he)):(I.values[ae]=void 0,ce=`<${he}>`,te=t.styles.primary(ce),fe.placeholder=!0,I.required.has(ae)&&I.missing.add(he)),I.missing.has(he)&&I.validating&&(te=t.styles.warning(ce)),I.invalid.has(ae)&&I.validating&&(te=t.styles.danger(ce)),x===I.index&&(Be!==te?te=t.styles.underline(te):te=t.styles.heading(h0e.unstyle(te))),x++}te&&(I.output+=te)}let R=I.output.split(` +`).map(J=>" "+J),L=n.length,U=0;for(let J of n)I.invalid.has(J.name)&&J.lines.forEach(te=>{R[te][0]===" "&&(R[te]=I.styles.danger(I.symbols.bullet)+R[te].slice(1))}),t.isValue(I.values[J.name])&&U++;return I.completed=(U/L*100).toFixed(0),I.output=R.join(` +`),I.output}};function f8(t,e,r,o){return(a,n,u,A)=>typeof u.field[t]=="function"?u.field[t].call(e,a,n,u,A):[o,a].find(p=>e.isValue(p))}});var y0e=_((S8t,m0e)=>{"use strict";var jft=Kc(),Gft=d0e(),qft=gC(),h8=class extends qft{constructor(e){super(e),this.cursorHide(),this.reset(!0)}async initialize(){this.interpolate=await Gft(this),await super.initialize()}async reset(e){this.state.keys=[],this.state.invalid=new Map,this.state.missing=new Set,this.state.completed=0,this.state.values={},e!==!0&&(await this.initialize(),await this.render())}moveCursor(e){let r=this.getItem();this.cursor+=e,r.cursor+=e}dispatch(e,r){if(!r.code&&!r.ctrl&&e!=null&&this.getItem()){this.append(e,r);return}this.alert()}append(e,r){let o=this.getItem(),a=o.input.slice(0,this.cursor),n=o.input.slice(this.cursor);this.input=o.input=`${a}${e}${n}`,this.moveCursor(1),this.render()}delete(){let e=this.getItem();if(this.cursor<=0||!e.input)return this.alert();let r=e.input.slice(this.cursor),o=e.input.slice(0,this.cursor-1);this.input=e.input=`${o}${r}`,this.moveCursor(-1),this.render()}increment(e){return e>=this.state.keys.length-1?0:e+1}decrement(e){return e<=0?this.state.keys.length-1:e-1}first(){this.state.index=0,this.render()}last(){this.state.index=this.state.keys.length-1,this.render()}right(){if(this.cursor>=this.input.length)return this.alert();this.moveCursor(1),this.render()}left(){if(this.cursor<=0)return this.alert();this.moveCursor(-1),this.render()}prev(){this.state.index=this.decrement(this.state.index),this.getItem(),this.render()}next(){this.state.index=this.increment(this.state.index),this.getItem(),this.render()}up(){this.prev()}down(){this.next()}format(e){let r=this.state.completed<100?this.styles.warning:this.styles.success;return this.state.submitted===!0&&this.state.completed!==100&&(r=this.styles.danger),r(`${this.state.completed}% completed`)}async render(){let{index:e,keys:r=[],submitted:o,size:a}=this.state,n=[this.options.newline,` +`].find(J=>J!=null),u=await this.prefix(),A=await this.separator(),p=await this.message(),h=[u,p,A].filter(Boolean).join(" ");this.state.prompt=h;let E=await this.header(),I=await this.error()||"",v=await this.hint()||"",x=o?"":await this.interpolate(this.state),C=this.state.key=r[e]||"",R=await this.format(C),L=await this.footer();R&&(h+=" "+R),v&&!R&&this.state.completed===0&&(h+=" "+v),this.clear(a);let U=[E,h,x,L,I.trim()];this.write(U.filter(Boolean).join(n)),this.restore()}getItem(e){let{items:r,keys:o,index:a}=this.state,n=r.find(u=>u.name===o[a]);return n&&n.input!=null&&(this.input=n.input,this.cursor=n.cursor),n}async submit(){typeof this.interpolate!="function"&&await this.initialize(),await this.interpolate(this.state,!0);let{invalid:e,missing:r,output:o,values:a}=this.state;if(e.size){let A="";for(let[p,h]of e)A+=`Invalid ${p}: ${h} +`;return this.state.error=A,super.submit()}if(r.size)return this.state.error="Required: "+[...r.keys()].join(", "),super.submit();let u=jft.unstyle(o).split(` `).map(A=>A.slice(1)).join(` -`);return this.value={values:a,result:u},super.submit()}};E0e.exports=d8});var I0e=_((x8t,w0e)=>{"use strict";var zft="(Use + to sort)",Xft=Sh(),m8=class extends Xft{constructor(e){super({...e,reorder:!1,sort:!0,multiple:!0}),this.state.hint=[this.options.hint,zft].find(this.isValue.bind(this))}indicator(){return""}async renderChoice(e,r){let o=await super.renderChoice(e,r),a=this.symbols.identicalTo+" ",n=this.index===r&&this.sorting?this.styles.muted(a):" ";return this.options.drag===!1&&(n=""),this.options.numbered===!0?n+`${r+1} - `+o:n+o}get selected(){return this.choices}submit(){return this.value=this.choices.map(e=>e.value),super.submit()}};w0e.exports=m8});var v0e=_((b8t,B0e)=>{"use strict";var Zft=c2(),y8=class extends Zft{constructor(e={}){if(super(e),this.emptyError=e.emptyError||"No items were selected",this.term=process.env.TERM_PROGRAM,!this.options.header){let r=["","4 - Strongly Agree","3 - Agree","2 - Neutral","1 - Disagree","0 - Strongly Disagree",""];r=r.map(o=>this.styles.muted(o)),this.state.header=r.join(` - `)}}async toChoices(...e){if(this.createdScales)return!1;this.createdScales=!0;let r=await super.toChoices(...e);for(let o of r)o.scale=$ft(5,this.options),o.scaleIdx=2;return r}dispatch(){this.alert()}space(){let e=this.focused,r=e.scale[e.scaleIdx],o=r.selected;return e.scale.forEach(a=>a.selected=!1),r.selected=!o,this.render()}indicator(){return""}pointer(){return""}separator(){return this.styles.muted(this.symbols.ellipsis)}right(){let e=this.focused;return e.scaleIdx>=e.scale.length-1?this.alert():(e.scaleIdx++,this.render())}left(){let e=this.focused;return e.scaleIdx<=0?this.alert():(e.scaleIdx--,this.render())}indent(){return" "}async renderChoice(e,r){await this.onChoice(e,r);let o=this.index===r,a=this.term==="Hyper",n=a?9:8,u=a?"":" ",A=this.symbols.line.repeat(n),p=" ".repeat(n+(a?0:1)),h=te=>(te?this.styles.success("\u25C9"):"\u25EF")+u,E=r+1+".",I=o?this.styles.heading:this.styles.noop,v=await this.resolve(e.message,this.state,e,r),b=this.indent(e),C=b+e.scale.map((te,le)=>h(le===e.scaleIdx)).join(A),T=te=>te===e.scaleIdx?I(te):te,L=b+e.scale.map((te,le)=>T(le)).join(p),U=()=>[E,v].filter(Boolean).join(" "),J=()=>[U(),C,L," "].filter(Boolean).join(` +`);return this.value={values:a,result:u},super.submit()}};m0e.exports=h8});var C0e=_((P8t,E0e)=>{"use strict";var Yft="(Use + to sort)",Wft=bh(),g8=class extends Wft{constructor(e){super({...e,reorder:!1,sort:!0,multiple:!0}),this.state.hint=[this.options.hint,Yft].find(this.isValue.bind(this))}indicator(){return""}async renderChoice(e,r){let o=await super.renderChoice(e,r),a=this.symbols.identicalTo+" ",n=this.index===r&&this.sorting?this.styles.muted(a):" ";return this.options.drag===!1&&(n=""),this.options.numbered===!0?n+`${r+1} - `+o:n+o}get selected(){return this.choices}submit(){return this.value=this.choices.map(e=>e.value),super.submit()}};E0e.exports=g8});var I0e=_((b8t,w0e)=>{"use strict";var Kft=u2(),d8=class extends Kft{constructor(e={}){if(super(e),this.emptyError=e.emptyError||"No items were selected",this.term=process.env.TERM_PROGRAM,!this.options.header){let r=["","4 - Strongly Agree","3 - Agree","2 - Neutral","1 - Disagree","0 - Strongly Disagree",""];r=r.map(o=>this.styles.muted(o)),this.state.header=r.join(` + `)}}async toChoices(...e){if(this.createdScales)return!1;this.createdScales=!0;let r=await super.toChoices(...e);for(let o of r)o.scale=Vft(5,this.options),o.scaleIdx=2;return r}dispatch(){this.alert()}space(){let e=this.focused,r=e.scale[e.scaleIdx],o=r.selected;return e.scale.forEach(a=>a.selected=!1),r.selected=!o,this.render()}indicator(){return""}pointer(){return""}separator(){return this.styles.muted(this.symbols.ellipsis)}right(){let e=this.focused;return e.scaleIdx>=e.scale.length-1?this.alert():(e.scaleIdx++,this.render())}left(){let e=this.focused;return e.scaleIdx<=0?this.alert():(e.scaleIdx--,this.render())}indent(){return" "}async renderChoice(e,r){await this.onChoice(e,r);let o=this.index===r,a=this.term==="Hyper",n=a?9:8,u=a?"":" ",A=this.symbols.line.repeat(n),p=" ".repeat(n+(a?0:1)),h=te=>(te?this.styles.success("\u25C9"):"\u25EF")+u,E=r+1+".",I=o?this.styles.heading:this.styles.noop,v=await this.resolve(e.message,this.state,e,r),x=this.indent(e),C=x+e.scale.map((te,ae)=>h(ae===e.scaleIdx)).join(A),R=te=>te===e.scaleIdx?I(te):te,L=x+e.scale.map((te,ae)=>R(ae)).join(p),U=()=>[E,v].filter(Boolean).join(" "),J=()=>[U(),C,L," "].filter(Boolean).join(` `);return o&&(C=this.styles.cyan(C),L=this.styles.cyan(L)),J()}async renderChoices(){if(this.state.submitted)return"";let e=this.visible.map(async(o,a)=>await this.renderChoice(o,a)),r=await Promise.all(e);return r.length||r.push(this.styles.danger("No matching choices")),r.join(` `)}format(){return this.state.submitted?this.choices.map(r=>this.styles.info(r.scaleIdx)).join(", "):""}async render(){let{submitted:e,size:r}=this.state,o=await this.prefix(),a=await this.separator(),n=await this.message(),u=[o,n,a].filter(Boolean).join(" ");this.state.prompt=u;let A=await this.header(),p=await this.format(),h=await this.error()||await this.hint(),E=await this.renderChoices(),I=await this.footer();(p||!h)&&(u+=" "+p),h&&!u.includes(h)&&(u+=" "+h),e&&!p&&!E&&this.multiple&&this.type!=="form"&&(u+=this.styles.danger(this.emptyError)),this.clear(r),this.write([u,A,E,I].filter(Boolean).join(` -`)),this.restore()}submit(){this.value={};for(let e of this.choices)this.value[e.name]=e.scaleIdx;return this.base.submit.call(this)}};function $ft(t,e={}){if(Array.isArray(e.scale))return e.scale.map(o=>({...o}));let r=[];for(let o=1;o{D0e.exports=o8()});var x0e=_((Q8t,S0e)=>{"use strict";var ept=uk(),E8=class extends ept{async initialize(){await super.initialize(),this.value=this.initial=!!this.options.initial,this.disabled=this.options.disabled||"no",this.enabled=this.options.enabled||"yes",await this.render()}reset(){this.value=this.initial,this.render()}delete(){this.alert()}toggle(){this.value=!this.value,this.render()}enable(){if(this.value===!0)return this.alert();this.value=!0,this.render()}disable(){if(this.value===!1)return this.alert();this.value=!1,this.render()}up(){this.toggle()}down(){this.toggle()}right(){this.toggle()}left(){this.toggle()}next(){this.toggle()}prev(){this.toggle()}dispatch(e="",r){switch(e.toLowerCase()){case" ":return this.toggle();case"1":case"y":case"t":return this.enable();case"0":case"n":case"f":return this.disable();default:return this.alert()}}format(){let e=o=>this.styles.primary.underline(o);return[this.value?this.disabled:e(this.disabled),this.value?e(this.enabled):this.enabled].join(this.styles.muted(" / "))}async render(){let{size:e}=this.state,r=await this.header(),o=await this.prefix(),a=await this.separator(),n=await this.message(),u=await this.format(),A=await this.error()||await this.hint(),p=await this.footer(),h=[o,n,a,u].join(" ");this.state.prompt=h,A&&!h.includes(A)&&(h+=" "+A),this.clear(e),this.write([r,h,p].filter(Boolean).join(` -`)),this.write(this.margin[2]),this.restore()}};S0e.exports=E8});var k0e=_((F8t,b0e)=>{"use strict";var tpt=Sh(),C8=class extends tpt{constructor(e){if(super(e),typeof this.options.correctChoice!="number"||this.options.correctChoice<0)throw new Error("Please specify the index of the correct answer from the list of choices")}async toChoices(e,r){let o=await super.toChoices(e,r);if(o.length<2)throw new Error("Please give at least two choices to the user");if(this.options.correctChoice>o.length)throw new Error("Please specify the index of the correct answer from the list of choices");return o}check(e){return e.index===this.options.correctChoice}async result(e){return{selectedAnswer:e,correctAnswer:this.options.choices[this.options.correctChoice].value,correct:await this.check(this.state)}}};b0e.exports=C8});var F0e=_(w8=>{"use strict";var Q0e=No(),As=(t,e)=>{Q0e.defineExport(w8,t,e),Q0e.defineExport(w8,t.toLowerCase(),e)};As("AutoComplete",()=>Ohe());As("BasicAuth",()=>Yhe());As("Confirm",()=>Khe());As("Editable",()=>zhe());As("Form",()=>ck());As("Input",()=>o8());As("Invisible",()=>n0e());As("List",()=>s0e());As("MultiSelect",()=>a0e());As("Numeral",()=>u0e());As("Password",()=>f0e());As("Scale",()=>g0e());As("Select",()=>Sh());As("Snippet",()=>C0e());As("Sort",()=>I0e());As("Survey",()=>v0e());As("Text",()=>P0e());As("Toggle",()=>x0e());As("Quiz",()=>k0e())});var R0e=_((R8t,T0e)=>{T0e.exports={ArrayPrompt:c2(),AuthPrompt:e8(),BooleanPrompt:uk(),NumberPrompt:A8(),StringPrompt:Yd()}});var A2=_((N8t,L0e)=>{"use strict";var N0e=Be("assert"),B8=Be("events"),xh=No(),Jc=class extends B8{constructor(e,r){super(),this.options=xh.merge({},e),this.answers={...r}}register(e,r){if(xh.isObject(e)){for(let a of Object.keys(e))this.register(a,e[a]);return this}N0e.equal(typeof r,"function","expected a function");let o=e.toLowerCase();return r.prototype instanceof this.Prompt?this.prompts[o]=r:this.prompts[o]=r(this.Prompt,this),this}async prompt(e=[]){for(let r of[].concat(e))try{typeof r=="function"&&(r=await r.call(this)),await this.ask(xh.merge({},this.options,r))}catch(o){return Promise.reject(o)}return this.answers}async ask(e){typeof e=="function"&&(e=await e.call(this));let r=xh.merge({},this.options,e),{type:o,name:a}=e,{set:n,get:u}=xh;if(typeof o=="function"&&(o=await o.call(this,e,this.answers)),!o)return this.answers[a];N0e(this.prompts[o],`Prompt "${o}" is not registered`);let A=new this.prompts[o](r),p=u(this.answers,a);A.state.answers=this.answers,A.enquirer=this,a&&A.on("submit",E=>{this.emit("answer",a,E,A),n(this.answers,a,E)});let h=A.emit.bind(A);return A.emit=(...E)=>(this.emit.call(this,...E),h(...E)),this.emit("prompt",A,this),r.autofill&&p!=null?(A.value=A.input=p,r.autofill==="show"&&await A.submit()):p=A.value=await A.run(),p}use(e){return e.call(this,this),this}set Prompt(e){this._Prompt=e}get Prompt(){return this._Prompt||this.constructor.Prompt}get prompts(){return this.constructor.prompts}static set Prompt(e){this._Prompt=e}static get Prompt(){return this._Prompt||hC()}static get prompts(){return F0e()}static get types(){return R0e()}static get prompt(){let e=(r,...o)=>{let a=new this(...o),n=a.emit.bind(a);return a.emit=(...u)=>(e.emit(...u),n(...u)),a.prompt(r)};return xh.mixinEmitter(e,new B8),e}};xh.mixinEmitter(Jc,new B8);var I8=Jc.prompts;for(let t of Object.keys(I8)){let e=t.toLowerCase(),r=o=>new I8[t](o).run();Jc.prompt[e]=r,Jc[e]=r,Jc[t]||Reflect.defineProperty(Jc,t,{get:()=>I8[t]})}var u2=t=>{xh.defineExport(Jc,t,()=>Jc.types[t])};u2("ArrayPrompt");u2("AuthPrompt");u2("BooleanPrompt");u2("NumberPrompt");u2("StringPrompt");L0e.exports=Jc});var g2=_((mHt,q0e)=>{var apt=Zb();function lpt(t,e,r){var o=t==null?void 0:apt(t,e);return o===void 0?r:o}q0e.exports=lpt});var W0e=_((BHt,Y0e)=>{function cpt(t,e){for(var r=-1,o=t==null?0:t.length;++r{var upt=gd(),Apt=zP();function fpt(t,e){return t&&upt(e,Apt(e),t)}V0e.exports=fpt});var z0e=_((DHt,J0e)=>{var ppt=gd(),hpt=qy();function gpt(t,e){return t&&ppt(e,hpt(e),t)}J0e.exports=gpt});var Z0e=_((PHt,X0e)=>{var dpt=gd(),mpt=GP();function ypt(t,e){return dpt(t,mpt(t),e)}X0e.exports=ypt});var b8=_((SHt,$0e)=>{var Ept=qP(),Cpt=tS(),wpt=GP(),Ipt=KN(),Bpt=Object.getOwnPropertySymbols,vpt=Bpt?function(t){for(var e=[];t;)Ept(e,wpt(t)),t=Cpt(t);return e}:Ipt;$0e.exports=vpt});var tge=_((xHt,ege)=>{var Dpt=gd(),Ppt=b8();function Spt(t,e){return Dpt(t,Ppt(t),e)}ege.exports=Spt});var k8=_((bHt,rge)=>{var xpt=VN(),bpt=b8(),kpt=qy();function Qpt(t){return xpt(t,kpt,bpt)}rge.exports=Qpt});var ige=_((kHt,nge)=>{var Fpt=Object.prototype,Tpt=Fpt.hasOwnProperty;function Rpt(t){var e=t.length,r=new t.constructor(e);return e&&typeof t[0]=="string"&&Tpt.call(t,"index")&&(r.index=t.index,r.input=t.input),r}nge.exports=Rpt});var oge=_((QHt,sge)=>{var Npt=$P();function Lpt(t,e){var r=e?Npt(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}sge.exports=Lpt});var lge=_((FHt,age)=>{var Mpt=/\w*$/;function Opt(t){var e=new t.constructor(t.source,Mpt.exec(t));return e.lastIndex=t.lastIndex,e}age.exports=Opt});var pge=_((THt,fge)=>{var cge=fd(),uge=cge?cge.prototype:void 0,Age=uge?uge.valueOf:void 0;function Upt(t){return Age?Object(Age.call(t)):{}}fge.exports=Upt});var gge=_((RHt,hge)=>{var _pt=$P(),Hpt=oge(),jpt=lge(),qpt=pge(),Gpt=lL(),Ypt="[object Boolean]",Wpt="[object Date]",Vpt="[object Map]",Kpt="[object Number]",Jpt="[object RegExp]",zpt="[object Set]",Xpt="[object String]",Zpt="[object Symbol]",$pt="[object ArrayBuffer]",eht="[object DataView]",tht="[object Float32Array]",rht="[object Float64Array]",nht="[object Int8Array]",iht="[object Int16Array]",sht="[object Int32Array]",oht="[object Uint8Array]",aht="[object Uint8ClampedArray]",lht="[object Uint16Array]",cht="[object Uint32Array]";function uht(t,e,r){var o=t.constructor;switch(e){case $pt:return _pt(t);case Ypt:case Wpt:return new o(+t);case eht:return Hpt(t,r);case tht:case rht:case nht:case iht:case sht:case oht:case aht:case lht:case cht:return Gpt(t,r);case Vpt:return new o;case Kpt:case Xpt:return new o(t);case Jpt:return jpt(t);case zpt:return new o;case Zpt:return qpt(t)}}hge.exports=uht});var mge=_((NHt,dge)=>{var Aht=qI(),fht=Ju(),pht="[object Map]";function hht(t){return fht(t)&&Aht(t)==pht}dge.exports=hht});var wge=_((LHt,Cge)=>{var ght=mge(),dht=WP(),yge=VP(),Ege=yge&&yge.isMap,mht=Ege?dht(Ege):ght;Cge.exports=mht});var Bge=_((MHt,Ige)=>{var yht=qI(),Eht=Ju(),Cht="[object Set]";function wht(t){return Eht(t)&&yht(t)==Cht}Ige.exports=wht});var Sge=_((OHt,Pge)=>{var Iht=Bge(),Bht=WP(),vge=VP(),Dge=vge&&vge.isSet,vht=Dge?Bht(Dge):Iht;Pge.exports=vht});var Q8=_((UHt,Qge)=>{var Dht=HP(),Pht=W0e(),Sht=rS(),xht=K0e(),bht=z0e(),kht=aL(),Qht=eS(),Fht=Z0e(),Tht=tge(),Rht=ZN(),Nht=k8(),Lht=qI(),Mht=ige(),Oht=gge(),Uht=cL(),_ht=Hl(),Hht=OI(),jht=wge(),qht=il(),Ght=Sge(),Yht=zP(),Wht=qy(),Vht=1,Kht=2,Jht=4,xge="[object Arguments]",zht="[object Array]",Xht="[object Boolean]",Zht="[object Date]",$ht="[object Error]",bge="[object Function]",e0t="[object GeneratorFunction]",t0t="[object Map]",r0t="[object Number]",kge="[object Object]",n0t="[object RegExp]",i0t="[object Set]",s0t="[object String]",o0t="[object Symbol]",a0t="[object WeakMap]",l0t="[object ArrayBuffer]",c0t="[object DataView]",u0t="[object Float32Array]",A0t="[object Float64Array]",f0t="[object Int8Array]",p0t="[object Int16Array]",h0t="[object Int32Array]",g0t="[object Uint8Array]",d0t="[object Uint8ClampedArray]",m0t="[object Uint16Array]",y0t="[object Uint32Array]",ri={};ri[xge]=ri[zht]=ri[l0t]=ri[c0t]=ri[Xht]=ri[Zht]=ri[u0t]=ri[A0t]=ri[f0t]=ri[p0t]=ri[h0t]=ri[t0t]=ri[r0t]=ri[kge]=ri[n0t]=ri[i0t]=ri[s0t]=ri[o0t]=ri[g0t]=ri[d0t]=ri[m0t]=ri[y0t]=!0;ri[$ht]=ri[bge]=ri[a0t]=!1;function pk(t,e,r,o,a,n){var u,A=e&Vht,p=e&Kht,h=e&Jht;if(r&&(u=a?r(t,o,a,n):r(t)),u!==void 0)return u;if(!qht(t))return t;var E=_ht(t);if(E){if(u=Mht(t),!A)return Qht(t,u)}else{var I=Lht(t),v=I==bge||I==e0t;if(Hht(t))return kht(t,A);if(I==kge||I==xge||v&&!a){if(u=p||v?{}:Uht(t),!A)return p?Tht(t,bht(u,t)):Fht(t,xht(u,t))}else{if(!ri[I])return a?t:{};u=Oht(t,I,A)}}n||(n=new Dht);var b=n.get(t);if(b)return b;n.set(t,u),Ght(t)?t.forEach(function(L){u.add(pk(L,e,r,L,t,n))}):jht(t)&&t.forEach(function(L,U){u.set(U,pk(L,e,r,U,t,n))});var C=h?p?Nht:Rht:p?Wht:Yht,T=E?void 0:C(t);return Pht(T||t,function(L,U){T&&(U=L,L=t[U]),Sht(u,U,pk(L,e,r,U,t,n))}),u}Qge.exports=pk});var F8=_((_Ht,Fge)=>{var E0t=Q8(),C0t=1,w0t=4;function I0t(t){return E0t(t,C0t|w0t)}Fge.exports=I0t});var T8=_((HHt,Tge)=>{var B0t=v_();function v0t(t,e,r){return t==null?t:B0t(t,e,r)}Tge.exports=v0t});var Oge=_((VHt,Mge)=>{var D0t=Object.prototype,P0t=D0t.hasOwnProperty;function S0t(t,e){return t!=null&&P0t.call(t,e)}Mge.exports=S0t});var _ge=_((KHt,Uge)=>{var x0t=Oge(),b0t=D_();function k0t(t,e){return t!=null&&b0t(t,e,x0t)}Uge.exports=k0t});var jge=_((JHt,Hge)=>{function Q0t(t){var e=t==null?0:t.length;return e?t[e-1]:void 0}Hge.exports=Q0t});var Gge=_((zHt,qge)=>{var F0t=Zb(),T0t=gU();function R0t(t,e){return e.length<2?t:F0t(t,T0t(e,0,-1))}qge.exports=R0t});var N8=_((XHt,Yge)=>{var N0t=jd(),L0t=jge(),M0t=Gge(),O0t=aC();function U0t(t,e){return e=N0t(e,t),t=M0t(t,e),t==null||delete t[O0t(L0t(e))]}Yge.exports=U0t});var L8=_((ZHt,Wge)=>{var _0t=N8();function H0t(t,e){return t==null?!0:_0t(t,e)}Wge.exports=H0t});var Xge=_((S6t,G0t)=>{G0t.exports={name:"@yarnpkg/cli",version:"4.0.2",license:"BSD-2-Clause",main:"./sources/index.ts",exports:{".":"./sources/index.ts","./polyfills":"./sources/polyfills.ts","./package.json":"./package.json"},dependencies:{"@yarnpkg/core":"workspace:^","@yarnpkg/fslib":"workspace:^","@yarnpkg/libzip":"workspace:^","@yarnpkg/parsers":"workspace:^","@yarnpkg/plugin-compat":"workspace:^","@yarnpkg/plugin-constraints":"workspace:^","@yarnpkg/plugin-dlx":"workspace:^","@yarnpkg/plugin-essentials":"workspace:^","@yarnpkg/plugin-exec":"workspace:^","@yarnpkg/plugin-file":"workspace:^","@yarnpkg/plugin-git":"workspace:^","@yarnpkg/plugin-github":"workspace:^","@yarnpkg/plugin-http":"workspace:^","@yarnpkg/plugin-init":"workspace:^","@yarnpkg/plugin-interactive-tools":"workspace:^","@yarnpkg/plugin-link":"workspace:^","@yarnpkg/plugin-nm":"workspace:^","@yarnpkg/plugin-npm":"workspace:^","@yarnpkg/plugin-npm-cli":"workspace:^","@yarnpkg/plugin-pack":"workspace:^","@yarnpkg/plugin-patch":"workspace:^","@yarnpkg/plugin-pnp":"workspace:^","@yarnpkg/plugin-pnpm":"workspace:^","@yarnpkg/plugin-stage":"workspace:^","@yarnpkg/plugin-typescript":"workspace:^","@yarnpkg/plugin-version":"workspace:^","@yarnpkg/plugin-workspace-tools":"workspace:^","@yarnpkg/shell":"workspace:^","ci-info":"^3.2.0",clipanion:"^4.0.0-rc.2",semver:"^7.1.2",tslib:"^2.4.0",typanion:"^3.14.0"},devDependencies:{"@types/semver":"^7.1.0","@yarnpkg/builder":"workspace:^","@yarnpkg/monorepo":"workspace:^","@yarnpkg/pnpify":"workspace:^"},peerDependencies:{"@yarnpkg/core":"workspace:^"},scripts:{postpack:"rm -rf lib",prepack:'run build:compile "$(pwd)"',"build:cli+hook":"run build:pnp:hook && builder build bundle","build:cli":"builder build bundle","run:cli":"builder run","update-local":"run build:cli --no-git-hash && rsync -a --delete bundles/ bin/"},publishConfig:{main:"./lib/index.js",bin:null,exports:{".":"./lib/index.js","./package.json":"./package.json"}},files:["/lib/**/*","!/lib/pluginConfiguration.*","!/lib/cli.*"],"@yarnpkg/builder":{bundles:{standard:["@yarnpkg/plugin-essentials","@yarnpkg/plugin-compat","@yarnpkg/plugin-constraints","@yarnpkg/plugin-dlx","@yarnpkg/plugin-exec","@yarnpkg/plugin-file","@yarnpkg/plugin-git","@yarnpkg/plugin-github","@yarnpkg/plugin-http","@yarnpkg/plugin-init","@yarnpkg/plugin-interactive-tools","@yarnpkg/plugin-link","@yarnpkg/plugin-nm","@yarnpkg/plugin-npm","@yarnpkg/plugin-npm-cli","@yarnpkg/plugin-pack","@yarnpkg/plugin-patch","@yarnpkg/plugin-pnp","@yarnpkg/plugin-pnpm","@yarnpkg/plugin-stage","@yarnpkg/plugin-typescript","@yarnpkg/plugin-version","@yarnpkg/plugin-workspace-tools"]}},repository:{type:"git",url:"ssh://git@github.com/yarnpkg/berry.git",directory:"packages/yarnpkg-cli"},engines:{node:">=18.12.0"}}});var Y8=_((n5t,ude)=>{"use strict";ude.exports=function(e,r){r===!0&&(r=0);var o="";if(typeof e=="string")try{o=new URL(e).protocol}catch{}else e&&e.constructor===URL&&(o=e.protocol);var a=o.split(/\:|\+/).filter(Boolean);return typeof r=="number"?a[r]:a}});var fde=_((i5t,Ade)=>{"use strict";var cgt=Y8();function ugt(t){var e={protocols:[],protocol:null,port:null,resource:"",host:"",user:"",password:"",pathname:"",hash:"",search:"",href:t,query:{},parse_failed:!1};try{var r=new URL(t);e.protocols=cgt(r),e.protocol=e.protocols[0],e.port=r.port,e.resource=r.hostname,e.host=r.host,e.user=r.username||"",e.password=r.password||"",e.pathname=r.pathname,e.hash=r.hash.slice(1),e.search=r.search.slice(1),e.href=r.href,e.query=Object.fromEntries(r.searchParams)}catch{e.protocols=["file"],e.protocol=e.protocols[0],e.port="",e.resource="",e.user="",e.pathname="",e.hash="",e.search="",e.href=t,e.query={},e.parse_failed=!0}return e}Ade.exports=ugt});var gde=_((s5t,hde)=>{"use strict";var Agt=fde();function fgt(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var pgt=fgt(Agt),hgt="text/plain",ggt="us-ascii",pde=(t,e)=>e.some(r=>r instanceof RegExp?r.test(t):r===t),dgt=(t,{stripHash:e})=>{let r=/^data:(?[^,]*?),(?[^#]*?)(?:#(?.*))?$/.exec(t);if(!r)throw new Error(`Invalid URL: ${t}`);let{type:o,data:a,hash:n}=r.groups,u=o.split(";");n=e?"":n;let A=!1;u[u.length-1]==="base64"&&(u.pop(),A=!0);let p=(u.shift()||"").toLowerCase(),E=[...u.map(I=>{let[v,b=""]=I.split("=").map(C=>C.trim());return v==="charset"&&(b=b.toLowerCase(),b===ggt)?"":`${v}${b?`=${b}`:""}`}).filter(Boolean)];return A&&E.push("base64"),(E.length>0||p&&p!==hgt)&&E.unshift(p),`data:${E.join(";")},${A?a.trim():a}${n?`#${n}`:""}`};function mgt(t,e){if(e={defaultProtocol:"http:",normalizeProtocol:!0,forceHttp:!1,forceHttps:!1,stripAuthentication:!0,stripHash:!1,stripTextFragment:!0,stripWWW:!0,removeQueryParameters:[/^utm_\w+/i],removeTrailingSlash:!0,removeSingleSlash:!0,removeDirectoryIndex:!1,sortQueryParameters:!0,...e},t=t.trim(),/^data:/i.test(t))return dgt(t,e);if(/^view-source:/i.test(t))throw new Error("`view-source:` is not supported as it is a non-standard protocol");let r=t.startsWith("//");!r&&/^\.*\//.test(t)||(t=t.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,e.defaultProtocol));let a=new URL(t);if(e.forceHttp&&e.forceHttps)throw new Error("The `forceHttp` and `forceHttps` options cannot be used together");if(e.forceHttp&&a.protocol==="https:"&&(a.protocol="http:"),e.forceHttps&&a.protocol==="http:"&&(a.protocol="https:"),e.stripAuthentication&&(a.username="",a.password=""),e.stripHash?a.hash="":e.stripTextFragment&&(a.hash=a.hash.replace(/#?:~:text.*?$/i,"")),a.pathname){let u=/\b[a-z][a-z\d+\-.]{1,50}:\/\//g,A=0,p="";for(;;){let E=u.exec(a.pathname);if(!E)break;let I=E[0],v=E.index,b=a.pathname.slice(A,v);p+=b.replace(/\/{2,}/g,"/"),p+=I,A=v+I.length}let h=a.pathname.slice(A,a.pathname.length);p+=h.replace(/\/{2,}/g,"/"),a.pathname=p}if(a.pathname)try{a.pathname=decodeURI(a.pathname)}catch{}if(e.removeDirectoryIndex===!0&&(e.removeDirectoryIndex=[/^index\.[a-z]+$/]),Array.isArray(e.removeDirectoryIndex)&&e.removeDirectoryIndex.length>0){let u=a.pathname.split("/"),A=u[u.length-1];pde(A,e.removeDirectoryIndex)&&(u=u.slice(0,-1),a.pathname=u.slice(1).join("/")+"/")}if(a.hostname&&(a.hostname=a.hostname.replace(/\.$/,""),e.stripWWW&&/^www\.(?!www\.)[a-z\-\d]{1,63}\.[a-z.\-\d]{2,63}$/.test(a.hostname)&&(a.hostname=a.hostname.replace(/^www\./,""))),Array.isArray(e.removeQueryParameters))for(let u of[...a.searchParams.keys()])pde(u,e.removeQueryParameters)&&a.searchParams.delete(u);if(e.removeQueryParameters===!0&&(a.search=""),e.sortQueryParameters){a.searchParams.sort();try{a.search=decodeURIComponent(a.search)}catch{}}e.removeTrailingSlash&&(a.pathname=a.pathname.replace(/\/$/,""));let n=t;return t=a.toString(),!e.removeSingleSlash&&a.pathname==="/"&&!n.endsWith("/")&&a.hash===""&&(t=t.replace(/\/$/,"")),(e.removeTrailingSlash||a.pathname==="/")&&a.hash===""&&e.removeSingleSlash&&(t=t.replace(/\/$/,"")),r&&!e.normalizeProtocol&&(t=t.replace(/^http:\/\//,"//")),e.stripProtocol&&(t=t.replace(/^(?:https?:)?\/\//,"")),t}var W8=(t,e=!1)=>{let r=/^(?:([a-z_][a-z0-9_-]{0,31})@|https?:\/\/)([\w\.\-@]+)[\/:]([\~,\.\w,\-,\_,\/]+?(?:\.git|\/)?)$/,o=n=>{let u=new Error(n);throw u.subject_url=t,u};(typeof t!="string"||!t.trim())&&o("Invalid url."),t.length>W8.MAX_INPUT_LENGTH&&o("Input exceeds maximum length. If needed, change the value of parseUrl.MAX_INPUT_LENGTH."),e&&(typeof e!="object"&&(e={stripHash:!1}),t=mgt(t,e));let a=pgt.default(t);if(a.parse_failed){let n=a.href.match(r);n?(a.protocols=["ssh"],a.protocol="ssh",a.resource=n[2],a.host=n[2],a.user=n[1],a.pathname=`/${n[3]}`,a.parse_failed=!1):o("URL parsing failed.")}return a};W8.MAX_INPUT_LENGTH=2048;hde.exports=W8});var yde=_((o5t,mde)=>{"use strict";var ygt=Y8();function dde(t){if(Array.isArray(t))return t.indexOf("ssh")!==-1||t.indexOf("rsync")!==-1;if(typeof t!="string")return!1;var e=ygt(t);if(t=t.substring(t.indexOf("://")+3),dde(e))return!0;var r=new RegExp(".([a-zA-Z\\d]+):(\\d+)/");return!t.match(r)&&t.indexOf("@"){"use strict";var Egt=gde(),Ede=yde();function Cgt(t){var e=Egt(t);return e.token="",e.password==="x-oauth-basic"?e.token=e.user:e.user==="x-token-auth"&&(e.token=e.password),Ede(e.protocols)||e.protocols.length===0&&Ede(t)?e.protocol="ssh":e.protocols.length?e.protocol=e.protocols[0]:(e.protocol="file",e.protocols=["file"]),e.href=e.href.replace(/\/$/,""),e}Cde.exports=Cgt});var Bde=_((l5t,Ide)=>{"use strict";var wgt=wde();function V8(t){if(typeof t!="string")throw new Error("The url must be a string.");var e=/^([a-z\d-]{1,39})\/([-\.\w]{1,100})$/i;e.test(t)&&(t="https://github.com/"+t);var r=wgt(t),o=r.resource.split("."),a=null;switch(r.toString=function(L){return V8.stringify(this,L)},r.source=o.length>2?o.slice(1-o.length).join("."):r.source=r.resource,r.git_suffix=/\.git$/.test(r.pathname),r.name=decodeURIComponent((r.pathname||r.href).replace(/(^\/)|(\/$)/g,"").replace(/\.git$/,"")),r.owner=decodeURIComponent(r.user),r.source){case"git.cloudforge.com":r.owner=r.user,r.organization=o[0],r.source="cloudforge.com";break;case"visualstudio.com":if(r.resource==="vs-ssh.visualstudio.com"){a=r.name.split("/"),a.length===4&&(r.organization=a[1],r.owner=a[2],r.name=a[3],r.full_name=a[2]+"/"+a[3]);break}else{a=r.name.split("/"),a.length===2?(r.owner=a[1],r.name=a[1],r.full_name="_git/"+r.name):a.length===3?(r.name=a[2],a[0]==="DefaultCollection"?(r.owner=a[2],r.organization=a[0],r.full_name=r.organization+"/_git/"+r.name):(r.owner=a[0],r.full_name=r.owner+"/_git/"+r.name)):a.length===4&&(r.organization=a[0],r.owner=a[1],r.name=a[3],r.full_name=r.organization+"/"+r.owner+"/_git/"+r.name);break}case"dev.azure.com":case"azure.com":if(r.resource==="ssh.dev.azure.com"){a=r.name.split("/"),a.length===4&&(r.organization=a[1],r.owner=a[2],r.name=a[3]);break}else{a=r.name.split("/"),a.length===5?(r.organization=a[0],r.owner=a[1],r.name=a[4],r.full_name="_git/"+r.name):a.length===3?(r.name=a[2],a[0]==="DefaultCollection"?(r.owner=a[2],r.organization=a[0],r.full_name=r.organization+"/_git/"+r.name):(r.owner=a[0],r.full_name=r.owner+"/_git/"+r.name)):a.length===4&&(r.organization=a[0],r.owner=a[1],r.name=a[3],r.full_name=r.organization+"/"+r.owner+"/_git/"+r.name),r.query&&r.query.path&&(r.filepath=r.query.path.replace(/^\/+/g,"")),r.query&&r.query.version&&(r.ref=r.query.version.replace(/^GB/,""));break}default:a=r.name.split("/");var n=a.length-1;if(a.length>=2){var u=a.indexOf("-",2),A=a.indexOf("blob",2),p=a.indexOf("tree",2),h=a.indexOf("commit",2),E=a.indexOf("src",2),I=a.indexOf("raw",2),v=a.indexOf("edit",2);n=u>0?u-1:A>0?A-1:p>0?p-1:h>0?h-1:E>0?E-1:I>0?I-1:v>0?v-1:n,r.owner=a.slice(0,n).join("/"),r.name=a[n],h&&(r.commit=a[n+2])}r.ref="",r.filepathtype="",r.filepath="";var b=a.length>n&&a[n+1]==="-"?n+1:n;a.length>b+2&&["raw","src","blob","tree","edit"].indexOf(a[b+1])>=0&&(r.filepathtype=a[b+1],r.ref=a[b+2],a.length>b+3&&(r.filepath=a.slice(b+3).join("/"))),r.organization=r.owner;break}r.full_name||(r.full_name=r.owner,r.name&&(r.full_name&&(r.full_name+="/"),r.full_name+=r.name)),r.owner.startsWith("scm/")&&(r.source="bitbucket-server",r.owner=r.owner.replace("scm/",""),r.organization=r.owner,r.full_name=r.owner+"/"+r.name);var C=/(projects|users)\/(.*?)\/repos\/(.*?)((\/.*$)|$)/,T=C.exec(r.pathname);return T!=null&&(r.source="bitbucket-server",T[1]==="users"?r.owner="~"+T[2]:r.owner=T[2],r.organization=r.owner,r.name=T[3],a=T[4].split("/"),a.length>1&&(["raw","browse"].indexOf(a[1])>=0?(r.filepathtype=a[1],a.length>2&&(r.filepath=a.slice(2).join("/"))):a[1]==="commits"&&a.length>2&&(r.commit=a[2])),r.full_name=r.owner+"/"+r.name,r.query.at?r.ref=r.query.at:r.ref=""),r}V8.stringify=function(t,e){e=e||(t.protocols&&t.protocols.length?t.protocols.join("+"):t.protocol);var r=t.port?":"+t.port:"",o=t.user||"git",a=t.git_suffix?".git":"";switch(e){case"ssh":return r?"ssh://"+o+"@"+t.resource+r+"/"+t.full_name+a:o+"@"+t.resource+":"+t.full_name+a;case"git+ssh":case"ssh+git":case"ftp":case"ftps":return e+"://"+o+"@"+t.resource+r+"/"+t.full_name+a;case"http":case"https":var n=t.token?Igt(t):t.user&&(t.protocols.includes("http")||t.protocols.includes("https"))?t.user+"@":"";return e+"://"+n+t.resource+r+"/"+Bgt(t)+a;default:return t.href}};function Igt(t){switch(t.source){case"bitbucket.org":return"x-token-auth:"+t.token+"@";default:return t.token+"@"}}function Bgt(t){switch(t.source){case"bitbucket-server":return"scm/"+t.full_name;default:return""+t.full_name}}Ide.exports=V8});var Ude=_((H9t,Ode)=>{var Rgt=jx(),Ngt=eS(),Lgt=Hl(),Mgt=fE(),Ogt=B_(),Ugt=aC(),_gt=R1();function Hgt(t){return Lgt(t)?Rgt(t,Ugt):Mgt(t)?[t]:Ngt(Ogt(_gt(t)))}Ode.exports=Hgt});function Ygt(t,e){return e===1&&Ggt.has(t[0])}function I2(t){let e=Array.isArray(t)?t:(0,jde.default)(t);return e.map((o,a)=>jgt.test(o)?`[${o}]`:qgt.test(o)&&!Ygt(e,a)?`.${o}`:`[${JSON.stringify(o)}]`).join("").replace(/^\./,"")}function Wgt(t,e){let r=[];if(e.methodName!==null&&r.push(de.pretty(t,e.methodName,de.Type.CODE)),e.file!==null){let o=[];o.push(de.pretty(t,e.file,de.Type.PATH)),e.line!==null&&(o.push(de.pretty(t,e.line,de.Type.NUMBER)),e.column!==null&&o.push(de.pretty(t,e.column,de.Type.NUMBER))),r.push(`(${o.join(de.pretty(t,":","grey"))})`)}return r.join(" ")}function mk(t,{manifestUpdates:e,reportedErrors:r},{fix:o}={}){let a=new Map,n=new Map,u=[...r.keys()].map(A=>[A,new Map]);for(let[A,p]of[...u,...e]){let h=r.get(A)?.map(b=>({text:b,fixable:!1}))??[],E=!1,I=t.getWorkspaceByCwd(A),v=I.manifest.exportTo({});for(let[b,C]of p){if(C.size>1){let T=[...C].map(([L,U])=>{let J=de.pretty(t.configuration,L,de.Type.INSPECT),te=U.size>0?Wgt(t.configuration,U.values().next().value):null;return te!==null?` +`)),this.restore()}submit(){this.value={};for(let e of this.choices)this.value[e.name]=e.scaleIdx;return this.base.submit.call(this)}};function Vft(t,e={}){if(Array.isArray(e.scale))return e.scale.map(o=>({...o}));let r=[];for(let o=1;o{B0e.exports=i8()});var S0e=_((k8t,D0e)=>{"use strict";var Jft=lk(),m8=class extends Jft{async initialize(){await super.initialize(),this.value=this.initial=!!this.options.initial,this.disabled=this.options.disabled||"no",this.enabled=this.options.enabled||"yes",await this.render()}reset(){this.value=this.initial,this.render()}delete(){this.alert()}toggle(){this.value=!this.value,this.render()}enable(){if(this.value===!0)return this.alert();this.value=!0,this.render()}disable(){if(this.value===!1)return this.alert();this.value=!1,this.render()}up(){this.toggle()}down(){this.toggle()}right(){this.toggle()}left(){this.toggle()}next(){this.toggle()}prev(){this.toggle()}dispatch(e="",r){switch(e.toLowerCase()){case" ":return this.toggle();case"1":case"y":case"t":return this.enable();case"0":case"n":case"f":return this.disable();default:return this.alert()}}format(){let e=o=>this.styles.primary.underline(o);return[this.value?this.disabled:e(this.disabled),this.value?e(this.enabled):this.enabled].join(this.styles.muted(" / "))}async render(){let{size:e}=this.state,r=await this.header(),o=await this.prefix(),a=await this.separator(),n=await this.message(),u=await this.format(),A=await this.error()||await this.hint(),p=await this.footer(),h=[o,n,a,u].join(" ");this.state.prompt=h,A&&!h.includes(A)&&(h+=" "+A),this.clear(e),this.write([r,h,p].filter(Boolean).join(` +`)),this.write(this.margin[2]),this.restore()}};D0e.exports=m8});var b0e=_((Q8t,P0e)=>{"use strict";var zft=bh(),y8=class extends zft{constructor(e){if(super(e),typeof this.options.correctChoice!="number"||this.options.correctChoice<0)throw new Error("Please specify the index of the correct answer from the list of choices")}async toChoices(e,r){let o=await super.toChoices(e,r);if(o.length<2)throw new Error("Please give at least two choices to the user");if(this.options.correctChoice>o.length)throw new Error("Please specify the index of the correct answer from the list of choices");return o}check(e){return e.index===this.options.correctChoice}async result(e){return{selectedAnswer:e,correctAnswer:this.options.choices[this.options.correctChoice].value,correct:await this.check(this.state)}}};P0e.exports=y8});var k0e=_(E8=>{"use strict";var x0e=No(),As=(t,e)=>{x0e.defineExport(E8,t,e),x0e.defineExport(E8,t.toLowerCase(),e)};As("AutoComplete",()=>Lhe());As("BasicAuth",()=>Ghe());As("Confirm",()=>Whe());As("Editable",()=>Vhe());As("Form",()=>ak());As("Input",()=>i8());As("Invisible",()=>t0e());As("List",()=>n0e());As("MultiSelect",()=>s0e());As("Numeral",()=>l0e());As("Password",()=>u0e());As("Scale",()=>p0e());As("Select",()=>bh());As("Snippet",()=>y0e());As("Sort",()=>C0e());As("Survey",()=>I0e());As("Text",()=>v0e());As("Toggle",()=>S0e());As("Quiz",()=>b0e())});var F0e=_((R8t,Q0e)=>{Q0e.exports={ArrayPrompt:u2(),AuthPrompt:Z_(),BooleanPrompt:lk(),NumberPrompt:c8(),StringPrompt:Wd()}});var f2=_((T8t,T0e)=>{"use strict";var R0e=ve("assert"),w8=ve("events"),xh=No(),Jc=class extends w8{constructor(e,r){super(),this.options=xh.merge({},e),this.answers={...r}}register(e,r){if(xh.isObject(e)){for(let a of Object.keys(e))this.register(a,e[a]);return this}R0e.equal(typeof r,"function","expected a function");let o=e.toLowerCase();return r.prototype instanceof this.Prompt?this.prompts[o]=r:this.prompts[o]=r(this.Prompt,this),this}async prompt(e=[]){for(let r of[].concat(e))try{typeof r=="function"&&(r=await r.call(this)),await this.ask(xh.merge({},this.options,r))}catch(o){return Promise.reject(o)}return this.answers}async ask(e){typeof e=="function"&&(e=await e.call(this));let r=xh.merge({},this.options,e),{type:o,name:a}=e,{set:n,get:u}=xh;if(typeof o=="function"&&(o=await o.call(this,e,this.answers)),!o)return this.answers[a];R0e(this.prompts[o],`Prompt "${o}" is not registered`);let A=new this.prompts[o](r),p=u(this.answers,a);A.state.answers=this.answers,A.enquirer=this,a&&A.on("submit",E=>{this.emit("answer",a,E,A),n(this.answers,a,E)});let h=A.emit.bind(A);return A.emit=(...E)=>(this.emit.call(this,...E),h(...E)),this.emit("prompt",A,this),r.autofill&&p!=null?(A.value=A.input=p,r.autofill==="show"&&await A.submit()):p=A.value=await A.run(),p}use(e){return e.call(this,this),this}set Prompt(e){this._Prompt=e}get Prompt(){return this._Prompt||this.constructor.Prompt}get prompts(){return this.constructor.prompts}static set Prompt(e){this._Prompt=e}static get Prompt(){return this._Prompt||gC()}static get prompts(){return k0e()}static get types(){return F0e()}static get prompt(){let e=(r,...o)=>{let a=new this(...o),n=a.emit.bind(a);return a.emit=(...u)=>(e.emit(...u),n(...u)),a.prompt(r)};return xh.mixinEmitter(e,new w8),e}};xh.mixinEmitter(Jc,new w8);var C8=Jc.prompts;for(let t of Object.keys(C8)){let e=t.toLowerCase(),r=o=>new C8[t](o).run();Jc.prompt[e]=r,Jc[e]=r,Jc[t]||Reflect.defineProperty(Jc,t,{get:()=>C8[t]})}var A2=t=>{xh.defineExport(Jc,t,()=>Jc.types[t])};A2("ArrayPrompt");A2("AuthPrompt");A2("BooleanPrompt");A2("NumberPrompt");A2("StringPrompt");T0e.exports=Jc});var d2=_((dHt,H0e)=>{var rpt=zx();function npt(t,e,r){var o=t==null?void 0:rpt(t,e);return o===void 0?r:o}H0e.exports=npt});var q0e=_((IHt,G0e)=>{function ipt(t,e){for(var r=-1,o=t==null?0:t.length;++r{var spt=dd(),opt=zS();function apt(t,e){return t&&spt(e,opt(e),t)}Y0e.exports=apt});var V0e=_((vHt,K0e)=>{var lpt=dd(),cpt=qy();function upt(t,e){return t&&lpt(e,cpt(e),t)}K0e.exports=upt});var z0e=_((DHt,J0e)=>{var Apt=dd(),fpt=qS();function ppt(t,e){return Apt(t,fpt(t),e)}J0e.exports=ppt});var P8=_((SHt,X0e)=>{var hpt=GS(),gpt=tP(),dpt=qS(),mpt=WN(),ypt=Object.getOwnPropertySymbols,Ept=ypt?function(t){for(var e=[];t;)hpt(e,dpt(t)),t=gpt(t);return e}:mpt;X0e.exports=Ept});var $0e=_((PHt,Z0e)=>{var Cpt=dd(),wpt=P8();function Ipt(t,e){return Cpt(t,wpt(t),e)}Z0e.exports=Ipt});var b8=_((bHt,ege)=>{var Bpt=YN(),vpt=P8(),Dpt=qy();function Spt(t){return Bpt(t,Dpt,vpt)}ege.exports=Spt});var rge=_((xHt,tge)=>{var Ppt=Object.prototype,bpt=Ppt.hasOwnProperty;function xpt(t){var e=t.length,r=new t.constructor(e);return e&&typeof t[0]=="string"&&bpt.call(t,"index")&&(r.index=t.index,r.input=t.input),r}tge.exports=xpt});var ige=_((kHt,nge)=>{var kpt=$S();function Qpt(t,e){var r=e?kpt(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}nge.exports=Qpt});var oge=_((QHt,sge)=>{var Fpt=/\w*$/;function Rpt(t){var e=new t.constructor(t.source,Fpt.exec(t));return e.lastIndex=t.lastIndex,e}sge.exports=Rpt});var Age=_((FHt,uge)=>{var age=pd(),lge=age?age.prototype:void 0,cge=lge?lge.valueOf:void 0;function Tpt(t){return cge?Object(cge.call(t)):{}}uge.exports=Tpt});var pge=_((RHt,fge)=>{var Npt=$S(),Lpt=ige(),Opt=oge(),Mpt=Age(),Upt=oL(),_pt="[object Boolean]",Hpt="[object Date]",jpt="[object Map]",Gpt="[object Number]",qpt="[object RegExp]",Ypt="[object Set]",Wpt="[object String]",Kpt="[object Symbol]",Vpt="[object ArrayBuffer]",Jpt="[object DataView]",zpt="[object Float32Array]",Xpt="[object Float64Array]",Zpt="[object Int8Array]",$pt="[object Int16Array]",eht="[object Int32Array]",tht="[object Uint8Array]",rht="[object Uint8ClampedArray]",nht="[object Uint16Array]",iht="[object Uint32Array]";function sht(t,e,r){var o=t.constructor;switch(e){case Vpt:return Npt(t);case _pt:case Hpt:return new o(+t);case Jpt:return Lpt(t,r);case zpt:case Xpt:case Zpt:case $pt:case eht:case tht:case rht:case nht:case iht:return Upt(t,r);case jpt:return new o;case Gpt:case Wpt:return new o(t);case qpt:return Opt(t);case Ypt:return new o;case Kpt:return Mpt(t)}}fge.exports=sht});var gge=_((THt,hge)=>{var oht=qI(),aht=Ju(),lht="[object Map]";function cht(t){return aht(t)&&oht(t)==lht}hge.exports=cht});var Ege=_((NHt,yge)=>{var uht=gge(),Aht=WS(),dge=KS(),mge=dge&&dge.isMap,fht=mge?Aht(mge):uht;yge.exports=fht});var wge=_((LHt,Cge)=>{var pht=qI(),hht=Ju(),ght="[object Set]";function dht(t){return hht(t)&&pht(t)==ght}Cge.exports=dht});var Dge=_((OHt,vge)=>{var mht=wge(),yht=WS(),Ige=KS(),Bge=Ige&&Ige.isSet,Eht=Bge?yht(Bge):mht;vge.exports=Eht});var x8=_((MHt,xge)=>{var Cht=HS(),wht=q0e(),Iht=rP(),Bht=W0e(),vht=V0e(),Dht=sL(),Sht=eP(),Pht=z0e(),bht=$0e(),xht=zN(),kht=b8(),Qht=qI(),Fht=rge(),Rht=pge(),Tht=aL(),Nht=Hl(),Lht=UI(),Oht=Ege(),Mht=il(),Uht=Dge(),_ht=zS(),Hht=qy(),jht=1,Ght=2,qht=4,Sge="[object Arguments]",Yht="[object Array]",Wht="[object Boolean]",Kht="[object Date]",Vht="[object Error]",Pge="[object Function]",Jht="[object GeneratorFunction]",zht="[object Map]",Xht="[object Number]",bge="[object Object]",Zht="[object RegExp]",$ht="[object Set]",e0t="[object String]",t0t="[object Symbol]",r0t="[object WeakMap]",n0t="[object ArrayBuffer]",i0t="[object DataView]",s0t="[object Float32Array]",o0t="[object Float64Array]",a0t="[object Int8Array]",l0t="[object Int16Array]",c0t="[object Int32Array]",u0t="[object Uint8Array]",A0t="[object Uint8ClampedArray]",f0t="[object Uint16Array]",p0t="[object Uint32Array]",ri={};ri[Sge]=ri[Yht]=ri[n0t]=ri[i0t]=ri[Wht]=ri[Kht]=ri[s0t]=ri[o0t]=ri[a0t]=ri[l0t]=ri[c0t]=ri[zht]=ri[Xht]=ri[bge]=ri[Zht]=ri[$ht]=ri[e0t]=ri[t0t]=ri[u0t]=ri[A0t]=ri[f0t]=ri[p0t]=!0;ri[Vht]=ri[Pge]=ri[r0t]=!1;function Ak(t,e,r,o,a,n){var u,A=e&jht,p=e&Ght,h=e&qht;if(r&&(u=a?r(t,o,a,n):r(t)),u!==void 0)return u;if(!Mht(t))return t;var E=Nht(t);if(E){if(u=Fht(t),!A)return Sht(t,u)}else{var I=Qht(t),v=I==Pge||I==Jht;if(Lht(t))return Dht(t,A);if(I==bge||I==Sge||v&&!a){if(u=p||v?{}:Tht(t),!A)return p?bht(t,vht(u,t)):Pht(t,Bht(u,t))}else{if(!ri[I])return a?t:{};u=Rht(t,I,A)}}n||(n=new Cht);var x=n.get(t);if(x)return x;n.set(t,u),Uht(t)?t.forEach(function(L){u.add(Ak(L,e,r,L,t,n))}):Oht(t)&&t.forEach(function(L,U){u.set(U,Ak(L,e,r,U,t,n))});var C=h?p?kht:xht:p?Hht:_ht,R=E?void 0:C(t);return wht(R||t,function(L,U){R&&(U=L,L=t[U]),Iht(u,U,Ak(L,e,r,U,t,n))}),u}xge.exports=Ak});var k8=_((UHt,kge)=>{var h0t=x8(),g0t=1,d0t=4;function m0t(t){return h0t(t,g0t|d0t)}kge.exports=m0t});var Q8=_((_Ht,Qge)=>{var y0t=I_();function E0t(t,e,r){return t==null?t:y0t(t,e,r)}Qge.exports=E0t});var Lge=_((WHt,Nge)=>{var C0t=Object.prototype,w0t=C0t.hasOwnProperty;function I0t(t,e){return t!=null&&w0t.call(t,e)}Nge.exports=I0t});var Mge=_((KHt,Oge)=>{var B0t=Lge(),v0t=B_();function D0t(t,e){return t!=null&&v0t(t,e,B0t)}Oge.exports=D0t});var _ge=_((VHt,Uge)=>{function S0t(t){var e=t==null?0:t.length;return e?t[e-1]:void 0}Uge.exports=S0t});var jge=_((JHt,Hge)=>{var P0t=zx(),b0t=pU();function x0t(t,e){return e.length<2?t:P0t(t,b0t(e,0,-1))}Hge.exports=x0t});var R8=_((zHt,Gge)=>{var k0t=Gd(),Q0t=_ge(),F0t=jge(),R0t=lC();function T0t(t,e){return e=k0t(e,t),t=F0t(t,e),t==null||delete t[R0t(Q0t(e))]}Gge.exports=T0t});var T8=_((XHt,qge)=>{var N0t=R8();function L0t(t,e){return t==null?!0:N0t(t,e)}qge.exports=L0t});var Jge=_((S6t,U0t)=>{U0t.exports={name:"@yarnpkg/cli",version:"4.1.0",license:"BSD-2-Clause",main:"./sources/index.ts",exports:{".":"./sources/index.ts","./polyfills":"./sources/polyfills.ts","./package.json":"./package.json"},dependencies:{"@yarnpkg/core":"workspace:^","@yarnpkg/fslib":"workspace:^","@yarnpkg/libzip":"workspace:^","@yarnpkg/parsers":"workspace:^","@yarnpkg/plugin-compat":"workspace:^","@yarnpkg/plugin-constraints":"workspace:^","@yarnpkg/plugin-dlx":"workspace:^","@yarnpkg/plugin-essentials":"workspace:^","@yarnpkg/plugin-exec":"workspace:^","@yarnpkg/plugin-file":"workspace:^","@yarnpkg/plugin-git":"workspace:^","@yarnpkg/plugin-github":"workspace:^","@yarnpkg/plugin-http":"workspace:^","@yarnpkg/plugin-init":"workspace:^","@yarnpkg/plugin-interactive-tools":"workspace:^","@yarnpkg/plugin-link":"workspace:^","@yarnpkg/plugin-nm":"workspace:^","@yarnpkg/plugin-npm":"workspace:^","@yarnpkg/plugin-npm-cli":"workspace:^","@yarnpkg/plugin-pack":"workspace:^","@yarnpkg/plugin-patch":"workspace:^","@yarnpkg/plugin-pnp":"workspace:^","@yarnpkg/plugin-pnpm":"workspace:^","@yarnpkg/plugin-stage":"workspace:^","@yarnpkg/plugin-typescript":"workspace:^","@yarnpkg/plugin-version":"workspace:^","@yarnpkg/plugin-workspace-tools":"workspace:^","@yarnpkg/shell":"workspace:^","ci-info":"^3.2.0",clipanion:"^4.0.0-rc.2",semver:"^7.1.2",tslib:"^2.4.0",typanion:"^3.14.0"},devDependencies:{"@types/semver":"^7.1.0","@yarnpkg/builder":"workspace:^","@yarnpkg/monorepo":"workspace:^","@yarnpkg/pnpify":"workspace:^"},peerDependencies:{"@yarnpkg/core":"workspace:^"},scripts:{postpack:"rm -rf lib",prepack:'run build:compile "$(pwd)"',"build:cli+hook":"run build:pnp:hook && builder build bundle","build:cli":"builder build bundle","run:cli":"builder run","update-local":"run build:cli --no-git-hash && rsync -a --delete bundles/ bin/"},publishConfig:{main:"./lib/index.js",bin:null,exports:{".":"./lib/index.js","./package.json":"./package.json"}},files:["/lib/**/*","!/lib/pluginConfiguration.*","!/lib/cli.*"],"@yarnpkg/builder":{bundles:{standard:["@yarnpkg/plugin-essentials","@yarnpkg/plugin-compat","@yarnpkg/plugin-constraints","@yarnpkg/plugin-dlx","@yarnpkg/plugin-exec","@yarnpkg/plugin-file","@yarnpkg/plugin-git","@yarnpkg/plugin-github","@yarnpkg/plugin-http","@yarnpkg/plugin-init","@yarnpkg/plugin-interactive-tools","@yarnpkg/plugin-link","@yarnpkg/plugin-nm","@yarnpkg/plugin-npm","@yarnpkg/plugin-npm-cli","@yarnpkg/plugin-pack","@yarnpkg/plugin-patch","@yarnpkg/plugin-pnp","@yarnpkg/plugin-pnpm","@yarnpkg/plugin-stage","@yarnpkg/plugin-typescript","@yarnpkg/plugin-version","@yarnpkg/plugin-workspace-tools"]}},repository:{type:"git",url:"ssh://git@github.com/yarnpkg/berry.git",directory:"packages/yarnpkg-cli"},engines:{node:">=18.12.0"}}});var G8=_((n9t,ade)=>{"use strict";ade.exports=function(e,r){r===!0&&(r=0);var o="";if(typeof e=="string")try{o=new URL(e).protocol}catch{}else e&&e.constructor===URL&&(o=e.protocol);var a=o.split(/\:|\+/).filter(Boolean);return typeof r=="number"?a[r]:a}});var cde=_((i9t,lde)=>{"use strict";var igt=G8();function sgt(t){var e={protocols:[],protocol:null,port:null,resource:"",host:"",user:"",password:"",pathname:"",hash:"",search:"",href:t,query:{},parse_failed:!1};try{var r=new URL(t);e.protocols=igt(r),e.protocol=e.protocols[0],e.port=r.port,e.resource=r.hostname,e.host=r.host,e.user=r.username||"",e.password=r.password||"",e.pathname=r.pathname,e.hash=r.hash.slice(1),e.search=r.search.slice(1),e.href=r.href,e.query=Object.fromEntries(r.searchParams)}catch{e.protocols=["file"],e.protocol=e.protocols[0],e.port="",e.resource="",e.user="",e.pathname="",e.hash="",e.search="",e.href=t,e.query={},e.parse_failed=!0}return e}lde.exports=sgt});var fde=_((s9t,Ade)=>{"use strict";var ogt=cde();function agt(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var lgt=agt(ogt),cgt="text/plain",ugt="us-ascii",ude=(t,e)=>e.some(r=>r instanceof RegExp?r.test(t):r===t),Agt=(t,{stripHash:e})=>{let r=/^data:(?[^,]*?),(?[^#]*?)(?:#(?.*))?$/.exec(t);if(!r)throw new Error(`Invalid URL: ${t}`);let{type:o,data:a,hash:n}=r.groups,u=o.split(";");n=e?"":n;let A=!1;u[u.length-1]==="base64"&&(u.pop(),A=!0);let p=(u.shift()||"").toLowerCase(),E=[...u.map(I=>{let[v,x=""]=I.split("=").map(C=>C.trim());return v==="charset"&&(x=x.toLowerCase(),x===ugt)?"":`${v}${x?`=${x}`:""}`}).filter(Boolean)];return A&&E.push("base64"),(E.length>0||p&&p!==cgt)&&E.unshift(p),`data:${E.join(";")},${A?a.trim():a}${n?`#${n}`:""}`};function fgt(t,e){if(e={defaultProtocol:"http:",normalizeProtocol:!0,forceHttp:!1,forceHttps:!1,stripAuthentication:!0,stripHash:!1,stripTextFragment:!0,stripWWW:!0,removeQueryParameters:[/^utm_\w+/i],removeTrailingSlash:!0,removeSingleSlash:!0,removeDirectoryIndex:!1,sortQueryParameters:!0,...e},t=t.trim(),/^data:/i.test(t))return Agt(t,e);if(/^view-source:/i.test(t))throw new Error("`view-source:` is not supported as it is a non-standard protocol");let r=t.startsWith("//");!r&&/^\.*\//.test(t)||(t=t.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,e.defaultProtocol));let a=new URL(t);if(e.forceHttp&&e.forceHttps)throw new Error("The `forceHttp` and `forceHttps` options cannot be used together");if(e.forceHttp&&a.protocol==="https:"&&(a.protocol="http:"),e.forceHttps&&a.protocol==="http:"&&(a.protocol="https:"),e.stripAuthentication&&(a.username="",a.password=""),e.stripHash?a.hash="":e.stripTextFragment&&(a.hash=a.hash.replace(/#?:~:text.*?$/i,"")),a.pathname){let u=/\b[a-z][a-z\d+\-.]{1,50}:\/\//g,A=0,p="";for(;;){let E=u.exec(a.pathname);if(!E)break;let I=E[0],v=E.index,x=a.pathname.slice(A,v);p+=x.replace(/\/{2,}/g,"/"),p+=I,A=v+I.length}let h=a.pathname.slice(A,a.pathname.length);p+=h.replace(/\/{2,}/g,"/"),a.pathname=p}if(a.pathname)try{a.pathname=decodeURI(a.pathname)}catch{}if(e.removeDirectoryIndex===!0&&(e.removeDirectoryIndex=[/^index\.[a-z]+$/]),Array.isArray(e.removeDirectoryIndex)&&e.removeDirectoryIndex.length>0){let u=a.pathname.split("/"),A=u[u.length-1];ude(A,e.removeDirectoryIndex)&&(u=u.slice(0,-1),a.pathname=u.slice(1).join("/")+"/")}if(a.hostname&&(a.hostname=a.hostname.replace(/\.$/,""),e.stripWWW&&/^www\.(?!www\.)[a-z\-\d]{1,63}\.[a-z.\-\d]{2,63}$/.test(a.hostname)&&(a.hostname=a.hostname.replace(/^www\./,""))),Array.isArray(e.removeQueryParameters))for(let u of[...a.searchParams.keys()])ude(u,e.removeQueryParameters)&&a.searchParams.delete(u);if(e.removeQueryParameters===!0&&(a.search=""),e.sortQueryParameters){a.searchParams.sort();try{a.search=decodeURIComponent(a.search)}catch{}}e.removeTrailingSlash&&(a.pathname=a.pathname.replace(/\/$/,""));let n=t;return t=a.toString(),!e.removeSingleSlash&&a.pathname==="/"&&!n.endsWith("/")&&a.hash===""&&(t=t.replace(/\/$/,"")),(e.removeTrailingSlash||a.pathname==="/")&&a.hash===""&&e.removeSingleSlash&&(t=t.replace(/\/$/,"")),r&&!e.normalizeProtocol&&(t=t.replace(/^http:\/\//,"//")),e.stripProtocol&&(t=t.replace(/^(?:https?:)?\/\//,"")),t}var q8=(t,e=!1)=>{let r=/^(?:([a-z_][a-z0-9_-]{0,31})@|https?:\/\/)([\w\.\-@]+)[\/:]([\~,\.\w,\-,\_,\/]+?(?:\.git|\/)?)$/,o=n=>{let u=new Error(n);throw u.subject_url=t,u};(typeof t!="string"||!t.trim())&&o("Invalid url."),t.length>q8.MAX_INPUT_LENGTH&&o("Input exceeds maximum length. If needed, change the value of parseUrl.MAX_INPUT_LENGTH."),e&&(typeof e!="object"&&(e={stripHash:!1}),t=fgt(t,e));let a=lgt.default(t);if(a.parse_failed){let n=a.href.match(r);n?(a.protocols=["ssh"],a.protocol="ssh",a.resource=n[2],a.host=n[2],a.user=n[1],a.pathname=`/${n[3]}`,a.parse_failed=!1):o("URL parsing failed.")}return a};q8.MAX_INPUT_LENGTH=2048;Ade.exports=q8});var gde=_((o9t,hde)=>{"use strict";var pgt=G8();function pde(t){if(Array.isArray(t))return t.indexOf("ssh")!==-1||t.indexOf("rsync")!==-1;if(typeof t!="string")return!1;var e=pgt(t);if(t=t.substring(t.indexOf("://")+3),pde(e))return!0;var r=new RegExp(".([a-zA-Z\\d]+):(\\d+)/");return!t.match(r)&&t.indexOf("@"){"use strict";var hgt=fde(),dde=gde();function ggt(t){var e=hgt(t);return e.token="",e.password==="x-oauth-basic"?e.token=e.user:e.user==="x-token-auth"&&(e.token=e.password),dde(e.protocols)||e.protocols.length===0&&dde(t)?e.protocol="ssh":e.protocols.length?e.protocol=e.protocols[0]:(e.protocol="file",e.protocols=["file"]),e.href=e.href.replace(/\/$/,""),e}mde.exports=ggt});var Cde=_((l9t,Ede)=>{"use strict";var dgt=yde();function Y8(t){if(typeof t!="string")throw new Error("The url must be a string.");var e=/^([a-z\d-]{1,39})\/([-\.\w]{1,100})$/i;e.test(t)&&(t="https://github.com/"+t);var r=dgt(t),o=r.resource.split("."),a=null;switch(r.toString=function(L){return Y8.stringify(this,L)},r.source=o.length>2?o.slice(1-o.length).join("."):r.source=r.resource,r.git_suffix=/\.git$/.test(r.pathname),r.name=decodeURIComponent((r.pathname||r.href).replace(/(^\/)|(\/$)/g,"").replace(/\.git$/,"")),r.owner=decodeURIComponent(r.user),r.source){case"git.cloudforge.com":r.owner=r.user,r.organization=o[0],r.source="cloudforge.com";break;case"visualstudio.com":if(r.resource==="vs-ssh.visualstudio.com"){a=r.name.split("/"),a.length===4&&(r.organization=a[1],r.owner=a[2],r.name=a[3],r.full_name=a[2]+"/"+a[3]);break}else{a=r.name.split("/"),a.length===2?(r.owner=a[1],r.name=a[1],r.full_name="_git/"+r.name):a.length===3?(r.name=a[2],a[0]==="DefaultCollection"?(r.owner=a[2],r.organization=a[0],r.full_name=r.organization+"/_git/"+r.name):(r.owner=a[0],r.full_name=r.owner+"/_git/"+r.name)):a.length===4&&(r.organization=a[0],r.owner=a[1],r.name=a[3],r.full_name=r.organization+"/"+r.owner+"/_git/"+r.name);break}case"dev.azure.com":case"azure.com":if(r.resource==="ssh.dev.azure.com"){a=r.name.split("/"),a.length===4&&(r.organization=a[1],r.owner=a[2],r.name=a[3]);break}else{a=r.name.split("/"),a.length===5?(r.organization=a[0],r.owner=a[1],r.name=a[4],r.full_name="_git/"+r.name):a.length===3?(r.name=a[2],a[0]==="DefaultCollection"?(r.owner=a[2],r.organization=a[0],r.full_name=r.organization+"/_git/"+r.name):(r.owner=a[0],r.full_name=r.owner+"/_git/"+r.name)):a.length===4&&(r.organization=a[0],r.owner=a[1],r.name=a[3],r.full_name=r.organization+"/"+r.owner+"/_git/"+r.name),r.query&&r.query.path&&(r.filepath=r.query.path.replace(/^\/+/g,"")),r.query&&r.query.version&&(r.ref=r.query.version.replace(/^GB/,""));break}default:a=r.name.split("/");var n=a.length-1;if(a.length>=2){var u=a.indexOf("-",2),A=a.indexOf("blob",2),p=a.indexOf("tree",2),h=a.indexOf("commit",2),E=a.indexOf("src",2),I=a.indexOf("raw",2),v=a.indexOf("edit",2);n=u>0?u-1:A>0?A-1:p>0?p-1:h>0?h-1:E>0?E-1:I>0?I-1:v>0?v-1:n,r.owner=a.slice(0,n).join("/"),r.name=a[n],h&&(r.commit=a[n+2])}r.ref="",r.filepathtype="",r.filepath="";var x=a.length>n&&a[n+1]==="-"?n+1:n;a.length>x+2&&["raw","src","blob","tree","edit"].indexOf(a[x+1])>=0&&(r.filepathtype=a[x+1],r.ref=a[x+2],a.length>x+3&&(r.filepath=a.slice(x+3).join("/"))),r.organization=r.owner;break}r.full_name||(r.full_name=r.owner,r.name&&(r.full_name&&(r.full_name+="/"),r.full_name+=r.name)),r.owner.startsWith("scm/")&&(r.source="bitbucket-server",r.owner=r.owner.replace("scm/",""),r.organization=r.owner,r.full_name=r.owner+"/"+r.name);var C=/(projects|users)\/(.*?)\/repos\/(.*?)((\/.*$)|$)/,R=C.exec(r.pathname);return R!=null&&(r.source="bitbucket-server",R[1]==="users"?r.owner="~"+R[2]:r.owner=R[2],r.organization=r.owner,r.name=R[3],a=R[4].split("/"),a.length>1&&(["raw","browse"].indexOf(a[1])>=0?(r.filepathtype=a[1],a.length>2&&(r.filepath=a.slice(2).join("/"))):a[1]==="commits"&&a.length>2&&(r.commit=a[2])),r.full_name=r.owner+"/"+r.name,r.query.at?r.ref=r.query.at:r.ref=""),r}Y8.stringify=function(t,e){e=e||(t.protocols&&t.protocols.length?t.protocols.join("+"):t.protocol);var r=t.port?":"+t.port:"",o=t.user||"git",a=t.git_suffix?".git":"";switch(e){case"ssh":return r?"ssh://"+o+"@"+t.resource+r+"/"+t.full_name+a:o+"@"+t.resource+":"+t.full_name+a;case"git+ssh":case"ssh+git":case"ftp":case"ftps":return e+"://"+o+"@"+t.resource+r+"/"+t.full_name+a;case"http":case"https":var n=t.token?mgt(t):t.user&&(t.protocols.includes("http")||t.protocols.includes("https"))?t.user+"@":"";return e+"://"+n+t.resource+r+"/"+ygt(t)+a;default:return t.href}};function mgt(t){switch(t.source){case"bitbucket.org":return"x-token-auth:"+t.token+"@";default:return t.token+"@"}}function ygt(t){switch(t.source){case"bitbucket-server":return"scm/"+t.full_name;default:return""+t.full_name}}Ede.exports=Y8});var Lde=_((H5t,Nde)=>{var xgt=Hb(),kgt=eP(),Qgt=Hl(),Fgt=pE(),Rgt=w_(),Tgt=lC(),Ngt=N1();function Lgt(t){return Qgt(t)?xgt(t,Tgt):Fgt(t)?[t]:kgt(Rgt(Ngt(t)))}Nde.exports=Lgt});function _gt(t,e){return e===1&&Ugt.has(t[0])}function B2(t){let e=Array.isArray(t)?t:(0,Ude.default)(t);return e.map((o,a)=>Ogt.test(o)?`[${o}]`:Mgt.test(o)&&!_gt(e,a)?`.${o}`:`[${JSON.stringify(o)}]`).join("").replace(/^\./,"")}function Hgt(t,e){let r=[];if(e.methodName!==null&&r.push(de.pretty(t,e.methodName,de.Type.CODE)),e.file!==null){let o=[];o.push(de.pretty(t,e.file,de.Type.PATH)),e.line!==null&&(o.push(de.pretty(t,e.line,de.Type.NUMBER)),e.column!==null&&o.push(de.pretty(t,e.column,de.Type.NUMBER))),r.push(`(${o.join(de.pretty(t,":","grey"))})`)}return r.join(" ")}function gk(t,{manifestUpdates:e,reportedErrors:r},{fix:o}={}){let a=new Map,n=new Map,u=[...r.keys()].map(A=>[A,new Map]);for(let[A,p]of[...u,...e]){let h=r.get(A)?.map(x=>({text:x,fixable:!1}))??[],E=!1,I=t.getWorkspaceByCwd(A),v=I.manifest.exportTo({});for(let[x,C]of p){if(C.size>1){let R=[...C].map(([L,U])=>{let J=de.pretty(t.configuration,L,de.Type.INSPECT),te=U.size>0?Hgt(t.configuration,U.values().next().value):null;return te!==null?` ${J} at ${te}`:` -${J}`}).join("");h.push({text:`Conflict detected in constraint targeting ${de.pretty(t.configuration,b,de.Type.CODE)}; conflicting values are:${T}`,fixable:!1})}else{let[[T]]=C,L=(0,_de.default)(v,b);if(JSON.stringify(L)===JSON.stringify(T))continue;if(!o){let U=typeof L>"u"?`Missing field ${de.pretty(t.configuration,b,de.Type.CODE)}; expected ${de.pretty(t.configuration,T,de.Type.INSPECT)}`:typeof T>"u"?`Extraneous field ${de.pretty(t.configuration,b,de.Type.CODE)} currently set to ${de.pretty(t.configuration,L,de.Type.INSPECT)}`:`Invalid field ${de.pretty(t.configuration,b,de.Type.CODE)}; expected ${de.pretty(t.configuration,T,de.Type.INSPECT)}, found ${de.pretty(t.configuration,L,de.Type.INSPECT)}`;h.push({text:U,fixable:!0});continue}typeof T>"u"?(0,qde.default)(v,b):(0,Hde.default)(v,b,T),E=!0}E&&a.set(I,v)}h.length>0&&n.set(I,h)}return{changedWorkspaces:a,remainingErrors:n}}function Gde(t,{configuration:e}){let r={children:[]};for(let[o,a]of t){let n=[];for(let A of a){let p=A.text.split(/\n/);A.fixable&&(p[0]=`${de.pretty(e,"\u2699","gray")} ${p[0]}`),n.push({value:de.tuple(de.Type.NO_HINT,p[0]),children:p.slice(1).map(h=>({value:de.tuple(de.Type.NO_HINT,h)}))})}let u={value:de.tuple(de.Type.LOCATOR,o.anchoredLocator),children:je.sortMap(n,A=>A.value[1])};r.children.push(u)}return r.children=je.sortMap(r.children,o=>o.value[1]),r}var _de,Hde,jde,qde,CC,jgt,qgt,Ggt,B2=Et(()=>{Ye();_de=$e(g2()),Hde=$e(T8()),jde=$e(Ude()),qde=$e(L8()),CC=class{constructor(e){this.indexedFields=e;this.items=[];this.indexes={};this.clear()}clear(){this.items=[];for(let e of this.indexedFields)this.indexes[e]=new Map}insert(e){this.items.push(e);for(let r of this.indexedFields){let o=Object.hasOwn(e,r)?e[r]:void 0;if(typeof o>"u")continue;je.getArrayWithDefault(this.indexes[r],o).push(e)}return e}find(e){if(typeof e>"u")return this.items;let r=Object.entries(e);if(r.length===0)return this.items;let o=[],a;for(let[u,A]of r){let p=u,h=Object.hasOwn(this.indexes,p)?this.indexes[p]:void 0;if(typeof h>"u"){o.push([p,A]);continue}let E=new Set(h.get(A)??[]);if(E.size===0)return[];if(typeof a>"u")a=E;else for(let I of a)E.has(I)||a.delete(I);if(a.size===0)break}let n=[...a??[]];return o.length>0&&(n=n.filter(u=>{for(let[A,p]of o)if(!(typeof p<"u"?Object.hasOwn(u,A)&&u[A]===p:Object.hasOwn(u,A)===!1))return!1;return!0})),n}},jgt=/^[0-9]+$/,qgt=/^[a-zA-Z0-9_]+$/,Ggt=new Set(["scripts",...Mt.allDependencies])});var Yde=_(($9t,aH)=>{var Vgt;(function(t){var e=function(){return{"append/2":[new t.type.Rule(new t.type.Term("append",[new t.type.Var("X"),new t.type.Var("L")]),new t.type.Term("foldl",[new t.type.Term("append",[]),new t.type.Var("X"),new t.type.Term("[]",[]),new t.type.Var("L")]))],"append/3":[new t.type.Rule(new t.type.Term("append",[new t.type.Term("[]",[]),new t.type.Var("X"),new t.type.Var("X")]),null),new t.type.Rule(new t.type.Term("append",[new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("T")]),new t.type.Var("X"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("S")])]),new t.type.Term("append",[new t.type.Var("T"),new t.type.Var("X"),new t.type.Var("S")]))],"member/2":[new t.type.Rule(new t.type.Term("member",[new t.type.Var("X"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("_")])]),null),new t.type.Rule(new t.type.Term("member",[new t.type.Var("X"),new t.type.Term(".",[new t.type.Var("_"),new t.type.Var("Xs")])]),new t.type.Term("member",[new t.type.Var("X"),new t.type.Var("Xs")]))],"permutation/2":[new t.type.Rule(new t.type.Term("permutation",[new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("permutation",[new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("T")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("permutation",[new t.type.Var("T"),new t.type.Var("P")]),new t.type.Term(",",[new t.type.Term("append",[new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("P")]),new t.type.Term("append",[new t.type.Var("X"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("Y")]),new t.type.Var("S")])])]))],"maplist/2":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("X")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("Xs")])]))],"maplist/3":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs")])]))],"maplist/4":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")]),new t.type.Term(".",[new t.type.Var("C"),new t.type.Var("Cs")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B"),new t.type.Var("C")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs"),new t.type.Var("Cs")])]))],"maplist/5":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")]),new t.type.Term(".",[new t.type.Var("C"),new t.type.Var("Cs")]),new t.type.Term(".",[new t.type.Var("D"),new t.type.Var("Ds")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B"),new t.type.Var("C"),new t.type.Var("D")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs"),new t.type.Var("Cs"),new t.type.Var("Ds")])]))],"maplist/6":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")]),new t.type.Term(".",[new t.type.Var("C"),new t.type.Var("Cs")]),new t.type.Term(".",[new t.type.Var("D"),new t.type.Var("Ds")]),new t.type.Term(".",[new t.type.Var("E"),new t.type.Var("Es")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B"),new t.type.Var("C"),new t.type.Var("D"),new t.type.Var("E")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs"),new t.type.Var("Cs"),new t.type.Var("Ds"),new t.type.Var("Es")])]))],"maplist/7":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")]),new t.type.Term(".",[new t.type.Var("C"),new t.type.Var("Cs")]),new t.type.Term(".",[new t.type.Var("D"),new t.type.Var("Ds")]),new t.type.Term(".",[new t.type.Var("E"),new t.type.Var("Es")]),new t.type.Term(".",[new t.type.Var("F"),new t.type.Var("Fs")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B"),new t.type.Var("C"),new t.type.Var("D"),new t.type.Var("E"),new t.type.Var("F")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs"),new t.type.Var("Cs"),new t.type.Var("Ds"),new t.type.Var("Es"),new t.type.Var("Fs")])]))],"maplist/8":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")]),new t.type.Term(".",[new t.type.Var("C"),new t.type.Var("Cs")]),new t.type.Term(".",[new t.type.Var("D"),new t.type.Var("Ds")]),new t.type.Term(".",[new t.type.Var("E"),new t.type.Var("Es")]),new t.type.Term(".",[new t.type.Var("F"),new t.type.Var("Fs")]),new t.type.Term(".",[new t.type.Var("G"),new t.type.Var("Gs")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B"),new t.type.Var("C"),new t.type.Var("D"),new t.type.Var("E"),new t.type.Var("F"),new t.type.Var("G")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs"),new t.type.Var("Cs"),new t.type.Var("Ds"),new t.type.Var("Es"),new t.type.Var("Fs"),new t.type.Var("Gs")])]))],"include/3":[new t.type.Rule(new t.type.Term("include",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("include",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("T")]),new t.type.Var("L")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("P"),new t.type.Var("A")]),new t.type.Term(",",[new t.type.Term("append",[new t.type.Var("A"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Term("[]",[])]),new t.type.Var("B")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("F"),new t.type.Var("B")]),new t.type.Term(",",[new t.type.Term(";",[new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("F")]),new t.type.Term(",",[new t.type.Term("=",[new t.type.Var("L"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("S")])]),new t.type.Term("!",[])])]),new t.type.Term("=",[new t.type.Var("L"),new t.type.Var("S")])]),new t.type.Term("include",[new t.type.Var("P"),new t.type.Var("T"),new t.type.Var("S")])])])])]))],"exclude/3":[new t.type.Rule(new t.type.Term("exclude",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("exclude",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("T")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("exclude",[new t.type.Var("P"),new t.type.Var("T"),new t.type.Var("E")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("P"),new t.type.Var("L")]),new t.type.Term(",",[new t.type.Term("append",[new t.type.Var("L"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Term("[]",[])]),new t.type.Var("Q")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("R"),new t.type.Var("Q")]),new t.type.Term(";",[new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("R")]),new t.type.Term(",",[new t.type.Term("!",[]),new t.type.Term("=",[new t.type.Var("S"),new t.type.Var("E")])])]),new t.type.Term("=",[new t.type.Var("S"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("E")])])])])])])]))],"foldl/4":[new t.type.Rule(new t.type.Term("foldl",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Var("I"),new t.type.Var("I")]),null),new t.type.Rule(new t.type.Term("foldl",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("T")]),new t.type.Var("I"),new t.type.Var("R")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("P"),new t.type.Var("L")]),new t.type.Term(",",[new t.type.Term("append",[new t.type.Var("L"),new t.type.Term(".",[new t.type.Var("I"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Term("[]",[])])])]),new t.type.Var("L2")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("P2"),new t.type.Var("L2")]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P2")]),new t.type.Term("foldl",[new t.type.Var("P"),new t.type.Var("T"),new t.type.Var("X"),new t.type.Var("R")])])])])]))],"select/3":[new t.type.Rule(new t.type.Term("select",[new t.type.Var("E"),new t.type.Term(".",[new t.type.Var("E"),new t.type.Var("Xs")]),new t.type.Var("Xs")]),null),new t.type.Rule(new t.type.Term("select",[new t.type.Var("E"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Ys")])]),new t.type.Term("select",[new t.type.Var("E"),new t.type.Var("Xs"),new t.type.Var("Ys")]))],"sum_list/2":[new t.type.Rule(new t.type.Term("sum_list",[new t.type.Term("[]",[]),new t.type.Num(0,!1)]),null),new t.type.Rule(new t.type.Term("sum_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("sum_list",[new t.type.Var("Xs"),new t.type.Var("Y")]),new t.type.Term("is",[new t.type.Var("S"),new t.type.Term("+",[new t.type.Var("X"),new t.type.Var("Y")])])]))],"max_list/2":[new t.type.Rule(new t.type.Term("max_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Term("[]",[])]),new t.type.Var("X")]),null),new t.type.Rule(new t.type.Term("max_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("max_list",[new t.type.Var("Xs"),new t.type.Var("Y")]),new t.type.Term(";",[new t.type.Term(",",[new t.type.Term(">=",[new t.type.Var("X"),new t.type.Var("Y")]),new t.type.Term(",",[new t.type.Term("=",[new t.type.Var("S"),new t.type.Var("X")]),new t.type.Term("!",[])])]),new t.type.Term("=",[new t.type.Var("S"),new t.type.Var("Y")])])]))],"min_list/2":[new t.type.Rule(new t.type.Term("min_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Term("[]",[])]),new t.type.Var("X")]),null),new t.type.Rule(new t.type.Term("min_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("min_list",[new t.type.Var("Xs"),new t.type.Var("Y")]),new t.type.Term(";",[new t.type.Term(",",[new t.type.Term("=<",[new t.type.Var("X"),new t.type.Var("Y")]),new t.type.Term(",",[new t.type.Term("=",[new t.type.Var("S"),new t.type.Var("X")]),new t.type.Term("!",[])])]),new t.type.Term("=",[new t.type.Var("S"),new t.type.Var("Y")])])]))],"prod_list/2":[new t.type.Rule(new t.type.Term("prod_list",[new t.type.Term("[]",[]),new t.type.Num(1,!1)]),null),new t.type.Rule(new t.type.Term("prod_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("prod_list",[new t.type.Var("Xs"),new t.type.Var("Y")]),new t.type.Term("is",[new t.type.Var("S"),new t.type.Term("*",[new t.type.Var("X"),new t.type.Var("Y")])])]))],"last/2":[new t.type.Rule(new t.type.Term("last",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Term("[]",[])]),new t.type.Var("X")]),null),new t.type.Rule(new t.type.Term("last",[new t.type.Term(".",[new t.type.Var("_"),new t.type.Var("Xs")]),new t.type.Var("X")]),new t.type.Term("last",[new t.type.Var("Xs"),new t.type.Var("X")]))],"prefix/2":[new t.type.Rule(new t.type.Term("prefix",[new t.type.Var("Part"),new t.type.Var("Whole")]),new t.type.Term("append",[new t.type.Var("Part"),new t.type.Var("_"),new t.type.Var("Whole")]))],"nth0/3":[new t.type.Rule(new t.type.Term("nth0",[new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z")]),new t.type.Term(";",[new t.type.Term("->",[new t.type.Term("var",[new t.type.Var("X")]),new t.type.Term("nth",[new t.type.Num(0,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("_")])]),new t.type.Term(",",[new t.type.Term(">=",[new t.type.Var("X"),new t.type.Num(0,!1)]),new t.type.Term(",",[new t.type.Term("nth",[new t.type.Num(0,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("_")]),new t.type.Term("!",[])])])]))],"nth1/3":[new t.type.Rule(new t.type.Term("nth1",[new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z")]),new t.type.Term(";",[new t.type.Term("->",[new t.type.Term("var",[new t.type.Var("X")]),new t.type.Term("nth",[new t.type.Num(1,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("_")])]),new t.type.Term(",",[new t.type.Term(">",[new t.type.Var("X"),new t.type.Num(0,!1)]),new t.type.Term(",",[new t.type.Term("nth",[new t.type.Num(1,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("_")]),new t.type.Term("!",[])])])]))],"nth0/4":[new t.type.Rule(new t.type.Term("nth0",[new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")]),new t.type.Term(";",[new t.type.Term("->",[new t.type.Term("var",[new t.type.Var("X")]),new t.type.Term("nth",[new t.type.Num(0,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")])]),new t.type.Term(",",[new t.type.Term(">=",[new t.type.Var("X"),new t.type.Num(0,!1)]),new t.type.Term(",",[new t.type.Term("nth",[new t.type.Num(0,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")]),new t.type.Term("!",[])])])]))],"nth1/4":[new t.type.Rule(new t.type.Term("nth1",[new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")]),new t.type.Term(";",[new t.type.Term("->",[new t.type.Term("var",[new t.type.Var("X")]),new t.type.Term("nth",[new t.type.Num(1,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")])]),new t.type.Term(",",[new t.type.Term(">",[new t.type.Var("X"),new t.type.Num(0,!1)]),new t.type.Term(",",[new t.type.Term("nth",[new t.type.Num(1,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")]),new t.type.Term("!",[])])])]))],"nth/5":[new t.type.Rule(new t.type.Term("nth",[new t.type.Var("N"),new t.type.Var("N"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("X"),new t.type.Var("Xs")]),null),new t.type.Rule(new t.type.Term("nth",[new t.type.Var("N"),new t.type.Var("O"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("Y"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Ys")])]),new t.type.Term(",",[new t.type.Term("is",[new t.type.Var("M"),new t.type.Term("+",[new t.type.Var("N"),new t.type.Num(1,!1)])]),new t.type.Term("nth",[new t.type.Var("M"),new t.type.Var("O"),new t.type.Var("Xs"),new t.type.Var("Y"),new t.type.Var("Ys")])]))],"length/2":function(o,a,n){var u=n.args[0],A=n.args[1];if(!t.type.is_variable(A)&&!t.type.is_integer(A))o.throw_error(t.error.type("integer",A,n.indicator));else if(t.type.is_integer(A)&&A.value<0)o.throw_error(t.error.domain("not_less_than_zero",A,n.indicator));else{var p=new t.type.Term("length",[u,new t.type.Num(0,!1),A]);t.type.is_integer(A)&&(p=new t.type.Term(",",[p,new t.type.Term("!",[])])),o.prepend([new t.type.State(a.goal.replace(p),a.substitution,a)])}},"length/3":[new t.type.Rule(new t.type.Term("length",[new t.type.Term("[]",[]),new t.type.Var("N"),new t.type.Var("N")]),null),new t.type.Rule(new t.type.Term("length",[new t.type.Term(".",[new t.type.Var("_"),new t.type.Var("X")]),new t.type.Var("A"),new t.type.Var("N")]),new t.type.Term(",",[new t.type.Term("succ",[new t.type.Var("A"),new t.type.Var("B")]),new t.type.Term("length",[new t.type.Var("X"),new t.type.Var("B"),new t.type.Var("N")])]))],"replicate/3":function(o,a,n){var u=n.args[0],A=n.args[1],p=n.args[2];if(t.type.is_variable(A))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_integer(A))o.throw_error(t.error.type("integer",A,n.indicator));else if(A.value<0)o.throw_error(t.error.domain("not_less_than_zero",A,n.indicator));else if(!t.type.is_variable(p)&&!t.type.is_list(p))o.throw_error(t.error.type("list",p,n.indicator));else{for(var h=new t.type.Term("[]"),E=0;E0;I--)E[I].equals(E[I-1])&&E.splice(I,1);for(var v=new t.type.Term("[]"),I=E.length-1;I>=0;I--)v=new t.type.Term(".",[E[I],v]);o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[v,A])),a.substitution,a)])}}},"msort/2":function(o,a,n){var u=n.args[0],A=n.args[1];if(t.type.is_variable(u))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_variable(A)&&!t.type.is_fully_list(A))o.throw_error(t.error.type("list",A,n.indicator));else{for(var p=[],h=u;h.indicator==="./2";)p.push(h.args[0]),h=h.args[1];if(t.type.is_variable(h))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_empty_list(h))o.throw_error(t.error.type("list",u,n.indicator));else{for(var E=p.sort(t.compare),I=new t.type.Term("[]"),v=E.length-1;v>=0;v--)I=new t.type.Term(".",[E[v],I]);o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[I,A])),a.substitution,a)])}}},"keysort/2":function(o,a,n){var u=n.args[0],A=n.args[1];if(t.type.is_variable(u))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_variable(A)&&!t.type.is_fully_list(A))o.throw_error(t.error.type("list",A,n.indicator));else{for(var p=[],h,E=u;E.indicator==="./2";){if(h=E.args[0],t.type.is_variable(h)){o.throw_error(t.error.instantiation(n.indicator));return}else if(!t.type.is_term(h)||h.indicator!=="-/2"){o.throw_error(t.error.type("pair",h,n.indicator));return}h.args[0].pair=h.args[1],p.push(h.args[0]),E=E.args[1]}if(t.type.is_variable(E))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_empty_list(E))o.throw_error(t.error.type("list",u,n.indicator));else{for(var I=p.sort(t.compare),v=new t.type.Term("[]"),b=I.length-1;b>=0;b--)v=new t.type.Term(".",[new t.type.Term("-",[I[b],I[b].pair]),v]),delete I[b].pair;o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[v,A])),a.substitution,a)])}}},"take/3":function(o,a,n){var u=n.args[0],A=n.args[1],p=n.args[2];if(t.type.is_variable(A)||t.type.is_variable(u))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_list(A))o.throw_error(t.error.type("list",A,n.indicator));else if(!t.type.is_integer(u))o.throw_error(t.error.type("integer",u,n.indicator));else if(!t.type.is_variable(p)&&!t.type.is_list(p))o.throw_error(t.error.type("list",p,n.indicator));else{for(var h=u.value,E=[],I=A;h>0&&I.indicator==="./2";)E.push(I.args[0]),I=I.args[1],h--;if(h===0){for(var v=new t.type.Term("[]"),h=E.length-1;h>=0;h--)v=new t.type.Term(".",[E[h],v]);o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[v,p])),a.substitution,a)])}}},"drop/3":function(o,a,n){var u=n.args[0],A=n.args[1],p=n.args[2];if(t.type.is_variable(A)||t.type.is_variable(u))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_list(A))o.throw_error(t.error.type("list",A,n.indicator));else if(!t.type.is_integer(u))o.throw_error(t.error.type("integer",u,n.indicator));else if(!t.type.is_variable(p)&&!t.type.is_list(p))o.throw_error(t.error.type("list",p,n.indicator));else{for(var h=u.value,E=[],I=A;h>0&&I.indicator==="./2";)E.push(I.args[0]),I=I.args[1],h--;h===0&&o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[I,p])),a.substitution,a)])}},"reverse/2":function(o,a,n){var u=n.args[0],A=n.args[1],p=t.type.is_instantiated_list(u),h=t.type.is_instantiated_list(A);if(t.type.is_variable(u)&&t.type.is_variable(A))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_variable(u)&&!t.type.is_fully_list(u))o.throw_error(t.error.type("list",u,n.indicator));else if(!t.type.is_variable(A)&&!t.type.is_fully_list(A))o.throw_error(t.error.type("list",A,n.indicator));else if(!p&&!h)o.throw_error(t.error.instantiation(n.indicator));else{for(var E=p?u:A,I=new t.type.Term("[]",[]);E.indicator==="./2";)I=new t.type.Term(".",[E.args[0],I]),E=E.args[1];o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[I,p?A:u])),a.substitution,a)])}},"list_to_set/2":function(o,a,n){var u=n.args[0],A=n.args[1];if(t.type.is_variable(u))o.throw_error(t.error.instantiation(n.indicator));else{for(var p=u,h=[];p.indicator==="./2";)h.push(p.args[0]),p=p.args[1];if(t.type.is_variable(p))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_term(p)||p.indicator!=="[]/0")o.throw_error(t.error.type("list",u,n.indicator));else{for(var E=[],I=new t.type.Term("[]",[]),v,b=0;b=0;b--)I=new t.type.Term(".",[E[b],I]);o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[A,I])),a.substitution,a)])}}}}},r=["append/2","append/3","member/2","permutation/2","maplist/2","maplist/3","maplist/4","maplist/5","maplist/6","maplist/7","maplist/8","include/3","exclude/3","foldl/4","sum_list/2","max_list/2","min_list/2","prod_list/2","last/2","prefix/2","nth0/3","nth1/3","nth0/4","nth1/4","length/2","replicate/3","select/3","sort/2","msort/2","keysort/2","take/3","drop/3","reverse/2","list_to_set/2"];typeof aH<"u"?aH.exports=function(o){t=o,new t.type.Module("lists",e(),r)}:new t.type.Module("lists",e(),r)})(Vgt)});var ome=_(Yr=>{"use strict";var Zd=process.platform==="win32",lH="aes-256-cbc",Kgt="sha256",Kde="The current environment doesn't support interactive reading from TTY.",Yn=Be("fs"),Wde=process.binding("tty_wrap").TTY,uH=Be("child_process"),l0=Be("path"),AH={prompt:"> ",hideEchoBack:!1,mask:"*",limit:[],limitMessage:"Input another, please.$<( [)limit(])>",defaultInput:"",trueValue:[],falseValue:[],caseSensitive:!1,keepWhitespace:!1,encoding:"utf8",bufferSize:1024,print:void 0,history:!0,cd:!1,phContent:void 0,preCheck:void 0},Jf="none",Xc,IC,Vde=!1,a0,Ek,cH,Jgt=0,dH="",Xd=[],Ck,Jde=!1,fH=!1,v2=!1;function zde(t){function e(r){return r.replace(/[^\w\u0080-\uFFFF]/g,function(o){return"#"+o.charCodeAt(0)+";"})}return Ek.concat(function(r){var o=[];return Object.keys(r).forEach(function(a){r[a]==="boolean"?t[a]&&o.push("--"+a):r[a]==="string"&&t[a]&&o.push("--"+a,e(t[a]))}),o}({display:"string",displayOnly:"boolean",keyIn:"boolean",hideEchoBack:"boolean",mask:"string",limit:"string",caseSensitive:"boolean"}))}function zgt(t,e){function r(U){var J,te="",le;for(cH=cH||Be("os").tmpdir();;){J=l0.join(cH,U+te);try{le=Yn.openSync(J,"wx")}catch(pe){if(pe.code==="EEXIST"){te++;continue}else throw pe}Yn.closeSync(le);break}return J}var o,a,n,u={},A,p,h=r("readline-sync.stdout"),E=r("readline-sync.stderr"),I=r("readline-sync.exit"),v=r("readline-sync.done"),b=Be("crypto"),C,T,L;C=b.createHash(Kgt),C.update(""+process.pid+Jgt+++Math.random()),L=C.digest("hex"),T=b.createDecipher(lH,L),o=zde(t),Zd?(a=process.env.ComSpec||"cmd.exe",process.env.Q='"',n=["/V:ON","/S","/C","(%Q%"+a+"%Q% /V:ON /S /C %Q%%Q%"+a0+"%Q%"+o.map(function(U){return" %Q%"+U+"%Q%"}).join("")+" & (echo !ERRORLEVEL!)>%Q%"+I+"%Q%%Q%) 2>%Q%"+E+"%Q% |%Q%"+process.execPath+"%Q% %Q%"+__dirname+"\\encrypt.js%Q% %Q%"+lH+"%Q% %Q%"+L+"%Q% >%Q%"+h+"%Q% & (echo 1)>%Q%"+v+"%Q%"]):(a="/bin/sh",n=["-c",'("'+a0+'"'+o.map(function(U){return" '"+U.replace(/'/g,"'\\''")+"'"}).join("")+'; echo $?>"'+I+'") 2>"'+E+'" |"'+process.execPath+'" "'+__dirname+'/encrypt.js" "'+lH+'" "'+L+'" >"'+h+'"; echo 1 >"'+v+'"']),v2&&v2("_execFileSync",o);try{uH.spawn(a,n,e)}catch(U){u.error=new Error(U.message),u.error.method="_execFileSync - spawn",u.error.program=a,u.error.args=n}for(;Yn.readFileSync(v,{encoding:t.encoding}).trim()!=="1";);return(A=Yn.readFileSync(I,{encoding:t.encoding}).trim())==="0"?u.input=T.update(Yn.readFileSync(h,{encoding:"binary"}),"hex",t.encoding)+T.final(t.encoding):(p=Yn.readFileSync(E,{encoding:t.encoding}).trim(),u.error=new Error(Kde+(p?` -`+p:"")),u.error.method="_execFileSync",u.error.program=a,u.error.args=n,u.error.extMessage=p,u.error.exitCode=+A),Yn.unlinkSync(h),Yn.unlinkSync(E),Yn.unlinkSync(I),Yn.unlinkSync(v),u}function Xgt(t){var e,r={},o,a={env:process.env,encoding:t.encoding};if(a0||(Zd?process.env.PSModulePath?(a0="powershell.exe",Ek=["-ExecutionPolicy","Bypass","-File",__dirname+"\\read.ps1"]):(a0="cscript.exe",Ek=["//nologo",__dirname+"\\read.cs.js"]):(a0="/bin/sh",Ek=[__dirname+"/read.sh"])),Zd&&!process.env.PSModulePath&&(a.stdio=[process.stdin]),uH.execFileSync){e=zde(t),v2&&v2("execFileSync",e);try{r.input=uH.execFileSync(a0,e,a)}catch(n){o=n.stderr?(n.stderr+"").trim():"",r.error=new Error(Kde+(o?` -`+o:"")),r.error.method="execFileSync",r.error.program=a0,r.error.args=e,r.error.extMessage=o,r.error.exitCode=n.status,r.error.code=n.code,r.error.signal=n.signal}}else r=zgt(t,a);return r.error||(r.input=r.input.replace(/^\s*'|'\s*$/g,""),t.display=""),r}function pH(t){var e="",r=t.display,o=!t.display&&t.keyIn&&t.hideEchoBack&&!t.mask;function a(){var n=Xgt(t);if(n.error)throw n.error;return n.input}return fH&&fH(t),function(){var n,u,A;function p(){return n||(n=process.binding("fs"),u=process.binding("constants")),n}if(typeof Jf=="string")if(Jf=null,Zd){if(A=function(h){var E=h.replace(/^\D+/,"").split("."),I=0;return(E[0]=+E[0])&&(I+=E[0]*1e4),(E[1]=+E[1])&&(I+=E[1]*100),(E[2]=+E[2])&&(I+=E[2]),I}(process.version),!(A>=20302&&A<40204||A>=5e4&&A<50100||A>=50600&&A<60200)&&process.stdin.isTTY)process.stdin.pause(),Jf=process.stdin.fd,IC=process.stdin._handle;else try{Jf=p().open("CONIN$",u.O_RDWR,parseInt("0666",8)),IC=new Wde(Jf,!0)}catch{}if(process.stdout.isTTY)Xc=process.stdout.fd;else{try{Xc=Yn.openSync("\\\\.\\CON","w")}catch{}if(typeof Xc!="number")try{Xc=p().open("CONOUT$",u.O_RDWR,parseInt("0666",8))}catch{}}}else{if(process.stdin.isTTY){process.stdin.pause();try{Jf=Yn.openSync("/dev/tty","r"),IC=process.stdin._handle}catch{}}else try{Jf=Yn.openSync("/dev/tty","r"),IC=new Wde(Jf,!1)}catch{}if(process.stdout.isTTY)Xc=process.stdout.fd;else try{Xc=Yn.openSync("/dev/tty","w")}catch{}}}(),function(){var n,u,A=!t.hideEchoBack&&!t.keyIn,p,h,E,I,v;Ck="";function b(C){return C===Vde?!0:IC.setRawMode(C)!==0?!1:(Vde=C,!0)}if(Jde||!IC||typeof Xc!="number"&&(t.display||!A)){e=a();return}if(t.display&&(Yn.writeSync(Xc,t.display),t.display=""),!t.displayOnly){if(!b(!A)){e=a();return}for(h=t.keyIn?1:t.bufferSize,p=Buffer.allocUnsafe&&Buffer.alloc?Buffer.alloc(h):new Buffer(h),t.keyIn&&t.limit&&(u=new RegExp("[^"+t.limit+"]","g"+(t.caseSensitive?"":"i")));;){E=0;try{E=Yn.readSync(Jf,p,0,h)}catch(C){if(C.code!=="EOF"){b(!1),e+=a();return}}if(E>0?(I=p.toString(t.encoding,0,E),Ck+=I):(I=` -`,Ck+=String.fromCharCode(0)),I&&typeof(v=(I.match(/^(.*?)[\r\n]/)||[])[1])=="string"&&(I=v,n=!0),I&&(I=I.replace(/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f]/g,"")),I&&u&&(I=I.replace(u,"")),I&&(A||(t.hideEchoBack?t.mask&&Yn.writeSync(Xc,new Array(I.length+1).join(t.mask)):Yn.writeSync(Xc,I)),e+=I),!t.keyIn&&n||t.keyIn&&e.length>=h)break}!A&&!o&&Yn.writeSync(Xc,` -`),b(!1)}}(),t.print&&!o&&t.print(r+(t.displayOnly?"":(t.hideEchoBack?new Array(e.length+1).join(t.mask):e)+` -`),t.encoding),t.displayOnly?"":dH=t.keepWhitespace||t.keyIn?e:e.trim()}function Zgt(t,e){var r=[];function o(a){a!=null&&(Array.isArray(a)?a.forEach(o):(!e||e(a))&&r.push(a))}return o(t),r}function mH(t){return t.replace(/[\x00-\x7f]/g,function(e){return"\\x"+("00"+e.charCodeAt().toString(16)).substr(-2)})}function Ts(){var t=Array.prototype.slice.call(arguments),e,r;return t.length&&typeof t[0]=="boolean"&&(r=t.shift(),r&&(e=Object.keys(AH),t.unshift(AH))),t.reduce(function(o,a){return a==null||(a.hasOwnProperty("noEchoBack")&&!a.hasOwnProperty("hideEchoBack")&&(a.hideEchoBack=a.noEchoBack,delete a.noEchoBack),a.hasOwnProperty("noTrim")&&!a.hasOwnProperty("keepWhitespace")&&(a.keepWhitespace=a.noTrim,delete a.noTrim),r||(e=Object.keys(a)),e.forEach(function(n){var u;if(!!a.hasOwnProperty(n))switch(u=a[n],n){case"mask":case"limitMessage":case"defaultInput":case"encoding":u=u!=null?u+"":"",u&&n!=="limitMessage"&&(u=u.replace(/[\r\n]/g,"")),o[n]=u;break;case"bufferSize":!isNaN(u=parseInt(u,10))&&typeof u=="number"&&(o[n]=u);break;case"displayOnly":case"keyIn":case"hideEchoBack":case"caseSensitive":case"keepWhitespace":case"history":case"cd":o[n]=!!u;break;case"limit":case"trueValue":case"falseValue":o[n]=Zgt(u,function(A){var p=typeof A;return p==="string"||p==="number"||p==="function"||A instanceof RegExp}).map(function(A){return typeof A=="string"?A.replace(/[\r\n]/g,""):A});break;case"print":case"phContent":case"preCheck":o[n]=typeof u=="function"?u:void 0;break;case"prompt":case"display":o[n]=u??"";break}})),o},{})}function hH(t,e,r){return e.some(function(o){var a=typeof o;return a==="string"?r?t===o:t.toLowerCase()===o.toLowerCase():a==="number"?parseFloat(t)===o:a==="function"?o(t):o instanceof RegExp?o.test(t):!1})}function yH(t,e){var r=l0.normalize(Zd?(process.env.HOMEDRIVE||"")+(process.env.HOMEPATH||""):process.env.HOME||"").replace(/[\/\\]+$/,"");return t=l0.normalize(t),e?t.replace(/^~(?=\/|\\|$)/,r):t.replace(new RegExp("^"+mH(r)+"(?=\\/|\\\\|$)",Zd?"i":""),"~")}function BC(t,e){var r="(?:\\(([\\s\\S]*?)\\))?(\\w+|.-.)(?:\\(([\\s\\S]*?)\\))?",o=new RegExp("(\\$)?(\\$<"+r+">)","g"),a=new RegExp("(\\$)?(\\$\\{"+r+"\\})","g");function n(u,A,p,h,E,I){var v;return A||typeof(v=e(E))!="string"?p:v?(h||"")+v+(I||""):""}return t.replace(o,n).replace(a,n)}function Xde(t,e,r){var o,a=[],n=-1,u=0,A="",p;function h(E,I){return I.length>3?(E.push(I[0]+"..."+I[I.length-1]),p=!0):I.length&&(E=E.concat(I)),E}return o=t.reduce(function(E,I){return E.concat((I+"").split(""))},[]).reduce(function(E,I){var v,b;return e||(I=I.toLowerCase()),v=/^\d$/.test(I)?1:/^[A-Z]$/.test(I)?2:/^[a-z]$/.test(I)?3:0,r&&v===0?A+=I:(b=I.charCodeAt(0),v&&v===n&&b===u+1?a.push(I):(E=h(E,a),a=[I],n=v),u=b),E},[]),o=h(o,a),A&&(o.push(A),p=!0),{values:o,suppressed:p}}function Zde(t,e){return t.join(t.length>2?", ":e?" / ":"/")}function $de(t,e){var r,o,a={},n;if(e.phContent&&(r=e.phContent(t,e)),typeof r!="string")switch(t){case"hideEchoBack":case"mask":case"defaultInput":case"caseSensitive":case"keepWhitespace":case"encoding":case"bufferSize":case"history":case"cd":r=e.hasOwnProperty(t)?typeof e[t]=="boolean"?e[t]?"on":"off":e[t]+"":"";break;case"limit":case"trueValue":case"falseValue":o=e[e.hasOwnProperty(t+"Src")?t+"Src":t],e.keyIn?(a=Xde(o,e.caseSensitive),o=a.values):o=o.filter(function(u){var A=typeof u;return A==="string"||A==="number"}),r=Zde(o,a.suppressed);break;case"limitCount":case"limitCountNotZero":r=e[e.hasOwnProperty("limitSrc")?"limitSrc":"limit"].length,r=r||t!=="limitCountNotZero"?r+"":"";break;case"lastInput":r=dH;break;case"cwd":case"CWD":case"cwdHome":r=process.cwd(),t==="CWD"?r=l0.basename(r):t==="cwdHome"&&(r=yH(r));break;case"date":case"time":case"localeDate":case"localeTime":r=new Date()["to"+t.replace(/^./,function(u){return u.toUpperCase()})+"String"]();break;default:typeof(n=(t.match(/^history_m(\d+)$/)||[])[1])=="string"&&(r=Xd[Xd.length-n]||"")}return r}function eme(t){var e=/^(.)-(.)$/.exec(t),r="",o,a,n,u;if(!e)return null;for(o=e[1].charCodeAt(0),a=e[2].charCodeAt(0),u=o -And the length must be: $`,trueValue:null,falseValue:null,caseSensitive:!0},e,{history:!1,cd:!1,phContent:function(b){return b==="charlist"?r.text:b==="length"?o+"..."+a:null}}),u,A,p,h,E,I,v;for(e=e||{},u=BC(e.charlist?e.charlist+"":"$",eme),(isNaN(o=parseInt(e.min,10))||typeof o!="number")&&(o=12),(isNaN(a=parseInt(e.max,10))||typeof a!="number")&&(a=24),h=new RegExp("^["+mH(u)+"]{"+o+","+a+"}$"),r=Xde([u],n.caseSensitive,!0),r.text=Zde(r.values,r.suppressed),A=e.confirmMessage!=null?e.confirmMessage:"Reinput a same one to confirm it: ",p=e.unmatchMessage!=null?e.unmatchMessage:"It differs from first one. Hit only the Enter key if you want to retry from first one.",t==null&&(t="Input new password: "),E=n.limitMessage;!v;)n.limit=h,n.limitMessage=E,I=Yr.question(t,n),n.limit=[I,""],n.limitMessage=p,v=Yr.question(A,n);return I};function nme(t,e,r){var o;function a(n){return o=r(n),!isNaN(o)&&typeof o=="number"}return Yr.question(t,Ts({limitMessage:"Input valid number, please."},e,{limit:a,cd:!1})),o}Yr.questionInt=function(t,e){return nme(t,e,function(r){return parseInt(r,10)})};Yr.questionFloat=function(t,e){return nme(t,e,parseFloat)};Yr.questionPath=function(t,e){var r,o="",a=Ts({hideEchoBack:!1,limitMessage:`$Input valid path, please.$<( Min:)min>$<( Max:)max>`,history:!0,cd:!0},e,{keepWhitespace:!1,limit:function(n){var u,A,p;n=yH(n,!0),o="";function h(E){E.split(/\/|\\/).reduce(function(I,v){var b=l0.resolve(I+=v+l0.sep);if(!Yn.existsSync(b))Yn.mkdirSync(b);else if(!Yn.statSync(b).isDirectory())throw new Error("Non directory already exists: "+b);return I},"")}try{if(u=Yn.existsSync(n),r=u?Yn.realpathSync(n):l0.resolve(n),!e.hasOwnProperty("exists")&&!u||typeof e.exists=="boolean"&&e.exists!==u)return o=(u?"Already exists":"No such file or directory")+": "+r,!1;if(!u&&e.create&&(e.isDirectory?h(r):(h(l0.dirname(r)),Yn.closeSync(Yn.openSync(r,"w"))),r=Yn.realpathSync(r)),u&&(e.min||e.max||e.isFile||e.isDirectory)){if(A=Yn.statSync(r),e.isFile&&!A.isFile())return o="Not file: "+r,!1;if(e.isDirectory&&!A.isDirectory())return o="Not directory: "+r,!1;if(e.min&&A.size<+e.min||e.max&&A.size>+e.max)return o="Size "+A.size+" is out of range: "+r,!1}if(typeof e.validate=="function"&&(p=e.validate(r))!==!0)return typeof p=="string"&&(o=p),!1}catch(E){return o=E+"",!1}return!0},phContent:function(n){return n==="error"?o:n!=="min"&&n!=="max"?null:e.hasOwnProperty(n)?e[n]+"":""}});return e=e||{},t==null&&(t='Input path (you can "cd" and "pwd"): '),Yr.question(t,a),r};function ime(t,e){var r={},o={};return typeof t=="object"?(Object.keys(t).forEach(function(a){typeof t[a]=="function"&&(o[e.caseSensitive?a:a.toLowerCase()]=t[a])}),r.preCheck=function(a){var n;return r.args=gH(a),n=r.args[0]||"",e.caseSensitive||(n=n.toLowerCase()),r.hRes=n!=="_"&&o.hasOwnProperty(n)?o[n].apply(a,r.args.slice(1)):o.hasOwnProperty("_")?o._.apply(a,r.args):null,{res:a,forceNext:!1}},o.hasOwnProperty("_")||(r.limit=function(){var a=r.args[0]||"";return e.caseSensitive||(a=a.toLowerCase()),o.hasOwnProperty(a)})):r.preCheck=function(a){return r.args=gH(a),r.hRes=typeof t=="function"?t.apply(a,r.args):!0,{res:a,forceNext:!1}},r}Yr.promptCL=function(t,e){var r=Ts({hideEchoBack:!1,limitMessage:"Requested command is not available.",caseSensitive:!1,history:!0},e),o=ime(t,r);return r.limit=o.limit,r.preCheck=o.preCheck,Yr.prompt(r),o.args};Yr.promptLoop=function(t,e){for(var r=Ts({hideEchoBack:!1,trueValue:null,falseValue:null,caseSensitive:!1,history:!0},e);!t(Yr.prompt(r)););};Yr.promptCLLoop=function(t,e){var r=Ts({hideEchoBack:!1,limitMessage:"Requested command is not available.",caseSensitive:!1,history:!0},e),o=ime(t,r);for(r.limit=o.limit,r.preCheck=o.preCheck;Yr.prompt(r),!o.hRes;);};Yr.promptSimShell=function(t){return Yr.prompt(Ts({hideEchoBack:!1,history:!0},t,{prompt:function(){return Zd?"$>":(process.env.USER||"")+(process.env.HOSTNAME?"@"+process.env.HOSTNAME.replace(/\..*$/,""):"")+":$$ "}()}))};function sme(t,e,r){var o;return t==null&&(t="Are you sure? "),(!e||e.guide!==!1)&&(t+="")&&(t=t.replace(/\s*:?\s*$/,"")+" [y/n]: "),o=Yr.keyIn(t,Ts(e,{hideEchoBack:!1,limit:r,trueValue:"y",falseValue:"n",caseSensitive:!1})),typeof o=="boolean"?o:""}Yr.keyInYN=function(t,e){return sme(t,e)};Yr.keyInYNStrict=function(t,e){return sme(t,e,"yn")};Yr.keyInPause=function(t,e){t==null&&(t="Continue..."),(!e||e.guide!==!1)&&(t+="")&&(t=t.replace(/\s+$/,"")+" (Hit any key)"),Yr.keyIn(t,Ts({limit:null},e,{hideEchoBack:!0,mask:""}))};Yr.keyInSelect=function(t,e,r){var o=Ts({hideEchoBack:!1},r,{trueValue:null,falseValue:null,caseSensitive:!1,phContent:function(p){return p==="itemsCount"?t.length+"":p==="firstItem"?(t[0]+"").trim():p==="lastItem"?(t[t.length-1]+"").trim():null}}),a="",n={},u=49,A=` +${J}`}).join("");h.push({text:`Conflict detected in constraint targeting ${de.pretty(t.configuration,x,de.Type.CODE)}; conflicting values are:${R}`,fixable:!1})}else{let[[R]]=C,L=(0,Ode.default)(v,x);if(JSON.stringify(L)===JSON.stringify(R))continue;if(!o){let U=typeof L>"u"?`Missing field ${de.pretty(t.configuration,x,de.Type.CODE)}; expected ${de.pretty(t.configuration,R,de.Type.INSPECT)}`:typeof R>"u"?`Extraneous field ${de.pretty(t.configuration,x,de.Type.CODE)} currently set to ${de.pretty(t.configuration,L,de.Type.INSPECT)}`:`Invalid field ${de.pretty(t.configuration,x,de.Type.CODE)}; expected ${de.pretty(t.configuration,R,de.Type.INSPECT)}, found ${de.pretty(t.configuration,L,de.Type.INSPECT)}`;h.push({text:U,fixable:!0});continue}typeof R>"u"?(0,_de.default)(v,x):(0,Mde.default)(v,x,R),E=!0}E&&a.set(I,v)}h.length>0&&n.set(I,h)}return{changedWorkspaces:a,remainingErrors:n}}function Hde(t,{configuration:e}){let r={children:[]};for(let[o,a]of t){let n=[];for(let A of a){let p=A.text.split(/\n/);A.fixable&&(p[0]=`${de.pretty(e,"\u2699","gray")} ${p[0]}`),n.push({value:de.tuple(de.Type.NO_HINT,p[0]),children:p.slice(1).map(h=>({value:de.tuple(de.Type.NO_HINT,h)}))})}let u={value:de.tuple(de.Type.LOCATOR,o.anchoredLocator),children:_e.sortMap(n,A=>A.value[1])};r.children.push(u)}return r.children=_e.sortMap(r.children,o=>o.value[1]),r}var Ode,Mde,Ude,_de,wC,Ogt,Mgt,Ugt,v2=Et(()=>{Ye();Ode=$e(d2()),Mde=$e(Q8()),Ude=$e(Lde()),_de=$e(T8()),wC=class{constructor(e){this.indexedFields=e;this.items=[];this.indexes={};this.clear()}clear(){this.items=[];for(let e of this.indexedFields)this.indexes[e]=new Map}insert(e){this.items.push(e);for(let r of this.indexedFields){let o=Object.hasOwn(e,r)?e[r]:void 0;if(typeof o>"u")continue;_e.getArrayWithDefault(this.indexes[r],o).push(e)}return e}find(e){if(typeof e>"u")return this.items;let r=Object.entries(e);if(r.length===0)return this.items;let o=[],a;for(let[u,A]of r){let p=u,h=Object.hasOwn(this.indexes,p)?this.indexes[p]:void 0;if(typeof h>"u"){o.push([p,A]);continue}let E=new Set(h.get(A)??[]);if(E.size===0)return[];if(typeof a>"u")a=E;else for(let I of a)E.has(I)||a.delete(I);if(a.size===0)break}let n=[...a??[]];return o.length>0&&(n=n.filter(u=>{for(let[A,p]of o)if(!(typeof p<"u"?Object.hasOwn(u,A)&&u[A]===p:Object.hasOwn(u,A)===!1))return!1;return!0})),n}},Ogt=/^[0-9]+$/,Mgt=/^[a-zA-Z0-9_]+$/,Ugt=new Set(["scripts",...Ot.allDependencies])});var jde=_(($5t,sH)=>{var jgt;(function(t){var e=function(){return{"append/2":[new t.type.Rule(new t.type.Term("append",[new t.type.Var("X"),new t.type.Var("L")]),new t.type.Term("foldl",[new t.type.Term("append",[]),new t.type.Var("X"),new t.type.Term("[]",[]),new t.type.Var("L")]))],"append/3":[new t.type.Rule(new t.type.Term("append",[new t.type.Term("[]",[]),new t.type.Var("X"),new t.type.Var("X")]),null),new t.type.Rule(new t.type.Term("append",[new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("T")]),new t.type.Var("X"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("S")])]),new t.type.Term("append",[new t.type.Var("T"),new t.type.Var("X"),new t.type.Var("S")]))],"member/2":[new t.type.Rule(new t.type.Term("member",[new t.type.Var("X"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("_")])]),null),new t.type.Rule(new t.type.Term("member",[new t.type.Var("X"),new t.type.Term(".",[new t.type.Var("_"),new t.type.Var("Xs")])]),new t.type.Term("member",[new t.type.Var("X"),new t.type.Var("Xs")]))],"permutation/2":[new t.type.Rule(new t.type.Term("permutation",[new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("permutation",[new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("T")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("permutation",[new t.type.Var("T"),new t.type.Var("P")]),new t.type.Term(",",[new t.type.Term("append",[new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("P")]),new t.type.Term("append",[new t.type.Var("X"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("Y")]),new t.type.Var("S")])])]))],"maplist/2":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("X")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("Xs")])]))],"maplist/3":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs")])]))],"maplist/4":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")]),new t.type.Term(".",[new t.type.Var("C"),new t.type.Var("Cs")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B"),new t.type.Var("C")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs"),new t.type.Var("Cs")])]))],"maplist/5":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")]),new t.type.Term(".",[new t.type.Var("C"),new t.type.Var("Cs")]),new t.type.Term(".",[new t.type.Var("D"),new t.type.Var("Ds")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B"),new t.type.Var("C"),new t.type.Var("D")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs"),new t.type.Var("Cs"),new t.type.Var("Ds")])]))],"maplist/6":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")]),new t.type.Term(".",[new t.type.Var("C"),new t.type.Var("Cs")]),new t.type.Term(".",[new t.type.Var("D"),new t.type.Var("Ds")]),new t.type.Term(".",[new t.type.Var("E"),new t.type.Var("Es")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B"),new t.type.Var("C"),new t.type.Var("D"),new t.type.Var("E")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs"),new t.type.Var("Cs"),new t.type.Var("Ds"),new t.type.Var("Es")])]))],"maplist/7":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")]),new t.type.Term(".",[new t.type.Var("C"),new t.type.Var("Cs")]),new t.type.Term(".",[new t.type.Var("D"),new t.type.Var("Ds")]),new t.type.Term(".",[new t.type.Var("E"),new t.type.Var("Es")]),new t.type.Term(".",[new t.type.Var("F"),new t.type.Var("Fs")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B"),new t.type.Var("C"),new t.type.Var("D"),new t.type.Var("E"),new t.type.Var("F")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs"),new t.type.Var("Cs"),new t.type.Var("Ds"),new t.type.Var("Es"),new t.type.Var("Fs")])]))],"maplist/8":[new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("A"),new t.type.Var("As")]),new t.type.Term(".",[new t.type.Var("B"),new t.type.Var("Bs")]),new t.type.Term(".",[new t.type.Var("C"),new t.type.Var("Cs")]),new t.type.Term(".",[new t.type.Var("D"),new t.type.Var("Ds")]),new t.type.Term(".",[new t.type.Var("E"),new t.type.Var("Es")]),new t.type.Term(".",[new t.type.Var("F"),new t.type.Var("Fs")]),new t.type.Term(".",[new t.type.Var("G"),new t.type.Var("Gs")])]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P"),new t.type.Var("A"),new t.type.Var("B"),new t.type.Var("C"),new t.type.Var("D"),new t.type.Var("E"),new t.type.Var("F"),new t.type.Var("G")]),new t.type.Term("maplist",[new t.type.Var("P"),new t.type.Var("As"),new t.type.Var("Bs"),new t.type.Var("Cs"),new t.type.Var("Ds"),new t.type.Var("Es"),new t.type.Var("Fs"),new t.type.Var("Gs")])]))],"include/3":[new t.type.Rule(new t.type.Term("include",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("include",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("T")]),new t.type.Var("L")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("P"),new t.type.Var("A")]),new t.type.Term(",",[new t.type.Term("append",[new t.type.Var("A"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Term("[]",[])]),new t.type.Var("B")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("F"),new t.type.Var("B")]),new t.type.Term(",",[new t.type.Term(";",[new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("F")]),new t.type.Term(",",[new t.type.Term("=",[new t.type.Var("L"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("S")])]),new t.type.Term("!",[])])]),new t.type.Term("=",[new t.type.Var("L"),new t.type.Var("S")])]),new t.type.Term("include",[new t.type.Var("P"),new t.type.Var("T"),new t.type.Var("S")])])])])]))],"exclude/3":[new t.type.Rule(new t.type.Term("exclude",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Term("[]",[])]),null),new t.type.Rule(new t.type.Term("exclude",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("T")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("exclude",[new t.type.Var("P"),new t.type.Var("T"),new t.type.Var("E")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("P"),new t.type.Var("L")]),new t.type.Term(",",[new t.type.Term("append",[new t.type.Var("L"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Term("[]",[])]),new t.type.Var("Q")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("R"),new t.type.Var("Q")]),new t.type.Term(";",[new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("R")]),new t.type.Term(",",[new t.type.Term("!",[]),new t.type.Term("=",[new t.type.Var("S"),new t.type.Var("E")])])]),new t.type.Term("=",[new t.type.Var("S"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("E")])])])])])])]))],"foldl/4":[new t.type.Rule(new t.type.Term("foldl",[new t.type.Var("_"),new t.type.Term("[]",[]),new t.type.Var("I"),new t.type.Var("I")]),null),new t.type.Rule(new t.type.Term("foldl",[new t.type.Var("P"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Var("T")]),new t.type.Var("I"),new t.type.Var("R")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("P"),new t.type.Var("L")]),new t.type.Term(",",[new t.type.Term("append",[new t.type.Var("L"),new t.type.Term(".",[new t.type.Var("I"),new t.type.Term(".",[new t.type.Var("H"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Term("[]",[])])])]),new t.type.Var("L2")]),new t.type.Term(",",[new t.type.Term("=..",[new t.type.Var("P2"),new t.type.Var("L2")]),new t.type.Term(",",[new t.type.Term("call",[new t.type.Var("P2")]),new t.type.Term("foldl",[new t.type.Var("P"),new t.type.Var("T"),new t.type.Var("X"),new t.type.Var("R")])])])])]))],"select/3":[new t.type.Rule(new t.type.Term("select",[new t.type.Var("E"),new t.type.Term(".",[new t.type.Var("E"),new t.type.Var("Xs")]),new t.type.Var("Xs")]),null),new t.type.Rule(new t.type.Term("select",[new t.type.Var("E"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Ys")])]),new t.type.Term("select",[new t.type.Var("E"),new t.type.Var("Xs"),new t.type.Var("Ys")]))],"sum_list/2":[new t.type.Rule(new t.type.Term("sum_list",[new t.type.Term("[]",[]),new t.type.Num(0,!1)]),null),new t.type.Rule(new t.type.Term("sum_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("sum_list",[new t.type.Var("Xs"),new t.type.Var("Y")]),new t.type.Term("is",[new t.type.Var("S"),new t.type.Term("+",[new t.type.Var("X"),new t.type.Var("Y")])])]))],"max_list/2":[new t.type.Rule(new t.type.Term("max_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Term("[]",[])]),new t.type.Var("X")]),null),new t.type.Rule(new t.type.Term("max_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("max_list",[new t.type.Var("Xs"),new t.type.Var("Y")]),new t.type.Term(";",[new t.type.Term(",",[new t.type.Term(">=",[new t.type.Var("X"),new t.type.Var("Y")]),new t.type.Term(",",[new t.type.Term("=",[new t.type.Var("S"),new t.type.Var("X")]),new t.type.Term("!",[])])]),new t.type.Term("=",[new t.type.Var("S"),new t.type.Var("Y")])])]))],"min_list/2":[new t.type.Rule(new t.type.Term("min_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Term("[]",[])]),new t.type.Var("X")]),null),new t.type.Rule(new t.type.Term("min_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("min_list",[new t.type.Var("Xs"),new t.type.Var("Y")]),new t.type.Term(";",[new t.type.Term(",",[new t.type.Term("=<",[new t.type.Var("X"),new t.type.Var("Y")]),new t.type.Term(",",[new t.type.Term("=",[new t.type.Var("S"),new t.type.Var("X")]),new t.type.Term("!",[])])]),new t.type.Term("=",[new t.type.Var("S"),new t.type.Var("Y")])])]))],"prod_list/2":[new t.type.Rule(new t.type.Term("prod_list",[new t.type.Term("[]",[]),new t.type.Num(1,!1)]),null),new t.type.Rule(new t.type.Term("prod_list",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("S")]),new t.type.Term(",",[new t.type.Term("prod_list",[new t.type.Var("Xs"),new t.type.Var("Y")]),new t.type.Term("is",[new t.type.Var("S"),new t.type.Term("*",[new t.type.Var("X"),new t.type.Var("Y")])])]))],"last/2":[new t.type.Rule(new t.type.Term("last",[new t.type.Term(".",[new t.type.Var("X"),new t.type.Term("[]",[])]),new t.type.Var("X")]),null),new t.type.Rule(new t.type.Term("last",[new t.type.Term(".",[new t.type.Var("_"),new t.type.Var("Xs")]),new t.type.Var("X")]),new t.type.Term("last",[new t.type.Var("Xs"),new t.type.Var("X")]))],"prefix/2":[new t.type.Rule(new t.type.Term("prefix",[new t.type.Var("Part"),new t.type.Var("Whole")]),new t.type.Term("append",[new t.type.Var("Part"),new t.type.Var("_"),new t.type.Var("Whole")]))],"nth0/3":[new t.type.Rule(new t.type.Term("nth0",[new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z")]),new t.type.Term(";",[new t.type.Term("->",[new t.type.Term("var",[new t.type.Var("X")]),new t.type.Term("nth",[new t.type.Num(0,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("_")])]),new t.type.Term(",",[new t.type.Term(">=",[new t.type.Var("X"),new t.type.Num(0,!1)]),new t.type.Term(",",[new t.type.Term("nth",[new t.type.Num(0,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("_")]),new t.type.Term("!",[])])])]))],"nth1/3":[new t.type.Rule(new t.type.Term("nth1",[new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z")]),new t.type.Term(";",[new t.type.Term("->",[new t.type.Term("var",[new t.type.Var("X")]),new t.type.Term("nth",[new t.type.Num(1,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("_")])]),new t.type.Term(",",[new t.type.Term(">",[new t.type.Var("X"),new t.type.Num(0,!1)]),new t.type.Term(",",[new t.type.Term("nth",[new t.type.Num(1,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("_")]),new t.type.Term("!",[])])])]))],"nth0/4":[new t.type.Rule(new t.type.Term("nth0",[new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")]),new t.type.Term(";",[new t.type.Term("->",[new t.type.Term("var",[new t.type.Var("X")]),new t.type.Term("nth",[new t.type.Num(0,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")])]),new t.type.Term(",",[new t.type.Term(">=",[new t.type.Var("X"),new t.type.Num(0,!1)]),new t.type.Term(",",[new t.type.Term("nth",[new t.type.Num(0,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")]),new t.type.Term("!",[])])])]))],"nth1/4":[new t.type.Rule(new t.type.Term("nth1",[new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")]),new t.type.Term(";",[new t.type.Term("->",[new t.type.Term("var",[new t.type.Var("X")]),new t.type.Term("nth",[new t.type.Num(1,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")])]),new t.type.Term(",",[new t.type.Term(">",[new t.type.Var("X"),new t.type.Num(0,!1)]),new t.type.Term(",",[new t.type.Term("nth",[new t.type.Num(1,!1),new t.type.Var("X"),new t.type.Var("Y"),new t.type.Var("Z"),new t.type.Var("W")]),new t.type.Term("!",[])])])]))],"nth/5":[new t.type.Rule(new t.type.Term("nth",[new t.type.Var("N"),new t.type.Var("N"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("X"),new t.type.Var("Xs")]),null),new t.type.Rule(new t.type.Term("nth",[new t.type.Var("N"),new t.type.Var("O"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Xs")]),new t.type.Var("Y"),new t.type.Term(".",[new t.type.Var("X"),new t.type.Var("Ys")])]),new t.type.Term(",",[new t.type.Term("is",[new t.type.Var("M"),new t.type.Term("+",[new t.type.Var("N"),new t.type.Num(1,!1)])]),new t.type.Term("nth",[new t.type.Var("M"),new t.type.Var("O"),new t.type.Var("Xs"),new t.type.Var("Y"),new t.type.Var("Ys")])]))],"length/2":function(o,a,n){var u=n.args[0],A=n.args[1];if(!t.type.is_variable(A)&&!t.type.is_integer(A))o.throw_error(t.error.type("integer",A,n.indicator));else if(t.type.is_integer(A)&&A.value<0)o.throw_error(t.error.domain("not_less_than_zero",A,n.indicator));else{var p=new t.type.Term("length",[u,new t.type.Num(0,!1),A]);t.type.is_integer(A)&&(p=new t.type.Term(",",[p,new t.type.Term("!",[])])),o.prepend([new t.type.State(a.goal.replace(p),a.substitution,a)])}},"length/3":[new t.type.Rule(new t.type.Term("length",[new t.type.Term("[]",[]),new t.type.Var("N"),new t.type.Var("N")]),null),new t.type.Rule(new t.type.Term("length",[new t.type.Term(".",[new t.type.Var("_"),new t.type.Var("X")]),new t.type.Var("A"),new t.type.Var("N")]),new t.type.Term(",",[new t.type.Term("succ",[new t.type.Var("A"),new t.type.Var("B")]),new t.type.Term("length",[new t.type.Var("X"),new t.type.Var("B"),new t.type.Var("N")])]))],"replicate/3":function(o,a,n){var u=n.args[0],A=n.args[1],p=n.args[2];if(t.type.is_variable(A))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_integer(A))o.throw_error(t.error.type("integer",A,n.indicator));else if(A.value<0)o.throw_error(t.error.domain("not_less_than_zero",A,n.indicator));else if(!t.type.is_variable(p)&&!t.type.is_list(p))o.throw_error(t.error.type("list",p,n.indicator));else{for(var h=new t.type.Term("[]"),E=0;E0;I--)E[I].equals(E[I-1])&&E.splice(I,1);for(var v=new t.type.Term("[]"),I=E.length-1;I>=0;I--)v=new t.type.Term(".",[E[I],v]);o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[v,A])),a.substitution,a)])}}},"msort/2":function(o,a,n){var u=n.args[0],A=n.args[1];if(t.type.is_variable(u))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_variable(A)&&!t.type.is_fully_list(A))o.throw_error(t.error.type("list",A,n.indicator));else{for(var p=[],h=u;h.indicator==="./2";)p.push(h.args[0]),h=h.args[1];if(t.type.is_variable(h))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_empty_list(h))o.throw_error(t.error.type("list",u,n.indicator));else{for(var E=p.sort(t.compare),I=new t.type.Term("[]"),v=E.length-1;v>=0;v--)I=new t.type.Term(".",[E[v],I]);o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[I,A])),a.substitution,a)])}}},"keysort/2":function(o,a,n){var u=n.args[0],A=n.args[1];if(t.type.is_variable(u))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_variable(A)&&!t.type.is_fully_list(A))o.throw_error(t.error.type("list",A,n.indicator));else{for(var p=[],h,E=u;E.indicator==="./2";){if(h=E.args[0],t.type.is_variable(h)){o.throw_error(t.error.instantiation(n.indicator));return}else if(!t.type.is_term(h)||h.indicator!=="-/2"){o.throw_error(t.error.type("pair",h,n.indicator));return}h.args[0].pair=h.args[1],p.push(h.args[0]),E=E.args[1]}if(t.type.is_variable(E))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_empty_list(E))o.throw_error(t.error.type("list",u,n.indicator));else{for(var I=p.sort(t.compare),v=new t.type.Term("[]"),x=I.length-1;x>=0;x--)v=new t.type.Term(".",[new t.type.Term("-",[I[x],I[x].pair]),v]),delete I[x].pair;o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[v,A])),a.substitution,a)])}}},"take/3":function(o,a,n){var u=n.args[0],A=n.args[1],p=n.args[2];if(t.type.is_variable(A)||t.type.is_variable(u))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_list(A))o.throw_error(t.error.type("list",A,n.indicator));else if(!t.type.is_integer(u))o.throw_error(t.error.type("integer",u,n.indicator));else if(!t.type.is_variable(p)&&!t.type.is_list(p))o.throw_error(t.error.type("list",p,n.indicator));else{for(var h=u.value,E=[],I=A;h>0&&I.indicator==="./2";)E.push(I.args[0]),I=I.args[1],h--;if(h===0){for(var v=new t.type.Term("[]"),h=E.length-1;h>=0;h--)v=new t.type.Term(".",[E[h],v]);o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[v,p])),a.substitution,a)])}}},"drop/3":function(o,a,n){var u=n.args[0],A=n.args[1],p=n.args[2];if(t.type.is_variable(A)||t.type.is_variable(u))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_list(A))o.throw_error(t.error.type("list",A,n.indicator));else if(!t.type.is_integer(u))o.throw_error(t.error.type("integer",u,n.indicator));else if(!t.type.is_variable(p)&&!t.type.is_list(p))o.throw_error(t.error.type("list",p,n.indicator));else{for(var h=u.value,E=[],I=A;h>0&&I.indicator==="./2";)E.push(I.args[0]),I=I.args[1],h--;h===0&&o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[I,p])),a.substitution,a)])}},"reverse/2":function(o,a,n){var u=n.args[0],A=n.args[1],p=t.type.is_instantiated_list(u),h=t.type.is_instantiated_list(A);if(t.type.is_variable(u)&&t.type.is_variable(A))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_variable(u)&&!t.type.is_fully_list(u))o.throw_error(t.error.type("list",u,n.indicator));else if(!t.type.is_variable(A)&&!t.type.is_fully_list(A))o.throw_error(t.error.type("list",A,n.indicator));else if(!p&&!h)o.throw_error(t.error.instantiation(n.indicator));else{for(var E=p?u:A,I=new t.type.Term("[]",[]);E.indicator==="./2";)I=new t.type.Term(".",[E.args[0],I]),E=E.args[1];o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[I,p?A:u])),a.substitution,a)])}},"list_to_set/2":function(o,a,n){var u=n.args[0],A=n.args[1];if(t.type.is_variable(u))o.throw_error(t.error.instantiation(n.indicator));else{for(var p=u,h=[];p.indicator==="./2";)h.push(p.args[0]),p=p.args[1];if(t.type.is_variable(p))o.throw_error(t.error.instantiation(n.indicator));else if(!t.type.is_term(p)||p.indicator!=="[]/0")o.throw_error(t.error.type("list",u,n.indicator));else{for(var E=[],I=new t.type.Term("[]",[]),v,x=0;x=0;x--)I=new t.type.Term(".",[E[x],I]);o.prepend([new t.type.State(a.goal.replace(new t.type.Term("=",[A,I])),a.substitution,a)])}}}}},r=["append/2","append/3","member/2","permutation/2","maplist/2","maplist/3","maplist/4","maplist/5","maplist/6","maplist/7","maplist/8","include/3","exclude/3","foldl/4","sum_list/2","max_list/2","min_list/2","prod_list/2","last/2","prefix/2","nth0/3","nth1/3","nth0/4","nth1/4","length/2","replicate/3","select/3","sort/2","msort/2","keysort/2","take/3","drop/3","reverse/2","list_to_set/2"];typeof sH<"u"?sH.exports=function(o){t=o,new t.type.Module("lists",e(),r)}:new t.type.Module("lists",e(),r)})(jgt)});var nme=_(Yr=>{"use strict";var $d=process.platform==="win32",oH="aes-256-cbc",Ggt="sha256",Yde="The current environment doesn't support interactive reading from TTY.",Yn=ve("fs"),Gde=process.binding("tty_wrap").TTY,lH=ve("child_process"),c0=ve("path"),cH={prompt:"> ",hideEchoBack:!1,mask:"*",limit:[],limitMessage:"Input another, please.$<( [)limit(])>",defaultInput:"",trueValue:[],falseValue:[],caseSensitive:!1,keepWhitespace:!1,encoding:"utf8",bufferSize:1024,print:void 0,history:!0,cd:!1,phContent:void 0,preCheck:void 0},zf="none",Xc,BC,qde=!1,l0,mk,aH,qgt=0,hH="",Zd=[],yk,Wde=!1,uH=!1,D2=!1;function Kde(t){function e(r){return r.replace(/[^\w\u0080-\uFFFF]/g,function(o){return"#"+o.charCodeAt(0)+";"})}return mk.concat(function(r){var o=[];return Object.keys(r).forEach(function(a){r[a]==="boolean"?t[a]&&o.push("--"+a):r[a]==="string"&&t[a]&&o.push("--"+a,e(t[a]))}),o}({display:"string",displayOnly:"boolean",keyIn:"boolean",hideEchoBack:"boolean",mask:"string",limit:"string",caseSensitive:"boolean"}))}function Ygt(t,e){function r(U){var J,te="",ae;for(aH=aH||ve("os").tmpdir();;){J=c0.join(aH,U+te);try{ae=Yn.openSync(J,"wx")}catch(fe){if(fe.code==="EEXIST"){te++;continue}else throw fe}Yn.closeSync(ae);break}return J}var o,a,n,u={},A,p,h=r("readline-sync.stdout"),E=r("readline-sync.stderr"),I=r("readline-sync.exit"),v=r("readline-sync.done"),x=ve("crypto"),C,R,L;C=x.createHash(Ggt),C.update(""+process.pid+qgt+++Math.random()),L=C.digest("hex"),R=x.createDecipher(oH,L),o=Kde(t),$d?(a=process.env.ComSpec||"cmd.exe",process.env.Q='"',n=["/V:ON","/S","/C","(%Q%"+a+"%Q% /V:ON /S /C %Q%%Q%"+l0+"%Q%"+o.map(function(U){return" %Q%"+U+"%Q%"}).join("")+" & (echo !ERRORLEVEL!)>%Q%"+I+"%Q%%Q%) 2>%Q%"+E+"%Q% |%Q%"+process.execPath+"%Q% %Q%"+__dirname+"\\encrypt.js%Q% %Q%"+oH+"%Q% %Q%"+L+"%Q% >%Q%"+h+"%Q% & (echo 1)>%Q%"+v+"%Q%"]):(a="/bin/sh",n=["-c",'("'+l0+'"'+o.map(function(U){return" '"+U.replace(/'/g,"'\\''")+"'"}).join("")+'; echo $?>"'+I+'") 2>"'+E+'" |"'+process.execPath+'" "'+__dirname+'/encrypt.js" "'+oH+'" "'+L+'" >"'+h+'"; echo 1 >"'+v+'"']),D2&&D2("_execFileSync",o);try{lH.spawn(a,n,e)}catch(U){u.error=new Error(U.message),u.error.method="_execFileSync - spawn",u.error.program=a,u.error.args=n}for(;Yn.readFileSync(v,{encoding:t.encoding}).trim()!=="1";);return(A=Yn.readFileSync(I,{encoding:t.encoding}).trim())==="0"?u.input=R.update(Yn.readFileSync(h,{encoding:"binary"}),"hex",t.encoding)+R.final(t.encoding):(p=Yn.readFileSync(E,{encoding:t.encoding}).trim(),u.error=new Error(Yde+(p?` +`+p:"")),u.error.method="_execFileSync",u.error.program=a,u.error.args=n,u.error.extMessage=p,u.error.exitCode=+A),Yn.unlinkSync(h),Yn.unlinkSync(E),Yn.unlinkSync(I),Yn.unlinkSync(v),u}function Wgt(t){var e,r={},o,a={env:process.env,encoding:t.encoding};if(l0||($d?process.env.PSModulePath?(l0="powershell.exe",mk=["-ExecutionPolicy","Bypass","-File",__dirname+"\\read.ps1"]):(l0="cscript.exe",mk=["//nologo",__dirname+"\\read.cs.js"]):(l0="/bin/sh",mk=[__dirname+"/read.sh"])),$d&&!process.env.PSModulePath&&(a.stdio=[process.stdin]),lH.execFileSync){e=Kde(t),D2&&D2("execFileSync",e);try{r.input=lH.execFileSync(l0,e,a)}catch(n){o=n.stderr?(n.stderr+"").trim():"",r.error=new Error(Yde+(o?` +`+o:"")),r.error.method="execFileSync",r.error.program=l0,r.error.args=e,r.error.extMessage=o,r.error.exitCode=n.status,r.error.code=n.code,r.error.signal=n.signal}}else r=Ygt(t,a);return r.error||(r.input=r.input.replace(/^\s*'|'\s*$/g,""),t.display=""),r}function AH(t){var e="",r=t.display,o=!t.display&&t.keyIn&&t.hideEchoBack&&!t.mask;function a(){var n=Wgt(t);if(n.error)throw n.error;return n.input}return uH&&uH(t),function(){var n,u,A;function p(){return n||(n=process.binding("fs"),u=process.binding("constants")),n}if(typeof zf=="string")if(zf=null,$d){if(A=function(h){var E=h.replace(/^\D+/,"").split("."),I=0;return(E[0]=+E[0])&&(I+=E[0]*1e4),(E[1]=+E[1])&&(I+=E[1]*100),(E[2]=+E[2])&&(I+=E[2]),I}(process.version),!(A>=20302&&A<40204||A>=5e4&&A<50100||A>=50600&&A<60200)&&process.stdin.isTTY)process.stdin.pause(),zf=process.stdin.fd,BC=process.stdin._handle;else try{zf=p().open("CONIN$",u.O_RDWR,parseInt("0666",8)),BC=new Gde(zf,!0)}catch{}if(process.stdout.isTTY)Xc=process.stdout.fd;else{try{Xc=Yn.openSync("\\\\.\\CON","w")}catch{}if(typeof Xc!="number")try{Xc=p().open("CONOUT$",u.O_RDWR,parseInt("0666",8))}catch{}}}else{if(process.stdin.isTTY){process.stdin.pause();try{zf=Yn.openSync("/dev/tty","r"),BC=process.stdin._handle}catch{}}else try{zf=Yn.openSync("/dev/tty","r"),BC=new Gde(zf,!1)}catch{}if(process.stdout.isTTY)Xc=process.stdout.fd;else try{Xc=Yn.openSync("/dev/tty","w")}catch{}}}(),function(){var n,u,A=!t.hideEchoBack&&!t.keyIn,p,h,E,I,v;yk="";function x(C){return C===qde?!0:BC.setRawMode(C)!==0?!1:(qde=C,!0)}if(Wde||!BC||typeof Xc!="number"&&(t.display||!A)){e=a();return}if(t.display&&(Yn.writeSync(Xc,t.display),t.display=""),!t.displayOnly){if(!x(!A)){e=a();return}for(h=t.keyIn?1:t.bufferSize,p=Buffer.allocUnsafe&&Buffer.alloc?Buffer.alloc(h):new Buffer(h),t.keyIn&&t.limit&&(u=new RegExp("[^"+t.limit+"]","g"+(t.caseSensitive?"":"i")));;){E=0;try{E=Yn.readSync(zf,p,0,h)}catch(C){if(C.code!=="EOF"){x(!1),e+=a();return}}if(E>0?(I=p.toString(t.encoding,0,E),yk+=I):(I=` +`,yk+=String.fromCharCode(0)),I&&typeof(v=(I.match(/^(.*?)[\r\n]/)||[])[1])=="string"&&(I=v,n=!0),I&&(I=I.replace(/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f]/g,"")),I&&u&&(I=I.replace(u,"")),I&&(A||(t.hideEchoBack?t.mask&&Yn.writeSync(Xc,new Array(I.length+1).join(t.mask)):Yn.writeSync(Xc,I)),e+=I),!t.keyIn&&n||t.keyIn&&e.length>=h)break}!A&&!o&&Yn.writeSync(Xc,` +`),x(!1)}}(),t.print&&!o&&t.print(r+(t.displayOnly?"":(t.hideEchoBack?new Array(e.length+1).join(t.mask):e)+` +`),t.encoding),t.displayOnly?"":hH=t.keepWhitespace||t.keyIn?e:e.trim()}function Kgt(t,e){var r=[];function o(a){a!=null&&(Array.isArray(a)?a.forEach(o):(!e||e(a))&&r.push(a))}return o(t),r}function gH(t){return t.replace(/[\x00-\x7f]/g,function(e){return"\\x"+("00"+e.charCodeAt().toString(16)).substr(-2)})}function Rs(){var t=Array.prototype.slice.call(arguments),e,r;return t.length&&typeof t[0]=="boolean"&&(r=t.shift(),r&&(e=Object.keys(cH),t.unshift(cH))),t.reduce(function(o,a){return a==null||(a.hasOwnProperty("noEchoBack")&&!a.hasOwnProperty("hideEchoBack")&&(a.hideEchoBack=a.noEchoBack,delete a.noEchoBack),a.hasOwnProperty("noTrim")&&!a.hasOwnProperty("keepWhitespace")&&(a.keepWhitespace=a.noTrim,delete a.noTrim),r||(e=Object.keys(a)),e.forEach(function(n){var u;if(!!a.hasOwnProperty(n))switch(u=a[n],n){case"mask":case"limitMessage":case"defaultInput":case"encoding":u=u!=null?u+"":"",u&&n!=="limitMessage"&&(u=u.replace(/[\r\n]/g,"")),o[n]=u;break;case"bufferSize":!isNaN(u=parseInt(u,10))&&typeof u=="number"&&(o[n]=u);break;case"displayOnly":case"keyIn":case"hideEchoBack":case"caseSensitive":case"keepWhitespace":case"history":case"cd":o[n]=!!u;break;case"limit":case"trueValue":case"falseValue":o[n]=Kgt(u,function(A){var p=typeof A;return p==="string"||p==="number"||p==="function"||A instanceof RegExp}).map(function(A){return typeof A=="string"?A.replace(/[\r\n]/g,""):A});break;case"print":case"phContent":case"preCheck":o[n]=typeof u=="function"?u:void 0;break;case"prompt":case"display":o[n]=u??"";break}})),o},{})}function fH(t,e,r){return e.some(function(o){var a=typeof o;return a==="string"?r?t===o:t.toLowerCase()===o.toLowerCase():a==="number"?parseFloat(t)===o:a==="function"?o(t):o instanceof RegExp?o.test(t):!1})}function dH(t,e){var r=c0.normalize($d?(process.env.HOMEDRIVE||"")+(process.env.HOMEPATH||""):process.env.HOME||"").replace(/[\/\\]+$/,"");return t=c0.normalize(t),e?t.replace(/^~(?=\/|\\|$)/,r):t.replace(new RegExp("^"+gH(r)+"(?=\\/|\\\\|$)",$d?"i":""),"~")}function vC(t,e){var r="(?:\\(([\\s\\S]*?)\\))?(\\w+|.-.)(?:\\(([\\s\\S]*?)\\))?",o=new RegExp("(\\$)?(\\$<"+r+">)","g"),a=new RegExp("(\\$)?(\\$\\{"+r+"\\})","g");function n(u,A,p,h,E,I){var v;return A||typeof(v=e(E))!="string"?p:v?(h||"")+v+(I||""):""}return t.replace(o,n).replace(a,n)}function Vde(t,e,r){var o,a=[],n=-1,u=0,A="",p;function h(E,I){return I.length>3?(E.push(I[0]+"..."+I[I.length-1]),p=!0):I.length&&(E=E.concat(I)),E}return o=t.reduce(function(E,I){return E.concat((I+"").split(""))},[]).reduce(function(E,I){var v,x;return e||(I=I.toLowerCase()),v=/^\d$/.test(I)?1:/^[A-Z]$/.test(I)?2:/^[a-z]$/.test(I)?3:0,r&&v===0?A+=I:(x=I.charCodeAt(0),v&&v===n&&x===u+1?a.push(I):(E=h(E,a),a=[I],n=v),u=x),E},[]),o=h(o,a),A&&(o.push(A),p=!0),{values:o,suppressed:p}}function Jde(t,e){return t.join(t.length>2?", ":e?" / ":"/")}function zde(t,e){var r,o,a={},n;if(e.phContent&&(r=e.phContent(t,e)),typeof r!="string")switch(t){case"hideEchoBack":case"mask":case"defaultInput":case"caseSensitive":case"keepWhitespace":case"encoding":case"bufferSize":case"history":case"cd":r=e.hasOwnProperty(t)?typeof e[t]=="boolean"?e[t]?"on":"off":e[t]+"":"";break;case"limit":case"trueValue":case"falseValue":o=e[e.hasOwnProperty(t+"Src")?t+"Src":t],e.keyIn?(a=Vde(o,e.caseSensitive),o=a.values):o=o.filter(function(u){var A=typeof u;return A==="string"||A==="number"}),r=Jde(o,a.suppressed);break;case"limitCount":case"limitCountNotZero":r=e[e.hasOwnProperty("limitSrc")?"limitSrc":"limit"].length,r=r||t!=="limitCountNotZero"?r+"":"";break;case"lastInput":r=hH;break;case"cwd":case"CWD":case"cwdHome":r=process.cwd(),t==="CWD"?r=c0.basename(r):t==="cwdHome"&&(r=dH(r));break;case"date":case"time":case"localeDate":case"localeTime":r=new Date()["to"+t.replace(/^./,function(u){return u.toUpperCase()})+"String"]();break;default:typeof(n=(t.match(/^history_m(\d+)$/)||[])[1])=="string"&&(r=Zd[Zd.length-n]||"")}return r}function Xde(t){var e=/^(.)-(.)$/.exec(t),r="",o,a,n,u;if(!e)return null;for(o=e[1].charCodeAt(0),a=e[2].charCodeAt(0),u=o +And the length must be: $`,trueValue:null,falseValue:null,caseSensitive:!0},e,{history:!1,cd:!1,phContent:function(x){return x==="charlist"?r.text:x==="length"?o+"..."+a:null}}),u,A,p,h,E,I,v;for(e=e||{},u=vC(e.charlist?e.charlist+"":"$",Xde),(isNaN(o=parseInt(e.min,10))||typeof o!="number")&&(o=12),(isNaN(a=parseInt(e.max,10))||typeof a!="number")&&(a=24),h=new RegExp("^["+gH(u)+"]{"+o+","+a+"}$"),r=Vde([u],n.caseSensitive,!0),r.text=Jde(r.values,r.suppressed),A=e.confirmMessage!=null?e.confirmMessage:"Reinput a same one to confirm it: ",p=e.unmatchMessage!=null?e.unmatchMessage:"It differs from first one. Hit only the Enter key if you want to retry from first one.",t==null&&(t="Input new password: "),E=n.limitMessage;!v;)n.limit=h,n.limitMessage=E,I=Yr.question(t,n),n.limit=[I,""],n.limitMessage=p,v=Yr.question(A,n);return I};function eme(t,e,r){var o;function a(n){return o=r(n),!isNaN(o)&&typeof o=="number"}return Yr.question(t,Rs({limitMessage:"Input valid number, please."},e,{limit:a,cd:!1})),o}Yr.questionInt=function(t,e){return eme(t,e,function(r){return parseInt(r,10)})};Yr.questionFloat=function(t,e){return eme(t,e,parseFloat)};Yr.questionPath=function(t,e){var r,o="",a=Rs({hideEchoBack:!1,limitMessage:`$Input valid path, please.$<( Min:)min>$<( Max:)max>`,history:!0,cd:!0},e,{keepWhitespace:!1,limit:function(n){var u,A,p;n=dH(n,!0),o="";function h(E){E.split(/\/|\\/).reduce(function(I,v){var x=c0.resolve(I+=v+c0.sep);if(!Yn.existsSync(x))Yn.mkdirSync(x);else if(!Yn.statSync(x).isDirectory())throw new Error("Non directory already exists: "+x);return I},"")}try{if(u=Yn.existsSync(n),r=u?Yn.realpathSync(n):c0.resolve(n),!e.hasOwnProperty("exists")&&!u||typeof e.exists=="boolean"&&e.exists!==u)return o=(u?"Already exists":"No such file or directory")+": "+r,!1;if(!u&&e.create&&(e.isDirectory?h(r):(h(c0.dirname(r)),Yn.closeSync(Yn.openSync(r,"w"))),r=Yn.realpathSync(r)),u&&(e.min||e.max||e.isFile||e.isDirectory)){if(A=Yn.statSync(r),e.isFile&&!A.isFile())return o="Not file: "+r,!1;if(e.isDirectory&&!A.isDirectory())return o="Not directory: "+r,!1;if(e.min&&A.size<+e.min||e.max&&A.size>+e.max)return o="Size "+A.size+" is out of range: "+r,!1}if(typeof e.validate=="function"&&(p=e.validate(r))!==!0)return typeof p=="string"&&(o=p),!1}catch(E){return o=E+"",!1}return!0},phContent:function(n){return n==="error"?o:n!=="min"&&n!=="max"?null:e.hasOwnProperty(n)?e[n]+"":""}});return e=e||{},t==null&&(t='Input path (you can "cd" and "pwd"): '),Yr.question(t,a),r};function tme(t,e){var r={},o={};return typeof t=="object"?(Object.keys(t).forEach(function(a){typeof t[a]=="function"&&(o[e.caseSensitive?a:a.toLowerCase()]=t[a])}),r.preCheck=function(a){var n;return r.args=pH(a),n=r.args[0]||"",e.caseSensitive||(n=n.toLowerCase()),r.hRes=n!=="_"&&o.hasOwnProperty(n)?o[n].apply(a,r.args.slice(1)):o.hasOwnProperty("_")?o._.apply(a,r.args):null,{res:a,forceNext:!1}},o.hasOwnProperty("_")||(r.limit=function(){var a=r.args[0]||"";return e.caseSensitive||(a=a.toLowerCase()),o.hasOwnProperty(a)})):r.preCheck=function(a){return r.args=pH(a),r.hRes=typeof t=="function"?t.apply(a,r.args):!0,{res:a,forceNext:!1}},r}Yr.promptCL=function(t,e){var r=Rs({hideEchoBack:!1,limitMessage:"Requested command is not available.",caseSensitive:!1,history:!0},e),o=tme(t,r);return r.limit=o.limit,r.preCheck=o.preCheck,Yr.prompt(r),o.args};Yr.promptLoop=function(t,e){for(var r=Rs({hideEchoBack:!1,trueValue:null,falseValue:null,caseSensitive:!1,history:!0},e);!t(Yr.prompt(r)););};Yr.promptCLLoop=function(t,e){var r=Rs({hideEchoBack:!1,limitMessage:"Requested command is not available.",caseSensitive:!1,history:!0},e),o=tme(t,r);for(r.limit=o.limit,r.preCheck=o.preCheck;Yr.prompt(r),!o.hRes;);};Yr.promptSimShell=function(t){return Yr.prompt(Rs({hideEchoBack:!1,history:!0},t,{prompt:function(){return $d?"$>":(process.env.USER||"")+(process.env.HOSTNAME?"@"+process.env.HOSTNAME.replace(/\..*$/,""):"")+":$$ "}()}))};function rme(t,e,r){var o;return t==null&&(t="Are you sure? "),(!e||e.guide!==!1)&&(t+="")&&(t=t.replace(/\s*:?\s*$/,"")+" [y/n]: "),o=Yr.keyIn(t,Rs(e,{hideEchoBack:!1,limit:r,trueValue:"y",falseValue:"n",caseSensitive:!1})),typeof o=="boolean"?o:""}Yr.keyInYN=function(t,e){return rme(t,e)};Yr.keyInYNStrict=function(t,e){return rme(t,e,"yn")};Yr.keyInPause=function(t,e){t==null&&(t="Continue..."),(!e||e.guide!==!1)&&(t+="")&&(t=t.replace(/\s+$/,"")+" (Hit any key)"),Yr.keyIn(t,Rs({limit:null},e,{hideEchoBack:!0,mask:""}))};Yr.keyInSelect=function(t,e,r){var o=Rs({hideEchoBack:!1},r,{trueValue:null,falseValue:null,caseSensitive:!1,phContent:function(p){return p==="itemsCount"?t.length+"":p==="firstItem"?(t[0]+"").trim():p==="lastItem"?(t[t.length-1]+"").trim():null}}),a="",n={},u=49,A=` `;if(!Array.isArray(t)||!t.length||t.length>35)throw"`items` must be Array (max length: 35).";return t.forEach(function(p,h){var E=String.fromCharCode(u);a+=E,n[E]=h,A+="["+E+"] "+(p+"").trim()+` `,u=u===57?97:u+1}),(!r||r.cancel!==!1)&&(a+="0",n[0]=-1,A+="[0] "+(r&&r.cancel!=null&&typeof r.cancel!="boolean"?(r.cancel+"").trim():"CANCEL")+` `),o.limit=a,A+=` -`,e==null&&(e="Choose one from list: "),(e+="")&&((!r||r.guide!==!1)&&(e=e.replace(/\s*:?\s*$/,"")+" [$]: "),A+=e),n[Yr.keyIn(A,o).toLowerCase()]};Yr.getRawInput=function(){return Ck};function D2(t,e){var r;return e.length&&(r={},r[t]=e[0]),Yr.setDefaultOptions(r)[t]}Yr.setPrint=function(){return D2("print",arguments)};Yr.setPrompt=function(){return D2("prompt",arguments)};Yr.setEncoding=function(){return D2("encoding",arguments)};Yr.setMask=function(){return D2("mask",arguments)};Yr.setBufferSize=function(){return D2("bufferSize",arguments)}});var EH=_((t7t,hl)=>{(function(){var t={major:0,minor:2,patch:66,status:"beta"};tau_file_system={files:{},open:function(w,S,y){var F=tau_file_system.files[w];if(!F){if(y==="read")return null;F={path:w,text:"",type:S,get:function(z,X){return X===this.text.length||X>this.text.length?"end_of_file":this.text.substring(X,X+z)},put:function(z,X){return X==="end_of_file"?(this.text+=z,!0):X==="past_end_of_file"?null:(this.text=this.text.substring(0,X)+z+this.text.substring(X+z.length),!0)},get_byte:function(z){if(z==="end_of_stream")return-1;var X=Math.floor(z/2);if(this.text.length<=X)return-1;var Z=n(this.text[Math.floor(z/2)],0);return z%2===0?Z&255:Z/256>>>0},put_byte:function(z,X){var Z=X==="end_of_stream"?this.text.length:Math.floor(X/2);if(this.text.length>>0,ie=(ie&255)<<8|z&255):(ie=ie&255,ie=(z&255)<<8|ie&255),this.text.length===Z?this.text+=u(ie):this.text=this.text.substring(0,Z)+u(ie)+this.text.substring(Z+1),!0},flush:function(){return!0},close:function(){var z=tau_file_system.files[this.path];return z?!0:null}},tau_file_system.files[w]=F}return y==="write"&&(F.text=""),F}},tau_user_input={buffer:"",get:function(w,S){for(var y;tau_user_input.buffer.length]: "),A+=e),n[Yr.keyIn(A,o).toLowerCase()]};Yr.getRawInput=function(){return yk};function S2(t,e){var r;return e.length&&(r={},r[t]=e[0]),Yr.setDefaultOptions(r)[t]}Yr.setPrint=function(){return S2("print",arguments)};Yr.setPrompt=function(){return S2("prompt",arguments)};Yr.setEncoding=function(){return S2("encoding",arguments)};Yr.setMask=function(){return S2("mask",arguments)};Yr.setBufferSize=function(){return S2("bufferSize",arguments)}});var mH=_((t7t,hl)=>{(function(){var t={major:0,minor:2,patch:66,status:"beta"};tau_file_system={files:{},open:function(w,P,y){var F=tau_file_system.files[w];if(!F){if(y==="read")return null;F={path:w,text:"",type:P,get:function(z,X){return X===this.text.length||X>this.text.length?"end_of_file":this.text.substring(X,X+z)},put:function(z,X){return X==="end_of_file"?(this.text+=z,!0):X==="past_end_of_file"?null:(this.text=this.text.substring(0,X)+z+this.text.substring(X+z.length),!0)},get_byte:function(z){if(z==="end_of_stream")return-1;var X=Math.floor(z/2);if(this.text.length<=X)return-1;var Z=n(this.text[Math.floor(z/2)],0);return z%2===0?Z&255:Z/256>>>0},put_byte:function(z,X){var Z=X==="end_of_stream"?this.text.length:Math.floor(X/2);if(this.text.length>>0,ie=(ie&255)<<8|z&255):(ie=ie&255,ie=(z&255)<<8|ie&255),this.text.length===Z?this.text+=u(ie):this.text=this.text.substring(0,Z)+u(ie)+this.text.substring(Z+1),!0},flush:function(){return!0},close:function(){var z=tau_file_system.files[this.path];return z?!0:null}},tau_file_system.files[w]=F}return y==="write"&&(F.text=""),F}},tau_user_input={buffer:"",get:function(w,P){for(var y;tau_user_input.buffer.length\?\@\^\~\\]+|'(?:[^']*?(?:\\(?:x?\d+)?\\)*(?:'')*(?:\\')*)*')/,number:/^(?:0o[0-7]+|0x[0-9a-fA-F]+|0b[01]+|0'(?:''|\\[abfnrtv\\'"`]|\\x?\d+\\|[^\\])|\d+(?:\.\d+(?:[eE][+-]?\d+)?)?)/,string:/^(?:"([^"]|""|\\")*"|`([^`]|``|\\`)*`)/,l_brace:/^(?:\[)/,r_brace:/^(?:\])/,l_bracket:/^(?:\{)/,r_bracket:/^(?:\})/,bar:/^(?:\|)/,l_paren:/^(?:\()/,r_paren:/^(?:\))/};function L(w,S){return w.get_flag("char_conversion").id==="on"?S.replace(/./g,function(y){return w.get_char_conversion(y)}):S}function U(w){this.thread=w,this.text="",this.tokens=[]}U.prototype.set_last_tokens=function(w){return this.tokens=w},U.prototype.new_text=function(w){this.text=w,this.tokens=[]},U.prototype.get_tokens=function(w){var S,y=0,F=0,z=0,X=[],Z=!1;if(w){var ie=this.tokens[w-1];y=ie.len,S=L(this.thread,this.text.substr(ie.len)),F=ie.line,z=ie.start}else S=this.text;if(/^\s*$/.test(S))return null;for(;S!=="";){var Se=[],Ne=!1;if(/^\n/.exec(S)!==null){F++,z=0,y++,S=S.replace(/\n/,""),Z=!0;continue}for(var ot in T)if(T.hasOwnProperty(ot)){var dt=T[ot].exec(S);dt&&Se.push({value:dt[0],name:ot,matches:dt})}if(!Se.length)return this.set_last_tokens([{value:S,matches:[],name:"lexical",line:F,start:z}]);var ie=r(Se,function(Qr,mr){return Qr.value.length>=mr.value.length?Qr:mr});switch(ie.start=z,ie.line=F,S=S.replace(ie.value,""),z+=ie.value.length,y+=ie.value.length,ie.name){case"atom":ie.raw=ie.value,ie.value.charAt(0)==="'"&&(ie.value=v(ie.value.substr(1,ie.value.length-2),"'"),ie.value===null&&(ie.name="lexical",ie.value="unknown escape sequence"));break;case"number":ie.float=ie.value.substring(0,2)!=="0x"&&ie.value.match(/[.eE]/)!==null&&ie.value!=="0'.",ie.value=C(ie.value),ie.blank=Ne;break;case"string":var jt=ie.value.charAt(0);ie.value=v(ie.value.substr(1,ie.value.length-2),jt),ie.value===null&&(ie.name="lexical",ie.value="unknown escape sequence");break;case"whitespace":var $t=X[X.length-1];$t&&($t.space=!0),Ne=!0;continue;case"r_bracket":X.length>0&&X[X.length-1].name==="l_bracket"&&(ie=X.pop(),ie.name="atom",ie.value="{}",ie.raw="{}",ie.space=!1);break;case"r_brace":X.length>0&&X[X.length-1].name==="l_brace"&&(ie=X.pop(),ie.name="atom",ie.value="[]",ie.raw="[]",ie.space=!1);break}ie.len=y,X.push(ie),Ne=!1}var xt=this.set_last_tokens(X);return xt.length===0?null:xt};function J(w,S,y,F,z){if(!S[y])return{type:A,value:x.error.syntax(S[y-1],"expression expected",!0)};var X;if(F==="0"){var Z=S[y];switch(Z.name){case"number":return{type:p,len:y+1,value:new x.type.Num(Z.value,Z.float)};case"variable":return{type:p,len:y+1,value:new x.type.Var(Z.value)};case"string":var ie;switch(w.get_flag("double_quotes").id){case"atom":ie=new H(Z.value,[]);break;case"codes":ie=new H("[]",[]);for(var Se=Z.value.length-1;Se>=0;Se--)ie=new H(".",[new x.type.Num(n(Z.value,Se),!1),ie]);break;case"chars":ie=new H("[]",[]);for(var Se=Z.value.length-1;Se>=0;Se--)ie=new H(".",[new x.type.Term(Z.value.charAt(Se),[]),ie]);break}return{type:p,len:y+1,value:ie};case"l_paren":var xt=J(w,S,y+1,w.__get_max_priority(),!0);return xt.type!==p?xt:S[xt.len]&&S[xt.len].name==="r_paren"?(xt.len++,xt):{type:A,derived:!0,value:x.error.syntax(S[xt.len]?S[xt.len]:S[xt.len-1],") or operator expected",!S[xt.len])};case"l_bracket":var xt=J(w,S,y+1,w.__get_max_priority(),!0);return xt.type!==p?xt:S[xt.len]&&S[xt.len].name==="r_bracket"?(xt.len++,xt.value=new H("{}",[xt.value]),xt):{type:A,derived:!0,value:x.error.syntax(S[xt.len]?S[xt.len]:S[xt.len-1],"} or operator expected",!S[xt.len])}}var Ne=te(w,S,y,z);return Ne.type===p||Ne.derived||(Ne=le(w,S,y),Ne.type===p||Ne.derived)?Ne:{type:A,derived:!1,value:x.error.syntax(S[y],"unexpected token")}}var ot=w.__get_max_priority(),dt=w.__get_next_priority(F),jt=y;if(S[y].name==="atom"&&S[y+1]&&(S[y].space||S[y+1].name!=="l_paren")){var Z=S[y++],$t=w.__lookup_operator_classes(F,Z.value);if($t&&$t.indexOf("fy")>-1){var xt=J(w,S,y,F,z);if(xt.type!==A)return Z.value==="-"&&!Z.space&&x.type.is_number(xt.value)?{value:new x.type.Num(-xt.value.value,xt.value.is_float),len:xt.len,type:p}:{value:new x.type.Term(Z.value,[xt.value]),len:xt.len,type:p};X=xt}else if($t&&$t.indexOf("fx")>-1){var xt=J(w,S,y,dt,z);if(xt.type!==A)return{value:new x.type.Term(Z.value,[xt.value]),len:xt.len,type:p};X=xt}}y=jt;var xt=J(w,S,y,dt,z);if(xt.type===p){y=xt.len;var Z=S[y];if(S[y]&&(S[y].name==="atom"&&w.__lookup_operator_classes(F,Z.value)||S[y].name==="bar"&&w.__lookup_operator_classes(F,"|"))){var an=dt,Qr=F,$t=w.__lookup_operator_classes(F,Z.value);if($t.indexOf("xf")>-1)return{value:new x.type.Term(Z.value,[xt.value]),len:++xt.len,type:p};if($t.indexOf("xfx")>-1){var mr=J(w,S,y+1,an,z);return mr.type===p?{value:new x.type.Term(Z.value,[xt.value,mr.value]),len:mr.len,type:p}:(mr.derived=!0,mr)}else if($t.indexOf("xfy")>-1){var mr=J(w,S,y+1,Qr,z);return mr.type===p?{value:new x.type.Term(Z.value,[xt.value,mr.value]),len:mr.len,type:p}:(mr.derived=!0,mr)}else if(xt.type!==A)for(;;){y=xt.len;var Z=S[y];if(Z&&Z.name==="atom"&&w.__lookup_operator_classes(F,Z.value)){var $t=w.__lookup_operator_classes(F,Z.value);if($t.indexOf("yf")>-1)xt={value:new x.type.Term(Z.value,[xt.value]),len:++y,type:p};else if($t.indexOf("yfx")>-1){var mr=J(w,S,++y,an,z);if(mr.type===A)return mr.derived=!0,mr;y=mr.len,xt={value:new x.type.Term(Z.value,[xt.value,mr.value]),len:y,type:p}}else break}else break}}else X={type:A,value:x.error.syntax(S[xt.len-1],"operator expected")};return xt}return xt}function te(w,S,y,F){if(!S[y]||S[y].name==="atom"&&S[y].raw==="."&&!F&&(S[y].space||!S[y+1]||S[y+1].name!=="l_paren"))return{type:A,derived:!1,value:x.error.syntax(S[y-1],"unfounded token")};var z=S[y],X=[];if(S[y].name==="atom"&&S[y].raw!==","){if(y++,S[y-1].space)return{type:p,len:y,value:new x.type.Term(z.value,X)};if(S[y]&&S[y].name==="l_paren"){if(S[y+1]&&S[y+1].name==="r_paren")return{type:A,derived:!0,value:x.error.syntax(S[y+1],"argument expected")};var Z=J(w,S,++y,"999",!0);if(Z.type===A)return Z.derived?Z:{type:A,derived:!0,value:x.error.syntax(S[y]?S[y]:S[y-1],"argument expected",!S[y])};for(X.push(Z.value),y=Z.len;S[y]&&S[y].name==="atom"&&S[y].value===",";){if(Z=J(w,S,y+1,"999",!0),Z.type===A)return Z.derived?Z:{type:A,derived:!0,value:x.error.syntax(S[y+1]?S[y+1]:S[y],"argument expected",!S[y+1])};X.push(Z.value),y=Z.len}if(S[y]&&S[y].name==="r_paren")y++;else return{type:A,derived:!0,value:x.error.syntax(S[y]?S[y]:S[y-1],", or ) expected",!S[y])}}return{type:p,len:y,value:new x.type.Term(z.value,X)}}return{type:A,derived:!1,value:x.error.syntax(S[y],"term expected")}}function le(w,S,y){if(!S[y])return{type:A,derived:!1,value:x.error.syntax(S[y-1],"[ expected")};if(S[y]&&S[y].name==="l_brace"){var F=J(w,S,++y,"999",!0),z=[F.value],X=void 0;if(F.type===A)return S[y]&&S[y].name==="r_brace"?{type:p,len:y+1,value:new x.type.Term("[]",[])}:{type:A,derived:!0,value:x.error.syntax(S[y],"] expected")};for(y=F.len;S[y]&&S[y].name==="atom"&&S[y].value===",";){if(F=J(w,S,y+1,"999",!0),F.type===A)return F.derived?F:{type:A,derived:!0,value:x.error.syntax(S[y+1]?S[y+1]:S[y],"argument expected",!S[y+1])};z.push(F.value),y=F.len}var Z=!1;if(S[y]&&S[y].name==="bar"){if(Z=!0,F=J(w,S,y+1,"999",!0),F.type===A)return F.derived?F:{type:A,derived:!0,value:x.error.syntax(S[y+1]?S[y+1]:S[y],"argument expected",!S[y+1])};X=F.value,y=F.len}return S[y]&&S[y].name==="r_brace"?{type:p,len:y+1,value:g(z,X)}:{type:A,derived:!0,value:x.error.syntax(S[y]?S[y]:S[y-1],Z?"] expected":", or | or ] expected",!S[y])}}return{type:A,derived:!1,value:x.error.syntax(S[y],"list expected")}}function pe(w,S,y){var F=S[y].line,z=J(w,S,y,w.__get_max_priority(),!1),X=null,Z;if(z.type!==A)if(y=z.len,S[y]&&S[y].name==="atom"&&S[y].raw===".")if(y++,x.type.is_term(z.value)){if(z.value.indicator===":-/2"?(X=new x.type.Rule(z.value.args[0],Pe(z.value.args[1])),Z={value:X,len:y,type:p}):z.value.indicator==="-->/2"?(X=ae(new x.type.Rule(z.value.args[0],z.value.args[1]),w),X.body=Pe(X.body),Z={value:X,len:y,type:x.type.is_rule(X)?p:A}):(X=new x.type.Rule(z.value,null),Z={value:X,len:y,type:p}),X){var ie=X.singleton_variables();ie.length>0&&w.throw_warning(x.warning.singleton(ie,X.head.indicator,F))}return Z}else return{type:A,value:x.error.syntax(S[y],"callable expected")};else return{type:A,value:x.error.syntax(S[y]?S[y]:S[y-1],". or operator expected")};return z}function Ae(w,S,y){y=y||{},y.from=y.from?y.from:"$tau-js",y.reconsult=y.reconsult!==void 0?y.reconsult:!0;var F=new U(w),z={},X;F.new_text(S);var Z=0,ie=F.get_tokens(Z);do{if(ie===null||!ie[Z])break;var Se=pe(w,ie,Z);if(Se.type===A)return new H("throw",[Se.value]);if(Se.value.body===null&&Se.value.head.indicator==="?-/1"){var Ne=new Je(w.session);Ne.add_goal(Se.value.head.args[0]),Ne.answer(function(dt){x.type.is_error(dt)?w.throw_warning(dt.args[0]):(dt===!1||dt===null)&&w.throw_warning(x.warning.failed_goal(Se.value.head.args[0],Se.len))}),Z=Se.len;var ot=!0}else if(Se.value.body===null&&Se.value.head.indicator===":-/1"){var ot=w.run_directive(Se.value.head.args[0]);Z=Se.len,Se.value.head.args[0].indicator==="char_conversion/2"&&(ie=F.get_tokens(Z),Z=0)}else{X=Se.value.head.indicator,y.reconsult!==!1&&z[X]!==!0&&!w.is_multifile_predicate(X)&&(w.session.rules[X]=a(w.session.rules[X]||[],function(jt){return jt.dynamic}),z[X]=!0);var ot=w.add_rule(Se.value,y);Z=Se.len}if(!ot)return ot}while(!0);return!0}function ye(w,S){var y=new U(w);y.new_text(S);var F=0;do{var z=y.get_tokens(F);if(z===null)break;var X=J(w,z,0,w.__get_max_priority(),!1);if(X.type!==A){var Z=X.len,ie=Z;if(z[Z]&&z[Z].name==="atom"&&z[Z].raw===".")w.add_goal(Pe(X.value));else{var Se=z[Z];return new H("throw",[x.error.syntax(Se||z[Z-1],". or operator expected",!Se)])}F=X.len+1}else return new H("throw",[X.value])}while(!0);return!0}function ae(w,S){w=w.rename(S);var y=S.next_free_variable(),F=we(w.body,y,S);return F.error?F.value:(w.body=F.value,w.head.args=w.head.args.concat([y,F.variable]),w.head=new H(w.head.id,w.head.args),w)}function we(w,S,y){var F;if(x.type.is_term(w)&&w.indicator==="!/0")return{value:w,variable:S,error:!1};if(x.type.is_term(w)&&w.indicator===",/2"){var z=we(w.args[0],S,y);if(z.error)return z;var X=we(w.args[1],z.variable,y);return X.error?X:{value:new H(",",[z.value,X.value]),variable:X.variable,error:!1}}else{if(x.type.is_term(w)&&w.indicator==="{}/1")return{value:w.args[0],variable:S,error:!1};if(x.type.is_empty_list(w))return{value:new H("true",[]),variable:S,error:!1};if(x.type.is_list(w)){F=y.next_free_variable();for(var Z=w,ie;Z.indicator==="./2";)ie=Z,Z=Z.args[1];return x.type.is_variable(Z)?{value:x.error.instantiation("DCG"),variable:S,error:!0}:x.type.is_empty_list(Z)?(ie.args[1]=F,{value:new H("=",[S,w]),variable:F,error:!1}):{value:x.error.type("list",w,"DCG"),variable:S,error:!0}}else return x.type.is_callable(w)?(F=y.next_free_variable(),w.args=w.args.concat([S,F]),w=new H(w.id,w.args),{value:w,variable:F,error:!1}):{value:x.error.type("callable",w,"DCG"),variable:S,error:!0}}}function Pe(w){return x.type.is_variable(w)?new H("call",[w]):x.type.is_term(w)&&[",/2",";/2","->/2"].indexOf(w.indicator)!==-1?new H(w.id,[Pe(w.args[0]),Pe(w.args[1])]):w}function g(w,S){for(var y=S||new x.type.Term("[]",[]),F=w.length-1;F>=0;F--)y=new x.type.Term(".",[w[F],y]);return y}function Ee(w,S){for(var y=w.length-1;y>=0;y--)w[y]===S&&w.splice(y,1)}function De(w){for(var S={},y=[],F=0;F=0;S--)if(w.charAt(S)==="/")return new H("/",[new H(w.substring(0,S)),new ke(parseInt(w.substring(S+1)),!1)])}function Ie(w){this.id=w}function ke(w,S){this.is_float=S!==void 0?S:parseInt(w)!==w,this.value=this.is_float?w:parseInt(w)}var ht=0;function H(w,S,y){this.ref=y||++ht,this.id=w,this.args=S||[],this.indicator=w+"/"+this.args.length}var lt=0;function Re(w,S,y,F,z,X){this.id=lt++,this.stream=w,this.mode=S,this.alias=y,this.type=F!==void 0?F:"text",this.reposition=z!==void 0?z:!0,this.eof_action=X!==void 0?X:"eof_code",this.position=this.mode==="append"?"end_of_stream":0,this.output=this.mode==="write"||this.mode==="append",this.input=this.mode==="read"}function Qe(w){w=w||{},this.links=w}function be(w,S,y){S=S||new Qe,y=y||null,this.goal=w,this.substitution=S,this.parent=y}function _e(w,S,y){this.head=w,this.body=S,this.dynamic=y||!1}function Te(w){w=w===void 0||w<=0?1e3:w,this.rules={},this.src_predicates={},this.rename=0,this.modules=[],this.thread=new Je(this),this.total_threads=1,this.renamed_variables={},this.public_predicates={},this.multifile_predicates={},this.limit=w,this.streams={user_input:new Re(typeof hl<"u"&&hl.exports?nodejs_user_input:tau_user_input,"read","user_input","text",!1,"reset"),user_output:new Re(typeof hl<"u"&&hl.exports?nodejs_user_output:tau_user_output,"write","user_output","text",!1,"eof_code")},this.file_system=typeof hl<"u"&&hl.exports?nodejs_file_system:tau_file_system,this.standard_input=this.streams.user_input,this.standard_output=this.streams.user_output,this.current_input=this.streams.user_input,this.current_output=this.streams.user_output,this.format_success=function(S){return S.substitution},this.format_error=function(S){return S.goal},this.flag={bounded:x.flag.bounded.value,max_integer:x.flag.max_integer.value,min_integer:x.flag.min_integer.value,integer_rounding_function:x.flag.integer_rounding_function.value,char_conversion:x.flag.char_conversion.value,debug:x.flag.debug.value,max_arity:x.flag.max_arity.value,unknown:x.flag.unknown.value,double_quotes:x.flag.double_quotes.value,occurs_check:x.flag.occurs_check.value,dialect:x.flag.dialect.value,version_data:x.flag.version_data.value,nodejs:x.flag.nodejs.value},this.__loaded_modules=[],this.__char_conversion={},this.__operators={1200:{":-":["fx","xfx"],"-->":["xfx"],"?-":["fx"]},1100:{";":["xfy"]},1050:{"->":["xfy"]},1e3:{",":["xfy"]},900:{"\\+":["fy"]},700:{"=":["xfx"],"\\=":["xfx"],"==":["xfx"],"\\==":["xfx"],"@<":["xfx"],"@=<":["xfx"],"@>":["xfx"],"@>=":["xfx"],"=..":["xfx"],is:["xfx"],"=:=":["xfx"],"=\\=":["xfx"],"<":["xfx"],"=<":["xfx"],">":["xfx"],">=":["xfx"]},600:{":":["xfy"]},500:{"+":["yfx"],"-":["yfx"],"/\\":["yfx"],"\\/":["yfx"]},400:{"*":["yfx"],"/":["yfx"],"//":["yfx"],rem:["yfx"],mod:["yfx"],"<<":["yfx"],">>":["yfx"]},200:{"**":["xfx"],"^":["xfy"],"-":["fy"],"+":["fy"],"\\":["fy"]}}}function Je(w){this.epoch=Date.now(),this.session=w,this.session.total_threads++,this.total_steps=0,this.cpu_time=0,this.cpu_time_last=0,this.points=[],this.debugger=!1,this.debugger_states=[],this.level="top_level/0",this.__calls=[],this.current_limit=this.session.limit,this.warnings=[]}function He(w,S,y){this.id=w,this.rules=S,this.exports=y,x.module[w]=this}He.prototype.exports_predicate=function(w){return this.exports.indexOf(w)!==-1},Ie.prototype.unify=function(w,S){if(S&&e(w.variables(),this.id)!==-1&&!x.type.is_variable(w))return null;var y={};return y[this.id]=w,new Qe(y)},ke.prototype.unify=function(w,S){return x.type.is_number(w)&&this.value===w.value&&this.is_float===w.is_float?new Qe:null},H.prototype.unify=function(w,S){if(x.type.is_term(w)&&this.indicator===w.indicator){for(var y=new Qe,F=0;F=0){var F=this.args[0].value,z=Math.floor(F/26),X=F%26;return"ABCDEFGHIJKLMNOPQRSTUVWXYZ"[X]+(z!==0?z:"")}switch(this.indicator){case"[]/0":case"{}/0":case"!/0":return this.id;case"{}/1":return"{"+this.args[0].toString(w)+"}";case"./2":for(var Z="["+this.args[0].toString(w),ie=this.args[1];ie.indicator==="./2";)Z+=", "+ie.args[0].toString(w),ie=ie.args[1];return ie.indicator!=="[]/0"&&(Z+="|"+ie.toString(w)),Z+="]",Z;case",/2":return"("+this.args[0].toString(w)+", "+this.args[1].toString(w)+")";default:var Se=this.id,Ne=w.session?w.session.lookup_operator(this.id,this.args.length):null;if(w.session===void 0||w.ignore_ops||Ne===null)return w.quoted&&!/^(!|,|;|[a-z][0-9a-zA-Z_]*)$/.test(Se)&&Se!=="{}"&&Se!=="[]"&&(Se="'"+b(Se)+"'"),Se+(this.args.length?"("+o(this.args,function($t){return $t.toString(w)}).join(", ")+")":"");var ot=Ne.priority>S.priority||Ne.priority===S.priority&&(Ne.class==="xfy"&&this.indicator!==S.indicator||Ne.class==="yfx"&&this.indicator!==S.indicator||this.indicator===S.indicator&&Ne.class==="yfx"&&y==="right"||this.indicator===S.indicator&&Ne.class==="xfy"&&y==="left");Ne.indicator=this.indicator;var dt=ot?"(":"",jt=ot?")":"";return this.args.length===0?"("+this.id+")":["fy","fx"].indexOf(Ne.class)!==-1?dt+Se+" "+this.args[0].toString(w,Ne)+jt:["yf","xf"].indexOf(Ne.class)!==-1?dt+this.args[0].toString(w,Ne)+" "+Se+jt:dt+this.args[0].toString(w,Ne,"left")+" "+this.id+" "+this.args[1].toString(w,Ne,"right")+jt}},Re.prototype.toString=function(w){return"("+this.id+")"},Qe.prototype.toString=function(w){var S="{";for(var y in this.links)!this.links.hasOwnProperty(y)||(S!=="{"&&(S+=", "),S+=y+"/"+this.links[y].toString(w));return S+="}",S},be.prototype.toString=function(w){return this.goal===null?"<"+this.substitution.toString(w)+">":"<"+this.goal.toString(w)+", "+this.substitution.toString(w)+">"},_e.prototype.toString=function(w){return this.body?this.head.toString(w)+" :- "+this.body.toString(w)+".":this.head.toString(w)+"."},Te.prototype.toString=function(w){for(var S="",y=0;y=0;z--)F=new H(".",[S[z],F]);return F}return new H(this.id,o(this.args,function(X){return X.apply(w)}),this.ref)},Re.prototype.apply=function(w){return this},_e.prototype.apply=function(w){return new _e(this.head.apply(w),this.body!==null?this.body.apply(w):null)},Qe.prototype.apply=function(w){var S,y={};for(S in this.links)!this.links.hasOwnProperty(S)||(y[S]=this.links[S].apply(w));return new Qe(y)},H.prototype.select=function(){for(var w=this;w.indicator===",/2";)w=w.args[0];return w},H.prototype.replace=function(w){return this.indicator===",/2"?this.args[0].indicator===",/2"?new H(",",[this.args[0].replace(w),this.args[1]]):w===null?this.args[1]:new H(",",[w,this.args[1]]):w},H.prototype.search=function(w){if(x.type.is_term(w)&&w.ref!==void 0&&this.ref===w.ref)return!0;for(var S=0;SS&&F0&&(S=this.head_point().substitution.domain());e(S,x.format_variable(this.session.rename))!==-1;)this.session.rename++;if(w.id==="_")return new Ie(x.format_variable(this.session.rename));this.session.renamed_variables[w.id]=x.format_variable(this.session.rename)}return new Ie(this.session.renamed_variables[w.id])},Te.prototype.next_free_variable=function(){return this.thread.next_free_variable()},Je.prototype.next_free_variable=function(){this.session.rename++;var w=[];for(this.points.length>0&&(w=this.head_point().substitution.domain());e(w,x.format_variable(this.session.rename))!==-1;)this.session.rename++;return new Ie(x.format_variable(this.session.rename))},Te.prototype.is_public_predicate=function(w){return!this.public_predicates.hasOwnProperty(w)||this.public_predicates[w]===!0},Je.prototype.is_public_predicate=function(w){return this.session.is_public_predicate(w)},Te.prototype.is_multifile_predicate=function(w){return this.multifile_predicates.hasOwnProperty(w)&&this.multifile_predicates[w]===!0},Je.prototype.is_multifile_predicate=function(w){return this.session.is_multifile_predicate(w)},Te.prototype.prepend=function(w){return this.thread.prepend(w)},Je.prototype.prepend=function(w){for(var S=w.length-1;S>=0;S--)this.points.push(w[S])},Te.prototype.success=function(w,S){return this.thread.success(w,S)},Je.prototype.success=function(w,y){var y=typeof y>"u"?w:y;this.prepend([new be(w.goal.replace(null),w.substitution,y)])},Te.prototype.throw_error=function(w){return this.thread.throw_error(w)},Je.prototype.throw_error=function(w){this.prepend([new be(new H("throw",[w]),new Qe,null,null)])},Te.prototype.step_rule=function(w,S){return this.thread.step_rule(w,S)},Je.prototype.step_rule=function(w,S){var y=S.indicator;if(w==="user"&&(w=null),w===null&&this.session.rules.hasOwnProperty(y))return this.session.rules[y];for(var F=w===null?this.session.modules:e(this.session.modules,w)===-1?[]:[w],z=0;z1)&&this.again()},Te.prototype.answers=function(w,S,y){return this.thread.answers(w,S,y)},Je.prototype.answers=function(w,S,y){var F=S||1e3,z=this;if(S<=0){y&&y();return}this.answer(function(X){w(X),X!==!1?setTimeout(function(){z.answers(w,S-1,y)},1):y&&y()})},Te.prototype.again=function(w){return this.thread.again(w)},Je.prototype.again=function(w){for(var S,y=Date.now();this.__calls.length>0;){for(this.warnings=[],w!==!1&&(this.current_limit=this.session.limit);this.current_limit>0&&this.points.length>0&&this.head_point().goal!==null&&!x.type.is_error(this.head_point().goal);)if(this.current_limit--,this.step()===!0)return;var F=Date.now();this.cpu_time_last=F-y,this.cpu_time+=this.cpu_time_last;var z=this.__calls.shift();this.current_limit<=0?z(null):this.points.length===0?z(!1):x.type.is_error(this.head_point().goal)?(S=this.session.format_error(this.points.pop()),this.points=[],z(S)):(this.debugger&&this.debugger_states.push(this.head_point()),S=this.session.format_success(this.points.pop()),z(S))}},Te.prototype.unfold=function(w){if(w.body===null)return!1;var S=w.head,y=w.body,F=y.select(),z=new Je(this),X=[];z.add_goal(F),z.step();for(var Z=z.points.length-1;Z>=0;Z--){var ie=z.points[Z],Se=S.apply(ie.substitution),Ne=y.replace(ie.goal);Ne!==null&&(Ne=Ne.apply(ie.substitution)),X.push(new _e(Se,Ne))}var ot=this.rules[S.indicator],dt=e(ot,w);return X.length>0&&dt!==-1?(ot.splice.apply(ot,[dt,1].concat(X)),!0):!1},Je.prototype.unfold=function(w){return this.session.unfold(w)},Ie.prototype.interpret=function(w){return x.error.instantiation(w.level)},ke.prototype.interpret=function(w){return this},H.prototype.interpret=function(w){return x.type.is_unitary_list(this)?this.args[0].interpret(w):x.operate(w,this)},Ie.prototype.compare=function(w){return this.idw.id?1:0},ke.prototype.compare=function(w){if(this.value===w.value&&this.is_float===w.is_float)return 0;if(this.valuew.value)return 1},H.prototype.compare=function(w){if(this.args.lengthw.args.length||this.args.length===w.args.length&&this.id>w.id)return 1;for(var S=0;SF)return 1;if(w.constructor===ke){if(w.is_float&&S.is_float)return 0;if(w.is_float)return-1;if(S.is_float)return 1}return 0},is_substitution:function(w){return w instanceof Qe},is_state:function(w){return w instanceof be},is_rule:function(w){return w instanceof _e},is_variable:function(w){return w instanceof Ie},is_stream:function(w){return w instanceof Re},is_anonymous_var:function(w){return w instanceof Ie&&w.id==="_"},is_callable:function(w){return w instanceof H},is_number:function(w){return w instanceof ke},is_integer:function(w){return w instanceof ke&&!w.is_float},is_float:function(w){return w instanceof ke&&w.is_float},is_term:function(w){return w instanceof H},is_atom:function(w){return w instanceof H&&w.args.length===0},is_ground:function(w){if(w instanceof Ie)return!1;if(w instanceof H){for(var S=0;S0},is_list:function(w){return w instanceof H&&(w.indicator==="[]/0"||w.indicator==="./2")},is_empty_list:function(w){return w instanceof H&&w.indicator==="[]/0"},is_non_empty_list:function(w){return w instanceof H&&w.indicator==="./2"},is_fully_list:function(w){for(;w instanceof H&&w.indicator==="./2";)w=w.args[1];return w instanceof Ie||w instanceof H&&w.indicator==="[]/0"},is_instantiated_list:function(w){for(;w instanceof H&&w.indicator==="./2";)w=w.args[1];return w instanceof H&&w.indicator==="[]/0"},is_unitary_list:function(w){return w instanceof H&&w.indicator==="./2"&&w.args[1]instanceof H&&w.args[1].indicator==="[]/0"},is_character:function(w){return w instanceof H&&(w.id.length===1||w.id.length>0&&w.id.length<=2&&n(w.id,0)>=65536)},is_character_code:function(w){return w instanceof ke&&!w.is_float&&w.value>=0&&w.value<=1114111},is_byte:function(w){return w instanceof ke&&!w.is_float&&w.value>=0&&w.value<=255},is_operator:function(w){return w instanceof H&&x.arithmetic.evaluation[w.indicator]},is_directive:function(w){return w instanceof H&&x.directive[w.indicator]!==void 0},is_builtin:function(w){return w instanceof H&&x.predicate[w.indicator]!==void 0},is_error:function(w){return w instanceof H&&w.indicator==="throw/1"},is_predicate_indicator:function(w){return w instanceof H&&w.indicator==="//2"&&w.args[0]instanceof H&&w.args[0].args.length===0&&w.args[1]instanceof ke&&w.args[1].is_float===!1},is_flag:function(w){return w instanceof H&&w.args.length===0&&x.flag[w.id]!==void 0},is_value_flag:function(w,S){if(!x.type.is_flag(w))return!1;for(var y in x.flag[w.id].allowed)if(!!x.flag[w.id].allowed.hasOwnProperty(y)&&x.flag[w.id].allowed[y].equals(S))return!0;return!1},is_io_mode:function(w){return x.type.is_atom(w)&&["read","write","append"].indexOf(w.id)!==-1},is_stream_option:function(w){return x.type.is_term(w)&&(w.indicator==="alias/1"&&x.type.is_atom(w.args[0])||w.indicator==="reposition/1"&&x.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false")||w.indicator==="type/1"&&x.type.is_atom(w.args[0])&&(w.args[0].id==="text"||w.args[0].id==="binary")||w.indicator==="eof_action/1"&&x.type.is_atom(w.args[0])&&(w.args[0].id==="error"||w.args[0].id==="eof_code"||w.args[0].id==="reset"))},is_stream_position:function(w){return x.type.is_integer(w)&&w.value>=0||x.type.is_atom(w)&&(w.id==="end_of_stream"||w.id==="past_end_of_stream")},is_stream_property:function(w){return x.type.is_term(w)&&(w.indicator==="input/0"||w.indicator==="output/0"||w.indicator==="alias/1"&&(x.type.is_variable(w.args[0])||x.type.is_atom(w.args[0]))||w.indicator==="file_name/1"&&(x.type.is_variable(w.args[0])||x.type.is_atom(w.args[0]))||w.indicator==="position/1"&&(x.type.is_variable(w.args[0])||x.type.is_stream_position(w.args[0]))||w.indicator==="reposition/1"&&(x.type.is_variable(w.args[0])||x.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false"))||w.indicator==="type/1"&&(x.type.is_variable(w.args[0])||x.type.is_atom(w.args[0])&&(w.args[0].id==="text"||w.args[0].id==="binary"))||w.indicator==="mode/1"&&(x.type.is_variable(w.args[0])||x.type.is_atom(w.args[0])&&(w.args[0].id==="read"||w.args[0].id==="write"||w.args[0].id==="append"))||w.indicator==="eof_action/1"&&(x.type.is_variable(w.args[0])||x.type.is_atom(w.args[0])&&(w.args[0].id==="error"||w.args[0].id==="eof_code"||w.args[0].id==="reset"))||w.indicator==="end_of_stream/1"&&(x.type.is_variable(w.args[0])||x.type.is_atom(w.args[0])&&(w.args[0].id==="at"||w.args[0].id==="past"||w.args[0].id==="not")))},is_streamable:function(w){return w.__proto__.stream!==void 0},is_read_option:function(w){return x.type.is_term(w)&&["variables/1","variable_names/1","singletons/1"].indexOf(w.indicator)!==-1},is_write_option:function(w){return x.type.is_term(w)&&(w.indicator==="quoted/1"&&x.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false")||w.indicator==="ignore_ops/1"&&x.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false")||w.indicator==="numbervars/1"&&x.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false"))},is_close_option:function(w){return x.type.is_term(w)&&w.indicator==="force/1"&&x.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false")},is_modifiable_flag:function(w){return x.type.is_flag(w)&&x.flag[w.id].changeable},is_module:function(w){return w instanceof H&&w.indicator==="library/1"&&w.args[0]instanceof H&&w.args[0].args.length===0&&x.module[w.args[0].id]!==void 0}},arithmetic:{evaluation:{"e/0":{type_args:null,type_result:!0,fn:function(w){return Math.E}},"pi/0":{type_args:null,type_result:!0,fn:function(w){return Math.PI}},"tau/0":{type_args:null,type_result:!0,fn:function(w){return 2*Math.PI}},"epsilon/0":{type_args:null,type_result:!0,fn:function(w){return Number.EPSILON}},"+/1":{type_args:null,type_result:null,fn:function(w,S){return w}},"-/1":{type_args:null,type_result:null,fn:function(w,S){return-w}},"\\/1":{type_args:!1,type_result:!1,fn:function(w,S){return~w}},"abs/1":{type_args:null,type_result:null,fn:function(w,S){return Math.abs(w)}},"sign/1":{type_args:null,type_result:null,fn:function(w,S){return Math.sign(w)}},"float_integer_part/1":{type_args:!0,type_result:!1,fn:function(w,S){return parseInt(w)}},"float_fractional_part/1":{type_args:!0,type_result:!0,fn:function(w,S){return w-parseInt(w)}},"float/1":{type_args:null,type_result:!0,fn:function(w,S){return parseFloat(w)}},"floor/1":{type_args:!0,type_result:!1,fn:function(w,S){return Math.floor(w)}},"truncate/1":{type_args:!0,type_result:!1,fn:function(w,S){return parseInt(w)}},"round/1":{type_args:!0,type_result:!1,fn:function(w,S){return Math.round(w)}},"ceiling/1":{type_args:!0,type_result:!1,fn:function(w,S){return Math.ceil(w)}},"sin/1":{type_args:null,type_result:!0,fn:function(w,S){return Math.sin(w)}},"cos/1":{type_args:null,type_result:!0,fn:function(w,S){return Math.cos(w)}},"tan/1":{type_args:null,type_result:!0,fn:function(w,S){return Math.tan(w)}},"asin/1":{type_args:null,type_result:!0,fn:function(w,S){return Math.asin(w)}},"acos/1":{type_args:null,type_result:!0,fn:function(w,S){return Math.acos(w)}},"atan/1":{type_args:null,type_result:!0,fn:function(w,S){return Math.atan(w)}},"atan2/2":{type_args:null,type_result:!0,fn:function(w,S,y){return Math.atan2(w,S)}},"exp/1":{type_args:null,type_result:!0,fn:function(w,S){return Math.exp(w)}},"sqrt/1":{type_args:null,type_result:!0,fn:function(w,S){return Math.sqrt(w)}},"log/1":{type_args:null,type_result:!0,fn:function(w,S){return w>0?Math.log(w):x.error.evaluation("undefined",S.__call_indicator)}},"+/2":{type_args:null,type_result:null,fn:function(w,S,y){return w+S}},"-/2":{type_args:null,type_result:null,fn:function(w,S,y){return w-S}},"*/2":{type_args:null,type_result:null,fn:function(w,S,y){return w*S}},"//2":{type_args:null,type_result:!0,fn:function(w,S,y){return S?w/S:x.error.evaluation("zero_division",y.__call_indicator)}},"///2":{type_args:!1,type_result:!1,fn:function(w,S,y){return S?parseInt(w/S):x.error.evaluation("zero_division",y.__call_indicator)}},"**/2":{type_args:null,type_result:!0,fn:function(w,S,y){return Math.pow(w,S)}},"^/2":{type_args:null,type_result:null,fn:function(w,S,y){return Math.pow(w,S)}},"<>/2":{type_args:!1,type_result:!1,fn:function(w,S,y){return w>>S}},"/\\/2":{type_args:!1,type_result:!1,fn:function(w,S,y){return w&S}},"\\//2":{type_args:!1,type_result:!1,fn:function(w,S,y){return w|S}},"xor/2":{type_args:!1,type_result:!1,fn:function(w,S,y){return w^S}},"rem/2":{type_args:!1,type_result:!1,fn:function(w,S,y){return S?w%S:x.error.evaluation("zero_division",y.__call_indicator)}},"mod/2":{type_args:!1,type_result:!1,fn:function(w,S,y){return S?w-parseInt(w/S)*S:x.error.evaluation("zero_division",y.__call_indicator)}},"max/2":{type_args:null,type_result:null,fn:function(w,S,y){return Math.max(w,S)}},"min/2":{type_args:null,type_result:null,fn:function(w,S,y){return Math.min(w,S)}}}},directive:{"dynamic/1":function(w,S){var y=S.args[0];if(x.type.is_variable(y))w.throw_error(x.error.instantiation(S.indicator));else if(!x.type.is_compound(y)||y.indicator!=="//2")w.throw_error(x.error.type("predicate_indicator",y,S.indicator));else if(x.type.is_variable(y.args[0])||x.type.is_variable(y.args[1]))w.throw_error(x.error.instantiation(S.indicator));else if(!x.type.is_atom(y.args[0]))w.throw_error(x.error.type("atom",y.args[0],S.indicator));else if(!x.type.is_integer(y.args[1]))w.throw_error(x.error.type("integer",y.args[1],S.indicator));else{var F=S.args[0].args[0].id+"/"+S.args[0].args[1].value;w.session.public_predicates[F]=!0,w.session.rules[F]||(w.session.rules[F]=[])}},"multifile/1":function(w,S){var y=S.args[0];x.type.is_variable(y)?w.throw_error(x.error.instantiation(S.indicator)):!x.type.is_compound(y)||y.indicator!=="//2"?w.throw_error(x.error.type("predicate_indicator",y,S.indicator)):x.type.is_variable(y.args[0])||x.type.is_variable(y.args[1])?w.throw_error(x.error.instantiation(S.indicator)):x.type.is_atom(y.args[0])?x.type.is_integer(y.args[1])?w.session.multifile_predicates[S.args[0].args[0].id+"/"+S.args[0].args[1].value]=!0:w.throw_error(x.error.type("integer",y.args[1],S.indicator)):w.throw_error(x.error.type("atom",y.args[0],S.indicator))},"set_prolog_flag/2":function(w,S){var y=S.args[0],F=S.args[1];x.type.is_variable(y)||x.type.is_variable(F)?w.throw_error(x.error.instantiation(S.indicator)):x.type.is_atom(y)?x.type.is_flag(y)?x.type.is_value_flag(y,F)?x.type.is_modifiable_flag(y)?w.session.flag[y.id]=F:w.throw_error(x.error.permission("modify","flag",y)):w.throw_error(x.error.domain("flag_value",new H("+",[y,F]),S.indicator)):w.throw_error(x.error.domain("prolog_flag",y,S.indicator)):w.throw_error(x.error.type("atom",y,S.indicator))},"use_module/1":function(w,S){var y=S.args[0];if(x.type.is_variable(y))w.throw_error(x.error.instantiation(S.indicator));else if(!x.type.is_term(y))w.throw_error(x.error.type("term",y,S.indicator));else if(x.type.is_module(y)){var F=y.args[0].id;e(w.session.modules,F)===-1&&w.session.modules.push(F)}},"char_conversion/2":function(w,S){var y=S.args[0],F=S.args[1];x.type.is_variable(y)||x.type.is_variable(F)?w.throw_error(x.error.instantiation(S.indicator)):x.type.is_character(y)?x.type.is_character(F)?y.id===F.id?delete w.session.__char_conversion[y.id]:w.session.__char_conversion[y.id]=F.id:w.throw_error(x.error.type("character",F,S.indicator)):w.throw_error(x.error.type("character",y,S.indicator))},"op/3":function(w,S){var y=S.args[0],F=S.args[1],z=S.args[2];if(x.type.is_variable(y)||x.type.is_variable(F)||x.type.is_variable(z))w.throw_error(x.error.instantiation(S.indicator));else if(!x.type.is_integer(y))w.throw_error(x.error.type("integer",y,S.indicator));else if(!x.type.is_atom(F))w.throw_error(x.error.type("atom",F,S.indicator));else if(!x.type.is_atom(z))w.throw_error(x.error.type("atom",z,S.indicator));else if(y.value<0||y.value>1200)w.throw_error(x.error.domain("operator_priority",y,S.indicator));else if(z.id===",")w.throw_error(x.error.permission("modify","operator",z,S.indicator));else if(z.id==="|"&&(y.value<1001||F.id.length!==3))w.throw_error(x.error.permission("modify","operator",z,S.indicator));else if(["fy","fx","yf","xf","xfx","yfx","xfy"].indexOf(F.id)===-1)w.throw_error(x.error.domain("operator_specifier",F,S.indicator));else{var X={prefix:null,infix:null,postfix:null};for(var Z in w.session.__operators)if(!!w.session.__operators.hasOwnProperty(Z)){var ie=w.session.__operators[Z][z.id];ie&&(e(ie,"fx")!==-1&&(X.prefix={priority:Z,type:"fx"}),e(ie,"fy")!==-1&&(X.prefix={priority:Z,type:"fy"}),e(ie,"xf")!==-1&&(X.postfix={priority:Z,type:"xf"}),e(ie,"yf")!==-1&&(X.postfix={priority:Z,type:"yf"}),e(ie,"xfx")!==-1&&(X.infix={priority:Z,type:"xfx"}),e(ie,"xfy")!==-1&&(X.infix={priority:Z,type:"xfy"}),e(ie,"yfx")!==-1&&(X.infix={priority:Z,type:"yfx"}))}var Se;switch(F.id){case"fy":case"fx":Se="prefix";break;case"yf":case"xf":Se="postfix";break;default:Se="infix";break}if(((X.prefix&&Se==="prefix"||X.postfix&&Se==="postfix"||X.infix&&Se==="infix")&&X[Se].type!==F.id||X.infix&&Se==="postfix"||X.postfix&&Se==="infix")&&y.value!==0)w.throw_error(x.error.permission("create","operator",z,S.indicator));else return X[Se]&&(Ee(w.session.__operators[X[Se].priority][z.id],F.id),w.session.__operators[X[Se].priority][z.id].length===0&&delete w.session.__operators[X[Se].priority][z.id]),y.value>0&&(w.session.__operators[y.value]||(w.session.__operators[y.value.toString()]={}),w.session.__operators[y.value][z.id]||(w.session.__operators[y.value][z.id]=[]),w.session.__operators[y.value][z.id].push(F.id)),!0}}},predicate:{"op/3":function(w,S,y){x.directive["op/3"](w,y)&&w.success(S)},"current_op/3":function(w,S,y){var F=y.args[0],z=y.args[1],X=y.args[2],Z=[];for(var ie in w.session.__operators)for(var Se in w.session.__operators[ie])for(var Ne=0;Ne/2"){var F=w.points,z=w.session.format_success,X=w.session.format_error;w.session.format_success=function(Ne){return Ne.substitution},w.session.format_error=function(Ne){return Ne.goal},w.points=[new be(y.args[0].args[0],S.substitution,S)];var Z=function(Ne){w.points=F,w.session.format_success=z,w.session.format_error=X,Ne===!1?w.prepend([new be(S.goal.replace(y.args[1]),S.substitution,S)]):x.type.is_error(Ne)?w.throw_error(Ne.args[0]):Ne===null?(w.prepend([S]),w.__calls.shift()(null)):w.prepend([new be(S.goal.replace(y.args[0].args[1]).apply(Ne),S.substitution.apply(Ne),S)])};w.__calls.unshift(Z)}else{var ie=new be(S.goal.replace(y.args[0]),S.substitution,S),Se=new be(S.goal.replace(y.args[1]),S.substitution,S);w.prepend([ie,Se])}},"!/0":function(w,S,y){var F,z,X=[];for(F=S,z=null;F.parent!==null&&F.parent.goal.search(y);)if(z=F,F=F.parent,F.goal!==null){var Z=F.goal.select();if(Z&&Z.id==="call"&&Z.search(y)){F=z;break}}for(var ie=w.points.length-1;ie>=0;ie--){for(var Se=w.points[ie],Ne=Se.parent;Ne!==null&&Ne!==F.parent;)Ne=Ne.parent;Ne===null&&Ne!==F.parent&&X.push(Se)}w.points=X.reverse(),w.success(S)},"\\+/1":function(w,S,y){var F=y.args[0];x.type.is_variable(F)?w.throw_error(x.error.instantiation(w.level)):x.type.is_callable(F)?w.prepend([new be(S.goal.replace(new H(",",[new H(",",[new H("call",[F]),new H("!",[])]),new H("fail",[])])),S.substitution,S),new be(S.goal.replace(null),S.substitution,S)]):w.throw_error(x.error.type("callable",F,w.level))},"->/2":function(w,S,y){var F=S.goal.replace(new H(",",[y.args[0],new H(",",[new H("!"),y.args[1]])]));w.prepend([new be(F,S.substitution,S)])},"fail/0":function(w,S,y){},"false/0":function(w,S,y){},"true/0":function(w,S,y){w.success(S)},"call/1":ne(1),"call/2":ne(2),"call/3":ne(3),"call/4":ne(4),"call/5":ne(5),"call/6":ne(6),"call/7":ne(7),"call/8":ne(8),"once/1":function(w,S,y){var F=y.args[0];w.prepend([new be(S.goal.replace(new H(",",[new H("call",[F]),new H("!",[])])),S.substitution,S)])},"forall/2":function(w,S,y){var F=y.args[0],z=y.args[1];w.prepend([new be(S.goal.replace(new H("\\+",[new H(",",[new H("call",[F]),new H("\\+",[new H("call",[z])])])])),S.substitution,S)])},"repeat/0":function(w,S,y){w.prepend([new be(S.goal.replace(null),S.substitution,S),S])},"throw/1":function(w,S,y){x.type.is_variable(y.args[0])?w.throw_error(x.error.instantiation(w.level)):w.throw_error(y.args[0])},"catch/3":function(w,S,y){var F=w.points;w.points=[],w.prepend([new be(y.args[0],S.substitution,S)]);var z=w.session.format_success,X=w.session.format_error;w.session.format_success=function(ie){return ie.substitution},w.session.format_error=function(ie){return ie.goal};var Z=function(ie){var Se=w.points;if(w.points=F,w.session.format_success=z,w.session.format_error=X,x.type.is_error(ie)){for(var Ne=[],ot=w.points.length-1;ot>=0;ot--){for(var $t=w.points[ot],dt=$t.parent;dt!==null&&dt!==S.parent;)dt=dt.parent;dt===null&&dt!==S.parent&&Ne.push($t)}w.points=Ne;var jt=w.get_flag("occurs_check").indicator==="true/0",$t=new be,xt=x.unify(ie.args[0],y.args[1],jt);xt!==null?($t.substitution=S.substitution.apply(xt),$t.goal=S.goal.replace(y.args[2]).apply(xt),$t.parent=S,w.prepend([$t])):w.throw_error(ie.args[0])}else if(ie!==!1){for(var an=ie===null?[]:[new be(S.goal.apply(ie).replace(null),S.substitution.apply(ie),S)],Qr=[],ot=Se.length-1;ot>=0;ot--){Qr.push(Se[ot]);var mr=Se[ot].goal!==null?Se[ot].goal.select():null;if(x.type.is_term(mr)&&mr.indicator==="!/0")break}var xr=o(Qr,function(Wr){return Wr.goal===null&&(Wr.goal=new H("true",[])),Wr=new be(S.goal.replace(new H("catch",[Wr.goal,y.args[1],y.args[2]])),S.substitution.apply(Wr.substitution),Wr.parent),Wr.exclude=y.args[0].variables(),Wr}).reverse();w.prepend(xr),w.prepend(an),ie===null&&(this.current_limit=0,w.__calls.shift()(null))}};w.__calls.unshift(Z)},"=/2":function(w,S,y){var F=w.get_flag("occurs_check").indicator==="true/0",z=new be,X=x.unify(y.args[0],y.args[1],F);X!==null&&(z.goal=S.goal.apply(X).replace(null),z.substitution=S.substitution.apply(X),z.parent=S,w.prepend([z]))},"unify_with_occurs_check/2":function(w,S,y){var F=new be,z=x.unify(y.args[0],y.args[1],!0);z!==null&&(F.goal=S.goal.apply(z).replace(null),F.substitution=S.substitution.apply(z),F.parent=S,w.prepend([F]))},"\\=/2":function(w,S,y){var F=w.get_flag("occurs_check").indicator==="true/0",z=x.unify(y.args[0],y.args[1],F);z===null&&w.success(S)},"subsumes_term/2":function(w,S,y){var F=w.get_flag("occurs_check").indicator==="true/0",z=x.unify(y.args[1],y.args[0],F);z!==null&&y.args[1].apply(z).equals(y.args[1])&&w.success(S)},"findall/3":function(w,S,y){var F=y.args[0],z=y.args[1],X=y.args[2];if(x.type.is_variable(z))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_callable(z))w.throw_error(x.error.type("callable",z,y.indicator));else if(!x.type.is_variable(X)&&!x.type.is_list(X))w.throw_error(x.error.type("list",X,y.indicator));else{var Z=w.next_free_variable(),ie=new H(",",[z,new H("=",[Z,F])]),Se=w.points,Ne=w.session.limit,ot=w.session.format_success;w.session.format_success=function($t){return $t.substitution},w.add_goal(ie,!0,S);var dt=[],jt=function($t){if($t!==!1&&$t!==null&&!x.type.is_error($t))w.__calls.unshift(jt),dt.push($t.links[Z.id]),w.session.limit=w.current_limit;else if(w.points=Se,w.session.limit=Ne,w.session.format_success=ot,x.type.is_error($t))w.throw_error($t.args[0]);else if(w.current_limit>0){for(var xt=new H("[]"),an=dt.length-1;an>=0;an--)xt=new H(".",[dt[an],xt]);w.prepend([new be(S.goal.replace(new H("=",[X,xt])),S.substitution,S)])}};w.__calls.unshift(jt)}},"bagof/3":function(w,S,y){var F,z=y.args[0],X=y.args[1],Z=y.args[2];if(x.type.is_variable(X))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_callable(X))w.throw_error(x.error.type("callable",X,y.indicator));else if(!x.type.is_variable(Z)&&!x.type.is_list(Z))w.throw_error(x.error.type("list",Z,y.indicator));else{var ie=w.next_free_variable(),Se;X.indicator==="^/2"?(Se=X.args[0].variables(),X=X.args[1]):Se=[],Se=Se.concat(z.variables());for(var Ne=X.variables().filter(function(xr){return e(Se,xr)===-1}),ot=new H("[]"),dt=Ne.length-1;dt>=0;dt--)ot=new H(".",[new Ie(Ne[dt]),ot]);var jt=new H(",",[X,new H("=",[ie,new H(",",[ot,z])])]),$t=w.points,xt=w.session.limit,an=w.session.format_success;w.session.format_success=function(xr){return xr.substitution},w.add_goal(jt,!0,S);var Qr=[],mr=function(xr){if(xr!==!1&&xr!==null&&!x.type.is_error(xr)){w.__calls.unshift(mr);var Wr=!1,Vn=xr.links[ie.id].args[0],Ns=xr.links[ie.id].args[1];for(var Ri in Qr)if(!!Qr.hasOwnProperty(Ri)){var ps=Qr[Ri];if(ps.variables.equals(Vn)){ps.answers.push(Ns),Wr=!0;break}}Wr||Qr.push({variables:Vn,answers:[Ns]}),w.session.limit=w.current_limit}else if(w.points=$t,w.session.limit=xt,w.session.format_success=an,x.type.is_error(xr))w.throw_error(xr.args[0]);else if(w.current_limit>0){for(var io=[],Si=0;Si=0;so--)Ls=new H(".",[xr[so],Ls]);io.push(new be(S.goal.replace(new H(",",[new H("=",[ot,Qr[Si].variables]),new H("=",[Z,Ls])])),S.substitution,S))}w.prepend(io)}};w.__calls.unshift(mr)}},"setof/3":function(w,S,y){var F,z=y.args[0],X=y.args[1],Z=y.args[2];if(x.type.is_variable(X))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_callable(X))w.throw_error(x.error.type("callable",X,y.indicator));else if(!x.type.is_variable(Z)&&!x.type.is_list(Z))w.throw_error(x.error.type("list",Z,y.indicator));else{var ie=w.next_free_variable(),Se;X.indicator==="^/2"?(Se=X.args[0].variables(),X=X.args[1]):Se=[],Se=Se.concat(z.variables());for(var Ne=X.variables().filter(function(xr){return e(Se,xr)===-1}),ot=new H("[]"),dt=Ne.length-1;dt>=0;dt--)ot=new H(".",[new Ie(Ne[dt]),ot]);var jt=new H(",",[X,new H("=",[ie,new H(",",[ot,z])])]),$t=w.points,xt=w.session.limit,an=w.session.format_success;w.session.format_success=function(xr){return xr.substitution},w.add_goal(jt,!0,S);var Qr=[],mr=function(xr){if(xr!==!1&&xr!==null&&!x.type.is_error(xr)){w.__calls.unshift(mr);var Wr=!1,Vn=xr.links[ie.id].args[0],Ns=xr.links[ie.id].args[1];for(var Ri in Qr)if(!!Qr.hasOwnProperty(Ri)){var ps=Qr[Ri];if(ps.variables.equals(Vn)){ps.answers.push(Ns),Wr=!0;break}}Wr||Qr.push({variables:Vn,answers:[Ns]}),w.session.limit=w.current_limit}else if(w.points=$t,w.session.limit=xt,w.session.format_success=an,x.type.is_error(xr))w.throw_error(xr.args[0]);else if(w.current_limit>0){for(var io=[],Si=0;Si=0;so--)Ls=new H(".",[xr[so],Ls]);io.push(new be(S.goal.replace(new H(",",[new H("=",[ot,Qr[Si].variables]),new H("=",[Z,Ls])])),S.substitution,S))}w.prepend(io)}};w.__calls.unshift(mr)}},"functor/3":function(w,S,y){var F,z=y.args[0],X=y.args[1],Z=y.args[2];if(x.type.is_variable(z)&&(x.type.is_variable(X)||x.type.is_variable(Z)))w.throw_error(x.error.instantiation("functor/3"));else if(!x.type.is_variable(Z)&&!x.type.is_integer(Z))w.throw_error(x.error.type("integer",y.args[2],"functor/3"));else if(!x.type.is_variable(X)&&!x.type.is_atomic(X))w.throw_error(x.error.type("atomic",y.args[1],"functor/3"));else if(x.type.is_integer(X)&&x.type.is_integer(Z)&&Z.value!==0)w.throw_error(x.error.type("atom",y.args[1],"functor/3"));else if(x.type.is_variable(z)){if(y.args[2].value>=0){for(var ie=[],Se=0;Se0&&F<=y.args[1].args.length){var z=new H("=",[y.args[1].args[F-1],y.args[2]]);w.prepend([new be(S.goal.replace(z),S.substitution,S)])}}},"=../2":function(w,S,y){var F;if(x.type.is_variable(y.args[0])&&(x.type.is_variable(y.args[1])||x.type.is_non_empty_list(y.args[1])&&x.type.is_variable(y.args[1].args[0])))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_fully_list(y.args[1]))w.throw_error(x.error.type("list",y.args[1],y.indicator));else if(x.type.is_variable(y.args[0])){if(!x.type.is_variable(y.args[1])){var X=[];for(F=y.args[1].args[1];F.indicator==="./2";)X.push(F.args[0]),F=F.args[1];x.type.is_variable(y.args[0])&&x.type.is_variable(F)?w.throw_error(x.error.instantiation(y.indicator)):X.length===0&&x.type.is_compound(y.args[1].args[0])?w.throw_error(x.error.type("atomic",y.args[1].args[0],y.indicator)):X.length>0&&(x.type.is_compound(y.args[1].args[0])||x.type.is_number(y.args[1].args[0]))?w.throw_error(x.error.type("atom",y.args[1].args[0],y.indicator)):X.length===0?w.prepend([new be(S.goal.replace(new H("=",[y.args[1].args[0],y.args[0]],S)),S.substitution,S)]):w.prepend([new be(S.goal.replace(new H("=",[new H(y.args[1].args[0].id,X),y.args[0]])),S.substitution,S)])}}else{if(x.type.is_atomic(y.args[0]))F=new H(".",[y.args[0],new H("[]")]);else{F=new H("[]");for(var z=y.args[0].args.length-1;z>=0;z--)F=new H(".",[y.args[0].args[z],F]);F=new H(".",[new H(y.args[0].id),F])}w.prepend([new be(S.goal.replace(new H("=",[F,y.args[1]])),S.substitution,S)])}},"copy_term/2":function(w,S,y){var F=y.args[0].rename(w);w.prepend([new be(S.goal.replace(new H("=",[F,y.args[1]])),S.substitution,S.parent)])},"term_variables/2":function(w,S,y){var F=y.args[0],z=y.args[1];if(!x.type.is_fully_list(z))w.throw_error(x.error.type("list",z,y.indicator));else{var X=g(o(De(F.variables()),function(Z){return new Ie(Z)}));w.prepend([new be(S.goal.replace(new H("=",[z,X])),S.substitution,S)])}},"clause/2":function(w,S,y){if(x.type.is_variable(y.args[0]))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_callable(y.args[0]))w.throw_error(x.error.type("callable",y.args[0],y.indicator));else if(!x.type.is_variable(y.args[1])&&!x.type.is_callable(y.args[1]))w.throw_error(x.error.type("callable",y.args[1],y.indicator));else if(w.session.rules[y.args[0].indicator]!==void 0)if(w.is_public_predicate(y.args[0].indicator)){var F=[];for(var z in w.session.rules[y.args[0].indicator])if(!!w.session.rules[y.args[0].indicator].hasOwnProperty(z)){var X=w.session.rules[y.args[0].indicator][z];w.session.renamed_variables={},X=X.rename(w),X.body===null&&(X.body=new H("true"));var Z=new H(",",[new H("=",[X.head,y.args[0]]),new H("=",[X.body,y.args[1]])]);F.push(new be(S.goal.replace(Z),S.substitution,S))}w.prepend(F)}else w.throw_error(x.error.permission("access","private_procedure",y.args[0].indicator,y.indicator))},"current_predicate/1":function(w,S,y){var F=y.args[0];if(!x.type.is_variable(F)&&(!x.type.is_compound(F)||F.indicator!=="//2"))w.throw_error(x.error.type("predicate_indicator",F,y.indicator));else if(!x.type.is_variable(F)&&!x.type.is_variable(F.args[0])&&!x.type.is_atom(F.args[0]))w.throw_error(x.error.type("atom",F.args[0],y.indicator));else if(!x.type.is_variable(F)&&!x.type.is_variable(F.args[1])&&!x.type.is_integer(F.args[1]))w.throw_error(x.error.type("integer",F.args[1],y.indicator));else{var z=[];for(var X in w.session.rules)if(!!w.session.rules.hasOwnProperty(X)){var Z=X.lastIndexOf("/"),ie=X.substr(0,Z),Se=parseInt(X.substr(Z+1,X.length-(Z+1))),Ne=new H("/",[new H(ie),new ke(Se,!1)]),ot=new H("=",[Ne,F]);z.push(new be(S.goal.replace(ot),S.substitution,S))}w.prepend(z)}},"asserta/1":function(w,S,y){if(x.type.is_variable(y.args[0]))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_callable(y.args[0]))w.throw_error(x.error.type("callable",y.args[0],y.indicator));else{var F,z;y.args[0].indicator===":-/2"?(F=y.args[0].args[0],z=Pe(y.args[0].args[1])):(F=y.args[0],z=null),x.type.is_callable(F)?z!==null&&!x.type.is_callable(z)?w.throw_error(x.error.type("callable",z,y.indicator)):w.is_public_predicate(F.indicator)?(w.session.rules[F.indicator]===void 0&&(w.session.rules[F.indicator]=[]),w.session.public_predicates[F.indicator]=!0,w.session.rules[F.indicator]=[new _e(F,z,!0)].concat(w.session.rules[F.indicator]),w.success(S)):w.throw_error(x.error.permission("modify","static_procedure",F.indicator,y.indicator)):w.throw_error(x.error.type("callable",F,y.indicator))}},"assertz/1":function(w,S,y){if(x.type.is_variable(y.args[0]))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_callable(y.args[0]))w.throw_error(x.error.type("callable",y.args[0],y.indicator));else{var F,z;y.args[0].indicator===":-/2"?(F=y.args[0].args[0],z=Pe(y.args[0].args[1])):(F=y.args[0],z=null),x.type.is_callable(F)?z!==null&&!x.type.is_callable(z)?w.throw_error(x.error.type("callable",z,y.indicator)):w.is_public_predicate(F.indicator)?(w.session.rules[F.indicator]===void 0&&(w.session.rules[F.indicator]=[]),w.session.public_predicates[F.indicator]=!0,w.session.rules[F.indicator].push(new _e(F,z,!0)),w.success(S)):w.throw_error(x.error.permission("modify","static_procedure",F.indicator,y.indicator)):w.throw_error(x.error.type("callable",F,y.indicator))}},"retract/1":function(w,S,y){if(x.type.is_variable(y.args[0]))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_callable(y.args[0]))w.throw_error(x.error.type("callable",y.args[0],y.indicator));else{var F,z;if(y.args[0].indicator===":-/2"?(F=y.args[0].args[0],z=y.args[0].args[1]):(F=y.args[0],z=new H("true")),typeof S.retract>"u")if(w.is_public_predicate(F.indicator)){if(w.session.rules[F.indicator]!==void 0){for(var X=[],Z=0;Zw.get_flag("max_arity").value)w.throw_error(x.error.representation("max_arity",y.indicator));else{var F=y.args[0].args[0].id+"/"+y.args[0].args[1].value;w.is_public_predicate(F)?(delete w.session.rules[F],w.success(S)):w.throw_error(x.error.permission("modify","static_procedure",F,y.indicator))}},"atom_length/2":function(w,S,y){if(x.type.is_variable(y.args[0]))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_atom(y.args[0]))w.throw_error(x.error.type("atom",y.args[0],y.indicator));else if(!x.type.is_variable(y.args[1])&&!x.type.is_integer(y.args[1]))w.throw_error(x.error.type("integer",y.args[1],y.indicator));else if(x.type.is_integer(y.args[1])&&y.args[1].value<0)w.throw_error(x.error.domain("not_less_than_zero",y.args[1],y.indicator));else{var F=new ke(y.args[0].id.length,!1);w.prepend([new be(S.goal.replace(new H("=",[F,y.args[1]])),S.substitution,S)])}},"atom_concat/3":function(w,S,y){var F,z,X=y.args[0],Z=y.args[1],ie=y.args[2];if(x.type.is_variable(ie)&&(x.type.is_variable(X)||x.type.is_variable(Z)))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_variable(X)&&!x.type.is_atom(X))w.throw_error(x.error.type("atom",X,y.indicator));else if(!x.type.is_variable(Z)&&!x.type.is_atom(Z))w.throw_error(x.error.type("atom",Z,y.indicator));else if(!x.type.is_variable(ie)&&!x.type.is_atom(ie))w.throw_error(x.error.type("atom",ie,y.indicator));else{var Se=x.type.is_variable(X),Ne=x.type.is_variable(Z);if(!Se&&!Ne)z=new H("=",[ie,new H(X.id+Z.id)]),w.prepend([new be(S.goal.replace(z),S.substitution,S)]);else if(Se&&!Ne)F=ie.id.substr(0,ie.id.length-Z.id.length),F+Z.id===ie.id&&(z=new H("=",[X,new H(F)]),w.prepend([new be(S.goal.replace(z),S.substitution,S)]));else if(Ne&&!Se)F=ie.id.substr(X.id.length),X.id+F===ie.id&&(z=new H("=",[Z,new H(F)]),w.prepend([new be(S.goal.replace(z),S.substitution,S)]));else{for(var ot=[],dt=0;dt<=ie.id.length;dt++){var jt=new H(ie.id.substr(0,dt)),$t=new H(ie.id.substr(dt));z=new H(",",[new H("=",[jt,X]),new H("=",[$t,Z])]),ot.push(new be(S.goal.replace(z),S.substitution,S))}w.prepend(ot)}}},"sub_atom/5":function(w,S,y){var F,z=y.args[0],X=y.args[1],Z=y.args[2],ie=y.args[3],Se=y.args[4];if(x.type.is_variable(z))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_variable(X)&&!x.type.is_integer(X))w.throw_error(x.error.type("integer",X,y.indicator));else if(!x.type.is_variable(Z)&&!x.type.is_integer(Z))w.throw_error(x.error.type("integer",Z,y.indicator));else if(!x.type.is_variable(ie)&&!x.type.is_integer(ie))w.throw_error(x.error.type("integer",ie,y.indicator));else if(x.type.is_integer(X)&&X.value<0)w.throw_error(x.error.domain("not_less_than_zero",X,y.indicator));else if(x.type.is_integer(Z)&&Z.value<0)w.throw_error(x.error.domain("not_less_than_zero",Z,y.indicator));else if(x.type.is_integer(ie)&&ie.value<0)w.throw_error(x.error.domain("not_less_than_zero",ie,y.indicator));else{var Ne=[],ot=[],dt=[];if(x.type.is_variable(X))for(F=0;F<=z.id.length;F++)Ne.push(F);else Ne.push(X.value);if(x.type.is_variable(Z))for(F=0;F<=z.id.length;F++)ot.push(F);else ot.push(Z.value);if(x.type.is_variable(ie))for(F=0;F<=z.id.length;F++)dt.push(F);else dt.push(ie.value);var jt=[];for(var $t in Ne)if(!!Ne.hasOwnProperty($t)){F=Ne[$t];for(var xt in ot)if(!!ot.hasOwnProperty(xt)){var an=ot[xt],Qr=z.id.length-F-an;if(e(dt,Qr)!==-1&&F+an+Qr===z.id.length){var mr=z.id.substr(F,an);if(z.id===z.id.substr(0,F)+mr+z.id.substr(F+an,Qr)){var xr=new H("=",[new H(mr),Se]),Wr=new H("=",[X,new ke(F)]),Vn=new H("=",[Z,new ke(an)]),Ns=new H("=",[ie,new ke(Qr)]),Ri=new H(",",[new H(",",[new H(",",[Wr,Vn]),Ns]),xr]);jt.push(new be(S.goal.replace(Ri),S.substitution,S))}}}}w.prepend(jt)}},"atom_chars/2":function(w,S,y){var F=y.args[0],z=y.args[1];if(x.type.is_variable(F)&&x.type.is_variable(z))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_variable(F)&&!x.type.is_atom(F))w.throw_error(x.error.type("atom",F,y.indicator));else if(x.type.is_variable(F)){for(var ie=z,Se=x.type.is_variable(F),Ne="";ie.indicator==="./2";){if(x.type.is_character(ie.args[0]))Ne+=ie.args[0].id;else if(x.type.is_variable(ie.args[0])&&Se){w.throw_error(x.error.instantiation(y.indicator));return}else if(!x.type.is_variable(ie.args[0])){w.throw_error(x.error.type("character",ie.args[0],y.indicator));return}ie=ie.args[1]}x.type.is_variable(ie)&&Se?w.throw_error(x.error.instantiation(y.indicator)):!x.type.is_empty_list(ie)&&!x.type.is_variable(ie)?w.throw_error(x.error.type("list",z,y.indicator)):w.prepend([new be(S.goal.replace(new H("=",[new H(Ne),F])),S.substitution,S)])}else{for(var X=new H("[]"),Z=F.id.length-1;Z>=0;Z--)X=new H(".",[new H(F.id.charAt(Z)),X]);w.prepend([new be(S.goal.replace(new H("=",[z,X])),S.substitution,S)])}},"atom_codes/2":function(w,S,y){var F=y.args[0],z=y.args[1];if(x.type.is_variable(F)&&x.type.is_variable(z))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_variable(F)&&!x.type.is_atom(F))w.throw_error(x.error.type("atom",F,y.indicator));else if(x.type.is_variable(F)){for(var ie=z,Se=x.type.is_variable(F),Ne="";ie.indicator==="./2";){if(x.type.is_character_code(ie.args[0]))Ne+=u(ie.args[0].value);else if(x.type.is_variable(ie.args[0])&&Se){w.throw_error(x.error.instantiation(y.indicator));return}else if(!x.type.is_variable(ie.args[0])){w.throw_error(x.error.representation("character_code",y.indicator));return}ie=ie.args[1]}x.type.is_variable(ie)&&Se?w.throw_error(x.error.instantiation(y.indicator)):!x.type.is_empty_list(ie)&&!x.type.is_variable(ie)?w.throw_error(x.error.type("list",z,y.indicator)):w.prepend([new be(S.goal.replace(new H("=",[new H(Ne),F])),S.substitution,S)])}else{for(var X=new H("[]"),Z=F.id.length-1;Z>=0;Z--)X=new H(".",[new ke(n(F.id,Z),!1),X]);w.prepend([new be(S.goal.replace(new H("=",[z,X])),S.substitution,S)])}},"char_code/2":function(w,S,y){var F=y.args[0],z=y.args[1];if(x.type.is_variable(F)&&x.type.is_variable(z))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_variable(F)&&!x.type.is_character(F))w.throw_error(x.error.type("character",F,y.indicator));else if(!x.type.is_variable(z)&&!x.type.is_integer(z))w.throw_error(x.error.type("integer",z,y.indicator));else if(!x.type.is_variable(z)&&!x.type.is_character_code(z))w.throw_error(x.error.representation("character_code",y.indicator));else if(x.type.is_variable(z)){var X=new ke(n(F.id,0),!1);w.prepend([new be(S.goal.replace(new H("=",[X,z])),S.substitution,S)])}else{var Z=new H(u(z.value));w.prepend([new be(S.goal.replace(new H("=",[Z,F])),S.substitution,S)])}},"number_chars/2":function(w,S,y){var F,z=y.args[0],X=y.args[1];if(x.type.is_variable(z)&&x.type.is_variable(X))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_variable(z)&&!x.type.is_number(z))w.throw_error(x.error.type("number",z,y.indicator));else if(!x.type.is_variable(X)&&!x.type.is_list(X))w.throw_error(x.error.type("list",X,y.indicator));else{var Z=x.type.is_variable(z);if(!x.type.is_variable(X)){var ie=X,Se=!0;for(F="";ie.indicator==="./2";){if(x.type.is_character(ie.args[0]))F+=ie.args[0].id;else if(x.type.is_variable(ie.args[0]))Se=!1;else if(!x.type.is_variable(ie.args[0])){w.throw_error(x.error.type("character",ie.args[0],y.indicator));return}ie=ie.args[1]}if(Se=Se&&x.type.is_empty_list(ie),!x.type.is_empty_list(ie)&&!x.type.is_variable(ie)){w.throw_error(x.error.type("list",X,y.indicator));return}if(!Se&&Z){w.throw_error(x.error.instantiation(y.indicator));return}else if(Se)if(x.type.is_variable(ie)&&Z){w.throw_error(x.error.instantiation(y.indicator));return}else{var Ne=w.parse(F),ot=Ne.value;!x.type.is_number(ot)||Ne.tokens[Ne.tokens.length-1].space?w.throw_error(x.error.syntax_by_predicate("parseable_number",y.indicator)):w.prepend([new be(S.goal.replace(new H("=",[z,ot])),S.substitution,S)]);return}}if(!Z){F=z.toString();for(var dt=new H("[]"),jt=F.length-1;jt>=0;jt--)dt=new H(".",[new H(F.charAt(jt)),dt]);w.prepend([new be(S.goal.replace(new H("=",[X,dt])),S.substitution,S)])}}},"number_codes/2":function(w,S,y){var F,z=y.args[0],X=y.args[1];if(x.type.is_variable(z)&&x.type.is_variable(X))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_variable(z)&&!x.type.is_number(z))w.throw_error(x.error.type("number",z,y.indicator));else if(!x.type.is_variable(X)&&!x.type.is_list(X))w.throw_error(x.error.type("list",X,y.indicator));else{var Z=x.type.is_variable(z);if(!x.type.is_variable(X)){var ie=X,Se=!0;for(F="";ie.indicator==="./2";){if(x.type.is_character_code(ie.args[0]))F+=u(ie.args[0].value);else if(x.type.is_variable(ie.args[0]))Se=!1;else if(!x.type.is_variable(ie.args[0])){w.throw_error(x.error.type("character_code",ie.args[0],y.indicator));return}ie=ie.args[1]}if(Se=Se&&x.type.is_empty_list(ie),!x.type.is_empty_list(ie)&&!x.type.is_variable(ie)){w.throw_error(x.error.type("list",X,y.indicator));return}if(!Se&&Z){w.throw_error(x.error.instantiation(y.indicator));return}else if(Se)if(x.type.is_variable(ie)&&Z){w.throw_error(x.error.instantiation(y.indicator));return}else{var Ne=w.parse(F),ot=Ne.value;!x.type.is_number(ot)||Ne.tokens[Ne.tokens.length-1].space?w.throw_error(x.error.syntax_by_predicate("parseable_number",y.indicator)):w.prepend([new be(S.goal.replace(new H("=",[z,ot])),S.substitution,S)]);return}}if(!Z){F=z.toString();for(var dt=new H("[]"),jt=F.length-1;jt>=0;jt--)dt=new H(".",[new ke(n(F,jt),!1),dt]);w.prepend([new be(S.goal.replace(new H("=",[X,dt])),S.substitution,S)])}}},"upcase_atom/2":function(w,S,y){var F=y.args[0],z=y.args[1];x.type.is_variable(F)?w.throw_error(x.error.instantiation(y.indicator)):x.type.is_atom(F)?!x.type.is_variable(z)&&!x.type.is_atom(z)?w.throw_error(x.error.type("atom",z,y.indicator)):w.prepend([new be(S.goal.replace(new H("=",[z,new H(F.id.toUpperCase(),[])])),S.substitution,S)]):w.throw_error(x.error.type("atom",F,y.indicator))},"downcase_atom/2":function(w,S,y){var F=y.args[0],z=y.args[1];x.type.is_variable(F)?w.throw_error(x.error.instantiation(y.indicator)):x.type.is_atom(F)?!x.type.is_variable(z)&&!x.type.is_atom(z)?w.throw_error(x.error.type("atom",z,y.indicator)):w.prepend([new be(S.goal.replace(new H("=",[z,new H(F.id.toLowerCase(),[])])),S.substitution,S)]):w.throw_error(x.error.type("atom",F,y.indicator))},"atomic_list_concat/2":function(w,S,y){var F=y.args[0],z=y.args[1];w.prepend([new be(S.goal.replace(new H("atomic_list_concat",[F,new H("",[]),z])),S.substitution,S)])},"atomic_list_concat/3":function(w,S,y){var F=y.args[0],z=y.args[1],X=y.args[2];if(x.type.is_variable(z)||x.type.is_variable(F)&&x.type.is_variable(X))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_variable(F)&&!x.type.is_list(F))w.throw_error(x.error.type("list",F,y.indicator));else if(!x.type.is_variable(X)&&!x.type.is_atom(X))w.throw_error(x.error.type("atom",X,y.indicator));else if(x.type.is_variable(X)){for(var ie="",Se=F;x.type.is_term(Se)&&Se.indicator==="./2";){if(!x.type.is_atom(Se.args[0])&&!x.type.is_number(Se.args[0])){w.throw_error(x.error.type("atomic",Se.args[0],y.indicator));return}ie!==""&&(ie+=z.id),x.type.is_atom(Se.args[0])?ie+=Se.args[0].id:ie+=""+Se.args[0].value,Se=Se.args[1]}ie=new H(ie,[]),x.type.is_variable(Se)?w.throw_error(x.error.instantiation(y.indicator)):!x.type.is_term(Se)||Se.indicator!=="[]/0"?w.throw_error(x.error.type("list",F,y.indicator)):w.prepend([new be(S.goal.replace(new H("=",[ie,X])),S.substitution,S)])}else{var Z=g(o(X.id.split(z.id),function(Ne){return new H(Ne,[])}));w.prepend([new be(S.goal.replace(new H("=",[Z,F])),S.substitution,S)])}},"@=/2":function(w,S,y){x.compare(y.args[0],y.args[1])>0&&w.success(S)},"@>=/2":function(w,S,y){x.compare(y.args[0],y.args[1])>=0&&w.success(S)},"compare/3":function(w,S,y){var F=y.args[0],z=y.args[1],X=y.args[2];if(!x.type.is_variable(F)&&!x.type.is_atom(F))w.throw_error(x.error.type("atom",F,y.indicator));else if(x.type.is_atom(F)&&["<",">","="].indexOf(F.id)===-1)w.throw_error(x.type.domain("order",F,y.indicator));else{var Z=x.compare(z,X);Z=Z===0?"=":Z===-1?"<":">",w.prepend([new be(S.goal.replace(new H("=",[F,new H(Z,[])])),S.substitution,S)])}},"is/2":function(w,S,y){var F=y.args[1].interpret(w);x.type.is_number(F)?w.prepend([new be(S.goal.replace(new H("=",[y.args[0],F],w.level)),S.substitution,S)]):w.throw_error(F)},"between/3":function(w,S,y){var F=y.args[0],z=y.args[1],X=y.args[2];if(x.type.is_variable(F)||x.type.is_variable(z))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_integer(F))w.throw_error(x.error.type("integer",F,y.indicator));else if(!x.type.is_integer(z))w.throw_error(x.error.type("integer",z,y.indicator));else if(!x.type.is_variable(X)&&!x.type.is_integer(X))w.throw_error(x.error.type("integer",X,y.indicator));else if(x.type.is_variable(X)){var Z=[new be(S.goal.replace(new H("=",[X,F])),S.substitution,S)];F.value=X.value&&w.success(S)},"succ/2":function(w,S,y){var F=y.args[0],z=y.args[1];x.type.is_variable(F)&&x.type.is_variable(z)?w.throw_error(x.error.instantiation(y.indicator)):!x.type.is_variable(F)&&!x.type.is_integer(F)?w.throw_error(x.error.type("integer",F,y.indicator)):!x.type.is_variable(z)&&!x.type.is_integer(z)?w.throw_error(x.error.type("integer",z,y.indicator)):!x.type.is_variable(F)&&F.value<0?w.throw_error(x.error.domain("not_less_than_zero",F,y.indicator)):!x.type.is_variable(z)&&z.value<0?w.throw_error(x.error.domain("not_less_than_zero",z,y.indicator)):(x.type.is_variable(z)||z.value>0)&&(x.type.is_variable(F)?w.prepend([new be(S.goal.replace(new H("=",[F,new ke(z.value-1,!1)])),S.substitution,S)]):w.prepend([new be(S.goal.replace(new H("=",[z,new ke(F.value+1,!1)])),S.substitution,S)]))},"=:=/2":function(w,S,y){var F=x.arithmetic_compare(w,y.args[0],y.args[1]);x.type.is_term(F)?w.throw_error(F):F===0&&w.success(S)},"=\\=/2":function(w,S,y){var F=x.arithmetic_compare(w,y.args[0],y.args[1]);x.type.is_term(F)?w.throw_error(F):F!==0&&w.success(S)},"/2":function(w,S,y){var F=x.arithmetic_compare(w,y.args[0],y.args[1]);x.type.is_term(F)?w.throw_error(F):F>0&&w.success(S)},">=/2":function(w,S,y){var F=x.arithmetic_compare(w,y.args[0],y.args[1]);x.type.is_term(F)?w.throw_error(F):F>=0&&w.success(S)},"var/1":function(w,S,y){x.type.is_variable(y.args[0])&&w.success(S)},"atom/1":function(w,S,y){x.type.is_atom(y.args[0])&&w.success(S)},"atomic/1":function(w,S,y){x.type.is_atomic(y.args[0])&&w.success(S)},"compound/1":function(w,S,y){x.type.is_compound(y.args[0])&&w.success(S)},"integer/1":function(w,S,y){x.type.is_integer(y.args[0])&&w.success(S)},"float/1":function(w,S,y){x.type.is_float(y.args[0])&&w.success(S)},"number/1":function(w,S,y){x.type.is_number(y.args[0])&&w.success(S)},"nonvar/1":function(w,S,y){x.type.is_variable(y.args[0])||w.success(S)},"ground/1":function(w,S,y){y.variables().length===0&&w.success(S)},"acyclic_term/1":function(w,S,y){for(var F=S.substitution.apply(S.substitution),z=y.args[0].variables(),X=0;X0?xt[xt.length-1]:null,xt!==null&&(jt=J(w,xt,0,w.__get_max_priority(),!1))}if(jt.type===p&&jt.len===xt.length-1&&an.value==="."){jt=jt.value.rename(w);var Qr=new H("=",[z,jt]);if(ie.variables){var mr=g(o(De(jt.variables()),function(xr){return new Ie(xr)}));Qr=new H(",",[Qr,new H("=",[ie.variables,mr])])}if(ie.variable_names){var mr=g(o(De(jt.variables()),function(Wr){var Vn;for(Vn in w.session.renamed_variables)if(w.session.renamed_variables.hasOwnProperty(Vn)&&w.session.renamed_variables[Vn]===Wr)break;return new H("=",[new H(Vn,[]),new Ie(Wr)])}));Qr=new H(",",[Qr,new H("=",[ie.variable_names,mr])])}if(ie.singletons){var mr=g(o(new _e(jt,null).singleton_variables(),function(Wr){var Vn;for(Vn in w.session.renamed_variables)if(w.session.renamed_variables.hasOwnProperty(Vn)&&w.session.renamed_variables[Vn]===Wr)break;return new H("=",[new H(Vn,[]),new Ie(Wr)])}));Qr=new H(",",[Qr,new H("=",[ie.singletons,mr])])}w.prepend([new be(S.goal.replace(Qr),S.substitution,S)])}else jt.type===p?w.throw_error(x.error.syntax(xt[jt.len],"unexpected token",!1)):w.throw_error(jt.value)}}},"write/1":function(w,S,y){var F=y.args[0];w.prepend([new be(S.goal.replace(new H(",",[new H("current_output",[new Ie("S")]),new H("write",[new Ie("S"),F])])),S.substitution,S)])},"write/2":function(w,S,y){var F=y.args[0],z=y.args[1];w.prepend([new be(S.goal.replace(new H("write_term",[F,z,new H(".",[new H("quoted",[new H("false",[])]),new H(".",[new H("ignore_ops",[new H("false")]),new H(".",[new H("numbervars",[new H("true")]),new H("[]",[])])])])])),S.substitution,S)])},"writeq/1":function(w,S,y){var F=y.args[0];w.prepend([new be(S.goal.replace(new H(",",[new H("current_output",[new Ie("S")]),new H("writeq",[new Ie("S"),F])])),S.substitution,S)])},"writeq/2":function(w,S,y){var F=y.args[0],z=y.args[1];w.prepend([new be(S.goal.replace(new H("write_term",[F,z,new H(".",[new H("quoted",[new H("true",[])]),new H(".",[new H("ignore_ops",[new H("false")]),new H(".",[new H("numbervars",[new H("true")]),new H("[]",[])])])])])),S.substitution,S)])},"write_canonical/1":function(w,S,y){var F=y.args[0];w.prepend([new be(S.goal.replace(new H(",",[new H("current_output",[new Ie("S")]),new H("write_canonical",[new Ie("S"),F])])),S.substitution,S)])},"write_canonical/2":function(w,S,y){var F=y.args[0],z=y.args[1];w.prepend([new be(S.goal.replace(new H("write_term",[F,z,new H(".",[new H("quoted",[new H("true",[])]),new H(".",[new H("ignore_ops",[new H("true")]),new H(".",[new H("numbervars",[new H("false")]),new H("[]",[])])])])])),S.substitution,S)])},"write_term/2":function(w,S,y){var F=y.args[0],z=y.args[1];w.prepend([new be(S.goal.replace(new H(",",[new H("current_output",[new Ie("S")]),new H("write_term",[new Ie("S"),F,z])])),S.substitution,S)])},"write_term/3":function(w,S,y){var F=y.args[0],z=y.args[1],X=y.args[2],Z=x.type.is_stream(F)?F:w.get_stream_by_alias(F.id);if(x.type.is_variable(F)||x.type.is_variable(X))w.throw_error(x.error.instantiation(y.indicator));else if(!x.type.is_list(X))w.throw_error(x.error.type("list",X,y.indicator));else if(!x.type.is_stream(F)&&!x.type.is_atom(F))w.throw_error(x.error.domain("stream_or_alias",F,y.indicator));else if(!x.type.is_stream(Z)||Z.stream===null)w.throw_error(x.error.existence("stream",F,y.indicator));else if(Z.input)w.throw_error(x.error.permission("output","stream",F,y.indicator));else if(Z.type==="binary")w.throw_error(x.error.permission("output","binary_stream",F,y.indicator));else if(Z.position==="past_end_of_stream"&&Z.eof_action==="error")w.throw_error(x.error.permission("output","past_end_of_stream",F,y.indicator));else{for(var ie={},Se=X,Ne;x.type.is_term(Se)&&Se.indicator==="./2";){if(Ne=Se.args[0],x.type.is_variable(Ne)){w.throw_error(x.error.instantiation(y.indicator));return}else if(!x.type.is_write_option(Ne)){w.throw_error(x.error.domain("write_option",Ne,y.indicator));return}ie[Ne.id]=Ne.args[0].id==="true",Se=Se.args[1]}if(Se.indicator!=="[]/0"){x.type.is_variable(Se)?w.throw_error(x.error.instantiation(y.indicator)):w.throw_error(x.error.type("list",X,y.indicator));return}else{ie.session=w.session;var ot=z.toString(ie);Z.stream.put(ot,Z.position),typeof Z.position=="number"&&(Z.position+=ot.length),w.success(S)}}},"halt/0":function(w,S,y){w.points=[]},"halt/1":function(w,S,y){var F=y.args[0];x.type.is_variable(F)?w.throw_error(x.error.instantiation(y.indicator)):x.type.is_integer(F)?w.points=[]:w.throw_error(x.error.type("integer",F,y.indicator))},"current_prolog_flag/2":function(w,S,y){var F=y.args[0],z=y.args[1];if(!x.type.is_variable(F)&&!x.type.is_atom(F))w.throw_error(x.error.type("atom",F,y.indicator));else if(!x.type.is_variable(F)&&!x.type.is_flag(F))w.throw_error(x.error.domain("prolog_flag",F,y.indicator));else{var X=[];for(var Z in x.flag)if(!!x.flag.hasOwnProperty(Z)){var ie=new H(",",[new H("=",[new H(Z),F]),new H("=",[w.get_flag(Z),z])]);X.push(new be(S.goal.replace(ie),S.substitution,S))}w.prepend(X)}},"set_prolog_flag/2":function(w,S,y){var F=y.args[0],z=y.args[1];x.type.is_variable(F)||x.type.is_variable(z)?w.throw_error(x.error.instantiation(y.indicator)):x.type.is_atom(F)?x.type.is_flag(F)?x.type.is_value_flag(F,z)?x.type.is_modifiable_flag(F)?(w.session.flag[F.id]=z,w.success(S)):w.throw_error(x.error.permission("modify","flag",F)):w.throw_error(x.error.domain("flag_value",new H("+",[F,z]),y.indicator)):w.throw_error(x.error.domain("prolog_flag",F,y.indicator)):w.throw_error(x.error.type("atom",F,y.indicator))}},flag:{bounded:{allowed:[new H("true"),new H("false")],value:new H("true"),changeable:!1},max_integer:{allowed:[new ke(Number.MAX_SAFE_INTEGER)],value:new ke(Number.MAX_SAFE_INTEGER),changeable:!1},min_integer:{allowed:[new ke(Number.MIN_SAFE_INTEGER)],value:new ke(Number.MIN_SAFE_INTEGER),changeable:!1},integer_rounding_function:{allowed:[new H("down"),new H("toward_zero")],value:new H("toward_zero"),changeable:!1},char_conversion:{allowed:[new H("on"),new H("off")],value:new H("on"),changeable:!0},debug:{allowed:[new H("on"),new H("off")],value:new H("off"),changeable:!0},max_arity:{allowed:[new H("unbounded")],value:new H("unbounded"),changeable:!1},unknown:{allowed:[new H("error"),new H("fail"),new H("warning")],value:new H("error"),changeable:!0},double_quotes:{allowed:[new H("chars"),new H("codes"),new H("atom")],value:new H("codes"),changeable:!0},occurs_check:{allowed:[new H("false"),new H("true")],value:new H("false"),changeable:!0},dialect:{allowed:[new H("tau")],value:new H("tau"),changeable:!1},version_data:{allowed:[new H("tau",[new ke(t.major,!1),new ke(t.minor,!1),new ke(t.patch,!1),new H(t.status)])],value:new H("tau",[new ke(t.major,!1),new ke(t.minor,!1),new ke(t.patch,!1),new H(t.status)]),changeable:!1},nodejs:{allowed:[new H("yes"),new H("no")],value:new H(typeof hl<"u"&&hl.exports?"yes":"no"),changeable:!1}},unify:function(w,S,y){y=y===void 0?!1:y;for(var F=[{left:w,right:S}],z={};F.length!==0;){var X=F.pop();if(w=X.left,S=X.right,x.type.is_term(w)&&x.type.is_term(S)){if(w.indicator!==S.indicator)return null;for(var Z=0;Zz.value?1:0:z}else return F},operate:function(w,S){if(x.type.is_operator(S)){for(var y=x.type.is_operator(S),F=[],z,X=!1,Z=0;Zw.get_flag("max_integer").value||z0?w.start+w.matches[0].length:w.start,z=y?new H("token_not_found"):new H("found",[new H(w.value.toString())]),X=new H(".",[new H("line",[new ke(w.line+1)]),new H(".",[new H("column",[new ke(F+1)]),new H(".",[z,new H("[]",[])])])]);return new H("error",[new H("syntax_error",[new H(S)]),X])},syntax_by_predicate:function(w,S){return new H("error",[new H("syntax_error",[new H(w)]),ee(S)])}},warning:{singleton:function(w,S,y){for(var F=new H("[]"),z=w.length-1;z>=0;z--)F=new H(".",[new Ie(w[z]),F]);return new H("warning",[new H("singleton_variables",[F,ee(S)]),new H(".",[new H("line",[new ke(y,!1)]),new H("[]")])])},failed_goal:function(w,S){return new H("warning",[new H("failed_goal",[w]),new H(".",[new H("line",[new ke(S,!1)]),new H("[]")])])}},format_variable:function(w){return"_"+w},format_answer:function(w,S,F){S instanceof Te&&(S=S.thread);var F=F||{};if(F.session=S?S.session:void 0,x.type.is_error(w))return"uncaught exception: "+w.args[0].toString();if(w===!1)return"false.";if(w===null)return"limit exceeded ;";var z=0,X="";if(x.type.is_substitution(w)){var Z=w.domain(!0);w=w.filter(function(Ne,ot){return!x.type.is_variable(ot)||Z.indexOf(ot.id)!==-1&&Ne!==ot.id})}for(var ie in w.links)!w.links.hasOwnProperty(ie)||(z++,X!==""&&(X+=", "),X+=ie.toString(F)+" = "+w.links[ie].toString(F));var Se=typeof S>"u"||S.points.length>0?" ;":".";return z===0?"true"+Se:X+Se},flatten_error:function(w){if(!x.type.is_error(w))return null;w=w.args[0];var S={};return S.type=w.args[0].id,S.thrown=S.type==="syntax_error"?null:w.args[1].id,S.expected=null,S.found=null,S.representation=null,S.existence=null,S.existence_type=null,S.line=null,S.column=null,S.permission_operation=null,S.permission_type=null,S.evaluation_type=null,S.type==="type_error"||S.type==="domain_error"?(S.expected=w.args[0].args[0].id,S.found=w.args[0].args[1].toString()):S.type==="syntax_error"?w.args[1].indicator==="./2"?(S.expected=w.args[0].args[0].id,S.found=w.args[1].args[1].args[1].args[0],S.found=S.found.id==="token_not_found"?S.found.id:S.found.args[0].id,S.line=w.args[1].args[0].args[0].value,S.column=w.args[1].args[1].args[0].args[0].value):S.thrown=w.args[1].id:S.type==="permission_error"?(S.found=w.args[0].args[2].toString(),S.permission_operation=w.args[0].args[0].id,S.permission_type=w.args[0].args[1].id):S.type==="evaluation_error"?S.evaluation_type=w.args[0].args[0].id:S.type==="representation_error"?S.representation=w.args[0].args[0].id:S.type==="existence_error"&&(S.existence=w.args[0].args[1].toString(),S.existence_type=w.args[0].args[0].id),S},create:function(w){return new x.type.Session(w)}};typeof hl<"u"?hl.exports=x:window.pl=x})()});function ame(t,e,r){t.prepend(r.map(o=>new Ra.default.type.State(e.goal.replace(o),e.substitution,e)))}function CH(t){let e=cme.get(t.session);if(e==null)throw new Error("Assertion failed: A project should have been registered for the active session");return e}function ume(t,e){cme.set(t,e),t.consult(`:- use_module(library(${tdt.id})).`)}var wH,Ra,lme,c0,$gt,edt,cme,tdt,Ame=Et(()=>{Ye();wH=$e(g2()),Ra=$e(EH()),lme=$e(Be("vm")),{is_atom:c0,is_variable:$gt,is_instantiated_list:edt}=Ra.default.type;cme=new WeakMap;tdt=new Ra.default.type.Module("constraints",{["project_workspaces_by_descriptor/3"]:(t,e,r)=>{let[o,a,n]=r.args;if(!c0(o)||!c0(a)){t.throw_error(Ra.default.error.instantiation(r.indicator));return}let u=W.parseIdent(o.id),A=W.makeDescriptor(u,a.id),h=CH(t).tryWorkspaceByDescriptor(A);$gt(n)&&h!==null&&ame(t,e,[new Ra.default.type.Term("=",[n,new Ra.default.type.Term(String(h.relativeCwd))])]),c0(n)&&h!==null&&h.relativeCwd===n.id&&t.success(e)},["workspace_field/3"]:(t,e,r)=>{let[o,a,n]=r.args;if(!c0(o)||!c0(a)){t.throw_error(Ra.default.error.instantiation(r.indicator));return}let A=CH(t).tryWorkspaceByCwd(o.id);if(A==null)return;let p=(0,wH.default)(A.manifest.raw,a.id);typeof p>"u"||ame(t,e,[new Ra.default.type.Term("=",[n,new Ra.default.type.Term(typeof p=="object"?JSON.stringify(p):p)])])},["workspace_field_test/3"]:(t,e,r)=>{let[o,a,n]=r.args;t.prepend([new Ra.default.type.State(e.goal.replace(new Ra.default.type.Term("workspace_field_test",[o,a,n,new Ra.default.type.Term("[]",[])])),e.substitution,e)])},["workspace_field_test/4"]:(t,e,r)=>{let[o,a,n,u]=r.args;if(!c0(o)||!c0(a)||!c0(n)||!edt(u)){t.throw_error(Ra.default.error.instantiation(r.indicator));return}let p=CH(t).tryWorkspaceByCwd(o.id);if(p==null)return;let h=(0,wH.default)(p.manifest.raw,a.id);if(typeof h>"u")return;let E={$$:h};for(let[v,b]of u.toJavaScript().entries())E[`$${v}`]=b;lme.default.runInNewContext(n.id,E)&&t.success(e)}},["project_workspaces_by_descriptor/3","workspace_field/3","workspace_field_test/3","workspace_field_test/4"])});var S2={};Kt(S2,{Constraints:()=>P2,DependencyType:()=>gme});function to(t){if(t instanceof vC.default.type.Num)return t.value;if(t instanceof vC.default.type.Term)switch(t.indicator){case"throw/1":return to(t.args[0]);case"error/1":return to(t.args[0]);case"error/2":if(t.args[0]instanceof vC.default.type.Term&&t.args[0].indicator==="syntax_error/1")return Object.assign(to(t.args[0]),...to(t.args[1]));{let e=to(t.args[0]);return e.message+=` (in ${to(t.args[1])})`,e}case"syntax_error/1":return new zt(43,`Syntax error: ${to(t.args[0])}`);case"existence_error/2":return new zt(44,`Existence error: ${to(t.args[0])} ${to(t.args[1])} not found`);case"instantiation_error/0":return new zt(75,"Instantiation error: an argument is variable when an instantiated argument was expected");case"line/1":return{line:to(t.args[0])};case"column/1":return{column:to(t.args[0])};case"found/1":return{found:to(t.args[0])};case"./2":return[to(t.args[0])].concat(to(t.args[1]));case"//2":return`${to(t.args[0])}/${to(t.args[1])}`;default:return t.id}throw`couldn't pretty print because of unsupported node ${t}`}function pme(t){let e;try{e=to(t)}catch(r){throw typeof r=="string"?new zt(42,`Unknown error: ${t} (note: ${r})`):r}return typeof e.line<"u"&&typeof e.column<"u"&&(e.message+=` at line ${e.line}, column ${e.column}`),e}function $d(t){return t.id==="null"?null:`${t.toJavaScript()}`}function rdt(t){if(t.id==="null")return null;{let e=t.toJavaScript();if(typeof e!="string")return JSON.stringify(e);try{return JSON.stringify(JSON.parse(e))}catch{return JSON.stringify(e)}}}function u0(t){return typeof t=="string"?`'${t}'`:"[]"}var hme,vC,gme,fme,IH,P2,x2=Et(()=>{Ye();Ye();Pt();hme=$e(Yde()),vC=$e(EH());B2();Ame();(0,hme.default)(vC.default);gme=(o=>(o.Dependencies="dependencies",o.DevDependencies="devDependencies",o.PeerDependencies="peerDependencies",o))(gme||{}),fme=["dependencies","devDependencies","peerDependencies"];IH=class{constructor(e,r){let o=1e3*e.workspaces.length;this.session=vC.default.create(o),ume(this.session,e),this.session.consult(":- use_module(library(lists))."),this.session.consult(r)}fetchNextAnswer(){return new Promise(e=>{this.session.answer(r=>{e(r)})})}async*makeQuery(e){let r=this.session.query(e);if(r!==!0)throw pme(r);for(;;){let o=await this.fetchNextAnswer();if(o===null)throw new zt(79,"Resolution limit exceeded");if(!o)break;if(o.id==="throw")throw pme(o);yield o}}};P2=class{constructor(e){this.source="";this.project=e;let r=e.configuration.get("constraintsPath");oe.existsSync(r)&&(this.source=oe.readFileSync(r,"utf8"))}static async find(e){return new P2(e)}getProjectDatabase(){let e="";for(let r of fme)e+=`dependency_type(${r}). -`;for(let r of this.project.workspacesByCwd.values()){let o=r.relativeCwd;e+=`workspace(${u0(o)}). -`,e+=`workspace_ident(${u0(o)}, ${u0(W.stringifyIdent(r.anchoredLocator))}). -`,e+=`workspace_version(${u0(o)}, ${u0(r.manifest.version)}). -`;for(let a of fme)for(let n of r.manifest[a].values())e+=`workspace_has_dependency(${u0(o)}, ${u0(W.stringifyIdent(n))}, ${u0(n.range)}, ${a}). +`;break;case"r":y+="\r";break;case"t":y+=" ";break;case"v":y+="\v";break;case"'":y+="'";break;case'"':y+='"';break;case"\\":y+="\\";break}else return null;else y+=z}return y}function x(w){for(var P="",y=0;y\?\@\^\~\\]+|'(?:[^']*?(?:\\(?:x?\d+)?\\)*(?:'')*(?:\\')*)*')/,number:/^(?:0o[0-7]+|0x[0-9a-fA-F]+|0b[01]+|0'(?:''|\\[abfnrtv\\'"`]|\\x?\d+\\|[^\\])|\d+(?:\.\d+(?:[eE][+-]?\d+)?)?)/,string:/^(?:"([^"]|""|\\")*"|`([^`]|``|\\`)*`)/,l_brace:/^(?:\[)/,r_brace:/^(?:\])/,l_bracket:/^(?:\{)/,r_bracket:/^(?:\})/,bar:/^(?:\|)/,l_paren:/^(?:\()/,r_paren:/^(?:\))/};function L(w,P){return w.get_flag("char_conversion").id==="on"?P.replace(/./g,function(y){return w.get_char_conversion(y)}):P}function U(w){this.thread=w,this.text="",this.tokens=[]}U.prototype.set_last_tokens=function(w){return this.tokens=w},U.prototype.new_text=function(w){this.text=w,this.tokens=[]},U.prototype.get_tokens=function(w){var P,y=0,F=0,z=0,X=[],Z=!1;if(w){var ie=this.tokens[w-1];y=ie.len,P=L(this.thread,this.text.substr(ie.len)),F=ie.line,z=ie.start}else P=this.text;if(/^\s*$/.test(P))return null;for(;P!=="";){var Pe=[],Ne=!1;if(/^\n/.exec(P)!==null){F++,z=0,y++,P=P.replace(/\n/,""),Z=!0;continue}for(var ot in R)if(R.hasOwnProperty(ot)){var dt=R[ot].exec(P);dt&&Pe.push({value:dt[0],name:ot,matches:dt})}if(!Pe.length)return this.set_last_tokens([{value:P,matches:[],name:"lexical",line:F,start:z}]);var ie=r(Pe,function(Qr,mr){return Qr.value.length>=mr.value.length?Qr:mr});switch(ie.start=z,ie.line=F,P=P.replace(ie.value,""),z+=ie.value.length,y+=ie.value.length,ie.name){case"atom":ie.raw=ie.value,ie.value.charAt(0)==="'"&&(ie.value=v(ie.value.substr(1,ie.value.length-2),"'"),ie.value===null&&(ie.name="lexical",ie.value="unknown escape sequence"));break;case"number":ie.float=ie.value.substring(0,2)!=="0x"&&ie.value.match(/[.eE]/)!==null&&ie.value!=="0'.",ie.value=C(ie.value),ie.blank=Ne;break;case"string":var Gt=ie.value.charAt(0);ie.value=v(ie.value.substr(1,ie.value.length-2),Gt),ie.value===null&&(ie.name="lexical",ie.value="unknown escape sequence");break;case"whitespace":var $t=X[X.length-1];$t&&($t.space=!0),Ne=!0;continue;case"r_bracket":X.length>0&&X[X.length-1].name==="l_bracket"&&(ie=X.pop(),ie.name="atom",ie.value="{}",ie.raw="{}",ie.space=!1);break;case"r_brace":X.length>0&&X[X.length-1].name==="l_brace"&&(ie=X.pop(),ie.name="atom",ie.value="[]",ie.raw="[]",ie.space=!1);break}ie.len=y,X.push(ie),Ne=!1}var bt=this.set_last_tokens(X);return bt.length===0?null:bt};function J(w,P,y,F,z){if(!P[y])return{type:A,value:b.error.syntax(P[y-1],"expression expected",!0)};var X;if(F==="0"){var Z=P[y];switch(Z.name){case"number":return{type:p,len:y+1,value:new b.type.Num(Z.value,Z.float)};case"variable":return{type:p,len:y+1,value:new b.type.Var(Z.value)};case"string":var ie;switch(w.get_flag("double_quotes").id){case"atom":ie=new H(Z.value,[]);break;case"codes":ie=new H("[]",[]);for(var Pe=Z.value.length-1;Pe>=0;Pe--)ie=new H(".",[new b.type.Num(n(Z.value,Pe),!1),ie]);break;case"chars":ie=new H("[]",[]);for(var Pe=Z.value.length-1;Pe>=0;Pe--)ie=new H(".",[new b.type.Term(Z.value.charAt(Pe),[]),ie]);break}return{type:p,len:y+1,value:ie};case"l_paren":var bt=J(w,P,y+1,w.__get_max_priority(),!0);return bt.type!==p?bt:P[bt.len]&&P[bt.len].name==="r_paren"?(bt.len++,bt):{type:A,derived:!0,value:b.error.syntax(P[bt.len]?P[bt.len]:P[bt.len-1],") or operator expected",!P[bt.len])};case"l_bracket":var bt=J(w,P,y+1,w.__get_max_priority(),!0);return bt.type!==p?bt:P[bt.len]&&P[bt.len].name==="r_bracket"?(bt.len++,bt.value=new H("{}",[bt.value]),bt):{type:A,derived:!0,value:b.error.syntax(P[bt.len]?P[bt.len]:P[bt.len-1],"} or operator expected",!P[bt.len])}}var Ne=te(w,P,y,z);return Ne.type===p||Ne.derived||(Ne=ae(w,P,y),Ne.type===p||Ne.derived)?Ne:{type:A,derived:!1,value:b.error.syntax(P[y],"unexpected token")}}var ot=w.__get_max_priority(),dt=w.__get_next_priority(F),Gt=y;if(P[y].name==="atom"&&P[y+1]&&(P[y].space||P[y+1].name!=="l_paren")){var Z=P[y++],$t=w.__lookup_operator_classes(F,Z.value);if($t&&$t.indexOf("fy")>-1){var bt=J(w,P,y,F,z);if(bt.type!==A)return Z.value==="-"&&!Z.space&&b.type.is_number(bt.value)?{value:new b.type.Num(-bt.value.value,bt.value.is_float),len:bt.len,type:p}:{value:new b.type.Term(Z.value,[bt.value]),len:bt.len,type:p};X=bt}else if($t&&$t.indexOf("fx")>-1){var bt=J(w,P,y,dt,z);if(bt.type!==A)return{value:new b.type.Term(Z.value,[bt.value]),len:bt.len,type:p};X=bt}}y=Gt;var bt=J(w,P,y,dt,z);if(bt.type===p){y=bt.len;var Z=P[y];if(P[y]&&(P[y].name==="atom"&&w.__lookup_operator_classes(F,Z.value)||P[y].name==="bar"&&w.__lookup_operator_classes(F,"|"))){var an=dt,Qr=F,$t=w.__lookup_operator_classes(F,Z.value);if($t.indexOf("xf")>-1)return{value:new b.type.Term(Z.value,[bt.value]),len:++bt.len,type:p};if($t.indexOf("xfx")>-1){var mr=J(w,P,y+1,an,z);return mr.type===p?{value:new b.type.Term(Z.value,[bt.value,mr.value]),len:mr.len,type:p}:(mr.derived=!0,mr)}else if($t.indexOf("xfy")>-1){var mr=J(w,P,y+1,Qr,z);return mr.type===p?{value:new b.type.Term(Z.value,[bt.value,mr.value]),len:mr.len,type:p}:(mr.derived=!0,mr)}else if(bt.type!==A)for(;;){y=bt.len;var Z=P[y];if(Z&&Z.name==="atom"&&w.__lookup_operator_classes(F,Z.value)){var $t=w.__lookup_operator_classes(F,Z.value);if($t.indexOf("yf")>-1)bt={value:new b.type.Term(Z.value,[bt.value]),len:++y,type:p};else if($t.indexOf("yfx")>-1){var mr=J(w,P,++y,an,z);if(mr.type===A)return mr.derived=!0,mr;y=mr.len,bt={value:new b.type.Term(Z.value,[bt.value,mr.value]),len:y,type:p}}else break}else break}}else X={type:A,value:b.error.syntax(P[bt.len-1],"operator expected")};return bt}return bt}function te(w,P,y,F){if(!P[y]||P[y].name==="atom"&&P[y].raw==="."&&!F&&(P[y].space||!P[y+1]||P[y+1].name!=="l_paren"))return{type:A,derived:!1,value:b.error.syntax(P[y-1],"unfounded token")};var z=P[y],X=[];if(P[y].name==="atom"&&P[y].raw!==","){if(y++,P[y-1].space)return{type:p,len:y,value:new b.type.Term(z.value,X)};if(P[y]&&P[y].name==="l_paren"){if(P[y+1]&&P[y+1].name==="r_paren")return{type:A,derived:!0,value:b.error.syntax(P[y+1],"argument expected")};var Z=J(w,P,++y,"999",!0);if(Z.type===A)return Z.derived?Z:{type:A,derived:!0,value:b.error.syntax(P[y]?P[y]:P[y-1],"argument expected",!P[y])};for(X.push(Z.value),y=Z.len;P[y]&&P[y].name==="atom"&&P[y].value===",";){if(Z=J(w,P,y+1,"999",!0),Z.type===A)return Z.derived?Z:{type:A,derived:!0,value:b.error.syntax(P[y+1]?P[y+1]:P[y],"argument expected",!P[y+1])};X.push(Z.value),y=Z.len}if(P[y]&&P[y].name==="r_paren")y++;else return{type:A,derived:!0,value:b.error.syntax(P[y]?P[y]:P[y-1],", or ) expected",!P[y])}}return{type:p,len:y,value:new b.type.Term(z.value,X)}}return{type:A,derived:!1,value:b.error.syntax(P[y],"term expected")}}function ae(w,P,y){if(!P[y])return{type:A,derived:!1,value:b.error.syntax(P[y-1],"[ expected")};if(P[y]&&P[y].name==="l_brace"){var F=J(w,P,++y,"999",!0),z=[F.value],X=void 0;if(F.type===A)return P[y]&&P[y].name==="r_brace"?{type:p,len:y+1,value:new b.type.Term("[]",[])}:{type:A,derived:!0,value:b.error.syntax(P[y],"] expected")};for(y=F.len;P[y]&&P[y].name==="atom"&&P[y].value===",";){if(F=J(w,P,y+1,"999",!0),F.type===A)return F.derived?F:{type:A,derived:!0,value:b.error.syntax(P[y+1]?P[y+1]:P[y],"argument expected",!P[y+1])};z.push(F.value),y=F.len}var Z=!1;if(P[y]&&P[y].name==="bar"){if(Z=!0,F=J(w,P,y+1,"999",!0),F.type===A)return F.derived?F:{type:A,derived:!0,value:b.error.syntax(P[y+1]?P[y+1]:P[y],"argument expected",!P[y+1])};X=F.value,y=F.len}return P[y]&&P[y].name==="r_brace"?{type:p,len:y+1,value:g(z,X)}:{type:A,derived:!0,value:b.error.syntax(P[y]?P[y]:P[y-1],Z?"] expected":", or | or ] expected",!P[y])}}return{type:A,derived:!1,value:b.error.syntax(P[y],"list expected")}}function fe(w,P,y){var F=P[y].line,z=J(w,P,y,w.__get_max_priority(),!1),X=null,Z;if(z.type!==A)if(y=z.len,P[y]&&P[y].name==="atom"&&P[y].raw===".")if(y++,b.type.is_term(z.value)){if(z.value.indicator===":-/2"?(X=new b.type.Rule(z.value.args[0],we(z.value.args[1])),Z={value:X,len:y,type:p}):z.value.indicator==="-->/2"?(X=he(new b.type.Rule(z.value.args[0],z.value.args[1]),w),X.body=we(X.body),Z={value:X,len:y,type:b.type.is_rule(X)?p:A}):(X=new b.type.Rule(z.value,null),Z={value:X,len:y,type:p}),X){var ie=X.singleton_variables();ie.length>0&&w.throw_warning(b.warning.singleton(ie,X.head.indicator,F))}return Z}else return{type:A,value:b.error.syntax(P[y],"callable expected")};else return{type:A,value:b.error.syntax(P[y]?P[y]:P[y-1],". or operator expected")};return z}function ce(w,P,y){y=y||{},y.from=y.from?y.from:"$tau-js",y.reconsult=y.reconsult!==void 0?y.reconsult:!0;var F=new U(w),z={},X;F.new_text(P);var Z=0,ie=F.get_tokens(Z);do{if(ie===null||!ie[Z])break;var Pe=fe(w,ie,Z);if(Pe.type===A)return new H("throw",[Pe.value]);if(Pe.value.body===null&&Pe.value.head.indicator==="?-/1"){var Ne=new Je(w.session);Ne.add_goal(Pe.value.head.args[0]),Ne.answer(function(dt){b.type.is_error(dt)?w.throw_warning(dt.args[0]):(dt===!1||dt===null)&&w.throw_warning(b.warning.failed_goal(Pe.value.head.args[0],Pe.len))}),Z=Pe.len;var ot=!0}else if(Pe.value.body===null&&Pe.value.head.indicator===":-/1"){var ot=w.run_directive(Pe.value.head.args[0]);Z=Pe.len,Pe.value.head.args[0].indicator==="char_conversion/2"&&(ie=F.get_tokens(Z),Z=0)}else{X=Pe.value.head.indicator,y.reconsult!==!1&&z[X]!==!0&&!w.is_multifile_predicate(X)&&(w.session.rules[X]=a(w.session.rules[X]||[],function(Gt){return Gt.dynamic}),z[X]=!0);var ot=w.add_rule(Pe.value,y);Z=Pe.len}if(!ot)return ot}while(!0);return!0}function me(w,P){var y=new U(w);y.new_text(P);var F=0;do{var z=y.get_tokens(F);if(z===null)break;var X=J(w,z,0,w.__get_max_priority(),!1);if(X.type!==A){var Z=X.len,ie=Z;if(z[Z]&&z[Z].name==="atom"&&z[Z].raw===".")w.add_goal(we(X.value));else{var Pe=z[Z];return new H("throw",[b.error.syntax(Pe||z[Z-1],". or operator expected",!Pe)])}F=X.len+1}else return new H("throw",[X.value])}while(!0);return!0}function he(w,P){w=w.rename(P);var y=P.next_free_variable(),F=Be(w.body,y,P);return F.error?F.value:(w.body=F.value,w.head.args=w.head.args.concat([y,F.variable]),w.head=new H(w.head.id,w.head.args),w)}function Be(w,P,y){var F;if(b.type.is_term(w)&&w.indicator==="!/0")return{value:w,variable:P,error:!1};if(b.type.is_term(w)&&w.indicator===",/2"){var z=Be(w.args[0],P,y);if(z.error)return z;var X=Be(w.args[1],z.variable,y);return X.error?X:{value:new H(",",[z.value,X.value]),variable:X.variable,error:!1}}else{if(b.type.is_term(w)&&w.indicator==="{}/1")return{value:w.args[0],variable:P,error:!1};if(b.type.is_empty_list(w))return{value:new H("true",[]),variable:P,error:!1};if(b.type.is_list(w)){F=y.next_free_variable();for(var Z=w,ie;Z.indicator==="./2";)ie=Z,Z=Z.args[1];return b.type.is_variable(Z)?{value:b.error.instantiation("DCG"),variable:P,error:!0}:b.type.is_empty_list(Z)?(ie.args[1]=F,{value:new H("=",[P,w]),variable:F,error:!1}):{value:b.error.type("list",w,"DCG"),variable:P,error:!0}}else return b.type.is_callable(w)?(F=y.next_free_variable(),w.args=w.args.concat([P,F]),w=new H(w.id,w.args),{value:w,variable:F,error:!1}):{value:b.error.type("callable",w,"DCG"),variable:P,error:!0}}}function we(w){return b.type.is_variable(w)?new H("call",[w]):b.type.is_term(w)&&[",/2",";/2","->/2"].indexOf(w.indicator)!==-1?new H(w.id,[we(w.args[0]),we(w.args[1])]):w}function g(w,P){for(var y=P||new b.type.Term("[]",[]),F=w.length-1;F>=0;F--)y=new b.type.Term(".",[w[F],y]);return y}function Ee(w,P){for(var y=w.length-1;y>=0;y--)w[y]===P&&w.splice(y,1)}function Se(w){for(var P={},y=[],F=0;F=0;P--)if(w.charAt(P)==="/")return new H("/",[new H(w.substring(0,P)),new Fe(parseInt(w.substring(P+1)),!1)])}function Ie(w){this.id=w}function Fe(w,P){this.is_float=P!==void 0?P:parseInt(w)!==w,this.value=this.is_float?w:parseInt(w)}var At=0;function H(w,P,y){this.ref=y||++At,this.id=w,this.args=P||[],this.indicator=w+"/"+this.args.length}var at=0;function Re(w,P,y,F,z,X){this.id=at++,this.stream=w,this.mode=P,this.alias=y,this.type=F!==void 0?F:"text",this.reposition=z!==void 0?z:!0,this.eof_action=X!==void 0?X:"eof_code",this.position=this.mode==="append"?"end_of_stream":0,this.output=this.mode==="write"||this.mode==="append",this.input=this.mode==="read"}function ke(w){w=w||{},this.links=w}function xe(w,P,y){P=P||new ke,y=y||null,this.goal=w,this.substitution=P,this.parent=y}function He(w,P,y){this.head=w,this.body=P,this.dynamic=y||!1}function Te(w){w=w===void 0||w<=0?1e3:w,this.rules={},this.src_predicates={},this.rename=0,this.modules=[],this.thread=new Je(this),this.total_threads=1,this.renamed_variables={},this.public_predicates={},this.multifile_predicates={},this.limit=w,this.streams={user_input:new Re(typeof hl<"u"&&hl.exports?nodejs_user_input:tau_user_input,"read","user_input","text",!1,"reset"),user_output:new Re(typeof hl<"u"&&hl.exports?nodejs_user_output:tau_user_output,"write","user_output","text",!1,"eof_code")},this.file_system=typeof hl<"u"&&hl.exports?nodejs_file_system:tau_file_system,this.standard_input=this.streams.user_input,this.standard_output=this.streams.user_output,this.current_input=this.streams.user_input,this.current_output=this.streams.user_output,this.format_success=function(P){return P.substitution},this.format_error=function(P){return P.goal},this.flag={bounded:b.flag.bounded.value,max_integer:b.flag.max_integer.value,min_integer:b.flag.min_integer.value,integer_rounding_function:b.flag.integer_rounding_function.value,char_conversion:b.flag.char_conversion.value,debug:b.flag.debug.value,max_arity:b.flag.max_arity.value,unknown:b.flag.unknown.value,double_quotes:b.flag.double_quotes.value,occurs_check:b.flag.occurs_check.value,dialect:b.flag.dialect.value,version_data:b.flag.version_data.value,nodejs:b.flag.nodejs.value},this.__loaded_modules=[],this.__char_conversion={},this.__operators={1200:{":-":["fx","xfx"],"-->":["xfx"],"?-":["fx"]},1100:{";":["xfy"]},1050:{"->":["xfy"]},1e3:{",":["xfy"]},900:{"\\+":["fy"]},700:{"=":["xfx"],"\\=":["xfx"],"==":["xfx"],"\\==":["xfx"],"@<":["xfx"],"@=<":["xfx"],"@>":["xfx"],"@>=":["xfx"],"=..":["xfx"],is:["xfx"],"=:=":["xfx"],"=\\=":["xfx"],"<":["xfx"],"=<":["xfx"],">":["xfx"],">=":["xfx"]},600:{":":["xfy"]},500:{"+":["yfx"],"-":["yfx"],"/\\":["yfx"],"\\/":["yfx"]},400:{"*":["yfx"],"/":["yfx"],"//":["yfx"],rem:["yfx"],mod:["yfx"],"<<":["yfx"],">>":["yfx"]},200:{"**":["xfx"],"^":["xfy"],"-":["fy"],"+":["fy"],"\\":["fy"]}}}function Je(w){this.epoch=Date.now(),this.session=w,this.session.total_threads++,this.total_steps=0,this.cpu_time=0,this.cpu_time_last=0,this.points=[],this.debugger=!1,this.debugger_states=[],this.level="top_level/0",this.__calls=[],this.current_limit=this.session.limit,this.warnings=[]}function je(w,P,y){this.id=w,this.rules=P,this.exports=y,b.module[w]=this}je.prototype.exports_predicate=function(w){return this.exports.indexOf(w)!==-1},Ie.prototype.unify=function(w,P){if(P&&e(w.variables(),this.id)!==-1&&!b.type.is_variable(w))return null;var y={};return y[this.id]=w,new ke(y)},Fe.prototype.unify=function(w,P){return b.type.is_number(w)&&this.value===w.value&&this.is_float===w.is_float?new ke:null},H.prototype.unify=function(w,P){if(b.type.is_term(w)&&this.indicator===w.indicator){for(var y=new ke,F=0;F=0){var F=this.args[0].value,z=Math.floor(F/26),X=F%26;return"ABCDEFGHIJKLMNOPQRSTUVWXYZ"[X]+(z!==0?z:"")}switch(this.indicator){case"[]/0":case"{}/0":case"!/0":return this.id;case"{}/1":return"{"+this.args[0].toString(w)+"}";case"./2":for(var Z="["+this.args[0].toString(w),ie=this.args[1];ie.indicator==="./2";)Z+=", "+ie.args[0].toString(w),ie=ie.args[1];return ie.indicator!=="[]/0"&&(Z+="|"+ie.toString(w)),Z+="]",Z;case",/2":return"("+this.args[0].toString(w)+", "+this.args[1].toString(w)+")";default:var Pe=this.id,Ne=w.session?w.session.lookup_operator(this.id,this.args.length):null;if(w.session===void 0||w.ignore_ops||Ne===null)return w.quoted&&!/^(!|,|;|[a-z][0-9a-zA-Z_]*)$/.test(Pe)&&Pe!=="{}"&&Pe!=="[]"&&(Pe="'"+x(Pe)+"'"),Pe+(this.args.length?"("+o(this.args,function($t){return $t.toString(w)}).join(", ")+")":"");var ot=Ne.priority>P.priority||Ne.priority===P.priority&&(Ne.class==="xfy"&&this.indicator!==P.indicator||Ne.class==="yfx"&&this.indicator!==P.indicator||this.indicator===P.indicator&&Ne.class==="yfx"&&y==="right"||this.indicator===P.indicator&&Ne.class==="xfy"&&y==="left");Ne.indicator=this.indicator;var dt=ot?"(":"",Gt=ot?")":"";return this.args.length===0?"("+this.id+")":["fy","fx"].indexOf(Ne.class)!==-1?dt+Pe+" "+this.args[0].toString(w,Ne)+Gt:["yf","xf"].indexOf(Ne.class)!==-1?dt+this.args[0].toString(w,Ne)+" "+Pe+Gt:dt+this.args[0].toString(w,Ne,"left")+" "+this.id+" "+this.args[1].toString(w,Ne,"right")+Gt}},Re.prototype.toString=function(w){return"("+this.id+")"},ke.prototype.toString=function(w){var P="{";for(var y in this.links)!this.links.hasOwnProperty(y)||(P!=="{"&&(P+=", "),P+=y+"/"+this.links[y].toString(w));return P+="}",P},xe.prototype.toString=function(w){return this.goal===null?"<"+this.substitution.toString(w)+">":"<"+this.goal.toString(w)+", "+this.substitution.toString(w)+">"},He.prototype.toString=function(w){return this.body?this.head.toString(w)+" :- "+this.body.toString(w)+".":this.head.toString(w)+"."},Te.prototype.toString=function(w){for(var P="",y=0;y=0;z--)F=new H(".",[P[z],F]);return F}return new H(this.id,o(this.args,function(X){return X.apply(w)}),this.ref)},Re.prototype.apply=function(w){return this},He.prototype.apply=function(w){return new He(this.head.apply(w),this.body!==null?this.body.apply(w):null)},ke.prototype.apply=function(w){var P,y={};for(P in this.links)!this.links.hasOwnProperty(P)||(y[P]=this.links[P].apply(w));return new ke(y)},H.prototype.select=function(){for(var w=this;w.indicator===",/2";)w=w.args[0];return w},H.prototype.replace=function(w){return this.indicator===",/2"?this.args[0].indicator===",/2"?new H(",",[this.args[0].replace(w),this.args[1]]):w===null?this.args[1]:new H(",",[w,this.args[1]]):w},H.prototype.search=function(w){if(b.type.is_term(w)&&w.ref!==void 0&&this.ref===w.ref)return!0;for(var P=0;PP&&F0&&(P=this.head_point().substitution.domain());e(P,b.format_variable(this.session.rename))!==-1;)this.session.rename++;if(w.id==="_")return new Ie(b.format_variable(this.session.rename));this.session.renamed_variables[w.id]=b.format_variable(this.session.rename)}return new Ie(this.session.renamed_variables[w.id])},Te.prototype.next_free_variable=function(){return this.thread.next_free_variable()},Je.prototype.next_free_variable=function(){this.session.rename++;var w=[];for(this.points.length>0&&(w=this.head_point().substitution.domain());e(w,b.format_variable(this.session.rename))!==-1;)this.session.rename++;return new Ie(b.format_variable(this.session.rename))},Te.prototype.is_public_predicate=function(w){return!this.public_predicates.hasOwnProperty(w)||this.public_predicates[w]===!0},Je.prototype.is_public_predicate=function(w){return this.session.is_public_predicate(w)},Te.prototype.is_multifile_predicate=function(w){return this.multifile_predicates.hasOwnProperty(w)&&this.multifile_predicates[w]===!0},Je.prototype.is_multifile_predicate=function(w){return this.session.is_multifile_predicate(w)},Te.prototype.prepend=function(w){return this.thread.prepend(w)},Je.prototype.prepend=function(w){for(var P=w.length-1;P>=0;P--)this.points.push(w[P])},Te.prototype.success=function(w,P){return this.thread.success(w,P)},Je.prototype.success=function(w,y){var y=typeof y>"u"?w:y;this.prepend([new xe(w.goal.replace(null),w.substitution,y)])},Te.prototype.throw_error=function(w){return this.thread.throw_error(w)},Je.prototype.throw_error=function(w){this.prepend([new xe(new H("throw",[w]),new ke,null,null)])},Te.prototype.step_rule=function(w,P){return this.thread.step_rule(w,P)},Je.prototype.step_rule=function(w,P){var y=P.indicator;if(w==="user"&&(w=null),w===null&&this.session.rules.hasOwnProperty(y))return this.session.rules[y];for(var F=w===null?this.session.modules:e(this.session.modules,w)===-1?[]:[w],z=0;z1)&&this.again()},Te.prototype.answers=function(w,P,y){return this.thread.answers(w,P,y)},Je.prototype.answers=function(w,P,y){var F=P||1e3,z=this;if(P<=0){y&&y();return}this.answer(function(X){w(X),X!==!1?setTimeout(function(){z.answers(w,P-1,y)},1):y&&y()})},Te.prototype.again=function(w){return this.thread.again(w)},Je.prototype.again=function(w){for(var P,y=Date.now();this.__calls.length>0;){for(this.warnings=[],w!==!1&&(this.current_limit=this.session.limit);this.current_limit>0&&this.points.length>0&&this.head_point().goal!==null&&!b.type.is_error(this.head_point().goal);)if(this.current_limit--,this.step()===!0)return;var F=Date.now();this.cpu_time_last=F-y,this.cpu_time+=this.cpu_time_last;var z=this.__calls.shift();this.current_limit<=0?z(null):this.points.length===0?z(!1):b.type.is_error(this.head_point().goal)?(P=this.session.format_error(this.points.pop()),this.points=[],z(P)):(this.debugger&&this.debugger_states.push(this.head_point()),P=this.session.format_success(this.points.pop()),z(P))}},Te.prototype.unfold=function(w){if(w.body===null)return!1;var P=w.head,y=w.body,F=y.select(),z=new Je(this),X=[];z.add_goal(F),z.step();for(var Z=z.points.length-1;Z>=0;Z--){var ie=z.points[Z],Pe=P.apply(ie.substitution),Ne=y.replace(ie.goal);Ne!==null&&(Ne=Ne.apply(ie.substitution)),X.push(new He(Pe,Ne))}var ot=this.rules[P.indicator],dt=e(ot,w);return X.length>0&&dt!==-1?(ot.splice.apply(ot,[dt,1].concat(X)),!0):!1},Je.prototype.unfold=function(w){return this.session.unfold(w)},Ie.prototype.interpret=function(w){return b.error.instantiation(w.level)},Fe.prototype.interpret=function(w){return this},H.prototype.interpret=function(w){return b.type.is_unitary_list(this)?this.args[0].interpret(w):b.operate(w,this)},Ie.prototype.compare=function(w){return this.idw.id?1:0},Fe.prototype.compare=function(w){if(this.value===w.value&&this.is_float===w.is_float)return 0;if(this.valuew.value)return 1},H.prototype.compare=function(w){if(this.args.lengthw.args.length||this.args.length===w.args.length&&this.id>w.id)return 1;for(var P=0;PF)return 1;if(w.constructor===Fe){if(w.is_float&&P.is_float)return 0;if(w.is_float)return-1;if(P.is_float)return 1}return 0},is_substitution:function(w){return w instanceof ke},is_state:function(w){return w instanceof xe},is_rule:function(w){return w instanceof He},is_variable:function(w){return w instanceof Ie},is_stream:function(w){return w instanceof Re},is_anonymous_var:function(w){return w instanceof Ie&&w.id==="_"},is_callable:function(w){return w instanceof H},is_number:function(w){return w instanceof Fe},is_integer:function(w){return w instanceof Fe&&!w.is_float},is_float:function(w){return w instanceof Fe&&w.is_float},is_term:function(w){return w instanceof H},is_atom:function(w){return w instanceof H&&w.args.length===0},is_ground:function(w){if(w instanceof Ie)return!1;if(w instanceof H){for(var P=0;P0},is_list:function(w){return w instanceof H&&(w.indicator==="[]/0"||w.indicator==="./2")},is_empty_list:function(w){return w instanceof H&&w.indicator==="[]/0"},is_non_empty_list:function(w){return w instanceof H&&w.indicator==="./2"},is_fully_list:function(w){for(;w instanceof H&&w.indicator==="./2";)w=w.args[1];return w instanceof Ie||w instanceof H&&w.indicator==="[]/0"},is_instantiated_list:function(w){for(;w instanceof H&&w.indicator==="./2";)w=w.args[1];return w instanceof H&&w.indicator==="[]/0"},is_unitary_list:function(w){return w instanceof H&&w.indicator==="./2"&&w.args[1]instanceof H&&w.args[1].indicator==="[]/0"},is_character:function(w){return w instanceof H&&(w.id.length===1||w.id.length>0&&w.id.length<=2&&n(w.id,0)>=65536)},is_character_code:function(w){return w instanceof Fe&&!w.is_float&&w.value>=0&&w.value<=1114111},is_byte:function(w){return w instanceof Fe&&!w.is_float&&w.value>=0&&w.value<=255},is_operator:function(w){return w instanceof H&&b.arithmetic.evaluation[w.indicator]},is_directive:function(w){return w instanceof H&&b.directive[w.indicator]!==void 0},is_builtin:function(w){return w instanceof H&&b.predicate[w.indicator]!==void 0},is_error:function(w){return w instanceof H&&w.indicator==="throw/1"},is_predicate_indicator:function(w){return w instanceof H&&w.indicator==="//2"&&w.args[0]instanceof H&&w.args[0].args.length===0&&w.args[1]instanceof Fe&&w.args[1].is_float===!1},is_flag:function(w){return w instanceof H&&w.args.length===0&&b.flag[w.id]!==void 0},is_value_flag:function(w,P){if(!b.type.is_flag(w))return!1;for(var y in b.flag[w.id].allowed)if(!!b.flag[w.id].allowed.hasOwnProperty(y)&&b.flag[w.id].allowed[y].equals(P))return!0;return!1},is_io_mode:function(w){return b.type.is_atom(w)&&["read","write","append"].indexOf(w.id)!==-1},is_stream_option:function(w){return b.type.is_term(w)&&(w.indicator==="alias/1"&&b.type.is_atom(w.args[0])||w.indicator==="reposition/1"&&b.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false")||w.indicator==="type/1"&&b.type.is_atom(w.args[0])&&(w.args[0].id==="text"||w.args[0].id==="binary")||w.indicator==="eof_action/1"&&b.type.is_atom(w.args[0])&&(w.args[0].id==="error"||w.args[0].id==="eof_code"||w.args[0].id==="reset"))},is_stream_position:function(w){return b.type.is_integer(w)&&w.value>=0||b.type.is_atom(w)&&(w.id==="end_of_stream"||w.id==="past_end_of_stream")},is_stream_property:function(w){return b.type.is_term(w)&&(w.indicator==="input/0"||w.indicator==="output/0"||w.indicator==="alias/1"&&(b.type.is_variable(w.args[0])||b.type.is_atom(w.args[0]))||w.indicator==="file_name/1"&&(b.type.is_variable(w.args[0])||b.type.is_atom(w.args[0]))||w.indicator==="position/1"&&(b.type.is_variable(w.args[0])||b.type.is_stream_position(w.args[0]))||w.indicator==="reposition/1"&&(b.type.is_variable(w.args[0])||b.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false"))||w.indicator==="type/1"&&(b.type.is_variable(w.args[0])||b.type.is_atom(w.args[0])&&(w.args[0].id==="text"||w.args[0].id==="binary"))||w.indicator==="mode/1"&&(b.type.is_variable(w.args[0])||b.type.is_atom(w.args[0])&&(w.args[0].id==="read"||w.args[0].id==="write"||w.args[0].id==="append"))||w.indicator==="eof_action/1"&&(b.type.is_variable(w.args[0])||b.type.is_atom(w.args[0])&&(w.args[0].id==="error"||w.args[0].id==="eof_code"||w.args[0].id==="reset"))||w.indicator==="end_of_stream/1"&&(b.type.is_variable(w.args[0])||b.type.is_atom(w.args[0])&&(w.args[0].id==="at"||w.args[0].id==="past"||w.args[0].id==="not")))},is_streamable:function(w){return w.__proto__.stream!==void 0},is_read_option:function(w){return b.type.is_term(w)&&["variables/1","variable_names/1","singletons/1"].indexOf(w.indicator)!==-1},is_write_option:function(w){return b.type.is_term(w)&&(w.indicator==="quoted/1"&&b.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false")||w.indicator==="ignore_ops/1"&&b.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false")||w.indicator==="numbervars/1"&&b.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false"))},is_close_option:function(w){return b.type.is_term(w)&&w.indicator==="force/1"&&b.type.is_atom(w.args[0])&&(w.args[0].id==="true"||w.args[0].id==="false")},is_modifiable_flag:function(w){return b.type.is_flag(w)&&b.flag[w.id].changeable},is_module:function(w){return w instanceof H&&w.indicator==="library/1"&&w.args[0]instanceof H&&w.args[0].args.length===0&&b.module[w.args[0].id]!==void 0}},arithmetic:{evaluation:{"e/0":{type_args:null,type_result:!0,fn:function(w){return Math.E}},"pi/0":{type_args:null,type_result:!0,fn:function(w){return Math.PI}},"tau/0":{type_args:null,type_result:!0,fn:function(w){return 2*Math.PI}},"epsilon/0":{type_args:null,type_result:!0,fn:function(w){return Number.EPSILON}},"+/1":{type_args:null,type_result:null,fn:function(w,P){return w}},"-/1":{type_args:null,type_result:null,fn:function(w,P){return-w}},"\\/1":{type_args:!1,type_result:!1,fn:function(w,P){return~w}},"abs/1":{type_args:null,type_result:null,fn:function(w,P){return Math.abs(w)}},"sign/1":{type_args:null,type_result:null,fn:function(w,P){return Math.sign(w)}},"float_integer_part/1":{type_args:!0,type_result:!1,fn:function(w,P){return parseInt(w)}},"float_fractional_part/1":{type_args:!0,type_result:!0,fn:function(w,P){return w-parseInt(w)}},"float/1":{type_args:null,type_result:!0,fn:function(w,P){return parseFloat(w)}},"floor/1":{type_args:!0,type_result:!1,fn:function(w,P){return Math.floor(w)}},"truncate/1":{type_args:!0,type_result:!1,fn:function(w,P){return parseInt(w)}},"round/1":{type_args:!0,type_result:!1,fn:function(w,P){return Math.round(w)}},"ceiling/1":{type_args:!0,type_result:!1,fn:function(w,P){return Math.ceil(w)}},"sin/1":{type_args:null,type_result:!0,fn:function(w,P){return Math.sin(w)}},"cos/1":{type_args:null,type_result:!0,fn:function(w,P){return Math.cos(w)}},"tan/1":{type_args:null,type_result:!0,fn:function(w,P){return Math.tan(w)}},"asin/1":{type_args:null,type_result:!0,fn:function(w,P){return Math.asin(w)}},"acos/1":{type_args:null,type_result:!0,fn:function(w,P){return Math.acos(w)}},"atan/1":{type_args:null,type_result:!0,fn:function(w,P){return Math.atan(w)}},"atan2/2":{type_args:null,type_result:!0,fn:function(w,P,y){return Math.atan2(w,P)}},"exp/1":{type_args:null,type_result:!0,fn:function(w,P){return Math.exp(w)}},"sqrt/1":{type_args:null,type_result:!0,fn:function(w,P){return Math.sqrt(w)}},"log/1":{type_args:null,type_result:!0,fn:function(w,P){return w>0?Math.log(w):b.error.evaluation("undefined",P.__call_indicator)}},"+/2":{type_args:null,type_result:null,fn:function(w,P,y){return w+P}},"-/2":{type_args:null,type_result:null,fn:function(w,P,y){return w-P}},"*/2":{type_args:null,type_result:null,fn:function(w,P,y){return w*P}},"//2":{type_args:null,type_result:!0,fn:function(w,P,y){return P?w/P:b.error.evaluation("zero_division",y.__call_indicator)}},"///2":{type_args:!1,type_result:!1,fn:function(w,P,y){return P?parseInt(w/P):b.error.evaluation("zero_division",y.__call_indicator)}},"**/2":{type_args:null,type_result:!0,fn:function(w,P,y){return Math.pow(w,P)}},"^/2":{type_args:null,type_result:null,fn:function(w,P,y){return Math.pow(w,P)}},"<>/2":{type_args:!1,type_result:!1,fn:function(w,P,y){return w>>P}},"/\\/2":{type_args:!1,type_result:!1,fn:function(w,P,y){return w&P}},"\\//2":{type_args:!1,type_result:!1,fn:function(w,P,y){return w|P}},"xor/2":{type_args:!1,type_result:!1,fn:function(w,P,y){return w^P}},"rem/2":{type_args:!1,type_result:!1,fn:function(w,P,y){return P?w%P:b.error.evaluation("zero_division",y.__call_indicator)}},"mod/2":{type_args:!1,type_result:!1,fn:function(w,P,y){return P?w-parseInt(w/P)*P:b.error.evaluation("zero_division",y.__call_indicator)}},"max/2":{type_args:null,type_result:null,fn:function(w,P,y){return Math.max(w,P)}},"min/2":{type_args:null,type_result:null,fn:function(w,P,y){return Math.min(w,P)}}}},directive:{"dynamic/1":function(w,P){var y=P.args[0];if(b.type.is_variable(y))w.throw_error(b.error.instantiation(P.indicator));else if(!b.type.is_compound(y)||y.indicator!=="//2")w.throw_error(b.error.type("predicate_indicator",y,P.indicator));else if(b.type.is_variable(y.args[0])||b.type.is_variable(y.args[1]))w.throw_error(b.error.instantiation(P.indicator));else if(!b.type.is_atom(y.args[0]))w.throw_error(b.error.type("atom",y.args[0],P.indicator));else if(!b.type.is_integer(y.args[1]))w.throw_error(b.error.type("integer",y.args[1],P.indicator));else{var F=P.args[0].args[0].id+"/"+P.args[0].args[1].value;w.session.public_predicates[F]=!0,w.session.rules[F]||(w.session.rules[F]=[])}},"multifile/1":function(w,P){var y=P.args[0];b.type.is_variable(y)?w.throw_error(b.error.instantiation(P.indicator)):!b.type.is_compound(y)||y.indicator!=="//2"?w.throw_error(b.error.type("predicate_indicator",y,P.indicator)):b.type.is_variable(y.args[0])||b.type.is_variable(y.args[1])?w.throw_error(b.error.instantiation(P.indicator)):b.type.is_atom(y.args[0])?b.type.is_integer(y.args[1])?w.session.multifile_predicates[P.args[0].args[0].id+"/"+P.args[0].args[1].value]=!0:w.throw_error(b.error.type("integer",y.args[1],P.indicator)):w.throw_error(b.error.type("atom",y.args[0],P.indicator))},"set_prolog_flag/2":function(w,P){var y=P.args[0],F=P.args[1];b.type.is_variable(y)||b.type.is_variable(F)?w.throw_error(b.error.instantiation(P.indicator)):b.type.is_atom(y)?b.type.is_flag(y)?b.type.is_value_flag(y,F)?b.type.is_modifiable_flag(y)?w.session.flag[y.id]=F:w.throw_error(b.error.permission("modify","flag",y)):w.throw_error(b.error.domain("flag_value",new H("+",[y,F]),P.indicator)):w.throw_error(b.error.domain("prolog_flag",y,P.indicator)):w.throw_error(b.error.type("atom",y,P.indicator))},"use_module/1":function(w,P){var y=P.args[0];if(b.type.is_variable(y))w.throw_error(b.error.instantiation(P.indicator));else if(!b.type.is_term(y))w.throw_error(b.error.type("term",y,P.indicator));else if(b.type.is_module(y)){var F=y.args[0].id;e(w.session.modules,F)===-1&&w.session.modules.push(F)}},"char_conversion/2":function(w,P){var y=P.args[0],F=P.args[1];b.type.is_variable(y)||b.type.is_variable(F)?w.throw_error(b.error.instantiation(P.indicator)):b.type.is_character(y)?b.type.is_character(F)?y.id===F.id?delete w.session.__char_conversion[y.id]:w.session.__char_conversion[y.id]=F.id:w.throw_error(b.error.type("character",F,P.indicator)):w.throw_error(b.error.type("character",y,P.indicator))},"op/3":function(w,P){var y=P.args[0],F=P.args[1],z=P.args[2];if(b.type.is_variable(y)||b.type.is_variable(F)||b.type.is_variable(z))w.throw_error(b.error.instantiation(P.indicator));else if(!b.type.is_integer(y))w.throw_error(b.error.type("integer",y,P.indicator));else if(!b.type.is_atom(F))w.throw_error(b.error.type("atom",F,P.indicator));else if(!b.type.is_atom(z))w.throw_error(b.error.type("atom",z,P.indicator));else if(y.value<0||y.value>1200)w.throw_error(b.error.domain("operator_priority",y,P.indicator));else if(z.id===",")w.throw_error(b.error.permission("modify","operator",z,P.indicator));else if(z.id==="|"&&(y.value<1001||F.id.length!==3))w.throw_error(b.error.permission("modify","operator",z,P.indicator));else if(["fy","fx","yf","xf","xfx","yfx","xfy"].indexOf(F.id)===-1)w.throw_error(b.error.domain("operator_specifier",F,P.indicator));else{var X={prefix:null,infix:null,postfix:null};for(var Z in w.session.__operators)if(!!w.session.__operators.hasOwnProperty(Z)){var ie=w.session.__operators[Z][z.id];ie&&(e(ie,"fx")!==-1&&(X.prefix={priority:Z,type:"fx"}),e(ie,"fy")!==-1&&(X.prefix={priority:Z,type:"fy"}),e(ie,"xf")!==-1&&(X.postfix={priority:Z,type:"xf"}),e(ie,"yf")!==-1&&(X.postfix={priority:Z,type:"yf"}),e(ie,"xfx")!==-1&&(X.infix={priority:Z,type:"xfx"}),e(ie,"xfy")!==-1&&(X.infix={priority:Z,type:"xfy"}),e(ie,"yfx")!==-1&&(X.infix={priority:Z,type:"yfx"}))}var Pe;switch(F.id){case"fy":case"fx":Pe="prefix";break;case"yf":case"xf":Pe="postfix";break;default:Pe="infix";break}if(((X.prefix&&Pe==="prefix"||X.postfix&&Pe==="postfix"||X.infix&&Pe==="infix")&&X[Pe].type!==F.id||X.infix&&Pe==="postfix"||X.postfix&&Pe==="infix")&&y.value!==0)w.throw_error(b.error.permission("create","operator",z,P.indicator));else return X[Pe]&&(Ee(w.session.__operators[X[Pe].priority][z.id],F.id),w.session.__operators[X[Pe].priority][z.id].length===0&&delete w.session.__operators[X[Pe].priority][z.id]),y.value>0&&(w.session.__operators[y.value]||(w.session.__operators[y.value.toString()]={}),w.session.__operators[y.value][z.id]||(w.session.__operators[y.value][z.id]=[]),w.session.__operators[y.value][z.id].push(F.id)),!0}}},predicate:{"op/3":function(w,P,y){b.directive["op/3"](w,y)&&w.success(P)},"current_op/3":function(w,P,y){var F=y.args[0],z=y.args[1],X=y.args[2],Z=[];for(var ie in w.session.__operators)for(var Pe in w.session.__operators[ie])for(var Ne=0;Ne/2"){var F=w.points,z=w.session.format_success,X=w.session.format_error;w.session.format_success=function(Ne){return Ne.substitution},w.session.format_error=function(Ne){return Ne.goal},w.points=[new xe(y.args[0].args[0],P.substitution,P)];var Z=function(Ne){w.points=F,w.session.format_success=z,w.session.format_error=X,Ne===!1?w.prepend([new xe(P.goal.replace(y.args[1]),P.substitution,P)]):b.type.is_error(Ne)?w.throw_error(Ne.args[0]):Ne===null?(w.prepend([P]),w.__calls.shift()(null)):w.prepend([new xe(P.goal.replace(y.args[0].args[1]).apply(Ne),P.substitution.apply(Ne),P)])};w.__calls.unshift(Z)}else{var ie=new xe(P.goal.replace(y.args[0]),P.substitution,P),Pe=new xe(P.goal.replace(y.args[1]),P.substitution,P);w.prepend([ie,Pe])}},"!/0":function(w,P,y){var F,z,X=[];for(F=P,z=null;F.parent!==null&&F.parent.goal.search(y);)if(z=F,F=F.parent,F.goal!==null){var Z=F.goal.select();if(Z&&Z.id==="call"&&Z.search(y)){F=z;break}}for(var ie=w.points.length-1;ie>=0;ie--){for(var Pe=w.points[ie],Ne=Pe.parent;Ne!==null&&Ne!==F.parent;)Ne=Ne.parent;Ne===null&&Ne!==F.parent&&X.push(Pe)}w.points=X.reverse(),w.success(P)},"\\+/1":function(w,P,y){var F=y.args[0];b.type.is_variable(F)?w.throw_error(b.error.instantiation(w.level)):b.type.is_callable(F)?w.prepend([new xe(P.goal.replace(new H(",",[new H(",",[new H("call",[F]),new H("!",[])]),new H("fail",[])])),P.substitution,P),new xe(P.goal.replace(null),P.substitution,P)]):w.throw_error(b.error.type("callable",F,w.level))},"->/2":function(w,P,y){var F=P.goal.replace(new H(",",[y.args[0],new H(",",[new H("!"),y.args[1]])]));w.prepend([new xe(F,P.substitution,P)])},"fail/0":function(w,P,y){},"false/0":function(w,P,y){},"true/0":function(w,P,y){w.success(P)},"call/1":ne(1),"call/2":ne(2),"call/3":ne(3),"call/4":ne(4),"call/5":ne(5),"call/6":ne(6),"call/7":ne(7),"call/8":ne(8),"once/1":function(w,P,y){var F=y.args[0];w.prepend([new xe(P.goal.replace(new H(",",[new H("call",[F]),new H("!",[])])),P.substitution,P)])},"forall/2":function(w,P,y){var F=y.args[0],z=y.args[1];w.prepend([new xe(P.goal.replace(new H("\\+",[new H(",",[new H("call",[F]),new H("\\+",[new H("call",[z])])])])),P.substitution,P)])},"repeat/0":function(w,P,y){w.prepend([new xe(P.goal.replace(null),P.substitution,P),P])},"throw/1":function(w,P,y){b.type.is_variable(y.args[0])?w.throw_error(b.error.instantiation(w.level)):w.throw_error(y.args[0])},"catch/3":function(w,P,y){var F=w.points;w.points=[],w.prepend([new xe(y.args[0],P.substitution,P)]);var z=w.session.format_success,X=w.session.format_error;w.session.format_success=function(ie){return ie.substitution},w.session.format_error=function(ie){return ie.goal};var Z=function(ie){var Pe=w.points;if(w.points=F,w.session.format_success=z,w.session.format_error=X,b.type.is_error(ie)){for(var Ne=[],ot=w.points.length-1;ot>=0;ot--){for(var $t=w.points[ot],dt=$t.parent;dt!==null&&dt!==P.parent;)dt=dt.parent;dt===null&&dt!==P.parent&&Ne.push($t)}w.points=Ne;var Gt=w.get_flag("occurs_check").indicator==="true/0",$t=new xe,bt=b.unify(ie.args[0],y.args[1],Gt);bt!==null?($t.substitution=P.substitution.apply(bt),$t.goal=P.goal.replace(y.args[2]).apply(bt),$t.parent=P,w.prepend([$t])):w.throw_error(ie.args[0])}else if(ie!==!1){for(var an=ie===null?[]:[new xe(P.goal.apply(ie).replace(null),P.substitution.apply(ie),P)],Qr=[],ot=Pe.length-1;ot>=0;ot--){Qr.push(Pe[ot]);var mr=Pe[ot].goal!==null?Pe[ot].goal.select():null;if(b.type.is_term(mr)&&mr.indicator==="!/0")break}var br=o(Qr,function(Wr){return Wr.goal===null&&(Wr.goal=new H("true",[])),Wr=new xe(P.goal.replace(new H("catch",[Wr.goal,y.args[1],y.args[2]])),P.substitution.apply(Wr.substitution),Wr.parent),Wr.exclude=y.args[0].variables(),Wr}).reverse();w.prepend(br),w.prepend(an),ie===null&&(this.current_limit=0,w.__calls.shift()(null))}};w.__calls.unshift(Z)},"=/2":function(w,P,y){var F=w.get_flag("occurs_check").indicator==="true/0",z=new xe,X=b.unify(y.args[0],y.args[1],F);X!==null&&(z.goal=P.goal.apply(X).replace(null),z.substitution=P.substitution.apply(X),z.parent=P,w.prepend([z]))},"unify_with_occurs_check/2":function(w,P,y){var F=new xe,z=b.unify(y.args[0],y.args[1],!0);z!==null&&(F.goal=P.goal.apply(z).replace(null),F.substitution=P.substitution.apply(z),F.parent=P,w.prepend([F]))},"\\=/2":function(w,P,y){var F=w.get_flag("occurs_check").indicator==="true/0",z=b.unify(y.args[0],y.args[1],F);z===null&&w.success(P)},"subsumes_term/2":function(w,P,y){var F=w.get_flag("occurs_check").indicator==="true/0",z=b.unify(y.args[1],y.args[0],F);z!==null&&y.args[1].apply(z).equals(y.args[1])&&w.success(P)},"findall/3":function(w,P,y){var F=y.args[0],z=y.args[1],X=y.args[2];if(b.type.is_variable(z))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_callable(z))w.throw_error(b.error.type("callable",z,y.indicator));else if(!b.type.is_variable(X)&&!b.type.is_list(X))w.throw_error(b.error.type("list",X,y.indicator));else{var Z=w.next_free_variable(),ie=new H(",",[z,new H("=",[Z,F])]),Pe=w.points,Ne=w.session.limit,ot=w.session.format_success;w.session.format_success=function($t){return $t.substitution},w.add_goal(ie,!0,P);var dt=[],Gt=function($t){if($t!==!1&&$t!==null&&!b.type.is_error($t))w.__calls.unshift(Gt),dt.push($t.links[Z.id]),w.session.limit=w.current_limit;else if(w.points=Pe,w.session.limit=Ne,w.session.format_success=ot,b.type.is_error($t))w.throw_error($t.args[0]);else if(w.current_limit>0){for(var bt=new H("[]"),an=dt.length-1;an>=0;an--)bt=new H(".",[dt[an],bt]);w.prepend([new xe(P.goal.replace(new H("=",[X,bt])),P.substitution,P)])}};w.__calls.unshift(Gt)}},"bagof/3":function(w,P,y){var F,z=y.args[0],X=y.args[1],Z=y.args[2];if(b.type.is_variable(X))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_callable(X))w.throw_error(b.error.type("callable",X,y.indicator));else if(!b.type.is_variable(Z)&&!b.type.is_list(Z))w.throw_error(b.error.type("list",Z,y.indicator));else{var ie=w.next_free_variable(),Pe;X.indicator==="^/2"?(Pe=X.args[0].variables(),X=X.args[1]):Pe=[],Pe=Pe.concat(z.variables());for(var Ne=X.variables().filter(function(br){return e(Pe,br)===-1}),ot=new H("[]"),dt=Ne.length-1;dt>=0;dt--)ot=new H(".",[new Ie(Ne[dt]),ot]);var Gt=new H(",",[X,new H("=",[ie,new H(",",[ot,z])])]),$t=w.points,bt=w.session.limit,an=w.session.format_success;w.session.format_success=function(br){return br.substitution},w.add_goal(Gt,!0,P);var Qr=[],mr=function(br){if(br!==!1&&br!==null&&!b.type.is_error(br)){w.__calls.unshift(mr);var Wr=!1,Kn=br.links[ie.id].args[0],Ns=br.links[ie.id].args[1];for(var Ti in Qr)if(!!Qr.hasOwnProperty(Ti)){var ps=Qr[Ti];if(ps.variables.equals(Kn)){ps.answers.push(Ns),Wr=!0;break}}Wr||Qr.push({variables:Kn,answers:[Ns]}),w.session.limit=w.current_limit}else if(w.points=$t,w.session.limit=bt,w.session.format_success=an,b.type.is_error(br))w.throw_error(br.args[0]);else if(w.current_limit>0){for(var io=[],Pi=0;Pi=0;so--)Ls=new H(".",[br[so],Ls]);io.push(new xe(P.goal.replace(new H(",",[new H("=",[ot,Qr[Pi].variables]),new H("=",[Z,Ls])])),P.substitution,P))}w.prepend(io)}};w.__calls.unshift(mr)}},"setof/3":function(w,P,y){var F,z=y.args[0],X=y.args[1],Z=y.args[2];if(b.type.is_variable(X))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_callable(X))w.throw_error(b.error.type("callable",X,y.indicator));else if(!b.type.is_variable(Z)&&!b.type.is_list(Z))w.throw_error(b.error.type("list",Z,y.indicator));else{var ie=w.next_free_variable(),Pe;X.indicator==="^/2"?(Pe=X.args[0].variables(),X=X.args[1]):Pe=[],Pe=Pe.concat(z.variables());for(var Ne=X.variables().filter(function(br){return e(Pe,br)===-1}),ot=new H("[]"),dt=Ne.length-1;dt>=0;dt--)ot=new H(".",[new Ie(Ne[dt]),ot]);var Gt=new H(",",[X,new H("=",[ie,new H(",",[ot,z])])]),$t=w.points,bt=w.session.limit,an=w.session.format_success;w.session.format_success=function(br){return br.substitution},w.add_goal(Gt,!0,P);var Qr=[],mr=function(br){if(br!==!1&&br!==null&&!b.type.is_error(br)){w.__calls.unshift(mr);var Wr=!1,Kn=br.links[ie.id].args[0],Ns=br.links[ie.id].args[1];for(var Ti in Qr)if(!!Qr.hasOwnProperty(Ti)){var ps=Qr[Ti];if(ps.variables.equals(Kn)){ps.answers.push(Ns),Wr=!0;break}}Wr||Qr.push({variables:Kn,answers:[Ns]}),w.session.limit=w.current_limit}else if(w.points=$t,w.session.limit=bt,w.session.format_success=an,b.type.is_error(br))w.throw_error(br.args[0]);else if(w.current_limit>0){for(var io=[],Pi=0;Pi=0;so--)Ls=new H(".",[br[so],Ls]);io.push(new xe(P.goal.replace(new H(",",[new H("=",[ot,Qr[Pi].variables]),new H("=",[Z,Ls])])),P.substitution,P))}w.prepend(io)}};w.__calls.unshift(mr)}},"functor/3":function(w,P,y){var F,z=y.args[0],X=y.args[1],Z=y.args[2];if(b.type.is_variable(z)&&(b.type.is_variable(X)||b.type.is_variable(Z)))w.throw_error(b.error.instantiation("functor/3"));else if(!b.type.is_variable(Z)&&!b.type.is_integer(Z))w.throw_error(b.error.type("integer",y.args[2],"functor/3"));else if(!b.type.is_variable(X)&&!b.type.is_atomic(X))w.throw_error(b.error.type("atomic",y.args[1],"functor/3"));else if(b.type.is_integer(X)&&b.type.is_integer(Z)&&Z.value!==0)w.throw_error(b.error.type("atom",y.args[1],"functor/3"));else if(b.type.is_variable(z)){if(y.args[2].value>=0){for(var ie=[],Pe=0;Pe0&&F<=y.args[1].args.length){var z=new H("=",[y.args[1].args[F-1],y.args[2]]);w.prepend([new xe(P.goal.replace(z),P.substitution,P)])}}},"=../2":function(w,P,y){var F;if(b.type.is_variable(y.args[0])&&(b.type.is_variable(y.args[1])||b.type.is_non_empty_list(y.args[1])&&b.type.is_variable(y.args[1].args[0])))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_fully_list(y.args[1]))w.throw_error(b.error.type("list",y.args[1],y.indicator));else if(b.type.is_variable(y.args[0])){if(!b.type.is_variable(y.args[1])){var X=[];for(F=y.args[1].args[1];F.indicator==="./2";)X.push(F.args[0]),F=F.args[1];b.type.is_variable(y.args[0])&&b.type.is_variable(F)?w.throw_error(b.error.instantiation(y.indicator)):X.length===0&&b.type.is_compound(y.args[1].args[0])?w.throw_error(b.error.type("atomic",y.args[1].args[0],y.indicator)):X.length>0&&(b.type.is_compound(y.args[1].args[0])||b.type.is_number(y.args[1].args[0]))?w.throw_error(b.error.type("atom",y.args[1].args[0],y.indicator)):X.length===0?w.prepend([new xe(P.goal.replace(new H("=",[y.args[1].args[0],y.args[0]],P)),P.substitution,P)]):w.prepend([new xe(P.goal.replace(new H("=",[new H(y.args[1].args[0].id,X),y.args[0]])),P.substitution,P)])}}else{if(b.type.is_atomic(y.args[0]))F=new H(".",[y.args[0],new H("[]")]);else{F=new H("[]");for(var z=y.args[0].args.length-1;z>=0;z--)F=new H(".",[y.args[0].args[z],F]);F=new H(".",[new H(y.args[0].id),F])}w.prepend([new xe(P.goal.replace(new H("=",[F,y.args[1]])),P.substitution,P)])}},"copy_term/2":function(w,P,y){var F=y.args[0].rename(w);w.prepend([new xe(P.goal.replace(new H("=",[F,y.args[1]])),P.substitution,P.parent)])},"term_variables/2":function(w,P,y){var F=y.args[0],z=y.args[1];if(!b.type.is_fully_list(z))w.throw_error(b.error.type("list",z,y.indicator));else{var X=g(o(Se(F.variables()),function(Z){return new Ie(Z)}));w.prepend([new xe(P.goal.replace(new H("=",[z,X])),P.substitution,P)])}},"clause/2":function(w,P,y){if(b.type.is_variable(y.args[0]))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_callable(y.args[0]))w.throw_error(b.error.type("callable",y.args[0],y.indicator));else if(!b.type.is_variable(y.args[1])&&!b.type.is_callable(y.args[1]))w.throw_error(b.error.type("callable",y.args[1],y.indicator));else if(w.session.rules[y.args[0].indicator]!==void 0)if(w.is_public_predicate(y.args[0].indicator)){var F=[];for(var z in w.session.rules[y.args[0].indicator])if(!!w.session.rules[y.args[0].indicator].hasOwnProperty(z)){var X=w.session.rules[y.args[0].indicator][z];w.session.renamed_variables={},X=X.rename(w),X.body===null&&(X.body=new H("true"));var Z=new H(",",[new H("=",[X.head,y.args[0]]),new H("=",[X.body,y.args[1]])]);F.push(new xe(P.goal.replace(Z),P.substitution,P))}w.prepend(F)}else w.throw_error(b.error.permission("access","private_procedure",y.args[0].indicator,y.indicator))},"current_predicate/1":function(w,P,y){var F=y.args[0];if(!b.type.is_variable(F)&&(!b.type.is_compound(F)||F.indicator!=="//2"))w.throw_error(b.error.type("predicate_indicator",F,y.indicator));else if(!b.type.is_variable(F)&&!b.type.is_variable(F.args[0])&&!b.type.is_atom(F.args[0]))w.throw_error(b.error.type("atom",F.args[0],y.indicator));else if(!b.type.is_variable(F)&&!b.type.is_variable(F.args[1])&&!b.type.is_integer(F.args[1]))w.throw_error(b.error.type("integer",F.args[1],y.indicator));else{var z=[];for(var X in w.session.rules)if(!!w.session.rules.hasOwnProperty(X)){var Z=X.lastIndexOf("/"),ie=X.substr(0,Z),Pe=parseInt(X.substr(Z+1,X.length-(Z+1))),Ne=new H("/",[new H(ie),new Fe(Pe,!1)]),ot=new H("=",[Ne,F]);z.push(new xe(P.goal.replace(ot),P.substitution,P))}w.prepend(z)}},"asserta/1":function(w,P,y){if(b.type.is_variable(y.args[0]))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_callable(y.args[0]))w.throw_error(b.error.type("callable",y.args[0],y.indicator));else{var F,z;y.args[0].indicator===":-/2"?(F=y.args[0].args[0],z=we(y.args[0].args[1])):(F=y.args[0],z=null),b.type.is_callable(F)?z!==null&&!b.type.is_callable(z)?w.throw_error(b.error.type("callable",z,y.indicator)):w.is_public_predicate(F.indicator)?(w.session.rules[F.indicator]===void 0&&(w.session.rules[F.indicator]=[]),w.session.public_predicates[F.indicator]=!0,w.session.rules[F.indicator]=[new He(F,z,!0)].concat(w.session.rules[F.indicator]),w.success(P)):w.throw_error(b.error.permission("modify","static_procedure",F.indicator,y.indicator)):w.throw_error(b.error.type("callable",F,y.indicator))}},"assertz/1":function(w,P,y){if(b.type.is_variable(y.args[0]))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_callable(y.args[0]))w.throw_error(b.error.type("callable",y.args[0],y.indicator));else{var F,z;y.args[0].indicator===":-/2"?(F=y.args[0].args[0],z=we(y.args[0].args[1])):(F=y.args[0],z=null),b.type.is_callable(F)?z!==null&&!b.type.is_callable(z)?w.throw_error(b.error.type("callable",z,y.indicator)):w.is_public_predicate(F.indicator)?(w.session.rules[F.indicator]===void 0&&(w.session.rules[F.indicator]=[]),w.session.public_predicates[F.indicator]=!0,w.session.rules[F.indicator].push(new He(F,z,!0)),w.success(P)):w.throw_error(b.error.permission("modify","static_procedure",F.indicator,y.indicator)):w.throw_error(b.error.type("callable",F,y.indicator))}},"retract/1":function(w,P,y){if(b.type.is_variable(y.args[0]))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_callable(y.args[0]))w.throw_error(b.error.type("callable",y.args[0],y.indicator));else{var F,z;if(y.args[0].indicator===":-/2"?(F=y.args[0].args[0],z=y.args[0].args[1]):(F=y.args[0],z=new H("true")),typeof P.retract>"u")if(w.is_public_predicate(F.indicator)){if(w.session.rules[F.indicator]!==void 0){for(var X=[],Z=0;Zw.get_flag("max_arity").value)w.throw_error(b.error.representation("max_arity",y.indicator));else{var F=y.args[0].args[0].id+"/"+y.args[0].args[1].value;w.is_public_predicate(F)?(delete w.session.rules[F],w.success(P)):w.throw_error(b.error.permission("modify","static_procedure",F,y.indicator))}},"atom_length/2":function(w,P,y){if(b.type.is_variable(y.args[0]))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_atom(y.args[0]))w.throw_error(b.error.type("atom",y.args[0],y.indicator));else if(!b.type.is_variable(y.args[1])&&!b.type.is_integer(y.args[1]))w.throw_error(b.error.type("integer",y.args[1],y.indicator));else if(b.type.is_integer(y.args[1])&&y.args[1].value<0)w.throw_error(b.error.domain("not_less_than_zero",y.args[1],y.indicator));else{var F=new Fe(y.args[0].id.length,!1);w.prepend([new xe(P.goal.replace(new H("=",[F,y.args[1]])),P.substitution,P)])}},"atom_concat/3":function(w,P,y){var F,z,X=y.args[0],Z=y.args[1],ie=y.args[2];if(b.type.is_variable(ie)&&(b.type.is_variable(X)||b.type.is_variable(Z)))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_variable(X)&&!b.type.is_atom(X))w.throw_error(b.error.type("atom",X,y.indicator));else if(!b.type.is_variable(Z)&&!b.type.is_atom(Z))w.throw_error(b.error.type("atom",Z,y.indicator));else if(!b.type.is_variable(ie)&&!b.type.is_atom(ie))w.throw_error(b.error.type("atom",ie,y.indicator));else{var Pe=b.type.is_variable(X),Ne=b.type.is_variable(Z);if(!Pe&&!Ne)z=new H("=",[ie,new H(X.id+Z.id)]),w.prepend([new xe(P.goal.replace(z),P.substitution,P)]);else if(Pe&&!Ne)F=ie.id.substr(0,ie.id.length-Z.id.length),F+Z.id===ie.id&&(z=new H("=",[X,new H(F)]),w.prepend([new xe(P.goal.replace(z),P.substitution,P)]));else if(Ne&&!Pe)F=ie.id.substr(X.id.length),X.id+F===ie.id&&(z=new H("=",[Z,new H(F)]),w.prepend([new xe(P.goal.replace(z),P.substitution,P)]));else{for(var ot=[],dt=0;dt<=ie.id.length;dt++){var Gt=new H(ie.id.substr(0,dt)),$t=new H(ie.id.substr(dt));z=new H(",",[new H("=",[Gt,X]),new H("=",[$t,Z])]),ot.push(new xe(P.goal.replace(z),P.substitution,P))}w.prepend(ot)}}},"sub_atom/5":function(w,P,y){var F,z=y.args[0],X=y.args[1],Z=y.args[2],ie=y.args[3],Pe=y.args[4];if(b.type.is_variable(z))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_variable(X)&&!b.type.is_integer(X))w.throw_error(b.error.type("integer",X,y.indicator));else if(!b.type.is_variable(Z)&&!b.type.is_integer(Z))w.throw_error(b.error.type("integer",Z,y.indicator));else if(!b.type.is_variable(ie)&&!b.type.is_integer(ie))w.throw_error(b.error.type("integer",ie,y.indicator));else if(b.type.is_integer(X)&&X.value<0)w.throw_error(b.error.domain("not_less_than_zero",X,y.indicator));else if(b.type.is_integer(Z)&&Z.value<0)w.throw_error(b.error.domain("not_less_than_zero",Z,y.indicator));else if(b.type.is_integer(ie)&&ie.value<0)w.throw_error(b.error.domain("not_less_than_zero",ie,y.indicator));else{var Ne=[],ot=[],dt=[];if(b.type.is_variable(X))for(F=0;F<=z.id.length;F++)Ne.push(F);else Ne.push(X.value);if(b.type.is_variable(Z))for(F=0;F<=z.id.length;F++)ot.push(F);else ot.push(Z.value);if(b.type.is_variable(ie))for(F=0;F<=z.id.length;F++)dt.push(F);else dt.push(ie.value);var Gt=[];for(var $t in Ne)if(!!Ne.hasOwnProperty($t)){F=Ne[$t];for(var bt in ot)if(!!ot.hasOwnProperty(bt)){var an=ot[bt],Qr=z.id.length-F-an;if(e(dt,Qr)!==-1&&F+an+Qr===z.id.length){var mr=z.id.substr(F,an);if(z.id===z.id.substr(0,F)+mr+z.id.substr(F+an,Qr)){var br=new H("=",[new H(mr),Pe]),Wr=new H("=",[X,new Fe(F)]),Kn=new H("=",[Z,new Fe(an)]),Ns=new H("=",[ie,new Fe(Qr)]),Ti=new H(",",[new H(",",[new H(",",[Wr,Kn]),Ns]),br]);Gt.push(new xe(P.goal.replace(Ti),P.substitution,P))}}}}w.prepend(Gt)}},"atom_chars/2":function(w,P,y){var F=y.args[0],z=y.args[1];if(b.type.is_variable(F)&&b.type.is_variable(z))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_variable(F)&&!b.type.is_atom(F))w.throw_error(b.error.type("atom",F,y.indicator));else if(b.type.is_variable(F)){for(var ie=z,Pe=b.type.is_variable(F),Ne="";ie.indicator==="./2";){if(b.type.is_character(ie.args[0]))Ne+=ie.args[0].id;else if(b.type.is_variable(ie.args[0])&&Pe){w.throw_error(b.error.instantiation(y.indicator));return}else if(!b.type.is_variable(ie.args[0])){w.throw_error(b.error.type("character",ie.args[0],y.indicator));return}ie=ie.args[1]}b.type.is_variable(ie)&&Pe?w.throw_error(b.error.instantiation(y.indicator)):!b.type.is_empty_list(ie)&&!b.type.is_variable(ie)?w.throw_error(b.error.type("list",z,y.indicator)):w.prepend([new xe(P.goal.replace(new H("=",[new H(Ne),F])),P.substitution,P)])}else{for(var X=new H("[]"),Z=F.id.length-1;Z>=0;Z--)X=new H(".",[new H(F.id.charAt(Z)),X]);w.prepend([new xe(P.goal.replace(new H("=",[z,X])),P.substitution,P)])}},"atom_codes/2":function(w,P,y){var F=y.args[0],z=y.args[1];if(b.type.is_variable(F)&&b.type.is_variable(z))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_variable(F)&&!b.type.is_atom(F))w.throw_error(b.error.type("atom",F,y.indicator));else if(b.type.is_variable(F)){for(var ie=z,Pe=b.type.is_variable(F),Ne="";ie.indicator==="./2";){if(b.type.is_character_code(ie.args[0]))Ne+=u(ie.args[0].value);else if(b.type.is_variable(ie.args[0])&&Pe){w.throw_error(b.error.instantiation(y.indicator));return}else if(!b.type.is_variable(ie.args[0])){w.throw_error(b.error.representation("character_code",y.indicator));return}ie=ie.args[1]}b.type.is_variable(ie)&&Pe?w.throw_error(b.error.instantiation(y.indicator)):!b.type.is_empty_list(ie)&&!b.type.is_variable(ie)?w.throw_error(b.error.type("list",z,y.indicator)):w.prepend([new xe(P.goal.replace(new H("=",[new H(Ne),F])),P.substitution,P)])}else{for(var X=new H("[]"),Z=F.id.length-1;Z>=0;Z--)X=new H(".",[new Fe(n(F.id,Z),!1),X]);w.prepend([new xe(P.goal.replace(new H("=",[z,X])),P.substitution,P)])}},"char_code/2":function(w,P,y){var F=y.args[0],z=y.args[1];if(b.type.is_variable(F)&&b.type.is_variable(z))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_variable(F)&&!b.type.is_character(F))w.throw_error(b.error.type("character",F,y.indicator));else if(!b.type.is_variable(z)&&!b.type.is_integer(z))w.throw_error(b.error.type("integer",z,y.indicator));else if(!b.type.is_variable(z)&&!b.type.is_character_code(z))w.throw_error(b.error.representation("character_code",y.indicator));else if(b.type.is_variable(z)){var X=new Fe(n(F.id,0),!1);w.prepend([new xe(P.goal.replace(new H("=",[X,z])),P.substitution,P)])}else{var Z=new H(u(z.value));w.prepend([new xe(P.goal.replace(new H("=",[Z,F])),P.substitution,P)])}},"number_chars/2":function(w,P,y){var F,z=y.args[0],X=y.args[1];if(b.type.is_variable(z)&&b.type.is_variable(X))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_variable(z)&&!b.type.is_number(z))w.throw_error(b.error.type("number",z,y.indicator));else if(!b.type.is_variable(X)&&!b.type.is_list(X))w.throw_error(b.error.type("list",X,y.indicator));else{var Z=b.type.is_variable(z);if(!b.type.is_variable(X)){var ie=X,Pe=!0;for(F="";ie.indicator==="./2";){if(b.type.is_character(ie.args[0]))F+=ie.args[0].id;else if(b.type.is_variable(ie.args[0]))Pe=!1;else if(!b.type.is_variable(ie.args[0])){w.throw_error(b.error.type("character",ie.args[0],y.indicator));return}ie=ie.args[1]}if(Pe=Pe&&b.type.is_empty_list(ie),!b.type.is_empty_list(ie)&&!b.type.is_variable(ie)){w.throw_error(b.error.type("list",X,y.indicator));return}if(!Pe&&Z){w.throw_error(b.error.instantiation(y.indicator));return}else if(Pe)if(b.type.is_variable(ie)&&Z){w.throw_error(b.error.instantiation(y.indicator));return}else{var Ne=w.parse(F),ot=Ne.value;!b.type.is_number(ot)||Ne.tokens[Ne.tokens.length-1].space?w.throw_error(b.error.syntax_by_predicate("parseable_number",y.indicator)):w.prepend([new xe(P.goal.replace(new H("=",[z,ot])),P.substitution,P)]);return}}if(!Z){F=z.toString();for(var dt=new H("[]"),Gt=F.length-1;Gt>=0;Gt--)dt=new H(".",[new H(F.charAt(Gt)),dt]);w.prepend([new xe(P.goal.replace(new H("=",[X,dt])),P.substitution,P)])}}},"number_codes/2":function(w,P,y){var F,z=y.args[0],X=y.args[1];if(b.type.is_variable(z)&&b.type.is_variable(X))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_variable(z)&&!b.type.is_number(z))w.throw_error(b.error.type("number",z,y.indicator));else if(!b.type.is_variable(X)&&!b.type.is_list(X))w.throw_error(b.error.type("list",X,y.indicator));else{var Z=b.type.is_variable(z);if(!b.type.is_variable(X)){var ie=X,Pe=!0;for(F="";ie.indicator==="./2";){if(b.type.is_character_code(ie.args[0]))F+=u(ie.args[0].value);else if(b.type.is_variable(ie.args[0]))Pe=!1;else if(!b.type.is_variable(ie.args[0])){w.throw_error(b.error.type("character_code",ie.args[0],y.indicator));return}ie=ie.args[1]}if(Pe=Pe&&b.type.is_empty_list(ie),!b.type.is_empty_list(ie)&&!b.type.is_variable(ie)){w.throw_error(b.error.type("list",X,y.indicator));return}if(!Pe&&Z){w.throw_error(b.error.instantiation(y.indicator));return}else if(Pe)if(b.type.is_variable(ie)&&Z){w.throw_error(b.error.instantiation(y.indicator));return}else{var Ne=w.parse(F),ot=Ne.value;!b.type.is_number(ot)||Ne.tokens[Ne.tokens.length-1].space?w.throw_error(b.error.syntax_by_predicate("parseable_number",y.indicator)):w.prepend([new xe(P.goal.replace(new H("=",[z,ot])),P.substitution,P)]);return}}if(!Z){F=z.toString();for(var dt=new H("[]"),Gt=F.length-1;Gt>=0;Gt--)dt=new H(".",[new Fe(n(F,Gt),!1),dt]);w.prepend([new xe(P.goal.replace(new H("=",[X,dt])),P.substitution,P)])}}},"upcase_atom/2":function(w,P,y){var F=y.args[0],z=y.args[1];b.type.is_variable(F)?w.throw_error(b.error.instantiation(y.indicator)):b.type.is_atom(F)?!b.type.is_variable(z)&&!b.type.is_atom(z)?w.throw_error(b.error.type("atom",z,y.indicator)):w.prepend([new xe(P.goal.replace(new H("=",[z,new H(F.id.toUpperCase(),[])])),P.substitution,P)]):w.throw_error(b.error.type("atom",F,y.indicator))},"downcase_atom/2":function(w,P,y){var F=y.args[0],z=y.args[1];b.type.is_variable(F)?w.throw_error(b.error.instantiation(y.indicator)):b.type.is_atom(F)?!b.type.is_variable(z)&&!b.type.is_atom(z)?w.throw_error(b.error.type("atom",z,y.indicator)):w.prepend([new xe(P.goal.replace(new H("=",[z,new H(F.id.toLowerCase(),[])])),P.substitution,P)]):w.throw_error(b.error.type("atom",F,y.indicator))},"atomic_list_concat/2":function(w,P,y){var F=y.args[0],z=y.args[1];w.prepend([new xe(P.goal.replace(new H("atomic_list_concat",[F,new H("",[]),z])),P.substitution,P)])},"atomic_list_concat/3":function(w,P,y){var F=y.args[0],z=y.args[1],X=y.args[2];if(b.type.is_variable(z)||b.type.is_variable(F)&&b.type.is_variable(X))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_variable(F)&&!b.type.is_list(F))w.throw_error(b.error.type("list",F,y.indicator));else if(!b.type.is_variable(X)&&!b.type.is_atom(X))w.throw_error(b.error.type("atom",X,y.indicator));else if(b.type.is_variable(X)){for(var ie="",Pe=F;b.type.is_term(Pe)&&Pe.indicator==="./2";){if(!b.type.is_atom(Pe.args[0])&&!b.type.is_number(Pe.args[0])){w.throw_error(b.error.type("atomic",Pe.args[0],y.indicator));return}ie!==""&&(ie+=z.id),b.type.is_atom(Pe.args[0])?ie+=Pe.args[0].id:ie+=""+Pe.args[0].value,Pe=Pe.args[1]}ie=new H(ie,[]),b.type.is_variable(Pe)?w.throw_error(b.error.instantiation(y.indicator)):!b.type.is_term(Pe)||Pe.indicator!=="[]/0"?w.throw_error(b.error.type("list",F,y.indicator)):w.prepend([new xe(P.goal.replace(new H("=",[ie,X])),P.substitution,P)])}else{var Z=g(o(X.id.split(z.id),function(Ne){return new H(Ne,[])}));w.prepend([new xe(P.goal.replace(new H("=",[Z,F])),P.substitution,P)])}},"@=/2":function(w,P,y){b.compare(y.args[0],y.args[1])>0&&w.success(P)},"@>=/2":function(w,P,y){b.compare(y.args[0],y.args[1])>=0&&w.success(P)},"compare/3":function(w,P,y){var F=y.args[0],z=y.args[1],X=y.args[2];if(!b.type.is_variable(F)&&!b.type.is_atom(F))w.throw_error(b.error.type("atom",F,y.indicator));else if(b.type.is_atom(F)&&["<",">","="].indexOf(F.id)===-1)w.throw_error(b.type.domain("order",F,y.indicator));else{var Z=b.compare(z,X);Z=Z===0?"=":Z===-1?"<":">",w.prepend([new xe(P.goal.replace(new H("=",[F,new H(Z,[])])),P.substitution,P)])}},"is/2":function(w,P,y){var F=y.args[1].interpret(w);b.type.is_number(F)?w.prepend([new xe(P.goal.replace(new H("=",[y.args[0],F],w.level)),P.substitution,P)]):w.throw_error(F)},"between/3":function(w,P,y){var F=y.args[0],z=y.args[1],X=y.args[2];if(b.type.is_variable(F)||b.type.is_variable(z))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_integer(F))w.throw_error(b.error.type("integer",F,y.indicator));else if(!b.type.is_integer(z))w.throw_error(b.error.type("integer",z,y.indicator));else if(!b.type.is_variable(X)&&!b.type.is_integer(X))w.throw_error(b.error.type("integer",X,y.indicator));else if(b.type.is_variable(X)){var Z=[new xe(P.goal.replace(new H("=",[X,F])),P.substitution,P)];F.value=X.value&&w.success(P)},"succ/2":function(w,P,y){var F=y.args[0],z=y.args[1];b.type.is_variable(F)&&b.type.is_variable(z)?w.throw_error(b.error.instantiation(y.indicator)):!b.type.is_variable(F)&&!b.type.is_integer(F)?w.throw_error(b.error.type("integer",F,y.indicator)):!b.type.is_variable(z)&&!b.type.is_integer(z)?w.throw_error(b.error.type("integer",z,y.indicator)):!b.type.is_variable(F)&&F.value<0?w.throw_error(b.error.domain("not_less_than_zero",F,y.indicator)):!b.type.is_variable(z)&&z.value<0?w.throw_error(b.error.domain("not_less_than_zero",z,y.indicator)):(b.type.is_variable(z)||z.value>0)&&(b.type.is_variable(F)?w.prepend([new xe(P.goal.replace(new H("=",[F,new Fe(z.value-1,!1)])),P.substitution,P)]):w.prepend([new xe(P.goal.replace(new H("=",[z,new Fe(F.value+1,!1)])),P.substitution,P)]))},"=:=/2":function(w,P,y){var F=b.arithmetic_compare(w,y.args[0],y.args[1]);b.type.is_term(F)?w.throw_error(F):F===0&&w.success(P)},"=\\=/2":function(w,P,y){var F=b.arithmetic_compare(w,y.args[0],y.args[1]);b.type.is_term(F)?w.throw_error(F):F!==0&&w.success(P)},"/2":function(w,P,y){var F=b.arithmetic_compare(w,y.args[0],y.args[1]);b.type.is_term(F)?w.throw_error(F):F>0&&w.success(P)},">=/2":function(w,P,y){var F=b.arithmetic_compare(w,y.args[0],y.args[1]);b.type.is_term(F)?w.throw_error(F):F>=0&&w.success(P)},"var/1":function(w,P,y){b.type.is_variable(y.args[0])&&w.success(P)},"atom/1":function(w,P,y){b.type.is_atom(y.args[0])&&w.success(P)},"atomic/1":function(w,P,y){b.type.is_atomic(y.args[0])&&w.success(P)},"compound/1":function(w,P,y){b.type.is_compound(y.args[0])&&w.success(P)},"integer/1":function(w,P,y){b.type.is_integer(y.args[0])&&w.success(P)},"float/1":function(w,P,y){b.type.is_float(y.args[0])&&w.success(P)},"number/1":function(w,P,y){b.type.is_number(y.args[0])&&w.success(P)},"nonvar/1":function(w,P,y){b.type.is_variable(y.args[0])||w.success(P)},"ground/1":function(w,P,y){y.variables().length===0&&w.success(P)},"acyclic_term/1":function(w,P,y){for(var F=P.substitution.apply(P.substitution),z=y.args[0].variables(),X=0;X0?bt[bt.length-1]:null,bt!==null&&(Gt=J(w,bt,0,w.__get_max_priority(),!1))}if(Gt.type===p&&Gt.len===bt.length-1&&an.value==="."){Gt=Gt.value.rename(w);var Qr=new H("=",[z,Gt]);if(ie.variables){var mr=g(o(Se(Gt.variables()),function(br){return new Ie(br)}));Qr=new H(",",[Qr,new H("=",[ie.variables,mr])])}if(ie.variable_names){var mr=g(o(Se(Gt.variables()),function(Wr){var Kn;for(Kn in w.session.renamed_variables)if(w.session.renamed_variables.hasOwnProperty(Kn)&&w.session.renamed_variables[Kn]===Wr)break;return new H("=",[new H(Kn,[]),new Ie(Wr)])}));Qr=new H(",",[Qr,new H("=",[ie.variable_names,mr])])}if(ie.singletons){var mr=g(o(new He(Gt,null).singleton_variables(),function(Wr){var Kn;for(Kn in w.session.renamed_variables)if(w.session.renamed_variables.hasOwnProperty(Kn)&&w.session.renamed_variables[Kn]===Wr)break;return new H("=",[new H(Kn,[]),new Ie(Wr)])}));Qr=new H(",",[Qr,new H("=",[ie.singletons,mr])])}w.prepend([new xe(P.goal.replace(Qr),P.substitution,P)])}else Gt.type===p?w.throw_error(b.error.syntax(bt[Gt.len],"unexpected token",!1)):w.throw_error(Gt.value)}}},"write/1":function(w,P,y){var F=y.args[0];w.prepend([new xe(P.goal.replace(new H(",",[new H("current_output",[new Ie("S")]),new H("write",[new Ie("S"),F])])),P.substitution,P)])},"write/2":function(w,P,y){var F=y.args[0],z=y.args[1];w.prepend([new xe(P.goal.replace(new H("write_term",[F,z,new H(".",[new H("quoted",[new H("false",[])]),new H(".",[new H("ignore_ops",[new H("false")]),new H(".",[new H("numbervars",[new H("true")]),new H("[]",[])])])])])),P.substitution,P)])},"writeq/1":function(w,P,y){var F=y.args[0];w.prepend([new xe(P.goal.replace(new H(",",[new H("current_output",[new Ie("S")]),new H("writeq",[new Ie("S"),F])])),P.substitution,P)])},"writeq/2":function(w,P,y){var F=y.args[0],z=y.args[1];w.prepend([new xe(P.goal.replace(new H("write_term",[F,z,new H(".",[new H("quoted",[new H("true",[])]),new H(".",[new H("ignore_ops",[new H("false")]),new H(".",[new H("numbervars",[new H("true")]),new H("[]",[])])])])])),P.substitution,P)])},"write_canonical/1":function(w,P,y){var F=y.args[0];w.prepend([new xe(P.goal.replace(new H(",",[new H("current_output",[new Ie("S")]),new H("write_canonical",[new Ie("S"),F])])),P.substitution,P)])},"write_canonical/2":function(w,P,y){var F=y.args[0],z=y.args[1];w.prepend([new xe(P.goal.replace(new H("write_term",[F,z,new H(".",[new H("quoted",[new H("true",[])]),new H(".",[new H("ignore_ops",[new H("true")]),new H(".",[new H("numbervars",[new H("false")]),new H("[]",[])])])])])),P.substitution,P)])},"write_term/2":function(w,P,y){var F=y.args[0],z=y.args[1];w.prepend([new xe(P.goal.replace(new H(",",[new H("current_output",[new Ie("S")]),new H("write_term",[new Ie("S"),F,z])])),P.substitution,P)])},"write_term/3":function(w,P,y){var F=y.args[0],z=y.args[1],X=y.args[2],Z=b.type.is_stream(F)?F:w.get_stream_by_alias(F.id);if(b.type.is_variable(F)||b.type.is_variable(X))w.throw_error(b.error.instantiation(y.indicator));else if(!b.type.is_list(X))w.throw_error(b.error.type("list",X,y.indicator));else if(!b.type.is_stream(F)&&!b.type.is_atom(F))w.throw_error(b.error.domain("stream_or_alias",F,y.indicator));else if(!b.type.is_stream(Z)||Z.stream===null)w.throw_error(b.error.existence("stream",F,y.indicator));else if(Z.input)w.throw_error(b.error.permission("output","stream",F,y.indicator));else if(Z.type==="binary")w.throw_error(b.error.permission("output","binary_stream",F,y.indicator));else if(Z.position==="past_end_of_stream"&&Z.eof_action==="error")w.throw_error(b.error.permission("output","past_end_of_stream",F,y.indicator));else{for(var ie={},Pe=X,Ne;b.type.is_term(Pe)&&Pe.indicator==="./2";){if(Ne=Pe.args[0],b.type.is_variable(Ne)){w.throw_error(b.error.instantiation(y.indicator));return}else if(!b.type.is_write_option(Ne)){w.throw_error(b.error.domain("write_option",Ne,y.indicator));return}ie[Ne.id]=Ne.args[0].id==="true",Pe=Pe.args[1]}if(Pe.indicator!=="[]/0"){b.type.is_variable(Pe)?w.throw_error(b.error.instantiation(y.indicator)):w.throw_error(b.error.type("list",X,y.indicator));return}else{ie.session=w.session;var ot=z.toString(ie);Z.stream.put(ot,Z.position),typeof Z.position=="number"&&(Z.position+=ot.length),w.success(P)}}},"halt/0":function(w,P,y){w.points=[]},"halt/1":function(w,P,y){var F=y.args[0];b.type.is_variable(F)?w.throw_error(b.error.instantiation(y.indicator)):b.type.is_integer(F)?w.points=[]:w.throw_error(b.error.type("integer",F,y.indicator))},"current_prolog_flag/2":function(w,P,y){var F=y.args[0],z=y.args[1];if(!b.type.is_variable(F)&&!b.type.is_atom(F))w.throw_error(b.error.type("atom",F,y.indicator));else if(!b.type.is_variable(F)&&!b.type.is_flag(F))w.throw_error(b.error.domain("prolog_flag",F,y.indicator));else{var X=[];for(var Z in b.flag)if(!!b.flag.hasOwnProperty(Z)){var ie=new H(",",[new H("=",[new H(Z),F]),new H("=",[w.get_flag(Z),z])]);X.push(new xe(P.goal.replace(ie),P.substitution,P))}w.prepend(X)}},"set_prolog_flag/2":function(w,P,y){var F=y.args[0],z=y.args[1];b.type.is_variable(F)||b.type.is_variable(z)?w.throw_error(b.error.instantiation(y.indicator)):b.type.is_atom(F)?b.type.is_flag(F)?b.type.is_value_flag(F,z)?b.type.is_modifiable_flag(F)?(w.session.flag[F.id]=z,w.success(P)):w.throw_error(b.error.permission("modify","flag",F)):w.throw_error(b.error.domain("flag_value",new H("+",[F,z]),y.indicator)):w.throw_error(b.error.domain("prolog_flag",F,y.indicator)):w.throw_error(b.error.type("atom",F,y.indicator))}},flag:{bounded:{allowed:[new H("true"),new H("false")],value:new H("true"),changeable:!1},max_integer:{allowed:[new Fe(Number.MAX_SAFE_INTEGER)],value:new Fe(Number.MAX_SAFE_INTEGER),changeable:!1},min_integer:{allowed:[new Fe(Number.MIN_SAFE_INTEGER)],value:new Fe(Number.MIN_SAFE_INTEGER),changeable:!1},integer_rounding_function:{allowed:[new H("down"),new H("toward_zero")],value:new H("toward_zero"),changeable:!1},char_conversion:{allowed:[new H("on"),new H("off")],value:new H("on"),changeable:!0},debug:{allowed:[new H("on"),new H("off")],value:new H("off"),changeable:!0},max_arity:{allowed:[new H("unbounded")],value:new H("unbounded"),changeable:!1},unknown:{allowed:[new H("error"),new H("fail"),new H("warning")],value:new H("error"),changeable:!0},double_quotes:{allowed:[new H("chars"),new H("codes"),new H("atom")],value:new H("codes"),changeable:!0},occurs_check:{allowed:[new H("false"),new H("true")],value:new H("false"),changeable:!0},dialect:{allowed:[new H("tau")],value:new H("tau"),changeable:!1},version_data:{allowed:[new H("tau",[new Fe(t.major,!1),new Fe(t.minor,!1),new Fe(t.patch,!1),new H(t.status)])],value:new H("tau",[new Fe(t.major,!1),new Fe(t.minor,!1),new Fe(t.patch,!1),new H(t.status)]),changeable:!1},nodejs:{allowed:[new H("yes"),new H("no")],value:new H(typeof hl<"u"&&hl.exports?"yes":"no"),changeable:!1}},unify:function(w,P,y){y=y===void 0?!1:y;for(var F=[{left:w,right:P}],z={};F.length!==0;){var X=F.pop();if(w=X.left,P=X.right,b.type.is_term(w)&&b.type.is_term(P)){if(w.indicator!==P.indicator)return null;for(var Z=0;Zz.value?1:0:z}else return F},operate:function(w,P){if(b.type.is_operator(P)){for(var y=b.type.is_operator(P),F=[],z,X=!1,Z=0;Zw.get_flag("max_integer").value||z0?w.start+w.matches[0].length:w.start,z=y?new H("token_not_found"):new H("found",[new H(w.value.toString())]),X=new H(".",[new H("line",[new Fe(w.line+1)]),new H(".",[new H("column",[new Fe(F+1)]),new H(".",[z,new H("[]",[])])])]);return new H("error",[new H("syntax_error",[new H(P)]),X])},syntax_by_predicate:function(w,P){return new H("error",[new H("syntax_error",[new H(w)]),ee(P)])}},warning:{singleton:function(w,P,y){for(var F=new H("[]"),z=w.length-1;z>=0;z--)F=new H(".",[new Ie(w[z]),F]);return new H("warning",[new H("singleton_variables",[F,ee(P)]),new H(".",[new H("line",[new Fe(y,!1)]),new H("[]")])])},failed_goal:function(w,P){return new H("warning",[new H("failed_goal",[w]),new H(".",[new H("line",[new Fe(P,!1)]),new H("[]")])])}},format_variable:function(w){return"_"+w},format_answer:function(w,P,F){P instanceof Te&&(P=P.thread);var F=F||{};if(F.session=P?P.session:void 0,b.type.is_error(w))return"uncaught exception: "+w.args[0].toString();if(w===!1)return"false.";if(w===null)return"limit exceeded ;";var z=0,X="";if(b.type.is_substitution(w)){var Z=w.domain(!0);w=w.filter(function(Ne,ot){return!b.type.is_variable(ot)||Z.indexOf(ot.id)!==-1&&Ne!==ot.id})}for(var ie in w.links)!w.links.hasOwnProperty(ie)||(z++,X!==""&&(X+=", "),X+=ie.toString(F)+" = "+w.links[ie].toString(F));var Pe=typeof P>"u"||P.points.length>0?" ;":".";return z===0?"true"+Pe:X+Pe},flatten_error:function(w){if(!b.type.is_error(w))return null;w=w.args[0];var P={};return P.type=w.args[0].id,P.thrown=P.type==="syntax_error"?null:w.args[1].id,P.expected=null,P.found=null,P.representation=null,P.existence=null,P.existence_type=null,P.line=null,P.column=null,P.permission_operation=null,P.permission_type=null,P.evaluation_type=null,P.type==="type_error"||P.type==="domain_error"?(P.expected=w.args[0].args[0].id,P.found=w.args[0].args[1].toString()):P.type==="syntax_error"?w.args[1].indicator==="./2"?(P.expected=w.args[0].args[0].id,P.found=w.args[1].args[1].args[1].args[0],P.found=P.found.id==="token_not_found"?P.found.id:P.found.args[0].id,P.line=w.args[1].args[0].args[0].value,P.column=w.args[1].args[1].args[0].args[0].value):P.thrown=w.args[1].id:P.type==="permission_error"?(P.found=w.args[0].args[2].toString(),P.permission_operation=w.args[0].args[0].id,P.permission_type=w.args[0].args[1].id):P.type==="evaluation_error"?P.evaluation_type=w.args[0].args[0].id:P.type==="representation_error"?P.representation=w.args[0].args[0].id:P.type==="existence_error"&&(P.existence=w.args[0].args[1].toString(),P.existence_type=w.args[0].args[0].id),P},create:function(w){return new b.type.Session(w)}};typeof hl<"u"?hl.exports=b:window.pl=b})()});function ime(t,e,r){t.prepend(r.map(o=>new Ta.default.type.State(e.goal.replace(o),e.substitution,e)))}function yH(t){let e=ome.get(t.session);if(e==null)throw new Error("Assertion failed: A project should have been registered for the active session");return e}function ame(t,e){ome.set(t,e),t.consult(`:- use_module(library(${zgt.id})).`)}var EH,Ta,sme,u0,Vgt,Jgt,ome,zgt,lme=Et(()=>{Ye();EH=$e(d2()),Ta=$e(mH()),sme=$e(ve("vm")),{is_atom:u0,is_variable:Vgt,is_instantiated_list:Jgt}=Ta.default.type;ome=new WeakMap;zgt=new Ta.default.type.Module("constraints",{["project_workspaces_by_descriptor/3"]:(t,e,r)=>{let[o,a,n]=r.args;if(!u0(o)||!u0(a)){t.throw_error(Ta.default.error.instantiation(r.indicator));return}let u=W.parseIdent(o.id),A=W.makeDescriptor(u,a.id),h=yH(t).tryWorkspaceByDescriptor(A);Vgt(n)&&h!==null&&ime(t,e,[new Ta.default.type.Term("=",[n,new Ta.default.type.Term(String(h.relativeCwd))])]),u0(n)&&h!==null&&h.relativeCwd===n.id&&t.success(e)},["workspace_field/3"]:(t,e,r)=>{let[o,a,n]=r.args;if(!u0(o)||!u0(a)){t.throw_error(Ta.default.error.instantiation(r.indicator));return}let A=yH(t).tryWorkspaceByCwd(o.id);if(A==null)return;let p=(0,EH.default)(A.manifest.raw,a.id);typeof p>"u"||ime(t,e,[new Ta.default.type.Term("=",[n,new Ta.default.type.Term(typeof p=="object"?JSON.stringify(p):p)])])},["workspace_field_test/3"]:(t,e,r)=>{let[o,a,n]=r.args;t.prepend([new Ta.default.type.State(e.goal.replace(new Ta.default.type.Term("workspace_field_test",[o,a,n,new Ta.default.type.Term("[]",[])])),e.substitution,e)])},["workspace_field_test/4"]:(t,e,r)=>{let[o,a,n,u]=r.args;if(!u0(o)||!u0(a)||!u0(n)||!Jgt(u)){t.throw_error(Ta.default.error.instantiation(r.indicator));return}let p=yH(t).tryWorkspaceByCwd(o.id);if(p==null)return;let h=(0,EH.default)(p.manifest.raw,a.id);if(typeof h>"u")return;let E={$$:h};for(let[v,x]of u.toJavaScript().entries())E[`$${v}`]=x;sme.default.runInNewContext(n.id,E)&&t.success(e)}},["project_workspaces_by_descriptor/3","workspace_field/3","workspace_field_test/3","workspace_field_test/4"])});var b2={};Vt(b2,{Constraints:()=>P2,DependencyType:()=>fme});function to(t){if(t instanceof DC.default.type.Num)return t.value;if(t instanceof DC.default.type.Term)switch(t.indicator){case"throw/1":return to(t.args[0]);case"error/1":return to(t.args[0]);case"error/2":if(t.args[0]instanceof DC.default.type.Term&&t.args[0].indicator==="syntax_error/1")return Object.assign(to(t.args[0]),...to(t.args[1]));{let e=to(t.args[0]);return e.message+=` (in ${to(t.args[1])})`,e}case"syntax_error/1":return new zt(43,`Syntax error: ${to(t.args[0])}`);case"existence_error/2":return new zt(44,`Existence error: ${to(t.args[0])} ${to(t.args[1])} not found`);case"instantiation_error/0":return new zt(75,"Instantiation error: an argument is variable when an instantiated argument was expected");case"line/1":return{line:to(t.args[0])};case"column/1":return{column:to(t.args[0])};case"found/1":return{found:to(t.args[0])};case"./2":return[to(t.args[0])].concat(to(t.args[1]));case"//2":return`${to(t.args[0])}/${to(t.args[1])}`;default:return t.id}throw`couldn't pretty print because of unsupported node ${t}`}function ume(t){let e;try{e=to(t)}catch(r){throw typeof r=="string"?new zt(42,`Unknown error: ${t} (note: ${r})`):r}return typeof e.line<"u"&&typeof e.column<"u"&&(e.message+=` at line ${e.line}, column ${e.column}`),e}function em(t){return t.id==="null"?null:`${t.toJavaScript()}`}function Xgt(t){if(t.id==="null")return null;{let e=t.toJavaScript();if(typeof e!="string")return JSON.stringify(e);try{return JSON.stringify(JSON.parse(e))}catch{return JSON.stringify(e)}}}function A0(t){return typeof t=="string"?`'${t}'`:"[]"}var Ame,DC,fme,cme,CH,P2,x2=Et(()=>{Ye();Ye();St();Ame=$e(jde()),DC=$e(mH());v2();lme();(0,Ame.default)(DC.default);fme=(o=>(o.Dependencies="dependencies",o.DevDependencies="devDependencies",o.PeerDependencies="peerDependencies",o))(fme||{}),cme=["dependencies","devDependencies","peerDependencies"];CH=class{constructor(e,r){let o=1e3*e.workspaces.length;this.session=DC.default.create(o),ame(this.session,e),this.session.consult(":- use_module(library(lists))."),this.session.consult(r)}fetchNextAnswer(){return new Promise(e=>{this.session.answer(r=>{e(r)})})}async*makeQuery(e){let r=this.session.query(e);if(r!==!0)throw ume(r);for(;;){let o=await this.fetchNextAnswer();if(o===null)throw new zt(79,"Resolution limit exceeded");if(!o)break;if(o.id==="throw")throw ume(o);yield o}}};P2=class{constructor(e){this.source="";this.project=e;let r=e.configuration.get("constraintsPath");oe.existsSync(r)&&(this.source=oe.readFileSync(r,"utf8"))}static async find(e){return new P2(e)}getProjectDatabase(){let e="";for(let r of cme)e+=`dependency_type(${r}). +`;for(let r of this.project.workspacesByCwd.values()){let o=r.relativeCwd;e+=`workspace(${A0(o)}). +`,e+=`workspace_ident(${A0(o)}, ${A0(W.stringifyIdent(r.anchoredLocator))}). +`,e+=`workspace_version(${A0(o)}, ${A0(r.manifest.version)}). +`;for(let a of cme)for(let n of r.manifest[a].values())e+=`workspace_has_dependency(${A0(o)}, ${A0(W.stringifyIdent(n))}, ${A0(n.range)}, ${a}). `}return e+=`workspace(_) :- false. `,e+=`workspace_ident(_, _) :- false. `,e+=`workspace_version(_, _) :- false. @@ -282,41 +282,41 @@ And the length must be: $`,trueValue:null,falseValue:null,caseSensitive: `,e+=`gen_enforced_field(_, _, _) :- false. `,e}get fullSource(){return`${this.getProjectDatabase()} ${this.source} -${this.getDeclarations()}`}createSession(){return new IH(this.project,this.fullSource)}async processClassic(){let e=this.createSession();return{enforcedDependencies:await this.genEnforcedDependencies(e),enforcedFields:await this.genEnforcedFields(e)}}async process(){let{enforcedDependencies:e,enforcedFields:r}=await this.processClassic(),o=new Map;for(let{workspace:a,dependencyIdent:n,dependencyRange:u,dependencyType:A}of e){let p=I2([A,W.stringifyIdent(n)]),h=je.getMapWithDefault(o,a.cwd);je.getMapWithDefault(h,p).set(u??void 0,new Set)}for(let{workspace:a,fieldPath:n,fieldValue:u}of r){let A=I2(n),p=je.getMapWithDefault(o,a.cwd);je.getMapWithDefault(p,A).set(JSON.parse(u)??void 0,new Set)}return{manifestUpdates:o,reportedErrors:new Map}}async genEnforcedDependencies(e){let r=[];for await(let o of e.makeQuery("workspace(WorkspaceCwd), dependency_type(DependencyType), gen_enforced_dependency(WorkspaceCwd, DependencyIdent, DependencyRange, DependencyType).")){let a=K.resolve(this.project.cwd,$d(o.links.WorkspaceCwd)),n=$d(o.links.DependencyIdent),u=$d(o.links.DependencyRange),A=$d(o.links.DependencyType);if(a===null||n===null)throw new Error("Invalid rule");let p=this.project.getWorkspaceByCwd(a),h=W.parseIdent(n);r.push({workspace:p,dependencyIdent:h,dependencyRange:u,dependencyType:A})}return je.sortMap(r,[({dependencyRange:o})=>o!==null?"0":"1",({workspace:o})=>W.stringifyIdent(o.anchoredLocator),({dependencyIdent:o})=>W.stringifyIdent(o)])}async genEnforcedFields(e){let r=[];for await(let o of e.makeQuery("workspace(WorkspaceCwd), gen_enforced_field(WorkspaceCwd, FieldPath, FieldValue).")){let a=K.resolve(this.project.cwd,$d(o.links.WorkspaceCwd)),n=$d(o.links.FieldPath),u=rdt(o.links.FieldValue);if(a===null||n===null)throw new Error("Invalid rule");let A=this.project.getWorkspaceByCwd(a);r.push({workspace:A,fieldPath:n,fieldValue:u})}return je.sortMap(r,[({workspace:o})=>W.stringifyIdent(o.anchoredLocator),({fieldPath:o})=>o])}async*query(e){let r=this.createSession();for await(let o of r.makeQuery(e)){let a={};for(let[n,u]of Object.entries(o.links))n!=="_"&&(a[n]=$d(u));yield a}}}});var vme=_(vk=>{"use strict";Object.defineProperty(vk,"__esModule",{value:!0});function q2(t){let e=[...t.caches],r=e.shift();return r===void 0?Bme():{get(o,a,n={miss:()=>Promise.resolve()}){return r.get(o,a,n).catch(()=>q2({caches:e}).get(o,a,n))},set(o,a){return r.set(o,a).catch(()=>q2({caches:e}).set(o,a))},delete(o){return r.delete(o).catch(()=>q2({caches:e}).delete(o))},clear(){return r.clear().catch(()=>q2({caches:e}).clear())}}}function Bme(){return{get(t,e,r={miss:()=>Promise.resolve()}){return e().then(a=>Promise.all([a,r.miss(a)])).then(([a])=>a)},set(t,e){return Promise.resolve(e)},delete(t){return Promise.resolve()},clear(){return Promise.resolve()}}}vk.createFallbackableCache=q2;vk.createNullCache=Bme});var Pme=_((QWt,Dme)=>{Dme.exports=vme()});var Sme=_(LH=>{"use strict";Object.defineProperty(LH,"__esModule",{value:!0});function wdt(t={serializable:!0}){let e={};return{get(r,o,a={miss:()=>Promise.resolve()}){let n=JSON.stringify(r);if(n in e)return Promise.resolve(t.serializable?JSON.parse(e[n]):e[n]);let u=o(),A=a&&a.miss||(()=>Promise.resolve());return u.then(p=>A(p)).then(()=>u)},set(r,o){return e[JSON.stringify(r)]=t.serializable?JSON.stringify(o):o,Promise.resolve(o)},delete(r){return delete e[JSON.stringify(r)],Promise.resolve()},clear(){return e={},Promise.resolve()}}}LH.createInMemoryCache=wdt});var bme=_((TWt,xme)=>{xme.exports=Sme()});var Qme=_(Zc=>{"use strict";Object.defineProperty(Zc,"__esModule",{value:!0});function Idt(t,e,r){let o={"x-algolia-api-key":r,"x-algolia-application-id":e};return{headers(){return t===MH.WithinHeaders?o:{}},queryParameters(){return t===MH.WithinQueryParameters?o:{}}}}function Bdt(t){let e=0,r=()=>(e++,new Promise(o=>{setTimeout(()=>{o(t(r))},Math.min(100*e,1e3))}));return t(r)}function kme(t,e=(r,o)=>Promise.resolve()){return Object.assign(t,{wait(r){return kme(t.then(o=>Promise.all([e(o,r),o])).then(o=>o[1]))}})}function vdt(t){let e=t.length-1;for(e;e>0;e--){let r=Math.floor(Math.random()*(e+1)),o=t[e];t[e]=t[r],t[r]=o}return t}function Ddt(t,e){return e&&Object.keys(e).forEach(r=>{t[r]=e[r](t)}),t}function Pdt(t,...e){let r=0;return t.replace(/%s/g,()=>encodeURIComponent(e[r++]))}var Sdt="4.14.2",xdt=t=>()=>t.transporter.requester.destroy(),MH={WithinQueryParameters:0,WithinHeaders:1};Zc.AuthMode=MH;Zc.addMethods=Ddt;Zc.createAuth=Idt;Zc.createRetryablePromise=Bdt;Zc.createWaitablePromise=kme;Zc.destroy=xdt;Zc.encode=Pdt;Zc.shuffle=vdt;Zc.version=Sdt});var G2=_((NWt,Fme)=>{Fme.exports=Qme()});var Tme=_(OH=>{"use strict";Object.defineProperty(OH,"__esModule",{value:!0});var bdt={Delete:"DELETE",Get:"GET",Post:"POST",Put:"PUT"};OH.MethodEnum=bdt});var Y2=_((MWt,Rme)=>{Rme.exports=Tme()});var Jme=_(Fi=>{"use strict";Object.defineProperty(Fi,"__esModule",{value:!0});var Lme=Y2();function UH(t,e){let r=t||{},o=r.data||{};return Object.keys(r).forEach(a=>{["timeout","headers","queryParameters","data","cacheable"].indexOf(a)===-1&&(o[a]=r[a])}),{data:Object.entries(o).length>0?o:void 0,timeout:r.timeout||e,headers:r.headers||{},queryParameters:r.queryParameters||{},cacheable:r.cacheable}}var W2={Read:1,Write:2,Any:3},xC={Up:1,Down:2,Timeouted:3},Mme=2*60*1e3;function HH(t,e=xC.Up){return{...t,status:e,lastUpdate:Date.now()}}function Ome(t){return t.status===xC.Up||Date.now()-t.lastUpdate>Mme}function Ume(t){return t.status===xC.Timeouted&&Date.now()-t.lastUpdate<=Mme}function jH(t){return typeof t=="string"?{protocol:"https",url:t,accept:W2.Any}:{protocol:t.protocol||"https",url:t.url,accept:t.accept||W2.Any}}function kdt(t,e){return Promise.all(e.map(r=>t.get(r,()=>Promise.resolve(HH(r))))).then(r=>{let o=r.filter(A=>Ome(A)),a=r.filter(A=>Ume(A)),n=[...o,...a],u=n.length>0?n.map(A=>jH(A)):e;return{getTimeout(A,p){return(a.length===0&&A===0?1:a.length+3+A)*p},statelessHosts:u}})}var Qdt=({isTimedOut:t,status:e})=>!t&&~~e===0,Fdt=t=>{let e=t.status;return t.isTimedOut||Qdt(t)||~~(e/100)!==2&&~~(e/100)!==4},Tdt=({status:t})=>~~(t/100)===2,Rdt=(t,e)=>Fdt(t)?e.onRetry(t):Tdt(t)?e.onSuccess(t):e.onFail(t);function Nme(t,e,r,o){let a=[],n=Gme(r,o),u=Yme(t,o),A=r.method,p=r.method!==Lme.MethodEnum.Get?{}:{...r.data,...o.data},h={"x-algolia-agent":t.userAgent.value,...t.queryParameters,...p,...o.queryParameters},E=0,I=(v,b)=>{let C=v.pop();if(C===void 0)throw Kme(_H(a));let T={data:n,headers:u,method:A,url:jme(C,r.path,h),connectTimeout:b(E,t.timeouts.connect),responseTimeout:b(E,o.timeout)},L=J=>{let te={request:T,response:J,host:C,triesLeft:v.length};return a.push(te),te},U={onSuccess:J=>_me(J),onRetry(J){let te=L(J);return J.isTimedOut&&E++,Promise.all([t.logger.info("Retryable failure",qH(te)),t.hostsCache.set(C,HH(C,J.isTimedOut?xC.Timeouted:xC.Down))]).then(()=>I(v,b))},onFail(J){throw L(J),Hme(J,_H(a))}};return t.requester.send(T).then(J=>Rdt(J,U))};return kdt(t.hostsCache,e).then(v=>I([...v.statelessHosts].reverse(),v.getTimeout))}function Ndt(t){let{hostsCache:e,logger:r,requester:o,requestsCache:a,responsesCache:n,timeouts:u,userAgent:A,hosts:p,queryParameters:h,headers:E}=t,I={hostsCache:e,logger:r,requester:o,requestsCache:a,responsesCache:n,timeouts:u,userAgent:A,headers:E,queryParameters:h,hosts:p.map(v=>jH(v)),read(v,b){let C=UH(b,I.timeouts.read),T=()=>Nme(I,I.hosts.filter(J=>(J.accept&W2.Read)!==0),v,C);if((C.cacheable!==void 0?C.cacheable:v.cacheable)!==!0)return T();let U={request:v,mappedRequestOptions:C,transporter:{queryParameters:I.queryParameters,headers:I.headers}};return I.responsesCache.get(U,()=>I.requestsCache.get(U,()=>I.requestsCache.set(U,T()).then(J=>Promise.all([I.requestsCache.delete(U),J]),J=>Promise.all([I.requestsCache.delete(U),Promise.reject(J)])).then(([J,te])=>te)),{miss:J=>I.responsesCache.set(U,J)})},write(v,b){return Nme(I,I.hosts.filter(C=>(C.accept&W2.Write)!==0),v,UH(b,I.timeouts.write))}};return I}function Ldt(t){let e={value:`Algolia for JavaScript (${t})`,add(r){let o=`; ${r.segment}${r.version!==void 0?` (${r.version})`:""}`;return e.value.indexOf(o)===-1&&(e.value=`${e.value}${o}`),e}};return e}function _me(t){try{return JSON.parse(t.content)}catch(e){throw Vme(e.message,t)}}function Hme({content:t,status:e},r){let o=t;try{o=JSON.parse(t).message}catch{}return Wme(o,e,r)}function Mdt(t,...e){let r=0;return t.replace(/%s/g,()=>encodeURIComponent(e[r++]))}function jme(t,e,r){let o=qme(r),a=`${t.protocol}://${t.url}/${e.charAt(0)==="/"?e.substr(1):e}`;return o.length&&(a+=`?${o}`),a}function qme(t){let e=r=>Object.prototype.toString.call(r)==="[object Object]"||Object.prototype.toString.call(r)==="[object Array]";return Object.keys(t).map(r=>Mdt("%s=%s",r,e(t[r])?JSON.stringify(t[r]):t[r])).join("&")}function Gme(t,e){if(t.method===Lme.MethodEnum.Get||t.data===void 0&&e.data===void 0)return;let r=Array.isArray(t.data)?t.data:{...t.data,...e.data};return JSON.stringify(r)}function Yme(t,e){let r={...t.headers,...e.headers},o={};return Object.keys(r).forEach(a=>{let n=r[a];o[a.toLowerCase()]=n}),o}function _H(t){return t.map(e=>qH(e))}function qH(t){let e=t.request.headers["x-algolia-api-key"]?{"x-algolia-api-key":"*****"}:{};return{...t,request:{...t.request,headers:{...t.request.headers,...e}}}}function Wme(t,e,r){return{name:"ApiError",message:t,status:e,transporterStackTrace:r}}function Vme(t,e){return{name:"DeserializationError",message:t,response:e}}function Kme(t){return{name:"RetryError",message:"Unreachable hosts - your application id may be incorrect. If the error persists, contact support@algolia.com.",transporterStackTrace:t}}Fi.CallEnum=W2;Fi.HostStatusEnum=xC;Fi.createApiError=Wme;Fi.createDeserializationError=Vme;Fi.createMappedRequestOptions=UH;Fi.createRetryError=Kme;Fi.createStatefulHost=HH;Fi.createStatelessHost=jH;Fi.createTransporter=Ndt;Fi.createUserAgent=Ldt;Fi.deserializeFailure=Hme;Fi.deserializeSuccess=_me;Fi.isStatefulHostTimeouted=Ume;Fi.isStatefulHostUp=Ome;Fi.serializeData=Gme;Fi.serializeHeaders=Yme;Fi.serializeQueryParameters=qme;Fi.serializeUrl=jme;Fi.stackFrameWithoutCredentials=qH;Fi.stackTraceWithoutCredentials=_H});var V2=_((UWt,zme)=>{zme.exports=Jme()});var Xme=_(d0=>{"use strict";Object.defineProperty(d0,"__esModule",{value:!0});var bC=G2(),Odt=V2(),K2=Y2(),Udt=t=>{let e=t.region||"us",r=bC.createAuth(bC.AuthMode.WithinHeaders,t.appId,t.apiKey),o=Odt.createTransporter({hosts:[{url:`analytics.${e}.algolia.com`}],...t,headers:{...r.headers(),"content-type":"application/json",...t.headers},queryParameters:{...r.queryParameters(),...t.queryParameters}}),a=t.appId;return bC.addMethods({appId:a,transporter:o},t.methods)},_dt=t=>(e,r)=>t.transporter.write({method:K2.MethodEnum.Post,path:"2/abtests",data:e},r),Hdt=t=>(e,r)=>t.transporter.write({method:K2.MethodEnum.Delete,path:bC.encode("2/abtests/%s",e)},r),jdt=t=>(e,r)=>t.transporter.read({method:K2.MethodEnum.Get,path:bC.encode("2/abtests/%s",e)},r),qdt=t=>e=>t.transporter.read({method:K2.MethodEnum.Get,path:"2/abtests"},e),Gdt=t=>(e,r)=>t.transporter.write({method:K2.MethodEnum.Post,path:bC.encode("2/abtests/%s/stop",e)},r);d0.addABTest=_dt;d0.createAnalyticsClient=Udt;d0.deleteABTest=Hdt;d0.getABTest=jdt;d0.getABTests=qdt;d0.stopABTest=Gdt});var $me=_((HWt,Zme)=>{Zme.exports=Xme()});var tye=_(J2=>{"use strict";Object.defineProperty(J2,"__esModule",{value:!0});var GH=G2(),Ydt=V2(),eye=Y2(),Wdt=t=>{let e=t.region||"us",r=GH.createAuth(GH.AuthMode.WithinHeaders,t.appId,t.apiKey),o=Ydt.createTransporter({hosts:[{url:`personalization.${e}.algolia.com`}],...t,headers:{...r.headers(),"content-type":"application/json",...t.headers},queryParameters:{...r.queryParameters(),...t.queryParameters}});return GH.addMethods({appId:t.appId,transporter:o},t.methods)},Vdt=t=>e=>t.transporter.read({method:eye.MethodEnum.Get,path:"1/strategies/personalization"},e),Kdt=t=>(e,r)=>t.transporter.write({method:eye.MethodEnum.Post,path:"1/strategies/personalization",data:e},r);J2.createPersonalizationClient=Wdt;J2.getPersonalizationStrategy=Vdt;J2.setPersonalizationStrategy=Kdt});var nye=_((qWt,rye)=>{rye.exports=tye()});var mye=_(Ft=>{"use strict";Object.defineProperty(Ft,"__esModule",{value:!0});var Gt=G2(),Na=V2(),Ir=Y2(),Jdt=Be("crypto");function Dk(t){let e=r=>t.request(r).then(o=>{if(t.batch!==void 0&&t.batch(o.hits),!t.shouldStop(o))return o.cursor?e({cursor:o.cursor}):e({page:(r.page||0)+1})});return e({})}var zdt=t=>{let e=t.appId,r=Gt.createAuth(t.authMode!==void 0?t.authMode:Gt.AuthMode.WithinHeaders,e,t.apiKey),o=Na.createTransporter({hosts:[{url:`${e}-dsn.algolia.net`,accept:Na.CallEnum.Read},{url:`${e}.algolia.net`,accept:Na.CallEnum.Write}].concat(Gt.shuffle([{url:`${e}-1.algolianet.com`},{url:`${e}-2.algolianet.com`},{url:`${e}-3.algolianet.com`}])),...t,headers:{...r.headers(),"content-type":"application/x-www-form-urlencoded",...t.headers},queryParameters:{...r.queryParameters(),...t.queryParameters}}),a={transporter:o,appId:e,addAlgoliaAgent(n,u){o.userAgent.add({segment:n,version:u})},clearCache(){return Promise.all([o.requestsCache.clear(),o.responsesCache.clear()]).then(()=>{})}};return Gt.addMethods(a,t.methods)};function iye(){return{name:"MissingObjectIDError",message:"All objects must have an unique objectID (like a primary key) to be valid. Algolia is also able to generate objectIDs automatically but *it's not recommended*. To do it, use the `{'autoGenerateObjectIDIfNotExist': true}` option."}}function sye(){return{name:"ObjectNotFoundError",message:"Object not found."}}function oye(){return{name:"ValidUntilNotFoundError",message:"ValidUntil not found in given secured api key."}}var Xdt=t=>(e,r)=>{let{queryParameters:o,...a}=r||{},n={acl:e,...o!==void 0?{queryParameters:o}:{}},u=(A,p)=>Gt.createRetryablePromise(h=>z2(t)(A.key,p).catch(E=>{if(E.status!==404)throw E;return h()}));return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:"1/keys",data:n},a),u)},Zdt=t=>(e,r,o)=>{let a=Na.createMappedRequestOptions(o);return a.queryParameters["X-Algolia-User-ID"]=e,t.transporter.write({method:Ir.MethodEnum.Post,path:"1/clusters/mapping",data:{cluster:r}},a)},$dt=t=>(e,r,o)=>t.transporter.write({method:Ir.MethodEnum.Post,path:"1/clusters/mapping/batch",data:{users:e,cluster:r}},o),emt=t=>(e,r)=>Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("/1/dictionaries/%s/batch",e),data:{clearExistingDictionaryEntries:!0,requests:{action:"addEntry",body:[]}}},r),(o,a)=>kC(t)(o.taskID,a)),Pk=t=>(e,r,o)=>{let a=(n,u)=>X2(t)(e,{methods:{waitTask:Zi}}).waitTask(n.taskID,u);return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/operation",e),data:{operation:"copy",destination:r}},o),a)},tmt=t=>(e,r,o)=>Pk(t)(e,r,{...o,scope:[xk.Rules]}),rmt=t=>(e,r,o)=>Pk(t)(e,r,{...o,scope:[xk.Settings]}),nmt=t=>(e,r,o)=>Pk(t)(e,r,{...o,scope:[xk.Synonyms]}),imt=t=>(e,r)=>e.method===Ir.MethodEnum.Get?t.transporter.read(e,r):t.transporter.write(e,r),smt=t=>(e,r)=>{let o=(a,n)=>Gt.createRetryablePromise(u=>z2(t)(e,n).then(u).catch(A=>{if(A.status!==404)throw A}));return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Delete,path:Gt.encode("1/keys/%s",e)},r),o)},omt=t=>(e,r,o)=>{let a=r.map(n=>({action:"deleteEntry",body:{objectID:n}}));return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("/1/dictionaries/%s/batch",e),data:{clearExistingDictionaryEntries:!1,requests:a}},o),(n,u)=>kC(t)(n.taskID,u))},amt=()=>(t,e)=>{let r=Na.serializeQueryParameters(e),o=Jdt.createHmac("sha256",t).update(r).digest("hex");return Buffer.from(o+r).toString("base64")},z2=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:Gt.encode("1/keys/%s",e)},r),aye=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:Gt.encode("1/task/%s",e.toString())},r),lmt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"/1/dictionaries/*/settings"},e),cmt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/logs"},e),umt=()=>t=>{let e=Buffer.from(t,"base64").toString("ascii"),r=/validUntil=(\d+)/,o=e.match(r);if(o===null)throw oye();return parseInt(o[1],10)-Math.round(new Date().getTime()/1e3)},Amt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/clusters/mapping/top"},e),fmt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:Gt.encode("1/clusters/mapping/%s",e)},r),pmt=t=>e=>{let{retrieveMappings:r,...o}=e||{};return r===!0&&(o.getClusters=!0),t.transporter.read({method:Ir.MethodEnum.Get,path:"1/clusters/mapping/pending"},o)},X2=t=>(e,r={})=>{let o={transporter:t.transporter,appId:t.appId,indexName:e};return Gt.addMethods(o,r.methods)},hmt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/keys"},e),gmt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/clusters"},e),dmt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/indexes"},e),mmt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/clusters/mapping"},e),ymt=t=>(e,r,o)=>{let a=(n,u)=>X2(t)(e,{methods:{waitTask:Zi}}).waitTask(n.taskID,u);return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/operation",e),data:{operation:"move",destination:r}},o),a)},Emt=t=>(e,r)=>{let o=(a,n)=>Promise.all(Object.keys(a.taskID).map(u=>X2(t)(u,{methods:{waitTask:Zi}}).waitTask(a.taskID[u],n)));return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:"1/indexes/*/batch",data:{requests:e}},r),o)},Cmt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Post,path:"1/indexes/*/objects",data:{requests:e}},r),wmt=t=>(e,r)=>{let o=e.map(a=>({...a,params:Na.serializeQueryParameters(a.params||{})}));return t.transporter.read({method:Ir.MethodEnum.Post,path:"1/indexes/*/queries",data:{requests:o},cacheable:!0},r)},Imt=t=>(e,r)=>Promise.all(e.map(o=>{let{facetName:a,facetQuery:n,...u}=o.params;return X2(t)(o.indexName,{methods:{searchForFacetValues:hye}}).searchForFacetValues(a,n,{...r,...u})})),Bmt=t=>(e,r)=>{let o=Na.createMappedRequestOptions(r);return o.queryParameters["X-Algolia-User-ID"]=e,t.transporter.write({method:Ir.MethodEnum.Delete,path:"1/clusters/mapping"},o)},vmt=t=>(e,r,o)=>{let a=r.map(n=>({action:"addEntry",body:n}));return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("/1/dictionaries/%s/batch",e),data:{clearExistingDictionaryEntries:!0,requests:a}},o),(n,u)=>kC(t)(n.taskID,u))},Dmt=t=>(e,r)=>{let o=(a,n)=>Gt.createRetryablePromise(u=>z2(t)(e,n).catch(A=>{if(A.status!==404)throw A;return u()}));return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/keys/%s/restore",e)},r),o)},Pmt=t=>(e,r,o)=>{let a=r.map(n=>({action:"addEntry",body:n}));return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("/1/dictionaries/%s/batch",e),data:{clearExistingDictionaryEntries:!1,requests:a}},o),(n,u)=>kC(t)(n.taskID,u))},Smt=t=>(e,r,o)=>t.transporter.read({method:Ir.MethodEnum.Post,path:Gt.encode("/1/dictionaries/%s/search",e),data:{query:r},cacheable:!0},o),xmt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Post,path:"1/clusters/mapping/search",data:{query:e}},r),bmt=t=>(e,r)=>Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Put,path:"/1/dictionaries/*/settings",data:e},r),(o,a)=>kC(t)(o.taskID,a)),kmt=t=>(e,r)=>{let o=Object.assign({},r),{queryParameters:a,...n}=r||{},u=a?{queryParameters:a}:{},A=["acl","indexes","referers","restrictSources","queryParameters","description","maxQueriesPerIPPerHour","maxHitsPerQuery"],p=E=>Object.keys(o).filter(I=>A.indexOf(I)!==-1).every(I=>E[I]===o[I]),h=(E,I)=>Gt.createRetryablePromise(v=>z2(t)(e,I).then(b=>p(b)?Promise.resolve():v()));return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Put,path:Gt.encode("1/keys/%s",e),data:u},n),h)},kC=t=>(e,r)=>Gt.createRetryablePromise(o=>aye(t)(e,r).then(a=>a.status!=="published"?o():void 0)),lye=t=>(e,r)=>{let o=(a,n)=>Zi(t)(a.taskID,n);return Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/batch",t.indexName),data:{requests:e}},r),o)},Qmt=t=>e=>Dk({shouldStop:r=>r.cursor===void 0,...e,request:r=>t.transporter.read({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/browse",t.indexName),data:r},e)}),Fmt=t=>e=>{let r={hitsPerPage:1e3,...e};return Dk({shouldStop:o=>o.hits.length({...a,hits:a.hits.map(n=>(delete n._highlightResult,n))}))}})},Tmt=t=>e=>{let r={hitsPerPage:1e3,...e};return Dk({shouldStop:o=>o.hits.length({...a,hits:a.hits.map(n=>(delete n._highlightResult,n))}))}})},Sk=t=>(e,r,o)=>{let{batchSize:a,...n}=o||{},u={taskIDs:[],objectIDs:[]},A=(p=0)=>{let h=[],E;for(E=p;E({action:r,body:I})),n).then(I=>(u.objectIDs=u.objectIDs.concat(I.objectIDs),u.taskIDs.push(I.taskID),E++,A(E)))};return Gt.createWaitablePromise(A(),(p,h)=>Promise.all(p.taskIDs.map(E=>Zi(t)(E,h))))},Rmt=t=>e=>Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/clear",t.indexName)},e),(r,o)=>Zi(t)(r.taskID,o)),Nmt=t=>e=>{let{forwardToReplicas:r,...o}=e||{},a=Na.createMappedRequestOptions(o);return r&&(a.queryParameters.forwardToReplicas=1),Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/rules/clear",t.indexName)},a),(n,u)=>Zi(t)(n.taskID,u))},Lmt=t=>e=>{let{forwardToReplicas:r,...o}=e||{},a=Na.createMappedRequestOptions(o);return r&&(a.queryParameters.forwardToReplicas=1),Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/synonyms/clear",t.indexName)},a),(n,u)=>Zi(t)(n.taskID,u))},Mmt=t=>(e,r)=>Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/deleteByQuery",t.indexName),data:e},r),(o,a)=>Zi(t)(o.taskID,a)),Omt=t=>e=>Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Delete,path:Gt.encode("1/indexes/%s",t.indexName)},e),(r,o)=>Zi(t)(r.taskID,o)),Umt=t=>(e,r)=>Gt.createWaitablePromise(cye(t)([e],r).then(o=>({taskID:o.taskIDs[0]})),(o,a)=>Zi(t)(o.taskID,a)),cye=t=>(e,r)=>{let o=e.map(a=>({objectID:a}));return Sk(t)(o,rm.DeleteObject,r)},_mt=t=>(e,r)=>{let{forwardToReplicas:o,...a}=r||{},n=Na.createMappedRequestOptions(a);return o&&(n.queryParameters.forwardToReplicas=1),Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Delete,path:Gt.encode("1/indexes/%s/rules/%s",t.indexName,e)},n),(u,A)=>Zi(t)(u.taskID,A))},Hmt=t=>(e,r)=>{let{forwardToReplicas:o,...a}=r||{},n=Na.createMappedRequestOptions(a);return o&&(n.queryParameters.forwardToReplicas=1),Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Delete,path:Gt.encode("1/indexes/%s/synonyms/%s",t.indexName,e)},n),(u,A)=>Zi(t)(u.taskID,A))},jmt=t=>e=>uye(t)(e).then(()=>!0).catch(r=>{if(r.status!==404)throw r;return!1}),qmt=t=>(e,r,o)=>t.transporter.read({method:Ir.MethodEnum.Post,path:Gt.encode("1/answers/%s/prediction",t.indexName),data:{query:e,queryLanguages:r},cacheable:!0},o),Gmt=t=>(e,r)=>{let{query:o,paginate:a,...n}=r||{},u=0,A=()=>pye(t)(o||"",{...n,page:u}).then(p=>{for(let[h,E]of Object.entries(p.hits))if(e(E))return{object:E,position:parseInt(h,10),page:u};if(u++,a===!1||u>=p.nbPages)throw sye();return A()});return A()},Ymt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:Gt.encode("1/indexes/%s/%s",t.indexName,e)},r),Wmt=()=>(t,e)=>{for(let[r,o]of Object.entries(t.hits))if(o.objectID===e)return parseInt(r,10);return-1},Vmt=t=>(e,r)=>{let{attributesToRetrieve:o,...a}=r||{},n=e.map(u=>({indexName:t.indexName,objectID:u,...o?{attributesToRetrieve:o}:{}}));return t.transporter.read({method:Ir.MethodEnum.Post,path:"1/indexes/*/objects",data:{requests:n}},a)},Kmt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:Gt.encode("1/indexes/%s/rules/%s",t.indexName,e)},r),uye=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:Gt.encode("1/indexes/%s/settings",t.indexName),data:{getVersion:2}},e),Jmt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:Gt.encode("1/indexes/%s/synonyms/%s",t.indexName,e)},r),Aye=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:Gt.encode("1/indexes/%s/task/%s",t.indexName,e.toString())},r),zmt=t=>(e,r)=>Gt.createWaitablePromise(fye(t)([e],r).then(o=>({objectID:o.objectIDs[0],taskID:o.taskIDs[0]})),(o,a)=>Zi(t)(o.taskID,a)),fye=t=>(e,r)=>{let{createIfNotExists:o,...a}=r||{},n=o?rm.PartialUpdateObject:rm.PartialUpdateObjectNoCreate;return Sk(t)(e,n,a)},Xmt=t=>(e,r)=>{let{safe:o,autoGenerateObjectIDIfNotExist:a,batchSize:n,...u}=r||{},A=(C,T,L,U)=>Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/operation",C),data:{operation:L,destination:T}},U),(J,te)=>Zi(t)(J.taskID,te)),p=Math.random().toString(36).substring(7),h=`${t.indexName}_tmp_${p}`,E=YH({appId:t.appId,transporter:t.transporter,indexName:h}),I=[],v=A(t.indexName,h,"copy",{...u,scope:["settings","synonyms","rules"]});I.push(v);let b=(o?v.wait(u):v).then(()=>{let C=E(e,{...u,autoGenerateObjectIDIfNotExist:a,batchSize:n});return I.push(C),o?C.wait(u):C}).then(()=>{let C=A(h,t.indexName,"move",u);return I.push(C),o?C.wait(u):C}).then(()=>Promise.all(I)).then(([C,T,L])=>({objectIDs:T.objectIDs,taskIDs:[C.taskID,...T.taskIDs,L.taskID]}));return Gt.createWaitablePromise(b,(C,T)=>Promise.all(I.map(L=>L.wait(T))))},Zmt=t=>(e,r)=>WH(t)(e,{...r,clearExistingRules:!0}),$mt=t=>(e,r)=>VH(t)(e,{...r,clearExistingSynonyms:!0}),eyt=t=>(e,r)=>Gt.createWaitablePromise(YH(t)([e],r).then(o=>({objectID:o.objectIDs[0],taskID:o.taskIDs[0]})),(o,a)=>Zi(t)(o.taskID,a)),YH=t=>(e,r)=>{let{autoGenerateObjectIDIfNotExist:o,...a}=r||{},n=o?rm.AddObject:rm.UpdateObject;if(n===rm.UpdateObject){for(let u of e)if(u.objectID===void 0)return Gt.createWaitablePromise(Promise.reject(iye()))}return Sk(t)(e,n,a)},tyt=t=>(e,r)=>WH(t)([e],r),WH=t=>(e,r)=>{let{forwardToReplicas:o,clearExistingRules:a,...n}=r||{},u=Na.createMappedRequestOptions(n);return o&&(u.queryParameters.forwardToReplicas=1),a&&(u.queryParameters.clearExistingRules=1),Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/rules/batch",t.indexName),data:e},u),(A,p)=>Zi(t)(A.taskID,p))},ryt=t=>(e,r)=>VH(t)([e],r),VH=t=>(e,r)=>{let{forwardToReplicas:o,clearExistingSynonyms:a,replaceExistingSynonyms:n,...u}=r||{},A=Na.createMappedRequestOptions(u);return o&&(A.queryParameters.forwardToReplicas=1),(n||a)&&(A.queryParameters.replaceExistingSynonyms=1),Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/synonyms/batch",t.indexName),data:e},A),(p,h)=>Zi(t)(p.taskID,h))},pye=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/query",t.indexName),data:{query:e},cacheable:!0},r),hye=t=>(e,r,o)=>t.transporter.read({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/facets/%s/query",t.indexName,e),data:{facetQuery:r},cacheable:!0},o),gye=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/rules/search",t.indexName),data:{query:e}},r),dye=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Post,path:Gt.encode("1/indexes/%s/synonyms/search",t.indexName),data:{query:e}},r),nyt=t=>(e,r)=>{let{forwardToReplicas:o,...a}=r||{},n=Na.createMappedRequestOptions(a);return o&&(n.queryParameters.forwardToReplicas=1),Gt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Put,path:Gt.encode("1/indexes/%s/settings",t.indexName),data:e},n),(u,A)=>Zi(t)(u.taskID,A))},Zi=t=>(e,r)=>Gt.createRetryablePromise(o=>Aye(t)(e,r).then(a=>a.status!=="published"?o():void 0)),iyt={AddObject:"addObject",Analytics:"analytics",Browser:"browse",DeleteIndex:"deleteIndex",DeleteObject:"deleteObject",EditSettings:"editSettings",ListIndexes:"listIndexes",Logs:"logs",Personalization:"personalization",Recommendation:"recommendation",Search:"search",SeeUnretrievableAttributes:"seeUnretrievableAttributes",Settings:"settings",Usage:"usage"},rm={AddObject:"addObject",UpdateObject:"updateObject",PartialUpdateObject:"partialUpdateObject",PartialUpdateObjectNoCreate:"partialUpdateObjectNoCreate",DeleteObject:"deleteObject",DeleteIndex:"delete",ClearIndex:"clear"},xk={Settings:"settings",Synonyms:"synonyms",Rules:"rules"},syt={None:"none",StopIfEnoughMatches:"stopIfEnoughMatches"},oyt={Synonym:"synonym",OneWaySynonym:"oneWaySynonym",AltCorrection1:"altCorrection1",AltCorrection2:"altCorrection2",Placeholder:"placeholder"};Ft.ApiKeyACLEnum=iyt;Ft.BatchActionEnum=rm;Ft.ScopeEnum=xk;Ft.StrategyEnum=syt;Ft.SynonymEnum=oyt;Ft.addApiKey=Xdt;Ft.assignUserID=Zdt;Ft.assignUserIDs=$dt;Ft.batch=lye;Ft.browseObjects=Qmt;Ft.browseRules=Fmt;Ft.browseSynonyms=Tmt;Ft.chunkedBatch=Sk;Ft.clearDictionaryEntries=emt;Ft.clearObjects=Rmt;Ft.clearRules=Nmt;Ft.clearSynonyms=Lmt;Ft.copyIndex=Pk;Ft.copyRules=tmt;Ft.copySettings=rmt;Ft.copySynonyms=nmt;Ft.createBrowsablePromise=Dk;Ft.createMissingObjectIDError=iye;Ft.createObjectNotFoundError=sye;Ft.createSearchClient=zdt;Ft.createValidUntilNotFoundError=oye;Ft.customRequest=imt;Ft.deleteApiKey=smt;Ft.deleteBy=Mmt;Ft.deleteDictionaryEntries=omt;Ft.deleteIndex=Omt;Ft.deleteObject=Umt;Ft.deleteObjects=cye;Ft.deleteRule=_mt;Ft.deleteSynonym=Hmt;Ft.exists=jmt;Ft.findAnswers=qmt;Ft.findObject=Gmt;Ft.generateSecuredApiKey=amt;Ft.getApiKey=z2;Ft.getAppTask=aye;Ft.getDictionarySettings=lmt;Ft.getLogs=cmt;Ft.getObject=Ymt;Ft.getObjectPosition=Wmt;Ft.getObjects=Vmt;Ft.getRule=Kmt;Ft.getSecuredApiKeyRemainingValidity=umt;Ft.getSettings=uye;Ft.getSynonym=Jmt;Ft.getTask=Aye;Ft.getTopUserIDs=Amt;Ft.getUserID=fmt;Ft.hasPendingMappings=pmt;Ft.initIndex=X2;Ft.listApiKeys=hmt;Ft.listClusters=gmt;Ft.listIndices=dmt;Ft.listUserIDs=mmt;Ft.moveIndex=ymt;Ft.multipleBatch=Emt;Ft.multipleGetObjects=Cmt;Ft.multipleQueries=wmt;Ft.multipleSearchForFacetValues=Imt;Ft.partialUpdateObject=zmt;Ft.partialUpdateObjects=fye;Ft.removeUserID=Bmt;Ft.replaceAllObjects=Xmt;Ft.replaceAllRules=Zmt;Ft.replaceAllSynonyms=$mt;Ft.replaceDictionaryEntries=vmt;Ft.restoreApiKey=Dmt;Ft.saveDictionaryEntries=Pmt;Ft.saveObject=eyt;Ft.saveObjects=YH;Ft.saveRule=tyt;Ft.saveRules=WH;Ft.saveSynonym=ryt;Ft.saveSynonyms=VH;Ft.search=pye;Ft.searchDictionaryEntries=Smt;Ft.searchForFacetValues=hye;Ft.searchRules=gye;Ft.searchSynonyms=dye;Ft.searchUserIDs=xmt;Ft.setDictionarySettings=bmt;Ft.setSettings=nyt;Ft.updateApiKey=kmt;Ft.waitAppTask=kC;Ft.waitTask=Zi});var Eye=_((YWt,yye)=>{yye.exports=mye()});var Cye=_(bk=>{"use strict";Object.defineProperty(bk,"__esModule",{value:!0});function ayt(){return{debug(t,e){return Promise.resolve()},info(t,e){return Promise.resolve()},error(t,e){return Promise.resolve()}}}var lyt={Debug:1,Info:2,Error:3};bk.LogLevelEnum=lyt;bk.createNullLogger=ayt});var Iye=_((VWt,wye)=>{wye.exports=Cye()});var Pye=_(KH=>{"use strict";Object.defineProperty(KH,"__esModule",{value:!0});var Bye=Be("http"),vye=Be("https"),cyt=Be("url"),Dye={keepAlive:!0},uyt=new Bye.Agent(Dye),Ayt=new vye.Agent(Dye);function fyt({agent:t,httpAgent:e,httpsAgent:r,requesterOptions:o={}}={}){let a=e||t||uyt,n=r||t||Ayt;return{send(u){return new Promise(A=>{let p=cyt.parse(u.url),h=p.query===null?p.pathname:`${p.pathname}?${p.query}`,E={...o,agent:p.protocol==="https:"?n:a,hostname:p.hostname,path:h,method:u.method,headers:{...o&&o.headers?o.headers:{},...u.headers},...p.port!==void 0?{port:p.port||""}:{}},I=(p.protocol==="https:"?vye:Bye).request(E,T=>{let L=[];T.on("data",U=>{L=L.concat(U)}),T.on("end",()=>{clearTimeout(b),clearTimeout(C),A({status:T.statusCode||0,content:Buffer.concat(L).toString(),isTimedOut:!1})})}),v=(T,L)=>setTimeout(()=>{I.abort(),A({status:0,content:L,isTimedOut:!0})},T*1e3),b=v(u.connectTimeout,"Connection timeout"),C;I.on("error",T=>{clearTimeout(b),clearTimeout(C),A({status:0,content:T.message,isTimedOut:!1})}),I.once("response",()=>{clearTimeout(b),C=v(u.responseTimeout,"Socket timeout")}),u.data!==void 0&&I.write(u.data),I.end()})},destroy(){return a.destroy(),n.destroy(),Promise.resolve()}}}KH.createNodeHttpRequester=fyt});var xye=_((JWt,Sye)=>{Sye.exports=Pye()});var Fye=_((zWt,Qye)=>{"use strict";var bye=Pme(),pyt=bme(),QC=$me(),zH=G2(),JH=nye(),Ut=Eye(),hyt=Iye(),gyt=xye(),dyt=V2();function kye(t,e,r){let o={appId:t,apiKey:e,timeouts:{connect:2,read:5,write:30},requester:gyt.createNodeHttpRequester(),logger:hyt.createNullLogger(),responsesCache:bye.createNullCache(),requestsCache:bye.createNullCache(),hostsCache:pyt.createInMemoryCache(),userAgent:dyt.createUserAgent(zH.version).add({segment:"Node.js",version:process.versions.node})},a={...o,...r},n=()=>u=>JH.createPersonalizationClient({...o,...u,methods:{getPersonalizationStrategy:JH.getPersonalizationStrategy,setPersonalizationStrategy:JH.setPersonalizationStrategy}});return Ut.createSearchClient({...a,methods:{search:Ut.multipleQueries,searchForFacetValues:Ut.multipleSearchForFacetValues,multipleBatch:Ut.multipleBatch,multipleGetObjects:Ut.multipleGetObjects,multipleQueries:Ut.multipleQueries,copyIndex:Ut.copyIndex,copySettings:Ut.copySettings,copyRules:Ut.copyRules,copySynonyms:Ut.copySynonyms,moveIndex:Ut.moveIndex,listIndices:Ut.listIndices,getLogs:Ut.getLogs,listClusters:Ut.listClusters,multipleSearchForFacetValues:Ut.multipleSearchForFacetValues,getApiKey:Ut.getApiKey,addApiKey:Ut.addApiKey,listApiKeys:Ut.listApiKeys,updateApiKey:Ut.updateApiKey,deleteApiKey:Ut.deleteApiKey,restoreApiKey:Ut.restoreApiKey,assignUserID:Ut.assignUserID,assignUserIDs:Ut.assignUserIDs,getUserID:Ut.getUserID,searchUserIDs:Ut.searchUserIDs,listUserIDs:Ut.listUserIDs,getTopUserIDs:Ut.getTopUserIDs,removeUserID:Ut.removeUserID,hasPendingMappings:Ut.hasPendingMappings,generateSecuredApiKey:Ut.generateSecuredApiKey,getSecuredApiKeyRemainingValidity:Ut.getSecuredApiKeyRemainingValidity,destroy:zH.destroy,clearDictionaryEntries:Ut.clearDictionaryEntries,deleteDictionaryEntries:Ut.deleteDictionaryEntries,getDictionarySettings:Ut.getDictionarySettings,getAppTask:Ut.getAppTask,replaceDictionaryEntries:Ut.replaceDictionaryEntries,saveDictionaryEntries:Ut.saveDictionaryEntries,searchDictionaryEntries:Ut.searchDictionaryEntries,setDictionarySettings:Ut.setDictionarySettings,waitAppTask:Ut.waitAppTask,customRequest:Ut.customRequest,initIndex:u=>A=>Ut.initIndex(u)(A,{methods:{batch:Ut.batch,delete:Ut.deleteIndex,findAnswers:Ut.findAnswers,getObject:Ut.getObject,getObjects:Ut.getObjects,saveObject:Ut.saveObject,saveObjects:Ut.saveObjects,search:Ut.search,searchForFacetValues:Ut.searchForFacetValues,waitTask:Ut.waitTask,setSettings:Ut.setSettings,getSettings:Ut.getSettings,partialUpdateObject:Ut.partialUpdateObject,partialUpdateObjects:Ut.partialUpdateObjects,deleteObject:Ut.deleteObject,deleteObjects:Ut.deleteObjects,deleteBy:Ut.deleteBy,clearObjects:Ut.clearObjects,browseObjects:Ut.browseObjects,getObjectPosition:Ut.getObjectPosition,findObject:Ut.findObject,exists:Ut.exists,saveSynonym:Ut.saveSynonym,saveSynonyms:Ut.saveSynonyms,getSynonym:Ut.getSynonym,searchSynonyms:Ut.searchSynonyms,browseSynonyms:Ut.browseSynonyms,deleteSynonym:Ut.deleteSynonym,clearSynonyms:Ut.clearSynonyms,replaceAllObjects:Ut.replaceAllObjects,replaceAllSynonyms:Ut.replaceAllSynonyms,searchRules:Ut.searchRules,getRule:Ut.getRule,deleteRule:Ut.deleteRule,saveRule:Ut.saveRule,saveRules:Ut.saveRules,replaceAllRules:Ut.replaceAllRules,browseRules:Ut.browseRules,clearRules:Ut.clearRules}}),initAnalytics:()=>u=>QC.createAnalyticsClient({...o,...u,methods:{addABTest:QC.addABTest,getABTest:QC.getABTest,getABTests:QC.getABTests,stopABTest:QC.stopABTest,deleteABTest:QC.deleteABTest}}),initPersonalization:n,initRecommendation:()=>u=>(a.logger.info("The `initRecommendation` method is deprecated. Use `initPersonalization` instead."),n()(u))}})}kye.version=zH.version;Qye.exports=kye});var ZH=_((XWt,XH)=>{var Tye=Fye();XH.exports=Tye;XH.exports.default=Tye});var t6=_(($Wt,Lye)=>{"use strict";var Nye=Object.getOwnPropertySymbols,yyt=Object.prototype.hasOwnProperty,Eyt=Object.prototype.propertyIsEnumerable;function Cyt(t){if(t==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function wyt(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de",Object.getOwnPropertyNames(t)[0]==="5")return!1;for(var e={},r=0;r<10;r++)e["_"+String.fromCharCode(r)]=r;var o=Object.getOwnPropertyNames(e).map(function(n){return e[n]});if(o.join("")!=="0123456789")return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach(function(n){a[n]=n}),Object.keys(Object.assign({},a)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}Lye.exports=wyt()?Object.assign:function(t,e){for(var r,o=Cyt(t),a,n=1;n{"use strict";var o6=t6(),$c=typeof Symbol=="function"&&Symbol.for,Z2=$c?Symbol.for("react.element"):60103,Iyt=$c?Symbol.for("react.portal"):60106,Byt=$c?Symbol.for("react.fragment"):60107,vyt=$c?Symbol.for("react.strict_mode"):60108,Dyt=$c?Symbol.for("react.profiler"):60114,Pyt=$c?Symbol.for("react.provider"):60109,Syt=$c?Symbol.for("react.context"):60110,xyt=$c?Symbol.for("react.forward_ref"):60112,byt=$c?Symbol.for("react.suspense"):60113,kyt=$c?Symbol.for("react.memo"):60115,Qyt=$c?Symbol.for("react.lazy"):60116,Mye=typeof Symbol=="function"&&Symbol.iterator;function $2(t){for(var e="https://reactjs.org/docs/error-decoder.html?invariant="+t,r=1;rkk.length&&kk.push(t)}function n6(t,e,r,o){var a=typeof t;(a==="undefined"||a==="boolean")&&(t=null);var n=!1;if(t===null)n=!0;else switch(a){case"string":case"number":n=!0;break;case"object":switch(t.$$typeof){case Z2:case Iyt:n=!0}}if(n)return r(o,t,e===""?"."+r6(t,0):e),1;if(n=0,e=e===""?".":e+":",Array.isArray(t))for(var u=0;u{"use strict";Jye.exports=Kye()});var f6=_((rVt,A6)=>{"use strict";var An=A6.exports;A6.exports.default=An;var Ln="\x1B[",eB="\x1B]",TC="\x07",Qk=";",zye=process.env.TERM_PROGRAM==="Apple_Terminal";An.cursorTo=(t,e)=>{if(typeof t!="number")throw new TypeError("The `x` argument is required");return typeof e!="number"?Ln+(t+1)+"G":Ln+(e+1)+";"+(t+1)+"H"};An.cursorMove=(t,e)=>{if(typeof t!="number")throw new TypeError("The `x` argument is required");let r="";return t<0?r+=Ln+-t+"D":t>0&&(r+=Ln+t+"C"),e<0?r+=Ln+-e+"A":e>0&&(r+=Ln+e+"B"),r};An.cursorUp=(t=1)=>Ln+t+"A";An.cursorDown=(t=1)=>Ln+t+"B";An.cursorForward=(t=1)=>Ln+t+"C";An.cursorBackward=(t=1)=>Ln+t+"D";An.cursorLeft=Ln+"G";An.cursorSavePosition=zye?"\x1B7":Ln+"s";An.cursorRestorePosition=zye?"\x1B8":Ln+"u";An.cursorGetPosition=Ln+"6n";An.cursorNextLine=Ln+"E";An.cursorPrevLine=Ln+"F";An.cursorHide=Ln+"?25l";An.cursorShow=Ln+"?25h";An.eraseLines=t=>{let e="";for(let r=0;r[eB,"8",Qk,Qk,e,TC,t,eB,"8",Qk,Qk,TC].join("");An.image=(t,e={})=>{let r=`${eB}1337;File=inline=1`;return e.width&&(r+=`;width=${e.width}`),e.height&&(r+=`;height=${e.height}`),e.preserveAspectRatio===!1&&(r+=";preserveAspectRatio=0"),r+":"+t.toString("base64")+TC};An.iTerm={setCwd:(t=process.cwd())=>`${eB}50;CurrentDir=${t}${TC}`,annotation:(t,e={})=>{let r=`${eB}1337;`,o=typeof e.x<"u",a=typeof e.y<"u";if((o||a)&&!(o&&a&&typeof e.length<"u"))throw new Error("`x`, `y` and `length` must be defined when `x` or `y` is defined");return t=t.replace(/\|/g,""),r+=e.isHidden?"AddHiddenAnnotation=":"AddAnnotation=",e.length>0?r+=(o?[t,e.length,e.x,e.y]:[e.length,t]).join("|"):r+=t,r+TC}}});var Zye=_((nVt,p6)=>{"use strict";var Xye=(t,e)=>{for(let r of Reflect.ownKeys(e))Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r));return t};p6.exports=Xye;p6.exports.default=Xye});var eEe=_((iVt,Tk)=>{"use strict";var Myt=Zye(),Fk=new WeakMap,$ye=(t,e={})=>{if(typeof t!="function")throw new TypeError("Expected a function");let r,o=0,a=t.displayName||t.name||"",n=function(...u){if(Fk.set(n,++o),o===1)r=t.apply(this,u),t=null;else if(e.throw===!0)throw new Error(`Function \`${a}\` can only be called once`);return r};return Myt(n,t),Fk.set(n,o),n};Tk.exports=$ye;Tk.exports.default=$ye;Tk.exports.callCount=t=>{if(!Fk.has(t))throw new Error(`The given function \`${t.name}\` is not wrapped by the \`onetime\` package`);return Fk.get(t)}});var tEe=_((sVt,Rk)=>{Rk.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&Rk.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&Rk.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var d6=_((oVt,LC)=>{var Ei=global.process,nm=function(t){return t&&typeof t=="object"&&typeof t.removeListener=="function"&&typeof t.emit=="function"&&typeof t.reallyExit=="function"&&typeof t.listeners=="function"&&typeof t.kill=="function"&&typeof t.pid=="number"&&typeof t.on=="function"};nm(Ei)?(rEe=Be("assert"),RC=tEe(),nEe=/^win/i.test(Ei.platform),tB=Be("events"),typeof tB!="function"&&(tB=tB.EventEmitter),Ei.__signal_exit_emitter__?Rs=Ei.__signal_exit_emitter__:(Rs=Ei.__signal_exit_emitter__=new tB,Rs.count=0,Rs.emitted={}),Rs.infinite||(Rs.setMaxListeners(1/0),Rs.infinite=!0),LC.exports=function(t,e){if(!nm(global.process))return function(){};rEe.equal(typeof t,"function","a callback must be provided for exit handler"),NC===!1&&h6();var r="exit";e&&e.alwaysLast&&(r="afterexit");var o=function(){Rs.removeListener(r,t),Rs.listeners("exit").length===0&&Rs.listeners("afterexit").length===0&&Nk()};return Rs.on(r,t),o},Nk=function(){!NC||!nm(global.process)||(NC=!1,RC.forEach(function(e){try{Ei.removeListener(e,Lk[e])}catch{}}),Ei.emit=Mk,Ei.reallyExit=g6,Rs.count-=1)},LC.exports.unload=Nk,im=function(e,r,o){Rs.emitted[e]||(Rs.emitted[e]=!0,Rs.emit(e,r,o))},Lk={},RC.forEach(function(t){Lk[t]=function(){if(!!nm(global.process)){var r=Ei.listeners(t);r.length===Rs.count&&(Nk(),im("exit",null,t),im("afterexit",null,t),nEe&&t==="SIGHUP"&&(t="SIGINT"),Ei.kill(Ei.pid,t))}}}),LC.exports.signals=function(){return RC},NC=!1,h6=function(){NC||!nm(global.process)||(NC=!0,Rs.count+=1,RC=RC.filter(function(e){try{return Ei.on(e,Lk[e]),!0}catch{return!1}}),Ei.emit=sEe,Ei.reallyExit=iEe)},LC.exports.load=h6,g6=Ei.reallyExit,iEe=function(e){!nm(global.process)||(Ei.exitCode=e||0,im("exit",Ei.exitCode,null),im("afterexit",Ei.exitCode,null),g6.call(Ei,Ei.exitCode))},Mk=Ei.emit,sEe=function(e,r){if(e==="exit"&&nm(global.process)){r!==void 0&&(Ei.exitCode=r);var o=Mk.apply(this,arguments);return im("exit",Ei.exitCode,null),im("afterexit",Ei.exitCode,null),o}else return Mk.apply(this,arguments)}):LC.exports=function(){return function(){}};var rEe,RC,nEe,tB,Rs,Nk,im,Lk,NC,h6,g6,iEe,Mk,sEe});var aEe=_((aVt,oEe)=>{"use strict";var Oyt=eEe(),Uyt=d6();oEe.exports=Oyt(()=>{Uyt(()=>{process.stderr.write("\x1B[?25h")},{alwaysLast:!0})})});var m6=_(MC=>{"use strict";var _yt=aEe(),Ok=!1;MC.show=(t=process.stderr)=>{!t.isTTY||(Ok=!1,t.write("\x1B[?25h"))};MC.hide=(t=process.stderr)=>{!t.isTTY||(_yt(),Ok=!0,t.write("\x1B[?25l"))};MC.toggle=(t,e)=>{t!==void 0&&(Ok=t),Ok?MC.show(e):MC.hide(e)}});var AEe=_(rB=>{"use strict";var uEe=rB&&rB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(rB,"__esModule",{value:!0});var lEe=uEe(f6()),cEe=uEe(m6()),Hyt=(t,{showCursor:e=!1}={})=>{let r=0,o="",a=!1,n=u=>{!e&&!a&&(cEe.default.hide(),a=!0);let A=u+` -`;A!==o&&(o=A,t.write(lEe.default.eraseLines(r)+A),r=A.split(` -`).length)};return n.clear=()=>{t.write(lEe.default.eraseLines(r)),o="",r=0},n.done=()=>{o="",r=0,e||(cEe.default.show(),a=!1)},n};rB.default={create:Hyt}});var fEe=_((uVt,jyt)=>{jyt.exports=[{name:"AppVeyor",constant:"APPVEYOR",env:"APPVEYOR",pr:"APPVEYOR_PULL_REQUEST_NUMBER"},{name:"Azure Pipelines",constant:"AZURE_PIPELINES",env:"SYSTEM_TEAMFOUNDATIONCOLLECTIONURI",pr:"SYSTEM_PULLREQUEST_PULLREQUESTID"},{name:"Bamboo",constant:"BAMBOO",env:"bamboo_planKey"},{name:"Bitbucket Pipelines",constant:"BITBUCKET",env:"BITBUCKET_COMMIT",pr:"BITBUCKET_PR_ID"},{name:"Bitrise",constant:"BITRISE",env:"BITRISE_IO",pr:"BITRISE_PULL_REQUEST"},{name:"Buddy",constant:"BUDDY",env:"BUDDY_WORKSPACE_ID",pr:"BUDDY_EXECUTION_PULL_REQUEST_ID"},{name:"Buildkite",constant:"BUILDKITE",env:"BUILDKITE",pr:{env:"BUILDKITE_PULL_REQUEST",ne:"false"}},{name:"CircleCI",constant:"CIRCLE",env:"CIRCLECI",pr:"CIRCLE_PULL_REQUEST"},{name:"Cirrus CI",constant:"CIRRUS",env:"CIRRUS_CI",pr:"CIRRUS_PR"},{name:"AWS CodeBuild",constant:"CODEBUILD",env:"CODEBUILD_BUILD_ARN"},{name:"Codeship",constant:"CODESHIP",env:{CI_NAME:"codeship"}},{name:"Drone",constant:"DRONE",env:"DRONE",pr:{DRONE_BUILD_EVENT:"pull_request"}},{name:"dsari",constant:"DSARI",env:"DSARI"},{name:"GitLab CI",constant:"GITLAB",env:"GITLAB_CI"},{name:"GoCD",constant:"GOCD",env:"GO_PIPELINE_LABEL"},{name:"Hudson",constant:"HUDSON",env:"HUDSON_URL"},{name:"Jenkins",constant:"JENKINS",env:["JENKINS_URL","BUILD_ID"],pr:{any:["ghprbPullId","CHANGE_ID"]}},{name:"Magnum CI",constant:"MAGNUM",env:"MAGNUM"},{name:"Netlify CI",constant:"NETLIFY",env:"NETLIFY_BUILD_BASE",pr:{env:"PULL_REQUEST",ne:"false"}},{name:"Sail CI",constant:"SAIL",env:"SAILCI",pr:"SAIL_PULL_REQUEST_NUMBER"},{name:"Semaphore",constant:"SEMAPHORE",env:"SEMAPHORE",pr:"PULL_REQUEST_NUMBER"},{name:"Shippable",constant:"SHIPPABLE",env:"SHIPPABLE",pr:{IS_PULL_REQUEST:"true"}},{name:"Solano CI",constant:"SOLANO",env:"TDDIUM",pr:"TDDIUM_PR_ID"},{name:"Strider CD",constant:"STRIDER",env:"STRIDER"},{name:"TaskCluster",constant:"TASKCLUSTER",env:["TASK_ID","RUN_ID"]},{name:"TeamCity",constant:"TEAMCITY",env:"TEAMCITY_VERSION"},{name:"Travis CI",constant:"TRAVIS",env:"TRAVIS",pr:{env:"TRAVIS_PULL_REQUEST",ne:"false"}}]});var gEe=_(gl=>{"use strict";var hEe=fEe(),pA=process.env;Object.defineProperty(gl,"_vendors",{value:hEe.map(function(t){return t.constant})});gl.name=null;gl.isPR=null;hEe.forEach(function(t){var e=Array.isArray(t.env)?t.env:[t.env],r=e.every(function(o){return pEe(o)});if(gl[t.constant]=r,r)switch(gl.name=t.name,typeof t.pr){case"string":gl.isPR=!!pA[t.pr];break;case"object":"env"in t.pr?gl.isPR=t.pr.env in pA&&pA[t.pr.env]!==t.pr.ne:"any"in t.pr?gl.isPR=t.pr.any.some(function(o){return!!pA[o]}):gl.isPR=pEe(t.pr);break;default:gl.isPR=null}});gl.isCI=!!(pA.CI||pA.CONTINUOUS_INTEGRATION||pA.BUILD_NUMBER||pA.RUN_ID||gl.name);function pEe(t){return typeof t=="string"?!!pA[t]:Object.keys(t).every(function(e){return pA[e]===t[e]})}});var mEe=_((fVt,dEe)=>{"use strict";dEe.exports=gEe().isCI});var EEe=_((pVt,yEe)=>{"use strict";var qyt=t=>{let e=new Set;do for(let r of Reflect.ownKeys(t))e.add([t,r]);while((t=Reflect.getPrototypeOf(t))&&t!==Object.prototype);return e};yEe.exports=(t,{include:e,exclude:r}={})=>{let o=a=>{let n=u=>typeof u=="string"?a===u:u.test(a);return e?e.some(n):r?!r.some(n):!0};for(let[a,n]of qyt(t.constructor.prototype)){if(n==="constructor"||!o(n))continue;let u=Reflect.getOwnPropertyDescriptor(a,n);u&&typeof u.value=="function"&&(t[n]=t[n].bind(t))}return t}});var PEe=_(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});var UC,sB,qk,Gk,v6;typeof window>"u"||typeof MessageChannel!="function"?(OC=null,y6=null,E6=function(){if(OC!==null)try{var t=kn.unstable_now();OC(!0,t),OC=null}catch(e){throw setTimeout(E6,0),e}},CEe=Date.now(),kn.unstable_now=function(){return Date.now()-CEe},UC=function(t){OC!==null?setTimeout(UC,0,t):(OC=t,setTimeout(E6,0))},sB=function(t,e){y6=setTimeout(t,e)},qk=function(){clearTimeout(y6)},Gk=function(){return!1},v6=kn.unstable_forceFrameRate=function(){}):(Uk=window.performance,C6=window.Date,wEe=window.setTimeout,IEe=window.clearTimeout,typeof console<"u"&&(BEe=window.cancelAnimationFrame,typeof window.requestAnimationFrame!="function"&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),typeof BEe!="function"&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")),typeof Uk=="object"&&typeof Uk.now=="function"?kn.unstable_now=function(){return Uk.now()}:(vEe=C6.now(),kn.unstable_now=function(){return C6.now()-vEe}),nB=!1,iB=null,_k=-1,w6=5,I6=0,Gk=function(){return kn.unstable_now()>=I6},v6=function(){},kn.unstable_forceFrameRate=function(t){0>t||125jk(u,r))p!==void 0&&0>jk(p,u)?(t[o]=p,t[A]=r,o=A):(t[o]=u,t[n]=r,o=n);else if(p!==void 0&&0>jk(p,r))t[o]=p,t[A]=r,o=A;else break e}}return e}return null}function jk(t,e){var r=t.sortIndex-e.sortIndex;return r!==0?r:t.id-e.id}var eu=[],m0=[],Gyt=1,na=null,Lo=3,Wk=!1,sm=!1,oB=!1;function Vk(t){for(var e=nc(m0);e!==null;){if(e.callback===null)Yk(m0);else if(e.startTime<=t)Yk(m0),e.sortIndex=e.expirationTime,D6(eu,e);else break;e=nc(m0)}}function P6(t){if(oB=!1,Vk(t),!sm)if(nc(eu)!==null)sm=!0,UC(S6);else{var e=nc(m0);e!==null&&sB(P6,e.startTime-t)}}function S6(t,e){sm=!1,oB&&(oB=!1,qk()),Wk=!0;var r=Lo;try{for(Vk(e),na=nc(eu);na!==null&&(!(na.expirationTime>e)||t&&!Gk());){var o=na.callback;if(o!==null){na.callback=null,Lo=na.priorityLevel;var a=o(na.expirationTime<=e);e=kn.unstable_now(),typeof a=="function"?na.callback=a:na===nc(eu)&&Yk(eu),Vk(e)}else Yk(eu);na=nc(eu)}if(na!==null)var n=!0;else{var u=nc(m0);u!==null&&sB(P6,u.startTime-e),n=!1}return n}finally{na=null,Lo=r,Wk=!1}}function DEe(t){switch(t){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var Yyt=v6;kn.unstable_ImmediatePriority=1;kn.unstable_UserBlockingPriority=2;kn.unstable_NormalPriority=3;kn.unstable_IdlePriority=5;kn.unstable_LowPriority=4;kn.unstable_runWithPriority=function(t,e){switch(t){case 1:case 2:case 3:case 4:case 5:break;default:t=3}var r=Lo;Lo=t;try{return e()}finally{Lo=r}};kn.unstable_next=function(t){switch(Lo){case 1:case 2:case 3:var e=3;break;default:e=Lo}var r=Lo;Lo=e;try{return t()}finally{Lo=r}};kn.unstable_scheduleCallback=function(t,e,r){var o=kn.unstable_now();if(typeof r=="object"&&r!==null){var a=r.delay;a=typeof a=="number"&&0o?(t.sortIndex=a,D6(m0,t),nc(eu)===null&&t===nc(m0)&&(oB?qk():oB=!0,sB(P6,a-o))):(t.sortIndex=r,D6(eu,t),sm||Wk||(sm=!0,UC(S6))),t};kn.unstable_cancelCallback=function(t){t.callback=null};kn.unstable_wrapCallback=function(t){var e=Lo;return function(){var r=Lo;Lo=e;try{return t.apply(this,arguments)}finally{Lo=r}}};kn.unstable_getCurrentPriorityLevel=function(){return Lo};kn.unstable_shouldYield=function(){var t=kn.unstable_now();Vk(t);var e=nc(eu);return e!==na&&na!==null&&e!==null&&e.callback!==null&&e.startTime<=t&&e.expirationTime{"use strict";SEe.exports=PEe()});var xEe=_((dVt,aB)=>{aB.exports=function t(e){"use strict";var r=t6(),o=sn(),a=x6();function n(P){for(var D="https://reactjs.org/docs/error-decoder.html?invariant="+P,R=1;Rao||(P.current=yl[ao],yl[ao]=null,ao--)}function Mn(P,D){ao++,yl[ao]=P.current,P.current=D}var Ni={},On={current:Ni},_i={current:!1},tr=Ni;function Me(P,D){var R=P.type.contextTypes;if(!R)return Ni;var j=P.stateNode;if(j&&j.__reactInternalMemoizedUnmaskedChildContext===D)return j.__reactInternalMemoizedMaskedChildContext;var Y={},fe;for(fe in R)Y[fe]=D[fe];return j&&(P=P.stateNode,P.__reactInternalMemoizedUnmaskedChildContext=D,P.__reactInternalMemoizedMaskedChildContext=Y),Y}function ii(P){return P=P.childContextTypes,P!=null}function Oa(P){Kn(_i,P),Kn(On,P)}function hr(P){Kn(_i,P),Kn(On,P)}function uc(P,D,R){if(On.current!==Ni)throw Error(n(168));Mn(On,D,P),Mn(_i,R,P)}function uu(P,D,R){var j=P.stateNode;if(P=D.childContextTypes,typeof j.getChildContext!="function")return R;j=j.getChildContext();for(var Y in j)if(!(Y in P))throw Error(n(108,ae(D)||"Unknown",Y));return r({},R,{},j)}function Ac(P){var D=P.stateNode;return D=D&&D.__reactInternalMemoizedMergedChildContext||Ni,tr=On.current,Mn(On,D,P),Mn(_i,_i.current,P),!0}function El(P,D,R){var j=P.stateNode;if(!j)throw Error(n(169));R?(D=uu(P,D,tr),j.__reactInternalMemoizedMergedChildContext=D,Kn(_i,P),Kn(On,P),Mn(On,D,P)):Kn(_i,P),Mn(_i,R,P)}var vA=a.unstable_runWithPriority,Au=a.unstable_scheduleCallback,Ce=a.unstable_cancelCallback,Tt=a.unstable_shouldYield,fc=a.unstable_requestPaint,Hi=a.unstable_now,fu=a.unstable_getCurrentPriorityLevel,Yt=a.unstable_ImmediatePriority,Cl=a.unstable_UserBlockingPriority,DA=a.unstable_NormalPriority,cp=a.unstable_LowPriority,pc=a.unstable_IdlePriority,PA={},Qn=fc!==void 0?fc:function(){},hi=null,hc=null,SA=!1,sa=Hi(),Li=1e4>sa?Hi:function(){return Hi()-sa};function _o(){switch(fu()){case Yt:return 99;case Cl:return 98;case DA:return 97;case cp:return 96;case pc:return 95;default:throw Error(n(332))}}function Ze(P){switch(P){case 99:return Yt;case 98:return Cl;case 97:return DA;case 96:return cp;case 95:return pc;default:throw Error(n(332))}}function lo(P,D){return P=Ze(P),vA(P,D)}function gc(P,D,R){return P=Ze(P),Au(P,D,R)}function pu(P){return hi===null?(hi=[P],hc=Au(Yt,hu)):hi.push(P),PA}function ji(){if(hc!==null){var P=hc;hc=null,Ce(P)}hu()}function hu(){if(!SA&&hi!==null){SA=!0;var P=0;try{var D=hi;lo(99,function(){for(;P=D&&(qo=!0),P.firstContext=null)}function ms(P,D){if(aa!==P&&D!==!1&&D!==0)if((typeof D!="number"||D===1073741823)&&(aa=P,D=1073741823),D={context:P,observedBits:D,next:null},Us===null){if(co===null)throw Error(n(308));Us=D,co.dependencies={expirationTime:0,firstContext:D,responders:null}}else Us=Us.next=D;return x?P._currentValue:P._currentValue2}var _s=!1;function Un(P){return{baseState:P,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Pn(P){return{baseState:P.baseState,firstUpdate:P.firstUpdate,lastUpdate:P.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function ys(P,D){return{expirationTime:P,suspenseConfig:D,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function We(P,D){P.lastUpdate===null?P.firstUpdate=P.lastUpdate=D:(P.lastUpdate.next=D,P.lastUpdate=D)}function tt(P,D){var R=P.alternate;if(R===null){var j=P.updateQueue,Y=null;j===null&&(j=P.updateQueue=Un(P.memoizedState))}else j=P.updateQueue,Y=R.updateQueue,j===null?Y===null?(j=P.updateQueue=Un(P.memoizedState),Y=R.updateQueue=Un(R.memoizedState)):j=P.updateQueue=Pn(Y):Y===null&&(Y=R.updateQueue=Pn(j));Y===null||j===Y?We(j,D):j.lastUpdate===null||Y.lastUpdate===null?(We(j,D),We(Y,D)):(We(j,D),Y.lastUpdate=D)}function It(P,D){var R=P.updateQueue;R=R===null?P.updateQueue=Un(P.memoizedState):nr(P,R),R.lastCapturedUpdate===null?R.firstCapturedUpdate=R.lastCapturedUpdate=D:(R.lastCapturedUpdate.next=D,R.lastCapturedUpdate=D)}function nr(P,D){var R=P.alternate;return R!==null&&D===R.updateQueue&&(D=P.updateQueue=Pn(D)),D}function $(P,D,R,j,Y,fe){switch(R.tag){case 1:return P=R.payload,typeof P=="function"?P.call(fe,j,Y):P;case 3:P.effectTag=P.effectTag&-4097|64;case 0:if(P=R.payload,Y=typeof P=="function"?P.call(fe,j,Y):P,Y==null)break;return r({},j,Y);case 2:_s=!0}return j}function me(P,D,R,j,Y){_s=!1,D=nr(P,D);for(var fe=D.baseState,ve=null,vt=0,wt=D.firstUpdate,bt=fe;wt!==null;){var _r=wt.expirationTime;_rxn?(ai=Fr,Fr=null):ai=Fr.sibling;var en=di(rt,Fr,At[xn],Wt);if(en===null){Fr===null&&(Fr=ai);break}P&&Fr&&en.alternate===null&&D(rt,Fr),Ke=fe(en,Ke,xn),Sn===null?vr=en:Sn.sibling=en,Sn=en,Fr=ai}if(xn===At.length)return R(rt,Fr),vr;if(Fr===null){for(;xnxn?(ai=Fr,Fr=null):ai=Fr.sibling;var ho=di(rt,Fr,en.value,Wt);if(ho===null){Fr===null&&(Fr=ai);break}P&&Fr&&ho.alternate===null&&D(rt,Fr),Ke=fe(ho,Ke,xn),Sn===null?vr=ho:Sn.sibling=ho,Sn=ho,Fr=ai}if(en.done)return R(rt,Fr),vr;if(Fr===null){for(;!en.done;xn++,en=At.next())en=is(rt,en.value,Wt),en!==null&&(Ke=fe(en,Ke,xn),Sn===null?vr=en:Sn.sibling=en,Sn=en);return vr}for(Fr=j(rt,Fr);!en.done;xn++,en=At.next())en=po(Fr,rt,xn,en.value,Wt),en!==null&&(P&&en.alternate!==null&&Fr.delete(en.key===null?xn:en.key),Ke=fe(en,Ke,xn),Sn===null?vr=en:Sn.sibling=en,Sn=en);return P&&Fr.forEach(function(PF){return D(rt,PF)}),vr}return function(rt,Ke,At,Wt){var vr=typeof At=="object"&&At!==null&&At.type===E&&At.key===null;vr&&(At=At.props.children);var Sn=typeof At=="object"&&At!==null;if(Sn)switch(At.$$typeof){case p:e:{for(Sn=At.key,vr=Ke;vr!==null;){if(vr.key===Sn)if(vr.tag===7?At.type===E:vr.elementType===At.type){R(rt,vr.sibling),Ke=Y(vr,At.type===E?At.props.children:At.props,Wt),Ke.ref=kA(rt,vr,At),Ke.return=rt,rt=Ke;break e}else{R(rt,vr);break}else D(rt,vr);vr=vr.sibling}At.type===E?(Ke=xu(At.props.children,rt.mode,Wt,At.key),Ke.return=rt,rt=Ke):(Wt=Hm(At.type,At.key,At.props,null,rt.mode,Wt),Wt.ref=kA(rt,Ke,At),Wt.return=rt,rt=Wt)}return ve(rt);case h:e:{for(vr=At.key;Ke!==null;){if(Ke.key===vr)if(Ke.tag===4&&Ke.stateNode.containerInfo===At.containerInfo&&Ke.stateNode.implementation===At.implementation){R(rt,Ke.sibling),Ke=Y(Ke,At.children||[],Wt),Ke.return=rt,rt=Ke;break e}else{R(rt,Ke);break}else D(rt,Ke);Ke=Ke.sibling}Ke=Fw(At,rt.mode,Wt),Ke.return=rt,rt=Ke}return ve(rt)}if(typeof At=="string"||typeof At=="number")return At=""+At,Ke!==null&&Ke.tag===6?(R(rt,Ke.sibling),Ke=Y(Ke,At,Wt),Ke.return=rt,rt=Ke):(R(rt,Ke),Ke=Qw(At,rt.mode,Wt),Ke.return=rt,rt=Ke),ve(rt);if(bA(At))return VA(rt,Ke,At,Wt);if(Ae(At))return Yo(rt,Ke,At,Wt);if(Sn&&up(rt,At),typeof At>"u"&&!vr)switch(rt.tag){case 1:case 0:throw rt=rt.type,Error(n(152,rt.displayName||rt.name||"Component"))}return R(rt,Ke)}}var gu=ng(!0),ig=ng(!1),du={},uo={current:du},QA={current:du},mc={current:du};function ca(P){if(P===du)throw Error(n(174));return P}function sg(P,D){Mn(mc,D,P),Mn(QA,P,P),Mn(uo,du,P),D=ne(D),Kn(uo,P),Mn(uo,D,P)}function yc(P){Kn(uo,P),Kn(QA,P),Kn(mc,P)}function Pm(P){var D=ca(mc.current),R=ca(uo.current);D=ee(R,P.type,D),R!==D&&(Mn(QA,P,P),Mn(uo,D,P))}function og(P){QA.current===P&&(Kn(uo,P),Kn(QA,P))}var $n={current:0};function Ap(P){for(var D=P;D!==null;){if(D.tag===13){var R=D.memoizedState;if(R!==null&&(R=R.dehydrated,R===null||Ls(R)||so(R)))return D}else if(D.tag===19&&D.memoizedProps.revealOrder!==void 0){if((D.effectTag&64)!==0)return D}else if(D.child!==null){D.child.return=D,D=D.child;continue}if(D===P)break;for(;D.sibling===null;){if(D.return===null||D.return===P)return null;D=D.return}D.sibling.return=D.return,D=D.sibling}return null}function ag(P,D){return{responder:P,props:D}}var FA=u.ReactCurrentDispatcher,Hs=u.ReactCurrentBatchConfig,mu=0,Ha=null,Gi=null,ua=null,yu=null,Es=null,Ec=null,Cc=0,G=null,Dt=0,wl=!1,bi=null,wc=0;function ct(){throw Error(n(321))}function Eu(P,D){if(D===null)return!1;for(var R=0;RCc&&(Cc=_r,_m(Cc))):(Pw(_r,wt.suspenseConfig),fe=wt.eagerReducer===P?wt.eagerState:P(fe,wt.action)),ve=wt,wt=wt.next}while(wt!==null&&wt!==j);bt||(vt=ve,Y=fe),hs(fe,D.memoizedState)||(qo=!0),D.memoizedState=fe,D.baseUpdate=vt,D.baseState=Y,R.lastRenderedState=fe}return[D.memoizedState,R.dispatch]}function cg(P){var D=TA();return typeof P=="function"&&(P=P()),D.memoizedState=D.baseState=P,P=D.queue={last:null,dispatch:null,lastRenderedReducer:Br,lastRenderedState:P},P=P.dispatch=hg.bind(null,Ha,P),[D.memoizedState,P]}function ug(P){return Cs(Br,P)}function Ag(P,D,R,j){return P={tag:P,create:D,destroy:R,deps:j,next:null},G===null?(G={lastEffect:null},G.lastEffect=P.next=P):(D=G.lastEffect,D===null?G.lastEffect=P.next=P:(R=D.next,D.next=P,P.next=R,G.lastEffect=P)),P}function pp(P,D,R,j){var Y=TA();Dt|=P,Y.memoizedState=Ag(D,R,void 0,j===void 0?null:j)}function Ic(P,D,R,j){var Y=fp();j=j===void 0?null:j;var fe=void 0;if(Gi!==null){var ve=Gi.memoizedState;if(fe=ve.destroy,j!==null&&Eu(j,ve.deps)){Ag(0,R,fe,j);return}}Dt|=P,Y.memoizedState=Ag(D,R,fe,j)}function Ct(P,D){return pp(516,192,P,D)}function Sm(P,D){return Ic(516,192,P,D)}function fg(P,D){if(typeof D=="function")return P=P(),D(P),function(){D(null)};if(D!=null)return P=P(),D.current=P,function(){D.current=null}}function pg(){}function Cu(P,D){return TA().memoizedState=[P,D===void 0?null:D],P}function xm(P,D){var R=fp();D=D===void 0?null:D;var j=R.memoizedState;return j!==null&&D!==null&&Eu(D,j[1])?j[0]:(R.memoizedState=[P,D],P)}function hg(P,D,R){if(!(25>wc))throw Error(n(301));var j=P.alternate;if(P===Ha||j!==null&&j===Ha)if(wl=!0,P={expirationTime:mu,suspenseConfig:null,action:R,eagerReducer:null,eagerState:null,next:null},bi===null&&(bi=new Map),R=bi.get(D),R===void 0)bi.set(D,P);else{for(D=R;D.next!==null;)D=D.next;D.next=P}else{var Y=ga(),fe=pt.suspense;Y=HA(Y,P,fe),fe={expirationTime:Y,suspenseConfig:fe,action:R,eagerReducer:null,eagerState:null,next:null};var ve=D.last;if(ve===null)fe.next=fe;else{var vt=ve.next;vt!==null&&(fe.next=vt),ve.next=fe}if(D.last=fe,P.expirationTime===0&&(j===null||j.expirationTime===0)&&(j=D.lastRenderedReducer,j!==null))try{var wt=D.lastRenderedState,bt=j(wt,R);if(fe.eagerReducer=j,fe.eagerState=bt,hs(bt,wt))return}catch{}finally{}Sc(P,Y)}}var wu={readContext:ms,useCallback:ct,useContext:ct,useEffect:ct,useImperativeHandle:ct,useLayoutEffect:ct,useMemo:ct,useReducer:ct,useRef:ct,useState:ct,useDebugValue:ct,useResponder:ct,useDeferredValue:ct,useTransition:ct},yw={readContext:ms,useCallback:Cu,useContext:ms,useEffect:Ct,useImperativeHandle:function(P,D,R){return R=R!=null?R.concat([P]):null,pp(4,36,fg.bind(null,D,P),R)},useLayoutEffect:function(P,D){return pp(4,36,P,D)},useMemo:function(P,D){var R=TA();return D=D===void 0?null:D,P=P(),R.memoizedState=[P,D],P},useReducer:function(P,D,R){var j=TA();return D=R!==void 0?R(D):D,j.memoizedState=j.baseState=D,P=j.queue={last:null,dispatch:null,lastRenderedReducer:P,lastRenderedState:D},P=P.dispatch=hg.bind(null,Ha,P),[j.memoizedState,P]},useRef:function(P){var D=TA();return P={current:P},D.memoizedState=P},useState:cg,useDebugValue:pg,useResponder:ag,useDeferredValue:function(P,D){var R=cg(P),j=R[0],Y=R[1];return Ct(function(){a.unstable_next(function(){var fe=Hs.suspense;Hs.suspense=D===void 0?null:D;try{Y(P)}finally{Hs.suspense=fe}})},[P,D]),j},useTransition:function(P){var D=cg(!1),R=D[0],j=D[1];return[Cu(function(Y){j(!0),a.unstable_next(function(){var fe=Hs.suspense;Hs.suspense=P===void 0?null:P;try{j(!1),Y()}finally{Hs.suspense=fe}})},[P,R]),R]}},bm={readContext:ms,useCallback:xm,useContext:ms,useEffect:Sm,useImperativeHandle:function(P,D,R){return R=R!=null?R.concat([P]):null,Ic(4,36,fg.bind(null,D,P),R)},useLayoutEffect:function(P,D){return Ic(4,36,P,D)},useMemo:function(P,D){var R=fp();D=D===void 0?null:D;var j=R.memoizedState;return j!==null&&D!==null&&Eu(D,j[1])?j[0]:(P=P(),R.memoizedState=[P,D],P)},useReducer:Cs,useRef:function(){return fp().memoizedState},useState:ug,useDebugValue:pg,useResponder:ag,useDeferredValue:function(P,D){var R=ug(P),j=R[0],Y=R[1];return Sm(function(){a.unstable_next(function(){var fe=Hs.suspense;Hs.suspense=D===void 0?null:D;try{Y(P)}finally{Hs.suspense=fe}})},[P,D]),j},useTransition:function(P){var D=ug(!1),R=D[0],j=D[1];return[xm(function(Y){j(!0),a.unstable_next(function(){var fe=Hs.suspense;Hs.suspense=P===void 0?null:P;try{j(!1),Y()}finally{Hs.suspense=fe}})},[P,R]),R]}},Aa=null,Bc=null,Il=!1;function Iu(P,D){var R=Dl(5,null,null,0);R.elementType="DELETED",R.type="DELETED",R.stateNode=D,R.return=P,R.effectTag=8,P.lastEffect!==null?(P.lastEffect.nextEffect=R,P.lastEffect=R):P.firstEffect=P.lastEffect=R}function gg(P,D){switch(P.tag){case 5:return D=io(D,P.type,P.pendingProps),D!==null?(P.stateNode=D,!0):!1;case 6:return D=Si(D,P.pendingProps),D!==null?(P.stateNode=D,!0):!1;case 13:return!1;default:return!1}}function RA(P){if(Il){var D=Bc;if(D){var R=D;if(!gg(P,D)){if(D=cc(R),!D||!gg(P,D)){P.effectTag=P.effectTag&-1025|2,Il=!1,Aa=P;return}Iu(Aa,R)}Aa=P,Bc=cu(D)}else P.effectTag=P.effectTag&-1025|2,Il=!1,Aa=P}}function hp(P){for(P=P.return;P!==null&&P.tag!==5&&P.tag!==3&&P.tag!==13;)P=P.return;Aa=P}function ja(P){if(!y||P!==Aa)return!1;if(!Il)return hp(P),Il=!0,!1;var D=P.type;if(P.tag!==5||D!=="head"&&D!=="body"&&!Qe(D,P.memoizedProps))for(D=Bc;D;)Iu(P,D),D=cc(D);if(hp(P),P.tag===13){if(!y)throw Error(n(316));if(P=P.memoizedState,P=P!==null?P.dehydrated:null,!P)throw Error(n(317));Bc=Ms(P)}else Bc=Aa?cc(P.stateNode):null;return!0}function dg(){y&&(Bc=Aa=null,Il=!1)}var gp=u.ReactCurrentOwner,qo=!1;function ws(P,D,R,j){D.child=P===null?ig(D,null,R,j):gu(D,P.child,R,j)}function Ii(P,D,R,j,Y){R=R.render;var fe=D.ref;return ds(D,Y),j=lg(P,D,R,j,fe,Y),P!==null&&!qo?(D.updateQueue=P.updateQueue,D.effectTag&=-517,P.expirationTime<=Y&&(P.expirationTime=0),si(P,D,Y)):(D.effectTag|=1,ws(P,D,j,Y),D.child)}function km(P,D,R,j,Y,fe){if(P===null){var ve=R.type;return typeof ve=="function"&&!kw(ve)&&ve.defaultProps===void 0&&R.compare===null&&R.defaultProps===void 0?(D.tag=15,D.type=ve,Qm(P,D,ve,j,Y,fe)):(P=Hm(R.type,null,j,null,D.mode,fe),P.ref=D.ref,P.return=D,D.child=P)}return ve=P.child,YD)&&_A.set(P,D)))}}function vg(P,D){P.expirationTimeP?D:P)}function fo(P){if(P.lastExpiredTime!==0)P.callbackExpirationTime=1073741823,P.callbackPriority=99,P.callbackNode=pu(Dw.bind(null,P));else{var D=Um(P),R=P.callbackNode;if(D===0)R!==null&&(P.callbackNode=null,P.callbackExpirationTime=0,P.callbackPriority=90);else{var j=ga();if(D===1073741823?j=99:D===1||D===2?j=95:(j=10*(1073741821-D)-10*(1073741821-j),j=0>=j?99:250>=j?98:5250>=j?97:95),R!==null){var Y=P.callbackPriority;if(P.callbackExpirationTime===D&&Y>=j)return;R!==PA&&Ce(R)}P.callbackExpirationTime=D,P.callbackPriority=j,D=D===1073741823?pu(Dw.bind(null,P)):gc(j,Wv.bind(null,P),{timeout:10*(1073741821-D)-Li()}),P.callbackNode=D}}}function Wv(P,D){if(Om=0,D)return D=ga(),jm(P,D),fo(P),null;var R=Um(P);if(R!==0){if(D=P.callbackNode,(yr&(rs|js))!==En)throw Error(n(327));if(Ip(),P===gi&&R===ns||Pu(P,R),Mr!==null){var j=yr;yr|=rs;var Y=qA(P);do try{gF();break}catch(vt){jA(P,vt)}while(1);if(la(),yr=j,Ep.current=Y,Yi===Rm)throw D=Nm,Pu(P,R),WA(P,R),fo(P),D;if(Mr===null)switch(Y=P.finishedWork=P.current.alternate,P.finishedExpirationTime=R,j=Yi,gi=null,j){case Bu:case Rm:throw Error(n(345));case Bi:jm(P,2=R){P.lastPingedTime=R,Pu(P,R);break}}if(fe=Um(P),fe!==0&&fe!==R)break;if(j!==0&&j!==R){P.lastPingedTime=j;break}P.timeoutHandle=Te(Su.bind(null,P),Y);break}Su(P);break;case vl:if(WA(P,R),j=P.lastSuspendedTime,R===j&&(P.nextKnownPendingLevel=Sw(Y)),OA&&(Y=P.lastPingedTime,Y===0||Y>=R)){P.lastPingedTime=R,Pu(P,R);break}if(Y=Um(P),Y!==0&&Y!==R)break;if(j!==0&&j!==R){P.lastPingedTime=j;break}if(MA!==1073741823?j=10*(1073741821-MA)-Li():Ya===1073741823?j=0:(j=10*(1073741821-Ya)-5e3,Y=Li(),R=10*(1073741821-R)-Y,j=Y-j,0>j&&(j=0),j=(120>j?120:480>j?480:1080>j?1080:1920>j?1920:3e3>j?3e3:4320>j?4320:1960*Cw(j/1960))-j,R=j?j=0:(Y=ve.busyDelayMs|0,fe=Li()-(10*(1073741821-fe)-(ve.timeoutMs|0||5e3)),j=fe<=Y?0:Y+j-fe),10 component higher in the tree to provide a loading indicator or placeholder to display.`+ml(Y))}Yi!==Pc&&(Yi=Bi),fe=yg(fe,Y),wt=j;do{switch(wt.tag){case 3:ve=fe,wt.effectTag|=4096,wt.expirationTime=D;var Ke=Gv(wt,ve,D);It(wt,Ke);break e;case 1:ve=fe;var At=wt.type,Wt=wt.stateNode;if((wt.effectTag&64)===0&&(typeof At.getDerivedStateFromError=="function"||Wt!==null&&typeof Wt.componentDidCatch=="function"&&(Du===null||!Du.has(Wt)))){wt.effectTag|=4096,wt.expirationTime=D;var vr=Yv(wt,ve,D);It(wt,vr);break e}}wt=wt.return}while(wt!==null)}Mr=zv(Mr)}catch(Sn){D=Sn;continue}break}while(1)}function qA(){var P=Ep.current;return Ep.current=wu,P===null?wu:P}function Pw(P,D){PCp&&(Cp=P)}function hF(){for(;Mr!==null;)Mr=Jv(Mr)}function gF(){for(;Mr!==null&&!Tt();)Mr=Jv(Mr)}function Jv(P){var D=Zv(P.alternate,P,ns);return P.memoizedProps=P.pendingProps,D===null&&(D=zv(P)),ww.current=null,D}function zv(P){Mr=P;do{var D=Mr.alternate;if(P=Mr.return,(Mr.effectTag&2048)===0){e:{var R=D;D=Mr;var j=ns,Y=D.pendingProps;switch(D.tag){case 2:break;case 16:break;case 15:case 0:break;case 1:ii(D.type)&&Oa(D);break;case 3:yc(D),hr(D),Y=D.stateNode,Y.pendingContext&&(Y.context=Y.pendingContext,Y.pendingContext=null),(R===null||R.child===null)&&ja(D)&&pa(D),Bl(D);break;case 5:og(D);var fe=ca(mc.current);if(j=D.type,R!==null&&D.stateNode!=null)ts(R,D,j,Y,fe),R.ref!==D.ref&&(D.effectTag|=128);else if(Y){if(R=ca(uo.current),ja(D)){if(Y=D,!y)throw Error(n(175));R=ap(Y.stateNode,Y.type,Y.memoizedProps,fe,R,Y),Y.updateQueue=R,R=R!==null,R&&pa(D)}else{var ve=ht(j,Y,fe,R,D);vc(ve,D,!1,!1),D.stateNode=ve,lt(ve,j,Y,fe,R)&&pa(D)}D.ref!==null&&(D.effectTag|=128)}else if(D.stateNode===null)throw Error(n(166));break;case 6:if(R&&D.stateNode!=null)Gr(R,D,R.memoizedProps,Y);else{if(typeof Y!="string"&&D.stateNode===null)throw Error(n(166));if(R=ca(mc.current),fe=ca(uo.current),ja(D)){if(R=D,!y)throw Error(n(176));(R=lp(R.stateNode,R.memoizedProps,R))&&pa(D)}else D.stateNode=_e(Y,R,fe,D)}break;case 11:break;case 13:if(Kn($n,D),Y=D.memoizedState,(D.effectTag&64)!==0){D.expirationTime=j;break e}Y=Y!==null,fe=!1,R===null?D.memoizedProps.fallback!==void 0&&ja(D):(j=R.memoizedState,fe=j!==null,Y||j===null||(j=R.child.sibling,j!==null&&(ve=D.firstEffect,ve!==null?(D.firstEffect=j,j.nextEffect=ve):(D.firstEffect=D.lastEffect=j,j.nextEffect=null),j.effectTag=8))),Y&&!fe&&(D.mode&2)!==0&&(R===null&&D.memoizedProps.unstable_avoidThisFallback!==!0||($n.current&1)!==0?Yi===Bu&&(Yi=ha):((Yi===Bu||Yi===ha)&&(Yi=vl),Cp!==0&&gi!==null&&(WA(gi,ns),eD(gi,Cp)))),S&&Y&&(D.effectTag|=4),w&&(Y||fe)&&(D.effectTag|=4);break;case 7:break;case 8:break;case 12:break;case 4:yc(D),Bl(D);break;case 10:wi(D);break;case 9:break;case 14:break;case 17:ii(D.type)&&Oa(D);break;case 19:if(Kn($n,D),Y=D.memoizedState,Y===null)break;if(fe=(D.effectTag&64)!==0,ve=Y.rendering,ve===null){if(fe)Dc(Y,!1);else if(Yi!==Bu||R!==null&&(R.effectTag&64)!==0)for(R=D.child;R!==null;){if(ve=Ap(R),ve!==null){for(D.effectTag|=64,Dc(Y,!1),R=ve.updateQueue,R!==null&&(D.updateQueue=R,D.effectTag|=4),Y.lastEffect===null&&(D.firstEffect=null),D.lastEffect=Y.lastEffect,R=j,Y=D.child;Y!==null;)fe=Y,j=R,fe.effectTag&=2,fe.nextEffect=null,fe.firstEffect=null,fe.lastEffect=null,ve=fe.alternate,ve===null?(fe.childExpirationTime=0,fe.expirationTime=j,fe.child=null,fe.memoizedProps=null,fe.memoizedState=null,fe.updateQueue=null,fe.dependencies=null):(fe.childExpirationTime=ve.childExpirationTime,fe.expirationTime=ve.expirationTime,fe.child=ve.child,fe.memoizedProps=ve.memoizedProps,fe.memoizedState=ve.memoizedState,fe.updateQueue=ve.updateQueue,j=ve.dependencies,fe.dependencies=j===null?null:{expirationTime:j.expirationTime,firstContext:j.firstContext,responders:j.responders}),Y=Y.sibling;Mn($n,$n.current&1|2,D),D=D.child;break e}R=R.sibling}}else{if(!fe)if(R=Ap(ve),R!==null){if(D.effectTag|=64,fe=!0,R=R.updateQueue,R!==null&&(D.updateQueue=R,D.effectTag|=4),Dc(Y,!0),Y.tail===null&&Y.tailMode==="hidden"&&!ve.alternate){D=D.lastEffect=Y.lastEffect,D!==null&&(D.nextEffect=null);break}}else Li()>Y.tailExpiration&&1Y&&(Y=j),ve>Y&&(Y=ve),fe=fe.sibling;R.childExpirationTime=Y}if(D!==null)return D;P!==null&&(P.effectTag&2048)===0&&(P.firstEffect===null&&(P.firstEffect=Mr.firstEffect),Mr.lastEffect!==null&&(P.lastEffect!==null&&(P.lastEffect.nextEffect=Mr.firstEffect),P.lastEffect=Mr.lastEffect),1P?D:P}function Su(P){var D=_o();return lo(99,dF.bind(null,P,D)),null}function dF(P,D){do Ip();while(Ig!==null);if((yr&(rs|js))!==En)throw Error(n(327));var R=P.finishedWork,j=P.finishedExpirationTime;if(R===null)return null;if(P.finishedWork=null,P.finishedExpirationTime=0,R===P.current)throw Error(n(177));P.callbackNode=null,P.callbackExpirationTime=0,P.callbackPriority=90,P.nextKnownPendingLevel=0;var Y=Sw(R);if(P.firstPendingTime=Y,j<=P.lastSuspendedTime?P.firstSuspendedTime=P.lastSuspendedTime=P.nextKnownPendingLevel=0:j<=P.firstSuspendedTime&&(P.firstSuspendedTime=j-1),j<=P.lastPingedTime&&(P.lastPingedTime=0),j<=P.lastExpiredTime&&(P.lastExpiredTime=0),P===gi&&(Mr=gi=null,ns=0),1=R?ln(P,D,R):(Mn($n,$n.current&1,D),D=si(P,D,R),D!==null?D.sibling:null);Mn($n,$n.current&1,D);break;case 19:if(j=D.childExpirationTime>=R,(P.effectTag&64)!==0){if(j)return qa(P,D,R);D.effectTag|=64}if(Y=D.memoizedState,Y!==null&&(Y.rendering=null,Y.tail=null),Mn($n,$n.current,D),!j)return null}return si(P,D,R)}qo=!1}}else qo=!1;switch(D.expirationTime=0,D.tag){case 2:if(j=D.type,P!==null&&(P.alternate=null,D.alternate=null,D.effectTag|=2),P=D.pendingProps,Y=Me(D,On.current),ds(D,R),Y=lg(null,D,j,P,Y,R),D.effectTag|=1,typeof Y=="object"&&Y!==null&&typeof Y.render=="function"&&Y.$$typeof===void 0){if(D.tag=1,mw(),ii(j)){var fe=!0;Ac(D)}else fe=!1;D.memoizedState=Y.state!==null&&Y.state!==void 0?Y.state:null;var ve=j.getDerivedStateFromProps;typeof ve=="function"&&er(D,j,ve,P),Y.updater=Zr,D.stateNode=Y,Y._reactInternalFiber=D,jo(D,j,P,R),D=mp(null,D,j,!0,fe,R)}else D.tag=0,ws(null,D,Y,R),D=D.child;return D;case 16:if(Y=D.elementType,P!==null&&(P.alternate=null,D.alternate=null,D.effectTag|=2),P=D.pendingProps,ye(Y),Y._status!==1)throw Y._result;switch(Y=Y._result,D.type=Y,fe=D.tag=BF(Y),P=Ci(Y,P),fe){case 0:D=NA(null,D,Y,P,R);break;case 1:D=dp(null,D,Y,P,R);break;case 11:D=Ii(null,D,Y,P,R);break;case 14:D=km(null,D,Y,Ci(Y.type,P),j,R);break;default:throw Error(n(306,Y,""))}return D;case 0:return j=D.type,Y=D.pendingProps,Y=D.elementType===j?Y:Ci(j,Y),NA(P,D,j,Y,R);case 1:return j=D.type,Y=D.pendingProps,Y=D.elementType===j?Y:Ci(j,Y),dp(P,D,j,Y,R);case 3:if(mg(D),j=D.updateQueue,j===null)throw Error(n(282));if(Y=D.memoizedState,Y=Y!==null?Y.element:null,me(D,j,D.pendingProps,null,R),j=D.memoizedState.element,j===Y)dg(),D=si(P,D,R);else{if((Y=D.stateNode.hydrate)&&(y?(Bc=cu(D.stateNode.containerInfo),Aa=D,Y=Il=!0):Y=!1),Y)for(R=ig(D,null,j,R),D.child=R;R;)R.effectTag=R.effectTag&-3|1024,R=R.sibling;else ws(P,D,j,R),dg();D=D.child}return D;case 5:return Pm(D),P===null&&RA(D),j=D.type,Y=D.pendingProps,fe=P!==null?P.memoizedProps:null,ve=Y.children,Qe(j,Y)?ve=null:fe!==null&&Qe(j,fe)&&(D.effectTag|=16),Go(P,D),D.mode&4&&R!==1&&be(j,Y)?(D.expirationTime=D.childExpirationTime=1,D=null):(ws(P,D,ve,R),D=D.child),D;case 6:return P===null&&RA(D),null;case 13:return ln(P,D,R);case 4:return sg(D,D.stateNode.containerInfo),j=D.pendingProps,P===null?D.child=gu(D,null,j,R):ws(P,D,j,R),D.child;case 11:return j=D.type,Y=D.pendingProps,Y=D.elementType===j?Y:Ci(j,Y),Ii(P,D,j,Y,R);case 7:return ws(P,D,D.pendingProps,R),D.child;case 8:return ws(P,D,D.pendingProps.children,R),D.child;case 12:return ws(P,D,D.pendingProps.children,R),D.child;case 10:e:{if(j=D.type._context,Y=D.pendingProps,ve=D.memoizedProps,fe=Y.value,Ho(D,fe),ve!==null){var vt=ve.value;if(fe=hs(vt,fe)?0:(typeof j._calculateChangedBits=="function"?j._calculateChangedBits(vt,fe):1073741823)|0,fe===0){if(ve.children===Y.children&&!_i.current){D=si(P,D,R);break e}}else for(vt=D.child,vt!==null&&(vt.return=D);vt!==null;){var wt=vt.dependencies;if(wt!==null){ve=vt.child;for(var bt=wt.firstContext;bt!==null;){if(bt.context===j&&(bt.observedBits&fe)!==0){vt.tag===1&&(bt=ys(R,null),bt.tag=2,tt(vt,bt)),vt.expirationTime"u")return!1;var D=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(D.isDisabled||!D.supportsFiber)return!0;try{var R=D.inject(P);xw=function(j){try{D.onCommitFiberRoot(R,j,void 0,(j.current.effectTag&64)===64)}catch{}},bw=function(j){try{D.onCommitFiberUnmount(R,j)}catch{}}}catch{}return!0}function IF(P,D,R,j){this.tag=P,this.key=R,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=D,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=j,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function Dl(P,D,R,j){return new IF(P,D,R,j)}function kw(P){return P=P.prototype,!(!P||!P.isReactComponent)}function BF(P){if(typeof P=="function")return kw(P)?1:0;if(P!=null){if(P=P.$$typeof,P===L)return 11;if(P===te)return 14}return 2}function YA(P,D){var R=P.alternate;return R===null?(R=Dl(P.tag,D,P.key,P.mode),R.elementType=P.elementType,R.type=P.type,R.stateNode=P.stateNode,R.alternate=P,P.alternate=R):(R.pendingProps=D,R.effectTag=0,R.nextEffect=null,R.firstEffect=null,R.lastEffect=null),R.childExpirationTime=P.childExpirationTime,R.expirationTime=P.expirationTime,R.child=P.child,R.memoizedProps=P.memoizedProps,R.memoizedState=P.memoizedState,R.updateQueue=P.updateQueue,D=P.dependencies,R.dependencies=D===null?null:{expirationTime:D.expirationTime,firstContext:D.firstContext,responders:D.responders},R.sibling=P.sibling,R.index=P.index,R.ref=P.ref,R}function Hm(P,D,R,j,Y,fe){var ve=2;if(j=P,typeof P=="function")kw(P)&&(ve=1);else if(typeof P=="string")ve=5;else e:switch(P){case E:return xu(R.children,Y,fe,D);case T:ve=8,Y|=7;break;case I:ve=8,Y|=1;break;case v:return P=Dl(12,R,D,Y|8),P.elementType=v,P.type=v,P.expirationTime=fe,P;case U:return P=Dl(13,R,D,Y),P.type=U,P.elementType=U,P.expirationTime=fe,P;case J:return P=Dl(19,R,D,Y),P.elementType=J,P.expirationTime=fe,P;default:if(typeof P=="object"&&P!==null)switch(P.$$typeof){case b:ve=10;break e;case C:ve=9;break e;case L:ve=11;break e;case te:ve=14;break e;case le:ve=16,j=null;break e}throw Error(n(130,P==null?P:typeof P,""))}return D=Dl(ve,R,D,Y),D.elementType=P,D.type=j,D.expirationTime=fe,D}function xu(P,D,R,j){return P=Dl(7,P,j,D),P.expirationTime=R,P}function Qw(P,D,R){return P=Dl(6,P,null,D),P.expirationTime=R,P}function Fw(P,D,R){return D=Dl(4,P.children!==null?P.children:[],P.key,D),D.expirationTime=R,D.stateNode={containerInfo:P.containerInfo,pendingChildren:null,implementation:P.implementation},D}function vF(P,D,R){this.tag=D,this.current=null,this.containerInfo=P,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=He,this.pendingContext=this.context=null,this.hydrate=R,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function $v(P,D){var R=P.firstSuspendedTime;return P=P.lastSuspendedTime,R!==0&&R>=D&&P<=D}function WA(P,D){var R=P.firstSuspendedTime,j=P.lastSuspendedTime;RD||R===0)&&(P.lastSuspendedTime=D),D<=P.lastPingedTime&&(P.lastPingedTime=0),D<=P.lastExpiredTime&&(P.lastExpiredTime=0)}function eD(P,D){D>P.firstPendingTime&&(P.firstPendingTime=D);var R=P.firstSuspendedTime;R!==0&&(D>=R?P.firstSuspendedTime=P.lastSuspendedTime=P.nextKnownPendingLevel=0:D>=P.lastSuspendedTime&&(P.lastSuspendedTime=D+1),D>P.nextKnownPendingLevel&&(P.nextKnownPendingLevel=D))}function jm(P,D){var R=P.lastExpiredTime;(R===0||R>D)&&(P.lastExpiredTime=D)}function tD(P){var D=P._reactInternalFiber;if(D===void 0)throw typeof P.render=="function"?Error(n(188)):Error(n(268,Object.keys(P)));return P=Ee(D),P===null?null:P.stateNode}function rD(P,D){P=P.memoizedState,P!==null&&P.dehydrated!==null&&P.retryTime{"use strict";bEe.exports=xEe()});var FEe=_((yVt,QEe)=>{"use strict";var Wyt={ALIGN_COUNT:8,ALIGN_AUTO:0,ALIGN_FLEX_START:1,ALIGN_CENTER:2,ALIGN_FLEX_END:3,ALIGN_STRETCH:4,ALIGN_BASELINE:5,ALIGN_SPACE_BETWEEN:6,ALIGN_SPACE_AROUND:7,DIMENSION_COUNT:2,DIMENSION_WIDTH:0,DIMENSION_HEIGHT:1,DIRECTION_COUNT:3,DIRECTION_INHERIT:0,DIRECTION_LTR:1,DIRECTION_RTL:2,DISPLAY_COUNT:2,DISPLAY_FLEX:0,DISPLAY_NONE:1,EDGE_COUNT:9,EDGE_LEFT:0,EDGE_TOP:1,EDGE_RIGHT:2,EDGE_BOTTOM:3,EDGE_START:4,EDGE_END:5,EDGE_HORIZONTAL:6,EDGE_VERTICAL:7,EDGE_ALL:8,EXPERIMENTAL_FEATURE_COUNT:1,EXPERIMENTAL_FEATURE_WEB_FLEX_BASIS:0,FLEX_DIRECTION_COUNT:4,FLEX_DIRECTION_COLUMN:0,FLEX_DIRECTION_COLUMN_REVERSE:1,FLEX_DIRECTION_ROW:2,FLEX_DIRECTION_ROW_REVERSE:3,JUSTIFY_COUNT:6,JUSTIFY_FLEX_START:0,JUSTIFY_CENTER:1,JUSTIFY_FLEX_END:2,JUSTIFY_SPACE_BETWEEN:3,JUSTIFY_SPACE_AROUND:4,JUSTIFY_SPACE_EVENLY:5,LOG_LEVEL_COUNT:6,LOG_LEVEL_ERROR:0,LOG_LEVEL_WARN:1,LOG_LEVEL_INFO:2,LOG_LEVEL_DEBUG:3,LOG_LEVEL_VERBOSE:4,LOG_LEVEL_FATAL:5,MEASURE_MODE_COUNT:3,MEASURE_MODE_UNDEFINED:0,MEASURE_MODE_EXACTLY:1,MEASURE_MODE_AT_MOST:2,NODE_TYPE_COUNT:2,NODE_TYPE_DEFAULT:0,NODE_TYPE_TEXT:1,OVERFLOW_COUNT:3,OVERFLOW_VISIBLE:0,OVERFLOW_HIDDEN:1,OVERFLOW_SCROLL:2,POSITION_TYPE_COUNT:2,POSITION_TYPE_RELATIVE:0,POSITION_TYPE_ABSOLUTE:1,PRINT_OPTIONS_COUNT:3,PRINT_OPTIONS_LAYOUT:1,PRINT_OPTIONS_STYLE:2,PRINT_OPTIONS_CHILDREN:4,UNIT_COUNT:4,UNIT_UNDEFINED:0,UNIT_POINT:1,UNIT_PERCENT:2,UNIT_AUTO:3,WRAP_COUNT:3,WRAP_NO_WRAP:0,WRAP_WRAP:1,WRAP_WRAP_REVERSE:2};QEe.exports=Wyt});var LEe=_((EVt,NEe)=>{"use strict";var Vyt=Object.assign||function(t){for(var e=1;e"}}]),t}(),TEe=function(){Kk(t,null,[{key:"fromJS",value:function(r){var o=r.width,a=r.height;return new t(o,a)}}]);function t(e,r){k6(this,t),this.width=e,this.height=r}return Kk(t,[{key:"fromJS",value:function(r){r(this.width,this.height)}},{key:"toString",value:function(){return""}}]),t}(),REe=function(){function t(e,r){k6(this,t),this.unit=e,this.value=r}return Kk(t,[{key:"fromJS",value:function(r){r(this.unit,this.value)}},{key:"toString",value:function(){switch(this.unit){case tu.UNIT_POINT:return String(this.value);case tu.UNIT_PERCENT:return this.value+"%";case tu.UNIT_AUTO:return"auto";default:return this.value+"?"}}},{key:"valueOf",value:function(){return this.value}}]),t}();NEe.exports=function(t,e){function r(u,A,p){var h=u[A];u[A]=function(){for(var E=arguments.length,I=Array(E),v=0;v1?I-1:0),b=1;b1&&arguments[1]!==void 0?arguments[1]:NaN,p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:NaN,h=arguments.length>3&&arguments[3]!==void 0?arguments[3]:tu.DIRECTION_LTR;return u.call(this,A,p,h)}),Vyt({Config:e.Config,Node:e.Node,Layout:t("Layout",Kyt),Size:t("Size",TEe),Value:t("Value",REe),getInstanceCount:function(){return e.getInstanceCount.apply(e,arguments)}},tu)}});var MEe=_((exports,module)=>{(function(t,e){typeof define=="function"&&define.amd?define([],function(){return e}):typeof module=="object"&&module.exports?module.exports=e:(t.nbind=t.nbind||{}).init=e})(exports,function(Module,cb){typeof Module=="function"&&(cb=Module,Module={}),Module.onRuntimeInitialized=function(t,e){return function(){t&&t.apply(this,arguments);try{Module.ccall("nbind_init")}catch(r){e(r);return}e(null,{bind:Module._nbind_value,reflect:Module.NBind.reflect,queryType:Module.NBind.queryType,toggleLightGC:Module.toggleLightGC,lib:Module})}}(Module.onRuntimeInitialized,cb);var Module;Module||(Module=(typeof Module<"u"?Module:null)||{});var moduleOverrides={};for(var key in Module)Module.hasOwnProperty(key)&&(moduleOverrides[key]=Module[key]);var ENVIRONMENT_IS_WEB=!1,ENVIRONMENT_IS_WORKER=!1,ENVIRONMENT_IS_NODE=!1,ENVIRONMENT_IS_SHELL=!1;if(Module.ENVIRONMENT)if(Module.ENVIRONMENT==="WEB")ENVIRONMENT_IS_WEB=!0;else if(Module.ENVIRONMENT==="WORKER")ENVIRONMENT_IS_WORKER=!0;else if(Module.ENVIRONMENT==="NODE")ENVIRONMENT_IS_NODE=!0;else if(Module.ENVIRONMENT==="SHELL")ENVIRONMENT_IS_SHELL=!0;else throw new Error("The provided Module['ENVIRONMENT'] value is not valid. It must be one of: WEB|WORKER|NODE|SHELL.");else ENVIRONMENT_IS_WEB=typeof window=="object",ENVIRONMENT_IS_WORKER=typeof importScripts=="function",ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof Be=="function"&&!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_WORKER,ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){Module.print||(Module.print=console.log),Module.printErr||(Module.printErr=console.warn);var nodeFS,nodePath;Module.read=function(e,r){nodeFS||(nodeFS={}("")),nodePath||(nodePath={}("")),e=nodePath.normalize(e);var o=nodeFS.readFileSync(e);return r?o:o.toString()},Module.readBinary=function(e){var r=Module.read(e,!0);return r.buffer||(r=new Uint8Array(r)),assert(r.buffer),r},Module.load=function(e){globalEval(read(e))},Module.thisProgram||(process.argv.length>1?Module.thisProgram=process.argv[1].replace(/\\/g,"/"):Module.thisProgram="unknown-program"),Module.arguments=process.argv.slice(2),typeof module<"u"&&(module.exports=Module),Module.inspect=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_SHELL)Module.print||(Module.print=print),typeof printErr<"u"&&(Module.printErr=printErr),typeof read<"u"?Module.read=read:Module.read=function(){throw"no read() available"},Module.readBinary=function(e){if(typeof readbuffer=="function")return new Uint8Array(readbuffer(e));var r=read(e,"binary");return assert(typeof r=="object"),r},typeof scriptArgs<"u"?Module.arguments=scriptArgs:typeof arguments<"u"&&(Module.arguments=arguments),typeof quit=="function"&&(Module.quit=function(t,e){quit(t)});else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(Module.read=function(e){var r=new XMLHttpRequest;return r.open("GET",e,!1),r.send(null),r.responseText},ENVIRONMENT_IS_WORKER&&(Module.readBinary=function(e){var r=new XMLHttpRequest;return r.open("GET",e,!1),r.responseType="arraybuffer",r.send(null),new Uint8Array(r.response)}),Module.readAsync=function(e,r,o){var a=new XMLHttpRequest;a.open("GET",e,!0),a.responseType="arraybuffer",a.onload=function(){a.status==200||a.status==0&&a.response?r(a.response):o()},a.onerror=o,a.send(null)},typeof arguments<"u"&&(Module.arguments=arguments),typeof console<"u")Module.print||(Module.print=function(e){console.log(e)}),Module.printErr||(Module.printErr=function(e){console.warn(e)});else{var TRY_USE_DUMP=!1;Module.print||(Module.print=TRY_USE_DUMP&&typeof dump<"u"?function(t){dump(t)}:function(t){})}ENVIRONMENT_IS_WORKER&&(Module.load=importScripts),typeof Module.setWindowTitle>"u"&&(Module.setWindowTitle=function(t){document.title=t})}else throw"Unknown runtime environment. Where are we?";function globalEval(t){eval.call(null,t)}!Module.load&&Module.read&&(Module.load=function(e){globalEval(Module.read(e))}),Module.print||(Module.print=function(){}),Module.printErr||(Module.printErr=Module.print),Module.arguments||(Module.arguments=[]),Module.thisProgram||(Module.thisProgram="./this.program"),Module.quit||(Module.quit=function(t,e){throw e}),Module.print=Module.print,Module.printErr=Module.printErr,Module.preRun=[],Module.postRun=[];for(var key in moduleOverrides)moduleOverrides.hasOwnProperty(key)&&(Module[key]=moduleOverrides[key]);moduleOverrides=void 0;var Runtime={setTempRet0:function(t){return tempRet0=t,t},getTempRet0:function(){return tempRet0},stackSave:function(){return STACKTOP},stackRestore:function(t){STACKTOP=t},getNativeTypeSize:function(t){switch(t){case"i1":case"i8":return 1;case"i16":return 2;case"i32":return 4;case"i64":return 8;case"float":return 4;case"double":return 8;default:{if(t[t.length-1]==="*")return Runtime.QUANTUM_SIZE;if(t[0]==="i"){var e=parseInt(t.substr(1));return assert(e%8===0),e/8}else return 0}}},getNativeFieldSize:function(t){return Math.max(Runtime.getNativeTypeSize(t),Runtime.QUANTUM_SIZE)},STACK_ALIGN:16,prepVararg:function(t,e){return e==="double"||e==="i64"?t&7&&(assert((t&7)===4),t+=4):assert((t&3)===0),t},getAlignSize:function(t,e,r){return!r&&(t=="i64"||t=="double")?8:t?Math.min(e||(t?Runtime.getNativeFieldSize(t):0),Runtime.QUANTUM_SIZE):Math.min(e,8)},dynCall:function(t,e,r){return r&&r.length?Module["dynCall_"+t].apply(null,[e].concat(r)):Module["dynCall_"+t].call(null,e)},functionPointers:[],addFunction:function(t){for(var e=0;e>2],r=(e+t+15|0)&-16;if(HEAP32[DYNAMICTOP_PTR>>2]=r,r>=TOTAL_MEMORY){var o=enlargeMemory();if(!o)return HEAP32[DYNAMICTOP_PTR>>2]=e,0}return e},alignMemory:function(t,e){var r=t=Math.ceil(t/(e||16))*(e||16);return r},makeBigInt:function(t,e,r){var o=r?+(t>>>0)+ +(e>>>0)*4294967296:+(t>>>0)+ +(e|0)*4294967296;return o},GLOBAL_BASE:8,QUANTUM_SIZE:4,__dummy__:0};Module.Runtime=Runtime;var ABORT=0,EXITSTATUS=0;function assert(t,e){t||abort("Assertion failed: "+e)}function getCFunc(ident){var func=Module["_"+ident];if(!func)try{func=eval("_"+ident)}catch(t){}return assert(func,"Cannot call unknown function "+ident+" (perhaps LLVM optimizations or closure removed it?)"),func}var cwrap,ccall;(function(){var JSfuncs={stackSave:function(){Runtime.stackSave()},stackRestore:function(){Runtime.stackRestore()},arrayToC:function(t){var e=Runtime.stackAlloc(t.length);return writeArrayToMemory(t,e),e},stringToC:function(t){var e=0;if(t!=null&&t!==0){var r=(t.length<<2)+1;e=Runtime.stackAlloc(r),stringToUTF8(t,e,r)}return e}},toC={string:JSfuncs.stringToC,array:JSfuncs.arrayToC};ccall=function(e,r,o,a,n){var u=getCFunc(e),A=[],p=0;if(a)for(var h=0;h>0]=e;break;case"i8":HEAP8[t>>0]=e;break;case"i16":HEAP16[t>>1]=e;break;case"i32":HEAP32[t>>2]=e;break;case"i64":tempI64=[e>>>0,(tempDouble=e,+Math_abs(tempDouble)>=1?tempDouble>0?(Math_min(+Math_floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math_ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[t>>2]=tempI64[0],HEAP32[t+4>>2]=tempI64[1];break;case"float":HEAPF32[t>>2]=e;break;case"double":HEAPF64[t>>3]=e;break;default:abort("invalid type for setValue: "+r)}}Module.setValue=setValue;function getValue(t,e,r){switch(e=e||"i8",e.charAt(e.length-1)==="*"&&(e="i32"),e){case"i1":return HEAP8[t>>0];case"i8":return HEAP8[t>>0];case"i16":return HEAP16[t>>1];case"i32":return HEAP32[t>>2];case"i64":return HEAP32[t>>2];case"float":return HEAPF32[t>>2];case"double":return HEAPF64[t>>3];default:abort("invalid type for setValue: "+e)}return null}Module.getValue=getValue;var ALLOC_NORMAL=0,ALLOC_STACK=1,ALLOC_STATIC=2,ALLOC_DYNAMIC=3,ALLOC_NONE=4;Module.ALLOC_NORMAL=ALLOC_NORMAL,Module.ALLOC_STACK=ALLOC_STACK,Module.ALLOC_STATIC=ALLOC_STATIC,Module.ALLOC_DYNAMIC=ALLOC_DYNAMIC,Module.ALLOC_NONE=ALLOC_NONE;function allocate(t,e,r,o){var a,n;typeof t=="number"?(a=!0,n=t):(a=!1,n=t.length);var u=typeof e=="string"?e:null,A;if(r==ALLOC_NONE?A=o:A=[typeof _malloc=="function"?_malloc:Runtime.staticAlloc,Runtime.stackAlloc,Runtime.staticAlloc,Runtime.dynamicAlloc][r===void 0?ALLOC_STATIC:r](Math.max(n,u?1:e.length)),a){var o=A,p;for(assert((A&3)==0),p=A+(n&-4);o>2]=0;for(p=A+n;o>0]=0;return A}if(u==="i8")return t.subarray||t.slice?HEAPU8.set(t,A):HEAPU8.set(new Uint8Array(t),A),A;for(var h=0,E,I,v;h>0],r|=o,!(o==0&&!e||(a++,e&&a==e)););e||(e=a);var n="";if(r<128){for(var u=1024,A;e>0;)A=String.fromCharCode.apply(String,HEAPU8.subarray(t,t+Math.min(e,u))),n=n?n+A:A,t+=u,e-=u;return n}return Module.UTF8ToString(t)}Module.Pointer_stringify=Pointer_stringify;function AsciiToString(t){for(var e="";;){var r=HEAP8[t++>>0];if(!r)return e;e+=String.fromCharCode(r)}}Module.AsciiToString=AsciiToString;function stringToAscii(t,e){return writeAsciiToMemory(t,e,!1)}Module.stringToAscii=stringToAscii;var UTF8Decoder=typeof TextDecoder<"u"?new TextDecoder("utf8"):void 0;function UTF8ArrayToString(t,e){for(var r=e;t[r];)++r;if(r-e>16&&t.subarray&&UTF8Decoder)return UTF8Decoder.decode(t.subarray(e,r));for(var o,a,n,u,A,p,h="";;){if(o=t[e++],!o)return h;if(!(o&128)){h+=String.fromCharCode(o);continue}if(a=t[e++]&63,(o&224)==192){h+=String.fromCharCode((o&31)<<6|a);continue}if(n=t[e++]&63,(o&240)==224?o=(o&15)<<12|a<<6|n:(u=t[e++]&63,(o&248)==240?o=(o&7)<<18|a<<12|n<<6|u:(A=t[e++]&63,(o&252)==248?o=(o&3)<<24|a<<18|n<<12|u<<6|A:(p=t[e++]&63,o=(o&1)<<30|a<<24|n<<18|u<<12|A<<6|p))),o<65536)h+=String.fromCharCode(o);else{var E=o-65536;h+=String.fromCharCode(55296|E>>10,56320|E&1023)}}}Module.UTF8ArrayToString=UTF8ArrayToString;function UTF8ToString(t){return UTF8ArrayToString(HEAPU8,t)}Module.UTF8ToString=UTF8ToString;function stringToUTF8Array(t,e,r,o){if(!(o>0))return 0;for(var a=r,n=r+o-1,u=0;u=55296&&A<=57343&&(A=65536+((A&1023)<<10)|t.charCodeAt(++u)&1023),A<=127){if(r>=n)break;e[r++]=A}else if(A<=2047){if(r+1>=n)break;e[r++]=192|A>>6,e[r++]=128|A&63}else if(A<=65535){if(r+2>=n)break;e[r++]=224|A>>12,e[r++]=128|A>>6&63,e[r++]=128|A&63}else if(A<=2097151){if(r+3>=n)break;e[r++]=240|A>>18,e[r++]=128|A>>12&63,e[r++]=128|A>>6&63,e[r++]=128|A&63}else if(A<=67108863){if(r+4>=n)break;e[r++]=248|A>>24,e[r++]=128|A>>18&63,e[r++]=128|A>>12&63,e[r++]=128|A>>6&63,e[r++]=128|A&63}else{if(r+5>=n)break;e[r++]=252|A>>30,e[r++]=128|A>>24&63,e[r++]=128|A>>18&63,e[r++]=128|A>>12&63,e[r++]=128|A>>6&63,e[r++]=128|A&63}}return e[r]=0,r-a}Module.stringToUTF8Array=stringToUTF8Array;function stringToUTF8(t,e,r){return stringToUTF8Array(t,HEAPU8,e,r)}Module.stringToUTF8=stringToUTF8;function lengthBytesUTF8(t){for(var e=0,r=0;r=55296&&o<=57343&&(o=65536+((o&1023)<<10)|t.charCodeAt(++r)&1023),o<=127?++e:o<=2047?e+=2:o<=65535?e+=3:o<=2097151?e+=4:o<=67108863?e+=5:e+=6}return e}Module.lengthBytesUTF8=lengthBytesUTF8;var UTF16Decoder=typeof TextDecoder<"u"?new TextDecoder("utf-16le"):void 0;function demangle(t){var e=Module.___cxa_demangle||Module.__cxa_demangle;if(e){try{var r=t.substr(1),o=lengthBytesUTF8(r)+1,a=_malloc(o);stringToUTF8(r,a,o);var n=_malloc(4),u=e(a,0,0,n);if(getValue(n,"i32")===0&&u)return Pointer_stringify(u)}catch{}finally{a&&_free(a),n&&_free(n),u&&_free(u)}return t}return Runtime.warnOnce("warning: build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling"),t}function demangleAll(t){var e=/__Z[\w\d_]+/g;return t.replace(e,function(r){var o=demangle(r);return r===o?r:r+" ["+o+"]"})}function jsStackTrace(){var t=new Error;if(!t.stack){try{throw new Error(0)}catch(e){t=e}if(!t.stack)return"(no stack trace available)"}return t.stack.toString()}function stackTrace(){var t=jsStackTrace();return Module.extraStackTrace&&(t+=` -`+Module.extraStackTrace()),demangleAll(t)}Module.stackTrace=stackTrace;var HEAP,buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferViews(){Module.HEAP8=HEAP8=new Int8Array(buffer),Module.HEAP16=HEAP16=new Int16Array(buffer),Module.HEAP32=HEAP32=new Int32Array(buffer),Module.HEAPU8=HEAPU8=new Uint8Array(buffer),Module.HEAPU16=HEAPU16=new Uint16Array(buffer),Module.HEAPU32=HEAPU32=new Uint32Array(buffer),Module.HEAPF32=HEAPF32=new Float32Array(buffer),Module.HEAPF64=HEAPF64=new Float64Array(buffer)}var STATIC_BASE,STATICTOP,staticSealed,STACK_BASE,STACKTOP,STACK_MAX,DYNAMIC_BASE,DYNAMICTOP_PTR;STATIC_BASE=STATICTOP=STACK_BASE=STACKTOP=STACK_MAX=DYNAMIC_BASE=DYNAMICTOP_PTR=0,staticSealed=!1;function abortOnCannotGrowMemory(){abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value "+TOTAL_MEMORY+", (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 ")}function enlargeMemory(){abortOnCannotGrowMemory()}var TOTAL_STACK=Module.TOTAL_STACK||5242880,TOTAL_MEMORY=Module.TOTAL_MEMORY||134217728;TOTAL_MEMORY0;){var e=t.shift();if(typeof e=="function"){e();continue}var r=e.func;typeof r=="number"?e.arg===void 0?Module.dynCall_v(r):Module.dynCall_vi(r,e.arg):r(e.arg===void 0?null:e.arg)}}var __ATPRERUN__=[],__ATINIT__=[],__ATMAIN__=[],__ATEXIT__=[],__ATPOSTRUN__=[],runtimeInitialized=!1,runtimeExited=!1;function preRun(){if(Module.preRun)for(typeof Module.preRun=="function"&&(Module.preRun=[Module.preRun]);Module.preRun.length;)addOnPreRun(Module.preRun.shift());callRuntimeCallbacks(__ATPRERUN__)}function ensureInitRuntime(){runtimeInitialized||(runtimeInitialized=!0,callRuntimeCallbacks(__ATINIT__))}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function exitRuntime(){callRuntimeCallbacks(__ATEXIT__),runtimeExited=!0}function postRun(){if(Module.postRun)for(typeof Module.postRun=="function"&&(Module.postRun=[Module.postRun]);Module.postRun.length;)addOnPostRun(Module.postRun.shift());callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(t){__ATPRERUN__.unshift(t)}Module.addOnPreRun=addOnPreRun;function addOnInit(t){__ATINIT__.unshift(t)}Module.addOnInit=addOnInit;function addOnPreMain(t){__ATMAIN__.unshift(t)}Module.addOnPreMain=addOnPreMain;function addOnExit(t){__ATEXIT__.unshift(t)}Module.addOnExit=addOnExit;function addOnPostRun(t){__ATPOSTRUN__.unshift(t)}Module.addOnPostRun=addOnPostRun;function intArrayFromString(t,e,r){var o=r>0?r:lengthBytesUTF8(t)+1,a=new Array(o),n=stringToUTF8Array(t,a,0,a.length);return e&&(a.length=n),a}Module.intArrayFromString=intArrayFromString;function intArrayToString(t){for(var e=[],r=0;r255&&(o&=255),e.push(String.fromCharCode(o))}return e.join("")}Module.intArrayToString=intArrayToString;function writeStringToMemory(t,e,r){Runtime.warnOnce("writeStringToMemory is deprecated and should not be called! Use stringToUTF8() instead!");var o,a;r&&(a=e+lengthBytesUTF8(t),o=HEAP8[a]),stringToUTF8(t,e,1/0),r&&(HEAP8[a]=o)}Module.writeStringToMemory=writeStringToMemory;function writeArrayToMemory(t,e){HEAP8.set(t,e)}Module.writeArrayToMemory=writeArrayToMemory;function writeAsciiToMemory(t,e,r){for(var o=0;o>0]=t.charCodeAt(o);r||(HEAP8[e>>0]=0)}if(Module.writeAsciiToMemory=writeAsciiToMemory,(!Math.imul||Math.imul(4294967295,5)!==-5)&&(Math.imul=function t(e,r){var o=e>>>16,a=e&65535,n=r>>>16,u=r&65535;return a*u+(o*u+a*n<<16)|0}),Math.imul=Math.imul,!Math.fround){var froundBuffer=new Float32Array(1);Math.fround=function(t){return froundBuffer[0]=t,froundBuffer[0]}}Math.fround=Math.fround,Math.clz32||(Math.clz32=function(t){t=t>>>0;for(var e=0;e<32;e++)if(t&1<<31-e)return e;return 32}),Math.clz32=Math.clz32,Math.trunc||(Math.trunc=function(t){return t<0?Math.ceil(t):Math.floor(t)}),Math.trunc=Math.trunc;var Math_abs=Math.abs,Math_cos=Math.cos,Math_sin=Math.sin,Math_tan=Math.tan,Math_acos=Math.acos,Math_asin=Math.asin,Math_atan=Math.atan,Math_atan2=Math.atan2,Math_exp=Math.exp,Math_log=Math.log,Math_sqrt=Math.sqrt,Math_ceil=Math.ceil,Math_floor=Math.floor,Math_pow=Math.pow,Math_imul=Math.imul,Math_fround=Math.fround,Math_round=Math.round,Math_min=Math.min,Math_clz32=Math.clz32,Math_trunc=Math.trunc,runDependencies=0,runDependencyWatcher=null,dependenciesFulfilled=null;function getUniqueRunDependency(t){return t}function addRunDependency(t){runDependencies++,Module.monitorRunDependencies&&Module.monitorRunDependencies(runDependencies)}Module.addRunDependency=addRunDependency;function removeRunDependency(t){if(runDependencies--,Module.monitorRunDependencies&&Module.monitorRunDependencies(runDependencies),runDependencies==0&&(runDependencyWatcher!==null&&(clearInterval(runDependencyWatcher),runDependencyWatcher=null),dependenciesFulfilled)){var e=dependenciesFulfilled;dependenciesFulfilled=null,e()}}Module.removeRunDependency=removeRunDependency,Module.preloadedImages={},Module.preloadedAudios={};var ASM_CONSTS=[function(t,e,r,o,a,n,u,A){return _nbind.callbackSignatureList[t].apply(this,arguments)}];function _emscripten_asm_const_iiiiiiii(t,e,r,o,a,n,u,A){return ASM_CONSTS[t](e,r,o,a,n,u,A)}function _emscripten_asm_const_iiiii(t,e,r,o,a){return ASM_CONSTS[t](e,r,o,a)}function _emscripten_asm_const_iiidddddd(t,e,r,o,a,n,u,A,p){return ASM_CONSTS[t](e,r,o,a,n,u,A,p)}function _emscripten_asm_const_iiididi(t,e,r,o,a,n,u){return ASM_CONSTS[t](e,r,o,a,n,u)}function _emscripten_asm_const_iiii(t,e,r,o){return ASM_CONSTS[t](e,r,o)}function _emscripten_asm_const_iiiid(t,e,r,o,a){return ASM_CONSTS[t](e,r,o,a)}function _emscripten_asm_const_iiiiii(t,e,r,o,a,n){return ASM_CONSTS[t](e,r,o,a,n)}STATIC_BASE=Runtime.GLOBAL_BASE,STATICTOP=STATIC_BASE+12800,__ATINIT__.push({func:function(){__GLOBAL__sub_I_Yoga_cpp()}},{func:function(){__GLOBAL__sub_I_nbind_cc()}},{func:function(){__GLOBAL__sub_I_common_cc()}},{func:function(){__GLOBAL__sub_I_Binding_cc()}}),allocate([0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,127,0,0,192,127,0,0,192,127,0,0,192,127,3,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,3,0,0,0,0,0,192,127,3,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,127,0,0,192,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,127,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,127,0,0,192,127,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,0,0,128,191,0,0,128,191,0,0,192,127,0,0,0,0,0,0,0,0,0,0,128,63,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,0,1,0,0,0,2,0,0,0,0,0,0,0,190,12,0,0,200,12,0,0,208,12,0,0,216,12,0,0,230,12,0,0,242,12,0,0,1,0,0,0,3,0,0,0,0,0,0,0,2,0,0,0,0,0,192,127,3,0,0,0,180,45,0,0,181,45,0,0,182,45,0,0,181,45,0,0,182,45,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,183,45,0,0,181,45,0,0,181,45,0,0,181,45,0,0,181,45,0,0,181,45,0,0,181,45,0,0,184,45,0,0,185,45,0,0,181,45,0,0,181,45,0,0,182,45,0,0,186,45,0,0,185,45,0,0,148,4,0,0,3,0,0,0,187,45,0,0,164,4,0,0,188,45,0,0,2,0,0,0,189,45,0,0,164,4,0,0,188,45,0,0,185,45,0,0,164,4,0,0,185,45,0,0,164,4,0,0,188,45,0,0,181,45,0,0,182,45,0,0,181,45,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5,0,0,0,6,0,0,0,1,0,0,0,7,0,0,0,183,45,0,0,182,45,0,0,181,45,0,0,190,45,0,0,190,45,0,0,182,45,0,0,182,45,0,0,185,45,0,0,181,45,0,0,185,45,0,0,182,45,0,0,181,45,0,0,185,45,0,0,182,45,0,0,185,45,0,0,48,5,0,0,3,0,0,0,56,5,0,0,1,0,0,0,189,45,0,0,185,45,0,0,164,4,0,0,76,5,0,0,2,0,0,0,191,45,0,0,186,45,0,0,182,45,0,0,185,45,0,0,192,45,0,0,185,45,0,0,182,45,0,0,186,45,0,0,185,45,0,0,76,5,0,0,76,5,0,0,136,5,0,0,182,45,0,0,181,45,0,0,2,0,0,0,190,45,0,0,136,5,0,0,56,19,0,0,156,5,0,0,2,0,0,0,184,45,0,0,0,0,0,0,0,0,0,0,1,0,0,0,8,0,0,0,9,0,0,0,1,0,0,0,10,0,0,0,204,5,0,0,181,45,0,0,181,45,0,0,2,0,0,0,180,45,0,0,204,5,0,0,2,0,0,0,195,45,0,0,236,5,0,0,97,19,0,0,198,45,0,0,211,45,0,0,212,45,0,0,213,45,0,0,214,45,0,0,215,45,0,0,188,45,0,0,182,45,0,0,216,45,0,0,217,45,0,0,218,45,0,0,219,45,0,0,192,45,0,0,181,45,0,0,0,0,0,0,185,45,0,0,110,19,0,0,186,45,0,0,115,19,0,0,221,45,0,0,120,19,0,0,148,4,0,0,132,19,0,0,96,6,0,0,145,19,0,0,222,45,0,0,164,19,0,0,223,45,0,0,173,19,0,0,0,0,0,0,3,0,0,0,104,6,0,0,1,0,0,0,187,45,0,0,0,0,0,0,0,0,0,0,1,0,0,0,11,0,0,0,12,0,0,0,1,0,0,0,13,0,0,0,185,45,0,0,224,45,0,0,164,6,0,0,188,45,0,0,172,6,0,0,180,6,0,0,2,0,0,0,188,6,0,0,7,0,0,0,224,45,0,0,7,0,0,0,164,6,0,0,1,0,0,0,213,45,0,0,185,45,0,0,224,45,0,0,172,6,0,0,185,45,0,0,224,45,0,0,164,6,0,0,185,45,0,0,224,45,0,0,211,45,0,0,211,45,0,0,222,45,0,0,211,45,0,0,224,45,0,0,222,45,0,0,211,45,0,0,224,45,0,0,172,6,0,0,222,45,0,0,211,45,0,0,224,45,0,0,188,45,0,0,222,45,0,0,211,45,0,0,40,7,0,0,188,45,0,0,2,0,0,0,224,45,0,0,185,45,0,0,188,45,0,0,188,45,0,0,188,45,0,0,188,45,0,0,222,45,0,0,224,45,0,0,148,4,0,0,185,45,0,0,148,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,185,45,0,0,164,6,0,0,148,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,14,0,0,0,15,0,0,0,1,0,0,0,16,0,0,0,148,7,0,0,2,0,0,0,225,45,0,0,183,45,0,0,188,45,0,0,168,7,0,0,5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,234,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,9,0,0,5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,2,0,0,0,242,45,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,111,117,108,100,32,110,111,116,32,97,108,108,111,99,97,116,101,32,109,101,109,111,114,121,32,102,111,114,32,110,111,100,101,0,67,97,110,110,111,116,32,114,101,115,101,116,32,97,32,110,111,100,101,32,119,104,105,99,104,32,115,116,105,108,108,32,104,97,115,32,99,104,105,108,100,114,101,110,32,97,116,116,97,99,104,101,100,0,67,97,110,110,111,116,32,114,101,115,101,116,32,97,32,110,111,100,101,32,115,116,105,108,108,32,97,116,116,97,99,104,101,100,32,116,111,32,97,32,112,97,114,101,110,116,0,67,111,117,108,100,32,110,111,116,32,97,108,108,111,99,97,116,101,32,109,101,109,111,114,121,32,102,111,114,32,99,111,110,102,105,103,0,67,97,110,110,111,116,32,115,101,116,32,109,101,97,115,117,114,101,32,102,117,110,99,116,105,111,110,58,32,78,111,100,101,115,32,119,105,116,104,32,109,101,97,115,117,114,101,32,102,117,110,99,116,105,111,110,115,32,99,97,110,110,111,116,32,104,97,118,101,32,99,104,105,108,100,114,101,110,46,0,67,104,105,108,100,32,97,108,114,101,97,100,121,32,104,97,115,32,97,32,112,97,114,101,110,116,44,32,105,116,32,109,117,115,116,32,98,101,32,114,101,109,111,118,101,100,32,102,105,114,115,116,46,0,67,97,110,110,111,116,32,97,100,100,32,99,104,105,108,100,58,32,78,111,100,101,115,32,119,105,116,104,32,109,101,97,115,117,114,101,32,102,117,110,99,116,105,111,110,115,32,99,97,110,110,111,116,32,104,97,118,101,32,99,104,105,108,100,114,101,110,46,0,79,110,108,121,32,108,101,97,102,32,110,111,100,101,115,32,119,105,116,104,32,99,117,115,116,111,109,32,109,101,97,115,117,114,101,32,102,117,110,99,116,105,111,110,115,115,104,111,117,108,100,32,109,97,110,117,97,108,108,121,32,109,97,114,107,32,116,104,101,109,115,101,108,118,101,115,32,97,115,32,100,105,114,116,121,0,67,97,110,110,111,116,32,103,101,116,32,108,97,121,111,117,116,32,112,114,111,112,101,114,116,105,101,115,32,111,102,32,109,117,108,116,105,45,101,100,103,101,32,115,104,111,114,116,104,97,110,100,115,0,37,115,37,100,46,123,91,115,107,105,112,112,101,100,93,32,0,119,109,58,32,37,115,44,32,104,109,58,32,37,115,44,32,97,119,58,32,37,102,32,97,104,58,32,37,102,32,61,62,32,100,58,32,40,37,102,44,32,37,102,41,32,37,115,10,0,37,115,37,100,46,123,37,115,0,42,0,119,109,58,32,37,115,44,32,104,109,58,32,37,115,44,32,97,119,58,32,37,102,32,97,104,58,32,37,102,32,37,115,10,0,37,115,37,100,46,125,37,115,0,119,109,58,32,37,115,44,32,104,109,58,32,37,115,44,32,100,58,32,40,37,102,44,32,37,102,41,32,37,115,10,0,79,117,116,32,111,102,32,99,97,99,104,101,32,101,110,116,114,105,101,115,33,10,0,83,99,97,108,101,32,102,97,99,116,111,114,32,115,104,111,117,108,100,32,110,111,116,32,98,101,32,108,101,115,115,32,116,104,97,110,32,122,101,114,111,0,105,110,105,116,105,97,108,0,37,115,10,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,85,78,68,69,70,73,78,69,68,0,69,88,65,67,84,76,89,0,65,84,95,77,79,83,84,0,76,65,89,95,85,78,68,69,70,73,78,69,68,0,76,65,89,95,69,88,65,67,84,76,89,0,76,65,89,95,65,84,95,77,79,83,84,0,97,118,97,105,108,97,98,108,101,87,105,100,116,104,32,105,115,32,105,110,100,101,102,105,110,105,116,101,32,115,111,32,119,105,100,116,104,77,101,97,115,117,114,101,77,111,100,101,32,109,117,115,116,32,98,101,32,89,71,77,101,97,115,117,114,101,77,111,100,101,85,110,100,101,102,105,110,101,100,0,97,118,97,105,108,97,98,108,101,72,101,105,103,104,116,32,105,115,32,105,110,100,101,102,105,110,105,116,101,32,115,111,32,104,101,105,103,104,116,77,101,97,115,117,114,101,77,111,100,101,32,109,117,115,116,32,98,101,32,89,71,77,101,97,115,117,114,101,77,111,100,101,85,110,100,101,102,105,110,101,100,0,102,108,101,120,0,115,116,114,101,116,99,104,0,109,117,108,116,105,108,105,110,101,45,115,116,114,101,116,99,104,0,69,120,112,101,99,116,101,100,32,110,111,100,101,32,116,111,32,104,97,118,101,32,99,117,115,116,111,109,32,109,101,97,115,117,114,101,32,102,117,110,99,116,105,111,110,0,109,101,97,115,117,114,101,0,69,120,112,101,99,116,32,99,117,115,116,111,109,32,98,97,115,101,108,105,110,101,32,102,117,110,99,116,105,111,110,32,116,111,32,110,111,116,32,114,101,116,117,114,110,32,78,97,78,0,97,98,115,45,109,101,97,115,117,114,101,0,97,98,115,45,108,97,121,111,117,116,0,78,111,100,101,0,99,114,101,97,116,101,68,101,102,97,117,108,116,0,99,114,101,97,116,101,87,105,116,104,67,111,110,102,105,103,0,100,101,115,116,114,111,121,0,114,101,115,101,116,0,99,111,112,121,83,116,121,108,101,0,115,101,116,80,111,115,105,116,105,111,110,84,121,112,101,0,115,101,116,80,111,115,105,116,105,111,110,0,115,101,116,80,111,115,105,116,105,111,110,80,101,114,99,101,110,116,0,115,101,116,65,108,105,103,110,67,111,110,116,101,110,116,0,115,101,116,65,108,105,103,110,73,116,101,109,115,0,115,101,116,65,108,105,103,110,83,101,108,102,0,115,101,116,70,108,101,120,68,105,114,101,99,116,105,111,110,0,115,101,116,70,108,101,120,87,114,97,112,0,115,101,116,74,117,115,116,105,102,121,67,111,110,116,101,110,116,0,115,101,116,77,97,114,103,105,110,0,115,101,116,77,97,114,103,105,110,80,101,114,99,101,110,116,0,115,101,116,77,97,114,103,105,110,65,117,116,111,0,115,101,116,79,118,101,114,102,108,111,119,0,115,101,116,68,105,115,112,108,97,121,0,115,101,116,70,108,101,120,0,115,101,116,70,108,101,120,66,97,115,105,115,0,115,101,116,70,108,101,120,66,97,115,105,115,80,101,114,99,101,110,116,0,115,101,116,70,108,101,120,71,114,111,119,0,115,101,116,70,108,101,120,83,104,114,105,110,107,0,115,101,116,87,105,100,116,104,0,115,101,116,87,105,100,116,104,80,101,114,99,101,110,116,0,115,101,116,87,105,100,116,104,65,117,116,111,0,115,101,116,72,101,105,103,104,116,0,115,101,116,72,101,105,103,104,116,80,101,114,99,101,110,116,0,115,101,116,72,101,105,103,104,116,65,117,116,111,0,115,101,116,77,105,110,87,105,100,116,104,0,115,101,116,77,105,110,87,105,100,116,104,80,101,114,99,101,110,116,0,115,101,116,77,105,110,72,101,105,103,104,116,0,115,101,116,77,105,110,72,101,105,103,104,116,80,101,114,99,101,110,116,0,115,101,116,77,97,120,87,105,100,116,104,0,115,101,116,77,97,120,87,105,100,116,104,80,101,114,99,101,110,116,0,115,101,116,77,97,120,72,101,105,103,104,116,0,115,101,116,77,97,120,72,101,105,103,104,116,80,101,114,99,101,110,116,0,115,101,116,65,115,112,101,99,116,82,97,116,105,111,0,115,101,116,66,111,114,100,101,114,0,115,101,116,80,97,100,100,105,110,103,0,115,101,116,80,97,100,100,105,110,103,80,101,114,99,101,110,116,0,103,101,116,80,111,115,105,116,105,111,110,84,121,112,101,0,103,101,116,80,111,115,105,116,105,111,110,0,103,101,116,65,108,105,103,110,67,111,110,116,101,110,116,0,103,101,116,65,108,105,103,110,73,116,101,109,115,0,103,101,116,65,108,105,103,110,83,101,108,102,0,103,101,116,70,108,101,120,68,105,114,101,99,116,105,111,110,0,103,101,116,70,108,101,120,87,114,97,112,0,103,101,116,74,117,115,116,105,102,121,67,111,110,116,101,110,116,0,103,101,116,77,97,114,103,105,110,0,103,101,116,70,108,101,120,66,97,115,105,115,0,103,101,116,70,108,101,120,71,114,111,119,0,103,101,116,70,108,101,120,83,104,114,105,110,107,0,103,101,116,87,105,100,116,104,0,103,101,116,72,101,105,103,104,116,0,103,101,116,77,105,110,87,105,100,116,104,0,103,101,116,77,105,110,72,101,105,103,104,116,0,103,101,116,77,97,120,87,105,100,116,104,0,103,101,116,77,97,120,72,101,105,103,104,116,0,103,101,116,65,115,112,101,99,116,82,97,116,105,111,0,103,101,116,66,111,114,100,101,114,0,103,101,116,79,118,101,114,102,108,111,119,0,103,101,116,68,105,115,112,108,97,121,0,103,101,116,80,97,100,100,105,110,103,0,105,110,115,101,114,116,67,104,105,108,100,0,114,101,109,111,118,101,67,104,105,108,100,0,103,101,116,67,104,105,108,100,67,111,117,110,116,0,103,101,116,80,97,114,101,110,116,0,103,101,116,67,104,105,108,100,0,115,101,116,77,101,97,115,117,114,101,70,117,110,99,0,117,110,115,101,116,77,101,97,115,117,114,101,70,117,110,99,0,109,97,114,107,68,105,114,116,121,0,105,115,68,105,114,116,121,0,99,97,108,99,117,108,97,116,101,76,97,121,111,117,116,0,103,101,116,67,111,109,112,117,116,101,100,76,101,102,116,0,103,101,116,67,111,109,112,117,116,101,100,82,105,103,104,116,0,103,101,116,67,111,109,112,117,116,101,100,84,111,112,0,103,101,116,67,111,109,112,117,116,101,100,66,111,116,116,111,109,0,103,101,116,67,111,109,112,117,116,101,100,87,105,100,116,104,0,103,101,116,67,111,109,112,117,116,101,100,72,101,105,103,104,116,0,103,101,116,67,111,109,112,117,116,101,100,76,97,121,111,117,116,0,103,101,116,67,111,109,112,117,116,101,100,77,97,114,103,105,110,0,103,101,116,67,111,109,112,117,116,101,100,66,111,114,100,101,114,0,103,101,116,67,111,109,112,117,116,101,100,80,97,100,100,105,110,103,0,67,111,110,102,105,103,0,99,114,101,97,116,101,0,115,101,116,69,120,112,101,114,105,109,101,110,116,97,108,70,101,97,116,117,114,101,69,110,97,98,108,101,100,0,115,101,116,80,111,105,110,116,83,99,97,108,101,70,97,99,116,111,114,0,105,115,69,120,112,101,114,105,109,101,110,116,97,108,70,101,97,116,117,114,101,69,110,97,98,108,101,100,0,86,97,108,117,101,0,76,97,121,111,117,116,0,83,105,122,101,0,103,101,116,73,110,115,116,97,110,99,101,67,111,117,110,116,0,73,110,116,54,52,0,1,1,1,2,2,4,4,4,4,8,8,4,8,118,111,105,100,0,98,111,111,108,0,115,116,100,58,58,115,116,114,105,110,103,0,99,98,70,117,110,99,116,105,111,110,32,38,0,99,111,110,115,116,32,99,98,70,117,110,99,116,105,111,110,32,38,0,69,120,116,101,114,110,97,108,0,66,117,102,102,101,114,0,78,66,105,110,100,73,68,0,78,66,105,110,100,0,98,105,110,100,95,118,97,108,117,101,0,114,101,102,108,101,99,116,0,113,117,101,114,121,84,121,112,101,0,108,97,108,108,111,99,0,108,114,101,115,101,116,0,123,114,101,116,117,114,110,40,95,110,98,105,110,100,46,99,97,108,108,98,97,99,107,83,105,103,110,97,116,117,114,101,76,105,115,116,91,36,48,93,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,59,125,0,95,110,98,105,110,100,95,110,101,119,0,17,0,10,0,17,17,17,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,15,10,17,17,17,3,10,7,0,1,19,9,11,11,0,0,9,6,11,0,0,11,0,6,17,0,0,0,17,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,10,10,17,17,17,0,10,0,0,2,0,9,11,0,0,0,9,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,4,13,0,0,0,0,9,14,0,0,0,0,0,14,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,0,18,0,0,0,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,18,18,18,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,9,11,0,0,0,0,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,45,43,32,32,32,48,88,48,120,0,40,110,117,108,108,41,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,105,110,102,0,73,78,70,0,110,97,110,0,78,65,78,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,46,0,84,33,34,25,13,1,2,3,17,75,28,12,16,4,11,29,18,30,39,104,110,111,112,113,98,32,5,6,15,19,20,21,26,8,22,7,40,36,23,24,9,10,14,27,31,37,35,131,130,125,38,42,43,60,61,62,63,67,71,74,77,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,105,106,107,108,114,115,116,121,122,123,124,0,73,108,108,101,103,97,108,32,98,121,116,101,32,115,101,113,117,101,110,99,101,0,68,111,109,97,105,110,32,101,114,114,111,114,0,82,101,115,117,108,116,32,110,111,116,32,114,101,112,114,101,115,101,110,116,97,98,108,101,0,78,111,116,32,97,32,116,116,121,0,80,101,114,109,105,115,115,105,111,110,32,100,101,110,105,101,100,0,79,112,101,114,97,116,105,111,110,32,110,111,116,32,112,101,114,109,105,116,116,101,100,0,78,111,32,115,117,99,104,32,102,105,108,101,32,111,114,32,100,105,114,101,99,116,111,114,121,0,78,111,32,115,117,99,104,32,112,114,111,99,101,115,115,0,70,105,108,101,32,101,120,105,115,116,115,0,86,97,108,117,101,32,116,111,111,32,108,97,114,103,101,32,102,111,114,32,100,97,116,97,32,116,121,112,101,0,78,111,32,115,112,97,99,101,32,108,101,102,116,32,111,110,32,100,101,118,105,99,101,0,79,117,116,32,111,102,32,109,101,109,111,114,121,0,82,101,115,111,117,114,99,101,32,98,117,115,121,0,73,110,116,101,114,114,117,112,116,101,100,32,115,121,115,116,101,109,32,99,97,108,108,0,82,101,115,111,117,114,99,101,32,116,101,109,112,111,114,97,114,105,108,121,32,117,110,97,118,97,105,108,97,98,108,101,0,73,110,118,97,108,105,100,32,115,101,101,107,0,67,114,111,115,115,45,100,101,118,105,99,101,32,108,105,110,107,0,82,101,97,100,45,111,110,108,121,32,102,105,108,101,32,115,121,115,116,101,109,0,68,105,114,101,99,116,111,114,121,32,110,111,116,32,101,109,112,116,121,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,112,101,101,114,0,79,112,101,114,97,116,105,111,110,32,116,105,109,101,100,32,111,117,116,0,67,111,110,110,101,99,116,105,111,110,32,114,101,102,117,115,101,100,0,72,111,115,116,32,105,115,32,100,111,119,110,0,72,111,115,116,32,105,115,32,117,110,114,101,97,99,104,97,98,108,101,0,65,100,100,114,101,115,115,32,105,110,32,117,115,101,0,66,114,111,107,101,110,32,112,105,112,101,0,73,47,79,32,101,114,114,111,114,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,32,111,114,32,97,100,100,114,101,115,115,0,66,108,111,99,107,32,100,101,118,105,99,101,32,114,101,113,117,105,114,101,100,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,0,78,111,116,32,97,32,100,105,114,101,99,116,111,114,121,0,73,115,32,97,32,100,105,114,101,99,116,111,114,121,0,84,101,120,116,32,102,105,108,101,32,98,117,115,121,0,69,120,101,99,32,102,111,114,109,97,116,32,101,114,114,111,114,0,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,0,65,114,103,117,109,101,110,116,32,108,105,115,116,32,116,111,111,32,108,111,110,103,0,83,121,109,98,111,108,105,99,32,108,105,110,107,32,108,111,111,112,0,70,105,108,101,110,97,109,101,32,116,111,111,32,108,111,110,103,0,84,111,111,32,109,97,110,121,32,111,112,101,110,32,102,105,108,101,115,32,105,110,32,115,121,115,116,101,109,0,78,111,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,115,32,97,118,97,105,108,97,98,108,101,0,66,97,100,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,0,78,111,32,99,104,105,108,100,32,112,114,111,99,101,115,115,0,66,97,100,32,97,100,100,114,101,115,115,0,70,105,108,101,32,116,111,111,32,108,97,114,103,101,0,84,111,111,32,109,97,110,121,32,108,105,110,107,115,0,78,111,32,108,111,99,107,115,32,97,118,97,105,108,97,98,108,101,0,82,101,115,111,117,114,99,101,32,100,101,97,100,108,111,99,107,32,119,111,117,108,100,32,111,99,99,117,114,0,83,116,97,116,101,32,110,111,116,32,114,101,99,111,118,101,114,97,98,108,101,0,80,114,101,118,105,111,117,115,32,111,119,110,101,114,32,100,105,101,100,0,79,112,101,114,97,116,105,111,110,32,99,97,110,99,101,108,101,100,0,70,117,110,99,116,105,111,110,32,110,111,116,32,105,109,112,108,101,109,101,110,116,101,100,0,78,111,32,109,101,115,115,97,103,101,32,111,102,32,100,101,115,105,114,101,100,32,116,121,112,101,0,73,100,101,110,116,105,102,105,101,114,32,114,101,109,111,118,101,100,0,68,101,118,105,99,101,32,110,111,116,32,97,32,115,116,114,101,97,109,0,78,111,32,100,97,116,97,32,97,118,97,105,108,97,98,108,101,0,68,101,118,105,99,101,32,116,105,109,101,111,117,116,0,79,117,116,32,111,102,32,115,116,114,101,97,109,115,32,114,101,115,111,117,114,99,101,115,0,76,105,110,107,32,104,97,115,32,98,101,101,110,32,115,101,118,101,114,101,100,0,80,114,111,116,111,99,111,108,32,101,114,114,111,114,0,66,97,100,32,109,101,115,115,97,103,101,0,70,105,108,101,32,100,101,115,99,114,105,112,116,111,114,32,105,110,32,98,97,100,32,115,116,97,116,101,0,78,111,116,32,97,32,115,111,99,107,101,116,0,68,101,115,116,105,110,97,116,105,111,110,32,97,100,100,114,101,115,115,32,114,101,113,117,105,114,101,100,0,77,101,115,115,97,103,101,32,116,111,111,32,108,97,114,103,101,0,80,114,111,116,111,99,111,108,32,119,114,111,110,103,32,116,121,112,101,32,102,111,114,32,115,111,99,107,101,116,0,80,114,111,116,111,99,111,108,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,80,114,111,116,111,99,111,108,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,83,111,99,107,101,116,32,116,121,112,101,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,78,111,116,32,115,117,112,112,111,114,116,101,100,0,80,114,111,116,111,99,111,108,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,65,100,100,114,101,115,115,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,32,98,121,32,112,114,111,116,111,99,111,108,0,65,100,100,114,101,115,115,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,78,101,116,119,111,114,107,32,105,115,32,100,111,119,110,0,78,101,116,119,111,114,107,32,117,110,114,101,97,99,104,97,98,108,101,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,110,101,116,119,111,114,107,0,67,111,110,110,101,99,116,105,111,110,32,97,98,111,114,116,101,100,0,78,111,32,98,117,102,102,101,114,32,115,112,97,99,101,32,97,118,97,105,108,97,98,108,101,0,83,111,99,107,101,116,32,105,115,32,99,111,110,110,101,99,116,101,100,0,83,111,99,107,101,116,32,110,111,116,32,99,111,110,110,101,99,116,101,100,0,67,97,110,110,111,116,32,115,101,110,100,32,97,102,116,101,114,32,115,111,99,107,101,116,32,115,104,117,116,100,111,119,110,0,79,112,101,114,97,116,105,111,110,32,97,108,114,101,97,100,121,32,105,110,32,112,114,111,103,114,101,115,115,0,79,112,101,114,97,116,105,111,110,32,105,110,32,112,114,111,103,114,101,115,115,0,83,116,97,108,101,32,102,105,108,101,32,104,97,110,100,108,101,0,82,101,109,111,116,101,32,73,47,79,32,101,114,114,111,114,0,81,117,111,116,97,32,101,120,99,101,101,100,101,100,0,78,111,32,109,101,100,105,117,109,32,102,111,117,110,100,0,87,114,111,110,103,32,109,101,100,105,117,109,32,116,121,112,101,0,78,111,32,101,114,114,111,114,32,105,110,102,111,114,109,97,116,105,111,110,0,0],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE);var tempDoublePtr=STATICTOP;STATICTOP+=16;function _atexit(t,e){__ATEXIT__.unshift({func:t,arg:e})}function ___cxa_atexit(){return _atexit.apply(null,arguments)}function _abort(){Module.abort()}function __ZN8facebook4yoga14YGNodeToStringEPNSt3__212basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEP6YGNode14YGPrintOptionsj(){Module.printErr("missing function: _ZN8facebook4yoga14YGNodeToStringEPNSt3__212basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEP6YGNode14YGPrintOptionsj"),abort(-1)}function __decorate(t,e,r,o){var a=arguments.length,n=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,u;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(t,e,r,o);else for(var A=t.length-1;A>=0;A--)(u=t[A])&&(n=(a<3?u(n):a>3?u(e,r,n):u(e,r))||n);return a>3&&n&&Object.defineProperty(e,r,n),n}function _defineHidden(t){return function(e,r){Object.defineProperty(e,r,{configurable:!1,enumerable:!1,value:t,writable:!0})}}var _nbind={};function __nbind_free_external(t){_nbind.externalList[t].dereference(t)}function __nbind_reference_external(t){_nbind.externalList[t].reference()}function _llvm_stackrestore(t){var e=_llvm_stacksave,r=e.LLVM_SAVEDSTACKS[t];e.LLVM_SAVEDSTACKS.splice(t,1),Runtime.stackRestore(r)}function __nbind_register_pool(t,e,r,o){_nbind.Pool.pageSize=t,_nbind.Pool.usedPtr=e/4,_nbind.Pool.rootPtr=r,_nbind.Pool.pagePtr=o/4,HEAP32[e/4]=16909060,HEAP8[e]==1&&(_nbind.bigEndian=!0),HEAP32[e/4]=0,_nbind.makeTypeKindTbl=(n={},n[1024]=_nbind.PrimitiveType,n[64]=_nbind.Int64Type,n[2048]=_nbind.BindClass,n[3072]=_nbind.BindClassPtr,n[4096]=_nbind.SharedClassPtr,n[5120]=_nbind.ArrayType,n[6144]=_nbind.ArrayType,n[7168]=_nbind.CStringType,n[9216]=_nbind.CallbackType,n[10240]=_nbind.BindType,n),_nbind.makeTypeNameTbl={Buffer:_nbind.BufferType,External:_nbind.ExternalType,Int64:_nbind.Int64Type,_nbind_new:_nbind.CreateValueType,bool:_nbind.BooleanType,"cbFunction &":_nbind.CallbackType,"const cbFunction &":_nbind.CallbackType,"const std::string &":_nbind.StringType,"std::string":_nbind.StringType},Module.toggleLightGC=_nbind.toggleLightGC,_nbind.callUpcast=Module.dynCall_ii;var a=_nbind.makeType(_nbind.constructType,{flags:2048,id:0,name:""});a.proto=Module,_nbind.BindClass.list.push(a);var n}function _emscripten_set_main_loop_timing(t,e){if(Browser.mainLoop.timingMode=t,Browser.mainLoop.timingValue=e,!Browser.mainLoop.func)return 1;if(t==0)Browser.mainLoop.scheduler=function(){var u=Math.max(0,Browser.mainLoop.tickStartTime+e-_emscripten_get_now())|0;setTimeout(Browser.mainLoop.runner,u)},Browser.mainLoop.method="timeout";else if(t==1)Browser.mainLoop.scheduler=function(){Browser.requestAnimationFrame(Browser.mainLoop.runner)},Browser.mainLoop.method="rAF";else if(t==2){if(!window.setImmediate){let n=function(u){u.source===window&&u.data===o&&(u.stopPropagation(),r.shift()())};var a=n,r=[],o="setimmediate";window.addEventListener("message",n,!0),window.setImmediate=function(A){r.push(A),ENVIRONMENT_IS_WORKER?(Module.setImmediates===void 0&&(Module.setImmediates=[]),Module.setImmediates.push(A),window.postMessage({target:o})):window.postMessage(o,"*")}}Browser.mainLoop.scheduler=function(){window.setImmediate(Browser.mainLoop.runner)},Browser.mainLoop.method="immediate"}return 0}function _emscripten_get_now(){abort()}function _emscripten_set_main_loop(t,e,r,o,a){Module.noExitRuntime=!0,assert(!Browser.mainLoop.func,"emscripten_set_main_loop: there can only be one main loop function at once: call emscripten_cancel_main_loop to cancel the previous one before setting a new one with different parameters."),Browser.mainLoop.func=t,Browser.mainLoop.arg=o;var n;typeof o<"u"?n=function(){Module.dynCall_vi(t,o)}:n=function(){Module.dynCall_v(t)};var u=Browser.mainLoop.currentlyRunningMainloop;if(Browser.mainLoop.runner=function(){if(!ABORT){if(Browser.mainLoop.queue.length>0){var p=Date.now(),h=Browser.mainLoop.queue.shift();if(h.func(h.arg),Browser.mainLoop.remainingBlockers){var E=Browser.mainLoop.remainingBlockers,I=E%1==0?E-1:Math.floor(E);h.counted?Browser.mainLoop.remainingBlockers=I:(I=I+.5,Browser.mainLoop.remainingBlockers=(8*E+I)/9)}if(console.log('main loop blocker "'+h.name+'" took '+(Date.now()-p)+" ms"),Browser.mainLoop.updateStatus(),u1&&Browser.mainLoop.currentFrameNumber%Browser.mainLoop.timingValue!=0){Browser.mainLoop.scheduler();return}else Browser.mainLoop.timingMode==0&&(Browser.mainLoop.tickStartTime=_emscripten_get_now());Browser.mainLoop.method==="timeout"&&Module.ctx&&(Module.printErr("Looks like you are rendering without using requestAnimationFrame for the main loop. You should use 0 for the frame rate in emscripten_set_main_loop in order to use requestAnimationFrame, as that can greatly improve your frame rates!"),Browser.mainLoop.method=""),Browser.mainLoop.runIter(n),!(u0?_emscripten_set_main_loop_timing(0,1e3/e):_emscripten_set_main_loop_timing(1,1),Browser.mainLoop.scheduler()),r)throw"SimulateInfiniteLoop"}var Browser={mainLoop:{scheduler:null,method:"",currentlyRunningMainloop:0,func:null,arg:0,timingMode:0,timingValue:0,currentFrameNumber:0,queue:[],pause:function(){Browser.mainLoop.scheduler=null,Browser.mainLoop.currentlyRunningMainloop++},resume:function(){Browser.mainLoop.currentlyRunningMainloop++;var t=Browser.mainLoop.timingMode,e=Browser.mainLoop.timingValue,r=Browser.mainLoop.func;Browser.mainLoop.func=null,_emscripten_set_main_loop(r,0,!1,Browser.mainLoop.arg,!0),_emscripten_set_main_loop_timing(t,e),Browser.mainLoop.scheduler()},updateStatus:function(){if(Module.setStatus){var t=Module.statusMessage||"Please wait...",e=Browser.mainLoop.remainingBlockers,r=Browser.mainLoop.expectedBlockers;e?e"u"&&(console.log("warning: Browser does not support creating object URLs. Built-in browser image decoding will not be available."),Module.noImageDecoding=!0);var t={};t.canHandle=function(n){return!Module.noImageDecoding&&/\.(jpg|jpeg|png|bmp)$/i.test(n)},t.handle=function(n,u,A,p){var h=null;if(Browser.hasBlobConstructor)try{h=new Blob([n],{type:Browser.getMimetype(u)}),h.size!==n.length&&(h=new Blob([new Uint8Array(n).buffer],{type:Browser.getMimetype(u)}))}catch(b){Runtime.warnOnce("Blob constructor present but fails: "+b+"; falling back to blob builder")}if(!h){var E=new Browser.BlobBuilder;E.append(new Uint8Array(n).buffer),h=E.getBlob()}var I=Browser.URLObject.createObjectURL(h),v=new Image;v.onload=function(){assert(v.complete,"Image "+u+" could not be decoded");var C=document.createElement("canvas");C.width=v.width,C.height=v.height;var T=C.getContext("2d");T.drawImage(v,0,0),Module.preloadedImages[u]=C,Browser.URLObject.revokeObjectURL(I),A&&A(n)},v.onerror=function(C){console.log("Image "+I+" could not be decoded"),p&&p()},v.src=I},Module.preloadPlugins.push(t);var e={};e.canHandle=function(n){return!Module.noAudioDecoding&&n.substr(-4)in{".ogg":1,".wav":1,".mp3":1}},e.handle=function(n,u,A,p){var h=!1;function E(T){h||(h=!0,Module.preloadedAudios[u]=T,A&&A(n))}function I(){h||(h=!0,Module.preloadedAudios[u]=new Audio,p&&p())}if(Browser.hasBlobConstructor){try{var v=new Blob([n],{type:Browser.getMimetype(u)})}catch{return I()}var b=Browser.URLObject.createObjectURL(v),C=new Audio;C.addEventListener("canplaythrough",function(){E(C)},!1),C.onerror=function(L){if(h)return;console.log("warning: browser could not fully decode audio "+u+", trying slower base64 approach");function U(J){for(var te="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",le="=",pe="",Ae=0,ye=0,ae=0;ae=6;){var we=Ae>>ye-6&63;ye-=6,pe+=te[we]}return ye==2?(pe+=te[(Ae&3)<<4],pe+=le+le):ye==4&&(pe+=te[(Ae&15)<<2],pe+=le),pe}C.src="data:audio/x-"+u.substr(-3)+";base64,"+U(n),E(C)},C.src=b,Browser.safeSetTimeout(function(){E(C)},1e4)}else return I()},Module.preloadPlugins.push(e);function r(){Browser.pointerLock=document.pointerLockElement===Module.canvas||document.mozPointerLockElement===Module.canvas||document.webkitPointerLockElement===Module.canvas||document.msPointerLockElement===Module.canvas}var o=Module.canvas;o&&(o.requestPointerLock=o.requestPointerLock||o.mozRequestPointerLock||o.webkitRequestPointerLock||o.msRequestPointerLock||function(){},o.exitPointerLock=document.exitPointerLock||document.mozExitPointerLock||document.webkitExitPointerLock||document.msExitPointerLock||function(){},o.exitPointerLock=o.exitPointerLock.bind(document),document.addEventListener("pointerlockchange",r,!1),document.addEventListener("mozpointerlockchange",r,!1),document.addEventListener("webkitpointerlockchange",r,!1),document.addEventListener("mspointerlockchange",r,!1),Module.elementPointerLock&&o.addEventListener("click",function(a){!Browser.pointerLock&&Module.canvas.requestPointerLock&&(Module.canvas.requestPointerLock(),a.preventDefault())},!1))},createContext:function(t,e,r,o){if(e&&Module.ctx&&t==Module.canvas)return Module.ctx;var a,n;if(e){var u={antialias:!1,alpha:!1};if(o)for(var A in o)u[A]=o[A];n=GL.createContext(t,u),n&&(a=GL.getContext(n).GLctx)}else a=t.getContext("2d");return a?(r&&(e||assert(typeof GLctx>"u","cannot set in module if GLctx is used, but we are a non-GL context that would replace it"),Module.ctx=a,e&&GL.makeContextCurrent(n),Module.useWebGL=e,Browser.moduleContextCreatedCallbacks.forEach(function(p){p()}),Browser.init()),a):null},destroyContext:function(t,e,r){},fullscreenHandlersInstalled:!1,lockPointer:void 0,resizeCanvas:void 0,requestFullscreen:function(t,e,r){Browser.lockPointer=t,Browser.resizeCanvas=e,Browser.vrDevice=r,typeof Browser.lockPointer>"u"&&(Browser.lockPointer=!0),typeof Browser.resizeCanvas>"u"&&(Browser.resizeCanvas=!1),typeof Browser.vrDevice>"u"&&(Browser.vrDevice=null);var o=Module.canvas;function a(){Browser.isFullscreen=!1;var u=o.parentNode;(document.fullscreenElement||document.mozFullScreenElement||document.msFullscreenElement||document.webkitFullscreenElement||document.webkitCurrentFullScreenElement)===u?(o.exitFullscreen=document.exitFullscreen||document.cancelFullScreen||document.mozCancelFullScreen||document.msExitFullscreen||document.webkitCancelFullScreen||function(){},o.exitFullscreen=o.exitFullscreen.bind(document),Browser.lockPointer&&o.requestPointerLock(),Browser.isFullscreen=!0,Browser.resizeCanvas&&Browser.setFullscreenCanvasSize()):(u.parentNode.insertBefore(o,u),u.parentNode.removeChild(u),Browser.resizeCanvas&&Browser.setWindowedCanvasSize()),Module.onFullScreen&&Module.onFullScreen(Browser.isFullscreen),Module.onFullscreen&&Module.onFullscreen(Browser.isFullscreen),Browser.updateCanvasDimensions(o)}Browser.fullscreenHandlersInstalled||(Browser.fullscreenHandlersInstalled=!0,document.addEventListener("fullscreenchange",a,!1),document.addEventListener("mozfullscreenchange",a,!1),document.addEventListener("webkitfullscreenchange",a,!1),document.addEventListener("MSFullscreenChange",a,!1));var n=document.createElement("div");o.parentNode.insertBefore(n,o),n.appendChild(o),n.requestFullscreen=n.requestFullscreen||n.mozRequestFullScreen||n.msRequestFullscreen||(n.webkitRequestFullscreen?function(){n.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT)}:null)||(n.webkitRequestFullScreen?function(){n.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT)}:null),r?n.requestFullscreen({vrDisplay:r}):n.requestFullscreen()},requestFullScreen:function(t,e,r){return Module.printErr("Browser.requestFullScreen() is deprecated. Please call Browser.requestFullscreen instead."),Browser.requestFullScreen=function(o,a,n){return Browser.requestFullscreen(o,a,n)},Browser.requestFullscreen(t,e,r)},nextRAF:0,fakeRequestAnimationFrame:function(t){var e=Date.now();if(Browser.nextRAF===0)Browser.nextRAF=e+1e3/60;else for(;e+2>=Browser.nextRAF;)Browser.nextRAF+=1e3/60;var r=Math.max(Browser.nextRAF-e,0);setTimeout(t,r)},requestAnimationFrame:function t(e){typeof window>"u"?Browser.fakeRequestAnimationFrame(e):(window.requestAnimationFrame||(window.requestAnimationFrame=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||window.oRequestAnimationFrame||Browser.fakeRequestAnimationFrame),window.requestAnimationFrame(e))},safeCallback:function(t){return function(){if(!ABORT)return t.apply(null,arguments)}},allowAsyncCallbacks:!0,queuedAsyncCallbacks:[],pauseAsyncCallbacks:function(){Browser.allowAsyncCallbacks=!1},resumeAsyncCallbacks:function(){if(Browser.allowAsyncCallbacks=!0,Browser.queuedAsyncCallbacks.length>0){var t=Browser.queuedAsyncCallbacks;Browser.queuedAsyncCallbacks=[],t.forEach(function(e){e()})}},safeRequestAnimationFrame:function(t){return Browser.requestAnimationFrame(function(){ABORT||(Browser.allowAsyncCallbacks?t():Browser.queuedAsyncCallbacks.push(t))})},safeSetTimeout:function(t,e){return Module.noExitRuntime=!0,setTimeout(function(){ABORT||(Browser.allowAsyncCallbacks?t():Browser.queuedAsyncCallbacks.push(t))},e)},safeSetInterval:function(t,e){return Module.noExitRuntime=!0,setInterval(function(){ABORT||Browser.allowAsyncCallbacks&&t()},e)},getMimetype:function(t){return{jpg:"image/jpeg",jpeg:"image/jpeg",png:"image/png",bmp:"image/bmp",ogg:"audio/ogg",wav:"audio/wav",mp3:"audio/mpeg"}[t.substr(t.lastIndexOf(".")+1)]},getUserMedia:function(t){window.getUserMedia||(window.getUserMedia=navigator.getUserMedia||navigator.mozGetUserMedia),window.getUserMedia(t)},getMovementX:function(t){return t.movementX||t.mozMovementX||t.webkitMovementX||0},getMovementY:function(t){return t.movementY||t.mozMovementY||t.webkitMovementY||0},getMouseWheelDelta:function(t){var e=0;switch(t.type){case"DOMMouseScroll":e=t.detail;break;case"mousewheel":e=t.wheelDelta;break;case"wheel":e=t.deltaY;break;default:throw"unrecognized mouse wheel event: "+t.type}return e},mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:function(t){if(Browser.pointerLock)t.type!="mousemove"&&"mozMovementX"in t?Browser.mouseMovementX=Browser.mouseMovementY=0:(Browser.mouseMovementX=Browser.getMovementX(t),Browser.mouseMovementY=Browser.getMovementY(t)),typeof SDL<"u"?(Browser.mouseX=SDL.mouseX+Browser.mouseMovementX,Browser.mouseY=SDL.mouseY+Browser.mouseMovementY):(Browser.mouseX+=Browser.mouseMovementX,Browser.mouseY+=Browser.mouseMovementY);else{var e=Module.canvas.getBoundingClientRect(),r=Module.canvas.width,o=Module.canvas.height,a=typeof window.scrollX<"u"?window.scrollX:window.pageXOffset,n=typeof window.scrollY<"u"?window.scrollY:window.pageYOffset;if(t.type==="touchstart"||t.type==="touchend"||t.type==="touchmove"){var u=t.touch;if(u===void 0)return;var A=u.pageX-(a+e.left),p=u.pageY-(n+e.top);A=A*(r/e.width),p=p*(o/e.height);var h={x:A,y:p};if(t.type==="touchstart")Browser.lastTouches[u.identifier]=h,Browser.touches[u.identifier]=h;else if(t.type==="touchend"||t.type==="touchmove"){var E=Browser.touches[u.identifier];E||(E=h),Browser.lastTouches[u.identifier]=E,Browser.touches[u.identifier]=h}return}var I=t.pageX-(a+e.left),v=t.pageY-(n+e.top);I=I*(r/e.width),v=v*(o/e.height),Browser.mouseMovementX=I-Browser.mouseX,Browser.mouseMovementY=v-Browser.mouseY,Browser.mouseX=I,Browser.mouseY=v}},asyncLoad:function(t,e,r,o){var a=o?"":"al "+t;Module.readAsync(t,function(n){assert(n,'Loading data file "'+t+'" failed (no arrayBuffer).'),e(new Uint8Array(n)),a&&removeRunDependency(a)},function(n){if(r)r();else throw'Loading data file "'+t+'" failed.'}),a&&addRunDependency(a)},resizeListeners:[],updateResizeListeners:function(){var t=Module.canvas;Browser.resizeListeners.forEach(function(e){e(t.width,t.height)})},setCanvasSize:function(t,e,r){var o=Module.canvas;Browser.updateCanvasDimensions(o,t,e),r||Browser.updateResizeListeners()},windowedWidth:0,windowedHeight:0,setFullscreenCanvasSize:function(){if(typeof SDL<"u"){var t=HEAPU32[SDL.screen+Runtime.QUANTUM_SIZE*0>>2];t=t|8388608,HEAP32[SDL.screen+Runtime.QUANTUM_SIZE*0>>2]=t}Browser.updateResizeListeners()},setWindowedCanvasSize:function(){if(typeof SDL<"u"){var t=HEAPU32[SDL.screen+Runtime.QUANTUM_SIZE*0>>2];t=t&-8388609,HEAP32[SDL.screen+Runtime.QUANTUM_SIZE*0>>2]=t}Browser.updateResizeListeners()},updateCanvasDimensions:function(t,e,r){e&&r?(t.widthNative=e,t.heightNative=r):(e=t.widthNative,r=t.heightNative);var o=e,a=r;if(Module.forcedAspectRatio&&Module.forcedAspectRatio>0&&(o/a>2];return e},getStr:function(){var t=Pointer_stringify(SYSCALLS.get());return t},get64:function(){var t=SYSCALLS.get(),e=SYSCALLS.get();return t>=0?assert(e===0):assert(e===-1),t},getZero:function(){assert(SYSCALLS.get()===0)}};function ___syscall6(t,e){SYSCALLS.varargs=e;try{var r=SYSCALLS.getStreamFromFD();return FS.close(r),0}catch(o){return(typeof FS>"u"||!(o instanceof FS.ErrnoError))&&abort(o),-o.errno}}function ___syscall54(t,e){SYSCALLS.varargs=e;try{return 0}catch(r){return(typeof FS>"u"||!(r instanceof FS.ErrnoError))&&abort(r),-r.errno}}function _typeModule(t){var e=[[0,1,"X"],[1,1,"const X"],[128,1,"X *"],[256,1,"X &"],[384,1,"X &&"],[512,1,"std::shared_ptr"],[640,1,"std::unique_ptr"],[5120,1,"std::vector"],[6144,2,"std::array"],[9216,-1,"std::function"]];function r(p,h,E,I,v,b){if(h==1){var C=I&896;(C==128||C==256||C==384)&&(p="X const")}var T;return b?T=E.replace("X",p).replace("Y",v):T=p.replace("X",E).replace("Y",v),T.replace(/([*&]) (?=[*&])/g,"$1")}function o(p,h,E,I,v){throw new Error(p+" type "+E.replace("X",h+"?")+(I?" with flag "+I:"")+" in "+v)}function a(p,h,E,I,v,b,C,T){b===void 0&&(b="X"),T===void 0&&(T=1);var L=E(p);if(L)return L;var U=I(p),J=U.placeholderFlag,te=e[J];C&&te&&(b=r(C[2],C[0],b,te[0],"?",!0));var le;J==0&&(le="Unbound"),J>=10&&(le="Corrupt"),T>20&&(le="Deeply nested"),le&&o(le,p,b,J,v||"?");var pe=U.paramList[0],Ae=a(pe,h,E,I,v,b,te,T+1),ye,ae={flags:te[0],id:p,name:"",paramList:[Ae]},we=[],Pe="?";switch(U.placeholderFlag){case 1:ye=Ae.spec;break;case 2:if((Ae.flags&15360)==1024&&Ae.spec.ptrSize==1){ae.flags=7168;break}case 3:case 6:case 5:ye=Ae.spec,Ae.flags&15360;break;case 8:Pe=""+U.paramList[1],ae.paramList.push(U.paramList[1]);break;case 9:for(var g=0,Ee=U.paramList[1];g>2]=t),t}function _llvm_stacksave(){var t=_llvm_stacksave;return t.LLVM_SAVEDSTACKS||(t.LLVM_SAVEDSTACKS=[]),t.LLVM_SAVEDSTACKS.push(Runtime.stackSave()),t.LLVM_SAVEDSTACKS.length-1}function ___syscall140(t,e){SYSCALLS.varargs=e;try{var r=SYSCALLS.getStreamFromFD(),o=SYSCALLS.get(),a=SYSCALLS.get(),n=SYSCALLS.get(),u=SYSCALLS.get(),A=a;return FS.llseek(r,A,u),HEAP32[n>>2]=r.position,r.getdents&&A===0&&u===0&&(r.getdents=null),0}catch(p){return(typeof FS>"u"||!(p instanceof FS.ErrnoError))&&abort(p),-p.errno}}function ___syscall146(t,e){SYSCALLS.varargs=e;try{var r=SYSCALLS.get(),o=SYSCALLS.get(),a=SYSCALLS.get(),n=0;___syscall146.buffer||(___syscall146.buffers=[null,[],[]],___syscall146.printChar=function(E,I){var v=___syscall146.buffers[E];assert(v),I===0||I===10?((E===1?Module.print:Module.printErr)(UTF8ArrayToString(v,0)),v.length=0):v.push(I)});for(var u=0;u>2],p=HEAP32[o+(u*8+4)>>2],h=0;h"u"||!(E instanceof FS.ErrnoError))&&abort(E),-E.errno}}function __nbind_finish(){for(var t=0,e=_nbind.BindClass.list;tt.pageSize/2||e>t.pageSize-r){var o=_nbind.typeNameTbl.NBind.proto;return o.lalloc(e)}else return HEAPU32[t.usedPtr]=r+e,t.rootPtr+r},t.lreset=function(e,r){var o=HEAPU32[t.pagePtr];if(o){var a=_nbind.typeNameTbl.NBind.proto;a.lreset(e,r)}else HEAPU32[t.usedPtr]=e},t}();_nbind.Pool=Pool;function constructType(t,e){var r=t==10240?_nbind.makeTypeNameTbl[e.name]||_nbind.BindType:_nbind.makeTypeKindTbl[t],o=new r(e);return typeIdTbl[e.id]=o,_nbind.typeNameTbl[e.name]=o,o}_nbind.constructType=constructType;function getType(t){return typeIdTbl[t]}_nbind.getType=getType;function queryType(t){var e=HEAPU8[t],r=_nbind.structureList[e][1];t/=4,r<0&&(++t,r=HEAPU32[t]+1);var o=Array.prototype.slice.call(HEAPU32.subarray(t+1,t+1+r));return e==9&&(o=[o[0],o.slice(1)]),{paramList:o,placeholderFlag:e}}_nbind.queryType=queryType;function getTypes(t,e){return t.map(function(r){return typeof r=="number"?_nbind.getComplexType(r,constructType,getType,queryType,e):_nbind.typeNameTbl[r]})}_nbind.getTypes=getTypes;function readTypeIdList(t,e){return Array.prototype.slice.call(HEAPU32,t/4,t/4+e)}_nbind.readTypeIdList=readTypeIdList;function readAsciiString(t){for(var e=t;HEAPU8[e++];);return String.fromCharCode.apply("",HEAPU8.subarray(t,e-1))}_nbind.readAsciiString=readAsciiString;function readPolicyList(t){var e={};if(t)for(;;){var r=HEAPU32[t/4];if(!r)break;e[readAsciiString(r)]=!0,t+=4}return e}_nbind.readPolicyList=readPolicyList;function getDynCall(t,e){var r={float32_t:"d",float64_t:"d",int64_t:"d",uint64_t:"d",void:"v"},o=t.map(function(n){return r[n.name]||"i"}).join(""),a=Module["dynCall_"+o];if(!a)throw new Error("dynCall_"+o+" not found for "+e+"("+t.map(function(n){return n.name}).join(", ")+")");return a}_nbind.getDynCall=getDynCall;function addMethod(t,e,r,o){var a=t[e];t.hasOwnProperty(e)&&a?((a.arity||a.arity===0)&&(a=_nbind.makeOverloader(a,a.arity),t[e]=a),a.addMethod(r,o)):(r.arity=o,t[e]=r)}_nbind.addMethod=addMethod;function throwError(t){throw new Error(t)}_nbind.throwError=throwError,_nbind.bigEndian=!1,_a=_typeModule(_typeModule),_nbind.Type=_a.Type,_nbind.makeType=_a.makeType,_nbind.getComplexType=_a.getComplexType,_nbind.structureList=_a.structureList;var BindType=function(t){__extends(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.heap=HEAPU32,r.ptrSize=4,r}return e.prototype.needsWireRead=function(r){return!!this.wireRead||!!this.makeWireRead},e.prototype.needsWireWrite=function(r){return!!this.wireWrite||!!this.makeWireWrite},e}(_nbind.Type);_nbind.BindType=BindType;var PrimitiveType=function(t){__extends(e,t);function e(r){var o=t.call(this,r)||this,a=r.flags&32?{32:HEAPF32,64:HEAPF64}:r.flags&8?{8:HEAPU8,16:HEAPU16,32:HEAPU32}:{8:HEAP8,16:HEAP16,32:HEAP32};return o.heap=a[r.ptrSize*8],o.ptrSize=r.ptrSize,o}return e.prototype.needsWireWrite=function(r){return!!r&&!!r.Strict},e.prototype.makeWireWrite=function(r,o){return o&&o.Strict&&function(a){if(typeof a=="number")return a;throw new Error("Type mismatch")}},e}(BindType);_nbind.PrimitiveType=PrimitiveType;function pushCString(t,e){if(t==null){if(e&&e.Nullable)return 0;throw new Error("Type mismatch")}if(e&&e.Strict){if(typeof t!="string")throw new Error("Type mismatch")}else t=t.toString();var r=Module.lengthBytesUTF8(t)+1,o=_nbind.Pool.lalloc(r);return Module.stringToUTF8Array(t,HEAPU8,o,r),o}_nbind.pushCString=pushCString;function popCString(t){return t===0?null:Module.Pointer_stringify(t)}_nbind.popCString=popCString;var CStringType=function(t){__extends(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.wireRead=popCString,r.wireWrite=pushCString,r.readResources=[_nbind.resources.pool],r.writeResources=[_nbind.resources.pool],r}return e.prototype.makeWireWrite=function(r,o){return function(a){return pushCString(a,o)}},e}(BindType);_nbind.CStringType=CStringType;var BooleanType=function(t){__extends(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.wireRead=function(o){return!!o},r}return e.prototype.needsWireWrite=function(r){return!!r&&!!r.Strict},e.prototype.makeWireRead=function(r){return"!!("+r+")"},e.prototype.makeWireWrite=function(r,o){return o&&o.Strict&&function(a){if(typeof a=="boolean")return a;throw new Error("Type mismatch")}||r},e}(BindType);_nbind.BooleanType=BooleanType;var Wrapper=function(){function t(){}return t.prototype.persist=function(){this.__nbindState|=1},t}();_nbind.Wrapper=Wrapper;function makeBound(t,e){var r=function(o){__extends(a,o);function a(n,u,A,p){var h=o.call(this)||this;if(!(h instanceof a))return new(Function.prototype.bind.apply(a,Array.prototype.concat.apply([null],arguments)));var E=u,I=A,v=p;if(n!==_nbind.ptrMarker){var b=h.__nbindConstructor.apply(h,arguments);E=4608,v=HEAPU32[b/4],I=HEAPU32[b/4+1]}var C={configurable:!0,enumerable:!1,value:null,writable:!1},T={__nbindFlags:E,__nbindPtr:I};v&&(T.__nbindShared=v,_nbind.mark(h));for(var L=0,U=Object.keys(T);L>=1;var r=_nbind.valueList[t];return _nbind.valueList[t]=firstFreeValue,firstFreeValue=t,r}else{if(e)return _nbind.popShared(t,e);throw new Error("Invalid value slot "+t)}}_nbind.popValue=popValue;var valueBase=18446744073709552e3;function push64(t){return typeof t=="number"?t:pushValue(t)*4096+valueBase}function pop64(t){return t=3?u=Buffer.from(n):u=new Buffer(n),u.copy(o)}else getBuffer(o).set(n)}}_nbind.commitBuffer=commitBuffer;var dirtyList=[],gcTimer=0;function sweep(){for(var t=0,e=dirtyList;t>2]=DYNAMIC_BASE,staticSealed=!0;function invoke_viiiii(t,e,r,o,a,n){try{Module.dynCall_viiiii(t,e,r,o,a,n)}catch(u){if(typeof u!="number"&&u!=="longjmp")throw u;Module.setThrew(1,0)}}function invoke_vif(t,e,r){try{Module.dynCall_vif(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_vid(t,e,r){try{Module.dynCall_vid(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_fiff(t,e,r,o){try{return Module.dynCall_fiff(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_vi(t,e){try{Module.dynCall_vi(t,e)}catch(r){if(typeof r!="number"&&r!=="longjmp")throw r;Module.setThrew(1,0)}}function invoke_vii(t,e,r){try{Module.dynCall_vii(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_ii(t,e){try{return Module.dynCall_ii(t,e)}catch(r){if(typeof r!="number"&&r!=="longjmp")throw r;Module.setThrew(1,0)}}function invoke_viddi(t,e,r,o,a){try{Module.dynCall_viddi(t,e,r,o,a)}catch(n){if(typeof n!="number"&&n!=="longjmp")throw n;Module.setThrew(1,0)}}function invoke_vidd(t,e,r,o){try{Module.dynCall_vidd(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_iiii(t,e,r,o){try{return Module.dynCall_iiii(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_diii(t,e,r,o){try{return Module.dynCall_diii(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_di(t,e){try{return Module.dynCall_di(t,e)}catch(r){if(typeof r!="number"&&r!=="longjmp")throw r;Module.setThrew(1,0)}}function invoke_iid(t,e,r){try{return Module.dynCall_iid(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_iii(t,e,r){try{return Module.dynCall_iii(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_viiddi(t,e,r,o,a,n){try{Module.dynCall_viiddi(t,e,r,o,a,n)}catch(u){if(typeof u!="number"&&u!=="longjmp")throw u;Module.setThrew(1,0)}}function invoke_viiiiii(t,e,r,o,a,n,u){try{Module.dynCall_viiiiii(t,e,r,o,a,n,u)}catch(A){if(typeof A!="number"&&A!=="longjmp")throw A;Module.setThrew(1,0)}}function invoke_dii(t,e,r){try{return Module.dynCall_dii(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_i(t){try{return Module.dynCall_i(t)}catch(e){if(typeof e!="number"&&e!=="longjmp")throw e;Module.setThrew(1,0)}}function invoke_iiiiii(t,e,r,o,a,n){try{return Module.dynCall_iiiiii(t,e,r,o,a,n)}catch(u){if(typeof u!="number"&&u!=="longjmp")throw u;Module.setThrew(1,0)}}function invoke_viiid(t,e,r,o,a){try{Module.dynCall_viiid(t,e,r,o,a)}catch(n){if(typeof n!="number"&&n!=="longjmp")throw n;Module.setThrew(1,0)}}function invoke_viififi(t,e,r,o,a,n,u){try{Module.dynCall_viififi(t,e,r,o,a,n,u)}catch(A){if(typeof A!="number"&&A!=="longjmp")throw A;Module.setThrew(1,0)}}function invoke_viii(t,e,r,o){try{Module.dynCall_viii(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_v(t){try{Module.dynCall_v(t)}catch(e){if(typeof e!="number"&&e!=="longjmp")throw e;Module.setThrew(1,0)}}function invoke_viid(t,e,r,o){try{Module.dynCall_viid(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_idd(t,e,r){try{return Module.dynCall_idd(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_viiii(t,e,r,o,a){try{Module.dynCall_viiii(t,e,r,o,a)}catch(n){if(typeof n!="number"&&n!=="longjmp")throw n;Module.setThrew(1,0)}}Module.asmGlobalArg={Math,Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Float32Array,Float64Array,NaN:NaN,Infinity:1/0},Module.asmLibraryArg={abort,assert,enlargeMemory,getTotalMemory,abortOnCannotGrowMemory,invoke_viiiii,invoke_vif,invoke_vid,invoke_fiff,invoke_vi,invoke_vii,invoke_ii,invoke_viddi,invoke_vidd,invoke_iiii,invoke_diii,invoke_di,invoke_iid,invoke_iii,invoke_viiddi,invoke_viiiiii,invoke_dii,invoke_i,invoke_iiiiii,invoke_viiid,invoke_viififi,invoke_viii,invoke_v,invoke_viid,invoke_idd,invoke_viiii,_emscripten_asm_const_iiiii,_emscripten_asm_const_iiidddddd,_emscripten_asm_const_iiiid,__nbind_reference_external,_emscripten_asm_const_iiiiiiii,_removeAccessorPrefix,_typeModule,__nbind_register_pool,__decorate,_llvm_stackrestore,___cxa_atexit,__extends,__nbind_get_value_object,__ZN8facebook4yoga14YGNodeToStringEPNSt3__212basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEP6YGNode14YGPrintOptionsj,_emscripten_set_main_loop_timing,__nbind_register_primitive,__nbind_register_type,_emscripten_memcpy_big,__nbind_register_function,___setErrNo,__nbind_register_class,__nbind_finish,_abort,_nbind_value,_llvm_stacksave,___syscall54,_defineHidden,_emscripten_set_main_loop,_emscripten_get_now,__nbind_register_callback_signature,_emscripten_asm_const_iiiiii,__nbind_free_external,_emscripten_asm_const_iiii,_emscripten_asm_const_iiididi,___syscall6,_atexit,___syscall140,___syscall146,DYNAMICTOP_PTR,tempDoublePtr,ABORT,STACKTOP,STACK_MAX,cttz_i8,___dso_handle};var asm=function(t,e,r){var o=new t.Int8Array(r),a=new t.Int16Array(r),n=new t.Int32Array(r),u=new t.Uint8Array(r),A=new t.Uint16Array(r),p=new t.Uint32Array(r),h=new t.Float32Array(r),E=new t.Float64Array(r),I=e.DYNAMICTOP_PTR|0,v=e.tempDoublePtr|0,b=e.ABORT|0,C=e.STACKTOP|0,T=e.STACK_MAX|0,L=e.cttz_i8|0,U=e.___dso_handle|0,J=0,te=0,le=0,pe=0,Ae=t.NaN,ye=t.Infinity,ae=0,we=0,Pe=0,g=0,Ee=0,De=0,ce=t.Math.floor,ne=t.Math.abs,ee=t.Math.sqrt,Ie=t.Math.pow,ke=t.Math.cos,ht=t.Math.sin,H=t.Math.tan,lt=t.Math.acos,Re=t.Math.asin,Qe=t.Math.atan,be=t.Math.atan2,_e=t.Math.exp,Te=t.Math.log,Je=t.Math.ceil,He=t.Math.imul,x=t.Math.min,w=t.Math.max,S=t.Math.clz32,y=t.Math.fround,F=e.abort,z=e.assert,X=e.enlargeMemory,Z=e.getTotalMemory,ie=e.abortOnCannotGrowMemory,Se=e.invoke_viiiii,Ne=e.invoke_vif,ot=e.invoke_vid,dt=e.invoke_fiff,jt=e.invoke_vi,$t=e.invoke_vii,xt=e.invoke_ii,an=e.invoke_viddi,Qr=e.invoke_vidd,mr=e.invoke_iiii,xr=e.invoke_diii,Wr=e.invoke_di,Vn=e.invoke_iid,Ns=e.invoke_iii,Ri=e.invoke_viiddi,ps=e.invoke_viiiiii,io=e.invoke_dii,Si=e.invoke_i,Ls=e.invoke_iiiiii,so=e.invoke_viiid,cc=e.invoke_viififi,cu=e.invoke_viii,ap=e.invoke_v,lp=e.invoke_viid,Ms=e.invoke_idd,Dn=e.invoke_viiii,oo=e._emscripten_asm_const_iiiii,Os=e._emscripten_asm_const_iiidddddd,ml=e._emscripten_asm_const_iiiid,yl=e.__nbind_reference_external,ao=e._emscripten_asm_const_iiiiiiii,Kn=e._removeAccessorPrefix,Mn=e._typeModule,Ni=e.__nbind_register_pool,On=e.__decorate,_i=e._llvm_stackrestore,tr=e.___cxa_atexit,Me=e.__extends,ii=e.__nbind_get_value_object,Oa=e.__ZN8facebook4yoga14YGNodeToStringEPNSt3__212basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEP6YGNode14YGPrintOptionsj,hr=e._emscripten_set_main_loop_timing,uc=e.__nbind_register_primitive,uu=e.__nbind_register_type,Ac=e._emscripten_memcpy_big,El=e.__nbind_register_function,vA=e.___setErrNo,Au=e.__nbind_register_class,Ce=e.__nbind_finish,Tt=e._abort,fc=e._nbind_value,Hi=e._llvm_stacksave,fu=e.___syscall54,Yt=e._defineHidden,Cl=e._emscripten_set_main_loop,DA=e._emscripten_get_now,cp=e.__nbind_register_callback_signature,pc=e._emscripten_asm_const_iiiiii,PA=e.__nbind_free_external,Qn=e._emscripten_asm_const_iiii,hi=e._emscripten_asm_const_iiididi,hc=e.___syscall6,SA=e._atexit,sa=e.___syscall140,Li=e.___syscall146,_o=y(0);let Ze=y(0);function lo(s){s=s|0;var l=0;return l=C,C=C+s|0,C=C+15&-16,l|0}function gc(){return C|0}function pu(s){s=s|0,C=s}function ji(s,l){s=s|0,l=l|0,C=s,T=l}function hu(s,l){s=s|0,l=l|0,J||(J=s,te=l)}function xA(s){s=s|0,De=s}function Ua(){return De|0}function dc(){var s=0,l=0;Dr(8104,8,400)|0,Dr(8504,408,540)|0,s=9044,l=s+44|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));o[9088]=0,o[9089]=1,n[2273]=0,n[2274]=948,n[2275]=948,tr(17,8104,U|0)|0}function hs(s){s=s|0,ft(s+948|0)}function _t(s){return s=y(s),((Du(s)|0)&2147483647)>>>0>2139095040|0}function Fn(s,l,c){s=s|0,l=l|0,c=c|0;e:do if(n[s+(l<<3)+4>>2]|0)s=s+(l<<3)|0;else{if((l|2|0)==3&&n[s+60>>2]|0){s=s+56|0;break}switch(l|0){case 0:case 2:case 4:case 5:{if(n[s+52>>2]|0){s=s+48|0;break e}break}default:}if(n[s+68>>2]|0){s=s+64|0;break}else{s=(l|1|0)==5?948:c;break}}while(0);return s|0}function Ci(s){s=s|0;var l=0;return l=pD(1e3)|0,oa(s,(l|0)!=0,2456),n[2276]=(n[2276]|0)+1,Dr(l|0,8104,1e3)|0,o[s+2>>0]|0&&(n[l+4>>2]=2,n[l+12>>2]=4),n[l+976>>2]=s,l|0}function oa(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;d=C,C=C+16|0,f=d,l||(n[f>>2]=c,yg(s,5,3197,f)),C=d}function co(){return Ci(956)|0}function Us(s){s=s|0;var l=0;return l=Vt(1e3)|0,aa(l,s),oa(n[s+976>>2]|0,1,2456),n[2276]=(n[2276]|0)+1,n[l+944>>2]=0,l|0}function aa(s,l){s=s|0,l=l|0;var c=0;Dr(s|0,l|0,948)|0,Fm(s+948|0,l+948|0),c=s+960|0,s=l+960|0,l=c+40|0;do n[c>>2]=n[s>>2],c=c+4|0,s=s+4|0;while((c|0)<(l|0))}function la(s){s=s|0;var l=0,c=0,f=0,d=0;if(l=s+944|0,c=n[l>>2]|0,c|0&&(Ho(c+948|0,s)|0,n[l>>2]=0),c=wi(s)|0,c|0){l=0;do n[(gs(s,l)|0)+944>>2]=0,l=l+1|0;while((l|0)!=(c|0))}c=s+948|0,f=n[c>>2]|0,d=s+952|0,l=n[d>>2]|0,(l|0)!=(f|0)&&(n[d>>2]=l+(~((l+-4-f|0)>>>2)<<2)),ds(c),hD(s),n[2276]=(n[2276]|0)+-1}function Ho(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0;f=n[s>>2]|0,k=s+4|0,c=n[k>>2]|0,m=c;e:do if((f|0)==(c|0))d=f,B=4;else for(s=f;;){if((n[s>>2]|0)==(l|0)){d=s,B=4;break e}if(s=s+4|0,(s|0)==(c|0)){s=0;break}}while(0);return(B|0)==4&&((d|0)!=(c|0)?(f=d+4|0,s=m-f|0,l=s>>2,l&&(Mw(d|0,f|0,s|0)|0,c=n[k>>2]|0),s=d+(l<<2)|0,(c|0)==(s|0)||(n[k>>2]=c+(~((c+-4-s|0)>>>2)<<2)),s=1):s=0),s|0}function wi(s){return s=s|0,(n[s+952>>2]|0)-(n[s+948>>2]|0)>>2|0}function gs(s,l){s=s|0,l=l|0;var c=0;return c=n[s+948>>2]|0,(n[s+952>>2]|0)-c>>2>>>0>l>>>0?s=n[c+(l<<2)>>2]|0:s=0,s|0}function ds(s){s=s|0;var l=0,c=0,f=0,d=0;f=C,C=C+32|0,l=f,d=n[s>>2]|0,c=(n[s+4>>2]|0)-d|0,((n[s+8>>2]|0)-d|0)>>>0>c>>>0&&(d=c>>2,wp(l,d,d,s+8|0),Ig(s,l),UA(l)),C=f}function ms(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0;O=wi(s)|0;do if(O|0){if((n[(gs(s,0)|0)+944>>2]|0)==(s|0)){if(!(Ho(s+948|0,l)|0))break;Dr(l+400|0,8504,540)|0,n[l+944>>2]=0,Le(s);break}B=n[(n[s+976>>2]|0)+12>>2]|0,k=s+948|0,Q=(B|0)==0,c=0,m=0;do f=n[(n[k>>2]|0)+(m<<2)>>2]|0,(f|0)==(l|0)?Le(s):(d=Us(f)|0,n[(n[k>>2]|0)+(c<<2)>>2]=d,n[d+944>>2]=s,Q||LT[B&15](f,d,s,c),c=c+1|0),m=m+1|0;while((m|0)!=(O|0));if(c>>>0>>0){Q=s+948|0,k=s+952|0,B=c,c=n[k>>2]|0;do m=(n[Q>>2]|0)+(B<<2)|0,f=m+4|0,d=c-f|0,l=d>>2,l&&(Mw(m|0,f|0,d|0)|0,c=n[k>>2]|0),d=c,f=m+(l<<2)|0,(d|0)!=(f|0)&&(c=d+(~((d+-4-f|0)>>>2)<<2)|0,n[k>>2]=c),B=B+1|0;while((B|0)!=(O|0))}}while(0)}function _s(s){s=s|0;var l=0,c=0,f=0,d=0;Un(s,(wi(s)|0)==0,2491),Un(s,(n[s+944>>2]|0)==0,2545),l=s+948|0,c=n[l>>2]|0,f=s+952|0,d=n[f>>2]|0,(d|0)!=(c|0)&&(n[f>>2]=d+(~((d+-4-c|0)>>>2)<<2)),ds(l),l=s+976|0,c=n[l>>2]|0,Dr(s|0,8104,1e3)|0,o[c+2>>0]|0&&(n[s+4>>2]=2,n[s+12>>2]=4),n[l>>2]=c}function Un(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;d=C,C=C+16|0,f=d,l||(n[f>>2]=c,Ao(s,5,3197,f)),C=d}function Pn(){return n[2276]|0}function ys(){var s=0;return s=pD(20)|0,We((s|0)!=0,2592),n[2277]=(n[2277]|0)+1,n[s>>2]=n[239],n[s+4>>2]=n[240],n[s+8>>2]=n[241],n[s+12>>2]=n[242],n[s+16>>2]=n[243],s|0}function We(s,l){s=s|0,l=l|0;var c=0,f=0;f=C,C=C+16|0,c=f,s||(n[c>>2]=l,Ao(0,5,3197,c)),C=f}function tt(s){s=s|0,hD(s),n[2277]=(n[2277]|0)+-1}function It(s,l){s=s|0,l=l|0;var c=0;l?(Un(s,(wi(s)|0)==0,2629),c=1):(c=0,l=0),n[s+964>>2]=l,n[s+988>>2]=c}function nr(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,m=f+8|0,d=f+4|0,B=f,n[d>>2]=l,Un(s,(n[l+944>>2]|0)==0,2709),Un(s,(n[s+964>>2]|0)==0,2763),$(s),l=s+948|0,n[B>>2]=(n[l>>2]|0)+(c<<2),n[m>>2]=n[B>>2],me(l,m,d)|0,n[(n[d>>2]|0)+944>>2]=s,Le(s),C=f}function $(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0;if(c=wi(s)|0,c|0&&(n[(gs(s,0)|0)+944>>2]|0)!=(s|0)){f=n[(n[s+976>>2]|0)+12>>2]|0,d=s+948|0,m=(f|0)==0,l=0;do B=n[(n[d>>2]|0)+(l<<2)>>2]|0,k=Us(B)|0,n[(n[d>>2]|0)+(l<<2)>>2]=k,n[k+944>>2]=s,m||LT[f&15](B,k,s,l),l=l+1|0;while((l|0)!=(c|0))}}function me(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0,Oe=0,Fe=0,et=0,Xe=0;et=C,C=C+64|0,q=et+52|0,k=et+48|0,se=et+28|0,Ge=et+24|0,Oe=et+20|0,Fe=et,f=n[s>>2]|0,m=f,l=f+((n[l>>2]|0)-m>>2<<2)|0,f=s+4|0,d=n[f>>2]|0,B=s+8|0;do if(d>>>0<(n[B>>2]|0)>>>0){if((l|0)==(d|0)){n[l>>2]=n[c>>2],n[f>>2]=(n[f>>2]|0)+4;break}_A(s,l,d,l+4|0),l>>>0<=c>>>0&&(c=(n[f>>2]|0)>>>0>c>>>0?c+4|0:c),n[l>>2]=n[c>>2]}else{f=(d-m>>2)+1|0,d=N(s)|0,d>>>0>>0&&zr(s),M=n[s>>2]|0,O=(n[B>>2]|0)-M|0,m=O>>1,wp(Fe,O>>2>>>0>>1>>>0?m>>>0>>0?f:m:d,l-M>>2,s+8|0),M=Fe+8|0,f=n[M>>2]|0,m=Fe+12|0,O=n[m>>2]|0,B=O,Q=f;do if((f|0)==(O|0)){if(O=Fe+4|0,f=n[O>>2]|0,Xe=n[Fe>>2]|0,d=Xe,f>>>0<=Xe>>>0){f=B-d>>1,f=(f|0)==0?1:f,wp(se,f,f>>>2,n[Fe+16>>2]|0),n[Ge>>2]=n[O>>2],n[Oe>>2]=n[M>>2],n[k>>2]=n[Ge>>2],n[q>>2]=n[Oe>>2],vw(se,k,q),f=n[Fe>>2]|0,n[Fe>>2]=n[se>>2],n[se>>2]=f,f=se+4|0,Xe=n[O>>2]|0,n[O>>2]=n[f>>2],n[f>>2]=Xe,f=se+8|0,Xe=n[M>>2]|0,n[M>>2]=n[f>>2],n[f>>2]=Xe,f=se+12|0,Xe=n[m>>2]|0,n[m>>2]=n[f>>2],n[f>>2]=Xe,UA(se),f=n[M>>2]|0;break}m=f,B=((m-d>>2)+1|0)/-2|0,k=f+(B<<2)|0,d=Q-m|0,m=d>>2,m&&(Mw(k|0,f|0,d|0)|0,f=n[O>>2]|0),Xe=k+(m<<2)|0,n[M>>2]=Xe,n[O>>2]=f+(B<<2),f=Xe}while(0);n[f>>2]=n[c>>2],n[M>>2]=(n[M>>2]|0)+4,l=Bg(s,Fe,l)|0,UA(Fe)}while(0);return C=et,l|0}function Le(s){s=s|0;var l=0;do{if(l=s+984|0,o[l>>0]|0)break;o[l>>0]=1,h[s+504>>2]=y(Ae),s=n[s+944>>2]|0}while((s|0)!=0)}function ft(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-4-f|0)>>>2)<<2)),gt(c))}function pt(s){return s=s|0,n[s+944>>2]|0}function Rt(s){s=s|0,Un(s,(n[s+964>>2]|0)!=0,2832),Le(s)}function er(s){return s=s|0,(o[s+984>>0]|0)!=0|0}function Zr(s,l){s=s|0,l=l|0,LUe(s,l,400)|0&&(Dr(s|0,l|0,400)|0,Le(s))}function qi(s){s=s|0;var l=Ze;return l=y(h[s+44>>2]),s=_t(l)|0,y(s?y(0):l)}function es(s){s=s|0;var l=Ze;return l=y(h[s+48>>2]),_t(l)|0&&(l=o[(n[s+976>>2]|0)+2>>0]|0?y(1):y(0)),y(l)}function xi(s,l){s=s|0,l=l|0,n[s+980>>2]=l}function jo(s){return s=s|0,n[s+980>>2]|0}function bA(s,l){s=s|0,l=l|0;var c=0;c=s+4|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function kA(s){return s=s|0,n[s+4>>2]|0}function up(s,l){s=s|0,l=l|0;var c=0;c=s+8|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function ng(s){return s=s|0,n[s+8>>2]|0}function gu(s,l){s=s|0,l=l|0;var c=0;c=s+12|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function ig(s){return s=s|0,n[s+12>>2]|0}function du(s,l){s=s|0,l=l|0;var c=0;c=s+16|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function uo(s){return s=s|0,n[s+16>>2]|0}function QA(s,l){s=s|0,l=l|0;var c=0;c=s+20|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function mc(s){return s=s|0,n[s+20>>2]|0}function ca(s,l){s=s|0,l=l|0;var c=0;c=s+24|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function sg(s){return s=s|0,n[s+24>>2]|0}function yc(s,l){s=s|0,l=l|0;var c=0;c=s+28|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function Pm(s){return s=s|0,n[s+28>>2]|0}function og(s,l){s=s|0,l=l|0;var c=0;c=s+32|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function $n(s){return s=s|0,n[s+32>>2]|0}function Ap(s,l){s=s|0,l=l|0;var c=0;c=s+36|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function ag(s){return s=s|0,n[s+36>>2]|0}function FA(s,l){s=s|0,l=y(l);var c=0;c=s+40|0,y(h[c>>2])!=l&&(h[c>>2]=l,Le(s))}function Hs(s,l){s=s|0,l=y(l);var c=0;c=s+44|0,y(h[c>>2])!=l&&(h[c>>2]=l,Le(s))}function mu(s,l){s=s|0,l=y(l);var c=0;c=s+48|0,y(h[c>>2])!=l&&(h[c>>2]=l,Le(s))}function Ha(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+52|0,d=s+56|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function Gi(s,l){s=s|0,l=y(l);var c=0,f=0;f=s+52|0,c=s+56|0,y(h[f>>2])==l&&(n[c>>2]|0)==2||(h[f>>2]=l,f=_t(l)|0,n[c>>2]=f?3:2,Le(s))}function ua(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+52|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function yu(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=(m^1)&1,d=s+132+(l<<3)|0,l=s+132+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function Es(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=m?0:2,d=s+132+(l<<3)|0,l=s+132+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function Ec(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=l+132+(c<<3)|0,l=n[f+4>>2]|0,c=s,n[c>>2]=n[f>>2],n[c+4>>2]=l}function Cc(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=(m^1)&1,d=s+60+(l<<3)|0,l=s+60+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function G(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=m?0:2,d=s+60+(l<<3)|0,l=s+60+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function Dt(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=l+60+(c<<3)|0,l=n[f+4>>2]|0,c=s,n[c>>2]=n[f>>2],n[c+4>>2]=l}function wl(s,l){s=s|0,l=l|0;var c=0;c=s+60+(l<<3)+4|0,(n[c>>2]|0)!=3&&(h[s+60+(l<<3)>>2]=y(Ae),n[c>>2]=3,Le(s))}function bi(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=(m^1)&1,d=s+204+(l<<3)|0,l=s+204+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function wc(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=m?0:2,d=s+204+(l<<3)|0,l=s+204+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function ct(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=l+204+(c<<3)|0,l=n[f+4>>2]|0,c=s,n[c>>2]=n[f>>2],n[c+4>>2]=l}function Eu(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=(m^1)&1,d=s+276+(l<<3)|0,l=s+276+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function lg(s,l){return s=s|0,l=l|0,y(h[s+276+(l<<3)>>2])}function mw(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+348|0,d=s+352|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function TA(s,l){s=s|0,l=y(l);var c=0,f=0;f=s+348|0,c=s+352|0,y(h[f>>2])==l&&(n[c>>2]|0)==2||(h[f>>2]=l,f=_t(l)|0,n[c>>2]=f?3:2,Le(s))}function fp(s){s=s|0;var l=0;l=s+352|0,(n[l>>2]|0)!=3&&(h[s+348>>2]=y(Ae),n[l>>2]=3,Le(s))}function Br(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+348|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function Cs(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+356|0,d=s+360|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function cg(s,l){s=s|0,l=y(l);var c=0,f=0;f=s+356|0,c=s+360|0,y(h[f>>2])==l&&(n[c>>2]|0)==2||(h[f>>2]=l,f=_t(l)|0,n[c>>2]=f?3:2,Le(s))}function ug(s){s=s|0;var l=0;l=s+360|0,(n[l>>2]|0)!=3&&(h[s+356>>2]=y(Ae),n[l>>2]=3,Le(s))}function Ag(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+356|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function pp(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+364|0,d=s+368|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function Ic(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=m?0:2,f=s+364|0,d=s+368|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function Ct(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+364|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function Sm(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+372|0,d=s+376|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function fg(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=m?0:2,f=s+372|0,d=s+376|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function pg(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+372|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function Cu(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+380|0,d=s+384|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function xm(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=m?0:2,f=s+380|0,d=s+384|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function hg(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+380|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function wu(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+388|0,d=s+392|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function yw(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=m?0:2,f=s+388|0,d=s+392|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function bm(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+388|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function Aa(s,l){s=s|0,l=y(l);var c=0;c=s+396|0,y(h[c>>2])!=l&&(h[c>>2]=l,Le(s))}function Bc(s){return s=s|0,y(h[s+396>>2])}function Il(s){return s=s|0,y(h[s+400>>2])}function Iu(s){return s=s|0,y(h[s+404>>2])}function gg(s){return s=s|0,y(h[s+408>>2])}function RA(s){return s=s|0,y(h[s+412>>2])}function hp(s){return s=s|0,y(h[s+416>>2])}function ja(s){return s=s|0,y(h[s+420>>2])}function dg(s,l){switch(s=s|0,l=l|0,Un(s,(l|0)<6,2918),l|0){case 0:{l=(n[s+496>>2]|0)==2?5:4;break}case 2:{l=(n[s+496>>2]|0)==2?4:5;break}default:}return y(h[s+424+(l<<2)>>2])}function gp(s,l){switch(s=s|0,l=l|0,Un(s,(l|0)<6,2918),l|0){case 0:{l=(n[s+496>>2]|0)==2?5:4;break}case 2:{l=(n[s+496>>2]|0)==2?4:5;break}default:}return y(h[s+448+(l<<2)>>2])}function qo(s,l){switch(s=s|0,l=l|0,Un(s,(l|0)<6,2918),l|0){case 0:{l=(n[s+496>>2]|0)==2?5:4;break}case 2:{l=(n[s+496>>2]|0)==2?4:5;break}default:}return y(h[s+472+(l<<2)>>2])}function ws(s,l){s=s|0,l=l|0;var c=0,f=Ze;return c=n[s+4>>2]|0,(c|0)==(n[l+4>>2]|0)?c?(f=y(h[s>>2]),s=y(ne(y(f-y(h[l>>2]))))>2]=0,n[f+4>>2]=0,n[f+8>>2]=0,Oa(f|0,s|0,l|0,0),Ao(s,3,(o[f+11>>0]|0)<0?n[f>>2]|0:f,c),s3e(f),C=c}function Go(s,l,c,f){s=y(s),l=y(l),c=c|0,f=f|0;var d=Ze;s=y(s*l),d=y(kT(s,y(1)));do if(Ii(d,y(0))|0)s=y(s-d);else{if(s=y(s-d),Ii(d,y(1))|0){s=y(s+y(1));break}if(c){s=y(s+y(1));break}f||(d>y(.5)?d=y(1):(f=Ii(d,y(.5))|0,d=y(f?1:0)),s=y(s+d))}while(0);return y(s/l)}function NA(s,l,c,f,d,m,B,k,Q,O,M,q,se){s=s|0,l=y(l),c=c|0,f=y(f),d=d|0,m=y(m),B=B|0,k=y(k),Q=y(Q),O=y(O),M=y(M),q=y(q),se=se|0;var Ge=0,Oe=Ze,Fe=Ze,et=Ze,Xe=Ze,at=Ze,Ue=Ze;return Q>2]),Oe!=y(0))?(et=y(Go(l,Oe,0,0)),Xe=y(Go(f,Oe,0,0)),Fe=y(Go(m,Oe,0,0)),Oe=y(Go(k,Oe,0,0))):(Fe=m,et=l,Oe=k,Xe=f),(d|0)==(s|0)?Ge=Ii(Fe,et)|0:Ge=0,(B|0)==(c|0)?se=Ii(Oe,Xe)|0:se=0,!Ge&&(at=y(l-M),!(dp(s,at,Q)|0))&&!(mp(s,at,d,Q)|0)?Ge=mg(s,at,d,m,Q)|0:Ge=1,!se&&(Ue=y(f-q),!(dp(c,Ue,O)|0))&&!(mp(c,Ue,B,O)|0)?se=mg(c,Ue,B,k,O)|0:se=1,se=Ge&se),se|0}function dp(s,l,c){return s=s|0,l=y(l),c=y(c),(s|0)==1?s=Ii(l,c)|0:s=0,s|0}function mp(s,l,c,f){return s=s|0,l=y(l),c=c|0,f=y(f),(s|0)==2&(c|0)==0?l>=f?s=1:s=Ii(l,f)|0:s=0,s|0}function mg(s,l,c,f,d){return s=s|0,l=y(l),c=c|0,f=y(f),d=y(d),(s|0)==2&(c|0)==2&f>l?d<=l?s=1:s=Ii(l,d)|0:s=0,s|0}function fa(s,l,c,f,d,m,B,k,Q,O,M){s=s|0,l=y(l),c=y(c),f=f|0,d=d|0,m=m|0,B=y(B),k=y(k),Q=Q|0,O=O|0,M=M|0;var q=0,se=0,Ge=0,Oe=0,Fe=Ze,et=Ze,Xe=0,at=0,Ue=0,qe=0,Lt=0,Or=0,or=0,Xt=0,Pr=0,Nr=0,ir=0,bn=Ze,go=Ze,mo=Ze,yo=0,ya=0;ir=C,C=C+160|0,Xt=ir+152|0,or=ir+120|0,Or=ir+104|0,Ue=ir+72|0,Oe=ir+56|0,Lt=ir+8|0,at=ir,qe=(n[2279]|0)+1|0,n[2279]=qe,Pr=s+984|0,(o[Pr>>0]|0)!=0&&(n[s+512>>2]|0)!=(n[2278]|0)?Xe=4:(n[s+516>>2]|0)==(f|0)?Nr=0:Xe=4,(Xe|0)==4&&(n[s+520>>2]=0,n[s+924>>2]=-1,n[s+928>>2]=-1,h[s+932>>2]=y(-1),h[s+936>>2]=y(-1),Nr=1);e:do if(n[s+964>>2]|0)if(Fe=y(ln(s,2,B)),et=y(ln(s,0,B)),q=s+916|0,mo=y(h[q>>2]),go=y(h[s+920>>2]),bn=y(h[s+932>>2]),NA(d,l,m,c,n[s+924>>2]|0,mo,n[s+928>>2]|0,go,bn,y(h[s+936>>2]),Fe,et,M)|0)Xe=22;else if(Ge=n[s+520>>2]|0,!Ge)Xe=21;else for(se=0;;){if(q=s+524+(se*24|0)|0,bn=y(h[q>>2]),go=y(h[s+524+(se*24|0)+4>>2]),mo=y(h[s+524+(se*24|0)+16>>2]),NA(d,l,m,c,n[s+524+(se*24|0)+8>>2]|0,bn,n[s+524+(se*24|0)+12>>2]|0,go,mo,y(h[s+524+(se*24|0)+20>>2]),Fe,et,M)|0){Xe=22;break e}if(se=se+1|0,se>>>0>=Ge>>>0){Xe=21;break}}else{if(Q){if(q=s+916|0,!(Ii(y(h[q>>2]),l)|0)){Xe=21;break}if(!(Ii(y(h[s+920>>2]),c)|0)){Xe=21;break}if((n[s+924>>2]|0)!=(d|0)){Xe=21;break}q=(n[s+928>>2]|0)==(m|0)?q:0,Xe=22;break}if(Ge=n[s+520>>2]|0,!Ge)Xe=21;else for(se=0;;){if(q=s+524+(se*24|0)|0,Ii(y(h[q>>2]),l)|0&&Ii(y(h[s+524+(se*24|0)+4>>2]),c)|0&&(n[s+524+(se*24|0)+8>>2]|0)==(d|0)&&(n[s+524+(se*24|0)+12>>2]|0)==(m|0)){Xe=22;break e}if(se=se+1|0,se>>>0>=Ge>>>0){Xe=21;break}}}while(0);do if((Xe|0)==21)o[11697]|0?(q=0,Xe=28):(q=0,Xe=31);else if((Xe|0)==22){if(se=(o[11697]|0)!=0,!((q|0)!=0&(Nr^1)))if(se){Xe=28;break}else{Xe=31;break}Oe=q+16|0,n[s+908>>2]=n[Oe>>2],Ge=q+20|0,n[s+912>>2]=n[Ge>>2],(o[11698]|0)==0|se^1||(n[at>>2]=LA(qe)|0,n[at+4>>2]=qe,Ao(s,4,2972,at),se=n[s+972>>2]|0,se|0&&ef[se&127](s),d=qa(d,Q)|0,m=qa(m,Q)|0,ya=+y(h[Oe>>2]),yo=+y(h[Ge>>2]),n[Lt>>2]=d,n[Lt+4>>2]=m,E[Lt+8>>3]=+l,E[Lt+16>>3]=+c,E[Lt+24>>3]=ya,E[Lt+32>>3]=yo,n[Lt+40>>2]=O,Ao(s,4,2989,Lt))}while(0);return(Xe|0)==28&&(se=LA(qe)|0,n[Oe>>2]=se,n[Oe+4>>2]=qe,n[Oe+8>>2]=Nr?3047:11699,Ao(s,4,3038,Oe),se=n[s+972>>2]|0,se|0&&ef[se&127](s),Lt=qa(d,Q)|0,Xe=qa(m,Q)|0,n[Ue>>2]=Lt,n[Ue+4>>2]=Xe,E[Ue+8>>3]=+l,E[Ue+16>>3]=+c,n[Ue+24>>2]=O,Ao(s,4,3049,Ue),Xe=31),(Xe|0)==31&&(si(s,l,c,f,d,m,B,k,Q,M),o[11697]|0&&(se=n[2279]|0,Lt=LA(se)|0,n[Or>>2]=Lt,n[Or+4>>2]=se,n[Or+8>>2]=Nr?3047:11699,Ao(s,4,3083,Or),se=n[s+972>>2]|0,se|0&&ef[se&127](s),Lt=qa(d,Q)|0,Or=qa(m,Q)|0,yo=+y(h[s+908>>2]),ya=+y(h[s+912>>2]),n[or>>2]=Lt,n[or+4>>2]=Or,E[or+8>>3]=yo,E[or+16>>3]=ya,n[or+24>>2]=O,Ao(s,4,3092,or)),n[s+516>>2]=f,q||(se=s+520|0,q=n[se>>2]|0,(q|0)==16&&(o[11697]|0&&Ao(s,4,3124,Xt),n[se>>2]=0,q=0),Q?q=s+916|0:(n[se>>2]=q+1,q=s+524+(q*24|0)|0),h[q>>2]=l,h[q+4>>2]=c,n[q+8>>2]=d,n[q+12>>2]=m,n[q+16>>2]=n[s+908>>2],n[q+20>>2]=n[s+912>>2],q=0)),Q&&(n[s+416>>2]=n[s+908>>2],n[s+420>>2]=n[s+912>>2],o[s+985>>0]=1,o[Pr>>0]=0),n[2279]=(n[2279]|0)+-1,n[s+512>>2]=n[2278],C=ir,Nr|(q|0)==0|0}function ln(s,l,c){s=s|0,l=l|0,c=y(c);var f=Ze;return f=y(V(s,l,c)),y(f+y(re(s,l,c)))}function Ao(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=C,C=C+16|0,d=m,n[d>>2]=f,s?f=n[s+976>>2]|0:f=0,Eg(f,s,l,c,d),C=m}function LA(s){return s=s|0,(s>>>0>60?3201:3201+(60-s)|0)|0}function qa(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;return d=C,C=C+32|0,c=d+12|0,f=d,n[c>>2]=n[254],n[c+4>>2]=n[255],n[c+8>>2]=n[256],n[f>>2]=n[257],n[f+4>>2]=n[258],n[f+8>>2]=n[259],(s|0)>2?s=11699:s=n[(l?f:c)+(s<<2)>>2]|0,C=d,s|0}function si(s,l,c,f,d,m,B,k,Q,O){s=s|0,l=y(l),c=y(c),f=f|0,d=d|0,m=m|0,B=y(B),k=y(k),Q=Q|0,O=O|0;var M=0,q=0,se=0,Ge=0,Oe=Ze,Fe=Ze,et=Ze,Xe=Ze,at=Ze,Ue=Ze,qe=Ze,Lt=0,Or=0,or=0,Xt=Ze,Pr=Ze,Nr=0,ir=Ze,bn=0,go=0,mo=0,yo=0,ya=0,Qp=0,Fp=0,xl=0,Tp=0,Fu=0,Tu=0,Rp=0,Np=0,Lp=0,Xr=0,bl=0,Mp=0,bc=0,Op=Ze,Up=Ze,Ru=Ze,Nu=Ze,kc=Ze,qs=0,za=0,Wo=0,kl=0,rf=0,nf=Ze,Lu=Ze,sf=Ze,of=Ze,Gs=Ze,vs=Ze,Ql=0,Tn=Ze,af=Ze,Eo=Ze,Qc=Ze,Co=Ze,Fc=Ze,lf=0,cf=0,Tc=Ze,Ys=Ze,Fl=0,uf=0,Af=0,ff=0,br=Ze,Jn=0,Ds=0,wo=0,Ws=0,Tr=0,ur=0,Tl=0,Jt=Ze,pf=0,li=0;Tl=C,C=C+16|0,qs=Tl+12|0,za=Tl+8|0,Wo=Tl+4|0,kl=Tl,Un(s,(d|0)==0|(_t(l)|0)^1,3326),Un(s,(m|0)==0|(_t(c)|0)^1,3406),Ds=mt(s,f)|0,n[s+496>>2]=Ds,Tr=fr(2,Ds)|0,ur=fr(0,Ds)|0,h[s+440>>2]=y(V(s,Tr,B)),h[s+444>>2]=y(re(s,Tr,B)),h[s+428>>2]=y(V(s,ur,B)),h[s+436>>2]=y(re(s,ur,B)),h[s+464>>2]=y(Cr(s,Tr)),h[s+468>>2]=y(yn(s,Tr)),h[s+452>>2]=y(Cr(s,ur)),h[s+460>>2]=y(yn(s,ur)),h[s+488>>2]=y(oi(s,Tr,B)),h[s+492>>2]=y(Mi(s,Tr,B)),h[s+476>>2]=y(oi(s,ur,B)),h[s+484>>2]=y(Mi(s,ur,B));do if(n[s+964>>2]|0)wg(s,l,c,d,m,B,k);else{if(wo=s+948|0,Ws=(n[s+952>>2]|0)-(n[wo>>2]|0)>>2,!Ws){Gv(s,l,c,d,m,B,k);break}if(!Q&&Yv(s,l,c,d,m,B,k)|0)break;$(s),bl=s+508|0,o[bl>>0]=0,Tr=fr(n[s+4>>2]|0,Ds)|0,ur=Cw(Tr,Ds)|0,Jn=he(Tr)|0,Mp=n[s+8>>2]|0,uf=s+28|0,bc=(n[uf>>2]|0)!=0,Co=Jn?B:k,Tc=Jn?k:B,Op=y(Ep(s,Tr,B)),Up=y(ww(s,Tr,B)),Oe=y(Ep(s,ur,B)),Fc=y(En(s,Tr,B)),Ys=y(En(s,ur,B)),or=Jn?d:m,Fl=Jn?m:d,br=Jn?Fc:Ys,at=Jn?Ys:Fc,Qc=y(ln(s,2,B)),Xe=y(ln(s,0,B)),Fe=y(y(Gr(s+364|0,B))-br),et=y(y(Gr(s+380|0,B))-br),Ue=y(y(Gr(s+372|0,k))-at),qe=y(y(Gr(s+388|0,k))-at),Ru=Jn?Fe:Ue,Nu=Jn?et:qe,Qc=y(l-Qc),l=y(Qc-br),_t(l)|0?br=l:br=y(_n(y(Tg(l,et)),Fe)),af=y(c-Xe),l=y(af-at),_t(l)|0?Eo=l:Eo=y(_n(y(Tg(l,qe)),Ue)),Fe=Jn?br:Eo,Tn=Jn?Eo:br;e:do if((or|0)==1)for(f=0,q=0;;){if(M=gs(s,q)|0,!f)y(rs(M))>y(0)&&y(js(M))>y(0)?f=M:f=0;else if(Tm(M)|0){Ge=0;break e}if(q=q+1|0,q>>>0>=Ws>>>0){Ge=f;break}}else Ge=0;while(0);Lt=Ge+500|0,Or=Ge+504|0,f=0,M=0,l=y(0),se=0;do{if(q=n[(n[wo>>2]|0)+(se<<2)>>2]|0,(n[q+36>>2]|0)==1)Bu(q),o[q+985>>0]=1,o[q+984>>0]=0;else{Bl(q),Q&&yp(q,mt(q,Ds)|0,Fe,Tn,br);do if((n[q+24>>2]|0)!=1)if((q|0)==(Ge|0)){n[Lt>>2]=n[2278],h[Or>>2]=y(0);break}else{Rm(s,q,br,d,Eo,br,Eo,m,Ds,O);break}else M|0&&(n[M+960>>2]=q),n[q+960>>2]=0,M=q,f=(f|0)==0?q:f;while(0);vs=y(h[q+504>>2]),l=y(l+y(vs+y(ln(q,Tr,br))))}se=se+1|0}while((se|0)!=(Ws|0));for(mo=l>Fe,Ql=bc&((or|0)==2&mo)?1:or,bn=(Fl|0)==1,ya=bn&(Q^1),Qp=(Ql|0)==1,Fp=(Ql|0)==2,xl=976+(Tr<<2)|0,Tp=(Fl|2|0)==2,Lp=bn&(bc^1),Fu=1040+(ur<<2)|0,Tu=1040+(Tr<<2)|0,Rp=976+(ur<<2)|0,Np=(Fl|0)!=1,mo=bc&((or|0)!=0&mo),go=s+976|0,bn=bn^1,l=Fe,Nr=0,yo=0,vs=y(0),kc=y(0);;){e:do if(Nr>>>0>>0)for(Or=n[wo>>2]|0,se=0,qe=y(0),Ue=y(0),et=y(0),Fe=y(0),q=0,M=0,Ge=Nr;;){if(Lt=n[Or+(Ge<<2)>>2]|0,(n[Lt+36>>2]|0)!=1&&(n[Lt+940>>2]=yo,(n[Lt+24>>2]|0)!=1)){if(Xe=y(ln(Lt,Tr,br)),Xr=n[xl>>2]|0,c=y(Gr(Lt+380+(Xr<<3)|0,Co)),at=y(h[Lt+504>>2]),c=y(Tg(c,at)),c=y(_n(y(Gr(Lt+364+(Xr<<3)|0,Co)),c)),bc&(se|0)!=0&y(Xe+y(Ue+c))>l){m=se,Xe=qe,or=Ge;break e}Xe=y(Xe+c),c=y(Ue+Xe),Xe=y(qe+Xe),Tm(Lt)|0&&(et=y(et+y(rs(Lt))),Fe=y(Fe-y(at*y(js(Lt))))),M|0&&(n[M+960>>2]=Lt),n[Lt+960>>2]=0,se=se+1|0,M=Lt,q=(q|0)==0?Lt:q}else Xe=qe,c=Ue;if(Ge=Ge+1|0,Ge>>>0>>0)qe=Xe,Ue=c;else{m=se,or=Ge;break}}else m=0,Xe=y(0),et=y(0),Fe=y(0),q=0,or=Nr;while(0);Xr=et>y(0)&ety(0)&FeNu&((_t(Nu)|0)^1))l=Nu,Xr=51;else if(o[(n[go>>2]|0)+3>>0]|0)Xr=51;else{if(Xt!=y(0)&&y(rs(s))!=y(0)){Xr=53;break}l=Xe,Xr=53}while(0);if((Xr|0)==51&&(Xr=0,_t(l)|0?Xr=53:(Pr=y(l-Xe),ir=l)),(Xr|0)==53&&(Xr=0,Xe>2]|0,Ge=Pry(0),Ue=y(Pr/Xt),et=y(0),Xe=y(0),l=y(0),M=q;do c=y(Gr(M+380+(se<<3)|0,Co)),Fe=y(Gr(M+364+(se<<3)|0,Co)),Fe=y(Tg(c,y(_n(Fe,y(h[M+504>>2]))))),Ge?(c=y(Fe*y(js(M))),c!=y(-0)&&(Jt=y(Fe-y(at*c)),nf=y(Bi(M,Tr,Jt,ir,br)),Jt!=nf)&&(et=y(et-y(nf-Fe)),l=y(l+c))):Lt&&(Lu=y(rs(M)),Lu!=y(0))&&(Jt=y(Fe+y(Ue*Lu)),sf=y(Bi(M,Tr,Jt,ir,br)),Jt!=sf)&&(et=y(et-y(sf-Fe)),Xe=y(Xe-Lu)),M=n[M+960>>2]|0;while((M|0)!=0);if(l=y(qe+l),Fe=y(Pr+et),rf)l=y(0);else{at=y(Xt+Xe),Ge=n[xl>>2]|0,Lt=Fey(0),at=y(Fe/at),l=y(0);do{Jt=y(Gr(q+380+(Ge<<3)|0,Co)),et=y(Gr(q+364+(Ge<<3)|0,Co)),et=y(Tg(Jt,y(_n(et,y(h[q+504>>2]))))),Lt?(Jt=y(et*y(js(q))),Fe=y(-Jt),Jt!=y(-0)?(Jt=y(Ue*Fe),Fe=y(Bi(q,Tr,y(et+(Or?Fe:Jt)),ir,br))):Fe=et):se&&(of=y(rs(q)),of!=y(0))?Fe=y(Bi(q,Tr,y(et+y(at*of)),ir,br)):Fe=et,l=y(l-y(Fe-et)),Xe=y(ln(q,Tr,br)),c=y(ln(q,ur,br)),Fe=y(Fe+Xe),h[za>>2]=Fe,n[kl>>2]=1,et=y(h[q+396>>2]);e:do if(_t(et)|0){M=_t(Tn)|0;do if(!M){if(mo|(ts(q,ur,Tn)|0|bn)||(ha(s,q)|0)!=4||(n[(vl(q,ur)|0)+4>>2]|0)==3||(n[(Pc(q,ur)|0)+4>>2]|0)==3)break;h[qs>>2]=Tn,n[Wo>>2]=1;break e}while(0);if(ts(q,ur,Tn)|0){M=n[q+992+(n[Rp>>2]<<2)>>2]|0,Jt=y(c+y(Gr(M,Tn))),h[qs>>2]=Jt,M=Np&(n[M+4>>2]|0)==2,n[Wo>>2]=((_t(Jt)|0|M)^1)&1;break}else{h[qs>>2]=Tn,n[Wo>>2]=M?0:2;break}}else Jt=y(Fe-Xe),Xt=y(Jt/et),Jt=y(et*Jt),n[Wo>>2]=1,h[qs>>2]=y(c+(Jn?Xt:Jt));while(0);yr(q,Tr,ir,br,kl,za),yr(q,ur,Tn,br,Wo,qs);do if(!(ts(q,ur,Tn)|0)&&(ha(s,q)|0)==4){if((n[(vl(q,ur)|0)+4>>2]|0)==3){M=0;break}M=(n[(Pc(q,ur)|0)+4>>2]|0)!=3}else M=0;while(0);Jt=y(h[za>>2]),Xt=y(h[qs>>2]),pf=n[kl>>2]|0,li=n[Wo>>2]|0,fa(q,Jn?Jt:Xt,Jn?Xt:Jt,Ds,Jn?pf:li,Jn?li:pf,br,Eo,Q&(M^1),3488,O)|0,o[bl>>0]=o[bl>>0]|o[q+508>>0],q=n[q+960>>2]|0}while((q|0)!=0)}}else l=y(0);if(l=y(Pr+l),li=l>0]=li|u[bl>>0],Fp&l>y(0)?(M=n[xl>>2]|0,(n[s+364+(M<<3)+4>>2]|0)!=0&&(Gs=y(Gr(s+364+(M<<3)|0,Co)),Gs>=y(0))?Fe=y(_n(y(0),y(Gs-y(ir-l)))):Fe=y(0)):Fe=l,Lt=Nr>>>0>>0,Lt){Ge=n[wo>>2]|0,se=Nr,M=0;do q=n[Ge+(se<<2)>>2]|0,n[q+24>>2]|0||(M=((n[(vl(q,Tr)|0)+4>>2]|0)==3&1)+M|0,M=M+((n[(Pc(q,Tr)|0)+4>>2]|0)==3&1)|0),se=se+1|0;while((se|0)!=(or|0));M?(Xe=y(0),c=y(0)):Xr=101}else Xr=101;e:do if((Xr|0)==101)switch(Xr=0,Mp|0){case 1:{M=0,Xe=y(Fe*y(.5)),c=y(0);break e}case 2:{M=0,Xe=Fe,c=y(0);break e}case 3:{if(m>>>0<=1){M=0,Xe=y(0),c=y(0);break e}c=y((m+-1|0)>>>0),M=0,Xe=y(0),c=y(y(_n(Fe,y(0)))/c);break e}case 5:{c=y(Fe/y((m+1|0)>>>0)),M=0,Xe=c;break e}case 4:{c=y(Fe/y(m>>>0)),M=0,Xe=y(c*y(.5));break e}default:{M=0,Xe=y(0),c=y(0);break e}}while(0);if(l=y(Op+Xe),Lt){et=y(Fe/y(M|0)),se=n[wo>>2]|0,q=Nr,Fe=y(0);do{M=n[se+(q<<2)>>2]|0;e:do if((n[M+36>>2]|0)!=1){switch(n[M+24>>2]|0){case 1:{if(gi(M,Tr)|0){if(!Q)break e;Jt=y(Mr(M,Tr,ir)),Jt=y(Jt+y(Cr(s,Tr))),Jt=y(Jt+y(V(M,Tr,br))),h[M+400+(n[Tu>>2]<<2)>>2]=Jt;break e}break}case 0:if(li=(n[(vl(M,Tr)|0)+4>>2]|0)==3,Jt=y(et+l),l=li?Jt:l,Q&&(li=M+400+(n[Tu>>2]<<2)|0,h[li>>2]=y(l+y(h[li>>2]))),li=(n[(Pc(M,Tr)|0)+4>>2]|0)==3,Jt=y(et+l),l=li?Jt:l,ya){Jt=y(c+y(ln(M,Tr,br))),Fe=Tn,l=y(l+y(Jt+y(h[M+504>>2])));break e}else{l=y(l+y(c+y(ns(M,Tr,br)))),Fe=y(_n(Fe,y(ns(M,ur,br))));break e}default:}Q&&(Jt=y(Xe+y(Cr(s,Tr))),li=M+400+(n[Tu>>2]<<2)|0,h[li>>2]=y(Jt+y(h[li>>2])))}while(0);q=q+1|0}while((q|0)!=(or|0))}else Fe=y(0);if(c=y(Up+l),Tp?Xe=y(y(Bi(s,ur,y(Ys+Fe),Tc,B))-Ys):Xe=Tn,et=y(y(Bi(s,ur,y(Ys+(Lp?Tn:Fe)),Tc,B))-Ys),Lt&Q){q=Nr;do{se=n[(n[wo>>2]|0)+(q<<2)>>2]|0;do if((n[se+36>>2]|0)!=1){if((n[se+24>>2]|0)==1){if(gi(se,ur)|0){if(Jt=y(Mr(se,ur,Tn)),Jt=y(Jt+y(Cr(s,ur))),Jt=y(Jt+y(V(se,ur,br))),M=n[Fu>>2]|0,h[se+400+(M<<2)>>2]=Jt,!(_t(Jt)|0))break}else M=n[Fu>>2]|0;Jt=y(Cr(s,ur)),h[se+400+(M<<2)>>2]=y(Jt+y(V(se,ur,br)));break}M=ha(s,se)|0;do if((M|0)==4){if((n[(vl(se,ur)|0)+4>>2]|0)==3){Xr=139;break}if((n[(Pc(se,ur)|0)+4>>2]|0)==3){Xr=139;break}if(ts(se,ur,Tn)|0){l=Oe;break}pf=n[se+908+(n[xl>>2]<<2)>>2]|0,n[qs>>2]=pf,l=y(h[se+396>>2]),li=_t(l)|0,Fe=(n[v>>2]=pf,y(h[v>>2])),li?l=et:(Pr=y(ln(se,ur,br)),Jt=y(Fe/l),l=y(l*Fe),l=y(Pr+(Jn?Jt:l))),h[za>>2]=l,h[qs>>2]=y(y(ln(se,Tr,br))+Fe),n[Wo>>2]=1,n[kl>>2]=1,yr(se,Tr,ir,br,Wo,qs),yr(se,ur,Tn,br,kl,za),l=y(h[qs>>2]),Pr=y(h[za>>2]),Jt=Jn?l:Pr,l=Jn?Pr:l,li=((_t(Jt)|0)^1)&1,fa(se,Jt,l,Ds,li,((_t(l)|0)^1)&1,br,Eo,1,3493,O)|0,l=Oe}else Xr=139;while(0);e:do if((Xr|0)==139){Xr=0,l=y(Xe-y(ns(se,ur,br)));do if((n[(vl(se,ur)|0)+4>>2]|0)==3){if((n[(Pc(se,ur)|0)+4>>2]|0)!=3)break;l=y(Oe+y(_n(y(0),y(l*y(.5)))));break e}while(0);if((n[(Pc(se,ur)|0)+4>>2]|0)==3){l=Oe;break}if((n[(vl(se,ur)|0)+4>>2]|0)==3){l=y(Oe+y(_n(y(0),l)));break}switch(M|0){case 1:{l=Oe;break e}case 2:{l=y(Oe+y(l*y(.5)));break e}default:{l=y(Oe+l);break e}}}while(0);Jt=y(vs+l),li=se+400+(n[Fu>>2]<<2)|0,h[li>>2]=y(Jt+y(h[li>>2]))}while(0);q=q+1|0}while((q|0)!=(or|0))}if(vs=y(vs+et),kc=y(_n(kc,c)),m=yo+1|0,or>>>0>=Ws>>>0)break;l=ir,Nr=or,yo=m}do if(Q){if(M=m>>>0>1,!M&&!(Yi(s)|0))break;if(!(_t(Tn)|0)){l=y(Tn-vs);e:do switch(n[s+12>>2]|0){case 3:{Oe=y(Oe+l),Ue=y(0);break}case 2:{Oe=y(Oe+y(l*y(.5))),Ue=y(0);break}case 4:{Tn>vs?Ue=y(l/y(m>>>0)):Ue=y(0);break}case 7:if(Tn>vs){Oe=y(Oe+y(l/y(m<<1>>>0))),Ue=y(l/y(m>>>0)),Ue=M?Ue:y(0);break e}else{Oe=y(Oe+y(l*y(.5))),Ue=y(0);break e}case 6:{Ue=y(l/y(yo>>>0)),Ue=Tn>vs&M?Ue:y(0);break}default:Ue=y(0)}while(0);if(m|0)for(Lt=1040+(ur<<2)|0,Or=976+(ur<<2)|0,Ge=0,q=0;;){e:do if(q>>>0>>0)for(Fe=y(0),et=y(0),l=y(0),se=q;;){M=n[(n[wo>>2]|0)+(se<<2)>>2]|0;do if((n[M+36>>2]|0)!=1&&(n[M+24>>2]|0)==0){if((n[M+940>>2]|0)!=(Ge|0))break e;if(Nm(M,ur)|0&&(Jt=y(h[M+908+(n[Or>>2]<<2)>>2]),l=y(_n(l,y(Jt+y(ln(M,ur,br)))))),(ha(s,M)|0)!=5)break;Gs=y(Ya(M)),Gs=y(Gs+y(V(M,0,br))),Jt=y(h[M+912>>2]),Jt=y(y(Jt+y(ln(M,0,br)))-Gs),Gs=y(_n(et,Gs)),Jt=y(_n(Fe,Jt)),Fe=Jt,et=Gs,l=y(_n(l,y(Gs+Jt)))}while(0);if(M=se+1|0,M>>>0>>0)se=M;else{se=M;break}}else et=y(0),l=y(0),se=q;while(0);if(at=y(Ue+l),c=Oe,Oe=y(Oe+at),q>>>0>>0){Xe=y(c+et),M=q;do{q=n[(n[wo>>2]|0)+(M<<2)>>2]|0;e:do if((n[q+36>>2]|0)!=1&&(n[q+24>>2]|0)==0)switch(ha(s,q)|0){case 1:{Jt=y(c+y(V(q,ur,br))),h[q+400+(n[Lt>>2]<<2)>>2]=Jt;break e}case 3:{Jt=y(y(Oe-y(re(q,ur,br)))-y(h[q+908+(n[Or>>2]<<2)>>2])),h[q+400+(n[Lt>>2]<<2)>>2]=Jt;break e}case 2:{Jt=y(c+y(y(at-y(h[q+908+(n[Or>>2]<<2)>>2]))*y(.5))),h[q+400+(n[Lt>>2]<<2)>>2]=Jt;break e}case 4:{if(Jt=y(c+y(V(q,ur,br))),h[q+400+(n[Lt>>2]<<2)>>2]=Jt,ts(q,ur,Tn)|0||(Jn?(Fe=y(h[q+908>>2]),l=y(Fe+y(ln(q,Tr,br))),et=at):(et=y(h[q+912>>2]),et=y(et+y(ln(q,ur,br))),l=at,Fe=y(h[q+908>>2])),Ii(l,Fe)|0&&Ii(et,y(h[q+912>>2]))|0))break e;fa(q,l,et,Ds,1,1,br,Eo,1,3501,O)|0;break e}case 5:{h[q+404>>2]=y(y(Xe-y(Ya(q)))+y(Mr(q,0,Tn)));break e}default:break e}while(0);M=M+1|0}while((M|0)!=(se|0))}if(Ge=Ge+1|0,(Ge|0)==(m|0))break;q=se}}}while(0);if(h[s+908>>2]=y(Bi(s,2,Qc,B,B)),h[s+912>>2]=y(Bi(s,0,af,k,B)),(Ql|0)!=0&&(lf=n[s+32>>2]|0,cf=(Ql|0)==2,!(cf&(lf|0)!=2))?cf&(lf|0)==2&&(l=y(Fc+ir),l=y(_n(y(Tg(l,y(MA(s,Tr,kc,Co)))),Fc)),Xr=198):(l=y(Bi(s,Tr,kc,Co,B)),Xr=198),(Xr|0)==198&&(h[s+908+(n[976+(Tr<<2)>>2]<<2)>>2]=l),(Fl|0)!=0&&(Af=n[s+32>>2]|0,ff=(Fl|0)==2,!(ff&(Af|0)!=2))?ff&(Af|0)==2&&(l=y(Ys+Tn),l=y(_n(y(Tg(l,y(MA(s,ur,y(Ys+vs),Tc)))),Ys)),Xr=204):(l=y(Bi(s,ur,y(Ys+vs),Tc,B)),Xr=204),(Xr|0)==204&&(h[s+908+(n[976+(ur<<2)>>2]<<2)>>2]=l),Q){if((n[uf>>2]|0)==2){q=976+(ur<<2)|0,se=1040+(ur<<2)|0,M=0;do Ge=gs(s,M)|0,n[Ge+24>>2]|0||(pf=n[q>>2]|0,Jt=y(h[s+908+(pf<<2)>>2]),li=Ge+400+(n[se>>2]<<2)|0,Jt=y(Jt-y(h[li>>2])),h[li>>2]=y(Jt-y(h[Ge+908+(pf<<2)>>2]))),M=M+1|0;while((M|0)!=(Ws|0))}if(f|0){M=Jn?Ql:d;do Lm(s,f,br,M,Eo,Ds,O),f=n[f+960>>2]|0;while((f|0)!=0)}if(M=(Tr|2|0)==3,q=(ur|2|0)==3,M|q){f=0;do se=n[(n[wo>>2]|0)+(f<<2)>>2]|0,(n[se+36>>2]|0)!=1&&(M&&Cp(s,se,Tr),q&&Cp(s,se,ur)),f=f+1|0;while((f|0)!=(Ws|0))}}}while(0);C=Tl}function pa(s,l){s=s|0,l=y(l);var c=0;oa(s,l>=y(0),3147),c=l==y(0),h[s+4>>2]=c?y(0):l}function vc(s,l,c,f){s=s|0,l=y(l),c=y(c),f=f|0;var d=Ze,m=Ze,B=0,k=0,Q=0;n[2278]=(n[2278]|0)+1,Bl(s),ts(s,2,l)|0?(d=y(Gr(n[s+992>>2]|0,l)),Q=1,d=y(d+y(ln(s,2,l)))):(d=y(Gr(s+380|0,l)),d>=y(0)?Q=2:(Q=((_t(l)|0)^1)&1,d=l)),ts(s,0,c)|0?(m=y(Gr(n[s+996>>2]|0,c)),k=1,m=y(m+y(ln(s,0,l)))):(m=y(Gr(s+388|0,c)),m>=y(0)?k=2:(k=((_t(c)|0)^1)&1,m=c)),B=s+976|0,fa(s,d,m,f,Q,k,l,c,1,3189,n[B>>2]|0)|0&&(yp(s,n[s+496>>2]|0,l,c,l),Dc(s,y(h[(n[B>>2]|0)+4>>2]),y(0),y(0)),o[11696]|0)&&km(s,7)}function Bl(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;k=C,C=C+32|0,B=k+24|0,m=k+16|0,f=k+8|0,d=k,c=0;do l=s+380+(c<<3)|0,(n[s+380+(c<<3)+4>>2]|0)!=0&&(Q=l,O=n[Q+4>>2]|0,M=f,n[M>>2]=n[Q>>2],n[M+4>>2]=O,M=s+364+(c<<3)|0,O=n[M+4>>2]|0,Q=d,n[Q>>2]=n[M>>2],n[Q+4>>2]=O,n[m>>2]=n[f>>2],n[m+4>>2]=n[f+4>>2],n[B>>2]=n[d>>2],n[B+4>>2]=n[d+4>>2],ws(m,B)|0)||(l=s+348+(c<<3)|0),n[s+992+(c<<2)>>2]=l,c=c+1|0;while((c|0)!=2);C=k}function ts(s,l,c){s=s|0,l=l|0,c=y(c);var f=0;switch(s=n[s+992+(n[976+(l<<2)>>2]<<2)>>2]|0,n[s+4>>2]|0){case 0:case 3:{s=0;break}case 1:{y(h[s>>2])>2])>2]|0){case 2:{l=y(y(y(h[s>>2])*l)/y(100));break}case 1:{l=y(h[s>>2]);break}default:l=y(Ae)}return y(l)}function yp(s,l,c,f,d){s=s|0,l=l|0,c=y(c),f=y(f),d=y(d);var m=0,B=Ze;l=n[s+944>>2]|0?l:1,m=fr(n[s+4>>2]|0,l)|0,l=Cw(m,l)|0,c=y(Mm(s,m,c)),f=y(Mm(s,l,f)),B=y(c+y(V(s,m,d))),h[s+400+(n[1040+(m<<2)>>2]<<2)>>2]=B,c=y(c+y(re(s,m,d))),h[s+400+(n[1e3+(m<<2)>>2]<<2)>>2]=c,c=y(f+y(V(s,l,d))),h[s+400+(n[1040+(l<<2)>>2]<<2)>>2]=c,d=y(f+y(re(s,l,d))),h[s+400+(n[1e3+(l<<2)>>2]<<2)>>2]=d}function Dc(s,l,c,f){s=s|0,l=y(l),c=y(c),f=y(f);var d=0,m=0,B=Ze,k=Ze,Q=0,O=0,M=Ze,q=0,se=Ze,Ge=Ze,Oe=Ze,Fe=Ze;if(l!=y(0)&&(d=s+400|0,Fe=y(h[d>>2]),m=s+404|0,Oe=y(h[m>>2]),q=s+416|0,Ge=y(h[q>>2]),O=s+420|0,B=y(h[O>>2]),se=y(Fe+c),M=y(Oe+f),f=y(se+Ge),k=y(M+B),Q=(n[s+988>>2]|0)==1,h[d>>2]=y(Go(Fe,l,0,Q)),h[m>>2]=y(Go(Oe,l,0,Q)),c=y(kT(y(Ge*l),y(1))),Ii(c,y(0))|0?m=0:m=(Ii(c,y(1))|0)^1,c=y(kT(y(B*l),y(1))),Ii(c,y(0))|0?d=0:d=(Ii(c,y(1))|0)^1,Fe=y(Go(f,l,Q&m,Q&(m^1))),h[q>>2]=y(Fe-y(Go(se,l,0,Q))),Fe=y(Go(k,l,Q&d,Q&(d^1))),h[O>>2]=y(Fe-y(Go(M,l,0,Q))),m=(n[s+952>>2]|0)-(n[s+948>>2]|0)>>2,m|0)){d=0;do Dc(gs(s,d)|0,l,se,M),d=d+1|0;while((d|0)!=(m|0))}}function Ew(s,l,c,f,d){switch(s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,c|0){case 5:case 0:{s=a7(n[489]|0,f,d)|0;break}default:s=t3e(f,d)|0}return s|0}function yg(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;d=C,C=C+16|0,m=d,n[m>>2]=f,Eg(s,0,l,c,m),C=d}function Eg(s,l,c,f,d){if(s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,s=s|0?s:956,x7[n[s+8>>2]&1](s,l,c,f,d)|0,(c|0)==5)Tt();else return}function Ga(s,l,c){s=s|0,l=l|0,c=c|0,o[s+l>>0]=c&1}function Fm(s,l){s=s|0,l=l|0;var c=0,f=0;n[s>>2]=0,n[s+4>>2]=0,n[s+8>>2]=0,c=l+4|0,f=(n[c>>2]|0)-(n[l>>2]|0)>>2,f|0&&(Cg(s,f),Qt(s,n[l>>2]|0,n[c>>2]|0,f))}function Cg(s,l){s=s|0,l=l|0;var c=0;if((N(s)|0)>>>0>>0&&zr(s),l>>>0>1073741823)Tt();else{c=Vt(l<<2)|0,n[s+4>>2]=c,n[s>>2]=c,n[s+8>>2]=c+(l<<2);return}}function Qt(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,f=s+4|0,s=c-l|0,(s|0)>0&&(Dr(n[f>>2]|0,l|0,s|0)|0,n[f>>2]=(n[f>>2]|0)+(s>>>2<<2))}function N(s){return s=s|0,1073741823}function V(s,l,c){return s=s|0,l=l|0,c=y(c),he(l)|0&&(n[s+96>>2]|0)!=0?s=s+92|0:s=Fn(s+60|0,n[1040+(l<<2)>>2]|0,992)|0,y(ze(s,c))}function re(s,l,c){return s=s|0,l=l|0,c=y(c),he(l)|0&&(n[s+104>>2]|0)!=0?s=s+100|0:s=Fn(s+60|0,n[1e3+(l<<2)>>2]|0,992)|0,y(ze(s,c))}function he(s){return s=s|0,(s|1|0)==3|0}function ze(s,l){return s=s|0,l=y(l),(n[s+4>>2]|0)==3?l=y(0):l=y(Gr(s,l)),y(l)}function mt(s,l){return s=s|0,l=l|0,s=n[s>>2]|0,((s|0)==0?(l|0)>1?l:1:s)|0}function fr(s,l){s=s|0,l=l|0;var c=0;e:do if((l|0)==2){switch(s|0){case 2:{s=3;break e}case 3:break;default:{c=4;break e}}s=2}else c=4;while(0);return s|0}function Cr(s,l){s=s|0,l=l|0;var c=Ze;return he(l)|0&&(n[s+312>>2]|0)!=0&&(c=y(h[s+308>>2]),c>=y(0))||(c=y(_n(y(h[(Fn(s+276|0,n[1040+(l<<2)>>2]|0,992)|0)>>2]),y(0)))),y(c)}function yn(s,l){s=s|0,l=l|0;var c=Ze;return he(l)|0&&(n[s+320>>2]|0)!=0&&(c=y(h[s+316>>2]),c>=y(0))||(c=y(_n(y(h[(Fn(s+276|0,n[1e3+(l<<2)>>2]|0,992)|0)>>2]),y(0)))),y(c)}function oi(s,l,c){s=s|0,l=l|0,c=y(c);var f=Ze;return he(l)|0&&(n[s+240>>2]|0)!=0&&(f=y(Gr(s+236|0,c)),f>=y(0))||(f=y(_n(y(Gr(Fn(s+204|0,n[1040+(l<<2)>>2]|0,992)|0,c)),y(0)))),y(f)}function Mi(s,l,c){s=s|0,l=l|0,c=y(c);var f=Ze;return he(l)|0&&(n[s+248>>2]|0)!=0&&(f=y(Gr(s+244|0,c)),f>=y(0))||(f=y(_n(y(Gr(Fn(s+204|0,n[1e3+(l<<2)>>2]|0,992)|0,c)),y(0)))),y(f)}function wg(s,l,c,f,d,m,B){s=s|0,l=y(l),c=y(c),f=f|0,d=d|0,m=y(m),B=y(B);var k=Ze,Q=Ze,O=Ze,M=Ze,q=Ze,se=Ze,Ge=0,Oe=0,Fe=0;Fe=C,C=C+16|0,Ge=Fe,Oe=s+964|0,Un(s,(n[Oe>>2]|0)!=0,3519),k=y(En(s,2,l)),Q=y(En(s,0,l)),O=y(ln(s,2,l)),M=y(ln(s,0,l)),_t(l)|0?q=l:q=y(_n(y(0),y(y(l-O)-k))),_t(c)|0?se=c:se=y(_n(y(0),y(y(c-M)-Q))),(f|0)==1&(d|0)==1?(h[s+908>>2]=y(Bi(s,2,y(l-O),m,m)),l=y(Bi(s,0,y(c-M),B,m))):(b7[n[Oe>>2]&1](Ge,s,q,f,se,d),q=y(k+y(h[Ge>>2])),se=y(l-O),h[s+908>>2]=y(Bi(s,2,(f|2|0)==2?q:se,m,m)),se=y(Q+y(h[Ge+4>>2])),l=y(c-M),l=y(Bi(s,0,(d|2|0)==2?se:l,B,m))),h[s+912>>2]=l,C=Fe}function Gv(s,l,c,f,d,m,B){s=s|0,l=y(l),c=y(c),f=f|0,d=d|0,m=y(m),B=y(B);var k=Ze,Q=Ze,O=Ze,M=Ze;O=y(En(s,2,m)),k=y(En(s,0,m)),M=y(ln(s,2,m)),Q=y(ln(s,0,m)),l=y(l-M),h[s+908>>2]=y(Bi(s,2,(f|2|0)==2?O:l,m,m)),c=y(c-Q),h[s+912>>2]=y(Bi(s,0,(d|2|0)==2?k:c,B,m))}function Yv(s,l,c,f,d,m,B){s=s|0,l=y(l),c=y(c),f=f|0,d=d|0,m=y(m),B=y(B);var k=0,Q=Ze,O=Ze;return k=(f|0)==2,!(l<=y(0)&k)&&!(c<=y(0)&(d|0)==2)&&!((f|0)==1&(d|0)==1)?s=0:(Q=y(ln(s,0,m)),O=y(ln(s,2,m)),k=l>2]=y(Bi(s,2,k?y(0):l,m,m)),l=y(c-Q),k=c>2]=y(Bi(s,0,k?y(0):l,B,m)),s=1),s|0}function Cw(s,l){return s=s|0,l=l|0,OA(s)|0?s=fr(2,l)|0:s=0,s|0}function Ep(s,l,c){return s=s|0,l=l|0,c=y(c),c=y(oi(s,l,c)),y(c+y(Cr(s,l)))}function ww(s,l,c){return s=s|0,l=l|0,c=y(c),c=y(Mi(s,l,c)),y(c+y(yn(s,l)))}function En(s,l,c){s=s|0,l=l|0,c=y(c);var f=Ze;return f=y(Ep(s,l,c)),y(f+y(ww(s,l,c)))}function Tm(s){return s=s|0,n[s+24>>2]|0?s=0:y(rs(s))!=y(0)?s=1:s=y(js(s))!=y(0),s|0}function rs(s){s=s|0;var l=Ze;if(n[s+944>>2]|0){if(l=y(h[s+44>>2]),_t(l)|0)return l=y(h[s+40>>2]),s=l>y(0)&((_t(l)|0)^1),y(s?l:y(0))}else l=y(0);return y(l)}function js(s){s=s|0;var l=Ze,c=0,f=Ze;do if(n[s+944>>2]|0){if(l=y(h[s+48>>2]),_t(l)|0){if(c=o[(n[s+976>>2]|0)+2>>0]|0,c<<24>>24==0&&(f=y(h[s+40>>2]),f>24?y(1):y(0)}}else l=y(0);while(0);return y(l)}function Bu(s){s=s|0;var l=0,c=0;if(zm(s+400|0,0,540)|0,o[s+985>>0]=1,$(s),c=wi(s)|0,c|0){l=s+948|0,s=0;do Bu(n[(n[l>>2]|0)+(s<<2)>>2]|0),s=s+1|0;while((s|0)!=(c|0))}}function Rm(s,l,c,f,d,m,B,k,Q,O){s=s|0,l=l|0,c=y(c),f=f|0,d=y(d),m=y(m),B=y(B),k=k|0,Q=Q|0,O=O|0;var M=0,q=Ze,se=0,Ge=0,Oe=Ze,Fe=Ze,et=0,Xe=Ze,at=0,Ue=Ze,qe=0,Lt=0,Or=0,or=0,Xt=0,Pr=0,Nr=0,ir=0,bn=0,go=0;bn=C,C=C+16|0,Or=bn+12|0,or=bn+8|0,Xt=bn+4|0,Pr=bn,ir=fr(n[s+4>>2]|0,Q)|0,qe=he(ir)|0,q=y(Gr(Iw(l)|0,qe?m:B)),Lt=ts(l,2,m)|0,Nr=ts(l,0,B)|0;do if(!(_t(q)|0)&&!(_t(qe?c:d)|0)){if(M=l+504|0,!(_t(y(h[M>>2]))|0)&&(!(Bw(n[l+976>>2]|0,0)|0)||(n[l+500>>2]|0)==(n[2278]|0)))break;h[M>>2]=y(_n(q,y(En(l,ir,m))))}else se=7;while(0);do if((se|0)==7){if(at=qe^1,!(at|Lt^1)){B=y(Gr(n[l+992>>2]|0,m)),h[l+504>>2]=y(_n(B,y(En(l,2,m))));break}if(!(qe|Nr^1)){B=y(Gr(n[l+996>>2]|0,B)),h[l+504>>2]=y(_n(B,y(En(l,0,m))));break}h[Or>>2]=y(Ae),h[or>>2]=y(Ae),n[Xt>>2]=0,n[Pr>>2]=0,Xe=y(ln(l,2,m)),Ue=y(ln(l,0,m)),Lt?(Oe=y(Xe+y(Gr(n[l+992>>2]|0,m))),h[Or>>2]=Oe,n[Xt>>2]=1,Ge=1):(Ge=0,Oe=y(Ae)),Nr?(q=y(Ue+y(Gr(n[l+996>>2]|0,B))),h[or>>2]=q,n[Pr>>2]=1,M=1):(M=0,q=y(Ae)),se=n[s+32>>2]|0,qe&(se|0)==2?se=2:_t(Oe)|0&&!(_t(c)|0)&&(h[Or>>2]=c,n[Xt>>2]=2,Ge=2,Oe=c),!((se|0)==2&at)&&_t(q)|0&&!(_t(d)|0)&&(h[or>>2]=d,n[Pr>>2]=2,M=2,q=d),Fe=y(h[l+396>>2]),et=_t(Fe)|0;do if(et)se=Ge;else{if((Ge|0)==1&at){h[or>>2]=y(y(Oe-Xe)/Fe),n[Pr>>2]=1,M=1,se=1;break}qe&(M|0)==1?(h[Or>>2]=y(Fe*y(q-Ue)),n[Xt>>2]=1,M=1,se=1):se=Ge}while(0);go=_t(c)|0,Ge=(ha(s,l)|0)!=4,!(qe|Lt|((f|0)!=1|go)|(Ge|(se|0)==1))&&(h[Or>>2]=c,n[Xt>>2]=1,!et)&&(h[or>>2]=y(y(c-Xe)/Fe),n[Pr>>2]=1,M=1),!(Nr|at|((k|0)!=1|(_t(d)|0))|(Ge|(M|0)==1))&&(h[or>>2]=d,n[Pr>>2]=1,!et)&&(h[Or>>2]=y(Fe*y(d-Ue)),n[Xt>>2]=1),yr(l,2,m,m,Xt,Or),yr(l,0,B,m,Pr,or),c=y(h[Or>>2]),d=y(h[or>>2]),fa(l,c,d,Q,n[Xt>>2]|0,n[Pr>>2]|0,m,B,0,3565,O)|0,B=y(h[l+908+(n[976+(ir<<2)>>2]<<2)>>2]),h[l+504>>2]=y(_n(B,y(En(l,ir,m))))}while(0);n[l+500>>2]=n[2278],C=bn}function Bi(s,l,c,f,d){return s=s|0,l=l|0,c=y(c),f=y(f),d=y(d),f=y(MA(s,l,c,f)),y(_n(f,y(En(s,l,d))))}function ha(s,l){return s=s|0,l=l|0,l=l+20|0,l=n[((n[l>>2]|0)==0?s+16|0:l)>>2]|0,(l|0)==5&&OA(n[s+4>>2]|0)|0&&(l=1),l|0}function vl(s,l){return s=s|0,l=l|0,he(l)|0&&(n[s+96>>2]|0)!=0?l=4:l=n[1040+(l<<2)>>2]|0,s+60+(l<<3)|0}function Pc(s,l){return s=s|0,l=l|0,he(l)|0&&(n[s+104>>2]|0)!=0?l=5:l=n[1e3+(l<<2)>>2]|0,s+60+(l<<3)|0}function yr(s,l,c,f,d,m){switch(s=s|0,l=l|0,c=y(c),f=y(f),d=d|0,m=m|0,c=y(Gr(s+380+(n[976+(l<<2)>>2]<<3)|0,c)),c=y(c+y(ln(s,l,f))),n[d>>2]|0){case 2:case 1:{d=_t(c)|0,f=y(h[m>>2]),h[m>>2]=d|f>2]=2,h[m>>2]=c);break}default:}}function gi(s,l){return s=s|0,l=l|0,s=s+132|0,he(l)|0&&(n[(Fn(s,4,948)|0)+4>>2]|0)!=0?s=1:s=(n[(Fn(s,n[1040+(l<<2)>>2]|0,948)|0)+4>>2]|0)!=0,s|0}function Mr(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0;return s=s+132|0,he(l)|0&&(f=Fn(s,4,948)|0,(n[f+4>>2]|0)!=0)?d=4:(f=Fn(s,n[1040+(l<<2)>>2]|0,948)|0,n[f+4>>2]|0?d=4:c=y(0)),(d|0)==4&&(c=y(Gr(f,c))),y(c)}function ns(s,l,c){s=s|0,l=l|0,c=y(c);var f=Ze;return f=y(h[s+908+(n[976+(l<<2)>>2]<<2)>>2]),f=y(f+y(V(s,l,c))),y(f+y(re(s,l,c)))}function Yi(s){s=s|0;var l=0,c=0,f=0;e:do if(OA(n[s+4>>2]|0)|0)l=0;else if((n[s+16>>2]|0)!=5)if(c=wi(s)|0,!c)l=0;else for(l=0;;){if(f=gs(s,l)|0,(n[f+24>>2]|0)==0&&(n[f+20>>2]|0)==5){l=1;break e}if(l=l+1|0,l>>>0>=c>>>0){l=0;break}}else l=1;while(0);return l|0}function Nm(s,l){s=s|0,l=l|0;var c=Ze;return c=y(h[s+908+(n[976+(l<<2)>>2]<<2)>>2]),c>=y(0)&((_t(c)|0)^1)|0}function Ya(s){s=s|0;var l=Ze,c=0,f=0,d=0,m=0,B=0,k=0,Q=Ze;if(c=n[s+968>>2]|0,c)Q=y(h[s+908>>2]),l=y(h[s+912>>2]),l=y(v7[c&0](s,Q,l)),Un(s,(_t(l)|0)^1,3573);else{m=wi(s)|0;do if(m|0){for(c=0,d=0;;){if(f=gs(s,d)|0,n[f+940>>2]|0){B=8;break}if((n[f+24>>2]|0)!=1)if(k=(ha(s,f)|0)==5,k){c=f;break}else c=(c|0)==0?f:c;if(d=d+1|0,d>>>0>=m>>>0){B=8;break}}if((B|0)==8&&!c)break;return l=y(Ya(c)),y(l+y(h[c+404>>2]))}while(0);l=y(h[s+912>>2])}return y(l)}function MA(s,l,c,f){s=s|0,l=l|0,c=y(c),f=y(f);var d=Ze,m=0;return OA(l)|0?(l=1,m=3):he(l)|0?(l=0,m=3):(f=y(Ae),d=y(Ae)),(m|0)==3&&(d=y(Gr(s+364+(l<<3)|0,f)),f=y(Gr(s+380+(l<<3)|0,f))),m=f=y(0)&((_t(f)|0)^1)),c=m?f:c,m=d>=y(0)&((_t(d)|0)^1)&c>2]|0,m)|0,Oe=Cw(et,m)|0,Fe=he(et)|0,q=y(ln(l,2,c)),se=y(ln(l,0,c)),ts(l,2,c)|0?k=y(q+y(Gr(n[l+992>>2]|0,c))):gi(l,2)|0&&sr(l,2)|0?(k=y(h[s+908>>2]),Q=y(Cr(s,2)),Q=y(k-y(Q+y(yn(s,2)))),k=y(Mr(l,2,c)),k=y(Bi(l,2,y(Q-y(k+y(vu(l,2,c)))),c,c))):k=y(Ae),ts(l,0,d)|0?Q=y(se+y(Gr(n[l+996>>2]|0,d))):gi(l,0)|0&&sr(l,0)|0?(Q=y(h[s+912>>2]),at=y(Cr(s,0)),at=y(Q-y(at+y(yn(s,0)))),Q=y(Mr(l,0,d)),Q=y(Bi(l,0,y(at-y(Q+y(vu(l,0,d)))),d,c))):Q=y(Ae),O=_t(k)|0,M=_t(Q)|0;do if(O^M&&(Ge=y(h[l+396>>2]),!(_t(Ge)|0)))if(O){k=y(q+y(y(Q-se)*Ge));break}else{at=y(se+y(y(k-q)/Ge)),Q=M?at:Q;break}while(0);M=_t(k)|0,O=_t(Q)|0,M|O&&(Ue=(M^1)&1,f=c>y(0)&((f|0)!=0&M),k=Fe?k:f?c:k,fa(l,k,Q,m,Fe?Ue:f?2:Ue,M&(O^1)&1,k,Q,0,3623,B)|0,k=y(h[l+908>>2]),k=y(k+y(ln(l,2,c))),Q=y(h[l+912>>2]),Q=y(Q+y(ln(l,0,c)))),fa(l,k,Q,m,1,1,k,Q,1,3635,B)|0,sr(l,et)|0&&!(gi(l,et)|0)?(Ue=n[976+(et<<2)>>2]|0,at=y(h[s+908+(Ue<<2)>>2]),at=y(at-y(h[l+908+(Ue<<2)>>2])),at=y(at-y(yn(s,et))),at=y(at-y(re(l,et,c))),at=y(at-y(vu(l,et,Fe?c:d))),h[l+400+(n[1040+(et<<2)>>2]<<2)>>2]=at):Xe=21;do if((Xe|0)==21){if(!(gi(l,et)|0)&&(n[s+8>>2]|0)==1){Ue=n[976+(et<<2)>>2]|0,at=y(h[s+908+(Ue<<2)>>2]),at=y(y(at-y(h[l+908+(Ue<<2)>>2]))*y(.5)),h[l+400+(n[1040+(et<<2)>>2]<<2)>>2]=at;break}!(gi(l,et)|0)&&(n[s+8>>2]|0)==2&&(Ue=n[976+(et<<2)>>2]|0,at=y(h[s+908+(Ue<<2)>>2]),at=y(at-y(h[l+908+(Ue<<2)>>2])),h[l+400+(n[1040+(et<<2)>>2]<<2)>>2]=at)}while(0);sr(l,Oe)|0&&!(gi(l,Oe)|0)?(Ue=n[976+(Oe<<2)>>2]|0,at=y(h[s+908+(Ue<<2)>>2]),at=y(at-y(h[l+908+(Ue<<2)>>2])),at=y(at-y(yn(s,Oe))),at=y(at-y(re(l,Oe,c))),at=y(at-y(vu(l,Oe,Fe?d:c))),h[l+400+(n[1040+(Oe<<2)>>2]<<2)>>2]=at):Xe=30;do if((Xe|0)==30&&!(gi(l,Oe)|0)){if((ha(s,l)|0)==2){Ue=n[976+(Oe<<2)>>2]|0,at=y(h[s+908+(Ue<<2)>>2]),at=y(y(at-y(h[l+908+(Ue<<2)>>2]))*y(.5)),h[l+400+(n[1040+(Oe<<2)>>2]<<2)>>2]=at;break}Ue=(ha(s,l)|0)==3,Ue^(n[s+28>>2]|0)==2&&(Ue=n[976+(Oe<<2)>>2]|0,at=y(h[s+908+(Ue<<2)>>2]),at=y(at-y(h[l+908+(Ue<<2)>>2])),h[l+400+(n[1040+(Oe<<2)>>2]<<2)>>2]=at)}while(0)}function Cp(s,l,c){s=s|0,l=l|0,c=c|0;var f=Ze,d=0;d=n[976+(c<<2)>>2]|0,f=y(h[l+908+(d<<2)>>2]),f=y(y(h[s+908+(d<<2)>>2])-f),f=y(f-y(h[l+400+(n[1040+(c<<2)>>2]<<2)>>2])),h[l+400+(n[1e3+(c<<2)>>2]<<2)>>2]=f}function OA(s){return s=s|0,(s|1|0)==1|0}function Iw(s){s=s|0;var l=Ze;switch(n[s+56>>2]|0){case 0:case 3:{l=y(h[s+40>>2]),l>y(0)&((_t(l)|0)^1)?s=o[(n[s+976>>2]|0)+2>>0]|0?1056:992:s=1056;break}default:s=s+52|0}return s|0}function Bw(s,l){return s=s|0,l=l|0,(o[s+l>>0]|0)!=0|0}function sr(s,l){return s=s|0,l=l|0,s=s+132|0,he(l)|0&&(n[(Fn(s,5,948)|0)+4>>2]|0)!=0?s=1:s=(n[(Fn(s,n[1e3+(l<<2)>>2]|0,948)|0)+4>>2]|0)!=0,s|0}function vu(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0;return s=s+132|0,he(l)|0&&(f=Fn(s,5,948)|0,(n[f+4>>2]|0)!=0)?d=4:(f=Fn(s,n[1e3+(l<<2)>>2]|0,948)|0,n[f+4>>2]|0?d=4:c=y(0)),(d|0)==4&&(c=y(Gr(f,c))),y(c)}function Mm(s,l,c){return s=s|0,l=l|0,c=y(c),gi(s,l)|0?c=y(Mr(s,l,c)):c=y(-y(vu(s,l,c))),y(c)}function Du(s){return s=y(s),h[v>>2]=s,n[v>>2]|0|0}function wp(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>1073741823)Tt();else{d=Vt(l<<2)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<2)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<2)}function Ig(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>2)<<2)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function UA(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-4-l|0)>>>2)<<2)),s=n[s>>2]|0,s|0&>(s)}function _A(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;if(B=s+4|0,k=n[B>>2]|0,d=k-f|0,m=d>>2,s=l+(m<<2)|0,s>>>0>>0){f=k;do n[f>>2]=n[s>>2],s=s+4|0,f=(n[B>>2]|0)+4|0,n[B>>2]=f;while(s>>>0>>0)}m|0&&Mw(k+(0-m<<2)|0,l|0,d|0)|0}function Bg(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0;return k=l+4|0,Q=n[k>>2]|0,d=n[s>>2]|0,B=c,m=B-d|0,f=Q+(0-(m>>2)<<2)|0,n[k>>2]=f,(m|0)>0&&Dr(f|0,d|0,m|0)|0,d=s+4|0,m=l+8|0,f=(n[d>>2]|0)-B|0,(f|0)>0&&(Dr(n[m>>2]|0,c|0,f|0)|0,n[m>>2]=(n[m>>2]|0)+(f>>>2<<2)),B=n[s>>2]|0,n[s>>2]=n[k>>2],n[k>>2]=B,B=n[d>>2]|0,n[d>>2]=n[m>>2],n[m>>2]=B,B=s+8|0,c=l+12|0,s=n[B>>2]|0,n[B>>2]=n[c>>2],n[c>>2]=s,n[l>>2]=n[k>>2],Q|0}function vw(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;if(B=n[l>>2]|0,m=n[c>>2]|0,(B|0)!=(m|0)){d=s+8|0,c=((m+-4-B|0)>>>2)+1|0,s=B,f=n[d>>2]|0;do n[f>>2]=n[s>>2],f=(n[d>>2]|0)+4|0,n[d>>2]=f,s=s+4|0;while((s|0)!=(m|0));n[l>>2]=B+(c<<2)}}function Om(){dc()}function ga(){var s=0;return s=Vt(4)|0,HA(s),s|0}function HA(s){s=s|0,n[s>>2]=ys()|0}function Sc(s){s=s|0,s|0&&(vg(s),gt(s))}function vg(s){s=s|0,tt(n[s>>2]|0)}function Um(s,l,c){s=s|0,l=l|0,c=c|0,Ga(n[s>>2]|0,l,c)}function fo(s,l){s=s|0,l=y(l),pa(n[s>>2]|0,l)}function Wv(s,l){return s=s|0,l=l|0,Bw(n[s>>2]|0,l)|0}function Dw(){var s=0;return s=Vt(8)|0,Vv(s,0),s|0}function Vv(s,l){s=s|0,l=l|0,l?l=Ci(n[l>>2]|0)|0:l=co()|0,n[s>>2]=l,n[s+4>>2]=0,xi(l,s)}function pF(s){s=s|0;var l=0;return l=Vt(8)|0,Vv(l,s),l|0}function Kv(s){s=s|0,s|0&&(Pu(s),gt(s))}function Pu(s){s=s|0;var l=0;la(n[s>>2]|0),l=s+4|0,s=n[l>>2]|0,n[l>>2]=0,s|0&&(jA(s),gt(s))}function jA(s){s=s|0,qA(s)}function qA(s){s=s|0,s=n[s>>2]|0,s|0&&PA(s|0)}function Pw(s){return s=s|0,jo(s)|0}function _m(s){s=s|0;var l=0,c=0;c=s+4|0,l=n[c>>2]|0,n[c>>2]=0,l|0&&(jA(l),gt(l)),_s(n[s>>2]|0)}function hF(s,l){s=s|0,l=l|0,Zr(n[s>>2]|0,n[l>>2]|0)}function gF(s,l){s=s|0,l=l|0,ca(n[s>>2]|0,l)}function Jv(s,l,c){s=s|0,l=l|0,c=+c,yu(n[s>>2]|0,l,y(c))}function zv(s,l,c){s=s|0,l=l|0,c=+c,Es(n[s>>2]|0,l,y(c))}function Sw(s,l){s=s|0,l=l|0,gu(n[s>>2]|0,l)}function Su(s,l){s=s|0,l=l|0,du(n[s>>2]|0,l)}function dF(s,l){s=s|0,l=l|0,QA(n[s>>2]|0,l)}function mF(s,l){s=s|0,l=l|0,bA(n[s>>2]|0,l)}function Ip(s,l){s=s|0,l=l|0,yc(n[s>>2]|0,l)}function yF(s,l){s=s|0,l=l|0,up(n[s>>2]|0,l)}function Xv(s,l,c){s=s|0,l=l|0,c=+c,Cc(n[s>>2]|0,l,y(c))}function GA(s,l,c){s=s|0,l=l|0,c=+c,G(n[s>>2]|0,l,y(c))}function EF(s,l){s=s|0,l=l|0,wl(n[s>>2]|0,l)}function CF(s,l){s=s|0,l=l|0,og(n[s>>2]|0,l)}function Zv(s,l){s=s|0,l=l|0,Ap(n[s>>2]|0,l)}function xw(s,l){s=s|0,l=+l,FA(n[s>>2]|0,y(l))}function bw(s,l){s=s|0,l=+l,Ha(n[s>>2]|0,y(l))}function wF(s,l){s=s|0,l=+l,Gi(n[s>>2]|0,y(l))}function IF(s,l){s=s|0,l=+l,Hs(n[s>>2]|0,y(l))}function Dl(s,l){s=s|0,l=+l,mu(n[s>>2]|0,y(l))}function kw(s,l){s=s|0,l=+l,mw(n[s>>2]|0,y(l))}function BF(s,l){s=s|0,l=+l,TA(n[s>>2]|0,y(l))}function YA(s){s=s|0,fp(n[s>>2]|0)}function Hm(s,l){s=s|0,l=+l,Cs(n[s>>2]|0,y(l))}function xu(s,l){s=s|0,l=+l,cg(n[s>>2]|0,y(l))}function Qw(s){s=s|0,ug(n[s>>2]|0)}function Fw(s,l){s=s|0,l=+l,pp(n[s>>2]|0,y(l))}function vF(s,l){s=s|0,l=+l,Ic(n[s>>2]|0,y(l))}function $v(s,l){s=s|0,l=+l,Sm(n[s>>2]|0,y(l))}function WA(s,l){s=s|0,l=+l,fg(n[s>>2]|0,y(l))}function eD(s,l){s=s|0,l=+l,Cu(n[s>>2]|0,y(l))}function jm(s,l){s=s|0,l=+l,xm(n[s>>2]|0,y(l))}function tD(s,l){s=s|0,l=+l,wu(n[s>>2]|0,y(l))}function rD(s,l){s=s|0,l=+l,yw(n[s>>2]|0,y(l))}function qm(s,l){s=s|0,l=+l,Aa(n[s>>2]|0,y(l))}function nD(s,l,c){s=s|0,l=l|0,c=+c,Eu(n[s>>2]|0,l,y(c))}function DF(s,l,c){s=s|0,l=l|0,c=+c,bi(n[s>>2]|0,l,y(c))}function P(s,l,c){s=s|0,l=l|0,c=+c,wc(n[s>>2]|0,l,y(c))}function D(s){return s=s|0,sg(n[s>>2]|0)|0}function R(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;f=C,C=C+16|0,d=f,Ec(d,n[l>>2]|0,c),j(s,d),C=f}function j(s,l){s=s|0,l=l|0,Y(s,n[l+4>>2]|0,+y(h[l>>2]))}function Y(s,l,c){s=s|0,l=l|0,c=+c,n[s>>2]=l,E[s+8>>3]=c}function fe(s){return s=s|0,ig(n[s>>2]|0)|0}function ve(s){return s=s|0,uo(n[s>>2]|0)|0}function vt(s){return s=s|0,mc(n[s>>2]|0)|0}function wt(s){return s=s|0,kA(n[s>>2]|0)|0}function bt(s){return s=s|0,Pm(n[s>>2]|0)|0}function _r(s){return s=s|0,ng(n[s>>2]|0)|0}function is(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;f=C,C=C+16|0,d=f,Dt(d,n[l>>2]|0,c),j(s,d),C=f}function di(s){return s=s|0,$n(n[s>>2]|0)|0}function po(s){return s=s|0,ag(n[s>>2]|0)|0}function VA(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,ua(f,n[l>>2]|0),j(s,f),C=c}function Yo(s){return s=s|0,+ +y(qi(n[s>>2]|0))}function rt(s){return s=s|0,+ +y(es(n[s>>2]|0))}function Ke(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,Br(f,n[l>>2]|0),j(s,f),C=c}function At(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,Ag(f,n[l>>2]|0),j(s,f),C=c}function Wt(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,Ct(f,n[l>>2]|0),j(s,f),C=c}function vr(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,pg(f,n[l>>2]|0),j(s,f),C=c}function Sn(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,hg(f,n[l>>2]|0),j(s,f),C=c}function Fr(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,bm(f,n[l>>2]|0),j(s,f),C=c}function xn(s){return s=s|0,+ +y(Bc(n[s>>2]|0))}function ai(s,l){return s=s|0,l=l|0,+ +y(lg(n[s>>2]|0,l))}function en(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;f=C,C=C+16|0,d=f,ct(d,n[l>>2]|0,c),j(s,d),C=f}function ho(s,l,c){s=s|0,l=l|0,c=c|0,nr(n[s>>2]|0,n[l>>2]|0,c)}function PF(s,l){s=s|0,l=l|0,ms(n[s>>2]|0,n[l>>2]|0)}function sve(s){return s=s|0,wi(n[s>>2]|0)|0}function ove(s){return s=s|0,s=pt(n[s>>2]|0)|0,s?s=Pw(s)|0:s=0,s|0}function ave(s,l){return s=s|0,l=l|0,s=gs(n[s>>2]|0,l)|0,s?s=Pw(s)|0:s=0,s|0}function lve(s,l){s=s|0,l=l|0;var c=0,f=0;f=Vt(4)|0,$G(f,l),c=s+4|0,l=n[c>>2]|0,n[c>>2]=f,l|0&&(jA(l),gt(l)),It(n[s>>2]|0,1)}function $G(s,l){s=s|0,l=l|0,Cve(s,l)}function cve(s,l,c,f,d,m){s=s|0,l=l|0,c=y(c),f=f|0,d=y(d),m=m|0;var B=0,k=0;B=C,C=C+16|0,k=B,uve(k,jo(l)|0,+c,f,+d,m),h[s>>2]=y(+E[k>>3]),h[s+4>>2]=y(+E[k+8>>3]),C=B}function uve(s,l,c,f,d,m){s=s|0,l=l|0,c=+c,f=f|0,d=+d,m=m|0;var B=0,k=0,Q=0,O=0,M=0;B=C,C=C+32|0,M=B+8|0,O=B+20|0,Q=B,k=B+16|0,E[M>>3]=c,n[O>>2]=f,E[Q>>3]=d,n[k>>2]=m,Ave(s,n[l+4>>2]|0,M,O,Q,k),C=B}function Ave(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0;B=C,C=C+16|0,k=B,Va(k),l=da(l)|0,fve(s,l,+E[c>>3],n[f>>2]|0,+E[d>>3],n[m>>2]|0),Ka(k),C=B}function da(s){return s=s|0,n[s>>2]|0}function fve(s,l,c,f,d,m){s=s|0,l=l|0,c=+c,f=f|0,d=+d,m=m|0;var B=0;B=Pl(pve()|0)|0,c=+KA(c),f=SF(f)|0,d=+KA(d),hve(s,hi(0,B|0,l|0,+c,f|0,+d,SF(m)|0)|0)}function pve(){var s=0;return o[7608]|0||(yve(9120),s=7608,n[s>>2]=1,n[s+4>>2]=0),9120}function Pl(s){return s=s|0,n[s+8>>2]|0}function KA(s){return s=+s,+ +xF(s)}function SF(s){return s=s|0,t5(s)|0}function hve(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;d=C,C=C+32|0,c=d,f=l,f&1?(gve(c,0),ii(f|0,c|0)|0,dve(s,c),mve(c)):(n[s>>2]=n[l>>2],n[s+4>>2]=n[l+4>>2],n[s+8>>2]=n[l+8>>2],n[s+12>>2]=n[l+12>>2]),C=d}function gve(s,l){s=s|0,l=l|0,e5(s,l),n[s+8>>2]=0,o[s+24>>0]=0}function dve(s,l){s=s|0,l=l|0,l=l+8|0,n[s>>2]=n[l>>2],n[s+4>>2]=n[l+4>>2],n[s+8>>2]=n[l+8>>2],n[s+12>>2]=n[l+12>>2]}function mve(s){s=s|0,o[s+24>>0]=0}function e5(s,l){s=s|0,l=l|0,n[s>>2]=l}function t5(s){return s=s|0,s|0}function xF(s){return s=+s,+s}function yve(s){s=s|0,Sl(s,Eve()|0,4)}function Eve(){return 1064}function Sl(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c,n[s+8>>2]=cp(l|0,c+1|0)|0}function Cve(s,l){s=s|0,l=l|0,l=n[l>>2]|0,n[s>>2]=l,yl(l|0)}function wve(s){s=s|0;var l=0,c=0;c=s+4|0,l=n[c>>2]|0,n[c>>2]=0,l|0&&(jA(l),gt(l)),It(n[s>>2]|0,0)}function Ive(s){s=s|0,Rt(n[s>>2]|0)}function Bve(s){return s=s|0,er(n[s>>2]|0)|0}function vve(s,l,c,f){s=s|0,l=+l,c=+c,f=f|0,vc(n[s>>2]|0,y(l),y(c),f)}function Dve(s){return s=s|0,+ +y(Il(n[s>>2]|0))}function Pve(s){return s=s|0,+ +y(gg(n[s>>2]|0))}function Sve(s){return s=s|0,+ +y(Iu(n[s>>2]|0))}function xve(s){return s=s|0,+ +y(RA(n[s>>2]|0))}function bve(s){return s=s|0,+ +y(hp(n[s>>2]|0))}function kve(s){return s=s|0,+ +y(ja(n[s>>2]|0))}function Qve(s,l){s=s|0,l=l|0,E[s>>3]=+y(Il(n[l>>2]|0)),E[s+8>>3]=+y(gg(n[l>>2]|0)),E[s+16>>3]=+y(Iu(n[l>>2]|0)),E[s+24>>3]=+y(RA(n[l>>2]|0)),E[s+32>>3]=+y(hp(n[l>>2]|0)),E[s+40>>3]=+y(ja(n[l>>2]|0))}function Fve(s,l){return s=s|0,l=l|0,+ +y(dg(n[s>>2]|0,l))}function Tve(s,l){return s=s|0,l=l|0,+ +y(gp(n[s>>2]|0,l))}function Rve(s,l){return s=s|0,l=l|0,+ +y(qo(n[s>>2]|0,l))}function Nve(){return Pn()|0}function Lve(){Mve(),Ove(),Uve(),_ve(),Hve(),jve()}function Mve(){HNe(11713,4938,1)}function Ove(){oNe(10448)}function Uve(){HRe(10408)}function _ve(){uRe(10324)}function Hve(){yFe(10096)}function jve(){qve(9132)}function qve(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0,Oe=0,Fe=0,et=0,Xe=0,at=0,Ue=0,qe=0,Lt=0,Or=0,or=0,Xt=0,Pr=0,Nr=0,ir=0,bn=0,go=0,mo=0,yo=0,ya=0,Qp=0,Fp=0,xl=0,Tp=0,Fu=0,Tu=0,Rp=0,Np=0,Lp=0,Xr=0,bl=0,Mp=0,bc=0,Op=0,Up=0,Ru=0,Nu=0,kc=0,qs=0,za=0,Wo=0,kl=0,rf=0,nf=0,Lu=0,sf=0,of=0,Gs=0,vs=0,Ql=0,Tn=0,af=0,Eo=0,Qc=0,Co=0,Fc=0,lf=0,cf=0,Tc=0,Ys=0,Fl=0,uf=0,Af=0,ff=0,br=0,Jn=0,Ds=0,wo=0,Ws=0,Tr=0,ur=0,Tl=0;l=C,C=C+672|0,c=l+656|0,Tl=l+648|0,ur=l+640|0,Tr=l+632|0,Ws=l+624|0,wo=l+616|0,Ds=l+608|0,Jn=l+600|0,br=l+592|0,ff=l+584|0,Af=l+576|0,uf=l+568|0,Fl=l+560|0,Ys=l+552|0,Tc=l+544|0,cf=l+536|0,lf=l+528|0,Fc=l+520|0,Co=l+512|0,Qc=l+504|0,Eo=l+496|0,af=l+488|0,Tn=l+480|0,Ql=l+472|0,vs=l+464|0,Gs=l+456|0,of=l+448|0,sf=l+440|0,Lu=l+432|0,nf=l+424|0,rf=l+416|0,kl=l+408|0,Wo=l+400|0,za=l+392|0,qs=l+384|0,kc=l+376|0,Nu=l+368|0,Ru=l+360|0,Up=l+352|0,Op=l+344|0,bc=l+336|0,Mp=l+328|0,bl=l+320|0,Xr=l+312|0,Lp=l+304|0,Np=l+296|0,Rp=l+288|0,Tu=l+280|0,Fu=l+272|0,Tp=l+264|0,xl=l+256|0,Fp=l+248|0,Qp=l+240|0,ya=l+232|0,yo=l+224|0,mo=l+216|0,go=l+208|0,bn=l+200|0,ir=l+192|0,Nr=l+184|0,Pr=l+176|0,Xt=l+168|0,or=l+160|0,Or=l+152|0,Lt=l+144|0,qe=l+136|0,Ue=l+128|0,at=l+120|0,Xe=l+112|0,et=l+104|0,Fe=l+96|0,Oe=l+88|0,Ge=l+80|0,se=l+72|0,q=l+64|0,M=l+56|0,O=l+48|0,Q=l+40|0,k=l+32|0,B=l+24|0,m=l+16|0,d=l+8|0,f=l,Gve(s,3646),Yve(s,3651,2)|0,Wve(s,3665,2)|0,Vve(s,3682,18)|0,n[Tl>>2]=19,n[Tl+4>>2]=0,n[c>>2]=n[Tl>>2],n[c+4>>2]=n[Tl+4>>2],Tw(s,3690,c)|0,n[ur>>2]=1,n[ur+4>>2]=0,n[c>>2]=n[ur>>2],n[c+4>>2]=n[ur+4>>2],Kve(s,3696,c)|0,n[Tr>>2]=2,n[Tr+4>>2]=0,n[c>>2]=n[Tr>>2],n[c+4>>2]=n[Tr+4>>2],bu(s,3706,c)|0,n[Ws>>2]=1,n[Ws+4>>2]=0,n[c>>2]=n[Ws>>2],n[c+4>>2]=n[Ws+4>>2],Dg(s,3722,c)|0,n[wo>>2]=2,n[wo+4>>2]=0,n[c>>2]=n[wo>>2],n[c+4>>2]=n[wo+4>>2],Dg(s,3734,c)|0,n[Ds>>2]=3,n[Ds+4>>2]=0,n[c>>2]=n[Ds>>2],n[c+4>>2]=n[Ds+4>>2],bu(s,3753,c)|0,n[Jn>>2]=4,n[Jn+4>>2]=0,n[c>>2]=n[Jn>>2],n[c+4>>2]=n[Jn+4>>2],bu(s,3769,c)|0,n[br>>2]=5,n[br+4>>2]=0,n[c>>2]=n[br>>2],n[c+4>>2]=n[br+4>>2],bu(s,3783,c)|0,n[ff>>2]=6,n[ff+4>>2]=0,n[c>>2]=n[ff>>2],n[c+4>>2]=n[ff+4>>2],bu(s,3796,c)|0,n[Af>>2]=7,n[Af+4>>2]=0,n[c>>2]=n[Af>>2],n[c+4>>2]=n[Af+4>>2],bu(s,3813,c)|0,n[uf>>2]=8,n[uf+4>>2]=0,n[c>>2]=n[uf>>2],n[c+4>>2]=n[uf+4>>2],bu(s,3825,c)|0,n[Fl>>2]=3,n[Fl+4>>2]=0,n[c>>2]=n[Fl>>2],n[c+4>>2]=n[Fl+4>>2],Dg(s,3843,c)|0,n[Ys>>2]=4,n[Ys+4>>2]=0,n[c>>2]=n[Ys>>2],n[c+4>>2]=n[Ys+4>>2],Dg(s,3853,c)|0,n[Tc>>2]=9,n[Tc+4>>2]=0,n[c>>2]=n[Tc>>2],n[c+4>>2]=n[Tc+4>>2],bu(s,3870,c)|0,n[cf>>2]=10,n[cf+4>>2]=0,n[c>>2]=n[cf>>2],n[c+4>>2]=n[cf+4>>2],bu(s,3884,c)|0,n[lf>>2]=11,n[lf+4>>2]=0,n[c>>2]=n[lf>>2],n[c+4>>2]=n[lf+4>>2],bu(s,3896,c)|0,n[Fc>>2]=1,n[Fc+4>>2]=0,n[c>>2]=n[Fc>>2],n[c+4>>2]=n[Fc+4>>2],Is(s,3907,c)|0,n[Co>>2]=2,n[Co+4>>2]=0,n[c>>2]=n[Co>>2],n[c+4>>2]=n[Co+4>>2],Is(s,3915,c)|0,n[Qc>>2]=3,n[Qc+4>>2]=0,n[c>>2]=n[Qc>>2],n[c+4>>2]=n[Qc+4>>2],Is(s,3928,c)|0,n[Eo>>2]=4,n[Eo+4>>2]=0,n[c>>2]=n[Eo>>2],n[c+4>>2]=n[Eo+4>>2],Is(s,3948,c)|0,n[af>>2]=5,n[af+4>>2]=0,n[c>>2]=n[af>>2],n[c+4>>2]=n[af+4>>2],Is(s,3960,c)|0,n[Tn>>2]=6,n[Tn+4>>2]=0,n[c>>2]=n[Tn>>2],n[c+4>>2]=n[Tn+4>>2],Is(s,3974,c)|0,n[Ql>>2]=7,n[Ql+4>>2]=0,n[c>>2]=n[Ql>>2],n[c+4>>2]=n[Ql+4>>2],Is(s,3983,c)|0,n[vs>>2]=20,n[vs+4>>2]=0,n[c>>2]=n[vs>>2],n[c+4>>2]=n[vs+4>>2],Tw(s,3999,c)|0,n[Gs>>2]=8,n[Gs+4>>2]=0,n[c>>2]=n[Gs>>2],n[c+4>>2]=n[Gs+4>>2],Is(s,4012,c)|0,n[of>>2]=9,n[of+4>>2]=0,n[c>>2]=n[of>>2],n[c+4>>2]=n[of+4>>2],Is(s,4022,c)|0,n[sf>>2]=21,n[sf+4>>2]=0,n[c>>2]=n[sf>>2],n[c+4>>2]=n[sf+4>>2],Tw(s,4039,c)|0,n[Lu>>2]=10,n[Lu+4>>2]=0,n[c>>2]=n[Lu>>2],n[c+4>>2]=n[Lu+4>>2],Is(s,4053,c)|0,n[nf>>2]=11,n[nf+4>>2]=0,n[c>>2]=n[nf>>2],n[c+4>>2]=n[nf+4>>2],Is(s,4065,c)|0,n[rf>>2]=12,n[rf+4>>2]=0,n[c>>2]=n[rf>>2],n[c+4>>2]=n[rf+4>>2],Is(s,4084,c)|0,n[kl>>2]=13,n[kl+4>>2]=0,n[c>>2]=n[kl>>2],n[c+4>>2]=n[kl+4>>2],Is(s,4097,c)|0,n[Wo>>2]=14,n[Wo+4>>2]=0,n[c>>2]=n[Wo>>2],n[c+4>>2]=n[Wo+4>>2],Is(s,4117,c)|0,n[za>>2]=15,n[za+4>>2]=0,n[c>>2]=n[za>>2],n[c+4>>2]=n[za+4>>2],Is(s,4129,c)|0,n[qs>>2]=16,n[qs+4>>2]=0,n[c>>2]=n[qs>>2],n[c+4>>2]=n[qs+4>>2],Is(s,4148,c)|0,n[kc>>2]=17,n[kc+4>>2]=0,n[c>>2]=n[kc>>2],n[c+4>>2]=n[kc+4>>2],Is(s,4161,c)|0,n[Nu>>2]=18,n[Nu+4>>2]=0,n[c>>2]=n[Nu>>2],n[c+4>>2]=n[Nu+4>>2],Is(s,4181,c)|0,n[Ru>>2]=5,n[Ru+4>>2]=0,n[c>>2]=n[Ru>>2],n[c+4>>2]=n[Ru+4>>2],Dg(s,4196,c)|0,n[Up>>2]=6,n[Up+4>>2]=0,n[c>>2]=n[Up>>2],n[c+4>>2]=n[Up+4>>2],Dg(s,4206,c)|0,n[Op>>2]=7,n[Op+4>>2]=0,n[c>>2]=n[Op>>2],n[c+4>>2]=n[Op+4>>2],Dg(s,4217,c)|0,n[bc>>2]=3,n[bc+4>>2]=0,n[c>>2]=n[bc>>2],n[c+4>>2]=n[bc+4>>2],JA(s,4235,c)|0,n[Mp>>2]=1,n[Mp+4>>2]=0,n[c>>2]=n[Mp>>2],n[c+4>>2]=n[Mp+4>>2],bF(s,4251,c)|0,n[bl>>2]=4,n[bl+4>>2]=0,n[c>>2]=n[bl>>2],n[c+4>>2]=n[bl+4>>2],JA(s,4263,c)|0,n[Xr>>2]=5,n[Xr+4>>2]=0,n[c>>2]=n[Xr>>2],n[c+4>>2]=n[Xr+4>>2],JA(s,4279,c)|0,n[Lp>>2]=6,n[Lp+4>>2]=0,n[c>>2]=n[Lp>>2],n[c+4>>2]=n[Lp+4>>2],JA(s,4293,c)|0,n[Np>>2]=7,n[Np+4>>2]=0,n[c>>2]=n[Np>>2],n[c+4>>2]=n[Np+4>>2],JA(s,4306,c)|0,n[Rp>>2]=8,n[Rp+4>>2]=0,n[c>>2]=n[Rp>>2],n[c+4>>2]=n[Rp+4>>2],JA(s,4323,c)|0,n[Tu>>2]=9,n[Tu+4>>2]=0,n[c>>2]=n[Tu>>2],n[c+4>>2]=n[Tu+4>>2],JA(s,4335,c)|0,n[Fu>>2]=2,n[Fu+4>>2]=0,n[c>>2]=n[Fu>>2],n[c+4>>2]=n[Fu+4>>2],bF(s,4353,c)|0,n[Tp>>2]=12,n[Tp+4>>2]=0,n[c>>2]=n[Tp>>2],n[c+4>>2]=n[Tp+4>>2],Pg(s,4363,c)|0,n[xl>>2]=1,n[xl+4>>2]=0,n[c>>2]=n[xl>>2],n[c+4>>2]=n[xl+4>>2],zA(s,4376,c)|0,n[Fp>>2]=2,n[Fp+4>>2]=0,n[c>>2]=n[Fp>>2],n[c+4>>2]=n[Fp+4>>2],zA(s,4388,c)|0,n[Qp>>2]=13,n[Qp+4>>2]=0,n[c>>2]=n[Qp>>2],n[c+4>>2]=n[Qp+4>>2],Pg(s,4402,c)|0,n[ya>>2]=14,n[ya+4>>2]=0,n[c>>2]=n[ya>>2],n[c+4>>2]=n[ya+4>>2],Pg(s,4411,c)|0,n[yo>>2]=15,n[yo+4>>2]=0,n[c>>2]=n[yo>>2],n[c+4>>2]=n[yo+4>>2],Pg(s,4421,c)|0,n[mo>>2]=16,n[mo+4>>2]=0,n[c>>2]=n[mo>>2],n[c+4>>2]=n[mo+4>>2],Pg(s,4433,c)|0,n[go>>2]=17,n[go+4>>2]=0,n[c>>2]=n[go>>2],n[c+4>>2]=n[go+4>>2],Pg(s,4446,c)|0,n[bn>>2]=18,n[bn+4>>2]=0,n[c>>2]=n[bn>>2],n[c+4>>2]=n[bn+4>>2],Pg(s,4458,c)|0,n[ir>>2]=3,n[ir+4>>2]=0,n[c>>2]=n[ir>>2],n[c+4>>2]=n[ir+4>>2],zA(s,4471,c)|0,n[Nr>>2]=1,n[Nr+4>>2]=0,n[c>>2]=n[Nr>>2],n[c+4>>2]=n[Nr+4>>2],iD(s,4486,c)|0,n[Pr>>2]=10,n[Pr+4>>2]=0,n[c>>2]=n[Pr>>2],n[c+4>>2]=n[Pr+4>>2],JA(s,4496,c)|0,n[Xt>>2]=11,n[Xt+4>>2]=0,n[c>>2]=n[Xt>>2],n[c+4>>2]=n[Xt+4>>2],JA(s,4508,c)|0,n[or>>2]=3,n[or+4>>2]=0,n[c>>2]=n[or>>2],n[c+4>>2]=n[or+4>>2],bF(s,4519,c)|0,n[Or>>2]=4,n[Or+4>>2]=0,n[c>>2]=n[Or>>2],n[c+4>>2]=n[Or+4>>2],Jve(s,4530,c)|0,n[Lt>>2]=19,n[Lt+4>>2]=0,n[c>>2]=n[Lt>>2],n[c+4>>2]=n[Lt+4>>2],zve(s,4542,c)|0,n[qe>>2]=12,n[qe+4>>2]=0,n[c>>2]=n[qe>>2],n[c+4>>2]=n[qe+4>>2],Xve(s,4554,c)|0,n[Ue>>2]=13,n[Ue+4>>2]=0,n[c>>2]=n[Ue>>2],n[c+4>>2]=n[Ue+4>>2],Zve(s,4568,c)|0,n[at>>2]=2,n[at+4>>2]=0,n[c>>2]=n[at>>2],n[c+4>>2]=n[at+4>>2],$ve(s,4578,c)|0,n[Xe>>2]=20,n[Xe+4>>2]=0,n[c>>2]=n[Xe>>2],n[c+4>>2]=n[Xe+4>>2],eDe(s,4587,c)|0,n[et>>2]=22,n[et+4>>2]=0,n[c>>2]=n[et>>2],n[c+4>>2]=n[et+4>>2],Tw(s,4602,c)|0,n[Fe>>2]=23,n[Fe+4>>2]=0,n[c>>2]=n[Fe>>2],n[c+4>>2]=n[Fe+4>>2],Tw(s,4619,c)|0,n[Oe>>2]=14,n[Oe+4>>2]=0,n[c>>2]=n[Oe>>2],n[c+4>>2]=n[Oe+4>>2],tDe(s,4629,c)|0,n[Ge>>2]=1,n[Ge+4>>2]=0,n[c>>2]=n[Ge>>2],n[c+4>>2]=n[Ge+4>>2],rDe(s,4637,c)|0,n[se>>2]=4,n[se+4>>2]=0,n[c>>2]=n[se>>2],n[c+4>>2]=n[se+4>>2],zA(s,4653,c)|0,n[q>>2]=5,n[q+4>>2]=0,n[c>>2]=n[q>>2],n[c+4>>2]=n[q+4>>2],zA(s,4669,c)|0,n[M>>2]=6,n[M+4>>2]=0,n[c>>2]=n[M>>2],n[c+4>>2]=n[M+4>>2],zA(s,4686,c)|0,n[O>>2]=7,n[O+4>>2]=0,n[c>>2]=n[O>>2],n[c+4>>2]=n[O+4>>2],zA(s,4701,c)|0,n[Q>>2]=8,n[Q+4>>2]=0,n[c>>2]=n[Q>>2],n[c+4>>2]=n[Q+4>>2],zA(s,4719,c)|0,n[k>>2]=9,n[k+4>>2]=0,n[c>>2]=n[k>>2],n[c+4>>2]=n[k+4>>2],zA(s,4736,c)|0,n[B>>2]=21,n[B+4>>2]=0,n[c>>2]=n[B>>2],n[c+4>>2]=n[B+4>>2],nDe(s,4754,c)|0,n[m>>2]=2,n[m+4>>2]=0,n[c>>2]=n[m>>2],n[c+4>>2]=n[m+4>>2],iD(s,4772,c)|0,n[d>>2]=3,n[d+4>>2]=0,n[c>>2]=n[d>>2],n[c+4>>2]=n[d+4>>2],iD(s,4790,c)|0,n[f>>2]=4,n[f+4>>2]=0,n[c>>2]=n[f>>2],n[c+4>>2]=n[f+4>>2],iD(s,4808,c)|0,C=l}function Gve(s,l){s=s|0,l=l|0;var c=0;c=cFe()|0,n[s>>2]=c,uFe(c,l),xp(n[s>>2]|0)}function Yve(s,l,c){return s=s|0,l=l|0,c=c|0,JQe(s,pn(l)|0,c,0),s|0}function Wve(s,l,c){return s=s|0,l=l|0,c=c|0,TQe(s,pn(l)|0,c,0),s|0}function Vve(s,l,c){return s=s|0,l=l|0,c=c|0,EQe(s,pn(l)|0,c,0),s|0}function Tw(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],nQe(s,l,d),C=f,s|0}function Kve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Oke(s,l,d),C=f,s|0}function bu(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Ike(s,l,d),C=f,s|0}function Dg(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],oke(s,l,d),C=f,s|0}function Is(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Gbe(s,l,d),C=f,s|0}function JA(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],xbe(s,l,d),C=f,s|0}function bF(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],fbe(s,l,d),C=f,s|0}function Pg(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Oxe(s,l,d),C=f,s|0}function zA(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Ixe(s,l,d),C=f,s|0}function iD(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],oxe(s,l,d),C=f,s|0}function Jve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],GSe(s,l,d),C=f,s|0}function zve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],xSe(s,l,d),C=f,s|0}function Xve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],pSe(s,l,d),C=f,s|0}function Zve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],ZPe(s,l,d),C=f,s|0}function $ve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],NPe(s,l,d),C=f,s|0}function eDe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],yPe(s,l,d),C=f,s|0}function tDe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],rPe(s,l,d),C=f,s|0}function rDe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],ODe(s,l,d),C=f,s|0}function nDe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],iDe(s,l,d),C=f,s|0}function iDe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],sDe(s,c,d,1),C=f}function pn(s){return s=s|0,s|0}function sDe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=kF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=oDe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,aDe(m,f)|0,f),C=d}function kF(){var s=0,l=0;if(o[7616]|0||(i5(9136),tr(24,9136,U|0)|0,l=7616,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9136)|0)){s=9136,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));i5(9136)}return 9136}function oDe(s){return s=s|0,0}function aDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=kF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],n5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(uDe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function hn(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0;B=C,C=C+32|0,se=B+24|0,q=B+20|0,Q=B+16|0,M=B+12|0,O=B+8|0,k=B+4|0,Ge=B,n[q>>2]=l,n[Q>>2]=c,n[M>>2]=f,n[O>>2]=d,n[k>>2]=m,m=s+28|0,n[Ge>>2]=n[m>>2],n[se>>2]=n[Ge>>2],lDe(s+24|0,se,q,M,O,Q,k)|0,n[m>>2]=n[n[m>>2]>>2],C=B}function lDe(s,l,c,f,d,m,B){return s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,B=B|0,s=cDe(l)|0,l=Vt(24)|0,r5(l+4|0,n[c>>2]|0,n[f>>2]|0,n[d>>2]|0,n[m>>2]|0,n[B>>2]|0),n[l>>2]=n[s>>2],n[s>>2]=l,l|0}function cDe(s){return s=s|0,n[s>>2]|0}function r5(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,n[s>>2]=l,n[s+4>>2]=c,n[s+8>>2]=f,n[s+12>>2]=d,n[s+16>>2]=m}function gr(s,l){return s=s|0,l=l|0,l|s|0}function n5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function uDe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=ADe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,fDe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],n5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,pDe(s,k),hDe(k),C=O;return}}function ADe(s){return s=s|0,357913941}function fDe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function pDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function hDe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function i5(s){s=s|0,mDe(s)}function gDe(s){s=s|0,dDe(s+24|0)}function Rr(s){return s=s|0,n[s>>2]|0}function dDe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function mDe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,3,l,yDe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function Vr(){return 9228}function yDe(){return 1140}function EDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=CDe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=wDe(l,f)|0,C=c,l|0}function Kr(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,n[s>>2]=l,n[s+4>>2]=c,n[s+8>>2]=f,n[s+12>>2]=d,n[s+16>>2]=m}function CDe(s){return s=s|0,(n[(kF()|0)+24>>2]|0)+(s*12|0)|0}function wDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;return d=C,C=C+48|0,f=d,c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),tf[c&31](f,s),f=IDe(f)|0,C=d,f|0}function IDe(s){s=s|0;var l=0,c=0,f=0,d=0;return d=C,C=C+32|0,l=d+12|0,c=d,f=QF(s5()|0)|0,f?(FF(l,f),TF(c,l),BDe(s,c),s=RF(l)|0):s=vDe(s)|0,C=d,s|0}function s5(){var s=0;return o[7632]|0||(RDe(9184),tr(25,9184,U|0)|0,s=7632,n[s>>2]=1,n[s+4>>2]=0),9184}function QF(s){return s=s|0,n[s+36>>2]|0}function FF(s,l){s=s|0,l=l|0,n[s>>2]=l,n[s+4>>2]=s,n[s+8>>2]=0}function TF(s,l){s=s|0,l=l|0,n[s>>2]=n[l>>2],n[s+4>>2]=n[l+4>>2],n[s+8>>2]=0}function BDe(s,l){s=s|0,l=l|0,xDe(l,s,s+8|0,s+16|0,s+24|0,s+32|0,s+40|0)|0}function RF(s){return s=s|0,n[(n[s+4>>2]|0)+8>>2]|0}function vDe(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0;Q=C,C=C+16|0,c=Q+4|0,f=Q,d=Wa(8)|0,m=d,B=Vt(48)|0,k=B,l=k+48|0;do n[k>>2]=n[s>>2],k=k+4|0,s=s+4|0;while((k|0)<(l|0));return l=m+4|0,n[l>>2]=B,k=Vt(8)|0,B=n[l>>2]|0,n[f>>2]=0,n[c>>2]=n[f>>2],o5(k,B,c),n[d>>2]=k,C=Q,m|0}function o5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,c=Vt(16)|0,n[c+4>>2]=0,n[c+8>>2]=0,n[c>>2]=1092,n[c+12>>2]=l,n[s+4>>2]=c}function DDe(s){s=s|0,Jm(s),gt(s)}function PDe(s){s=s|0,s=n[s+12>>2]|0,s|0&>(s)}function SDe(s){s=s|0,gt(s)}function xDe(s,l,c,f,d,m,B){return s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,B=B|0,m=bDe(n[s>>2]|0,l,c,f,d,m,B)|0,B=s+4|0,n[(n[B>>2]|0)+8>>2]=m,n[(n[B>>2]|0)+8>>2]|0}function bDe(s,l,c,f,d,m,B){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,B=B|0;var k=0,Q=0;return k=C,C=C+16|0,Q=k,Va(Q),s=da(s)|0,B=kDe(s,+E[l>>3],+E[c>>3],+E[f>>3],+E[d>>3],+E[m>>3],+E[B>>3])|0,Ka(Q),C=k,B|0}function kDe(s,l,c,f,d,m,B){s=s|0,l=+l,c=+c,f=+f,d=+d,m=+m,B=+B;var k=0;return k=Pl(QDe()|0)|0,l=+KA(l),c=+KA(c),f=+KA(f),d=+KA(d),m=+KA(m),Os(0,k|0,s|0,+l,+c,+f,+d,+m,+ +KA(B))|0}function QDe(){var s=0;return o[7624]|0||(FDe(9172),s=7624,n[s>>2]=1,n[s+4>>2]=0),9172}function FDe(s){s=s|0,Sl(s,TDe()|0,6)}function TDe(){return 1112}function RDe(s){s=s|0,Bp(s)}function NDe(s){s=s|0,a5(s+24|0),l5(s+16|0)}function a5(s){s=s|0,MDe(s)}function l5(s){s=s|0,LDe(s)}function LDe(s){s=s|0;var l=0,c=0;if(l=n[s>>2]|0,l|0)do c=l,l=n[l>>2]|0,gt(c);while((l|0)!=0);n[s>>2]=0}function MDe(s){s=s|0;var l=0,c=0;if(l=n[s>>2]|0,l|0)do c=l,l=n[l>>2]|0,gt(c);while((l|0)!=0);n[s>>2]=0}function Bp(s){s=s|0;var l=0;n[s+16>>2]=0,n[s+20>>2]=0,l=s+24|0,n[l>>2]=0,n[s+28>>2]=l,n[s+36>>2]=0,o[s+40>>0]=0,o[s+41>>0]=0}function ODe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],UDe(s,c,d,0),C=f}function UDe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=NF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=_De(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,HDe(m,f)|0,f),C=d}function NF(){var s=0,l=0;if(o[7640]|0||(u5(9232),tr(26,9232,U|0)|0,l=7640,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9232)|0)){s=9232,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));u5(9232)}return 9232}function _De(s){return s=s|0,0}function HDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=NF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],c5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(jDe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function c5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function jDe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=qDe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,GDe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],c5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,YDe(s,k),WDe(k),C=O;return}}function qDe(s){return s=s|0,357913941}function GDe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function YDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function WDe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function u5(s){s=s|0,JDe(s)}function VDe(s){s=s|0,KDe(s+24|0)}function KDe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function JDe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,1,l,zDe()|0,3),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function zDe(){return 1144}function XDe(s,l,c,f,d){s=s|0,l=l|0,c=+c,f=+f,d=d|0;var m=0,B=0,k=0,Q=0;m=C,C=C+16|0,B=m+8|0,k=m,Q=ZDe(s)|0,s=n[Q+4>>2]|0,n[k>>2]=n[Q>>2],n[k+4>>2]=s,n[B>>2]=n[k>>2],n[B+4>>2]=n[k+4>>2],$De(l,B,c,f,d),C=m}function ZDe(s){return s=s|0,(n[(NF()|0)+24>>2]|0)+(s*12|0)|0}function $De(s,l,c,f,d){s=s|0,l=l|0,c=+c,f=+f,d=d|0;var m=0,B=0,k=0,Q=0,O=0;O=C,C=C+16|0,B=O+2|0,k=O+1|0,Q=O,m=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(m=n[(n[s>>2]|0)+m>>2]|0),ku(B,c),c=+Qu(B,c),ku(k,f),f=+Qu(k,f),XA(Q,d),Q=ZA(Q,d)|0,D7[m&1](s,c,f,Q),C=O}function ku(s,l){s=s|0,l=+l}function Qu(s,l){return s=s|0,l=+l,+ +tPe(l)}function XA(s,l){s=s|0,l=l|0}function ZA(s,l){return s=s|0,l=l|0,ePe(l)|0}function ePe(s){return s=s|0,s|0}function tPe(s){return s=+s,+s}function rPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],nPe(s,c,d,1),C=f}function nPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=LF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=iPe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,sPe(m,f)|0,f),C=d}function LF(){var s=0,l=0;if(o[7648]|0||(f5(9268),tr(27,9268,U|0)|0,l=7648,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9268)|0)){s=9268,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));f5(9268)}return 9268}function iPe(s){return s=s|0,0}function sPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=LF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],A5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(oPe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function A5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function oPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=aPe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,lPe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],A5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,cPe(s,k),uPe(k),C=O;return}}function aPe(s){return s=s|0,357913941}function lPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function cPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function uPe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function f5(s){s=s|0,pPe(s)}function APe(s){s=s|0,fPe(s+24|0)}function fPe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function pPe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,4,l,hPe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function hPe(){return 1160}function gPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=dPe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=mPe(l,f)|0,C=c,l|0}function dPe(s){return s=s|0,(n[(LF()|0)+24>>2]|0)+(s*12|0)|0}function mPe(s,l){s=s|0,l=l|0;var c=0;return c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),p5(Ng[c&31](s)|0)|0}function p5(s){return s=s|0,s&1|0}function yPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],EPe(s,c,d,0),C=f}function EPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=MF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=CPe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,wPe(m,f)|0,f),C=d}function MF(){var s=0,l=0;if(o[7656]|0||(g5(9304),tr(28,9304,U|0)|0,l=7656,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9304)|0)){s=9304,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));g5(9304)}return 9304}function CPe(s){return s=s|0,0}function wPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=MF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],h5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(IPe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function h5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function IPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=BPe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,vPe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],h5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,DPe(s,k),PPe(k),C=O;return}}function BPe(s){return s=s|0,357913941}function vPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function DPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function PPe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function g5(s){s=s|0,bPe(s)}function SPe(s){s=s|0,xPe(s+24|0)}function xPe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function bPe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,5,l,kPe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function kPe(){return 1164}function QPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=FPe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],TPe(l,d,c),C=f}function FPe(s){return s=s|0,(n[(MF()|0)+24>>2]|0)+(s*12|0)|0}function TPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),vp(d,c),c=Dp(d,c)|0,tf[f&31](s,c),Pp(d),C=m}function vp(s,l){s=s|0,l=l|0,RPe(s,l)}function Dp(s,l){return s=s|0,l=l|0,s|0}function Pp(s){s=s|0,jA(s)}function RPe(s,l){s=s|0,l=l|0,OF(s,l)}function OF(s,l){s=s|0,l=l|0,n[s>>2]=l}function NPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],LPe(s,c,d,0),C=f}function LPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=UF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=MPe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,OPe(m,f)|0,f),C=d}function UF(){var s=0,l=0;if(o[7664]|0||(m5(9340),tr(29,9340,U|0)|0,l=7664,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9340)|0)){s=9340,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));m5(9340)}return 9340}function MPe(s){return s=s|0,0}function OPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=UF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],d5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(UPe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function d5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function UPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=_Pe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,HPe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],d5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,jPe(s,k),qPe(k),C=O;return}}function _Pe(s){return s=s|0,357913941}function HPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function jPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function qPe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function m5(s){s=s|0,WPe(s)}function GPe(s){s=s|0,YPe(s+24|0)}function YPe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function WPe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,4,l,VPe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function VPe(){return 1180}function KPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=JPe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],c=zPe(l,d,c)|0,C=f,c|0}function JPe(s){return s=s|0,(n[(UF()|0)+24>>2]|0)+(s*12|0)|0}function zPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;return m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),Sg(d,c),d=xg(d,c)|0,d=sD(NT[f&15](s,d)|0)|0,C=m,d|0}function Sg(s,l){s=s|0,l=l|0}function xg(s,l){return s=s|0,l=l|0,XPe(l)|0}function sD(s){return s=s|0,s|0}function XPe(s){return s=s|0,s|0}function ZPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],$Pe(s,c,d,0),C=f}function $Pe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=_F()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=eSe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,tSe(m,f)|0,f),C=d}function _F(){var s=0,l=0;if(o[7672]|0||(E5(9376),tr(30,9376,U|0)|0,l=7672,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9376)|0)){s=9376,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));E5(9376)}return 9376}function eSe(s){return s=s|0,0}function tSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=_F()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],y5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(rSe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function y5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function rSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=nSe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,iSe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],y5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,sSe(s,k),oSe(k),C=O;return}}function nSe(s){return s=s|0,357913941}function iSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function sSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function oSe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function E5(s){s=s|0,cSe(s)}function aSe(s){s=s|0,lSe(s+24|0)}function lSe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function cSe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,5,l,C5()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function C5(){return 1196}function uSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=ASe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=fSe(l,f)|0,C=c,l|0}function ASe(s){return s=s|0,(n[(_F()|0)+24>>2]|0)+(s*12|0)|0}function fSe(s,l){s=s|0,l=l|0;var c=0;return c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),sD(Ng[c&31](s)|0)|0}function pSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],hSe(s,c,d,1),C=f}function hSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=HF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=gSe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,dSe(m,f)|0,f),C=d}function HF(){var s=0,l=0;if(o[7680]|0||(I5(9412),tr(31,9412,U|0)|0,l=7680,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9412)|0)){s=9412,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));I5(9412)}return 9412}function gSe(s){return s=s|0,0}function dSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=HF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],w5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(mSe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function w5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function mSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=ySe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,ESe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],w5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,CSe(s,k),wSe(k),C=O;return}}function ySe(s){return s=s|0,357913941}function ESe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function CSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function wSe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function I5(s){s=s|0,vSe(s)}function ISe(s){s=s|0,BSe(s+24|0)}function BSe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function vSe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,6,l,B5()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function B5(){return 1200}function DSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=PSe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=SSe(l,f)|0,C=c,l|0}function PSe(s){return s=s|0,(n[(HF()|0)+24>>2]|0)+(s*12|0)|0}function SSe(s,l){s=s|0,l=l|0;var c=0;return c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),oD(Ng[c&31](s)|0)|0}function oD(s){return s=s|0,s|0}function xSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],bSe(s,c,d,0),C=f}function bSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=jF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=kSe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,QSe(m,f)|0,f),C=d}function jF(){var s=0,l=0;if(o[7688]|0||(D5(9448),tr(32,9448,U|0)|0,l=7688,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9448)|0)){s=9448,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));D5(9448)}return 9448}function kSe(s){return s=s|0,0}function QSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=jF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],v5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(FSe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function v5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function FSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=TSe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,RSe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],v5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,NSe(s,k),LSe(k),C=O;return}}function TSe(s){return s=s|0,357913941}function RSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function NSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function LSe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function D5(s){s=s|0,USe(s)}function MSe(s){s=s|0,OSe(s+24|0)}function OSe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function USe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,6,l,P5()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function P5(){return 1204}function _Se(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=HSe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],jSe(l,d,c),C=f}function HSe(s){return s=s|0,(n[(jF()|0)+24>>2]|0)+(s*12|0)|0}function jSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),qF(d,c),d=GF(d,c)|0,tf[f&31](s,d),C=m}function qF(s,l){s=s|0,l=l|0}function GF(s,l){return s=s|0,l=l|0,qSe(l)|0}function qSe(s){return s=s|0,s|0}function GSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],YSe(s,c,d,0),C=f}function YSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=YF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=WSe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,VSe(m,f)|0,f),C=d}function YF(){var s=0,l=0;if(o[7696]|0||(x5(9484),tr(33,9484,U|0)|0,l=7696,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9484)|0)){s=9484,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));x5(9484)}return 9484}function WSe(s){return s=s|0,0}function VSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=YF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],S5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(KSe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function S5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function KSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=JSe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,zSe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],S5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,XSe(s,k),ZSe(k),C=O;return}}function JSe(s){return s=s|0,357913941}function zSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function XSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function ZSe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function x5(s){s=s|0,txe(s)}function $Se(s){s=s|0,exe(s+24|0)}function exe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function txe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,1,l,rxe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function rxe(){return 1212}function nxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+16|0,m=d+8|0,B=d,k=ixe(s)|0,s=n[k+4>>2]|0,n[B>>2]=n[k>>2],n[B+4>>2]=s,n[m>>2]=n[B>>2],n[m+4>>2]=n[B+4>>2],sxe(l,m,c,f),C=d}function ixe(s){return s=s|0,(n[(YF()|0)+24>>2]|0)+(s*12|0)|0}function sxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;k=C,C=C+16|0,m=k+1|0,B=k,d=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(d=n[(n[s>>2]|0)+d>>2]|0),qF(m,c),m=GF(m,c)|0,Sg(B,f),B=xg(B,f)|0,_w[d&15](s,m,B),C=k}function oxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],axe(s,c,d,1),C=f}function axe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=WF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=lxe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,cxe(m,f)|0,f),C=d}function WF(){var s=0,l=0;if(o[7704]|0||(k5(9520),tr(34,9520,U|0)|0,l=7704,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9520)|0)){s=9520,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));k5(9520)}return 9520}function lxe(s){return s=s|0,0}function cxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=WF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],b5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(uxe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function b5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function uxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=Axe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,fxe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],b5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,pxe(s,k),hxe(k),C=O;return}}function Axe(s){return s=s|0,357913941}function fxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function pxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function hxe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function k5(s){s=s|0,mxe(s)}function gxe(s){s=s|0,dxe(s+24|0)}function dxe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function mxe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,1,l,yxe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function yxe(){return 1224}function Exe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;return d=C,C=C+16|0,m=d+8|0,B=d,k=Cxe(s)|0,s=n[k+4>>2]|0,n[B>>2]=n[k>>2],n[B+4>>2]=s,n[m>>2]=n[B>>2],n[m+4>>2]=n[B+4>>2],f=+wxe(l,m,c),C=d,+f}function Cxe(s){return s=s|0,(n[(WF()|0)+24>>2]|0)+(s*12|0)|0}function wxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),XA(d,c),d=ZA(d,c)|0,B=+xF(+S7[f&7](s,d)),C=m,+B}function Ixe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Bxe(s,c,d,1),C=f}function Bxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=VF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=vxe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Dxe(m,f)|0,f),C=d}function VF(){var s=0,l=0;if(o[7712]|0||(F5(9556),tr(35,9556,U|0)|0,l=7712,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9556)|0)){s=9556,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));F5(9556)}return 9556}function vxe(s){return s=s|0,0}function Dxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=VF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],Q5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(Pxe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function Q5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function Pxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=Sxe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,xxe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],Q5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,bxe(s,k),kxe(k),C=O;return}}function Sxe(s){return s=s|0,357913941}function xxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function bxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function kxe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function F5(s){s=s|0,Txe(s)}function Qxe(s){s=s|0,Fxe(s+24|0)}function Fxe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function Txe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,5,l,Rxe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function Rxe(){return 1232}function Nxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=Lxe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],c=+Mxe(l,d),C=f,+c}function Lxe(s){return s=s|0,(n[(VF()|0)+24>>2]|0)+(s*12|0)|0}function Mxe(s,l){s=s|0,l=l|0;var c=0;return c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),+ +xF(+P7[c&15](s))}function Oxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Uxe(s,c,d,1),C=f}function Uxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=KF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=_xe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Hxe(m,f)|0,f),C=d}function KF(){var s=0,l=0;if(o[7720]|0||(R5(9592),tr(36,9592,U|0)|0,l=7720,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9592)|0)){s=9592,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));R5(9592)}return 9592}function _xe(s){return s=s|0,0}function Hxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=KF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],T5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(jxe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function T5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function jxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=qxe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,Gxe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],T5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,Yxe(s,k),Wxe(k),C=O;return}}function qxe(s){return s=s|0,357913941}function Gxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function Yxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Wxe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function R5(s){s=s|0,Jxe(s)}function Vxe(s){s=s|0,Kxe(s+24|0)}function Kxe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function Jxe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,7,l,zxe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function zxe(){return 1276}function Xxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=Zxe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=$xe(l,f)|0,C=c,l|0}function Zxe(s){return s=s|0,(n[(KF()|0)+24>>2]|0)+(s*12|0)|0}function $xe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;return d=C,C=C+16|0,f=d,c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),tf[c&31](f,s),f=N5(f)|0,C=d,f|0}function N5(s){s=s|0;var l=0,c=0,f=0,d=0;return d=C,C=C+32|0,l=d+12|0,c=d,f=QF(L5()|0)|0,f?(FF(l,f),TF(c,l),ebe(s,c),s=RF(l)|0):s=tbe(s)|0,C=d,s|0}function L5(){var s=0;return o[7736]|0||(Abe(9640),tr(25,9640,U|0)|0,s=7736,n[s>>2]=1,n[s+4>>2]=0),9640}function ebe(s,l){s=s|0,l=l|0,sbe(l,s,s+8|0)|0}function tbe(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0;return c=C,C=C+16|0,d=c+4|0,B=c,f=Wa(8)|0,l=f,k=Vt(16)|0,n[k>>2]=n[s>>2],n[k+4>>2]=n[s+4>>2],n[k+8>>2]=n[s+8>>2],n[k+12>>2]=n[s+12>>2],m=l+4|0,n[m>>2]=k,s=Vt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],JF(s,m,d),n[f>>2]=s,C=c,l|0}function JF(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,c=Vt(16)|0,n[c+4>>2]=0,n[c+8>>2]=0,n[c>>2]=1244,n[c+12>>2]=l,n[s+4>>2]=c}function rbe(s){s=s|0,Jm(s),gt(s)}function nbe(s){s=s|0,s=n[s+12>>2]|0,s|0&>(s)}function ibe(s){s=s|0,gt(s)}function sbe(s,l,c){return s=s|0,l=l|0,c=c|0,l=obe(n[s>>2]|0,l,c)|0,c=s+4|0,n[(n[c>>2]|0)+8>>2]=l,n[(n[c>>2]|0)+8>>2]|0}function obe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;return f=C,C=C+16|0,d=f,Va(d),s=da(s)|0,c=abe(s,n[l>>2]|0,+E[c>>3])|0,Ka(d),C=f,c|0}function abe(s,l,c){s=s|0,l=l|0,c=+c;var f=0;return f=Pl(lbe()|0)|0,l=SF(l)|0,ml(0,f|0,s|0,l|0,+ +KA(c))|0}function lbe(){var s=0;return o[7728]|0||(cbe(9628),s=7728,n[s>>2]=1,n[s+4>>2]=0),9628}function cbe(s){s=s|0,Sl(s,ube()|0,2)}function ube(){return 1264}function Abe(s){s=s|0,Bp(s)}function fbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],pbe(s,c,d,1),C=f}function pbe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=zF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=hbe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,gbe(m,f)|0,f),C=d}function zF(){var s=0,l=0;if(o[7744]|0||(O5(9684),tr(37,9684,U|0)|0,l=7744,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9684)|0)){s=9684,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));O5(9684)}return 9684}function hbe(s){return s=s|0,0}function gbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=zF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],M5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(dbe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function M5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function dbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=mbe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,ybe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],M5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,Ebe(s,k),Cbe(k),C=O;return}}function mbe(s){return s=s|0,357913941}function ybe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function Ebe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Cbe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function O5(s){s=s|0,Bbe(s)}function wbe(s){s=s|0,Ibe(s+24|0)}function Ibe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function Bbe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,5,l,vbe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function vbe(){return 1280}function Dbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=Pbe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],c=Sbe(l,d,c)|0,C=f,c|0}function Pbe(s){return s=s|0,(n[(zF()|0)+24>>2]|0)+(s*12|0)|0}function Sbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return B=C,C=C+32|0,d=B,m=B+16|0,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),XA(m,c),m=ZA(m,c)|0,_w[f&15](d,s,m),m=N5(d)|0,C=B,m|0}function xbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],bbe(s,c,d,1),C=f}function bbe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=XF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=kbe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Qbe(m,f)|0,f),C=d}function XF(){var s=0,l=0;if(o[7752]|0||(_5(9720),tr(38,9720,U|0)|0,l=7752,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9720)|0)){s=9720,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));_5(9720)}return 9720}function kbe(s){return s=s|0,0}function Qbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=XF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],U5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(Fbe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function U5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function Fbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=Tbe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,Rbe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],U5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,Nbe(s,k),Lbe(k),C=O;return}}function Tbe(s){return s=s|0,357913941}function Rbe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function Nbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Lbe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function _5(s){s=s|0,Ube(s)}function Mbe(s){s=s|0,Obe(s+24|0)}function Obe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function Ube(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,8,l,_be()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function _be(){return 1288}function Hbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=jbe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=qbe(l,f)|0,C=c,l|0}function jbe(s){return s=s|0,(n[(XF()|0)+24>>2]|0)+(s*12|0)|0}function qbe(s,l){s=s|0,l=l|0;var c=0;return c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),t5(Ng[c&31](s)|0)|0}function Gbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Ybe(s,c,d,0),C=f}function Ybe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=ZF()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=Wbe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Vbe(m,f)|0,f),C=d}function ZF(){var s=0,l=0;if(o[7760]|0||(j5(9756),tr(39,9756,U|0)|0,l=7760,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9756)|0)){s=9756,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));j5(9756)}return 9756}function Wbe(s){return s=s|0,0}function Vbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=ZF()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],H5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(Kbe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function H5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function Kbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=Jbe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,zbe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],H5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,Xbe(s,k),Zbe(k),C=O;return}}function Jbe(s){return s=s|0,357913941}function zbe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function Xbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Zbe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function j5(s){s=s|0,tke(s)}function $be(s){s=s|0,eke(s+24|0)}function eke(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function tke(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,8,l,rke()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function rke(){return 1292}function nke(s,l,c){s=s|0,l=l|0,c=+c;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=ike(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],ske(l,d,c),C=f}function ike(s){return s=s|0,(n[(ZF()|0)+24>>2]|0)+(s*12|0)|0}function ske(s,l,c){s=s|0,l=l|0,c=+c;var f=0,d=0,m=0;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),ku(d,c),c=+Qu(d,c),B7[f&31](s,c),C=m}function oke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],ake(s,c,d,0),C=f}function ake(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=$F()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=lke(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,cke(m,f)|0,f),C=d}function $F(){var s=0,l=0;if(o[7768]|0||(G5(9792),tr(40,9792,U|0)|0,l=7768,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9792)|0)){s=9792,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));G5(9792)}return 9792}function lke(s){return s=s|0,0}function cke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=$F()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],q5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(uke(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function q5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function uke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=Ake(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,fke(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],q5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,pke(s,k),hke(k),C=O;return}}function Ake(s){return s=s|0,357913941}function fke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function pke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function hke(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function G5(s){s=s|0,mke(s)}function gke(s){s=s|0,dke(s+24|0)}function dke(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function mke(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,1,l,yke()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function yke(){return 1300}function Eke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=+f;var d=0,m=0,B=0,k=0;d=C,C=C+16|0,m=d+8|0,B=d,k=Cke(s)|0,s=n[k+4>>2]|0,n[B>>2]=n[k>>2],n[B+4>>2]=s,n[m>>2]=n[B>>2],n[m+4>>2]=n[B+4>>2],wke(l,m,c,f),C=d}function Cke(s){return s=s|0,(n[($F()|0)+24>>2]|0)+(s*12|0)|0}function wke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=+f;var d=0,m=0,B=0,k=0;k=C,C=C+16|0,m=k+1|0,B=k,d=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(d=n[(n[s>>2]|0)+d>>2]|0),XA(m,c),m=ZA(m,c)|0,ku(B,f),f=+Qu(B,f),Q7[d&15](s,m,f),C=k}function Ike(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Bke(s,c,d,0),C=f}function Bke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=eT()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=vke(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Dke(m,f)|0,f),C=d}function eT(){var s=0,l=0;if(o[7776]|0||(W5(9828),tr(41,9828,U|0)|0,l=7776,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9828)|0)){s=9828,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));W5(9828)}return 9828}function vke(s){return s=s|0,0}function Dke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=eT()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],Y5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(Pke(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function Y5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function Pke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=Ske(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,xke(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],Y5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,bke(s,k),kke(k),C=O;return}}function Ske(s){return s=s|0,357913941}function xke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function bke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function kke(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function W5(s){s=s|0,Tke(s)}function Qke(s){s=s|0,Fke(s+24|0)}function Fke(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function Tke(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,7,l,Rke()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function Rke(){return 1312}function Nke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=Lke(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Mke(l,d,c),C=f}function Lke(s){return s=s|0,(n[(eT()|0)+24>>2]|0)+(s*12|0)|0}function Mke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),XA(d,c),d=ZA(d,c)|0,tf[f&31](s,d),C=m}function Oke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Uke(s,c,d,0),C=f}function Uke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=tT()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=_ke(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Hke(m,f)|0,f),C=d}function tT(){var s=0,l=0;if(o[7784]|0||(K5(9864),tr(42,9864,U|0)|0,l=7784,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9864)|0)){s=9864,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));K5(9864)}return 9864}function _ke(s){return s=s|0,0}function Hke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=tT()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],V5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(jke(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function V5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function jke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=qke(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,Gke(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],V5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,Yke(s,k),Wke(k),C=O;return}}function qke(s){return s=s|0,357913941}function Gke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function Yke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Wke(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function K5(s){s=s|0,Jke(s)}function Vke(s){s=s|0,Kke(s+24|0)}function Kke(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function Jke(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,8,l,zke()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function zke(){return 1320}function Xke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=Zke(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],$ke(l,d,c),C=f}function Zke(s){return s=s|0,(n[(tT()|0)+24>>2]|0)+(s*12|0)|0}function $ke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),eQe(d,c),d=tQe(d,c)|0,tf[f&31](s,d),C=m}function eQe(s,l){s=s|0,l=l|0}function tQe(s,l){return s=s|0,l=l|0,rQe(l)|0}function rQe(s){return s=s|0,s|0}function nQe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],iQe(s,c,d,0),C=f}function iQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=rT()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=sQe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,oQe(m,f)|0,f),C=d}function rT(){var s=0,l=0;if(o[7792]|0||(z5(9900),tr(43,9900,U|0)|0,l=7792,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9900)|0)){s=9900,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));z5(9900)}return 9900}function sQe(s){return s=s|0,0}function oQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=rT()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],J5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(aQe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function J5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function aQe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=lQe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,cQe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],J5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,uQe(s,k),AQe(k),C=O;return}}function lQe(s){return s=s|0,357913941}function cQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function uQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function AQe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function z5(s){s=s|0,hQe(s)}function fQe(s){s=s|0,pQe(s+24|0)}function pQe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function hQe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,22,l,gQe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function gQe(){return 1344}function dQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;c=C,C=C+16|0,f=c+8|0,d=c,m=mQe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],yQe(l,f),C=c}function mQe(s){return s=s|0,(n[(rT()|0)+24>>2]|0)+(s*12|0)|0}function yQe(s,l){s=s|0,l=l|0;var c=0;c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),ef[c&127](s)}function EQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=nT()|0,s=CQe(c)|0,hn(m,l,d,s,wQe(c,f)|0,f)}function nT(){var s=0,l=0;if(o[7800]|0||(Z5(9936),tr(44,9936,U|0)|0,l=7800,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9936)|0)){s=9936,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));Z5(9936)}return 9936}function CQe(s){return s=s|0,s|0}function wQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=nT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(X5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(IQe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function X5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function IQe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=BQe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,vQe(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,X5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,DQe(s,d),PQe(d),C=k;return}}function BQe(s){return s=s|0,536870911}function vQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function DQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function PQe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function Z5(s){s=s|0,bQe(s)}function SQe(s){s=s|0,xQe(s+24|0)}function xQe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function bQe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,23,l,P5()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function kQe(s,l){s=s|0,l=l|0,FQe(n[(QQe(s)|0)>>2]|0,l)}function QQe(s){return s=s|0,(n[(nT()|0)+24>>2]|0)+(s<<3)|0}function FQe(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,qF(f,l),l=GF(f,l)|0,ef[s&127](l),C=c}function TQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=iT()|0,s=RQe(c)|0,hn(m,l,d,s,NQe(c,f)|0,f)}function iT(){var s=0,l=0;if(o[7808]|0||(e9(9972),tr(45,9972,U|0)|0,l=7808,n[l>>2]=1,n[l+4>>2]=0),!(Rr(9972)|0)){s=9972,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));e9(9972)}return 9972}function RQe(s){return s=s|0,s|0}function NQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=iT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?($5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(LQe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function $5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function LQe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=MQe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,OQe(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,$5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,UQe(s,d),_Qe(d),C=k;return}}function MQe(s){return s=s|0,536870911}function OQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function UQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function _Qe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function e9(s){s=s|0,qQe(s)}function HQe(s){s=s|0,jQe(s+24|0)}function jQe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function qQe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,9,l,GQe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function GQe(){return 1348}function YQe(s,l){return s=s|0,l=l|0,VQe(n[(WQe(s)|0)>>2]|0,l)|0}function WQe(s){return s=s|0,(n[(iT()|0)+24>>2]|0)+(s<<3)|0}function VQe(s,l){s=s|0,l=l|0;var c=0,f=0;return c=C,C=C+16|0,f=c,t9(f,l),l=r9(f,l)|0,l=sD(Ng[s&31](l)|0)|0,C=c,l|0}function t9(s,l){s=s|0,l=l|0}function r9(s,l){return s=s|0,l=l|0,KQe(l)|0}function KQe(s){return s=s|0,s|0}function JQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=sT()|0,s=zQe(c)|0,hn(m,l,d,s,XQe(c,f)|0,f)}function sT(){var s=0,l=0;if(o[7816]|0||(i9(10008),tr(46,10008,U|0)|0,l=7816,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10008)|0)){s=10008,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));i9(10008)}return 10008}function zQe(s){return s=s|0,s|0}function XQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=sT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(n9(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(ZQe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function n9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function ZQe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=$Qe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,eFe(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,n9(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,tFe(s,d),rFe(d),C=k;return}}function $Qe(s){return s=s|0,536870911}function eFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function tFe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function rFe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function i9(s){s=s|0,sFe(s)}function nFe(s){s=s|0,iFe(s+24|0)}function iFe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function sFe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,15,l,C5()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function oFe(s){return s=s|0,lFe(n[(aFe(s)|0)>>2]|0)|0}function aFe(s){return s=s|0,(n[(sT()|0)+24>>2]|0)+(s<<3)|0}function lFe(s){return s=s|0,sD(CD[s&7]()|0)|0}function cFe(){var s=0;return o[7832]|0||(mFe(10052),tr(25,10052,U|0)|0,s=7832,n[s>>2]=1,n[s+4>>2]=0),10052}function uFe(s,l){s=s|0,l=l|0,n[s>>2]=AFe()|0,n[s+4>>2]=fFe()|0,n[s+12>>2]=l,n[s+8>>2]=pFe()|0,n[s+32>>2]=2}function AFe(){return 11709}function fFe(){return 1188}function pFe(){return aD()|0}function hFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(Sp(f,896)|0)==512?c|0&&(gFe(c),gt(c)):l|0&&(Pu(l),gt(l))}function Sp(s,l){return s=s|0,l=l|0,l&s|0}function gFe(s){s=s|0,s=n[s+4>>2]|0,s|0&&bp(s)}function aD(){var s=0;return o[7824]|0||(n[2511]=dFe()|0,n[2512]=0,s=7824,n[s>>2]=1,n[s+4>>2]=0),10044}function dFe(){return 0}function mFe(s){s=s|0,Bp(s)}function yFe(s){s=s|0;var l=0,c=0,f=0,d=0,m=0;l=C,C=C+32|0,c=l+24|0,m=l+16|0,d=l+8|0,f=l,EFe(s,4827),CFe(s,4834,3)|0,wFe(s,3682,47)|0,n[m>>2]=9,n[m+4>>2]=0,n[c>>2]=n[m>>2],n[c+4>>2]=n[m+4>>2],IFe(s,4841,c)|0,n[d>>2]=1,n[d+4>>2]=0,n[c>>2]=n[d>>2],n[c+4>>2]=n[d+4>>2],BFe(s,4871,c)|0,n[f>>2]=10,n[f+4>>2]=0,n[c>>2]=n[f>>2],n[c+4>>2]=n[f+4>>2],vFe(s,4891,c)|0,C=l}function EFe(s,l){s=s|0,l=l|0;var c=0;c=rRe()|0,n[s>>2]=c,nRe(c,l),xp(n[s>>2]|0)}function CFe(s,l,c){return s=s|0,l=l|0,c=c|0,_Te(s,pn(l)|0,c,0),s|0}function wFe(s,l,c){return s=s|0,l=l|0,c=c|0,DTe(s,pn(l)|0,c,0),s|0}function IFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],oTe(s,l,d),C=f,s|0}function BFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],HFe(s,l,d),C=f,s|0}function vFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],DFe(s,l,d),C=f,s|0}function DFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],PFe(s,c,d,1),C=f}function PFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=oT()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=SFe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,xFe(m,f)|0,f),C=d}function oT(){var s=0,l=0;if(o[7840]|0||(o9(10100),tr(48,10100,U|0)|0,l=7840,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10100)|0)){s=10100,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));o9(10100)}return 10100}function SFe(s){return s=s|0,0}function xFe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=oT()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],s9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(bFe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function s9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function bFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=kFe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,QFe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],s9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,FFe(s,k),TFe(k),C=O;return}}function kFe(s){return s=s|0,357913941}function QFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function FFe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function TFe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function o9(s){s=s|0,LFe(s)}function RFe(s){s=s|0,NFe(s+24|0)}function NFe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function LFe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,6,l,MFe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function MFe(){return 1364}function OFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=UFe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],c=_Fe(l,d,c)|0,C=f,c|0}function UFe(s){return s=s|0,(n[(oT()|0)+24>>2]|0)+(s*12|0)|0}function _Fe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;return m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),XA(d,c),d=ZA(d,c)|0,d=p5(NT[f&15](s,d)|0)|0,C=m,d|0}function HFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],jFe(s,c,d,0),C=f}function jFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=aT()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=qFe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,GFe(m,f)|0,f),C=d}function aT(){var s=0,l=0;if(o[7848]|0||(l9(10136),tr(49,10136,U|0)|0,l=7848,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10136)|0)){s=10136,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));l9(10136)}return 10136}function qFe(s){return s=s|0,0}function GFe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=aT()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],a9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(YFe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function a9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function YFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=WFe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,VFe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],a9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,KFe(s,k),JFe(k),C=O;return}}function WFe(s){return s=s|0,357913941}function VFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function KFe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function JFe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function l9(s){s=s|0,ZFe(s)}function zFe(s){s=s|0,XFe(s+24|0)}function XFe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function ZFe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,9,l,$Fe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function $Fe(){return 1372}function eTe(s,l,c){s=s|0,l=l|0,c=+c;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=tTe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],rTe(l,d,c),C=f}function tTe(s){return s=s|0,(n[(aT()|0)+24>>2]|0)+(s*12|0)|0}function rTe(s,l,c){s=s|0,l=l|0,c=+c;var f=0,d=0,m=0,B=Ze;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),nTe(d,c),B=y(iTe(d,c)),I7[f&1](s,B),C=m}function nTe(s,l){s=s|0,l=+l}function iTe(s,l){return s=s|0,l=+l,y(sTe(l))}function sTe(s){return s=+s,y(s)}function oTe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],aTe(s,c,d,0),C=f}function aTe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,O=0,M=0;d=C,C=C+32|0,m=d+16|0,M=d+8|0,k=d,O=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=lT()|0,n[M>>2]=O,n[M+4>>2]=Q,n[m>>2]=n[M>>2],n[m+4>>2]=n[M+4>>2],c=lTe(m)|0,n[k>>2]=O,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,cTe(m,f)|0,f),C=d}function lT(){var s=0,l=0;if(o[7856]|0||(u9(10172),tr(50,10172,U|0)|0,l=7856,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10172)|0)){s=10172,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));u9(10172)}return 10172}function lTe(s){return s=s|0,0}function cTe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0;return M=C,C=C+32|0,d=M+24|0,B=M+16|0,k=M,Q=M+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,q=lT()|0,O=q+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=q+28|0,c=n[l>>2]|0,c>>>0<(n[q+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],c9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(uTe(O,k,Q),s=n[l>>2]|0),C=M,((s-(n[O>>2]|0)|0)/12|0)+-1|0}function c9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function uTe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;if(O=C,C=C+48|0,f=O+32|0,B=O+24|0,k=O,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=ATe(s)|0,m>>>0>>0)zr(s);else{M=n[s>>2]|0,se=((n[s+8>>2]|0)-M|0)/12|0,q=se<<1,fTe(k,se>>>0>>1>>>0?q>>>0>>0?d:q:m,((n[Q>>2]|0)-M|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],c9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,pTe(s,k),hTe(k),C=O;return}}function ATe(s){return s=s|0,357913941}function fTe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Tt();else{d=Vt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function pTe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function hTe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function u9(s){s=s|0,mTe(s)}function gTe(s){s=s|0,dTe(s+24|0)}function dTe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function mTe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,2,3,l,yTe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function yTe(){return 1380}function ETe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+16|0,m=d+8|0,B=d,k=CTe(s)|0,s=n[k+4>>2]|0,n[B>>2]=n[k>>2],n[B+4>>2]=s,n[m>>2]=n[B>>2],n[m+4>>2]=n[B+4>>2],wTe(l,m,c,f),C=d}function CTe(s){return s=s|0,(n[(lT()|0)+24>>2]|0)+(s*12|0)|0}function wTe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;k=C,C=C+16|0,m=k+1|0,B=k,d=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(d=n[(n[s>>2]|0)+d>>2]|0),XA(m,c),m=ZA(m,c)|0,ITe(B,f),B=BTe(B,f)|0,_w[d&15](s,m,B),C=k}function ITe(s,l){s=s|0,l=l|0}function BTe(s,l){return s=s|0,l=l|0,vTe(l)|0}function vTe(s){return s=s|0,(s|0)!=0|0}function DTe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=cT()|0,s=PTe(c)|0,hn(m,l,d,s,STe(c,f)|0,f)}function cT(){var s=0,l=0;if(o[7864]|0||(f9(10208),tr(51,10208,U|0)|0,l=7864,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10208)|0)){s=10208,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));f9(10208)}return 10208}function PTe(s){return s=s|0,s|0}function STe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=cT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(A9(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(xTe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function A9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function xTe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=bTe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,kTe(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,A9(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,QTe(s,d),FTe(d),C=k;return}}function bTe(s){return s=s|0,536870911}function kTe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function QTe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function FTe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function f9(s){s=s|0,NTe(s)}function TTe(s){s=s|0,RTe(s+24|0)}function RTe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function NTe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,24,l,LTe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function LTe(){return 1392}function MTe(s,l){s=s|0,l=l|0,UTe(n[(OTe(s)|0)>>2]|0,l)}function OTe(s){return s=s|0,(n[(cT()|0)+24>>2]|0)+(s<<3)|0}function UTe(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,t9(f,l),l=r9(f,l)|0,ef[s&127](l),C=c}function _Te(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=uT()|0,s=HTe(c)|0,hn(m,l,d,s,jTe(c,f)|0,f)}function uT(){var s=0,l=0;if(o[7872]|0||(h9(10244),tr(52,10244,U|0)|0,l=7872,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10244)|0)){s=10244,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));h9(10244)}return 10244}function HTe(s){return s=s|0,s|0}function jTe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=uT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(p9(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(qTe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function p9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function qTe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=GTe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,YTe(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,p9(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,WTe(s,d),VTe(d),C=k;return}}function GTe(s){return s=s|0,536870911}function YTe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function WTe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function VTe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function h9(s){s=s|0,zTe(s)}function KTe(s){s=s|0,JTe(s+24|0)}function JTe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function zTe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,16,l,XTe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function XTe(){return 1400}function ZTe(s){return s=s|0,eRe(n[($Te(s)|0)>>2]|0)|0}function $Te(s){return s=s|0,(n[(uT()|0)+24>>2]|0)+(s<<3)|0}function eRe(s){return s=s|0,tRe(CD[s&7]()|0)|0}function tRe(s){return s=s|0,s|0}function rRe(){var s=0;return o[7880]|0||(cRe(10280),tr(25,10280,U|0)|0,s=7880,n[s>>2]=1,n[s+4>>2]=0),10280}function nRe(s,l){s=s|0,l=l|0,n[s>>2]=iRe()|0,n[s+4>>2]=sRe()|0,n[s+12>>2]=l,n[s+8>>2]=oRe()|0,n[s+32>>2]=4}function iRe(){return 11711}function sRe(){return 1356}function oRe(){return aD()|0}function aRe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(Sp(f,896)|0)==512?c|0&&(lRe(c),gt(c)):l|0&&(vg(l),gt(l))}function lRe(s){s=s|0,s=n[s+4>>2]|0,s|0&&bp(s)}function cRe(s){s=s|0,Bp(s)}function uRe(s){s=s|0,ARe(s,4920),fRe(s)|0,pRe(s)|0}function ARe(s,l){s=s|0,l=l|0;var c=0;c=L5()|0,n[s>>2]=c,RRe(c,l),xp(n[s>>2]|0)}function fRe(s){s=s|0;var l=0;return l=n[s>>2]|0,bg(l,vRe()|0),s|0}function pRe(s){s=s|0;var l=0;return l=n[s>>2]|0,bg(l,hRe()|0),s|0}function hRe(){var s=0;return o[7888]|0||(g9(10328),tr(53,10328,U|0)|0,s=7888,n[s>>2]=1,n[s+4>>2]=0),Rr(10328)|0||g9(10328),10328}function bg(s,l){s=s|0,l=l|0,hn(s,0,l,0,0,0)}function g9(s){s=s|0,mRe(s),kg(s,10)}function gRe(s){s=s|0,dRe(s+24|0)}function dRe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function mRe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,5,1,l,wRe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function yRe(s,l,c){s=s|0,l=l|0,c=+c,ERe(s,l,c)}function kg(s,l){s=s|0,l=l|0,n[s+20>>2]=l}function ERe(s,l,c){s=s|0,l=l|0,c=+c;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,m=f+8|0,k=f+13|0,d=f,B=f+12|0,XA(k,l),n[m>>2]=ZA(k,l)|0,ku(B,c),E[d>>3]=+Qu(B,c),CRe(s,m,d),C=f}function CRe(s,l,c){s=s|0,l=l|0,c=c|0,Y(s+8|0,n[l>>2]|0,+E[c>>3]),o[s+24>>0]=1}function wRe(){return 1404}function IRe(s,l){return s=s|0,l=+l,BRe(s,l)|0}function BRe(s,l){s=s|0,l=+l;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return f=C,C=C+16|0,m=f+4|0,B=f+8|0,k=f,d=Wa(8)|0,c=d,Q=Vt(16)|0,XA(m,s),s=ZA(m,s)|0,ku(B,l),Y(Q,s,+Qu(B,l)),B=c+4|0,n[B>>2]=Q,s=Vt(8)|0,B=n[B>>2]|0,n[k>>2]=0,n[m>>2]=n[k>>2],JF(s,B,m),n[d>>2]=s,C=f,c|0}function vRe(){var s=0;return o[7896]|0||(d9(10364),tr(54,10364,U|0)|0,s=7896,n[s>>2]=1,n[s+4>>2]=0),Rr(10364)|0||d9(10364),10364}function d9(s){s=s|0,SRe(s),kg(s,55)}function DRe(s){s=s|0,PRe(s+24|0)}function PRe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function SRe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,5,4,l,QRe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function xRe(s){s=s|0,bRe(s)}function bRe(s){s=s|0,kRe(s)}function kRe(s){s=s|0,m9(s+8|0),o[s+24>>0]=1}function m9(s){s=s|0,n[s>>2]=0,E[s+8>>3]=0}function QRe(){return 1424}function FRe(){return TRe()|0}function TRe(){var s=0,l=0,c=0,f=0,d=0,m=0,B=0;return l=C,C=C+16|0,d=l+4|0,B=l,c=Wa(8)|0,s=c,f=Vt(16)|0,m9(f),m=s+4|0,n[m>>2]=f,f=Vt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],JF(f,m,d),n[c>>2]=f,C=l,s|0}function RRe(s,l){s=s|0,l=l|0,n[s>>2]=NRe()|0,n[s+4>>2]=LRe()|0,n[s+12>>2]=l,n[s+8>>2]=MRe()|0,n[s+32>>2]=5}function NRe(){return 11710}function LRe(){return 1416}function MRe(){return lD()|0}function ORe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(Sp(f,896)|0)==512?c|0&&(URe(c),gt(c)):l|0&>(l)}function URe(s){s=s|0,s=n[s+4>>2]|0,s|0&&bp(s)}function lD(){var s=0;return o[7904]|0||(n[2600]=_Re()|0,n[2601]=0,s=7904,n[s>>2]=1,n[s+4>>2]=0),10400}function _Re(){return n[357]|0}function HRe(s){s=s|0,jRe(s,4926),qRe(s)|0}function jRe(s,l){s=s|0,l=l|0;var c=0;c=s5()|0,n[s>>2]=c,eNe(c,l),xp(n[s>>2]|0)}function qRe(s){s=s|0;var l=0;return l=n[s>>2]|0,bg(l,GRe()|0),s|0}function GRe(){var s=0;return o[7912]|0||(y9(10412),tr(56,10412,U|0)|0,s=7912,n[s>>2]=1,n[s+4>>2]=0),Rr(10412)|0||y9(10412),10412}function y9(s){s=s|0,VRe(s),kg(s,57)}function YRe(s){s=s|0,WRe(s+24|0)}function WRe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function VRe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,5,5,l,XRe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function KRe(s){s=s|0,JRe(s)}function JRe(s){s=s|0,zRe(s)}function zRe(s){s=s|0;var l=0,c=0;l=s+8|0,c=l+48|0;do n[l>>2]=0,l=l+4|0;while((l|0)<(c|0));o[s+56>>0]=1}function XRe(){return 1432}function ZRe(){return $Re()|0}function $Re(){var s=0,l=0,c=0,f=0,d=0,m=0,B=0,k=0;B=C,C=C+16|0,s=B+4|0,l=B,c=Wa(8)|0,f=c,d=Vt(48)|0,m=d,k=m+48|0;do n[m>>2]=0,m=m+4|0;while((m|0)<(k|0));return m=f+4|0,n[m>>2]=d,k=Vt(8)|0,m=n[m>>2]|0,n[l>>2]=0,n[s>>2]=n[l>>2],o5(k,m,s),n[c>>2]=k,C=B,f|0}function eNe(s,l){s=s|0,l=l|0,n[s>>2]=tNe()|0,n[s+4>>2]=rNe()|0,n[s+12>>2]=l,n[s+8>>2]=nNe()|0,n[s+32>>2]=6}function tNe(){return 11704}function rNe(){return 1436}function nNe(){return lD()|0}function iNe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(Sp(f,896)|0)==512?c|0&&(sNe(c),gt(c)):l|0&>(l)}function sNe(s){s=s|0,s=n[s+4>>2]|0,s|0&&bp(s)}function oNe(s){s=s|0,aNe(s,4933),lNe(s)|0,cNe(s)|0}function aNe(s,l){s=s|0,l=l|0;var c=0;c=TNe()|0,n[s>>2]=c,RNe(c,l),xp(n[s>>2]|0)}function lNe(s){s=s|0;var l=0;return l=n[s>>2]|0,bg(l,BNe()|0),s|0}function cNe(s){s=s|0;var l=0;return l=n[s>>2]|0,bg(l,uNe()|0),s|0}function uNe(){var s=0;return o[7920]|0||(E9(10452),tr(58,10452,U|0)|0,s=7920,n[s>>2]=1,n[s+4>>2]=0),Rr(10452)|0||E9(10452),10452}function E9(s){s=s|0,pNe(s),kg(s,1)}function ANe(s){s=s|0,fNe(s+24|0)}function fNe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function pNe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,5,1,l,mNe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function hNe(s,l,c){s=s|0,l=+l,c=+c,gNe(s,l,c)}function gNe(s,l,c){s=s|0,l=+l,c=+c;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+32|0,m=f+8|0,k=f+17|0,d=f,B=f+16|0,ku(k,l),E[m>>3]=+Qu(k,l),ku(B,c),E[d>>3]=+Qu(B,c),dNe(s,m,d),C=f}function dNe(s,l,c){s=s|0,l=l|0,c=c|0,C9(s+8|0,+E[l>>3],+E[c>>3]),o[s+24>>0]=1}function C9(s,l,c){s=s|0,l=+l,c=+c,E[s>>3]=l,E[s+8>>3]=c}function mNe(){return 1472}function yNe(s,l){return s=+s,l=+l,ENe(s,l)|0}function ENe(s,l){s=+s,l=+l;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return f=C,C=C+16|0,B=f+4|0,k=f+8|0,Q=f,d=Wa(8)|0,c=d,m=Vt(16)|0,ku(B,s),s=+Qu(B,s),ku(k,l),C9(m,s,+Qu(k,l)),k=c+4|0,n[k>>2]=m,m=Vt(8)|0,k=n[k>>2]|0,n[Q>>2]=0,n[B>>2]=n[Q>>2],w9(m,k,B),n[d>>2]=m,C=f,c|0}function w9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,c=Vt(16)|0,n[c+4>>2]=0,n[c+8>>2]=0,n[c>>2]=1452,n[c+12>>2]=l,n[s+4>>2]=c}function CNe(s){s=s|0,Jm(s),gt(s)}function wNe(s){s=s|0,s=n[s+12>>2]|0,s|0&>(s)}function INe(s){s=s|0,gt(s)}function BNe(){var s=0;return o[7928]|0||(I9(10488),tr(59,10488,U|0)|0,s=7928,n[s>>2]=1,n[s+4>>2]=0),Rr(10488)|0||I9(10488),10488}function I9(s){s=s|0,PNe(s),kg(s,60)}function vNe(s){s=s|0,DNe(s+24|0)}function DNe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function PNe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,5,6,l,kNe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function SNe(s){s=s|0,xNe(s)}function xNe(s){s=s|0,bNe(s)}function bNe(s){s=s|0,B9(s+8|0),o[s+24>>0]=1}function B9(s){s=s|0,n[s>>2]=0,n[s+4>>2]=0,n[s+8>>2]=0,n[s+12>>2]=0}function kNe(){return 1492}function QNe(){return FNe()|0}function FNe(){var s=0,l=0,c=0,f=0,d=0,m=0,B=0;return l=C,C=C+16|0,d=l+4|0,B=l,c=Wa(8)|0,s=c,f=Vt(16)|0,B9(f),m=s+4|0,n[m>>2]=f,f=Vt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],w9(f,m,d),n[c>>2]=f,C=l,s|0}function TNe(){var s=0;return o[7936]|0||(_Ne(10524),tr(25,10524,U|0)|0,s=7936,n[s>>2]=1,n[s+4>>2]=0),10524}function RNe(s,l){s=s|0,l=l|0,n[s>>2]=NNe()|0,n[s+4>>2]=LNe()|0,n[s+12>>2]=l,n[s+8>>2]=MNe()|0,n[s+32>>2]=7}function NNe(){return 11700}function LNe(){return 1484}function MNe(){return lD()|0}function ONe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(Sp(f,896)|0)==512?c|0&&(UNe(c),gt(c)):l|0&>(l)}function UNe(s){s=s|0,s=n[s+4>>2]|0,s|0&&bp(s)}function _Ne(s){s=s|0,Bp(s)}function HNe(s,l,c){s=s|0,l=l|0,c=c|0,s=pn(l)|0,l=jNe(c)|0,c=qNe(c,0)|0,ELe(s,l,c,AT()|0,0)}function jNe(s){return s=s|0,s|0}function qNe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=AT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(D9(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(zNe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function AT(){var s=0,l=0;if(o[7944]|0||(v9(10568),tr(61,10568,U|0)|0,l=7944,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10568)|0)){s=10568,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));v9(10568)}return 10568}function v9(s){s=s|0,WNe(s)}function GNe(s){s=s|0,YNe(s+24|0)}function YNe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function WNe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,17,l,B5()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function VNe(s){return s=s|0,JNe(n[(KNe(s)|0)>>2]|0)|0}function KNe(s){return s=s|0,(n[(AT()|0)+24>>2]|0)+(s<<3)|0}function JNe(s){return s=s|0,oD(CD[s&7]()|0)|0}function D9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function zNe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=XNe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,ZNe(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,D9(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,$Ne(s,d),eLe(d),C=k;return}}function XNe(s){return s=s|0,536870911}function ZNe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function $Ne(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function eLe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function tLe(){rLe()}function rLe(){nLe(10604)}function nLe(s){s=s|0,iLe(s,4955)}function iLe(s,l){s=s|0,l=l|0;var c=0;c=sLe()|0,n[s>>2]=c,oLe(c,l),xp(n[s>>2]|0)}function sLe(){var s=0;return o[7952]|0||(gLe(10612),tr(25,10612,U|0)|0,s=7952,n[s>>2]=1,n[s+4>>2]=0),10612}function oLe(s,l){s=s|0,l=l|0,n[s>>2]=uLe()|0,n[s+4>>2]=ALe()|0,n[s+12>>2]=l,n[s+8>>2]=fLe()|0,n[s+32>>2]=8}function xp(s){s=s|0;var l=0,c=0;l=C,C=C+16|0,c=l,Gm()|0,n[c>>2]=s,aLe(10608,c),C=l}function Gm(){return o[11714]|0||(n[2652]=0,tr(62,10608,U|0)|0,o[11714]=1),10608}function aLe(s,l){s=s|0,l=l|0;var c=0;c=Vt(8)|0,n[c+4>>2]=n[l>>2],n[c>>2]=n[s>>2],n[s>>2]=c}function lLe(s){s=s|0,cLe(s)}function cLe(s){s=s|0;var l=0,c=0;if(l=n[s>>2]|0,l|0)do c=l,l=n[l>>2]|0,gt(c);while((l|0)!=0);n[s>>2]=0}function uLe(){return 11715}function ALe(){return 1496}function fLe(){return aD()|0}function pLe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(Sp(f,896)|0)==512?c|0&&(hLe(c),gt(c)):l|0&>(l)}function hLe(s){s=s|0,s=n[s+4>>2]|0,s|0&&bp(s)}function gLe(s){s=s|0,Bp(s)}function dLe(s,l){s=s|0,l=l|0;var c=0,f=0;Gm()|0,c=n[2652]|0;e:do if(c|0){for(;f=n[c+4>>2]|0,!(f|0&&(o7(fT(f)|0,s)|0)==0);)if(c=n[c>>2]|0,!c)break e;mLe(f,l)}while(0)}function fT(s){return s=s|0,n[s+12>>2]|0}function mLe(s,l){s=s|0,l=l|0;var c=0;s=s+36|0,c=n[s>>2]|0,c|0&&(jA(c),gt(c)),c=Vt(4)|0,$G(c,l),n[s>>2]=c}function pT(){return o[11716]|0||(n[2664]=0,tr(63,10656,U|0)|0,o[11716]=1),10656}function P9(){var s=0;return o[11717]|0?s=n[2665]|0:(yLe(),n[2665]=1504,o[11717]=1,s=1504),s|0}function yLe(){o[11740]|0||(o[11718]=gr(gr(8,0)|0,0)|0,o[11719]=gr(gr(0,0)|0,0)|0,o[11720]=gr(gr(0,16)|0,0)|0,o[11721]=gr(gr(8,0)|0,0)|0,o[11722]=gr(gr(0,0)|0,0)|0,o[11723]=gr(gr(8,0)|0,0)|0,o[11724]=gr(gr(0,0)|0,0)|0,o[11725]=gr(gr(8,0)|0,0)|0,o[11726]=gr(gr(0,0)|0,0)|0,o[11727]=gr(gr(8,0)|0,0)|0,o[11728]=gr(gr(0,0)|0,0)|0,o[11729]=gr(gr(0,0)|0,32)|0,o[11730]=gr(gr(0,0)|0,32)|0,o[11740]=1)}function S9(){return 1572}function ELe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,O=0,M=0;m=C,C=C+32|0,M=m+16|0,O=m+12|0,Q=m+8|0,k=m+4|0,B=m,n[M>>2]=s,n[O>>2]=l,n[Q>>2]=c,n[k>>2]=f,n[B>>2]=d,pT()|0,CLe(10656,M,O,Q,k,B),C=m}function CLe(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0;B=Vt(24)|0,r5(B+4|0,n[l>>2]|0,n[c>>2]|0,n[f>>2]|0,n[d>>2]|0,n[m>>2]|0),n[B>>2]=n[s>>2],n[s>>2]=B}function x9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0,Oe=0,Fe=0,et=0,Xe=0,at=0;if(at=C,C=C+32|0,Oe=at+20|0,Fe=at+8|0,et=at+4|0,Xe=at,l=n[l>>2]|0,l|0){Ge=Oe+4|0,Q=Oe+8|0,O=Fe+4|0,M=Fe+8|0,q=Fe+8|0,se=Oe+8|0;do{if(B=l+4|0,k=hT(B)|0,k|0){if(d=Rw(k)|0,n[Oe>>2]=0,n[Ge>>2]=0,n[Q>>2]=0,f=(Nw(k)|0)+1|0,wLe(Oe,f),f|0)for(;f=f+-1|0,xc(Fe,n[d>>2]|0),m=n[Ge>>2]|0,m>>>0<(n[se>>2]|0)>>>0?(n[m>>2]=n[Fe>>2],n[Ge>>2]=(n[Ge>>2]|0)+4):gT(Oe,Fe),f;)d=d+4|0;f=Lw(k)|0,n[Fe>>2]=0,n[O>>2]=0,n[M>>2]=0;e:do if(n[f>>2]|0)for(d=0,m=0;;){if((d|0)==(m|0)?ILe(Fe,f):(n[d>>2]=n[f>>2],n[O>>2]=(n[O>>2]|0)+4),f=f+4|0,!(n[f>>2]|0))break e;d=n[O>>2]|0,m=n[q>>2]|0}while(0);n[et>>2]=cD(B)|0,n[Xe>>2]=Rr(k)|0,BLe(c,s,et,Xe,Oe,Fe),dT(Fe),$A(Oe)}l=n[l>>2]|0}while((l|0)!=0)}C=at}function hT(s){return s=s|0,n[s+12>>2]|0}function Rw(s){return s=s|0,n[s+12>>2]|0}function Nw(s){return s=s|0,n[s+16>>2]|0}function wLe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;d=C,C=C+32|0,c=d,f=n[s>>2]|0,(n[s+8>>2]|0)-f>>2>>>0>>0&&(L9(c,l,(n[s+4>>2]|0)-f>>2,s+8|0),M9(s,c),O9(c)),C=d}function gT(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0;if(B=C,C=C+32|0,c=B,f=s+4|0,d=((n[f>>2]|0)-(n[s>>2]|0)>>2)+1|0,m=N9(s)|0,m>>>0>>0)zr(s);else{k=n[s>>2]|0,O=(n[s+8>>2]|0)-k|0,Q=O>>1,L9(c,O>>2>>>0>>1>>>0?Q>>>0>>0?d:Q:m,(n[f>>2]|0)-k>>2,s+8|0),m=c+8|0,n[n[m>>2]>>2]=n[l>>2],n[m>>2]=(n[m>>2]|0)+4,M9(s,c),O9(c),C=B;return}}function Lw(s){return s=s|0,n[s+8>>2]|0}function ILe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0;if(B=C,C=C+32|0,c=B,f=s+4|0,d=((n[f>>2]|0)-(n[s>>2]|0)>>2)+1|0,m=R9(s)|0,m>>>0>>0)zr(s);else{k=n[s>>2]|0,O=(n[s+8>>2]|0)-k|0,Q=O>>1,jLe(c,O>>2>>>0>>1>>>0?Q>>>0>>0?d:Q:m,(n[f>>2]|0)-k>>2,s+8|0),m=c+8|0,n[n[m>>2]>>2]=n[l>>2],n[m>>2]=(n[m>>2]|0)+4,qLe(s,c),GLe(c),C=B;return}}function cD(s){return s=s|0,n[s>>2]|0}function BLe(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,vLe(s,l,c,f,d,m)}function dT(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-4-f|0)>>>2)<<2)),gt(c))}function $A(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-4-f|0)>>>2)<<2)),gt(c))}function vLe(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0,Q=0,O=0,M=0,q=0;B=C,C=C+48|0,M=B+40|0,k=B+32|0,q=B+24|0,Q=B+12|0,O=B,Va(k),s=da(s)|0,n[q>>2]=n[l>>2],c=n[c>>2]|0,f=n[f>>2]|0,mT(Q,d),DLe(O,m),n[M>>2]=n[q>>2],PLe(s,M,c,f,Q,O),dT(O),$A(Q),Ka(k),C=B}function mT(s,l){s=s|0,l=l|0;var c=0,f=0;n[s>>2]=0,n[s+4>>2]=0,n[s+8>>2]=0,c=l+4|0,f=(n[c>>2]|0)-(n[l>>2]|0)>>2,f|0&&(_Le(s,f),HLe(s,n[l>>2]|0,n[c>>2]|0,f))}function DLe(s,l){s=s|0,l=l|0;var c=0,f=0;n[s>>2]=0,n[s+4>>2]=0,n[s+8>>2]=0,c=l+4|0,f=(n[c>>2]|0)-(n[l>>2]|0)>>2,f|0&&(OLe(s,f),ULe(s,n[l>>2]|0,n[c>>2]|0,f))}function PLe(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0,Q=0,O=0,M=0,q=0;B=C,C=C+32|0,M=B+28|0,q=B+24|0,k=B+12|0,Q=B,O=Pl(SLe()|0)|0,n[q>>2]=n[l>>2],n[M>>2]=n[q>>2],l=Qg(M)|0,c=b9(c)|0,f=yT(f)|0,n[k>>2]=n[d>>2],M=d+4|0,n[k+4>>2]=n[M>>2],q=d+8|0,n[k+8>>2]=n[q>>2],n[q>>2]=0,n[M>>2]=0,n[d>>2]=0,d=ET(k)|0,n[Q>>2]=n[m>>2],M=m+4|0,n[Q+4>>2]=n[M>>2],q=m+8|0,n[Q+8>>2]=n[q>>2],n[q>>2]=0,n[M>>2]=0,n[m>>2]=0,ao(0,O|0,s|0,l|0,c|0,f|0,d|0,xLe(Q)|0)|0,dT(Q),$A(k),C=B}function SLe(){var s=0;return o[7968]|0||(LLe(10708),s=7968,n[s>>2]=1,n[s+4>>2]=0),10708}function Qg(s){return s=s|0,Q9(s)|0}function b9(s){return s=s|0,k9(s)|0}function yT(s){return s=s|0,oD(s)|0}function ET(s){return s=s|0,kLe(s)|0}function xLe(s){return s=s|0,bLe(s)|0}function bLe(s){s=s|0;var l=0,c=0,f=0;if(f=(n[s+4>>2]|0)-(n[s>>2]|0)|0,c=f>>2,f=Wa(f+4|0)|0,n[f>>2]=c,c|0){l=0;do n[f+4+(l<<2)>>2]=k9(n[(n[s>>2]|0)+(l<<2)>>2]|0)|0,l=l+1|0;while((l|0)!=(c|0))}return f|0}function k9(s){return s=s|0,s|0}function kLe(s){s=s|0;var l=0,c=0,f=0;if(f=(n[s+4>>2]|0)-(n[s>>2]|0)|0,c=f>>2,f=Wa(f+4|0)|0,n[f>>2]=c,c|0){l=0;do n[f+4+(l<<2)>>2]=Q9((n[s>>2]|0)+(l<<2)|0)|0,l=l+1|0;while((l|0)!=(c|0))}return f|0}function Q9(s){s=s|0;var l=0,c=0,f=0,d=0;return d=C,C=C+32|0,l=d+12|0,c=d,f=QF(F9()|0)|0,f?(FF(l,f),TF(c,l),fUe(s,c),s=RF(l)|0):s=QLe(s)|0,C=d,s|0}function F9(){var s=0;return o[7960]|0||(NLe(10664),tr(25,10664,U|0)|0,s=7960,n[s>>2]=1,n[s+4>>2]=0),10664}function QLe(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0;return c=C,C=C+16|0,d=c+4|0,B=c,f=Wa(8)|0,l=f,k=Vt(4)|0,n[k>>2]=n[s>>2],m=l+4|0,n[m>>2]=k,s=Vt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],T9(s,m,d),n[f>>2]=s,C=c,l|0}function T9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,c=Vt(16)|0,n[c+4>>2]=0,n[c+8>>2]=0,n[c>>2]=1656,n[c+12>>2]=l,n[s+4>>2]=c}function FLe(s){s=s|0,Jm(s),gt(s)}function TLe(s){s=s|0,s=n[s+12>>2]|0,s|0&>(s)}function RLe(s){s=s|0,gt(s)}function NLe(s){s=s|0,Bp(s)}function LLe(s){s=s|0,Sl(s,MLe()|0,5)}function MLe(){return 1676}function OLe(s,l){s=s|0,l=l|0;var c=0;if((R9(s)|0)>>>0>>0&&zr(s),l>>>0>1073741823)Tt();else{c=Vt(l<<2)|0,n[s+4>>2]=c,n[s>>2]=c,n[s+8>>2]=c+(l<<2);return}}function ULe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,f=s+4|0,s=c-l|0,(s|0)>0&&(Dr(n[f>>2]|0,l|0,s|0)|0,n[f>>2]=(n[f>>2]|0)+(s>>>2<<2))}function R9(s){return s=s|0,1073741823}function _Le(s,l){s=s|0,l=l|0;var c=0;if((N9(s)|0)>>>0>>0&&zr(s),l>>>0>1073741823)Tt();else{c=Vt(l<<2)|0,n[s+4>>2]=c,n[s>>2]=c,n[s+8>>2]=c+(l<<2);return}}function HLe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,f=s+4|0,s=c-l|0,(s|0)>0&&(Dr(n[f>>2]|0,l|0,s|0)|0,n[f>>2]=(n[f>>2]|0)+(s>>>2<<2))}function N9(s){return s=s|0,1073741823}function jLe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>1073741823)Tt();else{d=Vt(l<<2)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<2)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<2)}function qLe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>2)<<2)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function GLe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-4-l|0)>>>2)<<2)),s=n[s>>2]|0,s|0&>(s)}function L9(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>1073741823)Tt();else{d=Vt(l<<2)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<2)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<2)}function M9(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>2)<<2)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function O9(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-4-l|0)>>>2)<<2)),s=n[s>>2]|0,s|0&>(s)}function YLe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0,Oe=0,Fe=0;if(Fe=C,C=C+32|0,M=Fe+20|0,q=Fe+12|0,O=Fe+16|0,se=Fe+4|0,Ge=Fe,Oe=Fe+8|0,k=P9()|0,m=n[k>>2]|0,B=n[m>>2]|0,B|0)for(Q=n[k+8>>2]|0,k=n[k+4>>2]|0;xc(M,B),WLe(s,M,k,Q),m=m+4|0,B=n[m>>2]|0,B;)Q=Q+1|0,k=k+1|0;if(m=S9()|0,B=n[m>>2]|0,B|0)do xc(M,B),n[q>>2]=n[m+4>>2],VLe(l,M,q),m=m+8|0,B=n[m>>2]|0;while((B|0)!=0);if(m=n[(Gm()|0)>>2]|0,m|0)do l=n[m+4>>2]|0,xc(M,n[(Ym(l)|0)>>2]|0),n[q>>2]=fT(l)|0,KLe(c,M,q),m=n[m>>2]|0;while((m|0)!=0);if(xc(O,0),m=pT()|0,n[M>>2]=n[O>>2],x9(M,m,d),m=n[(Gm()|0)>>2]|0,m|0){s=M+4|0,l=M+8|0,c=M+8|0;do{if(Q=n[m+4>>2]|0,xc(q,n[(Ym(Q)|0)>>2]|0),JLe(se,U9(Q)|0),B=n[se>>2]|0,B|0){n[M>>2]=0,n[s>>2]=0,n[l>>2]=0;do xc(Ge,n[(Ym(n[B+4>>2]|0)|0)>>2]|0),k=n[s>>2]|0,k>>>0<(n[c>>2]|0)>>>0?(n[k>>2]=n[Ge>>2],n[s>>2]=(n[s>>2]|0)+4):gT(M,Ge),B=n[B>>2]|0;while((B|0)!=0);zLe(f,q,M),$A(M)}n[Oe>>2]=n[q>>2],O=_9(Q)|0,n[M>>2]=n[Oe>>2],x9(M,O,d),l5(se),m=n[m>>2]|0}while((m|0)!=0)}C=Fe}function WLe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,lMe(s,l,c,f)}function VLe(s,l,c){s=s|0,l=l|0,c=c|0,aMe(s,l,c)}function Ym(s){return s=s|0,s|0}function KLe(s,l,c){s=s|0,l=l|0,c=c|0,nMe(s,l,c)}function U9(s){return s=s|0,s+16|0}function JLe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;if(m=C,C=C+16|0,d=m+8|0,c=m,n[s>>2]=0,f=n[l>>2]|0,n[d>>2]=f,n[c>>2]=s,c=rMe(c)|0,f|0){if(f=Vt(12)|0,B=(H9(d)|0)+4|0,s=n[B+4>>2]|0,l=f+4|0,n[l>>2]=n[B>>2],n[l+4>>2]=s,l=n[n[d>>2]>>2]|0,n[d>>2]=l,!l)s=f;else for(l=f;s=Vt(12)|0,Q=(H9(d)|0)+4|0,k=n[Q+4>>2]|0,B=s+4|0,n[B>>2]=n[Q>>2],n[B+4>>2]=k,n[l>>2]=s,B=n[n[d>>2]>>2]|0,n[d>>2]=B,B;)l=s;n[s>>2]=n[c>>2],n[c>>2]=f}C=m}function zLe(s,l,c){s=s|0,l=l|0,c=c|0,XLe(s,l,c)}function _9(s){return s=s|0,s+24|0}function XLe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+32|0,B=f+24|0,d=f+16|0,k=f+12|0,m=f,Va(d),s=da(s)|0,n[k>>2]=n[l>>2],mT(m,c),n[B>>2]=n[k>>2],ZLe(s,B,m),$A(m),Ka(d),C=f}function ZLe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+32|0,B=f+16|0,k=f+12|0,d=f,m=Pl($Le()|0)|0,n[k>>2]=n[l>>2],n[B>>2]=n[k>>2],l=Qg(B)|0,n[d>>2]=n[c>>2],B=c+4|0,n[d+4>>2]=n[B>>2],k=c+8|0,n[d+8>>2]=n[k>>2],n[k>>2]=0,n[B>>2]=0,n[c>>2]=0,oo(0,m|0,s|0,l|0,ET(d)|0)|0,$A(d),C=f}function $Le(){var s=0;return o[7976]|0||(eMe(10720),s=7976,n[s>>2]=1,n[s+4>>2]=0),10720}function eMe(s){s=s|0,Sl(s,tMe()|0,2)}function tMe(){return 1732}function rMe(s){return s=s|0,n[s>>2]|0}function H9(s){return s=s|0,n[s>>2]|0}function nMe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+32|0,m=f+16|0,d=f+8|0,B=f,Va(d),s=da(s)|0,n[B>>2]=n[l>>2],c=n[c>>2]|0,n[m>>2]=n[B>>2],j9(s,m,c),Ka(d),C=f}function j9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,m=f+4|0,B=f,d=Pl(iMe()|0)|0,n[B>>2]=n[l>>2],n[m>>2]=n[B>>2],l=Qg(m)|0,oo(0,d|0,s|0,l|0,b9(c)|0)|0,C=f}function iMe(){var s=0;return o[7984]|0||(sMe(10732),s=7984,n[s>>2]=1,n[s+4>>2]=0),10732}function sMe(s){s=s|0,Sl(s,oMe()|0,2)}function oMe(){return 1744}function aMe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+32|0,m=f+16|0,d=f+8|0,B=f,Va(d),s=da(s)|0,n[B>>2]=n[l>>2],c=n[c>>2]|0,n[m>>2]=n[B>>2],j9(s,m,c),Ka(d),C=f}function lMe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+32|0,B=d+16|0,m=d+8|0,k=d,Va(m),s=da(s)|0,n[k>>2]=n[l>>2],c=o[c>>0]|0,f=o[f>>0]|0,n[B>>2]=n[k>>2],cMe(s,B,c,f),Ka(m),C=d}function cMe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+16|0,B=d+4|0,k=d,m=Pl(uMe()|0)|0,n[k>>2]=n[l>>2],n[B>>2]=n[k>>2],l=Qg(B)|0,c=Wm(c)|0,pc(0,m|0,s|0,l|0,c|0,Wm(f)|0)|0,C=d}function uMe(){var s=0;return o[7992]|0||(fMe(10744),s=7992,n[s>>2]=1,n[s+4>>2]=0),10744}function Wm(s){return s=s|0,AMe(s)|0}function AMe(s){return s=s|0,s&255|0}function fMe(s){s=s|0,Sl(s,pMe()|0,3)}function pMe(){return 1756}function hMe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;switch(se=C,C=C+32|0,k=se+8|0,Q=se+4|0,O=se+20|0,M=se,OF(s,0),f=AUe(l)|0,n[k>>2]=0,q=k+4|0,n[q>>2]=0,n[k+8>>2]=0,f<<24>>24){case 0:{o[O>>0]=0,gMe(Q,c,O),uD(s,Q)|0,qA(Q);break}case 8:{q=DT(l)|0,o[O>>0]=8,xc(M,n[q+4>>2]|0),dMe(Q,c,O,M,q+8|0),uD(s,Q)|0,qA(Q);break}case 9:{if(m=DT(l)|0,l=n[m+4>>2]|0,l|0)for(B=k+8|0,d=m+12|0;l=l+-1|0,xc(Q,n[d>>2]|0),f=n[q>>2]|0,f>>>0<(n[B>>2]|0)>>>0?(n[f>>2]=n[Q>>2],n[q>>2]=(n[q>>2]|0)+4):gT(k,Q),l;)d=d+4|0;o[O>>0]=9,xc(M,n[m+8>>2]|0),mMe(Q,c,O,M,k),uD(s,Q)|0,qA(Q);break}default:q=DT(l)|0,o[O>>0]=f,xc(M,n[q+4>>2]|0),yMe(Q,c,O,M),uD(s,Q)|0,qA(Q)}$A(k),C=se}function gMe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;f=C,C=C+16|0,d=f,Va(d),l=da(l)|0,QMe(s,l,o[c>>0]|0),Ka(d),C=f}function uD(s,l){s=s|0,l=l|0;var c=0;return c=n[s>>2]|0,c|0&&PA(c|0),n[s>>2]=n[l>>2],n[l>>2]=0,s|0}function dMe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0;m=C,C=C+32|0,k=m+16|0,B=m+8|0,Q=m,Va(B),l=da(l)|0,c=o[c>>0]|0,n[Q>>2]=n[f>>2],d=n[d>>2]|0,n[k>>2]=n[Q>>2],SMe(s,l,c,k,d),Ka(B),C=m}function mMe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,O=0;m=C,C=C+32|0,Q=m+24|0,B=m+16|0,O=m+12|0,k=m,Va(B),l=da(l)|0,c=o[c>>0]|0,n[O>>2]=n[f>>2],mT(k,d),n[Q>>2]=n[O>>2],BMe(s,l,c,Q,k),$A(k),Ka(B),C=m}function yMe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+32|0,B=d+16|0,m=d+8|0,k=d,Va(m),l=da(l)|0,c=o[c>>0]|0,n[k>>2]=n[f>>2],n[B>>2]=n[k>>2],EMe(s,l,c,B),Ka(m),C=d}function EMe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+16|0,m=d+4|0,k=d,B=Pl(CMe()|0)|0,c=Wm(c)|0,n[k>>2]=n[f>>2],n[m>>2]=n[k>>2],AD(s,oo(0,B|0,l|0,c|0,Qg(m)|0)|0),C=d}function CMe(){var s=0;return o[8e3]|0||(wMe(10756),s=8e3,n[s>>2]=1,n[s+4>>2]=0),10756}function AD(s,l){s=s|0,l=l|0,OF(s,l)}function wMe(s){s=s|0,Sl(s,IMe()|0,2)}function IMe(){return 1772}function BMe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,O=0;m=C,C=C+32|0,Q=m+16|0,O=m+12|0,B=m,k=Pl(vMe()|0)|0,c=Wm(c)|0,n[O>>2]=n[f>>2],n[Q>>2]=n[O>>2],f=Qg(Q)|0,n[B>>2]=n[d>>2],Q=d+4|0,n[B+4>>2]=n[Q>>2],O=d+8|0,n[B+8>>2]=n[O>>2],n[O>>2]=0,n[Q>>2]=0,n[d>>2]=0,AD(s,pc(0,k|0,l|0,c|0,f|0,ET(B)|0)|0),$A(B),C=m}function vMe(){var s=0;return o[8008]|0||(DMe(10768),s=8008,n[s>>2]=1,n[s+4>>2]=0),10768}function DMe(s){s=s|0,Sl(s,PMe()|0,3)}function PMe(){return 1784}function SMe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0;m=C,C=C+16|0,k=m+4|0,Q=m,B=Pl(xMe()|0)|0,c=Wm(c)|0,n[Q>>2]=n[f>>2],n[k>>2]=n[Q>>2],f=Qg(k)|0,AD(s,pc(0,B|0,l|0,c|0,f|0,yT(d)|0)|0),C=m}function xMe(){var s=0;return o[8016]|0||(bMe(10780),s=8016,n[s>>2]=1,n[s+4>>2]=0),10780}function bMe(s){s=s|0,Sl(s,kMe()|0,3)}function kMe(){return 1800}function QMe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=Pl(FMe()|0)|0,AD(s,Qn(0,f|0,l|0,Wm(c)|0)|0)}function FMe(){var s=0;return o[8024]|0||(TMe(10792),s=8024,n[s>>2]=1,n[s+4>>2]=0),10792}function TMe(s){s=s|0,Sl(s,RMe()|0,1)}function RMe(){return 1816}function NMe(){LMe(),MMe(),OMe()}function LMe(){n[2702]=d7(65536)|0}function MMe(){iOe(10856)}function OMe(){UMe(10816)}function UMe(s){s=s|0,_Me(s,5044),HMe(s)|0}function _Me(s,l){s=s|0,l=l|0;var c=0;c=F9()|0,n[s>>2]=c,ZMe(c,l),xp(n[s>>2]|0)}function HMe(s){s=s|0;var l=0;return l=n[s>>2]|0,bg(l,jMe()|0),s|0}function jMe(){var s=0;return o[8032]|0||(q9(10820),tr(64,10820,U|0)|0,s=8032,n[s>>2]=1,n[s+4>>2]=0),Rr(10820)|0||q9(10820),10820}function q9(s){s=s|0,YMe(s),kg(s,25)}function qMe(s){s=s|0,GMe(s+24|0)}function GMe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function YMe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,5,18,l,JMe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function WMe(s,l){s=s|0,l=l|0,VMe(s,l)}function VMe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;c=C,C=C+16|0,f=c,d=c+4|0,Sg(d,l),n[f>>2]=xg(d,l)|0,KMe(s,f),C=c}function KMe(s,l){s=s|0,l=l|0,G9(s+4|0,n[l>>2]|0),o[s+8>>0]=1}function G9(s,l){s=s|0,l=l|0,n[s>>2]=l}function JMe(){return 1824}function zMe(s){return s=s|0,XMe(s)|0}function XMe(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0;return c=C,C=C+16|0,d=c+4|0,B=c,f=Wa(8)|0,l=f,k=Vt(4)|0,Sg(d,s),G9(k,xg(d,s)|0),m=l+4|0,n[m>>2]=k,s=Vt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],T9(s,m,d),n[f>>2]=s,C=c,l|0}function Wa(s){s=s|0;var l=0,c=0;return s=s+7&-8,s>>>0<=32768&&(l=n[2701]|0,s>>>0<=(65536-l|0)>>>0)?(c=(n[2702]|0)+l|0,n[2701]=l+s,s=c):(s=d7(s+8|0)|0,n[s>>2]=n[2703],n[2703]=s,s=s+8|0),s|0}function ZMe(s,l){s=s|0,l=l|0,n[s>>2]=$Me()|0,n[s+4>>2]=eOe()|0,n[s+12>>2]=l,n[s+8>>2]=tOe()|0,n[s+32>>2]=9}function $Me(){return 11744}function eOe(){return 1832}function tOe(){return lD()|0}function rOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(Sp(f,896)|0)==512?c|0&&(nOe(c),gt(c)):l|0&>(l)}function nOe(s){s=s|0,s=n[s+4>>2]|0,s|0&&bp(s)}function iOe(s){s=s|0,sOe(s,5052),oOe(s)|0,aOe(s,5058,26)|0,lOe(s,5069,1)|0,cOe(s,5077,10)|0,uOe(s,5087,19)|0,AOe(s,5094,27)|0}function sOe(s,l){s=s|0,l=l|0;var c=0;c=nUe()|0,n[s>>2]=c,iUe(c,l),xp(n[s>>2]|0)}function oOe(s){s=s|0;var l=0;return l=n[s>>2]|0,bg(l,q4e()|0),s|0}function aOe(s,l,c){return s=s|0,l=l|0,c=c|0,D4e(s,pn(l)|0,c,0),s|0}function lOe(s,l,c){return s=s|0,l=l|0,c=c|0,u4e(s,pn(l)|0,c,0),s|0}function cOe(s,l,c){return s=s|0,l=l|0,c=c|0,jOe(s,pn(l)|0,c,0),s|0}function uOe(s,l,c){return s=s|0,l=l|0,c=c|0,SOe(s,pn(l)|0,c,0),s|0}function Y9(s,l){s=s|0,l=l|0;var c=0,f=0;e:for(;;){for(c=n[2703]|0;;){if((c|0)==(l|0))break e;if(f=n[c>>2]|0,n[2703]=f,!c)c=f;else break}gt(c)}n[2701]=s}function AOe(s,l,c){return s=s|0,l=l|0,c=c|0,fOe(s,pn(l)|0,c,0),s|0}function fOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=CT()|0,s=pOe(c)|0,hn(m,l,d,s,hOe(c,f)|0,f)}function CT(){var s=0,l=0;if(o[8040]|0||(V9(10860),tr(65,10860,U|0)|0,l=8040,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10860)|0)){s=10860,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));V9(10860)}return 10860}function pOe(s){return s=s|0,s|0}function hOe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=CT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(W9(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(gOe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function W9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function gOe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=dOe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,mOe(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,W9(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,yOe(s,d),EOe(d),C=k;return}}function dOe(s){return s=s|0,536870911}function mOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function yOe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function EOe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function V9(s){s=s|0,IOe(s)}function COe(s){s=s|0,wOe(s+24|0)}function wOe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function IOe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,11,l,BOe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function BOe(){return 1840}function vOe(s,l,c){s=s|0,l=l|0,c=c|0,POe(n[(DOe(s)|0)>>2]|0,l,c)}function DOe(s){return s=s|0,(n[(CT()|0)+24>>2]|0)+(s<<3)|0}function POe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;f=C,C=C+16|0,m=f+1|0,d=f,Sg(m,l),l=xg(m,l)|0,Sg(d,c),c=xg(d,c)|0,tf[s&31](l,c),C=f}function SOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=wT()|0,s=xOe(c)|0,hn(m,l,d,s,bOe(c,f)|0,f)}function wT(){var s=0,l=0;if(o[8048]|0||(J9(10896),tr(66,10896,U|0)|0,l=8048,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10896)|0)){s=10896,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));J9(10896)}return 10896}function xOe(s){return s=s|0,s|0}function bOe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=wT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(K9(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(kOe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function K9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function kOe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=QOe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,FOe(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,K9(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,TOe(s,d),ROe(d),C=k;return}}function QOe(s){return s=s|0,536870911}function FOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function TOe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function ROe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function J9(s){s=s|0,MOe(s)}function NOe(s){s=s|0,LOe(s+24|0)}function LOe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function MOe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,11,l,OOe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function OOe(){return 1852}function UOe(s,l){return s=s|0,l=l|0,HOe(n[(_Oe(s)|0)>>2]|0,l)|0}function _Oe(s){return s=s|0,(n[(wT()|0)+24>>2]|0)+(s<<3)|0}function HOe(s,l){s=s|0,l=l|0;var c=0,f=0;return c=C,C=C+16|0,f=c,Sg(f,l),l=xg(f,l)|0,l=oD(Ng[s&31](l)|0)|0,C=c,l|0}function jOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=IT()|0,s=qOe(c)|0,hn(m,l,d,s,GOe(c,f)|0,f)}function IT(){var s=0,l=0;if(o[8056]|0||(X9(10932),tr(67,10932,U|0)|0,l=8056,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10932)|0)){s=10932,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));X9(10932)}return 10932}function qOe(s){return s=s|0,s|0}function GOe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=IT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(z9(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(YOe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function z9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function YOe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=WOe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,VOe(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,z9(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,KOe(s,d),JOe(d),C=k;return}}function WOe(s){return s=s|0,536870911}function VOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function KOe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function JOe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function X9(s){s=s|0,ZOe(s)}function zOe(s){s=s|0,XOe(s+24|0)}function XOe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function ZOe(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,7,l,$Oe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function $Oe(){return 1860}function e4e(s,l,c){return s=s|0,l=l|0,c=c|0,r4e(n[(t4e(s)|0)>>2]|0,l,c)|0}function t4e(s){return s=s|0,(n[(IT()|0)+24>>2]|0)+(s<<3)|0}function r4e(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0;return f=C,C=C+32|0,B=f+12|0,m=f+8|0,k=f,Q=f+16|0,d=f+4|0,n4e(Q,l),i4e(k,Q,l),vp(d,c),c=Dp(d,c)|0,n[B>>2]=n[k>>2],_w[s&15](m,B,c),c=s4e(m)|0,qA(m),Pp(d),C=f,c|0}function n4e(s,l){s=s|0,l=l|0}function i4e(s,l,c){s=s|0,l=l|0,c=c|0,o4e(s,c)}function s4e(s){return s=s|0,da(s)|0}function o4e(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;d=C,C=C+16|0,c=d,f=l,f&1?(a4e(c,0),ii(f|0,c|0)|0,l4e(s,c),c4e(c)):n[s>>2]=n[l>>2],C=d}function a4e(s,l){s=s|0,l=l|0,e5(s,l),n[s+4>>2]=0,o[s+8>>0]=0}function l4e(s,l){s=s|0,l=l|0,n[s>>2]=n[l+4>>2]}function c4e(s){s=s|0,o[s+8>>0]=0}function u4e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=BT()|0,s=A4e(c)|0,hn(m,l,d,s,f4e(c,f)|0,f)}function BT(){var s=0,l=0;if(o[8064]|0||($9(10968),tr(68,10968,U|0)|0,l=8064,n[l>>2]=1,n[l+4>>2]=0),!(Rr(10968)|0)){s=10968,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));$9(10968)}return 10968}function A4e(s){return s=s|0,s|0}function f4e(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=BT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(Z9(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(p4e(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function Z9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function p4e(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=h4e(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,g4e(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,Z9(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,d4e(s,d),m4e(d),C=k;return}}function h4e(s){return s=s|0,536870911}function g4e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function d4e(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function m4e(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function $9(s){s=s|0,C4e(s)}function y4e(s){s=s|0,E4e(s+24|0)}function E4e(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function C4e(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,1,l,w4e()|0,5),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function w4e(){return 1872}function I4e(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,v4e(n[(B4e(s)|0)>>2]|0,l,c,f,d,m)}function B4e(s){return s=s|0,(n[(BT()|0)+24>>2]|0)+(s<<3)|0}function v4e(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0,Q=0,O=0,M=0,q=0;B=C,C=C+32|0,k=B+16|0,Q=B+12|0,O=B+8|0,M=B+4|0,q=B,vp(k,l),l=Dp(k,l)|0,vp(Q,c),c=Dp(Q,c)|0,vp(O,f),f=Dp(O,f)|0,vp(M,d),d=Dp(M,d)|0,vp(q,m),m=Dp(q,m)|0,w7[s&1](l,c,f,d,m),Pp(q),Pp(M),Pp(O),Pp(Q),Pp(k),C=B}function D4e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=vT()|0,s=P4e(c)|0,hn(m,l,d,s,S4e(c,f)|0,f)}function vT(){var s=0,l=0;if(o[8072]|0||(t7(11004),tr(69,11004,U|0)|0,l=8072,n[l>>2]=1,n[l+4>>2]=0),!(Rr(11004)|0)){s=11004,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));t7(11004)}return 11004}function P4e(s){return s=s|0,s|0}function S4e(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=vT()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(e7(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(x4e(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function e7(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function x4e(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=b4e(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,M=(n[s+8>>2]|0)-Q|0,O=M>>2,k4e(d,M>>3>>>0>>1>>>0?O>>>0>>0?B:O:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,e7(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,Q4e(s,d),F4e(d),C=k;return}}function b4e(s){return s=s|0,536870911}function k4e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Tt();else{d=Vt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function Q4e(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function F4e(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function t7(s){s=s|0,N4e(s)}function T4e(s){s=s|0,R4e(s+24|0)}function R4e(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function N4e(s){s=s|0;var l=0;l=Vr()|0,Kr(s,1,12,l,L4e()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function L4e(){return 1896}function M4e(s,l,c){s=s|0,l=l|0,c=c|0,U4e(n[(O4e(s)|0)>>2]|0,l,c)}function O4e(s){return s=s|0,(n[(vT()|0)+24>>2]|0)+(s<<3)|0}function U4e(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;f=C,C=C+16|0,m=f+4|0,d=f,_4e(m,l),l=H4e(m,l)|0,vp(d,c),c=Dp(d,c)|0,tf[s&31](l,c),Pp(d),C=f}function _4e(s,l){s=s|0,l=l|0}function H4e(s,l){return s=s|0,l=l|0,j4e(l)|0}function j4e(s){return s=s|0,s|0}function q4e(){var s=0;return o[8080]|0||(r7(11040),tr(70,11040,U|0)|0,s=8080,n[s>>2]=1,n[s+4>>2]=0),Rr(11040)|0||r7(11040),11040}function r7(s){s=s|0,W4e(s),kg(s,71)}function G4e(s){s=s|0,Y4e(s+24|0)}function Y4e(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function W4e(s){s=s|0;var l=0;l=Vr()|0,Kr(s,5,7,l,z4e()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function V4e(s){s=s|0,K4e(s)}function K4e(s){s=s|0,J4e(s)}function J4e(s){s=s|0,o[s+8>>0]=1}function z4e(){return 1936}function X4e(){return Z4e()|0}function Z4e(){var s=0,l=0,c=0,f=0,d=0,m=0,B=0;return l=C,C=C+16|0,d=l+4|0,B=l,c=Wa(8)|0,s=c,m=s+4|0,n[m>>2]=Vt(1)|0,f=Vt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],$4e(f,m,d),n[c>>2]=f,C=l,s|0}function $4e(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,c=Vt(16)|0,n[c+4>>2]=0,n[c+8>>2]=0,n[c>>2]=1916,n[c+12>>2]=l,n[s+4>>2]=c}function eUe(s){s=s|0,Jm(s),gt(s)}function tUe(s){s=s|0,s=n[s+12>>2]|0,s|0&>(s)}function rUe(s){s=s|0,gt(s)}function nUe(){var s=0;return o[8088]|0||(uUe(11076),tr(25,11076,U|0)|0,s=8088,n[s>>2]=1,n[s+4>>2]=0),11076}function iUe(s,l){s=s|0,l=l|0,n[s>>2]=sUe()|0,n[s+4>>2]=oUe()|0,n[s+12>>2]=l,n[s+8>>2]=aUe()|0,n[s+32>>2]=10}function sUe(){return 11745}function oUe(){return 1940}function aUe(){return aD()|0}function lUe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(Sp(f,896)|0)==512?c|0&&(cUe(c),gt(c)):l|0&>(l)}function cUe(s){s=s|0,s=n[s+4>>2]|0,s|0&&bp(s)}function uUe(s){s=s|0,Bp(s)}function xc(s,l){s=s|0,l=l|0,n[s>>2]=l}function DT(s){return s=s|0,n[s>>2]|0}function AUe(s){return s=s|0,o[n[s>>2]>>0]|0}function fUe(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,n[f>>2]=n[s>>2],pUe(l,f)|0,C=c}function pUe(s,l){s=s|0,l=l|0;var c=0;return c=hUe(n[s>>2]|0,l)|0,l=s+4|0,n[(n[l>>2]|0)+8>>2]=c,n[(n[l>>2]|0)+8>>2]|0}function hUe(s,l){s=s|0,l=l|0;var c=0,f=0;return c=C,C=C+16|0,f=c,Va(f),s=da(s)|0,l=gUe(s,n[l>>2]|0)|0,Ka(f),C=c,l|0}function Va(s){s=s|0,n[s>>2]=n[2701],n[s+4>>2]=n[2703]}function gUe(s,l){s=s|0,l=l|0;var c=0;return c=Pl(dUe()|0)|0,Qn(0,c|0,s|0,yT(l)|0)|0}function Ka(s){s=s|0,Y9(n[s>>2]|0,n[s+4>>2]|0)}function dUe(){var s=0;return o[8096]|0||(mUe(11120),s=8096,n[s>>2]=1,n[s+4>>2]=0),11120}function mUe(s){s=s|0,Sl(s,yUe()|0,1)}function yUe(){return 1948}function EUe(){CUe()}function CUe(){var s=0,l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0,Oe=0,Fe=0;if(Oe=C,C=C+16|0,M=Oe+4|0,q=Oe,Ni(65536,10804,n[2702]|0,10812),c=P9()|0,l=n[c>>2]|0,s=n[l>>2]|0,s|0)for(f=n[c+8>>2]|0,c=n[c+4>>2]|0;uc(s|0,u[c>>0]|0|0,o[f>>0]|0),l=l+4|0,s=n[l>>2]|0,s;)f=f+1|0,c=c+1|0;if(s=S9()|0,l=n[s>>2]|0,l|0)do uu(l|0,n[s+4>>2]|0),s=s+8|0,l=n[s>>2]|0;while((l|0)!=0);uu(wUe()|0,5167),O=Gm()|0,s=n[O>>2]|0;e:do if(s|0){do IUe(n[s+4>>2]|0),s=n[s>>2]|0;while((s|0)!=0);if(s=n[O>>2]|0,s|0){Q=O;do{for(;d=s,s=n[s>>2]|0,d=n[d+4>>2]|0,!!(BUe(d)|0);)if(n[q>>2]=Q,n[M>>2]=n[q>>2],vUe(O,M)|0,!s)break e;if(DUe(d),Q=n[Q>>2]|0,l=n7(d)|0,m=Hi()|0,B=C,C=C+((1*(l<<2)|0)+15&-16)|0,k=C,C=C+((1*(l<<2)|0)+15&-16)|0,l=n[(U9(d)|0)>>2]|0,l|0)for(c=B,f=k;n[c>>2]=n[(Ym(n[l+4>>2]|0)|0)>>2],n[f>>2]=n[l+8>>2],l=n[l>>2]|0,l;)c=c+4|0,f=f+4|0;Fe=Ym(d)|0,l=PUe(d)|0,c=n7(d)|0,f=SUe(d)|0,Au(Fe|0,l|0,B|0,k|0,c|0,f|0,fT(d)|0),_i(m|0)}while((s|0)!=0)}}while(0);if(s=n[(pT()|0)>>2]|0,s|0)do Fe=s+4|0,O=hT(Fe)|0,d=Lw(O)|0,m=Rw(O)|0,B=(Nw(O)|0)+1|0,k=fD(O)|0,Q=i7(Fe)|0,O=Rr(O)|0,M=cD(Fe)|0,q=PT(Fe)|0,El(0,d|0,m|0,B|0,k|0,Q|0,O|0,M|0,q|0,ST(Fe)|0),s=n[s>>2]|0;while((s|0)!=0);s=n[(Gm()|0)>>2]|0;e:do if(s|0){t:for(;;){if(l=n[s+4>>2]|0,l|0&&(se=n[(Ym(l)|0)>>2]|0,Ge=n[(_9(l)|0)>>2]|0,Ge|0)){c=Ge;do{l=c+4|0,f=hT(l)|0;r:do if(f|0)switch(Rr(f)|0){case 0:break t;case 4:case 3:case 2:{k=Lw(f)|0,Q=Rw(f)|0,O=(Nw(f)|0)+1|0,M=fD(f)|0,q=Rr(f)|0,Fe=cD(l)|0,El(se|0,k|0,Q|0,O|0,M|0,0,q|0,Fe|0,PT(l)|0,ST(l)|0);break r}case 1:{B=Lw(f)|0,k=Rw(f)|0,Q=(Nw(f)|0)+1|0,O=fD(f)|0,M=i7(l)|0,q=Rr(f)|0,Fe=cD(l)|0,El(se|0,B|0,k|0,Q|0,O|0,M|0,q|0,Fe|0,PT(l)|0,ST(l)|0);break r}case 5:{O=Lw(f)|0,M=Rw(f)|0,q=(Nw(f)|0)+1|0,Fe=fD(f)|0,El(se|0,O|0,M|0,q|0,Fe|0,xUe(f)|0,Rr(f)|0,0,0,0);break r}default:break r}while(0);c=n[c>>2]|0}while((c|0)!=0)}if(s=n[s>>2]|0,!s)break e}Tt()}while(0);Ce(),C=Oe}function wUe(){return 11703}function IUe(s){s=s|0,o[s+40>>0]=0}function BUe(s){return s=s|0,(o[s+40>>0]|0)!=0|0}function vUe(s,l){return s=s|0,l=l|0,l=bUe(l)|0,s=n[l>>2]|0,n[l>>2]=n[s>>2],gt(s),n[l>>2]|0}function DUe(s){s=s|0,o[s+40>>0]=1}function n7(s){return s=s|0,n[s+20>>2]|0}function PUe(s){return s=s|0,n[s+8>>2]|0}function SUe(s){return s=s|0,n[s+32>>2]|0}function fD(s){return s=s|0,n[s+4>>2]|0}function i7(s){return s=s|0,n[s+4>>2]|0}function PT(s){return s=s|0,n[s+8>>2]|0}function ST(s){return s=s|0,n[s+16>>2]|0}function xUe(s){return s=s|0,n[s+20>>2]|0}function bUe(s){return s=s|0,n[s>>2]|0}function pD(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0,Oe=0,Fe=0,et=0,Xe=0,at=0,Ue=0,qe=0,Lt=0;Lt=C,C=C+16|0,se=Lt;do if(s>>>0<245){if(O=s>>>0<11?16:s+11&-8,s=O>>>3,q=n[2783]|0,c=q>>>s,c&3|0)return l=(c&1^1)+s|0,s=11172+(l<<1<<2)|0,c=s+8|0,f=n[c>>2]|0,d=f+8|0,m=n[d>>2]|0,(s|0)==(m|0)?n[2783]=q&~(1<>2]=s,n[c>>2]=m),qe=l<<3,n[f+4>>2]=qe|3,qe=f+qe+4|0,n[qe>>2]=n[qe>>2]|1,qe=d,C=Lt,qe|0;if(M=n[2785]|0,O>>>0>M>>>0){if(c|0)return l=2<>>12&16,l=l>>>B,c=l>>>5&8,l=l>>>c,d=l>>>2&4,l=l>>>d,s=l>>>1&2,l=l>>>s,f=l>>>1&1,f=(c|B|d|s|f)+(l>>>f)|0,l=11172+(f<<1<<2)|0,s=l+8|0,d=n[s>>2]|0,B=d+8|0,c=n[B>>2]|0,(l|0)==(c|0)?(s=q&~(1<>2]=l,n[s>>2]=c,s=q),m=(f<<3)-O|0,n[d+4>>2]=O|3,f=d+O|0,n[f+4>>2]=m|1,n[f+m>>2]=m,M|0&&(d=n[2788]|0,l=M>>>3,c=11172+(l<<1<<2)|0,l=1<>2]|0):(n[2783]=s|l,l=c,s=c+8|0),n[s>>2]=d,n[l+12>>2]=d,n[d+8>>2]=l,n[d+12>>2]=c),n[2785]=m,n[2788]=f,qe=B,C=Lt,qe|0;if(k=n[2784]|0,k){if(c=(k&0-k)+-1|0,B=c>>>12&16,c=c>>>B,m=c>>>5&8,c=c>>>m,Q=c>>>2&4,c=c>>>Q,f=c>>>1&2,c=c>>>f,s=c>>>1&1,s=n[11436+((m|B|Q|f|s)+(c>>>s)<<2)>>2]|0,c=(n[s+4>>2]&-8)-O|0,f=n[s+16+(((n[s+16>>2]|0)==0&1)<<2)>>2]|0,!f)Q=s,m=c;else{do B=(n[f+4>>2]&-8)-O|0,Q=B>>>0>>0,c=Q?B:c,s=Q?f:s,f=n[f+16+(((n[f+16>>2]|0)==0&1)<<2)>>2]|0;while((f|0)!=0);Q=s,m=c}if(B=Q+O|0,Q>>>0>>0){d=n[Q+24>>2]|0,l=n[Q+12>>2]|0;do if((l|0)==(Q|0)){if(s=Q+20|0,l=n[s>>2]|0,!l&&(s=Q+16|0,l=n[s>>2]|0,!l)){c=0;break}for(;;){if(c=l+20|0,f=n[c>>2]|0,f|0){l=f,s=c;continue}if(c=l+16|0,f=n[c>>2]|0,f)l=f,s=c;else break}n[s>>2]=0,c=l}else c=n[Q+8>>2]|0,n[c+12>>2]=l,n[l+8>>2]=c,c=l;while(0);do if(d|0){if(l=n[Q+28>>2]|0,s=11436+(l<<2)|0,(Q|0)==(n[s>>2]|0)){if(n[s>>2]=c,!c){n[2784]=k&~(1<>2]|0)!=(Q|0)&1)<<2)>>2]=c,!c)break;n[c+24>>2]=d,l=n[Q+16>>2]|0,l|0&&(n[c+16>>2]=l,n[l+24>>2]=c),l=n[Q+20>>2]|0,l|0&&(n[c+20>>2]=l,n[l+24>>2]=c)}while(0);return m>>>0<16?(qe=m+O|0,n[Q+4>>2]=qe|3,qe=Q+qe+4|0,n[qe>>2]=n[qe>>2]|1):(n[Q+4>>2]=O|3,n[B+4>>2]=m|1,n[B+m>>2]=m,M|0&&(f=n[2788]|0,l=M>>>3,c=11172+(l<<1<<2)|0,l=1<>2]|0):(n[2783]=q|l,l=c,s=c+8|0),n[s>>2]=f,n[l+12>>2]=f,n[f+8>>2]=l,n[f+12>>2]=c),n[2785]=m,n[2788]=B),qe=Q+8|0,C=Lt,qe|0}else q=O}else q=O}else q=O}else if(s>>>0<=4294967231)if(s=s+11|0,O=s&-8,Q=n[2784]|0,Q){f=0-O|0,s=s>>>8,s?O>>>0>16777215?k=31:(q=(s+1048320|0)>>>16&8,Ue=s<>>16&4,Ue=Ue<>>16&2,k=14-(M|q|k)+(Ue<>>15)|0,k=O>>>(k+7|0)&1|k<<1):k=0,c=n[11436+(k<<2)>>2]|0;e:do if(!c)c=0,s=0,Ue=57;else for(s=0,B=O<<((k|0)==31?0:25-(k>>>1)|0),m=0;;){if(d=(n[c+4>>2]&-8)-O|0,d>>>0>>0)if(d)s=c,f=d;else{s=c,f=0,d=c,Ue=61;break e}if(d=n[c+20>>2]|0,c=n[c+16+(B>>>31<<2)>>2]|0,m=(d|0)==0|(d|0)==(c|0)?m:d,d=(c|0)==0,d){c=m,Ue=57;break}else B=B<<((d^1)&1)}while(0);if((Ue|0)==57){if((c|0)==0&(s|0)==0){if(s=2<>>12&16,q=q>>>B,m=q>>>5&8,q=q>>>m,k=q>>>2&4,q=q>>>k,M=q>>>1&2,q=q>>>M,c=q>>>1&1,s=0,c=n[11436+((m|B|k|M|c)+(q>>>c)<<2)>>2]|0}c?(d=c,Ue=61):(k=s,B=f)}if((Ue|0)==61)for(;;)if(Ue=0,c=(n[d+4>>2]&-8)-O|0,q=c>>>0>>0,c=q?c:f,s=q?d:s,d=n[d+16+(((n[d+16>>2]|0)==0&1)<<2)>>2]|0,d)f=c,Ue=61;else{k=s,B=c;break}if((k|0)!=0&&B>>>0<((n[2785]|0)-O|0)>>>0){if(m=k+O|0,k>>>0>=m>>>0)return qe=0,C=Lt,qe|0;d=n[k+24>>2]|0,l=n[k+12>>2]|0;do if((l|0)==(k|0)){if(s=k+20|0,l=n[s>>2]|0,!l&&(s=k+16|0,l=n[s>>2]|0,!l)){l=0;break}for(;;){if(c=l+20|0,f=n[c>>2]|0,f|0){l=f,s=c;continue}if(c=l+16|0,f=n[c>>2]|0,f)l=f,s=c;else break}n[s>>2]=0}else qe=n[k+8>>2]|0,n[qe+12>>2]=l,n[l+8>>2]=qe;while(0);do if(d){if(s=n[k+28>>2]|0,c=11436+(s<<2)|0,(k|0)==(n[c>>2]|0)){if(n[c>>2]=l,!l){f=Q&~(1<>2]|0)!=(k|0)&1)<<2)>>2]=l,!l){f=Q;break}n[l+24>>2]=d,s=n[k+16>>2]|0,s|0&&(n[l+16>>2]=s,n[s+24>>2]=l),s=n[k+20>>2]|0,s&&(n[l+20>>2]=s,n[s+24>>2]=l),f=Q}else f=Q;while(0);do if(B>>>0>=16){if(n[k+4>>2]=O|3,n[m+4>>2]=B|1,n[m+B>>2]=B,l=B>>>3,B>>>0<256){c=11172+(l<<1<<2)|0,s=n[2783]|0,l=1<>2]|0):(n[2783]=s|l,l=c,s=c+8|0),n[s>>2]=m,n[l+12>>2]=m,n[m+8>>2]=l,n[m+12>>2]=c;break}if(l=B>>>8,l?B>>>0>16777215?l=31:(Ue=(l+1048320|0)>>>16&8,qe=l<>>16&4,qe=qe<>>16&2,l=14-(at|Ue|l)+(qe<>>15)|0,l=B>>>(l+7|0)&1|l<<1):l=0,c=11436+(l<<2)|0,n[m+28>>2]=l,s=m+16|0,n[s+4>>2]=0,n[s>>2]=0,s=1<>2]=m,n[m+24>>2]=c,n[m+12>>2]=m,n[m+8>>2]=m;break}for(s=B<<((l|0)==31?0:25-(l>>>1)|0),c=n[c>>2]|0;;){if((n[c+4>>2]&-8|0)==(B|0)){Ue=97;break}if(f=c+16+(s>>>31<<2)|0,l=n[f>>2]|0,l)s=s<<1,c=l;else{Ue=96;break}}if((Ue|0)==96){n[f>>2]=m,n[m+24>>2]=c,n[m+12>>2]=m,n[m+8>>2]=m;break}else if((Ue|0)==97){Ue=c+8|0,qe=n[Ue>>2]|0,n[qe+12>>2]=m,n[Ue>>2]=m,n[m+8>>2]=qe,n[m+12>>2]=c,n[m+24>>2]=0;break}}else qe=B+O|0,n[k+4>>2]=qe|3,qe=k+qe+4|0,n[qe>>2]=n[qe>>2]|1;while(0);return qe=k+8|0,C=Lt,qe|0}else q=O}else q=O;else q=-1;while(0);if(c=n[2785]|0,c>>>0>=q>>>0)return l=c-q|0,s=n[2788]|0,l>>>0>15?(qe=s+q|0,n[2788]=qe,n[2785]=l,n[qe+4>>2]=l|1,n[qe+l>>2]=l,n[s+4>>2]=q|3):(n[2785]=0,n[2788]=0,n[s+4>>2]=c|3,qe=s+c+4|0,n[qe>>2]=n[qe>>2]|1),qe=s+8|0,C=Lt,qe|0;if(B=n[2786]|0,B>>>0>q>>>0)return at=B-q|0,n[2786]=at,qe=n[2789]|0,Ue=qe+q|0,n[2789]=Ue,n[Ue+4>>2]=at|1,n[qe+4>>2]=q|3,qe=qe+8|0,C=Lt,qe|0;if(n[2901]|0?s=n[2903]|0:(n[2903]=4096,n[2902]=4096,n[2904]=-1,n[2905]=-1,n[2906]=0,n[2894]=0,s=se&-16^1431655768,n[se>>2]=s,n[2901]=s,s=4096),k=q+48|0,Q=q+47|0,m=s+Q|0,d=0-s|0,O=m&d,O>>>0<=q>>>0||(s=n[2893]|0,s|0&&(M=n[2891]|0,se=M+O|0,se>>>0<=M>>>0|se>>>0>s>>>0)))return qe=0,C=Lt,qe|0;e:do if(n[2894]&4)l=0,Ue=133;else{c=n[2789]|0;t:do if(c){for(f=11580;s=n[f>>2]|0,!(s>>>0<=c>>>0&&(Fe=f+4|0,(s+(n[Fe>>2]|0)|0)>>>0>c>>>0));)if(s=n[f+8>>2]|0,s)f=s;else{Ue=118;break t}if(l=m-B&d,l>>>0<2147483647)if(s=kp(l|0)|0,(s|0)==((n[f>>2]|0)+(n[Fe>>2]|0)|0)){if((s|0)!=-1){B=l,m=s,Ue=135;break e}}else f=s,Ue=126;else l=0}else Ue=118;while(0);do if((Ue|0)==118)if(c=kp(0)|0,(c|0)!=-1&&(l=c,Ge=n[2902]|0,Oe=Ge+-1|0,l=((Oe&l|0)==0?0:(Oe+l&0-Ge)-l|0)+O|0,Ge=n[2891]|0,Oe=l+Ge|0,l>>>0>q>>>0&l>>>0<2147483647)){if(Fe=n[2893]|0,Fe|0&&Oe>>>0<=Ge>>>0|Oe>>>0>Fe>>>0){l=0;break}if(s=kp(l|0)|0,(s|0)==(c|0)){B=l,m=c,Ue=135;break e}else f=s,Ue=126}else l=0;while(0);do if((Ue|0)==126){if(c=0-l|0,!(k>>>0>l>>>0&(l>>>0<2147483647&(f|0)!=-1)))if((f|0)==-1){l=0;break}else{B=l,m=f,Ue=135;break e}if(s=n[2903]|0,s=Q-l+s&0-s,s>>>0>=2147483647){B=l,m=f,Ue=135;break e}if((kp(s|0)|0)==-1){kp(c|0)|0,l=0;break}else{B=s+l|0,m=f,Ue=135;break e}}while(0);n[2894]=n[2894]|4,Ue=133}while(0);if((Ue|0)==133&&O>>>0<2147483647&&(at=kp(O|0)|0,Fe=kp(0)|0,et=Fe-at|0,Xe=et>>>0>(q+40|0)>>>0,!((at|0)==-1|Xe^1|at>>>0>>0&((at|0)!=-1&(Fe|0)!=-1)^1))&&(B=Xe?et:l,m=at,Ue=135),(Ue|0)==135){l=(n[2891]|0)+B|0,n[2891]=l,l>>>0>(n[2892]|0)>>>0&&(n[2892]=l),Q=n[2789]|0;do if(Q){for(l=11580;;){if(s=n[l>>2]|0,c=l+4|0,f=n[c>>2]|0,(m|0)==(s+f|0)){Ue=145;break}if(d=n[l+8>>2]|0,d)l=d;else break}if((Ue|0)==145&&(n[l+12>>2]&8|0)==0&&Q>>>0>>0&Q>>>0>=s>>>0){n[c>>2]=f+B,qe=Q+8|0,qe=(qe&7|0)==0?0:0-qe&7,Ue=Q+qe|0,qe=(n[2786]|0)+(B-qe)|0,n[2789]=Ue,n[2786]=qe,n[Ue+4>>2]=qe|1,n[Ue+qe+4>>2]=40,n[2790]=n[2905];break}for(m>>>0<(n[2787]|0)>>>0&&(n[2787]=m),c=m+B|0,l=11580;;){if((n[l>>2]|0)==(c|0)){Ue=153;break}if(s=n[l+8>>2]|0,s)l=s;else break}if((Ue|0)==153&&(n[l+12>>2]&8|0)==0){n[l>>2]=m,M=l+4|0,n[M>>2]=(n[M>>2]|0)+B,M=m+8|0,M=m+((M&7|0)==0?0:0-M&7)|0,l=c+8|0,l=c+((l&7|0)==0?0:0-l&7)|0,O=M+q|0,k=l-M-q|0,n[M+4>>2]=q|3;do if((l|0)!=(Q|0)){if((l|0)==(n[2788]|0)){qe=(n[2785]|0)+k|0,n[2785]=qe,n[2788]=O,n[O+4>>2]=qe|1,n[O+qe>>2]=qe;break}if(s=n[l+4>>2]|0,(s&3|0)==1){B=s&-8,f=s>>>3;e:do if(s>>>0<256)if(s=n[l+8>>2]|0,c=n[l+12>>2]|0,(c|0)==(s|0)){n[2783]=n[2783]&~(1<>2]=c,n[c+8>>2]=s;break}else{m=n[l+24>>2]|0,s=n[l+12>>2]|0;do if((s|0)==(l|0)){if(f=l+16|0,c=f+4|0,s=n[c>>2]|0,!s)if(s=n[f>>2]|0,s)c=f;else{s=0;break}for(;;){if(f=s+20|0,d=n[f>>2]|0,d|0){s=d,c=f;continue}if(f=s+16|0,d=n[f>>2]|0,d)s=d,c=f;else break}n[c>>2]=0}else qe=n[l+8>>2]|0,n[qe+12>>2]=s,n[s+8>>2]=qe;while(0);if(!m)break;c=n[l+28>>2]|0,f=11436+(c<<2)|0;do if((l|0)!=(n[f>>2]|0)){if(n[m+16+(((n[m+16>>2]|0)!=(l|0)&1)<<2)>>2]=s,!s)break e}else{if(n[f>>2]=s,s|0)break;n[2784]=n[2784]&~(1<>2]=m,c=l+16|0,f=n[c>>2]|0,f|0&&(n[s+16>>2]=f,n[f+24>>2]=s),c=n[c+4>>2]|0,!c)break;n[s+20>>2]=c,n[c+24>>2]=s}while(0);l=l+B|0,d=B+k|0}else d=k;if(l=l+4|0,n[l>>2]=n[l>>2]&-2,n[O+4>>2]=d|1,n[O+d>>2]=d,l=d>>>3,d>>>0<256){c=11172+(l<<1<<2)|0,s=n[2783]|0,l=1<>2]|0):(n[2783]=s|l,l=c,s=c+8|0),n[s>>2]=O,n[l+12>>2]=O,n[O+8>>2]=l,n[O+12>>2]=c;break}l=d>>>8;do if(!l)l=0;else{if(d>>>0>16777215){l=31;break}Ue=(l+1048320|0)>>>16&8,qe=l<>>16&4,qe=qe<>>16&2,l=14-(at|Ue|l)+(qe<>>15)|0,l=d>>>(l+7|0)&1|l<<1}while(0);if(f=11436+(l<<2)|0,n[O+28>>2]=l,s=O+16|0,n[s+4>>2]=0,n[s>>2]=0,s=n[2784]|0,c=1<>2]=O,n[O+24>>2]=f,n[O+12>>2]=O,n[O+8>>2]=O;break}for(s=d<<((l|0)==31?0:25-(l>>>1)|0),c=n[f>>2]|0;;){if((n[c+4>>2]&-8|0)==(d|0)){Ue=194;break}if(f=c+16+(s>>>31<<2)|0,l=n[f>>2]|0,l)s=s<<1,c=l;else{Ue=193;break}}if((Ue|0)==193){n[f>>2]=O,n[O+24>>2]=c,n[O+12>>2]=O,n[O+8>>2]=O;break}else if((Ue|0)==194){Ue=c+8|0,qe=n[Ue>>2]|0,n[qe+12>>2]=O,n[Ue>>2]=O,n[O+8>>2]=qe,n[O+12>>2]=c,n[O+24>>2]=0;break}}else qe=(n[2786]|0)+k|0,n[2786]=qe,n[2789]=O,n[O+4>>2]=qe|1;while(0);return qe=M+8|0,C=Lt,qe|0}for(l=11580;s=n[l>>2]|0,!(s>>>0<=Q>>>0&&(qe=s+(n[l+4>>2]|0)|0,qe>>>0>Q>>>0));)l=n[l+8>>2]|0;d=qe+-47|0,s=d+8|0,s=d+((s&7|0)==0?0:0-s&7)|0,d=Q+16|0,s=s>>>0>>0?Q:s,l=s+8|0,c=m+8|0,c=(c&7|0)==0?0:0-c&7,Ue=m+c|0,c=B+-40-c|0,n[2789]=Ue,n[2786]=c,n[Ue+4>>2]=c|1,n[Ue+c+4>>2]=40,n[2790]=n[2905],c=s+4|0,n[c>>2]=27,n[l>>2]=n[2895],n[l+4>>2]=n[2896],n[l+8>>2]=n[2897],n[l+12>>2]=n[2898],n[2895]=m,n[2896]=B,n[2898]=0,n[2897]=l,l=s+24|0;do Ue=l,l=l+4|0,n[l>>2]=7;while((Ue+8|0)>>>0>>0);if((s|0)!=(Q|0)){if(m=s-Q|0,n[c>>2]=n[c>>2]&-2,n[Q+4>>2]=m|1,n[s>>2]=m,l=m>>>3,m>>>0<256){c=11172+(l<<1<<2)|0,s=n[2783]|0,l=1<>2]|0):(n[2783]=s|l,l=c,s=c+8|0),n[s>>2]=Q,n[l+12>>2]=Q,n[Q+8>>2]=l,n[Q+12>>2]=c;break}if(l=m>>>8,l?m>>>0>16777215?c=31:(Ue=(l+1048320|0)>>>16&8,qe=l<>>16&4,qe=qe<>>16&2,c=14-(at|Ue|c)+(qe<>>15)|0,c=m>>>(c+7|0)&1|c<<1):c=0,f=11436+(c<<2)|0,n[Q+28>>2]=c,n[Q+20>>2]=0,n[d>>2]=0,l=n[2784]|0,s=1<>2]=Q,n[Q+24>>2]=f,n[Q+12>>2]=Q,n[Q+8>>2]=Q;break}for(s=m<<((c|0)==31?0:25-(c>>>1)|0),c=n[f>>2]|0;;){if((n[c+4>>2]&-8|0)==(m|0)){Ue=216;break}if(f=c+16+(s>>>31<<2)|0,l=n[f>>2]|0,l)s=s<<1,c=l;else{Ue=215;break}}if((Ue|0)==215){n[f>>2]=Q,n[Q+24>>2]=c,n[Q+12>>2]=Q,n[Q+8>>2]=Q;break}else if((Ue|0)==216){Ue=c+8|0,qe=n[Ue>>2]|0,n[qe+12>>2]=Q,n[Ue>>2]=Q,n[Q+8>>2]=qe,n[Q+12>>2]=c,n[Q+24>>2]=0;break}}}else{qe=n[2787]|0,(qe|0)==0|m>>>0>>0&&(n[2787]=m),n[2895]=m,n[2896]=B,n[2898]=0,n[2792]=n[2901],n[2791]=-1,l=0;do qe=11172+(l<<1<<2)|0,n[qe+12>>2]=qe,n[qe+8>>2]=qe,l=l+1|0;while((l|0)!=32);qe=m+8|0,qe=(qe&7|0)==0?0:0-qe&7,Ue=m+qe|0,qe=B+-40-qe|0,n[2789]=Ue,n[2786]=qe,n[Ue+4>>2]=qe|1,n[Ue+qe+4>>2]=40,n[2790]=n[2905]}while(0);if(l=n[2786]|0,l>>>0>q>>>0)return at=l-q|0,n[2786]=at,qe=n[2789]|0,Ue=qe+q|0,n[2789]=Ue,n[Ue+4>>2]=at|1,n[qe+4>>2]=q|3,qe=qe+8|0,C=Lt,qe|0}return n[(Vm()|0)>>2]=12,qe=0,C=Lt,qe|0}function hD(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0;if(!!s){c=s+-8|0,d=n[2787]|0,s=n[s+-4>>2]|0,l=s&-8,Q=c+l|0;do if(s&1)k=c,B=c;else{if(f=n[c>>2]|0,!(s&3)||(B=c+(0-f)|0,m=f+l|0,B>>>0>>0))return;if((B|0)==(n[2788]|0)){if(s=Q+4|0,l=n[s>>2]|0,(l&3|0)!=3){k=B,l=m;break}n[2785]=m,n[s>>2]=l&-2,n[B+4>>2]=m|1,n[B+m>>2]=m;return}if(c=f>>>3,f>>>0<256)if(s=n[B+8>>2]|0,l=n[B+12>>2]|0,(l|0)==(s|0)){n[2783]=n[2783]&~(1<>2]=l,n[l+8>>2]=s,k=B,l=m;break}d=n[B+24>>2]|0,s=n[B+12>>2]|0;do if((s|0)==(B|0)){if(c=B+16|0,l=c+4|0,s=n[l>>2]|0,!s)if(s=n[c>>2]|0,s)l=c;else{s=0;break}for(;;){if(c=s+20|0,f=n[c>>2]|0,f|0){s=f,l=c;continue}if(c=s+16|0,f=n[c>>2]|0,f)s=f,l=c;else break}n[l>>2]=0}else k=n[B+8>>2]|0,n[k+12>>2]=s,n[s+8>>2]=k;while(0);if(d){if(l=n[B+28>>2]|0,c=11436+(l<<2)|0,(B|0)==(n[c>>2]|0)){if(n[c>>2]=s,!s){n[2784]=n[2784]&~(1<>2]|0)!=(B|0)&1)<<2)>>2]=s,!s){k=B,l=m;break}n[s+24>>2]=d,l=B+16|0,c=n[l>>2]|0,c|0&&(n[s+16>>2]=c,n[c+24>>2]=s),l=n[l+4>>2]|0,l?(n[s+20>>2]=l,n[l+24>>2]=s,k=B,l=m):(k=B,l=m)}else k=B,l=m}while(0);if(!(B>>>0>=Q>>>0)&&(s=Q+4|0,f=n[s>>2]|0,!!(f&1))){if(f&2)n[s>>2]=f&-2,n[k+4>>2]=l|1,n[B+l>>2]=l,d=l;else{if(s=n[2788]|0,(Q|0)==(n[2789]|0)){if(Q=(n[2786]|0)+l|0,n[2786]=Q,n[2789]=k,n[k+4>>2]=Q|1,(k|0)!=(s|0))return;n[2788]=0,n[2785]=0;return}if((Q|0)==(s|0)){Q=(n[2785]|0)+l|0,n[2785]=Q,n[2788]=B,n[k+4>>2]=Q|1,n[B+Q>>2]=Q;return}d=(f&-8)+l|0,c=f>>>3;do if(f>>>0<256)if(l=n[Q+8>>2]|0,s=n[Q+12>>2]|0,(s|0)==(l|0)){n[2783]=n[2783]&~(1<>2]=s,n[s+8>>2]=l;break}else{m=n[Q+24>>2]|0,s=n[Q+12>>2]|0;do if((s|0)==(Q|0)){if(c=Q+16|0,l=c+4|0,s=n[l>>2]|0,!s)if(s=n[c>>2]|0,s)l=c;else{c=0;break}for(;;){if(c=s+20|0,f=n[c>>2]|0,f|0){s=f,l=c;continue}if(c=s+16|0,f=n[c>>2]|0,f)s=f,l=c;else break}n[l>>2]=0,c=s}else c=n[Q+8>>2]|0,n[c+12>>2]=s,n[s+8>>2]=c,c=s;while(0);if(m|0){if(s=n[Q+28>>2]|0,l=11436+(s<<2)|0,(Q|0)==(n[l>>2]|0)){if(n[l>>2]=c,!c){n[2784]=n[2784]&~(1<>2]|0)!=(Q|0)&1)<<2)>>2]=c,!c)break;n[c+24>>2]=m,s=Q+16|0,l=n[s>>2]|0,l|0&&(n[c+16>>2]=l,n[l+24>>2]=c),s=n[s+4>>2]|0,s|0&&(n[c+20>>2]=s,n[s+24>>2]=c)}}while(0);if(n[k+4>>2]=d|1,n[B+d>>2]=d,(k|0)==(n[2788]|0)){n[2785]=d;return}}if(s=d>>>3,d>>>0<256){c=11172+(s<<1<<2)|0,l=n[2783]|0,s=1<>2]|0):(n[2783]=l|s,s=c,l=c+8|0),n[l>>2]=k,n[s+12>>2]=k,n[k+8>>2]=s,n[k+12>>2]=c;return}s=d>>>8,s?d>>>0>16777215?s=31:(B=(s+1048320|0)>>>16&8,Q=s<>>16&4,Q=Q<>>16&2,s=14-(m|B|s)+(Q<>>15)|0,s=d>>>(s+7|0)&1|s<<1):s=0,f=11436+(s<<2)|0,n[k+28>>2]=s,n[k+20>>2]=0,n[k+16>>2]=0,l=n[2784]|0,c=1<>>1)|0),c=n[f>>2]|0;;){if((n[c+4>>2]&-8|0)==(d|0)){s=73;break}if(f=c+16+(l>>>31<<2)|0,s=n[f>>2]|0,s)l=l<<1,c=s;else{s=72;break}}if((s|0)==72){n[f>>2]=k,n[k+24>>2]=c,n[k+12>>2]=k,n[k+8>>2]=k;break}else if((s|0)==73){B=c+8|0,Q=n[B>>2]|0,n[Q+12>>2]=k,n[B>>2]=k,n[k+8>>2]=Q,n[k+12>>2]=c,n[k+24>>2]=0;break}}else n[2784]=l|c,n[f>>2]=k,n[k+24>>2]=f,n[k+12>>2]=k,n[k+8>>2]=k;while(0);if(Q=(n[2791]|0)+-1|0,n[2791]=Q,!Q)s=11588;else return;for(;s=n[s>>2]|0,s;)s=s+8|0;n[2791]=-1}}}function kUe(){return 11628}function QUe(s){s=s|0;var l=0,c=0;return l=C,C=C+16|0,c=l,n[c>>2]=RUe(n[s+60>>2]|0)|0,s=gD(hc(6,c|0)|0)|0,C=l,s|0}function s7(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0;q=C,C=C+48|0,O=q+16|0,m=q,d=q+32|0,k=s+28|0,f=n[k>>2]|0,n[d>>2]=f,Q=s+20|0,f=(n[Q>>2]|0)-f|0,n[d+4>>2]=f,n[d+8>>2]=l,n[d+12>>2]=c,f=f+c|0,B=s+60|0,n[m>>2]=n[B>>2],n[m+4>>2]=d,n[m+8>>2]=2,m=gD(Li(146,m|0)|0)|0;e:do if((f|0)!=(m|0)){for(l=2;!((m|0)<0);)if(f=f-m|0,Ge=n[d+4>>2]|0,se=m>>>0>Ge>>>0,d=se?d+8|0:d,l=(se<<31>>31)+l|0,Ge=m-(se?Ge:0)|0,n[d>>2]=(n[d>>2]|0)+Ge,se=d+4|0,n[se>>2]=(n[se>>2]|0)-Ge,n[O>>2]=n[B>>2],n[O+4>>2]=d,n[O+8>>2]=l,m=gD(Li(146,O|0)|0)|0,(f|0)==(m|0)){M=3;break e}n[s+16>>2]=0,n[k>>2]=0,n[Q>>2]=0,n[s>>2]=n[s>>2]|32,(l|0)==2?c=0:c=c-(n[d+4>>2]|0)|0}else M=3;while(0);return(M|0)==3&&(Ge=n[s+44>>2]|0,n[s+16>>2]=Ge+(n[s+48>>2]|0),n[k>>2]=Ge,n[Q>>2]=Ge),C=q,c|0}function FUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;return d=C,C=C+32|0,m=d,f=d+20|0,n[m>>2]=n[s+60>>2],n[m+4>>2]=0,n[m+8>>2]=l,n[m+12>>2]=f,n[m+16>>2]=c,(gD(sa(140,m|0)|0)|0)<0?(n[f>>2]=-1,s=-1):s=n[f>>2]|0,C=d,s|0}function gD(s){return s=s|0,s>>>0>4294963200&&(n[(Vm()|0)>>2]=0-s,s=-1),s|0}function Vm(){return(TUe()|0)+64|0}function TUe(){return xT()|0}function xT(){return 2084}function RUe(s){return s=s|0,s|0}function NUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;return d=C,C=C+32|0,f=d,n[s+36>>2]=1,(n[s>>2]&64|0)==0&&(n[f>>2]=n[s+60>>2],n[f+4>>2]=21523,n[f+8>>2]=d+16,fu(54,f|0)|0)&&(o[s+75>>0]=-1),f=s7(s,l,c)|0,C=d,f|0}function o7(s,l){s=s|0,l=l|0;var c=0,f=0;if(c=o[s>>0]|0,f=o[l>>0]|0,c<<24>>24==0||c<<24>>24!=f<<24>>24)s=f;else{do s=s+1|0,l=l+1|0,c=o[s>>0]|0,f=o[l>>0]|0;while(!(c<<24>>24==0||c<<24>>24!=f<<24>>24));s=f}return(c&255)-(s&255)|0}function LUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;e:do if(!c)s=0;else{for(;f=o[s>>0]|0,d=o[l>>0]|0,f<<24>>24==d<<24>>24;)if(c=c+-1|0,c)s=s+1|0,l=l+1|0;else{s=0;break e}s=(f&255)-(d&255)|0}while(0);return s|0}function a7(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0,Oe=0,Fe=0;Fe=C,C=C+224|0,M=Fe+120|0,q=Fe+80|0,Ge=Fe,Oe=Fe+136|0,f=q,d=f+40|0;do n[f>>2]=0,f=f+4|0;while((f|0)<(d|0));return n[M>>2]=n[c>>2],(bT(0,l,M,Ge,q)|0)<0?c=-1:((n[s+76>>2]|0)>-1?se=MUe(s)|0:se=0,c=n[s>>2]|0,O=c&32,(o[s+74>>0]|0)<1&&(n[s>>2]=c&-33),f=s+48|0,n[f>>2]|0?c=bT(s,l,M,Ge,q)|0:(d=s+44|0,m=n[d>>2]|0,n[d>>2]=Oe,B=s+28|0,n[B>>2]=Oe,k=s+20|0,n[k>>2]=Oe,n[f>>2]=80,Q=s+16|0,n[Q>>2]=Oe+80,c=bT(s,l,M,Ge,q)|0,m&&(ED[n[s+36>>2]&7](s,0,0)|0,c=(n[k>>2]|0)==0?-1:c,n[d>>2]=m,n[f>>2]=0,n[Q>>2]=0,n[B>>2]=0,n[k>>2]=0)),f=n[s>>2]|0,n[s>>2]=f|O,se|0&&OUe(s),c=(f&32|0)==0?c:-1),C=Fe,c|0}function bT(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0,Oe=0,Fe=0,et=0,Xe=0,at=0,Ue=0,qe=0,Lt=0,Or=0,or=0,Xt=0,Pr=0,Nr=0,ir=0;ir=C,C=C+64|0,or=ir+16|0,Xt=ir,Lt=ir+24|0,Pr=ir+8|0,Nr=ir+20|0,n[or>>2]=l,at=(s|0)!=0,Ue=Lt+40|0,qe=Ue,Lt=Lt+39|0,Or=Pr+4|0,B=0,m=0,M=0;e:for(;;){do if((m|0)>-1)if((B|0)>(2147483647-m|0)){n[(Vm()|0)>>2]=75,m=-1;break}else{m=B+m|0;break}while(0);if(B=o[l>>0]|0,B<<24>>24)k=l;else{Xe=87;break}t:for(;;){switch(B<<24>>24){case 37:{B=k,Xe=9;break t}case 0:{B=k;break t}default:}et=k+1|0,n[or>>2]=et,B=o[et>>0]|0,k=et}t:do if((Xe|0)==9)for(;;){if(Xe=0,(o[k+1>>0]|0)!=37)break t;if(B=B+1|0,k=k+2|0,n[or>>2]=k,(o[k>>0]|0)==37)Xe=9;else break}while(0);if(B=B-l|0,at&&ss(s,l,B),B|0){l=k;continue}Q=k+1|0,B=(o[Q>>0]|0)+-48|0,B>>>0<10?(et=(o[k+2>>0]|0)==36,Fe=et?B:-1,M=et?1:M,Q=et?k+3|0:Q):Fe=-1,n[or>>2]=Q,B=o[Q>>0]|0,k=(B<<24>>24)+-32|0;t:do if(k>>>0<32)for(O=0,q=B;;){if(B=1<>2]=Q,B=o[Q>>0]|0,k=(B<<24>>24)+-32|0,k>>>0>=32)break;q=B}else O=0;while(0);if(B<<24>>24==42){if(k=Q+1|0,B=(o[k>>0]|0)+-48|0,B>>>0<10&&(o[Q+2>>0]|0)==36)n[d+(B<<2)>>2]=10,B=n[f+((o[k>>0]|0)+-48<<3)>>2]|0,M=1,Q=Q+3|0;else{if(M|0){m=-1;break}at?(M=(n[c>>2]|0)+(4-1)&~(4-1),B=n[M>>2]|0,n[c>>2]=M+4,M=0,Q=k):(B=0,M=0,Q=k)}n[or>>2]=Q,et=(B|0)<0,B=et?0-B|0:B,O=et?O|8192:O}else{if(B=l7(or)|0,(B|0)<0){m=-1;break}Q=n[or>>2]|0}do if((o[Q>>0]|0)==46){if((o[Q+1>>0]|0)!=42){n[or>>2]=Q+1,k=l7(or)|0,Q=n[or>>2]|0;break}if(q=Q+2|0,k=(o[q>>0]|0)+-48|0,k>>>0<10&&(o[Q+3>>0]|0)==36){n[d+(k<<2)>>2]=10,k=n[f+((o[q>>0]|0)+-48<<3)>>2]|0,Q=Q+4|0,n[or>>2]=Q;break}if(M|0){m=-1;break e}at?(et=(n[c>>2]|0)+(4-1)&~(4-1),k=n[et>>2]|0,n[c>>2]=et+4):k=0,n[or>>2]=q,Q=q}else k=-1;while(0);for(Oe=0;;){if(((o[Q>>0]|0)+-65|0)>>>0>57){m=-1;break e}if(et=Q+1|0,n[or>>2]=et,q=o[(o[Q>>0]|0)+-65+(5178+(Oe*58|0))>>0]|0,se=q&255,(se+-1|0)>>>0<8)Oe=se,Q=et;else break}if(!(q<<24>>24)){m=-1;break}Ge=(Fe|0)>-1;do if(q<<24>>24==19)if(Ge){m=-1;break e}else Xe=49;else{if(Ge){n[d+(Fe<<2)>>2]=se,Ge=f+(Fe<<3)|0,Fe=n[Ge+4>>2]|0,Xe=Xt,n[Xe>>2]=n[Ge>>2],n[Xe+4>>2]=Fe,Xe=49;break}if(!at){m=0;break e}c7(Xt,se,c)}while(0);if((Xe|0)==49&&(Xe=0,!at)){B=0,l=et;continue}Q=o[Q>>0]|0,Q=(Oe|0)!=0&(Q&15|0)==3?Q&-33:Q,Ge=O&-65537,Fe=(O&8192|0)==0?O:Ge;t:do switch(Q|0){case 110:switch((Oe&255)<<24>>24){case 0:{n[n[Xt>>2]>>2]=m,B=0,l=et;continue e}case 1:{n[n[Xt>>2]>>2]=m,B=0,l=et;continue e}case 2:{B=n[Xt>>2]|0,n[B>>2]=m,n[B+4>>2]=((m|0)<0)<<31>>31,B=0,l=et;continue e}case 3:{a[n[Xt>>2]>>1]=m,B=0,l=et;continue e}case 4:{o[n[Xt>>2]>>0]=m,B=0,l=et;continue e}case 6:{n[n[Xt>>2]>>2]=m,B=0,l=et;continue e}case 7:{B=n[Xt>>2]|0,n[B>>2]=m,n[B+4>>2]=((m|0)<0)<<31>>31,B=0,l=et;continue e}default:{B=0,l=et;continue e}}case 112:{Q=120,k=k>>>0>8?k:8,l=Fe|8,Xe=61;break}case 88:case 120:{l=Fe,Xe=61;break}case 111:{Q=Xt,l=n[Q>>2]|0,Q=n[Q+4>>2]|0,se=_Ue(l,Q,Ue)|0,Ge=qe-se|0,O=0,q=5642,k=(Fe&8|0)==0|(k|0)>(Ge|0)?k:Ge+1|0,Ge=Fe,Xe=67;break}case 105:case 100:if(Q=Xt,l=n[Q>>2]|0,Q=n[Q+4>>2]|0,(Q|0)<0){l=dD(0,0,l|0,Q|0)|0,Q=De,O=Xt,n[O>>2]=l,n[O+4>>2]=Q,O=1,q=5642,Xe=66;break t}else{O=(Fe&2049|0)!=0&1,q=(Fe&2048|0)==0?(Fe&1|0)==0?5642:5644:5643,Xe=66;break t}case 117:{Q=Xt,O=0,q=5642,l=n[Q>>2]|0,Q=n[Q+4>>2]|0,Xe=66;break}case 99:{o[Lt>>0]=n[Xt>>2],l=Lt,O=0,q=5642,se=Ue,Q=1,k=Ge;break}case 109:{Q=HUe(n[(Vm()|0)>>2]|0)|0,Xe=71;break}case 115:{Q=n[Xt>>2]|0,Q=Q|0?Q:5652,Xe=71;break}case 67:{n[Pr>>2]=n[Xt>>2],n[Or>>2]=0,n[Xt>>2]=Pr,se=-1,Q=Pr,Xe=75;break}case 83:{l=n[Xt>>2]|0,k?(se=k,Q=l,Xe=75):(Bs(s,32,B,0,Fe),l=0,Xe=84);break}case 65:case 71:case 70:case 69:case 97:case 103:case 102:case 101:{B=qUe(s,+E[Xt>>3],B,k,Fe,Q)|0,l=et;continue e}default:O=0,q=5642,se=Ue,Q=k,k=Fe}while(0);t:do if((Xe|0)==61)Fe=Xt,Oe=n[Fe>>2]|0,Fe=n[Fe+4>>2]|0,se=UUe(Oe,Fe,Ue,Q&32)|0,q=(l&8|0)==0|(Oe|0)==0&(Fe|0)==0,O=q?0:2,q=q?5642:5642+(Q>>4)|0,Ge=l,l=Oe,Q=Fe,Xe=67;else if((Xe|0)==66)se=Km(l,Q,Ue)|0,Ge=Fe,Xe=67;else if((Xe|0)==71)Xe=0,Fe=jUe(Q,0,k)|0,Oe=(Fe|0)==0,l=Q,O=0,q=5642,se=Oe?Q+k|0:Fe,Q=Oe?k:Fe-Q|0,k=Ge;else if((Xe|0)==75){for(Xe=0,q=Q,l=0,k=0;O=n[q>>2]|0,!(!O||(k=u7(Nr,O)|0,(k|0)<0|k>>>0>(se-l|0)>>>0));)if(l=k+l|0,se>>>0>l>>>0)q=q+4|0;else break;if((k|0)<0){m=-1;break e}if(Bs(s,32,B,l,Fe),!l)l=0,Xe=84;else for(O=0;;){if(k=n[Q>>2]|0,!k){Xe=84;break t}if(k=u7(Nr,k)|0,O=k+O|0,(O|0)>(l|0)){Xe=84;break t}if(ss(s,Nr,k),O>>>0>=l>>>0){Xe=84;break}else Q=Q+4|0}}while(0);if((Xe|0)==67)Xe=0,Q=(l|0)!=0|(Q|0)!=0,Fe=(k|0)!=0|Q,Q=((Q^1)&1)+(qe-se)|0,l=Fe?se:Ue,se=Ue,Q=Fe?(k|0)>(Q|0)?k:Q:k,k=(k|0)>-1?Ge&-65537:Ge;else if((Xe|0)==84){Xe=0,Bs(s,32,B,l,Fe^8192),B=(B|0)>(l|0)?B:l,l=et;continue}Oe=se-l|0,Ge=(Q|0)<(Oe|0)?Oe:Q,Fe=Ge+O|0,B=(B|0)<(Fe|0)?Fe:B,Bs(s,32,B,Fe,k),ss(s,q,O),Bs(s,48,B,Fe,k^65536),Bs(s,48,Ge,Oe,0),ss(s,l,Oe),Bs(s,32,B,Fe,k^8192),l=et}e:do if((Xe|0)==87&&!s)if(!M)m=0;else{for(m=1;l=n[d+(m<<2)>>2]|0,!!l;)if(c7(f+(m<<3)|0,l,c),m=m+1|0,(m|0)>=10){m=1;break e}for(;;){if(n[d+(m<<2)>>2]|0){m=-1;break e}if(m=m+1|0,(m|0)>=10){m=1;break}}}while(0);return C=ir,m|0}function MUe(s){return s=s|0,0}function OUe(s){s=s|0}function ss(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]&32||ZUe(l,c,s)|0}function l7(s){s=s|0;var l=0,c=0,f=0;if(c=n[s>>2]|0,f=(o[c>>0]|0)+-48|0,f>>>0<10){l=0;do l=f+(l*10|0)|0,c=c+1|0,n[s>>2]=c,f=(o[c>>0]|0)+-48|0;while(f>>>0<10)}else l=0;return l|0}function c7(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;e:do if(l>>>0<=20)do switch(l|0){case 9:{f=(n[c>>2]|0)+(4-1)&~(4-1),l=n[f>>2]|0,n[c>>2]=f+4,n[s>>2]=l;break e}case 10:{f=(n[c>>2]|0)+(4-1)&~(4-1),l=n[f>>2]|0,n[c>>2]=f+4,f=s,n[f>>2]=l,n[f+4>>2]=((l|0)<0)<<31>>31;break e}case 11:{f=(n[c>>2]|0)+(4-1)&~(4-1),l=n[f>>2]|0,n[c>>2]=f+4,f=s,n[f>>2]=l,n[f+4>>2]=0;break e}case 12:{f=(n[c>>2]|0)+(8-1)&~(8-1),l=f,d=n[l>>2]|0,l=n[l+4>>2]|0,n[c>>2]=f+8,f=s,n[f>>2]=d,n[f+4>>2]=l;break e}case 13:{d=(n[c>>2]|0)+(4-1)&~(4-1),f=n[d>>2]|0,n[c>>2]=d+4,f=(f&65535)<<16>>16,d=s,n[d>>2]=f,n[d+4>>2]=((f|0)<0)<<31>>31;break e}case 14:{d=(n[c>>2]|0)+(4-1)&~(4-1),f=n[d>>2]|0,n[c>>2]=d+4,d=s,n[d>>2]=f&65535,n[d+4>>2]=0;break e}case 15:{d=(n[c>>2]|0)+(4-1)&~(4-1),f=n[d>>2]|0,n[c>>2]=d+4,f=(f&255)<<24>>24,d=s,n[d>>2]=f,n[d+4>>2]=((f|0)<0)<<31>>31;break e}case 16:{d=(n[c>>2]|0)+(4-1)&~(4-1),f=n[d>>2]|0,n[c>>2]=d+4,d=s,n[d>>2]=f&255,n[d+4>>2]=0;break e}case 17:{d=(n[c>>2]|0)+(8-1)&~(8-1),m=+E[d>>3],n[c>>2]=d+8,E[s>>3]=m;break e}case 18:{d=(n[c>>2]|0)+(8-1)&~(8-1),m=+E[d>>3],n[c>>2]=d+8,E[s>>3]=m;break e}default:break e}while(0);while(0)}function UUe(s,l,c,f){if(s=s|0,l=l|0,c=c|0,f=f|0,!((s|0)==0&(l|0)==0))do c=c+-1|0,o[c>>0]=u[5694+(s&15)>>0]|0|f,s=mD(s|0,l|0,4)|0,l=De;while(!((s|0)==0&(l|0)==0));return c|0}function _Ue(s,l,c){if(s=s|0,l=l|0,c=c|0,!((s|0)==0&(l|0)==0))do c=c+-1|0,o[c>>0]=s&7|48,s=mD(s|0,l|0,3)|0,l=De;while(!((s|0)==0&(l|0)==0));return c|0}function Km(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;if(l>>>0>0|(l|0)==0&s>>>0>4294967295){for(;f=TT(s|0,l|0,10,0)|0,c=c+-1|0,o[c>>0]=f&255|48,f=s,s=FT(s|0,l|0,10,0)|0,l>>>0>9|(l|0)==9&f>>>0>4294967295;)l=De;l=s}else l=s;if(l)for(;c=c+-1|0,o[c>>0]=(l>>>0)%10|0|48,!(l>>>0<10);)l=(l>>>0)/10|0;return c|0}function HUe(s){return s=s|0,KUe(s,n[(VUe()|0)+188>>2]|0)|0}function jUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;m=l&255,f=(c|0)!=0;e:do if(f&(s&3|0)!=0)for(d=l&255;;){if((o[s>>0]|0)==d<<24>>24){B=6;break e}if(s=s+1|0,c=c+-1|0,f=(c|0)!=0,!(f&(s&3|0)!=0)){B=5;break}}else B=5;while(0);(B|0)==5&&(f?B=6:c=0);e:do if((B|0)==6&&(d=l&255,(o[s>>0]|0)!=d<<24>>24)){f=He(m,16843009)|0;t:do if(c>>>0>3){for(;m=n[s>>2]^f,!((m&-2139062144^-2139062144)&m+-16843009|0);)if(s=s+4|0,c=c+-4|0,c>>>0<=3){B=11;break t}}else B=11;while(0);if((B|0)==11&&!c){c=0;break}for(;;){if((o[s>>0]|0)==d<<24>>24)break e;if(s=s+1|0,c=c+-1|0,!c){c=0;break}}}while(0);return(c|0?s:0)|0}function Bs(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0;if(B=C,C=C+256|0,m=B,(c|0)>(f|0)&(d&73728|0)==0){if(d=c-f|0,zm(m|0,l|0,(d>>>0<256?d:256)|0)|0,d>>>0>255){l=c-f|0;do ss(s,m,256),d=d+-256|0;while(d>>>0>255);d=l&255}ss(s,m,d)}C=B}function u7(s,l){return s=s|0,l=l|0,s?s=YUe(s,l,0)|0:s=0,s|0}function qUe(s,l,c,f,d,m){s=s|0,l=+l,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0,Oe=0,Fe=0,et=0,Xe=0,at=0,Ue=0,qe=0,Lt=0,Or=0,or=0,Xt=0,Pr=0,Nr=0,ir=0,bn=0;bn=C,C=C+560|0,Q=bn+8|0,et=bn,ir=bn+524|0,Nr=ir,O=bn+512|0,n[et>>2]=0,Pr=O+12|0,A7(l)|0,(De|0)<0?(l=-l,or=1,Or=5659):(or=(d&2049|0)!=0&1,Or=(d&2048|0)==0?(d&1|0)==0?5660:5665:5662),A7(l)|0,Xt=De&2146435072;do if(Xt>>>0<2146435072|(Xt|0)==2146435072&0<0){if(Ge=+GUe(l,et)*2,B=Ge!=0,B&&(n[et>>2]=(n[et>>2]|0)+-1),at=m|32,(at|0)==97){Oe=m&32,se=(Oe|0)==0?Or:Or+9|0,q=or|2,B=12-f|0;do if(f>>>0>11|(B|0)==0)l=Ge;else{l=8;do B=B+-1|0,l=l*16;while((B|0)!=0);if((o[se>>0]|0)==45){l=-(l+(-Ge-l));break}else{l=Ge+l-l;break}}while(0);k=n[et>>2]|0,B=(k|0)<0?0-k|0:k,B=Km(B,((B|0)<0)<<31>>31,Pr)|0,(B|0)==(Pr|0)&&(B=O+11|0,o[B>>0]=48),o[B+-1>>0]=(k>>31&2)+43,M=B+-2|0,o[M>>0]=m+15,O=(f|0)<1,Q=(d&8|0)==0,B=ir;do Xt=~~l,k=B+1|0,o[B>>0]=u[5694+Xt>>0]|Oe,l=(l-+(Xt|0))*16,(k-Nr|0)==1&&!(Q&(O&l==0))?(o[k>>0]=46,B=B+2|0):B=k;while(l!=0);Xt=B-Nr|0,Nr=Pr-M|0,Pr=(f|0)!=0&(Xt+-2|0)<(f|0)?f+2|0:Xt,B=Nr+q+Pr|0,Bs(s,32,c,B,d),ss(s,se,q),Bs(s,48,c,B,d^65536),ss(s,ir,Xt),Bs(s,48,Pr-Xt|0,0,0),ss(s,M,Nr),Bs(s,32,c,B,d^8192);break}k=(f|0)<0?6:f,B?(B=(n[et>>2]|0)+-28|0,n[et>>2]=B,l=Ge*268435456):(l=Ge,B=n[et>>2]|0),Xt=(B|0)<0?Q:Q+288|0,Q=Xt;do qe=~~l>>>0,n[Q>>2]=qe,Q=Q+4|0,l=(l-+(qe>>>0))*1e9;while(l!=0);if((B|0)>0)for(O=Xt,q=Q;;){if(M=(B|0)<29?B:29,B=q+-4|0,B>>>0>=O>>>0){Q=0;do Ue=m7(n[B>>2]|0,0,M|0)|0,Ue=QT(Ue|0,De|0,Q|0,0)|0,qe=De,Xe=TT(Ue|0,qe|0,1e9,0)|0,n[B>>2]=Xe,Q=FT(Ue|0,qe|0,1e9,0)|0,B=B+-4|0;while(B>>>0>=O>>>0);Q&&(O=O+-4|0,n[O>>2]=Q)}for(Q=q;!(Q>>>0<=O>>>0);)if(B=Q+-4|0,!(n[B>>2]|0))Q=B;else break;if(B=(n[et>>2]|0)-M|0,n[et>>2]=B,(B|0)>0)q=Q;else break}else O=Xt;if((B|0)<0){f=((k+25|0)/9|0)+1|0,Fe=(at|0)==102;do{if(Oe=0-B|0,Oe=(Oe|0)<9?Oe:9,O>>>0>>0){M=(1<>>Oe,se=0,B=O;do qe=n[B>>2]|0,n[B>>2]=(qe>>>Oe)+se,se=He(qe&M,q)|0,B=B+4|0;while(B>>>0>>0);B=(n[O>>2]|0)==0?O+4|0:O,se?(n[Q>>2]=se,O=B,B=Q+4|0):(O=B,B=Q)}else O=(n[O>>2]|0)==0?O+4|0:O,B=Q;Q=Fe?Xt:O,Q=(B-Q>>2|0)>(f|0)?Q+(f<<2)|0:B,B=(n[et>>2]|0)+Oe|0,n[et>>2]=B}while((B|0)<0);B=O,f=Q}else B=O,f=Q;if(qe=Xt,B>>>0>>0){if(Q=(qe-B>>2)*9|0,M=n[B>>2]|0,M>>>0>=10){O=10;do O=O*10|0,Q=Q+1|0;while(M>>>0>=O>>>0)}}else Q=0;if(Fe=(at|0)==103,Xe=(k|0)!=0,O=k-((at|0)!=102?Q:0)+((Xe&Fe)<<31>>31)|0,(O|0)<(((f-qe>>2)*9|0)+-9|0)){if(O=O+9216|0,Oe=Xt+4+(((O|0)/9|0)+-1024<<2)|0,O=((O|0)%9|0)+1|0,(O|0)<9){M=10;do M=M*10|0,O=O+1|0;while((O|0)!=9)}else M=10;if(q=n[Oe>>2]|0,se=(q>>>0)%(M>>>0)|0,O=(Oe+4|0)==(f|0),O&(se|0)==0)O=Oe;else if(Ge=(((q>>>0)/(M>>>0)|0)&1|0)==0?9007199254740992:9007199254740994,Ue=(M|0)/2|0,l=se>>>0>>0?.5:O&(se|0)==(Ue|0)?1:1.5,or&&(Ue=(o[Or>>0]|0)==45,l=Ue?-l:l,Ge=Ue?-Ge:Ge),O=q-se|0,n[Oe>>2]=O,Ge+l!=Ge){if(Ue=O+M|0,n[Oe>>2]=Ue,Ue>>>0>999999999)for(Q=Oe;O=Q+-4|0,n[Q>>2]=0,O>>>0>>0&&(B=B+-4|0,n[B>>2]=0),Ue=(n[O>>2]|0)+1|0,n[O>>2]=Ue,Ue>>>0>999999999;)Q=O;else O=Oe;if(Q=(qe-B>>2)*9|0,q=n[B>>2]|0,q>>>0>=10){M=10;do M=M*10|0,Q=Q+1|0;while(q>>>0>=M>>>0)}}else O=Oe;O=O+4|0,O=f>>>0>O>>>0?O:f,Ue=B}else O=f,Ue=B;for(at=O;;){if(at>>>0<=Ue>>>0){et=0;break}if(B=at+-4|0,!(n[B>>2]|0))at=B;else{et=1;break}}f=0-Q|0;do if(Fe)if(B=((Xe^1)&1)+k|0,(B|0)>(Q|0)&(Q|0)>-5?(M=m+-1|0,k=B+-1-Q|0):(M=m+-2|0,k=B+-1|0),B=d&8,B)Oe=B;else{if(et&&(Lt=n[at+-4>>2]|0,(Lt|0)!=0))if((Lt>>>0)%10|0)O=0;else{O=0,B=10;do B=B*10|0,O=O+1|0;while(!((Lt>>>0)%(B>>>0)|0|0))}else O=9;if(B=((at-qe>>2)*9|0)+-9|0,(M|32|0)==102){Oe=B-O|0,Oe=(Oe|0)>0?Oe:0,k=(k|0)<(Oe|0)?k:Oe,Oe=0;break}else{Oe=B+Q-O|0,Oe=(Oe|0)>0?Oe:0,k=(k|0)<(Oe|0)?k:Oe,Oe=0;break}}else M=m,Oe=d&8;while(0);if(Fe=k|Oe,q=(Fe|0)!=0&1,se=(M|32|0)==102,se)Xe=0,B=(Q|0)>0?Q:0;else{if(B=(Q|0)<0?f:Q,B=Km(B,((B|0)<0)<<31>>31,Pr)|0,O=Pr,(O-B|0)<2)do B=B+-1|0,o[B>>0]=48;while((O-B|0)<2);o[B+-1>>0]=(Q>>31&2)+43,B=B+-2|0,o[B>>0]=M,Xe=B,B=O-B|0}if(B=or+1+k+q+B|0,Bs(s,32,c,B,d),ss(s,Or,or),Bs(s,48,c,B,d^65536),se){M=Ue>>>0>Xt>>>0?Xt:Ue,Oe=ir+9|0,q=Oe,se=ir+8|0,O=M;do{if(Q=Km(n[O>>2]|0,0,Oe)|0,(O|0)==(M|0))(Q|0)==(Oe|0)&&(o[se>>0]=48,Q=se);else if(Q>>>0>ir>>>0){zm(ir|0,48,Q-Nr|0)|0;do Q=Q+-1|0;while(Q>>>0>ir>>>0)}ss(s,Q,q-Q|0),O=O+4|0}while(O>>>0<=Xt>>>0);if(Fe|0&&ss(s,5710,1),O>>>0>>0&(k|0)>0)for(;;){if(Q=Km(n[O>>2]|0,0,Oe)|0,Q>>>0>ir>>>0){zm(ir|0,48,Q-Nr|0)|0;do Q=Q+-1|0;while(Q>>>0>ir>>>0)}if(ss(s,Q,(k|0)<9?k:9),O=O+4|0,Q=k+-9|0,O>>>0>>0&(k|0)>9)k=Q;else{k=Q;break}}Bs(s,48,k+9|0,9,0)}else{if(Fe=et?at:Ue+4|0,(k|0)>-1){et=ir+9|0,Oe=(Oe|0)==0,f=et,q=0-Nr|0,se=ir+8|0,M=Ue;do{Q=Km(n[M>>2]|0,0,et)|0,(Q|0)==(et|0)&&(o[se>>0]=48,Q=se);do if((M|0)==(Ue|0)){if(O=Q+1|0,ss(s,Q,1),Oe&(k|0)<1){Q=O;break}ss(s,5710,1),Q=O}else{if(Q>>>0<=ir>>>0)break;zm(ir|0,48,Q+q|0)|0;do Q=Q+-1|0;while(Q>>>0>ir>>>0)}while(0);Nr=f-Q|0,ss(s,Q,(k|0)>(Nr|0)?Nr:k),k=k-Nr|0,M=M+4|0}while(M>>>0>>0&(k|0)>-1)}Bs(s,48,k+18|0,18,0),ss(s,Xe,Pr-Xe|0)}Bs(s,32,c,B,d^8192)}else ir=(m&32|0)!=0,B=or+3|0,Bs(s,32,c,B,d&-65537),ss(s,Or,or),ss(s,l!=l|!1?ir?5686:5690:ir?5678:5682,3),Bs(s,32,c,B,d^8192);while(0);return C=bn,((B|0)<(c|0)?c:B)|0}function A7(s){s=+s;var l=0;return E[v>>3]=s,l=n[v>>2]|0,De=n[v+4>>2]|0,l|0}function GUe(s,l){return s=+s,l=l|0,+ +f7(s,l)}function f7(s,l){s=+s,l=l|0;var c=0,f=0,d=0;switch(E[v>>3]=s,c=n[v>>2]|0,f=n[v+4>>2]|0,d=mD(c|0,f|0,52)|0,d&2047){case 0:{s!=0?(s=+f7(s*18446744073709552e3,l),c=(n[l>>2]|0)+-64|0):c=0,n[l>>2]=c;break}case 2047:break;default:n[l>>2]=(d&2047)+-1022,n[v>>2]=c,n[v+4>>2]=f&-2146435073|1071644672,s=+E[v>>3]}return+s}function YUe(s,l,c){s=s|0,l=l|0,c=c|0;do if(s){if(l>>>0<128){o[s>>0]=l,s=1;break}if(!(n[n[(WUe()|0)+188>>2]>>2]|0))if((l&-128|0)==57216){o[s>>0]=l,s=1;break}else{n[(Vm()|0)>>2]=84,s=-1;break}if(l>>>0<2048){o[s>>0]=l>>>6|192,o[s+1>>0]=l&63|128,s=2;break}if(l>>>0<55296|(l&-8192|0)==57344){o[s>>0]=l>>>12|224,o[s+1>>0]=l>>>6&63|128,o[s+2>>0]=l&63|128,s=3;break}if((l+-65536|0)>>>0<1048576){o[s>>0]=l>>>18|240,o[s+1>>0]=l>>>12&63|128,o[s+2>>0]=l>>>6&63|128,o[s+3>>0]=l&63|128,s=4;break}else{n[(Vm()|0)>>2]=84,s=-1;break}}else s=1;while(0);return s|0}function WUe(){return xT()|0}function VUe(){return xT()|0}function KUe(s,l){s=s|0,l=l|0;var c=0,f=0;for(f=0;;){if((u[5712+f>>0]|0)==(s|0)){s=2;break}if(c=f+1|0,(c|0)==87){c=5800,f=87,s=5;break}else f=c}if((s|0)==2&&(f?(c=5800,s=5):c=5800),(s|0)==5)for(;;){do s=c,c=c+1|0;while((o[s>>0]|0)!=0);if(f=f+-1|0,f)s=5;else break}return JUe(c,n[l+20>>2]|0)|0}function JUe(s,l){return s=s|0,l=l|0,zUe(s,l)|0}function zUe(s,l){return s=s|0,l=l|0,l?l=XUe(n[l>>2]|0,n[l+4>>2]|0,s)|0:l=0,(l|0?l:s)|0}function XUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0;se=(n[s>>2]|0)+1794895138|0,m=Fg(n[s+8>>2]|0,se)|0,f=Fg(n[s+12>>2]|0,se)|0,d=Fg(n[s+16>>2]|0,se)|0;e:do if(m>>>0>>2>>>0&&(q=l-(m<<2)|0,f>>>0>>0&d>>>0>>0)&&((d|f)&3|0)==0){for(q=f>>>2,M=d>>>2,O=0;;){if(k=m>>>1,Q=O+k|0,B=Q<<1,d=B+q|0,f=Fg(n[s+(d<<2)>>2]|0,se)|0,d=Fg(n[s+(d+1<<2)>>2]|0,se)|0,!(d>>>0>>0&f>>>0<(l-d|0)>>>0)){f=0;break e}if(o[s+(d+f)>>0]|0){f=0;break e}if(f=o7(c,s+d|0)|0,!f)break;if(f=(f|0)<0,(m|0)==1){f=0;break e}else O=f?O:Q,m=f?k:m-k|0}f=B+M|0,d=Fg(n[s+(f<<2)>>2]|0,se)|0,f=Fg(n[s+(f+1<<2)>>2]|0,se)|0,f>>>0>>0&d>>>0<(l-f|0)>>>0?f=(o[s+(f+d)>>0]|0)==0?s+f|0:0:f=0}else f=0;while(0);return f|0}function Fg(s,l){s=s|0,l=l|0;var c=0;return c=C7(s|0)|0,((l|0)==0?s:c)|0}function ZUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=c+16|0,d=n[f>>2]|0,d?m=5:$Ue(c)|0?f=0:(d=n[f>>2]|0,m=5);e:do if((m|0)==5){if(k=c+20|0,B=n[k>>2]|0,f=B,(d-B|0)>>>0>>0){f=ED[n[c+36>>2]&7](c,s,l)|0;break}t:do if((o[c+75>>0]|0)>-1){for(B=l;;){if(!B){m=0,d=s;break t}if(d=B+-1|0,(o[s+d>>0]|0)==10)break;B=d}if(f=ED[n[c+36>>2]&7](c,s,B)|0,f>>>0>>0)break e;m=B,d=s+B|0,l=l-B|0,f=n[k>>2]|0}else m=0,d=s;while(0);Dr(f|0,d|0,l|0)|0,n[k>>2]=(n[k>>2]|0)+l,f=m+l|0}while(0);return f|0}function $Ue(s){s=s|0;var l=0,c=0;return l=s+74|0,c=o[l>>0]|0,o[l>>0]=c+255|c,l=n[s>>2]|0,l&8?(n[s>>2]=l|32,s=-1):(n[s+8>>2]=0,n[s+4>>2]=0,c=n[s+44>>2]|0,n[s+28>>2]=c,n[s+20>>2]=c,n[s+16>>2]=c+(n[s+48>>2]|0),s=0),s|0}function _n(s,l){s=y(s),l=y(l);var c=0,f=0;c=p7(s)|0;do if((c&2147483647)>>>0<=2139095040){if(f=p7(l)|0,(f&2147483647)>>>0<=2139095040)if((f^c|0)<0){s=(c|0)<0?l:s;break}else{s=s>2]=s,n[v>>2]|0|0}function Tg(s,l){s=y(s),l=y(l);var c=0,f=0;c=h7(s)|0;do if((c&2147483647)>>>0<=2139095040){if(f=h7(l)|0,(f&2147483647)>>>0<=2139095040)if((f^c|0)<0){s=(c|0)<0?s:l;break}else{s=s>2]=s,n[v>>2]|0|0}function kT(s,l){s=y(s),l=y(l);var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,O=0;m=(h[v>>2]=s,n[v>>2]|0),k=(h[v>>2]=l,n[v>>2]|0),c=m>>>23&255,B=k>>>23&255,Q=m&-2147483648,d=k<<1;e:do if((d|0)!=0&&!((c|0)==255|((e3e(l)|0)&2147483647)>>>0>2139095040)){if(f=m<<1,f>>>0<=d>>>0)return l=y(s*y(0)),y((f|0)==(d|0)?l:s);if(c)f=m&8388607|8388608;else{if(c=m<<9,(c|0)>-1){f=c,c=0;do c=c+-1|0,f=f<<1;while((f|0)>-1)}else c=0;f=m<<1-c}if(B)k=k&8388607|8388608;else{if(m=k<<9,(m|0)>-1){d=0;do d=d+-1|0,m=m<<1;while((m|0)>-1)}else d=0;B=d,k=k<<1-d}d=f-k|0,m=(d|0)>-1;t:do if((c|0)>(B|0)){for(;;){if(m)if(d)f=d;else break;if(f=f<<1,c=c+-1|0,d=f-k|0,m=(d|0)>-1,(c|0)<=(B|0))break t}l=y(s*y(0));break e}while(0);if(m)if(d)f=d;else{l=y(s*y(0));break}if(f>>>0<8388608)do f=f<<1,c=c+-1|0;while(f>>>0<8388608);(c|0)>0?c=f+-8388608|c<<23:c=f>>>(1-c|0),l=(n[v>>2]=c|Q,y(h[v>>2]))}else O=3;while(0);return(O|0)==3&&(l=y(s*l),l=y(l/l)),y(l)}function e3e(s){return s=y(s),h[v>>2]=s,n[v>>2]|0|0}function t3e(s,l){return s=s|0,l=l|0,a7(n[582]|0,s,l)|0}function zr(s){s=s|0,Tt()}function Jm(s){s=s|0}function r3e(s,l){return s=s|0,l=l|0,0}function n3e(s){return s=s|0,(g7(s+4|0)|0)==-1?(ef[n[(n[s>>2]|0)+8>>2]&127](s),s=1):s=0,s|0}function g7(s){s=s|0;var l=0;return l=n[s>>2]|0,n[s>>2]=l+-1,l+-1|0}function bp(s){s=s|0,n3e(s)|0&&i3e(s)}function i3e(s){s=s|0;var l=0;l=s+8|0,(n[l>>2]|0)!=0&&(g7(l)|0)!=-1||ef[n[(n[s>>2]|0)+16>>2]&127](s)}function Vt(s){s=s|0;var l=0;for(l=(s|0)==0?1:s;s=pD(l)|0,!(s|0);){if(s=o3e()|0,!s){s=0;break}k7[s&0]()}return s|0}function d7(s){return s=s|0,Vt(s)|0}function gt(s){s=s|0,hD(s)}function s3e(s){s=s|0,(o[s+11>>0]|0)<0&>(n[s>>2]|0)}function o3e(){var s=0;return s=n[2923]|0,n[2923]=s+0,s|0}function a3e(){}function dD(s,l,c,f){return s=s|0,l=l|0,c=c|0,f=f|0,f=l-f-(c>>>0>s>>>0|0)>>>0,De=f,s-c>>>0|0|0}function QT(s,l,c,f){return s=s|0,l=l|0,c=c|0,f=f|0,c=s+c>>>0,De=l+f+(c>>>0>>0|0)>>>0,c|0|0}function zm(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;if(m=s+c|0,l=l&255,(c|0)>=67){for(;s&3;)o[s>>0]=l,s=s+1|0;for(f=m&-4|0,d=f-64|0,B=l|l<<8|l<<16|l<<24;(s|0)<=(d|0);)n[s>>2]=B,n[s+4>>2]=B,n[s+8>>2]=B,n[s+12>>2]=B,n[s+16>>2]=B,n[s+20>>2]=B,n[s+24>>2]=B,n[s+28>>2]=B,n[s+32>>2]=B,n[s+36>>2]=B,n[s+40>>2]=B,n[s+44>>2]=B,n[s+48>>2]=B,n[s+52>>2]=B,n[s+56>>2]=B,n[s+60>>2]=B,s=s+64|0;for(;(s|0)<(f|0);)n[s>>2]=B,s=s+4|0}for(;(s|0)<(m|0);)o[s>>0]=l,s=s+1|0;return m-c|0}function m7(s,l,c){return s=s|0,l=l|0,c=c|0,(c|0)<32?(De=l<>>32-c,s<>>c,s>>>c|(l&(1<>>c-32|0)}function Dr(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;if((c|0)>=8192)return Ac(s|0,l|0,c|0)|0;if(m=s|0,d=s+c|0,(s&3)==(l&3)){for(;s&3;){if(!c)return m|0;o[s>>0]=o[l>>0]|0,s=s+1|0,l=l+1|0,c=c-1|0}for(c=d&-4|0,f=c-64|0;(s|0)<=(f|0);)n[s>>2]=n[l>>2],n[s+4>>2]=n[l+4>>2],n[s+8>>2]=n[l+8>>2],n[s+12>>2]=n[l+12>>2],n[s+16>>2]=n[l+16>>2],n[s+20>>2]=n[l+20>>2],n[s+24>>2]=n[l+24>>2],n[s+28>>2]=n[l+28>>2],n[s+32>>2]=n[l+32>>2],n[s+36>>2]=n[l+36>>2],n[s+40>>2]=n[l+40>>2],n[s+44>>2]=n[l+44>>2],n[s+48>>2]=n[l+48>>2],n[s+52>>2]=n[l+52>>2],n[s+56>>2]=n[l+56>>2],n[s+60>>2]=n[l+60>>2],s=s+64|0,l=l+64|0;for(;(s|0)<(c|0);)n[s>>2]=n[l>>2],s=s+4|0,l=l+4|0}else for(c=d-4|0;(s|0)<(c|0);)o[s>>0]=o[l>>0]|0,o[s+1>>0]=o[l+1>>0]|0,o[s+2>>0]=o[l+2>>0]|0,o[s+3>>0]=o[l+3>>0]|0,s=s+4|0,l=l+4|0;for(;(s|0)<(d|0);)o[s>>0]=o[l>>0]|0,s=s+1|0,l=l+1|0;return m|0}function y7(s){s=s|0;var l=0;return l=o[L+(s&255)>>0]|0,(l|0)<8?l|0:(l=o[L+(s>>8&255)>>0]|0,(l|0)<8?l+8|0:(l=o[L+(s>>16&255)>>0]|0,(l|0)<8?l+16|0:(o[L+(s>>>24)>>0]|0)+24|0))}function E7(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,O=0,M=0,q=0,se=0,Ge=0,Oe=0;if(M=s,Q=l,O=Q,B=c,se=f,k=se,!O)return m=(d|0)!=0,k?m?(n[d>>2]=s|0,n[d+4>>2]=l&0,se=0,d=0,De=se,d|0):(se=0,d=0,De=se,d|0):(m&&(n[d>>2]=(M>>>0)%(B>>>0),n[d+4>>2]=0),se=0,d=(M>>>0)/(B>>>0)>>>0,De=se,d|0);m=(k|0)==0;do if(B){if(!m){if(m=(S(k|0)|0)-(S(O|0)|0)|0,m>>>0<=31){q=m+1|0,k=31-m|0,l=m-31>>31,B=q,s=M>>>(q>>>0)&l|O<>>(q>>>0)&l,m=0,k=M<>2]=s|0,n[d+4>>2]=Q|l&0,se=0,d=0,De=se,d|0):(se=0,d=0,De=se,d|0)}if(m=B-1|0,m&B|0){k=(S(B|0)|0)+33-(S(O|0)|0)|0,Oe=64-k|0,q=32-k|0,Q=q>>31,Ge=k-32|0,l=Ge>>31,B=k,s=q-1>>31&O>>>(Ge>>>0)|(O<>>(k>>>0))&l,l=l&O>>>(k>>>0),m=M<>>(Ge>>>0))&Q|M<>31;break}return d|0&&(n[d>>2]=m&M,n[d+4>>2]=0),(B|0)==1?(Ge=Q|l&0,Oe=s|0|0,De=Ge,Oe|0):(Oe=y7(B|0)|0,Ge=O>>>(Oe>>>0)|0,Oe=O<<32-Oe|M>>>(Oe>>>0)|0,De=Ge,Oe|0)}else{if(m)return d|0&&(n[d>>2]=(O>>>0)%(B>>>0),n[d+4>>2]=0),Ge=0,Oe=(O>>>0)/(B>>>0)>>>0,De=Ge,Oe|0;if(!M)return d|0&&(n[d>>2]=0,n[d+4>>2]=(O>>>0)%(k>>>0)),Ge=0,Oe=(O>>>0)/(k>>>0)>>>0,De=Ge,Oe|0;if(m=k-1|0,!(m&k))return d|0&&(n[d>>2]=s|0,n[d+4>>2]=m&O|l&0),Ge=0,Oe=O>>>((y7(k|0)|0)>>>0),De=Ge,Oe|0;if(m=(S(k|0)|0)-(S(O|0)|0)|0,m>>>0<=30){l=m+1|0,k=31-m|0,B=l,s=O<>>(l>>>0),l=O>>>(l>>>0),m=0,k=M<>2]=s|0,n[d+4>>2]=Q|l&0,Ge=0,Oe=0,De=Ge,Oe|0):(Ge=0,Oe=0,De=Ge,Oe|0)}while(0);if(!B)O=k,Q=0,k=0;else{q=c|0|0,M=se|f&0,O=QT(q|0,M|0,-1,-1)|0,c=De,Q=k,k=0;do f=Q,Q=m>>>31|Q<<1,m=k|m<<1,f=s<<1|f>>>31|0,se=s>>>31|l<<1|0,dD(O|0,c|0,f|0,se|0)|0,Oe=De,Ge=Oe>>31|((Oe|0)<0?-1:0)<<1,k=Ge&1,s=dD(f|0,se|0,Ge&q|0,(((Oe|0)<0?-1:0)>>31|((Oe|0)<0?-1:0)<<1)&M|0)|0,l=De,B=B-1|0;while((B|0)!=0);O=Q,Q=0}return B=0,d|0&&(n[d>>2]=s,n[d+4>>2]=l),Ge=(m|0)>>>31|(O|B)<<1|(B<<1|m>>>31)&0|Q,Oe=(m<<1|0>>>31)&-2|k,De=Ge,Oe|0}function FT(s,l,c,f){return s=s|0,l=l|0,c=c|0,f=f|0,E7(s,l,c,f,0)|0}function kp(s){s=s|0;var l=0,c=0;return c=s+15&-16|0,l=n[I>>2]|0,s=l+c|0,(c|0)>0&(s|0)<(l|0)|(s|0)<0?(ie()|0,vA(12),-1):(n[I>>2]=s,(s|0)>(Z()|0)&&(X()|0)==0?(n[I>>2]=l,vA(12),-1):l|0)}function Mw(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;if((l|0)<(s|0)&(s|0)<(l+c|0)){for(f=s,l=l+c|0,s=s+c|0;(c|0)>0;)s=s-1|0,l=l-1|0,c=c-1|0,o[s>>0]=o[l>>0]|0;s=f}else Dr(s,l,c)|0;return s|0}function TT(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;return m=C,C=C+16|0,d=m|0,E7(s,l,c,f,d)|0,C=m,De=n[d+4>>2]|0,n[d>>2]|0|0}function C7(s){return s=s|0,(s&255)<<24|(s>>8&255)<<16|(s>>16&255)<<8|s>>>24|0}function l3e(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,w7[s&1](l|0,c|0,f|0,d|0,m|0)}function c3e(s,l,c){s=s|0,l=l|0,c=y(c),I7[s&1](l|0,y(c))}function u3e(s,l,c){s=s|0,l=l|0,c=+c,B7[s&31](l|0,+c)}function A3e(s,l,c,f){return s=s|0,l=l|0,c=y(c),f=y(f),y(v7[s&0](l|0,y(c),y(f)))}function f3e(s,l){s=s|0,l=l|0,ef[s&127](l|0)}function p3e(s,l,c){s=s|0,l=l|0,c=c|0,tf[s&31](l|0,c|0)}function h3e(s,l){return s=s|0,l=l|0,Ng[s&31](l|0)|0}function g3e(s,l,c,f,d){s=s|0,l=l|0,c=+c,f=+f,d=d|0,D7[s&1](l|0,+c,+f,d|0)}function d3e(s,l,c,f){s=s|0,l=l|0,c=+c,f=+f,z3e[s&1](l|0,+c,+f)}function m3e(s,l,c,f){return s=s|0,l=l|0,c=c|0,f=f|0,ED[s&7](l|0,c|0,f|0)|0}function y3e(s,l,c,f){return s=s|0,l=l|0,c=c|0,f=f|0,+X3e[s&1](l|0,c|0,f|0)}function E3e(s,l){return s=s|0,l=l|0,+P7[s&15](l|0)}function C3e(s,l,c){return s=s|0,l=l|0,c=+c,Z3e[s&1](l|0,+c)|0}function w3e(s,l,c){return s=s|0,l=l|0,c=c|0,NT[s&15](l|0,c|0)|0}function I3e(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=+f,d=+d,m=m|0,$3e[s&1](l|0,c|0,+f,+d,m|0)}function B3e(s,l,c,f,d,m,B){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,B=B|0,e_e[s&1](l|0,c|0,f|0,d|0,m|0,B|0)}function v3e(s,l,c){return s=s|0,l=l|0,c=c|0,+S7[s&7](l|0,c|0)}function D3e(s){return s=s|0,CD[s&7]()|0}function P3e(s,l,c,f,d,m){return s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,x7[s&1](l|0,c|0,f|0,d|0,m|0)|0}function S3e(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=+d,t_e[s&1](l|0,c|0,f|0,+d)}function x3e(s,l,c,f,d,m,B){s=s|0,l=l|0,c=c|0,f=y(f),d=d|0,m=y(m),B=B|0,b7[s&1](l|0,c|0,y(f),d|0,y(m),B|0)}function b3e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,_w[s&15](l|0,c|0,f|0)}function k3e(s){s=s|0,k7[s&0]()}function Q3e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=+f,Q7[s&15](l|0,c|0,+f)}function F3e(s,l,c){return s=s|0,l=+l,c=+c,r_e[s&1](+l,+c)|0}function T3e(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,LT[s&15](l|0,c|0,f|0,d|0)}function R3e(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,F(0)}function N3e(s,l){s=s|0,l=y(l),F(1)}function ma(s,l){s=s|0,l=+l,F(2)}function L3e(s,l,c){return s=s|0,l=y(l),c=y(c),F(3),Ze}function Er(s){s=s|0,F(4)}function Ow(s,l){s=s|0,l=l|0,F(5)}function Ja(s){return s=s|0,F(6),0}function M3e(s,l,c,f){s=s|0,l=+l,c=+c,f=f|0,F(7)}function O3e(s,l,c){s=s|0,l=+l,c=+c,F(8)}function U3e(s,l,c){return s=s|0,l=l|0,c=c|0,F(9),0}function _3e(s,l,c){return s=s|0,l=l|0,c=c|0,F(10),0}function Rg(s){return s=s|0,F(11),0}function H3e(s,l){return s=s|0,l=+l,F(12),0}function Uw(s,l){return s=s|0,l=l|0,F(13),0}function j3e(s,l,c,f,d){s=s|0,l=l|0,c=+c,f=+f,d=d|0,F(14)}function q3e(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,F(15)}function RT(s,l){return s=s|0,l=l|0,F(16),0}function G3e(){return F(17),0}function Y3e(s,l,c,f,d){return s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,F(18),0}function W3e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=+f,F(19)}function V3e(s,l,c,f,d,m){s=s|0,l=l|0,c=y(c),f=f|0,d=y(d),m=m|0,F(20)}function yD(s,l,c){s=s|0,l=l|0,c=c|0,F(21)}function K3e(){F(22)}function Xm(s,l,c){s=s|0,l=l|0,c=+c,F(23)}function J3e(s,l){return s=+s,l=+l,F(24),0}function Zm(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,F(25)}var w7=[R3e,YLe],I7=[N3e,fo],B7=[ma,xw,bw,wF,IF,Dl,kw,BF,Hm,xu,Fw,vF,$v,WA,eD,jm,tD,rD,qm,ma,ma,ma,ma,ma,ma,ma,ma,ma,ma,ma,ma,ma],v7=[L3e],ef=[Er,Jm,DDe,PDe,SDe,rbe,nbe,ibe,CNe,wNe,INe,FLe,TLe,RLe,eUe,tUe,rUe,hs,Kv,_m,YA,Qw,wve,Ive,gDe,NDe,VDe,APe,SPe,GPe,aSe,ISe,MSe,$Se,gxe,Qxe,Vxe,wbe,Mbe,$be,gke,Qke,Vke,fQe,SQe,HQe,nFe,Sc,RFe,zFe,gTe,TTe,KTe,gRe,DRe,xRe,YRe,KRe,ANe,vNe,SNe,GNe,lLe,a5,qMe,COe,NOe,zOe,y4e,T4e,G4e,V4e,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er],tf=[Ow,hF,gF,Sw,Su,dF,mF,Ip,yF,EF,CF,Zv,VA,Ke,At,Wt,vr,Sn,Fr,PF,lve,Qve,dQe,kQe,MTe,WMe,dLe,Y9,Ow,Ow,Ow,Ow],Ng=[Ja,QUe,pF,D,fe,ve,vt,wt,bt,_r,di,po,sve,ove,Bve,oFe,ZTe,VNe,zMe,Wa,Ja,Ja,Ja,Ja,Ja,Ja,Ja,Ja,Ja,Ja,Ja,Ja],D7=[M3e,vve],z3e=[O3e,hNe],ED=[U3e,s7,FUe,NUe,KPe,Dbe,OFe,e4e],X3e=[_3e,Exe],P7=[Rg,Yo,rt,xn,Dve,Pve,Sve,xve,bve,kve,Rg,Rg,Rg,Rg,Rg,Rg],Z3e=[H3e,IRe],NT=[Uw,r3e,ave,EDe,gPe,uSe,DSe,Xxe,Hbe,YQe,Wv,UOe,Uw,Uw,Uw,Uw],$3e=[j3e,XDe],e_e=[q3e,I4e],S7=[RT,ai,Fve,Tve,Rve,Nxe,RT,RT],CD=[G3e,Nve,Dw,ga,FRe,ZRe,QNe,X4e],x7=[Y3e,Ew],t_e=[W3e,Eke],b7=[V3e,cve],_w=[yD,R,is,en,ho,QPe,_Se,Nke,Xke,Um,hMe,vOe,M4e,yD,yD,yD],k7=[K3e],Q7=[Xm,Jv,zv,Xv,GA,nD,DF,P,nke,eTe,yRe,Xm,Xm,Xm,Xm,Xm],r_e=[J3e,yNe],LT=[Zm,nxe,hFe,ETe,aRe,ORe,iNe,ONe,pLe,rOe,lUe,Zm,Zm,Zm,Zm,Zm];return{_llvm_bswap_i32:C7,dynCall_idd:F3e,dynCall_i:D3e,_i64Subtract:dD,___udivdi3:FT,dynCall_vif:c3e,setThrew:hu,dynCall_viii:b3e,_bitshift64Lshr:mD,_bitshift64Shl:m7,dynCall_vi:f3e,dynCall_viiddi:I3e,dynCall_diii:y3e,dynCall_iii:w3e,_memset:zm,_sbrk:kp,_memcpy:Dr,__GLOBAL__sub_I_Yoga_cpp:Om,dynCall_vii:p3e,___uremdi3:TT,dynCall_vid:u3e,stackAlloc:lo,_nbind_init:EUe,getTempRet0:Ua,dynCall_di:E3e,dynCall_iid:C3e,setTempRet0:xA,_i64Add:QT,dynCall_fiff:A3e,dynCall_iiii:m3e,_emscripten_get_global_libc:kUe,dynCall_viid:Q3e,dynCall_viiid:S3e,dynCall_viififi:x3e,dynCall_ii:h3e,__GLOBAL__sub_I_Binding_cc:NMe,dynCall_viiii:T3e,dynCall_iiiiii:P3e,stackSave:gc,dynCall_viiiii:l3e,__GLOBAL__sub_I_nbind_cc:Lve,dynCall_vidd:d3e,_free:hD,runPostSets:a3e,dynCall_viiiiii:B3e,establishStackSpace:ji,_memmove:Mw,stackRestore:pu,_malloc:pD,__GLOBAL__sub_I_common_cc:tLe,dynCall_viddi:g3e,dynCall_dii:v3e,dynCall_v:k3e}}(Module.asmGlobalArg,Module.asmLibraryArg,buffer),_llvm_bswap_i32=Module._llvm_bswap_i32=asm._llvm_bswap_i32,getTempRet0=Module.getTempRet0=asm.getTempRet0,___udivdi3=Module.___udivdi3=asm.___udivdi3,setThrew=Module.setThrew=asm.setThrew,_bitshift64Lshr=Module._bitshift64Lshr=asm._bitshift64Lshr,_bitshift64Shl=Module._bitshift64Shl=asm._bitshift64Shl,_memset=Module._memset=asm._memset,_sbrk=Module._sbrk=asm._sbrk,_memcpy=Module._memcpy=asm._memcpy,stackAlloc=Module.stackAlloc=asm.stackAlloc,___uremdi3=Module.___uremdi3=asm.___uremdi3,_nbind_init=Module._nbind_init=asm._nbind_init,_i64Subtract=Module._i64Subtract=asm._i64Subtract,setTempRet0=Module.setTempRet0=asm.setTempRet0,_i64Add=Module._i64Add=asm._i64Add,_emscripten_get_global_libc=Module._emscripten_get_global_libc=asm._emscripten_get_global_libc,__GLOBAL__sub_I_Yoga_cpp=Module.__GLOBAL__sub_I_Yoga_cpp=asm.__GLOBAL__sub_I_Yoga_cpp,__GLOBAL__sub_I_Binding_cc=Module.__GLOBAL__sub_I_Binding_cc=asm.__GLOBAL__sub_I_Binding_cc,stackSave=Module.stackSave=asm.stackSave,__GLOBAL__sub_I_nbind_cc=Module.__GLOBAL__sub_I_nbind_cc=asm.__GLOBAL__sub_I_nbind_cc,_free=Module._free=asm._free,runPostSets=Module.runPostSets=asm.runPostSets,establishStackSpace=Module.establishStackSpace=asm.establishStackSpace,_memmove=Module._memmove=asm._memmove,stackRestore=Module.stackRestore=asm.stackRestore,_malloc=Module._malloc=asm._malloc,__GLOBAL__sub_I_common_cc=Module.__GLOBAL__sub_I_common_cc=asm.__GLOBAL__sub_I_common_cc,dynCall_viiiii=Module.dynCall_viiiii=asm.dynCall_viiiii,dynCall_vif=Module.dynCall_vif=asm.dynCall_vif,dynCall_vid=Module.dynCall_vid=asm.dynCall_vid,dynCall_fiff=Module.dynCall_fiff=asm.dynCall_fiff,dynCall_vi=Module.dynCall_vi=asm.dynCall_vi,dynCall_vii=Module.dynCall_vii=asm.dynCall_vii,dynCall_ii=Module.dynCall_ii=asm.dynCall_ii,dynCall_viddi=Module.dynCall_viddi=asm.dynCall_viddi,dynCall_vidd=Module.dynCall_vidd=asm.dynCall_vidd,dynCall_iiii=Module.dynCall_iiii=asm.dynCall_iiii,dynCall_diii=Module.dynCall_diii=asm.dynCall_diii,dynCall_di=Module.dynCall_di=asm.dynCall_di,dynCall_iid=Module.dynCall_iid=asm.dynCall_iid,dynCall_iii=Module.dynCall_iii=asm.dynCall_iii,dynCall_viiddi=Module.dynCall_viiddi=asm.dynCall_viiddi,dynCall_viiiiii=Module.dynCall_viiiiii=asm.dynCall_viiiiii,dynCall_dii=Module.dynCall_dii=asm.dynCall_dii,dynCall_i=Module.dynCall_i=asm.dynCall_i,dynCall_iiiiii=Module.dynCall_iiiiii=asm.dynCall_iiiiii,dynCall_viiid=Module.dynCall_viiid=asm.dynCall_viiid,dynCall_viififi=Module.dynCall_viififi=asm.dynCall_viififi,dynCall_viii=Module.dynCall_viii=asm.dynCall_viii,dynCall_v=Module.dynCall_v=asm.dynCall_v,dynCall_viid=Module.dynCall_viid=asm.dynCall_viid,dynCall_idd=Module.dynCall_idd=asm.dynCall_idd,dynCall_viiii=Module.dynCall_viiii=asm.dynCall_viiii;Runtime.stackAlloc=Module.stackAlloc,Runtime.stackSave=Module.stackSave,Runtime.stackRestore=Module.stackRestore,Runtime.establishStackSpace=Module.establishStackSpace,Runtime.setTempRet0=Module.setTempRet0,Runtime.getTempRet0=Module.getTempRet0,Module.asm=asm;function ExitStatus(t){this.name="ExitStatus",this.message="Program terminated with exit("+t+")",this.status=t}ExitStatus.prototype=new Error,ExitStatus.prototype.constructor=ExitStatus;var initialStackTop,preloadStartTime=null,calledMain=!1;dependenciesFulfilled=function t(){Module.calledRun||run(),Module.calledRun||(dependenciesFulfilled=t)},Module.callMain=Module.callMain=function t(e){e=e||[],ensureInitRuntime();var r=e.length+1;function o(){for(var p=0;p<4-1;p++)a.push(0)}var a=[allocate(intArrayFromString(Module.thisProgram),"i8",ALLOC_NORMAL)];o();for(var n=0;n0||(preRun(),runDependencies>0)||Module.calledRun)return;function e(){Module.calledRun||(Module.calledRun=!0,!ABORT&&(ensureInitRuntime(),preMain(),Module.onRuntimeInitialized&&Module.onRuntimeInitialized(),Module._main&&shouldRunNow&&Module.callMain(t),postRun()))}Module.setStatus?(Module.setStatus("Running..."),setTimeout(function(){setTimeout(function(){Module.setStatus("")},1),e()},1)):e()}Module.run=Module.run=run;function exit(t,e){e&&Module.noExitRuntime||(Module.noExitRuntime||(ABORT=!0,EXITSTATUS=t,STACKTOP=initialStackTop,exitRuntime(),Module.onExit&&Module.onExit(t)),ENVIRONMENT_IS_NODE&&process.exit(t),Module.quit(t,new ExitStatus(t)))}Module.exit=Module.exit=exit;var abortDecorators=[];function abort(t){Module.onAbort&&Module.onAbort(t),t!==void 0?(Module.print(t),Module.printErr(t),t=JSON.stringify(t)):t="",ABORT=!0,EXITSTATUS=1;var e=` -If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.`,r="abort("+t+") at "+stackTrace()+e;throw abortDecorators&&abortDecorators.forEach(function(o){r=o(r,t)}),r}if(Module.abort=Module.abort=abort,Module.preInit)for(typeof Module.preInit=="function"&&(Module.preInit=[Module.preInit]);Module.preInit.length>0;)Module.preInit.pop()();var shouldRunNow=!0;Module.noInitialRun&&(shouldRunNow=!1),run()})});var om=_((wVt,OEe)=>{"use strict";var Jyt=LEe(),zyt=MEe(),Q6=!1,F6=null;zyt({},function(t,e){if(!Q6){if(Q6=!0,t)throw t;F6=e}});if(!Q6)throw new Error("Failed to load the yoga module - it needed to be loaded synchronously, but didn't");OEe.exports=Jyt(F6.bind,F6.lib)});var R6=_((IVt,T6)=>{"use strict";var UEe=t=>Number.isNaN(t)?!1:t>=4352&&(t<=4447||t===9001||t===9002||11904<=t&&t<=12871&&t!==12351||12880<=t&&t<=19903||19968<=t&&t<=42182||43360<=t&&t<=43388||44032<=t&&t<=55203||63744<=t&&t<=64255||65040<=t&&t<=65049||65072<=t&&t<=65131||65281<=t&&t<=65376||65504<=t&&t<=65510||110592<=t&&t<=110593||127488<=t&&t<=127569||131072<=t&&t<=262141);T6.exports=UEe;T6.exports.default=UEe});var HEe=_((BVt,_Ee)=>{"use strict";_Ee.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var Jk=_((vVt,N6)=>{"use strict";var Xyt=MP(),Zyt=R6(),$yt=HEe(),jEe=t=>{if(typeof t!="string"||t.length===0||(t=Xyt(t),t.length===0))return 0;t=t.replace($yt()," ");let e=0;for(let r=0;r=127&&o<=159||o>=768&&o<=879||(o>65535&&r++,e+=Zyt(o)?2:1)}return e};N6.exports=jEe;N6.exports.default=jEe});var M6=_((DVt,L6)=>{"use strict";var eEt=Jk(),qEe=t=>{let e=0;for(let r of t.split(` -`))e=Math.max(e,eEt(r));return e};L6.exports=qEe;L6.exports.default=qEe});var GEe=_(lB=>{"use strict";var tEt=lB&&lB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(lB,"__esModule",{value:!0});var rEt=tEt(M6()),O6={};lB.default=t=>{if(t.length===0)return{width:0,height:0};if(O6[t])return O6[t];let e=rEt.default(t),r=t.split(` -`).length;return O6[t]={width:e,height:r},{width:e,height:r}}});var YEe=_(cB=>{"use strict";var nEt=cB&&cB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(cB,"__esModule",{value:!0});var dn=nEt(om()),iEt=(t,e)=>{"position"in e&&t.setPositionType(e.position==="absolute"?dn.default.POSITION_TYPE_ABSOLUTE:dn.default.POSITION_TYPE_RELATIVE)},sEt=(t,e)=>{"marginLeft"in e&&t.setMargin(dn.default.EDGE_START,e.marginLeft||0),"marginRight"in e&&t.setMargin(dn.default.EDGE_END,e.marginRight||0),"marginTop"in e&&t.setMargin(dn.default.EDGE_TOP,e.marginTop||0),"marginBottom"in e&&t.setMargin(dn.default.EDGE_BOTTOM,e.marginBottom||0)},oEt=(t,e)=>{"paddingLeft"in e&&t.setPadding(dn.default.EDGE_LEFT,e.paddingLeft||0),"paddingRight"in e&&t.setPadding(dn.default.EDGE_RIGHT,e.paddingRight||0),"paddingTop"in e&&t.setPadding(dn.default.EDGE_TOP,e.paddingTop||0),"paddingBottom"in e&&t.setPadding(dn.default.EDGE_BOTTOM,e.paddingBottom||0)},aEt=(t,e)=>{var r;"flexGrow"in e&&t.setFlexGrow((r=e.flexGrow)!==null&&r!==void 0?r:0),"flexShrink"in e&&t.setFlexShrink(typeof e.flexShrink=="number"?e.flexShrink:1),"flexDirection"in e&&(e.flexDirection==="row"&&t.setFlexDirection(dn.default.FLEX_DIRECTION_ROW),e.flexDirection==="row-reverse"&&t.setFlexDirection(dn.default.FLEX_DIRECTION_ROW_REVERSE),e.flexDirection==="column"&&t.setFlexDirection(dn.default.FLEX_DIRECTION_COLUMN),e.flexDirection==="column-reverse"&&t.setFlexDirection(dn.default.FLEX_DIRECTION_COLUMN_REVERSE)),"flexBasis"in e&&(typeof e.flexBasis=="number"?t.setFlexBasis(e.flexBasis):typeof e.flexBasis=="string"?t.setFlexBasisPercent(Number.parseInt(e.flexBasis,10)):t.setFlexBasis(NaN)),"alignItems"in e&&((e.alignItems==="stretch"||!e.alignItems)&&t.setAlignItems(dn.default.ALIGN_STRETCH),e.alignItems==="flex-start"&&t.setAlignItems(dn.default.ALIGN_FLEX_START),e.alignItems==="center"&&t.setAlignItems(dn.default.ALIGN_CENTER),e.alignItems==="flex-end"&&t.setAlignItems(dn.default.ALIGN_FLEX_END)),"alignSelf"in e&&((e.alignSelf==="auto"||!e.alignSelf)&&t.setAlignSelf(dn.default.ALIGN_AUTO),e.alignSelf==="flex-start"&&t.setAlignSelf(dn.default.ALIGN_FLEX_START),e.alignSelf==="center"&&t.setAlignSelf(dn.default.ALIGN_CENTER),e.alignSelf==="flex-end"&&t.setAlignSelf(dn.default.ALIGN_FLEX_END)),"justifyContent"in e&&((e.justifyContent==="flex-start"||!e.justifyContent)&&t.setJustifyContent(dn.default.JUSTIFY_FLEX_START),e.justifyContent==="center"&&t.setJustifyContent(dn.default.JUSTIFY_CENTER),e.justifyContent==="flex-end"&&t.setJustifyContent(dn.default.JUSTIFY_FLEX_END),e.justifyContent==="space-between"&&t.setJustifyContent(dn.default.JUSTIFY_SPACE_BETWEEN),e.justifyContent==="space-around"&&t.setJustifyContent(dn.default.JUSTIFY_SPACE_AROUND))},lEt=(t,e)=>{var r,o;"width"in e&&(typeof e.width=="number"?t.setWidth(e.width):typeof e.width=="string"?t.setWidthPercent(Number.parseInt(e.width,10)):t.setWidthAuto()),"height"in e&&(typeof e.height=="number"?t.setHeight(e.height):typeof e.height=="string"?t.setHeightPercent(Number.parseInt(e.height,10)):t.setHeightAuto()),"minWidth"in e&&(typeof e.minWidth=="string"?t.setMinWidthPercent(Number.parseInt(e.minWidth,10)):t.setMinWidth((r=e.minWidth)!==null&&r!==void 0?r:0)),"minHeight"in e&&(typeof e.minHeight=="string"?t.setMinHeightPercent(Number.parseInt(e.minHeight,10)):t.setMinHeight((o=e.minHeight)!==null&&o!==void 0?o:0))},cEt=(t,e)=>{"display"in e&&t.setDisplay(e.display==="flex"?dn.default.DISPLAY_FLEX:dn.default.DISPLAY_NONE)},uEt=(t,e)=>{if("borderStyle"in e){let r=typeof e.borderStyle=="string"?1:0;t.setBorder(dn.default.EDGE_TOP,r),t.setBorder(dn.default.EDGE_BOTTOM,r),t.setBorder(dn.default.EDGE_LEFT,r),t.setBorder(dn.default.EDGE_RIGHT,r)}};cB.default=(t,e={})=>{iEt(t,e),sEt(t,e),oEt(t,e),aEt(t,e),lEt(t,e),cEt(t,e),uEt(t,e)}});var KEe=_((xVt,VEe)=>{"use strict";var uB=Jk(),AEt=MP(),fEt=vI(),_6=new Set(["\x1B","\x9B"]),pEt=39,WEe=t=>`${_6.values().next().value}[${t}m`,hEt=t=>t.split(" ").map(e=>uB(e)),U6=(t,e,r)=>{let o=[...e],a=!1,n=uB(AEt(t[t.length-1]));for(let[u,A]of o.entries()){let p=uB(A);if(n+p<=r?t[t.length-1]+=A:(t.push(A),n=0),_6.has(A))a=!0;else if(a&&A==="m"){a=!1;continue}a||(n+=p,n===r&&u0&&t.length>1&&(t[t.length-2]+=t.pop())},gEt=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(uB(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},dEt=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let o="",a="",n,u=hEt(t),A=[""];for(let[p,h]of t.split(" ").entries()){r.trim!==!1&&(A[A.length-1]=A[A.length-1].trimLeft());let E=uB(A[A.length-1]);if(p!==0&&(E>=e&&(r.wordWrap===!1||r.trim===!1)&&(A.push(""),E=0),(E>0||r.trim===!1)&&(A[A.length-1]+=" ",E++)),r.hard&&u[p]>e){let I=e-E,v=1+Math.floor((u[p]-I-1)/e);Math.floor((u[p]-1)/e)e&&E>0&&u[p]>0){if(r.wordWrap===!1&&Ee&&r.wordWrap===!1){U6(A,h,e);continue}A[A.length-1]+=h}r.trim!==!1&&(A=A.map(gEt)),o=A.join(` -`);for(let[p,h]of[...o].entries()){if(a+=h,_6.has(h)){let I=parseFloat(/\d[^m]*/.exec(o.slice(p,p+4)));n=I===pEt?null:I}let E=fEt.codes.get(Number(n));n&&E&&(o[p+1]===` -`?a+=WEe(E):h===` -`&&(a+=WEe(n)))}return a};VEe.exports=(t,e,r)=>String(t).normalize().replace(/\r\n/g,` +${this.getDeclarations()}`}createSession(){return new CH(this.project,this.fullSource)}async processClassic(){let e=this.createSession();return{enforcedDependencies:await this.genEnforcedDependencies(e),enforcedFields:await this.genEnforcedFields(e)}}async process(){let{enforcedDependencies:e,enforcedFields:r}=await this.processClassic(),o=new Map;for(let{workspace:a,dependencyIdent:n,dependencyRange:u,dependencyType:A}of e){let p=B2([A,W.stringifyIdent(n)]),h=_e.getMapWithDefault(o,a.cwd);_e.getMapWithDefault(h,p).set(u??void 0,new Set)}for(let{workspace:a,fieldPath:n,fieldValue:u}of r){let A=B2(n),p=_e.getMapWithDefault(o,a.cwd);_e.getMapWithDefault(p,A).set(JSON.parse(u)??void 0,new Set)}return{manifestUpdates:o,reportedErrors:new Map}}async genEnforcedDependencies(e){let r=[];for await(let o of e.makeQuery("workspace(WorkspaceCwd), dependency_type(DependencyType), gen_enforced_dependency(WorkspaceCwd, DependencyIdent, DependencyRange, DependencyType).")){let a=V.resolve(this.project.cwd,em(o.links.WorkspaceCwd)),n=em(o.links.DependencyIdent),u=em(o.links.DependencyRange),A=em(o.links.DependencyType);if(a===null||n===null)throw new Error("Invalid rule");let p=this.project.getWorkspaceByCwd(a),h=W.parseIdent(n);r.push({workspace:p,dependencyIdent:h,dependencyRange:u,dependencyType:A})}return _e.sortMap(r,[({dependencyRange:o})=>o!==null?"0":"1",({workspace:o})=>W.stringifyIdent(o.anchoredLocator),({dependencyIdent:o})=>W.stringifyIdent(o)])}async genEnforcedFields(e){let r=[];for await(let o of e.makeQuery("workspace(WorkspaceCwd), gen_enforced_field(WorkspaceCwd, FieldPath, FieldValue).")){let a=V.resolve(this.project.cwd,em(o.links.WorkspaceCwd)),n=em(o.links.FieldPath),u=Xgt(o.links.FieldValue);if(a===null||n===null)throw new Error("Invalid rule");let A=this.project.getWorkspaceByCwd(a);r.push({workspace:A,fieldPath:n,fieldValue:u})}return _e.sortMap(r,[({workspace:o})=>W.stringifyIdent(o.anchoredLocator),({fieldPath:o})=>o])}async*query(e){let r=this.createSession();for await(let o of r.makeQuery(e)){let a={};for(let[n,u]of Object.entries(o.links))n!=="_"&&(a[n]=em(u));yield a}}}});var wme=_(Ik=>{"use strict";Object.defineProperty(Ik,"__esModule",{value:!0});function q2(t){let e=[...t.caches],r=e.shift();return r===void 0?Cme():{get(o,a,n={miss:()=>Promise.resolve()}){return r.get(o,a,n).catch(()=>q2({caches:e}).get(o,a,n))},set(o,a){return r.set(o,a).catch(()=>q2({caches:e}).set(o,a))},delete(o){return r.delete(o).catch(()=>q2({caches:e}).delete(o))},clear(){return r.clear().catch(()=>q2({caches:e}).clear())}}}function Cme(){return{get(t,e,r={miss:()=>Promise.resolve()}){return e().then(a=>Promise.all([a,r.miss(a)])).then(([a])=>a)},set(t,e){return Promise.resolve(e)},delete(t){return Promise.resolve()},clear(){return Promise.resolve()}}}Ik.createFallbackableCache=q2;Ik.createNullCache=Cme});var Bme=_((QWt,Ime)=>{Ime.exports=wme()});var vme=_(TH=>{"use strict";Object.defineProperty(TH,"__esModule",{value:!0});function ddt(t={serializable:!0}){let e={};return{get(r,o,a={miss:()=>Promise.resolve()}){let n=JSON.stringify(r);if(n in e)return Promise.resolve(t.serializable?JSON.parse(e[n]):e[n]);let u=o(),A=a&&a.miss||(()=>Promise.resolve());return u.then(p=>A(p)).then(()=>u)},set(r,o){return e[JSON.stringify(r)]=t.serializable?JSON.stringify(o):o,Promise.resolve(o)},delete(r){return delete e[JSON.stringify(r)],Promise.resolve()},clear(){return e={},Promise.resolve()}}}TH.createInMemoryCache=ddt});var Sme=_((RWt,Dme)=>{Dme.exports=vme()});var bme=_(Zc=>{"use strict";Object.defineProperty(Zc,"__esModule",{value:!0});function mdt(t,e,r){let o={"x-algolia-api-key":r,"x-algolia-application-id":e};return{headers(){return t===NH.WithinHeaders?o:{}},queryParameters(){return t===NH.WithinQueryParameters?o:{}}}}function ydt(t){let e=0,r=()=>(e++,new Promise(o=>{setTimeout(()=>{o(t(r))},Math.min(100*e,1e3))}));return t(r)}function Pme(t,e=(r,o)=>Promise.resolve()){return Object.assign(t,{wait(r){return Pme(t.then(o=>Promise.all([e(o,r),o])).then(o=>o[1]))}})}function Edt(t){let e=t.length-1;for(e;e>0;e--){let r=Math.floor(Math.random()*(e+1)),o=t[e];t[e]=t[r],t[r]=o}return t}function Cdt(t,e){return e&&Object.keys(e).forEach(r=>{t[r]=e[r](t)}),t}function wdt(t,...e){let r=0;return t.replace(/%s/g,()=>encodeURIComponent(e[r++]))}var Idt="4.14.2",Bdt=t=>()=>t.transporter.requester.destroy(),NH={WithinQueryParameters:0,WithinHeaders:1};Zc.AuthMode=NH;Zc.addMethods=Cdt;Zc.createAuth=mdt;Zc.createRetryablePromise=ydt;Zc.createWaitablePromise=Pme;Zc.destroy=Bdt;Zc.encode=wdt;Zc.shuffle=Edt;Zc.version=Idt});var Y2=_((NWt,xme)=>{xme.exports=bme()});var kme=_(LH=>{"use strict";Object.defineProperty(LH,"__esModule",{value:!0});var vdt={Delete:"DELETE",Get:"GET",Post:"POST",Put:"PUT"};LH.MethodEnum=vdt});var W2=_((OWt,Qme)=>{Qme.exports=kme()});var Wme=_(Fi=>{"use strict";Object.defineProperty(Fi,"__esModule",{value:!0});var Rme=W2();function OH(t,e){let r=t||{},o=r.data||{};return Object.keys(r).forEach(a=>{["timeout","headers","queryParameters","data","cacheable"].indexOf(a)===-1&&(o[a]=r[a])}),{data:Object.entries(o).length>0?o:void 0,timeout:r.timeout||e,headers:r.headers||{},queryParameters:r.queryParameters||{},cacheable:r.cacheable}}var K2={Read:1,Write:2,Any:3},xC={Up:1,Down:2,Timeouted:3},Tme=2*60*1e3;function UH(t,e=xC.Up){return{...t,status:e,lastUpdate:Date.now()}}function Nme(t){return t.status===xC.Up||Date.now()-t.lastUpdate>Tme}function Lme(t){return t.status===xC.Timeouted&&Date.now()-t.lastUpdate<=Tme}function _H(t){return typeof t=="string"?{protocol:"https",url:t,accept:K2.Any}:{protocol:t.protocol||"https",url:t.url,accept:t.accept||K2.Any}}function Ddt(t,e){return Promise.all(e.map(r=>t.get(r,()=>Promise.resolve(UH(r))))).then(r=>{let o=r.filter(A=>Nme(A)),a=r.filter(A=>Lme(A)),n=[...o,...a],u=n.length>0?n.map(A=>_H(A)):e;return{getTimeout(A,p){return(a.length===0&&A===0?1:a.length+3+A)*p},statelessHosts:u}})}var Sdt=({isTimedOut:t,status:e})=>!t&&~~e===0,Pdt=t=>{let e=t.status;return t.isTimedOut||Sdt(t)||~~(e/100)!==2&&~~(e/100)!==4},bdt=({status:t})=>~~(t/100)===2,xdt=(t,e)=>Pdt(t)?e.onRetry(t):bdt(t)?e.onSuccess(t):e.onFail(t);function Fme(t,e,r,o){let a=[],n=Hme(r,o),u=jme(t,o),A=r.method,p=r.method!==Rme.MethodEnum.Get?{}:{...r.data,...o.data},h={"x-algolia-agent":t.userAgent.value,...t.queryParameters,...p,...o.queryParameters},E=0,I=(v,x)=>{let C=v.pop();if(C===void 0)throw Yme(MH(a));let R={data:n,headers:u,method:A,url:Ume(C,r.path,h),connectTimeout:x(E,t.timeouts.connect),responseTimeout:x(E,o.timeout)},L=J=>{let te={request:R,response:J,host:C,triesLeft:v.length};return a.push(te),te},U={onSuccess:J=>Ome(J),onRetry(J){let te=L(J);return J.isTimedOut&&E++,Promise.all([t.logger.info("Retryable failure",HH(te)),t.hostsCache.set(C,UH(C,J.isTimedOut?xC.Timeouted:xC.Down))]).then(()=>I(v,x))},onFail(J){throw L(J),Mme(J,MH(a))}};return t.requester.send(R).then(J=>xdt(J,U))};return Ddt(t.hostsCache,e).then(v=>I([...v.statelessHosts].reverse(),v.getTimeout))}function kdt(t){let{hostsCache:e,logger:r,requester:o,requestsCache:a,responsesCache:n,timeouts:u,userAgent:A,hosts:p,queryParameters:h,headers:E}=t,I={hostsCache:e,logger:r,requester:o,requestsCache:a,responsesCache:n,timeouts:u,userAgent:A,headers:E,queryParameters:h,hosts:p.map(v=>_H(v)),read(v,x){let C=OH(x,I.timeouts.read),R=()=>Fme(I,I.hosts.filter(J=>(J.accept&K2.Read)!==0),v,C);if((C.cacheable!==void 0?C.cacheable:v.cacheable)!==!0)return R();let U={request:v,mappedRequestOptions:C,transporter:{queryParameters:I.queryParameters,headers:I.headers}};return I.responsesCache.get(U,()=>I.requestsCache.get(U,()=>I.requestsCache.set(U,R()).then(J=>Promise.all([I.requestsCache.delete(U),J]),J=>Promise.all([I.requestsCache.delete(U),Promise.reject(J)])).then(([J,te])=>te)),{miss:J=>I.responsesCache.set(U,J)})},write(v,x){return Fme(I,I.hosts.filter(C=>(C.accept&K2.Write)!==0),v,OH(x,I.timeouts.write))}};return I}function Qdt(t){let e={value:`Algolia for JavaScript (${t})`,add(r){let o=`; ${r.segment}${r.version!==void 0?` (${r.version})`:""}`;return e.value.indexOf(o)===-1&&(e.value=`${e.value}${o}`),e}};return e}function Ome(t){try{return JSON.parse(t.content)}catch(e){throw qme(e.message,t)}}function Mme({content:t,status:e},r){let o=t;try{o=JSON.parse(t).message}catch{}return Gme(o,e,r)}function Fdt(t,...e){let r=0;return t.replace(/%s/g,()=>encodeURIComponent(e[r++]))}function Ume(t,e,r){let o=_me(r),a=`${t.protocol}://${t.url}/${e.charAt(0)==="/"?e.substr(1):e}`;return o.length&&(a+=`?${o}`),a}function _me(t){let e=r=>Object.prototype.toString.call(r)==="[object Object]"||Object.prototype.toString.call(r)==="[object Array]";return Object.keys(t).map(r=>Fdt("%s=%s",r,e(t[r])?JSON.stringify(t[r]):t[r])).join("&")}function Hme(t,e){if(t.method===Rme.MethodEnum.Get||t.data===void 0&&e.data===void 0)return;let r=Array.isArray(t.data)?t.data:{...t.data,...e.data};return JSON.stringify(r)}function jme(t,e){let r={...t.headers,...e.headers},o={};return Object.keys(r).forEach(a=>{let n=r[a];o[a.toLowerCase()]=n}),o}function MH(t){return t.map(e=>HH(e))}function HH(t){let e=t.request.headers["x-algolia-api-key"]?{"x-algolia-api-key":"*****"}:{};return{...t,request:{...t.request,headers:{...t.request.headers,...e}}}}function Gme(t,e,r){return{name:"ApiError",message:t,status:e,transporterStackTrace:r}}function qme(t,e){return{name:"DeserializationError",message:t,response:e}}function Yme(t){return{name:"RetryError",message:"Unreachable hosts - your application id may be incorrect. If the error persists, contact support@algolia.com.",transporterStackTrace:t}}Fi.CallEnum=K2;Fi.HostStatusEnum=xC;Fi.createApiError=Gme;Fi.createDeserializationError=qme;Fi.createMappedRequestOptions=OH;Fi.createRetryError=Yme;Fi.createStatefulHost=UH;Fi.createStatelessHost=_H;Fi.createTransporter=kdt;Fi.createUserAgent=Qdt;Fi.deserializeFailure=Mme;Fi.deserializeSuccess=Ome;Fi.isStatefulHostTimeouted=Lme;Fi.isStatefulHostUp=Nme;Fi.serializeData=Hme;Fi.serializeHeaders=jme;Fi.serializeQueryParameters=_me;Fi.serializeUrl=Ume;Fi.stackFrameWithoutCredentials=HH;Fi.stackTraceWithoutCredentials=MH});var V2=_((UWt,Kme)=>{Kme.exports=Wme()});var Vme=_(m0=>{"use strict";Object.defineProperty(m0,"__esModule",{value:!0});var kC=Y2(),Rdt=V2(),J2=W2(),Tdt=t=>{let e=t.region||"us",r=kC.createAuth(kC.AuthMode.WithinHeaders,t.appId,t.apiKey),o=Rdt.createTransporter({hosts:[{url:`analytics.${e}.algolia.com`}],...t,headers:{...r.headers(),"content-type":"application/json",...t.headers},queryParameters:{...r.queryParameters(),...t.queryParameters}}),a=t.appId;return kC.addMethods({appId:a,transporter:o},t.methods)},Ndt=t=>(e,r)=>t.transporter.write({method:J2.MethodEnum.Post,path:"2/abtests",data:e},r),Ldt=t=>(e,r)=>t.transporter.write({method:J2.MethodEnum.Delete,path:kC.encode("2/abtests/%s",e)},r),Odt=t=>(e,r)=>t.transporter.read({method:J2.MethodEnum.Get,path:kC.encode("2/abtests/%s",e)},r),Mdt=t=>e=>t.transporter.read({method:J2.MethodEnum.Get,path:"2/abtests"},e),Udt=t=>(e,r)=>t.transporter.write({method:J2.MethodEnum.Post,path:kC.encode("2/abtests/%s/stop",e)},r);m0.addABTest=Ndt;m0.createAnalyticsClient=Tdt;m0.deleteABTest=Ldt;m0.getABTest=Odt;m0.getABTests=Mdt;m0.stopABTest=Udt});var zme=_((HWt,Jme)=>{Jme.exports=Vme()});var Zme=_(z2=>{"use strict";Object.defineProperty(z2,"__esModule",{value:!0});var jH=Y2(),_dt=V2(),Xme=W2(),Hdt=t=>{let e=t.region||"us",r=jH.createAuth(jH.AuthMode.WithinHeaders,t.appId,t.apiKey),o=_dt.createTransporter({hosts:[{url:`personalization.${e}.algolia.com`}],...t,headers:{...r.headers(),"content-type":"application/json",...t.headers},queryParameters:{...r.queryParameters(),...t.queryParameters}});return jH.addMethods({appId:t.appId,transporter:o},t.methods)},jdt=t=>e=>t.transporter.read({method:Xme.MethodEnum.Get,path:"1/strategies/personalization"},e),Gdt=t=>(e,r)=>t.transporter.write({method:Xme.MethodEnum.Post,path:"1/strategies/personalization",data:e},r);z2.createPersonalizationClient=Hdt;z2.getPersonalizationStrategy=jdt;z2.setPersonalizationStrategy=Gdt});var eye=_((GWt,$me)=>{$me.exports=Zme()});var hye=_(Ft=>{"use strict";Object.defineProperty(Ft,"__esModule",{value:!0});var qt=Y2(),Na=V2(),Ir=W2(),qdt=ve("crypto");function Bk(t){let e=r=>t.request(r).then(o=>{if(t.batch!==void 0&&t.batch(o.hits),!t.shouldStop(o))return o.cursor?e({cursor:o.cursor}):e({page:(r.page||0)+1})});return e({})}var Ydt=t=>{let e=t.appId,r=qt.createAuth(t.authMode!==void 0?t.authMode:qt.AuthMode.WithinHeaders,e,t.apiKey),o=Na.createTransporter({hosts:[{url:`${e}-dsn.algolia.net`,accept:Na.CallEnum.Read},{url:`${e}.algolia.net`,accept:Na.CallEnum.Write}].concat(qt.shuffle([{url:`${e}-1.algolianet.com`},{url:`${e}-2.algolianet.com`},{url:`${e}-3.algolianet.com`}])),...t,headers:{...r.headers(),"content-type":"application/x-www-form-urlencoded",...t.headers},queryParameters:{...r.queryParameters(),...t.queryParameters}}),a={transporter:o,appId:e,addAlgoliaAgent(n,u){o.userAgent.add({segment:n,version:u})},clearCache(){return Promise.all([o.requestsCache.clear(),o.responsesCache.clear()]).then(()=>{})}};return qt.addMethods(a,t.methods)};function tye(){return{name:"MissingObjectIDError",message:"All objects must have an unique objectID (like a primary key) to be valid. Algolia is also able to generate objectIDs automatically but *it's not recommended*. To do it, use the `{'autoGenerateObjectIDIfNotExist': true}` option."}}function rye(){return{name:"ObjectNotFoundError",message:"Object not found."}}function nye(){return{name:"ValidUntilNotFoundError",message:"ValidUntil not found in given secured api key."}}var Wdt=t=>(e,r)=>{let{queryParameters:o,...a}=r||{},n={acl:e,...o!==void 0?{queryParameters:o}:{}},u=(A,p)=>qt.createRetryablePromise(h=>X2(t)(A.key,p).catch(E=>{if(E.status!==404)throw E;return h()}));return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:"1/keys",data:n},a),u)},Kdt=t=>(e,r,o)=>{let a=Na.createMappedRequestOptions(o);return a.queryParameters["X-Algolia-User-ID"]=e,t.transporter.write({method:Ir.MethodEnum.Post,path:"1/clusters/mapping",data:{cluster:r}},a)},Vdt=t=>(e,r,o)=>t.transporter.write({method:Ir.MethodEnum.Post,path:"1/clusters/mapping/batch",data:{users:e,cluster:r}},o),Jdt=t=>(e,r)=>qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("/1/dictionaries/%s/batch",e),data:{clearExistingDictionaryEntries:!0,requests:{action:"addEntry",body:[]}}},r),(o,a)=>QC(t)(o.taskID,a)),vk=t=>(e,r,o)=>{let a=(n,u)=>Z2(t)(e,{methods:{waitTask:Zi}}).waitTask(n.taskID,u);return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/operation",e),data:{operation:"copy",destination:r}},o),a)},zdt=t=>(e,r,o)=>vk(t)(e,r,{...o,scope:[Sk.Rules]}),Xdt=t=>(e,r,o)=>vk(t)(e,r,{...o,scope:[Sk.Settings]}),Zdt=t=>(e,r,o)=>vk(t)(e,r,{...o,scope:[Sk.Synonyms]}),$dt=t=>(e,r)=>e.method===Ir.MethodEnum.Get?t.transporter.read(e,r):t.transporter.write(e,r),emt=t=>(e,r)=>{let o=(a,n)=>qt.createRetryablePromise(u=>X2(t)(e,n).then(u).catch(A=>{if(A.status!==404)throw A}));return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Delete,path:qt.encode("1/keys/%s",e)},r),o)},tmt=t=>(e,r,o)=>{let a=r.map(n=>({action:"deleteEntry",body:{objectID:n}}));return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("/1/dictionaries/%s/batch",e),data:{clearExistingDictionaryEntries:!1,requests:a}},o),(n,u)=>QC(t)(n.taskID,u))},rmt=()=>(t,e)=>{let r=Na.serializeQueryParameters(e),o=qdt.createHmac("sha256",t).update(r).digest("hex");return Buffer.from(o+r).toString("base64")},X2=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:qt.encode("1/keys/%s",e)},r),iye=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:qt.encode("1/task/%s",e.toString())},r),nmt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"/1/dictionaries/*/settings"},e),imt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/logs"},e),smt=()=>t=>{let e=Buffer.from(t,"base64").toString("ascii"),r=/validUntil=(\d+)/,o=e.match(r);if(o===null)throw nye();return parseInt(o[1],10)-Math.round(new Date().getTime()/1e3)},omt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/clusters/mapping/top"},e),amt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:qt.encode("1/clusters/mapping/%s",e)},r),lmt=t=>e=>{let{retrieveMappings:r,...o}=e||{};return r===!0&&(o.getClusters=!0),t.transporter.read({method:Ir.MethodEnum.Get,path:"1/clusters/mapping/pending"},o)},Z2=t=>(e,r={})=>{let o={transporter:t.transporter,appId:t.appId,indexName:e};return qt.addMethods(o,r.methods)},cmt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/keys"},e),umt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/clusters"},e),Amt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/indexes"},e),fmt=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:"1/clusters/mapping"},e),pmt=t=>(e,r,o)=>{let a=(n,u)=>Z2(t)(e,{methods:{waitTask:Zi}}).waitTask(n.taskID,u);return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/operation",e),data:{operation:"move",destination:r}},o),a)},hmt=t=>(e,r)=>{let o=(a,n)=>Promise.all(Object.keys(a.taskID).map(u=>Z2(t)(u,{methods:{waitTask:Zi}}).waitTask(a.taskID[u],n)));return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:"1/indexes/*/batch",data:{requests:e}},r),o)},gmt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Post,path:"1/indexes/*/objects",data:{requests:e}},r),dmt=t=>(e,r)=>{let o=e.map(a=>({...a,params:Na.serializeQueryParameters(a.params||{})}));return t.transporter.read({method:Ir.MethodEnum.Post,path:"1/indexes/*/queries",data:{requests:o},cacheable:!0},r)},mmt=t=>(e,r)=>Promise.all(e.map(o=>{let{facetName:a,facetQuery:n,...u}=o.params;return Z2(t)(o.indexName,{methods:{searchForFacetValues:Aye}}).searchForFacetValues(a,n,{...r,...u})})),ymt=t=>(e,r)=>{let o=Na.createMappedRequestOptions(r);return o.queryParameters["X-Algolia-User-ID"]=e,t.transporter.write({method:Ir.MethodEnum.Delete,path:"1/clusters/mapping"},o)},Emt=t=>(e,r,o)=>{let a=r.map(n=>({action:"addEntry",body:n}));return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("/1/dictionaries/%s/batch",e),data:{clearExistingDictionaryEntries:!0,requests:a}},o),(n,u)=>QC(t)(n.taskID,u))},Cmt=t=>(e,r)=>{let o=(a,n)=>qt.createRetryablePromise(u=>X2(t)(e,n).catch(A=>{if(A.status!==404)throw A;return u()}));return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/keys/%s/restore",e)},r),o)},wmt=t=>(e,r,o)=>{let a=r.map(n=>({action:"addEntry",body:n}));return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("/1/dictionaries/%s/batch",e),data:{clearExistingDictionaryEntries:!1,requests:a}},o),(n,u)=>QC(t)(n.taskID,u))},Imt=t=>(e,r,o)=>t.transporter.read({method:Ir.MethodEnum.Post,path:qt.encode("/1/dictionaries/%s/search",e),data:{query:r},cacheable:!0},o),Bmt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Post,path:"1/clusters/mapping/search",data:{query:e}},r),vmt=t=>(e,r)=>qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Put,path:"/1/dictionaries/*/settings",data:e},r),(o,a)=>QC(t)(o.taskID,a)),Dmt=t=>(e,r)=>{let o=Object.assign({},r),{queryParameters:a,...n}=r||{},u=a?{queryParameters:a}:{},A=["acl","indexes","referers","restrictSources","queryParameters","description","maxQueriesPerIPPerHour","maxHitsPerQuery"],p=E=>Object.keys(o).filter(I=>A.indexOf(I)!==-1).every(I=>E[I]===o[I]),h=(E,I)=>qt.createRetryablePromise(v=>X2(t)(e,I).then(x=>p(x)?Promise.resolve():v()));return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Put,path:qt.encode("1/keys/%s",e),data:u},n),h)},QC=t=>(e,r)=>qt.createRetryablePromise(o=>iye(t)(e,r).then(a=>a.status!=="published"?o():void 0)),sye=t=>(e,r)=>{let o=(a,n)=>Zi(t)(a.taskID,n);return qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/batch",t.indexName),data:{requests:e}},r),o)},Smt=t=>e=>Bk({shouldStop:r=>r.cursor===void 0,...e,request:r=>t.transporter.read({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/browse",t.indexName),data:r},e)}),Pmt=t=>e=>{let r={hitsPerPage:1e3,...e};return Bk({shouldStop:o=>o.hits.length({...a,hits:a.hits.map(n=>(delete n._highlightResult,n))}))}})},bmt=t=>e=>{let r={hitsPerPage:1e3,...e};return Bk({shouldStop:o=>o.hits.length({...a,hits:a.hits.map(n=>(delete n._highlightResult,n))}))}})},Dk=t=>(e,r,o)=>{let{batchSize:a,...n}=o||{},u={taskIDs:[],objectIDs:[]},A=(p=0)=>{let h=[],E;for(E=p;E({action:r,body:I})),n).then(I=>(u.objectIDs=u.objectIDs.concat(I.objectIDs),u.taskIDs.push(I.taskID),E++,A(E)))};return qt.createWaitablePromise(A(),(p,h)=>Promise.all(p.taskIDs.map(E=>Zi(t)(E,h))))},xmt=t=>e=>qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/clear",t.indexName)},e),(r,o)=>Zi(t)(r.taskID,o)),kmt=t=>e=>{let{forwardToReplicas:r,...o}=e||{},a=Na.createMappedRequestOptions(o);return r&&(a.queryParameters.forwardToReplicas=1),qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/rules/clear",t.indexName)},a),(n,u)=>Zi(t)(n.taskID,u))},Qmt=t=>e=>{let{forwardToReplicas:r,...o}=e||{},a=Na.createMappedRequestOptions(o);return r&&(a.queryParameters.forwardToReplicas=1),qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/synonyms/clear",t.indexName)},a),(n,u)=>Zi(t)(n.taskID,u))},Fmt=t=>(e,r)=>qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/deleteByQuery",t.indexName),data:e},r),(o,a)=>Zi(t)(o.taskID,a)),Rmt=t=>e=>qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Delete,path:qt.encode("1/indexes/%s",t.indexName)},e),(r,o)=>Zi(t)(r.taskID,o)),Tmt=t=>(e,r)=>qt.createWaitablePromise(oye(t)([e],r).then(o=>({taskID:o.taskIDs[0]})),(o,a)=>Zi(t)(o.taskID,a)),oye=t=>(e,r)=>{let o=e.map(a=>({objectID:a}));return Dk(t)(o,nm.DeleteObject,r)},Nmt=t=>(e,r)=>{let{forwardToReplicas:o,...a}=r||{},n=Na.createMappedRequestOptions(a);return o&&(n.queryParameters.forwardToReplicas=1),qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Delete,path:qt.encode("1/indexes/%s/rules/%s",t.indexName,e)},n),(u,A)=>Zi(t)(u.taskID,A))},Lmt=t=>(e,r)=>{let{forwardToReplicas:o,...a}=r||{},n=Na.createMappedRequestOptions(a);return o&&(n.queryParameters.forwardToReplicas=1),qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Delete,path:qt.encode("1/indexes/%s/synonyms/%s",t.indexName,e)},n),(u,A)=>Zi(t)(u.taskID,A))},Omt=t=>e=>aye(t)(e).then(()=>!0).catch(r=>{if(r.status!==404)throw r;return!1}),Mmt=t=>(e,r,o)=>t.transporter.read({method:Ir.MethodEnum.Post,path:qt.encode("1/answers/%s/prediction",t.indexName),data:{query:e,queryLanguages:r},cacheable:!0},o),Umt=t=>(e,r)=>{let{query:o,paginate:a,...n}=r||{},u=0,A=()=>uye(t)(o||"",{...n,page:u}).then(p=>{for(let[h,E]of Object.entries(p.hits))if(e(E))return{object:E,position:parseInt(h,10),page:u};if(u++,a===!1||u>=p.nbPages)throw rye();return A()});return A()},_mt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:qt.encode("1/indexes/%s/%s",t.indexName,e)},r),Hmt=()=>(t,e)=>{for(let[r,o]of Object.entries(t.hits))if(o.objectID===e)return parseInt(r,10);return-1},jmt=t=>(e,r)=>{let{attributesToRetrieve:o,...a}=r||{},n=e.map(u=>({indexName:t.indexName,objectID:u,...o?{attributesToRetrieve:o}:{}}));return t.transporter.read({method:Ir.MethodEnum.Post,path:"1/indexes/*/objects",data:{requests:n}},a)},Gmt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:qt.encode("1/indexes/%s/rules/%s",t.indexName,e)},r),aye=t=>e=>t.transporter.read({method:Ir.MethodEnum.Get,path:qt.encode("1/indexes/%s/settings",t.indexName),data:{getVersion:2}},e),qmt=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:qt.encode("1/indexes/%s/synonyms/%s",t.indexName,e)},r),lye=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Get,path:qt.encode("1/indexes/%s/task/%s",t.indexName,e.toString())},r),Ymt=t=>(e,r)=>qt.createWaitablePromise(cye(t)([e],r).then(o=>({objectID:o.objectIDs[0],taskID:o.taskIDs[0]})),(o,a)=>Zi(t)(o.taskID,a)),cye=t=>(e,r)=>{let{createIfNotExists:o,...a}=r||{},n=o?nm.PartialUpdateObject:nm.PartialUpdateObjectNoCreate;return Dk(t)(e,n,a)},Wmt=t=>(e,r)=>{let{safe:o,autoGenerateObjectIDIfNotExist:a,batchSize:n,...u}=r||{},A=(C,R,L,U)=>qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/operation",C),data:{operation:L,destination:R}},U),(J,te)=>Zi(t)(J.taskID,te)),p=Math.random().toString(36).substring(7),h=`${t.indexName}_tmp_${p}`,E=GH({appId:t.appId,transporter:t.transporter,indexName:h}),I=[],v=A(t.indexName,h,"copy",{...u,scope:["settings","synonyms","rules"]});I.push(v);let x=(o?v.wait(u):v).then(()=>{let C=E(e,{...u,autoGenerateObjectIDIfNotExist:a,batchSize:n});return I.push(C),o?C.wait(u):C}).then(()=>{let C=A(h,t.indexName,"move",u);return I.push(C),o?C.wait(u):C}).then(()=>Promise.all(I)).then(([C,R,L])=>({objectIDs:R.objectIDs,taskIDs:[C.taskID,...R.taskIDs,L.taskID]}));return qt.createWaitablePromise(x,(C,R)=>Promise.all(I.map(L=>L.wait(R))))},Kmt=t=>(e,r)=>qH(t)(e,{...r,clearExistingRules:!0}),Vmt=t=>(e,r)=>YH(t)(e,{...r,clearExistingSynonyms:!0}),Jmt=t=>(e,r)=>qt.createWaitablePromise(GH(t)([e],r).then(o=>({objectID:o.objectIDs[0],taskID:o.taskIDs[0]})),(o,a)=>Zi(t)(o.taskID,a)),GH=t=>(e,r)=>{let{autoGenerateObjectIDIfNotExist:o,...a}=r||{},n=o?nm.AddObject:nm.UpdateObject;if(n===nm.UpdateObject){for(let u of e)if(u.objectID===void 0)return qt.createWaitablePromise(Promise.reject(tye()))}return Dk(t)(e,n,a)},zmt=t=>(e,r)=>qH(t)([e],r),qH=t=>(e,r)=>{let{forwardToReplicas:o,clearExistingRules:a,...n}=r||{},u=Na.createMappedRequestOptions(n);return o&&(u.queryParameters.forwardToReplicas=1),a&&(u.queryParameters.clearExistingRules=1),qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/rules/batch",t.indexName),data:e},u),(A,p)=>Zi(t)(A.taskID,p))},Xmt=t=>(e,r)=>YH(t)([e],r),YH=t=>(e,r)=>{let{forwardToReplicas:o,clearExistingSynonyms:a,replaceExistingSynonyms:n,...u}=r||{},A=Na.createMappedRequestOptions(u);return o&&(A.queryParameters.forwardToReplicas=1),(n||a)&&(A.queryParameters.replaceExistingSynonyms=1),qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/synonyms/batch",t.indexName),data:e},A),(p,h)=>Zi(t)(p.taskID,h))},uye=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/query",t.indexName),data:{query:e},cacheable:!0},r),Aye=t=>(e,r,o)=>t.transporter.read({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/facets/%s/query",t.indexName,e),data:{facetQuery:r},cacheable:!0},o),fye=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/rules/search",t.indexName),data:{query:e}},r),pye=t=>(e,r)=>t.transporter.read({method:Ir.MethodEnum.Post,path:qt.encode("1/indexes/%s/synonyms/search",t.indexName),data:{query:e}},r),Zmt=t=>(e,r)=>{let{forwardToReplicas:o,...a}=r||{},n=Na.createMappedRequestOptions(a);return o&&(n.queryParameters.forwardToReplicas=1),qt.createWaitablePromise(t.transporter.write({method:Ir.MethodEnum.Put,path:qt.encode("1/indexes/%s/settings",t.indexName),data:e},n),(u,A)=>Zi(t)(u.taskID,A))},Zi=t=>(e,r)=>qt.createRetryablePromise(o=>lye(t)(e,r).then(a=>a.status!=="published"?o():void 0)),$mt={AddObject:"addObject",Analytics:"analytics",Browser:"browse",DeleteIndex:"deleteIndex",DeleteObject:"deleteObject",EditSettings:"editSettings",ListIndexes:"listIndexes",Logs:"logs",Personalization:"personalization",Recommendation:"recommendation",Search:"search",SeeUnretrievableAttributes:"seeUnretrievableAttributes",Settings:"settings",Usage:"usage"},nm={AddObject:"addObject",UpdateObject:"updateObject",PartialUpdateObject:"partialUpdateObject",PartialUpdateObjectNoCreate:"partialUpdateObjectNoCreate",DeleteObject:"deleteObject",DeleteIndex:"delete",ClearIndex:"clear"},Sk={Settings:"settings",Synonyms:"synonyms",Rules:"rules"},eyt={None:"none",StopIfEnoughMatches:"stopIfEnoughMatches"},tyt={Synonym:"synonym",OneWaySynonym:"oneWaySynonym",AltCorrection1:"altCorrection1",AltCorrection2:"altCorrection2",Placeholder:"placeholder"};Ft.ApiKeyACLEnum=$mt;Ft.BatchActionEnum=nm;Ft.ScopeEnum=Sk;Ft.StrategyEnum=eyt;Ft.SynonymEnum=tyt;Ft.addApiKey=Wdt;Ft.assignUserID=Kdt;Ft.assignUserIDs=Vdt;Ft.batch=sye;Ft.browseObjects=Smt;Ft.browseRules=Pmt;Ft.browseSynonyms=bmt;Ft.chunkedBatch=Dk;Ft.clearDictionaryEntries=Jdt;Ft.clearObjects=xmt;Ft.clearRules=kmt;Ft.clearSynonyms=Qmt;Ft.copyIndex=vk;Ft.copyRules=zdt;Ft.copySettings=Xdt;Ft.copySynonyms=Zdt;Ft.createBrowsablePromise=Bk;Ft.createMissingObjectIDError=tye;Ft.createObjectNotFoundError=rye;Ft.createSearchClient=Ydt;Ft.createValidUntilNotFoundError=nye;Ft.customRequest=$dt;Ft.deleteApiKey=emt;Ft.deleteBy=Fmt;Ft.deleteDictionaryEntries=tmt;Ft.deleteIndex=Rmt;Ft.deleteObject=Tmt;Ft.deleteObjects=oye;Ft.deleteRule=Nmt;Ft.deleteSynonym=Lmt;Ft.exists=Omt;Ft.findAnswers=Mmt;Ft.findObject=Umt;Ft.generateSecuredApiKey=rmt;Ft.getApiKey=X2;Ft.getAppTask=iye;Ft.getDictionarySettings=nmt;Ft.getLogs=imt;Ft.getObject=_mt;Ft.getObjectPosition=Hmt;Ft.getObjects=jmt;Ft.getRule=Gmt;Ft.getSecuredApiKeyRemainingValidity=smt;Ft.getSettings=aye;Ft.getSynonym=qmt;Ft.getTask=lye;Ft.getTopUserIDs=omt;Ft.getUserID=amt;Ft.hasPendingMappings=lmt;Ft.initIndex=Z2;Ft.listApiKeys=cmt;Ft.listClusters=umt;Ft.listIndices=Amt;Ft.listUserIDs=fmt;Ft.moveIndex=pmt;Ft.multipleBatch=hmt;Ft.multipleGetObjects=gmt;Ft.multipleQueries=dmt;Ft.multipleSearchForFacetValues=mmt;Ft.partialUpdateObject=Ymt;Ft.partialUpdateObjects=cye;Ft.removeUserID=ymt;Ft.replaceAllObjects=Wmt;Ft.replaceAllRules=Kmt;Ft.replaceAllSynonyms=Vmt;Ft.replaceDictionaryEntries=Emt;Ft.restoreApiKey=Cmt;Ft.saveDictionaryEntries=wmt;Ft.saveObject=Jmt;Ft.saveObjects=GH;Ft.saveRule=zmt;Ft.saveRules=qH;Ft.saveSynonym=Xmt;Ft.saveSynonyms=YH;Ft.search=uye;Ft.searchDictionaryEntries=Imt;Ft.searchForFacetValues=Aye;Ft.searchRules=fye;Ft.searchSynonyms=pye;Ft.searchUserIDs=Bmt;Ft.setDictionarySettings=vmt;Ft.setSettings=Zmt;Ft.updateApiKey=Dmt;Ft.waitAppTask=QC;Ft.waitTask=Zi});var dye=_((YWt,gye)=>{gye.exports=hye()});var mye=_(Pk=>{"use strict";Object.defineProperty(Pk,"__esModule",{value:!0});function ryt(){return{debug(t,e){return Promise.resolve()},info(t,e){return Promise.resolve()},error(t,e){return Promise.resolve()}}}var nyt={Debug:1,Info:2,Error:3};Pk.LogLevelEnum=nyt;Pk.createNullLogger=ryt});var Eye=_((KWt,yye)=>{yye.exports=mye()});var Bye=_(WH=>{"use strict";Object.defineProperty(WH,"__esModule",{value:!0});var Cye=ve("http"),wye=ve("https"),iyt=ve("url"),Iye={keepAlive:!0},syt=new Cye.Agent(Iye),oyt=new wye.Agent(Iye);function ayt({agent:t,httpAgent:e,httpsAgent:r,requesterOptions:o={}}={}){let a=e||t||syt,n=r||t||oyt;return{send(u){return new Promise(A=>{let p=iyt.parse(u.url),h=p.query===null?p.pathname:`${p.pathname}?${p.query}`,E={...o,agent:p.protocol==="https:"?n:a,hostname:p.hostname,path:h,method:u.method,headers:{...o&&o.headers?o.headers:{},...u.headers},...p.port!==void 0?{port:p.port||""}:{}},I=(p.protocol==="https:"?wye:Cye).request(E,R=>{let L=[];R.on("data",U=>{L=L.concat(U)}),R.on("end",()=>{clearTimeout(x),clearTimeout(C),A({status:R.statusCode||0,content:Buffer.concat(L).toString(),isTimedOut:!1})})}),v=(R,L)=>setTimeout(()=>{I.abort(),A({status:0,content:L,isTimedOut:!0})},R*1e3),x=v(u.connectTimeout,"Connection timeout"),C;I.on("error",R=>{clearTimeout(x),clearTimeout(C),A({status:0,content:R.message,isTimedOut:!1})}),I.once("response",()=>{clearTimeout(x),C=v(u.responseTimeout,"Socket timeout")}),u.data!==void 0&&I.write(u.data),I.end()})},destroy(){return a.destroy(),n.destroy(),Promise.resolve()}}}WH.createNodeHttpRequester=ayt});var Dye=_((JWt,vye)=>{vye.exports=Bye()});var xye=_((zWt,bye)=>{"use strict";var Sye=Bme(),lyt=Sme(),FC=zme(),VH=Y2(),KH=eye(),Ut=dye(),cyt=Eye(),uyt=Dye(),Ayt=V2();function Pye(t,e,r){let o={appId:t,apiKey:e,timeouts:{connect:2,read:5,write:30},requester:uyt.createNodeHttpRequester(),logger:cyt.createNullLogger(),responsesCache:Sye.createNullCache(),requestsCache:Sye.createNullCache(),hostsCache:lyt.createInMemoryCache(),userAgent:Ayt.createUserAgent(VH.version).add({segment:"Node.js",version:process.versions.node})},a={...o,...r},n=()=>u=>KH.createPersonalizationClient({...o,...u,methods:{getPersonalizationStrategy:KH.getPersonalizationStrategy,setPersonalizationStrategy:KH.setPersonalizationStrategy}});return Ut.createSearchClient({...a,methods:{search:Ut.multipleQueries,searchForFacetValues:Ut.multipleSearchForFacetValues,multipleBatch:Ut.multipleBatch,multipleGetObjects:Ut.multipleGetObjects,multipleQueries:Ut.multipleQueries,copyIndex:Ut.copyIndex,copySettings:Ut.copySettings,copyRules:Ut.copyRules,copySynonyms:Ut.copySynonyms,moveIndex:Ut.moveIndex,listIndices:Ut.listIndices,getLogs:Ut.getLogs,listClusters:Ut.listClusters,multipleSearchForFacetValues:Ut.multipleSearchForFacetValues,getApiKey:Ut.getApiKey,addApiKey:Ut.addApiKey,listApiKeys:Ut.listApiKeys,updateApiKey:Ut.updateApiKey,deleteApiKey:Ut.deleteApiKey,restoreApiKey:Ut.restoreApiKey,assignUserID:Ut.assignUserID,assignUserIDs:Ut.assignUserIDs,getUserID:Ut.getUserID,searchUserIDs:Ut.searchUserIDs,listUserIDs:Ut.listUserIDs,getTopUserIDs:Ut.getTopUserIDs,removeUserID:Ut.removeUserID,hasPendingMappings:Ut.hasPendingMappings,generateSecuredApiKey:Ut.generateSecuredApiKey,getSecuredApiKeyRemainingValidity:Ut.getSecuredApiKeyRemainingValidity,destroy:VH.destroy,clearDictionaryEntries:Ut.clearDictionaryEntries,deleteDictionaryEntries:Ut.deleteDictionaryEntries,getDictionarySettings:Ut.getDictionarySettings,getAppTask:Ut.getAppTask,replaceDictionaryEntries:Ut.replaceDictionaryEntries,saveDictionaryEntries:Ut.saveDictionaryEntries,searchDictionaryEntries:Ut.searchDictionaryEntries,setDictionarySettings:Ut.setDictionarySettings,waitAppTask:Ut.waitAppTask,customRequest:Ut.customRequest,initIndex:u=>A=>Ut.initIndex(u)(A,{methods:{batch:Ut.batch,delete:Ut.deleteIndex,findAnswers:Ut.findAnswers,getObject:Ut.getObject,getObjects:Ut.getObjects,saveObject:Ut.saveObject,saveObjects:Ut.saveObjects,search:Ut.search,searchForFacetValues:Ut.searchForFacetValues,waitTask:Ut.waitTask,setSettings:Ut.setSettings,getSettings:Ut.getSettings,partialUpdateObject:Ut.partialUpdateObject,partialUpdateObjects:Ut.partialUpdateObjects,deleteObject:Ut.deleteObject,deleteObjects:Ut.deleteObjects,deleteBy:Ut.deleteBy,clearObjects:Ut.clearObjects,browseObjects:Ut.browseObjects,getObjectPosition:Ut.getObjectPosition,findObject:Ut.findObject,exists:Ut.exists,saveSynonym:Ut.saveSynonym,saveSynonyms:Ut.saveSynonyms,getSynonym:Ut.getSynonym,searchSynonyms:Ut.searchSynonyms,browseSynonyms:Ut.browseSynonyms,deleteSynonym:Ut.deleteSynonym,clearSynonyms:Ut.clearSynonyms,replaceAllObjects:Ut.replaceAllObjects,replaceAllSynonyms:Ut.replaceAllSynonyms,searchRules:Ut.searchRules,getRule:Ut.getRule,deleteRule:Ut.deleteRule,saveRule:Ut.saveRule,saveRules:Ut.saveRules,replaceAllRules:Ut.replaceAllRules,browseRules:Ut.browseRules,clearRules:Ut.clearRules}}),initAnalytics:()=>u=>FC.createAnalyticsClient({...o,...u,methods:{addABTest:FC.addABTest,getABTest:FC.getABTest,getABTests:FC.getABTests,stopABTest:FC.stopABTest,deleteABTest:FC.deleteABTest}}),initPersonalization:n,initRecommendation:()=>u=>(a.logger.info("The `initRecommendation` method is deprecated. Use `initPersonalization` instead."),n()(u))}})}Pye.version=VH.version;bye.exports=Pye});var zH=_((XWt,JH)=>{var kye=xye();JH.exports=kye;JH.exports.default=kye});var $H=_(($Wt,Rye)=>{"use strict";var Fye=Object.getOwnPropertySymbols,pyt=Object.prototype.hasOwnProperty,hyt=Object.prototype.propertyIsEnumerable;function gyt(t){if(t==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function dyt(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de",Object.getOwnPropertyNames(t)[0]==="5")return!1;for(var e={},r=0;r<10;r++)e["_"+String.fromCharCode(r)]=r;var o=Object.getOwnPropertyNames(e).map(function(n){return e[n]});if(o.join("")!=="0123456789")return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach(function(n){a[n]=n}),Object.keys(Object.assign({},a)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}Rye.exports=dyt()?Object.assign:function(t,e){for(var r,o=gyt(t),a,n=1;n{"use strict";var i6=$H(),$c=typeof Symbol=="function"&&Symbol.for,$2=$c?Symbol.for("react.element"):60103,myt=$c?Symbol.for("react.portal"):60106,yyt=$c?Symbol.for("react.fragment"):60107,Eyt=$c?Symbol.for("react.strict_mode"):60108,Cyt=$c?Symbol.for("react.profiler"):60114,wyt=$c?Symbol.for("react.provider"):60109,Iyt=$c?Symbol.for("react.context"):60110,Byt=$c?Symbol.for("react.forward_ref"):60112,vyt=$c?Symbol.for("react.suspense"):60113,Dyt=$c?Symbol.for("react.memo"):60115,Syt=$c?Symbol.for("react.lazy"):60116,Tye=typeof Symbol=="function"&&Symbol.iterator;function eB(t){for(var e="https://reactjs.org/docs/error-decoder.html?invariant="+t,r=1;rbk.length&&bk.push(t)}function t6(t,e,r,o){var a=typeof t;(a==="undefined"||a==="boolean")&&(t=null);var n=!1;if(t===null)n=!0;else switch(a){case"string":case"number":n=!0;break;case"object":switch(t.$$typeof){case $2:case myt:n=!0}}if(n)return r(o,t,e===""?"."+e6(t,0):e),1;if(n=0,e=e===""?".":e+":",Array.isArray(t))for(var u=0;u{"use strict";Wye.exports=Yye()});var u6=_((rKt,c6)=>{"use strict";var An=c6.exports;c6.exports.default=An;var Ln="\x1B[",tB="\x1B]",TC="\x07",xk=";",Kye=process.env.TERM_PROGRAM==="Apple_Terminal";An.cursorTo=(t,e)=>{if(typeof t!="number")throw new TypeError("The `x` argument is required");return typeof e!="number"?Ln+(t+1)+"G":Ln+(e+1)+";"+(t+1)+"H"};An.cursorMove=(t,e)=>{if(typeof t!="number")throw new TypeError("The `x` argument is required");let r="";return t<0?r+=Ln+-t+"D":t>0&&(r+=Ln+t+"C"),e<0?r+=Ln+-e+"A":e>0&&(r+=Ln+e+"B"),r};An.cursorUp=(t=1)=>Ln+t+"A";An.cursorDown=(t=1)=>Ln+t+"B";An.cursorForward=(t=1)=>Ln+t+"C";An.cursorBackward=(t=1)=>Ln+t+"D";An.cursorLeft=Ln+"G";An.cursorSavePosition=Kye?"\x1B7":Ln+"s";An.cursorRestorePosition=Kye?"\x1B8":Ln+"u";An.cursorGetPosition=Ln+"6n";An.cursorNextLine=Ln+"E";An.cursorPrevLine=Ln+"F";An.cursorHide=Ln+"?25l";An.cursorShow=Ln+"?25h";An.eraseLines=t=>{let e="";for(let r=0;r[tB,"8",xk,xk,e,TC,t,tB,"8",xk,xk,TC].join("");An.image=(t,e={})=>{let r=`${tB}1337;File=inline=1`;return e.width&&(r+=`;width=${e.width}`),e.height&&(r+=`;height=${e.height}`),e.preserveAspectRatio===!1&&(r+=";preserveAspectRatio=0"),r+":"+t.toString("base64")+TC};An.iTerm={setCwd:(t=process.cwd())=>`${tB}50;CurrentDir=${t}${TC}`,annotation:(t,e={})=>{let r=`${tB}1337;`,o=typeof e.x<"u",a=typeof e.y<"u";if((o||a)&&!(o&&a&&typeof e.length<"u"))throw new Error("`x`, `y` and `length` must be defined when `x` or `y` is defined");return t=t.replace(/\|/g,""),r+=e.isHidden?"AddHiddenAnnotation=":"AddAnnotation=",e.length>0?r+=(o?[t,e.length,e.x,e.y]:[e.length,t]).join("|"):r+=t,r+TC}}});var Jye=_((nKt,A6)=>{"use strict";var Vye=(t,e)=>{for(let r of Reflect.ownKeys(e))Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r));return t};A6.exports=Vye;A6.exports.default=Vye});var Xye=_((iKt,Qk)=>{"use strict";var Fyt=Jye(),kk=new WeakMap,zye=(t,e={})=>{if(typeof t!="function")throw new TypeError("Expected a function");let r,o=0,a=t.displayName||t.name||"",n=function(...u){if(kk.set(n,++o),o===1)r=t.apply(this,u),t=null;else if(e.throw===!0)throw new Error(`Function \`${a}\` can only be called once`);return r};return Fyt(n,t),kk.set(n,o),n};Qk.exports=zye;Qk.exports.default=zye;Qk.exports.callCount=t=>{if(!kk.has(t))throw new Error(`The given function \`${t.name}\` is not wrapped by the \`onetime\` package`);return kk.get(t)}});var Zye=_((sKt,Fk)=>{Fk.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&Fk.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&Fk.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var h6=_((oKt,OC)=>{var Ei=global.process,im=function(t){return t&&typeof t=="object"&&typeof t.removeListener=="function"&&typeof t.emit=="function"&&typeof t.reallyExit=="function"&&typeof t.listeners=="function"&&typeof t.kill=="function"&&typeof t.pid=="number"&&typeof t.on=="function"};im(Ei)?($ye=ve("assert"),NC=Zye(),eEe=/^win/i.test(Ei.platform),rB=ve("events"),typeof rB!="function"&&(rB=rB.EventEmitter),Ei.__signal_exit_emitter__?Ts=Ei.__signal_exit_emitter__:(Ts=Ei.__signal_exit_emitter__=new rB,Ts.count=0,Ts.emitted={}),Ts.infinite||(Ts.setMaxListeners(1/0),Ts.infinite=!0),OC.exports=function(t,e){if(!im(global.process))return function(){};$ye.equal(typeof t,"function","a callback must be provided for exit handler"),LC===!1&&f6();var r="exit";e&&e.alwaysLast&&(r="afterexit");var o=function(){Ts.removeListener(r,t),Ts.listeners("exit").length===0&&Ts.listeners("afterexit").length===0&&Rk()};return Ts.on(r,t),o},Rk=function(){!LC||!im(global.process)||(LC=!1,NC.forEach(function(e){try{Ei.removeListener(e,Tk[e])}catch{}}),Ei.emit=Nk,Ei.reallyExit=p6,Ts.count-=1)},OC.exports.unload=Rk,sm=function(e,r,o){Ts.emitted[e]||(Ts.emitted[e]=!0,Ts.emit(e,r,o))},Tk={},NC.forEach(function(t){Tk[t]=function(){if(!!im(global.process)){var r=Ei.listeners(t);r.length===Ts.count&&(Rk(),sm("exit",null,t),sm("afterexit",null,t),eEe&&t==="SIGHUP"&&(t="SIGINT"),Ei.kill(Ei.pid,t))}}}),OC.exports.signals=function(){return NC},LC=!1,f6=function(){LC||!im(global.process)||(LC=!0,Ts.count+=1,NC=NC.filter(function(e){try{return Ei.on(e,Tk[e]),!0}catch{return!1}}),Ei.emit=rEe,Ei.reallyExit=tEe)},OC.exports.load=f6,p6=Ei.reallyExit,tEe=function(e){!im(global.process)||(Ei.exitCode=e||0,sm("exit",Ei.exitCode,null),sm("afterexit",Ei.exitCode,null),p6.call(Ei,Ei.exitCode))},Nk=Ei.emit,rEe=function(e,r){if(e==="exit"&&im(global.process)){r!==void 0&&(Ei.exitCode=r);var o=Nk.apply(this,arguments);return sm("exit",Ei.exitCode,null),sm("afterexit",Ei.exitCode,null),o}else return Nk.apply(this,arguments)}):OC.exports=function(){return function(){}};var $ye,NC,eEe,rB,Ts,Rk,sm,Tk,LC,f6,p6,tEe,Nk,rEe});var iEe=_((aKt,nEe)=>{"use strict";var Ryt=Xye(),Tyt=h6();nEe.exports=Ryt(()=>{Tyt(()=>{process.stderr.write("\x1B[?25h")},{alwaysLast:!0})})});var g6=_(MC=>{"use strict";var Nyt=iEe(),Lk=!1;MC.show=(t=process.stderr)=>{!t.isTTY||(Lk=!1,t.write("\x1B[?25h"))};MC.hide=(t=process.stderr)=>{!t.isTTY||(Nyt(),Lk=!0,t.write("\x1B[?25l"))};MC.toggle=(t,e)=>{t!==void 0&&(Lk=t),Lk?MC.show(e):MC.hide(e)}});var lEe=_(nB=>{"use strict";var aEe=nB&&nB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(nB,"__esModule",{value:!0});var sEe=aEe(u6()),oEe=aEe(g6()),Lyt=(t,{showCursor:e=!1}={})=>{let r=0,o="",a=!1,n=u=>{!e&&!a&&(oEe.default.hide(),a=!0);let A=u+` +`;A!==o&&(o=A,t.write(sEe.default.eraseLines(r)+A),r=A.split(` +`).length)};return n.clear=()=>{t.write(sEe.default.eraseLines(r)),o="",r=0},n.done=()=>{o="",r=0,e||(oEe.default.show(),a=!1)},n};nB.default={create:Lyt}});var cEe=_((uKt,Oyt)=>{Oyt.exports=[{name:"AppVeyor",constant:"APPVEYOR",env:"APPVEYOR",pr:"APPVEYOR_PULL_REQUEST_NUMBER"},{name:"Azure Pipelines",constant:"AZURE_PIPELINES",env:"SYSTEM_TEAMFOUNDATIONCOLLECTIONURI",pr:"SYSTEM_PULLREQUEST_PULLREQUESTID"},{name:"Bamboo",constant:"BAMBOO",env:"bamboo_planKey"},{name:"Bitbucket Pipelines",constant:"BITBUCKET",env:"BITBUCKET_COMMIT",pr:"BITBUCKET_PR_ID"},{name:"Bitrise",constant:"BITRISE",env:"BITRISE_IO",pr:"BITRISE_PULL_REQUEST"},{name:"Buddy",constant:"BUDDY",env:"BUDDY_WORKSPACE_ID",pr:"BUDDY_EXECUTION_PULL_REQUEST_ID"},{name:"Buildkite",constant:"BUILDKITE",env:"BUILDKITE",pr:{env:"BUILDKITE_PULL_REQUEST",ne:"false"}},{name:"CircleCI",constant:"CIRCLE",env:"CIRCLECI",pr:"CIRCLE_PULL_REQUEST"},{name:"Cirrus CI",constant:"CIRRUS",env:"CIRRUS_CI",pr:"CIRRUS_PR"},{name:"AWS CodeBuild",constant:"CODEBUILD",env:"CODEBUILD_BUILD_ARN"},{name:"Codeship",constant:"CODESHIP",env:{CI_NAME:"codeship"}},{name:"Drone",constant:"DRONE",env:"DRONE",pr:{DRONE_BUILD_EVENT:"pull_request"}},{name:"dsari",constant:"DSARI",env:"DSARI"},{name:"GitLab CI",constant:"GITLAB",env:"GITLAB_CI"},{name:"GoCD",constant:"GOCD",env:"GO_PIPELINE_LABEL"},{name:"Hudson",constant:"HUDSON",env:"HUDSON_URL"},{name:"Jenkins",constant:"JENKINS",env:["JENKINS_URL","BUILD_ID"],pr:{any:["ghprbPullId","CHANGE_ID"]}},{name:"Magnum CI",constant:"MAGNUM",env:"MAGNUM"},{name:"Netlify CI",constant:"NETLIFY",env:"NETLIFY_BUILD_BASE",pr:{env:"PULL_REQUEST",ne:"false"}},{name:"Sail CI",constant:"SAIL",env:"SAILCI",pr:"SAIL_PULL_REQUEST_NUMBER"},{name:"Semaphore",constant:"SEMAPHORE",env:"SEMAPHORE",pr:"PULL_REQUEST_NUMBER"},{name:"Shippable",constant:"SHIPPABLE",env:"SHIPPABLE",pr:{IS_PULL_REQUEST:"true"}},{name:"Solano CI",constant:"SOLANO",env:"TDDIUM",pr:"TDDIUM_PR_ID"},{name:"Strider CD",constant:"STRIDER",env:"STRIDER"},{name:"TaskCluster",constant:"TASKCLUSTER",env:["TASK_ID","RUN_ID"]},{name:"TeamCity",constant:"TEAMCITY",env:"TEAMCITY_VERSION"},{name:"Travis CI",constant:"TRAVIS",env:"TRAVIS",pr:{env:"TRAVIS_PULL_REQUEST",ne:"false"}}]});var fEe=_(gl=>{"use strict";var AEe=cEe(),pA=process.env;Object.defineProperty(gl,"_vendors",{value:AEe.map(function(t){return t.constant})});gl.name=null;gl.isPR=null;AEe.forEach(function(t){var e=Array.isArray(t.env)?t.env:[t.env],r=e.every(function(o){return uEe(o)});if(gl[t.constant]=r,r)switch(gl.name=t.name,typeof t.pr){case"string":gl.isPR=!!pA[t.pr];break;case"object":"env"in t.pr?gl.isPR=t.pr.env in pA&&pA[t.pr.env]!==t.pr.ne:"any"in t.pr?gl.isPR=t.pr.any.some(function(o){return!!pA[o]}):gl.isPR=uEe(t.pr);break;default:gl.isPR=null}});gl.isCI=!!(pA.CI||pA.CONTINUOUS_INTEGRATION||pA.BUILD_NUMBER||pA.RUN_ID||gl.name);function uEe(t){return typeof t=="string"?!!pA[t]:Object.keys(t).every(function(e){return pA[e]===t[e]})}});var hEe=_((fKt,pEe)=>{"use strict";pEe.exports=fEe().isCI});var dEe=_((pKt,gEe)=>{"use strict";var Myt=t=>{let e=new Set;do for(let r of Reflect.ownKeys(t))e.add([t,r]);while((t=Reflect.getPrototypeOf(t))&&t!==Object.prototype);return e};gEe.exports=(t,{include:e,exclude:r}={})=>{let o=a=>{let n=u=>typeof u=="string"?a===u:u.test(a);return e?e.some(n):r?!r.some(n):!0};for(let[a,n]of Myt(t.constructor.prototype)){if(n==="constructor"||!o(n))continue;let u=Reflect.getOwnPropertyDescriptor(a,n);u&&typeof u.value=="function"&&(t[n]=t[n].bind(t))}return t}});var BEe=_(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});var _C,oB,Hk,jk,I6;typeof window>"u"||typeof MessageChannel!="function"?(UC=null,d6=null,m6=function(){if(UC!==null)try{var t=kn.unstable_now();UC(!0,t),UC=null}catch(e){throw setTimeout(m6,0),e}},mEe=Date.now(),kn.unstable_now=function(){return Date.now()-mEe},_C=function(t){UC!==null?setTimeout(_C,0,t):(UC=t,setTimeout(m6,0))},oB=function(t,e){d6=setTimeout(t,e)},Hk=function(){clearTimeout(d6)},jk=function(){return!1},I6=kn.unstable_forceFrameRate=function(){}):(Ok=window.performance,y6=window.Date,yEe=window.setTimeout,EEe=window.clearTimeout,typeof console<"u"&&(CEe=window.cancelAnimationFrame,typeof window.requestAnimationFrame!="function"&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),typeof CEe!="function"&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")),typeof Ok=="object"&&typeof Ok.now=="function"?kn.unstable_now=function(){return Ok.now()}:(wEe=y6.now(),kn.unstable_now=function(){return y6.now()-wEe}),iB=!1,sB=null,Mk=-1,E6=5,C6=0,jk=function(){return kn.unstable_now()>=C6},I6=function(){},kn.unstable_forceFrameRate=function(t){0>t||125_k(u,r))p!==void 0&&0>_k(p,u)?(t[o]=p,t[A]=r,o=A):(t[o]=u,t[n]=r,o=n);else if(p!==void 0&&0>_k(p,r))t[o]=p,t[A]=r,o=A;else break e}}return e}return null}function _k(t,e){var r=t.sortIndex-e.sortIndex;return r!==0?r:t.id-e.id}var eu=[],y0=[],Uyt=1,na=null,Lo=3,qk=!1,om=!1,aB=!1;function Yk(t){for(var e=nc(y0);e!==null;){if(e.callback===null)Gk(y0);else if(e.startTime<=t)Gk(y0),e.sortIndex=e.expirationTime,B6(eu,e);else break;e=nc(y0)}}function v6(t){if(aB=!1,Yk(t),!om)if(nc(eu)!==null)om=!0,_C(D6);else{var e=nc(y0);e!==null&&oB(v6,e.startTime-t)}}function D6(t,e){om=!1,aB&&(aB=!1,Hk()),qk=!0;var r=Lo;try{for(Yk(e),na=nc(eu);na!==null&&(!(na.expirationTime>e)||t&&!jk());){var o=na.callback;if(o!==null){na.callback=null,Lo=na.priorityLevel;var a=o(na.expirationTime<=e);e=kn.unstable_now(),typeof a=="function"?na.callback=a:na===nc(eu)&&Gk(eu),Yk(e)}else Gk(eu);na=nc(eu)}if(na!==null)var n=!0;else{var u=nc(y0);u!==null&&oB(v6,u.startTime-e),n=!1}return n}finally{na=null,Lo=r,qk=!1}}function IEe(t){switch(t){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var _yt=I6;kn.unstable_ImmediatePriority=1;kn.unstable_UserBlockingPriority=2;kn.unstable_NormalPriority=3;kn.unstable_IdlePriority=5;kn.unstable_LowPriority=4;kn.unstable_runWithPriority=function(t,e){switch(t){case 1:case 2:case 3:case 4:case 5:break;default:t=3}var r=Lo;Lo=t;try{return e()}finally{Lo=r}};kn.unstable_next=function(t){switch(Lo){case 1:case 2:case 3:var e=3;break;default:e=Lo}var r=Lo;Lo=e;try{return t()}finally{Lo=r}};kn.unstable_scheduleCallback=function(t,e,r){var o=kn.unstable_now();if(typeof r=="object"&&r!==null){var a=r.delay;a=typeof a=="number"&&0o?(t.sortIndex=a,B6(y0,t),nc(eu)===null&&t===nc(y0)&&(aB?Hk():aB=!0,oB(v6,a-o))):(t.sortIndex=r,B6(eu,t),om||qk||(om=!0,_C(D6))),t};kn.unstable_cancelCallback=function(t){t.callback=null};kn.unstable_wrapCallback=function(t){var e=Lo;return function(){var r=Lo;Lo=e;try{return t.apply(this,arguments)}finally{Lo=r}}};kn.unstable_getCurrentPriorityLevel=function(){return Lo};kn.unstable_shouldYield=function(){var t=kn.unstable_now();Yk(t);var e=nc(eu);return e!==na&&na!==null&&e!==null&&e.callback!==null&&e.startTime<=t&&e.expirationTime{"use strict";vEe.exports=BEe()});var DEe=_((dKt,lB)=>{lB.exports=function t(e){"use strict";var r=$H(),o=on(),a=S6();function n(S){for(var D="https://reactjs.org/docs/error-decoder.html?invariant="+S,T=1;Tao||(S.current=yl[ao],yl[ao]=null,ao--)}function On(S,D){ao++,yl[ao]=S.current,S.current=D}var Ni={},Mn={current:Ni},_i={current:!1},tr=Ni;function Oe(S,D){var T=S.type.contextTypes;if(!T)return Ni;var j=S.stateNode;if(j&&j.__reactInternalMemoizedUnmaskedChildContext===D)return j.__reactInternalMemoizedMaskedChildContext;var Y={},Ae;for(Ae in T)Y[Ae]=D[Ae];return j&&(S=S.stateNode,S.__reactInternalMemoizedUnmaskedChildContext=D,S.__reactInternalMemoizedMaskedChildContext=Y),Y}function ii(S){return S=S.childContextTypes,S!=null}function Ma(S){Vn(_i,S),Vn(Mn,S)}function hr(S){Vn(_i,S),Vn(Mn,S)}function uc(S,D,T){if(Mn.current!==Ni)throw Error(n(168));On(Mn,D,S),On(_i,T,S)}function uu(S,D,T){var j=S.stateNode;if(S=D.childContextTypes,typeof j.getChildContext!="function")return T;j=j.getChildContext();for(var Y in j)if(!(Y in S))throw Error(n(108,he(D)||"Unknown",Y));return r({},T,{},j)}function Ac(S){var D=S.stateNode;return D=D&&D.__reactInternalMemoizedMergedChildContext||Ni,tr=Mn.current,On(Mn,D,S),On(_i,_i.current,S),!0}function El(S,D,T){var j=S.stateNode;if(!j)throw Error(n(169));T?(D=uu(S,D,tr),j.__reactInternalMemoizedMergedChildContext=D,Vn(_i,S),Vn(Mn,S),On(Mn,D,S)):Vn(_i,S),On(_i,T,S)}var DA=a.unstable_runWithPriority,Au=a.unstable_scheduleCallback,Ce=a.unstable_cancelCallback,Rt=a.unstable_shouldYield,fc=a.unstable_requestPaint,Hi=a.unstable_now,fu=a.unstable_getCurrentPriorityLevel,Yt=a.unstable_ImmediatePriority,Cl=a.unstable_UserBlockingPriority,SA=a.unstable_NormalPriority,up=a.unstable_LowPriority,pc=a.unstable_IdlePriority,PA={},Qn=fc!==void 0?fc:function(){},hi=null,hc=null,bA=!1,sa=Hi(),Li=1e4>sa?Hi:function(){return Hi()-sa};function _o(){switch(fu()){case Yt:return 99;case Cl:return 98;case SA:return 97;case up:return 96;case pc:return 95;default:throw Error(n(332))}}function Ze(S){switch(S){case 99:return Yt;case 98:return Cl;case 97:return SA;case 96:return up;case 95:return pc;default:throw Error(n(332))}}function lo(S,D){return S=Ze(S),DA(S,D)}function gc(S,D,T){return S=Ze(S),Au(S,D,T)}function pu(S){return hi===null?(hi=[S],hc=Au(Yt,hu)):hi.push(S),PA}function ji(){if(hc!==null){var S=hc;hc=null,Ce(S)}hu()}function hu(){if(!bA&&hi!==null){bA=!0;var S=0;try{var D=hi;lo(99,function(){for(;S=D&&(Go=!0),S.firstContext=null)}function ms(S,D){if(aa!==S&&D!==!1&&D!==0)if((typeof D!="number"||D===1073741823)&&(aa=S,D=1073741823),D={context:S,observedBits:D,next:null},Us===null){if(co===null)throw Error(n(308));Us=D,co.dependencies={expirationTime:0,firstContext:D,responders:null}}else Us=Us.next=D;return b?S._currentValue:S._currentValue2}var _s=!1;function Un(S){return{baseState:S,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Sn(S){return{baseState:S.baseState,firstUpdate:S.firstUpdate,lastUpdate:S.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function ys(S,D){return{expirationTime:S,suspenseConfig:D,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function We(S,D){S.lastUpdate===null?S.firstUpdate=S.lastUpdate=D:(S.lastUpdate.next=D,S.lastUpdate=D)}function tt(S,D){var T=S.alternate;if(T===null){var j=S.updateQueue,Y=null;j===null&&(j=S.updateQueue=Un(S.memoizedState))}else j=S.updateQueue,Y=T.updateQueue,j===null?Y===null?(j=S.updateQueue=Un(S.memoizedState),Y=T.updateQueue=Un(T.memoizedState)):j=S.updateQueue=Sn(Y):Y===null&&(Y=T.updateQueue=Sn(j));Y===null||j===Y?We(j,D):j.lastUpdate===null||Y.lastUpdate===null?(We(j,D),We(Y,D)):(We(j,D),Y.lastUpdate=D)}function It(S,D){var T=S.updateQueue;T=T===null?S.updateQueue=Un(S.memoizedState):nr(S,T),T.lastCapturedUpdate===null?T.firstCapturedUpdate=T.lastCapturedUpdate=D:(T.lastCapturedUpdate.next=D,T.lastCapturedUpdate=D)}function nr(S,D){var T=S.alternate;return T!==null&&D===T.updateQueue&&(D=S.updateQueue=Sn(D)),D}function $(S,D,T,j,Y,Ae){switch(T.tag){case 1:return S=T.payload,typeof S=="function"?S.call(Ae,j,Y):S;case 3:S.effectTag=S.effectTag&-4097|64;case 0:if(S=T.payload,Y=typeof S=="function"?S.call(Ae,j,Y):S,Y==null)break;return r({},j,Y);case 2:_s=!0}return j}function ye(S,D,T,j,Y){_s=!1,D=nr(S,D);for(var Ae=D.baseState,De=null,vt=0,wt=D.firstUpdate,xt=Ae;wt!==null;){var _r=wt.expirationTime;_rbn?(ai=Fr,Fr=null):ai=Fr.sibling;var tn=di(rt,Fr,ft[bn],Wt);if(tn===null){Fr===null&&(Fr=ai);break}S&&Fr&&tn.alternate===null&&D(rt,Fr),Ve=Ae(tn,Ve,bn),Pn===null?vr=tn:Pn.sibling=tn,Pn=tn,Fr=ai}if(bn===ft.length)return T(rt,Fr),vr;if(Fr===null){for(;bnbn?(ai=Fr,Fr=null):ai=Fr.sibling;var ho=di(rt,Fr,tn.value,Wt);if(ho===null){Fr===null&&(Fr=ai);break}S&&Fr&&ho.alternate===null&&D(rt,Fr),Ve=Ae(ho,Ve,bn),Pn===null?vr=ho:Pn.sibling=ho,Pn=ho,Fr=ai}if(tn.done)return T(rt,Fr),vr;if(Fr===null){for(;!tn.done;bn++,tn=ft.next())tn=is(rt,tn.value,Wt),tn!==null&&(Ve=Ae(tn,Ve,bn),Pn===null?vr=tn:Pn.sibling=tn,Pn=tn);return vr}for(Fr=j(rt,Fr);!tn.done;bn++,tn=ft.next())tn=po(Fr,rt,bn,tn.value,Wt),tn!==null&&(S&&tn.alternate!==null&&Fr.delete(tn.key===null?bn:tn.key),Ve=Ae(tn,Ve,bn),Pn===null?vr=tn:Pn.sibling=tn,Pn=tn);return S&&Fr.forEach(function(vF){return D(rt,vF)}),vr}return function(rt,Ve,ft,Wt){var vr=typeof ft=="object"&&ft!==null&&ft.type===E&&ft.key===null;vr&&(ft=ft.props.children);var Pn=typeof ft=="object"&&ft!==null;if(Pn)switch(ft.$$typeof){case p:e:{for(Pn=ft.key,vr=Ve;vr!==null;){if(vr.key===Pn)if(vr.tag===7?ft.type===E:vr.elementType===ft.type){T(rt,vr.sibling),Ve=Y(vr,ft.type===E?ft.props.children:ft.props,Wt),Ve.ref=QA(rt,vr,ft),Ve.return=rt,rt=Ve;break e}else{T(rt,vr);break}else D(rt,vr);vr=vr.sibling}ft.type===E?(Ve=bu(ft.props.children,rt.mode,Wt,ft.key),Ve.return=rt,rt=Ve):(Wt=jm(ft.type,ft.key,ft.props,null,rt.mode,Wt),Wt.ref=QA(rt,Ve,ft),Wt.return=rt,rt=Wt)}return De(rt);case h:e:{for(vr=ft.key;Ve!==null;){if(Ve.key===vr)if(Ve.tag===4&&Ve.stateNode.containerInfo===ft.containerInfo&&Ve.stateNode.implementation===ft.implementation){T(rt,Ve.sibling),Ve=Y(Ve,ft.children||[],Wt),Ve.return=rt,rt=Ve;break e}else{T(rt,Ve);break}else D(rt,Ve);Ve=Ve.sibling}Ve=Rw(ft,rt.mode,Wt),Ve.return=rt,rt=Ve}return De(rt)}if(typeof ft=="string"||typeof ft=="number")return ft=""+ft,Ve!==null&&Ve.tag===6?(T(rt,Ve.sibling),Ve=Y(Ve,ft,Wt),Ve.return=rt,rt=Ve):(T(rt,Ve),Ve=Fw(ft,rt.mode,Wt),Ve.return=rt,rt=Ve),De(rt);if(kA(ft))return VA(rt,Ve,ft,Wt);if(ce(ft))return Yo(rt,Ve,ft,Wt);if(Pn&&Ap(rt,ft),typeof ft>"u"&&!vr)switch(rt.tag){case 1:case 0:throw rt=rt.type,Error(n(152,rt.displayName||rt.name||"Component"))}return T(rt,Ve)}}var gu=ig(!0),sg=ig(!1),du={},uo={current:du},FA={current:du},mc={current:du};function ca(S){if(S===du)throw Error(n(174));return S}function og(S,D){On(mc,D,S),On(FA,S,S),On(uo,du,S),D=ne(D),Vn(uo,S),On(uo,D,S)}function yc(S){Vn(uo,S),Vn(FA,S),Vn(mc,S)}function Pm(S){var D=ca(mc.current),T=ca(uo.current);D=ee(T,S.type,D),T!==D&&(On(FA,S,S),On(uo,D,S))}function ag(S){FA.current===S&&(Vn(uo,S),Vn(FA,S))}var $n={current:0};function fp(S){for(var D=S;D!==null;){if(D.tag===13){var T=D.memoizedState;if(T!==null&&(T=T.dehydrated,T===null||Ls(T)||so(T)))return D}else if(D.tag===19&&D.memoizedProps.revealOrder!==void 0){if((D.effectTag&64)!==0)return D}else if(D.child!==null){D.child.return=D,D=D.child;continue}if(D===S)break;for(;D.sibling===null;){if(D.return===null||D.return===S)return null;D=D.return}D.sibling.return=D.return,D=D.sibling}return null}function lg(S,D){return{responder:S,props:D}}var RA=u.ReactCurrentDispatcher,Hs=u.ReactCurrentBatchConfig,mu=0,Ha=null,qi=null,ua=null,yu=null,Es=null,Ec=null,Cc=0,q=null,Dt=0,wl=!1,xi=null,wc=0;function ct(){throw Error(n(321))}function Eu(S,D){if(D===null)return!1;for(var T=0;TCc&&(Cc=_r,Hm(Cc))):(Pw(_r,wt.suspenseConfig),Ae=wt.eagerReducer===S?wt.eagerState:S(Ae,wt.action)),De=wt,wt=wt.next}while(wt!==null&&wt!==j);xt||(vt=De,Y=Ae),hs(Ae,D.memoizedState)||(Go=!0),D.memoizedState=Ae,D.baseUpdate=vt,D.baseState=Y,T.lastRenderedState=Ae}return[D.memoizedState,T.dispatch]}function ug(S){var D=TA();return typeof S=="function"&&(S=S()),D.memoizedState=D.baseState=S,S=D.queue={last:null,dispatch:null,lastRenderedReducer:Br,lastRenderedState:S},S=S.dispatch=gg.bind(null,Ha,S),[D.memoizedState,S]}function Ag(S){return Cs(Br,S)}function fg(S,D,T,j){return S={tag:S,create:D,destroy:T,deps:j,next:null},q===null?(q={lastEffect:null},q.lastEffect=S.next=S):(D=q.lastEffect,D===null?q.lastEffect=S.next=S:(T=D.next,D.next=S,S.next=T,q.lastEffect=S)),S}function hp(S,D,T,j){var Y=TA();Dt|=S,Y.memoizedState=fg(D,T,void 0,j===void 0?null:j)}function Ic(S,D,T,j){var Y=pp();j=j===void 0?null:j;var Ae=void 0;if(qi!==null){var De=qi.memoizedState;if(Ae=De.destroy,j!==null&&Eu(j,De.deps)){fg(0,T,Ae,j);return}}Dt|=S,Y.memoizedState=fg(D,T,Ae,j)}function Ct(S,D){return hp(516,192,S,D)}function bm(S,D){return Ic(516,192,S,D)}function pg(S,D){if(typeof D=="function")return S=S(),D(S),function(){D(null)};if(D!=null)return S=S(),D.current=S,function(){D.current=null}}function hg(){}function Cu(S,D){return TA().memoizedState=[S,D===void 0?null:D],S}function xm(S,D){var T=pp();D=D===void 0?null:D;var j=T.memoizedState;return j!==null&&D!==null&&Eu(D,j[1])?j[0]:(T.memoizedState=[S,D],S)}function gg(S,D,T){if(!(25>wc))throw Error(n(301));var j=S.alternate;if(S===Ha||j!==null&&j===Ha)if(wl=!0,S={expirationTime:mu,suspenseConfig:null,action:T,eagerReducer:null,eagerState:null,next:null},xi===null&&(xi=new Map),T=xi.get(D),T===void 0)xi.set(D,S);else{for(D=T;D.next!==null;)D=D.next;D.next=S}else{var Y=ga(),Ae=ht.suspense;Y=jA(Y,S,Ae),Ae={expirationTime:Y,suspenseConfig:Ae,action:T,eagerReducer:null,eagerState:null,next:null};var De=D.last;if(De===null)Ae.next=Ae;else{var vt=De.next;vt!==null&&(Ae.next=vt),De.next=Ae}if(D.last=Ae,S.expirationTime===0&&(j===null||j.expirationTime===0)&&(j=D.lastRenderedReducer,j!==null))try{var wt=D.lastRenderedState,xt=j(wt,T);if(Ae.eagerReducer=j,Ae.eagerState=xt,hs(xt,wt))return}catch{}finally{}Pc(S,Y)}}var wu={readContext:ms,useCallback:ct,useContext:ct,useEffect:ct,useImperativeHandle:ct,useLayoutEffect:ct,useMemo:ct,useReducer:ct,useRef:ct,useState:ct,useDebugValue:ct,useResponder:ct,useDeferredValue:ct,useTransition:ct},Ew={readContext:ms,useCallback:Cu,useContext:ms,useEffect:Ct,useImperativeHandle:function(S,D,T){return T=T!=null?T.concat([S]):null,hp(4,36,pg.bind(null,D,S),T)},useLayoutEffect:function(S,D){return hp(4,36,S,D)},useMemo:function(S,D){var T=TA();return D=D===void 0?null:D,S=S(),T.memoizedState=[S,D],S},useReducer:function(S,D,T){var j=TA();return D=T!==void 0?T(D):D,j.memoizedState=j.baseState=D,S=j.queue={last:null,dispatch:null,lastRenderedReducer:S,lastRenderedState:D},S=S.dispatch=gg.bind(null,Ha,S),[j.memoizedState,S]},useRef:function(S){var D=TA();return S={current:S},D.memoizedState=S},useState:ug,useDebugValue:hg,useResponder:lg,useDeferredValue:function(S,D){var T=ug(S),j=T[0],Y=T[1];return Ct(function(){a.unstable_next(function(){var Ae=Hs.suspense;Hs.suspense=D===void 0?null:D;try{Y(S)}finally{Hs.suspense=Ae}})},[S,D]),j},useTransition:function(S){var D=ug(!1),T=D[0],j=D[1];return[Cu(function(Y){j(!0),a.unstable_next(function(){var Ae=Hs.suspense;Hs.suspense=S===void 0?null:S;try{j(!1),Y()}finally{Hs.suspense=Ae}})},[S,T]),T]}},km={readContext:ms,useCallback:xm,useContext:ms,useEffect:bm,useImperativeHandle:function(S,D,T){return T=T!=null?T.concat([S]):null,Ic(4,36,pg.bind(null,D,S),T)},useLayoutEffect:function(S,D){return Ic(4,36,S,D)},useMemo:function(S,D){var T=pp();D=D===void 0?null:D;var j=T.memoizedState;return j!==null&&D!==null&&Eu(D,j[1])?j[0]:(S=S(),T.memoizedState=[S,D],S)},useReducer:Cs,useRef:function(){return pp().memoizedState},useState:Ag,useDebugValue:hg,useResponder:lg,useDeferredValue:function(S,D){var T=Ag(S),j=T[0],Y=T[1];return bm(function(){a.unstable_next(function(){var Ae=Hs.suspense;Hs.suspense=D===void 0?null:D;try{Y(S)}finally{Hs.suspense=Ae}})},[S,D]),j},useTransition:function(S){var D=Ag(!1),T=D[0],j=D[1];return[xm(function(Y){j(!0),a.unstable_next(function(){var Ae=Hs.suspense;Hs.suspense=S===void 0?null:S;try{j(!1),Y()}finally{Hs.suspense=Ae}})},[S,T]),T]}},Aa=null,Bc=null,Il=!1;function Iu(S,D){var T=Dl(5,null,null,0);T.elementType="DELETED",T.type="DELETED",T.stateNode=D,T.return=S,T.effectTag=8,S.lastEffect!==null?(S.lastEffect.nextEffect=T,S.lastEffect=T):S.firstEffect=S.lastEffect=T}function dg(S,D){switch(S.tag){case 5:return D=io(D,S.type,S.pendingProps),D!==null?(S.stateNode=D,!0):!1;case 6:return D=Pi(D,S.pendingProps),D!==null?(S.stateNode=D,!0):!1;case 13:return!1;default:return!1}}function NA(S){if(Il){var D=Bc;if(D){var T=D;if(!dg(S,D)){if(D=cc(T),!D||!dg(S,D)){S.effectTag=S.effectTag&-1025|2,Il=!1,Aa=S;return}Iu(Aa,T)}Aa=S,Bc=cu(D)}else S.effectTag=S.effectTag&-1025|2,Il=!1,Aa=S}}function gp(S){for(S=S.return;S!==null&&S.tag!==5&&S.tag!==3&&S.tag!==13;)S=S.return;Aa=S}function ja(S){if(!y||S!==Aa)return!1;if(!Il)return gp(S),Il=!0,!1;var D=S.type;if(S.tag!==5||D!=="head"&&D!=="body"&&!ke(D,S.memoizedProps))for(D=Bc;D;)Iu(S,D),D=cc(D);if(gp(S),S.tag===13){if(!y)throw Error(n(316));if(S=S.memoizedState,S=S!==null?S.dehydrated:null,!S)throw Error(n(317));Bc=Os(S)}else Bc=Aa?cc(S.stateNode):null;return!0}function mg(){y&&(Bc=Aa=null,Il=!1)}var dp=u.ReactCurrentOwner,Go=!1;function ws(S,D,T,j){D.child=S===null?sg(D,null,T,j):gu(D,S.child,T,j)}function Ii(S,D,T,j,Y){T=T.render;var Ae=D.ref;return ds(D,Y),j=cg(S,D,T,j,Ae,Y),S!==null&&!Go?(D.updateQueue=S.updateQueue,D.effectTag&=-517,S.expirationTime<=Y&&(S.expirationTime=0),si(S,D,Y)):(D.effectTag|=1,ws(S,D,j,Y),D.child)}function Qm(S,D,T,j,Y,Ae){if(S===null){var De=T.type;return typeof De=="function"&&!Qw(De)&&De.defaultProps===void 0&&T.compare===null&&T.defaultProps===void 0?(D.tag=15,D.type=De,Fm(S,D,De,j,Y,Ae)):(S=jm(T.type,null,j,null,D.mode,Ae),S.ref=D.ref,S.return=D,D.child=S)}return De=S.child,YD)&&HA.set(S,D)))}}function Dg(S,D){S.expirationTimeS?D:S)}function fo(S){if(S.lastExpiredTime!==0)S.callbackExpirationTime=1073741823,S.callbackPriority=99,S.callbackNode=pu(Sw.bind(null,S));else{var D=_m(S),T=S.callbackNode;if(D===0)T!==null&&(S.callbackNode=null,S.callbackExpirationTime=0,S.callbackPriority=90);else{var j=ga();if(D===1073741823?j=99:D===1||D===2?j=95:(j=10*(1073741821-D)-10*(1073741821-j),j=0>=j?99:250>=j?98:5250>=j?97:95),T!==null){var Y=S.callbackPriority;if(S.callbackExpirationTime===D&&Y>=j)return;T!==PA&&Ce(T)}S.callbackExpirationTime=D,S.callbackPriority=j,D=D===1073741823?pu(Sw.bind(null,S)):gc(j,Wv.bind(null,S),{timeout:10*(1073741821-D)-Li()}),S.callbackNode=D}}}function Wv(S,D){if(Um=0,D)return D=ga(),Gm(S,D),fo(S),null;var T=_m(S);if(T!==0){if(D=S.callbackNode,(yr&(rs|js))!==En)throw Error(n(327));if(Bp(),S===gi&&T===ns||Su(S,T),Or!==null){var j=yr;yr|=rs;var Y=qA(S);do try{pF();break}catch(vt){GA(S,vt)}while(1);if(la(),yr=j,Cp.current=Y,Yi===Nm)throw D=Lm,Su(S,T),KA(S,T),fo(S),D;if(Or===null)switch(Y=S.finishedWork=S.current.alternate,S.finishedExpirationTime=T,j=Yi,gi=null,j){case Bu:case Nm:throw Error(n(345));case Bi:Gm(S,2=T){S.lastPingedTime=T,Su(S,T);break}}if(Ae=_m(S),Ae!==0&&Ae!==T)break;if(j!==0&&j!==T){S.lastPingedTime=j;break}S.timeoutHandle=Te(Pu.bind(null,S),Y);break}Pu(S);break;case vl:if(KA(S,T),j=S.lastSuspendedTime,T===j&&(S.nextKnownPendingLevel=bw(Y)),UA&&(Y=S.lastPingedTime,Y===0||Y>=T)){S.lastPingedTime=T,Su(S,T);break}if(Y=_m(S),Y!==0&&Y!==T)break;if(j!==0&&j!==T){S.lastPingedTime=j;break}if(MA!==1073741823?j=10*(1073741821-MA)-Li():Ya===1073741823?j=0:(j=10*(1073741821-Ya)-5e3,Y=Li(),T=10*(1073741821-T)-Y,j=Y-j,0>j&&(j=0),j=(120>j?120:480>j?480:1080>j?1080:1920>j?1920:3e3>j?3e3:4320>j?4320:1960*ww(j/1960))-j,T=j?j=0:(Y=De.busyDelayMs|0,Ae=Li()-(10*(1073741821-Ae)-(De.timeoutMs|0||5e3)),j=Ae<=Y?0:Y+j-Ae),10 component higher in the tree to provide a loading indicator or placeholder to display.`+ml(Y))}Yi!==Sc&&(Yi=Bi),Ae=Eg(Ae,Y),wt=j;do{switch(wt.tag){case 3:De=Ae,wt.effectTag|=4096,wt.expirationTime=D;var Ve=qv(wt,De,D);It(wt,Ve);break e;case 1:De=Ae;var ft=wt.type,Wt=wt.stateNode;if((wt.effectTag&64)===0&&(typeof ft.getDerivedStateFromError=="function"||Wt!==null&&typeof Wt.componentDidCatch=="function"&&(Du===null||!Du.has(Wt)))){wt.effectTag|=4096,wt.expirationTime=D;var vr=Yv(wt,De,D);It(wt,vr);break e}}wt=wt.return}while(wt!==null)}Or=zv(Or)}catch(Pn){D=Pn;continue}break}while(1)}function qA(){var S=Cp.current;return Cp.current=wu,S===null?wu:S}function Pw(S,D){Swp&&(wp=S)}function fF(){for(;Or!==null;)Or=Jv(Or)}function pF(){for(;Or!==null&&!Rt();)Or=Jv(Or)}function Jv(S){var D=Zv(S.alternate,S,ns);return S.memoizedProps=S.pendingProps,D===null&&(D=zv(S)),Iw.current=null,D}function zv(S){Or=S;do{var D=Or.alternate;if(S=Or.return,(Or.effectTag&2048)===0){e:{var T=D;D=Or;var j=ns,Y=D.pendingProps;switch(D.tag){case 2:break;case 16:break;case 15:case 0:break;case 1:ii(D.type)&&Ma(D);break;case 3:yc(D),hr(D),Y=D.stateNode,Y.pendingContext&&(Y.context=Y.pendingContext,Y.pendingContext=null),(T===null||T.child===null)&&ja(D)&&pa(D),Bl(D);break;case 5:ag(D);var Ae=ca(mc.current);if(j=D.type,T!==null&&D.stateNode!=null)ts(T,D,j,Y,Ae),T.ref!==D.ref&&(D.effectTag|=128);else if(Y){if(T=ca(uo.current),ja(D)){if(Y=D,!y)throw Error(n(175));T=lp(Y.stateNode,Y.type,Y.memoizedProps,Ae,T,Y),Y.updateQueue=T,T=T!==null,T&&pa(D)}else{var De=At(j,Y,Ae,T,D);vc(De,D,!1,!1),D.stateNode=De,at(De,j,Y,Ae,T)&&pa(D)}D.ref!==null&&(D.effectTag|=128)}else if(D.stateNode===null)throw Error(n(166));break;case 6:if(T&&D.stateNode!=null)qr(T,D,T.memoizedProps,Y);else{if(typeof Y!="string"&&D.stateNode===null)throw Error(n(166));if(T=ca(mc.current),Ae=ca(uo.current),ja(D)){if(T=D,!y)throw Error(n(176));(T=cp(T.stateNode,T.memoizedProps,T))&&pa(D)}else D.stateNode=He(Y,T,Ae,D)}break;case 11:break;case 13:if(Vn($n,D),Y=D.memoizedState,(D.effectTag&64)!==0){D.expirationTime=j;break e}Y=Y!==null,Ae=!1,T===null?D.memoizedProps.fallback!==void 0&&ja(D):(j=T.memoizedState,Ae=j!==null,Y||j===null||(j=T.child.sibling,j!==null&&(De=D.firstEffect,De!==null?(D.firstEffect=j,j.nextEffect=De):(D.firstEffect=D.lastEffect=j,j.nextEffect=null),j.effectTag=8))),Y&&!Ae&&(D.mode&2)!==0&&(T===null&&D.memoizedProps.unstable_avoidThisFallback!==!0||($n.current&1)!==0?Yi===Bu&&(Yi=ha):((Yi===Bu||Yi===ha)&&(Yi=vl),wp!==0&&gi!==null&&(KA(gi,ns),eD(gi,wp)))),P&&Y&&(D.effectTag|=4),w&&(Y||Ae)&&(D.effectTag|=4);break;case 7:break;case 8:break;case 12:break;case 4:yc(D),Bl(D);break;case 10:wi(D);break;case 9:break;case 14:break;case 17:ii(D.type)&&Ma(D);break;case 19:if(Vn($n,D),Y=D.memoizedState,Y===null)break;if(Ae=(D.effectTag&64)!==0,De=Y.rendering,De===null){if(Ae)Dc(Y,!1);else if(Yi!==Bu||T!==null&&(T.effectTag&64)!==0)for(T=D.child;T!==null;){if(De=fp(T),De!==null){for(D.effectTag|=64,Dc(Y,!1),T=De.updateQueue,T!==null&&(D.updateQueue=T,D.effectTag|=4),Y.lastEffect===null&&(D.firstEffect=null),D.lastEffect=Y.lastEffect,T=j,Y=D.child;Y!==null;)Ae=Y,j=T,Ae.effectTag&=2,Ae.nextEffect=null,Ae.firstEffect=null,Ae.lastEffect=null,De=Ae.alternate,De===null?(Ae.childExpirationTime=0,Ae.expirationTime=j,Ae.child=null,Ae.memoizedProps=null,Ae.memoizedState=null,Ae.updateQueue=null,Ae.dependencies=null):(Ae.childExpirationTime=De.childExpirationTime,Ae.expirationTime=De.expirationTime,Ae.child=De.child,Ae.memoizedProps=De.memoizedProps,Ae.memoizedState=De.memoizedState,Ae.updateQueue=De.updateQueue,j=De.dependencies,Ae.dependencies=j===null?null:{expirationTime:j.expirationTime,firstContext:j.firstContext,responders:j.responders}),Y=Y.sibling;On($n,$n.current&1|2,D),D=D.child;break e}T=T.sibling}}else{if(!Ae)if(T=fp(De),T!==null){if(D.effectTag|=64,Ae=!0,T=T.updateQueue,T!==null&&(D.updateQueue=T,D.effectTag|=4),Dc(Y,!0),Y.tail===null&&Y.tailMode==="hidden"&&!De.alternate){D=D.lastEffect=Y.lastEffect,D!==null&&(D.nextEffect=null);break}}else Li()>Y.tailExpiration&&1Y&&(Y=j),De>Y&&(Y=De),Ae=Ae.sibling;T.childExpirationTime=Y}if(D!==null)return D;S!==null&&(S.effectTag&2048)===0&&(S.firstEffect===null&&(S.firstEffect=Or.firstEffect),Or.lastEffect!==null&&(S.lastEffect!==null&&(S.lastEffect.nextEffect=Or.firstEffect),S.lastEffect=Or.lastEffect),1S?D:S}function Pu(S){var D=_o();return lo(99,hF.bind(null,S,D)),null}function hF(S,D){do Bp();while(Bg!==null);if((yr&(rs|js))!==En)throw Error(n(327));var T=S.finishedWork,j=S.finishedExpirationTime;if(T===null)return null;if(S.finishedWork=null,S.finishedExpirationTime=0,T===S.current)throw Error(n(177));S.callbackNode=null,S.callbackExpirationTime=0,S.callbackPriority=90,S.nextKnownPendingLevel=0;var Y=bw(T);if(S.firstPendingTime=Y,j<=S.lastSuspendedTime?S.firstSuspendedTime=S.lastSuspendedTime=S.nextKnownPendingLevel=0:j<=S.firstSuspendedTime&&(S.firstSuspendedTime=j-1),j<=S.lastPingedTime&&(S.lastPingedTime=0),j<=S.lastExpiredTime&&(S.lastExpiredTime=0),S===gi&&(Or=gi=null,ns=0),1=T?ln(S,D,T):(On($n,$n.current&1,D),D=si(S,D,T),D!==null?D.sibling:null);On($n,$n.current&1,D);break;case 19:if(j=D.childExpirationTime>=T,(S.effectTag&64)!==0){if(j)return Ga(S,D,T);D.effectTag|=64}if(Y=D.memoizedState,Y!==null&&(Y.rendering=null,Y.tail=null),On($n,$n.current,D),!j)return null}return si(S,D,T)}Go=!1}}else Go=!1;switch(D.expirationTime=0,D.tag){case 2:if(j=D.type,S!==null&&(S.alternate=null,D.alternate=null,D.effectTag|=2),S=D.pendingProps,Y=Oe(D,Mn.current),ds(D,T),Y=cg(null,D,j,S,Y,T),D.effectTag|=1,typeof Y=="object"&&Y!==null&&typeof Y.render=="function"&&Y.$$typeof===void 0){if(D.tag=1,yw(),ii(j)){var Ae=!0;Ac(D)}else Ae=!1;D.memoizedState=Y.state!==null&&Y.state!==void 0?Y.state:null;var De=j.getDerivedStateFromProps;typeof De=="function"&&er(D,j,De,S),Y.updater=$r,D.stateNode=Y,Y._reactInternalFiber=D,jo(D,j,S,T),D=yp(null,D,j,!0,Ae,T)}else D.tag=0,ws(null,D,Y,T),D=D.child;return D;case 16:if(Y=D.elementType,S!==null&&(S.alternate=null,D.alternate=null,D.effectTag|=2),S=D.pendingProps,me(Y),Y._status!==1)throw Y._result;switch(Y=Y._result,D.type=Y,Ae=D.tag=wF(Y),S=Ci(Y,S),Ae){case 0:D=LA(null,D,Y,S,T);break;case 1:D=mp(null,D,Y,S,T);break;case 11:D=Ii(null,D,Y,S,T);break;case 14:D=Qm(null,D,Y,Ci(Y.type,S),j,T);break;default:throw Error(n(306,Y,""))}return D;case 0:return j=D.type,Y=D.pendingProps,Y=D.elementType===j?Y:Ci(j,Y),LA(S,D,j,Y,T);case 1:return j=D.type,Y=D.pendingProps,Y=D.elementType===j?Y:Ci(j,Y),mp(S,D,j,Y,T);case 3:if(yg(D),j=D.updateQueue,j===null)throw Error(n(282));if(Y=D.memoizedState,Y=Y!==null?Y.element:null,ye(D,j,D.pendingProps,null,T),j=D.memoizedState.element,j===Y)mg(),D=si(S,D,T);else{if((Y=D.stateNode.hydrate)&&(y?(Bc=cu(D.stateNode.containerInfo),Aa=D,Y=Il=!0):Y=!1),Y)for(T=sg(D,null,j,T),D.child=T;T;)T.effectTag=T.effectTag&-3|1024,T=T.sibling;else ws(S,D,j,T),mg();D=D.child}return D;case 5:return Pm(D),S===null&&NA(D),j=D.type,Y=D.pendingProps,Ae=S!==null?S.memoizedProps:null,De=Y.children,ke(j,Y)?De=null:Ae!==null&&ke(j,Ae)&&(D.effectTag|=16),qo(S,D),D.mode&4&&T!==1&&xe(j,Y)?(D.expirationTime=D.childExpirationTime=1,D=null):(ws(S,D,De,T),D=D.child),D;case 6:return S===null&&NA(D),null;case 13:return ln(S,D,T);case 4:return og(D,D.stateNode.containerInfo),j=D.pendingProps,S===null?D.child=gu(D,null,j,T):ws(S,D,j,T),D.child;case 11:return j=D.type,Y=D.pendingProps,Y=D.elementType===j?Y:Ci(j,Y),Ii(S,D,j,Y,T);case 7:return ws(S,D,D.pendingProps,T),D.child;case 8:return ws(S,D,D.pendingProps.children,T),D.child;case 12:return ws(S,D,D.pendingProps.children,T),D.child;case 10:e:{if(j=D.type._context,Y=D.pendingProps,De=D.memoizedProps,Ae=Y.value,Ho(D,Ae),De!==null){var vt=De.value;if(Ae=hs(vt,Ae)?0:(typeof j._calculateChangedBits=="function"?j._calculateChangedBits(vt,Ae):1073741823)|0,Ae===0){if(De.children===Y.children&&!_i.current){D=si(S,D,T);break e}}else for(vt=D.child,vt!==null&&(vt.return=D);vt!==null;){var wt=vt.dependencies;if(wt!==null){De=vt.child;for(var xt=wt.firstContext;xt!==null;){if(xt.context===j&&(xt.observedBits&Ae)!==0){vt.tag===1&&(xt=ys(T,null),xt.tag=2,tt(vt,xt)),vt.expirationTime"u")return!1;var D=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(D.isDisabled||!D.supportsFiber)return!0;try{var T=D.inject(S);xw=function(j){try{D.onCommitFiberRoot(T,j,void 0,(j.current.effectTag&64)===64)}catch{}},kw=function(j){try{D.onCommitFiberUnmount(T,j)}catch{}}}catch{}return!0}function CF(S,D,T,j){this.tag=S,this.key=T,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=D,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=j,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function Dl(S,D,T,j){return new CF(S,D,T,j)}function Qw(S){return S=S.prototype,!(!S||!S.isReactComponent)}function wF(S){if(typeof S=="function")return Qw(S)?1:0;if(S!=null){if(S=S.$$typeof,S===L)return 11;if(S===te)return 14}return 2}function WA(S,D){var T=S.alternate;return T===null?(T=Dl(S.tag,D,S.key,S.mode),T.elementType=S.elementType,T.type=S.type,T.stateNode=S.stateNode,T.alternate=S,S.alternate=T):(T.pendingProps=D,T.effectTag=0,T.nextEffect=null,T.firstEffect=null,T.lastEffect=null),T.childExpirationTime=S.childExpirationTime,T.expirationTime=S.expirationTime,T.child=S.child,T.memoizedProps=S.memoizedProps,T.memoizedState=S.memoizedState,T.updateQueue=S.updateQueue,D=S.dependencies,T.dependencies=D===null?null:{expirationTime:D.expirationTime,firstContext:D.firstContext,responders:D.responders},T.sibling=S.sibling,T.index=S.index,T.ref=S.ref,T}function jm(S,D,T,j,Y,Ae){var De=2;if(j=S,typeof S=="function")Qw(S)&&(De=1);else if(typeof S=="string")De=5;else e:switch(S){case E:return bu(T.children,Y,Ae,D);case R:De=8,Y|=7;break;case I:De=8,Y|=1;break;case v:return S=Dl(12,T,D,Y|8),S.elementType=v,S.type=v,S.expirationTime=Ae,S;case U:return S=Dl(13,T,D,Y),S.type=U,S.elementType=U,S.expirationTime=Ae,S;case J:return S=Dl(19,T,D,Y),S.elementType=J,S.expirationTime=Ae,S;default:if(typeof S=="object"&&S!==null)switch(S.$$typeof){case x:De=10;break e;case C:De=9;break e;case L:De=11;break e;case te:De=14;break e;case ae:De=16,j=null;break e}throw Error(n(130,S==null?S:typeof S,""))}return D=Dl(De,T,D,Y),D.elementType=S,D.type=j,D.expirationTime=Ae,D}function bu(S,D,T,j){return S=Dl(7,S,j,D),S.expirationTime=T,S}function Fw(S,D,T){return S=Dl(6,S,null,D),S.expirationTime=T,S}function Rw(S,D,T){return D=Dl(4,S.children!==null?S.children:[],S.key,D),D.expirationTime=T,D.stateNode={containerInfo:S.containerInfo,pendingChildren:null,implementation:S.implementation},D}function IF(S,D,T){this.tag=D,this.current=null,this.containerInfo=S,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=je,this.pendingContext=this.context=null,this.hydrate=T,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function $v(S,D){var T=S.firstSuspendedTime;return S=S.lastSuspendedTime,T!==0&&T>=D&&S<=D}function KA(S,D){var T=S.firstSuspendedTime,j=S.lastSuspendedTime;TD||T===0)&&(S.lastSuspendedTime=D),D<=S.lastPingedTime&&(S.lastPingedTime=0),D<=S.lastExpiredTime&&(S.lastExpiredTime=0)}function eD(S,D){D>S.firstPendingTime&&(S.firstPendingTime=D);var T=S.firstSuspendedTime;T!==0&&(D>=T?S.firstSuspendedTime=S.lastSuspendedTime=S.nextKnownPendingLevel=0:D>=S.lastSuspendedTime&&(S.lastSuspendedTime=D+1),D>S.nextKnownPendingLevel&&(S.nextKnownPendingLevel=D))}function Gm(S,D){var T=S.lastExpiredTime;(T===0||T>D)&&(S.lastExpiredTime=D)}function tD(S){var D=S._reactInternalFiber;if(D===void 0)throw typeof S.render=="function"?Error(n(188)):Error(n(268,Object.keys(S)));return S=Ee(D),S===null?null:S.stateNode}function rD(S,D){S=S.memoizedState,S!==null&&S.dehydrated!==null&&S.retryTime{"use strict";SEe.exports=DEe()});var xEe=_((yKt,bEe)=>{"use strict";var Hyt={ALIGN_COUNT:8,ALIGN_AUTO:0,ALIGN_FLEX_START:1,ALIGN_CENTER:2,ALIGN_FLEX_END:3,ALIGN_STRETCH:4,ALIGN_BASELINE:5,ALIGN_SPACE_BETWEEN:6,ALIGN_SPACE_AROUND:7,DIMENSION_COUNT:2,DIMENSION_WIDTH:0,DIMENSION_HEIGHT:1,DIRECTION_COUNT:3,DIRECTION_INHERIT:0,DIRECTION_LTR:1,DIRECTION_RTL:2,DISPLAY_COUNT:2,DISPLAY_FLEX:0,DISPLAY_NONE:1,EDGE_COUNT:9,EDGE_LEFT:0,EDGE_TOP:1,EDGE_RIGHT:2,EDGE_BOTTOM:3,EDGE_START:4,EDGE_END:5,EDGE_HORIZONTAL:6,EDGE_VERTICAL:7,EDGE_ALL:8,EXPERIMENTAL_FEATURE_COUNT:1,EXPERIMENTAL_FEATURE_WEB_FLEX_BASIS:0,FLEX_DIRECTION_COUNT:4,FLEX_DIRECTION_COLUMN:0,FLEX_DIRECTION_COLUMN_REVERSE:1,FLEX_DIRECTION_ROW:2,FLEX_DIRECTION_ROW_REVERSE:3,JUSTIFY_COUNT:6,JUSTIFY_FLEX_START:0,JUSTIFY_CENTER:1,JUSTIFY_FLEX_END:2,JUSTIFY_SPACE_BETWEEN:3,JUSTIFY_SPACE_AROUND:4,JUSTIFY_SPACE_EVENLY:5,LOG_LEVEL_COUNT:6,LOG_LEVEL_ERROR:0,LOG_LEVEL_WARN:1,LOG_LEVEL_INFO:2,LOG_LEVEL_DEBUG:3,LOG_LEVEL_VERBOSE:4,LOG_LEVEL_FATAL:5,MEASURE_MODE_COUNT:3,MEASURE_MODE_UNDEFINED:0,MEASURE_MODE_EXACTLY:1,MEASURE_MODE_AT_MOST:2,NODE_TYPE_COUNT:2,NODE_TYPE_DEFAULT:0,NODE_TYPE_TEXT:1,OVERFLOW_COUNT:3,OVERFLOW_VISIBLE:0,OVERFLOW_HIDDEN:1,OVERFLOW_SCROLL:2,POSITION_TYPE_COUNT:2,POSITION_TYPE_RELATIVE:0,POSITION_TYPE_ABSOLUTE:1,PRINT_OPTIONS_COUNT:3,PRINT_OPTIONS_LAYOUT:1,PRINT_OPTIONS_STYLE:2,PRINT_OPTIONS_CHILDREN:4,UNIT_COUNT:4,UNIT_UNDEFINED:0,UNIT_POINT:1,UNIT_PERCENT:2,UNIT_AUTO:3,WRAP_COUNT:3,WRAP_NO_WRAP:0,WRAP_WRAP:1,WRAP_WRAP_REVERSE:2};bEe.exports=Hyt});var REe=_((EKt,FEe)=>{"use strict";var jyt=Object.assign||function(t){for(var e=1;e"}}]),t}(),kEe=function(){Wk(t,null,[{key:"fromJS",value:function(r){var o=r.width,a=r.height;return new t(o,a)}}]);function t(e,r){b6(this,t),this.width=e,this.height=r}return Wk(t,[{key:"fromJS",value:function(r){r(this.width,this.height)}},{key:"toString",value:function(){return""}}]),t}(),QEe=function(){function t(e,r){b6(this,t),this.unit=e,this.value=r}return Wk(t,[{key:"fromJS",value:function(r){r(this.unit,this.value)}},{key:"toString",value:function(){switch(this.unit){case tu.UNIT_POINT:return String(this.value);case tu.UNIT_PERCENT:return this.value+"%";case tu.UNIT_AUTO:return"auto";default:return this.value+"?"}}},{key:"valueOf",value:function(){return this.value}}]),t}();FEe.exports=function(t,e){function r(u,A,p){var h=u[A];u[A]=function(){for(var E=arguments.length,I=Array(E),v=0;v1?I-1:0),x=1;x1&&arguments[1]!==void 0?arguments[1]:NaN,p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:NaN,h=arguments.length>3&&arguments[3]!==void 0?arguments[3]:tu.DIRECTION_LTR;return u.call(this,A,p,h)}),jyt({Config:e.Config,Node:e.Node,Layout:t("Layout",Gyt),Size:t("Size",kEe),Value:t("Value",QEe),getInstanceCount:function(){return e.getInstanceCount.apply(e,arguments)}},tu)}});var TEe=_((exports,module)=>{(function(t,e){typeof define=="function"&&define.amd?define([],function(){return e}):typeof module=="object"&&module.exports?module.exports=e:(t.nbind=t.nbind||{}).init=e})(exports,function(Module,cb){typeof Module=="function"&&(cb=Module,Module={}),Module.onRuntimeInitialized=function(t,e){return function(){t&&t.apply(this,arguments);try{Module.ccall("nbind_init")}catch(r){e(r);return}e(null,{bind:Module._nbind_value,reflect:Module.NBind.reflect,queryType:Module.NBind.queryType,toggleLightGC:Module.toggleLightGC,lib:Module})}}(Module.onRuntimeInitialized,cb);var Module;Module||(Module=(typeof Module<"u"?Module:null)||{});var moduleOverrides={};for(var key in Module)Module.hasOwnProperty(key)&&(moduleOverrides[key]=Module[key]);var ENVIRONMENT_IS_WEB=!1,ENVIRONMENT_IS_WORKER=!1,ENVIRONMENT_IS_NODE=!1,ENVIRONMENT_IS_SHELL=!1;if(Module.ENVIRONMENT)if(Module.ENVIRONMENT==="WEB")ENVIRONMENT_IS_WEB=!0;else if(Module.ENVIRONMENT==="WORKER")ENVIRONMENT_IS_WORKER=!0;else if(Module.ENVIRONMENT==="NODE")ENVIRONMENT_IS_NODE=!0;else if(Module.ENVIRONMENT==="SHELL")ENVIRONMENT_IS_SHELL=!0;else throw new Error("The provided Module['ENVIRONMENT'] value is not valid. It must be one of: WEB|WORKER|NODE|SHELL.");else ENVIRONMENT_IS_WEB=typeof window=="object",ENVIRONMENT_IS_WORKER=typeof importScripts=="function",ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof ve=="function"&&!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_WORKER,ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){Module.print||(Module.print=console.log),Module.printErr||(Module.printErr=console.warn);var nodeFS,nodePath;Module.read=function(e,r){nodeFS||(nodeFS={}("")),nodePath||(nodePath={}("")),e=nodePath.normalize(e);var o=nodeFS.readFileSync(e);return r?o:o.toString()},Module.readBinary=function(e){var r=Module.read(e,!0);return r.buffer||(r=new Uint8Array(r)),assert(r.buffer),r},Module.load=function(e){globalEval(read(e))},Module.thisProgram||(process.argv.length>1?Module.thisProgram=process.argv[1].replace(/\\/g,"/"):Module.thisProgram="unknown-program"),Module.arguments=process.argv.slice(2),typeof module<"u"&&(module.exports=Module),Module.inspect=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_SHELL)Module.print||(Module.print=print),typeof printErr<"u"&&(Module.printErr=printErr),typeof read<"u"?Module.read=read:Module.read=function(){throw"no read() available"},Module.readBinary=function(e){if(typeof readbuffer=="function")return new Uint8Array(readbuffer(e));var r=read(e,"binary");return assert(typeof r=="object"),r},typeof scriptArgs<"u"?Module.arguments=scriptArgs:typeof arguments<"u"&&(Module.arguments=arguments),typeof quit=="function"&&(Module.quit=function(t,e){quit(t)});else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(Module.read=function(e){var r=new XMLHttpRequest;return r.open("GET",e,!1),r.send(null),r.responseText},ENVIRONMENT_IS_WORKER&&(Module.readBinary=function(e){var r=new XMLHttpRequest;return r.open("GET",e,!1),r.responseType="arraybuffer",r.send(null),new Uint8Array(r.response)}),Module.readAsync=function(e,r,o){var a=new XMLHttpRequest;a.open("GET",e,!0),a.responseType="arraybuffer",a.onload=function(){a.status==200||a.status==0&&a.response?r(a.response):o()},a.onerror=o,a.send(null)},typeof arguments<"u"&&(Module.arguments=arguments),typeof console<"u")Module.print||(Module.print=function(e){console.log(e)}),Module.printErr||(Module.printErr=function(e){console.warn(e)});else{var TRY_USE_DUMP=!1;Module.print||(Module.print=TRY_USE_DUMP&&typeof dump<"u"?function(t){dump(t)}:function(t){})}ENVIRONMENT_IS_WORKER&&(Module.load=importScripts),typeof Module.setWindowTitle>"u"&&(Module.setWindowTitle=function(t){document.title=t})}else throw"Unknown runtime environment. Where are we?";function globalEval(t){eval.call(null,t)}!Module.load&&Module.read&&(Module.load=function(e){globalEval(Module.read(e))}),Module.print||(Module.print=function(){}),Module.printErr||(Module.printErr=Module.print),Module.arguments||(Module.arguments=[]),Module.thisProgram||(Module.thisProgram="./this.program"),Module.quit||(Module.quit=function(t,e){throw e}),Module.print=Module.print,Module.printErr=Module.printErr,Module.preRun=[],Module.postRun=[];for(var key in moduleOverrides)moduleOverrides.hasOwnProperty(key)&&(Module[key]=moduleOverrides[key]);moduleOverrides=void 0;var Runtime={setTempRet0:function(t){return tempRet0=t,t},getTempRet0:function(){return tempRet0},stackSave:function(){return STACKTOP},stackRestore:function(t){STACKTOP=t},getNativeTypeSize:function(t){switch(t){case"i1":case"i8":return 1;case"i16":return 2;case"i32":return 4;case"i64":return 8;case"float":return 4;case"double":return 8;default:{if(t[t.length-1]==="*")return Runtime.QUANTUM_SIZE;if(t[0]==="i"){var e=parseInt(t.substr(1));return assert(e%8===0),e/8}else return 0}}},getNativeFieldSize:function(t){return Math.max(Runtime.getNativeTypeSize(t),Runtime.QUANTUM_SIZE)},STACK_ALIGN:16,prepVararg:function(t,e){return e==="double"||e==="i64"?t&7&&(assert((t&7)===4),t+=4):assert((t&3)===0),t},getAlignSize:function(t,e,r){return!r&&(t=="i64"||t=="double")?8:t?Math.min(e||(t?Runtime.getNativeFieldSize(t):0),Runtime.QUANTUM_SIZE):Math.min(e,8)},dynCall:function(t,e,r){return r&&r.length?Module["dynCall_"+t].apply(null,[e].concat(r)):Module["dynCall_"+t].call(null,e)},functionPointers:[],addFunction:function(t){for(var e=0;e>2],r=(e+t+15|0)&-16;if(HEAP32[DYNAMICTOP_PTR>>2]=r,r>=TOTAL_MEMORY){var o=enlargeMemory();if(!o)return HEAP32[DYNAMICTOP_PTR>>2]=e,0}return e},alignMemory:function(t,e){var r=t=Math.ceil(t/(e||16))*(e||16);return r},makeBigInt:function(t,e,r){var o=r?+(t>>>0)+ +(e>>>0)*4294967296:+(t>>>0)+ +(e|0)*4294967296;return o},GLOBAL_BASE:8,QUANTUM_SIZE:4,__dummy__:0};Module.Runtime=Runtime;var ABORT=0,EXITSTATUS=0;function assert(t,e){t||abort("Assertion failed: "+e)}function getCFunc(ident){var func=Module["_"+ident];if(!func)try{func=eval("_"+ident)}catch(t){}return assert(func,"Cannot call unknown function "+ident+" (perhaps LLVM optimizations or closure removed it?)"),func}var cwrap,ccall;(function(){var JSfuncs={stackSave:function(){Runtime.stackSave()},stackRestore:function(){Runtime.stackRestore()},arrayToC:function(t){var e=Runtime.stackAlloc(t.length);return writeArrayToMemory(t,e),e},stringToC:function(t){var e=0;if(t!=null&&t!==0){var r=(t.length<<2)+1;e=Runtime.stackAlloc(r),stringToUTF8(t,e,r)}return e}},toC={string:JSfuncs.stringToC,array:JSfuncs.arrayToC};ccall=function(e,r,o,a,n){var u=getCFunc(e),A=[],p=0;if(a)for(var h=0;h>0]=e;break;case"i8":HEAP8[t>>0]=e;break;case"i16":HEAP16[t>>1]=e;break;case"i32":HEAP32[t>>2]=e;break;case"i64":tempI64=[e>>>0,(tempDouble=e,+Math_abs(tempDouble)>=1?tempDouble>0?(Math_min(+Math_floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math_ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[t>>2]=tempI64[0],HEAP32[t+4>>2]=tempI64[1];break;case"float":HEAPF32[t>>2]=e;break;case"double":HEAPF64[t>>3]=e;break;default:abort("invalid type for setValue: "+r)}}Module.setValue=setValue;function getValue(t,e,r){switch(e=e||"i8",e.charAt(e.length-1)==="*"&&(e="i32"),e){case"i1":return HEAP8[t>>0];case"i8":return HEAP8[t>>0];case"i16":return HEAP16[t>>1];case"i32":return HEAP32[t>>2];case"i64":return HEAP32[t>>2];case"float":return HEAPF32[t>>2];case"double":return HEAPF64[t>>3];default:abort("invalid type for setValue: "+e)}return null}Module.getValue=getValue;var ALLOC_NORMAL=0,ALLOC_STACK=1,ALLOC_STATIC=2,ALLOC_DYNAMIC=3,ALLOC_NONE=4;Module.ALLOC_NORMAL=ALLOC_NORMAL,Module.ALLOC_STACK=ALLOC_STACK,Module.ALLOC_STATIC=ALLOC_STATIC,Module.ALLOC_DYNAMIC=ALLOC_DYNAMIC,Module.ALLOC_NONE=ALLOC_NONE;function allocate(t,e,r,o){var a,n;typeof t=="number"?(a=!0,n=t):(a=!1,n=t.length);var u=typeof e=="string"?e:null,A;if(r==ALLOC_NONE?A=o:A=[typeof _malloc=="function"?_malloc:Runtime.staticAlloc,Runtime.stackAlloc,Runtime.staticAlloc,Runtime.dynamicAlloc][r===void 0?ALLOC_STATIC:r](Math.max(n,u?1:e.length)),a){var o=A,p;for(assert((A&3)==0),p=A+(n&-4);o>2]=0;for(p=A+n;o>0]=0;return A}if(u==="i8")return t.subarray||t.slice?HEAPU8.set(t,A):HEAPU8.set(new Uint8Array(t),A),A;for(var h=0,E,I,v;h>0],r|=o,!(o==0&&!e||(a++,e&&a==e)););e||(e=a);var n="";if(r<128){for(var u=1024,A;e>0;)A=String.fromCharCode.apply(String,HEAPU8.subarray(t,t+Math.min(e,u))),n=n?n+A:A,t+=u,e-=u;return n}return Module.UTF8ToString(t)}Module.Pointer_stringify=Pointer_stringify;function AsciiToString(t){for(var e="";;){var r=HEAP8[t++>>0];if(!r)return e;e+=String.fromCharCode(r)}}Module.AsciiToString=AsciiToString;function stringToAscii(t,e){return writeAsciiToMemory(t,e,!1)}Module.stringToAscii=stringToAscii;var UTF8Decoder=typeof TextDecoder<"u"?new TextDecoder("utf8"):void 0;function UTF8ArrayToString(t,e){for(var r=e;t[r];)++r;if(r-e>16&&t.subarray&&UTF8Decoder)return UTF8Decoder.decode(t.subarray(e,r));for(var o,a,n,u,A,p,h="";;){if(o=t[e++],!o)return h;if(!(o&128)){h+=String.fromCharCode(o);continue}if(a=t[e++]&63,(o&224)==192){h+=String.fromCharCode((o&31)<<6|a);continue}if(n=t[e++]&63,(o&240)==224?o=(o&15)<<12|a<<6|n:(u=t[e++]&63,(o&248)==240?o=(o&7)<<18|a<<12|n<<6|u:(A=t[e++]&63,(o&252)==248?o=(o&3)<<24|a<<18|n<<12|u<<6|A:(p=t[e++]&63,o=(o&1)<<30|a<<24|n<<18|u<<12|A<<6|p))),o<65536)h+=String.fromCharCode(o);else{var E=o-65536;h+=String.fromCharCode(55296|E>>10,56320|E&1023)}}}Module.UTF8ArrayToString=UTF8ArrayToString;function UTF8ToString(t){return UTF8ArrayToString(HEAPU8,t)}Module.UTF8ToString=UTF8ToString;function stringToUTF8Array(t,e,r,o){if(!(o>0))return 0;for(var a=r,n=r+o-1,u=0;u=55296&&A<=57343&&(A=65536+((A&1023)<<10)|t.charCodeAt(++u)&1023),A<=127){if(r>=n)break;e[r++]=A}else if(A<=2047){if(r+1>=n)break;e[r++]=192|A>>6,e[r++]=128|A&63}else if(A<=65535){if(r+2>=n)break;e[r++]=224|A>>12,e[r++]=128|A>>6&63,e[r++]=128|A&63}else if(A<=2097151){if(r+3>=n)break;e[r++]=240|A>>18,e[r++]=128|A>>12&63,e[r++]=128|A>>6&63,e[r++]=128|A&63}else if(A<=67108863){if(r+4>=n)break;e[r++]=248|A>>24,e[r++]=128|A>>18&63,e[r++]=128|A>>12&63,e[r++]=128|A>>6&63,e[r++]=128|A&63}else{if(r+5>=n)break;e[r++]=252|A>>30,e[r++]=128|A>>24&63,e[r++]=128|A>>18&63,e[r++]=128|A>>12&63,e[r++]=128|A>>6&63,e[r++]=128|A&63}}return e[r]=0,r-a}Module.stringToUTF8Array=stringToUTF8Array;function stringToUTF8(t,e,r){return stringToUTF8Array(t,HEAPU8,e,r)}Module.stringToUTF8=stringToUTF8;function lengthBytesUTF8(t){for(var e=0,r=0;r=55296&&o<=57343&&(o=65536+((o&1023)<<10)|t.charCodeAt(++r)&1023),o<=127?++e:o<=2047?e+=2:o<=65535?e+=3:o<=2097151?e+=4:o<=67108863?e+=5:e+=6}return e}Module.lengthBytesUTF8=lengthBytesUTF8;var UTF16Decoder=typeof TextDecoder<"u"?new TextDecoder("utf-16le"):void 0;function demangle(t){var e=Module.___cxa_demangle||Module.__cxa_demangle;if(e){try{var r=t.substr(1),o=lengthBytesUTF8(r)+1,a=_malloc(o);stringToUTF8(r,a,o);var n=_malloc(4),u=e(a,0,0,n);if(getValue(n,"i32")===0&&u)return Pointer_stringify(u)}catch{}finally{a&&_free(a),n&&_free(n),u&&_free(u)}return t}return Runtime.warnOnce("warning: build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling"),t}function demangleAll(t){var e=/__Z[\w\d_]+/g;return t.replace(e,function(r){var o=demangle(r);return r===o?r:r+" ["+o+"]"})}function jsStackTrace(){var t=new Error;if(!t.stack){try{throw new Error(0)}catch(e){t=e}if(!t.stack)return"(no stack trace available)"}return t.stack.toString()}function stackTrace(){var t=jsStackTrace();return Module.extraStackTrace&&(t+=` +`+Module.extraStackTrace()),demangleAll(t)}Module.stackTrace=stackTrace;var HEAP,buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferViews(){Module.HEAP8=HEAP8=new Int8Array(buffer),Module.HEAP16=HEAP16=new Int16Array(buffer),Module.HEAP32=HEAP32=new Int32Array(buffer),Module.HEAPU8=HEAPU8=new Uint8Array(buffer),Module.HEAPU16=HEAPU16=new Uint16Array(buffer),Module.HEAPU32=HEAPU32=new Uint32Array(buffer),Module.HEAPF32=HEAPF32=new Float32Array(buffer),Module.HEAPF64=HEAPF64=new Float64Array(buffer)}var STATIC_BASE,STATICTOP,staticSealed,STACK_BASE,STACKTOP,STACK_MAX,DYNAMIC_BASE,DYNAMICTOP_PTR;STATIC_BASE=STATICTOP=STACK_BASE=STACKTOP=STACK_MAX=DYNAMIC_BASE=DYNAMICTOP_PTR=0,staticSealed=!1;function abortOnCannotGrowMemory(){abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value "+TOTAL_MEMORY+", (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 ")}function enlargeMemory(){abortOnCannotGrowMemory()}var TOTAL_STACK=Module.TOTAL_STACK||5242880,TOTAL_MEMORY=Module.TOTAL_MEMORY||134217728;TOTAL_MEMORY0;){var e=t.shift();if(typeof e=="function"){e();continue}var r=e.func;typeof r=="number"?e.arg===void 0?Module.dynCall_v(r):Module.dynCall_vi(r,e.arg):r(e.arg===void 0?null:e.arg)}}var __ATPRERUN__=[],__ATINIT__=[],__ATMAIN__=[],__ATEXIT__=[],__ATPOSTRUN__=[],runtimeInitialized=!1,runtimeExited=!1;function preRun(){if(Module.preRun)for(typeof Module.preRun=="function"&&(Module.preRun=[Module.preRun]);Module.preRun.length;)addOnPreRun(Module.preRun.shift());callRuntimeCallbacks(__ATPRERUN__)}function ensureInitRuntime(){runtimeInitialized||(runtimeInitialized=!0,callRuntimeCallbacks(__ATINIT__))}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function exitRuntime(){callRuntimeCallbacks(__ATEXIT__),runtimeExited=!0}function postRun(){if(Module.postRun)for(typeof Module.postRun=="function"&&(Module.postRun=[Module.postRun]);Module.postRun.length;)addOnPostRun(Module.postRun.shift());callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(t){__ATPRERUN__.unshift(t)}Module.addOnPreRun=addOnPreRun;function addOnInit(t){__ATINIT__.unshift(t)}Module.addOnInit=addOnInit;function addOnPreMain(t){__ATMAIN__.unshift(t)}Module.addOnPreMain=addOnPreMain;function addOnExit(t){__ATEXIT__.unshift(t)}Module.addOnExit=addOnExit;function addOnPostRun(t){__ATPOSTRUN__.unshift(t)}Module.addOnPostRun=addOnPostRun;function intArrayFromString(t,e,r){var o=r>0?r:lengthBytesUTF8(t)+1,a=new Array(o),n=stringToUTF8Array(t,a,0,a.length);return e&&(a.length=n),a}Module.intArrayFromString=intArrayFromString;function intArrayToString(t){for(var e=[],r=0;r255&&(o&=255),e.push(String.fromCharCode(o))}return e.join("")}Module.intArrayToString=intArrayToString;function writeStringToMemory(t,e,r){Runtime.warnOnce("writeStringToMemory is deprecated and should not be called! Use stringToUTF8() instead!");var o,a;r&&(a=e+lengthBytesUTF8(t),o=HEAP8[a]),stringToUTF8(t,e,1/0),r&&(HEAP8[a]=o)}Module.writeStringToMemory=writeStringToMemory;function writeArrayToMemory(t,e){HEAP8.set(t,e)}Module.writeArrayToMemory=writeArrayToMemory;function writeAsciiToMemory(t,e,r){for(var o=0;o>0]=t.charCodeAt(o);r||(HEAP8[e>>0]=0)}if(Module.writeAsciiToMemory=writeAsciiToMemory,(!Math.imul||Math.imul(4294967295,5)!==-5)&&(Math.imul=function t(e,r){var o=e>>>16,a=e&65535,n=r>>>16,u=r&65535;return a*u+(o*u+a*n<<16)|0}),Math.imul=Math.imul,!Math.fround){var froundBuffer=new Float32Array(1);Math.fround=function(t){return froundBuffer[0]=t,froundBuffer[0]}}Math.fround=Math.fround,Math.clz32||(Math.clz32=function(t){t=t>>>0;for(var e=0;e<32;e++)if(t&1<<31-e)return e;return 32}),Math.clz32=Math.clz32,Math.trunc||(Math.trunc=function(t){return t<0?Math.ceil(t):Math.floor(t)}),Math.trunc=Math.trunc;var Math_abs=Math.abs,Math_cos=Math.cos,Math_sin=Math.sin,Math_tan=Math.tan,Math_acos=Math.acos,Math_asin=Math.asin,Math_atan=Math.atan,Math_atan2=Math.atan2,Math_exp=Math.exp,Math_log=Math.log,Math_sqrt=Math.sqrt,Math_ceil=Math.ceil,Math_floor=Math.floor,Math_pow=Math.pow,Math_imul=Math.imul,Math_fround=Math.fround,Math_round=Math.round,Math_min=Math.min,Math_clz32=Math.clz32,Math_trunc=Math.trunc,runDependencies=0,runDependencyWatcher=null,dependenciesFulfilled=null;function getUniqueRunDependency(t){return t}function addRunDependency(t){runDependencies++,Module.monitorRunDependencies&&Module.monitorRunDependencies(runDependencies)}Module.addRunDependency=addRunDependency;function removeRunDependency(t){if(runDependencies--,Module.monitorRunDependencies&&Module.monitorRunDependencies(runDependencies),runDependencies==0&&(runDependencyWatcher!==null&&(clearInterval(runDependencyWatcher),runDependencyWatcher=null),dependenciesFulfilled)){var e=dependenciesFulfilled;dependenciesFulfilled=null,e()}}Module.removeRunDependency=removeRunDependency,Module.preloadedImages={},Module.preloadedAudios={};var ASM_CONSTS=[function(t,e,r,o,a,n,u,A){return _nbind.callbackSignatureList[t].apply(this,arguments)}];function _emscripten_asm_const_iiiiiiii(t,e,r,o,a,n,u,A){return ASM_CONSTS[t](e,r,o,a,n,u,A)}function _emscripten_asm_const_iiiii(t,e,r,o,a){return ASM_CONSTS[t](e,r,o,a)}function _emscripten_asm_const_iiidddddd(t,e,r,o,a,n,u,A,p){return ASM_CONSTS[t](e,r,o,a,n,u,A,p)}function _emscripten_asm_const_iiididi(t,e,r,o,a,n,u){return ASM_CONSTS[t](e,r,o,a,n,u)}function _emscripten_asm_const_iiii(t,e,r,o){return ASM_CONSTS[t](e,r,o)}function _emscripten_asm_const_iiiid(t,e,r,o,a){return ASM_CONSTS[t](e,r,o,a)}function _emscripten_asm_const_iiiiii(t,e,r,o,a,n){return ASM_CONSTS[t](e,r,o,a,n)}STATIC_BASE=Runtime.GLOBAL_BASE,STATICTOP=STATIC_BASE+12800,__ATINIT__.push({func:function(){__GLOBAL__sub_I_Yoga_cpp()}},{func:function(){__GLOBAL__sub_I_nbind_cc()}},{func:function(){__GLOBAL__sub_I_common_cc()}},{func:function(){__GLOBAL__sub_I_Binding_cc()}}),allocate([0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,127,0,0,192,127,0,0,192,127,0,0,192,127,3,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,3,0,0,0,0,0,192,127,3,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,192,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,127,0,0,192,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,127,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,127,0,0,192,127,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,0,0,128,191,0,0,128,191,0,0,192,127,0,0,0,0,0,0,0,0,0,0,128,63,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,0,1,0,0,0,2,0,0,0,0,0,0,0,190,12,0,0,200,12,0,0,208,12,0,0,216,12,0,0,230,12,0,0,242,12,0,0,1,0,0,0,3,0,0,0,0,0,0,0,2,0,0,0,0,0,192,127,3,0,0,0,180,45,0,0,181,45,0,0,182,45,0,0,181,45,0,0,182,45,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,183,45,0,0,181,45,0,0,181,45,0,0,181,45,0,0,181,45,0,0,181,45,0,0,181,45,0,0,184,45,0,0,185,45,0,0,181,45,0,0,181,45,0,0,182,45,0,0,186,45,0,0,185,45,0,0,148,4,0,0,3,0,0,0,187,45,0,0,164,4,0,0,188,45,0,0,2,0,0,0,189,45,0,0,164,4,0,0,188,45,0,0,185,45,0,0,164,4,0,0,185,45,0,0,164,4,0,0,188,45,0,0,181,45,0,0,182,45,0,0,181,45,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5,0,0,0,6,0,0,0,1,0,0,0,7,0,0,0,183,45,0,0,182,45,0,0,181,45,0,0,190,45,0,0,190,45,0,0,182,45,0,0,182,45,0,0,185,45,0,0,181,45,0,0,185,45,0,0,182,45,0,0,181,45,0,0,185,45,0,0,182,45,0,0,185,45,0,0,48,5,0,0,3,0,0,0,56,5,0,0,1,0,0,0,189,45,0,0,185,45,0,0,164,4,0,0,76,5,0,0,2,0,0,0,191,45,0,0,186,45,0,0,182,45,0,0,185,45,0,0,192,45,0,0,185,45,0,0,182,45,0,0,186,45,0,0,185,45,0,0,76,5,0,0,76,5,0,0,136,5,0,0,182,45,0,0,181,45,0,0,2,0,0,0,190,45,0,0,136,5,0,0,56,19,0,0,156,5,0,0,2,0,0,0,184,45,0,0,0,0,0,0,0,0,0,0,1,0,0,0,8,0,0,0,9,0,0,0,1,0,0,0,10,0,0,0,204,5,0,0,181,45,0,0,181,45,0,0,2,0,0,0,180,45,0,0,204,5,0,0,2,0,0,0,195,45,0,0,236,5,0,0,97,19,0,0,198,45,0,0,211,45,0,0,212,45,0,0,213,45,0,0,214,45,0,0,215,45,0,0,188,45,0,0,182,45,0,0,216,45,0,0,217,45,0,0,218,45,0,0,219,45,0,0,192,45,0,0,181,45,0,0,0,0,0,0,185,45,0,0,110,19,0,0,186,45,0,0,115,19,0,0,221,45,0,0,120,19,0,0,148,4,0,0,132,19,0,0,96,6,0,0,145,19,0,0,222,45,0,0,164,19,0,0,223,45,0,0,173,19,0,0,0,0,0,0,3,0,0,0,104,6,0,0,1,0,0,0,187,45,0,0,0,0,0,0,0,0,0,0,1,0,0,0,11,0,0,0,12,0,0,0,1,0,0,0,13,0,0,0,185,45,0,0,224,45,0,0,164,6,0,0,188,45,0,0,172,6,0,0,180,6,0,0,2,0,0,0,188,6,0,0,7,0,0,0,224,45,0,0,7,0,0,0,164,6,0,0,1,0,0,0,213,45,0,0,185,45,0,0,224,45,0,0,172,6,0,0,185,45,0,0,224,45,0,0,164,6,0,0,185,45,0,0,224,45,0,0,211,45,0,0,211,45,0,0,222,45,0,0,211,45,0,0,224,45,0,0,222,45,0,0,211,45,0,0,224,45,0,0,172,6,0,0,222,45,0,0,211,45,0,0,224,45,0,0,188,45,0,0,222,45,0,0,211,45,0,0,40,7,0,0,188,45,0,0,2,0,0,0,224,45,0,0,185,45,0,0,188,45,0,0,188,45,0,0,188,45,0,0,188,45,0,0,222,45,0,0,224,45,0,0,148,4,0,0,185,45,0,0,148,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,185,45,0,0,164,6,0,0,148,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,14,0,0,0,15,0,0,0,1,0,0,0,16,0,0,0,148,7,0,0,2,0,0,0,225,45,0,0,183,45,0,0,188,45,0,0,168,7,0,0,5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,234,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,9,0,0,5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,2,0,0,0,242,45,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,111,117,108,100,32,110,111,116,32,97,108,108,111,99,97,116,101,32,109,101,109,111,114,121,32,102,111,114,32,110,111,100,101,0,67,97,110,110,111,116,32,114,101,115,101,116,32,97,32,110,111,100,101,32,119,104,105,99,104,32,115,116,105,108,108,32,104,97,115,32,99,104,105,108,100,114,101,110,32,97,116,116,97,99,104,101,100,0,67,97,110,110,111,116,32,114,101,115,101,116,32,97,32,110,111,100,101,32,115,116,105,108,108,32,97,116,116,97,99,104,101,100,32,116,111,32,97,32,112,97,114,101,110,116,0,67,111,117,108,100,32,110,111,116,32,97,108,108,111,99,97,116,101,32,109,101,109,111,114,121,32,102,111,114,32,99,111,110,102,105,103,0,67,97,110,110,111,116,32,115,101,116,32,109,101,97,115,117,114,101,32,102,117,110,99,116,105,111,110,58,32,78,111,100,101,115,32,119,105,116,104,32,109,101,97,115,117,114,101,32,102,117,110,99,116,105,111,110,115,32,99,97,110,110,111,116,32,104,97,118,101,32,99,104,105,108,100,114,101,110,46,0,67,104,105,108,100,32,97,108,114,101,97,100,121,32,104,97,115,32,97,32,112,97,114,101,110,116,44,32,105,116,32,109,117,115,116,32,98,101,32,114,101,109,111,118,101,100,32,102,105,114,115,116,46,0,67,97,110,110,111,116,32,97,100,100,32,99,104,105,108,100,58,32,78,111,100,101,115,32,119,105,116,104,32,109,101,97,115,117,114,101,32,102,117,110,99,116,105,111,110,115,32,99,97,110,110,111,116,32,104,97,118,101,32,99,104,105,108,100,114,101,110,46,0,79,110,108,121,32,108,101,97,102,32,110,111,100,101,115,32,119,105,116,104,32,99,117,115,116,111,109,32,109,101,97,115,117,114,101,32,102,117,110,99,116,105,111,110,115,115,104,111,117,108,100,32,109,97,110,117,97,108,108,121,32,109,97,114,107,32,116,104,101,109,115,101,108,118,101,115,32,97,115,32,100,105,114,116,121,0,67,97,110,110,111,116,32,103,101,116,32,108,97,121,111,117,116,32,112,114,111,112,101,114,116,105,101,115,32,111,102,32,109,117,108,116,105,45,101,100,103,101,32,115,104,111,114,116,104,97,110,100,115,0,37,115,37,100,46,123,91,115,107,105,112,112,101,100,93,32,0,119,109,58,32,37,115,44,32,104,109,58,32,37,115,44,32,97,119,58,32,37,102,32,97,104,58,32,37,102,32,61,62,32,100,58,32,40,37,102,44,32,37,102,41,32,37,115,10,0,37,115,37,100,46,123,37,115,0,42,0,119,109,58,32,37,115,44,32,104,109,58,32,37,115,44,32,97,119,58,32,37,102,32,97,104,58,32,37,102,32,37,115,10,0,37,115,37,100,46,125,37,115,0,119,109,58,32,37,115,44,32,104,109,58,32,37,115,44,32,100,58,32,40,37,102,44,32,37,102,41,32,37,115,10,0,79,117,116,32,111,102,32,99,97,99,104,101,32,101,110,116,114,105,101,115,33,10,0,83,99,97,108,101,32,102,97,99,116,111,114,32,115,104,111,117,108,100,32,110,111,116,32,98,101,32,108,101,115,115,32,116,104,97,110,32,122,101,114,111,0,105,110,105,116,105,97,108,0,37,115,10,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,85,78,68,69,70,73,78,69,68,0,69,88,65,67,84,76,89,0,65,84,95,77,79,83,84,0,76,65,89,95,85,78,68,69,70,73,78,69,68,0,76,65,89,95,69,88,65,67,84,76,89,0,76,65,89,95,65,84,95,77,79,83,84,0,97,118,97,105,108,97,98,108,101,87,105,100,116,104,32,105,115,32,105,110,100,101,102,105,110,105,116,101,32,115,111,32,119,105,100,116,104,77,101,97,115,117,114,101,77,111,100,101,32,109,117,115,116,32,98,101,32,89,71,77,101,97,115,117,114,101,77,111,100,101,85,110,100,101,102,105,110,101,100,0,97,118,97,105,108,97,98,108,101,72,101,105,103,104,116,32,105,115,32,105,110,100,101,102,105,110,105,116,101,32,115,111,32,104,101,105,103,104,116,77,101,97,115,117,114,101,77,111,100,101,32,109,117,115,116,32,98,101,32,89,71,77,101,97,115,117,114,101,77,111,100,101,85,110,100,101,102,105,110,101,100,0,102,108,101,120,0,115,116,114,101,116,99,104,0,109,117,108,116,105,108,105,110,101,45,115,116,114,101,116,99,104,0,69,120,112,101,99,116,101,100,32,110,111,100,101,32,116,111,32,104,97,118,101,32,99,117,115,116,111,109,32,109,101,97,115,117,114,101,32,102,117,110,99,116,105,111,110,0,109,101,97,115,117,114,101,0,69,120,112,101,99,116,32,99,117,115,116,111,109,32,98,97,115,101,108,105,110,101,32,102,117,110,99,116,105,111,110,32,116,111,32,110,111,116,32,114,101,116,117,114,110,32,78,97,78,0,97,98,115,45,109,101,97,115,117,114,101,0,97,98,115,45,108,97,121,111,117,116,0,78,111,100,101,0,99,114,101,97,116,101,68,101,102,97,117,108,116,0,99,114,101,97,116,101,87,105,116,104,67,111,110,102,105,103,0,100,101,115,116,114,111,121,0,114,101,115,101,116,0,99,111,112,121,83,116,121,108,101,0,115,101,116,80,111,115,105,116,105,111,110,84,121,112,101,0,115,101,116,80,111,115,105,116,105,111,110,0,115,101,116,80,111,115,105,116,105,111,110,80,101,114,99,101,110,116,0,115,101,116,65,108,105,103,110,67,111,110,116,101,110,116,0,115,101,116,65,108,105,103,110,73,116,101,109,115,0,115,101,116,65,108,105,103,110,83,101,108,102,0,115,101,116,70,108,101,120,68,105,114,101,99,116,105,111,110,0,115,101,116,70,108,101,120,87,114,97,112,0,115,101,116,74,117,115,116,105,102,121,67,111,110,116,101,110,116,0,115,101,116,77,97,114,103,105,110,0,115,101,116,77,97,114,103,105,110,80,101,114,99,101,110,116,0,115,101,116,77,97,114,103,105,110,65,117,116,111,0,115,101,116,79,118,101,114,102,108,111,119,0,115,101,116,68,105,115,112,108,97,121,0,115,101,116,70,108,101,120,0,115,101,116,70,108,101,120,66,97,115,105,115,0,115,101,116,70,108,101,120,66,97,115,105,115,80,101,114,99,101,110,116,0,115,101,116,70,108,101,120,71,114,111,119,0,115,101,116,70,108,101,120,83,104,114,105,110,107,0,115,101,116,87,105,100,116,104,0,115,101,116,87,105,100,116,104,80,101,114,99,101,110,116,0,115,101,116,87,105,100,116,104,65,117,116,111,0,115,101,116,72,101,105,103,104,116,0,115,101,116,72,101,105,103,104,116,80,101,114,99,101,110,116,0,115,101,116,72,101,105,103,104,116,65,117,116,111,0,115,101,116,77,105,110,87,105,100,116,104,0,115,101,116,77,105,110,87,105,100,116,104,80,101,114,99,101,110,116,0,115,101,116,77,105,110,72,101,105,103,104,116,0,115,101,116,77,105,110,72,101,105,103,104,116,80,101,114,99,101,110,116,0,115,101,116,77,97,120,87,105,100,116,104,0,115,101,116,77,97,120,87,105,100,116,104,80,101,114,99,101,110,116,0,115,101,116,77,97,120,72,101,105,103,104,116,0,115,101,116,77,97,120,72,101,105,103,104,116,80,101,114,99,101,110,116,0,115,101,116,65,115,112,101,99,116,82,97,116,105,111,0,115,101,116,66,111,114,100,101,114,0,115,101,116,80,97,100,100,105,110,103,0,115,101,116,80,97,100,100,105,110,103,80,101,114,99,101,110,116,0,103,101,116,80,111,115,105,116,105,111,110,84,121,112,101,0,103,101,116,80,111,115,105,116,105,111,110,0,103,101,116,65,108,105,103,110,67,111,110,116,101,110,116,0,103,101,116,65,108,105,103,110,73,116,101,109,115,0,103,101,116,65,108,105,103,110,83,101,108,102,0,103,101,116,70,108,101,120,68,105,114,101,99,116,105,111,110,0,103,101,116,70,108,101,120,87,114,97,112,0,103,101,116,74,117,115,116,105,102,121,67,111,110,116,101,110,116,0,103,101,116,77,97,114,103,105,110,0,103,101,116,70,108,101,120,66,97,115,105,115,0,103,101,116,70,108,101,120,71,114,111,119,0,103,101,116,70,108,101,120,83,104,114,105,110,107,0,103,101,116,87,105,100,116,104,0,103,101,116,72,101,105,103,104,116,0,103,101,116,77,105,110,87,105,100,116,104,0,103,101,116,77,105,110,72,101,105,103,104,116,0,103,101,116,77,97,120,87,105,100,116,104,0,103,101,116,77,97,120,72,101,105,103,104,116,0,103,101,116,65,115,112,101,99,116,82,97,116,105,111,0,103,101,116,66,111,114,100,101,114,0,103,101,116,79,118,101,114,102,108,111,119,0,103,101,116,68,105,115,112,108,97,121,0,103,101,116,80,97,100,100,105,110,103,0,105,110,115,101,114,116,67,104,105,108,100,0,114,101,109,111,118,101,67,104,105,108,100,0,103,101,116,67,104,105,108,100,67,111,117,110,116,0,103,101,116,80,97,114,101,110,116,0,103,101,116,67,104,105,108,100,0,115,101,116,77,101,97,115,117,114,101,70,117,110,99,0,117,110,115,101,116,77,101,97,115,117,114,101,70,117,110,99,0,109,97,114,107,68,105,114,116,121,0,105,115,68,105,114,116,121,0,99,97,108,99,117,108,97,116,101,76,97,121,111,117,116,0,103,101,116,67,111,109,112,117,116,101,100,76,101,102,116,0,103,101,116,67,111,109,112,117,116,101,100,82,105,103,104,116,0,103,101,116,67,111,109,112,117,116,101,100,84,111,112,0,103,101,116,67,111,109,112,117,116,101,100,66,111,116,116,111,109,0,103,101,116,67,111,109,112,117,116,101,100,87,105,100,116,104,0,103,101,116,67,111,109,112,117,116,101,100,72,101,105,103,104,116,0,103,101,116,67,111,109,112,117,116,101,100,76,97,121,111,117,116,0,103,101,116,67,111,109,112,117,116,101,100,77,97,114,103,105,110,0,103,101,116,67,111,109,112,117,116,101,100,66,111,114,100,101,114,0,103,101,116,67,111,109,112,117,116,101,100,80,97,100,100,105,110,103,0,67,111,110,102,105,103,0,99,114,101,97,116,101,0,115,101,116,69,120,112,101,114,105,109,101,110,116,97,108,70,101,97,116,117,114,101,69,110,97,98,108,101,100,0,115,101,116,80,111,105,110,116,83,99,97,108,101,70,97,99,116,111,114,0,105,115,69,120,112,101,114,105,109,101,110,116,97,108,70,101,97,116,117,114,101,69,110,97,98,108,101,100,0,86,97,108,117,101,0,76,97,121,111,117,116,0,83,105,122,101,0,103,101,116,73,110,115,116,97,110,99,101,67,111,117,110,116,0,73,110,116,54,52,0,1,1,1,2,2,4,4,4,4,8,8,4,8,118,111,105,100,0,98,111,111,108,0,115,116,100,58,58,115,116,114,105,110,103,0,99,98,70,117,110,99,116,105,111,110,32,38,0,99,111,110,115,116,32,99,98,70,117,110,99,116,105,111,110,32,38,0,69,120,116,101,114,110,97,108,0,66,117,102,102,101,114,0,78,66,105,110,100,73,68,0,78,66,105,110,100,0,98,105,110,100,95,118,97,108,117,101,0,114,101,102,108,101,99,116,0,113,117,101,114,121,84,121,112,101,0,108,97,108,108,111,99,0,108,114,101,115,101,116,0,123,114,101,116,117,114,110,40,95,110,98,105,110,100,46,99,97,108,108,98,97,99,107,83,105,103,110,97,116,117,114,101,76,105,115,116,91,36,48,93,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,59,125,0,95,110,98,105,110,100,95,110,101,119,0,17,0,10,0,17,17,17,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,15,10,17,17,17,3,10,7,0,1,19,9,11,11,0,0,9,6,11,0,0,11,0,6,17,0,0,0,17,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,10,10,17,17,17,0,10,0,0,2,0,9,11,0,0,0,9,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,4,13,0,0,0,0,9,14,0,0,0,0,0,14,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,0,18,0,0,0,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,18,18,18,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,9,11,0,0,0,0,0,11,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,45,43,32,32,32,48,88,48,120,0,40,110,117,108,108,41,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,105,110,102,0,73,78,70,0,110,97,110,0,78,65,78,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,46,0,84,33,34,25,13,1,2,3,17,75,28,12,16,4,11,29,18,30,39,104,110,111,112,113,98,32,5,6,15,19,20,21,26,8,22,7,40,36,23,24,9,10,14,27,31,37,35,131,130,125,38,42,43,60,61,62,63,67,71,74,77,88,89,90,91,92,93,94,95,96,97,99,100,101,102,103,105,106,107,108,114,115,116,121,122,123,124,0,73,108,108,101,103,97,108,32,98,121,116,101,32,115,101,113,117,101,110,99,101,0,68,111,109,97,105,110,32,101,114,114,111,114,0,82,101,115,117,108,116,32,110,111,116,32,114,101,112,114,101,115,101,110,116,97,98,108,101,0,78,111,116,32,97,32,116,116,121,0,80,101,114,109,105,115,115,105,111,110,32,100,101,110,105,101,100,0,79,112,101,114,97,116,105,111,110,32,110,111,116,32,112,101,114,109,105,116,116,101,100,0,78,111,32,115,117,99,104,32,102,105,108,101,32,111,114,32,100,105,114,101,99,116,111,114,121,0,78,111,32,115,117,99,104,32,112,114,111,99,101,115,115,0,70,105,108,101,32,101,120,105,115,116,115,0,86,97,108,117,101,32,116,111,111,32,108,97,114,103,101,32,102,111,114,32,100,97,116,97,32,116,121,112,101,0,78,111,32,115,112,97,99,101,32,108,101,102,116,32,111,110,32,100,101,118,105,99,101,0,79,117,116,32,111,102,32,109,101,109,111,114,121,0,82,101,115,111,117,114,99,101,32,98,117,115,121,0,73,110,116,101,114,114,117,112,116,101,100,32,115,121,115,116,101,109,32,99,97,108,108,0,82,101,115,111,117,114,99,101,32,116,101,109,112,111,114,97,114,105,108,121,32,117,110,97,118,97,105,108,97,98,108,101,0,73,110,118,97,108,105,100,32,115,101,101,107,0,67,114,111,115,115,45,100,101,118,105,99,101,32,108,105,110,107,0,82,101,97,100,45,111,110,108,121,32,102,105,108,101,32,115,121,115,116,101,109,0,68,105,114,101,99,116,111,114,121,32,110,111,116,32,101,109,112,116,121,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,112,101,101,114,0,79,112,101,114,97,116,105,111,110,32,116,105,109,101,100,32,111,117,116,0,67,111,110,110,101,99,116,105,111,110,32,114,101,102,117,115,101,100,0,72,111,115,116,32,105,115,32,100,111,119,110,0,72,111,115,116,32,105,115,32,117,110,114,101,97,99,104,97,98,108,101,0,65,100,100,114,101,115,115,32,105,110,32,117,115,101,0,66,114,111,107,101,110,32,112,105,112,101,0,73,47,79,32,101,114,114,111,114,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,32,111,114,32,97,100,100,114,101,115,115,0,66,108,111,99,107,32,100,101,118,105,99,101,32,114,101,113,117,105,114,101,100,0,78,111,32,115,117,99,104,32,100,101,118,105,99,101,0,78,111,116,32,97,32,100,105,114,101,99,116,111,114,121,0,73,115,32,97,32,100,105,114,101,99,116,111,114,121,0,84,101,120,116,32,102,105,108,101,32,98,117,115,121,0,69,120,101,99,32,102,111,114,109,97,116,32,101,114,114,111,114,0,73,110,118,97,108,105,100,32,97,114,103,117,109,101,110,116,0,65,114,103,117,109,101,110,116,32,108,105,115,116,32,116,111,111,32,108,111,110,103,0,83,121,109,98,111,108,105,99,32,108,105,110,107,32,108,111,111,112,0,70,105,108,101,110,97,109,101,32,116,111,111,32,108,111,110,103,0,84,111,111,32,109,97,110,121,32,111,112,101,110,32,102,105,108,101,115,32,105,110,32,115,121,115,116,101,109,0,78,111,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,115,32,97,118,97,105,108,97,98,108,101,0,66,97,100,32,102,105,108,101,32,100,101,115,99,114,105,112,116,111,114,0,78,111,32,99,104,105,108,100,32,112,114,111,99,101,115,115,0,66,97,100,32,97,100,100,114,101,115,115,0,70,105,108,101,32,116,111,111,32,108,97,114,103,101,0,84,111,111,32,109,97,110,121,32,108,105,110,107,115,0,78,111,32,108,111,99,107,115,32,97,118,97,105,108,97,98,108,101,0,82,101,115,111,117,114,99,101,32,100,101,97,100,108,111,99,107,32,119,111,117,108,100,32,111,99,99,117,114,0,83,116,97,116,101,32,110,111,116,32,114,101,99,111,118,101,114,97,98,108,101,0,80,114,101,118,105,111,117,115,32,111,119,110,101,114,32,100,105,101,100,0,79,112,101,114,97,116,105,111,110,32,99,97,110,99,101,108,101,100,0,70,117,110,99,116,105,111,110,32,110,111,116,32,105,109,112,108,101,109,101,110,116,101,100,0,78,111,32,109,101,115,115,97,103,101,32,111,102,32,100,101,115,105,114,101,100,32,116,121,112,101,0,73,100,101,110,116,105,102,105,101,114,32,114,101,109,111,118,101,100,0,68,101,118,105,99,101,32,110,111,116,32,97,32,115,116,114,101,97,109,0,78,111,32,100,97,116,97,32,97,118,97,105,108,97,98,108,101,0,68,101,118,105,99,101,32,116,105,109,101,111,117,116,0,79,117,116,32,111,102,32,115,116,114,101,97,109,115,32,114,101,115,111,117,114,99,101,115,0,76,105,110,107,32,104,97,115,32,98,101,101,110,32,115,101,118,101,114,101,100,0,80,114,111,116,111,99,111,108,32,101,114,114,111,114,0,66,97,100,32,109,101,115,115,97,103,101,0,70,105,108,101,32,100,101,115,99,114,105,112,116,111,114,32,105,110,32,98,97,100,32,115,116,97,116,101,0,78,111,116,32,97,32,115,111,99,107,101,116,0,68,101,115,116,105,110,97,116,105,111,110,32,97,100,100,114,101,115,115,32,114,101,113,117,105,114,101,100,0,77,101,115,115,97,103,101,32,116,111,111,32,108,97,114,103,101,0,80,114,111,116,111,99,111,108,32,119,114,111,110,103,32,116,121,112,101,32,102,111,114,32,115,111,99,107,101,116,0,80,114,111,116,111,99,111,108,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,80,114,111,116,111,99,111,108,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,83,111,99,107,101,116,32,116,121,112,101,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,78,111,116,32,115,117,112,112,111,114,116,101,100,0,80,114,111,116,111,99,111,108,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,65,100,100,114,101,115,115,32,102,97,109,105,108,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,32,98,121,32,112,114,111,116,111,99,111,108,0,65,100,100,114,101,115,115,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,78,101,116,119,111,114,107,32,105,115,32,100,111,119,110,0,78,101,116,119,111,114,107,32,117,110,114,101,97,99,104,97,98,108,101,0,67,111,110,110,101,99,116,105,111,110,32,114,101,115,101,116,32,98,121,32,110,101,116,119,111,114,107,0,67,111,110,110,101,99,116,105,111,110,32,97,98,111,114,116,101,100,0,78,111,32,98,117,102,102,101,114,32,115,112,97,99,101,32,97,118,97,105,108,97,98,108,101,0,83,111,99,107,101,116,32,105,115,32,99,111,110,110,101,99,116,101,100,0,83,111,99,107,101,116,32,110,111,116,32,99,111,110,110,101,99,116,101,100,0,67,97,110,110,111,116,32,115,101,110,100,32,97,102,116,101,114,32,115,111,99,107,101,116,32,115,104,117,116,100,111,119,110,0,79,112,101,114,97,116,105,111,110,32,97,108,114,101,97,100,121,32,105,110,32,112,114,111,103,114,101,115,115,0,79,112,101,114,97,116,105,111,110,32,105,110,32,112,114,111,103,114,101,115,115,0,83,116,97,108,101,32,102,105,108,101,32,104,97,110,100,108,101,0,82,101,109,111,116,101,32,73,47,79,32,101,114,114,111,114,0,81,117,111,116,97,32,101,120,99,101,101,100,101,100,0,78,111,32,109,101,100,105,117,109,32,102,111,117,110,100,0,87,114,111,110,103,32,109,101,100,105,117,109,32,116,121,112,101,0,78,111,32,101,114,114,111,114,32,105,110,102,111,114,109,97,116,105,111,110,0,0],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE);var tempDoublePtr=STATICTOP;STATICTOP+=16;function _atexit(t,e){__ATEXIT__.unshift({func:t,arg:e})}function ___cxa_atexit(){return _atexit.apply(null,arguments)}function _abort(){Module.abort()}function __ZN8facebook4yoga14YGNodeToStringEPNSt3__212basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEP6YGNode14YGPrintOptionsj(){Module.printErr("missing function: _ZN8facebook4yoga14YGNodeToStringEPNSt3__212basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEP6YGNode14YGPrintOptionsj"),abort(-1)}function __decorate(t,e,r,o){var a=arguments.length,n=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,u;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(t,e,r,o);else for(var A=t.length-1;A>=0;A--)(u=t[A])&&(n=(a<3?u(n):a>3?u(e,r,n):u(e,r))||n);return a>3&&n&&Object.defineProperty(e,r,n),n}function _defineHidden(t){return function(e,r){Object.defineProperty(e,r,{configurable:!1,enumerable:!1,value:t,writable:!0})}}var _nbind={};function __nbind_free_external(t){_nbind.externalList[t].dereference(t)}function __nbind_reference_external(t){_nbind.externalList[t].reference()}function _llvm_stackrestore(t){var e=_llvm_stacksave,r=e.LLVM_SAVEDSTACKS[t];e.LLVM_SAVEDSTACKS.splice(t,1),Runtime.stackRestore(r)}function __nbind_register_pool(t,e,r,o){_nbind.Pool.pageSize=t,_nbind.Pool.usedPtr=e/4,_nbind.Pool.rootPtr=r,_nbind.Pool.pagePtr=o/4,HEAP32[e/4]=16909060,HEAP8[e]==1&&(_nbind.bigEndian=!0),HEAP32[e/4]=0,_nbind.makeTypeKindTbl=(n={},n[1024]=_nbind.PrimitiveType,n[64]=_nbind.Int64Type,n[2048]=_nbind.BindClass,n[3072]=_nbind.BindClassPtr,n[4096]=_nbind.SharedClassPtr,n[5120]=_nbind.ArrayType,n[6144]=_nbind.ArrayType,n[7168]=_nbind.CStringType,n[9216]=_nbind.CallbackType,n[10240]=_nbind.BindType,n),_nbind.makeTypeNameTbl={Buffer:_nbind.BufferType,External:_nbind.ExternalType,Int64:_nbind.Int64Type,_nbind_new:_nbind.CreateValueType,bool:_nbind.BooleanType,"cbFunction &":_nbind.CallbackType,"const cbFunction &":_nbind.CallbackType,"const std::string &":_nbind.StringType,"std::string":_nbind.StringType},Module.toggleLightGC=_nbind.toggleLightGC,_nbind.callUpcast=Module.dynCall_ii;var a=_nbind.makeType(_nbind.constructType,{flags:2048,id:0,name:""});a.proto=Module,_nbind.BindClass.list.push(a);var n}function _emscripten_set_main_loop_timing(t,e){if(Browser.mainLoop.timingMode=t,Browser.mainLoop.timingValue=e,!Browser.mainLoop.func)return 1;if(t==0)Browser.mainLoop.scheduler=function(){var u=Math.max(0,Browser.mainLoop.tickStartTime+e-_emscripten_get_now())|0;setTimeout(Browser.mainLoop.runner,u)},Browser.mainLoop.method="timeout";else if(t==1)Browser.mainLoop.scheduler=function(){Browser.requestAnimationFrame(Browser.mainLoop.runner)},Browser.mainLoop.method="rAF";else if(t==2){if(!window.setImmediate){let n=function(u){u.source===window&&u.data===o&&(u.stopPropagation(),r.shift()())};var a=n,r=[],o="setimmediate";window.addEventListener("message",n,!0),window.setImmediate=function(A){r.push(A),ENVIRONMENT_IS_WORKER?(Module.setImmediates===void 0&&(Module.setImmediates=[]),Module.setImmediates.push(A),window.postMessage({target:o})):window.postMessage(o,"*")}}Browser.mainLoop.scheduler=function(){window.setImmediate(Browser.mainLoop.runner)},Browser.mainLoop.method="immediate"}return 0}function _emscripten_get_now(){abort()}function _emscripten_set_main_loop(t,e,r,o,a){Module.noExitRuntime=!0,assert(!Browser.mainLoop.func,"emscripten_set_main_loop: there can only be one main loop function at once: call emscripten_cancel_main_loop to cancel the previous one before setting a new one with different parameters."),Browser.mainLoop.func=t,Browser.mainLoop.arg=o;var n;typeof o<"u"?n=function(){Module.dynCall_vi(t,o)}:n=function(){Module.dynCall_v(t)};var u=Browser.mainLoop.currentlyRunningMainloop;if(Browser.mainLoop.runner=function(){if(!ABORT){if(Browser.mainLoop.queue.length>0){var p=Date.now(),h=Browser.mainLoop.queue.shift();if(h.func(h.arg),Browser.mainLoop.remainingBlockers){var E=Browser.mainLoop.remainingBlockers,I=E%1==0?E-1:Math.floor(E);h.counted?Browser.mainLoop.remainingBlockers=I:(I=I+.5,Browser.mainLoop.remainingBlockers=(8*E+I)/9)}if(console.log('main loop blocker "'+h.name+'" took '+(Date.now()-p)+" ms"),Browser.mainLoop.updateStatus(),u1&&Browser.mainLoop.currentFrameNumber%Browser.mainLoop.timingValue!=0){Browser.mainLoop.scheduler();return}else Browser.mainLoop.timingMode==0&&(Browser.mainLoop.tickStartTime=_emscripten_get_now());Browser.mainLoop.method==="timeout"&&Module.ctx&&(Module.printErr("Looks like you are rendering without using requestAnimationFrame for the main loop. You should use 0 for the frame rate in emscripten_set_main_loop in order to use requestAnimationFrame, as that can greatly improve your frame rates!"),Browser.mainLoop.method=""),Browser.mainLoop.runIter(n),!(u0?_emscripten_set_main_loop_timing(0,1e3/e):_emscripten_set_main_loop_timing(1,1),Browser.mainLoop.scheduler()),r)throw"SimulateInfiniteLoop"}var Browser={mainLoop:{scheduler:null,method:"",currentlyRunningMainloop:0,func:null,arg:0,timingMode:0,timingValue:0,currentFrameNumber:0,queue:[],pause:function(){Browser.mainLoop.scheduler=null,Browser.mainLoop.currentlyRunningMainloop++},resume:function(){Browser.mainLoop.currentlyRunningMainloop++;var t=Browser.mainLoop.timingMode,e=Browser.mainLoop.timingValue,r=Browser.mainLoop.func;Browser.mainLoop.func=null,_emscripten_set_main_loop(r,0,!1,Browser.mainLoop.arg,!0),_emscripten_set_main_loop_timing(t,e),Browser.mainLoop.scheduler()},updateStatus:function(){if(Module.setStatus){var t=Module.statusMessage||"Please wait...",e=Browser.mainLoop.remainingBlockers,r=Browser.mainLoop.expectedBlockers;e?e"u"&&(console.log("warning: Browser does not support creating object URLs. Built-in browser image decoding will not be available."),Module.noImageDecoding=!0);var t={};t.canHandle=function(n){return!Module.noImageDecoding&&/\.(jpg|jpeg|png|bmp)$/i.test(n)},t.handle=function(n,u,A,p){var h=null;if(Browser.hasBlobConstructor)try{h=new Blob([n],{type:Browser.getMimetype(u)}),h.size!==n.length&&(h=new Blob([new Uint8Array(n).buffer],{type:Browser.getMimetype(u)}))}catch(x){Runtime.warnOnce("Blob constructor present but fails: "+x+"; falling back to blob builder")}if(!h){var E=new Browser.BlobBuilder;E.append(new Uint8Array(n).buffer),h=E.getBlob()}var I=Browser.URLObject.createObjectURL(h),v=new Image;v.onload=function(){assert(v.complete,"Image "+u+" could not be decoded");var C=document.createElement("canvas");C.width=v.width,C.height=v.height;var R=C.getContext("2d");R.drawImage(v,0,0),Module.preloadedImages[u]=C,Browser.URLObject.revokeObjectURL(I),A&&A(n)},v.onerror=function(C){console.log("Image "+I+" could not be decoded"),p&&p()},v.src=I},Module.preloadPlugins.push(t);var e={};e.canHandle=function(n){return!Module.noAudioDecoding&&n.substr(-4)in{".ogg":1,".wav":1,".mp3":1}},e.handle=function(n,u,A,p){var h=!1;function E(R){h||(h=!0,Module.preloadedAudios[u]=R,A&&A(n))}function I(){h||(h=!0,Module.preloadedAudios[u]=new Audio,p&&p())}if(Browser.hasBlobConstructor){try{var v=new Blob([n],{type:Browser.getMimetype(u)})}catch{return I()}var x=Browser.URLObject.createObjectURL(v),C=new Audio;C.addEventListener("canplaythrough",function(){E(C)},!1),C.onerror=function(L){if(h)return;console.log("warning: browser could not fully decode audio "+u+", trying slower base64 approach");function U(J){for(var te="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ae="=",fe="",ce=0,me=0,he=0;he=6;){var Be=ce>>me-6&63;me-=6,fe+=te[Be]}return me==2?(fe+=te[(ce&3)<<4],fe+=ae+ae):me==4&&(fe+=te[(ce&15)<<2],fe+=ae),fe}C.src="data:audio/x-"+u.substr(-3)+";base64,"+U(n),E(C)},C.src=x,Browser.safeSetTimeout(function(){E(C)},1e4)}else return I()},Module.preloadPlugins.push(e);function r(){Browser.pointerLock=document.pointerLockElement===Module.canvas||document.mozPointerLockElement===Module.canvas||document.webkitPointerLockElement===Module.canvas||document.msPointerLockElement===Module.canvas}var o=Module.canvas;o&&(o.requestPointerLock=o.requestPointerLock||o.mozRequestPointerLock||o.webkitRequestPointerLock||o.msRequestPointerLock||function(){},o.exitPointerLock=document.exitPointerLock||document.mozExitPointerLock||document.webkitExitPointerLock||document.msExitPointerLock||function(){},o.exitPointerLock=o.exitPointerLock.bind(document),document.addEventListener("pointerlockchange",r,!1),document.addEventListener("mozpointerlockchange",r,!1),document.addEventListener("webkitpointerlockchange",r,!1),document.addEventListener("mspointerlockchange",r,!1),Module.elementPointerLock&&o.addEventListener("click",function(a){!Browser.pointerLock&&Module.canvas.requestPointerLock&&(Module.canvas.requestPointerLock(),a.preventDefault())},!1))},createContext:function(t,e,r,o){if(e&&Module.ctx&&t==Module.canvas)return Module.ctx;var a,n;if(e){var u={antialias:!1,alpha:!1};if(o)for(var A in o)u[A]=o[A];n=GL.createContext(t,u),n&&(a=GL.getContext(n).GLctx)}else a=t.getContext("2d");return a?(r&&(e||assert(typeof GLctx>"u","cannot set in module if GLctx is used, but we are a non-GL context that would replace it"),Module.ctx=a,e&&GL.makeContextCurrent(n),Module.useWebGL=e,Browser.moduleContextCreatedCallbacks.forEach(function(p){p()}),Browser.init()),a):null},destroyContext:function(t,e,r){},fullscreenHandlersInstalled:!1,lockPointer:void 0,resizeCanvas:void 0,requestFullscreen:function(t,e,r){Browser.lockPointer=t,Browser.resizeCanvas=e,Browser.vrDevice=r,typeof Browser.lockPointer>"u"&&(Browser.lockPointer=!0),typeof Browser.resizeCanvas>"u"&&(Browser.resizeCanvas=!1),typeof Browser.vrDevice>"u"&&(Browser.vrDevice=null);var o=Module.canvas;function a(){Browser.isFullscreen=!1;var u=o.parentNode;(document.fullscreenElement||document.mozFullScreenElement||document.msFullscreenElement||document.webkitFullscreenElement||document.webkitCurrentFullScreenElement)===u?(o.exitFullscreen=document.exitFullscreen||document.cancelFullScreen||document.mozCancelFullScreen||document.msExitFullscreen||document.webkitCancelFullScreen||function(){},o.exitFullscreen=o.exitFullscreen.bind(document),Browser.lockPointer&&o.requestPointerLock(),Browser.isFullscreen=!0,Browser.resizeCanvas&&Browser.setFullscreenCanvasSize()):(u.parentNode.insertBefore(o,u),u.parentNode.removeChild(u),Browser.resizeCanvas&&Browser.setWindowedCanvasSize()),Module.onFullScreen&&Module.onFullScreen(Browser.isFullscreen),Module.onFullscreen&&Module.onFullscreen(Browser.isFullscreen),Browser.updateCanvasDimensions(o)}Browser.fullscreenHandlersInstalled||(Browser.fullscreenHandlersInstalled=!0,document.addEventListener("fullscreenchange",a,!1),document.addEventListener("mozfullscreenchange",a,!1),document.addEventListener("webkitfullscreenchange",a,!1),document.addEventListener("MSFullscreenChange",a,!1));var n=document.createElement("div");o.parentNode.insertBefore(n,o),n.appendChild(o),n.requestFullscreen=n.requestFullscreen||n.mozRequestFullScreen||n.msRequestFullscreen||(n.webkitRequestFullscreen?function(){n.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT)}:null)||(n.webkitRequestFullScreen?function(){n.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT)}:null),r?n.requestFullscreen({vrDisplay:r}):n.requestFullscreen()},requestFullScreen:function(t,e,r){return Module.printErr("Browser.requestFullScreen() is deprecated. Please call Browser.requestFullscreen instead."),Browser.requestFullScreen=function(o,a,n){return Browser.requestFullscreen(o,a,n)},Browser.requestFullscreen(t,e,r)},nextRAF:0,fakeRequestAnimationFrame:function(t){var e=Date.now();if(Browser.nextRAF===0)Browser.nextRAF=e+1e3/60;else for(;e+2>=Browser.nextRAF;)Browser.nextRAF+=1e3/60;var r=Math.max(Browser.nextRAF-e,0);setTimeout(t,r)},requestAnimationFrame:function t(e){typeof window>"u"?Browser.fakeRequestAnimationFrame(e):(window.requestAnimationFrame||(window.requestAnimationFrame=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||window.oRequestAnimationFrame||Browser.fakeRequestAnimationFrame),window.requestAnimationFrame(e))},safeCallback:function(t){return function(){if(!ABORT)return t.apply(null,arguments)}},allowAsyncCallbacks:!0,queuedAsyncCallbacks:[],pauseAsyncCallbacks:function(){Browser.allowAsyncCallbacks=!1},resumeAsyncCallbacks:function(){if(Browser.allowAsyncCallbacks=!0,Browser.queuedAsyncCallbacks.length>0){var t=Browser.queuedAsyncCallbacks;Browser.queuedAsyncCallbacks=[],t.forEach(function(e){e()})}},safeRequestAnimationFrame:function(t){return Browser.requestAnimationFrame(function(){ABORT||(Browser.allowAsyncCallbacks?t():Browser.queuedAsyncCallbacks.push(t))})},safeSetTimeout:function(t,e){return Module.noExitRuntime=!0,setTimeout(function(){ABORT||(Browser.allowAsyncCallbacks?t():Browser.queuedAsyncCallbacks.push(t))},e)},safeSetInterval:function(t,e){return Module.noExitRuntime=!0,setInterval(function(){ABORT||Browser.allowAsyncCallbacks&&t()},e)},getMimetype:function(t){return{jpg:"image/jpeg",jpeg:"image/jpeg",png:"image/png",bmp:"image/bmp",ogg:"audio/ogg",wav:"audio/wav",mp3:"audio/mpeg"}[t.substr(t.lastIndexOf(".")+1)]},getUserMedia:function(t){window.getUserMedia||(window.getUserMedia=navigator.getUserMedia||navigator.mozGetUserMedia),window.getUserMedia(t)},getMovementX:function(t){return t.movementX||t.mozMovementX||t.webkitMovementX||0},getMovementY:function(t){return t.movementY||t.mozMovementY||t.webkitMovementY||0},getMouseWheelDelta:function(t){var e=0;switch(t.type){case"DOMMouseScroll":e=t.detail;break;case"mousewheel":e=t.wheelDelta;break;case"wheel":e=t.deltaY;break;default:throw"unrecognized mouse wheel event: "+t.type}return e},mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:function(t){if(Browser.pointerLock)t.type!="mousemove"&&"mozMovementX"in t?Browser.mouseMovementX=Browser.mouseMovementY=0:(Browser.mouseMovementX=Browser.getMovementX(t),Browser.mouseMovementY=Browser.getMovementY(t)),typeof SDL<"u"?(Browser.mouseX=SDL.mouseX+Browser.mouseMovementX,Browser.mouseY=SDL.mouseY+Browser.mouseMovementY):(Browser.mouseX+=Browser.mouseMovementX,Browser.mouseY+=Browser.mouseMovementY);else{var e=Module.canvas.getBoundingClientRect(),r=Module.canvas.width,o=Module.canvas.height,a=typeof window.scrollX<"u"?window.scrollX:window.pageXOffset,n=typeof window.scrollY<"u"?window.scrollY:window.pageYOffset;if(t.type==="touchstart"||t.type==="touchend"||t.type==="touchmove"){var u=t.touch;if(u===void 0)return;var A=u.pageX-(a+e.left),p=u.pageY-(n+e.top);A=A*(r/e.width),p=p*(o/e.height);var h={x:A,y:p};if(t.type==="touchstart")Browser.lastTouches[u.identifier]=h,Browser.touches[u.identifier]=h;else if(t.type==="touchend"||t.type==="touchmove"){var E=Browser.touches[u.identifier];E||(E=h),Browser.lastTouches[u.identifier]=E,Browser.touches[u.identifier]=h}return}var I=t.pageX-(a+e.left),v=t.pageY-(n+e.top);I=I*(r/e.width),v=v*(o/e.height),Browser.mouseMovementX=I-Browser.mouseX,Browser.mouseMovementY=v-Browser.mouseY,Browser.mouseX=I,Browser.mouseY=v}},asyncLoad:function(t,e,r,o){var a=o?"":"al "+t;Module.readAsync(t,function(n){assert(n,'Loading data file "'+t+'" failed (no arrayBuffer).'),e(new Uint8Array(n)),a&&removeRunDependency(a)},function(n){if(r)r();else throw'Loading data file "'+t+'" failed.'}),a&&addRunDependency(a)},resizeListeners:[],updateResizeListeners:function(){var t=Module.canvas;Browser.resizeListeners.forEach(function(e){e(t.width,t.height)})},setCanvasSize:function(t,e,r){var o=Module.canvas;Browser.updateCanvasDimensions(o,t,e),r||Browser.updateResizeListeners()},windowedWidth:0,windowedHeight:0,setFullscreenCanvasSize:function(){if(typeof SDL<"u"){var t=HEAPU32[SDL.screen+Runtime.QUANTUM_SIZE*0>>2];t=t|8388608,HEAP32[SDL.screen+Runtime.QUANTUM_SIZE*0>>2]=t}Browser.updateResizeListeners()},setWindowedCanvasSize:function(){if(typeof SDL<"u"){var t=HEAPU32[SDL.screen+Runtime.QUANTUM_SIZE*0>>2];t=t&-8388609,HEAP32[SDL.screen+Runtime.QUANTUM_SIZE*0>>2]=t}Browser.updateResizeListeners()},updateCanvasDimensions:function(t,e,r){e&&r?(t.widthNative=e,t.heightNative=r):(e=t.widthNative,r=t.heightNative);var o=e,a=r;if(Module.forcedAspectRatio&&Module.forcedAspectRatio>0&&(o/a>2];return e},getStr:function(){var t=Pointer_stringify(SYSCALLS.get());return t},get64:function(){var t=SYSCALLS.get(),e=SYSCALLS.get();return t>=0?assert(e===0):assert(e===-1),t},getZero:function(){assert(SYSCALLS.get()===0)}};function ___syscall6(t,e){SYSCALLS.varargs=e;try{var r=SYSCALLS.getStreamFromFD();return FS.close(r),0}catch(o){return(typeof FS>"u"||!(o instanceof FS.ErrnoError))&&abort(o),-o.errno}}function ___syscall54(t,e){SYSCALLS.varargs=e;try{return 0}catch(r){return(typeof FS>"u"||!(r instanceof FS.ErrnoError))&&abort(r),-r.errno}}function _typeModule(t){var e=[[0,1,"X"],[1,1,"const X"],[128,1,"X *"],[256,1,"X &"],[384,1,"X &&"],[512,1,"std::shared_ptr"],[640,1,"std::unique_ptr"],[5120,1,"std::vector"],[6144,2,"std::array"],[9216,-1,"std::function"]];function r(p,h,E,I,v,x){if(h==1){var C=I&896;(C==128||C==256||C==384)&&(p="X const")}var R;return x?R=E.replace("X",p).replace("Y",v):R=p.replace("X",E).replace("Y",v),R.replace(/([*&]) (?=[*&])/g,"$1")}function o(p,h,E,I,v){throw new Error(p+" type "+E.replace("X",h+"?")+(I?" with flag "+I:"")+" in "+v)}function a(p,h,E,I,v,x,C,R){x===void 0&&(x="X"),R===void 0&&(R=1);var L=E(p);if(L)return L;var U=I(p),J=U.placeholderFlag,te=e[J];C&&te&&(x=r(C[2],C[0],x,te[0],"?",!0));var ae;J==0&&(ae="Unbound"),J>=10&&(ae="Corrupt"),R>20&&(ae="Deeply nested"),ae&&o(ae,p,x,J,v||"?");var fe=U.paramList[0],ce=a(fe,h,E,I,v,x,te,R+1),me,he={flags:te[0],id:p,name:"",paramList:[ce]},Be=[],we="?";switch(U.placeholderFlag){case 1:me=ce.spec;break;case 2:if((ce.flags&15360)==1024&&ce.spec.ptrSize==1){he.flags=7168;break}case 3:case 6:case 5:me=ce.spec,ce.flags&15360;break;case 8:we=""+U.paramList[1],he.paramList.push(U.paramList[1]);break;case 9:for(var g=0,Ee=U.paramList[1];g>2]=t),t}function _llvm_stacksave(){var t=_llvm_stacksave;return t.LLVM_SAVEDSTACKS||(t.LLVM_SAVEDSTACKS=[]),t.LLVM_SAVEDSTACKS.push(Runtime.stackSave()),t.LLVM_SAVEDSTACKS.length-1}function ___syscall140(t,e){SYSCALLS.varargs=e;try{var r=SYSCALLS.getStreamFromFD(),o=SYSCALLS.get(),a=SYSCALLS.get(),n=SYSCALLS.get(),u=SYSCALLS.get(),A=a;return FS.llseek(r,A,u),HEAP32[n>>2]=r.position,r.getdents&&A===0&&u===0&&(r.getdents=null),0}catch(p){return(typeof FS>"u"||!(p instanceof FS.ErrnoError))&&abort(p),-p.errno}}function ___syscall146(t,e){SYSCALLS.varargs=e;try{var r=SYSCALLS.get(),o=SYSCALLS.get(),a=SYSCALLS.get(),n=0;___syscall146.buffer||(___syscall146.buffers=[null,[],[]],___syscall146.printChar=function(E,I){var v=___syscall146.buffers[E];assert(v),I===0||I===10?((E===1?Module.print:Module.printErr)(UTF8ArrayToString(v,0)),v.length=0):v.push(I)});for(var u=0;u>2],p=HEAP32[o+(u*8+4)>>2],h=0;h"u"||!(E instanceof FS.ErrnoError))&&abort(E),-E.errno}}function __nbind_finish(){for(var t=0,e=_nbind.BindClass.list;tt.pageSize/2||e>t.pageSize-r){var o=_nbind.typeNameTbl.NBind.proto;return o.lalloc(e)}else return HEAPU32[t.usedPtr]=r+e,t.rootPtr+r},t.lreset=function(e,r){var o=HEAPU32[t.pagePtr];if(o){var a=_nbind.typeNameTbl.NBind.proto;a.lreset(e,r)}else HEAPU32[t.usedPtr]=e},t}();_nbind.Pool=Pool;function constructType(t,e){var r=t==10240?_nbind.makeTypeNameTbl[e.name]||_nbind.BindType:_nbind.makeTypeKindTbl[t],o=new r(e);return typeIdTbl[e.id]=o,_nbind.typeNameTbl[e.name]=o,o}_nbind.constructType=constructType;function getType(t){return typeIdTbl[t]}_nbind.getType=getType;function queryType(t){var e=HEAPU8[t],r=_nbind.structureList[e][1];t/=4,r<0&&(++t,r=HEAPU32[t]+1);var o=Array.prototype.slice.call(HEAPU32.subarray(t+1,t+1+r));return e==9&&(o=[o[0],o.slice(1)]),{paramList:o,placeholderFlag:e}}_nbind.queryType=queryType;function getTypes(t,e){return t.map(function(r){return typeof r=="number"?_nbind.getComplexType(r,constructType,getType,queryType,e):_nbind.typeNameTbl[r]})}_nbind.getTypes=getTypes;function readTypeIdList(t,e){return Array.prototype.slice.call(HEAPU32,t/4,t/4+e)}_nbind.readTypeIdList=readTypeIdList;function readAsciiString(t){for(var e=t;HEAPU8[e++];);return String.fromCharCode.apply("",HEAPU8.subarray(t,e-1))}_nbind.readAsciiString=readAsciiString;function readPolicyList(t){var e={};if(t)for(;;){var r=HEAPU32[t/4];if(!r)break;e[readAsciiString(r)]=!0,t+=4}return e}_nbind.readPolicyList=readPolicyList;function getDynCall(t,e){var r={float32_t:"d",float64_t:"d",int64_t:"d",uint64_t:"d",void:"v"},o=t.map(function(n){return r[n.name]||"i"}).join(""),a=Module["dynCall_"+o];if(!a)throw new Error("dynCall_"+o+" not found for "+e+"("+t.map(function(n){return n.name}).join(", ")+")");return a}_nbind.getDynCall=getDynCall;function addMethod(t,e,r,o){var a=t[e];t.hasOwnProperty(e)&&a?((a.arity||a.arity===0)&&(a=_nbind.makeOverloader(a,a.arity),t[e]=a),a.addMethod(r,o)):(r.arity=o,t[e]=r)}_nbind.addMethod=addMethod;function throwError(t){throw new Error(t)}_nbind.throwError=throwError,_nbind.bigEndian=!1,_a=_typeModule(_typeModule),_nbind.Type=_a.Type,_nbind.makeType=_a.makeType,_nbind.getComplexType=_a.getComplexType,_nbind.structureList=_a.structureList;var BindType=function(t){__extends(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.heap=HEAPU32,r.ptrSize=4,r}return e.prototype.needsWireRead=function(r){return!!this.wireRead||!!this.makeWireRead},e.prototype.needsWireWrite=function(r){return!!this.wireWrite||!!this.makeWireWrite},e}(_nbind.Type);_nbind.BindType=BindType;var PrimitiveType=function(t){__extends(e,t);function e(r){var o=t.call(this,r)||this,a=r.flags&32?{32:HEAPF32,64:HEAPF64}:r.flags&8?{8:HEAPU8,16:HEAPU16,32:HEAPU32}:{8:HEAP8,16:HEAP16,32:HEAP32};return o.heap=a[r.ptrSize*8],o.ptrSize=r.ptrSize,o}return e.prototype.needsWireWrite=function(r){return!!r&&!!r.Strict},e.prototype.makeWireWrite=function(r,o){return o&&o.Strict&&function(a){if(typeof a=="number")return a;throw new Error("Type mismatch")}},e}(BindType);_nbind.PrimitiveType=PrimitiveType;function pushCString(t,e){if(t==null){if(e&&e.Nullable)return 0;throw new Error("Type mismatch")}if(e&&e.Strict){if(typeof t!="string")throw new Error("Type mismatch")}else t=t.toString();var r=Module.lengthBytesUTF8(t)+1,o=_nbind.Pool.lalloc(r);return Module.stringToUTF8Array(t,HEAPU8,o,r),o}_nbind.pushCString=pushCString;function popCString(t){return t===0?null:Module.Pointer_stringify(t)}_nbind.popCString=popCString;var CStringType=function(t){__extends(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.wireRead=popCString,r.wireWrite=pushCString,r.readResources=[_nbind.resources.pool],r.writeResources=[_nbind.resources.pool],r}return e.prototype.makeWireWrite=function(r,o){return function(a){return pushCString(a,o)}},e}(BindType);_nbind.CStringType=CStringType;var BooleanType=function(t){__extends(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.wireRead=function(o){return!!o},r}return e.prototype.needsWireWrite=function(r){return!!r&&!!r.Strict},e.prototype.makeWireRead=function(r){return"!!("+r+")"},e.prototype.makeWireWrite=function(r,o){return o&&o.Strict&&function(a){if(typeof a=="boolean")return a;throw new Error("Type mismatch")}||r},e}(BindType);_nbind.BooleanType=BooleanType;var Wrapper=function(){function t(){}return t.prototype.persist=function(){this.__nbindState|=1},t}();_nbind.Wrapper=Wrapper;function makeBound(t,e){var r=function(o){__extends(a,o);function a(n,u,A,p){var h=o.call(this)||this;if(!(h instanceof a))return new(Function.prototype.bind.apply(a,Array.prototype.concat.apply([null],arguments)));var E=u,I=A,v=p;if(n!==_nbind.ptrMarker){var x=h.__nbindConstructor.apply(h,arguments);E=4608,v=HEAPU32[x/4],I=HEAPU32[x/4+1]}var C={configurable:!0,enumerable:!1,value:null,writable:!1},R={__nbindFlags:E,__nbindPtr:I};v&&(R.__nbindShared=v,_nbind.mark(h));for(var L=0,U=Object.keys(R);L>=1;var r=_nbind.valueList[t];return _nbind.valueList[t]=firstFreeValue,firstFreeValue=t,r}else{if(e)return _nbind.popShared(t,e);throw new Error("Invalid value slot "+t)}}_nbind.popValue=popValue;var valueBase=18446744073709552e3;function push64(t){return typeof t=="number"?t:pushValue(t)*4096+valueBase}function pop64(t){return t=3?u=Buffer.from(n):u=new Buffer(n),u.copy(o)}else getBuffer(o).set(n)}}_nbind.commitBuffer=commitBuffer;var dirtyList=[],gcTimer=0;function sweep(){for(var t=0,e=dirtyList;t>2]=DYNAMIC_BASE,staticSealed=!0;function invoke_viiiii(t,e,r,o,a,n){try{Module.dynCall_viiiii(t,e,r,o,a,n)}catch(u){if(typeof u!="number"&&u!=="longjmp")throw u;Module.setThrew(1,0)}}function invoke_vif(t,e,r){try{Module.dynCall_vif(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_vid(t,e,r){try{Module.dynCall_vid(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_fiff(t,e,r,o){try{return Module.dynCall_fiff(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_vi(t,e){try{Module.dynCall_vi(t,e)}catch(r){if(typeof r!="number"&&r!=="longjmp")throw r;Module.setThrew(1,0)}}function invoke_vii(t,e,r){try{Module.dynCall_vii(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_ii(t,e){try{return Module.dynCall_ii(t,e)}catch(r){if(typeof r!="number"&&r!=="longjmp")throw r;Module.setThrew(1,0)}}function invoke_viddi(t,e,r,o,a){try{Module.dynCall_viddi(t,e,r,o,a)}catch(n){if(typeof n!="number"&&n!=="longjmp")throw n;Module.setThrew(1,0)}}function invoke_vidd(t,e,r,o){try{Module.dynCall_vidd(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_iiii(t,e,r,o){try{return Module.dynCall_iiii(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_diii(t,e,r,o){try{return Module.dynCall_diii(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_di(t,e){try{return Module.dynCall_di(t,e)}catch(r){if(typeof r!="number"&&r!=="longjmp")throw r;Module.setThrew(1,0)}}function invoke_iid(t,e,r){try{return Module.dynCall_iid(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_iii(t,e,r){try{return Module.dynCall_iii(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_viiddi(t,e,r,o,a,n){try{Module.dynCall_viiddi(t,e,r,o,a,n)}catch(u){if(typeof u!="number"&&u!=="longjmp")throw u;Module.setThrew(1,0)}}function invoke_viiiiii(t,e,r,o,a,n,u){try{Module.dynCall_viiiiii(t,e,r,o,a,n,u)}catch(A){if(typeof A!="number"&&A!=="longjmp")throw A;Module.setThrew(1,0)}}function invoke_dii(t,e,r){try{return Module.dynCall_dii(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_i(t){try{return Module.dynCall_i(t)}catch(e){if(typeof e!="number"&&e!=="longjmp")throw e;Module.setThrew(1,0)}}function invoke_iiiiii(t,e,r,o,a,n){try{return Module.dynCall_iiiiii(t,e,r,o,a,n)}catch(u){if(typeof u!="number"&&u!=="longjmp")throw u;Module.setThrew(1,0)}}function invoke_viiid(t,e,r,o,a){try{Module.dynCall_viiid(t,e,r,o,a)}catch(n){if(typeof n!="number"&&n!=="longjmp")throw n;Module.setThrew(1,0)}}function invoke_viififi(t,e,r,o,a,n,u){try{Module.dynCall_viififi(t,e,r,o,a,n,u)}catch(A){if(typeof A!="number"&&A!=="longjmp")throw A;Module.setThrew(1,0)}}function invoke_viii(t,e,r,o){try{Module.dynCall_viii(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_v(t){try{Module.dynCall_v(t)}catch(e){if(typeof e!="number"&&e!=="longjmp")throw e;Module.setThrew(1,0)}}function invoke_viid(t,e,r,o){try{Module.dynCall_viid(t,e,r,o)}catch(a){if(typeof a!="number"&&a!=="longjmp")throw a;Module.setThrew(1,0)}}function invoke_idd(t,e,r){try{return Module.dynCall_idd(t,e,r)}catch(o){if(typeof o!="number"&&o!=="longjmp")throw o;Module.setThrew(1,0)}}function invoke_viiii(t,e,r,o,a){try{Module.dynCall_viiii(t,e,r,o,a)}catch(n){if(typeof n!="number"&&n!=="longjmp")throw n;Module.setThrew(1,0)}}Module.asmGlobalArg={Math,Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Float32Array,Float64Array,NaN:NaN,Infinity:1/0},Module.asmLibraryArg={abort,assert,enlargeMemory,getTotalMemory,abortOnCannotGrowMemory,invoke_viiiii,invoke_vif,invoke_vid,invoke_fiff,invoke_vi,invoke_vii,invoke_ii,invoke_viddi,invoke_vidd,invoke_iiii,invoke_diii,invoke_di,invoke_iid,invoke_iii,invoke_viiddi,invoke_viiiiii,invoke_dii,invoke_i,invoke_iiiiii,invoke_viiid,invoke_viififi,invoke_viii,invoke_v,invoke_viid,invoke_idd,invoke_viiii,_emscripten_asm_const_iiiii,_emscripten_asm_const_iiidddddd,_emscripten_asm_const_iiiid,__nbind_reference_external,_emscripten_asm_const_iiiiiiii,_removeAccessorPrefix,_typeModule,__nbind_register_pool,__decorate,_llvm_stackrestore,___cxa_atexit,__extends,__nbind_get_value_object,__ZN8facebook4yoga14YGNodeToStringEPNSt3__212basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEP6YGNode14YGPrintOptionsj,_emscripten_set_main_loop_timing,__nbind_register_primitive,__nbind_register_type,_emscripten_memcpy_big,__nbind_register_function,___setErrNo,__nbind_register_class,__nbind_finish,_abort,_nbind_value,_llvm_stacksave,___syscall54,_defineHidden,_emscripten_set_main_loop,_emscripten_get_now,__nbind_register_callback_signature,_emscripten_asm_const_iiiiii,__nbind_free_external,_emscripten_asm_const_iiii,_emscripten_asm_const_iiididi,___syscall6,_atexit,___syscall140,___syscall146,DYNAMICTOP_PTR,tempDoublePtr,ABORT,STACKTOP,STACK_MAX,cttz_i8,___dso_handle};var asm=function(t,e,r){var o=new t.Int8Array(r),a=new t.Int16Array(r),n=new t.Int32Array(r),u=new t.Uint8Array(r),A=new t.Uint16Array(r),p=new t.Uint32Array(r),h=new t.Float32Array(r),E=new t.Float64Array(r),I=e.DYNAMICTOP_PTR|0,v=e.tempDoublePtr|0,x=e.ABORT|0,C=e.STACKTOP|0,R=e.STACK_MAX|0,L=e.cttz_i8|0,U=e.___dso_handle|0,J=0,te=0,ae=0,fe=0,ce=t.NaN,me=t.Infinity,he=0,Be=0,we=0,g=0,Ee=0,Se=0,le=t.Math.floor,ne=t.Math.abs,ee=t.Math.sqrt,Ie=t.Math.pow,Fe=t.Math.cos,At=t.Math.sin,H=t.Math.tan,at=t.Math.acos,Re=t.Math.asin,ke=t.Math.atan,xe=t.Math.atan2,He=t.Math.exp,Te=t.Math.log,Je=t.Math.ceil,je=t.Math.imul,b=t.Math.min,w=t.Math.max,P=t.Math.clz32,y=t.Math.fround,F=e.abort,z=e.assert,X=e.enlargeMemory,Z=e.getTotalMemory,ie=e.abortOnCannotGrowMemory,Pe=e.invoke_viiiii,Ne=e.invoke_vif,ot=e.invoke_vid,dt=e.invoke_fiff,Gt=e.invoke_vi,$t=e.invoke_vii,bt=e.invoke_ii,an=e.invoke_viddi,Qr=e.invoke_vidd,mr=e.invoke_iiii,br=e.invoke_diii,Wr=e.invoke_di,Kn=e.invoke_iid,Ns=e.invoke_iii,Ti=e.invoke_viiddi,ps=e.invoke_viiiiii,io=e.invoke_dii,Pi=e.invoke_i,Ls=e.invoke_iiiiii,so=e.invoke_viiid,cc=e.invoke_viififi,cu=e.invoke_viii,lp=e.invoke_v,cp=e.invoke_viid,Os=e.invoke_idd,Dn=e.invoke_viiii,oo=e._emscripten_asm_const_iiiii,Ms=e._emscripten_asm_const_iiidddddd,ml=e._emscripten_asm_const_iiiid,yl=e.__nbind_reference_external,ao=e._emscripten_asm_const_iiiiiiii,Vn=e._removeAccessorPrefix,On=e._typeModule,Ni=e.__nbind_register_pool,Mn=e.__decorate,_i=e._llvm_stackrestore,tr=e.___cxa_atexit,Oe=e.__extends,ii=e.__nbind_get_value_object,Ma=e.__ZN8facebook4yoga14YGNodeToStringEPNSt3__212basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEP6YGNode14YGPrintOptionsj,hr=e._emscripten_set_main_loop_timing,uc=e.__nbind_register_primitive,uu=e.__nbind_register_type,Ac=e._emscripten_memcpy_big,El=e.__nbind_register_function,DA=e.___setErrNo,Au=e.__nbind_register_class,Ce=e.__nbind_finish,Rt=e._abort,fc=e._nbind_value,Hi=e._llvm_stacksave,fu=e.___syscall54,Yt=e._defineHidden,Cl=e._emscripten_set_main_loop,SA=e._emscripten_get_now,up=e.__nbind_register_callback_signature,pc=e._emscripten_asm_const_iiiiii,PA=e.__nbind_free_external,Qn=e._emscripten_asm_const_iiii,hi=e._emscripten_asm_const_iiididi,hc=e.___syscall6,bA=e._atexit,sa=e.___syscall140,Li=e.___syscall146,_o=y(0);let Ze=y(0);function lo(s){s=s|0;var l=0;return l=C,C=C+s|0,C=C+15&-16,l|0}function gc(){return C|0}function pu(s){s=s|0,C=s}function ji(s,l){s=s|0,l=l|0,C=s,R=l}function hu(s,l){s=s|0,l=l|0,J||(J=s,te=l)}function xA(s){s=s|0,Se=s}function Ua(){return Se|0}function dc(){var s=0,l=0;Dr(8104,8,400)|0,Dr(8504,408,540)|0,s=9044,l=s+44|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));o[9088]=0,o[9089]=1,n[2273]=0,n[2274]=948,n[2275]=948,tr(17,8104,U|0)|0}function hs(s){s=s|0,pt(s+948|0)}function _t(s){return s=y(s),((Du(s)|0)&2147483647)>>>0>2139095040|0}function Fn(s,l,c){s=s|0,l=l|0,c=c|0;e:do if(n[s+(l<<3)+4>>2]|0)s=s+(l<<3)|0;else{if((l|2|0)==3&&n[s+60>>2]|0){s=s+56|0;break}switch(l|0){case 0:case 2:case 4:case 5:{if(n[s+52>>2]|0){s=s+48|0;break e}break}default:}if(n[s+68>>2]|0){s=s+64|0;break}else{s=(l|1|0)==5?948:c;break}}while(0);return s|0}function Ci(s){s=s|0;var l=0;return l=pD(1e3)|0,oa(s,(l|0)!=0,2456),n[2276]=(n[2276]|0)+1,Dr(l|0,8104,1e3)|0,o[s+2>>0]|0&&(n[l+4>>2]=2,n[l+12>>2]=4),n[l+976>>2]=s,l|0}function oa(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;d=C,C=C+16|0,f=d,l||(n[f>>2]=c,Eg(s,5,3197,f)),C=d}function co(){return Ci(956)|0}function Us(s){s=s|0;var l=0;return l=Kt(1e3)|0,aa(l,s),oa(n[s+976>>2]|0,1,2456),n[2276]=(n[2276]|0)+1,n[l+944>>2]=0,l|0}function aa(s,l){s=s|0,l=l|0;var c=0;Dr(s|0,l|0,948)|0,Rm(s+948|0,l+948|0),c=s+960|0,s=l+960|0,l=c+40|0;do n[c>>2]=n[s>>2],c=c+4|0,s=s+4|0;while((c|0)<(l|0))}function la(s){s=s|0;var l=0,c=0,f=0,d=0;if(l=s+944|0,c=n[l>>2]|0,c|0&&(Ho(c+948|0,s)|0,n[l>>2]=0),c=wi(s)|0,c|0){l=0;do n[(gs(s,l)|0)+944>>2]=0,l=l+1|0;while((l|0)!=(c|0))}c=s+948|0,f=n[c>>2]|0,d=s+952|0,l=n[d>>2]|0,(l|0)!=(f|0)&&(n[d>>2]=l+(~((l+-4-f|0)>>>2)<<2)),ds(c),hD(s),n[2276]=(n[2276]|0)+-1}function Ho(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0;f=n[s>>2]|0,k=s+4|0,c=n[k>>2]|0,m=c;e:do if((f|0)==(c|0))d=f,B=4;else for(s=f;;){if((n[s>>2]|0)==(l|0)){d=s,B=4;break e}if(s=s+4|0,(s|0)==(c|0)){s=0;break}}while(0);return(B|0)==4&&((d|0)!=(c|0)?(f=d+4|0,s=m-f|0,l=s>>2,l&&(Mw(d|0,f|0,s|0)|0,c=n[k>>2]|0),s=d+(l<<2)|0,(c|0)==(s|0)||(n[k>>2]=c+(~((c+-4-s|0)>>>2)<<2)),s=1):s=0),s|0}function wi(s){return s=s|0,(n[s+952>>2]|0)-(n[s+948>>2]|0)>>2|0}function gs(s,l){s=s|0,l=l|0;var c=0;return c=n[s+948>>2]|0,(n[s+952>>2]|0)-c>>2>>>0>l>>>0?s=n[c+(l<<2)>>2]|0:s=0,s|0}function ds(s){s=s|0;var l=0,c=0,f=0,d=0;f=C,C=C+32|0,l=f,d=n[s>>2]|0,c=(n[s+4>>2]|0)-d|0,((n[s+8>>2]|0)-d|0)>>>0>c>>>0&&(d=c>>2,Ip(l,d,d,s+8|0),Bg(s,l),_A(l)),C=f}function ms(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0;M=wi(s)|0;do if(M|0){if((n[(gs(s,0)|0)+944>>2]|0)==(s|0)){if(!(Ho(s+948|0,l)|0))break;Dr(l+400|0,8504,540)|0,n[l+944>>2]=0,Le(s);break}B=n[(n[s+976>>2]|0)+12>>2]|0,k=s+948|0,Q=(B|0)==0,c=0,m=0;do f=n[(n[k>>2]|0)+(m<<2)>>2]|0,(f|0)==(l|0)?Le(s):(d=Us(f)|0,n[(n[k>>2]|0)+(c<<2)>>2]=d,n[d+944>>2]=s,Q||TR[B&15](f,d,s,c),c=c+1|0),m=m+1|0;while((m|0)!=(M|0));if(c>>>0>>0){Q=s+948|0,k=s+952|0,B=c,c=n[k>>2]|0;do m=(n[Q>>2]|0)+(B<<2)|0,f=m+4|0,d=c-f|0,l=d>>2,l&&(Mw(m|0,f|0,d|0)|0,c=n[k>>2]|0),d=c,f=m+(l<<2)|0,(d|0)!=(f|0)&&(c=d+(~((d+-4-f|0)>>>2)<<2)|0,n[k>>2]=c),B=B+1|0;while((B|0)!=(M|0))}}while(0)}function _s(s){s=s|0;var l=0,c=0,f=0,d=0;Un(s,(wi(s)|0)==0,2491),Un(s,(n[s+944>>2]|0)==0,2545),l=s+948|0,c=n[l>>2]|0,f=s+952|0,d=n[f>>2]|0,(d|0)!=(c|0)&&(n[f>>2]=d+(~((d+-4-c|0)>>>2)<<2)),ds(l),l=s+976|0,c=n[l>>2]|0,Dr(s|0,8104,1e3)|0,o[c+2>>0]|0&&(n[s+4>>2]=2,n[s+12>>2]=4),n[l>>2]=c}function Un(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;d=C,C=C+16|0,f=d,l||(n[f>>2]=c,Ao(s,5,3197,f)),C=d}function Sn(){return n[2276]|0}function ys(){var s=0;return s=pD(20)|0,We((s|0)!=0,2592),n[2277]=(n[2277]|0)+1,n[s>>2]=n[239],n[s+4>>2]=n[240],n[s+8>>2]=n[241],n[s+12>>2]=n[242],n[s+16>>2]=n[243],s|0}function We(s,l){s=s|0,l=l|0;var c=0,f=0;f=C,C=C+16|0,c=f,s||(n[c>>2]=l,Ao(0,5,3197,c)),C=f}function tt(s){s=s|0,hD(s),n[2277]=(n[2277]|0)+-1}function It(s,l){s=s|0,l=l|0;var c=0;l?(Un(s,(wi(s)|0)==0,2629),c=1):(c=0,l=0),n[s+964>>2]=l,n[s+988>>2]=c}function nr(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,m=f+8|0,d=f+4|0,B=f,n[d>>2]=l,Un(s,(n[l+944>>2]|0)==0,2709),Un(s,(n[s+964>>2]|0)==0,2763),$(s),l=s+948|0,n[B>>2]=(n[l>>2]|0)+(c<<2),n[m>>2]=n[B>>2],ye(l,m,d)|0,n[(n[d>>2]|0)+944>>2]=s,Le(s),C=f}function $(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0;if(c=wi(s)|0,c|0&&(n[(gs(s,0)|0)+944>>2]|0)!=(s|0)){f=n[(n[s+976>>2]|0)+12>>2]|0,d=s+948|0,m=(f|0)==0,l=0;do B=n[(n[d>>2]|0)+(l<<2)>>2]|0,k=Us(B)|0,n[(n[d>>2]|0)+(l<<2)>>2]=k,n[k+944>>2]=s,m||TR[f&15](B,k,s,l),l=l+1|0;while((l|0)!=(c|0))}}function ye(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0,Me=0,Qe=0,et=0,Xe=0;et=C,C=C+64|0,G=et+52|0,k=et+48|0,se=et+28|0,qe=et+24|0,Me=et+20|0,Qe=et,f=n[s>>2]|0,m=f,l=f+((n[l>>2]|0)-m>>2<<2)|0,f=s+4|0,d=n[f>>2]|0,B=s+8|0;do if(d>>>0<(n[B>>2]|0)>>>0){if((l|0)==(d|0)){n[l>>2]=n[c>>2],n[f>>2]=(n[f>>2]|0)+4;break}HA(s,l,d,l+4|0),l>>>0<=c>>>0&&(c=(n[f>>2]|0)>>>0>c>>>0?c+4|0:c),n[l>>2]=n[c>>2]}else{f=(d-m>>2)+1|0,d=N(s)|0,d>>>0>>0&&zr(s),O=n[s>>2]|0,M=(n[B>>2]|0)-O|0,m=M>>1,Ip(Qe,M>>2>>>0>>1>>>0?m>>>0>>0?f:m:d,l-O>>2,s+8|0),O=Qe+8|0,f=n[O>>2]|0,m=Qe+12|0,M=n[m>>2]|0,B=M,Q=f;do if((f|0)==(M|0)){if(M=Qe+4|0,f=n[M>>2]|0,Xe=n[Qe>>2]|0,d=Xe,f>>>0<=Xe>>>0){f=B-d>>1,f=(f|0)==0?1:f,Ip(se,f,f>>>2,n[Qe+16>>2]|0),n[qe>>2]=n[M>>2],n[Me>>2]=n[O>>2],n[k>>2]=n[qe>>2],n[G>>2]=n[Me>>2],Dw(se,k,G),f=n[Qe>>2]|0,n[Qe>>2]=n[se>>2],n[se>>2]=f,f=se+4|0,Xe=n[M>>2]|0,n[M>>2]=n[f>>2],n[f>>2]=Xe,f=se+8|0,Xe=n[O>>2]|0,n[O>>2]=n[f>>2],n[f>>2]=Xe,f=se+12|0,Xe=n[m>>2]|0,n[m>>2]=n[f>>2],n[f>>2]=Xe,_A(se),f=n[O>>2]|0;break}m=f,B=((m-d>>2)+1|0)/-2|0,k=f+(B<<2)|0,d=Q-m|0,m=d>>2,m&&(Mw(k|0,f|0,d|0)|0,f=n[M>>2]|0),Xe=k+(m<<2)|0,n[O>>2]=Xe,n[M>>2]=f+(B<<2),f=Xe}while(0);n[f>>2]=n[c>>2],n[O>>2]=(n[O>>2]|0)+4,l=vg(s,Qe,l)|0,_A(Qe)}while(0);return C=et,l|0}function Le(s){s=s|0;var l=0;do{if(l=s+984|0,o[l>>0]|0)break;o[l>>0]=1,h[s+504>>2]=y(ce),s=n[s+944>>2]|0}while((s|0)!=0)}function pt(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-4-f|0)>>>2)<<2)),gt(c))}function ht(s){return s=s|0,n[s+944>>2]|0}function Tt(s){s=s|0,Un(s,(n[s+964>>2]|0)!=0,2832),Le(s)}function er(s){return s=s|0,(o[s+984>>0]|0)!=0|0}function $r(s,l){s=s|0,l=l|0,QUe(s,l,400)|0&&(Dr(s|0,l|0,400)|0,Le(s))}function Gi(s){s=s|0;var l=Ze;return l=y(h[s+44>>2]),s=_t(l)|0,y(s?y(0):l)}function es(s){s=s|0;var l=Ze;return l=y(h[s+48>>2]),_t(l)|0&&(l=o[(n[s+976>>2]|0)+2>>0]|0?y(1):y(0)),y(l)}function bi(s,l){s=s|0,l=l|0,n[s+980>>2]=l}function jo(s){return s=s|0,n[s+980>>2]|0}function kA(s,l){s=s|0,l=l|0;var c=0;c=s+4|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function QA(s){return s=s|0,n[s+4>>2]|0}function Ap(s,l){s=s|0,l=l|0;var c=0;c=s+8|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function ig(s){return s=s|0,n[s+8>>2]|0}function gu(s,l){s=s|0,l=l|0;var c=0;c=s+12|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function sg(s){return s=s|0,n[s+12>>2]|0}function du(s,l){s=s|0,l=l|0;var c=0;c=s+16|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function uo(s){return s=s|0,n[s+16>>2]|0}function FA(s,l){s=s|0,l=l|0;var c=0;c=s+20|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function mc(s){return s=s|0,n[s+20>>2]|0}function ca(s,l){s=s|0,l=l|0;var c=0;c=s+24|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function og(s){return s=s|0,n[s+24>>2]|0}function yc(s,l){s=s|0,l=l|0;var c=0;c=s+28|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function Pm(s){return s=s|0,n[s+28>>2]|0}function ag(s,l){s=s|0,l=l|0;var c=0;c=s+32|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function $n(s){return s=s|0,n[s+32>>2]|0}function fp(s,l){s=s|0,l=l|0;var c=0;c=s+36|0,(n[c>>2]|0)!=(l|0)&&(n[c>>2]=l,Le(s))}function lg(s){return s=s|0,n[s+36>>2]|0}function RA(s,l){s=s|0,l=y(l);var c=0;c=s+40|0,y(h[c>>2])!=l&&(h[c>>2]=l,Le(s))}function Hs(s,l){s=s|0,l=y(l);var c=0;c=s+44|0,y(h[c>>2])!=l&&(h[c>>2]=l,Le(s))}function mu(s,l){s=s|0,l=y(l);var c=0;c=s+48|0,y(h[c>>2])!=l&&(h[c>>2]=l,Le(s))}function Ha(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+52|0,d=s+56|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function qi(s,l){s=s|0,l=y(l);var c=0,f=0;f=s+52|0,c=s+56|0,y(h[f>>2])==l&&(n[c>>2]|0)==2||(h[f>>2]=l,f=_t(l)|0,n[c>>2]=f?3:2,Le(s))}function ua(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+52|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function yu(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=(m^1)&1,d=s+132+(l<<3)|0,l=s+132+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function Es(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=m?0:2,d=s+132+(l<<3)|0,l=s+132+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function Ec(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=l+132+(c<<3)|0,l=n[f+4>>2]|0,c=s,n[c>>2]=n[f>>2],n[c+4>>2]=l}function Cc(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=(m^1)&1,d=s+60+(l<<3)|0,l=s+60+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function q(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=m?0:2,d=s+60+(l<<3)|0,l=s+60+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function Dt(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=l+60+(c<<3)|0,l=n[f+4>>2]|0,c=s,n[c>>2]=n[f>>2],n[c+4>>2]=l}function wl(s,l){s=s|0,l=l|0;var c=0;c=s+60+(l<<3)+4|0,(n[c>>2]|0)!=3&&(h[s+60+(l<<3)>>2]=y(ce),n[c>>2]=3,Le(s))}function xi(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=(m^1)&1,d=s+204+(l<<3)|0,l=s+204+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function wc(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=m?0:2,d=s+204+(l<<3)|0,l=s+204+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function ct(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=l+204+(c<<3)|0,l=n[f+4>>2]|0,c=s,n[c>>2]=n[f>>2],n[c+4>>2]=l}function Eu(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0,m=0;m=_t(c)|0,f=(m^1)&1,d=s+276+(l<<3)|0,l=s+276+(l<<3)+4|0,m|y(h[d>>2])==c&&(n[l>>2]|0)==(f|0)||(h[d>>2]=c,n[l>>2]=f,Le(s))}function cg(s,l){return s=s|0,l=l|0,y(h[s+276+(l<<3)>>2])}function yw(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+348|0,d=s+352|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function TA(s,l){s=s|0,l=y(l);var c=0,f=0;f=s+348|0,c=s+352|0,y(h[f>>2])==l&&(n[c>>2]|0)==2||(h[f>>2]=l,f=_t(l)|0,n[c>>2]=f?3:2,Le(s))}function pp(s){s=s|0;var l=0;l=s+352|0,(n[l>>2]|0)!=3&&(h[s+348>>2]=y(ce),n[l>>2]=3,Le(s))}function Br(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+348|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function Cs(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+356|0,d=s+360|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function ug(s,l){s=s|0,l=y(l);var c=0,f=0;f=s+356|0,c=s+360|0,y(h[f>>2])==l&&(n[c>>2]|0)==2||(h[f>>2]=l,f=_t(l)|0,n[c>>2]=f?3:2,Le(s))}function Ag(s){s=s|0;var l=0;l=s+360|0,(n[l>>2]|0)!=3&&(h[s+356>>2]=y(ce),n[l>>2]=3,Le(s))}function fg(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+356|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function hp(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+364|0,d=s+368|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function Ic(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=m?0:2,f=s+364|0,d=s+368|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function Ct(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+364|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function bm(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+372|0,d=s+376|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function pg(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=m?0:2,f=s+372|0,d=s+376|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function hg(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+372|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function Cu(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+380|0,d=s+384|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function xm(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=m?0:2,f=s+380|0,d=s+384|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function gg(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+380|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function wu(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=(m^1)&1,f=s+388|0,d=s+392|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function Ew(s,l){s=s|0,l=y(l);var c=0,f=0,d=0,m=0;m=_t(l)|0,c=m?0:2,f=s+388|0,d=s+392|0,m|y(h[f>>2])==l&&(n[d>>2]|0)==(c|0)||(h[f>>2]=l,n[d>>2]=c,Le(s))}function km(s,l){s=s|0,l=l|0;var c=0,f=0;f=l+388|0,c=n[f+4>>2]|0,l=s,n[l>>2]=n[f>>2],n[l+4>>2]=c}function Aa(s,l){s=s|0,l=y(l);var c=0;c=s+396|0,y(h[c>>2])!=l&&(h[c>>2]=l,Le(s))}function Bc(s){return s=s|0,y(h[s+396>>2])}function Il(s){return s=s|0,y(h[s+400>>2])}function Iu(s){return s=s|0,y(h[s+404>>2])}function dg(s){return s=s|0,y(h[s+408>>2])}function NA(s){return s=s|0,y(h[s+412>>2])}function gp(s){return s=s|0,y(h[s+416>>2])}function ja(s){return s=s|0,y(h[s+420>>2])}function mg(s,l){switch(s=s|0,l=l|0,Un(s,(l|0)<6,2918),l|0){case 0:{l=(n[s+496>>2]|0)==2?5:4;break}case 2:{l=(n[s+496>>2]|0)==2?4:5;break}default:}return y(h[s+424+(l<<2)>>2])}function dp(s,l){switch(s=s|0,l=l|0,Un(s,(l|0)<6,2918),l|0){case 0:{l=(n[s+496>>2]|0)==2?5:4;break}case 2:{l=(n[s+496>>2]|0)==2?4:5;break}default:}return y(h[s+448+(l<<2)>>2])}function Go(s,l){switch(s=s|0,l=l|0,Un(s,(l|0)<6,2918),l|0){case 0:{l=(n[s+496>>2]|0)==2?5:4;break}case 2:{l=(n[s+496>>2]|0)==2?4:5;break}default:}return y(h[s+472+(l<<2)>>2])}function ws(s,l){s=s|0,l=l|0;var c=0,f=Ze;return c=n[s+4>>2]|0,(c|0)==(n[l+4>>2]|0)?c?(f=y(h[s>>2]),s=y(ne(y(f-y(h[l>>2]))))>2]=0,n[f+4>>2]=0,n[f+8>>2]=0,Ma(f|0,s|0,l|0,0),Ao(s,3,(o[f+11>>0]|0)<0?n[f>>2]|0:f,c),e3e(f),C=c}function qo(s,l,c,f){s=y(s),l=y(l),c=c|0,f=f|0;var d=Ze;s=y(s*l),d=y(bR(s,y(1)));do if(Ii(d,y(0))|0)s=y(s-d);else{if(s=y(s-d),Ii(d,y(1))|0){s=y(s+y(1));break}if(c){s=y(s+y(1));break}f||(d>y(.5)?d=y(1):(f=Ii(d,y(.5))|0,d=y(f?1:0)),s=y(s+d))}while(0);return y(s/l)}function LA(s,l,c,f,d,m,B,k,Q,M,O,G,se){s=s|0,l=y(l),c=c|0,f=y(f),d=d|0,m=y(m),B=B|0,k=y(k),Q=y(Q),M=y(M),O=y(O),G=y(G),se=se|0;var qe=0,Me=Ze,Qe=Ze,et=Ze,Xe=Ze,lt=Ze,Ue=Ze;return Q>2]),Me!=y(0))?(et=y(qo(l,Me,0,0)),Xe=y(qo(f,Me,0,0)),Qe=y(qo(m,Me,0,0)),Me=y(qo(k,Me,0,0))):(Qe=m,et=l,Me=k,Xe=f),(d|0)==(s|0)?qe=Ii(Qe,et)|0:qe=0,(B|0)==(c|0)?se=Ii(Me,Xe)|0:se=0,!qe&&(lt=y(l-O),!(mp(s,lt,Q)|0))&&!(yp(s,lt,d,Q)|0)?qe=yg(s,lt,d,m,Q)|0:qe=1,!se&&(Ue=y(f-G),!(mp(c,Ue,M)|0))&&!(yp(c,Ue,B,M)|0)?se=yg(c,Ue,B,k,M)|0:se=1,se=qe&se),se|0}function mp(s,l,c){return s=s|0,l=y(l),c=y(c),(s|0)==1?s=Ii(l,c)|0:s=0,s|0}function yp(s,l,c,f){return s=s|0,l=y(l),c=c|0,f=y(f),(s|0)==2&(c|0)==0?l>=f?s=1:s=Ii(l,f)|0:s=0,s|0}function yg(s,l,c,f,d){return s=s|0,l=y(l),c=c|0,f=y(f),d=y(d),(s|0)==2&(c|0)==2&f>l?d<=l?s=1:s=Ii(l,d)|0:s=0,s|0}function fa(s,l,c,f,d,m,B,k,Q,M,O){s=s|0,l=y(l),c=y(c),f=f|0,d=d|0,m=m|0,B=y(B),k=y(k),Q=Q|0,M=M|0,O=O|0;var G=0,se=0,qe=0,Me=0,Qe=Ze,et=Ze,Xe=0,lt=0,Ue=0,Ge=0,Lt=0,Mr=0,or=0,Xt=0,Sr=0,Nr=0,ir=0,xn=Ze,go=Ze,mo=Ze,yo=0,ya=0;ir=C,C=C+160|0,Xt=ir+152|0,or=ir+120|0,Mr=ir+104|0,Ue=ir+72|0,Me=ir+56|0,Lt=ir+8|0,lt=ir,Ge=(n[2279]|0)+1|0,n[2279]=Ge,Sr=s+984|0,(o[Sr>>0]|0)!=0&&(n[s+512>>2]|0)!=(n[2278]|0)?Xe=4:(n[s+516>>2]|0)==(f|0)?Nr=0:Xe=4,(Xe|0)==4&&(n[s+520>>2]=0,n[s+924>>2]=-1,n[s+928>>2]=-1,h[s+932>>2]=y(-1),h[s+936>>2]=y(-1),Nr=1);e:do if(n[s+964>>2]|0)if(Qe=y(ln(s,2,B)),et=y(ln(s,0,B)),G=s+916|0,mo=y(h[G>>2]),go=y(h[s+920>>2]),xn=y(h[s+932>>2]),LA(d,l,m,c,n[s+924>>2]|0,mo,n[s+928>>2]|0,go,xn,y(h[s+936>>2]),Qe,et,O)|0)Xe=22;else if(qe=n[s+520>>2]|0,!qe)Xe=21;else for(se=0;;){if(G=s+524+(se*24|0)|0,xn=y(h[G>>2]),go=y(h[s+524+(se*24|0)+4>>2]),mo=y(h[s+524+(se*24|0)+16>>2]),LA(d,l,m,c,n[s+524+(se*24|0)+8>>2]|0,xn,n[s+524+(se*24|0)+12>>2]|0,go,mo,y(h[s+524+(se*24|0)+20>>2]),Qe,et,O)|0){Xe=22;break e}if(se=se+1|0,se>>>0>=qe>>>0){Xe=21;break}}else{if(Q){if(G=s+916|0,!(Ii(y(h[G>>2]),l)|0)){Xe=21;break}if(!(Ii(y(h[s+920>>2]),c)|0)){Xe=21;break}if((n[s+924>>2]|0)!=(d|0)){Xe=21;break}G=(n[s+928>>2]|0)==(m|0)?G:0,Xe=22;break}if(qe=n[s+520>>2]|0,!qe)Xe=21;else for(se=0;;){if(G=s+524+(se*24|0)|0,Ii(y(h[G>>2]),l)|0&&Ii(y(h[s+524+(se*24|0)+4>>2]),c)|0&&(n[s+524+(se*24|0)+8>>2]|0)==(d|0)&&(n[s+524+(se*24|0)+12>>2]|0)==(m|0)){Xe=22;break e}if(se=se+1|0,se>>>0>=qe>>>0){Xe=21;break}}}while(0);do if((Xe|0)==21)o[11697]|0?(G=0,Xe=28):(G=0,Xe=31);else if((Xe|0)==22){if(se=(o[11697]|0)!=0,!((G|0)!=0&(Nr^1)))if(se){Xe=28;break}else{Xe=31;break}Me=G+16|0,n[s+908>>2]=n[Me>>2],qe=G+20|0,n[s+912>>2]=n[qe>>2],(o[11698]|0)==0|se^1||(n[lt>>2]=OA(Ge)|0,n[lt+4>>2]=Ge,Ao(s,4,2972,lt),se=n[s+972>>2]|0,se|0&&tf[se&127](s),d=Ga(d,Q)|0,m=Ga(m,Q)|0,ya=+y(h[Me>>2]),yo=+y(h[qe>>2]),n[Lt>>2]=d,n[Lt+4>>2]=m,E[Lt+8>>3]=+l,E[Lt+16>>3]=+c,E[Lt+24>>3]=ya,E[Lt+32>>3]=yo,n[Lt+40>>2]=M,Ao(s,4,2989,Lt))}while(0);return(Xe|0)==28&&(se=OA(Ge)|0,n[Me>>2]=se,n[Me+4>>2]=Ge,n[Me+8>>2]=Nr?3047:11699,Ao(s,4,3038,Me),se=n[s+972>>2]|0,se|0&&tf[se&127](s),Lt=Ga(d,Q)|0,Xe=Ga(m,Q)|0,n[Ue>>2]=Lt,n[Ue+4>>2]=Xe,E[Ue+8>>3]=+l,E[Ue+16>>3]=+c,n[Ue+24>>2]=M,Ao(s,4,3049,Ue),Xe=31),(Xe|0)==31&&(si(s,l,c,f,d,m,B,k,Q,O),o[11697]|0&&(se=n[2279]|0,Lt=OA(se)|0,n[Mr>>2]=Lt,n[Mr+4>>2]=se,n[Mr+8>>2]=Nr?3047:11699,Ao(s,4,3083,Mr),se=n[s+972>>2]|0,se|0&&tf[se&127](s),Lt=Ga(d,Q)|0,Mr=Ga(m,Q)|0,yo=+y(h[s+908>>2]),ya=+y(h[s+912>>2]),n[or>>2]=Lt,n[or+4>>2]=Mr,E[or+8>>3]=yo,E[or+16>>3]=ya,n[or+24>>2]=M,Ao(s,4,3092,or)),n[s+516>>2]=f,G||(se=s+520|0,G=n[se>>2]|0,(G|0)==16&&(o[11697]|0&&Ao(s,4,3124,Xt),n[se>>2]=0,G=0),Q?G=s+916|0:(n[se>>2]=G+1,G=s+524+(G*24|0)|0),h[G>>2]=l,h[G+4>>2]=c,n[G+8>>2]=d,n[G+12>>2]=m,n[G+16>>2]=n[s+908>>2],n[G+20>>2]=n[s+912>>2],G=0)),Q&&(n[s+416>>2]=n[s+908>>2],n[s+420>>2]=n[s+912>>2],o[s+985>>0]=1,o[Sr>>0]=0),n[2279]=(n[2279]|0)+-1,n[s+512>>2]=n[2278],C=ir,Nr|(G|0)==0|0}function ln(s,l,c){s=s|0,l=l|0,c=y(c);var f=Ze;return f=y(K(s,l,c)),y(f+y(re(s,l,c)))}function Ao(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=C,C=C+16|0,d=m,n[d>>2]=f,s?f=n[s+976>>2]|0:f=0,Cg(f,s,l,c,d),C=m}function OA(s){return s=s|0,(s>>>0>60?3201:3201+(60-s)|0)|0}function Ga(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;return d=C,C=C+32|0,c=d+12|0,f=d,n[c>>2]=n[254],n[c+4>>2]=n[255],n[c+8>>2]=n[256],n[f>>2]=n[257],n[f+4>>2]=n[258],n[f+8>>2]=n[259],(s|0)>2?s=11699:s=n[(l?f:c)+(s<<2)>>2]|0,C=d,s|0}function si(s,l,c,f,d,m,B,k,Q,M){s=s|0,l=y(l),c=y(c),f=f|0,d=d|0,m=m|0,B=y(B),k=y(k),Q=Q|0,M=M|0;var O=0,G=0,se=0,qe=0,Me=Ze,Qe=Ze,et=Ze,Xe=Ze,lt=Ze,Ue=Ze,Ge=Ze,Lt=0,Mr=0,or=0,Xt=Ze,Sr=Ze,Nr=0,ir=Ze,xn=0,go=0,mo=0,yo=0,ya=0,Fp=0,Rp=0,bl=0,Tp=0,Fu=0,Ru=0,Np=0,Lp=0,Op=0,Xr=0,xl=0,Mp=0,xc=0,Up=Ze,_p=Ze,Tu=Ze,Nu=Ze,kc=Ze,Gs=0,za=0,Wo=0,kl=0,nf=0,sf=Ze,Lu=Ze,of=Ze,af=Ze,qs=Ze,vs=Ze,Ql=0,Rn=Ze,lf=Ze,Eo=Ze,Qc=Ze,Co=Ze,Fc=Ze,cf=0,uf=0,Rc=Ze,Ys=Ze,Fl=0,Af=0,ff=0,pf=0,xr=Ze,Jn=0,Ds=0,wo=0,Ws=0,Rr=0,ur=0,Rl=0,Jt=Ze,hf=0,li=0;Rl=C,C=C+16|0,Gs=Rl+12|0,za=Rl+8|0,Wo=Rl+4|0,kl=Rl,Un(s,(d|0)==0|(_t(l)|0)^1,3326),Un(s,(m|0)==0|(_t(c)|0)^1,3406),Ds=mt(s,f)|0,n[s+496>>2]=Ds,Rr=fr(2,Ds)|0,ur=fr(0,Ds)|0,h[s+440>>2]=y(K(s,Rr,B)),h[s+444>>2]=y(re(s,Rr,B)),h[s+428>>2]=y(K(s,ur,B)),h[s+436>>2]=y(re(s,ur,B)),h[s+464>>2]=y(Cr(s,Rr)),h[s+468>>2]=y(yn(s,Rr)),h[s+452>>2]=y(Cr(s,ur)),h[s+460>>2]=y(yn(s,ur)),h[s+488>>2]=y(oi(s,Rr,B)),h[s+492>>2]=y(Oi(s,Rr,B)),h[s+476>>2]=y(oi(s,ur,B)),h[s+484>>2]=y(Oi(s,ur,B));do if(n[s+964>>2]|0)Ig(s,l,c,d,m,B,k);else{if(wo=s+948|0,Ws=(n[s+952>>2]|0)-(n[wo>>2]|0)>>2,!Ws){qv(s,l,c,d,m,B,k);break}if(!Q&&Yv(s,l,c,d,m,B,k)|0)break;$(s),xl=s+508|0,o[xl>>0]=0,Rr=fr(n[s+4>>2]|0,Ds)|0,ur=ww(Rr,Ds)|0,Jn=pe(Rr)|0,Mp=n[s+8>>2]|0,Af=s+28|0,xc=(n[Af>>2]|0)!=0,Co=Jn?B:k,Rc=Jn?k:B,Up=y(Cp(s,Rr,B)),_p=y(Iw(s,Rr,B)),Me=y(Cp(s,ur,B)),Fc=y(En(s,Rr,B)),Ys=y(En(s,ur,B)),or=Jn?d:m,Fl=Jn?m:d,xr=Jn?Fc:Ys,lt=Jn?Ys:Fc,Qc=y(ln(s,2,B)),Xe=y(ln(s,0,B)),Qe=y(y(qr(s+364|0,B))-xr),et=y(y(qr(s+380|0,B))-xr),Ue=y(y(qr(s+372|0,k))-lt),Ge=y(y(qr(s+388|0,k))-lt),Tu=Jn?Qe:Ue,Nu=Jn?et:Ge,Qc=y(l-Qc),l=y(Qc-xr),_t(l)|0?xr=l:xr=y(_n(y(Tg(l,et)),Qe)),lf=y(c-Xe),l=y(lf-lt),_t(l)|0?Eo=l:Eo=y(_n(y(Tg(l,Ge)),Ue)),Qe=Jn?xr:Eo,Rn=Jn?Eo:xr;e:do if((or|0)==1)for(f=0,G=0;;){if(O=gs(s,G)|0,!f)y(rs(O))>y(0)&&y(js(O))>y(0)?f=O:f=0;else if(Tm(O)|0){qe=0;break e}if(G=G+1|0,G>>>0>=Ws>>>0){qe=f;break}}else qe=0;while(0);Lt=qe+500|0,Mr=qe+504|0,f=0,O=0,l=y(0),se=0;do{if(G=n[(n[wo>>2]|0)+(se<<2)>>2]|0,(n[G+36>>2]|0)==1)Bu(G),o[G+985>>0]=1,o[G+984>>0]=0;else{Bl(G),Q&&Ep(G,mt(G,Ds)|0,Qe,Rn,xr);do if((n[G+24>>2]|0)!=1)if((G|0)==(qe|0)){n[Lt>>2]=n[2278],h[Mr>>2]=y(0);break}else{Nm(s,G,xr,d,Eo,xr,Eo,m,Ds,M);break}else O|0&&(n[O+960>>2]=G),n[G+960>>2]=0,O=G,f=(f|0)==0?G:f;while(0);vs=y(h[G+504>>2]),l=y(l+y(vs+y(ln(G,Rr,xr))))}se=se+1|0}while((se|0)!=(Ws|0));for(mo=l>Qe,Ql=xc&((or|0)==2&mo)?1:or,xn=(Fl|0)==1,ya=xn&(Q^1),Fp=(Ql|0)==1,Rp=(Ql|0)==2,bl=976+(Rr<<2)|0,Tp=(Fl|2|0)==2,Op=xn&(xc^1),Fu=1040+(ur<<2)|0,Ru=1040+(Rr<<2)|0,Np=976+(ur<<2)|0,Lp=(Fl|0)!=1,mo=xc&((or|0)!=0&mo),go=s+976|0,xn=xn^1,l=Qe,Nr=0,yo=0,vs=y(0),kc=y(0);;){e:do if(Nr>>>0>>0)for(Mr=n[wo>>2]|0,se=0,Ge=y(0),Ue=y(0),et=y(0),Qe=y(0),G=0,O=0,qe=Nr;;){if(Lt=n[Mr+(qe<<2)>>2]|0,(n[Lt+36>>2]|0)!=1&&(n[Lt+940>>2]=yo,(n[Lt+24>>2]|0)!=1)){if(Xe=y(ln(Lt,Rr,xr)),Xr=n[bl>>2]|0,c=y(qr(Lt+380+(Xr<<3)|0,Co)),lt=y(h[Lt+504>>2]),c=y(Tg(c,lt)),c=y(_n(y(qr(Lt+364+(Xr<<3)|0,Co)),c)),xc&(se|0)!=0&y(Xe+y(Ue+c))>l){m=se,Xe=Ge,or=qe;break e}Xe=y(Xe+c),c=y(Ue+Xe),Xe=y(Ge+Xe),Tm(Lt)|0&&(et=y(et+y(rs(Lt))),Qe=y(Qe-y(lt*y(js(Lt))))),O|0&&(n[O+960>>2]=Lt),n[Lt+960>>2]=0,se=se+1|0,O=Lt,G=(G|0)==0?Lt:G}else Xe=Ge,c=Ue;if(qe=qe+1|0,qe>>>0>>0)Ge=Xe,Ue=c;else{m=se,or=qe;break}}else m=0,Xe=y(0),et=y(0),Qe=y(0),G=0,or=Nr;while(0);Xr=et>y(0)&ety(0)&QeNu&((_t(Nu)|0)^1))l=Nu,Xr=51;else if(o[(n[go>>2]|0)+3>>0]|0)Xr=51;else{if(Xt!=y(0)&&y(rs(s))!=y(0)){Xr=53;break}l=Xe,Xr=53}while(0);if((Xr|0)==51&&(Xr=0,_t(l)|0?Xr=53:(Sr=y(l-Xe),ir=l)),(Xr|0)==53&&(Xr=0,Xe>2]|0,qe=Sry(0),Ue=y(Sr/Xt),et=y(0),Xe=y(0),l=y(0),O=G;do c=y(qr(O+380+(se<<3)|0,Co)),Qe=y(qr(O+364+(se<<3)|0,Co)),Qe=y(Tg(c,y(_n(Qe,y(h[O+504>>2]))))),qe?(c=y(Qe*y(js(O))),c!=y(-0)&&(Jt=y(Qe-y(lt*c)),sf=y(Bi(O,Rr,Jt,ir,xr)),Jt!=sf)&&(et=y(et-y(sf-Qe)),l=y(l+c))):Lt&&(Lu=y(rs(O)),Lu!=y(0))&&(Jt=y(Qe+y(Ue*Lu)),of=y(Bi(O,Rr,Jt,ir,xr)),Jt!=of)&&(et=y(et-y(of-Qe)),Xe=y(Xe-Lu)),O=n[O+960>>2]|0;while((O|0)!=0);if(l=y(Ge+l),Qe=y(Sr+et),nf)l=y(0);else{lt=y(Xt+Xe),qe=n[bl>>2]|0,Lt=Qey(0),lt=y(Qe/lt),l=y(0);do{Jt=y(qr(G+380+(qe<<3)|0,Co)),et=y(qr(G+364+(qe<<3)|0,Co)),et=y(Tg(Jt,y(_n(et,y(h[G+504>>2]))))),Lt?(Jt=y(et*y(js(G))),Qe=y(-Jt),Jt!=y(-0)?(Jt=y(Ue*Qe),Qe=y(Bi(G,Rr,y(et+(Mr?Qe:Jt)),ir,xr))):Qe=et):se&&(af=y(rs(G)),af!=y(0))?Qe=y(Bi(G,Rr,y(et+y(lt*af)),ir,xr)):Qe=et,l=y(l-y(Qe-et)),Xe=y(ln(G,Rr,xr)),c=y(ln(G,ur,xr)),Qe=y(Qe+Xe),h[za>>2]=Qe,n[kl>>2]=1,et=y(h[G+396>>2]);e:do if(_t(et)|0){O=_t(Rn)|0;do if(!O){if(mo|(ts(G,ur,Rn)|0|xn)||(ha(s,G)|0)!=4||(n[(vl(G,ur)|0)+4>>2]|0)==3||(n[(Sc(G,ur)|0)+4>>2]|0)==3)break;h[Gs>>2]=Rn,n[Wo>>2]=1;break e}while(0);if(ts(G,ur,Rn)|0){O=n[G+992+(n[Np>>2]<<2)>>2]|0,Jt=y(c+y(qr(O,Rn))),h[Gs>>2]=Jt,O=Lp&(n[O+4>>2]|0)==2,n[Wo>>2]=((_t(Jt)|0|O)^1)&1;break}else{h[Gs>>2]=Rn,n[Wo>>2]=O?0:2;break}}else Jt=y(Qe-Xe),Xt=y(Jt/et),Jt=y(et*Jt),n[Wo>>2]=1,h[Gs>>2]=y(c+(Jn?Xt:Jt));while(0);yr(G,Rr,ir,xr,kl,za),yr(G,ur,Rn,xr,Wo,Gs);do if(!(ts(G,ur,Rn)|0)&&(ha(s,G)|0)==4){if((n[(vl(G,ur)|0)+4>>2]|0)==3){O=0;break}O=(n[(Sc(G,ur)|0)+4>>2]|0)!=3}else O=0;while(0);Jt=y(h[za>>2]),Xt=y(h[Gs>>2]),hf=n[kl>>2]|0,li=n[Wo>>2]|0,fa(G,Jn?Jt:Xt,Jn?Xt:Jt,Ds,Jn?hf:li,Jn?li:hf,xr,Eo,Q&(O^1),3488,M)|0,o[xl>>0]=o[xl>>0]|o[G+508>>0],G=n[G+960>>2]|0}while((G|0)!=0)}}else l=y(0);if(l=y(Sr+l),li=l>0]=li|u[xl>>0],Rp&l>y(0)?(O=n[bl>>2]|0,(n[s+364+(O<<3)+4>>2]|0)!=0&&(qs=y(qr(s+364+(O<<3)|0,Co)),qs>=y(0))?Qe=y(_n(y(0),y(qs-y(ir-l)))):Qe=y(0)):Qe=l,Lt=Nr>>>0>>0,Lt){qe=n[wo>>2]|0,se=Nr,O=0;do G=n[qe+(se<<2)>>2]|0,n[G+24>>2]|0||(O=((n[(vl(G,Rr)|0)+4>>2]|0)==3&1)+O|0,O=O+((n[(Sc(G,Rr)|0)+4>>2]|0)==3&1)|0),se=se+1|0;while((se|0)!=(or|0));O?(Xe=y(0),c=y(0)):Xr=101}else Xr=101;e:do if((Xr|0)==101)switch(Xr=0,Mp|0){case 1:{O=0,Xe=y(Qe*y(.5)),c=y(0);break e}case 2:{O=0,Xe=Qe,c=y(0);break e}case 3:{if(m>>>0<=1){O=0,Xe=y(0),c=y(0);break e}c=y((m+-1|0)>>>0),O=0,Xe=y(0),c=y(y(_n(Qe,y(0)))/c);break e}case 5:{c=y(Qe/y((m+1|0)>>>0)),O=0,Xe=c;break e}case 4:{c=y(Qe/y(m>>>0)),O=0,Xe=y(c*y(.5));break e}default:{O=0,Xe=y(0),c=y(0);break e}}while(0);if(l=y(Up+Xe),Lt){et=y(Qe/y(O|0)),se=n[wo>>2]|0,G=Nr,Qe=y(0);do{O=n[se+(G<<2)>>2]|0;e:do if((n[O+36>>2]|0)!=1){switch(n[O+24>>2]|0){case 1:{if(gi(O,Rr)|0){if(!Q)break e;Jt=y(Or(O,Rr,ir)),Jt=y(Jt+y(Cr(s,Rr))),Jt=y(Jt+y(K(O,Rr,xr))),h[O+400+(n[Ru>>2]<<2)>>2]=Jt;break e}break}case 0:if(li=(n[(vl(O,Rr)|0)+4>>2]|0)==3,Jt=y(et+l),l=li?Jt:l,Q&&(li=O+400+(n[Ru>>2]<<2)|0,h[li>>2]=y(l+y(h[li>>2]))),li=(n[(Sc(O,Rr)|0)+4>>2]|0)==3,Jt=y(et+l),l=li?Jt:l,ya){Jt=y(c+y(ln(O,Rr,xr))),Qe=Rn,l=y(l+y(Jt+y(h[O+504>>2])));break e}else{l=y(l+y(c+y(ns(O,Rr,xr)))),Qe=y(_n(Qe,y(ns(O,ur,xr))));break e}default:}Q&&(Jt=y(Xe+y(Cr(s,Rr))),li=O+400+(n[Ru>>2]<<2)|0,h[li>>2]=y(Jt+y(h[li>>2])))}while(0);G=G+1|0}while((G|0)!=(or|0))}else Qe=y(0);if(c=y(_p+l),Tp?Xe=y(y(Bi(s,ur,y(Ys+Qe),Rc,B))-Ys):Xe=Rn,et=y(y(Bi(s,ur,y(Ys+(Op?Rn:Qe)),Rc,B))-Ys),Lt&Q){G=Nr;do{se=n[(n[wo>>2]|0)+(G<<2)>>2]|0;do if((n[se+36>>2]|0)!=1){if((n[se+24>>2]|0)==1){if(gi(se,ur)|0){if(Jt=y(Or(se,ur,Rn)),Jt=y(Jt+y(Cr(s,ur))),Jt=y(Jt+y(K(se,ur,xr))),O=n[Fu>>2]|0,h[se+400+(O<<2)>>2]=Jt,!(_t(Jt)|0))break}else O=n[Fu>>2]|0;Jt=y(Cr(s,ur)),h[se+400+(O<<2)>>2]=y(Jt+y(K(se,ur,xr)));break}O=ha(s,se)|0;do if((O|0)==4){if((n[(vl(se,ur)|0)+4>>2]|0)==3){Xr=139;break}if((n[(Sc(se,ur)|0)+4>>2]|0)==3){Xr=139;break}if(ts(se,ur,Rn)|0){l=Me;break}hf=n[se+908+(n[bl>>2]<<2)>>2]|0,n[Gs>>2]=hf,l=y(h[se+396>>2]),li=_t(l)|0,Qe=(n[v>>2]=hf,y(h[v>>2])),li?l=et:(Sr=y(ln(se,ur,xr)),Jt=y(Qe/l),l=y(l*Qe),l=y(Sr+(Jn?Jt:l))),h[za>>2]=l,h[Gs>>2]=y(y(ln(se,Rr,xr))+Qe),n[Wo>>2]=1,n[kl>>2]=1,yr(se,Rr,ir,xr,Wo,Gs),yr(se,ur,Rn,xr,kl,za),l=y(h[Gs>>2]),Sr=y(h[za>>2]),Jt=Jn?l:Sr,l=Jn?Sr:l,li=((_t(Jt)|0)^1)&1,fa(se,Jt,l,Ds,li,((_t(l)|0)^1)&1,xr,Eo,1,3493,M)|0,l=Me}else Xr=139;while(0);e:do if((Xr|0)==139){Xr=0,l=y(Xe-y(ns(se,ur,xr)));do if((n[(vl(se,ur)|0)+4>>2]|0)==3){if((n[(Sc(se,ur)|0)+4>>2]|0)!=3)break;l=y(Me+y(_n(y(0),y(l*y(.5)))));break e}while(0);if((n[(Sc(se,ur)|0)+4>>2]|0)==3){l=Me;break}if((n[(vl(se,ur)|0)+4>>2]|0)==3){l=y(Me+y(_n(y(0),l)));break}switch(O|0){case 1:{l=Me;break e}case 2:{l=y(Me+y(l*y(.5)));break e}default:{l=y(Me+l);break e}}}while(0);Jt=y(vs+l),li=se+400+(n[Fu>>2]<<2)|0,h[li>>2]=y(Jt+y(h[li>>2]))}while(0);G=G+1|0}while((G|0)!=(or|0))}if(vs=y(vs+et),kc=y(_n(kc,c)),m=yo+1|0,or>>>0>=Ws>>>0)break;l=ir,Nr=or,yo=m}do if(Q){if(O=m>>>0>1,!O&&!(Yi(s)|0))break;if(!(_t(Rn)|0)){l=y(Rn-vs);e:do switch(n[s+12>>2]|0){case 3:{Me=y(Me+l),Ue=y(0);break}case 2:{Me=y(Me+y(l*y(.5))),Ue=y(0);break}case 4:{Rn>vs?Ue=y(l/y(m>>>0)):Ue=y(0);break}case 7:if(Rn>vs){Me=y(Me+y(l/y(m<<1>>>0))),Ue=y(l/y(m>>>0)),Ue=O?Ue:y(0);break e}else{Me=y(Me+y(l*y(.5))),Ue=y(0);break e}case 6:{Ue=y(l/y(yo>>>0)),Ue=Rn>vs&O?Ue:y(0);break}default:Ue=y(0)}while(0);if(m|0)for(Lt=1040+(ur<<2)|0,Mr=976+(ur<<2)|0,qe=0,G=0;;){e:do if(G>>>0>>0)for(Qe=y(0),et=y(0),l=y(0),se=G;;){O=n[(n[wo>>2]|0)+(se<<2)>>2]|0;do if((n[O+36>>2]|0)!=1&&(n[O+24>>2]|0)==0){if((n[O+940>>2]|0)!=(qe|0))break e;if(Lm(O,ur)|0&&(Jt=y(h[O+908+(n[Mr>>2]<<2)>>2]),l=y(_n(l,y(Jt+y(ln(O,ur,xr)))))),(ha(s,O)|0)!=5)break;qs=y(Ya(O)),qs=y(qs+y(K(O,0,xr))),Jt=y(h[O+912>>2]),Jt=y(y(Jt+y(ln(O,0,xr)))-qs),qs=y(_n(et,qs)),Jt=y(_n(Qe,Jt)),Qe=Jt,et=qs,l=y(_n(l,y(qs+Jt)))}while(0);if(O=se+1|0,O>>>0>>0)se=O;else{se=O;break}}else et=y(0),l=y(0),se=G;while(0);if(lt=y(Ue+l),c=Me,Me=y(Me+lt),G>>>0>>0){Xe=y(c+et),O=G;do{G=n[(n[wo>>2]|0)+(O<<2)>>2]|0;e:do if((n[G+36>>2]|0)!=1&&(n[G+24>>2]|0)==0)switch(ha(s,G)|0){case 1:{Jt=y(c+y(K(G,ur,xr))),h[G+400+(n[Lt>>2]<<2)>>2]=Jt;break e}case 3:{Jt=y(y(Me-y(re(G,ur,xr)))-y(h[G+908+(n[Mr>>2]<<2)>>2])),h[G+400+(n[Lt>>2]<<2)>>2]=Jt;break e}case 2:{Jt=y(c+y(y(lt-y(h[G+908+(n[Mr>>2]<<2)>>2]))*y(.5))),h[G+400+(n[Lt>>2]<<2)>>2]=Jt;break e}case 4:{if(Jt=y(c+y(K(G,ur,xr))),h[G+400+(n[Lt>>2]<<2)>>2]=Jt,ts(G,ur,Rn)|0||(Jn?(Qe=y(h[G+908>>2]),l=y(Qe+y(ln(G,Rr,xr))),et=lt):(et=y(h[G+912>>2]),et=y(et+y(ln(G,ur,xr))),l=lt,Qe=y(h[G+908>>2])),Ii(l,Qe)|0&&Ii(et,y(h[G+912>>2]))|0))break e;fa(G,l,et,Ds,1,1,xr,Eo,1,3501,M)|0;break e}case 5:{h[G+404>>2]=y(y(Xe-y(Ya(G)))+y(Or(G,0,Rn)));break e}default:break e}while(0);O=O+1|0}while((O|0)!=(se|0))}if(qe=qe+1|0,(qe|0)==(m|0))break;G=se}}}while(0);if(h[s+908>>2]=y(Bi(s,2,Qc,B,B)),h[s+912>>2]=y(Bi(s,0,lf,k,B)),(Ql|0)!=0&&(cf=n[s+32>>2]|0,uf=(Ql|0)==2,!(uf&(cf|0)!=2))?uf&(cf|0)==2&&(l=y(Fc+ir),l=y(_n(y(Tg(l,y(MA(s,Rr,kc,Co)))),Fc)),Xr=198):(l=y(Bi(s,Rr,kc,Co,B)),Xr=198),(Xr|0)==198&&(h[s+908+(n[976+(Rr<<2)>>2]<<2)>>2]=l),(Fl|0)!=0&&(ff=n[s+32>>2]|0,pf=(Fl|0)==2,!(pf&(ff|0)!=2))?pf&(ff|0)==2&&(l=y(Ys+Rn),l=y(_n(y(Tg(l,y(MA(s,ur,y(Ys+vs),Rc)))),Ys)),Xr=204):(l=y(Bi(s,ur,y(Ys+vs),Rc,B)),Xr=204),(Xr|0)==204&&(h[s+908+(n[976+(ur<<2)>>2]<<2)>>2]=l),Q){if((n[Af>>2]|0)==2){G=976+(ur<<2)|0,se=1040+(ur<<2)|0,O=0;do qe=gs(s,O)|0,n[qe+24>>2]|0||(hf=n[G>>2]|0,Jt=y(h[s+908+(hf<<2)>>2]),li=qe+400+(n[se>>2]<<2)|0,Jt=y(Jt-y(h[li>>2])),h[li>>2]=y(Jt-y(h[qe+908+(hf<<2)>>2]))),O=O+1|0;while((O|0)!=(Ws|0))}if(f|0){O=Jn?Ql:d;do Om(s,f,xr,O,Eo,Ds,M),f=n[f+960>>2]|0;while((f|0)!=0)}if(O=(Rr|2|0)==3,G=(ur|2|0)==3,O|G){f=0;do se=n[(n[wo>>2]|0)+(f<<2)>>2]|0,(n[se+36>>2]|0)!=1&&(O&&wp(s,se,Rr),G&&wp(s,se,ur)),f=f+1|0;while((f|0)!=(Ws|0))}}}while(0);C=Rl}function pa(s,l){s=s|0,l=y(l);var c=0;oa(s,l>=y(0),3147),c=l==y(0),h[s+4>>2]=c?y(0):l}function vc(s,l,c,f){s=s|0,l=y(l),c=y(c),f=f|0;var d=Ze,m=Ze,B=0,k=0,Q=0;n[2278]=(n[2278]|0)+1,Bl(s),ts(s,2,l)|0?(d=y(qr(n[s+992>>2]|0,l)),Q=1,d=y(d+y(ln(s,2,l)))):(d=y(qr(s+380|0,l)),d>=y(0)?Q=2:(Q=((_t(l)|0)^1)&1,d=l)),ts(s,0,c)|0?(m=y(qr(n[s+996>>2]|0,c)),k=1,m=y(m+y(ln(s,0,l)))):(m=y(qr(s+388|0,c)),m>=y(0)?k=2:(k=((_t(c)|0)^1)&1,m=c)),B=s+976|0,fa(s,d,m,f,Q,k,l,c,1,3189,n[B>>2]|0)|0&&(Ep(s,n[s+496>>2]|0,l,c,l),Dc(s,y(h[(n[B>>2]|0)+4>>2]),y(0),y(0)),o[11696]|0)&&Qm(s,7)}function Bl(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;k=C,C=C+32|0,B=k+24|0,m=k+16|0,f=k+8|0,d=k,c=0;do l=s+380+(c<<3)|0,(n[s+380+(c<<3)+4>>2]|0)!=0&&(Q=l,M=n[Q+4>>2]|0,O=f,n[O>>2]=n[Q>>2],n[O+4>>2]=M,O=s+364+(c<<3)|0,M=n[O+4>>2]|0,Q=d,n[Q>>2]=n[O>>2],n[Q+4>>2]=M,n[m>>2]=n[f>>2],n[m+4>>2]=n[f+4>>2],n[B>>2]=n[d>>2],n[B+4>>2]=n[d+4>>2],ws(m,B)|0)||(l=s+348+(c<<3)|0),n[s+992+(c<<2)>>2]=l,c=c+1|0;while((c|0)!=2);C=k}function ts(s,l,c){s=s|0,l=l|0,c=y(c);var f=0;switch(s=n[s+992+(n[976+(l<<2)>>2]<<2)>>2]|0,n[s+4>>2]|0){case 0:case 3:{s=0;break}case 1:{y(h[s>>2])>2])>2]|0){case 2:{l=y(y(y(h[s>>2])*l)/y(100));break}case 1:{l=y(h[s>>2]);break}default:l=y(ce)}return y(l)}function Ep(s,l,c,f,d){s=s|0,l=l|0,c=y(c),f=y(f),d=y(d);var m=0,B=Ze;l=n[s+944>>2]|0?l:1,m=fr(n[s+4>>2]|0,l)|0,l=ww(m,l)|0,c=y(Mm(s,m,c)),f=y(Mm(s,l,f)),B=y(c+y(K(s,m,d))),h[s+400+(n[1040+(m<<2)>>2]<<2)>>2]=B,c=y(c+y(re(s,m,d))),h[s+400+(n[1e3+(m<<2)>>2]<<2)>>2]=c,c=y(f+y(K(s,l,d))),h[s+400+(n[1040+(l<<2)>>2]<<2)>>2]=c,d=y(f+y(re(s,l,d))),h[s+400+(n[1e3+(l<<2)>>2]<<2)>>2]=d}function Dc(s,l,c,f){s=s|0,l=y(l),c=y(c),f=y(f);var d=0,m=0,B=Ze,k=Ze,Q=0,M=0,O=Ze,G=0,se=Ze,qe=Ze,Me=Ze,Qe=Ze;if(l!=y(0)&&(d=s+400|0,Qe=y(h[d>>2]),m=s+404|0,Me=y(h[m>>2]),G=s+416|0,qe=y(h[G>>2]),M=s+420|0,B=y(h[M>>2]),se=y(Qe+c),O=y(Me+f),f=y(se+qe),k=y(O+B),Q=(n[s+988>>2]|0)==1,h[d>>2]=y(qo(Qe,l,0,Q)),h[m>>2]=y(qo(Me,l,0,Q)),c=y(bR(y(qe*l),y(1))),Ii(c,y(0))|0?m=0:m=(Ii(c,y(1))|0)^1,c=y(bR(y(B*l),y(1))),Ii(c,y(0))|0?d=0:d=(Ii(c,y(1))|0)^1,Qe=y(qo(f,l,Q&m,Q&(m^1))),h[G>>2]=y(Qe-y(qo(se,l,0,Q))),Qe=y(qo(k,l,Q&d,Q&(d^1))),h[M>>2]=y(Qe-y(qo(O,l,0,Q))),m=(n[s+952>>2]|0)-(n[s+948>>2]|0)>>2,m|0)){d=0;do Dc(gs(s,d)|0,l,se,O),d=d+1|0;while((d|0)!=(m|0))}}function Cw(s,l,c,f,d){switch(s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,c|0){case 5:case 0:{s=i7(n[489]|0,f,d)|0;break}default:s=zUe(f,d)|0}return s|0}function Eg(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;d=C,C=C+16|0,m=d,n[m>>2]=f,Cg(s,0,l,c,m),C=d}function Cg(s,l,c,f,d){if(s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,s=s|0?s:956,D7[n[s+8>>2]&1](s,l,c,f,d)|0,(c|0)==5)Rt();else return}function qa(s,l,c){s=s|0,l=l|0,c=c|0,o[s+l>>0]=c&1}function Rm(s,l){s=s|0,l=l|0;var c=0,f=0;n[s>>2]=0,n[s+4>>2]=0,n[s+8>>2]=0,c=l+4|0,f=(n[c>>2]|0)-(n[l>>2]|0)>>2,f|0&&(wg(s,f),Qt(s,n[l>>2]|0,n[c>>2]|0,f))}function wg(s,l){s=s|0,l=l|0;var c=0;if((N(s)|0)>>>0>>0&&zr(s),l>>>0>1073741823)Rt();else{c=Kt(l<<2)|0,n[s+4>>2]=c,n[s>>2]=c,n[s+8>>2]=c+(l<<2);return}}function Qt(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,f=s+4|0,s=c-l|0,(s|0)>0&&(Dr(n[f>>2]|0,l|0,s|0)|0,n[f>>2]=(n[f>>2]|0)+(s>>>2<<2))}function N(s){return s=s|0,1073741823}function K(s,l,c){return s=s|0,l=l|0,c=y(c),pe(l)|0&&(n[s+96>>2]|0)!=0?s=s+92|0:s=Fn(s+60|0,n[1040+(l<<2)>>2]|0,992)|0,y(ze(s,c))}function re(s,l,c){return s=s|0,l=l|0,c=y(c),pe(l)|0&&(n[s+104>>2]|0)!=0?s=s+100|0:s=Fn(s+60|0,n[1e3+(l<<2)>>2]|0,992)|0,y(ze(s,c))}function pe(s){return s=s|0,(s|1|0)==3|0}function ze(s,l){return s=s|0,l=y(l),(n[s+4>>2]|0)==3?l=y(0):l=y(qr(s,l)),y(l)}function mt(s,l){return s=s|0,l=l|0,s=n[s>>2]|0,((s|0)==0?(l|0)>1?l:1:s)|0}function fr(s,l){s=s|0,l=l|0;var c=0;e:do if((l|0)==2){switch(s|0){case 2:{s=3;break e}case 3:break;default:{c=4;break e}}s=2}else c=4;while(0);return s|0}function Cr(s,l){s=s|0,l=l|0;var c=Ze;return pe(l)|0&&(n[s+312>>2]|0)!=0&&(c=y(h[s+308>>2]),c>=y(0))||(c=y(_n(y(h[(Fn(s+276|0,n[1040+(l<<2)>>2]|0,992)|0)>>2]),y(0)))),y(c)}function yn(s,l){s=s|0,l=l|0;var c=Ze;return pe(l)|0&&(n[s+320>>2]|0)!=0&&(c=y(h[s+316>>2]),c>=y(0))||(c=y(_n(y(h[(Fn(s+276|0,n[1e3+(l<<2)>>2]|0,992)|0)>>2]),y(0)))),y(c)}function oi(s,l,c){s=s|0,l=l|0,c=y(c);var f=Ze;return pe(l)|0&&(n[s+240>>2]|0)!=0&&(f=y(qr(s+236|0,c)),f>=y(0))||(f=y(_n(y(qr(Fn(s+204|0,n[1040+(l<<2)>>2]|0,992)|0,c)),y(0)))),y(f)}function Oi(s,l,c){s=s|0,l=l|0,c=y(c);var f=Ze;return pe(l)|0&&(n[s+248>>2]|0)!=0&&(f=y(qr(s+244|0,c)),f>=y(0))||(f=y(_n(y(qr(Fn(s+204|0,n[1e3+(l<<2)>>2]|0,992)|0,c)),y(0)))),y(f)}function Ig(s,l,c,f,d,m,B){s=s|0,l=y(l),c=y(c),f=f|0,d=d|0,m=y(m),B=y(B);var k=Ze,Q=Ze,M=Ze,O=Ze,G=Ze,se=Ze,qe=0,Me=0,Qe=0;Qe=C,C=C+16|0,qe=Qe,Me=s+964|0,Un(s,(n[Me>>2]|0)!=0,3519),k=y(En(s,2,l)),Q=y(En(s,0,l)),M=y(ln(s,2,l)),O=y(ln(s,0,l)),_t(l)|0?G=l:G=y(_n(y(0),y(y(l-M)-k))),_t(c)|0?se=c:se=y(_n(y(0),y(y(c-O)-Q))),(f|0)==1&(d|0)==1?(h[s+908>>2]=y(Bi(s,2,y(l-M),m,m)),l=y(Bi(s,0,y(c-O),B,m))):(S7[n[Me>>2]&1](qe,s,G,f,se,d),G=y(k+y(h[qe>>2])),se=y(l-M),h[s+908>>2]=y(Bi(s,2,(f|2|0)==2?G:se,m,m)),se=y(Q+y(h[qe+4>>2])),l=y(c-O),l=y(Bi(s,0,(d|2|0)==2?se:l,B,m))),h[s+912>>2]=l,C=Qe}function qv(s,l,c,f,d,m,B){s=s|0,l=y(l),c=y(c),f=f|0,d=d|0,m=y(m),B=y(B);var k=Ze,Q=Ze,M=Ze,O=Ze;M=y(En(s,2,m)),k=y(En(s,0,m)),O=y(ln(s,2,m)),Q=y(ln(s,0,m)),l=y(l-O),h[s+908>>2]=y(Bi(s,2,(f|2|0)==2?M:l,m,m)),c=y(c-Q),h[s+912>>2]=y(Bi(s,0,(d|2|0)==2?k:c,B,m))}function Yv(s,l,c,f,d,m,B){s=s|0,l=y(l),c=y(c),f=f|0,d=d|0,m=y(m),B=y(B);var k=0,Q=Ze,M=Ze;return k=(f|0)==2,!(l<=y(0)&k)&&!(c<=y(0)&(d|0)==2)&&!((f|0)==1&(d|0)==1)?s=0:(Q=y(ln(s,0,m)),M=y(ln(s,2,m)),k=l>2]=y(Bi(s,2,k?y(0):l,m,m)),l=y(c-Q),k=c>2]=y(Bi(s,0,k?y(0):l,B,m)),s=1),s|0}function ww(s,l){return s=s|0,l=l|0,UA(s)|0?s=fr(2,l)|0:s=0,s|0}function Cp(s,l,c){return s=s|0,l=l|0,c=y(c),c=y(oi(s,l,c)),y(c+y(Cr(s,l)))}function Iw(s,l,c){return s=s|0,l=l|0,c=y(c),c=y(Oi(s,l,c)),y(c+y(yn(s,l)))}function En(s,l,c){s=s|0,l=l|0,c=y(c);var f=Ze;return f=y(Cp(s,l,c)),y(f+y(Iw(s,l,c)))}function Tm(s){return s=s|0,n[s+24>>2]|0?s=0:y(rs(s))!=y(0)?s=1:s=y(js(s))!=y(0),s|0}function rs(s){s=s|0;var l=Ze;if(n[s+944>>2]|0){if(l=y(h[s+44>>2]),_t(l)|0)return l=y(h[s+40>>2]),s=l>y(0)&((_t(l)|0)^1),y(s?l:y(0))}else l=y(0);return y(l)}function js(s){s=s|0;var l=Ze,c=0,f=Ze;do if(n[s+944>>2]|0){if(l=y(h[s+48>>2]),_t(l)|0){if(c=o[(n[s+976>>2]|0)+2>>0]|0,c<<24>>24==0&&(f=y(h[s+40>>2]),f>24?y(1):y(0)}}else l=y(0);while(0);return y(l)}function Bu(s){s=s|0;var l=0,c=0;if(Xm(s+400|0,0,540)|0,o[s+985>>0]=1,$(s),c=wi(s)|0,c|0){l=s+948|0,s=0;do Bu(n[(n[l>>2]|0)+(s<<2)>>2]|0),s=s+1|0;while((s|0)!=(c|0))}}function Nm(s,l,c,f,d,m,B,k,Q,M){s=s|0,l=l|0,c=y(c),f=f|0,d=y(d),m=y(m),B=y(B),k=k|0,Q=Q|0,M=M|0;var O=0,G=Ze,se=0,qe=0,Me=Ze,Qe=Ze,et=0,Xe=Ze,lt=0,Ue=Ze,Ge=0,Lt=0,Mr=0,or=0,Xt=0,Sr=0,Nr=0,ir=0,xn=0,go=0;xn=C,C=C+16|0,Mr=xn+12|0,or=xn+8|0,Xt=xn+4|0,Sr=xn,ir=fr(n[s+4>>2]|0,Q)|0,Ge=pe(ir)|0,G=y(qr(Bw(l)|0,Ge?m:B)),Lt=ts(l,2,m)|0,Nr=ts(l,0,B)|0;do if(!(_t(G)|0)&&!(_t(Ge?c:d)|0)){if(O=l+504|0,!(_t(y(h[O>>2]))|0)&&(!(vw(n[l+976>>2]|0,0)|0)||(n[l+500>>2]|0)==(n[2278]|0)))break;h[O>>2]=y(_n(G,y(En(l,ir,m))))}else se=7;while(0);do if((se|0)==7){if(lt=Ge^1,!(lt|Lt^1)){B=y(qr(n[l+992>>2]|0,m)),h[l+504>>2]=y(_n(B,y(En(l,2,m))));break}if(!(Ge|Nr^1)){B=y(qr(n[l+996>>2]|0,B)),h[l+504>>2]=y(_n(B,y(En(l,0,m))));break}h[Mr>>2]=y(ce),h[or>>2]=y(ce),n[Xt>>2]=0,n[Sr>>2]=0,Xe=y(ln(l,2,m)),Ue=y(ln(l,0,m)),Lt?(Me=y(Xe+y(qr(n[l+992>>2]|0,m))),h[Mr>>2]=Me,n[Xt>>2]=1,qe=1):(qe=0,Me=y(ce)),Nr?(G=y(Ue+y(qr(n[l+996>>2]|0,B))),h[or>>2]=G,n[Sr>>2]=1,O=1):(O=0,G=y(ce)),se=n[s+32>>2]|0,Ge&(se|0)==2?se=2:_t(Me)|0&&!(_t(c)|0)&&(h[Mr>>2]=c,n[Xt>>2]=2,qe=2,Me=c),!((se|0)==2<)&&_t(G)|0&&!(_t(d)|0)&&(h[or>>2]=d,n[Sr>>2]=2,O=2,G=d),Qe=y(h[l+396>>2]),et=_t(Qe)|0;do if(et)se=qe;else{if((qe|0)==1<){h[or>>2]=y(y(Me-Xe)/Qe),n[Sr>>2]=1,O=1,se=1;break}Ge&(O|0)==1?(h[Mr>>2]=y(Qe*y(G-Ue)),n[Xt>>2]=1,O=1,se=1):se=qe}while(0);go=_t(c)|0,qe=(ha(s,l)|0)!=4,!(Ge|Lt|((f|0)!=1|go)|(qe|(se|0)==1))&&(h[Mr>>2]=c,n[Xt>>2]=1,!et)&&(h[or>>2]=y(y(c-Xe)/Qe),n[Sr>>2]=1,O=1),!(Nr|lt|((k|0)!=1|(_t(d)|0))|(qe|(O|0)==1))&&(h[or>>2]=d,n[Sr>>2]=1,!et)&&(h[Mr>>2]=y(Qe*y(d-Ue)),n[Xt>>2]=1),yr(l,2,m,m,Xt,Mr),yr(l,0,B,m,Sr,or),c=y(h[Mr>>2]),d=y(h[or>>2]),fa(l,c,d,Q,n[Xt>>2]|0,n[Sr>>2]|0,m,B,0,3565,M)|0,B=y(h[l+908+(n[976+(ir<<2)>>2]<<2)>>2]),h[l+504>>2]=y(_n(B,y(En(l,ir,m))))}while(0);n[l+500>>2]=n[2278],C=xn}function Bi(s,l,c,f,d){return s=s|0,l=l|0,c=y(c),f=y(f),d=y(d),f=y(MA(s,l,c,f)),y(_n(f,y(En(s,l,d))))}function ha(s,l){return s=s|0,l=l|0,l=l+20|0,l=n[((n[l>>2]|0)==0?s+16|0:l)>>2]|0,(l|0)==5&&UA(n[s+4>>2]|0)|0&&(l=1),l|0}function vl(s,l){return s=s|0,l=l|0,pe(l)|0&&(n[s+96>>2]|0)!=0?l=4:l=n[1040+(l<<2)>>2]|0,s+60+(l<<3)|0}function Sc(s,l){return s=s|0,l=l|0,pe(l)|0&&(n[s+104>>2]|0)!=0?l=5:l=n[1e3+(l<<2)>>2]|0,s+60+(l<<3)|0}function yr(s,l,c,f,d,m){switch(s=s|0,l=l|0,c=y(c),f=y(f),d=d|0,m=m|0,c=y(qr(s+380+(n[976+(l<<2)>>2]<<3)|0,c)),c=y(c+y(ln(s,l,f))),n[d>>2]|0){case 2:case 1:{d=_t(c)|0,f=y(h[m>>2]),h[m>>2]=d|f>2]=2,h[m>>2]=c);break}default:}}function gi(s,l){return s=s|0,l=l|0,s=s+132|0,pe(l)|0&&(n[(Fn(s,4,948)|0)+4>>2]|0)!=0?s=1:s=(n[(Fn(s,n[1040+(l<<2)>>2]|0,948)|0)+4>>2]|0)!=0,s|0}function Or(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0;return s=s+132|0,pe(l)|0&&(f=Fn(s,4,948)|0,(n[f+4>>2]|0)!=0)?d=4:(f=Fn(s,n[1040+(l<<2)>>2]|0,948)|0,n[f+4>>2]|0?d=4:c=y(0)),(d|0)==4&&(c=y(qr(f,c))),y(c)}function ns(s,l,c){s=s|0,l=l|0,c=y(c);var f=Ze;return f=y(h[s+908+(n[976+(l<<2)>>2]<<2)>>2]),f=y(f+y(K(s,l,c))),y(f+y(re(s,l,c)))}function Yi(s){s=s|0;var l=0,c=0,f=0;e:do if(UA(n[s+4>>2]|0)|0)l=0;else if((n[s+16>>2]|0)!=5)if(c=wi(s)|0,!c)l=0;else for(l=0;;){if(f=gs(s,l)|0,(n[f+24>>2]|0)==0&&(n[f+20>>2]|0)==5){l=1;break e}if(l=l+1|0,l>>>0>=c>>>0){l=0;break}}else l=1;while(0);return l|0}function Lm(s,l){s=s|0,l=l|0;var c=Ze;return c=y(h[s+908+(n[976+(l<<2)>>2]<<2)>>2]),c>=y(0)&((_t(c)|0)^1)|0}function Ya(s){s=s|0;var l=Ze,c=0,f=0,d=0,m=0,B=0,k=0,Q=Ze;if(c=n[s+968>>2]|0,c)Q=y(h[s+908>>2]),l=y(h[s+912>>2]),l=y(w7[c&0](s,Q,l)),Un(s,(_t(l)|0)^1,3573);else{m=wi(s)|0;do if(m|0){for(c=0,d=0;;){if(f=gs(s,d)|0,n[f+940>>2]|0){B=8;break}if((n[f+24>>2]|0)!=1)if(k=(ha(s,f)|0)==5,k){c=f;break}else c=(c|0)==0?f:c;if(d=d+1|0,d>>>0>=m>>>0){B=8;break}}if((B|0)==8&&!c)break;return l=y(Ya(c)),y(l+y(h[c+404>>2]))}while(0);l=y(h[s+912>>2])}return y(l)}function MA(s,l,c,f){s=s|0,l=l|0,c=y(c),f=y(f);var d=Ze,m=0;return UA(l)|0?(l=1,m=3):pe(l)|0?(l=0,m=3):(f=y(ce),d=y(ce)),(m|0)==3&&(d=y(qr(s+364+(l<<3)|0,f)),f=y(qr(s+380+(l<<3)|0,f))),m=f=y(0)&((_t(f)|0)^1)),c=m?f:c,m=d>=y(0)&((_t(d)|0)^1)&c>2]|0,m)|0,Me=ww(et,m)|0,Qe=pe(et)|0,G=y(ln(l,2,c)),se=y(ln(l,0,c)),ts(l,2,c)|0?k=y(G+y(qr(n[l+992>>2]|0,c))):gi(l,2)|0&&sr(l,2)|0?(k=y(h[s+908>>2]),Q=y(Cr(s,2)),Q=y(k-y(Q+y(yn(s,2)))),k=y(Or(l,2,c)),k=y(Bi(l,2,y(Q-y(k+y(vu(l,2,c)))),c,c))):k=y(ce),ts(l,0,d)|0?Q=y(se+y(qr(n[l+996>>2]|0,d))):gi(l,0)|0&&sr(l,0)|0?(Q=y(h[s+912>>2]),lt=y(Cr(s,0)),lt=y(Q-y(lt+y(yn(s,0)))),Q=y(Or(l,0,d)),Q=y(Bi(l,0,y(lt-y(Q+y(vu(l,0,d)))),d,c))):Q=y(ce),M=_t(k)|0,O=_t(Q)|0;do if(M^O&&(qe=y(h[l+396>>2]),!(_t(qe)|0)))if(M){k=y(G+y(y(Q-se)*qe));break}else{lt=y(se+y(y(k-G)/qe)),Q=O?lt:Q;break}while(0);O=_t(k)|0,M=_t(Q)|0,O|M&&(Ue=(O^1)&1,f=c>y(0)&((f|0)!=0&O),k=Qe?k:f?c:k,fa(l,k,Q,m,Qe?Ue:f?2:Ue,O&(M^1)&1,k,Q,0,3623,B)|0,k=y(h[l+908>>2]),k=y(k+y(ln(l,2,c))),Q=y(h[l+912>>2]),Q=y(Q+y(ln(l,0,c)))),fa(l,k,Q,m,1,1,k,Q,1,3635,B)|0,sr(l,et)|0&&!(gi(l,et)|0)?(Ue=n[976+(et<<2)>>2]|0,lt=y(h[s+908+(Ue<<2)>>2]),lt=y(lt-y(h[l+908+(Ue<<2)>>2])),lt=y(lt-y(yn(s,et))),lt=y(lt-y(re(l,et,c))),lt=y(lt-y(vu(l,et,Qe?c:d))),h[l+400+(n[1040+(et<<2)>>2]<<2)>>2]=lt):Xe=21;do if((Xe|0)==21){if(!(gi(l,et)|0)&&(n[s+8>>2]|0)==1){Ue=n[976+(et<<2)>>2]|0,lt=y(h[s+908+(Ue<<2)>>2]),lt=y(y(lt-y(h[l+908+(Ue<<2)>>2]))*y(.5)),h[l+400+(n[1040+(et<<2)>>2]<<2)>>2]=lt;break}!(gi(l,et)|0)&&(n[s+8>>2]|0)==2&&(Ue=n[976+(et<<2)>>2]|0,lt=y(h[s+908+(Ue<<2)>>2]),lt=y(lt-y(h[l+908+(Ue<<2)>>2])),h[l+400+(n[1040+(et<<2)>>2]<<2)>>2]=lt)}while(0);sr(l,Me)|0&&!(gi(l,Me)|0)?(Ue=n[976+(Me<<2)>>2]|0,lt=y(h[s+908+(Ue<<2)>>2]),lt=y(lt-y(h[l+908+(Ue<<2)>>2])),lt=y(lt-y(yn(s,Me))),lt=y(lt-y(re(l,Me,c))),lt=y(lt-y(vu(l,Me,Qe?d:c))),h[l+400+(n[1040+(Me<<2)>>2]<<2)>>2]=lt):Xe=30;do if((Xe|0)==30&&!(gi(l,Me)|0)){if((ha(s,l)|0)==2){Ue=n[976+(Me<<2)>>2]|0,lt=y(h[s+908+(Ue<<2)>>2]),lt=y(y(lt-y(h[l+908+(Ue<<2)>>2]))*y(.5)),h[l+400+(n[1040+(Me<<2)>>2]<<2)>>2]=lt;break}Ue=(ha(s,l)|0)==3,Ue^(n[s+28>>2]|0)==2&&(Ue=n[976+(Me<<2)>>2]|0,lt=y(h[s+908+(Ue<<2)>>2]),lt=y(lt-y(h[l+908+(Ue<<2)>>2])),h[l+400+(n[1040+(Me<<2)>>2]<<2)>>2]=lt)}while(0)}function wp(s,l,c){s=s|0,l=l|0,c=c|0;var f=Ze,d=0;d=n[976+(c<<2)>>2]|0,f=y(h[l+908+(d<<2)>>2]),f=y(y(h[s+908+(d<<2)>>2])-f),f=y(f-y(h[l+400+(n[1040+(c<<2)>>2]<<2)>>2])),h[l+400+(n[1e3+(c<<2)>>2]<<2)>>2]=f}function UA(s){return s=s|0,(s|1|0)==1|0}function Bw(s){s=s|0;var l=Ze;switch(n[s+56>>2]|0){case 0:case 3:{l=y(h[s+40>>2]),l>y(0)&((_t(l)|0)^1)?s=o[(n[s+976>>2]|0)+2>>0]|0?1056:992:s=1056;break}default:s=s+52|0}return s|0}function vw(s,l){return s=s|0,l=l|0,(o[s+l>>0]|0)!=0|0}function sr(s,l){return s=s|0,l=l|0,s=s+132|0,pe(l)|0&&(n[(Fn(s,5,948)|0)+4>>2]|0)!=0?s=1:s=(n[(Fn(s,n[1e3+(l<<2)>>2]|0,948)|0)+4>>2]|0)!=0,s|0}function vu(s,l,c){s=s|0,l=l|0,c=y(c);var f=0,d=0;return s=s+132|0,pe(l)|0&&(f=Fn(s,5,948)|0,(n[f+4>>2]|0)!=0)?d=4:(f=Fn(s,n[1e3+(l<<2)>>2]|0,948)|0,n[f+4>>2]|0?d=4:c=y(0)),(d|0)==4&&(c=y(qr(f,c))),y(c)}function Mm(s,l,c){return s=s|0,l=l|0,c=y(c),gi(s,l)|0?c=y(Or(s,l,c)):c=y(-y(vu(s,l,c))),y(c)}function Du(s){return s=y(s),h[v>>2]=s,n[v>>2]|0|0}function Ip(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>1073741823)Rt();else{d=Kt(l<<2)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<2)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<2)}function Bg(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>2)<<2)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function _A(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-4-l|0)>>>2)<<2)),s=n[s>>2]|0,s|0&>(s)}function HA(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;if(B=s+4|0,k=n[B>>2]|0,d=k-f|0,m=d>>2,s=l+(m<<2)|0,s>>>0>>0){f=k;do n[f>>2]=n[s>>2],s=s+4|0,f=(n[B>>2]|0)+4|0,n[B>>2]=f;while(s>>>0>>0)}m|0&&Mw(k+(0-m<<2)|0,l|0,d|0)|0}function vg(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0;return k=l+4|0,Q=n[k>>2]|0,d=n[s>>2]|0,B=c,m=B-d|0,f=Q+(0-(m>>2)<<2)|0,n[k>>2]=f,(m|0)>0&&Dr(f|0,d|0,m|0)|0,d=s+4|0,m=l+8|0,f=(n[d>>2]|0)-B|0,(f|0)>0&&(Dr(n[m>>2]|0,c|0,f|0)|0,n[m>>2]=(n[m>>2]|0)+(f>>>2<<2)),B=n[s>>2]|0,n[s>>2]=n[k>>2],n[k>>2]=B,B=n[d>>2]|0,n[d>>2]=n[m>>2],n[m>>2]=B,B=s+8|0,c=l+12|0,s=n[B>>2]|0,n[B>>2]=n[c>>2],n[c>>2]=s,n[l>>2]=n[k>>2],Q|0}function Dw(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;if(B=n[l>>2]|0,m=n[c>>2]|0,(B|0)!=(m|0)){d=s+8|0,c=((m+-4-B|0)>>>2)+1|0,s=B,f=n[d>>2]|0;do n[f>>2]=n[s>>2],f=(n[d>>2]|0)+4|0,n[d>>2]=f,s=s+4|0;while((s|0)!=(m|0));n[l>>2]=B+(c<<2)}}function Um(){dc()}function ga(){var s=0;return s=Kt(4)|0,jA(s),s|0}function jA(s){s=s|0,n[s>>2]=ys()|0}function Pc(s){s=s|0,s|0&&(Dg(s),gt(s))}function Dg(s){s=s|0,tt(n[s>>2]|0)}function _m(s,l,c){s=s|0,l=l|0,c=c|0,qa(n[s>>2]|0,l,c)}function fo(s,l){s=s|0,l=y(l),pa(n[s>>2]|0,l)}function Wv(s,l){return s=s|0,l=l|0,vw(n[s>>2]|0,l)|0}function Sw(){var s=0;return s=Kt(8)|0,Kv(s,0),s|0}function Kv(s,l){s=s|0,l=l|0,l?l=Ci(n[l>>2]|0)|0:l=co()|0,n[s>>2]=l,n[s+4>>2]=0,bi(l,s)}function AF(s){s=s|0;var l=0;return l=Kt(8)|0,Kv(l,s),l|0}function Vv(s){s=s|0,s|0&&(Su(s),gt(s))}function Su(s){s=s|0;var l=0;la(n[s>>2]|0),l=s+4|0,s=n[l>>2]|0,n[l>>2]=0,s|0&&(GA(s),gt(s))}function GA(s){s=s|0,qA(s)}function qA(s){s=s|0,s=n[s>>2]|0,s|0&&PA(s|0)}function Pw(s){return s=s|0,jo(s)|0}function Hm(s){s=s|0;var l=0,c=0;c=s+4|0,l=n[c>>2]|0,n[c>>2]=0,l|0&&(GA(l),gt(l)),_s(n[s>>2]|0)}function fF(s,l){s=s|0,l=l|0,$r(n[s>>2]|0,n[l>>2]|0)}function pF(s,l){s=s|0,l=l|0,ca(n[s>>2]|0,l)}function Jv(s,l,c){s=s|0,l=l|0,c=+c,yu(n[s>>2]|0,l,y(c))}function zv(s,l,c){s=s|0,l=l|0,c=+c,Es(n[s>>2]|0,l,y(c))}function bw(s,l){s=s|0,l=l|0,gu(n[s>>2]|0,l)}function Pu(s,l){s=s|0,l=l|0,du(n[s>>2]|0,l)}function hF(s,l){s=s|0,l=l|0,FA(n[s>>2]|0,l)}function gF(s,l){s=s|0,l=l|0,kA(n[s>>2]|0,l)}function Bp(s,l){s=s|0,l=l|0,yc(n[s>>2]|0,l)}function dF(s,l){s=s|0,l=l|0,Ap(n[s>>2]|0,l)}function Xv(s,l,c){s=s|0,l=l|0,c=+c,Cc(n[s>>2]|0,l,y(c))}function YA(s,l,c){s=s|0,l=l|0,c=+c,q(n[s>>2]|0,l,y(c))}function mF(s,l){s=s|0,l=l|0,wl(n[s>>2]|0,l)}function yF(s,l){s=s|0,l=l|0,ag(n[s>>2]|0,l)}function Zv(s,l){s=s|0,l=l|0,fp(n[s>>2]|0,l)}function xw(s,l){s=s|0,l=+l,RA(n[s>>2]|0,y(l))}function kw(s,l){s=s|0,l=+l,Ha(n[s>>2]|0,y(l))}function EF(s,l){s=s|0,l=+l,qi(n[s>>2]|0,y(l))}function CF(s,l){s=s|0,l=+l,Hs(n[s>>2]|0,y(l))}function Dl(s,l){s=s|0,l=+l,mu(n[s>>2]|0,y(l))}function Qw(s,l){s=s|0,l=+l,yw(n[s>>2]|0,y(l))}function wF(s,l){s=s|0,l=+l,TA(n[s>>2]|0,y(l))}function WA(s){s=s|0,pp(n[s>>2]|0)}function jm(s,l){s=s|0,l=+l,Cs(n[s>>2]|0,y(l))}function bu(s,l){s=s|0,l=+l,ug(n[s>>2]|0,y(l))}function Fw(s){s=s|0,Ag(n[s>>2]|0)}function Rw(s,l){s=s|0,l=+l,hp(n[s>>2]|0,y(l))}function IF(s,l){s=s|0,l=+l,Ic(n[s>>2]|0,y(l))}function $v(s,l){s=s|0,l=+l,bm(n[s>>2]|0,y(l))}function KA(s,l){s=s|0,l=+l,pg(n[s>>2]|0,y(l))}function eD(s,l){s=s|0,l=+l,Cu(n[s>>2]|0,y(l))}function Gm(s,l){s=s|0,l=+l,xm(n[s>>2]|0,y(l))}function tD(s,l){s=s|0,l=+l,wu(n[s>>2]|0,y(l))}function rD(s,l){s=s|0,l=+l,Ew(n[s>>2]|0,y(l))}function qm(s,l){s=s|0,l=+l,Aa(n[s>>2]|0,y(l))}function nD(s,l,c){s=s|0,l=l|0,c=+c,Eu(n[s>>2]|0,l,y(c))}function BF(s,l,c){s=s|0,l=l|0,c=+c,xi(n[s>>2]|0,l,y(c))}function S(s,l,c){s=s|0,l=l|0,c=+c,wc(n[s>>2]|0,l,y(c))}function D(s){return s=s|0,og(n[s>>2]|0)|0}function T(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;f=C,C=C+16|0,d=f,Ec(d,n[l>>2]|0,c),j(s,d),C=f}function j(s,l){s=s|0,l=l|0,Y(s,n[l+4>>2]|0,+y(h[l>>2]))}function Y(s,l,c){s=s|0,l=l|0,c=+c,n[s>>2]=l,E[s+8>>3]=c}function Ae(s){return s=s|0,sg(n[s>>2]|0)|0}function De(s){return s=s|0,uo(n[s>>2]|0)|0}function vt(s){return s=s|0,mc(n[s>>2]|0)|0}function wt(s){return s=s|0,QA(n[s>>2]|0)|0}function xt(s){return s=s|0,Pm(n[s>>2]|0)|0}function _r(s){return s=s|0,ig(n[s>>2]|0)|0}function is(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;f=C,C=C+16|0,d=f,Dt(d,n[l>>2]|0,c),j(s,d),C=f}function di(s){return s=s|0,$n(n[s>>2]|0)|0}function po(s){return s=s|0,lg(n[s>>2]|0)|0}function VA(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,ua(f,n[l>>2]|0),j(s,f),C=c}function Yo(s){return s=s|0,+ +y(Gi(n[s>>2]|0))}function rt(s){return s=s|0,+ +y(es(n[s>>2]|0))}function Ve(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,Br(f,n[l>>2]|0),j(s,f),C=c}function ft(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,fg(f,n[l>>2]|0),j(s,f),C=c}function Wt(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,Ct(f,n[l>>2]|0),j(s,f),C=c}function vr(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,hg(f,n[l>>2]|0),j(s,f),C=c}function Pn(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,gg(f,n[l>>2]|0),j(s,f),C=c}function Fr(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,km(f,n[l>>2]|0),j(s,f),C=c}function bn(s){return s=s|0,+ +y(Bc(n[s>>2]|0))}function ai(s,l){return s=s|0,l=l|0,+ +y(cg(n[s>>2]|0,l))}function tn(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;f=C,C=C+16|0,d=f,ct(d,n[l>>2]|0,c),j(s,d),C=f}function ho(s,l,c){s=s|0,l=l|0,c=c|0,nr(n[s>>2]|0,n[l>>2]|0,c)}function vF(s,l){s=s|0,l=l|0,ms(n[s>>2]|0,n[l>>2]|0)}function eve(s){return s=s|0,wi(n[s>>2]|0)|0}function tve(s){return s=s|0,s=ht(n[s>>2]|0)|0,s?s=Pw(s)|0:s=0,s|0}function rve(s,l){return s=s|0,l=l|0,s=gs(n[s>>2]|0,l)|0,s?s=Pw(s)|0:s=0,s|0}function nve(s,l){s=s|0,l=l|0;var c=0,f=0;f=Kt(4)|0,zq(f,l),c=s+4|0,l=n[c>>2]|0,n[c>>2]=f,l|0&&(GA(l),gt(l)),It(n[s>>2]|0,1)}function zq(s,l){s=s|0,l=l|0,gve(s,l)}function ive(s,l,c,f,d,m){s=s|0,l=l|0,c=y(c),f=f|0,d=y(d),m=m|0;var B=0,k=0;B=C,C=C+16|0,k=B,sve(k,jo(l)|0,+c,f,+d,m),h[s>>2]=y(+E[k>>3]),h[s+4>>2]=y(+E[k+8>>3]),C=B}function sve(s,l,c,f,d,m){s=s|0,l=l|0,c=+c,f=f|0,d=+d,m=m|0;var B=0,k=0,Q=0,M=0,O=0;B=C,C=C+32|0,O=B+8|0,M=B+20|0,Q=B,k=B+16|0,E[O>>3]=c,n[M>>2]=f,E[Q>>3]=d,n[k>>2]=m,ove(s,n[l+4>>2]|0,O,M,Q,k),C=B}function ove(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0;B=C,C=C+16|0,k=B,Ka(k),l=da(l)|0,ave(s,l,+E[c>>3],n[f>>2]|0,+E[d>>3],n[m>>2]|0),Va(k),C=B}function da(s){return s=s|0,n[s>>2]|0}function ave(s,l,c,f,d,m){s=s|0,l=l|0,c=+c,f=f|0,d=+d,m=m|0;var B=0;B=Sl(lve()|0)|0,c=+JA(c),f=DF(f)|0,d=+JA(d),cve(s,hi(0,B|0,l|0,+c,f|0,+d,DF(m)|0)|0)}function lve(){var s=0;return o[7608]|0||(pve(9120),s=7608,n[s>>2]=1,n[s+4>>2]=0),9120}function Sl(s){return s=s|0,n[s+8>>2]|0}function JA(s){return s=+s,+ +SF(s)}function DF(s){return s=s|0,Zq(s)|0}function cve(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;d=C,C=C+32|0,c=d,f=l,f&1?(uve(c,0),ii(f|0,c|0)|0,Ave(s,c),fve(c)):(n[s>>2]=n[l>>2],n[s+4>>2]=n[l+4>>2],n[s+8>>2]=n[l+8>>2],n[s+12>>2]=n[l+12>>2]),C=d}function uve(s,l){s=s|0,l=l|0,Xq(s,l),n[s+8>>2]=0,o[s+24>>0]=0}function Ave(s,l){s=s|0,l=l|0,l=l+8|0,n[s>>2]=n[l>>2],n[s+4>>2]=n[l+4>>2],n[s+8>>2]=n[l+8>>2],n[s+12>>2]=n[l+12>>2]}function fve(s){s=s|0,o[s+24>>0]=0}function Xq(s,l){s=s|0,l=l|0,n[s>>2]=l}function Zq(s){return s=s|0,s|0}function SF(s){return s=+s,+s}function pve(s){s=s|0,Pl(s,hve()|0,4)}function hve(){return 1064}function Pl(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c,n[s+8>>2]=up(l|0,c+1|0)|0}function gve(s,l){s=s|0,l=l|0,l=n[l>>2]|0,n[s>>2]=l,yl(l|0)}function dve(s){s=s|0;var l=0,c=0;c=s+4|0,l=n[c>>2]|0,n[c>>2]=0,l|0&&(GA(l),gt(l)),It(n[s>>2]|0,0)}function mve(s){s=s|0,Tt(n[s>>2]|0)}function yve(s){return s=s|0,er(n[s>>2]|0)|0}function Eve(s,l,c,f){s=s|0,l=+l,c=+c,f=f|0,vc(n[s>>2]|0,y(l),y(c),f)}function Cve(s){return s=s|0,+ +y(Il(n[s>>2]|0))}function wve(s){return s=s|0,+ +y(dg(n[s>>2]|0))}function Ive(s){return s=s|0,+ +y(Iu(n[s>>2]|0))}function Bve(s){return s=s|0,+ +y(NA(n[s>>2]|0))}function vve(s){return s=s|0,+ +y(gp(n[s>>2]|0))}function Dve(s){return s=s|0,+ +y(ja(n[s>>2]|0))}function Sve(s,l){s=s|0,l=l|0,E[s>>3]=+y(Il(n[l>>2]|0)),E[s+8>>3]=+y(dg(n[l>>2]|0)),E[s+16>>3]=+y(Iu(n[l>>2]|0)),E[s+24>>3]=+y(NA(n[l>>2]|0)),E[s+32>>3]=+y(gp(n[l>>2]|0)),E[s+40>>3]=+y(ja(n[l>>2]|0))}function Pve(s,l){return s=s|0,l=l|0,+ +y(mg(n[s>>2]|0,l))}function bve(s,l){return s=s|0,l=l|0,+ +y(dp(n[s>>2]|0,l))}function xve(s,l){return s=s|0,l=l|0,+ +y(Go(n[s>>2]|0,l))}function kve(){return Sn()|0}function Qve(){Fve(),Rve(),Tve(),Nve(),Lve(),Ove()}function Fve(){LNe(11713,4938,1)}function Rve(){tNe(10448)}function Tve(){LTe(10408)}function Nve(){sTe(10324)}function Lve(){pFe(10096)}function Ove(){Mve(9132)}function Mve(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0,Me=0,Qe=0,et=0,Xe=0,lt=0,Ue=0,Ge=0,Lt=0,Mr=0,or=0,Xt=0,Sr=0,Nr=0,ir=0,xn=0,go=0,mo=0,yo=0,ya=0,Fp=0,Rp=0,bl=0,Tp=0,Fu=0,Ru=0,Np=0,Lp=0,Op=0,Xr=0,xl=0,Mp=0,xc=0,Up=0,_p=0,Tu=0,Nu=0,kc=0,Gs=0,za=0,Wo=0,kl=0,nf=0,sf=0,Lu=0,of=0,af=0,qs=0,vs=0,Ql=0,Rn=0,lf=0,Eo=0,Qc=0,Co=0,Fc=0,cf=0,uf=0,Rc=0,Ys=0,Fl=0,Af=0,ff=0,pf=0,xr=0,Jn=0,Ds=0,wo=0,Ws=0,Rr=0,ur=0,Rl=0;l=C,C=C+672|0,c=l+656|0,Rl=l+648|0,ur=l+640|0,Rr=l+632|0,Ws=l+624|0,wo=l+616|0,Ds=l+608|0,Jn=l+600|0,xr=l+592|0,pf=l+584|0,ff=l+576|0,Af=l+568|0,Fl=l+560|0,Ys=l+552|0,Rc=l+544|0,uf=l+536|0,cf=l+528|0,Fc=l+520|0,Co=l+512|0,Qc=l+504|0,Eo=l+496|0,lf=l+488|0,Rn=l+480|0,Ql=l+472|0,vs=l+464|0,qs=l+456|0,af=l+448|0,of=l+440|0,Lu=l+432|0,sf=l+424|0,nf=l+416|0,kl=l+408|0,Wo=l+400|0,za=l+392|0,Gs=l+384|0,kc=l+376|0,Nu=l+368|0,Tu=l+360|0,_p=l+352|0,Up=l+344|0,xc=l+336|0,Mp=l+328|0,xl=l+320|0,Xr=l+312|0,Op=l+304|0,Lp=l+296|0,Np=l+288|0,Ru=l+280|0,Fu=l+272|0,Tp=l+264|0,bl=l+256|0,Rp=l+248|0,Fp=l+240|0,ya=l+232|0,yo=l+224|0,mo=l+216|0,go=l+208|0,xn=l+200|0,ir=l+192|0,Nr=l+184|0,Sr=l+176|0,Xt=l+168|0,or=l+160|0,Mr=l+152|0,Lt=l+144|0,Ge=l+136|0,Ue=l+128|0,lt=l+120|0,Xe=l+112|0,et=l+104|0,Qe=l+96|0,Me=l+88|0,qe=l+80|0,se=l+72|0,G=l+64|0,O=l+56|0,M=l+48|0,Q=l+40|0,k=l+32|0,B=l+24|0,m=l+16|0,d=l+8|0,f=l,Uve(s,3646),_ve(s,3651,2)|0,Hve(s,3665,2)|0,jve(s,3682,18)|0,n[Rl>>2]=19,n[Rl+4>>2]=0,n[c>>2]=n[Rl>>2],n[c+4>>2]=n[Rl+4>>2],Tw(s,3690,c)|0,n[ur>>2]=1,n[ur+4>>2]=0,n[c>>2]=n[ur>>2],n[c+4>>2]=n[ur+4>>2],Gve(s,3696,c)|0,n[Rr>>2]=2,n[Rr+4>>2]=0,n[c>>2]=n[Rr>>2],n[c+4>>2]=n[Rr+4>>2],xu(s,3706,c)|0,n[Ws>>2]=1,n[Ws+4>>2]=0,n[c>>2]=n[Ws>>2],n[c+4>>2]=n[Ws+4>>2],Sg(s,3722,c)|0,n[wo>>2]=2,n[wo+4>>2]=0,n[c>>2]=n[wo>>2],n[c+4>>2]=n[wo+4>>2],Sg(s,3734,c)|0,n[Ds>>2]=3,n[Ds+4>>2]=0,n[c>>2]=n[Ds>>2],n[c+4>>2]=n[Ds+4>>2],xu(s,3753,c)|0,n[Jn>>2]=4,n[Jn+4>>2]=0,n[c>>2]=n[Jn>>2],n[c+4>>2]=n[Jn+4>>2],xu(s,3769,c)|0,n[xr>>2]=5,n[xr+4>>2]=0,n[c>>2]=n[xr>>2],n[c+4>>2]=n[xr+4>>2],xu(s,3783,c)|0,n[pf>>2]=6,n[pf+4>>2]=0,n[c>>2]=n[pf>>2],n[c+4>>2]=n[pf+4>>2],xu(s,3796,c)|0,n[ff>>2]=7,n[ff+4>>2]=0,n[c>>2]=n[ff>>2],n[c+4>>2]=n[ff+4>>2],xu(s,3813,c)|0,n[Af>>2]=8,n[Af+4>>2]=0,n[c>>2]=n[Af>>2],n[c+4>>2]=n[Af+4>>2],xu(s,3825,c)|0,n[Fl>>2]=3,n[Fl+4>>2]=0,n[c>>2]=n[Fl>>2],n[c+4>>2]=n[Fl+4>>2],Sg(s,3843,c)|0,n[Ys>>2]=4,n[Ys+4>>2]=0,n[c>>2]=n[Ys>>2],n[c+4>>2]=n[Ys+4>>2],Sg(s,3853,c)|0,n[Rc>>2]=9,n[Rc+4>>2]=0,n[c>>2]=n[Rc>>2],n[c+4>>2]=n[Rc+4>>2],xu(s,3870,c)|0,n[uf>>2]=10,n[uf+4>>2]=0,n[c>>2]=n[uf>>2],n[c+4>>2]=n[uf+4>>2],xu(s,3884,c)|0,n[cf>>2]=11,n[cf+4>>2]=0,n[c>>2]=n[cf>>2],n[c+4>>2]=n[cf+4>>2],xu(s,3896,c)|0,n[Fc>>2]=1,n[Fc+4>>2]=0,n[c>>2]=n[Fc>>2],n[c+4>>2]=n[Fc+4>>2],Is(s,3907,c)|0,n[Co>>2]=2,n[Co+4>>2]=0,n[c>>2]=n[Co>>2],n[c+4>>2]=n[Co+4>>2],Is(s,3915,c)|0,n[Qc>>2]=3,n[Qc+4>>2]=0,n[c>>2]=n[Qc>>2],n[c+4>>2]=n[Qc+4>>2],Is(s,3928,c)|0,n[Eo>>2]=4,n[Eo+4>>2]=0,n[c>>2]=n[Eo>>2],n[c+4>>2]=n[Eo+4>>2],Is(s,3948,c)|0,n[lf>>2]=5,n[lf+4>>2]=0,n[c>>2]=n[lf>>2],n[c+4>>2]=n[lf+4>>2],Is(s,3960,c)|0,n[Rn>>2]=6,n[Rn+4>>2]=0,n[c>>2]=n[Rn>>2],n[c+4>>2]=n[Rn+4>>2],Is(s,3974,c)|0,n[Ql>>2]=7,n[Ql+4>>2]=0,n[c>>2]=n[Ql>>2],n[c+4>>2]=n[Ql+4>>2],Is(s,3983,c)|0,n[vs>>2]=20,n[vs+4>>2]=0,n[c>>2]=n[vs>>2],n[c+4>>2]=n[vs+4>>2],Tw(s,3999,c)|0,n[qs>>2]=8,n[qs+4>>2]=0,n[c>>2]=n[qs>>2],n[c+4>>2]=n[qs+4>>2],Is(s,4012,c)|0,n[af>>2]=9,n[af+4>>2]=0,n[c>>2]=n[af>>2],n[c+4>>2]=n[af+4>>2],Is(s,4022,c)|0,n[of>>2]=21,n[of+4>>2]=0,n[c>>2]=n[of>>2],n[c+4>>2]=n[of+4>>2],Tw(s,4039,c)|0,n[Lu>>2]=10,n[Lu+4>>2]=0,n[c>>2]=n[Lu>>2],n[c+4>>2]=n[Lu+4>>2],Is(s,4053,c)|0,n[sf>>2]=11,n[sf+4>>2]=0,n[c>>2]=n[sf>>2],n[c+4>>2]=n[sf+4>>2],Is(s,4065,c)|0,n[nf>>2]=12,n[nf+4>>2]=0,n[c>>2]=n[nf>>2],n[c+4>>2]=n[nf+4>>2],Is(s,4084,c)|0,n[kl>>2]=13,n[kl+4>>2]=0,n[c>>2]=n[kl>>2],n[c+4>>2]=n[kl+4>>2],Is(s,4097,c)|0,n[Wo>>2]=14,n[Wo+4>>2]=0,n[c>>2]=n[Wo>>2],n[c+4>>2]=n[Wo+4>>2],Is(s,4117,c)|0,n[za>>2]=15,n[za+4>>2]=0,n[c>>2]=n[za>>2],n[c+4>>2]=n[za+4>>2],Is(s,4129,c)|0,n[Gs>>2]=16,n[Gs+4>>2]=0,n[c>>2]=n[Gs>>2],n[c+4>>2]=n[Gs+4>>2],Is(s,4148,c)|0,n[kc>>2]=17,n[kc+4>>2]=0,n[c>>2]=n[kc>>2],n[c+4>>2]=n[kc+4>>2],Is(s,4161,c)|0,n[Nu>>2]=18,n[Nu+4>>2]=0,n[c>>2]=n[Nu>>2],n[c+4>>2]=n[Nu+4>>2],Is(s,4181,c)|0,n[Tu>>2]=5,n[Tu+4>>2]=0,n[c>>2]=n[Tu>>2],n[c+4>>2]=n[Tu+4>>2],Sg(s,4196,c)|0,n[_p>>2]=6,n[_p+4>>2]=0,n[c>>2]=n[_p>>2],n[c+4>>2]=n[_p+4>>2],Sg(s,4206,c)|0,n[Up>>2]=7,n[Up+4>>2]=0,n[c>>2]=n[Up>>2],n[c+4>>2]=n[Up+4>>2],Sg(s,4217,c)|0,n[xc>>2]=3,n[xc+4>>2]=0,n[c>>2]=n[xc>>2],n[c+4>>2]=n[xc+4>>2],zA(s,4235,c)|0,n[Mp>>2]=1,n[Mp+4>>2]=0,n[c>>2]=n[Mp>>2],n[c+4>>2]=n[Mp+4>>2],PF(s,4251,c)|0,n[xl>>2]=4,n[xl+4>>2]=0,n[c>>2]=n[xl>>2],n[c+4>>2]=n[xl+4>>2],zA(s,4263,c)|0,n[Xr>>2]=5,n[Xr+4>>2]=0,n[c>>2]=n[Xr>>2],n[c+4>>2]=n[Xr+4>>2],zA(s,4279,c)|0,n[Op>>2]=6,n[Op+4>>2]=0,n[c>>2]=n[Op>>2],n[c+4>>2]=n[Op+4>>2],zA(s,4293,c)|0,n[Lp>>2]=7,n[Lp+4>>2]=0,n[c>>2]=n[Lp>>2],n[c+4>>2]=n[Lp+4>>2],zA(s,4306,c)|0,n[Np>>2]=8,n[Np+4>>2]=0,n[c>>2]=n[Np>>2],n[c+4>>2]=n[Np+4>>2],zA(s,4323,c)|0,n[Ru>>2]=9,n[Ru+4>>2]=0,n[c>>2]=n[Ru>>2],n[c+4>>2]=n[Ru+4>>2],zA(s,4335,c)|0,n[Fu>>2]=2,n[Fu+4>>2]=0,n[c>>2]=n[Fu>>2],n[c+4>>2]=n[Fu+4>>2],PF(s,4353,c)|0,n[Tp>>2]=12,n[Tp+4>>2]=0,n[c>>2]=n[Tp>>2],n[c+4>>2]=n[Tp+4>>2],Pg(s,4363,c)|0,n[bl>>2]=1,n[bl+4>>2]=0,n[c>>2]=n[bl>>2],n[c+4>>2]=n[bl+4>>2],XA(s,4376,c)|0,n[Rp>>2]=2,n[Rp+4>>2]=0,n[c>>2]=n[Rp>>2],n[c+4>>2]=n[Rp+4>>2],XA(s,4388,c)|0,n[Fp>>2]=13,n[Fp+4>>2]=0,n[c>>2]=n[Fp>>2],n[c+4>>2]=n[Fp+4>>2],Pg(s,4402,c)|0,n[ya>>2]=14,n[ya+4>>2]=0,n[c>>2]=n[ya>>2],n[c+4>>2]=n[ya+4>>2],Pg(s,4411,c)|0,n[yo>>2]=15,n[yo+4>>2]=0,n[c>>2]=n[yo>>2],n[c+4>>2]=n[yo+4>>2],Pg(s,4421,c)|0,n[mo>>2]=16,n[mo+4>>2]=0,n[c>>2]=n[mo>>2],n[c+4>>2]=n[mo+4>>2],Pg(s,4433,c)|0,n[go>>2]=17,n[go+4>>2]=0,n[c>>2]=n[go>>2],n[c+4>>2]=n[go+4>>2],Pg(s,4446,c)|0,n[xn>>2]=18,n[xn+4>>2]=0,n[c>>2]=n[xn>>2],n[c+4>>2]=n[xn+4>>2],Pg(s,4458,c)|0,n[ir>>2]=3,n[ir+4>>2]=0,n[c>>2]=n[ir>>2],n[c+4>>2]=n[ir+4>>2],XA(s,4471,c)|0,n[Nr>>2]=1,n[Nr+4>>2]=0,n[c>>2]=n[Nr>>2],n[c+4>>2]=n[Nr+4>>2],iD(s,4486,c)|0,n[Sr>>2]=10,n[Sr+4>>2]=0,n[c>>2]=n[Sr>>2],n[c+4>>2]=n[Sr+4>>2],zA(s,4496,c)|0,n[Xt>>2]=11,n[Xt+4>>2]=0,n[c>>2]=n[Xt>>2],n[c+4>>2]=n[Xt+4>>2],zA(s,4508,c)|0,n[or>>2]=3,n[or+4>>2]=0,n[c>>2]=n[or>>2],n[c+4>>2]=n[or+4>>2],PF(s,4519,c)|0,n[Mr>>2]=4,n[Mr+4>>2]=0,n[c>>2]=n[Mr>>2],n[c+4>>2]=n[Mr+4>>2],qve(s,4530,c)|0,n[Lt>>2]=19,n[Lt+4>>2]=0,n[c>>2]=n[Lt>>2],n[c+4>>2]=n[Lt+4>>2],Yve(s,4542,c)|0,n[Ge>>2]=12,n[Ge+4>>2]=0,n[c>>2]=n[Ge>>2],n[c+4>>2]=n[Ge+4>>2],Wve(s,4554,c)|0,n[Ue>>2]=13,n[Ue+4>>2]=0,n[c>>2]=n[Ue>>2],n[c+4>>2]=n[Ue+4>>2],Kve(s,4568,c)|0,n[lt>>2]=2,n[lt+4>>2]=0,n[c>>2]=n[lt>>2],n[c+4>>2]=n[lt+4>>2],Vve(s,4578,c)|0,n[Xe>>2]=20,n[Xe+4>>2]=0,n[c>>2]=n[Xe>>2],n[c+4>>2]=n[Xe+4>>2],Jve(s,4587,c)|0,n[et>>2]=22,n[et+4>>2]=0,n[c>>2]=n[et>>2],n[c+4>>2]=n[et+4>>2],Tw(s,4602,c)|0,n[Qe>>2]=23,n[Qe+4>>2]=0,n[c>>2]=n[Qe>>2],n[c+4>>2]=n[Qe+4>>2],Tw(s,4619,c)|0,n[Me>>2]=14,n[Me+4>>2]=0,n[c>>2]=n[Me>>2],n[c+4>>2]=n[Me+4>>2],zve(s,4629,c)|0,n[qe>>2]=1,n[qe+4>>2]=0,n[c>>2]=n[qe>>2],n[c+4>>2]=n[qe+4>>2],Xve(s,4637,c)|0,n[se>>2]=4,n[se+4>>2]=0,n[c>>2]=n[se>>2],n[c+4>>2]=n[se+4>>2],XA(s,4653,c)|0,n[G>>2]=5,n[G+4>>2]=0,n[c>>2]=n[G>>2],n[c+4>>2]=n[G+4>>2],XA(s,4669,c)|0,n[O>>2]=6,n[O+4>>2]=0,n[c>>2]=n[O>>2],n[c+4>>2]=n[O+4>>2],XA(s,4686,c)|0,n[M>>2]=7,n[M+4>>2]=0,n[c>>2]=n[M>>2],n[c+4>>2]=n[M+4>>2],XA(s,4701,c)|0,n[Q>>2]=8,n[Q+4>>2]=0,n[c>>2]=n[Q>>2],n[c+4>>2]=n[Q+4>>2],XA(s,4719,c)|0,n[k>>2]=9,n[k+4>>2]=0,n[c>>2]=n[k>>2],n[c+4>>2]=n[k+4>>2],XA(s,4736,c)|0,n[B>>2]=21,n[B+4>>2]=0,n[c>>2]=n[B>>2],n[c+4>>2]=n[B+4>>2],Zve(s,4754,c)|0,n[m>>2]=2,n[m+4>>2]=0,n[c>>2]=n[m>>2],n[c+4>>2]=n[m+4>>2],iD(s,4772,c)|0,n[d>>2]=3,n[d+4>>2]=0,n[c>>2]=n[d>>2],n[c+4>>2]=n[d+4>>2],iD(s,4790,c)|0,n[f>>2]=4,n[f+4>>2]=0,n[c>>2]=n[f>>2],n[c+4>>2]=n[f+4>>2],iD(s,4808,c)|0,C=l}function Uve(s,l){s=s|0,l=l|0;var c=0;c=iFe()|0,n[s>>2]=c,sFe(c,l),xp(n[s>>2]|0)}function _ve(s,l,c){return s=s|0,l=l|0,c=c|0,qQe(s,pn(l)|0,c,0),s|0}function Hve(s,l,c){return s=s|0,l=l|0,c=c|0,bQe(s,pn(l)|0,c,0),s|0}function jve(s,l,c){return s=s|0,l=l|0,c=c|0,hQe(s,pn(l)|0,c,0),s|0}function Tw(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Zke(s,l,d),C=f,s|0}function Gve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Rke(s,l,d),C=f,s|0}function xu(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],mke(s,l,d),C=f,s|0}function Sg(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],tke(s,l,d),C=f,s|0}function Is(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Uxe(s,l,d),C=f,s|0}function zA(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Bxe(s,l,d),C=f,s|0}function PF(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],axe(s,l,d),C=f,s|0}function Pg(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Rbe(s,l,d),C=f,s|0}function XA(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],mbe(s,l,d),C=f,s|0}function iD(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],tbe(s,l,d),C=f,s|0}function qve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],UPe(s,l,d),C=f,s|0}function Yve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],BPe(s,l,d),C=f,s|0}function Wve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],lPe(s,l,d),C=f,s|0}function Kve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],KSe(s,l,d),C=f,s|0}function Vve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],kSe(s,l,d),C=f,s|0}function Jve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],pSe(s,l,d),C=f,s|0}function zve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],XDe(s,l,d),C=f,s|0}function Xve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],RDe(s,l,d),C=f,s|0}function Zve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],$ve(s,l,d),C=f,s|0}function $ve(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],eDe(s,c,d,1),C=f}function pn(s){return s=s|0,s|0}function eDe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=bF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=tDe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,rDe(m,f)|0,f),C=d}function bF(){var s=0,l=0;if(o[7616]|0||(t9(9136),tr(24,9136,U|0)|0,l=7616,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9136)|0)){s=9136,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));t9(9136)}return 9136}function tDe(s){return s=s|0,0}function rDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=bF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],e9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(sDe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function hn(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0;B=C,C=C+32|0,se=B+24|0,G=B+20|0,Q=B+16|0,O=B+12|0,M=B+8|0,k=B+4|0,qe=B,n[G>>2]=l,n[Q>>2]=c,n[O>>2]=f,n[M>>2]=d,n[k>>2]=m,m=s+28|0,n[qe>>2]=n[m>>2],n[se>>2]=n[qe>>2],nDe(s+24|0,se,G,O,M,Q,k)|0,n[m>>2]=n[n[m>>2]>>2],C=B}function nDe(s,l,c,f,d,m,B){return s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,B=B|0,s=iDe(l)|0,l=Kt(24)|0,$q(l+4|0,n[c>>2]|0,n[f>>2]|0,n[d>>2]|0,n[m>>2]|0,n[B>>2]|0),n[l>>2]=n[s>>2],n[s>>2]=l,l|0}function iDe(s){return s=s|0,n[s>>2]|0}function $q(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,n[s>>2]=l,n[s+4>>2]=c,n[s+8>>2]=f,n[s+12>>2]=d,n[s+16>>2]=m}function gr(s,l){return s=s|0,l=l|0,l|s|0}function e9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function sDe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=oDe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,aDe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],e9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,lDe(s,k),cDe(k),C=M;return}}function oDe(s){return s=s|0,357913941}function aDe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function lDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function cDe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function t9(s){s=s|0,fDe(s)}function uDe(s){s=s|0,ADe(s+24|0)}function Tr(s){return s=s|0,n[s>>2]|0}function ADe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function fDe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,3,l,pDe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function Kr(){return 9228}function pDe(){return 1140}function hDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=gDe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=dDe(l,f)|0,C=c,l|0}function Vr(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,n[s>>2]=l,n[s+4>>2]=c,n[s+8>>2]=f,n[s+12>>2]=d,n[s+16>>2]=m}function gDe(s){return s=s|0,(n[(bF()|0)+24>>2]|0)+(s*12|0)|0}function dDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;return d=C,C=C+48|0,f=d,c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),rf[c&31](f,s),f=mDe(f)|0,C=d,f|0}function mDe(s){s=s|0;var l=0,c=0,f=0,d=0;return d=C,C=C+32|0,l=d+12|0,c=d,f=xF(r9()|0)|0,f?(kF(l,f),QF(c,l),yDe(s,c),s=FF(l)|0):s=EDe(s)|0,C=d,s|0}function r9(){var s=0;return o[7632]|0||(xDe(9184),tr(25,9184,U|0)|0,s=7632,n[s>>2]=1,n[s+4>>2]=0),9184}function xF(s){return s=s|0,n[s+36>>2]|0}function kF(s,l){s=s|0,l=l|0,n[s>>2]=l,n[s+4>>2]=s,n[s+8>>2]=0}function QF(s,l){s=s|0,l=l|0,n[s>>2]=n[l>>2],n[s+4>>2]=n[l+4>>2],n[s+8>>2]=0}function yDe(s,l){s=s|0,l=l|0,BDe(l,s,s+8|0,s+16|0,s+24|0,s+32|0,s+40|0)|0}function FF(s){return s=s|0,n[(n[s+4>>2]|0)+8>>2]|0}function EDe(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0;Q=C,C=C+16|0,c=Q+4|0,f=Q,d=Wa(8)|0,m=d,B=Kt(48)|0,k=B,l=k+48|0;do n[k>>2]=n[s>>2],k=k+4|0,s=s+4|0;while((k|0)<(l|0));return l=m+4|0,n[l>>2]=B,k=Kt(8)|0,B=n[l>>2]|0,n[f>>2]=0,n[c>>2]=n[f>>2],n9(k,B,c),n[d>>2]=k,C=Q,m|0}function n9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,c=Kt(16)|0,n[c+4>>2]=0,n[c+8>>2]=0,n[c>>2]=1092,n[c+12>>2]=l,n[s+4>>2]=c}function CDe(s){s=s|0,zm(s),gt(s)}function wDe(s){s=s|0,s=n[s+12>>2]|0,s|0&>(s)}function IDe(s){s=s|0,gt(s)}function BDe(s,l,c,f,d,m,B){return s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,B=B|0,m=vDe(n[s>>2]|0,l,c,f,d,m,B)|0,B=s+4|0,n[(n[B>>2]|0)+8>>2]=m,n[(n[B>>2]|0)+8>>2]|0}function vDe(s,l,c,f,d,m,B){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,B=B|0;var k=0,Q=0;return k=C,C=C+16|0,Q=k,Ka(Q),s=da(s)|0,B=DDe(s,+E[l>>3],+E[c>>3],+E[f>>3],+E[d>>3],+E[m>>3],+E[B>>3])|0,Va(Q),C=k,B|0}function DDe(s,l,c,f,d,m,B){s=s|0,l=+l,c=+c,f=+f,d=+d,m=+m,B=+B;var k=0;return k=Sl(SDe()|0)|0,l=+JA(l),c=+JA(c),f=+JA(f),d=+JA(d),m=+JA(m),Ms(0,k|0,s|0,+l,+c,+f,+d,+m,+ +JA(B))|0}function SDe(){var s=0;return o[7624]|0||(PDe(9172),s=7624,n[s>>2]=1,n[s+4>>2]=0),9172}function PDe(s){s=s|0,Pl(s,bDe()|0,6)}function bDe(){return 1112}function xDe(s){s=s|0,vp(s)}function kDe(s){s=s|0,i9(s+24|0),s9(s+16|0)}function i9(s){s=s|0,FDe(s)}function s9(s){s=s|0,QDe(s)}function QDe(s){s=s|0;var l=0,c=0;if(l=n[s>>2]|0,l|0)do c=l,l=n[l>>2]|0,gt(c);while((l|0)!=0);n[s>>2]=0}function FDe(s){s=s|0;var l=0,c=0;if(l=n[s>>2]|0,l|0)do c=l,l=n[l>>2]|0,gt(c);while((l|0)!=0);n[s>>2]=0}function vp(s){s=s|0;var l=0;n[s+16>>2]=0,n[s+20>>2]=0,l=s+24|0,n[l>>2]=0,n[s+28>>2]=l,n[s+36>>2]=0,o[s+40>>0]=0,o[s+41>>0]=0}function RDe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],TDe(s,c,d,0),C=f}function TDe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=RF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=NDe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,LDe(m,f)|0,f),C=d}function RF(){var s=0,l=0;if(o[7640]|0||(a9(9232),tr(26,9232,U|0)|0,l=7640,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9232)|0)){s=9232,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));a9(9232)}return 9232}function NDe(s){return s=s|0,0}function LDe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=RF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],o9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(ODe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function o9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function ODe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=MDe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,UDe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],o9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,_De(s,k),HDe(k),C=M;return}}function MDe(s){return s=s|0,357913941}function UDe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function _De(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function HDe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function a9(s){s=s|0,qDe(s)}function jDe(s){s=s|0,GDe(s+24|0)}function GDe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function qDe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,1,l,YDe()|0,3),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function YDe(){return 1144}function WDe(s,l,c,f,d){s=s|0,l=l|0,c=+c,f=+f,d=d|0;var m=0,B=0,k=0,Q=0;m=C,C=C+16|0,B=m+8|0,k=m,Q=KDe(s)|0,s=n[Q+4>>2]|0,n[k>>2]=n[Q>>2],n[k+4>>2]=s,n[B>>2]=n[k>>2],n[B+4>>2]=n[k+4>>2],VDe(l,B,c,f,d),C=m}function KDe(s){return s=s|0,(n[(RF()|0)+24>>2]|0)+(s*12|0)|0}function VDe(s,l,c,f,d){s=s|0,l=l|0,c=+c,f=+f,d=d|0;var m=0,B=0,k=0,Q=0,M=0;M=C,C=C+16|0,B=M+2|0,k=M+1|0,Q=M,m=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(m=n[(n[s>>2]|0)+m>>2]|0),ku(B,c),c=+Qu(B,c),ku(k,f),f=+Qu(k,f),ZA(Q,d),Q=$A(Q,d)|0,I7[m&1](s,c,f,Q),C=M}function ku(s,l){s=s|0,l=+l}function Qu(s,l){return s=s|0,l=+l,+ +zDe(l)}function ZA(s,l){s=s|0,l=l|0}function $A(s,l){return s=s|0,l=l|0,JDe(l)|0}function JDe(s){return s=s|0,s|0}function zDe(s){return s=+s,+s}function XDe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],ZDe(s,c,d,1),C=f}function ZDe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=TF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=$De(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,eSe(m,f)|0,f),C=d}function TF(){var s=0,l=0;if(o[7648]|0||(c9(9268),tr(27,9268,U|0)|0,l=7648,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9268)|0)){s=9268,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));c9(9268)}return 9268}function $De(s){return s=s|0,0}function eSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=TF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],l9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(tSe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function l9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function tSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=rSe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,nSe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],l9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,iSe(s,k),sSe(k),C=M;return}}function rSe(s){return s=s|0,357913941}function nSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function iSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function sSe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function c9(s){s=s|0,lSe(s)}function oSe(s){s=s|0,aSe(s+24|0)}function aSe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function lSe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,4,l,cSe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function cSe(){return 1160}function uSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=ASe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=fSe(l,f)|0,C=c,l|0}function ASe(s){return s=s|0,(n[(TF()|0)+24>>2]|0)+(s*12|0)|0}function fSe(s,l){s=s|0,l=l|0;var c=0;return c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),u9(Lg[c&31](s)|0)|0}function u9(s){return s=s|0,s&1|0}function pSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],hSe(s,c,d,0),C=f}function hSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=NF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=gSe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,dSe(m,f)|0,f),C=d}function NF(){var s=0,l=0;if(o[7656]|0||(f9(9304),tr(28,9304,U|0)|0,l=7656,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9304)|0)){s=9304,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));f9(9304)}return 9304}function gSe(s){return s=s|0,0}function dSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=NF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],A9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(mSe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function A9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function mSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=ySe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,ESe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],A9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,CSe(s,k),wSe(k),C=M;return}}function ySe(s){return s=s|0,357913941}function ESe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function CSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function wSe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function f9(s){s=s|0,vSe(s)}function ISe(s){s=s|0,BSe(s+24|0)}function BSe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function vSe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,5,l,DSe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function DSe(){return 1164}function SSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=PSe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],bSe(l,d,c),C=f}function PSe(s){return s=s|0,(n[(NF()|0)+24>>2]|0)+(s*12|0)|0}function bSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),Dp(d,c),c=Sp(d,c)|0,rf[f&31](s,c),Pp(d),C=m}function Dp(s,l){s=s|0,l=l|0,xSe(s,l)}function Sp(s,l){return s=s|0,l=l|0,s|0}function Pp(s){s=s|0,GA(s)}function xSe(s,l){s=s|0,l=l|0,LF(s,l)}function LF(s,l){s=s|0,l=l|0,n[s>>2]=l}function kSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],QSe(s,c,d,0),C=f}function QSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=OF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=FSe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,RSe(m,f)|0,f),C=d}function OF(){var s=0,l=0;if(o[7664]|0||(h9(9340),tr(29,9340,U|0)|0,l=7664,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9340)|0)){s=9340,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));h9(9340)}return 9340}function FSe(s){return s=s|0,0}function RSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=OF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],p9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(TSe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function p9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function TSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=NSe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,LSe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],p9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,OSe(s,k),MSe(k),C=M;return}}function NSe(s){return s=s|0,357913941}function LSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function OSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function MSe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function h9(s){s=s|0,HSe(s)}function USe(s){s=s|0,_Se(s+24|0)}function _Se(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function HSe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,4,l,jSe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function jSe(){return 1180}function GSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=qSe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],c=YSe(l,d,c)|0,C=f,c|0}function qSe(s){return s=s|0,(n[(OF()|0)+24>>2]|0)+(s*12|0)|0}function YSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;return m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),bg(d,c),d=xg(d,c)|0,d=sD(RR[f&15](s,d)|0)|0,C=m,d|0}function bg(s,l){s=s|0,l=l|0}function xg(s,l){return s=s|0,l=l|0,WSe(l)|0}function sD(s){return s=s|0,s|0}function WSe(s){return s=s|0,s|0}function KSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],VSe(s,c,d,0),C=f}function VSe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=MF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=JSe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,zSe(m,f)|0,f),C=d}function MF(){var s=0,l=0;if(o[7672]|0||(d9(9376),tr(30,9376,U|0)|0,l=7672,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9376)|0)){s=9376,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));d9(9376)}return 9376}function JSe(s){return s=s|0,0}function zSe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=MF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],g9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(XSe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function g9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function XSe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=ZSe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,$Se(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],g9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,ePe(s,k),tPe(k),C=M;return}}function ZSe(s){return s=s|0,357913941}function $Se(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function ePe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function tPe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function d9(s){s=s|0,iPe(s)}function rPe(s){s=s|0,nPe(s+24|0)}function nPe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function iPe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,5,l,m9()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function m9(){return 1196}function sPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=oPe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=aPe(l,f)|0,C=c,l|0}function oPe(s){return s=s|0,(n[(MF()|0)+24>>2]|0)+(s*12|0)|0}function aPe(s,l){s=s|0,l=l|0;var c=0;return c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),sD(Lg[c&31](s)|0)|0}function lPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],cPe(s,c,d,1),C=f}function cPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=UF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=uPe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,APe(m,f)|0,f),C=d}function UF(){var s=0,l=0;if(o[7680]|0||(E9(9412),tr(31,9412,U|0)|0,l=7680,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9412)|0)){s=9412,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));E9(9412)}return 9412}function uPe(s){return s=s|0,0}function APe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=UF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],y9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(fPe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function y9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function fPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=pPe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,hPe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],y9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,gPe(s,k),dPe(k),C=M;return}}function pPe(s){return s=s|0,357913941}function hPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function gPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function dPe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function E9(s){s=s|0,EPe(s)}function mPe(s){s=s|0,yPe(s+24|0)}function yPe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function EPe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,6,l,C9()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function C9(){return 1200}function CPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=wPe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=IPe(l,f)|0,C=c,l|0}function wPe(s){return s=s|0,(n[(UF()|0)+24>>2]|0)+(s*12|0)|0}function IPe(s,l){s=s|0,l=l|0;var c=0;return c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),oD(Lg[c&31](s)|0)|0}function oD(s){return s=s|0,s|0}function BPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],vPe(s,c,d,0),C=f}function vPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=_F()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=DPe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,SPe(m,f)|0,f),C=d}function _F(){var s=0,l=0;if(o[7688]|0||(I9(9448),tr(32,9448,U|0)|0,l=7688,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9448)|0)){s=9448,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));I9(9448)}return 9448}function DPe(s){return s=s|0,0}function SPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=_F()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],w9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(PPe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function w9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function PPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=bPe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,xPe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],w9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,kPe(s,k),QPe(k),C=M;return}}function bPe(s){return s=s|0,357913941}function xPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function kPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function QPe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function I9(s){s=s|0,TPe(s)}function FPe(s){s=s|0,RPe(s+24|0)}function RPe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function TPe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,6,l,B9()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function B9(){return 1204}function NPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=LPe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],OPe(l,d,c),C=f}function LPe(s){return s=s|0,(n[(_F()|0)+24>>2]|0)+(s*12|0)|0}function OPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),HF(d,c),d=jF(d,c)|0,rf[f&31](s,d),C=m}function HF(s,l){s=s|0,l=l|0}function jF(s,l){return s=s|0,l=l|0,MPe(l)|0}function MPe(s){return s=s|0,s|0}function UPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],_Pe(s,c,d,0),C=f}function _Pe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=GF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=HPe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,jPe(m,f)|0,f),C=d}function GF(){var s=0,l=0;if(o[7696]|0||(D9(9484),tr(33,9484,U|0)|0,l=7696,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9484)|0)){s=9484,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));D9(9484)}return 9484}function HPe(s){return s=s|0,0}function jPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=GF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],v9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(GPe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function v9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function GPe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=qPe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,YPe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],v9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,WPe(s,k),KPe(k),C=M;return}}function qPe(s){return s=s|0,357913941}function YPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function WPe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function KPe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function D9(s){s=s|0,zPe(s)}function VPe(s){s=s|0,JPe(s+24|0)}function JPe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function zPe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,1,l,XPe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function XPe(){return 1212}function ZPe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+16|0,m=d+8|0,B=d,k=$Pe(s)|0,s=n[k+4>>2]|0,n[B>>2]=n[k>>2],n[B+4>>2]=s,n[m>>2]=n[B>>2],n[m+4>>2]=n[B+4>>2],ebe(l,m,c,f),C=d}function $Pe(s){return s=s|0,(n[(GF()|0)+24>>2]|0)+(s*12|0)|0}function ebe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;k=C,C=C+16|0,m=k+1|0,B=k,d=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(d=n[(n[s>>2]|0)+d>>2]|0),HF(m,c),m=jF(m,c)|0,bg(B,f),B=xg(B,f)|0,Hw[d&15](s,m,B),C=k}function tbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],rbe(s,c,d,1),C=f}function rbe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=qF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=nbe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,ibe(m,f)|0,f),C=d}function qF(){var s=0,l=0;if(o[7704]|0||(P9(9520),tr(34,9520,U|0)|0,l=7704,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9520)|0)){s=9520,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));P9(9520)}return 9520}function nbe(s){return s=s|0,0}function ibe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=qF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],S9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(sbe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function S9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function sbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=obe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,abe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],S9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,lbe(s,k),cbe(k),C=M;return}}function obe(s){return s=s|0,357913941}function abe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function lbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function cbe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function P9(s){s=s|0,fbe(s)}function ube(s){s=s|0,Abe(s+24|0)}function Abe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function fbe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,1,l,pbe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function pbe(){return 1224}function hbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;return d=C,C=C+16|0,m=d+8|0,B=d,k=gbe(s)|0,s=n[k+4>>2]|0,n[B>>2]=n[k>>2],n[B+4>>2]=s,n[m>>2]=n[B>>2],n[m+4>>2]=n[B+4>>2],f=+dbe(l,m,c),C=d,+f}function gbe(s){return s=s|0,(n[(qF()|0)+24>>2]|0)+(s*12|0)|0}function dbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),ZA(d,c),d=$A(d,c)|0,B=+SF(+v7[f&7](s,d)),C=m,+B}function mbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],ybe(s,c,d,1),C=f}function ybe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=YF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=Ebe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Cbe(m,f)|0,f),C=d}function YF(){var s=0,l=0;if(o[7712]|0||(x9(9556),tr(35,9556,U|0)|0,l=7712,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9556)|0)){s=9556,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));x9(9556)}return 9556}function Ebe(s){return s=s|0,0}function Cbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=YF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],b9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(wbe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function b9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function wbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=Ibe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,Bbe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],b9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,vbe(s,k),Dbe(k),C=M;return}}function Ibe(s){return s=s|0,357913941}function Bbe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function vbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Dbe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function x9(s){s=s|0,bbe(s)}function Sbe(s){s=s|0,Pbe(s+24|0)}function Pbe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function bbe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,5,l,xbe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function xbe(){return 1232}function kbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=Qbe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],c=+Fbe(l,d),C=f,+c}function Qbe(s){return s=s|0,(n[(YF()|0)+24>>2]|0)+(s*12|0)|0}function Fbe(s,l){s=s|0,l=l|0;var c=0;return c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),+ +SF(+B7[c&15](s))}function Rbe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Tbe(s,c,d,1),C=f}function Tbe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=WF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=Nbe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Lbe(m,f)|0,f),C=d}function WF(){var s=0,l=0;if(o[7720]|0||(Q9(9592),tr(36,9592,U|0)|0,l=7720,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9592)|0)){s=9592,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));Q9(9592)}return 9592}function Nbe(s){return s=s|0,0}function Lbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=WF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],k9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(Obe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function k9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function Obe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=Mbe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,Ube(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],k9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,_be(s,k),Hbe(k),C=M;return}}function Mbe(s){return s=s|0,357913941}function Ube(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function _be(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Hbe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function Q9(s){s=s|0,qbe(s)}function jbe(s){s=s|0,Gbe(s+24|0)}function Gbe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function qbe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,7,l,Ybe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function Ybe(){return 1276}function Wbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=Kbe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=Vbe(l,f)|0,C=c,l|0}function Kbe(s){return s=s|0,(n[(WF()|0)+24>>2]|0)+(s*12|0)|0}function Vbe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;return d=C,C=C+16|0,f=d,c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),rf[c&31](f,s),f=F9(f)|0,C=d,f|0}function F9(s){s=s|0;var l=0,c=0,f=0,d=0;return d=C,C=C+32|0,l=d+12|0,c=d,f=xF(R9()|0)|0,f?(kF(l,f),QF(c,l),Jbe(s,c),s=FF(l)|0):s=zbe(s)|0,C=d,s|0}function R9(){var s=0;return o[7736]|0||(oxe(9640),tr(25,9640,U|0)|0,s=7736,n[s>>2]=1,n[s+4>>2]=0),9640}function Jbe(s,l){s=s|0,l=l|0,exe(l,s,s+8|0)|0}function zbe(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0;return c=C,C=C+16|0,d=c+4|0,B=c,f=Wa(8)|0,l=f,k=Kt(16)|0,n[k>>2]=n[s>>2],n[k+4>>2]=n[s+4>>2],n[k+8>>2]=n[s+8>>2],n[k+12>>2]=n[s+12>>2],m=l+4|0,n[m>>2]=k,s=Kt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],KF(s,m,d),n[f>>2]=s,C=c,l|0}function KF(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,c=Kt(16)|0,n[c+4>>2]=0,n[c+8>>2]=0,n[c>>2]=1244,n[c+12>>2]=l,n[s+4>>2]=c}function Xbe(s){s=s|0,zm(s),gt(s)}function Zbe(s){s=s|0,s=n[s+12>>2]|0,s|0&>(s)}function $be(s){s=s|0,gt(s)}function exe(s,l,c){return s=s|0,l=l|0,c=c|0,l=txe(n[s>>2]|0,l,c)|0,c=s+4|0,n[(n[c>>2]|0)+8>>2]=l,n[(n[c>>2]|0)+8>>2]|0}function txe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;return f=C,C=C+16|0,d=f,Ka(d),s=da(s)|0,c=rxe(s,n[l>>2]|0,+E[c>>3])|0,Va(d),C=f,c|0}function rxe(s,l,c){s=s|0,l=l|0,c=+c;var f=0;return f=Sl(nxe()|0)|0,l=DF(l)|0,ml(0,f|0,s|0,l|0,+ +JA(c))|0}function nxe(){var s=0;return o[7728]|0||(ixe(9628),s=7728,n[s>>2]=1,n[s+4>>2]=0),9628}function ixe(s){s=s|0,Pl(s,sxe()|0,2)}function sxe(){return 1264}function oxe(s){s=s|0,vp(s)}function axe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],lxe(s,c,d,1),C=f}function lxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=VF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=cxe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,uxe(m,f)|0,f),C=d}function VF(){var s=0,l=0;if(o[7744]|0||(N9(9684),tr(37,9684,U|0)|0,l=7744,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9684)|0)){s=9684,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));N9(9684)}return 9684}function cxe(s){return s=s|0,0}function uxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=VF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],T9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(Axe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function T9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function Axe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=fxe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,pxe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],T9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,hxe(s,k),gxe(k),C=M;return}}function fxe(s){return s=s|0,357913941}function pxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function hxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function gxe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function N9(s){s=s|0,yxe(s)}function dxe(s){s=s|0,mxe(s+24|0)}function mxe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function yxe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,5,l,Exe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function Exe(){return 1280}function Cxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=wxe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],c=Ixe(l,d,c)|0,C=f,c|0}function wxe(s){return s=s|0,(n[(VF()|0)+24>>2]|0)+(s*12|0)|0}function Ixe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return B=C,C=C+32|0,d=B,m=B+16|0,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),ZA(m,c),m=$A(m,c)|0,Hw[f&15](d,s,m),m=F9(d)|0,C=B,m|0}function Bxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],vxe(s,c,d,1),C=f}function vxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=JF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=Dxe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Sxe(m,f)|0,f),C=d}function JF(){var s=0,l=0;if(o[7752]|0||(O9(9720),tr(38,9720,U|0)|0,l=7752,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9720)|0)){s=9720,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));O9(9720)}return 9720}function Dxe(s){return s=s|0,0}function Sxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=JF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],L9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(Pxe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function L9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function Pxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=bxe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,xxe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],L9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,kxe(s,k),Qxe(k),C=M;return}}function bxe(s){return s=s|0,357913941}function xxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function kxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Qxe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function O9(s){s=s|0,Txe(s)}function Fxe(s){s=s|0,Rxe(s+24|0)}function Rxe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function Txe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,8,l,Nxe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function Nxe(){return 1288}function Lxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;return c=C,C=C+16|0,f=c+8|0,d=c,m=Oxe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],l=Mxe(l,f)|0,C=c,l|0}function Oxe(s){return s=s|0,(n[(JF()|0)+24>>2]|0)+(s*12|0)|0}function Mxe(s,l){s=s|0,l=l|0;var c=0;return c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),Zq(Lg[c&31](s)|0)|0}function Uxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],_xe(s,c,d,0),C=f}function _xe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=zF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=Hxe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,jxe(m,f)|0,f),C=d}function zF(){var s=0,l=0;if(o[7760]|0||(U9(9756),tr(39,9756,U|0)|0,l=7760,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9756)|0)){s=9756,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));U9(9756)}return 9756}function Hxe(s){return s=s|0,0}function jxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=zF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],M9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(Gxe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function M9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function Gxe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=qxe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,Yxe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],M9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,Wxe(s,k),Kxe(k),C=M;return}}function qxe(s){return s=s|0,357913941}function Yxe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function Wxe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Kxe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function U9(s){s=s|0,zxe(s)}function Vxe(s){s=s|0,Jxe(s+24|0)}function Jxe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function zxe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,8,l,Xxe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function Xxe(){return 1292}function Zxe(s,l,c){s=s|0,l=l|0,c=+c;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=$xe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],eke(l,d,c),C=f}function $xe(s){return s=s|0,(n[(zF()|0)+24>>2]|0)+(s*12|0)|0}function eke(s,l,c){s=s|0,l=l|0,c=+c;var f=0,d=0,m=0;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),ku(d,c),c=+Qu(d,c),C7[f&31](s,c),C=m}function tke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],rke(s,c,d,0),C=f}function rke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=XF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=nke(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,ike(m,f)|0,f),C=d}function XF(){var s=0,l=0;if(o[7768]|0||(H9(9792),tr(40,9792,U|0)|0,l=7768,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9792)|0)){s=9792,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));H9(9792)}return 9792}function nke(s){return s=s|0,0}function ike(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=XF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],_9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(ske(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function _9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function ske(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=oke(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,ake(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],_9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,lke(s,k),cke(k),C=M;return}}function oke(s){return s=s|0,357913941}function ake(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function lke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function cke(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function H9(s){s=s|0,fke(s)}function uke(s){s=s|0,Ake(s+24|0)}function Ake(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function fke(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,1,l,pke()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function pke(){return 1300}function hke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=+f;var d=0,m=0,B=0,k=0;d=C,C=C+16|0,m=d+8|0,B=d,k=gke(s)|0,s=n[k+4>>2]|0,n[B>>2]=n[k>>2],n[B+4>>2]=s,n[m>>2]=n[B>>2],n[m+4>>2]=n[B+4>>2],dke(l,m,c,f),C=d}function gke(s){return s=s|0,(n[(XF()|0)+24>>2]|0)+(s*12|0)|0}function dke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=+f;var d=0,m=0,B=0,k=0;k=C,C=C+16|0,m=k+1|0,B=k,d=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(d=n[(n[s>>2]|0)+d>>2]|0),ZA(m,c),m=$A(m,c)|0,ku(B,f),f=+Qu(B,f),b7[d&15](s,m,f),C=k}function mke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],yke(s,c,d,0),C=f}function yke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=ZF()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=Eke(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Cke(m,f)|0,f),C=d}function ZF(){var s=0,l=0;if(o[7776]|0||(G9(9828),tr(41,9828,U|0)|0,l=7776,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9828)|0)){s=9828,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));G9(9828)}return 9828}function Eke(s){return s=s|0,0}function Cke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=ZF()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],j9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(wke(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function j9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function wke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=Ike(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,Bke(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],j9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,vke(s,k),Dke(k),C=M;return}}function Ike(s){return s=s|0,357913941}function Bke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function vke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Dke(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function G9(s){s=s|0,bke(s)}function Ske(s){s=s|0,Pke(s+24|0)}function Pke(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function bke(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,7,l,xke()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function xke(){return 1312}function kke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=Qke(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Fke(l,d,c),C=f}function Qke(s){return s=s|0,(n[(ZF()|0)+24>>2]|0)+(s*12|0)|0}function Fke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),ZA(d,c),d=$A(d,c)|0,rf[f&31](s,d),C=m}function Rke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Tke(s,c,d,0),C=f}function Tke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=$F()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=Nke(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,Lke(m,f)|0,f),C=d}function $F(){var s=0,l=0;if(o[7784]|0||(Y9(9864),tr(42,9864,U|0)|0,l=7784,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9864)|0)){s=9864,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));Y9(9864)}return 9864}function Nke(s){return s=s|0,0}function Lke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=$F()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],q9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(Oke(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function q9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function Oke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=Mke(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,Uke(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],q9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,_ke(s,k),Hke(k),C=M;return}}function Mke(s){return s=s|0,357913941}function Uke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function _ke(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function Hke(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function Y9(s){s=s|0,qke(s)}function jke(s){s=s|0,Gke(s+24|0)}function Gke(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function qke(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,8,l,Yke()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function Yke(){return 1320}function Wke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=Kke(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],Vke(l,d,c),C=f}function Kke(s){return s=s|0,(n[($F()|0)+24>>2]|0)+(s*12|0)|0}function Vke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),Jke(d,c),d=zke(d,c)|0,rf[f&31](s,d),C=m}function Jke(s,l){s=s|0,l=l|0}function zke(s,l){return s=s|0,l=l|0,Xke(l)|0}function Xke(s){return s=s|0,s|0}function Zke(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],$ke(s,c,d,0),C=f}function $ke(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=eR()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=eQe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,tQe(m,f)|0,f),C=d}function eR(){var s=0,l=0;if(o[7792]|0||(K9(9900),tr(43,9900,U|0)|0,l=7792,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9900)|0)){s=9900,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));K9(9900)}return 9900}function eQe(s){return s=s|0,0}function tQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=eR()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],W9(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(rQe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function W9(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function rQe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=nQe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,iQe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],W9(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,sQe(s,k),oQe(k),C=M;return}}function nQe(s){return s=s|0,357913941}function iQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function sQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function oQe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function K9(s){s=s|0,cQe(s)}function aQe(s){s=s|0,lQe(s+24|0)}function lQe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function cQe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,22,l,uQe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function uQe(){return 1344}function AQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0;c=C,C=C+16|0,f=c+8|0,d=c,m=fQe(s)|0,s=n[m+4>>2]|0,n[d>>2]=n[m>>2],n[d+4>>2]=s,n[f>>2]=n[d>>2],n[f+4>>2]=n[d+4>>2],pQe(l,f),C=c}function fQe(s){return s=s|0,(n[(eR()|0)+24>>2]|0)+(s*12|0)|0}function pQe(s,l){s=s|0,l=l|0;var c=0;c=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(c=n[(n[s>>2]|0)+c>>2]|0),tf[c&127](s)}function hQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=tR()|0,s=gQe(c)|0,hn(m,l,d,s,dQe(c,f)|0,f)}function tR(){var s=0,l=0;if(o[7800]|0||(J9(9936),tr(44,9936,U|0)|0,l=7800,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9936)|0)){s=9936,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));J9(9936)}return 9936}function gQe(s){return s=s|0,s|0}function dQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=tR()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(V9(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(mQe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function V9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function mQe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=yQe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,EQe(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,V9(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,CQe(s,d),wQe(d),C=k;return}}function yQe(s){return s=s|0,536870911}function EQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function CQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function wQe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function J9(s){s=s|0,vQe(s)}function IQe(s){s=s|0,BQe(s+24|0)}function BQe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function vQe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,23,l,B9()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function DQe(s,l){s=s|0,l=l|0,PQe(n[(SQe(s)|0)>>2]|0,l)}function SQe(s){return s=s|0,(n[(tR()|0)+24>>2]|0)+(s<<3)|0}function PQe(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,HF(f,l),l=jF(f,l)|0,tf[s&127](l),C=c}function bQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=rR()|0,s=xQe(c)|0,hn(m,l,d,s,kQe(c,f)|0,f)}function rR(){var s=0,l=0;if(o[7808]|0||(X9(9972),tr(45,9972,U|0)|0,l=7808,n[l>>2]=1,n[l+4>>2]=0),!(Tr(9972)|0)){s=9972,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));X9(9972)}return 9972}function xQe(s){return s=s|0,s|0}function kQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=rR()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(z9(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(QQe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function z9(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function QQe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=FQe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,RQe(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,z9(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,TQe(s,d),NQe(d),C=k;return}}function FQe(s){return s=s|0,536870911}function RQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function TQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function NQe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function X9(s){s=s|0,MQe(s)}function LQe(s){s=s|0,OQe(s+24|0)}function OQe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function MQe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,9,l,UQe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function UQe(){return 1348}function _Qe(s,l){return s=s|0,l=l|0,jQe(n[(HQe(s)|0)>>2]|0,l)|0}function HQe(s){return s=s|0,(n[(rR()|0)+24>>2]|0)+(s<<3)|0}function jQe(s,l){s=s|0,l=l|0;var c=0,f=0;return c=C,C=C+16|0,f=c,Z9(f,l),l=$9(f,l)|0,l=sD(Lg[s&31](l)|0)|0,C=c,l|0}function Z9(s,l){s=s|0,l=l|0}function $9(s,l){return s=s|0,l=l|0,GQe(l)|0}function GQe(s){return s=s|0,s|0}function qQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=nR()|0,s=YQe(c)|0,hn(m,l,d,s,WQe(c,f)|0,f)}function nR(){var s=0,l=0;if(o[7816]|0||(t5(10008),tr(46,10008,U|0)|0,l=7816,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10008)|0)){s=10008,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));t5(10008)}return 10008}function YQe(s){return s=s|0,s|0}function WQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=nR()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(e5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(KQe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function e5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function KQe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=VQe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,JQe(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,e5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,zQe(s,d),XQe(d),C=k;return}}function VQe(s){return s=s|0,536870911}function JQe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function zQe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function XQe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function t5(s){s=s|0,eFe(s)}function ZQe(s){s=s|0,$Qe(s+24|0)}function $Qe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function eFe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,15,l,m9()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function tFe(s){return s=s|0,nFe(n[(rFe(s)|0)>>2]|0)|0}function rFe(s){return s=s|0,(n[(nR()|0)+24>>2]|0)+(s<<3)|0}function nFe(s){return s=s|0,sD(CD[s&7]()|0)|0}function iFe(){var s=0;return o[7832]|0||(fFe(10052),tr(25,10052,U|0)|0,s=7832,n[s>>2]=1,n[s+4>>2]=0),10052}function sFe(s,l){s=s|0,l=l|0,n[s>>2]=oFe()|0,n[s+4>>2]=aFe()|0,n[s+12>>2]=l,n[s+8>>2]=lFe()|0,n[s+32>>2]=2}function oFe(){return 11709}function aFe(){return 1188}function lFe(){return aD()|0}function cFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(bp(f,896)|0)==512?c|0&&(uFe(c),gt(c)):l|0&&(Su(l),gt(l))}function bp(s,l){return s=s|0,l=l|0,l&s|0}function uFe(s){s=s|0,s=n[s+4>>2]|0,s|0&&kp(s)}function aD(){var s=0;return o[7824]|0||(n[2511]=AFe()|0,n[2512]=0,s=7824,n[s>>2]=1,n[s+4>>2]=0),10044}function AFe(){return 0}function fFe(s){s=s|0,vp(s)}function pFe(s){s=s|0;var l=0,c=0,f=0,d=0,m=0;l=C,C=C+32|0,c=l+24|0,m=l+16|0,d=l+8|0,f=l,hFe(s,4827),gFe(s,4834,3)|0,dFe(s,3682,47)|0,n[m>>2]=9,n[m+4>>2]=0,n[c>>2]=n[m>>2],n[c+4>>2]=n[m+4>>2],mFe(s,4841,c)|0,n[d>>2]=1,n[d+4>>2]=0,n[c>>2]=n[d>>2],n[c+4>>2]=n[d+4>>2],yFe(s,4871,c)|0,n[f>>2]=10,n[f+4>>2]=0,n[c>>2]=n[f>>2],n[c+4>>2]=n[f+4>>2],EFe(s,4891,c)|0,C=l}function hFe(s,l){s=s|0,l=l|0;var c=0;c=XRe()|0,n[s>>2]=c,ZRe(c,l),xp(n[s>>2]|0)}function gFe(s,l,c){return s=s|0,l=l|0,c=c|0,NRe(s,pn(l)|0,c,0),s|0}function dFe(s,l,c){return s=s|0,l=l|0,c=c|0,CRe(s,pn(l)|0,c,0),s|0}function mFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],tRe(s,l,d),C=f,s|0}function yFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],LFe(s,l,d),C=f,s|0}function EFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=n[c+4>>2]|0,n[m>>2]=n[c>>2],n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],CFe(s,l,d),C=f,s|0}function CFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],wFe(s,c,d,1),C=f}function wFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=iR()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=IFe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,BFe(m,f)|0,f),C=d}function iR(){var s=0,l=0;if(o[7840]|0||(n5(10100),tr(48,10100,U|0)|0,l=7840,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10100)|0)){s=10100,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));n5(10100)}return 10100}function IFe(s){return s=s|0,0}function BFe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=iR()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],r5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(vFe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function r5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function vFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=DFe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,SFe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],r5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,PFe(s,k),bFe(k),C=M;return}}function DFe(s){return s=s|0,357913941}function SFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function PFe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function bFe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function n5(s){s=s|0,QFe(s)}function xFe(s){s=s|0,kFe(s+24|0)}function kFe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function QFe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,6,l,FFe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function FFe(){return 1364}function RFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;return f=C,C=C+16|0,d=f+8|0,m=f,B=TFe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],c=NFe(l,d,c)|0,C=f,c|0}function TFe(s){return s=s|0,(n[(iR()|0)+24>>2]|0)+(s*12|0)|0}function NFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;return m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),ZA(d,c),d=$A(d,c)|0,d=u9(RR[f&15](s,d)|0)|0,C=m,d|0}function LFe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],OFe(s,c,d,0),C=f}function OFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=sR()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=MFe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,UFe(m,f)|0,f),C=d}function sR(){var s=0,l=0;if(o[7848]|0||(s5(10136),tr(49,10136,U|0)|0,l=7848,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10136)|0)){s=10136,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));s5(10136)}return 10136}function MFe(s){return s=s|0,0}function UFe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=sR()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],i5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(_Fe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function i5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function _Fe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=HFe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,jFe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],i5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,GFe(s,k),qFe(k),C=M;return}}function HFe(s){return s=s|0,357913941}function jFe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function GFe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function qFe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function s5(s){s=s|0,KFe(s)}function YFe(s){s=s|0,WFe(s+24|0)}function WFe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function KFe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,9,l,VFe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function VFe(){return 1372}function JFe(s,l,c){s=s|0,l=l|0,c=+c;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,d=f+8|0,m=f,B=zFe(s)|0,s=n[B+4>>2]|0,n[m>>2]=n[B>>2],n[m+4>>2]=s,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],XFe(l,d,c),C=f}function zFe(s){return s=s|0,(n[(sR()|0)+24>>2]|0)+(s*12|0)|0}function XFe(s,l,c){s=s|0,l=l|0,c=+c;var f=0,d=0,m=0,B=Ze;m=C,C=C+16|0,d=m,f=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(f=n[(n[s>>2]|0)+f>>2]|0),ZFe(d,c),B=y($Fe(d,c)),E7[f&1](s,B),C=m}function ZFe(s,l){s=s|0,l=+l}function $Fe(s,l){return s=s|0,l=+l,y(eRe(l))}function eRe(s){return s=+s,y(s)}function tRe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,d=f+8|0,m=f,k=n[c>>2]|0,B=n[c+4>>2]|0,c=pn(l)|0,n[m>>2]=k,n[m+4>>2]=B,n[d>>2]=n[m>>2],n[d+4>>2]=n[m+4>>2],rRe(s,c,d,0),C=f}function rRe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0,Q=0,M=0,O=0;d=C,C=C+32|0,m=d+16|0,O=d+8|0,k=d,M=n[c>>2]|0,Q=n[c+4>>2]|0,B=n[s>>2]|0,s=oR()|0,n[O>>2]=M,n[O+4>>2]=Q,n[m>>2]=n[O>>2],n[m+4>>2]=n[O+4>>2],c=nRe(m)|0,n[k>>2]=M,n[k+4>>2]=Q,n[m>>2]=n[k>>2],n[m+4>>2]=n[k+4>>2],hn(B,l,s,c,iRe(m,f)|0,f),C=d}function oR(){var s=0,l=0;if(o[7856]|0||(a5(10172),tr(50,10172,U|0)|0,l=7856,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10172)|0)){s=10172,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));a5(10172)}return 10172}function nRe(s){return s=s|0,0}function iRe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0;return O=C,C=C+32|0,d=O+24|0,B=O+16|0,k=O,Q=O+8|0,m=n[s>>2]|0,f=n[s+4>>2]|0,n[k>>2]=m,n[k+4>>2]=f,G=oR()|0,M=G+24|0,s=gr(l,4)|0,n[Q>>2]=s,l=G+28|0,c=n[l>>2]|0,c>>>0<(n[G+32>>2]|0)>>>0?(n[B>>2]=m,n[B+4>>2]=f,n[d>>2]=n[B>>2],n[d+4>>2]=n[B+4>>2],o5(c,d,s),s=(n[l>>2]|0)+12|0,n[l>>2]=s):(sRe(M,k,Q),s=n[l>>2]|0),C=O,((s-(n[M>>2]|0)|0)/12|0)+-1|0}function o5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=n[l+4>>2]|0,n[s>>2]=n[l>>2],n[s+4>>2]=f,n[s+8>>2]=c}function sRe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;if(M=C,C=C+48|0,f=M+32|0,B=M+24|0,k=M,Q=s+4|0,d=(((n[Q>>2]|0)-(n[s>>2]|0)|0)/12|0)+1|0,m=oRe(s)|0,m>>>0>>0)zr(s);else{O=n[s>>2]|0,se=((n[s+8>>2]|0)-O|0)/12|0,G=se<<1,aRe(k,se>>>0>>1>>>0?G>>>0>>0?d:G:m,((n[Q>>2]|0)-O|0)/12|0,s+8|0),Q=k+8|0,m=n[Q>>2]|0,d=n[l+4>>2]|0,c=n[c>>2]|0,n[B>>2]=n[l>>2],n[B+4>>2]=d,n[f>>2]=n[B>>2],n[f+4>>2]=n[B+4>>2],o5(m,f,c),n[Q>>2]=(n[Q>>2]|0)+12,lRe(s,k),cRe(k),C=M;return}}function oRe(s){return s=s|0,357913941}function aRe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>357913941)Rt();else{d=Kt(l*12|0)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c*12|0)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l*12|0)}function lRe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(((d|0)/-12|0)*12|0)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function cRe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~(((f+-12-l|0)>>>0)/12|0)*12|0)),s=n[s>>2]|0,s|0&>(s)}function a5(s){s=s|0,fRe(s)}function uRe(s){s=s|0,ARe(s+24|0)}function ARe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~(((l+-12-f|0)>>>0)/12|0)*12|0)),gt(c))}function fRe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,2,3,l,pRe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function pRe(){return 1380}function hRe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+16|0,m=d+8|0,B=d,k=gRe(s)|0,s=n[k+4>>2]|0,n[B>>2]=n[k>>2],n[B+4>>2]=s,n[m>>2]=n[B>>2],n[m+4>>2]=n[B+4>>2],dRe(l,m,c,f),C=d}function gRe(s){return s=s|0,(n[(oR()|0)+24>>2]|0)+(s*12|0)|0}function dRe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;k=C,C=C+16|0,m=k+1|0,B=k,d=n[l>>2]|0,l=n[l+4>>2]|0,s=s+(l>>1)|0,l&1&&(d=n[(n[s>>2]|0)+d>>2]|0),ZA(m,c),m=$A(m,c)|0,mRe(B,f),B=yRe(B,f)|0,Hw[d&15](s,m,B),C=k}function mRe(s,l){s=s|0,l=l|0}function yRe(s,l){return s=s|0,l=l|0,ERe(l)|0}function ERe(s){return s=s|0,(s|0)!=0|0}function CRe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=aR()|0,s=wRe(c)|0,hn(m,l,d,s,IRe(c,f)|0,f)}function aR(){var s=0,l=0;if(o[7864]|0||(c5(10208),tr(51,10208,U|0)|0,l=7864,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10208)|0)){s=10208,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));c5(10208)}return 10208}function wRe(s){return s=s|0,s|0}function IRe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=aR()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(l5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(BRe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function l5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function BRe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=vRe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,DRe(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,l5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,SRe(s,d),PRe(d),C=k;return}}function vRe(s){return s=s|0,536870911}function DRe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function SRe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function PRe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function c5(s){s=s|0,kRe(s)}function bRe(s){s=s|0,xRe(s+24|0)}function xRe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function kRe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,24,l,QRe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function QRe(){return 1392}function FRe(s,l){s=s|0,l=l|0,TRe(n[(RRe(s)|0)>>2]|0,l)}function RRe(s){return s=s|0,(n[(aR()|0)+24>>2]|0)+(s<<3)|0}function TRe(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,Z9(f,l),l=$9(f,l)|0,tf[s&127](l),C=c}function NRe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=lR()|0,s=LRe(c)|0,hn(m,l,d,s,ORe(c,f)|0,f)}function lR(){var s=0,l=0;if(o[7872]|0||(A5(10244),tr(52,10244,U|0)|0,l=7872,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10244)|0)){s=10244,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));A5(10244)}return 10244}function LRe(s){return s=s|0,s|0}function ORe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=lR()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(u5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(MRe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function u5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function MRe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=URe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,_Re(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,u5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,HRe(s,d),jRe(d),C=k;return}}function URe(s){return s=s|0,536870911}function _Re(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function HRe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function jRe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function A5(s){s=s|0,YRe(s)}function GRe(s){s=s|0,qRe(s+24|0)}function qRe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function YRe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,16,l,WRe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function WRe(){return 1400}function KRe(s){return s=s|0,JRe(n[(VRe(s)|0)>>2]|0)|0}function VRe(s){return s=s|0,(n[(lR()|0)+24>>2]|0)+(s<<3)|0}function JRe(s){return s=s|0,zRe(CD[s&7]()|0)|0}function zRe(s){return s=s|0,s|0}function XRe(){var s=0;return o[7880]|0||(iTe(10280),tr(25,10280,U|0)|0,s=7880,n[s>>2]=1,n[s+4>>2]=0),10280}function ZRe(s,l){s=s|0,l=l|0,n[s>>2]=$Re()|0,n[s+4>>2]=eTe()|0,n[s+12>>2]=l,n[s+8>>2]=tTe()|0,n[s+32>>2]=4}function $Re(){return 11711}function eTe(){return 1356}function tTe(){return aD()|0}function rTe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(bp(f,896)|0)==512?c|0&&(nTe(c),gt(c)):l|0&&(Dg(l),gt(l))}function nTe(s){s=s|0,s=n[s+4>>2]|0,s|0&&kp(s)}function iTe(s){s=s|0,vp(s)}function sTe(s){s=s|0,oTe(s,4920),aTe(s)|0,lTe(s)|0}function oTe(s,l){s=s|0,l=l|0;var c=0;c=R9()|0,n[s>>2]=c,xTe(c,l),xp(n[s>>2]|0)}function aTe(s){s=s|0;var l=0;return l=n[s>>2]|0,kg(l,ETe()|0),s|0}function lTe(s){s=s|0;var l=0;return l=n[s>>2]|0,kg(l,cTe()|0),s|0}function cTe(){var s=0;return o[7888]|0||(f5(10328),tr(53,10328,U|0)|0,s=7888,n[s>>2]=1,n[s+4>>2]=0),Tr(10328)|0||f5(10328),10328}function kg(s,l){s=s|0,l=l|0,hn(s,0,l,0,0,0)}function f5(s){s=s|0,fTe(s),Qg(s,10)}function uTe(s){s=s|0,ATe(s+24|0)}function ATe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function fTe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,5,1,l,dTe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function pTe(s,l,c){s=s|0,l=l|0,c=+c,hTe(s,l,c)}function Qg(s,l){s=s|0,l=l|0,n[s+20>>2]=l}function hTe(s,l,c){s=s|0,l=l|0,c=+c;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+16|0,m=f+8|0,k=f+13|0,d=f,B=f+12|0,ZA(k,l),n[m>>2]=$A(k,l)|0,ku(B,c),E[d>>3]=+Qu(B,c),gTe(s,m,d),C=f}function gTe(s,l,c){s=s|0,l=l|0,c=c|0,Y(s+8|0,n[l>>2]|0,+E[c>>3]),o[s+24>>0]=1}function dTe(){return 1404}function mTe(s,l){return s=s|0,l=+l,yTe(s,l)|0}function yTe(s,l){s=s|0,l=+l;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return f=C,C=C+16|0,m=f+4|0,B=f+8|0,k=f,d=Wa(8)|0,c=d,Q=Kt(16)|0,ZA(m,s),s=$A(m,s)|0,ku(B,l),Y(Q,s,+Qu(B,l)),B=c+4|0,n[B>>2]=Q,s=Kt(8)|0,B=n[B>>2]|0,n[k>>2]=0,n[m>>2]=n[k>>2],KF(s,B,m),n[d>>2]=s,C=f,c|0}function ETe(){var s=0;return o[7896]|0||(p5(10364),tr(54,10364,U|0)|0,s=7896,n[s>>2]=1,n[s+4>>2]=0),Tr(10364)|0||p5(10364),10364}function p5(s){s=s|0,ITe(s),Qg(s,55)}function CTe(s){s=s|0,wTe(s+24|0)}function wTe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function ITe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,5,4,l,STe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function BTe(s){s=s|0,vTe(s)}function vTe(s){s=s|0,DTe(s)}function DTe(s){s=s|0,h5(s+8|0),o[s+24>>0]=1}function h5(s){s=s|0,n[s>>2]=0,E[s+8>>3]=0}function STe(){return 1424}function PTe(){return bTe()|0}function bTe(){var s=0,l=0,c=0,f=0,d=0,m=0,B=0;return l=C,C=C+16|0,d=l+4|0,B=l,c=Wa(8)|0,s=c,f=Kt(16)|0,h5(f),m=s+4|0,n[m>>2]=f,f=Kt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],KF(f,m,d),n[c>>2]=f,C=l,s|0}function xTe(s,l){s=s|0,l=l|0,n[s>>2]=kTe()|0,n[s+4>>2]=QTe()|0,n[s+12>>2]=l,n[s+8>>2]=FTe()|0,n[s+32>>2]=5}function kTe(){return 11710}function QTe(){return 1416}function FTe(){return lD()|0}function RTe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(bp(f,896)|0)==512?c|0&&(TTe(c),gt(c)):l|0&>(l)}function TTe(s){s=s|0,s=n[s+4>>2]|0,s|0&&kp(s)}function lD(){var s=0;return o[7904]|0||(n[2600]=NTe()|0,n[2601]=0,s=7904,n[s>>2]=1,n[s+4>>2]=0),10400}function NTe(){return n[357]|0}function LTe(s){s=s|0,OTe(s,4926),MTe(s)|0}function OTe(s,l){s=s|0,l=l|0;var c=0;c=r9()|0,n[s>>2]=c,JTe(c,l),xp(n[s>>2]|0)}function MTe(s){s=s|0;var l=0;return l=n[s>>2]|0,kg(l,UTe()|0),s|0}function UTe(){var s=0;return o[7912]|0||(g5(10412),tr(56,10412,U|0)|0,s=7912,n[s>>2]=1,n[s+4>>2]=0),Tr(10412)|0||g5(10412),10412}function g5(s){s=s|0,jTe(s),Qg(s,57)}function _Te(s){s=s|0,HTe(s+24|0)}function HTe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function jTe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,5,5,l,WTe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function GTe(s){s=s|0,qTe(s)}function qTe(s){s=s|0,YTe(s)}function YTe(s){s=s|0;var l=0,c=0;l=s+8|0,c=l+48|0;do n[l>>2]=0,l=l+4|0;while((l|0)<(c|0));o[s+56>>0]=1}function WTe(){return 1432}function KTe(){return VTe()|0}function VTe(){var s=0,l=0,c=0,f=0,d=0,m=0,B=0,k=0;B=C,C=C+16|0,s=B+4|0,l=B,c=Wa(8)|0,f=c,d=Kt(48)|0,m=d,k=m+48|0;do n[m>>2]=0,m=m+4|0;while((m|0)<(k|0));return m=f+4|0,n[m>>2]=d,k=Kt(8)|0,m=n[m>>2]|0,n[l>>2]=0,n[s>>2]=n[l>>2],n9(k,m,s),n[c>>2]=k,C=B,f|0}function JTe(s,l){s=s|0,l=l|0,n[s>>2]=zTe()|0,n[s+4>>2]=XTe()|0,n[s+12>>2]=l,n[s+8>>2]=ZTe()|0,n[s+32>>2]=6}function zTe(){return 11704}function XTe(){return 1436}function ZTe(){return lD()|0}function $Te(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(bp(f,896)|0)==512?c|0&&(eNe(c),gt(c)):l|0&>(l)}function eNe(s){s=s|0,s=n[s+4>>2]|0,s|0&&kp(s)}function tNe(s){s=s|0,rNe(s,4933),nNe(s)|0,iNe(s)|0}function rNe(s,l){s=s|0,l=l|0;var c=0;c=bNe()|0,n[s>>2]=c,xNe(c,l),xp(n[s>>2]|0)}function nNe(s){s=s|0;var l=0;return l=n[s>>2]|0,kg(l,yNe()|0),s|0}function iNe(s){s=s|0;var l=0;return l=n[s>>2]|0,kg(l,sNe()|0),s|0}function sNe(){var s=0;return o[7920]|0||(d5(10452),tr(58,10452,U|0)|0,s=7920,n[s>>2]=1,n[s+4>>2]=0),Tr(10452)|0||d5(10452),10452}function d5(s){s=s|0,lNe(s),Qg(s,1)}function oNe(s){s=s|0,aNe(s+24|0)}function aNe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function lNe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,5,1,l,fNe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function cNe(s,l,c){s=s|0,l=+l,c=+c,uNe(s,l,c)}function uNe(s,l,c){s=s|0,l=+l,c=+c;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+32|0,m=f+8|0,k=f+17|0,d=f,B=f+16|0,ku(k,l),E[m>>3]=+Qu(k,l),ku(B,c),E[d>>3]=+Qu(B,c),ANe(s,m,d),C=f}function ANe(s,l,c){s=s|0,l=l|0,c=c|0,m5(s+8|0,+E[l>>3],+E[c>>3]),o[s+24>>0]=1}function m5(s,l,c){s=s|0,l=+l,c=+c,E[s>>3]=l,E[s+8>>3]=c}function fNe(){return 1472}function pNe(s,l){return s=+s,l=+l,hNe(s,l)|0}function hNe(s,l){s=+s,l=+l;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return f=C,C=C+16|0,B=f+4|0,k=f+8|0,Q=f,d=Wa(8)|0,c=d,m=Kt(16)|0,ku(B,s),s=+Qu(B,s),ku(k,l),m5(m,s,+Qu(k,l)),k=c+4|0,n[k>>2]=m,m=Kt(8)|0,k=n[k>>2]|0,n[Q>>2]=0,n[B>>2]=n[Q>>2],y5(m,k,B),n[d>>2]=m,C=f,c|0}function y5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,c=Kt(16)|0,n[c+4>>2]=0,n[c+8>>2]=0,n[c>>2]=1452,n[c+12>>2]=l,n[s+4>>2]=c}function gNe(s){s=s|0,zm(s),gt(s)}function dNe(s){s=s|0,s=n[s+12>>2]|0,s|0&>(s)}function mNe(s){s=s|0,gt(s)}function yNe(){var s=0;return o[7928]|0||(E5(10488),tr(59,10488,U|0)|0,s=7928,n[s>>2]=1,n[s+4>>2]=0),Tr(10488)|0||E5(10488),10488}function E5(s){s=s|0,wNe(s),Qg(s,60)}function ENe(s){s=s|0,CNe(s+24|0)}function CNe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function wNe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,5,6,l,DNe()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function INe(s){s=s|0,BNe(s)}function BNe(s){s=s|0,vNe(s)}function vNe(s){s=s|0,C5(s+8|0),o[s+24>>0]=1}function C5(s){s=s|0,n[s>>2]=0,n[s+4>>2]=0,n[s+8>>2]=0,n[s+12>>2]=0}function DNe(){return 1492}function SNe(){return PNe()|0}function PNe(){var s=0,l=0,c=0,f=0,d=0,m=0,B=0;return l=C,C=C+16|0,d=l+4|0,B=l,c=Wa(8)|0,s=c,f=Kt(16)|0,C5(f),m=s+4|0,n[m>>2]=f,f=Kt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],y5(f,m,d),n[c>>2]=f,C=l,s|0}function bNe(){var s=0;return o[7936]|0||(NNe(10524),tr(25,10524,U|0)|0,s=7936,n[s>>2]=1,n[s+4>>2]=0),10524}function xNe(s,l){s=s|0,l=l|0,n[s>>2]=kNe()|0,n[s+4>>2]=QNe()|0,n[s+12>>2]=l,n[s+8>>2]=FNe()|0,n[s+32>>2]=7}function kNe(){return 11700}function QNe(){return 1484}function FNe(){return lD()|0}function RNe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(bp(f,896)|0)==512?c|0&&(TNe(c),gt(c)):l|0&>(l)}function TNe(s){s=s|0,s=n[s+4>>2]|0,s|0&&kp(s)}function NNe(s){s=s|0,vp(s)}function LNe(s,l,c){s=s|0,l=l|0,c=c|0,s=pn(l)|0,l=ONe(c)|0,c=MNe(c,0)|0,hLe(s,l,c,cR()|0,0)}function ONe(s){return s=s|0,s|0}function MNe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=cR()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(I5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(YNe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function cR(){var s=0,l=0;if(o[7944]|0||(w5(10568),tr(61,10568,U|0)|0,l=7944,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10568)|0)){s=10568,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));w5(10568)}return 10568}function w5(s){s=s|0,HNe(s)}function UNe(s){s=s|0,_Ne(s+24|0)}function _Ne(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function HNe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,17,l,C9()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function jNe(s){return s=s|0,qNe(n[(GNe(s)|0)>>2]|0)|0}function GNe(s){return s=s|0,(n[(cR()|0)+24>>2]|0)+(s<<3)|0}function qNe(s){return s=s|0,oD(CD[s&7]()|0)|0}function I5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function YNe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=WNe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,KNe(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,I5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,VNe(s,d),JNe(d),C=k;return}}function WNe(s){return s=s|0,536870911}function KNe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function VNe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function JNe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function zNe(){XNe()}function XNe(){ZNe(10604)}function ZNe(s){s=s|0,$Ne(s,4955)}function $Ne(s,l){s=s|0,l=l|0;var c=0;c=eLe()|0,n[s>>2]=c,tLe(c,l),xp(n[s>>2]|0)}function eLe(){var s=0;return o[7952]|0||(uLe(10612),tr(25,10612,U|0)|0,s=7952,n[s>>2]=1,n[s+4>>2]=0),10612}function tLe(s,l){s=s|0,l=l|0,n[s>>2]=sLe()|0,n[s+4>>2]=oLe()|0,n[s+12>>2]=l,n[s+8>>2]=aLe()|0,n[s+32>>2]=8}function xp(s){s=s|0;var l=0,c=0;l=C,C=C+16|0,c=l,Ym()|0,n[c>>2]=s,rLe(10608,c),C=l}function Ym(){return o[11714]|0||(n[2652]=0,tr(62,10608,U|0)|0,o[11714]=1),10608}function rLe(s,l){s=s|0,l=l|0;var c=0;c=Kt(8)|0,n[c+4>>2]=n[l>>2],n[c>>2]=n[s>>2],n[s>>2]=c}function nLe(s){s=s|0,iLe(s)}function iLe(s){s=s|0;var l=0,c=0;if(l=n[s>>2]|0,l|0)do c=l,l=n[l>>2]|0,gt(c);while((l|0)!=0);n[s>>2]=0}function sLe(){return 11715}function oLe(){return 1496}function aLe(){return aD()|0}function lLe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(bp(f,896)|0)==512?c|0&&(cLe(c),gt(c)):l|0&>(l)}function cLe(s){s=s|0,s=n[s+4>>2]|0,s|0&&kp(s)}function uLe(s){s=s|0,vp(s)}function ALe(s,l){s=s|0,l=l|0;var c=0,f=0;Ym()|0,c=n[2652]|0;e:do if(c|0){for(;f=n[c+4>>2]|0,!(f|0&&(n7(uR(f)|0,s)|0)==0);)if(c=n[c>>2]|0,!c)break e;fLe(f,l)}while(0)}function uR(s){return s=s|0,n[s+12>>2]|0}function fLe(s,l){s=s|0,l=l|0;var c=0;s=s+36|0,c=n[s>>2]|0,c|0&&(GA(c),gt(c)),c=Kt(4)|0,zq(c,l),n[s>>2]=c}function AR(){return o[11716]|0||(n[2664]=0,tr(63,10656,U|0)|0,o[11716]=1),10656}function B5(){var s=0;return o[11717]|0?s=n[2665]|0:(pLe(),n[2665]=1504,o[11717]=1,s=1504),s|0}function pLe(){o[11740]|0||(o[11718]=gr(gr(8,0)|0,0)|0,o[11719]=gr(gr(0,0)|0,0)|0,o[11720]=gr(gr(0,16)|0,0)|0,o[11721]=gr(gr(8,0)|0,0)|0,o[11722]=gr(gr(0,0)|0,0)|0,o[11723]=gr(gr(8,0)|0,0)|0,o[11724]=gr(gr(0,0)|0,0)|0,o[11725]=gr(gr(8,0)|0,0)|0,o[11726]=gr(gr(0,0)|0,0)|0,o[11727]=gr(gr(8,0)|0,0)|0,o[11728]=gr(gr(0,0)|0,0)|0,o[11729]=gr(gr(0,0)|0,32)|0,o[11730]=gr(gr(0,0)|0,32)|0,o[11740]=1)}function v5(){return 1572}function hLe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,M=0,O=0;m=C,C=C+32|0,O=m+16|0,M=m+12|0,Q=m+8|0,k=m+4|0,B=m,n[O>>2]=s,n[M>>2]=l,n[Q>>2]=c,n[k>>2]=f,n[B>>2]=d,AR()|0,gLe(10656,O,M,Q,k,B),C=m}function gLe(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0;B=Kt(24)|0,$q(B+4|0,n[l>>2]|0,n[c>>2]|0,n[f>>2]|0,n[d>>2]|0,n[m>>2]|0),n[B>>2]=n[s>>2],n[s>>2]=B}function D5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0,Me=0,Qe=0,et=0,Xe=0,lt=0;if(lt=C,C=C+32|0,Me=lt+20|0,Qe=lt+8|0,et=lt+4|0,Xe=lt,l=n[l>>2]|0,l|0){qe=Me+4|0,Q=Me+8|0,M=Qe+4|0,O=Qe+8|0,G=Qe+8|0,se=Me+8|0;do{if(B=l+4|0,k=fR(B)|0,k|0){if(d=Nw(k)|0,n[Me>>2]=0,n[qe>>2]=0,n[Q>>2]=0,f=(Lw(k)|0)+1|0,dLe(Me,f),f|0)for(;f=f+-1|0,bc(Qe,n[d>>2]|0),m=n[qe>>2]|0,m>>>0<(n[se>>2]|0)>>>0?(n[m>>2]=n[Qe>>2],n[qe>>2]=(n[qe>>2]|0)+4):pR(Me,Qe),f;)d=d+4|0;f=Ow(k)|0,n[Qe>>2]=0,n[M>>2]=0,n[O>>2]=0;e:do if(n[f>>2]|0)for(d=0,m=0;;){if((d|0)==(m|0)?mLe(Qe,f):(n[d>>2]=n[f>>2],n[M>>2]=(n[M>>2]|0)+4),f=f+4|0,!(n[f>>2]|0))break e;d=n[M>>2]|0,m=n[G>>2]|0}while(0);n[et>>2]=cD(B)|0,n[Xe>>2]=Tr(k)|0,yLe(c,s,et,Xe,Me,Qe),hR(Qe),ef(Me)}l=n[l>>2]|0}while((l|0)!=0)}C=lt}function fR(s){return s=s|0,n[s+12>>2]|0}function Nw(s){return s=s|0,n[s+12>>2]|0}function Lw(s){return s=s|0,n[s+16>>2]|0}function dLe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;d=C,C=C+32|0,c=d,f=n[s>>2]|0,(n[s+8>>2]|0)-f>>2>>>0>>0&&(R5(c,l,(n[s+4>>2]|0)-f>>2,s+8|0),T5(s,c),N5(c)),C=d}function pR(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0;if(B=C,C=C+32|0,c=B,f=s+4|0,d=((n[f>>2]|0)-(n[s>>2]|0)>>2)+1|0,m=F5(s)|0,m>>>0>>0)zr(s);else{k=n[s>>2]|0,M=(n[s+8>>2]|0)-k|0,Q=M>>1,R5(c,M>>2>>>0>>1>>>0?Q>>>0>>0?d:Q:m,(n[f>>2]|0)-k>>2,s+8|0),m=c+8|0,n[n[m>>2]>>2]=n[l>>2],n[m>>2]=(n[m>>2]|0)+4,T5(s,c),N5(c),C=B;return}}function Ow(s){return s=s|0,n[s+8>>2]|0}function mLe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0;if(B=C,C=C+32|0,c=B,f=s+4|0,d=((n[f>>2]|0)-(n[s>>2]|0)>>2)+1|0,m=Q5(s)|0,m>>>0>>0)zr(s);else{k=n[s>>2]|0,M=(n[s+8>>2]|0)-k|0,Q=M>>1,OLe(c,M>>2>>>0>>1>>>0?Q>>>0>>0?d:Q:m,(n[f>>2]|0)-k>>2,s+8|0),m=c+8|0,n[n[m>>2]>>2]=n[l>>2],n[m>>2]=(n[m>>2]|0)+4,MLe(s,c),ULe(c),C=B;return}}function cD(s){return s=s|0,n[s>>2]|0}function yLe(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,ELe(s,l,c,f,d,m)}function hR(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-4-f|0)>>>2)<<2)),gt(c))}function ef(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-4-f|0)>>>2)<<2)),gt(c))}function ELe(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0,Q=0,M=0,O=0,G=0;B=C,C=C+48|0,O=B+40|0,k=B+32|0,G=B+24|0,Q=B+12|0,M=B,Ka(k),s=da(s)|0,n[G>>2]=n[l>>2],c=n[c>>2]|0,f=n[f>>2]|0,gR(Q,d),CLe(M,m),n[O>>2]=n[G>>2],wLe(s,O,c,f,Q,M),hR(M),ef(Q),Va(k),C=B}function gR(s,l){s=s|0,l=l|0;var c=0,f=0;n[s>>2]=0,n[s+4>>2]=0,n[s+8>>2]=0,c=l+4|0,f=(n[c>>2]|0)-(n[l>>2]|0)>>2,f|0&&(NLe(s,f),LLe(s,n[l>>2]|0,n[c>>2]|0,f))}function CLe(s,l){s=s|0,l=l|0;var c=0,f=0;n[s>>2]=0,n[s+4>>2]=0,n[s+8>>2]=0,c=l+4|0,f=(n[c>>2]|0)-(n[l>>2]|0)>>2,f|0&&(RLe(s,f),TLe(s,n[l>>2]|0,n[c>>2]|0,f))}function wLe(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0,Q=0,M=0,O=0,G=0;B=C,C=C+32|0,O=B+28|0,G=B+24|0,k=B+12|0,Q=B,M=Sl(ILe()|0)|0,n[G>>2]=n[l>>2],n[O>>2]=n[G>>2],l=Fg(O)|0,c=S5(c)|0,f=dR(f)|0,n[k>>2]=n[d>>2],O=d+4|0,n[k+4>>2]=n[O>>2],G=d+8|0,n[k+8>>2]=n[G>>2],n[G>>2]=0,n[O>>2]=0,n[d>>2]=0,d=mR(k)|0,n[Q>>2]=n[m>>2],O=m+4|0,n[Q+4>>2]=n[O>>2],G=m+8|0,n[Q+8>>2]=n[G>>2],n[G>>2]=0,n[O>>2]=0,n[m>>2]=0,ao(0,M|0,s|0,l|0,c|0,f|0,d|0,BLe(Q)|0)|0,hR(Q),ef(k),C=B}function ILe(){var s=0;return o[7968]|0||(QLe(10708),s=7968,n[s>>2]=1,n[s+4>>2]=0),10708}function Fg(s){return s=s|0,b5(s)|0}function S5(s){return s=s|0,P5(s)|0}function dR(s){return s=s|0,oD(s)|0}function mR(s){return s=s|0,DLe(s)|0}function BLe(s){return s=s|0,vLe(s)|0}function vLe(s){s=s|0;var l=0,c=0,f=0;if(f=(n[s+4>>2]|0)-(n[s>>2]|0)|0,c=f>>2,f=Wa(f+4|0)|0,n[f>>2]=c,c|0){l=0;do n[f+4+(l<<2)>>2]=P5(n[(n[s>>2]|0)+(l<<2)>>2]|0)|0,l=l+1|0;while((l|0)!=(c|0))}return f|0}function P5(s){return s=s|0,s|0}function DLe(s){s=s|0;var l=0,c=0,f=0;if(f=(n[s+4>>2]|0)-(n[s>>2]|0)|0,c=f>>2,f=Wa(f+4|0)|0,n[f>>2]=c,c|0){l=0;do n[f+4+(l<<2)>>2]=b5((n[s>>2]|0)+(l<<2)|0)|0,l=l+1|0;while((l|0)!=(c|0))}return f|0}function b5(s){s=s|0;var l=0,c=0,f=0,d=0;return d=C,C=C+32|0,l=d+12|0,c=d,f=xF(x5()|0)|0,f?(kF(l,f),QF(c,l),aUe(s,c),s=FF(l)|0):s=SLe(s)|0,C=d,s|0}function x5(){var s=0;return o[7960]|0||(kLe(10664),tr(25,10664,U|0)|0,s=7960,n[s>>2]=1,n[s+4>>2]=0),10664}function SLe(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0;return c=C,C=C+16|0,d=c+4|0,B=c,f=Wa(8)|0,l=f,k=Kt(4)|0,n[k>>2]=n[s>>2],m=l+4|0,n[m>>2]=k,s=Kt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],k5(s,m,d),n[f>>2]=s,C=c,l|0}function k5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,c=Kt(16)|0,n[c+4>>2]=0,n[c+8>>2]=0,n[c>>2]=1656,n[c+12>>2]=l,n[s+4>>2]=c}function PLe(s){s=s|0,zm(s),gt(s)}function bLe(s){s=s|0,s=n[s+12>>2]|0,s|0&>(s)}function xLe(s){s=s|0,gt(s)}function kLe(s){s=s|0,vp(s)}function QLe(s){s=s|0,Pl(s,FLe()|0,5)}function FLe(){return 1676}function RLe(s,l){s=s|0,l=l|0;var c=0;if((Q5(s)|0)>>>0>>0&&zr(s),l>>>0>1073741823)Rt();else{c=Kt(l<<2)|0,n[s+4>>2]=c,n[s>>2]=c,n[s+8>>2]=c+(l<<2);return}}function TLe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,f=s+4|0,s=c-l|0,(s|0)>0&&(Dr(n[f>>2]|0,l|0,s|0)|0,n[f>>2]=(n[f>>2]|0)+(s>>>2<<2))}function Q5(s){return s=s|0,1073741823}function NLe(s,l){s=s|0,l=l|0;var c=0;if((F5(s)|0)>>>0>>0&&zr(s),l>>>0>1073741823)Rt();else{c=Kt(l<<2)|0,n[s+4>>2]=c,n[s>>2]=c,n[s+8>>2]=c+(l<<2);return}}function LLe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,f=s+4|0,s=c-l|0,(s|0)>0&&(Dr(n[f>>2]|0,l|0,s|0)|0,n[f>>2]=(n[f>>2]|0)+(s>>>2<<2))}function F5(s){return s=s|0,1073741823}function OLe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>1073741823)Rt();else{d=Kt(l<<2)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<2)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<2)}function MLe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>2)<<2)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function ULe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-4-l|0)>>>2)<<2)),s=n[s>>2]|0,s|0&>(s)}function R5(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>1073741823)Rt();else{d=Kt(l<<2)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<2)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<2)}function T5(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>2)<<2)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function N5(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-4-l|0)>>>2)<<2)),s=n[s>>2]|0,s|0&>(s)}function _Le(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0,Me=0,Qe=0;if(Qe=C,C=C+32|0,O=Qe+20|0,G=Qe+12|0,M=Qe+16|0,se=Qe+4|0,qe=Qe,Me=Qe+8|0,k=B5()|0,m=n[k>>2]|0,B=n[m>>2]|0,B|0)for(Q=n[k+8>>2]|0,k=n[k+4>>2]|0;bc(O,B),HLe(s,O,k,Q),m=m+4|0,B=n[m>>2]|0,B;)Q=Q+1|0,k=k+1|0;if(m=v5()|0,B=n[m>>2]|0,B|0)do bc(O,B),n[G>>2]=n[m+4>>2],jLe(l,O,G),m=m+8|0,B=n[m>>2]|0;while((B|0)!=0);if(m=n[(Ym()|0)>>2]|0,m|0)do l=n[m+4>>2]|0,bc(O,n[(Wm(l)|0)>>2]|0),n[G>>2]=uR(l)|0,GLe(c,O,G),m=n[m>>2]|0;while((m|0)!=0);if(bc(M,0),m=AR()|0,n[O>>2]=n[M>>2],D5(O,m,d),m=n[(Ym()|0)>>2]|0,m|0){s=O+4|0,l=O+8|0,c=O+8|0;do{if(Q=n[m+4>>2]|0,bc(G,n[(Wm(Q)|0)>>2]|0),qLe(se,L5(Q)|0),B=n[se>>2]|0,B|0){n[O>>2]=0,n[s>>2]=0,n[l>>2]=0;do bc(qe,n[(Wm(n[B+4>>2]|0)|0)>>2]|0),k=n[s>>2]|0,k>>>0<(n[c>>2]|0)>>>0?(n[k>>2]=n[qe>>2],n[s>>2]=(n[s>>2]|0)+4):pR(O,qe),B=n[B>>2]|0;while((B|0)!=0);YLe(f,G,O),ef(O)}n[Me>>2]=n[G>>2],M=O5(Q)|0,n[O>>2]=n[Me>>2],D5(O,M,d),s9(se),m=n[m>>2]|0}while((m|0)!=0)}C=Qe}function HLe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,nOe(s,l,c,f)}function jLe(s,l,c){s=s|0,l=l|0,c=c|0,rOe(s,l,c)}function Wm(s){return s=s|0,s|0}function GLe(s,l,c){s=s|0,l=l|0,c=c|0,ZLe(s,l,c)}function L5(s){return s=s|0,s+16|0}function qLe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;if(m=C,C=C+16|0,d=m+8|0,c=m,n[s>>2]=0,f=n[l>>2]|0,n[d>>2]=f,n[c>>2]=s,c=XLe(c)|0,f|0){if(f=Kt(12)|0,B=(M5(d)|0)+4|0,s=n[B+4>>2]|0,l=f+4|0,n[l>>2]=n[B>>2],n[l+4>>2]=s,l=n[n[d>>2]>>2]|0,n[d>>2]=l,!l)s=f;else for(l=f;s=Kt(12)|0,Q=(M5(d)|0)+4|0,k=n[Q+4>>2]|0,B=s+4|0,n[B>>2]=n[Q>>2],n[B+4>>2]=k,n[l>>2]=s,B=n[n[d>>2]>>2]|0,n[d>>2]=B,B;)l=s;n[s>>2]=n[c>>2],n[c>>2]=f}C=m}function YLe(s,l,c){s=s|0,l=l|0,c=c|0,WLe(s,l,c)}function O5(s){return s=s|0,s+24|0}function WLe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+32|0,B=f+24|0,d=f+16|0,k=f+12|0,m=f,Ka(d),s=da(s)|0,n[k>>2]=n[l>>2],gR(m,c),n[B>>2]=n[k>>2],KLe(s,B,m),ef(m),Va(d),C=f}function KLe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=C,C=C+32|0,B=f+16|0,k=f+12|0,d=f,m=Sl(VLe()|0)|0,n[k>>2]=n[l>>2],n[B>>2]=n[k>>2],l=Fg(B)|0,n[d>>2]=n[c>>2],B=c+4|0,n[d+4>>2]=n[B>>2],k=c+8|0,n[d+8>>2]=n[k>>2],n[k>>2]=0,n[B>>2]=0,n[c>>2]=0,oo(0,m|0,s|0,l|0,mR(d)|0)|0,ef(d),C=f}function VLe(){var s=0;return o[7976]|0||(JLe(10720),s=7976,n[s>>2]=1,n[s+4>>2]=0),10720}function JLe(s){s=s|0,Pl(s,zLe()|0,2)}function zLe(){return 1732}function XLe(s){return s=s|0,n[s>>2]|0}function M5(s){return s=s|0,n[s>>2]|0}function ZLe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+32|0,m=f+16|0,d=f+8|0,B=f,Ka(d),s=da(s)|0,n[B>>2]=n[l>>2],c=n[c>>2]|0,n[m>>2]=n[B>>2],U5(s,m,c),Va(d),C=f}function U5(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+16|0,m=f+4|0,B=f,d=Sl($Le()|0)|0,n[B>>2]=n[l>>2],n[m>>2]=n[B>>2],l=Fg(m)|0,oo(0,d|0,s|0,l|0,S5(c)|0)|0,C=f}function $Le(){var s=0;return o[7984]|0||(eOe(10732),s=7984,n[s>>2]=1,n[s+4>>2]=0),10732}function eOe(s){s=s|0,Pl(s,tOe()|0,2)}function tOe(){return 1744}function rOe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;f=C,C=C+32|0,m=f+16|0,d=f+8|0,B=f,Ka(d),s=da(s)|0,n[B>>2]=n[l>>2],c=n[c>>2]|0,n[m>>2]=n[B>>2],U5(s,m,c),Va(d),C=f}function nOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+32|0,B=d+16|0,m=d+8|0,k=d,Ka(m),s=da(s)|0,n[k>>2]=n[l>>2],c=o[c>>0]|0,f=o[f>>0]|0,n[B>>2]=n[k>>2],iOe(s,B,c,f),Va(m),C=d}function iOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+16|0,B=d+4|0,k=d,m=Sl(sOe()|0)|0,n[k>>2]=n[l>>2],n[B>>2]=n[k>>2],l=Fg(B)|0,c=Km(c)|0,pc(0,m|0,s|0,l|0,c|0,Km(f)|0)|0,C=d}function sOe(){var s=0;return o[7992]|0||(aOe(10744),s=7992,n[s>>2]=1,n[s+4>>2]=0),10744}function Km(s){return s=s|0,oOe(s)|0}function oOe(s){return s=s|0,s&255|0}function aOe(s){s=s|0,Pl(s,lOe()|0,3)}function lOe(){return 1756}function cOe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;switch(se=C,C=C+32|0,k=se+8|0,Q=se+4|0,M=se+20|0,O=se,LF(s,0),f=oUe(l)|0,n[k>>2]=0,G=k+4|0,n[G>>2]=0,n[k+8>>2]=0,f<<24>>24){case 0:{o[M>>0]=0,uOe(Q,c,M),uD(s,Q)|0,qA(Q);break}case 8:{G=BR(l)|0,o[M>>0]=8,bc(O,n[G+4>>2]|0),AOe(Q,c,M,O,G+8|0),uD(s,Q)|0,qA(Q);break}case 9:{if(m=BR(l)|0,l=n[m+4>>2]|0,l|0)for(B=k+8|0,d=m+12|0;l=l+-1|0,bc(Q,n[d>>2]|0),f=n[G>>2]|0,f>>>0<(n[B>>2]|0)>>>0?(n[f>>2]=n[Q>>2],n[G>>2]=(n[G>>2]|0)+4):pR(k,Q),l;)d=d+4|0;o[M>>0]=9,bc(O,n[m+8>>2]|0),fOe(Q,c,M,O,k),uD(s,Q)|0,qA(Q);break}default:G=BR(l)|0,o[M>>0]=f,bc(O,n[G+4>>2]|0),pOe(Q,c,M,O),uD(s,Q)|0,qA(Q)}ef(k),C=se}function uOe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;f=C,C=C+16|0,d=f,Ka(d),l=da(l)|0,SOe(s,l,o[c>>0]|0),Va(d),C=f}function uD(s,l){s=s|0,l=l|0;var c=0;return c=n[s>>2]|0,c|0&&PA(c|0),n[s>>2]=n[l>>2],n[l>>2]=0,s|0}function AOe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0;m=C,C=C+32|0,k=m+16|0,B=m+8|0,Q=m,Ka(B),l=da(l)|0,c=o[c>>0]|0,n[Q>>2]=n[f>>2],d=n[d>>2]|0,n[k>>2]=n[Q>>2],IOe(s,l,c,k,d),Va(B),C=m}function fOe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,M=0;m=C,C=C+32|0,Q=m+24|0,B=m+16|0,M=m+12|0,k=m,Ka(B),l=da(l)|0,c=o[c>>0]|0,n[M>>2]=n[f>>2],gR(k,d),n[Q>>2]=n[M>>2],yOe(s,l,c,Q,k),ef(k),Va(B),C=m}function pOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+32|0,B=d+16|0,m=d+8|0,k=d,Ka(m),l=da(l)|0,c=o[c>>0]|0,n[k>>2]=n[f>>2],n[B>>2]=n[k>>2],hOe(s,l,c,B),Va(m),C=d}function hOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0,B=0,k=0;d=C,C=C+16|0,m=d+4|0,k=d,B=Sl(gOe()|0)|0,c=Km(c)|0,n[k>>2]=n[f>>2],n[m>>2]=n[k>>2],AD(s,oo(0,B|0,l|0,c|0,Fg(m)|0)|0),C=d}function gOe(){var s=0;return o[8e3]|0||(dOe(10756),s=8e3,n[s>>2]=1,n[s+4>>2]=0),10756}function AD(s,l){s=s|0,l=l|0,LF(s,l)}function dOe(s){s=s|0,Pl(s,mOe()|0,2)}function mOe(){return 1772}function yOe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,M=0;m=C,C=C+32|0,Q=m+16|0,M=m+12|0,B=m,k=Sl(EOe()|0)|0,c=Km(c)|0,n[M>>2]=n[f>>2],n[Q>>2]=n[M>>2],f=Fg(Q)|0,n[B>>2]=n[d>>2],Q=d+4|0,n[B+4>>2]=n[Q>>2],M=d+8|0,n[B+8>>2]=n[M>>2],n[M>>2]=0,n[Q>>2]=0,n[d>>2]=0,AD(s,pc(0,k|0,l|0,c|0,f|0,mR(B)|0)|0),ef(B),C=m}function EOe(){var s=0;return o[8008]|0||(COe(10768),s=8008,n[s>>2]=1,n[s+4>>2]=0),10768}function COe(s){s=s|0,Pl(s,wOe()|0,3)}function wOe(){return 1784}function IOe(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0;m=C,C=C+16|0,k=m+4|0,Q=m,B=Sl(BOe()|0)|0,c=Km(c)|0,n[Q>>2]=n[f>>2],n[k>>2]=n[Q>>2],f=Fg(k)|0,AD(s,pc(0,B|0,l|0,c|0,f|0,dR(d)|0)|0),C=m}function BOe(){var s=0;return o[8016]|0||(vOe(10780),s=8016,n[s>>2]=1,n[s+4>>2]=0),10780}function vOe(s){s=s|0,Pl(s,DOe()|0,3)}function DOe(){return 1800}function SOe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;f=Sl(POe()|0)|0,AD(s,Qn(0,f|0,l|0,Km(c)|0)|0)}function POe(){var s=0;return o[8024]|0||(bOe(10792),s=8024,n[s>>2]=1,n[s+4>>2]=0),10792}function bOe(s){s=s|0,Pl(s,xOe()|0,1)}function xOe(){return 1816}function kOe(){QOe(),FOe(),ROe()}function QOe(){n[2702]=p7(65536)|0}function FOe(){$Oe(10856)}function ROe(){TOe(10816)}function TOe(s){s=s|0,NOe(s,5044),LOe(s)|0}function NOe(s,l){s=s|0,l=l|0;var c=0;c=x5()|0,n[s>>2]=c,KOe(c,l),xp(n[s>>2]|0)}function LOe(s){s=s|0;var l=0;return l=n[s>>2]|0,kg(l,OOe()|0),s|0}function OOe(){var s=0;return o[8032]|0||(_5(10820),tr(64,10820,U|0)|0,s=8032,n[s>>2]=1,n[s+4>>2]=0),Tr(10820)|0||_5(10820),10820}function _5(s){s=s|0,_Oe(s),Qg(s,25)}function MOe(s){s=s|0,UOe(s+24|0)}function UOe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function _Oe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,5,18,l,qOe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function HOe(s,l){s=s|0,l=l|0,jOe(s,l)}function jOe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;c=C,C=C+16|0,f=c,d=c+4|0,bg(d,l),n[f>>2]=xg(d,l)|0,GOe(s,f),C=c}function GOe(s,l){s=s|0,l=l|0,H5(s+4|0,n[l>>2]|0),o[s+8>>0]=1}function H5(s,l){s=s|0,l=l|0,n[s>>2]=l}function qOe(){return 1824}function YOe(s){return s=s|0,WOe(s)|0}function WOe(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0;return c=C,C=C+16|0,d=c+4|0,B=c,f=Wa(8)|0,l=f,k=Kt(4)|0,bg(d,s),H5(k,xg(d,s)|0),m=l+4|0,n[m>>2]=k,s=Kt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],k5(s,m,d),n[f>>2]=s,C=c,l|0}function Wa(s){s=s|0;var l=0,c=0;return s=s+7&-8,s>>>0<=32768&&(l=n[2701]|0,s>>>0<=(65536-l|0)>>>0)?(c=(n[2702]|0)+l|0,n[2701]=l+s,s=c):(s=p7(s+8|0)|0,n[s>>2]=n[2703],n[2703]=s,s=s+8|0),s|0}function KOe(s,l){s=s|0,l=l|0,n[s>>2]=VOe()|0,n[s+4>>2]=JOe()|0,n[s+12>>2]=l,n[s+8>>2]=zOe()|0,n[s+32>>2]=9}function VOe(){return 11744}function JOe(){return 1832}function zOe(){return lD()|0}function XOe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(bp(f,896)|0)==512?c|0&&(ZOe(c),gt(c)):l|0&>(l)}function ZOe(s){s=s|0,s=n[s+4>>2]|0,s|0&&kp(s)}function $Oe(s){s=s|0,eMe(s,5052),tMe(s)|0,rMe(s,5058,26)|0,nMe(s,5069,1)|0,iMe(s,5077,10)|0,sMe(s,5087,19)|0,oMe(s,5094,27)|0}function eMe(s,l){s=s|0,l=l|0;var c=0;c=Z4e()|0,n[s>>2]=c,$4e(c,l),xp(n[s>>2]|0)}function tMe(s){s=s|0;var l=0;return l=n[s>>2]|0,kg(l,M4e()|0),s|0}function rMe(s,l,c){return s=s|0,l=l|0,c=c|0,C4e(s,pn(l)|0,c,0),s|0}function nMe(s,l,c){return s=s|0,l=l|0,c=c|0,s4e(s,pn(l)|0,c,0),s|0}function iMe(s,l,c){return s=s|0,l=l|0,c=c|0,OMe(s,pn(l)|0,c,0),s|0}function sMe(s,l,c){return s=s|0,l=l|0,c=c|0,IMe(s,pn(l)|0,c,0),s|0}function j5(s,l){s=s|0,l=l|0;var c=0,f=0;e:for(;;){for(c=n[2703]|0;;){if((c|0)==(l|0))break e;if(f=n[c>>2]|0,n[2703]=f,!c)c=f;else break}gt(c)}n[2701]=s}function oMe(s,l,c){return s=s|0,l=l|0,c=c|0,aMe(s,pn(l)|0,c,0),s|0}function aMe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=yR()|0,s=lMe(c)|0,hn(m,l,d,s,cMe(c,f)|0,f)}function yR(){var s=0,l=0;if(o[8040]|0||(q5(10860),tr(65,10860,U|0)|0,l=8040,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10860)|0)){s=10860,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));q5(10860)}return 10860}function lMe(s){return s=s|0,s|0}function cMe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=yR()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(G5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(uMe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function G5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function uMe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=AMe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,fMe(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,G5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,pMe(s,d),hMe(d),C=k;return}}function AMe(s){return s=s|0,536870911}function fMe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function pMe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function hMe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function q5(s){s=s|0,mMe(s)}function gMe(s){s=s|0,dMe(s+24|0)}function dMe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function mMe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,11,l,yMe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function yMe(){return 1840}function EMe(s,l,c){s=s|0,l=l|0,c=c|0,wMe(n[(CMe(s)|0)>>2]|0,l,c)}function CMe(s){return s=s|0,(n[(yR()|0)+24>>2]|0)+(s<<3)|0}function wMe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;f=C,C=C+16|0,m=f+1|0,d=f,bg(m,l),l=xg(m,l)|0,bg(d,c),c=xg(d,c)|0,rf[s&31](l,c),C=f}function IMe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=ER()|0,s=BMe(c)|0,hn(m,l,d,s,vMe(c,f)|0,f)}function ER(){var s=0,l=0;if(o[8048]|0||(W5(10896),tr(66,10896,U|0)|0,l=8048,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10896)|0)){s=10896,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));W5(10896)}return 10896}function BMe(s){return s=s|0,s|0}function vMe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=ER()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(Y5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(DMe(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function Y5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function DMe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=SMe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,PMe(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,Y5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,bMe(s,d),xMe(d),C=k;return}}function SMe(s){return s=s|0,536870911}function PMe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function bMe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function xMe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function W5(s){s=s|0,FMe(s)}function kMe(s){s=s|0,QMe(s+24|0)}function QMe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function FMe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,11,l,RMe()|0,1),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function RMe(){return 1852}function TMe(s,l){return s=s|0,l=l|0,LMe(n[(NMe(s)|0)>>2]|0,l)|0}function NMe(s){return s=s|0,(n[(ER()|0)+24>>2]|0)+(s<<3)|0}function LMe(s,l){s=s|0,l=l|0;var c=0,f=0;return c=C,C=C+16|0,f=c,bg(f,l),l=xg(f,l)|0,l=oD(Lg[s&31](l)|0)|0,C=c,l|0}function OMe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=CR()|0,s=MMe(c)|0,hn(m,l,d,s,UMe(c,f)|0,f)}function CR(){var s=0,l=0;if(o[8056]|0||(V5(10932),tr(67,10932,U|0)|0,l=8056,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10932)|0)){s=10932,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));V5(10932)}return 10932}function MMe(s){return s=s|0,s|0}function UMe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=CR()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(K5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(_Me(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function K5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function _Me(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=HMe(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,jMe(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,K5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,GMe(s,d),qMe(d),C=k;return}}function HMe(s){return s=s|0,536870911}function jMe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function GMe(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function qMe(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function V5(s){s=s|0,KMe(s)}function YMe(s){s=s|0,WMe(s+24|0)}function WMe(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function KMe(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,7,l,VMe()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function VMe(){return 1860}function JMe(s,l,c){return s=s|0,l=l|0,c=c|0,XMe(n[(zMe(s)|0)>>2]|0,l,c)|0}function zMe(s){return s=s|0,(n[(CR()|0)+24>>2]|0)+(s<<3)|0}function XMe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0;return f=C,C=C+32|0,B=f+12|0,m=f+8|0,k=f,Q=f+16|0,d=f+4|0,ZMe(Q,l),$Me(k,Q,l),Dp(d,c),c=Sp(d,c)|0,n[B>>2]=n[k>>2],Hw[s&15](m,B,c),c=e4e(m)|0,qA(m),Pp(d),C=f,c|0}function ZMe(s,l){s=s|0,l=l|0}function $Me(s,l,c){s=s|0,l=l|0,c=c|0,t4e(s,c)}function e4e(s){return s=s|0,da(s)|0}function t4e(s,l){s=s|0,l=l|0;var c=0,f=0,d=0;d=C,C=C+16|0,c=d,f=l,f&1?(r4e(c,0),ii(f|0,c|0)|0,n4e(s,c),i4e(c)):n[s>>2]=n[l>>2],C=d}function r4e(s,l){s=s|0,l=l|0,Xq(s,l),n[s+4>>2]=0,o[s+8>>0]=0}function n4e(s,l){s=s|0,l=l|0,n[s>>2]=n[l+4>>2]}function i4e(s){s=s|0,o[s+8>>0]=0}function s4e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=wR()|0,s=o4e(c)|0,hn(m,l,d,s,a4e(c,f)|0,f)}function wR(){var s=0,l=0;if(o[8064]|0||(z5(10968),tr(68,10968,U|0)|0,l=8064,n[l>>2]=1,n[l+4>>2]=0),!(Tr(10968)|0)){s=10968,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));z5(10968)}return 10968}function o4e(s){return s=s|0,s|0}function a4e(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=wR()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(J5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(l4e(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function J5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function l4e(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=c4e(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,u4e(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,J5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,A4e(s,d),f4e(d),C=k;return}}function c4e(s){return s=s|0,536870911}function u4e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function A4e(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function f4e(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function z5(s){s=s|0,g4e(s)}function p4e(s){s=s|0,h4e(s+24|0)}function h4e(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function g4e(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,1,l,d4e()|0,5),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function d4e(){return 1872}function m4e(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,E4e(n[(y4e(s)|0)>>2]|0,l,c,f,d,m)}function y4e(s){return s=s|0,(n[(wR()|0)+24>>2]|0)+(s<<3)|0}function E4e(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0,Q=0,M=0,O=0,G=0;B=C,C=C+32|0,k=B+16|0,Q=B+12|0,M=B+8|0,O=B+4|0,G=B,Dp(k,l),l=Sp(k,l)|0,Dp(Q,c),c=Sp(Q,c)|0,Dp(M,f),f=Sp(M,f)|0,Dp(O,d),d=Sp(O,d)|0,Dp(G,m),m=Sp(G,m)|0,y7[s&1](l,c,f,d,m),Pp(G),Pp(O),Pp(M),Pp(Q),Pp(k),C=B}function C4e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;m=n[s>>2]|0,d=IR()|0,s=w4e(c)|0,hn(m,l,d,s,I4e(c,f)|0,f)}function IR(){var s=0,l=0;if(o[8072]|0||(Z5(11004),tr(69,11004,U|0)|0,l=8072,n[l>>2]=1,n[l+4>>2]=0),!(Tr(11004)|0)){s=11004,l=s+36|0;do n[s>>2]=0,s=s+4|0;while((s|0)<(l|0));Z5(11004)}return 11004}function w4e(s){return s=s|0,s|0}function I4e(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0,k=0,Q=0;return k=C,C=C+16|0,d=k,m=k+4|0,n[d>>2]=s,Q=IR()|0,B=Q+24|0,l=gr(l,4)|0,n[m>>2]=l,c=Q+28|0,f=n[c>>2]|0,f>>>0<(n[Q+32>>2]|0)>>>0?(X5(f,s,l),l=(n[c>>2]|0)+8|0,n[c>>2]=l):(B4e(B,d,m),l=n[c>>2]|0),C=k,(l-(n[B>>2]|0)>>3)+-1|0}function X5(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,n[s+4>>2]=c}function B4e(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0;if(k=C,C=C+32|0,d=k,m=s+4|0,B=((n[m>>2]|0)-(n[s>>2]|0)>>3)+1|0,f=v4e(s)|0,f>>>0>>0)zr(s);else{Q=n[s>>2]|0,O=(n[s+8>>2]|0)-Q|0,M=O>>2,D4e(d,O>>3>>>0>>1>>>0?M>>>0>>0?B:M:f,(n[m>>2]|0)-Q>>3,s+8|0),B=d+8|0,X5(n[B>>2]|0,n[l>>2]|0,n[c>>2]|0),n[B>>2]=(n[B>>2]|0)+8,S4e(s,d),P4e(d),C=k;return}}function v4e(s){return s=s|0,536870911}function D4e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0;n[s+12>>2]=0,n[s+16>>2]=f;do if(l)if(l>>>0>536870911)Rt();else{d=Kt(l<<3)|0;break}else d=0;while(0);n[s>>2]=d,f=d+(c<<3)|0,n[s+8>>2]=f,n[s+4>>2]=f,n[s+12>>2]=d+(l<<3)}function S4e(s,l){s=s|0,l=l|0;var c=0,f=0,d=0,m=0,B=0;f=n[s>>2]|0,B=s+4|0,m=l+4|0,d=(n[B>>2]|0)-f|0,c=(n[m>>2]|0)+(0-(d>>3)<<3)|0,n[m>>2]=c,(d|0)>0?(Dr(c|0,f|0,d|0)|0,f=m,c=n[m>>2]|0):f=m,m=n[s>>2]|0,n[s>>2]=c,n[f>>2]=m,m=l+8|0,d=n[B>>2]|0,n[B>>2]=n[m>>2],n[m>>2]=d,m=s+8|0,B=l+12|0,s=n[m>>2]|0,n[m>>2]=n[B>>2],n[B>>2]=s,n[l>>2]=n[f>>2]}function P4e(s){s=s|0;var l=0,c=0,f=0;l=n[s+4>>2]|0,c=s+8|0,f=n[c>>2]|0,(f|0)!=(l|0)&&(n[c>>2]=f+(~((f+-8-l|0)>>>3)<<3)),s=n[s>>2]|0,s|0&>(s)}function Z5(s){s=s|0,k4e(s)}function b4e(s){s=s|0,x4e(s+24|0)}function x4e(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function k4e(s){s=s|0;var l=0;l=Kr()|0,Vr(s,1,12,l,Q4e()|0,2),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function Q4e(){return 1896}function F4e(s,l,c){s=s|0,l=l|0,c=c|0,T4e(n[(R4e(s)|0)>>2]|0,l,c)}function R4e(s){return s=s|0,(n[(IR()|0)+24>>2]|0)+(s<<3)|0}function T4e(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;f=C,C=C+16|0,m=f+4|0,d=f,N4e(m,l),l=L4e(m,l)|0,Dp(d,c),c=Sp(d,c)|0,rf[s&31](l,c),Pp(d),C=f}function N4e(s,l){s=s|0,l=l|0}function L4e(s,l){return s=s|0,l=l|0,O4e(l)|0}function O4e(s){return s=s|0,s|0}function M4e(){var s=0;return o[8080]|0||($5(11040),tr(70,11040,U|0)|0,s=8080,n[s>>2]=1,n[s+4>>2]=0),Tr(11040)|0||$5(11040),11040}function $5(s){s=s|0,H4e(s),Qg(s,71)}function U4e(s){s=s|0,_4e(s+24|0)}function _4e(s){s=s|0;var l=0,c=0,f=0;c=n[s>>2]|0,f=c,c|0&&(s=s+4|0,l=n[s>>2]|0,(l|0)!=(c|0)&&(n[s>>2]=l+(~((l+-8-f|0)>>>3)<<3)),gt(c))}function H4e(s){s=s|0;var l=0;l=Kr()|0,Vr(s,5,7,l,Y4e()|0,0),n[s+24>>2]=0,n[s+28>>2]=0,n[s+32>>2]=0}function j4e(s){s=s|0,G4e(s)}function G4e(s){s=s|0,q4e(s)}function q4e(s){s=s|0,o[s+8>>0]=1}function Y4e(){return 1936}function W4e(){return K4e()|0}function K4e(){var s=0,l=0,c=0,f=0,d=0,m=0,B=0;return l=C,C=C+16|0,d=l+4|0,B=l,c=Wa(8)|0,s=c,m=s+4|0,n[m>>2]=Kt(1)|0,f=Kt(8)|0,m=n[m>>2]|0,n[B>>2]=0,n[d>>2]=n[B>>2],V4e(f,m,d),n[c>>2]=f,C=l,s|0}function V4e(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]=l,c=Kt(16)|0,n[c+4>>2]=0,n[c+8>>2]=0,n[c>>2]=1916,n[c+12>>2]=l,n[s+4>>2]=c}function J4e(s){s=s|0,zm(s),gt(s)}function z4e(s){s=s|0,s=n[s+12>>2]|0,s|0&>(s)}function X4e(s){s=s|0,gt(s)}function Z4e(){var s=0;return o[8088]|0||(sUe(11076),tr(25,11076,U|0)|0,s=8088,n[s>>2]=1,n[s+4>>2]=0),11076}function $4e(s,l){s=s|0,l=l|0,n[s>>2]=eUe()|0,n[s+4>>2]=tUe()|0,n[s+12>>2]=l,n[s+8>>2]=rUe()|0,n[s+32>>2]=10}function eUe(){return 11745}function tUe(){return 1940}function rUe(){return aD()|0}function nUe(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,(bp(f,896)|0)==512?c|0&&(iUe(c),gt(c)):l|0&>(l)}function iUe(s){s=s|0,s=n[s+4>>2]|0,s|0&&kp(s)}function sUe(s){s=s|0,vp(s)}function bc(s,l){s=s|0,l=l|0,n[s>>2]=l}function BR(s){return s=s|0,n[s>>2]|0}function oUe(s){return s=s|0,o[n[s>>2]>>0]|0}function aUe(s,l){s=s|0,l=l|0;var c=0,f=0;c=C,C=C+16|0,f=c,n[f>>2]=n[s>>2],lUe(l,f)|0,C=c}function lUe(s,l){s=s|0,l=l|0;var c=0;return c=cUe(n[s>>2]|0,l)|0,l=s+4|0,n[(n[l>>2]|0)+8>>2]=c,n[(n[l>>2]|0)+8>>2]|0}function cUe(s,l){s=s|0,l=l|0;var c=0,f=0;return c=C,C=C+16|0,f=c,Ka(f),s=da(s)|0,l=uUe(s,n[l>>2]|0)|0,Va(f),C=c,l|0}function Ka(s){s=s|0,n[s>>2]=n[2701],n[s+4>>2]=n[2703]}function uUe(s,l){s=s|0,l=l|0;var c=0;return c=Sl(AUe()|0)|0,Qn(0,c|0,s|0,dR(l)|0)|0}function Va(s){s=s|0,j5(n[s>>2]|0,n[s+4>>2]|0)}function AUe(){var s=0;return o[8096]|0||(fUe(11120),s=8096,n[s>>2]=1,n[s+4>>2]=0),11120}function fUe(s){s=s|0,Pl(s,pUe()|0,1)}function pUe(){return 1948}function hUe(){gUe()}function gUe(){var s=0,l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0,Me=0,Qe=0;if(Me=C,C=C+16|0,O=Me+4|0,G=Me,Ni(65536,10804,n[2702]|0,10812),c=B5()|0,l=n[c>>2]|0,s=n[l>>2]|0,s|0)for(f=n[c+8>>2]|0,c=n[c+4>>2]|0;uc(s|0,u[c>>0]|0|0,o[f>>0]|0),l=l+4|0,s=n[l>>2]|0,s;)f=f+1|0,c=c+1|0;if(s=v5()|0,l=n[s>>2]|0,l|0)do uu(l|0,n[s+4>>2]|0),s=s+8|0,l=n[s>>2]|0;while((l|0)!=0);uu(dUe()|0,5167),M=Ym()|0,s=n[M>>2]|0;e:do if(s|0){do mUe(n[s+4>>2]|0),s=n[s>>2]|0;while((s|0)!=0);if(s=n[M>>2]|0,s|0){Q=M;do{for(;d=s,s=n[s>>2]|0,d=n[d+4>>2]|0,!!(yUe(d)|0);)if(n[G>>2]=Q,n[O>>2]=n[G>>2],EUe(M,O)|0,!s)break e;if(CUe(d),Q=n[Q>>2]|0,l=e7(d)|0,m=Hi()|0,B=C,C=C+((1*(l<<2)|0)+15&-16)|0,k=C,C=C+((1*(l<<2)|0)+15&-16)|0,l=n[(L5(d)|0)>>2]|0,l|0)for(c=B,f=k;n[c>>2]=n[(Wm(n[l+4>>2]|0)|0)>>2],n[f>>2]=n[l+8>>2],l=n[l>>2]|0,l;)c=c+4|0,f=f+4|0;Qe=Wm(d)|0,l=wUe(d)|0,c=e7(d)|0,f=IUe(d)|0,Au(Qe|0,l|0,B|0,k|0,c|0,f|0,uR(d)|0),_i(m|0)}while((s|0)!=0)}}while(0);if(s=n[(AR()|0)>>2]|0,s|0)do Qe=s+4|0,M=fR(Qe)|0,d=Ow(M)|0,m=Nw(M)|0,B=(Lw(M)|0)+1|0,k=fD(M)|0,Q=t7(Qe)|0,M=Tr(M)|0,O=cD(Qe)|0,G=vR(Qe)|0,El(0,d|0,m|0,B|0,k|0,Q|0,M|0,O|0,G|0,DR(Qe)|0),s=n[s>>2]|0;while((s|0)!=0);s=n[(Ym()|0)>>2]|0;e:do if(s|0){t:for(;;){if(l=n[s+4>>2]|0,l|0&&(se=n[(Wm(l)|0)>>2]|0,qe=n[(O5(l)|0)>>2]|0,qe|0)){c=qe;do{l=c+4|0,f=fR(l)|0;r:do if(f|0)switch(Tr(f)|0){case 0:break t;case 4:case 3:case 2:{k=Ow(f)|0,Q=Nw(f)|0,M=(Lw(f)|0)+1|0,O=fD(f)|0,G=Tr(f)|0,Qe=cD(l)|0,El(se|0,k|0,Q|0,M|0,O|0,0,G|0,Qe|0,vR(l)|0,DR(l)|0);break r}case 1:{B=Ow(f)|0,k=Nw(f)|0,Q=(Lw(f)|0)+1|0,M=fD(f)|0,O=t7(l)|0,G=Tr(f)|0,Qe=cD(l)|0,El(se|0,B|0,k|0,Q|0,M|0,O|0,G|0,Qe|0,vR(l)|0,DR(l)|0);break r}case 5:{M=Ow(f)|0,O=Nw(f)|0,G=(Lw(f)|0)+1|0,Qe=fD(f)|0,El(se|0,M|0,O|0,G|0,Qe|0,BUe(f)|0,Tr(f)|0,0,0,0);break r}default:break r}while(0);c=n[c>>2]|0}while((c|0)!=0)}if(s=n[s>>2]|0,!s)break e}Rt()}while(0);Ce(),C=Me}function dUe(){return 11703}function mUe(s){s=s|0,o[s+40>>0]=0}function yUe(s){return s=s|0,(o[s+40>>0]|0)!=0|0}function EUe(s,l){return s=s|0,l=l|0,l=vUe(l)|0,s=n[l>>2]|0,n[l>>2]=n[s>>2],gt(s),n[l>>2]|0}function CUe(s){s=s|0,o[s+40>>0]=1}function e7(s){return s=s|0,n[s+20>>2]|0}function wUe(s){return s=s|0,n[s+8>>2]|0}function IUe(s){return s=s|0,n[s+32>>2]|0}function fD(s){return s=s|0,n[s+4>>2]|0}function t7(s){return s=s|0,n[s+4>>2]|0}function vR(s){return s=s|0,n[s+8>>2]|0}function DR(s){return s=s|0,n[s+16>>2]|0}function BUe(s){return s=s|0,n[s+20>>2]|0}function vUe(s){return s=s|0,n[s>>2]|0}function pD(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0,Me=0,Qe=0,et=0,Xe=0,lt=0,Ue=0,Ge=0,Lt=0;Lt=C,C=C+16|0,se=Lt;do if(s>>>0<245){if(M=s>>>0<11?16:s+11&-8,s=M>>>3,G=n[2783]|0,c=G>>>s,c&3|0)return l=(c&1^1)+s|0,s=11172+(l<<1<<2)|0,c=s+8|0,f=n[c>>2]|0,d=f+8|0,m=n[d>>2]|0,(s|0)==(m|0)?n[2783]=G&~(1<>2]=s,n[c>>2]=m),Ge=l<<3,n[f+4>>2]=Ge|3,Ge=f+Ge+4|0,n[Ge>>2]=n[Ge>>2]|1,Ge=d,C=Lt,Ge|0;if(O=n[2785]|0,M>>>0>O>>>0){if(c|0)return l=2<>>12&16,l=l>>>B,c=l>>>5&8,l=l>>>c,d=l>>>2&4,l=l>>>d,s=l>>>1&2,l=l>>>s,f=l>>>1&1,f=(c|B|d|s|f)+(l>>>f)|0,l=11172+(f<<1<<2)|0,s=l+8|0,d=n[s>>2]|0,B=d+8|0,c=n[B>>2]|0,(l|0)==(c|0)?(s=G&~(1<>2]=l,n[s>>2]=c,s=G),m=(f<<3)-M|0,n[d+4>>2]=M|3,f=d+M|0,n[f+4>>2]=m|1,n[f+m>>2]=m,O|0&&(d=n[2788]|0,l=O>>>3,c=11172+(l<<1<<2)|0,l=1<>2]|0):(n[2783]=s|l,l=c,s=c+8|0),n[s>>2]=d,n[l+12>>2]=d,n[d+8>>2]=l,n[d+12>>2]=c),n[2785]=m,n[2788]=f,Ge=B,C=Lt,Ge|0;if(k=n[2784]|0,k){if(c=(k&0-k)+-1|0,B=c>>>12&16,c=c>>>B,m=c>>>5&8,c=c>>>m,Q=c>>>2&4,c=c>>>Q,f=c>>>1&2,c=c>>>f,s=c>>>1&1,s=n[11436+((m|B|Q|f|s)+(c>>>s)<<2)>>2]|0,c=(n[s+4>>2]&-8)-M|0,f=n[s+16+(((n[s+16>>2]|0)==0&1)<<2)>>2]|0,!f)Q=s,m=c;else{do B=(n[f+4>>2]&-8)-M|0,Q=B>>>0>>0,c=Q?B:c,s=Q?f:s,f=n[f+16+(((n[f+16>>2]|0)==0&1)<<2)>>2]|0;while((f|0)!=0);Q=s,m=c}if(B=Q+M|0,Q>>>0>>0){d=n[Q+24>>2]|0,l=n[Q+12>>2]|0;do if((l|0)==(Q|0)){if(s=Q+20|0,l=n[s>>2]|0,!l&&(s=Q+16|0,l=n[s>>2]|0,!l)){c=0;break}for(;;){if(c=l+20|0,f=n[c>>2]|0,f|0){l=f,s=c;continue}if(c=l+16|0,f=n[c>>2]|0,f)l=f,s=c;else break}n[s>>2]=0,c=l}else c=n[Q+8>>2]|0,n[c+12>>2]=l,n[l+8>>2]=c,c=l;while(0);do if(d|0){if(l=n[Q+28>>2]|0,s=11436+(l<<2)|0,(Q|0)==(n[s>>2]|0)){if(n[s>>2]=c,!c){n[2784]=k&~(1<>2]|0)!=(Q|0)&1)<<2)>>2]=c,!c)break;n[c+24>>2]=d,l=n[Q+16>>2]|0,l|0&&(n[c+16>>2]=l,n[l+24>>2]=c),l=n[Q+20>>2]|0,l|0&&(n[c+20>>2]=l,n[l+24>>2]=c)}while(0);return m>>>0<16?(Ge=m+M|0,n[Q+4>>2]=Ge|3,Ge=Q+Ge+4|0,n[Ge>>2]=n[Ge>>2]|1):(n[Q+4>>2]=M|3,n[B+4>>2]=m|1,n[B+m>>2]=m,O|0&&(f=n[2788]|0,l=O>>>3,c=11172+(l<<1<<2)|0,l=1<>2]|0):(n[2783]=G|l,l=c,s=c+8|0),n[s>>2]=f,n[l+12>>2]=f,n[f+8>>2]=l,n[f+12>>2]=c),n[2785]=m,n[2788]=B),Ge=Q+8|0,C=Lt,Ge|0}else G=M}else G=M}else G=M}else if(s>>>0<=4294967231)if(s=s+11|0,M=s&-8,Q=n[2784]|0,Q){f=0-M|0,s=s>>>8,s?M>>>0>16777215?k=31:(G=(s+1048320|0)>>>16&8,Ue=s<>>16&4,Ue=Ue<>>16&2,k=14-(O|G|k)+(Ue<>>15)|0,k=M>>>(k+7|0)&1|k<<1):k=0,c=n[11436+(k<<2)>>2]|0;e:do if(!c)c=0,s=0,Ue=57;else for(s=0,B=M<<((k|0)==31?0:25-(k>>>1)|0),m=0;;){if(d=(n[c+4>>2]&-8)-M|0,d>>>0>>0)if(d)s=c,f=d;else{s=c,f=0,d=c,Ue=61;break e}if(d=n[c+20>>2]|0,c=n[c+16+(B>>>31<<2)>>2]|0,m=(d|0)==0|(d|0)==(c|0)?m:d,d=(c|0)==0,d){c=m,Ue=57;break}else B=B<<((d^1)&1)}while(0);if((Ue|0)==57){if((c|0)==0&(s|0)==0){if(s=2<>>12&16,G=G>>>B,m=G>>>5&8,G=G>>>m,k=G>>>2&4,G=G>>>k,O=G>>>1&2,G=G>>>O,c=G>>>1&1,s=0,c=n[11436+((m|B|k|O|c)+(G>>>c)<<2)>>2]|0}c?(d=c,Ue=61):(k=s,B=f)}if((Ue|0)==61)for(;;)if(Ue=0,c=(n[d+4>>2]&-8)-M|0,G=c>>>0>>0,c=G?c:f,s=G?d:s,d=n[d+16+(((n[d+16>>2]|0)==0&1)<<2)>>2]|0,d)f=c,Ue=61;else{k=s,B=c;break}if((k|0)!=0&&B>>>0<((n[2785]|0)-M|0)>>>0){if(m=k+M|0,k>>>0>=m>>>0)return Ge=0,C=Lt,Ge|0;d=n[k+24>>2]|0,l=n[k+12>>2]|0;do if((l|0)==(k|0)){if(s=k+20|0,l=n[s>>2]|0,!l&&(s=k+16|0,l=n[s>>2]|0,!l)){l=0;break}for(;;){if(c=l+20|0,f=n[c>>2]|0,f|0){l=f,s=c;continue}if(c=l+16|0,f=n[c>>2]|0,f)l=f,s=c;else break}n[s>>2]=0}else Ge=n[k+8>>2]|0,n[Ge+12>>2]=l,n[l+8>>2]=Ge;while(0);do if(d){if(s=n[k+28>>2]|0,c=11436+(s<<2)|0,(k|0)==(n[c>>2]|0)){if(n[c>>2]=l,!l){f=Q&~(1<>2]|0)!=(k|0)&1)<<2)>>2]=l,!l){f=Q;break}n[l+24>>2]=d,s=n[k+16>>2]|0,s|0&&(n[l+16>>2]=s,n[s+24>>2]=l),s=n[k+20>>2]|0,s&&(n[l+20>>2]=s,n[s+24>>2]=l),f=Q}else f=Q;while(0);do if(B>>>0>=16){if(n[k+4>>2]=M|3,n[m+4>>2]=B|1,n[m+B>>2]=B,l=B>>>3,B>>>0<256){c=11172+(l<<1<<2)|0,s=n[2783]|0,l=1<>2]|0):(n[2783]=s|l,l=c,s=c+8|0),n[s>>2]=m,n[l+12>>2]=m,n[m+8>>2]=l,n[m+12>>2]=c;break}if(l=B>>>8,l?B>>>0>16777215?l=31:(Ue=(l+1048320|0)>>>16&8,Ge=l<>>16&4,Ge=Ge<>>16&2,l=14-(lt|Ue|l)+(Ge<>>15)|0,l=B>>>(l+7|0)&1|l<<1):l=0,c=11436+(l<<2)|0,n[m+28>>2]=l,s=m+16|0,n[s+4>>2]=0,n[s>>2]=0,s=1<>2]=m,n[m+24>>2]=c,n[m+12>>2]=m,n[m+8>>2]=m;break}for(s=B<<((l|0)==31?0:25-(l>>>1)|0),c=n[c>>2]|0;;){if((n[c+4>>2]&-8|0)==(B|0)){Ue=97;break}if(f=c+16+(s>>>31<<2)|0,l=n[f>>2]|0,l)s=s<<1,c=l;else{Ue=96;break}}if((Ue|0)==96){n[f>>2]=m,n[m+24>>2]=c,n[m+12>>2]=m,n[m+8>>2]=m;break}else if((Ue|0)==97){Ue=c+8|0,Ge=n[Ue>>2]|0,n[Ge+12>>2]=m,n[Ue>>2]=m,n[m+8>>2]=Ge,n[m+12>>2]=c,n[m+24>>2]=0;break}}else Ge=B+M|0,n[k+4>>2]=Ge|3,Ge=k+Ge+4|0,n[Ge>>2]=n[Ge>>2]|1;while(0);return Ge=k+8|0,C=Lt,Ge|0}else G=M}else G=M;else G=-1;while(0);if(c=n[2785]|0,c>>>0>=G>>>0)return l=c-G|0,s=n[2788]|0,l>>>0>15?(Ge=s+G|0,n[2788]=Ge,n[2785]=l,n[Ge+4>>2]=l|1,n[Ge+l>>2]=l,n[s+4>>2]=G|3):(n[2785]=0,n[2788]=0,n[s+4>>2]=c|3,Ge=s+c+4|0,n[Ge>>2]=n[Ge>>2]|1),Ge=s+8|0,C=Lt,Ge|0;if(B=n[2786]|0,B>>>0>G>>>0)return lt=B-G|0,n[2786]=lt,Ge=n[2789]|0,Ue=Ge+G|0,n[2789]=Ue,n[Ue+4>>2]=lt|1,n[Ge+4>>2]=G|3,Ge=Ge+8|0,C=Lt,Ge|0;if(n[2901]|0?s=n[2903]|0:(n[2903]=4096,n[2902]=4096,n[2904]=-1,n[2905]=-1,n[2906]=0,n[2894]=0,s=se&-16^1431655768,n[se>>2]=s,n[2901]=s,s=4096),k=G+48|0,Q=G+47|0,m=s+Q|0,d=0-s|0,M=m&d,M>>>0<=G>>>0||(s=n[2893]|0,s|0&&(O=n[2891]|0,se=O+M|0,se>>>0<=O>>>0|se>>>0>s>>>0)))return Ge=0,C=Lt,Ge|0;e:do if(n[2894]&4)l=0,Ue=133;else{c=n[2789]|0;t:do if(c){for(f=11580;s=n[f>>2]|0,!(s>>>0<=c>>>0&&(Qe=f+4|0,(s+(n[Qe>>2]|0)|0)>>>0>c>>>0));)if(s=n[f+8>>2]|0,s)f=s;else{Ue=118;break t}if(l=m-B&d,l>>>0<2147483647)if(s=Qp(l|0)|0,(s|0)==((n[f>>2]|0)+(n[Qe>>2]|0)|0)){if((s|0)!=-1){B=l,m=s,Ue=135;break e}}else f=s,Ue=126;else l=0}else Ue=118;while(0);do if((Ue|0)==118)if(c=Qp(0)|0,(c|0)!=-1&&(l=c,qe=n[2902]|0,Me=qe+-1|0,l=((Me&l|0)==0?0:(Me+l&0-qe)-l|0)+M|0,qe=n[2891]|0,Me=l+qe|0,l>>>0>G>>>0&l>>>0<2147483647)){if(Qe=n[2893]|0,Qe|0&&Me>>>0<=qe>>>0|Me>>>0>Qe>>>0){l=0;break}if(s=Qp(l|0)|0,(s|0)==(c|0)){B=l,m=c,Ue=135;break e}else f=s,Ue=126}else l=0;while(0);do if((Ue|0)==126){if(c=0-l|0,!(k>>>0>l>>>0&(l>>>0<2147483647&(f|0)!=-1)))if((f|0)==-1){l=0;break}else{B=l,m=f,Ue=135;break e}if(s=n[2903]|0,s=Q-l+s&0-s,s>>>0>=2147483647){B=l,m=f,Ue=135;break e}if((Qp(s|0)|0)==-1){Qp(c|0)|0,l=0;break}else{B=s+l|0,m=f,Ue=135;break e}}while(0);n[2894]=n[2894]|4,Ue=133}while(0);if((Ue|0)==133&&M>>>0<2147483647&&(lt=Qp(M|0)|0,Qe=Qp(0)|0,et=Qe-lt|0,Xe=et>>>0>(G+40|0)>>>0,!((lt|0)==-1|Xe^1|lt>>>0>>0&((lt|0)!=-1&(Qe|0)!=-1)^1))&&(B=Xe?et:l,m=lt,Ue=135),(Ue|0)==135){l=(n[2891]|0)+B|0,n[2891]=l,l>>>0>(n[2892]|0)>>>0&&(n[2892]=l),Q=n[2789]|0;do if(Q){for(l=11580;;){if(s=n[l>>2]|0,c=l+4|0,f=n[c>>2]|0,(m|0)==(s+f|0)){Ue=145;break}if(d=n[l+8>>2]|0,d)l=d;else break}if((Ue|0)==145&&(n[l+12>>2]&8|0)==0&&Q>>>0>>0&Q>>>0>=s>>>0){n[c>>2]=f+B,Ge=Q+8|0,Ge=(Ge&7|0)==0?0:0-Ge&7,Ue=Q+Ge|0,Ge=(n[2786]|0)+(B-Ge)|0,n[2789]=Ue,n[2786]=Ge,n[Ue+4>>2]=Ge|1,n[Ue+Ge+4>>2]=40,n[2790]=n[2905];break}for(m>>>0<(n[2787]|0)>>>0&&(n[2787]=m),c=m+B|0,l=11580;;){if((n[l>>2]|0)==(c|0)){Ue=153;break}if(s=n[l+8>>2]|0,s)l=s;else break}if((Ue|0)==153&&(n[l+12>>2]&8|0)==0){n[l>>2]=m,O=l+4|0,n[O>>2]=(n[O>>2]|0)+B,O=m+8|0,O=m+((O&7|0)==0?0:0-O&7)|0,l=c+8|0,l=c+((l&7|0)==0?0:0-l&7)|0,M=O+G|0,k=l-O-G|0,n[O+4>>2]=G|3;do if((l|0)!=(Q|0)){if((l|0)==(n[2788]|0)){Ge=(n[2785]|0)+k|0,n[2785]=Ge,n[2788]=M,n[M+4>>2]=Ge|1,n[M+Ge>>2]=Ge;break}if(s=n[l+4>>2]|0,(s&3|0)==1){B=s&-8,f=s>>>3;e:do if(s>>>0<256)if(s=n[l+8>>2]|0,c=n[l+12>>2]|0,(c|0)==(s|0)){n[2783]=n[2783]&~(1<>2]=c,n[c+8>>2]=s;break}else{m=n[l+24>>2]|0,s=n[l+12>>2]|0;do if((s|0)==(l|0)){if(f=l+16|0,c=f+4|0,s=n[c>>2]|0,!s)if(s=n[f>>2]|0,s)c=f;else{s=0;break}for(;;){if(f=s+20|0,d=n[f>>2]|0,d|0){s=d,c=f;continue}if(f=s+16|0,d=n[f>>2]|0,d)s=d,c=f;else break}n[c>>2]=0}else Ge=n[l+8>>2]|0,n[Ge+12>>2]=s,n[s+8>>2]=Ge;while(0);if(!m)break;c=n[l+28>>2]|0,f=11436+(c<<2)|0;do if((l|0)!=(n[f>>2]|0)){if(n[m+16+(((n[m+16>>2]|0)!=(l|0)&1)<<2)>>2]=s,!s)break e}else{if(n[f>>2]=s,s|0)break;n[2784]=n[2784]&~(1<>2]=m,c=l+16|0,f=n[c>>2]|0,f|0&&(n[s+16>>2]=f,n[f+24>>2]=s),c=n[c+4>>2]|0,!c)break;n[s+20>>2]=c,n[c+24>>2]=s}while(0);l=l+B|0,d=B+k|0}else d=k;if(l=l+4|0,n[l>>2]=n[l>>2]&-2,n[M+4>>2]=d|1,n[M+d>>2]=d,l=d>>>3,d>>>0<256){c=11172+(l<<1<<2)|0,s=n[2783]|0,l=1<>2]|0):(n[2783]=s|l,l=c,s=c+8|0),n[s>>2]=M,n[l+12>>2]=M,n[M+8>>2]=l,n[M+12>>2]=c;break}l=d>>>8;do if(!l)l=0;else{if(d>>>0>16777215){l=31;break}Ue=(l+1048320|0)>>>16&8,Ge=l<>>16&4,Ge=Ge<>>16&2,l=14-(lt|Ue|l)+(Ge<>>15)|0,l=d>>>(l+7|0)&1|l<<1}while(0);if(f=11436+(l<<2)|0,n[M+28>>2]=l,s=M+16|0,n[s+4>>2]=0,n[s>>2]=0,s=n[2784]|0,c=1<>2]=M,n[M+24>>2]=f,n[M+12>>2]=M,n[M+8>>2]=M;break}for(s=d<<((l|0)==31?0:25-(l>>>1)|0),c=n[f>>2]|0;;){if((n[c+4>>2]&-8|0)==(d|0)){Ue=194;break}if(f=c+16+(s>>>31<<2)|0,l=n[f>>2]|0,l)s=s<<1,c=l;else{Ue=193;break}}if((Ue|0)==193){n[f>>2]=M,n[M+24>>2]=c,n[M+12>>2]=M,n[M+8>>2]=M;break}else if((Ue|0)==194){Ue=c+8|0,Ge=n[Ue>>2]|0,n[Ge+12>>2]=M,n[Ue>>2]=M,n[M+8>>2]=Ge,n[M+12>>2]=c,n[M+24>>2]=0;break}}else Ge=(n[2786]|0)+k|0,n[2786]=Ge,n[2789]=M,n[M+4>>2]=Ge|1;while(0);return Ge=O+8|0,C=Lt,Ge|0}for(l=11580;s=n[l>>2]|0,!(s>>>0<=Q>>>0&&(Ge=s+(n[l+4>>2]|0)|0,Ge>>>0>Q>>>0));)l=n[l+8>>2]|0;d=Ge+-47|0,s=d+8|0,s=d+((s&7|0)==0?0:0-s&7)|0,d=Q+16|0,s=s>>>0>>0?Q:s,l=s+8|0,c=m+8|0,c=(c&7|0)==0?0:0-c&7,Ue=m+c|0,c=B+-40-c|0,n[2789]=Ue,n[2786]=c,n[Ue+4>>2]=c|1,n[Ue+c+4>>2]=40,n[2790]=n[2905],c=s+4|0,n[c>>2]=27,n[l>>2]=n[2895],n[l+4>>2]=n[2896],n[l+8>>2]=n[2897],n[l+12>>2]=n[2898],n[2895]=m,n[2896]=B,n[2898]=0,n[2897]=l,l=s+24|0;do Ue=l,l=l+4|0,n[l>>2]=7;while((Ue+8|0)>>>0>>0);if((s|0)!=(Q|0)){if(m=s-Q|0,n[c>>2]=n[c>>2]&-2,n[Q+4>>2]=m|1,n[s>>2]=m,l=m>>>3,m>>>0<256){c=11172+(l<<1<<2)|0,s=n[2783]|0,l=1<>2]|0):(n[2783]=s|l,l=c,s=c+8|0),n[s>>2]=Q,n[l+12>>2]=Q,n[Q+8>>2]=l,n[Q+12>>2]=c;break}if(l=m>>>8,l?m>>>0>16777215?c=31:(Ue=(l+1048320|0)>>>16&8,Ge=l<>>16&4,Ge=Ge<>>16&2,c=14-(lt|Ue|c)+(Ge<>>15)|0,c=m>>>(c+7|0)&1|c<<1):c=0,f=11436+(c<<2)|0,n[Q+28>>2]=c,n[Q+20>>2]=0,n[d>>2]=0,l=n[2784]|0,s=1<>2]=Q,n[Q+24>>2]=f,n[Q+12>>2]=Q,n[Q+8>>2]=Q;break}for(s=m<<((c|0)==31?0:25-(c>>>1)|0),c=n[f>>2]|0;;){if((n[c+4>>2]&-8|0)==(m|0)){Ue=216;break}if(f=c+16+(s>>>31<<2)|0,l=n[f>>2]|0,l)s=s<<1,c=l;else{Ue=215;break}}if((Ue|0)==215){n[f>>2]=Q,n[Q+24>>2]=c,n[Q+12>>2]=Q,n[Q+8>>2]=Q;break}else if((Ue|0)==216){Ue=c+8|0,Ge=n[Ue>>2]|0,n[Ge+12>>2]=Q,n[Ue>>2]=Q,n[Q+8>>2]=Ge,n[Q+12>>2]=c,n[Q+24>>2]=0;break}}}else{Ge=n[2787]|0,(Ge|0)==0|m>>>0>>0&&(n[2787]=m),n[2895]=m,n[2896]=B,n[2898]=0,n[2792]=n[2901],n[2791]=-1,l=0;do Ge=11172+(l<<1<<2)|0,n[Ge+12>>2]=Ge,n[Ge+8>>2]=Ge,l=l+1|0;while((l|0)!=32);Ge=m+8|0,Ge=(Ge&7|0)==0?0:0-Ge&7,Ue=m+Ge|0,Ge=B+-40-Ge|0,n[2789]=Ue,n[2786]=Ge,n[Ue+4>>2]=Ge|1,n[Ue+Ge+4>>2]=40,n[2790]=n[2905]}while(0);if(l=n[2786]|0,l>>>0>G>>>0)return lt=l-G|0,n[2786]=lt,Ge=n[2789]|0,Ue=Ge+G|0,n[2789]=Ue,n[Ue+4>>2]=lt|1,n[Ge+4>>2]=G|3,Ge=Ge+8|0,C=Lt,Ge|0}return n[(Vm()|0)>>2]=12,Ge=0,C=Lt,Ge|0}function hD(s){s=s|0;var l=0,c=0,f=0,d=0,m=0,B=0,k=0,Q=0;if(!!s){c=s+-8|0,d=n[2787]|0,s=n[s+-4>>2]|0,l=s&-8,Q=c+l|0;do if(s&1)k=c,B=c;else{if(f=n[c>>2]|0,!(s&3)||(B=c+(0-f)|0,m=f+l|0,B>>>0>>0))return;if((B|0)==(n[2788]|0)){if(s=Q+4|0,l=n[s>>2]|0,(l&3|0)!=3){k=B,l=m;break}n[2785]=m,n[s>>2]=l&-2,n[B+4>>2]=m|1,n[B+m>>2]=m;return}if(c=f>>>3,f>>>0<256)if(s=n[B+8>>2]|0,l=n[B+12>>2]|0,(l|0)==(s|0)){n[2783]=n[2783]&~(1<>2]=l,n[l+8>>2]=s,k=B,l=m;break}d=n[B+24>>2]|0,s=n[B+12>>2]|0;do if((s|0)==(B|0)){if(c=B+16|0,l=c+4|0,s=n[l>>2]|0,!s)if(s=n[c>>2]|0,s)l=c;else{s=0;break}for(;;){if(c=s+20|0,f=n[c>>2]|0,f|0){s=f,l=c;continue}if(c=s+16|0,f=n[c>>2]|0,f)s=f,l=c;else break}n[l>>2]=0}else k=n[B+8>>2]|0,n[k+12>>2]=s,n[s+8>>2]=k;while(0);if(d){if(l=n[B+28>>2]|0,c=11436+(l<<2)|0,(B|0)==(n[c>>2]|0)){if(n[c>>2]=s,!s){n[2784]=n[2784]&~(1<>2]|0)!=(B|0)&1)<<2)>>2]=s,!s){k=B,l=m;break}n[s+24>>2]=d,l=B+16|0,c=n[l>>2]|0,c|0&&(n[s+16>>2]=c,n[c+24>>2]=s),l=n[l+4>>2]|0,l?(n[s+20>>2]=l,n[l+24>>2]=s,k=B,l=m):(k=B,l=m)}else k=B,l=m}while(0);if(!(B>>>0>=Q>>>0)&&(s=Q+4|0,f=n[s>>2]|0,!!(f&1))){if(f&2)n[s>>2]=f&-2,n[k+4>>2]=l|1,n[B+l>>2]=l,d=l;else{if(s=n[2788]|0,(Q|0)==(n[2789]|0)){if(Q=(n[2786]|0)+l|0,n[2786]=Q,n[2789]=k,n[k+4>>2]=Q|1,(k|0)!=(s|0))return;n[2788]=0,n[2785]=0;return}if((Q|0)==(s|0)){Q=(n[2785]|0)+l|0,n[2785]=Q,n[2788]=B,n[k+4>>2]=Q|1,n[B+Q>>2]=Q;return}d=(f&-8)+l|0,c=f>>>3;do if(f>>>0<256)if(l=n[Q+8>>2]|0,s=n[Q+12>>2]|0,(s|0)==(l|0)){n[2783]=n[2783]&~(1<>2]=s,n[s+8>>2]=l;break}else{m=n[Q+24>>2]|0,s=n[Q+12>>2]|0;do if((s|0)==(Q|0)){if(c=Q+16|0,l=c+4|0,s=n[l>>2]|0,!s)if(s=n[c>>2]|0,s)l=c;else{c=0;break}for(;;){if(c=s+20|0,f=n[c>>2]|0,f|0){s=f,l=c;continue}if(c=s+16|0,f=n[c>>2]|0,f)s=f,l=c;else break}n[l>>2]=0,c=s}else c=n[Q+8>>2]|0,n[c+12>>2]=s,n[s+8>>2]=c,c=s;while(0);if(m|0){if(s=n[Q+28>>2]|0,l=11436+(s<<2)|0,(Q|0)==(n[l>>2]|0)){if(n[l>>2]=c,!c){n[2784]=n[2784]&~(1<>2]|0)!=(Q|0)&1)<<2)>>2]=c,!c)break;n[c+24>>2]=m,s=Q+16|0,l=n[s>>2]|0,l|0&&(n[c+16>>2]=l,n[l+24>>2]=c),s=n[s+4>>2]|0,s|0&&(n[c+20>>2]=s,n[s+24>>2]=c)}}while(0);if(n[k+4>>2]=d|1,n[B+d>>2]=d,(k|0)==(n[2788]|0)){n[2785]=d;return}}if(s=d>>>3,d>>>0<256){c=11172+(s<<1<<2)|0,l=n[2783]|0,s=1<>2]|0):(n[2783]=l|s,s=c,l=c+8|0),n[l>>2]=k,n[s+12>>2]=k,n[k+8>>2]=s,n[k+12>>2]=c;return}s=d>>>8,s?d>>>0>16777215?s=31:(B=(s+1048320|0)>>>16&8,Q=s<>>16&4,Q=Q<>>16&2,s=14-(m|B|s)+(Q<>>15)|0,s=d>>>(s+7|0)&1|s<<1):s=0,f=11436+(s<<2)|0,n[k+28>>2]=s,n[k+20>>2]=0,n[k+16>>2]=0,l=n[2784]|0,c=1<>>1)|0),c=n[f>>2]|0;;){if((n[c+4>>2]&-8|0)==(d|0)){s=73;break}if(f=c+16+(l>>>31<<2)|0,s=n[f>>2]|0,s)l=l<<1,c=s;else{s=72;break}}if((s|0)==72){n[f>>2]=k,n[k+24>>2]=c,n[k+12>>2]=k,n[k+8>>2]=k;break}else if((s|0)==73){B=c+8|0,Q=n[B>>2]|0,n[Q+12>>2]=k,n[B>>2]=k,n[k+8>>2]=Q,n[k+12>>2]=c,n[k+24>>2]=0;break}}else n[2784]=l|c,n[f>>2]=k,n[k+24>>2]=f,n[k+12>>2]=k,n[k+8>>2]=k;while(0);if(Q=(n[2791]|0)+-1|0,n[2791]=Q,!Q)s=11588;else return;for(;s=n[s>>2]|0,s;)s=s+8|0;n[2791]=-1}}}function DUe(){return 11628}function SUe(s){s=s|0;var l=0,c=0;return l=C,C=C+16|0,c=l,n[c>>2]=xUe(n[s+60>>2]|0)|0,s=gD(hc(6,c|0)|0)|0,C=l,s|0}function r7(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0;G=C,C=C+48|0,M=G+16|0,m=G,d=G+32|0,k=s+28|0,f=n[k>>2]|0,n[d>>2]=f,Q=s+20|0,f=(n[Q>>2]|0)-f|0,n[d+4>>2]=f,n[d+8>>2]=l,n[d+12>>2]=c,f=f+c|0,B=s+60|0,n[m>>2]=n[B>>2],n[m+4>>2]=d,n[m+8>>2]=2,m=gD(Li(146,m|0)|0)|0;e:do if((f|0)!=(m|0)){for(l=2;!((m|0)<0);)if(f=f-m|0,qe=n[d+4>>2]|0,se=m>>>0>qe>>>0,d=se?d+8|0:d,l=(se<<31>>31)+l|0,qe=m-(se?qe:0)|0,n[d>>2]=(n[d>>2]|0)+qe,se=d+4|0,n[se>>2]=(n[se>>2]|0)-qe,n[M>>2]=n[B>>2],n[M+4>>2]=d,n[M+8>>2]=l,m=gD(Li(146,M|0)|0)|0,(f|0)==(m|0)){O=3;break e}n[s+16>>2]=0,n[k>>2]=0,n[Q>>2]=0,n[s>>2]=n[s>>2]|32,(l|0)==2?c=0:c=c-(n[d+4>>2]|0)|0}else O=3;while(0);return(O|0)==3&&(qe=n[s+44>>2]|0,n[s+16>>2]=qe+(n[s+48>>2]|0),n[k>>2]=qe,n[Q>>2]=qe),C=G,c|0}function PUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;return d=C,C=C+32|0,m=d,f=d+20|0,n[m>>2]=n[s+60>>2],n[m+4>>2]=0,n[m+8>>2]=l,n[m+12>>2]=f,n[m+16>>2]=c,(gD(sa(140,m|0)|0)|0)<0?(n[f>>2]=-1,s=-1):s=n[f>>2]|0,C=d,s|0}function gD(s){return s=s|0,s>>>0>4294963200&&(n[(Vm()|0)>>2]=0-s,s=-1),s|0}function Vm(){return(bUe()|0)+64|0}function bUe(){return SR()|0}function SR(){return 2084}function xUe(s){return s=s|0,s|0}function kUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;return d=C,C=C+32|0,f=d,n[s+36>>2]=1,(n[s>>2]&64|0)==0&&(n[f>>2]=n[s+60>>2],n[f+4>>2]=21523,n[f+8>>2]=d+16,fu(54,f|0)|0)&&(o[s+75>>0]=-1),f=r7(s,l,c)|0,C=d,f|0}function n7(s,l){s=s|0,l=l|0;var c=0,f=0;if(c=o[s>>0]|0,f=o[l>>0]|0,c<<24>>24==0||c<<24>>24!=f<<24>>24)s=f;else{do s=s+1|0,l=l+1|0,c=o[s>>0]|0,f=o[l>>0]|0;while(!(c<<24>>24==0||c<<24>>24!=f<<24>>24));s=f}return(c&255)-(s&255)|0}function QUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0;e:do if(!c)s=0;else{for(;f=o[s>>0]|0,d=o[l>>0]|0,f<<24>>24==d<<24>>24;)if(c=c+-1|0,c)s=s+1|0,l=l+1|0;else{s=0;break e}s=(f&255)-(d&255)|0}while(0);return s|0}function i7(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0,Me=0,Qe=0;Qe=C,C=C+224|0,O=Qe+120|0,G=Qe+80|0,qe=Qe,Me=Qe+136|0,f=G,d=f+40|0;do n[f>>2]=0,f=f+4|0;while((f|0)<(d|0));return n[O>>2]=n[c>>2],(PR(0,l,O,qe,G)|0)<0?c=-1:((n[s+76>>2]|0)>-1?se=FUe(s)|0:se=0,c=n[s>>2]|0,M=c&32,(o[s+74>>0]|0)<1&&(n[s>>2]=c&-33),f=s+48|0,n[f>>2]|0?c=PR(s,l,O,qe,G)|0:(d=s+44|0,m=n[d>>2]|0,n[d>>2]=Me,B=s+28|0,n[B>>2]=Me,k=s+20|0,n[k>>2]=Me,n[f>>2]=80,Q=s+16|0,n[Q>>2]=Me+80,c=PR(s,l,O,qe,G)|0,m&&(ED[n[s+36>>2]&7](s,0,0)|0,c=(n[k>>2]|0)==0?-1:c,n[d>>2]=m,n[f>>2]=0,n[Q>>2]=0,n[B>>2]=0,n[k>>2]=0)),f=n[s>>2]|0,n[s>>2]=f|M,se|0&&RUe(s),c=(f&32|0)==0?c:-1),C=Qe,c|0}function PR(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0,Me=0,Qe=0,et=0,Xe=0,lt=0,Ue=0,Ge=0,Lt=0,Mr=0,or=0,Xt=0,Sr=0,Nr=0,ir=0;ir=C,C=C+64|0,or=ir+16|0,Xt=ir,Lt=ir+24|0,Sr=ir+8|0,Nr=ir+20|0,n[or>>2]=l,lt=(s|0)!=0,Ue=Lt+40|0,Ge=Ue,Lt=Lt+39|0,Mr=Sr+4|0,B=0,m=0,O=0;e:for(;;){do if((m|0)>-1)if((B|0)>(2147483647-m|0)){n[(Vm()|0)>>2]=75,m=-1;break}else{m=B+m|0;break}while(0);if(B=o[l>>0]|0,B<<24>>24)k=l;else{Xe=87;break}t:for(;;){switch(B<<24>>24){case 37:{B=k,Xe=9;break t}case 0:{B=k;break t}default:}et=k+1|0,n[or>>2]=et,B=o[et>>0]|0,k=et}t:do if((Xe|0)==9)for(;;){if(Xe=0,(o[k+1>>0]|0)!=37)break t;if(B=B+1|0,k=k+2|0,n[or>>2]=k,(o[k>>0]|0)==37)Xe=9;else break}while(0);if(B=B-l|0,lt&&ss(s,l,B),B|0){l=k;continue}Q=k+1|0,B=(o[Q>>0]|0)+-48|0,B>>>0<10?(et=(o[k+2>>0]|0)==36,Qe=et?B:-1,O=et?1:O,Q=et?k+3|0:Q):Qe=-1,n[or>>2]=Q,B=o[Q>>0]|0,k=(B<<24>>24)+-32|0;t:do if(k>>>0<32)for(M=0,G=B;;){if(B=1<>2]=Q,B=o[Q>>0]|0,k=(B<<24>>24)+-32|0,k>>>0>=32)break;G=B}else M=0;while(0);if(B<<24>>24==42){if(k=Q+1|0,B=(o[k>>0]|0)+-48|0,B>>>0<10&&(o[Q+2>>0]|0)==36)n[d+(B<<2)>>2]=10,B=n[f+((o[k>>0]|0)+-48<<3)>>2]|0,O=1,Q=Q+3|0;else{if(O|0){m=-1;break}lt?(O=(n[c>>2]|0)+(4-1)&~(4-1),B=n[O>>2]|0,n[c>>2]=O+4,O=0,Q=k):(B=0,O=0,Q=k)}n[or>>2]=Q,et=(B|0)<0,B=et?0-B|0:B,M=et?M|8192:M}else{if(B=s7(or)|0,(B|0)<0){m=-1;break}Q=n[or>>2]|0}do if((o[Q>>0]|0)==46){if((o[Q+1>>0]|0)!=42){n[or>>2]=Q+1,k=s7(or)|0,Q=n[or>>2]|0;break}if(G=Q+2|0,k=(o[G>>0]|0)+-48|0,k>>>0<10&&(o[Q+3>>0]|0)==36){n[d+(k<<2)>>2]=10,k=n[f+((o[G>>0]|0)+-48<<3)>>2]|0,Q=Q+4|0,n[or>>2]=Q;break}if(O|0){m=-1;break e}lt?(et=(n[c>>2]|0)+(4-1)&~(4-1),k=n[et>>2]|0,n[c>>2]=et+4):k=0,n[or>>2]=G,Q=G}else k=-1;while(0);for(Me=0;;){if(((o[Q>>0]|0)+-65|0)>>>0>57){m=-1;break e}if(et=Q+1|0,n[or>>2]=et,G=o[(o[Q>>0]|0)+-65+(5178+(Me*58|0))>>0]|0,se=G&255,(se+-1|0)>>>0<8)Me=se,Q=et;else break}if(!(G<<24>>24)){m=-1;break}qe=(Qe|0)>-1;do if(G<<24>>24==19)if(qe){m=-1;break e}else Xe=49;else{if(qe){n[d+(Qe<<2)>>2]=se,qe=f+(Qe<<3)|0,Qe=n[qe+4>>2]|0,Xe=Xt,n[Xe>>2]=n[qe>>2],n[Xe+4>>2]=Qe,Xe=49;break}if(!lt){m=0;break e}o7(Xt,se,c)}while(0);if((Xe|0)==49&&(Xe=0,!lt)){B=0,l=et;continue}Q=o[Q>>0]|0,Q=(Me|0)!=0&(Q&15|0)==3?Q&-33:Q,qe=M&-65537,Qe=(M&8192|0)==0?M:qe;t:do switch(Q|0){case 110:switch((Me&255)<<24>>24){case 0:{n[n[Xt>>2]>>2]=m,B=0,l=et;continue e}case 1:{n[n[Xt>>2]>>2]=m,B=0,l=et;continue e}case 2:{B=n[Xt>>2]|0,n[B>>2]=m,n[B+4>>2]=((m|0)<0)<<31>>31,B=0,l=et;continue e}case 3:{a[n[Xt>>2]>>1]=m,B=0,l=et;continue e}case 4:{o[n[Xt>>2]>>0]=m,B=0,l=et;continue e}case 6:{n[n[Xt>>2]>>2]=m,B=0,l=et;continue e}case 7:{B=n[Xt>>2]|0,n[B>>2]=m,n[B+4>>2]=((m|0)<0)<<31>>31,B=0,l=et;continue e}default:{B=0,l=et;continue e}}case 112:{Q=120,k=k>>>0>8?k:8,l=Qe|8,Xe=61;break}case 88:case 120:{l=Qe,Xe=61;break}case 111:{Q=Xt,l=n[Q>>2]|0,Q=n[Q+4>>2]|0,se=NUe(l,Q,Ue)|0,qe=Ge-se|0,M=0,G=5642,k=(Qe&8|0)==0|(k|0)>(qe|0)?k:qe+1|0,qe=Qe,Xe=67;break}case 105:case 100:if(Q=Xt,l=n[Q>>2]|0,Q=n[Q+4>>2]|0,(Q|0)<0){l=dD(0,0,l|0,Q|0)|0,Q=Se,M=Xt,n[M>>2]=l,n[M+4>>2]=Q,M=1,G=5642,Xe=66;break t}else{M=(Qe&2049|0)!=0&1,G=(Qe&2048|0)==0?(Qe&1|0)==0?5642:5644:5643,Xe=66;break t}case 117:{Q=Xt,M=0,G=5642,l=n[Q>>2]|0,Q=n[Q+4>>2]|0,Xe=66;break}case 99:{o[Lt>>0]=n[Xt>>2],l=Lt,M=0,G=5642,se=Ue,Q=1,k=qe;break}case 109:{Q=LUe(n[(Vm()|0)>>2]|0)|0,Xe=71;break}case 115:{Q=n[Xt>>2]|0,Q=Q|0?Q:5652,Xe=71;break}case 67:{n[Sr>>2]=n[Xt>>2],n[Mr>>2]=0,n[Xt>>2]=Sr,se=-1,Q=Sr,Xe=75;break}case 83:{l=n[Xt>>2]|0,k?(se=k,Q=l,Xe=75):(Bs(s,32,B,0,Qe),l=0,Xe=84);break}case 65:case 71:case 70:case 69:case 97:case 103:case 102:case 101:{B=MUe(s,+E[Xt>>3],B,k,Qe,Q)|0,l=et;continue e}default:M=0,G=5642,se=Ue,Q=k,k=Qe}while(0);t:do if((Xe|0)==61)Qe=Xt,Me=n[Qe>>2]|0,Qe=n[Qe+4>>2]|0,se=TUe(Me,Qe,Ue,Q&32)|0,G=(l&8|0)==0|(Me|0)==0&(Qe|0)==0,M=G?0:2,G=G?5642:5642+(Q>>4)|0,qe=l,l=Me,Q=Qe,Xe=67;else if((Xe|0)==66)se=Jm(l,Q,Ue)|0,qe=Qe,Xe=67;else if((Xe|0)==71)Xe=0,Qe=OUe(Q,0,k)|0,Me=(Qe|0)==0,l=Q,M=0,G=5642,se=Me?Q+k|0:Qe,Q=Me?k:Qe-Q|0,k=qe;else if((Xe|0)==75){for(Xe=0,G=Q,l=0,k=0;M=n[G>>2]|0,!(!M||(k=a7(Nr,M)|0,(k|0)<0|k>>>0>(se-l|0)>>>0));)if(l=k+l|0,se>>>0>l>>>0)G=G+4|0;else break;if((k|0)<0){m=-1;break e}if(Bs(s,32,B,l,Qe),!l)l=0,Xe=84;else for(M=0;;){if(k=n[Q>>2]|0,!k){Xe=84;break t}if(k=a7(Nr,k)|0,M=k+M|0,(M|0)>(l|0)){Xe=84;break t}if(ss(s,Nr,k),M>>>0>=l>>>0){Xe=84;break}else Q=Q+4|0}}while(0);if((Xe|0)==67)Xe=0,Q=(l|0)!=0|(Q|0)!=0,Qe=(k|0)!=0|Q,Q=((Q^1)&1)+(Ge-se)|0,l=Qe?se:Ue,se=Ue,Q=Qe?(k|0)>(Q|0)?k:Q:k,k=(k|0)>-1?qe&-65537:qe;else if((Xe|0)==84){Xe=0,Bs(s,32,B,l,Qe^8192),B=(B|0)>(l|0)?B:l,l=et;continue}Me=se-l|0,qe=(Q|0)<(Me|0)?Me:Q,Qe=qe+M|0,B=(B|0)<(Qe|0)?Qe:B,Bs(s,32,B,Qe,k),ss(s,G,M),Bs(s,48,B,Qe,k^65536),Bs(s,48,qe,Me,0),ss(s,l,Me),Bs(s,32,B,Qe,k^8192),l=et}e:do if((Xe|0)==87&&!s)if(!O)m=0;else{for(m=1;l=n[d+(m<<2)>>2]|0,!!l;)if(o7(f+(m<<3)|0,l,c),m=m+1|0,(m|0)>=10){m=1;break e}for(;;){if(n[d+(m<<2)>>2]|0){m=-1;break e}if(m=m+1|0,(m|0)>=10){m=1;break}}}while(0);return C=ir,m|0}function FUe(s){return s=s|0,0}function RUe(s){s=s|0}function ss(s,l,c){s=s|0,l=l|0,c=c|0,n[s>>2]&32||KUe(l,c,s)|0}function s7(s){s=s|0;var l=0,c=0,f=0;if(c=n[s>>2]|0,f=(o[c>>0]|0)+-48|0,f>>>0<10){l=0;do l=f+(l*10|0)|0,c=c+1|0,n[s>>2]=c,f=(o[c>>0]|0)+-48|0;while(f>>>0<10)}else l=0;return l|0}function o7(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;e:do if(l>>>0<=20)do switch(l|0){case 9:{f=(n[c>>2]|0)+(4-1)&~(4-1),l=n[f>>2]|0,n[c>>2]=f+4,n[s>>2]=l;break e}case 10:{f=(n[c>>2]|0)+(4-1)&~(4-1),l=n[f>>2]|0,n[c>>2]=f+4,f=s,n[f>>2]=l,n[f+4>>2]=((l|0)<0)<<31>>31;break e}case 11:{f=(n[c>>2]|0)+(4-1)&~(4-1),l=n[f>>2]|0,n[c>>2]=f+4,f=s,n[f>>2]=l,n[f+4>>2]=0;break e}case 12:{f=(n[c>>2]|0)+(8-1)&~(8-1),l=f,d=n[l>>2]|0,l=n[l+4>>2]|0,n[c>>2]=f+8,f=s,n[f>>2]=d,n[f+4>>2]=l;break e}case 13:{d=(n[c>>2]|0)+(4-1)&~(4-1),f=n[d>>2]|0,n[c>>2]=d+4,f=(f&65535)<<16>>16,d=s,n[d>>2]=f,n[d+4>>2]=((f|0)<0)<<31>>31;break e}case 14:{d=(n[c>>2]|0)+(4-1)&~(4-1),f=n[d>>2]|0,n[c>>2]=d+4,d=s,n[d>>2]=f&65535,n[d+4>>2]=0;break e}case 15:{d=(n[c>>2]|0)+(4-1)&~(4-1),f=n[d>>2]|0,n[c>>2]=d+4,f=(f&255)<<24>>24,d=s,n[d>>2]=f,n[d+4>>2]=((f|0)<0)<<31>>31;break e}case 16:{d=(n[c>>2]|0)+(4-1)&~(4-1),f=n[d>>2]|0,n[c>>2]=d+4,d=s,n[d>>2]=f&255,n[d+4>>2]=0;break e}case 17:{d=(n[c>>2]|0)+(8-1)&~(8-1),m=+E[d>>3],n[c>>2]=d+8,E[s>>3]=m;break e}case 18:{d=(n[c>>2]|0)+(8-1)&~(8-1),m=+E[d>>3],n[c>>2]=d+8,E[s>>3]=m;break e}default:break e}while(0);while(0)}function TUe(s,l,c,f){if(s=s|0,l=l|0,c=c|0,f=f|0,!((s|0)==0&(l|0)==0))do c=c+-1|0,o[c>>0]=u[5694+(s&15)>>0]|0|f,s=mD(s|0,l|0,4)|0,l=Se;while(!((s|0)==0&(l|0)==0));return c|0}function NUe(s,l,c){if(s=s|0,l=l|0,c=c|0,!((s|0)==0&(l|0)==0))do c=c+-1|0,o[c>>0]=s&7|48,s=mD(s|0,l|0,3)|0,l=Se;while(!((s|0)==0&(l|0)==0));return c|0}function Jm(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;if(l>>>0>0|(l|0)==0&s>>>0>4294967295){for(;f=QR(s|0,l|0,10,0)|0,c=c+-1|0,o[c>>0]=f&255|48,f=s,s=kR(s|0,l|0,10,0)|0,l>>>0>9|(l|0)==9&f>>>0>4294967295;)l=Se;l=s}else l=s;if(l)for(;c=c+-1|0,o[c>>0]=(l>>>0)%10|0|48,!(l>>>0<10);)l=(l>>>0)/10|0;return c|0}function LUe(s){return s=s|0,GUe(s,n[(jUe()|0)+188>>2]|0)|0}function OUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;m=l&255,f=(c|0)!=0;e:do if(f&(s&3|0)!=0)for(d=l&255;;){if((o[s>>0]|0)==d<<24>>24){B=6;break e}if(s=s+1|0,c=c+-1|0,f=(c|0)!=0,!(f&(s&3|0)!=0)){B=5;break}}else B=5;while(0);(B|0)==5&&(f?B=6:c=0);e:do if((B|0)==6&&(d=l&255,(o[s>>0]|0)!=d<<24>>24)){f=je(m,16843009)|0;t:do if(c>>>0>3){for(;m=n[s>>2]^f,!((m&-2139062144^-2139062144)&m+-16843009|0);)if(s=s+4|0,c=c+-4|0,c>>>0<=3){B=11;break t}}else B=11;while(0);if((B|0)==11&&!c){c=0;break}for(;;){if((o[s>>0]|0)==d<<24>>24)break e;if(s=s+1|0,c=c+-1|0,!c){c=0;break}}}while(0);return(c|0?s:0)|0}function Bs(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0;if(B=C,C=C+256|0,m=B,(c|0)>(f|0)&(d&73728|0)==0){if(d=c-f|0,Xm(m|0,l|0,(d>>>0<256?d:256)|0)|0,d>>>0>255){l=c-f|0;do ss(s,m,256),d=d+-256|0;while(d>>>0>255);d=l&255}ss(s,m,d)}C=B}function a7(s,l){return s=s|0,l=l|0,s?s=_Ue(s,l,0)|0:s=0,s|0}function MUe(s,l,c,f,d,m){s=s|0,l=+l,c=c|0,f=f|0,d=d|0,m=m|0;var B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0,Me=0,Qe=0,et=0,Xe=0,lt=0,Ue=0,Ge=0,Lt=0,Mr=0,or=0,Xt=0,Sr=0,Nr=0,ir=0,xn=0;xn=C,C=C+560|0,Q=xn+8|0,et=xn,ir=xn+524|0,Nr=ir,M=xn+512|0,n[et>>2]=0,Sr=M+12|0,l7(l)|0,(Se|0)<0?(l=-l,or=1,Mr=5659):(or=(d&2049|0)!=0&1,Mr=(d&2048|0)==0?(d&1|0)==0?5660:5665:5662),l7(l)|0,Xt=Se&2146435072;do if(Xt>>>0<2146435072|(Xt|0)==2146435072&0<0){if(qe=+UUe(l,et)*2,B=qe!=0,B&&(n[et>>2]=(n[et>>2]|0)+-1),lt=m|32,(lt|0)==97){Me=m&32,se=(Me|0)==0?Mr:Mr+9|0,G=or|2,B=12-f|0;do if(f>>>0>11|(B|0)==0)l=qe;else{l=8;do B=B+-1|0,l=l*16;while((B|0)!=0);if((o[se>>0]|0)==45){l=-(l+(-qe-l));break}else{l=qe+l-l;break}}while(0);k=n[et>>2]|0,B=(k|0)<0?0-k|0:k,B=Jm(B,((B|0)<0)<<31>>31,Sr)|0,(B|0)==(Sr|0)&&(B=M+11|0,o[B>>0]=48),o[B+-1>>0]=(k>>31&2)+43,O=B+-2|0,o[O>>0]=m+15,M=(f|0)<1,Q=(d&8|0)==0,B=ir;do Xt=~~l,k=B+1|0,o[B>>0]=u[5694+Xt>>0]|Me,l=(l-+(Xt|0))*16,(k-Nr|0)==1&&!(Q&(M&l==0))?(o[k>>0]=46,B=B+2|0):B=k;while(l!=0);Xt=B-Nr|0,Nr=Sr-O|0,Sr=(f|0)!=0&(Xt+-2|0)<(f|0)?f+2|0:Xt,B=Nr+G+Sr|0,Bs(s,32,c,B,d),ss(s,se,G),Bs(s,48,c,B,d^65536),ss(s,ir,Xt),Bs(s,48,Sr-Xt|0,0,0),ss(s,O,Nr),Bs(s,32,c,B,d^8192);break}k=(f|0)<0?6:f,B?(B=(n[et>>2]|0)+-28|0,n[et>>2]=B,l=qe*268435456):(l=qe,B=n[et>>2]|0),Xt=(B|0)<0?Q:Q+288|0,Q=Xt;do Ge=~~l>>>0,n[Q>>2]=Ge,Q=Q+4|0,l=(l-+(Ge>>>0))*1e9;while(l!=0);if((B|0)>0)for(M=Xt,G=Q;;){if(O=(B|0)<29?B:29,B=G+-4|0,B>>>0>=M>>>0){Q=0;do Ue=h7(n[B>>2]|0,0,O|0)|0,Ue=xR(Ue|0,Se|0,Q|0,0)|0,Ge=Se,Xe=QR(Ue|0,Ge|0,1e9,0)|0,n[B>>2]=Xe,Q=kR(Ue|0,Ge|0,1e9,0)|0,B=B+-4|0;while(B>>>0>=M>>>0);Q&&(M=M+-4|0,n[M>>2]=Q)}for(Q=G;!(Q>>>0<=M>>>0);)if(B=Q+-4|0,!(n[B>>2]|0))Q=B;else break;if(B=(n[et>>2]|0)-O|0,n[et>>2]=B,(B|0)>0)G=Q;else break}else M=Xt;if((B|0)<0){f=((k+25|0)/9|0)+1|0,Qe=(lt|0)==102;do{if(Me=0-B|0,Me=(Me|0)<9?Me:9,M>>>0>>0){O=(1<>>Me,se=0,B=M;do Ge=n[B>>2]|0,n[B>>2]=(Ge>>>Me)+se,se=je(Ge&O,G)|0,B=B+4|0;while(B>>>0>>0);B=(n[M>>2]|0)==0?M+4|0:M,se?(n[Q>>2]=se,M=B,B=Q+4|0):(M=B,B=Q)}else M=(n[M>>2]|0)==0?M+4|0:M,B=Q;Q=Qe?Xt:M,Q=(B-Q>>2|0)>(f|0)?Q+(f<<2)|0:B,B=(n[et>>2]|0)+Me|0,n[et>>2]=B}while((B|0)<0);B=M,f=Q}else B=M,f=Q;if(Ge=Xt,B>>>0>>0){if(Q=(Ge-B>>2)*9|0,O=n[B>>2]|0,O>>>0>=10){M=10;do M=M*10|0,Q=Q+1|0;while(O>>>0>=M>>>0)}}else Q=0;if(Qe=(lt|0)==103,Xe=(k|0)!=0,M=k-((lt|0)!=102?Q:0)+((Xe&Qe)<<31>>31)|0,(M|0)<(((f-Ge>>2)*9|0)+-9|0)){if(M=M+9216|0,Me=Xt+4+(((M|0)/9|0)+-1024<<2)|0,M=((M|0)%9|0)+1|0,(M|0)<9){O=10;do O=O*10|0,M=M+1|0;while((M|0)!=9)}else O=10;if(G=n[Me>>2]|0,se=(G>>>0)%(O>>>0)|0,M=(Me+4|0)==(f|0),M&(se|0)==0)M=Me;else if(qe=(((G>>>0)/(O>>>0)|0)&1|0)==0?9007199254740992:9007199254740994,Ue=(O|0)/2|0,l=se>>>0>>0?.5:M&(se|0)==(Ue|0)?1:1.5,or&&(Ue=(o[Mr>>0]|0)==45,l=Ue?-l:l,qe=Ue?-qe:qe),M=G-se|0,n[Me>>2]=M,qe+l!=qe){if(Ue=M+O|0,n[Me>>2]=Ue,Ue>>>0>999999999)for(Q=Me;M=Q+-4|0,n[Q>>2]=0,M>>>0>>0&&(B=B+-4|0,n[B>>2]=0),Ue=(n[M>>2]|0)+1|0,n[M>>2]=Ue,Ue>>>0>999999999;)Q=M;else M=Me;if(Q=(Ge-B>>2)*9|0,G=n[B>>2]|0,G>>>0>=10){O=10;do O=O*10|0,Q=Q+1|0;while(G>>>0>=O>>>0)}}else M=Me;M=M+4|0,M=f>>>0>M>>>0?M:f,Ue=B}else M=f,Ue=B;for(lt=M;;){if(lt>>>0<=Ue>>>0){et=0;break}if(B=lt+-4|0,!(n[B>>2]|0))lt=B;else{et=1;break}}f=0-Q|0;do if(Qe)if(B=((Xe^1)&1)+k|0,(B|0)>(Q|0)&(Q|0)>-5?(O=m+-1|0,k=B+-1-Q|0):(O=m+-2|0,k=B+-1|0),B=d&8,B)Me=B;else{if(et&&(Lt=n[lt+-4>>2]|0,(Lt|0)!=0))if((Lt>>>0)%10|0)M=0;else{M=0,B=10;do B=B*10|0,M=M+1|0;while(!((Lt>>>0)%(B>>>0)|0|0))}else M=9;if(B=((lt-Ge>>2)*9|0)+-9|0,(O|32|0)==102){Me=B-M|0,Me=(Me|0)>0?Me:0,k=(k|0)<(Me|0)?k:Me,Me=0;break}else{Me=B+Q-M|0,Me=(Me|0)>0?Me:0,k=(k|0)<(Me|0)?k:Me,Me=0;break}}else O=m,Me=d&8;while(0);if(Qe=k|Me,G=(Qe|0)!=0&1,se=(O|32|0)==102,se)Xe=0,B=(Q|0)>0?Q:0;else{if(B=(Q|0)<0?f:Q,B=Jm(B,((B|0)<0)<<31>>31,Sr)|0,M=Sr,(M-B|0)<2)do B=B+-1|0,o[B>>0]=48;while((M-B|0)<2);o[B+-1>>0]=(Q>>31&2)+43,B=B+-2|0,o[B>>0]=O,Xe=B,B=M-B|0}if(B=or+1+k+G+B|0,Bs(s,32,c,B,d),ss(s,Mr,or),Bs(s,48,c,B,d^65536),se){O=Ue>>>0>Xt>>>0?Xt:Ue,Me=ir+9|0,G=Me,se=ir+8|0,M=O;do{if(Q=Jm(n[M>>2]|0,0,Me)|0,(M|0)==(O|0))(Q|0)==(Me|0)&&(o[se>>0]=48,Q=se);else if(Q>>>0>ir>>>0){Xm(ir|0,48,Q-Nr|0)|0;do Q=Q+-1|0;while(Q>>>0>ir>>>0)}ss(s,Q,G-Q|0),M=M+4|0}while(M>>>0<=Xt>>>0);if(Qe|0&&ss(s,5710,1),M>>>0>>0&(k|0)>0)for(;;){if(Q=Jm(n[M>>2]|0,0,Me)|0,Q>>>0>ir>>>0){Xm(ir|0,48,Q-Nr|0)|0;do Q=Q+-1|0;while(Q>>>0>ir>>>0)}if(ss(s,Q,(k|0)<9?k:9),M=M+4|0,Q=k+-9|0,M>>>0>>0&(k|0)>9)k=Q;else{k=Q;break}}Bs(s,48,k+9|0,9,0)}else{if(Qe=et?lt:Ue+4|0,(k|0)>-1){et=ir+9|0,Me=(Me|0)==0,f=et,G=0-Nr|0,se=ir+8|0,O=Ue;do{Q=Jm(n[O>>2]|0,0,et)|0,(Q|0)==(et|0)&&(o[se>>0]=48,Q=se);do if((O|0)==(Ue|0)){if(M=Q+1|0,ss(s,Q,1),Me&(k|0)<1){Q=M;break}ss(s,5710,1),Q=M}else{if(Q>>>0<=ir>>>0)break;Xm(ir|0,48,Q+G|0)|0;do Q=Q+-1|0;while(Q>>>0>ir>>>0)}while(0);Nr=f-Q|0,ss(s,Q,(k|0)>(Nr|0)?Nr:k),k=k-Nr|0,O=O+4|0}while(O>>>0>>0&(k|0)>-1)}Bs(s,48,k+18|0,18,0),ss(s,Xe,Sr-Xe|0)}Bs(s,32,c,B,d^8192)}else ir=(m&32|0)!=0,B=or+3|0,Bs(s,32,c,B,d&-65537),ss(s,Mr,or),ss(s,l!=l|!1?ir?5686:5690:ir?5678:5682,3),Bs(s,32,c,B,d^8192);while(0);return C=xn,((B|0)<(c|0)?c:B)|0}function l7(s){s=+s;var l=0;return E[v>>3]=s,l=n[v>>2]|0,Se=n[v+4>>2]|0,l|0}function UUe(s,l){return s=+s,l=l|0,+ +c7(s,l)}function c7(s,l){s=+s,l=l|0;var c=0,f=0,d=0;switch(E[v>>3]=s,c=n[v>>2]|0,f=n[v+4>>2]|0,d=mD(c|0,f|0,52)|0,d&2047){case 0:{s!=0?(s=+c7(s*18446744073709552e3,l),c=(n[l>>2]|0)+-64|0):c=0,n[l>>2]=c;break}case 2047:break;default:n[l>>2]=(d&2047)+-1022,n[v>>2]=c,n[v+4>>2]=f&-2146435073|1071644672,s=+E[v>>3]}return+s}function _Ue(s,l,c){s=s|0,l=l|0,c=c|0;do if(s){if(l>>>0<128){o[s>>0]=l,s=1;break}if(!(n[n[(HUe()|0)+188>>2]>>2]|0))if((l&-128|0)==57216){o[s>>0]=l,s=1;break}else{n[(Vm()|0)>>2]=84,s=-1;break}if(l>>>0<2048){o[s>>0]=l>>>6|192,o[s+1>>0]=l&63|128,s=2;break}if(l>>>0<55296|(l&-8192|0)==57344){o[s>>0]=l>>>12|224,o[s+1>>0]=l>>>6&63|128,o[s+2>>0]=l&63|128,s=3;break}if((l+-65536|0)>>>0<1048576){o[s>>0]=l>>>18|240,o[s+1>>0]=l>>>12&63|128,o[s+2>>0]=l>>>6&63|128,o[s+3>>0]=l&63|128,s=4;break}else{n[(Vm()|0)>>2]=84,s=-1;break}}else s=1;while(0);return s|0}function HUe(){return SR()|0}function jUe(){return SR()|0}function GUe(s,l){s=s|0,l=l|0;var c=0,f=0;for(f=0;;){if((u[5712+f>>0]|0)==(s|0)){s=2;break}if(c=f+1|0,(c|0)==87){c=5800,f=87,s=5;break}else f=c}if((s|0)==2&&(f?(c=5800,s=5):c=5800),(s|0)==5)for(;;){do s=c,c=c+1|0;while((o[s>>0]|0)!=0);if(f=f+-1|0,f)s=5;else break}return qUe(c,n[l+20>>2]|0)|0}function qUe(s,l){return s=s|0,l=l|0,YUe(s,l)|0}function YUe(s,l){return s=s|0,l=l|0,l?l=WUe(n[l>>2]|0,n[l+4>>2]|0,s)|0:l=0,(l|0?l:s)|0}function WUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0;se=(n[s>>2]|0)+1794895138|0,m=Rg(n[s+8>>2]|0,se)|0,f=Rg(n[s+12>>2]|0,se)|0,d=Rg(n[s+16>>2]|0,se)|0;e:do if(m>>>0>>2>>>0&&(G=l-(m<<2)|0,f>>>0>>0&d>>>0>>0)&&((d|f)&3|0)==0){for(G=f>>>2,O=d>>>2,M=0;;){if(k=m>>>1,Q=M+k|0,B=Q<<1,d=B+G|0,f=Rg(n[s+(d<<2)>>2]|0,se)|0,d=Rg(n[s+(d+1<<2)>>2]|0,se)|0,!(d>>>0>>0&f>>>0<(l-d|0)>>>0)){f=0;break e}if(o[s+(d+f)>>0]|0){f=0;break e}if(f=n7(c,s+d|0)|0,!f)break;if(f=(f|0)<0,(m|0)==1){f=0;break e}else M=f?M:Q,m=f?k:m-k|0}f=B+O|0,d=Rg(n[s+(f<<2)>>2]|0,se)|0,f=Rg(n[s+(f+1<<2)>>2]|0,se)|0,f>>>0>>0&d>>>0<(l-f|0)>>>0?f=(o[s+(f+d)>>0]|0)==0?s+f|0:0:f=0}else f=0;while(0);return f|0}function Rg(s,l){s=s|0,l=l|0;var c=0;return c=m7(s|0)|0,((l|0)==0?s:c)|0}function KUe(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0,k=0;f=c+16|0,d=n[f>>2]|0,d?m=5:VUe(c)|0?f=0:(d=n[f>>2]|0,m=5);e:do if((m|0)==5){if(k=c+20|0,B=n[k>>2]|0,f=B,(d-B|0)>>>0>>0){f=ED[n[c+36>>2]&7](c,s,l)|0;break}t:do if((o[c+75>>0]|0)>-1){for(B=l;;){if(!B){m=0,d=s;break t}if(d=B+-1|0,(o[s+d>>0]|0)==10)break;B=d}if(f=ED[n[c+36>>2]&7](c,s,B)|0,f>>>0>>0)break e;m=B,d=s+B|0,l=l-B|0,f=n[k>>2]|0}else m=0,d=s;while(0);Dr(f|0,d|0,l|0)|0,n[k>>2]=(n[k>>2]|0)+l,f=m+l|0}while(0);return f|0}function VUe(s){s=s|0;var l=0,c=0;return l=s+74|0,c=o[l>>0]|0,o[l>>0]=c+255|c,l=n[s>>2]|0,l&8?(n[s>>2]=l|32,s=-1):(n[s+8>>2]=0,n[s+4>>2]=0,c=n[s+44>>2]|0,n[s+28>>2]=c,n[s+20>>2]=c,n[s+16>>2]=c+(n[s+48>>2]|0),s=0),s|0}function _n(s,l){s=y(s),l=y(l);var c=0,f=0;c=u7(s)|0;do if((c&2147483647)>>>0<=2139095040){if(f=u7(l)|0,(f&2147483647)>>>0<=2139095040)if((f^c|0)<0){s=(c|0)<0?l:s;break}else{s=s>2]=s,n[v>>2]|0|0}function Tg(s,l){s=y(s),l=y(l);var c=0,f=0;c=A7(s)|0;do if((c&2147483647)>>>0<=2139095040){if(f=A7(l)|0,(f&2147483647)>>>0<=2139095040)if((f^c|0)<0){s=(c|0)<0?s:l;break}else{s=s>2]=s,n[v>>2]|0|0}function bR(s,l){s=y(s),l=y(l);var c=0,f=0,d=0,m=0,B=0,k=0,Q=0,M=0;m=(h[v>>2]=s,n[v>>2]|0),k=(h[v>>2]=l,n[v>>2]|0),c=m>>>23&255,B=k>>>23&255,Q=m&-2147483648,d=k<<1;e:do if((d|0)!=0&&!((c|0)==255|((JUe(l)|0)&2147483647)>>>0>2139095040)){if(f=m<<1,f>>>0<=d>>>0)return l=y(s*y(0)),y((f|0)==(d|0)?l:s);if(c)f=m&8388607|8388608;else{if(c=m<<9,(c|0)>-1){f=c,c=0;do c=c+-1|0,f=f<<1;while((f|0)>-1)}else c=0;f=m<<1-c}if(B)k=k&8388607|8388608;else{if(m=k<<9,(m|0)>-1){d=0;do d=d+-1|0,m=m<<1;while((m|0)>-1)}else d=0;B=d,k=k<<1-d}d=f-k|0,m=(d|0)>-1;t:do if((c|0)>(B|0)){for(;;){if(m)if(d)f=d;else break;if(f=f<<1,c=c+-1|0,d=f-k|0,m=(d|0)>-1,(c|0)<=(B|0))break t}l=y(s*y(0));break e}while(0);if(m)if(d)f=d;else{l=y(s*y(0));break}if(f>>>0<8388608)do f=f<<1,c=c+-1|0;while(f>>>0<8388608);(c|0)>0?c=f+-8388608|c<<23:c=f>>>(1-c|0),l=(n[v>>2]=c|Q,y(h[v>>2]))}else M=3;while(0);return(M|0)==3&&(l=y(s*l),l=y(l/l)),y(l)}function JUe(s){return s=y(s),h[v>>2]=s,n[v>>2]|0|0}function zUe(s,l){return s=s|0,l=l|0,i7(n[582]|0,s,l)|0}function zr(s){s=s|0,Rt()}function zm(s){s=s|0}function XUe(s,l){return s=s|0,l=l|0,0}function ZUe(s){return s=s|0,(f7(s+4|0)|0)==-1?(tf[n[(n[s>>2]|0)+8>>2]&127](s),s=1):s=0,s|0}function f7(s){s=s|0;var l=0;return l=n[s>>2]|0,n[s>>2]=l+-1,l+-1|0}function kp(s){s=s|0,ZUe(s)|0&&$Ue(s)}function $Ue(s){s=s|0;var l=0;l=s+8|0,(n[l>>2]|0)!=0&&(f7(l)|0)!=-1||tf[n[(n[s>>2]|0)+16>>2]&127](s)}function Kt(s){s=s|0;var l=0;for(l=(s|0)==0?1:s;s=pD(l)|0,!(s|0);){if(s=t3e()|0,!s){s=0;break}P7[s&0]()}return s|0}function p7(s){return s=s|0,Kt(s)|0}function gt(s){s=s|0,hD(s)}function e3e(s){s=s|0,(o[s+11>>0]|0)<0&>(n[s>>2]|0)}function t3e(){var s=0;return s=n[2923]|0,n[2923]=s+0,s|0}function r3e(){}function dD(s,l,c,f){return s=s|0,l=l|0,c=c|0,f=f|0,f=l-f-(c>>>0>s>>>0|0)>>>0,Se=f,s-c>>>0|0|0}function xR(s,l,c,f){return s=s|0,l=l|0,c=c|0,f=f|0,c=s+c>>>0,Se=l+f+(c>>>0>>0|0)>>>0,c|0|0}function Xm(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0,B=0;if(m=s+c|0,l=l&255,(c|0)>=67){for(;s&3;)o[s>>0]=l,s=s+1|0;for(f=m&-4|0,d=f-64|0,B=l|l<<8|l<<16|l<<24;(s|0)<=(d|0);)n[s>>2]=B,n[s+4>>2]=B,n[s+8>>2]=B,n[s+12>>2]=B,n[s+16>>2]=B,n[s+20>>2]=B,n[s+24>>2]=B,n[s+28>>2]=B,n[s+32>>2]=B,n[s+36>>2]=B,n[s+40>>2]=B,n[s+44>>2]=B,n[s+48>>2]=B,n[s+52>>2]=B,n[s+56>>2]=B,n[s+60>>2]=B,s=s+64|0;for(;(s|0)<(f|0);)n[s>>2]=B,s=s+4|0}for(;(s|0)<(m|0);)o[s>>0]=l,s=s+1|0;return m-c|0}function h7(s,l,c){return s=s|0,l=l|0,c=c|0,(c|0)<32?(Se=l<>>32-c,s<>>c,s>>>c|(l&(1<>>c-32|0)}function Dr(s,l,c){s=s|0,l=l|0,c=c|0;var f=0,d=0,m=0;if((c|0)>=8192)return Ac(s|0,l|0,c|0)|0;if(m=s|0,d=s+c|0,(s&3)==(l&3)){for(;s&3;){if(!c)return m|0;o[s>>0]=o[l>>0]|0,s=s+1|0,l=l+1|0,c=c-1|0}for(c=d&-4|0,f=c-64|0;(s|0)<=(f|0);)n[s>>2]=n[l>>2],n[s+4>>2]=n[l+4>>2],n[s+8>>2]=n[l+8>>2],n[s+12>>2]=n[l+12>>2],n[s+16>>2]=n[l+16>>2],n[s+20>>2]=n[l+20>>2],n[s+24>>2]=n[l+24>>2],n[s+28>>2]=n[l+28>>2],n[s+32>>2]=n[l+32>>2],n[s+36>>2]=n[l+36>>2],n[s+40>>2]=n[l+40>>2],n[s+44>>2]=n[l+44>>2],n[s+48>>2]=n[l+48>>2],n[s+52>>2]=n[l+52>>2],n[s+56>>2]=n[l+56>>2],n[s+60>>2]=n[l+60>>2],s=s+64|0,l=l+64|0;for(;(s|0)<(c|0);)n[s>>2]=n[l>>2],s=s+4|0,l=l+4|0}else for(c=d-4|0;(s|0)<(c|0);)o[s>>0]=o[l>>0]|0,o[s+1>>0]=o[l+1>>0]|0,o[s+2>>0]=o[l+2>>0]|0,o[s+3>>0]=o[l+3>>0]|0,s=s+4|0,l=l+4|0;for(;(s|0)<(d|0);)o[s>>0]=o[l>>0]|0,s=s+1|0,l=l+1|0;return m|0}function g7(s){s=s|0;var l=0;return l=o[L+(s&255)>>0]|0,(l|0)<8?l|0:(l=o[L+(s>>8&255)>>0]|0,(l|0)<8?l+8|0:(l=o[L+(s>>16&255)>>0]|0,(l|0)<8?l+16|0:(o[L+(s>>>24)>>0]|0)+24|0))}function d7(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0;var m=0,B=0,k=0,Q=0,M=0,O=0,G=0,se=0,qe=0,Me=0;if(O=s,Q=l,M=Q,B=c,se=f,k=se,!M)return m=(d|0)!=0,k?m?(n[d>>2]=s|0,n[d+4>>2]=l&0,se=0,d=0,Se=se,d|0):(se=0,d=0,Se=se,d|0):(m&&(n[d>>2]=(O>>>0)%(B>>>0),n[d+4>>2]=0),se=0,d=(O>>>0)/(B>>>0)>>>0,Se=se,d|0);m=(k|0)==0;do if(B){if(!m){if(m=(P(k|0)|0)-(P(M|0)|0)|0,m>>>0<=31){G=m+1|0,k=31-m|0,l=m-31>>31,B=G,s=O>>>(G>>>0)&l|M<>>(G>>>0)&l,m=0,k=O<>2]=s|0,n[d+4>>2]=Q|l&0,se=0,d=0,Se=se,d|0):(se=0,d=0,Se=se,d|0)}if(m=B-1|0,m&B|0){k=(P(B|0)|0)+33-(P(M|0)|0)|0,Me=64-k|0,G=32-k|0,Q=G>>31,qe=k-32|0,l=qe>>31,B=k,s=G-1>>31&M>>>(qe>>>0)|(M<>>(k>>>0))&l,l=l&M>>>(k>>>0),m=O<>>(qe>>>0))&Q|O<>31;break}return d|0&&(n[d>>2]=m&O,n[d+4>>2]=0),(B|0)==1?(qe=Q|l&0,Me=s|0|0,Se=qe,Me|0):(Me=g7(B|0)|0,qe=M>>>(Me>>>0)|0,Me=M<<32-Me|O>>>(Me>>>0)|0,Se=qe,Me|0)}else{if(m)return d|0&&(n[d>>2]=(M>>>0)%(B>>>0),n[d+4>>2]=0),qe=0,Me=(M>>>0)/(B>>>0)>>>0,Se=qe,Me|0;if(!O)return d|0&&(n[d>>2]=0,n[d+4>>2]=(M>>>0)%(k>>>0)),qe=0,Me=(M>>>0)/(k>>>0)>>>0,Se=qe,Me|0;if(m=k-1|0,!(m&k))return d|0&&(n[d>>2]=s|0,n[d+4>>2]=m&M|l&0),qe=0,Me=M>>>((g7(k|0)|0)>>>0),Se=qe,Me|0;if(m=(P(k|0)|0)-(P(M|0)|0)|0,m>>>0<=30){l=m+1|0,k=31-m|0,B=l,s=M<>>(l>>>0),l=M>>>(l>>>0),m=0,k=O<>2]=s|0,n[d+4>>2]=Q|l&0,qe=0,Me=0,Se=qe,Me|0):(qe=0,Me=0,Se=qe,Me|0)}while(0);if(!B)M=k,Q=0,k=0;else{G=c|0|0,O=se|f&0,M=xR(G|0,O|0,-1,-1)|0,c=Se,Q=k,k=0;do f=Q,Q=m>>>31|Q<<1,m=k|m<<1,f=s<<1|f>>>31|0,se=s>>>31|l<<1|0,dD(M|0,c|0,f|0,se|0)|0,Me=Se,qe=Me>>31|((Me|0)<0?-1:0)<<1,k=qe&1,s=dD(f|0,se|0,qe&G|0,(((Me|0)<0?-1:0)>>31|((Me|0)<0?-1:0)<<1)&O|0)|0,l=Se,B=B-1|0;while((B|0)!=0);M=Q,Q=0}return B=0,d|0&&(n[d>>2]=s,n[d+4>>2]=l),qe=(m|0)>>>31|(M|B)<<1|(B<<1|m>>>31)&0|Q,Me=(m<<1|0>>>31)&-2|k,Se=qe,Me|0}function kR(s,l,c,f){return s=s|0,l=l|0,c=c|0,f=f|0,d7(s,l,c,f,0)|0}function Qp(s){s=s|0;var l=0,c=0;return c=s+15&-16|0,l=n[I>>2]|0,s=l+c|0,(c|0)>0&(s|0)<(l|0)|(s|0)<0?(ie()|0,DA(12),-1):(n[I>>2]=s,(s|0)>(Z()|0)&&(X()|0)==0?(n[I>>2]=l,DA(12),-1):l|0)}function Mw(s,l,c){s=s|0,l=l|0,c=c|0;var f=0;if((l|0)<(s|0)&(s|0)<(l+c|0)){for(f=s,l=l+c|0,s=s+c|0;(c|0)>0;)s=s-1|0,l=l-1|0,c=c-1|0,o[s>>0]=o[l>>0]|0;s=f}else Dr(s,l,c)|0;return s|0}function QR(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0;var d=0,m=0;return m=C,C=C+16|0,d=m|0,d7(s,l,c,f,d)|0,C=m,Se=n[d+4>>2]|0,n[d>>2]|0|0}function m7(s){return s=s|0,(s&255)<<24|(s>>8&255)<<16|(s>>16&255)<<8|s>>>24|0}function n3e(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,y7[s&1](l|0,c|0,f|0,d|0,m|0)}function i3e(s,l,c){s=s|0,l=l|0,c=y(c),E7[s&1](l|0,y(c))}function s3e(s,l,c){s=s|0,l=l|0,c=+c,C7[s&31](l|0,+c)}function o3e(s,l,c,f){return s=s|0,l=l|0,c=y(c),f=y(f),y(w7[s&0](l|0,y(c),y(f)))}function a3e(s,l){s=s|0,l=l|0,tf[s&127](l|0)}function l3e(s,l,c){s=s|0,l=l|0,c=c|0,rf[s&31](l|0,c|0)}function c3e(s,l){return s=s|0,l=l|0,Lg[s&31](l|0)|0}function u3e(s,l,c,f,d){s=s|0,l=l|0,c=+c,f=+f,d=d|0,I7[s&1](l|0,+c,+f,d|0)}function A3e(s,l,c,f){s=s|0,l=l|0,c=+c,f=+f,Y3e[s&1](l|0,+c,+f)}function f3e(s,l,c,f){return s=s|0,l=l|0,c=c|0,f=f|0,ED[s&7](l|0,c|0,f|0)|0}function p3e(s,l,c,f){return s=s|0,l=l|0,c=c|0,f=f|0,+W3e[s&1](l|0,c|0,f|0)}function h3e(s,l){return s=s|0,l=l|0,+B7[s&15](l|0)}function g3e(s,l,c){return s=s|0,l=l|0,c=+c,K3e[s&1](l|0,+c)|0}function d3e(s,l,c){return s=s|0,l=l|0,c=c|0,RR[s&15](l|0,c|0)|0}function m3e(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=+f,d=+d,m=m|0,V3e[s&1](l|0,c|0,+f,+d,m|0)}function y3e(s,l,c,f,d,m,B){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,B=B|0,J3e[s&1](l|0,c|0,f|0,d|0,m|0,B|0)}function E3e(s,l,c){return s=s|0,l=l|0,c=c|0,+v7[s&7](l|0,c|0)}function C3e(s){return s=s|0,CD[s&7]()|0}function w3e(s,l,c,f,d,m){return s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,D7[s&1](l|0,c|0,f|0,d|0,m|0)|0}function I3e(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=+d,z3e[s&1](l|0,c|0,f|0,+d)}function B3e(s,l,c,f,d,m,B){s=s|0,l=l|0,c=c|0,f=y(f),d=d|0,m=y(m),B=B|0,S7[s&1](l|0,c|0,y(f),d|0,y(m),B|0)}function v3e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,Hw[s&15](l|0,c|0,f|0)}function D3e(s){s=s|0,P7[s&0]()}function S3e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=+f,b7[s&15](l|0,c|0,+f)}function P3e(s,l,c){return s=s|0,l=+l,c=+c,X3e[s&1](+l,+c)|0}function b3e(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,TR[s&15](l|0,c|0,f|0,d|0)}function x3e(s,l,c,f,d){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,F(0)}function k3e(s,l){s=s|0,l=y(l),F(1)}function ma(s,l){s=s|0,l=+l,F(2)}function Q3e(s,l,c){return s=s|0,l=y(l),c=y(c),F(3),Ze}function Er(s){s=s|0,F(4)}function Uw(s,l){s=s|0,l=l|0,F(5)}function Ja(s){return s=s|0,F(6),0}function F3e(s,l,c,f){s=s|0,l=+l,c=+c,f=f|0,F(7)}function R3e(s,l,c){s=s|0,l=+l,c=+c,F(8)}function T3e(s,l,c){return s=s|0,l=l|0,c=c|0,F(9),0}function N3e(s,l,c){return s=s|0,l=l|0,c=c|0,F(10),0}function Ng(s){return s=s|0,F(11),0}function L3e(s,l){return s=s|0,l=+l,F(12),0}function _w(s,l){return s=s|0,l=l|0,F(13),0}function O3e(s,l,c,f,d){s=s|0,l=l|0,c=+c,f=+f,d=d|0,F(14)}function M3e(s,l,c,f,d,m){s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,m=m|0,F(15)}function FR(s,l){return s=s|0,l=l|0,F(16),0}function U3e(){return F(17),0}function _3e(s,l,c,f,d){return s=s|0,l=l|0,c=c|0,f=f|0,d=d|0,F(18),0}function H3e(s,l,c,f){s=s|0,l=l|0,c=c|0,f=+f,F(19)}function j3e(s,l,c,f,d,m){s=s|0,l=l|0,c=y(c),f=f|0,d=y(d),m=m|0,F(20)}function yD(s,l,c){s=s|0,l=l|0,c=c|0,F(21)}function G3e(){F(22)}function Zm(s,l,c){s=s|0,l=l|0,c=+c,F(23)}function q3e(s,l){return s=+s,l=+l,F(24),0}function $m(s,l,c,f){s=s|0,l=l|0,c=c|0,f=f|0,F(25)}var y7=[x3e,_Le],E7=[k3e,fo],C7=[ma,xw,kw,EF,CF,Dl,Qw,wF,jm,bu,Rw,IF,$v,KA,eD,Gm,tD,rD,qm,ma,ma,ma,ma,ma,ma,ma,ma,ma,ma,ma,ma,ma],w7=[Q3e],tf=[Er,zm,CDe,wDe,IDe,Xbe,Zbe,$be,gNe,dNe,mNe,PLe,bLe,xLe,J4e,z4e,X4e,hs,Vv,Hm,WA,Fw,dve,mve,uDe,kDe,jDe,oSe,ISe,USe,rPe,mPe,FPe,VPe,ube,Sbe,jbe,dxe,Fxe,Vxe,uke,Ske,jke,aQe,IQe,LQe,ZQe,Pc,xFe,YFe,uRe,bRe,GRe,uTe,CTe,BTe,_Te,GTe,oNe,ENe,INe,UNe,nLe,i9,MOe,gMe,kMe,YMe,p4e,b4e,U4e,j4e,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er],rf=[Uw,fF,pF,bw,Pu,hF,gF,Bp,dF,mF,yF,Zv,VA,Ve,ft,Wt,vr,Pn,Fr,vF,nve,Sve,AQe,DQe,FRe,HOe,ALe,j5,Uw,Uw,Uw,Uw],Lg=[Ja,SUe,AF,D,Ae,De,vt,wt,xt,_r,di,po,eve,tve,yve,tFe,KRe,jNe,YOe,Wa,Ja,Ja,Ja,Ja,Ja,Ja,Ja,Ja,Ja,Ja,Ja,Ja],I7=[F3e,Eve],Y3e=[R3e,cNe],ED=[T3e,r7,PUe,kUe,GSe,Cxe,RFe,JMe],W3e=[N3e,hbe],B7=[Ng,Yo,rt,bn,Cve,wve,Ive,Bve,vve,Dve,Ng,Ng,Ng,Ng,Ng,Ng],K3e=[L3e,mTe],RR=[_w,XUe,rve,hDe,uSe,sPe,CPe,Wbe,Lxe,_Qe,Wv,TMe,_w,_w,_w,_w],V3e=[O3e,WDe],J3e=[M3e,m4e],v7=[FR,ai,Pve,bve,xve,kbe,FR,FR],CD=[U3e,kve,Sw,ga,PTe,KTe,SNe,W4e],D7=[_3e,Cw],z3e=[H3e,hke],S7=[j3e,ive],Hw=[yD,T,is,tn,ho,SSe,NPe,kke,Wke,_m,cOe,EMe,F4e,yD,yD,yD],P7=[G3e],b7=[Zm,Jv,zv,Xv,YA,nD,BF,S,Zxe,JFe,pTe,Zm,Zm,Zm,Zm,Zm],X3e=[q3e,pNe],TR=[$m,ZPe,cFe,hRe,rTe,RTe,$Te,RNe,lLe,XOe,nUe,$m,$m,$m,$m,$m];return{_llvm_bswap_i32:m7,dynCall_idd:P3e,dynCall_i:C3e,_i64Subtract:dD,___udivdi3:kR,dynCall_vif:i3e,setThrew:hu,dynCall_viii:v3e,_bitshift64Lshr:mD,_bitshift64Shl:h7,dynCall_vi:a3e,dynCall_viiddi:m3e,dynCall_diii:p3e,dynCall_iii:d3e,_memset:Xm,_sbrk:Qp,_memcpy:Dr,__GLOBAL__sub_I_Yoga_cpp:Um,dynCall_vii:l3e,___uremdi3:QR,dynCall_vid:s3e,stackAlloc:lo,_nbind_init:hUe,getTempRet0:Ua,dynCall_di:h3e,dynCall_iid:g3e,setTempRet0:xA,_i64Add:xR,dynCall_fiff:o3e,dynCall_iiii:f3e,_emscripten_get_global_libc:DUe,dynCall_viid:S3e,dynCall_viiid:I3e,dynCall_viififi:B3e,dynCall_ii:c3e,__GLOBAL__sub_I_Binding_cc:kOe,dynCall_viiii:b3e,dynCall_iiiiii:w3e,stackSave:gc,dynCall_viiiii:n3e,__GLOBAL__sub_I_nbind_cc:Qve,dynCall_vidd:A3e,_free:hD,runPostSets:r3e,dynCall_viiiiii:y3e,establishStackSpace:ji,_memmove:Mw,stackRestore:pu,_malloc:pD,__GLOBAL__sub_I_common_cc:zNe,dynCall_viddi:u3e,dynCall_dii:E3e,dynCall_v:D3e}}(Module.asmGlobalArg,Module.asmLibraryArg,buffer),_llvm_bswap_i32=Module._llvm_bswap_i32=asm._llvm_bswap_i32,getTempRet0=Module.getTempRet0=asm.getTempRet0,___udivdi3=Module.___udivdi3=asm.___udivdi3,setThrew=Module.setThrew=asm.setThrew,_bitshift64Lshr=Module._bitshift64Lshr=asm._bitshift64Lshr,_bitshift64Shl=Module._bitshift64Shl=asm._bitshift64Shl,_memset=Module._memset=asm._memset,_sbrk=Module._sbrk=asm._sbrk,_memcpy=Module._memcpy=asm._memcpy,stackAlloc=Module.stackAlloc=asm.stackAlloc,___uremdi3=Module.___uremdi3=asm.___uremdi3,_nbind_init=Module._nbind_init=asm._nbind_init,_i64Subtract=Module._i64Subtract=asm._i64Subtract,setTempRet0=Module.setTempRet0=asm.setTempRet0,_i64Add=Module._i64Add=asm._i64Add,_emscripten_get_global_libc=Module._emscripten_get_global_libc=asm._emscripten_get_global_libc,__GLOBAL__sub_I_Yoga_cpp=Module.__GLOBAL__sub_I_Yoga_cpp=asm.__GLOBAL__sub_I_Yoga_cpp,__GLOBAL__sub_I_Binding_cc=Module.__GLOBAL__sub_I_Binding_cc=asm.__GLOBAL__sub_I_Binding_cc,stackSave=Module.stackSave=asm.stackSave,__GLOBAL__sub_I_nbind_cc=Module.__GLOBAL__sub_I_nbind_cc=asm.__GLOBAL__sub_I_nbind_cc,_free=Module._free=asm._free,runPostSets=Module.runPostSets=asm.runPostSets,establishStackSpace=Module.establishStackSpace=asm.establishStackSpace,_memmove=Module._memmove=asm._memmove,stackRestore=Module.stackRestore=asm.stackRestore,_malloc=Module._malloc=asm._malloc,__GLOBAL__sub_I_common_cc=Module.__GLOBAL__sub_I_common_cc=asm.__GLOBAL__sub_I_common_cc,dynCall_viiiii=Module.dynCall_viiiii=asm.dynCall_viiiii,dynCall_vif=Module.dynCall_vif=asm.dynCall_vif,dynCall_vid=Module.dynCall_vid=asm.dynCall_vid,dynCall_fiff=Module.dynCall_fiff=asm.dynCall_fiff,dynCall_vi=Module.dynCall_vi=asm.dynCall_vi,dynCall_vii=Module.dynCall_vii=asm.dynCall_vii,dynCall_ii=Module.dynCall_ii=asm.dynCall_ii,dynCall_viddi=Module.dynCall_viddi=asm.dynCall_viddi,dynCall_vidd=Module.dynCall_vidd=asm.dynCall_vidd,dynCall_iiii=Module.dynCall_iiii=asm.dynCall_iiii,dynCall_diii=Module.dynCall_diii=asm.dynCall_diii,dynCall_di=Module.dynCall_di=asm.dynCall_di,dynCall_iid=Module.dynCall_iid=asm.dynCall_iid,dynCall_iii=Module.dynCall_iii=asm.dynCall_iii,dynCall_viiddi=Module.dynCall_viiddi=asm.dynCall_viiddi,dynCall_viiiiii=Module.dynCall_viiiiii=asm.dynCall_viiiiii,dynCall_dii=Module.dynCall_dii=asm.dynCall_dii,dynCall_i=Module.dynCall_i=asm.dynCall_i,dynCall_iiiiii=Module.dynCall_iiiiii=asm.dynCall_iiiiii,dynCall_viiid=Module.dynCall_viiid=asm.dynCall_viiid,dynCall_viififi=Module.dynCall_viififi=asm.dynCall_viififi,dynCall_viii=Module.dynCall_viii=asm.dynCall_viii,dynCall_v=Module.dynCall_v=asm.dynCall_v,dynCall_viid=Module.dynCall_viid=asm.dynCall_viid,dynCall_idd=Module.dynCall_idd=asm.dynCall_idd,dynCall_viiii=Module.dynCall_viiii=asm.dynCall_viiii;Runtime.stackAlloc=Module.stackAlloc,Runtime.stackSave=Module.stackSave,Runtime.stackRestore=Module.stackRestore,Runtime.establishStackSpace=Module.establishStackSpace,Runtime.setTempRet0=Module.setTempRet0,Runtime.getTempRet0=Module.getTempRet0,Module.asm=asm;function ExitStatus(t){this.name="ExitStatus",this.message="Program terminated with exit("+t+")",this.status=t}ExitStatus.prototype=new Error,ExitStatus.prototype.constructor=ExitStatus;var initialStackTop,preloadStartTime=null,calledMain=!1;dependenciesFulfilled=function t(){Module.calledRun||run(),Module.calledRun||(dependenciesFulfilled=t)},Module.callMain=Module.callMain=function t(e){e=e||[],ensureInitRuntime();var r=e.length+1;function o(){for(var p=0;p<4-1;p++)a.push(0)}var a=[allocate(intArrayFromString(Module.thisProgram),"i8",ALLOC_NORMAL)];o();for(var n=0;n0||(preRun(),runDependencies>0)||Module.calledRun)return;function e(){Module.calledRun||(Module.calledRun=!0,!ABORT&&(ensureInitRuntime(),preMain(),Module.onRuntimeInitialized&&Module.onRuntimeInitialized(),Module._main&&shouldRunNow&&Module.callMain(t),postRun()))}Module.setStatus?(Module.setStatus("Running..."),setTimeout(function(){setTimeout(function(){Module.setStatus("")},1),e()},1)):e()}Module.run=Module.run=run;function exit(t,e){e&&Module.noExitRuntime||(Module.noExitRuntime||(ABORT=!0,EXITSTATUS=t,STACKTOP=initialStackTop,exitRuntime(),Module.onExit&&Module.onExit(t)),ENVIRONMENT_IS_NODE&&process.exit(t),Module.quit(t,new ExitStatus(t)))}Module.exit=Module.exit=exit;var abortDecorators=[];function abort(t){Module.onAbort&&Module.onAbort(t),t!==void 0?(Module.print(t),Module.printErr(t),t=JSON.stringify(t)):t="",ABORT=!0,EXITSTATUS=1;var e=` +If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.`,r="abort("+t+") at "+stackTrace()+e;throw abortDecorators&&abortDecorators.forEach(function(o){r=o(r,t)}),r}if(Module.abort=Module.abort=abort,Module.preInit)for(typeof Module.preInit=="function"&&(Module.preInit=[Module.preInit]);Module.preInit.length>0;)Module.preInit.pop()();var shouldRunNow=!0;Module.noInitialRun&&(shouldRunNow=!1),run()})});var am=_((wKt,NEe)=>{"use strict";var qyt=REe(),Yyt=TEe(),x6=!1,k6=null;Yyt({},function(t,e){if(!x6){if(x6=!0,t)throw t;k6=e}});if(!x6)throw new Error("Failed to load the yoga module - it needed to be loaded synchronously, but didn't");NEe.exports=qyt(k6.bind,k6.lib)});var F6=_((IKt,Q6)=>{"use strict";var LEe=t=>Number.isNaN(t)?!1:t>=4352&&(t<=4447||t===9001||t===9002||11904<=t&&t<=12871&&t!==12351||12880<=t&&t<=19903||19968<=t&&t<=42182||43360<=t&&t<=43388||44032<=t&&t<=55203||63744<=t&&t<=64255||65040<=t&&t<=65049||65072<=t&&t<=65131||65281<=t&&t<=65376||65504<=t&&t<=65510||110592<=t&&t<=110593||127488<=t&&t<=127569||131072<=t&&t<=262141);Q6.exports=LEe;Q6.exports.default=LEe});var MEe=_((BKt,OEe)=>{"use strict";OEe.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var Kk=_((vKt,R6)=>{"use strict";var Wyt=OS(),Kyt=F6(),Vyt=MEe(),UEe=t=>{if(typeof t!="string"||t.length===0||(t=Wyt(t),t.length===0))return 0;t=t.replace(Vyt()," ");let e=0;for(let r=0;r=127&&o<=159||o>=768&&o<=879||(o>65535&&r++,e+=Kyt(o)?2:1)}return e};R6.exports=UEe;R6.exports.default=UEe});var N6=_((DKt,T6)=>{"use strict";var Jyt=Kk(),_Ee=t=>{let e=0;for(let r of t.split(` +`))e=Math.max(e,Jyt(r));return e};T6.exports=_Ee;T6.exports.default=_Ee});var HEe=_(cB=>{"use strict";var zyt=cB&&cB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(cB,"__esModule",{value:!0});var Xyt=zyt(N6()),L6={};cB.default=t=>{if(t.length===0)return{width:0,height:0};if(L6[t])return L6[t];let e=Xyt.default(t),r=t.split(` +`).length;return L6[t]={width:e,height:r},{width:e,height:r}}});var jEe=_(uB=>{"use strict";var Zyt=uB&&uB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(uB,"__esModule",{value:!0});var dn=Zyt(am()),$yt=(t,e)=>{"position"in e&&t.setPositionType(e.position==="absolute"?dn.default.POSITION_TYPE_ABSOLUTE:dn.default.POSITION_TYPE_RELATIVE)},eEt=(t,e)=>{"marginLeft"in e&&t.setMargin(dn.default.EDGE_START,e.marginLeft||0),"marginRight"in e&&t.setMargin(dn.default.EDGE_END,e.marginRight||0),"marginTop"in e&&t.setMargin(dn.default.EDGE_TOP,e.marginTop||0),"marginBottom"in e&&t.setMargin(dn.default.EDGE_BOTTOM,e.marginBottom||0)},tEt=(t,e)=>{"paddingLeft"in e&&t.setPadding(dn.default.EDGE_LEFT,e.paddingLeft||0),"paddingRight"in e&&t.setPadding(dn.default.EDGE_RIGHT,e.paddingRight||0),"paddingTop"in e&&t.setPadding(dn.default.EDGE_TOP,e.paddingTop||0),"paddingBottom"in e&&t.setPadding(dn.default.EDGE_BOTTOM,e.paddingBottom||0)},rEt=(t,e)=>{var r;"flexGrow"in e&&t.setFlexGrow((r=e.flexGrow)!==null&&r!==void 0?r:0),"flexShrink"in e&&t.setFlexShrink(typeof e.flexShrink=="number"?e.flexShrink:1),"flexDirection"in e&&(e.flexDirection==="row"&&t.setFlexDirection(dn.default.FLEX_DIRECTION_ROW),e.flexDirection==="row-reverse"&&t.setFlexDirection(dn.default.FLEX_DIRECTION_ROW_REVERSE),e.flexDirection==="column"&&t.setFlexDirection(dn.default.FLEX_DIRECTION_COLUMN),e.flexDirection==="column-reverse"&&t.setFlexDirection(dn.default.FLEX_DIRECTION_COLUMN_REVERSE)),"flexBasis"in e&&(typeof e.flexBasis=="number"?t.setFlexBasis(e.flexBasis):typeof e.flexBasis=="string"?t.setFlexBasisPercent(Number.parseInt(e.flexBasis,10)):t.setFlexBasis(NaN)),"alignItems"in e&&((e.alignItems==="stretch"||!e.alignItems)&&t.setAlignItems(dn.default.ALIGN_STRETCH),e.alignItems==="flex-start"&&t.setAlignItems(dn.default.ALIGN_FLEX_START),e.alignItems==="center"&&t.setAlignItems(dn.default.ALIGN_CENTER),e.alignItems==="flex-end"&&t.setAlignItems(dn.default.ALIGN_FLEX_END)),"alignSelf"in e&&((e.alignSelf==="auto"||!e.alignSelf)&&t.setAlignSelf(dn.default.ALIGN_AUTO),e.alignSelf==="flex-start"&&t.setAlignSelf(dn.default.ALIGN_FLEX_START),e.alignSelf==="center"&&t.setAlignSelf(dn.default.ALIGN_CENTER),e.alignSelf==="flex-end"&&t.setAlignSelf(dn.default.ALIGN_FLEX_END)),"justifyContent"in e&&((e.justifyContent==="flex-start"||!e.justifyContent)&&t.setJustifyContent(dn.default.JUSTIFY_FLEX_START),e.justifyContent==="center"&&t.setJustifyContent(dn.default.JUSTIFY_CENTER),e.justifyContent==="flex-end"&&t.setJustifyContent(dn.default.JUSTIFY_FLEX_END),e.justifyContent==="space-between"&&t.setJustifyContent(dn.default.JUSTIFY_SPACE_BETWEEN),e.justifyContent==="space-around"&&t.setJustifyContent(dn.default.JUSTIFY_SPACE_AROUND))},nEt=(t,e)=>{var r,o;"width"in e&&(typeof e.width=="number"?t.setWidth(e.width):typeof e.width=="string"?t.setWidthPercent(Number.parseInt(e.width,10)):t.setWidthAuto()),"height"in e&&(typeof e.height=="number"?t.setHeight(e.height):typeof e.height=="string"?t.setHeightPercent(Number.parseInt(e.height,10)):t.setHeightAuto()),"minWidth"in e&&(typeof e.minWidth=="string"?t.setMinWidthPercent(Number.parseInt(e.minWidth,10)):t.setMinWidth((r=e.minWidth)!==null&&r!==void 0?r:0)),"minHeight"in e&&(typeof e.minHeight=="string"?t.setMinHeightPercent(Number.parseInt(e.minHeight,10)):t.setMinHeight((o=e.minHeight)!==null&&o!==void 0?o:0))},iEt=(t,e)=>{"display"in e&&t.setDisplay(e.display==="flex"?dn.default.DISPLAY_FLEX:dn.default.DISPLAY_NONE)},sEt=(t,e)=>{if("borderStyle"in e){let r=typeof e.borderStyle=="string"?1:0;t.setBorder(dn.default.EDGE_TOP,r),t.setBorder(dn.default.EDGE_BOTTOM,r),t.setBorder(dn.default.EDGE_LEFT,r),t.setBorder(dn.default.EDGE_RIGHT,r)}};uB.default=(t,e={})=>{$yt(t,e),eEt(t,e),tEt(t,e),rEt(t,e),nEt(t,e),iEt(t,e),sEt(t,e)}});var YEe=_((bKt,qEe)=>{"use strict";var AB=Kk(),oEt=OS(),aEt=DI(),M6=new Set(["\x1B","\x9B"]),lEt=39,GEe=t=>`${M6.values().next().value}[${t}m`,cEt=t=>t.split(" ").map(e=>AB(e)),O6=(t,e,r)=>{let o=[...e],a=!1,n=AB(oEt(t[t.length-1]));for(let[u,A]of o.entries()){let p=AB(A);if(n+p<=r?t[t.length-1]+=A:(t.push(A),n=0),M6.has(A))a=!0;else if(a&&A==="m"){a=!1;continue}a||(n+=p,n===r&&u0&&t.length>1&&(t[t.length-2]+=t.pop())},uEt=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(AB(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},AEt=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let o="",a="",n,u=cEt(t),A=[""];for(let[p,h]of t.split(" ").entries()){r.trim!==!1&&(A[A.length-1]=A[A.length-1].trimLeft());let E=AB(A[A.length-1]);if(p!==0&&(E>=e&&(r.wordWrap===!1||r.trim===!1)&&(A.push(""),E=0),(E>0||r.trim===!1)&&(A[A.length-1]+=" ",E++)),r.hard&&u[p]>e){let I=e-E,v=1+Math.floor((u[p]-I-1)/e);Math.floor((u[p]-1)/e)e&&E>0&&u[p]>0){if(r.wordWrap===!1&&Ee&&r.wordWrap===!1){O6(A,h,e);continue}A[A.length-1]+=h}r.trim!==!1&&(A=A.map(uEt)),o=A.join(` +`);for(let[p,h]of[...o].entries()){if(a+=h,M6.has(h)){let I=parseFloat(/\d[^m]*/.exec(o.slice(p,p+4)));n=I===lEt?null:I}let E=aEt.codes.get(Number(n));n&&E&&(o[p+1]===` +`?a+=GEe(E):h===` +`&&(a+=GEe(n)))}return a};qEe.exports=(t,e,r)=>String(t).normalize().replace(/\r\n/g,` `).split(` -`).map(o=>dEt(o,e,r)).join(` -`)});var XEe=_((bVt,zEe)=>{"use strict";var JEe="[\uD800-\uDBFF][\uDC00-\uDFFF]",mEt=t=>t&&t.exact?new RegExp(`^${JEe}$`):new RegExp(JEe,"g");zEe.exports=mEt});var H6=_((kVt,tCe)=>{"use strict";var yEt=R6(),EEt=XEe(),ZEe=vI(),eCe=["\x1B","\x9B"],zk=t=>`${eCe[0]}[${t}m`,$Ee=(t,e,r)=>{let o=[];t=[...t];for(let a of t){let n=a;a.match(";")&&(a=a.split(";")[0][0]+"0");let u=ZEe.codes.get(parseInt(a,10));if(u){let A=t.indexOf(u.toString());A>=0?t.splice(A,1):o.push(zk(e?u:n))}else if(e){o.push(zk(0));break}else o.push(zk(n))}if(e&&(o=o.filter((a,n)=>o.indexOf(a)===n),r!==void 0)){let a=zk(ZEe.codes.get(parseInt(r,10)));o=o.reduce((n,u)=>u===a?[u,...n]:[...n,u],[])}return o.join("")};tCe.exports=(t,e,r)=>{let o=[...t.normalize()],a=[];r=typeof r=="number"?r:o.length;let n=!1,u,A=0,p="";for(let[h,E]of o.entries()){let I=!1;if(eCe.includes(E)){let v=/\d[^m]*/.exec(t.slice(h,h+18));u=v&&v.length>0?v[0]:void 0,Ae&&A<=r)p+=E;else if(A===e&&!n&&u!==void 0)p=$Ee(a);else if(A>=r){p+=$Ee(a,!0,u);break}}return p}});var nCe=_((QVt,rCe)=>{"use strict";var y0=H6(),CEt=Jk();function Xk(t,e,r){if(t.charAt(e)===" ")return e;for(let o=1;o<=3;o++)if(r){if(t.charAt(e+o)===" ")return e+o}else if(t.charAt(e-o)===" ")return e-o;return e}rCe.exports=(t,e,r)=>{r={position:"end",preferTruncationOnSpace:!1,...r};let{position:o,space:a,preferTruncationOnSpace:n}=r,u="\u2026",A=1;if(typeof t!="string")throw new TypeError(`Expected \`input\` to be a string, got ${typeof t}`);if(typeof e!="number")throw new TypeError(`Expected \`columns\` to be a number, got ${typeof e}`);if(e<1)return"";if(e===1)return u;let p=CEt(t);if(p<=e)return t;if(o==="start"){if(n){let h=Xk(t,p-e+1,!0);return u+y0(t,h,p).trim()}return a===!0&&(u+=" ",A=2),u+y0(t,p-e+A,p)}if(o==="middle"){a===!0&&(u=" "+u+" ",A=3);let h=Math.floor(e/2);if(n){let E=Xk(t,h),I=Xk(t,p-(e-h)+1,!0);return y0(t,0,E)+u+y0(t,I,p).trim()}return y0(t,0,h)+u+y0(t,p-(e-h)+A,p)}if(o==="end"){if(n){let h=Xk(t,e-1);return y0(t,0,h)+u}return a===!0&&(u=" "+u,A=2),y0(t,0,e-A)+u}throw new Error(`Expected \`options.position\` to be either \`start\`, \`middle\` or \`end\`, got ${o}`)}});var q6=_(AB=>{"use strict";var iCe=AB&&AB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(AB,"__esModule",{value:!0});var wEt=iCe(KEe()),IEt=iCe(nCe()),j6={};AB.default=(t,e,r)=>{let o=t+String(e)+String(r);if(j6[o])return j6[o];let a=t;if(r==="wrap"&&(a=wEt.default(t,e,{trim:!1,hard:!0})),r.startsWith("truncate")){let n="end";r==="truncate-middle"&&(n="middle"),r==="truncate-start"&&(n="start"),a=IEt.default(t,e,{position:n})}return j6[o]=a,a}});var Y6=_(G6=>{"use strict";Object.defineProperty(G6,"__esModule",{value:!0});var sCe=t=>{let e="";if(t.childNodes.length>0)for(let r of t.childNodes){let o="";r.nodeName==="#text"?o=r.nodeValue:((r.nodeName==="ink-text"||r.nodeName==="ink-virtual-text")&&(o=sCe(r)),o.length>0&&typeof r.internal_transform=="function"&&(o=r.internal_transform(o))),e+=o}return e};G6.default=sCe});var W6=_(pi=>{"use strict";var fB=pi&&pi.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(pi,"__esModule",{value:!0});pi.setTextNodeValue=pi.createTextNode=pi.setStyle=pi.setAttribute=pi.removeChildNode=pi.insertBeforeNode=pi.appendChildNode=pi.createNode=pi.TEXT_NAME=void 0;var BEt=fB(om()),oCe=fB(GEe()),vEt=fB(YEe()),DEt=fB(q6()),PEt=fB(Y6());pi.TEXT_NAME="#text";pi.createNode=t=>{var e;let r={nodeName:t,style:{},attributes:{},childNodes:[],parentNode:null,yogaNode:t==="ink-virtual-text"?void 0:BEt.default.Node.create()};return t==="ink-text"&&((e=r.yogaNode)===null||e===void 0||e.setMeasureFunc(SEt.bind(null,r))),r};pi.appendChildNode=(t,e)=>{var r;e.parentNode&&pi.removeChildNode(e.parentNode,e),e.parentNode=t,t.childNodes.push(e),e.yogaNode&&((r=t.yogaNode)===null||r===void 0||r.insertChild(e.yogaNode,t.yogaNode.getChildCount())),(t.nodeName==="ink-text"||t.nodeName==="ink-virtual-text")&&Zk(t)};pi.insertBeforeNode=(t,e,r)=>{var o,a;e.parentNode&&pi.removeChildNode(e.parentNode,e),e.parentNode=t;let n=t.childNodes.indexOf(r);if(n>=0){t.childNodes.splice(n,0,e),e.yogaNode&&((o=t.yogaNode)===null||o===void 0||o.insertChild(e.yogaNode,n));return}t.childNodes.push(e),e.yogaNode&&((a=t.yogaNode)===null||a===void 0||a.insertChild(e.yogaNode,t.yogaNode.getChildCount())),(t.nodeName==="ink-text"||t.nodeName==="ink-virtual-text")&&Zk(t)};pi.removeChildNode=(t,e)=>{var r,o;e.yogaNode&&((o=(r=e.parentNode)===null||r===void 0?void 0:r.yogaNode)===null||o===void 0||o.removeChild(e.yogaNode)),e.parentNode=null;let a=t.childNodes.indexOf(e);a>=0&&t.childNodes.splice(a,1),(t.nodeName==="ink-text"||t.nodeName==="ink-virtual-text")&&Zk(t)};pi.setAttribute=(t,e,r)=>{t.attributes[e]=r};pi.setStyle=(t,e)=>{t.style=e,t.yogaNode&&vEt.default(t.yogaNode,e)};pi.createTextNode=t=>{let e={nodeName:"#text",nodeValue:t,yogaNode:void 0,parentNode:null,style:{}};return pi.setTextNodeValue(e,t),e};var SEt=function(t,e){var r,o;let a=t.nodeName==="#text"?t.nodeValue:PEt.default(t),n=oCe.default(a);if(n.width<=e||n.width>=1&&e>0&&e<1)return n;let u=(o=(r=t.style)===null||r===void 0?void 0:r.textWrap)!==null&&o!==void 0?o:"wrap",A=DEt.default(a,e,u);return oCe.default(A)},aCe=t=>{var e;if(!(!t||!t.parentNode))return(e=t.yogaNode)!==null&&e!==void 0?e:aCe(t.parentNode)},Zk=t=>{let e=aCe(t);e?.markDirty()};pi.setTextNodeValue=(t,e)=>{typeof e!="string"&&(e=String(e)),t.nodeValue=e,Zk(t)}});var fCe=_(pB=>{"use strict";var ACe=pB&&pB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(pB,"__esModule",{value:!0});var lCe=x6(),xEt=ACe(kEe()),cCe=ACe(om()),Mo=W6(),uCe=t=>{t?.unsetMeasureFunc(),t?.freeRecursive()};pB.default=xEt.default({schedulePassiveEffects:lCe.unstable_scheduleCallback,cancelPassiveEffects:lCe.unstable_cancelCallback,now:Date.now,getRootHostContext:()=>({isInsideText:!1}),prepareForCommit:()=>{},resetAfterCommit:t=>{if(t.isStaticDirty){t.isStaticDirty=!1,typeof t.onImmediateRender=="function"&&t.onImmediateRender();return}typeof t.onRender=="function"&&t.onRender()},getChildHostContext:(t,e)=>{let r=t.isInsideText,o=e==="ink-text"||e==="ink-virtual-text";return r===o?t:{isInsideText:o}},shouldSetTextContent:()=>!1,createInstance:(t,e,r,o)=>{if(o.isInsideText&&t==="ink-box")throw new Error(" can\u2019t be nested inside component");let a=t==="ink-text"&&o.isInsideText?"ink-virtual-text":t,n=Mo.createNode(a);for(let[u,A]of Object.entries(e))u!=="children"&&(u==="style"?Mo.setStyle(n,A):u==="internal_transform"?n.internal_transform=A:u==="internal_static"?n.internal_static=!0:Mo.setAttribute(n,u,A));return n},createTextInstance:(t,e,r)=>{if(!r.isInsideText)throw new Error(`Text string "${t}" must be rendered inside component`);return Mo.createTextNode(t)},resetTextContent:()=>{},hideTextInstance:t=>{Mo.setTextNodeValue(t,"")},unhideTextInstance:(t,e)=>{Mo.setTextNodeValue(t,e)},getPublicInstance:t=>t,hideInstance:t=>{var e;(e=t.yogaNode)===null||e===void 0||e.setDisplay(cCe.default.DISPLAY_NONE)},unhideInstance:t=>{var e;(e=t.yogaNode)===null||e===void 0||e.setDisplay(cCe.default.DISPLAY_FLEX)},appendInitialChild:Mo.appendChildNode,appendChild:Mo.appendChildNode,insertBefore:Mo.insertBeforeNode,finalizeInitialChildren:(t,e,r,o)=>(t.internal_static&&(o.isStaticDirty=!0,o.staticNode=t),!1),supportsMutation:!0,appendChildToContainer:Mo.appendChildNode,insertInContainerBefore:Mo.insertBeforeNode,removeChildFromContainer:(t,e)=>{Mo.removeChildNode(t,e),uCe(e.yogaNode)},prepareUpdate:(t,e,r,o,a)=>{t.internal_static&&(a.isStaticDirty=!0);let n={},u=Object.keys(o);for(let A of u)if(o[A]!==r[A]){if(A==="style"&&typeof o.style=="object"&&typeof r.style=="object"){let h=o.style,E=r.style,I=Object.keys(h);for(let v of I){if(v==="borderStyle"||v==="borderColor"){if(typeof n.style!="object"){let b={};n.style=b}n.style.borderStyle=h.borderStyle,n.style.borderColor=h.borderColor}if(h[v]!==E[v]){if(typeof n.style!="object"){let b={};n.style=b}n.style[v]=h[v]}}continue}n[A]=o[A]}return n},commitUpdate:(t,e)=>{for(let[r,o]of Object.entries(e))r!=="children"&&(r==="style"?Mo.setStyle(t,o):r==="internal_transform"?t.internal_transform=o:r==="internal_static"?t.internal_static=!0:Mo.setAttribute(t,r,o))},commitTextUpdate:(t,e,r)=>{Mo.setTextNodeValue(t,r)},removeChild:(t,e)=>{Mo.removeChildNode(t,e),uCe(e.yogaNode)}})});var hCe=_((LVt,pCe)=>{"use strict";pCe.exports=(t,e=1,r)=>{if(r={indent:" ",includeEmptyLines:!1,...r},typeof t!="string")throw new TypeError(`Expected \`input\` to be a \`string\`, got \`${typeof t}\``);if(typeof e!="number")throw new TypeError(`Expected \`count\` to be a \`number\`, got \`${typeof e}\``);if(typeof r.indent!="string")throw new TypeError(`Expected \`options.indent\` to be a \`string\`, got \`${typeof r.indent}\``);if(e===0)return t;let o=r.includeEmptyLines?/^/gm:/^(?!\s*$)/gm;return t.replace(o,r.indent.repeat(e))}});var gCe=_(hB=>{"use strict";var bEt=hB&&hB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(hB,"__esModule",{value:!0});var $k=bEt(om());hB.default=t=>t.getComputedWidth()-t.getComputedPadding($k.default.EDGE_LEFT)-t.getComputedPadding($k.default.EDGE_RIGHT)-t.getComputedBorder($k.default.EDGE_LEFT)-t.getComputedBorder($k.default.EDGE_RIGHT)});var dCe=_((OVt,kEt)=>{kEt.exports={single:{topLeft:"\u250C",topRight:"\u2510",bottomRight:"\u2518",bottomLeft:"\u2514",vertical:"\u2502",horizontal:"\u2500"},double:{topLeft:"\u2554",topRight:"\u2557",bottomRight:"\u255D",bottomLeft:"\u255A",vertical:"\u2551",horizontal:"\u2550"},round:{topLeft:"\u256D",topRight:"\u256E",bottomRight:"\u256F",bottomLeft:"\u2570",vertical:"\u2502",horizontal:"\u2500"},bold:{topLeft:"\u250F",topRight:"\u2513",bottomRight:"\u251B",bottomLeft:"\u2517",vertical:"\u2503",horizontal:"\u2501"},singleDouble:{topLeft:"\u2553",topRight:"\u2556",bottomRight:"\u255C",bottomLeft:"\u2559",vertical:"\u2551",horizontal:"\u2500"},doubleSingle:{topLeft:"\u2552",topRight:"\u2555",bottomRight:"\u255B",bottomLeft:"\u2558",vertical:"\u2502",horizontal:"\u2550"},classic:{topLeft:"+",topRight:"+",bottomRight:"+",bottomLeft:"+",vertical:"|",horizontal:"-"}}});var yCe=_((UVt,V6)=>{"use strict";var mCe=dCe();V6.exports=mCe;V6.exports.default=mCe});var CCe=_((_Vt,ECe)=>{"use strict";var QEt=(t,e,r)=>{let o=t.indexOf(e);if(o===-1)return t;let a=e.length,n=0,u="";do u+=t.substr(n,o-n)+e+r,n=o+a,o=t.indexOf(e,n);while(o!==-1);return u+=t.substr(n),u},FEt=(t,e,r,o)=>{let a=0,n="";do{let u=t[o-1]==="\r";n+=t.substr(a,(u?o-1:o)-a)+e+(u?`\r +`).map(o=>AEt(o,e,r)).join(` +`)});var VEe=_((xKt,KEe)=>{"use strict";var WEe="[\uD800-\uDBFF][\uDC00-\uDFFF]",fEt=t=>t&&t.exact?new RegExp(`^${WEe}$`):new RegExp(WEe,"g");KEe.exports=fEt});var U6=_((kKt,ZEe)=>{"use strict";var pEt=F6(),hEt=VEe(),JEe=DI(),XEe=["\x1B","\x9B"],Vk=t=>`${XEe[0]}[${t}m`,zEe=(t,e,r)=>{let o=[];t=[...t];for(let a of t){let n=a;a.match(";")&&(a=a.split(";")[0][0]+"0");let u=JEe.codes.get(parseInt(a,10));if(u){let A=t.indexOf(u.toString());A>=0?t.splice(A,1):o.push(Vk(e?u:n))}else if(e){o.push(Vk(0));break}else o.push(Vk(n))}if(e&&(o=o.filter((a,n)=>o.indexOf(a)===n),r!==void 0)){let a=Vk(JEe.codes.get(parseInt(r,10)));o=o.reduce((n,u)=>u===a?[u,...n]:[...n,u],[])}return o.join("")};ZEe.exports=(t,e,r)=>{let o=[...t.normalize()],a=[];r=typeof r=="number"?r:o.length;let n=!1,u,A=0,p="";for(let[h,E]of o.entries()){let I=!1;if(XEe.includes(E)){let v=/\d[^m]*/.exec(t.slice(h,h+18));u=v&&v.length>0?v[0]:void 0,Ae&&A<=r)p+=E;else if(A===e&&!n&&u!==void 0)p=zEe(a);else if(A>=r){p+=zEe(a,!0,u);break}}return p}});var eCe=_((QKt,$Ee)=>{"use strict";var E0=U6(),gEt=Kk();function Jk(t,e,r){if(t.charAt(e)===" ")return e;for(let o=1;o<=3;o++)if(r){if(t.charAt(e+o)===" ")return e+o}else if(t.charAt(e-o)===" ")return e-o;return e}$Ee.exports=(t,e,r)=>{r={position:"end",preferTruncationOnSpace:!1,...r};let{position:o,space:a,preferTruncationOnSpace:n}=r,u="\u2026",A=1;if(typeof t!="string")throw new TypeError(`Expected \`input\` to be a string, got ${typeof t}`);if(typeof e!="number")throw new TypeError(`Expected \`columns\` to be a number, got ${typeof e}`);if(e<1)return"";if(e===1)return u;let p=gEt(t);if(p<=e)return t;if(o==="start"){if(n){let h=Jk(t,p-e+1,!0);return u+E0(t,h,p).trim()}return a===!0&&(u+=" ",A=2),u+E0(t,p-e+A,p)}if(o==="middle"){a===!0&&(u=" "+u+" ",A=3);let h=Math.floor(e/2);if(n){let E=Jk(t,h),I=Jk(t,p-(e-h)+1,!0);return E0(t,0,E)+u+E0(t,I,p).trim()}return E0(t,0,h)+u+E0(t,p-(e-h)+A,p)}if(o==="end"){if(n){let h=Jk(t,e-1);return E0(t,0,h)+u}return a===!0&&(u=" "+u,A=2),E0(t,0,e-A)+u}throw new Error(`Expected \`options.position\` to be either \`start\`, \`middle\` or \`end\`, got ${o}`)}});var H6=_(fB=>{"use strict";var tCe=fB&&fB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(fB,"__esModule",{value:!0});var dEt=tCe(YEe()),mEt=tCe(eCe()),_6={};fB.default=(t,e,r)=>{let o=t+String(e)+String(r);if(_6[o])return _6[o];let a=t;if(r==="wrap"&&(a=dEt.default(t,e,{trim:!1,hard:!0})),r.startsWith("truncate")){let n="end";r==="truncate-middle"&&(n="middle"),r==="truncate-start"&&(n="start"),a=mEt.default(t,e,{position:n})}return _6[o]=a,a}});var G6=_(j6=>{"use strict";Object.defineProperty(j6,"__esModule",{value:!0});var rCe=t=>{let e="";if(t.childNodes.length>0)for(let r of t.childNodes){let o="";r.nodeName==="#text"?o=r.nodeValue:((r.nodeName==="ink-text"||r.nodeName==="ink-virtual-text")&&(o=rCe(r)),o.length>0&&typeof r.internal_transform=="function"&&(o=r.internal_transform(o))),e+=o}return e};j6.default=rCe});var q6=_(pi=>{"use strict";var pB=pi&&pi.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(pi,"__esModule",{value:!0});pi.setTextNodeValue=pi.createTextNode=pi.setStyle=pi.setAttribute=pi.removeChildNode=pi.insertBeforeNode=pi.appendChildNode=pi.createNode=pi.TEXT_NAME=void 0;var yEt=pB(am()),nCe=pB(HEe()),EEt=pB(jEe()),CEt=pB(H6()),wEt=pB(G6());pi.TEXT_NAME="#text";pi.createNode=t=>{var e;let r={nodeName:t,style:{},attributes:{},childNodes:[],parentNode:null,yogaNode:t==="ink-virtual-text"?void 0:yEt.default.Node.create()};return t==="ink-text"&&((e=r.yogaNode)===null||e===void 0||e.setMeasureFunc(IEt.bind(null,r))),r};pi.appendChildNode=(t,e)=>{var r;e.parentNode&&pi.removeChildNode(e.parentNode,e),e.parentNode=t,t.childNodes.push(e),e.yogaNode&&((r=t.yogaNode)===null||r===void 0||r.insertChild(e.yogaNode,t.yogaNode.getChildCount())),(t.nodeName==="ink-text"||t.nodeName==="ink-virtual-text")&&zk(t)};pi.insertBeforeNode=(t,e,r)=>{var o,a;e.parentNode&&pi.removeChildNode(e.parentNode,e),e.parentNode=t;let n=t.childNodes.indexOf(r);if(n>=0){t.childNodes.splice(n,0,e),e.yogaNode&&((o=t.yogaNode)===null||o===void 0||o.insertChild(e.yogaNode,n));return}t.childNodes.push(e),e.yogaNode&&((a=t.yogaNode)===null||a===void 0||a.insertChild(e.yogaNode,t.yogaNode.getChildCount())),(t.nodeName==="ink-text"||t.nodeName==="ink-virtual-text")&&zk(t)};pi.removeChildNode=(t,e)=>{var r,o;e.yogaNode&&((o=(r=e.parentNode)===null||r===void 0?void 0:r.yogaNode)===null||o===void 0||o.removeChild(e.yogaNode)),e.parentNode=null;let a=t.childNodes.indexOf(e);a>=0&&t.childNodes.splice(a,1),(t.nodeName==="ink-text"||t.nodeName==="ink-virtual-text")&&zk(t)};pi.setAttribute=(t,e,r)=>{t.attributes[e]=r};pi.setStyle=(t,e)=>{t.style=e,t.yogaNode&&EEt.default(t.yogaNode,e)};pi.createTextNode=t=>{let e={nodeName:"#text",nodeValue:t,yogaNode:void 0,parentNode:null,style:{}};return pi.setTextNodeValue(e,t),e};var IEt=function(t,e){var r,o;let a=t.nodeName==="#text"?t.nodeValue:wEt.default(t),n=nCe.default(a);if(n.width<=e||n.width>=1&&e>0&&e<1)return n;let u=(o=(r=t.style)===null||r===void 0?void 0:r.textWrap)!==null&&o!==void 0?o:"wrap",A=CEt.default(a,e,u);return nCe.default(A)},iCe=t=>{var e;if(!(!t||!t.parentNode))return(e=t.yogaNode)!==null&&e!==void 0?e:iCe(t.parentNode)},zk=t=>{let e=iCe(t);e?.markDirty()};pi.setTextNodeValue=(t,e)=>{typeof e!="string"&&(e=String(e)),t.nodeValue=e,zk(t)}});var cCe=_(hB=>{"use strict";var lCe=hB&&hB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(hB,"__esModule",{value:!0});var sCe=S6(),BEt=lCe(PEe()),oCe=lCe(am()),Oo=q6(),aCe=t=>{t?.unsetMeasureFunc(),t?.freeRecursive()};hB.default=BEt.default({schedulePassiveEffects:sCe.unstable_scheduleCallback,cancelPassiveEffects:sCe.unstable_cancelCallback,now:Date.now,getRootHostContext:()=>({isInsideText:!1}),prepareForCommit:()=>{},resetAfterCommit:t=>{if(t.isStaticDirty){t.isStaticDirty=!1,typeof t.onImmediateRender=="function"&&t.onImmediateRender();return}typeof t.onRender=="function"&&t.onRender()},getChildHostContext:(t,e)=>{let r=t.isInsideText,o=e==="ink-text"||e==="ink-virtual-text";return r===o?t:{isInsideText:o}},shouldSetTextContent:()=>!1,createInstance:(t,e,r,o)=>{if(o.isInsideText&&t==="ink-box")throw new Error(" can\u2019t be nested inside component");let a=t==="ink-text"&&o.isInsideText?"ink-virtual-text":t,n=Oo.createNode(a);for(let[u,A]of Object.entries(e))u!=="children"&&(u==="style"?Oo.setStyle(n,A):u==="internal_transform"?n.internal_transform=A:u==="internal_static"?n.internal_static=!0:Oo.setAttribute(n,u,A));return n},createTextInstance:(t,e,r)=>{if(!r.isInsideText)throw new Error(`Text string "${t}" must be rendered inside component`);return Oo.createTextNode(t)},resetTextContent:()=>{},hideTextInstance:t=>{Oo.setTextNodeValue(t,"")},unhideTextInstance:(t,e)=>{Oo.setTextNodeValue(t,e)},getPublicInstance:t=>t,hideInstance:t=>{var e;(e=t.yogaNode)===null||e===void 0||e.setDisplay(oCe.default.DISPLAY_NONE)},unhideInstance:t=>{var e;(e=t.yogaNode)===null||e===void 0||e.setDisplay(oCe.default.DISPLAY_FLEX)},appendInitialChild:Oo.appendChildNode,appendChild:Oo.appendChildNode,insertBefore:Oo.insertBeforeNode,finalizeInitialChildren:(t,e,r,o)=>(t.internal_static&&(o.isStaticDirty=!0,o.staticNode=t),!1),supportsMutation:!0,appendChildToContainer:Oo.appendChildNode,insertInContainerBefore:Oo.insertBeforeNode,removeChildFromContainer:(t,e)=>{Oo.removeChildNode(t,e),aCe(e.yogaNode)},prepareUpdate:(t,e,r,o,a)=>{t.internal_static&&(a.isStaticDirty=!0);let n={},u=Object.keys(o);for(let A of u)if(o[A]!==r[A]){if(A==="style"&&typeof o.style=="object"&&typeof r.style=="object"){let h=o.style,E=r.style,I=Object.keys(h);for(let v of I){if(v==="borderStyle"||v==="borderColor"){if(typeof n.style!="object"){let x={};n.style=x}n.style.borderStyle=h.borderStyle,n.style.borderColor=h.borderColor}if(h[v]!==E[v]){if(typeof n.style!="object"){let x={};n.style=x}n.style[v]=h[v]}}continue}n[A]=o[A]}return n},commitUpdate:(t,e)=>{for(let[r,o]of Object.entries(e))r!=="children"&&(r==="style"?Oo.setStyle(t,o):r==="internal_transform"?t.internal_transform=o:r==="internal_static"?t.internal_static=!0:Oo.setAttribute(t,r,o))},commitTextUpdate:(t,e,r)=>{Oo.setTextNodeValue(t,r)},removeChild:(t,e)=>{Oo.removeChildNode(t,e),aCe(e.yogaNode)}})});var ACe=_((LKt,uCe)=>{"use strict";uCe.exports=(t,e=1,r)=>{if(r={indent:" ",includeEmptyLines:!1,...r},typeof t!="string")throw new TypeError(`Expected \`input\` to be a \`string\`, got \`${typeof t}\``);if(typeof e!="number")throw new TypeError(`Expected \`count\` to be a \`number\`, got \`${typeof e}\``);if(typeof r.indent!="string")throw new TypeError(`Expected \`options.indent\` to be a \`string\`, got \`${typeof r.indent}\``);if(e===0)return t;let o=r.includeEmptyLines?/^/gm:/^(?!\s*$)/gm;return t.replace(o,r.indent.repeat(e))}});var fCe=_(gB=>{"use strict";var vEt=gB&&gB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(gB,"__esModule",{value:!0});var Xk=vEt(am());gB.default=t=>t.getComputedWidth()-t.getComputedPadding(Xk.default.EDGE_LEFT)-t.getComputedPadding(Xk.default.EDGE_RIGHT)-t.getComputedBorder(Xk.default.EDGE_LEFT)-t.getComputedBorder(Xk.default.EDGE_RIGHT)});var pCe=_((MKt,DEt)=>{DEt.exports={single:{topLeft:"\u250C",topRight:"\u2510",bottomRight:"\u2518",bottomLeft:"\u2514",vertical:"\u2502",horizontal:"\u2500"},double:{topLeft:"\u2554",topRight:"\u2557",bottomRight:"\u255D",bottomLeft:"\u255A",vertical:"\u2551",horizontal:"\u2550"},round:{topLeft:"\u256D",topRight:"\u256E",bottomRight:"\u256F",bottomLeft:"\u2570",vertical:"\u2502",horizontal:"\u2500"},bold:{topLeft:"\u250F",topRight:"\u2513",bottomRight:"\u251B",bottomLeft:"\u2517",vertical:"\u2503",horizontal:"\u2501"},singleDouble:{topLeft:"\u2553",topRight:"\u2556",bottomRight:"\u255C",bottomLeft:"\u2559",vertical:"\u2551",horizontal:"\u2500"},doubleSingle:{topLeft:"\u2552",topRight:"\u2555",bottomRight:"\u255B",bottomLeft:"\u2558",vertical:"\u2502",horizontal:"\u2550"},classic:{topLeft:"+",topRight:"+",bottomRight:"+",bottomLeft:"+",vertical:"|",horizontal:"-"}}});var gCe=_((UKt,Y6)=>{"use strict";var hCe=pCe();Y6.exports=hCe;Y6.exports.default=hCe});var mCe=_((_Kt,dCe)=>{"use strict";var SEt=(t,e,r)=>{let o=t.indexOf(e);if(o===-1)return t;let a=e.length,n=0,u="";do u+=t.substr(n,o-n)+e+r,n=o+a,o=t.indexOf(e,n);while(o!==-1);return u+=t.substr(n),u},PEt=(t,e,r,o)=>{let a=0,n="";do{let u=t[o-1]==="\r";n+=t.substr(a,(u?o-1:o)-a)+e+(u?`\r `:` `)+r,a=o+1,o=t.indexOf(` -`,a)}while(o!==-1);return n+=t.substr(a),n};ECe.exports={stringReplaceAll:QEt,stringEncaseCRLFWithFirstIndex:FEt}});var DCe=_((HVt,vCe)=>{"use strict";var TEt=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,wCe=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,REt=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,NEt=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi,LEt=new Map([["n",` -`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function BCe(t){let e=t[0]==="u",r=t[1]==="{";return e&&!r&&t.length===5||t[0]==="x"&&t.length===3?String.fromCharCode(parseInt(t.slice(1),16)):e&&r?String.fromCodePoint(parseInt(t.slice(2,-1),16)):LEt.get(t)||t}function MEt(t,e){let r=[],o=e.trim().split(/\s*,\s*/g),a;for(let n of o){let u=Number(n);if(!Number.isNaN(u))r.push(u);else if(a=n.match(REt))r.push(a[2].replace(NEt,(A,p,h)=>p?BCe(p):h));else throw new Error(`Invalid Chalk template style argument: ${n} (in style '${t}')`)}return r}function OEt(t){wCe.lastIndex=0;let e=[],r;for(;(r=wCe.exec(t))!==null;){let o=r[1];if(r[2]){let a=MEt(o,r[2]);e.push([o].concat(a))}else e.push([o])}return e}function ICe(t,e){let r={};for(let a of e)for(let n of a.styles)r[n[0]]=a.inverse?null:n.slice(1);let o=t;for(let[a,n]of Object.entries(r))if(!!Array.isArray(n)){if(!(a in o))throw new Error(`Unknown Chalk style: ${a}`);o=n.length>0?o[a](...n):o[a]}return o}vCe.exports=(t,e)=>{let r=[],o=[],a=[];if(e.replace(TEt,(n,u,A,p,h,E)=>{if(u)a.push(BCe(u));else if(p){let I=a.join("");a=[],o.push(r.length===0?I:ICe(t,r)(I)),r.push({inverse:A,styles:OEt(p)})}else if(h){if(r.length===0)throw new Error("Found extraneous } in Chalk template literal");o.push(ICe(t,r)(a.join(""))),a=[],r.pop()}else a.push(E)}),o.push(a.join("")),r.length>0){let n=`Chalk template literal is missing ${r.length} closing bracket${r.length===1?"":"s"} (\`}\`)`;throw new Error(n)}return o.join("")}});var iQ=_((jVt,QCe)=>{"use strict";var gB=vI(),{stdout:J6,stderr:z6}=yN(),{stringReplaceAll:UEt,stringEncaseCRLFWithFirstIndex:_Et}=CCe(),{isArray:eQ}=Array,SCe=["ansi","ansi","ansi256","ansi16m"],_C=Object.create(null),HEt=(t,e={})=>{if(e.level&&!(Number.isInteger(e.level)&&e.level>=0&&e.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let r=J6?J6.level:0;t.level=e.level===void 0?r:e.level},X6=class{constructor(e){return xCe(e)}},xCe=t=>{let e={};return HEt(e,t),e.template=(...r)=>kCe(e.template,...r),Object.setPrototypeOf(e,tQ.prototype),Object.setPrototypeOf(e.template,e),e.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},e.template.Instance=X6,e.template};function tQ(t){return xCe(t)}for(let[t,e]of Object.entries(gB))_C[t]={get(){let r=rQ(this,Z6(e.open,e.close,this._styler),this._isEmpty);return Object.defineProperty(this,t,{value:r}),r}};_C.visible={get(){let t=rQ(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:t}),t}};var bCe=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(let t of bCe)_C[t]={get(){let{level:e}=this;return function(...r){let o=Z6(gB.color[SCe[e]][t](...r),gB.color.close,this._styler);return rQ(this,o,this._isEmpty)}}};for(let t of bCe){let e="bg"+t[0].toUpperCase()+t.slice(1);_C[e]={get(){let{level:r}=this;return function(...o){let a=Z6(gB.bgColor[SCe[r]][t](...o),gB.bgColor.close,this._styler);return rQ(this,a,this._isEmpty)}}}}var jEt=Object.defineProperties(()=>{},{..._C,level:{enumerable:!0,get(){return this._generator.level},set(t){this._generator.level=t}}}),Z6=(t,e,r)=>{let o,a;return r===void 0?(o=t,a=e):(o=r.openAll+t,a=e+r.closeAll),{open:t,close:e,openAll:o,closeAll:a,parent:r}},rQ=(t,e,r)=>{let o=(...a)=>eQ(a[0])&&eQ(a[0].raw)?PCe(o,kCe(o,...a)):PCe(o,a.length===1?""+a[0]:a.join(" "));return Object.setPrototypeOf(o,jEt),o._generator=t,o._styler=e,o._isEmpty=r,o},PCe=(t,e)=>{if(t.level<=0||!e)return t._isEmpty?"":e;let r=t._styler;if(r===void 0)return e;let{openAll:o,closeAll:a}=r;if(e.indexOf("\x1B")!==-1)for(;r!==void 0;)e=UEt(e,r.close,r.open),r=r.parent;let n=e.indexOf(` -`);return n!==-1&&(e=_Et(e,a,o,n)),o+e+a},K6,kCe=(t,...e)=>{let[r]=e;if(!eQ(r)||!eQ(r.raw))return e.join(" ");let o=e.slice(1),a=[r.raw[0]];for(let n=1;n{"use strict";var qEt=mB&&mB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(mB,"__esModule",{value:!0});var dB=qEt(iQ()),GEt=/^(rgb|hsl|hsv|hwb)\(\s?(\d+),\s?(\d+),\s?(\d+)\s?\)$/,YEt=/^(ansi|ansi256)\(\s?(\d+)\s?\)$/,sQ=(t,e)=>e==="foreground"?t:"bg"+t[0].toUpperCase()+t.slice(1);mB.default=(t,e,r)=>{if(!e)return t;if(e in dB.default){let a=sQ(e,r);return dB.default[a](t)}if(e.startsWith("#")){let a=sQ("hex",r);return dB.default[a](e)(t)}if(e.startsWith("ansi")){let a=YEt.exec(e);if(!a)return t;let n=sQ(a[1],r),u=Number(a[2]);return dB.default[n](u)(t)}if(e.startsWith("rgb")||e.startsWith("hsl")||e.startsWith("hsv")||e.startsWith("hwb")){let a=GEt.exec(e);if(!a)return t;let n=sQ(a[1],r),u=Number(a[2]),A=Number(a[3]),p=Number(a[4]);return dB.default[n](u,A,p)(t)}return t}});var TCe=_(yB=>{"use strict";var FCe=yB&&yB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(yB,"__esModule",{value:!0});var WEt=FCe(yCe()),ej=FCe($6());yB.default=(t,e,r,o)=>{if(typeof r.style.borderStyle=="string"){let a=r.yogaNode.getComputedWidth(),n=r.yogaNode.getComputedHeight(),u=r.style.borderColor,A=WEt.default[r.style.borderStyle],p=ej.default(A.topLeft+A.horizontal.repeat(a-2)+A.topRight,u,"foreground"),h=(ej.default(A.vertical,u,"foreground")+` -`).repeat(n-2),E=ej.default(A.bottomLeft+A.horizontal.repeat(a-2)+A.bottomRight,u,"foreground");o.write(t,e,p,{transformers:[]}),o.write(t,e+1,h,{transformers:[]}),o.write(t+a-1,e+1,h,{transformers:[]}),o.write(t,e+n-1,E,{transformers:[]})}}});var NCe=_(EB=>{"use strict";var am=EB&&EB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(EB,"__esModule",{value:!0});var VEt=am(om()),KEt=am(M6()),JEt=am(hCe()),zEt=am(q6()),XEt=am(gCe()),ZEt=am(Y6()),$Et=am(TCe()),eCt=(t,e)=>{var r;let o=(r=t.childNodes[0])===null||r===void 0?void 0:r.yogaNode;if(o){let a=o.getComputedLeft(),n=o.getComputedTop();e=` -`.repeat(n)+JEt.default(e,a)}return e},RCe=(t,e,r)=>{var o;let{offsetX:a=0,offsetY:n=0,transformers:u=[],skipStaticElements:A}=r;if(A&&t.internal_static)return;let{yogaNode:p}=t;if(p){if(p.getDisplay()===VEt.default.DISPLAY_NONE)return;let h=a+p.getComputedLeft(),E=n+p.getComputedTop(),I=u;if(typeof t.internal_transform=="function"&&(I=[t.internal_transform,...u]),t.nodeName==="ink-text"){let v=ZEt.default(t);if(v.length>0){let b=KEt.default(v),C=XEt.default(p);if(b>C){let T=(o=t.style.textWrap)!==null&&o!==void 0?o:"wrap";v=zEt.default(v,C,T)}v=eCt(t,v),e.write(h,E,v,{transformers:I})}return}if(t.nodeName==="ink-box"&&$Et.default(h,E,t,e),t.nodeName==="ink-root"||t.nodeName==="ink-box")for(let v of t.childNodes)RCe(v,e,{offsetX:h,offsetY:E,transformers:I,skipStaticElements:A})}};EB.default=RCe});var MCe=_((WVt,LCe)=>{"use strict";LCe.exports=t=>{t=Object.assign({onlyFirst:!1},t);let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,t.onlyFirst?void 0:"g")}});var UCe=_((VVt,tj)=>{"use strict";var tCt=MCe(),OCe=t=>typeof t=="string"?t.replace(tCt(),""):t;tj.exports=OCe;tj.exports.default=OCe});var jCe=_((KVt,HCe)=>{"use strict";var _Ce="[\uD800-\uDBFF][\uDC00-\uDFFF]";HCe.exports=t=>t&&t.exact?new RegExp(`^${_Ce}$`):new RegExp(_Ce,"g")});var GCe=_((JVt,rj)=>{"use strict";var rCt=UCe(),nCt=jCe(),qCe=t=>rCt(t).replace(nCt()," ").length;rj.exports=qCe;rj.exports.default=qCe});var VCe=_(CB=>{"use strict";var WCe=CB&&CB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(CB,"__esModule",{value:!0});var YCe=WCe(H6()),iCt=WCe(GCe()),nj=class{constructor(e){this.writes=[];let{width:r,height:o}=e;this.width=r,this.height=o}write(e,r,o,a){let{transformers:n}=a;!o||this.writes.push({x:e,y:r,text:o,transformers:n})}get(){let e=[];for(let o=0;oo.trimRight()).join(` -`),height:e.length}}};CB.default=nj});var zCe=_(wB=>{"use strict";var ij=wB&&wB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(wB,"__esModule",{value:!0});var sCt=ij(om()),KCe=ij(NCe()),JCe=ij(VCe());wB.default=(t,e)=>{var r;if(t.yogaNode.setWidth(e),t.yogaNode){t.yogaNode.calculateLayout(void 0,void 0,sCt.default.DIRECTION_LTR);let o=new JCe.default({width:t.yogaNode.getComputedWidth(),height:t.yogaNode.getComputedHeight()});KCe.default(t,o,{skipStaticElements:!0});let a;!((r=t.staticNode)===null||r===void 0)&&r.yogaNode&&(a=new JCe.default({width:t.staticNode.yogaNode.getComputedWidth(),height:t.staticNode.yogaNode.getComputedHeight()}),KCe.default(t.staticNode,a,{skipStaticElements:!1}));let{output:n,height:u}=o.get();return{output:n,outputHeight:u,staticOutput:a?`${a.get().output} -`:""}}return{output:"",outputHeight:0,staticOutput:""}}});var ewe=_((ZVt,$Ce)=>{"use strict";var XCe=Be("stream"),ZCe=["assert","count","countReset","debug","dir","dirxml","error","group","groupCollapsed","groupEnd","info","log","table","time","timeEnd","timeLog","trace","warn"],sj={},oCt=t=>{let e=new XCe.PassThrough,r=new XCe.PassThrough;e.write=a=>t("stdout",a),r.write=a=>t("stderr",a);let o=new console.Console(e,r);for(let a of ZCe)sj[a]=console[a],console[a]=o[a];return()=>{for(let a of ZCe)console[a]=sj[a];sj={}}};$Ce.exports=oCt});var aj=_(oj=>{"use strict";Object.defineProperty(oj,"__esModule",{value:!0});oj.default=new WeakMap});var cj=_(lj=>{"use strict";Object.defineProperty(lj,"__esModule",{value:!0});var aCt=sn(),twe=aCt.createContext({exit:()=>{}});twe.displayName="InternalAppContext";lj.default=twe});var Aj=_(uj=>{"use strict";Object.defineProperty(uj,"__esModule",{value:!0});var lCt=sn(),rwe=lCt.createContext({stdin:void 0,setRawMode:()=>{},isRawModeSupported:!1,internal_exitOnCtrlC:!0});rwe.displayName="InternalStdinContext";uj.default=rwe});var pj=_(fj=>{"use strict";Object.defineProperty(fj,"__esModule",{value:!0});var cCt=sn(),nwe=cCt.createContext({stdout:void 0,write:()=>{}});nwe.displayName="InternalStdoutContext";fj.default=nwe});var gj=_(hj=>{"use strict";Object.defineProperty(hj,"__esModule",{value:!0});var uCt=sn(),iwe=uCt.createContext({stderr:void 0,write:()=>{}});iwe.displayName="InternalStderrContext";hj.default=iwe});var oQ=_(dj=>{"use strict";Object.defineProperty(dj,"__esModule",{value:!0});var ACt=sn(),swe=ACt.createContext({activeId:void 0,add:()=>{},remove:()=>{},activate:()=>{},deactivate:()=>{},enableFocus:()=>{},disableFocus:()=>{},focusNext:()=>{},focusPrevious:()=>{}});swe.displayName="InternalFocusContext";dj.default=swe});var awe=_((sKt,owe)=>{"use strict";var fCt=/[|\\{}()[\]^$+*?.-]/g;owe.exports=t=>{if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(fCt,"\\$&")}});var Awe=_((oKt,uwe)=>{"use strict";var pCt=awe(),hCt=typeof process=="object"&&process&&typeof process.cwd=="function"?process.cwd():".",cwe=[].concat(Be("module").builtinModules,"bootstrap_node","node").map(t=>new RegExp(`(?:\\((?:node:)?${t}(?:\\.js)?:\\d+:\\d+\\)$|^\\s*at (?:node:)?${t}(?:\\.js)?:\\d+:\\d+$)`));cwe.push(/\((?:node:)?internal\/[^:]+:\d+:\d+\)$/,/\s*at (?:node:)?internal\/[^:]+:\d+:\d+$/,/\/\.node-spawn-wrap-\w+-\w+\/node:\d+:\d+\)?$/);var IB=class{constructor(e){e={ignoredPackages:[],...e},"internals"in e||(e.internals=IB.nodeInternals()),"cwd"in e||(e.cwd=hCt),this._cwd=e.cwd.replace(/\\/g,"/"),this._internals=[].concat(e.internals,gCt(e.ignoredPackages)),this._wrapCallSite=e.wrapCallSite||!1}static nodeInternals(){return[...cwe]}clean(e,r=0){r=" ".repeat(r),Array.isArray(e)||(e=e.split(` +`,a)}while(o!==-1);return n+=t.substr(a),n};dCe.exports={stringReplaceAll:SEt,stringEncaseCRLFWithFirstIndex:PEt}});var ICe=_((HKt,wCe)=>{"use strict";var bEt=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,yCe=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,xEt=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,kEt=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi,QEt=new Map([["n",` +`],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function CCe(t){let e=t[0]==="u",r=t[1]==="{";return e&&!r&&t.length===5||t[0]==="x"&&t.length===3?String.fromCharCode(parseInt(t.slice(1),16)):e&&r?String.fromCodePoint(parseInt(t.slice(2,-1),16)):QEt.get(t)||t}function FEt(t,e){let r=[],o=e.trim().split(/\s*,\s*/g),a;for(let n of o){let u=Number(n);if(!Number.isNaN(u))r.push(u);else if(a=n.match(xEt))r.push(a[2].replace(kEt,(A,p,h)=>p?CCe(p):h));else throw new Error(`Invalid Chalk template style argument: ${n} (in style '${t}')`)}return r}function REt(t){yCe.lastIndex=0;let e=[],r;for(;(r=yCe.exec(t))!==null;){let o=r[1];if(r[2]){let a=FEt(o,r[2]);e.push([o].concat(a))}else e.push([o])}return e}function ECe(t,e){let r={};for(let a of e)for(let n of a.styles)r[n[0]]=a.inverse?null:n.slice(1);let o=t;for(let[a,n]of Object.entries(r))if(!!Array.isArray(n)){if(!(a in o))throw new Error(`Unknown Chalk style: ${a}`);o=n.length>0?o[a](...n):o[a]}return o}wCe.exports=(t,e)=>{let r=[],o=[],a=[];if(e.replace(bEt,(n,u,A,p,h,E)=>{if(u)a.push(CCe(u));else if(p){let I=a.join("");a=[],o.push(r.length===0?I:ECe(t,r)(I)),r.push({inverse:A,styles:REt(p)})}else if(h){if(r.length===0)throw new Error("Found extraneous } in Chalk template literal");o.push(ECe(t,r)(a.join(""))),a=[],r.pop()}else a.push(E)}),o.push(a.join("")),r.length>0){let n=`Chalk template literal is missing ${r.length} closing bracket${r.length===1?"":"s"} (\`}\`)`;throw new Error(n)}return o.join("")}});var rQ=_((jKt,bCe)=>{"use strict";var dB=DI(),{stdout:K6,stderr:V6}=dN(),{stringReplaceAll:TEt,stringEncaseCRLFWithFirstIndex:NEt}=mCe(),{isArray:Zk}=Array,vCe=["ansi","ansi","ansi256","ansi16m"],HC=Object.create(null),LEt=(t,e={})=>{if(e.level&&!(Number.isInteger(e.level)&&e.level>=0&&e.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let r=K6?K6.level:0;t.level=e.level===void 0?r:e.level},J6=class{constructor(e){return DCe(e)}},DCe=t=>{let e={};return LEt(e,t),e.template=(...r)=>PCe(e.template,...r),Object.setPrototypeOf(e,$k.prototype),Object.setPrototypeOf(e.template,e),e.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},e.template.Instance=J6,e.template};function $k(t){return DCe(t)}for(let[t,e]of Object.entries(dB))HC[t]={get(){let r=eQ(this,z6(e.open,e.close,this._styler),this._isEmpty);return Object.defineProperty(this,t,{value:r}),r}};HC.visible={get(){let t=eQ(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:t}),t}};var SCe=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(let t of SCe)HC[t]={get(){let{level:e}=this;return function(...r){let o=z6(dB.color[vCe[e]][t](...r),dB.color.close,this._styler);return eQ(this,o,this._isEmpty)}}};for(let t of SCe){let e="bg"+t[0].toUpperCase()+t.slice(1);HC[e]={get(){let{level:r}=this;return function(...o){let a=z6(dB.bgColor[vCe[r]][t](...o),dB.bgColor.close,this._styler);return eQ(this,a,this._isEmpty)}}}}var OEt=Object.defineProperties(()=>{},{...HC,level:{enumerable:!0,get(){return this._generator.level},set(t){this._generator.level=t}}}),z6=(t,e,r)=>{let o,a;return r===void 0?(o=t,a=e):(o=r.openAll+t,a=e+r.closeAll),{open:t,close:e,openAll:o,closeAll:a,parent:r}},eQ=(t,e,r)=>{let o=(...a)=>Zk(a[0])&&Zk(a[0].raw)?BCe(o,PCe(o,...a)):BCe(o,a.length===1?""+a[0]:a.join(" "));return Object.setPrototypeOf(o,OEt),o._generator=t,o._styler=e,o._isEmpty=r,o},BCe=(t,e)=>{if(t.level<=0||!e)return t._isEmpty?"":e;let r=t._styler;if(r===void 0)return e;let{openAll:o,closeAll:a}=r;if(e.indexOf("\x1B")!==-1)for(;r!==void 0;)e=TEt(e,r.close,r.open),r=r.parent;let n=e.indexOf(` +`);return n!==-1&&(e=NEt(e,a,o,n)),o+e+a},W6,PCe=(t,...e)=>{let[r]=e;if(!Zk(r)||!Zk(r.raw))return e.join(" ");let o=e.slice(1),a=[r.raw[0]];for(let n=1;n{"use strict";var MEt=yB&&yB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(yB,"__esModule",{value:!0});var mB=MEt(rQ()),UEt=/^(rgb|hsl|hsv|hwb)\(\s?(\d+),\s?(\d+),\s?(\d+)\s?\)$/,_Et=/^(ansi|ansi256)\(\s?(\d+)\s?\)$/,nQ=(t,e)=>e==="foreground"?t:"bg"+t[0].toUpperCase()+t.slice(1);yB.default=(t,e,r)=>{if(!e)return t;if(e in mB.default){let a=nQ(e,r);return mB.default[a](t)}if(e.startsWith("#")){let a=nQ("hex",r);return mB.default[a](e)(t)}if(e.startsWith("ansi")){let a=_Et.exec(e);if(!a)return t;let n=nQ(a[1],r),u=Number(a[2]);return mB.default[n](u)(t)}if(e.startsWith("rgb")||e.startsWith("hsl")||e.startsWith("hsv")||e.startsWith("hwb")){let a=UEt.exec(e);if(!a)return t;let n=nQ(a[1],r),u=Number(a[2]),A=Number(a[3]),p=Number(a[4]);return mB.default[n](u,A,p)(t)}return t}});var kCe=_(EB=>{"use strict";var xCe=EB&&EB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(EB,"__esModule",{value:!0});var HEt=xCe(gCe()),Z6=xCe(X6());EB.default=(t,e,r,o)=>{if(typeof r.style.borderStyle=="string"){let a=r.yogaNode.getComputedWidth(),n=r.yogaNode.getComputedHeight(),u=r.style.borderColor,A=HEt.default[r.style.borderStyle],p=Z6.default(A.topLeft+A.horizontal.repeat(a-2)+A.topRight,u,"foreground"),h=(Z6.default(A.vertical,u,"foreground")+` +`).repeat(n-2),E=Z6.default(A.bottomLeft+A.horizontal.repeat(a-2)+A.bottomRight,u,"foreground");o.write(t,e,p,{transformers:[]}),o.write(t,e+1,h,{transformers:[]}),o.write(t+a-1,e+1,h,{transformers:[]}),o.write(t,e+n-1,E,{transformers:[]})}}});var FCe=_(CB=>{"use strict";var lm=CB&&CB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(CB,"__esModule",{value:!0});var jEt=lm(am()),GEt=lm(N6()),qEt=lm(ACe()),YEt=lm(H6()),WEt=lm(fCe()),KEt=lm(G6()),VEt=lm(kCe()),JEt=(t,e)=>{var r;let o=(r=t.childNodes[0])===null||r===void 0?void 0:r.yogaNode;if(o){let a=o.getComputedLeft(),n=o.getComputedTop();e=` +`.repeat(n)+qEt.default(e,a)}return e},QCe=(t,e,r)=>{var o;let{offsetX:a=0,offsetY:n=0,transformers:u=[],skipStaticElements:A}=r;if(A&&t.internal_static)return;let{yogaNode:p}=t;if(p){if(p.getDisplay()===jEt.default.DISPLAY_NONE)return;let h=a+p.getComputedLeft(),E=n+p.getComputedTop(),I=u;if(typeof t.internal_transform=="function"&&(I=[t.internal_transform,...u]),t.nodeName==="ink-text"){let v=KEt.default(t);if(v.length>0){let x=GEt.default(v),C=WEt.default(p);if(x>C){let R=(o=t.style.textWrap)!==null&&o!==void 0?o:"wrap";v=YEt.default(v,C,R)}v=JEt(t,v),e.write(h,E,v,{transformers:I})}return}if(t.nodeName==="ink-box"&&VEt.default(h,E,t,e),t.nodeName==="ink-root"||t.nodeName==="ink-box")for(let v of t.childNodes)QCe(v,e,{offsetX:h,offsetY:E,transformers:I,skipStaticElements:A})}};CB.default=QCe});var TCe=_((WKt,RCe)=>{"use strict";RCe.exports=t=>{t=Object.assign({onlyFirst:!1},t);let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,t.onlyFirst?void 0:"g")}});var LCe=_((KKt,$6)=>{"use strict";var zEt=TCe(),NCe=t=>typeof t=="string"?t.replace(zEt(),""):t;$6.exports=NCe;$6.exports.default=NCe});var UCe=_((VKt,MCe)=>{"use strict";var OCe="[\uD800-\uDBFF][\uDC00-\uDFFF]";MCe.exports=t=>t&&t.exact?new RegExp(`^${OCe}$`):new RegExp(OCe,"g")});var HCe=_((JKt,ej)=>{"use strict";var XEt=LCe(),ZEt=UCe(),_Ce=t=>XEt(t).replace(ZEt()," ").length;ej.exports=_Ce;ej.exports.default=_Ce});var qCe=_(wB=>{"use strict";var GCe=wB&&wB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(wB,"__esModule",{value:!0});var jCe=GCe(U6()),$Et=GCe(HCe()),tj=class{constructor(e){this.writes=[];let{width:r,height:o}=e;this.width=r,this.height=o}write(e,r,o,a){let{transformers:n}=a;!o||this.writes.push({x:e,y:r,text:o,transformers:n})}get(){let e=[];for(let o=0;oo.trimRight()).join(` +`),height:e.length}}};wB.default=tj});var KCe=_(IB=>{"use strict";var rj=IB&&IB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(IB,"__esModule",{value:!0});var eCt=rj(am()),YCe=rj(FCe()),WCe=rj(qCe());IB.default=(t,e)=>{var r;if(t.yogaNode.setWidth(e),t.yogaNode){t.yogaNode.calculateLayout(void 0,void 0,eCt.default.DIRECTION_LTR);let o=new WCe.default({width:t.yogaNode.getComputedWidth(),height:t.yogaNode.getComputedHeight()});YCe.default(t,o,{skipStaticElements:!0});let a;!((r=t.staticNode)===null||r===void 0)&&r.yogaNode&&(a=new WCe.default({width:t.staticNode.yogaNode.getComputedWidth(),height:t.staticNode.yogaNode.getComputedHeight()}),YCe.default(t.staticNode,a,{skipStaticElements:!1}));let{output:n,height:u}=o.get();return{output:n,outputHeight:u,staticOutput:a?`${a.get().output} +`:""}}return{output:"",outputHeight:0,staticOutput:""}}});var XCe=_((ZKt,zCe)=>{"use strict";var VCe=ve("stream"),JCe=["assert","count","countReset","debug","dir","dirxml","error","group","groupCollapsed","groupEnd","info","log","table","time","timeEnd","timeLog","trace","warn"],nj={},tCt=t=>{let e=new VCe.PassThrough,r=new VCe.PassThrough;e.write=a=>t("stdout",a),r.write=a=>t("stderr",a);let o=new console.Console(e,r);for(let a of JCe)nj[a]=console[a],console[a]=o[a];return()=>{for(let a of JCe)console[a]=nj[a];nj={}}};zCe.exports=tCt});var sj=_(ij=>{"use strict";Object.defineProperty(ij,"__esModule",{value:!0});ij.default=new WeakMap});var aj=_(oj=>{"use strict";Object.defineProperty(oj,"__esModule",{value:!0});var rCt=on(),ZCe=rCt.createContext({exit:()=>{}});ZCe.displayName="InternalAppContext";oj.default=ZCe});var cj=_(lj=>{"use strict";Object.defineProperty(lj,"__esModule",{value:!0});var nCt=on(),$Ce=nCt.createContext({stdin:void 0,setRawMode:()=>{},isRawModeSupported:!1,internal_exitOnCtrlC:!0});$Ce.displayName="InternalStdinContext";lj.default=$Ce});var Aj=_(uj=>{"use strict";Object.defineProperty(uj,"__esModule",{value:!0});var iCt=on(),ewe=iCt.createContext({stdout:void 0,write:()=>{}});ewe.displayName="InternalStdoutContext";uj.default=ewe});var pj=_(fj=>{"use strict";Object.defineProperty(fj,"__esModule",{value:!0});var sCt=on(),twe=sCt.createContext({stderr:void 0,write:()=>{}});twe.displayName="InternalStderrContext";fj.default=twe});var iQ=_(hj=>{"use strict";Object.defineProperty(hj,"__esModule",{value:!0});var oCt=on(),rwe=oCt.createContext({activeId:void 0,add:()=>{},remove:()=>{},activate:()=>{},deactivate:()=>{},enableFocus:()=>{},disableFocus:()=>{},focusNext:()=>{},focusPrevious:()=>{}});rwe.displayName="InternalFocusContext";hj.default=rwe});var iwe=_((sVt,nwe)=>{"use strict";var aCt=/[|\\{}()[\]^$+*?.-]/g;nwe.exports=t=>{if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(aCt,"\\$&")}});var lwe=_((oVt,awe)=>{"use strict";var lCt=iwe(),cCt=typeof process=="object"&&process&&typeof process.cwd=="function"?process.cwd():".",owe=[].concat(ve("module").builtinModules,"bootstrap_node","node").map(t=>new RegExp(`(?:\\((?:node:)?${t}(?:\\.js)?:\\d+:\\d+\\)$|^\\s*at (?:node:)?${t}(?:\\.js)?:\\d+:\\d+$)`));owe.push(/\((?:node:)?internal\/[^:]+:\d+:\d+\)$/,/\s*at (?:node:)?internal\/[^:]+:\d+:\d+$/,/\/\.node-spawn-wrap-\w+-\w+\/node:\d+:\d+\)?$/);var BB=class{constructor(e){e={ignoredPackages:[],...e},"internals"in e||(e.internals=BB.nodeInternals()),"cwd"in e||(e.cwd=cCt),this._cwd=e.cwd.replace(/\\/g,"/"),this._internals=[].concat(e.internals,uCt(e.ignoredPackages)),this._wrapCallSite=e.wrapCallSite||!1}static nodeInternals(){return[...owe]}clean(e,r=0){r=" ".repeat(r),Array.isArray(e)||(e=e.split(` `)),!/^\s*at /.test(e[0])&&/^\s*at /.test(e[1])&&(e=e.slice(1));let o=!1,a=null,n=[];return e.forEach(u=>{if(u=u.replace(/\\/g,"/"),this._internals.some(p=>p.test(u)))return;let A=/^\s*at /.test(u);o?u=u.trimEnd().replace(/^(\s+)at /,"$1"):(u=u.trim(),A&&(u=u.slice(3))),u=u.replace(`${this._cwd}/`,""),u&&(A?(a&&(n.push(a),a=null),n.push(u)):(o=!0,a=u))}),n.map(u=>`${r}${u} -`).join("")}captureString(e,r=this.captureString){typeof e=="function"&&(r=e,e=1/0);let{stackTraceLimit:o}=Error;e&&(Error.stackTraceLimit=e);let a={};Error.captureStackTrace(a,r);let{stack:n}=a;return Error.stackTraceLimit=o,this.clean(n)}capture(e,r=this.capture){typeof e=="function"&&(r=e,e=1/0);let{prepareStackTrace:o,stackTraceLimit:a}=Error;Error.prepareStackTrace=(A,p)=>this._wrapCallSite?p.map(this._wrapCallSite):p,e&&(Error.stackTraceLimit=e);let n={};Error.captureStackTrace(n,r);let{stack:u}=n;return Object.assign(Error,{prepareStackTrace:o,stackTraceLimit:a}),u}at(e=this.at){let[r]=this.capture(1,e);if(!r)return{};let o={line:r.getLineNumber(),column:r.getColumnNumber()};lwe(o,r.getFileName(),this._cwd),r.isConstructor()&&(o.constructor=!0),r.isEval()&&(o.evalOrigin=r.getEvalOrigin()),r.isNative()&&(o.native=!0);let a;try{a=r.getTypeName()}catch{}a&&a!=="Object"&&a!=="[object Object]"&&(o.type=a);let n=r.getFunctionName();n&&(o.function=n);let u=r.getMethodName();return u&&n!==u&&(o.method=u),o}parseLine(e){let r=e&&e.match(dCt);if(!r)return null;let o=r[1]==="new",a=r[2],n=r[3],u=r[4],A=Number(r[5]),p=Number(r[6]),h=r[7],E=r[8],I=r[9],v=r[10]==="native",b=r[11]===")",C,T={};if(E&&(T.line=Number(E)),I&&(T.column=Number(I)),b&&h){let L=0;for(let U=h.length-1;U>0;U--)if(h.charAt(U)===")")L++;else if(h.charAt(U)==="("&&h.charAt(U-1)===" "&&(L--,L===-1&&h.charAt(U-1)===" ")){let J=h.slice(0,U-1);h=h.slice(U+1),a+=` (${J}`;break}}if(a){let L=a.match(mCt);L&&(a=L[1],C=L[2])}return lwe(T,h,this._cwd),o&&(T.constructor=!0),n&&(T.evalOrigin=n,T.evalLine=A,T.evalColumn=p,T.evalFile=u&&u.replace(/\\/g,"/")),v&&(T.native=!0),a&&(T.function=a),C&&a!==C&&(T.method=C),T}};function lwe(t,e,r){e&&(e=e.replace(/\\/g,"/"),e.startsWith(`${r}/`)&&(e=e.slice(r.length+1)),t.file=e)}function gCt(t){if(t.length===0)return[];let e=t.map(r=>pCt(r));return new RegExp(`[/\\\\]node_modules[/\\\\](?:${e.join("|")})[/\\\\][^:]+:\\d+:\\d+`)}var dCt=new RegExp("^(?:\\s*at )?(?:(new) )?(?:(.*?) \\()?(?:eval at ([^ ]+) \\((.+?):(\\d+):(\\d+)\\), )?(?:(.+?):(\\d+):(\\d+)|(native))(\\)?)$"),mCt=/^(.*?) \[as (.*?)\]$/;uwe.exports=IB});var pwe=_((aKt,fwe)=>{"use strict";fwe.exports=(t,e)=>t.replace(/^\t+/gm,r=>" ".repeat(r.length*(e||2)))});var gwe=_((lKt,hwe)=>{"use strict";var yCt=pwe(),ECt=(t,e)=>{let r=[],o=t-e,a=t+e;for(let n=o;n<=a;n++)r.push(n);return r};hwe.exports=(t,e,r)=>{if(typeof t!="string")throw new TypeError("Source code is missing.");if(!e||e<1)throw new TypeError("Line number must start from `1`.");if(t=yCt(t).split(/\r?\n/),!(e>t.length))return r={around:3,...r},ECt(e,r.around).filter(o=>t[o-1]!==void 0).map(o=>({line:o,value:t[o-1]}))}});var aQ=_(ru=>{"use strict";var CCt=ru&&ru.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),wCt=ru&&ru.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),ICt=ru&&ru.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&CCt(e,t,r);return wCt(e,t),e},BCt=ru&&ru.__rest||function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,o=Object.getOwnPropertySymbols(t);a{var{children:r}=t,o=BCt(t,["children"]);let a=Object.assign(Object.assign({},o),{marginLeft:o.marginLeft||o.marginX||o.margin||0,marginRight:o.marginRight||o.marginX||o.margin||0,marginTop:o.marginTop||o.marginY||o.margin||0,marginBottom:o.marginBottom||o.marginY||o.margin||0,paddingLeft:o.paddingLeft||o.paddingX||o.padding||0,paddingRight:o.paddingRight||o.paddingX||o.padding||0,paddingTop:o.paddingTop||o.paddingY||o.padding||0,paddingBottom:o.paddingBottom||o.paddingY||o.padding||0});return dwe.default.createElement("ink-box",{ref:e,style:a},r)});mj.displayName="Box";mj.defaultProps={flexDirection:"row",flexGrow:0,flexShrink:1};ru.default=mj});var Cj=_(BB=>{"use strict";var yj=BB&&BB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(BB,"__esModule",{value:!0});var vCt=yj(sn()),HC=yj(iQ()),mwe=yj($6()),Ej=({color:t,backgroundColor:e,dimColor:r,bold:o,italic:a,underline:n,strikethrough:u,inverse:A,wrap:p,children:h})=>{if(h==null)return null;let E=I=>(r&&(I=HC.default.dim(I)),t&&(I=mwe.default(I,t,"foreground")),e&&(I=mwe.default(I,e,"background")),o&&(I=HC.default.bold(I)),a&&(I=HC.default.italic(I)),n&&(I=HC.default.underline(I)),u&&(I=HC.default.strikethrough(I)),A&&(I=HC.default.inverse(I)),I);return vCt.default.createElement("ink-text",{style:{flexGrow:0,flexShrink:1,flexDirection:"row",textWrap:p},internal_transform:E},h)};Ej.displayName="Text";Ej.defaultProps={dimColor:!1,bold:!1,italic:!1,underline:!1,strikethrough:!1,wrap:"wrap"};BB.default=Ej});var wwe=_(nu=>{"use strict";var DCt=nu&&nu.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),PCt=nu&&nu.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),SCt=nu&&nu.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&DCt(e,t,r);return PCt(e,t),e},vB=nu&&nu.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(nu,"__esModule",{value:!0});var ywe=SCt(Be("fs")),fs=vB(sn()),Ewe=vB(Awe()),xCt=vB(gwe()),Xf=vB(aQ()),hA=vB(Cj()),Cwe=new Ewe.default({cwd:process.cwd(),internals:Ewe.default.nodeInternals()}),bCt=({error:t})=>{let e=t.stack?t.stack.split(` -`).slice(1):void 0,r=e?Cwe.parseLine(e[0]):void 0,o,a=0;if(r?.file&&r?.line&&ywe.existsSync(r.file)){let n=ywe.readFileSync(r.file,"utf8");if(o=xCt.default(n,r.line),o)for(let{line:u}of o)a=Math.max(a,String(u).length)}return fs.default.createElement(Xf.default,{flexDirection:"column",padding:1},fs.default.createElement(Xf.default,null,fs.default.createElement(hA.default,{backgroundColor:"red",color:"white"}," ","ERROR"," "),fs.default.createElement(hA.default,null," ",t.message)),r&&fs.default.createElement(Xf.default,{marginTop:1},fs.default.createElement(hA.default,{dimColor:!0},r.file,":",r.line,":",r.column)),r&&o&&fs.default.createElement(Xf.default,{marginTop:1,flexDirection:"column"},o.map(({line:n,value:u})=>fs.default.createElement(Xf.default,{key:n},fs.default.createElement(Xf.default,{width:a+1},fs.default.createElement(hA.default,{dimColor:n!==r.line,backgroundColor:n===r.line?"red":void 0,color:n===r.line?"white":void 0},String(n).padStart(a," "),":")),fs.default.createElement(hA.default,{key:n,backgroundColor:n===r.line?"red":void 0,color:n===r.line?"white":void 0}," "+u)))),t.stack&&fs.default.createElement(Xf.default,{marginTop:1,flexDirection:"column"},t.stack.split(` -`).slice(1).map(n=>{let u=Cwe.parseLine(n);return u?fs.default.createElement(Xf.default,{key:n},fs.default.createElement(hA.default,{dimColor:!0},"- "),fs.default.createElement(hA.default,{dimColor:!0,bold:!0},u.function),fs.default.createElement(hA.default,{dimColor:!0,color:"gray"}," ","(",u.file,":",u.line,":",u.column,")")):fs.default.createElement(Xf.default,{key:n},fs.default.createElement(hA.default,{dimColor:!0},"- "),fs.default.createElement(hA.default,{dimColor:!0,bold:!0},n))})))};nu.default=bCt});var Bwe=_(iu=>{"use strict";var kCt=iu&&iu.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),QCt=iu&&iu.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),FCt=iu&&iu.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&kCt(e,t,r);return QCt(e,t),e},cm=iu&&iu.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(iu,"__esModule",{value:!0});var lm=FCt(sn()),Iwe=cm(m6()),TCt=cm(cj()),RCt=cm(Aj()),NCt=cm(pj()),LCt=cm(gj()),MCt=cm(oQ()),OCt=cm(wwe()),UCt=" ",_Ct="\x1B[Z",HCt="\x1B",lQ=class extends lm.PureComponent{constructor(){super(...arguments),this.state={isFocusEnabled:!0,activeFocusId:void 0,focusables:[],error:void 0},this.rawModeEnabledCount=0,this.handleSetRawMode=e=>{let{stdin:r}=this.props;if(!this.isRawModeSupported())throw r===process.stdin?new Error(`Raw mode is not supported on the current process.stdin, which Ink uses as input stream by default. +`).join("")}captureString(e,r=this.captureString){typeof e=="function"&&(r=e,e=1/0);let{stackTraceLimit:o}=Error;e&&(Error.stackTraceLimit=e);let a={};Error.captureStackTrace(a,r);let{stack:n}=a;return Error.stackTraceLimit=o,this.clean(n)}capture(e,r=this.capture){typeof e=="function"&&(r=e,e=1/0);let{prepareStackTrace:o,stackTraceLimit:a}=Error;Error.prepareStackTrace=(A,p)=>this._wrapCallSite?p.map(this._wrapCallSite):p,e&&(Error.stackTraceLimit=e);let n={};Error.captureStackTrace(n,r);let{stack:u}=n;return Object.assign(Error,{prepareStackTrace:o,stackTraceLimit:a}),u}at(e=this.at){let[r]=this.capture(1,e);if(!r)return{};let o={line:r.getLineNumber(),column:r.getColumnNumber()};swe(o,r.getFileName(),this._cwd),r.isConstructor()&&(o.constructor=!0),r.isEval()&&(o.evalOrigin=r.getEvalOrigin()),r.isNative()&&(o.native=!0);let a;try{a=r.getTypeName()}catch{}a&&a!=="Object"&&a!=="[object Object]"&&(o.type=a);let n=r.getFunctionName();n&&(o.function=n);let u=r.getMethodName();return u&&n!==u&&(o.method=u),o}parseLine(e){let r=e&&e.match(ACt);if(!r)return null;let o=r[1]==="new",a=r[2],n=r[3],u=r[4],A=Number(r[5]),p=Number(r[6]),h=r[7],E=r[8],I=r[9],v=r[10]==="native",x=r[11]===")",C,R={};if(E&&(R.line=Number(E)),I&&(R.column=Number(I)),x&&h){let L=0;for(let U=h.length-1;U>0;U--)if(h.charAt(U)===")")L++;else if(h.charAt(U)==="("&&h.charAt(U-1)===" "&&(L--,L===-1&&h.charAt(U-1)===" ")){let J=h.slice(0,U-1);h=h.slice(U+1),a+=` (${J}`;break}}if(a){let L=a.match(fCt);L&&(a=L[1],C=L[2])}return swe(R,h,this._cwd),o&&(R.constructor=!0),n&&(R.evalOrigin=n,R.evalLine=A,R.evalColumn=p,R.evalFile=u&&u.replace(/\\/g,"/")),v&&(R.native=!0),a&&(R.function=a),C&&a!==C&&(R.method=C),R}};function swe(t,e,r){e&&(e=e.replace(/\\/g,"/"),e.startsWith(`${r}/`)&&(e=e.slice(r.length+1)),t.file=e)}function uCt(t){if(t.length===0)return[];let e=t.map(r=>lCt(r));return new RegExp(`[/\\\\]node_modules[/\\\\](?:${e.join("|")})[/\\\\][^:]+:\\d+:\\d+`)}var ACt=new RegExp("^(?:\\s*at )?(?:(new) )?(?:(.*?) \\()?(?:eval at ([^ ]+) \\((.+?):(\\d+):(\\d+)\\), )?(?:(.+?):(\\d+):(\\d+)|(native))(\\)?)$"),fCt=/^(.*?) \[as (.*?)\]$/;awe.exports=BB});var uwe=_((aVt,cwe)=>{"use strict";cwe.exports=(t,e)=>t.replace(/^\t+/gm,r=>" ".repeat(r.length*(e||2)))});var fwe=_((lVt,Awe)=>{"use strict";var pCt=uwe(),hCt=(t,e)=>{let r=[],o=t-e,a=t+e;for(let n=o;n<=a;n++)r.push(n);return r};Awe.exports=(t,e,r)=>{if(typeof t!="string")throw new TypeError("Source code is missing.");if(!e||e<1)throw new TypeError("Line number must start from `1`.");if(t=pCt(t).split(/\r?\n/),!(e>t.length))return r={around:3,...r},hCt(e,r.around).filter(o=>t[o-1]!==void 0).map(o=>({line:o,value:t[o-1]}))}});var sQ=_(ru=>{"use strict";var gCt=ru&&ru.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),dCt=ru&&ru.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),mCt=ru&&ru.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&gCt(e,t,r);return dCt(e,t),e},yCt=ru&&ru.__rest||function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,o=Object.getOwnPropertySymbols(t);a{var{children:r}=t,o=yCt(t,["children"]);let a=Object.assign(Object.assign({},o),{marginLeft:o.marginLeft||o.marginX||o.margin||0,marginRight:o.marginRight||o.marginX||o.margin||0,marginTop:o.marginTop||o.marginY||o.margin||0,marginBottom:o.marginBottom||o.marginY||o.margin||0,paddingLeft:o.paddingLeft||o.paddingX||o.padding||0,paddingRight:o.paddingRight||o.paddingX||o.padding||0,paddingTop:o.paddingTop||o.paddingY||o.padding||0,paddingBottom:o.paddingBottom||o.paddingY||o.padding||0});return pwe.default.createElement("ink-box",{ref:e,style:a},r)});gj.displayName="Box";gj.defaultProps={flexDirection:"row",flexGrow:0,flexShrink:1};ru.default=gj});var yj=_(vB=>{"use strict";var dj=vB&&vB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(vB,"__esModule",{value:!0});var ECt=dj(on()),jC=dj(rQ()),hwe=dj(X6()),mj=({color:t,backgroundColor:e,dimColor:r,bold:o,italic:a,underline:n,strikethrough:u,inverse:A,wrap:p,children:h})=>{if(h==null)return null;let E=I=>(r&&(I=jC.default.dim(I)),t&&(I=hwe.default(I,t,"foreground")),e&&(I=hwe.default(I,e,"background")),o&&(I=jC.default.bold(I)),a&&(I=jC.default.italic(I)),n&&(I=jC.default.underline(I)),u&&(I=jC.default.strikethrough(I)),A&&(I=jC.default.inverse(I)),I);return ECt.default.createElement("ink-text",{style:{flexGrow:0,flexShrink:1,flexDirection:"row",textWrap:p},internal_transform:E},h)};mj.displayName="Text";mj.defaultProps={dimColor:!1,bold:!1,italic:!1,underline:!1,strikethrough:!1,wrap:"wrap"};vB.default=mj});var ywe=_(nu=>{"use strict";var CCt=nu&&nu.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),wCt=nu&&nu.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),ICt=nu&&nu.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&CCt(e,t,r);return wCt(e,t),e},DB=nu&&nu.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(nu,"__esModule",{value:!0});var gwe=ICt(ve("fs")),fs=DB(on()),dwe=DB(lwe()),BCt=DB(fwe()),Zf=DB(sQ()),hA=DB(yj()),mwe=new dwe.default({cwd:process.cwd(),internals:dwe.default.nodeInternals()}),vCt=({error:t})=>{let e=t.stack?t.stack.split(` +`).slice(1):void 0,r=e?mwe.parseLine(e[0]):void 0,o,a=0;if(r?.file&&r?.line&&gwe.existsSync(r.file)){let n=gwe.readFileSync(r.file,"utf8");if(o=BCt.default(n,r.line),o)for(let{line:u}of o)a=Math.max(a,String(u).length)}return fs.default.createElement(Zf.default,{flexDirection:"column",padding:1},fs.default.createElement(Zf.default,null,fs.default.createElement(hA.default,{backgroundColor:"red",color:"white"}," ","ERROR"," "),fs.default.createElement(hA.default,null," ",t.message)),r&&fs.default.createElement(Zf.default,{marginTop:1},fs.default.createElement(hA.default,{dimColor:!0},r.file,":",r.line,":",r.column)),r&&o&&fs.default.createElement(Zf.default,{marginTop:1,flexDirection:"column"},o.map(({line:n,value:u})=>fs.default.createElement(Zf.default,{key:n},fs.default.createElement(Zf.default,{width:a+1},fs.default.createElement(hA.default,{dimColor:n!==r.line,backgroundColor:n===r.line?"red":void 0,color:n===r.line?"white":void 0},String(n).padStart(a," "),":")),fs.default.createElement(hA.default,{key:n,backgroundColor:n===r.line?"red":void 0,color:n===r.line?"white":void 0}," "+u)))),t.stack&&fs.default.createElement(Zf.default,{marginTop:1,flexDirection:"column"},t.stack.split(` +`).slice(1).map(n=>{let u=mwe.parseLine(n);return u?fs.default.createElement(Zf.default,{key:n},fs.default.createElement(hA.default,{dimColor:!0},"- "),fs.default.createElement(hA.default,{dimColor:!0,bold:!0},u.function),fs.default.createElement(hA.default,{dimColor:!0,color:"gray"}," ","(",u.file,":",u.line,":",u.column,")")):fs.default.createElement(Zf.default,{key:n},fs.default.createElement(hA.default,{dimColor:!0},"- "),fs.default.createElement(hA.default,{dimColor:!0,bold:!0},n))})))};nu.default=vCt});var Cwe=_(iu=>{"use strict";var DCt=iu&&iu.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),SCt=iu&&iu.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),PCt=iu&&iu.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&DCt(e,t,r);return SCt(e,t),e},um=iu&&iu.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(iu,"__esModule",{value:!0});var cm=PCt(on()),Ewe=um(g6()),bCt=um(aj()),xCt=um(cj()),kCt=um(Aj()),QCt=um(pj()),FCt=um(iQ()),RCt=um(ywe()),TCt=" ",NCt="\x1B[Z",LCt="\x1B",oQ=class extends cm.PureComponent{constructor(){super(...arguments),this.state={isFocusEnabled:!0,activeFocusId:void 0,focusables:[],error:void 0},this.rawModeEnabledCount=0,this.handleSetRawMode=e=>{let{stdin:r}=this.props;if(!this.isRawModeSupported())throw r===process.stdin?new Error(`Raw mode is not supported on the current process.stdin, which Ink uses as input stream by default. Read about how to prevent this error on https://github.com/vadimdemedes/ink/#israwmodesupported`):new Error(`Raw mode is not supported on the stdin provided to Ink. -Read about how to prevent this error on https://github.com/vadimdemedes/ink/#israwmodesupported`);if(r.setEncoding("utf8"),e){this.rawModeEnabledCount===0&&(r.addListener("data",this.handleInput),r.resume(),r.setRawMode(!0)),this.rawModeEnabledCount++;return}--this.rawModeEnabledCount===0&&(r.setRawMode(!1),r.removeListener("data",this.handleInput),r.pause())},this.handleInput=e=>{e===""&&this.props.exitOnCtrlC&&this.handleExit(),e===HCt&&this.state.activeFocusId&&this.setState({activeFocusId:void 0}),this.state.isFocusEnabled&&this.state.focusables.length>0&&(e===UCt&&this.focusNext(),e===_Ct&&this.focusPrevious())},this.handleExit=e=>{this.isRawModeSupported()&&this.handleSetRawMode(!1),this.props.onExit(e)},this.enableFocus=()=>{this.setState({isFocusEnabled:!0})},this.disableFocus=()=>{this.setState({isFocusEnabled:!1})},this.focusNext=()=>{this.setState(e=>{let r=e.focusables[0].id;return{activeFocusId:this.findNextFocusable(e)||r}})},this.focusPrevious=()=>{this.setState(e=>{let r=e.focusables[e.focusables.length-1].id;return{activeFocusId:this.findPreviousFocusable(e)||r}})},this.addFocusable=(e,{autoFocus:r})=>{this.setState(o=>{let a=o.activeFocusId;return!a&&r&&(a=e),{activeFocusId:a,focusables:[...o.focusables,{id:e,isActive:!0}]}})},this.removeFocusable=e=>{this.setState(r=>({activeFocusId:r.activeFocusId===e?void 0:r.activeFocusId,focusables:r.focusables.filter(o=>o.id!==e)}))},this.activateFocusable=e=>{this.setState(r=>({focusables:r.focusables.map(o=>o.id!==e?o:{id:e,isActive:!0})}))},this.deactivateFocusable=e=>{this.setState(r=>({activeFocusId:r.activeFocusId===e?void 0:r.activeFocusId,focusables:r.focusables.map(o=>o.id!==e?o:{id:e,isActive:!1})}))},this.findNextFocusable=e=>{let r=e.focusables.findIndex(o=>o.id===e.activeFocusId);for(let o=r+1;o{let r=e.focusables.findIndex(o=>o.id===e.activeFocusId);for(let o=r-1;o>=0;o--)if(e.focusables[o].isActive)return e.focusables[o].id}}static getDerivedStateFromError(e){return{error:e}}isRawModeSupported(){return this.props.stdin.isTTY}render(){return lm.default.createElement(TCt.default.Provider,{value:{exit:this.handleExit}},lm.default.createElement(RCt.default.Provider,{value:{stdin:this.props.stdin,setRawMode:this.handleSetRawMode,isRawModeSupported:this.isRawModeSupported(),internal_exitOnCtrlC:this.props.exitOnCtrlC}},lm.default.createElement(NCt.default.Provider,{value:{stdout:this.props.stdout,write:this.props.writeToStdout}},lm.default.createElement(LCt.default.Provider,{value:{stderr:this.props.stderr,write:this.props.writeToStderr}},lm.default.createElement(MCt.default.Provider,{value:{activeId:this.state.activeFocusId,add:this.addFocusable,remove:this.removeFocusable,activate:this.activateFocusable,deactivate:this.deactivateFocusable,enableFocus:this.enableFocus,disableFocus:this.disableFocus,focusNext:this.focusNext,focusPrevious:this.focusPrevious}},this.state.error?lm.default.createElement(OCt.default,{error:this.state.error}):this.props.children)))))}componentDidMount(){Iwe.default.hide(this.props.stdout)}componentWillUnmount(){Iwe.default.show(this.props.stdout),this.isRawModeSupported()&&this.handleSetRawMode(!1)}componentDidCatch(e){this.handleExit(e)}};iu.default=lQ;lQ.displayName="InternalApp"});var Pwe=_(su=>{"use strict";var jCt=su&&su.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),qCt=su&&su.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),GCt=su&&su.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&jCt(e,t,r);return qCt(e,t),e},ou=su&&su.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(su,"__esModule",{value:!0});var YCt=ou(sn()),vwe=uO(),WCt=ou(AEe()),VCt=ou(f6()),KCt=ou(mEe()),JCt=ou(EEe()),wj=ou(fCe()),zCt=ou(zCe()),XCt=ou(d6()),ZCt=ou(ewe()),$Ct=GCt(W6()),ewt=ou(aj()),twt=ou(Bwe()),jC=process.env.CI==="false"?!1:KCt.default,Dwe=()=>{},Ij=class{constructor(e){this.resolveExitPromise=()=>{},this.rejectExitPromise=()=>{},this.unsubscribeExit=()=>{},this.onRender=()=>{if(this.isUnmounted)return;let{output:r,outputHeight:o,staticOutput:a}=zCt.default(this.rootNode,this.options.stdout.columns||80),n=a&&a!==` -`;if(this.options.debug){n&&(this.fullStaticOutput+=a),this.options.stdout.write(this.fullStaticOutput+r);return}if(jC){n&&this.options.stdout.write(a),this.lastOutput=r;return}if(n&&(this.fullStaticOutput+=a),o>=this.options.stdout.rows){this.options.stdout.write(VCt.default.clearTerminal+this.fullStaticOutput+r),this.lastOutput=r;return}n&&(this.log.clear(),this.options.stdout.write(a),this.log(r)),!n&&r!==this.lastOutput&&this.throttledLog(r),this.lastOutput=r},JCt.default(this),this.options=e,this.rootNode=$Ct.createNode("ink-root"),this.rootNode.onRender=e.debug?this.onRender:vwe(this.onRender,32,{leading:!0,trailing:!0}),this.rootNode.onImmediateRender=this.onRender,this.log=WCt.default.create(e.stdout),this.throttledLog=e.debug?this.log:vwe(this.log,void 0,{leading:!0,trailing:!0}),this.isUnmounted=!1,this.lastOutput="",this.fullStaticOutput="",this.container=wj.default.createContainer(this.rootNode,!1,!1),this.unsubscribeExit=XCt.default(this.unmount,{alwaysLast:!1}),e.patchConsole&&this.patchConsole(),jC||(e.stdout.on("resize",this.onRender),this.unsubscribeResize=()=>{e.stdout.off("resize",this.onRender)})}render(e){let r=YCt.default.createElement(twt.default,{stdin:this.options.stdin,stdout:this.options.stdout,stderr:this.options.stderr,writeToStdout:this.writeToStdout,writeToStderr:this.writeToStderr,exitOnCtrlC:this.options.exitOnCtrlC,onExit:this.unmount},e);wj.default.updateContainer(r,this.container,null,Dwe)}writeToStdout(e){if(!this.isUnmounted){if(this.options.debug){this.options.stdout.write(e+this.fullStaticOutput+this.lastOutput);return}if(jC){this.options.stdout.write(e);return}this.log.clear(),this.options.stdout.write(e),this.log(this.lastOutput)}}writeToStderr(e){if(!this.isUnmounted){if(this.options.debug){this.options.stderr.write(e),this.options.stdout.write(this.fullStaticOutput+this.lastOutput);return}if(jC){this.options.stderr.write(e);return}this.log.clear(),this.options.stderr.write(e),this.log(this.lastOutput)}}unmount(e){this.isUnmounted||(this.onRender(),this.unsubscribeExit(),typeof this.restoreConsole=="function"&&this.restoreConsole(),typeof this.unsubscribeResize=="function"&&this.unsubscribeResize(),jC?this.options.stdout.write(this.lastOutput+` -`):this.options.debug||this.log.done(),this.isUnmounted=!0,wj.default.updateContainer(null,this.container,null,Dwe),ewt.default.delete(this.options.stdout),e instanceof Error?this.rejectExitPromise(e):this.resolveExitPromise())}waitUntilExit(){return this.exitPromise||(this.exitPromise=new Promise((e,r)=>{this.resolveExitPromise=e,this.rejectExitPromise=r})),this.exitPromise}clear(){!jC&&!this.options.debug&&this.log.clear()}patchConsole(){this.options.debug||(this.restoreConsole=ZCt.default((e,r)=>{e==="stdout"&&this.writeToStdout(r),e==="stderr"&&(r.startsWith("The above error occurred")||this.writeToStderr(r))}))}};su.default=Ij});var xwe=_(DB=>{"use strict";var Swe=DB&&DB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(DB,"__esModule",{value:!0});var rwt=Swe(Pwe()),cQ=Swe(aj()),nwt=Be("stream"),iwt=(t,e)=>{let r=Object.assign({stdout:process.stdout,stdin:process.stdin,stderr:process.stderr,debug:!1,exitOnCtrlC:!0,patchConsole:!0},swt(e)),o=owt(r.stdout,()=>new rwt.default(r));return o.render(t),{rerender:o.render,unmount:()=>o.unmount(),waitUntilExit:o.waitUntilExit,cleanup:()=>cQ.default.delete(r.stdout),clear:o.clear}};DB.default=iwt;var swt=(t={})=>t instanceof nwt.Stream?{stdout:t,stdin:process.stdin}:t,owt=(t,e)=>{let r;return cQ.default.has(t)?r=cQ.default.get(t):(r=e(),cQ.default.set(t,r)),r}});var kwe=_(Zf=>{"use strict";var awt=Zf&&Zf.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),lwt=Zf&&Zf.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),cwt=Zf&&Zf.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&awt(e,t,r);return lwt(e,t),e};Object.defineProperty(Zf,"__esModule",{value:!0});var PB=cwt(sn()),bwe=t=>{let{items:e,children:r,style:o}=t,[a,n]=PB.useState(0),u=PB.useMemo(()=>e.slice(a),[e,a]);PB.useLayoutEffect(()=>{n(e.length)},[e.length]);let A=u.map((h,E)=>r(h,a+E)),p=PB.useMemo(()=>Object.assign({position:"absolute",flexDirection:"column"},o),[o]);return PB.default.createElement("ink-box",{internal_static:!0,style:p},A)};bwe.displayName="Static";Zf.default=bwe});var Fwe=_(SB=>{"use strict";var uwt=SB&&SB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(SB,"__esModule",{value:!0});var Awt=uwt(sn()),Qwe=({children:t,transform:e})=>t==null?null:Awt.default.createElement("ink-text",{style:{flexGrow:0,flexShrink:1,flexDirection:"row"},internal_transform:e},t);Qwe.displayName="Transform";SB.default=Qwe});var Rwe=_(xB=>{"use strict";var fwt=xB&&xB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(xB,"__esModule",{value:!0});var pwt=fwt(sn()),Twe=({count:t=1})=>pwt.default.createElement("ink-text",null,` -`.repeat(t));Twe.displayName="Newline";xB.default=Twe});var Mwe=_(bB=>{"use strict";var Nwe=bB&&bB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(bB,"__esModule",{value:!0});var hwt=Nwe(sn()),gwt=Nwe(aQ()),Lwe=()=>hwt.default.createElement(gwt.default,{flexGrow:1});Lwe.displayName="Spacer";bB.default=Lwe});var uQ=_(kB=>{"use strict";var dwt=kB&&kB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(kB,"__esModule",{value:!0});var mwt=sn(),ywt=dwt(Aj()),Ewt=()=>mwt.useContext(ywt.default);kB.default=Ewt});var Uwe=_(QB=>{"use strict";var Cwt=QB&&QB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(QB,"__esModule",{value:!0});var Owe=sn(),wwt=Cwt(uQ()),Iwt=(t,e={})=>{let{stdin:r,setRawMode:o,internal_exitOnCtrlC:a}=wwt.default();Owe.useEffect(()=>{if(e.isActive!==!1)return o(!0),()=>{o(!1)}},[e.isActive,o]),Owe.useEffect(()=>{if(e.isActive===!1)return;let n=u=>{let A=String(u),p={upArrow:A==="\x1B[A",downArrow:A==="\x1B[B",leftArrow:A==="\x1B[D",rightArrow:A==="\x1B[C",pageDown:A==="\x1B[6~",pageUp:A==="\x1B[5~",return:A==="\r",escape:A==="\x1B",ctrl:!1,shift:!1,tab:A===" "||A==="\x1B[Z",backspace:A==="\b",delete:A==="\x7F"||A==="\x1B[3~",meta:!1};A<=""&&!p.return&&(A=String.fromCharCode(A.charCodeAt(0)+"a".charCodeAt(0)-1),p.ctrl=!0),A.startsWith("\x1B")&&(A=A.slice(1),p.meta=!0);let h=A>="A"&&A<="Z",E=A>="\u0410"&&A<="\u042F";A.length===1&&(h||E)&&(p.shift=!0),p.tab&&A==="[Z"&&(p.shift=!0),(p.tab||p.backspace||p.delete)&&(A=""),(!(A==="c"&&p.ctrl)||!a)&&t(A,p)};return r?.on("data",n),()=>{r?.off("data",n)}},[e.isActive,r,a,t])};QB.default=Iwt});var _we=_(FB=>{"use strict";var Bwt=FB&&FB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(FB,"__esModule",{value:!0});var vwt=sn(),Dwt=Bwt(cj()),Pwt=()=>vwt.useContext(Dwt.default);FB.default=Pwt});var Hwe=_(TB=>{"use strict";var Swt=TB&&TB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(TB,"__esModule",{value:!0});var xwt=sn(),bwt=Swt(pj()),kwt=()=>xwt.useContext(bwt.default);TB.default=kwt});var jwe=_(RB=>{"use strict";var Qwt=RB&&RB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(RB,"__esModule",{value:!0});var Fwt=sn(),Twt=Qwt(gj()),Rwt=()=>Fwt.useContext(Twt.default);RB.default=Rwt});var Gwe=_(LB=>{"use strict";var qwe=LB&&LB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(LB,"__esModule",{value:!0});var NB=sn(),Nwt=qwe(oQ()),Lwt=qwe(uQ()),Mwt=({isActive:t=!0,autoFocus:e=!1}={})=>{let{isRawModeSupported:r,setRawMode:o}=Lwt.default(),{activeId:a,add:n,remove:u,activate:A,deactivate:p}=NB.useContext(Nwt.default),h=NB.useMemo(()=>Math.random().toString().slice(2,7),[]);return NB.useEffect(()=>(n(h,{autoFocus:e}),()=>{u(h)}),[h,e]),NB.useEffect(()=>{t?A(h):p(h)},[t,h]),NB.useEffect(()=>{if(!(!r||!t))return o(!0),()=>{o(!1)}},[t]),{isFocused:Boolean(h)&&a===h}};LB.default=Mwt});var Ywe=_(MB=>{"use strict";var Owt=MB&&MB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(MB,"__esModule",{value:!0});var Uwt=sn(),_wt=Owt(oQ()),Hwt=()=>{let t=Uwt.useContext(_wt.default);return{enableFocus:t.enableFocus,disableFocus:t.disableFocus,focusNext:t.focusNext,focusPrevious:t.focusPrevious}};MB.default=Hwt});var Wwe=_(Bj=>{"use strict";Object.defineProperty(Bj,"__esModule",{value:!0});Bj.default=t=>{var e,r,o,a;return{width:(r=(e=t.yogaNode)===null||e===void 0?void 0:e.getComputedWidth())!==null&&r!==void 0?r:0,height:(a=(o=t.yogaNode)===null||o===void 0?void 0:o.getComputedHeight())!==null&&a!==void 0?a:0}}});var ic=_(ro=>{"use strict";Object.defineProperty(ro,"__esModule",{value:!0});var jwt=xwe();Object.defineProperty(ro,"render",{enumerable:!0,get:function(){return jwt.default}});var qwt=aQ();Object.defineProperty(ro,"Box",{enumerable:!0,get:function(){return qwt.default}});var Gwt=Cj();Object.defineProperty(ro,"Text",{enumerable:!0,get:function(){return Gwt.default}});var Ywt=kwe();Object.defineProperty(ro,"Static",{enumerable:!0,get:function(){return Ywt.default}});var Wwt=Fwe();Object.defineProperty(ro,"Transform",{enumerable:!0,get:function(){return Wwt.default}});var Vwt=Rwe();Object.defineProperty(ro,"Newline",{enumerable:!0,get:function(){return Vwt.default}});var Kwt=Mwe();Object.defineProperty(ro,"Spacer",{enumerable:!0,get:function(){return Kwt.default}});var Jwt=Uwe();Object.defineProperty(ro,"useInput",{enumerable:!0,get:function(){return Jwt.default}});var zwt=_we();Object.defineProperty(ro,"useApp",{enumerable:!0,get:function(){return zwt.default}});var Xwt=uQ();Object.defineProperty(ro,"useStdin",{enumerable:!0,get:function(){return Xwt.default}});var Zwt=Hwe();Object.defineProperty(ro,"useStdout",{enumerable:!0,get:function(){return Zwt.default}});var $wt=jwe();Object.defineProperty(ro,"useStderr",{enumerable:!0,get:function(){return $wt.default}});var eIt=Gwe();Object.defineProperty(ro,"useFocus",{enumerable:!0,get:function(){return eIt.default}});var tIt=Ywe();Object.defineProperty(ro,"useFocusManager",{enumerable:!0,get:function(){return tIt.default}});var rIt=Wwe();Object.defineProperty(ro,"measureElement",{enumerable:!0,get:function(){return rIt.default}})});var Dj={};Kt(Dj,{Gem:()=>vj});var Vwe,um,vj,AQ=Et(()=>{Vwe=$e(ic()),um=$e(sn()),vj=(0,um.memo)(({active:t})=>{let e=(0,um.useMemo)(()=>t?"\u25C9":"\u25EF",[t]),r=(0,um.useMemo)(()=>t?"green":"yellow",[t]);return um.default.createElement(Vwe.Text,{color:r},e)})});var Jwe={};Kt(Jwe,{useKeypress:()=>Am});function Am({active:t},e,r){let{stdin:o}=(0,Kwe.useStdin)(),a=(0,fQ.useCallback)((n,u)=>e(n,u),r);(0,fQ.useEffect)(()=>{if(!(!t||!o))return o.on("keypress",a),()=>{o.off("keypress",a)}},[t,a,o])}var Kwe,fQ,OB=Et(()=>{Kwe=$e(ic()),fQ=$e(sn())});var Xwe={};Kt(Xwe,{FocusRequest:()=>zwe,useFocusRequest:()=>Pj});var zwe,Pj,Sj=Et(()=>{OB();zwe=(r=>(r.BEFORE="before",r.AFTER="after",r))(zwe||{}),Pj=function({active:t},e,r){Am({active:t},(o,a)=>{a.name==="tab"&&(a.shift?e("before"):e("after"))},r)}});var Zwe={};Kt(Zwe,{useListInput:()=>UB});var UB,pQ=Et(()=>{OB();UB=function(t,e,{active:r,minus:o,plus:a,set:n,loop:u=!0}){Am({active:r},(A,p)=>{let h=e.indexOf(t);switch(p.name){case o:{let E=h-1;if(u){n(e[(e.length+E)%e.length]);return}if(E<0)return;n(e[E])}break;case a:{let E=h+1;if(u){n(e[E%e.length]);return}if(E>=e.length)return;n(e[E])}break}},[e,t,a,n,u])}});var hQ={};Kt(hQ,{ScrollableItems:()=>nIt});var E0,La,nIt,gQ=Et(()=>{E0=$e(ic()),La=$e(sn());Sj();pQ();nIt=({active:t=!0,children:e=[],radius:r=10,size:o=1,loop:a=!0,onFocusRequest:n,willReachEnd:u})=>{let A=L=>{if(L.key===null)throw new Error("Expected all children to have a key");return L.key},p=La.default.Children.map(e,L=>A(L)),h=p[0],[E,I]=(0,La.useState)(h),v=p.indexOf(E);(0,La.useEffect)(()=>{p.includes(E)||I(h)},[e]),(0,La.useEffect)(()=>{u&&v>=p.length-2&&u()},[v]),Pj({active:t&&!!n},L=>{n?.(L)},[n]),UB(E,p,{active:t,minus:"up",plus:"down",set:I,loop:a});let b=v-r,C=v+r;C>p.length&&(b-=C-p.length,C=p.length),b<0&&(C+=-b,b=0),C>=p.length&&(C=p.length-1);let T=[];for(let L=b;L<=C;++L){let U=p[L],J=t&&U===E;T.push(La.default.createElement(E0.Box,{key:U,height:o},La.default.createElement(E0.Box,{marginLeft:1,marginRight:1},La.default.createElement(E0.Text,null,J?La.default.createElement(E0.Text,{color:"cyan",bold:!0},">"):" ")),La.default.createElement(E0.Box,null,La.default.cloneElement(e[L],{active:J}))))}return La.default.createElement(E0.Box,{flexDirection:"column",width:"100%"},T)}});var $we,$f,eIe,xj,tIe,bj=Et(()=>{$we=$e(ic()),$f=$e(sn()),eIe=Be("readline"),xj=$f.default.createContext(null),tIe=({children:t})=>{let{stdin:e,setRawMode:r}=(0,$we.useStdin)();(0,$f.useEffect)(()=>{r&&r(!0),e&&(0,eIe.emitKeypressEvents)(e)},[e,r]);let[o,a]=(0,$f.useState)(new Map),n=(0,$f.useMemo)(()=>({getAll:()=>o,get:u=>o.get(u),set:(u,A)=>a(new Map([...o,[u,A]]))}),[o,a]);return $f.default.createElement(xj.Provider,{value:n,children:t})}});var kj={};Kt(kj,{useMinistore:()=>iIt});function iIt(t,e){let r=(0,dQ.useContext)(xj);if(r===null)throw new Error("Expected this hook to run with a ministore context attached");if(typeof t>"u")return r.getAll();let o=(0,dQ.useCallback)(n=>{r.set(t,n)},[t,r.set]),a=r.get(t);return typeof a>"u"&&(a=e),[a,o]}var dQ,Qj=Et(()=>{dQ=$e(sn());bj()});var yQ={};Kt(yQ,{renderForm:()=>sIt});async function sIt(t,e,{stdin:r,stdout:o,stderr:a}){let n,u=p=>{let{exit:h}=(0,mQ.useApp)();Am({active:!0},(E,I)=>{I.name==="return"&&(n=p,h())},[h,p])},{waitUntilExit:A}=(0,mQ.render)(Fj.default.createElement(tIe,null,Fj.default.createElement(t,{...e,useSubmit:u})),{stdin:r,stdout:o,stderr:a});return await A(),n}var mQ,Fj,EQ=Et(()=>{mQ=$e(ic()),Fj=$e(sn());bj();OB()});var sIe=_(_B=>{"use strict";Object.defineProperty(_B,"__esModule",{value:!0});_B.UncontrolledTextInput=void 0;var nIe=sn(),Tj=sn(),rIe=ic(),fm=iQ(),iIe=({value:t,placeholder:e="",focus:r=!0,mask:o,highlightPastedText:a=!1,showCursor:n=!0,onChange:u,onSubmit:A})=>{let[{cursorOffset:p,cursorWidth:h},E]=Tj.useState({cursorOffset:(t||"").length,cursorWidth:0});Tj.useEffect(()=>{E(T=>{if(!r||!n)return T;let L=t||"";return T.cursorOffset>L.length-1?{cursorOffset:L.length,cursorWidth:0}:T})},[t,r,n]);let I=a?h:0,v=o?o.repeat(t.length):t,b=v,C=e?fm.grey(e):void 0;if(n&&r){C=e.length>0?fm.inverse(e[0])+fm.grey(e.slice(1)):fm.inverse(" "),b=v.length>0?"":fm.inverse(" ");let T=0;for(let L of v)T>=p-I&&T<=p?b+=fm.inverse(L):b+=L,T++;v.length>0&&p===v.length&&(b+=fm.inverse(" "))}return rIe.useInput((T,L)=>{if(L.upArrow||L.downArrow||L.ctrl&&T==="c"||L.tab||L.shift&&L.tab)return;if(L.return){A&&A(t);return}let U=p,J=t,te=0;L.leftArrow?n&&U--:L.rightArrow?n&&U++:L.backspace||L.delete?p>0&&(J=t.slice(0,p-1)+t.slice(p,t.length),U--):(J=t.slice(0,p)+T+t.slice(p,t.length),U+=T.length,T.length>1&&(te=T.length)),p<0&&(U=0),p>t.length&&(U=t.length),E({cursorOffset:U,cursorWidth:te}),J!==t&&u(J)},{isActive:r}),nIe.createElement(rIe.Text,null,e?v.length>0?b:C:b)};_B.default=iIe;_B.UncontrolledTextInput=t=>{let[e,r]=Tj.useState("");return nIe.createElement(iIe,Object.assign({},t,{value:e,onChange:r}))}});var lIe={};Kt(lIe,{Pad:()=>Rj});var oIe,aIe,Rj,Nj=Et(()=>{oIe=$e(ic()),aIe=$e(sn()),Rj=({length:t,active:e})=>{if(t===0)return null;let r=t>1?` ${"-".repeat(t-1)}`:" ";return aIe.default.createElement(oIe.Text,{dimColor:!e},r)}});var cIe={};Kt(cIe,{ItemOptions:()=>oIt});var jB,w0,oIt,uIe=Et(()=>{jB=$e(ic()),w0=$e(sn());pQ();AQ();Nj();oIt=function({active:t,skewer:e,options:r,value:o,onChange:a,sizes:n=[]}){let u=r.filter(({label:p})=>!!p).map(({value:p})=>p),A=r.findIndex(p=>p.value===o&&p.label!="");return UB(o,u,{active:t,minus:"left",plus:"right",set:a}),w0.default.createElement(w0.default.Fragment,null,r.map(({label:p},h)=>{let E=h===A,I=n[h]-1||0,v=p.replace(/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,""),b=Math.max(0,I-v.length-2);return p?w0.default.createElement(jB.Box,{key:p,width:I,marginLeft:1},w0.default.createElement(jB.Text,{wrap:"truncate"},w0.default.createElement(vj,{active:E})," ",p),e?w0.default.createElement(Rj,{active:t,length:b}):null):w0.default.createElement(jB.Box,{key:`spacer-${h}`,width:I,marginLeft:1})}))}});var PIe=_((zJt,DIe)=>{var Gj;DIe.exports=()=>(typeof Gj>"u"&&(Gj=Be("zlib").brotliDecompressSync(Buffer.from("W7N0VsO4vY64HWDyXqed+oAyZJiyif46DqkVeS70D7uBnPuR2kjnWVorAtyjDFXVvATfM+Tuqr1+1bYAIEUNta6ugea03UJD4TsodKjGeUw/bGGX6mhltUQrTQIbJEj0XK5lyMNud6t6GAbPXF6Urk5rakLjbZ+5ve/P+mnVIwyyz39xSCEMtNeaHeUXus5lJMLIZm3xMYCOW39JEISQMya1gqvZY3yMrzHNIF4o/YdN9W1/XoeiNhLjznRsSvd8IcYOHpiZUeHCvzU1bBH0kv5jZc2tNMJjZXTDS4O3iNP5GVWLhORyhwLWVqqDSpJIKDSanski+rpbTfPvz+tQCsLXpKWE7BWSyavV16ZowXC3rhob0tYTq6X6eiM3RoxSvoyWSynddpITuOAm3FLF/lLfey4nuuOu6XYTEImeQeJJ2BkdSrrW35e/V/vPz9f26dV0LXece4qZejCYPG1Tg9u7MIxEQMFqCOIQzpWbw9fWN2WbUzvJcGlf37TTrAKEBLeZ+wKOIBS+35z+lBmB8N0skCzkbmn2fkp/eK1ZPb87zSWfQJ2NG9DcyC9dMcHekDz98qf59at0mMjcpTSc5tTCOenuC6RIz5q3ewZuBkvVsv+m4kdbNh3LmNoPlePqOIBWYQcMC5sHCJ6nxOt4cGhoEcf3J5NmMNYvWeLG0I8gVnb3Fyh107od3zuBGSRkRuBLP9To8+Pubt0k7WY/nzSaQRhwBBli/OfiRlCSOLt2S1ILi83nw4cpWmufs5tNLsCBuRCR/tDWvRAR1bZH9KOGWn887P4fbCs78vG96mooBNiNghL5JsuTaqJMsIwSpPHjG1vHwx6ksl07vvkMOCjUA6noZrh8yN0wcfdL8Ihl84+H3wbSj0+yZld0J/1IlYXTmR9jBraboyFMwA+w76fTcU24Ha+sEtjV3/Sle3aw4PgChy3N57MCTBqeEhjKNChBLCOZn+20CBjZ+AILHr7qnf5ykfwfKXt7+s6M5jYS0IBs5J0Rdg+okJOQZF7i/7/vp/37jQwJtpMxPlQQydPKuugHoUZed+0192xc+1gOj4UC8ASaNx75PLu/sXuZfc51hUYV0Pwg2M+xv2HLusiaMJZiBZmyqAqUYcu6INTf96Xat/tx7nuJRIKQKJBi2aDlQf6jWP41jOsEQNlzDaN7nBcb8d5z7m29e+9LG+9lopz5MlFGvkyEkQmyi5kJ/BYA8j0kQCdASg1KcgVI2xWUSxVND/WDtsu/hlkEqQhLlCNM0vqD7OrBdg/DJP9hnFY9TbGfhlUte/kX617se9nrRe96uezVshfL9qu900K0Yrj7ERpl2XILKbXaZt+totxPUwQXF6OLC/z//95qlpAk0g5tkQL+f6fuTFYk5+qmt6d6NQXZYZR/n1gt8f9/P/9fu9Zc66ydcU5e8iCf8z4XfIXZ5ySPUH02/id7Z4/xQh8ulAACD/JuAUGhqkSWqDoqZIWpcCx0VYVlcBW2xpqiCgfS4AD1+EQCCmDAYBcnqW921lkZBJThu739d//TzshiIGEg8trZbj/70WIaBTT3zQWvZbnEApRcakqo2G/y338T6Pl/MfuMurt7ywghiwo7opXEmB3oQO1dKoPo+GPo3ay/aQncIeG8K1AgRIUkRBANFCsUabshQaxi2+72ntjXI5rcrggfmz9gQ99m9dsRMoeEexZtvAVoI0CjFsQCHiQTNDMJyWTvfVpLyci8v+3/gHlF9EVK1AC70RuVXz8LlbG9cO9fq+AAg/YXBE/gdlqBMTt5/ylcCGKCChMUEEGFICpcqDCc4czhYgoXLnSwxcA97879/z/fXefA0++/xRYVS1SUoQwVERVhqAhDRQYiIsJMREQGKmrp/P/Hm3cB6f+AAwICDAIMAizVwKoMrMrAwFIXGBgsWLBgVA2In1vfw3fnXvvcfkaMaDGiRQsEAkE2CEQJki1BNggEmyDqJSVKlDiC/Qzgtv//h5fwKhzfr1NCL4AVMRggjByRBi1sREq0nvh9F8QPKLex1Ay6YFkVDKHc/2B1gvKfg34FfNTIZ+lTTTkKJu4btZg1+n8WW8ZusGo1bvSbpSuvtuoVo1Z5Ixea/I1fzIQfdfOujUrD0VyocaP/DX+r2crEjLpq5VMX+ca2hl+j1rR1GCLyNul0sXQsC2UD/ek1G9+vU/E5hTdPKNW4kUlMy/Uztqt5o8fSMUamxqKDcvkxcfyJTbmUdlL53aB3+PQpGUWCyfi9Xkl5WCRv+AQxES3Yp8HbjuT7WgSQ28I/E8MSUnVV0nDZj+Yv63Pimta63/odfZHHpXoXu1It8mHg272pRt4fB6x30X/NGpInnbAgBtzlO5JW5NlYyJpIs5ztgghUjVKSRELJMM8tUdi+a73okhvxd1pi7624wJ8JEcv+L3k7bjfK0QLlHBAsIkpkxpCf3sSAp0tqJ5Kpjqm6gDJPZn+tfiUrmHlo+wMG7eU/7JqB+kiVBPPkzc7E7vKyfO+QMYrvuTTPZnyb2Q90HtskG7kQh1r9zyQm7rhPFX4g99uiAYpx2pJDDLYSDymQOI5q+ZAYGzSJxmBI3JaIbRKGxasovOZgSGJ61NQZqb7PvRnDVNqbK4aRuid5R0SBv4mFTx4QWP5NHBnzQKbhEmoFyjmZwLabzfUfbUTO+hYNCC/MhLdqGWvgvbsNTacOCqvwOkVe3t5UPTywyD6HwrXye8aZNsW/dyzpGX/K1bFmKKYf1+Fi1O2cUZojLQiFfXw9YjliXyHjVwIamUStWSe4Jtz+hDNUAldNdfQvEtLk85yEIghw1ODCpXYZsnT+8BY+pkDJIJqzTOS1xso5x2z8nxwxUIMUQbSHLWtDCrU7Jb1A8qE/vBZRIGTRyK/cgJl8/6iBE9QAxrb4dPUD0C33ev43TBEEKNrCJJJ2MbOhPzzhpKBkEJ04MZ2/EIqLuCjKG6M8GXtvCJlEz3d8WbrXWWZvc3V/mDrWGiCSyPhNV7KXntbad4hFFPsfPJn9yaYTd3l+olchz79FFwJvqPYY79l6avzCWaEe/UcrKPCvLGMC+Koc5fKg+IQjvRNL7mb4ch2+/z7ATG7w49dXeSzwoJj3Vq3PSbyy9P/G3tepfWoR5zX9khGTY1a+6PFOakmP3o9WyMA8n/x5EQfOnmewH0vVzSbM1CadNk9wUvi1n+8YaJRzrrnLogO1s1LXct3OlWa0IzNm4lqM/oy0PTfLmlRs0WzPZ91gHh14gy/yhxJ9T0yRj2A5c+S+hcDyE5Jw96wthJviTpvdk+uZo3so02B77Tlp71d7gyEZ4R6Jg5DdKTn7aTKUIUbi6sV4WM1i8Ob9jSWufkkhbjn+Q/yHah+CH8KP3wTEHKopyJOp2FnENQz3d5AhXHCqBw48WFPhCRy+yRB7qmwD0udqQK7bQQh5NSg32EF1PsYMDcyyg+zQREdN2tTYPkIpiuy4N7FvUVxwNXuZlNWImbQ4xKBmwhrDKOcvr0X3XTl1SpArNoOBIL78m4PY7Wx9kY8dNNcNES+yz2Xab11Nh7Soagsnat4+MEfwH8FMW4OBFSIiHM4KzIq7ohyZVmzQ3YfRsg4gnipBfikKayJMoB+n5NY9hpZV1pIQlFtEGv7FY1rIEeUNsIxqnjxd5hNisakMFtNm+Umqw/tC6jyD79uhVJqzO5777VPL/RaR2ZYwThbjQ/FEVt9O7zJ1gvK2Qn+d99qx02WqmTKuuWw/2skaSKQnX0TBj/No2LfBsX6UTY+WDmH9IB3eFBYvJuzJrV3Tyq/pdH+2qohlaX+2wYo0T68jNQA8jTRYdAgnILW6Qe2Jnd6o7ALCURw+UJC3x1EdAmJ5gcduyPy1T7aHcwIZnbw3PdGrB7mYt7Mz8a25nv2prD+n5bUhaC8yJNqdrSu9egf4m3rjPvAXPgTwilvFqgVdftjvqmsWhN5p/zr+Vv115C0KD1L0gMK0FxNjNpmytqWuUWv+qbVSslN519OHhJKWl1ny5yuoLbFicgCn615ZLUwvBSJQ/QUFo37lv9wztenqti7F6Hh1UBar/rDriUdzs6zX77dK7iEVbBP18EbYbj6vXKDNxcScxPGfB159+tC626qYqPv8Wc3vBLNyTZQyi0NVSosuPKEWzzf6spROBde19S8c1+HjYEl8+LG+5P+tUZ6leAWZ9FpSzWd1wV4TnW0qqo1UTV3SQPBLvhON2/2d4uYZl3+P59pEhnprMZcHsbUvy7RWW7f1Qen3uVJc4uYaXJdGxpNNxPwpYd06sBJH0y7ofVp9g24cQvQJIk+CZs79pkRYrdQuFAdrU2oMVXSnptOFEEa6n6iTbTrIRl71kL2QFMMy39B4i0eVXFc6zqBoJ+lQFbVHhh1MKMjKQ+aU3kTyaGQAi9FkizaVL0EPzZnOgOLa07wIfjqyNVggNZo2x9u6pPaqmxq2Za2EIizZBvk9It1jFKX+dlkBeJUdTdw+oSrEHmOKK3KW9j7FImK8+NhGB1RSr40nT9J+Q8klhl1hqGpphjANWZEkutG8riL2II2Dqb1TUhVjUkbgjYfPGYkgnfx7P9l9nJsptyTbg/ikHikY8tsUVRT/qkKhInkXsfrcUNGPWZpZDHdnlHQ/VdB+qjZYJDa1fvo99R5vCn1RMAgJy3dzMXmzNU5Si4GPKCwKj66QZ9jY9ObAxSPzzK8xDIMAKVpQS5re26LKY67R+qS3fBtNnPCjk4AlyQnh4Wb14tC9MDZbykI92bgqfaiI6ugD72rK06xoAGXbYHtFTUmh5oFfmBOAH5sfQNowjIKa0tu3yVdUVMU3mNYhF6lwD0Vh1tniCATdsLDxYhELszBMQ7DJ9VTe1xaGBjoT7YcUsKh+tvb0M0DmbAxNXATcTyuSL6fz4XZvSqe06+rWtorbHd3jVuR24s7LUmQrAkTRDSQ2twLFCdt+KDrTbek0deP+8DMp8PeNfedHTOabz+4WihNS5ineym0unKTxX1Vm6893O7LtJ1UfYkUf+euKXZrt4pn1MQnRFIFaCjv5mbhNXmqyS1hXWSzARwajJmzRnYeiVyxM0TGXKaRLYwyd/YNftUCvLdyOThbqntFoxSJLSrMqdY3M9nPFdWb59uCUYYpquap6qyikQHpHe7+dL5VhhyOl2cm6PHGYlMVnZTa9svUlTslvL6ChXUrDL9zErkH1zSnHcNIpITbf48LiSjn5Iin6yaIn5wuVO1aWDenUjU05MxOhZvECedTmUUVg8nWUCjn2TlGGgtL8DtwlIaZnr5qV2iN6ZFXJoNLkVTZeRTKIUoNXi6GjuhMghcuc8ek7qGwZlkwHfUQlCVbAKF1KUauuazVphapnb3g7i4muLZpKWkEPWYYhNRicqatX5nXGloEZYqvNzyIv66Hz0zVVZNyWTxjambaesR/LTk8pzIwNIlPJ9qKJ2um2QUSbnEuN2E1XDIU1kAFflfPxDlwET//+9wWCP5uM8HlGck27TCJ+elTFFo6WaiQkqBuCzlaXSsq01VTG9RRbMt5m2ZHzpxQcFxMVHHONCFoWR56G5qsxt7VHXYLCsCRoAjGaN0xfx3OMoTWhrn7QKROn45rjzBS1bJvU2Eh27JUeTNJVvWrQ41/KY8X5SdDchPUL3PPSTCo0eV6qIaV7W6YncTSm1CWmvfaI04OWybQGMlJD2B/DpOq5QpRa7TSD0+DPVCgsvIEnfDi94PNyw+pW5TM0/teFVIWtJyDoLKqsrIwybKWsuWmPIRnCqoGoCGDlYwQ1+e1yrcHsbBpmpW2heElNoWHifC2AZNkgjmE7OJntikYBKd8JlwLcIm+WG7CQnbIPaX6UT0+5fOFS56YijW2CJ1sgDBXxBKiGlWrlbgxWzPsDH+mmCjnj3o8MepJZeuJeWVjwnhZowKtmLL0gsVmt2XapZOzsaDFK2dgVUsnbddO2ERp8QJ87T5N+YdbsKswOVmMDHJqCmalSCh5azlrXnem0Jp0dsej+srtwDoAsBYb9K1+mArzgVAdnoE5FzR2pQzh+eITjB0VaRJHzY7Y4HHTe/aqbbskNcPoTzvSTzDmTZpKpofyaXRY2nrlzlLOMcyTK967wnWScimu3ugQMytJHTBflLW7YXHEM6wQwff8Rdaatz2hOm04tapyslM0vn5rdJusCckVfBNeXBdhLtvX4bArCJyzeV/KTfvIIAs/s8EVlib3C+FAvij0WSy/L+7TcHGwlMV/L4sR7smlC4NylhIA8QCvZNcSl1vdhLaEWGFr2MQ1PrQPrO1pCdwCclEbdC6j756Jp+HGU7u9tsACbU64K+bqpVou0uXIlsBN5TQPQJZVzRvAoi+dt4ZXhxPrYF6Zp9i13i4SeShQZeMxuje/Aca1sOOHjXtk1C+VDfigOUWo70JD++mhENpLS5at4a2vEITQ5RS3kk3Awatdj23X0la8/hwLFikRFe6OWjCudyHdStLbuZHPrek0B+e5EjSO35TYZpkfZ11uEZSmjk4+BuNaOLiC7mcV3oYbbRjXssbJq1Z1C4p6d2w4gkmaplD4SsFxVpiAWraOFTvryXRij5glUNL58/UGwEYY5FEiHJB27RF3HnO75+6E3h10UW/Zg8iw/8Y0QhYzLezzcYIihuLGLWqJeddqiZtIYT4hyEl2tgcpplhdMvsRxnn3sB00XlFotIx/PUFDB4Oah1LbJzfZGdUj/Yph1ePFOKuTr/lEdU79Tak+1cVsqUP1z4RtjE/mx2zcBO6Z2Uy+mfBkyXkQ3ssxlJxlxfeC/yqj6YfWd0wg1auZIZC6Qd1KTAWIGbKrAJBsALMfUXaaeHypXYYondNJE4u4CRUtHo2aJpsDA888sviOByVrzQZtcMRcSbRLdhXEDC8cwkDi+af6D5po2okVBWBH9NeKOCdVix2nwLzy4gMMba6o+t8zp2V6cDvbXnURz/gdPzEUSNupFOBHx1kuZPavh51/40TpURO0gCNtD286/1ZOrUGF4RTdeoJM98vVe0tsSj12gdGzHGWJumXWQOR3dXTviNmHAD2xIiGJID1SmBp8UwJQcx6oWvVuMVohXtUCZW92MKWZePE+QfqWQTHsuM4DTRwhRBg6+/UWMMrPXxytDHOS/g9cqiTHKwLPB1Lioy7Hq+8dXfOXVagL1tUhpHbbdo3YKHefpKrw7q6fSVFpgI94ZBoSkorXonUxOmdeM8j5niLluyyS8lZExZpdb1y/U5dms/2TDl2rodI4YraJb7ei/sl48on3db469mHpaKXwmHn+5vfi46Ytcodz98URzanklUH0ALa5P/vLpQNzRTMHwICxVG28bdIMdW0nrK+JOs99+ahONBbfRd4vdIi57myhcV7HOv+yKZ0u2iiI1m+Ue2srFufw6CS2Cbl2n9wd2V9PtdXQKz6DJWcmx514eEqkTDrumsm/OpCoFC+GFvDaKUurv22QPILqClBLSEejm/lgOYXLPVM8aWlvmC9wL/fwKiSlvLSpVheMsTUpyqggQxhbg1lg7KZDIV+wyqCE9yVhoonaXQuOMuqyJkXZrVn3voqUhIMxrLgTfkaIxhMJVWJ69+PMkbLNN637mrnF91snz/Pu0SaWxqnJqxXadv3X++SSA5oSfW1H3wezfGaSHAHm9Q3GrStGRRyjCUh92h2yL7TbbJYFTn2yI2of62ZnIWtqQrUT15iCbQLcPrey+Gruy3wjuxkjLGVCVzQPqP2RGUL0X/jS1faazEcTQYIcNi81SNxYlZO3WVBZntbFhtIUwwq+9yQkcBc4OYdLtr2ZpLqBaXBhXzdlmTE9r9n5eIw2v9J9/B/5Gr5tmuN4EbTPoSE5w/XvriLGbyalUCCmpKqb9WGslo4nWjKKeHtgMeZYA5GOGX8xKDRn3C2Usw6vV7/ERU6qnbF8IpWZMa0z31OVPUe58jh+aAMUu9MWo6MQQkhUOJKNTYLDPBF6V/+xCVCjabCxEWfUrwwAbG93VKENV50DZvVfUACwDDFqBjF6vE3ngT8SkSOz3ax66dY9uAfvc9ONk6Xb05dibnn5jKROLzsCn7pigQ2z0zPAR64v6MUWo0WplM58ZJX2T5zQvP9narlxPvR4vL1O0vLjXSEw1/OlSNRORPakNGNwNdt7/c8jmN3wUQsI41lxqEQJ350K/uRbz42xRmGyHBaPUP2roEm2CHqaw/onRf5NrlLhn9FAgj3svUNgWVsxG/QDyzJ4e9OyxSjozrOIgyHL2dVplTZeMpPraw7X4OoW0C+UhGkGYmYenWqO2Lrog6oXrXCg4cCHj8S0aM/MmjfqK6QV4p8blmEkczo9SqcUFzyZ92FZFxVGEWR3aGFpmqmqXzX7mh+bHQqEbl+e2M5NF8Rn2W/6czUJZTmwrvxGM8Sk7GGMSs3B9izdV/MtqIC3FMgftPIZDY6mPrqWpSRNq93D3PBJOcGCPKMwgl9PaPQa8c6OyOlVT29k7OwlnxqDjOejGw3GP0WfbnwtqSPjuvIgx1OjEEA68bPddQnqkous1lcKFO664iFiN55GaLvZDiKfiNr5tMMslJMQZBDFxvzu4KqHEhP6R4hcbPQJAP/yW4VZorugnC0i1sIP6VAb2OUInpn+T/dVIgynuYCLwP38MDztEPZ7O2yGWLcilN+9DuztiaQ05f5sGl1fg5kOXUL0tBDo8OTMcKoj06Nc97IPWiibsT2e/MGHCIF7FPh8S8f3rCXURcVVlRee7hU19E8aGzGSj1cqCdDDXJxoXUmbexqYOlMG/XdRW64BygV773ddpGmXiL50cX4SpxpP67En3zUEP7Oob1Dg9oExuKUsMBzp+aShJ0s1CfiyGbkTrNoT9vi1gUx6XG9S6QjDlv7jXuHAEIebOuE6qx389mrvuXgxay7n1E64WMb7JPNksxLqxuAyWGjLpPZ57Vp+Mjx9a8mfnjwHsswXtqCNp+Nj4LwvsnC/dkfxk3BGcGHPW97ekfDzkUhtCFLM46irfArVcrNSOM+O5y6bjyPynU20RaIbIZqlTulExYqsvym6Z5ozhIStpWzuV+AsWRjBeP2OjEJfpOftF7Q5TttrCTw0GUhvLAiF0xGalP0BZX7igVfyeeZc3A5LTdmJt1pmnHAXbBEAPtBS+oDRjeuWQKSmD4gZ0HtZjgrTaGW74RGtpMjYvL69fMi9PyoB3JzvA7fN4+7FvL90Cia3jQdAuV8SVe+nGXrEB+kfAGjK74o1Ehm++0r6u9ZCvgdxUL2JD2zHIB0C+p1mnd1wKGB66bg+mk5LaA3Mqmd5AW22VuFO5rAg+9nKKjFHGP5/yIhfnEO21Tvo7ra/pYSSqAg1MqJ/rlrqujLYf67rl3FrF9lwzqjiaWJsCib//1QncNABA/vIEt2UfmhgBNpXIQTt+eWc1L0z64LyA179qo3NPbbHUeMYu4uJ8FXmiOZ+coy9/XIefSymUwC73wnV29h+CTQEsn8qHYRc8GrYZN/wZvjx+lnHsuNAthhhBG6kZLKGM4ml7sUrBXp3UxgFR4yisW2p3/1OxsdEOAb0dK4wHcYLQ7JMGsbgf66P1XU+o6vJR9+JksJVfkEwLmfyxy6C8C6qd4/YkqKdV/zJ4NFgsgdQaSHbRY737Cxdsjou3wgjocIUC4jGcF93ueXPDckAPXbeBUhmTAD7eJWpgpxgtiI7vtx0PYwfcJ0d3La4ro09G30jibfqb12izyHG9Dny9Wmnyq63tuOXKlsOGKxq0nZ1n9LLHt+O89Xq1nTZF4QhdzguMMcxj098vsSTtlp9SQ04RUzTtuWUPVnnrtq6glbiTJWzzEU4rwO3Gm7p9ItJEMJD8KTLkdu9M4FbrHLd0pvcra64uRHWGumaNkuMA0vKHpSOf66t470l3d+gembhPk5+0JOoDH/8iymxPf9zU6O+ouAzqzoD/x4CyyBvd6csh7HJqX9o/sxWtaUqe+JSHziOPWGwq5BMa9GtdacFsRBgo83DIxnWtpra4KdPrXDnjzjhfLvM5GtdE9pPHq5Gxpl78VTE2hsHTU0eaaxFlz9tpnNk2nKdr6zV5dAtwDD7+/MEmwhRwGdqRzjE/7VYOioFwvlyPfBjD1t84iMvrx6gGGceH41FCqA5/0DlqLqCAmL0d6tMe6E/1ngPseZ1mLdO/MiVGzazxWXWwRWKuqcx+/COyCZWeSk/ziRdJ5f10ww6nrfFltrta6D2vfriK4i+UROQ8qBy5M0m3d9yOvN3+S2+rRVUU4UTIlNVWjMc5l26a96AjypA3brMtomL+HVSFEA92uWWXUPk9UKzLiJDXLg/wOcy6EUBV6kpwcvUfygvYP/3GizHlAPlthmuhwD3X42y+pqf5QnnWlxD0Gp2EDDl7OK503++xr1jSi7pzqwx/lFcexfT9dvYXvjNl2fXEGj/cTdkteCG/1cADqqrESG6wuTIlN/Njc36v0nhuyE6v9F4aft40I7oyI6l4l/pIdsKsviXp1JwL4un1v+gubv1OI66HWQ/xHCu9t0P/CCPSkWq2fLPXwN/TcWnFxT3h3FZuAd+y4s/VdbfLyUdGh5KUsLRXIdzbW7v5UsFgpajayDTyymIRH7U977uHh11gtn92AhLN+Mx3XGDJHderHcqOLqou5O7n3dZzzuGf1rhmcNQtHZpn6Nr85RTK+HQbd5ej97snIa3e1zhDT7DjSmWkDlew4NI9kvvDYO7Rw+jqcIkCJ295VmGoL4JjP49YybEltIop3R6Yd9y+f1B9KAb8ZbFYOOU966z83UPdi3+3AWyDat88V7G6N3jxiHdLNCq4KcsfcKmGt6p9UrsT13Ts9dglZB8qzzg7qk+s8nbzZJFd/z2M3sV27ZSPt+vg5SfVcOLrvAgSMUEkPIIMe+M1r+SmBm5OBGXll4OO9aCPR5T1KWTqeZ7c31eBhkiuPYU32ana2Yw57GLXOydoHkup5If3pharCkq8ZtYvuVYMeN/a6RY9YZo7RGT5qO4wxSZ8YsW3TqbokbNMNCQqgZrmKGVQV/cqJeVaNntcpswHO7IEvLJsvWin8U0uMXGY1YdB4fK/OaAkZXGMcjkISWTuh61iZg4gF0Am91VgY0g+gDInL0hIIaQ7K6zr5ARQQfROXlw2QGRAGKrwfIXx4CVz+jt00eflr0/C47EZqGVQ9P72JoPzZNkhwX446O4Mqxl7BgKy1pvaF8C5Xl6DPVzYGdtRMcc6sX2/ApCj1xK27JN8lx5GQNkpP+zBuwDKFjkvU7S1DXH5BJCSMNwypPu8Pu8am4SsID5yc0OBKwmaBamABXGPhfK03sNByD5KhA5oGvInNsE9Z6oIJr5UhO0YKWtzO1i7aLBkqUFC/XI8HwUDmymI8Kid/5HHTYQsrE9Z9UrS17IibRyLO1RNz3A/OWYdIm5GPJ22y4whI6+AcrgxAI2EjuJCP+/zRKfcRSvOSuLLjJNuvFFaLkYeUKuPDNCjEvRIAdHVt0Z+Wzeiz5n0jNDPoht1lNET1AYupgEGYh171MjKIGR4nIYJ/j62a6dTbfxT32lnmERBSno61ddPIs7sCW4DF9cAA7HeI6pkazByCf3nFHKuL767C1U8zN03PgJyFAG2SeElKdjJRXMZbxjyyDosbF1Lg014559cthbxhZqM5MoKBGKxFog/ihd69WLQunly+m4c3oBuRBj6Mt9nftqVK8tZgEr3lbpct0XS4qYgQAXRBucBWPphf/g1hvxKZIQwwMBhwKOEvWVyWbLI1Ndb1GgfQDgPIKw7xmsPuEvTswT8uEeQinD6dUC6QNEL26v9o4j6PQD06AU9ekBclDfQAI+I3YDLTgYhM9TRJ7fYFCBiN+B6x34yAx6Z2lofJLKzfU1WcqLs62BZtYfiAcijwFDe22xb35/JkUaPaeeaznRaWJxIHCcZu/zTXQjAh4CoTLD+M1aOrMWqpV84BAK/2yNQqc/mAZ/3eK1CbrUq/dEjsg45d2lD/VsXi08lM8gGMV1ZwEOn6gx/vr5gfeOBf8PNDq6+9MLQWjeMch7Nr6gPOtox/t43ACVBHhn3h8HIAnkoeMBWhun7Y4gOEkN4oFhdITPalCnwdQMgDQ2ApR9Ih74l3rIoY2WiPpuLTJ9SRtFVihVRFeomxYx5mGMnFIzxLpI5ZI6bGJ560cdZCZe/fsdcN4bMYtQsaH4DPSDRMvz9LAo4FCV59lNFtnEoX34jtHcHzLFPthCpFGxzEl3V2hnuMcs+GEj+UpXlwlx/Mhvj4zCIZXp/Fbjxg/X9WITTeDiBnu7sGIcEpVVxLsWVoCHGDDs9csY6ojXbHjrYVp5LzDNXR+IG4/rHxEdSz6I7zW+vD1+T3BufGPT3yFNvfkb8lGy93hEmN0QQXr7LhvMj7luHScdwm8jOhz3x3jIKXby9XJHjqks8XojrAdHuuFxfnsmnWe11aJcMcEeQ4XAE14yRdGfLdkHtu4chnatl8JWNF9wDaZhNxijkB6QLo8q57EnaZg7ZRd+yiZ/yKlXipDYxwJd5tFuTHXPhhfjHlS1j2SZZmoH5sX2fCv593+qsXJOiKuLuI+cKgGj3nBqKLiXzZKF4IjSW6bFtkH3EFg/E7TDKWEE/GAfjIILZ4GBziuSVevXF0JPVH2NC/ws5dxtG8VK/H8iCPKXNvoUkgTok3EAF7Gg8vy0IOw+SC3fnoON99o67RJlaDgb4pro+hyhXWLEMZhroPtm6auY32I8o3LCkIAiEclmA1Q079j0yeQCUz+kyUgiwe9h+FRp770dV6DDkTzXimRli5idafdev9VkVCz4y3T8Ms40TnXKr/vvFU7FRN2vD7SJiPR9ijbQndH1XtRxnIqUw1SXtuq71c76W4wN9OSpspo1589REU6CqODBfjS1tg1ZLuGlH7TmBcX501NScXwef2R3GUGWb8we5uPIwD9fnD6a5kRvNUHXU4s/GIPoT3rKr4vL2sNM3przZPQMsj72n5eyYx5XnZx9PbrbHNam2jwjQrQL64QTdFqDrA6p7wvKd2WBkZKa3XH3vWlEnAS79CNQMAumk77nrOaqWDMKDl1fXYOZJESWk7xVsXPCAV8cI1IwE6qjvcRxzVi01jOcxHxvUSnzKfbiSdOdquj773s0GPAC4hr2d+ZwX/VJM/FTj3jN5mhFgj2op4wGiEOlhDebP6bkyxveGookUu5LsJuW64yr9btqZdBcZDyYh00sjGFORvh/6ciqPg3lQLObHWf+PIfowtvPKX4YSLPEWD/dpw+P2fyY2LOHgsPBODucrHfh2b5Dhh4rX8SoKL0S1owJWU9AqGjSrwAsA6KuxliFnr6o1eq0Gr8ZbB3RFQdcH1F8Iwmtvj60yNXQ9LzLxHFX11V9ssv5U2k79EEDwiqC/nMYEAvKrtayGL83VFsVYWO98tb90x8cNQIIjS3l4rYthJS4B3JM0f2dxgi+sZMsL0WB5rjH6a1ryuMOwjlTMYozjD/rjK+3ZUNHkmG+68lqRxaTLS4HjpyJnZsnlzzj2eFd2O8ltkdHmU7rHhLaDsm3B3V/A36VOzU2c2V7ha7XtEkpqfT7uHBvOhd/SUFBE3JnwiCynbhme7f4ewTz7eXlq33i7zwfffRCl1tU3smD3g9WyPqXbkhfYsicoTz0vfnWT80KUbpsEMsknDjY0K8ZEpxo7ouuXBCSAMFUBsPKO0/sJFMFOflruT1zVF3NV1RWwuo9WmVETHUA37RWDFoOBMHpQ0zG+ctCoG6hzwK8gNOBBjbxfSVg3pCe7039kwUuafTop7unNI5MRB9UO677IEubg0VvHHKE4IZe6Fa+H0DsFOa1U527LhPh8z2B/vsQymCJt4GDAcJ4JUBN7EWs68H593QdNBDfzehFLcGpzPKWX/6W9wfe+VplU7yI7+eYG035rEpXfN56dxI41xehByTHmouPvyyQmehYhElLcHP/Y6ygSLc2mScq3K2y1mxcl4bo9BpqUjWwTVLauM+XyCv+WlcL/CTGyaXHB8z8/td0y+ATvuA0pJd6l4wP56+Ad7KB7fftUnuQKdRf9dX4A209SB8W/nLrfAAxrgjuM0nsKthaOTKmYwfb3c//NPjGaw9oFfJBNipWDhJJhctsVIz3qz62s7Ai1bkxKwElrexIxV2Kdc9hpopy/rT3SGi5hZC5rItGfWzDDxBJia9bCKDNtIA7++mdgCM70oz9bMJsGjUlrx7ilCseTte4bfxP0/l3K423JGZD3R707Q3U/eETlPoyLoLSbkPhFpGKxd7Fdtp8ypLy46s9FFWLek4GLC3/JbHubnopjxYW196yXsFfvKWPiO6acJap7aH2haYA8jx6Pl2LHRYap2263zFpxlJD2NHrvlq1p1YvuilIaxdZB/vpPFhwrnutsy1MGNUSeJY7aZr6Aso2Mt0zc9hlJwD5ybufu4FnmGGwSPcVbxcdb2BVJKi1X5+ADn1gegNqy8mweW31u+hFirpX8ZgEldaB6UNwYNuSH1sHzhaPAGCkYWQlIHkwiomf49FypT0923u30xOnttd586YgZzC4ZyuIwQznAH9ig1mCb8+7t5khgdHPPHN27bKnDHeInKnKO9F39+SHduueElIY1sNaLmu7P53mhaJ474/28blvicBAeadLC6hUcGPiDK3jTtA65OL5BxNt0oyiNyefzA1+1zpsFWK2O3enDh1YMWV9raXvZ2Z0H93We12zTTT3ifeBYzPgNVdYvptgNWHwICR3bLsXpqrZpdmSk26URQIlusMD3ESImi3c8O3nBjorOJxXHegcmn0VKt/jhO3bDv74mjfJC2vQ56Ypvf4sM//hHdqPCKTc/sp47fE4QM6kPC/RM8aOrXxghRC/gLlQxw/xi4RUEbLO+/KpEvmttymX4QGaiJCnT7ULwfBNWPlInhZ7D5cTzUdz8nUv4UXtMNx+y9wuq3SF+w//KRxolLpi2353POVHR901RTKy4y16M1JQ55+ReeP4MXhLVZILRVJ5WpQiPrtZmWzjHu0b6GbBMLquVzZ1g4NoS4LdS86dbYGoK/nnaihURL00M55v1rN7UhGT56UBPwcL1XW74suDRI52D70icoRzIFkO81XLauPFiJgKi1t29CTdkRgOxpkedi0bsi8RbNCPNRz2VzoBm21trZl0kcNjw5vCEOy7yo7acyeIXbzsP2EyrV2Ck799ZkteeyBwKRmenDaVF0oVLx3EaNwroSoBuT9CtAPqegPr7KuGRnNTikSEAF5EUPtI/QBWPGJVj6Q91IMJoEXJjKx7klHmQ33OjyDU3xcKPYwoUMNYhWpaqvwEXXyGK5BYvG0OIqFz8oX+agvvpkRQj68wbBPOaFKWDwWID1KWvU/At0Pi6pUSdr19EKwZGsr+FGl/P5FS4ukaEixJSW7blVlb2fjwmsrmagrqt1Pi38bYcv1Wm2nvsePH2UbFevHjLXS/nb4Jn+4Ks7C27nL3bjq9K2S/2D39Ystm399Br8fuX+/yl9be+uLmYd+6e3MnhmVb2xvaES6VudWX6iyq907hvX/ROJnzjFU5XTEIbCFpzYkhZPI9t6APQvNt6XpYOXYWmlp+6bo5YWf6K1JKwgoyzDgAT21pqYwatiTu7N7Xw61QdJPz0nFgxqkS3f74ozghS2zTXe/ETxnweCTNYwpCZwBJLgCcYPxNm6Rv4EHa10EBTbrAnvkscKcUD+L1w/pwFDwHXidfnnw9Irk7gE9hso8msjYmvnogNW2DWLnaforbsmzEpK/eAFBJuF/lGuI+t/OniZj2HmbgpPzhYPwf0na/8/AvBydKLqG9A4q8Kl96HwEAd75J3jei5iVUgLk7mRvplvjjQuDN8J6zyYvWF3UZWzYTYMCqGuzmQuzN5J1lTm6aMsWMcXERdS6dkbvoW6Ynko3CisKnKJ3fH7k8KkjEyCipM6RkI3FA4bnv++nY44f0E/5mfaeJWRsr9icK+Y5FIfdjXaU4L/WGKUexHmmXV1XlAR4G3E73Ogc4l6kywbiuwXvN/wusLA9Ho87uz81OaTSHw8c2crFDFtIHt0bkxzxoz8pJsTKWvvF/bdcAiIj5WJnVYDGeHRWDZcEKPD4sMEG5vLs6XhJAsb3hRaPlDjgyrAKEngXCmgN35nLdegwfemMbMg5Rqf/903tBFWpjVjURfZHOLOmIxuHlAVwd0y4JuD9BVACG7z/MFIKfMW110+m5xO9JaQBR4YET74H+z2KyZU+aB6PTBjrQWEAUefP5h47bS71/R7hu2KgCex0VqwsZtuh9fp+yau8QIMrrhr8oK7+fP1+KGAHj+F0kKAHv8U7W7ygixfk4hBsxdAnizl2nzcExNeAKG/bsD8BYvkYJgj78lq7f4cTrmnPEq1l5oRzBhXwtkDMhCsN7RESZGYrp8TAy6MWVZJib8cExo8xi0DTtvwgpj3ooxKQHRa+7hzhs0YwCZ1WOuKdbfMp53Yy/RWjxiHJcLbDlMLMtAMeuJt3hdisnRYHY1kaG1eHnzfr58+V3+X3PvQLa5voX2Y6baxQwV61MuHybAq0MUJqskZ2KE9TWVJLRJ1j+kgAExhQ7nc9rMyhgwxPVh1Fph++c5/Vt02hb7N8FLMfmPW7YhtlkLOyOQxMbS/lcU2R2/WhzTYffp0ycbFdEvlv8wgC2xtjlYGZn7OANw5JeeN8S3KEq9OpWLk7g2ld0tvhqhoWX2OvHa+5L/ilIN1VThRlqa25S6a27kF4J1r5FhY4s6xiyaTsA2H7vNxxxwnmKuvfWAfgMOzWf6/ioPduOvIc+vHTLXrWzwojH8+hz2zebQLEItEcG2rBdr7ktWvopf8y1RVsLmbUBZs/I2CNGdEXYho5Xn13mZvgYvFA1D64B425966jrx6TA0t8+QfcYSeSu7TRlvnREhIRi/kgfnwfmoeYsG+x3C7IEL7EkaLxkV3EblpLTelmUS3xWQMk1kAy4Yrw3nP58cScWWssjQeshGvI9Ty6StZjqH0fY/6I8VloZoQ6d84V5KKGdPTudQk/dwIz2cO6ghs9ee01zu070sjMxngL8NlamfrsTehrpDCCO6t+X0qTf0riCE8cwTAZ94butpZlf0+VtJlJf6V4GkFDxvqA50dwnkVsWivrgyJw8YSaKqGta/5ZYHukJM1i7jb/nt13Vgrvxewzt5bJDj8+w7EewU0liliN8QeylfJ75901OxSoMvMMoa0y9vfzAO2q/alL6pj6nHID0/zBXDuSkOAsvnuhfth0EjxVbNbO60thFx1fmq/f13JUojNe9DAQNxx3LTLKUu2GuDxzv5uv2/pfbKepyJhlnpZQkk7TKUuyYF6fEC0E57Z3H4Lw+LrUNPX1RiXP4T3UHJcfFtGD5ihMyHYuJMZWvBdiHOQbHp6Vi2DmiTktWmTTSms4vmwvbWLP4Y2lNwB6cfNAOusngO7i1RH0xvk6y4uLZl8TqOGAsb6LlqAKK+C87KdhTioES+gFX3WXXyPLyc5Q8sRR+TxeHRYDFdqFL2iwdyeXmQOnC68W2PzGjh5lf9fNVi0L8dmqdhVrMwGAcZ/FJRrWBX3bUjtnE9XYAu/edLNHjpLpNI3V2Y21dpEeG5McpXa4luKalB5+FP59s+R/bQP42YB9MNnqcltYc2SBHf5ZTB/lv8ejfa1AC3DwfXcGftnyHYvDxfIy/X8OnuGuv/ekKR8J88IwpHfEee/NFPLLyC4OvW/+eC3ZnU0eLBYVV+3JH3IJ1U7s2ltXLxkjxwCvc2msN1EfMLPmO0zzlBlRYxiMf1nD8RktH3Lwsa87ri4hrL4BGFVj7CW+VaCMTKn0nv4yNzSnVJsOuGlATQJ10rUrzcgp2zl1yKkHVq6ic4XyPkCPpcg4JkSooQe9cTFy4xVfHkEUXiF+ydfbwb86g77xF/Yyina/7dDBiiL0QEXA7gDa+6B7FUojmLsZpgK9JKyUJtg6fyv25CihG7Lq5CbFN14YUw9y0OlYJczkEIeFrbRp7flTPUU90pohLItfxBwjTzWiWeA0ruxbggMAER3p+3zFUjQ6sAfFbTQ10qRhX9nXXe1vi5V/HYGq80YXAPhrVtyl83J/MwbKb2ZH7aApxl+SKl/nlVuV7x7RlogNdcsbzExklcpTVsK7TA7OxN7p32HK3NG7X6Efisk8VhlnjGJxUor8VH2zIATvhaXBjnmJIvxCtiguWyCruGXQkoOKRHYpgJbr0bfWQZdt6qvliSO6imJTr4qqn5VPNk/Lsem3xeaNpx9ITqS5p1CJfKNYxuH8boXzvx+407313cgY+4/gIPHAV7Lq0cns6ZeOWQn5UkQN31wau1op9MfYqXumFxKvws3xMowpVkbRXwD4805sojjC/8sHcLYOP5NXKxiLbM9VxcDvYuVqGkyo1aF1w3+uFcFPmHcNuKGL/Nto8YCERWBZ9/uG+4TPw5/CoZvoBINf6Ee7wdFe1z71uq+XuwwA8EnNDs/Bb4WMj99NGe/hBGxKpn6piDBoeY7/wOy31Bij3N++ges30srQt+6imH6yRceYovuYg+XzQiJOb2fERLFOoB7y4JH5XDx2q103nLnWXheOPPdM/1IksfjQt8//x0ca+I2ypCrLXs2UdvIVcB5PC85K3ns9zwSRoplZ/Q6z3YQMq7rTcKvRH+0myByBYVR7z7NwQljQVXNxsfB2PI4v36T2MtXhMaFaStDVkXeRHo809+pL55OXs5XxYvYafjDylH/+etF2IsYQHrl74kq49/SdbWP65QZiCMDdfhvMpQXADyCJAZMVwNrLSaT12jCVIxc6x6ilb+6Tv0Mvlb9ZplNa06bv5UunUxj2KW9H72M10ImpbGtzIeDp9W3kT+xgWiSmwpAQaYfYF/fEjltMkkKKEBLjUDAg4GCF5Epw5bOs0ic57fXRo8TlN6FUX5EsmlXsHbEg+tLPWvj62wO/1p45MlVYZhOOV2HrNMBy2sVyiCRat/FS6iqXvx/iRJAmWSPfIGEl2bIydT7SVjsX9RFkROZGyDR+1YftANZ0pzfDfxxW4/UOz5QHFzcML9pepMXKW3PIJcBKUFDIITVFxllfxaZbxHWn1uSOeBYlBtYdWlih0ovp3pKaKV23F7hnnNoR1Hw2R79YNnzed77n3ft0psnoYEvZ1USV2yZRSvpOMSY1vSPVvloPZrscGLc6S6UHNuNjl19nRcBOXctOgh1BEutSTl4BXZBXkiQC2Jy1vbWzd1pGgkr9YEXchZsb6Q21fiDGGJOA0JVTRn9NQArreRP+7Ussa61ZeCUWiovoybUFhoWFFihFlLYSZf1z8Pbex7quhpqqAaJ2fl+rOGupcC/obr4KlIR8yDk0lcKKedkshPyTlv5KT8plKrU4Uj4sg/c4UCYrUc6LKcgstKbOYlt7qWIOq/WQLZfwcUKF9TXBwW8EftSALtJrzC9hNfL30/iNODa7CVQTNZw4h3J4zFNEI5FVhuhCakNnzTWTodi13K1YSzqL9KKWsK2VqCIj0Z3pHlu8kSxA6fUzmQpCsjlucSwSR6P9vHKajsiYjryfqbaKjeMMbmNsoivns7s96qbuEuEN5yEQ5686prTVReL/+nnB0kWDOBrvXfiLS2OJTOHqErByoeo3fJs4NWaKVryf1x2N6eiEVWxiA52GjRAG2pDp/beBcBXVJ88uOVbVtsg3NJee5scFsGHki7Yf3tlF3rCBjTrxdy1+fKRjvjXkU0SikjYtKRCh89pIGpAG4rWmbdIUZRpTnJZdHY12Ju60kErpiYon6Dy88OelpxSumWtzC2tsd5VST+AUhICBAxl/LfqmDRospvnxoj9u6TW92VKI2lf1NjLjJUKBYA8LunDgpG1civ9OyI/o3dy0PA51mqXchYR21/x07EqUONqFT6yp8GarL8Rg4PCPCNAl6fEboTltIT3ptpwmNDeZ2PG4h0V6YlpoDFAddwLW+Bc+kG7IzdETEp1CdyTPr++2BD5Saa09EKG2Yd8O31T1n5RIQt20VMsMvjD/W2W9c/xv2Wgh0D67664a3bzqwFKw4fKduMNaWNuft0Bb2t1aKWK9OpybZKWWosrVUrKyRqZJzIl3pMZAAN+g4RtWPCceKqXmcZo1y3PWQ01irHTrDG9BqBPgTsFkBAGLjVbG7YHD9x4p0K1BezNgICU06FyUsOm4XWi6Rilb8be3YyVJrC6TvrrDP5Hu2yIlKEa4AVQ1fW1FeAtawskJlkaFmOFmhwnBKDYz0wtlMwtgxIWTX4GgsBpgrMbTsJh0F7UdnJTAxt0pQGq/FDDAYlYAxOGIYgYFV7GYWj+4wc0yKbYWeBhY8q/jHT/boMX5P0TxRGTQcDI74kjdPlVBWm0WMIe00V4bK1x23jc9dNdufN3oXTDFYLBmMs2hafO4FDAZ5ZYdDwPOsi4J5pxu8/KffkY9zII5vduJhWWaEgL7gEdQyV57KQwpmy6XaOSgZSyHKNaC1Y+gLBLq8Q5Kdm5+Vzvt02QrryRFZEfBb9EYH+uOPb0JnyGfxjRHUgA5rkk/V1YEArwdoSsI1KteI5XuG9ahMuY/yCpMMyYZLRQO7NPh/fAE3QovMv8Ch98fauf+gxW0WBuNlGk/Tj+2aOq/GVGOtYYjRQ+OGhrgt3WvIKuki7WbyvMbEotVgnEjbzvOy+ek4gUZ2ObbaBHau3PNeCv2JORsJprx8tCQpaZC5WKbrZ31ITzZFLYqGQTfm8EfqpkiDQ251TDZY0h9/IF1Iu63K6Ak+okAz1wFU5hGrVULAzdduqmsO+nYZVXIrCtbV3mwK9AJpmC8cgGbZxHNWcMTNZZii3L6YKigf70islikRwp+Sx3TzzUCTedMIN6R5O0mYP5HTj313GU0M9VJIjVcqnggmBZRXXKv1Gb9gZa8zGOdMsG6sdDAmDKsJ7EBlx6aPM1kQQit149R/Rfhds4Ym8r5xRHvikrAG/ZvuI2cIcnbrH4LxF/+0Y3hxR3zZ5wE4YNswY20H9a/u1baDpzNLtGLm6SR2Wlx/INELbYuxhhPuOyzfTwwdetI1xvvYTt3zlnhg99TQGckNyDQJS2kYBMjOKNm5TMS26BDe/bUWmF5B1gUoJa3apcRisOACYYqGe6/Kt6QV1IVhgauPh3vjLxjcEq8iNXtF+1kSIdd8IjEVX7oY8+1rgyx8u3qCKPR8+oCrHMHMjJRbkmBJl9Y7WcqiRlNOisCJi7sVkFCTFi0h1ALxvsstkUGaLtNhTPM8EaP2/E5hGhmD2GtXxG4ODFsjrqIVLA2vRLJk31Kr5ZlaDOjx/NjVvpMaCkww2YprsHkr7B747chPd/mdSGjPftAbOnh7nJPXgW3QfjZBiRVN5JowOHy0QWhNp6GVY3uYJ/IKTkbj9HjxKxLmXbzvwxDoOb/AccgSDkgcb2V3E/0aYM/F0lCnOmSvq53IA8JdYwfSxfrFnGtWEzuKacri6cLens8CgDSGz9/gNt9w1XMrICpWwx7OhshXPUuvOR8xpy5fFN+GVtxZd+5eU/RosbXiRIEMo+aFiLVwlMGN5Uv1Cf8LbFtI1XEVjc1PjlSxkPipZz+hZYHMriFj8Ek6k2+LLwGa2Lr0Tp/1m34iQVqeqJigah0TCend7I9mK8eulMUTwhSNEUD85M4OpOc4QgfvidLRbcRoSOQDyYuS9sJAosspSp98FiCKYl5A0vtxjTD82qGs0NBBPOp8vTaEefcc8z2Rmu3PlENU8YsDS0FyyzD/DWlFwjPzZbLYGx4x7LKXnGYiITCc/45Hk/5ycAiBGtPqiTeCHsDz/nJnsAU9+cx5pvcjIYgiUI4Oz8RgG/8CZhmLFlwpxeBNDTQ7DohGcOgLCPdW/BCP36Hn2llcymVka1VhChRzPG5uqUtGFx1QDMYfxic0IFLQiOM1gOlOhk4AE8C+I1DRf6xpb6JUnh86ydqZBv8Ptp9cWLbOY69eArJba+KZp1Lc+KBOGeiSTG6EFvx91yKw+evyF4Y/2kuXmRtcLfMRcQ7x+GMlvfkhbPvb/K2RQsH59m2Li+xqr2rPzvKe7uDUv8d4k0RAFZqHgktRM/BgGeZAHtz4bmveS4O2/5LfUWQc+07Em0bVJn84VCViXqg18UkDnYPv0ib+bLBptSyye52zY/8BHfBUoba7tZr5O/uhZ7MrIX9kg/3ZdSclcGE7V52bSlPo124wFENJtBNItSuvLuYhamyDxe9+iLykogG9sEQ1gkRBDKKeA/91bPu+NHRytvhprkvL8RtH7z9+2p6io5Q6lp7W3YX8YbvkGeA4tj7xMCIDkw+46GG+DwPhQmYfY8v0a3tfW79HkC1ueSJNbFBCUhMTL96G5y8jUi6iZzunbn00F9CvtGMwHOoP4fWhuAKXlViS9QCD4wyTNtdN8i7jBCfjaH9p6MDcorJMIXut3H/NaKMsXYD+uZZl9NHwQG6LzmDfKlFOkML6FN3DXIzhmiuKb/TbxoyTYnPp+JpS+0SaVdz2lk2dr5+cKetKycl2sX75QhMqkf1UJ4DRTpHL5OcqkrKeX3STvX9hdsDTeVto0UW9PPFZckSKSJ1gvgsKGCYn7tFqCoAgJZBLj28GX0QMM8t7gIL5AtBnLVKIvDsjECAKM9AorAr6j+fqA1rby4HTU6AmilmKgnLOsSIuqCK5IXxIlE3GWTrBPW3HuMrVX1qAtCPI87d3rK/kZjT8Y9GP9/+kVn85SqP1MWqk2cUYB70FmbVkDz5gTSDvLNszwOGr0m+QE1LNJ53tBieytbNheZgZk5TvDZ7kUSePMb1RvhgY5gfplKb/MU499RihMPyITX9xi0caybrZhQilvtWH1d8bTEioO4D/riVIxNJ1hP06ZjESnPgZU2otuuc2VbMDsgELvOwW7V2Pa0I3ePzT8UIhYIiQyl5+PA/BoGu1Zxj3PmEPtfM8aUcaBhcpNoW4yXg/Fz9n3rB1//wmisQG6tXVe/qANsdsc51ZbLzb3zp7Wu+YI89Jy/MHIpz9S3f0sLLxD1wlnMcIifMtmKlcIkZWt5MsPd+J7IYG4Pino3jF686794FhUgO/mZCFpHqVyVJprnfHj3ftLQCRYE4ChxuuIYgFSO1dwwBvWSeSN0mDcAdhskTYmWH+XMphDW+XsnRaG7ghTPsTb6gu3eMVe8kwo+q0Mud01rHuzQzi2KWxdJFYja2Alo209WxaysH6mr/wUFd/v889c/YUPHh8at7ziQ8lhcIRNeKwVjn/BeAOfv0mYzZW0OP1wI/36dflxyg44tiwx4d2WX1RTgSDBNI+nKJp0tinUFYq5xXkPlf6hJxF/nZgrujK+upTP3hn7I/ZMHhDx9siaOvHYhMURj3/MM1SyakK555Sgiuu72WOFLexmr9C3Dmf32CzJ+COndiM/SVV6zXvabcJq4f5msr4cueuUVzlQcI8WNaKMDpQ1zi2zu3qcB0voWq4hfrOBW7N1xjjrX4LkpEk/d2YYRNcnN+fDcqBCVUSR+EGZzm4NBvGOa0px32SIy7cIM/9DRAGK2TWBFd7KKB+yNo4I1TxVQ7ac9zvir06i1BKvawQyBkIBSs6I4XmmOPxk5d/bp7pJuv2DGaVSilYjEXDGBRLIc8cFKqg/CfMPqQmVE61U3ndo/xYyf64Bv0+GEqGDz8fwZ9Jff0vlfxr1rU4EH9prTQEWJD4GUbkTPIAyqyxH6cvmNIOb6Gn8R5yz0a1U/og8Ookx9pDmSQWmEgW37bPLjyPlbUNlWWGWxxwszrhUhYJsfd+3Nsx0WtVco3ObtBem/Qj6dfLA8h5FkUV0cVQec2gtSlxC2krh9eajp33oPf55aL8tSGp0sTmFqiwjzvoy04w8MUSJNn5RFKPaC6B5utOrYQ3PFjwTVr+fadtjwj/xjDmdh4T716EBpuWDNg5Pv28MLMq93cBlomzbTzEQHiWZNKU2NUillutfPfrmbUJYayv/+vXo3GZrnHd9VOdaK/2u6Wk7BZHbtOA4VxoYHNNG+h7T4ipFESJc9XgWvePlabNMTnv0IJSAPJgk2YT2DR7hLbjE6NjjZaqhaDMYyHfkcHNaMyoJdpPawQR4R1Wlm9O+kad8vd/YtyWH/s0xjP3/ZGBV/0+AIzNh0dggpJWbMP05PuKXrQrISF3z4VWCsSZuxDqRep2LoBkY9l7RlT9FBa3datG0dNumCNfBlOdAuGJrV3x74inXHJ7kuPKBlwB44tz8SKo9YvAAGlygTQlNEm3BUe9Se7hfckj2RB51x6OlBlRMI0YsxbrCyfTkzQBoWkuYfi0N1NJCXkvrea0C1vG414VxOdZaenisG/UmSu/iDGLEchKhSFnYqngT+3WMCNfAwMQG3skfOkKMdD3XKLn2ukZpet2BnUcejqoRzaG+p9YPWJ8ZMdQ6uE7qoH83/kEqfVsOcA47dgHbjq7m6z0gONZhgoBpCG4WAOf96zYBN6XG0ec/5ZtBNrF988KTjw9hP6w8vzhtBq1HA6gfVNYiu3HFtsspH39D7TVFw5dI4y+Rr51Z+OAO4FtUZG4MiIVjUG23OOWFdcTmvNpsTgwTg3q5Yzg1fkkdySZ9/MNvbZn++Bh2VUF6w3/m65OcQexmUSOHI48xdfELnodp+1QQmOpOt8QiNsflcLOFuesVpZ9mggRE/t4oTy/wu467Qdt8xw8ynvFzb7N3aNvue1f5L6PVkjntH0sIM6ygHURv5m2TzswlVXt+XhI/SfvzkAQAaOGyDGgW26tatgfQ1uPlQLn4WB0XgDwvT77wZZGBfvFNb4tU6U5KHpA6Fhde17J9Rw0dQnvMf27OofF2ssc5MQR1mUrWaDsHQZJtpqktHPQyF33WbfBPKvVFR9Acb6I689AEQp95eTjc66Ya4ICjePGDmKzgGLPXCj2nlJ+qwpZFKD8JwKc6yKDtM6gv8OIIvDqA0RF4cxTe/z94Sjj07gXLYI2BNRYN3jgrnXgMzaa0sLqJyMaaiMmUd6PCsojOLdZsaWGhBm4NeQRWwtrUrn3wkAtZ3rQSC/Gy490KwjtCGecZS4yn1F4BNWagJJYKvDqPa9ViPcO5wcgAkmhk0T4En7fwGERTgUVlwEE1wqCAUNBJsI6ERRKLSWwAoULYOppGAC2QEDSWGGXQUWCRg00A9SUWiRXGE4smkLMV8wpAwBOLRiFtncd6IVoEA2wJLDby2SNZehP4XF2Y/OGpBCBORJV7tX+w9g/VLHiaWVXoAf7E2r9sTfC04t2VHlxesNbZZmEfcUaomDxi7Q81xF75ZUqPyodYe4Bc5LeHgrUrahPsRz5c6ckCY61Qj4Ks+IWQOolssLYt20HIA1dX2niYYW1C1RN54YrQlYUvrD2nSkReuajQtQbH2l/Y1kK+5zdCPfgf1m7YVkKf8B9C/cqRXmFv79mq0A/U1j5g0A38hbV3bCdBP/FhSrfeOCwu1Cq8tiNVLbyejlQr4fVipKok3JpAhMLP0Qs/Mr1aGek/H34scffh5W/6pyf6/TKpu/v9dvPEYZKj+oFDkRcr7zmojF4mDpGOtJv4Ufjduhd+KK202/IDWlr3m5NzZt0jQ08H2g2cCr9Zd89JqfIucYpUUVwyruRHu8w4s5neuet2/6JeH2qXG6TYeg0FtY3i+Jw/ACJ6nGYNJJJOE4pCjsvjNuCY5rBAkYXaZKCIgtuYxFRHg91AoR4/TDu6WpQNFB0jGuDYjg2MwHY0dF4go0YHYrfmjiUU9Yj6SIHI4ta8J9z2cmcm+77fO9TRXKwzKn0Pe98Kcooy5IySuhE5PegNHD3W2VGgwltvEMdhzw6r8Ay7gQ5mjaNDMNQjuozkUaND2EBV3RSbxsUOZNAbuLewSaJDYFl+mdoJRRFsoGhE05iUELBJoAhYKYZU2MBRrDPYQJZ8TOcNFOppBQaxlC+L5khehE0CURlORGgccHHWYQXLoKg9mkvnjMksSr/feTyNKewFMqg5iEJu4FDEiHwfDTktAU3g58WqkSU9S4gwQtlfzlXPlHMDnx0JqfC2A5UbUdMeQOvK4Ndo8qYIiVPbDlxpSjPkdvGxDpnpf55mCe0goQwF7P2m6IDGGxTZkeOP1t85cQgGEuztBp4UjLBP0HhDCLOjwe1CgXqgdm6AEkt4WyMKZy5yELfsRUm+LYqhvoWTgkVhKzj2MHBM7wT1LxWh9kca2VUdNuUqw800K4V9rsF9Y+hlxp4bihULCIU3Zq4lsypDYQ0/N/OLy3OQwdMUC/QbNYeI661mCYfRxVhE6XBTPJ1KP8CQ2DI3qGlVqk4uXVfY69LZHa6NHx5aGbB/Jmfy4p0mLFCmdqhbsRNFqZedMdstqCe3HBzrmSL+L7j/40Dnzu/+Z3KfPE6w+5Pz8hT8ON2MyS5Fg101FFyUQuhkJhBf71VvJ2hzzNyXAfTPtDSQLIK4EoVDkMqSIPavhnLB962A+RB1PHDgoWqa0BIjw1f7fSFYyTOwhSrPygY4vvbsHHiBXYujAWQeql/AfcNylVGw9LjCBIUUi8WirrbhXhK3blh6pib+8XT7TinexK117vWOApc7feUIvI4LQ77MIeTw9nmXrpT4bu+RwO2IjP/MI1noIIAiSvJyuk9MrseTPh3SeA6uCJbbrsoH7Y7Z47tFZaIEFtK/ScRmXb0DHyQU7ZDFFKkFJ6PQACAKPQGKRsjPOwlEDoZSsH87G0pZR/v3NxE2yBnFiFhAIbOwF1I61FtfyNsLfW16JDCZRGbmZBBZXg/pHUv56hnoaiG6kcmLGnK0D6aZAetxNpzTkYo6fuLYQUaAHzQKrBMlCA7KTTy08v6i/pcsnqYRiQsD3zs1cPhdCBK6G5gN5DH0UMCRwAo9OvDgZkBRflnMHR2giN8pFtc+lsAChUgAzV+BGbE6UJUq1FYm6BB+hoHL674C+Aawy/g+jaBsPY1JreXtBfzPUJPFROVCDUUjXSWzSAHI0oHBhlaYjin50gENFOpIXogOzPlNeo4s0Aaqq5iEF7YW10Y0JnC2zN6lvNjCbspzy2olGnPwxT65t7x2SI2fie/smu/o6Rsj1nS2qI4acZzGhr4ANJxhPMNTTA0czugDNnGMI5KuLEjHCBxm2duSZSYKByvj78GoT5wcp0kXJhTdv96WoEcHnRIBPycwv7D67HUn93F8dhSoZoFNNQPAi1bINY19mf7XSDDHDrg0AahSDwVaKHAFRMwBW6gIhq0BJn5uTvmc8Xr1AyK2n9ZnABMlsHwI2ulo133l2A4UyWLkO6a9/+zFIVJV5TQqpS2TWl+hflY5LlpIqd2C9+mWLCLzSPdmst/XF2XszxbBdBB2mCvaDOYd0dPc61tv2J7VGPrExcloLOJ2o8YSJHRCw++3a3kfc3IR/vmXetFadOhAomCqsKGMzElg4PjMHAl8qGRGBAo6Hweh/TQoSOL1m2ihM6/7QpZ4OGkYtwGKcjaIoyswdmR8HKGAbjub/Q4EdG0GMHVC/Kopq57q7cu0I9ymAd8DiD1QSqoJ2MdmIsN8eztz/GE0d8dtiFzFBMS1AEe8xiPgggaiFiaIh8lQYOoRJMhXTCbzjrfE6UcaAz6erShc6mY3aCoDfuORKBdGL+hABwm0S070CiREU/QOxqnrtGlLMIHARNKfjUcsTgYFgRsRDYOZsedyrB1H5RJpFILPJZFwHi/XFJOzKRQi9eGksd1i3fF8m9hfS1tep2LZcElTM5qa8/fX+eedeOvp3oZF/AeXNlCx1/5qmD4s5h5JGRswHXgDNXM6UThKiHOGlhHdDFTk1EzbjDlze0TivvNrQSn3TjeDJpzhVM2bjrrhYJxoiKfdPoNJMIgpNJ4nWFyciVV3SBnx1GkjmkKdSfrRrHWwCYO7OC20EIFgwAm48beGgEsTX1dZGLD3x09VKECnypRwyHFRex/58FOVJSMY4eKnjIl2evH9C5EELKcOdGI3I1j3abHwsrHEkfG+bQbY67fNADwAk2ISXLgCOgkdj3mUzHVy8fXaiYqIg3eRmHDJGQ+nFeLt3h4mHMuHMr1LPWIBLFAUNsMFd3aG5immxIDAqCdIekLImppA/CBXjk605qKsX1lFL2aBT3koN74iv+w7iK/7VHV23Y+ccQcJ+L+XDn+5GV6upnQxc0/UpHAhx7ZwcYgkXTREty7QujllNHbWHuOcAUHbZ46McMZUnisk1ddi5tnAJ5G0VDH2P5PzAtQEZfPS3ZAHfpdosJHRMxNEYeonIwPUVpeXY4C3UFtGdjbpZZUkVxmbYIye2iTiQOiwMLEBIgcS6QVwxfiCzIcr7eQZHYk93s5tKbBLTYmvwayeVtAbsbxXkxAyUioCqSTqxbjEzoyrYzaKzWDYqHoPu4gm9pol/f/UoOEFZFFXSiamFsF/yCHl2gWm/QUOSj0xVJxlQdQdbkrdlFGAlJ4BDOctvKcHUJVXOO8yXT24uEueizIfqnkb2vpTDB07mh78XD94x+Mqo6obwxG/2cdNBXzQpic+VU5uN+fdu+++eo/tNQSCn5d20t1kA5dmtE93JBzbaZQrHbXmkdGGv2dF0DVCSnJvo0R+flvFcUoSwo5RYxCnXDoOF97ayCUBY3kNsWaihIaVTmAPcTAErcnA4Nwb+tqjfzc025j59o929HjR7YLwbhqpK/aFDLDZsxxNO5pO5joY1Kbh91g4fmDftdycj11EaCMxdmlp6GXxn/izb/LrKScx/9pl6oMNrqVoini3/hmBdKGo3AynfBxhUBkKxvAmIDuPs/NKZ8nFj8VisZBo7qh6Q0L4GP0F67VQhUzARaID7PWhjAkXkfWQuB0j2FtlMFeTYXFuL+f5TlyupnEMCQx1WiW2qeOiDHrHo4QXkgA1rR2uBCPuH/FW6hJ5BgDDscMvygGodhJrxZG+c4Ea1SsLcVEV8hKnP7iA8lox1JndX2pkvAoFH6q2qZRIXCIoZiyhG6x1KqQf4XhkglrVn8t0kY6BiGERPSlmST+/Y8pEv6Q2uigWYDhZMUzEUWX1Wss2gp+3cBd08UWRpc9tXvs4oTpbhxBYReRHJ5apOYB8vuaNmfB15dwGzTwvqtqXJsy5BoZ42xjWjwyNXails17TP7+GCEnYf414PxXgiF4HspznLF+9NWOkOyTsyv6c4uFaNhNoRbeP0gGKSOM8ZjL+zkW8VrRgDyefK0xo2mfEFfggr7UBIxhY6mYcCcWOERRwFNz+vk7nfU82cWk4fZAJHn82o3rs2rX954gfk+VzBS53EiwicVwVftLUE/nIhGLf9XSv2EGkltpRBxBdC+faVtyK0hepUn+5nJ84amXyoiMEmfRKge2QhY5qrWBBZL6TIwQV1Tfn2QXD4UJXAg5zWZN6Q6Oq4oV5L0YFEE1tzSJ7IQf0fXOgqa80m1ITdA//4i/lt4L3ixbtIFCU4tIT6U6/H9KdwV22Y8pxzig4w8lKTDnkcd6wFGvgGc5MoJCOFqbEbNAxUaHE761YwJFwHqeART2utkwCt86KXIPXKrGVT03J0mluNaCKN732TA7srs1pyJF74CmWskYfJWgU5EzaC1eH7axitcJvDRpc+4pFjEMpeOwJSrYucvjCZc0gthomCmOPCzzXni3WjkKnwGmCdk/dL9UWWwrBjOKEWmGAUbm3FNzuF0XCQZXTZdG4K3QXwKgVmfNMfve9AkULA6moPUIYlwwGL6bLHYyEDgzewYS7kNrrhd28RGQFrzh/GZP9/TUk4a8P+pwG0Q+lzhRG70hPIT77HSz7z0maxId7gziuzNFlZ1MS9vQowMrnr7eTUvttLut0bMDFWUDj7clwcAitCAOoXN6IElKtg2nJ67L/MleGIBhQ5eNyLAvrEIaBkhJDTbd6xFvTa8Z63a/w1nVzb6YuzlWBKlUzGjNegQxF5mmzILm16KQmyQzgdtKL3qZVxC4NxzdAzk6QI8Ok+X+4Ar26+UrJ/5g9RWbCt90XW7CklWyGEFl8hbeXJ+r6X4bFLoKtOL2a1pR+t5SZXUc3x7nE1/C2m7VY5UWFA3t7y1fAzacTMaTZg+OqZX/eqRjGdk8jEVXVDpm2zLDNQINqM88HYIOuUHwfOH2Y2uaoIMAKrc1jpSyjrELclTpC9iCaMaGlToKMROXJKMlfWDnSZ4twGkMTLHacWWSXso/qitfDIVtbJU34CsyaPNSMEu1GAlOQkejZrM3IiFCumxQWUiPFFXCUx9sN1CweQbv26DgQtWuNTg5m40qzcF9nffokdV9BV9fxMoTETLkuvBCPxscMjXKwQpcEzwgl0+gshQoH4eJvVj/r5HuCXabiRgDy4tbCXLLrQuCoVJyX53MibUMNZ4GrlIyABUre5sn5CIa0vkeeYKjGTKjrv9j/yqwbVnKkxVIk4RCB+I40VSiWtDGKSnVyp6eBqg2B+QBDmwLrZrXd+QnniGH0YVtj82hKJAFkDM719QtiOWZebKAnSwRVVIIPsfQw0jX/jDB/7KCDFRuMLwdj/v/oG0XMYeHDIC/YYCXaPD2IP0pgOpS7XZeH/VCaOHRrleFJPWVjs28kWguKqq9dyoZNNiJNFl0WCncc5BindXFOxsMDz7CMAwafVAs8PCSjgtYTOczzcGakKYnVKW0yKl98y6wkvohE+z+Kd+uhZKjplFaVZD4I44ycMc8jNfm6kmDybrz2si3Dkxo0Yfb6jPg4VsmM0GLwBIQmHtpzPRRwMNnwi6bJ6hq8fgCN1FiFX0cwDZ3agfEIjTlKIPioQHtlWtNeKie3ScN4iXGefxx36UAFJysdJ+wO0gYz5deIw+zF8d5VTNz7yAiY909gFp9N8W1B1XryQpS59qX5ciV5XQkdqHs6zhxQiKVaJg0dTwaRqzp7CTiNk+CRWUNovLSCN1pSTFJROEhiF4DkyjB5fLsizsW8A+VKrXYuFsl441TEk2GuFLwNVjYYWkG/uQhfq+5iag232b7nkjO+S01Ehj7HJflE11AYa4v7KaRXU4MejMmNIRi27mZSvK3YLfUl0WZREdSBd5wXcvmw88kLjQ5vy0gBW+b2hA3dDBjxDSAByRFGThMzHlF8scBFaKOh9tjfnJsJ4HDJ0PoCtyshSihwhXN8NT4GYWN+3n39Gq/GnQ7duqa8t9ShS8MIcN80t0Sy2C9fK919DBJuP/WyF9uk+BNy8QIeHeDVIrBsYU7SNI3CBJYu1/YO4bwv31NMrr1/Nhano8QCAnKmDlor4ufaXYlCfdENwDIugKlYBvVuDDHgVm6geB3nsTSvubtTCy+yEUmnJw6Kv15CwAVknXrKNqNhD/c5PVkJLYYRlQWnuFuexwjq76jFkOjHk2aS41Ky4DRstHzKCEf14pl4eFdPGpGeLEz2v5Ju2RGmTvbnaYCNc+Ij1SHPKyL91qq/3zva7nnpLvwaw1NEVWjWft0zp2BkYoG6Dk5UvqRYt990evCK95AGn0AVqhMxCgb8xp9By7wI91bONJ/dLXaXT9AL9/CFJwTv5IY3OdN8dPe/WaH5lLzZ5eZv9+6cYieGD8wy8Ui5WyWsMFG7zT69Kh8kxH0CE2ptjayzr2aqKphrOrPo+M/0B38qoCsiktdbRdmT7pt7IQ8NLVQx6oXzofEFXrjIUeNtH4poiEnMuhY/O6q6fbqotS3WC9Fp4WZHJZwHBW5RinE9TjV3gILkgW9f6nTmtutILrBfuAR9JSpfJfzLhp+ZN64KSUz+Tk0ZsDe+7NMGA8kHf31ZPBCsyfBByJ2aSsFmlAB7t3hDUQmft3ji803n2MDJqgq4NFvT3buUc3mLRyQVbE0q7b2jxaIO7TY8GL58FodbZvEmaS1n0qQuR97W09Cede+hV31yzZBaXS7cPBv+cSw8p/3ik1ntbAiKl9JSjw64iPChfOMX779M98rymhCh/f1MP+japE5MMCN1tnzeUzzVPsyjFPw2KBT919OkMGKi1pdGm4iS4FMXbEapjAqRMfUy+ADqs6Cjdob8XZquDJ4lTh4Yuzb4ek8jxd5m0x9ETDjpj/rv1Zd9x197xg+YzMTJ0dAftl54L1zGUpX26Uu4yS7k7BkWtUOne6lzaVh9BvFpppihbZQQTtyH7S+hF/E+9+cHD1UokAYCKQk6jYbRhVGWvmA6AMU0+KSnZbdP7+36/7PyaXwFg3PaYDH1uDJae8BnmWyrcmomvpsRb14Eao3rbpCWJYx5L7VcwCrjQHLM3OAuVfmZ801khkvDnEOCqh2bgNVD9SNRz5Ti7fpeEM789wteH6kzsGb8tM/XBDZIx0XdZJR3782kCMSxDnBISpO/wIUnBPZy2GF/X+Gsv4XPLyMxeutiv26Ze4Nu5Sy/5V3eOeOEnyNcvcFvd8LEB6ed8HeEhomd4yb+dDjh3xw2ypmhb7Gquar2falSFml77zP9cJGDvVy6G7q/70pdyx4WL+cgCnVf0FQCcOvYyJVrLCAlv0Ypkp6eI/+pG6YOHURxqiy5NTSC1/PFBnPwMRzlOkcGttj6pjiRxZfpG++iCuieI13ySJ5Euhhaedtfw1Dz0UI4hdgCre+ZUIw5XdIY0bYAy7+a5NJR0EIQZ93XG2uBzvudj8HuADg8IN5DUKd8QaI8vUyZDYktoIjnj71m1dnB6IrwtNsOuvL5/Yt/DhLfCqyJNyC3hnnJra+PrXSs+RP+7r99oCMM1v/VFmqOyZIoAZTylKXOy/dJbgKs4stERLtVJJhRutOvyZb+0ATXjf9zmHqzlEkAHNt/26jSuRlQstshJNblUa8NjKd4nNzbp7i5imL+YG0ODC2jUSI3xd1SX3wIklfkcRkOj07HkvcIVORlHIFefGFwoam3fu/Uf7rf7a+zDZmTSrNxPIWDUK0bev5rJTUVwJDjy3vTNvcU+fsw5syE8izSGXp5XOYOHeJ5K1nRi7yMJ8Fa10KeRjY9JvIMh+yb1K8/7KF8vxPcFlmNRWtLcQzCM4SfvHN/WBo9CgadjMjd5aObrqOcOM0zR8dxS9r9HAgGPY+3/djCYUWO4cLt+WhUpUYb1Taf5LVo+A9JWaz3Opd73nAc1QYKdgW6xhaToNNiIy/eIBnxLX5BGjeAdgxWJ9+3BNbcX+oUudd8baLnAhxNG4V9iMIZnerjjayPZL4wyE53VJtHj4KY+w+6cmhFj0xIZSgAsEYXD2TcoSOO0H67JN2GSxpdvw8c/AtQdjlWQfRCvzU2II6pl1DPV/jjGkXk6xcIROv+E0sLcfG0vsNCUq54ob/XkNQ2x+kADnqo2YdE9OC8XTXJ2XQ4Kr8P+eeJ1ivYPy62fBy2HwXoO/BaBBdbR4tDAUejve8jvB0DbCtoiYGBeZAhdQ/DgDTC8lBcHCJovLOrwEaN6zS/lAAyN0BIyqmaaFAgnT8XwrIfAm8nkV7GvgPKSUzQhC2m56Zj9wtW6EAqYkNqIGsiYLpqRXwJFAfW0BZY1jdqbKCBgG5z93ZI2NA8JKrFg4t9Pn4T+i86PTq+pc+1o8HWND3zDMmSxRyCoV2Zt4qX6Qy+kMP8foqRGdbdDaqHBh6KAD7nrKF5zb8P9oOp9uvyMXDiOxhDDSGsSxs/4leIoHjA4N1YANQeDj8mBLESRfWLq/z2h+EOILcZfwRwHeBRB/mp66p4a26Ke4D9f84T+XFCyRiQxXqLj9DuT87pfjr5vSh3txZWytm0rZC4MKWjtiMM0CGoYHPy0TY1Pa6QQkYxUUtusQLWKvYk6bFGSoiKLyP+aL3CxWHU9lmhsO1zMO48arnsrzdT1ilFNoIhWOv+jGyw983A2C/Z3QDSDhwPOYZ5tZai9gZQVJVTeap3AzQLOxzDydcZBaK6XtMauGBr6hAMcJsLgYVS8S8I44nNCLudPhWLQqwsuvtkFRnzKaFWSCoozQ3EYYtneBf9RtUwEnTXpg2xKSRd16FRCiUrwR+O/r5BBH+o1lcHS+embDN42NXj3jtRDN36MBmscw2v+TH6HVCszLqOZQINq/l6bmO+BvL0oJkhcYY78OlqRkf8KNfFQu73Mm0cWRHLJw3Pp3XyeMUK8dtIVNdd1VaMIAXrFkHAVPcTIA0e4QEtHGpLHJOL8+n8UQEC36xpc/FMG7C/yNtE/H6hnIYIvqVOf4kuhQutcwup7iuV4uqlQ2jKK640Z8Olk1e2ibx+lMXQzC9dF/20av+U/FjyYszrlVLLkrvwsglpfqmLUHRf09DfTDV9YNK7G/8NC/H2f4yETA6LcnE6kG/x4UEWYnxInFjSax/fY8YxS9Mvq/q8nZY0j4vaTr0G0YIbtBEOgRjpaoloVBkiutzh1552VzJ1TAXNwQTjtWC8HUuP8bLyBVlyawaHel5+cPF96NqTyN2viXqFt8u1l95W1X6wJyNkb60vn8tLtM/91fU+/Vm9ynNASqbz6ZaKu8a85+7OERWj0K2xzgEYWeGM+HhCHuDiqRr855pSiwkuDCzSnU2txSFiQK/H4cLnZW7mEFpuDe0xe7G8sWgyQCHVD6fhe6ftAMq8HciqG9m6KXRqf7OJVdDRpjyCmij4Me5G+Xxp5ACS1VcG9iNwVl5J9OMReMbnD0RW9cJbGeH7zWhvn5/HcbqAAbEWHOYb2JYNru2Ei6wM0tyDa4MF0ayfn5muRrjZEdA6Yb/imhe5Rbvg6yoaDMhA7PWwesuejcs7QcqjThl6Pc1YgfiCHqZ10LqfdXjliPvAkfUO8udztMueODZ8tyZu1w5WitZlfGwTl5lZNjCm1YoRFgNjXc6JbHEDe14f/jU0BL3K5Zp2Tvz09tqFFlwhCEsRYxscx7p2eVmATkPw3pOUDbXKA7m6n5qrxcitVw5hB0YSGGivrSBCZkticVYwV0GDbeUt1FDCnHvCy+96v7SSJ9FVujuoDIeBLOgttm86UrIJn6V6/AFdy6kA3tbS3cD8DbVDB+RBafc0HkZJGCvMruh6YUn3yr4sFgLWRIN6y45aXWOfyApxLUoiTjlGFlhB8asXX9LUkqjM/hQ5z38h0Kw7zLgtQWxB7eCBPHZY1JrRUwso8hUoJcBd0w5UhkIMSwdG3BKhglNhi2kmaTZ0VZhO5j7Am612iPJKB7kMUPJNelWE/Q/xiu5Bd5nGFJF43Vv7jUuqu3AxGhU+onRKndz4KuiA//a7HtpBYdG89SxHU2dMzD2NMm/ofsAemJAQ+fqwcUxOqbf9MpDc0S6gxPnv7mOPAm2JSuUEScKoXFqJrjauxpqNYdPsYwqThHrnuYaHu3qNHbRflHcxEKvrrYjClci69TTDItofVLp861qWLB+lLWFvFVTUB8TG6ZlXtFspDL1Mh7qH71sbYngZ9GpBgHn9MpMs2XgryDGZ+2AtWODntLRjkirg5zVrLSGyvBreqXBZevv+biUG6VuxX2So7ZoaGYy8NjvX2E/z2Qq4tKNrGSSCbBPqomU69qVELPXzavWaPClLMxz/NQhV5eVskVuDbRXLKGZo0CGS6sxC1XXOUhVqzwLWhA2cCcU+zeJt7QTQS60uETfiqpU/z2Nesl17blBXql6uxttnrPgQwdvtmvjALDOiACVe6dchhevwb0G/PeXzhZ7uoni4WUZP7QU300mw2uy0veG9wtuM2HVP431XMK5+2YyGJHCMZbs+YqCy3Xcb3Y1FiqLxqgqNrBayfw9nmd/RulHiMQlPbEO6fipetgIrFyxtYsx8Bejr9IKNQIUWZSuKTh3J6bWqpLQRX8cJZyQnSjQSJvaDokO6bKJmWNORG2TZQ4qmgvGVgKzhe10c9bvlP8SIK2eHXn4TE8dCez+nMlSsGtqohaTiWuowCy1XGaIsgniOSGFu1RKY8VzLVWWUXvFr66NAZ54XPYJty1wZ3x4QH2uv5yBn5pa8mNepA78EpqQBIGnWL3qig+Ac96C5/9eAVVcGE/HnF2sDvrtukSOzeXCFZqu1AHuHgrK5qPq5LH+1LxFKFitIUVtEl1efMyjPZK4CVZDPCfcG3xjh7ZG9CU2llSNO2/d4e9wGToEN1GhOME2vXcFKiXIqFcMmkBKVSlpeSFw1bCpFlrVTg72umiJAIeVCRpCjHBd6PMhubJp2i29WOvWAT3eIfMNunBxCPeDXV+DdRdWAUHomqCZEdxmnaCmGRUoDTY3s082wy4vmo3B4t2rflv+r/eiJ7REFjyM0QEI+Zx6ZTHel63izzcc3vcdSGGlPonOxd+0jf7wecVyafBTDjLnDR0dVyt/7425cre3dKt7v1uZJ8S3Z+005THl5lNZGPQh0XTW5TicvroS3vWWlh/llIXFl8Siz9NfVEmjOAYlSsU7MSsWIurBWuojDDzUSHyQQtQ5djKisMXea+FZsRRF4ckqlh2J7/ZpvtaBDuzAsj5MnYHsfFVRBOPy+gsqriJl3VJJ0giQ+ThSg7nLCIkDc9lUJtKVsLCm11tHZN8g5/GRA2F9pKhrsjDktV3i8vviB1aWzEEC51z7xvd8byhounWfIbcVcQ7j7WBnuFGaX+G/ThWOBVp3nAlLUdXlmRqdMlNCoqyNJB6yhFXLaaOOsuvFQ31jaaQ9RgCEdIy5t+LGhE0VakRzHnqJvrTOtm4LxMLjuHOBQ8mHaG/50RE0eJ6xLOuq9/tgRuOOFSv2JBXkllyvHlf37YSobJPgy3HYOgWkdwFflnELMqVsJJvLLMdxpnTutPzFFcnTLIz4d3MbBpaY6w6t/2+bd33lozVG+19Vzhd+I7wPI/8B0n1EMWLUMphegljGoTRpbOaBmCbZjqFMJHM/S2dhwuGmkHFe4fZozyIu3X6clfTPKc33Wo7AXp0L7sRIY2M0Q20P7xBlEo5aqp86hg99MqDVWQ0baQ0jRRZlULA1yzC0r0aNN1Fh4sz7mt/wYx8dr71khuhkcODdusQDq8uuRBN6rwBzO4IvbKSNC7H3tyafxGT4hAi5c8z0WgMFbgt6uu/QAbvCSehj3KP2E7T2QFg6XNt5qNfQVXuup+XA27V1MdLS9MzXyLZ8H5SecRSGsHc82aq7CoHnFidqqlz70RDwE5kMFEHSrF6nRgsPyHu53KQZcvgRgTwoJs7baZ8IqpUNIVm1jqvqkIxB5r2Pqtik6dMvhYJgisphWM8JA4vEaI++xSkeIzxT2Md9jwdLdFwLT1qq3sJGD6iL0t3POUZmyfm6Cj+6/6EwsYlbHiaV8cyvI1dBVbrkXXF2eRTts2E9znoZcBCMdEkYV1ummbYOlBGeblmIj9fMsSLzEp/dcVK+YXLdXowTz2VB6k5Tg5yMnKET2b+/dJaldqk7xkffWCtDGIVqDTvcmNZoTc+sdxA7lwmOwMfEitVzhynX4Y6VkeaSL8Jml6mJmpZ9o/T1hngTCzj4fdzGhiYP+vUuJbDqBv/FILSepP2yL6vNoVcel79nEduvzqb6UqkwGbvPG9TaN4iBSKO4adz857PIpkceqDigzuhp5nBQHl4mH8XwVlnBkqfY9yltN5KX2s3pFHE2jbIkpY3iHfpmjzBmLrImr6WkaliBFJJSvTCgy5p9TIyjKPaaDXxiWebKkxMhevAnyAnVKTFytlCymOhPKzFIPDnOKWVji5WYOE51F3zAOtjjFOlcLueGSju0tHaCSPBiTgQRpxx6V7KJFepDak3IlRH0wOdRTheAY/G1B7mIgpPC2OSWR7XsXzclAsNEhi2WMX4VFaancqzXf+0LsdfG1Jrzl8g4kJJAtZdRmXK1ARObHfcnfYic1Lj9AYP2lpijwhNAtyQSsEsu8Pq1zQLAo2Ht0hDddoUPIWuXaL26Fd0r1dmAQw9hEJK/HjAKrtjBCVU0mrZtQ4pchJ1ybtKPuwUSFjIWKFlvUyatWIZDLYcQNHZ7yVYUwuEaTdELQxYR132a+7hRVY2secgyaoJge1cjQi1iw4mNokBSSjThmNMIeBHjrzmj1/yNGImoTDclSTD+WNONMxJkttcIpVcWHgl6kgS8TBofm8EhTJpcDsfj9Az5isoR1hfCW2FFu1WwmYBPLP9DQq29HKgXGPxmd1QPhb468jlll0Mrccgj6TEdvGOvDO46tQ+Iqe+KL3Zk29t5c2cCWY3cMosvVdR6qJnyb03L1MynhVmWjyi0HuhIIx5AnFaF1M6ocY85zH0nN1zrJ7TKvhl5gU2bVLLh/mySLOWORl9e4zRAOmqzJmCgAXQxSjLxngvTK3TZUHjrU9m4mkkPyvq/PyoVIPXZgiPvg0w6SBLfU6MGUfrNn2fBb3M0Q/jUQLFskYmOOQCELuXXiYMFWIVspKl/Yn2+YBhGfBWRykMWbK8G4qaxoVETE30deLJm9nL1TYg9z3cX0PajXbg/3WirrRB96xyXMTOvdK1zEJdHQ+yle0tI9LC385834J/oDEnFM98lczBXfgATCT9MdYXkhZum8S4TZJ/rFNE28BMjFS8SYfUfLcbTd0PLB7doz0DZozwbW/phpCQZ5qnQT3af/zJX+DbsSrNHQLCZ++BvqSOcYC41vpoLAhLlgcxFrOIE6CBpg2+KFP4/7unwPOlcxNmBkauq8xBb0G/nrU4cjrVjn5QJZD0nho5RRl7yjZUmYGdo4d6RjCFKl0/zGAas2kPz1SbRhYZZtLernZ0y81LFR3i8BSFBkIcyjWygJ3FfUEvwZyWv1PdQpEqpKC8O29uis9qTULpjUcp9gzN3tMcMqhZY4NZTWqsLFV4w3lcF8cHKOu3I/4wsQq9QYTqqzd9pgxAvBUKxiDFtHdmgwAssuqOne0fUqEqyrz5Z0CzeGRBaCy3MxZzXQHlGsyRfzQ/jiY+WuQBjcPEeykQ2D1e9xqQhw8tTO5RKD0TmYIpr6HLakOjkC0P4w7IQzHD2Wpzl7MbCc1dXYmKoXRoDwrPRMSzPbjj0HJ1c8OFCIdT/b78bmgjlZvDlMWF3K/bW+wqc2Ox7nidNzxIpKaJ78BaCmO5O4TFDiNWzSGVW7YUPWD/m4CJ2Omo6Tnc6/txzjuBH4GlN+aC1PZiT2brehSCMV4eCs3SMYFn0u9MolFwMDryg2S7+hxHLBKooG+Y04nsRFbYsrhG8bPnsv+lxUH1BGkeAa+3T0aAzDL5ehnxTBdQ/ylI71kGRWsRPNPwwWJWmP4NsiBSH+bTH+KahVmWg8KWFtWuxmlde29iSvKapOVqkO5ekTsJoO/0xNEtSWYBkEYufbOe0L4OILXt9mPnSwHePVd//jS1GS1cV17LPRxnTyvLsirTdg2EeDgDlQ7qz/Qb1De1FYZBaQxHw/X1yoZNItS2BPvtuvrR9rf1rmJPPyd1Eeau172dpNCIto8B/zPyITEpPK366kGPlpsS7f8b18g2BOmOPguTvz1KY/tlRBhWoBPqJ8rAzcfu6POHKDUoWMaLKhEfdekdx8hojC6uQCMP30ebgAkOcRu2FOqRV8xaNFepwRFK10ps+Qdrateuit2dRxsdsZUoyrIhskTZd3Y8QggLZw0IIzgeExiDM/NBViPLyH+ZoKsaYWPPpC5O+LZWtc+XzThZvhWdO5Blz00sGyhSFXABPU1TJwUdESFtdx0lLoztCMr6LOggZRhwEuSO8VS28k+fzaGH+O8HuXG7urRQZXAWM7rwD5chQBVKralH9t99ApAb6JKnInCOdSw49RZKX5zhahSg7G3t8sPEFiN/fknpJJO0zCqqH6vTfyGB2ci4UKTFnT/32SH25ZNQDcx/NdTH0UFch02H6sRsud7y8Disem1YyqBfS8TL1YGYOGxsXsCjdSc0l+6khN3qxkg1HCup2+TRxm4WVaBYOnPB9DKd1D++vhk7Jp++/WHl3oNAVGmvUeYfCeuDQfiA77FTvUxTJ/sBobOAzZbiaEvICK/OpDlTm34oujvWEB8y9HE3DGDfc4bZKOl7Sxm7K0wPclQ7bMAx9ev9CBjQzivOe7qV7hw5sAO2Fyx32jhgYKG1Eo9je+A7nn3Vmpk0A/xTxkwtOiliXppFj6wYcK0iwFlKb0SzvucqeDu0LvoGxORkWTi4Lb82E8GwM2KtxgRbBPULkRer9zSpyI0djEVQMKrS7KwkSL7mkGa9HPcmcVyxiYSSB6btLvY/AO4NkQ/EIm5P9vCdO9abQJ4ZVosG8W2mT1/akn1Fm7H43VenZR0VHZC5UB1TAWUhRv6ZSwwLTxfDLUSnfUtwNRoliXV0Y5xYfi/TQcEuaxD3U3JWNRxAKerAE3/gvrDvCpmonbYEC6wwHLV1XogI5UHaqNC902+GVwcEmaFGKtO08mBxcotGbDqzUffp3VHo6fsbCvE0OPCF3N6MhVgotjll9pCAo2JOgShqd/QtgRTEoEl/clOoO3siGUIpMjqUxClZWS1Cp20oU5AK+rhvyLY0/3Xapc/kjaDy2EM7aQk0nFqMA0EKXtCZ/75Sx/Fj4l25M8/8w/8VmOSXg6kk8eE0qZYyZelFzmcpTAr6VX0uxKokckZhUtBlXCoZQ1nrTAhyPd6Kqw8NnG644GEZZK1LHsAtzOJ4RF6PUArnbXnl2rAQT3lVHGjluFDjkFL3FuzTDlUonJ1ARjFCaMvu2yPN8qDrOAlecDQlKzChMDQUTQs3zjDMwXlRb5t39G0gD+GwL3o/PpZmQgkXUm3iAdI6RjvDTEUU3H46dXaUa8l2sg3E1U5k6B4vxsDFI6NgGoGNSeJzulH+JCQUmMIky0V/0k0lT/OJF9A+OrHO7hH2OaBzAgcXPGv/QUDb82QqnzXdaMTh+qmfqzI0t6kTyemtLRba2Vu1CCroL5mVLy91wpp+dfXAP92TS6mGZmxZHWPsdyAk0AUq226DWZfTYzJc29nzYeN8gix7GKgDJcDXlrGAG2CgQkbT5NarXtWVPVZyYpVT6zC4NnA6OOmLkyRLHGOQveKDocJe63IhlzD1hBWFSaLP4nbQNJsUDdi8v7MllWVZwBRKbKupihq4JdCArA15JykIChIiRF1RCn6yArUIYOVRQLH1qXONVn95ColN1l837xLLLrOwP245QN+8mfPY5pSAIwiNmAPIDSQ3MIqemLjZG4xbifSliADOWzcGCEoWRFohkErkbrq3RfxWOP2WZfQul7Ub0GpWNZAX/egVTCd1jw//yUY0xknWf2SYYxFok/4hojvOd75x9a33coq+ZE8Ltmbb4txrImTGmBr1WhUxFIN3+gUMqWwycf2WLS1SpVATBB2a19IwhZLS8YPR7dUSyVpogC9QVPR43iv2pFASgle00c/Mwilx6VlMpqLlZrQLDK/Z0CI/46emtF1oPBqNmP2Bi7U+pZRW+7KJ1RqWE0Q2V48AYhMTe94tw4MNL6vhgNXkOxGvLl42BOLbhXh8LAl+8SyFcqaKh6R/JxiORCZFDDV6Rq6ElunSL9if6sbnWSoExk8Wk0rech5FW3yKFDKLojxvhTtxIPsNpI8KQURf6Yo99bZY1uhnOzQYEz5S3h6UKuVl4T2/oHCX97Bg06NXuN2TM2WJFhNNWRYV2Db//bkeNZEKwKWh18r3nHBMVDOFcY6wFLRowhLyP8NqlWPg3vRwviGg8+4iwL9da7Na4joTFn2UhDj0MwctV5Ysw4kHp6a4rsLnG8F5tlsUnVERs10afXKJe1GNnikw7z63hrjgwZB4P/FgxrqU0HnflmLkL6JArdc3/bpiyZWmvADbtEPv0B4GJiub4CR5hGsD+NFb4BqILMagEhIGfSD6ZpFgcJV5BsqO1u0CC1W4kkJkwdicZWdJbTc+g62jXxtFHiNkSHtYaJQOo0D8Eoo/aEVtzOofDlOKzyGzE7Z6pPfeLLWmBMIFyldjdHYv9AjT+Gu4qhdicMZ073+BvmHaYErYhUpEDYp/yt0Pn+HCRq+FXK2UCXAr3C557+/JZo8rzsLsxJSwQ+xANF7VQbNXoTBRkRkYrlAKdzQnPRd3FszU/jW3dO7FxTmNBEraIxY40LJaONW4+2q2g57K4qxF9eiTcYz5zmdZGyjQozZrNMS07L+5RW5SA+OHE2bUvdXVLysT342eb27AfhVjTgr7HMnUrUU9A6e2dJ1qt84HFBL7COrcPiwvpvD/+9Okv3uYzql5Vd3GGOlvuxY0P4Gf0T9RdCOEw6AkgQbN7FbANh0sNEm22qBVG4HTQCETKo7W2+qLXEAe/aujrWlzHqLT3V8RWd/nDzO4O8oi4cyIuNHUdiipOXG6eyzbhCXbshPw7Zy5pkOB+AwCdMUSO1OCwy2l2f0FB0KxdG17wtiqVpKGn/rfaJBny1CNHvIR9Jy/8OFhTY2eiL0dBrfZTqP1j1XkKqqn2DlobA9cAGbPqw/Jl+OztVWCSOAtFZs/gFKff9XJ5Njw0zw7tgH0YtuIc9zBiwPe+2oXAg6K+xM8p10tOq0cuUbmtTCo/dbxVutRcVUDk4xAxdro04B4pkNe4Kc7Gp15QN8JGV8cNqGLSj0846OsYnEomHkG14ZRFPY6wr3Tml/XXOdiOsotlOTzGsD9gTDZJAty+VZ+/iu7V04ynsABynuQzQk9N138uOKG6npi23681wdEVHx6t3RrFAkSkeWng4zo7sE52j8dOucYkkf+lGtXfHtPUh109BmZsfM+KZeZHRzOsmvSeSKEIpV6v4VmeZpUFmjdms6Evvasmo+pnlCkTJ6rFDh2iIxiyn1t/lcsPYiPWNZusNnpFQs3pON077k5wdUblCJCDWLBuDNHE1qG7qTLI/SwCyrIdFt7tQhC5QMn0Bn6AtQNzJ2eID0WlriIKbiRv8lHHgjWCWfnd3mj6bGMABS8NdDgkI9K45N1iUUjAghZhzJ/9Eh2+4fXoDHCOvE3UKjSZGY7GFDaeQy43hnF93DkG/ZSm52Mq5ihiXls24vdMR+iTUuJXlSrAqFihSANi2EUf7hdbRnIEo4xAl0XCj7pgBj/SBwYKs+hWRTO5ZzIvTDLw3a/Ul1KnMCBMVi0ld/Z2L47bYmEhQ0/SmeHq2xJyrjLYEs8qgchoBpCKQAHfu6UKuvayqsIiCnGiH4Lti8ljrKAp5noq0cSrQNhGQmIy8XYNMEdWjJhM8p89QFeDG4mIyOs+LcJnNWRqCNTFQ2CRZylUL9o1X5q7DDA244gl3MWYLGSfZHsUgxiXVqSQFoKPhieHolqm4WRpyJkKQphJDIdVlBsK5aoGT8jFJOjJTnLzA/1zMkhABiUWPsCEAhCMXJkzJKqSx/r7p/PWyJSNesgPlYklKEFLva8NaxXHRr9tQVH0ZOYs9DXIBMLGwQOtZSNyd5kMvn/8Cfem54IVA8KkHTZTZnJR2HpKYjQ8sTZ6eNuvCg0V05HjKAh9WR15hg1rgI5zXkcPYYo44kqmh9lvnpQyqCYiY8KpVRjnOk6c3Tl1erqaLC2Pzh6l+t/gmYG24r0Ft5cqq/id99XeKtahGsfKrE58frgZxZHmwYLon/q106WzEg2M/VplknU7/gHjlnfjVU+jNf9/IzeHDkiuNdDKx/3PEVjEnVXFvS82S4l8ZLfQxj60YnbFjiF5mohxL/22pKGWJgBsFdcAsiLSR+uPaQuiOF9evG1WBQg6DPmnTfvd+zP/CUwDWoTz2F+z1dBWpw0cVa8jrg2+zbgwF51giAqr0jUeW3wHKNjE08zmykpsRzVpHFj9upTbkdxjMq5OUgSk04LMdPS4OtHdRpmfgqGZtna+4pWz+8avZGFFUZpWsOGszUb2GjJl7ViasfIK05J77Go5pd6RNIZ8H0Sr4wHI+cgeaHFickN9P8gbWDuzNaTNhaPRkZmWeT+AgY4trXOyn7UAnxCX7q7CAy3aZtHwmZoVS+WBTusKGG4YoaNE7SzzpSim4H+rcfwnYG1w7aJRhahbAaIdGB3eNmkPWtg5QlGoNNI57UWeEacfu8/PjezEamXRhb8vcN5w999bSMyfxIuL+epSpBzYHMUIdX9fo9n30njzNh1ox74v70wQbI7AWhjM8cbGHlp3DwANIptfzChPF8nYJabhkHsdm5/bi0QG6PgxTF8jwYhbWYiz4/iYWctroDKWzdSRcBvlprsqG+b5wFQ2KNbNAnJTDcr1hyhKD8Yy5Tb0kYhUyReJ2Zh0n5XZiZF3oTZ47ipfiDJs+qxssTOzTV9dJsJ6YTqh53Az9pq9QG0K5gDH9ecdwG2LqSwdGYVgc20tz1g0SWPgW6ZmqU+UmC5/zs9HIAzbRzYBVcGkgw8BsBoV6jQkxENp6AnTrFhu4CPRCUTIiPciK4JnfzY8pq6srgypf0ADnHq6gU1661H6waIqLKO0GifHB8TVqiRX0rdx2WyYuxl/Pvnkr/MkIHRQXl4RkiALSE1gphm1BdwSsIiU8oIk5q7oIAGH8wwjnKLUQV32gAf93ymweC6M0LB7EX03fz6bu0hAU142fjQzuHPFqgIeGlfLSIbIaxIWR2DjQOmc2A7aDS6EnYdkMKEYPhF+/QBMcc6An3a8CvN97SC5HjkL9UbI0O9ggVO5cSqZDM6HrTKlRw/wmzdtrTszkJ6Cl8rx0f5mhsHC1oGs+ooR4p1ZzfcxQfRDBYzK0tmtGLm10LYauLXXBGbTKW0BNKXM/HiwJYfdxUaGLNNwLvCQs9ajyMzb5NJlbSOdVXTf6xQwzLr++Qgm+wkftqOlfA6xMTwU0xgoKSjycTIxrq8mLolw/wZhzMW3PCoetuUxGKbv26aZs6B32IVN0qDVKNMRANBFjpvKzozZIi1ejEFEd+OfE3/iNt1xaqv4Mn8clb9BbzNULEYnkrI2JgUBC7BJ5UvknFuU9SrdQZtshGzsZyFbrT7vR8cyIhrGH08VstoZWaRwWBpzQG6AVcPlFV6KqMfeVhaWqOGXNK6Q2MsIFCdrRmOJG8T2tca5nUQsXFxxBUDpix/Deaaoa92r9sGwHj3F0JdLu1pYFLo0XFJEvvOrhHVvBd8lfckWkrf5NL2T9IKe/HzbB6JEU2MDJKM7DcoGhWBXQi5aZR6BFg6L1z9cCDYf1wpRLWtV9Mqdk4xlsFwoRYDE4fR2gFB/VeY39dWUBu0R2vY+ZczdPh2XA/Dqlutf1Mw/VnkV5PslYTnW5cGGd9CLPU+TQrngHc3Jn/QYEZFFx0nWOZkwoMlf0E3HIDTQBs3VswBrCRRZBQNc4yGnlYWZpgq5ksOauc/N+rAW/vn1IsV6h3N7q3B/IIki2E6kNwwUQTM0Bz5lCgLTGFzZ9H60X8FX9adlRvz0dxxSveEzHXDQ3gA0cN3FkTWIpvuYhwR+Wea6WxmHWbZ+P25jKsD+5M7m700YA7y6O6vg98GFjo1jBKFGgTt4aRE6Jit9IsgjQ2bvu32Pgohm8GUpbC6IGviSOloflGPyR/99q7W/hx+CnFkyCRyqC2yEKcvmzhHBv/s4xp9b0UJ4vyd2cF9by0KQ4Ij3o0XAoB1v0pRerhysiAEj67HRBF+q4ZYupzSVdbKpTTgbfdFdDjMmtAcnreqFxTeFph7Ft4emGB8WJIgXuBdmYka2QwBAbNnV9p8suT6nu0orJ3TrmNJ0BkQfQufbaPxkZLD3Kpwuf0tZ8T8i8SD5CQGtR6irU6yeG5L6bciJ9TRryK58ALmI4HyR5JqDM+LXzQbzVb99UtN5Mg5ErSjBnh+o0SiQSCJalajES31I+4CcdMqQnkQsVT0hWNjckV1kaum3QC3vWVaI1Ix3HJnKZeTjX6nXamk/YwBi93/RNoEjstDKMf7DxHUQqs+ltX+Gzo2P2u8qxrO7LkW2df3fKsC+FbNy38Vk6p/34dJos5zJggVJo6mLeABXUtBQuBZJ37gAFUXbXhbXgwiuMKsudc1LW1mpVoQONOIRCwuYkoQpg6pLHvXs4aqCcUJDUEyjSySxJeTkM4fhVb/TwUNLx4vrYvcwdssioDg7GeKjU33igjQ4byq8hgPLgaXmEhAJFX1CAK/vYdQvpRHgJiQ1PYszVV/+12Trr4d9RvOQ2OIrZX5t88F9gjub616IZyvavzSPb8B26Mf9rCKMet9W2f4Uw0FbYjXnu0KE0ujShPRGsqjgRYSJmOsP9XzB6NtwZyZfp/ges8WzwRtnXC/IKo1LwbNnbWjgwf9C1ZvhyXeq1j1fBsXjv7/QN/jkGsJznJg8KVes8EhTtFttWtOvggnKUtFVHgfVoeCdY1eCuQKe4iFCrS94ttUNreSJ2psL+LGZn0/3mKa9r3f6U5DCjj4rXv3zO3iqSP7AzfJuE3argGXOjyctxziFLNme/E0+GPGuxHYlJXZteBG8MUOM3gdGQp8ayEJ/CpFKE+4SplPTBWavWml+1WrgcbEviZciZ71mAMVuLoka0vUoVX+jqSzKos0NzkPAoEqUhCKyXsXFMaDQxnwEBfM3aVAu0N8V2vFWyavEwm3OcvPQgZlg4ScSw7eUb38Ow/RJJAOBObQ3wMltYwnT4G9tvsEtrx1BZRhnnu0zT8Otta5w8FO4Oo/V8XXm8Sj0Le0+TZalbwnovrF+Q3CW0j6uy0dHj1wQ6HAz4BsAFG3CkxF24FGYN0qTbB15TcioUX68houIGI2PVYSUXiaskealMrK8VQsfUa7T0uLkD94eKYRaea19LSxPG8+l5uwmYLrEK8CUt1wiFp1tNgt8+OakuCQ+GjYfzPBa3tl7TiNIidNyNpOFuP7U3LFlQaozT6VjJl2FqpwyTIKWLojDvs1y426cHPEKJ1kycIIXCp5HgKwWm2K2PHV3w1jwlE4war6ai6PUa4tVIhhmDGFQ8bCYCzQxca0in4kPHpDheiDfZW+wOl0jA6WiiwyzK4FqUQ+zTok2SAFdK9gjw+CpTAlVGk/AKJhHo5q8HxNDWxFPD4ShPnlQybxw3U9bkr92NIf5uG0BdyDunHNmeS32qNnWeatnIA+TejKK6ZO1csXAIXo1Ers/4+zNW4867SzZxhvBb4PPCN4h5p2OzzcB0FNksGRW/DAX3CcB16qGHeEeF91ZMjhtTLRt5olaYfzL8uH0GeTxkUu+cSxscP9J6iPbw9XnTHLLyZlDeQhzeCMqdhKpAbYfIpK47vVrvAcyS4OgxUAC8jp+b25xI39ZXDjT/BlZrULB+cSOxIOHpjSyvC67wDe8pYoLyWEGj6HwP60q2vyEMXrBnXTRLCkhmY2A9e3RvEqBozv927ce3G0V7wnF857u8nFMku4WGkM6dwdEzI8NHpXRN8gh3c7a4WlMsm5exaeqgUwYo3MQr5qCzEieyY51fQhvGkLoj1TvNQSJUOW51Lz/jbIogg8okrmu4cpbS2YaAC4POwodVelx1HME5WC0b83TmiiomuvdAtooozl89BunSh+71XzGGHABUTiKVXzWhdjVx81Kn3L3lGz/4+yx7RraR1ZpBKmYgPW9ExrkmtwLFyznt4/2QtjIMPePcPIvm268pUQ8KasI7hILxQFg2EmKqT0EcvYO1u2CL+WaYNSL14IzrQF/mGEkIoB2mrcqMOdqOhngsYC7KDZOvZsF2UVIJVRR21J4fSlWVYyzqkgaumxfjUrAG58zMoLkEXShe8eQ8hXXGlnTiSU6emG9gPUZOzhQYFK2YrrTzWo5NEulQZS/Vlw6yWW3qLzI6hEsT5VaITRel3YyAc/0Hissiayb+JjrlGyEXCRWQeMOQupakTTiTVkcuuyh3k4HFwgCQovOlkNlZjGkQ+Eq2jErh8mSyOGype0726+2FknJqKEYBHVtuDe1EnMxoNpsSRHrckCCkyT9gYfBlU5SRaD8ostiI4KJEByFOzaUR3DZw6Fe9or1LNKk7Fw02q3msGAJ3wNtc38dczY8oVzzkvZbSiHoe88tRlTd50Ts8/FU5Sf0OPmmC/A7H0KA7iMDu8cA0BzX14iqITfT2VyQTXCzg5aDEbx2a/iPKkXtikfqUHETXHVeyQt1UEraQPne2rUFd6vyaYvL1pIAiOw8zMSMKFuxEKvxmipj5z3iuT7waNpiVbSl1bGs64VF6TTHSaGGfK+Xw2LSj+rGFVIYEYZ8Ooy199pe03o75xNOnTWeR+kda/Ylqv19VKsUnJB/dEfI5vxAh5bRu7nxbKWrKH3g4kB8gyYsegZvmLrKYvsBG1gACc9WEtzmotRWA4+28C0JLMGBv4du+Gxrs6n/4+6yHpw0n5OGU3ivdChCI+/ValE7HRQq/XqHF3pZSyx/Us+6wXzdCty3orK66xm+pGPLQxZc/iDB4U+NxIp/oNbnauXS2dbGgZLOus86u8w8foULUSmkHdqBWuRSWIyaCsNo+S8fLOAydYlLXHIBfbV4vGtbHb9fcu/6iQOqh4e6dWw1JYMkD/ca/8I4vJG8m1nzV4HuhipLfVSRPOMQOZC1sggco6rxDqE5MnyosbbFByVp9R5TwaZLr3YzwplRM1ZiRRptjH0AaPHtiRPayqaGMZOeKQ1s8X8YZqJ8NiS1ppqxPftbzWhuGl43RGbQc6/Ed615RuEJL12w4n5cmtHqawUtGpjR4aq/Xj1vIIQ/cakliNDPK8sqocTAB4cjqhMmchysPHfE0kNuC7KY3FAXmKF5eeC98eMhVUoe/yjpZpzXWGiuqoupMdCZ6U72pDbrd18FvDMGxPf0X2nuCFbcgQjRMT6ZNTCzPJ6sF0pTg3HyXZAj/pD1d0qlcYNU5Z5Pou8DT+B89BR6OF4ahcH6/0FnoBwcN70W1wK068+WfmfSSTsfRm+jzaRPDlJn4mOOOe9P0fLLdcPyb+nwd2m9zUQbtn+116IeABxmDcQrHHu3Jj43obmcIueBCN7MKOEkMX/ixoax6QNz2CiHIN0D4FmIKNTHIN5mbFKXyE2VWnBidP1tG6gnZ4Dhnhq2/HiHcjnJdYQW5lUdYuTDoIgVeQzlFi6anCIXyphQVdBbelU68/b4WJEDxyAdU3jK/SI/OLLxI01rOqWs2js3964+t53eLtZw2szmjlt9YaTTIBDRtjAUyPFjOqOCK+z8z3XuRvfJeiCldkXBLvE1s35BeJkmZ0yWRnnm+sCGszTvbdnxOxG8+RTwwNsnf6ah88f+Nmfd/bdXQMaILz1ByGTAkjIChxPyXMWgAbxPbN6SX/JR+msiiZ7YZN9SJecivIEEiK+xrMFJDIPFL0UA6iAxtE0o8z/UjtF9E9hR58NsODmEIJI1gbHyRNVGrdLPWOP3pfPg23QJgpTw+LRq3GYvhZwqnFNdPbk5pkOjoO4JNz5yGULmHQP1o2jSFH4EoAA9DnVCfIQl2qP7u0IELP+Tm1AFzi4GMMo6VZv+wm2qDj2ifS47f3s+HNFFEkfQG8Uh5xjaF3Q7I4laVs5zXUKy6xlYObAwIrKVAmbpmZSsOfugIbqaqD3xOADdY6CFyAGu/tif161XVRetg5FzwCgUWR3NxOhUB7sAPjcynwUkPtJVvcJFZKV1Wvmfr8cA+kw93rxHkuVBAEbGOT4cv4Ud9p6VcSi/yJrG6bk8dz7o1EvFL/WFDPuAY4OEqjcR/5xwZctoaDD4EqbefpqaT3xaGtna64IjAh5MZMz/vGu9wrtWN6iunu/fuA8YywbZAr5zaiu36gMbwgqJ3G6MoHuY1mEph5d7UAZebDXB78nT/yyi7dqKyeTQMnaIaNthXL9RaXmo+xEglmdcputwENl4l0Hmv435/7foaeTrH1hB/GQEnjIlu+Kub4EcHMRemNMUasHaS4Pc91dnlQ6UpGa6kNzBNypCKjnC8rjBOhu1lVDm5JXSFji/W+12LjFpRV+nWeqPIubiRePmkOp1/GfVXZpw2FoqXh+oPV9ODojlKoxkxLmoefQEjkzD/G3cEGPLffufLUx3LgjO0gtuXc4oHHljuXX8j2lQ2BIX+cWdwdHbmWBBa5QbWJiPYwCkFcPHIE4YZqLC8zQj8ztbLrpTuoRti/Jyp7N0HZVAW2JyOAwAuQ+Tkg1pWfuJE830VR570C3f3mBCB/c42E9jQ9MAV/cyWe0hga2yv8Pt9fdNlVIHwOPAWTc94LCjN4f3eTJfYNFpGlQaLxSrxlXpMuVgYczfzQyvH8L6ZiIowTtNNzZ+XP6hbtMR9MLqsbfr93WI9aRLMb5z8N4QHv/JcJZDR4cN0rzi0hJm92H24uv7T1R9uv0z7u5h2fsJv9fXOUtdaP+jv+DlrqrJ/LOk+HEWIrqsMl8wY4ibor5NCgLZ5OB8yF/9LBx9qsbY23DmPl3OaHt84WD3OY6HimQ5bLC6xqkS6uA7L+T5b3Du2/x5snILvxbhr2DtdBj/b/ufNvM4Ltm0dq9tTIF+qOu+0AYMKeNmryWYahdpAYDa2iOXDHVlWIn6bWpSZiM9JRmPgvRj3r8W4d0jroph/EpRQCl4Vnozu6a7+mIpkUnjZdA/mF0TTuKum37fBk34N5uNt8k/WpsdUHmmnskPPWxylw8ctvAMZ9B2EW9AL0xVB6SShiFZRZJU8jLJ4/8MPgn3DGLKz1W1SeTjuLLXt1AwH9ubZJvGF2ZitC7zaxAtb1BjbGDVpGtxxtlwTb4gzDLyzHXuXONjEfyZ/0j73SePjshocxQeXdQMpd9lVe97d6qOYrV8GhEHowffptrKd8V50vM/Z0/uMJ+FktPjOACyYa7L3iM/ZjYkTVzbxwr+zv40beM2yuw9eXhW5evjxg+Qavg7uMiRYIUv3NpNXgsxzh2LesGak74ZJNGJm4Js2NIVBPDTQ/uUy7gr+vA3fjcYov6X3HVrXn7ald4MnxIDnzmquGj0tdiiF+yrGtYSv+1pD9PRsyPL8tg2EuF97s1OT/uAvuXeki42fH226JkscN6Y4/OOMRkuvGD8+VpDM8+zQQmnKR633ebRxQV94dNE4WKBOQ/A3e4aWbtAHPOIzWEl40kPq0sd0rEV+WjveXej3v/I5afz5sEdB5NGnZXFLUM31zAmn2MaD7Vim8sJuznd2zb31zI7ZTXlr25rDtoiaWIOBo0X2LvFoJ36yp7XO57/GObm1mha6nU7Sk3LNu3Q3+146koUsBZKoZ+JK2GdwM/ZV80HknQEYN9h76vUM9Y6s9MTVtW2o79YG3izLmMfrPBldHq0NXuqL9FV7VsolDyWFKzJyHw3uf/IRbdhzxhvHQAiOyENTK7uL56rdUx02YMjD2fBuoRMq9NNcgWE4Hp5gEiTsuX5hrPAandfQ4B1DuntaVmQ3DPEU9LVjUPTSFe94xF5xoOYI5fZH8Eli8ZEuwdxoI8Q6O+0oI5fz93Zu+EUSteq+RYFAhxNwViisL0Ogbj16fve8iIaGENDhBJwVpIAOJ+CsSAxZEOCsIAV0OA0R0FB51Na35IwCfq0K8GtVgF8nAnw/pOYkeSSCbXJjA3ny/eRyNB495o7QYkm68EKU9d0wjK8ReMgHBhSWIVV+9Y+7bRgHbOiA9SdEvOhiUUPvxQfRRYLiDN+d0XNa0Z03noWl6QX7q+CuHfbfNPN3Qz9yDRk1sYcH0ki+ZmWMum14TsokvX4WafoHemwqTxd68trWbF3gs504TEMHszfPtMjJEosT9qa8d3tGOnh53vUgfjhqiTF173pCyl2OdXz8eqtvzT5dPHZk7BlrsdDUr9riCvfyDc0WPOcJ+6yx3sQTj3mVTVYb1/H6ZSrG9+9bGY1OaWAIR8l4N+hwo4cPkhtoohWxV2yz5/ul5pkXKOrbppyR54yG+hpyq93taQNumYbzej35RFPmjgRmjROVp10c7hEiVfgHhCEHdfr/GOkYt62RUMr8DOEwecY2rnNGRanqYdG6lozVMUHOqTRC6B74rDZsn5lLQ0HD0CMhmuVekqaOPk5GrLy4PW+5Cmi3XkZIIbunedkjqi9gz3jX2Efb2TGbXTX6c7eB9V2nG9NrFOXHhN9Rsb1wd9kjimxP27TU06Qg2jNExuPBoGbJrNYwltma3AFGnAhvxmWzqcP9uXE+s8WU8hZIuo9ctpw63p8Xp8o+T53uz19nyL5NXdyfW2fOHpgWbHcWUlEFJFNLEep5wtQPjYWZOjuZ+eeyXphjvZpEJkhhi7gMy8PeHgEtJpTGqX/iRbsNQoogmMDI6G+IJ4lRsTI6jINXba9hPJ9g0YAMF6CsygsmWcnRbj9VbMgOrNimS9TpKW00+pPNkvyqM8oT+3eGETSsMnR2aerEFcUEpofFdI+i3MviaSp4C5X3ABw1MT2tKjVT3UOe/mgoz2mXO3xAQITa1+zfCcvtheMLYYoZzsGA0atcLgy+5FN92Sf9D0yV3I92hxDVHiA3HnkCEU1JhQQyd/pZQDnOhkwHvaRwUdI3OL6V9ZZgacGYH5w3eq4BW9A6ENzsTVJceqNiJgCsX4RNHe7PjfOZLaeUt0DSfeSyz1PH+/PiVNm3qdP9+esM2cPUxf25dWbWOzlTEEPHJPwyNsUcGckvjyX8ngJvCutUPrlJNHZmb9qVSktJgYJWGBoD044uIddYi9QSPFJDgvgXuN0Qw+ADVowYphJDVYyqgmad6AUHszWKG+Q4W+bk/PA7A4ZHZcRMGG/FpfsEuMyq7CoJ0kSAe4HfN6ntuxtqBJWLhV5TivtacXtRUbs+aj/rCrXhJ2WnRXT68D1efSytfp8+P+AVZBUb8nfT3ZbbP66fsXaGRVvr5qLz69nim6D1T8OZt0TWAkxstukczMpL9c5aZRJ+pjenY1lj5j2AzoAuxigRHm2XFOGBteVKDVAbd532vC4cqxNZxLk0M7ZKrVUTlCXgaiUzt1jRAMqh4wlrcZBJHlTNEIGrplCWTf6KBtMZL8zpUHsA767HNZpg+Yofr47sPsWl0+iGVyzr3j+qYOF/2YtBr1+mazG0YbNjaM2zfnmkpLNeYlQDiZPhqgXZ7YlbWeA3mcLfVLX8AbKNktC1XICYjlX9nr9R3xjEExfXh0TX7FJXFXlKmsuU6EJLyKIPTdmSZvgWkxytqdNxp9SmMvRQgcAQNMCzGRYKseiMuB1Nbtb0il2Qv4FBtYrZIluFl+AKciYHylqj9RVRhgYdK95kdoXdJZE4X2luu3+gzaz17cryoeQ74EoFQropvQwCh87zoQcuDV1Z4XzvfobXZa6QOwI01UdsBKs4GbpuDAuOUd3t01MuWis4aqyPZq5mxwi8BRNGik2lKk3S62gp1WGz3jN1UALSfTdDq1nzCshKkcFi5f0+oV0obDlgbbc1WxzYyHKHlZeQvop6NAGmq0zF0VLnjmcKwMcgt4OdACrAdUp6ByvqEYOnDWZx6PGFRhT8RH2F1aAL8Slmkzt6dcAv6sQ42UbFTrwSjLJaN5UhnSniPuOLoaKFVth2DB8IjeRvR7EwgJni1CC8C4w3ABT9Ng2/d0R9bH6ITKskYUMKAE8vZmw6WysvB1XllNkVk07UZlrKOCv1pO3p1Jr6XZ2Ru3lumSjYyy1y+rvG0lyP2KSnoOMvkEkxNIGtvuONU3vOd+1xrSFLrJw+LlSwHYgNW0SzOqeaOAip9QlVnFMQeMvSiduQjm/45s1i8OtIohHDPOh4+KzphMCLXF0ZySi59kiVKloa/Xnls6W2HOcJUW+nQlu57fOIyRGIHwgjIw0LL90Z2Pb6izWdBjer6J2xjeEiVtuOcx7v4MQapOWyoMrigfKqyQ4VXkeL7JCabX5SAa7cOVOlWUgI92kPG7DZciFTNNoeqFR1158G8bBJCx9icUF6kyfeKwTHiJ5ZexrW8LKtC2Tabon+h6WctFSvkPKMu8adLjg4rmxgyjFXYY8EB0HqRx9yplXU4xgiz4NA+u09RJYHIsXgfo4VlA5JcxmmQ0eL9JBkkdKUs/NDyT7aoNX9W7R8R6Rl9ykiRUm0luCKxUkVIEpL2H6DjVQi9iqQuL97/fbthWuKEYJNW4wH4c5wE432dNUHWhCA+tszGR2wU2LEgDb38UjyR1ONQULyDFi67TA0bha09SbqpnKd74+tRgaTkpGfnueG+aMs/7l29F5OlnSZKwYfMGgxm9ho/s5Uqubj7G0AUQE+E+VVO4jRp8OpuuVdlCjkcoMT7ecLLfB4Tb8xxdcFSm5Vt1RPQ8eN4lpRmkcx11GR+vjQfQ9lwaD5MZDam3mWIdnHXVXXMYbkWxxEhk46lQfJYgHtzyn8Oj60PQue/0r9t+mOkpCh6/lI3v/J5i/Nku6UXve7T8rN1c6i+D7e1KWX08S6KWXKdmo5KnEJYJgSbxIyJR0VEPKJu/7DIkJOwOKJTcjgnOVFmWLimEg6sij1BQZKMbP7CeQDInoaYw2lgSl/TdYl1Qx4Y/3rHii74rs1ppoOGjei//txRmwfWh+w/6/f8X7D31U8UHH4luBXK/l9dHXuf2NbjpNVN2g0M5jMKY0VllH+FqdBtEA3QdSXPxYPp4zPoLlfDOuxP0t65xUppPa8j3KRJe09dGW36u15TuZwskUPnLhrpd9MnOssFnd6ksXnHb6CPj16IGH5NrgRbuGXl4cSYKecFjkY3mMAkpmCtMCJCczTnzcV+vM0xaDmkGyheZUYiRLg6xcOozkaPU9nq5THYINDA+rR3QsKRb3+iXShMXTRGhrKL3uraZo6jAv/4tpJDpPCnwEp+E0/URgqTI9cLbzj414CFaGbDKNjf9MPV8Zev6HwylnP4hipmM2K8/wcztLqyGeT9QeAAh7IQ4XunlLwCJyBU18C56Gj0qtUkU1Tkt1w8ZvON14JlbB5x5UfUQoulVa4pJgSfKaNW8wDUFhznK6zifWzsVXNbUr1byhhv3SkYwAb02/suszAH4YZu8JHr6F0Ys02RONybx+3wePiqBZ8l+Q7zIbTieG2s5dgRRUVR56Jgy319riwAc5ec8U8ntjDZrKBfQz5bc7hbOUUWLAFKLZq04s0okoJR8YyY+czrP6DSKZhfkCDnEICBqXRQ0FMLxHGSnCXUpli8hKBe9d84rPALpFnQ8zK2wrjlF/7ilKaaRYoOtAfv0FE8ozEviaTcBK+mCnI6YBUbdC5EwbBvWcNRvU0zQLXVeHOzPZOeCs0AOqzM6jXfe1zz20J01tYPbayFBBeTZnAYGfjxql2YvkfAEMx4e2UfThYQNfazW5EXUu8xg2N7o4JsUEiYaWKjChDzi0UpsW1eqR9ErIcE3imC6kMlwtQpEtAu8yq/QuK7Sg4Ji0iAGF7QG9AT6GyVWQv8siWozRDkJjkxspyhBjAIcR1tvqlXUH8BPcBCSavX0WKCPAzZ77j6WeNv2JjePoUZnPiSaLdL+ngupqifJ4KUbSO++L3P2GyMFh7NeH4EJEfNS0dT6BK/KTWFP6yPUuytCVA66Wz9MAOacOcXbp3wMXl5u5Qolqkk/7JmRy8rcGvrSMqhKvi2iXlwjRq5z9HZBWhfAQk42NNXwyO8zwBWoviViWB44BGg1d4Dt+R/KBlcfDFxMjBpIJMjBxKYtSv68/1uVBQhahYm/WqQQHngPpx1cWn9RIamux6ssVO04dfQhT8l152vsjIJ40uWZ4fnIAnKO49iLvbm59mWcExnd49PG4Axoy2kEAFRKHzS3gJXt8cJHGntQQLRmbxrjWgYVOecmKfjpV2hJt3ZEs8m4b7BRTSyYhKL5fU8JEBfexq4G7EipLgQZf8MrNC7szKbfJ1FulEZscbAVZPJX2KS7yt67yegwP6c/p8wMadydnbx5E7k8QOgY6VQRtklYB4eJWaz8Tfib2KOWzZAmMaYDaoPq6RztBNgseJedHDZ2q9VQ8WHstiAKvFSTqwqKCfAT7MWTPs/576yVrBMxbn3ekM3SN5O4wUZtPUPvS/lxRRQXrQ12UViLyhlR1EEge1pTDaiN02oiSFGG8kxuClmhlTrEH2BUXZLhGBlfUP3Vgmcw6RHa8J3klc8tHLY/T/0liurCbfQCS7Yv50+R8Tdd3I+K54fYSJBnyIbp6gtpgXDjUcV8a5Q3L85oxQZQLokHhoaLbOGxyqPT67zGyjUdCvb+zP9CLDlkML5owdRWPW9ngxB5X49p1j4uzO4971wiNALQVpAr2AAWzXvtoAYAit5WwTSrZ1UbZK10NXYoMOE5DcaVhDM5I+c5Lyv8VR5EEnpXYk11KhsggJHwuHOtJw8/sxOq3kGypKzQwNg8RwqNZp/hn4fkpJ2PXYoG9NgOcDmY0vodppckyJgYK3j4YG03JgSqr/RbTxJgN9bQvMGscEdxsvxq41q/6X/ugHyOR96TBXhbpeHNiMVosCrRoBnivZiKf9XHO5DF/zBCtJz9J4VPGyTwMCIJDzFKxI1yeLV69I8QEZs3KUvMS6MRBdqq/Gwy5iUUNTdzy4I9/2o/1rooYu8JanMXfunILitQyof788or8Bf62gxjBUfVu3mMZ5wIgHlrQqX/Yi5+rGSvl/gCTsT6Nz86E05GxnOiGh9P0VdkFotwruuYBg6v2GlFvvNmijGNkJFhkRPD9H8BbjqebO1VNaEIw+rIgD1PLkgoskRabCFYXl/leRwxKlvM/3Nm6pfJaS6HSbCWK8ntMTYIRllaWSURfp657spwBTwjE8ec9dI9rvnOOmMMK1fdzZ7lrRtSO11iRDI9+Vfcyu3EUGmqqXeDAFBQwuID6oAdIXxZDGJPUHePk/l3rET1ZERuD0E3BG4DN1Mf53RCbAEu5grqqDI1k6H9kD09+LHdCLAXnGdjSw6chxHTg8J5Gj1CEH0ftl/JliGdEPFIIGvdXCaQaQDMXSqTQE+oY1vjVQBSjaShTORZuRIN406Z9qqsOSECi6WAI3+HggVGbwPw6qX66M27k5lLw2lnZcSLBHD+huO26kA0ws4LzHr6tZVQhahTRAeNM4czM3GwPOxiPXOAkVGFAz+vK0ohM0n25/JpB09hpXm5vkAhQeMt+9G/xpA5aH7v1gBSxZRSWAGaySg0emU4AxLFoa7bFLqyc4v1Cca/SpBEICK4hMLOMS7FkjLlS+QGlCps3Ki5XvC2HFwiBpQigGcuFi6Gl+JBfRCqicgMo+03H08Cs2tI4dcyw0znJ/UwgIxldCTbcDJYSMGICq2b9b2AvsnfS1exR5FYcI2bmbPBsQ7YuTJxawDO45UDqIIYQ1XXoF0CDzBjfuZTIP2eDmXM70UaQ82vsqlLBAB1KsW6TngFjsLJ17PJpnBvW5cb/q+d8YrXM71w4ai9KophikFGUaLkEkWGIh7IDjJIdKlFDMXj8DO0y8T6Pe6cAXRx5MKYFa3WBPysRfYk+6e8sFNeU5ilnqbSU6CaN5SYjGzaIdZY0ym21iwGlOXja6oUmXLyVbjG0heBDJ+mK3p5s5stjGXC0qrWZ1hSi0Zya/+28FXpNBlyD0IcUeestvgtg8jYH7wfzn2FkHXpMTc4viUrGpca0XtkbthEChjq0w9+6GcSG46R4s88DgjvtFfBtqTB7zYuA1FueAf3pGwlXcFhBViZFiULsCDMuI7pt+myNoA18SkQKL2dhmZWRvp4d3Tw85wqiTEHT92LvpkNyW+UdYMapyFPWeBYE92JLjhZNEBrcfIb8uCoWeCcAD7vloT/qBtX38pzvd1LoZLCKr0583YqBPPlTZbynaw3Cc9QIUlZ8CjpBUuB12zi8EDoteNHaGEFq0NnLzPG2jtYxuRFzBworrtTBiIZOd6/ekCc8dWCHE4UQSWGKLzUIkwrdM5P0mogYjVwmI18PlTL9RadOqAN8CpzmS1weePKdFrGOpkIX3vuJNYZOpZI7RubGyOyn216P4aVOkvU8Z2Djc2JdVP2tH5jivucEhpCipPnhpgnloflENXld1KgbQU0I70KXRoAnTPruSbWO8D02+N/bE8E5BzMJajKXjE1wpOSXgUzgayCxtZT6IeL2Q+P+4DfUndMwYwTOHi6rg3ojYaU7d+t4fAo07+4v0N1aUkXRH5A0sewkjOfKEb4FxuRLN0ms7ZyU/5cro24oCwqJwOlN/gZdeEsxc7aBuRqpRP/qcI0HxIooRhnIb7KGS1Z772eV1GXWPSpleRPmWTKdmkj9Lll0dqMWMRQKXDDHA9SK00VWzbsRQ6maC1f0TladizO8Xybboz0xRTPYTbCckhucYlnv+iikOPW1yTbliXnamGkQktU5z9I/iHEThdkDu1xjU4MIatyyBlLM5RqHddVWZtLTNx2ywauqrWwHhZ4pFT+0WYcCSWGepBOUtvZ8qusKTwXt/+b4QLPYU20DIZ1h+0ceDmF/SQd0qJJTjAitrfAco1/bpq8HY+IIgq1CT0zgoXDWEp5FrCKLrs/4ZjHIZWSgrz7QgXhaIeVzOmEWrXM+cZjn/ZVTmrCRDsX0VR4owCn3K/65wYxUw7gyC4g0yVwTPjBjWfYD/zEsu81IsDzTqwHJwKIpfaxM+FNakMb2GEhyNXSIDvNW+yTwqaHrnzLKxhwQjIREDKaWw0zwQas5qWwsHWV6/hgBTSjiWCADHxE5TGum6IhBUhGNh5C3Dc9xWdYIBK0elKarADefULj3Dn1ZBhLcok+OL5q3xQelYI6BUdROFfZS6BbPGxyCJdJW3U1OyuBBe0SlPGT1FHWWjgKSmUwIMB0z84ca7RQgTtuIlguAtDP3ben/88UGXv4nJgFK8EDNfijeJFKfGIbHjB6ISAPAspVORWvFVnpZ/f7dp55XLHqYCe4uSkyRnUmfsctierXBUAnvzq/QK9yA5QmDOMRlY8pDBCmst4D7OFZjqf6YDmc36SIpvldMohyVK0sCdLGRMVqXpeKCLIsT1XaLxPpPLwoBGRtxXiiIbwcHn9kxfkBtcnFhIYFywmV/GIhAFRCrvsgE77ZSclEe1FgQEXMEF5wdWjaA1eb2b28tLsUInwdxb/HmoOExleBovB4n09tJHqaY1LjoAtfFxPnuICX3lPsGXSYYwXHw7K3x298mtc59YLL+IrKqNCwO0Pb53A1AAHUGWh+UjitI8Suk/nRm9X8tpWK5P9ARc0J8AX1/5gG4GEQfIr9stI4juCIrPxlD+vXAk6henpMKV2jjKT1T1qrYzrqL4BEjy9IKNcaAQlUsGwBqI1myfhd28D2NrQdYAT0RxfxckDe6Qiobu+iHkLhTvsvgcspT7sdoAwliTE3805ngSoFweYZ1KzRLCMW7wfGTDt6ANU9R1kWJ/8Fy2F/N/k8HvodH5/c3fQgD0zDzBJvdIGbch1oJw4YMJ5ECBDfTtbS8AHdW98WBKfUZL042i+OrnNe3cAtW+wFRKEGAAk+VvzSAjElOEdjUIu0hvjCjlYrz342t/uLoeDwYwefQJDNB5TfDOnkT+IV4mr6y9+cu7w6maBhDf23HT3cz8RuO1Q0kyGTrUI6lLBWYoEqiTC3/+yzcd8tSutdnUG0SKDXaOitWyIxIhuARtGtP0Ehkm7fkDwJEq67tNFl2l+eD6Q3BsTar4upyvwSwEpxUbC6HFPAXEmtT1GD/08Fz1x15oA36pdhuJaAvVb72nlP0CIMkLFmyowpOCr6z1Tx+J6ncV6jCH0qvY9DWBbWjV1GYMf/kqDCqBSw4yjadvHcJz63jAX811DobFYR4vj7V+xX6TfDxAaZBgU/xbbOOnp0fLGxcuBktWwASMebVowH9oKKQvOHWkftJAJ4vnse3N1QxUqBcsx9Yuq7/mGDwuzdZLp6H2/aBoDUGt43pGjlYxyLu//7YbgMotTeAv+I8/QeRp5Pva5uNzu2AUBZJC7VqCNN5QnovNn/8tU5MEMsuBBQ/tLun/mv5hAUwwoNu0R9SJNbshuVpM225n+2WWSObbU/bXMTb1v9JM8rqcU4rZLDKd5JSjdX5cnGq4qcESRWw8itEpMDaMrqxzOkggI78a5clsgaDj52GAKsBP97RDHvnGz/nPhl9xc18tv33p3c/6A6Hc7dM8i6keg5LllyYpv9VmkFcJCHDEBtB9yY1xclMBUy8YKb2BXNivhvkgYRmYcq75ZLpBesDLzJGMJOg/uITTeIcMzegsTJVZoHhYt4KVtLZEuKan9NM2DQYW65af663yHKkPyVLz4cTo9oo+q/Aoj9zCS/jnkEDyUREwvJNMPcobZxyfPJqKl714P5cwzd3ODwn7zesWDLkwdm4/J7jVrX39Any0sJiyG5orzrd/2c4YvnM1c2a5OzRZAFr9uFuEvX4SR0bDqzdyCGLW1a8WW4iMzhrzifwbW6/cxVYkyffciZDQjrlI41ls4N94/NhEuSv9EDcv2CZAEC6DRJuQ4md0isEXlyxo73QuWag9KX9R7rlph6mePRzW6PFouCt+OBh2z9J3aidH7+6wnSeNq7FT9PPEV5A9/DF7fiBWjNL2B1kB3muqJV86gqCf8JtnoRMsYPqXeECBPpTYa1yiP7RLV6SU75wHEdtkRIIuX2DNt5qUjC2prCBBXTBCsIdwPIs0sOYFSjyb/ThtgXJza0esVxe08XUIj1JRyIlZnLOzNCmVssgv+JxGVHx9aEXhHLEUTkaimCRkll04PyqKMpaH98cZnZxzPYoODf/O8W2I72mF6LAGanobNyXa7o+GXCCDc8SgY0+fNMmEBlLsv2jX2FOWFeoWMK3kEa7tdfMQtUZcu1np0hEJw3s1F2GvAiE3ECSPn7jCpzkLesc1OueAL0+vuv4MGJQAQTDaCbCF6tSDDSzPst7+HKdPs5scZ7ILa0cXLgcrnIP9e4COzHOniOvjVtqldMPnMKT9+fvsdJD3W633xzWFhYshJLGUJV7PYwSH/qkHQU5jJHGc53v8m2VIPXGIGhEj1F3gjvXRRHt2Ux41/tzO5tsvJ+yAI30tCyl6/zMwz5zMk5MvEzLU79ud09Rthn+v2JvqsCd/35KbH83fUQbjY3AIzOeSQSvVt1PiDxh/DC8kGsC3eN2q7idKVtDhJT53mdOrpmRqCvv5nmhrOPt5FxFmp1Oe4Ar4LD/kOBVZFu62StYLQsnmOQ4ygC+UlUBQLqyQDFRwUyUm7uC9QZh15nvLG/513HjV+Lo0b6nlbSbIwN2yLHKNzhlp5Rhtp4yS+A+il8AWuPvzEQ4nwo3/jl+u9TnO2Q6jQiV6G9edSNTIhhAhmLwWvnVGBMtk6D071NZDHjY295oXFHTW+KRIh5XqiD+96WeJDZsxdgHPTeVz9jiw0jKVppKbu2LUlsDnNo+SDmSkRNNYergRbs22ou1nH/+V9M+HRFUqFI5Lbe1toXEZYT4veka5li1EbxZpB+usRlY4+IrUozeU5ePDTD1x/pD3j1Q3/3xl9wQovC2wwYrGHRo+hLRM+FkF1ahqVNJfl6wNp5sgtlHYe1hRG6lxJAIF8ek88+FqOsTHzt2PWJctFubO2r4odzdhVYVkFkzDbZ7QB8AqtA7Bec7LDBMzLixtfXiUfLYR+gZ8R4FOJDWiP/n9mmmFKFVUXkCDMdVPfFCyeM1fokEIF6wK6oNCc4p1CKq13E9sKGxz4AUTOoAz6s7sMqQ40qSHg8o0oyFIKI89bnGJH8V7n0PF819s4B37CH6GXupgUhqAYnN2xs0GuLjHZzjXf+LW7rfLpJFR0Voh7pd1AsogW7JNARumPtiNZpAcghPWCYK60jE9HgI1bXimNkqiSoVuizZ3ee00obStpdRR3bkdc3SwzYTcsz3CCnbWp3amOyJF4zJ5CK66zk5PNVTb9S1evJnVguLbWwYE1AxQYF1CFUGgyBUGoYkcfwmmakzZ/WBdG1sdCtuc1kzI9ENbZXHuDaY0p8mjGJl/8VEaxryQfxX9x2/5X16RYGHRvAdoNvuq3D1vhXAUY1HIwollGWjSDEPIEapMAq7iC8tGjsV1f9FNScgrK68suEPMrk7OnU7W1VKDml+0ds6onlMlLQz8LtE2QaFZc6z8UKyxiBFSGELUZKlaVQiJmqMti/aJ67Wt3inu2Jx5ZYUhliwdNTHAWHtTe9r2ZVdJJD0uv0i28LfzlOzVW9I2i0izs73yqtMv1QozjM2jhSE8bUCbt/LiXin70i1XJWzJTMDgdIW8nlaLsCh/rkPHxaoNtoJ9IKIDsYYNYylMCsPWwmf4Q4rKDTpomtVhfHq0g8K3j+FlhD8kMQsXmS2Q7Hmd7R1MTgJQZ9Qv7e2GeYUyAtGz36rVOr7IKpPo7gSOQwa1+xAxShubfuk5ks32gStdXvXC+zAyt/vNwUaoSmdNUI+XhQZ5s8Luav8wAE7/bxvjVHoh5s6wbmn7rx13PIujS92bKjlnoNFup4yV9iSAdEegj9tJcdFAYEt2F27PojusSCpypQ/TcVTyZoTNPwho6tIw/XEo4cFtR8K0yubywV0fEH/4NoFy3pcQLkC4lLvvnOx/3OXRcer7v4cG6zGpOxs66oE1yU8Tjkxky+D4wAwft8jh//NiCwPH7Vxj2Fm4vbGOettp8dJelDVvXbja053TO3YZ/Z86vshs0iAR11y9/D5PHcqYDLY2yD8VqlCmxOg4tSXyyz7QG2fSsEdFmuujYU1693y/Ct6KZ0gI3F1frhEscQ/eOG4Ub35TXeu0eOeHgzvklTJ353QOCnJThIzQjzSy8rs/YvhTtcVCbs5Bg71o+Yh3zsrhC232bneHlNu9LlLsfev4ddNFbxqQsNaMgAoO9XpAgtZtzIKD4qBDAIGCjaAZSbPwI0aDhon/fCa1f7nXWX4rN1EUgJ6SNFROgkNQkWRkWjH9xGmtmhoH8K7ZHEpHjhN77T3ju7cChKUCa5yk7RciSgldsJ0VbOjCPmE6aj/qdQpRdzZ3vIEYO7V7M+HPAkqF3PWWihSMfVFDY89juSq9Z/uqCOVF0aKPj0Ju1xKbZDN7gLK21V8WyC/hZjlDJ00x305FhQn9DzSNFodTCbxOQVMCy+k17eIt0rgBmCULHyToMX2xDcr7NG84PyHC7yLKUmcA6FgHJVY2rGCqij4+thyZSK4TZDZqQz4TuyEepBB9T6NmqGI9DYdzams2dT/GiFPm6s4Gj/tEHNPs4HXYSL/AwIUvaL4qUpT0LopiXuqzGMVjHC0HgkTxDY4DjtXZCLWzY8uHUzfK1MsxBk+p6s7GDp2fBtrycZj6yFvdTWezggluUT25I6SKEToKYwOuA787jMr4z7tcBUREJjD76TXS50iEiV/MHNGodvr5OgkV2EVy5K8vu4aDHXkS/kRY469+HaQnqlt26w95PooovhDyi2P+rrJkmweXG7LaZaiZQ2lMCf7PtMz3JBOn3Iec6PMtyF+pCfmgZUP6vVjpTXX+pR5YMOTvIT/lSHj3UTShuW2qUoz5pIeAOboC9aeZmvjvGKv59b/F59k6OHJSGVDMG7f1eyWrNMdZVpknpVYe2QDrKtWAi88LSvOMS8Lc2QYIZnpFKsDGhgxbVDxYjogSLJJ6JU/cC26R5IRuBDCTNFgvk5BXoPX5yzRvg8umx3ACjKRRmAZr3TjgszzDs5Q4UOkoxVphoQzEmtAko5flP+GD8foWFw+ukYZVJ1LBw5dm0dmDKBKlWL2rxwpiw5h+bpnEszoa/v2VYhE1dNDiCr5Yz8k2lPQSw0AZGHkn/f6JaGFfzeeGHYyEIqGrHxhc1HdD9cIcCPrulxuBDIYSYq4wBHTpGWOK8sj0ebLAKqvU4IMqw08hmEPyW9lgC6FlJzRfy78WGmQLzXjxqx9DCG0IX2dkxA884oVUIabHVVv6vzBeFgbYBRjepalcT71CADdCzY7+ybqG9LIoTu9LF6aj1seLEV4R+Wjiw43Sasv4D6zq15jbeGTuQGxkUYWCqa8vN4eCJPEieovCHW7gL0rZAPfSGsI6h7mJu11k5QspShtAadPKUBhF5mHpBf2RZ1q374zrkOpIeqEbQ/14oWVo8Kue8QdAv6BkSkBPDqVmsDc7WZbvg/ArWaIeDl4pk0CsfeukZOR6aR+Xp/43fuIRUBQsyAQTJ0UNVkxauhJW51Wl/N7LTNsMo+A1gupbPxrrjQl1LlqRFQ+LY/ZtNNhxdQ7SE6HFtLZk0qiyrqpyi3AzLkwEkAweRWHbn1C1FNUOo2yB624wUUTU6kDVD5FJwDvb85tisAvQ5iCmCLqgE8srwn/qUcCSEeRSU3q266XfM+nem5Qhajz3pSbNXhlJIRZKNsUMFs+UERSnX7sBgIgLgSsGCH9b6X8T8GjaoC6CJFKTwOjJe4AMxgpwS4B0/6YhJ/zfCu8emErIpAn9Ipohepq3eRHURu2F8QaAvVdfD9/j91eVh8Opulh4eT2kuziFvXOm0FNv/WXhLt4dzwiM6HhEqH7oicDlhXgiFQLahBnbCqUU4YJ1bN5sAJKu68eH69+fzrR3L7L4T1XtnMYsE7HwT2PNIJfGTAClYwWJc5pW/0IJe+sr49DBF18drHGCLPyesJEbTPjcGTCqYKsRIin/PbVAquKdllDZ5oebVhi1xlYbiOzy9qYPGNWw1RbCXTQkrUmjy/Rp3xVvWAck7OeaqCZEaqAXLwwa5p/yQygPUstKGvklrfwUL/dylKWMcieT3EqQG4kkkqV8ywpzUUKuohLY4rYo9FJI4UOLgH8VVJUoBdvrc46wJnhyC2pgMj/ECf58YllILJHsJIRLTCoY1eGoDl4dWnVoNEatMagxco1hqlBVgDUNpNBoyZ573v8KJCXqN5Ej4mhWnq0+T6hmV5QA7S+O5ie2YhzW0wORGng4HUIyLx9QDNj/UGB+3kdjlJHEB3Dg11/NCPvLg3/uySAg+FxxCPzlgZ9oW/pfy+ibqRFf0UsFz3r5lfViLvyXR/uTcE13xKYKnkg+0aWCkTae5BbJ/PebrqDjiiPvzWAebKCSoKG/f7gcOqWKS9MauJWiVLu2UJepct1fPjBuV01TbgRL/M2+d/GfEaaDhF4Z6xIBEcZSM481s63Jn5qAxrlktOcRNsiZY5rrYvOJb3bb03uMn+vGrMmdOd4kJsCg8N6MWvlPciD+rqR7sIrMfEPjjt8qTH3H3WpwfEvWQbMzdgInSStaJn2xC+/puBvyHl8tD1B5u67ovMZ7HkatcTQpG67qRe5xSoTEWu88zFOoGnuGbhsixwIwPk6NfFfSWYzB/rQo96AvU5pQgi/+0gS8Iyw15rtacjTa9q3uOgnhBZsNOonSMnHHYAuIrVt5TUtYUtK6PhfY4t9hhsAXcffczwlHKJFEobf+dpGwRPnlZ+oBVpHw4yH+7MumI1PcaSReFM1w2Dta41Sh1ni0IjSffGHxEspItT55zbrfcGnJz8EqydLuZyoVPkQtJMNqKkaI8mMkgBesCQKeA37BUTbpWHcqz2+HkalLyTMoB3mLTS683f0kkmJYBqMNZRRR9hxDdm7goRiOdVFE9E/oIDVVWUHBwkAGADyvr/koL1P0AsgHPa4OeIsMeFFz4Sh+UHcHlsQw58uvhTOjN47/gQWdt+DzEDxPVdEgomfha0vYLx2EP6aRTefvCjj2183jotSNN3aPTF13BqXf+uPgvSPVhqzuskxDk2i87kAeZl6865qa5y1CtL1IUrmHSeE1+MjWW4RqkWatb6S1+fuZ59gLdyZ0Z0iqpKRb2kr3lK/y7319GdBIN/y9MQu5aLj5+hrUcjZW5c1sknRKMJeLZ0DF7JNH08XezylZTZXMhJ/kq1Gl9iJcq+qVkRh99xRPSKgMxIwF3sXsEMMsK1JsMC3kO2xDnxsU75DwiPlsggTA9baS1MxgX5y4ctelpOts46Af6AoLN25HLfyC3gvHzZ2YHk1IZxH18fgpgSHvMpW5H/j4bAq5+GFBCCw11FGey6TKNS5rKGF/JzeTcwb6qkS8gUI5oksznDupOhIoarYwLF8BRCTntsTt/eJ4Dyu8Vr/0ocvPRQlvK+nGgs+PzCUMTWLXLaVkZP1jckNtcNsc1AvpUc4D9/jit8Z7LK91rqQ/aFcGhotZgze7YSxQFxkEnoT6aNO/3SV59jtUEhX3pRG5Vsx0KxeLMD/uRlVF0zgAE9z0UkjaDZNj06jIRqU6gl1sVWopqFH0YjHS10sQo0yORiRus/lMwetQX85tgHUzRjv0WCA8cZ5ByddOreRYLA0xE1CllxTsosSI59ZtdYkuygxV+RSQcyX3idwoNshQzqpGYSiq2KAo8B9OQ/jZP1LejtW+SWuUDC9jlCH+AWRcRiA76RB+NFxxrHZPwTWzMJMnIxaIaol01X7y5jnIt5ythnGCK+lgVxPFw9WGyNaqD25/qMF9/pRYzYknUipw/iyFyLZZyZLkJOdYfpnQdSjbLE0xCtRbACK/e6V2gNc5/Vxxd2jni14HN/zdMstDITAOshF4FO1MUQHSNfM1AQHWYPB7sA4QS0GyoHspg5BxTG3RR4GEp0nZGZrkgHf7HUy3RAM+6kMH0OI1SEJfaYRHhywtFSMjA53LleGcAs7W96LRsUaC/xbeYmobrpx7iwqHLJxFIsdZNtrWgr1c1rwIrZfA3IxQk4qICC2X/mW1SlFUeoUoPD3libJMmOQpaHVOkDTXDdsLpMzHSZrlvC/8fwzxZERNzfZuPLXx3dqePd7aSlqBzqanE1BCEQXylWAgiRocVUJVPvRWW4e3z5ysZ/Xpqfv7VXDM6pLjOdwoOIXtepFRm+edkhHdezLGNG8Z+iW8yw8NtTsYOaxY5X1AV91m3hhn5Bbrh5O7m0rmv3vgzXArtnexfeC3vD66GRu3bL1+s4ivt47RKG9R5vQ4/v1Rwh6NNrFRUaazLVj21zT0pdx/+PgMhheu01gXvoYiJrubHymAYpklnxd6LRG59KLDzfoxggdSJXX9o93pdmwNRuIKEN6C2V77GZAHtkZ8isgN1nOuon0zNoXJs31x8gAbk9u6C1q6/oBJyHwfeT+zC0eMMaa7RGUZoVLM+ZlC+bXv9ogK3s1mnAI/s631kaopLh6uQYs17cm6OoGxa02JcFNRfF0dmSCtUDHTfXliYWytK0KxAlLJ1JpRMhmUgj1nKD0E1keDWlVZFERm6Lu4EzmrYn9DvZ/cc+0Qf3Dnjt94rNFKApXzEK/pFRqOCoGcKJC8cjeulFQ+p4NIp/j2S6ZCFX1zDMddWR5bSPm/AWGQmP1ut6eXvSDb3xNZ5rhfUi4n14R5qJrNlyO+XX+o02ypG4SVSvGzG0NvVRu4wGYhNpZvNhTJ4FVDnSMOPPTK9NIZpZoP9ktt1R7R4BZNjg/ozVdBhSfIEqVMwDeq67SVrnYaZe5rwpQKNyPLj4FVc9+ZGyPARiTs0woPFU4ojHFiNhpK0sDHpkp4XAYXRIHncp7c8q/vpm+U1wuxmTVqubBNG6LTyIim1c19YPF+P9UXx4Qmf5aOIsBZsPtH3oiIfJXj7N3zbbUlcz4xAmPiumua0sfGjIVCD0MrwnDZmKYDXiHMk8fGBQPg/bHWYn74q7hn7w40qn/w8YCo+z5RUb3/2Ov4XYnNprVqk3qX20yq72/nNJTnDQA7yPbvl7ESllc69m5ZLSVbcA70/XJP5X3IGt0BQ0WqZ21B4QvA6jU/LOVZt/qZ7JEOiGDN0t5GQmpQNK68odQi+8tmUJwx/0jO9pHXNg2qDdtOwtOz168U+u82pJJrYF7THU4Z23PcSVR/ayR6vSrGNUFSmFhjD/BbGZXNoyWRmMbKN8CQn0xUI/W0zmrXY1ErMOBaWEQlE8klckNVY596DdXVU7Tu+DgCdtRcV9qn0BSRUfXze4To48NV7Dp4fNEVSqUUWDzQ0y0OQeFSP21Kqfc9pLcyM1zcrX/Rp7MuL6B91cZDHlxtpaPGCC7p1z1piGU/B/kIpGHVZu+SngWeRlUq6BjKLfN2uPdON9sk33wqvRWeNDH98zgaRqPGP7FM64zV8MSyjKvj6zLuEp5e+EmmkX2SLZwjcIvHnyXkx/1nKAMvT6bOs9+J3vL3oJH3mPVXRO3Q5aK4TBCD/GPNV01WSrnzMvN62A8R7TQypncDERMhNkTbJj2lnGDnypJUwxLo81PiJNTmL9Vyc+o7LSaVFm83vV/GtdCdt6HvJAxGuY9dGNe22FSCCBslq/jDKp02iM5nwelBGk0KOMx2mohrHzeCItFQoxygRF91MqeqGTWO8eZeL6Wb5oKlJD+73XDjTZ6rhFr9x4Jp/DqvwVsjc726fm0VWmh25yvQiljS2qqZuL/PZJm2WLM8wRSmeVmdFcfNxjp3hZuIQCoyDgIl8+js+4Vy8u4xryM2HjN10lALm+3GA7SJM7ZWZYG2uN3exnon2pZjRsUZ5QRKra6UD4EqMz7BrrMnN5ulzvp0cpZI1t1+CcxGbqeDbfP6p5dL3yIhvVKcxV6iEjRaV4PXkHvnUzH784W6AQreRM4Qr3nv7MleNCB+NjixeS74jMKWuISY+1jt30dsAt7WJVpJm3bsDVKMBXre12gK+uhV0FO2L1339+l7gyxcmykPrWIJP37e4lH34m1cbBSt10xfRFg6DaQxskftw/HeKCuNpjFl/0UmiN+KDqxI4aoCTodnhRomQeQOwdTlNbJs37AazeNmi3HlTNolNOf47LxWYSCluuhYycSDE+073/+z3nTHGeoEDTc5vtxSsc3GJe5d3pWzPyVbOp/kSrofBzfhnocuc11sDQmJiYZcUmzelySzKA46UElV6VooxPYaOpfkxcpw6Zb3Py2wsljHZDsJX7Ncjqc9GWUPNr2YiSYLhxyXJo5EjPBHZ+ZMN2E8hvX61CT1+4WlVou5MrJakNetjcpQOPOJ1kq3bURjeLaHC4NUPEfTWS+IY1XL6LDj61M9uYEUQ2nwASNHFts7YkfRVjWhbR1NR7oNsXHPjE7hMeiJHj4FyTaSD4URDWLrzcMvmo8PovNbYctot18MUDVX710EVTpMOySwWCrwJuBed5CCos4PepkkKs3ayjNIKN+qUHhOch7KMQ0z5FFdFHSL4UdAiJ47B3Us5QQ1DN288AtbgNVVMDxoZFbt9u0UVjJcImdF+Pqk9g0NJMGN8UMl2XKB/nj3KTv5wwVw9/w3bLzCCU8SjgLljyrSzNgLl3HqDY+/du518GwjbdWNdvtkINYySodRUgr2k2e3hmY27UjWjceVgcM6WgqNzWKgPizsxdT7FeBHfeCTs0qBmaRUE5fiZrWqrFTwcBNDQ4fcVfbqikZIrlZSZx+4I9Eknx90FwlPEDEPeGsWngr6vYIYirw2Z+hxa4a2S6FAhZXDC4uWpbgXZFS0HUREEoDqpC+ObMtQBDdjQx9vbWqV6Rj6hAWwBg5YYgPPzoFHR3JcXpAVAX/HlREEk/cSeyU8kt5JUgw6umiyS6zB+e9tWUZbJlkwZgmMhruBjHMawqOjNKojd4gq1WPRXwNhnGCcRgHOKU0n+7UBkYDeTnRXQFco/IVPlczw+szxCwSHBJ68XMpYZH8HcLsgtAMedKgOVRJw1FfUrmAFYxPYAjtB92iLq9QouVlpzKM5fXbso0ytWCE6smcOkUblA6vBwcnNhbFBywFYsDI2iSsRCj2kuPDTHgxXYv8o2o5jQ8o/Mo0tJ9piZ3YkaYfTcdbJXZECQFtmGgkbWPeys3vPrAGrpAAJpimQmWvzxJeySr1oSPiV+1dQuZYeHc2K0cuIi7jOOiIQjv53lW/J4R9kPTi0gTDGYNZ3c7gZVZDYQNjaP2KRsX/GdOlmHObbD6dCw+6WXToS1910W1Orfj2zhaTIMiUx5RDtl9y8QSdXl0mZmE2NyWNxig+mdmza+7mfc9TZWRaE+ey3nb3Rnz0pXM7wMZg2l0Z/d7JuCugP65TLOI0jl0Iq97Ytar2856snUykG4e8QfR2kHcjBHLjGmA6wfAk3aw0Kz6HrmKsx8je9L34dUw1iFHsdXDtKB9aO/5GdHrLh5/+CtX80uLmrGrRtvAB8knErenOpE6nujFLr+wV6LVxNHtl+jMxh4LBbgFbQ4g+efqPkHcZHa9gYvdXq+mhD4yNjMJy8O45nDm9fTgu/6Od/poEqUdtjbVCt8RGW4MyENdmR8aOIA+ujJz7pA/28wV2hJGLTLj6JEtAY+VVo246pcxfvKN2J4Ed2N2E6WhD9+4Rp1qVgDZOzq5NTRWmQxB2nnAZ8Ek5rqd28O9oqBjRbK4C931VW7ffdRChxkhgOnLo3IU0ic1Q6mRpF5aZRT5mf6vMItP1FnGqNt0d1/YeQ0sMCU8ZsDQncv8JnL0FHVq1Nr9+daFU0f3LUzyqGqbJXkHvBgW3Kh7WStm24JDKajbc1NqArCjmK9FSOd2KCcfZNYJ3tl3ZIVshfSelNtGWAyB5rKvBXDlxUHYkvwIDu+sU8PNtylY87kWkm9ojkKeK+gedsCF+Jg+aO+S3FH0EmNKUDknYQJU25deVNWvlBUlNf1Rz+0vgL2Nr/S3uiSMod4C96aj2yPdbeQ+nxm9H8w4bJ1Rh1EvKv5GmauqdCwV7u9/uV8nDShfwhMZo+4xOK8hCEcXT615j4Szknj5OGo0N1Hy7naHRLlvGJeKXUfp66b+Dkp1wrdsMEhcK/lShV9/iSWsSE1SKLdJfnfJdfIjJXkTriaNt9N0O0I+Yaf/uGFH8nO2PE1OOnQYtFV/AezzYgY+Ms55dkuqOw1eXoe/hV16LSi540c96231ZNu9juWqqSG1tCxj6P/bnE+ve1TdYK6SVX9mlEYrKcQa9dD68TWooA1ECVdhKbUIZVrc1OVrI41BWSJB4vI/5qNvwJJdT2Bh7H5JctTBCoDnpWxw7PMr7CgOkQxv/ai2HnUg6FAyLbRrOZmahTkFAS4VAHLFx1YIeCgFKo0xbpESgZJm3FXSq5HmgEerw80wvmkHm36WqbDPC1vxYtt0JXbVB7R1iAIHKUaDLN/xbNn4uDJSP+O6HXAGTkTdyUgm0tIBmq8wpYga5CepOZ8phHyCVWULGaTcDH+tmUWny/lpN6z+bshZgXUiEa+cHK6KogDoxmLbikyEhodFToMPfQniBZmC0Q1DNRxeVRQrGMMEmxNotUMALjk9IqZx0nwPupKeClWt7ZcFGZJAx+9FTU2JElr/fPovBtNCExk9fBKTcvMT+i8ZF0IiWro+9zcoyulM+S6nuvy9sHD9hOm+wKqzPPKR4+rtHCtZGt6cLXL2JUKFcTPuS6xWfxOPU6DPKaNg5X+HSeSe1uSPJ/nPl604j+VwUtBGtr/4VprsWrL1S8/XMUPOZtvf5+/xW+7d8DbMsGWzZgo2fnV0/rJ6e/pmEJHJXgYwnM3OP+eP06KHX3gxR5moN741zK0Q036119jsf1bBsuUIpDZTtU0Bn2rchgkTQ56pSv/PnmLPr7oFH84hlX5n0KnSnhelkmO0Qh+xITH7bXiyXih+dyVq/aaxZCK8AJZJQzkhKFTGniBOynEhFs8d4mSZ6WoVkSiFRk5o6W9TGpq1eFHkaYMjCRPherS+aF6+I7oAGOaBuvahF8KvCPNmjz4Q6oA5HY6oaC+aeuDWNVWxGw+GqWEvqsnLGzc+mHlNH5KoLhV0y8rirELkpV4it1jx0y9UuT8mIWiKLieEN+uJSAFEm9CWN0ytOdImVNVFUyyx/nNVuz4kTU395rcZPKgYo8327+yKf0qORCiq513YTcxzJBTCQSXFedosipmla1ZUA8VU0JyBOWKI3qgE/h0U7uqClG/39uTgUgtDbVjD4vIAptjx6zomcJpZd7a8cSHaA4MaaT62g5gXMix5WiiZcGawjCZ/zFUfC8DYd/73D88UgxDd58yotoCwjpbLWURqli6CTQyyKOE8mW4pznG8cvBGNyGDhSYIJkiQyqsKwhjSb+m/mO7cbMCPh3rWHsViqTCWlY+NJe6IpKhbrl+aREo6lMH03ZriUkiyCMkhDWbGD1u3HNrC9oWpHkWE7VF7LmcCNJTDVtxP11RhVldgBmaytf6NelpOt60fx+73BpTFExmrja5mZwEQZQ1B1DTeFHpWckiomcV3IwQLzR4rm9z2TRQ4M07bcKM80RoXH3oGrP5ZLqQQQOxFXi81Q4tSNDp5xWHzcuWf8gcMucQo5XcrolubHw3rEbsGeBaeQp/HWp9rKLHvBpH22cBM3jWIt7ZY5tzPaCJEKHEu6yS0/3ZoU8jZPbgTv24PUjaAuYBfSqv4O9HtuzvqyU1t84Xg+OHRpnh52NOEehyEhgS9UQkow3gcQOgB4B39aFiyhtw2jM3Ni6QXq5r9XbH7YlrSQ/hskH8bL7VMxWoh9OYVEGcxw7/9aoNuhENW48vFK0hzYBm05m9A7OUTDBttSkYbE/CygUv6CIfGchroRrg4jIdFOSKpwuJnkiwhnjEKcULLZisJ+QBHO8oQ635cVCpcPYaPOTxsIywupDHM6avgXe+N85ZKk1sKZneuLw5Z/Jre0O3MNR2+ptb/s4Z6OvH9pNrgMJkdWorY3aftJW56pZyFp1ZBnfvPkj0ZY3NmSXFLY0Kttooz07xBztFUkkDKkX50WgK4VWI5ixZDNGOwYVkz7+yvihURn9Hl3jEMgwnKMBaSp4Odae8KOsiIY6RCZR/oMid0/I6PJqoxQeBvvsUWwcbCzqotBq3K0Y1Su1a0pQFsIwbMwGLc3VgAUNe3lY0P/jcuvyhyhrY2kzuPivYv9lNrzf2kWAqlV/6YIp9btQ7VPJO6v+VWze3gpCNlbIE/zQht1zfDYnv7u7saqkTTj/2XzmmkRwMRwEhM4w+CjVYuHG36yZk3VPEChUWPit1Hg5SMxQQbG59IqEbXU33J9SyPzV7uck8yDfyFQcwc1/dZgT+fuNamnwKbXs2/DYvhgw0IkiyeCgpiyrtOEhUPIZWZoU7si+xF79UouWMXy1BalnV2WU95F6Z2y0wyJeMs2uk5rdV0pVhgxBgGlSMDVcclLaSrCYkFP7cFcV+qWyQ4DwETKZPX2fENUkOkxJwabOcTxQJL3eh3Lg62Y/oI2aiWuND6TKI2q9j3zz1+DMS4qdVLgojc3PgF5149NBsu3kiEJbWoGlHFyiyMMsuBjHMDi+5/v8Jp/5Ngk6dTnWXtzZEc3ksbVMacBywjRQBDEB7pO7BeI7NilXrGx5wgnOJ+1ezbST+wgsnVqnyQ0nJPtpnFC2CeaR5KHVyCkoai7QWYin0CJdCeivCpECgxQKZTnBHmu6oeyT4oKrJHoXplbVwxFOa0DTTsnMEIyHr0nmaQVJYe3oz/ReiwWwqRIoF15bQWQMv0kepdE44bLNyhg9PACWLGiGWfwBAXt1aW56XiHMXZ3sEsm5MmE3WRswO3URND5/VStX1hTl37F9kZBSQjg54VpnzuXYB+c474+q5af66ksc07GvZaqNnAnHOTO6z+jS8IAm9tq/iH5my1KhgfZJqI3CkLoKU1OKr0pWDAeQX5hW4kmTKTnsYftpsKmEpOOICBp+uYgcA6Wi1T1BFLrFQVirQhj9LkECOgbI/TwZJykVOo37CYPl0ITFU7rasjq7KhZWzzGvVStCutAfT69luNmZqnocYUMpIdE5DafaRzfaqAhYv6dEk0fgCsiUMHSXyz70DazMyH1AHpFFmtEt8KyD4SzWHt8Nlw+5nUsgTt5hHJ+TtjmpzfX9GrBRsSYv4Z9PvDQrz6IXNWL01NTO4vBFslDfF2sTcBfYbyGVijWmi2rzUWaS8wMWBmXOtIofSNO46UaAwmJnpsSrcgpJbewnUGeM8wkWjK2waAcOaifZeJx4eWb6vPtrd60omh3WZtQMGoyCpohUPedeCLFF28iNbc1OsOBCLImP5rdCGpN2Ml4+Kr7bym0MhjNlOCzGnuWG5sH8BQLs9VgbpofvwJWGwSGLHiQNRlwZ0452cWWetLI2BYtwWHVGCgQinXToGrzTxxrg0QS16q2jXMaNeTvXiS5X0H2nyQuEi/DZAg4MecbSA6SasOMdVvRSBeHR4l6kF3JDclLPDr2bUkJGAU2HYsiFBnOui88+sk07U4UJcrVm1v+uYK9ScPwLMwaWhDxhc9wSjy6zb/vYA549kN55Rk2v/2n9TR3Lf2SNi29c6ewqjZoJiClMCFmiqUJl44q1aAGYbby/WSERC5aywKeigJwWFJNKruechY0QMF1h5u7/XjF25OoDTyLcUII+OG5UnvU7qbBHMRC8deL/adex4ModKbAyfZWeztsZZG7pZyu1LjnzfsWbzsR5NjXFf0Ogbisxhss0aJ/ZCDwI9JxmWXtThMCokhiVGq2jpEK0/RA9YC2x/RgaotP9NLrVEtL8QgdYVDWPCSeAAtVdaYbrRGJ8M2l7WyssLHG0P5K1CrVjzr5bjEycI4oI5rhFahv6l1j4YEI6dF+6QgU3x7blql3PViOrI9EhCu2IWZDV8eaKxNR4gtPjqgPpj7PkeoxJg6jM0er4hQU0skNSufseWV1sRgaWme82zwzAxQ+gcSFSum9OQ8C2eExsFqCZ7M+CJWlQC2sraaEMreKxiikietzWRBmo+kQGOY2wvRHsIxJ1bwkTRW5Jv56eEPpLUletE7c8PRQk3fD5Kl8zXcXYed8ngPE/3byxnyvxVq++YyJfJjlEUgqHLWnxJoEmqTD0gCzluxp3BasYQKs0KvTKiaPiG5bnP5AMcQMomVUR31sotIquGqHe+vK711e8EZWDdQ207Vk/bUulqmpQQV5BKX11iJhhTHPVv/oQfXcPKetFJLwvi8/abQvdh8tMUpz3Qlqkqh36KB6lpQaWV8lIfYN+PSusP5EvzJEBK4uW2tZnc3fg17PvCD/ulpeLnCOMJmGSyA3+PK7MGmd4eGvS90qMAdcry/CeTSHFu1cPCwHivWs0oZIvYBQmYjwSEoUpem5kwaRB6v2Zpf0xph/P2+EJLlWdQUyI4GprBJqaHd81Bz6O+fJ/fdfFVCsyiB7H3wVY0tdTjT9KyxHuiCvVp3UqitrLYc+ZIYbBarUQgtTNfP91XNgUhkAWIwKZpm/PJZLmPiZFoN7j9xY9FXZYLjOnJELnbUc5QdUMHgx2wlFQn643BRvcFisX0RfFYKRWuaTmxv1sNUZAGajLodD3z5X08npIxJhE6fVAMMRYbtLb940lEt0C3CmlVa1Wp2rk0/vSYARPluAoMxTqeiTw6aa6wjbOMA2t3CRei9TEwVUE0yfw7pHsUUSsFOS/BIY7CBiN6CN7xFpgdJcP2IwDmi73OO4fDe1skUFWaVLxY7BXafmcPrq+z53Wd3A8ZLK+68St6ZET/vLmOcX+/vhjBjqDgn1zNxDichQJukgOtJ8kOF6nN/cWPamHP0/V07fwYU5Ppg3wB7/Nxx/7R0YUYELAwAtZHrBjA9A4mxt+qzHbWj5BkwusteYgj3nQ55ut0GyvKvdHhmNh+gFqOu34id33FKyfs7xbV9Ju2p5v6u4Ix6pOAs9eFtNK9PH3FDGIgl/ikQSH2g2oPlgtRpvICG6lvNz+Qd/1YI028qkSRckmxeDYeKwPaLCfQaaAlB9Ny4oc5gYHbOMIy9V9MQVJ5CZE+lUXzdp/fOm0sbLtWjeg0q0mAnQlK1KwMrpxEMjptl4Q+t1jnnlxbt1rjtaUE2pO3SbeTLenSGdtCgAO+NBiirccDB7J1aNGFVFEwZKJt7veIanm81XFWj5kiTFUxv4hXfX8h2CdSmkOjkG8Z0ckVlHm1B8mfF76kd0DcjO8Hllid7WBXihoQZGRezRVCLXm9ECpgYTscasIhANcBKJc/9D1EhgFMhvUOJj9EbVlO+A4Vj8AU4IIwf6Fab49sVaeozeKaJ9hcxmVi4lghib5gGH67uPvFYkH9ygKgRAgRADXsJyihCIdsLe94q9ELZsT5VEVZpuDnarc3Ui2I76ldTG0X4l9+MbQnlOjvOe8g9oBqYlR7f5MAKDktjAS6VUJ0l0la9RBBnKaddtmwUtMwqXrONA+vGQbvqcGFc0RxTA/eJZfLGsNm9b2JgwpL3EHV65HiGJxMXrVrM2z4ZBKjxe0wnYMiaOqJw4C+W9BLrVG4KtaNlV2BVP1PNyhBWVT1LILGymOvcpYVAr+RR3XlrzpgDZEM70YpGUhoSw6jU7gA/HPbZbh6f+gFt4maSXR1xI0jJgK4BnzfMClyXTnuBB+2E0KYoRaWcGcJQgNJbH5MYqNT3wRCjPOo7tQGrr8CVkyvHSW1KuK4IEoHhrMHhiD/LxQtheLWb43hFyRDm3D9Mwf64SY8LYtasfwwpZAPXH/gn+Hyx0nfQE5mheTTXR2j5iWKUbQTUZQfLISkH0BC4Lc3VSMh3IMWYhtKhgVquBbQ3plsyPwZPU7vSQfzlLMYhlZthcVJg0DJTtcgtr5Wl4yd5ooqprS2YU84lyQsQFxSroBDL0GBbfG5X+zy4OUGfpMk0OWead1jBW+vquIFUdFWAGQ1yeKSp5G4w6oJ7b+fPuo2nhZVRUYjM1Qgr0RVphBcIc+pDrgdJARAwOuKRVvkvLyo3kZxcFAMcX1Yo4sPEOG7NAilatS4mFUcxtV3/eqqhY0AxS/NvUKdLhJcFPtViKa8Csx4mw1NZChRJ3af/xlWPFuEK/8Q266dt63ZhWaVDR+EhMv/Tcuh0T43tKlHXE6w6qGOT7zO4TB4H4kOfu3oRt7E4Jk8k/h8K2d/vZTsTvH4Gg7gYYP+vJjurrxYv+A5V92IQgPT9B4ndAI2Zm2nwVMtQ1LwgLDfxfaqadvhHwHtuLDOT6pC9E+lqj7pt4xlEc8lsu4T6CQ5Ke3VTYC6Y45r6J97Ai4POHJwqIQgFgANOMQj2SJfRQZ5Vwo5iWIYDFnr9PHMZ815nf0Xi8FMoX/Zexx1rAxRF1zRmuO4A06ADDIckXJEF4UhlTWuAq2C9MUkwoq/XJSoXpPuVVJtx6/tKGshn22KLkCncfiCQQVi95RVHIixxr5oZjxK73hix9QIVElyJPulOwGpHO1dLtc7kfVgfTqp4rkj3pwk9IuQObFd+qXmbrkV80N8naJBt4go/FGotZyvwRs8gDGMou806thiokjHiYrfagr/ptBk1RftmJStoIM8ht/aph7n6aqwg2Vw5WMNfNzKTqHxdxoXuUem43zvzD6ubwV3MxUPPYVjoYpK5xSPPzrTJzzCtvB6p+oY6fBZq4EU+JzAYL+e//tX74QNb8NQ3tAIY4UNBXx1oiaerRC9n2SfrO0KTwXYzF+MQtu3jXiOUVYPMNWGc1LMi1JsMRkUjUKgxm7sD7Z5FPKFR8fnV5OFgKazadhkbgkan0khdKbb4WE5IDpTGBYdDjvlaV+V7+8B32xDFgw23FmUYpZEoum3MumL31Qjg/HQQ4vWqcgi0w1jKO3Fdqj5wbUleC0RGOGSjJ2bzifGqrkDs13mr84b/RwArcNhUyBekJbpWxdJs6nnRpNUk/631FQJW/wR+o8ayHkqtspJMvXba9LP/kAxnY7xrh9QD9jePM7Aa6SarU3cJFqAyFqNq0GeBxZGO7GXw3vCOLIRR6B5d6gQkemkv222st1mUv17rO655MxM9mH6ZnhiO0HU1bFaSnYZRYKznSz8Md5HwiPA1l/WNt2M+CmBmIyI6USqWZNpUlXq3pnxLIvABL3KMWbXfEuzh/mDQ9hegt4zf3xly3NVKmQztcVlQarTRrOpUCUOkw1weW7zbqJcJWZZMIT/GKim8kNMlrC09yfG1OPxB+2abckznWHB+MrpybvLOxu2lywwkJ8EzrX0NdVe/9ygfWFXTTfma9t4v0CNk+FleenRf4+8VibmKaCp/tiT+H5egYpn/imIzesPh1Trvh3amVCwfeF+7Qn0D050YElnlg50C0bu9sazeaquPzbGCQo3t1WjhOnSmZjWJDmg7VN0YjX5kjdtgMxlRf/Hfv2T5li4t/naxzH6junfWCOX+tyPUkKlyZOL96nHj/tC5saTSie8OenpXpt0oI3nKUXVBRDz4Q7kS6rIVjxXIx92/uVZPkvJJP5Pa01NBLZmWX3GIp3yLG4FidzQRDtL25yLytz75MY8SBQC4sb9SLHU2cdRE1dMNeA5n3L0pKnuKoFjTglU5UR9sCGpd/NOx/o5Tg1KTiWfW0ZOVnp7t26/GRlpvSfJNil6Nd/vkCRFMQdKOgj37ggjvHGO0Zdj/VIKBHVjsdY6gp5WMj75MM7KoPhdc4RZ7qvZd0xDNHG+NDMN3lCGOGmWAPxhxdVGedW6gUMiw97rN8wg+gu3j4XZqIrIsuHJmaI8Fp+ZMPkpUXx2EfgHvjXfIfMatadiY2r7kpGZyM4/n85yDcAWTPB9/OeOyMxSi5PWO06hQF7RAG3ldUUzW2/6Yt5CrJRn8gmoJNH3Khf5lQlcbtRIajVHpJKiH2DnSke1sisyIwzy1eKS4cZy9sHDRd/vggpiJOaTY73uPqSmdCYMX/EJYKqYfaGFZnpW8/MXxnNGocbK1HaxkW8JAvWGDaZWFc1PfhlUbiKGh8rv1Yu2qaWeq0bY9hHi8DMc4pyeB1lAcpOylv9/YklZPC/jubnm7Twj3hO/7V+X2D/3XZKLW/Oaj4Jyggsy/htuuJMiIHPj6Xo22uU4cTuDhNZOGQ2E0BTJFfu8OqV2es+hUcVyUU9st6fFWO89BNO+VkLEj6ZecymQA8nL9hwDqTUss2wUrIG1O7sjRofZjMVq22eP6CAEcqYbMdHmRFBR1hU0BXBxRfV1DONAOVtizmo9cSp5iUL7DCyck0BUBrjEsSLMEowitDEfPjA6tT5dMJGWh5d0PCHvft9FQtNmtwSclUxol+OreGdocXyZ253qMIlubrIvOvxps3L/MWCh+pin9uuua/9+H7JfY6lAUxvA2q3lum87wlC7//6xCL/fT/mybXr+aETLQalFCADhAOP/JFsmPIyzHDW4Tlz4aYvuH8SGcYd2+fQJVyaLJoFADndLIjCrNNQueY93NByKlddD0SDuBCKaiCHQb4APT7tkXRO3bRF7HHxUw7HxvnxuDNi305No2C9BLvj/VMq1iMIynJkaFg9hVKtcyVgdTqnQ409qDDs4ye1YBMDt/r1TUW16WSFuNXCAgmPMHl62GUqtUTRhNyMyb4Gczi/gp0IsY+zH9cVUGmLbQVnhBCN159N2LpBU952FpGx4AmjkKiP0IY/t3uml0uH2WP/JsltAuXgS1b7hYdfgIsPVejBJ0zDHLS/f5Zz0/otlfXp16QyCmHpFFSPEF1LlQzChD4rqexJC0RbkJ4CsRbO2RSrSSXF5yvAFoJDMXdDg86JJvoReJKREBiPLjpzm6eqZL4XFNbfbuFbzvJPd5nav3en90kdvYPj+jWcou9fDXKwqDC2Zsj2C3ospgW9m6HUuvBB5b0jY/u4ojeM8vzAjPFDZJTyQi+J/sAU4Yk3mBa63vHvQlQkmSBWryMVkQSrGuJymKc23zo2Umx1jXrNiinnYLMt/TOonB3Ly8wrc0lVF6rFuDI9WtzaldGdxCgzWHjsGktkiufGAwl6InOkgE54HxtIeSedp1InvAks+NCMmWTuqCyQGz+pgCbzS5OkFrB6xRLIG3QQkZqAE+sB8KZ6mbSk0bIq0dI6gH3ScljfwD0cpxAzvyrGQxGKoxi/biyRdBGdcoA2UE9CPNTa4qgDI8DXdS2+Vwcf6oSex9yYinfS3HeVP+82ii1WmVJ/nc/EaIHW1gM06fg53/iLZa+W/DAzFSzw00UlyH1sggijoNYOZypNOG6IbHCS/YSG7jp3qHG62Zj4WGQ4dg5aWy2VQfdjM5We669Z+EIYLADVVNGx8IcfcLrFaV2E66Fn0ULrq307XoC1c5bdNWEqW0YHq6eKkQJNF+a8qqqOLjMScQ+UmmUnTciCd3Cu+ii58aFAuMfEGxukK+fIOsuJs08sECAxlyjZqHht1wo1sSriqAjZRelazTf6/5ldnKHKdEMNgdQ90uvh6a/+MfR4DyBd5ZvSGZUyXV19ltY91lrZ/M7DUfHchS6Gj9NNVjHqnrGTjIr8A2zb7NQ+c02Vn0q0rDC6531mocL+NF48sGfBhpjXdEL/RopxZ0qsuOKULd9+vGA5jt7m3Nb6pA+GDTUberzBWuevRHHFlRq7oX6tWeyljvyccJNMbPu3lPa9rmRoOngPOxRNDWNbcvHQ9fkon16nw/zVFLfynetoxA2OxHIpyJNf+kH1NY39sWqQzvR9aN0MIofKNpSF5cjxLMWOag4hPGICjzXmArVbWTaXu+vFKpic1dd5fujCPyLtdZIRRbET+DhlAYkAu+M9GEtnP9b33AB4EHMDdoQlK+hafrHd4BgRAiceqKt/kWy77IvjmDD/N+X10VMv+qtuhRN1H/zDQU61dWf2CYvCxxDEaHXdF8e1YchKGXfrEZa8MiCswe+9eyALW9u2AeoB7uVUZFV0JZ2FsaQ5cRNGSuKrmqkey0FDSvH6xq3l33txgipK6EPHKaUV707VKD9+E3f9RZVUiUP7QEeaA+oxv+FBqFsAAg5J2KOpD4T75abenQEnKV8Y3gFNeFLMQdPhg7/8CcFk1xTX149+lSi9xueOKfd6ceDQ7l5KCpL1vPK97UqmrtWnN58Uog5rXt9kfaezaAvslB2Pb8WJD9cDnfhjzDln0AuTiLrq+0E9FpFTdaJW1gYG61fx27rxExyPkZ1V4WQjR/8l4uiQcbO0s0IUWR61U71EgX3wlyWPxI3fmPi63R1F09MEj2bEfEngD7S+fPI/Zp11k122NPgoCIt7TJSlUFPp+KN8Q3TH3YsGhAEozjY9jd+I8JCMuLcNcg4bnMsq2GA69LDYJoS2x2F+ew6MBvk4p99X53q5cRQXo0WYzRQAPn1SYFUukHdGZixPa1f4zS7t5eTv8Z+zR/0RQFfKJ/ZOkZeDPKoXg8m31aVgvo1OmddEUcQDGzpY+wMyr8A5XhDGLOgCLJj4jU+4CEmnYCA6uuQ6O1jeowjiWcxbLRsWRtnVRlwwNL0noe1sUrGUPJ5zE1fwUiuayGzpYnKFpf/COiZs4lH191tSaXIprI/pzwhRzb8wkGjK+bJhYw7Ln1fNEEi8qE/JCGJRoX2W+RBjd885wuvxuZlvDaMl1ZCh+BPX+0BxqMqYP2G7LbQYDPxXhtvPkm2TIhHbqn2KiKZa6wf6QclQWoz+R9/mVGBPMUWY9nEruB14fKmIh//3r2J545UO61zxxfP2IkM7fkjicuzcwz49JzgJLeqY6z4jXDmxr7oIxJXS+bGChsBc0YpTiTDEVIfX5XGyg3NAz2XotDsa5Cp/CFwyGsKifSUl27jMveQA/NDs+5Iy1YZgHwa2Ud6iK1gp+u8w11dK3aHTfkrqVuBiMB19X9EOQZaRF4xUwMuR0fQ0T/iCAzGjJzV/SSxh5t01X3zYP3hcYnkuZtLUMG7zuPmDTvdRrxj9b6kxqoSDyt1YnnwHZnDYuSdBn7cvET2fcIK5x8O7SEd3gotbv8c+IV4Wno2OaTP4apT/Nv7KZtT5wTVjm4aMmR/YrW+YyIc6JjyYUrGchOe8+wpmY+b0OR5cYSJy5P+uX6MBfNCzumz1WKuTjXkQEAUKsVXPVtHpdoUioBeloM0GVRVeFZbpWvBdOY6dONEDdr+zqzoboLO40NlqGMdIsRmX9P7QsxUWdL/iuDubfiYqn4gHNwj6xSk4ZsKztvoZQTnyZejeL2JexCyi/NO1L0aoge4p4oPOBTYs2DDpU0kbZB7Awxyqs20cZJCW4aQyOv/BT0KNeMWgsxzn/UZo5gwX/5MgDcP+e0/dQzusD+pytfc6m9JymEo5vjcUJ5evEdZDM8jtE5RWJDfuV4zyIk7iF54jXO/B7rbEpqqfDS8bs+RaRtyhcIQGUNTWAi+cFLuLMvYucxqO9AGuivJYCkuqh3dZSCYQx6ZjiQipmLPMl8GkiYZlmxhhM394DX1NB+GKEjG9fqo3qwLKaz6k+tTxcMH4I8KaKpf5JXoxJObOsej8PxBp0xD56FpNFV4yaswzrfCGAEyQY0Y6v2RHGZWWVzpXk8+wrDOaTPCISCJBz3b5C476NLENbKGJvO4xvcqy8BezpaHVwIa2iJ/9oBxLfecfp8msVvbxhMzUPZlKjZcErCQ6+Jgs2n27DQB7CLGkEnhJ0ionErsBKS17uSf3FBB3erkwymNOr1ehYZGmgN81J0ukv6NS1qYacjSqZk3MJSi2T4A30kusqIirq9AJdd2SlNYHuKHbI1YSjkvYdmr4597+Wh8nNgIVEeuKMAYmL6YE42CXqhXmBQMpzCuZeRDygz5NqoCX1EyY7KdGWm5wOzmbAU8pbmd4Z1urigXuB4sqYf3fTZX7xefcz6QUl2WIo2RyI7jCBIbyeGn4x9JT3SyZrieQI6GUe2ps1pn1yzjvPb7rvn4GF/tXJ4aRmx0a2cuHVPo46/ADv8VLB7VuDPMH0xJc1V8MMC/+cpZmSyN4aIj7JO4Xpf2vZfSEh7kAEs4pq2s/myjMW2nezLhZcbWE+SNNo78fR0Uw7VlcGiJ6zbNVRlIYFpfZFCpIRZ4CIRaBiUZAVOxzIvFMtxg2OfE5dgaL8st2euM5Lw/4OQiw4fS8G31Ozn3N+GlsJjEp2C6XWbHxGrbZc/m1OX+8DhnlceaFxJZYlhAVnLQtobzs6JTLRPl5v6PcrGu6MRzYi0/iMhsHURRFJLYEURRFUcQQJEEURVGUlTTP2ja95f08F5aXliSFZZrkpS0JQmxwEjMhB0yNm+w9CQITR65s4iUIjBt4zbIH5t5e7baGkcQthDXJ0iXkiB1m+N8URioEtNZ64H6lI/68f3Zey4LiH86TQ53gWWAlv4lZ1MocXA8NYY16AlZg7iHpKcKz05VNKI1XMOaxnylkMNWN8oiLHHNrIyqo6PMcBVmLVoyvA9lQHSdZjUFcHqR6p3X78CSUyjK6zIRFfa1yVSMsbbr7Yb1M8lNbvhDi8BKG7TUpDB+XaPOf/Q40ygdMhfl2mq8blyw3Ok+WpuUlls50SUqUS5Y6R4bGYRZjZctmvnPLAgOnJAvXks52dTWtV6s1WLdQYX8hbrnT4WUcab8uFpExzoRXugQZX8Yvi7iNQ1jYEF1MLymoxhe0c+XhfSCVixYzryWe+7sQZV+eW2KD+h+Pdb9CKW/FI0XPS3ShEEOU7z8rsE2xvmQOORuISXTW4nHqCANL2AQPhH63wYUONz9KlG7dtV58No76m+IgfR6TO1qcXQvvbz8ofAR3GLNhSEFm0w5+brHmICDcwtbY7o7bMfKGnzZMtzhL3GuG9w9fw7MkGl3zTOYRkBYBeeoYGzCSJJgR/aZU4FJisMOa1VIsI+DOnCKewxfSJsyvWWln1C4hDuABMdPJCXOWLy4sJPbQ3evS7CF7sKwfBIPrEAAO0xi6kRKs8N8pBUWdVYRVmV4Pv82Vsyi/dgTbQm9HSU7B3bIjZitcIZRXZfAp2VFkcH83By+mal+OBIJ8YWF5Mk6NjVa1o9ign3E4Td8YE5ydCMuXyDbb3BEyJ3kjzEwgZBpHjt5hWhgrPqNLhx/48Ie6N1XRCEJgw67+YJ3TdTGNPsXJtuRJGBbENDokXpxNBULDIiwMf0FfRM7yr7H23ODMvM64FqUxdoa2wUIgUabpxZXPIvuC8YznfMy5Y2PsS8BxYifpBeBwLNy5ft/Y+5kJ5gIjjZmGMeo5FsVejc+kHDdjchZHvq6DyF3/NWN/mr2EPyu0Rw0nQWT7/T/E4R0LW5DOVn5PSMrzOoe5bPrgZmTDyDBO4FUKEH3a1p35wgesooE1RD5/BT2KH4MW2VlzSfwxx7SCSIghyqVyREEXDO1whbiKXDghgGSydVwVdVCiS3+vs7FumUAPNu5iJEX1RjWd8D9dPcH+vTAN7ivNFP9RG0UkLsYfC62Em45fTmvD1aG6mBkXFSluG904gtKtKfrk2Y99EH7ydxml3gqdbpyaESyWR2pKGPuCuOSQaxWQxQLr8nprrn4vyodQGmK7DYpVq1Xk5ykU5OBOAuqWqUw0Os32DwLx90O7JGC7JJX1SrqUGCupN0tFM+3W3plTOSeTHVFm3iQW83qmXLNTpYqZZ/AU37ifR1GVAIJe4A2XSFyZ5RqNpznXmEgky7RxByqqk9snGEcyDy0YLIWPvkEsgj0hKfA/HGEKgPgoHMceMSxmt7DQBOetTjj5VIkLG0KRylBcRq6te9WsUVy092RapYQP+KOqI5CibVD39vAGLnxzOklZS8yqD1j4Oj4W4YXqxvdunpqeVv/FBTuRL3gTx6rM1Fzg2kazn5il3BWrZfP2/QoM5u/7HfCzOLCqSXqMtwH6op4yg8RFPhl8kKCIxxxw+vkFWsHNlbiZ7/E7/fVCwqSlK+CYa6iXZCWUM/F+GApFRL4exuqzUFZUzuvzL+esH0sIuDglQGWGRE1RJhuVApqSmRdzUaktWTOTsL1QgudC0HHZjARW1Nahpx3lMQtgul5UG75iWupShmDjFn34HR0jg6J+nT04oQ5EKNCh7A2Wn+q/7XupxQKJtyZfFR67uBGfHLlYxb/vPHQ9FA08nWv0ZtLmbQvWrvj2lZ5/bCHIRytMIesYO62lqep059qJKcdqgTWgEBVrodi2vOvHL9ymvU2M19k00qXTRYQOoz+Hu4jvYQdcmOoN3rUiHTnN9yBfA2js9Wf+bdWkbqe0hDXy93z/FYmNE0te4/vlsfSaKMZulWwAs2d1tZRNyY9w9TAwTL8teSH8Ex+VM/RFsI4WRyBRua5pjvF1HOM/07dH/u7VR+AIEPnopwLpGC98MvsQ9mi7o8lzcWVron01Ie5LB0qs8UFxhUjA6+BKYF1t5fLHr4Vvlp4+4r67fdkIA9qWbjnXWG18TZLSdc8dvKh99eNGG4mgifCFk1pDIYNrbU1GeeU/pvgYsb7hu1NsiEJnNjRhT9JtKHYRPcgFVnu9QznspOWkhb+B1Z+9Lk0PE89foJV3a+dKj5yMP3t3YCLaXcMpkzuAI51jeJKDPlUfRQaeO9u5rhvyzYQUQBjY/nU+pBNHMUPVcD3G9QCzx2HHNE9lUyjU5oZKbKFgGGuRsjKwm53BWEiy/p8QkaLyO4LPDXkoCEnM/jrTe7uohTBemBPHReSIUv+tXrYPY7Fx2zTuvYuHK8ck4Roil4GH6oxI3YdIPSifCrYbK72jUqdKNZdmuX/RKdPTFDVFOzZFf/nWdXP3aP6uz40Y22DAXq8/Pna5uaPDReU1P4c15qVs8oukJgDmufBjM+xDqsxSdbzVCK/zRkN1+JgzAyxkTMO1OuXK8G2SzhHIDjuWV2zumR8LMiWHiZv5u2Z2sNTJlqefOrCQSuVHiBkQlpOCTFrGXlS+u14JDWq1xXBw2h58EODYq5OC/RiLnDmUJM584DSdcvciHvNgLY95lgqiEjKp4NBbVrTk+jdb7OVJwiMr+G+xeBvpRhyFiUAqRu/zoqMRmy+wON+Mqf+W4WGQgh5IxJxBxULh+aasTotFvpdBarWnV0lnG3W/1gZaefaAdOm6vipeKstMwMpxYFsI4juXs2GejCC9+xYMZJFFCnr6wl9oKxGkFOQI9yBbWlHy+2G7aIooSb4Mi5KmATL8eiL3kAG5uSFPMPKcETrH6B5R/FX7USmgzPCH2muPxCjPzaQmMW21rzR+p9B2X5+0hK3AssSvLiQepAJAv99e000+qbzH4IwmlPzuqOv8cNTh9TCvj5Y9DJVg96fMjFPxk/TlZYY53Zwcz9JeXI8GiNImRVKSBsjDRM4DDSlKKJmu2ERKv95z0Cstk2T2JWt1S7AWK3YjQBHbpYHhacpOtdyhQlTBHPWYMsEynydpkzHGu0uMmgUINPUdLUApIQgFrKKJEFEvFtEFZVUVs9gtB0dqQqGNnGMSWGqRW3n6azhu37eho4+bmOaawEPXtGvc/uXdLiXTMcDsQVZsawyJXgRk/1b1e+IVeDRN6IKaB4fbYSy91KxtGr4gkMR06B8uBuiTL8uBkVHXqHT3xZr+jJbcOxp5wPET8XR6mSCERBcxQTg9W0xIPEJPHj4o/Ih1okaABFz1x0ROAm5p06ZME5Y6NhWx4v2vDzmpJsOJ5WmyS/EZ6h4veeGvODCqEOR4qXkQ8M4FvYZLT8QYeyHmu2gzzfm3ShoZCHzhFCzBKdwpuy+8yPDHSX526iIV3id58p7qdb/DKNPR0RWOakkjLB52uQWCwxDVqGGz1Mi4owMFIHH0fL4lTRqMPWpp15SJnlHdBRa0qmm9TgVWWuOG7dMd5HTPiDjtkFMf7ZtiMEKXlmzoK84/1Y+N+U9TAcCyw5P0gTXst/RdwtYwhTQxlKqVH1yEG8IQglQECy14ahjoKjw1pgW+96vwaws/6wfPvJwms7et4nnBaIQ1iBhXeIsW2Hh93HS54GjxavqdrJYeXJJdODrPy4qHKb7438susrwJTadwUUDtV4CoC6bluJBC8tqGTO2RknBobs/v/SQ3Iw5lKppaj4NCxHjgSbuO54NgtBMvKLQDJp7p46H7AddPXQVMuHEgcOGBGYG+7RBK2b9+HuLSyyX7JWgqYqPmGFBsjXLjBVidACXc4NUMpEShY7UjnEedpgFVSBVaZPi+YWLvOGfljnw+es6veWU/7VCr+5GsZjApbpr1wztFUxl8CqN4JChO3gryUBokU4rQJhaXG7CTEYOC/QAl8IuEuZtN8CWGxS/ROfH80vNgKfjZwJ9nZeTqcUqnYGG8RTUddxqlgpIAHQpAIgqG4y97/P1vTAFeknTK82/cVEecF2R8a3fT8nMwYBk2/ik35ZJvs0krOu9AA9z1yBzD823pmSgu7hUHnhLkvxAfHHtfacCye3g6c7UzKfyJN1oGiXmbyt2ctnMBYxPzByM14H0i1oCr8kJtP/v0x1m+ccbiJpXnnsUxWz9R3IMqZ0oWMl3UJvHixLJU/h4osB/jYj9mrxwdM8AwDyOP0Sn5pN8Lg8kUlJT6b4iLNz/4jIqD7FyUd7FLTTdk9rZNm01TcT/qJGXRa/bbZC9LdbrqY/lpIL3Jnk2nXZ+Brv1+JDzCHF35Vy8McQ3Y/OZom/5jDmXnocm3cYPLcG7IP71LQ/lE7qL1tfeoPixk7qpDb19yKx0CuHMdOxS6SWkfHh73XfX6b0rXfmnCtr5MpeBbgNJ3PCCR+TC2rKMmOjCXZJNYIY9p6U6wlRPWh290uBEuuLYtuvJkkhWiyCMkIxToDp9rKp7g4QClqvQLPR5FdPDs3DTv/wMtw8BsIEeW9cTpk+FB801TLy1NZ6Fl3aqoXblLHyvnW+3/5svIAAxJjiK6cuC8GPTgS7+2uoJ5s+OEVYuJMnczwjFcNlW1IHEVuHCgMh1oEnusk2qtibTX8cq5etcCGyvshFcdHw3bomfhkd4Jp206WJgOo6thI06i4hN41VJ7wZ5POhjVvSCpFGr/UHYMcD/QTQM6PrMP57JYSVnI9ndIlcj7oDgn+X4dlqZJCuxrbON02epNSFO+TSNeh+3//jOC3M3bIF0yK4HKbQPxMSkxjQF1U8PQzoLTsqlPFMzWgTfqo7mF2Ng3+rbCqxBqaEvzCSedYMbiC2WzY+etwuEDvpOeEKR/m0tfse9vRVO3uxIcsdOs86LYGIVywzSg+Tp5UGHbP6nzFA6NJXR5NPGW5FvofCrPxlpASbyydKxtaEnnvCRh416Id3HBoZlw9/LaHcgWduC8RxochFGZjs4dhX3TKKknm3pllm6PA/FjoDqQS7WtLbqQovwoZxtoRhB9YKpiLEnPTtIcYbf2R/qewmA2WwFA3LkeHSNf6+aoy9c9RI0H5FRgE9QIqcYUKa3fvlxferB2an6pABuQ5Lt9D/gswCOnpP6diikCXzdk/uRm8KC2hAQknItgu9kRy1VcjvwI/r5G1Oj9VereRcojMNU0NiKRWBSG/mcK6ZBnWvGgnYfX0je/YsiQfQMET5DcClZOGkyVytwGobQurkjsgO5ifnLy6vv/jsTdlKXKN7PJSiJStYmIcPWe5LWU5fOK7beeG+HZ0JUFZv27yRPM6DEtKgluh0jkOZa5BIMUw3Yb4BHEQMAnTwMZyknDStiVgjuyyO8wedfAMDUHnBR70wPdmW6C36DlQS6EPSSYEJtU/L9cAet+yU+PPo+988r+JFbQWhBsziBjFPYRBPrr1ph5SKWO16ax9JTModOITQgzcryE8wWUFt2gH2Yz4nGxm/DCiJv1MDvBwidXcGNR4MpMFuzUk3DR5Umy2NKfp3aIum/57XXopRuOl0C67iPVqe/lUtLhlWMfxWwRUWxj+fSMyvSkiHYfyiSJFxGHJsvjqHexSeO6p08A7cWYgaLNNoxY/7qYxG4PcBZmKw4pnQc29LOygifDiziIPU6cq+DUblIJLB6AR+/SUHol9LpH9PUSTVgRKjN2YVP30fUPiIteobtwCAkKGl2Kww08X/7tMQ9o0MAR7TsP+tW4Ykt5LX3Bz4+bW4cM9tmj6TcWGj1OlTmqjS0pJJjyrzNKOmPsGqCUFhUu0FjCYlkYqpgAFqjMNPJvdy5xRvJa869JxXrFdeQwRB4wWUfSzakqdW4LsQRtD477nHIJSXyr5iaTUdgW2j6A6vmV3wFKWB6jQTmYjuP4pOw+IJ5hL2Isvl8hzkpijSkKJ82ZCv3NoldsFkhagvzOr9l+feO4LzlAU4qJX3odYuWgZ+7MTsRtnZNHgelpMD6cTd+knH81NErelVhkYJIttl+ey/Em2JRTlGl7PGUOURh2AF+rYDbAwIrC2PhVG3GXcSPHRmF06lhx41Zo7SCM5CnxDguEy2xXhDtCtpwjarB+hicTMWnKygbMkF3rW9GT3c8iwOuBS22YbrFHUR5/cTFBxl/Y3DHMxxvBXsESNoZFUEitSecv9HLM4iYevj6Xfr8udOO1HMqcuHr7Z/RCeWjk//GheEnLNPavo/SRptFmc83W9mKxf76GTffl4/eL/zSkW8wUUN6xoPXsrLRAc6mLFmwNalRLFTKsdLnnwC/X3ooFdnKec7JMGuq+A+pAY4a4IWRhoapyBQWMnMhwIoc7SVu/674YsnFwGxNAA+dNsDS9GurtZ39S+lxFDnIPecsz/fYFdghxn5z0wxJrmsce7ATbOBSVmraxaIWFNAPmKmsj6Z6ajVnaj5yNWdqPPBxDEioBC2prKKLHNfgSHlMG9dQnqDCGos3N2ZMzg3ra6yDcRm9yjXbdKeY9/qupr67xp32dv7ka/izs0JTUjayza/Jozagow0dUUwaOKsRI1QJ04x/xG764xRPnXLTP6Q/4NrPePZCOSCwQzlFoCf9ix1sCx7g9dTR0hvYh+TIo2pX5V1O0Vg+I5DRxQ3odxAmphqTgbmTB2kasj7I4bKkRv62rfIlp1R5atLsZfCtlAN6mM7Z4elkRjeL+H9MAmCBrFbd9C0JX9Bwi2KvrV/sxE6bEQ4vi9d1V3fHCsAwxVmeBAjbU6deoLs9FW33UCuVT4XQ6UDahDrfvzrCuAgwXCo2KmJc27u8UUYJXHDG/pfdyoTMTbFjAWh1KkPHac7Mz4MBaJIj47ibzdodNgLnr5LHphi+qYAVZt0PBzTQZEs2YaRD5idd+Q5ayZO1iR6Mi8HpYGAg/MXMAmcOSnQJ+9j2wyXEn2Mp6McoAI4Dg11LC82rkpaUjZ4VhC8UYzDhOfq78nop1yzOYPh/gmcS3LehrDlVU9XiTE7NKkMNE5guxhF1gi8HSToYsQ62lG14rp15fsgUGyTWIafSk/iWdjbVa50HGa5C0805CbMijwHVZvu04rylEusSE3FRVDDH+Nzn9XGbil1RMn20wCHILoQQh0vWt71DHnnzOlT8Yn+lPLM1ffhYVZIXco4kHqIZlg/nv2zWCRBKo3nW+m/6ByloXiGT1521g46Jqwjah+oP5noTiUWvRJpqllVUnUwOPrkOvtxu83vXnb1NGwRkO6Yr/9qj5eUgSJihxg0DlBLm9RgaQA1dpPFIT+tNe2ed9N2AOikj9tSwfD9ZmdqooDivzfmsDAUakoMQqaFcNGeKOWbulMBBK1vGjZkvt9FW56IrOlH1qezPWZEEpGo6+sTN81rabJV4613VwPlI4D1DfJanYe5laCUQmiSIrN1kSadCJHISLgkJSEkeWRNgS3o2NZB7q/rc4/ygOg1hmRMUyNVYJrkTaVjorrPv0yBncOpQdpngEamVsUVDzKerQR8jzEGi45FlCtE1GSZOhYZXPNvoRX9S1QHY7y91zh2+ZJmYUz1bmvpzaO9A7K4Ardsgsr+GM4Egb3P91kKj6m6kvuPFgGGf+OLRXRf2FT3bxAvt1xV0wfhcw+KjsKDDhBJwiAcsVOtSGnZ9E6YoblrxDf44wLxjwr6GY3cwTwpa8FG2Y0tM1gpjcQwatI1etiViX6J0Zb1cZ1NimF/q0r4zpxaLpqRgVx/9R44CF9ZbKcEz3H4W/Xt7iwOSnEkTIx1tAPH+62HpYkflxoLLK5byduXBJRe86hjWb2GMlOsqdT7tMWYuRm5qbUxlFjMgKkXb7d9HQD6MmUA+bzZcX3QRrjysizCYry2Uk2EZztWQ6JyGMSlpKO3ioStOKF5wJ1o2iG4INvodGvTxuA0XvfQdRMywu9/g+g6yJ5j1jaHjfnZYazMs96+Ch/Wqm774arHZCLtj1mJpPERzObi27F+mziCihpsV2aTq8AKzOefCT8fzJJSc4YhuxHcD9usGhgw31L+KNxd2AJvImfsDZ7CtYM5xcPbjvCuD9UoGPRGiIJtLSuutCs6RoNZksPH2aUlJxKMnFx/RVgh91dCmgL4XvbxWNCitGYQd97D/qhbZPBQFPKjNqlMd6u3b+8l2kEf1v7acRkdPs0OP/Ow/ELcC65SA6yEd1GW6TshkZKDy0T446s1CCT+KkeGkclUySxCL1A4yCMVwbpfBi4jtyTGP+DH99unImjEA3dKroBjt5DiY7B9VUkEqenhQTVzNLFBybPGQOGUWeHVacaLRZzWvnG70lMoS8sAyFBXcCIPjHSMvYQ1HdnWHvJ0Wz/e/gC/7Lg37SMLwoiZf/V91jQf95IP88wj5c/ZPfAP9a+7Wi/EVS/vT+Ov/k2vsbmGvwX3JjEpVTxRu0f5GEH3MuN6h9LOqXy//tb+jQqhQFlZcHn7RRcIyfEpiH3yzIoLFdfw0u/2+ekAmgif7/51Emk+TZEj8/RBE66LeDFfk9BaXcYVzM0jWdMOcVfQBKk42uPE7/zR9c+H36e5thDZR/aaXIHev4FNQ5IzlDxwPBYE1KjrkXL2icBDVr9D4T4tafb/JuHk2z+F5nYpfq+TdpYZ3t1VxHAvVreN470CkjvkI2nLbeEmnVkHtE1dMeZQ+m8ffLXD+M6r59zUFnwFIn3YvbBtpTo6SQPWP+gykXFG0h4gvR+9UPtcHUPNfxP7mKuFBX6HyCKQvc4eyjp94BC6dR0H24/KVhVbQIc2hB8mn2TeJlhc5Z+utnYltUv4/HQh4FZeSnMBXPt0kRgpbPN8I5ITmKA/+LypItiTJmDQtNxUMdj1S/f30qtsDkCF336g7fa9gx/kJ3+fuxbPem4uulcnCVF9A7Vz7lZ7n+wVIy3yyWoyB/vl+8qNbrd5c7sPV5F7lOn+dIgn403oCnKOUS3c+BbXKZd+sPj/Ya9gTmsrkLVObeqsiZNrP29gRx5j/4S0KwV6NmdYetsSN/tjNhl2Qc6z+vIllsJwS/Luo4p+K/+upRJ5tHDY9I3pNZVzo6L2No3d0atus17Eq/ugAPLZngZxU53x0vxWiIo+1qJtvFn+9Jo7eeXkHKgrS6k9XCQzktm3Y3mUR5Jbofqf9UQNAGymu69l9Pw+T95KcfvKXFo4635v1zEkC9L5KxGDlnnmvmyiINCvn/zxJzr2H7m3muyZ0zwX3JvO0AZt+5UWCUv4pX8dPCtQm0a8JJSjm1xHdZqa+sqcsOiEIZtiYb2vtaFLBgLQvS6hzDQxh0sKeAinvFhGMLsqfcbUOLxRFfQhU47V+eznoXOJoWzui9liM8dNCGQY9GELnvCQecgBsleAZS8qffv6Y2Va+lBlT3lC1/n8mcZIpoicacm0riyyAuAbtGw/OdGyCLjsVpJGR2m6xqgoQ7eJ/xCH+ZGmVF2kP5ZPAROO1c8Y90ONSHffOiBkZDGnWm6skVEyMDvxOLPw8Ern7Ot+jVKIK+4FPnp4312QlmddK79T6Btvi0TFEL/WPj6pgcA3FKsQud8DByyx3jUxuIBW2bDjVAq8opqiODZv7N2AfmM3n78kxXb0Skpuo1PJQEBMUH65cyELWVb2YW3/oAkeunUbwVFdGJxbn2ebRhrqGzF8E+vR0AfS1bcBXxUrlK/kLpzf4sorAuZMQxTKLwFN2M19zvMULRhkClXrpmutxzX72d5UMRD3m7/jqOIZP2lT/5uVixH9/WxaRdeb8xP8iq/5dCdOAnUawcUXOirAI8+p4aJ5QjUbzZnmlIeJQVv5jirWP4Ix1n9uxsTXwHzGaEdZRO4BsHbJjgb8GNFYY6MeyJ48UO7MbE8BTwmxW2aYPyWxR/cESgFbuPXSxAAyN89mOKHEs+Dwqgv/pd2jn/fwejPdg+PBbG+arlb1HTV3Z1360jcAd38F0PQ6mhNl/wO1E9dBzclY/H4bO8X7d3qrH8s/bPPr3wxUq3tFBlV9lpwLpUnzOlhYfTSmVEABOcoCsL3KM03mBjq/wLz1TgCq+onJUQURt/CEqj3BAKO+ArYWK3ck+oeDD+IoCpBKSmhVpkoHUJkIXOZImsPKr8gtyTQRtiQl4lI/boTR6IxpPKPXFmDz0SV+xdlBQxmBxIykHlnVQ4Qp+kiaPzk1Tx3fifAoxK3xSZE7RPMXByXlOM/DD+oHCelfYo/blbwi27hTtrKjvgqzYf7M588+bE7p6/rfmkVj7UnrIb+LBgeBi4t+YHDyN/ud3SOGeTA9se79+S+BHxtzY/PEzca7NhO/HL5JLm5xf4hMo5Kz3TO18+eG10A11FvLQV9J4OA2rAlg4eFeCZTINnwAftuW3hT01faXuGmtNPiv8Bfr7oAVvQE3UD9oCcTileQPfUpUiAE+kUG8CKjgfeQPWUpbqEQ01jqms4cHrUP//zeZWtfD3y2zp71tmefwyZ4+uZ/7Dsn+Gr4H/n7N8GbPmxR9fAVBZ+KNNPhH0/fHB05f3M/QB/Nbnk11T3HJxznuqKe7JZorokWOS+ulw6pK8EyT3obgUfjQkw9WPkVcbS5/zmYag8VEQZN505e+N3Gmcz0bUuAuyHYDgulDfODoJelFTHPdnQvldtV05OCHXpZ9J1D2gEu2fpQy8W+w2cJTlrM5t0DtU9dmD1q2my2jEjBEj0SAli0Dy4w7zTmR/HXhaMOVnwD07Eh8UszsspD8z/yjDj6mASmNB0wdwWE5sewLnafc6Zqxd9MkD+HRjyJ8YcFigU23yZF5GPuhvxPIiXEIyJu40oxx+btpAOwLTutArl/eE6hddB2WuOYPPecBrTKWwIfIjzS6o16EdSUvlHub7UJtsLt48PnemeOU75Iuws50z+NNDabIIZ310SvYULwGeTjbgO1AbtYYSmqyzaQIDD2P3WqGPbJfwlkXy0groPn5xaHqkqsLFkT7Qo7hmitjn7J4YUiX7DdtSFhOz0kqsj5E/tKM1YCzwYS0jOjoE1ocK1YfdyUp0+U+iLlskwnEgb/7VpGWnwBwDctseAWkEeECXDUQugPBftsmtJazAeJ3aEClDmk7SZ+9k1rg74p3nvSp1UnZDeNshsnKzgj7Jj/DH0aNsxUnwJUYUTOtsgcOrLOBxJSArzq2oeLiFpifnHqLCU4TPgtn9D4uhIJF85rMraO4fuLTBVxHZupo2DQHp/Fndenbm+M4piYWSe/Te+GNie8NOpvSU/ynC13SWtlaKX56xiRKhseBxi9y1/DiOPb7mDLNG0EhxFWbiKglxqzHvDaEeKyXXg+TzIe8vTyZmtsPJNcuw0liGiox9Sjo0sIDk7z+x0XmV7B+DF7BA2ZtW5OL+wlykC1lc94yRJWA5JoCIdWYfELwudR/Vqu0vhcwjfetRJ21RUkVBUxreWl+wegN6ffZ657HzZGtKz3fSw8ObEEqwg8yTC12FJz5sFWHkv4vc0Sr1utt+78en+NdBEjealLsEaorzx8O5zkZebcEpHTWwYARa5ixpz0ceqZid3CNluFisIuqeXbUiP9PkcDjkjq4jkuVQ9Jmqyj1kzt9LZ/NzRVraZCvtPLAILZxZV/PBhxGbYwNF1icvSLo0USYu9EF69LGhVzPuMxxMAU83JNfLcAXRaknPpAVV3Pxq1V0Mv9e9mQBMe01XnbUmydwlVqGSlGae0T9aA4NEfUjo+OuPK4DxFdpbhHWDaYIaI4o88UWUp2mKRHl+WQfO41rMbvBUJU0rUqDjxjh+Uq1eeaN7jWnZKFyruERIlOgrxj0U3aEAQ1FZE1UXj4E+qMlEDsMH+350j2rPvmqFaf0Bk/ck5onlyxPDk8e+NMTp6YEoPvT6v00G2WlI4nIS05cidt9ZXAEd6bd/8vERTYrSgN9NBDMMwjNufc5q8yH/smp9Nd1Tdp9+CTtfd4exZwkCkApbrEYKjEJn/mL0xYYh2edHru+3n/u6k7jmVOsAObaHSlJrdEiZZzpJEK+o0Gwmkt4++jEZgRAX9OsXnY6onZtNIce3CNBSkhMQeOkSWpaH73r/mj4F15winHMaTOGue6cycDsiuZoafYPslH2QIZZiH3vWKgaiwiFGSJooTCb335JUkcwsClWMpMGWNZkFdlmax53dMU7ghR84eAvMtTYIkF/DvRGaw5UxoJs3zw7maYfny8ckL+2HKZNqOwB3CgIQ/JxbVmbgknCAe9x6mjWf04ts8awPCuy9Mz3MZdkdEkrjxmBly+QxzGdznIGrB7jTQuhgfaiEr1fOj+ZEE0m16Q9lZCzbAwu81DBmpl4UtMpiiFr5f05aYL/Ewh0mzs+cbun2GsCFOz42ijwyO0oiuG2ZauW5eEHhlkRxKzR4vUFOio2fUU9NB5vZdnIezBk43CMdkFR/RfSjw0s+q5JINJcU4d0SdvbdK0nfF8Z0hjMvea+IoTd/4Su5Vez+mzL9RE0rqq5z3sQIzbiWFe9miyO/r1GGn4RRvJMgnVKOeviXe3I/izZptkO48ItWmeyJJj44Jcwf1A1nkrUfcdNsRWu+O3q+ngPnkJIy3zKPzNITkkKyG5YCOtcDvkeSd5fG9DBWdW4Un1sIn4FIlZmS48PY+o4GzpGPPJXQB4M890uY12eizO/3U8DDLoULz4qOipF+yY92NL73nUIsGevK2UIm/0n2adcglKoFA5tcVGwKGz143Ie+ML8rWsacB/rP9oEk2p9nl/E3o6FBZfNx87uBGTFYLnuyIaH5cWSaiR9WXMYtI2LPW29PDIskQGdCZJDGewh6lzKgFuujcQ7yUC98zPyAQeTt3eiQurTuU5n8OIpdliWKjZCIwXNiJ83hHIz9cFBrth/oDEiOqR5IezwMur+XoZK+zmAg2cuWEfg4Jcng7jUpkoCSalKqOwxdgksBAu+90mdOa+TvO1kMLIjBmrGrzvCwyi17cf/aMf5PnHgQueBo0vmtvz7YgNW+sQaDDtvg8mliBKbhAJSvkd1EfMEcgTQgR2amgyAc16WTotu9xfDbz8m1HhGAnnYQga5SbYSYoCr8zP6zlPzsYOGfX6Qki/d1O3pFrnCEdMWg5x/NcNeemxRi+mu3+dJ5eeujARTtcae8iIfv7pmPrXKK30fSJBXPAOeGD68RdGhskuZAiLL38sQWL8T3vkstzMx+8Ks7N/8L7MGOXZ7K+CaTfGoKODZ60PcGIrMJ10f2ar4jm1q8EZNuWaVoSRt0sNwl+buiFLrT9mCjkY5w0B9UmRC8X7oTZdD4SgjPiTxiGYRixY7CzftndhbYkjRZAMTNrIvpkAYTnLubg0u1hE+VMUNEU5tHZycUYOiaw2tKXVzEecLS/isQZCf41q51nIZ3W9C6CF4AfRVLCokWdX8xuJw49V3R3eOYFZw/5Tfsv76WzmpgCBhSxvNSNg68I2jvQgDdkGGYOAlvKO9GQCcrFmXw7nagqfAxRoylTE+n5Pn6CJPm2keuwI2MQIXJV3FUPVAmqxhIJcaO/Pwvs/dMBlTQgu4VEbYBczzD2HOUBlcwgN1VLvz1UZU/qcsb7ZfbzGx7h0fkgyTYxlgAZyAOpoB6aEwlkjSCo+eBeqqsQsmFPLklHUyLyaiHzTMuuPzgBfnJry5Bqo6xE3OKL1LCIG4ZJ4or/nmGT7dM/kfdaWl07fD3cLOgXeli5BnEIpJ4MimvOJO57hZEqJcYH62BoraqxWrrSdsFu0wP3px9z6U68zR6JeVE157PwhUSt1gi4Br1mYsLjrZUHN+7aFV/MAuSgbLPcZ01qP5wyKG11MzLEyfL9N2e+qUf3zz6TiHFFk8QnDXVcdOi5cI9OwtsP7jCnts+gYyc3cZj4ZiNsFbvH0Fb423pbBqnm8TU+a/+5vRTvu1+iJHiVmifzDnYtc3vuFdwu2oQrpLWb+Q7yvYvqoPos5a7zEKV+waFRelm8UY0qtBe9+km7QQP/dBBWyjix//1MrtaKxOOhwI8zxAtgDSfC5SEKkiXYuCEzFg/VMt1QFVTDEHD05fGeQT+zJXKoIfYit3KGqPyFTKPL9DtH7Y+Q2PGqpikkELW9vyyEb/JzQr2qs0VWXPLCrsFbY1oUc8KPxNzbRSrN6e3ayrIo/CudNGgPK0c5Nr7Bu8b8KfS53M+saT8LWp4XmBYQDsHOqJuxGj1PsNXsRp7cgM50+OFJec6EZzM+7MTOAmLxJe2d0KG9XzRlwbibtsayusU2gCsd8BP6ngVMMHa1A93bSeJULOfm+FiXXPHiUsot8znVfa2F5KBJsRQmWFsXtwsnpiaz47f+YhioPyreSeGPg4CHU40N6aFctUt1wQuf5K7UXrMfFL3eAlUcpbW8r9ZszDjnuXltDXYAp+XPd0yoGoyLv5TJ5c9Nk0ZZsSPK2Xpy8Jtnvg/zUvmocpjeOD9Fd4FJEFp4wFspsuhXJ/4M8CR2kUSBwOPVO/I2qIfONWeU/3F2mAL9S1+lPJwVfU1DBdUVFrQkFl/j9PoBhCUzt0WKBr1APFRq6i9grG27e1EauyVxUnqBT7Px0IPRcQNaQ957DTAp6mBG+9J5rrGexG0/imvkin4QuHcSFzqfu6DFuChjha8/9MOyvk9lcr8Ar7BZtftWWsO6VmGiIWLGeaXN+MkJFdksmlkchmEYvj1H/W6QO2AjvWyvRYKJRscRmcCViKoZfOA6suU13BUBKGHAzn6TwMtnOwadFQfcf/+J++9c5ZSibqjBJIk14wKq/X3SAy2/k2i8WJCXQ1drio6KrcRMqqnFzPxf/6P6GXY1PhrxYbLl5C5Nw1PD5aNwQ0FT0er78gHMPzH0VopLwRJ17YdwNQmmmDn/9CbHPEbyDz8dhwhg78v0hxLbUkMzVlxzmn4guvpwqbEOCXTKEyUzAt+mU4jYB9++fsBjWw32qtgw6i2HBU/w4TIgGPuxoB4JOJli2CCPy1OFDUqNmMKXa1YitnXX4us7rZQlkNcgglnqXMkGlpmWsCkUhGiKvA4rI49yitud00m3YjySwi1hcvxtCWLlrY+Qv0I1xMwUnCPJQNkYjI+GcuNib+pIavKqsVs0Q4Ft1ai45xrVKavlm3TBzZVuaalnkmxXoPZL9wFT1pvaZ2LkEGpmgB9958ztet2wJIrBcS3GOO5Uu2+j+rUbyxSU1k1GXvmA6q3XQYEIo8Z6JfQdOJIR+ziJ4WXoEDqBAXquQIqlLKN01PlYsOYDErb3o5DG7TXui2QRJkDKfQL79jhZURmlXt08hVCPG7yNZ/MqrPcHm3k2EB461NRYX9ZVXNIEh7BKYuyl431h+US+fL5/lyNTOVzgm7cOSXJLpjHYAmyqdN8n1rECgetzYMf++3SV4n2IcGpxUWPFJV6s+HADwPT4Dc9tfAkbrCf3/x7z1+9wwDumZX1ESKGFDCUCJYjUifgUFuPV9ZZOoWjrc/anrc4jTq/P40vZRzoVkj6stB1dLx1Rr/vQJqohxKOpoa5TmzfS9ysj8xe0fpxqoTrR7I079A+sFpR5BQbq3G+IIz2xSQTEBITfAsJGmYZDhxd29Kktt3A7TLfXa8FK6gQaglRp/45WSWL41mCsPQVGRdwczUKDDkJ5ZcvCPfloSjEJMFTP1EpQB9d18oMoSFn4b9xNUHPZzVS9XOYoUC7CoVnQE30C3VQ9rBE0W3iy/NUAKcJbh1F0n0xu6BMSU09scnYCrGbvoqAkZ5vaTZyNHib9DmWez8Kr9woQQ+qB4CWq+5afRosCdM4UX+eT4ZsqHf+GgJDkJ4bjrR18IBcp2wFf9DRcYr9pnCr7AZoLdkfAcBA5KICGnCsbkNHUCh+O+j/IZxKa+PpiPsk4y8373YA8ovF8LqG21HNj1zhAY1roGucEBfHh7QxVvXDJYOi3vmxssbL5rD9CclfDC4zjCkLgMg39veXINbEV2LmSvb6p8WOQYnlFSfHaOU62624T1F6z89BbG2+g36qR6aw4RHrL1ys4d2NUWjqxFF4fOZgOQwfmo7uzLnAk5qo3OapVgWEYhnGoa2qpyrFNT4jw1f+/Qimw/9hvRzl/b/bQz1NU3BasvGz1tI1K6jDaJej20M3YLhQ2CxDWHFMFOTQwXarT0RV/3KNxjuAilAcKXXd1DYgi/y1rsC89fDz4fHz+uocH+V1YdC47V6q9cO7Lq9NtUW0miiCfeE/iMNq03Yfq5Vs+AgecaLUzrQZmfLViCBazsyxPzERuTRyx6fV7wUpl5P+4ChEDoCcTqsC4ZJ2IM7vIexlciMqNTc4/ilWqTt5ABX8lNrgHhvwviKekdvOUn/CaU44NxJaNrPrNspHcecBOOtMhN0Fnv+JwBKyUP3qA7Rid1tBe0Yfn1ptkHqSlUIrz6sLM5afjTS14suD7k/M7HOuqbgVN9QN2KoVleNPGjNQq+bE1hMgm8CqKf1kduPqsXAIEupsjpVDCXJiwmRKhXTNJ2fSnZ58bZO7dUUJeCmddDr8XUVcAlGuUcBNJQ95FF1u821H+ExuArgTpLuBpII+JMZEf5+fg3x6TxwqB8PfTl6eNWUaySuNlqnli/mQUjfSwQsJMOXC9Ew1wJqHT2IdgwwuxXnVcl8+ptLZBdJJtN0/S7n58PU+lCi4oAkp5RhQuC4qX7qHx4DLJf73ZGlTazanQiXn+7lMH/2wyj9uHhWO9xZ3EdEV60lW27KAi8eTmfDRXZlxvCFmuXu/1bWe4hdbh68mnzxGvYSYVX025ovMvlrpYpD9fIisXr4j50LbO6xU1TqFOSuLJqR85kMh4bal7awF+FOPnLwxO5ITXkdRGncPiweWCGojmOETbCSjgqcSrQUM73O6do/yDU4Gn2/gV9J0xWgrfXrCOAGtBsb8fawOql0lCehfu4R5F4etcO8xckxk3DX5ptFKBqhITsZEGLDfgSbxzzzh7+vtRJKWDY2KIRCGzoHVwAWUcNhuSTGCcO3yp7QwmuqkX49joRthslguBg8RNrnHR/MGw3ymROvY6Z5Ctr6c8+kpzffgsBblh7S1jHzJ7TEnblH4ozgXSNnv21QeFoNiPfY6R8EjMA6B7K6FDDoKwmRtVlktZI5BqnAlpNXkxvUUamdXmT3JjeYKdjHBE1XxP9eMbGKKTNSK3XJ2Dpk38Kqc4nbLjalqJYsCjh10IzBkw+0T+QMgS7g6/VedKHqyUI7p14xz8fjkplVReUTREgE9jK1ArHf1J4D0ZJzWvrMiKaQwp2lKcN5QjXabwZb0QichmXrYrbI8j4sTse61ME9f/I0GJDnSgmASVvq/1GirCH7LpOi8k1+x46yYeIGf9vkIMoorCL2SZpY43zQw55dndeh27zT+aF4fkaQObUNP4VmoSAnzOJSAVwT2mW8s9Vu+yTPoZlJZV2jL3JRHP+qehVh28hYbF9oy9JT6kgYYhTYhaFFtOtKER/LMMdYLI6Nwj7ZzAGzp/Im2cYJjRmZGqE5SCzv+QBieIGp2vSDdOINDpJo0pGAI62UmXSVBe0LkwUkmCuEJn30lXSeBfdN5MmpNg+EYnjJTfCMoZOv+aFBNB/EHns0nX3wh8RufVpGkiGO7Rue6k7URQjtD5zkgOBLFG59ZIu4HAKzq/m7QZCIZ3dCYj1YGg3KDzi5GGgSAO0Hky6WYgcE3nxaTxgmD4RWdrpMsVQfmHzjsjlRVBPKHzYKSrFYHv0PnHpHlFMOyho5FyFBRBZ1UpoiCe0Tko6XoUuEXnpNIUBcMGnZ2StlFQdui8V5ITQZyic6ek3Ujgd3T+UGkzEgyf6GyUVEeCcofOr0oaRoI4ROeLSjcjgQmdRaVxLxhadKqSLntBeUPnNyWVXhC/0fmgpKte4Bd0/lJp7gXDPjqDkvJngnKBzn8qRUUQf9F5VOn6ZwJP6JxVmiqC4RGdGyVtK4Jygs5PSiqZUO5pIydXqVmCyjVO7NdYucqENte0kZ1TGbIEDT848eZjZc6Eyg9t5L1TuckSlC1OhMdKvhEazmkjd05lfJPQ5hwn/vWxEjOh/Ekb+cNVLmcJlS+c+Oxj5fqN0OaLNrJxKmWW0PCAE68+VqaZUHmgjfzqVK5mCeUdTlyvsbKdCQ3HtJEvrjLPEtoc48R3bhVHQplpI4ur5FFCpcOJW4+VXSG06Wgj1alEkdDwgRO/+1jZFELlgzbym1O5PkooDzgxeazUQmi4pY18cCpTkdDmFid+8VgZCqH8jzbyl6tsi4TKEieefKzcFEKbJW1kcCreS9BwiRMvPlbG94TKJW3kP1fZ1RKUf3Bi67FyWRMa/tNGHl1lU0vQ5j9OvPNYKTWhfKWNnF2l1hJUtjjx4LFyVRPabGkjN05lqCVoWODEPz5W5ppQWdBGfnIqN7UEBUcaZgLFpePIyMyE4qw4csSMTnFJjlxiZmMU54AjHzEzGMXlAkcKZsZGcU448gkzRSkue45cYWZWijOg010adwRDg06upMtMUF7RuXASitKwF5goRlFG9iZMWCnKEXs6EyUpyiX2NsaEA0X5iL3BmCgrilKwNzYmnCjKJ+wVZaL0inKFvVmZsKMo99gLZ6LMFGXG3uRMjBv5dttjDkLPY2E/iQ0bsTIXL4dk4juswd++HZsu/+rnbfhfH7uB9a+Pny8a/d+Zra5/+Curvmn8h9uncBuXdB//r/tJ9He76T+0z8PHH17x0O6KyIN1wV/D3WYzflc8T5//+njc/H/Wnv//TQJ/ZT3Ot9UP6fcAqymZ5W14fHLXgVrLts9XcSfe/oJ/3GC10Cz/BksZQMsZQEv6oFrUAoBuQEsbcDNKwi7wujO+hu8Ddm6J0MccAMIwgu7b5mBYsMdmszhWXGLIXaANpyMYjsg8DOsXuKYN11f4+68WEzomjebZTxA4H8cxcjwc3XI43EMP2PH7L42G2SLeA1XRwgTgCxgcwMClAZQMZsbZqpXttd9nFHZWFys95xzBJItUkFDOq3+qJvs0E+Os+9jeMZ5jtJzwPKGtNsbcamZZKnT6rUjk4Vu9iYCf+6+Z/0F+MbZpFURKEOkbjrdJcDwtNk3humOtorF489Ofjunwvwe/+A/bVwd8Ae6cVq4P+Ot52457MuT61j7bbjQ6iIduzXoxsLMz7h9cJ5DIUHjjkPRiQRsc7dQjtR/cIvPFiTjq71kZ2SvGjE4ol3hjUG4o0bjyQJmZnRdiZue8Y9yxX+WFOdM9XthlLpygUZkxLjgxvCV8qgFhu50+2L5yjxy7TKTXrZi0J3vaUblgN1HYTIL3B8anfsb9i/wTEe1UhE3UdRCMxXQs9DjQVMRiai6j8cAdJTPhIxA0CpgEiwJ9zwcm44FS2OBAGdkonykTG+eR4sx4olQ0CjYlSNrvvyqaju5OdjUWR+4gCkbHM+QBIoBXKxtIWP6/trpCEx+wDMgNxB3GtbxDfoFoDM6qxDk2xNqgT6gzBB2eE/IOYovRMSI/QIgy6eurkrszR3QKvUL9xq14hWVEVoh7Q4/IBSI2OE8Kc4BoHXpBfce+7GdYauQNxKMZe3lAPkIEh9cVcoBIKywZdQ9NPGO5Qo6dD+EsM67lBXk0okk4RyXOwRHrhP6C+glB4jkgmyGe1OjYIT8aQiZ47RXt1BHdBP0IdR93sstY/iAvDfGg6GfIZyPiNzhXCrMooh2g3xgl7uUnYzlAXhmiuLGVS+QnQ4QBXmdkMUQ6wLJGPUYTH7E8IWdD3DkTT6/Ir0Y0KzgXJc1rR6xX0P+h/ofgAp5/Ie8NsXUHjiD3DSHRpC+NkubOEV1E36G6aeITlmdkNsR9QhdkVyKOOL8ozGKIdoR+hzqae/mZsRwirxviMRlb2SA/KxFGeP1GhiLSCZZT1Npo4orlN3JSWiBLXMufyCclmh7nMyXOjSLWPfob6h8j2OO5Rd4q4mkyOibkgyKkgtd7Rbt+RXQV9BPUA+NOdgXLX+RWEQ8T+gXyRYn4M5yPFGZWRJuhXyt9ru5evjOWH+TOEWUwtnKOPDgiZHh9R1oRaQdLg3poNPGC5QG5ccTdwMRTg/ziRDPD+UZJc1wR6xn6F+pfI3iD53PknSO2g9GxRX5whBQaHSV32RFdgb5E/TG34jWWD2R1xP0KvUMuTsQjnP8pzEERbQ19i/ph9uUgw7JA3jjicWXs5RH56ESo4XUPOTgivYflEnVh0mUFiyJH9tFlxl6+Io8QDTiLwhwMsQbdUCclgGeQDeIpGh3XyI8QYvC6UXL3a0V0Bn2FWim3sotYJuQlxENET8hniNjhvFOYBaJV6L3S54VzL98zlgp5BVFGYysXyE8QQeH1E1kgUoMloh4pTdywFOQMcTcy8XSN/ArROJzvlDS3jlg79Bn1nxKs8JyR9xDb0ejYIPcdIcmkL69K7tKK6BL6N+pO3YrPWF6Q2RH3PXpAdiNi4vymMIsj2gn6Peqb2pcqw3KEvO6Ix97Yyz3ysxFhgtd9ZBgifYPlDPVEaeI9lhvkZCJgXMt/yCcjmgHOF0qcG0esB+jvqF9KcIDnNfLWEE+V0fEU+WAIWcHro6Ld4IhuBX0PdancyW7G8g+5NcRDhf4L+WJEvIBzvJ8MBBBpc1yvLjuol6GI8gqDiDiXO6iXoRi9a4zyCccip1AvQ9d6fCcCA4Be9p3LGxSztFBk7wuVPDqXE6g3Q1HJMRQbuXAu17z6GY7sdcjyCkctDdwrcMzeLWY5di5fcBQ5h+PiLVGqbmUJ92o4ivyHY5TOuWzhXg1H7W1Ry3847uUSfmL/P9kaQSaotLD4KJuI5D1FilGUg2iUqL8FqloyTDSTyMSkLhmjxOjR+xKaWpjd0BBhZICIOHsZIsW1P0Bzi9Y2pIWkPclzHwflJLG1iCwga2G5p+uIgkxZUmyUo8RYt3ZLCCKADdQbAPxC4J+DATYiuECgBjVBYXAHjAeksGNQ6SaCjTa2ERd+Irxj4ULOwb9vIMZDeI5ttHwmDoHlnB2wDucAFRg2AJA2tkjaHStVshmdR+46E06etJ0yOBAEP5kLHe1Vkj3WSLHEdXer7oQqUJ5wcHKA5PNpBat3jD0DnOrLJOiQMQMbXe6B7Su+os7qlMaBH5WWv3Fc76TUxTcHpn91sLpKWZtSJ+PJrCLVXu0Gq8rbY/eRM6HCWQzjy163GE93NW/2qf8mAXUTv+Rn/A5s9gVmBSLnQK7oNiyL2wQZMKZTToWtwZ+Pac8x+3/J4Tt4Ln9w9vfKIg/9BrPk7JDqrl/YnkNY4mMysv+u2p/UXgcVjMeMmicoPBtESoc5Fo/pJi8kqezCZUezXEzhgmfyxqCp3XKILJcs6gNtch8Z7Lsqw2sFo8Oyh60wHLZYXvQeqxFe/7ZRiyE7RaIkd0hkSynDQspnXlgz7tBjZMC7er8eAG3kpwE35LsGYpTgumFUnGpBzqd5a39fFPgywnKqfbijJ5BKvGzWj0T0JBrQ9rtHBho2TVyivPhl18+DDB/0vvjzLSywsDpX4xZeRjfKMDbMcMqWprM0GGeAx6lwQSMcRRl1WGT5W1DxwqpaUgyi4S9vPTmEXMh9q2FcigVzT+iAJB1ZOEkv1Zb7YIk3CFsI/E5RrGM8O8mAtcKbB6XED17CwRhQ+DR4+/g3ioCbOlRN3aoheDAM2vjGyrSj+8VF9aRD4g/0G/kjDoEiAhcRldYzZZgDGG1MjnkUzgkqYabdv0cIdfCQwDSFDR/bKFZo9LrmmNUB3w+yhKsxke6COMA/2ueSRN2bq3oUyZiNKuNYMkE6NeLLebEatu3qDptMPSGuMFjFKRbuPeEZAQhWUzR/K5O38KHf8ai2IHmNFzSCt6shbYtCeRMw/pEEj5XpPDDoscBR5Vp8y3kUbSy7+GuqdMlX4C4uAwZPCYGPp/QYu169WSfgqaYOmQyMIYpO65xPpzpoUxDXshaPQIU0lIcMimmCL1WkpeaHlohJcdlFOQ8qcIPKHH0CrR7rRXv9IMpfeYxufA9uItZ3xj5WxF6AYODHV3OQ3pxgD8JI29dMD7qu3vUmGDk6b3vGgExbXo3ekYVpkArLvHehF6V0mg8YRfvRc4/wSy6xm3dQH0YwOZ4Hl17p1cQg0A5vvNJKhr6x1JFqpXbO35Ipju2yRlWQZpqptyLiEgthsrh4pnJ93tTlKZKhH9USEK890s9BegyEYIji7cWvp9zkWVUNRoci6Jr+ZMLNIb+cAC6LV+3TmkQV+20rR62Iz8MMty6niAknUGbal3kHtjCBZgXkpcBGQAOd6g+Vz6kCwgqeOkUVE0w2EiqZd1XvToqrLcWgZw6YbwIQ9K5xwBBV4IJOqRhHcqGuF+pXjO+lFoUxuqyqp9qNCkZTxqz4XBru1ln23hvJrI4lq3qKtggcCiunnGIqbYvwq0SQvHdVRBTmOhRq0fC8E8MeQu6JAnfuC9M8KDVlUgpJlsxt4YRzhc41M5wvDZCV9A2wbP8dT0nj650luXvbVyblNo34yWO9pzSfXq+XVUkGlsBkSVjT1mrS+Vh+sH0J+bkO81sSf/h17tsbFTw5y/1YsAv5p79E8/KCEKb8diIvLEbJ0XaVnUZxDy0jM0E+UJLtKh6lmjHtC+9PNTmek1ltBBRGukhRGmrHWrKUMnTsjwddUYr50TCDjDUVyUkFtHgn4a2vL+K27hluqxAcIvKSN4eZSti6beGqOl5V7L4zV08KtU7L1NVvnYSppjM2r6+a48Gnz81BzMi5gJs+fjW3kFN9Fidz+LRKSKQmyBXDdkBKDEEu61+BWrT5oOmjG3AeFcPK/lEOxuFRAYfjlBe2Uj8dmtotd/x8Co+tEqTv6hMAtQMEBcAXADQGEMpL01O70zyk4R9DgB43eeM/qoZtrxibw0M07CFYbNbLT2+3z0a9xhrl9nP/SLRJByKTDe5pfeRMGpTpOkY5OM6qfsHzZBzK0qjZrKpoa0t/vHn79xBOuS4GOxtLH0qWRMdn0c1BOVd9sJp7ZvVQPa9MghCluAmgRpc16ArZ6HkS6hXfDStPBjUVFcndE6OxYJAXYN/ytwNvsCJeLdfSrjqeJeUO/Yc0I9kRerEsedeB6+XM0cFhl1AX/GupvOEosNiykOz78uvPtFs3JSJl8vYlumRVI42uTDAq0dKsOwoJs5lHtqW6hkC4BCuwQXXv+vVCTloUiJwe7txlCyt4BKNL7ec6Y2jNOkYSSRWMEtDC7dGLmmZnQO75rX2a0MJcAe26tJFTFVOlVKi4oxV2fijfL3v6kp3D/zGA/j3SFKLXO/rKmzBqtfZ2z8EGaQFS8yaoEoL0sgd9syin0TRstQXW7KpRHsaBHeh3OzZYOKLVjEMvREfc8yXl3a9nmieu4Tw3JucWj4U/Xk4YtUKTFpIHwB5zFi20ksJLcZ8ErDYmasU0ESlQPNUhEefP5o31UXCQ4oJPwXx02abNJATQ7rX/BXK3P0/0BReNhqTEz0TwJRZU2vIZPmuMy4Jhizhr/Ua48xSkG75/KeD2XSibdhPuukf6QsTNCkDtFua2k9zaHvS+XVuapVFK2vgLsNhLiIoGZb36e4usT8/ipVPjOUaAp93Dwa+nHZLAs933zb5VGoZXe9T7Ly9z/qZHkDJ2RzYiPi1dUy/eJ3G3o6VvK+INNDyVG3aB7nspicJ6eEwcEKJhluE07R4ivIsRZ7fqT2l1eZrRaLI2ZrLjBeYjS7fgkFoZXMolJ6eHdFP5n99fMVlqAIhE4L5K/+5+SorDCf8w4oMo+DodPvt36yMMPJAlKh96klIxGUp3hVcY2qfFGAaky+77WjSxSUotnwUAYoyF0taJCAAu9ynQ3CKpNIa3NXZBBI03RwWTBiO49Dblt8JqqZlBYi0bQysC3i1ZS0DpOrPerruEBYNw4DpoMKfNnS5s8QOtiEIxpRrdYJc4qMQm44vcs496Szn3VsP9EH68cosx1Cp1naGmDn9HKl5aePuSsjrUX7AkZlhiYz3rWZHZveM8/PenXTAD+0EUFID4M0v7G/5m6sKOzf3Jp2EkSu8NIL6ZKNTe3C/+nTEqAD4kgN0sGgcueu3X73o/NvERDPHX5hcn+zcGEWnLFeTww68tzFtbsLI94++QtoBnv6lo38EP2E2DazH8Q8YloOaRv5zWb/7FNmwcgfrPBFUp11n3ANz23nu8L+06asWSkeoVAHLD3ob84pcXiZkVYSnuWUgB2e3tL9bi1D9nf9z5a8dMXz0BuioRe/xfAnlALLtRZtriAjqQQynJ1uPh8Wjs19aP/nux0ap8cwTKMS63jR8N6M25PBtXUseGd4Lsxb8Ahi7Wc4YPaexjUPiWPRTz/1/tH8xolwbs093bl+H5fblttkiOCAl5kjBaz9zXkrSdO8JRGVRIHFicB9R60A1MrKI0fxvBavf9a2yS6X8OY0xOD84l4Hkzzt0o2baIq/24dQvZtSENwF++ncOripdS9xKxbND5L1wV27VVZ7f8u6aAriig81Y2AdtJ8r2AxpzedwUKscPSq7o9LCX/H6Aa4agwRumovtS82UrZm7ZEon1W7a+QfhR2+Poe5T6tnyZanVq6x9kXSwx1904PW1fhbchyQRtesESBES+E/7gRliJ2B9jn7ZeEygKb6VTer/Qch+30QpFietmCwQGf7bEe4r3vlu6shpAH9lslFxLZt6ej8iAMqyrKELYpXl0wJpZFK9BZhIy7NJATNuTpoebwaaw1WphZ09afHmWt42/r0uPLrSqoSBnHaIGCekwWPLNRvR1YJAFQ0CectkqXbrhITJ02qaL0ofa747iGyamES1kWAH7Z5VQi65rjizLuFjJwqM1fkybY3A+mA88B4aUQZ+WcbmD5m+lDAKShcveUWLcNer53+GKI6j1ebpjx/2KECF7e2R0m/0J3lIvc0rFMPZ4SrIeGu1gXLtw2/IAAMrpNQ1XNnwuxk4oUnAqkQ+SdSTWqcUWxcyPaszo7PzfzOc6ezk+pzzu2RUzaTrDkXkDvssg2z10fi0NXlf5HFthiX8jtxZ/TvuAlKg+cZjLFlblKYEP9K9f40kkElh7SRbuPvzVHv/nfnHiUdfxvtiJ22jY/iMS3ASS6x7+BfPFf3XEfaOtgzynil4qz4UlxDQGIZ29zu0dn99HEM294G15ISTB2wehfwYaIWeZ954nfBK6MpS+dZPhLebqAPfJ23B9ncGH4/LfparynGaryOutAMp4/SGSxj80O8yMDVz24AonP3sKRI2BdPRkG77Nc6yge7me9R14r1OVSWl5p1z56mvjFdXNVv5XEl4H3NUlqhNmZctJpRsQ1JRuZHmyl+kOReA94mudA2nZPxnH39heZS2hk3izzxICfUnmmD/9pkmU/8AHPooT1PFqHDUU6H1cSw+wMSP4NMz/BH7IpHuYlxu3BrsrznIxSsK3U8ASCVOllIi9lMrblx1bYjFrW6U7mFE0CzrW6mtHssNf6+v/EhDoQLRXs5yUtiJlJ2EkURLRExPBdKVMpPXzWlQUDcvBVu++ugTE5Rcj9CM7hfzdrdDuYFf8MXt+ydKzXtLH1QsF/lXj9W+jXJu+59uvJqmifM4HuBhL5ifGlrv4OjuPDBshapHIHoHjjRNBBZvHCqG21xl1C8ZUff9EWXFveM2nIiDhm6YgbWj4FJmW3wfOulQYU3jkcepSRXtHE4vtBdGoT3HJNFlY3NWAX3vEgUJtCKwLH4J5kLH2NXEpmqeK4FXq+YHLNr6YL8rAEztEHb5spTZy8ZVGcZjp2qFPskXsWhOhvHRNCE/xL9sPeNB36ewFnV1+4jDMdcNP+wR5CuLKpgdxe2u0RV7AYCK3vDe7UGYgpwfmjYpMwolDnedPBfOBxlL+nU5U8/2EpCSYZNavz945qQtM259MvUAe5U7d58FNOPjI4BG7ffjpzBO6vIp7VEpT3BsUTb4hjk3TpLNZAZN02yCLoOoZvMN8eSJ9bEyXH39MAZVWPHME1S9F2ReBWUzSxt0/N8FK7SJRZZkFKcLo8i29j5kLYoJvXIULEB8Nlw2JTn5K3WYsOK5MnSY7N4LrFnzhwDobzBlike3JkfwB9l5Z4+RizoBC99mnni2eZ2hbeZ9YtzA8WUtu9ExbbxsgeXvSzYbnfiR14J5dBpxQmaZGTojxjVGGMSV89ep0nLknRhh/3AXctnN4O3tYR0Tam3XH5CJMfWHooX5fjBi3tK8YOPy6c2ZtYBaWVvr5z+BvDZkI1tLDX7Z+P1omQduWS3WgFEByj0GtWthgUy+On/wzwgNVAjIeIWtIq9w37whabf+dTQER1A8v1fLAvAfIF0g1h4OYYUTyYgauOn5kK0HBQNCr1vvuYxBDRz+7Wgg0hUqWjdwlJpKjY2aXXu4O1xsz1fLDObg8dCKU6Pggpep4BMeaTqPl+Dui5yWTEQsf28dNK3QJSLX/QZsaFCBcdOzc+QqfcGGq+PNiJngmMVMuXXlxo2ofuEKua/qg9OKWRomHn+sYko4SpBpX5tbTpBqUxXzhGgk4eKGKGiV7F1zswabJZqPlZUjo9/TSE6AuMavW3mICnWv5E/VGQEd+CmabfkX1kyts2Qq0yep/qVdfNQaR6vtQjiKd4Q65pVvYQ2iOYqVEpkJ6jjidKDfzMpnEGNg+dynId7InfX2mmN5ilDWgRRQ9gcPOs/qxQoeeqX2Dk25g3bCPwMYwVLOODpsP8AvkGAO82uZuMpJgtOemsQfBy/QOaQANq49d5lbjcFNoLlBsLowzzGFB0DD8XtOrJi9UDy6FChJFaQp8Cr/kCR7acsuGmpzgeXuGF2gpayYFKel/JVbdqkbWaKWXLF1z6hqZk3gi8fSq7kxiONqAPmEnyualYOFmv5JN884KmxWrblUV9j9pDP0n1axYfkBrriiZ5Eu6MGu4fcJPUbw91OfGp/11kRpp/TdSSvsBa5HQi8Tr9zqQgvdy/gQ8sZIIa1tyOv5N8Y7wMWfQTJXpdcLYAPvakh81TvMurOfvrnceqK68/b28su+BeKEYXPwfqb3Xu6vPIOvQ0EwQBRZ/+Pu+/GD7PjxezvJJV+5Sb6t/+JV4p9BcvI19kQIxZuSJm3NagGhQlL2NdMjtWeF+G2grH8p0yyDyy+Nja7sw/hrsYnMxCsctoXsShOIgokwpmAyILbC0VxBAYKhr0UjZEdDiyb/iIWMnTDcERx4QnCHXu6IsO0j/xiP9tMQc7huzzGnuhky8RbSUbgKKMTU5vTlyWdtwyxfb+BWJPLxkWZWA+xa2QDmqiP2UgP/KhOOgKj6zwqex70ep0Scg/ujoUMTkZlrIwg52Gqu5klL6DudjuNWUDb4pP7FdvLiJDTPSs/JOAfX5mePCUF4fukT15+4qPfz1/20wZE8xyDe+75dhiYlfgc/zoZxTuTLH30344KfMEFsmJK0k8lyCVuWx7T/3SsVlZT/BZASVa4+lht8GIIxCTuDnmIDdFK+Zd6opq1Jk7n7md2uvNwT63Ui3TIo30VUeAA5kuB/K5x1NyY2U7CjEA55S3sTUknlLX/olNP7nJRmb9koTYTBHaVEoScpyvGONOkDvV2UFPZtiTRrHpGvvDVx5bJgmx2SEiG+CYGK4m5rkpipGJ5nSlofNdqqk8PeTTt4uLHKOKBSpX61ki+suNclayLGVzH9tiHIq66pxIaInn+/RZ4kYqWi7VLer3U0oJn7KUNJkqckmoRGQiE6knJiGwxkuu0plL4IDPaq8BNWJzScwFIRY9NTAkcs/LT1UIaCDYjC4IVQliLDruFAF4DfUb6sNgKnhDW9gLGSaQhNItg3Tve3oMFJ9cIWZ0bWE9cy/TW9CSoILSGQHeiJCG+EMtmbCuozvaH7ls0B1U9VSgr5wSMy5kG6cgIK+X+HzhhhqJUxpWEOp2/N23X0ltkmiluuiu/pVbKFJs2ScOpgvR8z/KVCIOejWbe+qBtIYHfUNqOSttU2ORImxXsdqFY+BWwgP4lOXzZCKG1jg2PG38mQpeiCF/0LXnwFpc1b/FdKsrhq+o7tRE4ERhPBQs0s9IrLNQ7WuZDrcCdyZgALcLPSWAN/WvNOLn5dSesXT9b9pv5OioXK6BEByGmudId1+MbuYahYLneouxuVUkauu4QAjudsquuRwCsqekRiGh5jWEAbD5hmpKMb70FkRx7AkD4j0LsJISJiOWEgf/h9wbZeUFRWLLjd4wccqbNuyq1eYao78PAZQwtRCoOjMgz74LAmJSl9RTYP4RmCoj+LtLo+6rYIOQWE2FkXsvVpLNTl2LzeLGVrjF0R5TtqxqhVCAFKUGUxWzioQzhU8INnD0z/2qZ17zxCEYK0IH4I4MrB1BHHtnFix16HcSf1eKCTgIZBHs6X7shoxqQSPJrvqYOTEWqyf8j5fjEk6+tvhxnP81MeuHenJ2MeejhAWrSr3mqrAPkfBJmlxGuYZoz1iw7HEunJT5mnII3U4pbGtxYKM9oBoHGyTv6cAiFkDx9CA6/Ith3P4jrWF18H0Y159ocvoO/GoqS9eo0wN0wKrbWI2ie/H+7MHrS4EMStbmxhPs+epmHzneU5do6q8mXVElHT9/+TpsBpeh4sIydFndfTKSqj9pvQu24NACIaL7k3XDRt73x9XNAgs0Op4CbOttodCQ+0IMJSfbGo18jNVdVKmPhr0dZW5OqSJMFtERKjKKJIvweGl0oO6IafULYZfhsaBopbYFKk/R5jURTFcrtx6XfLYvekh4SdQNRbvDgW2CGzmqyy2Vb83Etpr8csFHeJ3+lFUNJI3i+AmOcjQ1Sb8LDDgYhceTYylaLXzem8Oh6tDQ8rO7GjS+jKycidFlxpUK7asxCBNZtuLhYidsV1gRVGxBYG6cMxBxRrYJxFD5Kl3CdLfVnmjtOOejKiY/GSdafM3gOxSYxLqgZjRoWAkUSonOQvshoYKntW0KRFCnNuHQbw0zmyQ7XIXL7nuRTosl1fc40Jo2qIuYlcI+0mUScD1ziM0kLWX5n4n/1mR7nFdJ5yWmolu/FuM/GP8+YiD9Ye2lY3rjIdneIjhAGF5C1dRWhAwVBUQX4c18ET6IqkdFJaoYUpcaftsg99QSFDNDYTz8xtQPfJKJEWXaBC5FqtdNX5b0YkNJ6B9OTavK4pZPnMadoRYOUuZyJccwmUOsDjYxT/u5tZJGLNYmPKL1Y0SuVHaQF3dcJpzRYSqSFDkHNLbwJ0IH0vKrBkLwlP4rILrU1AZoxQG9ypnr3trvVUkqqwMi9zToM9OsDzDChaNJgRqlTSJlr4zK1uQX5aMCgGYz/FSUI21yJ3qePcRYnzTEC1Adkj2irH3XB84omDl9q+JaJAY5l6TaHTt0hBiMs6Ec8NVP3Au8oSmyui94KzYvGekjzMCMOYxpWv6YG60JIG61EAVIU8z1pg7tZlVHmZHB3d6sBBDUCseC4chYJnJMfUxavi4rOyNQuYecLe4Mxp0HwZNw2yKxadG4LhHTlHCmpBz5jL4H0pYWlkOMwQvp673PmvoEkllTh6i7kRindanoNRWW9xVNPWEMy0xsllAqL6TwxELca06gYvEsKZ0fmBsuKVoaKzXQu1DQpsMW/7tVr4Idut2HRC1ll0M02kNipMWZMGQEXq8zanYB/J3l4pAIw6jB/7IyxZ+h+xaNaKsGmZloRFR7UenqVQPCsKaALUqW8Sirckhp+1j8kAE/h3o4YRKworV5ON/1i13Gw3exckT3N1quKKBkO9Ix91j7pOOOgmrnV9uj7+g4EArFCsDMVZ0Og6hPr6UjQWnsKMaADbAPTSPC93xrZahSOGIjd9+ME51ybx9bdMeqioJ0pWhPKkVSHSXpLe6zUUeFcE7EIFwsJmo/tB/EuiA3FixiGD2EHh77MNBs9xVX2hkqV6yPmaYI8uCbr6jaUTWyE71MXzydios60ifC8EqbesPqLzQjIta451jLn+PH9EjCQEnwKk5FnWTCUpRy84NuP6j4Y65lh1X7IKS+HBTmjuMoLrlTrHUE1+eMLzk8NTHelbTdEEZil46VgnC/lTc1MzKf6xCR+pPzSF9MjRSQEPlCl4BgHat/K8yKRrmNYxXmhPjQOb7WT0guGRi+XSvQyrDAvTMySGUMrCg0RrGLYr0E/Go5NYkmuBNQGoqGjpaU5uYm1MFOfZ/z8uQOaPvGG63OYyTzUFoohnAmCIHuRb8V1Ll2AiqCQTNQZyrugvsY9d2l4TWVSsR6V+m38u6Omip3G0aPKY83m91p46bBjIZFJg8/89KXeMYsZnXNcUTjphSOWHXBWl1l4slAuKARI8KBIbk5QaUfugqqC6UOrJJ2se6NlT65Oyx7qpgdWrXMlmJd/d5VIRg9Fq5w/DY/cPgDVmr6MA/TaKzmcOFloQBVCbAq0bW3TOxgSocvnLENG5Ebh7/NAMvwX2HJV4OxKvHEWlMDISmEUZQnsmSk4Sc4zrBlQJuSyOrZHHCgo72qwElGvWNsxbOxxeADpnXqjS5EViI12Vi0B8BDYu2bYtBN6S+UUc5Hrh4mVGi7R3154rCNZ+Js65meYzX26s9ftstmrQpOYNq6M1/GLZTEKRpql0hXfv3qXP2Vz5XMyYMfhZkvRvCFfLHMz59IQs4JMQTlZ1EWhuHtApFETh2BXD54LQYio/hOaIiHaPpLqa+6yyXq/s2oVvr/sAVKcT9f2yQA04eX9TW+nJ2l1bUyN2eeUlYZal7Zo/GueGrTugDzTOkxLAJ2hIr1llfrt/5+smpc080wW5+dcCKTYVG0Q+17MjIkYz0ya1kyCB2z63zcFcXJRZ8vOOA5A5xMkOXzUbcU4ajLxuOCVP6cqt6U451QZ7O0uOZhpyT+zhuGK8UwrymMWfRHUdfJCGjlEaokM+kG9lzdZP8jujMe8qr6cDNM1u/csLJ4FaoQ4vIe2KA9E3tzIatc8x0Atu8Qb56qdzxXh4GWZ1n1YyZLg89UObe+UjQn+Vt6zCw62nFOEDmZWB8tn5XQOtyYRN1FCCTXIgPZJ2kjKUUilROM/lmcCm0d4ZYUn9H9UB1U+v4o4T0eLHW5xhlCdF3ITR5yGA3aP/I4/BHYG3rEYHw1aZ7+PyagdlIOnaqv/73LTdSbnXoeWdUa6Cs2qf8eJaBdgH5MBG3dQ6D1Zejox2Z/9Gj20CPYQ0yv/5+XepfrYgfGPFEntpcGXkeEqxVeRIl2o6KL7bdzbVE4wlPDUqxogH2nWOe06/1KHVqHEVMVtmZtc/hk7Oh+3cErGreciskzYWeZ6/CGUzvBbBp0NntOabAH6BLD7MpHgr8B3S03KXjBauDabBeKxU0VjAmv03ZYfpNB37FL6ANL2r+APfLB1wy+78G8te5I4rvdao92d25ed/qGGypMj1/sP0cHmmY4oMgMiypcPKcp6Tz2/KdnGmIFyqdYBoq3sBSEej8TS/NxgqJcNGSnORHQ0lpV8zhkDa5wUIE3yN9ljn00NrqZs6O0dh6U0rBfgJ2RP3zpYZqRNKCEcIYC24xI+QtfNKgLr0wXn/Y6fDhA2qJtvbLs/vMrGyIxhgTPh7iLttaXaNfadj+C5zKGVFIxfMh85p5hwqLFpvZ6NU6DO509yClY2h1NRH/GR2MzveH0RdzEsErGtfhWFda8/95J5Ssm48xLAUo5GdxrppBNmVd2fLEEcmKq3SLoqBnvIdh2YuBDsPQYu6k6JNhFFeHltXTGN1Cxrg7daIjXxsUifyDN3VuThYIqQ2kfGouz/a/TFzBRbdu9sVBRNNUVe3gFfo3X4NktG5NVY1+zi7xs+9fz6IXGs6kMDKbseH76vFq9TmQiWTZFhzY97WSkKy4BhbVXv/9t0G9xPVKzPZDWgRvRWo7ULM7ovimRYB9abhG8GdhFilJGIBOrkpLxHcVZpv98ufIqDhJFtmFszUGAeNzfjbNk5G2wsSlmjHgnCLIv1AyHXJsXIQ2/QnnF3BmBVi5uyosjCk5ojittZe1W0GGFCx9HtjBU3jiL6aLDniDjITG7TxtCd1AHdsZ6dGbBAy6Yfep/FBaP+sQqNhrDtIfdvas88EfpOV5sG8pNxl4axwG6TcyjJflK8JYQQCHdEjhpN/irfOTT0iqKGS2McGVSNs3LBQ8bEJbhtNRpeOdOHGb6/hrsCTbqsxn/10NqU0ihmR4HxS7IYk5/o21+NSJV0G+Lvyot3OJnc5h1xWbPOWvlrVw2KAbmGenUNqnqIxx3CriuKshYFahA0cZPfZwI3KlS9IBk4zicq4HGbMrcOqQIYyFf50b17eF/1qCW/215qXSZ1Fr7sLWJNTHDCIhXchtXQOGCgQcopHOmRx0i+94hopPqg0boOOrSTV5sTbNnsB+gw3d2bM6R4007UOKex40DHdB0dmaExZa9HlBsx8axlMRIJh4P/qvTifrlsTceblL4FvAlj+mQgP99dBEogewSgOsfTwXjvZiAGnTsE5q1uBGPCisTNqK+AXFP0HCc7h2IGAskUFe0D1xBgjmkR0YhhP6RV4I4oda6n3wPvzFeCChNqpa6GpZy7PA5fnE176mbz4TwszXSMEVIJTN3aBjMG+pOQF/ZNZOt0vQuS3GGCJZYsU/Npqk31lN6pYxXYFMtV0db5+43Ldm6i15e060MuJkd99QM6jvdYVsJONc0eKVQqPitQE9w2h6/HQg89YyYOS96aOTLZJD8AV7X6YShjXtsY0dmvMVt2PctdUQjuM2XLE7VYXLhXf92Wn04jxN2bHCSnwsZL+EzA+b/rxt6N+QJPr4kWGNZU46UbOiRT7MDcEM/pTKwL93Es4y1wo86u81TA7ow5jTEq1fsEzAMIXSVrGGIO7U56SVVn/zhqIBRHrSwfLfKepi5CAMamMpJXPNR+vz8Ab6ggROrNLTfkKMvXOigqI5pGW6fkrhGlYT3GPBlWnHkWnf+qwhtTadcWJmNKvv8zihblwGiLow5m6Ggb2qtj355au+5akuuZTZC+YosT3/Ml6f2GbR4QxQb2UGKt+3nbD2ODCjeRu/gWBz4H5/KOWZeqRjumD+YjhaK2cKB35JfIhK9vq8r6dS7UTsRPh459H+dKoZCk6ylW54UyljyQOfgNLd4jQ5JhDza7MKkONcSZp2uMC1zJ5n4vXfqeRlnG99xG4pBtu/RFVsiTe9R3CUcCXdAiilUSUzo2qcwoILaj4DDNXSR9EcXOY8HzjVkSSeV8G0N+IxnYeSYCs1zaHpLMgZaVkvKLjHA1B79Gm4ar38Ty/MvPzU7xYrFBv42W910E6BZozRX7dpm5F6otm2OePFYvJRNDqjkTmkrTTD+PZrw/76ZVPK/mDcf4y3QziXNNuWXtyUSNZb66sc04fCIbmOcRjmNemE/Isbb0FXSPxTlcYHfxvr8SBXdbfp3ihgexm1iVX8n69jmCDz2K3i6N5qpTWqMR+kVWb3dPEKZhmw4xMl91uBvgls44MlNAeLJEYoT9hu5yiE56OYMODIUKh13RDfDaXzsy9DTGu0A7TKv9FgkB9Nq9JuZGD0x8cKTdxgWsXXABjvS8fON3cCafDxNUqcBaCn4mMzKcwp9USeow322shFwejg1RNSe0BjLNStiDs4JNfHccDKpNt3eUNtBs8Oyyrc9APiCyfDYMz1lisqZu6MYqct6xSwdhoUVIsw2+6K6rl+8Slc4beDJsBVufxGx5SM+hiECXbM08VgtNvCVhPxpDh5UCdDH3j3FIv9LKs1xjFJi6iNB0rXUHN/waXIDrux5syHITNhMM59yGsMIqt9rS/bh5l1WxkPDfg6f8foSnxiM4vjctoQJ5IPeq6eidcDPvWP3D7jrNMJPI30hhtfDdHZeGOVYmq+lQNN+Cdouy2++mc1AzXwcT+Ha/JSg6ixX1kkyIe2V5lDtP5Ck62Up3MbnAq5tmm6W7vaZaPvCCMiKSuUWCIb/yiVB9Dx0i2wVx1z+/IKsKWabYWQqiW2RNCwPwVSGslFM1VCv1b/sZLlUevtSmKG84bietJSK8y4gr7EocGRHJYQet1UcpRYcdtvixJdh1n8Dmw8tWzM3m+lIDRqpuBLX2YlNRsmS34TozW5k8lJLz2zf6PBIwvDKEXD1PgLPqIv7hd+s+vxgqQhqcDu1TodWxRgWzXvUvrf9giEZsL2ldIbPdLSOb0mL1R9Hcc+wv1sYC6Fczdc9SKDBGBPlfKzetQ8MZj7DxbmyHIWwlEiYAGFLB9C9Fkjpc1HI6yuh06/M/pRTKYNGWuw4CFrnviPdO5iokZKe1b1CKysq5aCf074nnhaCU7t2ov+rsH2zK9gaInqk4r+cW8N0krrOEyjD4+dP8RC/zMDaAvxElam+jQ50XDHsMMWgwGUFCHE2ayUgLmqovFToDm8mm7hKGWmnvnC8KpK4Pyf0dyiD52iGhySg4iFOF2qLRF9a6I/Fv71hi+HdK8bIqL311S/92YCikLgxr7xIhoXLiPpC7bEkNjPScpPaMeQjbwxWIWfTPhI+uSbqOVG58Lx3SXzjl9t3vk7LFON13RQkdJLs5DGV682xgDooqeXv/XoGz3AyUN24lPYrnXPgXVjA2Kvk76HosZK68zy2OWAFBGZiUSMDMmx1kqM8fg+ly6f+qiuumoYLk4v7sRalOVSaH3UJC1h2E7txF6lZhf972bkt18Bg07hRNuvBVCLe3q9pzxmkCAY5aF7RxRW/vdLthu6XHFQlMu5Z0sBibaQQH6IRvSOsrVAl4m9yVMRyGDmolnH3aoKRhwEHH8y7Oa8cu947oVofxyuZGbU3qlvKFBgMvqsPObwVGqAHAFexJXI07D7R/6s5FN9lR843j4h54Zz5K1fYz7GkMeqjRN+FZ14E7kp4RjAB/AXxMfpChfuoLlQTm2B6VhhXZI2jyaBqnPk+DFfJm/vUjDQPr30RllyFEIWW1tryENbGzN0qa301p14ugY9ppdNQy5ypyQMujSjwBUhSG58c65JI0Zd1DJuUFGdOXBmv3tm8tMvEtWdg5j2r4Jwm30sfgYn3dBjqRY+RLCGhk3quZSzaWtl4EXSd47Q5elYwvHtJPErc2EmwfKVEdsPei8Y3hIYA1edinVtNf09gLu31I7xK3DTg4/tF5d5rSRo1Do8b9myT2+y0EmoY/lgi5iQLuftMB20j1AAEkxjXt61ACV5orVAOuvni38QmKZMm3sVuqGAw9ampW8/0+QT0qP2a6z9MasUYfPXAEF8dYNhtFS2WLZi8sou+t5auHxlDqizSiJVi/0tJcqXi6jolRn7pJZ2OhdtINCdXR5GxWIfHciTjIe8bviLVpQv6IcjH5VA8Lj6jHS4EcsxMLbQuod0F8XF7eD8yfNXWZ4ylQ4GVsBuX9cZCnV9Dz5ldLd827us7Lg5M4juo8377MasOdC8Z/kgX/oi4JD+xIY8ddJQyqSH7DMLQW3Rm9VqfbOFt/mh8cehPZCne8u3gWq1MZZSqJPo+jN4bvlsNSbXv5qxfgCX6eD93fsBObFWjteLmxw7wKxrW4Jf3iV7Jjav2L50VCMM/QzJ8yV8zdMKf269BlNLqcOwzx09LVIp2bDemil+cqH87i1CBIlDY0gsc5Jj80AogrEiapvj7fx19xoQQkcYxDlmXC98P+47iS7nmuzk50m+t1PYYmNheRI2ImF8Z8KpBN0d61vfI5g3Hqn9Y9R8ZcTPsy9fU1aU0wl2pTSh1GAVG7SYUpY1CKTDSeZzgpEFHAZN8OmAQAmNsCWKVVs9Iq6MrwcQ/zh9BtS6AZU/dGqTM9Wjf/k7+qx7iLZN4pYcDtrLZ3VbxIGDJBYfUtOAKaK6AV38eGjFEeiQa7G0LwaDaq3TAfS9GnyQ5+FXTDUIEcPBBcQ+iPfyhkXaT4CmpeNIqTckQ0iEYwa2xlmQY4rh4snAe6Gnmq/wLahdsLHSv2/bjRgupWAtZ+1GiapKHYVw85yYd7WmAONQFDBc9W3+1ZwNS82WRnDZ/31ExkDPsUgQeF0Lo6RPeTqikhr0XkQhIWkchrKq7U+1U8zg+ww9vnLUBALhAJ3ULjpAVwpjlsIlVOdhfQoWHuJIIhSCuj+LvAH3A2iq4gtj75QApC/sDnvqPslFBzYv4rTrgRbQ39Xb9vl4TuU5IYqFI9y0w24zN185NRllQ6YMDBZHLzxrQvW7SoBbWNieklTJNxnQ+KMxyTQVd8YCnq+2HmBI97SwFsXGa8OCFSdYtfOhH7NdwYV3zw04dH9puID217y12h2ufNicQr7yQ3ItuGiD3dAMR2fj2ABRwaIUpnt3RUtxgjlZf3FeH0xRpXH/Nj17U7jIxGCL3YJwp6o8OdM9FSiTD+rZDaz1uI9CzbJDJLlKLWfOC6+rVnuwgrxYExCLGnJi3FiKLWAD0n/iFrvr1Blp0uRU7fDcfbmiiQ4z65pLGA95nMBCuuqVfuqlgj9PGF6khK5NPxmkvm6rzbFrr1leFgtJpNqFweqga1npa1+6/PfYbAaRe1rfvMTYWE1JNOrp6fsID/J8C88/wq+d5Wteifs5IAHWFghmAkKr+YivOMvhTNWBrfM6h+VXyuHd74wqtqrJ7QlGg725qHSVGM6C9FGCaoi/1vKIhglWIxFVN6J8RUu7Ot5RInythYOLyvYRXXqrrT7RV07b6FIKC/M0DAruwFLbHgEtafyCB1JpppHIKuR6rcX3TyJrFjh1VECsuG4R3MQL8uTQA4ubnczDCxynRR7d9HW1k9ntJSmYCJ4MvUUW3Sefx2NEXrCuSmaOgVgXRU4U4nS+84v6/G8oJavjDzvrSmOVQ1sviZ0vuGbaq6CGVLp9/VotFmtJAJWatW4X0gf/Y2Do/GQe45/7/OY0u+prDrKQosYyrSCfYn+BID9g9nzYtO7vv6kkyPkp44jcFpYg98ehsraFobUojkxjiA8pNz9cyJ9A1va8w315lbn5AMRiT0ZKHR5EW9VtFaGtKjHI2cE9ApEGVa9qWqBSmJ5+bZNvJbDO15Hj/DHs4RLxJDdvSuLryyECgwwvZWT90qhduWDBOq4XOFhs6thYLsY4V2Gq1WhCEiTUpd3528E6R753QyZiMVs8CU8IV0sJ/NOhW/n7UDexrWB4HNFHtsV4qBfEsjBdgQMkZiyNETbQYCmTBVvty9EYkhuXIKtkFJQLK6n8RsGuYYIpiZMDg8Uwe6+Yu8B/ayaH+Ev2nwaMg4XqYl6hECtpbpGfFYNZBAg7iS275nX1VKViZ8kTjiVJBmRCh30rGqP9Sng9fLSJdVZKqLhY70deGVxhRippvEUsMMqVUtMMiNvbj3iBeZxDILsDdArxnkHJoq3S1Izuo8AWY1LXe2jJbmAr6l9uRNTa3s6i4L93eVJ8DxUGApYwUrfOgKQL7+RB4BpsthUBsi+6bXULGcaShbpGi8FCCs7uLkmo13hnAEqXDmpE3zKhZeRtheCEUvI8aIymasH6pscq0yJiudfKVMRwHGhRa7zQzJir6Bsk6tZwxXtp6pWVNM2NR4ShaVew/YsY34FzzpKdSFP4Dk+YDrQ7Um37/ivofLly7//0HFADo+3/+eyW0TIHmosH/smqiztpSTRIngudNJQvbThe9DZrRD3PmxtaXI1MQ9l0Zau6IAuy0Syb8JqnnOi+L/oYmDkkjDK5LhYmLgoHuv6HtmuJbuPzDFNNJ2SII8NJ6rmXPzugFc7xdeNwS55DLtY0MV+z0IQGz/QVLuLJ1I07tFCiuXWF2AgPO8laepELB6L75psiZ5On9lX0mEN1AQrrjmkEfGjjaoX6StY901guDmWO3GeCwN1KB4pR8M/gg8XFp9gdNsr/85n8cfmH74zZzBo3EwI+8u2KDIXP5TwplDcqWCDOiSeeoEPejFpb1IL2jVPuGzU+3g4u/tbepHFesHxS3eI12CeP6clVNA1zvt1F1rs4agl0Yw6nCzeuyan2Dojk8rtqTbhEuXglaQh8RpTj+5zlj8bOiIaI8s9txiat8NvF88W7ByoeceHcDPUDsT4vP96cG0T7sxoHbIH1S00Xp0DQ7w8XyblSTiFrn8TJ6N9cQ6haO6Vaj+crwnGvxfIpdEzCLvwUNlPDa9AjnOq4BDiZtDdHb93vpuf/uF+SciJtW4scAvNasjaRumwJGcoX9SLl5b5oSoZKb7rNLGg6EDLLFeAWfdvljF5AKViG0hxW9H8gRG07G/5OrpTVbG1QTCV1vH9amvscBV4Rb8ZQFCYW2MmkCHCY021t0ETUY8YhNapgnDURYDJAcetowJhJh5Wam47P4zJvBNX5q8Jy6iITp7cJAyR00dFuso0A/q/JM5PyKY0NX6+ODFTFtrTmVxgfMTscbVqpt4J+4cihIs7yuw9R8qJ5XUe3wQ4FAFzHqi6iNv6hsCousKW77lw7AIENY4ePCgVv5vLPOfGoFtd3Epn5P1/gNrw1p5bF2Fz/PJUm4eejMcCQ51w6m5F+IFgLyoDLqqUXiVwr9YQfr/FGANoSmdVP48OpwMg+ttmmSHZcmzaDRypXV+/rqh2+Yyih1q5qY/dCZaupOH1lesg9ZWQ9XTgfpKb4H8B2qT29v4I43rgwaKKj9KBPc1vTd78GUEItN9NlPkoah3m6WFRRW/mFD/vSw1MFyCzK3Y9fTZb9NcV9Qu9SAlaSK1Y6Y28nP5Iw2ByNNH4MSpO/TkgHCj5CP4jGdUJoqdQGrH7WZOD8K1/n3zaDgLF4Vk2MyMefppz2e2nH9L6MWgsrlVKBut3QmP2putxhyRsVx7XpN0oJD5bscp+Qm+OvYmm+nGcw0GbPKQ78VC1FnsneD1Y/ALds1tU9soeESurdBw8CgDfL6d2Yz9IA2SLuN7LOOU7qez6HodKbuhZkjxa3djw61uAuXlx0AyLmhCvB0PoAL6ZBtVq5QhmGVpVGDYCYEVUU9modSNsWpCLCgrzyjunPbR9TY4gg/9LX89kpp8ugnSgBWKiIYBENDGKenSqdI7YwEGA/+UnRycdgAAtABTsd4D0lLcjv0pp8kstBfJPiE0wDUQjfDDO19t+4getv3r92wrCoSl+vsMZyoMJ5dsegs2SKwpVrJjSsFZ5PF8Y4FzIha5/TSUAm8IghU43qLA7iWI6uD1szeo6Ldp8uedpneB3lhVUEs5uWCMnGgGHvmnuwI2dCwt009ksH7Ncugyux+Yv1pAAHeUbi7RH6RTGQLWd6LdecmESg9HNjI2R3BDDGZ4rC6OxEEQ4OHfbV7DJhGOcvtbx7KvWC+prdN0N9F8t8vHnwA+xREMZayVe7rLomnytS+Q4SH5Y6Q+AmQGJ3yD9DhhI/dtZnFMihqQayYT1JeiaKbTxDrmVUy6b//CTWZ7n8fv3RKdrqFmvzef6RyTCWn+yBuGnuXc+Qd94cXU26pCC4o0JlyZPe+CKuTT4Lkn6h3wWnTB1LCNakLbSkfbvqyOTcp5ev2buUeO8lamGIurCYmsqWTlVpgtDkSl45a9/x863+XMS26rrg3V8dG9sgCM1F350zgzLyIvKpMEjbFap4yZhtjIk2iFkeRIHqe4KLHcZLQyKjQ67ZVoKZk6UmHph6v8LKK0/Lo6OhGL3C3m7ndwqL6smB4oTh0J04sMN3RpON8m1dQn4sJO6KAbkDq0CK4Nm+80vFr4f4RHrc/aNVKSYmgTjAe36yda9+jscBHNLFI8GdUh1w0cGKBm5a4nYjsaclY9Jl94H44/UJ/JDZVnLvEH4WHtqSVRfnigGNuExJ0n6Es0tZLeDIBgkV9UmuaqFDp/Dec3YxBiBbToPv/YVY0DGIdjtMjNC5M6m4CsTwI8atyshrDrxZXY6Ai5g7hFT0mfTs/NBo4lCbO3zGJRxF5xuvobWA6zWg/2pLXlrTbkUi6OAdOl71B2+uorFuK25Wi4SK3u5TyyjXszqloJ00ww403S+VvsuoO11iU+/dGnJDUfWIWL28t5Uw4I93mdpy6lT56uASdt4M6k0cXCACUzX+v+lLdeslsWzOnkmkFmfaf/PlDpbkxQf00JFx/9dG0hqCdFNB1/2ANSNi34TTA7k2ndWPqu4LeDrAaWxBAf4Y7Y20+WNxeyLC6CGZye4wk5CLQo/GhVgh9NPcR0qXNq5rVtzqllVKL/2mYB6TjzsS0xkq8C9AmHy5gSV2mJArdDJIM4nL6vl4kb2l1bFzV591S08QzKwxLBZmGaQcMPzUMPcPW9c0CDtyiFsD621tbJrbIV2oYrzmKzlyixJGFPyVIo9+c7zAgW8NKW1cI8+JYXSYRZLcC2MBXF8npyCASfRlYT8iWdoDiKetRYfLn43QjQ8Pk5AE83Ib/IWhDaElJLeYWT/GCKJYoR4nB+wkSM89EJnKmhNNKEQGueMwcGLj/B1Kn9bV6HHSWr1pSHPU5zOJP7jC4G+8pNl71xik9buL+BlvjkDFVZU6VTDEiL5LrhiLoaYjTGNHVwD65WUdh29vtBXCKdmCXDEMHZ0jlMvs3LW9cTlAonCTipIPxF0ZKlPw8QMaur/p2FBVNVBspOB0B86IoswNhEo7xuYTlNovTlnREcVSCwoBi8QcSuwmPLOgOr4MVldTainpJPTss/VrcjOAGZhcZQ16lixYfIuXdBrdS3hbHUHhtjdF8t8zw38zU0VyVrlxdlGsh2JrSY9snheyljFKUddJRAWlrYtjarkpXlwoj5yis7MQg79pdri9FFtHE5eHtkCDAL0o6dT7oLHoDP87rtptbeRI5XlUnvhkyMiFeX/5Nj8vbs7mb4jkTXQvsLH4pha7u2YjbGBu2BIAWYgp4n14JFBLX3eUy2jGfauGH79e5je7MLo33HLUwZ2moix0ubzCWOw79D/PJatEkvB3qz9Ycu+ZreJb9EsFpNWu5oJXBZzBO1wkWFjJqyPMnMgdVQG2ATTQs/+U+ozgFBgpIvOmGVuH9pY2gu7e5o0WTJhJ42mRbLwv9SgiHxfnPVWSx4SrMjnLCisDKVZaRtraWd2nvoXUxHhJbbUOXcIQDfyEwCfsyHstcQm21xhtslCx5XiI9JPQ4Q8C1/glElE4xSRQDiu/8cLYEqtwJiH64ChMBykMllWwLp3RDvFceabWoocuQU59aB4rIRR4qg/FD2G4Dull1HiXWQfQ/HU/LiOUcoLvEKYNeezuUV0EvWi2en9aIR0qi6iAr3OpCuiZHzFS7bUW4n+pg4AsHXeaWzjBzWWYfZHSAFTAYxzX8RErjnmXiHvXBfEgCBzOMLEH3JFLtwH3nE9ErouqTXwFkfd1VeJYM8bG/au5KrAKDGX/Sf4ppaGL6fORRRXS2NjFi2/Q8UAbKQBkrI2WeARhch0wMruNTI9MkOLm4/p3+GAD9pveujiRxhwEu5A8t3W8qUheX3C9m1UQwgN3yNa/gO725Hf+cmAhgr+V3BAB+w40WRoT+FsgEp2bcGjtMoV/ix8ktAUJvA0gj52DfrPsxzMkH36UEXNzn5Cd/EObWJvSLE2nCLmoPXLpdZL62M4Qkf2JEESU/Owxz62YsQSB5Qh17ujSPgOoffAACEzj30CTMRe307xZHXgAnzYYj0yqsuCCOgiA3GmksBCHKtN3ZnK8j7M+dY19PmsY3R7ckDos72GEBP3UuFJfr25+wym4IqSwYC4+Ieq/xrfYYjJunFXBw3C1vU2cBHCQ0WntovWyBmS++V83WCiDLoaVwu8lLja3LDmeu+/5RPLWtu05ul7bn2KnCyF69FuoEGJkQcNq2PJB0ju91ew9BVcnJEGWcRxFTJdf+dMRi2psCzP5nl6K7YkJKgrTsievqS0qGM8e06MjqgxkkyiOMjdHb/ImhIX+p2wN3gX6RIdZpS/xUZMzjAzYwZH1mJbU65w6E/HCXXDv6tq6TzqdfvrA0jqjqHt/azNF4qqLpzV8nwcYQfiD/ifTTveNHhTwdaXRnSEvdVoEwTGav74YT5Tskfy/VYIc7mmBxZ+/XkJNh4879a+/PV7trltzIopxMCn5BetFkb0Gahtw7fnwoLcvtaEtKNCqdIFhMau1L4Fp097cO54aOdOSthZxahsrHi4s9rEExJ1JSqWQE6In8Orz8liX+iWxEoPbBcV+uqVUn9I185T/UiqaqUZ3POnoGxJCeipKCirc7UpaV590U5hOErSrn4wwrx9228jS5U1V03U79E4DxLVQCWcq0ciiLCjw3fl2g6uFDrvURJUJl9KTBAgfskhoo4Isdpak8Fa8GK4to6fd+PZJHoXC5he88xD++976IFt4W382DjDx47LMf+GEFI5CVbMCA+MERZQf2dU5fjmFmycaDe4Y9tz6RPjjGmb/NG3BgGk/eEX/n1EjzZO4dyi2XKpPqciyxopBug58GAV6TFks32EQitvQITdBssuGGPgFYn0QLTS4SMA19zrPPzGQManFBNbnJWAN8B1Cz8qu3WeglwFMUNBWquKAfligGMdoirSN0ynhP7EwfdqupMcZbNekSOKGYYeSdXURrMd4Q4lTAUATo1QDcn7hONrKwSF/CmOAaNFTq5qodS3XfHTDAYuJ1WLhW4YNlKRGbjiZYUSqhzCZsQcEAnpmrJvG9Tm5wxyVvX2IT8CLL+nLJ7/iU6r9Mwlg6lSag3hhnCLHsA18p5mFRExHkHovlvl6QCMMCQ7aXudK7kc8x0SjByQP3yX8p/FG0KVq9m7hIBuuHC/3A06lboJ8jBg4V9xmsRPo/uw4ztcw+UhhpoDkFJ7AG6tIJpRGoyNmgNNsJbJDbp10EqIwKqwYOp/ItMZIXNsEAuDBzE8J3a7m4h90YhMU5qpfXbIKsm1+G//Vnq9mCnq0gpivzuX0xY4pPfsFqBcqRDroTMnUMdbN9qCmWmXykuMi0/USiZdNdmzfgfAY7/uL5j4XKP0pKcb0L6ydpl6ehCrpF8mMv8BUbKk1rd/A6ijijdvQ/BSDs0GTg1dTW4sZP7sNLPkDXz0J/s35n7jdBkrc9+1BpHwak17NZkWGzafA94QWBtO31VO0/EEkitb7h13Vae7ph2eQ+djiDaBoJQ7O9cyd+8WyhO6RJyjUUj8hpjbSZh6eNkXSkJ0kyYzbUhazYJs86GMdAWgWVn04QzJANrv31HekotupVSmBbpBCg3PhL0OeUB+r0/UbDIV0zDxNtxX+VdU0bNxnXdVY6S0pCp5HjIjAwJpDksjBmr0cKGKDxQkgKe1ObXFKWZwZxZ3pAd+MtIyyjZiwtdtOF6n1mHsiCQvyg4jIXv6wL3n3vDoPAx6fUQ2bXVnQmwawBGRb6I/RF5IvhU8wLFDDatYzzs3eA74BHtvhkGkY4HX07nu7pChhmcx3RtrSBVkKRYbZsgOcF1ZGZqZa1P42v9SkPnZi4euMsxqRSR2T4PEVwY+p1PGX8cttWMX8tiPUYQftbW/muxNuCmLpma9JNWgaTpqBckj2bB4URO0UBK04s4LhdCA1QFr1gDJNJAjBn2rAeU7zDVAkxZ7Ccd18bve7yzS5vLY1IYt15gwZzECGDfHOSUS3d48iGornyqpVvj10U2+ivxCmAUmyPNbwZMNvvV8bK/QLlt5bUgLdC//rbLS3Njmpwsj3lrycZnpTGlOUY/bUfFHASAn1LYCtVZJdKGlF2I/SXZg5W6uzVrAiAf4y+CKXbOjIIgKDpAlH17o52Qs0BvwHrumKu35HrBoau/p/3RJgRskiMdrG/2zoIyVMAFXGxPjn/+WQt9DROwvtIve7Tq+U82v7CUshOQZNs5QEYrNKK0deCXAP291AAC4NTQMUmeAIxA+0fXCmVOx4JAGjgLQKx479wXiAN9vCgQ1gqaqkAEjFemvUKgtNp3ZKB8asIK250e7ENe7b9/5S7EhD3dEeYTJiobacX7aSuYBOrSmD6Q49y+jsQpLt587aURcG52AY8KLR8q+ufO9T7NsYprwQnIWLVdw4mQcQteIUlNXLRMZkyhdY1Z49j5bAIQQ0H5jQm/kvxtbLv9LXbJjLPSXETSb0Q6xxLWqSj8bhtnJWxYSVcRj3Q25LJmSkO+TjjemNc1vb0TVbDxoeJftfxV9a/yczDlxG/yiJOwolVmpFHfX4sUsMtLGJMG8L0GH+99FYHrB2+gDR+DwMmvf0vEZMr1MDD7dVMFJ4lfCbrO9IPP25AUgwuUydWY6Q3167h4gTzMd1ZV/+TdRwBSNfBc7P1h4JNmREhSY1t+vLkDLBmCeTLR/H7tuPfENTycCwpTvAcyzCt/U/0bXy0Me5ZzvCkJo3rTHWLiUN4jeFpA9YZ8vX7n8XEGoipui0jEa6yZVdsWKITepJiWriWTDimpmsgTo7/v/RVzvKxbIuLKH87r6O25leStR7istGvQyFETOsz5OxMkUwyC5LJgXBNWA1jMP8I03mylG0BVjJWV7GrRtPbnDwVeBAOMMWEPbczhUvTf8Yjfa51dqarQtiLjM8DFpppKx9ytS+mlufnKV9g70FicdoZiJbdWxyTMNBEA/2auHQXD2FeuxR15AsRBF4xr2eVM9BTqcxBbczHxfMQseog1WCiMlrF8lZxk2YI+XdfEhfXQkNkmtQMUXRjsCCQ4fJwfY0Z4+XnRDVekS4OD0NrSAMOBcYvLBnYTI4HLSgVADe7dJQvJI1UUoofZqyJLfcXlChL747aj7lxKSqzDaMnh1iYGj6V7FKFpauOQlZU0gqZZ5xcxnexiqp+VZcq9qe4sBu392f8CQpaVkB/n69Fy0HVSA6Xd9OCtbbbM4LiB9g9rfdlZ3OQP1brt/MfDavhhXSW3MnEDBe0TGGvZrrs+EKTCPr1P0Zk3ycfm+GeK6hmZCaxzZui9WdZ42w4GKHpgNlkvP46oLGoKUombvuqdr0xy0kUHb/v2GzyLabWXFVDB0ZXmjgzV4u6ClIGuWJJrn7603E2LM+H/bV8oxwV5+0xuDJzi/deyrKx4K4R5wNv31hRd8Mfmn1E+uURfj7BhbVh1dAvcDAb5QkW0ALxN64KseSIFGyp3jQzRxUnFoU6eRLRm9QVFQoZDRNal1AkWbm+ClP3WkVZSuJDG2CrKQpRKBrt655fSeqc4/OaxB03RWB9BK0bnGZJHMllh0Lvp4iJXVJu2oY9OtbwMuEoXKq/u4OiPoeCuIr+RlLF4MyDnUM7If8H9gXsCnIxIIVQEz4CByDUwGBjaRqfKtsAbZCSlMhcU/rKUIQOO18TAiWBaQdTLDhKmi665EtLVRiAK8qYgAtS1+guzoZTMCT7YWVqMVpcAGzrSgiQOB4WzRCWbsxO8VS5r1PfPmEwk7NMb9sfQJ6vBAJScNFbvp6d/kVDCW0TBX4GUSZeeMyylFeddjIWLzasT3S/d63XtI36jUbu92h6aLbYAKmXflLyWbaiJN+Cb0uJn96CbDB9OPloJ1BPJnJ/k8Hl2tTdX8jErCJgzk0Eu+dASll0CAT0f6Zh704aLOKB1/2vNA+Kz96WC6xHUgI5unuex7R0EBJVRqCZG1MAkWGRJ9jOiwcWKCROqPRVnkdED59DELaLwI+/N2NtsbyAgIpuBiUaPVVr1nLv/DpVXXfgxkhdPHWbIS5CGNfe38bfGrSK5gAGRFCeCrqQ0AlacK96yACIwr8LmdBrYzDM+Yt/lfryhTf9z7RtsrAQJhHmOKmgIHKfIdCJ7Jss0cnDrtzMjPEPVj44nfP829UTs6KWK26Crt7gfMZbza50UOFZyow+EofrdJeH1p1PW0IusojbInC22/5CgNRiggRsYFo5MRozy/YkBsc+hWuHADlM2vw01GlbUkpOG4Nw/uGlJyWrDyc7VotwkX7AmiTavIZrzT7mjGSCns2KFUaxqCZOPUo41XlrK2A1R8O36i4NeSjJGJg1OqOkA/1NvpB6SPclyxBo6nteWrllldwm/yx/VtFP8VhJnkaP6SSFQXmkAbPinzhOL+f2//0vMLSUBJEMfKhOSnXKjVcYj2sopmYkXk6XkTlNa/Sy0OmQqwur0KFnCq7vY97jTegQVPBOar8f8yDK63Jn6mkDpKn5hAOltsvgoW5W19DX6TnIcGUMFY0HGiE8E2qDSdM1ypQYQvq3QQ4OaNOFiZdkU5ZXAq1zkQVIQGxZKWUNFq32lmm2sqVhrbVU39Pxf2jk+Kp4IBQK31uKQd+ccMqjgRjmOVTYtBNTSbm2Uar80aRFP3xqjget4gmNSRRyIAh/NR9AUpX8AJGq/hVjnvVfwjtJ31WorS9hyqEVBV2j/0OC9HzcwCPAJKPUCp7Utc7Cq0vzETgfpkM6PZhWQhliUwopavDKROl0CDVhpS+o/saVZTU0mw/+CM6dmoX9M1rhJpzM7JGPKn96H6tsMpcsZP4o4t7HyvLqXuGZSsA66pu0+LhnRJfAWHHITEGXY1RoAtWWe4iXRXwOUFdWwaoLGTDfq3icmbUSjNokdVozPcccpHJE7au0Minq57qiKUHhWLqobPXGf8FQIPcusUk8+ttydLmzgWHOZD7wDPjpHj9p/w87/PfY6wHkBUJjH2f3Z7X8/6+4MLKxYYryfwEXlAD+4F+g+D9zXED9LyGYeNoZ5wMYdMbM9LqWveVOAAqVEelV16ZbvNm8vH87G0zzZLuVriltG1QLScGjjNTOWL/9ugdvzzQd5wKYkMrMdpq6YsO/24z1K97BdhTb7m7wquPJmYyyhehZr3dfb2HiT4QOoOmSqZpB9TUx14aJHNbayCOEw+Dt14xjAsuosjAFabXMlw4rHCj9dpqxR6iXmw2J1oMIoRY1NsEyFKgD7dPfhMvKKfMSw5Hdf1gtr5xhA1/363e1WAoRrdHSDRAbV6SwKGMEImQQIdwGV0wl2eg8rWV8TzaQlZhuV4SPvjU0ssz3oWzRwWHRwTQAo772hPbPL+WAlZHCFKLXSgTYiTKWZpnudqhgHB7+kVJ9FA3RngSGrk2lxWKES3OzwJO0UEVhzFEuTxDrg0tpUIXB++fnS3u2tmGSOTXFV+BmUAUaf6WmJMMcRlSJZemAcvumxTY9SNkMsBsmrP0Z2PSzAC0iIJWwDBqS0rdsQiIx9yEus39uKpLLIYgE747O9cBhw8HpjOPNpOTVFCaCg1rpq7d1Ecj+hVky2X7iyEgAaat0gpe25Xf2mC6qPibaVOW9A1U7zUA/ZmsvZEuF+3jOCx+GThgRE34RHfFlGqgk2HK+JOkHeysuG3VuIBLSfzXKuS8R5K7XJL9qkB6ciDW3XFVai8+EyusD6wCu573AxH1dg9gD3xpbrGbG8ictLM3JZrpCSPPbYAoxQHHSCHY06e9igqBqaCQzKxhfOWiua4lhkPYcSEQS7OyRGDHfbmVFo1wodN/rPJ9O28ll/LGYizV5mdPF71OLucdRhVdUmhk1P+XAge5snmXYc38SZQMsI8ZreOoGGIvufn/RCpr2O9AON/nmFUYn3cT6jHF3QbWHcbH/sc1lg+QTiuJS4JxOOmZqYwB0TeAmV54/Cmo2STt/x/bt6eoIznYUrIjtU5kJFpxizo5DrrEM36PswixSyFc+WJVivrqWM1TF3nzbFuHjbJVmv5Kaw8XQ2QrFHHKMdhHMzj9qmt5uO0dKecmsfeOavkr4N1TXz97eP9Tt/n6hI7Pp3rP0qwCo0/iGTi6KwaxJEkqIoRE1/Lthd1/u2r4R7F9ZzdfTQuoa3nI1UHsrxEc+ah9PaRRLKsu+R28l5OUQfdOfUX8/K14AykiAYfEt09AVww9E5crkgXxq4CWAfChw0tbYfS3f+fgfskMrwYIbi1igUr+xiA95SVLstS6QVijhOsa8u8XQGf0Enn+/MMWbgbW6H9sdFvvDbcpzlLX7tQz5P134z7wXnMo341OqN3ZvU1PC8srljyMxQZwng/VBSJ3+Ao9Akle/59zffuTt9i1daRKnkADV5vHN7RO2CcnVg300kMKVUaRdv79x9KaCkpbdw0hsij5OR5pWW1lhYbDAgQzPeaFqMUkBnw6QJO4Zh7tDOwGTYam0aiAeBBfM4yBOwwiYzEi+6D1gHSSrFVYq93EeaSKyvjXups7wnjF8AF0Q78uTqv8gAsNoQmeHc+/aHr+VV04zSSfdjt4wYM1PKIbqQTTLfA7UsDKcV1CgrAtObT5x0+o4ySJK6nZuUGcUKLNuZ619G1YgKRSPiKS6eJzCmdgKwv3HGP09lEairu5U+o71A0KeLfxpdAN/IPUcXeC8jAdm4pO4TYG3O6uFIdtSc6BfM1dgE+htMIowldqDyDzznyEMagUBkfvivayze/GBTkoND/rvmOPrHPGLrn2tuSoX/U6qIr1y1g2pEbyj5DQyzhICpZwMaDXFoHs44VJJWRkeeWtQTrllQYvOcSJl89b0aLl6nJA7Qs4VsZX5Z9xyM5wcLm4Ou8iYOkL91mdTjKsJf1UxIJLBddSoLk1sBT5E+v8HZde6Ebs9xx5P66WjHFt5YdK2oXpeQoQMYZSIz0ciE6Ip0mKSjBaOMt2hKO7Tg90D+BP+c0U+1bICZQV9yLugjV1JCUbFxYfMbvu7mXlzGgTsM+Zo7Jw5iR1AczakrgUdXhIEjpIjkdADqnh00KoJ7zqERs9WHNkCOLYePFxHCmN2TGudGbTcumVOKiGWYIoPuIIR5RpNCRhKu107Sq+mQBPKjRwRd+XYIToApuZFa2nSXy0B+flWMPAaJ3nxaMsZQGdZzoHvERF+YLKnonYg7hPClK5PfCkGHTcdr96fvQek/pCaW340HeJMt9bo2foXeXaJ5e668WvpTHhJfsGxZiNIDJk2l9sW8SwdRKKBguIslQuEyWqaC8BnLUrx/16eeEw4qCULGAwiGYVzuS9spAPL/ZK0VyCVaB4JIGEb9IiCL+CXYjSsVZHcjgIPP45HmB0wY8gWQcIcjDlHP//LNeK6asvRKkAy6Y+QAZ/LUcbD/KULK5zjSuAQC9XYHd0JHr4eMHXPmrjPMRdolI8NBovuGEEn9CyLK6+iKj2QqD3ct5YYyyGfHV+U7pHQIxlaUNw7mNIO6cGLXC6K1Rau9cVEockzHpU5WO3R43d/LBzf83Iq0rYe2+HzeLDQbhBHE9RC9lBaP8KypTBD0EB3w6vyqpj+olJkvIxKrrrPl1FrTlaKI2bBbrBsVwmqSzJ2DQ62cMqdumBK6K4y+8Pu6PzAyBQ4FzH7zGhXNue9Z03I1JB98oBF72XRYtq7IspUqQsEX8U8oLpKaTz4pHb1kM0mlqJyFgGFZ1pfSjbZuquoMsWWNcRbu7HPJ7Y8RfKkyDmcbJmQ8nbH+KK0r8CMuJyEnDHKVpsMyCO84eC6MOHyevrs0Kq9Ivekb5TsNTneG2Zt0pvMnyDxVfeVgGbvi3llkWEDZddtbQDO1/uyCjIGFT6adlV+ZqAWHOiUDiLCqwFrE00lEC/PiQs6D105S+5yg9G5hNqVXTzjcJFKWu4DcOpCLEwbFQKunhwx+XkxURYRSqKocsG7+MWqYDE2Lazoj3B+QB5t8iqCX0pmDMQ0milqsyI2cvtASAiqth9oTKIQ4YSYRq/hZgmIcTfQE2fwLSZxBNAz1ERWTGQ8vPXaBZ12Gogp3r55KCTV1zd3LKgq/4bDGWjSxWnDxFGFtfTtAimwh4FFtBdv/hEYsZ2rz/EAbS9YWhxCy4CtDeQcL8b2QPx9SqlwGyYicULkOjeK5jzpJxrw8K/Q5jai5StZaTyKci5Qu+qmQrUmKHnFVPpnZF3cAudUoLdZMqCKoT2kCgTLAA03AUWA+RsX0etzzYNN07DFiaYLfTSwnYwuLqqrtsYLvVi5PeRYtpOfLZE1rGyjyXExWmEtU3BPQxlzb8XAmDr7d+vgmGedYsRqjfspV7yYcC7fy2uC4WglueaX7I44bSGYVuoAaI4mXxOP7U4Gc7yq2lIFYNreloBcwGh74rTEpD/4eKBM2zXwtFPZFz/7xPZEysWk4JoThlwZGoEbqnR/NAZh088utWyvJGwgOKTc6163wvjrauo6zfyTxCMj3WR/XppOdUNMR2QXe6YybkLBtVGbQPgUmn3qf39VxkN1JMULWFZUdOeqMeOKfQJP8v9jX0wbhzxSunvvyyZ3MpXiiMWPz1n155YBiKyetgdYTvSejteM4U5XvYRYc+ss00o1xEaqbe7BjGMQ4aJ40uHD6kDsrEgYYjWkcYAUH1SLTRVIi8Alg8Sd/Byre57+YKZp4HgCoNGDgA0Y9Rl7wy2ORNDUUOusxqhN1asxl8fFpFZsKqlKkAVRb9w+2RmCqr/SKd7Dbnf5153zhbaqaCs1cXMXOQTmxUMuvVxMVXoj5K7vfMtxaIHzsQNuW+npAGaSr5SVVkWPD3gONNwP1kHZ4OlOod5SrGyOWZ/3dRjhDAxVW6X+9oTZymmJx1S0Z/DD3gGpBQUmvdHdYPacyYoqa3/g/ev64HaIsHqB+BvA5eNoRoJaskSxdd1gE75Uy0tkHYMxtxjqNu2PwDhRJCe3Usg9rA8yu3ohiLhnFTFTyg4f7LmhpSB8x8yfOQM/dqseF5Z1TGJFj5d0hQr4q8K2sM6xZsW5Xl57mvLnlz17DctvggsZDLQgfLT9ccyD7VaZukqHoGYJ2v4z3kj22Y+O5Fm/yRT9YuI6Dnl5Zay82crxlVRSCeVVbZvJcK2NMt5ElIyEC8/e976VHenVDSBC+K8KsldwW+G4u7hU4ELC+LnXA9v5KfPgcved5i3TVTr9MvHJD7+DVJY5dGveNhxXdNOmzhsnohl72B3NqN2Fvse48C5KHwzbcX4+zsveciMr674ty4jnJVkcF9hJB9pX8O8fVb8AOHX9lx3EUij3vtdyWmuTX7tGh3vWGcfaFgVfWz3/i0PnP96+PG77cpDY9pZQBqEt195lJh2efFvo3BbdcWgs1+kSciqjSgofUtgR2r+LwzPR8OwombgPrnFWvwbDK6aG+B6mL68J9P6YJ4+ikdPj6Bb7d3TL+X32PNxYZYfaHukB8S6+RyWV6cXHshNmf5KWUYSdQbzE2rqfKPQ9Z2R2Buc9dpQzCqU9pyfKySeDj5F5YBx/+1cewdQF1AzXRyyGlkIxEBc4cntkSxTRUFa4+Bc8x1XaS1ZMfyrHL7BzOHiQeJlekmDM2rn0vB0lofZr5BBBli1v8FMJ5ZwoHSzYCvRuQinBLb7aEJl/PLHNKQuf2pIbdTaWsqgc5w9Ir549EHc7S3yw5VVmTNPUTXrOq4b/gyoEks21vwdjyOYJ5CGK9iif2PYbdRAHeI6rMGir8Pf5PTk+mva8P9Wh1r61xv/6TxGkI0/b+tDBlHQ22hbGgp+QRdyg8sAlKQEXvdqr4XqxeJQLmUyIo2WroYFIc2q1y4+JZYwcV2W9ZLvgy0Zu1AkePT2NjdVUOaoXf0R54M0l+P+9zn36kq9ITTYVF7biRSWylmbYZiKCG77ENnCcdjdQSfWYpbZ6GrdovERDR3NUXjgXYcyDqyN5rTKnjI+1NAt/tMPouVP4jzEj5t+aX3BktJRLJ0RPYQiA19kv8HoElwGmTzyYDE+mC//0Hzn0wM/h2zb/nU0pjl+kvM6qOCO61iE4Vn/ZouOYIv979eBC9tjZT39mw0jx4k/9t3hhLc9I/wdJ72/JIFGK7Obmy9zdizTZYt54hCaUZO0uN1RkekaEIxCJsQG2nnTMMC0y7msXN6CUrxx3Cfb7ZKCHex1OKTNu3a26ldES4OBfemtWcMbTVA5xmBKWWjPEacTLjlxQf14pVWNtvMqJ5IfOhtLloEG4cpeyH4aOBznNgKOR3iKoxRl3EvqPeIkhM4K0tNwFCq3DIwcN2cqfXuDVx8fA3fUlDMtCEezK2XJSrL90UzneUMAm8Vjh9d8PYHCaOJU5muj/2I+Us8BjVRybQAs+g0wAqDnVOT5yOMDX8CKdybLDLK0un2HGMF54THz8Z6esLKDDTpYUa7mG9P4gC9imA2kvC5uW/wQYsC2M16YtDz6AmOyx5beGioamiLmaqaxjpDRspmOPlwVymv4GGDgn0x44zba4dY03KDbCiF8keBXy2Dq4qdfTLYiwD3DevRe0bwUus8NMbGKK2fxumYxki4vGMQg+trgXTq/H+DCtX1DZ7wdUpj0+v/tfoogKYt5Lb9i3MeJ+HGGPBD3s655JB25z8a0gS47Z4WKA1WN9NT13nJHTAuhmVQFG0pfvW3iBHjuBeOKS0yNqML72v3XV6cO/JZHe1rxilf1xfCQUYDoqIOVq6ad+sVY+m8kEzDytV7SA80yrZKH4MApG0P/ZyQb5CuYPevby/mDIypSQmrxR11bhn3ub5E3gEaVkZC6eEQ0IHGydcfh0YuHDyUxkijc+PVDm6zKNInwyAVT2VRP4fkTx6UKqtcLRs3KxbxulNr0T8m81Fh7tjfO92r64eJi2u5s6oxkjZHxYa1kkxf7GV6iNnoFzr1bO+dvzqQwXfY6y9+peKIip9tJ54iRerFrVYurzHUg7KVrnymlawsvlqTDTdwVKoIHjg+eItVIjr7NYz19KZ7f3xqhTzRbtRjUvqoHLIekfWXKbSPpWz8cVyUjwOMZfeVpP1TieiKM4Y6jE4feBIS/n2esnWDxt+98fl7alEt3Qwn+HjFHEEj1WdGmV8WNwB7mHJ/Vp8BNNbb+OxgBTm3H+G+4YOrSrfq476dMfmvsEOolj8lY4lrCZajEnnpujyh/GZFudN7gn345mtY8DqTXpNABTPrZPXWBQZMRZSuLtSI8dFEsGjPHPbcv5ofZJ8OT5f9BmRQWmU1e+E2KwetXUEmTsmgHgKNxiqMlhB5gMlnUzF56zdv5DMvXcI068kvUN0f/VH4WXjm63882F17KQG5f4hxzc8jJTEZvuNCEqLi5bghP9UWMVFtGl2cOVJUJBc5ylWNZEhAqfCgzBwMu9zceCnvDPFx5TKu3viUuCh4xwtlQfdQ02Md0ZqPOYG2hWHlQSjNEnmTTR2yU4/+gavTj7A2yFPXxtx4nZjYoDL2D+sOoOszG5uCfuFdh8vRWJr0At4j4p/QE6bjHSr8VUZpAZsebkDnFETN48YzAudF+k0yOdxsfVxqJf9yjW/GnCvVP9plX22Noea/iyXbFZ3tfd6ZrOsE0c6TjPYdCqDE72ea9gvjdpnCMlN3tIKxIfgF/DbIPFinSZbch7u/niUG8ljeE4bfzl5VgdugWHPXm+0dOO85zGB2MqFMdvzF5pxml8sPpKo4NfcRlDT0HzZ8Sge4PX+0t3eCDRoc10zZKASivaZQbI24oDnG5MZm8LRz4rztPxMuIx1romKFModWoyTylWWclMZbpaQGGVF9TEYZZ8NG6pE5fxrMSbAsKRsCYnqYohQjBpgxofJjNwn6lzUkK1WOM3J1m4kP5Xs9fYqBiVEwA7fE2XQ7UWhtFE1W7+bxJGeJHRuCinsDaEMM7S18R0SfHAHz+YssnrE1V365Hs8h1ktTHRTLuCB2ge2zL5khg6MwyDos1DxaMj9wevvLTsa0FXv9iUokPpKf3c3sr6Mesv+LvWLpkidA+Lw75bqOtFQ0Mk8gUafFhQ8ElPXSIzSUc4xItjui/5sIO8xF1u8+5TIH188TW8UBqErDs8qy3+dzRGnyECNYad465/49ADULuLJKU+nWAYaFH4SOqZFRBPCxDb7hBobPjlnMx7WFH4zY5JOXPyLTuIfIsPX/pPSmSCDL9mmucM1akriz464GJiKZeYZPtTmamf7MipjmTNre/7yby2vV3PsFdINgLmN0ErBo6dGKdjjG7aYofqBohpQWir3ylMO79XalBXraSJ12q88FocJ5dTxSMQLIaIQ1XnKgO1lVNfJfx6LCrfc+aXwMEOV50Nn5bsxLR9V++POWN3qwfuzrRfOpHgX87yJVCg6EwByFX8sj0Fmma8hnupWnp/ao+jJujBbsUQLa+IOkOPESvrjkPqpSfi66R1e4OmM8+GqQ08IwjVOr/mzSNmbypMjJcbF7EdKZAQ4r3+r0ZBgEmYu8Nynlf5WpxvMQLH1R5YJpT2XP/3lYuDbGg8n1plxREcUXemi2vXfo31d+WHAbYCAOoopfl3Z6gO9s2wIq9I6Ks6D3t/gfFh7glt2ZoArmLcMZ6cDcbKNs3v4K2YQxSAxQnuaJfFHM5FBeDgU62EDbFAp1cNbLHDH5WrLWzIx3K/eM5VPao59M5PnOODk2Cu084tkOfgjXp9MLr5ZkrTeOI2YT/z9D4xvXvEYYm0XIqA2CEozVqcmt+CajvnLeEe3OVGqo/x73y+7h21vr/+hm/lbNcda9MFbLOv8bz6jpR4ZwOXqPj+7rOVhOulDbbMCy+duwW2GTQ6QRV/sgRlOU49YyAAZSz4xssrD4ETJ2LuIMqsQOJ6UhOf01uDN+NY5E6GlvAsuCETIwLLeFcaAWvTaW/5zuAkj2GgERbfqPrp4CQ/svTXrH+FNGqPIwqP4Ry8S3EU1fXMrHajhTR4+qcOD6WrFQAx+z1THrg4TC85shPzFLbBOUIzsznfkSyxm728X5L4RTnXg0v2GoWpqKu2lHyaySYYv5LDmH7x85BJLKEYN7eyhx/9BED29XW1jAZm9xIfuD2f8Wt6qNBcVro7swtpTjtdBcDJ0PToHememspAL6+L4nyUNUGejD+wEy1M6049dpYeVeDci9/KiaDXxbQ0vsMD0GOVbPyP8cTrbtT4TGuKrRpzLs0ZtrvOuQNbfM1/uAiWWPFtYoZWr2qFcbY5bAkXZ8ZAIPAfdQjFvYEyKvS0NnsHWHGlo8Ji/h1XxER/k0zjrE9WLeHrtZjaqnYI1Pvt0yQruppS5/0Q1SaFaKPwoublJ+P/CIGA5R4JIdwuvMbdo4f8rG6c2f+uLURbindhbYtH374MEP5o1tJRVM+eIxDIl5zCYaO/U9aG+BUroYsquFDJZgSO4lL8von+z/aomZh46kuiNAzEaZTVz7cHh5CwiJ5rk/ybkG3IhxM3hPBSuMHK6DCJ5xIJ8T4RvIcwCf4PDVEXARPRxboXSnTbBBri7e6w63uJsHF+YcGF1QfY+jBir9mWHXkhXYA8UPEB+LdqkR86wApQSpaxevEAjIho+r8wYmdUWXlQksREFLZJSH0QHl6svcUVV44UuteqRMVtl5YLt7M8RjakaPevR7QJC0oTXFw06BzrI0tCm+Ew8wKOccQwoyj5QvomAGHFZUCZvkE1GToLMElP/H2bsV/Lgc+8MTQONlaXy8q34NoicA9sQT+MSfoj/BzxvES47RewxYIC5uQ/KZPIak12wVjNm0YM7UFC7v8d+SFZNb7uzS0F4nIvEJ7zn+U0wDx2Mf+xlkvS+W2BE47wow3UeQ1NCJa3Q2ix/QBsmIDfgEginJZ1FvN1DOwObr2eCbnNQ0HrJL3TL0nahmupwo4dCZTkkwnQeFb2bW2st+STMLdId0BB93ooJy9lVdpi9aPaO5vhHYuwNSv+hK2xfiTHqwI3bzE1NXyd/D1r+27AfW5Gq3//Mi+uyXH+hWvF4kvIs80ZL/XYl7InVGRVjclsbf2NZjlfb+Z8UY9wLU8ZbCVCJbJxK/nG7DFuEyQ6Vq8yMUu+78fgZ14CSifKIwCUhimFbR+9vUOSA7C6c3RWgHT9FghU0QbOCYY3PIQrtZoI6ATP2I6wIGkv1k0REXXy2c38x1LBPVALfsPwJkk5nAY=","base64")).toString()),Gj)});var VIe=_((wzt,WIe)=>{var $j=Symbol("arg flag"),Ma=class extends Error{constructor(e,r){super(e),this.name="ArgError",this.code=r,Object.setPrototypeOf(this,Ma.prototype)}};function iv(t,{argv:e=process.argv.slice(2),permissive:r=!1,stopAtPositional:o=!1}={}){if(!t)throw new Ma("argument specification object is required","ARG_CONFIG_NO_SPEC");let a={_:[]},n={},u={};for(let A of Object.keys(t)){if(!A)throw new Ma("argument key cannot be an empty string","ARG_CONFIG_EMPTY_KEY");if(A[0]!=="-")throw new Ma(`argument key must start with '-' but found: '${A}'`,"ARG_CONFIG_NONOPT_KEY");if(A.length===1)throw new Ma(`argument key must have a name; singular '-' keys are not allowed: ${A}`,"ARG_CONFIG_NONAME_KEY");if(typeof t[A]=="string"){n[A]=t[A];continue}let p=t[A],h=!1;if(Array.isArray(p)&&p.length===1&&typeof p[0]=="function"){let[E]=p;p=(I,v,b=[])=>(b.push(E(I,v,b[b.length-1])),b),h=E===Boolean||E[$j]===!0}else if(typeof p=="function")h=p===Boolean||p[$j]===!0;else throw new Ma(`type missing or not a function or valid array type: ${A}`,"ARG_CONFIG_VAD_TYPE");if(A[1]!=="-"&&A.length>2)throw new Ma(`short argument keys (with a single hyphen) must have only one character: ${A}`,"ARG_CONFIG_SHORTOPT_TOOLONG");u[A]=[p,h]}for(let A=0,p=e.length;A0){a._=a._.concat(e.slice(A));break}if(h==="--"){a._=a._.concat(e.slice(A+1));break}if(h.length>1&&h[0]==="-"){let E=h[1]==="-"||h.length===2?[h]:h.slice(1).split("").map(I=>`-${I}`);for(let I=0;I1&&e[A+1][0]==="-"&&!(e[A+1].match(/^-?\d*(\.(?=\d))?\d*$/)&&(L===Number||typeof BigInt<"u"&&L===BigInt))){let J=b===T?"":` (alias for ${T})`;throw new Ma(`option requires argument: ${b}${J}`,"ARG_MISSING_REQUIRED_LONGARG")}a[T]=L(e[A+1],T,a[T]),++A}else a[T]=L(C,T,a[T])}}else a._.push(h)}return a}iv.flag=t=>(t[$j]=!0,t);iv.COUNT=iv.flag((t,e,r)=>(r||0)+1);iv.ArgError=Ma;WIe.exports=iv});var t1e=_((Kzt,e1e)=>{var nq;e1e.exports=()=>(typeof nq>"u"&&(nq=Be("zlib").brotliDecompressSync(Buffer.from("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","base64")).toString()),nq)});var o1e=_((cq,uq)=>{(function(t){cq&&typeof cq=="object"&&typeof uq<"u"?uq.exports=t():typeof define=="function"&&define.amd?define([],t):typeof window<"u"?window.isWindows=t():typeof global<"u"?global.isWindows=t():typeof self<"u"?self.isWindows=t():this.isWindows=t()})(function(){"use strict";return function(){return process&&(process.platform==="win32"||/^(msys|cygwin)$/.test(process.env.OSTYPE))}})});var u1e=_((WXt,c1e)=>{"use strict";Aq.ifExists=n1t;var GC=Be("util"),sc=Be("path"),a1e=o1e(),e1t=/^#!\s*(?:\/usr\/bin\/env)?\s*([^ \t]+)(.*)$/,t1t={createPwshFile:!0,createCmdFile:a1e(),fs:Be("fs")},r1t=new Map([[".js","node"],[".cjs","node"],[".mjs","node"],[".cmd","cmd"],[".bat","cmd"],[".ps1","pwsh"],[".sh","sh"]]);function l1e(t){let e={...t1t,...t},r=e.fs;return e.fs_={chmod:r.chmod?GC.promisify(r.chmod):async()=>{},mkdir:GC.promisify(r.mkdir),readFile:GC.promisify(r.readFile),stat:GC.promisify(r.stat),unlink:GC.promisify(r.unlink),writeFile:GC.promisify(r.writeFile)},e}async function Aq(t,e,r){let o=l1e(r);await o.fs_.stat(t),await s1t(t,e,o)}function n1t(t,e,r){return Aq(t,e,r).catch(()=>{})}function i1t(t,e){return e.fs_.unlink(t).catch(()=>{})}async function s1t(t,e,r){let o=await u1t(t,r);return await o1t(e,r),a1t(t,e,o,r)}function o1t(t,e){return e.fs_.mkdir(sc.dirname(t),{recursive:!0})}function a1t(t,e,r,o){let a=l1e(o),n=[{generator:p1t,extension:""}];return a.createCmdFile&&n.push({generator:f1t,extension:".cmd"}),a.createPwshFile&&n.push({generator:h1t,extension:".ps1"}),Promise.all(n.map(u=>A1t(t,e+u.extension,r,u.generator,a)))}function l1t(t,e){return i1t(t,e)}function c1t(t,e){return g1t(t,e)}async function u1t(t,e){let a=(await e.fs_.readFile(t,"utf8")).trim().split(/\r*\n/)[0].match(e1t);if(!a){let n=sc.extname(t).toLowerCase();return{program:r1t.get(n)||null,additionalArgs:""}}return{program:a[1],additionalArgs:a[2]}}async function A1t(t,e,r,o,a){let n=a.preserveSymlinks?"--preserve-symlinks":"",u=[r.additionalArgs,n].filter(A=>A).join(" ");return a=Object.assign({},a,{prog:r.program,args:u}),await l1t(e,a),await a.fs_.writeFile(e,o(t,e,a),"utf8"),c1t(e,a)}function f1t(t,e,r){let a=sc.relative(sc.dirname(e),t).split("/").join("\\"),n=sc.isAbsolute(a)?`"${a}"`:`"%~dp0\\${a}"`,u,A=r.prog,p=r.args||"",h=fq(r.nodePath).win32;A?(u=`"%~dp0\\${A}.exe"`,a=n):(A=n,p="",a="");let E=r.progArgs?`${r.progArgs.join(" ")} `:"",I=h?`@SET NODE_PATH=${h}\r +Read about how to prevent this error on https://github.com/vadimdemedes/ink/#israwmodesupported`);if(r.setEncoding("utf8"),e){this.rawModeEnabledCount===0&&(r.addListener("data",this.handleInput),r.resume(),r.setRawMode(!0)),this.rawModeEnabledCount++;return}--this.rawModeEnabledCount===0&&(r.setRawMode(!1),r.removeListener("data",this.handleInput),r.pause())},this.handleInput=e=>{e===""&&this.props.exitOnCtrlC&&this.handleExit(),e===LCt&&this.state.activeFocusId&&this.setState({activeFocusId:void 0}),this.state.isFocusEnabled&&this.state.focusables.length>0&&(e===TCt&&this.focusNext(),e===NCt&&this.focusPrevious())},this.handleExit=e=>{this.isRawModeSupported()&&this.handleSetRawMode(!1),this.props.onExit(e)},this.enableFocus=()=>{this.setState({isFocusEnabled:!0})},this.disableFocus=()=>{this.setState({isFocusEnabled:!1})},this.focusNext=()=>{this.setState(e=>{let r=e.focusables[0].id;return{activeFocusId:this.findNextFocusable(e)||r}})},this.focusPrevious=()=>{this.setState(e=>{let r=e.focusables[e.focusables.length-1].id;return{activeFocusId:this.findPreviousFocusable(e)||r}})},this.addFocusable=(e,{autoFocus:r})=>{this.setState(o=>{let a=o.activeFocusId;return!a&&r&&(a=e),{activeFocusId:a,focusables:[...o.focusables,{id:e,isActive:!0}]}})},this.removeFocusable=e=>{this.setState(r=>({activeFocusId:r.activeFocusId===e?void 0:r.activeFocusId,focusables:r.focusables.filter(o=>o.id!==e)}))},this.activateFocusable=e=>{this.setState(r=>({focusables:r.focusables.map(o=>o.id!==e?o:{id:e,isActive:!0})}))},this.deactivateFocusable=e=>{this.setState(r=>({activeFocusId:r.activeFocusId===e?void 0:r.activeFocusId,focusables:r.focusables.map(o=>o.id!==e?o:{id:e,isActive:!1})}))},this.findNextFocusable=e=>{let r=e.focusables.findIndex(o=>o.id===e.activeFocusId);for(let o=r+1;o{let r=e.focusables.findIndex(o=>o.id===e.activeFocusId);for(let o=r-1;o>=0;o--)if(e.focusables[o].isActive)return e.focusables[o].id}}static getDerivedStateFromError(e){return{error:e}}isRawModeSupported(){return this.props.stdin.isTTY}render(){return cm.default.createElement(bCt.default.Provider,{value:{exit:this.handleExit}},cm.default.createElement(xCt.default.Provider,{value:{stdin:this.props.stdin,setRawMode:this.handleSetRawMode,isRawModeSupported:this.isRawModeSupported(),internal_exitOnCtrlC:this.props.exitOnCtrlC}},cm.default.createElement(kCt.default.Provider,{value:{stdout:this.props.stdout,write:this.props.writeToStdout}},cm.default.createElement(QCt.default.Provider,{value:{stderr:this.props.stderr,write:this.props.writeToStderr}},cm.default.createElement(FCt.default.Provider,{value:{activeId:this.state.activeFocusId,add:this.addFocusable,remove:this.removeFocusable,activate:this.activateFocusable,deactivate:this.deactivateFocusable,enableFocus:this.enableFocus,disableFocus:this.disableFocus,focusNext:this.focusNext,focusPrevious:this.focusPrevious}},this.state.error?cm.default.createElement(RCt.default,{error:this.state.error}):this.props.children)))))}componentDidMount(){Ewe.default.hide(this.props.stdout)}componentWillUnmount(){Ewe.default.show(this.props.stdout),this.isRawModeSupported()&&this.handleSetRawMode(!1)}componentDidCatch(e){this.handleExit(e)}};iu.default=oQ;oQ.displayName="InternalApp"});var Bwe=_(su=>{"use strict";var OCt=su&&su.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),MCt=su&&su.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),UCt=su&&su.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&OCt(e,t,r);return MCt(e,t),e},ou=su&&su.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(su,"__esModule",{value:!0});var _Ct=ou(on()),wwe=lM(),HCt=ou(lEe()),jCt=ou(u6()),GCt=ou(hEe()),qCt=ou(dEe()),Ej=ou(cCe()),YCt=ou(KCe()),WCt=ou(h6()),KCt=ou(XCe()),VCt=UCt(q6()),JCt=ou(sj()),zCt=ou(Cwe()),GC=process.env.CI==="false"?!1:GCt.default,Iwe=()=>{},Cj=class{constructor(e){this.resolveExitPromise=()=>{},this.rejectExitPromise=()=>{},this.unsubscribeExit=()=>{},this.onRender=()=>{if(this.isUnmounted)return;let{output:r,outputHeight:o,staticOutput:a}=YCt.default(this.rootNode,this.options.stdout.columns||80),n=a&&a!==` +`;if(this.options.debug){n&&(this.fullStaticOutput+=a),this.options.stdout.write(this.fullStaticOutput+r);return}if(GC){n&&this.options.stdout.write(a),this.lastOutput=r;return}if(n&&(this.fullStaticOutput+=a),o>=this.options.stdout.rows){this.options.stdout.write(jCt.default.clearTerminal+this.fullStaticOutput+r),this.lastOutput=r;return}n&&(this.log.clear(),this.options.stdout.write(a),this.log(r)),!n&&r!==this.lastOutput&&this.throttledLog(r),this.lastOutput=r},qCt.default(this),this.options=e,this.rootNode=VCt.createNode("ink-root"),this.rootNode.onRender=e.debug?this.onRender:wwe(this.onRender,32,{leading:!0,trailing:!0}),this.rootNode.onImmediateRender=this.onRender,this.log=HCt.default.create(e.stdout),this.throttledLog=e.debug?this.log:wwe(this.log,void 0,{leading:!0,trailing:!0}),this.isUnmounted=!1,this.lastOutput="",this.fullStaticOutput="",this.container=Ej.default.createContainer(this.rootNode,!1,!1),this.unsubscribeExit=WCt.default(this.unmount,{alwaysLast:!1}),e.patchConsole&&this.patchConsole(),GC||(e.stdout.on("resize",this.onRender),this.unsubscribeResize=()=>{e.stdout.off("resize",this.onRender)})}render(e){let r=_Ct.default.createElement(zCt.default,{stdin:this.options.stdin,stdout:this.options.stdout,stderr:this.options.stderr,writeToStdout:this.writeToStdout,writeToStderr:this.writeToStderr,exitOnCtrlC:this.options.exitOnCtrlC,onExit:this.unmount},e);Ej.default.updateContainer(r,this.container,null,Iwe)}writeToStdout(e){if(!this.isUnmounted){if(this.options.debug){this.options.stdout.write(e+this.fullStaticOutput+this.lastOutput);return}if(GC){this.options.stdout.write(e);return}this.log.clear(),this.options.stdout.write(e),this.log(this.lastOutput)}}writeToStderr(e){if(!this.isUnmounted){if(this.options.debug){this.options.stderr.write(e),this.options.stdout.write(this.fullStaticOutput+this.lastOutput);return}if(GC){this.options.stderr.write(e);return}this.log.clear(),this.options.stderr.write(e),this.log(this.lastOutput)}}unmount(e){this.isUnmounted||(this.onRender(),this.unsubscribeExit(),typeof this.restoreConsole=="function"&&this.restoreConsole(),typeof this.unsubscribeResize=="function"&&this.unsubscribeResize(),GC?this.options.stdout.write(this.lastOutput+` +`):this.options.debug||this.log.done(),this.isUnmounted=!0,Ej.default.updateContainer(null,this.container,null,Iwe),JCt.default.delete(this.options.stdout),e instanceof Error?this.rejectExitPromise(e):this.resolveExitPromise())}waitUntilExit(){return this.exitPromise||(this.exitPromise=new Promise((e,r)=>{this.resolveExitPromise=e,this.rejectExitPromise=r})),this.exitPromise}clear(){!GC&&!this.options.debug&&this.log.clear()}patchConsole(){this.options.debug||(this.restoreConsole=KCt.default((e,r)=>{e==="stdout"&&this.writeToStdout(r),e==="stderr"&&(r.startsWith("The above error occurred")||this.writeToStderr(r))}))}};su.default=Cj});var Dwe=_(SB=>{"use strict";var vwe=SB&&SB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(SB,"__esModule",{value:!0});var XCt=vwe(Bwe()),aQ=vwe(sj()),ZCt=ve("stream"),$Ct=(t,e)=>{let r=Object.assign({stdout:process.stdout,stdin:process.stdin,stderr:process.stderr,debug:!1,exitOnCtrlC:!0,patchConsole:!0},ewt(e)),o=twt(r.stdout,()=>new XCt.default(r));return o.render(t),{rerender:o.render,unmount:()=>o.unmount(),waitUntilExit:o.waitUntilExit,cleanup:()=>aQ.default.delete(r.stdout),clear:o.clear}};SB.default=$Ct;var ewt=(t={})=>t instanceof ZCt.Stream?{stdout:t,stdin:process.stdin}:t,twt=(t,e)=>{let r;return aQ.default.has(t)?r=aQ.default.get(t):(r=e(),aQ.default.set(t,r)),r}});var Pwe=_($f=>{"use strict";var rwt=$f&&$f.__createBinding||(Object.create?function(t,e,r,o){o===void 0&&(o=r),Object.defineProperty(t,o,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,o){o===void 0&&(o=r),t[o]=e[r]}),nwt=$f&&$f.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),iwt=$f&&$f.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&rwt(e,t,r);return nwt(e,t),e};Object.defineProperty($f,"__esModule",{value:!0});var PB=iwt(on()),Swe=t=>{let{items:e,children:r,style:o}=t,[a,n]=PB.useState(0),u=PB.useMemo(()=>e.slice(a),[e,a]);PB.useLayoutEffect(()=>{n(e.length)},[e.length]);let A=u.map((h,E)=>r(h,a+E)),p=PB.useMemo(()=>Object.assign({position:"absolute",flexDirection:"column"},o),[o]);return PB.default.createElement("ink-box",{internal_static:!0,style:p},A)};Swe.displayName="Static";$f.default=Swe});var xwe=_(bB=>{"use strict";var swt=bB&&bB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(bB,"__esModule",{value:!0});var owt=swt(on()),bwe=({children:t,transform:e})=>t==null?null:owt.default.createElement("ink-text",{style:{flexGrow:0,flexShrink:1,flexDirection:"row"},internal_transform:e},t);bwe.displayName="Transform";bB.default=bwe});var Qwe=_(xB=>{"use strict";var awt=xB&&xB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(xB,"__esModule",{value:!0});var lwt=awt(on()),kwe=({count:t=1})=>lwt.default.createElement("ink-text",null,` +`.repeat(t));kwe.displayName="Newline";xB.default=kwe});var Twe=_(kB=>{"use strict";var Fwe=kB&&kB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(kB,"__esModule",{value:!0});var cwt=Fwe(on()),uwt=Fwe(sQ()),Rwe=()=>cwt.default.createElement(uwt.default,{flexGrow:1});Rwe.displayName="Spacer";kB.default=Rwe});var lQ=_(QB=>{"use strict";var Awt=QB&&QB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(QB,"__esModule",{value:!0});var fwt=on(),pwt=Awt(cj()),hwt=()=>fwt.useContext(pwt.default);QB.default=hwt});var Lwe=_(FB=>{"use strict";var gwt=FB&&FB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(FB,"__esModule",{value:!0});var Nwe=on(),dwt=gwt(lQ()),mwt=(t,e={})=>{let{stdin:r,setRawMode:o,internal_exitOnCtrlC:a}=dwt.default();Nwe.useEffect(()=>{if(e.isActive!==!1)return o(!0),()=>{o(!1)}},[e.isActive,o]),Nwe.useEffect(()=>{if(e.isActive===!1)return;let n=u=>{let A=String(u),p={upArrow:A==="\x1B[A",downArrow:A==="\x1B[B",leftArrow:A==="\x1B[D",rightArrow:A==="\x1B[C",pageDown:A==="\x1B[6~",pageUp:A==="\x1B[5~",return:A==="\r",escape:A==="\x1B",ctrl:!1,shift:!1,tab:A===" "||A==="\x1B[Z",backspace:A==="\b",delete:A==="\x7F"||A==="\x1B[3~",meta:!1};A<=""&&!p.return&&(A=String.fromCharCode(A.charCodeAt(0)+"a".charCodeAt(0)-1),p.ctrl=!0),A.startsWith("\x1B")&&(A=A.slice(1),p.meta=!0);let h=A>="A"&&A<="Z",E=A>="\u0410"&&A<="\u042F";A.length===1&&(h||E)&&(p.shift=!0),p.tab&&A==="[Z"&&(p.shift=!0),(p.tab||p.backspace||p.delete)&&(A=""),(!(A==="c"&&p.ctrl)||!a)&&t(A,p)};return r?.on("data",n),()=>{r?.off("data",n)}},[e.isActive,r,a,t])};FB.default=mwt});var Owe=_(RB=>{"use strict";var ywt=RB&&RB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(RB,"__esModule",{value:!0});var Ewt=on(),Cwt=ywt(aj()),wwt=()=>Ewt.useContext(Cwt.default);RB.default=wwt});var Mwe=_(TB=>{"use strict";var Iwt=TB&&TB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(TB,"__esModule",{value:!0});var Bwt=on(),vwt=Iwt(Aj()),Dwt=()=>Bwt.useContext(vwt.default);TB.default=Dwt});var Uwe=_(NB=>{"use strict";var Swt=NB&&NB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(NB,"__esModule",{value:!0});var Pwt=on(),bwt=Swt(pj()),xwt=()=>Pwt.useContext(bwt.default);NB.default=xwt});var Hwe=_(OB=>{"use strict";var _we=OB&&OB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(OB,"__esModule",{value:!0});var LB=on(),kwt=_we(iQ()),Qwt=_we(lQ()),Fwt=({isActive:t=!0,autoFocus:e=!1}={})=>{let{isRawModeSupported:r,setRawMode:o}=Qwt.default(),{activeId:a,add:n,remove:u,activate:A,deactivate:p}=LB.useContext(kwt.default),h=LB.useMemo(()=>Math.random().toString().slice(2,7),[]);return LB.useEffect(()=>(n(h,{autoFocus:e}),()=>{u(h)}),[h,e]),LB.useEffect(()=>{t?A(h):p(h)},[t,h]),LB.useEffect(()=>{if(!(!r||!t))return o(!0),()=>{o(!1)}},[t]),{isFocused:Boolean(h)&&a===h}};OB.default=Fwt});var jwe=_(MB=>{"use strict";var Rwt=MB&&MB.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(MB,"__esModule",{value:!0});var Twt=on(),Nwt=Rwt(iQ()),Lwt=()=>{let t=Twt.useContext(Nwt.default);return{enableFocus:t.enableFocus,disableFocus:t.disableFocus,focusNext:t.focusNext,focusPrevious:t.focusPrevious}};MB.default=Lwt});var Gwe=_(wj=>{"use strict";Object.defineProperty(wj,"__esModule",{value:!0});wj.default=t=>{var e,r,o,a;return{width:(r=(e=t.yogaNode)===null||e===void 0?void 0:e.getComputedWidth())!==null&&r!==void 0?r:0,height:(a=(o=t.yogaNode)===null||o===void 0?void 0:o.getComputedHeight())!==null&&a!==void 0?a:0}}});var ic=_(ro=>{"use strict";Object.defineProperty(ro,"__esModule",{value:!0});var Owt=Dwe();Object.defineProperty(ro,"render",{enumerable:!0,get:function(){return Owt.default}});var Mwt=sQ();Object.defineProperty(ro,"Box",{enumerable:!0,get:function(){return Mwt.default}});var Uwt=yj();Object.defineProperty(ro,"Text",{enumerable:!0,get:function(){return Uwt.default}});var _wt=Pwe();Object.defineProperty(ro,"Static",{enumerable:!0,get:function(){return _wt.default}});var Hwt=xwe();Object.defineProperty(ro,"Transform",{enumerable:!0,get:function(){return Hwt.default}});var jwt=Qwe();Object.defineProperty(ro,"Newline",{enumerable:!0,get:function(){return jwt.default}});var Gwt=Twe();Object.defineProperty(ro,"Spacer",{enumerable:!0,get:function(){return Gwt.default}});var qwt=Lwe();Object.defineProperty(ro,"useInput",{enumerable:!0,get:function(){return qwt.default}});var Ywt=Owe();Object.defineProperty(ro,"useApp",{enumerable:!0,get:function(){return Ywt.default}});var Wwt=lQ();Object.defineProperty(ro,"useStdin",{enumerable:!0,get:function(){return Wwt.default}});var Kwt=Mwe();Object.defineProperty(ro,"useStdout",{enumerable:!0,get:function(){return Kwt.default}});var Vwt=Uwe();Object.defineProperty(ro,"useStderr",{enumerable:!0,get:function(){return Vwt.default}});var Jwt=Hwe();Object.defineProperty(ro,"useFocus",{enumerable:!0,get:function(){return Jwt.default}});var zwt=jwe();Object.defineProperty(ro,"useFocusManager",{enumerable:!0,get:function(){return zwt.default}});var Xwt=Gwe();Object.defineProperty(ro,"measureElement",{enumerable:!0,get:function(){return Xwt.default}})});var Bj={};Vt(Bj,{Gem:()=>Ij});var qwe,Am,Ij,cQ=Et(()=>{qwe=$e(ic()),Am=$e(on()),Ij=(0,Am.memo)(({active:t})=>{let e=(0,Am.useMemo)(()=>t?"\u25C9":"\u25EF",[t]),r=(0,Am.useMemo)(()=>t?"green":"yellow",[t]);return Am.default.createElement(qwe.Text,{color:r},e)})});var Wwe={};Vt(Wwe,{useKeypress:()=>fm});function fm({active:t},e,r){let{stdin:o}=(0,Ywe.useStdin)(),a=(0,uQ.useCallback)((n,u)=>e(n,u),r);(0,uQ.useEffect)(()=>{if(!(!t||!o))return o.on("keypress",a),()=>{o.off("keypress",a)}},[t,a,o])}var Ywe,uQ,UB=Et(()=>{Ywe=$e(ic()),uQ=$e(on())});var Vwe={};Vt(Vwe,{FocusRequest:()=>Kwe,useFocusRequest:()=>vj});var Kwe,vj,Dj=Et(()=>{UB();Kwe=(r=>(r.BEFORE="before",r.AFTER="after",r))(Kwe||{}),vj=function({active:t},e,r){fm({active:t},(o,a)=>{a.name==="tab"&&(a.shift?e("before"):e("after"))},r)}});var Jwe={};Vt(Jwe,{useListInput:()=>_B});var _B,AQ=Et(()=>{UB();_B=function(t,e,{active:r,minus:o,plus:a,set:n,loop:u=!0}){fm({active:r},(A,p)=>{let h=e.indexOf(t);switch(p.name){case o:{let E=h-1;if(u){n(e[(e.length+E)%e.length]);return}if(E<0)return;n(e[E])}break;case a:{let E=h+1;if(u){n(e[E%e.length]);return}if(E>=e.length)return;n(e[E])}break}},[e,t,a,n,u])}});var fQ={};Vt(fQ,{ScrollableItems:()=>Zwt});var C0,La,Zwt,pQ=Et(()=>{C0=$e(ic()),La=$e(on());Dj();AQ();Zwt=({active:t=!0,children:e=[],radius:r=10,size:o=1,loop:a=!0,onFocusRequest:n,willReachEnd:u})=>{let A=L=>{if(L.key===null)throw new Error("Expected all children to have a key");return L.key},p=La.default.Children.map(e,L=>A(L)),h=p[0],[E,I]=(0,La.useState)(h),v=p.indexOf(E);(0,La.useEffect)(()=>{p.includes(E)||I(h)},[e]),(0,La.useEffect)(()=>{u&&v>=p.length-2&&u()},[v]),vj({active:t&&!!n},L=>{n?.(L)},[n]),_B(E,p,{active:t,minus:"up",plus:"down",set:I,loop:a});let x=v-r,C=v+r;C>p.length&&(x-=C-p.length,C=p.length),x<0&&(C+=-x,x=0),C>=p.length&&(C=p.length-1);let R=[];for(let L=x;L<=C;++L){let U=p[L],J=t&&U===E;R.push(La.default.createElement(C0.Box,{key:U,height:o},La.default.createElement(C0.Box,{marginLeft:1,marginRight:1},La.default.createElement(C0.Text,null,J?La.default.createElement(C0.Text,{color:"cyan",bold:!0},">"):" ")),La.default.createElement(C0.Box,null,La.default.cloneElement(e[L],{active:J}))))}return La.default.createElement(C0.Box,{flexDirection:"column",width:"100%"},R)}});var zwe,ep,Xwe,Sj,Zwe,Pj=Et(()=>{zwe=$e(ic()),ep=$e(on()),Xwe=ve("readline"),Sj=ep.default.createContext(null),Zwe=({children:t})=>{let{stdin:e,setRawMode:r}=(0,zwe.useStdin)();(0,ep.useEffect)(()=>{r&&r(!0),e&&(0,Xwe.emitKeypressEvents)(e)},[e,r]);let[o,a]=(0,ep.useState)(new Map),n=(0,ep.useMemo)(()=>({getAll:()=>o,get:u=>o.get(u),set:(u,A)=>a(new Map([...o,[u,A]]))}),[o,a]);return ep.default.createElement(Sj.Provider,{value:n,children:t})}});var bj={};Vt(bj,{useMinistore:()=>$wt});function $wt(t,e){let r=(0,hQ.useContext)(Sj);if(r===null)throw new Error("Expected this hook to run with a ministore context attached");if(typeof t>"u")return r.getAll();let o=(0,hQ.useCallback)(n=>{r.set(t,n)},[t,r.set]),a=r.get(t);return typeof a>"u"&&(a=e),[a,o]}var hQ,xj=Et(()=>{hQ=$e(on());Pj()});var dQ={};Vt(dQ,{renderForm:()=>eIt});async function eIt(t,e,{stdin:r,stdout:o,stderr:a}){let n,u=p=>{let{exit:h}=(0,gQ.useApp)();fm({active:!0},(E,I)=>{I.name==="return"&&(n=p,h())},[h,p])},{waitUntilExit:A}=(0,gQ.render)(kj.default.createElement(Zwe,null,kj.default.createElement(t,{...e,useSubmit:u})),{stdin:r,stdout:o,stderr:a});return await A(),n}var gQ,kj,mQ=Et(()=>{gQ=$e(ic()),kj=$e(on());Pj();UB()});var rIe=_(HB=>{"use strict";Object.defineProperty(HB,"__esModule",{value:!0});HB.UncontrolledTextInput=void 0;var eIe=on(),Qj=on(),$we=ic(),pm=rQ(),tIe=({value:t,placeholder:e="",focus:r=!0,mask:o,highlightPastedText:a=!1,showCursor:n=!0,onChange:u,onSubmit:A})=>{let[{cursorOffset:p,cursorWidth:h},E]=Qj.useState({cursorOffset:(t||"").length,cursorWidth:0});Qj.useEffect(()=>{E(R=>{if(!r||!n)return R;let L=t||"";return R.cursorOffset>L.length-1?{cursorOffset:L.length,cursorWidth:0}:R})},[t,r,n]);let I=a?h:0,v=o?o.repeat(t.length):t,x=v,C=e?pm.grey(e):void 0;if(n&&r){C=e.length>0?pm.inverse(e[0])+pm.grey(e.slice(1)):pm.inverse(" "),x=v.length>0?"":pm.inverse(" ");let R=0;for(let L of v)R>=p-I&&R<=p?x+=pm.inverse(L):x+=L,R++;v.length>0&&p===v.length&&(x+=pm.inverse(" "))}return $we.useInput((R,L)=>{if(L.upArrow||L.downArrow||L.ctrl&&R==="c"||L.tab||L.shift&&L.tab)return;if(L.return){A&&A(t);return}let U=p,J=t,te=0;L.leftArrow?n&&U--:L.rightArrow?n&&U++:L.backspace||L.delete?p>0&&(J=t.slice(0,p-1)+t.slice(p,t.length),U--):(J=t.slice(0,p)+R+t.slice(p,t.length),U+=R.length,R.length>1&&(te=R.length)),p<0&&(U=0),p>t.length&&(U=t.length),E({cursorOffset:U,cursorWidth:te}),J!==t&&u(J)},{isActive:r}),eIe.createElement($we.Text,null,e?v.length>0?x:C:x)};HB.default=tIe;HB.UncontrolledTextInput=t=>{let[e,r]=Qj.useState("");return eIe.createElement(tIe,Object.assign({},t,{value:e,onChange:r}))}});var sIe={};Vt(sIe,{Pad:()=>Fj});var nIe,iIe,Fj,Rj=Et(()=>{nIe=$e(ic()),iIe=$e(on()),Fj=({length:t,active:e})=>{if(t===0)return null;let r=t>1?` ${"-".repeat(t-1)}`:" ";return iIe.default.createElement(nIe.Text,{dimColor:!e},r)}});var oIe={};Vt(oIe,{ItemOptions:()=>tIt});var GB,I0,tIt,aIe=Et(()=>{GB=$e(ic()),I0=$e(on());AQ();cQ();Rj();tIt=function({active:t,skewer:e,options:r,value:o,onChange:a,sizes:n=[]}){let u=r.filter(({label:p})=>!!p).map(({value:p})=>p),A=r.findIndex(p=>p.value===o&&p.label!="");return _B(o,u,{active:t,minus:"left",plus:"right",set:a}),I0.default.createElement(I0.default.Fragment,null,r.map(({label:p},h)=>{let E=h===A,I=n[h]-1||0,v=p.replace(/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,""),x=Math.max(0,I-v.length-2);return p?I0.default.createElement(GB.Box,{key:p,width:I,marginLeft:1},I0.default.createElement(GB.Text,{wrap:"truncate"},I0.default.createElement(Ij,{active:E})," ",p),e?I0.default.createElement(Fj,{active:t,length:x}):null):I0.default.createElement(GB.Box,{key:`spacer-${h}`,width:I,marginLeft:1})}))}});var BIe=_((zJt,IIe)=>{var jj;IIe.exports=()=>(typeof jj>"u"&&(jj=ve("zlib").brotliDecompressSync(Buffer.from("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","base64")).toString()),jj)});var qIe=_((wzt,GIe)=>{var Xj=Symbol("arg flag"),Oa=class extends Error{constructor(e,r){super(e),this.name="ArgError",this.code=r,Object.setPrototypeOf(this,Oa.prototype)}};function sv(t,{argv:e=process.argv.slice(2),permissive:r=!1,stopAtPositional:o=!1}={}){if(!t)throw new Oa("argument specification object is required","ARG_CONFIG_NO_SPEC");let a={_:[]},n={},u={};for(let A of Object.keys(t)){if(!A)throw new Oa("argument key cannot be an empty string","ARG_CONFIG_EMPTY_KEY");if(A[0]!=="-")throw new Oa(`argument key must start with '-' but found: '${A}'`,"ARG_CONFIG_NONOPT_KEY");if(A.length===1)throw new Oa(`argument key must have a name; singular '-' keys are not allowed: ${A}`,"ARG_CONFIG_NONAME_KEY");if(typeof t[A]=="string"){n[A]=t[A];continue}let p=t[A],h=!1;if(Array.isArray(p)&&p.length===1&&typeof p[0]=="function"){let[E]=p;p=(I,v,x=[])=>(x.push(E(I,v,x[x.length-1])),x),h=E===Boolean||E[Xj]===!0}else if(typeof p=="function")h=p===Boolean||p[Xj]===!0;else throw new Oa(`type missing or not a function or valid array type: ${A}`,"ARG_CONFIG_VAD_TYPE");if(A[1]!=="-"&&A.length>2)throw new Oa(`short argument keys (with a single hyphen) must have only one character: ${A}`,"ARG_CONFIG_SHORTOPT_TOOLONG");u[A]=[p,h]}for(let A=0,p=e.length;A0){a._=a._.concat(e.slice(A));break}if(h==="--"){a._=a._.concat(e.slice(A+1));break}if(h.length>1&&h[0]==="-"){let E=h[1]==="-"||h.length===2?[h]:h.slice(1).split("").map(I=>`-${I}`);for(let I=0;I1&&e[A+1][0]==="-"&&!(e[A+1].match(/^-?\d*(\.(?=\d))?\d*$/)&&(L===Number||typeof BigInt<"u"&&L===BigInt))){let J=x===R?"":` (alias for ${R})`;throw new Oa(`option requires argument: ${x}${J}`,"ARG_MISSING_REQUIRED_LONGARG")}a[R]=L(e[A+1],R,a[R]),++A}else a[R]=L(C,R,a[R])}}else a._.push(h)}return a}sv.flag=t=>(t[Xj]=!0,t);sv.COUNT=sv.flag((t,e,r)=>(r||0)+1);sv.ArgError=Oa;GIe.exports=sv});var ZIe=_((Jzt,XIe)=>{var tG;XIe.exports=()=>(typeof tG>"u"&&(tG=ve("zlib").brotliDecompressSync(Buffer.from("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","base64")).toString()),tG)});var n1e=_((aG,lG)=>{(function(t){aG&&typeof aG=="object"&&typeof lG<"u"?lG.exports=t():typeof define=="function"&&define.amd?define([],t):typeof window<"u"?window.isWindows=t():typeof global<"u"?global.isWindows=t():typeof self<"u"?self.isWindows=t():this.isWindows=t()})(function(){"use strict";return function(){return process&&(process.platform==="win32"||/^(msys|cygwin)$/.test(process.env.OSTYPE))}})});var a1e=_((KXt,o1e)=>{"use strict";cG.ifExists=ZIt;var YC=ve("util"),sc=ve("path"),i1e=n1e(),JIt=/^#!\s*(?:\/usr\/bin\/env)?\s*([^ \t]+)(.*)$/,zIt={createPwshFile:!0,createCmdFile:i1e(),fs:ve("fs")},XIt=new Map([[".js","node"],[".cjs","node"],[".mjs","node"],[".cmd","cmd"],[".bat","cmd"],[".ps1","pwsh"],[".sh","sh"]]);function s1e(t){let e={...zIt,...t},r=e.fs;return e.fs_={chmod:r.chmod?YC.promisify(r.chmod):async()=>{},mkdir:YC.promisify(r.mkdir),readFile:YC.promisify(r.readFile),stat:YC.promisify(r.stat),unlink:YC.promisify(r.unlink),writeFile:YC.promisify(r.writeFile)},e}async function cG(t,e,r){let o=s1e(r);await o.fs_.stat(t),await e1t(t,e,o)}function ZIt(t,e,r){return cG(t,e,r).catch(()=>{})}function $It(t,e){return e.fs_.unlink(t).catch(()=>{})}async function e1t(t,e,r){let o=await s1t(t,r);return await t1t(e,r),r1t(t,e,o,r)}function t1t(t,e){return e.fs_.mkdir(sc.dirname(t),{recursive:!0})}function r1t(t,e,r,o){let a=s1e(o),n=[{generator:l1t,extension:""}];return a.createCmdFile&&n.push({generator:a1t,extension:".cmd"}),a.createPwshFile&&n.push({generator:c1t,extension:".ps1"}),Promise.all(n.map(u=>o1t(t,e+u.extension,r,u.generator,a)))}function n1t(t,e){return $It(t,e)}function i1t(t,e){return u1t(t,e)}async function s1t(t,e){let a=(await e.fs_.readFile(t,"utf8")).trim().split(/\r*\n/)[0].match(JIt);if(!a){let n=sc.extname(t).toLowerCase();return{program:XIt.get(n)||null,additionalArgs:""}}return{program:a[1],additionalArgs:a[2]}}async function o1t(t,e,r,o,a){let n=a.preserveSymlinks?"--preserve-symlinks":"",u=[r.additionalArgs,n].filter(A=>A).join(" ");return a=Object.assign({},a,{prog:r.program,args:u}),await n1t(e,a),await a.fs_.writeFile(e,o(t,e,a),"utf8"),i1t(e,a)}function a1t(t,e,r){let a=sc.relative(sc.dirname(e),t).split("/").join("\\"),n=sc.isAbsolute(a)?`"${a}"`:`"%~dp0\\${a}"`,u,A=r.prog,p=r.args||"",h=uG(r.nodePath).win32;A?(u=`"%~dp0\\${A}.exe"`,a=n):(A=n,p="",a="");let E=r.progArgs?`${r.progArgs.join(" ")} `:"",I=h?`@SET NODE_PATH=${h}\r `:"";return u?I+=`@IF EXIST ${u} (\r ${u} ${p} ${a} ${E}%*\r ) ELSE (\r @@ -325,7 +325,7 @@ Read about how to prevent this error on https://github.com/vadimdemedes/ink/#isr ${A} ${p} ${a} ${E}%*\r )\r `:I+=`@${A} ${p} ${a} ${E}%*\r -`,I}function p1t(t,e,r){let o=sc.relative(sc.dirname(e),t),a=r.prog&&r.prog.split("\\").join("/"),n;o=o.split("\\").join("/");let u=sc.isAbsolute(o)?`"${o}"`:`"$basedir/${o}"`,A=r.args||"",p=fq(r.nodePath).posix;a?(n=`"$basedir/${r.prog}"`,o=u):(a=u,A="",o="");let h=r.progArgs?`${r.progArgs.join(" ")} `:"",E=`#!/bin/sh +`,I}function l1t(t,e,r){let o=sc.relative(sc.dirname(e),t),a=r.prog&&r.prog.split("\\").join("/"),n;o=o.split("\\").join("/");let u=sc.isAbsolute(o)?`"${o}"`:`"$basedir/${o}"`,A=r.args||"",p=uG(r.nodePath).posix;a?(n=`"$basedir/${r.prog}"`,o=u):(a=u,A="",o="");let h=r.progArgs?`${r.progArgs.join(" ")} `:"",E=`#!/bin/sh basedir=$(dirname "$(echo "$0" | sed -e 's,\\\\,/,g')") case \`uname\` in @@ -340,7 +340,7 @@ else fi `:E+=`${I}${a} ${A} ${o} ${h}"$@" exit $? -`,E}function h1t(t,e,r){let o=sc.relative(sc.dirname(e),t),a=r.prog&&r.prog.split("\\").join("/"),n=a&&`"${a}$exe"`,u;o=o.split("\\").join("/");let A=sc.isAbsolute(o)?`"${o}"`:`"$basedir/${o}"`,p=r.args||"",h=fq(r.nodePath),E=h.win32,I=h.posix;n?(u=`"$basedir/${r.prog}$exe"`,o=A):(n=A,p="",o="");let v=r.progArgs?`${r.progArgs.join(" ")} `:"",b=`#!/usr/bin/env pwsh +`,E}function c1t(t,e,r){let o=sc.relative(sc.dirname(e),t),a=r.prog&&r.prog.split("\\").join("/"),n=a&&`"${a}$exe"`,u;o=o.split("\\").join("/");let A=sc.isAbsolute(o)?`"${o}"`:`"$basedir/${o}"`,p=r.args||"",h=uG(r.nodePath),E=h.win32,I=h.posix;n?(u=`"$basedir/${r.prog}$exe"`,o=A):(n=A,p="",o="");let v=r.progArgs?`${r.progArgs.join(" ")} `:"",x=`#!/usr/bin/env pwsh $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent $exe="" @@ -350,9 +350,9 @@ $env:NODE_PATH="${E}" # Fix case when both the Windows and Linux builds of Node # are installed in the same directory $exe=".exe" -}`;return r.nodePath&&(b+=` else { +}`;return r.nodePath&&(x+=` else { $env:NODE_PATH="${I}" -}`),u?b+=` +}`),u?x+=` $ret=0 if (Test-Path ${u}) { # Support pipeline input @@ -373,7 +373,7 @@ if (Test-Path ${u}) { } ${r.nodePath?`$env:NODE_PATH=$env_node_path `:""}exit $ret -`:b+=` +`:x+=` # Support pipeline input if ($MyInvocation.ExpectingInput) { $input | & ${n} ${p} ${o} ${v}$args @@ -382,47 +382,47 @@ if ($MyInvocation.ExpectingInput) { } ${r.nodePath?`$env:NODE_PATH=$env_node_path `:""}exit $LASTEXITCODE -`,b}function g1t(t,e){return e.fs_.chmod(t,493)}function fq(t){if(!t)return{win32:"",posix:""};let e=typeof t=="string"?t.split(sc.delimiter):Array.from(t),r={};for(let o=0;o`/mnt/${A.toLowerCase()}`):e[o];r.win32=r.win32?`${r.win32};${a}`:a,r.posix=r.posix?`${r.posix}:${n}`:n,r[o]={win32:a,posix:n}}return r}c1e.exports=Aq});var Sq=_((h$t,F1e)=>{F1e.exports=Be("stream")});var L1e=_((g$t,N1e)=>{"use strict";function T1e(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),r.push.apply(r,o)}return r}function U1t(t){for(var e=1;e0?this.tail.next=o:this.head=o,this.tail=o,++this.length}},{key:"unshift",value:function(r){var o={data:r,next:this.head};this.length===0&&(this.tail=o),this.head=o,++this.length}},{key:"shift",value:function(){if(this.length!==0){var r=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,r}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(r){if(this.length===0)return"";for(var o=this.head,a=""+o.data;o=o.next;)a+=r+o.data;return a}},{key:"concat",value:function(r){if(this.length===0)return QQ.alloc(0);for(var o=QQ.allocUnsafe(r>>>0),a=this.head,n=0;a;)W1t(a.data,o,n),n+=a.data.length,a=a.next;return o}},{key:"consume",value:function(r,o){var a;return ru.length?u.length:r;if(A===u.length?n+=u:n+=u.slice(0,r),r-=A,r===0){A===u.length?(++a,o.next?this.head=o.next:this.head=this.tail=null):(this.head=o,o.data=u.slice(A));break}++a}return this.length-=a,n}},{key:"_getBuffer",value:function(r){var o=QQ.allocUnsafe(r),a=this.head,n=1;for(a.data.copy(o),r-=a.data.length;a=a.next;){var u=a.data,A=r>u.length?u.length:r;if(u.copy(o,o.length-r,0,A),r-=A,r===0){A===u.length?(++n,a.next?this.head=a.next:this.head=this.tail=null):(this.head=a,a.data=u.slice(A));break}++n}return this.length-=n,o}},{key:Y1t,value:function(r,o){return xq(this,U1t({},o,{depth:0,customInspect:!1}))}}]),t}()});var kq=_((d$t,O1e)=>{"use strict";function V1t(t,e){var r=this,o=this._readableState&&this._readableState.destroyed,a=this._writableState&&this._writableState.destroyed;return o||a?(e?e(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(bq,this,t)):process.nextTick(bq,this,t)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(n){!e&&n?r._writableState?r._writableState.errorEmitted?process.nextTick(FQ,r):(r._writableState.errorEmitted=!0,process.nextTick(M1e,r,n)):process.nextTick(M1e,r,n):e?(process.nextTick(FQ,r),e(n)):process.nextTick(FQ,r)}),this)}function M1e(t,e){bq(t,e),FQ(t)}function FQ(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit("close")}function K1t(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function bq(t,e){t.emit("error",e)}function J1t(t,e){var r=t._readableState,o=t._writableState;r&&r.autoDestroy||o&&o.autoDestroy?t.destroy(e):t.emit("error",e)}O1e.exports={destroy:V1t,undestroy:K1t,errorOrDestroy:J1t}});var k0=_((m$t,H1e)=>{"use strict";var _1e={};function ac(t,e,r){r||(r=Error);function o(n,u,A){return typeof e=="string"?e:e(n,u,A)}class a extends r{constructor(u,A,p){super(o(u,A,p))}}a.prototype.name=r.name,a.prototype.code=t,_1e[t]=a}function U1e(t,e){if(Array.isArray(t)){let r=t.length;return t=t.map(o=>String(o)),r>2?`one of ${e} ${t.slice(0,r-1).join(", ")}, or `+t[r-1]:r===2?`one of ${e} ${t[0]} or ${t[1]}`:`of ${e} ${t[0]}`}else return`of ${e} ${String(t)}`}function z1t(t,e,r){return t.substr(!r||r<0?0:+r,e.length)===e}function X1t(t,e,r){return(r===void 0||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}function Z1t(t,e,r){return typeof r!="number"&&(r=0),r+e.length>t.length?!1:t.indexOf(e,r)!==-1}ac("ERR_INVALID_OPT_VALUE",function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'},TypeError);ac("ERR_INVALID_ARG_TYPE",function(t,e,r){let o;typeof e=="string"&&z1t(e,"not ")?(o="must not be",e=e.replace(/^not /,"")):o="must be";let a;if(X1t(t," argument"))a=`The ${t} ${o} ${U1e(e,"type")}`;else{let n=Z1t(t,".")?"property":"argument";a=`The "${t}" ${n} ${o} ${U1e(e,"type")}`}return a+=`. Received type ${typeof r}`,a},TypeError);ac("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");ac("ERR_METHOD_NOT_IMPLEMENTED",function(t){return"The "+t+" method is not implemented"});ac("ERR_STREAM_PREMATURE_CLOSE","Premature close");ac("ERR_STREAM_DESTROYED",function(t){return"Cannot call "+t+" after a stream was destroyed"});ac("ERR_MULTIPLE_CALLBACK","Callback called multiple times");ac("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");ac("ERR_STREAM_WRITE_AFTER_END","write after end");ac("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);ac("ERR_UNKNOWN_ENCODING",function(t){return"Unknown encoding: "+t},TypeError);ac("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");H1e.exports.codes=_1e});var Qq=_((y$t,j1e)=>{"use strict";var $1t=k0().codes.ERR_INVALID_OPT_VALUE;function e2t(t,e,r){return t.highWaterMark!=null?t.highWaterMark:e?t[r]:null}function t2t(t,e,r,o){var a=e2t(e,o,r);if(a!=null){if(!(isFinite(a)&&Math.floor(a)===a)||a<0){var n=o?r:"highWaterMark";throw new $1t(n,a)}return Math.floor(a)}return t.objectMode?16:16*1024}j1e.exports={getHighWaterMark:t2t}});var q1e=_((E$t,Fq)=>{typeof Object.create=="function"?Fq.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:Fq.exports=function(e,r){if(r){e.super_=r;var o=function(){};o.prototype=r.prototype,e.prototype=new o,e.prototype.constructor=e}}});var Q0=_((C$t,Rq)=>{try{if(Tq=Be("util"),typeof Tq.inherits!="function")throw"";Rq.exports=Tq.inherits}catch{Rq.exports=q1e()}var Tq});var Y1e=_((w$t,G1e)=>{G1e.exports=Be("util").deprecate});var Mq=_((I$t,X1e)=>{"use strict";X1e.exports=Ti;function V1e(t){var e=this;this.next=null,this.entry=null,this.finish=function(){x2t(e,t)}}var JC;Ti.WritableState=mv;var r2t={deprecate:Y1e()},K1e=Sq(),RQ=Be("buffer").Buffer,n2t=global.Uint8Array||function(){};function i2t(t){return RQ.from(t)}function s2t(t){return RQ.isBuffer(t)||t instanceof n2t}var Lq=kq(),o2t=Qq(),a2t=o2t.getHighWaterMark,F0=k0().codes,l2t=F0.ERR_INVALID_ARG_TYPE,c2t=F0.ERR_METHOD_NOT_IMPLEMENTED,u2t=F0.ERR_MULTIPLE_CALLBACK,A2t=F0.ERR_STREAM_CANNOT_PIPE,f2t=F0.ERR_STREAM_DESTROYED,p2t=F0.ERR_STREAM_NULL_VALUES,h2t=F0.ERR_STREAM_WRITE_AFTER_END,g2t=F0.ERR_UNKNOWN_ENCODING,zC=Lq.errorOrDestroy;Q0()(Ti,K1e);function d2t(){}function mv(t,e,r){JC=JC||Em(),t=t||{},typeof r!="boolean"&&(r=e instanceof JC),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=a2t(this,t,"writableHighWaterMark",r),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var o=t.decodeStrings===!1;this.decodeStrings=!o,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(a){B2t(e,a)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new V1e(this)}mv.prototype.getBuffer=function(){for(var e=this.bufferedRequest,r=[];e;)r.push(e),e=e.next;return r};(function(){try{Object.defineProperty(mv.prototype,"buffer",{get:r2t.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}})();var TQ;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(TQ=Function.prototype[Symbol.hasInstance],Object.defineProperty(Ti,Symbol.hasInstance,{value:function(e){return TQ.call(this,e)?!0:this!==Ti?!1:e&&e._writableState instanceof mv}})):TQ=function(e){return e instanceof this};function Ti(t){JC=JC||Em();var e=this instanceof JC;if(!e&&!TQ.call(Ti,this))return new Ti(t);this._writableState=new mv(t,this,e),this.writable=!0,t&&(typeof t.write=="function"&&(this._write=t.write),typeof t.writev=="function"&&(this._writev=t.writev),typeof t.destroy=="function"&&(this._destroy=t.destroy),typeof t.final=="function"&&(this._final=t.final)),K1e.call(this)}Ti.prototype.pipe=function(){zC(this,new A2t)};function m2t(t,e){var r=new h2t;zC(t,r),process.nextTick(e,r)}function y2t(t,e,r,o){var a;return r===null?a=new p2t:typeof r!="string"&&!e.objectMode&&(a=new l2t("chunk",["string","Buffer"],r)),a?(zC(t,a),process.nextTick(o,a),!1):!0}Ti.prototype.write=function(t,e,r){var o=this._writableState,a=!1,n=!o.objectMode&&s2t(t);return n&&!RQ.isBuffer(t)&&(t=i2t(t)),typeof e=="function"&&(r=e,e=null),n?e="buffer":e||(e=o.defaultEncoding),typeof r!="function"&&(r=d2t),o.ending?m2t(this,r):(n||y2t(this,o,t,r))&&(o.pendingcb++,a=C2t(this,o,n,t,e,r)),a};Ti.prototype.cork=function(){this._writableState.corked++};Ti.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,!t.writing&&!t.corked&&!t.bufferProcessing&&t.bufferedRequest&&J1e(this,t))};Ti.prototype.setDefaultEncoding=function(e){if(typeof e=="string"&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new g2t(e);return this._writableState.defaultEncoding=e,this};Object.defineProperty(Ti.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function E2t(t,e,r){return!t.objectMode&&t.decodeStrings!==!1&&typeof e=="string"&&(e=RQ.from(e,r)),e}Object.defineProperty(Ti.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function C2t(t,e,r,o,a,n){if(!r){var u=E2t(e,o,a);o!==u&&(r=!0,a="buffer",o=u)}var A=e.objectMode?1:o.length;e.length+=A;var p=e.length{"use strict";var b2t=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};$1e.exports=yA;var Z1e=_q(),Uq=Mq();Q0()(yA,Z1e);for(Oq=b2t(Uq.prototype),NQ=0;NQ{var MQ=Be("buffer"),np=MQ.Buffer;function e2e(t,e){for(var r in t)e[r]=t[r]}np.from&&np.alloc&&np.allocUnsafe&&np.allocUnsafeSlow?t2e.exports=MQ:(e2e(MQ,Hq),Hq.Buffer=XC);function XC(t,e,r){return np(t,e,r)}e2e(np,XC);XC.from=function(t,e,r){if(typeof t=="number")throw new TypeError("Argument must not be a number");return np(t,e,r)};XC.alloc=function(t,e,r){if(typeof t!="number")throw new TypeError("Argument must be a number");var o=np(t);return e!==void 0?typeof r=="string"?o.fill(e,r):o.fill(e):o.fill(0),o};XC.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return np(t)};XC.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return MQ.SlowBuffer(t)}});var Gq=_(i2e=>{"use strict";var qq=r2e().Buffer,n2e=qq.isEncoding||function(t){switch(t=""+t,t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function F2t(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function T2t(t){var e=F2t(t);if(typeof e!="string"&&(qq.isEncoding===n2e||!n2e(t)))throw new Error("Unknown encoding: "+t);return e||t}i2e.StringDecoder=yv;function yv(t){this.encoding=T2t(t);var e;switch(this.encoding){case"utf16le":this.text=U2t,this.end=_2t,e=4;break;case"utf8":this.fillLast=L2t,e=4;break;case"base64":this.text=H2t,this.end=j2t,e=3;break;default:this.write=q2t,this.end=G2t;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=qq.allocUnsafe(e)}yv.prototype.write=function(t){if(t.length===0)return"";var e,r;if(this.lastNeed){if(e=this.fillLast(t),e===void 0)return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}function R2t(t,e,r){var o=e.length-1;if(o=0?(a>0&&(t.lastNeed=a-1),a):--o=0?(a>0&&(t.lastNeed=a-2),a):--o=0?(a>0&&(a===2?a=0:t.lastNeed=a-3),a):0))}function N2t(t,e,r){if((e[0]&192)!==128)return t.lastNeed=0,"\uFFFD";if(t.lastNeed>1&&e.length>1){if((e[1]&192)!==128)return t.lastNeed=1,"\uFFFD";if(t.lastNeed>2&&e.length>2&&(e[2]&192)!==128)return t.lastNeed=2,"\uFFFD"}}function L2t(t){var e=this.lastTotal-this.lastNeed,r=N2t(this,t,e);if(r!==void 0)return r;if(this.lastNeed<=t.length)return t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,e,0,t.length),this.lastNeed-=t.length}function M2t(t,e){var r=R2t(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var o=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,o),t.toString("utf8",e,o)}function O2t(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"\uFFFD":e}function U2t(t,e){if((t.length-e)%2===0){var r=t.toString("utf16le",e);if(r){var o=r.charCodeAt(r.length-1);if(o>=55296&&o<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function _2t(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}function H2t(t,e){var r=(t.length-e)%3;return r===0?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,r===1?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}function j2t(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function q2t(t){return t.toString(this.encoding)}function G2t(t){return t&&t.length?this.write(t):""}});var OQ=_((D$t,a2e)=>{"use strict";var s2e=k0().codes.ERR_STREAM_PREMATURE_CLOSE;function Y2t(t){var e=!1;return function(){if(!e){e=!0;for(var r=arguments.length,o=new Array(r),a=0;a{"use strict";var UQ;function T0(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var K2t=OQ(),R0=Symbol("lastResolve"),Cm=Symbol("lastReject"),Ev=Symbol("error"),_Q=Symbol("ended"),wm=Symbol("lastPromise"),Yq=Symbol("handlePromise"),Im=Symbol("stream");function N0(t,e){return{value:t,done:e}}function J2t(t){var e=t[R0];if(e!==null){var r=t[Im].read();r!==null&&(t[wm]=null,t[R0]=null,t[Cm]=null,e(N0(r,!1)))}}function z2t(t){process.nextTick(J2t,t)}function X2t(t,e){return function(r,o){t.then(function(){if(e[_Q]){r(N0(void 0,!0));return}e[Yq](r,o)},o)}}var Z2t=Object.getPrototypeOf(function(){}),$2t=Object.setPrototypeOf((UQ={get stream(){return this[Im]},next:function(){var e=this,r=this[Ev];if(r!==null)return Promise.reject(r);if(this[_Q])return Promise.resolve(N0(void 0,!0));if(this[Im].destroyed)return new Promise(function(u,A){process.nextTick(function(){e[Ev]?A(e[Ev]):u(N0(void 0,!0))})});var o=this[wm],a;if(o)a=new Promise(X2t(o,this));else{var n=this[Im].read();if(n!==null)return Promise.resolve(N0(n,!1));a=new Promise(this[Yq])}return this[wm]=a,a}},T0(UQ,Symbol.asyncIterator,function(){return this}),T0(UQ,"return",function(){var e=this;return new Promise(function(r,o){e[Im].destroy(null,function(a){if(a){o(a);return}r(N0(void 0,!0))})})}),UQ),Z2t),eBt=function(e){var r,o=Object.create($2t,(r={},T0(r,Im,{value:e,writable:!0}),T0(r,R0,{value:null,writable:!0}),T0(r,Cm,{value:null,writable:!0}),T0(r,Ev,{value:null,writable:!0}),T0(r,_Q,{value:e._readableState.endEmitted,writable:!0}),T0(r,Yq,{value:function(n,u){var A=o[Im].read();A?(o[wm]=null,o[R0]=null,o[Cm]=null,n(N0(A,!1))):(o[R0]=n,o[Cm]=u)},writable:!0}),r));return o[wm]=null,K2t(e,function(a){if(a&&a.code!=="ERR_STREAM_PREMATURE_CLOSE"){var n=o[Cm];n!==null&&(o[wm]=null,o[R0]=null,o[Cm]=null,n(a)),o[Ev]=a;return}var u=o[R0];u!==null&&(o[wm]=null,o[R0]=null,o[Cm]=null,u(N0(void 0,!0))),o[_Q]=!0}),e.on("readable",z2t.bind(null,o)),o};l2e.exports=eBt});var p2e=_((S$t,f2e)=>{"use strict";function u2e(t,e,r,o,a,n,u){try{var A=t[n](u),p=A.value}catch(h){r(h);return}A.done?e(p):Promise.resolve(p).then(o,a)}function tBt(t){return function(){var e=this,r=arguments;return new Promise(function(o,a){var n=t.apply(e,r);function u(p){u2e(n,o,a,u,A,"next",p)}function A(p){u2e(n,o,a,u,A,"throw",p)}u(void 0)})}}function A2e(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),r.push.apply(r,o)}return r}function rBt(t){for(var e=1;e{"use strict";B2e.exports=mn;var ZC;mn.ReadableState=m2e;var x$t=Be("events").EventEmitter,d2e=function(e,r){return e.listeners(r).length},wv=Sq(),HQ=Be("buffer").Buffer,oBt=global.Uint8Array||function(){};function aBt(t){return HQ.from(t)}function lBt(t){return HQ.isBuffer(t)||t instanceof oBt}var Wq=Be("util"),$r;Wq&&Wq.debuglog?$r=Wq.debuglog("stream"):$r=function(){};var cBt=L1e(),$q=kq(),uBt=Qq(),ABt=uBt.getHighWaterMark,jQ=k0().codes,fBt=jQ.ERR_INVALID_ARG_TYPE,pBt=jQ.ERR_STREAM_PUSH_AFTER_EOF,hBt=jQ.ERR_METHOD_NOT_IMPLEMENTED,gBt=jQ.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,$C,Vq,Kq;Q0()(mn,wv);var Cv=$q.errorOrDestroy,Jq=["error","close","destroy","pause","resume"];function dBt(t,e,r){if(typeof t.prependListener=="function")return t.prependListener(e,r);!t._events||!t._events[e]?t.on(e,r):Array.isArray(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]}function m2e(t,e,r){ZC=ZC||Em(),t=t||{},typeof r!="boolean"&&(r=e instanceof ZC),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=ABt(this,t,"readableHighWaterMark",r),this.buffer=new cBt,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&($C||($C=Gq().StringDecoder),this.decoder=new $C(t.encoding),this.encoding=t.encoding)}function mn(t){if(ZC=ZC||Em(),!(this instanceof mn))return new mn(t);var e=this instanceof ZC;this._readableState=new m2e(t,this,e),this.readable=!0,t&&(typeof t.read=="function"&&(this._read=t.read),typeof t.destroy=="function"&&(this._destroy=t.destroy)),wv.call(this)}Object.defineProperty(mn.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(e){!this._readableState||(this._readableState.destroyed=e)}});mn.prototype.destroy=$q.destroy;mn.prototype._undestroy=$q.undestroy;mn.prototype._destroy=function(t,e){e(t)};mn.prototype.push=function(t,e){var r=this._readableState,o;return r.objectMode?o=!0:typeof t=="string"&&(e=e||r.defaultEncoding,e!==r.encoding&&(t=HQ.from(t,e),e=""),o=!0),y2e(this,t,e,!1,o)};mn.prototype.unshift=function(t){return y2e(this,t,null,!0,!1)};function y2e(t,e,r,o,a){$r("readableAddChunk",e);var n=t._readableState;if(e===null)n.reading=!1,EBt(t,n);else{var u;if(a||(u=mBt(n,e)),u)Cv(t,u);else if(n.objectMode||e&&e.length>0)if(typeof e!="string"&&!n.objectMode&&Object.getPrototypeOf(e)!==HQ.prototype&&(e=aBt(e)),o)n.endEmitted?Cv(t,new gBt):zq(t,n,e,!0);else if(n.ended)Cv(t,new pBt);else{if(n.destroyed)return!1;n.reading=!1,n.decoder&&!r?(e=n.decoder.write(e),n.objectMode||e.length!==0?zq(t,n,e,!1):Zq(t,n)):zq(t,n,e,!1)}else o||(n.reading=!1,Zq(t,n))}return!n.ended&&(n.length=h2e?t=h2e:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function g2e(t,e){return t<=0||e.length===0&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=yBt(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}mn.prototype.read=function(t){$r("read",t),t=parseInt(t,10);var e=this._readableState,r=t;if(t!==0&&(e.emittedReadable=!1),t===0&&e.needReadable&&((e.highWaterMark!==0?e.length>=e.highWaterMark:e.length>0)||e.ended))return $r("read: emitReadable",e.length,e.ended),e.length===0&&e.ended?Xq(this):qQ(this),null;if(t=g2e(t,e),t===0&&e.ended)return e.length===0&&Xq(this),null;var o=e.needReadable;$r("need readable",o),(e.length===0||e.length-t0?a=w2e(t,e):a=null,a===null?(e.needReadable=e.length<=e.highWaterMark,t=0):(e.length-=t,e.awaitDrain=0),e.length===0&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&Xq(this)),a!==null&&this.emit("data",a),a};function EBt(t,e){if($r("onEofChunk"),!e.ended){if(e.decoder){var r=e.decoder.end();r&&r.length&&(e.buffer.push(r),e.length+=e.objectMode?1:r.length)}e.ended=!0,e.sync?qQ(t):(e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,E2e(t)))}}function qQ(t){var e=t._readableState;$r("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||($r("emitReadable",e.flowing),e.emittedReadable=!0,process.nextTick(E2e,t))}function E2e(t){var e=t._readableState;$r("emitReadable_",e.destroyed,e.length,e.ended),!e.destroyed&&(e.length||e.ended)&&(t.emit("readable"),e.emittedReadable=!1),e.needReadable=!e.flowing&&!e.ended&&e.length<=e.highWaterMark,eG(t)}function Zq(t,e){e.readingMore||(e.readingMore=!0,process.nextTick(CBt,t,e))}function CBt(t,e){for(;!e.reading&&!e.ended&&(e.length1&&I2e(o.pipes,t)!==-1)&&!h&&($r("false write response, pause",o.awaitDrain),o.awaitDrain++),r.pause())}function v(L){$r("onerror",L),T(),t.removeListener("error",v),d2e(t,"error")===0&&Cv(t,L)}dBt(t,"error",v);function b(){t.removeListener("finish",C),T()}t.once("close",b);function C(){$r("onfinish"),t.removeListener("close",b),T()}t.once("finish",C);function T(){$r("unpipe"),r.unpipe(t)}return t.emit("pipe",r),o.flowing||($r("pipe resume"),r.resume()),t};function wBt(t){return function(){var r=t._readableState;$r("pipeOnDrain",r.awaitDrain),r.awaitDrain&&r.awaitDrain--,r.awaitDrain===0&&d2e(t,"data")&&(r.flowing=!0,eG(t))}}mn.prototype.unpipe=function(t){var e=this._readableState,r={hasUnpiped:!1};if(e.pipesCount===0)return this;if(e.pipesCount===1)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,r),this);if(!t){var o=e.pipes,a=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var n=0;n0,o.flowing!==!1&&this.resume()):t==="readable"&&!o.endEmitted&&!o.readableListening&&(o.readableListening=o.needReadable=!0,o.flowing=!1,o.emittedReadable=!1,$r("on readable",o.length,o.reading),o.length?qQ(this):o.reading||process.nextTick(IBt,this)),r};mn.prototype.addListener=mn.prototype.on;mn.prototype.removeListener=function(t,e){var r=wv.prototype.removeListener.call(this,t,e);return t==="readable"&&process.nextTick(C2e,this),r};mn.prototype.removeAllListeners=function(t){var e=wv.prototype.removeAllListeners.apply(this,arguments);return(t==="readable"||t===void 0)&&process.nextTick(C2e,this),e};function C2e(t){var e=t._readableState;e.readableListening=t.listenerCount("readable")>0,e.resumeScheduled&&!e.paused?e.flowing=!0:t.listenerCount("data")>0&&t.resume()}function IBt(t){$r("readable nexttick read 0"),t.read(0)}mn.prototype.resume=function(){var t=this._readableState;return t.flowing||($r("resume"),t.flowing=!t.readableListening,BBt(this,t)),t.paused=!1,this};function BBt(t,e){e.resumeScheduled||(e.resumeScheduled=!0,process.nextTick(vBt,t,e))}function vBt(t,e){$r("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),eG(t),e.flowing&&!e.reading&&t.read(0)}mn.prototype.pause=function(){return $r("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&($r("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function eG(t){var e=t._readableState;for($r("flow",e.flowing);e.flowing&&t.read()!==null;);}mn.prototype.wrap=function(t){var e=this,r=this._readableState,o=!1;t.on("end",function(){if($r("wrapped end"),r.decoder&&!r.ended){var u=r.decoder.end();u&&u.length&&e.push(u)}e.push(null)}),t.on("data",function(u){if($r("wrapped data"),r.decoder&&(u=r.decoder.write(u)),!(r.objectMode&&u==null)&&!(!r.objectMode&&(!u||!u.length))){var A=e.push(u);A||(o=!0,t.pause())}});for(var a in t)this[a]===void 0&&typeof t[a]=="function"&&(this[a]=function(A){return function(){return t[A].apply(t,arguments)}}(a));for(var n=0;n=e.length?(e.decoder?r=e.buffer.join(""):e.buffer.length===1?r=e.buffer.first():r=e.buffer.concat(e.length),e.buffer.clear()):r=e.buffer.consume(t,e.decoder),r}function Xq(t){var e=t._readableState;$r("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,process.nextTick(DBt,e,t))}function DBt(t,e){if($r("endReadableNT",t.endEmitted,t.length),!t.endEmitted&&t.length===0&&(t.endEmitted=!0,e.readable=!1,e.emit("end"),t.autoDestroy)){var r=e._writableState;(!r||r.autoDestroy&&r.finished)&&e.destroy()}}typeof Symbol=="function"&&(mn.from=function(t,e){return Kq===void 0&&(Kq=p2e()),Kq(mn,t,e)});function I2e(t,e){for(var r=0,o=t.length;r{"use strict";D2e.exports=ip;var GQ=k0().codes,PBt=GQ.ERR_METHOD_NOT_IMPLEMENTED,SBt=GQ.ERR_MULTIPLE_CALLBACK,xBt=GQ.ERR_TRANSFORM_ALREADY_TRANSFORMING,bBt=GQ.ERR_TRANSFORM_WITH_LENGTH_0,YQ=Em();Q0()(ip,YQ);function kBt(t,e){var r=this._transformState;r.transforming=!1;var o=r.writecb;if(o===null)return this.emit("error",new SBt);r.writechunk=null,r.writecb=null,e!=null&&this.push(e),o(t);var a=this._readableState;a.reading=!1,(a.needReadable||a.length{"use strict";S2e.exports=Iv;var P2e=tG();Q0()(Iv,P2e);function Iv(t){if(!(this instanceof Iv))return new Iv(t);P2e.call(this,t)}Iv.prototype._transform=function(t,e,r){r(null,t)}});var T2e=_((F$t,F2e)=>{"use strict";var rG;function FBt(t){var e=!1;return function(){e||(e=!0,t.apply(void 0,arguments))}}var Q2e=k0().codes,TBt=Q2e.ERR_MISSING_ARGS,RBt=Q2e.ERR_STREAM_DESTROYED;function b2e(t){if(t)throw t}function NBt(t){return t.setHeader&&typeof t.abort=="function"}function LBt(t,e,r,o){o=FBt(o);var a=!1;t.on("close",function(){a=!0}),rG===void 0&&(rG=OQ()),rG(t,{readable:e,writable:r},function(u){if(u)return o(u);a=!0,o()});var n=!1;return function(u){if(!a&&!n){if(n=!0,NBt(t))return t.abort();if(typeof t.destroy=="function")return t.destroy();o(u||new RBt("pipe"))}}}function k2e(t){t()}function MBt(t,e){return t.pipe(e)}function OBt(t){return!t.length||typeof t[t.length-1]!="function"?b2e:t.pop()}function UBt(){for(var t=arguments.length,e=new Array(t),r=0;r0;return LBt(u,p,h,function(E){a||(a=E),E&&n.forEach(k2e),!p&&(n.forEach(k2e),o(a))})});return e.reduce(MBt)}F2e.exports=UBt});var ew=_((lc,vv)=>{var Bv=Be("stream");process.env.READABLE_STREAM==="disable"&&Bv?(vv.exports=Bv.Readable,Object.assign(vv.exports,Bv),vv.exports.Stream=Bv):(lc=vv.exports=_q(),lc.Stream=Bv||lc,lc.Readable=lc,lc.Writable=Mq(),lc.Duplex=Em(),lc.Transform=tG(),lc.PassThrough=x2e(),lc.finished=OQ(),lc.pipeline=T2e())});var L2e=_((T$t,N2e)=>{"use strict";var{Buffer:lu}=Be("buffer"),R2e=Symbol.for("BufferList");function ni(t){if(!(this instanceof ni))return new ni(t);ni._init.call(this,t)}ni._init=function(e){Object.defineProperty(this,R2e,{value:!0}),this._bufs=[],this.length=0,e&&this.append(e)};ni.prototype._new=function(e){return new ni(e)};ni.prototype._offset=function(e){if(e===0)return[0,0];let r=0;for(let o=0;othis.length||e<0)return;let r=this._offset(e);return this._bufs[r[0]][r[1]]};ni.prototype.slice=function(e,r){return typeof e=="number"&&e<0&&(e+=this.length),typeof r=="number"&&r<0&&(r+=this.length),this.copy(null,0,e,r)};ni.prototype.copy=function(e,r,o,a){if((typeof o!="number"||o<0)&&(o=0),(typeof a!="number"||a>this.length)&&(a=this.length),o>=this.length||a<=0)return e||lu.alloc(0);let n=!!e,u=this._offset(o),A=a-o,p=A,h=n&&r||0,E=u[1];if(o===0&&a===this.length){if(!n)return this._bufs.length===1?this._bufs[0]:lu.concat(this._bufs,this.length);for(let I=0;Iv)this._bufs[I].copy(e,h,E),h+=v;else{this._bufs[I].copy(e,h,E,E+p),h+=v;break}p-=v,E&&(E=0)}return e.length>h?e.slice(0,h):e};ni.prototype.shallowSlice=function(e,r){if(e=e||0,r=typeof r!="number"?this.length:r,e<0&&(e+=this.length),r<0&&(r+=this.length),e===r)return this._new();let o=this._offset(e),a=this._offset(r),n=this._bufs.slice(o[0],a[0]+1);return a[1]===0?n.pop():n[n.length-1]=n[n.length-1].slice(0,a[1]),o[1]!==0&&(n[0]=n[0].slice(o[1])),this._new(n)};ni.prototype.toString=function(e,r,o){return this.slice(r,o).toString(e)};ni.prototype.consume=function(e){if(e=Math.trunc(e),Number.isNaN(e)||e<=0)return this;for(;this._bufs.length;)if(e>=this._bufs[0].length)e-=this._bufs[0].length,this.length-=this._bufs[0].length,this._bufs.shift();else{this._bufs[0]=this._bufs[0].slice(e),this.length-=e;break}return this};ni.prototype.duplicate=function(){let e=this._new();for(let r=0;rthis.length?this.length:e;let o=this._offset(e),a=o[0],n=o[1];for(;a=t.length){let p=u.indexOf(t,n);if(p!==-1)return this._reverseOffset([a,p]);n=u.length-t.length+1}else{let p=this._reverseOffset([a,n]);if(this._match(p,t))return p;n++}n=0}return-1};ni.prototype._match=function(t,e){if(this.length-t{"use strict";var nG=ew().Duplex,_Bt=Q0(),Dv=L2e();function Uo(t){if(!(this instanceof Uo))return new Uo(t);if(typeof t=="function"){this._callback=t;let e=function(o){this._callback&&(this._callback(o),this._callback=null)}.bind(this);this.on("pipe",function(o){o.on("error",e)}),this.on("unpipe",function(o){o.removeListener("error",e)}),t=null}Dv._init.call(this,t),nG.call(this)}_Bt(Uo,nG);Object.assign(Uo.prototype,Dv.prototype);Uo.prototype._new=function(e){return new Uo(e)};Uo.prototype._write=function(e,r,o){this._appendBuffer(e),typeof o=="function"&&o()};Uo.prototype._read=function(e){if(!this.length)return this.push(null);e=Math.min(e,this.length),this.push(this.slice(0,e)),this.consume(e)};Uo.prototype.end=function(e){nG.prototype.end.call(this,e),this._callback&&(this._callback(null,this.slice()),this._callback=null)};Uo.prototype._destroy=function(e,r){this._bufs.length=0,this.length=0,r(e)};Uo.prototype._isBufferList=function(e){return e instanceof Uo||e instanceof Dv||Uo.isBufferList(e)};Uo.isBufferList=Dv.isBufferList;WQ.exports=Uo;WQ.exports.BufferListStream=Uo;WQ.exports.BufferList=Dv});var oG=_(rw=>{var HBt=Buffer.alloc,jBt="0000000000000000000",qBt="7777777777777777777",O2e="0".charCodeAt(0),U2e=Buffer.from("ustar\0","binary"),GBt=Buffer.from("00","binary"),YBt=Buffer.from("ustar ","binary"),WBt=Buffer.from(" \0","binary"),VBt=parseInt("7777",8),Pv=257,sG=263,KBt=function(t,e,r){return typeof t!="number"?r:(t=~~t,t>=e?e:t>=0||(t+=e,t>=0)?t:0)},JBt=function(t){switch(t){case 0:return"file";case 1:return"link";case 2:return"symlink";case 3:return"character-device";case 4:return"block-device";case 5:return"directory";case 6:return"fifo";case 7:return"contiguous-file";case 72:return"pax-header";case 55:return"pax-global-header";case 27:return"gnu-long-link-path";case 28:case 30:return"gnu-long-path"}return null},zBt=function(t){switch(t){case"file":return 0;case"link":return 1;case"symlink":return 2;case"character-device":return 3;case"block-device":return 4;case"directory":return 5;case"fifo":return 6;case"contiguous-file":return 7;case"pax-header":return 72}return 0},_2e=function(t,e,r,o){for(;re?qBt.slice(0,e)+" ":jBt.slice(0,e-t.length)+t+" "};function XBt(t){var e;if(t[0]===128)e=!0;else if(t[0]===255)e=!1;else return null;for(var r=[],o=t.length-1;o>0;o--){var a=t[o];e?r.push(a):r.push(255-a)}var n=0,u=r.length;for(o=0;o=Math.pow(10,r)&&r++,e+r+t};rw.decodeLongPath=function(t,e){return tw(t,0,t.length,e)};rw.encodePax=function(t){var e="";t.name&&(e+=iG(" path="+t.name+` -`)),t.linkname&&(e+=iG(" linkpath="+t.linkname+` -`));var r=t.pax;if(r)for(var o in r)e+=iG(" "+o+"="+r[o]+` -`);return Buffer.from(e)};rw.decodePax=function(t){for(var e={};t.length;){for(var r=0;r100;){var a=r.indexOf("/");if(a===-1)return null;o+=o?"/"+r.slice(0,a):r.slice(0,a),r=r.slice(a+1)}return Buffer.byteLength(r)>100||Buffer.byteLength(o)>155||t.linkname&&Buffer.byteLength(t.linkname)>100?null:(e.write(r),e.write(L0(t.mode&VBt,6),100),e.write(L0(t.uid,6),108),e.write(L0(t.gid,6),116),e.write(L0(t.size,11),124),e.write(L0(t.mtime.getTime()/1e3|0,11),136),e[156]=O2e+zBt(t.type),t.linkname&&e.write(t.linkname,157),U2e.copy(e,Pv),GBt.copy(e,sG),t.uname&&e.write(t.uname,265),t.gname&&e.write(t.gname,297),e.write(L0(t.devmajor||0,6),329),e.write(L0(t.devminor||0,6),337),o&&e.write(o,345),e.write(L0(H2e(e),6),148),e)};rw.decode=function(t,e,r){var o=t[156]===0?0:t[156]-O2e,a=tw(t,0,100,e),n=M0(t,100,8),u=M0(t,108,8),A=M0(t,116,8),p=M0(t,124,12),h=M0(t,136,12),E=JBt(o),I=t[157]===0?null:tw(t,157,100,e),v=tw(t,265,32),b=tw(t,297,32),C=M0(t,329,8),T=M0(t,337,8),L=H2e(t);if(L===8*32)return null;if(L!==M0(t,148,8))throw new Error("Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?");if(U2e.compare(t,Pv,Pv+6)===0)t[345]&&(a=tw(t,345,155,e)+"/"+a);else if(!(YBt.compare(t,Pv,Pv+6)===0&&WBt.compare(t,sG,sG+2)===0)){if(!r)throw new Error("Invalid tar header: unknown format.")}return o===0&&a&&a[a.length-1]==="/"&&(o=5),{name:a,mode:n,uid:u,gid:A,size:p,mtime:new Date(1e3*h),type:E,linkname:I,uname:v,gname:b,devmajor:C,devminor:T}}});var K2e=_((L$t,V2e)=>{var q2e=Be("util"),ZBt=M2e(),Sv=oG(),G2e=ew().Writable,Y2e=ew().PassThrough,W2e=function(){},j2e=function(t){return t&=511,t&&512-t},$Bt=function(t,e){var r=new VQ(t,e);return r.end(),r},evt=function(t,e){return e.path&&(t.name=e.path),e.linkpath&&(t.linkname=e.linkpath),e.size&&(t.size=parseInt(e.size,10)),t.pax=e,t},VQ=function(t,e){this._parent=t,this.offset=e,Y2e.call(this,{autoDestroy:!1})};q2e.inherits(VQ,Y2e);VQ.prototype.destroy=function(t){this._parent.destroy(t)};var sp=function(t){if(!(this instanceof sp))return new sp(t);G2e.call(this,t),t=t||{},this._offset=0,this._buffer=ZBt(),this._missing=0,this._partial=!1,this._onparse=W2e,this._header=null,this._stream=null,this._overflow=null,this._cb=null,this._locked=!1,this._destroyed=!1,this._pax=null,this._paxGlobal=null,this._gnuLongPath=null,this._gnuLongLinkPath=null;var e=this,r=e._buffer,o=function(){e._continue()},a=function(v){if(e._locked=!1,v)return e.destroy(v);e._stream||o()},n=function(){e._stream=null;var v=j2e(e._header.size);v?e._parse(v,u):e._parse(512,I),e._locked||o()},u=function(){e._buffer.consume(j2e(e._header.size)),e._parse(512,I),o()},A=function(){var v=e._header.size;e._paxGlobal=Sv.decodePax(r.slice(0,v)),r.consume(v),n()},p=function(){var v=e._header.size;e._pax=Sv.decodePax(r.slice(0,v)),e._paxGlobal&&(e._pax=Object.assign({},e._paxGlobal,e._pax)),r.consume(v),n()},h=function(){var v=e._header.size;this._gnuLongPath=Sv.decodeLongPath(r.slice(0,v),t.filenameEncoding),r.consume(v),n()},E=function(){var v=e._header.size;this._gnuLongLinkPath=Sv.decodeLongPath(r.slice(0,v),t.filenameEncoding),r.consume(v),n()},I=function(){var v=e._offset,b;try{b=e._header=Sv.decode(r.slice(0,512),t.filenameEncoding,t.allowUnknownFormat)}catch(C){e.emit("error",C)}if(r.consume(512),!b){e._parse(512,I),o();return}if(b.type==="gnu-long-path"){e._parse(b.size,h),o();return}if(b.type==="gnu-long-link-path"){e._parse(b.size,E),o();return}if(b.type==="pax-global-header"){e._parse(b.size,A),o();return}if(b.type==="pax-header"){e._parse(b.size,p),o();return}if(e._gnuLongPath&&(b.name=e._gnuLongPath,e._gnuLongPath=null),e._gnuLongLinkPath&&(b.linkname=e._gnuLongLinkPath,e._gnuLongLinkPath=null),e._pax&&(e._header=b=evt(b,e._pax),e._pax=null),e._locked=!0,!b.size||b.type==="directory"){e._parse(512,I),e.emit("entry",b,$Bt(e,v),a);return}e._stream=new VQ(e,v),e.emit("entry",b,e._stream,a),e._parse(b.size,n),o()};this._onheader=I,this._parse(512,I)};q2e.inherits(sp,G2e);sp.prototype.destroy=function(t){this._destroyed||(this._destroyed=!0,t&&this.emit("error",t),this.emit("close"),this._stream&&this._stream.emit("close"))};sp.prototype._parse=function(t,e){this._destroyed||(this._offset+=t,this._missing=t,e===this._onheader&&(this._partial=!1),this._onparse=e)};sp.prototype._continue=function(){if(!this._destroyed){var t=this._cb;this._cb=W2e,this._overflow?this._write(this._overflow,void 0,t):t()}};sp.prototype._write=function(t,e,r){if(!this._destroyed){var o=this._stream,a=this._buffer,n=this._missing;if(t.length&&(this._partial=!0),t.lengthn&&(u=t.slice(n),t=t.slice(0,n)),o?o.end(t):a.append(t),this._overflow=u,this._onparse()}};sp.prototype._final=function(t){if(this._partial)return this.destroy(new Error("Unexpected end of data"));t()};V2e.exports=sp});var z2e=_((M$t,J2e)=>{J2e.exports=Be("fs").constants||Be("constants")});var tBe=_((O$t,eBe)=>{var nw=z2e(),X2e=OO(),JQ=Q0(),tvt=Buffer.alloc,Z2e=ew().Readable,iw=ew().Writable,rvt=Be("string_decoder").StringDecoder,KQ=oG(),nvt=parseInt("755",8),ivt=parseInt("644",8),$2e=tvt(1024),lG=function(){},aG=function(t,e){e&=511,e&&t.push($2e.slice(0,512-e))};function svt(t){switch(t&nw.S_IFMT){case nw.S_IFBLK:return"block-device";case nw.S_IFCHR:return"character-device";case nw.S_IFDIR:return"directory";case nw.S_IFIFO:return"fifo";case nw.S_IFLNK:return"symlink"}return"file"}var zQ=function(t){iw.call(this),this.written=0,this._to=t,this._destroyed=!1};JQ(zQ,iw);zQ.prototype._write=function(t,e,r){if(this.written+=t.length,this._to.push(t))return r();this._to._drain=r};zQ.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.emit("close"))};var XQ=function(){iw.call(this),this.linkname="",this._decoder=new rvt("utf-8"),this._destroyed=!1};JQ(XQ,iw);XQ.prototype._write=function(t,e,r){this.linkname+=this._decoder.write(t),r()};XQ.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.emit("close"))};var xv=function(){iw.call(this),this._destroyed=!1};JQ(xv,iw);xv.prototype._write=function(t,e,r){r(new Error("No body allowed for this entry"))};xv.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.emit("close"))};var EA=function(t){if(!(this instanceof EA))return new EA(t);Z2e.call(this,t),this._drain=lG,this._finalized=!1,this._finalizing=!1,this._destroyed=!1,this._stream=null};JQ(EA,Z2e);EA.prototype.entry=function(t,e,r){if(this._stream)throw new Error("already piping an entry");if(!(this._finalized||this._destroyed)){typeof e=="function"&&(r=e,e=null),r||(r=lG);var o=this;if((!t.size||t.type==="symlink")&&(t.size=0),t.type||(t.type=svt(t.mode)),t.mode||(t.mode=t.type==="directory"?nvt:ivt),t.uid||(t.uid=0),t.gid||(t.gid=0),t.mtime||(t.mtime=new Date),typeof e=="string"&&(e=Buffer.from(e)),Buffer.isBuffer(e)){t.size=e.length,this._encode(t);var a=this.push(e);return aG(o,t.size),a?process.nextTick(r):this._drain=r,new xv}if(t.type==="symlink"&&!t.linkname){var n=new XQ;return X2e(n,function(A){if(A)return o.destroy(),r(A);t.linkname=n.linkname,o._encode(t),r()}),n}if(this._encode(t),t.type!=="file"&&t.type!=="contiguous-file")return process.nextTick(r),new xv;var u=new zQ(this);return this._stream=u,X2e(u,function(A){if(o._stream=null,A)return o.destroy(),r(A);if(u.written!==t.size)return o.destroy(),r(new Error("size mismatch"));aG(o,t.size),o._finalizing&&o.finalize(),r()}),u}};EA.prototype.finalize=function(){if(this._stream){this._finalizing=!0;return}this._finalized||(this._finalized=!0,this.push($2e),this.push(null))};EA.prototype.destroy=function(t){this._destroyed||(this._destroyed=!0,t&&this.emit("error",t),this.emit("close"),this._stream&&this._stream.destroy&&this._stream.destroy())};EA.prototype._encode=function(t){if(!t.pax){var e=KQ.encode(t);if(e){this.push(e);return}}this._encodePax(t)};EA.prototype._encodePax=function(t){var e=KQ.encodePax({name:t.name,linkname:t.linkname,pax:t.pax}),r={name:"PaxHeader",mode:t.mode,uid:t.uid,gid:t.gid,size:e.length,mtime:t.mtime,type:"pax-header",linkname:t.linkname&&"PaxHeader",uname:t.uname,gname:t.gname,devmajor:t.devmajor,devminor:t.devminor};this.push(KQ.encode(r)),this.push(e),aG(this,e.length),r.size=t.size,r.type=t.type,this.push(KQ.encode(r))};EA.prototype._read=function(t){var e=this._drain;this._drain=lG,e()};eBe.exports=EA});var rBe=_(cG=>{cG.extract=K2e();cG.pack=tBe()});var hBe=_((ier,pBe)=>{"use strict";var Bm=class{constructor(e,r,o){this.__specs=e||{},Object.keys(this.__specs).forEach(a=>{if(typeof this.__specs[a]=="string"){let n=this.__specs[a],u=this.__specs[n];if(u){let A=u.aliases||[];A.push(a,n),u.aliases=[...new Set(A)],this.__specs[a]=u}else throw new Error(`Alias refers to invalid key: ${n} -> ${a}`)}}),this.__opts=r||{},this.__providers=ABe(o.filter(a=>a!=null&&typeof a=="object")),this.__isFiggyPudding=!0}get(e){return gG(this,e,!0)}get[Symbol.toStringTag](){return"FiggyPudding"}forEach(e,r=this){for(let[o,a]of this.entries())e.call(r,a,o,this)}toJSON(){let e={};return this.forEach((r,o)=>{e[o]=r}),e}*entries(e){for(let o of Object.keys(this.__specs))yield[o,this.get(o)];let r=e||this.__opts.other;if(r){let o=new Set;for(let a of this.__providers){let n=a.entries?a.entries(r):Cvt(a);for(let[u,A]of n)r(u)&&!o.has(u)&&(o.add(u),yield[u,A])}}}*[Symbol.iterator](){for(let[e,r]of this.entries())yield[e,r]}*keys(){for(let[e]of this.entries())yield e}*values(){for(let[,e]of this.entries())yield e}concat(...e){return new Proxy(new Bm(this.__specs,this.__opts,ABe(this.__providers).concat(e)),fBe)}};try{let t=Be("util");Bm.prototype[t.inspect.custom]=function(e,r){return this[Symbol.toStringTag]+" "+t.inspect(this.toJSON(),r)}}catch{}function yvt(t){throw Object.assign(new Error(`invalid config key requested: ${t}`),{code:"EBADKEY"})}function gG(t,e,r){let o=t.__specs[e];if(r&&!o&&(!t.__opts.other||!t.__opts.other(e)))yvt(e);else{o||(o={});let a;for(let n of t.__providers){if(a=uBe(e,n),a===void 0&&o.aliases&&o.aliases.length){for(let u of o.aliases)if(u!==e&&(a=uBe(u,n),a!==void 0))break}if(a!==void 0)break}return a===void 0&&o.default!==void 0?typeof o.default=="function"?o.default(t):o.default:a}}function uBe(t,e){let r;return e.__isFiggyPudding?r=gG(e,t,!1):typeof e.get=="function"?r=e.get(t):r=e[t],r}var fBe={has(t,e){return e in t.__specs&&gG(t,e,!1)!==void 0},ownKeys(t){return Object.keys(t.__specs)},get(t,e){return typeof e=="symbol"||e.slice(0,2)==="__"||e in Bm.prototype?t[e]:t.get(e)},set(t,e,r){if(typeof e=="symbol"||e.slice(0,2)==="__")return t[e]=r,!0;throw new Error("figgyPudding options cannot be modified. Use .concat() instead.")},deleteProperty(){throw new Error("figgyPudding options cannot be deleted. Use .concat() and shadow them instead.")}};pBe.exports=Evt;function Evt(t,e){function r(...o){return new Proxy(new Bm(t,e,o),fBe)}return r}function ABe(t){let e=[];return t.forEach(r=>e.unshift(r)),e}function Cvt(t){return Object.keys(t).map(e=>[e,t[e]])}});var mBe=_((ser,IA)=>{"use strict";var kv=Be("crypto"),wvt=hBe(),Ivt=Be("stream").Transform,gBe=["sha256","sha384","sha512"],Bvt=/^[a-z0-9+/]+(?:=?=?)$/i,vvt=/^([^-]+)-([^?]+)([?\S*]*)$/,Dvt=/^([^-]+)-([A-Za-z0-9+/=]{44,88})(\?[\x21-\x7E]*)*$/,Pvt=/^[\x21-\x7E]+$/,ia=wvt({algorithms:{default:["sha512"]},error:{default:!1},integrity:{},options:{default:[]},pickAlgorithm:{default:()=>Rvt},Promise:{default:()=>Promise},sep:{default:" "},single:{default:!1},size:{},strict:{default:!1}}),U0=class{get isHash(){return!0}constructor(e,r){r=ia(r);let o=!!r.strict;this.source=e.trim();let a=this.source.match(o?Dvt:vvt);if(!a||o&&!gBe.some(u=>u===a[1]))return;this.algorithm=a[1],this.digest=a[2];let n=a[3];this.options=n?n.slice(1).split("?"):[]}hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toString("hex")}toJSON(){return this.toString()}toString(e){if(e=ia(e),e.strict&&!(gBe.some(o=>o===this.algorithm)&&this.digest.match(Bvt)&&(this.options||[]).every(o=>o.match(Pvt))))return"";let r=this.options&&this.options.length?`?${this.options.join("?")}`:"";return`${this.algorithm}-${this.digest}${r}`}},vm=class{get isIntegrity(){return!0}toJSON(){return this.toString()}toString(e){e=ia(e);let r=e.sep||" ";return e.strict&&(r=r.replace(/\S+/g," ")),Object.keys(this).map(o=>this[o].map(a=>U0.prototype.toString.call(a,e)).filter(a=>a.length).join(r)).filter(o=>o.length).join(r)}concat(e,r){r=ia(r);let o=typeof e=="string"?e:bv(e,r);return wA(`${this.toString(r)} ${o}`,r)}hexDigest(){return wA(this,{single:!0}).hexDigest()}match(e,r){r=ia(r);let o=wA(e,r),a=o.pickAlgorithm(r);return this[a]&&o[a]&&this[a].find(n=>o[a].find(u=>n.digest===u.digest))||!1}pickAlgorithm(e){e=ia(e);let r=e.pickAlgorithm,o=Object.keys(this);if(!o.length)throw new Error(`No algorithms available for ${JSON.stringify(this.toString())}`);return o.reduce((a,n)=>r(a,n)||a)}};IA.exports.parse=wA;function wA(t,e){if(e=ia(e),typeof t=="string")return dG(t,e);if(t.algorithm&&t.digest){let r=new vm;return r[t.algorithm]=[t],dG(bv(r,e),e)}else return dG(bv(t,e),e)}function dG(t,e){return e.single?new U0(t,e):t.trim().split(/\s+/).reduce((r,o)=>{let a=new U0(o,e);if(a.algorithm&&a.digest){let n=a.algorithm;r[n]||(r[n]=[]),r[n].push(a)}return r},new vm)}IA.exports.stringify=bv;function bv(t,e){return e=ia(e),t.algorithm&&t.digest?U0.prototype.toString.call(t,e):typeof t=="string"?bv(wA(t,e),e):vm.prototype.toString.call(t,e)}IA.exports.fromHex=Svt;function Svt(t,e,r){r=ia(r);let o=r.options&&r.options.length?`?${r.options.join("?")}`:"";return wA(`${e}-${Buffer.from(t,"hex").toString("base64")}${o}`,r)}IA.exports.fromData=xvt;function xvt(t,e){e=ia(e);let r=e.algorithms,o=e.options&&e.options.length?`?${e.options.join("?")}`:"";return r.reduce((a,n)=>{let u=kv.createHash(n).update(t).digest("base64"),A=new U0(`${n}-${u}${o}`,e);if(A.algorithm&&A.digest){let p=A.algorithm;a[p]||(a[p]=[]),a[p].push(A)}return a},new vm)}IA.exports.fromStream=bvt;function bvt(t,e){e=ia(e);let r=e.Promise||Promise,o=mG(e);return new r((a,n)=>{t.pipe(o),t.on("error",n),o.on("error",n);let u;o.on("integrity",A=>{u=A}),o.on("end",()=>a(u)),o.on("data",()=>{})})}IA.exports.checkData=kvt;function kvt(t,e,r){if(r=ia(r),e=wA(e,r),!Object.keys(e).length){if(r.error)throw Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"});return!1}let o=e.pickAlgorithm(r),a=kv.createHash(o).update(t).digest("base64"),n=wA({algorithm:o,digest:a}),u=n.match(e,r);if(u||!r.error)return u;if(typeof r.size=="number"&&t.length!==r.size){let A=new Error(`data size mismatch when checking ${e}. +`,x}function u1t(t,e){return e.fs_.chmod(t,493)}function uG(t){if(!t)return{win32:"",posix:""};let e=typeof t=="string"?t.split(sc.delimiter):Array.from(t),r={};for(let o=0;o`/mnt/${A.toLowerCase()}`):e[o];r.win32=r.win32?`${r.win32};${a}`:a,r.posix=r.posix?`${r.posix}:${n}`:n,r[o]={win32:a,posix:n}}return r}o1e.exports=cG});var vG=_((h$t,b1e)=>{b1e.exports=ve("stream")});var F1e=_((g$t,Q1e)=>{"use strict";function x1e(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),r.push.apply(r,o)}return r}function O1t(t){for(var e=1;e0?this.tail.next=o:this.head=o,this.tail=o,++this.length}},{key:"unshift",value:function(r){var o={data:r,next:this.head};this.length===0&&(this.tail=o),this.head=o,++this.length}},{key:"shift",value:function(){if(this.length!==0){var r=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,r}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(r){if(this.length===0)return"";for(var o=this.head,a=""+o.data;o=o.next;)a+=r+o.data;return a}},{key:"concat",value:function(r){if(this.length===0)return xQ.alloc(0);for(var o=xQ.allocUnsafe(r>>>0),a=this.head,n=0;a;)q1t(a.data,o,n),n+=a.data.length,a=a.next;return o}},{key:"consume",value:function(r,o){var a;return ru.length?u.length:r;if(A===u.length?n+=u:n+=u.slice(0,r),r-=A,r===0){A===u.length?(++a,o.next?this.head=o.next:this.head=this.tail=null):(this.head=o,o.data=u.slice(A));break}++a}return this.length-=a,n}},{key:"_getBuffer",value:function(r){var o=xQ.allocUnsafe(r),a=this.head,n=1;for(a.data.copy(o),r-=a.data.length;a=a.next;){var u=a.data,A=r>u.length?u.length:r;if(u.copy(o,o.length-r,0,A),r-=A,r===0){A===u.length?(++n,a.next?this.head=a.next:this.head=this.tail=null):(this.head=a,a.data=u.slice(A));break}++n}return this.length-=n,o}},{key:G1t,value:function(r,o){return DG(this,O1t({},o,{depth:0,customInspect:!1}))}}]),t}()});var PG=_((d$t,T1e)=>{"use strict";function Y1t(t,e){var r=this,o=this._readableState&&this._readableState.destroyed,a=this._writableState&&this._writableState.destroyed;return o||a?(e?e(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(SG,this,t)):process.nextTick(SG,this,t)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(n){!e&&n?r._writableState?r._writableState.errorEmitted?process.nextTick(kQ,r):(r._writableState.errorEmitted=!0,process.nextTick(R1e,r,n)):process.nextTick(R1e,r,n):e?(process.nextTick(kQ,r),e(n)):process.nextTick(kQ,r)}),this)}function R1e(t,e){SG(t,e),kQ(t)}function kQ(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit("close")}function W1t(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function SG(t,e){t.emit("error",e)}function K1t(t,e){var r=t._readableState,o=t._writableState;r&&r.autoDestroy||o&&o.autoDestroy?t.destroy(e):t.emit("error",e)}T1e.exports={destroy:Y1t,undestroy:W1t,errorOrDestroy:K1t}});var Q0=_((m$t,O1e)=>{"use strict";var L1e={};function ac(t,e,r){r||(r=Error);function o(n,u,A){return typeof e=="string"?e:e(n,u,A)}class a extends r{constructor(u,A,p){super(o(u,A,p))}}a.prototype.name=r.name,a.prototype.code=t,L1e[t]=a}function N1e(t,e){if(Array.isArray(t)){let r=t.length;return t=t.map(o=>String(o)),r>2?`one of ${e} ${t.slice(0,r-1).join(", ")}, or `+t[r-1]:r===2?`one of ${e} ${t[0]} or ${t[1]}`:`of ${e} ${t[0]}`}else return`of ${e} ${String(t)}`}function V1t(t,e,r){return t.substr(!r||r<0?0:+r,e.length)===e}function J1t(t,e,r){return(r===void 0||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}function z1t(t,e,r){return typeof r!="number"&&(r=0),r+e.length>t.length?!1:t.indexOf(e,r)!==-1}ac("ERR_INVALID_OPT_VALUE",function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'},TypeError);ac("ERR_INVALID_ARG_TYPE",function(t,e,r){let o;typeof e=="string"&&V1t(e,"not ")?(o="must not be",e=e.replace(/^not /,"")):o="must be";let a;if(J1t(t," argument"))a=`The ${t} ${o} ${N1e(e,"type")}`;else{let n=z1t(t,".")?"property":"argument";a=`The "${t}" ${n} ${o} ${N1e(e,"type")}`}return a+=`. Received type ${typeof r}`,a},TypeError);ac("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");ac("ERR_METHOD_NOT_IMPLEMENTED",function(t){return"The "+t+" method is not implemented"});ac("ERR_STREAM_PREMATURE_CLOSE","Premature close");ac("ERR_STREAM_DESTROYED",function(t){return"Cannot call "+t+" after a stream was destroyed"});ac("ERR_MULTIPLE_CALLBACK","Callback called multiple times");ac("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");ac("ERR_STREAM_WRITE_AFTER_END","write after end");ac("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);ac("ERR_UNKNOWN_ENCODING",function(t){return"Unknown encoding: "+t},TypeError);ac("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");O1e.exports.codes=L1e});var bG=_((y$t,M1e)=>{"use strict";var X1t=Q0().codes.ERR_INVALID_OPT_VALUE;function Z1t(t,e,r){return t.highWaterMark!=null?t.highWaterMark:e?t[r]:null}function $1t(t,e,r,o){var a=Z1t(e,o,r);if(a!=null){if(!(isFinite(a)&&Math.floor(a)===a)||a<0){var n=o?r:"highWaterMark";throw new X1t(n,a)}return Math.floor(a)}return t.objectMode?16:16*1024}M1e.exports={getHighWaterMark:$1t}});var U1e=_((E$t,xG)=>{typeof Object.create=="function"?xG.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:xG.exports=function(e,r){if(r){e.super_=r;var o=function(){};o.prototype=r.prototype,e.prototype=new o,e.prototype.constructor=e}}});var F0=_((C$t,QG)=>{try{if(kG=ve("util"),typeof kG.inherits!="function")throw"";QG.exports=kG.inherits}catch{QG.exports=U1e()}var kG});var H1e=_((w$t,_1e)=>{_1e.exports=ve("util").deprecate});var TG=_((I$t,K1e)=>{"use strict";K1e.exports=Ri;function G1e(t){var e=this;this.next=null,this.entry=null,this.finish=function(){S2t(e,t)}}var zC;Ri.WritableState=mv;var e2t={deprecate:H1e()},q1e=vG(),FQ=ve("buffer").Buffer,t2t=global.Uint8Array||function(){};function r2t(t){return FQ.from(t)}function n2t(t){return FQ.isBuffer(t)||t instanceof t2t}var RG=PG(),i2t=bG(),s2t=i2t.getHighWaterMark,R0=Q0().codes,o2t=R0.ERR_INVALID_ARG_TYPE,a2t=R0.ERR_METHOD_NOT_IMPLEMENTED,l2t=R0.ERR_MULTIPLE_CALLBACK,c2t=R0.ERR_STREAM_CANNOT_PIPE,u2t=R0.ERR_STREAM_DESTROYED,A2t=R0.ERR_STREAM_NULL_VALUES,f2t=R0.ERR_STREAM_WRITE_AFTER_END,p2t=R0.ERR_UNKNOWN_ENCODING,XC=RG.errorOrDestroy;F0()(Ri,q1e);function h2t(){}function mv(t,e,r){zC=zC||Cm(),t=t||{},typeof r!="boolean"&&(r=e instanceof zC),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=s2t(this,t,"writableHighWaterMark",r),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var o=t.decodeStrings===!1;this.decodeStrings=!o,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(a){w2t(e,a)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new G1e(this)}mv.prototype.getBuffer=function(){for(var e=this.bufferedRequest,r=[];e;)r.push(e),e=e.next;return r};(function(){try{Object.defineProperty(mv.prototype,"buffer",{get:e2t.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}})();var QQ;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(QQ=Function.prototype[Symbol.hasInstance],Object.defineProperty(Ri,Symbol.hasInstance,{value:function(e){return QQ.call(this,e)?!0:this!==Ri?!1:e&&e._writableState instanceof mv}})):QQ=function(e){return e instanceof this};function Ri(t){zC=zC||Cm();var e=this instanceof zC;if(!e&&!QQ.call(Ri,this))return new Ri(t);this._writableState=new mv(t,this,e),this.writable=!0,t&&(typeof t.write=="function"&&(this._write=t.write),typeof t.writev=="function"&&(this._writev=t.writev),typeof t.destroy=="function"&&(this._destroy=t.destroy),typeof t.final=="function"&&(this._final=t.final)),q1e.call(this)}Ri.prototype.pipe=function(){XC(this,new c2t)};function g2t(t,e){var r=new f2t;XC(t,r),process.nextTick(e,r)}function d2t(t,e,r,o){var a;return r===null?a=new A2t:typeof r!="string"&&!e.objectMode&&(a=new o2t("chunk",["string","Buffer"],r)),a?(XC(t,a),process.nextTick(o,a),!1):!0}Ri.prototype.write=function(t,e,r){var o=this._writableState,a=!1,n=!o.objectMode&&n2t(t);return n&&!FQ.isBuffer(t)&&(t=r2t(t)),typeof e=="function"&&(r=e,e=null),n?e="buffer":e||(e=o.defaultEncoding),typeof r!="function"&&(r=h2t),o.ending?g2t(this,r):(n||d2t(this,o,t,r))&&(o.pendingcb++,a=y2t(this,o,n,t,e,r)),a};Ri.prototype.cork=function(){this._writableState.corked++};Ri.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,!t.writing&&!t.corked&&!t.bufferProcessing&&t.bufferedRequest&&Y1e(this,t))};Ri.prototype.setDefaultEncoding=function(e){if(typeof e=="string"&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new p2t(e);return this._writableState.defaultEncoding=e,this};Object.defineProperty(Ri.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function m2t(t,e,r){return!t.objectMode&&t.decodeStrings!==!1&&typeof e=="string"&&(e=FQ.from(e,r)),e}Object.defineProperty(Ri.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function y2t(t,e,r,o,a,n){if(!r){var u=m2t(e,o,a);o!==u&&(r=!0,a="buffer",o=u)}var A=e.objectMode?1:o.length;e.length+=A;var p=e.length{"use strict";var P2t=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};J1e.exports=EA;var V1e=OG(),LG=TG();F0()(EA,V1e);for(NG=P2t(LG.prototype),RQ=0;RQ{var NQ=ve("buffer"),ip=NQ.Buffer;function z1e(t,e){for(var r in t)e[r]=t[r]}ip.from&&ip.alloc&&ip.allocUnsafe&&ip.allocUnsafeSlow?X1e.exports=NQ:(z1e(NQ,MG),MG.Buffer=ZC);function ZC(t,e,r){return ip(t,e,r)}z1e(ip,ZC);ZC.from=function(t,e,r){if(typeof t=="number")throw new TypeError("Argument must not be a number");return ip(t,e,r)};ZC.alloc=function(t,e,r){if(typeof t!="number")throw new TypeError("Argument must be a number");var o=ip(t);return e!==void 0?typeof r=="string"?o.fill(e,r):o.fill(e):o.fill(0),o};ZC.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return ip(t)};ZC.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return NQ.SlowBuffer(t)}});var HG=_(e2e=>{"use strict";var _G=Z1e().Buffer,$1e=_G.isEncoding||function(t){switch(t=""+t,t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function k2t(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function Q2t(t){var e=k2t(t);if(typeof e!="string"&&(_G.isEncoding===$1e||!$1e(t)))throw new Error("Unknown encoding: "+t);return e||t}e2e.StringDecoder=yv;function yv(t){this.encoding=Q2t(t);var e;switch(this.encoding){case"utf16le":this.text=O2t,this.end=M2t,e=4;break;case"utf8":this.fillLast=T2t,e=4;break;case"base64":this.text=U2t,this.end=_2t,e=3;break;default:this.write=H2t,this.end=j2t;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=_G.allocUnsafe(e)}yv.prototype.write=function(t){if(t.length===0)return"";var e,r;if(this.lastNeed){if(e=this.fillLast(t),e===void 0)return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}function F2t(t,e,r){var o=e.length-1;if(o=0?(a>0&&(t.lastNeed=a-1),a):--o=0?(a>0&&(t.lastNeed=a-2),a):--o=0?(a>0&&(a===2?a=0:t.lastNeed=a-3),a):0))}function R2t(t,e,r){if((e[0]&192)!==128)return t.lastNeed=0,"\uFFFD";if(t.lastNeed>1&&e.length>1){if((e[1]&192)!==128)return t.lastNeed=1,"\uFFFD";if(t.lastNeed>2&&e.length>2&&(e[2]&192)!==128)return t.lastNeed=2,"\uFFFD"}}function T2t(t){var e=this.lastTotal-this.lastNeed,r=R2t(this,t,e);if(r!==void 0)return r;if(this.lastNeed<=t.length)return t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,e,0,t.length),this.lastNeed-=t.length}function N2t(t,e){var r=F2t(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var o=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,o),t.toString("utf8",e,o)}function L2t(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"\uFFFD":e}function O2t(t,e){if((t.length-e)%2===0){var r=t.toString("utf16le",e);if(r){var o=r.charCodeAt(r.length-1);if(o>=55296&&o<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function M2t(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}function U2t(t,e){var r=(t.length-e)%3;return r===0?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,r===1?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}function _2t(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function H2t(t){return t.toString(this.encoding)}function j2t(t){return t&&t.length?this.write(t):""}});var LQ=_((D$t,n2e)=>{"use strict";var t2e=Q0().codes.ERR_STREAM_PREMATURE_CLOSE;function G2t(t){var e=!1;return function(){if(!e){e=!0;for(var r=arguments.length,o=new Array(r),a=0;a{"use strict";var OQ;function T0(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var W2t=LQ(),N0=Symbol("lastResolve"),wm=Symbol("lastReject"),Ev=Symbol("error"),MQ=Symbol("ended"),Im=Symbol("lastPromise"),jG=Symbol("handlePromise"),Bm=Symbol("stream");function L0(t,e){return{value:t,done:e}}function K2t(t){var e=t[N0];if(e!==null){var r=t[Bm].read();r!==null&&(t[Im]=null,t[N0]=null,t[wm]=null,e(L0(r,!1)))}}function V2t(t){process.nextTick(K2t,t)}function J2t(t,e){return function(r,o){t.then(function(){if(e[MQ]){r(L0(void 0,!0));return}e[jG](r,o)},o)}}var z2t=Object.getPrototypeOf(function(){}),X2t=Object.setPrototypeOf((OQ={get stream(){return this[Bm]},next:function(){var e=this,r=this[Ev];if(r!==null)return Promise.reject(r);if(this[MQ])return Promise.resolve(L0(void 0,!0));if(this[Bm].destroyed)return new Promise(function(u,A){process.nextTick(function(){e[Ev]?A(e[Ev]):u(L0(void 0,!0))})});var o=this[Im],a;if(o)a=new Promise(J2t(o,this));else{var n=this[Bm].read();if(n!==null)return Promise.resolve(L0(n,!1));a=new Promise(this[jG])}return this[Im]=a,a}},T0(OQ,Symbol.asyncIterator,function(){return this}),T0(OQ,"return",function(){var e=this;return new Promise(function(r,o){e[Bm].destroy(null,function(a){if(a){o(a);return}r(L0(void 0,!0))})})}),OQ),z2t),Z2t=function(e){var r,o=Object.create(X2t,(r={},T0(r,Bm,{value:e,writable:!0}),T0(r,N0,{value:null,writable:!0}),T0(r,wm,{value:null,writable:!0}),T0(r,Ev,{value:null,writable:!0}),T0(r,MQ,{value:e._readableState.endEmitted,writable:!0}),T0(r,jG,{value:function(n,u){var A=o[Bm].read();A?(o[Im]=null,o[N0]=null,o[wm]=null,n(L0(A,!1))):(o[N0]=n,o[wm]=u)},writable:!0}),r));return o[Im]=null,W2t(e,function(a){if(a&&a.code!=="ERR_STREAM_PREMATURE_CLOSE"){var n=o[wm];n!==null&&(o[Im]=null,o[N0]=null,o[wm]=null,n(a)),o[Ev]=a;return}var u=o[N0];u!==null&&(o[Im]=null,o[N0]=null,o[wm]=null,u(L0(void 0,!0))),o[MQ]=!0}),e.on("readable",V2t.bind(null,o)),o};i2e.exports=Z2t});var c2e=_((P$t,l2e)=>{"use strict";function o2e(t,e,r,o,a,n,u){try{var A=t[n](u),p=A.value}catch(h){r(h);return}A.done?e(p):Promise.resolve(p).then(o,a)}function $2t(t){return function(){var e=this,r=arguments;return new Promise(function(o,a){var n=t.apply(e,r);function u(p){o2e(n,o,a,u,A,"next",p)}function A(p){o2e(n,o,a,u,A,"throw",p)}u(void 0)})}}function a2e(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),r.push.apply(r,o)}return r}function eBt(t){for(var e=1;e{"use strict";E2e.exports=mn;var $C;mn.ReadableState=p2e;var b$t=ve("events").EventEmitter,f2e=function(e,r){return e.listeners(r).length},wv=vG(),UQ=ve("buffer").Buffer,iBt=global.Uint8Array||function(){};function sBt(t){return UQ.from(t)}function oBt(t){return UQ.isBuffer(t)||t instanceof iBt}var GG=ve("util"),en;GG&&GG.debuglog?en=GG.debuglog("stream"):en=function(){};var aBt=F1e(),zG=PG(),lBt=bG(),cBt=lBt.getHighWaterMark,_Q=Q0().codes,uBt=_Q.ERR_INVALID_ARG_TYPE,ABt=_Q.ERR_STREAM_PUSH_AFTER_EOF,fBt=_Q.ERR_METHOD_NOT_IMPLEMENTED,pBt=_Q.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,ew,qG,YG;F0()(mn,wv);var Cv=zG.errorOrDestroy,WG=["error","close","destroy","pause","resume"];function hBt(t,e,r){if(typeof t.prependListener=="function")return t.prependListener(e,r);!t._events||!t._events[e]?t.on(e,r):Array.isArray(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]}function p2e(t,e,r){$C=$C||Cm(),t=t||{},typeof r!="boolean"&&(r=e instanceof $C),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=cBt(this,t,"readableHighWaterMark",r),this.buffer=new aBt,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(ew||(ew=HG().StringDecoder),this.decoder=new ew(t.encoding),this.encoding=t.encoding)}function mn(t){if($C=$C||Cm(),!(this instanceof mn))return new mn(t);var e=this instanceof $C;this._readableState=new p2e(t,this,e),this.readable=!0,t&&(typeof t.read=="function"&&(this._read=t.read),typeof t.destroy=="function"&&(this._destroy=t.destroy)),wv.call(this)}Object.defineProperty(mn.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(e){!this._readableState||(this._readableState.destroyed=e)}});mn.prototype.destroy=zG.destroy;mn.prototype._undestroy=zG.undestroy;mn.prototype._destroy=function(t,e){e(t)};mn.prototype.push=function(t,e){var r=this._readableState,o;return r.objectMode?o=!0:typeof t=="string"&&(e=e||r.defaultEncoding,e!==r.encoding&&(t=UQ.from(t,e),e=""),o=!0),h2e(this,t,e,!1,o)};mn.prototype.unshift=function(t){return h2e(this,t,null,!0,!1)};function h2e(t,e,r,o,a){en("readableAddChunk",e);var n=t._readableState;if(e===null)n.reading=!1,mBt(t,n);else{var u;if(a||(u=gBt(n,e)),u)Cv(t,u);else if(n.objectMode||e&&e.length>0)if(typeof e!="string"&&!n.objectMode&&Object.getPrototypeOf(e)!==UQ.prototype&&(e=sBt(e)),o)n.endEmitted?Cv(t,new pBt):KG(t,n,e,!0);else if(n.ended)Cv(t,new ABt);else{if(n.destroyed)return!1;n.reading=!1,n.decoder&&!r?(e=n.decoder.write(e),n.objectMode||e.length!==0?KG(t,n,e,!1):JG(t,n)):KG(t,n,e,!1)}else o||(n.reading=!1,JG(t,n))}return!n.ended&&(n.length=u2e?t=u2e:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function A2e(t,e){return t<=0||e.length===0&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=dBt(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}mn.prototype.read=function(t){en("read",t),t=parseInt(t,10);var e=this._readableState,r=t;if(t!==0&&(e.emittedReadable=!1),t===0&&e.needReadable&&((e.highWaterMark!==0?e.length>=e.highWaterMark:e.length>0)||e.ended))return en("read: emitReadable",e.length,e.ended),e.length===0&&e.ended?VG(this):HQ(this),null;if(t=A2e(t,e),t===0&&e.ended)return e.length===0&&VG(this),null;var o=e.needReadable;en("need readable",o),(e.length===0||e.length-t0?a=m2e(t,e):a=null,a===null?(e.needReadable=e.length<=e.highWaterMark,t=0):(e.length-=t,e.awaitDrain=0),e.length===0&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&VG(this)),a!==null&&this.emit("data",a),a};function mBt(t,e){if(en("onEofChunk"),!e.ended){if(e.decoder){var r=e.decoder.end();r&&r.length&&(e.buffer.push(r),e.length+=e.objectMode?1:r.length)}e.ended=!0,e.sync?HQ(t):(e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,g2e(t)))}}function HQ(t){var e=t._readableState;en("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||(en("emitReadable",e.flowing),e.emittedReadable=!0,process.nextTick(g2e,t))}function g2e(t){var e=t._readableState;en("emitReadable_",e.destroyed,e.length,e.ended),!e.destroyed&&(e.length||e.ended)&&(t.emit("readable"),e.emittedReadable=!1),e.needReadable=!e.flowing&&!e.ended&&e.length<=e.highWaterMark,XG(t)}function JG(t,e){e.readingMore||(e.readingMore=!0,process.nextTick(yBt,t,e))}function yBt(t,e){for(;!e.reading&&!e.ended&&(e.length1&&y2e(o.pipes,t)!==-1)&&!h&&(en("false write response, pause",o.awaitDrain),o.awaitDrain++),r.pause())}function v(L){en("onerror",L),R(),t.removeListener("error",v),f2e(t,"error")===0&&Cv(t,L)}hBt(t,"error",v);function x(){t.removeListener("finish",C),R()}t.once("close",x);function C(){en("onfinish"),t.removeListener("close",x),R()}t.once("finish",C);function R(){en("unpipe"),r.unpipe(t)}return t.emit("pipe",r),o.flowing||(en("pipe resume"),r.resume()),t};function EBt(t){return function(){var r=t._readableState;en("pipeOnDrain",r.awaitDrain),r.awaitDrain&&r.awaitDrain--,r.awaitDrain===0&&f2e(t,"data")&&(r.flowing=!0,XG(t))}}mn.prototype.unpipe=function(t){var e=this._readableState,r={hasUnpiped:!1};if(e.pipesCount===0)return this;if(e.pipesCount===1)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,r),this);if(!t){var o=e.pipes,a=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var n=0;n0,o.flowing!==!1&&this.resume()):t==="readable"&&!o.endEmitted&&!o.readableListening&&(o.readableListening=o.needReadable=!0,o.flowing=!1,o.emittedReadable=!1,en("on readable",o.length,o.reading),o.length?HQ(this):o.reading||process.nextTick(CBt,this)),r};mn.prototype.addListener=mn.prototype.on;mn.prototype.removeListener=function(t,e){var r=wv.prototype.removeListener.call(this,t,e);return t==="readable"&&process.nextTick(d2e,this),r};mn.prototype.removeAllListeners=function(t){var e=wv.prototype.removeAllListeners.apply(this,arguments);return(t==="readable"||t===void 0)&&process.nextTick(d2e,this),e};function d2e(t){var e=t._readableState;e.readableListening=t.listenerCount("readable")>0,e.resumeScheduled&&!e.paused?e.flowing=!0:t.listenerCount("data")>0&&t.resume()}function CBt(t){en("readable nexttick read 0"),t.read(0)}mn.prototype.resume=function(){var t=this._readableState;return t.flowing||(en("resume"),t.flowing=!t.readableListening,wBt(this,t)),t.paused=!1,this};function wBt(t,e){e.resumeScheduled||(e.resumeScheduled=!0,process.nextTick(IBt,t,e))}function IBt(t,e){en("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),XG(t),e.flowing&&!e.reading&&t.read(0)}mn.prototype.pause=function(){return en("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(en("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function XG(t){var e=t._readableState;for(en("flow",e.flowing);e.flowing&&t.read()!==null;);}mn.prototype.wrap=function(t){var e=this,r=this._readableState,o=!1;t.on("end",function(){if(en("wrapped end"),r.decoder&&!r.ended){var u=r.decoder.end();u&&u.length&&e.push(u)}e.push(null)}),t.on("data",function(u){if(en("wrapped data"),r.decoder&&(u=r.decoder.write(u)),!(r.objectMode&&u==null)&&!(!r.objectMode&&(!u||!u.length))){var A=e.push(u);A||(o=!0,t.pause())}});for(var a in t)this[a]===void 0&&typeof t[a]=="function"&&(this[a]=function(A){return function(){return t[A].apply(t,arguments)}}(a));for(var n=0;n=e.length?(e.decoder?r=e.buffer.join(""):e.buffer.length===1?r=e.buffer.first():r=e.buffer.concat(e.length),e.buffer.clear()):r=e.buffer.consume(t,e.decoder),r}function VG(t){var e=t._readableState;en("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,process.nextTick(BBt,e,t))}function BBt(t,e){if(en("endReadableNT",t.endEmitted,t.length),!t.endEmitted&&t.length===0&&(t.endEmitted=!0,e.readable=!1,e.emit("end"),t.autoDestroy)){var r=e._writableState;(!r||r.autoDestroy&&r.finished)&&e.destroy()}}typeof Symbol=="function"&&(mn.from=function(t,e){return YG===void 0&&(YG=c2e()),YG(mn,t,e)});function y2e(t,e){for(var r=0,o=t.length;r{"use strict";w2e.exports=sp;var jQ=Q0().codes,vBt=jQ.ERR_METHOD_NOT_IMPLEMENTED,DBt=jQ.ERR_MULTIPLE_CALLBACK,SBt=jQ.ERR_TRANSFORM_ALREADY_TRANSFORMING,PBt=jQ.ERR_TRANSFORM_WITH_LENGTH_0,GQ=Cm();F0()(sp,GQ);function bBt(t,e){var r=this._transformState;r.transforming=!1;var o=r.writecb;if(o===null)return this.emit("error",new DBt);r.writechunk=null,r.writecb=null,e!=null&&this.push(e),o(t);var a=this._readableState;a.reading=!1,(a.needReadable||a.length{"use strict";B2e.exports=Iv;var I2e=ZG();F0()(Iv,I2e);function Iv(t){if(!(this instanceof Iv))return new Iv(t);I2e.call(this,t)}Iv.prototype._transform=function(t,e,r){r(null,t)}});var x2e=_((F$t,b2e)=>{"use strict";var $G;function kBt(t){var e=!1;return function(){e||(e=!0,t.apply(void 0,arguments))}}var P2e=Q0().codes,QBt=P2e.ERR_MISSING_ARGS,FBt=P2e.ERR_STREAM_DESTROYED;function D2e(t){if(t)throw t}function RBt(t){return t.setHeader&&typeof t.abort=="function"}function TBt(t,e,r,o){o=kBt(o);var a=!1;t.on("close",function(){a=!0}),$G===void 0&&($G=LQ()),$G(t,{readable:e,writable:r},function(u){if(u)return o(u);a=!0,o()});var n=!1;return function(u){if(!a&&!n){if(n=!0,RBt(t))return t.abort();if(typeof t.destroy=="function")return t.destroy();o(u||new FBt("pipe"))}}}function S2e(t){t()}function NBt(t,e){return t.pipe(e)}function LBt(t){return!t.length||typeof t[t.length-1]!="function"?D2e:t.pop()}function OBt(){for(var t=arguments.length,e=new Array(t),r=0;r0;return TBt(u,p,h,function(E){a||(a=E),E&&n.forEach(S2e),!p&&(n.forEach(S2e),o(a))})});return e.reduce(NBt)}b2e.exports=OBt});var tw=_((lc,vv)=>{var Bv=ve("stream");process.env.READABLE_STREAM==="disable"&&Bv?(vv.exports=Bv.Readable,Object.assign(vv.exports,Bv),vv.exports.Stream=Bv):(lc=vv.exports=OG(),lc.Stream=Bv||lc,lc.Readable=lc,lc.Writable=TG(),lc.Duplex=Cm(),lc.Transform=ZG(),lc.PassThrough=v2e(),lc.finished=LQ(),lc.pipeline=x2e())});var F2e=_((R$t,Q2e)=>{"use strict";var{Buffer:lu}=ve("buffer"),k2e=Symbol.for("BufferList");function ni(t){if(!(this instanceof ni))return new ni(t);ni._init.call(this,t)}ni._init=function(e){Object.defineProperty(this,k2e,{value:!0}),this._bufs=[],this.length=0,e&&this.append(e)};ni.prototype._new=function(e){return new ni(e)};ni.prototype._offset=function(e){if(e===0)return[0,0];let r=0;for(let o=0;othis.length||e<0)return;let r=this._offset(e);return this._bufs[r[0]][r[1]]};ni.prototype.slice=function(e,r){return typeof e=="number"&&e<0&&(e+=this.length),typeof r=="number"&&r<0&&(r+=this.length),this.copy(null,0,e,r)};ni.prototype.copy=function(e,r,o,a){if((typeof o!="number"||o<0)&&(o=0),(typeof a!="number"||a>this.length)&&(a=this.length),o>=this.length||a<=0)return e||lu.alloc(0);let n=!!e,u=this._offset(o),A=a-o,p=A,h=n&&r||0,E=u[1];if(o===0&&a===this.length){if(!n)return this._bufs.length===1?this._bufs[0]:lu.concat(this._bufs,this.length);for(let I=0;Iv)this._bufs[I].copy(e,h,E),h+=v;else{this._bufs[I].copy(e,h,E,E+p),h+=v;break}p-=v,E&&(E=0)}return e.length>h?e.slice(0,h):e};ni.prototype.shallowSlice=function(e,r){if(e=e||0,r=typeof r!="number"?this.length:r,e<0&&(e+=this.length),r<0&&(r+=this.length),e===r)return this._new();let o=this._offset(e),a=this._offset(r),n=this._bufs.slice(o[0],a[0]+1);return a[1]===0?n.pop():n[n.length-1]=n[n.length-1].slice(0,a[1]),o[1]!==0&&(n[0]=n[0].slice(o[1])),this._new(n)};ni.prototype.toString=function(e,r,o){return this.slice(r,o).toString(e)};ni.prototype.consume=function(e){if(e=Math.trunc(e),Number.isNaN(e)||e<=0)return this;for(;this._bufs.length;)if(e>=this._bufs[0].length)e-=this._bufs[0].length,this.length-=this._bufs[0].length,this._bufs.shift();else{this._bufs[0]=this._bufs[0].slice(e),this.length-=e;break}return this};ni.prototype.duplicate=function(){let e=this._new();for(let r=0;rthis.length?this.length:e;let o=this._offset(e),a=o[0],n=o[1];for(;a=t.length){let p=u.indexOf(t,n);if(p!==-1)return this._reverseOffset([a,p]);n=u.length-t.length+1}else{let p=this._reverseOffset([a,n]);if(this._match(p,t))return p;n++}n=0}return-1};ni.prototype._match=function(t,e){if(this.length-t{"use strict";var eq=tw().Duplex,MBt=F0(),Dv=F2e();function Uo(t){if(!(this instanceof Uo))return new Uo(t);if(typeof t=="function"){this._callback=t;let e=function(o){this._callback&&(this._callback(o),this._callback=null)}.bind(this);this.on("pipe",function(o){o.on("error",e)}),this.on("unpipe",function(o){o.removeListener("error",e)}),t=null}Dv._init.call(this,t),eq.call(this)}MBt(Uo,eq);Object.assign(Uo.prototype,Dv.prototype);Uo.prototype._new=function(e){return new Uo(e)};Uo.prototype._write=function(e,r,o){this._appendBuffer(e),typeof o=="function"&&o()};Uo.prototype._read=function(e){if(!this.length)return this.push(null);e=Math.min(e,this.length),this.push(this.slice(0,e)),this.consume(e)};Uo.prototype.end=function(e){eq.prototype.end.call(this,e),this._callback&&(this._callback(null,this.slice()),this._callback=null)};Uo.prototype._destroy=function(e,r){this._bufs.length=0,this.length=0,r(e)};Uo.prototype._isBufferList=function(e){return e instanceof Uo||e instanceof Dv||Uo.isBufferList(e)};Uo.isBufferList=Dv.isBufferList;qQ.exports=Uo;qQ.exports.BufferListStream=Uo;qQ.exports.BufferList=Dv});var nq=_(nw=>{var UBt=Buffer.alloc,_Bt="0000000000000000000",HBt="7777777777777777777",T2e="0".charCodeAt(0),N2e=Buffer.from("ustar\0","binary"),jBt=Buffer.from("00","binary"),GBt=Buffer.from("ustar ","binary"),qBt=Buffer.from(" \0","binary"),YBt=parseInt("7777",8),Sv=257,rq=263,WBt=function(t,e,r){return typeof t!="number"?r:(t=~~t,t>=e?e:t>=0||(t+=e,t>=0)?t:0)},KBt=function(t){switch(t){case 0:return"file";case 1:return"link";case 2:return"symlink";case 3:return"character-device";case 4:return"block-device";case 5:return"directory";case 6:return"fifo";case 7:return"contiguous-file";case 72:return"pax-header";case 55:return"pax-global-header";case 27:return"gnu-long-link-path";case 28:case 30:return"gnu-long-path"}return null},VBt=function(t){switch(t){case"file":return 0;case"link":return 1;case"symlink":return 2;case"character-device":return 3;case"block-device":return 4;case"directory":return 5;case"fifo":return 6;case"contiguous-file":return 7;case"pax-header":return 72}return 0},L2e=function(t,e,r,o){for(;re?HBt.slice(0,e)+" ":_Bt.slice(0,e-t.length)+t+" "};function JBt(t){var e;if(t[0]===128)e=!0;else if(t[0]===255)e=!1;else return null;for(var r=[],o=t.length-1;o>0;o--){var a=t[o];e?r.push(a):r.push(255-a)}var n=0,u=r.length;for(o=0;o=Math.pow(10,r)&&r++,e+r+t};nw.decodeLongPath=function(t,e){return rw(t,0,t.length,e)};nw.encodePax=function(t){var e="";t.name&&(e+=tq(" path="+t.name+` +`)),t.linkname&&(e+=tq(" linkpath="+t.linkname+` +`));var r=t.pax;if(r)for(var o in r)e+=tq(" "+o+"="+r[o]+` +`);return Buffer.from(e)};nw.decodePax=function(t){for(var e={};t.length;){for(var r=0;r100;){var a=r.indexOf("/");if(a===-1)return null;o+=o?"/"+r.slice(0,a):r.slice(0,a),r=r.slice(a+1)}return Buffer.byteLength(r)>100||Buffer.byteLength(o)>155||t.linkname&&Buffer.byteLength(t.linkname)>100?null:(e.write(r),e.write(O0(t.mode&YBt,6),100),e.write(O0(t.uid,6),108),e.write(O0(t.gid,6),116),e.write(O0(t.size,11),124),e.write(O0(t.mtime.getTime()/1e3|0,11),136),e[156]=T2e+VBt(t.type),t.linkname&&e.write(t.linkname,157),N2e.copy(e,Sv),jBt.copy(e,rq),t.uname&&e.write(t.uname,265),t.gname&&e.write(t.gname,297),e.write(O0(t.devmajor||0,6),329),e.write(O0(t.devminor||0,6),337),o&&e.write(o,345),e.write(O0(O2e(e),6),148),e)};nw.decode=function(t,e,r){var o=t[156]===0?0:t[156]-T2e,a=rw(t,0,100,e),n=M0(t,100,8),u=M0(t,108,8),A=M0(t,116,8),p=M0(t,124,12),h=M0(t,136,12),E=KBt(o),I=t[157]===0?null:rw(t,157,100,e),v=rw(t,265,32),x=rw(t,297,32),C=M0(t,329,8),R=M0(t,337,8),L=O2e(t);if(L===8*32)return null;if(L!==M0(t,148,8))throw new Error("Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?");if(N2e.compare(t,Sv,Sv+6)===0)t[345]&&(a=rw(t,345,155,e)+"/"+a);else if(!(GBt.compare(t,Sv,Sv+6)===0&&qBt.compare(t,rq,rq+2)===0)){if(!r)throw new Error("Invalid tar header: unknown format.")}return o===0&&a&&a[a.length-1]==="/"&&(o=5),{name:a,mode:n,uid:u,gid:A,size:p,mtime:new Date(1e3*h),type:E,linkname:I,uname:v,gname:x,devmajor:C,devminor:R}}});var q2e=_((L$t,G2e)=>{var U2e=ve("util"),zBt=R2e(),Pv=nq(),_2e=tw().Writable,H2e=tw().PassThrough,j2e=function(){},M2e=function(t){return t&=511,t&&512-t},XBt=function(t,e){var r=new YQ(t,e);return r.end(),r},ZBt=function(t,e){return e.path&&(t.name=e.path),e.linkpath&&(t.linkname=e.linkpath),e.size&&(t.size=parseInt(e.size,10)),t.pax=e,t},YQ=function(t,e){this._parent=t,this.offset=e,H2e.call(this,{autoDestroy:!1})};U2e.inherits(YQ,H2e);YQ.prototype.destroy=function(t){this._parent.destroy(t)};var op=function(t){if(!(this instanceof op))return new op(t);_2e.call(this,t),t=t||{},this._offset=0,this._buffer=zBt(),this._missing=0,this._partial=!1,this._onparse=j2e,this._header=null,this._stream=null,this._overflow=null,this._cb=null,this._locked=!1,this._destroyed=!1,this._pax=null,this._paxGlobal=null,this._gnuLongPath=null,this._gnuLongLinkPath=null;var e=this,r=e._buffer,o=function(){e._continue()},a=function(v){if(e._locked=!1,v)return e.destroy(v);e._stream||o()},n=function(){e._stream=null;var v=M2e(e._header.size);v?e._parse(v,u):e._parse(512,I),e._locked||o()},u=function(){e._buffer.consume(M2e(e._header.size)),e._parse(512,I),o()},A=function(){var v=e._header.size;e._paxGlobal=Pv.decodePax(r.slice(0,v)),r.consume(v),n()},p=function(){var v=e._header.size;e._pax=Pv.decodePax(r.slice(0,v)),e._paxGlobal&&(e._pax=Object.assign({},e._paxGlobal,e._pax)),r.consume(v),n()},h=function(){var v=e._header.size;this._gnuLongPath=Pv.decodeLongPath(r.slice(0,v),t.filenameEncoding),r.consume(v),n()},E=function(){var v=e._header.size;this._gnuLongLinkPath=Pv.decodeLongPath(r.slice(0,v),t.filenameEncoding),r.consume(v),n()},I=function(){var v=e._offset,x;try{x=e._header=Pv.decode(r.slice(0,512),t.filenameEncoding,t.allowUnknownFormat)}catch(C){e.emit("error",C)}if(r.consume(512),!x){e._parse(512,I),o();return}if(x.type==="gnu-long-path"){e._parse(x.size,h),o();return}if(x.type==="gnu-long-link-path"){e._parse(x.size,E),o();return}if(x.type==="pax-global-header"){e._parse(x.size,A),o();return}if(x.type==="pax-header"){e._parse(x.size,p),o();return}if(e._gnuLongPath&&(x.name=e._gnuLongPath,e._gnuLongPath=null),e._gnuLongLinkPath&&(x.linkname=e._gnuLongLinkPath,e._gnuLongLinkPath=null),e._pax&&(e._header=x=ZBt(x,e._pax),e._pax=null),e._locked=!0,!x.size||x.type==="directory"){e._parse(512,I),e.emit("entry",x,XBt(e,v),a);return}e._stream=new YQ(e,v),e.emit("entry",x,e._stream,a),e._parse(x.size,n),o()};this._onheader=I,this._parse(512,I)};U2e.inherits(op,_2e);op.prototype.destroy=function(t){this._destroyed||(this._destroyed=!0,t&&this.emit("error",t),this.emit("close"),this._stream&&this._stream.emit("close"))};op.prototype._parse=function(t,e){this._destroyed||(this._offset+=t,this._missing=t,e===this._onheader&&(this._partial=!1),this._onparse=e)};op.prototype._continue=function(){if(!this._destroyed){var t=this._cb;this._cb=j2e,this._overflow?this._write(this._overflow,void 0,t):t()}};op.prototype._write=function(t,e,r){if(!this._destroyed){var o=this._stream,a=this._buffer,n=this._missing;if(t.length&&(this._partial=!0),t.lengthn&&(u=t.slice(n),t=t.slice(0,n)),o?o.end(t):a.append(t),this._overflow=u,this._onparse()}};op.prototype._final=function(t){if(this._partial)return this.destroy(new Error("Unexpected end of data"));t()};G2e.exports=op});var W2e=_((O$t,Y2e)=>{Y2e.exports=ve("fs").constants||ve("constants")});var X2e=_((M$t,z2e)=>{var iw=W2e(),K2e=LM(),KQ=F0(),$Bt=Buffer.alloc,V2e=tw().Readable,sw=tw().Writable,evt=ve("string_decoder").StringDecoder,WQ=nq(),tvt=parseInt("755",8),rvt=parseInt("644",8),J2e=$Bt(1024),sq=function(){},iq=function(t,e){e&=511,e&&t.push(J2e.slice(0,512-e))};function nvt(t){switch(t&iw.S_IFMT){case iw.S_IFBLK:return"block-device";case iw.S_IFCHR:return"character-device";case iw.S_IFDIR:return"directory";case iw.S_IFIFO:return"fifo";case iw.S_IFLNK:return"symlink"}return"file"}var VQ=function(t){sw.call(this),this.written=0,this._to=t,this._destroyed=!1};KQ(VQ,sw);VQ.prototype._write=function(t,e,r){if(this.written+=t.length,this._to.push(t))return r();this._to._drain=r};VQ.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.emit("close"))};var JQ=function(){sw.call(this),this.linkname="",this._decoder=new evt("utf-8"),this._destroyed=!1};KQ(JQ,sw);JQ.prototype._write=function(t,e,r){this.linkname+=this._decoder.write(t),r()};JQ.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.emit("close"))};var bv=function(){sw.call(this),this._destroyed=!1};KQ(bv,sw);bv.prototype._write=function(t,e,r){r(new Error("No body allowed for this entry"))};bv.prototype.destroy=function(){this._destroyed||(this._destroyed=!0,this.emit("close"))};var CA=function(t){if(!(this instanceof CA))return new CA(t);V2e.call(this,t),this._drain=sq,this._finalized=!1,this._finalizing=!1,this._destroyed=!1,this._stream=null};KQ(CA,V2e);CA.prototype.entry=function(t,e,r){if(this._stream)throw new Error("already piping an entry");if(!(this._finalized||this._destroyed)){typeof e=="function"&&(r=e,e=null),r||(r=sq);var o=this;if((!t.size||t.type==="symlink")&&(t.size=0),t.type||(t.type=nvt(t.mode)),t.mode||(t.mode=t.type==="directory"?tvt:rvt),t.uid||(t.uid=0),t.gid||(t.gid=0),t.mtime||(t.mtime=new Date),typeof e=="string"&&(e=Buffer.from(e)),Buffer.isBuffer(e)){t.size=e.length,this._encode(t);var a=this.push(e);return iq(o,t.size),a?process.nextTick(r):this._drain=r,new bv}if(t.type==="symlink"&&!t.linkname){var n=new JQ;return K2e(n,function(A){if(A)return o.destroy(),r(A);t.linkname=n.linkname,o._encode(t),r()}),n}if(this._encode(t),t.type!=="file"&&t.type!=="contiguous-file")return process.nextTick(r),new bv;var u=new VQ(this);return this._stream=u,K2e(u,function(A){if(o._stream=null,A)return o.destroy(),r(A);if(u.written!==t.size)return o.destroy(),r(new Error("size mismatch"));iq(o,t.size),o._finalizing&&o.finalize(),r()}),u}};CA.prototype.finalize=function(){if(this._stream){this._finalizing=!0;return}this._finalized||(this._finalized=!0,this.push(J2e),this.push(null))};CA.prototype.destroy=function(t){this._destroyed||(this._destroyed=!0,t&&this.emit("error",t),this.emit("close"),this._stream&&this._stream.destroy&&this._stream.destroy())};CA.prototype._encode=function(t){if(!t.pax){var e=WQ.encode(t);if(e){this.push(e);return}}this._encodePax(t)};CA.prototype._encodePax=function(t){var e=WQ.encodePax({name:t.name,linkname:t.linkname,pax:t.pax}),r={name:"PaxHeader",mode:t.mode,uid:t.uid,gid:t.gid,size:e.length,mtime:t.mtime,type:"pax-header",linkname:t.linkname&&"PaxHeader",uname:t.uname,gname:t.gname,devmajor:t.devmajor,devminor:t.devminor};this.push(WQ.encode(r)),this.push(e),iq(this,e.length),r.size=t.size,r.type=t.type,this.push(WQ.encode(r))};CA.prototype._read=function(t){var e=this._drain;this._drain=sq,e()};z2e.exports=CA});var Z2e=_(oq=>{oq.extract=q2e();oq.pack=X2e()});var uBe=_((ier,cBe)=>{"use strict";var vm=class{constructor(e,r,o){this.__specs=e||{},Object.keys(this.__specs).forEach(a=>{if(typeof this.__specs[a]=="string"){let n=this.__specs[a],u=this.__specs[n];if(u){let A=u.aliases||[];A.push(a,n),u.aliases=[...new Set(A)],this.__specs[a]=u}else throw new Error(`Alias refers to invalid key: ${n} -> ${a}`)}}),this.__opts=r||{},this.__providers=aBe(o.filter(a=>a!=null&&typeof a=="object")),this.__isFiggyPudding=!0}get(e){return fq(this,e,!0)}get[Symbol.toStringTag](){return"FiggyPudding"}forEach(e,r=this){for(let[o,a]of this.entries())e.call(r,a,o,this)}toJSON(){let e={};return this.forEach((r,o)=>{e[o]=r}),e}*entries(e){for(let o of Object.keys(this.__specs))yield[o,this.get(o)];let r=e||this.__opts.other;if(r){let o=new Set;for(let a of this.__providers){let n=a.entries?a.entries(r):yvt(a);for(let[u,A]of n)r(u)&&!o.has(u)&&(o.add(u),yield[u,A])}}}*[Symbol.iterator](){for(let[e,r]of this.entries())yield[e,r]}*keys(){for(let[e]of this.entries())yield e}*values(){for(let[,e]of this.entries())yield e}concat(...e){return new Proxy(new vm(this.__specs,this.__opts,aBe(this.__providers).concat(e)),lBe)}};try{let t=ve("util");vm.prototype[t.inspect.custom]=function(e,r){return this[Symbol.toStringTag]+" "+t.inspect(this.toJSON(),r)}}catch{}function dvt(t){throw Object.assign(new Error(`invalid config key requested: ${t}`),{code:"EBADKEY"})}function fq(t,e,r){let o=t.__specs[e];if(r&&!o&&(!t.__opts.other||!t.__opts.other(e)))dvt(e);else{o||(o={});let a;for(let n of t.__providers){if(a=oBe(e,n),a===void 0&&o.aliases&&o.aliases.length){for(let u of o.aliases)if(u!==e&&(a=oBe(u,n),a!==void 0))break}if(a!==void 0)break}return a===void 0&&o.default!==void 0?typeof o.default=="function"?o.default(t):o.default:a}}function oBe(t,e){let r;return e.__isFiggyPudding?r=fq(e,t,!1):typeof e.get=="function"?r=e.get(t):r=e[t],r}var lBe={has(t,e){return e in t.__specs&&fq(t,e,!1)!==void 0},ownKeys(t){return Object.keys(t.__specs)},get(t,e){return typeof e=="symbol"||e.slice(0,2)==="__"||e in vm.prototype?t[e]:t.get(e)},set(t,e,r){if(typeof e=="symbol"||e.slice(0,2)==="__")return t[e]=r,!0;throw new Error("figgyPudding options cannot be modified. Use .concat() instead.")},deleteProperty(){throw new Error("figgyPudding options cannot be deleted. Use .concat() and shadow them instead.")}};cBe.exports=mvt;function mvt(t,e){function r(...o){return new Proxy(new vm(t,e,o),lBe)}return r}function aBe(t){let e=[];return t.forEach(r=>e.unshift(r)),e}function yvt(t){return Object.keys(t).map(e=>[e,t[e]])}});var pBe=_((ser,BA)=>{"use strict";var kv=ve("crypto"),Evt=uBe(),Cvt=ve("stream").Transform,ABe=["sha256","sha384","sha512"],wvt=/^[a-z0-9+/]+(?:=?=?)$/i,Ivt=/^([^-]+)-([^?]+)([?\S*]*)$/,Bvt=/^([^-]+)-([A-Za-z0-9+/=]{44,88})(\?[\x21-\x7E]*)*$/,vvt=/^[\x21-\x7E]+$/,ia=Evt({algorithms:{default:["sha512"]},error:{default:!1},integrity:{},options:{default:[]},pickAlgorithm:{default:()=>Fvt},Promise:{default:()=>Promise},sep:{default:" "},single:{default:!1},size:{},strict:{default:!1}}),_0=class{get isHash(){return!0}constructor(e,r){r=ia(r);let o=!!r.strict;this.source=e.trim();let a=this.source.match(o?Bvt:Ivt);if(!a||o&&!ABe.some(u=>u===a[1]))return;this.algorithm=a[1],this.digest=a[2];let n=a[3];this.options=n?n.slice(1).split("?"):[]}hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toString("hex")}toJSON(){return this.toString()}toString(e){if(e=ia(e),e.strict&&!(ABe.some(o=>o===this.algorithm)&&this.digest.match(wvt)&&(this.options||[]).every(o=>o.match(vvt))))return"";let r=this.options&&this.options.length?`?${this.options.join("?")}`:"";return`${this.algorithm}-${this.digest}${r}`}},Dm=class{get isIntegrity(){return!0}toJSON(){return this.toString()}toString(e){e=ia(e);let r=e.sep||" ";return e.strict&&(r=r.replace(/\S+/g," ")),Object.keys(this).map(o=>this[o].map(a=>_0.prototype.toString.call(a,e)).filter(a=>a.length).join(r)).filter(o=>o.length).join(r)}concat(e,r){r=ia(r);let o=typeof e=="string"?e:xv(e,r);return IA(`${this.toString(r)} ${o}`,r)}hexDigest(){return IA(this,{single:!0}).hexDigest()}match(e,r){r=ia(r);let o=IA(e,r),a=o.pickAlgorithm(r);return this[a]&&o[a]&&this[a].find(n=>o[a].find(u=>n.digest===u.digest))||!1}pickAlgorithm(e){e=ia(e);let r=e.pickAlgorithm,o=Object.keys(this);if(!o.length)throw new Error(`No algorithms available for ${JSON.stringify(this.toString())}`);return o.reduce((a,n)=>r(a,n)||a)}};BA.exports.parse=IA;function IA(t,e){if(e=ia(e),typeof t=="string")return pq(t,e);if(t.algorithm&&t.digest){let r=new Dm;return r[t.algorithm]=[t],pq(xv(r,e),e)}else return pq(xv(t,e),e)}function pq(t,e){return e.single?new _0(t,e):t.trim().split(/\s+/).reduce((r,o)=>{let a=new _0(o,e);if(a.algorithm&&a.digest){let n=a.algorithm;r[n]||(r[n]=[]),r[n].push(a)}return r},new Dm)}BA.exports.stringify=xv;function xv(t,e){return e=ia(e),t.algorithm&&t.digest?_0.prototype.toString.call(t,e):typeof t=="string"?xv(IA(t,e),e):Dm.prototype.toString.call(t,e)}BA.exports.fromHex=Dvt;function Dvt(t,e,r){r=ia(r);let o=r.options&&r.options.length?`?${r.options.join("?")}`:"";return IA(`${e}-${Buffer.from(t,"hex").toString("base64")}${o}`,r)}BA.exports.fromData=Svt;function Svt(t,e){e=ia(e);let r=e.algorithms,o=e.options&&e.options.length?`?${e.options.join("?")}`:"";return r.reduce((a,n)=>{let u=kv.createHash(n).update(t).digest("base64"),A=new _0(`${n}-${u}${o}`,e);if(A.algorithm&&A.digest){let p=A.algorithm;a[p]||(a[p]=[]),a[p].push(A)}return a},new Dm)}BA.exports.fromStream=Pvt;function Pvt(t,e){e=ia(e);let r=e.Promise||Promise,o=hq(e);return new r((a,n)=>{t.pipe(o),t.on("error",n),o.on("error",n);let u;o.on("integrity",A=>{u=A}),o.on("end",()=>a(u)),o.on("data",()=>{})})}BA.exports.checkData=bvt;function bvt(t,e,r){if(r=ia(r),e=IA(e,r),!Object.keys(e).length){if(r.error)throw Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"});return!1}let o=e.pickAlgorithm(r),a=kv.createHash(o).update(t).digest("base64"),n=IA({algorithm:o,digest:a}),u=n.match(e,r);if(u||!r.error)return u;if(typeof r.size=="number"&&t.length!==r.size){let A=new Error(`data size mismatch when checking ${e}. Wanted: ${r.size} - Found: ${t.length}`);throw A.code="EBADSIZE",A.found=t.length,A.expected=r.size,A.sri=e,A}else{let A=new Error(`Integrity checksum failed when using ${o}: Wanted ${e}, but got ${n}. (${t.length} bytes)`);throw A.code="EINTEGRITY",A.found=n,A.expected=e,A.algorithm=o,A.sri=e,A}}IA.exports.checkStream=Qvt;function Qvt(t,e,r){r=ia(r);let o=r.Promise||Promise,a=mG(r.concat({integrity:e}));return new o((n,u)=>{t.pipe(a),t.on("error",u),a.on("error",u);let A;a.on("verified",p=>{A=p}),a.on("end",()=>n(A)),a.on("data",()=>{})})}IA.exports.integrityStream=mG;function mG(t){t=ia(t);let e=t.integrity&&wA(t.integrity,t),r=e&&Object.keys(e).length,o=r&&e.pickAlgorithm(t),a=r&&e[o],n=Array.from(new Set(t.algorithms.concat(o?[o]:[]))),u=n.map(kv.createHash),A=0,p=new Ivt({transform(h,E,I){A+=h.length,u.forEach(v=>v.update(h,E)),I(null,h,E)}}).on("end",()=>{let h=t.options&&t.options.length?`?${t.options.join("?")}`:"",E=wA(u.map((v,b)=>`${n[b]}-${v.digest("base64")}${h}`).join(" "),t),I=r&&E.match(e,t);if(typeof t.size=="number"&&A!==t.size){let v=new Error(`stream size mismatch when checking ${e}. + Found: ${t.length}`);throw A.code="EBADSIZE",A.found=t.length,A.expected=r.size,A.sri=e,A}else{let A=new Error(`Integrity checksum failed when using ${o}: Wanted ${e}, but got ${n}. (${t.length} bytes)`);throw A.code="EINTEGRITY",A.found=n,A.expected=e,A.algorithm=o,A.sri=e,A}}BA.exports.checkStream=xvt;function xvt(t,e,r){r=ia(r);let o=r.Promise||Promise,a=hq(r.concat({integrity:e}));return new o((n,u)=>{t.pipe(a),t.on("error",u),a.on("error",u);let A;a.on("verified",p=>{A=p}),a.on("end",()=>n(A)),a.on("data",()=>{})})}BA.exports.integrityStream=hq;function hq(t){t=ia(t);let e=t.integrity&&IA(t.integrity,t),r=e&&Object.keys(e).length,o=r&&e.pickAlgorithm(t),a=r&&e[o],n=Array.from(new Set(t.algorithms.concat(o?[o]:[]))),u=n.map(kv.createHash),A=0,p=new Cvt({transform(h,E,I){A+=h.length,u.forEach(v=>v.update(h,E)),I(null,h,E)}}).on("end",()=>{let h=t.options&&t.options.length?`?${t.options.join("?")}`:"",E=IA(u.map((v,x)=>`${n[x]}-${v.digest("base64")}${h}`).join(" "),t),I=r&&E.match(e,t);if(typeof t.size=="number"&&A!==t.size){let v=new Error(`stream size mismatch when checking ${e}. Wanted: ${t.size} - Found: ${A}`);v.code="EBADSIZE",v.found=A,v.expected=t.size,v.sri=e,p.emit("error",v)}else if(t.integrity&&!I){let v=new Error(`${e} integrity checksum failed when using ${o}: wanted ${a} but got ${E}. (${A} bytes)`);v.code="EINTEGRITY",v.found=E,v.expected=a,v.algorithm=o,v.sri=e,p.emit("error",v)}else p.emit("size",A),p.emit("integrity",E),I&&p.emit("verified",I)});return p}IA.exports.create=Fvt;function Fvt(t){t=ia(t);let e=t.algorithms,r=t.options.length?`?${t.options.join("?")}`:"",o=e.map(kv.createHash);return{update:function(a,n){return o.forEach(u=>u.update(a,n)),this},digest:function(a){return e.reduce((u,A)=>{let p=o.shift().digest("base64"),h=new U0(`${A}-${p}${r}`,t);if(h.algorithm&&h.digest){let E=h.algorithm;u[E]||(u[E]=[]),u[E].push(h)}return u},new vm)}}}var Tvt=new Set(kv.getHashes()),dBe=["md5","whirlpool","sha1","sha224","sha256","sha384","sha512","sha3","sha3-256","sha3-384","sha3-512","sha3_256","sha3_384","sha3_512"].filter(t=>Tvt.has(t));function Rvt(t,e){return dBe.indexOf(t.toLowerCase())>=dBe.indexOf(e.toLowerCase())?t:e}});var VBe=_((lir,WBe)=>{var TDt=uL();function RDt(t){return TDt(t)?void 0:t}WBe.exports=RDt});var JBe=_((cir,KBe)=>{var NDt=jx(),LDt=Q8(),MDt=N8(),ODt=jd(),UDt=gd(),_Dt=VBe(),HDt=P_(),jDt=k8(),qDt=1,GDt=2,YDt=4,WDt=HDt(function(t,e){var r={};if(t==null)return r;var o=!1;e=NDt(e,function(n){return n=ODt(n,t),o||(o=n.length>1),n}),UDt(t,jDt(t),r),o&&(r=LDt(r,qDt|GDt|YDt,_Dt));for(var a=e.length;a--;)MDt(r,e[a]);return r});KBe.exports=WDt});Pt();Ye();Pt();var eve=Be("child_process"),tve=$e(ed());qt();var uC=new Map([]);var o2={};Kt(o2,{BaseCommand:()=>ut,WorkspaceRequiredError:()=>rr,getCli:()=>the,getDynamicLibs:()=>ehe,getPluginConfiguration:()=>fC,openWorkspace:()=>AC,pluginCommands:()=>uC,runExit:()=>sk});qt();var ut=class extends nt{constructor(){super(...arguments);this.cwd=ge.String("--cwd",{hidden:!0})}validateAndExecute(){if(typeof this.cwd<"u")throw new it("The --cwd option is ambiguous when used anywhere else than the very first parameter provided in the command line, before even the command path");return super.validateAndExecute()}};Ye();Pt();qt();var rr=class extends it{constructor(e,r){let o=K.relative(e,r),a=K.join(e,Mt.fileName);super(`This command can only be run from within a workspace of your project (${o} isn't a workspace of ${a}).`)}};Ye();Pt();nA();Nl();b1();qt();var OAt=$e(zn());Za();var ehe=()=>new Map([["@yarnpkg/cli",o2],["@yarnpkg/core",s2],["@yarnpkg/fslib",Vw],["@yarnpkg/libzip",x1],["@yarnpkg/parsers",tI],["@yarnpkg/shell",T1],["clipanion",pI],["semver",OAt],["typanion",Ko]]);Ye();async function AC(t,e){let{project:r,workspace:o}=await St.find(t,e);if(!o)throw new rr(r.cwd,e);return o}Ye();Pt();nA();Nl();b1();qt();var tPt=$e(zn());Za();var tH={};Kt(tH,{AddCommand:()=>bh,BinCommand:()=>kh,CacheCleanCommand:()=>Qh,ClipanionCommand:()=>Wd,ConfigCommand:()=>Nh,ConfigGetCommand:()=>Fh,ConfigSetCommand:()=>Th,ConfigUnsetCommand:()=>Rh,DedupeCommand:()=>Lh,EntryCommand:()=>dC,ExecCommand:()=>Mh,ExplainCommand:()=>_h,ExplainPeerRequirementsCommand:()=>Oh,HelpCommand:()=>Vd,InfoCommand:()=>Hh,LinkCommand:()=>qh,NodeCommand:()=>Gh,PluginCheckCommand:()=>Yh,PluginImportCommand:()=>Kh,PluginImportSourcesCommand:()=>Jh,PluginListCommand:()=>Wh,PluginRemoveCommand:()=>zh,PluginRuntimeCommand:()=>Xh,RebuildCommand:()=>Zh,RemoveCommand:()=>$h,RunCommand:()=>e0,RunIndexCommand:()=>zd,SetResolutionCommand:()=>t0,SetVersionCommand:()=>Uh,SetVersionSourcesCommand:()=>Vh,UnlinkCommand:()=>r0,UpCommand:()=>Kf,VersionCommand:()=>Kd,WhyCommand:()=>n0,WorkspaceCommand:()=>o0,WorkspacesListCommand:()=>s0,YarnCommand:()=>jh,dedupeUtils:()=>gk,default:()=>Qgt,suggestUtils:()=>zc});var Tde=$e(ed());Ye();Ye();Ye();qt();var j0e=$e(A2());Za();var zc={};Kt(zc,{Modifier:()=>D8,Strategy:()=>fk,Target:()=>f2,WorkspaceModifier:()=>M0e,applyModifier:()=>ipt,extractDescriptorFromPath:()=>P8,extractRangeModifier:()=>O0e,fetchDescriptorFrom:()=>S8,findProjectDescriptors:()=>H0e,getModifier:()=>p2,getSuggestedDescriptors:()=>h2,makeWorkspaceDescriptor:()=>_0e,toWorkspaceModifier:()=>U0e});Ye();Ye();Pt();var v8=$e(zn()),rpt="workspace:",f2=(o=>(o.REGULAR="dependencies",o.DEVELOPMENT="devDependencies",o.PEER="peerDependencies",o))(f2||{}),D8=(o=>(o.CARET="^",o.TILDE="~",o.EXACT="",o))(D8||{}),M0e=(o=>(o.CARET="^",o.TILDE="~",o.EXACT="*",o))(M0e||{}),fk=(n=>(n.KEEP="keep",n.REUSE="reuse",n.PROJECT="project",n.LATEST="latest",n.CACHE="cache",n))(fk||{});function p2(t,e){return t.exact?"":t.caret?"^":t.tilde?"~":e.configuration.get("defaultSemverRangePrefix")}var npt=/^([\^~]?)[0-9]+(?:\.[0-9]+){0,2}(?:-\S+)?$/;function O0e(t,{project:e}){let r=t.match(npt);return r?r[1]:e.configuration.get("defaultSemverRangePrefix")}function ipt(t,e){let{protocol:r,source:o,params:a,selector:n}=W.parseRange(t.range);return v8.default.valid(n)&&(n=`${e}${t.range}`),W.makeDescriptor(t,W.makeRange({protocol:r,source:o,params:a,selector:n}))}function U0e(t){switch(t){case"^":return"^";case"~":return"~";case"":return"*";default:throw new Error(`Assertion failed: Unknown modifier: "${t}"`)}}function _0e(t,e){return W.makeDescriptor(t.anchoredDescriptor,`${rpt}${U0e(e)}`)}async function H0e(t,{project:e,target:r}){let o=new Map,a=n=>{let u=o.get(n.descriptorHash);return u||o.set(n.descriptorHash,u={descriptor:n,locators:[]}),u};for(let n of e.workspaces)if(r==="peerDependencies"){let u=n.manifest.peerDependencies.get(t.identHash);u!==void 0&&a(u).locators.push(n.anchoredLocator)}else{let u=n.manifest.dependencies.get(t.identHash),A=n.manifest.devDependencies.get(t.identHash);r==="devDependencies"?A!==void 0?a(A).locators.push(n.anchoredLocator):u!==void 0&&a(u).locators.push(n.anchoredLocator):u!==void 0?a(u).locators.push(n.anchoredLocator):A!==void 0&&a(A).locators.push(n.anchoredLocator)}return o}async function P8(t,{cwd:e,workspace:r}){return await spt(async o=>{K.isAbsolute(t)||(t=K.relative(r.cwd,K.resolve(e,t)),t.match(/^\.{0,2}\//)||(t=`./${t}`));let{project:a}=r,n=await S8(W.makeIdent(null,"archive"),t,{project:r.project,cache:o,workspace:r});if(!n)throw new Error("Assertion failed: The descriptor should have been found");let u=new Qi,A=a.configuration.makeResolver(),p=a.configuration.makeFetcher(),h={checksums:a.storedChecksums,project:a,cache:o,fetcher:p,report:u,resolver:A},E=A.bindDescriptor(n,r.anchoredLocator,h),I=W.convertDescriptorToLocator(E),v=await p.fetch(I,h),b=await Mt.find(v.prefixPath,{baseFs:v.packageFs});if(!b.name)throw new Error("Target path doesn't have a name");return W.makeDescriptor(b.name,t)})}async function h2(t,{project:e,workspace:r,cache:o,target:a,fixed:n,modifier:u,strategies:A,maxResults:p=1/0}){if(!(p>=0))throw new Error(`Invalid maxResults (${p})`);let[h,E]=t.range!=="unknown"?n||kr.validRange(t.range)||!t.range.match(/^[a-z0-9._-]+$/i)?[t.range,"latest"]:["unknown",t.range]:["unknown","latest"];if(h!=="unknown")return{suggestions:[{descriptor:t,name:`Use ${W.prettyDescriptor(e.configuration,t)}`,reason:"(unambiguous explicit request)"}],rejections:[]};let I=typeof r<"u"&&r!==null&&r.manifest[a].get(t.identHash)||null,v=[],b=[],C=async T=>{try{await T()}catch(L){b.push(L)}};for(let T of A){if(v.length>=p)break;switch(T){case"keep":await C(async()=>{I&&v.push({descriptor:I,name:`Keep ${W.prettyDescriptor(e.configuration,I)}`,reason:"(no changes)"})});break;case"reuse":await C(async()=>{for(let{descriptor:L,locators:U}of(await H0e(t,{project:e,target:a})).values()){if(U.length===1&&U[0].locatorHash===r.anchoredLocator.locatorHash&&A.includes("keep"))continue;let J=`(originally used by ${W.prettyLocator(e.configuration,U[0])}`;J+=U.length>1?` and ${U.length-1} other${U.length>2?"s":""})`:")",v.push({descriptor:L,name:`Reuse ${W.prettyDescriptor(e.configuration,L)}`,reason:J})}});break;case"cache":await C(async()=>{for(let L of e.storedDescriptors.values())L.identHash===t.identHash&&v.push({descriptor:L,name:`Reuse ${W.prettyDescriptor(e.configuration,L)}`,reason:"(already used somewhere in the lockfile)"})});break;case"project":await C(async()=>{if(r.manifest.name!==null&&t.identHash===r.manifest.name.identHash)return;let L=e.tryWorkspaceByIdent(t);if(L===null)return;let U=_0e(L,u);v.push({descriptor:U,name:`Attach ${W.prettyDescriptor(e.configuration,U)}`,reason:`(local workspace at ${de.pretty(e.configuration,L.relativeCwd,de.Type.PATH)})`})});break;case"latest":{let L=e.configuration.get("enableNetwork"),U=e.configuration.get("enableOfflineMode");await C(async()=>{if(a==="peerDependencies")v.push({descriptor:W.makeDescriptor(t,"*"),name:"Use *",reason:"(catch-all peer dependency pattern)"});else if(!L&&!U)v.push({descriptor:null,name:"Resolve from latest",reason:de.pretty(e.configuration,"(unavailable because enableNetwork is toggled off)","grey")});else{let J=await S8(t,E,{project:e,cache:o,workspace:r,modifier:u});J&&v.push({descriptor:J,name:`Use ${W.prettyDescriptor(e.configuration,J)}`,reason:`(resolved from ${U?"the cache":"latest"})`})}})}break}}return{suggestions:v.slice(0,p),rejections:b.slice(0,p)}}async function S8(t,e,{project:r,cache:o,workspace:a,preserveModifier:n=!0,modifier:u}){let A=r.configuration.normalizeDependency(W.makeDescriptor(t,e)),p=new Qi,h=r.configuration.makeFetcher(),E=r.configuration.makeResolver(),I={project:r,fetcher:h,cache:o,checksums:r.storedChecksums,report:p,cacheOptions:{skipIntegrityCheck:!0}},v={...I,resolver:E,fetchOptions:I},b=E.bindDescriptor(A,a.anchoredLocator,v),C=await E.getCandidates(b,{},v);if(C.length===0)return null;let T=C[0],{protocol:L,source:U,params:J,selector:te}=W.parseRange(W.convertToManifestRange(T.reference));if(L===r.configuration.get("defaultProtocol")&&(L=null),v8.default.valid(te)){let le=te;if(typeof u<"u")te=u+te;else if(n!==!1){let ye=typeof n=="string"?n:A.range;te=O0e(ye,{project:r})+te}let pe=W.makeDescriptor(T,W.makeRange({protocol:L,source:U,params:J,selector:te}));(await E.getCandidates(r.configuration.normalizeDependency(pe),{},v)).length!==1&&(te=le)}return W.makeDescriptor(T,W.makeRange({protocol:L,source:U,params:J,selector:te}))}async function spt(t){return await oe.mktempPromise(async e=>{let r=Ve.create(e);return r.useWithSource(e,{enableMirror:!1,compressionLevel:0},e,{overwrite:!0}),await t(new Lr(e,{configuration:r,check:!1,immutable:!1}))})}var bh=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.fixed=ge.Boolean("-F,--fixed",!1,{description:"Store dependency tags as-is instead of resolving them"});this.exact=ge.Boolean("-E,--exact",!1,{description:"Don't use any semver modifier on the resolved range"});this.tilde=ge.Boolean("-T,--tilde",!1,{description:"Use the `~` semver modifier on the resolved range"});this.caret=ge.Boolean("-C,--caret",!1,{description:"Use the `^` semver modifier on the resolved range"});this.dev=ge.Boolean("-D,--dev",!1,{description:"Add a package as a dev dependency"});this.peer=ge.Boolean("-P,--peer",!1,{description:"Add a package as a peer dependency"});this.optional=ge.Boolean("-O,--optional",!1,{description:"Add / upgrade a package to an optional regular / peer dependency"});this.preferDev=ge.Boolean("--prefer-dev",!1,{description:"Add / upgrade a package to a dev dependency"});this.interactive=ge.Boolean("-i,--interactive",{description:"Reuse the specified package from other workspaces in the project"});this.cached=ge.Boolean("--cached",!1,{description:"Reuse the highest version already used somewhere within the project"});this.mode=ge.String("--mode",{description:"Change what artifacts installs generate",validator:Vs(pl)});this.silent=ge.Boolean("--silent",{hidden:!0});this.packages=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=this.fixed,A=this.interactive??r.get("preferInteractive"),p=A||r.get("preferReuse"),h=p2(this,o),E=[p?"reuse":void 0,"project",this.cached?"cache":void 0,"latest"].filter(U=>typeof U<"u"),I=A?1/0:1,v=await Promise.all(this.packages.map(async U=>{let J=U.match(/^\.{0,2}\//)?await P8(U,{cwd:this.context.cwd,workspace:a}):W.tryParseDescriptor(U),te=U.match(/^(https?:|git@github)/);if(te)throw new it(`It seems you are trying to add a package using a ${de.pretty(r,`${te[0]}...`,de.Type.RANGE)} url; we now require package names to be explicitly specified. -Try running the command again with the package name prefixed: ${de.pretty(r,"yarn add",de.Type.CODE)} ${de.pretty(r,W.makeDescriptor(W.makeIdent(null,"my-package"),`${te[0]}...`),de.Type.DESCRIPTOR)}`);if(!J)throw new it(`The ${de.pretty(r,U,de.Type.CODE)} string didn't match the required format (package-name@range). Did you perhaps forget to explicitly reference the package name?`);let le=opt(a,J,{dev:this.dev,peer:this.peer,preferDev:this.preferDev,optional:this.optional});return await Promise.all(le.map(async Ae=>{let ye=await h2(J,{project:o,workspace:a,cache:n,fixed:u,target:Ae,modifier:h,strategies:E,maxResults:I});return{request:J,suggestedDescriptors:ye,target:Ae}}))})).then(U=>U.flat()),b=await AA.start({configuration:r,stdout:this.context.stdout,suggestInstall:!1},async U=>{for(let{request:J,suggestedDescriptors:{suggestions:te,rejections:le}}of v)if(te.filter(Ae=>Ae.descriptor!==null).length===0){let[Ae]=le;if(typeof Ae>"u")throw new Error("Assertion failed: Expected an error to have been set");o.configuration.get("enableNetwork")?U.reportError(27,`${W.prettyDescriptor(r,J)} can't be resolved to a satisfying range`):U.reportError(27,`${W.prettyDescriptor(r,J)} can't be resolved to a satisfying range (note: network resolution has been disabled)`),U.reportSeparator(),U.reportExceptionOnce(Ae)}});if(b.hasErrors())return b.exitCode();let C=!1,T=[],L=[];for(let{suggestedDescriptors:{suggestions:U},target:J}of v){let te,le=U.filter(ae=>ae.descriptor!==null),pe=le[0].descriptor,Ae=le.every(ae=>W.areDescriptorsEqual(ae.descriptor,pe));le.length===1||Ae?te=pe:(C=!0,{answer:te}=await(0,j0e.prompt)({type:"select",name:"answer",message:"Which range do you want to use?",choices:U.map(({descriptor:ae,name:we,reason:Pe})=>ae?{name:we,hint:Pe,descriptor:ae}:{name:we,hint:Pe,disabled:!0}),onCancel:()=>process.exit(130),result(ae){return this.find(ae,"descriptor")},stdin:this.context.stdin,stdout:this.context.stdout}));let ye=a.manifest[J].get(te.identHash);(typeof ye>"u"||ye.descriptorHash!==te.descriptorHash)&&(a.manifest[J].set(te.identHash,te),this.optional&&(J==="dependencies"?a.manifest.ensureDependencyMeta({...te,range:"unknown"}).optional=!0:J==="peerDependencies"&&(a.manifest.ensurePeerDependencyMeta({...te,range:"unknown"}).optional=!0)),typeof ye>"u"?T.push([a,J,te,E]):L.push([a,J,ye,te]))}return await r.triggerMultipleHooks(U=>U.afterWorkspaceDependencyAddition,T),await r.triggerMultipleHooks(U=>U.afterWorkspaceDependencyReplacement,L),C&&this.context.stdout.write(` -`),await o.installWithNewReport({json:this.json,stdout:this.context.stdout,quiet:this.context.quiet},{cache:n,mode:this.mode})}};bh.paths=[["add"]],bh.usage=nt.Usage({description:"add dependencies to the project",details:"\n This command adds a package to the package.json for the nearest workspace.\n\n - If it didn't exist before, the package will by default be added to the regular `dependencies` field, but this behavior can be overriden thanks to the `-D,--dev` flag (which will cause the dependency to be added to the `devDependencies` field instead) and the `-P,--peer` flag (which will do the same but for `peerDependencies`).\n\n - If the package was already listed in your dependencies, it will by default be upgraded whether it's part of your `dependencies` or `devDependencies` (it won't ever update `peerDependencies`, though).\n\n - If set, the `--prefer-dev` flag will operate as a more flexible `-D,--dev` in that it will add the package to your `devDependencies` if it isn't already listed in either `dependencies` or `devDependencies`, but it will also happily upgrade your `dependencies` if that's what you already use (whereas `-D,--dev` would throw an exception).\n\n - If set, the `-O,--optional` flag will add the package to the `optionalDependencies` field and, in combination with the `-P,--peer` flag, it will add the package as an optional peer dependency. If the package was already listed in your `dependencies`, it will be upgraded to `optionalDependencies`. If the package was already listed in your `peerDependencies`, in combination with the `-P,--peer` flag, it will be upgraded to an optional peer dependency: `\"peerDependenciesMeta\": { \"\": { \"optional\": true } }`\n\n - If the added package doesn't specify a range at all its `latest` tag will be resolved and the returned version will be used to generate a new semver range (using the `^` modifier by default unless otherwise configured via the `defaultSemverRangePrefix` configuration, or the `~` modifier if `-T,--tilde` is specified, or no modifier at all if `-E,--exact` is specified). Two exceptions to this rule: the first one is that if the package is a workspace then its local version will be used, and the second one is that if you use `-P,--peer` the default range will be `*` and won't be resolved at all.\n\n - If the added package specifies a range (such as `^1.0.0`, `latest`, or `rc`), Yarn will add this range as-is in the resulting package.json entry (in particular, tags such as `rc` will be encoded as-is rather than being converted into a semver range).\n\n If the `--cached` option is used, Yarn will preferably reuse the highest version already used somewhere within the project, even if through a transitive dependency.\n\n If the `-i,--interactive` option is used (or if the `preferInteractive` settings is toggled on) the command will first try to check whether other workspaces in the project use the specified package and, if so, will offer to reuse them.\n\n If the `--mode=` option is set, Yarn will change which artifacts are generated. The modes currently supported are:\n\n - `skip-build` will not run the build scripts at all. Note that this is different from setting `enableScripts` to false because the latter will disable build scripts, and thus affect the content of the artifacts generated on disk, whereas the former will just disable the build step - but not the scripts themselves, which just won't run.\n\n - `update-lockfile` will skip the link step altogether, and only fetch packages that are missing from the lockfile (or that have no associated checksums). This mode is typically used by tools like Renovate or Dependabot to keep a lockfile up-to-date without incurring the full install cost.\n\n For a compilation of all the supported protocols, please consult the dedicated page from our website: https://yarnpkg.com/protocols.\n ",examples:[["Add a regular package to the current workspace","$0 add lodash"],["Add a specific version for a package to the current workspace","$0 add lodash@1.2.3"],["Add a package from a GitHub repository (the master branch) to the current workspace using a URL","$0 add lodash@https://github.com/lodash/lodash"],["Add a package from a GitHub repository (the master branch) to the current workspace using the GitHub protocol","$0 add lodash@github:lodash/lodash"],["Add a package from a GitHub repository (the master branch) to the current workspace using the GitHub protocol (shorthand)","$0 add lodash@lodash/lodash"],["Add a package from a specific branch of a GitHub repository to the current workspace using the GitHub protocol (shorthand)","$0 add lodash-es@lodash/lodash#es"]]});function opt(t,e,{dev:r,peer:o,preferDev:a,optional:n}){let u=t.manifest["dependencies"].has(e.identHash),A=t.manifest["devDependencies"].has(e.identHash),p=t.manifest["peerDependencies"].has(e.identHash);if((r||o)&&u)throw new it(`Package "${W.prettyIdent(t.project.configuration,e)}" is already listed as a regular dependency - remove the -D,-P flags or remove it from your dependencies first`);if(!r&&!o&&p)throw new it(`Package "${W.prettyIdent(t.project.configuration,e)}" is already listed as a peer dependency - use either of -D or -P, or remove it from your peer dependencies first`);if(n&&A)throw new it(`Package "${W.prettyIdent(t.project.configuration,e)}" is already listed as a dev dependency - remove the -O flag or remove it from your dev dependencies first`);if(n&&!o&&p)throw new it(`Package "${W.prettyIdent(t.project.configuration,e)}" is already listed as a peer dependency - remove the -O flag or add the -P flag or remove it from your peer dependencies first`);if((r||a)&&n)throw new it(`Package "${W.prettyIdent(t.project.configuration,e)}" cannot simultaneously be a dev dependency and an optional dependency`);let h=[];return o&&h.push("peerDependencies"),(r||a)&&h.push("devDependencies"),n&&h.push("dependencies"),h.length>0?h:A?["devDependencies"]:p?["peerDependencies"]:["dependencies"]}Ye();Ye();qt();var kh=class extends ut{constructor(){super(...arguments);this.verbose=ge.Boolean("-v,--verbose",!1,{description:"Print both the binary name and the locator of the package that provides the binary"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.name=ge.String({required:!1})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,locator:a}=await St.find(r,this.context.cwd);if(await o.restoreInstallState(),this.name){let A=(await un.getPackageAccessibleBinaries(a,{project:o})).get(this.name);if(!A)throw new it(`Couldn't find a binary named "${this.name}" for package "${W.prettyLocator(r,a)}"`);let[,p]=A;return this.context.stdout.write(`${p} -`),0}return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async u=>{let A=await un.getPackageAccessibleBinaries(a,{project:o}),h=Array.from(A.keys()).reduce((E,I)=>Math.max(E,I.length),0);for(let[E,[I,v]]of A)u.reportJson({name:E,source:W.stringifyIdent(I),path:v});if(this.verbose)for(let[E,[I]]of A)u.reportInfo(null,`${E.padEnd(h," ")} ${W.prettyLocator(r,I)}`);else for(let E of A.keys())u.reportInfo(null,E)})).exitCode()}};kh.paths=[["bin"]],kh.usage=nt.Usage({description:"get the path to a binary script",details:` + Found: ${A}`);v.code="EBADSIZE",v.found=A,v.expected=t.size,v.sri=e,p.emit("error",v)}else if(t.integrity&&!I){let v=new Error(`${e} integrity checksum failed when using ${o}: wanted ${a} but got ${E}. (${A} bytes)`);v.code="EINTEGRITY",v.found=E,v.expected=a,v.algorithm=o,v.sri=e,p.emit("error",v)}else p.emit("size",A),p.emit("integrity",E),I&&p.emit("verified",I)});return p}BA.exports.create=kvt;function kvt(t){t=ia(t);let e=t.algorithms,r=t.options.length?`?${t.options.join("?")}`:"",o=e.map(kv.createHash);return{update:function(a,n){return o.forEach(u=>u.update(a,n)),this},digest:function(a){return e.reduce((u,A)=>{let p=o.shift().digest("base64"),h=new _0(`${A}-${p}${r}`,t);if(h.algorithm&&h.digest){let E=h.algorithm;u[E]||(u[E]=[]),u[E].push(h)}return u},new Dm)}}}var Qvt=new Set(kv.getHashes()),fBe=["md5","whirlpool","sha1","sha224","sha256","sha384","sha512","sha3","sha3-256","sha3-384","sha3-512","sha3_256","sha3_384","sha3_512"].filter(t=>Qvt.has(t));function Fvt(t,e){return fBe.indexOf(t.toLowerCase())>=fBe.indexOf(e.toLowerCase())?t:e}});var jBe=_((lir,HBe)=>{var FDt=lL();function RDt(t){return FDt(t)?void 0:t}HBe.exports=RDt});var qBe=_((cir,GBe)=>{var TDt=Hb(),NDt=x8(),LDt=R8(),ODt=Gd(),MDt=dd(),UDt=jBe(),_Dt=v_(),HDt=b8(),jDt=1,GDt=2,qDt=4,YDt=_Dt(function(t,e){var r={};if(t==null)return r;var o=!1;e=TDt(e,function(n){return n=ODt(n,t),o||(o=n.length>1),n}),MDt(t,HDt(t),r),o&&(r=NDt(r,jDt|GDt|qDt,UDt));for(var a=e.length;a--;)LDt(r,e[a]);return r});GBe.exports=YDt});St();Ye();St();var JBe=ve("child_process"),zBe=$e(td());jt();var AC=new Map([]);var a2={};Vt(a2,{BaseCommand:()=>ut,WorkspaceRequiredError:()=>rr,getCli:()=>$pe,getDynamicLibs:()=>Zpe,getPluginConfiguration:()=>pC,openWorkspace:()=>fC,pluginCommands:()=>AC,runExit:()=>nk});jt();var ut=class extends nt{constructor(){super(...arguments);this.cwd=ge.String("--cwd",{hidden:!0})}validateAndExecute(){if(typeof this.cwd<"u")throw new it("The --cwd option is ambiguous when used anywhere else than the very first parameter provided in the command line, before even the command path");return super.validateAndExecute()}};Ye();St();jt();var rr=class extends it{constructor(e,r){let o=V.relative(e,r),a=V.join(e,Ot.fileName);super(`This command can only be run from within a workspace of your project (${o} isn't a workspace of ${a}).`)}};Ye();St();nA();Nl();k1();jt();var RAt=$e(zn());Za();var Zpe=()=>new Map([["@yarnpkg/cli",a2],["@yarnpkg/core",o2],["@yarnpkg/fslib",Vw],["@yarnpkg/libzip",x1],["@yarnpkg/parsers",rI],["@yarnpkg/shell",T1],["clipanion",hI],["semver",RAt],["typanion",Vo]]);Ye();async function fC(t,e){let{project:r,workspace:o}=await Pt.find(t,e);if(!o)throw new rr(r.cwd,e);return o}Ye();St();nA();Nl();k1();jt();var eSt=$e(zn());Za();var $8={};Vt($8,{AddCommand:()=>kh,BinCommand:()=>Qh,CacheCleanCommand:()=>Fh,ClipanionCommand:()=>Kd,ConfigCommand:()=>Lh,ConfigGetCommand:()=>Rh,ConfigSetCommand:()=>Th,ConfigUnsetCommand:()=>Nh,DedupeCommand:()=>Oh,EntryCommand:()=>mC,ExecCommand:()=>Mh,ExplainCommand:()=>Hh,ExplainPeerRequirementsCommand:()=>Uh,HelpCommand:()=>Vd,InfoCommand:()=>jh,LinkCommand:()=>qh,NodeCommand:()=>Yh,PluginCheckCommand:()=>Wh,PluginImportCommand:()=>Jh,PluginImportSourcesCommand:()=>zh,PluginListCommand:()=>Kh,PluginRemoveCommand:()=>Xh,PluginRuntimeCommand:()=>Zh,RebuildCommand:()=>$h,RemoveCommand:()=>e0,RunCommand:()=>t0,RunIndexCommand:()=>Xd,SetResolutionCommand:()=>r0,SetVersionCommand:()=>_h,SetVersionSourcesCommand:()=>Vh,UnlinkCommand:()=>n0,UpCommand:()=>Jf,VersionCommand:()=>Jd,WhyCommand:()=>i0,WorkspaceCommand:()=>a0,WorkspacesListCommand:()=>o0,YarnCommand:()=>Gh,dedupeUtils:()=>pk,default:()=>Sgt,suggestUtils:()=>zc});var kde=$e(td());Ye();Ye();Ye();jt();var _0e=$e(f2());Za();var zc={};Vt(zc,{Modifier:()=>B8,Strategy:()=>uk,Target:()=>p2,WorkspaceModifier:()=>N0e,applyModifier:()=>$ft,extractDescriptorFromPath:()=>v8,extractRangeModifier:()=>L0e,fetchDescriptorFrom:()=>D8,findProjectDescriptors:()=>U0e,getModifier:()=>h2,getSuggestedDescriptors:()=>g2,makeWorkspaceDescriptor:()=>M0e,toWorkspaceModifier:()=>O0e});Ye();Ye();St();var I8=$e(zn()),Xft="workspace:",p2=(o=>(o.REGULAR="dependencies",o.DEVELOPMENT="devDependencies",o.PEER="peerDependencies",o))(p2||{}),B8=(o=>(o.CARET="^",o.TILDE="~",o.EXACT="",o))(B8||{}),N0e=(o=>(o.CARET="^",o.TILDE="~",o.EXACT="*",o))(N0e||{}),uk=(n=>(n.KEEP="keep",n.REUSE="reuse",n.PROJECT="project",n.LATEST="latest",n.CACHE="cache",n))(uk||{});function h2(t,e){return t.exact?"":t.caret?"^":t.tilde?"~":e.configuration.get("defaultSemverRangePrefix")}var Zft=/^([\^~]?)[0-9]+(?:\.[0-9]+){0,2}(?:-\S+)?$/;function L0e(t,{project:e}){let r=t.match(Zft);return r?r[1]:e.configuration.get("defaultSemverRangePrefix")}function $ft(t,e){let{protocol:r,source:o,params:a,selector:n}=W.parseRange(t.range);return I8.default.valid(n)&&(n=`${e}${t.range}`),W.makeDescriptor(t,W.makeRange({protocol:r,source:o,params:a,selector:n}))}function O0e(t){switch(t){case"^":return"^";case"~":return"~";case"":return"*";default:throw new Error(`Assertion failed: Unknown modifier: "${t}"`)}}function M0e(t,e){return W.makeDescriptor(t.anchoredDescriptor,`${Xft}${O0e(e)}`)}async function U0e(t,{project:e,target:r}){let o=new Map,a=n=>{let u=o.get(n.descriptorHash);return u||o.set(n.descriptorHash,u={descriptor:n,locators:[]}),u};for(let n of e.workspaces)if(r==="peerDependencies"){let u=n.manifest.peerDependencies.get(t.identHash);u!==void 0&&a(u).locators.push(n.anchoredLocator)}else{let u=n.manifest.dependencies.get(t.identHash),A=n.manifest.devDependencies.get(t.identHash);r==="devDependencies"?A!==void 0?a(A).locators.push(n.anchoredLocator):u!==void 0&&a(u).locators.push(n.anchoredLocator):u!==void 0?a(u).locators.push(n.anchoredLocator):A!==void 0&&a(A).locators.push(n.anchoredLocator)}return o}async function v8(t,{cwd:e,workspace:r}){return await ept(async o=>{V.isAbsolute(t)||(t=V.relative(r.cwd,V.resolve(e,t)),t.match(/^\.{0,2}\//)||(t=`./${t}`));let{project:a}=r,n=await D8(W.makeIdent(null,"archive"),t,{project:r.project,cache:o,workspace:r});if(!n)throw new Error("Assertion failed: The descriptor should have been found");let u=new Qi,A=a.configuration.makeResolver(),p=a.configuration.makeFetcher(),h={checksums:a.storedChecksums,project:a,cache:o,fetcher:p,report:u,resolver:A},E=A.bindDescriptor(n,r.anchoredLocator,h),I=W.convertDescriptorToLocator(E),v=await p.fetch(I,h),x=await Ot.find(v.prefixPath,{baseFs:v.packageFs});if(!x.name)throw new Error("Target path doesn't have a name");return W.makeDescriptor(x.name,t)})}async function g2(t,{project:e,workspace:r,cache:o,target:a,fixed:n,modifier:u,strategies:A,maxResults:p=1/0}){if(!(p>=0))throw new Error(`Invalid maxResults (${p})`);let[h,E]=t.range!=="unknown"?n||kr.validRange(t.range)||!t.range.match(/^[a-z0-9._-]+$/i)?[t.range,"latest"]:["unknown",t.range]:["unknown","latest"];if(h!=="unknown")return{suggestions:[{descriptor:t,name:`Use ${W.prettyDescriptor(e.configuration,t)}`,reason:"(unambiguous explicit request)"}],rejections:[]};let I=typeof r<"u"&&r!==null&&r.manifest[a].get(t.identHash)||null,v=[],x=[],C=async R=>{try{await R()}catch(L){x.push(L)}};for(let R of A){if(v.length>=p)break;switch(R){case"keep":await C(async()=>{I&&v.push({descriptor:I,name:`Keep ${W.prettyDescriptor(e.configuration,I)}`,reason:"(no changes)"})});break;case"reuse":await C(async()=>{for(let{descriptor:L,locators:U}of(await U0e(t,{project:e,target:a})).values()){if(U.length===1&&U[0].locatorHash===r.anchoredLocator.locatorHash&&A.includes("keep"))continue;let J=`(originally used by ${W.prettyLocator(e.configuration,U[0])}`;J+=U.length>1?` and ${U.length-1} other${U.length>2?"s":""})`:")",v.push({descriptor:L,name:`Reuse ${W.prettyDescriptor(e.configuration,L)}`,reason:J})}});break;case"cache":await C(async()=>{for(let L of e.storedDescriptors.values())L.identHash===t.identHash&&v.push({descriptor:L,name:`Reuse ${W.prettyDescriptor(e.configuration,L)}`,reason:"(already used somewhere in the lockfile)"})});break;case"project":await C(async()=>{if(r.manifest.name!==null&&t.identHash===r.manifest.name.identHash)return;let L=e.tryWorkspaceByIdent(t);if(L===null)return;let U=M0e(L,u);v.push({descriptor:U,name:`Attach ${W.prettyDescriptor(e.configuration,U)}`,reason:`(local workspace at ${de.pretty(e.configuration,L.relativeCwd,de.Type.PATH)})`})});break;case"latest":{let L=e.configuration.get("enableNetwork"),U=e.configuration.get("enableOfflineMode");await C(async()=>{if(a==="peerDependencies")v.push({descriptor:W.makeDescriptor(t,"*"),name:"Use *",reason:"(catch-all peer dependency pattern)"});else if(!L&&!U)v.push({descriptor:null,name:"Resolve from latest",reason:de.pretty(e.configuration,"(unavailable because enableNetwork is toggled off)","grey")});else{let J=await D8(t,E,{project:e,cache:o,workspace:r,modifier:u});J&&v.push({descriptor:J,name:`Use ${W.prettyDescriptor(e.configuration,J)}`,reason:`(resolved from ${U?"the cache":"latest"})`})}})}break}}return{suggestions:v.slice(0,p),rejections:x.slice(0,p)}}async function D8(t,e,{project:r,cache:o,workspace:a,preserveModifier:n=!0,modifier:u}){let A=r.configuration.normalizeDependency(W.makeDescriptor(t,e)),p=new Qi,h=r.configuration.makeFetcher(),E=r.configuration.makeResolver(),I={project:r,fetcher:h,cache:o,checksums:r.storedChecksums,report:p,cacheOptions:{skipIntegrityCheck:!0}},v={...I,resolver:E,fetchOptions:I},x=E.bindDescriptor(A,a.anchoredLocator,v),C=await E.getCandidates(x,{},v);if(C.length===0)return null;let R=C[0],{protocol:L,source:U,params:J,selector:te}=W.parseRange(W.convertToManifestRange(R.reference));if(L===r.configuration.get("defaultProtocol")&&(L=null),I8.default.valid(te)){let ae=te;if(typeof u<"u")te=u+te;else if(n!==!1){let me=typeof n=="string"?n:A.range;te=L0e(me,{project:r})+te}let fe=W.makeDescriptor(R,W.makeRange({protocol:L,source:U,params:J,selector:te}));(await E.getCandidates(r.configuration.normalizeDependency(fe),{},v)).length!==1&&(te=ae)}return W.makeDescriptor(R,W.makeRange({protocol:L,source:U,params:J,selector:te}))}async function ept(t){return await oe.mktempPromise(async e=>{let r=Ke.create(e);return r.useWithSource(e,{enableMirror:!1,compressionLevel:0},e,{overwrite:!0}),await t(new Lr(e,{configuration:r,check:!1,immutable:!1}))})}var kh=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.fixed=ge.Boolean("-F,--fixed",!1,{description:"Store dependency tags as-is instead of resolving them"});this.exact=ge.Boolean("-E,--exact",!1,{description:"Don't use any semver modifier on the resolved range"});this.tilde=ge.Boolean("-T,--tilde",!1,{description:"Use the `~` semver modifier on the resolved range"});this.caret=ge.Boolean("-C,--caret",!1,{description:"Use the `^` semver modifier on the resolved range"});this.dev=ge.Boolean("-D,--dev",!1,{description:"Add a package as a dev dependency"});this.peer=ge.Boolean("-P,--peer",!1,{description:"Add a package as a peer dependency"});this.optional=ge.Boolean("-O,--optional",!1,{description:"Add / upgrade a package to an optional regular / peer dependency"});this.preferDev=ge.Boolean("--prefer-dev",!1,{description:"Add / upgrade a package to a dev dependency"});this.interactive=ge.Boolean("-i,--interactive",{description:"Reuse the specified package from other workspaces in the project"});this.cached=ge.Boolean("--cached",!1,{description:"Reuse the highest version already used somewhere within the project"});this.mode=ge.String("--mode",{description:"Change what artifacts installs generate",validator:Ks(pl)});this.silent=ge.Boolean("--silent",{hidden:!0});this.packages=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=this.fixed,A=this.interactive??r.get("preferInteractive"),p=A||r.get("preferReuse"),h=h2(this,o),E=[p?"reuse":void 0,"project",this.cached?"cache":void 0,"latest"].filter(U=>typeof U<"u"),I=A?1/0:1,v=await Promise.all(this.packages.map(async U=>{let J=U.match(/^\.{0,2}\//)?await v8(U,{cwd:this.context.cwd,workspace:a}):W.tryParseDescriptor(U),te=U.match(/^(https?:|git@github)/);if(te)throw new it(`It seems you are trying to add a package using a ${de.pretty(r,`${te[0]}...`,de.Type.RANGE)} url; we now require package names to be explicitly specified. +Try running the command again with the package name prefixed: ${de.pretty(r,"yarn add",de.Type.CODE)} ${de.pretty(r,W.makeDescriptor(W.makeIdent(null,"my-package"),`${te[0]}...`),de.Type.DESCRIPTOR)}`);if(!J)throw new it(`The ${de.pretty(r,U,de.Type.CODE)} string didn't match the required format (package-name@range). Did you perhaps forget to explicitly reference the package name?`);let ae=tpt(a,J,{dev:this.dev,peer:this.peer,preferDev:this.preferDev,optional:this.optional});return await Promise.all(ae.map(async ce=>{let me=await g2(J,{project:o,workspace:a,cache:n,fixed:u,target:ce,modifier:h,strategies:E,maxResults:I});return{request:J,suggestedDescriptors:me,target:ce}}))})).then(U=>U.flat()),x=await AA.start({configuration:r,stdout:this.context.stdout,suggestInstall:!1},async U=>{for(let{request:J,suggestedDescriptors:{suggestions:te,rejections:ae}}of v)if(te.filter(ce=>ce.descriptor!==null).length===0){let[ce]=ae;if(typeof ce>"u")throw new Error("Assertion failed: Expected an error to have been set");o.configuration.get("enableNetwork")?U.reportError(27,`${W.prettyDescriptor(r,J)} can't be resolved to a satisfying range`):U.reportError(27,`${W.prettyDescriptor(r,J)} can't be resolved to a satisfying range (note: network resolution has been disabled)`),U.reportSeparator(),U.reportExceptionOnce(ce)}});if(x.hasErrors())return x.exitCode();let C=!1,R=[],L=[];for(let{suggestedDescriptors:{suggestions:U},target:J}of v){let te,ae=U.filter(he=>he.descriptor!==null),fe=ae[0].descriptor,ce=ae.every(he=>W.areDescriptorsEqual(he.descriptor,fe));ae.length===1||ce?te=fe:(C=!0,{answer:te}=await(0,_0e.prompt)({type:"select",name:"answer",message:"Which range do you want to use?",choices:U.map(({descriptor:he,name:Be,reason:we})=>he?{name:Be,hint:we,descriptor:he}:{name:Be,hint:we,disabled:!0}),onCancel:()=>process.exit(130),result(he){return this.find(he,"descriptor")},stdin:this.context.stdin,stdout:this.context.stdout}));let me=a.manifest[J].get(te.identHash);(typeof me>"u"||me.descriptorHash!==te.descriptorHash)&&(a.manifest[J].set(te.identHash,te),this.optional&&(J==="dependencies"?a.manifest.ensureDependencyMeta({...te,range:"unknown"}).optional=!0:J==="peerDependencies"&&(a.manifest.ensurePeerDependencyMeta({...te,range:"unknown"}).optional=!0)),typeof me>"u"?R.push([a,J,te,E]):L.push([a,J,me,te]))}return await r.triggerMultipleHooks(U=>U.afterWorkspaceDependencyAddition,R),await r.triggerMultipleHooks(U=>U.afterWorkspaceDependencyReplacement,L),C&&this.context.stdout.write(` +`),await o.installWithNewReport({json:this.json,stdout:this.context.stdout,quiet:this.context.quiet},{cache:n,mode:this.mode})}};kh.paths=[["add"]],kh.usage=nt.Usage({description:"add dependencies to the project",details:"\n This command adds a package to the package.json for the nearest workspace.\n\n - If it didn't exist before, the package will by default be added to the regular `dependencies` field, but this behavior can be overriden thanks to the `-D,--dev` flag (which will cause the dependency to be added to the `devDependencies` field instead) and the `-P,--peer` flag (which will do the same but for `peerDependencies`).\n\n - If the package was already listed in your dependencies, it will by default be upgraded whether it's part of your `dependencies` or `devDependencies` (it won't ever update `peerDependencies`, though).\n\n - If set, the `--prefer-dev` flag will operate as a more flexible `-D,--dev` in that it will add the package to your `devDependencies` if it isn't already listed in either `dependencies` or `devDependencies`, but it will also happily upgrade your `dependencies` if that's what you already use (whereas `-D,--dev` would throw an exception).\n\n - If set, the `-O,--optional` flag will add the package to the `optionalDependencies` field and, in combination with the `-P,--peer` flag, it will add the package as an optional peer dependency. If the package was already listed in your `dependencies`, it will be upgraded to `optionalDependencies`. If the package was already listed in your `peerDependencies`, in combination with the `-P,--peer` flag, it will be upgraded to an optional peer dependency: `\"peerDependenciesMeta\": { \"\": { \"optional\": true } }`\n\n - If the added package doesn't specify a range at all its `latest` tag will be resolved and the returned version will be used to generate a new semver range (using the `^` modifier by default unless otherwise configured via the `defaultSemverRangePrefix` configuration, or the `~` modifier if `-T,--tilde` is specified, or no modifier at all if `-E,--exact` is specified). Two exceptions to this rule: the first one is that if the package is a workspace then its local version will be used, and the second one is that if you use `-P,--peer` the default range will be `*` and won't be resolved at all.\n\n - If the added package specifies a range (such as `^1.0.0`, `latest`, or `rc`), Yarn will add this range as-is in the resulting package.json entry (in particular, tags such as `rc` will be encoded as-is rather than being converted into a semver range).\n\n If the `--cached` option is used, Yarn will preferably reuse the highest version already used somewhere within the project, even if through a transitive dependency.\n\n If the `-i,--interactive` option is used (or if the `preferInteractive` settings is toggled on) the command will first try to check whether other workspaces in the project use the specified package and, if so, will offer to reuse them.\n\n If the `--mode=` option is set, Yarn will change which artifacts are generated. The modes currently supported are:\n\n - `skip-build` will not run the build scripts at all. Note that this is different from setting `enableScripts` to false because the latter will disable build scripts, and thus affect the content of the artifacts generated on disk, whereas the former will just disable the build step - but not the scripts themselves, which just won't run.\n\n - `update-lockfile` will skip the link step altogether, and only fetch packages that are missing from the lockfile (or that have no associated checksums). This mode is typically used by tools like Renovate or Dependabot to keep a lockfile up-to-date without incurring the full install cost.\n\n For a compilation of all the supported protocols, please consult the dedicated page from our website: https://yarnpkg.com/protocols.\n ",examples:[["Add a regular package to the current workspace","$0 add lodash"],["Add a specific version for a package to the current workspace","$0 add lodash@1.2.3"],["Add a package from a GitHub repository (the master branch) to the current workspace using a URL","$0 add lodash@https://github.com/lodash/lodash"],["Add a package from a GitHub repository (the master branch) to the current workspace using the GitHub protocol","$0 add lodash@github:lodash/lodash"],["Add a package from a GitHub repository (the master branch) to the current workspace using the GitHub protocol (shorthand)","$0 add lodash@lodash/lodash"],["Add a package from a specific branch of a GitHub repository to the current workspace using the GitHub protocol (shorthand)","$0 add lodash-es@lodash/lodash#es"]]});function tpt(t,e,{dev:r,peer:o,preferDev:a,optional:n}){let u=t.manifest["dependencies"].has(e.identHash),A=t.manifest["devDependencies"].has(e.identHash),p=t.manifest["peerDependencies"].has(e.identHash);if((r||o)&&u)throw new it(`Package "${W.prettyIdent(t.project.configuration,e)}" is already listed as a regular dependency - remove the -D,-P flags or remove it from your dependencies first`);if(!r&&!o&&p)throw new it(`Package "${W.prettyIdent(t.project.configuration,e)}" is already listed as a peer dependency - use either of -D or -P, or remove it from your peer dependencies first`);if(n&&A)throw new it(`Package "${W.prettyIdent(t.project.configuration,e)}" is already listed as a dev dependency - remove the -O flag or remove it from your dev dependencies first`);if(n&&!o&&p)throw new it(`Package "${W.prettyIdent(t.project.configuration,e)}" is already listed as a peer dependency - remove the -O flag or add the -P flag or remove it from your peer dependencies first`);if((r||a)&&n)throw new it(`Package "${W.prettyIdent(t.project.configuration,e)}" cannot simultaneously be a dev dependency and an optional dependency`);let h=[];return o&&h.push("peerDependencies"),(r||a)&&h.push("devDependencies"),n&&h.push("dependencies"),h.length>0?h:A?["devDependencies"]:p?["peerDependencies"]:["dependencies"]}Ye();Ye();jt();var Qh=class extends ut{constructor(){super(...arguments);this.verbose=ge.Boolean("-v,--verbose",!1,{description:"Print both the binary name and the locator of the package that provides the binary"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.name=ge.String({required:!1})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,locator:a}=await Pt.find(r,this.context.cwd);if(await o.restoreInstallState(),this.name){let A=(await un.getPackageAccessibleBinaries(a,{project:o})).get(this.name);if(!A)throw new it(`Couldn't find a binary named "${this.name}" for package "${W.prettyLocator(r,a)}"`);let[,p]=A;return this.context.stdout.write(`${p} +`),0}return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async u=>{let A=await un.getPackageAccessibleBinaries(a,{project:o}),h=Array.from(A.keys()).reduce((E,I)=>Math.max(E,I.length),0);for(let[E,[I,v]]of A)u.reportJson({name:E,source:W.stringifyIdent(I),path:v});if(this.verbose)for(let[E,[I]]of A)u.reportInfo(null,`${E.padEnd(h," ")} ${W.prettyLocator(r,I)}`);else for(let E of A.keys())u.reportInfo(null,E)})).exitCode()}};Qh.paths=[["bin"]],Qh.usage=nt.Usage({description:"get the path to a binary script",details:` When used without arguments, this command will print the list of all the binaries available in the current workspace. Adding the \`-v,--verbose\` flag will cause the output to contain both the binary name and the locator of the package that provides the binary. When an argument is specified, this command will just print the path to the binary on the standard output and exit. Note that the reported path may be stored within a zip archive. - `,examples:[["List all the available binaries","$0 bin"],["Print the path to a specific binary","$0 bin eslint"]]});Ye();Pt();qt();var Qh=class extends ut{constructor(){super(...arguments);this.mirror=ge.Boolean("--mirror",!1,{description:"Remove the global cache files instead of the local cache files"});this.all=ge.Boolean("--all",!1,{description:"Remove both the global cache files and the local cache files of the current project"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),o=await Lr.find(r);return(await Nt.start({configuration:r,stdout:this.context.stdout},async()=>{let n=(this.all||this.mirror)&&o.mirrorCwd!==null,u=!this.mirror;n&&(await oe.removePromise(o.mirrorCwd),await r.triggerHook(A=>A.cleanGlobalArtifacts,r)),u&&await oe.removePromise(o.cwd)})).exitCode()}};Qh.paths=[["cache","clean"],["cache","clear"]],Qh.usage=nt.Usage({description:"remove the shared cache files",details:` + `,examples:[["List all the available binaries","$0 bin"],["Print the path to a specific binary","$0 bin eslint"]]});Ye();St();jt();var Fh=class extends ut{constructor(){super(...arguments);this.mirror=ge.Boolean("--mirror",!1,{description:"Remove the global cache files instead of the local cache files"});this.all=ge.Boolean("--all",!1,{description:"Remove both the global cache files and the local cache files of the current project"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),o=await Lr.find(r);return(await Nt.start({configuration:r,stdout:this.context.stdout},async()=>{let n=(this.all||this.mirror)&&o.mirrorCwd!==null,u=!this.mirror;n&&(await oe.removePromise(o.mirrorCwd),await r.triggerHook(A=>A.cleanGlobalArtifacts,r)),u&&await oe.removePromise(o.cwd)})).exitCode()}};Fh.paths=[["cache","clean"],["cache","clear"]],Fh.usage=nt.Usage({description:"remove the shared cache files",details:` This command will remove all the files from the cache. - `,examples:[["Remove all the local archives","$0 cache clean"],["Remove all the archives stored in the ~/.yarn directory","$0 cache clean --mirror"]]});Ye();qt();var G0e=$e(g2()),x8=Be("util"),Fh=class extends ut{constructor(){super(...arguments);this.why=ge.Boolean("--why",!1,{description:"Print the explanation for why a setting has its value"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.unsafe=ge.Boolean("--no-redacted",!1,{description:"Don't redact secrets (such as tokens) from the output"});this.name=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),o=this.name.replace(/[.[].*$/,""),a=this.name.replace(/^[^.[]*/,"");if(typeof r.settings.get(o)>"u")throw new it(`Couldn't find a configuration settings named "${o}"`);let u=r.getSpecial(o,{hideSecrets:!this.unsafe,getNativePaths:!0}),A=je.convertMapsToIndexableObjects(u),p=a?(0,G0e.default)(A,a):A,h=await Nt.start({configuration:r,includeFooter:!1,json:this.json,stdout:this.context.stdout},async E=>{E.reportJson(p)});if(!this.json){if(typeof p=="string")return this.context.stdout.write(`${p} -`),h.exitCode();x8.inspect.styles.name="cyan",this.context.stdout.write(`${(0,x8.inspect)(p,{depth:1/0,colors:r.get("enableColors"),compact:!1})} -`)}return h.exitCode()}};Fh.paths=[["config","get"]],Fh.usage=nt.Usage({description:"read a configuration settings",details:` + `,examples:[["Remove all the local archives","$0 cache clean"],["Remove all the archives stored in the ~/.yarn directory","$0 cache clean --mirror"]]});Ye();jt();var j0e=$e(d2()),S8=ve("util"),Rh=class extends ut{constructor(){super(...arguments);this.why=ge.Boolean("--why",!1,{description:"Print the explanation for why a setting has its value"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.unsafe=ge.Boolean("--no-redacted",!1,{description:"Don't redact secrets (such as tokens) from the output"});this.name=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),o=this.name.replace(/[.[].*$/,""),a=this.name.replace(/^[^.[]*/,"");if(typeof r.settings.get(o)>"u")throw new it(`Couldn't find a configuration settings named "${o}"`);let u=r.getSpecial(o,{hideSecrets:!this.unsafe,getNativePaths:!0}),A=_e.convertMapsToIndexableObjects(u),p=a?(0,j0e.default)(A,a):A,h=await Nt.start({configuration:r,includeFooter:!1,json:this.json,stdout:this.context.stdout},async E=>{E.reportJson(p)});if(!this.json){if(typeof p=="string")return this.context.stdout.write(`${p} +`),h.exitCode();S8.inspect.styles.name="cyan",this.context.stdout.write(`${(0,S8.inspect)(p,{depth:1/0,colors:r.get("enableColors"),compact:!1})} +`)}return h.exitCode()}};Rh.paths=[["config","get"]],Rh.usage=nt.Usage({description:"read a configuration settings",details:` This command will print a configuration setting. Secrets (such as tokens) will be redacted from the output by default. If this behavior isn't desired, set the \`--no-redacted\` to get the untransformed value. - `,examples:[["Print a simple configuration setting","yarn config get yarnPath"],["Print a complex configuration setting","yarn config get packageExtensions"],["Print a nested field from the configuration",`yarn config get 'npmScopes["my-company"].npmRegistryServer'`],["Print a token from the configuration","yarn config get npmAuthToken --no-redacted"],["Print a configuration setting as JSON","yarn config get packageExtensions --json"]]});Ye();qt();var Rge=$e(F8()),Nge=$e(g2()),Lge=$e(T8()),R8=Be("util"),Th=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Set complex configuration settings to JSON values"});this.home=ge.Boolean("-H,--home",!1,{description:"Update the home configuration instead of the project configuration"});this.name=ge.String();this.value=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),o=()=>{if(!r.projectCwd)throw new it("This command must be run from within a project folder");return r.projectCwd},a=this.name.replace(/[.[].*$/,""),n=this.name.replace(/^[^.[]*\.?/,"");if(typeof r.settings.get(a)>"u")throw new it(`Couldn't find a configuration settings named "${a}"`);if(a==="enableStrictSettings")throw new it("This setting only affects the file it's in, and thus cannot be set from the CLI");let A=this.json?JSON.parse(this.value):this.value;await(this.home?C=>Ve.updateHomeConfiguration(C):C=>Ve.updateConfiguration(o(),C))(C=>{if(n){let T=(0,Rge.default)(C);return(0,Lge.default)(T,this.name,A),T}else return{...C,[a]:A}});let E=(await Ve.find(this.context.cwd,this.context.plugins)).getSpecial(a,{hideSecrets:!0,getNativePaths:!0}),I=je.convertMapsToIndexableObjects(E),v=n?(0,Nge.default)(I,n):I;return(await Nt.start({configuration:r,includeFooter:!1,stdout:this.context.stdout},async C=>{R8.inspect.styles.name="cyan",C.reportInfo(0,`Successfully set ${this.name} to ${(0,R8.inspect)(v,{depth:1/0,colors:r.get("enableColors"),compact:!1})}`)})).exitCode()}};Th.paths=[["config","set"]],Th.usage=nt.Usage({description:"change a configuration settings",details:` + `,examples:[["Print a simple configuration setting","yarn config get yarnPath"],["Print a complex configuration setting","yarn config get packageExtensions"],["Print a nested field from the configuration",`yarn config get 'npmScopes["my-company"].npmRegistryServer'`],["Print a token from the configuration","yarn config get npmAuthToken --no-redacted"],["Print a configuration setting as JSON","yarn config get packageExtensions --json"]]});Ye();jt();var Fge=$e(k8()),Rge=$e(d2()),Tge=$e(Q8()),F8=ve("util"),Th=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Set complex configuration settings to JSON values"});this.home=ge.Boolean("-H,--home",!1,{description:"Update the home configuration instead of the project configuration"});this.name=ge.String();this.value=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),o=()=>{if(!r.projectCwd)throw new it("This command must be run from within a project folder");return r.projectCwd},a=this.name.replace(/[.[].*$/,""),n=this.name.replace(/^[^.[]*\.?/,"");if(typeof r.settings.get(a)>"u")throw new it(`Couldn't find a configuration settings named "${a}"`);if(a==="enableStrictSettings")throw new it("This setting only affects the file it's in, and thus cannot be set from the CLI");let A=this.json?JSON.parse(this.value):this.value;await(this.home?C=>Ke.updateHomeConfiguration(C):C=>Ke.updateConfiguration(o(),C))(C=>{if(n){let R=(0,Fge.default)(C);return(0,Tge.default)(R,this.name,A),R}else return{...C,[a]:A}});let E=(await Ke.find(this.context.cwd,this.context.plugins)).getSpecial(a,{hideSecrets:!0,getNativePaths:!0}),I=_e.convertMapsToIndexableObjects(E),v=n?(0,Rge.default)(I,n):I;return(await Nt.start({configuration:r,includeFooter:!1,stdout:this.context.stdout},async C=>{F8.inspect.styles.name="cyan",C.reportInfo(0,`Successfully set ${this.name} to ${(0,F8.inspect)(v,{depth:1/0,colors:r.get("enableColors"),compact:!1})}`)})).exitCode()}};Th.paths=[["config","set"]],Th.usage=nt.Usage({description:"change a configuration settings",details:` This command will set a configuration setting. When used without the \`--json\` flag, it can only set a simple configuration setting (a string, a number, or a boolean). When used with the \`--json\` flag, it can set both simple and complex configuration settings, including Arrays and Objects. - `,examples:[["Set a simple configuration setting (a string, a number, or a boolean)","yarn config set initScope myScope"],["Set a simple configuration setting (a string, a number, or a boolean) using the `--json` flag",'yarn config set initScope --json \\"myScope\\"'],["Set a complex configuration setting (an Array) using the `--json` flag",`yarn config set unsafeHttpWhitelist --json '["*.example.com", "example.com"]'`],["Set a complex configuration setting (an Object) using the `--json` flag",`yarn config set packageExtensions --json '{ "@babel/parser@*": { "dependencies": { "@babel/types": "*" } } }'`],["Set a nested configuration setting",'yarn config set npmScopes.company.npmRegistryServer "https://npm.example.com"'],["Set a nested configuration setting using indexed access for non-simple keys",`yarn config set 'npmRegistries["//npm.example.com"].npmAuthToken' "ffffffff-ffff-ffff-ffff-ffffffffffff"`]]});Ye();qt();var Vge=$e(F8()),Kge=$e(_ge()),Jge=$e(L8()),Rh=class extends ut{constructor(){super(...arguments);this.home=ge.Boolean("-H,--home",!1,{description:"Update the home configuration instead of the project configuration"});this.name=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),o=()=>{if(!r.projectCwd)throw new it("This command must be run from within a project folder");return r.projectCwd},a=this.name.replace(/[.[].*$/,""),n=this.name.replace(/^[^.[]*\.?/,"");if(typeof r.settings.get(a)>"u")throw new it(`Couldn't find a configuration settings named "${a}"`);let A=this.home?h=>Ve.updateHomeConfiguration(h):h=>Ve.updateConfiguration(o(),h);return(await Nt.start({configuration:r,includeFooter:!1,stdout:this.context.stdout},async h=>{let E=!1;await A(I=>{if(!(0,Kge.default)(I,this.name))return h.reportWarning(0,`Configuration doesn't contain setting ${this.name}; there is nothing to unset`),E=!0,I;let v=n?(0,Vge.default)(I):{...I};return(0,Jge.default)(v,this.name),v}),E||h.reportInfo(0,`Successfully unset ${this.name}`)})).exitCode()}};Rh.paths=[["config","unset"]],Rh.usage=nt.Usage({description:"unset a configuration setting",details:` + `,examples:[["Set a simple configuration setting (a string, a number, or a boolean)","yarn config set initScope myScope"],["Set a simple configuration setting (a string, a number, or a boolean) using the `--json` flag",'yarn config set initScope --json \\"myScope\\"'],["Set a complex configuration setting (an Array) using the `--json` flag",`yarn config set unsafeHttpWhitelist --json '["*.example.com", "example.com"]'`],["Set a complex configuration setting (an Object) using the `--json` flag",`yarn config set packageExtensions --json '{ "@babel/parser@*": { "dependencies": { "@babel/types": "*" } } }'`],["Set a nested configuration setting",'yarn config set npmScopes.company.npmRegistryServer "https://npm.example.com"'],["Set a nested configuration setting using indexed access for non-simple keys",`yarn config set 'npmRegistries["//npm.example.com"].npmAuthToken' "ffffffff-ffff-ffff-ffff-ffffffffffff"`]]});Ye();jt();var Yge=$e(k8()),Wge=$e(Mge()),Kge=$e(T8()),Nh=class extends ut{constructor(){super(...arguments);this.home=ge.Boolean("-H,--home",!1,{description:"Update the home configuration instead of the project configuration"});this.name=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),o=()=>{if(!r.projectCwd)throw new it("This command must be run from within a project folder");return r.projectCwd},a=this.name.replace(/[.[].*$/,""),n=this.name.replace(/^[^.[]*\.?/,"");if(typeof r.settings.get(a)>"u")throw new it(`Couldn't find a configuration settings named "${a}"`);let A=this.home?h=>Ke.updateHomeConfiguration(h):h=>Ke.updateConfiguration(o(),h);return(await Nt.start({configuration:r,includeFooter:!1,stdout:this.context.stdout},async h=>{let E=!1;await A(I=>{if(!(0,Wge.default)(I,this.name))return h.reportWarning(0,`Configuration doesn't contain setting ${this.name}; there is nothing to unset`),E=!0,I;let v=n?(0,Yge.default)(I):{...I};return(0,Kge.default)(v,this.name),v}),E||h.reportInfo(0,`Successfully unset ${this.name}`)})).exitCode()}};Nh.paths=[["config","unset"]],Nh.usage=nt.Usage({description:"unset a configuration setting",details:` This command will unset a configuration setting. - `,examples:[["Unset a simple configuration setting","yarn config unset initScope"],["Unset a complex configuration setting","yarn config unset packageExtensions"],["Unset a nested configuration setting","yarn config unset npmScopes.company.npmRegistryServer"]]});Ye();Pt();qt();var hk=Be("util"),Nh=class extends ut{constructor(){super(...arguments);this.noDefaults=ge.Boolean("--no-defaults",!1,{description:"Omit the default values from the display"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.verbose=ge.Boolean("-v,--verbose",{hidden:!0});this.why=ge.Boolean("--why",{hidden:!0});this.names=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins,{strict:!1}),o=await NE({configuration:r,stdout:this.context.stdout,forceError:this.json},[{option:this.verbose,message:"The --verbose option is deprecated, the settings' descriptions are now always displayed"},{option:this.why,message:"The --why option is deprecated, the settings' sources are now always displayed"}]);if(o!==null)return o;let a=this.names.length>0?[...new Set(this.names)].sort():[...r.settings.keys()].sort(),n,u=await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,includeFooter:!1},async A=>{if(r.invalid.size>0&&!this.json){for(let[p,h]of r.invalid)A.reportError(34,`Invalid configuration key "${p}" in ${h}`);A.reportSeparator()}if(this.json)for(let p of a){let h=r.settings.get(p);typeof h>"u"&&A.reportError(34,`No configuration key named "${p}"`);let E=r.getSpecial(p,{hideSecrets:!0,getNativePaths:!0}),I=r.sources.get(p)??"",v=I&&I[0]!=="<"?ue.fromPortablePath(I):I;A.reportJson({key:p,effective:E,source:v,...h})}else{let p={breakLength:1/0,colors:r.get("enableColors"),maxArrayLength:2},h={},E={children:h};for(let I of a){if(this.noDefaults&&!r.sources.has(I))continue;let v=r.settings.get(I),b=r.sources.get(I)??"",C=r.getSpecial(I,{hideSecrets:!0,getNativePaths:!0}),T={Description:{label:"Description",value:de.tuple(de.Type.MARKDOWN,{text:v.description,format:this.cli.format(),paragraphs:!1})},Source:{label:"Source",value:de.tuple(b[0]==="<"?de.Type.CODE:de.Type.PATH,b)}};h[I]={value:de.tuple(de.Type.CODE,I),children:T};let L=(U,J)=>{for(let[te,le]of J)if(le instanceof Map){let pe={};U[te]={children:pe},L(pe,le)}else U[te]={label:te,value:de.tuple(de.Type.NO_HINT,(0,hk.inspect)(le,p))}};C instanceof Map?L(T,C):T.Value={label:"Value",value:de.tuple(de.Type.NO_HINT,(0,hk.inspect)(C,p))}}a.length!==1&&(n=void 0),$s.emitTree(E,{configuration:r,json:this.json,stdout:this.context.stdout,separators:2})}});if(!this.json&&typeof n<"u"){let A=a[0],p=(0,hk.inspect)(r.getSpecial(A,{hideSecrets:!0,getNativePaths:!0}),{colors:r.get("enableColors")});this.context.stdout.write(` + `,examples:[["Unset a simple configuration setting","yarn config unset initScope"],["Unset a complex configuration setting","yarn config unset packageExtensions"],["Unset a nested configuration setting","yarn config unset npmScopes.company.npmRegistryServer"]]});Ye();St();jt();var fk=ve("util"),Lh=class extends ut{constructor(){super(...arguments);this.noDefaults=ge.Boolean("--no-defaults",!1,{description:"Omit the default values from the display"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.verbose=ge.Boolean("-v,--verbose",{hidden:!0});this.why=ge.Boolean("--why",{hidden:!0});this.names=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins,{strict:!1}),o=await LE({configuration:r,stdout:this.context.stdout,forceError:this.json},[{option:this.verbose,message:"The --verbose option is deprecated, the settings' descriptions are now always displayed"},{option:this.why,message:"The --why option is deprecated, the settings' sources are now always displayed"}]);if(o!==null)return o;let a=this.names.length>0?[...new Set(this.names)].sort():[...r.settings.keys()].sort(),n,u=await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,includeFooter:!1},async A=>{if(r.invalid.size>0&&!this.json){for(let[p,h]of r.invalid)A.reportError(34,`Invalid configuration key "${p}" in ${h}`);A.reportSeparator()}if(this.json)for(let p of a){let h=r.settings.get(p);typeof h>"u"&&A.reportError(34,`No configuration key named "${p}"`);let E=r.getSpecial(p,{hideSecrets:!0,getNativePaths:!0}),I=r.sources.get(p)??"",v=I&&I[0]!=="<"?ue.fromPortablePath(I):I;A.reportJson({key:p,effective:E,source:v,...h})}else{let p={breakLength:1/0,colors:r.get("enableColors"),maxArrayLength:2},h={},E={children:h};for(let I of a){if(this.noDefaults&&!r.sources.has(I))continue;let v=r.settings.get(I),x=r.sources.get(I)??"",C=r.getSpecial(I,{hideSecrets:!0,getNativePaths:!0}),R={Description:{label:"Description",value:de.tuple(de.Type.MARKDOWN,{text:v.description,format:this.cli.format(),paragraphs:!1})},Source:{label:"Source",value:de.tuple(x[0]==="<"?de.Type.CODE:de.Type.PATH,x)}};h[I]={value:de.tuple(de.Type.CODE,I),children:R};let L=(U,J)=>{for(let[te,ae]of J)if(ae instanceof Map){let fe={};U[te]={children:fe},L(fe,ae)}else U[te]={label:te,value:de.tuple(de.Type.NO_HINT,(0,fk.inspect)(ae,p))}};C instanceof Map?L(R,C):R.Value={label:"Value",value:de.tuple(de.Type.NO_HINT,(0,fk.inspect)(C,p))}}a.length!==1&&(n=void 0),$s.emitTree(E,{configuration:r,json:this.json,stdout:this.context.stdout,separators:2})}});if(!this.json&&typeof n<"u"){let A=a[0],p=(0,fk.inspect)(r.getSpecial(A,{hideSecrets:!0,getNativePaths:!0}),{colors:r.get("enableColors")});this.context.stdout.write(` `),this.context.stdout.write(`${p} -`)}return u.exitCode()}};Nh.paths=[["config"]],Nh.usage=nt.Usage({description:"display the current configuration",details:` +`)}return u.exitCode()}};Lh.paths=[["config"]],Lh.usage=nt.Usage({description:"display the current configuration",details:` This command prints the current active configuration settings. - `,examples:[["Print the active configuration settings","$0 config"]]});Ye();qt();Za();var gk={};Kt(gk,{Strategy:()=>d2,acceptedStrategies:()=>j0t,dedupe:()=>M8});Ye();Ye();var zge=$e(Zo()),d2=(e=>(e.HIGHEST="highest",e))(d2||{}),j0t=new Set(Object.values(d2)),q0t={highest:async(t,e,{resolver:r,fetcher:o,resolveOptions:a,fetchOptions:n})=>{let u=new Map;for(let[p,h]of t.storedResolutions){let E=t.storedDescriptors.get(p);if(typeof E>"u")throw new Error(`Assertion failed: The descriptor (${p}) should have been registered`);je.getSetWithDefault(u,E.identHash).add(h)}let A=new Map(je.mapAndFilter(t.storedDescriptors.values(),p=>W.isVirtualDescriptor(p)?je.mapAndFilter.skip:[p.descriptorHash,je.makeDeferred()]));for(let p of t.storedDescriptors.values()){let h=A.get(p.descriptorHash);if(typeof h>"u")throw new Error(`Assertion failed: The descriptor (${p.descriptorHash}) should have been registered`);let E=t.storedResolutions.get(p.descriptorHash);if(typeof E>"u")throw new Error(`Assertion failed: The resolution (${p.descriptorHash}) should have been registered`);let I=t.originalPackages.get(E);if(typeof I>"u")throw new Error(`Assertion failed: The package (${E}) should have been registered`);Promise.resolve().then(async()=>{let v=r.getResolutionDependencies(p,a),b=Object.fromEntries(await je.allSettledSafe(Object.entries(v).map(async([te,le])=>{let pe=A.get(le.descriptorHash);if(typeof pe>"u")throw new Error(`Assertion failed: The descriptor (${le.descriptorHash}) should have been registered`);let Ae=await pe.promise;if(!Ae)throw new Error("Assertion failed: Expected the dependency to have been through the dedupe process itself");return[te,Ae.updatedPackage]})));if(e.length&&!zge.default.isMatch(W.stringifyIdent(p),e)||!r.shouldPersistResolution(I,a))return I;let C=u.get(p.identHash);if(typeof C>"u")throw new Error(`Assertion failed: The resolutions (${p.identHash}) should have been registered`);if(C.size===1)return I;let T=[...C].map(te=>{let le=t.originalPackages.get(te);if(typeof le>"u")throw new Error(`Assertion failed: The package (${te}) should have been registered`);return le}),L=await r.getSatisfying(p,b,T,a),U=L.locators?.[0];if(typeof U>"u"||!L.sorted)return I;let J=t.originalPackages.get(U.locatorHash);if(typeof J>"u")throw new Error(`Assertion failed: The package (${U.locatorHash}) should have been registered`);return J}).then(async v=>{let b=await t.preparePackage(v,{resolver:r,resolveOptions:a});h.resolve({descriptor:p,currentPackage:I,updatedPackage:v,resolvedPackage:b})}).catch(v=>{h.reject(v)})}return[...A.values()].map(p=>p.promise)}};async function M8(t,{strategy:e,patterns:r,cache:o,report:a}){let{configuration:n}=t,u=new Qi,A=n.makeResolver(),p=n.makeFetcher(),h={cache:o,checksums:t.storedChecksums,fetcher:p,project:t,report:u,cacheOptions:{skipIntegrityCheck:!0}},E={project:t,resolver:A,report:u,fetchOptions:h};return await a.startTimerPromise("Deduplication step",async()=>{let I=q0t[e],v=await I(t,r,{resolver:A,resolveOptions:E,fetcher:p,fetchOptions:h}),b=Xs.progressViaCounter(v.length);await a.reportProgress(b);let C=0;await Promise.all(v.map(U=>U.then(J=>{if(J===null||J.currentPackage.locatorHash===J.updatedPackage.locatorHash)return;C++;let{descriptor:te,currentPackage:le,updatedPackage:pe}=J;a.reportInfo(0,`${W.prettyDescriptor(n,te)} can be deduped from ${W.prettyLocator(n,le)} to ${W.prettyLocator(n,pe)}`),a.reportJson({descriptor:W.stringifyDescriptor(te),currentResolution:W.stringifyLocator(le),updatedResolution:W.stringifyLocator(pe)}),t.storedResolutions.set(te.descriptorHash,pe.locatorHash)}).finally(()=>b.tick())));let T;switch(C){case 0:T="No packages";break;case 1:T="One package";break;default:T=`${C} packages`}let L=de.pretty(n,e,de.Type.CODE);return a.reportInfo(0,`${T} can be deduped using the ${L} strategy`),C})}var Lh=class extends ut{constructor(){super(...arguments);this.strategy=ge.String("-s,--strategy","highest",{description:"The strategy to use when deduping dependencies",validator:Vs(d2)});this.check=ge.Boolean("-c,--check",!1,{description:"Exit with exit code 1 when duplicates are found, without persisting the dependency tree"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.mode=ge.String("--mode",{description:"Change what artifacts installs generate",validator:Vs(pl)});this.patterns=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o}=await St.find(r,this.context.cwd),a=await Lr.find(r);await o.restoreInstallState({restoreResolutions:!1});let n=0,u=await Nt.start({configuration:r,includeFooter:!1,stdout:this.context.stdout,json:this.json},async A=>{n=await M8(o,{strategy:this.strategy,patterns:this.patterns,cache:a,report:A})});return u.hasErrors()?u.exitCode():this.check?n?1:0:await o.installWithNewReport({json:this.json,stdout:this.context.stdout},{cache:a,mode:this.mode})}};Lh.paths=[["dedupe"]],Lh.usage=nt.Usage({description:"deduplicate dependencies with overlapping ranges",details:"\n Duplicates are defined as descriptors with overlapping ranges being resolved and locked to different locators. They are a natural consequence of Yarn's deterministic installs, but they can sometimes pile up and unnecessarily increase the size of your project.\n\n This command dedupes dependencies in the current project using different strategies (only one is implemented at the moment):\n\n - `highest`: Reuses (where possible) the locators with the highest versions. This means that dependencies can only be upgraded, never downgraded. It's also guaranteed that it never takes more than a single pass to dedupe the entire dependency tree.\n\n **Note:** Even though it never produces a wrong dependency tree, this command should be used with caution, as it modifies the dependency tree, which can sometimes cause problems when packages don't strictly follow semver recommendations. Because of this, it is recommended to also review the changes manually.\n\n If set, the `-c,--check` flag will only report the found duplicates, without persisting the modified dependency tree. If changes are found, the command will exit with a non-zero exit code, making it suitable for CI purposes.\n\n If the `--mode=` option is set, Yarn will change which artifacts are generated. The modes currently supported are:\n\n - `skip-build` will not run the build scripts at all. Note that this is different from setting `enableScripts` to false because the latter will disable build scripts, and thus affect the content of the artifacts generated on disk, whereas the former will just disable the build step - but not the scripts themselves, which just won't run.\n\n - `update-lockfile` will skip the link step altogether, and only fetch packages that are missing from the lockfile (or that have no associated checksums). This mode is typically used by tools like Renovate or Dependabot to keep a lockfile up-to-date without incurring the full install cost.\n\n This command accepts glob patterns as arguments (if valid Idents and supported by [micromatch](https://github.com/micromatch/micromatch)). Make sure to escape the patterns, to prevent your own shell from trying to expand them.\n\n ### In-depth explanation:\n\n Yarn doesn't deduplicate dependencies by default, otherwise installs wouldn't be deterministic and the lockfile would be useless. What it actually does is that it tries to not duplicate dependencies in the first place.\n\n **Example:** If `foo@^2.3.4` (a dependency of a dependency) has already been resolved to `foo@2.3.4`, running `yarn add foo@*`will cause Yarn to reuse `foo@2.3.4`, even if the latest `foo` is actually `foo@2.10.14`, thus preventing unnecessary duplication.\n\n Duplication happens when Yarn can't unlock dependencies that have already been locked inside the lockfile.\n\n **Example:** If `foo@^2.3.4` (a dependency of a dependency) has already been resolved to `foo@2.3.4`, running `yarn add foo@2.10.14` will cause Yarn to install `foo@2.10.14` because the existing resolution doesn't satisfy the range `2.10.14`. This behavior can lead to (sometimes) unwanted duplication, since now the lockfile contains 2 separate resolutions for the 2 `foo` descriptors, even though they have overlapping ranges, which means that the lockfile can be simplified so that both descriptors resolve to `foo@2.10.14`.\n ",examples:[["Dedupe all packages","$0 dedupe"],["Dedupe all packages using a specific strategy","$0 dedupe --strategy highest"],["Dedupe a specific package","$0 dedupe lodash"],["Dedupe all packages with the `@babel/*` scope","$0 dedupe '@babel/*'"],["Check for duplicates (can be used as a CI step)","$0 dedupe --check"]]});Ye();qt();var Wd=class extends ut{async execute(){let{plugins:e}=await Ve.find(this.context.cwd,this.context.plugins),r=[];for(let u of e){let{commands:A}=u[1];if(A){let h=as.from(A).definitions();r.push([u[0],h])}}let o=this.cli.definitions(),a=(u,A)=>u.split(" ").slice(1).join()===A.split(" ").slice(1).join(),n=Xge()["@yarnpkg/builder"].bundles.standard;for(let u of r){let A=u[1];for(let p of A)o.find(h=>a(h.path,p.path)).plugin={name:u[0],isDefault:n.includes(u[0])}}this.context.stdout.write(`${JSON.stringify(o,null,2)} -`)}};Wd.paths=[["--clipanion=definitions"]];var Vd=class extends ut{async execute(){this.context.stdout.write(this.cli.usage(null))}};Vd.paths=[["help"],["--help"],["-h"]];Ye();Pt();qt();var dC=class extends ut{constructor(){super(...arguments);this.leadingArgument=ge.String();this.args=ge.Proxy()}async execute(){if(this.leadingArgument.match(/[\\/]/)&&!W.tryParseIdent(this.leadingArgument)){let r=K.resolve(this.context.cwd,ue.toPortablePath(this.leadingArgument));return await this.cli.run(this.args,{cwd:r})}else return await this.cli.run(["run",this.leadingArgument,...this.args])}};Ye();var Kd=class extends ut{async execute(){this.context.stdout.write(`${tn||""} -`)}};Kd.paths=[["-v"],["--version"]];Ye();Ye();qt();var Mh=class extends ut{constructor(){super(...arguments);this.commandName=ge.String();this.args=ge.Proxy()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,locator:a}=await St.find(r,this.context.cwd);return await o.restoreInstallState(),await un.executePackageShellcode(a,this.commandName,this.args,{cwd:this.context.cwd,stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr,project:o})}};Mh.paths=[["exec"]],Mh.usage=nt.Usage({description:"execute a shell script",details:` + `,examples:[["Print the active configuration settings","$0 config"]]});Ye();jt();Za();var pk={};Vt(pk,{Strategy:()=>m2,acceptedStrategies:()=>O0t,dedupe:()=>N8});Ye();Ye();var Vge=$e(Zo()),m2=(e=>(e.HIGHEST="highest",e))(m2||{}),O0t=new Set(Object.values(m2)),M0t={highest:async(t,e,{resolver:r,fetcher:o,resolveOptions:a,fetchOptions:n})=>{let u=new Map;for(let[p,h]of t.storedResolutions){let E=t.storedDescriptors.get(p);if(typeof E>"u")throw new Error(`Assertion failed: The descriptor (${p}) should have been registered`);_e.getSetWithDefault(u,E.identHash).add(h)}let A=new Map(_e.mapAndFilter(t.storedDescriptors.values(),p=>W.isVirtualDescriptor(p)?_e.mapAndFilter.skip:[p.descriptorHash,_e.makeDeferred()]));for(let p of t.storedDescriptors.values()){let h=A.get(p.descriptorHash);if(typeof h>"u")throw new Error(`Assertion failed: The descriptor (${p.descriptorHash}) should have been registered`);let E=t.storedResolutions.get(p.descriptorHash);if(typeof E>"u")throw new Error(`Assertion failed: The resolution (${p.descriptorHash}) should have been registered`);let I=t.originalPackages.get(E);if(typeof I>"u")throw new Error(`Assertion failed: The package (${E}) should have been registered`);Promise.resolve().then(async()=>{let v=r.getResolutionDependencies(p,a),x=Object.fromEntries(await _e.allSettledSafe(Object.entries(v).map(async([te,ae])=>{let fe=A.get(ae.descriptorHash);if(typeof fe>"u")throw new Error(`Assertion failed: The descriptor (${ae.descriptorHash}) should have been registered`);let ce=await fe.promise;if(!ce)throw new Error("Assertion failed: Expected the dependency to have been through the dedupe process itself");return[te,ce.updatedPackage]})));if(e.length&&!Vge.default.isMatch(W.stringifyIdent(p),e)||!r.shouldPersistResolution(I,a))return I;let C=u.get(p.identHash);if(typeof C>"u")throw new Error(`Assertion failed: The resolutions (${p.identHash}) should have been registered`);if(C.size===1)return I;let R=[...C].map(te=>{let ae=t.originalPackages.get(te);if(typeof ae>"u")throw new Error(`Assertion failed: The package (${te}) should have been registered`);return ae}),L=await r.getSatisfying(p,x,R,a),U=L.locators?.[0];if(typeof U>"u"||!L.sorted)return I;let J=t.originalPackages.get(U.locatorHash);if(typeof J>"u")throw new Error(`Assertion failed: The package (${U.locatorHash}) should have been registered`);return J}).then(async v=>{let x=await t.preparePackage(v,{resolver:r,resolveOptions:a});h.resolve({descriptor:p,currentPackage:I,updatedPackage:v,resolvedPackage:x})}).catch(v=>{h.reject(v)})}return[...A.values()].map(p=>p.promise)}};async function N8(t,{strategy:e,patterns:r,cache:o,report:a}){let{configuration:n}=t,u=new Qi,A=n.makeResolver(),p=n.makeFetcher(),h={cache:o,checksums:t.storedChecksums,fetcher:p,project:t,report:u,cacheOptions:{skipIntegrityCheck:!0}},E={project:t,resolver:A,report:u,fetchOptions:h};return await a.startTimerPromise("Deduplication step",async()=>{let I=M0t[e],v=await I(t,r,{resolver:A,resolveOptions:E,fetcher:p,fetchOptions:h}),x=Xs.progressViaCounter(v.length);await a.reportProgress(x);let C=0;await Promise.all(v.map(U=>U.then(J=>{if(J===null||J.currentPackage.locatorHash===J.updatedPackage.locatorHash)return;C++;let{descriptor:te,currentPackage:ae,updatedPackage:fe}=J;a.reportInfo(0,`${W.prettyDescriptor(n,te)} can be deduped from ${W.prettyLocator(n,ae)} to ${W.prettyLocator(n,fe)}`),a.reportJson({descriptor:W.stringifyDescriptor(te),currentResolution:W.stringifyLocator(ae),updatedResolution:W.stringifyLocator(fe)}),t.storedResolutions.set(te.descriptorHash,fe.locatorHash)}).finally(()=>x.tick())));let R;switch(C){case 0:R="No packages";break;case 1:R="One package";break;default:R=`${C} packages`}let L=de.pretty(n,e,de.Type.CODE);return a.reportInfo(0,`${R} can be deduped using the ${L} strategy`),C})}var Oh=class extends ut{constructor(){super(...arguments);this.strategy=ge.String("-s,--strategy","highest",{description:"The strategy to use when deduping dependencies",validator:Ks(m2)});this.check=ge.Boolean("-c,--check",!1,{description:"Exit with exit code 1 when duplicates are found, without persisting the dependency tree"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.mode=ge.String("--mode",{description:"Change what artifacts installs generate",validator:Ks(pl)});this.patterns=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o}=await Pt.find(r,this.context.cwd),a=await Lr.find(r);await o.restoreInstallState({restoreResolutions:!1});let n=0,u=await Nt.start({configuration:r,includeFooter:!1,stdout:this.context.stdout,json:this.json},async A=>{n=await N8(o,{strategy:this.strategy,patterns:this.patterns,cache:a,report:A})});return u.hasErrors()?u.exitCode():this.check?n?1:0:await o.installWithNewReport({json:this.json,stdout:this.context.stdout},{cache:a,mode:this.mode})}};Oh.paths=[["dedupe"]],Oh.usage=nt.Usage({description:"deduplicate dependencies with overlapping ranges",details:"\n Duplicates are defined as descriptors with overlapping ranges being resolved and locked to different locators. They are a natural consequence of Yarn's deterministic installs, but they can sometimes pile up and unnecessarily increase the size of your project.\n\n This command dedupes dependencies in the current project using different strategies (only one is implemented at the moment):\n\n - `highest`: Reuses (where possible) the locators with the highest versions. This means that dependencies can only be upgraded, never downgraded. It's also guaranteed that it never takes more than a single pass to dedupe the entire dependency tree.\n\n **Note:** Even though it never produces a wrong dependency tree, this command should be used with caution, as it modifies the dependency tree, which can sometimes cause problems when packages don't strictly follow semver recommendations. Because of this, it is recommended to also review the changes manually.\n\n If set, the `-c,--check` flag will only report the found duplicates, without persisting the modified dependency tree. If changes are found, the command will exit with a non-zero exit code, making it suitable for CI purposes.\n\n If the `--mode=` option is set, Yarn will change which artifacts are generated. The modes currently supported are:\n\n - `skip-build` will not run the build scripts at all. Note that this is different from setting `enableScripts` to false because the latter will disable build scripts, and thus affect the content of the artifacts generated on disk, whereas the former will just disable the build step - but not the scripts themselves, which just won't run.\n\n - `update-lockfile` will skip the link step altogether, and only fetch packages that are missing from the lockfile (or that have no associated checksums). This mode is typically used by tools like Renovate or Dependabot to keep a lockfile up-to-date without incurring the full install cost.\n\n This command accepts glob patterns as arguments (if valid Idents and supported by [micromatch](https://github.com/micromatch/micromatch)). Make sure to escape the patterns, to prevent your own shell from trying to expand them.\n\n ### In-depth explanation:\n\n Yarn doesn't deduplicate dependencies by default, otherwise installs wouldn't be deterministic and the lockfile would be useless. What it actually does is that it tries to not duplicate dependencies in the first place.\n\n **Example:** If `foo@^2.3.4` (a dependency of a dependency) has already been resolved to `foo@2.3.4`, running `yarn add foo@*`will cause Yarn to reuse `foo@2.3.4`, even if the latest `foo` is actually `foo@2.10.14`, thus preventing unnecessary duplication.\n\n Duplication happens when Yarn can't unlock dependencies that have already been locked inside the lockfile.\n\n **Example:** If `foo@^2.3.4` (a dependency of a dependency) has already been resolved to `foo@2.3.4`, running `yarn add foo@2.10.14` will cause Yarn to install `foo@2.10.14` because the existing resolution doesn't satisfy the range `2.10.14`. This behavior can lead to (sometimes) unwanted duplication, since now the lockfile contains 2 separate resolutions for the 2 `foo` descriptors, even though they have overlapping ranges, which means that the lockfile can be simplified so that both descriptors resolve to `foo@2.10.14`.\n ",examples:[["Dedupe all packages","$0 dedupe"],["Dedupe all packages using a specific strategy","$0 dedupe --strategy highest"],["Dedupe a specific package","$0 dedupe lodash"],["Dedupe all packages with the `@babel/*` scope","$0 dedupe '@babel/*'"],["Check for duplicates (can be used as a CI step)","$0 dedupe --check"]]});Ye();jt();var Kd=class extends ut{async execute(){let{plugins:e}=await Ke.find(this.context.cwd,this.context.plugins),r=[];for(let u of e){let{commands:A}=u[1];if(A){let h=as.from(A).definitions();r.push([u[0],h])}}let o=this.cli.definitions(),a=(u,A)=>u.split(" ").slice(1).join()===A.split(" ").slice(1).join(),n=Jge()["@yarnpkg/builder"].bundles.standard;for(let u of r){let A=u[1];for(let p of A)o.find(h=>a(h.path,p.path)).plugin={name:u[0],isDefault:n.includes(u[0])}}this.context.stdout.write(`${JSON.stringify(o,null,2)} +`)}};Kd.paths=[["--clipanion=definitions"]];var Vd=class extends ut{async execute(){this.context.stdout.write(this.cli.usage(null))}};Vd.paths=[["help"],["--help"],["-h"]];Ye();St();jt();var mC=class extends ut{constructor(){super(...arguments);this.leadingArgument=ge.String();this.args=ge.Proxy()}async execute(){if(this.leadingArgument.match(/[\\/]/)&&!W.tryParseIdent(this.leadingArgument)){let r=V.resolve(this.context.cwd,ue.toPortablePath(this.leadingArgument));return await this.cli.run(this.args,{cwd:r})}else return await this.cli.run(["run",this.leadingArgument,...this.args])}};Ye();var Jd=class extends ut{async execute(){this.context.stdout.write(`${rn||""} +`)}};Jd.paths=[["-v"],["--version"]];Ye();Ye();jt();var Mh=class extends ut{constructor(){super(...arguments);this.commandName=ge.String();this.args=ge.Proxy()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,locator:a}=await Pt.find(r,this.context.cwd);return await o.restoreInstallState(),await un.executePackageShellcode(a,this.commandName,this.args,{cwd:this.context.cwd,stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr,project:o})}};Mh.paths=[["exec"]],Mh.usage=nt.Usage({description:"execute a shell script",details:` This command simply executes a shell script within the context of the root directory of the active workspace using the portable shell. It also makes sure to call it in a way that's compatible with the current project (for example, on PnP projects the environment will be setup in such a way that PnP will be correctly injected into the environment). - `,examples:[["Execute a single shell command","$0 exec echo Hello World"],["Execute a shell script",'$0 exec "tsc & babel src --out-dir lib"']]});Ye();qt();Za();var Oh=class extends ut{constructor(){super(...arguments);this.hash=ge.String({validator:aP(Ey(),[sI(/^p[0-9a-f]{5}$/)])})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o}=await St.find(r,this.context.cwd);return await o.restoreInstallState({restoreResolutions:!1}),await o.applyLightResolution(),await Y0t(this.hash,o,{stdout:this.context.stdout})}};Oh.paths=[["explain","peer-requirements"]],Oh.usage=nt.Usage({description:"explain a set of peer requirements",details:` + `,examples:[["Execute a single shell command","$0 exec echo Hello World"],["Execute a shell script",'$0 exec "tsc & babel src --out-dir lib"']]});Ye();jt();Za();var Uh=class extends ut{constructor(){super(...arguments);this.hash=ge.String({validator:oS(Cy(),[oI(/^p[0-9a-f]{5}$/)])})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o}=await Pt.find(r,this.context.cwd);return await o.restoreInstallState({restoreResolutions:!1}),await o.applyLightResolution(),await _0t(this.hash,o,{stdout:this.context.stdout})}};Uh.paths=[["explain","peer-requirements"]],Uh.usage=nt.Usage({description:"explain a set of peer requirements",details:` A set of peer requirements represents all peer requirements that a dependent must satisfy when providing a given peer request to a requester and its descendants. When the hash argument is specified, this command prints a detailed explanation of all requirements of the set corresponding to the hash and whether they're satisfied or not. @@ -430,9 +430,9 @@ Try running the command again with the package name prefixed: ${de.pretty(r,"yar When used without arguments, this command lists all sets of peer requirements and the corresponding hash that can be used to get detailed information about a given set. **Note:** A hash is a six-letter p-prefixed code that can be obtained from peer dependency warnings or from the list of all peer requirements (\`yarn explain peer-requirements\`). - `,examples:[["Explain the corresponding set of peer requirements for a hash","$0 explain peer-requirements p1a4ed"],["List all sets of peer requirements","$0 explain peer-requirements"]]});async function Y0t(t,e,r){let o=e.peerWarnings.find(n=>n.hash===t);if(typeof o>"u")throw new Error(`No peerDependency requirements found for hash: "${t}"`);return(await Nt.start({configuration:e.configuration,stdout:r.stdout,includeFooter:!1,includePrefix:!1},async n=>{let u=de.mark(e.configuration);switch(o.type){case 2:{n.reportInfo(0,`We have a problem with ${de.pretty(e.configuration,o.requested,de.Type.IDENT)}, which is provided with version ${W.prettyReference(e.configuration,o.version)}.`),n.reportInfo(0,"It is needed by the following direct dependencies of workspaces in your project:"),n.reportSeparator();for(let h of o.requesters.values()){let E=e.storedPackages.get(h.locatorHash);if(!E)throw new Error("Assertion failed: Expected the package to be registered");let I=E?.peerDependencies.get(o.requested.identHash);if(!I)throw new Error("Assertion failed: Expected the package to list the peer dependency");let v=kr.satisfiesWithPrereleases(o.version,I.range)?u.Check:u.Cross;n.reportInfo(null,` ${v} ${W.prettyLocator(e.configuration,h)} (via ${W.prettyRange(e.configuration,I.range)})`)}let A=[...o.links.values()].filter(h=>!o.requesters.has(h.locatorHash));if(A.length>0){n.reportSeparator(),n.reportInfo(0,`However, those packages themselves have more dependencies listing ${W.prettyIdent(e.configuration,o.requested)} as peer dependency:`),n.reportSeparator();for(let h of A){let E=e.storedPackages.get(h.locatorHash);if(!E)throw new Error("Assertion failed: Expected the package to be registered");let I=E?.peerDependencies.get(o.requested.identHash);if(!I)throw new Error("Assertion failed: Expected the package to list the peer dependency");let v=kr.satisfiesWithPrereleases(o.version,I.range)?u.Check:u.Cross;n.reportInfo(null,` ${v} ${W.prettyLocator(e.configuration,h)} (via ${W.prettyRange(e.configuration,I.range)})`)}}let p=Array.from(o.links.values(),h=>{let E=e.storedPackages.get(h.locatorHash);if(typeof E>"u")throw new Error("Assertion failed: Expected the package to be registered");let I=E.peerDependencies.get(o.requested.identHash);if(typeof I>"u")throw new Error("Assertion failed: Expected the ident to be registered");return I.range});if(p.length>1){let h=kr.simplifyRanges(p);n.reportSeparator(),h===null?(n.reportInfo(0,"Unfortunately, put together, we found no single range that can satisfy all those peer requirements."),n.reportInfo(0,`Your best option may be to try to upgrade some dependencies with ${de.pretty(e.configuration,"yarn up",de.Type.CODE)}, or silence the warning via ${de.pretty(e.configuration,"logFilters",de.Type.CODE)}.`)):n.reportInfo(0,`Put together, the final range we computed is ${de.pretty(e.configuration,h,de.Type.RANGE)}`)}}break;default:n.reportInfo(0,`The ${de.pretty(e.configuration,"yarn explain peer-requirements",de.Type.CODE)} command doesn't support this warning type yet.`);break}})).exitCode()}Ye();qt();Za();Ye();Ye();Pt();qt();var Zge=$e(zn()),Uh=class extends ut{constructor(){super(...arguments);this.useYarnPath=ge.Boolean("--yarn-path",{description:"Set the yarnPath setting even if the version can be accessed by Corepack"});this.onlyIfNeeded=ge.Boolean("--only-if-needed",!1,{description:"Only lock the Yarn version if it isn't already locked"});this.version=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins);if(this.onlyIfNeeded&&r.get("yarnPath")){let A=r.sources.get("yarnPath");if(!A)throw new Error("Assertion failed: Expected 'yarnPath' to have a source");let p=r.projectCwd??r.startingCwd;if(K.contains(p,A))return 0}let o=()=>{if(typeof tn>"u")throw new it("The --install flag can only be used without explicit version specifier from the Yarn CLI");return`file://${process.argv[1]}`},a,n=(A,p)=>({version:p,url:A.replace(/\{\}/g,p)});if(this.version==="self")a={url:o(),version:tn??"self"};else if(this.version==="latest"||this.version==="berry"||this.version==="stable")a=n("https://repo.yarnpkg.com/{}/packages/yarnpkg-cli/bin/yarn.js",await m2(r,"stable"));else if(this.version==="canary")a=n("https://repo.yarnpkg.com/{}/packages/yarnpkg-cli/bin/yarn.js",await m2(r,"canary"));else if(this.version==="classic")a={url:"https://classic.yarnpkg.com/latest.js",version:"classic"};else if(this.version.match(/^https?:/))a={url:this.version,version:"remote"};else if(this.version.match(/^\.{0,2}[\\/]/)||ue.isAbsolute(this.version))a={url:`file://${K.resolve(ue.toPortablePath(this.version))}`,version:"file"};else if(kr.satisfiesWithPrereleases(this.version,">=2.0.0"))a=n("https://repo.yarnpkg.com/{}/packages/yarnpkg-cli/bin/yarn.js",this.version);else if(kr.satisfiesWithPrereleases(this.version,"^0.x || ^1.x"))a=n("https://github.com/yarnpkg/yarn/releases/download/v{}/yarn-{}.js",this.version);else if(kr.validRange(this.version))a=n("https://repo.yarnpkg.com/{}/packages/yarnpkg-cli/bin/yarn.js",await W0t(r,this.version));else throw new it(`Invalid version descriptor "${this.version}"`);return(await Nt.start({configuration:r,stdout:this.context.stdout,includeLogs:!this.context.quiet},async A=>{let p=async()=>{let h="file://";return a.url.startsWith(h)?(A.reportInfo(0,`Retrieving ${de.pretty(r,a.url,de.Type.PATH)}`),await oe.readFilePromise(a.url.slice(h.length))):(A.reportInfo(0,`Downloading ${de.pretty(r,a.url,de.Type.URL)}`),await rn.get(a.url,{configuration:r}))};await O8(r,a.version,p,{report:A,useYarnPath:this.useYarnPath})})).exitCode()}};Uh.paths=[["set","version"]],Uh.usage=nt.Usage({description:"lock the Yarn version used by the project",details:"\n This command will set a specific release of Yarn to be used by Corepack: https://nodejs.org/api/corepack.html.\n\n By default it only will set the `packageManager` field at the root of your project, but if the referenced release cannot be represented this way, if you already have `yarnPath` configured, or if you set the `--yarn-path` command line flag, then the release will also be downloaded from the Yarn GitHub repository, stored inside your project, and referenced via the `yarnPath` settings from your project `.yarnrc.yml` file.\n\n A very good use case for this command is to enforce the version of Yarn used by any single member of your team inside the same project - by doing this you ensure that you have control over Yarn upgrades and downgrades (including on your deployment servers), and get rid of most of the headaches related to someone using a slightly different version and getting different behavior.\n\n The version specifier can be:\n\n - a tag:\n - `latest` / `berry` / `stable` -> the most recent stable berry (`>=2.0.0`) release\n - `canary` -> the most recent canary (release candidate) berry (`>=2.0.0`) release\n - `classic` -> the most recent classic (`^0.x || ^1.x`) release\n\n - a semver range (e.g. `2.x`) -> the most recent version satisfying the range (limited to berry releases)\n\n - a semver version (e.g. `2.4.1`, `1.22.1`)\n\n - a local file referenced through either a relative or absolute path\n\n - `self` -> the version used to invoke the command\n ",examples:[["Download the latest release from the Yarn repository","$0 set version latest"],["Download the latest canary release from the Yarn repository","$0 set version canary"],["Download the latest classic release from the Yarn repository","$0 set version classic"],["Download the most recent Yarn 3 build","$0 set version 3.x"],["Download a specific Yarn 2 build","$0 set version 2.0.0-rc.30"],["Switch back to a specific Yarn 1 release","$0 set version 1.22.1"],["Use a release from the local filesystem","$0 set version ./yarn.cjs"],["Use a release from a URL","$0 set version https://repo.yarnpkg.com/3.1.0/packages/yarnpkg-cli/bin/yarn.js"],["Download the version used to invoke the command","$0 set version self"]]});async function W0t(t,e){let o=(await rn.get("https://repo.yarnpkg.com/tags",{configuration:t,jsonResponse:!0})).tags.filter(a=>kr.satisfiesWithPrereleases(a,e));if(o.length===0)throw new it(`No matching release found for range ${de.pretty(t,e,de.Type.RANGE)}.`);return o[0]}async function m2(t,e){let r=await rn.get("https://repo.yarnpkg.com/tags",{configuration:t,jsonResponse:!0});if(!r.latest[e])throw new it(`Tag ${de.pretty(t,e,de.Type.RANGE)} not found`);return r.latest[e]}async function O8(t,e,r,{report:o,useYarnPath:a}){let n,u=async()=>(typeof n>"u"&&(n=await r()),n);if(e===null){let te=await u();await oe.mktempPromise(async le=>{let pe=K.join(le,"yarn.cjs");await oe.writeFilePromise(pe,te);let{stdout:Ae}=await Ur.execvp(process.execPath,[ue.fromPortablePath(pe),"--version"],{cwd:le,env:{...t.env,YARN_IGNORE_PATH:"1"}});if(e=Ae.trim(),!Zge.default.valid(e))throw new Error(`Invalid semver version. ${de.pretty(t,"yarn --version",de.Type.CODE)} returned: -${e}`)})}let A=t.projectCwd??t.startingCwd,p=K.resolve(A,".yarn/releases"),h=K.resolve(p,`yarn-${e}.cjs`),E=K.relative(t.startingCwd,h),I=je.isTaggedYarnVersion(e),v=t.get("yarnPath"),b=!I,C=b||!!v||!!a;if(a===!1){if(b)throw new zt(0,"You explicitly opted out of yarnPath usage in your command line, but the version you specified cannot be represented by Corepack");C=!1}else!C&&!process.env.COREPACK_ROOT&&(o.reportWarning(0,`You don't seem to have ${de.applyHyperlink(t,"Corepack","https://nodejs.org/api/corepack.html")} enabled; we'll have to rely on ${de.applyHyperlink(t,"yarnPath","https://yarnpkg.com/configuration/yarnrc#yarnPath")} instead`),C=!0);if(C){let te=await u();o.reportInfo(0,`Saving the new release in ${de.pretty(t,E,"magenta")}`),await oe.removePromise(K.dirname(h)),await oe.mkdirPromise(K.dirname(h),{recursive:!0}),await oe.writeFilePromise(h,te,{mode:493}),await Ve.updateConfiguration(A,{yarnPath:K.relative(A,h)})}else await oe.removePromise(K.dirname(h)),await Ve.updateConfiguration(A,{yarnPath:Ve.deleteProperty});let T=await Mt.tryFind(A)||new Mt;T.packageManager=`yarn@${I?e:await m2(t,"stable")}`;let L={};T.exportTo(L);let U=K.join(A,Mt.fileName),J=`${JSON.stringify(L,null,T.indent)} -`;return await oe.changeFilePromise(U,J,{automaticNewlines:!0}),{bundleVersion:e}}function $ge(t){return wr[fP(t)]}var V0t=/## (?YN[0-9]{4}) - `(?[A-Z_]+)`\n\n(?
(?:.(?!##))+)/gs;async function K0t(t){let r=`https://repo.yarnpkg.com/${je.isTaggedYarnVersion(tn)?tn:await m2(t,"canary")}/packages/gatsby/content/advanced/error-codes.md`,o=await rn.get(r,{configuration:t});return new Map(Array.from(o.toString().matchAll(V0t),({groups:a})=>{if(!a)throw new Error("Assertion failed: Expected the match to have been successful");let n=$ge(a.code);if(a.name!==n)throw new Error(`Assertion failed: Invalid error code data: Expected "${a.name}" to be named "${n}"`);return[a.code,a.details]}))}var _h=class extends ut{constructor(){super(...arguments);this.code=ge.String({required:!1,validator:oI(Ey(),[sI(/^YN[0-9]{4}$/)])});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins);if(typeof this.code<"u"){let o=$ge(this.code),a=de.pretty(r,o,de.Type.CODE),n=this.cli.format().header(`${this.code} - ${a}`),A=(await K0t(r)).get(this.code),p=typeof A<"u"?de.jsonOrPretty(this.json,r,de.tuple(de.Type.MARKDOWN,{text:A,format:this.cli.format(),paragraphs:!0})):`This error code does not have a description. + `,examples:[["Explain the corresponding set of peer requirements for a hash","$0 explain peer-requirements p1a4ed"],["List all sets of peer requirements","$0 explain peer-requirements"]]});async function _0t(t,e,r){let o=e.peerWarnings.find(n=>n.hash===t);if(typeof o>"u")throw new Error(`No peerDependency requirements found for hash: "${t}"`);return(await Nt.start({configuration:e.configuration,stdout:r.stdout,includeFooter:!1,includePrefix:!1},async n=>{let u=de.mark(e.configuration);switch(o.type){case 2:{n.reportInfo(0,`We have a problem with ${de.pretty(e.configuration,o.requested,de.Type.IDENT)}, which is provided with version ${W.prettyReference(e.configuration,o.version)}.`),n.reportInfo(0,"It is needed by the following direct dependencies of workspaces in your project:"),n.reportSeparator();for(let h of o.requesters.values()){let E=e.storedPackages.get(h.locatorHash);if(!E)throw new Error("Assertion failed: Expected the package to be registered");let I=E?.peerDependencies.get(o.requested.identHash);if(!I)throw new Error("Assertion failed: Expected the package to list the peer dependency");let v=kr.satisfiesWithPrereleases(o.version,I.range)?u.Check:u.Cross;n.reportInfo(null,` ${v} ${W.prettyLocator(e.configuration,h)} (via ${W.prettyRange(e.configuration,I.range)})`)}let A=[...o.links.values()].filter(h=>!o.requesters.has(h.locatorHash));if(A.length>0){n.reportSeparator(),n.reportInfo(0,`However, those packages themselves have more dependencies listing ${W.prettyIdent(e.configuration,o.requested)} as peer dependency:`),n.reportSeparator();for(let h of A){let E=e.storedPackages.get(h.locatorHash);if(!E)throw new Error("Assertion failed: Expected the package to be registered");let I=E?.peerDependencies.get(o.requested.identHash);if(!I)throw new Error("Assertion failed: Expected the package to list the peer dependency");let v=kr.satisfiesWithPrereleases(o.version,I.range)?u.Check:u.Cross;n.reportInfo(null,` ${v} ${W.prettyLocator(e.configuration,h)} (via ${W.prettyRange(e.configuration,I.range)})`)}}let p=Array.from(o.links.values(),h=>{let E=e.storedPackages.get(h.locatorHash);if(typeof E>"u")throw new Error("Assertion failed: Expected the package to be registered");let I=E.peerDependencies.get(o.requested.identHash);if(typeof I>"u")throw new Error("Assertion failed: Expected the ident to be registered");return I.range});if(p.length>1){let h=kr.simplifyRanges(p);n.reportSeparator(),h===null?(n.reportInfo(0,"Unfortunately, put together, we found no single range that can satisfy all those peer requirements."),n.reportInfo(0,`Your best option may be to try to upgrade some dependencies with ${de.pretty(e.configuration,"yarn up",de.Type.CODE)}, or silence the warning via ${de.pretty(e.configuration,"logFilters",de.Type.CODE)}.`)):n.reportInfo(0,`Put together, the final range we computed is ${de.pretty(e.configuration,h,de.Type.RANGE)}`)}}break;default:n.reportInfo(0,`The ${de.pretty(e.configuration,"yarn explain peer-requirements",de.Type.CODE)} command doesn't support this warning type yet.`);break}})).exitCode()}Ye();jt();Za();Ye();Ye();St();jt();var zge=$e(zn()),_h=class extends ut{constructor(){super(...arguments);this.useYarnPath=ge.Boolean("--yarn-path",{description:"Set the yarnPath setting even if the version can be accessed by Corepack"});this.onlyIfNeeded=ge.Boolean("--only-if-needed",!1,{description:"Only lock the Yarn version if it isn't already locked"});this.version=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins);if(this.onlyIfNeeded&&r.get("yarnPath")){let A=r.sources.get("yarnPath");if(!A)throw new Error("Assertion failed: Expected 'yarnPath' to have a source");let p=r.projectCwd??r.startingCwd;if(V.contains(p,A))return 0}let o=()=>{if(typeof rn>"u")throw new it("The --install flag can only be used without explicit version specifier from the Yarn CLI");return`file://${process.argv[1]}`},a,n=(A,p)=>({version:p,url:A.replace(/\{\}/g,p)});if(this.version==="self")a={url:o(),version:rn??"self"};else if(this.version==="latest"||this.version==="berry"||this.version==="stable")a=n("https://repo.yarnpkg.com/{}/packages/yarnpkg-cli/bin/yarn.js",await y2(r,"stable"));else if(this.version==="canary")a=n("https://repo.yarnpkg.com/{}/packages/yarnpkg-cli/bin/yarn.js",await y2(r,"canary"));else if(this.version==="classic")a={url:"https://classic.yarnpkg.com/latest.js",version:"classic"};else if(this.version.match(/^https?:/))a={url:this.version,version:"remote"};else if(this.version.match(/^\.{0,2}[\\/]/)||ue.isAbsolute(this.version))a={url:`file://${V.resolve(ue.toPortablePath(this.version))}`,version:"file"};else if(kr.satisfiesWithPrereleases(this.version,">=2.0.0"))a=n("https://repo.yarnpkg.com/{}/packages/yarnpkg-cli/bin/yarn.js",this.version);else if(kr.satisfiesWithPrereleases(this.version,"^0.x || ^1.x"))a=n("https://github.com/yarnpkg/yarn/releases/download/v{}/yarn-{}.js",this.version);else if(kr.validRange(this.version))a=n("https://repo.yarnpkg.com/{}/packages/yarnpkg-cli/bin/yarn.js",await H0t(r,this.version));else throw new it(`Invalid version descriptor "${this.version}"`);return(await Nt.start({configuration:r,stdout:this.context.stdout,includeLogs:!this.context.quiet},async A=>{let p=async()=>{let h="file://";return a.url.startsWith(h)?(A.reportInfo(0,`Retrieving ${de.pretty(r,a.url,de.Type.PATH)}`),await oe.readFilePromise(a.url.slice(h.length))):(A.reportInfo(0,`Downloading ${de.pretty(r,a.url,de.Type.URL)}`),await nn.get(a.url,{configuration:r}))};await L8(r,a.version,p,{report:A,useYarnPath:this.useYarnPath})})).exitCode()}};_h.paths=[["set","version"]],_h.usage=nt.Usage({description:"lock the Yarn version used by the project",details:"\n This command will set a specific release of Yarn to be used by Corepack: https://nodejs.org/api/corepack.html.\n\n By default it only will set the `packageManager` field at the root of your project, but if the referenced release cannot be represented this way, if you already have `yarnPath` configured, or if you set the `--yarn-path` command line flag, then the release will also be downloaded from the Yarn GitHub repository, stored inside your project, and referenced via the `yarnPath` settings from your project `.yarnrc.yml` file.\n\n A very good use case for this command is to enforce the version of Yarn used by any single member of your team inside the same project - by doing this you ensure that you have control over Yarn upgrades and downgrades (including on your deployment servers), and get rid of most of the headaches related to someone using a slightly different version and getting different behavior.\n\n The version specifier can be:\n\n - a tag:\n - `latest` / `berry` / `stable` -> the most recent stable berry (`>=2.0.0`) release\n - `canary` -> the most recent canary (release candidate) berry (`>=2.0.0`) release\n - `classic` -> the most recent classic (`^0.x || ^1.x`) release\n\n - a semver range (e.g. `2.x`) -> the most recent version satisfying the range (limited to berry releases)\n\n - a semver version (e.g. `2.4.1`, `1.22.1`)\n\n - a local file referenced through either a relative or absolute path\n\n - `self` -> the version used to invoke the command\n ",examples:[["Download the latest release from the Yarn repository","$0 set version latest"],["Download the latest canary release from the Yarn repository","$0 set version canary"],["Download the latest classic release from the Yarn repository","$0 set version classic"],["Download the most recent Yarn 3 build","$0 set version 3.x"],["Download a specific Yarn 2 build","$0 set version 2.0.0-rc.30"],["Switch back to a specific Yarn 1 release","$0 set version 1.22.1"],["Use a release from the local filesystem","$0 set version ./yarn.cjs"],["Use a release from a URL","$0 set version https://repo.yarnpkg.com/3.1.0/packages/yarnpkg-cli/bin/yarn.js"],["Download the version used to invoke the command","$0 set version self"]]});async function H0t(t,e){let o=(await nn.get("https://repo.yarnpkg.com/tags",{configuration:t,jsonResponse:!0})).tags.filter(a=>kr.satisfiesWithPrereleases(a,e));if(o.length===0)throw new it(`No matching release found for range ${de.pretty(t,e,de.Type.RANGE)}.`);return o[0]}async function y2(t,e){let r=await nn.get("https://repo.yarnpkg.com/tags",{configuration:t,jsonResponse:!0});if(!r.latest[e])throw new it(`Tag ${de.pretty(t,e,de.Type.RANGE)} not found`);return r.latest[e]}async function L8(t,e,r,{report:o,useYarnPath:a}){let n,u=async()=>(typeof n>"u"&&(n=await r()),n);if(e===null){let te=await u();await oe.mktempPromise(async ae=>{let fe=V.join(ae,"yarn.cjs");await oe.writeFilePromise(fe,te);let{stdout:ce}=await Ur.execvp(process.execPath,[ue.fromPortablePath(fe),"--version"],{cwd:ae,env:{...t.env,YARN_IGNORE_PATH:"1"}});if(e=ce.trim(),!zge.default.valid(e))throw new Error(`Invalid semver version. ${de.pretty(t,"yarn --version",de.Type.CODE)} returned: +${e}`)})}let A=t.projectCwd??t.startingCwd,p=V.resolve(A,".yarn/releases"),h=V.resolve(p,`yarn-${e}.cjs`),E=V.relative(t.startingCwd,h),I=_e.isTaggedYarnVersion(e),v=t.get("yarnPath"),x=!I,C=x||!!v||!!a;if(a===!1){if(x)throw new zt(0,"You explicitly opted out of yarnPath usage in your command line, but the version you specified cannot be represented by Corepack");C=!1}else!C&&!process.env.COREPACK_ROOT&&(o.reportWarning(0,`You don't seem to have ${de.applyHyperlink(t,"Corepack","https://nodejs.org/api/corepack.html")} enabled; we'll have to rely on ${de.applyHyperlink(t,"yarnPath","https://yarnpkg.com/configuration/yarnrc#yarnPath")} instead`),C=!0);if(C){let te=await u();o.reportInfo(0,`Saving the new release in ${de.pretty(t,E,"magenta")}`),await oe.removePromise(V.dirname(h)),await oe.mkdirPromise(V.dirname(h),{recursive:!0}),await oe.writeFilePromise(h,te,{mode:493}),await Ke.updateConfiguration(A,{yarnPath:V.relative(A,h)})}else await oe.removePromise(V.dirname(h)),await Ke.updateConfiguration(A,{yarnPath:Ke.deleteProperty});let R=await Ot.tryFind(A)||new Ot;R.packageManager=`yarn@${I?e:await y2(t,"stable")}`;let L={};R.exportTo(L);let U=V.join(A,Ot.fileName),J=`${JSON.stringify(L,null,R.indent)} +`;return await oe.changeFilePromise(U,J,{automaticNewlines:!0}),{bundleVersion:e}}function Xge(t){return wr[AS(t)]}var j0t=/## (?YN[0-9]{4}) - `(?[A-Z_]+)`\n\n(?
(?:.(?!##))+)/gs;async function G0t(t){let r=`https://repo.yarnpkg.com/${_e.isTaggedYarnVersion(rn)?rn:await y2(t,"canary")}/packages/gatsby/content/advanced/error-codes.md`,o=await nn.get(r,{configuration:t});return new Map(Array.from(o.toString().matchAll(j0t),({groups:a})=>{if(!a)throw new Error("Assertion failed: Expected the match to have been successful");let n=Xge(a.code);if(a.name!==n)throw new Error(`Assertion failed: Invalid error code data: Expected "${a.name}" to be named "${n}"`);return[a.code,a.details]}))}var Hh=class extends ut{constructor(){super(...arguments);this.code=ge.String({required:!1,validator:aI(Cy(),[oI(/^YN[0-9]{4}$/)])});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins);if(typeof this.code<"u"){let o=Xge(this.code),a=de.pretty(r,o,de.Type.CODE),n=this.cli.format().header(`${this.code} - ${a}`),A=(await G0t(r)).get(this.code),p=typeof A<"u"?de.jsonOrPretty(this.json,r,de.tuple(de.Type.MARKDOWN,{text:A,format:this.cli.format(),paragraphs:!0})):`This error code does not have a description. You can help us by editing this page on GitHub \u{1F642}: ${de.jsonOrPretty(this.json,r,de.tuple(de.Type.URL,"https://github.com/yarnpkg/berry/blob/master/packages/gatsby/content/advanced/error-codes.md"))} @@ -440,25 +440,25 @@ ${de.jsonOrPretty(this.json,r,de.tuple(de.Type.URL,"https://github.com/yarnpkg/b `):this.context.stdout.write(`${n} ${p} -`)}else{let o={children:je.mapAndFilter(Object.entries(wr),([a,n])=>Number.isNaN(Number(a))?je.mapAndFilter.skip:{label:Wu(Number(a)),value:de.tuple(de.Type.CODE,n)})};$s.emitTree(o,{configuration:r,stdout:this.context.stdout,json:this.json})}}};_h.paths=[["explain"]],_h.usage=nt.Usage({description:"explain an error code",details:` +`)}else{let o={children:_e.mapAndFilter(Object.entries(wr),([a,n])=>Number.isNaN(Number(a))?_e.mapAndFilter.skip:{label:Wu(Number(a)),value:de.tuple(de.Type.CODE,n)})};$s.emitTree(o,{configuration:r,stdout:this.context.stdout,json:this.json})}}};Hh.paths=[["explain"]],Hh.usage=nt.Usage({description:"explain an error code",details:` When the code argument is specified, this command prints its name and its details. When used without arguments, this command lists all error codes and their names. - `,examples:[["Explain an error code","$0 explain YN0006"],["List all error codes","$0 explain"]]});Ye();Pt();qt();var ede=$e(Zo()),Hh=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Print versions of a package from the whole project"});this.recursive=ge.Boolean("-R,--recursive",!1,{description:"Print information for all packages, including transitive dependencies"});this.extra=ge.Array("-X,--extra",[],{description:"An array of requests of extra data provided by plugins"});this.cache=ge.Boolean("--cache",!1,{description:"Print information about the cache entry of a package (path, size, checksum)"});this.dependents=ge.Boolean("--dependents",!1,{description:"Print all dependents for each matching package"});this.manifest=ge.Boolean("--manifest",!1,{description:"Print data obtained by looking at the package archive (license, homepage, ...)"});this.nameOnly=ge.Boolean("--name-only",!1,{description:"Only print the name for the matching packages"});this.virtuals=ge.Boolean("--virtuals",!1,{description:"Print each instance of the virtual packages"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.patterns=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a&&!this.all)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let u=new Set(this.extra);this.cache&&u.add("cache"),this.dependents&&u.add("dependents"),this.manifest&&u.add("manifest");let A=(le,{recursive:pe})=>{let Ae=le.anchoredLocator.locatorHash,ye=new Map,ae=[Ae];for(;ae.length>0;){let we=ae.shift();if(ye.has(we))continue;let Pe=o.storedPackages.get(we);if(typeof Pe>"u")throw new Error("Assertion failed: Expected the package to be registered");if(ye.set(we,Pe),W.isVirtualLocator(Pe)&&ae.push(W.devirtualizeLocator(Pe).locatorHash),!(!pe&&we!==Ae))for(let g of Pe.dependencies.values()){let Ee=o.storedResolutions.get(g.descriptorHash);if(typeof Ee>"u")throw new Error("Assertion failed: Expected the resolution to be registered");ae.push(Ee)}}return ye.values()},p=({recursive:le})=>{let pe=new Map;for(let Ae of o.workspaces)for(let ye of A(Ae,{recursive:le}))pe.set(ye.locatorHash,ye);return pe.values()},h=({all:le,recursive:pe})=>le&&pe?o.storedPackages.values():le?p({recursive:pe}):A(a,{recursive:pe}),E=({all:le,recursive:pe})=>{let Ae=h({all:le,recursive:pe}),ye=this.patterns.map(Pe=>{let g=W.parseLocator(Pe),Ee=ede.default.makeRe(W.stringifyIdent(g)),De=W.isVirtualLocator(g),ce=De?W.devirtualizeLocator(g):g;return ne=>{let ee=W.stringifyIdent(ne);if(!Ee.test(ee))return!1;if(g.reference==="unknown")return!0;let Ie=W.isVirtualLocator(ne),ke=Ie?W.devirtualizeLocator(ne):ne;return!(De&&Ie&&g.reference!==ne.reference||ce.reference!==ke.reference)}}),ae=je.sortMap([...Ae],Pe=>W.stringifyLocator(Pe));return{selection:ae.filter(Pe=>ye.length===0||ye.some(g=>g(Pe))),sortedLookup:ae}},{selection:I,sortedLookup:v}=E({all:this.all,recursive:this.recursive});if(I.length===0)throw new it("No package matched your request");let b=new Map;if(this.dependents)for(let le of v)for(let pe of le.dependencies.values()){let Ae=o.storedResolutions.get(pe.descriptorHash);if(typeof Ae>"u")throw new Error("Assertion failed: Expected the resolution to be registered");je.getArrayWithDefault(b,Ae).push(le)}let C=new Map;for(let le of v){if(!W.isVirtualLocator(le))continue;let pe=W.devirtualizeLocator(le);je.getArrayWithDefault(C,pe.locatorHash).push(le)}let T={},L={children:T},U=r.makeFetcher(),J={project:o,fetcher:U,cache:n,checksums:o.storedChecksums,report:new Qi,cacheOptions:{skipIntegrityCheck:!0}},te=[async(le,pe,Ae)=>{if(!pe.has("manifest"))return;let ye=await U.fetch(le,J),ae;try{ae=await Mt.find(ye.prefixPath,{baseFs:ye.packageFs})}finally{ye.releaseFs?.()}Ae("Manifest",{License:de.tuple(de.Type.NO_HINT,ae.license),Homepage:de.tuple(de.Type.URL,ae.raw.homepage??null)})},async(le,pe,Ae)=>{if(!pe.has("cache"))return;let ye=o.storedChecksums.get(le.locatorHash)??null,ae=n.getLocatorPath(le,ye),we;if(ae!==null)try{we=await oe.statPromise(ae)}catch{}let Pe=typeof we<"u"?[we.size,de.Type.SIZE]:void 0;Ae("Cache",{Checksum:de.tuple(de.Type.NO_HINT,ye),Path:de.tuple(de.Type.PATH,ae),Size:Pe})}];for(let le of I){let pe=W.isVirtualLocator(le);if(!this.virtuals&&pe)continue;let Ae={},ye={value:[le,de.Type.LOCATOR],children:Ae};if(T[W.stringifyLocator(le)]=ye,this.nameOnly){delete ye.children;continue}let ae=C.get(le.locatorHash);typeof ae<"u"&&(Ae.Instances={label:"Instances",value:de.tuple(de.Type.NUMBER,ae.length)}),Ae.Version={label:"Version",value:de.tuple(de.Type.NO_HINT,le.version)};let we=(g,Ee)=>{let De={};if(Ae[g]=De,Array.isArray(Ee))De.children=Ee.map(ce=>({value:ce}));else{let ce={};De.children=ce;for(let[ne,ee]of Object.entries(Ee))typeof ee>"u"||(ce[ne]={label:ne,value:ee})}};if(!pe){for(let g of te)await g(le,u,we);await r.triggerHook(g=>g.fetchPackageInfo,le,u,we)}le.bin.size>0&&!pe&&we("Exported Binaries",[...le.bin.keys()].map(g=>de.tuple(de.Type.PATH,g)));let Pe=b.get(le.locatorHash);typeof Pe<"u"&&Pe.length>0&&we("Dependents",Pe.map(g=>de.tuple(de.Type.LOCATOR,g))),le.dependencies.size>0&&!pe&&we("Dependencies",[...le.dependencies.values()].map(g=>{let Ee=o.storedResolutions.get(g.descriptorHash),De=typeof Ee<"u"?o.storedPackages.get(Ee)??null:null;return de.tuple(de.Type.RESOLUTION,{descriptor:g,locator:De})})),le.peerDependencies.size>0&&pe&&we("Peer dependencies",[...le.peerDependencies.values()].map(g=>{let Ee=le.dependencies.get(g.identHash),De=typeof Ee<"u"?o.storedResolutions.get(Ee.descriptorHash)??null:null,ce=De!==null?o.storedPackages.get(De)??null:null;return de.tuple(de.Type.RESOLUTION,{descriptor:g,locator:ce})}))}$s.emitTree(L,{configuration:r,json:this.json,stdout:this.context.stdout,separators:this.nameOnly?0:2})}};Hh.paths=[["info"]],Hh.usage=nt.Usage({description:"see information related to packages",details:"\n This command prints various information related to the specified packages, accepting glob patterns.\n\n By default, if the locator reference is missing, Yarn will default to print the information about all the matching direct dependencies of the package for the active workspace. To instead print all versions of the package that are direct dependencies of any of your workspaces, use the `-A,--all` flag. Adding the `-R,--recursive` flag will also report transitive dependencies.\n\n Some fields will be hidden by default in order to keep the output readable, but can be selectively displayed by using additional options (`--dependents`, `--manifest`, `--virtuals`, ...) described in the option descriptions.\n\n Note that this command will only print the information directly related to the selected packages - if you wish to know why the package is there in the first place, use `yarn why` which will do just that (it also provides a `-R,--recursive` flag that may be of some help).\n ",examples:[["Show information about Lodash","$0 info lodash"]]});Ye();Pt();Nl();var dk=$e(ed());qt();var U8=$e(zn());Za();var J0t=[{selector:t=>t===-1,name:"nodeLinker",value:"node-modules"},{selector:t=>t!==-1&&t<8,name:"enableGlobalCache",value:!1},{selector:t=>t!==-1&&t<8,name:"compressionLevel",value:"mixed"}],jh=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.immutable=ge.Boolean("--immutable",{description:"Abort with an error exit code if the lockfile was to be modified"});this.immutableCache=ge.Boolean("--immutable-cache",{description:"Abort with an error exit code if the cache folder was to be modified"});this.refreshLockfile=ge.Boolean("--refresh-lockfile",{description:"Refresh the package metadata stored in the lockfile"});this.checkCache=ge.Boolean("--check-cache",{description:"Always refetch the packages and ensure that their checksums are consistent"});this.checkResolutions=ge.Boolean("--check-resolutions",{description:"Validates that the package resolutions are coherent"});this.inlineBuilds=ge.Boolean("--inline-builds",{description:"Verbosely print the output of the build steps of dependencies"});this.mode=ge.String("--mode",{description:"Change what artifacts installs generate",validator:Vs(pl)});this.cacheFolder=ge.String("--cache-folder",{hidden:!0});this.frozenLockfile=ge.Boolean("--frozen-lockfile",{hidden:!0});this.ignoreEngines=ge.Boolean("--ignore-engines",{hidden:!0});this.nonInteractive=ge.Boolean("--non-interactive",{hidden:!0});this.preferOffline=ge.Boolean("--prefer-offline",{hidden:!0});this.production=ge.Boolean("--production",{hidden:!0});this.registry=ge.String("--registry",{hidden:!0});this.silent=ge.Boolean("--silent",{hidden:!0});this.networkTimeout=ge.String("--network-timeout",{hidden:!0})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins);typeof this.inlineBuilds<"u"&&r.useWithSource("",{enableInlineBuilds:this.inlineBuilds},r.startingCwd,{overwrite:!0});let o=!!process.env.FUNCTION_TARGET||!!process.env.GOOGLE_RUNTIME,a=await NE({configuration:r,stdout:this.context.stdout},[{option:this.ignoreEngines,message:"The --ignore-engines option is deprecated; engine checking isn't a core feature anymore",error:!dk.default.VERCEL},{option:this.registry,message:"The --registry option is deprecated; prefer setting npmRegistryServer in your .yarnrc.yml file"},{option:this.preferOffline,message:"The --prefer-offline flag is deprecated; use the --cached flag with 'yarn add' instead",error:!dk.default.VERCEL},{option:this.production,message:"The --production option is deprecated on 'install'; use 'yarn workspaces focus' instead",error:!0},{option:this.nonInteractive,message:"The --non-interactive option is deprecated",error:!o},{option:this.frozenLockfile,message:"The --frozen-lockfile option is deprecated; use --immutable and/or --immutable-cache instead",callback:()=>this.immutable=this.frozenLockfile},{option:this.cacheFolder,message:"The cache-folder option has been deprecated; use rc settings instead",error:!dk.default.NETLIFY}]);if(a!==null)return a;let n=this.mode==="update-lockfile";if(n&&(this.immutable||this.immutableCache))throw new it(`${de.pretty(r,"--immutable",de.Type.CODE)} and ${de.pretty(r,"--immutable-cache",de.Type.CODE)} cannot be used with ${de.pretty(r,"--mode=update-lockfile",de.Type.CODE)}`);let u=(this.immutable??r.get("enableImmutableInstalls"))&&!n,A=this.immutableCache&&!n;if(r.projectCwd!==null){let T=await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,includeFooter:!1},async L=>{let U=!1;await Z0t(r,u)&&(L.reportInfo(48,"Automatically removed core plugins that are now builtins \u{1F44D}"),U=!0),await X0t(r,u)&&(L.reportInfo(48,"Automatically fixed merge conflicts \u{1F44D}"),U=!0),U&&L.reportSeparator()});if(T.hasErrors())return T.exitCode()}if(r.projectCwd!==null){let T=await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,includeFooter:!1},async L=>{if(Ve.telemetry?.isNew)Ve.telemetry.commitTips(),L.reportInfo(65,"Yarn will periodically gather anonymous telemetry: https://yarnpkg.com/advanced/telemetry"),L.reportInfo(65,`Run ${de.pretty(r,"yarn config set --home enableTelemetry 0",de.Type.CODE)} to disable`),L.reportSeparator();else if(Ve.telemetry?.shouldShowTips){let U=await rn.get("https://repo.yarnpkg.com/tags",{configuration:r,jsonResponse:!0}).catch(()=>null);if(U!==null){let J=null;if(tn!==null){let le=U8.default.prerelease(tn)?"canary":"stable",pe=U.latest[le];U8.default.gt(pe,tn)&&(J=[le,pe])}if(J)Ve.telemetry.commitTips(),L.reportInfo(88,`${de.applyStyle(r,`A new ${J[0]} version of Yarn is available:`,de.Style.BOLD)} ${W.prettyReference(r,J[1])}!`),L.reportInfo(88,`Upgrade now by running ${de.pretty(r,`yarn set version ${J[1]}`,de.Type.CODE)}`),L.reportSeparator();else{let te=Ve.telemetry.selectTip(U.tips);te&&(L.reportInfo(89,de.pretty(r,te.message,de.Type.MARKDOWN_INLINE)),te.url&&L.reportInfo(89,`Learn more at ${te.url}`),L.reportSeparator())}}}});if(T.hasErrors())return T.exitCode()}let{project:p,workspace:h}=await St.find(r,this.context.cwd),E=p.lockfileLastVersion;if(E!==null){let T=await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,includeFooter:!1},async L=>{let U={};for(let J of J0t)J.selector(E)&&typeof r.sources.get(J.name)>"u"&&(r.use("",{[J.name]:J.value},p.cwd,{overwrite:!0}),U[J.name]=J.value);Object.keys(U).length>0&&(await Ve.updateConfiguration(p.cwd,U),L.reportInfo(87,"Migrated your project to the latest Yarn version \u{1F680}"),L.reportSeparator())});if(T.hasErrors())return T.exitCode()}let I=await Lr.find(r,{immutable:A,check:this.checkCache});if(!h)throw new rr(p.cwd,this.context.cwd);await p.restoreInstallState({restoreResolutions:!1});let v=r.get("enableHardenedMode");v&&typeof r.sources.get("enableHardenedMode")>"u"&&await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,includeFooter:!1},async T=>{T.reportWarning(0,"Yarn detected that the current workflow is executed from a public pull request. For safety the hardened mode has been enabled."),T.reportWarning(0,`It will prevent malicious lockfile manipulations, in exchange for a slower install time. You can opt-out if necessary; check our ${de.applyHyperlink(r,"documentation","https://yarnpkg.com/features/security#hardened-mode")} for more details.`),T.reportSeparator()}),(this.refreshLockfile??v)&&(p.lockfileNeedsRefresh=!0);let b=this.checkResolutions??v;return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,forceSectionAlignment:!0,includeLogs:!0,includeVersion:!0},async T=>{await p.install({cache:I,report:T,immutable:u,checkResolutions:b,mode:this.mode})})).exitCode()}};jh.paths=[["install"],nt.Default],jh.usage=nt.Usage({description:"install the project dependencies",details:"\n This command sets up your project if needed. The installation is split into four different steps that each have their own characteristics:\n\n - **Resolution:** First the package manager will resolve your dependencies. The exact way a dependency version is privileged over another isn't standardized outside of the regular semver guarantees. If a package doesn't resolve to what you would expect, check that all dependencies are correctly declared (also check our website for more information: ).\n\n - **Fetch:** Then we download all the dependencies if needed, and make sure that they're all stored within our cache (check the value of `cacheFolder` in `yarn config` to see where the cache files are stored).\n\n - **Link:** Then we send the dependency tree information to internal plugins tasked with writing them on the disk in some form (for example by generating the .pnp.cjs file you might know).\n\n - **Build:** Once the dependency tree has been written on the disk, the package manager will now be free to run the build scripts for all packages that might need it, in a topological order compatible with the way they depend on one another. See https://yarnpkg.com/advanced/lifecycle-scripts for detail.\n\n Note that running this command is not part of the recommended workflow. Yarn supports zero-installs, which means that as long as you store your cache and your .pnp.cjs file inside your repository, everything will work without requiring any install right after cloning your repository or switching branches.\n\n If the `--immutable` option is set (defaults to true on CI), Yarn will abort with an error exit code if the lockfile was to be modified (other paths can be added using the `immutablePatterns` configuration setting). For backward compatibility we offer an alias under the name of `--frozen-lockfile`, but it will be removed in a later release.\n\n If the `--immutable-cache` option is set, Yarn will abort with an error exit code if the cache folder was to be modified (either because files would be added, or because they'd be removed).\n\n If the `--refresh-lockfile` option is set, Yarn will keep the same resolution for the packages currently in the lockfile but will refresh their metadata. If used together with `--immutable`, it can validate that the lockfile information are consistent. This flag is enabled by default when Yarn detects it runs within a pull request context.\n\n If the `--check-cache` option is set, Yarn will always refetch the packages and will ensure that their checksum matches what's 1/ described in the lockfile 2/ inside the existing cache files (if present). This is recommended as part of your CI workflow if you're both following the Zero-Installs model and accepting PRs from third-parties, as they'd otherwise have the ability to alter the checked-in packages before submitting them.\n\n If the `--inline-builds` option is set, Yarn will verbosely print the output of the build steps of your dependencies (instead of writing them into individual files). This is likely useful mostly for debug purposes only when using Docker-like environments.\n\n If the `--mode=` option is set, Yarn will change which artifacts are generated. The modes currently supported are:\n\n - `skip-build` will not run the build scripts at all. Note that this is different from setting `enableScripts` to false because the latter will disable build scripts, and thus affect the content of the artifacts generated on disk, whereas the former will just disable the build step - but not the scripts themselves, which just won't run.\n\n - `update-lockfile` will skip the link step altogether, and only fetch packages that are missing from the lockfile (or that have no associated checksums). This mode is typically used by tools like Renovate or Dependabot to keep a lockfile up-to-date without incurring the full install cost.\n ",examples:[["Install the project","$0 install"],["Validate a project when using Zero-Installs","$0 install --immutable --immutable-cache"],["Validate a project when using Zero-Installs (slightly safer if you accept external PRs)","$0 install --immutable --immutable-cache --check-cache"]]});var z0t="<<<<<<<";async function X0t(t,e){if(!t.projectCwd)return!1;let r=K.join(t.projectCwd,dr.lockfile);if(!await oe.existsPromise(r)||!(await oe.readFilePromise(r,"utf8")).includes(z0t))return!1;if(e)throw new zt(47,"Cannot autofix a lockfile when running an immutable install");let a=await Ur.execvp("git",["rev-parse","MERGE_HEAD","HEAD"],{cwd:t.projectCwd});if(a.code!==0&&(a=await Ur.execvp("git",["rev-parse","REBASE_HEAD","HEAD"],{cwd:t.projectCwd})),a.code!==0&&(a=await Ur.execvp("git",["rev-parse","CHERRY_PICK_HEAD","HEAD"],{cwd:t.projectCwd})),a.code!==0)throw new zt(83,"Git returned an error when trying to find the commits pertaining to the conflict");let n=await Promise.all(a.stdout.trim().split(/\n/).map(async A=>{let p=await Ur.execvp("git",["show",`${A}:./${dr.lockfile}`],{cwd:t.projectCwd});if(p.code!==0)throw new zt(83,`Git returned an error when trying to access the lockfile content in ${A}`);try{return Vi(p.stdout)}catch{throw new zt(46,"A variant of the conflicting lockfile failed to parse")}}));n=n.filter(A=>!!A.__metadata);for(let A of n){if(A.__metadata.version<7)for(let p of Object.keys(A)){if(p==="__metadata")continue;let h=W.parseDescriptor(p,!0),E=t.normalizeDependency(h),I=W.stringifyDescriptor(E);I!==p&&(A[I]=A[p],delete A[p])}for(let p of Object.keys(A)){if(p==="__metadata")continue;let h=A[p].checksum;typeof h=="string"&&h.includes("/")||(A[p].checksum=`${A.__metadata.cacheKey}/${h}`)}}let u=Object.assign({},...n);u.__metadata.version=`${Math.min(...n.map(A=>parseInt(A.__metadata.version??0)))}`,u.__metadata.cacheKey="merged";for(let[A,p]of Object.entries(u))typeof p=="string"&&delete u[A];return await oe.changeFilePromise(r,Ba(u),{automaticNewlines:!0}),!0}async function Z0t(t,e){if(!t.projectCwd)return!1;let r=[],o=K.join(t.projectCwd,".yarn/plugins/@yarnpkg");return await Ve.updateConfiguration(t.projectCwd,{plugins:n=>{if(!Array.isArray(n))return n;let u=n.filter(A=>{if(!A.path)return!0;let p=K.resolve(t.projectCwd,A.path),h=B1.has(A.spec)&&K.contains(o,p);return h&&r.push(p),!h});return u.length===0?Ve.deleteProperty:u.length===n.length?n:u}},{immutable:e})?(await Promise.all(r.map(async n=>{await oe.removePromise(n)})),!0):!1}Ye();Pt();qt();var qh=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Link all workspaces belonging to the target projects to the current one"});this.private=ge.Boolean("-p,--private",!1,{description:"Also link private workspaces belonging to the target projects to the current one"});this.relative=ge.Boolean("-r,--relative",!1,{description:"Link workspaces using relative paths instead of absolute paths"});this.destinations=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=o.topLevelWorkspace,A=[];for(let p of this.destinations){let h=K.resolve(this.context.cwd,ue.toPortablePath(p)),E=await Ve.find(h,this.context.plugins,{useRc:!1,strict:!1}),{project:I,workspace:v}=await St.find(E,h);if(o.cwd===I.cwd)throw new it(`Invalid destination '${p}'; Can't link the project to itself`);if(!v)throw new rr(I.cwd,h);if(this.all){let b=!1;for(let C of I.workspaces)C.manifest.name&&(!C.manifest.private||this.private)&&(A.push(C),b=!0);if(!b)throw new it(`No workspace found to be linked in the target project: ${p}`)}else{if(!v.manifest.name)throw new it(`The target workspace at '${p}' doesn't have a name and thus cannot be linked`);if(v.manifest.private&&!this.private)throw new it(`The target workspace at '${p}' is marked private - use the --private flag to link it anyway`);A.push(v)}}for(let p of A){let h=W.stringifyIdent(p.anchoredLocator),E=this.relative?K.relative(o.cwd,p.cwd):p.cwd;u.manifest.resolutions.push({pattern:{descriptor:{fullName:h}},reference:`portal:${E}`})}return await o.installWithNewReport({stdout:this.context.stdout},{cache:n})}};qh.paths=[["link"]],qh.usage=nt.Usage({description:"connect the local project to another one",details:"\n This command will set a new `resolutions` field in the project-level manifest and point it to the workspace at the specified location (even if part of another project).\n ",examples:[["Register one or more remote workspaces for use in the current project","$0 link ~/ts-loader ~/jest"],["Register all workspaces from a remote project for use in the current project","$0 link ~/jest --all"]]});qt();var Gh=class extends ut{constructor(){super(...arguments);this.args=ge.Proxy()}async execute(){return this.cli.run(["exec","node",...this.args])}};Gh.paths=[["node"]],Gh.usage=nt.Usage({description:"run node with the hook already setup",details:` + `,examples:[["Explain an error code","$0 explain YN0006"],["List all error codes","$0 explain"]]});Ye();St();jt();var Zge=$e(Zo()),jh=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Print versions of a package from the whole project"});this.recursive=ge.Boolean("-R,--recursive",!1,{description:"Print information for all packages, including transitive dependencies"});this.extra=ge.Array("-X,--extra",[],{description:"An array of requests of extra data provided by plugins"});this.cache=ge.Boolean("--cache",!1,{description:"Print information about the cache entry of a package (path, size, checksum)"});this.dependents=ge.Boolean("--dependents",!1,{description:"Print all dependents for each matching package"});this.manifest=ge.Boolean("--manifest",!1,{description:"Print data obtained by looking at the package archive (license, homepage, ...)"});this.nameOnly=ge.Boolean("--name-only",!1,{description:"Only print the name for the matching packages"});this.virtuals=ge.Boolean("--virtuals",!1,{description:"Print each instance of the virtual packages"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.patterns=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a&&!this.all)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let u=new Set(this.extra);this.cache&&u.add("cache"),this.dependents&&u.add("dependents"),this.manifest&&u.add("manifest");let A=(ae,{recursive:fe})=>{let ce=ae.anchoredLocator.locatorHash,me=new Map,he=[ce];for(;he.length>0;){let Be=he.shift();if(me.has(Be))continue;let we=o.storedPackages.get(Be);if(typeof we>"u")throw new Error("Assertion failed: Expected the package to be registered");if(me.set(Be,we),W.isVirtualLocator(we)&&he.push(W.devirtualizeLocator(we).locatorHash),!(!fe&&Be!==ce))for(let g of we.dependencies.values()){let Ee=o.storedResolutions.get(g.descriptorHash);if(typeof Ee>"u")throw new Error("Assertion failed: Expected the resolution to be registered");he.push(Ee)}}return me.values()},p=({recursive:ae})=>{let fe=new Map;for(let ce of o.workspaces)for(let me of A(ce,{recursive:ae}))fe.set(me.locatorHash,me);return fe.values()},h=({all:ae,recursive:fe})=>ae&&fe?o.storedPackages.values():ae?p({recursive:fe}):A(a,{recursive:fe}),E=({all:ae,recursive:fe})=>{let ce=h({all:ae,recursive:fe}),me=this.patterns.map(we=>{let g=W.parseLocator(we),Ee=Zge.default.makeRe(W.stringifyIdent(g)),Se=W.isVirtualLocator(g),le=Se?W.devirtualizeLocator(g):g;return ne=>{let ee=W.stringifyIdent(ne);if(!Ee.test(ee))return!1;if(g.reference==="unknown")return!0;let Ie=W.isVirtualLocator(ne),Fe=Ie?W.devirtualizeLocator(ne):ne;return!(Se&&Ie&&g.reference!==ne.reference||le.reference!==Fe.reference)}}),he=_e.sortMap([...ce],we=>W.stringifyLocator(we));return{selection:he.filter(we=>me.length===0||me.some(g=>g(we))),sortedLookup:he}},{selection:I,sortedLookup:v}=E({all:this.all,recursive:this.recursive});if(I.length===0)throw new it("No package matched your request");let x=new Map;if(this.dependents)for(let ae of v)for(let fe of ae.dependencies.values()){let ce=o.storedResolutions.get(fe.descriptorHash);if(typeof ce>"u")throw new Error("Assertion failed: Expected the resolution to be registered");_e.getArrayWithDefault(x,ce).push(ae)}let C=new Map;for(let ae of v){if(!W.isVirtualLocator(ae))continue;let fe=W.devirtualizeLocator(ae);_e.getArrayWithDefault(C,fe.locatorHash).push(ae)}let R={},L={children:R},U=r.makeFetcher(),J={project:o,fetcher:U,cache:n,checksums:o.storedChecksums,report:new Qi,cacheOptions:{skipIntegrityCheck:!0}},te=[async(ae,fe,ce)=>{if(!fe.has("manifest"))return;let me=await U.fetch(ae,J),he;try{he=await Ot.find(me.prefixPath,{baseFs:me.packageFs})}finally{me.releaseFs?.()}ce("Manifest",{License:de.tuple(de.Type.NO_HINT,he.license),Homepage:de.tuple(de.Type.URL,he.raw.homepage??null)})},async(ae,fe,ce)=>{if(!fe.has("cache"))return;let me=o.storedChecksums.get(ae.locatorHash)??null,he=n.getLocatorPath(ae,me),Be;if(he!==null)try{Be=await oe.statPromise(he)}catch{}let we=typeof Be<"u"?[Be.size,de.Type.SIZE]:void 0;ce("Cache",{Checksum:de.tuple(de.Type.NO_HINT,me),Path:de.tuple(de.Type.PATH,he),Size:we})}];for(let ae of I){let fe=W.isVirtualLocator(ae);if(!this.virtuals&&fe)continue;let ce={},me={value:[ae,de.Type.LOCATOR],children:ce};if(R[W.stringifyLocator(ae)]=me,this.nameOnly){delete me.children;continue}let he=C.get(ae.locatorHash);typeof he<"u"&&(ce.Instances={label:"Instances",value:de.tuple(de.Type.NUMBER,he.length)}),ce.Version={label:"Version",value:de.tuple(de.Type.NO_HINT,ae.version)};let Be=(g,Ee)=>{let Se={};if(ce[g]=Se,Array.isArray(Ee))Se.children=Ee.map(le=>({value:le}));else{let le={};Se.children=le;for(let[ne,ee]of Object.entries(Ee))typeof ee>"u"||(le[ne]={label:ne,value:ee})}};if(!fe){for(let g of te)await g(ae,u,Be);await r.triggerHook(g=>g.fetchPackageInfo,ae,u,Be)}ae.bin.size>0&&!fe&&Be("Exported Binaries",[...ae.bin.keys()].map(g=>de.tuple(de.Type.PATH,g)));let we=x.get(ae.locatorHash);typeof we<"u"&&we.length>0&&Be("Dependents",we.map(g=>de.tuple(de.Type.LOCATOR,g))),ae.dependencies.size>0&&!fe&&Be("Dependencies",[...ae.dependencies.values()].map(g=>{let Ee=o.storedResolutions.get(g.descriptorHash),Se=typeof Ee<"u"?o.storedPackages.get(Ee)??null:null;return de.tuple(de.Type.RESOLUTION,{descriptor:g,locator:Se})})),ae.peerDependencies.size>0&&fe&&Be("Peer dependencies",[...ae.peerDependencies.values()].map(g=>{let Ee=ae.dependencies.get(g.identHash),Se=typeof Ee<"u"?o.storedResolutions.get(Ee.descriptorHash)??null:null,le=Se!==null?o.storedPackages.get(Se)??null:null;return de.tuple(de.Type.RESOLUTION,{descriptor:g,locator:le})}))}$s.emitTree(L,{configuration:r,json:this.json,stdout:this.context.stdout,separators:this.nameOnly?0:2})}};jh.paths=[["info"]],jh.usage=nt.Usage({description:"see information related to packages",details:"\n This command prints various information related to the specified packages, accepting glob patterns.\n\n By default, if the locator reference is missing, Yarn will default to print the information about all the matching direct dependencies of the package for the active workspace. To instead print all versions of the package that are direct dependencies of any of your workspaces, use the `-A,--all` flag. Adding the `-R,--recursive` flag will also report transitive dependencies.\n\n Some fields will be hidden by default in order to keep the output readable, but can be selectively displayed by using additional options (`--dependents`, `--manifest`, `--virtuals`, ...) described in the option descriptions.\n\n Note that this command will only print the information directly related to the selected packages - if you wish to know why the package is there in the first place, use `yarn why` which will do just that (it also provides a `-R,--recursive` flag that may be of some help).\n ",examples:[["Show information about Lodash","$0 info lodash"]]});Ye();St();Nl();var hk=$e(td());jt();var O8=$e(zn());Za();var q0t=[{selector:t=>t===-1,name:"nodeLinker",value:"node-modules"},{selector:t=>t!==-1&&t<8,name:"enableGlobalCache",value:!1},{selector:t=>t!==-1&&t<8,name:"compressionLevel",value:"mixed"}],Gh=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.immutable=ge.Boolean("--immutable",{description:"Abort with an error exit code if the lockfile was to be modified"});this.immutableCache=ge.Boolean("--immutable-cache",{description:"Abort with an error exit code if the cache folder was to be modified"});this.refreshLockfile=ge.Boolean("--refresh-lockfile",{description:"Refresh the package metadata stored in the lockfile"});this.checkCache=ge.Boolean("--check-cache",{description:"Always refetch the packages and ensure that their checksums are consistent"});this.checkResolutions=ge.Boolean("--check-resolutions",{description:"Validates that the package resolutions are coherent"});this.inlineBuilds=ge.Boolean("--inline-builds",{description:"Verbosely print the output of the build steps of dependencies"});this.mode=ge.String("--mode",{description:"Change what artifacts installs generate",validator:Ks(pl)});this.cacheFolder=ge.String("--cache-folder",{hidden:!0});this.frozenLockfile=ge.Boolean("--frozen-lockfile",{hidden:!0});this.ignoreEngines=ge.Boolean("--ignore-engines",{hidden:!0});this.nonInteractive=ge.Boolean("--non-interactive",{hidden:!0});this.preferOffline=ge.Boolean("--prefer-offline",{hidden:!0});this.production=ge.Boolean("--production",{hidden:!0});this.registry=ge.String("--registry",{hidden:!0});this.silent=ge.Boolean("--silent",{hidden:!0});this.networkTimeout=ge.String("--network-timeout",{hidden:!0})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins);typeof this.inlineBuilds<"u"&&r.useWithSource("",{enableInlineBuilds:this.inlineBuilds},r.startingCwd,{overwrite:!0});let o=!!process.env.FUNCTION_TARGET||!!process.env.GOOGLE_RUNTIME,a=await LE({configuration:r,stdout:this.context.stdout},[{option:this.ignoreEngines,message:"The --ignore-engines option is deprecated; engine checking isn't a core feature anymore",error:!hk.default.VERCEL},{option:this.registry,message:"The --registry option is deprecated; prefer setting npmRegistryServer in your .yarnrc.yml file"},{option:this.preferOffline,message:"The --prefer-offline flag is deprecated; use the --cached flag with 'yarn add' instead",error:!hk.default.VERCEL},{option:this.production,message:"The --production option is deprecated on 'install'; use 'yarn workspaces focus' instead",error:!0},{option:this.nonInteractive,message:"The --non-interactive option is deprecated",error:!o},{option:this.frozenLockfile,message:"The --frozen-lockfile option is deprecated; use --immutable and/or --immutable-cache instead",callback:()=>this.immutable=this.frozenLockfile},{option:this.cacheFolder,message:"The cache-folder option has been deprecated; use rc settings instead",error:!hk.default.NETLIFY}]);if(a!==null)return a;let n=this.mode==="update-lockfile";if(n&&(this.immutable||this.immutableCache))throw new it(`${de.pretty(r,"--immutable",de.Type.CODE)} and ${de.pretty(r,"--immutable-cache",de.Type.CODE)} cannot be used with ${de.pretty(r,"--mode=update-lockfile",de.Type.CODE)}`);let u=(this.immutable??r.get("enableImmutableInstalls"))&&!n,A=this.immutableCache&&!n;if(r.projectCwd!==null){let R=await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,includeFooter:!1},async L=>{let U=!1;await K0t(r,u)&&(L.reportInfo(48,"Automatically removed core plugins that are now builtins \u{1F44D}"),U=!0),await W0t(r,u)&&(L.reportInfo(48,"Automatically fixed merge conflicts \u{1F44D}"),U=!0),U&&L.reportSeparator()});if(R.hasErrors())return R.exitCode()}if(r.projectCwd!==null){let R=await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,includeFooter:!1},async L=>{if(Ke.telemetry?.isNew)Ke.telemetry.commitTips(),L.reportInfo(65,"Yarn will periodically gather anonymous telemetry: https://yarnpkg.com/advanced/telemetry"),L.reportInfo(65,`Run ${de.pretty(r,"yarn config set --home enableTelemetry 0",de.Type.CODE)} to disable`),L.reportSeparator();else if(Ke.telemetry?.shouldShowTips){let U=await nn.get("https://repo.yarnpkg.com/tags",{configuration:r,jsonResponse:!0}).catch(()=>null);if(U!==null){let J=null;if(rn!==null){let ae=O8.default.prerelease(rn)?"canary":"stable",fe=U.latest[ae];O8.default.gt(fe,rn)&&(J=[ae,fe])}if(J)Ke.telemetry.commitTips(),L.reportInfo(88,`${de.applyStyle(r,`A new ${J[0]} version of Yarn is available:`,de.Style.BOLD)} ${W.prettyReference(r,J[1])}!`),L.reportInfo(88,`Upgrade now by running ${de.pretty(r,`yarn set version ${J[1]}`,de.Type.CODE)}`),L.reportSeparator();else{let te=Ke.telemetry.selectTip(U.tips);te&&(L.reportInfo(89,de.pretty(r,te.message,de.Type.MARKDOWN_INLINE)),te.url&&L.reportInfo(89,`Learn more at ${te.url}`),L.reportSeparator())}}}});if(R.hasErrors())return R.exitCode()}let{project:p,workspace:h}=await Pt.find(r,this.context.cwd),E=p.lockfileLastVersion;if(E!==null){let R=await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,includeFooter:!1},async L=>{let U={};for(let J of q0t)J.selector(E)&&typeof r.sources.get(J.name)>"u"&&(r.use("",{[J.name]:J.value},p.cwd,{overwrite:!0}),U[J.name]=J.value);Object.keys(U).length>0&&(await Ke.updateConfiguration(p.cwd,U),L.reportInfo(87,"Migrated your project to the latest Yarn version \u{1F680}"),L.reportSeparator())});if(R.hasErrors())return R.exitCode()}let I=await Lr.find(r,{immutable:A,check:this.checkCache});if(!h)throw new rr(p.cwd,this.context.cwd);await p.restoreInstallState({restoreResolutions:!1});let v=r.get("enableHardenedMode");v&&typeof r.sources.get("enableHardenedMode")>"u"&&await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,includeFooter:!1},async R=>{R.reportWarning(0,"Yarn detected that the current workflow is executed from a public pull request. For safety the hardened mode has been enabled."),R.reportWarning(0,`It will prevent malicious lockfile manipulations, in exchange for a slower install time. You can opt-out if necessary; check our ${de.applyHyperlink(r,"documentation","https://yarnpkg.com/features/security#hardened-mode")} for more details.`),R.reportSeparator()}),(this.refreshLockfile??v)&&(p.lockfileNeedsRefresh=!0);let x=this.checkResolutions??v;return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout,forceSectionAlignment:!0,includeLogs:!0,includeVersion:!0},async R=>{await p.install({cache:I,report:R,immutable:u,checkResolutions:x,mode:this.mode})})).exitCode()}};Gh.paths=[["install"],nt.Default],Gh.usage=nt.Usage({description:"install the project dependencies",details:"\n This command sets up your project if needed. The installation is split into four different steps that each have their own characteristics:\n\n - **Resolution:** First the package manager will resolve your dependencies. The exact way a dependency version is privileged over another isn't standardized outside of the regular semver guarantees. If a package doesn't resolve to what you would expect, check that all dependencies are correctly declared (also check our website for more information: ).\n\n - **Fetch:** Then we download all the dependencies if needed, and make sure that they're all stored within our cache (check the value of `cacheFolder` in `yarn config` to see where the cache files are stored).\n\n - **Link:** Then we send the dependency tree information to internal plugins tasked with writing them on the disk in some form (for example by generating the .pnp.cjs file you might know).\n\n - **Build:** Once the dependency tree has been written on the disk, the package manager will now be free to run the build scripts for all packages that might need it, in a topological order compatible with the way they depend on one another. See https://yarnpkg.com/advanced/lifecycle-scripts for detail.\n\n Note that running this command is not part of the recommended workflow. Yarn supports zero-installs, which means that as long as you store your cache and your .pnp.cjs file inside your repository, everything will work without requiring any install right after cloning your repository or switching branches.\n\n If the `--immutable` option is set (defaults to true on CI), Yarn will abort with an error exit code if the lockfile was to be modified (other paths can be added using the `immutablePatterns` configuration setting). For backward compatibility we offer an alias under the name of `--frozen-lockfile`, but it will be removed in a later release.\n\n If the `--immutable-cache` option is set, Yarn will abort with an error exit code if the cache folder was to be modified (either because files would be added, or because they'd be removed).\n\n If the `--refresh-lockfile` option is set, Yarn will keep the same resolution for the packages currently in the lockfile but will refresh their metadata. If used together with `--immutable`, it can validate that the lockfile information are consistent. This flag is enabled by default when Yarn detects it runs within a pull request context.\n\n If the `--check-cache` option is set, Yarn will always refetch the packages and will ensure that their checksum matches what's 1/ described in the lockfile 2/ inside the existing cache files (if present). This is recommended as part of your CI workflow if you're both following the Zero-Installs model and accepting PRs from third-parties, as they'd otherwise have the ability to alter the checked-in packages before submitting them.\n\n If the `--inline-builds` option is set, Yarn will verbosely print the output of the build steps of your dependencies (instead of writing them into individual files). This is likely useful mostly for debug purposes only when using Docker-like environments.\n\n If the `--mode=` option is set, Yarn will change which artifacts are generated. The modes currently supported are:\n\n - `skip-build` will not run the build scripts at all. Note that this is different from setting `enableScripts` to false because the latter will disable build scripts, and thus affect the content of the artifacts generated on disk, whereas the former will just disable the build step - but not the scripts themselves, which just won't run.\n\n - `update-lockfile` will skip the link step altogether, and only fetch packages that are missing from the lockfile (or that have no associated checksums). This mode is typically used by tools like Renovate or Dependabot to keep a lockfile up-to-date without incurring the full install cost.\n ",examples:[["Install the project","$0 install"],["Validate a project when using Zero-Installs","$0 install --immutable --immutable-cache"],["Validate a project when using Zero-Installs (slightly safer if you accept external PRs)","$0 install --immutable --immutable-cache --check-cache"]]});var Y0t="<<<<<<<";async function W0t(t,e){if(!t.projectCwd)return!1;let r=V.join(t.projectCwd,dr.lockfile);if(!await oe.existsPromise(r)||!(await oe.readFilePromise(r,"utf8")).includes(Y0t))return!1;if(e)throw new zt(47,"Cannot autofix a lockfile when running an immutable install");let a=await Ur.execvp("git",["rev-parse","MERGE_HEAD","HEAD"],{cwd:t.projectCwd});if(a.code!==0&&(a=await Ur.execvp("git",["rev-parse","REBASE_HEAD","HEAD"],{cwd:t.projectCwd})),a.code!==0&&(a=await Ur.execvp("git",["rev-parse","CHERRY_PICK_HEAD","HEAD"],{cwd:t.projectCwd})),a.code!==0)throw new zt(83,"Git returned an error when trying to find the commits pertaining to the conflict");let n=await Promise.all(a.stdout.trim().split(/\n/).map(async A=>{let p=await Ur.execvp("git",["show",`${A}:./${dr.lockfile}`],{cwd:t.projectCwd});if(p.code!==0)throw new zt(83,`Git returned an error when trying to access the lockfile content in ${A}`);try{return Ki(p.stdout)}catch{throw new zt(46,"A variant of the conflicting lockfile failed to parse")}}));n=n.filter(A=>!!A.__metadata);for(let A of n){if(A.__metadata.version<7)for(let p of Object.keys(A)){if(p==="__metadata")continue;let h=W.parseDescriptor(p,!0),E=t.normalizeDependency(h),I=W.stringifyDescriptor(E);I!==p&&(A[I]=A[p],delete A[p])}for(let p of Object.keys(A)){if(p==="__metadata")continue;let h=A[p].checksum;typeof h=="string"&&h.includes("/")||(A[p].checksum=`${A.__metadata.cacheKey}/${h}`)}}let u=Object.assign({},...n);u.__metadata.version=`${Math.min(...n.map(A=>parseInt(A.__metadata.version??0)))}`,u.__metadata.cacheKey="merged";for(let[A,p]of Object.entries(u))typeof p=="string"&&delete u[A];return await oe.changeFilePromise(r,Ba(u),{automaticNewlines:!0}),!0}async function K0t(t,e){if(!t.projectCwd)return!1;let r=[],o=V.join(t.projectCwd,".yarn/plugins/@yarnpkg");return await Ke.updateConfiguration(t.projectCwd,{plugins:n=>{if(!Array.isArray(n))return n;let u=n.filter(A=>{if(!A.path)return!0;let p=V.resolve(t.projectCwd,A.path),h=v1.has(A.spec)&&V.contains(o,p);return h&&r.push(p),!h});return u.length===0?Ke.deleteProperty:u.length===n.length?n:u}},{immutable:e})?(await Promise.all(r.map(async n=>{await oe.removePromise(n)})),!0):!1}Ye();St();jt();var qh=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Link all workspaces belonging to the target projects to the current one"});this.private=ge.Boolean("-p,--private",!1,{description:"Also link private workspaces belonging to the target projects to the current one"});this.relative=ge.Boolean("-r,--relative",!1,{description:"Link workspaces using relative paths instead of absolute paths"});this.destinations=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=o.topLevelWorkspace,A=[];for(let p of this.destinations){let h=V.resolve(this.context.cwd,ue.toPortablePath(p)),E=await Ke.find(h,this.context.plugins,{useRc:!1,strict:!1}),{project:I,workspace:v}=await Pt.find(E,h);if(o.cwd===I.cwd)throw new it(`Invalid destination '${p}'; Can't link the project to itself`);if(!v)throw new rr(I.cwd,h);if(this.all){let x=!1;for(let C of I.workspaces)C.manifest.name&&(!C.manifest.private||this.private)&&(A.push(C),x=!0);if(!x)throw new it(`No workspace found to be linked in the target project: ${p}`)}else{if(!v.manifest.name)throw new it(`The target workspace at '${p}' doesn't have a name and thus cannot be linked`);if(v.manifest.private&&!this.private)throw new it(`The target workspace at '${p}' is marked private - use the --private flag to link it anyway`);A.push(v)}}for(let p of A){let h=W.stringifyIdent(p.anchoredLocator),E=this.relative?V.relative(o.cwd,p.cwd):p.cwd;u.manifest.resolutions.push({pattern:{descriptor:{fullName:h}},reference:`portal:${E}`})}return await o.installWithNewReport({stdout:this.context.stdout},{cache:n})}};qh.paths=[["link"]],qh.usage=nt.Usage({description:"connect the local project to another one",details:"\n This command will set a new `resolutions` field in the project-level manifest and point it to the workspace at the specified location (even if part of another project).\n ",examples:[["Register one or more remote workspaces for use in the current project","$0 link ~/ts-loader ~/jest"],["Register all workspaces from a remote project for use in the current project","$0 link ~/jest --all"]]});jt();var Yh=class extends ut{constructor(){super(...arguments);this.args=ge.Proxy()}async execute(){return this.cli.run(["exec","node",...this.args])}};Yh.paths=[["node"]],Yh.usage=nt.Usage({description:"run node with the hook already setup",details:` This command simply runs Node. It also makes sure to call it in a way that's compatible with the current project (for example, on PnP projects the environment will be setup in such a way that PnP will be correctly injected into the environment). The Node process will use the exact same version of Node as the one used to run Yarn itself, which might be a good way to ensure that your commands always use a consistent Node version. - `,examples:[["Run a Node script","$0 node ./my-script.js"]]});Ye();qt();var Yh=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),o=await Ve.findRcFiles(this.context.cwd);return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async n=>{for(let u of o)if(!!u.data?.plugins)for(let A of u.data.plugins){if(!A.checksum||!A.spec.match(/^https?:/))continue;let p=await rn.get(A.spec,{configuration:r}),h=wn.makeHash(p);if(A.checksum===h)continue;let E=de.pretty(r,A.path,de.Type.PATH),I=de.pretty(r,A.spec,de.Type.URL),v=`${E} is different from the file provided by ${I}`;n.reportJson({...A,newChecksum:h}),n.reportError(0,v)}})).exitCode()}};Yh.paths=[["plugin","check"]],Yh.usage=nt.Usage({category:"Plugin-related commands",description:"find all third-party plugins that differ from their own spec",details:` + `,examples:[["Run a Node script","$0 node ./my-script.js"]]});Ye();jt();var Wh=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),o=await Ke.findRcFiles(this.context.cwd);return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async n=>{for(let u of o)if(!!u.data?.plugins)for(let A of u.data.plugins){if(!A.checksum||!A.spec.match(/^https?:/))continue;let p=await nn.get(A.spec,{configuration:r}),h=wn.makeHash(p);if(A.checksum===h)continue;let E=de.pretty(r,A.path,de.Type.PATH),I=de.pretty(r,A.spec,de.Type.URL),v=`${E} is different from the file provided by ${I}`;n.reportJson({...A,newChecksum:h}),n.reportError(0,v)}})).exitCode()}};Wh.paths=[["plugin","check"]],Wh.usage=nt.Usage({category:"Plugin-related commands",description:"find all third-party plugins that differ from their own spec",details:` Check only the plugins from https. If this command detects any plugin differences in the CI environment, it will throw an error. - `,examples:[["find all third-party plugins that differ from their own spec","$0 plugin check"]]});Ye();Ye();Pt();qt();var ode=Be("os");Ye();Pt();qt();var tde=Be("os");Ye();Nl();qt();var $0t="https://raw.githubusercontent.com/yarnpkg/berry/master/plugins.yml";async function Jd(t,e){let r=await rn.get($0t,{configuration:t}),o=Vi(r.toString());return Object.fromEntries(Object.entries(o).filter(([a,n])=>!e||kr.satisfiesWithPrereleases(e,n.range??"<4.0.0-rc.1")))}var Wh=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins);return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async a=>{let n=await Jd(r,tn);for(let[u,{experimental:A,...p}]of Object.entries(n)){let h=u;A&&(h+=" [experimental]"),a.reportJson({name:u,experimental:A,...p}),a.reportInfo(null,h)}})).exitCode()}};Wh.paths=[["plugin","list"]],Wh.usage=nt.Usage({category:"Plugin-related commands",description:"list the available official plugins",details:"\n This command prints the plugins available directly from the Yarn repository. Only those plugins can be referenced by name in `yarn plugin import`.\n ",examples:[["List the official plugins","$0 plugin list"]]});var egt=/^[0-9]+$/,tgt=process.platform==="win32";function rde(t){return egt.test(t)?`pull/${t}/head`:t}var rgt=({repository:t,branch:e},r)=>[["git","init",ue.fromPortablePath(r)],["git","remote","add","origin",t],["git","fetch","origin","--depth=1",rde(e)],["git","reset","--hard","FETCH_HEAD"]],ngt=({branch:t})=>[["git","fetch","origin","--depth=1",rde(t),"--force"],["git","reset","--hard","FETCH_HEAD"],["git","clean","-dfx","-e","packages/yarnpkg-cli/bundles"]],igt=({plugins:t,noMinify:e},r,o)=>[["yarn","build:cli",...new Array().concat(...t.map(a=>["--plugin",K.resolve(o,a)])),...e?["--no-minify"]:[],"|"],[tgt?"move":"mv","packages/yarnpkg-cli/bundles/yarn.js",ue.fromPortablePath(r),"|"]],Vh=class extends ut{constructor(){super(...arguments);this.installPath=ge.String("--path",{description:"The path where the repository should be cloned to"});this.repository=ge.String("--repository","https://github.com/yarnpkg/berry.git",{description:"The repository that should be cloned"});this.branch=ge.String("--branch","master",{description:"The branch of the repository that should be cloned"});this.plugins=ge.Array("--plugin",[],{description:"An array of additional plugins that should be included in the bundle"});this.dryRun=ge.Boolean("-n,--dry-run",!1,{description:"If set, the bundle will be built but not added to the project"});this.noMinify=ge.Boolean("--no-minify",!1,{description:"Build a bundle for development (debugging) - non-minified and non-mangled"});this.force=ge.Boolean("-f,--force",!1,{description:"Always clone the repository instead of trying to fetch the latest commits"});this.skipPlugins=ge.Boolean("--skip-plugins",!1,{description:"Skip updating the contrib plugins"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o}=await St.find(r,this.context.cwd),a=typeof this.installPath<"u"?K.resolve(this.context.cwd,ue.toPortablePath(this.installPath)):K.resolve(ue.toPortablePath((0,tde.tmpdir)()),"yarnpkg-sources",wn.makeHash(this.repository).slice(0,6));return(await Nt.start({configuration:r,stdout:this.context.stdout},async u=>{await _8(this,{configuration:r,report:u,target:a}),u.reportSeparator(),u.reportInfo(0,"Building a fresh bundle"),u.reportSeparator();let A=await Ur.execvp("git",["rev-parse","--short","HEAD"],{cwd:a,strict:!0}),p=K.join(a,`packages/yarnpkg-cli/bundles/yarn-${A.stdout.trim()}.js`);oe.existsSync(p)||(await y2(igt(this,p,a),{configuration:r,context:this.context,target:a}),u.reportSeparator());let h=await oe.readFilePromise(p);if(!this.dryRun){let{bundleVersion:E}=await O8(r,null,async()=>h,{report:u});this.skipPlugins||await sgt(this,E,{project:o,report:u,target:a})}})).exitCode()}};Vh.paths=[["set","version","from","sources"]],Vh.usage=nt.Usage({description:"build Yarn from master",details:` + `,examples:[["find all third-party plugins that differ from their own spec","$0 plugin check"]]});Ye();Ye();St();jt();var nde=ve("os");Ye();St();jt();var $ge=ve("os");Ye();Nl();jt();var V0t="https://raw.githubusercontent.com/yarnpkg/berry/master/plugins.yml";async function zd(t,e){let r=await nn.get(V0t,{configuration:t}),o=Ki(r.toString());return Object.fromEntries(Object.entries(o).filter(([a,n])=>!e||kr.satisfiesWithPrereleases(e,n.range??"<4.0.0-rc.1")))}var Kh=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins);return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async a=>{let n=await zd(r,rn);for(let[u,{experimental:A,...p}]of Object.entries(n)){let h=u;A&&(h+=" [experimental]"),a.reportJson({name:u,experimental:A,...p}),a.reportInfo(null,h)}})).exitCode()}};Kh.paths=[["plugin","list"]],Kh.usage=nt.Usage({category:"Plugin-related commands",description:"list the available official plugins",details:"\n This command prints the plugins available directly from the Yarn repository. Only those plugins can be referenced by name in `yarn plugin import`.\n ",examples:[["List the official plugins","$0 plugin list"]]});var J0t=/^[0-9]+$/,z0t=process.platform==="win32";function ede(t){return J0t.test(t)?`pull/${t}/head`:t}var X0t=({repository:t,branch:e},r)=>[["git","init",ue.fromPortablePath(r)],["git","remote","add","origin",t],["git","fetch","origin","--depth=1",ede(e)],["git","reset","--hard","FETCH_HEAD"]],Z0t=({branch:t})=>[["git","fetch","origin","--depth=1",ede(t),"--force"],["git","reset","--hard","FETCH_HEAD"],["git","clean","-dfx","-e","packages/yarnpkg-cli/bundles"]],$0t=({plugins:t,noMinify:e},r,o)=>[["yarn","build:cli",...new Array().concat(...t.map(a=>["--plugin",V.resolve(o,a)])),...e?["--no-minify"]:[],"|"],[z0t?"move":"mv","packages/yarnpkg-cli/bundles/yarn.js",ue.fromPortablePath(r),"|"]],Vh=class extends ut{constructor(){super(...arguments);this.installPath=ge.String("--path",{description:"The path where the repository should be cloned to"});this.repository=ge.String("--repository","https://github.com/yarnpkg/berry.git",{description:"The repository that should be cloned"});this.branch=ge.String("--branch","master",{description:"The branch of the repository that should be cloned"});this.plugins=ge.Array("--plugin",[],{description:"An array of additional plugins that should be included in the bundle"});this.dryRun=ge.Boolean("-n,--dry-run",!1,{description:"If set, the bundle will be built but not added to the project"});this.noMinify=ge.Boolean("--no-minify",!1,{description:"Build a bundle for development (debugging) - non-minified and non-mangled"});this.force=ge.Boolean("-f,--force",!1,{description:"Always clone the repository instead of trying to fetch the latest commits"});this.skipPlugins=ge.Boolean("--skip-plugins",!1,{description:"Skip updating the contrib plugins"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o}=await Pt.find(r,this.context.cwd),a=typeof this.installPath<"u"?V.resolve(this.context.cwd,ue.toPortablePath(this.installPath)):V.resolve(ue.toPortablePath((0,$ge.tmpdir)()),"yarnpkg-sources",wn.makeHash(this.repository).slice(0,6));return(await Nt.start({configuration:r,stdout:this.context.stdout},async u=>{await M8(this,{configuration:r,report:u,target:a}),u.reportSeparator(),u.reportInfo(0,"Building a fresh bundle"),u.reportSeparator();let A=await Ur.execvp("git",["rev-parse","--short","HEAD"],{cwd:a,strict:!0}),p=V.join(a,`packages/yarnpkg-cli/bundles/yarn-${A.stdout.trim()}.js`);oe.existsSync(p)||(await E2($0t(this,p,a),{configuration:r,context:this.context,target:a}),u.reportSeparator());let h=await oe.readFilePromise(p);if(!this.dryRun){let{bundleVersion:E}=await L8(r,null,async()=>h,{report:u});this.skipPlugins||await egt(this,E,{project:o,report:u,target:a})}})).exitCode()}};Vh.paths=[["set","version","from","sources"]],Vh.usage=nt.Usage({description:"build Yarn from master",details:` This command will clone the Yarn repository into a temporary folder, then build it. The resulting bundle will then be copied into the local project. By default, it also updates all contrib plugins to the same commit the bundle is built from. This behavior can be disabled by using the \`--skip-plugins\` flag. - `,examples:[["Build Yarn from master","$0 set version from sources"]]});async function y2(t,{configuration:e,context:r,target:o}){for(let[a,...n]of t){let u=n[n.length-1]==="|";if(u&&n.pop(),u)await Ur.pipevp(a,n,{cwd:o,stdin:r.stdin,stdout:r.stdout,stderr:r.stderr,strict:!0});else{r.stdout.write(`${de.pretty(e,` $ ${[a,...n].join(" ")}`,"grey")} -`);try{await Ur.execvp(a,n,{cwd:o,strict:!0})}catch(A){throw r.stdout.write(A.stdout||A.stack),A}}}}async function _8(t,{configuration:e,report:r,target:o}){let a=!1;if(!t.force&&oe.existsSync(K.join(o,".git"))){r.reportInfo(0,"Fetching the latest commits"),r.reportSeparator();try{await y2(ngt(t),{configuration:e,context:t.context,target:o}),a=!0}catch{r.reportSeparator(),r.reportWarning(0,"Repository update failed; we'll try to regenerate it")}}a||(r.reportInfo(0,"Cloning the remote repository"),r.reportSeparator(),await oe.removePromise(o),await oe.mkdirPromise(o,{recursive:!0}),await y2(rgt(t,o),{configuration:e,context:t.context,target:o}))}async function sgt(t,e,{project:r,report:o,target:a}){let n=await Jd(r.configuration,e),u=new Set(Object.keys(n));for(let A of r.configuration.plugins.keys())!u.has(A)||await H8(A,t,{project:r,report:o,target:a})}Ye();Ye();Pt();qt();var nde=$e(zn()),ide=Be("url"),sde=Be("vm");var Kh=class extends ut{constructor(){super(...arguments);this.name=ge.String();this.checksum=ge.Boolean("--checksum",!0,{description:"Whether to care if this plugin is modified"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins);return(await Nt.start({configuration:r,stdout:this.context.stdout},async a=>{let{project:n}=await St.find(r,this.context.cwd),u,A;if(this.name.match(/^\.{0,2}[\\/]/)||ue.isAbsolute(this.name)){let p=K.resolve(this.context.cwd,ue.toPortablePath(this.name));a.reportInfo(0,`Reading ${de.pretty(r,p,de.Type.PATH)}`),u=K.relative(n.cwd,p),A=await oe.readFilePromise(p)}else{let p;if(this.name.match(/^https?:/)){try{new ide.URL(this.name)}catch{throw new zt(52,`Plugin specifier "${this.name}" is neither a plugin name nor a valid url`)}u=this.name,p=this.name}else{let h=W.parseLocator(this.name.replace(/^((@yarnpkg\/)?plugin-)?/,"@yarnpkg/plugin-"));if(h.reference!=="unknown"&&!nde.default.valid(h.reference))throw new zt(0,"Official plugins only accept strict version references. Use an explicit URL if you wish to download them from another location.");let E=W.stringifyIdent(h),I=await Jd(r,tn);if(!Object.hasOwn(I,E)){let v=`Couldn't find a plugin named ${W.prettyIdent(r,h)} on the remote registry. -`;throw r.plugins.has(E)?v+=`A plugin named ${W.prettyIdent(r,h)} is already installed; possibly attempting to import a built-in plugin.`:v+=`Note that only the plugins referenced on our website (${de.pretty(r,"https://github.com/yarnpkg/berry/blob/master/plugins.yml",de.Type.URL)}) can be referenced by their name; any other plugin will have to be referenced through its public url (for example ${de.pretty(r,"https://github.com/yarnpkg/berry/raw/master/packages/plugin-typescript/bin/%40yarnpkg/plugin-typescript.js",de.Type.URL)}).`,new zt(51,v)}u=E,p=I[E].url,h.reference!=="unknown"?p=p.replace(/\/master\//,`/${E}/${h.reference}/`):tn!==null&&(p=p.replace(/\/master\//,`/@yarnpkg/cli/${tn}/`))}a.reportInfo(0,`Downloading ${de.pretty(r,p,"green")}`),A=await rn.get(p,{configuration:r})}await j8(u,A,{checksum:this.checksum,project:n,report:a})})).exitCode()}};Kh.paths=[["plugin","import"]],Kh.usage=nt.Usage({category:"Plugin-related commands",description:"download a plugin",details:` + `,examples:[["Build Yarn from master","$0 set version from sources"]]});async function E2(t,{configuration:e,context:r,target:o}){for(let[a,...n]of t){let u=n[n.length-1]==="|";if(u&&n.pop(),u)await Ur.pipevp(a,n,{cwd:o,stdin:r.stdin,stdout:r.stdout,stderr:r.stderr,strict:!0});else{r.stdout.write(`${de.pretty(e,` $ ${[a,...n].join(" ")}`,"grey")} +`);try{await Ur.execvp(a,n,{cwd:o,strict:!0})}catch(A){throw r.stdout.write(A.stdout||A.stack),A}}}}async function M8(t,{configuration:e,report:r,target:o}){let a=!1;if(!t.force&&oe.existsSync(V.join(o,".git"))){r.reportInfo(0,"Fetching the latest commits"),r.reportSeparator();try{await E2(Z0t(t),{configuration:e,context:t.context,target:o}),a=!0}catch{r.reportSeparator(),r.reportWarning(0,"Repository update failed; we'll try to regenerate it")}}a||(r.reportInfo(0,"Cloning the remote repository"),r.reportSeparator(),await oe.removePromise(o),await oe.mkdirPromise(o,{recursive:!0}),await E2(X0t(t,o),{configuration:e,context:t.context,target:o}))}async function egt(t,e,{project:r,report:o,target:a}){let n=await zd(r.configuration,e),u=new Set(Object.keys(n));for(let A of r.configuration.plugins.keys())!u.has(A)||await U8(A,t,{project:r,report:o,target:a})}Ye();Ye();St();jt();var tde=$e(zn()),rde=ve("vm");var Jh=class extends ut{constructor(){super(...arguments);this.name=ge.String();this.checksum=ge.Boolean("--checksum",!0,{description:"Whether to care if this plugin is modified"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins);return(await Nt.start({configuration:r,stdout:this.context.stdout},async a=>{let{project:n}=await Pt.find(r,this.context.cwd),u,A;if(this.name.match(/^\.{0,2}[\\/]/)||ue.isAbsolute(this.name)){let p=V.resolve(this.context.cwd,ue.toPortablePath(this.name));a.reportInfo(0,`Reading ${de.pretty(r,p,de.Type.PATH)}`),u=V.relative(n.cwd,p),A=await oe.readFilePromise(p)}else{let p;if(this.name.match(/^https?:/)){try{new URL(this.name)}catch{throw new zt(52,`Plugin specifier "${this.name}" is neither a plugin name nor a valid url`)}u=this.name,p=this.name}else{let h=W.parseLocator(this.name.replace(/^((@yarnpkg\/)?plugin-)?/,"@yarnpkg/plugin-"));if(h.reference!=="unknown"&&!tde.default.valid(h.reference))throw new zt(0,"Official plugins only accept strict version references. Use an explicit URL if you wish to download them from another location.");let E=W.stringifyIdent(h),I=await zd(r,rn);if(!Object.hasOwn(I,E)){let v=`Couldn't find a plugin named ${W.prettyIdent(r,h)} on the remote registry. +`;throw r.plugins.has(E)?v+=`A plugin named ${W.prettyIdent(r,h)} is already installed; possibly attempting to import a built-in plugin.`:v+=`Note that only the plugins referenced on our website (${de.pretty(r,"https://github.com/yarnpkg/berry/blob/master/plugins.yml",de.Type.URL)}) can be referenced by their name; any other plugin will have to be referenced through its public url (for example ${de.pretty(r,"https://github.com/yarnpkg/berry/raw/master/packages/plugin-typescript/bin/%40yarnpkg/plugin-typescript.js",de.Type.URL)}).`,new zt(51,v)}u=E,p=I[E].url,h.reference!=="unknown"?p=p.replace(/\/master\//,`/${E}/${h.reference}/`):rn!==null&&(p=p.replace(/\/master\//,`/@yarnpkg/cli/${rn}/`))}a.reportInfo(0,`Downloading ${de.pretty(r,p,"green")}`),A=await nn.get(p,{configuration:r})}await _8(u,A,{checksum:this.checksum,project:n,report:a})})).exitCode()}};Jh.paths=[["plugin","import"]],Jh.usage=nt.Usage({category:"Plugin-related commands",description:"download a plugin",details:` This command downloads the specified plugin from its remote location and updates the configuration to reference it in further CLI invocations. Three types of plugin references are accepted: @@ -470,23 +470,23 @@ ${p} If the \`--no-checksum\` option is set, Yarn will no longer care if the plugin is modified. Plugins cannot be downloaded from the npm registry, and aren't allowed to have dependencies (they need to be bundled into a single file, possibly thanks to the \`@yarnpkg/builder\` package). - `,examples:[['Download and activate the "@yarnpkg/plugin-exec" plugin',"$0 plugin import @yarnpkg/plugin-exec"],['Download and activate the "@yarnpkg/plugin-exec" plugin (shorthand)',"$0 plugin import exec"],["Download and activate a community plugin","$0 plugin import https://example.org/path/to/plugin.js"],["Activate a local plugin","$0 plugin import ./path/to/plugin.js"]]});async function j8(t,e,{checksum:r=!0,project:o,report:a}){let{configuration:n}=o,u={},A={exports:u};(0,sde.runInNewContext)(e.toString(),{module:A,exports:u});let h=`.yarn/plugins/${A.exports.name}.cjs`,E=K.resolve(o.cwd,h);a.reportInfo(0,`Saving the new plugin in ${de.pretty(n,h,"magenta")}`),await oe.mkdirPromise(K.dirname(E),{recursive:!0}),await oe.writeFilePromise(E,e);let I={path:h,spec:t};r&&(I.checksum=wn.makeHash(e)),await Ve.addPlugin(o.cwd,[I])}var ogt=({pluginName:t,noMinify:e},r)=>[["yarn",`build:${t}`,...e?["--no-minify"]:[],"|"]],Jh=class extends ut{constructor(){super(...arguments);this.installPath=ge.String("--path",{description:"The path where the repository should be cloned to"});this.repository=ge.String("--repository","https://github.com/yarnpkg/berry.git",{description:"The repository that should be cloned"});this.branch=ge.String("--branch","master",{description:"The branch of the repository that should be cloned"});this.noMinify=ge.Boolean("--no-minify",!1,{description:"Build a plugin for development (debugging) - non-minified and non-mangled"});this.force=ge.Boolean("-f,--force",!1,{description:"Always clone the repository instead of trying to fetch the latest commits"});this.name=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),o=typeof this.installPath<"u"?K.resolve(this.context.cwd,ue.toPortablePath(this.installPath)):K.resolve(ue.toPortablePath((0,ode.tmpdir)()),"yarnpkg-sources",wn.makeHash(this.repository).slice(0,6));return(await Nt.start({configuration:r,stdout:this.context.stdout},async n=>{let{project:u}=await St.find(r,this.context.cwd),A=W.parseIdent(this.name.replace(/^((@yarnpkg\/)?plugin-)?/,"@yarnpkg/plugin-")),p=W.stringifyIdent(A),h=await Jd(r,tn);if(!Object.hasOwn(h,p))throw new zt(51,`Couldn't find a plugin named "${p}" on the remote registry. Note that only the plugins referenced on our website (https://github.com/yarnpkg/berry/blob/master/plugins.yml) can be built and imported from sources.`);let E=p;await _8(this,{configuration:r,report:n,target:o}),await H8(E,this,{project:u,report:n,target:o})})).exitCode()}};Jh.paths=[["plugin","import","from","sources"]],Jh.usage=nt.Usage({category:"Plugin-related commands",description:"build a plugin from sources",details:` + `,examples:[['Download and activate the "@yarnpkg/plugin-exec" plugin',"$0 plugin import @yarnpkg/plugin-exec"],['Download and activate the "@yarnpkg/plugin-exec" plugin (shorthand)',"$0 plugin import exec"],["Download and activate a community plugin","$0 plugin import https://example.org/path/to/plugin.js"],["Activate a local plugin","$0 plugin import ./path/to/plugin.js"]]});async function _8(t,e,{checksum:r=!0,project:o,report:a}){let{configuration:n}=o,u={},A={exports:u};(0,rde.runInNewContext)(e.toString(),{module:A,exports:u});let h=`.yarn/plugins/${A.exports.name}.cjs`,E=V.resolve(o.cwd,h);a.reportInfo(0,`Saving the new plugin in ${de.pretty(n,h,"magenta")}`),await oe.mkdirPromise(V.dirname(E),{recursive:!0}),await oe.writeFilePromise(E,e);let I={path:h,spec:t};r&&(I.checksum=wn.makeHash(e)),await Ke.addPlugin(o.cwd,[I])}var tgt=({pluginName:t,noMinify:e},r)=>[["yarn",`build:${t}`,...e?["--no-minify"]:[],"|"]],zh=class extends ut{constructor(){super(...arguments);this.installPath=ge.String("--path",{description:"The path where the repository should be cloned to"});this.repository=ge.String("--repository","https://github.com/yarnpkg/berry.git",{description:"The repository that should be cloned"});this.branch=ge.String("--branch","master",{description:"The branch of the repository that should be cloned"});this.noMinify=ge.Boolean("--no-minify",!1,{description:"Build a plugin for development (debugging) - non-minified and non-mangled"});this.force=ge.Boolean("-f,--force",!1,{description:"Always clone the repository instead of trying to fetch the latest commits"});this.name=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),o=typeof this.installPath<"u"?V.resolve(this.context.cwd,ue.toPortablePath(this.installPath)):V.resolve(ue.toPortablePath((0,nde.tmpdir)()),"yarnpkg-sources",wn.makeHash(this.repository).slice(0,6));return(await Nt.start({configuration:r,stdout:this.context.stdout},async n=>{let{project:u}=await Pt.find(r,this.context.cwd),A=W.parseIdent(this.name.replace(/^((@yarnpkg\/)?plugin-)?/,"@yarnpkg/plugin-")),p=W.stringifyIdent(A),h=await zd(r,rn);if(!Object.hasOwn(h,p))throw new zt(51,`Couldn't find a plugin named "${p}" on the remote registry. Note that only the plugins referenced on our website (https://github.com/yarnpkg/berry/blob/master/plugins.yml) can be built and imported from sources.`);let E=p;await M8(this,{configuration:r,report:n,target:o}),await U8(E,this,{project:u,report:n,target:o})})).exitCode()}};zh.paths=[["plugin","import","from","sources"]],zh.usage=nt.Usage({category:"Plugin-related commands",description:"build a plugin from sources",details:` This command clones the Yarn repository into a temporary folder, builds the specified contrib plugin and updates the configuration to reference it in further CLI invocations. The plugins can be referenced by their short name if sourced from the official Yarn repository. - `,examples:[['Build and activate the "@yarnpkg/plugin-exec" plugin',"$0 plugin import from sources @yarnpkg/plugin-exec"],['Build and activate the "@yarnpkg/plugin-exec" plugin (shorthand)',"$0 plugin import from sources exec"]]});async function H8(t,{context:e,noMinify:r},{project:o,report:a,target:n}){let u=t.replace(/@yarnpkg\//,""),{configuration:A}=o;a.reportSeparator(),a.reportInfo(0,`Building a fresh ${u}`),a.reportSeparator(),await y2(ogt({pluginName:u,noMinify:r},n),{configuration:A,context:e,target:n}),a.reportSeparator();let p=K.resolve(n,`packages/${u}/bundles/${t}.js`),h=await oe.readFilePromise(p);await j8(t,h,{project:o,report:a})}Ye();Pt();qt();var zh=class extends ut{constructor(){super(...arguments);this.name=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o}=await St.find(r,this.context.cwd);return(await Nt.start({configuration:r,stdout:this.context.stdout},async n=>{let u=this.name,A=W.parseIdent(u);if(!r.plugins.has(u))throw new it(`${W.prettyIdent(r,A)} isn't referenced by the current configuration`);let p=`.yarn/plugins/${u}.cjs`,h=K.resolve(o.cwd,p);oe.existsSync(h)&&(n.reportInfo(0,`Removing ${de.pretty(r,p,de.Type.PATH)}...`),await oe.removePromise(h)),n.reportInfo(0,"Updating the configuration..."),await Ve.updateConfiguration(o.cwd,{plugins:E=>{if(!Array.isArray(E))return E;let I=E.filter(v=>v.path!==p);return I.length===0?Ve.deleteProperty:I.length===E.length?E:I}})})).exitCode()}};zh.paths=[["plugin","remove"]],zh.usage=nt.Usage({category:"Plugin-related commands",description:"remove a plugin",details:` + `,examples:[['Build and activate the "@yarnpkg/plugin-exec" plugin',"$0 plugin import from sources @yarnpkg/plugin-exec"],['Build and activate the "@yarnpkg/plugin-exec" plugin (shorthand)',"$0 plugin import from sources exec"]]});async function U8(t,{context:e,noMinify:r},{project:o,report:a,target:n}){let u=t.replace(/@yarnpkg\//,""),{configuration:A}=o;a.reportSeparator(),a.reportInfo(0,`Building a fresh ${u}`),a.reportSeparator(),await E2(tgt({pluginName:u,noMinify:r},n),{configuration:A,context:e,target:n}),a.reportSeparator();let p=V.resolve(n,`packages/${u}/bundles/${t}.js`),h=await oe.readFilePromise(p);await _8(t,h,{project:o,report:a})}Ye();St();jt();var Xh=class extends ut{constructor(){super(...arguments);this.name=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o}=await Pt.find(r,this.context.cwd);return(await Nt.start({configuration:r,stdout:this.context.stdout},async n=>{let u=this.name,A=W.parseIdent(u);if(!r.plugins.has(u))throw new it(`${W.prettyIdent(r,A)} isn't referenced by the current configuration`);let p=`.yarn/plugins/${u}.cjs`,h=V.resolve(o.cwd,p);oe.existsSync(h)&&(n.reportInfo(0,`Removing ${de.pretty(r,p,de.Type.PATH)}...`),await oe.removePromise(h)),n.reportInfo(0,"Updating the configuration..."),await Ke.updateConfiguration(o.cwd,{plugins:E=>{if(!Array.isArray(E))return E;let I=E.filter(v=>v.path!==p);return I.length===0?Ke.deleteProperty:I.length===E.length?E:I}})})).exitCode()}};Xh.paths=[["plugin","remove"]],Xh.usage=nt.Usage({category:"Plugin-related commands",description:"remove a plugin",details:` This command deletes the specified plugin from the .yarn/plugins folder and removes it from the configuration. **Note:** The plugins have to be referenced by their name property, which can be obtained using the \`yarn plugin runtime\` command. Shorthands are not allowed. - `,examples:[["Remove a plugin imported from the Yarn repository","$0 plugin remove @yarnpkg/plugin-typescript"],["Remove a plugin imported from a local file","$0 plugin remove my-local-plugin"]]});Ye();qt();var Xh=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins);return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async a=>{for(let n of r.plugins.keys()){let u=this.context.plugins.plugins.has(n),A=n;u&&(A+=" [builtin]"),a.reportJson({name:n,builtin:u}),a.reportInfo(null,`${A}`)}})).exitCode()}};Xh.paths=[["plugin","runtime"]],Xh.usage=nt.Usage({category:"Plugin-related commands",description:"list the active plugins",details:` + `,examples:[["Remove a plugin imported from the Yarn repository","$0 plugin remove @yarnpkg/plugin-typescript"],["Remove a plugin imported from a local file","$0 plugin remove my-local-plugin"]]});Ye();jt();var Zh=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins);return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async a=>{for(let n of r.plugins.keys()){let u=this.context.plugins.plugins.has(n),A=n;u&&(A+=" [builtin]"),a.reportJson({name:n,builtin:u}),a.reportInfo(null,`${A}`)}})).exitCode()}};Zh.paths=[["plugin","runtime"]],Zh.usage=nt.Usage({category:"Plugin-related commands",description:"list the active plugins",details:` This command prints the currently active plugins. Will be displayed both builtin plugins and external plugins. - `,examples:[["List the currently active plugins","$0 plugin runtime"]]});Ye();Ye();qt();var Zh=class extends ut{constructor(){super(...arguments);this.idents=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);let u=new Set;for(let A of this.idents)u.add(W.parseIdent(A).identHash);if(await o.restoreInstallState({restoreResolutions:!1}),await o.resolveEverything({cache:n,report:new Qi}),u.size>0)for(let A of o.storedPackages.values())u.has(A.identHash)&&(o.storedBuildState.delete(A.locatorHash),o.skippedBuilds.delete(A.locatorHash));else o.storedBuildState.clear(),o.skippedBuilds.clear();return await o.installWithNewReport({stdout:this.context.stdout,quiet:this.context.quiet},{cache:n})}};Zh.paths=[["rebuild"]],Zh.usage=nt.Usage({description:"rebuild the project's native packages",details:` + `,examples:[["List the currently active plugins","$0 plugin runtime"]]});Ye();Ye();jt();var $h=class extends ut{constructor(){super(...arguments);this.idents=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);let u=new Set;for(let A of this.idents)u.add(W.parseIdent(A).identHash);if(await o.restoreInstallState({restoreResolutions:!1}),await o.resolveEverything({cache:n,report:new Qi}),u.size>0)for(let A of o.storedPackages.values())u.has(A.identHash)&&(o.storedBuildState.delete(A.locatorHash),o.skippedBuilds.delete(A.locatorHash));else o.storedBuildState.clear(),o.skippedBuilds.clear();return await o.installWithNewReport({stdout:this.context.stdout,quiet:this.context.quiet},{cache:n})}};$h.paths=[["rebuild"]],$h.usage=nt.Usage({description:"rebuild the project's native packages",details:` This command will automatically cause Yarn to forget about previous compilations of the given packages and to run them again. Note that while Yarn forgets the compilation, the previous artifacts aren't erased from the filesystem and may affect the next builds (in good or bad). To avoid this, you may remove the .yarn/unplugged folder, or any other relevant location where packages might have been stored (Yarn may offer a way to do that automatically in the future). By default all packages will be rebuilt, but you can filter the list by specifying the names of the packages you want to clear from memory. - `,examples:[["Rebuild all packages","$0 rebuild"],["Rebuild fsevents only","$0 rebuild fsevents"]]});Ye();Ye();Ye();qt();var q8=$e(Zo());Za();var $h=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Apply the operation to all workspaces from the current project"});this.mode=ge.String("--mode",{description:"Change what artifacts installs generate",validator:Vs(pl)});this.patterns=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=this.all?o.workspaces:[a],A=["dependencies","devDependencies","peerDependencies"],p=[],h=!1,E=[];for(let C of this.patterns){let T=!1,L=W.parseIdent(C);for(let U of u){let J=[...U.manifest.peerDependenciesMeta.keys()];for(let te of(0,q8.default)(J,C))U.manifest.peerDependenciesMeta.delete(te),h=!0,T=!0;for(let te of A){let le=U.manifest.getForScope(te),pe=[...le.values()].map(Ae=>W.stringifyIdent(Ae));for(let Ae of(0,q8.default)(pe,W.stringifyIdent(L))){let{identHash:ye}=W.parseIdent(Ae),ae=le.get(ye);if(typeof ae>"u")throw new Error("Assertion failed: Expected the descriptor to be registered");U.manifest[te].delete(ye),E.push([U,te,ae]),h=!0,T=!0}}}T||p.push(C)}let I=p.length>1?"Patterns":"Pattern",v=p.length>1?"don't":"doesn't",b=this.all?"any":"this";if(p.length>0)throw new it(`${I} ${de.prettyList(r,p,de.Type.CODE)} ${v} match any packages referenced by ${b} workspace`);return h?(await r.triggerMultipleHooks(C=>C.afterWorkspaceDependencyRemoval,E),await o.installWithNewReport({stdout:this.context.stdout},{cache:n,mode:this.mode})):0}};$h.paths=[["remove"]],$h.usage=nt.Usage({description:"remove dependencies from the project",details:` + `,examples:[["Rebuild all packages","$0 rebuild"],["Rebuild fsevents only","$0 rebuild fsevents"]]});Ye();Ye();Ye();jt();var H8=$e(Zo());Za();var e0=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Apply the operation to all workspaces from the current project"});this.mode=ge.String("--mode",{description:"Change what artifacts installs generate",validator:Ks(pl)});this.patterns=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=this.all?o.workspaces:[a],A=["dependencies","devDependencies","peerDependencies"],p=[],h=!1,E=[];for(let C of this.patterns){let R=!1,L=W.parseIdent(C);for(let U of u){let J=[...U.manifest.peerDependenciesMeta.keys()];for(let te of(0,H8.default)(J,C))U.manifest.peerDependenciesMeta.delete(te),h=!0,R=!0;for(let te of A){let ae=U.manifest.getForScope(te),fe=[...ae.values()].map(ce=>W.stringifyIdent(ce));for(let ce of(0,H8.default)(fe,W.stringifyIdent(L))){let{identHash:me}=W.parseIdent(ce),he=ae.get(me);if(typeof he>"u")throw new Error("Assertion failed: Expected the descriptor to be registered");U.manifest[te].delete(me),E.push([U,te,he]),h=!0,R=!0}}}R||p.push(C)}let I=p.length>1?"Patterns":"Pattern",v=p.length>1?"don't":"doesn't",x=this.all?"any":"this";if(p.length>0)throw new it(`${I} ${de.prettyList(r,p,de.Type.CODE)} ${v} match any packages referenced by ${x} workspace`);return h?(await r.triggerMultipleHooks(C=>C.afterWorkspaceDependencyRemoval,E),await o.installWithNewReport({stdout:this.context.stdout},{cache:n,mode:this.mode})):0}};e0.paths=[["remove"]],e0.usage=nt.Usage({description:"remove dependencies from the project",details:` This command will remove the packages matching the specified patterns from the current workspace. If the \`--mode=\` option is set, Yarn will change which artifacts are generated. The modes currently supported are: @@ -496,7 +496,7 @@ ${p} - \`update-lockfile\` will skip the link step altogether, and only fetch packages that are missing from the lockfile (or that have no associated checksums). This mode is typically used by tools like Renovate or Dependabot to keep a lockfile up-to-date without incurring the full install cost. This command accepts glob patterns as arguments (if valid Idents and supported by [micromatch](https://github.com/micromatch/micromatch)). Make sure to escape the patterns, to prevent your own shell from trying to expand them. - `,examples:[["Remove a dependency from the current project","$0 remove lodash"],["Remove a dependency from all workspaces at once","$0 remove lodash --all"],["Remove all dependencies starting with `eslint-`","$0 remove 'eslint-*'"],["Remove all dependencies with the `@babel` scope","$0 remove '@babel/*'"],["Remove all dependencies matching `react-dom` or `react-helmet`","$0 remove 'react-{dom,helmet}'"]]});Ye();Ye();var ade=Be("util"),zd=class extends ut{async execute(){let e=await Ve.find(this.context.cwd,this.context.plugins),{project:r,workspace:o}=await St.find(e,this.context.cwd);if(!o)throw new rr(r.cwd,this.context.cwd);return(await Nt.start({configuration:e,stdout:this.context.stdout},async n=>{let u=o.manifest.scripts,A=je.sortMap(u.keys(),E=>E),p={breakLength:1/0,colors:e.get("enableColors"),maxArrayLength:2},h=A.reduce((E,I)=>Math.max(E,I.length),0);for(let[E,I]of u.entries())n.reportInfo(null,`${E.padEnd(h," ")} ${(0,ade.inspect)(I,p)}`)})).exitCode()}};zd.paths=[["run"]];Ye();Ye();qt();var e0=class extends ut{constructor(){super(...arguments);this.inspect=ge.String("--inspect",!1,{tolerateBoolean:!0,description:"Forwarded to the underlying Node process when executing a binary"});this.inspectBrk=ge.String("--inspect-brk",!1,{tolerateBoolean:!0,description:"Forwarded to the underlying Node process when executing a binary"});this.topLevel=ge.Boolean("-T,--top-level",!1,{description:"Check the root workspace for scripts and/or binaries instead of the current one"});this.binariesOnly=ge.Boolean("-B,--binaries-only",!1,{description:"Ignore any user defined scripts and only check for binaries"});this.require=ge.String("--require",{description:"Forwarded to the underlying Node process when executing a binary"});this.silent=ge.Boolean("--silent",{hidden:!0});this.scriptName=ge.String();this.args=ge.Proxy()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a,locator:n}=await St.find(r,this.context.cwd);await o.restoreInstallState();let u=this.topLevel?o.topLevelWorkspace.anchoredLocator:n;if(!this.binariesOnly&&await un.hasPackageScript(u,this.scriptName,{project:o}))return await un.executePackageScript(u,this.scriptName,this.args,{project:o,stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr});let A=await un.getPackageAccessibleBinaries(u,{project:o});if(A.get(this.scriptName)){let h=[];return this.inspect&&(typeof this.inspect=="string"?h.push(`--inspect=${this.inspect}`):h.push("--inspect")),this.inspectBrk&&(typeof this.inspectBrk=="string"?h.push(`--inspect-brk=${this.inspectBrk}`):h.push("--inspect-brk")),this.require&&h.push(`--require=${this.require}`),await un.executePackageAccessibleBinary(u,this.scriptName,this.args,{cwd:this.context.cwd,project:o,stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr,nodeArgs:h,packageAccessibleBinaries:A})}if(!this.topLevel&&!this.binariesOnly&&a&&this.scriptName.includes(":")){let E=(await Promise.all(o.workspaces.map(async I=>I.manifest.scripts.has(this.scriptName)?I:null))).filter(I=>I!==null);if(E.length===1)return await un.executeWorkspaceScript(E[0],this.scriptName,this.args,{stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr})}if(this.topLevel)throw this.scriptName==="node-gyp"?new it(`Couldn't find a script name "${this.scriptName}" in the top-level (used by ${W.prettyLocator(r,n)}). This typically happens because some package depends on "node-gyp" to build itself, but didn't list it in their dependencies. To fix that, please run "yarn add node-gyp" into your top-level workspace. You also can open an issue on the repository of the specified package to suggest them to use an optional peer dependency.`):new it(`Couldn't find a script name "${this.scriptName}" in the top-level (used by ${W.prettyLocator(r,n)}).`);{if(this.scriptName==="global")throw new it("The 'yarn global' commands have been removed in 2.x - consider using 'yarn dlx' or a third-party plugin instead");let h=[this.scriptName].concat(this.args);for(let[E,I]of uC)for(let v of I)if(h.length>=v.length&&JSON.stringify(h.slice(0,v.length))===JSON.stringify(v))throw new it(`Couldn't find a script named "${this.scriptName}", but a matching command can be found in the ${E} plugin. You can install it with "yarn plugin import ${E}".`);throw new it(`Couldn't find a script named "${this.scriptName}".`)}}};e0.paths=[["run"]],e0.usage=nt.Usage({description:"run a script defined in the package.json",details:` + `,examples:[["Remove a dependency from the current project","$0 remove lodash"],["Remove a dependency from all workspaces at once","$0 remove lodash --all"],["Remove all dependencies starting with `eslint-`","$0 remove 'eslint-*'"],["Remove all dependencies with the `@babel` scope","$0 remove '@babel/*'"],["Remove all dependencies matching `react-dom` or `react-helmet`","$0 remove 'react-{dom,helmet}'"]]});Ye();Ye();jt();var ide=ve("util"),Xd=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);return(await Nt.start({configuration:r,stdout:this.context.stdout,json:this.json},async u=>{let A=a.manifest.scripts,p=_e.sortMap(A.keys(),I=>I),h={breakLength:1/0,colors:r.get("enableColors"),maxArrayLength:2},E=p.reduce((I,v)=>Math.max(I,v.length),0);for(let[I,v]of A.entries())u.reportInfo(null,`${I.padEnd(E," ")} ${(0,ide.inspect)(v,h)}`),u.reportJson({name:I,script:v})})).exitCode()}};Xd.paths=[["run"]];Ye();Ye();jt();var t0=class extends ut{constructor(){super(...arguments);this.inspect=ge.String("--inspect",!1,{tolerateBoolean:!0,description:"Forwarded to the underlying Node process when executing a binary"});this.inspectBrk=ge.String("--inspect-brk",!1,{tolerateBoolean:!0,description:"Forwarded to the underlying Node process when executing a binary"});this.topLevel=ge.Boolean("-T,--top-level",!1,{description:"Check the root workspace for scripts and/or binaries instead of the current one"});this.binariesOnly=ge.Boolean("-B,--binaries-only",!1,{description:"Ignore any user defined scripts and only check for binaries"});this.require=ge.String("--require",{description:"Forwarded to the underlying Node process when executing a binary"});this.silent=ge.Boolean("--silent",{hidden:!0});this.scriptName=ge.String();this.args=ge.Proxy()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a,locator:n}=await Pt.find(r,this.context.cwd);await o.restoreInstallState();let u=this.topLevel?o.topLevelWorkspace.anchoredLocator:n;if(!this.binariesOnly&&await un.hasPackageScript(u,this.scriptName,{project:o}))return await un.executePackageScript(u,this.scriptName,this.args,{project:o,stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr});let A=await un.getPackageAccessibleBinaries(u,{project:o});if(A.get(this.scriptName)){let h=[];return this.inspect&&(typeof this.inspect=="string"?h.push(`--inspect=${this.inspect}`):h.push("--inspect")),this.inspectBrk&&(typeof this.inspectBrk=="string"?h.push(`--inspect-brk=${this.inspectBrk}`):h.push("--inspect-brk")),this.require&&h.push(`--require=${this.require}`),await un.executePackageAccessibleBinary(u,this.scriptName,this.args,{cwd:this.context.cwd,project:o,stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr,nodeArgs:h,packageAccessibleBinaries:A})}if(!this.topLevel&&!this.binariesOnly&&a&&this.scriptName.includes(":")){let E=(await Promise.all(o.workspaces.map(async I=>I.manifest.scripts.has(this.scriptName)?I:null))).filter(I=>I!==null);if(E.length===1)return await un.executeWorkspaceScript(E[0],this.scriptName,this.args,{stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr})}if(this.topLevel)throw this.scriptName==="node-gyp"?new it(`Couldn't find a script name "${this.scriptName}" in the top-level (used by ${W.prettyLocator(r,n)}). This typically happens because some package depends on "node-gyp" to build itself, but didn't list it in their dependencies. To fix that, please run "yarn add node-gyp" into your top-level workspace. You also can open an issue on the repository of the specified package to suggest them to use an optional peer dependency.`):new it(`Couldn't find a script name "${this.scriptName}" in the top-level (used by ${W.prettyLocator(r,n)}).`);{if(this.scriptName==="global")throw new it("The 'yarn global' commands have been removed in 2.x - consider using 'yarn dlx' or a third-party plugin instead");let h=[this.scriptName].concat(this.args);for(let[E,I]of AC)for(let v of I)if(h.length>=v.length&&JSON.stringify(h.slice(0,v.length))===JSON.stringify(v))throw new it(`Couldn't find a script named "${this.scriptName}", but a matching command can be found in the ${E} plugin. You can install it with "yarn plugin import ${E}".`);throw new it(`Couldn't find a script named "${this.scriptName}".`)}}};t0.paths=[["run"]],t0.usage=nt.Usage({description:"run a script defined in the package.json",details:` This command will run a tool. The exact tool that will be executed will depend on the current state of your workspace: - If the \`scripts\` field from your local package.json contains a matching script name, its definition will get executed. @@ -506,32 +506,32 @@ ${p} - Otherwise, if the specified name contains a colon character and if one of the workspaces in the project contains exactly one script with a matching name, then this script will get executed. Whatever happens, the cwd of the spawned process will be the workspace that declares the script (which makes it possible to call commands cross-workspaces using the third syntax). - `,examples:[["Run the tests from the local workspace","$0 run test"],['Same thing, but without the "run" keyword',"$0 test"],["Inspect Webpack while running","$0 run --inspect-brk webpack"]]});Ye();Ye();qt();var t0=class extends ut{constructor(){super(...arguments);this.descriptor=ge.String();this.resolution=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(await o.restoreInstallState({restoreResolutions:!1}),!a)throw new rr(o.cwd,this.context.cwd);let u=W.parseDescriptor(this.descriptor,!0),A=W.makeDescriptor(u,this.resolution);return o.storedDescriptors.set(u.descriptorHash,u),o.storedDescriptors.set(A.descriptorHash,A),o.resolutionAliases.set(u.descriptorHash,A.descriptorHash),await o.installWithNewReport({stdout:this.context.stdout},{cache:n})}};t0.paths=[["set","resolution"]],t0.usage=nt.Usage({description:"enforce a package resolution",details:'\n This command updates the resolution table so that `descriptor` is resolved by `resolution`.\n\n Note that by default this command only affect the current resolution table - meaning that this "manual override" will disappear if you remove the lockfile, or if the package disappear from the table. If you wish to make the enforced resolution persist whatever happens, edit the `resolutions` field in your top-level manifest.\n\n Note that no attempt is made at validating that `resolution` is a valid resolution entry for `descriptor`.\n ',examples:[["Force all instances of lodash@npm:^1.2.3 to resolve to 1.5.0","$0 set resolution lodash@npm:^1.2.3 1.5.0"]]});Ye();Pt();qt();var lde=$e(Zo()),r0=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Unlink all workspaces belonging to the target project from the current one"});this.leadingArguments=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);let u=o.topLevelWorkspace,A=new Set;if(this.leadingArguments.length===0&&this.all)for(let{pattern:p,reference:h}of u.manifest.resolutions)h.startsWith("portal:")&&A.add(p.descriptor.fullName);if(this.leadingArguments.length>0)for(let p of this.leadingArguments){let h=K.resolve(this.context.cwd,ue.toPortablePath(p));if(je.isPathLike(p)){let E=await Ve.find(h,this.context.plugins,{useRc:!1,strict:!1}),{project:I,workspace:v}=await St.find(E,h);if(!v)throw new rr(I.cwd,h);if(this.all){for(let b of I.workspaces)b.manifest.name&&A.add(W.stringifyIdent(b.anchoredLocator));if(A.size===0)throw new it("No workspace found to be unlinked in the target project")}else{if(!v.manifest.name)throw new it("The target workspace doesn't have a name and thus cannot be unlinked");A.add(W.stringifyIdent(v.anchoredLocator))}}else{let E=[...u.manifest.resolutions.map(({pattern:I})=>I.descriptor.fullName)];for(let I of(0,lde.default)(E,p))A.add(I)}}return u.manifest.resolutions=u.manifest.resolutions.filter(({pattern:p})=>!A.has(p.descriptor.fullName)),await o.installWithNewReport({stdout:this.context.stdout,quiet:this.context.quiet},{cache:n})}};r0.paths=[["unlink"]],r0.usage=nt.Usage({description:"disconnect the local project from another one",details:` + `,examples:[["Run the tests from the local workspace","$0 run test"],['Same thing, but without the "run" keyword',"$0 test"],["Inspect Webpack while running","$0 run --inspect-brk webpack"]]});Ye();Ye();jt();var r0=class extends ut{constructor(){super(...arguments);this.descriptor=ge.String();this.resolution=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(await o.restoreInstallState({restoreResolutions:!1}),!a)throw new rr(o.cwd,this.context.cwd);let u=W.parseDescriptor(this.descriptor,!0),A=W.makeDescriptor(u,this.resolution);return o.storedDescriptors.set(u.descriptorHash,u),o.storedDescriptors.set(A.descriptorHash,A),o.resolutionAliases.set(u.descriptorHash,A.descriptorHash),await o.installWithNewReport({stdout:this.context.stdout},{cache:n})}};r0.paths=[["set","resolution"]],r0.usage=nt.Usage({description:"enforce a package resolution",details:'\n This command updates the resolution table so that `descriptor` is resolved by `resolution`.\n\n Note that by default this command only affect the current resolution table - meaning that this "manual override" will disappear if you remove the lockfile, or if the package disappear from the table. If you wish to make the enforced resolution persist whatever happens, edit the `resolutions` field in your top-level manifest.\n\n Note that no attempt is made at validating that `resolution` is a valid resolution entry for `descriptor`.\n ',examples:[["Force all instances of lodash@npm:^1.2.3 to resolve to 1.5.0","$0 set resolution lodash@npm:^1.2.3 1.5.0"]]});Ye();St();jt();var sde=$e(Zo()),n0=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Unlink all workspaces belonging to the target project from the current one"});this.leadingArguments=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);let u=o.topLevelWorkspace,A=new Set;if(this.leadingArguments.length===0&&this.all)for(let{pattern:p,reference:h}of u.manifest.resolutions)h.startsWith("portal:")&&A.add(p.descriptor.fullName);if(this.leadingArguments.length>0)for(let p of this.leadingArguments){let h=V.resolve(this.context.cwd,ue.toPortablePath(p));if(_e.isPathLike(p)){let E=await Ke.find(h,this.context.plugins,{useRc:!1,strict:!1}),{project:I,workspace:v}=await Pt.find(E,h);if(!v)throw new rr(I.cwd,h);if(this.all){for(let x of I.workspaces)x.manifest.name&&A.add(W.stringifyIdent(x.anchoredLocator));if(A.size===0)throw new it("No workspace found to be unlinked in the target project")}else{if(!v.manifest.name)throw new it("The target workspace doesn't have a name and thus cannot be unlinked");A.add(W.stringifyIdent(v.anchoredLocator))}}else{let E=[...u.manifest.resolutions.map(({pattern:I})=>I.descriptor.fullName)];for(let I of(0,sde.default)(E,p))A.add(I)}}return u.manifest.resolutions=u.manifest.resolutions.filter(({pattern:p})=>!A.has(p.descriptor.fullName)),await o.installWithNewReport({stdout:this.context.stdout,quiet:this.context.quiet},{cache:n})}};n0.paths=[["unlink"]],n0.usage=nt.Usage({description:"disconnect the local project from another one",details:` This command will remove any resolutions in the project-level manifest that would have been added via a yarn link with similar arguments. - `,examples:[["Unregister a remote workspace in the current project","$0 unlink ~/ts-loader"],["Unregister all workspaces from a remote project in the current project","$0 unlink ~/jest --all"],["Unregister all previously linked workspaces","$0 unlink --all"],["Unregister all workspaces matching a glob","$0 unlink '@babel/*' 'pkg-{a,b}'"]]});Ye();Ye();Ye();qt();var cde=$e(A2()),G8=$e(Zo());Za();var Kf=class extends ut{constructor(){super(...arguments);this.interactive=ge.Boolean("-i,--interactive",{description:"Offer various choices, depending on the detected upgrade paths"});this.fixed=ge.Boolean("-F,--fixed",!1,{description:"Store dependency tags as-is instead of resolving them"});this.exact=ge.Boolean("-E,--exact",!1,{description:"Don't use any semver modifier on the resolved range"});this.tilde=ge.Boolean("-T,--tilde",!1,{description:"Use the `~` semver modifier on the resolved range"});this.caret=ge.Boolean("-C,--caret",!1,{description:"Use the `^` semver modifier on the resolved range"});this.recursive=ge.Boolean("-R,--recursive",!1,{description:"Resolve again ALL resolutions for those packages"});this.mode=ge.String("--mode",{description:"Change what artifacts installs generate",validator:Vs(pl)});this.patterns=ge.Rest()}async execute(){return this.recursive?await this.executeUpRecursive():await this.executeUpClassic()}async executeUpRecursive(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=[...o.storedDescriptors.values()],A=u.map(E=>W.stringifyIdent(E)),p=new Set;for(let E of this.patterns){if(W.parseDescriptor(E).range!=="unknown")throw new it("Ranges aren't allowed when using --recursive");for(let I of(0,G8.default)(A,E)){let v=W.parseIdent(I);p.add(v.identHash)}}let h=u.filter(E=>p.has(E.identHash));for(let E of h)o.storedDescriptors.delete(E.descriptorHash),o.storedResolutions.delete(E.descriptorHash);return await o.installWithNewReport({stdout:this.context.stdout},{cache:n,mode:this.mode})}async executeUpClassic(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=this.fixed,A=this.interactive??r.get("preferInteractive"),p=p2(this,o),h=A?["keep","reuse","project","latest"]:["project","latest"],E=[],I=[];for(let L of this.patterns){let U=!1,J=W.parseDescriptor(L),te=W.stringifyIdent(J);for(let le of o.workspaces)for(let pe of["dependencies","devDependencies"]){let ye=[...le.manifest.getForScope(pe).values()].map(we=>W.stringifyIdent(we)),ae=te==="*"?ye:(0,G8.default)(ye,te);for(let we of ae){let Pe=W.parseIdent(we),g=le.manifest[pe].get(Pe.identHash);if(typeof g>"u")throw new Error("Assertion failed: Expected the descriptor to be registered");let Ee=W.makeDescriptor(Pe,J.range);E.push(Promise.resolve().then(async()=>[le,pe,g,await h2(Ee,{project:o,workspace:le,cache:n,target:pe,fixed:u,modifier:p,strategies:h})])),U=!0}}U||I.push(L)}if(I.length>1)throw new it(`Patterns ${de.prettyList(r,I,de.Type.CODE)} don't match any packages referenced by any workspace`);if(I.length>0)throw new it(`Pattern ${de.prettyList(r,I,de.Type.CODE)} doesn't match any packages referenced by any workspace`);let v=await Promise.all(E),b=await AA.start({configuration:r,stdout:this.context.stdout,suggestInstall:!1},async L=>{for(let[,,U,{suggestions:J,rejections:te}]of v){let le=J.filter(pe=>pe.descriptor!==null);if(le.length===0){let[pe]=te;if(typeof pe>"u")throw new Error("Assertion failed: Expected an error to have been set");let Ae=this.cli.error(pe);o.configuration.get("enableNetwork")?L.reportError(27,`${W.prettyDescriptor(r,U)} can't be resolved to a satisfying range + `,examples:[["Unregister a remote workspace in the current project","$0 unlink ~/ts-loader"],["Unregister all workspaces from a remote project in the current project","$0 unlink ~/jest --all"],["Unregister all previously linked workspaces","$0 unlink --all"],["Unregister all workspaces matching a glob","$0 unlink '@babel/*' 'pkg-{a,b}'"]]});Ye();Ye();Ye();jt();var ode=$e(f2()),j8=$e(Zo());Za();var Jf=class extends ut{constructor(){super(...arguments);this.interactive=ge.Boolean("-i,--interactive",{description:"Offer various choices, depending on the detected upgrade paths"});this.fixed=ge.Boolean("-F,--fixed",!1,{description:"Store dependency tags as-is instead of resolving them"});this.exact=ge.Boolean("-E,--exact",!1,{description:"Don't use any semver modifier on the resolved range"});this.tilde=ge.Boolean("-T,--tilde",!1,{description:"Use the `~` semver modifier on the resolved range"});this.caret=ge.Boolean("-C,--caret",!1,{description:"Use the `^` semver modifier on the resolved range"});this.recursive=ge.Boolean("-R,--recursive",!1,{description:"Resolve again ALL resolutions for those packages"});this.mode=ge.String("--mode",{description:"Change what artifacts installs generate",validator:Ks(pl)});this.patterns=ge.Rest()}async execute(){return this.recursive?await this.executeUpRecursive():await this.executeUpClassic()}async executeUpRecursive(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=[...o.storedDescriptors.values()],A=u.map(E=>W.stringifyIdent(E)),p=new Set;for(let E of this.patterns){if(W.parseDescriptor(E).range!=="unknown")throw new it("Ranges aren't allowed when using --recursive");for(let I of(0,j8.default)(A,E)){let v=W.parseIdent(I);p.add(v.identHash)}}let h=u.filter(E=>p.has(E.identHash));for(let E of h)o.storedDescriptors.delete(E.descriptorHash),o.storedResolutions.delete(E.descriptorHash);return await o.installWithNewReport({stdout:this.context.stdout},{cache:n,mode:this.mode})}async executeUpClassic(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=this.fixed,A=this.interactive??r.get("preferInteractive"),p=h2(this,o),h=A?["keep","reuse","project","latest"]:["project","latest"],E=[],I=[];for(let L of this.patterns){let U=!1,J=W.parseDescriptor(L),te=W.stringifyIdent(J);for(let ae of o.workspaces)for(let fe of["dependencies","devDependencies"]){let me=[...ae.manifest.getForScope(fe).values()].map(Be=>W.stringifyIdent(Be)),he=te==="*"?me:(0,j8.default)(me,te);for(let Be of he){let we=W.parseIdent(Be),g=ae.manifest[fe].get(we.identHash);if(typeof g>"u")throw new Error("Assertion failed: Expected the descriptor to be registered");let Ee=W.makeDescriptor(we,J.range);E.push(Promise.resolve().then(async()=>[ae,fe,g,await g2(Ee,{project:o,workspace:ae,cache:n,target:fe,fixed:u,modifier:p,strategies:h})])),U=!0}}U||I.push(L)}if(I.length>1)throw new it(`Patterns ${de.prettyList(r,I,de.Type.CODE)} don't match any packages referenced by any workspace`);if(I.length>0)throw new it(`Pattern ${de.prettyList(r,I,de.Type.CODE)} doesn't match any packages referenced by any workspace`);let v=await Promise.all(E),x=await AA.start({configuration:r,stdout:this.context.stdout,suggestInstall:!1},async L=>{for(let[,,U,{suggestions:J,rejections:te}]of v){let ae=J.filter(fe=>fe.descriptor!==null);if(ae.length===0){let[fe]=te;if(typeof fe>"u")throw new Error("Assertion failed: Expected an error to have been set");let ce=this.cli.error(fe);o.configuration.get("enableNetwork")?L.reportError(27,`${W.prettyDescriptor(r,U)} can't be resolved to a satisfying range -${Ae}`):L.reportError(27,`${W.prettyDescriptor(r,U)} can't be resolved to a satisfying range (note: network resolution has been disabled) +${ce}`):L.reportError(27,`${W.prettyDescriptor(r,U)} can't be resolved to a satisfying range (note: network resolution has been disabled) -${Ae}`)}else le.length>1&&!A&&L.reportError(27,`${W.prettyDescriptor(r,U)} has multiple possible upgrade strategies; use -i to disambiguate manually`)}});if(b.hasErrors())return b.exitCode();let C=!1,T=[];for(let[L,U,,{suggestions:J}]of v){let te,le=J.filter(ae=>ae.descriptor!==null),pe=le[0].descriptor,Ae=le.every(ae=>W.areDescriptorsEqual(ae.descriptor,pe));le.length===1||Ae?te=pe:(C=!0,{answer:te}=await(0,cde.prompt)({type:"select",name:"answer",message:`Which range do you want to use in ${W.prettyWorkspace(r,L)} \u276F ${U}?`,choices:J.map(({descriptor:ae,name:we,reason:Pe})=>ae?{name:we,hint:Pe,descriptor:ae}:{name:we,hint:Pe,disabled:!0}),onCancel:()=>process.exit(130),result(ae){return this.find(ae,"descriptor")},stdin:this.context.stdin,stdout:this.context.stdout}));let ye=L.manifest[U].get(te.identHash);if(typeof ye>"u")throw new Error("Assertion failed: This descriptor should have a matching entry");if(ye.descriptorHash!==te.descriptorHash)L.manifest[U].set(te.identHash,te),T.push([L,U,ye,te]);else{let ae=r.makeResolver(),we={project:o,resolver:ae},Pe=r.normalizeDependency(ye),g=ae.bindDescriptor(Pe,L.anchoredLocator,we);o.forgetResolution(g)}}return await r.triggerMultipleHooks(L=>L.afterWorkspaceDependencyReplacement,T),C&&this.context.stdout.write(` -`),await o.installWithNewReport({stdout:this.context.stdout},{cache:n,mode:this.mode})}};Kf.paths=[["up"]],Kf.usage=nt.Usage({description:"upgrade dependencies across the project",details:"\n This command upgrades the packages matching the list of specified patterns to their latest available version across the whole project (regardless of whether they're part of `dependencies` or `devDependencies` - `peerDependencies` won't be affected). This is a project-wide command: all workspaces will be upgraded in the process.\n\n If `-R,--recursive` is set the command will change behavior and no other switch will be allowed. When operating under this mode `yarn up` will force all ranges matching the selected packages to be resolved again (often to the highest available versions) before being stored in the lockfile. It however won't touch your manifests anymore, so depending on your needs you might want to run both `yarn up` and `yarn up -R` to cover all bases.\n\n If `-i,--interactive` is set (or if the `preferInteractive` settings is toggled on) the command will offer various choices, depending on the detected upgrade paths. Some upgrades require this flag in order to resolve ambiguities.\n\n The, `-C,--caret`, `-E,--exact` and `-T,--tilde` options have the same meaning as in the `add` command (they change the modifier used when the range is missing or a tag, and are ignored when the range is explicitly set).\n\n If the `--mode=` option is set, Yarn will change which artifacts are generated. The modes currently supported are:\n\n - `skip-build` will not run the build scripts at all. Note that this is different from setting `enableScripts` to false because the latter will disable build scripts, and thus affect the content of the artifacts generated on disk, whereas the former will just disable the build step - but not the scripts themselves, which just won't run.\n\n - `update-lockfile` will skip the link step altogether, and only fetch packages that are missing from the lockfile (or that have no associated checksums). This mode is typically used by tools like Renovate or Dependabot to keep a lockfile up-to-date without incurring the full install cost.\n\n Generally you can see `yarn up` as a counterpart to what was `yarn upgrade --latest` in Yarn 1 (ie it ignores the ranges previously listed in your manifests), but unlike `yarn upgrade` which only upgraded dependencies in the current workspace, `yarn up` will upgrade all workspaces at the same time.\n\n This command accepts glob patterns as arguments (if valid Descriptors and supported by [micromatch](https://github.com/micromatch/micromatch)). Make sure to escape the patterns, to prevent your own shell from trying to expand them.\n\n **Note:** The ranges have to be static, only the package scopes and names can contain glob patterns.\n ",examples:[["Upgrade all instances of lodash to the latest release","$0 up lodash"],["Upgrade all instances of lodash to the latest release, but ask confirmation for each","$0 up lodash -i"],["Upgrade all instances of lodash to 1.2.3","$0 up lodash@1.2.3"],["Upgrade all instances of packages with the `@babel` scope to the latest release","$0 up '@babel/*'"],["Upgrade all instances of packages containing the word `jest` to the latest release","$0 up '*jest*'"],["Upgrade all instances of packages with the `@babel` scope to 7.0.0","$0 up '@babel/*@7.0.0'"]]}),Kf.schema=[lI("recursive",Gu.Forbids,["interactive","exact","tilde","caret"],{ignore:[void 0,!1]})];Ye();Ye();Ye();qt();var n0=class extends ut{constructor(){super(...arguments);this.recursive=ge.Boolean("-R,--recursive",!1,{description:"List, for each workspace, what are all the paths that lead to the dependency"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.peers=ge.Boolean("--peers",!1,{description:"Also print the peer dependencies that match the specified name"});this.package=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let n=W.parseIdent(this.package).identHash,u=this.recursive?lgt(o,n,{configuration:r,peers:this.peers}):agt(o,n,{configuration:r,peers:this.peers});$s.emitTree(u,{configuration:r,stdout:this.context.stdout,json:this.json,separators:1})}};n0.paths=[["why"]],n0.usage=nt.Usage({description:"display the reason why a package is needed",details:` +${ce}`)}else ae.length>1&&!A&&L.reportError(27,`${W.prettyDescriptor(r,U)} has multiple possible upgrade strategies; use -i to disambiguate manually`)}});if(x.hasErrors())return x.exitCode();let C=!1,R=[];for(let[L,U,,{suggestions:J}]of v){let te,ae=J.filter(he=>he.descriptor!==null),fe=ae[0].descriptor,ce=ae.every(he=>W.areDescriptorsEqual(he.descriptor,fe));ae.length===1||ce?te=fe:(C=!0,{answer:te}=await(0,ode.prompt)({type:"select",name:"answer",message:`Which range do you want to use in ${W.prettyWorkspace(r,L)} \u276F ${U}?`,choices:J.map(({descriptor:he,name:Be,reason:we})=>he?{name:Be,hint:we,descriptor:he}:{name:Be,hint:we,disabled:!0}),onCancel:()=>process.exit(130),result(he){return this.find(he,"descriptor")},stdin:this.context.stdin,stdout:this.context.stdout}));let me=L.manifest[U].get(te.identHash);if(typeof me>"u")throw new Error("Assertion failed: This descriptor should have a matching entry");if(me.descriptorHash!==te.descriptorHash)L.manifest[U].set(te.identHash,te),R.push([L,U,me,te]);else{let he=r.makeResolver(),Be={project:o,resolver:he},we=r.normalizeDependency(me),g=he.bindDescriptor(we,L.anchoredLocator,Be);o.forgetResolution(g)}}return await r.triggerMultipleHooks(L=>L.afterWorkspaceDependencyReplacement,R),C&&this.context.stdout.write(` +`),await o.installWithNewReport({stdout:this.context.stdout},{cache:n,mode:this.mode})}};Jf.paths=[["up"]],Jf.usage=nt.Usage({description:"upgrade dependencies across the project",details:"\n This command upgrades the packages matching the list of specified patterns to their latest available version across the whole project (regardless of whether they're part of `dependencies` or `devDependencies` - `peerDependencies` won't be affected). This is a project-wide command: all workspaces will be upgraded in the process.\n\n If `-R,--recursive` is set the command will change behavior and no other switch will be allowed. When operating under this mode `yarn up` will force all ranges matching the selected packages to be resolved again (often to the highest available versions) before being stored in the lockfile. It however won't touch your manifests anymore, so depending on your needs you might want to run both `yarn up` and `yarn up -R` to cover all bases.\n\n If `-i,--interactive` is set (or if the `preferInteractive` settings is toggled on) the command will offer various choices, depending on the detected upgrade paths. Some upgrades require this flag in order to resolve ambiguities.\n\n The, `-C,--caret`, `-E,--exact` and `-T,--tilde` options have the same meaning as in the `add` command (they change the modifier used when the range is missing or a tag, and are ignored when the range is explicitly set).\n\n If the `--mode=` option is set, Yarn will change which artifacts are generated. The modes currently supported are:\n\n - `skip-build` will not run the build scripts at all. Note that this is different from setting `enableScripts` to false because the latter will disable build scripts, and thus affect the content of the artifacts generated on disk, whereas the former will just disable the build step - but not the scripts themselves, which just won't run.\n\n - `update-lockfile` will skip the link step altogether, and only fetch packages that are missing from the lockfile (or that have no associated checksums). This mode is typically used by tools like Renovate or Dependabot to keep a lockfile up-to-date without incurring the full install cost.\n\n Generally you can see `yarn up` as a counterpart to what was `yarn upgrade --latest` in Yarn 1 (ie it ignores the ranges previously listed in your manifests), but unlike `yarn upgrade` which only upgraded dependencies in the current workspace, `yarn up` will upgrade all workspaces at the same time.\n\n This command accepts glob patterns as arguments (if valid Descriptors and supported by [micromatch](https://github.com/micromatch/micromatch)). Make sure to escape the patterns, to prevent your own shell from trying to expand them.\n\n **Note:** The ranges have to be static, only the package scopes and names can contain glob patterns.\n ",examples:[["Upgrade all instances of lodash to the latest release","$0 up lodash"],["Upgrade all instances of lodash to the latest release, but ask confirmation for each","$0 up lodash -i"],["Upgrade all instances of lodash to 1.2.3","$0 up lodash@1.2.3"],["Upgrade all instances of packages with the `@babel` scope to the latest release","$0 up '@babel/*'"],["Upgrade all instances of packages containing the word `jest` to the latest release","$0 up '*jest*'"],["Upgrade all instances of packages with the `@babel` scope to 7.0.0","$0 up '@babel/*@7.0.0'"]]}),Jf.schema=[cI("recursive",qu.Forbids,["interactive","exact","tilde","caret"],{ignore:[void 0,!1]})];Ye();Ye();Ye();jt();var i0=class extends ut{constructor(){super(...arguments);this.recursive=ge.Boolean("-R,--recursive",!1,{description:"List, for each workspace, what are all the paths that lead to the dependency"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.peers=ge.Boolean("--peers",!1,{description:"Also print the peer dependencies that match the specified name"});this.package=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let n=W.parseIdent(this.package).identHash,u=this.recursive?ngt(o,n,{configuration:r,peers:this.peers}):rgt(o,n,{configuration:r,peers:this.peers});$s.emitTree(u,{configuration:r,stdout:this.context.stdout,json:this.json,separators:1})}};i0.paths=[["why"]],i0.usage=nt.Usage({description:"display the reason why a package is needed",details:` This command prints the exact reasons why a package appears in the dependency tree. If \`-R,--recursive\` is set, the listing will go in depth and will list, for each workspaces, what are all the paths that lead to the dependency. Note that the display is somewhat optimized in that it will not print the package listing twice for a single package, so if you see a leaf named "Foo" when looking for "Bar", it means that "Foo" already got printed higher in the tree. - `,examples:[["Explain why lodash is used in your project","$0 why lodash"]]});function agt(t,e,{configuration:r,peers:o}){let a=je.sortMap(t.storedPackages.values(),A=>W.stringifyLocator(A)),n={},u={children:n};for(let A of a){let p={};for(let E of A.dependencies.values()){if(!o&&A.peerDependencies.has(E.identHash))continue;let I=t.storedResolutions.get(E.descriptorHash);if(!I)throw new Error("Assertion failed: The resolution should have been registered");let v=t.storedPackages.get(I);if(!v)throw new Error("Assertion failed: The package should have been registered");if(v.identHash!==e)continue;{let C=W.stringifyLocator(A);n[C]={value:[A,de.Type.LOCATOR],children:p}}let b=W.stringifyLocator(v);p[b]={value:[{descriptor:E,locator:v},de.Type.DEPENDENT]}}}return u}function lgt(t,e,{configuration:r,peers:o}){let a=je.sortMap(t.workspaces,v=>W.stringifyLocator(v.anchoredLocator)),n=new Set,u=new Set,A=v=>{if(n.has(v.locatorHash))return u.has(v.locatorHash);if(n.add(v.locatorHash),v.identHash===e)return u.add(v.locatorHash),!0;let b=!1;v.identHash===e&&(b=!0);for(let C of v.dependencies.values()){if(!o&&v.peerDependencies.has(C.identHash))continue;let T=t.storedResolutions.get(C.descriptorHash);if(!T)throw new Error("Assertion failed: The resolution should have been registered");let L=t.storedPackages.get(T);if(!L)throw new Error("Assertion failed: The package should have been registered");A(L)&&(b=!0)}return b&&u.add(v.locatorHash),b};for(let v of a)A(v.anchoredPackage);let p=new Set,h={},E={children:h},I=(v,b,C)=>{if(!u.has(v.locatorHash))return;let T=C!==null?de.tuple(de.Type.DEPENDENT,{locator:v,descriptor:C}):de.tuple(de.Type.LOCATOR,v),L={},U={value:T,children:L},J=W.stringifyLocator(v);if(b[J]=U,!p.has(v.locatorHash)&&(p.add(v.locatorHash),!(C!==null&&t.tryWorkspaceByLocator(v))))for(let te of v.dependencies.values()){if(!o&&v.peerDependencies.has(te.identHash))continue;let le=t.storedResolutions.get(te.descriptorHash);if(!le)throw new Error("Assertion failed: The resolution should have been registered");let pe=t.storedPackages.get(le);if(!pe)throw new Error("Assertion failed: The package should have been registered");I(pe,L,te)}};for(let v of a)I(v.anchoredPackage,h,null);return E}Ye();var eH={};Kt(eH,{GitFetcher:()=>C2,GitResolver:()=>w2,default:()=>bgt,gitUtils:()=>ra});Ye();Pt();var ra={};Kt(ra,{TreeishProtocols:()=>E2,clone:()=>$8,fetchBase:()=>Qde,fetchChangedFiles:()=>Fde,fetchChangedWorkspaces:()=>Sgt,fetchRoot:()=>kde,isGitUrl:()=>EC,lsRemote:()=>bde,normalizeLocator:()=>Pgt,normalizeRepoUrl:()=>mC,resolveUrl:()=>Z8,splitRepoUrl:()=>i0,validateRepoUrl:()=>X8});Ye();Pt();qt();var Pde=$e(Bde()),Sde=$e(EU()),yC=$e(Be("querystring")),J8=$e(zn());function K8(t,e,r){let o=t.indexOf(r);return t.lastIndexOf(e,o>-1?o:1/0)}function vde(t){try{return new URL(t)}catch{return}}function vgt(t){let e=K8(t,"@","#"),r=K8(t,":","#");return r>e&&(t=`${t.slice(0,r)}/${t.slice(r+1)}`),K8(t,":","#")===-1&&t.indexOf("//")===-1&&(t=`ssh://${t}`),t}function Dde(t){return vde(t)||vde(vgt(t))}function mC(t,{git:e=!1}={}){if(t=t.replace(/^git\+https:/,"https:"),t=t.replace(/^(?:github:|https:\/\/github\.com\/|git:\/\/github\.com\/)?(?!\.{1,2}\/)([a-zA-Z0-9._-]+)\/(?!\.{1,2}(?:#|$))([a-zA-Z0-9._-]+?)(?:\.git)?(#.*)?$/,"https://github.com/$1/$2.git$3"),t=t.replace(/^https:\/\/github\.com\/(?!\.{1,2}\/)([a-zA-Z0-9._-]+)\/(?!\.{1,2}(?:#|$))([a-zA-Z0-9._-]+?)\/tarball\/(.+)?$/,"https://github.com/$1/$2.git#$3"),e){let r=Dde(t);r&&(t=r.href),t=t.replace(/^git\+([^:]+):/,"$1:")}return t}function xde(){return{...process.env,GIT_SSH_COMMAND:process.env.GIT_SSH_COMMAND||`${process.env.GIT_SSH||"ssh"} -o BatchMode=yes`}}var Dgt=[/^ssh:/,/^git(?:\+[^:]+)?:/,/^(?:git\+)?https?:[^#]+\/[^#]+(?:\.git)(?:#.*)?$/,/^git@[^#]+\/[^#]+\.git(?:#.*)?$/,/^(?:github:|https:\/\/github\.com\/)?(?!\.{1,2}\/)([a-zA-Z._0-9-]+)\/(?!\.{1,2}(?:#|$))([a-zA-Z._0-9-]+?)(?:\.git)?(?:#.*)?$/,/^https:\/\/github\.com\/(?!\.{1,2}\/)([a-zA-Z0-9._-]+)\/(?!\.{1,2}(?:#|$))([a-zA-Z0-9._-]+?)\/tarball\/(.+)?$/],E2=(a=>(a.Commit="commit",a.Head="head",a.Tag="tag",a.Semver="semver",a))(E2||{});function EC(t){return t?Dgt.some(e=>!!t.match(e)):!1}function i0(t){t=mC(t);let e=t.indexOf("#");if(e===-1)return{repo:t,treeish:{protocol:"head",request:"HEAD"},extra:{}};let r=t.slice(0,e),o=t.slice(e+1);if(o.match(/^[a-z]+=/)){let a=yC.default.parse(o);for(let[p,h]of Object.entries(a))if(typeof h!="string")throw new Error(`Assertion failed: The ${p} parameter must be a literal string`);let n=Object.values(E2).find(p=>Object.hasOwn(a,p)),[u,A]=typeof n<"u"?[n,a[n]]:["head","HEAD"];for(let p of Object.values(E2))delete a[p];return{repo:r,treeish:{protocol:u,request:A},extra:a}}else{let a=o.indexOf(":"),[n,u]=a===-1?[null,o]:[o.slice(0,a),o.slice(a+1)];return{repo:r,treeish:{protocol:n,request:u},extra:{}}}}function Pgt(t){return W.makeLocator(t,mC(t.reference))}function X8(t,{configuration:e}){let r=mC(t,{git:!0});if(!rn.getNetworkSettings(`https://${(0,Pde.default)(r).resource}`,{configuration:e}).enableNetwork)throw new zt(80,`Request to '${r}' has been blocked because of your configuration settings`);return r}async function bde(t,e){let r=X8(t,{configuration:e}),o=await z8("listing refs",["ls-remote",r],{cwd:e.startingCwd,env:xde()},{configuration:e,normalizedRepoUrl:r}),a=new Map,n=/^([a-f0-9]{40})\t([^\n]+)/gm,u;for(;(u=n.exec(o.stdout))!==null;)a.set(u[2],u[1]);return a}async function Z8(t,e){let{repo:r,treeish:{protocol:o,request:a},extra:n}=i0(t),u=await bde(r,e),A=(h,E)=>{switch(h){case"commit":{if(!E.match(/^[a-f0-9]{40}$/))throw new Error("Invalid commit hash");return yC.default.stringify({...n,commit:E})}case"head":{let I=u.get(E==="HEAD"?E:`refs/heads/${E}`);if(typeof I>"u")throw new Error(`Unknown head ("${E}")`);return yC.default.stringify({...n,commit:I})}case"tag":{let I=u.get(`refs/tags/${E}`);if(typeof I>"u")throw new Error(`Unknown tag ("${E}")`);return yC.default.stringify({...n,commit:I})}case"semver":{let I=kr.validRange(E);if(!I)throw new Error(`Invalid range ("${E}")`);let v=new Map([...u.entries()].filter(([C])=>C.startsWith("refs/tags/")).map(([C,T])=>[J8.default.parse(C.slice(10)),T]).filter(C=>C[0]!==null)),b=J8.default.maxSatisfying([...v.keys()],I);if(b===null)throw new Error(`No matching range ("${E}")`);return yC.default.stringify({...n,commit:v.get(b)})}case null:{let I;if((I=p("commit",E))!==null||(I=p("tag",E))!==null||(I=p("head",E))!==null)return I;throw E.match(/^[a-f0-9]+$/)?new Error(`Couldn't resolve "${E}" as either a commit, a tag, or a head - if a commit, use the 40-characters commit hash`):new Error(`Couldn't resolve "${E}" as either a commit, a tag, or a head`)}default:throw new Error(`Invalid Git resolution protocol ("${h}")`)}},p=(h,E)=>{try{return A(h,E)}catch{return null}};return mC(`${r}#${A(o,a)}`)}async function $8(t,e){return await e.getLimit("cloneConcurrency")(async()=>{let{repo:r,treeish:{protocol:o,request:a}}=i0(t);if(o!=="commit")throw new Error("Invalid treeish protocol when cloning");let n=X8(r,{configuration:e}),u=await oe.mktempPromise(),A={cwd:u,env:xde()};return await z8("cloning the repository",["clone","-c core.autocrlf=false",n,ue.fromPortablePath(u)],A,{configuration:e,normalizedRepoUrl:n}),await z8("switching branch",["checkout",`${a}`],A,{configuration:e,normalizedRepoUrl:n}),u})}async function kde(t){let e,r=t;do{if(e=r,await oe.existsPromise(K.join(e,".git")))return e;r=K.dirname(e)}while(r!==e);return null}async function Qde(t,{baseRefs:e}){if(e.length===0)throw new it("Can't run this command with zero base refs specified.");let r=[];for(let A of e){let{code:p}=await Ur.execvp("git",["merge-base",A,"HEAD"],{cwd:t});p===0&&r.push(A)}if(r.length===0)throw new it(`No ancestor could be found between any of HEAD and ${e.join(", ")}`);let{stdout:o}=await Ur.execvp("git",["merge-base","HEAD",...r],{cwd:t,strict:!0}),a=o.trim(),{stdout:n}=await Ur.execvp("git",["show","--quiet","--pretty=format:%s",a],{cwd:t,strict:!0}),u=n.trim();return{hash:a,title:u}}async function Fde(t,{base:e,project:r}){let o=je.buildIgnorePattern(r.configuration.get("changesetIgnorePatterns")),{stdout:a}=await Ur.execvp("git",["diff","--name-only",`${e}`],{cwd:t,strict:!0}),n=a.split(/\r\n|\r|\n/).filter(h=>h.length>0).map(h=>K.resolve(t,ue.toPortablePath(h))),{stdout:u}=await Ur.execvp("git",["ls-files","--others","--exclude-standard"],{cwd:t,strict:!0}),A=u.split(/\r\n|\r|\n/).filter(h=>h.length>0).map(h=>K.resolve(t,ue.toPortablePath(h))),p=[...new Set([...n,...A].sort())];return o?p.filter(h=>!K.relative(r.cwd,h).match(o)):p}async function Sgt({ref:t,project:e}){if(e.configuration.projectCwd===null)throw new it("This command can only be run from within a Yarn project");let r=[K.resolve(e.cwd,dr.lockfile),K.resolve(e.cwd,e.configuration.get("cacheFolder")),K.resolve(e.cwd,e.configuration.get("installStatePath")),K.resolve(e.cwd,e.configuration.get("virtualFolder"))];await e.configuration.triggerHook(u=>u.populateYarnPaths,e,u=>{u!=null&&r.push(u)});let o=await kde(e.configuration.projectCwd);if(o==null)throw new it("This command can only be run on Git repositories");let a=await Qde(o,{baseRefs:typeof t=="string"?[t]:e.configuration.get("changesetBaseRefs")}),n=await Fde(o,{base:a.hash,project:e});return new Set(je.mapAndFilter(n,u=>{let A=e.tryWorkspaceByFilePath(u);return A===null?je.mapAndFilter.skip:r.some(p=>u.startsWith(p))?je.mapAndFilter.skip:A}))}async function z8(t,e,r,{configuration:o,normalizedRepoUrl:a}){try{return await Ur.execvp("git",e,{...r,strict:!0})}catch(n){if(!(n instanceof Ur.ExecError))throw n;let u=n.reportExtra,A=n.stderr.toString();throw new zt(1,`Failed ${t}`,p=>{p.reportError(1,` ${de.prettyField(o,{label:"Repository URL",value:de.tuple(de.Type.URL,a)})}`);for(let h of A.matchAll(/^(.+?): (.*)$/gm)){let[,E,I]=h;E=E.toLowerCase();let v=E==="error"?"Error":`${(0,Sde.default)(E)} Error`;p.reportError(1,` ${de.prettyField(o,{label:v,value:de.tuple(de.Type.NO_HINT,I)})}`)}u?.(p)})}}var C2=class{supports(e,r){return EC(e.reference)}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,a=new Map(r.checksums);a.set(e.locatorHash,o);let n={...r,checksums:a},u=await this.downloadHosted(e,n);if(u!==null)return u;let[A,p,h]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the remote repository`),loader:()=>this.cloneFromRemote(e,n),...r.cacheOptions});return{packageFs:A,releaseFs:p,prefixPath:W.getIdentVendorPath(e),checksum:h}}async downloadHosted(e,r){return r.project.configuration.reduceHook(o=>o.fetchHostedRepository,null,e,r)}async cloneFromRemote(e,r){let o=await $8(e.reference,r.project.configuration),a=i0(e.reference),n=K.join(o,"package.tgz");await un.prepareExternalProject(o,n,{configuration:r.project.configuration,report:r.report,workspace:a.extra.workspace,locator:e});let u=await oe.readFilePromise(n);return await je.releaseAfterUseAsync(async()=>await Xi.convertToZip(u,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1}))}};Ye();Ye();var w2=class{supportsDescriptor(e,r){return EC(e.range)}supportsLocator(e,r){return EC(e.reference)}shouldPersistResolution(e,r){return!0}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){let a=await Z8(e.range,o.project.configuration);return[W.makeLocator(e,a)]}async getSatisfying(e,r,o,a){let n=i0(e.range);return{locators:o.filter(A=>{if(A.identHash!==e.identHash)return!1;let p=i0(A.reference);return!(n.repo!==p.repo||n.treeish.protocol==="commit"&&n.treeish.request!==p.treeish.request)}),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await je.releaseAfterUseAsync(async()=>await Mt.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"HARD",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};var xgt={configuration:{changesetBaseRefs:{description:"The base git refs that the current HEAD is compared against when detecting changes. Supports git branches, tags, and commits.",type:"STRING",isArray:!0,isNullable:!1,default:["master","origin/master","upstream/master","main","origin/main","upstream/main"]},changesetIgnorePatterns:{description:"Array of glob patterns; files matching them will be ignored when fetching the changed files",type:"STRING",default:[],isArray:!0},cloneConcurrency:{description:"Maximal number of concurrent clones",type:"NUMBER",default:2}},fetchers:[C2],resolvers:[w2]};var bgt=xgt;qt();var s0=class extends ut{constructor(){super(...arguments);this.since=ge.String("--since",{description:"Only include workspaces that have been changed since the specified ref.",tolerateBoolean:!0});this.recursive=ge.Boolean("-R,--recursive",!1,{description:"Find packages via dependencies/devDependencies instead of using the workspaces field"});this.noPrivate=ge.Boolean("--no-private",{description:"Exclude workspaces that have the private field set to true"});this.verbose=ge.Boolean("-v,--verbose",!1,{description:"Also return the cross-dependencies between workspaces"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o}=await St.find(r,this.context.cwd);return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async n=>{let u=this.since?await ra.fetchChangedWorkspaces({ref:this.since,project:o}):o.workspaces,A=new Set(u);if(this.recursive)for(let p of[...u].map(h=>h.getRecursiveWorkspaceDependents()))for(let h of p)A.add(h);for(let p of A){let{manifest:h}=p;if(h.private&&this.noPrivate)continue;let E;if(this.verbose){let I=new Set,v=new Set;for(let b of Mt.hardDependencies)for(let[C,T]of h.getForScope(b)){let L=o.tryWorkspaceByDescriptor(T);L===null?o.workspacesByIdent.has(C)&&v.add(T):I.add(L)}E={workspaceDependencies:Array.from(I).map(b=>b.relativeCwd),mismatchedWorkspaceDependencies:Array.from(v).map(b=>W.stringifyDescriptor(b))}}n.reportInfo(null,`${p.relativeCwd}`),n.reportJson({location:p.relativeCwd,name:h.name?W.stringifyIdent(h.name):null,...E})}})).exitCode()}};s0.paths=[["workspaces","list"]],s0.usage=nt.Usage({category:"Workspace-related commands",description:"list all available workspaces",details:"\n This command will print the list of all workspaces in the project.\n\n - If `--since` is set, Yarn will only list workspaces that have been modified since the specified ref. By default Yarn will use the refs specified by the `changesetBaseRefs` configuration option.\n\n - If `-R,--recursive` is set, Yarn will find workspaces to run the command on by recursively evaluating `dependencies` and `devDependencies` fields, instead of looking at the `workspaces` fields.\n\n - If `--no-private` is set, Yarn will not list any workspaces that have the `private` field set to `true`.\n\n - If both the `-v,--verbose` and `--json` options are set, Yarn will also return the cross-dependencies between each workspaces (useful when you wish to automatically generate Buck / Bazel rules).\n "});Ye();Ye();qt();var o0=class extends ut{constructor(){super(...arguments);this.workspaceName=ge.String();this.commandName=ge.String();this.args=ge.Proxy()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);let n=o.workspaces,u=new Map(n.map(p=>[W.stringifyIdent(p.anchoredLocator),p])),A=u.get(this.workspaceName);if(A===void 0){let p=Array.from(u.keys()).sort();throw new it(`Workspace '${this.workspaceName}' not found. Did you mean any of the following: + `,examples:[["Explain why lodash is used in your project","$0 why lodash"]]});function rgt(t,e,{configuration:r,peers:o}){let a=_e.sortMap(t.storedPackages.values(),A=>W.stringifyLocator(A)),n={},u={children:n};for(let A of a){let p={};for(let E of A.dependencies.values()){if(!o&&A.peerDependencies.has(E.identHash))continue;let I=t.storedResolutions.get(E.descriptorHash);if(!I)throw new Error("Assertion failed: The resolution should have been registered");let v=t.storedPackages.get(I);if(!v)throw new Error("Assertion failed: The package should have been registered");if(v.identHash!==e)continue;{let C=W.stringifyLocator(A);n[C]={value:[A,de.Type.LOCATOR],children:p}}let x=W.stringifyLocator(v);p[x]={value:[{descriptor:E,locator:v},de.Type.DEPENDENT]}}}return u}function ngt(t,e,{configuration:r,peers:o}){let a=_e.sortMap(t.workspaces,v=>W.stringifyLocator(v.anchoredLocator)),n=new Set,u=new Set,A=v=>{if(n.has(v.locatorHash))return u.has(v.locatorHash);if(n.add(v.locatorHash),v.identHash===e)return u.add(v.locatorHash),!0;let x=!1;v.identHash===e&&(x=!0);for(let C of v.dependencies.values()){if(!o&&v.peerDependencies.has(C.identHash))continue;let R=t.storedResolutions.get(C.descriptorHash);if(!R)throw new Error("Assertion failed: The resolution should have been registered");let L=t.storedPackages.get(R);if(!L)throw new Error("Assertion failed: The package should have been registered");A(L)&&(x=!0)}return x&&u.add(v.locatorHash),x};for(let v of a)A(v.anchoredPackage);let p=new Set,h={},E={children:h},I=(v,x,C)=>{if(!u.has(v.locatorHash))return;let R=C!==null?de.tuple(de.Type.DEPENDENT,{locator:v,descriptor:C}):de.tuple(de.Type.LOCATOR,v),L={},U={value:R,children:L},J=W.stringifyLocator(v);if(x[J]=U,!p.has(v.locatorHash)&&(p.add(v.locatorHash),!(C!==null&&t.tryWorkspaceByLocator(v))))for(let te of v.dependencies.values()){if(!o&&v.peerDependencies.has(te.identHash))continue;let ae=t.storedResolutions.get(te.descriptorHash);if(!ae)throw new Error("Assertion failed: The resolution should have been registered");let fe=t.storedPackages.get(ae);if(!fe)throw new Error("Assertion failed: The package should have been registered");I(fe,L,te)}};for(let v of a)I(v.anchoredPackage,h,null);return E}Ye();var Z8={};Vt(Z8,{GitFetcher:()=>w2,GitResolver:()=>I2,default:()=>vgt,gitUtils:()=>ra});Ye();St();var ra={};Vt(ra,{TreeishProtocols:()=>C2,clone:()=>X8,fetchBase:()=>bde,fetchChangedFiles:()=>xde,fetchChangedWorkspaces:()=>Igt,fetchRoot:()=>Pde,isGitUrl:()=>CC,lsRemote:()=>Sde,normalizeLocator:()=>wgt,normalizeRepoUrl:()=>yC,resolveUrl:()=>z8,splitRepoUrl:()=>s0,validateRepoUrl:()=>J8});Ye();St();jt();var Bde=$e(Cde()),vde=$e(mU()),EC=$e(ve("querystring")),K8=$e(zn());function W8(t,e,r){let o=t.indexOf(r);return t.lastIndexOf(e,o>-1?o:1/0)}function wde(t){try{return new URL(t)}catch{return}}function Egt(t){let e=W8(t,"@","#"),r=W8(t,":","#");return r>e&&(t=`${t.slice(0,r)}/${t.slice(r+1)}`),W8(t,":","#")===-1&&t.indexOf("//")===-1&&(t=`ssh://${t}`),t}function Ide(t){return wde(t)||wde(Egt(t))}function yC(t,{git:e=!1}={}){if(t=t.replace(/^git\+https:/,"https:"),t=t.replace(/^(?:github:|https:\/\/github\.com\/|git:\/\/github\.com\/)?(?!\.{1,2}\/)([a-zA-Z0-9._-]+)\/(?!\.{1,2}(?:#|$))([a-zA-Z0-9._-]+?)(?:\.git)?(#.*)?$/,"https://github.com/$1/$2.git$3"),t=t.replace(/^https:\/\/github\.com\/(?!\.{1,2}\/)([a-zA-Z0-9._-]+)\/(?!\.{1,2}(?:#|$))([a-zA-Z0-9._-]+?)\/tarball\/(.+)?$/,"https://github.com/$1/$2.git#$3"),e){let r=Ide(t);r&&(t=r.href),t=t.replace(/^git\+([^:]+):/,"$1:")}return t}function Dde(){return{...process.env,GIT_SSH_COMMAND:process.env.GIT_SSH_COMMAND||`${process.env.GIT_SSH||"ssh"} -o BatchMode=yes`}}var Cgt=[/^ssh:/,/^git(?:\+[^:]+)?:/,/^(?:git\+)?https?:[^#]+\/[^#]+(?:\.git)(?:#.*)?$/,/^git@[^#]+\/[^#]+\.git(?:#.*)?$/,/^(?:github:|https:\/\/github\.com\/)?(?!\.{1,2}\/)([a-zA-Z._0-9-]+)\/(?!\.{1,2}(?:#|$))([a-zA-Z._0-9-]+?)(?:\.git)?(?:#.*)?$/,/^https:\/\/github\.com\/(?!\.{1,2}\/)([a-zA-Z0-9._-]+)\/(?!\.{1,2}(?:#|$))([a-zA-Z0-9._-]+?)\/tarball\/(.+)?$/],C2=(a=>(a.Commit="commit",a.Head="head",a.Tag="tag",a.Semver="semver",a))(C2||{});function CC(t){return t?Cgt.some(e=>!!t.match(e)):!1}function s0(t){t=yC(t);let e=t.indexOf("#");if(e===-1)return{repo:t,treeish:{protocol:"head",request:"HEAD"},extra:{}};let r=t.slice(0,e),o=t.slice(e+1);if(o.match(/^[a-z]+=/)){let a=EC.default.parse(o);for(let[p,h]of Object.entries(a))if(typeof h!="string")throw new Error(`Assertion failed: The ${p} parameter must be a literal string`);let n=Object.values(C2).find(p=>Object.hasOwn(a,p)),[u,A]=typeof n<"u"?[n,a[n]]:["head","HEAD"];for(let p of Object.values(C2))delete a[p];return{repo:r,treeish:{protocol:u,request:A},extra:a}}else{let a=o.indexOf(":"),[n,u]=a===-1?[null,o]:[o.slice(0,a),o.slice(a+1)];return{repo:r,treeish:{protocol:n,request:u},extra:{}}}}function wgt(t){return W.makeLocator(t,yC(t.reference))}function J8(t,{configuration:e}){let r=yC(t,{git:!0});if(!nn.getNetworkSettings(`https://${(0,Bde.default)(r).resource}`,{configuration:e}).enableNetwork)throw new zt(80,`Request to '${r}' has been blocked because of your configuration settings`);return r}async function Sde(t,e){let r=J8(t,{configuration:e}),o=await V8("listing refs",["ls-remote",r],{cwd:e.startingCwd,env:Dde()},{configuration:e,normalizedRepoUrl:r}),a=new Map,n=/^([a-f0-9]{40})\t([^\n]+)/gm,u;for(;(u=n.exec(o.stdout))!==null;)a.set(u[2],u[1]);return a}async function z8(t,e){let{repo:r,treeish:{protocol:o,request:a},extra:n}=s0(t),u=await Sde(r,e),A=(h,E)=>{switch(h){case"commit":{if(!E.match(/^[a-f0-9]{40}$/))throw new Error("Invalid commit hash");return EC.default.stringify({...n,commit:E})}case"head":{let I=u.get(E==="HEAD"?E:`refs/heads/${E}`);if(typeof I>"u")throw new Error(`Unknown head ("${E}")`);return EC.default.stringify({...n,commit:I})}case"tag":{let I=u.get(`refs/tags/${E}`);if(typeof I>"u")throw new Error(`Unknown tag ("${E}")`);return EC.default.stringify({...n,commit:I})}case"semver":{let I=kr.validRange(E);if(!I)throw new Error(`Invalid range ("${E}")`);let v=new Map([...u.entries()].filter(([C])=>C.startsWith("refs/tags/")).map(([C,R])=>[K8.default.parse(C.slice(10)),R]).filter(C=>C[0]!==null)),x=K8.default.maxSatisfying([...v.keys()],I);if(x===null)throw new Error(`No matching range ("${E}")`);return EC.default.stringify({...n,commit:v.get(x)})}case null:{let I;if((I=p("commit",E))!==null||(I=p("tag",E))!==null||(I=p("head",E))!==null)return I;throw E.match(/^[a-f0-9]+$/)?new Error(`Couldn't resolve "${E}" as either a commit, a tag, or a head - if a commit, use the 40-characters commit hash`):new Error(`Couldn't resolve "${E}" as either a commit, a tag, or a head`)}default:throw new Error(`Invalid Git resolution protocol ("${h}")`)}},p=(h,E)=>{try{return A(h,E)}catch{return null}};return yC(`${r}#${A(o,a)}`)}async function X8(t,e){return await e.getLimit("cloneConcurrency")(async()=>{let{repo:r,treeish:{protocol:o,request:a}}=s0(t);if(o!=="commit")throw new Error("Invalid treeish protocol when cloning");let n=J8(r,{configuration:e}),u=await oe.mktempPromise(),A={cwd:u,env:Dde()};return await V8("cloning the repository",["clone","-c core.autocrlf=false",n,ue.fromPortablePath(u)],A,{configuration:e,normalizedRepoUrl:n}),await V8("switching branch",["checkout",`${a}`],A,{configuration:e,normalizedRepoUrl:n}),u})}async function Pde(t){let e,r=t;do{if(e=r,await oe.existsPromise(V.join(e,".git")))return e;r=V.dirname(e)}while(r!==e);return null}async function bde(t,{baseRefs:e}){if(e.length===0)throw new it("Can't run this command with zero base refs specified.");let r=[];for(let A of e){let{code:p}=await Ur.execvp("git",["merge-base",A,"HEAD"],{cwd:t});p===0&&r.push(A)}if(r.length===0)throw new it(`No ancestor could be found between any of HEAD and ${e.join(", ")}`);let{stdout:o}=await Ur.execvp("git",["merge-base","HEAD",...r],{cwd:t,strict:!0}),a=o.trim(),{stdout:n}=await Ur.execvp("git",["show","--quiet","--pretty=format:%s",a],{cwd:t,strict:!0}),u=n.trim();return{hash:a,title:u}}async function xde(t,{base:e,project:r}){let o=_e.buildIgnorePattern(r.configuration.get("changesetIgnorePatterns")),{stdout:a}=await Ur.execvp("git",["diff","--name-only",`${e}`],{cwd:t,strict:!0}),n=a.split(/\r\n|\r|\n/).filter(h=>h.length>0).map(h=>V.resolve(t,ue.toPortablePath(h))),{stdout:u}=await Ur.execvp("git",["ls-files","--others","--exclude-standard"],{cwd:t,strict:!0}),A=u.split(/\r\n|\r|\n/).filter(h=>h.length>0).map(h=>V.resolve(t,ue.toPortablePath(h))),p=[...new Set([...n,...A].sort())];return o?p.filter(h=>!V.relative(r.cwd,h).match(o)):p}async function Igt({ref:t,project:e}){if(e.configuration.projectCwd===null)throw new it("This command can only be run from within a Yarn project");let r=[V.resolve(e.cwd,dr.lockfile),V.resolve(e.cwd,e.configuration.get("cacheFolder")),V.resolve(e.cwd,e.configuration.get("installStatePath")),V.resolve(e.cwd,e.configuration.get("virtualFolder"))];await e.configuration.triggerHook(u=>u.populateYarnPaths,e,u=>{u!=null&&r.push(u)});let o=await Pde(e.configuration.projectCwd);if(o==null)throw new it("This command can only be run on Git repositories");let a=await bde(o,{baseRefs:typeof t=="string"?[t]:e.configuration.get("changesetBaseRefs")}),n=await xde(o,{base:a.hash,project:e});return new Set(_e.mapAndFilter(n,u=>{let A=e.tryWorkspaceByFilePath(u);return A===null?_e.mapAndFilter.skip:r.some(p=>u.startsWith(p))?_e.mapAndFilter.skip:A}))}async function V8(t,e,r,{configuration:o,normalizedRepoUrl:a}){try{return await Ur.execvp("git",e,{...r,strict:!0})}catch(n){if(!(n instanceof Ur.ExecError))throw n;let u=n.reportExtra,A=n.stderr.toString();throw new zt(1,`Failed ${t}`,p=>{p.reportError(1,` ${de.prettyField(o,{label:"Repository URL",value:de.tuple(de.Type.URL,a)})}`);for(let h of A.matchAll(/^(.+?): (.*)$/gm)){let[,E,I]=h;E=E.toLowerCase();let v=E==="error"?"Error":`${(0,vde.default)(E)} Error`;p.reportError(1,` ${de.prettyField(o,{label:v,value:de.tuple(de.Type.NO_HINT,I)})}`)}u?.(p)})}}var w2=class{supports(e,r){return CC(e.reference)}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,a=new Map(r.checksums);a.set(e.locatorHash,o);let n={...r,checksums:a},u=await this.downloadHosted(e,n);if(u!==null)return u;let[A,p,h]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the remote repository`),loader:()=>this.cloneFromRemote(e,n),...r.cacheOptions});return{packageFs:A,releaseFs:p,prefixPath:W.getIdentVendorPath(e),checksum:h}}async downloadHosted(e,r){return r.project.configuration.reduceHook(o=>o.fetchHostedRepository,null,e,r)}async cloneFromRemote(e,r){let o=await X8(e.reference,r.project.configuration),a=s0(e.reference),n=V.join(o,"package.tgz");await un.prepareExternalProject(o,n,{configuration:r.project.configuration,report:r.report,workspace:a.extra.workspace,locator:e});let u=await oe.readFilePromise(n);return await _e.releaseAfterUseAsync(async()=>await Xi.convertToZip(u,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1}))}};Ye();Ye();var I2=class{supportsDescriptor(e,r){return CC(e.range)}supportsLocator(e,r){return CC(e.reference)}shouldPersistResolution(e,r){return!0}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){let a=await z8(e.range,o.project.configuration);return[W.makeLocator(e,a)]}async getSatisfying(e,r,o,a){let n=s0(e.range);return{locators:o.filter(A=>{if(A.identHash!==e.identHash)return!1;let p=s0(A.reference);return!(n.repo!==p.repo||n.treeish.protocol==="commit"&&n.treeish.request!==p.treeish.request)}),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await _e.releaseAfterUseAsync(async()=>await Ot.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"HARD",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};var Bgt={configuration:{changesetBaseRefs:{description:"The base git refs that the current HEAD is compared against when detecting changes. Supports git branches, tags, and commits.",type:"STRING",isArray:!0,isNullable:!1,default:["master","origin/master","upstream/master","main","origin/main","upstream/main"]},changesetIgnorePatterns:{description:"Array of glob patterns; files matching them will be ignored when fetching the changed files",type:"STRING",default:[],isArray:!0},cloneConcurrency:{description:"Maximal number of concurrent clones",type:"NUMBER",default:2}},fetchers:[w2],resolvers:[I2]};var vgt=Bgt;jt();var o0=class extends ut{constructor(){super(...arguments);this.since=ge.String("--since",{description:"Only include workspaces that have been changed since the specified ref.",tolerateBoolean:!0});this.recursive=ge.Boolean("-R,--recursive",!1,{description:"Find packages via dependencies/devDependencies instead of using the workspaces field"});this.noPrivate=ge.Boolean("--no-private",{description:"Exclude workspaces that have the private field set to true"});this.verbose=ge.Boolean("-v,--verbose",!1,{description:"Also return the cross-dependencies between workspaces"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o}=await Pt.find(r,this.context.cwd);return(await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async n=>{let u=this.since?await ra.fetchChangedWorkspaces({ref:this.since,project:o}):o.workspaces,A=new Set(u);if(this.recursive)for(let p of[...u].map(h=>h.getRecursiveWorkspaceDependents()))for(let h of p)A.add(h);for(let p of A){let{manifest:h}=p;if(h.private&&this.noPrivate)continue;let E;if(this.verbose){let I=new Set,v=new Set;for(let x of Ot.hardDependencies)for(let[C,R]of h.getForScope(x)){let L=o.tryWorkspaceByDescriptor(R);L===null?o.workspacesByIdent.has(C)&&v.add(R):I.add(L)}E={workspaceDependencies:Array.from(I).map(x=>x.relativeCwd),mismatchedWorkspaceDependencies:Array.from(v).map(x=>W.stringifyDescriptor(x))}}n.reportInfo(null,`${p.relativeCwd}`),n.reportJson({location:p.relativeCwd,name:h.name?W.stringifyIdent(h.name):null,...E})}})).exitCode()}};o0.paths=[["workspaces","list"]],o0.usage=nt.Usage({category:"Workspace-related commands",description:"list all available workspaces",details:"\n This command will print the list of all workspaces in the project.\n\n - If `--since` is set, Yarn will only list workspaces that have been modified since the specified ref. By default Yarn will use the refs specified by the `changesetBaseRefs` configuration option.\n\n - If `-R,--recursive` is set, Yarn will find workspaces to run the command on by recursively evaluating `dependencies` and `devDependencies` fields, instead of looking at the `workspaces` fields.\n\n - If `--no-private` is set, Yarn will not list any workspaces that have the `private` field set to `true`.\n\n - If both the `-v,--verbose` and `--json` options are set, Yarn will also return the cross-dependencies between each workspaces (useful when you wish to automatically generate Buck / Bazel rules).\n "});Ye();Ye();jt();var a0=class extends ut{constructor(){super(...arguments);this.workspaceName=ge.String();this.commandName=ge.String();this.args=ge.Proxy()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);let n=o.workspaces,u=new Map(n.map(p=>[W.stringifyIdent(p.anchoredLocator),p])),A=u.get(this.workspaceName);if(A===void 0){let p=Array.from(u.keys()).sort();throw new it(`Workspace '${this.workspaceName}' not found. Did you mean any of the following: - ${p.join(` - - `)}?`)}return this.cli.run([this.commandName,...this.args],{cwd:A.cwd})}};o0.paths=[["workspace"]],o0.usage=nt.Usage({category:"Workspace-related commands",description:"run a command within the specified workspace",details:` + - `)}?`)}return this.cli.run([this.commandName,...this.args],{cwd:A.cwd})}};a0.paths=[["workspace"]],a0.usage=nt.Usage({category:"Workspace-related commands",description:"run a command within the specified workspace",details:` This command will run a given sub-command on a single workspace. - `,examples:[["Add a package to a single workspace","yarn workspace components add -D react"],["Run build script on a single workspace","yarn workspace components run build"]]});var kgt={configuration:{enableImmutableInstalls:{description:"If true (the default on CI), prevents the install command from modifying the lockfile",type:"BOOLEAN",default:Tde.isCI},defaultSemverRangePrefix:{description:"The default save prefix: '^', '~' or ''",type:"STRING",values:["^","~",""],default:"^"},preferReuse:{description:"If true, `yarn add` will attempt to reuse the most common dependency range in other workspaces.",type:"BOOLEAN",default:!1}},commands:[Qh,Fh,Th,Rh,t0,Vh,Uh,s0,Wd,Vd,dC,Kd,bh,kh,Nh,Lh,Mh,Oh,_h,Hh,jh,qh,r0,Gh,Yh,Jh,Kh,zh,Wh,Xh,Zh,$h,zd,e0,Kf,n0,o0]},Qgt=kgt;var oH={};Kt(oH,{default:()=>Tgt});Ye();var kt={optional:!0},rH=[["@tailwindcss/aspect-ratio@<0.2.1",{peerDependencies:{tailwindcss:"^2.0.2"}}],["@tailwindcss/line-clamp@<0.2.1",{peerDependencies:{tailwindcss:"^2.0.2"}}],["@fullhuman/postcss-purgecss@3.1.3 || 3.1.3-alpha.0",{peerDependencies:{postcss:"^8.0.0"}}],["@samverschueren/stream-to-observable@<0.3.1",{peerDependenciesMeta:{rxjs:kt,zenObservable:kt}}],["any-observable@<0.5.1",{peerDependenciesMeta:{rxjs:kt,zenObservable:kt}}],["@pm2/agent@<1.0.4",{dependencies:{debug:"*"}}],["debug@<4.2.0",{peerDependenciesMeta:{["supports-color"]:kt}}],["got@<11",{dependencies:{["@types/responselike"]:"^1.0.0",["@types/keyv"]:"^3.1.1"}}],["cacheable-lookup@<4.1.2",{dependencies:{["@types/keyv"]:"^3.1.1"}}],["http-link-dataloader@*",{peerDependencies:{graphql:"^0.13.1 || ^14.0.0"}}],["typescript-language-server@*",{dependencies:{["vscode-jsonrpc"]:"^5.0.1",["vscode-languageserver-protocol"]:"^3.15.0"}}],["postcss-syntax@*",{peerDependenciesMeta:{["postcss-html"]:kt,["postcss-jsx"]:kt,["postcss-less"]:kt,["postcss-markdown"]:kt,["postcss-scss"]:kt}}],["jss-plugin-rule-value-function@<=10.1.1",{dependencies:{["tiny-warning"]:"^1.0.2"}}],["ink-select-input@<4.1.0",{peerDependencies:{react:"^16.8.2"}}],["license-webpack-plugin@<2.3.18",{peerDependenciesMeta:{webpack:kt}}],["snowpack@>=3.3.0",{dependencies:{["node-gyp"]:"^7.1.0"}}],["promise-inflight@*",{peerDependenciesMeta:{bluebird:kt}}],["reactcss@*",{peerDependencies:{react:"*"}}],["react-color@<=2.19.0",{peerDependencies:{react:"*"}}],["gatsby-plugin-i18n@*",{dependencies:{ramda:"^0.24.1"}}],["useragent@^2.0.0",{dependencies:{request:"^2.88.0",yamlparser:"0.0.x",semver:"5.5.x"}}],["@apollographql/apollo-tools@<=0.5.2",{peerDependencies:{graphql:"^14.2.1 || ^15.0.0"}}],["material-table@^2.0.0",{dependencies:{"@babel/runtime":"^7.11.2"}}],["@babel/parser@*",{dependencies:{"@babel/types":"^7.8.3"}}],["fork-ts-checker-webpack-plugin@<=6.3.4",{peerDependencies:{eslint:">= 6",typescript:">= 2.7",webpack:">= 4","vue-template-compiler":"*"},peerDependenciesMeta:{eslint:kt,"vue-template-compiler":kt}}],["rc-animate@<=3.1.1",{peerDependencies:{react:">=16.9.0","react-dom":">=16.9.0"}}],["react-bootstrap-table2-paginator@*",{dependencies:{classnames:"^2.2.6"}}],["react-draggable@<=4.4.3",{peerDependencies:{react:">= 16.3.0","react-dom":">= 16.3.0"}}],["apollo-upload-client@<14",{peerDependencies:{graphql:"14 - 15"}}],["react-instantsearch-core@<=6.7.0",{peerDependencies:{algoliasearch:">= 3.1 < 5"}}],["react-instantsearch-dom@<=6.7.0",{dependencies:{"react-fast-compare":"^3.0.0"}}],["ws@<7.2.1",{peerDependencies:{bufferutil:"^4.0.1","utf-8-validate":"^5.0.2"},peerDependenciesMeta:{bufferutil:kt,"utf-8-validate":kt}}],["react-portal@<4.2.2",{peerDependencies:{"react-dom":"^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0"}}],["react-scripts@<=4.0.1",{peerDependencies:{react:"*"}}],["testcafe@<=1.10.1",{dependencies:{"@babel/plugin-transform-for-of":"^7.12.1","@babel/runtime":"^7.12.5"}}],["testcafe-legacy-api@<=4.2.0",{dependencies:{"testcafe-hammerhead":"^17.0.1","read-file-relative":"^1.2.0"}}],["@google-cloud/firestore@<=4.9.3",{dependencies:{protobufjs:"^6.8.6"}}],["gatsby-source-apiserver@*",{dependencies:{["babel-polyfill"]:"^6.26.0"}}],["@webpack-cli/package-utils@<=1.0.1-alpha.4",{dependencies:{["cross-spawn"]:"^7.0.3"}}],["gatsby-remark-prismjs@<3.3.28",{dependencies:{lodash:"^4"}}],["gatsby-plugin-favicon@*",{peerDependencies:{webpack:"*"}}],["gatsby-plugin-sharp@<=4.6.0-next.3",{dependencies:{debug:"^4.3.1"}}],["gatsby-react-router-scroll@<=5.6.0-next.0",{dependencies:{["prop-types"]:"^15.7.2"}}],["@rebass/forms@*",{dependencies:{["@styled-system/should-forward-prop"]:"^5.0.0"},peerDependencies:{react:"^16.8.6"}}],["rebass@*",{peerDependencies:{react:"^16.8.6"}}],["@ant-design/react-slick@<=0.28.3",{peerDependencies:{react:">=16.0.0"}}],["mqtt@<4.2.7",{dependencies:{duplexify:"^4.1.1"}}],["vue-cli-plugin-vuetify@<=2.0.3",{dependencies:{semver:"^6.3.0"},peerDependenciesMeta:{"sass-loader":kt,"vuetify-loader":kt}}],["vue-cli-plugin-vuetify@<=2.0.4",{dependencies:{"null-loader":"^3.0.0"}}],["vue-cli-plugin-vuetify@>=2.4.3",{peerDependencies:{vue:"*"}}],["@vuetify/cli-plugin-utils@<=0.0.4",{dependencies:{semver:"^6.3.0"},peerDependenciesMeta:{"sass-loader":kt}}],["@vue/cli-plugin-typescript@<=5.0.0-alpha.0",{dependencies:{"babel-loader":"^8.1.0"}}],["@vue/cli-plugin-typescript@<=5.0.0-beta.0",{dependencies:{"@babel/core":"^7.12.16"},peerDependencies:{"vue-template-compiler":"^2.0.0"},peerDependenciesMeta:{"vue-template-compiler":kt}}],["cordova-ios@<=6.3.0",{dependencies:{underscore:"^1.9.2"}}],["cordova-lib@<=10.0.1",{dependencies:{underscore:"^1.9.2"}}],["git-node-fs@*",{peerDependencies:{"js-git":"^0.7.8"},peerDependenciesMeta:{"js-git":kt}}],["consolidate@<0.16.0",{peerDependencies:{mustache:"^3.0.0"},peerDependenciesMeta:{mustache:kt}}],["consolidate@<=0.16.0",{peerDependencies:{velocityjs:"^2.0.1",tinyliquid:"^0.2.34","liquid-node":"^3.0.1",jade:"^1.11.0","then-jade":"*",dust:"^0.3.0","dustjs-helpers":"^1.7.4","dustjs-linkedin":"^2.7.5",swig:"^1.4.2","swig-templates":"^2.0.3","razor-tmpl":"^1.3.1",atpl:">=0.7.6",liquor:"^0.0.5",twig:"^1.15.2",ejs:"^3.1.5",eco:"^1.1.0-rc-3",jazz:"^0.0.18",jqtpl:"~1.1.0",hamljs:"^0.6.2",hamlet:"^0.3.3",whiskers:"^0.4.0","haml-coffee":"^1.14.1","hogan.js":"^3.0.2",templayed:">=0.2.3",handlebars:"^4.7.6",underscore:"^1.11.0",lodash:"^4.17.20",pug:"^3.0.0","then-pug":"*",qejs:"^3.0.5",walrus:"^0.10.1",mustache:"^4.0.1",just:"^0.1.8",ect:"^0.5.9",mote:"^0.2.0",toffee:"^0.3.6",dot:"^1.1.3","bracket-template":"^1.1.5",ractive:"^1.3.12",nunjucks:"^3.2.2",htmling:"^0.0.8","babel-core":"^6.26.3",plates:"~0.4.11","react-dom":"^16.13.1",react:"^16.13.1","arc-templates":"^0.5.3",vash:"^0.13.0",slm:"^2.0.0",marko:"^3.14.4",teacup:"^2.0.0","coffee-script":"^1.12.7",squirrelly:"^5.1.0",twing:"^5.0.2"},peerDependenciesMeta:{velocityjs:kt,tinyliquid:kt,"liquid-node":kt,jade:kt,"then-jade":kt,dust:kt,"dustjs-helpers":kt,"dustjs-linkedin":kt,swig:kt,"swig-templates":kt,"razor-tmpl":kt,atpl:kt,liquor:kt,twig:kt,ejs:kt,eco:kt,jazz:kt,jqtpl:kt,hamljs:kt,hamlet:kt,whiskers:kt,"haml-coffee":kt,"hogan.js":kt,templayed:kt,handlebars:kt,underscore:kt,lodash:kt,pug:kt,"then-pug":kt,qejs:kt,walrus:kt,mustache:kt,just:kt,ect:kt,mote:kt,toffee:kt,dot:kt,"bracket-template":kt,ractive:kt,nunjucks:kt,htmling:kt,"babel-core":kt,plates:kt,"react-dom":kt,react:kt,"arc-templates":kt,vash:kt,slm:kt,marko:kt,teacup:kt,"coffee-script":kt,squirrelly:kt,twing:kt}}],["vue-loader@<=16.3.3",{peerDependencies:{"@vue/compiler-sfc":"^3.0.8",webpack:"^4.1.0 || ^5.0.0-0"},peerDependenciesMeta:{"@vue/compiler-sfc":kt}}],["vue-loader@^16.7.0",{peerDependencies:{"@vue/compiler-sfc":"^3.0.8",vue:"^3.2.13"},peerDependenciesMeta:{"@vue/compiler-sfc":kt,vue:kt}}],["scss-parser@<=1.0.5",{dependencies:{lodash:"^4.17.21"}}],["query-ast@<1.0.5",{dependencies:{lodash:"^4.17.21"}}],["redux-thunk@<=2.3.0",{peerDependencies:{redux:"^4.0.0"}}],["skypack@<=0.3.2",{dependencies:{tar:"^6.1.0"}}],["@npmcli/metavuln-calculator@<2.0.0",{dependencies:{"json-parse-even-better-errors":"^2.3.1"}}],["bin-links@<2.3.0",{dependencies:{"mkdirp-infer-owner":"^1.0.2"}}],["rollup-plugin-polyfill-node@<=0.8.0",{peerDependencies:{rollup:"^1.20.0 || ^2.0.0"}}],["snowpack@<3.8.6",{dependencies:{"magic-string":"^0.25.7"}}],["elm-webpack-loader@*",{dependencies:{temp:"^0.9.4"}}],["winston-transport@<=4.4.0",{dependencies:{logform:"^2.2.0"}}],["jest-vue-preprocessor@*",{dependencies:{"@babel/core":"7.8.7","@babel/template":"7.8.6"},peerDependencies:{pug:"^2.0.4"},peerDependenciesMeta:{pug:kt}}],["redux-persist@*",{peerDependencies:{react:">=16"},peerDependenciesMeta:{react:kt}}],["sodium@>=3",{dependencies:{"node-gyp":"^3.8.0"}}],["babel-plugin-graphql-tag@<=3.1.0",{peerDependencies:{graphql:"^14.0.0 || ^15.0.0"}}],["@playwright/test@<=1.14.1",{dependencies:{"jest-matcher-utils":"^26.4.2"}}],...["babel-plugin-remove-graphql-queries@<3.14.0-next.1","babel-preset-gatsby-package@<1.14.0-next.1","create-gatsby@<1.14.0-next.1","gatsby-admin@<0.24.0-next.1","gatsby-cli@<3.14.0-next.1","gatsby-core-utils@<2.14.0-next.1","gatsby-design-tokens@<3.14.0-next.1","gatsby-legacy-polyfills@<1.14.0-next.1","gatsby-plugin-benchmark-reporting@<1.14.0-next.1","gatsby-plugin-graphql-config@<0.23.0-next.1","gatsby-plugin-image@<1.14.0-next.1","gatsby-plugin-mdx@<2.14.0-next.1","gatsby-plugin-netlify-cms@<5.14.0-next.1","gatsby-plugin-no-sourcemaps@<3.14.0-next.1","gatsby-plugin-page-creator@<3.14.0-next.1","gatsby-plugin-preact@<5.14.0-next.1","gatsby-plugin-preload-fonts@<2.14.0-next.1","gatsby-plugin-schema-snapshot@<2.14.0-next.1","gatsby-plugin-styletron@<6.14.0-next.1","gatsby-plugin-subfont@<3.14.0-next.1","gatsby-plugin-utils@<1.14.0-next.1","gatsby-recipes@<0.25.0-next.1","gatsby-source-shopify@<5.6.0-next.1","gatsby-source-wikipedia@<3.14.0-next.1","gatsby-transformer-screenshot@<3.14.0-next.1","gatsby-worker@<0.5.0-next.1"].map(t=>[t,{dependencies:{"@babel/runtime":"^7.14.8"}}]),["gatsby-core-utils@<2.14.0-next.1",{dependencies:{got:"8.3.2"}}],["gatsby-plugin-gatsby-cloud@<=3.1.0-next.0",{dependencies:{"gatsby-core-utils":"^2.13.0-next.0"}}],["gatsby-plugin-gatsby-cloud@<=3.2.0-next.1",{peerDependencies:{webpack:"*"}}],["babel-plugin-remove-graphql-queries@<=3.14.0-next.1",{dependencies:{"gatsby-core-utils":"^2.8.0-next.1"}}],["gatsby-plugin-netlify@3.13.0-next.1",{dependencies:{"gatsby-core-utils":"^2.13.0-next.0"}}],["clipanion-v3-codemod@<=0.2.0",{peerDependencies:{jscodeshift:"^0.11.0"}}],["react-live@*",{peerDependencies:{"react-dom":"*",react:"*"}}],["webpack@<4.44.1",{peerDependenciesMeta:{"webpack-cli":kt,"webpack-command":kt}}],["webpack@<5.0.0-beta.23",{peerDependenciesMeta:{"webpack-cli":kt}}],["webpack-dev-server@<3.10.2",{peerDependenciesMeta:{"webpack-cli":kt}}],["@docusaurus/responsive-loader@<1.5.0",{peerDependenciesMeta:{sharp:kt,jimp:kt}}],["eslint-module-utils@*",{peerDependenciesMeta:{"eslint-import-resolver-node":kt,"eslint-import-resolver-typescript":kt,"eslint-import-resolver-webpack":kt,"@typescript-eslint/parser":kt}}],["eslint-plugin-import@*",{peerDependenciesMeta:{"@typescript-eslint/parser":kt}}],["critters-webpack-plugin@<3.0.2",{peerDependenciesMeta:{"html-webpack-plugin":kt}}],["terser@<=5.10.0",{dependencies:{acorn:"^8.5.0"}}],["babel-preset-react-app@10.0.x",{dependencies:{"@babel/plugin-proposal-private-property-in-object":"^7.16.0"}}],["eslint-config-react-app@*",{peerDependenciesMeta:{typescript:kt}}],["@vue/eslint-config-typescript@<11.0.0",{peerDependenciesMeta:{typescript:kt}}],["unplugin-vue2-script-setup@<0.9.1",{peerDependencies:{"@vue/composition-api":"^1.4.3","@vue/runtime-dom":"^3.2.26"}}],["@cypress/snapshot@*",{dependencies:{debug:"^3.2.7"}}],["auto-relay@<=0.14.0",{peerDependencies:{"reflect-metadata":"^0.1.13"}}],["vue-template-babel-compiler@<1.2.0",{peerDependencies:{["vue-template-compiler"]:"^2.6.0"}}],["@parcel/transformer-image@<2.5.0",{peerDependencies:{["@parcel/core"]:"*"}}],["@parcel/transformer-js@<2.5.0",{peerDependencies:{["@parcel/core"]:"*"}}],["parcel@*",{peerDependenciesMeta:{["@parcel/core"]:kt}}],["react-scripts@*",{peerDependencies:{eslint:"*"}}],["focus-trap-react@^8.0.0",{dependencies:{tabbable:"^5.3.2"}}],["react-rnd@<10.3.7",{peerDependencies:{react:">=16.3.0","react-dom":">=16.3.0"}}],["connect-mongo@*",{peerDependencies:{"express-session":"^1.17.1"}}],["vue-i18n@<9",{peerDependencies:{vue:"^2"}}],["vue-router@<4",{peerDependencies:{vue:"^2"}}],["unified@<10",{dependencies:{"@types/unist":"^2.0.0"}}],["react-github-btn@<=1.3.0",{peerDependencies:{react:">=16.3.0"}}],["react-dev-utils@*",{peerDependencies:{typescript:">=2.7",webpack:">=4"},peerDependenciesMeta:{typescript:kt}}],["@asyncapi/react-component@<=1.0.0-next.39",{peerDependencies:{react:">=16.8.0","react-dom":">=16.8.0"}}],["xo@*",{peerDependencies:{webpack:">=1.11.0"},peerDependenciesMeta:{webpack:kt}}],["babel-plugin-remove-graphql-queries@<=4.20.0-next.0",{dependencies:{"@babel/types":"^7.15.4"}}],["gatsby-plugin-page-creator@<=4.20.0-next.1",{dependencies:{"fs-extra":"^10.1.0"}}],["gatsby-plugin-utils@<=3.14.0-next.1",{dependencies:{fastq:"^1.13.0"},peerDependencies:{graphql:"^15.0.0"}}],["gatsby-plugin-mdx@<3.1.0-next.1",{dependencies:{mkdirp:"^1.0.4"}}],["gatsby-plugin-mdx@^2",{peerDependencies:{gatsby:"^3.0.0-next"}}],["fdir@<=5.2.0",{peerDependencies:{picomatch:"2.x"},peerDependenciesMeta:{picomatch:kt}}],["babel-plugin-transform-typescript-metadata@<=0.3.2",{peerDependencies:{"@babel/core":"^7","@babel/traverse":"^7"},peerDependenciesMeta:{"@babel/traverse":kt}}],["graphql-compose@>=9.0.10",{peerDependencies:{graphql:"^14.2.0 || ^15.0.0 || ^16.0.0"}}]];var nH;function Rde(){return typeof nH>"u"&&(nH=Be("zlib").brotliDecompressSync(Buffer.from("G7weAByFTVk3Vs7UfHhq4yykgEM7pbW7TI43SG2S5tvGrwHBAzdz+s/npQ6tgEvobvxisrPIadkXeUAJotBn5bDZ5kAhcRqsIHe3F75Walet5hNalwgFDtxb0BiDUjiUQkjG0yW2hto9HPgiCkm316d6bC0kST72YN7D7rfkhCE9x4J0XwB0yavalxpUu2t9xszHrmtwalOxT7VslsxWcB1qpqZwERUra4psWhTV8BgwWeizurec82Caf1ABL11YMfbf8FJ9JBceZOkgmvrQPbC9DUldX/yMbmX06UQluCEjSwUoyO+EZPIjofr+/oAZUck2enraRD+oWLlnlYnj8xB+gwSo9lmmks4fXv574qSqcWA6z21uYkzMu3EWj+K23RxeQlLqiE35/rC8GcS4CGkKHKKq+zAIQwD9iRDNfiAqueLLpicFFrNsAI4zeTD/eO9MHcnRa5m8UT+M2+V+AkFST4BlKneiAQRSdST8KEAIyFlULt6wa9EBd0Ds28VmpaxquJdVt+nwdEs5xUskI13OVtFyY0UrQIRAlCuvvWivvlSKQfTO+2Q8OyUR1W5RvetaPz4jD27hdtwHFFA1Ptx6Ee/t2cY2rg2G46M1pNDRf2pWhvpy8pqMnuI3++4OF3+7OFIWXGjh+o7Nr2jNvbiYcQdQS1h903/jVFgOpA0yJ78z+x759bFA0rq+6aY5qPB4FzS3oYoLupDUhD9nDz6F6H7hpnlMf18KNKDu4IKjTWwrAnY6MFQw1W6ymOALHlFyCZmQhldg1MQHaMVVQTVgDC60TfaBqG++Y8PEoFhN/PBTZT175KNP/BlHDYGOOBmnBdzqJKplZ/ljiVG0ZBzfqeBRrrUkn6rA54462SgiliKoYVnbeptMdXNfAuaupIEi0bApF10TlgHfmEJAPUVidRVFyDupSem5po5vErPqWKhKbUIp0LozpYsIKK57dM/HKr+nguF+7924IIWMICkQ8JUigs9D+W+c4LnNoRtPPKNRUiCYmP+Jfo2lfKCKw8qpraEeWU3uiNRO6zcyKQoXPR5htmzzLznke7b4YbXW3I1lIRzmgG02Udb58U+7TpwyN7XymCgH+wuPDthZVQvRZuEP+SnLtMicz9m5zASWOBiAcLmkuFlTKuHspSIhCBD0yUPKcxu81A+4YD78rA2vtwsUEday9WNyrShyrl60rWmA+SmbYZkQOwFJWArxRYYc5jGhA5ikxYw1rx3ei4NmeX/lKiwpZ9Ln1tV2Ae7sArvxuVLbJjqJRjW1vFXAyHpvLG+8MJ6T2Ubx5M2KDa2SN6vuIGxJ9WQM9Mk3Q7aCNiZONXllhqq24DmoLbQfW2rYWsOgHWjtOmIQMyMKdiHZDjoyIq5+U700nZ6odJAoYXPQBvFNiQ78d5jaXliBqLTJEqUCwi+LiH2mx92EmNKDsJL74Z613+3lf20pxkV1+erOrjj8pW00vsPaahKUM+05ssd5uwM7K482KWEf3TCwlg/o3e5ngto7qSMz7YteIgCsF1UOcsLk7F7MxWbvrPMY473ew0G+noVL8EPbkmEMftMSeL6HFub/zy+2JQ==","base64")).toString()),nH}var iH;function Nde(){return typeof iH>"u"&&(iH=Be("zlib").brotliDecompressSync(Buffer.from("G8MSIIzURnVBnObTcvb3XE6v2S9Qgc2K801Oa5otNKEtK8BINZNcaQHy+9/vf/WXBimwutXC33P2DPc64pps5rz7NGGWaOKNSPL4Y2KRE8twut2lFOIN+OXPtRmPMRhMTILib2bEQx43az2I5d3YS8Roa5UZpF/ujHb3Djd3GDvYUfvFYSUQ39vb2cmifp/rgB4J/65JK3wRBTvMBoNBmn3mbXC63/gbBkW/2IRPri0O8bcsRBsmarF328pAln04nyJFkwUAvNu934supAqLtyerZZpJ8I8suJHhf/ocMV+scKwa8NOiDKIPXw6Ex/EEZD6TEGaW8N5zvNHYF10l6Lfooj7D5W2k3dgvQSbp2Wv8TGOayS978gxlOLVjTGXs66ozewbrjwElLtyrYNnWTfzzdEutgROUFPVMhnMoy8EjJLLlWwIEoySxliim9kYW30JUHiPVyjt0iAw/ZpPmCbUCltYPnq6ZNblIKhTNhqS/oqC9iya5sGKZTOVsTEg34n92uZTf2iPpcZih8rPW8CzA+adIGmyCPcKdLMsBLShd+zuEbTrqpwuh+DLmracZcjPC5Sdf5odDAhKpFuOsQS67RT+1VgWWygSv3YwxDnylc04/PYuaMeIzhBkLrvs7e/OUzRTF56MmfY6rI63QtEjEQzq637zQqJ39nNhu3NmoRRhW/086bHGBUtx0PE0j3aEGvkdh9WJC8y8j8mqqke9/dQ5la+Q3ba4RlhvTbnfQhPDDab3tUifkjKuOsp13mXEmO00Mu88F/M67R7LXfoFDFLNtgCSWjWX+3Jn1371pJTK9xPBiMJafvDjtFyAzu8rxeQ0TKMQXNPs5xxiBOd+BRJP8KP88XPtJIbZKh/cdW8KvBUkpqKpGoiIaA32c3/JnQr4efXt85mXvidOvn/eU3Pase1typLYBalJ14mCso9h79nuMOuCa/kZAOkJHmTjP5RM2WNoPasZUAnT1TAE/NH25hUxcQv6hQWR/m1PKk4ooXMcM4SR1iYU3fUohvqk4RY2hbmTVVIXv6TvqO+0doOjgeVFAcom+RlwJQmOVH7pr1Q9LoJT6n1DeQEB+NHygsATbIwTcOKZlJsY8G4+suX1uQLjUWwLjjs0mvSvZcLTpIGAekeR7GCgl8eo3ndAqEe2XCav4huliHjdbIPBsGJuPX7lrO9HX1UbXRH5opOe1x6JsOSgHZR+EaxuXVhpLLxm6jk1LJtZfHSc6BKPun3CpYYVMJGwEUyk8MTGG0XL5MfEwaXpnc9TKnBmlGn6nHiGREc3ysn47XIBDzA+YvFdjZzVIEDcKGpS6PbUJehFRjEne8D0lVU1XuRtlgszq6pTNlQ/3MzNOEgCWPyTct22V2mEi2krizn5VDo9B19/X2DB3hCGRMM7ONbtnAcIx/OWB1u5uPbW1gsH8irXxT/IzG0PoXWYjhbMsH3KTuoOl5o17PulcgvsfTSnKFM354GWI8luqZnrswWjiXy3G+Vbyo1KMopFmmvBwNELgaS8z8dNZchx/Cl/xjddxhMcyqtzFyONb2Zdu90NkI8pAeufe7YlXrp53v8Dj/l8vWeVspRKBGXScBBPI/HinSTGmLDOGGOCIyH0JFdOZx0gWsacNlQLJMIrBhqRxXxHF/5pseWwejlAAvZ3klZSDSYY8mkToaWejXhgNomeGtx1DTLEUFMRkgF5yFB22WYdJnaWN14r1YJj81hGi45+jrADS5nYRhCiSlCJJ1nL8pYX+HDSMhdTEWyRcgHVp/IsUIZYMfT+YYncUQPgcxNGCHfZ88vDdrcUuaGIl6zhAsiaq7R5dfqrqXH/JcBhfjT8D0azayIyEz75Nxp6YkcyDxlJq3EXnJUpqDohJJOysL1t1uNiHESlvsxPb5cpbW0+ICZqJmUZus1BMW0F5IVBODLIo2zHHjA0=","base64")).toString()),iH}var sH;function Lde(){return typeof sH>"u"&&(sH=Be("zlib").brotliDecompressSync(Buffer.from("m6PPN5NNGa6n57aNhksKPWgJ25WHbiLSmKh2KhvnP6kTyLl/kJKdo2UHRD79AwZUj8eNMfAhq4sLwQNNE0v9oGXzxif4zMFNd2xIkMSCykO7rfR0BlZhxBw6FzN7fNT9e5bXFEmqfkokrd8mVVtV8AsnMCvda38yC5HhW4VCk+8Dv+qHbwGmXF8HICI2ozSTsLYckoucF1f5RXzXH71TdkFPtH09g8TIr3pKSEaugLT4n9myO5fTay5IjCzPODs9m3tbqUBmYyixSDZKG6H6/9OEVEVFs+1ZJn1ocd6cOGKqadNQ+lT6dsj/Vqqn8347CRPcKuO3JaU19iNWMiqggsIBc03NejfVHk4IhSVcip3t/8pzXUIg0KWAHBJUqlrV2p9j/UXN7vNKWEDnwAF4TiSanCd04PG3xMvsR7zKTdCfoLR99Uh7aKUpovadhLCqJWmWVTTERyy7MvZZS3LktLb+d3gopE3R1YYyN1IW4ZjeLg1Rr3z62GSV0jQNzAc4uff5/+9PP9v/PVQFCKtflA5SHW6z+om17zn3eCQ9ObFle40MA0jn3HvekyzJ/4/9PUDYBYCaKk3LfbirNURVUiHX+XtbZqkWZi1Xrdag0VL/NajNkYLQJO8BQRDRVs28/qCSZrQuCww67QFSfxaZkOP4kuCyvFFLI+PIOH3YPXuE0ZWDIDn/P39Z5Wo005nDIDmqofK6DW+AwAX2SBkR97+eLMgmUtUCQrx4lMI+pQEGa8Fc217Xi5/qJTz+nLYW2Nz/XX57u2co7SWUeVsvNSvMXWPmCUc1lnAmoSlsqaoWiXrsYRIU0r1BaLtlHqGFUJIJbd7C///tyt8sl8tK7DDdn9Tzadbp1gkFpAXskOsBMmJXJc1/5n4j16OEnABLq2FvZgINDWcBQWb8grRy6JbAjkZoz8gmyFeqlen/S2eqBECG3ZBBj8xCNuMHmeSDxKU2SK9qiDPykXPRUpb3QexB+SCUT+K9IE7JBcB9A97KTIOl3e5B1REDyhm1Tg+XJjTMRBqkyASH0BfVl15B/kb8Z2POhnwaUtGaB3q4VC26Jke0B2YfwGOYmW69fV8bA4qoRNAmGQf/n+SsPxeawYndqu+QGNbfbowkv6CWEwVQ2wBzzKRq9c1ZjGXGXnN97RsVlldAXBFOHHvGflV7trbf7m4TEREQUEdon5X6LMZUzOwaCSIRxFEfuUesy2RMq/25lGkiBBlW2j9NxgZFBDgRkGE8P2NyQoikZjNSSlNq8TnJlzUkESSINVEz0QRC5pOXoaXQWsgSBe8pfrY/+YmmwX66CgGX+1iVVa7t14T52ehh/a7Avq8Pcv+858+fpxf7edSvKnBcNdIn9vY1EIYe/BSjHFGf92d+3Lz5nE9FmmK4nN46jrF8nasx7Es489Af8tHu2o9ayI/DY55Wf6xR+ecJ/tK2Fiso0B1mXlfEgHUANnYkJwJy4ZVPhaKoDD9Ffl2vRu7ZHrZyNMXSqhmGJAT8Wz9ZIwe/QPNG2ZCzQDfp0m/JK4YAU7Asoh4fn0adovOyvqFd8SOiq6LKYOv2A/yGEandaSDjsk6d1rX5FOHfTdUnFpuJ36OYvrf0+LUpkWxJsIlEk+N/voCPw7v0yl1ROXufVWYbRGDn4x89jQSXc/cLgiBtszojQhHqqZt8SYa298HKZql6TMbJ5hLW5J5ApN9p0uRJWSch2+7wdkjfoD8nKOQ0WR6/kOOaeVtKhXD1hzfcklxcvCIKlU4umGtnPXqYxEIpWOLOl83BwWApNj7NsuZljkAiLrfOUQULY6RqaS2mDXC0FDxdXPNhfRrV7YYEKglC2vB7unAOyYe0joEhIxL0TZ8mKkdge3ra3l8iJUC4QtgIVdeJPebR+9AGePF6XAGSHHx2TZBOZLntbjeBCCSXrzc/xVkWkGyytWDvmd7Mh5vWKu1uv7ijxl22ebOiV0RTOAPb0YV5wLXrCxzHpKEZ+IL4ZAB2qkEsESRSyYi1bNKKY45ZuvPzAbuNqcnAXEbGZr5UJiZjINkpUEpWD9R4CYMF5k4BaumbLS3y0Fk17GhnGarXwEX/USXpWrModVCxrniqbB9zpViAlaqI+uSdoxHF1k6No9qcgNpVrvqprbXsF8pTi2FOGTADdPXFtbBQkSss/JK9Bfp+w/E1qGoVZr1QIi5OKJlFOaIU2DnK2AJE2lHJcIiabCN6bXA8fbJQQIX0trQ6ULCAdvCkXu43PJd393wbJ7EjBVQdvXkDjjamhuTwKm1kK3ViIhAoWux7aZhv1yUKJDO3PkcEQjdhgMk8xhusCcy3SsJRVx6yc7Hh02d2ZyTL8rEo73EF2ePD5n9xn82oXGWjH87RWcQA/VB4rmSykk2wfEn/0bmEGKFIhTB2oda+itQdI+HeiD5onuZT9i5cbzMLDZ55LhyXTfmihN5oLpUvxRLf1ZQbH7zGd5QuUzugtLzKQsCmqnK+UUx7Ecs27Vjimu3csyw+dhz/LmyscBLljCt3kptun3N3V0ajyIlZJ0jKOaByrGf2sn6DjQ4DZ36uZS8+70Rp3sVLnFJVr26cwrw5Yc/fUf1ihzJbi6kYgsP9SShfcsuX2qoT6EH3gD2l6mvEMq9/T2oAhnq14xE0CqEUz3zE9DXmmA10rNFF7nRZmPRtdw0Ku4WPJ1dWb/HwkyADSvLyYmqtoRA/Ct9HgUKIKCjYol5kffF8bd58wO57ssgv545M6qcdlI6c0DqshLAuGrPFBvK3YhTkOQWK7LJakTNZBIDvleFjV44vI7KUa87iJETZ7csCY3/dbpLfG+nrXygDtZjFZl3OWEr38blBjEKblzNtTFuTwLjEl/S6thchBo9L9keXjWzEHcYHLsXE2tLtF9vNDjrc8wpnoju8aAFhtlv0kMR7idteuc+iZ/zBIBms3zxZOHK1ZWpvh3a5Qye6ibUAxDedhLAXvdISDbUqrcIjR8eCinYt6RJfOhBgjKhFkkacYN/GZQ+Tou3sWZfKA3ZD13SvUxo6kaCtnV+lcUDndapdsnXIQDV3ah8wn8Lk/p4AkKSnNnKUn+aLCYRO8LWBhAAKRiYNAnY9XWFFUM33ugyMRe6cBErk8IkszRH5iBgw5Tkjk+oMh8ivarnEzynCFoLEzRp59vBtXL5vBugjQEeHQ7rFlU3y/QzLstY3PZOY7QudRKopT8wdRLqEnH6HlERKySPPiqZny6iy2ezbOXbNkPkm2D0CWdQ9dg0JJqfuXDF40Id8tMb43g0Nz1iLZOzBIejwyeMlMIl+UMubnZdm2SE2hWMRhrq+YJWHCnB+tjcGYUHkvFG5Lqdgo/OQDNVPlC/7IHSJRLNOLOrDhKf/hyaybzdWXTVNnMt77ksZNojxvtG0CFUOxgZPMvC8cN/DlV7v9UWIMHAXkxQTMdYL64x6YYfV8RS6raL89z21FGZGTmu0xrDNbKbdcydS9fuhFetgH460jD9i8gYxvWzZ7v71jGlVtYimoRK8Wcce0hVjJeZw8UVUJtAeoDqzQjmeE0EvU1sc8j+WeHAQ2D2YPnatxXB3Hv6F4zwRE06poblOgsrNE8fdkyoul5gDlhHs3dSnGfIbrJB1WjephlTWGcvJMKvznGW2yL6qXZzdzJ579ST3LCDOldgY/P7qshSFMTfH/VDHswj+P4p6WYSKQ+3O5Rp0ngs8+h9s4sEVMx4HwwfgnfU2DWFZIU5W2OKednInw3sBqW38DYzPangEnI4I6dyq2noSA2lcA+/IzyfDO9ySBhI1PVgS+/hHW8fdnnGQjR0bfhMeBpg4Xkz5SKMEmFaS2tOI2CB5QIftr038Y/TxLYwyEIDAaYLVshYjxxDPiGVeTxu22oEM8dmthXra4xKhrbI4qqS7W9S3nA889+T/EhFYlLu9ZNMaQe+e0/hOH7J6ml6cnF8f/bw8RDUfAkazBmYbTH79m+chKoi7xlR3NfXJNdqVLQmXOnUyxh+SVrm9kpTLl68yyG8eouCdoRcviAhCQDpmOQCpmkX0FMMFAE5L+kpCsYXnRoyg3V7SKwi4GgEA3waiSytYBoqW2TwvCuYtlfe9ZVN3vcE3hh9FgS265fQ6USvfmXBVXAAAtyiyFE4vqqds1yyqXXsEALRLOTpCM0m9TOtJzXz5CcpbL+CdB74wNf1dhEOjbqYwfyFYAaB2/tHXH15+PRk9eg1mcS2pnC/fLQ8tZLyj9jJcZ10bA/2QQ9APg3QmhgsAzLiTdnebwr2GMEE7j/RtRHA1AgCnp2vCMV7lJLsRH/+erMM3RiJWz2UvATaPXmdkAAB0ohHI/8+tP34I+7bRdGNANMOfyAhgdYbZWTJApZavpw7gEcndV7LcrtD3Aj+Gp/glrMtHrzNvAQCa7YiyaqLJxrCp+zGx4UdO018haO0Ns7f7gHpnpUwAoEGBeSE4z6sysMmfNt+Ryhov5VbMAipVbQGAErBiOMAG7U01tprkLgGAFjwqyZG4pxSknk9VlEOr4RJWx6PXGWwBgKOTR30TCsOQGau9KjHNkbGrEQAo6WiiMQb8AY1/VAYL78Lm0cv6Lk1eBcDRzWqbZjzCt9iaOa7lIwCfmfSW1XTZfTSzZ1TMFgAoHJt8YhjAhO2msjJguGBuBAD0VE0yxnR074mfw90GI2OXeR/ZvGdSYPGOXmdkAAC0KDWocbvJ5menuERXy4zDdhNyrrG/BRfS86heUt5Zc0n2A0f0FL+C1vTR68xbAIAqFnsat3vcDEaRS40baBy0Z0lfWwRnJgBwwvUIF+DTa/uTide845b1mtOY1sRwAYAa2u1pCBdF2lhsVvsqfW3BcQkArGaiPVx8TT3+eYX+wz5+WccFLcdwAYAyaTtis4RPaSPBah+lryU4NgGAEe4Jm0Px63mF1ph29af6LoxgBcCxzmo1o8kroekezO2EfR6F/+i2pXFaKamZcQGAErPXJBjuY60s92GtXI0AwFA4FCr4HGpdJZc0k8vOkZt2SYCsRPtOMD5LP+ti3gd4NPVEIOX0TdR/LzR8T4IztoODJMWugQGupMPeEZ74jl0uw6QXC026AZ+JF6/tw6nQMSzUcTXgyK+/lQ6R3tAfmSped7Heyx92vWDvI++6kDmfRZuCe+6FICOyrzV9NU2+AKqZHxZV3gLE82kcgHN5Ug2KHPpXcn7ze7NFul1F7L91wg2ZWYhFAuukD8nVdpSUFq4n6D4mqyVvAqv4zfPmDBcgPJTbvVer3TcXOad26SRhbLzwRJ2861X99BiWq/imrvkLv2vm/TRH5BQgs2jgg6ftFf4NajeGgwcKCZJ01+rPjaE/EYZQjOTbjPNcW/zu5PiaR2LSYzKHqOPKe1wbWY11x/hrYVqwj7TJicV/b0aWHUDWNEjX1oz3ijFJAQcXrcBEkym6hhpCj0ZmGfw82IsBCh93dF4vy7t2+wIrMCHqkxNXvEAC0n0BaIBY54PSRXr8M2X8Z7vAHFJI4Vk0euy6Y7XpiGPPH7H8w5QgdfBjjtcBz+79h7dZFXaQy788ZUr2ISz/4NwzB7J0JkUpv3fTjPD3ThI1i0D0ShkU55nP0GrCzVEqYoE5mlgO6ryf+4QwAvDyNCkCmbPGL3IsCyWFFUQkslOpN5uWoiZSpkNk6SaVgyI/Cb74L/eod/sEJBxvdh2h4xH8OKzfln8jdh76t4lG5XwSvH8/5XSbfNwuEb5M4Xzyas5p4mCA13gRgIgACC1ow2ZOApHw7EeGvliLfO6DKQxKYzFnZiXbBVujyHzgo8OPYeQlmTO/mcfgQOB9TvXRmODpeKU2bovke5bOzoLIXSLSimyeyetZAsJrb+es/Z9I50b9uszaxHJRbLd4m/7gnGcsXi4/9+6myX7ocwu4FxU+rr4ez9yY0L7GxCICvTuOxumHay0BQBr2Oq65NcbvWheF68blZ9uBJq/bt4ETL5qk9Qez4fGPMe37uL+3cGLt1w4hwstmZ2/JMZyQUOcne7/lwcmDblUE4NFk2lOVo5vUsTc7Akz/IzbtTJ7HZCRH8nFWbk2XcN40LkHKkuUurAGeZCy9k5hOwddB6cyW2dmQ2ZXCEJFYAwaNbqhdfiUT4EWv+0MKqMKHdRWqwWom5KUeR8vJYEasX2SkcpF9hJG5GK38I1RPpbdcX4mseeChjEAPS/ahlMfp7GLR3C4sPr76k/xmP5QTZ60/D6Ovb4uFQ0tis+hgYsHF9eAI+gVXUNw4r7T4promnYOkW3blvNMdI+/BewRIMuxV3bgFiR+hTxYJINGyHfl3XgDi+IZKEEGF8n4MqJC6hSVbJS44GYgjaZpPm+0dZVmTGvjhhmvQTaeoXpgS3DAuPZaTUdZGbOr9RxIS06fGuBTLcMsamfnIbnSPM7EAq0Ni5zZhWLaMBoLYVzdEd1mZGJNfE/bBGm730tPC5Fs/uzV2e2Jjss/Om/tju9DKp3hSM2xsaIlN3q32lOyvQX8ocVLjGqdWnbZU4uV7RlZ2/9Djmu9UUFoWcU9hTUETPO5DX/vXs1ERXhHOex35hPh2Y9xVI2c2W3rba9GoqU2VNNdV9Uthh1VTT0EY8hK3BQCLM2UlHFVykj+fq7qpa7gp1dWG52ldo03rv26mLGm20uofdt7WZhgp/PVY4hsKfWzknoVSuRbvj712ilc5/vStD0lGsOxSIc4Z/23TnDBqc/SLAFDT+ZLrqNsoZleb5WgLk5037LwS8uJccvQYPsWA33j7lE7Sjp0cStMiPCuhAU/E+IyRGQBQd9DQ2MKrLlntUbccmgBARHK+fA4yrBNYsFPaGdDnDTukuwFNaaM4kI34EPI24TuTZn1ybzOtOs9aB8XFmQEAiq6gSLKOD6vdxuTrVkQTAHDWZMeXb0HQtQK9bJ7U9o2hu3VPJfQE6hafsUx+b7qknTsjpgJwshptgQjHJ6/hb/tp0s7cyZPTtMaedQydiTIDALM8EdRy/cI6qaBdpS5FNAGAKxHTl4cQTz1Agirbssxk7S/z/JwL2AcvkCO3N/gzU7gg5SpEoJsTKWoGACwEruGPCXf5nbk6F7HCdgvwbpbN90FcWFUlPz2W34G9qxWhR42Mia4Yk5Sxor3nZmazkyYKtcbypLD8njRHrZYsR2KbaWb5w9lRiUFFeaHDzs8PUq8WohiiqYvJSFLjXHDNHLHK3Jp69lLTsoaGVBVRztEvsgg6ZdVX7BS9G+qjUyFRKxfw8vzsIxULkV3UqlFVoy/1uuOQRoQ647J94GpKKehYstavZvVYoBomtEImx11T0bChdb/nkmzLU+D7q4JS9uXo264ywAfB+uju1Lrubj7HAKdEzc31r+a1UfO3Bz+Ocp8pWcvKw2glZ4heHm2U/aIuMI+9GjCzrF7PSWf6yk4igpo0y7IcTtYVTdOrMPClS0TnDvYIl2bt9bfcPYRbsjsefQpVK6c1mDMkjNONrhu1O506GeQwjUjAHWVV68i+tbcXoCKxKQc/2+EvdbmN8rjB8OJ9pI25c+13pfnFGefWAM7cBYQ50bNv6fRrqTGIS6AWNYTCz12VAyNcR/6qeBDxATpDQvBASGPXOBItuam6Do73Vv42BY/aek0zF3KbYTfurwirA73IiZwytHPxteTeMcigW+d2kS0N4UGQBE6YSg+e311mwi9yBNE/cPEsXUOsK9UMTgX5k4sZAJgMzpWG8FlML5662xlmZwp+bTJGq7/LBAAYw+LqGi35w2/ca7R39J4+UxhhpBFjxDRW70/TfAKPOVmK4aWB8ZwwUmIdvuCFjgrXzATBYJh18G0Q/4pSypysXv50YD2lWNx6ZLjhlm58O6lfiloSDuN/Q4so+o9RIn9uSLp/5f16ZEmvEk+UJknywiJmr6SuPLAbExA59b3zf88mqe51AY6mUAGPwv/dmdf7IUXpvA/3HkDPobePXZHkkNnggPDX0wRCAVJbKa7F8KY3NiHZzyZTFDtRyy2piCQ5CqKzu3QdDqc3OaOeCgBaiZhAkRUOWiexUUw+g9Jbpy+BC3OcuWJVuBfwbRmhAebFlReMG15K9NGZJWf0X16bzzoWeklvMhZ1Dyvn1tKw9Z1AP+D8fI1UzB1WquvhLBnuxTpABZzsRdVlzYZeuMHXWfNg79//Vr0MoKQIrUpfwbO+KjeC2nFmAMCGxJZwHKV0lWkqbO+BhDFNACADPQ+6dwl6uzRKAOAuxkY1YHIHjI4xoOmqUWFdPjwBhTe2lA9ev6yku7SI4jJWOQBlRCg0pSZO81/NHes9Urr5zCgzQp/MUw5AGRJq7YaLp86TKXu9j1/eNiKXH6FZ21Yt5WrVnhGjvF6SGQDghVGdLWGGimKOTML2FmQY0QQAWozPue5+l81I3CQA0KDKmtW4nO51bDn8gvjw89nmZzLBtlVLuQLRNONIpi4zAGDEmHjFrCiCjLsyXzFQWNEC9lAMaDo3MN91uiCU019Ea8Z7sIyFv3JePkpGp4IbQEitgq19uQTbwR04UzAnsN39U3PA0S9lVAemAxQA88tdjzG2h68Ep93pvH6SRqXPp7eKk8+wJeunbAp8kYiqfi3ZumpVYAj9R8UtTHIrkCEHUPbLutMCmQHIHkAkubRQggN40QeNWtCMqe1/tKM9FqYnpsVnKnAVUmh3Xcm6ve3F1dr2cl4xHEnVMwTVHggY10mFX6+gwxRC3y1xBJUu6pzr30OwD8fVBr7SXjY66PrY1dnaf72DcuzRTyTH/UXdyPk0b+o/88KuzUhKh9kk9zZc9pF3rmsbukj9u5/7yJrEo8XdTs5dqFteAaKI9Qilw6LQlxbIWImkQxcIwMk2jGZg00oY0zLA4GaTxKH1l6eO6bpWe5gCAL5WBzO5L+6D0mAdwiidvk7vPKxNrmlHpkq1dCs9yIZ7fc/pw9geuMod4RlhQ73R+BrHfsZuzWc8sIQhtMqg93waQn+mDUaxXyxsi3Egn+wl/UudKr6hBUFCOphk6IMamodari0wMYbP6ZpxrY5xWuw8wSu3JovTSMMU53rywZS1gAfX2NaKyPVPOO07vbL8rB0AHJ0dU2ox8CZO0mJlgpHykiMrSzqnlGL7WS7FFThsYgNC2O2/XpKPFDcQQyoMHLRpdWXpUVk7WJXcrN223edmVjoNSviFCfqM4ctkwuB9NcXuGF3ImLuHURvMCBABNxtIKWSPxFgwF/85/0wHLgAb/uSu1culTU9oTbnme3DFqikOsEM2U3cb1Tuca75NsEk20G8XyqsFohNjwRcWZLdirp+Q4pQAxHAneKBVZOJWNJ3N0AibpGzgEWW4Xs/afm4AKZEKbQl42zluDpVMkF7QcuUZZaCVOWPnvPPVi6W8uCrUzyemxnvVKwLW3Go+mvy7pFUc8g5zo+kw9caBIEFRT+JF/o5jL9Zie3kw1y2hAU3AmDR7f8myO0IG5JbBuiODXBQL+vNFfJk3gnHG707V2aHDGd+HqYzziQJ+eIglbUcVzbFBcTOFN2a5m3cb+0uZqtfmT4tWkxNMK7oKziSDlDZQIs6JVJlE/tPGgCljoCLlDNXFQHmf8dLxcte6NxcaUyXattpPLkfd5s0kDEkKeHT08yyza9c+iYjDynxA1DjHfWTF73yrgS+9mG8jPteBGZtVZgakxbJsjg/rQ83pEFcSXiymoytgyNwiTTGfX51SB2HaXzBVsUs/ddnx4NkZVzD6Ps5ZCiq3HIzmtRx2V976NiRZdg7lzxR/PWp0lraFKxYfTpJNzQNta6Gjtc16qqGy/YgSNPttDJOhnyLaMEpxQP651IABG12ojO5jo+p9ZiJPQ/NhPzMxf8uKB1eqavughT38SuODEE2curR+f0iHZ5GWTprHt2Nz8Xd75PS+Rg5p/ezVXBUP6bG86vHWbbZ9zED+ZWIGAAYYE4hZUfy/xvVVnNlYlEWz2lWpGjaFXCwTABDvHpmrU/VQT/prryud2n/lewisBYBrK2gt3rm6QK++ATcUCxL3JUQdTojnmIsn1eU8k6+7ruPPPVGB6vI8OOJE0xQAW3Vcyt+cZ0xpRhV+EA0H7wSgPiDggpUrzhiGmJQMFN0GgJIEC6cKxTf/KmauH7uav0hOD2gLAOqWpTY3l3g8iQ+6DHeNRc8TsGGcgYYg0usSxvoHkhV7sO05uhE7Y257CxBpjKE30bg2US8A8ymqOyael3aC1SBGaq4343cKPiUYLXGkfnpw/iu1MNZD/ftrmXvd7ZPw8leS12zJJAn0YefaXKF830O4lSenhRIgKVK9NIUzH8Abq9xnvPthMnFx/snqXfaYDya5vZYxIIqEdj3G4PzAKU7+GzD5Ng6JnbSoIuy0ZyLok0lBbdrkM3OtH6opQzA7b8BhXaOWdyofHu98lRTYn4ztJenUCVF0WyT67uSFv65Op6ulm6wGnG+wa6AlzOcLLQjWPY+wT+zykIYxZe2GRJuPC63FAD6MKwfrFh5oD14Fk/MUWJeQsjaoRjnT/EX+mJli+R/JcKOxwdDmOKtrNepGs854J8kwGi44m0tXD8iZgYeBTdZfOq+XdYuOpnFYspUrnjQR0/FNjDhf4O6rG3YzJh77a2vkQ4cta8QsMmxab165JbV8JWzWtat5RqcpwsoGm32NJsNDAtPYkC9vzF9gFUrhgQMOuIKesFUwzGJuRXMdYZq2jKmfdxLOcA3P7Bei8vLmHtMM2OzaLoWRbUUgWhT5cbbkNOPH9+p1wdT0rFNQMT2ACwamiRDnYd8NsY1ZcwZEoUcls8FzTZ1LFERobuTxtMHiarTMGukdfT1/om1shoLTYKJbGbOX05f3O3u6/9jTa2Rd92U9BztaGv+Vp9QfF/VHrv38tWMql3uYCauZM2Ffpks6o6JZ7QsstMDZfFPpLJrYAqoaF8OTmhJbImxjeb0L8wprCQmeQb55f/W99S+kulgG3iqlsDEDb4wGlr1/T8nZVV3whJCf4vVZhDvGpuwOQR6OR6ggzlWNzVG5tq632cmgr1w3yJVL+JeP+kB8pKd1tDXNQ9HCLhunTzTe8ZtQqw2qZJsScx/NH7upm95tlPDZJxxUX00gRtLPRLsvEsiULUsJvA/wZWLxebK1aVwFsVwEb31oI3Ze4VUyUq+4HzO29slDmRoj6eJKXBbUt3kj9zWJK5RngZNGwGDF5SuMXasy8w4DBrlITkyTHqWXwxyfEc5uaGDdCfnnLLPaewi/WBWb3lxF6olOSOaID4pbVal1zElYERrYMZTwkzhvLTDtul6XMN2wHJdllqd4vrdvG038mdfLuRFOWgYgxCZw42WzO1cQhqbCk4PZRYNVRu/CPXCIiavdmhaHDK+m11JaFEmHECBgFWL/q4rD+HniMDxh3978qPw6lFDA2Iq5KdYuXFQVGbqNXCh/J0+YzB9bXkn49Yn/fvupcrjQr/UvhDb8rRUTjR/ySsLHQsdOd4ff8c44J4o0e+i8MfiaTFiLnIUQQLy0D4suDIyh8YrkYvhVjlhw/JGEjhhDFozB2NEJHZ1d6l4mKopc/U/VatAoDUicyVjeO/nH8cpxLB1UxHsBL9POjtSBFSDFlznZJZVabo/IIJM6YFrOoZDYsNyAdxbrR0ESXF+BvdStCS9mBvk73oBPir9e2ACPyN+r1F1Zmqbbkh8OZgDgaCNGr1fMj7QT7jeFGha1PgDvOLuYY3sW7GVnJgBwjGfkGdyTsrkdcK48ersm3XZfPwBwNChFQ3kIuk/44gZNSXGmQMvqLwtwRE6w25zNGRyv+77a3Rbe1bikmgOpCmNK6gTMrpjtAORKLJwDVa2zvQMKI99pgpR9RSahlQrHt2FfXh1MK2H5wj6Ceh6Ky2ggAZTcPzfSY+IxM/3eHLxkNrlbrx7+O30yLkgARSSqdVsqRuv3VnKXoKVMbFv0WLPS6/Oq16kOs52mRHIxAwAtoNNi2sES4/UpF7KDi0eOu7xcW/g4ogkAEIxlL7RZQNd1elts7or2AwAsqDqIykJbvk+B4rxxDFWFfzNQbmAwhpg/vHNBlVeOcZhr8kHkc4bvBzsjQRac0guxrkLyy2k7gMTpNAMALACUmPbniIHpCAG7Wwy2T6jNv9FFZ9wcPOTi0XrlGG6iX+tWRK4SX3z44liOXB9EajwpPN245OYC5guiO+/Ntd+ND3m7N0udUKcezIeXiwnyTnAxy0lJNDwxp9ZL9b10fPRVrPnbdJhbPUw5eWg8KfDNMesRRnSfR4r1SMj9ELahaz3yISMYC8V6gs1Dg2B4utsT8fAVJqSE+1l3GL/dsO8ez/l9YtfimqrxvWOtJIWd5qkhNRMzABColsBzi2kJW3BVlbPZmbaLjNNtbulMAMC89WnSuL/EwxrKXXs/HWboOFivE/tXxzr7i8nSLEu/rlX0w3F1LXXhsTXHStqNV50wz9XsziwGAHx1vOZllMzX3NXLaks/VVyHf46qbltOr1VOSTFLCflLO5xdwY2Ew/xGdfjnKNC2FAEHKhiWuJz3UTcPO3dlI/4aGJd0hpDN7UjydMdNN5Wn1/lHWVAqiPYMFRwBokdBNicFMVWDN2cDycBYkaYLDPUeOsbqnfm+Mz75FqSnPwk6zm3rkXJlJdzD+xPaeTFfxit0DifFNVU0pU1GrSp6qdhzFzMA0K3sTZdMvFFz+JoVyq5PW+73URs+dC/CQ3eGJgAQk0VEG4ENI9f9gJr2yjkhdXV/QQAQNG9CNcGg4MgsshBlt0fKQqAcMS0LweZ+jCwUjhU4slCSK/cqTZ1nMhCYLo9SEO4G5ZKYgQLHLRbHgJPV2WeBc5Lv2wKn4yu6EuSp8NMxzluFsvPjxCU+vSxBdjQgSADl988Nbx1jzfDmV5KP7tvl9U4SdI6GBgmgoETFi3UIFI/I084lPq02prERgvrLKzVayx97Vi202sUMAFSa4QqkbAdLd3m3J6sd8VmeIzsxTQAAC9WENipoUiuXZhyXqEEA0IFigigLWuX7CGjbG7uhSPgXQqHAIA3lee8Fqjx3PLMf67vnOJekdcxOwkzUWviRBaNz3DIXa5ZEUlnWSGj5xbcGcKIQLJZIkkE7KiY8yy+JC/hLW2d4EbI6RtzpPy1Y1AzqlS2zG1fn0zvtjX9c3k1z4sDzwtrABwf0yEgguF1EAiy/6FXAVDU07K7PxPe5atk+vKmDu+Jmr4JdH1LBe69lTynA0yr41YB2S/yeYr4jYUqVeFPsiBD8IZjbcTwklTTz+YhSMNIKLztmbdzUe6e63eZOzeeMIi3BhWRMTyllEcCQ0ammK+3pXuv404dC+I70WdaXch8bEXUxESGoW6WP4zd+PfHFjORLHWrwHGi3LKxeqtPqTxOWlTyHq8hqRiBqGeA4hYIqlwbQ5PpZJnA9cyUFftcjR+/eu+mm0E5EwPjwRr8TNjV5jwLRJFRU4GBITIdTSK5+iVVfAIB0h34RsGnJjofpdO1QllIfBXnJrdf+ckWXX6yTrxBOXj7gqvhxI+GJkd5aUfeyKO/JJxvvf5kadYNGcCLuUt1IfT6JEvks3dO8DuGEYeByC2IrNSL90QUxT5jRL2hK7OglcBXb7bmqOSuz4LttSIUiObel+OPfd8wnADIhs1BKzrHtNeddktvNL1Rs97alaZaWu2HLKvrASksQV052hMgDxbyp7BkdfrZOMhEj5cZc4UNRHy9hMMc7TDwY3O1RjAXjecG4Hwnbbd9T2ejl30FwLWsQl9s+2xlZ+fJYfmBYNEOxlcqM5ydMRSoYBO9GhiM0V+yNYRGozg56nUKrCMj1zcIzFIsjTVvqhMdqLz5Odcke/c2ebTFwrcAdSRguNvKdvxi4yMtyhAnBZdXL2qmzyW3s+NiGx9cBAEYOfXmOchrF1GKMKe7VThzs1GjFsdoOE/2+yVmhMH9KK9mhVe5VnujQ0j8KD0LmSm2HWebD3Bq2MHfIWDzWK4ebKxLwTjjcVTFB1aav4UBaom2adHmuQT5LeQxrJdVcpUBX7LVXzGMhLDbLcglR60uS4UJhkrolYU0iVppMHG+XSfmazbrrAcNGslOSzQ5yv7sidC59zbvLYGIjZVHWjXMnFITvVowwJvIzQBM+AGqQ7o/hzRI88j4eb6BPI/7c4O+vLNmVVlTO/WRdZIx0iG+11nn3l/R6VYW7DWnAwEGa8uk+HKOJqMGEv4MmbPi4NgmQe1DfLk7xxOELefAxBiGRly8hEAjeDLGbqwsBW1S4YRQ/6xHgIB3AdT4EGJ59HZvtyhM6up9qOYCkJFiCuveveHDyIRoC0GGe4tgy7QHvaW29updOFqJTxWBK1FkspRKgSUkqkSuTTvmVkFWTJbC71dq/Y6GM0IDdG7prGtkDQ3amj1P5Xb5Inev8AyByDSfWWGiwdCE5kGfPqfXkPxE7O4/FyCkg3UliGv5sIQ/oTt1+3ataSK3H/OHXpHbY27r9gIarii0YhlmcZpGWEBzna0gPXzgwRHR6aQrzRlhHjZftxmI/dyGWELaYJcDpI3MHbNiq3vmmh08ybpDDGqz7rcyILvWBrNYzD9ZjT+0NCUz1EUwOIhYa2kc23HUAWlkG3fXYXYjUEYqbZR4RhQt7IIiG9AlJ+VfiizbDs0LFRYzoncKlxlykm7xbTGuZUgASqW3UqBTF5NNrTESS6FCBAZTybDBQLf/fGGNom6iAPC3X+4U6QJbCTqW03EE8U5i2mtOzYtnI7/lcoo0sJDNhS03ppyTWVuKZM28vcfD1fhyRumgIkvpD5PW9miSmFUubW65+/yHUXvV2FTuZuLIW2uwzRFiz9rS7qf8sYZosMWy1uUKLSxJ+vyoer7x4bRgr/OwJqLBJ4IS0UCd/DAotzB4GNQgDufGAxqCQVbH/UGk9e+EhJnfFoloeCXiWtE95Z4/sprzVjMoNmXHcxuVnNDbtdgqjAdp17Ld4/bxJvMd5ltdO0rcR/l5WZ/NHwXfa5fG2GLDQ1ZklbI5iGPvUnpL/mcxFGwPs7iuzQ1kHl7+5h2krvNmuEt07udeVH3Pj/I7utWiT3+zcC34E3O3ZZSf3E/D+2rq6LqUbJ6tpykji0PqybBpJg1z19eYVOr/lLJfyHoXrZ+6HStnVQ64RkM5P2nH/PjJZI7Mj70N5j0drR1yTie9t5cl6MUQMXHEISpmf4v947bZlj7ggnP3XQHNwT/NMXZDPr5atWxAbuEYbR+AmCZpOg9dN5A9x7ywheoAAXcsMVhcjZSWAiyBMVqiaaS5QdiuokS56fr0YxEJAM9+R6DoLi0Lo7ug7hcMlvazNHorvj+Lz5/Su57j4n/+ZWHzFbNl7+H+77D7+3kXW0ufY2S0u1nOMLv8zGfkYGZ36b7SJ+ug/GzI4/4BQhqaw7mLE+qNo9BqPNaac0GJmFZO2XYDWvWfiq+/hC2vjmetikl9T3p5tMQbUabzlCzmQkM5Y3/IFGyitiZqgjOZ13Q/hob8pNYqVftQ8FXcu3vxsZWZ5dS6p53FXxc2llxzvZFtzciO4chszmiu48bq/khtzZ7qiK2/aYqu6HDxana74ao4NzPGSTd7Rcz5Rzs3e47skYN6k/VlVgIXGgB4PD80wJNZ1poAmsaDdGnzXKKsigrRNQ8So2nQR2FlaPtGndNhUDc+doSygAy0+4dMpwJGoGNuLKnOkQFzexiE1iYaY6bFUeN3PG599fc8oKhha1Ag32Q06EZv2mY0ugHBdCVoWXfXIRreJCaFDEhwVYE70SKBXFEOKIVt4+R4rtzuhZSfTtF4YApOavUYv+5Xk3hFPGjPj7I5m7DL5bxBB2mQ3G98iUC0y5OU8Ve/HiyBkWKE925g3jCMUJloxN0qREiu6MITOmaNUNM5SsdwJebEL4rpLi8O5wxVabuKr2n3pIoxn0zmoHENd+bM8FBBYF6Sl9SV/SpWuaKk/XDndm4C+S+ooh71BhMc1ldh3UfZX3HiCbIWpTRZ/bAm8zjggnja8l2TRLviHdhW+Mq5AVsuHYb7wRRp8Vzn7q1sQo/TcvbrK1cadA2jXXUEnXTbVcJtHkNi6xO235xV/2uGwK66m3X1m6IfCdWDY2bMGr04EHSfPcx7eUmurK1Kf5qvz4y3dHTN2Ry+lp6XFf4ex5XDJ7+c8IIuGFHOJqIoW3sr1dXW2/Ih38JL8nN2IVYcrngF02fD1rEPiheksqA9euqZb4BSlHwX2gh9MqUpO48FB/TGb9Jl7dYOkaTSQ9T5x4stToxwdwj5+zJz4X/SY3popy9RGXhu64qd3g/3skqZZmJp5pGdLqUudPt0KVvo35dtVwtnLHv1p5IZH+m4GBzGB5KqASSKn0zlIA5TtjUXM+wj8h3TZpQNN9wl7GFMA4bkjHELwPP0RMN0VWcMF5riMyvJ5gaG0sOqj3UYhCLiw7ZugpFEAtkwYpSTGQJhMPnHnIsD7TaBQk2sppz5C3h7u9xr7ABdvMfRWkhkojyh01CWm1Wlg76mMQNNdB/aRVhqN9YkbNVxrZyPFIcNGd2B4Jg2dk9jCT+Ke07AJi5wh18J8f7XRjQXIP0MKSftLIZak/NDc3iVatkHQC9wMOC2zYmOZ+QIUS4JqA+PzJGJ5Imbc+KRtKedaZRbdPoFRWIPZ4vzsAUa8Ok/Y06tzpkOkJODtI1hYl9imd3TkpJ+FpKOMTY4WMiZowiHZjAKI+OGM6GBKLr1wm8HAU80tY3KsoKgjfWCYd6SVQfruywaMENuZnbgg8vudH750hXo6E2YgTtkxP1IYkqjJXzfu20huHRs/sjTbxJqS4lCwqSxHtvJilzkN+Fev1qSUOwX4vJyc5SibrB6FlyhJYVIXYm51zGuLW9pP0UD5xhnYV0jxYMuEEljN+UwzTHGvsa9Re6vMeuFnMp13earNBgGUlQJEXEv03xYNYxd/3D2CCMaKndKhWxUrZBgthvDGDPBPu62OXsyPmHxtu1VWoRYdKB5CXAL6h6wvXVbAypHjXfyT7pxsswSQy99W6TyBMlbMEKfLCBxFc9Is44UVmarRwOOGFm3ihWU2rWLHXTT28bTbAthzMEvzwjLG4+isnCslYvs0ADCJVbs7ZA2R37Z0+sM2dx7bznk03M4DDVvP13EeELIz07MBmLnu//lF40R/CHA0VvoZvUI5oMXx3Vq7nsJ4kHWCAPbZfOq2sl0wi9xJQ2eCcncOach+5G1woFE7AgJ8a4+7SIwMjEWz0a8CpEk7UwDPd3aHVXWlQ4S3oJ73L0/g61ewgq88JPW18hWtXVBK1hB5Hz99vV2St1+z/8EWpbObl11mgfAWHK9XNnihm5F9giqGt8JjcT03fjF5Gjcqql0kADSxESdZ0NgmTcIA/bvpqx0HHdqjAx+aolxoIODEjAMyN9bHqa04YQ70Y3A0G5Gdha6AueankwQfFtTd/ZzY6R7i3iLTxfiqGN8feptgFQNtBcEAfmNral+tH9EpeciSYDH5IcDmKQJJ129yA70o30BWIzv1fp91AGmbVHGbR/+DcKQ2NV+1u6QIHp7jMhocbou9aIw1HAmqAK4fkkzn1JZJgiTnKB9VkN5D5lSVWwDY7QAdUQXig2ek72X9/Ybm99vYNPM//o1VeFzKja319dHAvxUH8EvOmspkPpOxvFK56en0XOjIY0Y7FzryfEnvCuSg/cjA6WaLIp0YLU4QFckv5E55FiHF+u3wuU8TjQvny5pHK999Tgxva69PvVgg+ZrIcqsWdIAPdQMAB1bjxYA4R8eEE0l9Ltims1snh0GzQkdOM7PQWTGrNzrtduqoD8uv0SBgN4tgugi5je7CVHGCqbBrWW/hDr1/twVe8eA/AICiwJzUz7LByYnbdYGz64aPPfZWwY3kjv3JK7iboIAtQqxGIMCOwAWF9+bApfXYHYB1/9t2AIBVtUwu/Ecfq7lMbrqYqd12GplD7fjl8QAdUCNNJxRwSqgynWBcN715AAB7wEEk7rZARTIzfaAWOns4oGt1w4SgdjxQIzGUO96oLsDvydY0kulXWu24Xl39/1noNsB+YR+6I7AG7lHQNKYqQupqyyG8n8dvPvlzZcqs8UHcr/tU2wCawVQ6uPkupN+TramFeUtOwSfT2geTso5T+7WPxR/ifGv3J9TKrDC+/3Ar8NcVPT4yfV8mvhJ2Tsa3DaDWZsULcxd0CRF6ywy/Yb/mu+pq1UdaaYv0qyRwhZKaqxsAsH8N3gUNtXU95NOszwWpbe8yHNRsVuiIO/YsdFYMdcSdMtMlcRF0hUW0e8SEje5CnjmBK6hd11uYrPdvxmBuD/4DAL04UHvqJwjoSNymDHopxYMFfVJ/owLmEBTguBC2ZujH+Sgr8F3x4vF+wuN9OBVnzS1NlI3X3DuRA+iN1FxdAMDpWBSxz4/4d21zat9xFH49d/UhPncLaqU5r17PejIknwi28GlxswZpOOQsowClsUIBAKAEwBX5F/41xPEj3ubmJdjQcitOh+22e2UdAMAJgWCr4RJe6SVaBKH7T2Q0TXFr3lR+W4SFsoZ8N/IsDumuNQHGKkq555XjhQ3z3RZfRxAIuiFc+uI4Tl5J6LVjjs5evPrztXKUQy1ftm8vqhYOQFc7nv/TDAly2Vp/p+PN4ct/T1+pj55XrF7YEz98prSG9UuJMnYq7rtVNZRp2qmi1NzcAMAKnKYI7ximlJsK3pATc7KkHOZk/ZedM1iW4vVXiIkiRHh/xQTOK4iS8D6JUxuonAsRAIiep2WtJlj1IphorUXKeexPW8Bo4EP/AIDWgWxI/TiJPwtyCsOlRyxUrpjhRP2lLZ4ge0VHQu85nkGZcxWvlU3klXWB73JHiLwpOUk1lSWCLebsZtxxDnoqGzsQO2lVx5X1XiXUzL4ng2HUGyWxx9fJmx9xc5ItcarvquqjARkcBTCY+4bXLXDVbkEFjwZQ8OoDEzy62SuojW7p1TQ7vcV8/ugABCdnIQw4sBk0cDhg4FCwwK796plBAhsAAiftDY/N/M5iMt8ZEHBqn47dVDMI4BgAwDIlhEHleDdd6xdYcr7jxuHvb856qmsNCRk7SgjbznVZNWNdSC+xGDASi8VQlNSBxIoFCBbD400BAHAAcXa+x044kLiwrR17zKdTcm0C1ZRVyTh0KtC1vas8AOA4xrkJcrit6phvdbe9+UvM9qr52nZKfxOLsX3q3Q4LFgkWM6zlLlLTDmqxCZ0KLDT0FHwmFGjSU6yavaVvw/NH9Z5NA7/pi2vWUm10d7cLZGvCdpcKY+i34icgoYsA1z7b/b3TsWlmXM8x1lJtVHeH+BqnGg6DJ3Knb/5dNwDgoNAALyBWNzMGdq69u3EVcNNCAMRjgSwAdZcELvhbAao+RAAAMrQuaIJNLQ2/1nuFu9f5d5e1Rqmue/8BAJchT2/w47WFcxHN44CLbYlvsS47g8tz9LeB4lppRSmeKkhvd+t9FylL7gSlCqN0qv1z6wGn6XvYNYZcya4nGPKixrzHa6lGXzsAkDKGhoRvaF5LE367kaAuKFhpSCB1vXkAgHPgOQ4OHbesFsyWyKCYcEUWzK3KRlkWLKQaUCMLtnoEiuVFcV3csrK7Pi8pzpMWnM/QQpluDM07qohiVm7oZ8h+z4O/HSLpF5TnAWMDaMrRPrG3+qRh/ij0Y/mu9LX3QEp3iJqFK3vZSoqfDeBLPPYzDaVfQjoPHRtAzcPFvfQpedemXuHZjqBiFqQ13qyEEVVhyO4OhXZeNwAw1vmHBnVzp4CMnN30aLykaSEodHdFJXRULSimS6JWgL4+RAAAELS40QSrWnZ5rvcKs/L+zTU4rYP/AIBWBt1UP3GBvhbNIcCArngSZqroUOg9S6UVeSle4Bv0PtyFV6cWpVQ9FNPg2A69D5OfwZKHiZn+kL37PcWlPiWi9dYLcgIiF/EK0se3AQAYfKq43zZlIahKb+g9SQSqWSCqZnK3MMjyFGZjQHCWnr8rMiMzlmFWyIztwNnEklloG3YTAADTOmpUYaZlvpGg0umxyjZZ78pOOmBW3FzPDgCwW2QVSynVEtQlmQ2AmkLcGKgFTSoCxRYct0ocePXX8809xTIFau2fpFqmUerrEr6qWQejCbpewAT+oDuC5Ls7Vx7rxW15l+FlHuv14OUPTk7Yh9WGGF5mlyEAcGMEiadTqE290GanDHUrDGiWk9MkUYaYeh65gI//gawqjVewBDJWe0SCFQPs6UEEAAiQo9xnSxEFEk3tdf9NR9PES6d3/wMAA2gO4j9boayabLnNbZItZ7xNsvUHuk2zpNS6U6ClT7QwdMHyUswHFxH/VXP7Y5DPs/uXD1/pL02rcIMg5vL/C66B8kiqSm3UTc0oRq1Iw4xNIHCMRmVE8ropbZeyYun49+yslw/Yctg9Vg51mOdrRkNEYfjvTsvNW1Zqt3tpuoN+TYcsYvRbllU750tqBUwOUjYWYpYzvHv4LdmXuMxrNtxuvBKEgbqG5qL0XXBgdWKX7Dpr9DRZltPuDcboKd5Em9IQnubsKQBg0KaSowifV76JjuW385pFuG7DFFVAceutfKlxVh4AMEmv5ktkbRI4N6/kRg0yZgK5uUG2uYLcUdBgdUFp71hUVCFvF85iPrgrtbGWrnJaMav3x+Bl6Am90P0Fh+W56nuTnjFoU1kvsYeiTEHzrXewNLGmpmatdZ1z0elCO8sQAJhr8OuRsLMAB91MHLAaPr+7tG5Y0CcuDN69u8ohoM4nAR/AKRYhrLnCG93FaWqi7QWx7PzjTYIl6bB7/wGAkaDtXv6zGMCpybbbXJIsnPGSZHF92Si9oBRO4LsTlTOotDtJ36qLJEwFXRICCbOjgRIFpXaH3WAaSlcFY8EKk+4cagcAwioowA58EQsTMON2EQ8jkVsrGaqoFqzSlwcAsDy9qlqoQOKmBmRLZpwCSehsz4L06oaUQBrqf1CpeeF+3YUlCh+WZzyniG+sN5yZxhDUUMVQRWVhBTf8eaZiniQunJexWgMIYGifAXrKwSurpLcHvyf4HRlYmQ7x9nQLZYJHr5W+Hl3Y/X4B6zJqawBvb7d2WJqywRrOPOhpPrb2BhYnrKNqgSd3zpmlXeAAQPrxx4fa0c0NARGcXbbWL2tYSLg9j0WxgSr5JMoCOmYR6BX/f6O76NqtoszcXjQ16/2b3pkNNZ2u3n8AYEBorsl/toaoaTLnNrdJtpzxNsnW9e1G6RWh1gXcAeFIv2rxXDWwTdlNUF9/8qQXvrt7f/nQz9mYHJEJt1H3jq+drwdtiVJgErvYj09PvSk++PBx4Mrzv7Ff/1VkzwDMGcnj4cQMqYoFVEg64QgQgYVGPVeDGrrCZHfTYTgidfXZUPVVEwOiB6Q4t5ps+O7oawZOKBXxkxZPx2p/RXhcBvsI49wkMr+KyhQeqlv8ocrT8s40Ga4ohD7WHfU1xTCVgcVEWj0dk4hq9d2QFM1LVJHsqQ5tM0RBlg3khtkyepq+RQ5UC0mLcCOsaVoSOaidgcXHCduqQ7mgNy9IrqGtL03tikN5G9DXj1Dme0C7S0V2ngi0dT9Kwc30jVTU0dNpfUX+onTj1MPQQ6IKfUaYbrWyoUv2A3UztCDOJofrMWr83XBt6+KEgdfBbxxU1ybZYl0uBCjJNw0sbXhndsUsSJywa1MzqmIEjIDJkc1SLyDapAH0m68uzbt0emsVfy5RpOdTx71qBRh8LgXgi8wH24Qj8KMeC4u1mlQS3KZBf34F0Dwg/YOqfy0xgL9S1erEd7E40zMi8ZhuUB2krsCC3B2cdTov3xkcfH5xXJ/IH562oSBUtFPzK8A2fTiaA7KlWibRPOkag0TgwzlOZ5ROOTgnopV59sE5zbaGz/e8NOKzJ6eYjGziFF6cm3G10gSP9Nmwyo63vJon25+R/BsuNE9DqH3dAwx/0eojHecvwt8Ihzej/9XtdkvV7cMhm9evF37qmIW9cyR3E1FdzT/jOk9A76lYQ30TJsmNTDnA+BAgojVDa328nwhPOVbSDBw0Hwb9SpSNyXh45mAwUVZ2gZBib9qzKPU6lJL6g0rqDaxdDc3Gu+ModjQSoRsvhrsBUfEXTOk02N10oc5KQX40xdHuW2k6fmMyRX1CtED5ZGPmCwD+gJvuW85d6UZ1GAzOA5tvMoaoQIgCHDCyt2kmhOor3mzjgQNiw/s5dVM3f/3sS4vyUNBPkyQKYnSAAgDxBkUVuq0SA7awZcCEeuPlszGlIXPvTqxoPHFjKY0PfiUj2+z+vI1rG4NBzOatCeva2lYJ/pTaIDdVh8XLtLHujtsrMUIgSxrogWJ+DdAynXR+IeiSJcIUWauiY3U24tQ0RqGDkZb+faZfckAfeR39LHsAQJDir3CAVCZiQIqTMyqV3/+1ZUax9KWT5i8w1KshNjF34hC5KORyYpQwkjPrwPjVYWMRKXflolxVKECNQlzVRbldEEDNgKaQQtf0GjRF51vTR6QnkZjfIthVUdZq8W4RlJ3Jjm2ZDdnFXluz0OFYaBQEPKQoIiOCVa1Hr6rxyFUNYdSq6lsFgxqlnt673cBoBYTf7hh0HpGBUE418tzBJrEQwCol+l+Av3xneG6vP0XCk2feYhpRH8mr1uOlImUSAxUod8r5FtVs2Cq0t1t0gdLlokqIBvnotnvTbhTewS4o0VCh81jiVFxUjGIfBwrAcfg+0YYcOgP49nFfv+6F9/dkXgdk7M7hZqtBq2Ius2OBVuhC9k4AWim/H+/cQl+5NT2SBjgFfYoXcnNS75ebUyNmMN3QBMshV7G81vqnYBkI1zPFxDgiB3BHbO038m7Do7HwIl07elg7aseR4ZfxNWwGoKKz71elr98JO4DVGZJpWN+tzqgfQH8DBmeVhunpWTMOyv7hm8btalAO20nMQCJAM0RTv3KaFW/foTvJrvyK6MXt+Cp/N2ldu9pPSU+tb3rdqi8l7CsgNT0mAEC6gUFtfUzSUtdRAu7qP7HIVLqxM9WRTBWEBeoWmWoUIqmxAEjWhrWo10ZtYa450VzUsNLpPCJ4KSk1uWsPAEh6XvvaWUif+tEtKI5oegvU0BEHnz8VWKiVKg0B5sQKVhHEauHUMYGNKKkLuzIZYXo8hDPGrBjHG8QSK620emxDvr2K1P8QAMSFWU+kb5akXnnu5gBmR6tcEZPGde9RPZ998104ssTdGfSNzKwWTFtnbwJGrSD2AIb2iO0ulzvQp64OGnhSL6Fxwu+uUjw3w2j9XTx0A2h80fEIQFXdq7Cino0Ub77Uhk5zdr+Lm24ANfK6jdlWXVE/9od17PwPM3X8auN1v7uR0qSa+jRM7CvBrRDDKIXXqELNBACooNrSwz0ymJeSWpaAMEqaP9tFeUqDOlSuSAJRWNG2XYvFdm2pjSjw5959J1sdrs4T5B0ttgYQAKRR1v4PjhAxbY6hLBP3J/gkFs0VpRgW2hMFDClYi0qSwloNXp/R7iMh10/X5jv7wX8twk+lN3iQbUc4SgOY60rSZFcDHOghP4TMxRIGV4K6v+Eg8I0CDAng7BxJ53o2+wSsqAIaAHuknDEgu+cDAHCJTNoKWOQp4KQ4n6NnAohiw5KfCz5BKJ9dL71XqEuXkRxsz2meCez8bJE1nXQkd9J4QcG6ofd/2agQZFyK82Qe0wLhwIJZ7yHZzJTvl53dKeZy4indaqwFFNRsZIlcJB9YkAEnvB3qwxLVLyF6nO9u+kNLsH7X0vXwb5quOXgYPfNCNozDMUPD6HjXnUwjvlQn+n2dtmcvyfI4SfT0ojpKcJdyL6/Zr1ZW96ubfhJg/Sa8amF4iVO7TACAFDA9On08gLr0nwwydTB2JlTI1OOQQMBQMCze4UhqgUqPKACgapCCIqJJzqLyBpbsevGYYsv/5pkfkKwpH4BXzuJqFvu0AQD3uJpHLczZoK6zGz9BdGGzRbNlsCkpbh3YtJZqF6UfuTBnezK4sgdVLXCJFqRJrtsTlarA1SWTdmn6oruGnuVZaVASrmHYvDFoLvAKwnto8Ip67ADSK/dABAAHgdeRvuOQXo/n7rjQro+tXJUKAfnONsf3dgurlW3j/UIr3PC2mSNvYfsfMS0TPNbC3V8Jju0ybxG2ST14Yt5mn+UR88Bbr+UpfQnhoqlh8EqRE/JlaKbXJcb9Ok8+/fDDeX7hcJX/zWQK7eq0VxSsZIYLzxLP7TIBALaA6+Ye54rWpI4SUmKAUW4bZaIzeiZVCcy5SiGlIddS4LZGEg1YxSJ8DdSFsxAAAJGBIuKAX2FZmZtyv8QLjiv17E5tAGD6kelaVVFY5uLcnc9nKroimtGBFhxxtsQ4sdAml5qam/GXIM6Uc71OJqNyxVkzgWN+GOFs6a65gLPtI5wb5heOwrsAGJ0eW5o0cQ9EALBucGak71aks/bb3RFzmuIq2dKDlXarPHy7qJmkm+8XDOjgduZvfAs1djIDLdSRZY+00H0KYqZANz1ik7CcntHkisH2mQ4fKXPRcbaNF81Q8W/MchtADENzpLeXh/SD8dGbMjdHf2kN3pCt+nHZar7bAN6wreIuIiHC32tLjzLJt+XSoN+ord7hzTq1e/NjdfcmpNbL8BgKeyC+mAkA4AMMU2Hqo9lTDHinAaUefhWR23/WZ+KIG3SIJyyJRUSzNl69aXj8dm2pI4gwvFktomcTJdphVhsAqInY4thKoHDJFsFobal62pQgzmS8Qmn323SBYnbtjRSDY2mL/bk3YnA1RFjj/KXC/phiin+vvLUzJ/+E9QfkR/p5/jtYlv4x8roltUIkgSRdgUwycKTZSngG5bRTTRS6Wx7xg089K8fgXqg8QRWJwbPWxlgB85BBKUVqxU/IQUMLBumTr3pfpd3Nup5vkQA9qvGel4Mh/81gGR7ex4Eowt/BCWEvJZqZe2/1d/ACNtGe/B/wQ0LhYwzYH3n0SzkNAFBN+VnTZTy1ksGW+tfjktvatu2x0pqlXfovvU+/pgU79M5cN7ArV3mchhPXULhqIT8d2RbvwAcAsLVL5hjhikfgsTWVHf+efpoZ3oqFyM/3fDmLvSwAwGK/pHZRuXR6LtFZjtQeSWbnSjvMfDpdUjw9WxCP70wHLxvsS7pSb6uF7Tqnt1SpF9emdOnSW52cbvguGDCeNP5VfuOaH+mm5NvkrpzqXRvA5AcSgYW2HTxmxGoWXvCtj+thxG8kn/tcnzAuUpvpKcKbqWsCQLUO2HPn2fECulIFulAw7CoY0sLMtaMi3NoV2J+FAABIWlAR6Vi1Refsbf2LRPaBEXyZXqNvDwDo2yrdpI6UMAXtg1XtHrAgZkvJxMEFsR2FGJf1kSYnFhNKETeUL7Ek98pe2HBLlVg+LkCsVbi0WQdduyK0OY4P7rrHiEWuMmmT6E6vucqyJfnDFgav6jKEjwGmmMHwzsLehrcL4WVVepXG/oth101kq8laG1Pmn9HwL7eID/iJt+FdpRsCJ3MRSCGLYwTftyAYXeJYMovPOwTpM5c3Vz52oQ9rWon4MpD6jMLjtBa9PjiPlACuoqpPOdmuctLeYZUQzWXCu2bpf8KtbxcF0Fj9nKotP4StI05J6xdnTb59vQSE0SLtwoJcf6exiImkinMU5jTtvqO8lOREnixPpqnB24sMlT8XmfilkbSS5/4V2GxXxeGRAOzn+G00N3WED5j5uKm9/ODzId2PI5f1kA4HYQzTN/p7Cy9slVeug9QUxoAsXjqYuaOdfZmb/4ezVZuLm+BGMztdnif1//buBlkSTUApAUIJi58ImI1w9X6S/2oH2NoO7r231I3Em7ziZeRBC/DvPwWxErVgjaE6Vxi7dpHJKSE/0CVOyznBR6pdIzVoQNDoyUUu0JDEpH7uAEs8Xo5EjgW87BkudGY/AkCDK9QKmqA551/Rszyx+T6rU6IPGikB3t2zyUeSqChr1HeCHJtTo8oMYYiya8UB6bSuIXjt7UE0ErzqDARu/oduQ8S6BNvO+1DygWYrvqJM7pAg/+0BinC+hQ8vkCH1nEF/aDJHaCp0jYk4ly0BkPRKuw9JQBTN4fBp/ja+fiYDY+838vfD87EkDmtD+57qlf7QvnJgLKlYOS4C5iZiGJG/xDv+IzpE2l3aKup5e1MNmdBSCtOQ4Cs4fvPyebIv3fWU7LRsEsVtOnQjldhG/S9li0wpVxqEVn5sSKO3DLwngEBrzP3ienczW0/xcFE257+iZH3Nwa/dtdLt99w2n3x7BCKuTmZ76VodGmFbs9XIHVEr7ka64qvHSE2V4TKQl5h81pE8xWQv3mLyiHmMyU79oMj3yUYfPDmY7fCzr5m2TXFHHYQTiACfhp7WVvfI1Uz25m4mB6XLJ0dyO2MhyM79TO6JC/rH79C6/fNFk7vhjyaH8EmTPaORcfNNk8fPP01eIXzU5DB+anJnfJVXH6xlIJ7Pcg2XTibHz3f1GcIdlXlPI7Obpx7llECO3FwTUkdRWjP8z0pj9cxRxdKYhlroh+GECgyqxXT9uRjb8HTJemJViqv3Ar/tf3QNxXA0UnLcrutN2Gk0JRfaE9QmgtOKmB7IiUITPSQOpQRI9eoalVTlt1kmDRpNl5JV4zfWHJHMUSSuZ+CF3zLZsWNfhKfC2C4za3sgpvc7lOH48j3yNyupBmeT7J1hrhrO7Ndrd2nzrROCle2epao4u1P9O0IAoNUD85YdmwRuAQnqFhlkJna3vBDONpadMy9kW/xhYF5KZ3WJTXvrtTytiiHc5jhOjWkThnx7XqZDKflQ30l732Z6j2sYwku9TbByq9gUqSfKCYSpdFDCoNl+FABACyAlxxDdp/FGkMBq/kdlmGlxGiuvXP1oo/yauQvKwO2pWzdzAyGSeyJgm0WQ3Zi7sxAAAMnVw4nc9YVLTlTtv0gkukeDUvr2AAD0rMtStaSwF+3DYmWHYMGNJJPd5mR1CTHZFW5QwY0EzdpyVwS3fWWXsqdcEWaLosZjT3WRDhfmdcrmruTYRXhioW5J2W1iQTMgddsmp09ZXa6FeUkGjMcrda8OngQAzSlMo3DQbgBoQVBTJXztJM5drqa2mKn3txvfsG2zsLnKrG9oNVWgnxAAYAKMq5XrYtzbwpTdzM6VEFBnYw9CdAoC1xAj+sR4zVkDzTTHWmO8UT/3W7R/HM/w0zXkboSAx6BDgNhRj0kTT1jzL/g9YWNnvGbQKQEEuR+Z+bHqECCgILf5MLEyKa+NJZtD9yHWqyqYIPc3X21yc071Zgtqv5BwO0sN4cmIEoiZhfNRAIB5NiuBd9xDLIn16iihLvqvuWTalfdMh3n/G7SnDHQi0/VoJN3MS5Tgmj5RAMBNSNsIiHR9UG9xJLGvgelV9+0BAH1T3ezVkRJyrX2wrBM4FsTklExcuyC2rCPG9SaGnmzY9W2z6UIsUlzZu0dbKlViacWfqG3XUmn1ZfHUWOCBfm/M+/PNuQ0/8o51eDMHyErJkIlJXCISF3hZTXbTwO30lwAAd0WWbriGdIKKNRyEafC/0RHyjlh75JF16og1+i7ZOussN0va8bpZ8CteuXJCGG3PBwAwN2TbSMiy6ECgPVYDKRjw+iALAAAXIKIUKJF9EDGRTPKm7Fsasmxyw2IZwlFw41pvFelWfoZMEF0j3QyPgbMYGlBOGFudfDRn9Ql/5T3wo1PVnw53U15NwDGBtl1Fb+5jIZdrIMwVY/mCTfWjAAAbceW4uop4wAAngDPeM08DzioDDwFPqSRPgD1tt13luL5JWwo9mijKqBQjWulMZOYXcEOvD8MDAJxeUIr6UQqSRbep1P8bJI+lWIMryqvaNIQ0N+Kq03ZvqVRJ29ABuuzglm4NRu8XhXXtLsjrpBqOKan2eOLUo1z69A1RyvExb40Ujd/lMe/XdDArGvnE3xYIgR0vtq37kAvhyL6wVJlBJEaIGWJgeTwLgJD44EkAgHVjkOVBuwEAV4awiPCx1MuXuCsspd+OZRdL7hqqMCgIZg4SAgCYLMS2BI7ChjJqUVe3jsbIaonExbQNEheHMKH01dhY5CN/OOaf4B6B8O3Hvg84mk/XTmsl8id677VKtLfDo6EDl5/aEhMJblXa2NsdqwiVsIq5Ngwq96MAACqTqY9hukACh2KAl0UKJ/NmxdHXpZhWs/wKu60MjgSumiOd52L2LLXLI9K99c+zEAAAMbYmSkzC6UzkYjhzvdoAAK8LEKQVFRWrH81BGo7b1JYcIqTJSbGuiwgk1KyW0oHyL6S7dq/u7gVbqZKr4lDcLQm2ymKupmCT5nKVuZouy//m2kCCM4Jrya5AiXAFbBQDEUnAQxlkxKzVexIAKNIQl4N2AwDdi6F4ri9JjeGUkueOGUhVrVUE1jsotuGwdhMCAJfLnNQqcWmBKLc0ykSJxGDaFonBIWwoXI3BJSbT7Nufg4G3knuBVNmRn5afjhITkU5VbOGZLFSB0sgmKbzxniq5kgIA6FCr4KMewfRSqm4J6BEkqNbzZ1eondLggNorkU4Yai4nCgCwnpQzSJBEevLHjZadTiywavEAQBHSCZedFr7WlrA+c5+4fVsoT3zrQdOirdOY12gX3nUXIuTUpe5mOml30lHPMipyz0vXKPV5cLqDcFNvC1IXbRjIU/SIUK6CEgDYtDu1uwGgDijuc/ZIGC03cRef8Q4KFEyDNsfjoptLPu792pz3v8IrV7ugf9ynkEQkOAQIAshtxkfo4fWW4seb6Jh8fJQDAHJf39HcAHZaBepPhwNu794wF8NFD5RLAQAEjFRvmgoBB7aw1XgGLQdEGjSUDZJKUQcDJmzbtJRt1xYpiwQinUgw1XgAIAeoAPKCYM6A5uMCI9waHP4G7Rz7C1dpH6HbYgapcXS1oq3oy/sDObzz1UvxZ83yyOIjlLoJyNJVZOnOLJxjAgCcALVjwFRaSA0HYXn8b6cGQrIgc96Z6QFy5SqHC2vOGgpTceXjShT8eHfK//Gu789Dyf8nsbIP0FWbHyvsfmqqTmmyNRS0bHrySgKvyltzJ/CYwywAAMsFzoC57OVW1pLE1bjMy2pXb8HOCbGqykAQGu7+RY2qY43YpFV/Hn15uJx8VOPBdYSqiUxLtCBNctWeYPJRP5UfCefyM0RimvDpSAmdNPwTfIc878g4ZfcY4SJ3q+q+MP5c3jzXb0qYNwDvZuGsFADAK2TqPeD6tgBr9fOyolL32Srir3ibG2yIlxxpD0jhZalhDwMaMscL23RXnYJT5syJcj3rrpzquX+RSOE6rjAj9PbEAwCiU0mV3Ij6MfKMwqFRoml6jfUiQyXF5hWrumS4/2ysohmw1WwuP0Iwsnzi7fRzA2esERcIQVXrLgeg6rJ+T0/tTCzJxpswT0P2jw/iRcpKILL39yq6Dpj056aHVcQQRdty88CXlOG/ibjDIDyihp6mPMm34g9nYlFRnaZZzYn83gux3jaEsf/UfXG59P6murjsQfWbnyKCkOr1qOWOwmdvkIKkp7dCb2ew7R0eiKuhPjhpgK0ylydotP8AzsGnIQMMqawIcYk+EiCorcdnksmTPmTqf0Lnhs6KDGj0VD0kR/SgvTOglg0EvhhnadLghjwvf4HSPkDdTAhnWZISUEATbEfjhf0gcAGCscK8mO3Ey/L08mk08Dv3EHTdGM4eriSqsnrPO4f6C1L2Hf+zLk0X/uB9ksObYczYM4UVclxuJw4GkpCiuBhzxCLYOb2PtWUUfPI+lkTueMEVYDEOQQwPdHkH0/OeJEpADDbUIWkXuN3Zzse5O7AnjYKpXkBUYiF0uIReeUIclowfuJZe9HMMzJfL7LJBO9d1LoY0IUUxSOlCPCGcuD83nbg/Eyfu6W9j6uu56cS9yuVlIEH8Dk9vSQZIAVPgnWu85OYzfdzE/25A9S9fdPGLoAEqCRTq0xklCYQVx6SEwrngxH1keTEbsvcxyfEkPcrIwVR52gRTg8z7sAy/hD2ZmPUqdIWwvwrJSgKUm4PQaZOl15GYpw9JgWkgrAs+dXftGysS1fJp4AnO0XoOArq8Azo+31MsgYDotMYZCWNVuKj6Osq6zBKIoyAdTIk6HnrhoVCjoulJh/Kxu8KhqLIyC19yt5S1S0IAoMwVNxNuVYMcrqLKZN+v1IczlwmKIJ+mkB2gQb5h8SHQgKZr1w5XO+vHyft0dyYEeRWg9rYT8K8sgI0jVfJ7mrqugcndx9Xs99TKziKx/9pc6/dX+Mrd7F75kfze2akEyA28RomRuaiA1DVrpcZOADH/gm77BZzmZEJwX7gbKWqhy2kmoULf8axa6/NI8ypfpoeiE7XcUpQrOVnd1CrwDKkzNvHggZl67zAKAKA+xioKxKp0Zslcpv5z3R0wtiZ36z1LKf8UINXKIBUgRZWUWmJ0/y4AgKFwe5po6kY+2Fwc2pWoffwDvy013BEPAFiSieI/1lowO7cKF9G0FhTVGluy5Ot2Q0qM6by3CmqvuZOVByxcCNVSdaGnbshZCAU4moheAscOCNQAcKIbVhcmOVXUL58/uDBGWbjc2LY6Dd7uYTIBQH2G1PRwKsYYtagIxNnZ7jfAhSuzFfcGhdLCaLv3dm2+i0hcnFmdjM3ToCLDG0xarbLVxqQzCkJqkAXr/mTrkppdv1MyDbHNk1cu715HE2Ji+YkuMDEjq2bA9loN4ae7GNQ7m2ejAACi2Dyd5jUuaaYBuMJx2za5ve6z1Fr9Fae4QYo4xZJSZEHdIV4AIIgCS7x9WCHREoVrUDSbOKEtRvcAgF1alp+UusWPn1TjzjyDM/nE3lgEM/FoEVNK7aCkyXvu6TE2yMf+7T2pLLqyKcK1qDmfOIKAkqAJUSyMtG09k0pS0cgANbtt0M7VygSADYRMqQ4tJQjS6DIKwF3sRTJxFTbQa8ZhV6ex676NVp6QQtwbz/4AQgxxO1LnPzm8P2U6Nr3cNEbhhQzeAcRr2rcO2y20GDYwuRQAYICW6qZhCbgLzW4/W5cFlMcIDTSggyQNqBwvAGBgyqJd0MnE4Za+6B4A0I1K9ZNiyR/R9jInQfjic3MrFpDr6SkrcAL3gWb/xtWgnv9d6/z2fEb+f6yTn+gXeOTgf1X3wX9DfbPbG10dku2qOg2FSilDz2ITZtgahSZ0UEnyb/dYZZZasyMM/WzCtCoF4+9VznPHc3zPq8ZEmuL+S9bP/DrQ55tUcgAAGKULW0orowMc/N81rD7bdKUFABijbgqX61LAYChpwJl3dB1jcSUmpsbiWiWRmkVXsTcKyvhn6rZCQer8HjiK2oc5fsU5BL+j5Xj1oT4PI4R3CC1Zd62kAABV3GwVN/RhiMKgC8Xh3y761VKN5Jnry3hDwcJgNEiWPcdPOhjVvQDCFFHfBQB26BZXFB3H0hKhZxMJWrgWDwBwoU75w4KgaZMLYSZjAcKWUiKkm74jyKWbCSRQqyfoas9CLXg0sb0BSAUENAxQsTtj4/pl+oMLY9QKHIxt0xHI68NkAgB9C9Hc4ZSTxdCKIuBMq8ikAS6wVqvIav5EW6ipnYQAwFSVX29h7To4ZqMbWtza5K+6nmm4+N6tL7xuZ8O79e35SWhAiA35yVQF0r0xP09hIRdAYJGHZcVViA/FKGleqhgHKurvb+10ILz8jBp0jKMAABqKCtSzk1O5SkA3T1MVk2eu/Out5oTBaDUnfG7LGbRO2KJmApDeXQAA29AUqImmWQZazqUauxLdE9z/tyXFHfEAgFcyLe5idcswn+kFxThN72o3SlZWiJ1u2C7ZhppTUmGB2Wlft3MPWq44hfZ/m/GgtyQUi3mhpy9VQnGvozcmCqcJCNRc4HwirHbNCVdFLW6T8Fe3wSjcemRbPYNRlQ6TCQBCN6R2D6fiNkbtUwTibbWXG+DCodWKO0vkFDFRTyEAwKs05UywLs4mTdPNqEnT5tkiaXo5hAz9iT1T5mOY4T+vB5zeS7ExNjRXe85oE337jYJQuHLItBpFUgAAjStw+NGqffRSKpcEvBUN6su7kR1V3qwG5qourszzmXIyVSzhszsm+LViTFQ9FV4AYIBqhUV1QVsnnrUtcVLdN1pOJh4AGA2Sxc8uoFAGYVhzCpVMg3xcXBtZDwuqlEJDs+yKRpKAW9/I0Z90hwTOMhJadu00+GG0uO2JqqMhCaAB5YdLiLazqVCS0Vd1YyS3I90ZmTIBoDRIYNTRwkoOruraECj2mJzxHNbEX4B4x1ggwYvSowvx/WOBPqr1AUQb4njqntcsSf3RHmPyJVTqizTE6w8LehgxnCG+9foYuRQAYG0QfjS3A72UjUrAXWgugUagxIEBCKcBOscLAASosKgy9HmiPtOJxSFm4wGAACqAsCCYM6D5uMCIqQbHf+87EZ9Yq//XWY3no4m/yBEdTWWHN9S7N+6Dz+o+vL7LXvYhHsTVZVk8ROjBWRMAwEDEbVCLEnBB4rXey56KtW3gyJcosJkRirK32+Q2lE2TbpdqEVy5UzAbqlq+vV3z13JRXxWTnAO7e6rlGJ2jMaVZdnAgxyILDW8Z00ho9vVHZ7uPYIgAyCpcDTkV1cvIi5t0eUGPidQmsDvKOwL1J6v9Bb6q7bUw9PD1SwI4s1P79rw6HK1ZMSuamwwjMQBmMemM0T19V/HUjhwAoIQkqwuSX9+J15bV1nAXnTU3BbOP4fX2swAAKkIaF3fRzvbLy5G0WMnUeZvmvRhtSiHW7fLRT6Odh+aPwY0/37BB91Nj1wXK6AiiE5OiDrtVgjbTSkujHcocieMy5L3rUq/4C1pAX+qVJ5NWv/1/vPVTHnMpttXDQAT5wp+0Y5x93S8Ni3HUmlUqsdVtCIevdrXqiyIlxJpIQLPOgtFCQuhFFFAdM0+9iNASVGlUmTtq7yXnkDwFezztvE6uhKcUSytN4iqBbMKmPHIkrEH72tsfW0qlJXtyJVzB2KjYMt34h6Ni4uT2aD7kaq8iK5VNTvZXrl29A1F9n6S/HawjUep+FABA8gG8UOkDHDKxwgHFNe6BtzHMt0OqcQHGajrd2kVPcuUL6sdftNUXsDMTeX2Y5FbDAn2NPUfyIJv05pZo7QKspCd5O9vssXaQMPtlyUSthq/Nppcj3E6Xf5FHDhnWWNdSBUe3tWHkUyuRNMLVOiVlphOumQF8dhRmqmh0eBcAMAb3zOVHnD1WtDX91pOx8CWat71RMSa6Jx4AsLyzfKUA5j/hBjqRwu5PRq1Zj2BTKH4y6uINEgGF5idju11H38wZZ+SbmT2EIsULJpAhF6wKvISpQQGVWJ2JUxjJpwfiwkjTTjgp2X8qqEba1osZYqQb33b2SN3pKRMABgQTCuoeSTPNCK4WNMPmt8bRspXdcYxP2mY/IQDgcrkbQRZb4jwFDXZlZhxoWNHZ44WGhIKYFLTKjJntiJJRDuLsEmS5gzyPwzRAi1/LPbltKm9+SZCsy/wmK16dn1m5QXV5KvUqhbWkWiqpkgIASBzI22V6sFeS+9y0BDR5Fhghs6bmAlZiEABzvADAAgqJ+ihDPbC3Je4nXiys6B4A0Ahv95Sigp+hoG9hec0V8NJq4I33iO49EPKdYHx30tP3wPYnSlYY4bxhF7sPuGQ0kY0BdkYRuDKG9lG7is21oPYUo+tAXXu33UVy7CkTANwCXSuoZpO61jdoAkolCiWsmc6UOfcvgDghANDbKuqB5eP2L7kWjpdpFsD3AIvssQe2iDCYNBkY6AQmvMYj3PNi3AXxyxHzinTS/Tmjvivb3LoPByiWGG6AuRQAgMAI9YZwIpCAUnMLTmIQQHK8AEDT7H7R3IGTTlwOdTYeABDYAshgMadA8vECKt91oBm8wJEC4Obp9rvYXcaeHeA8puYTe+ObpKwg8Kiqs6AE22hBCcbVUJW57TqNFs6UCQDUoAGjlhZWarA1lKdAwe3NxI/J3sZ3pdTVH/LRgn1ZP88iWxluCPfH9ECASFfc5g6ATq4HNC/aTOsvoD7MUa64/6YZZp3HcaXlieECkEsBAABEqhewIhAAU3MDJjHYgHO8AECBExRNzfoGJp04YFXjAQARLPkjWpzXbBr0WghfrIWU7wuIX9M6f3Ysxv93w5+d9fNuNGppeL93NC8fA2y2uw9f2p1zvWnai7zDzsCz2ElZgaLMhxpXTACAWW5ONTdMYzY7cPAmCwKQG3YJo2v3zM8eanSuD1DcpBH4xlQt+Hc37/3JvvCBBs7o+2P0gODfFL4fqpvzs+GnZ8zsWMcab0XfotXQSttUawxXhI1qRbhO1mmqlm4Vdv+kLo7VqG8wap4HTPBJFZymnaSb1kquhVw6p+kufSkX49rWFRvSuO6f28foPcRSPsZSvMeq8k0eG+P2haZG8VQe4wPl56rA9Grxnn70Hphp/Jj5aEolnf7BiYotaxUwqaiREtYcoEs/CgDgKiAcnp7ppt9kZswBrRmP/zhExTXnl2MEUusVVBVgF6S8Lgc7O7MTAAhojra5mmihooKabLU30fGAu3qpd1c8ADBNom3+nFtZshKP25wmSbXGs8Mw+VbSsvcJycJ935CsuMAd8bbywg3xwp+IW+KhJtCBeKTZdCIea0adiWe827rw0rkdZQJAFalODrWHV+rUOdhL2j1bKH5Sym5pzHI/IQBgCTh4iEvfArOSmS3vUIZptqCztwaaxSqI7YL2wnGyA8/bI+0fphLGpcr5KQBnBHmBh+lqpf5G9z1TIo0vVmCs5ddz/leqZm2m6ZA05MJS7V8WS7tSAAAJCMPTM11PhcyMFKBV65P4yc/CvjBZU3OkmfMFeQfpsroAgMAJiE767PTA2pa4CYcybpmLxAMA+9t3Cxm4rCN7a9vmfOZO46cHtC8+AWfbA1u+A7R3PWeB5Vosf3IiAkuuukgEo7vI27+sECGNJVJlyW2HA6YCuTMibPrkzE7ltDAu14Yv5iT3cWTbXPNao9FPJgCoD2P65NR7vNbM0LIg8O1gUgJwO9NiZTbx7T1QcUIAYE73t1AerjGF3gPpZ8o5Hgs7zNbCCSC0ENvmXNFXL7fsJigfKr2E6CadeYPHqZX3sH9ixHBotpYCAOgASPXQuAjkAZ2aM8CZQR6NqroAgA+ELCLIdKLAycUDANNt+zBwBFCD4c2i9fGxwJLvBpvBA1IILAcEZr+L3GW1tCN4biJ5HLiVfxOYnJgmW68XPtMrdia1zUrGglaz2xNuKWbLBIACi1OL1isIthXOH4JLiEBJjp0el1NhPx/9Guax2oSN5MoEi2bFdQoKRPFAgOhW3OaegF4z9SXg2qRMop2uRLbiPu0Eriy5dR+vFbQYNjC5FABggQ7Um52EBigEXLECDKjUnEAkBhdgVhcAWLCDot57nIFIJxJMNR4AyIERQAV44syBy8ak9cl3gcXgBsH+g6t8E1gZ8JyV6dHR4DWy3Zt4pdto7MhnFgIf/iIjASDFCexk0LKy76zYKVGlIQTmJ86NjxhIlJX8vDUn/KNZjeiugLdXapO0AxHgvrflHb/xtEKY6oCxCpiq3L/P3piFX6bB6nvZ7l9Y1h0QtAyjb6h68NSMFl9Nj1+UGNdoUWpEMOZLhN94NYwJ/UVjGiZoa1FrGij8SQf6OE9vSVcPa1RRuuu1MS7NnGTvWrTci6pz3vtgYO8GBdWh4jh7JajqyoBgVHpvFmHPBMtSgz8LOH98137fIFQBOxPEpnoDADRoxMz9rjsWp4uNZmtQFeTPc7XKPAsAEK1GsqS37ax3f/FB89OADM7c4YDQA8TE8OEASR86eG6HNFddESI1ELBn0clKo0s4CJk12TT2sqfzKRbE5BSODIgRPXNRc5km6HDN3lpz24yOFUaRZyd1o0h943SM+jj7FO7B3SK2AkACHFxUXpkLmh89Nt9eCPr96U94B9AuT3TQvu9l04L867Sy+p6zdWNmCrup6QIAHUgtiHIG6qoHKJWYrnOLhcztAQA88U3kKYUTJVqVqdzm0UJjv3mi6apHM97YHjCzDnNHBu6vgjkY9r41v1uNsoYWmAKwOO7FWkIOYDkdiixwtFsFB05qq+3AmdpqPHA2998+cMs7ywQAF3CGU3WDl+ocNMA0QpVwFmN2zikEANyzZyEf4+SCLVcwzZxFZmtPjNGw6qvONv9KiOzzq87yxiBYCQFBo3myNPfSdIF6CjkMFBZ5c+hYjO94mjFu50zETgC/0VwB4HZBuRfOr/QPoCDwkVd93Oe2Ob/QuGXQxzqjugCApBJEeceEgd5CbkssGa8tRHQPADhVKewphQ1LOtpZbkV5zNOaD7fF+OETo2S3xYQ+E9CB5xPiwacPFgPa/3vHJaERXlreEpaEnU4US3ciCcjSPSvZyNK9KxnJ0iglt8W7BpgtEwBExylWDQvOpgcDWRJlpoDb+xd0lBAAaPLS9wBzXO8MASwQy8zpg/oeiCDbh4UbQFS0bRZyS5kDlYdDHyfd/Qy9AJ/Yf8HxojCN3AoACQVxUXll9v2VexhlwSKwgE7NBWRisABldQGAAimLDDKdaA5NNh4AADiih2B4E7Q+PjZYyYeA8N7rX7eF8iieXVwSXOGlpXdhSSjpRLF0eyQBWbpzko0s3XOSkSzd5+Q2eddoZcsEANExzaphwVx6MJApUWYVnj0e6tNr8zF6xqiha97eUfdEdgWAxKeIk3MAUfg4Pg8HpXFq62uNEdJvHjmKwCeiKwAkaMYF5e7j3yP9l0ZFIA+o1JwBzAzyaFjVBQB8IGSRQKQTxaFk4wGABiN6ANpvNvmGDFw2Fq0v+WCwGXxAsn/hKo08VoiHc3j6g37bY053U6yOG1yOIezVRh165ANt/n7yT7tUNp0BQhkwyD0HOpgTn/OK+z740vsP1+WRIz7hZZKPS9f8pWhEtbP1uQvQwweqTndX8cUaNs94YNovFnWLWfEkhQTmm1O1vHkstKV19G579917aERktrxnHuv6KxLCgAjC3KCs0NnxewtE2LR16Y34gy7PNVvJ3nr5PI0YRMUy+IRon4TG8omCjLGM9i1lqqs1AQKXtzERwS353Y96f+wH86hx+/61FeZ4gTYbJtWdV6f66ZHQh6wOQCOuN8xMgs874lhTrRAhFkXSahFivqpeZVMsH8OSWp/UO9s9M/gIbSyjrRgz9yjR7wvHykTHEfE/bdtAX6Ec8d6A8snXqWM1ZUOHM2SvUVI0TJOcncazpXxa1KyFBJLhKLN7KSL2/r1U23+O5ggNiGdpKQ1Y5rX5uHwvy3yRvIeKVfS48bSomzpJgwiNuthuerrI6Jc+53PqvvKysDG7d+xN7lc1aQSYimfn5JxNUcHqwCHMsM+lSmmdwtG60ZrEj1hHYRd6aX+4T2Wr2y8Oe+zCbzSUQIbZD0xzkQ747TL5lIQt/CNWAHOyoSFPsQDRo3vU1PUbn6Zee1j8/DOgc2MZ9CcFk5leTXlMhW71smskKRmOpwvoWVzWKCGPc7Yo6wxRin3YBmJru29wpS1A1NVGHlSAnkSVpQVUVMk1CKm8DivnQQLiRLm0dsDcuT8uQDwqx/pUuYVDY0TbEvceoQnTAzKXEaTysVALGVyVf0py3m8ACtRRS76oUlMAOXVzWmgAFfK8ju/ni9wFwnE3Ah0tPtWPFCAbeteNJGaVmumTJK3Mc9LSIYI0z6b1+OTve4jLeB5JJBZfDaavuHGOoE6FNaJ8YtVBPUkZYpBOEMpCeGuUE1k1zA0x+seK5QeN67jr8hdqO0w2mr2DmQk/tmQvQ4lPxPxQZrOChumMBQvQhi1/GT2bhrZyLAZjLVsJV+Inx6+73vgW/FS2Tm6F5PsQNujFCcxuXvcC1CtUHzltP79sodR2wcAse9qqTQGL7CgulAJIT0Qf2b5VBR/qMK49q1MxFqRRkBvkfrk7sqczB49vo0GQbChpcmpAWkfk2gbKctBkcn+5AmpHDa9cSDOE1Zze+N3dB4PV8ivZ2lA2m0Og9n1992NK36e61x/yw608jEhEP6V5x87elwqPDccfbmVa3BUckgfymzgBhyikQsykkFLo4v2s9SgaorLvLPQhWm5EWTq0dn0rnGSYPhf7Xr8g9lKPCpnF5djwu5nUxvgZrZ2PYruTSLQ1ib6e5cdmmwqxpqvLNKHjilb9m71ZsGYXs0bV+sozoZk+h+WHSoj5lasO/LDcU8gMrXg3iHmthykZHTvVAbRTb/B1uuh39dMmpO32ptWPaDtTqwwZmbHd9xzx4ufeqM3fd/8F51OcRuj1tmISb7htgpYwIVUu23IkBOO18EDcI7uLPpfqkDxNwRBHADeSfN/xsEYpDp/qZhc7mBEu7oj65wVnD1eTD+YZIXJPYP91ojNYHui1IPsIMrp1EUqKRdJQxydZ4gKGRWw9uxSlDdztsoXCVpITcc7wdM5WO21gt2K9nLb2Qzz48NCu+wHKWD0N7bwYX2EaxqPt8fXjQetJA4ChT53aY7dQ7/vyzTU0p89oZAdmjXawIclGAttwDCh8V95vzHgJkLYZeWTf72pEAxVLDc13L5gBqQNS/A9XW8zKbZYRK6CJDmBDA4Bq159p0n8uvOvp/EOn6/eYjv/HcsyjYg8Fc3dlD/Q2FC7KT92VDq91+j/2mq9zsE28b/8cCT0goKljy0oOJmPv8tzvWeiIQePRjKu7rxlluWZll+vE8kMBssX9PkvN455LyBzLU1SGNvMhgoG5CENiHVRgxvECDZT+0FfQZM7B+YmJ3iLFix7Wo9EQLwc+3e5MTNSds8k1iHDjSG95B5WsIpXHKCrbU72Gr9A72tdNegXv/DKNG3rcZb0UqWhvTTS3R1Kdb5F/3HHSc7O8DwmMz8rsnFoQJOJa3kJQWzm6rblMKZkfaZULHDs1ee1ydRCnbN9xj3Bd1cG8AVrF5an0xdwipTHgU3EdIQegS99EuACLeZ+dnbQyc+aCXUW0o6yBM5UHlrTHTaBURFvSri0q0+x4PvktGNmIWV1Y943ZWA+Z3q9JXC/mYMSVEp8Wx9FUYU1/4wZpxhmTPNI2IXzY/377bMQk5/0stao0WR4bRV7T52AI92U9zwYe0E1oUAyLayhjS97iVPAxkIh6P0GbVHrbxJyNOznt5mCgQxT/b/be2F8lGBhz2etIoLq5L0gDvgs4Z24LyzVWIBt6G7YPXa8rZq5J8U8x1OxcwWjIIDSYW+hP/wZTvK/77ntHy2oyLgL+1QRwDaI3kLqJJX5tJGkonIZNdF4hIV8NRyY76Xt1GwrDHqeOhC2EZq2/TQH6p+tvir380Y3e/d1j6s03eRw88jg76f938NCubUUxnT7+5RU9T+a3MK+6S/VfYPuAVP8lDRvk77aUYXNGnS14PnhNoWX3Q5a6VaFEMHIPP8weo6Y83Iry+L8goqZPbEV59T8RRA1X/ExUbhya09b30I3uxMQCxUqNi54PZKD/BFSYQ4NHGZrupHAKHPuloCGv5CUlBayZ9xUrX0sufff/Kvfn7z8oT3WAUvAq9F2f3jRJVIDkZG2zfGSrMLxAS0LfuZUuG83I09wYOGOgVQy/4CKnDin/p2T3Bqz7q/PAIHTGbsCrv38GAAQmJXoDa/21ZODmBEw5IKMvHsEgrAPH3Tmmw9/dtb4w0CZ3sIpxotXxoSLkpdgfW9THKBq3V880BJqiTje9RadGObQt8jYX1Zwuei+oeTbkR4bCArm0TZU1gnljU32lsNfYO5oJUA1xr5Tf7y75+1Oydh78GX0k7Ikna6pa6RjVo+sMyKjJ5V3Qxl9gwFSEC3r1FxYwovga6BtDaOLZmQtuoRNstLVwwe10go1SCM8KuOyLb49o5d1JvAkBny1R4HqdwsHrLVqqwBVEwvZE5ckbY/8DHOJmSwb++0plAsBwhOpsApjvBSx/b+WrUzM2UCxPy6on8fzXuqDNk/fwkLZqKHWZxFEFPNWGKBeLvMhNIcLIBQPdJI28uFIU/1TtAPrz6IVefvLusauv6NlgQ1gW/sFZVCCrVXDIYWqg36ypKODhvTYaE4a2Kb6S1dN1CceWDXyL1G3xWdo8/aVH3mYU1ErE00HYpqGKCSjReR1I0wOMWeEJj49fKx7cs8u1nSNKzMvrs7MZ+Xm0EEA3H3+G+srvaJp8Q4ZgU/irgJCQZ9kyNG7OJbaVvatVtnBdLQPYbu+toglIYdkFRitbFukiw4PeS6RU8tqOz9jKPevWHr0GpBklj+sVay4+NaCdeX0MReJXHjkGxqcrmCs+4uFW6R+v4R4bBhcUiOSZK07dhtwjzYCM12+iaeDvUE+i7+NYH+oVbxGxjvZ0EQQC13DoNEMp9EnA6Ot+OTLj2SK/wY6ht7ow10wxAAHZP4/GVCleO1aeQp2eGaKPAsWwP98OtJYKddzMnwlv6QHmCGurYmGASTX/6/n9IPvV4539S1oLmTCWfxoQxBpdVfs0XABlyjoVQnIF/hrvKk9R8V0BvAZdbBBdDVHlYG6anT5ml3X6mBqtp/s1Xk9vNWJPtzdmo3JzRD/riHFWsFmwdujQa2jqn6Zr8p/Gm/6nc+4RApjefShgujkkQDAELfD8G27Z08mBMGVUAvqLcoor1shmeSMapqbGwppIfoUnkeAmeB+fzHW5t+7tKgLupJKYUsNkQrtzBAfbrbV/unI27/zu5yy0QBB6ypZtOtaps0icbbnAX0N4zTVrsdA2kpt7+1MjjPdxRuTZznKwPIHyc8R5feeMt/JYW1I3fcna2UzKgVCrqxbT6NLcrAdr+Zo+yzXuJbc9QgZKw7JMii27mpO6ZEhaC+11HMK51IydlWHuqF1UPK8siYlCP9AiTYL7YLwCJkHpqkGnox1jjWbSVkZ9MKT42oPGr8qhATk4JsKxmmlmgRP7sSXe02lnw5JOMTGol7zxkrz1msmh7aw/cw1qqrXVSxb8bK0dC0usOvwCPF4xn7zpTjlPYwgDRxptCrnJHRuv6J0L5J2BQl7BNzzb4vquocukncf/3PCmlrBXclHMlJjhQX0ZfHoUuCoPvkzelN4wyR56zdCVXBSKp6RZv7wXI/ylJU2G1BL5XIrPv9DFZFriyFhacrwK6y1ZcxafTEggcWRsKOGGCwCvem5qQmLKza22NikXbrlksK4ng/Vtl3oUF+BEQpiRUDAxk82emqqVpoh8piXEW1qyNktLkTyrJpkttITcIDdW0BIjD2iJTAEZ5zVKxv+V45p5q90mqqlwpJKKI6tO8nyyVVRR0aaCiqfi/n19t1Ay8RHpFS6xgWyJUVgom0Kw39I8X5jbt+Hgdnzrm+rQgCzLoUkpgG9mRIErnPpCvrPsKuWeq5OMzeexuvg6SAF5Wf97z+btEtcUX4dx05viufc/8QTpqlYJX9EqvZG/BPXNjSQu4UfUErv07rjm9bqQJv/J+6kPdvznJzBWsVpCEi/OTK1UpzkPSIZyUoMEJCgJXbUjHrpDQEmYsCUn/2ygL4nKLz40LN3yGEUx5M6f2mrdl9oSOC54xVOfm8ZgKSwA1fRJDgMLOTypiGiE+fniW6x6/MYXd0uNv+R58Vl2vifhXTLzlvWD1zw5BVYKXmcv4cJ7ILQO8Hrs3UIJwct/r9tNaNb1XY/R/em8OutDOP2ihldGX0pdFEyD3xRtVBR4SYL10fjM3npkhmldtIo0Sx00m7kJ3t3L1K2I8n4NR6jjiWpl6NoYxXHdb7/d/nI2a2p+hadt5yDGU1KCDuFAfsBNSQR+lBL084xUBHwtfe83yFtqcWYjeu3W9fIt5CeRtv64yRfeT9Kb+RH587WVPVDt/P/5vf+au2Wl5If9XPV/cqm7jzxxfYNBjMrQd1DUkG3kMpRd8apUyrMz4onxe9T21Sys8eDslvkz24SkeFXi+94LgKcIwoHOQYCKXYYNY0l+Db0QCKA9OHIt0c+XSAARemLQBL3R6k+4eD2KAyDDx/1DkXwEimIhg1i98HQ1QO6980TrjD4o/Wr6LvCBfu/71WPfLjJe+Km6Z48JwoV1RVoUvmJqdY3jSXqtFZdopgNClK2xXJ4aK1EzFogq/bCYQ9Q69gOfxiIQ45EHr2pzNa344a62ig97NIf3E0AHYgTwYSbj53JbNZlMJ05RtsZO89TYWeh6m7zRfwjTSuFOwo1YT8xkdpwZkUkAOhOuR48qGp9FiTPccMpbAruOOTMaPyd2sAJBH8KtJHYbxc1mKWfpCU4OkUrFHP65AfBlMGYGFgB+Vig+HVuFgUuyDsXqykp0NcA/LYBuhJHZcVyDgYARyb+RW4HRTDKlXp18/dIaz+saDL4VkjzQK4OpmMM/DgBm1YgkyfLGyFdsG5nM1KuVAbDM/pAx2DJGL1LNJQZeDpI8Ppdx8cMMiYZw1G5/oinis+WjAZPC8MF6OOWTSaiHBls+dV1Tz8VyV7/gX0p5V3ug/UzyaDRLRohXCOeztnqU4N4U1xrnz1WTfCoZ+PKkILPrjL/O+DCAcHYSP346F88bISCSkQ1hb1MS5d7EbTWb5teoAqrGaqWThRih8Vr5ZAT616PV4MSgZytJIFm8nwrJHurm7qGD9YiQEjdGHuFw4YWbiH/hk2cAvRR7CM2Pyl2jdPaZSFdrplvx38Xyv433X9qacVKe+FS3cLhZdiwT8kZr/lHDJmo6/Xdgsnf3HKrv5TrW2DcQ6HjTGDEYF3eBNnp8m72Aqnnay0m1AwMTK+iHlSPsjI3rl/fCe9Sxl5Qab2DXBR92RtgJD03xuUjZS0olZKxWIE7L5BT66raAyhj2qKGkVBvw4sPEiQm4svOHvXlf6PrLXXGPLS3VjrPqjIUnGZFx0QzQGDaB9seA5wlmHvOVf/MJNswt608OnVYaZpr0F4Ksi3nz0J4BwhDsNYe/pGDjD1aHcThZ+FlseR9soD8GECxnHucmg3llyCfJegIt7VJG4ZEW9AnrxcimaDw5SF8JwTfq5eUl8vPzvGrgko/MwXWLZFMG2Nx9+ez52LgvAgYLN0+yWW+6E8afLJwZeBqjSJyJnR0nGxU7YsLJuP4ZxbOLtVmubFZ6DF1yb8Fm/fEXz5+sN6Lx65dEBpE48CbrXzy7eGbc2FiBSTh3dn3rXxyIMX6jFU9mR9zEk9nZyez6ZxeIs5PZESvCRSKcIB6EAnCzUeP7zGt3T15iz0nzBvH65c8oiD9oitc5fwCiYKdckb4GrsvBj84uY0bW/UZDlHa7lvhobX71sm5CLWL+agp+ttXae0RQtPmpJIXHJsfFuK2FIdD5p/7u0aUDs2WjaksB+zXVVDDQF/IPq0Hbmpg5nTKeHmLkD1Z99+eKb15v0/J0ja2nqw+fsgyZPrSB+3XB3lGdokF03+m73NHf1GsO8wmrqJZIXxInIthXeJE3w/on/MDAkPMT1lJ0k/brNPAHvQI9EIAWNBCGxAOZfU5Dl+La065DgfQzuA6uyuKcDpypbVSJn9NicWVFXDns437nXd/2X5KGFgkuf+fEfBqxyL/V75bz0SEGepF9avq49DB7PEj9HFPU2bDnlw/wz2k4dd/c00urFQfMH3cDyenwIbBeHm67NRnBTdaTxIkwJ1cVG7PebKDcd1awObq9UG+UpixzyTFpSiSZUp+FR5BtoM53TtAZgd34m4+wskAgMJB7/sJK2garcqcl0l1IfG95CU4uRWIs9iLjI3NyO5Ivoxr2uWCuSRaSogn8QBTohDy92buTrvVJsUHpX6Js9ih1VcrCTaGWED7tyQuPaZZyZTYeh0HFMio0gwOT47VLDP6MzXlnozyq3G59xd8cgCrtFldd9iygYFf1sHBh5mlDi654BAAsVLjHdwXIu+McGd4ph3pTrb9xvD3eh99jXWEXoz7sv29H5F72PLZL+3B/c0w6xBcwrwXXu/Rpp3yDMwUqwmm9GuIlGSStiPpe++p4o2DMtB2m3EyVm1Cb7dkpSIXzgtcSS+4o5P7+GQAwitX0jtJeJWQlrZJRaw8bc45A3w5/LdWrE5tOPqvD/hkWNrqFpI4ZumbWK81mj8n6kAblsZdWZcstCe9S9ijrMRWgWyXsjATHd3KS8m+5U3xQRckv8q1DipyNnOmat39jk6K6QnxHS7BXA5PhwSQ8IxjEFQJTSVw8ER68UVXMAGTQVxarV3xWNABAJ8qpybbmLBwUeaFoMh5lYNJmt4ILVoR++2VcCVLdhujmZNciNIoJTolBU7yb4zH6euMaq2/jDD57w9VnZK7rPCff41BnXAlNo+61oMbo2oX8vXh+c6jE+q2Kg2MK1q8XbvmrNLkyLsV1YS9/1cboWa5aI1CwKIYr9P0YboSPPLaxdMn18SpJPNeZmOL7XEi1d0F/8p9OLh8Ef3oIxpL0TYqugwVmLSU8nVaTfhnr/v6rzU+FKpsnAt7MX+fUkWkgdVn5LAsMLuXbi7fCeE0mCrGL7AvsUjUuedFettqwUN7LsS1/FVNSeYkq3ccwT0XL4YyHwqtFM2+q7ZThtnAQPHFeDtz4/spdD69urWVD30lMB2hHDk6wKOfYUbZUpCzP+FfD0zpHx1DSXqlQBVAnXzlRZcIdi1BOhinJr3LJ4+zTlrm0RVFW7S4U4jsqQ6MN9q5r3It8JjD852BQjYDfwP0JQXcLfx6zDizfNQb8WWLfnaTJkdp2ITGM7THCayCKL/UQnMy1SfEOItpoPC3SNlu8Xn5fhHtPOFnkWKJamqwqWU6rh6SYhzq4DSuMg63q3C3MiykHIO0ibFjRgTeQ/R4maIuZO7wPh5ZlukSxGeLojCvm/o0d7bnKXfRANjVprJbgdaPVTqFM4O8tucwdWueVn/rWtc2NBQUpYZ2/y50XlhtADr3OtOyG5KFVatoPiOlMmY5DtLIpN5enZEgrRnugB1albiFLYvuu5ERxog9B7nwVUxQQgMp4oR9C6Jx61A3DP5lLLyVujYn3kYGGRLKhMs89K6qCLATx32hRSxfHTB6Dc+PieJe34GxcnLrzPJyDi0tP7oabwcWFyE1xc5h3PkVfgncpzs8fubsWoh/mEgFMa2V106ea8uhOGCPM+yj8Lk7cewxbsrgQV2EDvQut90litW/gx679bklBfIckdXdKSg7d7O817E656D5fLoEC6b7ZwiFKKPECeEEpSljkPPZIRfeZBXSVmvLt7gINAFCtcARfZlJcrzcGR+WoMnAzU+qNs0u0zdubAe1OtWFv6XB2r9rttKZByV3RJbvl9BQkVLIg4voH1aWQyWMoGZfCXd5C6XApdud5lAuXck/uRk3hUiZyU2qAp8PybvGXO1e9+Wu7h5Wrt7C+PZxVntgGx2DkBJ5PYRVvKRT3MyBqxg0WFWbMTq0rrtxLOEPXN+Ozfu0J8FncT/Bl8mfxwxOfAA9kULehrfjBqPxjuq4ttrdW7gtXxv6oPJVsb1GsGsiQd61xtTuW9mZ18xAeruGvf8/gds383xJ1Y8+/AoDVDk31Dfe+oNKwIFVZgUCwfRPMYQMo7DohAIC3QNCpeIgxQARY+Kd2QJxT3qHaZoN93brYOTY4dAv5QFCsKehmOaCuKP9rzoAak7y+faSvaXyd87VH7mAMXxTvGl8tq4RGHeiKO+PHIA0KFdGaXgoRCPqCS45hCF5sE3aFTHl9LYPDUd6ZzMdpsNzuc/vbIG3Hrj2OU7y+3vIDTHm52ewjKO9wV20AwNyYSbReGfwEMLJg3ogNgS/+EJijaAVyKm/PEn1uJ/dmBfUPhmvlLxa+d1dz13QVDXOM6YUKZuelH7HiOSGke50ij/JwN7xXJ4QLbiOlCttJuhPEhRKxi9cnT7J4AbqmZ1T4BBGrEojjtQVw0b1gEQiJv+46D5nJ99W64OYSQnyH8tXX2ZrL372Gt/q73qroDzAePRuzHq1kq5jeCUu8HX0B2VLio0nTNZdWdxPFz/AnPfG5tuS6G/SNXQg8hSPwCoLsoQZxQdDO0IJsIOhuyENuMZiy2F0Jg0FJ7cEQq/l+E0C2vz0Y9ybi6VwM/vKHwNX6r70RS7fC7fuvIzkUmjdZR+K50SPxtIrenOKa+hpwx1Jrnxz8kE33Z4ESA781TA7dbS8Gyfn1v+MypUAuADs7udmS2g/LfNStN5LAw2sIGEmf5btBzxViIDe43T310IBavX6njvy9hC0e7ggA0lmwvXqv12BnLkd9gtanqO/x3Sm2hxBXs6jtDTBfA3xnNp/1UjPiaSbpV4+8nzGF9MBS+RjUYGy8oMc/o5NNEwdS+eW94K6D9WKfvYy35c4lvA9t6Na1quTyr1L5lByJ0FK+qzyfOFC+QrsKocIJupS8N0q+4xV/mB8frV3cnaIEEUCd4rQphO4g7e6ShfpKHhXvXhV2VgQi0k52uJkJJ+SudwQAU+o6tb/XOxi0+7c40gGeK33zGXH0eZXevLUzsMST7EhPdsh6fQNcD+Aox2V4nuOFPXaeU+8BNAAgJ3GUCy4IzmU1DQju3uLGPH91HkwnPBU+kyzBgPYeC2RzEk16k+4U76YuVVNBRDSZmdLSU5frSXDETvLRWEg7GmgTv8HG7ffKUVak16E/nNnGmGkaH3r9nfiDsTPmkrMVbFAEm1lKA0Y7KTNM+DDfWAKthkXnw2ORXZ6cv2HAcwdwUsx5OQNOfEjJmUptd8uPwlpjOrtnf542g40ssVqR2vZI4tteNovnWNwW8XR33hYp6+4T5vjgrzO1QhMS17kzAietQq4CLiAyN2Cy1j9cWFXLtzb5S3B4KJH9Q6wa/LW2/VhAGmUHfnqAf36mo7Jlk0wkSkT2trSovmB+AgoVq++0kZgny3zqBi1TgqwchU0uRZIkAI+6JoVrrR7sj8qoSUp0KYnlFRIEJTPNnbvL+RrVYiX2d7V9zzLwA6rt73qHfhaQn23zdsYtyZrQX7/N/JfNH3H3ZyDjRtV0Rv8+FcC9aY9bEaTrb+jP5x/kpb6sAIqdH2zymT8CvP5+a2CHOcm5L1avKiU9cmsNKPMbWBaGf7Cr2Lg4icb1RMUPW7DVorAlmq8lWzQM/zGobpczLq/lSBQ0VIjaDA+qUTUXiJvmFBLVTmSrgukMlKnQ4bm6DlI5B8EAALVRMhMoDldKk7FAdaFWxz9sMCSH2ymvKduD/XmtgfZCD3tbZHtL70470PRO8DLMXuB0q5A9gjMQmfOBWxKXOwPbGfJcNXzLhQLGQh2jSepiEGvQ3HH9Gp3/wpfunBwHt1FT3Ze/UIna4xQsiTjGxEyzaTV3oWJveMgVIS06JHStqVZ5C0Xm4YHvzPF8RhuaPjzoR1s8UafFRAPmgTiGWOpUeSfa1rDdlWfjCBkPf7hdCLsz1BMlpmFw6Drh5Hps5O5VQfFSNZHs7KQ1ZFckcq0nn8qZNk9P8c3vTYaeIvM6Ci9dIlrXL24728ZviWTv6oaBd3P+j1tqAkgVRrjus1FeZDImMO+hqqe/4+LDlvbmPFR8UP8oUBSN8HSHKop1zXSoSlmP8xyAXt8TItoujWu2pDRUpXRnHATWY5MDtsf7dzlg7THqlJqVmiY7HotJhVAKvJDQDXog+5MGdjsgYU0DJww2bA5wo8GFPQRuM+Sx1+C4wL4Kth9BXt/RtnrPwsLr+Chs9PT0LPr3UKI+C6rZyvtax0f379leTAT1Kn9D9y6719V99E+vjfSjG14KRxQlspH6sjvozCGJSv+uSD/e4cWJVNDNQFfIvnJQMIdbzeM+zGn7kjplCLoZdcIAGLgzooSJ2RCcr2GEZIM9HAfCmPsQC0ve6vBvYEs8H969i/7u9bdjQqcCYIhDtc2eMIKlBy5W8t/du9fft0wYz77D8vJ8TBuSPfuK1sdT6fSaSKl+4OqKnDjo5AWmzu5zK7yNjuVQLxzQXueJpwxSgf76igBHANXm02whdA2pdpYUCzbKHhI676p9LNw988TQsiodAcActCj43FBmxxEY3k19+rxifUnLiAvlTfwaH0cNLFHkuB8HKEbiikf2XAnPn1HQs/ogGADwHJqz9Shv5oarvKUn+mIlevLsC8UusdksYIXXPfK6/zoNh0wEh/qsym8/+r4zwiuNzn2FvERDnuYrdWOnQY7P7cKldFzDXZCy7EQLppcLponW/Nz0Va6VGnU/g9XGJMH2KtarAVrScJABMh49ycQjH7t7iE6eHfPIWSzbpEDkUs5i1hIY9+pNLFUJiy3KPIal5svbmdmafX08s9lHuFh6F78D/t3utXPrD7wVdf6P7MD/riLluB3/th5v2kql5yc/ugLg4Gf0skL94MfwNCi1MyPSMHp5LkxXD6sz6uSuonwvt5I2aj7F5m4AAMAhCoWnMUQTJdgqkCjOfCRebJ9P5UEWds9uMAAALQvUrrPyRbueVnRWcUcQ7XjzmsC0YP86SlBL9u4AARVql0iQYYQgFgWZbYmxK8gW3khTIy02eSPNVLhgu4s/M3Ym1PF4MfYyiPVscct3eS/ryouiljDlpT/T3lVScwdd48abjiLmWnsYIQA4bqBjVXh49mKckurfLJQeP/CjgFNtgpsbKhYZaAscjpfdwCWB7sGB6Nrhj4uGOM2hXsVimujLnDfavZCOqsOk9uTl6Qpqu9TDg+H04AAAo9LklAHmqsNLvCHhFRZEgVdvMzlXoI2SSNY7zQCAHeLF7Gdjj6KVIlssL5mM/qWw4LV86F0FHOWPaYB494/SBFh50E9RGKpPj6SOlFpnkyGl27lMY2jMBzrI0ljkfd9xx+mtilhVXpE9BNOh1NGRpONSwWdDKvUDRjChI6GDzkoDPrrAe8utrMnehDyq7i4fMlfV1t+pKpagVel1G5zdP/fzt7oe7vxuzkMxyW55KulF/dUX19ZnR5b6f657hkizAmkzKPMl90ajDiRyQ7BDAmk9pl2pzDd4GnR9TCRtUrRHL/G/udPfVoO33RsIe9hnurPAKRqYQHryVVsRydorGRaGFi87K3EaT2hKjByB5sm9c1BIjVUkXM6vD7vKo1ubg4dXdeWv5QHrK3oeAbQ3gDSFUApS7SwpFtcIenwvaNH5jKoe1DePJdFy6yYBwA50VT76oPFu6GJ4vxCu6Bn8fHYD8sX7CrruvUHVtO/pZt4sFUxzMUCRbnByYQDAQVsiNugV8Ou+rUeD3xsTns+9+a9evbUrL/sAo7HTGQMZdy1l1vGu4zkQ73HBEzAZfr6d5zYWbmE3GACwUfGIXXC1GpFaxhqEcDijt7M7ZnrVnTcQMY4fm3OskCCTrp3FxYK9MwpBUADUpxpiUFdQ32BoQSNQ3zpcQPMw6GOoA2owQF24DOaYDlSk/H73wvtWZEO8S9ooUdHK9azI0MosnAsAAJyAjuwIBTCnBEUCaSrmbADOKHTFoBo9YQCAa4HpclfLfuG3jlbWLgRwBQ8qTv488UASHnZ3AzR8OyahK1focmBDWZ0GmWLPBrxgriGRmbrcCMScxGWaUM4TLkxrZaZjtTN0Wjib6W0dOxxuiZAoWMJmIfaGS5GZG5hvl8YmZYC0otIutU1lmYs+p/e79NGCJe2A7Ur+Nv02S64ftPKac0p7uZHmbqO3krKHmghN0tn+OeRfIFrQ794aEN4ufnh7kOSzCvxx3sb/nUz0gSff9I7UVSuYDJ6CxKFFbJM+DdcRkuUjWWdpWXhAKIjz9WD+qtY2STGHyl8X1lK67BXZk+HPuwd5tof61C2PikJ6ScO98JLvNNC3RuSlKXIcnQNcVQ8OAHDV4KHdCxY8gBXiiDW82oYAgGezkzEwBbzTDACgSezOniyTywZj6QbH6ZR8f2xg0rcedK6goNcbowrAwUXkFDQCZH/SIldFkbhvGeaGrgw1RgS6a2gxqyB3K1wwmytjAurIRt4LpCZ1sC3QwQXjFceqg4IgdRNSo/cVtYhRa1VPT4GduaT2HvkWQZsUgrVaSh2aTa2FfNwbtyj8OwEAYMvXJhZcymvlDf1lo06+pZNNynFCKwrmW56zLodr6Y4XA+O+S0yfPTZIum0NbHhRHldtRWa8VzoxZG/vsd4FK9QYhmfuBMLbf1PfHK6/BsVosuCIcj9DcDknnVuxGXTtbOejuUGYufNTFstbX9HzCKDNAMQRQZZFrJ3FxcIF0QN1ne366gwq4s5GhZDnnz4CgFRYuK58nIVOu2GO4b0uqJdteve3b4L9bJatETXoDSiVaN367JJZ77jgSOSgAqa5hT7jYwMLR3tfg9HGJE1uoxevmIRlq6JpA3jhdPcbN0uCDl53fN96RSXpSlqdANPjWRoUeJhWZ2xlb+Gpom+Lqx02bWq0Sdj9LtizdQvPs2C6quqSnsngSvMnaaX8VgTF7lVxLgj3pYEv8vKvdvB4Y53ZLbWz9ToMn5g7o3uPZB7Nt9XHj+/KJv3VyT5xp/hkF6mpY7Jtu42wa7QgblKJcDzRPHoLyCtmE6fSkc1lhZQMNu5c5ETZFgtBpRIholtkgIBoiwtYzNGBFAM7pJxiO4ZScBUzLKbjbbPcm24Mfn1Vre81vo/04q1/evLmWYuvdgIAAEdQDbczAQUzwb3icGZnlFPMIwAy+LkVcSozyc75YADAaibaVfDXLPhqZXKhMGsvNVyJ/kCUypkOPUOJuovdRyx27qShg4u/nPxeaKZSLAQK+QeaBkVm2NC0LS5DQdMZzTC0XsrhOw4v5bFaL7ATvcTaNVHVoRTTEArrN4pAKk1/QACQNZiiPtw0tLUT9i/dYNLCclpQGbEYG3S3HM8dKEvpjgSlmsNfiGCCXqk3zXRvgTe/1b0YvRf4R7tK5/J1xXVdByRqXdW5OACAibICQy7R1oeSrudx2mwZ0AYMKesUiY88ewckts8MABALDPYDGF+JH8/Fab/dkOK4Q5OSt8e2BxWdBzx1/l2DmOnWUgbgJrW84pvOmDUg94UUHphe2d8aEE1FoiKIidhoGmStuLgGJEoxuI/UWHU0GFJLOnh0wNIPmJQG083SQRRBIZeWKGBut3qufxdF9aLQFVQ4Vb6og0mnr+8jALgssGP22J1mhbh1l8ttMCcZXWLSwJh3XpRMgFnul6klcHfDVFgFbHkw2q4BVjfcb7uBOXgrrq77GD1a15f+ShVuToHoCkLzB9ZX/EICaPQAyYWQF1LvLGkW0yx7KOiys6Kg9myUipaqfgQAS+gqeMz1QovGXkG6I+RzxJ+jKaXncmJpXeOzRESb2mccu2cB0iKHCBgOPx+7nMnCGewGAwDm9INcNaXWr6JFc8VxijhXWe+byEn+npWrn5X7atepuFpar6OFrGp21syh2PmV7Cr9erfffvz9N+5HRnmNvw/K43a6fKgIrdGD7WZypj6/qhzkseB2+8EAgCvJAuz5CzgLeMniskNqF5iRP2+X4DY87GcLlvDu3AxoSoVkDvSNixldWBjCucza4Z0QSTFgDoM11A6rMNisjmWB8jUN+Errr/XyEfrFzj6lhpStKGp/knaHQMgHTwwrUjLOkbAy6Ig0R8K+UFAEHItty98EzNiVOxXjFEfPkYS7wgCAIdHRu+AKgPNWnLqVUqo2/rywQUMdYVODc9H6XGDJuzPwOsnwlzVogYUMhJMSmZljPlFJXJYNxlAMK4KbCna23OBOAtqtIYacunR4xJM+gDu/iMVW5Ye0ME9//11/BypePT6lBqvab4Q2aaH6AwIAeMGeMERxoGlJcxtVuDBVS9f8PmNxryW4c/1TJC/BrdueYvl7iApcxXhBSmihK854TsV1mXgNW7sgUbWAHvlZWonsiAPKMOPhtJOmND8+4Zj6QKs0wb58XWFrR6BXfScAQO/wtOqZLn17xKk8C+5l7MJEUI8u1A6QnK4eLSBFZ1sFarvPDADwEpxtT9s1gE7pMZYAur1/LoLc86F7DKjOG+MbwOFFNG5oKy37C4+bMhMnIPHuCictNueAcxGXOwNbGy6kajCpTmgUtDEpIggOOGCICycmGMxFuCqefpXaNcPYMuaZ799rbcNDOHBfQYsQUK15IIy4/u4KXOmymloQOY6g6+XJmndKsbtTAAAwO3KyzQuZhnhNW5DNNbygLAzRvsToGmMcvSieAsYb+PtIygu9Lf011DL/y/3yra/xYLMXAMRNYYBQ8ZysST2Fs/oQ5jIgbd06CPFqOXyBZNPBcEXJI8fBRw3jW/glJxbJr3JYSwPqxV6hDYh2MoS1UFfkw2Y+ytu68DxvMSp5yPNWmqXzwQCA6ChXaxu0ejMfZ+qqGA51ejm9IOm9boD/43T5ernGQo18bsdHfOhuOoPd53YCsAkuOMZcoZvoQ2uL5GpXGABwzfExJX+BdEAiFjdJtgxYu0PvMvYejPf82CqyQppcUzOofNHoGWYP5sSFQQjZNYaLIxYyxLAnECstLkR3SEfEGioGAstnJ0NsA9+DFE2Lgo1I0ac65gs/YEUNP/hZpcOB8wM/4yExLgMBQ9wEsZSHJeRYxhRvFBTD9ZOPPyjzW5ZdUKNx2zNJLzcT59qFGckSbnoVprbVmUJwLAx6W3A1Ew0+CCc/fhZrY2YUdl4Jhy0XkGALffr1UAtzc04YADD6ga5qqXU3qm5ayUzLAGY5nKssrOPap+68KVF942HvDMdNjzpt5kRVA7znLXi0oc633PMHRehWEqn+oO7LJMz6ub1Gt/hCvU8/T7lUSeTvAlV1KfISjBdBibmn2qqYZ+Sp+JWy71RwZ2Qx7bR8YRFkWxZoC8ljFk2BttJ5y8IQaGtYXFhEYsNiuwC0GnizdrgtxK5OgvA4FEc3FRyRFFEV+HdqRJyWskqguQxjnPgxGkm8Ok3t6e6fS+gYze0JeRtOkyPeJGoMdFn1T07Q9Xh/OwV8OYXbEYvGpC8M7KIgN5u9wM1oXSCDmwuKEwHMTp/ahpmR4qmltJ89tp7axRHyNvKHD99KhHtDRcYxemQ/M//vg674N+w4fmT3epx/Q8IOv2bop/jklyY3BuBzexp9f7FOtrF0Xn4P+Nu6BrN/FTCTPJTPokrSqonhJ/bz2PfE17avC78vBpJmKeLYfviJfqHUzOLsZriG/3BIrean6dm2P3vVp3cxHf8M3rbkNpwbHlpz8IPefnRRBl69Qvfy4vT2ihd/m6HjFunvlwWttut83QC4nh0AAIRRV6OMezEHxBdwmrDwrBMMS1dvHbGLaadIrJ1mAEBEulJH2xgEycdmQEGdfxNQgRc9WqKFnGeKppABVyHMhbQQqPADigHso6r32dH3+eyIPvd8WAGmWJUuhzvUVgTfhdlVyaR0HycJF+lPSdrdhFDQIy5Rjx4MMUDAEGFXqTgfUJg79YafwrrzHNQSevKPn6Wk7epvTWSGwYnXAqs4ygVzXgjlBDpADgMalxYPwLBUz7qBbe6rLA6wNWFGF0GDq093w0UOLAAAXWOa+/23G9widGy4oa7MPtkUII61x6hYkLc9hpI6QMHWfhVvWVbVxHWX3e3CLNFSFBCzjMU+Gcyx24+RNm89ap/NvBHwHvMHZVfEmqrRwP0MOAzxM3GXenykpuX5Rqyi0V2lDgYAHGR0rRXrZ4i2tQQ=","base64")).toString()),sH}var Mde=new Map([[W.makeIdent(null,"fsevents").identHash,Rde],[W.makeIdent(null,"resolve").identHash,Nde],[W.makeIdent(null,"typescript").identHash,Lde]]),Fgt={hooks:{registerPackageExtensions:async(t,e)=>{for(let[r,o]of rH)e(W.parseDescriptor(r,!0),o)},getBuiltinPatch:async(t,e)=>{let r="compat/";if(!e.startsWith(r))return;let o=W.parseIdent(e.slice(r.length)),a=Mde.get(o.identHash)?.();return typeof a<"u"?a:null},reduceDependency:async(t,e,r,o)=>typeof Mde.get(t.identHash)>"u"?t:W.makeDescriptor(t,W.makeRange({protocol:"patch:",source:W.stringifyDescriptor(t),selector:`optional!builtin`,params:null}))}},Tgt=Fgt;var BH={};Kt(BH,{ConstraintsCheckCommand:()=>p0,ConstraintsQueryCommand:()=>A0,ConstraintsSourceCommand:()=>f0,default:()=>odt});Ye();Ye();B2();var wC=class{constructor(e){this.project=e}createEnvironment(){let e=new CC(["cwd","ident"]),r=new CC(["workspace","type","ident"]),o=new CC(["ident"]),a={manifestUpdates:new Map,reportedErrors:new Map},n=new Map,u=new Map;for(let A of this.project.storedPackages.values()){let p=Array.from(A.peerDependencies.values(),h=>[W.stringifyIdent(h),h.range]);n.set(A.locatorHash,{workspace:null,ident:W.stringifyIdent(A),version:A.version,dependencies:new Map,peerDependencies:new Map(p.filter(([h])=>A.peerDependenciesMeta.get(h)?.optional!==!0)),optionalPeerDependencies:new Map(p.filter(([h])=>A.peerDependenciesMeta.get(h)?.optional===!0))})}for(let A of this.project.storedPackages.values()){let p=n.get(A.locatorHash);p.dependencies=new Map(Array.from(A.dependencies.values(),h=>{let E=this.project.storedResolutions.get(h.descriptorHash);if(typeof E>"u")throw new Error("Assertion failed: The resolution should have been registered");let I=n.get(E);if(typeof I>"u")throw new Error("Assertion failed: The package should have been registered");return[W.stringifyIdent(h),I]})),p.dependencies.delete(p.ident)}for(let A of this.project.workspaces){let p=W.stringifyIdent(A.anchoredLocator),h=A.manifest.exportTo({}),E=n.get(A.anchoredLocator.locatorHash);if(typeof E>"u")throw new Error("Assertion failed: The package should have been registered");let I=(T,L,{caller:U=Ji.getCaller()}={})=>{let J=I2(T),te=je.getMapWithDefault(a.manifestUpdates,A.cwd),le=je.getMapWithDefault(te,J),pe=je.getSetWithDefault(le,L);U!==null&&pe.add(U)},v=T=>I(T,void 0,{caller:Ji.getCaller()}),b=T=>{je.getArrayWithDefault(a.reportedErrors,A.cwd).push(T)},C=e.insert({cwd:A.relativeCwd,ident:p,manifest:h,pkg:E,set:I,unset:v,error:b});u.set(A,C);for(let T of Mt.allDependencies)for(let L of A.manifest[T].values()){let U=W.stringifyIdent(L),J=()=>{I([T,U],void 0,{caller:Ji.getCaller()})},te=pe=>{I([T,U],pe,{caller:Ji.getCaller()})},le=null;if(T!=="peerDependencies"&&(T!=="dependencies"||!A.manifest.devDependencies.has(L.identHash))){let pe=A.anchoredPackage.dependencies.get(L.identHash);if(pe){if(typeof pe>"u")throw new Error("Assertion failed: The dependency should have been registered");let Ae=this.project.storedResolutions.get(pe.descriptorHash);if(typeof Ae>"u")throw new Error("Assertion failed: The resolution should have been registered");let ye=n.get(Ae);if(typeof ye>"u")throw new Error("Assertion failed: The package should have been registered");le=ye}}r.insert({workspace:C,ident:U,range:L.range,type:T,resolution:le,update:te,delete:J,error:b})}}for(let A of this.project.storedPackages.values()){let p=this.project.tryWorkspaceByLocator(A);if(!p)continue;let h=u.get(p);if(typeof h>"u")throw new Error("Assertion failed: The workspace should have been registered");let E=n.get(A.locatorHash);if(typeof E>"u")throw new Error("Assertion failed: The package should have been registered");E.workspace=h}return{workspaces:e,dependencies:r,packages:o,result:a}}async process(){let e=this.createEnvironment(),r={Yarn:{workspace:a=>e.workspaces.find(a)[0]??null,workspaces:a=>e.workspaces.find(a),dependency:a=>e.dependencies.find(a)[0]??null,dependencies:a=>e.dependencies.find(a),package:a=>e.packages.find(a)[0]??null,packages:a=>e.packages.find(a)}},o=await this.project.loadUserConfig();return o?.constraints?(await o.constraints(r),e.result):null}};Ye();Ye();qt();var A0=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.query=ge.String()}async execute(){let{Constraints:r}=await Promise.resolve().then(()=>(x2(),S2)),o=await Ve.find(this.context.cwd,this.context.plugins),{project:a}=await St.find(o,this.context.cwd),n=await r.find(a),u=this.query;return u.endsWith(".")||(u=`${u}.`),(await Nt.start({configuration:o,json:this.json,stdout:this.context.stdout},async p=>{for await(let h of n.query(u)){let E=Array.from(Object.entries(h)),I=E.length,v=E.reduce((b,[C])=>Math.max(b,C.length),0);for(let b=0;bbgt});Ye();var kt={optional:!0},eH=[["@tailwindcss/aspect-ratio@<0.2.1",{peerDependencies:{tailwindcss:"^2.0.2"}}],["@tailwindcss/line-clamp@<0.2.1",{peerDependencies:{tailwindcss:"^2.0.2"}}],["@fullhuman/postcss-purgecss@3.1.3 || 3.1.3-alpha.0",{peerDependencies:{postcss:"^8.0.0"}}],["@samverschueren/stream-to-observable@<0.3.1",{peerDependenciesMeta:{rxjs:kt,zenObservable:kt}}],["any-observable@<0.5.1",{peerDependenciesMeta:{rxjs:kt,zenObservable:kt}}],["@pm2/agent@<1.0.4",{dependencies:{debug:"*"}}],["debug@<4.2.0",{peerDependenciesMeta:{["supports-color"]:kt}}],["got@<11",{dependencies:{["@types/responselike"]:"^1.0.0",["@types/keyv"]:"^3.1.1"}}],["cacheable-lookup@<4.1.2",{dependencies:{["@types/keyv"]:"^3.1.1"}}],["http-link-dataloader@*",{peerDependencies:{graphql:"^0.13.1 || ^14.0.0"}}],["typescript-language-server@*",{dependencies:{["vscode-jsonrpc"]:"^5.0.1",["vscode-languageserver-protocol"]:"^3.15.0"}}],["postcss-syntax@*",{peerDependenciesMeta:{["postcss-html"]:kt,["postcss-jsx"]:kt,["postcss-less"]:kt,["postcss-markdown"]:kt,["postcss-scss"]:kt}}],["jss-plugin-rule-value-function@<=10.1.1",{dependencies:{["tiny-warning"]:"^1.0.2"}}],["ink-select-input@<4.1.0",{peerDependencies:{react:"^16.8.2"}}],["license-webpack-plugin@<2.3.18",{peerDependenciesMeta:{webpack:kt}}],["snowpack@>=3.3.0",{dependencies:{["node-gyp"]:"^7.1.0"}}],["promise-inflight@*",{peerDependenciesMeta:{bluebird:kt}}],["reactcss@*",{peerDependencies:{react:"*"}}],["react-color@<=2.19.0",{peerDependencies:{react:"*"}}],["gatsby-plugin-i18n@*",{dependencies:{ramda:"^0.24.1"}}],["useragent@^2.0.0",{dependencies:{request:"^2.88.0",yamlparser:"0.0.x",semver:"5.5.x"}}],["@apollographql/apollo-tools@<=0.5.2",{peerDependencies:{graphql:"^14.2.1 || ^15.0.0"}}],["material-table@^2.0.0",{dependencies:{"@babel/runtime":"^7.11.2"}}],["@babel/parser@*",{dependencies:{"@babel/types":"^7.8.3"}}],["fork-ts-checker-webpack-plugin@<=6.3.4",{peerDependencies:{eslint:">= 6",typescript:">= 2.7",webpack:">= 4","vue-template-compiler":"*"},peerDependenciesMeta:{eslint:kt,"vue-template-compiler":kt}}],["rc-animate@<=3.1.1",{peerDependencies:{react:">=16.9.0","react-dom":">=16.9.0"}}],["react-bootstrap-table2-paginator@*",{dependencies:{classnames:"^2.2.6"}}],["react-draggable@<=4.4.3",{peerDependencies:{react:">= 16.3.0","react-dom":">= 16.3.0"}}],["apollo-upload-client@<14",{peerDependencies:{graphql:"14 - 15"}}],["react-instantsearch-core@<=6.7.0",{peerDependencies:{algoliasearch:">= 3.1 < 5"}}],["react-instantsearch-dom@<=6.7.0",{dependencies:{"react-fast-compare":"^3.0.0"}}],["ws@<7.2.1",{peerDependencies:{bufferutil:"^4.0.1","utf-8-validate":"^5.0.2"},peerDependenciesMeta:{bufferutil:kt,"utf-8-validate":kt}}],["react-portal@<4.2.2",{peerDependencies:{"react-dom":"^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0"}}],["react-scripts@<=4.0.1",{peerDependencies:{react:"*"}}],["testcafe@<=1.10.1",{dependencies:{"@babel/plugin-transform-for-of":"^7.12.1","@babel/runtime":"^7.12.5"}}],["testcafe-legacy-api@<=4.2.0",{dependencies:{"testcafe-hammerhead":"^17.0.1","read-file-relative":"^1.2.0"}}],["@google-cloud/firestore@<=4.9.3",{dependencies:{protobufjs:"^6.8.6"}}],["gatsby-source-apiserver@*",{dependencies:{["babel-polyfill"]:"^6.26.0"}}],["@webpack-cli/package-utils@<=1.0.1-alpha.4",{dependencies:{["cross-spawn"]:"^7.0.3"}}],["gatsby-remark-prismjs@<3.3.28",{dependencies:{lodash:"^4"}}],["gatsby-plugin-favicon@*",{peerDependencies:{webpack:"*"}}],["gatsby-plugin-sharp@<=4.6.0-next.3",{dependencies:{debug:"^4.3.1"}}],["gatsby-react-router-scroll@<=5.6.0-next.0",{dependencies:{["prop-types"]:"^15.7.2"}}],["@rebass/forms@*",{dependencies:{["@styled-system/should-forward-prop"]:"^5.0.0"},peerDependencies:{react:"^16.8.6"}}],["rebass@*",{peerDependencies:{react:"^16.8.6"}}],["@ant-design/react-slick@<=0.28.3",{peerDependencies:{react:">=16.0.0"}}],["mqtt@<4.2.7",{dependencies:{duplexify:"^4.1.1"}}],["vue-cli-plugin-vuetify@<=2.0.3",{dependencies:{semver:"^6.3.0"},peerDependenciesMeta:{"sass-loader":kt,"vuetify-loader":kt}}],["vue-cli-plugin-vuetify@<=2.0.4",{dependencies:{"null-loader":"^3.0.0"}}],["vue-cli-plugin-vuetify@>=2.4.3",{peerDependencies:{vue:"*"}}],["@vuetify/cli-plugin-utils@<=0.0.4",{dependencies:{semver:"^6.3.0"},peerDependenciesMeta:{"sass-loader":kt}}],["@vue/cli-plugin-typescript@<=5.0.0-alpha.0",{dependencies:{"babel-loader":"^8.1.0"}}],["@vue/cli-plugin-typescript@<=5.0.0-beta.0",{dependencies:{"@babel/core":"^7.12.16"},peerDependencies:{"vue-template-compiler":"^2.0.0"},peerDependenciesMeta:{"vue-template-compiler":kt}}],["cordova-ios@<=6.3.0",{dependencies:{underscore:"^1.9.2"}}],["cordova-lib@<=10.0.1",{dependencies:{underscore:"^1.9.2"}}],["git-node-fs@*",{peerDependencies:{"js-git":"^0.7.8"},peerDependenciesMeta:{"js-git":kt}}],["consolidate@<0.16.0",{peerDependencies:{mustache:"^3.0.0"},peerDependenciesMeta:{mustache:kt}}],["consolidate@<=0.16.0",{peerDependencies:{velocityjs:"^2.0.1",tinyliquid:"^0.2.34","liquid-node":"^3.0.1",jade:"^1.11.0","then-jade":"*",dust:"^0.3.0","dustjs-helpers":"^1.7.4","dustjs-linkedin":"^2.7.5",swig:"^1.4.2","swig-templates":"^2.0.3","razor-tmpl":"^1.3.1",atpl:">=0.7.6",liquor:"^0.0.5",twig:"^1.15.2",ejs:"^3.1.5",eco:"^1.1.0-rc-3",jazz:"^0.0.18",jqtpl:"~1.1.0",hamljs:"^0.6.2",hamlet:"^0.3.3",whiskers:"^0.4.0","haml-coffee":"^1.14.1","hogan.js":"^3.0.2",templayed:">=0.2.3",handlebars:"^4.7.6",underscore:"^1.11.0",lodash:"^4.17.20",pug:"^3.0.0","then-pug":"*",qejs:"^3.0.5",walrus:"^0.10.1",mustache:"^4.0.1",just:"^0.1.8",ect:"^0.5.9",mote:"^0.2.0",toffee:"^0.3.6",dot:"^1.1.3","bracket-template":"^1.1.5",ractive:"^1.3.12",nunjucks:"^3.2.2",htmling:"^0.0.8","babel-core":"^6.26.3",plates:"~0.4.11","react-dom":"^16.13.1",react:"^16.13.1","arc-templates":"^0.5.3",vash:"^0.13.0",slm:"^2.0.0",marko:"^3.14.4",teacup:"^2.0.0","coffee-script":"^1.12.7",squirrelly:"^5.1.0",twing:"^5.0.2"},peerDependenciesMeta:{velocityjs:kt,tinyliquid:kt,"liquid-node":kt,jade:kt,"then-jade":kt,dust:kt,"dustjs-helpers":kt,"dustjs-linkedin":kt,swig:kt,"swig-templates":kt,"razor-tmpl":kt,atpl:kt,liquor:kt,twig:kt,ejs:kt,eco:kt,jazz:kt,jqtpl:kt,hamljs:kt,hamlet:kt,whiskers:kt,"haml-coffee":kt,"hogan.js":kt,templayed:kt,handlebars:kt,underscore:kt,lodash:kt,pug:kt,"then-pug":kt,qejs:kt,walrus:kt,mustache:kt,just:kt,ect:kt,mote:kt,toffee:kt,dot:kt,"bracket-template":kt,ractive:kt,nunjucks:kt,htmling:kt,"babel-core":kt,plates:kt,"react-dom":kt,react:kt,"arc-templates":kt,vash:kt,slm:kt,marko:kt,teacup:kt,"coffee-script":kt,squirrelly:kt,twing:kt}}],["vue-loader@<=16.3.3",{peerDependencies:{"@vue/compiler-sfc":"^3.0.8",webpack:"^4.1.0 || ^5.0.0-0"},peerDependenciesMeta:{"@vue/compiler-sfc":kt}}],["vue-loader@^16.7.0",{peerDependencies:{"@vue/compiler-sfc":"^3.0.8",vue:"^3.2.13"},peerDependenciesMeta:{"@vue/compiler-sfc":kt,vue:kt}}],["scss-parser@<=1.0.5",{dependencies:{lodash:"^4.17.21"}}],["query-ast@<1.0.5",{dependencies:{lodash:"^4.17.21"}}],["redux-thunk@<=2.3.0",{peerDependencies:{redux:"^4.0.0"}}],["skypack@<=0.3.2",{dependencies:{tar:"^6.1.0"}}],["@npmcli/metavuln-calculator@<2.0.0",{dependencies:{"json-parse-even-better-errors":"^2.3.1"}}],["bin-links@<2.3.0",{dependencies:{"mkdirp-infer-owner":"^1.0.2"}}],["rollup-plugin-polyfill-node@<=0.8.0",{peerDependencies:{rollup:"^1.20.0 || ^2.0.0"}}],["snowpack@<3.8.6",{dependencies:{"magic-string":"^0.25.7"}}],["elm-webpack-loader@*",{dependencies:{temp:"^0.9.4"}}],["winston-transport@<=4.4.0",{dependencies:{logform:"^2.2.0"}}],["jest-vue-preprocessor@*",{dependencies:{"@babel/core":"7.8.7","@babel/template":"7.8.6"},peerDependencies:{pug:"^2.0.4"},peerDependenciesMeta:{pug:kt}}],["redux-persist@*",{peerDependencies:{react:">=16"},peerDependenciesMeta:{react:kt}}],["sodium@>=3",{dependencies:{"node-gyp":"^3.8.0"}}],["babel-plugin-graphql-tag@<=3.1.0",{peerDependencies:{graphql:"^14.0.0 || ^15.0.0"}}],["@playwright/test@<=1.14.1",{dependencies:{"jest-matcher-utils":"^26.4.2"}}],...["babel-plugin-remove-graphql-queries@<3.14.0-next.1","babel-preset-gatsby-package@<1.14.0-next.1","create-gatsby@<1.14.0-next.1","gatsby-admin@<0.24.0-next.1","gatsby-cli@<3.14.0-next.1","gatsby-core-utils@<2.14.0-next.1","gatsby-design-tokens@<3.14.0-next.1","gatsby-legacy-polyfills@<1.14.0-next.1","gatsby-plugin-benchmark-reporting@<1.14.0-next.1","gatsby-plugin-graphql-config@<0.23.0-next.1","gatsby-plugin-image@<1.14.0-next.1","gatsby-plugin-mdx@<2.14.0-next.1","gatsby-plugin-netlify-cms@<5.14.0-next.1","gatsby-plugin-no-sourcemaps@<3.14.0-next.1","gatsby-plugin-page-creator@<3.14.0-next.1","gatsby-plugin-preact@<5.14.0-next.1","gatsby-plugin-preload-fonts@<2.14.0-next.1","gatsby-plugin-schema-snapshot@<2.14.0-next.1","gatsby-plugin-styletron@<6.14.0-next.1","gatsby-plugin-subfont@<3.14.0-next.1","gatsby-plugin-utils@<1.14.0-next.1","gatsby-recipes@<0.25.0-next.1","gatsby-source-shopify@<5.6.0-next.1","gatsby-source-wikipedia@<3.14.0-next.1","gatsby-transformer-screenshot@<3.14.0-next.1","gatsby-worker@<0.5.0-next.1"].map(t=>[t,{dependencies:{"@babel/runtime":"^7.14.8"}}]),["gatsby-core-utils@<2.14.0-next.1",{dependencies:{got:"8.3.2"}}],["gatsby-plugin-gatsby-cloud@<=3.1.0-next.0",{dependencies:{"gatsby-core-utils":"^2.13.0-next.0"}}],["gatsby-plugin-gatsby-cloud@<=3.2.0-next.1",{peerDependencies:{webpack:"*"}}],["babel-plugin-remove-graphql-queries@<=3.14.0-next.1",{dependencies:{"gatsby-core-utils":"^2.8.0-next.1"}}],["gatsby-plugin-netlify@3.13.0-next.1",{dependencies:{"gatsby-core-utils":"^2.13.0-next.0"}}],["clipanion-v3-codemod@<=0.2.0",{peerDependencies:{jscodeshift:"^0.11.0"}}],["react-live@*",{peerDependencies:{"react-dom":"*",react:"*"}}],["webpack@<4.44.1",{peerDependenciesMeta:{"webpack-cli":kt,"webpack-command":kt}}],["webpack@<5.0.0-beta.23",{peerDependenciesMeta:{"webpack-cli":kt}}],["webpack-dev-server@<3.10.2",{peerDependenciesMeta:{"webpack-cli":kt}}],["@docusaurus/responsive-loader@<1.5.0",{peerDependenciesMeta:{sharp:kt,jimp:kt}}],["eslint-module-utils@*",{peerDependenciesMeta:{"eslint-import-resolver-node":kt,"eslint-import-resolver-typescript":kt,"eslint-import-resolver-webpack":kt,"@typescript-eslint/parser":kt}}],["eslint-plugin-import@*",{peerDependenciesMeta:{"@typescript-eslint/parser":kt}}],["critters-webpack-plugin@<3.0.2",{peerDependenciesMeta:{"html-webpack-plugin":kt}}],["terser@<=5.10.0",{dependencies:{acorn:"^8.5.0"}}],["babel-preset-react-app@10.0.x <10.0.2",{dependencies:{"@babel/plugin-proposal-private-property-in-object":"^7.16.7"}}],["eslint-config-react-app@*",{peerDependenciesMeta:{typescript:kt}}],["@vue/eslint-config-typescript@<11.0.0",{peerDependenciesMeta:{typescript:kt}}],["unplugin-vue2-script-setup@<0.9.1",{peerDependencies:{"@vue/composition-api":"^1.4.3","@vue/runtime-dom":"^3.2.26"}}],["@cypress/snapshot@*",{dependencies:{debug:"^3.2.7"}}],["auto-relay@<=0.14.0",{peerDependencies:{"reflect-metadata":"^0.1.13"}}],["vue-template-babel-compiler@<1.2.0",{peerDependencies:{["vue-template-compiler"]:"^2.6.0"}}],["@parcel/transformer-image@<2.5.0",{peerDependencies:{["@parcel/core"]:"*"}}],["@parcel/transformer-js@<2.5.0",{peerDependencies:{["@parcel/core"]:"*"}}],["parcel@*",{peerDependenciesMeta:{["@parcel/core"]:kt}}],["react-scripts@*",{peerDependencies:{eslint:"*"}}],["focus-trap-react@^8.0.0",{dependencies:{tabbable:"^5.3.2"}}],["react-rnd@<10.3.7",{peerDependencies:{react:">=16.3.0","react-dom":">=16.3.0"}}],["connect-mongo@<5.0.0",{peerDependencies:{"express-session":"^1.17.1"}}],["vue-i18n@<9",{peerDependencies:{vue:"^2"}}],["vue-router@<4",{peerDependencies:{vue:"^2"}}],["unified@<10",{dependencies:{"@types/unist":"^2.0.0"}}],["react-github-btn@<=1.3.0",{peerDependencies:{react:">=16.3.0"}}],["react-dev-utils@*",{peerDependencies:{typescript:">=2.7",webpack:">=4"},peerDependenciesMeta:{typescript:kt}}],["@asyncapi/react-component@<=1.0.0-next.39",{peerDependencies:{react:">=16.8.0","react-dom":">=16.8.0"}}],["xo@*",{peerDependencies:{webpack:">=1.11.0"},peerDependenciesMeta:{webpack:kt}}],["babel-plugin-remove-graphql-queries@<=4.20.0-next.0",{dependencies:{"@babel/types":"^7.15.4"}}],["gatsby-plugin-page-creator@<=4.20.0-next.1",{dependencies:{"fs-extra":"^10.1.0"}}],["gatsby-plugin-utils@<=3.14.0-next.1",{dependencies:{fastq:"^1.13.0"},peerDependencies:{graphql:"^15.0.0"}}],["gatsby-plugin-mdx@<3.1.0-next.1",{dependencies:{mkdirp:"^1.0.4"}}],["gatsby-plugin-mdx@^2",{peerDependencies:{gatsby:"^3.0.0-next"}}],["fdir@<=5.2.0",{peerDependencies:{picomatch:"2.x"},peerDependenciesMeta:{picomatch:kt}}],["babel-plugin-transform-typescript-metadata@<=0.3.2",{peerDependencies:{"@babel/core":"^7","@babel/traverse":"^7"},peerDependenciesMeta:{"@babel/traverse":kt}}],["graphql-compose@>=9.0.10",{peerDependencies:{graphql:"^14.2.0 || ^15.0.0 || ^16.0.0"}}],["vite-plugin-vuetify@<=1.0.2",{peerDependencies:{vue:"^3.0.0"}}],["webpack-plugin-vuetify@<=2.0.1",{peerDependencies:{vue:"^3.2.6"}}]];var tH;function Qde(){return typeof tH>"u"&&(tH=ve("zlib").brotliDecompressSync(Buffer.from("G7weAByFTVk3Vs7UfHhq4yykgEM7pbW7TI43SG2S5tvGrwHBAzdz+s/npQ6tgEvobvxisrPIadkXeUAJotBn5bDZ5kAhcRqsIHe3F75Walet5hNalwgFDtxb0BiDUjiUQkjG0yW2hto9HPgiCkm316d6bC0kST72YN7D7rfkhCE9x4J0XwB0yavalxpUu2t9xszHrmtwalOxT7VslsxWcB1qpqZwERUra4psWhTV8BgwWeizurec82Caf1ABL11YMfbf8FJ9JBceZOkgmvrQPbC9DUldX/yMbmX06UQluCEjSwUoyO+EZPIjofr+/oAZUck2enraRD+oWLlnlYnj8xB+gwSo9lmmks4fXv574qSqcWA6z21uYkzMu3EWj+K23RxeQlLqiE35/rC8GcS4CGkKHKKq+zAIQwD9iRDNfiAqueLLpicFFrNsAI4zeTD/eO9MHcnRa5m8UT+M2+V+AkFST4BlKneiAQRSdST8KEAIyFlULt6wa9EBd0Ds28VmpaxquJdVt+nwdEs5xUskI13OVtFyY0UrQIRAlCuvvWivvlSKQfTO+2Q8OyUR1W5RvetaPz4jD27hdtwHFFA1Ptx6Ee/t2cY2rg2G46M1pNDRf2pWhvpy8pqMnuI3++4OF3+7OFIWXGjh+o7Nr2jNvbiYcQdQS1h903/jVFgOpA0yJ78z+x759bFA0rq+6aY5qPB4FzS3oYoLupDUhD9nDz6F6H7hpnlMf18KNKDu4IKjTWwrAnY6MFQw1W6ymOALHlFyCZmQhldg1MQHaMVVQTVgDC60TfaBqG++Y8PEoFhN/PBTZT175KNP/BlHDYGOOBmnBdzqJKplZ/ljiVG0ZBzfqeBRrrUkn6rA54462SgiliKoYVnbeptMdXNfAuaupIEi0bApF10TlgHfmEJAPUVidRVFyDupSem5po5vErPqWKhKbUIp0LozpYsIKK57dM/HKr+nguF+7924IIWMICkQ8JUigs9D+W+c4LnNoRtPPKNRUiCYmP+Jfo2lfKCKw8qpraEeWU3uiNRO6zcyKQoXPR5htmzzLznke7b4YbXW3I1lIRzmgG02Udb58U+7TpwyN7XymCgH+wuPDthZVQvRZuEP+SnLtMicz9m5zASWOBiAcLmkuFlTKuHspSIhCBD0yUPKcxu81A+4YD78rA2vtwsUEday9WNyrShyrl60rWmA+SmbYZkQOwFJWArxRYYc5jGhA5ikxYw1rx3ei4NmeX/lKiwpZ9Ln1tV2Ae7sArvxuVLbJjqJRjW1vFXAyHpvLG+8MJ6T2Ubx5M2KDa2SN6vuIGxJ9WQM9Mk3Q7aCNiZONXllhqq24DmoLbQfW2rYWsOgHWjtOmIQMyMKdiHZDjoyIq5+U700nZ6odJAoYXPQBvFNiQ78d5jaXliBqLTJEqUCwi+LiH2mx92EmNKDsJL74Z613+3lf20pxkV1+erOrjj8pW00vsPaahKUM+05ssd5uwM7K482KWEf3TCwlg/o3e5ngto7qSMz7YteIgCsF1UOcsLk7F7MxWbvrPMY473ew0G+noVL8EPbkmEMftMSeL6HFub/zy+2JQ==","base64")).toString()),tH}var rH;function Fde(){return typeof rH>"u"&&(rH=ve("zlib").brotliDecompressSync(Buffer.from("G8MSIIzURnVBnObTcvb3XE6v2S9Qgc2K801Oa5otNKEtK8BINZNcaQHy+9/vf/WXBimwutXC33P2DPc64pps5rz7NGGWaOKNSPL4Y2KRE8twut2lFOIN+OXPtRmPMRhMTILib2bEQx43az2I5d3YS8Roa5UZpF/ujHb3Djd3GDvYUfvFYSUQ39vb2cmifp/rgB4J/65JK3wRBTvMBoNBmn3mbXC63/gbBkW/2IRPri0O8bcsRBsmarF328pAln04nyJFkwUAvNu934supAqLtyerZZpJ8I8suJHhf/ocMV+scKwa8NOiDKIPXw6Ex/EEZD6TEGaW8N5zvNHYF10l6Lfooj7D5W2k3dgvQSbp2Wv8TGOayS978gxlOLVjTGXs66ozewbrjwElLtyrYNnWTfzzdEutgROUFPVMhnMoy8EjJLLlWwIEoySxliim9kYW30JUHiPVyjt0iAw/ZpPmCbUCltYPnq6ZNblIKhTNhqS/oqC9iya5sGKZTOVsTEg34n92uZTf2iPpcZih8rPW8CzA+adIGmyCPcKdLMsBLShd+zuEbTrqpwuh+DLmracZcjPC5Sdf5odDAhKpFuOsQS67RT+1VgWWygSv3YwxDnylc04/PYuaMeIzhBkLrvs7e/OUzRTF56MmfY6rI63QtEjEQzq637zQqJ39nNhu3NmoRRhW/086bHGBUtx0PE0j3aEGvkdh9WJC8y8j8mqqke9/dQ5la+Q3ba4RlhvTbnfQhPDDab3tUifkjKuOsp13mXEmO00Mu88F/M67R7LXfoFDFLNtgCSWjWX+3Jn1371pJTK9xPBiMJafvDjtFyAzu8rxeQ0TKMQXNPs5xxiBOd+BRJP8KP88XPtJIbZKh/cdW8KvBUkpqKpGoiIaA32c3/JnQr4efXt85mXvidOvn/eU3Pase1typLYBalJ14mCso9h79nuMOuCa/kZAOkJHmTjP5RM2WNoPasZUAnT1TAE/NH25hUxcQv6hQWR/m1PKk4ooXMcM4SR1iYU3fUohvqk4RY2hbmTVVIXv6TvqO+0doOjgeVFAcom+RlwJQmOVH7pr1Q9LoJT6n1DeQEB+NHygsATbIwTcOKZlJsY8G4+suX1uQLjUWwLjjs0mvSvZcLTpIGAekeR7GCgl8eo3ndAqEe2XCav4huliHjdbIPBsGJuPX7lrO9HX1UbXRH5opOe1x6JsOSgHZR+EaxuXVhpLLxm6jk1LJtZfHSc6BKPun3CpYYVMJGwEUyk8MTGG0XL5MfEwaXpnc9TKnBmlGn6nHiGREc3ysn47XIBDzA+YvFdjZzVIEDcKGpS6PbUJehFRjEne8D0lVU1XuRtlgszq6pTNlQ/3MzNOEgCWPyTct22V2mEi2krizn5VDo9B19/X2DB3hCGRMM7ONbtnAcIx/OWB1u5uPbW1gsH8irXxT/IzG0PoXWYjhbMsH3KTuoOl5o17PulcgvsfTSnKFM354GWI8luqZnrswWjiXy3G+Vbyo1KMopFmmvBwNELgaS8z8dNZchx/Cl/xjddxhMcyqtzFyONb2Zdu90NkI8pAeufe7YlXrp53v8Dj/l8vWeVspRKBGXScBBPI/HinSTGmLDOGGOCIyH0JFdOZx0gWsacNlQLJMIrBhqRxXxHF/5pseWwejlAAvZ3klZSDSYY8mkToaWejXhgNomeGtx1DTLEUFMRkgF5yFB22WYdJnaWN14r1YJj81hGi45+jrADS5nYRhCiSlCJJ1nL8pYX+HDSMhdTEWyRcgHVp/IsUIZYMfT+YYncUQPgcxNGCHfZ88vDdrcUuaGIl6zhAsiaq7R5dfqrqXH/JcBhfjT8D0azayIyEz75Nxp6YkcyDxlJq3EXnJUpqDohJJOysL1t1uNiHESlvsxPb5cpbW0+ICZqJmUZus1BMW0F5IVBODLIo2zHHjA0=","base64")).toString()),rH}var nH;function Rde(){return typeof nH>"u"&&(nH=ve("zlib").brotliDecompressSync(Buffer.from("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","base64")).toString()),nH}var Tde=new Map([[W.makeIdent(null,"fsevents").identHash,Qde],[W.makeIdent(null,"resolve").identHash,Fde],[W.makeIdent(null,"typescript").identHash,Rde]]),Pgt={hooks:{registerPackageExtensions:async(t,e)=>{for(let[r,o]of eH)e(W.parseDescriptor(r,!0),o)},getBuiltinPatch:async(t,e)=>{let r="compat/";if(!e.startsWith(r))return;let o=W.parseIdent(e.slice(r.length)),a=Tde.get(o.identHash)?.();return typeof a<"u"?a:null},reduceDependency:async(t,e,r,o)=>typeof Tde.get(t.identHash)>"u"?t:W.makeDescriptor(t,W.makeRange({protocol:"patch:",source:W.stringifyDescriptor(t),selector:`optional!builtin`,params:null}))}},bgt=Pgt;var wH={};Vt(wH,{ConstraintsCheckCommand:()=>h0,ConstraintsQueryCommand:()=>f0,ConstraintsSourceCommand:()=>p0,default:()=>tdt});Ye();Ye();v2();var IC=class{constructor(e){this.project=e}createEnvironment(){let e=new wC(["cwd","ident"]),r=new wC(["workspace","type","ident"]),o=new wC(["ident"]),a={manifestUpdates:new Map,reportedErrors:new Map},n=new Map,u=new Map;for(let A of this.project.storedPackages.values()){let p=Array.from(A.peerDependencies.values(),h=>[W.stringifyIdent(h),h.range]);n.set(A.locatorHash,{workspace:null,ident:W.stringifyIdent(A),version:A.version,dependencies:new Map,peerDependencies:new Map(p.filter(([h])=>A.peerDependenciesMeta.get(h)?.optional!==!0)),optionalPeerDependencies:new Map(p.filter(([h])=>A.peerDependenciesMeta.get(h)?.optional===!0))})}for(let A of this.project.storedPackages.values()){let p=n.get(A.locatorHash);p.dependencies=new Map(Array.from(A.dependencies.values(),h=>{let E=this.project.storedResolutions.get(h.descriptorHash);if(typeof E>"u")throw new Error("Assertion failed: The resolution should have been registered");let I=n.get(E);if(typeof I>"u")throw new Error("Assertion failed: The package should have been registered");return[W.stringifyIdent(h),I]})),p.dependencies.delete(p.ident)}for(let A of this.project.workspaces){let p=W.stringifyIdent(A.anchoredLocator),h=A.manifest.exportTo({}),E=n.get(A.anchoredLocator.locatorHash);if(typeof E>"u")throw new Error("Assertion failed: The package should have been registered");let I=(R,L,{caller:U=Ji.getCaller()}={})=>{let J=B2(R),te=_e.getMapWithDefault(a.manifestUpdates,A.cwd),ae=_e.getMapWithDefault(te,J),fe=_e.getSetWithDefault(ae,L);U!==null&&fe.add(U)},v=R=>I(R,void 0,{caller:Ji.getCaller()}),x=R=>{_e.getArrayWithDefault(a.reportedErrors,A.cwd).push(R)},C=e.insert({cwd:A.relativeCwd,ident:p,manifest:h,pkg:E,set:I,unset:v,error:x});u.set(A,C);for(let R of Ot.allDependencies)for(let L of A.manifest[R].values()){let U=W.stringifyIdent(L),J=()=>{I([R,U],void 0,{caller:Ji.getCaller()})},te=fe=>{I([R,U],fe,{caller:Ji.getCaller()})},ae=null;if(R!=="peerDependencies"&&(R!=="dependencies"||!A.manifest.devDependencies.has(L.identHash))){let fe=A.anchoredPackage.dependencies.get(L.identHash);if(fe){if(typeof fe>"u")throw new Error("Assertion failed: The dependency should have been registered");let ce=this.project.storedResolutions.get(fe.descriptorHash);if(typeof ce>"u")throw new Error("Assertion failed: The resolution should have been registered");let me=n.get(ce);if(typeof me>"u")throw new Error("Assertion failed: The package should have been registered");ae=me}}r.insert({workspace:C,ident:U,range:L.range,type:R,resolution:ae,update:te,delete:J,error:x})}}for(let A of this.project.storedPackages.values()){let p=this.project.tryWorkspaceByLocator(A);if(!p)continue;let h=u.get(p);if(typeof h>"u")throw new Error("Assertion failed: The workspace should have been registered");let E=n.get(A.locatorHash);if(typeof E>"u")throw new Error("Assertion failed: The package should have been registered");E.workspace=h}return{workspaces:e,dependencies:r,packages:o,result:a}}async process(){let e=this.createEnvironment(),r={Yarn:{workspace:a=>e.workspaces.find(a)[0]??null,workspaces:a=>e.workspaces.find(a),dependency:a=>e.dependencies.find(a)[0]??null,dependencies:a=>e.dependencies.find(a),package:a=>e.packages.find(a)[0]??null,packages:a=>e.packages.find(a)}},o=await this.project.loadUserConfig();return o?.constraints?(await o.constraints(r),e.result):null}};Ye();Ye();jt();var f0=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.query=ge.String()}async execute(){let{Constraints:r}=await Promise.resolve().then(()=>(x2(),b2)),o=await Ke.find(this.context.cwd,this.context.plugins),{project:a}=await Pt.find(o,this.context.cwd),n=await r.find(a),u=this.query;return u.endsWith(".")||(u=`${u}.`),(await Nt.start({configuration:o,json:this.json,stdout:this.context.stdout},async p=>{for await(let h of n.query(u)){let E=Array.from(Object.entries(h)),I=E.length,v=E.reduce((x,[C])=>Math.max(x,C.length),0);for(let x=0;x(x2(),S2)),o=await Ve.find(this.context.cwd,this.context.plugins),{project:a}=await St.find(o,this.context.cwd),n=await r.find(a);this.context.stdout.write(this.verbose?n.fullSource:n.source)}};f0.paths=[["constraints","source"]],f0.usage=nt.Usage({category:"Constraints-related commands",description:"print the source code for the constraints",details:"\n This command will print the Prolog source code used by the constraints engine. Adding the `-v,--verbose` flag will print the *full* source code, including the fact database automatically compiled from the workspace manifests.\n ",examples:[["Prints the source code","yarn constraints source"],["Print the source code and the fact database","yarn constraints source -v"]]});Ye();Ye();qt();B2();var p0=class extends ut{constructor(){super(...arguments);this.fix=ge.Boolean("--fix",!1,{description:"Attempt to automatically fix unambiguous issues, following a multi-pass process"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o}=await St.find(r,this.context.cwd);await o.restoreInstallState();let a=await o.loadUserConfig(),n;if(a?.constraints)n=new wC(o);else{let{Constraints:h}=await Promise.resolve().then(()=>(x2(),S2));n=await h.find(o)}let u,A=!1,p=!1;for(let h=this.fix?10:1;h>0;--h){let E=await n.process();if(!E)break;let{changedWorkspaces:I,remainingErrors:v}=mk(o,E,{fix:this.fix}),b=[];for(let[C,T]of I){let L=C.manifest.indent;C.manifest=new Mt,C.manifest.indent=L,C.manifest.load(T),b.push(C.persistManifest())}if(await Promise.all(b),!(I.size>0&&h>1)){u=Gde(v,{configuration:r}),A=!1,p=!0;for(let[,C]of v)for(let T of C)T.fixable?A=!0:p=!1}}if(u.children.length===0)return 0;if(A){let h=p?`Those errors can all be fixed by running ${de.pretty(r,"yarn constraints --fix",de.Type.CODE)}`:`Errors prefixed by '\u2699' can be fixed by running ${de.pretty(r,"yarn constraints --fix",de.Type.CODE)}`;await Nt.start({configuration:r,stdout:this.context.stdout,includeNames:!1,includeFooter:!1},async E=>{E.reportInfo(0,h),E.reportSeparator()})}return u.children=je.sortMap(u.children,h=>h.value[1]),$s.emitTree(u,{configuration:r,stdout:this.context.stdout,json:this.json,separators:1}),1}};p0.paths=[["constraints"]],p0.usage=nt.Usage({category:"Constraints-related commands",description:"check that the project constraints are met",details:` + `,examples:[["List all dependencies throughout the workspace","yarn constraints query 'workspace_has_dependency(_, DependencyName, _, _).'"]]});function Zgt(t){return typeof t!="string"?`${t}`:t.match(/^[a-zA-Z][a-zA-Z0-9_]+$/)?t:`'${t}'`}function $gt(t,e){let r=t===0,o=t===e-1;return r&&o?"":r?"\u250C ":o?"\u2514 ":"\u2502 "}Ye();jt();var p0=class extends ut{constructor(){super(...arguments);this.verbose=ge.Boolean("-v,--verbose",!1,{description:"Also print the fact database automatically compiled from the workspace manifests"})}async execute(){let{Constraints:r}=await Promise.resolve().then(()=>(x2(),b2)),o=await Ke.find(this.context.cwd,this.context.plugins),{project:a}=await Pt.find(o,this.context.cwd),n=await r.find(a);this.context.stdout.write(this.verbose?n.fullSource:n.source)}};p0.paths=[["constraints","source"]],p0.usage=nt.Usage({category:"Constraints-related commands",description:"print the source code for the constraints",details:"\n This command will print the Prolog source code used by the constraints engine. Adding the `-v,--verbose` flag will print the *full* source code, including the fact database automatically compiled from the workspace manifests.\n ",examples:[["Prints the source code","yarn constraints source"],["Print the source code and the fact database","yarn constraints source -v"]]});Ye();Ye();jt();v2();var h0=class extends ut{constructor(){super(...arguments);this.fix=ge.Boolean("--fix",!1,{description:"Attempt to automatically fix unambiguous issues, following a multi-pass process"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o}=await Pt.find(r,this.context.cwd);await o.restoreInstallState();let a=await o.loadUserConfig(),n;if(a?.constraints)n=new IC(o);else{let{Constraints:h}=await Promise.resolve().then(()=>(x2(),b2));n=await h.find(o)}let u,A=!1,p=!1;for(let h=this.fix?10:1;h>0;--h){let E=await n.process();if(!E)break;let{changedWorkspaces:I,remainingErrors:v}=gk(o,E,{fix:this.fix}),x=[];for(let[C,R]of I){let L=C.manifest.indent;C.manifest=new Ot,C.manifest.indent=L,C.manifest.load(R),x.push(C.persistManifest())}if(await Promise.all(x),!(I.size>0&&h>1)){u=Hde(v,{configuration:r}),A=!1,p=!0;for(let[,C]of v)for(let R of C)R.fixable?A=!0:p=!1}}if(u.children.length===0)return 0;if(A){let h=p?`Those errors can all be fixed by running ${de.pretty(r,"yarn constraints --fix",de.Type.CODE)}`:`Errors prefixed by '\u2699' can be fixed by running ${de.pretty(r,"yarn constraints --fix",de.Type.CODE)}`;await Nt.start({configuration:r,stdout:this.context.stdout,includeNames:!1,includeFooter:!1},async E=>{E.reportInfo(0,h),E.reportSeparator()})}return u.children=_e.sortMap(u.children,h=>h.value[1]),$s.emitTree(u,{configuration:r,stdout:this.context.stdout,json:this.json,separators:1}),1}};h0.paths=[["constraints"]],h0.usage=nt.Usage({category:"Constraints-related commands",description:"check that the project constraints are met",details:` This command will run constraints on your project and emit errors for each one that is found but isn't met. If any error is emitted the process will exit with a non-zero exit code. If the \`--fix\` flag is used, Yarn will attempt to automatically fix the issues the best it can, following a multi-pass process (with a maximum of 10 iterations). Some ambiguous patterns cannot be autofixed, in which case you'll have to manually specify the right resolution. For more information as to how to write constraints, please consult our dedicated page on our website: https://yarnpkg.com/features/constraints. - `,examples:[["Check that all constraints are satisfied","yarn constraints"],["Autofix all unmet constraints","yarn constraints --fix"]]});B2();var sdt={configuration:{enableConstraintsChecks:{description:"If true, constraints will run during installs",type:"BOOLEAN",default:!1},constraintsPath:{description:"The path of the constraints file.",type:"ABSOLUTE_PATH",default:"./constraints.pro"}},commands:[A0,f0,p0],hooks:{async validateProjectAfterInstall(t,{reportError:e}){if(!t.configuration.get("enableConstraintsChecks"))return;let r=await t.loadUserConfig(),o;if(r?.constraints)o=new wC(t);else{let{Constraints:u}=await Promise.resolve().then(()=>(x2(),S2));o=await u.find(t)}let a=await o.process();if(!a)return;let{remainingErrors:n}=mk(t,a);if(n.size!==0)if(t.configuration.isCI)for(let[u,A]of n)for(let p of A)e(84,`${de.pretty(t.configuration,u.anchoredLocator,de.Type.IDENT)}: ${p.text}`);else e(84,`Constraint check failed; run ${de.pretty(t.configuration,"yarn constraints",de.Type.CODE)} for more details`)}}},odt=sdt;var vH={};Kt(vH,{CreateCommand:()=>em,DlxCommand:()=>h0,default:()=>ldt});Ye();qt();var em=class extends ut{constructor(){super(...arguments);this.pkg=ge.String("-p,--package",{description:"The package to run the provided command from"});this.quiet=ge.Boolean("-q,--quiet",!1,{description:"Only report critical errors instead of printing the full install logs"});this.command=ge.String();this.args=ge.Proxy()}async execute(){let r=[];this.pkg&&r.push("--package",this.pkg),this.quiet&&r.push("--quiet");let o=this.command.replace(/^(@[^@/]+)(@|$)/,"$1/create$2"),a=W.parseDescriptor(o),n=a.name.match(/^create(-|$)/)?a:a.scope?W.makeIdent(a.scope,`create-${a.name}`):W.makeIdent(null,`create-${a.name}`),u=W.stringifyIdent(n);return a.range!=="unknown"&&(u+=`@${a.range}`),this.cli.run(["dlx",...r,u,...this.args])}};em.paths=[["create"]];Ye();Ye();Pt();qt();var h0=class extends ut{constructor(){super(...arguments);this.packages=ge.Array("-p,--package",{description:"The package(s) to install before running the command"});this.quiet=ge.Boolean("-q,--quiet",!1,{description:"Only report critical errors instead of printing the full install logs"});this.command=ge.String();this.args=ge.Proxy()}async execute(){return Ve.telemetry=null,await oe.mktempPromise(async r=>{let o=K.join(r,`dlx-${process.pid}`);await oe.mkdirPromise(o),await oe.writeFilePromise(K.join(o,"package.json"),`{} -`),await oe.writeFilePromise(K.join(o,"yarn.lock"),"");let a=K.join(o,".yarnrc.yml"),n=await Ve.findProjectCwd(this.context.cwd),A={enableGlobalCache:!(await Ve.find(this.context.cwd,null,{strict:!1})).get("enableGlobalCache"),enableTelemetry:!1,logFilters:[{code:Wu(68),level:de.LogLevel.Discard}]},p=n!==null?K.join(n,".yarnrc.yml"):null;p!==null&&oe.existsSync(p)?(await oe.copyFilePromise(p,a),await Ve.updateConfiguration(o,L=>{let U=je.toMerged(L,A);return Array.isArray(L.plugins)&&(U.plugins=L.plugins.map(J=>{let te=typeof J=="string"?J:J.path,le=ue.isAbsolute(te)?te:ue.resolve(ue.fromPortablePath(n),te);return typeof J=="string"?le:{path:le,spec:J.spec}})),U})):await oe.writeJsonPromise(a,A);let h=this.packages??[this.command],E=W.parseDescriptor(this.command).name,I=await this.cli.run(["add","--fixed","--",...h],{cwd:o,quiet:this.quiet});if(I!==0)return I;this.quiet||this.context.stdout.write(` -`);let v=await Ve.find(o,this.context.plugins),{project:b,workspace:C}=await St.find(v,o);if(C===null)throw new rr(b.cwd,o);await b.restoreInstallState();let T=await un.getWorkspaceAccessibleBinaries(C);return T.has(E)===!1&&T.size===1&&typeof this.packages>"u"&&(E=Array.from(T)[0][0]),await un.executeWorkspaceAccessibleBinary(C,E,this.args,{packageAccessibleBinaries:T,cwd:this.context.cwd,stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr})})}};h0.paths=[["dlx"]],h0.usage=nt.Usage({description:"run a package in a temporary environment",details:"\n This command will install a package within a temporary environment, and run its binary script if it contains any. The binary will run within the current cwd.\n\n By default Yarn will download the package named `command`, but this can be changed through the use of the `-p,--package` flag which will instruct Yarn to still run the same command but from a different package.\n\n Using `yarn dlx` as a replacement of `yarn add` isn't recommended, as it makes your project non-deterministic (Yarn doesn't keep track of the packages installed through `dlx` - neither their name, nor their version).\n ",examples:[["Use create-react-app to create a new React app","yarn dlx create-react-app ./my-app"],["Install multiple packages for a single command",`yarn dlx -p typescript -p ts-node ts-node --transpile-only -e "console.log('hello!')"`]]});var adt={commands:[em,h0]},ldt=adt;var SH={};Kt(SH,{ExecFetcher:()=>k2,ExecResolver:()=>Q2,default:()=>Adt,execUtils:()=>wk});Ye();Ye();Pt();var fA="exec:";var wk={};Kt(wk,{loadGeneratorFile:()=>b2,makeLocator:()=>PH,makeSpec:()=>dme,parseSpec:()=>DH});Ye();Pt();function DH(t){let{params:e,selector:r}=W.parseRange(t),o=ue.toPortablePath(r);return{parentLocator:e&&typeof e.locator=="string"?W.parseLocator(e.locator):null,path:o}}function dme({parentLocator:t,path:e,generatorHash:r,protocol:o}){let a=t!==null?{locator:W.stringifyLocator(t)}:{},n=typeof r<"u"?{hash:r}:{};return W.makeRange({protocol:o,source:e,selector:e,params:{...n,...a}})}function PH(t,{parentLocator:e,path:r,generatorHash:o,protocol:a}){return W.makeLocator(t,dme({parentLocator:e,path:r,generatorHash:o,protocol:a}))}async function b2(t,e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(t,{protocol:e}),n=K.isAbsolute(a)?{packageFs:new gn(Bt.root),prefixPath:Bt.dot,localPath:Bt.root}:await r.fetcher.fetch(o,r),u=n.localPath?{packageFs:new gn(Bt.root),prefixPath:K.relative(Bt.root,n.localPath)}:n;n!==u&&n.releaseFs&&n.releaseFs();let A=u.packageFs,p=K.join(u.prefixPath,a);return await A.readFilePromise(p,"utf8")}var k2=class{supports(e,r){return!!e.reference.startsWith(fA)}getLocalPath(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:fA});if(K.isAbsolute(a))return a;let n=r.fetcher.getLocalPath(o,r);return n===null?null:K.resolve(n,a)}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e),loader:()=>this.fetchFromDisk(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),localPath:this.getLocalPath(e,r),checksum:u}}async fetchFromDisk(e,r){let o=await b2(e.reference,fA,r);return oe.mktempPromise(async a=>{let n=K.join(a,"generator.js");return await oe.writeFilePromise(n,o),oe.mktempPromise(async u=>{if(await this.generatePackage(u,e,n,r),!oe.existsSync(K.join(u,"build")))throw new Error("The script should have generated a build directory");return await Xi.makeArchiveFromDirectory(K.join(u,"build"),{prefixPath:W.getIdentVendorPath(e),compressionLevel:r.project.configuration.get("compressionLevel")})})})}async generatePackage(e,r,o,a){return await oe.mktempPromise(async n=>{let u=await un.makeScriptEnv({project:a.project,binFolder:n}),A=K.join(e,"runtime.js");return await oe.mktempPromise(async p=>{let h=K.join(p,"buildfile.log"),E=K.join(e,"generator"),I=K.join(e,"build");await oe.mkdirPromise(E),await oe.mkdirPromise(I);let v={tempDir:ue.fromPortablePath(E),buildDir:ue.fromPortablePath(I),locator:W.stringifyLocator(r)};await oe.writeFilePromise(A,` + `,examples:[["Check that all constraints are satisfied","yarn constraints"],["Autofix all unmet constraints","yarn constraints --fix"]]});v2();var edt={configuration:{enableConstraintsChecks:{description:"If true, constraints will run during installs",type:"BOOLEAN",default:!1},constraintsPath:{description:"The path of the constraints file.",type:"ABSOLUTE_PATH",default:"./constraints.pro"}},commands:[f0,p0,h0],hooks:{async validateProjectAfterInstall(t,{reportError:e}){if(!t.configuration.get("enableConstraintsChecks"))return;let r=await t.loadUserConfig(),o;if(r?.constraints)o=new IC(t);else{let{Constraints:u}=await Promise.resolve().then(()=>(x2(),b2));o=await u.find(t)}let a=await o.process();if(!a)return;let{remainingErrors:n}=gk(t,a);if(n.size!==0)if(t.configuration.isCI)for(let[u,A]of n)for(let p of A)e(84,`${de.pretty(t.configuration,u.anchoredLocator,de.Type.IDENT)}: ${p.text}`);else e(84,`Constraint check failed; run ${de.pretty(t.configuration,"yarn constraints",de.Type.CODE)} for more details`)}}},tdt=edt;var IH={};Vt(IH,{CreateCommand:()=>tm,DlxCommand:()=>g0,default:()=>ndt});Ye();jt();var tm=class extends ut{constructor(){super(...arguments);this.pkg=ge.String("-p,--package",{description:"The package to run the provided command from"});this.quiet=ge.Boolean("-q,--quiet",!1,{description:"Only report critical errors instead of printing the full install logs"});this.command=ge.String();this.args=ge.Proxy()}async execute(){let r=[];this.pkg&&r.push("--package",this.pkg),this.quiet&&r.push("--quiet");let o=this.command.replace(/^(@[^@/]+)(@|$)/,"$1/create$2"),a=W.parseDescriptor(o),n=a.name.match(/^create(-|$)/)?a:a.scope?W.makeIdent(a.scope,`create-${a.name}`):W.makeIdent(null,`create-${a.name}`),u=W.stringifyIdent(n);return a.range!=="unknown"&&(u+=`@${a.range}`),this.cli.run(["dlx",...r,u,...this.args])}};tm.paths=[["create"]];Ye();Ye();St();jt();var g0=class extends ut{constructor(){super(...arguments);this.packages=ge.Array("-p,--package",{description:"The package(s) to install before running the command"});this.quiet=ge.Boolean("-q,--quiet",!1,{description:"Only report critical errors instead of printing the full install logs"});this.command=ge.String();this.args=ge.Proxy()}async execute(){return Ke.telemetry=null,await oe.mktempPromise(async r=>{let o=V.join(r,`dlx-${process.pid}`);await oe.mkdirPromise(o),await oe.writeFilePromise(V.join(o,"package.json"),`{} +`),await oe.writeFilePromise(V.join(o,"yarn.lock"),"");let a=V.join(o,".yarnrc.yml"),n=await Ke.findProjectCwd(this.context.cwd),A={enableGlobalCache:!(await Ke.find(this.context.cwd,null,{strict:!1})).get("enableGlobalCache"),enableTelemetry:!1,logFilters:[{code:Wu(68),level:de.LogLevel.Discard}]},p=n!==null?V.join(n,".yarnrc.yml"):null;p!==null&&oe.existsSync(p)?(await oe.copyFilePromise(p,a),await Ke.updateConfiguration(o,L=>{let U=_e.toMerged(L,A);return Array.isArray(L.plugins)&&(U.plugins=L.plugins.map(J=>{let te=typeof J=="string"?J:J.path,ae=ue.isAbsolute(te)?te:ue.resolve(ue.fromPortablePath(n),te);return typeof J=="string"?ae:{path:ae,spec:J.spec}})),U})):await oe.writeJsonPromise(a,A);let h=this.packages??[this.command],E=W.parseDescriptor(this.command).name,I=await this.cli.run(["add","--fixed","--",...h],{cwd:o,quiet:this.quiet});if(I!==0)return I;this.quiet||this.context.stdout.write(` +`);let v=await Ke.find(o,this.context.plugins),{project:x,workspace:C}=await Pt.find(v,o);if(C===null)throw new rr(x.cwd,o);await x.restoreInstallState();let R=await un.getWorkspaceAccessibleBinaries(C);return R.has(E)===!1&&R.size===1&&typeof this.packages>"u"&&(E=Array.from(R)[0][0]),await un.executeWorkspaceAccessibleBinary(C,E,this.args,{packageAccessibleBinaries:R,cwd:this.context.cwd,stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr})})}};g0.paths=[["dlx"]],g0.usage=nt.Usage({description:"run a package in a temporary environment",details:"\n This command will install a package within a temporary environment, and run its binary script if it contains any. The binary will run within the current cwd.\n\n By default Yarn will download the package named `command`, but this can be changed through the use of the `-p,--package` flag which will instruct Yarn to still run the same command but from a different package.\n\n Using `yarn dlx` as a replacement of `yarn add` isn't recommended, as it makes your project non-deterministic (Yarn doesn't keep track of the packages installed through `dlx` - neither their name, nor their version).\n ",examples:[["Use create-react-app to create a new React app","yarn dlx create-react-app ./my-app"],["Install multiple packages for a single command",`yarn dlx -p typescript -p ts-node ts-node --transpile-only -e "console.log('hello!')"`]]});var rdt={commands:[tm,g0]},ndt=rdt;var DH={};Vt(DH,{ExecFetcher:()=>Q2,ExecResolver:()=>F2,default:()=>odt,execUtils:()=>Ek});Ye();Ye();St();var fA="exec:";var Ek={};Vt(Ek,{loadGeneratorFile:()=>k2,makeLocator:()=>vH,makeSpec:()=>pme,parseSpec:()=>BH});Ye();St();function BH(t){let{params:e,selector:r}=W.parseRange(t),o=ue.toPortablePath(r);return{parentLocator:e&&typeof e.locator=="string"?W.parseLocator(e.locator):null,path:o}}function pme({parentLocator:t,path:e,generatorHash:r,protocol:o}){let a=t!==null?{locator:W.stringifyLocator(t)}:{},n=typeof r<"u"?{hash:r}:{};return W.makeRange({protocol:o,source:e,selector:e,params:{...n,...a}})}function vH(t,{parentLocator:e,path:r,generatorHash:o,protocol:a}){return W.makeLocator(t,pme({parentLocator:e,path:r,generatorHash:o,protocol:a}))}async function k2(t,e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(t,{protocol:e}),n=V.isAbsolute(a)?{packageFs:new gn(Bt.root),prefixPath:Bt.dot,localPath:Bt.root}:await r.fetcher.fetch(o,r),u=n.localPath?{packageFs:new gn(Bt.root),prefixPath:V.relative(Bt.root,n.localPath)}:n;n!==u&&n.releaseFs&&n.releaseFs();let A=u.packageFs,p=V.join(u.prefixPath,a);return await A.readFilePromise(p,"utf8")}var Q2=class{supports(e,r){return!!e.reference.startsWith(fA)}getLocalPath(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:fA});if(V.isAbsolute(a))return a;let n=r.fetcher.getLocalPath(o,r);return n===null?null:V.resolve(n,a)}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e),loader:()=>this.fetchFromDisk(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),localPath:this.getLocalPath(e,r),checksum:u}}async fetchFromDisk(e,r){let o=await k2(e.reference,fA,r);return oe.mktempPromise(async a=>{let n=V.join(a,"generator.js");return await oe.writeFilePromise(n,o),oe.mktempPromise(async u=>{if(await this.generatePackage(u,e,n,r),!oe.existsSync(V.join(u,"build")))throw new Error("The script should have generated a build directory");return await Xi.makeArchiveFromDirectory(V.join(u,"build"),{prefixPath:W.getIdentVendorPath(e),compressionLevel:r.project.configuration.get("compressionLevel")})})})}async generatePackage(e,r,o,a){return await oe.mktempPromise(async n=>{let u=await un.makeScriptEnv({project:a.project,binFolder:n}),A=V.join(e,"runtime.js");return await oe.mktempPromise(async p=>{let h=V.join(p,"buildfile.log"),E=V.join(e,"generator"),I=V.join(e,"build");await oe.mkdirPromise(E),await oe.mkdirPromise(I);let v={tempDir:ue.fromPortablePath(E),buildDir:ue.fromPortablePath(I),locator:W.stringifyLocator(r)};await oe.writeFilePromise(A,` // Expose 'Module' as a global variable Object.defineProperty(global, 'Module', { get: () => require('module'), @@ -555,133 +555,133 @@ ${Ae}`)}else le.length>1&&!A&&L.reportError(27,`${W.prettyDescriptor(r,U)} has m }, enumerable: true, }); - `);let b=u.NODE_OPTIONS||"",C=/\s*--require\s+\S*\.pnp\.c?js\s*/g;b=b.replace(C," ").trim(),u.NODE_OPTIONS=b;let{stdout:T,stderr:L}=a.project.configuration.getSubprocessStreams(h,{header:`# This file contains the result of Yarn generating a package (${W.stringifyLocator(r)}) -`,prefix:W.prettyLocator(a.project.configuration,r),report:a.report}),{code:U}=await Ur.pipevp(process.execPath,["--require",ue.fromPortablePath(A),ue.fromPortablePath(o),W.stringifyIdent(r)],{cwd:e,env:u,stdin:null,stdout:T,stderr:L});if(U!==0)throw oe.detachTemp(p),new Error(`Package generation failed (exit code ${U}, logs can be found here: ${de.pretty(a.project.configuration,h,de.Type.PATH)})`)})})}};Ye();Ye();var cdt=2,Q2=class{supportsDescriptor(e,r){return!!e.range.startsWith(fA)}supportsLocator(e,r){return!!e.reference.startsWith(fA)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){if(!o.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let{path:a,parentLocator:n}=DH(e.range);if(n===null)throw new Error("Assertion failed: The descriptor should have been bound");let u=await b2(W.makeRange({protocol:fA,source:a,selector:a,params:{locator:W.stringifyLocator(n)}}),fA,o.fetchOptions),A=wn.makeHash(`${cdt}`,u).slice(0,6);return[PH(e,{parentLocator:n,path:a,generatorHash:A,protocol:fA})]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await je.releaseAfterUseAsync(async()=>await Mt.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"HARD",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};var udt={fetchers:[k2],resolvers:[Q2]},Adt=udt;var bH={};Kt(bH,{FileFetcher:()=>N2,FileResolver:()=>L2,TarballFileFetcher:()=>M2,TarballFileResolver:()=>O2,default:()=>hdt,fileUtils:()=>tm});Ye();Pt();var DC=/^(?:[a-zA-Z]:[\\/]|\.{0,2}\/)/,F2=/^[^?]*\.(?:tar\.gz|tgz)(?:::.*)?$/,Ui="file:";var tm={};Kt(tm,{fetchArchiveFromLocator:()=>R2,makeArchiveFromLocator:()=>Ik,makeBufferFromLocator:()=>xH,makeLocator:()=>PC,makeSpec:()=>mme,parseSpec:()=>T2});Ye();Pt();function T2(t){let{params:e,selector:r}=W.parseRange(t),o=ue.toPortablePath(r);return{parentLocator:e&&typeof e.locator=="string"?W.parseLocator(e.locator):null,path:o}}function mme({parentLocator:t,path:e,hash:r,protocol:o}){let a=t!==null?{locator:W.stringifyLocator(t)}:{},n=typeof r<"u"?{hash:r}:{};return W.makeRange({protocol:o,source:e,selector:e,params:{...n,...a}})}function PC(t,{parentLocator:e,path:r,hash:o,protocol:a}){return W.makeLocator(t,mme({parentLocator:e,path:r,hash:o,protocol:a}))}async function R2(t,e){let{parentLocator:r,path:o}=W.parseFileStyleRange(t.reference,{protocol:Ui}),a=K.isAbsolute(o)?{packageFs:new gn(Bt.root),prefixPath:Bt.dot,localPath:Bt.root}:await e.fetcher.fetch(r,e),n=a.localPath?{packageFs:new gn(Bt.root),prefixPath:K.relative(Bt.root,a.localPath)}:a;a!==n&&a.releaseFs&&a.releaseFs();let u=n.packageFs,A=K.join(n.prefixPath,o);return await je.releaseAfterUseAsync(async()=>await u.readFilePromise(A),n.releaseFs)}async function Ik(t,{protocol:e,fetchOptions:r,inMemory:o=!1}){let{parentLocator:a,path:n}=W.parseFileStyleRange(t.reference,{protocol:e}),u=K.isAbsolute(n)?{packageFs:new gn(Bt.root),prefixPath:Bt.dot,localPath:Bt.root}:await r.fetcher.fetch(a,r),A=u.localPath?{packageFs:new gn(Bt.root),prefixPath:K.relative(Bt.root,u.localPath)}:u;u!==A&&u.releaseFs&&u.releaseFs();let p=A.packageFs,h=K.join(A.prefixPath,n);return await je.releaseAfterUseAsync(async()=>await Xi.makeArchiveFromDirectory(h,{baseFs:p,prefixPath:W.getIdentVendorPath(t),compressionLevel:r.project.configuration.get("compressionLevel"),inMemory:o}),A.releaseFs)}async function xH(t,{protocol:e,fetchOptions:r}){return(await Ik(t,{protocol:e,fetchOptions:r,inMemory:!0})).getBufferAndClose()}var N2=class{supports(e,r){return!!e.reference.startsWith(Ui)}getLocalPath(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:Ui});if(K.isAbsolute(a))return a;let n=r.fetcher.getLocalPath(o,r);return n===null?null:K.resolve(n,a)}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the disk`),loader:()=>this.fetchFromDisk(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),localPath:this.getLocalPath(e,r),checksum:u}}async fetchFromDisk(e,r){return Ik(e,{protocol:Ui,fetchOptions:r})}};Ye();Ye();var fdt=2,L2=class{supportsDescriptor(e,r){return e.range.match(DC)?!0:!!e.range.startsWith(Ui)}supportsLocator(e,r){return!!e.reference.startsWith(Ui)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return DC.test(e.range)&&(e=W.makeDescriptor(e,`${Ui}${e.range}`)),W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){if(!o.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let{path:a,parentLocator:n}=T2(e.range);if(n===null)throw new Error("Assertion failed: The descriptor should have been bound");let u=await xH(W.makeLocator(e,W.makeRange({protocol:Ui,source:a,selector:a,params:{locator:W.stringifyLocator(n)}})),{protocol:Ui,fetchOptions:o.fetchOptions}),A=wn.makeHash(`${fdt}`,u).slice(0,6);return[PC(e,{parentLocator:n,path:a,hash:A,protocol:Ui})]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await je.releaseAfterUseAsync(async()=>await Mt.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"HARD",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};Ye();var M2=class{supports(e,r){return F2.test(e.reference)?!!e.reference.startsWith(Ui):!1}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the disk`),loader:()=>this.fetchFromDisk(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),checksum:u}}async fetchFromDisk(e,r){let o=await R2(e,r);return await Xi.convertToZip(o,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1})}};Ye();Ye();Ye();var O2=class{supportsDescriptor(e,r){return F2.test(e.range)?!!(e.range.startsWith(Ui)||DC.test(e.range)):!1}supportsLocator(e,r){return F2.test(e.reference)?!!e.reference.startsWith(Ui):!1}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return DC.test(e.range)&&(e=W.makeDescriptor(e,`${Ui}${e.range}`)),W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){if(!o.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let{path:a,parentLocator:n}=T2(e.range);if(n===null)throw new Error("Assertion failed: The descriptor should have been bound");let u=PC(e,{parentLocator:n,path:a,hash:"",protocol:Ui}),A=await R2(u,o.fetchOptions),p=wn.makeHash(A).slice(0,6);return[PC(e,{parentLocator:n,path:a,hash:p,protocol:Ui})]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await je.releaseAfterUseAsync(async()=>await Mt.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"HARD",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};var pdt={fetchers:[M2,N2],resolvers:[O2,L2]},hdt=pdt;var FH={};Kt(FH,{GithubFetcher:()=>U2,default:()=>ddt,githubUtils:()=>Bk});Ye();Pt();var Bk={};Kt(Bk,{invalidGithubUrlMessage:()=>Cme,isGithubUrl:()=>kH,parseGithubUrl:()=>QH});var yme=$e(Be("querystring")),Eme=[/^https?:\/\/(?:([^/]+?)@)?github.com\/([^/#]+)\/([^/#]+)\/tarball\/([^/#]+)(?:#(.*))?$/,/^https?:\/\/(?:([^/]+?)@)?github.com\/([^/#]+)\/([^/#]+?)(?:\.git)?(?:#(.*))?$/];function kH(t){return t?Eme.some(e=>!!t.match(e)):!1}function QH(t){let e;for(let A of Eme)if(e=t.match(A),e)break;if(!e)throw new Error(Cme(t));let[,r,o,a,n="master"]=e,{commit:u}=yme.default.parse(n);return n=u||n.replace(/[^:]*:/,""),{auth:r,username:o,reponame:a,treeish:n}}function Cme(t){return`Input cannot be parsed as a valid GitHub URL ('${t}').`}var U2=class{supports(e,r){return!!kH(e.reference)}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from GitHub`),loader:()=>this.fetchFromNetwork(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),checksum:u}}async fetchFromNetwork(e,r){let o=await rn.get(this.getLocatorUrl(e,r),{configuration:r.project.configuration});return await oe.mktempPromise(async a=>{let n=new gn(a);await Xi.extractArchiveTo(o,n,{stripComponents:1});let u=ra.splitRepoUrl(e.reference),A=K.join(a,"package.tgz");await un.prepareExternalProject(a,A,{configuration:r.project.configuration,report:r.report,workspace:u.extra.workspace,locator:e});let p=await oe.readFilePromise(A);return await Xi.convertToZip(p,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1})})}getLocatorUrl(e,r){let{auth:o,username:a,reponame:n,treeish:u}=QH(e.reference);return`https://${o?`${o}@`:""}github.com/${a}/${n}/archive/${u}.tar.gz`}};var gdt={hooks:{async fetchHostedRepository(t,e,r){if(t!==null)return t;let o=new U2;if(!o.supports(e,r))return null;try{return await o.fetch(e,r)}catch{return null}}}},ddt=gdt;var TH={};Kt(TH,{TarballHttpFetcher:()=>H2,TarballHttpResolver:()=>j2,default:()=>ydt});Ye();function _2(t){let e;try{e=new URL(t)}catch{return!1}return!(e.protocol!=="http:"&&e.protocol!=="https:"||!e.pathname.match(/(\.tar\.gz|\.tgz|\/[^.]+)$/))}var H2=class{supports(e,r){return _2(e.reference)}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the remote server`),loader:()=>this.fetchFromNetwork(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),checksum:u}}async fetchFromNetwork(e,r){let o=await rn.get(e.reference,{configuration:r.project.configuration});return await Xi.convertToZip(o,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1})}};Ye();Ye();var j2=class{supportsDescriptor(e,r){return _2(e.range)}supportsLocator(e,r){return _2(e.reference)}shouldPersistResolution(e,r){return!0}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){return[W.convertDescriptorToLocator(e)]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await je.releaseAfterUseAsync(async()=>await Mt.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"HARD",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};var mdt={fetchers:[H2],resolvers:[j2]},ydt=mdt;var RH={};Kt(RH,{InitCommand:()=>g0,default:()=>Cdt});Ye();Ye();Pt();qt();var g0=class extends ut{constructor(){super(...arguments);this.private=ge.Boolean("-p,--private",!1,{description:"Initialize a private package"});this.workspace=ge.Boolean("-w,--workspace",!1,{description:"Initialize a workspace root with a `packages/` directory"});this.install=ge.String("-i,--install",!1,{tolerateBoolean:!0,description:"Initialize a package with a specific bundle that will be locked in the project"});this.name=ge.String("-n,--name",{description:"Initialize a package with the given name"});this.usev2=ge.Boolean("-2",!1,{hidden:!0});this.yes=ge.Boolean("-y,--yes",{hidden:!0})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),o=typeof this.install=="string"?this.install:this.usev2||this.install===!0?"latest":null;return o!==null?await this.executeProxy(r,o):await this.executeRegular(r)}async executeProxy(r,o){if(r.projectCwd!==null&&r.projectCwd!==this.context.cwd)throw new it("Cannot use the --install flag from within a project subdirectory");oe.existsSync(this.context.cwd)||await oe.mkdirPromise(this.context.cwd,{recursive:!0});let a=K.join(this.context.cwd,dr.lockfile);oe.existsSync(a)||await oe.writeFilePromise(a,"");let n=await this.cli.run(["set","version",o],{quiet:!0});if(n!==0)return n;let u=[];return this.private&&u.push("-p"),this.workspace&&u.push("-w"),this.name&&u.push(`-n=${this.name}`),this.yes&&u.push("-y"),await oe.mktempPromise(async A=>{let{code:p}=await Ur.pipevp("yarn",["init",...u],{cwd:this.context.cwd,stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr,env:await un.makeScriptEnv({binFolder:A})});return p})}async executeRegular(r){let o=null;try{o=(await St.find(r,this.context.cwd)).project}catch{o=null}oe.existsSync(this.context.cwd)||await oe.mkdirPromise(this.context.cwd,{recursive:!0});let a=await Mt.tryFind(this.context.cwd),n=a??new Mt,u=Object.fromEntries(r.get("initFields").entries());n.load(u),n.name=n.name??W.makeIdent(r.get("initScope"),this.name??K.basename(this.context.cwd)),n.packageManager=tn&&je.isTaggedYarnVersion(tn)?`yarn@${tn}`:null,(!a&&this.workspace||this.private)&&(n.private=!0),this.workspace&&n.workspaceDefinitions.length===0&&(await oe.mkdirPromise(K.join(this.context.cwd,"packages"),{recursive:!0}),n.workspaceDefinitions=[{pattern:"packages/*"}]);let A={};n.exportTo(A);let p=K.join(this.context.cwd,Mt.fileName);await oe.changeFilePromise(p,`${JSON.stringify(A,null,2)} -`,{automaticNewlines:!0});let h=[p],E=K.join(this.context.cwd,"README.md");if(oe.existsSync(E)||(await oe.writeFilePromise(E,`# ${W.stringifyIdent(n.name)} -`),h.push(E)),!o||o.cwd===this.context.cwd){let I=K.join(this.context.cwd,dr.lockfile);oe.existsSync(I)||(await oe.writeFilePromise(I,""),h.push(I));let b=[".yarn/*","!.yarn/patches","!.yarn/plugins","!.yarn/releases","!.yarn/sdks","!.yarn/versions","","# Swap the comments on the following lines if you wish to use zero-installs","# In that case, don't forget to run `yarn config set enableGlobalCache false`!","# Documentation here: https://yarnpkg.com/features/caching#zero-installs","","#!.yarn/cache",".pnp.*"].map(pe=>`${pe} -`).join(""),C=K.join(this.context.cwd,".gitignore");oe.existsSync(C)||(await oe.writeFilePromise(C,b),h.push(C));let L=["/.yarn/** linguist-vendored","/.yarn/releases/* binary","/.yarn/plugins/**/* binary","/.pnp.* binary linguist-generated"].map(pe=>`${pe} -`).join(""),U=K.join(this.context.cwd,".gitattributes");oe.existsSync(U)||(await oe.writeFilePromise(U,L),h.push(U));let J={["*"]:{endOfLine:"lf",insertFinalNewline:!0},["*.{js,json,yml}"]:{charset:"utf-8",indentStyle:"space",indentSize:2}};je.mergeIntoTarget(J,r.get("initEditorConfig"));let te=`root = true -`;for(let[pe,Ae]of Object.entries(J)){te+=` -[${pe}] -`;for(let[ye,ae]of Object.entries(Ae)){let we=ye.replace(/[A-Z]/g,Pe=>`_${Pe.toLowerCase()}`);te+=`${we} = ${ae} -`}}let le=K.join(this.context.cwd,".editorconfig");oe.existsSync(le)||(await oe.writeFilePromise(le,te),h.push(le)),await this.cli.run(["install"],{quiet:!0}),oe.existsSync(K.join(this.context.cwd,".git"))||(await Ur.execvp("git",["init"],{cwd:this.context.cwd}),await Ur.execvp("git",["add","--",...h],{cwd:this.context.cwd}),await Ur.execvp("git",["commit","--allow-empty","-m","First commit"],{cwd:this.context.cwd}))}}};g0.paths=[["init"]],g0.usage=nt.Usage({description:"create a new package",details:"\n This command will setup a new package in your local directory.\n\n If the `-p,--private` or `-w,--workspace` options are set, the package will be private by default.\n\n If the `-w,--workspace` option is set, the package will be configured to accept a set of workspaces in the `packages/` directory.\n\n If the `-i,--install` option is given a value, Yarn will first download it using `yarn set version` and only then forward the init call to the newly downloaded bundle. Without arguments, the downloaded bundle will be `latest`.\n\n The initial settings of the manifest can be changed by using the `initScope` and `initFields` configuration values. Additionally, Yarn will generate an EditorConfig file whose rules can be altered via `initEditorConfig`, and will initialize a Git repository in the current directory.\n ",examples:[["Create a new package in the local directory","yarn init"],["Create a new private package in the local directory","yarn init -p"],["Create a new package and store the Yarn release inside","yarn init -i=latest"],["Create a new private package and defines it as a workspace root","yarn init -w"]]});var Edt={configuration:{initScope:{description:"Scope used when creating packages via the init command",type:"STRING",default:null},initFields:{description:"Additional fields to set when creating packages via the init command",type:"MAP",valueDefinition:{description:"",type:"ANY"}},initEditorConfig:{description:"Extra rules to define in the generator editorconfig",type:"MAP",valueDefinition:{description:"",type:"ANY"}}},commands:[g0]},Cdt=Edt;var Lj={};Kt(Lj,{SearchCommand:()=>C0,UpgradeInteractiveCommand:()=>I0,default:()=>lIt});Ye();var Ime=$e(Be("os"));function SC({stdout:t}){if(Ime.default.endianness()==="BE")throw new Error("Interactive commands cannot be used on big-endian systems because ink depends on yoga-layout-prebuilt which only supports little-endian architectures");if(!t.isTTY)throw new Error("Interactive commands can only be used inside a TTY environment")}qt();var Rye=$e(ZH()),$H={appId:"OFCNCOG2CU",apiKey:"6fe4476ee5a1832882e326b506d14126",indexName:"npm-search"},myt=(0,Rye.default)($H.appId,$H.apiKey).initIndex($H.indexName),e6=async(t,e=0)=>await myt.search(t,{analyticsTags:["yarn-plugin-interactive-tools"],attributesToRetrieve:["name","version","owner","repository","humanDownloadsLast30Days"],page:e,hitsPerPage:10});var HB=["regular","dev","peer"],C0=class extends ut{async execute(){SC(this.context);let{Gem:e}=await Promise.resolve().then(()=>(AQ(),Dj)),{ScrollableItems:r}=await Promise.resolve().then(()=>(gQ(),hQ)),{useKeypress:o}=await Promise.resolve().then(()=>(OB(),Jwe)),{useMinistore:a}=await Promise.resolve().then(()=>(Qj(),kj)),{renderForm:n}=await Promise.resolve().then(()=>(EQ(),yQ)),{default:u}=await Promise.resolve().then(()=>$e(sIe())),{Box:A,Text:p}=await Promise.resolve().then(()=>$e(ic())),{default:h,useEffect:E,useState:I}=await Promise.resolve().then(()=>$e(sn())),v=await Ve.find(this.context.cwd,this.context.plugins),b=()=>h.createElement(A,{flexDirection:"row"},h.createElement(A,{flexDirection:"column",width:48},h.createElement(A,null,h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},""),"/",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to move between packages.")),h.createElement(A,null,h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to select a package.")),h.createElement(A,null,h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," again to change the target."))),h.createElement(A,{flexDirection:"column"},h.createElement(A,{marginLeft:1},h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to install the selected packages.")),h.createElement(A,{marginLeft:1},h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to abort.")))),C=()=>h.createElement(h.Fragment,null,h.createElement(A,{width:15},h.createElement(p,{bold:!0,underline:!0,color:"gray"},"Owner")),h.createElement(A,{width:11},h.createElement(p,{bold:!0,underline:!0,color:"gray"},"Version")),h.createElement(A,{width:10},h.createElement(p,{bold:!0,underline:!0,color:"gray"},"Downloads"))),T=()=>h.createElement(A,{width:17},h.createElement(p,{bold:!0,underline:!0,color:"gray"},"Target")),L=({hit:ae,active:we})=>{let[Pe,g]=a(ae.name,null);o({active:we},(ce,ne)=>{if(ne.name!=="space")return;if(!Pe){g(HB[0]);return}let ee=HB.indexOf(Pe)+1;ee===HB.length?g(null):g(HB[ee])},[Pe,g]);let Ee=W.parseIdent(ae.name),De=W.prettyIdent(v,Ee);return h.createElement(A,null,h.createElement(A,{width:45},h.createElement(p,{bold:!0,wrap:"wrap"},De)),h.createElement(A,{width:14,marginLeft:1},h.createElement(p,{bold:!0,wrap:"truncate"},ae.owner.name)),h.createElement(A,{width:10,marginLeft:1},h.createElement(p,{italic:!0,wrap:"truncate"},ae.version)),h.createElement(A,{width:16,marginLeft:1},h.createElement(p,null,ae.humanDownloadsLast30Days)))},U=({name:ae,active:we})=>{let[Pe]=a(ae,null),g=W.parseIdent(ae);return h.createElement(A,null,h.createElement(A,{width:47},h.createElement(p,{bold:!0}," - ",W.prettyIdent(v,g))),HB.map(Ee=>h.createElement(A,{key:Ee,width:14,marginLeft:1},h.createElement(p,null," ",h.createElement(e,{active:Pe===Ee})," ",h.createElement(p,{bold:!0},Ee)))))},J=()=>h.createElement(A,{marginTop:1},h.createElement(p,null,"Powered by Algolia.")),le=await n(({useSubmit:ae})=>{let we=a();ae(we);let Pe=Array.from(we.keys()).filter(H=>we.get(H)!==null),[g,Ee]=I(""),[De,ce]=I(0),[ne,ee]=I([]),Ie=H=>{H.match(/\t| /)||Ee(H)},ke=async()=>{ce(0);let H=await e6(g);H.query===g&&ee(H.hits)},ht=async()=>{let H=await e6(g,De+1);H.query===g&&H.page-1===De&&(ce(H.page),ee([...ne,...H.hits]))};return E(()=>{g?ke():ee([])},[g]),h.createElement(A,{flexDirection:"column"},h.createElement(b,null),h.createElement(A,{flexDirection:"row",marginTop:1},h.createElement(p,{bold:!0},"Search: "),h.createElement(A,{width:41},h.createElement(u,{value:g,onChange:Ie,placeholder:"i.e. babel, webpack, react...",showCursor:!1})),h.createElement(C,null)),ne.length?h.createElement(r,{radius:2,loop:!1,children:ne.map(H=>h.createElement(L,{key:H.name,hit:H,active:!1})),willReachEnd:ht}):h.createElement(p,{color:"gray"},"Start typing..."),h.createElement(A,{flexDirection:"row",marginTop:1},h.createElement(A,{width:49},h.createElement(p,{bold:!0},"Selected:")),h.createElement(T,null)),Pe.length?Pe.map(H=>h.createElement(U,{key:H,name:H,active:!1})):h.createElement(p,{color:"gray"},"No selected packages..."),h.createElement(J,null))},{},{stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr});if(typeof le>"u")return 1;let pe=Array.from(le.keys()).filter(ae=>le.get(ae)==="regular"),Ae=Array.from(le.keys()).filter(ae=>le.get(ae)==="dev"),ye=Array.from(le.keys()).filter(ae=>le.get(ae)==="peer");return pe.length&&await this.cli.run(["add",...pe]),Ae.length&&await this.cli.run(["add","--dev",...Ae]),ye&&await this.cli.run(["add","--peer",...ye]),0}};C0.paths=[["search"]],C0.usage=nt.Usage({category:"Interactive commands",description:"open the search interface",details:` + `);let x=u.NODE_OPTIONS||"",C=/\s*--require\s+\S*\.pnp\.c?js\s*/g;x=x.replace(C," ").trim(),u.NODE_OPTIONS=x;let{stdout:R,stderr:L}=a.project.configuration.getSubprocessStreams(h,{header:`# This file contains the result of Yarn generating a package (${W.stringifyLocator(r)}) +`,prefix:W.prettyLocator(a.project.configuration,r),report:a.report}),{code:U}=await Ur.pipevp(process.execPath,["--require",ue.fromPortablePath(A),ue.fromPortablePath(o),W.stringifyIdent(r)],{cwd:e,env:u,stdin:null,stdout:R,stderr:L});if(U!==0)throw oe.detachTemp(p),new Error(`Package generation failed (exit code ${U}, logs can be found here: ${de.pretty(a.project.configuration,h,de.Type.PATH)})`)})})}};Ye();Ye();var idt=2,F2=class{supportsDescriptor(e,r){return!!e.range.startsWith(fA)}supportsLocator(e,r){return!!e.reference.startsWith(fA)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){if(!o.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let{path:a,parentLocator:n}=BH(e.range);if(n===null)throw new Error("Assertion failed: The descriptor should have been bound");let u=await k2(W.makeRange({protocol:fA,source:a,selector:a,params:{locator:W.stringifyLocator(n)}}),fA,o.fetchOptions),A=wn.makeHash(`${idt}`,u).slice(0,6);return[vH(e,{parentLocator:n,path:a,generatorHash:A,protocol:fA})]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await _e.releaseAfterUseAsync(async()=>await Ot.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"HARD",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};var sdt={fetchers:[Q2],resolvers:[F2]},odt=sdt;var PH={};Vt(PH,{FileFetcher:()=>L2,FileResolver:()=>O2,TarballFileFetcher:()=>M2,TarballFileResolver:()=>U2,default:()=>cdt,fileUtils:()=>rm});Ye();St();var SC=/^(?:[a-zA-Z]:[\\/]|\.{0,2}\/)/,R2=/^[^?]*\.(?:tar\.gz|tgz)(?:::.*)?$/,Ui="file:";var rm={};Vt(rm,{fetchArchiveFromLocator:()=>N2,makeArchiveFromLocator:()=>Ck,makeBufferFromLocator:()=>SH,makeLocator:()=>PC,makeSpec:()=>hme,parseSpec:()=>T2});Ye();St();function T2(t){let{params:e,selector:r}=W.parseRange(t),o=ue.toPortablePath(r);return{parentLocator:e&&typeof e.locator=="string"?W.parseLocator(e.locator):null,path:o}}function hme({parentLocator:t,path:e,hash:r,protocol:o}){let a=t!==null?{locator:W.stringifyLocator(t)}:{},n=typeof r<"u"?{hash:r}:{};return W.makeRange({protocol:o,source:e,selector:e,params:{...n,...a}})}function PC(t,{parentLocator:e,path:r,hash:o,protocol:a}){return W.makeLocator(t,hme({parentLocator:e,path:r,hash:o,protocol:a}))}async function N2(t,e){let{parentLocator:r,path:o}=W.parseFileStyleRange(t.reference,{protocol:Ui}),a=V.isAbsolute(o)?{packageFs:new gn(Bt.root),prefixPath:Bt.dot,localPath:Bt.root}:await e.fetcher.fetch(r,e),n=a.localPath?{packageFs:new gn(Bt.root),prefixPath:V.relative(Bt.root,a.localPath)}:a;a!==n&&a.releaseFs&&a.releaseFs();let u=n.packageFs,A=V.join(n.prefixPath,o);return await _e.releaseAfterUseAsync(async()=>await u.readFilePromise(A),n.releaseFs)}async function Ck(t,{protocol:e,fetchOptions:r,inMemory:o=!1}){let{parentLocator:a,path:n}=W.parseFileStyleRange(t.reference,{protocol:e}),u=V.isAbsolute(n)?{packageFs:new gn(Bt.root),prefixPath:Bt.dot,localPath:Bt.root}:await r.fetcher.fetch(a,r),A=u.localPath?{packageFs:new gn(Bt.root),prefixPath:V.relative(Bt.root,u.localPath)}:u;u!==A&&u.releaseFs&&u.releaseFs();let p=A.packageFs,h=V.join(A.prefixPath,n);return await _e.releaseAfterUseAsync(async()=>await Xi.makeArchiveFromDirectory(h,{baseFs:p,prefixPath:W.getIdentVendorPath(t),compressionLevel:r.project.configuration.get("compressionLevel"),inMemory:o}),A.releaseFs)}async function SH(t,{protocol:e,fetchOptions:r}){return(await Ck(t,{protocol:e,fetchOptions:r,inMemory:!0})).getBufferAndClose()}var L2=class{supports(e,r){return!!e.reference.startsWith(Ui)}getLocalPath(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:Ui});if(V.isAbsolute(a))return a;let n=r.fetcher.getLocalPath(o,r);return n===null?null:V.resolve(n,a)}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the disk`),loader:()=>this.fetchFromDisk(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),localPath:this.getLocalPath(e,r),checksum:u}}async fetchFromDisk(e,r){return Ck(e,{protocol:Ui,fetchOptions:r})}};Ye();Ye();var adt=2,O2=class{supportsDescriptor(e,r){return e.range.match(SC)?!0:!!e.range.startsWith(Ui)}supportsLocator(e,r){return!!e.reference.startsWith(Ui)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return SC.test(e.range)&&(e=W.makeDescriptor(e,`${Ui}${e.range}`)),W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){if(!o.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let{path:a,parentLocator:n}=T2(e.range);if(n===null)throw new Error("Assertion failed: The descriptor should have been bound");let u=await SH(W.makeLocator(e,W.makeRange({protocol:Ui,source:a,selector:a,params:{locator:W.stringifyLocator(n)}})),{protocol:Ui,fetchOptions:o.fetchOptions}),A=wn.makeHash(`${adt}`,u).slice(0,6);return[PC(e,{parentLocator:n,path:a,hash:A,protocol:Ui})]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await _e.releaseAfterUseAsync(async()=>await Ot.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"HARD",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};Ye();var M2=class{supports(e,r){return R2.test(e.reference)?!!e.reference.startsWith(Ui):!1}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the disk`),loader:()=>this.fetchFromDisk(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),checksum:u}}async fetchFromDisk(e,r){let o=await N2(e,r);return await Xi.convertToZip(o,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1})}};Ye();Ye();Ye();var U2=class{supportsDescriptor(e,r){return R2.test(e.range)?!!(e.range.startsWith(Ui)||SC.test(e.range)):!1}supportsLocator(e,r){return R2.test(e.reference)?!!e.reference.startsWith(Ui):!1}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return SC.test(e.range)&&(e=W.makeDescriptor(e,`${Ui}${e.range}`)),W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){if(!o.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let{path:a,parentLocator:n}=T2(e.range);if(n===null)throw new Error("Assertion failed: The descriptor should have been bound");let u=PC(e,{parentLocator:n,path:a,hash:"",protocol:Ui}),A=await N2(u,o.fetchOptions),p=wn.makeHash(A).slice(0,6);return[PC(e,{parentLocator:n,path:a,hash:p,protocol:Ui})]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await _e.releaseAfterUseAsync(async()=>await Ot.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"HARD",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};var ldt={fetchers:[M2,L2],resolvers:[U2,O2]},cdt=ldt;var kH={};Vt(kH,{GithubFetcher:()=>_2,default:()=>Adt,githubUtils:()=>wk});Ye();St();var wk={};Vt(wk,{invalidGithubUrlMessage:()=>mme,isGithubUrl:()=>bH,parseGithubUrl:()=>xH});var gme=$e(ve("querystring")),dme=[/^https?:\/\/(?:([^/]+?)@)?github.com\/([^/#]+)\/([^/#]+)\/tarball\/([^/#]+)(?:#(.*))?$/,/^https?:\/\/(?:([^/]+?)@)?github.com\/([^/#]+)\/([^/#]+?)(?:\.git)?(?:#(.*))?$/];function bH(t){return t?dme.some(e=>!!t.match(e)):!1}function xH(t){let e;for(let A of dme)if(e=t.match(A),e)break;if(!e)throw new Error(mme(t));let[,r,o,a,n="master"]=e,{commit:u}=gme.default.parse(n);return n=u||n.replace(/[^:]*:/,""),{auth:r,username:o,reponame:a,treeish:n}}function mme(t){return`Input cannot be parsed as a valid GitHub URL ('${t}').`}var _2=class{supports(e,r){return!!bH(e.reference)}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from GitHub`),loader:()=>this.fetchFromNetwork(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),checksum:u}}async fetchFromNetwork(e,r){let o=await nn.get(this.getLocatorUrl(e,r),{configuration:r.project.configuration});return await oe.mktempPromise(async a=>{let n=new gn(a);await Xi.extractArchiveTo(o,n,{stripComponents:1});let u=ra.splitRepoUrl(e.reference),A=V.join(a,"package.tgz");await un.prepareExternalProject(a,A,{configuration:r.project.configuration,report:r.report,workspace:u.extra.workspace,locator:e});let p=await oe.readFilePromise(A);return await Xi.convertToZip(p,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1})})}getLocatorUrl(e,r){let{auth:o,username:a,reponame:n,treeish:u}=xH(e.reference);return`https://${o?`${o}@`:""}github.com/${a}/${n}/archive/${u}.tar.gz`}};var udt={hooks:{async fetchHostedRepository(t,e,r){if(t!==null)return t;let o=new _2;if(!o.supports(e,r))return null;try{return await o.fetch(e,r)}catch{return null}}}},Adt=udt;var QH={};Vt(QH,{TarballHttpFetcher:()=>j2,TarballHttpResolver:()=>G2,default:()=>pdt});Ye();function H2(t){let e;try{e=new URL(t)}catch{return!1}return!(e.protocol!=="http:"&&e.protocol!=="https:"||!e.pathname.match(/(\.tar\.gz|\.tgz|\/[^.]+)$/))}var j2=class{supports(e,r){return H2(e.reference)}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the remote server`),loader:()=>this.fetchFromNetwork(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),checksum:u}}async fetchFromNetwork(e,r){let o=await nn.get(e.reference,{configuration:r.project.configuration});return await Xi.convertToZip(o,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1})}};Ye();Ye();var G2=class{supportsDescriptor(e,r){return H2(e.range)}supportsLocator(e,r){return H2(e.reference)}shouldPersistResolution(e,r){return!0}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){return[W.convertDescriptorToLocator(e)]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await _e.releaseAfterUseAsync(async()=>await Ot.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"HARD",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};var fdt={fetchers:[j2],resolvers:[G2]},pdt=fdt;var FH={};Vt(FH,{InitCommand:()=>d0,default:()=>gdt});Ye();Ye();St();jt();var d0=class extends ut{constructor(){super(...arguments);this.private=ge.Boolean("-p,--private",!1,{description:"Initialize a private package"});this.workspace=ge.Boolean("-w,--workspace",!1,{description:"Initialize a workspace root with a `packages/` directory"});this.install=ge.String("-i,--install",!1,{tolerateBoolean:!0,description:"Initialize a package with a specific bundle that will be locked in the project"});this.name=ge.String("-n,--name",{description:"Initialize a package with the given name"});this.usev2=ge.Boolean("-2",!1,{hidden:!0});this.yes=ge.Boolean("-y,--yes",{hidden:!0})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),o=typeof this.install=="string"?this.install:this.usev2||this.install===!0?"latest":null;return o!==null?await this.executeProxy(r,o):await this.executeRegular(r)}async executeProxy(r,o){if(r.projectCwd!==null&&r.projectCwd!==this.context.cwd)throw new it("Cannot use the --install flag from within a project subdirectory");oe.existsSync(this.context.cwd)||await oe.mkdirPromise(this.context.cwd,{recursive:!0});let a=V.join(this.context.cwd,dr.lockfile);oe.existsSync(a)||await oe.writeFilePromise(a,"");let n=await this.cli.run(["set","version",o],{quiet:!0});if(n!==0)return n;let u=[];return this.private&&u.push("-p"),this.workspace&&u.push("-w"),this.name&&u.push(`-n=${this.name}`),this.yes&&u.push("-y"),await oe.mktempPromise(async A=>{let{code:p}=await Ur.pipevp("yarn",["init",...u],{cwd:this.context.cwd,stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr,env:await un.makeScriptEnv({binFolder:A})});return p})}async executeRegular(r){let o=null;try{o=(await Pt.find(r,this.context.cwd)).project}catch{o=null}oe.existsSync(this.context.cwd)||await oe.mkdirPromise(this.context.cwd,{recursive:!0});let a=await Ot.tryFind(this.context.cwd),n=a??new Ot,u=Object.fromEntries(r.get("initFields").entries());n.load(u),n.name=n.name??W.makeIdent(r.get("initScope"),this.name??V.basename(this.context.cwd)),n.packageManager=rn&&_e.isTaggedYarnVersion(rn)?`yarn@${rn}`:null,(!a&&this.workspace||this.private)&&(n.private=!0),this.workspace&&n.workspaceDefinitions.length===0&&(await oe.mkdirPromise(V.join(this.context.cwd,"packages"),{recursive:!0}),n.workspaceDefinitions=[{pattern:"packages/*"}]);let A={};n.exportTo(A);let p=V.join(this.context.cwd,Ot.fileName);await oe.changeFilePromise(p,`${JSON.stringify(A,null,2)} +`,{automaticNewlines:!0});let h=[p],E=V.join(this.context.cwd,"README.md");if(oe.existsSync(E)||(await oe.writeFilePromise(E,`# ${W.stringifyIdent(n.name)} +`),h.push(E)),!o||o.cwd===this.context.cwd){let I=V.join(this.context.cwd,dr.lockfile);oe.existsSync(I)||(await oe.writeFilePromise(I,""),h.push(I));let x=[".yarn/*","!.yarn/patches","!.yarn/plugins","!.yarn/releases","!.yarn/sdks","!.yarn/versions","","# Swap the comments on the following lines if you wish to use zero-installs","# In that case, don't forget to run `yarn config set enableGlobalCache false`!","# Documentation here: https://yarnpkg.com/features/caching#zero-installs","","#!.yarn/cache",".pnp.*"].map(fe=>`${fe} +`).join(""),C=V.join(this.context.cwd,".gitignore");oe.existsSync(C)||(await oe.writeFilePromise(C,x),h.push(C));let L=["/.yarn/** linguist-vendored","/.yarn/releases/* binary","/.yarn/plugins/**/* binary","/.pnp.* binary linguist-generated"].map(fe=>`${fe} +`).join(""),U=V.join(this.context.cwd,".gitattributes");oe.existsSync(U)||(await oe.writeFilePromise(U,L),h.push(U));let J={["*"]:{endOfLine:"lf",insertFinalNewline:!0},["*.{js,json,yml}"]:{charset:"utf-8",indentStyle:"space",indentSize:2}};_e.mergeIntoTarget(J,r.get("initEditorConfig"));let te=`root = true +`;for(let[fe,ce]of Object.entries(J)){te+=` +[${fe}] +`;for(let[me,he]of Object.entries(ce)){let Be=me.replace(/[A-Z]/g,we=>`_${we.toLowerCase()}`);te+=`${Be} = ${he} +`}}let ae=V.join(this.context.cwd,".editorconfig");oe.existsSync(ae)||(await oe.writeFilePromise(ae,te),h.push(ae)),await this.cli.run(["install"],{quiet:!0}),oe.existsSync(V.join(this.context.cwd,".git"))||(await Ur.execvp("git",["init"],{cwd:this.context.cwd}),await Ur.execvp("git",["add","--",...h],{cwd:this.context.cwd}),await Ur.execvp("git",["commit","--allow-empty","-m","First commit"],{cwd:this.context.cwd}))}}};d0.paths=[["init"]],d0.usage=nt.Usage({description:"create a new package",details:"\n This command will setup a new package in your local directory.\n\n If the `-p,--private` or `-w,--workspace` options are set, the package will be private by default.\n\n If the `-w,--workspace` option is set, the package will be configured to accept a set of workspaces in the `packages/` directory.\n\n If the `-i,--install` option is given a value, Yarn will first download it using `yarn set version` and only then forward the init call to the newly downloaded bundle. Without arguments, the downloaded bundle will be `latest`.\n\n The initial settings of the manifest can be changed by using the `initScope` and `initFields` configuration values. Additionally, Yarn will generate an EditorConfig file whose rules can be altered via `initEditorConfig`, and will initialize a Git repository in the current directory.\n ",examples:[["Create a new package in the local directory","yarn init"],["Create a new private package in the local directory","yarn init -p"],["Create a new package and store the Yarn release inside","yarn init -i=latest"],["Create a new private package and defines it as a workspace root","yarn init -w"]]});var hdt={configuration:{initScope:{description:"Scope used when creating packages via the init command",type:"STRING",default:null},initFields:{description:"Additional fields to set when creating packages via the init command",type:"MAP",valueDefinition:{description:"",type:"ANY"}},initEditorConfig:{description:"Extra rules to define in the generator editorconfig",type:"MAP",valueDefinition:{description:"",type:"ANY"}}},commands:[d0]},gdt=hdt;var Tj={};Vt(Tj,{SearchCommand:()=>w0,UpgradeInteractiveCommand:()=>B0,default:()=>nIt});Ye();var Eme=$e(ve("os"));function bC({stdout:t}){if(Eme.default.endianness()==="BE")throw new Error("Interactive commands cannot be used on big-endian systems because ink depends on yoga-layout-prebuilt which only supports little-endian architectures");if(!t.isTTY)throw new Error("Interactive commands can only be used inside a TTY environment")}jt();var Qye=$e(zH()),XH={appId:"OFCNCOG2CU",apiKey:"6fe4476ee5a1832882e326b506d14126",indexName:"npm-search"},fyt=(0,Qye.default)(XH.appId,XH.apiKey).initIndex(XH.indexName),ZH=async(t,e=0)=>await fyt.search(t,{analyticsTags:["yarn-plugin-interactive-tools"],attributesToRetrieve:["name","version","owner","repository","humanDownloadsLast30Days"],page:e,hitsPerPage:10});var jB=["regular","dev","peer"],w0=class extends ut{async execute(){bC(this.context);let{Gem:e}=await Promise.resolve().then(()=>(cQ(),Bj)),{ScrollableItems:r}=await Promise.resolve().then(()=>(pQ(),fQ)),{useKeypress:o}=await Promise.resolve().then(()=>(UB(),Wwe)),{useMinistore:a}=await Promise.resolve().then(()=>(xj(),bj)),{renderForm:n}=await Promise.resolve().then(()=>(mQ(),dQ)),{default:u}=await Promise.resolve().then(()=>$e(rIe())),{Box:A,Text:p}=await Promise.resolve().then(()=>$e(ic())),{default:h,useEffect:E,useState:I}=await Promise.resolve().then(()=>$e(on())),v=await Ke.find(this.context.cwd,this.context.plugins),x=()=>h.createElement(A,{flexDirection:"row"},h.createElement(A,{flexDirection:"column",width:48},h.createElement(A,null,h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},""),"/",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to move between packages.")),h.createElement(A,null,h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to select a package.")),h.createElement(A,null,h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," again to change the target."))),h.createElement(A,{flexDirection:"column"},h.createElement(A,{marginLeft:1},h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to install the selected packages.")),h.createElement(A,{marginLeft:1},h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to abort.")))),C=()=>h.createElement(h.Fragment,null,h.createElement(A,{width:15},h.createElement(p,{bold:!0,underline:!0,color:"gray"},"Owner")),h.createElement(A,{width:11},h.createElement(p,{bold:!0,underline:!0,color:"gray"},"Version")),h.createElement(A,{width:10},h.createElement(p,{bold:!0,underline:!0,color:"gray"},"Downloads"))),R=()=>h.createElement(A,{width:17},h.createElement(p,{bold:!0,underline:!0,color:"gray"},"Target")),L=({hit:he,active:Be})=>{let[we,g]=a(he.name,null);o({active:Be},(le,ne)=>{if(ne.name!=="space")return;if(!we){g(jB[0]);return}let ee=jB.indexOf(we)+1;ee===jB.length?g(null):g(jB[ee])},[we,g]);let Ee=W.parseIdent(he.name),Se=W.prettyIdent(v,Ee);return h.createElement(A,null,h.createElement(A,{width:45},h.createElement(p,{bold:!0,wrap:"wrap"},Se)),h.createElement(A,{width:14,marginLeft:1},h.createElement(p,{bold:!0,wrap:"truncate"},he.owner.name)),h.createElement(A,{width:10,marginLeft:1},h.createElement(p,{italic:!0,wrap:"truncate"},he.version)),h.createElement(A,{width:16,marginLeft:1},h.createElement(p,null,he.humanDownloadsLast30Days)))},U=({name:he,active:Be})=>{let[we]=a(he,null),g=W.parseIdent(he);return h.createElement(A,null,h.createElement(A,{width:47},h.createElement(p,{bold:!0}," - ",W.prettyIdent(v,g))),jB.map(Ee=>h.createElement(A,{key:Ee,width:14,marginLeft:1},h.createElement(p,null," ",h.createElement(e,{active:we===Ee})," ",h.createElement(p,{bold:!0},Ee)))))},J=()=>h.createElement(A,{marginTop:1},h.createElement(p,null,"Powered by Algolia.")),ae=await n(({useSubmit:he})=>{let Be=a();he(Be);let we=Array.from(Be.keys()).filter(H=>Be.get(H)!==null),[g,Ee]=I(""),[Se,le]=I(0),[ne,ee]=I([]),Ie=H=>{H.match(/\t| /)||Ee(H)},Fe=async()=>{le(0);let H=await ZH(g);H.query===g&&ee(H.hits)},At=async()=>{let H=await ZH(g,Se+1);H.query===g&&H.page-1===Se&&(le(H.page),ee([...ne,...H.hits]))};return E(()=>{g?Fe():ee([])},[g]),h.createElement(A,{flexDirection:"column"},h.createElement(x,null),h.createElement(A,{flexDirection:"row",marginTop:1},h.createElement(p,{bold:!0},"Search: "),h.createElement(A,{width:41},h.createElement(u,{value:g,onChange:Ie,placeholder:"i.e. babel, webpack, react...",showCursor:!1})),h.createElement(C,null)),ne.length?h.createElement(r,{radius:2,loop:!1,children:ne.map(H=>h.createElement(L,{key:H.name,hit:H,active:!1})),willReachEnd:At}):h.createElement(p,{color:"gray"},"Start typing..."),h.createElement(A,{flexDirection:"row",marginTop:1},h.createElement(A,{width:49},h.createElement(p,{bold:!0},"Selected:")),h.createElement(R,null)),we.length?we.map(H=>h.createElement(U,{key:H,name:H,active:!1})):h.createElement(p,{color:"gray"},"No selected packages..."),h.createElement(J,null))},{},{stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr});if(typeof ae>"u")return 1;let fe=Array.from(ae.keys()).filter(he=>ae.get(he)==="regular"),ce=Array.from(ae.keys()).filter(he=>ae.get(he)==="dev"),me=Array.from(ae.keys()).filter(he=>ae.get(he)==="peer");return fe.length&&await this.cli.run(["add",...fe]),ce.length&&await this.cli.run(["add","--dev",...ce]),me&&await this.cli.run(["add","--peer",...me]),0}};w0.paths=[["search"]],w0.usage=nt.Usage({category:"Interactive commands",description:"open the search interface",details:` This command opens a fullscreen terminal interface where you can search for and install packages from the npm registry. - `,examples:[["Open the search window","yarn search"]]});Ye();qt();w_();var fIe=$e(zn()),AIe=/^((?:[\^~]|>=?)?)([0-9]+)(\.[0-9]+)(\.[0-9]+)((?:-\S+)?)$/,pIe=(t,e)=>t.length>0?[t.slice(0,e)].concat(pIe(t.slice(e),e)):[],I0=class extends ut{async execute(){SC(this.context);let{ItemOptions:e}=await Promise.resolve().then(()=>(uIe(),cIe)),{Pad:r}=await Promise.resolve().then(()=>(Nj(),lIe)),{ScrollableItems:o}=await Promise.resolve().then(()=>(gQ(),hQ)),{useMinistore:a}=await Promise.resolve().then(()=>(Qj(),kj)),{renderForm:n}=await Promise.resolve().then(()=>(EQ(),yQ)),{Box:u,Text:A}=await Promise.resolve().then(()=>$e(ic())),{default:p,useEffect:h,useRef:E,useState:I}=await Promise.resolve().then(()=>$e(sn())),v=await Ve.find(this.context.cwd,this.context.plugins),{project:b,workspace:C}=await St.find(v,this.context.cwd),T=await Lr.find(v);if(!C)throw new rr(b.cwd,this.context.cwd);await b.restoreInstallState({restoreResolutions:!1});let L=this.context.stdout.rows-7,U=(Ee,De)=>{let ce=fpe(Ee,De),ne="";for(let ee of ce)ee.added?ne+=de.pretty(v,ee.value,"green"):ee.removed||(ne+=ee.value);return ne},J=(Ee,De)=>{if(Ee===De)return De;let ce=W.parseRange(Ee),ne=W.parseRange(De),ee=ce.selector.match(AIe),Ie=ne.selector.match(AIe);if(!ee||!Ie)return U(Ee,De);let ke=["gray","red","yellow","green","magenta"],ht=null,H="";for(let lt=1;lt{let ne=await zc.fetchDescriptorFrom(Ee,ce,{project:b,cache:T,preserveModifier:De,workspace:C});return ne!==null?ne.range:Ee.range},le=async Ee=>{let De=fIe.default.valid(Ee.range)?`^${Ee.range}`:Ee.range,[ce,ne]=await Promise.all([te(Ee,Ee.range,De).catch(()=>null),te(Ee,Ee.range,"latest").catch(()=>null)]),ee=[{value:null,label:Ee.range}];return ce&&ce!==Ee.range?ee.push({value:ce,label:J(Ee.range,ce)}):ee.push({value:null,label:""}),ne&&ne!==ce&&ne!==Ee.range?ee.push({value:ne,label:J(Ee.range,ne)}):ee.push({value:null,label:""}),ee},pe=()=>p.createElement(u,{flexDirection:"row"},p.createElement(u,{flexDirection:"column",width:49},p.createElement(u,{marginLeft:1},p.createElement(A,null,"Press ",p.createElement(A,{bold:!0,color:"cyanBright"},""),"/",p.createElement(A,{bold:!0,color:"cyanBright"},"")," to select packages.")),p.createElement(u,{marginLeft:1},p.createElement(A,null,"Press ",p.createElement(A,{bold:!0,color:"cyanBright"},""),"/",p.createElement(A,{bold:!0,color:"cyanBright"},"")," to select versions."))),p.createElement(u,{flexDirection:"column"},p.createElement(u,{marginLeft:1},p.createElement(A,null,"Press ",p.createElement(A,{bold:!0,color:"cyanBright"},"")," to install.")),p.createElement(u,{marginLeft:1},p.createElement(A,null,"Press ",p.createElement(A,{bold:!0,color:"cyanBright"},"")," to abort.")))),Ae=()=>p.createElement(u,{flexDirection:"row",paddingTop:1,paddingBottom:1},p.createElement(u,{width:50},p.createElement(A,{bold:!0},p.createElement(A,{color:"greenBright"},"?")," Pick the packages you want to upgrade.")),p.createElement(u,{width:17},p.createElement(A,{bold:!0,underline:!0,color:"gray"},"Current")),p.createElement(u,{width:17},p.createElement(A,{bold:!0,underline:!0,color:"gray"},"Range")),p.createElement(u,{width:17},p.createElement(A,{bold:!0,underline:!0,color:"gray"},"Latest"))),ye=({active:Ee,descriptor:De,suggestions:ce})=>{let[ne,ee]=a(De.descriptorHash,null),Ie=W.stringifyIdent(De),ke=Math.max(0,45-Ie.length);return p.createElement(p.Fragment,null,p.createElement(u,null,p.createElement(u,{width:45},p.createElement(A,{bold:!0},W.prettyIdent(v,De)),p.createElement(r,{active:Ee,length:ke})),p.createElement(e,{active:Ee,options:ce,value:ne,skewer:!0,onChange:ee,sizes:[17,17,17]})))},ae=({dependencies:Ee})=>{let[De,ce]=I(Ee.map(()=>null)),ne=E(!0),ee=async Ie=>{let ke=await le(Ie);return ke.filter(ht=>ht.label!=="").length<=1?null:{descriptor:Ie,suggestions:ke}};return h(()=>()=>{ne.current=!1},[]),h(()=>{let Ie=Math.trunc(L*1.75),ke=Ee.slice(0,Ie),ht=Ee.slice(Ie),H=pIe(ht,L),lt=ke.map(ee).reduce(async(Re,Qe)=>{await Re;let be=await Qe;be!==null&&(!ne.current||ce(_e=>{let Te=_e.findIndex(He=>He===null),Je=[..._e];return Je[Te]=be,Je}))},Promise.resolve());H.reduce((Re,Qe)=>Promise.all(Qe.map(be=>Promise.resolve().then(()=>ee(be)))).then(async be=>{be=be.filter(_e=>_e!==null),await Re,ne.current&&ce(_e=>{let Te=_e.findIndex(Je=>Je===null);return _e.slice(0,Te).concat(be).concat(_e.slice(Te+be.length))})}),lt).then(()=>{ne.current&&ce(Re=>Re.filter(Qe=>Qe!==null))})},[]),De.length?p.createElement(o,{radius:L>>1,children:De.map((Ie,ke)=>Ie!==null?p.createElement(ye,{key:ke,active:!1,descriptor:Ie.descriptor,suggestions:Ie.suggestions}):p.createElement(A,{key:ke},"Loading..."))}):p.createElement(A,null,"No upgrades found")},Pe=await n(({useSubmit:Ee})=>{Ee(a());let De=new Map;for(let ne of b.workspaces)for(let ee of["dependencies","devDependencies"])for(let Ie of ne.manifest[ee].values())b.tryWorkspaceByDescriptor(Ie)===null&&(Ie.range.startsWith("link:")||De.set(Ie.descriptorHash,Ie));let ce=je.sortMap(De.values(),ne=>W.stringifyDescriptor(ne));return p.createElement(u,{flexDirection:"column"},p.createElement(pe,null),p.createElement(Ae,null),p.createElement(ae,{dependencies:ce}))},{},{stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr});if(typeof Pe>"u")return 1;let g=!1;for(let Ee of b.workspaces)for(let De of["dependencies","devDependencies"]){let ce=Ee.manifest[De];for(let ne of ce.values()){let ee=Pe.get(ne.descriptorHash);typeof ee<"u"&&ee!==null&&(ce.set(ne.identHash,W.makeDescriptor(ne,ee)),g=!0)}}return g?await b.installWithNewReport({quiet:this.context.quiet,stdout:this.context.stdout},{cache:T}):0}};I0.paths=[["upgrade-interactive"]],I0.usage=nt.Usage({category:"Interactive commands",description:"open the upgrade interface",details:` + `,examples:[["Open the search window","yarn search"]]});Ye();jt();E_();var cIe=$e(zn()),lIe=/^((?:[\^~]|>=?)?)([0-9]+)(\.[0-9]+)(\.[0-9]+)((?:-\S+)?)$/,uIe=(t,e)=>t.length>0?[t.slice(0,e)].concat(uIe(t.slice(e),e)):[],B0=class extends ut{async execute(){bC(this.context);let{ItemOptions:e}=await Promise.resolve().then(()=>(aIe(),oIe)),{Pad:r}=await Promise.resolve().then(()=>(Rj(),sIe)),{ScrollableItems:o}=await Promise.resolve().then(()=>(pQ(),fQ)),{useMinistore:a}=await Promise.resolve().then(()=>(xj(),bj)),{renderForm:n}=await Promise.resolve().then(()=>(mQ(),dQ)),{Box:u,Text:A}=await Promise.resolve().then(()=>$e(ic())),{default:p,useEffect:h,useRef:E,useState:I}=await Promise.resolve().then(()=>$e(on())),v=await Ke.find(this.context.cwd,this.context.plugins),{project:x,workspace:C}=await Pt.find(v,this.context.cwd),R=await Lr.find(v);if(!C)throw new rr(x.cwd,this.context.cwd);await x.restoreInstallState({restoreResolutions:!1});let L=this.context.stdout.rows-7,U=(Ee,Se)=>{let le=upe(Ee,Se),ne="";for(let ee of le)ee.added?ne+=de.pretty(v,ee.value,"green"):ee.removed||(ne+=ee.value);return ne},J=(Ee,Se)=>{if(Ee===Se)return Se;let le=W.parseRange(Ee),ne=W.parseRange(Se),ee=le.selector.match(lIe),Ie=ne.selector.match(lIe);if(!ee||!Ie)return U(Ee,Se);let Fe=["gray","red","yellow","green","magenta"],At=null,H="";for(let at=1;at{let ne=await zc.fetchDescriptorFrom(Ee,le,{project:x,cache:R,preserveModifier:Se,workspace:C});return ne!==null?ne.range:Ee.range},ae=async Ee=>{let Se=cIe.default.valid(Ee.range)?`^${Ee.range}`:Ee.range,[le,ne]=await Promise.all([te(Ee,Ee.range,Se).catch(()=>null),te(Ee,Ee.range,"latest").catch(()=>null)]),ee=[{value:null,label:Ee.range}];return le&&le!==Ee.range?ee.push({value:le,label:J(Ee.range,le)}):ee.push({value:null,label:""}),ne&&ne!==le&&ne!==Ee.range?ee.push({value:ne,label:J(Ee.range,ne)}):ee.push({value:null,label:""}),ee},fe=()=>p.createElement(u,{flexDirection:"row"},p.createElement(u,{flexDirection:"column",width:49},p.createElement(u,{marginLeft:1},p.createElement(A,null,"Press ",p.createElement(A,{bold:!0,color:"cyanBright"},""),"/",p.createElement(A,{bold:!0,color:"cyanBright"},"")," to select packages.")),p.createElement(u,{marginLeft:1},p.createElement(A,null,"Press ",p.createElement(A,{bold:!0,color:"cyanBright"},""),"/",p.createElement(A,{bold:!0,color:"cyanBright"},"")," to select versions."))),p.createElement(u,{flexDirection:"column"},p.createElement(u,{marginLeft:1},p.createElement(A,null,"Press ",p.createElement(A,{bold:!0,color:"cyanBright"},"")," to install.")),p.createElement(u,{marginLeft:1},p.createElement(A,null,"Press ",p.createElement(A,{bold:!0,color:"cyanBright"},"")," to abort.")))),ce=()=>p.createElement(u,{flexDirection:"row",paddingTop:1,paddingBottom:1},p.createElement(u,{width:50},p.createElement(A,{bold:!0},p.createElement(A,{color:"greenBright"},"?")," Pick the packages you want to upgrade.")),p.createElement(u,{width:17},p.createElement(A,{bold:!0,underline:!0,color:"gray"},"Current")),p.createElement(u,{width:17},p.createElement(A,{bold:!0,underline:!0,color:"gray"},"Range")),p.createElement(u,{width:17},p.createElement(A,{bold:!0,underline:!0,color:"gray"},"Latest"))),me=({active:Ee,descriptor:Se,suggestions:le})=>{let[ne,ee]=a(Se.descriptorHash,null),Ie=W.stringifyIdent(Se),Fe=Math.max(0,45-Ie.length);return p.createElement(p.Fragment,null,p.createElement(u,null,p.createElement(u,{width:45},p.createElement(A,{bold:!0},W.prettyIdent(v,Se)),p.createElement(r,{active:Ee,length:Fe})),p.createElement(e,{active:Ee,options:le,value:ne,skewer:!0,onChange:ee,sizes:[17,17,17]})))},he=({dependencies:Ee})=>{let[Se,le]=I(Ee.map(()=>null)),ne=E(!0),ee=async Ie=>{let Fe=await ae(Ie);return Fe.filter(At=>At.label!=="").length<=1?null:{descriptor:Ie,suggestions:Fe}};return h(()=>()=>{ne.current=!1},[]),h(()=>{let Ie=Math.trunc(L*1.75),Fe=Ee.slice(0,Ie),At=Ee.slice(Ie),H=uIe(At,L),at=Fe.map(ee).reduce(async(Re,ke)=>{await Re;let xe=await ke;xe!==null&&(!ne.current||le(He=>{let Te=He.findIndex(je=>je===null),Je=[...He];return Je[Te]=xe,Je}))},Promise.resolve());H.reduce((Re,ke)=>Promise.all(ke.map(xe=>Promise.resolve().then(()=>ee(xe)))).then(async xe=>{xe=xe.filter(He=>He!==null),await Re,ne.current&&le(He=>{let Te=He.findIndex(Je=>Je===null);return He.slice(0,Te).concat(xe).concat(He.slice(Te+xe.length))})}),at).then(()=>{ne.current&&le(Re=>Re.filter(ke=>ke!==null))})},[]),Se.length?p.createElement(o,{radius:L>>1,children:Se.map((Ie,Fe)=>Ie!==null?p.createElement(me,{key:Fe,active:!1,descriptor:Ie.descriptor,suggestions:Ie.suggestions}):p.createElement(A,{key:Fe},"Loading..."))}):p.createElement(A,null,"No upgrades found")},we=await n(({useSubmit:Ee})=>{Ee(a());let Se=new Map;for(let ne of x.workspaces)for(let ee of["dependencies","devDependencies"])for(let Ie of ne.manifest[ee].values())x.tryWorkspaceByDescriptor(Ie)===null&&(Ie.range.startsWith("link:")||Se.set(Ie.descriptorHash,Ie));let le=_e.sortMap(Se.values(),ne=>W.stringifyDescriptor(ne));return p.createElement(u,{flexDirection:"column"},p.createElement(fe,null),p.createElement(ce,null),p.createElement(he,{dependencies:le}))},{},{stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr});if(typeof we>"u")return 1;let g=!1;for(let Ee of x.workspaces)for(let Se of["dependencies","devDependencies"]){let le=Ee.manifest[Se];for(let ne of le.values()){let ee=we.get(ne.descriptorHash);typeof ee<"u"&&ee!==null&&(le.set(ne.identHash,W.makeDescriptor(ne,ee)),g=!0)}}return g?await x.installWithNewReport({quiet:this.context.quiet,stdout:this.context.stdout},{cache:R}):0}};B0.paths=[["upgrade-interactive"]],B0.usage=nt.Usage({category:"Interactive commands",description:"open the upgrade interface",details:` This command opens a fullscreen terminal interface where you can see any out of date packages used by your application, their status compared to the latest versions available on the remote registry, and select packages to upgrade. - `,examples:[["Open the upgrade window","yarn upgrade-interactive"]]});var aIt={commands:[C0,I0]},lIt=aIt;var Mj={};Kt(Mj,{LinkFetcher:()=>qB,LinkResolver:()=>GB,PortalFetcher:()=>YB,PortalResolver:()=>WB,default:()=>uIt});Ye();Pt();var ep="portal:",tp="link:";var qB=class{supports(e,r){return!!e.reference.startsWith(tp)}getLocalPath(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:tp});if(K.isAbsolute(a))return a;let n=r.fetcher.getLocalPath(o,r);return n===null?null:K.resolve(n,a)}async fetch(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:tp}),n=K.isAbsolute(a)?{packageFs:new gn(Bt.root),prefixPath:Bt.dot,localPath:Bt.root}:await r.fetcher.fetch(o,r),u=n.localPath?{packageFs:new gn(Bt.root),prefixPath:K.relative(Bt.root,n.localPath),localPath:Bt.root}:n;n!==u&&n.releaseFs&&n.releaseFs();let A=u.packageFs,p=K.resolve(u.localPath??u.packageFs.getRealPath(),u.prefixPath,a);return n.localPath?{packageFs:new gn(p,{baseFs:A}),releaseFs:u.releaseFs,prefixPath:Bt.dot,discardFromLookup:!0,localPath:p}:{packageFs:new _u(p,{baseFs:A}),releaseFs:u.releaseFs,prefixPath:Bt.dot,discardFromLookup:!0}}};Ye();Pt();var GB=class{supportsDescriptor(e,r){return!!e.range.startsWith(tp)}supportsLocator(e,r){return!!e.reference.startsWith(tp)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){let a=e.range.slice(tp.length);return[W.makeLocator(e,`${tp}${ue.toPortablePath(a)}`)]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){return{...e,version:"0.0.0",languageName:r.project.configuration.get("defaultLanguageName"),linkType:"SOFT",conditions:null,dependencies:new Map,peerDependencies:new Map,dependenciesMeta:new Map,peerDependenciesMeta:new Map,bin:new Map}}};Ye();Pt();var YB=class{supports(e,r){return!!e.reference.startsWith(ep)}getLocalPath(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:ep});if(K.isAbsolute(a))return a;let n=r.fetcher.getLocalPath(o,r);return n===null?null:K.resolve(n,a)}async fetch(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:ep}),n=K.isAbsolute(a)?{packageFs:new gn(Bt.root),prefixPath:Bt.dot,localPath:Bt.root}:await r.fetcher.fetch(o,r),u=n.localPath?{packageFs:new gn(Bt.root),prefixPath:K.relative(Bt.root,n.localPath),localPath:Bt.root}:n;n!==u&&n.releaseFs&&n.releaseFs();let A=u.packageFs,p=K.resolve(u.localPath??u.packageFs.getRealPath(),u.prefixPath,a);return n.localPath?{packageFs:new gn(p,{baseFs:A}),releaseFs:u.releaseFs,prefixPath:Bt.dot,localPath:p}:{packageFs:new _u(p,{baseFs:A}),releaseFs:u.releaseFs,prefixPath:Bt.dot}}};Ye();Ye();Pt();var WB=class{supportsDescriptor(e,r){return!!e.range.startsWith(ep)}supportsLocator(e,r){return!!e.reference.startsWith(ep)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){let a=e.range.slice(ep.length);return[W.makeLocator(e,`${ep}${ue.toPortablePath(a)}`)]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await je.releaseAfterUseAsync(async()=>await Mt.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"SOFT",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};var cIt={fetchers:[qB,YB],resolvers:[GB,WB]},uIt=cIt;var Cq={};Kt(Cq,{NodeModulesLinker:()=>lv,NodeModulesMode:()=>dq,PnpLooseLinker:()=>cv,default:()=>P1t});Pt();Ye();Pt();Pt();var Uj=(t,e)=>`${t}@${e}`,hIe=(t,e)=>{let r=e.indexOf("#"),o=r>=0?e.substring(r+1):e;return Uj(t,o)};var mIe=(t,e={})=>{let r=e.debugLevel||Number(process.env.NM_DEBUG_LEVEL||-1),o=e.check||r>=9,a=e.hoistingLimits||new Map,n={check:o,debugLevel:r,hoistingLimits:a,fastLookupPossible:!0},u;n.debugLevel>=0&&(u=Date.now());let A=mIt(t,n),p=!1,h=0;do p=_j(A,[A],new Set([A.locator]),new Map,n).anotherRoundNeeded,n.fastLookupPossible=!1,h++;while(p);if(n.debugLevel>=0&&console.log(`hoist time: ${Date.now()-u}ms, rounds: ${h}`),n.debugLevel>=1){let E=VB(A);if(_j(A,[A],new Set([A.locator]),new Map,n).isGraphChanged)throw new Error(`The hoisting result is not terminal, prev tree: + `,examples:[["Open the upgrade window","yarn upgrade-interactive"]]});var rIt={commands:[w0,B0]},nIt=rIt;var Nj={};Vt(Nj,{LinkFetcher:()=>qB,LinkResolver:()=>YB,PortalFetcher:()=>WB,PortalResolver:()=>KB,default:()=>sIt});Ye();St();var tp="portal:",rp="link:";var qB=class{supports(e,r){return!!e.reference.startsWith(rp)}getLocalPath(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:rp});if(V.isAbsolute(a))return a;let n=r.fetcher.getLocalPath(o,r);return n===null?null:V.resolve(n,a)}async fetch(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:rp}),n=V.isAbsolute(a)?{packageFs:new gn(Bt.root),prefixPath:Bt.dot,localPath:Bt.root}:await r.fetcher.fetch(o,r),u=n.localPath?{packageFs:new gn(Bt.root),prefixPath:V.relative(Bt.root,n.localPath),localPath:Bt.root}:n;n!==u&&n.releaseFs&&n.releaseFs();let A=u.packageFs,p=V.resolve(u.localPath??u.packageFs.getRealPath(),u.prefixPath,a);return n.localPath?{packageFs:new gn(p,{baseFs:A}),releaseFs:u.releaseFs,prefixPath:Bt.dot,discardFromLookup:!0,localPath:p}:{packageFs:new _u(p,{baseFs:A}),releaseFs:u.releaseFs,prefixPath:Bt.dot,discardFromLookup:!0}}};Ye();St();var YB=class{supportsDescriptor(e,r){return!!e.range.startsWith(rp)}supportsLocator(e,r){return!!e.reference.startsWith(rp)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){let a=e.range.slice(rp.length);return[W.makeLocator(e,`${rp}${ue.toPortablePath(a)}`)]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){return{...e,version:"0.0.0",languageName:r.project.configuration.get("defaultLanguageName"),linkType:"SOFT",conditions:null,dependencies:new Map,peerDependencies:new Map,dependenciesMeta:new Map,peerDependenciesMeta:new Map,bin:new Map}}};Ye();St();var WB=class{supports(e,r){return!!e.reference.startsWith(tp)}getLocalPath(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:tp});if(V.isAbsolute(a))return a;let n=r.fetcher.getLocalPath(o,r);return n===null?null:V.resolve(n,a)}async fetch(e,r){let{parentLocator:o,path:a}=W.parseFileStyleRange(e.reference,{protocol:tp}),n=V.isAbsolute(a)?{packageFs:new gn(Bt.root),prefixPath:Bt.dot,localPath:Bt.root}:await r.fetcher.fetch(o,r),u=n.localPath?{packageFs:new gn(Bt.root),prefixPath:V.relative(Bt.root,n.localPath),localPath:Bt.root}:n;n!==u&&n.releaseFs&&n.releaseFs();let A=u.packageFs,p=V.resolve(u.localPath??u.packageFs.getRealPath(),u.prefixPath,a);return n.localPath?{packageFs:new gn(p,{baseFs:A}),releaseFs:u.releaseFs,prefixPath:Bt.dot,localPath:p}:{packageFs:new _u(p,{baseFs:A}),releaseFs:u.releaseFs,prefixPath:Bt.dot}}};Ye();Ye();St();var KB=class{supportsDescriptor(e,r){return!!e.range.startsWith(tp)}supportsLocator(e,r){return!!e.reference.startsWith(tp)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){return W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){let a=e.range.slice(tp.length);return[W.makeLocator(e,`${tp}${ue.toPortablePath(a)}`)]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){if(!r.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let o=await r.fetchOptions.fetcher.fetch(e,r.fetchOptions),a=await _e.releaseAfterUseAsync(async()=>await Ot.find(o.prefixPath,{baseFs:o.packageFs}),o.releaseFs);return{...e,version:a.version||"0.0.0",languageName:a.languageName||r.project.configuration.get("defaultLanguageName"),linkType:"SOFT",conditions:a.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(a.dependencies),peerDependencies:a.peerDependencies,dependenciesMeta:a.dependenciesMeta,peerDependenciesMeta:a.peerDependenciesMeta,bin:a.bin}}};var iIt={fetchers:[qB,WB],resolvers:[YB,KB]},sIt=iIt;var yG={};Vt(yG,{NodeModulesLinker:()=>lv,NodeModulesMode:()=>hG,PnpLooseLinker:()=>cv,default:()=>w1t});St();Ye();St();St();var Oj=(t,e)=>`${t}@${e}`,AIe=(t,e)=>{let r=e.indexOf("#"),o=r>=0?e.substring(r+1):e;return Oj(t,o)};var hIe=(t,e={})=>{let r=e.debugLevel||Number(process.env.NM_DEBUG_LEVEL||-1),o=e.check||r>=9,a=e.hoistingLimits||new Map,n={check:o,debugLevel:r,hoistingLimits:a,fastLookupPossible:!0},u;n.debugLevel>=0&&(u=Date.now());let A=fIt(t,n),p=!1,h=0;do p=Mj(A,[A],new Set([A.locator]),new Map,n).anotherRoundNeeded,n.fastLookupPossible=!1,h++;while(p);if(n.debugLevel>=0&&console.log(`hoist time: ${Date.now()-u}ms, rounds: ${h}`),n.debugLevel>=1){let E=VB(A);if(Mj(A,[A],new Set([A.locator]),new Map,n).isGraphChanged)throw new Error(`The hoisting result is not terminal, prev tree: ${E}, next tree: -${VB(A)}`);let v=yIe(A);if(v)throw new Error(`${v}, after hoisting finished: -${VB(A)}`)}return n.debugLevel>=2&&console.log(VB(A)),yIt(A)},AIt=t=>{let e=t[t.length-1],r=new Map,o=new Set,a=n=>{if(!o.has(n)){o.add(n);for(let u of n.hoistedDependencies.values())r.set(u.name,u);for(let u of n.dependencies.values())n.peerNames.has(u.name)||a(u)}};return a(e),r},fIt=t=>{let e=t[t.length-1],r=new Map,o=new Set,a=new Set,n=(u,A)=>{if(o.has(u))return;o.add(u);for(let h of u.hoistedDependencies.values())if(!A.has(h.name)){let E;for(let I of t)E=I.dependencies.get(h.name),E&&r.set(E.name,E)}let p=new Set;for(let h of u.dependencies.values())p.add(h.name);for(let h of u.dependencies.values())u.peerNames.has(h.name)||n(h,p)};return n(e,a),r},gIe=(t,e)=>{if(e.decoupled)return e;let{name:r,references:o,ident:a,locator:n,dependencies:u,originalDependencies:A,hoistedDependencies:p,peerNames:h,reasons:E,isHoistBorder:I,hoistPriority:v,dependencyKind:b,hoistedFrom:C,hoistedTo:T}=e,L={name:r,references:new Set(o),ident:a,locator:n,dependencies:new Map(u),originalDependencies:new Map(A),hoistedDependencies:new Map(p),peerNames:new Set(h),reasons:new Map(E),decoupled:!0,isHoistBorder:I,hoistPriority:v,dependencyKind:b,hoistedFrom:new Map(C),hoistedTo:new Map(T)},U=L.dependencies.get(r);return U&&U.ident==L.ident&&L.dependencies.set(r,L),t.dependencies.set(L.name,L),L},pIt=(t,e)=>{let r=new Map([[t.name,[t.ident]]]);for(let a of t.dependencies.values())t.peerNames.has(a.name)||r.set(a.name,[a.ident]);let o=Array.from(e.keys());o.sort((a,n)=>{let u=e.get(a),A=e.get(n);return A.hoistPriority!==u.hoistPriority?A.hoistPriority-u.hoistPriority:A.peerDependents.size!==u.peerDependents.size?A.peerDependents.size-u.peerDependents.size:A.dependents.size-u.dependents.size});for(let a of o){let n=a.substring(0,a.indexOf("@",1)),u=a.substring(n.length+1);if(!t.peerNames.has(n)){let A=r.get(n);A||(A=[],r.set(n,A)),A.indexOf(u)<0&&A.push(u)}}return r},Oj=t=>{let e=new Set,r=(o,a=new Set)=>{if(!a.has(o)){a.add(o);for(let n of o.peerNames)if(!t.peerNames.has(n)){let u=t.dependencies.get(n);u&&!e.has(u)&&r(u,a)}e.add(o)}};for(let o of t.dependencies.values())t.peerNames.has(o.name)||r(o);return e},_j=(t,e,r,o,a,n=new Set)=>{let u=e[e.length-1];if(n.has(u))return{anotherRoundNeeded:!1,isGraphChanged:!1};n.add(u);let A=EIt(u),p=pIt(u,A),h=t==u?new Map:a.fastLookupPossible?AIt(e):fIt(e),E,I=!1,v=!1,b=new Map(Array.from(p.entries()).map(([T,L])=>[T,L[0]])),C=new Map;do{let T=dIt(t,e,r,h,b,p,o,C,a);T.isGraphChanged&&(v=!0),T.anotherRoundNeeded&&(I=!0),E=!1;for(let[L,U]of p)U.length>1&&!u.dependencies.has(L)&&(b.delete(L),U.shift(),b.set(L,U[0]),E=!0)}while(E);for(let T of u.dependencies.values())if(!u.peerNames.has(T.name)&&!r.has(T.locator)){r.add(T.locator);let L=_j(t,[...e,T],r,C,a);L.isGraphChanged&&(v=!0),L.anotherRoundNeeded&&(I=!0),r.delete(T.locator)}return{anotherRoundNeeded:I,isGraphChanged:v}},hIt=t=>{for(let[e,r]of t.dependencies)if(!t.peerNames.has(e)&&r.ident!==t.ident)return!0;return!1},gIt=(t,e,r,o,a,n,u,A,{outputReason:p,fastLookupPossible:h})=>{let E,I=null,v=new Set;p&&(E=`${Array.from(e).map(L=>no(L)).join("\u2192")}`);let b=r[r.length-1],T=!(o.ident===b.ident);if(p&&!T&&(I="- self-reference"),T&&(T=o.dependencyKind!==1,p&&!T&&(I="- workspace")),T&&o.dependencyKind===2&&(T=!hIt(o),p&&!T&&(I="- external soft link with unhoisted dependencies")),T&&(T=b.dependencyKind!==1||b.hoistedFrom.has(o.name)||e.size===1,p&&!T&&(I=b.reasons.get(o.name))),T&&(T=!t.peerNames.has(o.name),p&&!T&&(I=`- cannot shadow peer: ${no(t.originalDependencies.get(o.name).locator)} at ${E}`)),T){let L=!1,U=a.get(o.name);if(L=!U||U.ident===o.ident,p&&!L&&(I=`- filled by: ${no(U.locator)} at ${E}`),L)for(let J=r.length-1;J>=1;J--){let le=r[J].dependencies.get(o.name);if(le&&le.ident!==o.ident){L=!1;let pe=A.get(b);pe||(pe=new Set,A.set(b,pe)),pe.add(o.name),p&&(I=`- filled by ${no(le.locator)} at ${r.slice(0,J).map(Ae=>no(Ae.locator)).join("\u2192")}`);break}}T=L}if(T&&(T=n.get(o.name)===o.ident,p&&!T&&(I=`- filled by: ${no(u.get(o.name)[0])} at ${E}`)),T){let L=!0,U=new Set(o.peerNames);for(let J=r.length-1;J>=1;J--){let te=r[J];for(let le of U){if(te.peerNames.has(le)&&te.originalDependencies.has(le))continue;let pe=te.dependencies.get(le);pe&&t.dependencies.get(le)!==pe&&(J===r.length-1?v.add(pe):(v=null,L=!1,p&&(I=`- peer dependency ${no(pe.locator)} from parent ${no(te.locator)} was not hoisted to ${E}`))),U.delete(le)}if(!L)break}T=L}if(T&&!h)for(let L of o.hoistedDependencies.values()){let U=a.get(L.name)||t.dependencies.get(L.name);if(!U||L.ident!==U.ident){T=!1,p&&(I=`- previously hoisted dependency mismatch, needed: ${no(L.locator)}, available: ${no(U?.locator)}`);break}}return v!==null&&v.size>0?{isHoistable:2,dependsOn:v,reason:I}:{isHoistable:T?0:1,reason:I}},CQ=t=>`${t.name}@${t.locator}`,dIt=(t,e,r,o,a,n,u,A,p)=>{let h=e[e.length-1],E=new Set,I=!1,v=!1,b=(U,J,te,le,pe)=>{if(E.has(le))return;let Ae=[...J,CQ(le)],ye=[...te,CQ(le)],ae=new Map,we=new Map;for(let ce of Oj(le)){let ne=gIt(h,r,[h,...U,le],ce,o,a,n,A,{outputReason:p.debugLevel>=2,fastLookupPossible:p.fastLookupPossible});if(we.set(ce,ne),ne.isHoistable===2)for(let ee of ne.dependsOn){let Ie=ae.get(ee.name)||new Set;Ie.add(ce.name),ae.set(ee.name,Ie)}}let Pe=new Set,g=(ce,ne,ee)=>{if(!Pe.has(ce)){Pe.add(ce),we.set(ce,{isHoistable:1,reason:ee});for(let Ie of ae.get(ce.name)||[])g(le.dependencies.get(Ie),ne,p.debugLevel>=2?`- peer dependency ${no(ce.locator)} from parent ${no(le.locator)} was not hoisted`:"")}};for(let[ce,ne]of we)ne.isHoistable===1&&g(ce,ne,ne.reason);let Ee=!1;for(let ce of we.keys())if(!Pe.has(ce)){v=!0;let ne=u.get(le);ne&&ne.has(ce.name)&&(I=!0),Ee=!0,le.dependencies.delete(ce.name),le.hoistedDependencies.set(ce.name,ce),le.reasons.delete(ce.name);let ee=h.dependencies.get(ce.name);if(p.debugLevel>=2){let Ie=Array.from(J).concat([le.locator]).map(ht=>no(ht)).join("\u2192"),ke=h.hoistedFrom.get(ce.name);ke||(ke=[],h.hoistedFrom.set(ce.name,ke)),ke.push(Ie),le.hoistedTo.set(ce.name,Array.from(e).map(ht=>no(ht.locator)).join("\u2192"))}if(!ee)h.ident!==ce.ident&&(h.dependencies.set(ce.name,ce),pe.add(ce));else for(let Ie of ce.references)ee.references.add(Ie)}if(le.dependencyKind===2&&Ee&&(I=!0),p.check){let ce=yIe(t);if(ce)throw new Error(`${ce}, after hoisting dependencies of ${[h,...U,le].map(ne=>no(ne.locator)).join("\u2192")}: -${VB(t)}`)}let De=Oj(le);for(let ce of De)if(Pe.has(ce)){let ne=we.get(ce);if((a.get(ce.name)===ce.ident||!le.reasons.has(ce.name))&&ne.isHoistable!==0&&le.reasons.set(ce.name,ne.reason),!ce.isHoistBorder&&ye.indexOf(CQ(ce))<0){E.add(le);let Ie=gIe(le,ce);b([...U,le],Ae,ye,Ie,T),E.delete(le)}}},C,T=new Set(Oj(h)),L=Array.from(e).map(U=>CQ(U));do{C=T,T=new Set;for(let U of C){if(U.locator===h.locator||U.isHoistBorder)continue;let J=gIe(h,U);b([],Array.from(r),L,J,T)}}while(T.size>0);return{anotherRoundNeeded:I,isGraphChanged:v}},yIe=t=>{let e=[],r=new Set,o=new Set,a=(n,u,A)=>{if(r.has(n)||(r.add(n),o.has(n)))return;let p=new Map(u);for(let h of n.dependencies.values())n.peerNames.has(h.name)||p.set(h.name,h);for(let h of n.originalDependencies.values()){let E=p.get(h.name),I=()=>`${Array.from(o).concat([n]).map(v=>no(v.locator)).join("\u2192")}`;if(n.peerNames.has(h.name)){let v=u.get(h.name);(v!==E||!v||v.ident!==h.ident)&&e.push(`${I()} - broken peer promise: expected ${h.ident} but found ${v&&v.ident}`)}else{let v=A.hoistedFrom.get(n.name),b=n.hoistedTo.get(h.name),C=`${v?` hoisted from ${v.join(", ")}`:""}`,T=`${b?` hoisted to ${b}`:""}`,L=`${I()}${C}`;E?E.ident!==h.ident&&e.push(`${L} - broken require promise for ${h.name}${T}: expected ${h.ident}, but found: ${E.ident}`):e.push(`${L} - broken require promise: no required dependency ${h.name}${T} found`)}}o.add(n);for(let h of n.dependencies.values())n.peerNames.has(h.name)||a(h,p,n);o.delete(n)};return a(t,t.dependencies,t),e.join(` -`)},mIt=(t,e)=>{let{identName:r,name:o,reference:a,peerNames:n}=t,u={name:o,references:new Set([a]),locator:Uj(r,a),ident:hIe(r,a),dependencies:new Map,originalDependencies:new Map,hoistedDependencies:new Map,peerNames:new Set(n),reasons:new Map,decoupled:!0,isHoistBorder:!0,hoistPriority:0,dependencyKind:1,hoistedFrom:new Map,hoistedTo:new Map},A=new Map([[t,u]]),p=(h,E)=>{let I=A.get(h),v=!!I;if(!I){let{name:b,identName:C,reference:T,peerNames:L,hoistPriority:U,dependencyKind:J}=h,te=e.hoistingLimits.get(E.locator);I={name:b,references:new Set([T]),locator:Uj(C,T),ident:hIe(C,T),dependencies:new Map,originalDependencies:new Map,hoistedDependencies:new Map,peerNames:new Set(L),reasons:new Map,decoupled:!0,isHoistBorder:te?te.has(b):!1,hoistPriority:U||0,dependencyKind:J||0,hoistedFrom:new Map,hoistedTo:new Map},A.set(h,I)}if(E.dependencies.set(h.name,I),E.originalDependencies.set(h.name,I),v){let b=new Set,C=T=>{if(!b.has(T)){b.add(T),T.decoupled=!1;for(let L of T.dependencies.values())T.peerNames.has(L.name)||C(L)}};C(I)}else for(let b of h.dependencies)p(b,I)};for(let h of t.dependencies)p(h,u);return u},Hj=t=>t.substring(0,t.indexOf("@",1)),yIt=t=>{let e={name:t.name,identName:Hj(t.locator),references:new Set(t.references),dependencies:new Set},r=new Set([t]),o=(a,n,u)=>{let A=r.has(a),p;if(n===a)p=u;else{let{name:h,references:E,locator:I}=a;p={name:h,identName:Hj(I),references:E,dependencies:new Set}}if(u.dependencies.add(p),!A){r.add(a);for(let h of a.dependencies.values())a.peerNames.has(h.name)||o(h,a,p);r.delete(a)}};for(let a of t.dependencies.values())o(a,t,e);return e},EIt=t=>{let e=new Map,r=new Set([t]),o=u=>`${u.name}@${u.ident}`,a=u=>{let A=o(u),p=e.get(A);return p||(p={dependents:new Set,peerDependents:new Set,hoistPriority:0},e.set(A,p)),p},n=(u,A)=>{let p=!!r.has(A);if(a(A).dependents.add(u.ident),!p){r.add(A);for(let E of A.dependencies.values()){let I=a(E);I.hoistPriority=Math.max(I.hoistPriority,E.hoistPriority),A.peerNames.has(E.name)?I.peerDependents.add(A.ident):n(A,E)}}};for(let u of t.dependencies.values())t.peerNames.has(u.name)||n(t,u);return e},no=t=>{if(!t)return"none";let e=t.indexOf("@",1),r=t.substring(0,e);r.endsWith("$wsroot$")&&(r=`wh:${r.replace("$wsroot$","")}`);let o=t.substring(e+1);if(o==="workspace:.")return".";if(o){let a=(o.indexOf("#")>0?o.split("#")[1]:o).replace("npm:","");return o.startsWith("virtual")&&(r=`v:${r}`),a.startsWith("workspace")&&(r=`w:${r}`,a=""),`${r}${a?`@${a}`:""}`}else return`${r}`},dIe=5e4,VB=t=>{let e=0,r=(a,n,u="")=>{if(e>dIe||n.has(a))return"";e++;let A=Array.from(a.dependencies.values()).sort((h,E)=>h.name===E.name?0:h.name>E.name?1:-1),p="";n.add(a);for(let h=0;h":"")+(v!==E.name?`a:${E.name}:`:"")+no(E.locator)+(I?` ${I}`:"")} -`,p+=r(E,n,`${u}${hdIe?` +${VB(A)}`);let v=gIe(A);if(v)throw new Error(`${v}, after hoisting finished: +${VB(A)}`)}return n.debugLevel>=2&&console.log(VB(A)),pIt(A)},oIt=t=>{let e=t[t.length-1],r=new Map,o=new Set,a=n=>{if(!o.has(n)){o.add(n);for(let u of n.hoistedDependencies.values())r.set(u.name,u);for(let u of n.dependencies.values())n.peerNames.has(u.name)||a(u)}};return a(e),r},aIt=t=>{let e=t[t.length-1],r=new Map,o=new Set,a=new Set,n=(u,A)=>{if(o.has(u))return;o.add(u);for(let h of u.hoistedDependencies.values())if(!A.has(h.name)){let E;for(let I of t)E=I.dependencies.get(h.name),E&&r.set(E.name,E)}let p=new Set;for(let h of u.dependencies.values())p.add(h.name);for(let h of u.dependencies.values())u.peerNames.has(h.name)||n(h,p)};return n(e,a),r},fIe=(t,e)=>{if(e.decoupled)return e;let{name:r,references:o,ident:a,locator:n,dependencies:u,originalDependencies:A,hoistedDependencies:p,peerNames:h,reasons:E,isHoistBorder:I,hoistPriority:v,dependencyKind:x,hoistedFrom:C,hoistedTo:R}=e,L={name:r,references:new Set(o),ident:a,locator:n,dependencies:new Map(u),originalDependencies:new Map(A),hoistedDependencies:new Map(p),peerNames:new Set(h),reasons:new Map(E),decoupled:!0,isHoistBorder:I,hoistPriority:v,dependencyKind:x,hoistedFrom:new Map(C),hoistedTo:new Map(R)},U=L.dependencies.get(r);return U&&U.ident==L.ident&&L.dependencies.set(r,L),t.dependencies.set(L.name,L),L},lIt=(t,e)=>{let r=new Map([[t.name,[t.ident]]]);for(let a of t.dependencies.values())t.peerNames.has(a.name)||r.set(a.name,[a.ident]);let o=Array.from(e.keys());o.sort((a,n)=>{let u=e.get(a),A=e.get(n);return A.hoistPriority!==u.hoistPriority?A.hoistPriority-u.hoistPriority:A.peerDependents.size!==u.peerDependents.size?A.peerDependents.size-u.peerDependents.size:A.dependents.size-u.dependents.size});for(let a of o){let n=a.substring(0,a.indexOf("@",1)),u=a.substring(n.length+1);if(!t.peerNames.has(n)){let A=r.get(n);A||(A=[],r.set(n,A)),A.indexOf(u)<0&&A.push(u)}}return r},Lj=t=>{let e=new Set,r=(o,a=new Set)=>{if(!a.has(o)){a.add(o);for(let n of o.peerNames)if(!t.peerNames.has(n)){let u=t.dependencies.get(n);u&&!e.has(u)&&r(u,a)}e.add(o)}};for(let o of t.dependencies.values())t.peerNames.has(o.name)||r(o);return e},Mj=(t,e,r,o,a,n=new Set)=>{let u=e[e.length-1];if(n.has(u))return{anotherRoundNeeded:!1,isGraphChanged:!1};n.add(u);let A=hIt(u),p=lIt(u,A),h=t==u?new Map:a.fastLookupPossible?oIt(e):aIt(e),E,I=!1,v=!1,x=new Map(Array.from(p.entries()).map(([R,L])=>[R,L[0]])),C=new Map;do{let R=AIt(t,e,r,h,x,p,o,C,a);R.isGraphChanged&&(v=!0),R.anotherRoundNeeded&&(I=!0),E=!1;for(let[L,U]of p)U.length>1&&!u.dependencies.has(L)&&(x.delete(L),U.shift(),x.set(L,U[0]),E=!0)}while(E);for(let R of u.dependencies.values())if(!u.peerNames.has(R.name)&&!r.has(R.locator)){r.add(R.locator);let L=Mj(t,[...e,R],r,C,a);L.isGraphChanged&&(v=!0),L.anotherRoundNeeded&&(I=!0),r.delete(R.locator)}return{anotherRoundNeeded:I,isGraphChanged:v}},cIt=t=>{for(let[e,r]of t.dependencies)if(!t.peerNames.has(e)&&r.ident!==t.ident)return!0;return!1},uIt=(t,e,r,o,a,n,u,A,{outputReason:p,fastLookupPossible:h})=>{let E,I=null,v=new Set;p&&(E=`${Array.from(e).map(L=>no(L)).join("\u2192")}`);let x=r[r.length-1],R=!(o.ident===x.ident);if(p&&!R&&(I="- self-reference"),R&&(R=o.dependencyKind!==1,p&&!R&&(I="- workspace")),R&&o.dependencyKind===2&&(R=!cIt(o),p&&!R&&(I="- external soft link with unhoisted dependencies")),R&&(R=x.dependencyKind!==1||x.hoistedFrom.has(o.name)||e.size===1,p&&!R&&(I=x.reasons.get(o.name))),R&&(R=!t.peerNames.has(o.name),p&&!R&&(I=`- cannot shadow peer: ${no(t.originalDependencies.get(o.name).locator)} at ${E}`)),R){let L=!1,U=a.get(o.name);if(L=!U||U.ident===o.ident,p&&!L&&(I=`- filled by: ${no(U.locator)} at ${E}`),L)for(let J=r.length-1;J>=1;J--){let ae=r[J].dependencies.get(o.name);if(ae&&ae.ident!==o.ident){L=!1;let fe=A.get(x);fe||(fe=new Set,A.set(x,fe)),fe.add(o.name),p&&(I=`- filled by ${no(ae.locator)} at ${r.slice(0,J).map(ce=>no(ce.locator)).join("\u2192")}`);break}}R=L}if(R&&(R=n.get(o.name)===o.ident,p&&!R&&(I=`- filled by: ${no(u.get(o.name)[0])} at ${E}`)),R){let L=!0,U=new Set(o.peerNames);for(let J=r.length-1;J>=1;J--){let te=r[J];for(let ae of U){if(te.peerNames.has(ae)&&te.originalDependencies.has(ae))continue;let fe=te.dependencies.get(ae);fe&&t.dependencies.get(ae)!==fe&&(J===r.length-1?v.add(fe):(v=null,L=!1,p&&(I=`- peer dependency ${no(fe.locator)} from parent ${no(te.locator)} was not hoisted to ${E}`))),U.delete(ae)}if(!L)break}R=L}if(R&&!h)for(let L of o.hoistedDependencies.values()){let U=a.get(L.name)||t.dependencies.get(L.name);if(!U||L.ident!==U.ident){R=!1,p&&(I=`- previously hoisted dependency mismatch, needed: ${no(L.locator)}, available: ${no(U?.locator)}`);break}}return v!==null&&v.size>0?{isHoistable:2,dependsOn:v,reason:I}:{isHoistable:R?0:1,reason:I}},yQ=t=>`${t.name}@${t.locator}`,AIt=(t,e,r,o,a,n,u,A,p)=>{let h=e[e.length-1],E=new Set,I=!1,v=!1,x=(U,J,te,ae,fe)=>{if(E.has(ae))return;let ce=[...J,yQ(ae)],me=[...te,yQ(ae)],he=new Map,Be=new Map;for(let le of Lj(ae)){let ne=uIt(h,r,[h,...U,ae],le,o,a,n,A,{outputReason:p.debugLevel>=2,fastLookupPossible:p.fastLookupPossible});if(Be.set(le,ne),ne.isHoistable===2)for(let ee of ne.dependsOn){let Ie=he.get(ee.name)||new Set;Ie.add(le.name),he.set(ee.name,Ie)}}let we=new Set,g=(le,ne,ee)=>{if(!we.has(le)){we.add(le),Be.set(le,{isHoistable:1,reason:ee});for(let Ie of he.get(le.name)||[])g(ae.dependencies.get(Ie),ne,p.debugLevel>=2?`- peer dependency ${no(le.locator)} from parent ${no(ae.locator)} was not hoisted`:"")}};for(let[le,ne]of Be)ne.isHoistable===1&&g(le,ne,ne.reason);let Ee=!1;for(let le of Be.keys())if(!we.has(le)){v=!0;let ne=u.get(ae);ne&&ne.has(le.name)&&(I=!0),Ee=!0,ae.dependencies.delete(le.name),ae.hoistedDependencies.set(le.name,le),ae.reasons.delete(le.name);let ee=h.dependencies.get(le.name);if(p.debugLevel>=2){let Ie=Array.from(J).concat([ae.locator]).map(At=>no(At)).join("\u2192"),Fe=h.hoistedFrom.get(le.name);Fe||(Fe=[],h.hoistedFrom.set(le.name,Fe)),Fe.push(Ie),ae.hoistedTo.set(le.name,Array.from(e).map(At=>no(At.locator)).join("\u2192"))}if(!ee)h.ident!==le.ident&&(h.dependencies.set(le.name,le),fe.add(le));else for(let Ie of le.references)ee.references.add(Ie)}if(ae.dependencyKind===2&&Ee&&(I=!0),p.check){let le=gIe(t);if(le)throw new Error(`${le}, after hoisting dependencies of ${[h,...U,ae].map(ne=>no(ne.locator)).join("\u2192")}: +${VB(t)}`)}let Se=Lj(ae);for(let le of Se)if(we.has(le)){let ne=Be.get(le);if((a.get(le.name)===le.ident||!ae.reasons.has(le.name))&&ne.isHoistable!==0&&ae.reasons.set(le.name,ne.reason),!le.isHoistBorder&&me.indexOf(yQ(le))<0){E.add(ae);let Ie=fIe(ae,le);x([...U,ae],ce,me,Ie,R),E.delete(ae)}}},C,R=new Set(Lj(h)),L=Array.from(e).map(U=>yQ(U));do{C=R,R=new Set;for(let U of C){if(U.locator===h.locator||U.isHoistBorder)continue;let J=fIe(h,U);x([],Array.from(r),L,J,R)}}while(R.size>0);return{anotherRoundNeeded:I,isGraphChanged:v}},gIe=t=>{let e=[],r=new Set,o=new Set,a=(n,u,A)=>{if(r.has(n)||(r.add(n),o.has(n)))return;let p=new Map(u);for(let h of n.dependencies.values())n.peerNames.has(h.name)||p.set(h.name,h);for(let h of n.originalDependencies.values()){let E=p.get(h.name),I=()=>`${Array.from(o).concat([n]).map(v=>no(v.locator)).join("\u2192")}`;if(n.peerNames.has(h.name)){let v=u.get(h.name);(v!==E||!v||v.ident!==h.ident)&&e.push(`${I()} - broken peer promise: expected ${h.ident} but found ${v&&v.ident}`)}else{let v=A.hoistedFrom.get(n.name),x=n.hoistedTo.get(h.name),C=`${v?` hoisted from ${v.join(", ")}`:""}`,R=`${x?` hoisted to ${x}`:""}`,L=`${I()}${C}`;E?E.ident!==h.ident&&e.push(`${L} - broken require promise for ${h.name}${R}: expected ${h.ident}, but found: ${E.ident}`):e.push(`${L} - broken require promise: no required dependency ${h.name}${R} found`)}}o.add(n);for(let h of n.dependencies.values())n.peerNames.has(h.name)||a(h,p,n);o.delete(n)};return a(t,t.dependencies,t),e.join(` +`)},fIt=(t,e)=>{let{identName:r,name:o,reference:a,peerNames:n}=t,u={name:o,references:new Set([a]),locator:Oj(r,a),ident:AIe(r,a),dependencies:new Map,originalDependencies:new Map,hoistedDependencies:new Map,peerNames:new Set(n),reasons:new Map,decoupled:!0,isHoistBorder:!0,hoistPriority:0,dependencyKind:1,hoistedFrom:new Map,hoistedTo:new Map},A=new Map([[t,u]]),p=(h,E)=>{let I=A.get(h),v=!!I;if(!I){let{name:x,identName:C,reference:R,peerNames:L,hoistPriority:U,dependencyKind:J}=h,te=e.hoistingLimits.get(E.locator);I={name:x,references:new Set([R]),locator:Oj(C,R),ident:AIe(C,R),dependencies:new Map,originalDependencies:new Map,hoistedDependencies:new Map,peerNames:new Set(L),reasons:new Map,decoupled:!0,isHoistBorder:te?te.has(x):!1,hoistPriority:U||0,dependencyKind:J||0,hoistedFrom:new Map,hoistedTo:new Map},A.set(h,I)}if(E.dependencies.set(h.name,I),E.originalDependencies.set(h.name,I),v){let x=new Set,C=R=>{if(!x.has(R)){x.add(R),R.decoupled=!1;for(let L of R.dependencies.values())R.peerNames.has(L.name)||C(L)}};C(I)}else for(let x of h.dependencies)p(x,I)};for(let h of t.dependencies)p(h,u);return u},Uj=t=>t.substring(0,t.indexOf("@",1)),pIt=t=>{let e={name:t.name,identName:Uj(t.locator),references:new Set(t.references),dependencies:new Set},r=new Set([t]),o=(a,n,u)=>{let A=r.has(a),p;if(n===a)p=u;else{let{name:h,references:E,locator:I}=a;p={name:h,identName:Uj(I),references:E,dependencies:new Set}}if(u.dependencies.add(p),!A){r.add(a);for(let h of a.dependencies.values())a.peerNames.has(h.name)||o(h,a,p);r.delete(a)}};for(let a of t.dependencies.values())o(a,t,e);return e},hIt=t=>{let e=new Map,r=new Set([t]),o=u=>`${u.name}@${u.ident}`,a=u=>{let A=o(u),p=e.get(A);return p||(p={dependents:new Set,peerDependents:new Set,hoistPriority:0},e.set(A,p)),p},n=(u,A)=>{let p=!!r.has(A);if(a(A).dependents.add(u.ident),!p){r.add(A);for(let E of A.dependencies.values()){let I=a(E);I.hoistPriority=Math.max(I.hoistPriority,E.hoistPriority),A.peerNames.has(E.name)?I.peerDependents.add(A.ident):n(A,E)}}};for(let u of t.dependencies.values())t.peerNames.has(u.name)||n(t,u);return e},no=t=>{if(!t)return"none";let e=t.indexOf("@",1),r=t.substring(0,e);r.endsWith("$wsroot$")&&(r=`wh:${r.replace("$wsroot$","")}`);let o=t.substring(e+1);if(o==="workspace:.")return".";if(o){let a=(o.indexOf("#")>0?o.split("#")[1]:o).replace("npm:","");return o.startsWith("virtual")&&(r=`v:${r}`),a.startsWith("workspace")&&(r=`w:${r}`,a=""),`${r}${a?`@${a}`:""}`}else return`${r}`},pIe=5e4,VB=t=>{let e=0,r=(a,n,u="")=>{if(e>pIe||n.has(a))return"";e++;let A=Array.from(a.dependencies.values()).sort((h,E)=>h.name===E.name?0:h.name>E.name?1:-1),p="";n.add(a);for(let h=0;h":"")+(v!==E.name?`a:${E.name}:`:"")+no(E.locator)+(I?` ${I}`:"")} +`,p+=r(E,n,`${u}${hpIe?` Tree is too large, part of the tree has been dunped -`:"")};var KB=(o=>(o.WORKSPACES="workspaces",o.DEPENDENCIES="dependencies",o.NONE="none",o))(KB||{}),EIe="node_modules",B0="$wsroot$";var JB=(t,e)=>{let{packageTree:r,hoistingLimits:o,errors:a,preserveSymlinksRequired:n}=wIt(t,e),u=null;if(a.length===0){let A=mIe(r,{hoistingLimits:o});u=BIt(t,A,e)}return{tree:u,errors:a,preserveSymlinksRequired:n}},gA=t=>`${t.name}@${t.reference}`,qj=t=>{let e=new Map;for(let[r,o]of t.entries())if(!o.dirList){let a=e.get(o.locator);a||(a={target:o.target,linkType:o.linkType,locations:[],aliases:o.aliases},e.set(o.locator,a)),a.locations.push(r)}for(let r of e.values())r.locations=r.locations.sort((o,a)=>{let n=o.split(K.delimiter).length,u=a.split(K.delimiter).length;return a===o?0:n!==u?u-n:a>o?1:-1});return e},CIe=(t,e)=>{let r=W.isVirtualLocator(t)?W.devirtualizeLocator(t):t,o=W.isVirtualLocator(e)?W.devirtualizeLocator(e):e;return W.areLocatorsEqual(r,o)},jj=(t,e,r,o)=>{if(t.linkType!=="SOFT")return!1;let a=ue.toPortablePath(r.resolveVirtual&&e.reference&&e.reference.startsWith("virtual:")?r.resolveVirtual(t.packageLocation):t.packageLocation);return K.contains(o,a)===null},CIt=t=>{let e=t.getPackageInformation(t.topLevel);if(e===null)throw new Error("Assertion failed: Expected the top-level package to have been registered");if(t.findPackageLocator(e.packageLocation)===null)throw new Error("Assertion failed: Expected the top-level package to have a physical locator");let o=ue.toPortablePath(e.packageLocation.slice(0,-1)),a=new Map,n={children:new Map},u=t.getDependencyTreeRoots(),A=new Map,p=new Set,h=(v,b)=>{let C=gA(v);if(p.has(C))return;p.add(C);let T=t.getPackageInformation(v);if(T){let L=b?gA(b):"";if(gA(v)!==L&&T.linkType==="SOFT"&&!jj(T,v,t,o)){let U=wIe(T,v,t);(!A.get(U)||v.reference.startsWith("workspace:"))&&A.set(U,v)}for(let[U,J]of T.packageDependencies)J!==null&&(T.packagePeers.has(U)||h(t.getLocator(U,J),v))}};for(let v of u)h(v,null);let E=o.split(K.sep);for(let v of A.values()){let b=t.getPackageInformation(v),T=ue.toPortablePath(b.packageLocation.slice(0,-1)).split(K.sep).slice(E.length),L=n;for(let U of T){let J=L.children.get(U);J||(J={children:new Map},L.children.set(U,J)),L=J}L.workspaceLocator=v}let I=(v,b)=>{if(v.workspaceLocator){let C=gA(b),T=a.get(C);T||(T=new Set,a.set(C,T)),T.add(v.workspaceLocator)}for(let C of v.children.values())I(C,v.workspaceLocator||b)};for(let v of n.children.values())I(v,n.workspaceLocator);return a},wIt=(t,e)=>{let r=[],o=!1,a=new Map,n=CIt(t),u=t.getPackageInformation(t.topLevel);if(u===null)throw new Error("Assertion failed: Expected the top-level package to have been registered");let A=t.findPackageLocator(u.packageLocation);if(A===null)throw new Error("Assertion failed: Expected the top-level package to have a physical locator");let p=ue.toPortablePath(u.packageLocation.slice(0,-1)),h={name:A.name,identName:A.name,reference:A.reference,peerNames:u.packagePeers,dependencies:new Set,dependencyKind:1},E=new Map,I=(b,C)=>`${gA(C)}:${b}`,v=(b,C,T,L,U,J,te,le)=>{let pe=I(b,T),Ae=E.get(pe),ye=!!Ae;!ye&&T.name===A.name&&T.reference===A.reference&&(Ae=h,E.set(pe,h));let ae=jj(C,T,t,p);if(!Ae){let ce=0;ae?ce=2:C.linkType==="SOFT"&&T.name.endsWith(B0)&&(ce=1),Ae={name:b,identName:T.name,reference:T.reference,dependencies:new Set,peerNames:ce===1?new Set:C.packagePeers,dependencyKind:ce},E.set(pe,Ae)}let we;if(ae?we=2:U.linkType==="SOFT"?we=1:we=0,Ae.hoistPriority=Math.max(Ae.hoistPriority||0,we),le&&!ae){let ce=gA({name:L.identName,reference:L.reference}),ne=a.get(ce)||new Set;a.set(ce,ne),ne.add(Ae.name)}let Pe=new Map(C.packageDependencies);if(e.project){let ce=e.project.workspacesByCwd.get(ue.toPortablePath(C.packageLocation.slice(0,-1)));if(ce){let ne=new Set([...Array.from(ce.manifest.peerDependencies.values(),ee=>W.stringifyIdent(ee)),...Array.from(ce.manifest.peerDependenciesMeta.keys())]);for(let ee of ne)Pe.has(ee)||(Pe.set(ee,J.get(ee)||null),Ae.peerNames.add(ee))}}let g=gA({name:T.name.replace(B0,""),reference:T.reference}),Ee=n.get(g);if(Ee)for(let ce of Ee)Pe.set(`${ce.name}${B0}`,ce.reference);(C!==U||C.linkType!=="SOFT"||!ae&&(!e.selfReferencesByCwd||e.selfReferencesByCwd.get(te)))&&L.dependencies.add(Ae);let De=T!==A&&C.linkType==="SOFT"&&!T.name.endsWith(B0)&&!ae;if(!ye&&!De){let ce=new Map;for(let[ne,ee]of Pe)if(ee!==null){let Ie=t.getLocator(ne,ee),ke=t.getLocator(ne.replace(B0,""),ee),ht=t.getPackageInformation(ke);if(ht===null)throw new Error("Assertion failed: Expected the package to have been registered");let H=jj(ht,Ie,t,p);if(e.validateExternalSoftLinks&&e.project&&H){ht.packageDependencies.size>0&&(o=!0);for(let[_e,Te]of ht.packageDependencies)if(Te!==null){let Je=W.parseLocator(Array.isArray(Te)?`${Te[0]}@${Te[1]}`:`${_e}@${Te}`);if(gA(Je)!==gA(Ie)){let He=Pe.get(_e);if(He){let x=W.parseLocator(Array.isArray(He)?`${He[0]}@${He[1]}`:`${_e}@${He}`);CIe(x,Je)||r.push({messageName:71,text:`Cannot link ${W.prettyIdent(e.project.configuration,W.parseIdent(Ie.name))} into ${W.prettyLocator(e.project.configuration,W.parseLocator(`${T.name}@${T.reference}`))} dependency ${W.prettyLocator(e.project.configuration,Je)} conflicts with parent dependency ${W.prettyLocator(e.project.configuration,x)}`})}else{let x=ce.get(_e);if(x){let w=x.target,S=W.parseLocator(Array.isArray(w)?`${w[0]}@${w[1]}`:`${_e}@${w}`);CIe(S,Je)||r.push({messageName:71,text:`Cannot link ${W.prettyIdent(e.project.configuration,W.parseIdent(Ie.name))} into ${W.prettyLocator(e.project.configuration,W.parseLocator(`${T.name}@${T.reference}`))} dependency ${W.prettyLocator(e.project.configuration,Je)} conflicts with dependency ${W.prettyLocator(e.project.configuration,S)} from sibling portal ${W.prettyIdent(e.project.configuration,W.parseIdent(x.portal.name))}`})}else ce.set(_e,{target:Je.reference,portal:Ie})}}}}let lt=e.hoistingLimitsByCwd?.get(te),Re=H?te:K.relative(p,ue.toPortablePath(ht.packageLocation))||Bt.dot,Qe=e.hoistingLimitsByCwd?.get(Re);v(ne,ht,Ie,Ae,C,Pe,Re,lt==="dependencies"||Qe==="dependencies"||Qe==="workspaces")}}};return v(A.name,u,A,h,u,u.packageDependencies,Bt.dot,!1),{packageTree:h,hoistingLimits:a,errors:r,preserveSymlinksRequired:o}};function wIe(t,e,r){let o=r.resolveVirtual&&e.reference&&e.reference.startsWith("virtual:")?r.resolveVirtual(t.packageLocation):t.packageLocation;return ue.toPortablePath(o||t.packageLocation)}function IIt(t,e,r){let o=e.getLocator(t.name.replace(B0,""),t.reference),a=e.getPackageInformation(o);if(a===null)throw new Error("Assertion failed: Expected the package to be registered");return r.pnpifyFs?{linkType:"SOFT",target:ue.toPortablePath(a.packageLocation)}:{linkType:a.linkType,target:wIe(a,t,e)}}var BIt=(t,e,r)=>{let o=new Map,a=(E,I,v)=>{let{linkType:b,target:C}=IIt(E,t,r);return{locator:gA(E),nodePath:I,target:C,linkType:b,aliases:v}},n=E=>{let[I,v]=E.split("/");return v?{scope:I,name:v}:{scope:null,name:I}},u=new Set,A=(E,I,v)=>{if(u.has(E))return;u.add(E);let b=Array.from(E.references).sort().join("#");for(let C of E.dependencies){let T=Array.from(C.references).sort().join("#");if(C.identName===E.identName.replace(B0,"")&&T===b)continue;let L=Array.from(C.references).sort(),U={name:C.identName,reference:L[0]},{name:J,scope:te}=n(C.name),le=te?[te,J]:[J],pe=K.join(I,EIe),Ae=K.join(pe,...le),ye=`${v}/${U.name}`,ae=a(U,v,L.slice(1)),we=!1;if(ae.linkType==="SOFT"&&r.project){let Pe=r.project.workspacesByCwd.get(ae.target.slice(0,-1));we=!!(Pe&&!Pe.manifest.name)}if(!C.name.endsWith(B0)&&!we){let Pe=o.get(Ae);if(Pe){if(Pe.dirList)throw new Error(`Assertion failed: ${Ae} cannot merge dir node with leaf node`);{let De=W.parseLocator(Pe.locator),ce=W.parseLocator(ae.locator);if(Pe.linkType!==ae.linkType)throw new Error(`Assertion failed: ${Ae} cannot merge nodes with different link types ${Pe.nodePath}/${W.stringifyLocator(De)} and ${v}/${W.stringifyLocator(ce)}`);if(De.identHash!==ce.identHash)throw new Error(`Assertion failed: ${Ae} cannot merge nodes with different idents ${Pe.nodePath}/${W.stringifyLocator(De)} and ${v}/s${W.stringifyLocator(ce)}`);ae.aliases=[...ae.aliases,...Pe.aliases,W.parseLocator(Pe.locator).reference]}}o.set(Ae,ae);let g=Ae.split("/"),Ee=g.indexOf(EIe);for(let De=g.length-1;Ee>=0&&De>Ee;De--){let ce=ue.toPortablePath(g.slice(0,De).join(K.sep)),ne=g[De],ee=o.get(ce);if(!ee)o.set(ce,{dirList:new Set([ne])});else if(ee.dirList){if(ee.dirList.has(ne))break;ee.dirList.add(ne)}}}A(C,ae.linkType==="SOFT"?ae.target:Ae,ye)}},p=a({name:e.name,reference:Array.from(e.references)[0]},"",[]),h=p.target;return o.set(h,p),A(e,h,""),o};Ye();Ye();Pt();Pt();nA();Nl();var lq={};Kt(lq,{PnpInstaller:()=>dm,PnpLinker:()=>P0,UnplugCommand:()=>x0,default:()=>$It,getPnpPath:()=>S0,jsInstallUtils:()=>mA,pnpUtils:()=>av,quotePathIfNeeded:()=>s1e});Pt();var i1e=Be("url");Ye();Ye();Pt();Pt();var IIe={["DEFAULT"]:{collapsed:!1,next:{["*"]:"DEFAULT"}},["TOP_LEVEL"]:{collapsed:!1,next:{fallbackExclusionList:"FALLBACK_EXCLUSION_LIST",packageRegistryData:"PACKAGE_REGISTRY_DATA",["*"]:"DEFAULT"}},["FALLBACK_EXCLUSION_LIST"]:{collapsed:!1,next:{["*"]:"FALLBACK_EXCLUSION_ENTRIES"}},["FALLBACK_EXCLUSION_ENTRIES"]:{collapsed:!0,next:{["*"]:"FALLBACK_EXCLUSION_DATA"}},["FALLBACK_EXCLUSION_DATA"]:{collapsed:!0,next:{["*"]:"DEFAULT"}},["PACKAGE_REGISTRY_DATA"]:{collapsed:!1,next:{["*"]:"PACKAGE_REGISTRY_ENTRIES"}},["PACKAGE_REGISTRY_ENTRIES"]:{collapsed:!0,next:{["*"]:"PACKAGE_STORE_DATA"}},["PACKAGE_STORE_DATA"]:{collapsed:!1,next:{["*"]:"PACKAGE_STORE_ENTRIES"}},["PACKAGE_STORE_ENTRIES"]:{collapsed:!0,next:{["*"]:"PACKAGE_INFORMATION_DATA"}},["PACKAGE_INFORMATION_DATA"]:{collapsed:!1,next:{packageDependencies:"PACKAGE_DEPENDENCIES",["*"]:"DEFAULT"}},["PACKAGE_DEPENDENCIES"]:{collapsed:!1,next:{["*"]:"PACKAGE_DEPENDENCY"}},["PACKAGE_DEPENDENCY"]:{collapsed:!0,next:{["*"]:"DEFAULT"}}};function vIt(t,e,r){let o="";o+="[";for(let a=0,n=t.length;a"u"||(A!==0&&(a+=", "),a+=JSON.stringify(p),a+=": ",a+=wQ(p,h,e,r).replace(/^ +/g,""),A+=1)}return a+="}",a}function SIt(t,e,r){let o=Object.keys(t),a=`${r} `,n="";n+=r,n+=`{ +`:"")};var JB=(o=>(o.WORKSPACES="workspaces",o.DEPENDENCIES="dependencies",o.NONE="none",o))(JB||{}),dIe="node_modules",v0="$wsroot$";var zB=(t,e)=>{let{packageTree:r,hoistingLimits:o,errors:a,preserveSymlinksRequired:n}=dIt(t,e),u=null;if(a.length===0){let A=hIe(r,{hoistingLimits:o});u=yIt(t,A,e)}return{tree:u,errors:a,preserveSymlinksRequired:n}},gA=t=>`${t.name}@${t.reference}`,Hj=t=>{let e=new Map;for(let[r,o]of t.entries())if(!o.dirList){let a=e.get(o.locator);a||(a={target:o.target,linkType:o.linkType,locations:[],aliases:o.aliases},e.set(o.locator,a)),a.locations.push(r)}for(let r of e.values())r.locations=r.locations.sort((o,a)=>{let n=o.split(V.delimiter).length,u=a.split(V.delimiter).length;return a===o?0:n!==u?u-n:a>o?1:-1});return e},mIe=(t,e)=>{let r=W.isVirtualLocator(t)?W.devirtualizeLocator(t):t,o=W.isVirtualLocator(e)?W.devirtualizeLocator(e):e;return W.areLocatorsEqual(r,o)},_j=(t,e,r,o)=>{if(t.linkType!=="SOFT")return!1;let a=ue.toPortablePath(r.resolveVirtual&&e.reference&&e.reference.startsWith("virtual:")?r.resolveVirtual(t.packageLocation):t.packageLocation);return V.contains(o,a)===null},gIt=t=>{let e=t.getPackageInformation(t.topLevel);if(e===null)throw new Error("Assertion failed: Expected the top-level package to have been registered");if(t.findPackageLocator(e.packageLocation)===null)throw new Error("Assertion failed: Expected the top-level package to have a physical locator");let o=ue.toPortablePath(e.packageLocation.slice(0,-1)),a=new Map,n={children:new Map},u=t.getDependencyTreeRoots(),A=new Map,p=new Set,h=(v,x)=>{let C=gA(v);if(p.has(C))return;p.add(C);let R=t.getPackageInformation(v);if(R){let L=x?gA(x):"";if(gA(v)!==L&&R.linkType==="SOFT"&&!v.reference.startsWith("link:")&&!_j(R,v,t,o)){let U=yIe(R,v,t);(!A.get(U)||v.reference.startsWith("workspace:"))&&A.set(U,v)}for(let[U,J]of R.packageDependencies)J!==null&&(R.packagePeers.has(U)||h(t.getLocator(U,J),v))}};for(let v of u)h(v,null);let E=o.split(V.sep);for(let v of A.values()){let x=t.getPackageInformation(v),R=ue.toPortablePath(x.packageLocation.slice(0,-1)).split(V.sep).slice(E.length),L=n;for(let U of R){let J=L.children.get(U);J||(J={children:new Map},L.children.set(U,J)),L=J}L.workspaceLocator=v}let I=(v,x)=>{if(v.workspaceLocator){let C=gA(x),R=a.get(C);R||(R=new Set,a.set(C,R)),R.add(v.workspaceLocator)}for(let C of v.children.values())I(C,v.workspaceLocator||x)};for(let v of n.children.values())I(v,n.workspaceLocator);return a},dIt=(t,e)=>{let r=[],o=!1,a=new Map,n=gIt(t),u=t.getPackageInformation(t.topLevel);if(u===null)throw new Error("Assertion failed: Expected the top-level package to have been registered");let A=t.findPackageLocator(u.packageLocation);if(A===null)throw new Error("Assertion failed: Expected the top-level package to have a physical locator");let p=ue.toPortablePath(u.packageLocation.slice(0,-1)),h={name:A.name,identName:A.name,reference:A.reference,peerNames:u.packagePeers,dependencies:new Set,dependencyKind:1},E=new Map,I=(x,C)=>`${gA(C)}:${x}`,v=(x,C,R,L,U,J,te,ae)=>{let fe=I(x,R),ce=E.get(fe),me=!!ce;!me&&R.name===A.name&&R.reference===A.reference&&(ce=h,E.set(fe,h));let he=_j(C,R,t,p);if(!ce){let le=0;he?le=2:C.linkType==="SOFT"&&R.name.endsWith(v0)&&(le=1),ce={name:x,identName:R.name,reference:R.reference,dependencies:new Set,peerNames:le===1?new Set:C.packagePeers,dependencyKind:le},E.set(fe,ce)}let Be;if(he?Be=2:U.linkType==="SOFT"?Be=1:Be=0,ce.hoistPriority=Math.max(ce.hoistPriority||0,Be),ae&&!he){let le=gA({name:L.identName,reference:L.reference}),ne=a.get(le)||new Set;a.set(le,ne),ne.add(ce.name)}let we=new Map(C.packageDependencies);if(e.project){let le=e.project.workspacesByCwd.get(ue.toPortablePath(C.packageLocation.slice(0,-1)));if(le){let ne=new Set([...Array.from(le.manifest.peerDependencies.values(),ee=>W.stringifyIdent(ee)),...Array.from(le.manifest.peerDependenciesMeta.keys())]);for(let ee of ne)we.has(ee)||(we.set(ee,J.get(ee)||null),ce.peerNames.add(ee))}}let g=gA({name:R.name.replace(v0,""),reference:R.reference}),Ee=n.get(g);if(Ee)for(let le of Ee)we.set(`${le.name}${v0}`,le.reference);(C!==U||C.linkType!=="SOFT"||!he&&(!e.selfReferencesByCwd||e.selfReferencesByCwd.get(te)))&&L.dependencies.add(ce);let Se=R!==A&&C.linkType==="SOFT"&&!R.name.endsWith(v0)&&!he;if(!me&&!Se){let le=new Map;for(let[ne,ee]of we)if(ee!==null){let Ie=t.getLocator(ne,ee),Fe=t.getLocator(ne.replace(v0,""),ee),At=t.getPackageInformation(Fe);if(At===null)throw new Error("Assertion failed: Expected the package to have been registered");let H=_j(At,Ie,t,p);if(e.validateExternalSoftLinks&&e.project&&H){At.packageDependencies.size>0&&(o=!0);for(let[He,Te]of At.packageDependencies)if(Te!==null){let Je=W.parseLocator(Array.isArray(Te)?`${Te[0]}@${Te[1]}`:`${He}@${Te}`);if(gA(Je)!==gA(Ie)){let je=we.get(He);if(je){let b=W.parseLocator(Array.isArray(je)?`${je[0]}@${je[1]}`:`${He}@${je}`);mIe(b,Je)||r.push({messageName:71,text:`Cannot link ${W.prettyIdent(e.project.configuration,W.parseIdent(Ie.name))} into ${W.prettyLocator(e.project.configuration,W.parseLocator(`${R.name}@${R.reference}`))} dependency ${W.prettyLocator(e.project.configuration,Je)} conflicts with parent dependency ${W.prettyLocator(e.project.configuration,b)}`})}else{let b=le.get(He);if(b){let w=b.target,P=W.parseLocator(Array.isArray(w)?`${w[0]}@${w[1]}`:`${He}@${w}`);mIe(P,Je)||r.push({messageName:71,text:`Cannot link ${W.prettyIdent(e.project.configuration,W.parseIdent(Ie.name))} into ${W.prettyLocator(e.project.configuration,W.parseLocator(`${R.name}@${R.reference}`))} dependency ${W.prettyLocator(e.project.configuration,Je)} conflicts with dependency ${W.prettyLocator(e.project.configuration,P)} from sibling portal ${W.prettyIdent(e.project.configuration,W.parseIdent(b.portal.name))}`})}else le.set(He,{target:Je.reference,portal:Ie})}}}}let at=e.hoistingLimitsByCwd?.get(te),Re=H?te:V.relative(p,ue.toPortablePath(At.packageLocation))||Bt.dot,ke=e.hoistingLimitsByCwd?.get(Re);v(ne,At,Ie,ce,C,we,Re,at==="dependencies"||ke==="dependencies"||ke==="workspaces")}}};return v(A.name,u,A,h,u,u.packageDependencies,Bt.dot,!1),{packageTree:h,hoistingLimits:a,errors:r,preserveSymlinksRequired:o}};function yIe(t,e,r){let o=r.resolveVirtual&&e.reference&&e.reference.startsWith("virtual:")?r.resolveVirtual(t.packageLocation):t.packageLocation;return ue.toPortablePath(o||t.packageLocation)}function mIt(t,e,r){let o=e.getLocator(t.name.replace(v0,""),t.reference),a=e.getPackageInformation(o);if(a===null)throw new Error("Assertion failed: Expected the package to be registered");return r.pnpifyFs?{linkType:"SOFT",target:ue.toPortablePath(a.packageLocation)}:{linkType:a.linkType,target:yIe(a,t,e)}}var yIt=(t,e,r)=>{let o=new Map,a=(E,I,v)=>{let{linkType:x,target:C}=mIt(E,t,r);return{locator:gA(E),nodePath:I,target:C,linkType:x,aliases:v}},n=E=>{let[I,v]=E.split("/");return v?{scope:I,name:v}:{scope:null,name:I}},u=new Set,A=(E,I,v)=>{if(u.has(E))return;u.add(E);let x=Array.from(E.references).sort().join("#");for(let C of E.dependencies){let R=Array.from(C.references).sort().join("#");if(C.identName===E.identName.replace(v0,"")&&R===x)continue;let L=Array.from(C.references).sort(),U={name:C.identName,reference:L[0]},{name:J,scope:te}=n(C.name),ae=te?[te,J]:[J],fe=V.join(I,dIe),ce=V.join(fe,...ae),me=`${v}/${U.name}`,he=a(U,v,L.slice(1)),Be=!1;if(he.linkType==="SOFT"&&r.project){let we=r.project.workspacesByCwd.get(he.target.slice(0,-1));Be=!!(we&&!we.manifest.name)}if(!C.name.endsWith(v0)&&!Be){let we=o.get(ce);if(we){if(we.dirList)throw new Error(`Assertion failed: ${ce} cannot merge dir node with leaf node`);{let Se=W.parseLocator(we.locator),le=W.parseLocator(he.locator);if(we.linkType!==he.linkType)throw new Error(`Assertion failed: ${ce} cannot merge nodes with different link types ${we.nodePath}/${W.stringifyLocator(Se)} and ${v}/${W.stringifyLocator(le)}`);if(Se.identHash!==le.identHash)throw new Error(`Assertion failed: ${ce} cannot merge nodes with different idents ${we.nodePath}/${W.stringifyLocator(Se)} and ${v}/s${W.stringifyLocator(le)}`);he.aliases=[...he.aliases,...we.aliases,W.parseLocator(we.locator).reference]}}o.set(ce,he);let g=ce.split("/"),Ee=g.indexOf(dIe);for(let Se=g.length-1;Ee>=0&&Se>Ee;Se--){let le=ue.toPortablePath(g.slice(0,Se).join(V.sep)),ne=g[Se],ee=o.get(le);if(!ee)o.set(le,{dirList:new Set([ne])});else if(ee.dirList){if(ee.dirList.has(ne))break;ee.dirList.add(ne)}}}A(C,he.linkType==="SOFT"?he.target:ce,me)}},p=a({name:e.name,reference:Array.from(e.references)[0]},"",[]),h=p.target;return o.set(h,p),A(e,h,""),o};Ye();Ye();St();St();nA();Nl();var oG={};Vt(oG,{PnpInstaller:()=>mm,PnpLinker:()=>P0,UnplugCommand:()=>x0,default:()=>VIt,getPnpPath:()=>b0,jsInstallUtils:()=>yA,pnpUtils:()=>av,quotePathIfNeeded:()=>r1e});St();var t1e=ve("url");Ye();Ye();St();St();var EIe={["DEFAULT"]:{collapsed:!1,next:{["*"]:"DEFAULT"}},["TOP_LEVEL"]:{collapsed:!1,next:{fallbackExclusionList:"FALLBACK_EXCLUSION_LIST",packageRegistryData:"PACKAGE_REGISTRY_DATA",["*"]:"DEFAULT"}},["FALLBACK_EXCLUSION_LIST"]:{collapsed:!1,next:{["*"]:"FALLBACK_EXCLUSION_ENTRIES"}},["FALLBACK_EXCLUSION_ENTRIES"]:{collapsed:!0,next:{["*"]:"FALLBACK_EXCLUSION_DATA"}},["FALLBACK_EXCLUSION_DATA"]:{collapsed:!0,next:{["*"]:"DEFAULT"}},["PACKAGE_REGISTRY_DATA"]:{collapsed:!1,next:{["*"]:"PACKAGE_REGISTRY_ENTRIES"}},["PACKAGE_REGISTRY_ENTRIES"]:{collapsed:!0,next:{["*"]:"PACKAGE_STORE_DATA"}},["PACKAGE_STORE_DATA"]:{collapsed:!1,next:{["*"]:"PACKAGE_STORE_ENTRIES"}},["PACKAGE_STORE_ENTRIES"]:{collapsed:!0,next:{["*"]:"PACKAGE_INFORMATION_DATA"}},["PACKAGE_INFORMATION_DATA"]:{collapsed:!1,next:{packageDependencies:"PACKAGE_DEPENDENCIES",["*"]:"DEFAULT"}},["PACKAGE_DEPENDENCIES"]:{collapsed:!1,next:{["*"]:"PACKAGE_DEPENDENCY"}},["PACKAGE_DEPENDENCY"]:{collapsed:!0,next:{["*"]:"DEFAULT"}}};function EIt(t,e,r){let o="";o+="[";for(let a=0,n=t.length;a"u"||(A!==0&&(a+=", "),a+=JSON.stringify(p),a+=": ",a+=EQ(p,h,e,r).replace(/^ +/g,""),A+=1)}return a+="}",a}function IIt(t,e,r){let o=Object.keys(t),a=`${r} `,n="";n+=r,n+=`{ `;let u=0;for(let A=0,p=o.length;A"u"||(u!==0&&(n+=",",n+=` -`),n+=a,n+=JSON.stringify(h),n+=": ",n+=wQ(h,E,e,a).replace(/^ +/g,""),u+=1)}return u!==0&&(n+=` -`),n+=r,n+="}",n}function wQ(t,e,r,o){let{next:a}=IIe[r],n=a[t]||a["*"];return BIe(e,n,o)}function BIe(t,e,r){let{collapsed:o}=IIe[e];return Array.isArray(t)?o?vIt(t,e,r):DIt(t,e,r):typeof t=="object"&&t!==null?o?PIt(t,e,r):SIt(t,e,r):JSON.stringify(t)}function vIe(t){return BIe(t,"TOP_LEVEL","")}function zB(t,e){let r=Array.from(t);Array.isArray(e)||(e=[e]);let o=[];for(let n of e)o.push(r.map(u=>n(u)));let a=r.map((n,u)=>u);return a.sort((n,u)=>{for(let A of o){let p=A[n]A[u]?1:0;if(p!==0)return p}return 0}),a.map(n=>r[n])}function xIt(t){let e=new Map,r=zB(t.fallbackExclusionList||[],[({name:o,reference:a})=>o,({name:o,reference:a})=>a]);for(let{name:o,reference:a}of r){let n=e.get(o);typeof n>"u"&&e.set(o,n=new Set),n.add(a)}return Array.from(e).map(([o,a])=>[o,Array.from(a)])}function bIt(t){return zB(t.fallbackPool||[],([e])=>e)}function kIt(t){let e=[];for(let[r,o]of zB(t.packageRegistry,([a])=>a===null?"0":`1${a}`)){let a=[];e.push([r,a]);for(let[n,{packageLocation:u,packageDependencies:A,packagePeers:p,linkType:h,discardFromLookup:E}]of zB(o,([I])=>I===null?"0":`1${I}`)){let I=[];r!==null&&n!==null&&!A.has(r)&&I.push([r,n]);for(let[C,T]of zB(A.entries(),([L])=>L))I.push([C,T]);let v=p&&p.size>0?Array.from(p):void 0,b=E||void 0;a.push([n,{packageLocation:u,packageDependencies:I,packagePeers:v,linkType:h,discardFromLookup:b}])}}return e}function XB(t){return{__info:["This file is automatically generated. Do not touch it, or risk","your modifications being lost."],dependencyTreeRoots:t.dependencyTreeRoots,enableTopLevelFallback:t.enableTopLevelFallback||!1,ignorePatternData:t.ignorePattern||null,fallbackExclusionList:xIt(t),fallbackPool:bIt(t),packageRegistryData:kIt(t)}}var SIe=$e(PIe());function xIe(t,e){return[t?`${t} +`),n+=a,n+=JSON.stringify(h),n+=": ",n+=EQ(h,E,e,a).replace(/^ +/g,""),u+=1)}return u!==0&&(n+=` +`),n+=r,n+="}",n}function EQ(t,e,r,o){let{next:a}=EIe[r],n=a[t]||a["*"];return CIe(e,n,o)}function CIe(t,e,r){let{collapsed:o}=EIe[e];return Array.isArray(t)?o?EIt(t,e,r):CIt(t,e,r):typeof t=="object"&&t!==null?o?wIt(t,e,r):IIt(t,e,r):JSON.stringify(t)}function wIe(t){return CIe(t,"TOP_LEVEL","")}function XB(t,e){let r=Array.from(t);Array.isArray(e)||(e=[e]);let o=[];for(let n of e)o.push(r.map(u=>n(u)));let a=r.map((n,u)=>u);return a.sort((n,u)=>{for(let A of o){let p=A[n]A[u]?1:0;if(p!==0)return p}return 0}),a.map(n=>r[n])}function BIt(t){let e=new Map,r=XB(t.fallbackExclusionList||[],[({name:o,reference:a})=>o,({name:o,reference:a})=>a]);for(let{name:o,reference:a}of r){let n=e.get(o);typeof n>"u"&&e.set(o,n=new Set),n.add(a)}return Array.from(e).map(([o,a])=>[o,Array.from(a)])}function vIt(t){return XB(t.fallbackPool||[],([e])=>e)}function DIt(t){let e=[];for(let[r,o]of XB(t.packageRegistry,([a])=>a===null?"0":`1${a}`)){let a=[];e.push([r,a]);for(let[n,{packageLocation:u,packageDependencies:A,packagePeers:p,linkType:h,discardFromLookup:E}]of XB(o,([I])=>I===null?"0":`1${I}`)){let I=[];r!==null&&n!==null&&!A.has(r)&&I.push([r,n]);for(let[C,R]of XB(A.entries(),([L])=>L))I.push([C,R]);let v=p&&p.size>0?Array.from(p):void 0,x=E||void 0;a.push([n,{packageLocation:u,packageDependencies:I,packagePeers:v,linkType:h,discardFromLookup:x}])}}return e}function ZB(t){return{__info:["This file is automatically generated. Do not touch it, or risk","your modifications being lost."],dependencyTreeRoots:t.dependencyTreeRoots,enableTopLevelFallback:t.enableTopLevelFallback||!1,ignorePatternData:t.ignorePattern||null,fallbackExclusionList:BIt(t),fallbackPool:vIt(t),packageRegistryData:DIt(t)}}var vIe=$e(BIe());function DIe(t,e){return[t?`${t} `:"",`/* eslint-disable */ `,`"use strict"; `,` `,e,` -`,(0,SIe.default)()].join("")}function QIt(t){return JSON.stringify(t,null,2)}function FIt(t){return`'${t.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(/\n/g,`\\ -`)}'`}function TIt(t){return[`const RAW_RUNTIME_STATE = -`,`${FIt(vIe(t))}; +`,(0,vIe.default)()].join("")}function SIt(t){return JSON.stringify(t,null,2)}function PIt(t){return`'${t.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(/\n/g,`\\ +`)}'`}function bIt(t){return[`const RAW_RUNTIME_STATE = +`,`${PIt(wIe(t))}; `,`function $$SETUP_STATE(hydrateRuntimeState, basePath) { `,` return hydrateRuntimeState(JSON.parse(RAW_RUNTIME_STATE), {basePath: basePath || __dirname}); `,`} -`].join("")}function RIt(){return[`function $$SETUP_STATE(hydrateRuntimeState, basePath) { +`].join("")}function xIt(){return[`function $$SETUP_STATE(hydrateRuntimeState, basePath) { `,` const fs = require('fs'); `,` const path = require('path'); `,` const pnpDataFilepath = path.resolve(__dirname, ${JSON.stringify(dr.pnpData)}); `,` return hydrateRuntimeState(JSON.parse(fs.readFileSync(pnpDataFilepath, 'utf8')), {basePath: basePath || __dirname}); `,`} -`].join("")}function bIe(t){let e=XB(t),r=TIt(e);return xIe(t.shebang,r)}function kIe(t){let e=XB(t),r=RIt(),o=xIe(t.shebang,r);return{dataFile:QIt(e),loaderFile:o}}Pt();function Yj(t,{basePath:e}){let r=ue.toPortablePath(e),o=K.resolve(r),a=t.ignorePatternData!==null?new RegExp(t.ignorePatternData):null,n=new Map,u=new Map(t.packageRegistryData.map(([I,v])=>[I,new Map(v.map(([b,C])=>{if(I===null!=(b===null))throw new Error("Assertion failed: The name and reference should be null, or neither should");let T=C.discardFromLookup??!1,L={name:I,reference:b},U=n.get(C.packageLocation);U?(U.discardFromLookup=U.discardFromLookup&&T,T||(U.locator=L)):n.set(C.packageLocation,{locator:L,discardFromLookup:T});let J=null;return[b,{packageDependencies:new Map(C.packageDependencies),packagePeers:new Set(C.packagePeers),linkType:C.linkType,discardFromLookup:T,get packageLocation(){return J||(J=K.join(o,C.packageLocation))}}]}))])),A=new Map(t.fallbackExclusionList.map(([I,v])=>[I,new Set(v)])),p=new Map(t.fallbackPool),h=t.dependencyTreeRoots,E=t.enableTopLevelFallback;return{basePath:r,dependencyTreeRoots:h,enableTopLevelFallback:E,fallbackExclusionList:A,fallbackPool:p,ignorePattern:a,packageLocatorsByLocations:n,packageRegistry:u}}Pt();Pt();var rp=Be("module"),gm=Be("url"),tq=Be("util");var Oo=Be("url");var RIe=$e(Be("assert"));var Wj=Array.isArray,ZB=JSON.stringify,$B=Object.getOwnPropertyNames,pm=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),Vj=(t,e)=>RegExp.prototype.exec.call(t,e),Kj=(t,...e)=>RegExp.prototype[Symbol.replace].apply(t,e),v0=(t,...e)=>String.prototype.endsWith.apply(t,e),Jj=(t,...e)=>String.prototype.includes.apply(t,e),zj=(t,...e)=>String.prototype.lastIndexOf.apply(t,e),ev=(t,...e)=>String.prototype.indexOf.apply(t,e),QIe=(t,...e)=>String.prototype.replace.apply(t,e),D0=(t,...e)=>String.prototype.slice.apply(t,e),dA=(t,...e)=>String.prototype.startsWith.apply(t,e),FIe=Map,TIe=JSON.parse;function tv(t,e,r){return class extends r{constructor(...o){super(e(...o)),this.code=t,this.name=`${r.name} [${t}]`}}}var NIe=tv("ERR_PACKAGE_IMPORT_NOT_DEFINED",(t,e,r)=>`Package import specifier "${t}" is not defined${e?` in package ${e}package.json`:""} imported from ${r}`,TypeError),Xj=tv("ERR_INVALID_MODULE_SPECIFIER",(t,e,r=void 0)=>`Invalid module "${t}" ${e}${r?` imported from ${r}`:""}`,TypeError),LIe=tv("ERR_INVALID_PACKAGE_TARGET",(t,e,r,o=!1,a=void 0)=>{let n=typeof r=="string"&&!o&&r.length&&!dA(r,"./");return e==="."?((0,RIe.default)(o===!1),`Invalid "exports" main target ${ZB(r)} defined in the package config ${t}package.json${a?` imported from ${a}`:""}${n?'; targets must start with "./"':""}`):`Invalid "${o?"imports":"exports"}" target ${ZB(r)} defined for '${e}' in the package config ${t}package.json${a?` imported from ${a}`:""}${n?'; targets must start with "./"':""}`},Error),rv=tv("ERR_INVALID_PACKAGE_CONFIG",(t,e,r)=>`Invalid package config ${t}${e?` while importing ${e}`:""}${r?`. ${r}`:""}`,Error),MIe=tv("ERR_PACKAGE_PATH_NOT_EXPORTED",(t,e,r=void 0)=>e==="."?`No "exports" main defined in ${t}package.json${r?` imported from ${r}`:""}`:`Package subpath '${e}' is not defined by "exports" in ${t}package.json${r?` imported from ${r}`:""}`,Error);var BQ=Be("url");function OIe(t,e){let r=Object.create(null);for(let o=0;oe):t+e}nv(r,t,o,u,a)}Vj(_Ie,D0(t,2))!==null&&nv(r,t,o,u,a);let p=new URL(t,o),h=p.pathname,E=new URL(".",o).pathname;if(dA(h,E)||nv(r,t,o,u,a),e==="")return p;if(Vj(_Ie,e)!==null){let I=n?QIe(r,"*",()=>e):r+e;MIt(I,o,u,a)}return n?new URL(Kj(HIe,p.href,()=>e)):new URL(e,p)}function UIt(t){let e=+t;return`${e}`!==t?!1:e>=0&&e<4294967295}function qC(t,e,r,o,a,n,u,A){if(typeof e=="string")return OIt(e,r,o,t,a,n,u,A);if(Wj(e)){if(e.length===0)return null;let p;for(let h=0;hn?-1:n>a||r===-1?1:o===-1||t.length>e.length?-1:e.length>t.length?1:0}function _It(t,e,r){if(typeof t=="string"||Wj(t))return!0;if(typeof t!="object"||t===null)return!1;let o=$B(t),a=!1,n=0;for(let u=0;u=h.length&&v0(e,I)&&qIe(n,h)===1&&zj(h,"*")===E&&(n=h,u=D0(e,E,e.length-I.length))}}if(n){let p=r[n],h=qC(t,p,u,n,o,!0,!1,a);return h==null&&Zj(e,t,o),h}Zj(e,t,o)}function YIe({name:t,base:e,conditions:r,readFileSyncFn:o}){if(t==="#"||dA(t,"#/")||v0(t,"/")){let u="is not a valid internal imports specifier name";throw new Xj(t,u,(0,Oo.fileURLToPath)(e))}let a,n=UIe(e,o);if(n.exists){a=(0,Oo.pathToFileURL)(n.pjsonPath);let u=n.imports;if(u)if(pm(u,t)&&!Jj(t,"*")){let A=qC(a,u[t],"",t,e,!1,!0,r);if(A!=null)return A}else{let A="",p,h=$B(u);for(let E=0;E=I.length&&v0(t,b)&&qIe(A,I)===1&&zj(I,"*")===v&&(A=I,p=D0(t,v,t.length-b.length))}}if(A){let E=u[A],I=qC(a,E,p,A,e,!0,!0,r);if(I!=null)return I}}}LIt(t,a,e)}Pt();var jIt=new Set(["BUILTIN_NODE_RESOLUTION_FAILED","MISSING_DEPENDENCY","MISSING_PEER_DEPENDENCY","QUALIFIED_PATH_RESOLUTION_FAILED","UNDECLARED_DEPENDENCY"]);function $i(t,e,r={},o){o??=jIt.has(t)?"MODULE_NOT_FOUND":t;let a={configurable:!0,writable:!0,enumerable:!1};return Object.defineProperties(new Error(e),{code:{...a,value:o},pnpCode:{...a,value:t},data:{...a,value:r}})}function au(t){return ue.normalize(ue.fromPortablePath(t))}var JIe=$e(VIe());function zIe(t){return qIt(),eq[t]}var eq;function qIt(){eq||(eq={"--conditions":[],...KIe(GIt()),...KIe(process.execArgv)})}function KIe(t){return(0,JIe.default)({"--conditions":[String],"-C":"--conditions"},{argv:t,permissive:!0})}function GIt(){let t=[],e=YIt(process.env.NODE_OPTIONS||"",t);return t.length,e}function YIt(t,e){let r=[],o=!1,a=!0;for(let n=0;n[I,new Map(v.map(([x,C])=>{if(I===null!=(x===null))throw new Error("Assertion failed: The name and reference should be null, or neither should");let R=C.discardFromLookup??!1,L={name:I,reference:x},U=n.get(C.packageLocation);U?(U.discardFromLookup=U.discardFromLookup&&R,R||(U.locator=L)):n.set(C.packageLocation,{locator:L,discardFromLookup:R});let J=null;return[x,{packageDependencies:new Map(C.packageDependencies),packagePeers:new Set(C.packagePeers),linkType:C.linkType,discardFromLookup:R,get packageLocation(){return J||(J=V.join(o,C.packageLocation))}}]}))])),A=new Map(t.fallbackExclusionList.map(([I,v])=>[I,new Set(v)])),p=new Map(t.fallbackPool),h=t.dependencyTreeRoots,E=t.enableTopLevelFallback;return{basePath:r,dependencyTreeRoots:h,enableTopLevelFallback:E,fallbackExclusionList:A,fallbackPool:p,ignorePattern:a,packageLocatorsByLocations:n,packageRegistry:u}}St();St();var np=ve("module"),dm=ve("url"),$j=ve("util");var Mo=ve("url");var QIe=$e(ve("assert"));var qj=Array.isArray,$B=JSON.stringify,ev=Object.getOwnPropertyNames,hm=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),Yj=(t,e)=>RegExp.prototype.exec.call(t,e),Wj=(t,...e)=>RegExp.prototype[Symbol.replace].apply(t,e),D0=(t,...e)=>String.prototype.endsWith.apply(t,e),Kj=(t,...e)=>String.prototype.includes.apply(t,e),Vj=(t,...e)=>String.prototype.lastIndexOf.apply(t,e),tv=(t,...e)=>String.prototype.indexOf.apply(t,e),bIe=(t,...e)=>String.prototype.replace.apply(t,e),S0=(t,...e)=>String.prototype.slice.apply(t,e),dA=(t,...e)=>String.prototype.startsWith.apply(t,e),xIe=Map,kIe=JSON.parse;function rv(t,e,r){return class extends r{constructor(...o){super(e(...o)),this.code=t,this.name=`${r.name} [${t}]`}}}var FIe=rv("ERR_PACKAGE_IMPORT_NOT_DEFINED",(t,e,r)=>`Package import specifier "${t}" is not defined${e?` in package ${e}package.json`:""} imported from ${r}`,TypeError),Jj=rv("ERR_INVALID_MODULE_SPECIFIER",(t,e,r=void 0)=>`Invalid module "${t}" ${e}${r?` imported from ${r}`:""}`,TypeError),RIe=rv("ERR_INVALID_PACKAGE_TARGET",(t,e,r,o=!1,a=void 0)=>{let n=typeof r=="string"&&!o&&r.length&&!dA(r,"./");return e==="."?((0,QIe.default)(o===!1),`Invalid "exports" main target ${$B(r)} defined in the package config ${t}package.json${a?` imported from ${a}`:""}${n?'; targets must start with "./"':""}`):`Invalid "${o?"imports":"exports"}" target ${$B(r)} defined for '${e}' in the package config ${t}package.json${a?` imported from ${a}`:""}${n?'; targets must start with "./"':""}`},Error),nv=rv("ERR_INVALID_PACKAGE_CONFIG",(t,e,r)=>`Invalid package config ${t}${e?` while importing ${e}`:""}${r?`. ${r}`:""}`,Error),TIe=rv("ERR_PACKAGE_PATH_NOT_EXPORTED",(t,e,r=void 0)=>e==="."?`No "exports" main defined in ${t}package.json${r?` imported from ${r}`:""}`:`Package subpath '${e}' is not defined by "exports" in ${t}package.json${r?` imported from ${r}`:""}`,Error);var wQ=ve("url");function NIe(t,e){let r=Object.create(null);for(let o=0;oe):t+e}iv(r,t,o,u,a)}Yj(OIe,S0(t,2))!==null&&iv(r,t,o,u,a);let p=new URL(t,o),h=p.pathname,E=new URL(".",o).pathname;if(dA(h,E)||iv(r,t,o,u,a),e==="")return p;if(Yj(OIe,e)!==null){let I=n?bIe(r,"*",()=>e):r+e;FIt(I,o,u,a)}return n?new URL(Wj(MIe,p.href,()=>e)):new URL(e,p)}function TIt(t){let e=+t;return`${e}`!==t?!1:e>=0&&e<4294967295}function qC(t,e,r,o,a,n,u,A){if(typeof e=="string")return RIt(e,r,o,t,a,n,u,A);if(qj(e)){if(e.length===0)return null;let p;for(let h=0;hn?-1:n>a||r===-1?1:o===-1||t.length>e.length?-1:e.length>t.length?1:0}function NIt(t,e,r){if(typeof t=="string"||qj(t))return!0;if(typeof t!="object"||t===null)return!1;let o=ev(t),a=!1,n=0;for(let u=0;u=h.length&&D0(e,I)&&_Ie(n,h)===1&&Vj(h,"*")===E&&(n=h,u=S0(e,E,e.length-I.length))}}if(n){let p=r[n],h=qC(t,p,u,n,o,!0,!1,a);return h==null&&zj(e,t,o),h}zj(e,t,o)}function jIe({name:t,base:e,conditions:r,readFileSyncFn:o}){if(t==="#"||dA(t,"#/")||D0(t,"/")){let u="is not a valid internal imports specifier name";throw new Jj(t,u,(0,Mo.fileURLToPath)(e))}let a,n=LIe(e,o);if(n.exists){a=(0,Mo.pathToFileURL)(n.pjsonPath);let u=n.imports;if(u)if(hm(u,t)&&!Kj(t,"*")){let A=qC(a,u[t],"",t,e,!1,!0,r);if(A!=null)return A}else{let A="",p,h=ev(u);for(let E=0;E=I.length&&D0(t,x)&&_Ie(A,I)===1&&Vj(I,"*")===v&&(A=I,p=S0(t,v,t.length-x.length))}}if(A){let E=u[A],I=qC(a,E,p,A,e,!0,!0,r);if(I!=null)return I}}}QIt(t,a,e)}St();var OIt=new Set(["BUILTIN_NODE_RESOLUTION_FAILED","MISSING_DEPENDENCY","MISSING_PEER_DEPENDENCY","QUALIFIED_PATH_RESOLUTION_FAILED","UNDECLARED_DEPENDENCY"]);function $i(t,e,r={},o){o??=OIt.has(t)?"MODULE_NOT_FOUND":t;let a={configurable:!0,writable:!0,enumerable:!1};return Object.defineProperties(new Error(e),{code:{...a,value:o},pnpCode:{...a,value:t},data:{...a,value:r}})}function au(t){return ue.normalize(ue.fromPortablePath(t))}var WIe=$e(qIe());function KIe(t){return MIt(),Zj[t]}var Zj;function MIt(){Zj||(Zj={"--conditions":[],...YIe(UIt()),...YIe(process.execArgv)})}function YIe(t){return(0,WIe.default)({"--conditions":[String],"-C":"--conditions"},{argv:t,permissive:!0})}function UIt(){let t=[],e=_It(process.env.NODE_OPTIONS||"",t);return t.length,e}function _It(t,e){let r=[],o=!1,a=!0;for(let n=0;nparseInt(t,10)),XIe=hm>19||hm===19&&sv>=2||hm===18&&sv>=13,Bzt=hm===20&&sv<6||hm===19&&sv>=3,vzt=hm>19||hm===19&&sv>=6;function ZIe(t){if(process.env.WATCH_REPORT_DEPENDENCIES&&process.send)if(t=t.map(e=>ue.fromPortablePath(mi.resolveVirtual(ue.toPortablePath(e)))),XIe)process.send({"watch:require":t});else for(let e of t)process.send({"watch:require":e})}function rq(t,e){let r=Number(process.env.PNP_ALWAYS_WARN_ON_FALLBACK)>0,o=Number(process.env.PNP_DEBUG_LEVEL),a=/^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:node:)?(?:@[^/]+\/)?[^/]+)\/*(.*|)$/,n=/^(\/|\.{1,2}(\/|$))/,u=/\/$/,A=/^\.{0,2}\//,p={name:null,reference:null},h=[],E=new Set;if(t.enableTopLevelFallback===!0&&h.push(p),e.compatibilityMode!==!1)for(let Re of["react-scripts","gatsby"]){let Qe=t.packageRegistry.get(Re);if(Qe)for(let be of Qe.keys()){if(be===null)throw new Error("Assertion failed: This reference shouldn't be null");h.push({name:Re,reference:be})}}let{ignorePattern:I,packageRegistry:v,packageLocatorsByLocations:b}=t;function C(Re,Qe){return{fn:Re,args:Qe,error:null,result:null}}function T(Re){let Qe=process.stderr?.hasColors?.()??process.stdout.isTTY,be=(Je,He)=>`\x1B[${Je}m${He}\x1B[0m`,_e=Re.error;console.error(_e?be("31;1",`\u2716 ${Re.error?.message.replace(/\n.*/s,"")}`):be("33;1","\u203C Resolution")),Re.args.length>0&&console.error();for(let Je of Re.args)console.error(` ${be("37;1","In \u2190")} ${(0,tq.inspect)(Je,{colors:Qe,compact:!0})}`);Re.result&&(console.error(),console.error(` ${be("37;1","Out \u2192")} ${(0,tq.inspect)(Re.result,{colors:Qe,compact:!0})}`));let Te=new Error().stack.match(/(?<=^ +)at.*/gm)?.slice(2)??[];if(Te.length>0){console.error();for(let Je of Te)console.error(` ${be("38;5;244",Je)}`)}console.error()}function L(Re,Qe){if(e.allowDebug===!1)return Qe;if(Number.isFinite(o)){if(o>=2)return(...be)=>{let _e=C(Re,be);try{return _e.result=Qe(...be)}catch(Te){throw _e.error=Te}finally{T(_e)}};if(o>=1)return(...be)=>{try{return Qe(...be)}catch(_e){let Te=C(Re,be);throw Te.error=_e,T(Te),_e}}}return Qe}function U(Re){let Qe=g(Re);if(!Qe)throw $i("INTERNAL","Couldn't find a matching entry in the dependency tree for the specified parent (this is probably an internal error)");return Qe}function J(Re){if(Re.name===null)return!0;for(let Qe of t.dependencyTreeRoots)if(Qe.name===Re.name&&Qe.reference===Re.reference)return!0;return!1}let te=new Set(["node","require",...zIe("--conditions")]);function le(Re,Qe=te,be){let _e=ce(K.join(Re,"internal.js"),{resolveIgnored:!0,includeDiscardFromLookup:!0});if(_e===null)throw $i("INTERNAL",`The locator that owns the "${Re}" path can't be found inside the dependency tree (this is probably an internal error)`);let{packageLocation:Te}=U(_e),Je=K.join(Te,dr.manifest);if(!e.fakeFs.existsSync(Je))return null;let He=JSON.parse(e.fakeFs.readFileSync(Je,"utf8"));if(He.exports==null)return null;let x=K.contains(Te,Re);if(x===null)throw $i("INTERNAL","unqualifiedPath doesn't contain the packageLocation (this is probably an internal error)");x!=="."&&!A.test(x)&&(x=`./${x}`);try{let w=GIe({packageJSONUrl:(0,gm.pathToFileURL)(ue.fromPortablePath(Je)),packageSubpath:x,exports:He.exports,base:be?(0,gm.pathToFileURL)(ue.fromPortablePath(be)):null,conditions:Qe});return ue.toPortablePath((0,gm.fileURLToPath)(w))}catch(w){throw $i("EXPORTS_RESOLUTION_FAILED",w.message,{unqualifiedPath:au(Re),locator:_e,pkgJson:He,subpath:au(x),conditions:Qe},w.code)}}function pe(Re,Qe,{extensions:be}){let _e;try{Qe.push(Re),_e=e.fakeFs.statSync(Re)}catch{}if(_e&&!_e.isDirectory())return e.fakeFs.realpathSync(Re);if(_e&&_e.isDirectory()){let Te;try{Te=JSON.parse(e.fakeFs.readFileSync(K.join(Re,dr.manifest),"utf8"))}catch{}let Je;if(Te&&Te.main&&(Je=K.resolve(Re,Te.main)),Je&&Je!==Re){let He=pe(Je,Qe,{extensions:be});if(He!==null)return He}}for(let Te=0,Je=be.length;Te{let x=JSON.stringify(He.name);if(_e.has(x))return;_e.add(x);let w=Ee(He);for(let S of w)if(U(S).packagePeers.has(Re))Te(S);else{let F=be.get(S.name);typeof F>"u"&&be.set(S.name,F=new Set),F.add(S.reference)}};Te(Qe);let Je=[];for(let He of[...be.keys()].sort())for(let x of[...be.get(He)].sort())Je.push({name:He,reference:x});return Je}function ce(Re,{resolveIgnored:Qe=!1,includeDiscardFromLookup:be=!1}={}){if(ae(Re)&&!Qe)return null;let _e=K.relative(t.basePath,Re);_e.match(n)||(_e=`./${_e}`),_e.endsWith("/")||(_e=`${_e}/`);do{let Te=b.get(_e);if(typeof Te>"u"||Te.discardFromLookup&&!be){_e=_e.substring(0,_e.lastIndexOf("/",_e.length-2)+1);continue}return Te.locator}while(_e!=="");return null}function ne(Re){try{return e.fakeFs.readFileSync(ue.toPortablePath(Re),"utf8")}catch(Qe){if(Qe.code==="ENOENT")return;throw Qe}}function ee(Re,Qe,{considerBuiltins:be=!0}={}){if(Re.startsWith("#"))throw new Error("resolveToUnqualified can not handle private import mappings");if(Re==="pnpapi")return ue.toPortablePath(e.pnpapiResolution);if(be&&(0,rp.isBuiltin)(Re))return null;let _e=au(Re),Te=Qe&&au(Qe);if(Qe&&ae(Qe)&&(!K.isAbsolute(Re)||ce(Re)===null)){let x=ye(Re,Qe);if(x===!1)throw $i("BUILTIN_NODE_RESOLUTION_FAILED",`The builtin node resolution algorithm was unable to resolve the requested module (it didn't go through the pnp resolver because the issuer was explicitely ignored by the regexp) +`),r}St();var[mA,gm]=process.versions.node.split(".").map(t=>parseInt(t,10)),VIe=mA>19||mA===19&&gm>=2||mA===18&&gm>=13,Bzt=mA===20&&gm<6||mA===19&&gm>=3,vzt=mA>19||mA===19&&gm>=6,Dzt=mA>=21||mA===20&&gm>=10||mA===18&&gm>=19;function JIe(t){if(process.env.WATCH_REPORT_DEPENDENCIES&&process.send)if(t=t.map(e=>ue.fromPortablePath(mi.resolveVirtual(ue.toPortablePath(e)))),VIe)process.send({"watch:require":t});else for(let e of t)process.send({"watch:require":e})}function eG(t,e){let r=Number(process.env.PNP_ALWAYS_WARN_ON_FALLBACK)>0,o=Number(process.env.PNP_DEBUG_LEVEL),a=/^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:node:)?(?:@[^/]+\/)?[^/]+)\/*(.*|)$/,n=/^(\/|\.{1,2}(\/|$))/,u=/\/$/,A=/^\.{0,2}\//,p={name:null,reference:null},h=[],E=new Set;if(t.enableTopLevelFallback===!0&&h.push(p),e.compatibilityMode!==!1)for(let Re of["react-scripts","gatsby"]){let ke=t.packageRegistry.get(Re);if(ke)for(let xe of ke.keys()){if(xe===null)throw new Error("Assertion failed: This reference shouldn't be null");h.push({name:Re,reference:xe})}}let{ignorePattern:I,packageRegistry:v,packageLocatorsByLocations:x}=t;function C(Re,ke){return{fn:Re,args:ke,error:null,result:null}}function R(Re){let ke=process.stderr?.hasColors?.()??process.stdout.isTTY,xe=(Je,je)=>`\x1B[${Je}m${je}\x1B[0m`,He=Re.error;console.error(He?xe("31;1",`\u2716 ${Re.error?.message.replace(/\n.*/s,"")}`):xe("33;1","\u203C Resolution")),Re.args.length>0&&console.error();for(let Je of Re.args)console.error(` ${xe("37;1","In \u2190")} ${(0,$j.inspect)(Je,{colors:ke,compact:!0})}`);Re.result&&(console.error(),console.error(` ${xe("37;1","Out \u2192")} ${(0,$j.inspect)(Re.result,{colors:ke,compact:!0})}`));let Te=new Error().stack.match(/(?<=^ +)at.*/gm)?.slice(2)??[];if(Te.length>0){console.error();for(let Je of Te)console.error(` ${xe("38;5;244",Je)}`)}console.error()}function L(Re,ke){if(e.allowDebug===!1)return ke;if(Number.isFinite(o)){if(o>=2)return(...xe)=>{let He=C(Re,xe);try{return He.result=ke(...xe)}catch(Te){throw He.error=Te}finally{R(He)}};if(o>=1)return(...xe)=>{try{return ke(...xe)}catch(He){let Te=C(Re,xe);throw Te.error=He,R(Te),He}}}return ke}function U(Re){let ke=g(Re);if(!ke)throw $i("INTERNAL","Couldn't find a matching entry in the dependency tree for the specified parent (this is probably an internal error)");return ke}function J(Re){if(Re.name===null)return!0;for(let ke of t.dependencyTreeRoots)if(ke.name===Re.name&&ke.reference===Re.reference)return!0;return!1}let te=new Set(["node","require",...KIe("--conditions")]);function ae(Re,ke=te,xe){let He=le(V.join(Re,"internal.js"),{resolveIgnored:!0,includeDiscardFromLookup:!0});if(He===null)throw $i("INTERNAL",`The locator that owns the "${Re}" path can't be found inside the dependency tree (this is probably an internal error)`);let{packageLocation:Te}=U(He),Je=V.join(Te,dr.manifest);if(!e.fakeFs.existsSync(Je))return null;let je=JSON.parse(e.fakeFs.readFileSync(Je,"utf8"));if(je.exports==null)return null;let b=V.contains(Te,Re);if(b===null)throw $i("INTERNAL","unqualifiedPath doesn't contain the packageLocation (this is probably an internal error)");b!=="."&&!A.test(b)&&(b=`./${b}`);try{let w=HIe({packageJSONUrl:(0,dm.pathToFileURL)(ue.fromPortablePath(Je)),packageSubpath:b,exports:je.exports,base:xe?(0,dm.pathToFileURL)(ue.fromPortablePath(xe)):null,conditions:ke});return ue.toPortablePath((0,dm.fileURLToPath)(w))}catch(w){throw $i("EXPORTS_RESOLUTION_FAILED",w.message,{unqualifiedPath:au(Re),locator:He,pkgJson:je,subpath:au(b),conditions:ke},w.code)}}function fe(Re,ke,{extensions:xe}){let He;try{ke.push(Re),He=e.fakeFs.statSync(Re)}catch{}if(He&&!He.isDirectory())return e.fakeFs.realpathSync(Re);if(He&&He.isDirectory()){let Te;try{Te=JSON.parse(e.fakeFs.readFileSync(V.join(Re,dr.manifest),"utf8"))}catch{}let Je;if(Te&&Te.main&&(Je=V.resolve(Re,Te.main)),Je&&Je!==Re){let je=fe(Je,ke,{extensions:xe});if(je!==null)return je}}for(let Te=0,Je=xe.length;Te{let b=JSON.stringify(je.name);if(He.has(b))return;He.add(b);let w=Ee(je);for(let P of w)if(U(P).packagePeers.has(Re))Te(P);else{let F=xe.get(P.name);typeof F>"u"&&xe.set(P.name,F=new Set),F.add(P.reference)}};Te(ke);let Je=[];for(let je of[...xe.keys()].sort())for(let b of[...xe.get(je)].sort())Je.push({name:je,reference:b});return Je}function le(Re,{resolveIgnored:ke=!1,includeDiscardFromLookup:xe=!1}={}){if(he(Re)&&!ke)return null;let He=V.relative(t.basePath,Re);He.match(n)||(He=`./${He}`),He.endsWith("/")||(He=`${He}/`);do{let Te=x.get(He);if(typeof Te>"u"||Te.discardFromLookup&&!xe){He=He.substring(0,He.lastIndexOf("/",He.length-2)+1);continue}return Te.locator}while(He!=="");return null}function ne(Re){try{return e.fakeFs.readFileSync(ue.toPortablePath(Re),"utf8")}catch(ke){if(ke.code==="ENOENT")return;throw ke}}function ee(Re,ke,{considerBuiltins:xe=!0}={}){if(Re.startsWith("#"))throw new Error("resolveToUnqualified can not handle private import mappings");if(Re==="pnpapi")return ue.toPortablePath(e.pnpapiResolution);if(xe&&(0,np.isBuiltin)(Re))return null;let He=au(Re),Te=ke&&au(ke);if(ke&&he(ke)&&(!V.isAbsolute(Re)||le(Re)===null)){let b=me(Re,ke);if(b===!1)throw $i("BUILTIN_NODE_RESOLUTION_FAILED",`The builtin node resolution algorithm was unable to resolve the requested module (it didn't go through the pnp resolver because the issuer was explicitely ignored by the regexp) -Require request: "${_e}" +Require request: "${He}" Required by: ${Te} -`,{request:_e,issuer:Te});return ue.toPortablePath(x)}let Je,He=Re.match(a);if(He){if(!Qe)throw $i("API_ERROR","The resolveToUnqualified function must be called with a valid issuer when the path isn't a builtin nor absolute",{request:_e,issuer:Te});let[,x,w]=He,S=ce(Qe);if(!S){let Ne=ye(Re,Qe);if(Ne===!1)throw $i("BUILTIN_NODE_RESOLUTION_FAILED",`The builtin node resolution algorithm was unable to resolve the requested module (it didn't go through the pnp resolver because the issuer doesn't seem to be part of the Yarn-managed dependency tree). +`,{request:He,issuer:Te});return ue.toPortablePath(b)}let Je,je=Re.match(a);if(je){if(!ke)throw $i("API_ERROR","The resolveToUnqualified function must be called with a valid issuer when the path isn't a builtin nor absolute",{request:He,issuer:Te});let[,b,w]=je,P=le(ke);if(!P){let Ne=me(Re,ke);if(Ne===!1)throw $i("BUILTIN_NODE_RESOLUTION_FAILED",`The builtin node resolution algorithm was unable to resolve the requested module (it didn't go through the pnp resolver because the issuer doesn't seem to be part of the Yarn-managed dependency tree). -Require path: "${_e}" +Require path: "${He}" Required by: ${Te} -`,{request:_e,issuer:Te});return ue.toPortablePath(Ne)}let F=U(S).packageDependencies.get(x),z=null;if(F==null&&S.name!==null){let Ne=t.fallbackExclusionList.get(S.name);if(!Ne||!Ne.has(S.reference)){for(let dt=0,jt=h.length;dtJ(ot))?X=$i("MISSING_PEER_DEPENDENCY",`${S.name} tried to access ${x} (a peer dependency) but it isn't provided by your application; this makes the require call ambiguous and unsound. +`,{request:He,issuer:Te,dependencyName:b});else{let Ne=Se(b,P);Ne.every(ot=>J(ot))?X=$i("MISSING_PEER_DEPENDENCY",`${P.name} tried to access ${b} (a peer dependency) but it isn't provided by your application; this makes the require call ambiguous and unsound. -Required package: ${x}${x!==_e?` (via "${_e}")`:""} -Required by: ${S.name}@${S.reference} (via ${Te}) +Required package: ${b}${b!==He?` (via "${He}")`:""} +Required by: ${P.name}@${P.reference} (via ${Te}) ${Ne.map(ot=>`Ancestor breaking the chain: ${ot.name}@${ot.reference} `).join("")} -`,{request:_e,issuer:Te,issuerLocator:Object.assign({},S),dependencyName:x,brokenAncestors:Ne}):X=$i("MISSING_PEER_DEPENDENCY",`${S.name} tried to access ${x} (a peer dependency) but it isn't provided by its ancestors; this makes the require call ambiguous and unsound. +`,{request:He,issuer:Te,issuerLocator:Object.assign({},P),dependencyName:b,brokenAncestors:Ne}):X=$i("MISSING_PEER_DEPENDENCY",`${P.name} tried to access ${b} (a peer dependency) but it isn't provided by its ancestors; this makes the require call ambiguous and unsound. -Required package: ${x}${x!==_e?` (via "${_e}")`:""} -Required by: ${S.name}@${S.reference} (via ${Te}) +Required package: ${b}${b!==He?` (via "${He}")`:""} +Required by: ${P.name}@${P.reference} (via ${Te}) ${Ne.map(ot=>`Ancestor breaking the chain: ${ot.name}@${ot.reference} `).join("")} -`,{request:_e,issuer:Te,issuerLocator:Object.assign({},S),dependencyName:x,brokenAncestors:Ne})}else F===void 0&&(!be&&(0,rp.isBuiltin)(Re)?J(S)?X=$i("UNDECLARED_DEPENDENCY",`Your application tried to access ${x}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since ${x} isn't otherwise declared in your dependencies, this makes the require call ambiguous and unsound. +`,{request:He,issuer:Te,issuerLocator:Object.assign({},P),dependencyName:b,brokenAncestors:Ne})}else F===void 0&&(!xe&&(0,np.isBuiltin)(Re)?J(P)?X=$i("UNDECLARED_DEPENDENCY",`Your application tried to access ${b}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since ${b} isn't otherwise declared in your dependencies, this makes the require call ambiguous and unsound. -Required package: ${x}${x!==_e?` (via "${_e}")`:""} +Required package: ${b}${b!==He?` (via "${He}")`:""} Required by: ${Te} -`,{request:_e,issuer:Te,dependencyName:x}):X=$i("UNDECLARED_DEPENDENCY",`${S.name} tried to access ${x}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since ${x} isn't otherwise declared in ${S.name}'s dependencies, this makes the require call ambiguous and unsound. +`,{request:He,issuer:Te,dependencyName:b}):X=$i("UNDECLARED_DEPENDENCY",`${P.name} tried to access ${b}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since ${b} isn't otherwise declared in ${P.name}'s dependencies, this makes the require call ambiguous and unsound. -Required package: ${x}${x!==_e?` (via "${_e}")`:""} +Required package: ${b}${b!==He?` (via "${He}")`:""} Required by: ${Te} -`,{request:_e,issuer:Te,issuerLocator:Object.assign({},S),dependencyName:x}):J(S)?X=$i("UNDECLARED_DEPENDENCY",`Your application tried to access ${x}, but it isn't declared in your dependencies; this makes the require call ambiguous and unsound. +`,{request:He,issuer:Te,issuerLocator:Object.assign({},P),dependencyName:b}):J(P)?X=$i("UNDECLARED_DEPENDENCY",`Your application tried to access ${b}, but it isn't declared in your dependencies; this makes the require call ambiguous and unsound. -Required package: ${x}${x!==_e?` (via "${_e}")`:""} +Required package: ${b}${b!==He?` (via "${He}")`:""} Required by: ${Te} -`,{request:_e,issuer:Te,dependencyName:x}):X=$i("UNDECLARED_DEPENDENCY",`${S.name} tried to access ${x}, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. +`,{request:He,issuer:Te,dependencyName:b}):X=$i("UNDECLARED_DEPENDENCY",`${P.name} tried to access ${b}, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. -Required package: ${x}${x!==_e?` (via "${_e}")`:""} -Required by: ${S.name}@${S.reference} (via ${Te}) -`,{request:_e,issuer:Te,issuerLocator:Object.assign({},S),dependencyName:x}));if(F==null){if(z===null||X===null)throw X||new Error("Assertion failed: Expected an error to have been set");F=z;let Ne=X.message.replace(/\n.*/g,"");X.message=Ne,!E.has(Ne)&&o!==0&&(E.add(Ne),process.emitWarning(X))}let Z=Array.isArray(F)?{name:F[0],reference:F[1]}:{name:x,reference:F},ie=U(Z);if(!ie.packageLocation)throw $i("MISSING_DEPENDENCY",`A dependency seems valid but didn't get installed for some reason. This might be caused by a partial install, such as dev vs prod. +Required package: ${b}${b!==He?` (via "${He}")`:""} +Required by: ${P.name}@${P.reference} (via ${Te}) +`,{request:He,issuer:Te,issuerLocator:Object.assign({},P),dependencyName:b}));if(F==null){if(z===null||X===null)throw X||new Error("Assertion failed: Expected an error to have been set");F=z;let Ne=X.message.replace(/\n.*/g,"");X.message=Ne,!E.has(Ne)&&o!==0&&(E.add(Ne),process.emitWarning(X))}let Z=Array.isArray(F)?{name:F[0],reference:F[1]}:{name:b,reference:F},ie=U(Z);if(!ie.packageLocation)throw $i("MISSING_DEPENDENCY",`A dependency seems valid but didn't get installed for some reason. This might be caused by a partial install, such as dev vs prod. -Required package: ${Z.name}@${Z.reference}${Z.name!==_e?` (via "${_e}")`:""} -Required by: ${S.name}@${S.reference} (via ${Te}) -`,{request:_e,issuer:Te,dependencyLocator:Object.assign({},Z)});let Se=ie.packageLocation;w?Je=K.join(Se,w):Je=Se}else if(K.isAbsolute(Re))Je=K.normalize(Re);else{if(!Qe)throw $i("API_ERROR","The resolveToUnqualified function must be called with a valid issuer when the path isn't a builtin nor absolute",{request:_e,issuer:Te});let x=K.resolve(Qe);Qe.match(u)?Je=K.normalize(K.join(x,Re)):Je=K.normalize(K.join(K.dirname(x),Re))}return K.normalize(Je)}function Ie(Re,Qe,be=te,_e){if(n.test(Re))return Qe;let Te=le(Qe,be,_e);return Te?K.normalize(Te):Qe}function ke(Re,{extensions:Qe=Object.keys(rp.Module._extensions)}={}){let be=[],_e=pe(Re,be,{extensions:Qe});if(_e)return K.normalize(_e);{ZIe(be.map(He=>ue.fromPortablePath(He)));let Te=au(Re),Je=ce(Re);if(Je){let{packageLocation:He}=U(Je),x=!0;try{e.fakeFs.accessSync(He)}catch(w){if(w?.code==="ENOENT")x=!1;else{let S=(w?.message??w??"empty exception thrown").replace(/^[A-Z]/,y=>y.toLowerCase());throw $i("QUALIFIED_PATH_RESOLUTION_FAILED",`Required package exists but could not be accessed (${S}). +Required package: ${Z.name}@${Z.reference}${Z.name!==He?` (via "${He}")`:""} +Required by: ${P.name}@${P.reference} (via ${Te}) +`,{request:He,issuer:Te,dependencyLocator:Object.assign({},Z)});let Pe=ie.packageLocation;w?Je=V.join(Pe,w):Je=Pe}else if(V.isAbsolute(Re))Je=V.normalize(Re);else{if(!ke)throw $i("API_ERROR","The resolveToUnqualified function must be called with a valid issuer when the path isn't a builtin nor absolute",{request:He,issuer:Te});let b=V.resolve(ke);ke.match(u)?Je=V.normalize(V.join(b,Re)):Je=V.normalize(V.join(V.dirname(b),Re))}return V.normalize(Je)}function Ie(Re,ke,xe=te,He){if(n.test(Re))return ke;let Te=ae(ke,xe,He);return Te?V.normalize(Te):ke}function Fe(Re,{extensions:ke=Object.keys(np.Module._extensions)}={}){let xe=[],He=fe(Re,xe,{extensions:ke});if(He)return V.normalize(He);{JIe(xe.map(je=>ue.fromPortablePath(je)));let Te=au(Re),Je=le(Re);if(Je){let{packageLocation:je}=U(Je),b=!0;try{e.fakeFs.accessSync(je)}catch(w){if(w?.code==="ENOENT")b=!1;else{let P=(w?.message??w??"empty exception thrown").replace(/^[A-Z]/,y=>y.toLowerCase());throw $i("QUALIFIED_PATH_RESOLUTION_FAILED",`Required package exists but could not be accessed (${P}). Missing package: ${Je.name}@${Je.reference} -Expected package location: ${au(He)} -`,{unqualifiedPath:Te,extensions:Qe})}}if(!x){let w=He.includes("/unplugged/")?"Required unplugged package missing from disk. This may happen when switching branches without running installs (unplugged packages must be fully materialized on disk to work).":"Required package missing from disk. If you keep your packages inside your repository then restarting the Node process may be enough. Otherwise, try to run an install first.";throw $i("QUALIFIED_PATH_RESOLUTION_FAILED",`${w} +Expected package location: ${au(je)} +`,{unqualifiedPath:Te,extensions:ke})}}if(!b){let w=je.includes("/unplugged/")?"Required unplugged package missing from disk. This may happen when switching branches without running installs (unplugged packages must be fully materialized on disk to work).":"Required package missing from disk. If you keep your packages inside your repository then restarting the Node process may be enough. Otherwise, try to run an install first.";throw $i("QUALIFIED_PATH_RESOLUTION_FAILED",`${w} Missing package: ${Je.name}@${Je.reference} -Expected package location: ${au(He)} -`,{unqualifiedPath:Te,extensions:Qe})}}throw $i("QUALIFIED_PATH_RESOLUTION_FAILED",`Qualified path resolution failed: we looked for the following paths, but none could be accessed. +Expected package location: ${au(je)} +`,{unqualifiedPath:Te,extensions:ke})}}throw $i("QUALIFIED_PATH_RESOLUTION_FAILED",`Qualified path resolution failed: we looked for the following paths, but none could be accessed. Source path: ${Te} -${be.map(He=>`Not found: ${au(He)} -`).join("")}`,{unqualifiedPath:Te,extensions:Qe})}}function ht(Re,Qe,be){if(!Qe)throw new Error("Assertion failed: An issuer is required to resolve private import mappings");let _e=YIe({name:Re,base:(0,gm.pathToFileURL)(ue.fromPortablePath(Qe)),conditions:be.conditions??te,readFileSyncFn:ne});if(_e instanceof URL)return ke(ue.toPortablePath((0,gm.fileURLToPath)(_e)),{extensions:be.extensions});if(_e.startsWith("#"))throw new Error("Mapping from one private import to another isn't allowed");return H(_e,Qe,be)}function H(Re,Qe,be={}){try{if(Re.startsWith("#"))return ht(Re,Qe,be);let{considerBuiltins:_e,extensions:Te,conditions:Je}=be,He=ee(Re,Qe,{considerBuiltins:_e});if(Re==="pnpapi")return He;if(He===null)return null;let x=()=>Qe!==null?ae(Qe):!1,w=(!_e||!(0,rp.isBuiltin)(Re))&&!x()?Ie(Re,He,Je,Qe):He;return ke(w,{extensions:Te})}catch(_e){throw Object.hasOwn(_e,"pnpCode")&&Object.assign(_e.data,{request:au(Re),issuer:Qe&&au(Qe)}),_e}}function lt(Re){let Qe=K.normalize(Re),be=mi.resolveVirtual(Qe);return be!==Qe?be:null}return{VERSIONS:we,topLevel:Pe,getLocator:(Re,Qe)=>Array.isArray(Qe)?{name:Qe[0],reference:Qe[1]}:{name:Re,reference:Qe},getDependencyTreeRoots:()=>[...t.dependencyTreeRoots],getAllLocators(){let Re=[];for(let[Qe,be]of v)for(let _e of be.keys())Qe!==null&&_e!==null&&Re.push({name:Qe,reference:_e});return Re},getPackageInformation:Re=>{let Qe=g(Re);if(Qe===null)return null;let be=ue.fromPortablePath(Qe.packageLocation);return{...Qe,packageLocation:be}},findPackageLocator:Re=>ce(ue.toPortablePath(Re)),resolveToUnqualified:L("resolveToUnqualified",(Re,Qe,be)=>{let _e=Qe!==null?ue.toPortablePath(Qe):null,Te=ee(ue.toPortablePath(Re),_e,be);return Te===null?null:ue.fromPortablePath(Te)}),resolveUnqualified:L("resolveUnqualified",(Re,Qe)=>ue.fromPortablePath(ke(ue.toPortablePath(Re),Qe))),resolveRequest:L("resolveRequest",(Re,Qe,be)=>{let _e=Qe!==null?ue.toPortablePath(Qe):null,Te=H(ue.toPortablePath(Re),_e,be);return Te===null?null:ue.fromPortablePath(Te)}),resolveVirtual:L("resolveVirtual",Re=>{let Qe=lt(ue.toPortablePath(Re));return Qe!==null?ue.fromPortablePath(Qe):null})}}Pt();var $Ie=(t,e,r)=>{let o=XB(t),a=Yj(o,{basePath:e}),n=ue.join(e,dr.pnpCjs);return rq(a,{fakeFs:r,pnpapiResolution:n})};var iq=$e(t1e());qt();var mA={};Kt(mA,{checkManifestCompatibility:()=>r1e,extractBuildRequest:()=>vQ,getExtractHint:()=>sq,hasBindingGyp:()=>oq});Ye();Pt();function r1e(t){return W.isPackageCompatible(t,Ji.getArchitectureSet())}function vQ(t,e,r,{configuration:o}){let a=[];for(let n of["preinstall","install","postinstall"])e.manifest.scripts.has(n)&&a.push({type:0,script:n});return!e.manifest.scripts.has("install")&&e.misc.hasBindingGyp&&a.push({type:1,script:"node-gyp rebuild"}),a.length===0?null:t.linkType!=="HARD"?{skipped:!0,explain:n=>n.reportWarningOnce(6,`${W.prettyLocator(o,t)} lists build scripts, but is referenced through a soft link. Soft links don't support build scripts, so they'll be ignored.`)}:r&&r.built===!1?{skipped:!0,explain:n=>n.reportInfoOnce(5,`${W.prettyLocator(o,t)} lists build scripts, but its build has been explicitly disabled through configuration.`)}:!o.get("enableScripts")&&!r.built?{skipped:!0,explain:n=>n.reportWarningOnce(4,`${W.prettyLocator(o,t)} lists build scripts, but all build scripts have been disabled.`)}:r1e(t)?{skipped:!1,directives:a}:{skipped:!0,explain:n=>n.reportWarningOnce(76,`${W.prettyLocator(o,t)} The ${Ji.getArchitectureName()} architecture is incompatible with this package, build skipped.`)}}var VIt=new Set([".exe",".bin",".h",".hh",".hpp",".c",".cc",".cpp",".java",".jar",".node"]);function sq(t){return t.packageFs.getExtractHint({relevantExtensions:VIt})}function oq(t){let e=K.join(t.prefixPath,"binding.gyp");return t.packageFs.existsSync(e)}var av={};Kt(av,{getUnpluggedPath:()=>ov});Ye();Pt();function ov(t,{configuration:e}){return K.resolve(e.get("pnpUnpluggedFolder"),W.slugifyLocator(t))}var KIt=new Set([W.makeIdent(null,"open").identHash,W.makeIdent(null,"opn").identHash]),P0=class{constructor(){this.mode="strict";this.pnpCache=new Map}getCustomDataKey(){return JSON.stringify({name:"PnpLinker",version:2})}supportsPackage(e,r){return this.isEnabled(r)}async findPackageLocation(e,r){if(!this.isEnabled(r))throw new Error("Assertion failed: Expected the PnP linker to be enabled");let o=S0(r.project).cjs;if(!oe.existsSync(o))throw new it(`The project in ${de.pretty(r.project.configuration,`${r.project.cwd}/package.json`,de.Type.PATH)} doesn't seem to have been installed - running an install there might help`);let a=je.getFactoryWithDefault(this.pnpCache,o,()=>je.dynamicRequire(o,{cachingStrategy:je.CachingStrategy.FsTime})),n={name:W.stringifyIdent(e),reference:e.reference},u=a.getPackageInformation(n);if(!u)throw new it(`Couldn't find ${W.prettyLocator(r.project.configuration,e)} in the currently installed PnP map - running an install might help`);return ue.toPortablePath(u.packageLocation)}async findPackageLocator(e,r){if(!this.isEnabled(r))return null;let o=S0(r.project).cjs;if(!oe.existsSync(o))return null;let n=je.getFactoryWithDefault(this.pnpCache,o,()=>je.dynamicRequire(o,{cachingStrategy:je.CachingStrategy.FsTime})).findPackageLocator(ue.fromPortablePath(e));return n?W.makeLocator(W.parseIdent(n.name),n.reference):null}makeInstaller(e){return new dm(e)}isEnabled(e){return!(e.project.configuration.get("nodeLinker")!=="pnp"||e.project.configuration.get("pnpMode")!==this.mode)}},dm=class{constructor(e){this.opts=e;this.mode="strict";this.asyncActions=new je.AsyncActions(10);this.packageRegistry=new Map;this.virtualTemplates=new Map;this.isESMLoaderRequired=!1;this.customData={store:new Map};this.unpluggedPaths=new Set;this.opts=e}attachCustomData(e){this.customData=e}async installPackage(e,r,o){let a=W.stringifyIdent(e),n=e.reference,u=!!this.opts.project.tryWorkspaceByLocator(e),A=W.isVirtualLocator(e),p=e.peerDependencies.size>0&&!A,h=!p&&!u,E=!p&&e.linkType!=="SOFT",I,v;if(h||E){let te=A?W.devirtualizeLocator(e):e;I=this.customData.store.get(te.locatorHash),typeof I>"u"&&(I=await JIt(r),e.linkType==="HARD"&&this.customData.store.set(te.locatorHash,I)),I.manifest.type==="module"&&(this.isESMLoaderRequired=!0),v=this.opts.project.getDependencyMeta(te,e.version)}let b=h?vQ(e,I,v,{configuration:this.opts.project.configuration}):null,C=E?await this.unplugPackageIfNeeded(e,I,r,v,o):r.packageFs;if(K.isAbsolute(r.prefixPath))throw new Error(`Assertion failed: Expected the prefix path (${r.prefixPath}) to be relative to the parent`);let T=K.resolve(C.getRealPath(),r.prefixPath),L=aq(this.opts.project.cwd,T),U=new Map,J=new Set;if(A){for(let te of e.peerDependencies.values())U.set(W.stringifyIdent(te),null),J.add(W.stringifyIdent(te));if(!u){let te=W.devirtualizeLocator(e);this.virtualTemplates.set(te.locatorHash,{location:aq(this.opts.project.cwd,mi.resolveVirtual(T)),locator:te})}}return je.getMapWithDefault(this.packageRegistry,a).set(n,{packageLocation:L,packageDependencies:U,packagePeers:J,linkType:e.linkType,discardFromLookup:r.discardFromLookup||!1}),{packageLocation:T,buildRequest:b}}async attachInternalDependencies(e,r){let o=this.getPackageInformation(e);for(let[a,n]of r){let u=W.areIdentsEqual(a,n)?n.reference:[W.stringifyIdent(n),n.reference];o.packageDependencies.set(W.stringifyIdent(a),u)}}async attachExternalDependents(e,r){for(let o of r)this.getDiskInformation(o).packageDependencies.set(W.stringifyIdent(e),e.reference)}async finalizeInstall(){if(this.opts.project.configuration.get("pnpMode")!==this.mode)return;let e=S0(this.opts.project);if(this.isEsmEnabled()||await oe.removePromise(e.esmLoader),this.opts.project.configuration.get("nodeLinker")!=="pnp"){await oe.removePromise(e.cjs),await oe.removePromise(e.data),await oe.removePromise(e.esmLoader),await oe.removePromise(this.opts.project.configuration.get("pnpUnpluggedFolder"));return}for(let{locator:E,location:I}of this.virtualTemplates.values())je.getMapWithDefault(this.packageRegistry,W.stringifyIdent(E)).set(E.reference,{packageLocation:I,packageDependencies:new Map,packagePeers:new Set,linkType:"SOFT",discardFromLookup:!1});this.packageRegistry.set(null,new Map([[null,this.getPackageInformation(this.opts.project.topLevelWorkspace.anchoredLocator)]]));let r=this.opts.project.configuration.get("pnpFallbackMode"),o=this.opts.project.workspaces.map(({anchoredLocator:E})=>({name:W.stringifyIdent(E),reference:E.reference})),a=r!=="none",n=[],u=new Map,A=je.buildIgnorePattern([".yarn/sdks/**",...this.opts.project.configuration.get("pnpIgnorePatterns")]),p=this.packageRegistry,h=this.opts.project.configuration.get("pnpShebang");if(r==="dependencies-only")for(let E of this.opts.project.storedPackages.values())this.opts.project.tryWorkspaceByLocator(E)&&n.push({name:W.stringifyIdent(E),reference:E.reference});return await this.asyncActions.wait(),await this.finalizeInstallWithPnp({dependencyTreeRoots:o,enableTopLevelFallback:a,fallbackExclusionList:n,fallbackPool:u,ignorePattern:A,packageRegistry:p,shebang:h}),{customData:this.customData}}async transformPnpSettings(e){}isEsmEnabled(){if(this.opts.project.configuration.sources.has("pnpEnableEsmLoader"))return this.opts.project.configuration.get("pnpEnableEsmLoader");if(this.isESMLoaderRequired)return!0;for(let e of this.opts.project.workspaces)if(e.manifest.type==="module")return!0;return!1}async finalizeInstallWithPnp(e){let r=S0(this.opts.project),o=await this.locateNodeModules(e.ignorePattern);if(o.length>0){this.opts.report.reportWarning(31,"One or more node_modules have been detected and will be removed. This operation may take some time.");for(let n of o)await oe.removePromise(n)}if(await this.transformPnpSettings(e),this.opts.project.configuration.get("pnpEnableInlining")){let n=bIe(e);await oe.changeFilePromise(r.cjs,n,{automaticNewlines:!0,mode:493}),await oe.removePromise(r.data)}else{let{dataFile:n,loaderFile:u}=kIe(e);await oe.changeFilePromise(r.cjs,u,{automaticNewlines:!0,mode:493}),await oe.changeFilePromise(r.data,n,{automaticNewlines:!0,mode:420})}this.isEsmEnabled()&&(this.opts.report.reportWarning(0,"ESM support for PnP uses the experimental loader API and is therefore experimental"),await oe.changeFilePromise(r.esmLoader,(0,iq.default)(),{automaticNewlines:!0,mode:420}));let a=this.opts.project.configuration.get("pnpUnpluggedFolder");if(this.unpluggedPaths.size===0)await oe.removePromise(a);else for(let n of await oe.readdirPromise(a)){let u=K.resolve(a,n);this.unpluggedPaths.has(u)||await oe.removePromise(u)}}async locateNodeModules(e){let r=[],o=e?new RegExp(e):null;for(let a of this.opts.project.workspaces){let n=K.join(a.cwd,"node_modules");if(o&&o.test(K.relative(this.opts.project.cwd,a.cwd))||!oe.existsSync(n))continue;let u=await oe.readdirPromise(n,{withFileTypes:!0}),A=u.filter(p=>!p.isDirectory()||p.name===".bin"||!p.name.startsWith("."));if(A.length===u.length)r.push(n);else for(let p of A)r.push(K.join(n,p.name))}return r}async unplugPackageIfNeeded(e,r,o,a,n){return this.shouldBeUnplugged(e,r,a)?this.unplugPackage(e,o,n):o.packageFs}shouldBeUnplugged(e,r,o){return typeof o.unplugged<"u"?o.unplugged:KIt.has(e.identHash)||e.conditions!=null?!0:r.manifest.preferUnplugged!==null?r.manifest.preferUnplugged:!!(vQ(e,r,o,{configuration:this.opts.project.configuration})?.skipped===!1||r.misc.extractHint)}async unplugPackage(e,r,o){let a=ov(e,{configuration:this.opts.project.configuration});return this.opts.project.disabledLocators.has(e.locatorHash)?new Uu(a,{baseFs:r.packageFs,pathUtils:K}):(this.unpluggedPaths.add(a),o.holdFetchResult(this.asyncActions.set(e.locatorHash,async()=>{let n=K.join(a,r.prefixPath,".ready");await oe.existsPromise(n)||(this.opts.project.storedBuildState.delete(e.locatorHash),await oe.mkdirPromise(a,{recursive:!0}),await oe.copyPromise(a,Bt.dot,{baseFs:r.packageFs,overwrite:!1}),await oe.writeFilePromise(n,""))})),new gn(a))}getPackageInformation(e){let r=W.stringifyIdent(e),o=e.reference,a=this.packageRegistry.get(r);if(!a)throw new Error(`Assertion failed: The package information store should have been available (for ${W.prettyIdent(this.opts.project.configuration,e)})`);let n=a.get(o);if(!n)throw new Error(`Assertion failed: The package information should have been available (for ${W.prettyLocator(this.opts.project.configuration,e)})`);return n}getDiskInformation(e){let r=je.getMapWithDefault(this.packageRegistry,"@@disk"),o=aq(this.opts.project.cwd,e);return je.getFactoryWithDefault(r,o,()=>({packageLocation:o,packageDependencies:new Map,packagePeers:new Set,linkType:"SOFT",discardFromLookup:!1}))}};function aq(t,e){let r=K.relative(t,e);return r.match(/^\.{0,2}\//)||(r=`./${r}`),r.replace(/\/?$/,"/")}async function JIt(t){let e=await Mt.tryFind(t.prefixPath,{baseFs:t.packageFs})??new Mt,r=new Set(["preinstall","install","postinstall"]);for(let o of e.scripts.keys())r.has(o)||e.scripts.delete(o);return{manifest:{scripts:e.scripts,preferUnplugged:e.preferUnplugged,type:e.type},misc:{extractHint:sq(t),hasBindingGyp:oq(t)}}}Ye();Ye();qt();var n1e=$e(Zo());var x0=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Unplug direct dependencies from the entire project"});this.recursive=ge.Boolean("-R,--recursive",!1,{description:"Unplug both direct and transitive dependencies"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.patterns=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);if(r.get("nodeLinker")!=="pnp")throw new it("This command can only be used if the `nodeLinker` option is set to `pnp`");await o.restoreInstallState();let u=new Set(this.patterns),A=this.patterns.map(b=>{let C=W.parseDescriptor(b),T=C.range!=="unknown"?C:W.makeDescriptor(C,"*");if(!kr.validRange(T.range))throw new it(`The range of the descriptor patterns must be a valid semver range (${W.prettyDescriptor(r,T)})`);return L=>{let U=W.stringifyIdent(L);return!n1e.default.isMatch(U,W.stringifyIdent(T))||L.version&&!kr.satisfiesWithPrereleases(L.version,T.range)?!1:(u.delete(b),!0)}}),p=()=>{let b=[];for(let C of o.storedPackages.values())!o.tryWorkspaceByLocator(C)&&!W.isVirtualLocator(C)&&A.some(T=>T(C))&&b.push(C);return b},h=b=>{let C=new Set,T=[],L=(U,J)=>{if(C.has(U.locatorHash))return;let te=!!o.tryWorkspaceByLocator(U);if(!(J>0&&!this.recursive&&te)&&(C.add(U.locatorHash),!o.tryWorkspaceByLocator(U)&&A.some(le=>le(U))&&T.push(U),!(J>0&&!this.recursive)))for(let le of U.dependencies.values()){let pe=o.storedResolutions.get(le.descriptorHash);if(!pe)throw new Error("Assertion failed: The resolution should have been registered");let Ae=o.storedPackages.get(pe);if(!Ae)throw new Error("Assertion failed: The package should have been registered");L(Ae,J+1)}};for(let U of b)L(U.anchoredPackage,0);return T},E,I;if(this.all&&this.recursive?(E=p(),I="the project"):this.all?(E=h(o.workspaces),I="any workspace"):(E=h([a]),I="this workspace"),u.size>1)throw new it(`Patterns ${de.prettyList(r,u,de.Type.CODE)} don't match any packages referenced by ${I}`);if(u.size>0)throw new it(`Pattern ${de.prettyList(r,u,de.Type.CODE)} doesn't match any packages referenced by ${I}`);E=je.sortMap(E,b=>W.stringifyLocator(b));let v=await Nt.start({configuration:r,stdout:this.context.stdout,json:this.json},async b=>{for(let C of E){let T=C.version??"unknown",L=o.topLevelWorkspace.manifest.ensureDependencyMeta(W.makeDescriptor(C,T));L.unplugged=!0,b.reportInfo(0,`Will unpack ${W.prettyLocator(r,C)} to ${de.pretty(r,ov(C,{configuration:r}),de.Type.PATH)}`),b.reportJson({locator:W.stringifyLocator(C),version:T})}await o.topLevelWorkspace.persistManifest(),this.json||b.reportSeparator()});return v.hasErrors()?v.exitCode():await o.installWithNewReport({json:this.json,stdout:this.context.stdout},{cache:n})}};x0.paths=[["unplug"]],x0.usage=nt.Usage({description:"force the unpacking of a list of packages",details:"\n This command will add the selectors matching the specified patterns to the list of packages that must be unplugged when installed.\n\n A package being unplugged means that instead of being referenced directly through its archive, it will be unpacked at install time in the directory configured via `pnpUnpluggedFolder`. Note that unpacking packages this way is generally not recommended because it'll make it harder to store your packages within the repository. However, it's a good approach to quickly and safely debug some packages, and can even sometimes be required depending on the context (for example when the package contains shellscripts).\n\n Running the command will set a persistent flag inside your top-level `package.json`, in the `dependenciesMeta` field. As such, to undo its effects, you'll need to revert the changes made to the manifest and run `yarn install` to apply the modification.\n\n By default, only direct dependencies from the current workspace are affected. If `-A,--all` is set, direct dependencies from the entire project are affected. Using the `-R,--recursive` flag will affect transitive dependencies as well as direct ones.\n\n This command accepts glob patterns inside the scope and name components (not the range). Make sure to escape the patterns to prevent your own shell from trying to expand them.\n ",examples:[["Unplug the lodash dependency from the active workspace","yarn unplug lodash"],["Unplug all instances of lodash referenced by any workspace","yarn unplug lodash -A"],["Unplug all instances of lodash referenced by the active workspace and its dependencies","yarn unplug lodash -R"],["Unplug all instances of lodash, anywhere","yarn unplug lodash -AR"],["Unplug one specific version of lodash","yarn unplug lodash@1.2.3"],["Unplug all packages with the `@babel` scope","yarn unplug '@babel/*'"],["Unplug all packages (only for testing, not recommended)","yarn unplug -R '*'"]]});var S0=t=>({cjs:K.join(t.cwd,dr.pnpCjs),data:K.join(t.cwd,dr.pnpData),esmLoader:K.join(t.cwd,dr.pnpEsmLoader)}),s1e=t=>/\s/.test(t)?JSON.stringify(t):t;async function zIt(t,e,r){let o=/\s*--require\s+\S*\.pnp\.c?js\s*/g,a=/\s*--experimental-loader\s+\S*\.pnp\.loader\.mjs\s*/,n=(e.NODE_OPTIONS??"").replace(o," ").replace(a," ").trim();if(t.configuration.get("nodeLinker")!=="pnp"){e.NODE_OPTIONS=n;return}let u=S0(t),A=`--require ${s1e(ue.fromPortablePath(u.cjs))}`;oe.existsSync(u.esmLoader)&&(A=`${A} --experimental-loader ${(0,i1e.pathToFileURL)(ue.fromPortablePath(u.esmLoader)).href}`),oe.existsSync(u.cjs)&&(e.NODE_OPTIONS=n?`${A} ${n}`:A)}async function XIt(t,e){let r=S0(t);e(r.cjs),e(r.data),e(r.esmLoader),e(t.configuration.get("pnpUnpluggedFolder"))}var ZIt={hooks:{populateYarnPaths:XIt,setupScriptEnvironment:zIt},configuration:{nodeLinker:{description:'The linker used for installing Node packages, one of: "pnp", "pnpm", or "node-modules"',type:"STRING",default:"pnp"},winLinkType:{description:"Whether Yarn should use Windows Junctions or symlinks when creating links on Windows.",type:"STRING",values:["junctions","symlinks"],default:"junctions"},pnpMode:{description:"If 'strict', generates standard PnP maps. If 'loose', merges them with the n_m resolution.",type:"STRING",default:"strict"},pnpShebang:{description:"String to prepend to the generated PnP script",type:"STRING",default:"#!/usr/bin/env node"},pnpIgnorePatterns:{description:"Array of glob patterns; files matching them will use the classic resolution",type:"STRING",default:[],isArray:!0},pnpEnableEsmLoader:{description:"If true, Yarn will generate an ESM loader (`.pnp.loader.mjs`). If this is not explicitly set Yarn tries to automatically detect whether ESM support is required.",type:"BOOLEAN",default:!1},pnpEnableInlining:{description:"If true, the PnP data will be inlined along with the generated loader",type:"BOOLEAN",default:!0},pnpFallbackMode:{description:"If true, the generated PnP loader will follow the top-level fallback rule",type:"STRING",default:"dependencies-only"},pnpUnpluggedFolder:{description:"Folder where the unplugged packages must be stored",type:"ABSOLUTE_PATH",default:"./.yarn/unplugged"}},linkers:[P0],commands:[x0]},$It=ZIt;var p1e=$e(u1e());qt();var gq=$e(Be("crypto")),h1e=$e(Be("fs")),g1e=1,Pi="node_modules",DQ=".bin",d1e=".yarn-state.yml",d1t=1e3,dq=(o=>(o.CLASSIC="classic",o.HARDLINKS_LOCAL="hardlinks-local",o.HARDLINKS_GLOBAL="hardlinks-global",o))(dq||{}),lv=class{constructor(){this.installStateCache=new Map}getCustomDataKey(){return JSON.stringify({name:"NodeModulesLinker",version:3})}supportsPackage(e,r){return this.isEnabled(r)}async findPackageLocation(e,r){if(!this.isEnabled(r))throw new Error("Assertion failed: Expected the node-modules linker to be enabled");let o=r.project.tryWorkspaceByLocator(e);if(o)return o.cwd;let a=await je.getFactoryWithDefault(this.installStateCache,r.project.cwd,async()=>await hq(r.project,{unrollAliases:!0}));if(a===null)throw new it("Couldn't find the node_modules state file - running an install might help (findPackageLocation)");let n=a.locatorMap.get(W.stringifyLocator(e));if(!n){let p=new it(`Couldn't find ${W.prettyLocator(r.project.configuration,e)} in the currently installed node_modules map - running an install might help`);throw p.code="LOCATOR_NOT_INSTALLED",p}let u=n.locations.sort((p,h)=>p.split(K.sep).length-h.split(K.sep).length),A=K.join(r.project.configuration.startingCwd,Pi);return u.find(p=>K.contains(A,p))||n.locations[0]}async findPackageLocator(e,r){if(!this.isEnabled(r))return null;let o=await je.getFactoryWithDefault(this.installStateCache,r.project.cwd,async()=>await hq(r.project,{unrollAliases:!0}));if(o===null)return null;let{locationRoot:a,segments:n}=PQ(K.resolve(e),{skipPrefix:r.project.cwd}),u=o.locationTree.get(a);if(!u)return null;let A=u.locator;for(let p of n){if(u=u.children.get(p),!u)break;A=u.locator||A}return W.parseLocator(A)}makeInstaller(e){return new pq(e)}isEnabled(e){return e.project.configuration.get("nodeLinker")==="node-modules"}},pq=class{constructor(e){this.opts=e;this.localStore=new Map;this.realLocatorChecksums=new Map;this.customData={store:new Map}}attachCustomData(e){this.customData=e}async installPackage(e,r){let o=K.resolve(r.packageFs.getRealPath(),r.prefixPath),a=this.customData.store.get(e.locatorHash);if(typeof a>"u"&&(a=await m1t(e,r),e.linkType==="HARD"&&this.customData.store.set(e.locatorHash,a)),!W.isPackageCompatible(e,this.opts.project.configuration.getSupportedArchitectures()))return{packageLocation:null,buildRequest:null};let n=new Map,u=new Set;n.has(W.stringifyIdent(e))||n.set(W.stringifyIdent(e),e.reference);let A=e;if(W.isVirtualLocator(e)){A=W.devirtualizeLocator(e);for(let E of e.peerDependencies.values())n.set(W.stringifyIdent(E),null),u.add(W.stringifyIdent(E))}let p={packageLocation:`${ue.fromPortablePath(o)}/`,packageDependencies:n,packagePeers:u,linkType:e.linkType,discardFromLookup:r.discardFromLookup??!1};this.localStore.set(e.locatorHash,{pkg:e,customPackageData:a,dependencyMeta:this.opts.project.getDependencyMeta(e,e.version),pnpNode:p});let h=r.checksum?r.checksum.substring(r.checksum.indexOf("/")+1):null;return this.realLocatorChecksums.set(A.locatorHash,h),{packageLocation:o,buildRequest:null}}async attachInternalDependencies(e,r){let o=this.localStore.get(e.locatorHash);if(typeof o>"u")throw new Error("Assertion failed: Expected information object to have been registered");for(let[a,n]of r){let u=W.areIdentsEqual(a,n)?n.reference:[W.stringifyIdent(n),n.reference];o.pnpNode.packageDependencies.set(W.stringifyIdent(a),u)}}async attachExternalDependents(e,r){throw new Error("External dependencies haven't been implemented for the node-modules linker")}async finalizeInstall(){if(this.opts.project.configuration.get("nodeLinker")!=="node-modules")return;let e=new mi({baseFs:new Jl({maxOpenFiles:80,readOnlyArchives:!0})}),r=await hq(this.opts.project),o=this.opts.project.configuration.get("nmMode");(r===null||o!==r.nmMode)&&(this.opts.project.storedBuildState.clear(),r={locatorMap:new Map,binSymlinks:new Map,locationTree:new Map,nmMode:o,mtimeMs:0});let a=new Map(this.opts.project.workspaces.map(v=>{let b=this.opts.project.configuration.get("nmHoistingLimits");try{b=je.validateEnum(KB,v.manifest.installConfig?.hoistingLimits??b)}catch{let T=W.prettyWorkspace(this.opts.project.configuration,v);this.opts.report.reportWarning(57,`${T}: Invalid 'installConfig.hoistingLimits' value. Expected one of ${Object.values(KB).join(", ")}, using default: "${b}"`)}return[v.relativeCwd,b]})),n=new Map(this.opts.project.workspaces.map(v=>{let b=this.opts.project.configuration.get("nmSelfReferences");return b=v.manifest.installConfig?.selfReferences??b,[v.relativeCwd,b]})),u={VERSIONS:{std:1},topLevel:{name:null,reference:null},getLocator:(v,b)=>Array.isArray(b)?{name:b[0],reference:b[1]}:{name:v,reference:b},getDependencyTreeRoots:()=>this.opts.project.workspaces.map(v=>{let b=v.anchoredLocator;return{name:W.stringifyIdent(b),reference:b.reference}}),getPackageInformation:v=>{let b=v.reference===null?this.opts.project.topLevelWorkspace.anchoredLocator:W.makeLocator(W.parseIdent(v.name),v.reference),C=this.localStore.get(b.locatorHash);if(typeof C>"u")throw new Error("Assertion failed: Expected the package reference to have been registered");return C.pnpNode},findPackageLocator:v=>{let b=this.opts.project.tryWorkspaceByCwd(ue.toPortablePath(v));if(b!==null){let C=b.anchoredLocator;return{name:W.stringifyIdent(C),reference:C.reference}}throw new Error("Assertion failed: Unimplemented")},resolveToUnqualified:()=>{throw new Error("Assertion failed: Unimplemented")},resolveUnqualified:()=>{throw new Error("Assertion failed: Unimplemented")},resolveRequest:()=>{throw new Error("Assertion failed: Unimplemented")},resolveVirtual:v=>ue.fromPortablePath(mi.resolveVirtual(ue.toPortablePath(v)))},{tree:A,errors:p,preserveSymlinksRequired:h}=JB(u,{pnpifyFs:!1,validateExternalSoftLinks:!0,hoistingLimitsByCwd:a,project:this.opts.project,selfReferencesByCwd:n});if(!A){for(let{messageName:v,text:b}of p)this.opts.report.reportError(v,b);return}let E=qj(A);await B1t(r,E,{baseFs:e,project:this.opts.project,report:this.opts.report,realLocatorChecksums:this.realLocatorChecksums,loadManifest:async v=>{let b=W.parseLocator(v),C=this.localStore.get(b.locatorHash);if(typeof C>"u")throw new Error("Assertion failed: Expected the slot to exist");return C.customPackageData.manifest}});let I=[];for(let[v,b]of E.entries()){if(C1e(v))continue;let C=W.parseLocator(v),T=this.localStore.get(C.locatorHash);if(typeof T>"u")throw new Error("Assertion failed: Expected the slot to exist");if(this.opts.project.tryWorkspaceByLocator(T.pkg))continue;let L=mA.extractBuildRequest(T.pkg,T.customPackageData,T.dependencyMeta,{configuration:this.opts.project.configuration});!L||I.push({buildLocations:b.locations,locator:C,buildRequest:L})}return h&&this.opts.report.reportWarning(72,`The application uses portals and that's why ${de.pretty(this.opts.project.configuration,"--preserve-symlinks",de.Type.CODE)} Node option is required for launching it`),{customData:this.customData,records:I}}};async function m1t(t,e){let r=await Mt.tryFind(e.prefixPath,{baseFs:e.packageFs})??new Mt,o=new Set(["preinstall","install","postinstall"]);for(let a of r.scripts.keys())o.has(a)||r.scripts.delete(a);return{manifest:{bin:r.bin,scripts:r.scripts},misc:{hasBindingGyp:mA.hasBindingGyp(e)}}}async function y1t(t,e,r,o,{installChangedByUser:a}){let n="";n+=`# Warning: This file is automatically generated. Removing it is fine, but will +${xe.map(je=>`Not found: ${au(je)} +`).join("")}`,{unqualifiedPath:Te,extensions:ke})}}function At(Re,ke,xe){if(!ke)throw new Error("Assertion failed: An issuer is required to resolve private import mappings");let He=jIe({name:Re,base:(0,dm.pathToFileURL)(ue.fromPortablePath(ke)),conditions:xe.conditions??te,readFileSyncFn:ne});if(He instanceof URL)return Fe(ue.toPortablePath((0,dm.fileURLToPath)(He)),{extensions:xe.extensions});if(He.startsWith("#"))throw new Error("Mapping from one private import to another isn't allowed");return H(He,ke,xe)}function H(Re,ke,xe={}){try{if(Re.startsWith("#"))return At(Re,ke,xe);let{considerBuiltins:He,extensions:Te,conditions:Je}=xe,je=ee(Re,ke,{considerBuiltins:He});if(Re==="pnpapi")return je;if(je===null)return null;let b=()=>ke!==null?he(ke):!1,w=(!He||!(0,np.isBuiltin)(Re))&&!b()?Ie(Re,je,Je,ke):je;return Fe(w,{extensions:Te})}catch(He){throw Object.hasOwn(He,"pnpCode")&&Object.assign(He.data,{request:au(Re),issuer:ke&&au(ke)}),He}}function at(Re){let ke=V.normalize(Re),xe=mi.resolveVirtual(ke);return xe!==ke?xe:null}return{VERSIONS:Be,topLevel:we,getLocator:(Re,ke)=>Array.isArray(ke)?{name:ke[0],reference:ke[1]}:{name:Re,reference:ke},getDependencyTreeRoots:()=>[...t.dependencyTreeRoots],getAllLocators(){let Re=[];for(let[ke,xe]of v)for(let He of xe.keys())ke!==null&&He!==null&&Re.push({name:ke,reference:He});return Re},getPackageInformation:Re=>{let ke=g(Re);if(ke===null)return null;let xe=ue.fromPortablePath(ke.packageLocation);return{...ke,packageLocation:xe}},findPackageLocator:Re=>le(ue.toPortablePath(Re)),resolveToUnqualified:L("resolveToUnqualified",(Re,ke,xe)=>{let He=ke!==null?ue.toPortablePath(ke):null,Te=ee(ue.toPortablePath(Re),He,xe);return Te===null?null:ue.fromPortablePath(Te)}),resolveUnqualified:L("resolveUnqualified",(Re,ke)=>ue.fromPortablePath(Fe(ue.toPortablePath(Re),ke))),resolveRequest:L("resolveRequest",(Re,ke,xe)=>{let He=ke!==null?ue.toPortablePath(ke):null,Te=H(ue.toPortablePath(Re),He,xe);return Te===null?null:ue.fromPortablePath(Te)}),resolveVirtual:L("resolveVirtual",Re=>{let ke=at(ue.toPortablePath(Re));return ke!==null?ue.fromPortablePath(ke):null})}}St();var zIe=(t,e,r)=>{let o=ZB(t),a=Gj(o,{basePath:e}),n=ue.join(e,dr.pnpCjs);return eG(a,{fakeFs:r,pnpapiResolution:n})};var rG=$e(ZIe());jt();var yA={};Vt(yA,{checkManifestCompatibility:()=>$Ie,extractBuildRequest:()=>IQ,getExtractHint:()=>nG,hasBindingGyp:()=>iG});Ye();St();function $Ie(t){return W.isPackageCompatible(t,Ji.getArchitectureSet())}function IQ(t,e,r,{configuration:o}){let a=[];for(let n of["preinstall","install","postinstall"])e.manifest.scripts.has(n)&&a.push({type:0,script:n});return!e.manifest.scripts.has("install")&&e.misc.hasBindingGyp&&a.push({type:1,script:"node-gyp rebuild"}),a.length===0?null:t.linkType!=="HARD"?{skipped:!0,explain:n=>n.reportWarningOnce(6,`${W.prettyLocator(o,t)} lists build scripts, but is referenced through a soft link. Soft links don't support build scripts, so they'll be ignored.`)}:r&&r.built===!1?{skipped:!0,explain:n=>n.reportInfoOnce(5,`${W.prettyLocator(o,t)} lists build scripts, but its build has been explicitly disabled through configuration.`)}:!o.get("enableScripts")&&!r.built?{skipped:!0,explain:n=>n.reportWarningOnce(4,`${W.prettyLocator(o,t)} lists build scripts, but all build scripts have been disabled.`)}:$Ie(t)?{skipped:!1,directives:a}:{skipped:!0,explain:n=>n.reportWarningOnce(76,`${W.prettyLocator(o,t)} The ${Ji.getArchitectureName()} architecture is incompatible with this package, build skipped.`)}}var jIt=new Set([".exe",".bin",".h",".hh",".hpp",".c",".cc",".cpp",".java",".jar",".node"]);function nG(t){return t.packageFs.getExtractHint({relevantExtensions:jIt})}function iG(t){let e=V.join(t.prefixPath,"binding.gyp");return t.packageFs.existsSync(e)}var av={};Vt(av,{getUnpluggedPath:()=>ov});Ye();St();function ov(t,{configuration:e}){return V.resolve(e.get("pnpUnpluggedFolder"),W.slugifyLocator(t))}var GIt=new Set([W.makeIdent(null,"open").identHash,W.makeIdent(null,"opn").identHash]),P0=class{constructor(){this.mode="strict";this.pnpCache=new Map}getCustomDataKey(){return JSON.stringify({name:"PnpLinker",version:2})}supportsPackage(e,r){return this.isEnabled(r)}async findPackageLocation(e,r){if(!this.isEnabled(r))throw new Error("Assertion failed: Expected the PnP linker to be enabled");let o=b0(r.project).cjs;if(!oe.existsSync(o))throw new it(`The project in ${de.pretty(r.project.configuration,`${r.project.cwd}/package.json`,de.Type.PATH)} doesn't seem to have been installed - running an install there might help`);let a=_e.getFactoryWithDefault(this.pnpCache,o,()=>_e.dynamicRequire(o,{cachingStrategy:_e.CachingStrategy.FsTime})),n={name:W.stringifyIdent(e),reference:e.reference},u=a.getPackageInformation(n);if(!u)throw new it(`Couldn't find ${W.prettyLocator(r.project.configuration,e)} in the currently installed PnP map - running an install might help`);return ue.toPortablePath(u.packageLocation)}async findPackageLocator(e,r){if(!this.isEnabled(r))return null;let o=b0(r.project).cjs;if(!oe.existsSync(o))return null;let n=_e.getFactoryWithDefault(this.pnpCache,o,()=>_e.dynamicRequire(o,{cachingStrategy:_e.CachingStrategy.FsTime})).findPackageLocator(ue.fromPortablePath(e));return n?W.makeLocator(W.parseIdent(n.name),n.reference):null}makeInstaller(e){return new mm(e)}isEnabled(e){return!(e.project.configuration.get("nodeLinker")!=="pnp"||e.project.configuration.get("pnpMode")!==this.mode)}},mm=class{constructor(e){this.opts=e;this.mode="strict";this.asyncActions=new _e.AsyncActions(10);this.packageRegistry=new Map;this.virtualTemplates=new Map;this.isESMLoaderRequired=!1;this.customData={store:new Map};this.unpluggedPaths=new Set;this.opts=e}attachCustomData(e){this.customData=e}async installPackage(e,r,o){let a=W.stringifyIdent(e),n=e.reference,u=!!this.opts.project.tryWorkspaceByLocator(e),A=W.isVirtualLocator(e),p=e.peerDependencies.size>0&&!A,h=!p&&!u,E=!p&&e.linkType!=="SOFT",I,v;if(h||E){let te=A?W.devirtualizeLocator(e):e;I=this.customData.store.get(te.locatorHash),typeof I>"u"&&(I=await qIt(r),e.linkType==="HARD"&&this.customData.store.set(te.locatorHash,I)),I.manifest.type==="module"&&(this.isESMLoaderRequired=!0),v=this.opts.project.getDependencyMeta(te,e.version)}let x=h?IQ(e,I,v,{configuration:this.opts.project.configuration}):null,C=E?await this.unplugPackageIfNeeded(e,I,r,v,o):r.packageFs;if(V.isAbsolute(r.prefixPath))throw new Error(`Assertion failed: Expected the prefix path (${r.prefixPath}) to be relative to the parent`);let R=V.resolve(C.getRealPath(),r.prefixPath),L=sG(this.opts.project.cwd,R),U=new Map,J=new Set;if(A){for(let te of e.peerDependencies.values())U.set(W.stringifyIdent(te),null),J.add(W.stringifyIdent(te));if(!u){let te=W.devirtualizeLocator(e);this.virtualTemplates.set(te.locatorHash,{location:sG(this.opts.project.cwd,mi.resolveVirtual(R)),locator:te})}}return _e.getMapWithDefault(this.packageRegistry,a).set(n,{packageLocation:L,packageDependencies:U,packagePeers:J,linkType:e.linkType,discardFromLookup:r.discardFromLookup||!1}),{packageLocation:R,buildRequest:x}}async attachInternalDependencies(e,r){let o=this.getPackageInformation(e);for(let[a,n]of r){let u=W.areIdentsEqual(a,n)?n.reference:[W.stringifyIdent(n),n.reference];o.packageDependencies.set(W.stringifyIdent(a),u)}}async attachExternalDependents(e,r){for(let o of r)this.getDiskInformation(o).packageDependencies.set(W.stringifyIdent(e),e.reference)}async finalizeInstall(){if(this.opts.project.configuration.get("pnpMode")!==this.mode)return;let e=b0(this.opts.project);if(this.isEsmEnabled()||await oe.removePromise(e.esmLoader),this.opts.project.configuration.get("nodeLinker")!=="pnp"){await oe.removePromise(e.cjs),await oe.removePromise(e.data),await oe.removePromise(e.esmLoader),await oe.removePromise(this.opts.project.configuration.get("pnpUnpluggedFolder"));return}for(let{locator:E,location:I}of this.virtualTemplates.values())_e.getMapWithDefault(this.packageRegistry,W.stringifyIdent(E)).set(E.reference,{packageLocation:I,packageDependencies:new Map,packagePeers:new Set,linkType:"SOFT",discardFromLookup:!1});this.packageRegistry.set(null,new Map([[null,this.getPackageInformation(this.opts.project.topLevelWorkspace.anchoredLocator)]]));let r=this.opts.project.configuration.get("pnpFallbackMode"),o=this.opts.project.workspaces.map(({anchoredLocator:E})=>({name:W.stringifyIdent(E),reference:E.reference})),a=r!=="none",n=[],u=new Map,A=_e.buildIgnorePattern([".yarn/sdks/**",...this.opts.project.configuration.get("pnpIgnorePatterns")]),p=this.packageRegistry,h=this.opts.project.configuration.get("pnpShebang");if(r==="dependencies-only")for(let E of this.opts.project.storedPackages.values())this.opts.project.tryWorkspaceByLocator(E)&&n.push({name:W.stringifyIdent(E),reference:E.reference});return await this.asyncActions.wait(),await this.finalizeInstallWithPnp({dependencyTreeRoots:o,enableTopLevelFallback:a,fallbackExclusionList:n,fallbackPool:u,ignorePattern:A,packageRegistry:p,shebang:h}),{customData:this.customData}}async transformPnpSettings(e){}isEsmEnabled(){if(this.opts.project.configuration.sources.has("pnpEnableEsmLoader"))return this.opts.project.configuration.get("pnpEnableEsmLoader");if(this.isESMLoaderRequired)return!0;for(let e of this.opts.project.workspaces)if(e.manifest.type==="module")return!0;return!1}async finalizeInstallWithPnp(e){let r=b0(this.opts.project),o=await this.locateNodeModules(e.ignorePattern);if(o.length>0){this.opts.report.reportWarning(31,"One or more node_modules have been detected and will be removed. This operation may take some time.");for(let n of o)await oe.removePromise(n)}if(await this.transformPnpSettings(e),this.opts.project.configuration.get("pnpEnableInlining")){let n=SIe(e);await oe.changeFilePromise(r.cjs,n,{automaticNewlines:!0,mode:493}),await oe.removePromise(r.data)}else{let{dataFile:n,loaderFile:u}=PIe(e);await oe.changeFilePromise(r.cjs,u,{automaticNewlines:!0,mode:493}),await oe.changeFilePromise(r.data,n,{automaticNewlines:!0,mode:420})}this.isEsmEnabled()&&(this.opts.report.reportWarning(0,"ESM support for PnP uses the experimental loader API and is therefore experimental"),await oe.changeFilePromise(r.esmLoader,(0,rG.default)(),{automaticNewlines:!0,mode:420}));let a=this.opts.project.configuration.get("pnpUnpluggedFolder");if(this.unpluggedPaths.size===0)await oe.removePromise(a);else for(let n of await oe.readdirPromise(a)){let u=V.resolve(a,n);this.unpluggedPaths.has(u)||await oe.removePromise(u)}}async locateNodeModules(e){let r=[],o=e?new RegExp(e):null;for(let a of this.opts.project.workspaces){let n=V.join(a.cwd,"node_modules");if(o&&o.test(V.relative(this.opts.project.cwd,a.cwd))||!oe.existsSync(n))continue;let u=await oe.readdirPromise(n,{withFileTypes:!0}),A=u.filter(p=>!p.isDirectory()||p.name===".bin"||!p.name.startsWith("."));if(A.length===u.length)r.push(n);else for(let p of A)r.push(V.join(n,p.name))}return r}async unplugPackageIfNeeded(e,r,o,a,n){return this.shouldBeUnplugged(e,r,a)?this.unplugPackage(e,o,n):o.packageFs}shouldBeUnplugged(e,r,o){return typeof o.unplugged<"u"?o.unplugged:GIt.has(e.identHash)||e.conditions!=null?!0:r.manifest.preferUnplugged!==null?r.manifest.preferUnplugged:!!(IQ(e,r,o,{configuration:this.opts.project.configuration})?.skipped===!1||r.misc.extractHint)}async unplugPackage(e,r,o){let a=ov(e,{configuration:this.opts.project.configuration});return this.opts.project.disabledLocators.has(e.locatorHash)?new Uu(a,{baseFs:r.packageFs,pathUtils:V}):(this.unpluggedPaths.add(a),o.holdFetchResult(this.asyncActions.set(e.locatorHash,async()=>{let n=V.join(a,r.prefixPath,".ready");await oe.existsPromise(n)||(this.opts.project.storedBuildState.delete(e.locatorHash),await oe.mkdirPromise(a,{recursive:!0}),await oe.copyPromise(a,Bt.dot,{baseFs:r.packageFs,overwrite:!1}),await oe.writeFilePromise(n,""))})),new gn(a))}getPackageInformation(e){let r=W.stringifyIdent(e),o=e.reference,a=this.packageRegistry.get(r);if(!a)throw new Error(`Assertion failed: The package information store should have been available (for ${W.prettyIdent(this.opts.project.configuration,e)})`);let n=a.get(o);if(!n)throw new Error(`Assertion failed: The package information should have been available (for ${W.prettyLocator(this.opts.project.configuration,e)})`);return n}getDiskInformation(e){let r=_e.getMapWithDefault(this.packageRegistry,"@@disk"),o=sG(this.opts.project.cwd,e);return _e.getFactoryWithDefault(r,o,()=>({packageLocation:o,packageDependencies:new Map,packagePeers:new Set,linkType:"SOFT",discardFromLookup:!1}))}};function sG(t,e){let r=V.relative(t,e);return r.match(/^\.{0,2}\//)||(r=`./${r}`),r.replace(/\/?$/,"/")}async function qIt(t){let e=await Ot.tryFind(t.prefixPath,{baseFs:t.packageFs})??new Ot,r=new Set(["preinstall","install","postinstall"]);for(let o of e.scripts.keys())r.has(o)||e.scripts.delete(o);return{manifest:{scripts:e.scripts,preferUnplugged:e.preferUnplugged,type:e.type},misc:{extractHint:nG(t),hasBindingGyp:iG(t)}}}Ye();Ye();jt();var e1e=$e(Zo());var x0=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Unplug direct dependencies from the entire project"});this.recursive=ge.Boolean("-R,--recursive",!1,{description:"Unplug both direct and transitive dependencies"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.patterns=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);if(r.get("nodeLinker")!=="pnp")throw new it("This command can only be used if the `nodeLinker` option is set to `pnp`");await o.restoreInstallState();let u=new Set(this.patterns),A=this.patterns.map(x=>{let C=W.parseDescriptor(x),R=C.range!=="unknown"?C:W.makeDescriptor(C,"*");if(!kr.validRange(R.range))throw new it(`The range of the descriptor patterns must be a valid semver range (${W.prettyDescriptor(r,R)})`);return L=>{let U=W.stringifyIdent(L);return!e1e.default.isMatch(U,W.stringifyIdent(R))||L.version&&!kr.satisfiesWithPrereleases(L.version,R.range)?!1:(u.delete(x),!0)}}),p=()=>{let x=[];for(let C of o.storedPackages.values())!o.tryWorkspaceByLocator(C)&&!W.isVirtualLocator(C)&&A.some(R=>R(C))&&x.push(C);return x},h=x=>{let C=new Set,R=[],L=(U,J)=>{if(C.has(U.locatorHash))return;let te=!!o.tryWorkspaceByLocator(U);if(!(J>0&&!this.recursive&&te)&&(C.add(U.locatorHash),!o.tryWorkspaceByLocator(U)&&A.some(ae=>ae(U))&&R.push(U),!(J>0&&!this.recursive)))for(let ae of U.dependencies.values()){let fe=o.storedResolutions.get(ae.descriptorHash);if(!fe)throw new Error("Assertion failed: The resolution should have been registered");let ce=o.storedPackages.get(fe);if(!ce)throw new Error("Assertion failed: The package should have been registered");L(ce,J+1)}};for(let U of x)L(U.anchoredPackage,0);return R},E,I;if(this.all&&this.recursive?(E=p(),I="the project"):this.all?(E=h(o.workspaces),I="any workspace"):(E=h([a]),I="this workspace"),u.size>1)throw new it(`Patterns ${de.prettyList(r,u,de.Type.CODE)} don't match any packages referenced by ${I}`);if(u.size>0)throw new it(`Pattern ${de.prettyList(r,u,de.Type.CODE)} doesn't match any packages referenced by ${I}`);E=_e.sortMap(E,x=>W.stringifyLocator(x));let v=await Nt.start({configuration:r,stdout:this.context.stdout,json:this.json},async x=>{for(let C of E){let R=C.version??"unknown",L=o.topLevelWorkspace.manifest.ensureDependencyMeta(W.makeDescriptor(C,R));L.unplugged=!0,x.reportInfo(0,`Will unpack ${W.prettyLocator(r,C)} to ${de.pretty(r,ov(C,{configuration:r}),de.Type.PATH)}`),x.reportJson({locator:W.stringifyLocator(C),version:R})}await o.topLevelWorkspace.persistManifest(),this.json||x.reportSeparator()});return v.hasErrors()?v.exitCode():await o.installWithNewReport({json:this.json,stdout:this.context.stdout},{cache:n})}};x0.paths=[["unplug"]],x0.usage=nt.Usage({description:"force the unpacking of a list of packages",details:"\n This command will add the selectors matching the specified patterns to the list of packages that must be unplugged when installed.\n\n A package being unplugged means that instead of being referenced directly through its archive, it will be unpacked at install time in the directory configured via `pnpUnpluggedFolder`. Note that unpacking packages this way is generally not recommended because it'll make it harder to store your packages within the repository. However, it's a good approach to quickly and safely debug some packages, and can even sometimes be required depending on the context (for example when the package contains shellscripts).\n\n Running the command will set a persistent flag inside your top-level `package.json`, in the `dependenciesMeta` field. As such, to undo its effects, you'll need to revert the changes made to the manifest and run `yarn install` to apply the modification.\n\n By default, only direct dependencies from the current workspace are affected. If `-A,--all` is set, direct dependencies from the entire project are affected. Using the `-R,--recursive` flag will affect transitive dependencies as well as direct ones.\n\n This command accepts glob patterns inside the scope and name components (not the range). Make sure to escape the patterns to prevent your own shell from trying to expand them.\n ",examples:[["Unplug the lodash dependency from the active workspace","yarn unplug lodash"],["Unplug all instances of lodash referenced by any workspace","yarn unplug lodash -A"],["Unplug all instances of lodash referenced by the active workspace and its dependencies","yarn unplug lodash -R"],["Unplug all instances of lodash, anywhere","yarn unplug lodash -AR"],["Unplug one specific version of lodash","yarn unplug lodash@1.2.3"],["Unplug all packages with the `@babel` scope","yarn unplug '@babel/*'"],["Unplug all packages (only for testing, not recommended)","yarn unplug -R '*'"]]});var b0=t=>({cjs:V.join(t.cwd,dr.pnpCjs),data:V.join(t.cwd,dr.pnpData),esmLoader:V.join(t.cwd,dr.pnpEsmLoader)}),r1e=t=>/\s/.test(t)?JSON.stringify(t):t;async function YIt(t,e,r){let o=/\s*--require\s+\S*\.pnp\.c?js\s*/g,a=/\s*--experimental-loader\s+\S*\.pnp\.loader\.mjs\s*/,n=(e.NODE_OPTIONS??"").replace(o," ").replace(a," ").trim();if(t.configuration.get("nodeLinker")!=="pnp"){e.NODE_OPTIONS=n;return}let u=b0(t),A=`--require ${r1e(ue.fromPortablePath(u.cjs))}`;oe.existsSync(u.esmLoader)&&(A=`${A} --experimental-loader ${(0,t1e.pathToFileURL)(ue.fromPortablePath(u.esmLoader)).href}`),oe.existsSync(u.cjs)&&(e.NODE_OPTIONS=n?`${A} ${n}`:A)}async function WIt(t,e){let r=b0(t);e(r.cjs),e(r.data),e(r.esmLoader),e(t.configuration.get("pnpUnpluggedFolder"))}var KIt={hooks:{populateYarnPaths:WIt,setupScriptEnvironment:YIt},configuration:{nodeLinker:{description:'The linker used for installing Node packages, one of: "pnp", "pnpm", or "node-modules"',type:"STRING",default:"pnp"},winLinkType:{description:"Whether Yarn should use Windows Junctions or symlinks when creating links on Windows.",type:"STRING",values:["junctions","symlinks"],default:"junctions"},pnpMode:{description:"If 'strict', generates standard PnP maps. If 'loose', merges them with the n_m resolution.",type:"STRING",default:"strict"},pnpShebang:{description:"String to prepend to the generated PnP script",type:"STRING",default:"#!/usr/bin/env node"},pnpIgnorePatterns:{description:"Array of glob patterns; files matching them will use the classic resolution",type:"STRING",default:[],isArray:!0},pnpEnableEsmLoader:{description:"If true, Yarn will generate an ESM loader (`.pnp.loader.mjs`). If this is not explicitly set Yarn tries to automatically detect whether ESM support is required.",type:"BOOLEAN",default:!1},pnpEnableInlining:{description:"If true, the PnP data will be inlined along with the generated loader",type:"BOOLEAN",default:!0},pnpFallbackMode:{description:"If true, the generated PnP loader will follow the top-level fallback rule",type:"STRING",default:"dependencies-only"},pnpUnpluggedFolder:{description:"Folder where the unplugged packages must be stored",type:"ABSOLUTE_PATH",default:"./.yarn/unplugged"}},linkers:[P0],commands:[x0]},VIt=KIt;var u1e=$e(a1e());jt();var pG=$e(ve("crypto")),A1e=$e(ve("fs")),f1e=1,Si="node_modules",BQ=".bin",p1e=".yarn-state.yml",A1t=1e3,hG=(o=>(o.CLASSIC="classic",o.HARDLINKS_LOCAL="hardlinks-local",o.HARDLINKS_GLOBAL="hardlinks-global",o))(hG||{}),lv=class{constructor(){this.installStateCache=new Map}getCustomDataKey(){return JSON.stringify({name:"NodeModulesLinker",version:3})}supportsPackage(e,r){return this.isEnabled(r)}async findPackageLocation(e,r){if(!this.isEnabled(r))throw new Error("Assertion failed: Expected the node-modules linker to be enabled");let o=r.project.tryWorkspaceByLocator(e);if(o)return o.cwd;let a=await _e.getFactoryWithDefault(this.installStateCache,r.project.cwd,async()=>await fG(r.project,{unrollAliases:!0}));if(a===null)throw new it("Couldn't find the node_modules state file - running an install might help (findPackageLocation)");let n=a.locatorMap.get(W.stringifyLocator(e));if(!n){let p=new it(`Couldn't find ${W.prettyLocator(r.project.configuration,e)} in the currently installed node_modules map - running an install might help`);throw p.code="LOCATOR_NOT_INSTALLED",p}let u=n.locations.sort((p,h)=>p.split(V.sep).length-h.split(V.sep).length),A=V.join(r.project.configuration.startingCwd,Si);return u.find(p=>V.contains(A,p))||n.locations[0]}async findPackageLocator(e,r){if(!this.isEnabled(r))return null;let o=await _e.getFactoryWithDefault(this.installStateCache,r.project.cwd,async()=>await fG(r.project,{unrollAliases:!0}));if(o===null)return null;let{locationRoot:a,segments:n}=vQ(V.resolve(e),{skipPrefix:r.project.cwd}),u=o.locationTree.get(a);if(!u)return null;let A=u.locator;for(let p of n){if(u=u.children.get(p),!u)break;A=u.locator||A}return W.parseLocator(A)}makeInstaller(e){return new AG(e)}isEnabled(e){return e.project.configuration.get("nodeLinker")==="node-modules"}},AG=class{constructor(e){this.opts=e;this.localStore=new Map;this.realLocatorChecksums=new Map;this.customData={store:new Map}}attachCustomData(e){this.customData=e}async installPackage(e,r){let o=V.resolve(r.packageFs.getRealPath(),r.prefixPath),a=this.customData.store.get(e.locatorHash);if(typeof a>"u"&&(a=await f1t(e,r),e.linkType==="HARD"&&this.customData.store.set(e.locatorHash,a)),!W.isPackageCompatible(e,this.opts.project.configuration.getSupportedArchitectures()))return{packageLocation:null,buildRequest:null};let n=new Map,u=new Set;n.has(W.stringifyIdent(e))||n.set(W.stringifyIdent(e),e.reference);let A=e;if(W.isVirtualLocator(e)){A=W.devirtualizeLocator(e);for(let E of e.peerDependencies.values())n.set(W.stringifyIdent(E),null),u.add(W.stringifyIdent(E))}let p={packageLocation:`${ue.fromPortablePath(o)}/`,packageDependencies:n,packagePeers:u,linkType:e.linkType,discardFromLookup:r.discardFromLookup??!1};this.localStore.set(e.locatorHash,{pkg:e,customPackageData:a,dependencyMeta:this.opts.project.getDependencyMeta(e,e.version),pnpNode:p});let h=r.checksum?r.checksum.substring(r.checksum.indexOf("/")+1):null;return this.realLocatorChecksums.set(A.locatorHash,h),{packageLocation:o,buildRequest:null}}async attachInternalDependencies(e,r){let o=this.localStore.get(e.locatorHash);if(typeof o>"u")throw new Error("Assertion failed: Expected information object to have been registered");for(let[a,n]of r){let u=W.areIdentsEqual(a,n)?n.reference:[W.stringifyIdent(n),n.reference];o.pnpNode.packageDependencies.set(W.stringifyIdent(a),u)}}async attachExternalDependents(e,r){throw new Error("External dependencies haven't been implemented for the node-modules linker")}async finalizeInstall(){if(this.opts.project.configuration.get("nodeLinker")!=="node-modules")return;let e=new mi({baseFs:new Jl({maxOpenFiles:80,readOnlyArchives:!0})}),r=await fG(this.opts.project),o=this.opts.project.configuration.get("nmMode");(r===null||o!==r.nmMode)&&(this.opts.project.storedBuildState.clear(),r={locatorMap:new Map,binSymlinks:new Map,locationTree:new Map,nmMode:o,mtimeMs:0});let a=new Map(this.opts.project.workspaces.map(v=>{let x=this.opts.project.configuration.get("nmHoistingLimits");try{x=_e.validateEnum(JB,v.manifest.installConfig?.hoistingLimits??x)}catch{let R=W.prettyWorkspace(this.opts.project.configuration,v);this.opts.report.reportWarning(57,`${R}: Invalid 'installConfig.hoistingLimits' value. Expected one of ${Object.values(JB).join(", ")}, using default: "${x}"`)}return[v.relativeCwd,x]})),n=new Map(this.opts.project.workspaces.map(v=>{let x=this.opts.project.configuration.get("nmSelfReferences");return x=v.manifest.installConfig?.selfReferences??x,[v.relativeCwd,x]})),u={VERSIONS:{std:1},topLevel:{name:null,reference:null},getLocator:(v,x)=>Array.isArray(x)?{name:x[0],reference:x[1]}:{name:v,reference:x},getDependencyTreeRoots:()=>this.opts.project.workspaces.map(v=>{let x=v.anchoredLocator;return{name:W.stringifyIdent(x),reference:x.reference}}),getPackageInformation:v=>{let x=v.reference===null?this.opts.project.topLevelWorkspace.anchoredLocator:W.makeLocator(W.parseIdent(v.name),v.reference),C=this.localStore.get(x.locatorHash);if(typeof C>"u")throw new Error("Assertion failed: Expected the package reference to have been registered");return C.pnpNode},findPackageLocator:v=>{let x=this.opts.project.tryWorkspaceByCwd(ue.toPortablePath(v));if(x!==null){let C=x.anchoredLocator;return{name:W.stringifyIdent(C),reference:C.reference}}throw new Error("Assertion failed: Unimplemented")},resolveToUnqualified:()=>{throw new Error("Assertion failed: Unimplemented")},resolveUnqualified:()=>{throw new Error("Assertion failed: Unimplemented")},resolveRequest:()=>{throw new Error("Assertion failed: Unimplemented")},resolveVirtual:v=>ue.fromPortablePath(mi.resolveVirtual(ue.toPortablePath(v)))},{tree:A,errors:p,preserveSymlinksRequired:h}=zB(u,{pnpifyFs:!1,validateExternalSoftLinks:!0,hoistingLimitsByCwd:a,project:this.opts.project,selfReferencesByCwd:n});if(!A){for(let{messageName:v,text:x}of p)this.opts.report.reportError(v,x);return}let E=Hj(A);await y1t(r,E,{baseFs:e,project:this.opts.project,report:this.opts.report,realLocatorChecksums:this.realLocatorChecksums,loadManifest:async v=>{let x=W.parseLocator(v),C=this.localStore.get(x.locatorHash);if(typeof C>"u")throw new Error("Assertion failed: Expected the slot to exist");return C.customPackageData.manifest}});let I=[];for(let[v,x]of E.entries()){if(m1e(v))continue;let C=W.parseLocator(v),R=this.localStore.get(C.locatorHash);if(typeof R>"u")throw new Error("Assertion failed: Expected the slot to exist");if(this.opts.project.tryWorkspaceByLocator(R.pkg))continue;let L=yA.extractBuildRequest(R.pkg,R.customPackageData,R.dependencyMeta,{configuration:this.opts.project.configuration});!L||I.push({buildLocations:x.locations,locator:C,buildRequest:L})}return h&&this.opts.report.reportWarning(72,`The application uses portals and that's why ${de.pretty(this.opts.project.configuration,"--preserve-symlinks",de.Type.CODE)} Node option is required for launching it`),{customData:this.customData,records:I}}};async function f1t(t,e){let r=await Ot.tryFind(e.prefixPath,{baseFs:e.packageFs})??new Ot,o=new Set(["preinstall","install","postinstall"]);for(let a of r.scripts.keys())o.has(a)||r.scripts.delete(a);return{manifest:{bin:r.bin,scripts:r.scripts},misc:{hasBindingGyp:yA.hasBindingGyp(e)}}}async function p1t(t,e,r,o,{installChangedByUser:a}){let n="";n+=`# Warning: This file is automatically generated. Removing it is fine, but will `,n+=`# cause your node_modules installation to become invalidated. `,n+=` `,n+=`__metadata: -`,n+=` version: ${g1e} +`,n+=` version: ${f1e} `,n+=` nmMode: ${o.value} `;let u=Array.from(e.keys()).sort(),A=W.stringifyLocator(t.topLevelWorkspace.anchoredLocator);for(let E of u){let I=e.get(E);n+=` `,n+=`${JSON.stringify(E)}: `,n+=` locations: -`;for(let v of I.locations){let b=K.contains(t.cwd,v);if(b===null)throw new Error(`Assertion failed: Expected the path to be within the project (${v})`);n+=` - ${JSON.stringify(b)} +`;for(let v of I.locations){let x=V.contains(t.cwd,v);if(x===null)throw new Error(`Assertion failed: Expected the path to be within the project (${v})`);n+=` - ${JSON.stringify(x)} `}if(I.aliases.length>0){n+=` aliases: `;for(let v of I.aliases)n+=` - ${JSON.stringify(v)} `}if(E===A&&r.size>0){n+=` bin: -`;for(let[v,b]of r){let C=K.contains(t.cwd,v);if(C===null)throw new Error(`Assertion failed: Expected the path to be within the project (${v})`);n+=` ${JSON.stringify(C)}: -`;for(let[T,L]of b){let U=K.relative(K.join(v,Pi),L);n+=` ${JSON.stringify(T)}: ${JSON.stringify(U)} -`}}}}let p=t.cwd,h=K.join(p,Pi,d1e);a&&await oe.removePromise(h),await oe.changeFilePromise(h,n,{automaticNewlines:!0})}async function hq(t,{unrollAliases:e=!1}={}){let r=t.cwd,o=K.join(r,Pi,d1e),a;try{a=await oe.statPromise(o)}catch{}if(!a)return null;let n=Vi(await oe.readFilePromise(o,"utf8"));if(n.__metadata.version>g1e)return null;let u=n.__metadata.nmMode||"classic",A=new Map,p=new Map;delete n.__metadata;for(let[h,E]of Object.entries(n)){let I=E.locations.map(b=>K.join(r,b)),v=E.bin;if(v)for(let[b,C]of Object.entries(v)){let T=K.join(r,ue.toPortablePath(b)),L=je.getMapWithDefault(p,T);for(let[U,J]of Object.entries(C))L.set(U,ue.toPortablePath([T,Pi,J].join(K.sep)))}if(A.set(h,{target:Bt.dot,linkType:"HARD",locations:I,aliases:E.aliases||[]}),e&&E.aliases)for(let b of E.aliases){let{scope:C,name:T}=W.parseLocator(h),L=W.makeLocator(W.makeIdent(C,T),b),U=W.stringifyLocator(L);A.set(U,{target:Bt.dot,linkType:"HARD",locations:I,aliases:[]})}}return{locatorMap:A,binSymlinks:p,locationTree:m1e(A,{skipPrefix:t.cwd}),nmMode:u,mtimeMs:a.mtimeMs}}var YC=async(t,e)=>{if(t.split(K.sep).indexOf(Pi)<0)throw new Error(`Assertion failed: trying to remove dir that doesn't contain node_modules: ${t}`);try{if(!e.innerLoop){let o=e.allowSymlink?await oe.statPromise(t):await oe.lstatPromise(t);if(e.allowSymlink&&!o.isDirectory()||!e.allowSymlink&&o.isSymbolicLink()){await oe.unlinkPromise(t);return}}let r=await oe.readdirPromise(t,{withFileTypes:!0});for(let o of r){let a=K.join(t,o.name);o.isDirectory()?(o.name!==Pi||e&&e.innerLoop)&&await YC(a,{innerLoop:!0,contentsOnly:!1}):await oe.unlinkPromise(a)}e.contentsOnly||await oe.rmdirPromise(t)}catch(r){if(r.code!=="ENOENT"&&r.code!=="ENOTEMPTY")throw r}},A1e=4,PQ=(t,{skipPrefix:e})=>{let r=K.contains(e,t);if(r===null)throw new Error(`Assertion failed: Writing attempt prevented to ${t} which is outside project root: ${e}`);let o=r.split(K.sep).filter(p=>p!==""),a=o.indexOf(Pi),n=o.slice(0,a).join(K.sep),u=K.join(e,n),A=o.slice(a);return{locationRoot:u,segments:A}},m1e=(t,{skipPrefix:e})=>{let r=new Map;if(t===null)return r;let o=()=>({children:new Map,linkType:"HARD"});for(let[a,n]of t.entries()){if(n.linkType==="SOFT"&&K.contains(e,n.target)!==null){let A=je.getFactoryWithDefault(r,n.target,o);A.locator=a,A.linkType=n.linkType}for(let u of n.locations){let{locationRoot:A,segments:p}=PQ(u,{skipPrefix:e}),h=je.getFactoryWithDefault(r,A,o);for(let E=0;E{if(process.platform==="win32"&&r==="junctions"){let o;try{o=await oe.lstatPromise(t)}catch{}if(!o||o.isDirectory()){await oe.symlinkPromise(t,e,"junction");return}}await oe.symlinkPromise(K.relative(K.dirname(e),t),e)};async function y1e(t,e,r){let o=K.join(t,`${gq.default.randomBytes(16).toString("hex")}.tmp`);try{await oe.writeFilePromise(o,r);try{await oe.linkPromise(o,e)}catch{}}finally{await oe.unlinkPromise(o)}}async function E1t({srcPath:t,dstPath:e,entry:r,globalHardlinksStore:o,baseFs:a,nmMode:n}){if(r.kind===E1e.FILE){if(n.value==="hardlinks-global"&&o&&r.digest){let A=K.join(o,r.digest.substring(0,2),`${r.digest.substring(2)}.dat`),p;try{let h=await oe.statPromise(A);if(h&&(!r.mtimeMs||h.mtimeMs>r.mtimeMs||h.mtimeMs(o.FILE="file",o.DIRECTORY="directory",o.SYMLINK="symlink",o))(E1e||{}),C1t=async(t,e,{baseFs:r,globalHardlinksStore:o,nmMode:a,windowsLinkType:n,packageChecksum:u})=>{await oe.mkdirPromise(t,{recursive:!0});let A=async(E=Bt.dot)=>{let I=K.join(e,E),v=await r.readdirPromise(I,{withFileTypes:!0}),b=new Map;for(let C of v){let T=K.join(E,C.name),L,U=K.join(I,C.name);if(C.isFile()){if(L={kind:"file",mode:(await r.lstatPromise(U)).mode},a.value==="hardlinks-global"){let J=await wn.checksumFile(U,{baseFs:r,algorithm:"sha1"});L.digest=J}}else if(C.isDirectory())L={kind:"directory"};else if(C.isSymbolicLink())L={kind:"symlink",symlinkTo:await r.readlinkPromise(U)};else throw new Error(`Unsupported file type (file: ${U}, mode: 0o${await r.statSync(U).mode.toString(8).padStart(6,"0")})`);if(b.set(T,L),C.isDirectory()&&T!==Pi){let J=await A(T);for(let[te,le]of J)b.set(te,le)}}return b},p;if(a.value==="hardlinks-global"&&o&&u){let E=K.join(o,u.substring(0,2),`${u.substring(2)}.json`);try{p=new Map(Object.entries(JSON.parse(await oe.readFilePromise(E,"utf8"))))}catch{p=await A()}}else p=await A();let h=!1;for(let[E,I]of p){let v=K.join(e,E),b=K.join(t,E);if(I.kind==="directory")await oe.mkdirPromise(b,{recursive:!0});else if(I.kind==="file"){let C=I.mtimeMs;await E1t({srcPath:v,dstPath:b,entry:I,nmMode:a,baseFs:r,globalHardlinksStore:o}),I.mtimeMs!==C&&(h=!0)}else I.kind==="symlink"&&await mq(K.resolve(K.dirname(b),I.symlinkTo),b,n)}if(a.value==="hardlinks-global"&&o&&h&&u){let E=K.join(o,u.substring(0,2),`${u.substring(2)}.json`);await oe.removePromise(E),await y1e(o,E,Buffer.from(JSON.stringify(Object.fromEntries(p))))}};function w1t(t,e,r,o){let a=new Map,n=new Map,u=new Map,A=!1,p=(h,E,I,v,b)=>{let C=!0,T=K.join(h,E),L=new Set;if(E===Pi||E.startsWith("@")){let J;try{J=oe.statSync(T)}catch{}C=!!J,J?J.mtimeMs>r?(A=!0,L=new Set(oe.readdirSync(T))):L=new Set(I.children.get(E).children.keys()):A=!0;let te=e.get(h);if(te){let le=K.join(h,Pi,DQ),pe;try{pe=oe.statSync(le)}catch{}if(!pe)A=!0;else if(pe.mtimeMs>r){A=!0;let Ae=new Set(oe.readdirSync(le)),ye=new Map;n.set(h,ye);for(let[ae,we]of te)Ae.has(ae)&&ye.set(ae,we)}else n.set(h,te)}}else C=b.has(E);let U=I.children.get(E);if(C){let{linkType:J,locator:te}=U,le={children:new Map,linkType:J,locator:te};if(v.children.set(E,le),te){let pe=je.getSetWithDefault(u,te);pe.add(T),u.set(te,pe)}for(let pe of U.children.keys())p(T,pe,U,le,L)}else U.locator&&o.storedBuildState.delete(W.parseLocator(U.locator).locatorHash)};for(let[h,E]of t){let{linkType:I,locator:v}=E,b={children:new Map,linkType:I,locator:v};if(a.set(h,b),v){let C=je.getSetWithDefault(u,E.locator);C.add(h),u.set(E.locator,C)}E.children.has(Pi)&&p(h,Pi,E,b,new Set)}return{locationTree:a,binSymlinks:n,locatorLocations:u,installChangedByUser:A}}function C1e(t){let e=W.parseDescriptor(t);return W.isVirtualDescriptor(e)&&(e=W.devirtualizeDescriptor(e)),e.range.startsWith("link:")}async function I1t(t,e,r,{loadManifest:o}){let a=new Map;for(let[A,{locations:p}]of t){let h=C1e(A)?null:await o(A,p[0]),E=new Map;if(h)for(let[I,v]of h.bin){let b=K.join(p[0],v);v!==""&&oe.existsSync(b)&&E.set(I,v)}a.set(A,E)}let n=new Map,u=(A,p,h)=>{let E=new Map,I=K.contains(r,A);if(h.locator&&I!==null){let v=a.get(h.locator);for(let[b,C]of v){let T=K.join(A,ue.toPortablePath(C));E.set(b,T)}for(let[b,C]of h.children){let T=K.join(A,b),L=u(T,T,C);L.size>0&&n.set(A,new Map([...n.get(A)||new Map,...L]))}}else for(let[v,b]of h.children){let C=u(K.join(A,v),p,b);for(let[T,L]of C)E.set(T,L)}return E};for(let[A,p]of e){let h=u(A,A,p);h.size>0&&n.set(A,new Map([...n.get(A)||new Map,...h]))}return n}var f1e=(t,e)=>{if(!t||!e)return t===e;let r=W.parseLocator(t);W.isVirtualLocator(r)&&(r=W.devirtualizeLocator(r));let o=W.parseLocator(e);return W.isVirtualLocator(o)&&(o=W.devirtualizeLocator(o)),W.areLocatorsEqual(r,o)};function yq(t){return K.join(t.get("globalFolder"),"store")}async function B1t(t,e,{baseFs:r,project:o,report:a,loadManifest:n,realLocatorChecksums:u}){let A=K.join(o.cwd,Pi),{locationTree:p,binSymlinks:h,locatorLocations:E,installChangedByUser:I}=w1t(t.locationTree,t.binSymlinks,t.mtimeMs,o),v=m1e(e,{skipPrefix:o.cwd}),b=[],C=async({srcDir:we,dstDir:Pe,linkType:g,globalHardlinksStore:Ee,nmMode:De,windowsLinkType:ce,packageChecksum:ne})=>{let ee=(async()=>{try{g==="SOFT"?(await oe.mkdirPromise(K.dirname(Pe),{recursive:!0}),await mq(K.resolve(we),Pe,ce)):await C1t(Pe,we,{baseFs:r,globalHardlinksStore:Ee,nmMode:De,windowsLinkType:ce,packageChecksum:ne})}catch(Ie){throw Ie.message=`While persisting ${we} -> ${Pe} ${Ie.message}`,Ie}finally{le.tick()}})().then(()=>b.splice(b.indexOf(ee),1));b.push(ee),b.length>A1e&&await Promise.race(b)},T=async(we,Pe,g)=>{let Ee=(async()=>{let De=async(ce,ne,ee)=>{try{ee.innerLoop||await oe.mkdirPromise(ne,{recursive:!0});let Ie=await oe.readdirPromise(ce,{withFileTypes:!0});for(let ke of Ie){if(!ee.innerLoop&&ke.name===DQ)continue;let ht=K.join(ce,ke.name),H=K.join(ne,ke.name);ke.isDirectory()?(ke.name!==Pi||ee&&ee.innerLoop)&&(await oe.mkdirPromise(H,{recursive:!0}),await De(ht,H,{...ee,innerLoop:!0})):ye.value==="hardlinks-local"||ye.value==="hardlinks-global"?await oe.linkPromise(ht,H):await oe.copyFilePromise(ht,H,h1e.default.constants.COPYFILE_FICLONE)}}catch(Ie){throw ee.innerLoop||(Ie.message=`While cloning ${ce} -> ${ne} ${Ie.message}`),Ie}finally{ee.innerLoop||le.tick()}};await De(we,Pe,g)})().then(()=>b.splice(b.indexOf(Ee),1));b.push(Ee),b.length>A1e&&await Promise.race(b)},L=async(we,Pe,g)=>{if(g)for(let[Ee,De]of Pe.children){let ce=g.children.get(Ee);await L(K.join(we,Ee),De,ce)}else{Pe.children.has(Pi)&&await YC(K.join(we,Pi),{contentsOnly:!1});let Ee=K.basename(we)===Pi&&v.has(K.join(K.dirname(we),K.sep));await YC(we,{contentsOnly:we===A,allowSymlink:Ee})}};for(let[we,Pe]of p){let g=v.get(we);for(let[Ee,De]of Pe.children){if(Ee===".")continue;let ce=g&&g.children.get(Ee),ne=K.join(we,Ee);await L(ne,De,ce)}}let U=async(we,Pe,g)=>{if(g){f1e(Pe.locator,g.locator)||await YC(we,{contentsOnly:Pe.linkType==="HARD"});for(let[Ee,De]of Pe.children){let ce=g.children.get(Ee);await U(K.join(we,Ee),De,ce)}}else{Pe.children.has(Pi)&&await YC(K.join(we,Pi),{contentsOnly:!0});let Ee=K.basename(we)===Pi&&v.has(K.join(K.dirname(we),K.sep));await YC(we,{contentsOnly:Pe.linkType==="HARD",allowSymlink:Ee})}};for(let[we,Pe]of v){let g=p.get(we);for(let[Ee,De]of Pe.children){if(Ee===".")continue;let ce=g&&g.children.get(Ee);await U(K.join(we,Ee),De,ce)}}let J=new Map,te=[];for(let[we,Pe]of E)for(let g of Pe){let{locationRoot:Ee,segments:De}=PQ(g,{skipPrefix:o.cwd}),ce=v.get(Ee),ne=Ee;if(ce){for(let ee of De)if(ne=K.join(ne,ee),ce=ce.children.get(ee),!ce)break;if(ce){let ee=f1e(ce.locator,we),Ie=e.get(ce.locator),ke=Ie.target,ht=ne,H=Ie.linkType;if(ee)J.has(ke)||J.set(ke,ht);else if(ke!==ht){let lt=W.parseLocator(ce.locator);W.isVirtualLocator(lt)&&(lt=W.devirtualizeLocator(lt)),te.push({srcDir:ke,dstDir:ht,linkType:H,realLocatorHash:lt.locatorHash})}}}}for(let[we,{locations:Pe}]of e.entries())for(let g of Pe){let{locationRoot:Ee,segments:De}=PQ(g,{skipPrefix:o.cwd}),ce=p.get(Ee),ne=v.get(Ee),ee=Ee,Ie=e.get(we),ke=W.parseLocator(we);W.isVirtualLocator(ke)&&(ke=W.devirtualizeLocator(ke));let ht=ke.locatorHash,H=Ie.target,lt=g;if(H===lt)continue;let Re=Ie.linkType;for(let Qe of De)ne=ne.children.get(Qe);if(!ce)te.push({srcDir:H,dstDir:lt,linkType:Re,realLocatorHash:ht});else for(let Qe of De)if(ee=K.join(ee,Qe),ce=ce.children.get(Qe),!ce){te.push({srcDir:H,dstDir:lt,linkType:Re,realLocatorHash:ht});break}}let le=Xs.progressViaCounter(te.length),pe=a.reportProgress(le),Ae=o.configuration.get("nmMode"),ye={value:Ae},ae=o.configuration.get("winLinkType");try{let we=ye.value==="hardlinks-global"?`${yq(o.configuration)}/v1`:null;if(we&&!await oe.existsPromise(we)){await oe.mkdirpPromise(we);for(let g=0;g<256;g++)await oe.mkdirPromise(K.join(we,g.toString(16).padStart(2,"0")))}for(let g of te)(g.linkType==="SOFT"||!J.has(g.srcDir))&&(J.set(g.srcDir,g.dstDir),await C({...g,globalHardlinksStore:we,nmMode:ye,windowsLinkType:ae,packageChecksum:u.get(g.realLocatorHash)||null}));await Promise.all(b),b.length=0;for(let g of te){let Ee=J.get(g.srcDir);g.linkType!=="SOFT"&&g.dstDir!==Ee&&await T(Ee,g.dstDir,{nmMode:ye})}await Promise.all(b),await oe.mkdirPromise(A,{recursive:!0});let Pe=await I1t(e,v,o.cwd,{loadManifest:n});await v1t(h,Pe,o.cwd,ae),await y1t(o,e,Pe,ye,{installChangedByUser:I}),Ae=="hardlinks-global"&&ye.value=="hardlinks-local"&&a.reportWarningOnce(74,"'nmMode' has been downgraded to 'hardlinks-local' due to global cache and install folder being on different devices")}finally{pe.stop()}}async function v1t(t,e,r,o){for(let a of t.keys()){if(K.contains(r,a)===null)throw new Error(`Assertion failed. Excepted bin symlink location to be inside project dir, instead it was at ${a}`);if(!e.has(a)){let n=K.join(a,Pi,DQ);await oe.removePromise(n)}}for(let[a,n]of e){if(K.contains(r,a)===null)throw new Error(`Assertion failed. Excepted bin symlink location to be inside project dir, instead it was at ${a}`);let u=K.join(a,Pi,DQ),A=t.get(a)||new Map;await oe.mkdirPromise(u,{recursive:!0});for(let p of A.keys())n.has(p)||(await oe.removePromise(K.join(u,p)),process.platform==="win32"&&await oe.removePromise(K.join(u,`${p}.cmd`)));for(let[p,h]of n){let E=A.get(p),I=K.join(u,p);E!==h&&(process.platform==="win32"?await(0,p1e.default)(ue.fromPortablePath(h),ue.fromPortablePath(I),{createPwshFile:!1}):(await oe.removePromise(I),await mq(h,I,o),K.contains(r,await oe.realpathPromise(h))!==null&&await oe.chmodPromise(h,493)))}}}Ye();Pt();nA();var cv=class extends P0{constructor(){super(...arguments);this.mode="loose"}makeInstaller(r){return new Eq(r)}},Eq=class extends dm{constructor(){super(...arguments);this.mode="loose"}async transformPnpSettings(r){let o=new mi({baseFs:new Jl({maxOpenFiles:80,readOnlyArchives:!0})}),a=$Ie(r,this.opts.project.cwd,o),{tree:n,errors:u}=JB(a,{pnpifyFs:!1,project:this.opts.project});if(!n){for(let{messageName:I,text:v}of u)this.opts.report.reportError(I,v);return}let A=new Map;r.fallbackPool=A;let p=(I,v)=>{let b=W.parseLocator(v.locator),C=W.stringifyIdent(b);C===I?A.set(I,b.reference):A.set(I,[C,b.reference])},h=K.join(this.opts.project.cwd,dr.nodeModules),E=n.get(h);if(!(typeof E>"u")){if("target"in E)throw new Error("Assertion failed: Expected the root junction point to be a directory");for(let I of E.dirList){let v=K.join(h,I),b=n.get(v);if(typeof b>"u")throw new Error("Assertion failed: Expected the child to have been registered");if("target"in b)p(I,b);else for(let C of b.dirList){let T=K.join(v,C),L=n.get(T);if(typeof L>"u")throw new Error("Assertion failed: Expected the subchild to have been registered");if("target"in L)p(`${I}/${C}`,L);else throw new Error("Assertion failed: Expected the leaf junction to be a package")}}}}};var D1t={hooks:{cleanGlobalArtifacts:async t=>{let e=yq(t);await oe.removePromise(e)}},configuration:{nmHoistingLimits:{description:"Prevents packages to be hoisted past specific levels",type:"STRING",values:["workspaces","dependencies","none"],default:"none"},nmMode:{description:"Defines in which measure Yarn must use hardlinks and symlinks when generated `node_modules` directories.",type:"STRING",values:["classic","hardlinks-local","hardlinks-global"],default:"classic"},nmSelfReferences:{description:"Defines whether the linker should generate self-referencing symlinks for workspaces.",type:"BOOLEAN",default:!0}},linkers:[lv,cv]},P1t=D1t;var EG={};Kt(EG,{NpmHttpFetcher:()=>fv,NpmRemapResolver:()=>pv,NpmSemverFetcher:()=>dl,NpmSemverResolver:()=>hv,NpmTagResolver:()=>gv,default:()=>Ovt,npmConfigUtils:()=>Zn,npmHttpUtils:()=>on,npmPublishUtils:()=>sw});Ye();var x1e=$e(zn());var Wn="npm:";var on={};Kt(on,{AuthType:()=>P1e,customPackageError:()=>mm,del:()=>N1t,get:()=>ym,getIdentUrl:()=>SQ,getPackageMetadata:()=>KC,handleInvalidAuthenticationError:()=>b0,post:()=>T1t,put:()=>R1t});Ye();Ye();Pt();var Bq=$e(A2()),v1e=$e(S_()),D1e=$e(zn()),vq=Be("url");var Zn={};Kt(Zn,{RegistryType:()=>w1e,getAuditRegistry:()=>S1t,getAuthConfiguration:()=>Iq,getDefaultRegistry:()=>uv,getPublishRegistry:()=>x1t,getRegistryConfiguration:()=>I1e,getScopeConfiguration:()=>wq,getScopeRegistry:()=>WC,normalizeRegistry:()=>oc});var w1e=(o=>(o.AUDIT_REGISTRY="npmAuditRegistry",o.FETCH_REGISTRY="npmRegistryServer",o.PUBLISH_REGISTRY="npmPublishRegistry",o))(w1e||{});function oc(t){return t.replace(/\/$/,"")}function S1t({configuration:t}){return uv({configuration:t,type:"npmAuditRegistry"})}function x1t(t,{configuration:e}){return t.publishConfig?.registry?oc(t.publishConfig.registry):t.name?WC(t.name.scope,{configuration:e,type:"npmPublishRegistry"}):uv({configuration:e,type:"npmPublishRegistry"})}function WC(t,{configuration:e,type:r="npmRegistryServer"}){let o=wq(t,{configuration:e});if(o===null)return uv({configuration:e,type:r});let a=o.get(r);return a===null?uv({configuration:e,type:r}):oc(a)}function uv({configuration:t,type:e="npmRegistryServer"}){let r=t.get(e);return oc(r!==null?r:t.get("npmRegistryServer"))}function I1e(t,{configuration:e}){let r=e.get("npmRegistries"),o=oc(t),a=r.get(o);if(typeof a<"u")return a;let n=r.get(o.replace(/^[a-z]+:/,""));return typeof n<"u"?n:null}function wq(t,{configuration:e}){if(t===null)return null;let o=e.get("npmScopes").get(t);return o||null}function Iq(t,{configuration:e,ident:r}){let o=r&&wq(r.scope,{configuration:e});return o?.get("npmAuthIdent")||o?.get("npmAuthToken")?o:I1e(t,{configuration:e})||e}var P1e=(a=>(a[a.NO_AUTH=0]="NO_AUTH",a[a.BEST_EFFORT=1]="BEST_EFFORT",a[a.CONFIGURATION=2]="CONFIGURATION",a[a.ALWAYS_AUTH=3]="ALWAYS_AUTH",a))(P1e||{});async function b0(t,{attemptedAs:e,registry:r,headers:o,configuration:a}){if(bQ(t))throw new zt(41,"Invalid OTP token");if(t.originalError?.name==="HTTPError"&&t.originalError?.response.statusCode===401)throw new zt(41,`Invalid authentication (${typeof e!="string"?`as ${await M1t(r,o,{configuration:a})}`:`attempted as ${e}`})`)}function mm(t,e){let r=t.response?.statusCode;return r?r===404?"Package not found":r>=500&&r<600?`The registry appears to be down (using a ${de.applyHyperlink(e,"local cache","https://yarnpkg.com/advanced/lexicon#local-cache")} might have protected you against such outages)`:null:null}function SQ(t){return t.scope?`/@${t.scope}%2f${t.name}`:`/${t.name}`}var B1e=new Map;async function KC(t,{cache:e,project:r,registry:o,headers:a,version:n,...u}){return await je.getFactoryWithDefault(B1e,t.identHash,async()=>{let{configuration:A}=r;o=Av(A,{ident:t,registry:o});let p=Q1t(A,o),h=K.join(p,`${W.slugifyIdent(t)}.json`),E=null;if(!r.lockfileNeedsRefresh){try{E=await oe.readJsonPromise(h)}catch{}if(E){if(typeof n<"u"&&typeof E.metadata.versions[n]<"u")return E.metadata;if(A.get("enableOfflineMode")){let I=structuredClone(E.metadata),v=new Set;if(e){for(let C of Object.keys(I.versions)){let T=W.makeLocator(t,`npm:${C}`),L=e.getLocatorMirrorPath(T);(!L||!oe.existsSync(L))&&(delete I.versions[C],v.add(C))}let b=I["dist-tags"].latest;if(v.has(b)){let C=Object.keys(E.metadata.versions).sort(D1e.default.compare),T=C.indexOf(b);for(;v.has(C[T])&&T>=0;)T-=1;T>=0?I["dist-tags"].latest=C[T]:delete I["dist-tags"].latest}}return I}}}return await ym(SQ(t),{...u,customErrorMessage:mm,configuration:A,registry:o,ident:t,headers:{...a,["If-None-Match"]:E?.etag,["If-Modified-Since"]:E?.lastModified},wrapNetworkRequest:async I=>async()=>{let v=await I();if(v.statusCode===304){if(E===null)throw new Error("Assertion failed: cachedMetadata should not be null");return{...v,body:E.metadata}}let b=b1t(JSON.parse(v.body.toString()));B1e.set(t.identHash,b);let C={metadata:b,etag:v.headers.etag,lastModified:v.headers["last-modified"]},T=`${h}-${process.pid}.tmp`;return await oe.mkdirPromise(p,{recursive:!0}),await oe.writeJsonPromise(T,C,{compact:!0}),await oe.renamePromise(T,h),{...v,body:b}}})})}var S1e=["name","dist.tarball","bin","scripts","os","cpu","libc","dependencies","dependenciesMeta","optionalDependencies","peerDependencies","peerDependenciesMeta","deprecated"];function b1t(t){return{"dist-tags":t["dist-tags"],versions:Object.fromEntries(Object.entries(t.versions).map(([e,r])=>[e,(0,v1e.default)(r,S1e)]))}}var k1t=wn.makeHash(...S1e).slice(0,6);function Q1t(t,e){let r=F1t(t),o=new vq.URL(e);return K.join(r,k1t,o.hostname)}function F1t(t){return K.join(t.get("globalFolder"),"metadata/npm")}async function ym(t,{configuration:e,headers:r,ident:o,authType:a,registry:n,...u}){n=Av(e,{ident:o,registry:n}),o&&o.scope&&typeof a>"u"&&(a=1);let A=await xQ(n,{authType:a,configuration:e,ident:o});A&&(r={...r,authorization:A});try{return await rn.get(t.charAt(0)==="/"?`${n}${t}`:t,{configuration:e,headers:r,...u})}catch(p){throw await b0(p,{registry:n,configuration:e,headers:r}),p}}async function T1t(t,e,{attemptedAs:r,configuration:o,headers:a,ident:n,authType:u=3,registry:A,otp:p,...h}){A=Av(o,{ident:n,registry:A});let E=await xQ(A,{authType:u,configuration:o,ident:n});E&&(a={...a,authorization:E}),p&&(a={...a,...VC(p)});try{return await rn.post(A+t,e,{configuration:o,headers:a,...h})}catch(I){if(!bQ(I)||p)throw await b0(I,{attemptedAs:r,registry:A,configuration:o,headers:a}),I;p=await Dq(I,{configuration:o});let v={...a,...VC(p)};try{return await rn.post(`${A}${t}`,e,{configuration:o,headers:v,...h})}catch(b){throw await b0(b,{attemptedAs:r,registry:A,configuration:o,headers:a}),b}}}async function R1t(t,e,{attemptedAs:r,configuration:o,headers:a,ident:n,authType:u=3,registry:A,otp:p,...h}){A=Av(o,{ident:n,registry:A});let E=await xQ(A,{authType:u,configuration:o,ident:n});E&&(a={...a,authorization:E}),p&&(a={...a,...VC(p)});try{return await rn.put(A+t,e,{configuration:o,headers:a,...h})}catch(I){if(!bQ(I))throw await b0(I,{attemptedAs:r,registry:A,configuration:o,headers:a}),I;p=await Dq(I,{configuration:o});let v={...a,...VC(p)};try{return await rn.put(`${A}${t}`,e,{configuration:o,headers:v,...h})}catch(b){throw await b0(b,{attemptedAs:r,registry:A,configuration:o,headers:a}),b}}}async function N1t(t,{attemptedAs:e,configuration:r,headers:o,ident:a,authType:n=3,registry:u,otp:A,...p}){u=Av(r,{ident:a,registry:u});let h=await xQ(u,{authType:n,configuration:r,ident:a});h&&(o={...o,authorization:h}),A&&(o={...o,...VC(A)});try{return await rn.del(u+t,{configuration:r,headers:o,...p})}catch(E){if(!bQ(E)||A)throw await b0(E,{attemptedAs:e,registry:u,configuration:r,headers:o}),E;A=await Dq(E,{configuration:r});let I={...o,...VC(A)};try{return await rn.del(`${u}${t}`,{configuration:r,headers:I,...p})}catch(v){throw await b0(v,{attemptedAs:e,registry:u,configuration:r,headers:o}),v}}}function Av(t,{ident:e,registry:r}){if(typeof r>"u"&&e)return WC(e.scope,{configuration:t});if(typeof r!="string")throw new Error("Assertion failed: The registry should be a string");return oc(r)}async function xQ(t,{authType:e=2,configuration:r,ident:o}){let a=Iq(t,{configuration:r,ident:o}),n=L1t(a,e);if(!n)return null;let u=await r.reduceHook(A=>A.getNpmAuthenticationHeader,void 0,t,{configuration:r,ident:o});if(u)return u;if(a.get("npmAuthToken"))return`Bearer ${a.get("npmAuthToken")}`;if(a.get("npmAuthIdent")){let A=a.get("npmAuthIdent");return A.includes(":")?`Basic ${Buffer.from(A).toString("base64")}`:`Basic ${A}`}if(n&&e!==1)throw new zt(33,"No authentication configured for request");return null}function L1t(t,e){switch(e){case 2:return t.get("npmAlwaysAuth");case 1:case 3:return!0;case 0:return!1;default:throw new Error("Unreachable")}}async function M1t(t,e,{configuration:r}){if(typeof e>"u"||typeof e.authorization>"u")return"an anonymous user";try{return(await rn.get(new vq.URL(`${t}/-/whoami`).href,{configuration:r,headers:e,jsonResponse:!0})).username??"an unknown user"}catch{return"an unknown user"}}async function Dq(t,{configuration:e}){let r=t.originalError?.response.headers["npm-notice"];if(r&&(await Nt.start({configuration:e,stdout:process.stdout,includeFooter:!1},async a=>{if(a.reportInfo(0,r.replace(/(https?:\/\/\S+)/g,de.pretty(e,"$1",de.Type.URL))),!process.env.YARN_IS_TEST_ENV){let n=r.match(/open (https?:\/\/\S+)/i);if(n&&Ji.openUrl){let{openNow:u}=await(0,Bq.prompt)({type:"confirm",name:"openNow",message:"Do you want to try to open this url now?",required:!0,initial:!0,onCancel:()=>process.exit(130)});u&&(await Ji.openUrl(n[1])||(a.reportSeparator(),a.reportWarning(0,"We failed to automatically open the url; you'll have to open it yourself in your browser of choice.")))}}}),process.stdout.write(` -`)),process.env.YARN_IS_TEST_ENV)return process.env.YARN_INJECT_NPM_2FA_TOKEN||"";let{otp:o}=await(0,Bq.prompt)({type:"password",name:"otp",message:"One-time password:",required:!0,onCancel:()=>process.exit(130)});return process.stdout.write(` -`),o}function bQ(t){if(t.originalError?.name!=="HTTPError")return!1;try{return(t.originalError?.response.headers["www-authenticate"].split(/,\s*/).map(r=>r.toLowerCase())).includes("otp")}catch{return!1}}function VC(t){return{["npm-otp"]:t}}var fv=class{supports(e,r){if(!e.reference.startsWith(Wn))return!1;let{selector:o,params:a}=W.parseRange(e.reference);return!(!x1e.default.valid(o)||a===null||typeof a.__archiveUrl!="string")}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the remote server`),loader:()=>this.fetchFromNetwork(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),checksum:u}}async fetchFromNetwork(e,r){let{params:o}=W.parseRange(e.reference);if(o===null||typeof o.__archiveUrl!="string")throw new Error("Assertion failed: The archiveUrl querystring parameter should have been available");let a=await ym(o.__archiveUrl,{customErrorMessage:mm,configuration:r.project.configuration,ident:e});return await Xi.convertToZip(a,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1})}};Ye();var pv=class{supportsDescriptor(e,r){return!(!e.range.startsWith(Wn)||!W.tryParseDescriptor(e.range.slice(Wn.length),!0))}supportsLocator(e,r){return!1}shouldPersistResolution(e,r){throw new Error("Unreachable")}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){let o=r.project.configuration.normalizeDependency(W.parseDescriptor(e.range.slice(Wn.length),!0));return r.resolver.getResolutionDependencies(o,r)}async getCandidates(e,r,o){let a=o.project.configuration.normalizeDependency(W.parseDescriptor(e.range.slice(Wn.length),!0));return await o.resolver.getCandidates(a,r,o)}async getSatisfying(e,r,o,a){let n=a.project.configuration.normalizeDependency(W.parseDescriptor(e.range.slice(Wn.length),!0));return a.resolver.getSatisfying(n,r,o,a)}resolve(e,r){throw new Error("Unreachable")}};Ye();Ye();var b1e=$e(zn()),k1e=Be("url");var dl=class{supports(e,r){if(!e.reference.startsWith(Wn))return!1;let o=new k1e.URL(e.reference);return!(!b1e.default.valid(o.pathname)||o.searchParams.has("__archiveUrl"))}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the remote registry`),loader:()=>this.fetchFromNetwork(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),checksum:u}}async fetchFromNetwork(e,r){let o;try{o=await ym(dl.getLocatorUrl(e),{customErrorMessage:mm,configuration:r.project.configuration,ident:e})}catch{o=await ym(dl.getLocatorUrl(e).replace(/%2f/g,"/"),{customErrorMessage:mm,configuration:r.project.configuration,ident:e})}return await Xi.convertToZip(o,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1})}static isConventionalTarballUrl(e,r,{configuration:o}){let a=WC(e.scope,{configuration:o}),n=dl.getLocatorUrl(e);return r=r.replace(/^https?:(\/\/(?:[^/]+\.)?npmjs.org(?:$|\/))/,"https:$1"),a=a.replace(/^https:\/\/registry\.npmjs\.org($|\/)/,"https://registry.yarnpkg.com$1"),r=r.replace(/^https:\/\/registry\.npmjs\.org($|\/)/,"https://registry.yarnpkg.com$1"),r===a+n||r===a+n.replace(/%2f/g,"/")}static getLocatorUrl(e){let r=kr.clean(e.reference.slice(Wn.length));if(r===null)throw new zt(10,"The npm semver resolver got selected, but the version isn't semver");return`${SQ(e)}/-/${e.name}-${r}.tgz`}};Ye();Ye();Ye();var Pq=$e(zn());var kQ=W.makeIdent(null,"node-gyp"),O1t=/\b(node-gyp|prebuild-install)\b/,hv=class{supportsDescriptor(e,r){return e.range.startsWith(Wn)?!!kr.validRange(e.range.slice(Wn.length)):!1}supportsLocator(e,r){if(!e.reference.startsWith(Wn))return!1;let{selector:o}=W.parseRange(e.reference);return!!Pq.default.valid(o)}shouldPersistResolution(e,r){return!0}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){let a=kr.validRange(e.range.slice(Wn.length));if(a===null)throw new Error(`Expected a valid range, got ${e.range.slice(Wn.length)}`);let n=await KC(e,{cache:o.fetchOptions?.cache,project:o.project,version:Pq.default.valid(a.raw)?a.raw:void 0}),u=je.mapAndFilter(Object.keys(n.versions),h=>{try{let E=new kr.SemVer(h);if(a.test(E))return E}catch{}return je.mapAndFilter.skip}),A=u.filter(h=>!n.versions[h.raw].deprecated),p=A.length>0?A:u;return p.sort((h,E)=>-h.compare(E)),p.map(h=>{let E=W.makeLocator(e,`${Wn}${h.raw}`),I=n.versions[h.raw].dist.tarball;return dl.isConventionalTarballUrl(E,I,{configuration:o.project.configuration})?E:W.bindLocator(E,{__archiveUrl:I})})}async getSatisfying(e,r,o,a){let n=kr.validRange(e.range.slice(Wn.length));if(n===null)throw new Error(`Expected a valid range, got ${e.range.slice(Wn.length)}`);return{locators:je.mapAndFilter(o,p=>{if(p.identHash!==e.identHash)return je.mapAndFilter.skip;let h=W.tryParseRange(p.reference,{requireProtocol:Wn});if(!h)return je.mapAndFilter.skip;let E=new kr.SemVer(h.selector);return n.test(E)?{locator:p,version:E}:je.mapAndFilter.skip}).sort((p,h)=>-p.version.compare(h.version)).map(({locator:p})=>p),sorted:!0}}async resolve(e,r){let{selector:o}=W.parseRange(e.reference),a=kr.clean(o);if(a===null)throw new zt(10,"The npm semver resolver got selected, but the version isn't semver");let n=await KC(e,{cache:r.fetchOptions?.cache,project:r.project,version:a});if(!Object.hasOwn(n,"versions"))throw new zt(15,'Registry returned invalid data for - missing "versions" field');if(!Object.hasOwn(n.versions,a))throw new zt(16,`Registry failed to return reference "${a}"`);let u=new Mt;if(u.load(n.versions[a]),!u.dependencies.has(kQ.identHash)&&!u.peerDependencies.has(kQ.identHash)){for(let A of u.scripts.values())if(A.match(O1t)){u.dependencies.set(kQ.identHash,W.makeDescriptor(kQ,"latest"));break}}return{...e,version:a,languageName:"node",linkType:"HARD",conditions:u.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(u.dependencies),peerDependencies:u.peerDependencies,dependenciesMeta:u.dependenciesMeta,peerDependenciesMeta:u.peerDependenciesMeta,bin:u.bin}}};Ye();Ye();var Q1e=$e(zn());var gv=class{supportsDescriptor(e,r){return!(!e.range.startsWith(Wn)||!QE.test(e.range.slice(Wn.length)))}supportsLocator(e,r){return!1}shouldPersistResolution(e,r){throw new Error("Unreachable")}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){let a=e.range.slice(Wn.length),n=await KC(e,{cache:o.fetchOptions?.cache,project:o.project});if(!Object.hasOwn(n,"dist-tags"))throw new zt(15,'Registry returned invalid data - missing "dist-tags" field');let u=n["dist-tags"];if(!Object.hasOwn(u,a))throw new zt(16,`Registry failed to return tag "${a}"`);let A=u[a],p=W.makeLocator(e,`${Wn}${A}`),h=n.versions[A].dist.tarball;return dl.isConventionalTarballUrl(p,h,{configuration:o.project.configuration})?[p]:[W.bindLocator(p,{__archiveUrl:h})]}async getSatisfying(e,r,o,a){let n=[];for(let u of o){if(u.identHash!==e.identHash)continue;let A=W.tryParseRange(u.reference,{requireProtocol:Wn});if(!(!A||!Q1e.default.valid(A.selector))){if(A.params?.__archiveUrl){let p=W.makeRange({protocol:Wn,selector:A.selector,source:null,params:null}),[h]=await a.resolver.getCandidates(W.makeDescriptor(e,p),r,a);if(u.reference!==h.reference)continue}n.push(u)}}return{locators:n,sorted:!1}}async resolve(e,r){throw new Error("Unreachable")}};var sw={};Kt(sw,{getGitHead:()=>Lvt,getPublishAccess:()=>wBe,getReadmeContent:()=>IBe,makePublishBody:()=>Nvt});Ye();Ye();Pt();var hG={};Kt(hG,{PackCommand:()=>O0,default:()=>mvt,packUtils:()=>CA});Ye();Ye();Ye();Pt();qt();var CA={};Kt(CA,{genPackList:()=>$Q,genPackStream:()=>pG,genPackageManifest:()=>lBe,hasPackScripts:()=>AG,prepareForPack:()=>fG});Ye();Pt();var uG=$e(Zo()),oBe=$e(rBe()),aBe=Be("zlib"),ovt=["/package.json","/readme","/readme.*","/license","/license.*","/licence","/licence.*","/changelog","/changelog.*"],avt=["/package.tgz",".github",".git",".hg","node_modules",".npmignore",".gitignore",".#*",".DS_Store"];async function AG(t){return!!(un.hasWorkspaceScript(t,"prepack")||un.hasWorkspaceScript(t,"postpack"))}async function fG(t,{report:e},r){await un.maybeExecuteWorkspaceLifecycleScript(t,"prepack",{report:e});try{let o=K.join(t.cwd,Mt.fileName);await oe.existsPromise(o)&&await t.manifest.loadFile(o,{baseFs:oe}),await r()}finally{await un.maybeExecuteWorkspaceLifecycleScript(t,"postpack",{report:e})}}async function pG(t,e){typeof e>"u"&&(e=await $Q(t));let r=new Set;for(let n of t.manifest.publishConfig?.executableFiles??new Set)r.add(K.normalize(n));for(let n of t.manifest.bin.values())r.add(K.normalize(n));let o=oBe.default.pack();process.nextTick(async()=>{for(let n of e){let u=K.normalize(n),A=K.resolve(t.cwd,u),p=K.join("package",u),h=await oe.lstatPromise(A),E={name:p,mtime:new Date(vi.SAFE_TIME*1e3)},I=r.has(u)?493:420,v,b,C=new Promise((L,U)=>{v=L,b=U}),T=L=>{L?b(L):v()};if(h.isFile()){let L;u==="package.json"?L=Buffer.from(JSON.stringify(await lBe(t),null,2)):L=await oe.readFilePromise(A),o.entry({...E,mode:I,type:"file"},L,T)}else h.isSymbolicLink()?o.entry({...E,mode:I,type:"symlink",linkname:await oe.readlinkPromise(A)},T):T(new Error(`Unsupported file type ${h.mode} for ${ue.fromPortablePath(u)}`));await C}o.finalize()});let a=(0,aBe.createGzip)();return o.pipe(a),a}async function lBe(t){let e=JSON.parse(JSON.stringify(t.manifest.raw));return await t.project.configuration.triggerHook(r=>r.beforeWorkspacePacking,t,e),e}async function $Q(t){let e=t.project,r=e.configuration,o={accept:[],reject:[]};for(let I of avt)o.reject.push(I);for(let I of ovt)o.accept.push(I);o.reject.push(r.get("rcFilename"));let a=I=>{if(I===null||!I.startsWith(`${t.cwd}/`))return;let v=K.relative(t.cwd,I),b=K.resolve(Bt.root,v);o.reject.push(b)};a(K.resolve(e.cwd,dr.lockfile)),a(r.get("cacheFolder")),a(r.get("globalFolder")),a(r.get("installStatePath")),a(r.get("virtualFolder")),a(r.get("yarnPath")),await r.triggerHook(I=>I.populateYarnPaths,e,I=>{a(I)});for(let I of e.workspaces){let v=K.relative(t.cwd,I.cwd);v!==""&&!v.match(/^(\.\.)?\//)&&o.reject.push(`/${v}`)}let n={accept:[],reject:[]},u=t.manifest.publishConfig?.main??t.manifest.main,A=t.manifest.publishConfig?.module??t.manifest.module,p=t.manifest.publishConfig?.browser??t.manifest.browser,h=t.manifest.publishConfig?.bin??t.manifest.bin;u!=null&&n.accept.push(K.resolve(Bt.root,u)),A!=null&&n.accept.push(K.resolve(Bt.root,A)),typeof p=="string"&&n.accept.push(K.resolve(Bt.root,p));for(let I of h.values())n.accept.push(K.resolve(Bt.root,I));if(p instanceof Map)for(let[I,v]of p.entries())n.accept.push(K.resolve(Bt.root,I)),typeof v=="string"&&n.accept.push(K.resolve(Bt.root,v));let E=t.manifest.files!==null;if(E){n.reject.push("/*");for(let I of t.manifest.files)cBe(n.accept,I,{cwd:Bt.root})}return await lvt(t.cwd,{hasExplicitFileList:E,globalList:o,ignoreList:n})}async function lvt(t,{hasExplicitFileList:e,globalList:r,ignoreList:o}){let a=[],n=new _u(t),u=[[Bt.root,[o]]];for(;u.length>0;){let[A,p]=u.pop(),h=await n.lstatPromise(A);if(!iBe(A,{globalList:r,ignoreLists:h.isDirectory()?null:p}))if(h.isDirectory()){let E=await n.readdirPromise(A),I=!1,v=!1;if(!e||A!==Bt.root)for(let T of E)I=I||T===".gitignore",v=v||T===".npmignore";let b=v?await nBe(n,A,".npmignore"):I?await nBe(n,A,".gitignore"):null,C=b!==null?[b].concat(p):p;iBe(A,{globalList:r,ignoreLists:p})&&(C=[...p,{accept:[],reject:["**/*"]}]);for(let T of E)u.push([K.resolve(A,T),C])}else(h.isFile()||h.isSymbolicLink())&&a.push(K.relative(Bt.root,A))}return a.sort()}async function nBe(t,e,r){let o={accept:[],reject:[]},a=await t.readFilePromise(K.join(e,r),"utf8");for(let n of a.split(/\n/g))cBe(o.reject,n,{cwd:e});return o}function cvt(t,{cwd:e}){let r=t[0]==="!";return r&&(t=t.slice(1)),t.match(/\.{0,1}\//)&&(t=K.resolve(e,t)),r&&(t=`!${t}`),t}function cBe(t,e,{cwd:r}){let o=e.trim();o===""||o[0]==="#"||t.push(cvt(o,{cwd:r}))}function iBe(t,{globalList:e,ignoreLists:r}){let o=ZQ(t,e.accept);if(o!==0)return o===2;let a=ZQ(t,e.reject);if(a!==0)return a===1;if(r!==null)for(let n of r){let u=ZQ(t,n.accept);if(u!==0)return u===2;let A=ZQ(t,n.reject);if(A!==0)return A===1}return!1}function ZQ(t,e){let r=e,o=[];for(let a=0;a{await fG(a,{report:p},async()=>{p.reportJson({base:ue.fromPortablePath(a.cwd)});let h=await $Q(a);for(let E of h)p.reportInfo(null,ue.fromPortablePath(E)),p.reportJson({location:ue.fromPortablePath(E)});if(!this.dryRun){let E=await pG(a,h),I=oe.createWriteStream(u);E.pipe(I),await new Promise(v=>{I.on("finish",v)})}}),this.dryRun||(p.reportInfo(0,`Package archive generated in ${de.pretty(r,u,de.Type.PATH)}`),p.reportJson({output:ue.fromPortablePath(u)}))})).exitCode()}};O0.paths=[["pack"]],O0.usage=nt.Usage({description:"generate a tarball from the active workspace",details:"\n This command will turn the active workspace into a compressed archive suitable for publishing. The archive will by default be stored at the root of the workspace (`package.tgz`).\n\n If the `-o,---out` is set the archive will be created at the specified path. The `%s` and `%v` variables can be used within the path and will be respectively replaced by the package name and version.\n ",examples:[["Create an archive from the active workspace","yarn pack"],["List the files that would be made part of the workspace's archive","yarn pack --dry-run"],["Name and output the archive in a dedicated folder","yarn pack --out /artifacts/%s-%v.tgz"]]});function uvt(t,{workspace:e}){let r=t.replace("%s",Avt(e)).replace("%v",fvt(e));return ue.toPortablePath(r)}function Avt(t){return t.manifest.name!==null?W.slugifyIdent(t.manifest.name):"package"}function fvt(t){return t.manifest.version!==null?t.manifest.version:"unknown"}var pvt=["dependencies","devDependencies","peerDependencies"],hvt="workspace:",gvt=(t,e)=>{e.publishConfig&&(e.publishConfig.type&&(e.type=e.publishConfig.type),e.publishConfig.main&&(e.main=e.publishConfig.main),e.publishConfig.browser&&(e.browser=e.publishConfig.browser),e.publishConfig.module&&(e.module=e.publishConfig.module),e.publishConfig.exports&&(e.exports=e.publishConfig.exports),e.publishConfig.imports&&(e.imports=e.publishConfig.imports),e.publishConfig.bin&&(e.bin=e.publishConfig.bin));let r=t.project;for(let o of pvt)for(let a of t.manifest.getForScope(o).values()){let n=r.tryWorkspaceByDescriptor(a),u=W.parseRange(a.range);if(u.protocol===hvt)if(n===null){if(r.tryWorkspaceByIdent(a)===null)throw new zt(21,`${W.prettyDescriptor(r.configuration,a)}: No local workspace found for this range`)}else{let A;W.areDescriptorsEqual(a,n.anchoredDescriptor)||u.selector==="*"?A=n.manifest.version??"0.0.0":u.selector==="~"||u.selector==="^"?A=`${u.selector}${n.manifest.version??"0.0.0"}`:A=u.selector;let p=o==="dependencies"?W.makeDescriptor(a,"unknown"):null,h=p!==null&&t.manifest.ensureDependencyMeta(p).optional?"optionalDependencies":o;e[h][W.stringifyIdent(a)]=A}}},dvt={hooks:{beforeWorkspacePacking:gvt},commands:[O0]},mvt=dvt;var yBe=Be("crypto"),EBe=$e(mBe()),CBe=Be("url");async function Nvt(t,e,{access:r,tag:o,registry:a,gitHead:n}){let u=t.manifest.name,A=t.manifest.version,p=W.stringifyIdent(u),h=(0,yBe.createHash)("sha1").update(e).digest("hex"),E=EBe.default.fromData(e).toString(),I=r??wBe(t,u),v=await IBe(t),b=await CA.genPackageManifest(t),C=`${p}-${A}.tgz`,T=new CBe.URL(`${oc(a)}/${p}/-/${C}`);return{_id:p,_attachments:{[C]:{content_type:"application/octet-stream",data:e.toString("base64"),length:e.length}},name:p,access:I,["dist-tags"]:{[o]:A},versions:{[A]:{...b,_id:`${p}@${A}`,name:p,version:A,gitHead:n,dist:{shasum:h,integrity:E,tarball:T.toString()}}},readme:v}}async function Lvt(t){try{let{stdout:e}=await Ur.execvp("git",["rev-parse","--revs-only","HEAD"],{cwd:t});return e.trim()===""?void 0:e.trim()}catch{return}}function wBe(t,e){let r=t.project.configuration;return t.manifest.publishConfig&&typeof t.manifest.publishConfig.access=="string"?t.manifest.publishConfig.access:r.get("npmPublishAccess")!==null?r.get("npmPublishAccess"):e.scope?"restricted":"public"}async function IBe(t){let e=ue.toPortablePath(`${t.cwd}/README.md`),r=t.manifest.name,a=`# ${W.stringifyIdent(r)} -`;try{a=await oe.readFilePromise(e,"utf8")}catch(n){if(n.code==="ENOENT")return a;throw n}return a}var yG={npmAlwaysAuth:{description:"URL of the selected npm registry (note: npm enterprise isn't supported)",type:"BOOLEAN",default:!1},npmAuthIdent:{description:"Authentication identity for the npm registry (_auth in npm and yarn v1)",type:"SECRET",default:null},npmAuthToken:{description:"Authentication token for the npm registry (_authToken in npm and yarn v1)",type:"SECRET",default:null}},BBe={npmAuditRegistry:{description:"Registry to query for audit reports",type:"STRING",default:null},npmPublishRegistry:{description:"Registry to push packages to",type:"STRING",default:null},npmRegistryServer:{description:"URL of the selected npm registry (note: npm enterprise isn't supported)",type:"STRING",default:"https://registry.yarnpkg.com"}},Mvt={configuration:{...yG,...BBe,npmScopes:{description:"Settings per package scope",type:"MAP",valueDefinition:{description:"",type:"SHAPE",properties:{...yG,...BBe}}},npmRegistries:{description:"Settings per registry",type:"MAP",normalizeKeys:oc,valueDefinition:{description:"",type:"SHAPE",properties:{...yG}}}},fetchers:[fv,dl],resolvers:[pv,hv,gv]},Ovt=Mvt;var xG={};Kt(xG,{NpmAuditCommand:()=>_0,NpmInfoCommand:()=>H0,NpmLoginCommand:()=>j0,NpmLogoutCommand:()=>q0,NpmPublishCommand:()=>G0,NpmTagAddCommand:()=>W0,NpmTagListCommand:()=>Y0,NpmTagRemoveCommand:()=>V0,NpmWhoamiCommand:()=>K0,default:()=>Gvt,npmAuditTypes:()=>Tv,npmAuditUtils:()=>eF});Ye();Ye();qt();var vG=$e(Zo());Za();var Tv={};Kt(Tv,{Environment:()=>Qv,Severity:()=>Fv});var Qv=(o=>(o.All="all",o.Production="production",o.Development="development",o))(Qv||{}),Fv=(n=>(n.Info="info",n.Low="low",n.Moderate="moderate",n.High="high",n.Critical="critical",n))(Fv||{});var eF={};Kt(eF,{allSeverities:()=>ow,getPackages:()=>BG,getReportTree:()=>wG,getSeverityInclusions:()=>CG,getTopLevelDependencies:()=>IG});Ye();var vBe=$e(zn());var ow=["info","low","moderate","high","critical"];function CG(t){if(typeof t>"u")return new Set(ow);let e=ow.indexOf(t),r=ow.slice(e);return new Set(r)}function wG(t){let e={},r={children:e};for(let[o,a]of je.sortMap(Object.entries(t),n=>n[0]))for(let n of je.sortMap(a,u=>`${u.id}`))e[`${o}/${n.id}`]={value:de.tuple(de.Type.IDENT,W.parseIdent(o)),children:{ID:typeof n.id<"u"&&{label:"ID",value:de.tuple(de.Type.ID,n.id)},Issue:{label:"Issue",value:de.tuple(de.Type.NO_HINT,n.title)},URL:typeof n.url<"u"&&{label:"URL",value:de.tuple(de.Type.URL,n.url)},Severity:{label:"Severity",value:de.tuple(de.Type.NO_HINT,n.severity)},["Vulnerable Versions"]:{label:"Vulnerable Versions",value:de.tuple(de.Type.RANGE,n.vulnerable_versions)},["Tree Versions"]:{label:"Tree Versions",children:[...n.versions].sort(vBe.default.compare).map(u=>({value:de.tuple(de.Type.REFERENCE,u)}))},Dependents:{label:"Dependents",children:je.sortMap(n.dependents,u=>W.stringifyLocator(u)).map(u=>({value:de.tuple(de.Type.LOCATOR,u)}))}}};return r}function IG(t,e,{all:r,environment:o}){let a=[],n=r?t.workspaces:[e],u=["all","production"].includes(o),A=["all","development"].includes(o);for(let p of n)for(let h of p.anchoredPackage.dependencies.values())(p.manifest.devDependencies.has(h.identHash)?!A:!u)||a.push({workspace:p,dependency:h});return a}function BG(t,e,{recursive:r}){let o=new Map,a=new Set,n=[],u=(A,p)=>{let h=t.storedResolutions.get(p.descriptorHash);if(typeof h>"u")throw new Error("Assertion failed: The resolution should have been registered");if(!a.has(h))a.add(h);else return;let E=t.storedPackages.get(h);if(typeof E>"u")throw new Error("Assertion failed: The package should have been registered");if(W.ensureDevirtualizedLocator(E).reference.startsWith("npm:")&&E.version!==null){let v=W.stringifyIdent(E),b=je.getMapWithDefault(o,v);je.getArrayWithDefault(b,E.version).push(A)}if(r)for(let v of E.dependencies.values())n.push([E,v])};for(let{workspace:A,dependency:p}of e)n.push([A.anchoredLocator,p]);for(;n.length>0;){let[A,p]=n.shift();u(A,p)}return o}var _0=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Audit dependencies from all workspaces"});this.recursive=ge.Boolean("-R,--recursive",!1,{description:"Audit transitive dependencies as well"});this.environment=ge.String("--environment","all",{description:"Which environments to cover",validator:Vs(Qv)});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.noDeprecations=ge.Boolean("--no-deprecations",!1,{description:"Don't warn about deprecated packages"});this.severity=ge.String("--severity","info",{description:"Minimal severity requested for packages to be displayed",validator:Vs(Fv)});this.excludes=ge.Array("--exclude",[],{description:"Array of glob patterns of packages to exclude from audit"});this.ignores=ge.Array("--ignore",[],{description:"Array of glob patterns of advisory ID's to ignore in the audit report"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let n=IG(o,a,{all:this.all,environment:this.environment}),u=BG(o,n,{recursive:this.recursive}),A=Array.from(new Set([...r.get("npmAuditExcludePackages"),...this.excludes])),p=Object.create(null);for(let[L,U]of u)A.some(J=>vG.default.isMatch(L,J))||(p[L]=[...U.keys()]);let h=Zn.getAuditRegistry({configuration:r}),E,I=await AA.start({configuration:r,stdout:this.context.stdout},async()=>{let L=on.post("/-/npm/v1/security/advisories/bulk",p,{authType:on.AuthType.BEST_EFFORT,configuration:r,jsonResponse:!0,registry:h}),U=this.noDeprecations?[]:await Promise.all(Array.from(Object.entries(p),async([te,le])=>{let pe=await on.getPackageMetadata(W.parseIdent(te),{project:o});return je.mapAndFilter(le,Ae=>{let{deprecated:ye}=pe.versions[Ae];return ye?[te,Ae,ye]:je.mapAndFilter.skip})})),J=await L;for(let[te,le,pe]of U.flat(1))Object.hasOwn(J,te)&&J[te].some(Ae=>kr.satisfiesWithPrereleases(le,Ae.vulnerable_versions))||(J[te]??=[],J[te].push({id:`${te} (deprecation)`,title:pe.trim()||"This package has been deprecated.",severity:"moderate",vulnerable_versions:le}));E=J});if(I.hasErrors())return I.exitCode();let v=CG(this.severity),b=Array.from(new Set([...r.get("npmAuditIgnoreAdvisories"),...this.ignores])),C=Object.create(null);for(let[L,U]of Object.entries(E)){let J=U.filter(te=>!vG.default.isMatch(`${te.id}`,b)&&v.has(te.severity));J.length>0&&(C[L]=J.map(te=>{let le=u.get(L);if(typeof le>"u")throw new Error("Assertion failed: Expected the registry to only return packages that were requested");let pe=[...le.keys()].filter(ye=>kr.satisfiesWithPrereleases(ye,te.vulnerable_versions)),Ae=new Map;for(let ye of pe)for(let ae of le.get(ye))Ae.set(ae.locatorHash,ae);return{...te,versions:pe,dependents:[...Ae.values()]}}))}let T=Object.keys(C).length>0;return T?($s.emitTree(wG(C),{configuration:r,json:this.json,stdout:this.context.stdout,separators:2}),1):(await Nt.start({configuration:r,includeFooter:!1,json:this.json,stdout:this.context.stdout},async L=>{L.reportInfo(1,"No audit suggestions")}),T?1:0)}};_0.paths=[["npm","audit"]],_0.usage=nt.Usage({description:"perform a vulnerability audit against the installed packages",details:` +`;for(let[v,x]of r){let C=V.contains(t.cwd,v);if(C===null)throw new Error(`Assertion failed: Expected the path to be within the project (${v})`);n+=` ${JSON.stringify(C)}: +`;for(let[R,L]of x){let U=V.relative(V.join(v,Si),L);n+=` ${JSON.stringify(R)}: ${JSON.stringify(U)} +`}}}}let p=t.cwd,h=V.join(p,Si,p1e);a&&await oe.removePromise(h),await oe.changeFilePromise(h,n,{automaticNewlines:!0})}async function fG(t,{unrollAliases:e=!1}={}){let r=t.cwd,o=V.join(r,Si,p1e),a;try{a=await oe.statPromise(o)}catch{}if(!a)return null;let n=Ki(await oe.readFilePromise(o,"utf8"));if(n.__metadata.version>f1e)return null;let u=n.__metadata.nmMode||"classic",A=new Map,p=new Map;delete n.__metadata;for(let[h,E]of Object.entries(n)){let I=E.locations.map(x=>V.join(r,x)),v=E.bin;if(v)for(let[x,C]of Object.entries(v)){let R=V.join(r,ue.toPortablePath(x)),L=_e.getMapWithDefault(p,R);for(let[U,J]of Object.entries(C))L.set(U,ue.toPortablePath([R,Si,J].join(V.sep)))}if(A.set(h,{target:Bt.dot,linkType:"HARD",locations:I,aliases:E.aliases||[]}),e&&E.aliases)for(let x of E.aliases){let{scope:C,name:R}=W.parseLocator(h),L=W.makeLocator(W.makeIdent(C,R),x),U=W.stringifyLocator(L);A.set(U,{target:Bt.dot,linkType:"HARD",locations:I,aliases:[]})}}return{locatorMap:A,binSymlinks:p,locationTree:h1e(A,{skipPrefix:t.cwd}),nmMode:u,mtimeMs:a.mtimeMs}}var WC=async(t,e)=>{if(t.split(V.sep).indexOf(Si)<0)throw new Error(`Assertion failed: trying to remove dir that doesn't contain node_modules: ${t}`);try{if(!e.innerLoop){let o=e.allowSymlink?await oe.statPromise(t):await oe.lstatPromise(t);if(e.allowSymlink&&!o.isDirectory()||!e.allowSymlink&&o.isSymbolicLink()){await oe.unlinkPromise(t);return}}let r=await oe.readdirPromise(t,{withFileTypes:!0});for(let o of r){let a=V.join(t,o.name);o.isDirectory()?(o.name!==Si||e&&e.innerLoop)&&await WC(a,{innerLoop:!0,contentsOnly:!1}):await oe.unlinkPromise(a)}e.contentsOnly||await oe.rmdirPromise(t)}catch(r){if(r.code!=="ENOENT"&&r.code!=="ENOTEMPTY")throw r}},l1e=4,vQ=(t,{skipPrefix:e})=>{let r=V.contains(e,t);if(r===null)throw new Error(`Assertion failed: Writing attempt prevented to ${t} which is outside project root: ${e}`);let o=r.split(V.sep).filter(p=>p!==""),a=o.indexOf(Si),n=o.slice(0,a).join(V.sep),u=V.join(e,n),A=o.slice(a);return{locationRoot:u,segments:A}},h1e=(t,{skipPrefix:e})=>{let r=new Map;if(t===null)return r;let o=()=>({children:new Map,linkType:"HARD"});for(let[a,n]of t.entries()){if(n.linkType==="SOFT"&&V.contains(e,n.target)!==null){let A=_e.getFactoryWithDefault(r,n.target,o);A.locator=a,A.linkType=n.linkType}for(let u of n.locations){let{locationRoot:A,segments:p}=vQ(u,{skipPrefix:e}),h=_e.getFactoryWithDefault(r,A,o);for(let E=0;E{if(process.platform==="win32"&&r==="junctions"){let o;try{o=await oe.lstatPromise(t)}catch{}if(!o||o.isDirectory()){await oe.symlinkPromise(t,e,"junction");return}}await oe.symlinkPromise(V.relative(V.dirname(e),t),e)};async function g1e(t,e,r){let o=V.join(t,`${pG.default.randomBytes(16).toString("hex")}.tmp`);try{await oe.writeFilePromise(o,r);try{await oe.linkPromise(o,e)}catch{}}finally{await oe.unlinkPromise(o)}}async function h1t({srcPath:t,dstPath:e,entry:r,globalHardlinksStore:o,baseFs:a,nmMode:n}){if(r.kind===d1e.FILE){if(n.value==="hardlinks-global"&&o&&r.digest){let A=V.join(o,r.digest.substring(0,2),`${r.digest.substring(2)}.dat`),p;try{let h=await oe.statPromise(A);if(h&&(!r.mtimeMs||h.mtimeMs>r.mtimeMs||h.mtimeMs(o.FILE="file",o.DIRECTORY="directory",o.SYMLINK="symlink",o))(d1e||{}),g1t=async(t,e,{baseFs:r,globalHardlinksStore:o,nmMode:a,windowsLinkType:n,packageChecksum:u})=>{await oe.mkdirPromise(t,{recursive:!0});let A=async(E=Bt.dot)=>{let I=V.join(e,E),v=await r.readdirPromise(I,{withFileTypes:!0}),x=new Map;for(let C of v){let R=V.join(E,C.name),L,U=V.join(I,C.name);if(C.isFile()){if(L={kind:"file",mode:(await r.lstatPromise(U)).mode},a.value==="hardlinks-global"){let J=await wn.checksumFile(U,{baseFs:r,algorithm:"sha1"});L.digest=J}}else if(C.isDirectory())L={kind:"directory"};else if(C.isSymbolicLink())L={kind:"symlink",symlinkTo:await r.readlinkPromise(U)};else throw new Error(`Unsupported file type (file: ${U}, mode: 0o${await r.statSync(U).mode.toString(8).padStart(6,"0")})`);if(x.set(R,L),C.isDirectory()&&R!==Si){let J=await A(R);for(let[te,ae]of J)x.set(te,ae)}}return x},p;if(a.value==="hardlinks-global"&&o&&u){let E=V.join(o,u.substring(0,2),`${u.substring(2)}.json`);try{p=new Map(Object.entries(JSON.parse(await oe.readFilePromise(E,"utf8"))))}catch{p=await A()}}else p=await A();let h=!1;for(let[E,I]of p){let v=V.join(e,E),x=V.join(t,E);if(I.kind==="directory")await oe.mkdirPromise(x,{recursive:!0});else if(I.kind==="file"){let C=I.mtimeMs;await h1t({srcPath:v,dstPath:x,entry:I,nmMode:a,baseFs:r,globalHardlinksStore:o}),I.mtimeMs!==C&&(h=!0)}else I.kind==="symlink"&&await gG(V.resolve(V.dirname(x),I.symlinkTo),x,n)}if(a.value==="hardlinks-global"&&o&&h&&u){let E=V.join(o,u.substring(0,2),`${u.substring(2)}.json`);await oe.removePromise(E),await g1e(o,E,Buffer.from(JSON.stringify(Object.fromEntries(p))))}};function d1t(t,e,r,o){let a=new Map,n=new Map,u=new Map,A=!1,p=(h,E,I,v,x)=>{let C=!0,R=V.join(h,E),L=new Set;if(E===Si||E.startsWith("@")){let J;try{J=oe.statSync(R)}catch{}C=!!J,J?J.mtimeMs>r?(A=!0,L=new Set(oe.readdirSync(R))):L=new Set(I.children.get(E).children.keys()):A=!0;let te=e.get(h);if(te){let ae=V.join(h,Si,BQ),fe;try{fe=oe.statSync(ae)}catch{}if(!fe)A=!0;else if(fe.mtimeMs>r){A=!0;let ce=new Set(oe.readdirSync(ae)),me=new Map;n.set(h,me);for(let[he,Be]of te)ce.has(he)&&me.set(he,Be)}else n.set(h,te)}}else C=x.has(E);let U=I.children.get(E);if(C){let{linkType:J,locator:te}=U,ae={children:new Map,linkType:J,locator:te};if(v.children.set(E,ae),te){let fe=_e.getSetWithDefault(u,te);fe.add(R),u.set(te,fe)}for(let fe of U.children.keys())p(R,fe,U,ae,L)}else U.locator&&o.storedBuildState.delete(W.parseLocator(U.locator).locatorHash)};for(let[h,E]of t){let{linkType:I,locator:v}=E,x={children:new Map,linkType:I,locator:v};if(a.set(h,x),v){let C=_e.getSetWithDefault(u,E.locator);C.add(h),u.set(E.locator,C)}E.children.has(Si)&&p(h,Si,E,x,new Set)}return{locationTree:a,binSymlinks:n,locatorLocations:u,installChangedByUser:A}}function m1e(t){let e=W.parseDescriptor(t);return W.isVirtualDescriptor(e)&&(e=W.devirtualizeDescriptor(e)),e.range.startsWith("link:")}async function m1t(t,e,r,{loadManifest:o}){let a=new Map;for(let[A,{locations:p}]of t){let h=m1e(A)?null:await o(A,p[0]),E=new Map;if(h)for(let[I,v]of h.bin){let x=V.join(p[0],v);v!==""&&oe.existsSync(x)&&E.set(I,v)}a.set(A,E)}let n=new Map,u=(A,p,h)=>{let E=new Map,I=V.contains(r,A);if(h.locator&&I!==null){let v=a.get(h.locator);for(let[x,C]of v){let R=V.join(A,ue.toPortablePath(C));E.set(x,R)}for(let[x,C]of h.children){let R=V.join(A,x),L=u(R,R,C);L.size>0&&n.set(A,new Map([...n.get(A)||new Map,...L]))}}else for(let[v,x]of h.children){let C=u(V.join(A,v),p,x);for(let[R,L]of C)E.set(R,L)}return E};for(let[A,p]of e){let h=u(A,A,p);h.size>0&&n.set(A,new Map([...n.get(A)||new Map,...h]))}return n}var c1e=(t,e)=>{if(!t||!e)return t===e;let r=W.parseLocator(t);W.isVirtualLocator(r)&&(r=W.devirtualizeLocator(r));let o=W.parseLocator(e);return W.isVirtualLocator(o)&&(o=W.devirtualizeLocator(o)),W.areLocatorsEqual(r,o)};function dG(t){return V.join(t.get("globalFolder"),"store")}async function y1t(t,e,{baseFs:r,project:o,report:a,loadManifest:n,realLocatorChecksums:u}){let A=V.join(o.cwd,Si),{locationTree:p,binSymlinks:h,locatorLocations:E,installChangedByUser:I}=d1t(t.locationTree,t.binSymlinks,t.mtimeMs,o),v=h1e(e,{skipPrefix:o.cwd}),x=[],C=async({srcDir:Be,dstDir:we,linkType:g,globalHardlinksStore:Ee,nmMode:Se,windowsLinkType:le,packageChecksum:ne})=>{let ee=(async()=>{try{g==="SOFT"?(await oe.mkdirPromise(V.dirname(we),{recursive:!0}),await gG(V.resolve(Be),we,le)):await g1t(we,Be,{baseFs:r,globalHardlinksStore:Ee,nmMode:Se,windowsLinkType:le,packageChecksum:ne})}catch(Ie){throw Ie.message=`While persisting ${Be} -> ${we} ${Ie.message}`,Ie}finally{ae.tick()}})().then(()=>x.splice(x.indexOf(ee),1));x.push(ee),x.length>l1e&&await Promise.race(x)},R=async(Be,we,g)=>{let Ee=(async()=>{let Se=async(le,ne,ee)=>{try{ee.innerLoop||await oe.mkdirPromise(ne,{recursive:!0});let Ie=await oe.readdirPromise(le,{withFileTypes:!0});for(let Fe of Ie){if(!ee.innerLoop&&Fe.name===BQ)continue;let At=V.join(le,Fe.name),H=V.join(ne,Fe.name);Fe.isDirectory()?(Fe.name!==Si||ee&&ee.innerLoop)&&(await oe.mkdirPromise(H,{recursive:!0}),await Se(At,H,{...ee,innerLoop:!0})):me.value==="hardlinks-local"||me.value==="hardlinks-global"?await oe.linkPromise(At,H):await oe.copyFilePromise(At,H,A1e.default.constants.COPYFILE_FICLONE)}}catch(Ie){throw ee.innerLoop||(Ie.message=`While cloning ${le} -> ${ne} ${Ie.message}`),Ie}finally{ee.innerLoop||ae.tick()}};await Se(Be,we,g)})().then(()=>x.splice(x.indexOf(Ee),1));x.push(Ee),x.length>l1e&&await Promise.race(x)},L=async(Be,we,g)=>{if(g)for(let[Ee,Se]of we.children){let le=g.children.get(Ee);await L(V.join(Be,Ee),Se,le)}else{we.children.has(Si)&&await WC(V.join(Be,Si),{contentsOnly:!1});let Ee=V.basename(Be)===Si&&v.has(V.join(V.dirname(Be),V.sep));await WC(Be,{contentsOnly:Be===A,allowSymlink:Ee})}};for(let[Be,we]of p){let g=v.get(Be);for(let[Ee,Se]of we.children){if(Ee===".")continue;let le=g&&g.children.get(Ee),ne=V.join(Be,Ee);await L(ne,Se,le)}}let U=async(Be,we,g)=>{if(g){c1e(we.locator,g.locator)||await WC(Be,{contentsOnly:we.linkType==="HARD"});for(let[Ee,Se]of we.children){let le=g.children.get(Ee);await U(V.join(Be,Ee),Se,le)}}else{we.children.has(Si)&&await WC(V.join(Be,Si),{contentsOnly:!0});let Ee=V.basename(Be)===Si&&v.has(V.join(V.dirname(Be),V.sep));await WC(Be,{contentsOnly:we.linkType==="HARD",allowSymlink:Ee})}};for(let[Be,we]of v){let g=p.get(Be);for(let[Ee,Se]of we.children){if(Ee===".")continue;let le=g&&g.children.get(Ee);await U(V.join(Be,Ee),Se,le)}}let J=new Map,te=[];for(let[Be,we]of E)for(let g of we){let{locationRoot:Ee,segments:Se}=vQ(g,{skipPrefix:o.cwd}),le=v.get(Ee),ne=Ee;if(le){for(let ee of Se)if(ne=V.join(ne,ee),le=le.children.get(ee),!le)break;if(le){let ee=c1e(le.locator,Be),Ie=e.get(le.locator),Fe=Ie.target,At=ne,H=Ie.linkType;if(ee)J.has(Fe)||J.set(Fe,At);else if(Fe!==At){let at=W.parseLocator(le.locator);W.isVirtualLocator(at)&&(at=W.devirtualizeLocator(at)),te.push({srcDir:Fe,dstDir:At,linkType:H,realLocatorHash:at.locatorHash})}}}}for(let[Be,{locations:we}]of e.entries())for(let g of we){let{locationRoot:Ee,segments:Se}=vQ(g,{skipPrefix:o.cwd}),le=p.get(Ee),ne=v.get(Ee),ee=Ee,Ie=e.get(Be),Fe=W.parseLocator(Be);W.isVirtualLocator(Fe)&&(Fe=W.devirtualizeLocator(Fe));let At=Fe.locatorHash,H=Ie.target,at=g;if(H===at)continue;let Re=Ie.linkType;for(let ke of Se)ne=ne.children.get(ke);if(!le)te.push({srcDir:H,dstDir:at,linkType:Re,realLocatorHash:At});else for(let ke of Se)if(ee=V.join(ee,ke),le=le.children.get(ke),!le){te.push({srcDir:H,dstDir:at,linkType:Re,realLocatorHash:At});break}}let ae=Xs.progressViaCounter(te.length),fe=a.reportProgress(ae),ce=o.configuration.get("nmMode"),me={value:ce},he=o.configuration.get("winLinkType");try{let Be=me.value==="hardlinks-global"?`${dG(o.configuration)}/v1`:null;if(Be&&!await oe.existsPromise(Be)){await oe.mkdirpPromise(Be);for(let g=0;g<256;g++)await oe.mkdirPromise(V.join(Be,g.toString(16).padStart(2,"0")))}for(let g of te)(g.linkType==="SOFT"||!J.has(g.srcDir))&&(J.set(g.srcDir,g.dstDir),await C({...g,globalHardlinksStore:Be,nmMode:me,windowsLinkType:he,packageChecksum:u.get(g.realLocatorHash)||null}));await Promise.all(x),x.length=0;for(let g of te){let Ee=J.get(g.srcDir);g.linkType!=="SOFT"&&g.dstDir!==Ee&&await R(Ee,g.dstDir,{nmMode:me})}await Promise.all(x),await oe.mkdirPromise(A,{recursive:!0});let we=await m1t(e,v,o.cwd,{loadManifest:n});await E1t(h,we,o.cwd,he),await p1t(o,e,we,me,{installChangedByUser:I}),ce=="hardlinks-global"&&me.value=="hardlinks-local"&&a.reportWarningOnce(74,"'nmMode' has been downgraded to 'hardlinks-local' due to global cache and install folder being on different devices")}finally{fe.stop()}}async function E1t(t,e,r,o){for(let a of t.keys()){if(V.contains(r,a)===null)throw new Error(`Assertion failed. Excepted bin symlink location to be inside project dir, instead it was at ${a}`);if(!e.has(a)){let n=V.join(a,Si,BQ);await oe.removePromise(n)}}for(let[a,n]of e){if(V.contains(r,a)===null)throw new Error(`Assertion failed. Excepted bin symlink location to be inside project dir, instead it was at ${a}`);let u=V.join(a,Si,BQ),A=t.get(a)||new Map;await oe.mkdirPromise(u,{recursive:!0});for(let p of A.keys())n.has(p)||(await oe.removePromise(V.join(u,p)),process.platform==="win32"&&await oe.removePromise(V.join(u,`${p}.cmd`)));for(let[p,h]of n){let E=A.get(p),I=V.join(u,p);E!==h&&(process.platform==="win32"?await(0,u1e.default)(ue.fromPortablePath(h),ue.fromPortablePath(I),{createPwshFile:!1}):(await oe.removePromise(I),await gG(h,I,o),V.contains(r,await oe.realpathPromise(h))!==null&&await oe.chmodPromise(h,493)))}}}Ye();St();nA();var cv=class extends P0{constructor(){super(...arguments);this.mode="loose"}makeInstaller(r){return new mG(r)}},mG=class extends mm{constructor(){super(...arguments);this.mode="loose"}async transformPnpSettings(r){let o=new mi({baseFs:new Jl({maxOpenFiles:80,readOnlyArchives:!0})}),a=zIe(r,this.opts.project.cwd,o),{tree:n,errors:u}=zB(a,{pnpifyFs:!1,project:this.opts.project});if(!n){for(let{messageName:I,text:v}of u)this.opts.report.reportError(I,v);return}let A=new Map;r.fallbackPool=A;let p=(I,v)=>{let x=W.parseLocator(v.locator),C=W.stringifyIdent(x);C===I?A.set(I,x.reference):A.set(I,[C,x.reference])},h=V.join(this.opts.project.cwd,dr.nodeModules),E=n.get(h);if(!(typeof E>"u")){if("target"in E)throw new Error("Assertion failed: Expected the root junction point to be a directory");for(let I of E.dirList){let v=V.join(h,I),x=n.get(v);if(typeof x>"u")throw new Error("Assertion failed: Expected the child to have been registered");if("target"in x)p(I,x);else for(let C of x.dirList){let R=V.join(v,C),L=n.get(R);if(typeof L>"u")throw new Error("Assertion failed: Expected the subchild to have been registered");if("target"in L)p(`${I}/${C}`,L);else throw new Error("Assertion failed: Expected the leaf junction to be a package")}}}}};var C1t={hooks:{cleanGlobalArtifacts:async t=>{let e=dG(t);await oe.removePromise(e)}},configuration:{nmHoistingLimits:{description:"Prevents packages to be hoisted past specific levels",type:"STRING",values:["workspaces","dependencies","none"],default:"none"},nmMode:{description:"Defines in which measure Yarn must use hardlinks and symlinks when generated `node_modules` directories.",type:"STRING",values:["classic","hardlinks-local","hardlinks-global"],default:"classic"},nmSelfReferences:{description:"Defines whether the linker should generate self-referencing symlinks for workspaces.",type:"BOOLEAN",default:!0}},linkers:[lv,cv]},w1t=C1t;var dq={};Vt(dq,{NpmHttpFetcher:()=>fv,NpmRemapResolver:()=>pv,NpmSemverFetcher:()=>dl,NpmSemverResolver:()=>hv,NpmTagResolver:()=>gv,default:()=>Lvt,npmConfigUtils:()=>Zn,npmHttpUtils:()=>Zr,npmPublishUtils:()=>ow});Ye();var D1e=$e(zn());var Wn="npm:";var Zr={};Vt(Zr,{AuthType:()=>I1e,customPackageError:()=>ym,del:()=>R1t,get:()=>Em,getIdentUrl:()=>DQ,getPackageMetadata:()=>JC,handleInvalidAuthenticationError:()=>k0,post:()=>Q1t,put:()=>F1t});Ye();Ye();St();var wG=$e(f2()),C1e=$e(D_()),w1e=$e(zn());var Zn={};Vt(Zn,{RegistryType:()=>y1e,getAuditRegistry:()=>I1t,getAuthConfiguration:()=>CG,getDefaultRegistry:()=>uv,getPublishRegistry:()=>B1t,getRegistryConfiguration:()=>E1e,getScopeConfiguration:()=>EG,getScopeRegistry:()=>KC,normalizeRegistry:()=>oc});var y1e=(o=>(o.AUDIT_REGISTRY="npmAuditRegistry",o.FETCH_REGISTRY="npmRegistryServer",o.PUBLISH_REGISTRY="npmPublishRegistry",o))(y1e||{});function oc(t){return t.replace(/\/$/,"")}function I1t({configuration:t}){return uv({configuration:t,type:"npmAuditRegistry"})}function B1t(t,{configuration:e}){return t.publishConfig?.registry?oc(t.publishConfig.registry):t.name?KC(t.name.scope,{configuration:e,type:"npmPublishRegistry"}):uv({configuration:e,type:"npmPublishRegistry"})}function KC(t,{configuration:e,type:r="npmRegistryServer"}){let o=EG(t,{configuration:e});if(o===null)return uv({configuration:e,type:r});let a=o.get(r);return a===null?uv({configuration:e,type:r}):oc(a)}function uv({configuration:t,type:e="npmRegistryServer"}){let r=t.get(e);return oc(r!==null?r:t.get("npmRegistryServer"))}function E1e(t,{configuration:e}){let r=e.get("npmRegistries"),o=oc(t),a=r.get(o);if(typeof a<"u")return a;let n=r.get(o.replace(/^[a-z]+:/,""));return typeof n<"u"?n:null}function EG(t,{configuration:e}){if(t===null)return null;let o=e.get("npmScopes").get(t);return o||null}function CG(t,{configuration:e,ident:r}){let o=r&&EG(r.scope,{configuration:e});return o?.get("npmAuthIdent")||o?.get("npmAuthToken")?o:E1e(t,{configuration:e})||e}var I1e=(a=>(a[a.NO_AUTH=0]="NO_AUTH",a[a.BEST_EFFORT=1]="BEST_EFFORT",a[a.CONFIGURATION=2]="CONFIGURATION",a[a.ALWAYS_AUTH=3]="ALWAYS_AUTH",a))(I1e||{});async function k0(t,{attemptedAs:e,registry:r,headers:o,configuration:a}){if(PQ(t))throw new zt(41,"Invalid OTP token");if(t.originalError?.name==="HTTPError"&&t.originalError?.response.statusCode===401)throw new zt(41,`Invalid authentication (${typeof e!="string"?`as ${await N1t(r,o,{configuration:a})}`:`attempted as ${e}`})`)}function ym(t,e){let r=t.response?.statusCode;return r?r===404?"Package not found":r>=500&&r<600?`The registry appears to be down (using a ${de.applyHyperlink(e,"local cache","https://yarnpkg.com/advanced/lexicon#local-cache")} might have protected you against such outages)`:null:null}function DQ(t){return t.scope?`/@${t.scope}%2f${t.name}`:`/${t.name}`}var B1e=new Map,v1t=new Map;async function D1t(t){return await _e.getFactoryWithDefault(B1e,t,async()=>{let e=null;try{e=await oe.readJsonPromise(t)}catch{}return e})}async function S1t(t,e,{configuration:r,cached:o,registry:a,headers:n,version:u,...A}){return await _e.getFactoryWithDefault(v1t,t,async()=>await Em(DQ(e),{...A,customErrorMessage:ym,configuration:r,registry:a,ident:e,headers:{...n,["If-None-Match"]:o?.etag,["If-Modified-Since"]:o?.lastModified},wrapNetworkRequest:async p=>async()=>{let h=await p();if(h.statusCode===304){if(o===null)throw new Error("Assertion failed: cachedMetadata should not be null");return{...h,body:o.metadata}}let E=P1t(JSON.parse(h.body.toString())),I={metadata:E,etag:h.headers.etag,lastModified:h.headers["last-modified"]};return B1e.set(t,Promise.resolve(I)),Promise.resolve().then(async()=>{let v=`${t}-${process.pid}.tmp`;await oe.mkdirPromise(V.dirname(v),{recursive:!0}),await oe.writeJsonPromise(v,I,{compact:!0}),await oe.renamePromise(v,t)}).catch(()=>{}),{...h,body:E}}}))}async function JC(t,{cache:e,project:r,registry:o,headers:a,version:n,...u}){let{configuration:A}=r;o=Av(A,{ident:t,registry:o});let p=x1t(A,o),h=V.join(p,`${W.slugifyIdent(t)}.json`),E=null;if(!r.lockfileNeedsRefresh&&(E=await D1t(h),E)){if(typeof n<"u"&&typeof E.metadata.versions[n]<"u")return E.metadata;if(A.get("enableOfflineMode")){let I=structuredClone(E.metadata),v=new Set;if(e){for(let C of Object.keys(I.versions)){let R=W.makeLocator(t,`npm:${C}`),L=e.getLocatorMirrorPath(R);(!L||!oe.existsSync(L))&&(delete I.versions[C],v.add(C))}let x=I["dist-tags"].latest;if(v.has(x)){let C=Object.keys(E.metadata.versions).sort(w1e.default.compare),R=C.indexOf(x);for(;v.has(C[R])&&R>=0;)R-=1;R>=0?I["dist-tags"].latest=C[R]:delete I["dist-tags"].latest}}return I}}return await S1t(h,t,{...u,configuration:A,cached:E,registry:o,headers:a,version:n})}var v1e=["name","dist.tarball","bin","scripts","os","cpu","libc","dependencies","dependenciesMeta","optionalDependencies","peerDependencies","peerDependenciesMeta","deprecated"];function P1t(t){return{"dist-tags":t["dist-tags"],versions:Object.fromEntries(Object.entries(t.versions).map(([e,r])=>[e,(0,C1e.default)(r,v1e)]))}}var b1t=wn.makeHash(...v1e).slice(0,6);function x1t(t,e){let r=k1t(t),o=new URL(e);return V.join(r,b1t,o.hostname)}function k1t(t){return V.join(t.get("globalFolder"),"metadata/npm")}async function Em(t,{configuration:e,headers:r,ident:o,authType:a,registry:n,...u}){n=Av(e,{ident:o,registry:n}),o&&o.scope&&typeof a>"u"&&(a=1);let A=await SQ(n,{authType:a,configuration:e,ident:o});A&&(r={...r,authorization:A});try{return await nn.get(t.charAt(0)==="/"?`${n}${t}`:t,{configuration:e,headers:r,...u})}catch(p){throw await k0(p,{registry:n,configuration:e,headers:r}),p}}async function Q1t(t,e,{attemptedAs:r,configuration:o,headers:a,ident:n,authType:u=3,registry:A,otp:p,...h}){A=Av(o,{ident:n,registry:A});let E=await SQ(A,{authType:u,configuration:o,ident:n});E&&(a={...a,authorization:E}),p&&(a={...a,...VC(p)});try{return await nn.post(A+t,e,{configuration:o,headers:a,...h})}catch(I){if(!PQ(I)||p)throw await k0(I,{attemptedAs:r,registry:A,configuration:o,headers:a}),I;p=await IG(I,{configuration:o});let v={...a,...VC(p)};try{return await nn.post(`${A}${t}`,e,{configuration:o,headers:v,...h})}catch(x){throw await k0(x,{attemptedAs:r,registry:A,configuration:o,headers:a}),x}}}async function F1t(t,e,{attemptedAs:r,configuration:o,headers:a,ident:n,authType:u=3,registry:A,otp:p,...h}){A=Av(o,{ident:n,registry:A});let E=await SQ(A,{authType:u,configuration:o,ident:n});E&&(a={...a,authorization:E}),p&&(a={...a,...VC(p)});try{return await nn.put(A+t,e,{configuration:o,headers:a,...h})}catch(I){if(!PQ(I))throw await k0(I,{attemptedAs:r,registry:A,configuration:o,headers:a}),I;p=await IG(I,{configuration:o});let v={...a,...VC(p)};try{return await nn.put(`${A}${t}`,e,{configuration:o,headers:v,...h})}catch(x){throw await k0(x,{attemptedAs:r,registry:A,configuration:o,headers:a}),x}}}async function R1t(t,{attemptedAs:e,configuration:r,headers:o,ident:a,authType:n=3,registry:u,otp:A,...p}){u=Av(r,{ident:a,registry:u});let h=await SQ(u,{authType:n,configuration:r,ident:a});h&&(o={...o,authorization:h}),A&&(o={...o,...VC(A)});try{return await nn.del(u+t,{configuration:r,headers:o,...p})}catch(E){if(!PQ(E)||A)throw await k0(E,{attemptedAs:e,registry:u,configuration:r,headers:o}),E;A=await IG(E,{configuration:r});let I={...o,...VC(A)};try{return await nn.del(`${u}${t}`,{configuration:r,headers:I,...p})}catch(v){throw await k0(v,{attemptedAs:e,registry:u,configuration:r,headers:o}),v}}}function Av(t,{ident:e,registry:r}){if(typeof r>"u"&&e)return KC(e.scope,{configuration:t});if(typeof r!="string")throw new Error("Assertion failed: The registry should be a string");return oc(r)}async function SQ(t,{authType:e=2,configuration:r,ident:o}){let a=CG(t,{configuration:r,ident:o}),n=T1t(a,e);if(!n)return null;let u=await r.reduceHook(A=>A.getNpmAuthenticationHeader,void 0,t,{configuration:r,ident:o});if(u)return u;if(a.get("npmAuthToken"))return`Bearer ${a.get("npmAuthToken")}`;if(a.get("npmAuthIdent")){let A=a.get("npmAuthIdent");return A.includes(":")?`Basic ${Buffer.from(A).toString("base64")}`:`Basic ${A}`}if(n&&e!==1)throw new zt(33,"No authentication configured for request");return null}function T1t(t,e){switch(e){case 2:return t.get("npmAlwaysAuth");case 1:case 3:return!0;case 0:return!1;default:throw new Error("Unreachable")}}async function N1t(t,e,{configuration:r}){if(typeof e>"u"||typeof e.authorization>"u")return"an anonymous user";try{return(await nn.get(new URL(`${t}/-/whoami`).href,{configuration:r,headers:e,jsonResponse:!0})).username??"an unknown user"}catch{return"an unknown user"}}async function IG(t,{configuration:e}){let r=t.originalError?.response.headers["npm-notice"];if(r&&(await Nt.start({configuration:e,stdout:process.stdout,includeFooter:!1},async a=>{if(a.reportInfo(0,r.replace(/(https?:\/\/\S+)/g,de.pretty(e,"$1",de.Type.URL))),!process.env.YARN_IS_TEST_ENV){let n=r.match(/open (https?:\/\/\S+)/i);if(n&&Ji.openUrl){let{openNow:u}=await(0,wG.prompt)({type:"confirm",name:"openNow",message:"Do you want to try to open this url now?",required:!0,initial:!0,onCancel:()=>process.exit(130)});u&&(await Ji.openUrl(n[1])||(a.reportSeparator(),a.reportWarning(0,"We failed to automatically open the url; you'll have to open it yourself in your browser of choice.")))}}}),process.stdout.write(` +`)),process.env.YARN_IS_TEST_ENV)return process.env.YARN_INJECT_NPM_2FA_TOKEN||"";let{otp:o}=await(0,wG.prompt)({type:"password",name:"otp",message:"One-time password:",required:!0,onCancel:()=>process.exit(130)});return process.stdout.write(` +`),o}function PQ(t){if(t.originalError?.name!=="HTTPError")return!1;try{return(t.originalError?.response.headers["www-authenticate"].split(/,\s*/).map(r=>r.toLowerCase())).includes("otp")}catch{return!1}}function VC(t){return{["npm-otp"]:t}}var fv=class{supports(e,r){if(!e.reference.startsWith(Wn))return!1;let{selector:o,params:a}=W.parseRange(e.reference);return!(!D1e.default.valid(o)||a===null||typeof a.__archiveUrl!="string")}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the remote server`),loader:()=>this.fetchFromNetwork(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),checksum:u}}async fetchFromNetwork(e,r){let{params:o}=W.parseRange(e.reference);if(o===null||typeof o.__archiveUrl!="string")throw new Error("Assertion failed: The archiveUrl querystring parameter should have been available");let a=await Em(o.__archiveUrl,{customErrorMessage:ym,configuration:r.project.configuration,ident:e});return await Xi.convertToZip(a,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1})}};Ye();var pv=class{supportsDescriptor(e,r){return!(!e.range.startsWith(Wn)||!W.tryParseDescriptor(e.range.slice(Wn.length),!0))}supportsLocator(e,r){return!1}shouldPersistResolution(e,r){throw new Error("Unreachable")}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){let o=r.project.configuration.normalizeDependency(W.parseDescriptor(e.range.slice(Wn.length),!0));return r.resolver.getResolutionDependencies(o,r)}async getCandidates(e,r,o){let a=o.project.configuration.normalizeDependency(W.parseDescriptor(e.range.slice(Wn.length),!0));return await o.resolver.getCandidates(a,r,o)}async getSatisfying(e,r,o,a){let n=a.project.configuration.normalizeDependency(W.parseDescriptor(e.range.slice(Wn.length),!0));return a.resolver.getSatisfying(n,r,o,a)}resolve(e,r){throw new Error("Unreachable")}};Ye();Ye();var S1e=$e(zn());var dl=class{supports(e,r){if(!e.reference.startsWith(Wn))return!1;let o=new URL(e.reference);return!(!S1e.default.valid(o.pathname)||o.searchParams.has("__archiveUrl"))}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the remote registry`),loader:()=>this.fetchFromNetwork(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),checksum:u}}async fetchFromNetwork(e,r){let o;try{o=await Em(dl.getLocatorUrl(e),{customErrorMessage:ym,configuration:r.project.configuration,ident:e})}catch{o=await Em(dl.getLocatorUrl(e).replace(/%2f/g,"/"),{customErrorMessage:ym,configuration:r.project.configuration,ident:e})}return await Xi.convertToZip(o,{configuration:r.project.configuration,prefixPath:W.getIdentVendorPath(e),stripComponents:1})}static isConventionalTarballUrl(e,r,{configuration:o}){let a=KC(e.scope,{configuration:o}),n=dl.getLocatorUrl(e);return r=r.replace(/^https?:(\/\/(?:[^/]+\.)?npmjs.org(?:$|\/))/,"https:$1"),a=a.replace(/^https:\/\/registry\.npmjs\.org($|\/)/,"https://registry.yarnpkg.com$1"),r=r.replace(/^https:\/\/registry\.npmjs\.org($|\/)/,"https://registry.yarnpkg.com$1"),r===a+n||r===a+n.replace(/%2f/g,"/")}static getLocatorUrl(e){let r=kr.clean(e.reference.slice(Wn.length));if(r===null)throw new zt(10,"The npm semver resolver got selected, but the version isn't semver");return`${DQ(e)}/-/${e.name}-${r}.tgz`}};Ye();Ye();Ye();var BG=$e(zn());var bQ=W.makeIdent(null,"node-gyp"),L1t=/\b(node-gyp|prebuild-install)\b/,hv=class{supportsDescriptor(e,r){return e.range.startsWith(Wn)?!!kr.validRange(e.range.slice(Wn.length)):!1}supportsLocator(e,r){if(!e.reference.startsWith(Wn))return!1;let{selector:o}=W.parseRange(e.reference);return!!BG.default.valid(o)}shouldPersistResolution(e,r){return!0}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){let a=kr.validRange(e.range.slice(Wn.length));if(a===null)throw new Error(`Expected a valid range, got ${e.range.slice(Wn.length)}`);let n=await JC(e,{cache:o.fetchOptions?.cache,project:o.project,version:BG.default.valid(a.raw)?a.raw:void 0}),u=_e.mapAndFilter(Object.keys(n.versions),h=>{try{let E=new kr.SemVer(h);if(a.test(E))return E}catch{}return _e.mapAndFilter.skip}),A=u.filter(h=>!n.versions[h.raw].deprecated),p=A.length>0?A:u;return p.sort((h,E)=>-h.compare(E)),p.map(h=>{let E=W.makeLocator(e,`${Wn}${h.raw}`),I=n.versions[h.raw].dist.tarball;return dl.isConventionalTarballUrl(E,I,{configuration:o.project.configuration})?E:W.bindLocator(E,{__archiveUrl:I})})}async getSatisfying(e,r,o,a){let n=kr.validRange(e.range.slice(Wn.length));if(n===null)throw new Error(`Expected a valid range, got ${e.range.slice(Wn.length)}`);return{locators:_e.mapAndFilter(o,p=>{if(p.identHash!==e.identHash)return _e.mapAndFilter.skip;let h=W.tryParseRange(p.reference,{requireProtocol:Wn});if(!h)return _e.mapAndFilter.skip;let E=new kr.SemVer(h.selector);return n.test(E)?{locator:p,version:E}:_e.mapAndFilter.skip}).sort((p,h)=>-p.version.compare(h.version)).map(({locator:p})=>p),sorted:!0}}async resolve(e,r){let{selector:o}=W.parseRange(e.reference),a=kr.clean(o);if(a===null)throw new zt(10,"The npm semver resolver got selected, but the version isn't semver");let n=await JC(e,{cache:r.fetchOptions?.cache,project:r.project,version:a});if(!Object.hasOwn(n,"versions"))throw new zt(15,'Registry returned invalid data for - missing "versions" field');if(!Object.hasOwn(n.versions,a))throw new zt(16,`Registry failed to return reference "${a}"`);let u=new Ot;if(u.load(n.versions[a]),!u.dependencies.has(bQ.identHash)&&!u.peerDependencies.has(bQ.identHash)){for(let A of u.scripts.values())if(A.match(L1t)){u.dependencies.set(bQ.identHash,W.makeDescriptor(bQ,"latest"));break}}return{...e,version:a,languageName:"node",linkType:"HARD",conditions:u.getConditions(),dependencies:r.project.configuration.normalizeDependencyMap(u.dependencies),peerDependencies:u.peerDependencies,dependenciesMeta:u.dependenciesMeta,peerDependenciesMeta:u.peerDependenciesMeta,bin:u.bin}}};Ye();Ye();var P1e=$e(zn());var gv=class{supportsDescriptor(e,r){return!(!e.range.startsWith(Wn)||!FE.test(e.range.slice(Wn.length)))}supportsLocator(e,r){return!1}shouldPersistResolution(e,r){throw new Error("Unreachable")}bindDescriptor(e,r,o){return e}getResolutionDependencies(e,r){return{}}async getCandidates(e,r,o){let a=e.range.slice(Wn.length),n=await JC(e,{cache:o.fetchOptions?.cache,project:o.project});if(!Object.hasOwn(n,"dist-tags"))throw new zt(15,'Registry returned invalid data - missing "dist-tags" field');let u=n["dist-tags"];if(!Object.hasOwn(u,a))throw new zt(16,`Registry failed to return tag "${a}"`);let A=u[a],p=W.makeLocator(e,`${Wn}${A}`),h=n.versions[A].dist.tarball;return dl.isConventionalTarballUrl(p,h,{configuration:o.project.configuration})?[p]:[W.bindLocator(p,{__archiveUrl:h})]}async getSatisfying(e,r,o,a){let n=[];for(let u of o){if(u.identHash!==e.identHash)continue;let A=W.tryParseRange(u.reference,{requireProtocol:Wn});if(!(!A||!P1e.default.valid(A.selector))){if(A.params?.__archiveUrl){let p=W.makeRange({protocol:Wn,selector:A.selector,source:null,params:null}),[h]=await a.resolver.getCandidates(W.makeDescriptor(e,p),r,a);if(u.reference!==h.reference)continue}n.push(u)}}return{locators:n,sorted:!1}}async resolve(e,r){throw new Error("Unreachable")}};var ow={};Vt(ow,{getGitHead:()=>Tvt,getPublishAccess:()=>dBe,getReadmeContent:()=>mBe,makePublishBody:()=>Rvt});Ye();Ye();St();var Aq={};Vt(Aq,{PackCommand:()=>U0,default:()=>gvt,packUtils:()=>wA});Ye();Ye();Ye();St();jt();var wA={};Vt(wA,{genPackList:()=>XQ,genPackStream:()=>uq,genPackageManifest:()=>iBe,hasPackScripts:()=>lq,prepareForPack:()=>cq});Ye();St();var aq=$e(Zo()),rBe=$e(Z2e()),nBe=ve("zlib"),ivt=["/package.json","/readme","/readme.*","/license","/license.*","/licence","/licence.*","/changelog","/changelog.*"],svt=["/package.tgz",".github",".git",".hg","node_modules",".npmignore",".gitignore",".#*",".DS_Store"];async function lq(t){return!!(un.hasWorkspaceScript(t,"prepack")||un.hasWorkspaceScript(t,"postpack"))}async function cq(t,{report:e},r){await un.maybeExecuteWorkspaceLifecycleScript(t,"prepack",{report:e});try{let o=V.join(t.cwd,Ot.fileName);await oe.existsPromise(o)&&await t.manifest.loadFile(o,{baseFs:oe}),await r()}finally{await un.maybeExecuteWorkspaceLifecycleScript(t,"postpack",{report:e})}}async function uq(t,e){typeof e>"u"&&(e=await XQ(t));let r=new Set;for(let n of t.manifest.publishConfig?.executableFiles??new Set)r.add(V.normalize(n));for(let n of t.manifest.bin.values())r.add(V.normalize(n));let o=rBe.default.pack();process.nextTick(async()=>{for(let n of e){let u=V.normalize(n),A=V.resolve(t.cwd,u),p=V.join("package",u),h=await oe.lstatPromise(A),E={name:p,mtime:new Date(vi.SAFE_TIME*1e3)},I=r.has(u)?493:420,v,x,C=new Promise((L,U)=>{v=L,x=U}),R=L=>{L?x(L):v()};if(h.isFile()){let L;u==="package.json"?L=Buffer.from(JSON.stringify(await iBe(t),null,2)):L=await oe.readFilePromise(A),o.entry({...E,mode:I,type:"file"},L,R)}else h.isSymbolicLink()?o.entry({...E,mode:I,type:"symlink",linkname:await oe.readlinkPromise(A)},R):R(new Error(`Unsupported file type ${h.mode} for ${ue.fromPortablePath(u)}`));await C}o.finalize()});let a=(0,nBe.createGzip)();return o.pipe(a),a}async function iBe(t){let e=JSON.parse(JSON.stringify(t.manifest.raw));return await t.project.configuration.triggerHook(r=>r.beforeWorkspacePacking,t,e),e}async function XQ(t){let e=t.project,r=e.configuration,o={accept:[],reject:[]};for(let I of svt)o.reject.push(I);for(let I of ivt)o.accept.push(I);o.reject.push(r.get("rcFilename"));let a=I=>{if(I===null||!I.startsWith(`${t.cwd}/`))return;let v=V.relative(t.cwd,I),x=V.resolve(Bt.root,v);o.reject.push(x)};a(V.resolve(e.cwd,dr.lockfile)),a(r.get("cacheFolder")),a(r.get("globalFolder")),a(r.get("installStatePath")),a(r.get("virtualFolder")),a(r.get("yarnPath")),await r.triggerHook(I=>I.populateYarnPaths,e,I=>{a(I)});for(let I of e.workspaces){let v=V.relative(t.cwd,I.cwd);v!==""&&!v.match(/^(\.\.)?\//)&&o.reject.push(`/${v}`)}let n={accept:[],reject:[]},u=t.manifest.publishConfig?.main??t.manifest.main,A=t.manifest.publishConfig?.module??t.manifest.module,p=t.manifest.publishConfig?.browser??t.manifest.browser,h=t.manifest.publishConfig?.bin??t.manifest.bin;u!=null&&n.accept.push(V.resolve(Bt.root,u)),A!=null&&n.accept.push(V.resolve(Bt.root,A)),typeof p=="string"&&n.accept.push(V.resolve(Bt.root,p));for(let I of h.values())n.accept.push(V.resolve(Bt.root,I));if(p instanceof Map)for(let[I,v]of p.entries())n.accept.push(V.resolve(Bt.root,I)),typeof v=="string"&&n.accept.push(V.resolve(Bt.root,v));let E=t.manifest.files!==null;if(E){n.reject.push("/*");for(let I of t.manifest.files)sBe(n.accept,I,{cwd:Bt.root})}return await ovt(t.cwd,{hasExplicitFileList:E,globalList:o,ignoreList:n})}async function ovt(t,{hasExplicitFileList:e,globalList:r,ignoreList:o}){let a=[],n=new _u(t),u=[[Bt.root,[o]]];for(;u.length>0;){let[A,p]=u.pop(),h=await n.lstatPromise(A);if(!eBe(A,{globalList:r,ignoreLists:h.isDirectory()?null:p}))if(h.isDirectory()){let E=await n.readdirPromise(A),I=!1,v=!1;if(!e||A!==Bt.root)for(let R of E)I=I||R===".gitignore",v=v||R===".npmignore";let x=v?await $2e(n,A,".npmignore"):I?await $2e(n,A,".gitignore"):null,C=x!==null?[x].concat(p):p;eBe(A,{globalList:r,ignoreLists:p})&&(C=[...p,{accept:[],reject:["**/*"]}]);for(let R of E)u.push([V.resolve(A,R),C])}else(h.isFile()||h.isSymbolicLink())&&a.push(V.relative(Bt.root,A))}return a.sort()}async function $2e(t,e,r){let o={accept:[],reject:[]},a=await t.readFilePromise(V.join(e,r),"utf8");for(let n of a.split(/\n/g))sBe(o.reject,n,{cwd:e});return o}function avt(t,{cwd:e}){let r=t[0]==="!";return r&&(t=t.slice(1)),t.match(/\.{0,1}\//)&&(t=V.resolve(e,t)),r&&(t=`!${t}`),t}function sBe(t,e,{cwd:r}){let o=e.trim();o===""||o[0]==="#"||t.push(avt(o,{cwd:r}))}function eBe(t,{globalList:e,ignoreLists:r}){let o=zQ(t,e.accept);if(o!==0)return o===2;let a=zQ(t,e.reject);if(a!==0)return a===1;if(r!==null)for(let n of r){let u=zQ(t,n.accept);if(u!==0)return u===2;let A=zQ(t,n.reject);if(A!==0)return A===1}return!1}function zQ(t,e){let r=e,o=[];for(let a=0;a{await cq(a,{report:p},async()=>{p.reportJson({base:ue.fromPortablePath(a.cwd)});let h=await XQ(a);for(let E of h)p.reportInfo(null,ue.fromPortablePath(E)),p.reportJson({location:ue.fromPortablePath(E)});if(!this.dryRun){let E=await uq(a,h),I=oe.createWriteStream(u);E.pipe(I),await new Promise(v=>{I.on("finish",v)})}}),this.dryRun||(p.reportInfo(0,`Package archive generated in ${de.pretty(r,u,de.Type.PATH)}`),p.reportJson({output:ue.fromPortablePath(u)}))})).exitCode()}};U0.paths=[["pack"]],U0.usage=nt.Usage({description:"generate a tarball from the active workspace",details:"\n This command will turn the active workspace into a compressed archive suitable for publishing. The archive will by default be stored at the root of the workspace (`package.tgz`).\n\n If the `-o,---out` is set the archive will be created at the specified path. The `%s` and `%v` variables can be used within the path and will be respectively replaced by the package name and version.\n ",examples:[["Create an archive from the active workspace","yarn pack"],["List the files that would be made part of the workspace's archive","yarn pack --dry-run"],["Name and output the archive in a dedicated folder","yarn pack --out /artifacts/%s-%v.tgz"]]});function lvt(t,{workspace:e}){let r=t.replace("%s",cvt(e)).replace("%v",uvt(e));return ue.toPortablePath(r)}function cvt(t){return t.manifest.name!==null?W.slugifyIdent(t.manifest.name):"package"}function uvt(t){return t.manifest.version!==null?t.manifest.version:"unknown"}var Avt=["dependencies","devDependencies","peerDependencies"],fvt="workspace:",pvt=(t,e)=>{e.publishConfig&&(e.publishConfig.type&&(e.type=e.publishConfig.type),e.publishConfig.main&&(e.main=e.publishConfig.main),e.publishConfig.browser&&(e.browser=e.publishConfig.browser),e.publishConfig.module&&(e.module=e.publishConfig.module),e.publishConfig.exports&&(e.exports=e.publishConfig.exports),e.publishConfig.imports&&(e.imports=e.publishConfig.imports),e.publishConfig.bin&&(e.bin=e.publishConfig.bin));let r=t.project;for(let o of Avt)for(let a of t.manifest.getForScope(o).values()){let n=r.tryWorkspaceByDescriptor(a),u=W.parseRange(a.range);if(u.protocol===fvt)if(n===null){if(r.tryWorkspaceByIdent(a)===null)throw new zt(21,`${W.prettyDescriptor(r.configuration,a)}: No local workspace found for this range`)}else{let A;W.areDescriptorsEqual(a,n.anchoredDescriptor)||u.selector==="*"?A=n.manifest.version??"0.0.0":u.selector==="~"||u.selector==="^"?A=`${u.selector}${n.manifest.version??"0.0.0"}`:A=u.selector;let p=o==="dependencies"?W.makeDescriptor(a,"unknown"):null,h=p!==null&&t.manifest.ensureDependencyMeta(p).optional?"optionalDependencies":o;e[h][W.stringifyIdent(a)]=A}}},hvt={hooks:{beforeWorkspacePacking:pvt},commands:[U0]},gvt=hvt;var hBe=ve("crypto"),gBe=$e(pBe());async function Rvt(t,e,{access:r,tag:o,registry:a,gitHead:n}){let u=t.manifest.name,A=t.manifest.version,p=W.stringifyIdent(u),h=(0,hBe.createHash)("sha1").update(e).digest("hex"),E=gBe.default.fromData(e).toString(),I=r??dBe(t,u),v=await mBe(t),x=await wA.genPackageManifest(t),C=`${p}-${A}.tgz`,R=new URL(`${oc(a)}/${p}/-/${C}`);return{_id:p,_attachments:{[C]:{content_type:"application/octet-stream",data:e.toString("base64"),length:e.length}},name:p,access:I,["dist-tags"]:{[o]:A},versions:{[A]:{...x,_id:`${p}@${A}`,name:p,version:A,gitHead:n,dist:{shasum:h,integrity:E,tarball:R.toString()}}},readme:v}}async function Tvt(t){try{let{stdout:e}=await Ur.execvp("git",["rev-parse","--revs-only","HEAD"],{cwd:t});return e.trim()===""?void 0:e.trim()}catch{return}}function dBe(t,e){let r=t.project.configuration;return t.manifest.publishConfig&&typeof t.manifest.publishConfig.access=="string"?t.manifest.publishConfig.access:r.get("npmPublishAccess")!==null?r.get("npmPublishAccess"):e.scope?"restricted":"public"}async function mBe(t){let e=ue.toPortablePath(`${t.cwd}/README.md`),r=t.manifest.name,a=`# ${W.stringifyIdent(r)} +`;try{a=await oe.readFilePromise(e,"utf8")}catch(n){if(n.code==="ENOENT")return a;throw n}return a}var gq={npmAlwaysAuth:{description:"URL of the selected npm registry (note: npm enterprise isn't supported)",type:"BOOLEAN",default:!1},npmAuthIdent:{description:"Authentication identity for the npm registry (_auth in npm and yarn v1)",type:"SECRET",default:null},npmAuthToken:{description:"Authentication token for the npm registry (_authToken in npm and yarn v1)",type:"SECRET",default:null}},yBe={npmAuditRegistry:{description:"Registry to query for audit reports",type:"STRING",default:null},npmPublishRegistry:{description:"Registry to push packages to",type:"STRING",default:null},npmRegistryServer:{description:"URL of the selected npm registry (note: npm enterprise isn't supported)",type:"STRING",default:"https://registry.yarnpkg.com"}},Nvt={configuration:{...gq,...yBe,npmScopes:{description:"Settings per package scope",type:"MAP",valueDefinition:{description:"",type:"SHAPE",properties:{...gq,...yBe}}},npmRegistries:{description:"Settings per registry",type:"MAP",normalizeKeys:oc,valueDefinition:{description:"",type:"SHAPE",properties:{...gq}}}},fetchers:[fv,dl],resolvers:[pv,hv,gv]},Lvt=Nvt;var Dq={};Vt(Dq,{NpmAuditCommand:()=>H0,NpmInfoCommand:()=>j0,NpmLoginCommand:()=>G0,NpmLogoutCommand:()=>q0,NpmPublishCommand:()=>Y0,NpmTagAddCommand:()=>K0,NpmTagListCommand:()=>W0,NpmTagRemoveCommand:()=>V0,NpmWhoamiCommand:()=>J0,default:()=>Gvt,npmAuditTypes:()=>Rv,npmAuditUtils:()=>ZQ});Ye();Ye();jt();var wq=$e(Zo());Za();var Rv={};Vt(Rv,{Environment:()=>Qv,Severity:()=>Fv});var Qv=(o=>(o.All="all",o.Production="production",o.Development="development",o))(Qv||{}),Fv=(n=>(n.Info="info",n.Low="low",n.Moderate="moderate",n.High="high",n.Critical="critical",n))(Fv||{});var ZQ={};Vt(ZQ,{allSeverities:()=>aw,getPackages:()=>Cq,getReportTree:()=>yq,getSeverityInclusions:()=>mq,getTopLevelDependencies:()=>Eq});Ye();var EBe=$e(zn());var aw=["info","low","moderate","high","critical"];function mq(t){if(typeof t>"u")return new Set(aw);let e=aw.indexOf(t),r=aw.slice(e);return new Set(r)}function yq(t){let e={},r={children:e};for(let[o,a]of _e.sortMap(Object.entries(t),n=>n[0]))for(let n of _e.sortMap(a,u=>`${u.id}`))e[`${o}/${n.id}`]={value:de.tuple(de.Type.IDENT,W.parseIdent(o)),children:{ID:typeof n.id<"u"&&{label:"ID",value:de.tuple(de.Type.ID,n.id)},Issue:{label:"Issue",value:de.tuple(de.Type.NO_HINT,n.title)},URL:typeof n.url<"u"&&{label:"URL",value:de.tuple(de.Type.URL,n.url)},Severity:{label:"Severity",value:de.tuple(de.Type.NO_HINT,n.severity)},["Vulnerable Versions"]:{label:"Vulnerable Versions",value:de.tuple(de.Type.RANGE,n.vulnerable_versions)},["Tree Versions"]:{label:"Tree Versions",children:[...n.versions].sort(EBe.default.compare).map(u=>({value:de.tuple(de.Type.REFERENCE,u)}))},Dependents:{label:"Dependents",children:_e.sortMap(n.dependents,u=>W.stringifyLocator(u)).map(u=>({value:de.tuple(de.Type.LOCATOR,u)}))}}};return r}function Eq(t,e,{all:r,environment:o}){let a=[],n=r?t.workspaces:[e],u=["all","production"].includes(o),A=["all","development"].includes(o);for(let p of n)for(let h of p.anchoredPackage.dependencies.values())(p.manifest.devDependencies.has(h.identHash)?!A:!u)||a.push({workspace:p,dependency:h});return a}function Cq(t,e,{recursive:r}){let o=new Map,a=new Set,n=[],u=(A,p)=>{let h=t.storedResolutions.get(p.descriptorHash);if(typeof h>"u")throw new Error("Assertion failed: The resolution should have been registered");if(!a.has(h))a.add(h);else return;let E=t.storedPackages.get(h);if(typeof E>"u")throw new Error("Assertion failed: The package should have been registered");if(W.ensureDevirtualizedLocator(E).reference.startsWith("npm:")&&E.version!==null){let v=W.stringifyIdent(E),x=_e.getMapWithDefault(o,v);_e.getArrayWithDefault(x,E.version).push(A)}if(r)for(let v of E.dependencies.values())n.push([E,v])};for(let{workspace:A,dependency:p}of e)n.push([A.anchoredLocator,p]);for(;n.length>0;){let[A,p]=n.shift();u(A,p)}return o}var H0=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("-A,--all",!1,{description:"Audit dependencies from all workspaces"});this.recursive=ge.Boolean("-R,--recursive",!1,{description:"Audit transitive dependencies as well"});this.environment=ge.String("--environment","all",{description:"Which environments to cover",validator:Ks(Qv)});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.noDeprecations=ge.Boolean("--no-deprecations",!1,{description:"Don't warn about deprecated packages"});this.severity=ge.String("--severity","info",{description:"Minimal severity requested for packages to be displayed",validator:Ks(Fv)});this.excludes=ge.Array("--exclude",[],{description:"Array of glob patterns of packages to exclude from audit"});this.ignores=ge.Array("--ignore",[],{description:"Array of glob patterns of advisory ID's to ignore in the audit report"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let n=Eq(o,a,{all:this.all,environment:this.environment}),u=Cq(o,n,{recursive:this.recursive}),A=Array.from(new Set([...r.get("npmAuditExcludePackages"),...this.excludes])),p=Object.create(null);for(let[L,U]of u)A.some(J=>wq.default.isMatch(L,J))||(p[L]=[...U.keys()]);let h=Zn.getAuditRegistry({configuration:r}),E,I=await AA.start({configuration:r,stdout:this.context.stdout},async()=>{let L=Zr.post("/-/npm/v1/security/advisories/bulk",p,{authType:Zr.AuthType.BEST_EFFORT,configuration:r,jsonResponse:!0,registry:h}),U=this.noDeprecations?[]:await Promise.all(Array.from(Object.entries(p),async([te,ae])=>{let fe=await Zr.getPackageMetadata(W.parseIdent(te),{project:o});return _e.mapAndFilter(ae,ce=>{let{deprecated:me}=fe.versions[ce];return me?[te,ce,me]:_e.mapAndFilter.skip})})),J=await L;for(let[te,ae,fe]of U.flat(1))Object.hasOwn(J,te)&&J[te].some(ce=>kr.satisfiesWithPrereleases(ae,ce.vulnerable_versions))||(J[te]??=[],J[te].push({id:`${te} (deprecation)`,title:fe.trim()||"This package has been deprecated.",severity:"moderate",vulnerable_versions:ae}));E=J});if(I.hasErrors())return I.exitCode();let v=mq(this.severity),x=Array.from(new Set([...r.get("npmAuditIgnoreAdvisories"),...this.ignores])),C=Object.create(null);for(let[L,U]of Object.entries(E)){let J=U.filter(te=>!wq.default.isMatch(`${te.id}`,x)&&v.has(te.severity));J.length>0&&(C[L]=J.map(te=>{let ae=u.get(L);if(typeof ae>"u")throw new Error("Assertion failed: Expected the registry to only return packages that were requested");let fe=[...ae.keys()].filter(me=>kr.satisfiesWithPrereleases(me,te.vulnerable_versions)),ce=new Map;for(let me of fe)for(let he of ae.get(me))ce.set(he.locatorHash,he);return{...te,versions:fe,dependents:[...ce.values()]}}))}let R=Object.keys(C).length>0;return R?($s.emitTree(yq(C),{configuration:r,json:this.json,stdout:this.context.stdout,separators:2}),1):(await Nt.start({configuration:r,includeFooter:!1,json:this.json,stdout:this.context.stdout},async L=>{L.reportInfo(1,"No audit suggestions")}),R?1:0)}};H0.paths=[["npm","audit"]],H0.usage=nt.Usage({description:"perform a vulnerability audit against the installed packages",details:` This command checks for known security reports on the packages you use. The reports are by default extracted from the npm registry, and may or may not be relevant to your actual program (not all vulnerabilities affect all code paths). For consistency with our other commands the default is to only check the direct dependencies for the active workspace. To extend this search to all workspaces, use \`-A,--all\`. To extend this search to both direct and transitive dependencies, use \`-R,--recursive\`. - Applying the \`--severity\` flag will limit the audit table to vulnerabilities of the corresponding severity and above. Valid values are ${ow.map(r=>`\`${r}\``).join(", ")}. + Applying the \`--severity\` flag will limit the audit table to vulnerabilities of the corresponding severity and above. Valid values are ${aw.map(r=>`\`${r}\``).join(", ")}. If the \`--json\` flag is set, Yarn will print the output exactly as received from the registry. Regardless of this flag, the process will exit with a non-zero exit code if a report is found for the selected packages. @@ -690,32 +690,32 @@ ${be.map(He=>`Not found: ${au(He)} If particular advisories are needed to be ignored, the \`--ignore\` flag can be used with Advisory ID's to ignore any number of advisories in the audit report. This can also be set in the configuration file with the \`npmAuditIgnoreAdvisories\` option. To understand the dependency tree requiring vulnerable packages, check the raw report with the \`--json\` flag or use \`yarn why package\` to get more information as to who depends on them. - `,examples:[["Checks for known security issues with the installed packages. The output is a list of known issues.","yarn npm audit"],["Audit dependencies in all workspaces","yarn npm audit --all"],["Limit auditing to `dependencies` (excludes `devDependencies`)","yarn npm audit --environment production"],["Show audit report as valid JSON","yarn npm audit --json"],["Audit all direct and transitive dependencies","yarn npm audit --recursive"],["Output moderate (or more severe) vulnerabilities","yarn npm audit --severity moderate"],["Exclude certain packages","yarn npm audit --exclude package1 --exclude package2"],["Ignore specific advisories","yarn npm audit --ignore 1234567 --ignore 7654321"]]});Ye();Ye();Pt();qt();var DG=$e(zn()),PG=Be("util"),H0=class extends ut{constructor(){super(...arguments);this.fields=ge.String("-f,--fields",{description:"A comma-separated list of manifest fields that should be displayed"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.packages=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o}=await St.find(r,this.context.cwd),a=typeof this.fields<"u"?new Set(["name",...this.fields.split(/\s*,\s*/)]):null,n=[],u=!1,A=await Nt.start({configuration:r,includeFooter:!1,json:this.json,stdout:this.context.stdout},async p=>{for(let h of this.packages){let E;if(h==="."){let le=o.topLevelWorkspace;if(!le.manifest.name)throw new it(`Missing ${de.pretty(r,"name",de.Type.CODE)} field in ${ue.fromPortablePath(K.join(le.cwd,dr.manifest))}`);E=W.makeDescriptor(le.manifest.name,"unknown")}else E=W.parseDescriptor(h);let I=on.getIdentUrl(E),v=SG(await on.get(I,{configuration:r,ident:E,jsonResponse:!0,customErrorMessage:on.customPackageError})),b=Object.keys(v.versions).sort(DG.default.compareLoose),T=v["dist-tags"].latest||b[b.length-1],L=kr.validRange(E.range);if(L){let le=DG.default.maxSatisfying(b,L);le!==null?T=le:(p.reportWarning(0,`Unmet range ${W.prettyRange(r,E.range)}; falling back to the latest version`),u=!0)}else Object.hasOwn(v["dist-tags"],E.range)?T=v["dist-tags"][E.range]:E.range!=="unknown"&&(p.reportWarning(0,`Unknown tag ${W.prettyRange(r,E.range)}; falling back to the latest version`),u=!0);let U=v.versions[T],J={...v,...U,version:T,versions:b},te;if(a!==null){te={};for(let le of a){let pe=J[le];if(typeof pe<"u")te[le]=pe;else{p.reportWarning(1,`The ${de.pretty(r,le,de.Type.CODE)} field doesn't exist inside ${W.prettyIdent(r,E)}'s information`),u=!0;continue}}}else this.json||(delete J.dist,delete J.readme,delete J.users),te=J;p.reportJson(te),this.json||n.push(te)}});PG.inspect.styles.name="cyan";for(let p of n)(p!==n[0]||u)&&this.context.stdout.write(` -`),this.context.stdout.write(`${(0,PG.inspect)(p,{depth:1/0,colors:!0,compact:!1})} -`);return A.exitCode()}};H0.paths=[["npm","info"]],H0.usage=nt.Usage({category:"Npm-related commands",description:"show information about a package",details:"\n This command fetches information about a package from the npm registry and prints it in a tree format.\n\n The package does not have to be installed locally, but needs to have been published (in particular, local changes will be ignored even for workspaces).\n\n Append `@` to the package argument to provide information specific to the latest version that satisfies the range or to the corresponding tagged version. If the range is invalid or if there is no version satisfying the range, the command will print a warning and fall back to the latest version.\n\n If the `-f,--fields` option is set, it's a comma-separated list of fields which will be used to only display part of the package information.\n\n By default, this command won't return the `dist`, `readme`, and `users` fields, since they are often very long. To explicitly request those fields, explicitly list them with the `--fields` flag or request the output in JSON mode.\n ",examples:[["Show all available information about react (except the `dist`, `readme`, and `users` fields)","yarn npm info react"],["Show all available information about react as valid JSON (including the `dist`, `readme`, and `users` fields)","yarn npm info react --json"],["Show all available information about react@16.12.0","yarn npm info react@16.12.0"],["Show all available information about react@next","yarn npm info react@next"],["Show the description of react","yarn npm info react --fields description"],["Show all available versions of react","yarn npm info react --fields versions"],["Show the readme of react","yarn npm info react --fields readme"],["Show a few fields of react","yarn npm info react --fields homepage,repository"]]});function SG(t){if(Array.isArray(t)){let e=[];for(let r of t)r=SG(r),r&&e.push(r);return e}else if(typeof t=="object"&&t!==null){let e={};for(let r of Object.keys(t)){if(r.startsWith("_"))continue;let o=SG(t[r]);o&&(e[r]=o)}return e}else return t||null}Ye();Ye();qt();var DBe=$e(A2()),j0=class extends ut{constructor(){super(...arguments);this.scope=ge.String("-s,--scope",{description:"Login to the registry configured for a given scope"});this.publish=ge.Boolean("--publish",!1,{description:"Login to the publish registry"});this.alwaysAuth=ge.Boolean("--always-auth",{description:"Set the npmAlwaysAuth configuration"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),o=await tF({configuration:r,cwd:this.context.cwd,publish:this.publish,scope:this.scope});return(await Nt.start({configuration:r,stdout:this.context.stdout,includeFooter:!1},async n=>{let u=await _vt({configuration:r,registry:o,report:n,stdin:this.context.stdin,stdout:this.context.stdout}),A=`/-/user/org.couchdb.user:${encodeURIComponent(u.name)}`,p=await on.put(A,u,{attemptedAs:u.name,configuration:r,registry:o,jsonResponse:!0,authType:on.AuthType.NO_AUTH});return await Uvt(o,p.token,{alwaysAuth:this.alwaysAuth,scope:this.scope}),n.reportInfo(0,"Successfully logged in")})).exitCode()}};j0.paths=[["npm","login"]],j0.usage=nt.Usage({category:"Npm-related commands",description:"store new login info to access the npm registry",details:"\n This command will ask you for your username, password, and 2FA One-Time-Password (when it applies). It will then modify your local configuration (in your home folder, never in the project itself) to reference the new tokens thus generated.\n\n Adding the `-s,--scope` flag will cause the authentication to be done against whatever registry is configured for the associated scope (see also `npmScopes`).\n\n Adding the `--publish` flag will cause the authentication to be done against the registry used when publishing the package (see also `publishConfig.registry` and `npmPublishRegistry`).\n ",examples:[["Login to the default registry","yarn npm login"],["Login to the registry linked to the @my-scope registry","yarn npm login --scope my-scope"],["Login to the publish registry for the current package","yarn npm login --publish"]]});async function tF({scope:t,publish:e,configuration:r,cwd:o}){return t&&e?Zn.getScopeRegistry(t,{configuration:r,type:Zn.RegistryType.PUBLISH_REGISTRY}):t?Zn.getScopeRegistry(t,{configuration:r}):e?Zn.getPublishRegistry((await AC(r,o)).manifest,{configuration:r}):Zn.getDefaultRegistry({configuration:r})}async function Uvt(t,e,{alwaysAuth:r,scope:o}){let a=u=>A=>{let p=je.isIndexableObject(A)?A:{},h=p[u],E=je.isIndexableObject(h)?h:{};return{...p,[u]:{...E,...r!==void 0?{npmAlwaysAuth:r}:{},npmAuthToken:e}}},n=o?{npmScopes:a(o)}:{npmRegistries:a(t)};return await Ve.updateHomeConfiguration(n)}async function _vt({configuration:t,registry:e,report:r,stdin:o,stdout:a}){r.reportInfo(0,`Logging in to ${de.pretty(t,e,de.Type.URL)}`);let n=!1;if(e.match(/^https:\/\/npm\.pkg\.github\.com(\/|$)/)&&(r.reportInfo(0,"You seem to be using the GitHub Package Registry. Tokens must be generated with the 'repo', 'write:packages', and 'read:packages' permissions."),n=!0),r.reportSeparator(),t.env.YARN_IS_TEST_ENV)return{name:t.env.YARN_INJECT_NPM_USER||"",password:t.env.YARN_INJECT_NPM_PASSWORD||""};let{username:u,password:A}=await(0,DBe.prompt)([{type:"input",name:"username",message:"Username:",required:!0,onCancel:()=>process.exit(130),stdin:o,stdout:a},{type:"password",name:"password",message:n?"Token:":"Password:",required:!0,onCancel:()=>process.exit(130),stdin:o,stdout:a}]);return r.reportSeparator(),{name:u,password:A}}Ye();Ye();qt();var aw=new Set(["npmAuthIdent","npmAuthToken"]),q0=class extends ut{constructor(){super(...arguments);this.scope=ge.String("-s,--scope",{description:"Logout of the registry configured for a given scope"});this.publish=ge.Boolean("--publish",!1,{description:"Logout of the publish registry"});this.all=ge.Boolean("-A,--all",!1,{description:"Logout of all registries"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),o=async()=>{let n=await tF({configuration:r,cwd:this.context.cwd,publish:this.publish,scope:this.scope}),u=await Ve.find(this.context.cwd,this.context.plugins),A=W.makeIdent(this.scope??null,"pkg");return!Zn.getAuthConfiguration(n,{configuration:u,ident:A}).get("npmAuthToken")};return(await Nt.start({configuration:r,stdout:this.context.stdout},async n=>{if(this.all&&(await jvt(),n.reportInfo(0,"Successfully logged out from everything")),this.scope){await PBe("npmScopes",this.scope),await o()?n.reportInfo(0,`Successfully logged out from ${this.scope}`):n.reportWarning(0,"Scope authentication settings removed, but some other ones settings still apply to it");return}let u=await tF({configuration:r,cwd:this.context.cwd,publish:this.publish});await PBe("npmRegistries",u),await o()?n.reportInfo(0,`Successfully logged out from ${u}`):n.reportWarning(0,"Registry authentication settings removed, but some other ones settings still apply to it")})).exitCode()}};q0.paths=[["npm","logout"]],q0.usage=nt.Usage({category:"Npm-related commands",description:"logout of the npm registry",details:"\n This command will log you out by modifying your local configuration (in your home folder, never in the project itself) to delete all credentials linked to a registry.\n\n Adding the `-s,--scope` flag will cause the deletion to be done against whatever registry is configured for the associated scope (see also `npmScopes`).\n\n Adding the `--publish` flag will cause the deletion to be done against the registry used when publishing the package (see also `publishConfig.registry` and `npmPublishRegistry`).\n\n Adding the `-A,--all` flag will cause the deletion to be done against all registries and scopes.\n ",examples:[["Logout of the default registry","yarn npm logout"],["Logout of the @my-scope scope","yarn npm logout --scope my-scope"],["Logout of the publish registry for the current package","yarn npm logout --publish"],["Logout of all registries","yarn npm logout --all"]]});function Hvt(t,e){let r=t[e];if(!je.isIndexableObject(r))return!1;let o=new Set(Object.keys(r));if([...aw].every(n=>!o.has(n)))return!1;for(let n of aw)o.delete(n);if(o.size===0)return t[e]=void 0,!0;let a={...r};for(let n of aw)delete a[n];return t[e]=a,!0}async function jvt(){let t=e=>{let r=!1,o=je.isIndexableObject(e)?{...e}:{};o.npmAuthToken&&(delete o.npmAuthToken,r=!0);for(let a of Object.keys(o))Hvt(o,a)&&(r=!0);if(Object.keys(o).length!==0)return r?o:e};return await Ve.updateHomeConfiguration({npmRegistries:t,npmScopes:t})}async function PBe(t,e){return await Ve.updateHomeConfiguration({[t]:r=>{let o=je.isIndexableObject(r)?r:{};if(!Object.hasOwn(o,e))return r;let a=o[e],n=je.isIndexableObject(a)?a:{},u=new Set(Object.keys(n));if([...aw].every(p=>!u.has(p)))return r;for(let p of aw)u.delete(p);if(u.size===0)return Object.keys(o).length===1?void 0:{...o,[e]:void 0};let A={};for(let p of aw)A[p]=void 0;return{...o,[e]:{...n,...A}}}})}Ye();qt();var G0=class extends ut{constructor(){super(...arguments);this.access=ge.String("--access",{description:"The access for the published package (public or restricted)"});this.tag=ge.String("--tag","latest",{description:"The tag on the registry that the package should be attached to"});this.tolerateRepublish=ge.Boolean("--tolerate-republish",!1,{description:"Warn and exit when republishing an already existing version of a package"});this.otp=ge.String("--otp",{description:"The OTP token to use with the command"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);if(a.manifest.private)throw new it("Private workspaces cannot be published");if(a.manifest.name===null||a.manifest.version===null)throw new it("Workspaces must have valid names and versions to be published on an external registry");await o.restoreInstallState();let n=a.manifest.name,u=a.manifest.version,A=Zn.getPublishRegistry(a.manifest,{configuration:r});return(await Nt.start({configuration:r,stdout:this.context.stdout},async h=>{if(this.tolerateRepublish)try{let E=await on.get(on.getIdentUrl(n),{configuration:r,registry:A,ident:n,jsonResponse:!0});if(!Object.hasOwn(E,"versions"))throw new zt(15,'Registry returned invalid data for - missing "versions" field');if(Object.hasOwn(E.versions,u)){h.reportWarning(0,`Registry already knows about version ${u}; skipping.`);return}}catch(E){if(E.originalError?.response?.statusCode!==404)throw E}await un.maybeExecuteWorkspaceLifecycleScript(a,"prepublish",{report:h}),await CA.prepareForPack(a,{report:h},async()=>{let E=await CA.genPackList(a);for(let T of E)h.reportInfo(null,T);let I=await CA.genPackStream(a,E),v=await je.bufferStream(I),b=await sw.getGitHead(a.cwd),C=await sw.makePublishBody(a,v,{access:this.access,tag:this.tag,registry:A,gitHead:b});await on.put(on.getIdentUrl(n),C,{configuration:r,registry:A,ident:n,otp:this.otp,jsonResponse:!0})}),h.reportInfo(0,"Package archive published")})).exitCode()}};G0.paths=[["npm","publish"]],G0.usage=nt.Usage({category:"Npm-related commands",description:"publish the active workspace to the npm registry",details:'\n This command will pack the active workspace into a fresh archive and upload it to the npm registry.\n\n The package will by default be attached to the `latest` tag on the registry, but this behavior can be overriden by using the `--tag` option.\n\n Note that for legacy reasons scoped packages are by default published with an access set to `restricted` (aka "private packages"). This requires you to register for a paid npm plan. In case you simply wish to publish a public scoped package to the registry (for free), just add the `--access public` flag. This behavior can be enabled by default through the `npmPublishAccess` settings.\n ',examples:[["Publish the active workspace","yarn npm publish"]]});Ye();qt();var SBe=$e(zn());Ye();Pt();qt();var Y0=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.package=ge.String({required:!1})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n;if(typeof this.package<"u")n=W.parseIdent(this.package);else{if(!a)throw new rr(o.cwd,this.context.cwd);if(!a.manifest.name)throw new it(`Missing 'name' field in ${ue.fromPortablePath(K.join(a.cwd,dr.manifest))}`);n=a.manifest.name}let u=await Rv(n,r),p={children:je.sortMap(Object.entries(u),([h])=>h).map(([h,E])=>({value:de.tuple(de.Type.RESOLUTION,{descriptor:W.makeDescriptor(n,h),locator:W.makeLocator(n,E)})}))};return $s.emitTree(p,{configuration:r,json:this.json,stdout:this.context.stdout})}};Y0.paths=[["npm","tag","list"]],Y0.usage=nt.Usage({category:"Npm-related commands",description:"list all dist-tags of a package",details:` + `,examples:[["Checks for known security issues with the installed packages. The output is a list of known issues.","yarn npm audit"],["Audit dependencies in all workspaces","yarn npm audit --all"],["Limit auditing to `dependencies` (excludes `devDependencies`)","yarn npm audit --environment production"],["Show audit report as valid JSON","yarn npm audit --json"],["Audit all direct and transitive dependencies","yarn npm audit --recursive"],["Output moderate (or more severe) vulnerabilities","yarn npm audit --severity moderate"],["Exclude certain packages","yarn npm audit --exclude package1 --exclude package2"],["Ignore specific advisories","yarn npm audit --ignore 1234567 --ignore 7654321"]]});Ye();Ye();St();jt();var Iq=$e(zn()),Bq=ve("util"),j0=class extends ut{constructor(){super(...arguments);this.fields=ge.String("-f,--fields",{description:"A comma-separated list of manifest fields that should be displayed"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.packages=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o}=await Pt.find(r,this.context.cwd),a=typeof this.fields<"u"?new Set(["name",...this.fields.split(/\s*,\s*/)]):null,n=[],u=!1,A=await Nt.start({configuration:r,includeFooter:!1,json:this.json,stdout:this.context.stdout},async p=>{for(let h of this.packages){let E;if(h==="."){let ae=o.topLevelWorkspace;if(!ae.manifest.name)throw new it(`Missing ${de.pretty(r,"name",de.Type.CODE)} field in ${ue.fromPortablePath(V.join(ae.cwd,dr.manifest))}`);E=W.makeDescriptor(ae.manifest.name,"unknown")}else E=W.parseDescriptor(h);let I=Zr.getIdentUrl(E),v=vq(await Zr.get(I,{configuration:r,ident:E,jsonResponse:!0,customErrorMessage:Zr.customPackageError})),x=Object.keys(v.versions).sort(Iq.default.compareLoose),R=v["dist-tags"].latest||x[x.length-1],L=kr.validRange(E.range);if(L){let ae=Iq.default.maxSatisfying(x,L);ae!==null?R=ae:(p.reportWarning(0,`Unmet range ${W.prettyRange(r,E.range)}; falling back to the latest version`),u=!0)}else Object.hasOwn(v["dist-tags"],E.range)?R=v["dist-tags"][E.range]:E.range!=="unknown"&&(p.reportWarning(0,`Unknown tag ${W.prettyRange(r,E.range)}; falling back to the latest version`),u=!0);let U=v.versions[R],J={...v,...U,version:R,versions:x},te;if(a!==null){te={};for(let ae of a){let fe=J[ae];if(typeof fe<"u")te[ae]=fe;else{p.reportWarning(1,`The ${de.pretty(r,ae,de.Type.CODE)} field doesn't exist inside ${W.prettyIdent(r,E)}'s information`),u=!0;continue}}}else this.json||(delete J.dist,delete J.readme,delete J.users),te=J;p.reportJson(te),this.json||n.push(te)}});Bq.inspect.styles.name="cyan";for(let p of n)(p!==n[0]||u)&&this.context.stdout.write(` +`),this.context.stdout.write(`${(0,Bq.inspect)(p,{depth:1/0,colors:!0,compact:!1})} +`);return A.exitCode()}};j0.paths=[["npm","info"]],j0.usage=nt.Usage({category:"Npm-related commands",description:"show information about a package",details:"\n This command fetches information about a package from the npm registry and prints it in a tree format.\n\n The package does not have to be installed locally, but needs to have been published (in particular, local changes will be ignored even for workspaces).\n\n Append `@` to the package argument to provide information specific to the latest version that satisfies the range or to the corresponding tagged version. If the range is invalid or if there is no version satisfying the range, the command will print a warning and fall back to the latest version.\n\n If the `-f,--fields` option is set, it's a comma-separated list of fields which will be used to only display part of the package information.\n\n By default, this command won't return the `dist`, `readme`, and `users` fields, since they are often very long. To explicitly request those fields, explicitly list them with the `--fields` flag or request the output in JSON mode.\n ",examples:[["Show all available information about react (except the `dist`, `readme`, and `users` fields)","yarn npm info react"],["Show all available information about react as valid JSON (including the `dist`, `readme`, and `users` fields)","yarn npm info react --json"],["Show all available information about react@16.12.0","yarn npm info react@16.12.0"],["Show all available information about react@next","yarn npm info react@next"],["Show the description of react","yarn npm info react --fields description"],["Show all available versions of react","yarn npm info react --fields versions"],["Show the readme of react","yarn npm info react --fields readme"],["Show a few fields of react","yarn npm info react --fields homepage,repository"]]});function vq(t){if(Array.isArray(t)){let e=[];for(let r of t)r=vq(r),r&&e.push(r);return e}else if(typeof t=="object"&&t!==null){let e={};for(let r of Object.keys(t)){if(r.startsWith("_"))continue;let o=vq(t[r]);o&&(e[r]=o)}return e}else return t||null}Ye();Ye();jt();var CBe=$e(f2()),G0=class extends ut{constructor(){super(...arguments);this.scope=ge.String("-s,--scope",{description:"Login to the registry configured for a given scope"});this.publish=ge.Boolean("--publish",!1,{description:"Login to the publish registry"});this.alwaysAuth=ge.Boolean("--always-auth",{description:"Set the npmAlwaysAuth configuration"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),o=await $Q({configuration:r,cwd:this.context.cwd,publish:this.publish,scope:this.scope});return(await Nt.start({configuration:r,stdout:this.context.stdout,includeFooter:!1},async n=>{let u=await Uvt({configuration:r,registry:o,report:n,stdin:this.context.stdin,stdout:this.context.stdout}),A=await Ovt(o,u,r);return await Mvt(o,A,{alwaysAuth:this.alwaysAuth,scope:this.scope}),n.reportInfo(0,"Successfully logged in")})).exitCode()}};G0.paths=[["npm","login"]],G0.usage=nt.Usage({category:"Npm-related commands",description:"store new login info to access the npm registry",details:"\n This command will ask you for your username, password, and 2FA One-Time-Password (when it applies). It will then modify your local configuration (in your home folder, never in the project itself) to reference the new tokens thus generated.\n\n Adding the `-s,--scope` flag will cause the authentication to be done against whatever registry is configured for the associated scope (see also `npmScopes`).\n\n Adding the `--publish` flag will cause the authentication to be done against the registry used when publishing the package (see also `publishConfig.registry` and `npmPublishRegistry`).\n ",examples:[["Login to the default registry","yarn npm login"],["Login to the registry linked to the @my-scope registry","yarn npm login --scope my-scope"],["Login to the publish registry for the current package","yarn npm login --publish"]]});async function $Q({scope:t,publish:e,configuration:r,cwd:o}){return t&&e?Zn.getScopeRegistry(t,{configuration:r,type:Zn.RegistryType.PUBLISH_REGISTRY}):t?Zn.getScopeRegistry(t,{configuration:r}):e?Zn.getPublishRegistry((await fC(r,o)).manifest,{configuration:r}):Zn.getDefaultRegistry({configuration:r})}async function Ovt(t,e,r){let o=`/-/user/org.couchdb.user:${encodeURIComponent(e.name)}`,a={_id:`org.couchdb.user:${e.name}`,name:e.name,password:e.password,type:"user",roles:[],date:new Date().toISOString()},n={attemptedAs:e.name,configuration:r,registry:t,jsonResponse:!0,authType:Zr.AuthType.NO_AUTH};try{return(await Zr.put(o,a,n)).token}catch(E){if(!(E.originalError?.name==="HTTPError"&&E.originalError?.response.statusCode===409))throw E}let u={...n,authType:Zr.AuthType.NO_AUTH,headers:{authorization:`Basic ${Buffer.from(`${e.name}:${e.password}`).toString("base64")}`}},A=await Zr.get(o,u);for(let[E,I]of Object.entries(A))(!a[E]||E==="roles")&&(a[E]=I);let p=`${o}/-rev/${a._rev}`;return(await Zr.put(p,a,u)).token}async function Mvt(t,e,{alwaysAuth:r,scope:o}){let a=u=>A=>{let p=_e.isIndexableObject(A)?A:{},h=p[u],E=_e.isIndexableObject(h)?h:{};return{...p,[u]:{...E,...r!==void 0?{npmAlwaysAuth:r}:{},npmAuthToken:e}}},n=o?{npmScopes:a(o)}:{npmRegistries:a(t)};return await Ke.updateHomeConfiguration(n)}async function Uvt({configuration:t,registry:e,report:r,stdin:o,stdout:a}){r.reportInfo(0,`Logging in to ${de.pretty(t,e,de.Type.URL)}`);let n=!1;if(e.match(/^https:\/\/npm\.pkg\.github\.com(\/|$)/)&&(r.reportInfo(0,"You seem to be using the GitHub Package Registry. Tokens must be generated with the 'repo', 'write:packages', and 'read:packages' permissions."),n=!0),r.reportSeparator(),t.env.YARN_IS_TEST_ENV)return{name:t.env.YARN_INJECT_NPM_USER||"",password:t.env.YARN_INJECT_NPM_PASSWORD||""};let u=await(0,CBe.prompt)([{type:"input",name:"name",message:"Username:",required:!0,onCancel:()=>process.exit(130),stdin:o,stdout:a},{type:"password",name:"password",message:n?"Token:":"Password:",required:!0,onCancel:()=>process.exit(130),stdin:o,stdout:a}]);return r.reportSeparator(),u}Ye();Ye();jt();var lw=new Set(["npmAuthIdent","npmAuthToken"]),q0=class extends ut{constructor(){super(...arguments);this.scope=ge.String("-s,--scope",{description:"Logout of the registry configured for a given scope"});this.publish=ge.Boolean("--publish",!1,{description:"Logout of the publish registry"});this.all=ge.Boolean("-A,--all",!1,{description:"Logout of all registries"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),o=async()=>{let n=await $Q({configuration:r,cwd:this.context.cwd,publish:this.publish,scope:this.scope}),u=await Ke.find(this.context.cwd,this.context.plugins),A=W.makeIdent(this.scope??null,"pkg");return!Zn.getAuthConfiguration(n,{configuration:u,ident:A}).get("npmAuthToken")};return(await Nt.start({configuration:r,stdout:this.context.stdout},async n=>{if(this.all&&(await Hvt(),n.reportInfo(0,"Successfully logged out from everything")),this.scope){await wBe("npmScopes",this.scope),await o()?n.reportInfo(0,`Successfully logged out from ${this.scope}`):n.reportWarning(0,"Scope authentication settings removed, but some other ones settings still apply to it");return}let u=await $Q({configuration:r,cwd:this.context.cwd,publish:this.publish});await wBe("npmRegistries",u),await o()?n.reportInfo(0,`Successfully logged out from ${u}`):n.reportWarning(0,"Registry authentication settings removed, but some other ones settings still apply to it")})).exitCode()}};q0.paths=[["npm","logout"]],q0.usage=nt.Usage({category:"Npm-related commands",description:"logout of the npm registry",details:"\n This command will log you out by modifying your local configuration (in your home folder, never in the project itself) to delete all credentials linked to a registry.\n\n Adding the `-s,--scope` flag will cause the deletion to be done against whatever registry is configured for the associated scope (see also `npmScopes`).\n\n Adding the `--publish` flag will cause the deletion to be done against the registry used when publishing the package (see also `publishConfig.registry` and `npmPublishRegistry`).\n\n Adding the `-A,--all` flag will cause the deletion to be done against all registries and scopes.\n ",examples:[["Logout of the default registry","yarn npm logout"],["Logout of the @my-scope scope","yarn npm logout --scope my-scope"],["Logout of the publish registry for the current package","yarn npm logout --publish"],["Logout of all registries","yarn npm logout --all"]]});function _vt(t,e){let r=t[e];if(!_e.isIndexableObject(r))return!1;let o=new Set(Object.keys(r));if([...lw].every(n=>!o.has(n)))return!1;for(let n of lw)o.delete(n);if(o.size===0)return t[e]=void 0,!0;let a={...r};for(let n of lw)delete a[n];return t[e]=a,!0}async function Hvt(){let t=e=>{let r=!1,o=_e.isIndexableObject(e)?{...e}:{};o.npmAuthToken&&(delete o.npmAuthToken,r=!0);for(let a of Object.keys(o))_vt(o,a)&&(r=!0);if(Object.keys(o).length!==0)return r?o:e};return await Ke.updateHomeConfiguration({npmRegistries:t,npmScopes:t})}async function wBe(t,e){return await Ke.updateHomeConfiguration({[t]:r=>{let o=_e.isIndexableObject(r)?r:{};if(!Object.hasOwn(o,e))return r;let a=o[e],n=_e.isIndexableObject(a)?a:{},u=new Set(Object.keys(n));if([...lw].every(p=>!u.has(p)))return r;for(let p of lw)u.delete(p);if(u.size===0)return Object.keys(o).length===1?void 0:{...o,[e]:void 0};let A={};for(let p of lw)A[p]=void 0;return{...o,[e]:{...n,...A}}}})}Ye();jt();var Y0=class extends ut{constructor(){super(...arguments);this.access=ge.String("--access",{description:"The access for the published package (public or restricted)"});this.tag=ge.String("--tag","latest",{description:"The tag on the registry that the package should be attached to"});this.tolerateRepublish=ge.Boolean("--tolerate-republish",!1,{description:"Warn and exit when republishing an already existing version of a package"});this.otp=ge.String("--otp",{description:"The OTP token to use with the command"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);if(a.manifest.private)throw new it("Private workspaces cannot be published");if(a.manifest.name===null||a.manifest.version===null)throw new it("Workspaces must have valid names and versions to be published on an external registry");await o.restoreInstallState();let n=a.manifest.name,u=a.manifest.version,A=Zn.getPublishRegistry(a.manifest,{configuration:r});return(await Nt.start({configuration:r,stdout:this.context.stdout},async h=>{if(this.tolerateRepublish)try{let E=await Zr.get(Zr.getIdentUrl(n),{configuration:r,registry:A,ident:n,jsonResponse:!0});if(!Object.hasOwn(E,"versions"))throw new zt(15,'Registry returned invalid data for - missing "versions" field');if(Object.hasOwn(E.versions,u)){h.reportWarning(0,`Registry already knows about version ${u}; skipping.`);return}}catch(E){if(E.originalError?.response?.statusCode!==404)throw E}await un.maybeExecuteWorkspaceLifecycleScript(a,"prepublish",{report:h}),await wA.prepareForPack(a,{report:h},async()=>{let E=await wA.genPackList(a);for(let R of E)h.reportInfo(null,R);let I=await wA.genPackStream(a,E),v=await _e.bufferStream(I),x=await ow.getGitHead(a.cwd),C=await ow.makePublishBody(a,v,{access:this.access,tag:this.tag,registry:A,gitHead:x});await Zr.put(Zr.getIdentUrl(n),C,{configuration:r,registry:A,ident:n,otp:this.otp,jsonResponse:!0})}),h.reportInfo(0,"Package archive published")})).exitCode()}};Y0.paths=[["npm","publish"]],Y0.usage=nt.Usage({category:"Npm-related commands",description:"publish the active workspace to the npm registry",details:'\n This command will pack the active workspace into a fresh archive and upload it to the npm registry.\n\n The package will by default be attached to the `latest` tag on the registry, but this behavior can be overriden by using the `--tag` option.\n\n Note that for legacy reasons scoped packages are by default published with an access set to `restricted` (aka "private packages"). This requires you to register for a paid npm plan. In case you simply wish to publish a public scoped package to the registry (for free), just add the `--access public` flag. This behavior can be enabled by default through the `npmPublishAccess` settings.\n ',examples:[["Publish the active workspace","yarn npm publish"]]});Ye();jt();var IBe=$e(zn());Ye();St();jt();var W0=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.package=ge.String({required:!1})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n;if(typeof this.package<"u")n=W.parseIdent(this.package);else{if(!a)throw new rr(o.cwd,this.context.cwd);if(!a.manifest.name)throw new it(`Missing 'name' field in ${ue.fromPortablePath(V.join(a.cwd,dr.manifest))}`);n=a.manifest.name}let u=await Tv(n,r),p={children:_e.sortMap(Object.entries(u),([h])=>h).map(([h,E])=>({value:de.tuple(de.Type.RESOLUTION,{descriptor:W.makeDescriptor(n,h),locator:W.makeLocator(n,E)})}))};return $s.emitTree(p,{configuration:r,json:this.json,stdout:this.context.stdout})}};W0.paths=[["npm","tag","list"]],W0.usage=nt.Usage({category:"Npm-related commands",description:"list all dist-tags of a package",details:` This command will list all tags of a package from the npm registry. If the package is not specified, Yarn will default to the current workspace. - `,examples:[["List all tags of package `my-pkg`","yarn npm tag list my-pkg"]]});async function Rv(t,e){let r=`/-/package${on.getIdentUrl(t)}/dist-tags`;return on.get(r,{configuration:e,ident:t,jsonResponse:!0,customErrorMessage:on.customPackageError})}var W0=class extends ut{constructor(){super(...arguments);this.package=ge.String();this.tag=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);let n=W.parseDescriptor(this.package,!0),u=n.range;if(!SBe.default.valid(u))throw new it(`The range ${de.pretty(r,n.range,de.Type.RANGE)} must be a valid semver version`);let A=Zn.getPublishRegistry(a.manifest,{configuration:r}),p=de.pretty(r,n,de.Type.IDENT),h=de.pretty(r,u,de.Type.RANGE),E=de.pretty(r,this.tag,de.Type.CODE);return(await Nt.start({configuration:r,stdout:this.context.stdout},async v=>{let b=await Rv(n,r);Object.hasOwn(b,this.tag)&&b[this.tag]===u&&v.reportWarning(0,`Tag ${E} is already set to version ${h}`);let C=`/-/package${on.getIdentUrl(n)}/dist-tags/${encodeURIComponent(this.tag)}`;await on.put(C,u,{configuration:r,registry:A,ident:n,jsonRequest:!0,jsonResponse:!0}),v.reportInfo(0,`Tag ${E} added to version ${h} of package ${p}`)})).exitCode()}};W0.paths=[["npm","tag","add"]],W0.usage=nt.Usage({category:"Npm-related commands",description:"add a tag for a specific version of a package",details:` + `,examples:[["List all tags of package `my-pkg`","yarn npm tag list my-pkg"]]});async function Tv(t,e){let r=`/-/package${Zr.getIdentUrl(t)}/dist-tags`;return Zr.get(r,{configuration:e,ident:t,jsonResponse:!0,customErrorMessage:Zr.customPackageError})}var K0=class extends ut{constructor(){super(...arguments);this.package=ge.String();this.tag=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);let n=W.parseDescriptor(this.package,!0),u=n.range;if(!IBe.default.valid(u))throw new it(`The range ${de.pretty(r,n.range,de.Type.RANGE)} must be a valid semver version`);let A=Zn.getPublishRegistry(a.manifest,{configuration:r}),p=de.pretty(r,n,de.Type.IDENT),h=de.pretty(r,u,de.Type.RANGE),E=de.pretty(r,this.tag,de.Type.CODE);return(await Nt.start({configuration:r,stdout:this.context.stdout},async v=>{let x=await Tv(n,r);Object.hasOwn(x,this.tag)&&x[this.tag]===u&&v.reportWarning(0,`Tag ${E} is already set to version ${h}`);let C=`/-/package${Zr.getIdentUrl(n)}/dist-tags/${encodeURIComponent(this.tag)}`;await Zr.put(C,u,{configuration:r,registry:A,ident:n,jsonRequest:!0,jsonResponse:!0}),v.reportInfo(0,`Tag ${E} added to version ${h} of package ${p}`)})).exitCode()}};K0.paths=[["npm","tag","add"]],K0.usage=nt.Usage({category:"Npm-related commands",description:"add a tag for a specific version of a package",details:` This command will add a tag to the npm registry for a specific version of a package. If the tag already exists, it will be overwritten. - `,examples:[["Add a `beta` tag for version `2.3.4-beta.4` of package `my-pkg`","yarn npm tag add my-pkg@2.3.4-beta.4 beta"]]});Ye();qt();var V0=class extends ut{constructor(){super(...arguments);this.package=ge.String();this.tag=ge.String()}async execute(){if(this.tag==="latest")throw new it("The 'latest' tag cannot be removed.");let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);let n=W.parseIdent(this.package),u=Zn.getPublishRegistry(a.manifest,{configuration:r}),A=de.pretty(r,this.tag,de.Type.CODE),p=de.pretty(r,n,de.Type.IDENT),h=await Rv(n,r);if(!Object.hasOwn(h,this.tag))throw new it(`${A} is not a tag of package ${p}`);return(await Nt.start({configuration:r,stdout:this.context.stdout},async I=>{let v=`/-/package${on.getIdentUrl(n)}/dist-tags/${encodeURIComponent(this.tag)}`;await on.del(v,{configuration:r,registry:u,ident:n,jsonResponse:!0}),I.reportInfo(0,`Tag ${A} removed from package ${p}`)})).exitCode()}};V0.paths=[["npm","tag","remove"]],V0.usage=nt.Usage({category:"Npm-related commands",description:"remove a tag from a package",details:` + `,examples:[["Add a `beta` tag for version `2.3.4-beta.4` of package `my-pkg`","yarn npm tag add my-pkg@2.3.4-beta.4 beta"]]});Ye();jt();var V0=class extends ut{constructor(){super(...arguments);this.package=ge.String();this.tag=ge.String()}async execute(){if(this.tag==="latest")throw new it("The 'latest' tag cannot be removed.");let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);let n=W.parseIdent(this.package),u=Zn.getPublishRegistry(a.manifest,{configuration:r}),A=de.pretty(r,this.tag,de.Type.CODE),p=de.pretty(r,n,de.Type.IDENT),h=await Tv(n,r);if(!Object.hasOwn(h,this.tag))throw new it(`${A} is not a tag of package ${p}`);return(await Nt.start({configuration:r,stdout:this.context.stdout},async I=>{let v=`/-/package${Zr.getIdentUrl(n)}/dist-tags/${encodeURIComponent(this.tag)}`;await Zr.del(v,{configuration:r,registry:u,ident:n,jsonResponse:!0}),I.reportInfo(0,`Tag ${A} removed from package ${p}`)})).exitCode()}};V0.paths=[["npm","tag","remove"]],V0.usage=nt.Usage({category:"Npm-related commands",description:"remove a tag from a package",details:` This command will remove a tag from a package from the npm registry. - `,examples:[["Remove the `beta` tag from package `my-pkg`","yarn npm tag remove my-pkg beta"]]});Ye();Ye();qt();var K0=class extends ut{constructor(){super(...arguments);this.scope=ge.String("-s,--scope",{description:"Print username for the registry configured for a given scope"});this.publish=ge.Boolean("--publish",!1,{description:"Print username for the publish registry"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),o;return this.scope&&this.publish?o=Zn.getScopeRegistry(this.scope,{configuration:r,type:Zn.RegistryType.PUBLISH_REGISTRY}):this.scope?o=Zn.getScopeRegistry(this.scope,{configuration:r}):this.publish?o=Zn.getPublishRegistry((await AC(r,this.context.cwd)).manifest,{configuration:r}):o=Zn.getDefaultRegistry({configuration:r}),(await Nt.start({configuration:r,stdout:this.context.stdout},async n=>{let u;try{u=await on.get("/-/whoami",{configuration:r,registry:o,authType:on.AuthType.ALWAYS_AUTH,jsonResponse:!0,ident:this.scope?W.makeIdent(this.scope,""):void 0})}catch(A){if(A.response?.statusCode===401||A.response?.statusCode===403){n.reportError(41,"Authentication failed - your credentials may have expired");return}else throw A}n.reportInfo(0,u.username)})).exitCode()}};K0.paths=[["npm","whoami"]],K0.usage=nt.Usage({category:"Npm-related commands",description:"display the name of the authenticated user",details:"\n Print the username associated with the current authentication settings to the standard output.\n\n When using `-s,--scope`, the username printed will be the one that matches the authentication settings of the registry associated with the given scope (those settings can be overriden using the `npmRegistries` map, and the registry associated with the scope is configured via the `npmScopes` map).\n\n When using `--publish`, the registry we'll select will by default be the one used when publishing packages (`publishConfig.registry` or `npmPublishRegistry` if available, otherwise we'll fallback to the regular `npmRegistryServer`).\n ",examples:[["Print username for the default registry","yarn npm whoami"],["Print username for the registry on a given scope","yarn npm whoami --scope company"]]});var qvt={configuration:{npmPublishAccess:{description:"Default access of the published packages",type:"STRING",default:null},npmAuditExcludePackages:{description:"Array of glob patterns of packages to exclude from npm audit",type:"STRING",default:[],isArray:!0},npmAuditIgnoreAdvisories:{description:"Array of glob patterns of advisory IDs to exclude from npm audit",type:"STRING",default:[],isArray:!0}},commands:[_0,H0,j0,q0,G0,W0,Y0,V0,K0]},Gvt=qvt;var NG={};Kt(NG,{PatchCommand:()=>X0,PatchCommitCommand:()=>z0,PatchFetcher:()=>Uv,PatchResolver:()=>_v,default:()=>lDt,patchUtils:()=>Dm});Ye();Ye();Pt();nA();var Dm={};Kt(Dm,{applyPatchFile:()=>nF,diffFolders:()=>TG,ensureUnpatchedDescriptor:()=>bG,ensureUnpatchedLocator:()=>sF,extractPackageToDisk:()=>FG,extractPatchFlags:()=>RBe,isParentRequired:()=>QG,isPatchDescriptor:()=>iF,isPatchLocator:()=>J0,loadPatchFiles:()=>Ov,makeDescriptor:()=>oF,makeLocator:()=>kG,makePatchHash:()=>RG,parseDescriptor:()=>Lv,parseLocator:()=>Mv,parsePatchFile:()=>Nv,unpatchDescriptor:()=>sDt,unpatchLocator:()=>oDt});Ye();Pt();Ye();Pt();var Yvt=/^@@ -(\d+)(,(\d+))? \+(\d+)(,(\d+))? @@.*/;function lw(t){return K.relative(Bt.root,K.resolve(Bt.root,ue.toPortablePath(t)))}function Wvt(t){let e=t.trim().match(Yvt);if(!e)throw new Error(`Bad header line: '${t}'`);return{original:{start:Math.max(Number(e[1]),1),length:Number(e[3]||1)},patched:{start:Math.max(Number(e[4]),1),length:Number(e[6]||1)}}}var Vvt=420,Kvt=493;var xBe=()=>({semverExclusivity:null,diffLineFromPath:null,diffLineToPath:null,oldMode:null,newMode:null,deletedFileMode:null,newFileMode:null,renameFrom:null,renameTo:null,beforeHash:null,afterHash:null,fromPath:null,toPath:null,hunks:null}),Jvt=t=>({header:Wvt(t),parts:[]}),zvt={["@"]:"header",["-"]:"deletion",["+"]:"insertion",[" "]:"context",["\\"]:"pragma",undefined:"context"};function Xvt(t){let e=[],r=xBe(),o="parsing header",a=null,n=null;function u(){a&&(n&&(a.parts.push(n),n=null),r.hunks.push(a),a=null)}function A(){u(),e.push(r),r=xBe()}for(let p=0;p0?"patch":"mode change",J=null;switch(U){case"rename":{if(!E||!I)throw new Error("Bad parser state: rename from & to not given");e.push({type:"rename",semverExclusivity:o,fromPath:lw(E),toPath:lw(I)}),J=I}break;case"file deletion":{let te=a||C;if(!te)throw new Error("Bad parse state: no path given for file deletion");e.push({type:"file deletion",semverExclusivity:o,hunk:L&&L[0]||null,path:lw(te),mode:rF(p),hash:v})}break;case"file creation":{let te=n||T;if(!te)throw new Error("Bad parse state: no path given for file creation");e.push({type:"file creation",semverExclusivity:o,hunk:L&&L[0]||null,path:lw(te),mode:rF(h),hash:b})}break;case"patch":case"mode change":J=T||n;break;default:je.assertNever(U);break}J&&u&&A&&u!==A&&e.push({type:"mode change",semverExclusivity:o,path:lw(J),oldMode:rF(u),newMode:rF(A)}),J&&L&&L.length&&e.push({type:"patch",semverExclusivity:o,path:lw(J),hunks:L,beforeHash:v,afterHash:b})}if(e.length===0)throw new Error("Unable to parse patch file: No changes found. Make sure the patch is a valid UTF8 encoded string");return e}function rF(t){let e=parseInt(t,8)&511;if(e!==Vvt&&e!==Kvt)throw new Error(`Unexpected file mode string: ${t}`);return e}function Nv(t){let e=t.split(/\n/g);return e[e.length-1]===""&&e.pop(),Zvt(Xvt(e))}function $vt(t){let e=0,r=0;for(let{type:o,lines:a}of t.parts)switch(o){case"context":r+=a.length,e+=a.length;break;case"deletion":e+=a.length;break;case"insertion":r+=a.length;break;default:je.assertNever(o);break}if(e!==t.header.original.length||r!==t.header.patched.length){let o=a=>a<0?a:`+${a}`;throw new Error(`hunk header integrity check failed (expected @@ ${o(t.header.original.length)} ${o(t.header.patched.length)} @@, got @@ ${o(e)} ${o(r)} @@)`)}}Ye();Pt();var cw=class extends Error{constructor(r,o){super(`Cannot apply hunk #${r+1}`);this.hunk=o}};async function uw(t,e,r){let o=await t.lstatPromise(e),a=await r();typeof a<"u"&&(e=a),await t.lutimesPromise(e,o.atime,o.mtime)}async function nF(t,{baseFs:e=new Rn,dryRun:r=!1,version:o=null}={}){for(let a of t)if(!(a.semverExclusivity!==null&&o!==null&&!kr.satisfiesWithPrereleases(o,a.semverExclusivity)))switch(a.type){case"file deletion":if(r){if(!e.existsSync(a.path))throw new Error(`Trying to delete a file that doesn't exist: ${a.path}`)}else await uw(e,K.dirname(a.path),async()=>{await e.unlinkPromise(a.path)});break;case"rename":if(r){if(!e.existsSync(a.fromPath))throw new Error(`Trying to move a file that doesn't exist: ${a.fromPath}`)}else await uw(e,K.dirname(a.fromPath),async()=>{await uw(e,K.dirname(a.toPath),async()=>{await uw(e,a.fromPath,async()=>(await e.movePromise(a.fromPath,a.toPath),a.toPath))})});break;case"file creation":if(r){if(e.existsSync(a.path))throw new Error(`Trying to create a file that already exists: ${a.path}`)}else{let n=a.hunk?a.hunk.parts[0].lines.join(` + `,examples:[["Remove the `beta` tag from package `my-pkg`","yarn npm tag remove my-pkg beta"]]});Ye();Ye();jt();var J0=class extends ut{constructor(){super(...arguments);this.scope=ge.String("-s,--scope",{description:"Print username for the registry configured for a given scope"});this.publish=ge.Boolean("--publish",!1,{description:"Print username for the publish registry"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),o;return this.scope&&this.publish?o=Zn.getScopeRegistry(this.scope,{configuration:r,type:Zn.RegistryType.PUBLISH_REGISTRY}):this.scope?o=Zn.getScopeRegistry(this.scope,{configuration:r}):this.publish?o=Zn.getPublishRegistry((await fC(r,this.context.cwd)).manifest,{configuration:r}):o=Zn.getDefaultRegistry({configuration:r}),(await Nt.start({configuration:r,stdout:this.context.stdout},async n=>{let u;try{u=await Zr.get("/-/whoami",{configuration:r,registry:o,authType:Zr.AuthType.ALWAYS_AUTH,jsonResponse:!0,ident:this.scope?W.makeIdent(this.scope,""):void 0})}catch(A){if(A.response?.statusCode===401||A.response?.statusCode===403){n.reportError(41,"Authentication failed - your credentials may have expired");return}else throw A}n.reportInfo(0,u.username)})).exitCode()}};J0.paths=[["npm","whoami"]],J0.usage=nt.Usage({category:"Npm-related commands",description:"display the name of the authenticated user",details:"\n Print the username associated with the current authentication settings to the standard output.\n\n When using `-s,--scope`, the username printed will be the one that matches the authentication settings of the registry associated with the given scope (those settings can be overriden using the `npmRegistries` map, and the registry associated with the scope is configured via the `npmScopes` map).\n\n When using `--publish`, the registry we'll select will by default be the one used when publishing packages (`publishConfig.registry` or `npmPublishRegistry` if available, otherwise we'll fallback to the regular `npmRegistryServer`).\n ",examples:[["Print username for the default registry","yarn npm whoami"],["Print username for the registry on a given scope","yarn npm whoami --scope company"]]});var jvt={configuration:{npmPublishAccess:{description:"Default access of the published packages",type:"STRING",default:null},npmAuditExcludePackages:{description:"Array of glob patterns of packages to exclude from npm audit",type:"STRING",default:[],isArray:!0},npmAuditIgnoreAdvisories:{description:"Array of glob patterns of advisory IDs to exclude from npm audit",type:"STRING",default:[],isArray:!0}},commands:[H0,j0,G0,q0,Y0,K0,W0,V0,J0]},Gvt=jvt;var Fq={};Vt(Fq,{PatchCommand:()=>Z0,PatchCommitCommand:()=>X0,PatchFetcher:()=>Uv,PatchResolver:()=>_v,default:()=>aDt,patchUtils:()=>Sm});Ye();Ye();St();nA();var Sm={};Vt(Sm,{applyPatchFile:()=>tF,diffFolders:()=>kq,ensureUnpatchedDescriptor:()=>Sq,ensureUnpatchedLocator:()=>nF,extractPackageToDisk:()=>xq,extractPatchFlags:()=>xBe,isParentRequired:()=>bq,isPatchDescriptor:()=>rF,isPatchLocator:()=>z0,loadPatchFiles:()=>Mv,makeDescriptor:()=>iF,makeLocator:()=>Pq,makePatchHash:()=>Qq,parseDescriptor:()=>Lv,parseLocator:()=>Ov,parsePatchFile:()=>Nv,unpatchDescriptor:()=>iDt,unpatchLocator:()=>sDt});Ye();St();Ye();St();var qvt=/^@@ -(\d+)(,(\d+))? \+(\d+)(,(\d+))? @@.*/;function cw(t){return V.relative(Bt.root,V.resolve(Bt.root,ue.toPortablePath(t)))}function Yvt(t){let e=t.trim().match(qvt);if(!e)throw new Error(`Bad header line: '${t}'`);return{original:{start:Math.max(Number(e[1]),1),length:Number(e[3]||1)},patched:{start:Math.max(Number(e[4]),1),length:Number(e[6]||1)}}}var Wvt=420,Kvt=493;var BBe=()=>({semverExclusivity:null,diffLineFromPath:null,diffLineToPath:null,oldMode:null,newMode:null,deletedFileMode:null,newFileMode:null,renameFrom:null,renameTo:null,beforeHash:null,afterHash:null,fromPath:null,toPath:null,hunks:null}),Vvt=t=>({header:Yvt(t),parts:[]}),Jvt={["@"]:"header",["-"]:"deletion",["+"]:"insertion",[" "]:"context",["\\"]:"pragma",undefined:"context"};function zvt(t){let e=[],r=BBe(),o="parsing header",a=null,n=null;function u(){a&&(n&&(a.parts.push(n),n=null),r.hunks.push(a),a=null)}function A(){u(),e.push(r),r=BBe()}for(let p=0;p0?"patch":"mode change",J=null;switch(U){case"rename":{if(!E||!I)throw new Error("Bad parser state: rename from & to not given");e.push({type:"rename",semverExclusivity:o,fromPath:cw(E),toPath:cw(I)}),J=I}break;case"file deletion":{let te=a||C;if(!te)throw new Error("Bad parse state: no path given for file deletion");e.push({type:"file deletion",semverExclusivity:o,hunk:L&&L[0]||null,path:cw(te),mode:eF(p),hash:v})}break;case"file creation":{let te=n||R;if(!te)throw new Error("Bad parse state: no path given for file creation");e.push({type:"file creation",semverExclusivity:o,hunk:L&&L[0]||null,path:cw(te),mode:eF(h),hash:x})}break;case"patch":case"mode change":J=R||n;break;default:_e.assertNever(U);break}J&&u&&A&&u!==A&&e.push({type:"mode change",semverExclusivity:o,path:cw(J),oldMode:eF(u),newMode:eF(A)}),J&&L&&L.length&&e.push({type:"patch",semverExclusivity:o,path:cw(J),hunks:L,beforeHash:v,afterHash:x})}if(e.length===0)throw new Error("Unable to parse patch file: No changes found. Make sure the patch is a valid UTF8 encoded string");return e}function eF(t){let e=parseInt(t,8)&511;if(e!==Wvt&&e!==Kvt)throw new Error(`Unexpected file mode string: ${t}`);return e}function Nv(t){let e=t.split(/\n/g);return e[e.length-1]===""&&e.pop(),Xvt(zvt(e))}function Zvt(t){let e=0,r=0;for(let{type:o,lines:a}of t.parts)switch(o){case"context":r+=a.length,e+=a.length;break;case"deletion":e+=a.length;break;case"insertion":r+=a.length;break;default:_e.assertNever(o);break}if(e!==t.header.original.length||r!==t.header.patched.length){let o=a=>a<0?a:`+${a}`;throw new Error(`hunk header integrity check failed (expected @@ ${o(t.header.original.length)} ${o(t.header.patched.length)} @@, got @@ ${o(e)} ${o(r)} @@)`)}}Ye();St();var uw=class extends Error{constructor(r,o){super(`Cannot apply hunk #${r+1}`);this.hunk=o}};async function Aw(t,e,r){let o=await t.lstatPromise(e),a=await r();typeof a<"u"&&(e=a),await t.lutimesPromise(e,o.atime,o.mtime)}async function tF(t,{baseFs:e=new Tn,dryRun:r=!1,version:o=null}={}){for(let a of t)if(!(a.semverExclusivity!==null&&o!==null&&!kr.satisfiesWithPrereleases(o,a.semverExclusivity)))switch(a.type){case"file deletion":if(r){if(!e.existsSync(a.path))throw new Error(`Trying to delete a file that doesn't exist: ${a.path}`)}else await Aw(e,V.dirname(a.path),async()=>{await e.unlinkPromise(a.path)});break;case"rename":if(r){if(!e.existsSync(a.fromPath))throw new Error(`Trying to move a file that doesn't exist: ${a.fromPath}`)}else await Aw(e,V.dirname(a.fromPath),async()=>{await Aw(e,V.dirname(a.toPath),async()=>{await Aw(e,a.fromPath,async()=>(await e.movePromise(a.fromPath,a.toPath),a.toPath))})});break;case"file creation":if(r){if(e.existsSync(a.path))throw new Error(`Trying to create a file that already exists: ${a.path}`)}else{let n=a.hunk?a.hunk.parts[0].lines.join(` `)+(a.hunk.parts[0].noNewlineAtEndOfFile?"":` -`):"";await e.mkdirpPromise(K.dirname(a.path),{chmod:493,utimes:[vi.SAFE_TIME,vi.SAFE_TIME]}),await e.writeFilePromise(a.path,n,{mode:a.mode}),await e.utimesPromise(a.path,vi.SAFE_TIME,vi.SAFE_TIME)}break;case"patch":await uw(e,a.path,async()=>{await rDt(a,{baseFs:e,dryRun:r})});break;case"mode change":{let u=(await e.statPromise(a.path)).mode;if(bBe(a.newMode)!==bBe(u))continue;await uw(e,a.path,async()=>{await e.chmodPromise(a.path,a.newMode)})}break;default:je.assertNever(a);break}}function bBe(t){return(t&64)>0}function kBe(t){return t.replace(/\s+$/,"")}function tDt(t,e){return kBe(t)===kBe(e)}async function rDt({hunks:t,path:e},{baseFs:r,dryRun:o=!1}){let a=await r.statSync(e).mode,u=(await r.readFileSync(e,"utf8")).split(/\n/),A=[],p=0,h=0;for(let I of t){let v=Math.max(h,I.header.patched.start+p),b=Math.max(0,v-h),C=Math.max(0,u.length-v-I.header.original.length),T=Math.max(b,C),L=0,U=0,J=null;for(;L<=T;){if(L<=b&&(U=v-L,J=QBe(I,u,U),J!==null)){L=-L;break}if(L<=C&&(U=v+L,J=QBe(I,u,U),J!==null))break;L+=1}if(J===null)throw new cw(t.indexOf(I),I);A.push(J),p+=L,h=U+I.header.original.length}if(o)return;let E=0;for(let I of A)for(let v of I)switch(v.type){case"splice":{let b=v.index+E;u.splice(b,v.numToDelete,...v.linesToInsert),E+=v.linesToInsert.length-v.numToDelete}break;case"pop":u.pop();break;case"push":u.push(v.line);break;default:je.assertNever(v);break}await r.writeFilePromise(e,u.join(` -`),{mode:a})}function QBe(t,e,r){let o=[];for(let a of t.parts)switch(a.type){case"context":case"deletion":{for(let n of a.lines){let u=e[r];if(u==null||!tDt(u,n))return null;r+=1}a.type==="deletion"&&(o.push({type:"splice",index:r-a.lines.length,numToDelete:a.lines.length,linesToInsert:[]}),a.noNewlineAtEndOfFile&&o.push({type:"push",line:""}))}break;case"insertion":o.push({type:"splice",index:r,numToDelete:0,linesToInsert:a.lines}),a.noNewlineAtEndOfFile&&o.push({type:"pop"});break;default:je.assertNever(a.type);break}return o}var iDt=/^builtin<([^>]+)>$/;function Aw(t,e){let{protocol:r,source:o,selector:a,params:n}=W.parseRange(t);if(r!=="patch:")throw new Error("Invalid patch range");if(o===null)throw new Error("Patch locators must explicitly define their source");let u=a?a.split(/&/).map(E=>ue.toPortablePath(E)):[],A=n&&typeof n.locator=="string"?W.parseLocator(n.locator):null,p=n&&typeof n.version=="string"?n.version:null,h=e(o);return{parentLocator:A,sourceItem:h,patchPaths:u,sourceVersion:p}}function iF(t){return t.range.startsWith("patch:")}function J0(t){return t.reference.startsWith("patch:")}function Lv(t){let{sourceItem:e,...r}=Aw(t.range,W.parseDescriptor);return{...r,sourceDescriptor:e}}function Mv(t){let{sourceItem:e,...r}=Aw(t.reference,W.parseLocator);return{...r,sourceLocator:e}}function sDt(t){let{sourceItem:e}=Aw(t.range,W.parseDescriptor);return e}function oDt(t){let{sourceItem:e}=Aw(t.reference,W.parseLocator);return e}function bG(t){if(!iF(t))return t;let{sourceItem:e}=Aw(t.range,W.parseDescriptor);return e}function sF(t){if(!J0(t))return t;let{sourceItem:e}=Aw(t.reference,W.parseLocator);return e}function FBe({parentLocator:t,sourceItem:e,patchPaths:r,sourceVersion:o,patchHash:a},n){let u=t!==null?{locator:W.stringifyLocator(t)}:{},A=typeof o<"u"?{version:o}:{},p=typeof a<"u"?{hash:a}:{};return W.makeRange({protocol:"patch:",source:n(e),selector:r.join("&"),params:{...A,...p,...u}})}function oF(t,{parentLocator:e,sourceDescriptor:r,patchPaths:o}){return W.makeDescriptor(t,FBe({parentLocator:e,sourceItem:r,patchPaths:o},W.stringifyDescriptor))}function kG(t,{parentLocator:e,sourcePackage:r,patchPaths:o,patchHash:a}){return W.makeLocator(t,FBe({parentLocator:e,sourceItem:r,sourceVersion:r.version,patchPaths:o,patchHash:a},W.stringifyLocator))}function TBe({onAbsolute:t,onRelative:e,onProject:r,onBuiltin:o},a){let n=a.lastIndexOf("!");n!==-1&&(a=a.slice(n+1));let u=a.match(iDt);return u!==null?o(u[1]):a.startsWith("~/")?r(a.slice(2)):K.isAbsolute(a)?t(a):e(a)}function RBe(t){let e=t.lastIndexOf("!");return{optional:(e!==-1?new Set(t.slice(0,e).split(/!/)):new Set).has("optional")}}function QG(t){return TBe({onAbsolute:()=>!1,onRelative:()=>!0,onProject:()=>!1,onBuiltin:()=>!1},t)}async function Ov(t,e,r){let o=t!==null?await r.fetcher.fetch(t,r):null,a=o&&o.localPath?{packageFs:new gn(Bt.root),prefixPath:K.relative(Bt.root,o.localPath)}:o;o&&o!==a&&o.releaseFs&&o.releaseFs();let n=await je.releaseAfterUseAsync(async()=>await Promise.all(e.map(async u=>{let A=RBe(u),p=await TBe({onAbsolute:async h=>await oe.readFilePromise(h,"utf8"),onRelative:async h=>{if(a===null)throw new Error("Assertion failed: The parent locator should have been fetched");return await a.packageFs.readFilePromise(K.join(a.prefixPath,h),"utf8")},onProject:async h=>await oe.readFilePromise(K.join(r.project.cwd,h),"utf8"),onBuiltin:async h=>await r.project.configuration.firstHook(E=>E.getBuiltinPatch,r.project,h)},u);return{...A,source:p}})));for(let u of n)typeof u.source=="string"&&(u.source=u.source.replace(/\r\n?/g,` -`));return n}async function FG(t,{cache:e,project:r}){let o=r.storedPackages.get(t.locatorHash);if(typeof o>"u")throw new Error("Assertion failed: Expected the package to be registered");let a=sF(t),n=r.storedChecksums,u=new Qi,A=await oe.mktempPromise(),p=K.join(A,"source"),h=K.join(A,"user"),E=K.join(A,".yarn-patch.json"),I=r.configuration.makeFetcher(),v=[];try{let b,C;if(t.locatorHash===a.locatorHash){let T=await I.fetch(t,{cache:e,project:r,fetcher:I,checksums:n,report:u});v.push(()=>T.releaseFs?.()),b=T,C=T}else b=await I.fetch(t,{cache:e,project:r,fetcher:I,checksums:n,report:u}),v.push(()=>b.releaseFs?.()),C=await I.fetch(t,{cache:e,project:r,fetcher:I,checksums:n,report:u}),v.push(()=>C.releaseFs?.());await Promise.all([oe.copyPromise(p,b.prefixPath,{baseFs:b.packageFs}),oe.copyPromise(h,C.prefixPath,{baseFs:C.packageFs}),oe.writeJsonPromise(E,{locator:W.stringifyLocator(t),version:o.version})])}finally{for(let b of v)b()}return oe.detachTemp(A),h}async function TG(t,e){let r=ue.fromPortablePath(t).replace(/\\/g,"/"),o=ue.fromPortablePath(e).replace(/\\/g,"/"),{stdout:a,stderr:n}=await Ur.execvp("git",["-c","core.safecrlf=false","diff","--src-prefix=a/","--dst-prefix=b/","--ignore-cr-at-eol","--full-index","--no-index","--no-renames","--text",r,o],{cwd:ue.toPortablePath(process.cwd()),env:{...process.env,GIT_CONFIG_NOSYSTEM:"1",HOME:"",XDG_CONFIG_HOME:"",USERPROFILE:""}});if(n.length>0)throw new Error(`Unable to diff directories. Make sure you have a recent version of 'git' available in PATH. +`):"";await e.mkdirpPromise(V.dirname(a.path),{chmod:493,utimes:[vi.SAFE_TIME,vi.SAFE_TIME]}),await e.writeFilePromise(a.path,n,{mode:a.mode}),await e.utimesPromise(a.path,vi.SAFE_TIME,vi.SAFE_TIME)}break;case"patch":await Aw(e,a.path,async()=>{await tDt(a,{baseFs:e,dryRun:r})});break;case"mode change":{let u=(await e.statPromise(a.path)).mode;if(vBe(a.newMode)!==vBe(u))continue;await Aw(e,a.path,async()=>{await e.chmodPromise(a.path,a.newMode)})}break;default:_e.assertNever(a);break}}function vBe(t){return(t&64)>0}function DBe(t){return t.replace(/\s+$/,"")}function eDt(t,e){return DBe(t)===DBe(e)}async function tDt({hunks:t,path:e},{baseFs:r,dryRun:o=!1}){let a=await r.statSync(e).mode,u=(await r.readFileSync(e,"utf8")).split(/\n/),A=[],p=0,h=0;for(let I of t){let v=Math.max(h,I.header.patched.start+p),x=Math.max(0,v-h),C=Math.max(0,u.length-v-I.header.original.length),R=Math.max(x,C),L=0,U=0,J=null;for(;L<=R;){if(L<=x&&(U=v-L,J=SBe(I,u,U),J!==null)){L=-L;break}if(L<=C&&(U=v+L,J=SBe(I,u,U),J!==null))break;L+=1}if(J===null)throw new uw(t.indexOf(I),I);A.push(J),p+=L,h=U+I.header.original.length}if(o)return;let E=0;for(let I of A)for(let v of I)switch(v.type){case"splice":{let x=v.index+E;u.splice(x,v.numToDelete,...v.linesToInsert),E+=v.linesToInsert.length-v.numToDelete}break;case"pop":u.pop();break;case"push":u.push(v.line);break;default:_e.assertNever(v);break}await r.writeFilePromise(e,u.join(` +`),{mode:a})}function SBe(t,e,r){let o=[];for(let a of t.parts)switch(a.type){case"context":case"deletion":{for(let n of a.lines){let u=e[r];if(u==null||!eDt(u,n))return null;r+=1}a.type==="deletion"&&(o.push({type:"splice",index:r-a.lines.length,numToDelete:a.lines.length,linesToInsert:[]}),a.noNewlineAtEndOfFile&&o.push({type:"push",line:""}))}break;case"insertion":o.push({type:"splice",index:r,numToDelete:0,linesToInsert:a.lines}),a.noNewlineAtEndOfFile&&o.push({type:"pop"});break;default:_e.assertNever(a.type);break}return o}var nDt=/^builtin<([^>]+)>$/;function fw(t,e){let{protocol:r,source:o,selector:a,params:n}=W.parseRange(t);if(r!=="patch:")throw new Error("Invalid patch range");if(o===null)throw new Error("Patch locators must explicitly define their source");let u=a?a.split(/&/).map(E=>ue.toPortablePath(E)):[],A=n&&typeof n.locator=="string"?W.parseLocator(n.locator):null,p=n&&typeof n.version=="string"?n.version:null,h=e(o);return{parentLocator:A,sourceItem:h,patchPaths:u,sourceVersion:p}}function rF(t){return t.range.startsWith("patch:")}function z0(t){return t.reference.startsWith("patch:")}function Lv(t){let{sourceItem:e,...r}=fw(t.range,W.parseDescriptor);return{...r,sourceDescriptor:e}}function Ov(t){let{sourceItem:e,...r}=fw(t.reference,W.parseLocator);return{...r,sourceLocator:e}}function iDt(t){let{sourceItem:e}=fw(t.range,W.parseDescriptor);return e}function sDt(t){let{sourceItem:e}=fw(t.reference,W.parseLocator);return e}function Sq(t){if(!rF(t))return t;let{sourceItem:e}=fw(t.range,W.parseDescriptor);return e}function nF(t){if(!z0(t))return t;let{sourceItem:e}=fw(t.reference,W.parseLocator);return e}function PBe({parentLocator:t,sourceItem:e,patchPaths:r,sourceVersion:o,patchHash:a},n){let u=t!==null?{locator:W.stringifyLocator(t)}:{},A=typeof o<"u"?{version:o}:{},p=typeof a<"u"?{hash:a}:{};return W.makeRange({protocol:"patch:",source:n(e),selector:r.join("&"),params:{...A,...p,...u}})}function iF(t,{parentLocator:e,sourceDescriptor:r,patchPaths:o}){return W.makeDescriptor(t,PBe({parentLocator:e,sourceItem:r,patchPaths:o},W.stringifyDescriptor))}function Pq(t,{parentLocator:e,sourcePackage:r,patchPaths:o,patchHash:a}){return W.makeLocator(t,PBe({parentLocator:e,sourceItem:r,sourceVersion:r.version,patchPaths:o,patchHash:a},W.stringifyLocator))}function bBe({onAbsolute:t,onRelative:e,onProject:r,onBuiltin:o},a){let n=a.lastIndexOf("!");n!==-1&&(a=a.slice(n+1));let u=a.match(nDt);return u!==null?o(u[1]):a.startsWith("~/")?r(a.slice(2)):V.isAbsolute(a)?t(a):e(a)}function xBe(t){let e=t.lastIndexOf("!");return{optional:(e!==-1?new Set(t.slice(0,e).split(/!/)):new Set).has("optional")}}function bq(t){return bBe({onAbsolute:()=>!1,onRelative:()=>!0,onProject:()=>!1,onBuiltin:()=>!1},t)}async function Mv(t,e,r){let o=t!==null?await r.fetcher.fetch(t,r):null,a=o&&o.localPath?{packageFs:new gn(Bt.root),prefixPath:V.relative(Bt.root,o.localPath)}:o;o&&o!==a&&o.releaseFs&&o.releaseFs();let n=await _e.releaseAfterUseAsync(async()=>await Promise.all(e.map(async u=>{let A=xBe(u),p=await bBe({onAbsolute:async h=>await oe.readFilePromise(h,"utf8"),onRelative:async h=>{if(a===null)throw new Error("Assertion failed: The parent locator should have been fetched");return await a.packageFs.readFilePromise(V.join(a.prefixPath,h),"utf8")},onProject:async h=>await oe.readFilePromise(V.join(r.project.cwd,h),"utf8"),onBuiltin:async h=>await r.project.configuration.firstHook(E=>E.getBuiltinPatch,r.project,h)},u);return{...A,source:p}})));for(let u of n)typeof u.source=="string"&&(u.source=u.source.replace(/\r\n?/g,` +`));return n}async function xq(t,{cache:e,project:r}){let o=r.storedPackages.get(t.locatorHash);if(typeof o>"u")throw new Error("Assertion failed: Expected the package to be registered");let a=nF(t),n=r.storedChecksums,u=new Qi,A=await oe.mktempPromise(),p=V.join(A,"source"),h=V.join(A,"user"),E=V.join(A,".yarn-patch.json"),I=r.configuration.makeFetcher(),v=[];try{let x,C;if(t.locatorHash===a.locatorHash){let R=await I.fetch(t,{cache:e,project:r,fetcher:I,checksums:n,report:u});v.push(()=>R.releaseFs?.()),x=R,C=R}else x=await I.fetch(t,{cache:e,project:r,fetcher:I,checksums:n,report:u}),v.push(()=>x.releaseFs?.()),C=await I.fetch(t,{cache:e,project:r,fetcher:I,checksums:n,report:u}),v.push(()=>C.releaseFs?.());await Promise.all([oe.copyPromise(p,x.prefixPath,{baseFs:x.packageFs}),oe.copyPromise(h,C.prefixPath,{baseFs:C.packageFs}),oe.writeJsonPromise(E,{locator:W.stringifyLocator(t),version:o.version})])}finally{for(let x of v)x()}return oe.detachTemp(A),h}async function kq(t,e){let r=ue.fromPortablePath(t).replace(/\\/g,"/"),o=ue.fromPortablePath(e).replace(/\\/g,"/"),{stdout:a,stderr:n}=await Ur.execvp("git",["-c","core.safecrlf=false","diff","--src-prefix=a/","--dst-prefix=b/","--ignore-cr-at-eol","--full-index","--no-index","--no-renames","--text",r,o],{cwd:ue.toPortablePath(process.cwd()),env:{...process.env,GIT_CONFIG_NOSYSTEM:"1",HOME:"",XDG_CONFIG_HOME:"",USERPROFILE:""}});if(n.length>0)throw new Error(`Unable to diff directories. Make sure you have a recent version of 'git' available in PATH. The following error was reported by 'git': -${n}`);let u=r.startsWith("/")?A=>A.slice(1):A=>A;return a.replace(new RegExp(`(a|b)(${je.escapeRegExp(`/${u(r)}/`)})`,"g"),"$1/").replace(new RegExp(`(a|b)${je.escapeRegExp(`/${u(o)}/`)}`,"g"),"$1/").replace(new RegExp(je.escapeRegExp(`${r}/`),"g"),"").replace(new RegExp(je.escapeRegExp(`${o}/`),"g"),"")}function RG(t,e){let r=[];for(let{source:o}of t){if(o===null)continue;let a=Nv(o);for(let n of a){let{semverExclusivity:u,...A}=n;u!==null&&e!==null&&!kr.satisfiesWithPrereleases(e,u)||r.push(JSON.stringify(A))}}return wn.makeHash(`${3}`,...r).slice(0,6)}Ye();function NBe(t,{configuration:e,report:r}){for(let o of t.parts)for(let a of o.lines)switch(o.type){case"context":r.reportInfo(null,` ${de.pretty(e,a,"grey")}`);break;case"deletion":r.reportError(28,`- ${de.pretty(e,a,de.Type.REMOVED)}`);break;case"insertion":r.reportError(28,`+ ${de.pretty(e,a,de.Type.ADDED)}`);break;default:je.assertNever(o.type)}}var Uv=class{supports(e,r){return!!J0(e)}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the disk`),loader:()=>this.patchPackage(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),localPath:this.getLocalPath(e,r),checksum:u}}async patchPackage(e,r){let{parentLocator:o,sourceLocator:a,sourceVersion:n,patchPaths:u}=Mv(e),A=await Ov(o,u,r),p=await oe.mktempPromise(),h=K.join(p,"current.zip"),E=await r.fetcher.fetch(a,r),I=W.getIdentVendorPath(e),v=new zi(h,{create:!0,level:r.project.configuration.get("compressionLevel")});await je.releaseAfterUseAsync(async()=>{await v.copyPromise(I,E.prefixPath,{baseFs:E.packageFs,stableSort:!0})},E.releaseFs),v.saveAndClose();for(let{source:b,optional:C}of A){if(b===null)continue;let T=new zi(h,{level:r.project.configuration.get("compressionLevel")}),L=new gn(K.resolve(Bt.root,I),{baseFs:T});try{await nF(Nv(b),{baseFs:L,version:n})}catch(U){if(!(U instanceof cw))throw U;let J=r.project.configuration.get("enableInlineHunks"),te=!J&&!C?" (set enableInlineHunks for details)":"",le=`${W.prettyLocator(r.project.configuration,e)}: ${U.message}${te}`,pe=Ae=>{!J||NBe(U.hunk,{configuration:r.project.configuration,report:Ae})};if(T.discardAndClose(),C){r.report.reportWarningOnce(66,le,{reportExtra:pe});continue}else throw new zt(66,le,pe)}T.saveAndClose()}return new zi(h,{level:r.project.configuration.get("compressionLevel")})}};Ye();var _v=class{supportsDescriptor(e,r){return!!iF(e)}supportsLocator(e,r){return!!J0(e)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){let{patchPaths:a}=Lv(e);return a.every(n=>!QG(n))?e:W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){let{sourceDescriptor:o}=Lv(e);return{sourceDescriptor:r.project.configuration.normalizeDependency(o)}}async getCandidates(e,r,o){if(!o.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let{parentLocator:a,patchPaths:n}=Lv(e),u=await Ov(a,n,o.fetchOptions),A=r.sourceDescriptor;if(typeof A>"u")throw new Error("Assertion failed: The dependency should have been resolved");let p=RG(u,A.version);return[kG(e,{parentLocator:a,sourcePackage:A,patchPaths:n,patchHash:p})]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){let{sourceLocator:o}=Mv(e);return{...await r.resolver.resolve(o,r),...e}}};Ye();Pt();qt();var z0=class extends ut{constructor(){super(...arguments);this.save=ge.Boolean("-s,--save",!1,{description:"Add the patch to your resolution entries"});this.patchFolder=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let n=K.resolve(this.context.cwd,ue.toPortablePath(this.patchFolder)),u=K.join(n,"../source"),A=K.join(n,"../.yarn-patch.json");if(!oe.existsSync(u))throw new it("The argument folder didn't get created by 'yarn patch'");let p=await TG(u,n),h=await oe.readJsonPromise(A),E=W.parseLocator(h.locator,!0);if(!o.storedPackages.has(E.locatorHash))throw new it("No package found in the project for the given locator");if(!this.save){this.context.stdout.write(p);return}let I=r.get("patchFolder"),v=K.join(I,`${W.slugifyLocator(E)}.patch`);await oe.mkdirPromise(I,{recursive:!0}),await oe.writeFilePromise(v,p);let b=[],C=new Map;for(let T of o.storedPackages.values()){if(W.isVirtualLocator(T))continue;let L=T.dependencies.get(E.identHash);if(!L)continue;let U=W.ensureDevirtualizedDescriptor(L),J=bG(U),te=o.storedResolutions.get(J.descriptorHash);if(!te)throw new Error("Assertion failed: Expected the resolution to have been registered");if(!o.storedPackages.get(te))throw new Error("Assertion failed: Expected the package to have been registered");let pe=o.tryWorkspaceByLocator(T);if(pe)b.push(pe);else{let Ae=o.originalPackages.get(T.locatorHash);if(!Ae)throw new Error("Assertion failed: Expected the original package to have been registered");let ye=Ae.dependencies.get(L.identHash);if(!ye)throw new Error("Assertion failed: Expected the original dependency to have been registered");C.set(ye.descriptorHash,ye)}}for(let T of b)for(let L of Mt.hardDependencies){let U=T.manifest[L].get(E.identHash);if(!U)continue;let J=oF(U,{parentLocator:null,sourceDescriptor:W.convertLocatorToDescriptor(E),patchPaths:[K.join(dr.home,K.relative(o.cwd,v))]});T.manifest[L].set(U.identHash,J)}for(let T of C.values()){let L=oF(T,{parentLocator:null,sourceDescriptor:W.convertLocatorToDescriptor(E),patchPaths:[K.join(dr.home,K.relative(o.cwd,v))]});o.topLevelWorkspace.manifest.resolutions.push({pattern:{descriptor:{fullName:W.stringifyIdent(L),description:T.range}},reference:L.range})}await o.persist()}};z0.paths=[["patch-commit"]],z0.usage=nt.Usage({description:"generate a patch out of a directory",details:"\n By default, this will print a patchfile on stdout based on the diff between the folder passed in and the original version of the package. Such file is suitable for consumption with the `patch:` protocol.\n\n With the `-s,--save` option set, the patchfile won't be printed on stdout anymore and will instead be stored within a local file (by default kept within `.yarn/patches`, but configurable via the `patchFolder` setting). A `resolutions` entry will also be added to your top-level manifest, referencing the patched package via the `patch:` protocol.\n\n Note that only folders generated by `yarn patch` are accepted as valid input for `yarn patch-commit`.\n "});Ye();Pt();qt();var X0=class extends ut{constructor(){super(...arguments);this.update=ge.Boolean("-u,--update",!1,{description:"Reapply local patches that already apply to this packages"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.package=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let u=W.parseLocator(this.package);if(u.reference==="unknown"){let A=je.mapAndFilter([...o.storedPackages.values()],p=>p.identHash!==u.identHash?je.mapAndFilter.skip:W.isVirtualLocator(p)?je.mapAndFilter.skip:J0(p)!==this.update?je.mapAndFilter.skip:p);if(A.length===0)throw new it("No package found in the project for the given locator");if(A.length>1)throw new it(`Multiple candidate packages found; explicitly choose one of them (use \`yarn why \` to get more information as to who depends on them): +${n}`);let u=r.startsWith("/")?A=>A.slice(1):A=>A;return a.replace(new RegExp(`(a|b)(${_e.escapeRegExp(`/${u(r)}/`)})`,"g"),"$1/").replace(new RegExp(`(a|b)${_e.escapeRegExp(`/${u(o)}/`)}`,"g"),"$1/").replace(new RegExp(_e.escapeRegExp(`${r}/`),"g"),"").replace(new RegExp(_e.escapeRegExp(`${o}/`),"g"),"")}function Qq(t,e){let r=[];for(let{source:o}of t){if(o===null)continue;let a=Nv(o);for(let n of a){let{semverExclusivity:u,...A}=n;u!==null&&e!==null&&!kr.satisfiesWithPrereleases(e,u)||r.push(JSON.stringify(A))}}return wn.makeHash(`${3}`,...r).slice(0,6)}Ye();function kBe(t,{configuration:e,report:r}){for(let o of t.parts)for(let a of o.lines)switch(o.type){case"context":r.reportInfo(null,` ${de.pretty(e,a,"grey")}`);break;case"deletion":r.reportError(28,`- ${de.pretty(e,a,de.Type.REMOVED)}`);break;case"insertion":r.reportError(28,`+ ${de.pretty(e,a,de.Type.ADDED)}`);break;default:_e.assertNever(o.type)}}var Uv=class{supports(e,r){return!!z0(e)}getLocalPath(e,r){return null}async fetch(e,r){let o=r.checksums.get(e.locatorHash)||null,[a,n,u]=await r.cache.fetchPackageFromCache(e,o,{onHit:()=>r.report.reportCacheHit(e),onMiss:()=>r.report.reportCacheMiss(e,`${W.prettyLocator(r.project.configuration,e)} can't be found in the cache and will be fetched from the disk`),loader:()=>this.patchPackage(e,r),...r.cacheOptions});return{packageFs:a,releaseFs:n,prefixPath:W.getIdentVendorPath(e),localPath:this.getLocalPath(e,r),checksum:u}}async patchPackage(e,r){let{parentLocator:o,sourceLocator:a,sourceVersion:n,patchPaths:u}=Ov(e),A=await Mv(o,u,r),p=await oe.mktempPromise(),h=V.join(p,"current.zip"),E=await r.fetcher.fetch(a,r),I=W.getIdentVendorPath(e),v=new zi(h,{create:!0,level:r.project.configuration.get("compressionLevel")});await _e.releaseAfterUseAsync(async()=>{await v.copyPromise(I,E.prefixPath,{baseFs:E.packageFs,stableSort:!0})},E.releaseFs),v.saveAndClose();for(let{source:x,optional:C}of A){if(x===null)continue;let R=new zi(h,{level:r.project.configuration.get("compressionLevel")}),L=new gn(V.resolve(Bt.root,I),{baseFs:R});try{await tF(Nv(x),{baseFs:L,version:n})}catch(U){if(!(U instanceof uw))throw U;let J=r.project.configuration.get("enableInlineHunks"),te=!J&&!C?" (set enableInlineHunks for details)":"",ae=`${W.prettyLocator(r.project.configuration,e)}: ${U.message}${te}`,fe=ce=>{!J||kBe(U.hunk,{configuration:r.project.configuration,report:ce})};if(R.discardAndClose(),C){r.report.reportWarningOnce(66,ae,{reportExtra:fe});continue}else throw new zt(66,ae,fe)}R.saveAndClose()}return new zi(h,{level:r.project.configuration.get("compressionLevel")})}};Ye();var _v=class{supportsDescriptor(e,r){return!!rF(e)}supportsLocator(e,r){return!!z0(e)}shouldPersistResolution(e,r){return!1}bindDescriptor(e,r,o){let{patchPaths:a}=Lv(e);return a.every(n=>!bq(n))?e:W.bindDescriptor(e,{locator:W.stringifyLocator(r)})}getResolutionDependencies(e,r){let{sourceDescriptor:o}=Lv(e);return{sourceDescriptor:r.project.configuration.normalizeDependency(o)}}async getCandidates(e,r,o){if(!o.fetchOptions)throw new Error("Assertion failed: This resolver cannot be used unless a fetcher is configured");let{parentLocator:a,patchPaths:n}=Lv(e),u=await Mv(a,n,o.fetchOptions),A=r.sourceDescriptor;if(typeof A>"u")throw new Error("Assertion failed: The dependency should have been resolved");let p=Qq(u,A.version);return[Pq(e,{parentLocator:a,sourcePackage:A,patchPaths:n,patchHash:p})]}async getSatisfying(e,r,o,a){let[n]=await this.getCandidates(e,r,a);return{locators:o.filter(u=>u.locatorHash===n.locatorHash),sorted:!1}}async resolve(e,r){let{sourceLocator:o}=Ov(e);return{...await r.resolver.resolve(o,r),...e}}};Ye();St();jt();var X0=class extends ut{constructor(){super(...arguments);this.save=ge.Boolean("-s,--save",!1,{description:"Add the patch to your resolution entries"});this.patchFolder=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let n=V.resolve(this.context.cwd,ue.toPortablePath(this.patchFolder)),u=V.join(n,"../source"),A=V.join(n,"../.yarn-patch.json");if(!oe.existsSync(u))throw new it("The argument folder didn't get created by 'yarn patch'");let p=await kq(u,n),h=await oe.readJsonPromise(A),E=W.parseLocator(h.locator,!0);if(!o.storedPackages.has(E.locatorHash))throw new it("No package found in the project for the given locator");if(!this.save){this.context.stdout.write(p);return}let I=r.get("patchFolder"),v=V.join(I,`${W.slugifyLocator(E)}.patch`);await oe.mkdirPromise(I,{recursive:!0}),await oe.writeFilePromise(v,p);let x=[],C=new Map;for(let R of o.storedPackages.values()){if(W.isVirtualLocator(R))continue;let L=R.dependencies.get(E.identHash);if(!L)continue;let U=W.ensureDevirtualizedDescriptor(L),J=Sq(U),te=o.storedResolutions.get(J.descriptorHash);if(!te)throw new Error("Assertion failed: Expected the resolution to have been registered");if(!o.storedPackages.get(te))throw new Error("Assertion failed: Expected the package to have been registered");let fe=o.tryWorkspaceByLocator(R);if(fe)x.push(fe);else{let ce=o.originalPackages.get(R.locatorHash);if(!ce)throw new Error("Assertion failed: Expected the original package to have been registered");let me=ce.dependencies.get(L.identHash);if(!me)throw new Error("Assertion failed: Expected the original dependency to have been registered");C.set(me.descriptorHash,me)}}for(let R of x)for(let L of Ot.hardDependencies){let U=R.manifest[L].get(E.identHash);if(!U)continue;let J=iF(U,{parentLocator:null,sourceDescriptor:W.convertLocatorToDescriptor(E),patchPaths:[V.join(dr.home,V.relative(o.cwd,v))]});R.manifest[L].set(U.identHash,J)}for(let R of C.values()){let L=iF(R,{parentLocator:null,sourceDescriptor:W.convertLocatorToDescriptor(E),patchPaths:[V.join(dr.home,V.relative(o.cwd,v))]});o.topLevelWorkspace.manifest.resolutions.push({pattern:{descriptor:{fullName:W.stringifyIdent(L),description:R.range}},reference:L.range})}await o.persist()}};X0.paths=[["patch-commit"]],X0.usage=nt.Usage({description:"generate a patch out of a directory",details:"\n By default, this will print a patchfile on stdout based on the diff between the folder passed in and the original version of the package. Such file is suitable for consumption with the `patch:` protocol.\n\n With the `-s,--save` option set, the patchfile won't be printed on stdout anymore and will instead be stored within a local file (by default kept within `.yarn/patches`, but configurable via the `patchFolder` setting). A `resolutions` entry will also be added to your top-level manifest, referencing the patched package via the `patch:` protocol.\n\n Note that only folders generated by `yarn patch` are accepted as valid input for `yarn patch-commit`.\n "});Ye();St();jt();var Z0=class extends ut{constructor(){super(...arguments);this.update=ge.Boolean("-u,--update",!1,{description:"Reapply local patches that already apply to this packages"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.package=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let u=W.parseLocator(this.package);if(u.reference==="unknown"){let A=_e.mapAndFilter([...o.storedPackages.values()],p=>p.identHash!==u.identHash?_e.mapAndFilter.skip:W.isVirtualLocator(p)?_e.mapAndFilter.skip:z0(p)!==this.update?_e.mapAndFilter.skip:p);if(A.length===0)throw new it("No package found in the project for the given locator");if(A.length>1)throw new it(`Multiple candidate packages found; explicitly choose one of them (use \`yarn why \` to get more information as to who depends on them): ${A.map(p=>` -- ${W.prettyLocator(r,p)}`).join("")}`);u=A[0]}if(!o.storedPackages.has(u.locatorHash))throw new it("No package found in the project for the given locator");await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async A=>{let p=sF(u),h=await FG(u,{cache:n,project:o});A.reportJson({locator:W.stringifyLocator(p),path:ue.fromPortablePath(h)});let E=this.update?" along with its current modifications":"";A.reportInfo(0,`Package ${W.prettyLocator(r,p)} got extracted with success${E}!`),A.reportInfo(0,`You can now edit the following folder: ${de.pretty(r,ue.fromPortablePath(h),"magenta")}`),A.reportInfo(0,`Once you are done run ${de.pretty(r,`yarn patch-commit -s ${process.platform==="win32"?'"':""}${ue.fromPortablePath(h)}${process.platform==="win32"?'"':""}`,"cyan")} and Yarn will store a patchfile based on your changes.`)})}};X0.paths=[["patch"]],X0.usage=nt.Usage({description:"prepare a package for patching",details:"\n This command will cause a package to be extracted in a temporary directory intended to be editable at will.\n\n Once you're done with your changes, run `yarn patch-commit -s path` (with `path` being the temporary directory you received) to generate a patchfile and register it into your top-level manifest via the `patch:` protocol. Run `yarn patch-commit -h` for more details.\n\n Calling the command when you already have a patch won't import it by default (in other words, the default behavior is to reset existing patches). However, adding the `-u,--update` flag will import any current patch.\n "});var aDt={configuration:{enableInlineHunks:{description:"If true, the installs will print unmatched patch hunks",type:"BOOLEAN",default:!1},patchFolder:{description:"Folder where the patch files must be written",type:"ABSOLUTE_PATH",default:"./.yarn/patches"}},commands:[z0,X0],fetchers:[Uv],resolvers:[_v]},lDt=aDt;var OG={};Kt(OG,{PnpmLinker:()=>Hv,default:()=>pDt});Ye();Pt();qt();var Hv=class{getCustomDataKey(){return JSON.stringify({name:"PnpmLinker",version:3})}supportsPackage(e,r){return this.isEnabled(r)}async findPackageLocation(e,r){if(!this.isEnabled(r))throw new Error("Assertion failed: Expected the pnpm linker to be enabled");let o=this.getCustomDataKey(),a=r.project.linkersCustomData.get(o);if(!a)throw new it(`The project in ${de.pretty(r.project.configuration,`${r.project.cwd}/package.json`,de.Type.PATH)} doesn't seem to have been installed - running an install there might help`);let n=a.pathsByLocator.get(e.locatorHash);if(typeof n>"u")throw new it(`Couldn't find ${W.prettyLocator(r.project.configuration,e)} in the currently installed pnpm map - running an install might help`);return n.packageLocation}async findPackageLocator(e,r){if(!this.isEnabled(r))return null;let o=this.getCustomDataKey(),a=r.project.linkersCustomData.get(o);if(!a)throw new it(`The project in ${de.pretty(r.project.configuration,`${r.project.cwd}/package.json`,de.Type.PATH)} doesn't seem to have been installed - running an install there might help`);let n=e.match(/(^.*\/node_modules\/(@[^/]*\/)?[^/]+)(\/.*$)/);if(n){let p=a.locatorByPath.get(n[1]);if(p)return p}let u=e,A=e;do{A=u,u=K.dirname(A);let p=a.locatorByPath.get(A);if(p)return p}while(u!==A);return null}makeInstaller(e){return new LG(e)}isEnabled(e){return e.project.configuration.get("nodeLinker")==="pnpm"}},LG=class{constructor(e){this.opts=e;this.asyncActions=new je.AsyncActions(10);this.customData={pathsByLocator:new Map,locatorByPath:new Map};this.indexFolderPromise=PD(oe,{indexPath:K.join(e.project.configuration.get("globalFolder"),"index")})}attachCustomData(e){}async installPackage(e,r,o){switch(e.linkType){case"SOFT":return this.installPackageSoft(e,r,o);case"HARD":return this.installPackageHard(e,r,o)}throw new Error("Assertion failed: Unsupported package link type")}async installPackageSoft(e,r,o){let a=K.resolve(r.packageFs.getRealPath(),r.prefixPath),n=this.opts.project.tryWorkspaceByLocator(e)?K.join(a,dr.nodeModules):null;return this.customData.pathsByLocator.set(e.locatorHash,{packageLocation:a,dependenciesLocation:n}),{packageLocation:a,buildRequest:null}}async installPackageHard(e,r,o){let a=cDt(e,{project:this.opts.project}),n=a.packageLocation;this.customData.locatorByPath.set(n,W.stringifyLocator(e)),this.customData.pathsByLocator.set(e.locatorHash,a),o.holdFetchResult(this.asyncActions.set(e.locatorHash,async()=>{await oe.mkdirPromise(n,{recursive:!0}),await oe.copyPromise(n,r.prefixPath,{baseFs:r.packageFs,overwrite:!1,linkStrategy:{type:"HardlinkFromIndex",indexPath:await this.indexFolderPromise,autoRepair:!0}})}));let A=W.isVirtualLocator(e)?W.devirtualizeLocator(e):e,p={manifest:await Mt.tryFind(r.prefixPath,{baseFs:r.packageFs})??new Mt,misc:{hasBindingGyp:mA.hasBindingGyp(r)}},h=this.opts.project.getDependencyMeta(A,e.version),E=mA.extractBuildRequest(e,p,h,{configuration:this.opts.project.configuration});return{packageLocation:n,buildRequest:E}}async attachInternalDependencies(e,r){if(this.opts.project.configuration.get("nodeLinker")!=="pnpm"||!LBe(e,{project:this.opts.project}))return;let o=this.customData.pathsByLocator.get(e.locatorHash);if(typeof o>"u")throw new Error(`Assertion failed: Expected the package to have been registered (${W.stringifyLocator(e)})`);let{dependenciesLocation:a}=o;!a||this.asyncActions.reduce(e.locatorHash,async n=>{await oe.mkdirPromise(a,{recursive:!0});let u=await uDt(a),A=new Map(u),p=[n],h=(I,v)=>{let b=v;LBe(v,{project:this.opts.project})||(this.opts.report.reportWarningOnce(0,"The pnpm linker doesn't support providing different versions to workspaces' peer dependencies"),b=W.devirtualizeLocator(v));let C=this.customData.pathsByLocator.get(b.locatorHash);if(typeof C>"u")throw new Error(`Assertion failed: Expected the package to have been registered (${W.stringifyLocator(v)})`);let T=W.stringifyIdent(I),L=K.join(a,T),U=K.relative(K.dirname(L),C.packageLocation),J=A.get(T);A.delete(T),p.push(Promise.resolve().then(async()=>{if(J){if(J.isSymbolicLink()&&await oe.readlinkPromise(L)===U)return;await oe.removePromise(L)}await oe.mkdirpPromise(K.dirname(L)),process.platform=="win32"&&this.opts.project.configuration.get("winLinkType")==="junctions"?await oe.symlinkPromise(C.packageLocation,L,"junction"):await oe.symlinkPromise(U,L)}))},E=!1;for(let[I,v]of r)I.identHash===e.identHash&&(E=!0),h(I,v);!E&&!this.opts.project.tryWorkspaceByLocator(e)&&h(W.convertLocatorToDescriptor(e),e),p.push(ADt(a,A)),await Promise.all(p)})}async attachExternalDependents(e,r){throw new Error("External dependencies haven't been implemented for the pnpm linker")}async finalizeInstall(){let e=OBe(this.opts.project);if(this.opts.project.configuration.get("nodeLinker")!=="pnpm")await oe.removePromise(e);else{let r;try{r=new Set(await oe.readdirPromise(e))}catch{r=new Set}for(let{dependenciesLocation:o}of this.customData.pathsByLocator.values()){if(!o)continue;let a=K.contains(e,o);if(a===null)continue;let[n]=a.split(K.sep);r.delete(n)}await Promise.all([...r].map(async o=>{await oe.removePromise(K.join(e,o))}))}return await this.asyncActions.wait(),await MG(e),this.opts.project.configuration.get("nodeLinker")!=="node-modules"&&await MG(MBe(this.opts.project)),{customData:this.customData}}};function MBe(t){return K.join(t.cwd,dr.nodeModules)}function OBe(t){return K.join(MBe(t),".store")}function cDt(t,{project:e}){let r=W.slugifyLocator(t),o=OBe(e),a=K.join(o,r,"package"),n=K.join(o,r,dr.nodeModules);return{packageLocation:a,dependenciesLocation:n}}function LBe(t,{project:e}){return!W.isVirtualLocator(t)||!e.tryWorkspaceByLocator(t)}async function uDt(t){let e=new Map,r=[];try{r=await oe.readdirPromise(t,{withFileTypes:!0})}catch(o){if(o.code!=="ENOENT")throw o}try{for(let o of r)if(!o.name.startsWith("."))if(o.name.startsWith("@")){let a=await oe.readdirPromise(K.join(t,o.name),{withFileTypes:!0});if(a.length===0)e.set(o.name,o);else for(let n of a)e.set(`${o.name}/${n.name}`,n)}else e.set(o.name,o)}catch(o){if(o.code!=="ENOENT")throw o}return e}async function ADt(t,e){let r=[],o=new Set;for(let a of e.keys()){r.push(oe.removePromise(K.join(t,a)));let n=W.tryParseIdent(a)?.scope;n&&o.add(`@${n}`)}return Promise.all(r).then(()=>Promise.all([...o].map(a=>MG(K.join(t,a)))))}async function MG(t){try{await oe.rmdirPromise(t)}catch(e){if(e.code!=="ENOENT"&&e.code!=="ENOTEMPTY")throw e}}var fDt={linkers:[Hv]},pDt=fDt;var YG={};Kt(YG,{StageCommand:()=>Z0,default:()=>vDt,stageUtils:()=>lF});Ye();Pt();qt();Ye();Pt();var lF={};Kt(lF,{ActionType:()=>UG,checkConsensus:()=>aF,expandDirectory:()=>jG,findConsensus:()=>qG,findVcsRoot:()=>_G,genCommitMessage:()=>GG,getCommitPrefix:()=>UBe,isYarnFile:()=>HG});Pt();var UG=(n=>(n[n.CREATE=0]="CREATE",n[n.DELETE=1]="DELETE",n[n.ADD=2]="ADD",n[n.REMOVE=3]="REMOVE",n[n.MODIFY=4]="MODIFY",n))(UG||{});async function _G(t,{marker:e}){do if(!oe.existsSync(K.join(t,e)))t=K.dirname(t);else return t;while(t!=="/");return null}function HG(t,{roots:e,names:r}){if(r.has(K.basename(t)))return!0;do if(!e.has(t))t=K.dirname(t);else return!0;while(t!=="/");return!1}function jG(t){let e=[],r=[t];for(;r.length>0;){let o=r.pop(),a=oe.readdirSync(o);for(let n of a){let u=K.resolve(o,n);oe.lstatSync(u).isDirectory()?r.push(u):e.push(u)}}return e}function aF(t,e){let r=0,o=0;for(let a of t)a!=="wip"&&(e.test(a)?r+=1:o+=1);return r>=o}function qG(t){let e=aF(t,/^(\w\(\w+\):\s*)?\w+s/),r=aF(t,/^(\w\(\w+\):\s*)?[A-Z]/),o=aF(t,/^\w\(\w+\):/);return{useThirdPerson:e,useUpperCase:r,useComponent:o}}function UBe(t){return t.useComponent?"chore(yarn): ":""}var hDt=new Map([[0,"create"],[1,"delete"],[2,"add"],[3,"remove"],[4,"update"]]);function GG(t,e){let r=UBe(t),o=[],a=e.slice().sort((n,u)=>n[0]-u[0]);for(;a.length>0;){let[n,u]=a.shift(),A=hDt.get(n);t.useUpperCase&&o.length===0&&(A=`${A[0].toUpperCase()}${A.slice(1)}`),t.useThirdPerson&&(A+="s");let p=[u];for(;a.length>0&&a[0][0]===n;){let[,E]=a.shift();p.push(E)}p.sort();let h=p.shift();p.length===1?h+=" (and one other)":p.length>1&&(h+=` (and ${p.length} others)`),o.push(`${A} ${h}`)}return`${r}${o.join(", ")}`}var gDt="Commit generated via `yarn stage`",dDt=11;async function _Be(t){let{code:e,stdout:r}=await Ur.execvp("git",["log","-1","--pretty=format:%H"],{cwd:t});return e===0?r.trim():null}async function mDt(t,e){let r=[],o=e.filter(h=>K.basename(h.path)==="package.json");for(let{action:h,path:E}of o){let I=K.relative(t,E);if(h===4){let v=await _Be(t),{stdout:b}=await Ur.execvp("git",["show",`${v}:${I}`],{cwd:t,strict:!0}),C=await Mt.fromText(b),T=await Mt.fromFile(E),L=new Map([...T.dependencies,...T.devDependencies]),U=new Map([...C.dependencies,...C.devDependencies]);for(let[J,te]of U){let le=W.stringifyIdent(te),pe=L.get(J);pe?pe.range!==te.range&&r.push([4,`${le} to ${pe.range}`]):r.push([3,le])}for(let[J,te]of L)U.has(J)||r.push([2,W.stringifyIdent(te)])}else if(h===0){let v=await Mt.fromFile(E);v.name?r.push([0,W.stringifyIdent(v.name)]):r.push([0,"a package"])}else if(h===1){let v=await _Be(t),{stdout:b}=await Ur.execvp("git",["show",`${v}:${I}`],{cwd:t,strict:!0}),C=await Mt.fromText(b);C.name?r.push([1,W.stringifyIdent(C.name)]):r.push([1,"a package"])}else throw new Error("Assertion failed: Unsupported action type")}let{code:a,stdout:n}=await Ur.execvp("git",["log",`-${dDt}`,"--pretty=format:%s"],{cwd:t}),u=a===0?n.split(/\n/g).filter(h=>h!==""):[],A=qG(u);return GG(A,r)}var yDt={[0]:[" A ","?? "],[4]:[" M "],[1]:[" D "]},EDt={[0]:["A "],[4]:["M "],[1]:["D "]},HBe={async findRoot(t){return await _G(t,{marker:".git"})},async filterChanges(t,e,r,o){let{stdout:a}=await Ur.execvp("git",["status","-s"],{cwd:t,strict:!0}),n=a.toString().split(/\n/g),u=o?.staged?EDt:yDt;return[].concat(...n.map(p=>{if(p==="")return[];let h=p.slice(0,3),E=K.resolve(t,p.slice(3));if(!o?.staged&&h==="?? "&&p.endsWith("/"))return jG(E).map(I=>({action:0,path:I}));{let v=[0,4,1].find(b=>u[b].includes(h));return v!==void 0?[{action:v,path:E}]:[]}})).filter(p=>HG(p.path,{roots:e,names:r}))},async genCommitMessage(t,e){return await mDt(t,e)},async makeStage(t,e){let r=e.map(o=>ue.fromPortablePath(o.path));await Ur.execvp("git",["add","--",...r],{cwd:t,strict:!0})},async makeCommit(t,e,r){let o=e.map(a=>ue.fromPortablePath(a.path));await Ur.execvp("git",["add","-N","--",...o],{cwd:t,strict:!0}),await Ur.execvp("git",["commit","-m",`${r} +- ${W.prettyLocator(r,p)}`).join("")}`);u=A[0]}if(!o.storedPackages.has(u.locatorHash))throw new it("No package found in the project for the given locator");await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async A=>{let p=nF(u),h=await xq(u,{cache:n,project:o});A.reportJson({locator:W.stringifyLocator(p),path:ue.fromPortablePath(h)});let E=this.update?" along with its current modifications":"";A.reportInfo(0,`Package ${W.prettyLocator(r,p)} got extracted with success${E}!`),A.reportInfo(0,`You can now edit the following folder: ${de.pretty(r,ue.fromPortablePath(h),"magenta")}`),A.reportInfo(0,`Once you are done run ${de.pretty(r,`yarn patch-commit -s ${process.platform==="win32"?'"':""}${ue.fromPortablePath(h)}${process.platform==="win32"?'"':""}`,"cyan")} and Yarn will store a patchfile based on your changes.`)})}};Z0.paths=[["patch"]],Z0.usage=nt.Usage({description:"prepare a package for patching",details:"\n This command will cause a package to be extracted in a temporary directory intended to be editable at will.\n\n Once you're done with your changes, run `yarn patch-commit -s path` (with `path` being the temporary directory you received) to generate a patchfile and register it into your top-level manifest via the `patch:` protocol. Run `yarn patch-commit -h` for more details.\n\n Calling the command when you already have a patch won't import it by default (in other words, the default behavior is to reset existing patches). However, adding the `-u,--update` flag will import any current patch.\n "});var oDt={configuration:{enableInlineHunks:{description:"If true, the installs will print unmatched patch hunks",type:"BOOLEAN",default:!1},patchFolder:{description:"Folder where the patch files must be written",type:"ABSOLUTE_PATH",default:"./.yarn/patches"}},commands:[X0,Z0],fetchers:[Uv],resolvers:[_v]},aDt=oDt;var Nq={};Vt(Nq,{PnpmLinker:()=>Hv,default:()=>fDt});Ye();St();jt();var Hv=class{getCustomDataKey(){return JSON.stringify({name:"PnpmLinker",version:3})}supportsPackage(e,r){return this.isEnabled(r)}async findPackageLocation(e,r){if(!this.isEnabled(r))throw new Error("Assertion failed: Expected the pnpm linker to be enabled");let o=this.getCustomDataKey(),a=r.project.linkersCustomData.get(o);if(!a)throw new it(`The project in ${de.pretty(r.project.configuration,`${r.project.cwd}/package.json`,de.Type.PATH)} doesn't seem to have been installed - running an install there might help`);let n=a.pathsByLocator.get(e.locatorHash);if(typeof n>"u")throw new it(`Couldn't find ${W.prettyLocator(r.project.configuration,e)} in the currently installed pnpm map - running an install might help`);return n.packageLocation}async findPackageLocator(e,r){if(!this.isEnabled(r))return null;let o=this.getCustomDataKey(),a=r.project.linkersCustomData.get(o);if(!a)throw new it(`The project in ${de.pretty(r.project.configuration,`${r.project.cwd}/package.json`,de.Type.PATH)} doesn't seem to have been installed - running an install there might help`);let n=e.match(/(^.*\/node_modules\/(@[^/]*\/)?[^/]+)(\/.*$)/);if(n){let p=a.locatorByPath.get(n[1]);if(p)return p}let u=e,A=e;do{A=u,u=V.dirname(A);let p=a.locatorByPath.get(A);if(p)return p}while(u!==A);return null}makeInstaller(e){return new Rq(e)}isEnabled(e){return e.project.configuration.get("nodeLinker")==="pnpm"}},Rq=class{constructor(e){this.opts=e;this.asyncActions=new _e.AsyncActions(10);this.customData={pathsByLocator:new Map,locatorByPath:new Map};this.indexFolderPromise=SD(oe,{indexPath:V.join(e.project.configuration.get("globalFolder"),"index")})}attachCustomData(e){}async installPackage(e,r,o){switch(e.linkType){case"SOFT":return this.installPackageSoft(e,r,o);case"HARD":return this.installPackageHard(e,r,o)}throw new Error("Assertion failed: Unsupported package link type")}async installPackageSoft(e,r,o){let a=V.resolve(r.packageFs.getRealPath(),r.prefixPath),n=this.opts.project.tryWorkspaceByLocator(e)?V.join(a,dr.nodeModules):null;return this.customData.pathsByLocator.set(e.locatorHash,{packageLocation:a,dependenciesLocation:n}),{packageLocation:a,buildRequest:null}}async installPackageHard(e,r,o){let a=lDt(e,{project:this.opts.project}),n=a.packageLocation;this.customData.locatorByPath.set(n,W.stringifyLocator(e)),this.customData.pathsByLocator.set(e.locatorHash,a),o.holdFetchResult(this.asyncActions.set(e.locatorHash,async()=>{await oe.mkdirPromise(n,{recursive:!0}),await oe.copyPromise(n,r.prefixPath,{baseFs:r.packageFs,overwrite:!1,linkStrategy:{type:"HardlinkFromIndex",indexPath:await this.indexFolderPromise,autoRepair:!0}})}));let A=W.isVirtualLocator(e)?W.devirtualizeLocator(e):e,p={manifest:await Ot.tryFind(r.prefixPath,{baseFs:r.packageFs})??new Ot,misc:{hasBindingGyp:yA.hasBindingGyp(r)}},h=this.opts.project.getDependencyMeta(A,e.version),E=yA.extractBuildRequest(e,p,h,{configuration:this.opts.project.configuration});return{packageLocation:n,buildRequest:E}}async attachInternalDependencies(e,r){if(this.opts.project.configuration.get("nodeLinker")!=="pnpm"||!QBe(e,{project:this.opts.project}))return;let o=this.customData.pathsByLocator.get(e.locatorHash);if(typeof o>"u")throw new Error(`Assertion failed: Expected the package to have been registered (${W.stringifyLocator(e)})`);let{dependenciesLocation:a}=o;!a||this.asyncActions.reduce(e.locatorHash,async n=>{await oe.mkdirPromise(a,{recursive:!0});let u=await cDt(a),A=new Map(u),p=[n],h=(I,v)=>{let x=v;QBe(v,{project:this.opts.project})||(this.opts.report.reportWarningOnce(0,"The pnpm linker doesn't support providing different versions to workspaces' peer dependencies"),x=W.devirtualizeLocator(v));let C=this.customData.pathsByLocator.get(x.locatorHash);if(typeof C>"u")throw new Error(`Assertion failed: Expected the package to have been registered (${W.stringifyLocator(v)})`);let R=W.stringifyIdent(I),L=V.join(a,R),U=V.relative(V.dirname(L),C.packageLocation),J=A.get(R);A.delete(R),p.push(Promise.resolve().then(async()=>{if(J){if(J.isSymbolicLink()&&await oe.readlinkPromise(L)===U)return;await oe.removePromise(L)}await oe.mkdirpPromise(V.dirname(L)),process.platform=="win32"&&this.opts.project.configuration.get("winLinkType")==="junctions"?await oe.symlinkPromise(C.packageLocation,L,"junction"):await oe.symlinkPromise(U,L)}))},E=!1;for(let[I,v]of r)I.identHash===e.identHash&&(E=!0),h(I,v);!E&&!this.opts.project.tryWorkspaceByLocator(e)&&h(W.convertLocatorToDescriptor(e),e),p.push(uDt(a,A)),await Promise.all(p)})}async attachExternalDependents(e,r){throw new Error("External dependencies haven't been implemented for the pnpm linker")}async finalizeInstall(){let e=RBe(this.opts.project);if(this.opts.project.configuration.get("nodeLinker")!=="pnpm")await oe.removePromise(e);else{let r;try{r=new Set(await oe.readdirPromise(e))}catch{r=new Set}for(let{dependenciesLocation:o}of this.customData.pathsByLocator.values()){if(!o)continue;let a=V.contains(e,o);if(a===null)continue;let[n]=a.split(V.sep);r.delete(n)}await Promise.all([...r].map(async o=>{await oe.removePromise(V.join(e,o))}))}return await this.asyncActions.wait(),await Tq(e),this.opts.project.configuration.get("nodeLinker")!=="node-modules"&&await Tq(FBe(this.opts.project)),{customData:this.customData}}};function FBe(t){return V.join(t.cwd,dr.nodeModules)}function RBe(t){return V.join(FBe(t),".store")}function lDt(t,{project:e}){let r=W.slugifyLocator(t),o=RBe(e),a=V.join(o,r,"package"),n=V.join(o,r,dr.nodeModules);return{packageLocation:a,dependenciesLocation:n}}function QBe(t,{project:e}){return!W.isVirtualLocator(t)||!e.tryWorkspaceByLocator(t)}async function cDt(t){let e=new Map,r=[];try{r=await oe.readdirPromise(t,{withFileTypes:!0})}catch(o){if(o.code!=="ENOENT")throw o}try{for(let o of r)if(!o.name.startsWith("."))if(o.name.startsWith("@")){let a=await oe.readdirPromise(V.join(t,o.name),{withFileTypes:!0});if(a.length===0)e.set(o.name,o);else for(let n of a)e.set(`${o.name}/${n.name}`,n)}else e.set(o.name,o)}catch(o){if(o.code!=="ENOENT")throw o}return e}async function uDt(t,e){let r=[],o=new Set;for(let a of e.keys()){r.push(oe.removePromise(V.join(t,a)));let n=W.tryParseIdent(a)?.scope;n&&o.add(`@${n}`)}return Promise.all(r).then(()=>Promise.all([...o].map(a=>Tq(V.join(t,a)))))}async function Tq(t){try{await oe.rmdirPromise(t)}catch(e){if(e.code!=="ENOENT"&&e.code!=="ENOTEMPTY")throw e}}var ADt={linkers:[Hv]},fDt=ADt;var jq={};Vt(jq,{StageCommand:()=>$0,default:()=>BDt,stageUtils:()=>oF});Ye();St();jt();Ye();St();var oF={};Vt(oF,{ActionType:()=>Lq,checkConsensus:()=>sF,expandDirectory:()=>Uq,findConsensus:()=>_q,findVcsRoot:()=>Oq,genCommitMessage:()=>Hq,getCommitPrefix:()=>TBe,isYarnFile:()=>Mq});St();var Lq=(n=>(n[n.CREATE=0]="CREATE",n[n.DELETE=1]="DELETE",n[n.ADD=2]="ADD",n[n.REMOVE=3]="REMOVE",n[n.MODIFY=4]="MODIFY",n))(Lq||{});async function Oq(t,{marker:e}){do if(!oe.existsSync(V.join(t,e)))t=V.dirname(t);else return t;while(t!=="/");return null}function Mq(t,{roots:e,names:r}){if(r.has(V.basename(t)))return!0;do if(!e.has(t))t=V.dirname(t);else return!0;while(t!=="/");return!1}function Uq(t){let e=[],r=[t];for(;r.length>0;){let o=r.pop(),a=oe.readdirSync(o);for(let n of a){let u=V.resolve(o,n);oe.lstatSync(u).isDirectory()?r.push(u):e.push(u)}}return e}function sF(t,e){let r=0,o=0;for(let a of t)a!=="wip"&&(e.test(a)?r+=1:o+=1);return r>=o}function _q(t){let e=sF(t,/^(\w\(\w+\):\s*)?\w+s/),r=sF(t,/^(\w\(\w+\):\s*)?[A-Z]/),o=sF(t,/^\w\(\w+\):/);return{useThirdPerson:e,useUpperCase:r,useComponent:o}}function TBe(t){return t.useComponent?"chore(yarn): ":""}var pDt=new Map([[0,"create"],[1,"delete"],[2,"add"],[3,"remove"],[4,"update"]]);function Hq(t,e){let r=TBe(t),o=[],a=e.slice().sort((n,u)=>n[0]-u[0]);for(;a.length>0;){let[n,u]=a.shift(),A=pDt.get(n);t.useUpperCase&&o.length===0&&(A=`${A[0].toUpperCase()}${A.slice(1)}`),t.useThirdPerson&&(A+="s");let p=[u];for(;a.length>0&&a[0][0]===n;){let[,E]=a.shift();p.push(E)}p.sort();let h=p.shift();p.length===1?h+=" (and one other)":p.length>1&&(h+=` (and ${p.length} others)`),o.push(`${A} ${h}`)}return`${r}${o.join(", ")}`}var hDt="Commit generated via `yarn stage`",gDt=11;async function NBe(t){let{code:e,stdout:r}=await Ur.execvp("git",["log","-1","--pretty=format:%H"],{cwd:t});return e===0?r.trim():null}async function dDt(t,e){let r=[],o=e.filter(h=>V.basename(h.path)==="package.json");for(let{action:h,path:E}of o){let I=V.relative(t,E);if(h===4){let v=await NBe(t),{stdout:x}=await Ur.execvp("git",["show",`${v}:${I}`],{cwd:t,strict:!0}),C=await Ot.fromText(x),R=await Ot.fromFile(E),L=new Map([...R.dependencies,...R.devDependencies]),U=new Map([...C.dependencies,...C.devDependencies]);for(let[J,te]of U){let ae=W.stringifyIdent(te),fe=L.get(J);fe?fe.range!==te.range&&r.push([4,`${ae} to ${fe.range}`]):r.push([3,ae])}for(let[J,te]of L)U.has(J)||r.push([2,W.stringifyIdent(te)])}else if(h===0){let v=await Ot.fromFile(E);v.name?r.push([0,W.stringifyIdent(v.name)]):r.push([0,"a package"])}else if(h===1){let v=await NBe(t),{stdout:x}=await Ur.execvp("git",["show",`${v}:${I}`],{cwd:t,strict:!0}),C=await Ot.fromText(x);C.name?r.push([1,W.stringifyIdent(C.name)]):r.push([1,"a package"])}else throw new Error("Assertion failed: Unsupported action type")}let{code:a,stdout:n}=await Ur.execvp("git",["log",`-${gDt}`,"--pretty=format:%s"],{cwd:t}),u=a===0?n.split(/\n/g).filter(h=>h!==""):[],A=_q(u);return Hq(A,r)}var mDt={[0]:[" A ","?? "],[4]:[" M "],[1]:[" D "]},yDt={[0]:["A "],[4]:["M "],[1]:["D "]},LBe={async findRoot(t){return await Oq(t,{marker:".git"})},async filterChanges(t,e,r,o){let{stdout:a}=await Ur.execvp("git",["status","-s"],{cwd:t,strict:!0}),n=a.toString().split(/\n/g),u=o?.staged?yDt:mDt;return[].concat(...n.map(p=>{if(p==="")return[];let h=p.slice(0,3),E=V.resolve(t,p.slice(3));if(!o?.staged&&h==="?? "&&p.endsWith("/"))return Uq(E).map(I=>({action:0,path:I}));{let v=[0,4,1].find(x=>u[x].includes(h));return v!==void 0?[{action:v,path:E}]:[]}})).filter(p=>Mq(p.path,{roots:e,names:r}))},async genCommitMessage(t,e){return await dDt(t,e)},async makeStage(t,e){let r=e.map(o=>ue.fromPortablePath(o.path));await Ur.execvp("git",["add","--",...r],{cwd:t,strict:!0})},async makeCommit(t,e,r){let o=e.map(a=>ue.fromPortablePath(a.path));await Ur.execvp("git",["add","-N","--",...o],{cwd:t,strict:!0}),await Ur.execvp("git",["commit","-m",`${r} -${gDt} -`,"--",...o],{cwd:t,strict:!0})},async makeReset(t,e){let r=e.map(o=>ue.fromPortablePath(o.path));await Ur.execvp("git",["reset","HEAD","--",...r],{cwd:t,strict:!0})}};var CDt=[HBe],Z0=class extends ut{constructor(){super(...arguments);this.commit=ge.Boolean("-c,--commit",!1,{description:"Commit the staged files"});this.reset=ge.Boolean("-r,--reset",!1,{description:"Remove all files from the staging area"});this.dryRun=ge.Boolean("-n,--dry-run",!1,{description:"Print the commit message and the list of modified files without staging / committing"});this.update=ge.Boolean("-u,--update",!1,{hidden:!0})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o}=await St.find(r,this.context.cwd),{driver:a,root:n}=await wDt(o.cwd),u=[r.get("cacheFolder"),r.get("globalFolder"),r.get("virtualFolder"),r.get("yarnPath")];await r.triggerHook(I=>I.populateYarnPaths,o,I=>{u.push(I)});let A=new Set;for(let I of u)for(let v of IDt(n,I))A.add(v);let p=new Set([r.get("rcFilename"),dr.lockfile,dr.manifest]),h=await a.filterChanges(n,A,p),E=await a.genCommitMessage(n,h);if(this.dryRun)if(this.commit)this.context.stdout.write(`${E} +${hDt} +`,"--",...o],{cwd:t,strict:!0})},async makeReset(t,e){let r=e.map(o=>ue.fromPortablePath(o.path));await Ur.execvp("git",["reset","HEAD","--",...r],{cwd:t,strict:!0})}};var EDt=[LBe],$0=class extends ut{constructor(){super(...arguments);this.commit=ge.Boolean("-c,--commit",!1,{description:"Commit the staged files"});this.reset=ge.Boolean("-r,--reset",!1,{description:"Remove all files from the staging area"});this.dryRun=ge.Boolean("-n,--dry-run",!1,{description:"Print the commit message and the list of modified files without staging / committing"});this.update=ge.Boolean("-u,--update",!1,{hidden:!0})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o}=await Pt.find(r,this.context.cwd),{driver:a,root:n}=await CDt(o.cwd),u=[r.get("cacheFolder"),r.get("globalFolder"),r.get("virtualFolder"),r.get("yarnPath")];await r.triggerHook(I=>I.populateYarnPaths,o,I=>{u.push(I)});let A=new Set;for(let I of u)for(let v of wDt(n,I))A.add(v);let p=new Set([r.get("rcFilename"),dr.lockfile,dr.manifest]),h=await a.filterChanges(n,A,p),E=await a.genCommitMessage(n,h);if(this.dryRun)if(this.commit)this.context.stdout.write(`${E} `);else for(let I of h)this.context.stdout.write(`${ue.fromPortablePath(I.path)} -`);else if(this.reset){let I=await a.filterChanges(n,A,p,{staged:!0});I.length===0?this.context.stdout.write("No staged changes found!"):await a.makeReset(n,I)}else h.length===0?this.context.stdout.write("No changes found!"):this.commit?await a.makeCommit(n,h,E):(await a.makeStage(n,h),this.context.stdout.write(E))}};Z0.paths=[["stage"]],Z0.usage=nt.Usage({description:"add all yarn files to your vcs",details:"\n This command will add to your staging area the files belonging to Yarn (typically any modified `package.json` and `.yarnrc.yml` files, but also linker-generated files, cache data, etc). It will take your ignore list into account, so the cache files won't be added if the cache is ignored in a `.gitignore` file (assuming you use Git).\n\n Running `--reset` will instead remove them from the staging area (the changes will still be there, but won't be committed until you stage them back).\n\n Since the staging area is a non-existent concept in Mercurial, Yarn will always create a new commit when running this command on Mercurial repositories. You can get this behavior when using Git by using the `--commit` flag which will directly create a commit.\n ",examples:[["Adds all modified project files to the staging area","yarn stage"],["Creates a new commit containing all modified project files","yarn stage --commit"]]});async function wDt(t){let e=null,r=null;for(let o of CDt)if((r=await o.findRoot(t))!==null){e=o;break}if(e===null||r===null)throw new it("No stage driver has been found for your current project");return{driver:e,root:r}}function IDt(t,e){let r=[];if(e===null)return r;for(;;){(e===t||e.startsWith(`${t}/`))&&r.push(e);let o;try{o=oe.statSync(e)}catch{break}if(o.isSymbolicLink())e=K.resolve(K.dirname(e),oe.readlinkSync(e));else break}return r}var BDt={commands:[Z0]},vDt=BDt;var WG={};Kt(WG,{default:()=>FDt});Ye();Ye();Pt();var GBe=$e(zn());Ye();var jBe=$e(ZH()),DDt="e8e1bd300d860104bb8c58453ffa1eb4",PDt="OFCNCOG2CU",qBe=async(t,e)=>{let r=W.stringifyIdent(t),a=SDt(e).initIndex("npm-search");try{return(await a.getObject(r,{attributesToRetrieve:["types"]})).types?.ts==="definitely-typed"}catch{return!1}},SDt=t=>(0,jBe.default)(PDt,DDt,{requester:{async send(r){try{let o=await rn.request(r.url,r.data||null,{configuration:t,headers:r.headers});return{content:o.body,isTimedOut:!1,status:o.statusCode}}catch(o){return{content:o.response.body,isTimedOut:!1,status:o.response.statusCode}}}}});var YBe=t=>t.scope?`${t.scope}__${t.name}`:`${t.name}`,xDt=async(t,e,r,o)=>{if(r.scope==="types")return;let{project:a}=t,{configuration:n}=a;if(!(n.get("tsEnableAutoTypes")??oe.existsSync(K.join(a.cwd,"tsconfig.json"))))return;let A=n.makeResolver(),p={project:a,resolver:A,report:new Qi};if(!await qBe(r,n))return;let E=YBe(r),I=W.parseRange(r.range).selector;if(!kr.validRange(I)){let L=n.normalizeDependency(r),U=await A.getCandidates(L,{},p);I=W.parseRange(U[0].reference).selector}let v=GBe.default.coerce(I);if(v===null)return;let b=`${zc.Modifier.CARET}${v.major}`,C=W.makeDescriptor(W.makeIdent("types",E),b),T=je.mapAndFind(a.workspaces,L=>{let U=L.manifest.dependencies.get(r.identHash)?.descriptorHash,J=L.manifest.devDependencies.get(r.identHash)?.descriptorHash;if(U!==r.descriptorHash&&J!==r.descriptorHash)return je.mapAndFind.skip;let te=[];for(let le of Mt.allDependencies){let pe=L.manifest[le].get(C.identHash);typeof pe>"u"||te.push([le,pe])}return te.length===0?je.mapAndFind.skip:te});if(typeof T<"u")for(let[L,U]of T)t.manifest[L].set(U.identHash,U);else{try{let L=n.normalizeDependency(C);if((await A.getCandidates(L,{},p)).length===0)return}catch{return}t.manifest[zc.Target.DEVELOPMENT].set(C.identHash,C)}},bDt=async(t,e,r)=>{if(r.scope==="types")return;let{project:o}=t,{configuration:a}=o;if(!(a.get("tsEnableAutoTypes")??oe.existsSync(K.join(o.cwd,"tsconfig.json"))))return;let u=YBe(r),A=W.makeIdent("types",u);for(let p of Mt.allDependencies)typeof t.manifest[p].get(A.identHash)>"u"||t.manifest[p].delete(A.identHash)},kDt=(t,e)=>{e.publishConfig&&e.publishConfig.typings&&(e.typings=e.publishConfig.typings),e.publishConfig&&e.publishConfig.types&&(e.types=e.publishConfig.types)},QDt={configuration:{tsEnableAutoTypes:{description:"Whether Yarn should auto-install @types/ dependencies on 'yarn add'",type:"BOOLEAN",isNullable:!0,default:null}},hooks:{afterWorkspaceDependencyAddition:xDt,afterWorkspaceDependencyRemoval:bDt,beforeWorkspacePacking:kDt}},FDt=QDt;var XG={};Kt(XG,{VersionApplyCommand:()=>$0,VersionCheckCommand:()=>eg,VersionCommand:()=>tg,default:()=>XDt,versionUtils:()=>gw});Ye();Ye();qt();var gw={};Kt(gw,{Decision:()=>pw,applyPrerelease:()=>XBe,applyReleases:()=>zG,applyStrategy:()=>uF,clearVersionFiles:()=>VG,getUndecidedDependentWorkspaces:()=>qv,getUndecidedWorkspaces:()=>cF,openVersionFile:()=>hw,requireMoreDecisions:()=>KDt,resolveVersionFiles:()=>jv,suggestStrategy:()=>JG,updateVersionFiles:()=>KG,validateReleaseDecision:()=>fw});Ye();Pt();Nl();qt();var zBe=$e(JBe()),BA=$e(zn()),VDt=/^(>=|[~^]|)(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(-(0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(\.(0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*)?(\+[0-9a-zA-Z-]+(\.[0-9a-zA-Z-]+)*)?$/,pw=(u=>(u.UNDECIDED="undecided",u.DECLINE="decline",u.MAJOR="major",u.MINOR="minor",u.PATCH="patch",u.PRERELEASE="prerelease",u))(pw||{});function fw(t){let e=BA.default.valid(t);return e||je.validateEnum((0,zBe.default)(pw,"UNDECIDED"),t)}async function jv(t,{prerelease:e=null}={}){let r=new Map,o=t.configuration.get("deferredVersionFolder");if(!oe.existsSync(o))return r;let a=await oe.readdirPromise(o);for(let n of a){if(!n.endsWith(".yml"))continue;let u=K.join(o,n),A=await oe.readFilePromise(u,"utf8"),p=Vi(A);for(let[h,E]of Object.entries(p.releases||{})){if(E==="decline")continue;let I=W.parseIdent(h),v=t.tryWorkspaceByIdent(I);if(v===null)throw new Error(`Assertion failed: Expected a release definition file to only reference existing workspaces (${K.basename(u)} references ${h})`);if(v.manifest.version===null)throw new Error(`Assertion failed: Expected the workspace to have a version (${W.prettyLocator(t.configuration,v.anchoredLocator)})`);let b=v.manifest.raw.stableVersion??v.manifest.version,C=r.get(v),T=uF(b,fw(E));if(T===null)throw new Error(`Assertion failed: Expected ${b} to support being bumped via strategy ${E}`);let L=typeof C<"u"?BA.default.gt(T,C)?T:C:T;r.set(v,L)}}return e&&(r=new Map([...r].map(([n,u])=>[n,XBe(u,{current:n.manifest.version,prerelease:e})]))),r}async function VG(t){let e=t.configuration.get("deferredVersionFolder");!oe.existsSync(e)||await oe.removePromise(e)}async function KG(t,e){let r=new Set(e),o=t.configuration.get("deferredVersionFolder");if(!oe.existsSync(o))return;let a=await oe.readdirPromise(o);for(let n of a){if(!n.endsWith(".yml"))continue;let u=K.join(o,n),A=await oe.readFilePromise(u,"utf8"),p=Vi(A),h=p?.releases;if(!!h){for(let E of Object.keys(h)){let I=W.parseIdent(E),v=t.tryWorkspaceByIdent(I);(v===null||r.has(v))&&delete p.releases[E]}Object.keys(p.releases).length>0?await oe.changeFilePromise(u,Ba(new Ba.PreserveOrdering(p))):await oe.unlinkPromise(u)}}}async function hw(t,{allowEmpty:e=!1}={}){let r=t.configuration;if(r.projectCwd===null)throw new it("This command can only be run from within a Yarn project");let o=await ra.fetchRoot(r.projectCwd),a=o!==null?await ra.fetchBase(o,{baseRefs:r.get("changesetBaseRefs")}):null,n=o!==null?await ra.fetchChangedFiles(o,{base:a.hash,project:t}):[],u=r.get("deferredVersionFolder"),A=n.filter(b=>K.contains(u,b)!==null);if(A.length>1)throw new it(`Your current branch contains multiple versioning files; this isn't supported: -- ${A.map(b=>ue.fromPortablePath(b)).join(` -- `)}`);let p=new Set(je.mapAndFilter(n,b=>{let C=t.tryWorkspaceByFilePath(b);return C===null?je.mapAndFilter.skip:C}));if(A.length===0&&p.size===0&&!e)return null;let h=A.length===1?A[0]:K.join(u,`${wn.makeHash(Math.random().toString()).slice(0,8)}.yml`),E=oe.existsSync(h)?await oe.readFilePromise(h,"utf8"):"{}",I=Vi(E),v=new Map;for(let b of I.declined||[]){let C=W.parseIdent(b),T=t.getWorkspaceByIdent(C);v.set(T,"decline")}for(let[b,C]of Object.entries(I.releases||{})){let T=W.parseIdent(b),L=t.getWorkspaceByIdent(T);v.set(L,fw(C))}return{project:t,root:o,baseHash:a!==null?a.hash:null,baseTitle:a!==null?a.title:null,changedFiles:new Set(n),changedWorkspaces:p,releaseRoots:new Set([...p].filter(b=>b.manifest.version!==null)),releases:v,async saveAll(){let b={},C=[],T=[];for(let L of t.workspaces){if(L.manifest.version===null)continue;let U=W.stringifyIdent(L.anchoredLocator),J=v.get(L);J==="decline"?C.push(U):typeof J<"u"?b[U]=fw(J):p.has(L)&&T.push(U)}await oe.mkdirPromise(K.dirname(h),{recursive:!0}),await oe.changeFilePromise(h,Ba(new Ba.PreserveOrdering({releases:Object.keys(b).length>0?b:void 0,declined:C.length>0?C:void 0,undecided:T.length>0?T:void 0})))}}}function KDt(t){return cF(t).size>0||qv(t).length>0}function cF(t){let e=new Set;for(let r of t.changedWorkspaces)r.manifest.version!==null&&(t.releases.has(r)||e.add(r));return e}function qv(t,{include:e=new Set}={}){let r=[],o=new Map(je.mapAndFilter([...t.releases],([n,u])=>u==="decline"?je.mapAndFilter.skip:[n.anchoredLocator.locatorHash,n])),a=new Map(je.mapAndFilter([...t.releases],([n,u])=>u!=="decline"?je.mapAndFilter.skip:[n.anchoredLocator.locatorHash,n]));for(let n of t.project.workspaces)if(!(!e.has(n)&&(a.has(n.anchoredLocator.locatorHash)||o.has(n.anchoredLocator.locatorHash)))&&n.manifest.version!==null)for(let u of Mt.hardDependencies)for(let A of n.manifest.getForScope(u).values()){let p=t.project.tryWorkspaceByDescriptor(A);p!==null&&o.has(p.anchoredLocator.locatorHash)&&r.push([n,p])}return r}function JG(t,e){let r=BA.default.clean(e);for(let o of Object.values(pw))if(o!=="undecided"&&o!=="decline"&&BA.default.inc(t,o)===r)return o;return null}function uF(t,e){if(BA.default.valid(e))return e;if(t===null)throw new it(`Cannot apply the release strategy "${e}" unless the workspace already has a valid version`);if(!BA.default.valid(t))throw new it(`Cannot apply the release strategy "${e}" on a non-semver version (${t})`);let r=BA.default.inc(t,e);if(r===null)throw new it(`Cannot apply the release strategy "${e}" on the specified version (${t})`);return r}function zG(t,e,{report:r}){let o=new Map;for(let a of t.workspaces)for(let n of Mt.allDependencies)for(let u of a.manifest[n].values()){let A=t.tryWorkspaceByDescriptor(u);if(A===null||!e.has(A))continue;je.getArrayWithDefault(o,A).push([a,n,u.identHash])}for(let[a,n]of e){let u=a.manifest.version;a.manifest.version=n,BA.default.prerelease(n)===null?delete a.manifest.raw.stableVersion:a.manifest.raw.stableVersion||(a.manifest.raw.stableVersion=u);let A=a.manifest.name!==null?W.stringifyIdent(a.manifest.name):null;r.reportInfo(0,`${W.prettyLocator(t.configuration,a.anchoredLocator)}: Bumped to ${n}`),r.reportJson({cwd:ue.fromPortablePath(a.cwd),ident:A,oldVersion:u,newVersion:n});let p=o.get(a);if(!(typeof p>"u"))for(let[h,E,I]of p){let v=h.manifest[E].get(I);if(typeof v>"u")throw new Error("Assertion failed: The dependency should have existed");let b=v.range,C=!1;if(b.startsWith(Xn.protocol)&&(b=b.slice(Xn.protocol.length),C=!0,b===a.relativeCwd))continue;let T=b.match(VDt);if(!T){r.reportWarning(0,`Couldn't auto-upgrade range ${b} (in ${W.prettyLocator(t.configuration,h.anchoredLocator)})`);continue}let L=`${T[1]}${n}`;C&&(L=`${Xn.protocol}${L}`);let U=W.makeDescriptor(v,L);h.manifest[E].set(I,U)}}}var JDt=new Map([["%n",{extract:t=>t.length>=1?[t[0],t.slice(1)]:null,generate:(t=0)=>`${t+1}`}]]);function XBe(t,{current:e,prerelease:r}){let o=new BA.default.SemVer(e),a=o.prerelease.slice(),n=[];o.prerelease=[],o.format()!==t&&(a.length=0);let u=!0,A=r.split(/\./g);for(let p of A){let h=JDt.get(p);if(typeof h>"u")n.push(p),a[0]===p?a.shift():u=!1;else{let E=u?h.extract(a):null;E!==null&&typeof E[0]=="number"?(n.push(h.generate(E[0])),a=E[1]):(n.push(h.generate()),u=!1)}}return o.prerelease&&(o.prerelease=[]),`${t}-${n.join(".")}`}var $0=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("--all",!1,{description:"Apply the deferred version changes on all workspaces"});this.dryRun=ge.Boolean("--dry-run",!1,{description:"Print the versions without actually generating the package archive"});this.prerelease=ge.String("--prerelease",{description:"Add a prerelease identifier to new versions",tolerateBoolean:!0});this.recursive=ge.Boolean("-R,--recursive",{description:"Release the transitive workspaces as well"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async A=>{let p=this.prerelease?typeof this.prerelease!="boolean"?this.prerelease:"rc.%n":null,h=await jv(o,{prerelease:p}),E=new Map;if(this.all)E=h;else{let I=this.recursive?a.getRecursiveWorkspaceDependencies():[a];for(let v of I){let b=h.get(v);typeof b<"u"&&E.set(v,b)}}if(E.size===0){let I=h.size>0?" Did you want to add --all?":"";A.reportWarning(0,`The current workspace doesn't seem to require a version bump.${I}`);return}zG(o,E,{report:A}),this.dryRun||(p||(this.all?await VG(o):await KG(o,[...E.keys()])),A.reportSeparator())});return u.hasErrors()?u.exitCode():await o.installWithNewReport({json:this.json,stdout:this.context.stdout},{cache:n})}};$0.paths=[["version","apply"]],$0.usage=nt.Usage({category:"Release-related commands",description:"apply all the deferred version bumps at once",details:` +`);else if(this.reset){let I=await a.filterChanges(n,A,p,{staged:!0});I.length===0?this.context.stdout.write("No staged changes found!"):await a.makeReset(n,I)}else h.length===0?this.context.stdout.write("No changes found!"):this.commit?await a.makeCommit(n,h,E):(await a.makeStage(n,h),this.context.stdout.write(E))}};$0.paths=[["stage"]],$0.usage=nt.Usage({description:"add all yarn files to your vcs",details:"\n This command will add to your staging area the files belonging to Yarn (typically any modified `package.json` and `.yarnrc.yml` files, but also linker-generated files, cache data, etc). It will take your ignore list into account, so the cache files won't be added if the cache is ignored in a `.gitignore` file (assuming you use Git).\n\n Running `--reset` will instead remove them from the staging area (the changes will still be there, but won't be committed until you stage them back).\n\n Since the staging area is a non-existent concept in Mercurial, Yarn will always create a new commit when running this command on Mercurial repositories. You can get this behavior when using Git by using the `--commit` flag which will directly create a commit.\n ",examples:[["Adds all modified project files to the staging area","yarn stage"],["Creates a new commit containing all modified project files","yarn stage --commit"]]});async function CDt(t){let e=null,r=null;for(let o of EDt)if((r=await o.findRoot(t))!==null){e=o;break}if(e===null||r===null)throw new it("No stage driver has been found for your current project");return{driver:e,root:r}}function wDt(t,e){let r=[];if(e===null)return r;for(;;){(e===t||e.startsWith(`${t}/`))&&r.push(e);let o;try{o=oe.statSync(e)}catch{break}if(o.isSymbolicLink())e=V.resolve(V.dirname(e),oe.readlinkSync(e));else break}return r}var IDt={commands:[$0]},BDt=IDt;var Gq={};Vt(Gq,{default:()=>QDt});Ye();Ye();St();var UBe=$e(zn());Ye();var OBe=$e(zH()),vDt="e8e1bd300d860104bb8c58453ffa1eb4",DDt="OFCNCOG2CU",MBe=async(t,e)=>{let r=W.stringifyIdent(t),a=SDt(e).initIndex("npm-search");try{return(await a.getObject(r,{attributesToRetrieve:["types"]})).types?.ts==="definitely-typed"}catch{return!1}},SDt=t=>(0,OBe.default)(DDt,vDt,{requester:{async send(r){try{let o=await nn.request(r.url,r.data||null,{configuration:t,headers:r.headers});return{content:o.body,isTimedOut:!1,status:o.statusCode}}catch(o){return{content:o.response.body,isTimedOut:!1,status:o.response.statusCode}}}}});var _Be=t=>t.scope?`${t.scope}__${t.name}`:`${t.name}`,PDt=async(t,e,r,o)=>{if(r.scope==="types")return;let{project:a}=t,{configuration:n}=a;if(!(n.get("tsEnableAutoTypes")??oe.existsSync(V.join(a.cwd,"tsconfig.json"))))return;let A=n.makeResolver(),p={project:a,resolver:A,report:new Qi};if(!await MBe(r,n))return;let E=_Be(r),I=W.parseRange(r.range).selector;if(!kr.validRange(I)){let L=n.normalizeDependency(r),U=await A.getCandidates(L,{},p);I=W.parseRange(U[0].reference).selector}let v=UBe.default.coerce(I);if(v===null)return;let x=`${zc.Modifier.CARET}${v.major}`,C=W.makeDescriptor(W.makeIdent("types",E),x),R=_e.mapAndFind(a.workspaces,L=>{let U=L.manifest.dependencies.get(r.identHash)?.descriptorHash,J=L.manifest.devDependencies.get(r.identHash)?.descriptorHash;if(U!==r.descriptorHash&&J!==r.descriptorHash)return _e.mapAndFind.skip;let te=[];for(let ae of Ot.allDependencies){let fe=L.manifest[ae].get(C.identHash);typeof fe>"u"||te.push([ae,fe])}return te.length===0?_e.mapAndFind.skip:te});if(typeof R<"u")for(let[L,U]of R)t.manifest[L].set(U.identHash,U);else{try{let L=n.normalizeDependency(C);if((await A.getCandidates(L,{},p)).length===0)return}catch{return}t.manifest[zc.Target.DEVELOPMENT].set(C.identHash,C)}},bDt=async(t,e,r)=>{if(r.scope==="types")return;let{project:o}=t,{configuration:a}=o;if(!(a.get("tsEnableAutoTypes")??oe.existsSync(V.join(o.cwd,"tsconfig.json"))))return;let u=_Be(r),A=W.makeIdent("types",u);for(let p of Ot.allDependencies)typeof t.manifest[p].get(A.identHash)>"u"||t.manifest[p].delete(A.identHash)},xDt=(t,e)=>{e.publishConfig&&e.publishConfig.typings&&(e.typings=e.publishConfig.typings),e.publishConfig&&e.publishConfig.types&&(e.types=e.publishConfig.types)},kDt={configuration:{tsEnableAutoTypes:{description:"Whether Yarn should auto-install @types/ dependencies on 'yarn add'",type:"BOOLEAN",isNullable:!0,default:null}},hooks:{afterWorkspaceDependencyAddition:PDt,afterWorkspaceDependencyRemoval:bDt,beforeWorkspacePacking:xDt}},QDt=kDt;var Vq={};Vt(Vq,{VersionApplyCommand:()=>eg,VersionCheckCommand:()=>tg,VersionCommand:()=>rg,default:()=>zDt,versionUtils:()=>dw});Ye();Ye();jt();var dw={};Vt(dw,{Decision:()=>hw,applyPrerelease:()=>WBe,applyReleases:()=>Kq,applyStrategy:()=>lF,clearVersionFiles:()=>qq,getUndecidedDependentWorkspaces:()=>Gv,getUndecidedWorkspaces:()=>aF,openVersionFile:()=>gw,requireMoreDecisions:()=>KDt,resolveVersionFiles:()=>jv,suggestStrategy:()=>Wq,updateVersionFiles:()=>Yq,validateReleaseDecision:()=>pw});Ye();St();Nl();jt();var YBe=$e(qBe()),vA=$e(zn()),WDt=/^(>=|[~^]|)(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(-(0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(\.(0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*)?(\+[0-9a-zA-Z-]+(\.[0-9a-zA-Z-]+)*)?$/,hw=(u=>(u.UNDECIDED="undecided",u.DECLINE="decline",u.MAJOR="major",u.MINOR="minor",u.PATCH="patch",u.PRERELEASE="prerelease",u))(hw||{});function pw(t){let e=vA.default.valid(t);return e||_e.validateEnum((0,YBe.default)(hw,"UNDECIDED"),t)}async function jv(t,{prerelease:e=null}={}){let r=new Map,o=t.configuration.get("deferredVersionFolder");if(!oe.existsSync(o))return r;let a=await oe.readdirPromise(o);for(let n of a){if(!n.endsWith(".yml"))continue;let u=V.join(o,n),A=await oe.readFilePromise(u,"utf8"),p=Ki(A);for(let[h,E]of Object.entries(p.releases||{})){if(E==="decline")continue;let I=W.parseIdent(h),v=t.tryWorkspaceByIdent(I);if(v===null)throw new Error(`Assertion failed: Expected a release definition file to only reference existing workspaces (${V.basename(u)} references ${h})`);if(v.manifest.version===null)throw new Error(`Assertion failed: Expected the workspace to have a version (${W.prettyLocator(t.configuration,v.anchoredLocator)})`);let x=v.manifest.raw.stableVersion??v.manifest.version,C=r.get(v),R=lF(x,pw(E));if(R===null)throw new Error(`Assertion failed: Expected ${x} to support being bumped via strategy ${E}`);let L=typeof C<"u"?vA.default.gt(R,C)?R:C:R;r.set(v,L)}}return e&&(r=new Map([...r].map(([n,u])=>[n,WBe(u,{current:n.manifest.version,prerelease:e})]))),r}async function qq(t){let e=t.configuration.get("deferredVersionFolder");!oe.existsSync(e)||await oe.removePromise(e)}async function Yq(t,e){let r=new Set(e),o=t.configuration.get("deferredVersionFolder");if(!oe.existsSync(o))return;let a=await oe.readdirPromise(o);for(let n of a){if(!n.endsWith(".yml"))continue;let u=V.join(o,n),A=await oe.readFilePromise(u,"utf8"),p=Ki(A),h=p?.releases;if(!!h){for(let E of Object.keys(h)){let I=W.parseIdent(E),v=t.tryWorkspaceByIdent(I);(v===null||r.has(v))&&delete p.releases[E]}Object.keys(p.releases).length>0?await oe.changeFilePromise(u,Ba(new Ba.PreserveOrdering(p))):await oe.unlinkPromise(u)}}}async function gw(t,{allowEmpty:e=!1}={}){let r=t.configuration;if(r.projectCwd===null)throw new it("This command can only be run from within a Yarn project");let o=await ra.fetchRoot(r.projectCwd),a=o!==null?await ra.fetchBase(o,{baseRefs:r.get("changesetBaseRefs")}):null,n=o!==null?await ra.fetchChangedFiles(o,{base:a.hash,project:t}):[],u=r.get("deferredVersionFolder"),A=n.filter(x=>V.contains(u,x)!==null);if(A.length>1)throw new it(`Your current branch contains multiple versioning files; this isn't supported: +- ${A.map(x=>ue.fromPortablePath(x)).join(` +- `)}`);let p=new Set(_e.mapAndFilter(n,x=>{let C=t.tryWorkspaceByFilePath(x);return C===null?_e.mapAndFilter.skip:C}));if(A.length===0&&p.size===0&&!e)return null;let h=A.length===1?A[0]:V.join(u,`${wn.makeHash(Math.random().toString()).slice(0,8)}.yml`),E=oe.existsSync(h)?await oe.readFilePromise(h,"utf8"):"{}",I=Ki(E),v=new Map;for(let x of I.declined||[]){let C=W.parseIdent(x),R=t.getWorkspaceByIdent(C);v.set(R,"decline")}for(let[x,C]of Object.entries(I.releases||{})){let R=W.parseIdent(x),L=t.getWorkspaceByIdent(R);v.set(L,pw(C))}return{project:t,root:o,baseHash:a!==null?a.hash:null,baseTitle:a!==null?a.title:null,changedFiles:new Set(n),changedWorkspaces:p,releaseRoots:new Set([...p].filter(x=>x.manifest.version!==null)),releases:v,async saveAll(){let x={},C=[],R=[];for(let L of t.workspaces){if(L.manifest.version===null)continue;let U=W.stringifyIdent(L.anchoredLocator),J=v.get(L);J==="decline"?C.push(U):typeof J<"u"?x[U]=pw(J):p.has(L)&&R.push(U)}await oe.mkdirPromise(V.dirname(h),{recursive:!0}),await oe.changeFilePromise(h,Ba(new Ba.PreserveOrdering({releases:Object.keys(x).length>0?x:void 0,declined:C.length>0?C:void 0,undecided:R.length>0?R:void 0})))}}}function KDt(t){return aF(t).size>0||Gv(t).length>0}function aF(t){let e=new Set;for(let r of t.changedWorkspaces)r.manifest.version!==null&&(t.releases.has(r)||e.add(r));return e}function Gv(t,{include:e=new Set}={}){let r=[],o=new Map(_e.mapAndFilter([...t.releases],([n,u])=>u==="decline"?_e.mapAndFilter.skip:[n.anchoredLocator.locatorHash,n])),a=new Map(_e.mapAndFilter([...t.releases],([n,u])=>u!=="decline"?_e.mapAndFilter.skip:[n.anchoredLocator.locatorHash,n]));for(let n of t.project.workspaces)if(!(!e.has(n)&&(a.has(n.anchoredLocator.locatorHash)||o.has(n.anchoredLocator.locatorHash)))&&n.manifest.version!==null)for(let u of Ot.hardDependencies)for(let A of n.manifest.getForScope(u).values()){let p=t.project.tryWorkspaceByDescriptor(A);p!==null&&o.has(p.anchoredLocator.locatorHash)&&r.push([n,p])}return r}function Wq(t,e){let r=vA.default.clean(e);for(let o of Object.values(hw))if(o!=="undecided"&&o!=="decline"&&vA.default.inc(t,o)===r)return o;return null}function lF(t,e){if(vA.default.valid(e))return e;if(t===null)throw new it(`Cannot apply the release strategy "${e}" unless the workspace already has a valid version`);if(!vA.default.valid(t))throw new it(`Cannot apply the release strategy "${e}" on a non-semver version (${t})`);let r=vA.default.inc(t,e);if(r===null)throw new it(`Cannot apply the release strategy "${e}" on the specified version (${t})`);return r}function Kq(t,e,{report:r}){let o=new Map;for(let a of t.workspaces)for(let n of Ot.allDependencies)for(let u of a.manifest[n].values()){let A=t.tryWorkspaceByDescriptor(u);if(A===null||!e.has(A))continue;_e.getArrayWithDefault(o,A).push([a,n,u.identHash])}for(let[a,n]of e){let u=a.manifest.version;a.manifest.version=n,vA.default.prerelease(n)===null?delete a.manifest.raw.stableVersion:a.manifest.raw.stableVersion||(a.manifest.raw.stableVersion=u);let A=a.manifest.name!==null?W.stringifyIdent(a.manifest.name):null;r.reportInfo(0,`${W.prettyLocator(t.configuration,a.anchoredLocator)}: Bumped to ${n}`),r.reportJson({cwd:ue.fromPortablePath(a.cwd),ident:A,oldVersion:u,newVersion:n});let p=o.get(a);if(!(typeof p>"u"))for(let[h,E,I]of p){let v=h.manifest[E].get(I);if(typeof v>"u")throw new Error("Assertion failed: The dependency should have existed");let x=v.range,C=!1;if(x.startsWith(Xn.protocol)&&(x=x.slice(Xn.protocol.length),C=!0,x===a.relativeCwd))continue;let R=x.match(WDt);if(!R){r.reportWarning(0,`Couldn't auto-upgrade range ${x} (in ${W.prettyLocator(t.configuration,h.anchoredLocator)})`);continue}let L=`${R[1]}${n}`;C&&(L=`${Xn.protocol}${L}`);let U=W.makeDescriptor(v,L);h.manifest[E].set(I,U)}}}var VDt=new Map([["%n",{extract:t=>t.length>=1?[t[0],t.slice(1)]:null,generate:(t=0)=>`${t+1}`}]]);function WBe(t,{current:e,prerelease:r}){let o=new vA.default.SemVer(e),a=o.prerelease.slice(),n=[];o.prerelease=[],o.format()!==t&&(a.length=0);let u=!0,A=r.split(/\./g);for(let p of A){let h=VDt.get(p);if(typeof h>"u")n.push(p),a[0]===p?a.shift():u=!1;else{let E=u?h.extract(a):null;E!==null&&typeof E[0]=="number"?(n.push(h.generate(E[0])),a=E[1]):(n.push(h.generate()),u=!1)}}return o.prerelease&&(o.prerelease=[]),`${t}-${n.join(".")}`}var eg=class extends ut{constructor(){super(...arguments);this.all=ge.Boolean("--all",!1,{description:"Apply the deferred version changes on all workspaces"});this.dryRun=ge.Boolean("--dry-run",!1,{description:"Print the versions without actually generating the package archive"});this.prerelease=ge.String("--prerelease",{description:"Add a prerelease identifier to new versions",tolerateBoolean:!0});this.recursive=ge.Boolean("-R,--recursive",{description:"Release the transitive workspaces as well"});this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"})}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);if(!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState({restoreResolutions:!1});let u=await Nt.start({configuration:r,json:this.json,stdout:this.context.stdout},async A=>{let p=this.prerelease?typeof this.prerelease!="boolean"?this.prerelease:"rc.%n":null,h=await jv(o,{prerelease:p}),E=new Map;if(this.all)E=h;else{let I=this.recursive?a.getRecursiveWorkspaceDependencies():[a];for(let v of I){let x=h.get(v);typeof x<"u"&&E.set(v,x)}}if(E.size===0){let I=h.size>0?" Did you want to add --all?":"";A.reportWarning(0,`The current workspace doesn't seem to require a version bump.${I}`);return}Kq(o,E,{report:A}),this.dryRun||(p||(this.all?await qq(o):await Yq(o,[...E.keys()])),A.reportSeparator())});return this.dryRun||u.hasErrors()?u.exitCode():await o.installWithNewReport({json:this.json,stdout:this.context.stdout},{cache:n})}};eg.paths=[["version","apply"]],eg.usage=nt.Usage({category:"Release-related commands",description:"apply all the deferred version bumps at once",details:` This command will apply the deferred version changes and remove their definitions from the repository. Note that if \`--prerelease\` is set, the given prerelease identifier (by default \`rc.%d\`) will be used on all new versions and the version definitions will be kept as-is. @@ -726,12 +726,12 @@ ${gDt} - \`--all\` to apply the version bump on all packages in the repository Note that this command will also update the \`workspace:\` references across all your local workspaces, thus ensuring that they keep referring to the same workspaces even after the version bump. - `,examples:[["Apply the version change to the local workspace","yarn version apply"],["Apply the version change to all the workspaces in the local workspace","yarn version apply --all"]]});Ye();Pt();qt();var AF=$e(zn());var eg=class extends ut{constructor(){super(...arguments);this.interactive=ge.Boolean("-i,--interactive",{description:"Open an interactive interface used to set version bumps"})}async execute(){return this.interactive?await this.executeInteractive():await this.executeStandard()}async executeInteractive(){SC(this.context);let{Gem:r}=await Promise.resolve().then(()=>(AQ(),Dj)),{ScrollableItems:o}=await Promise.resolve().then(()=>(gQ(),hQ)),{FocusRequest:a}=await Promise.resolve().then(()=>(Sj(),Xwe)),{useListInput:n}=await Promise.resolve().then(()=>(pQ(),Zwe)),{renderForm:u}=await Promise.resolve().then(()=>(EQ(),yQ)),{Box:A,Text:p}=await Promise.resolve().then(()=>$e(ic())),{default:h,useCallback:E,useState:I}=await Promise.resolve().then(()=>$e(sn())),v=await Ve.find(this.context.cwd,this.context.plugins),{project:b,workspace:C}=await St.find(v,this.context.cwd);if(!C)throw new rr(b.cwd,this.context.cwd);await b.restoreInstallState();let T=await hw(b);if(T===null||T.releaseRoots.size===0)return 0;if(T.root===null)throw new it("This command can only be run on Git repositories");let L=()=>h.createElement(A,{flexDirection:"row",paddingBottom:1},h.createElement(A,{flexDirection:"column",width:60},h.createElement(A,null,h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},""),"/",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to select workspaces.")),h.createElement(A,null,h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},""),"/",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to select release strategies."))),h.createElement(A,{flexDirection:"column"},h.createElement(A,{marginLeft:1},h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to save.")),h.createElement(A,{marginLeft:1},h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to abort.")))),U=({workspace:ye,active:ae,decision:we,setDecision:Pe})=>{let g=ye.manifest.raw.stableVersion??ye.manifest.version;if(g===null)throw new Error(`Assertion failed: The version should have been set (${W.prettyLocator(v,ye.anchoredLocator)})`);if(AF.default.prerelease(g)!==null)throw new Error(`Assertion failed: Prerelease identifiers shouldn't be found (${g})`);let Ee=["undecided","decline","patch","minor","major"];n(we,Ee,{active:ae,minus:"left",plus:"right",set:Pe});let De=we==="undecided"?h.createElement(p,{color:"yellow"},g):we==="decline"?h.createElement(p,{color:"green"},g):h.createElement(p,null,h.createElement(p,{color:"magenta"},g)," \u2192 ",h.createElement(p,{color:"green"},AF.default.valid(we)?we:AF.default.inc(g,we)));return h.createElement(A,{flexDirection:"column"},h.createElement(A,null,h.createElement(p,null,W.prettyLocator(v,ye.anchoredLocator)," - ",De)),h.createElement(A,null,Ee.map(ce=>h.createElement(A,{key:ce,paddingLeft:2},h.createElement(p,null,h.createElement(r,{active:ce===we})," ",ce)))))},J=ye=>{let ae=new Set(T.releaseRoots),we=new Map([...ye].filter(([Pe])=>ae.has(Pe)));for(;;){let Pe=qv({project:T.project,releases:we}),g=!1;if(Pe.length>0){for(let[Ee]of Pe)if(!ae.has(Ee)){ae.add(Ee),g=!0;let De=ye.get(Ee);typeof De<"u"&&we.set(Ee,De)}}if(!g)break}return{relevantWorkspaces:ae,relevantReleases:we}},te=()=>{let[ye,ae]=I(()=>new Map(T.releases)),we=E((Pe,g)=>{let Ee=new Map(ye);g!=="undecided"?Ee.set(Pe,g):Ee.delete(Pe);let{relevantReleases:De}=J(Ee);ae(De)},[ye,ae]);return[ye,we]},le=({workspaces:ye,releases:ae})=>{let we=[];we.push(`${ye.size} total`);let Pe=0,g=0;for(let Ee of ye){let De=ae.get(Ee);typeof De>"u"?g+=1:De!=="decline"&&(Pe+=1)}return we.push(`${Pe} release${Pe===1?"":"s"}`),we.push(`${g} remaining`),h.createElement(p,{color:"yellow"},we.join(", "))},Ae=await u(({useSubmit:ye})=>{let[ae,we]=te();ye(ae);let{relevantWorkspaces:Pe}=J(ae),g=new Set([...Pe].filter(ne=>!T.releaseRoots.has(ne))),[Ee,De]=I(0),ce=E(ne=>{switch(ne){case a.BEFORE:De(Ee-1);break;case a.AFTER:De(Ee+1);break}},[Ee,De]);return h.createElement(A,{flexDirection:"column"},h.createElement(L,null),h.createElement(A,null,h.createElement(p,{wrap:"wrap"},"The following files have been modified in your local checkout.")),h.createElement(A,{flexDirection:"column",marginTop:1,paddingLeft:2},[...T.changedFiles].map(ne=>h.createElement(A,{key:ne},h.createElement(p,null,h.createElement(p,{color:"grey"},ue.fromPortablePath(T.root)),ue.sep,ue.relative(ue.fromPortablePath(T.root),ue.fromPortablePath(ne)))))),T.releaseRoots.size>0&&h.createElement(h.Fragment,null,h.createElement(A,{marginTop:1},h.createElement(p,{wrap:"wrap"},"Because of those files having been modified, the following workspaces may need to be released again (note that private workspaces are also shown here, because even though they won't be published, releasing them will allow us to flag their dependents for potential re-release):")),g.size>3?h.createElement(A,{marginTop:1},h.createElement(le,{workspaces:T.releaseRoots,releases:ae})):null,h.createElement(A,{marginTop:1,flexDirection:"column"},h.createElement(o,{active:Ee%2===0,radius:1,size:2,onFocusRequest:ce},[...T.releaseRoots].map(ne=>h.createElement(U,{key:ne.cwd,workspace:ne,decision:ae.get(ne)||"undecided",setDecision:ee=>we(ne,ee)}))))),g.size>0?h.createElement(h.Fragment,null,h.createElement(A,{marginTop:1},h.createElement(p,{wrap:"wrap"},"The following workspaces depend on other workspaces that have been marked for release, and thus may need to be released as well:")),h.createElement(A,null,h.createElement(p,null,"(Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to move the focus between the workspace groups.)")),g.size>5?h.createElement(A,{marginTop:1},h.createElement(le,{workspaces:g,releases:ae})):null,h.createElement(A,{marginTop:1,flexDirection:"column"},h.createElement(o,{active:Ee%2===1,radius:2,size:2,onFocusRequest:ce},[...g].map(ne=>h.createElement(U,{key:ne.cwd,workspace:ne,decision:ae.get(ne)||"undecided",setDecision:ee=>we(ne,ee)}))))):null)},{versionFile:T},{stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr});if(typeof Ae>"u")return 1;T.releases.clear();for(let[ye,ae]of Ae)T.releases.set(ye,ae);await T.saveAll()}async executeStandard(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);return await o.restoreInstallState(),(await Nt.start({configuration:r,stdout:this.context.stdout},async u=>{let A=await hw(o);if(A===null||A.releaseRoots.size===0)return;if(A.root===null)throw new it("This command can only be run on Git repositories");if(u.reportInfo(0,`Your PR was started right after ${de.pretty(r,A.baseHash.slice(0,7),"yellow")} ${de.pretty(r,A.baseTitle,"magenta")}`),A.changedFiles.size>0){u.reportInfo(0,"You have changed the following files since then:"),u.reportSeparator();for(let v of A.changedFiles)u.reportInfo(null,`${de.pretty(r,ue.fromPortablePath(A.root),"gray")}${ue.sep}${ue.relative(ue.fromPortablePath(A.root),ue.fromPortablePath(v))}`)}let p=!1,h=!1,E=cF(A);if(E.size>0){p||u.reportSeparator();for(let v of E)u.reportError(0,`${W.prettyLocator(r,v.anchoredLocator)} has been modified but doesn't have a release strategy attached`);p=!0}let I=qv(A);for(let[v,b]of I)h||u.reportSeparator(),u.reportError(0,`${W.prettyLocator(r,v.anchoredLocator)} doesn't have a release strategy attached, but depends on ${W.prettyWorkspace(r,b)} which is planned for release.`),h=!0;(p||h)&&(u.reportSeparator(),u.reportInfo(0,"This command detected that at least some workspaces have received modifications without explicit instructions as to how they had to be released (if needed)."),u.reportInfo(0,"To correct these errors, run `yarn version check --interactive` then follow the instructions."))})).exitCode()}};eg.paths=[["version","check"]],eg.usage=nt.Usage({category:"Release-related commands",description:"check that all the relevant packages have been bumped",details:"\n **Warning:** This command currently requires Git.\n\n This command will check that all the packages covered by the files listed in argument have been properly bumped or declined to bump.\n\n In the case of a bump, the check will also cover transitive packages - meaning that should `Foo` be bumped, a package `Bar` depending on `Foo` will require a decision as to whether `Bar` will need to be bumped. This check doesn't cross packages that have declined to bump.\n\n In case no arguments are passed to the function, the list of modified files will be generated by comparing the HEAD against `master`.\n ",examples:[["Check whether the modified packages need a bump","yarn version check"]]});Ye();qt();var fF=$e(zn());var tg=class extends ut{constructor(){super(...arguments);this.deferred=ge.Boolean("-d,--deferred",{description:"Prepare the version to be bumped during the next release cycle"});this.immediate=ge.Boolean("-i,--immediate",{description:"Bump the version immediately"});this.strategy=ge.String()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);let n=r.get("preferDeferredVersions");this.deferred&&(n=!0),this.immediate&&(n=!1);let u=fF.default.valid(this.strategy),A=this.strategy==="decline",p;if(u)if(a.manifest.version!==null){let E=JG(a.manifest.version,this.strategy);E!==null?p=E:p=this.strategy}else p=this.strategy;else{let E=a.manifest.version;if(!A){if(E===null)throw new it("Can't bump the version if there wasn't a version to begin with - use 0.0.0 as initial version then run the command again.");if(typeof E!="string"||!fF.default.valid(E))throw new it(`Can't bump the version (${E}) if it's not valid semver`)}p=fw(this.strategy)}if(!n){let I=(await jv(o)).get(a);if(typeof I<"u"&&p!=="decline"){let v=uF(a.manifest.version,p);if(fF.default.lt(v,I))throw new it(`Can't bump the version to one that would be lower than the current deferred one (${I})`)}}let h=await hw(o,{allowEmpty:!0});return h.releases.set(a,p),await h.saveAll(),n?0:await this.cli.run(["version","apply"])}};tg.paths=[["version"]],tg.usage=nt.Usage({category:"Release-related commands",description:"apply a new version to the current package",details:"\n This command will bump the version number for the given package, following the specified strategy:\n\n - If `major`, the first number from the semver range will be increased (`X.0.0`).\n - If `minor`, the second number from the semver range will be increased (`0.X.0`).\n - If `patch`, the third number from the semver range will be increased (`0.0.X`).\n - If prefixed by `pre` (`premajor`, ...), a `-0` suffix will be set (`0.0.0-0`).\n - If `prerelease`, the suffix will be increased (`0.0.0-X`); the third number from the semver range will also be increased if there was no suffix in the previous version.\n - If `decline`, the nonce will be increased for `yarn version check` to pass without version bump.\n - If a valid semver range, it will be used as new version.\n - If unspecified, Yarn will ask you for guidance.\n\n For more information about the `--deferred` flag, consult our documentation (https://yarnpkg.com/features/release-workflow#deferred-versioning).\n ",examples:[["Immediately bump the version to the next major","yarn version major"],["Prepare the version to be bumped to the next major","yarn version major --deferred"]]});var zDt={configuration:{deferredVersionFolder:{description:"Folder where are stored the versioning files",type:"ABSOLUTE_PATH",default:"./.yarn/versions"},preferDeferredVersions:{description:"If true, running `yarn version` will assume the `--deferred` flag unless `--immediate` is set",type:"BOOLEAN",default:!1}},commands:[$0,eg,tg]},XDt=zDt;var ZG={};Kt(ZG,{WorkspacesFocusCommand:()=>rg,WorkspacesForeachCommand:()=>op,default:()=>ePt});Ye();Ye();qt();var rg=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.production=ge.Boolean("--production",!1,{description:"Only install regular dependencies by omitting dev dependencies"});this.all=ge.Boolean("-A,--all",!1,{description:"Install the entire project"});this.workspaces=ge.Rest()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd),n=await Lr.find(r);await o.restoreInstallState({restoreResolutions:!1});let u;if(this.all)u=new Set(o.workspaces);else if(this.workspaces.length===0){if(!a)throw new rr(o.cwd,this.context.cwd);u=new Set([a])}else u=new Set(this.workspaces.map(A=>o.getWorkspaceByIdent(W.parseIdent(A))));for(let A of u)for(let p of this.production?["dependencies"]:Mt.hardDependencies)for(let h of A.manifest.getForScope(p).values()){let E=o.tryWorkspaceByDescriptor(h);E!==null&&u.add(E)}for(let A of o.workspaces)u.has(A)?this.production&&A.manifest.devDependencies.clear():(A.manifest.installConfig=A.manifest.installConfig||{},A.manifest.installConfig.selfReferences=!1,A.manifest.dependencies.clear(),A.manifest.devDependencies.clear(),A.manifest.peerDependencies.clear(),A.manifest.scripts.clear());return await o.installWithNewReport({json:this.json,stdout:this.context.stdout},{cache:n,persistProject:!1})}};rg.paths=[["workspaces","focus"]],rg.usage=nt.Usage({category:"Workspace-related commands",description:"install a single workspace and its dependencies",details:"\n This command will run an install as if the specified workspaces (and all other workspaces they depend on) were the only ones in the project. If no workspaces are explicitly listed, the active one will be assumed.\n\n Note that this command is only very moderately useful when using zero-installs, since the cache will contain all the packages anyway - meaning that the only difference between a full install and a focused install would just be a few extra lines in the `.pnp.cjs` file, at the cost of introducing an extra complexity.\n\n If the `-A,--all` flag is set, the entire project will be installed. Combine with `--production` to replicate the old `yarn install --production`.\n "});Ye();Ye();Ye();qt();var dw=$e(Zo()),$Be=$e(nd());Za();var op=class extends ut{constructor(){super(...arguments);this.from=ge.Array("--from",{description:"An array of glob pattern idents or paths from which to base any recursion"});this.all=ge.Boolean("-A,--all",{description:"Run the command on all workspaces of a project"});this.recursive=ge.Boolean("-R,--recursive",{description:"Run the command on the current workspace and all of its recursive dependencies"});this.worktree=ge.Boolean("-W,--worktree",{description:"Run the command on all workspaces of the current worktree"});this.verbose=ge.Boolean("-v,--verbose",{description:"Prefix each output line with the name of the originating workspace"});this.parallel=ge.Boolean("-p,--parallel",!1,{description:"Run the commands in parallel"});this.interlaced=ge.Boolean("-i,--interlaced",!1,{description:"Print the output of commands in real-time instead of buffering it"});this.jobs=ge.String("-j,--jobs",{description:"The maximum number of parallel tasks that the execution will be limited to; or `unlimited`",validator:LR([Vs(["unlimited"]),oI(NR(),[OR(),MR(1)])])});this.topological=ge.Boolean("-t,--topological",!1,{description:"Run the command after all workspaces it depends on (regular) have finished"});this.topologicalDev=ge.Boolean("--topological-dev",!1,{description:"Run the command after all workspaces it depends on (regular + dev) have finished"});this.include=ge.Array("--include",[],{description:"An array of glob pattern idents or paths; only matching workspaces will be traversed"});this.exclude=ge.Array("--exclude",[],{description:"An array of glob pattern idents or paths; matching workspaces won't be traversed"});this.publicOnly=ge.Boolean("--no-private",{description:"Avoid running the command on private workspaces"});this.since=ge.String("--since",{description:"Only include workspaces that have been changed since the specified ref.",tolerateBoolean:!0});this.dryRun=ge.Boolean("-n,--dry-run",{description:"Print the commands that would be run, without actually running them"});this.commandName=ge.String();this.args=ge.Proxy()}async execute(){let r=await Ve.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await St.find(r,this.context.cwd);if(!this.all&&!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let n=this.cli.process([this.commandName,...this.args]),u=n.path.length===1&&n.path[0]==="run"&&typeof n.scriptName<"u"?n.scriptName:null;if(n.path.length===0)throw new it("Invalid subcommand name for iteration - use the 'run' keyword if you wish to execute a script");let A=ae=>{!this.dryRun||this.context.stdout.write(`${ae} -`)},p=()=>{let ae=this.from.map(we=>dw.default.matcher(we));return o.workspaces.filter(we=>{let Pe=W.stringifyIdent(we.anchoredLocator),g=we.relativeCwd;return ae.some(Ee=>Ee(Pe)||Ee(g))})},h=[];if(this.since?(A("Option --since is set; selecting the changed workspaces as root for workspace selection"),h=Array.from(await ra.fetchChangedWorkspaces({ref:this.since,project:o}))):this.from?(A("Option --from is set; selecting the specified workspaces"),h=[...p()]):this.worktree?(A("Option --worktree is set; selecting the current workspace"),h=[a]):this.recursive?(A("Option --recursive is set; selecting the current workspace"),h=[a]):this.all&&(A("Option --all is set; selecting all workspaces"),h=[...o.workspaces]),this.dryRun&&!this.all){for(let ae of h)A(` -- ${ae.relativeCwd} - ${W.prettyLocator(r,ae.anchoredLocator)}`);h.length>0&&A("")}let E;if(this.recursive?this.since?(A("Option --recursive --since is set; recursively selecting all dependent workspaces"),E=new Set(h.map(ae=>[...ae.getRecursiveWorkspaceDependents()]).flat())):(A("Option --recursive is set; recursively selecting all transitive dependencies"),E=new Set(h.map(ae=>[...ae.getRecursiveWorkspaceDependencies()]).flat())):this.worktree?(A("Option --worktree is set; recursively selecting all nested workspaces"),E=new Set(h.map(ae=>[...ae.getRecursiveWorkspaceChildren()]).flat())):E=null,E!==null&&(h=[...new Set([...h,...E])],this.dryRun))for(let ae of E)A(` -- ${ae.relativeCwd} - ${W.prettyLocator(r,ae.anchoredLocator)}`);let I=[],v=!1;if(u?.includes(":")){for(let ae of o.workspaces)if(ae.manifest.scripts.has(u)&&(v=!v,v===!1))break}for(let ae of h){if(u&&!ae.manifest.scripts.has(u)&&!v&&!(await un.getWorkspaceAccessibleBinaries(ae)).has(u)){A(`Excluding ${ae.relativeCwd} because it doesn't have a "${u}" script`);continue}if(!(u===r.env.npm_lifecycle_event&&ae.cwd===a.cwd)){if(this.include.length>0&&!dw.default.isMatch(W.stringifyIdent(ae.anchoredLocator),this.include)&&!dw.default.isMatch(ae.relativeCwd,this.include)){A(`Excluding ${ae.relativeCwd} because it doesn't match the --include filter`);continue}if(this.exclude.length>0&&(dw.default.isMatch(W.stringifyIdent(ae.anchoredLocator),this.exclude)||dw.default.isMatch(ae.relativeCwd,this.exclude))){A(`Excluding ${ae.relativeCwd} because it matches the --include filter`);continue}if(this.publicOnly&&ae.manifest.private===!0){A(`Excluding ${ae.relativeCwd} because it's a private workspace and --no-private was set`);continue}I.push(ae)}}if(this.dryRun)return 0;let b=this.verbose??this.context.stdout.isTTY,C=this.parallel?this.jobs==="unlimited"?1/0:Number(this.jobs)||Math.ceil(Ji.availableParallelism()/2):1,T=C===1?!1:this.parallel,L=T?this.interlaced:!0,U=(0,$Be.default)(C),J=new Map,te=new Set,le=0,pe=null,Ae=!1,ye=await Nt.start({configuration:r,stdout:this.context.stdout,includePrefix:!1},async ae=>{let we=async(Pe,{commandIndex:g})=>{if(Ae)return-1;!T&&b&&g>1&&ae.reportSeparator();let Ee=ZDt(Pe,{configuration:r,verbose:b,commandIndex:g}),[De,ce]=ZBe(ae,{prefix:Ee,interlaced:L}),[ne,ee]=ZBe(ae,{prefix:Ee,interlaced:L});try{b&&ae.reportInfo(null,`${Ee} Process started`);let Ie=Date.now(),ke=await this.cli.run([this.commandName,...this.args],{cwd:Pe.cwd,stdout:De,stderr:ne})||0;De.end(),ne.end(),await ce,await ee;let ht=Date.now();if(b){let H=r.get("enableTimers")?`, completed in ${de.pretty(r,ht-Ie,de.Type.DURATION)}`:"";ae.reportInfo(null,`${Ee} Process exited (exit code ${ke})${H}`)}return ke===130&&(Ae=!0,pe=ke),ke}catch(Ie){throw De.end(),ne.end(),await ce,await ee,Ie}};for(let Pe of I)J.set(Pe.anchoredLocator.locatorHash,Pe);for(;J.size>0&&!ae.hasErrors();){let Pe=[];for(let[De,ce]of J){if(te.has(ce.anchoredDescriptor.descriptorHash))continue;let ne=!0;if(this.topological||this.topologicalDev){let ee=this.topologicalDev?new Map([...ce.manifest.dependencies,...ce.manifest.devDependencies]):ce.manifest.dependencies;for(let Ie of ee.values()){let ke=o.tryWorkspaceByDescriptor(Ie);if(ne=ke===null||!J.has(ke.anchoredLocator.locatorHash),!ne)break}}if(!!ne&&(te.add(ce.anchoredDescriptor.descriptorHash),Pe.push(U(async()=>{let ee=await we(ce,{commandIndex:++le});return J.delete(De),te.delete(ce.anchoredDescriptor.descriptorHash),ee})),!T))break}if(Pe.length===0){let De=Array.from(J.values()).map(ce=>W.prettyLocator(r,ce.anchoredLocator)).join(", ");ae.reportError(3,`Dependency cycle detected (${De})`);return}let Ee=(await Promise.all(Pe)).find(De=>De!==0);pe===null&&(pe=typeof Ee<"u"?1:pe),(this.topological||this.topologicalDev)&&typeof Ee<"u"&&ae.reportError(0,"The command failed for workspaces that are depended upon by other workspaces; can't satisfy the dependency graph")}});return pe!==null?pe:ye.exitCode()}};op.paths=[["workspaces","foreach"]],op.usage=nt.Usage({category:"Workspace-related commands",description:"run a command on all workspaces",details:"\n This command will run a given sub-command on current and all its descendant workspaces. Various flags can alter the exact behavior of the command:\n\n - If `-p,--parallel` is set, the commands will be ran in parallel; they'll by default be limited to a number of parallel tasks roughly equal to half your core number, but that can be overridden via `-j,--jobs`, or disabled by setting `-j unlimited`.\n\n - If `-p,--parallel` and `-i,--interlaced` are both set, Yarn will print the lines from the output as it receives them. If `-i,--interlaced` wasn't set, it would instead buffer the output from each process and print the resulting buffers only after their source processes have exited.\n\n - If `-t,--topological` is set, Yarn will only run the command after all workspaces that it depends on through the `dependencies` field have successfully finished executing. If `--topological-dev` is set, both the `dependencies` and `devDependencies` fields will be considered when figuring out the wait points.\n\n - If `-A,--all` is set, Yarn will run the command on all the workspaces of a project.\n\n - If `-R,--recursive` is set, Yarn will find workspaces to run the command on by recursively evaluating `dependencies` and `devDependencies` fields, instead of looking at the `workspaces` fields.\n\n - If `-W,--worktree` is set, Yarn will find workspaces to run the command on by looking at the current worktree.\n\n - If `--from` is set, Yarn will use the packages matching the 'from' glob as the starting point for any recursive search.\n\n - If `--since` is set, Yarn will only run the command on workspaces that have been modified since the specified ref. By default Yarn will use the refs specified by the `changesetBaseRefs` configuration option.\n\n - If `--dry-run` is set, Yarn will explain what it would do without actually doing anything.\n\n - The command may apply to only some workspaces through the use of `--include` which acts as a whitelist. The `--exclude` flag will do the opposite and will be a list of packages that mustn't execute the script. Both flags accept glob patterns (if valid Idents and supported by [micromatch](https://github.com/micromatch/micromatch)). Make sure to escape the patterns, to prevent your own shell from trying to expand them.\n\n Adding the `-v,--verbose` flag (automatically enabled in interactive terminal environments) will cause Yarn to print more information; in particular the name of the workspace that generated the output will be printed at the front of each line.\n\n If the command is `run` and the script being run does not exist the child workspace will be skipped without error.\n ",examples:[["Publish all packages","yarn workspaces foreach -A npm publish --tolerate-republish"],["Run the build script on all descendant packages","yarn workspaces foreach -A run build"],["Run the build script on current and all descendant packages in parallel, building package dependencies first","yarn workspaces foreach -Apt run build"],["Run the build script on several packages and all their dependencies, building dependencies first","yarn workspaces foreach -Rpt --from '{workspace-a,workspace-b}' run build"]]}),op.schema=[lI("all",Gu.Forbids,["from","recursive","since","worktree"],{missingIf:"undefined"}),UR(["all","recursive","since","worktree"],{missingIf:"undefined"})];function ZBe(t,{prefix:e,interlaced:r}){let o=t.createStreamReporter(e),a=new je.DefaultStream;a.pipe(o,{end:!1}),a.on("finish",()=>{o.end()});let n=new Promise(A=>{o.on("finish",()=>{A(a.active)})});if(r)return[a,n];let u=new je.BufferStream;return u.pipe(a,{end:!1}),u.on("finish",()=>{a.end()}),[u,n]}function ZDt(t,{configuration:e,commandIndex:r,verbose:o}){if(!o)return null;let n=`[${W.stringifyIdent(t.anchoredLocator)}]:`,u=["#2E86AB","#A23B72","#F18F01","#C73E1D","#CCE2A3"],A=u[r%u.length];return de.pretty(e,n,A)}var $Dt={commands:[rg,op]},ePt=$Dt;var fC=()=>({modules:new Map([["@yarnpkg/cli",o2],["@yarnpkg/core",s2],["@yarnpkg/fslib",Vw],["@yarnpkg/libzip",x1],["@yarnpkg/parsers",tI],["@yarnpkg/shell",T1],["clipanion",pI],["semver",tPt],["typanion",Ko],["@yarnpkg/plugin-essentials",tH],["@yarnpkg/plugin-compat",oH],["@yarnpkg/plugin-constraints",BH],["@yarnpkg/plugin-dlx",vH],["@yarnpkg/plugin-exec",SH],["@yarnpkg/plugin-file",bH],["@yarnpkg/plugin-git",eH],["@yarnpkg/plugin-github",FH],["@yarnpkg/plugin-http",TH],["@yarnpkg/plugin-init",RH],["@yarnpkg/plugin-interactive-tools",Lj],["@yarnpkg/plugin-link",Mj],["@yarnpkg/plugin-nm",Cq],["@yarnpkg/plugin-npm",EG],["@yarnpkg/plugin-npm-cli",xG],["@yarnpkg/plugin-pack",hG],["@yarnpkg/plugin-patch",NG],["@yarnpkg/plugin-pnp",lq],["@yarnpkg/plugin-pnpm",OG],["@yarnpkg/plugin-stage",YG],["@yarnpkg/plugin-typescript",WG],["@yarnpkg/plugin-version",XG],["@yarnpkg/plugin-workspace-tools",ZG]]),plugins:new Set(["@yarnpkg/plugin-essentials","@yarnpkg/plugin-compat","@yarnpkg/plugin-constraints","@yarnpkg/plugin-dlx","@yarnpkg/plugin-exec","@yarnpkg/plugin-file","@yarnpkg/plugin-git","@yarnpkg/plugin-github","@yarnpkg/plugin-http","@yarnpkg/plugin-init","@yarnpkg/plugin-interactive-tools","@yarnpkg/plugin-link","@yarnpkg/plugin-nm","@yarnpkg/plugin-npm","@yarnpkg/plugin-npm-cli","@yarnpkg/plugin-pack","@yarnpkg/plugin-patch","@yarnpkg/plugin-pnp","@yarnpkg/plugin-pnpm","@yarnpkg/plugin-stage","@yarnpkg/plugin-typescript","@yarnpkg/plugin-version","@yarnpkg/plugin-workspace-tools"])});function rve({cwd:t,pluginConfiguration:e}){let r=new as({binaryLabel:"Yarn Package Manager",binaryName:"yarn",binaryVersion:tn??""});return Object.assign(r,{defaultContext:{...as.defaultContext,cwd:t,plugins:e,quiet:!1,stdin:process.stdin,stdout:process.stdout,stderr:process.stderr}})}function rPt(t){if(je.parseOptionalBoolean(process.env.YARN_IGNORE_NODE))return!0;let r=process.versions.node,o=">=18.12.0";if(kr.satisfiesWithPrereleases(r,o))return!0;let a=new it(`This tool requires a Node version compatible with ${o} (got ${r}). Upgrade Node, or set \`YARN_IGNORE_NODE=1\` in your environment.`);return as.defaultContext.stdout.write(t.error(a)),!1}async function nve({selfPath:t,pluginConfiguration:e}){return await Ve.find(ue.toPortablePath(process.cwd()),e,{strict:!1,usePathCheck:t})}function nPt(t,e,{yarnPath:r}){if(!oe.existsSync(r))return t.error(new Error(`The "yarn-path" option has been set, but the specified location doesn't exist (${r}).`)),1;process.on("SIGINT",()=>{});let o={stdio:"inherit",env:{...process.env,YARN_IGNORE_PATH:"1"}};try{(0,eve.execFileSync)(process.execPath,[ue.fromPortablePath(r),...e],o)}catch(a){return a.status??1}return 0}function iPt(t,e){let r=null,o=e;return e.length>=2&&e[0]==="--cwd"?(r=ue.toPortablePath(e[1]),o=e.slice(2)):e.length>=1&&e[0].startsWith("--cwd=")?(r=ue.toPortablePath(e[0].slice(6)),o=e.slice(1)):e[0]==="add"&&e[e.length-2]==="--cwd"&&(r=ue.toPortablePath(e[e.length-1]),o=e.slice(0,e.length-2)),t.defaultContext.cwd=r!==null?K.resolve(r):K.cwd(),o}function sPt(t,{configuration:e}){if(!e.get("enableTelemetry")||tve.isCI||!process.stdout.isTTY)return;Ve.telemetry=new cC(e,"puba9cdc10ec5790a2cf4969dd413a47270");let o=/^@yarnpkg\/plugin-(.*)$/;for(let a of e.plugins.keys())uC.has(a.match(o)?.[1]??"")&&Ve.telemetry?.reportPluginName(a);t.binaryVersion&&Ve.telemetry.reportVersion(t.binaryVersion)}function ive(t,{configuration:e}){for(let r of e.plugins.values())for(let o of r.commands||[])t.register(o)}async function oPt(t,e,{selfPath:r,pluginConfiguration:o}){if(!rPt(t))return 1;let a=await nve({selfPath:r,pluginConfiguration:o}),n=a.get("yarnPath"),u=a.get("ignorePath");if(n&&!u)return nPt(t,e,{yarnPath:n});delete process.env.YARN_IGNORE_PATH;let A=iPt(t,e);sPt(t,{configuration:a}),ive(t,{configuration:a});let p=t.process(A,t.defaultContext);return p.help||Ve.telemetry?.reportCommandName(p.path.join(" ")),await t.run(p,t.defaultContext)}async function the({cwd:t=K.cwd(),pluginConfiguration:e=fC()}={}){let r=rve({cwd:t,pluginConfiguration:e}),o=await nve({pluginConfiguration:e,selfPath:null});return ive(r,{configuration:o}),r}async function sk(t,{cwd:e=K.cwd(),selfPath:r,pluginConfiguration:o}){let a=rve({cwd:e,pluginConfiguration:o});try{process.exitCode=await oPt(a,t,{selfPath:r,pluginConfiguration:o})}catch(n){as.defaultContext.stdout.write(a.error(n)),process.exitCode=1}finally{await oe.rmtempPromise()}}sk(process.argv.slice(2),{cwd:K.cwd(),selfPath:ue.toPortablePath(ue.resolve(process.argv[1])),pluginConfiguration:fC()});})(); + `,examples:[["Apply the version change to the local workspace","yarn version apply"],["Apply the version change to all the workspaces in the local workspace","yarn version apply --all"]]});Ye();St();jt();var cF=$e(zn());var tg=class extends ut{constructor(){super(...arguments);this.interactive=ge.Boolean("-i,--interactive",{description:"Open an interactive interface used to set version bumps"})}async execute(){return this.interactive?await this.executeInteractive():await this.executeStandard()}async executeInteractive(){bC(this.context);let{Gem:r}=await Promise.resolve().then(()=>(cQ(),Bj)),{ScrollableItems:o}=await Promise.resolve().then(()=>(pQ(),fQ)),{FocusRequest:a}=await Promise.resolve().then(()=>(Dj(),Vwe)),{useListInput:n}=await Promise.resolve().then(()=>(AQ(),Jwe)),{renderForm:u}=await Promise.resolve().then(()=>(mQ(),dQ)),{Box:A,Text:p}=await Promise.resolve().then(()=>$e(ic())),{default:h,useCallback:E,useState:I}=await Promise.resolve().then(()=>$e(on())),v=await Ke.find(this.context.cwd,this.context.plugins),{project:x,workspace:C}=await Pt.find(v,this.context.cwd);if(!C)throw new rr(x.cwd,this.context.cwd);await x.restoreInstallState();let R=await gw(x);if(R===null||R.releaseRoots.size===0)return 0;if(R.root===null)throw new it("This command can only be run on Git repositories");let L=()=>h.createElement(A,{flexDirection:"row",paddingBottom:1},h.createElement(A,{flexDirection:"column",width:60},h.createElement(A,null,h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},""),"/",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to select workspaces.")),h.createElement(A,null,h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},""),"/",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to select release strategies."))),h.createElement(A,{flexDirection:"column"},h.createElement(A,{marginLeft:1},h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to save.")),h.createElement(A,{marginLeft:1},h.createElement(p,null,"Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to abort.")))),U=({workspace:me,active:he,decision:Be,setDecision:we})=>{let g=me.manifest.raw.stableVersion??me.manifest.version;if(g===null)throw new Error(`Assertion failed: The version should have been set (${W.prettyLocator(v,me.anchoredLocator)})`);if(cF.default.prerelease(g)!==null)throw new Error(`Assertion failed: Prerelease identifiers shouldn't be found (${g})`);let Ee=["undecided","decline","patch","minor","major"];n(Be,Ee,{active:he,minus:"left",plus:"right",set:we});let Se=Be==="undecided"?h.createElement(p,{color:"yellow"},g):Be==="decline"?h.createElement(p,{color:"green"},g):h.createElement(p,null,h.createElement(p,{color:"magenta"},g)," \u2192 ",h.createElement(p,{color:"green"},cF.default.valid(Be)?Be:cF.default.inc(g,Be)));return h.createElement(A,{flexDirection:"column"},h.createElement(A,null,h.createElement(p,null,W.prettyLocator(v,me.anchoredLocator)," - ",Se)),h.createElement(A,null,Ee.map(le=>h.createElement(A,{key:le,paddingLeft:2},h.createElement(p,null,h.createElement(r,{active:le===Be})," ",le)))))},J=me=>{let he=new Set(R.releaseRoots),Be=new Map([...me].filter(([we])=>he.has(we)));for(;;){let we=Gv({project:R.project,releases:Be}),g=!1;if(we.length>0){for(let[Ee]of we)if(!he.has(Ee)){he.add(Ee),g=!0;let Se=me.get(Ee);typeof Se<"u"&&Be.set(Ee,Se)}}if(!g)break}return{relevantWorkspaces:he,relevantReleases:Be}},te=()=>{let[me,he]=I(()=>new Map(R.releases)),Be=E((we,g)=>{let Ee=new Map(me);g!=="undecided"?Ee.set(we,g):Ee.delete(we);let{relevantReleases:Se}=J(Ee);he(Se)},[me,he]);return[me,Be]},ae=({workspaces:me,releases:he})=>{let Be=[];Be.push(`${me.size} total`);let we=0,g=0;for(let Ee of me){let Se=he.get(Ee);typeof Se>"u"?g+=1:Se!=="decline"&&(we+=1)}return Be.push(`${we} release${we===1?"":"s"}`),Be.push(`${g} remaining`),h.createElement(p,{color:"yellow"},Be.join(", "))},ce=await u(({useSubmit:me})=>{let[he,Be]=te();me(he);let{relevantWorkspaces:we}=J(he),g=new Set([...we].filter(ne=>!R.releaseRoots.has(ne))),[Ee,Se]=I(0),le=E(ne=>{switch(ne){case a.BEFORE:Se(Ee-1);break;case a.AFTER:Se(Ee+1);break}},[Ee,Se]);return h.createElement(A,{flexDirection:"column"},h.createElement(L,null),h.createElement(A,null,h.createElement(p,{wrap:"wrap"},"The following files have been modified in your local checkout.")),h.createElement(A,{flexDirection:"column",marginTop:1,paddingLeft:2},[...R.changedFiles].map(ne=>h.createElement(A,{key:ne},h.createElement(p,null,h.createElement(p,{color:"grey"},ue.fromPortablePath(R.root)),ue.sep,ue.relative(ue.fromPortablePath(R.root),ue.fromPortablePath(ne)))))),R.releaseRoots.size>0&&h.createElement(h.Fragment,null,h.createElement(A,{marginTop:1},h.createElement(p,{wrap:"wrap"},"Because of those files having been modified, the following workspaces may need to be released again (note that private workspaces are also shown here, because even though they won't be published, releasing them will allow us to flag their dependents for potential re-release):")),g.size>3?h.createElement(A,{marginTop:1},h.createElement(ae,{workspaces:R.releaseRoots,releases:he})):null,h.createElement(A,{marginTop:1,flexDirection:"column"},h.createElement(o,{active:Ee%2===0,radius:1,size:2,onFocusRequest:le},[...R.releaseRoots].map(ne=>h.createElement(U,{key:ne.cwd,workspace:ne,decision:he.get(ne)||"undecided",setDecision:ee=>Be(ne,ee)}))))),g.size>0?h.createElement(h.Fragment,null,h.createElement(A,{marginTop:1},h.createElement(p,{wrap:"wrap"},"The following workspaces depend on other workspaces that have been marked for release, and thus may need to be released as well:")),h.createElement(A,null,h.createElement(p,null,"(Press ",h.createElement(p,{bold:!0,color:"cyanBright"},"")," to move the focus between the workspace groups.)")),g.size>5?h.createElement(A,{marginTop:1},h.createElement(ae,{workspaces:g,releases:he})):null,h.createElement(A,{marginTop:1,flexDirection:"column"},h.createElement(o,{active:Ee%2===1,radius:2,size:2,onFocusRequest:le},[...g].map(ne=>h.createElement(U,{key:ne.cwd,workspace:ne,decision:he.get(ne)||"undecided",setDecision:ee=>Be(ne,ee)}))))):null)},{versionFile:R},{stdin:this.context.stdin,stdout:this.context.stdout,stderr:this.context.stderr});if(typeof ce>"u")return 1;R.releases.clear();for(let[me,he]of ce)R.releases.set(me,he);await R.saveAll()}async executeStandard(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);return await o.restoreInstallState(),(await Nt.start({configuration:r,stdout:this.context.stdout},async u=>{let A=await gw(o);if(A===null||A.releaseRoots.size===0)return;if(A.root===null)throw new it("This command can only be run on Git repositories");if(u.reportInfo(0,`Your PR was started right after ${de.pretty(r,A.baseHash.slice(0,7),"yellow")} ${de.pretty(r,A.baseTitle,"magenta")}`),A.changedFiles.size>0){u.reportInfo(0,"You have changed the following files since then:"),u.reportSeparator();for(let v of A.changedFiles)u.reportInfo(null,`${de.pretty(r,ue.fromPortablePath(A.root),"gray")}${ue.sep}${ue.relative(ue.fromPortablePath(A.root),ue.fromPortablePath(v))}`)}let p=!1,h=!1,E=aF(A);if(E.size>0){p||u.reportSeparator();for(let v of E)u.reportError(0,`${W.prettyLocator(r,v.anchoredLocator)} has been modified but doesn't have a release strategy attached`);p=!0}let I=Gv(A);for(let[v,x]of I)h||u.reportSeparator(),u.reportError(0,`${W.prettyLocator(r,v.anchoredLocator)} doesn't have a release strategy attached, but depends on ${W.prettyWorkspace(r,x)} which is planned for release.`),h=!0;(p||h)&&(u.reportSeparator(),u.reportInfo(0,"This command detected that at least some workspaces have received modifications without explicit instructions as to how they had to be released (if needed)."),u.reportInfo(0,"To correct these errors, run `yarn version check --interactive` then follow the instructions."))})).exitCode()}};tg.paths=[["version","check"]],tg.usage=nt.Usage({category:"Release-related commands",description:"check that all the relevant packages have been bumped",details:"\n **Warning:** This command currently requires Git.\n\n This command will check that all the packages covered by the files listed in argument have been properly bumped or declined to bump.\n\n In the case of a bump, the check will also cover transitive packages - meaning that should `Foo` be bumped, a package `Bar` depending on `Foo` will require a decision as to whether `Bar` will need to be bumped. This check doesn't cross packages that have declined to bump.\n\n In case no arguments are passed to the function, the list of modified files will be generated by comparing the HEAD against `master`.\n ",examples:[["Check whether the modified packages need a bump","yarn version check"]]});Ye();jt();var uF=$e(zn());var rg=class extends ut{constructor(){super(...arguments);this.deferred=ge.Boolean("-d,--deferred",{description:"Prepare the version to be bumped during the next release cycle"});this.immediate=ge.Boolean("-i,--immediate",{description:"Bump the version immediately"});this.strategy=ge.String()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!a)throw new rr(o.cwd,this.context.cwd);let n=r.get("preferDeferredVersions");this.deferred&&(n=!0),this.immediate&&(n=!1);let u=uF.default.valid(this.strategy),A=this.strategy==="decline",p;if(u)if(a.manifest.version!==null){let E=Wq(a.manifest.version,this.strategy);E!==null?p=E:p=this.strategy}else p=this.strategy;else{let E=a.manifest.version;if(!A){if(E===null)throw new it("Can't bump the version if there wasn't a version to begin with - use 0.0.0 as initial version then run the command again.");if(typeof E!="string"||!uF.default.valid(E))throw new it(`Can't bump the version (${E}) if it's not valid semver`)}p=pw(this.strategy)}if(!n){let I=(await jv(o)).get(a);if(typeof I<"u"&&p!=="decline"){let v=lF(a.manifest.version,p);if(uF.default.lt(v,I))throw new it(`Can't bump the version to one that would be lower than the current deferred one (${I})`)}}let h=await gw(o,{allowEmpty:!0});return h.releases.set(a,p),await h.saveAll(),n?0:await this.cli.run(["version","apply"])}};rg.paths=[["version"]],rg.usage=nt.Usage({category:"Release-related commands",description:"apply a new version to the current package",details:"\n This command will bump the version number for the given package, following the specified strategy:\n\n - If `major`, the first number from the semver range will be increased (`X.0.0`).\n - If `minor`, the second number from the semver range will be increased (`0.X.0`).\n - If `patch`, the third number from the semver range will be increased (`0.0.X`).\n - If prefixed by `pre` (`premajor`, ...), a `-0` suffix will be set (`0.0.0-0`).\n - If `prerelease`, the suffix will be increased (`0.0.0-X`); the third number from the semver range will also be increased if there was no suffix in the previous version.\n - If `decline`, the nonce will be increased for `yarn version check` to pass without version bump.\n - If a valid semver range, it will be used as new version.\n - If unspecified, Yarn will ask you for guidance.\n\n For more information about the `--deferred` flag, consult our documentation (https://yarnpkg.com/features/release-workflow#deferred-versioning).\n ",examples:[["Immediately bump the version to the next major","yarn version major"],["Prepare the version to be bumped to the next major","yarn version major --deferred"]]});var JDt={configuration:{deferredVersionFolder:{description:"Folder where are stored the versioning files",type:"ABSOLUTE_PATH",default:"./.yarn/versions"},preferDeferredVersions:{description:"If true, running `yarn version` will assume the `--deferred` flag unless `--immediate` is set",type:"BOOLEAN",default:!1}},commands:[eg,tg,rg]},zDt=JDt;var Jq={};Vt(Jq,{WorkspacesFocusCommand:()=>ng,WorkspacesForeachCommand:()=>ap,default:()=>$Dt});Ye();Ye();jt();var ng=class extends ut{constructor(){super(...arguments);this.json=ge.Boolean("--json",!1,{description:"Format the output as an NDJSON stream"});this.production=ge.Boolean("--production",!1,{description:"Only install regular dependencies by omitting dev dependencies"});this.all=ge.Boolean("-A,--all",!1,{description:"Install the entire project"});this.workspaces=ge.Rest()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd),n=await Lr.find(r);await o.restoreInstallState({restoreResolutions:!1});let u;if(this.all)u=new Set(o.workspaces);else if(this.workspaces.length===0){if(!a)throw new rr(o.cwd,this.context.cwd);u=new Set([a])}else u=new Set(this.workspaces.map(A=>o.getWorkspaceByIdent(W.parseIdent(A))));for(let A of u)for(let p of this.production?["dependencies"]:Ot.hardDependencies)for(let h of A.manifest.getForScope(p).values()){let E=o.tryWorkspaceByDescriptor(h);E!==null&&u.add(E)}for(let A of o.workspaces)u.has(A)?this.production&&A.manifest.devDependencies.clear():(A.manifest.installConfig=A.manifest.installConfig||{},A.manifest.installConfig.selfReferences=!1,A.manifest.dependencies.clear(),A.manifest.devDependencies.clear(),A.manifest.peerDependencies.clear(),A.manifest.scripts.clear());return await o.installWithNewReport({json:this.json,stdout:this.context.stdout},{cache:n,persistProject:!1})}};ng.paths=[["workspaces","focus"]],ng.usage=nt.Usage({category:"Workspace-related commands",description:"install a single workspace and its dependencies",details:"\n This command will run an install as if the specified workspaces (and all other workspaces they depend on) were the only ones in the project. If no workspaces are explicitly listed, the active one will be assumed.\n\n Note that this command is only very moderately useful when using zero-installs, since the cache will contain all the packages anyway - meaning that the only difference between a full install and a focused install would just be a few extra lines in the `.pnp.cjs` file, at the cost of introducing an extra complexity.\n\n If the `-A,--all` flag is set, the entire project will be installed. Combine with `--production` to replicate the old `yarn install --production`.\n "});Ye();Ye();Ye();jt();var mw=$e(Zo()),VBe=$e(id());Za();var ap=class extends ut{constructor(){super(...arguments);this.from=ge.Array("--from",{description:"An array of glob pattern idents or paths from which to base any recursion"});this.all=ge.Boolean("-A,--all",{description:"Run the command on all workspaces of a project"});this.recursive=ge.Boolean("-R,--recursive",{description:"Run the command on the current workspace and all of its recursive dependencies"});this.worktree=ge.Boolean("-W,--worktree",{description:"Run the command on all workspaces of the current worktree"});this.verbose=ge.Counter("-v,--verbose",{description:"Increase level of logging verbosity up to 2 times"});this.parallel=ge.Boolean("-p,--parallel",!1,{description:"Run the commands in parallel"});this.interlaced=ge.Boolean("-i,--interlaced",!1,{description:"Print the output of commands in real-time instead of buffering it"});this.jobs=ge.String("-j,--jobs",{description:"The maximum number of parallel tasks that the execution will be limited to; or `unlimited`",validator:TT([Ks(["unlimited"]),aI(RT(),[LT(),NT(1)])])});this.topological=ge.Boolean("-t,--topological",!1,{description:"Run the command after all workspaces it depends on (regular) have finished"});this.topologicalDev=ge.Boolean("--topological-dev",!1,{description:"Run the command after all workspaces it depends on (regular + dev) have finished"});this.include=ge.Array("--include",[],{description:"An array of glob pattern idents or paths; only matching workspaces will be traversed"});this.exclude=ge.Array("--exclude",[],{description:"An array of glob pattern idents or paths; matching workspaces won't be traversed"});this.publicOnly=ge.Boolean("--no-private",{description:"Avoid running the command on private workspaces"});this.since=ge.String("--since",{description:"Only include workspaces that have been changed since the specified ref.",tolerateBoolean:!0});this.dryRun=ge.Boolean("-n,--dry-run",{description:"Print the commands that would be run, without actually running them"});this.commandName=ge.String();this.args=ge.Proxy()}async execute(){let r=await Ke.find(this.context.cwd,this.context.plugins),{project:o,workspace:a}=await Pt.find(r,this.context.cwd);if(!this.all&&!a)throw new rr(o.cwd,this.context.cwd);await o.restoreInstallState();let n=this.cli.process([this.commandName,...this.args]),u=n.path.length===1&&n.path[0]==="run"&&typeof n.scriptName<"u"?n.scriptName:null;if(n.path.length===0)throw new it("Invalid subcommand name for iteration - use the 'run' keyword if you wish to execute a script");let A=we=>{!this.dryRun||this.context.stdout.write(`${we} +`)},p=()=>{let we=this.from.map(g=>mw.default.matcher(g));return o.workspaces.filter(g=>{let Ee=W.stringifyIdent(g.anchoredLocator),Se=g.relativeCwd;return we.some(le=>le(Ee)||le(Se))})},h=[];if(this.since?(A("Option --since is set; selecting the changed workspaces as root for workspace selection"),h=Array.from(await ra.fetchChangedWorkspaces({ref:this.since,project:o}))):this.from?(A("Option --from is set; selecting the specified workspaces"),h=[...p()]):this.worktree?(A("Option --worktree is set; selecting the current workspace"),h=[a]):this.recursive?(A("Option --recursive is set; selecting the current workspace"),h=[a]):this.all&&(A("Option --all is set; selecting all workspaces"),h=[...o.workspaces]),this.dryRun&&!this.all){for(let we of h)A(` +- ${we.relativeCwd} + ${W.prettyLocator(r,we.anchoredLocator)}`);h.length>0&&A("")}let E;if(this.recursive?this.since?(A("Option --recursive --since is set; recursively selecting all dependent workspaces"),E=new Set(h.map(we=>[...we.getRecursiveWorkspaceDependents()]).flat())):(A("Option --recursive is set; recursively selecting all transitive dependencies"),E=new Set(h.map(we=>[...we.getRecursiveWorkspaceDependencies()]).flat())):this.worktree?(A("Option --worktree is set; recursively selecting all nested workspaces"),E=new Set(h.map(we=>[...we.getRecursiveWorkspaceChildren()]).flat())):E=null,E!==null&&(h=[...new Set([...h,...E])],this.dryRun))for(let we of E)A(` +- ${we.relativeCwd} + ${W.prettyLocator(r,we.anchoredLocator)}`);let I=[],v=!1;if(u?.includes(":")){for(let we of o.workspaces)if(we.manifest.scripts.has(u)&&(v=!v,v===!1))break}for(let we of h){if(u&&!we.manifest.scripts.has(u)&&!v&&!(await un.getWorkspaceAccessibleBinaries(we)).has(u)){A(`Excluding ${we.relativeCwd} because it doesn't have a "${u}" script`);continue}if(!(u===r.env.npm_lifecycle_event&&we.cwd===a.cwd)){if(this.include.length>0&&!mw.default.isMatch(W.stringifyIdent(we.anchoredLocator),this.include)&&!mw.default.isMatch(we.relativeCwd,this.include)){A(`Excluding ${we.relativeCwd} because it doesn't match the --include filter`);continue}if(this.exclude.length>0&&(mw.default.isMatch(W.stringifyIdent(we.anchoredLocator),this.exclude)||mw.default.isMatch(we.relativeCwd,this.exclude))){A(`Excluding ${we.relativeCwd} because it matches the --include filter`);continue}if(this.publicOnly&&we.manifest.private===!0){A(`Excluding ${we.relativeCwd} because it's a private workspace and --no-private was set`);continue}I.push(we)}}if(this.dryRun)return 0;let x=this.verbose??(this.context.stdout.isTTY?1/0:0),C=x>0,R=x>1,L=this.parallel?this.jobs==="unlimited"?1/0:Number(this.jobs)||Math.ceil(Ji.availableParallelism()/2):1,U=L===1?!1:this.parallel,J=U?this.interlaced:!0,te=(0,VBe.default)(L),ae=new Map,fe=new Set,ce=0,me=null,he=!1,Be=await Nt.start({configuration:r,stdout:this.context.stdout,includePrefix:!1},async we=>{let g=async(Ee,{commandIndex:Se})=>{if(he)return-1;!U&&R&&Se>1&&we.reportSeparator();let le=XDt(Ee,{configuration:r,label:C,commandIndex:Se}),[ne,ee]=KBe(we,{prefix:le,interlaced:J}),[Ie,Fe]=KBe(we,{prefix:le,interlaced:J});try{R&&we.reportInfo(null,`${le?`${le} `:""}Process started`);let At=Date.now(),H=await this.cli.run([this.commandName,...this.args],{cwd:Ee.cwd,stdout:ne,stderr:Ie})||0;ne.end(),Ie.end(),await ee,await Fe;let at=Date.now();if(R){let Re=r.get("enableTimers")?`, completed in ${de.pretty(r,at-At,de.Type.DURATION)}`:"";we.reportInfo(null,`${le?`${le} `:""}Process exited (exit code ${H})${Re}`)}return H===130&&(he=!0,me=H),H}catch(At){throw ne.end(),Ie.end(),await ee,await Fe,At}};for(let Ee of I)ae.set(Ee.anchoredLocator.locatorHash,Ee);for(;ae.size>0&&!we.hasErrors();){let Ee=[];for(let[ne,ee]of ae){if(fe.has(ee.anchoredDescriptor.descriptorHash))continue;let Ie=!0;if(this.topological||this.topologicalDev){let Fe=this.topologicalDev?new Map([...ee.manifest.dependencies,...ee.manifest.devDependencies]):ee.manifest.dependencies;for(let At of Fe.values()){let H=o.tryWorkspaceByDescriptor(At);if(Ie=H===null||!ae.has(H.anchoredLocator.locatorHash),!Ie)break}}if(!!Ie&&(fe.add(ee.anchoredDescriptor.descriptorHash),Ee.push(te(async()=>{let Fe=await g(ee,{commandIndex:++ce});return ae.delete(ne),fe.delete(ee.anchoredDescriptor.descriptorHash),Fe})),!U))break}if(Ee.length===0){let ne=Array.from(ae.values()).map(ee=>W.prettyLocator(r,ee.anchoredLocator)).join(", ");we.reportError(3,`Dependency cycle detected (${ne})`);return}let le=(await Promise.all(Ee)).find(ne=>ne!==0);me===null&&(me=typeof le<"u"?1:me),(this.topological||this.topologicalDev)&&typeof le<"u"&&we.reportError(0,"The command failed for workspaces that are depended upon by other workspaces; can't satisfy the dependency graph")}});return me!==null?me:Be.exitCode()}};ap.paths=[["workspaces","foreach"]],ap.usage=nt.Usage({category:"Workspace-related commands",description:"run a command on all workspaces",details:"\n This command will run a given sub-command on current and all its descendant workspaces. Various flags can alter the exact behavior of the command:\n\n - If `-p,--parallel` is set, the commands will be ran in parallel; they'll by default be limited to a number of parallel tasks roughly equal to half your core number, but that can be overridden via `-j,--jobs`, or disabled by setting `-j unlimited`.\n\n - If `-p,--parallel` and `-i,--interlaced` are both set, Yarn will print the lines from the output as it receives them. If `-i,--interlaced` wasn't set, it would instead buffer the output from each process and print the resulting buffers only after their source processes have exited.\n\n - If `-t,--topological` is set, Yarn will only run the command after all workspaces that it depends on through the `dependencies` field have successfully finished executing. If `--topological-dev` is set, both the `dependencies` and `devDependencies` fields will be considered when figuring out the wait points.\n\n - If `-A,--all` is set, Yarn will run the command on all the workspaces of a project.\n\n - If `-R,--recursive` is set, Yarn will find workspaces to run the command on by recursively evaluating `dependencies` and `devDependencies` fields, instead of looking at the `workspaces` fields.\n\n - If `-W,--worktree` is set, Yarn will find workspaces to run the command on by looking at the current worktree.\n\n - If `--from` is set, Yarn will use the packages matching the 'from' glob as the starting point for any recursive search.\n\n - If `--since` is set, Yarn will only run the command on workspaces that have been modified since the specified ref. By default Yarn will use the refs specified by the `changesetBaseRefs` configuration option.\n\n - If `--dry-run` is set, Yarn will explain what it would do without actually doing anything.\n\n - The command may apply to only some workspaces through the use of `--include` which acts as a whitelist. The `--exclude` flag will do the opposite and will be a list of packages that mustn't execute the script. Both flags accept glob patterns (if valid Idents and supported by [micromatch](https://github.com/micromatch/micromatch)). Make sure to escape the patterns, to prevent your own shell from trying to expand them.\n\n The `-v,--verbose` flag can be passed up to twice: once to prefix output lines with the originating workspace's name, and again to include start/finish/timing log lines. Maximum verbosity is enabled by default in terminal environments.\n\n If the command is `run` and the script being run does not exist the child workspace will be skipped without error.\n ",examples:[["Publish all packages","yarn workspaces foreach -A npm publish --tolerate-republish"],["Run the build script on all descendant packages","yarn workspaces foreach -A run build"],["Run the build script on current and all descendant packages in parallel, building package dependencies first","yarn workspaces foreach -Apt run build"],["Run the build script on several packages and all their dependencies, building dependencies first","yarn workspaces foreach -Rpt --from '{workspace-a,workspace-b}' run build"]]}),ap.schema=[cI("all",qu.Forbids,["from","recursive","since","worktree"],{missingIf:"undefined"}),OT(["all","recursive","since","worktree"],{missingIf:"undefined"})];function KBe(t,{prefix:e,interlaced:r}){let o=t.createStreamReporter(e),a=new _e.DefaultStream;a.pipe(o,{end:!1}),a.on("finish",()=>{o.end()});let n=new Promise(A=>{o.on("finish",()=>{A(a.active)})});if(r)return[a,n];let u=new _e.BufferStream;return u.pipe(a,{end:!1}),u.on("finish",()=>{a.end()}),[u,n]}function XDt(t,{configuration:e,commandIndex:r,label:o}){if(!o)return null;let n=`[${W.stringifyIdent(t.anchoredLocator)}]:`,u=["#2E86AB","#A23B72","#F18F01","#C73E1D","#CCE2A3"],A=u[r%u.length];return de.pretty(e,n,A)}var ZDt={commands:[ng,ap]},$Dt=ZDt;var pC=()=>({modules:new Map([["@yarnpkg/cli",a2],["@yarnpkg/core",o2],["@yarnpkg/fslib",Vw],["@yarnpkg/libzip",x1],["@yarnpkg/parsers",rI],["@yarnpkg/shell",T1],["clipanion",hI],["semver",eSt],["typanion",Vo],["@yarnpkg/plugin-essentials",$8],["@yarnpkg/plugin-compat",iH],["@yarnpkg/plugin-constraints",wH],["@yarnpkg/plugin-dlx",IH],["@yarnpkg/plugin-exec",DH],["@yarnpkg/plugin-file",PH],["@yarnpkg/plugin-git",Z8],["@yarnpkg/plugin-github",kH],["@yarnpkg/plugin-http",QH],["@yarnpkg/plugin-init",FH],["@yarnpkg/plugin-interactive-tools",Tj],["@yarnpkg/plugin-link",Nj],["@yarnpkg/plugin-nm",yG],["@yarnpkg/plugin-npm",dq],["@yarnpkg/plugin-npm-cli",Dq],["@yarnpkg/plugin-pack",Aq],["@yarnpkg/plugin-patch",Fq],["@yarnpkg/plugin-pnp",oG],["@yarnpkg/plugin-pnpm",Nq],["@yarnpkg/plugin-stage",jq],["@yarnpkg/plugin-typescript",Gq],["@yarnpkg/plugin-version",Vq],["@yarnpkg/plugin-workspace-tools",Jq]]),plugins:new Set(["@yarnpkg/plugin-essentials","@yarnpkg/plugin-compat","@yarnpkg/plugin-constraints","@yarnpkg/plugin-dlx","@yarnpkg/plugin-exec","@yarnpkg/plugin-file","@yarnpkg/plugin-git","@yarnpkg/plugin-github","@yarnpkg/plugin-http","@yarnpkg/plugin-init","@yarnpkg/plugin-interactive-tools","@yarnpkg/plugin-link","@yarnpkg/plugin-nm","@yarnpkg/plugin-npm","@yarnpkg/plugin-npm-cli","@yarnpkg/plugin-pack","@yarnpkg/plugin-patch","@yarnpkg/plugin-pnp","@yarnpkg/plugin-pnpm","@yarnpkg/plugin-stage","@yarnpkg/plugin-typescript","@yarnpkg/plugin-version","@yarnpkg/plugin-workspace-tools"])});function XBe({cwd:t,pluginConfiguration:e}){let r=new as({binaryLabel:"Yarn Package Manager",binaryName:"yarn",binaryVersion:rn??""});return Object.assign(r,{defaultContext:{...as.defaultContext,cwd:t,plugins:e,quiet:!1,stdin:process.stdin,stdout:process.stdout,stderr:process.stderr}})}function tSt(t){if(_e.parseOptionalBoolean(process.env.YARN_IGNORE_NODE))return!0;let r=process.versions.node,o=">=18.12.0";if(kr.satisfiesWithPrereleases(r,o))return!0;let a=new it(`This tool requires a Node version compatible with ${o} (got ${r}). Upgrade Node, or set \`YARN_IGNORE_NODE=1\` in your environment.`);return as.defaultContext.stdout.write(t.error(a)),!1}async function ZBe({selfPath:t,pluginConfiguration:e}){return await Ke.find(ue.toPortablePath(process.cwd()),e,{strict:!1,usePathCheck:t})}function rSt(t,e,{yarnPath:r}){if(!oe.existsSync(r))return t.error(new Error(`The "yarn-path" option has been set, but the specified location doesn't exist (${r}).`)),1;process.on("SIGINT",()=>{});let o={stdio:"inherit",env:{...process.env,YARN_IGNORE_PATH:"1"}};try{(0,JBe.execFileSync)(process.execPath,[ue.fromPortablePath(r),...e],o)}catch(a){return a.status??1}return 0}function nSt(t,e){let r=null,o=e;return e.length>=2&&e[0]==="--cwd"?(r=ue.toPortablePath(e[1]),o=e.slice(2)):e.length>=1&&e[0].startsWith("--cwd=")?(r=ue.toPortablePath(e[0].slice(6)),o=e.slice(1)):e[0]==="add"&&e[e.length-2]==="--cwd"&&(r=ue.toPortablePath(e[e.length-1]),o=e.slice(0,e.length-2)),t.defaultContext.cwd=r!==null?V.resolve(r):V.cwd(),o}function iSt(t,{configuration:e}){if(!e.get("enableTelemetry")||zBe.isCI||!process.stdout.isTTY)return;Ke.telemetry=new uC(e,"puba9cdc10ec5790a2cf4969dd413a47270");let o=/^@yarnpkg\/plugin-(.*)$/;for(let a of e.plugins.keys())AC.has(a.match(o)?.[1]??"")&&Ke.telemetry?.reportPluginName(a);t.binaryVersion&&Ke.telemetry.reportVersion(t.binaryVersion)}function $Be(t,{configuration:e}){for(let r of e.plugins.values())for(let o of r.commands||[])t.register(o)}async function sSt(t,e,{selfPath:r,pluginConfiguration:o}){if(!tSt(t))return 1;let a=await ZBe({selfPath:r,pluginConfiguration:o}),n=a.get("yarnPath"),u=a.get("ignorePath");if(n&&!u)return rSt(t,e,{yarnPath:n});delete process.env.YARN_IGNORE_PATH;let A=nSt(t,e);iSt(t,{configuration:a}),$Be(t,{configuration:a});let p=t.process(A,t.defaultContext);return p.help||Ke.telemetry?.reportCommandName(p.path.join(" ")),await t.run(p,t.defaultContext)}async function $pe({cwd:t=V.cwd(),pluginConfiguration:e=pC()}={}){let r=XBe({cwd:t,pluginConfiguration:e}),o=await ZBe({pluginConfiguration:e,selfPath:null});return $Be(r,{configuration:o}),r}async function nk(t,{cwd:e=V.cwd(),selfPath:r,pluginConfiguration:o}){let a=XBe({cwd:e,pluginConfiguration:o});try{process.exitCode=await sSt(a,t,{selfPath:r,pluginConfiguration:o})}catch(n){as.defaultContext.stdout.write(a.error(n)),process.exitCode=1}finally{await oe.rmtempPromise()}}nk(process.argv.slice(2),{cwd:V.cwd(),selfPath:ue.toPortablePath(ue.resolve(process.argv[1])),pluginConfiguration:pC()});})(); /* object-assign (c) Sindre Sorhus diff --git a/.yarnrc.yml b/.yarnrc.yml index 2b14561..4f3125f 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -8,4 +8,4 @@ plugins: - path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs spec: "https://mskelton.dev/yarn-outdated/v2" -yarnPath: .yarn/releases/yarn-4.0.2.cjs +yarnPath: .yarn/releases/yarn-4.1.0.cjs diff --git a/dist/index.js b/dist/index.js index c6c2459..275f015 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,4 +1,4 @@ -(()=>{var e={87351:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;Object.defineProperty(e,s,{enumerable:true,get:function(){return i[n]}})}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};Object.defineProperty(i,"__esModule",{value:true});i.issue=i.issueCommand=void 0;const a=o(n(22037));const c=n(5278);function issueCommand(e,i,n){const s=new Command(e,i,n);process.stdout.write(s.toString()+a.EOL)}i.issueCommand=issueCommand;function issue(e,i=""){issueCommand(e,{},i)}i.issue=issue;const u="::";class Command{constructor(e,i,n){if(!e){e="missing.command"}this.command=e;this.properties=i;this.message=n}toString(){let e=u+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let i=true;for(const n in this.properties){if(this.properties.hasOwnProperty(n)){const s=this.properties[n];if(s){if(i){i=false}else{e+=","}e+=`${n}=${escapeProperty(s)}`}}}}e+=`${u}${escapeData(this.message)}`;return e}}function escapeData(e){return c.toCommandValue(e).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function escapeProperty(e){return c.toCommandValue(e).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}},42186:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;Object.defineProperty(e,s,{enumerable:true,get:function(){return i[n]}})}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};var a=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.getIDToken=i.getState=i.saveState=i.group=i.endGroup=i.startGroup=i.info=i.notice=i.warning=i.error=i.debug=i.isDebug=i.setFailed=i.setCommandEcho=i.setOutput=i.getBooleanInput=i.getMultilineInput=i.getInput=i.addPath=i.setSecret=i.exportVariable=i.ExitCode=void 0;const c=n(87351);const u=n(717);const f=n(5278);const _=o(n(22037));const g=o(n(71017));const v=n(98041);var S;(function(e){e[e["Success"]=0]="Success";e[e["Failure"]=1]="Failure"})(S=i.ExitCode||(i.ExitCode={}));function exportVariable(e,i){const n=f.toCommandValue(i);process.env[e]=n;const s=process.env["GITHUB_ENV"]||"";if(s){return u.issueFileCommand("ENV",u.prepareKeyValueMessage(e,i))}c.issueCommand("set-env",{name:e},n)}i.exportVariable=exportVariable;function setSecret(e){c.issueCommand("add-mask",{},e)}i.setSecret=setSecret;function addPath(e){const i=process.env["GITHUB_PATH"]||"";if(i){u.issueFileCommand("PATH",e)}else{c.issueCommand("add-path",{},e)}process.env["PATH"]=`${e}${g.delimiter}${process.env["PATH"]}`}i.addPath=addPath;function getInput(e,i){const n=process.env[`INPUT_${e.replace(/ /g,"_").toUpperCase()}`]||"";if(i&&i.required&&!n){throw new Error(`Input required and not supplied: ${e}`)}if(i&&i.trimWhitespace===false){return n}return n.trim()}i.getInput=getInput;function getMultilineInput(e,i){const n=getInput(e,i).split("\n").filter((e=>e!==""));if(i&&i.trimWhitespace===false){return n}return n.map((e=>e.trim()))}i.getMultilineInput=getMultilineInput;function getBooleanInput(e,i){const n=["true","True","TRUE"];const s=["false","False","FALSE"];const r=getInput(e,i);if(n.includes(r))return true;if(s.includes(r))return false;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${e}\n`+`Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}i.getBooleanInput=getBooleanInput;function setOutput(e,i){const n=process.env["GITHUB_OUTPUT"]||"";if(n){return u.issueFileCommand("OUTPUT",u.prepareKeyValueMessage(e,i))}process.stdout.write(_.EOL);c.issueCommand("set-output",{name:e},f.toCommandValue(i))}i.setOutput=setOutput;function setCommandEcho(e){c.issue("echo",e?"on":"off")}i.setCommandEcho=setCommandEcho;function setFailed(e){process.exitCode=S.Failure;error(e)}i.setFailed=setFailed;function isDebug(){return process.env["RUNNER_DEBUG"]==="1"}i.isDebug=isDebug;function debug(e){c.issueCommand("debug",{},e)}i.debug=debug;function error(e,i={}){c.issueCommand("error",f.toCommandProperties(i),e instanceof Error?e.toString():e)}i.error=error;function warning(e,i={}){c.issueCommand("warning",f.toCommandProperties(i),e instanceof Error?e.toString():e)}i.warning=warning;function notice(e,i={}){c.issueCommand("notice",f.toCommandProperties(i),e instanceof Error?e.toString():e)}i.notice=notice;function info(e){process.stdout.write(e+_.EOL)}i.info=info;function startGroup(e){c.issue("group",e)}i.startGroup=startGroup;function endGroup(){c.issue("endgroup")}i.endGroup=endGroup;function group(e,i){return a(this,void 0,void 0,(function*(){startGroup(e);let n;try{n=yield i()}finally{endGroup()}return n}))}i.group=group;function saveState(e,i){const n=process.env["GITHUB_STATE"]||"";if(n){return u.issueFileCommand("STATE",u.prepareKeyValueMessage(e,i))}c.issueCommand("save-state",{name:e},f.toCommandValue(i))}i.saveState=saveState;function getState(e){return process.env[`STATE_${e}`]||""}i.getState=getState;function getIDToken(e){return a(this,void 0,void 0,(function*(){return yield v.OidcClient.getIDToken(e)}))}i.getIDToken=getIDToken;var b=n(81327);Object.defineProperty(i,"summary",{enumerable:true,get:function(){return b.summary}});var P=n(81327);Object.defineProperty(i,"markdownSummary",{enumerable:true,get:function(){return P.markdownSummary}});var C=n(2981);Object.defineProperty(i,"toPosixPath",{enumerable:true,get:function(){return C.toPosixPath}});Object.defineProperty(i,"toWin32Path",{enumerable:true,get:function(){return C.toWin32Path}});Object.defineProperty(i,"toPlatformPath",{enumerable:true,get:function(){return C.toPlatformPath}})},717:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;Object.defineProperty(e,s,{enumerable:true,get:function(){return i[n]}})}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};Object.defineProperty(i,"__esModule",{value:true});i.prepareKeyValueMessage=i.issueFileCommand=void 0;const a=o(n(57147));const c=o(n(22037));const u=n(75840);const f=n(5278);function issueFileCommand(e,i){const n=process.env[`GITHUB_${e}`];if(!n){throw new Error(`Unable to find environment variable for file command ${e}`)}if(!a.existsSync(n)){throw new Error(`Missing file at path: ${n}`)}a.appendFileSync(n,`${f.toCommandValue(i)}${c.EOL}`,{encoding:"utf8"})}i.issueFileCommand=issueFileCommand;function prepareKeyValueMessage(e,i){const n=`ghadelimiter_${u.v4()}`;const s=f.toCommandValue(i);if(e.includes(n)){throw new Error(`Unexpected input: name should not contain the delimiter "${n}"`)}if(s.includes(n)){throw new Error(`Unexpected input: value should not contain the delimiter "${n}"`)}return`${e}<<${n}${c.EOL}${s}${c.EOL}${n}`}i.prepareKeyValueMessage=prepareKeyValueMessage},98041:function(e,i,n){"use strict";var s=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.OidcClient=void 0;const r=n(96255);const o=n(35526);const a=n(42186);class OidcClient{static createHttpClient(e=true,i=10){const n={allowRetries:e,maxRetries:i};return new r.HttpClient("actions/oidc-client",[new o.BearerCredentialHandler(OidcClient.getRequestToken())],n)}static getRequestToken(){const e=process.env["ACTIONS_ID_TOKEN_REQUEST_TOKEN"];if(!e){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_TOKEN env variable")}return e}static getIDTokenUrl(){const e=process.env["ACTIONS_ID_TOKEN_REQUEST_URL"];if(!e){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable")}return e}static getCall(e){var i;return s(this,void 0,void 0,(function*(){const n=OidcClient.createHttpClient();const s=yield n.getJson(e).catch((e=>{throw new Error(`Failed to get ID Token. \n \n Error Code : ${e.statusCode}\n \n Error Message: ${e.message}`)}));const r=(i=s.result)===null||i===void 0?void 0:i.value;if(!r){throw new Error("Response json body do not have ID Token field")}return r}))}static getIDToken(e){return s(this,void 0,void 0,(function*(){try{let i=OidcClient.getIDTokenUrl();if(e){const n=encodeURIComponent(e);i=`${i}&audience=${n}`}a.debug(`ID token url is ${i}`);const n=yield OidcClient.getCall(i);a.setSecret(n);return n}catch(e){throw new Error(`Error message: ${e.message}`)}}))}}i.OidcClient=OidcClient},2981:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;Object.defineProperty(e,s,{enumerable:true,get:function(){return i[n]}})}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};Object.defineProperty(i,"__esModule",{value:true});i.toPlatformPath=i.toWin32Path=i.toPosixPath=void 0;const a=o(n(71017));function toPosixPath(e){return e.replace(/[\\]/g,"/")}i.toPosixPath=toPosixPath;function toWin32Path(e){return e.replace(/[/]/g,"\\")}i.toWin32Path=toWin32Path;function toPlatformPath(e){return e.replace(/[/\\]/g,a.sep)}i.toPlatformPath=toPlatformPath},81327:function(e,i,n){"use strict";var s=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.summary=i.markdownSummary=i.SUMMARY_DOCS_URL=i.SUMMARY_ENV_VAR=void 0;const r=n(22037);const o=n(57147);const{access:a,appendFile:c,writeFile:u}=o.promises;i.SUMMARY_ENV_VAR="GITHUB_STEP_SUMMARY";i.SUMMARY_DOCS_URL="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";class Summary{constructor(){this._buffer=""}filePath(){return s(this,void 0,void 0,(function*(){if(this._filePath){return this._filePath}const e=process.env[i.SUMMARY_ENV_VAR];if(!e){throw new Error(`Unable to find environment variable for $${i.SUMMARY_ENV_VAR}. Check if your runtime environment supports job summaries.`)}try{yield a(e,o.constants.R_OK|o.constants.W_OK)}catch(i){throw new Error(`Unable to access summary file: '${e}'. Check if the file has correct read/write permissions.`)}this._filePath=e;return this._filePath}))}wrap(e,i,n={}){const s=Object.entries(n).map((([e,i])=>` ${e}="${i}"`)).join("");if(!i){return`<${e}${s}>`}return`<${e}${s}>${i}`}write(e){return s(this,void 0,void 0,(function*(){const i=!!(e===null||e===void 0?void 0:e.overwrite);const n=yield this.filePath();const s=i?u:c;yield s(n,this._buffer,{encoding:"utf8"});return this.emptyBuffer()}))}clear(){return s(this,void 0,void 0,(function*(){return this.emptyBuffer().write({overwrite:true})}))}stringify(){return this._buffer}isEmptyBuffer(){return this._buffer.length===0}emptyBuffer(){this._buffer="";return this}addRaw(e,i=false){this._buffer+=e;return i?this.addEOL():this}addEOL(){return this.addRaw(r.EOL)}addCodeBlock(e,i){const n=Object.assign({},i&&{lang:i});const s=this.wrap("pre",this.wrap("code",e),n);return this.addRaw(s).addEOL()}addList(e,i=false){const n=i?"ol":"ul";const s=e.map((e=>this.wrap("li",e))).join("");const r=this.wrap(n,s);return this.addRaw(r).addEOL()}addTable(e){const i=e.map((e=>{const i=e.map((e=>{if(typeof e==="string"){return this.wrap("td",e)}const{header:i,data:n,colspan:s,rowspan:r}=e;const o=i?"th":"td";const a=Object.assign(Object.assign({},s&&{colspan:s}),r&&{rowspan:r});return this.wrap(o,n,a)})).join("");return this.wrap("tr",i)})).join("");const n=this.wrap("table",i);return this.addRaw(n).addEOL()}addDetails(e,i){const n=this.wrap("details",this.wrap("summary",e)+i);return this.addRaw(n).addEOL()}addImage(e,i,n){const{width:s,height:r}=n||{};const o=Object.assign(Object.assign({},s&&{width:s}),r&&{height:r});const a=this.wrap("img",null,Object.assign({src:e,alt:i},o));return this.addRaw(a).addEOL()}addHeading(e,i){const n=`h${i}`;const s=["h1","h2","h3","h4","h5","h6"].includes(n)?n:"h1";const r=this.wrap(s,e);return this.addRaw(r).addEOL()}addSeparator(){const e=this.wrap("hr",null);return this.addRaw(e).addEOL()}addBreak(){const e=this.wrap("br",null);return this.addRaw(e).addEOL()}addQuote(e,i){const n=Object.assign({},i&&{cite:i});const s=this.wrap("blockquote",e,n);return this.addRaw(s).addEOL()}addLink(e,i){const n=this.wrap("a",e,{href:i});return this.addRaw(n).addEOL()}}const f=new Summary;i.markdownSummary=f;i.summary=f},5278:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.toCommandProperties=i.toCommandValue=void 0;function toCommandValue(e){if(e===null||e===undefined){return""}else if(typeof e==="string"||e instanceof String){return e}return JSON.stringify(e)}i.toCommandValue=toCommandValue;function toCommandProperties(e){if(!Object.keys(e).length){return{}}return{title:e.title,file:e.file,line:e.startLine,endLine:e.endLine,col:e.startColumn,endColumn:e.endColumn}}i.toCommandProperties=toCommandProperties},35526:function(e,i){"use strict";var n=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.PersonalAccessTokenCredentialHandler=i.BearerCredentialHandler=i.BasicCredentialHandler=void 0;class BasicCredentialHandler{constructor(e,i){this.username=e;this.password=i}prepareRequest(e){if(!e.headers){throw Error("The request has no headers")}e.headers["Authorization"]=`Basic ${Buffer.from(`${this.username}:${this.password}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return n(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}i.BasicCredentialHandler=BasicCredentialHandler;class BearerCredentialHandler{constructor(e){this.token=e}prepareRequest(e){if(!e.headers){throw Error("The request has no headers")}e.headers["Authorization"]=`Bearer ${this.token}`}canHandleAuthentication(){return false}handleAuthentication(){return n(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}i.BearerCredentialHandler=BearerCredentialHandler;class PersonalAccessTokenCredentialHandler{constructor(e){this.token=e}prepareRequest(e){if(!e.headers){throw Error("The request has no headers")}e.headers["Authorization"]=`Basic ${Buffer.from(`PAT:${this.token}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return n(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}i.PersonalAccessTokenCredentialHandler=PersonalAccessTokenCredentialHandler},96255:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;Object.defineProperty(e,s,{enumerable:true,get:function(){return i[n]}})}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};var a=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.HttpClient=i.isHttps=i.HttpClientResponse=i.HttpClientError=i.getProxyUrl=i.MediaTypes=i.Headers=i.HttpCodes=void 0;const c=o(n(13685));const u=o(n(95687));const f=o(n(19835));const _=o(n(74294));var g;(function(e){e[e["OK"]=200]="OK";e[e["MultipleChoices"]=300]="MultipleChoices";e[e["MovedPermanently"]=301]="MovedPermanently";e[e["ResourceMoved"]=302]="ResourceMoved";e[e["SeeOther"]=303]="SeeOther";e[e["NotModified"]=304]="NotModified";e[e["UseProxy"]=305]="UseProxy";e[e["SwitchProxy"]=306]="SwitchProxy";e[e["TemporaryRedirect"]=307]="TemporaryRedirect";e[e["PermanentRedirect"]=308]="PermanentRedirect";e[e["BadRequest"]=400]="BadRequest";e[e["Unauthorized"]=401]="Unauthorized";e[e["PaymentRequired"]=402]="PaymentRequired";e[e["Forbidden"]=403]="Forbidden";e[e["NotFound"]=404]="NotFound";e[e["MethodNotAllowed"]=405]="MethodNotAllowed";e[e["NotAcceptable"]=406]="NotAcceptable";e[e["ProxyAuthenticationRequired"]=407]="ProxyAuthenticationRequired";e[e["RequestTimeout"]=408]="RequestTimeout";e[e["Conflict"]=409]="Conflict";e[e["Gone"]=410]="Gone";e[e["TooManyRequests"]=429]="TooManyRequests";e[e["InternalServerError"]=500]="InternalServerError";e[e["NotImplemented"]=501]="NotImplemented";e[e["BadGateway"]=502]="BadGateway";e[e["ServiceUnavailable"]=503]="ServiceUnavailable";e[e["GatewayTimeout"]=504]="GatewayTimeout"})(g=i.HttpCodes||(i.HttpCodes={}));var v;(function(e){e["Accept"]="accept";e["ContentType"]="content-type"})(v=i.Headers||(i.Headers={}));var S;(function(e){e["ApplicationJson"]="application/json"})(S=i.MediaTypes||(i.MediaTypes={}));function getProxyUrl(e){const i=f.getProxyUrl(new URL(e));return i?i.href:""}i.getProxyUrl=getProxyUrl;const b=[g.MovedPermanently,g.ResourceMoved,g.SeeOther,g.TemporaryRedirect,g.PermanentRedirect];const P=[g.BadGateway,g.ServiceUnavailable,g.GatewayTimeout];const C=["OPTIONS","GET","DELETE","HEAD"];const I=10;const x=5;class HttpClientError extends Error{constructor(e,i){super(e);this.name="HttpClientError";this.statusCode=i;Object.setPrototypeOf(this,HttpClientError.prototype)}}i.HttpClientError=HttpClientError;class HttpClientResponse{constructor(e){this.message=e}readBody(){return a(this,void 0,void 0,(function*(){return new Promise((e=>a(this,void 0,void 0,(function*(){let i=Buffer.alloc(0);this.message.on("data",(e=>{i=Buffer.concat([i,e])}));this.message.on("end",(()=>{e(i.toString())}))}))))}))}}i.HttpClientResponse=HttpClientResponse;function isHttps(e){const i=new URL(e);return i.protocol==="https:"}i.isHttps=isHttps;class HttpClient{constructor(e,i,n){this._ignoreSslError=false;this._allowRedirects=true;this._allowRedirectDowngrade=false;this._maxRedirects=50;this._allowRetries=false;this._maxRetries=1;this._keepAlive=false;this._disposed=false;this.userAgent=e;this.handlers=i||[];this.requestOptions=n;if(n){if(n.ignoreSslError!=null){this._ignoreSslError=n.ignoreSslError}this._socketTimeout=n.socketTimeout;if(n.allowRedirects!=null){this._allowRedirects=n.allowRedirects}if(n.allowRedirectDowngrade!=null){this._allowRedirectDowngrade=n.allowRedirectDowngrade}if(n.maxRedirects!=null){this._maxRedirects=Math.max(n.maxRedirects,0)}if(n.keepAlive!=null){this._keepAlive=n.keepAlive}if(n.allowRetries!=null){this._allowRetries=n.allowRetries}if(n.maxRetries!=null){this._maxRetries=n.maxRetries}}}options(e,i){return a(this,void 0,void 0,(function*(){return this.request("OPTIONS",e,null,i||{})}))}get(e,i){return a(this,void 0,void 0,(function*(){return this.request("GET",e,null,i||{})}))}del(e,i){return a(this,void 0,void 0,(function*(){return this.request("DELETE",e,null,i||{})}))}post(e,i,n){return a(this,void 0,void 0,(function*(){return this.request("POST",e,i,n||{})}))}patch(e,i,n){return a(this,void 0,void 0,(function*(){return this.request("PATCH",e,i,n||{})}))}put(e,i,n){return a(this,void 0,void 0,(function*(){return this.request("PUT",e,i,n||{})}))}head(e,i){return a(this,void 0,void 0,(function*(){return this.request("HEAD",e,null,i||{})}))}sendStream(e,i,n,s){return a(this,void 0,void 0,(function*(){return this.request(e,i,n,s)}))}getJson(e,i={}){return a(this,void 0,void 0,(function*(){i[v.Accept]=this._getExistingOrDefaultHeader(i,v.Accept,S.ApplicationJson);const n=yield this.get(e,i);return this._processResponse(n,this.requestOptions)}))}postJson(e,i,n={}){return a(this,void 0,void 0,(function*(){const s=JSON.stringify(i,null,2);n[v.Accept]=this._getExistingOrDefaultHeader(n,v.Accept,S.ApplicationJson);n[v.ContentType]=this._getExistingOrDefaultHeader(n,v.ContentType,S.ApplicationJson);const r=yield this.post(e,s,n);return this._processResponse(r,this.requestOptions)}))}putJson(e,i,n={}){return a(this,void 0,void 0,(function*(){const s=JSON.stringify(i,null,2);n[v.Accept]=this._getExistingOrDefaultHeader(n,v.Accept,S.ApplicationJson);n[v.ContentType]=this._getExistingOrDefaultHeader(n,v.ContentType,S.ApplicationJson);const r=yield this.put(e,s,n);return this._processResponse(r,this.requestOptions)}))}patchJson(e,i,n={}){return a(this,void 0,void 0,(function*(){const s=JSON.stringify(i,null,2);n[v.Accept]=this._getExistingOrDefaultHeader(n,v.Accept,S.ApplicationJson);n[v.ContentType]=this._getExistingOrDefaultHeader(n,v.ContentType,S.ApplicationJson);const r=yield this.patch(e,s,n);return this._processResponse(r,this.requestOptions)}))}request(e,i,n,s){return a(this,void 0,void 0,(function*(){if(this._disposed){throw new Error("Client has already been disposed.")}const r=new URL(i);let o=this._prepareRequest(e,r,s);const a=this._allowRetries&&C.includes(e)?this._maxRetries+1:1;let c=0;let u;do{u=yield this.requestRaw(o,n);if(u&&u.message&&u.message.statusCode===g.Unauthorized){let e;for(const i of this.handlers){if(i.canHandleAuthentication(u)){e=i;break}}if(e){return e.handleAuthentication(this,o,n)}else{return u}}let i=this._maxRedirects;while(u.message.statusCode&&b.includes(u.message.statusCode)&&this._allowRedirects&&i>0){const a=u.message.headers["location"];if(!a){break}const c=new URL(a);if(r.protocol==="https:"&&r.protocol!==c.protocol&&!this._allowRedirectDowngrade){throw new Error("Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.")}yield u.readBody();if(c.hostname!==r.hostname){for(const e in s){if(e.toLowerCase()==="authorization"){delete s[e]}}}o=this._prepareRequest(e,c,s);u=yield this.requestRaw(o,n);i--}if(!u.message.statusCode||!P.includes(u.message.statusCode)){return u}c+=1;if(c{function callbackForResult(e,i){if(e){s(e)}else if(!i){s(new Error("Unknown error"))}else{n(i)}}this.requestRawWithCallback(e,i,callbackForResult)}))}))}requestRawWithCallback(e,i,n){if(typeof i==="string"){if(!e.options.headers){e.options.headers={}}e.options.headers["Content-Length"]=Buffer.byteLength(i,"utf8")}let s=false;function handleResult(e,i){if(!s){s=true;n(e,i)}}const r=e.httpModule.request(e.options,(e=>{const i=new HttpClientResponse(e);handleResult(undefined,i)}));let o;r.on("socket",(e=>{o=e}));r.setTimeout(this._socketTimeout||3*6e4,(()=>{if(o){o.end()}handleResult(new Error(`Request timeout: ${e.options.path}`))}));r.on("error",(function(e){handleResult(e)}));if(i&&typeof i==="string"){r.write(i,"utf8")}if(i&&typeof i!=="string"){i.on("close",(function(){r.end()}));i.pipe(r)}else{r.end()}}getAgent(e){const i=new URL(e);return this._getAgent(i)}_prepareRequest(e,i,n){const s={};s.parsedUrl=i;const r=s.parsedUrl.protocol==="https:";s.httpModule=r?u:c;const o=r?443:80;s.options={};s.options.host=s.parsedUrl.hostname;s.options.port=s.parsedUrl.port?parseInt(s.parsedUrl.port):o;s.options.path=(s.parsedUrl.pathname||"")+(s.parsedUrl.search||"");s.options.method=e;s.options.headers=this._mergeHeaders(n);if(this.userAgent!=null){s.options.headers["user-agent"]=this.userAgent}s.options.agent=this._getAgent(s.parsedUrl);if(this.handlers){for(const e of this.handlers){e.prepareRequest(s.options)}}return s}_mergeHeaders(e){if(this.requestOptions&&this.requestOptions.headers){return Object.assign({},lowercaseKeys(this.requestOptions.headers),lowercaseKeys(e||{}))}return lowercaseKeys(e||{})}_getExistingOrDefaultHeader(e,i,n){let s;if(this.requestOptions&&this.requestOptions.headers){s=lowercaseKeys(this.requestOptions.headers)[i]}return e[i]||s||n}_getAgent(e){let i;const n=f.getProxyUrl(e);const s=n&&n.hostname;if(this._keepAlive&&s){i=this._proxyAgent}if(this._keepAlive&&!s){i=this._agent}if(i){return i}const r=e.protocol==="https:";let o=100;if(this.requestOptions){o=this.requestOptions.maxSockets||c.globalAgent.maxSockets}if(n&&n.hostname){const e={maxSockets:o,keepAlive:this._keepAlive,proxy:Object.assign(Object.assign({},(n.username||n.password)&&{proxyAuth:`${n.username}:${n.password}`}),{host:n.hostname,port:n.port})};let s;const a=n.protocol==="https:";if(r){s=a?_.httpsOverHttps:_.httpsOverHttp}else{s=a?_.httpOverHttps:_.httpOverHttp}i=s(e);this._proxyAgent=i}if(this._keepAlive&&!i){const e={keepAlive:this._keepAlive,maxSockets:o};i=r?new u.Agent(e):new c.Agent(e);this._agent=i}if(!i){i=r?u.globalAgent:c.globalAgent}if(r&&this._ignoreSslError){i.options=Object.assign(i.options||{},{rejectUnauthorized:false})}return i}_performExponentialBackoff(e){return a(this,void 0,void 0,(function*(){e=Math.min(I,e);const i=x*Math.pow(2,e);return new Promise((e=>setTimeout((()=>e()),i)))}))}_processResponse(e,i){return a(this,void 0,void 0,(function*(){return new Promise(((n,s)=>a(this,void 0,void 0,(function*(){const r=e.message.statusCode||0;const o={statusCode:r,result:null,headers:{}};if(r===g.NotFound){n(o)}function dateTimeDeserializer(e,i){if(typeof i==="string"){const e=new Date(i);if(!isNaN(e.valueOf())){return e}}return i}let a;let c;try{c=yield e.readBody();if(c&&c.length>0){if(i&&i.deserializeDates){a=JSON.parse(c,dateTimeDeserializer)}else{a=JSON.parse(c)}o.result=a}o.headers=e.message.headers}catch(e){}if(r>299){let e;if(a&&a.message){e=a.message}else if(c&&c.length>0){e=c}else{e=`Failed request: (${r})`}const i=new HttpClientError(e,r);i.result=o.result;s(i)}else{n(o)}}))))}))}}i.HttpClient=HttpClient;const lowercaseKeys=e=>Object.keys(e).reduce(((i,n)=>(i[n.toLowerCase()]=e[n],i)),{})},19835:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.checkBypass=i.getProxyUrl=void 0;function getProxyUrl(e){const i=e.protocol==="https:";if(checkBypass(e)){return undefined}const n=(()=>{if(i){return process.env["https_proxy"]||process.env["HTTPS_PROXY"]}else{return process.env["http_proxy"]||process.env["HTTP_PROXY"]}})();if(n){return new URL(n)}else{return undefined}}i.getProxyUrl=getProxyUrl;function checkBypass(e){if(!e.hostname){return false}const i=e.hostname;if(isLoopbackAddress(i)){return true}const n=process.env["no_proxy"]||process.env["NO_PROXY"]||"";if(!n){return false}let s;if(e.port){s=Number(e.port)}else if(e.protocol==="http:"){s=80}else if(e.protocol==="https:"){s=443}const r=[e.hostname.toUpperCase()];if(typeof s==="number"){r.push(`${r[0]}:${s}`)}for(const e of n.split(",").map((e=>e.trim().toUpperCase())).filter((e=>e))){if(e==="*"||r.some((i=>i===e||i.endsWith(`.${e}`)||e.startsWith(".")&&i.endsWith(`${e}`)))){return true}}return false}i.checkBypass=checkBypass;function isLoopbackAddress(e){const i=e.toLowerCase();return i==="localhost"||i.startsWith("127.")||i.startsWith("[::1]")||i.startsWith("[0:0:0:0:0:0:0:1]")}},49690:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=n(82361);const o=s(n(38237));const a=s(n(66570));const c=o.default("agent-base");function isAgent(e){return Boolean(e)&&typeof e.addRequest==="function"}function isSecureEndpoint(){const{stack:e}=new Error;if(typeof e!=="string")return false;return e.split("\n").some((e=>e.indexOf("(https.js:")!==-1||e.indexOf("node:https:")!==-1))}function createAgent(e,i){return new createAgent.Agent(e,i)}(function(e){class Agent extends r.EventEmitter{constructor(e,i){super();let n=i;if(typeof e==="function"){this.callback=e}else if(e){n=e}this.timeout=null;if(n&&typeof n.timeout==="number"){this.timeout=n.timeout}this.maxFreeSockets=1;this.maxSockets=1;this.maxTotalSockets=Infinity;this.sockets={};this.freeSockets={};this.requests={};this.options={}}get defaultPort(){if(typeof this.explicitDefaultPort==="number"){return this.explicitDefaultPort}return isSecureEndpoint()?443:80}set defaultPort(e){this.explicitDefaultPort=e}get protocol(){if(typeof this.explicitProtocol==="string"){return this.explicitProtocol}return isSecureEndpoint()?"https:":"http:"}set protocol(e){this.explicitProtocol=e}callback(e,i,n){throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`')}addRequest(e,i){const n=Object.assign({},i);if(typeof n.secureEndpoint!=="boolean"){n.secureEndpoint=isSecureEndpoint()}if(n.host==null){n.host="localhost"}if(n.port==null){n.port=n.secureEndpoint?443:80}if(n.protocol==null){n.protocol=n.secureEndpoint?"https:":"http:"}if(n.host&&n.path){delete n.path}delete n.agent;delete n.hostname;delete n._defaultAgent;delete n.defaultPort;delete n.createConnection;e._last=true;e.shouldKeepAlive=false;let s=false;let r=null;const o=n.timeout||this.timeout;const onerror=i=>{if(e._hadError)return;e.emit("error",i);e._hadError=true};const ontimeout=()=>{r=null;s=true;const e=new Error(`A "socket" was not created for HTTP request before ${o}ms`);e.code="ETIMEOUT";onerror(e)};const callbackError=e=>{if(s)return;if(r!==null){clearTimeout(r);r=null}onerror(e)};const onsocket=i=>{if(s)return;if(r!=null){clearTimeout(r);r=null}if(isAgent(i)){c("Callback returned another Agent instance %o",i.constructor.name);i.addRequest(e,n);return}if(i){i.once("free",(()=>{this.freeSocket(i,n)}));e.onSocket(i);return}const o=new Error(`no Duplex stream was returned to agent-base for \`${e.method} ${e.path}\``);onerror(o)};if(typeof this.callback!=="function"){onerror(new Error("`callback` is not defined"));return}if(!this.promisifiedCallback){if(this.callback.length>=3){c("Converting legacy callback function to promise");this.promisifiedCallback=a.default(this.callback)}else{this.promisifiedCallback=this.callback}}if(typeof o==="number"&&o>0){r=setTimeout(ontimeout,o)}if("port"in n&&typeof n.port!=="number"){n.port=Number(n.port)}try{c("Resolving socket for %o request: %o",n.protocol,`${e.method} ${e.path}`);Promise.resolve(this.promisifiedCallback(e,n)).then(onsocket,callbackError)}catch(e){Promise.reject(e).catch(callbackError)}}freeSocket(e,i){c("Freeing socket %o %o",e.constructor.name,i);e.destroy()}destroy(){c("Destroying agent %o",this.constructor.name)}}e.Agent=Agent;e.prototype=e.Agent.prototype})(createAgent||(createAgent={}));e.exports=createAgent},66570:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});function promisify(e){return function(i,n){return new Promise(((s,r)=>{e.call(this,i,n,((e,i)=>{if(e){r(e)}else{s(i)}}))}))}}i["default"]=promisify},14812:(e,i,n)=>{e.exports={parallel:n(8210),serial:n(50445),serialOrdered:n(3578)}},1700:e=>{e.exports=abort;function abort(e){Object.keys(e.jobs).forEach(clean.bind(e));e.jobs={}}function clean(e){if(typeof this.jobs[e]=="function"){this.jobs[e]()}}},72794:(e,i,n)=>{var s=n(15295);e.exports=async;function async(e){var i=false;s((function(){i=true}));return function async_callback(n,r){if(i){e(n,r)}else{s((function nextTick_callback(){e(n,r)}))}}}},15295:e=>{e.exports=defer;function defer(e){var i=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;if(i){i(e)}else{setTimeout(e,0)}}},9023:(e,i,n)=>{var s=n(72794),r=n(1700);e.exports=iterate;function iterate(e,i,n,s){var o=n["keyedList"]?n["keyedList"][n.index]:n.index;n.jobs[o]=runJob(i,o,e[o],(function(e,i){if(!(o in n.jobs)){return}delete n.jobs[o];if(e){r(n)}else{n.results[o]=i}s(e,n.results)}))}function runJob(e,i,n,r){var o;if(e.length==2){o=e(n,s(r))}else{o=e(n,i,s(r))}return o}},42474:e=>{e.exports=state;function state(e,i){var n=!Array.isArray(e),s={index:0,keyedList:n||i?Object.keys(e):null,jobs:{},results:n?{}:[],size:n?Object.keys(e).length:e.length};if(i){s.keyedList.sort(n?i:function(n,s){return i(e[n],e[s])})}return s}},37942:(e,i,n)=>{var s=n(1700),r=n(72794);e.exports=terminator;function terminator(e){if(!Object.keys(this.jobs).length){return}this.index=this.size;s(this);r(e)(null,this.results)}},8210:(e,i,n)=>{var s=n(9023),r=n(42474),o=n(37942);e.exports=parallel;function parallel(e,i,n){var a=r(e);while(a.index<(a["keyedList"]||e).length){s(e,i,a,(function(e,i){if(e){n(e,i);return}if(Object.keys(a.jobs).length===0){n(null,a.results);return}}));a.index++}return o.bind(a,n)}},50445:(e,i,n)=>{var s=n(3578);e.exports=serial;function serial(e,i,n){return s(e,i,null,n)}},3578:(e,i,n)=>{var s=n(9023),r=n(42474),o=n(37942);e.exports=serialOrdered;e.exports.ascending=ascending;e.exports.descending=descending;function serialOrdered(e,i,n,a){var c=r(e,n);s(e,i,c,(function iteratorHandler(n,r){if(n){a(n,r);return}c.index++;if(c.index<(c["keyedList"]||e).length){s(e,i,c,iteratorHandler);return}a(null,c.results)}));return o.bind(c,a)}function ascending(e,i){return ei?1:0}function descending(e,i){return-1*ascending(e,i)}},9239:(e,i,n)=>{"use strict";var s=n(14300).Buffer;var r=n(14300).SlowBuffer;e.exports=bufferEq;function bufferEq(e,i){if(!s.isBuffer(e)||!s.isBuffer(i)){return false}if(e.length!==i.length){return false}var n=0;for(var r=0;r{"use strict";var s=n(74538);var r=n(62977);var o=r(s("String.prototype.indexOf"));e.exports=function callBoundIntrinsic(e,i){var n=s(e,!!i);if(typeof n==="function"&&o(e,".prototype.")>-1){return r(n)}return n}},62977:(e,i,n)=>{"use strict";var s=n(88334);var r=n(74538);var o=r("%Function.prototype.apply%");var a=r("%Function.prototype.call%");var c=r("%Reflect.apply%",true)||s.call(a,o);var u=r("%Object.getOwnPropertyDescriptor%",true);var f=r("%Object.defineProperty%",true);var _=r("%Math.max%");if(f){try{f({},"a",{value:1})}catch(e){f=null}}e.exports=function callBind(e){var i=c(s,a,arguments);if(u&&f){var n=u(i,"length");if(n.configurable){f(i,"length",{value:1+_(0,e.length-(arguments.length-1))})}}return i};var g=function applyBind(){return c(s,o,arguments)};if(f){f(e.exports,"apply",{value:g})}else{e.exports.apply=g}},85443:(e,i,n)=>{var s=n(73837);var r=n(12781).Stream;var o=n(18611);e.exports=CombinedStream;function CombinedStream(){this.writable=false;this.readable=true;this.dataSize=0;this.maxDataSize=2*1024*1024;this.pauseStreams=true;this._released=false;this._streams=[];this._currentStream=null;this._insideLoop=false;this._pendingNext=false}s.inherits(CombinedStream,r);CombinedStream.create=function(e){var i=new this;e=e||{};for(var n in e){i[n]=e[n]}return i};CombinedStream.isStreamLike=function(e){return typeof e!=="function"&&typeof e!=="string"&&typeof e!=="boolean"&&typeof e!=="number"&&!Buffer.isBuffer(e)};CombinedStream.prototype.append=function(e){var i=CombinedStream.isStreamLike(e);if(i){if(!(e instanceof o)){var n=o.create(e,{maxDataSize:Infinity,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this));e=n}this._handleErrors(e);if(this.pauseStreams){e.pause()}}this._streams.push(e);return this};CombinedStream.prototype.pipe=function(e,i){r.prototype.pipe.call(this,e,i);this.resume();return e};CombinedStream.prototype._getNext=function(){this._currentStream=null;if(this._insideLoop){this._pendingNext=true;return}this._insideLoop=true;try{do{this._pendingNext=false;this._realGetNext()}while(this._pendingNext)}finally{this._insideLoop=false}};CombinedStream.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e=="undefined"){this.end();return}if(typeof e!=="function"){this._pipeNext(e);return}var i=e;i(function(e){var i=CombinedStream.isStreamLike(e);if(i){e.on("data",this._checkDataSize.bind(this));this._handleErrors(e)}this._pipeNext(e)}.bind(this))};CombinedStream.prototype._pipeNext=function(e){this._currentStream=e;var i=CombinedStream.isStreamLike(e);if(i){e.on("end",this._getNext.bind(this));e.pipe(this,{end:false});return}var n=e;this.write(n);this._getNext()};CombinedStream.prototype._handleErrors=function(e){var i=this;e.on("error",(function(e){i._emitError(e)}))};CombinedStream.prototype.write=function(e){this.emit("data",e)};CombinedStream.prototype.pause=function(){if(!this.pauseStreams){return}if(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function")this._currentStream.pause();this.emit("pause")};CombinedStream.prototype.resume=function(){if(!this._released){this._released=true;this.writable=true;this._getNext()}if(this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function")this._currentStream.resume();this.emit("resume")};CombinedStream.prototype.end=function(){this._reset();this.emit("end")};CombinedStream.prototype.destroy=function(){this._reset();this.emit("close")};CombinedStream.prototype._reset=function(){this.writable=false;this._streams=[];this._currentStream=null};CombinedStream.prototype._checkDataSize=function(){this._updateDataSize();if(this.dataSize<=this.maxDataSize){return}var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))};CombinedStream.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach((function(i){if(!i.dataSize){return}e.dataSize+=i.dataSize}));if(this._currentStream&&this._currentStream.dataSize){this.dataSize+=this._currentStream.dataSize}};CombinedStream.prototype._emitError=function(e){this._reset();this.emit("error",e)}},7401:function(e){!function(i,n){true?e.exports=n():0}(this,(function(){"use strict";var e=1e3,i=6e4,n=36e5,s="millisecond",r="second",o="minute",a="hour",c="day",u="week",f="month",_="quarter",g="year",v="date",S="Invalid Date",b=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,P=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,C={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var i=["th","st","nd","rd"],n=e%100;return"["+e+(i[(n-20)%10]||i[n]||i[0])+"]"}},m=function(e,i,n){var s=String(e);return!s||s.length>=i?e:""+Array(i+1-s.length).join(n)+e},I={s:m,z:function(e){var i=-e.utcOffset(),n=Math.abs(i),s=Math.floor(n/60),r=n%60;return(i<=0?"+":"-")+m(s,2,"0")+":"+m(r,2,"0")},m:function t(e,i){if(e.date()1)return t(o[0])}else{var a=e.name;k[a]=e,s=a}return!n&&s&&(x=s),s||!n&&x},w=function(e,i){if(p(e))return e.clone();var n="object"==typeof i?i:{};return n.date=e,n.args=arguments,new O(n)},T=I;T.l=N,T.i=p,T.w=function(e,i){return w(e,{locale:i.$L,utc:i.$u,x:i.$x,$offset:i.$offset})};var O=function(){function M(e){this.$L=N(e.locale,null,!0),this.parse(e)}var C=M.prototype;return C.parse=function(e){this.$d=function(e){var i=e.date,n=e.utc;if(null===i)return new Date(NaN);if(T.u(i))return new Date;if(i instanceof Date)return new Date(i);if("string"==typeof i&&!/Z$/i.test(i)){var s=i.match(b);if(s){var r=s[2]-1||0,o=(s[7]||"0").substring(0,3);return n?new Date(Date.UTC(s[1],r,s[3]||1,s[4]||0,s[5]||0,s[6]||0,o)):new Date(s[1],r,s[3]||1,s[4]||0,s[5]||0,s[6]||0,o)}}return new Date(i)}(e),this.$x=e.x||{},this.init()},C.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},C.$utils=function(){return T},C.isValid=function(){return!(this.$d.toString()===S)},C.isSame=function(e,i){var n=w(e);return this.startOf(i)<=n&&n<=this.endOf(i)},C.isAfter=function(e,i){return w(e){var i=1e3;var n=i*60;var s=n*60;var r=s*24;var o=r*7;var a=r*365.25;e.exports=function(e,i){i=i||{};var n=typeof e;if(n==="string"&&e.length>0){return parse(e)}else if(n==="number"&&isFinite(e)){return i.long?fmtLong(e):fmtShort(e)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function parse(e){e=String(e);if(e.length>100){return}var c=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!c){return}var u=parseFloat(c[1]);var f=(c[2]||"ms").toLowerCase();switch(f){case"years":case"year":case"yrs":case"yr":case"y":return u*a;case"weeks":case"week":case"w":return u*o;case"days":case"day":case"d":return u*r;case"hours":case"hour":case"hrs":case"hr":case"h":return u*s;case"minutes":case"minute":case"mins":case"min":case"m":return u*n;case"seconds":case"second":case"secs":case"sec":case"s":return u*i;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return u;default:return undefined}}function fmtShort(e){var o=Math.abs(e);if(o>=r){return Math.round(e/r)+"d"}if(o>=s){return Math.round(e/s)+"h"}if(o>=n){return Math.round(e/n)+"m"}if(o>=i){return Math.round(e/i)+"s"}return e+"ms"}function fmtLong(e){var o=Math.abs(e);if(o>=r){return plural(e,o,r,"day")}if(o>=s){return plural(e,o,s,"hour")}if(o>=n){return plural(e,o,n,"minute")}if(o>=i){return plural(e,o,i,"second")}return e+" ms"}function plural(e,i,n,s){var r=i>=n*1.5;return Math.round(e/n)+" "+s+(r?"s":"")}},28222:(e,i,n)=>{i.formatArgs=formatArgs;i.save=save;i.load=load;i.useColors=useColors;i.storage=localstorage();i.destroy=(()=>{let e=false;return()=>{if(!e){e=true;console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}}})();i.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function useColors(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function formatArgs(i){i[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+i[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff);if(!this.useColors){return}const n="color: "+this.color;i.splice(1,0,n,"color: inherit");let s=0;let r=0;i[0].replace(/%[a-zA-Z%]/g,(e=>{if(e==="%%"){return}s++;if(e==="%c"){r=s}}));i.splice(r,0,n)}i.log=console.debug||console.log||(()=>{});function save(e){try{if(e){i.storage.setItem("debug",e)}else{i.storage.removeItem("debug")}}catch(e){}}function load(){let e;try{e=i.storage.getItem("debug")}catch(e){}if(!e&&typeof process!=="undefined"&&"env"in process){e=process.env.DEBUG}return e}function localstorage(){try{return localStorage}catch(e){}}e.exports=n(46243)(i);const{formatters:s}=e.exports;s.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},46243:(e,i,n)=>{function setup(e){createDebug.debug=createDebug;createDebug.default=createDebug;createDebug.coerce=coerce;createDebug.disable=disable;createDebug.enable=enable;createDebug.enabled=enabled;createDebug.humanize=n(84697);createDebug.destroy=destroy;Object.keys(e).forEach((i=>{createDebug[i]=e[i]}));createDebug.names=[];createDebug.skips=[];createDebug.formatters={};function selectColor(e){let i=0;for(let n=0;n{if(i==="%%"){return"%"}o++;const r=createDebug.formatters[s];if(typeof r==="function"){const s=e[o];i=r.call(n,s);e.splice(o,1);o--}return i}));createDebug.formatArgs.call(n,e);const a=n.log||createDebug.log;a.apply(n,e)}debug.namespace=e;debug.useColors=createDebug.useColors();debug.color=createDebug.selectColor(e);debug.extend=extend;debug.destroy=createDebug.destroy;Object.defineProperty(debug,"enabled",{enumerable:true,configurable:false,get:()=>{if(n!==null){return n}if(s!==createDebug.namespaces){s=createDebug.namespaces;r=createDebug.enabled(e)}return r},set:e=>{n=e}});if(typeof createDebug.init==="function"){createDebug.init(debug)}return debug}function extend(e,i){const n=createDebug(this.namespace+(typeof i==="undefined"?":":i)+e);n.log=this.log;return n}function enable(e){createDebug.save(e);createDebug.namespaces=e;createDebug.names=[];createDebug.skips=[];let i;const n=(typeof e==="string"?e:"").split(/[\s,]+/);const s=n.length;for(i=0;i"-"+e))].join(",");createDebug.enable("");return e}function enabled(e){if(e[e.length-1]==="*"){return true}let i;let n;for(i=0,n=createDebug.skips.length;i{if(typeof process==="undefined"||process.type==="renderer"||process.browser===true||process.__nwjs){e.exports=n(28222)}else{e.exports=n(35332)}},35332:(e,i,n)=>{const s=n(76224);const r=n(73837);i.init=init;i.log=log;i.formatArgs=formatArgs;i.save=save;i.load=load;i.useColors=useColors;i.destroy=r.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");i.colors=[6,2,3,4,5,1];try{const e=n(59318);if(e&&(e.stderr||e).level>=2){i.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}}catch(e){}i.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,i)=>{const n=i.substring(6).toLowerCase().replace(/_([a-z])/g,((e,i)=>i.toUpperCase()));let s=process.env[i];if(/^(yes|on|true|enabled)$/i.test(s)){s=true}else if(/^(no|off|false|disabled)$/i.test(s)){s=false}else if(s==="null"){s=null}else{s=Number(s)}e[n]=s;return e}),{});function useColors(){return"colors"in i.inspectOpts?Boolean(i.inspectOpts.colors):s.isatty(process.stderr.fd)}function formatArgs(i){const{namespace:n,useColors:s}=this;if(s){const s=this.color;const r="[3"+(s<8?s:"8;5;"+s);const o=` ${r};1m${n} `;i[0]=o+i[0].split("\n").join("\n"+o);i.push(r+"m+"+e.exports.humanize(this.diff)+"")}else{i[0]=getDate()+n+" "+i[0]}}function getDate(){if(i.inspectOpts.hideDate){return""}return(new Date).toISOString()+" "}function log(...e){return process.stderr.write(r.format(...e)+"\n")}function save(e){if(e){process.env.DEBUG=e}else{delete process.env.DEBUG}}function load(){return process.env.DEBUG}function init(e){e.inspectOpts={};const n=Object.keys(i.inspectOpts);for(let s=0;se.trim())).join(" ")};o.O=function(e){this.inspectOpts.colors=this.useColors;return r.inspect(e,this.inspectOpts)}},18611:(e,i,n)=>{var s=n(12781).Stream;var r=n(73837);e.exports=DelayedStream;function DelayedStream(){this.source=null;this.dataSize=0;this.maxDataSize=1024*1024;this.pauseStream=true;this._maxDataSizeExceeded=false;this._released=false;this._bufferedEvents=[]}r.inherits(DelayedStream,s);DelayedStream.create=function(e,i){var n=new this;i=i||{};for(var s in i){n[s]=i[s]}n.source=e;var r=e.emit;e.emit=function(){n._handleEmit(arguments);return r.apply(e,arguments)};e.on("error",(function(){}));if(n.pauseStream){e.pause()}return n};Object.defineProperty(DelayedStream.prototype,"readable",{configurable:true,enumerable:true,get:function(){return this.source.readable}});DelayedStream.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};DelayedStream.prototype.resume=function(){if(!this._released){this.release()}this.source.resume()};DelayedStream.prototype.pause=function(){this.source.pause()};DelayedStream.prototype.release=function(){this._released=true;this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this));this._bufferedEvents=[]};DelayedStream.prototype.pipe=function(){var e=s.prototype.pipe.apply(this,arguments);this.resume();return e};DelayedStream.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}if(e[0]==="data"){this.dataSize+=e[1].length;this._checkIfMaxDataSizeExceeded()}this._bufferedEvents.push(e)};DelayedStream.prototype._checkIfMaxDataSizeExceeded=function(){if(this._maxDataSizeExceeded){return}if(this.dataSize<=this.maxDataSize){return}this._maxDataSizeExceeded=true;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}},11728:(e,i,n)=>{"use strict";var s=n(21867).Buffer;var r=n(30528);var o=128,a=0,c=32,u=16,f=2,_=u|c|a<<6,g=f|a<<6;function base64Url(e){return e.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function signatureAsBuffer(e){if(s.isBuffer(e)){return e}else if("string"===typeof e){return s.from(e,"base64")}throw new TypeError("ECDSA signature must be a Base64 string or a Buffer")}function derToJose(e,i){e=signatureAsBuffer(e);var n=r(i);var a=n+1;var c=e.length;var u=0;if(e[u++]!==_){throw new Error('Could not find expected "seq"')}var f=e[u++];if(f===(o|1)){f=e[u++]}if(c-u=o;if(r){--s}return s}function joseToDer(e,i){e=signatureAsBuffer(e);var n=r(i);var a=e.length;if(a!==n*2){throw new TypeError('"'+i+'" signatures must be "'+n*2+'" bytes, saw "'+a+'"')}var c=countPadding(e,0,n);var u=countPadding(e,n,e.length);var f=n-c;var v=n-u;var S=1+1+f+1+1+v;var b=S{"use strict";function getParamSize(e){var i=(e/8|0)+(e%8===0?0:1);return i}var i={ES256:getParamSize(256),ES384:getParamSize(384),ES512:getParamSize(521)};function getParamBytesForAlg(e){var n=i[e];if(n){return n}throw new Error('Unknown algorithm "'+e+'"')}e.exports=getParamBytesForAlg},31133:(e,i,n)=>{var s;e.exports=function(){if(!s){try{s=n(38237)("follow-redirects")}catch(e){}if(typeof s!=="function"){s=function(){}}}s.apply(null,arguments)}},67707:(e,i,n)=>{var s=n(57310);var r=s.URL;var o=n(13685);var a=n(95687);var c=n(12781).Writable;var u=n(39491);var f=n(31133);var _=["abort","aborted","connect","error","socket","timeout"];var g=Object.create(null);_.forEach((function(e){g[e]=function(i,n,s){this._redirectable.emit(e,i,n,s)}}));var v=createErrorType("ERR_INVALID_URL","Invalid URL",TypeError);var S=createErrorType("ERR_FR_REDIRECTION_FAILURE","Redirected request failed");var b=createErrorType("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded");var P=createErrorType("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit");var C=createErrorType("ERR_STREAM_WRITE_AFTER_END","write after end");var I=c.prototype.destroy||noop;function RedirectableRequest(e,i){c.call(this);this._sanitizeOptions(e);this._options=e;this._ended=false;this._ending=false;this._redirectCount=0;this._redirects=[];this._requestBodyLength=0;this._requestBodyBuffers=[];if(i){this.on("response",i)}var n=this;this._onNativeResponse=function(e){n._processResponse(e)};this._performRequest()}RedirectableRequest.prototype=Object.create(c.prototype);RedirectableRequest.prototype.abort=function(){destroyRequest(this._currentRequest);this._currentRequest.abort();this.emit("abort")};RedirectableRequest.prototype.destroy=function(e){destroyRequest(this._currentRequest,e);I.call(this,e);return this};RedirectableRequest.prototype.write=function(e,i,n){if(this._ending){throw new C}if(!isString(e)&&!isBuffer(e)){throw new TypeError("data should be a string, Buffer or Uint8Array")}if(isFunction(i)){n=i;i=null}if(e.length===0){if(n){n()}return}if(this._requestBodyLength+e.length<=this._options.maxBodyLength){this._requestBodyLength+=e.length;this._requestBodyBuffers.push({data:e,encoding:i});this._currentRequest.write(e,i,n)}else{this.emit("error",new P);this.abort()}};RedirectableRequest.prototype.end=function(e,i,n){if(isFunction(e)){n=e;e=i=null}else if(isFunction(i)){n=i;i=null}if(!e){this._ended=this._ending=true;this._currentRequest.end(null,null,n)}else{var s=this;var r=this._currentRequest;this.write(e,i,(function(){s._ended=true;r.end(null,null,n)}));this._ending=true}};RedirectableRequest.prototype.setHeader=function(e,i){this._options.headers[e]=i;this._currentRequest.setHeader(e,i)};RedirectableRequest.prototype.removeHeader=function(e){delete this._options.headers[e];this._currentRequest.removeHeader(e)};RedirectableRequest.prototype.setTimeout=function(e,i){var n=this;function destroyOnTimeout(i){i.setTimeout(e);i.removeListener("timeout",i.destroy);i.addListener("timeout",i.destroy)}function startTimer(i){if(n._timeout){clearTimeout(n._timeout)}n._timeout=setTimeout((function(){n.emit("timeout");clearTimer()}),e);destroyOnTimeout(i)}function clearTimer(){if(n._timeout){clearTimeout(n._timeout);n._timeout=null}n.removeListener("abort",clearTimer);n.removeListener("error",clearTimer);n.removeListener("response",clearTimer);n.removeListener("close",clearTimer);if(i){n.removeListener("timeout",i)}if(!n.socket){n._currentRequest.removeListener("socket",startTimer)}}if(i){this.on("timeout",i)}if(this.socket){startTimer(this.socket)}else{this._currentRequest.once("socket",startTimer)}this.on("socket",destroyOnTimeout);this.on("abort",clearTimer);this.on("error",clearTimer);this.on("response",clearTimer);this.on("close",clearTimer);return this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach((function(e){RedirectableRequest.prototype[e]=function(i,n){return this._currentRequest[e](i,n)}}));["aborted","connection","socket"].forEach((function(e){Object.defineProperty(RedirectableRequest.prototype,e,{get:function(){return this._currentRequest[e]}})}));RedirectableRequest.prototype._sanitizeOptions=function(e){if(!e.headers){e.headers={}}if(e.host){if(!e.hostname){e.hostname=e.host}delete e.host}if(!e.pathname&&e.path){var i=e.path.indexOf("?");if(i<0){e.pathname=e.path}else{e.pathname=e.path.substring(0,i);e.search=e.path.substring(i)}}};RedirectableRequest.prototype._performRequest=function(){var e=this._options.protocol;var i=this._options.nativeProtocols[e];if(!i){this.emit("error",new TypeError("Unsupported protocol "+e));return}if(this._options.agents){var n=e.slice(0,-1);this._options.agent=this._options.agents[n]}var r=this._currentRequest=i.request(this._options,this._onNativeResponse);r._redirectable=this;for(var o of _){r.on(o,g[o])}this._currentUrl=/^\//.test(this._options.path)?s.format(this._options):this._options.path;if(this._isRedirect){var a=0;var c=this;var u=this._requestBodyBuffers;(function writeNext(e){if(r===c._currentRequest){if(e){c.emit("error",e)}else if(a=400){e.responseUrl=this._currentUrl;e.redirects=this._redirects;this.emit("response",e);this._requestBodyBuffers=[];return}destroyRequest(this._currentRequest);e.destroy();if(++this._redirectCount>this._options.maxRedirects){this.emit("error",new b);return}var r;var o=this._options.beforeRedirect;if(o){r=Object.assign({Host:e.req.getHeader("host")},this._options.headers)}var a=this._options.method;if((i===301||i===302)&&this._options.method==="POST"||i===303&&!/^(?:GET|HEAD)$/.test(this._options.method)){this._options.method="GET";this._requestBodyBuffers=[];removeMatchingHeaders(/^content-/i,this._options.headers)}var c=removeMatchingHeaders(/^host$/i,this._options.headers);var u=s.parse(this._currentUrl);var _=c||u.host;var g=/^\w+:/.test(n)?this._currentUrl:s.format(Object.assign(u,{host:_}));var v;try{v=s.resolve(g,n)}catch(e){this.emit("error",new S({cause:e}));return}f("redirecting to",v);this._isRedirect=true;var P=s.parse(v);Object.assign(this._options,P);if(P.protocol!==u.protocol&&P.protocol!=="https:"||P.host!==_&&!isSubdomain(P.host,_)){removeMatchingHeaders(/^(?:authorization|cookie)$/i,this._options.headers)}if(isFunction(o)){var C={headers:e.headers,statusCode:i};var I={url:g,method:a,headers:r};try{o(this._options,C,I)}catch(e){this.emit("error",e);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(e){this.emit("error",new S({cause:e}))}};function wrap(e){var i={maxRedirects:21,maxBodyLength:10*1024*1024};var n={};Object.keys(e).forEach((function(o){var a=o+":";var c=n[a]=e[o];var _=i[o]=Object.create(c);function request(e,o,c){if(isString(e)){var _;try{_=urlToOptions(new r(e))}catch(i){_=s.parse(e)}if(!isString(_.protocol)){throw new v({input:e})}e=_}else if(r&&e instanceof r){e=urlToOptions(e)}else{c=o;o=e;e={protocol:a}}if(isFunction(o)){c=o;o=null}o=Object.assign({maxRedirects:i.maxRedirects,maxBodyLength:i.maxBodyLength},e,o);o.nativeProtocols=n;if(!isString(o.host)&&!isString(o.hostname)){o.hostname="::1"}u.equal(o.protocol,a,"protocol mismatch");f("options",o);return new RedirectableRequest(o,c)}function get(e,i,n){var s=_.request(e,i,n);s.end();return s}Object.defineProperties(_,{request:{value:request,configurable:true,enumerable:true,writable:true},get:{value:get,configurable:true,enumerable:true,writable:true}})}));return i}function noop(){}function urlToOptions(e){var i={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};if(e.port!==""){i.port=Number(e.port)}return i}function removeMatchingHeaders(e,i){var n;for(var s in i){if(e.test(s)){n=i[s];delete i[s]}}return n===null||typeof n==="undefined"?undefined:String(n).trim()}function createErrorType(e,i,n){function CustomError(n){Error.captureStackTrace(this,this.constructor);Object.assign(this,n||{});this.code=e;this.message=this.cause?i+": "+this.cause.message:i}CustomError.prototype=new(n||Error);CustomError.prototype.constructor=CustomError;CustomError.prototype.name="Error ["+e+"]";return CustomError}function destroyRequest(e,i){for(var n of _){e.removeListener(n,g[n])}e.on("error",noop);e.destroy(i)}function isSubdomain(e,i){u(isString(e)&&isString(i));var n=e.length-i.length-1;return n>0&&e[n]==="."&&e.endsWith(i)}function isString(e){return typeof e==="string"||e instanceof String}function isFunction(e){return typeof e==="function"}function isBuffer(e){return typeof e==="object"&&"length"in e}e.exports=wrap({http:o,https:a});e.exports.wrap=wrap},64334:(e,i,n)=>{var s=n(85443);var r=n(73837);var o=n(71017);var a=n(13685);var c=n(95687);var u=n(57310).parse;var f=n(57147);var _=n(12781).Stream;var g=n(43583);var v=n(14812);var S=n(17142);e.exports=FormData;r.inherits(FormData,s);function FormData(e){if(!(this instanceof FormData)){return new FormData(e)}this._overheadLength=0;this._valueLength=0;this._valuesToMeasure=[];s.call(this);e=e||{};for(var i in e){this[i]=e[i]}}FormData.LINE_BREAK="\r\n";FormData.DEFAULT_CONTENT_TYPE="application/octet-stream";FormData.prototype.append=function(e,i,n){n=n||{};if(typeof n=="string"){n={filename:n}}var o=s.prototype.append.bind(this);if(typeof i=="number"){i=""+i}if(r.isArray(i)){this._error(new Error("Arrays are not supported."));return}var a=this._multiPartHeader(e,i,n);var c=this._multiPartFooter();o(a);o(i);o(c);this._trackLength(a,i,n)};FormData.prototype._trackLength=function(e,i,n){var s=0;if(n.knownLength!=null){s+=+n.knownLength}else if(Buffer.isBuffer(i)){s=i.length}else if(typeof i==="string"){s=Buffer.byteLength(i)}this._valueLength+=s;this._overheadLength+=Buffer.byteLength(e)+FormData.LINE_BREAK.length;if(!i||!i.path&&!(i.readable&&i.hasOwnProperty("httpVersion"))&&!(i instanceof _)){return}if(!n.knownLength){this._valuesToMeasure.push(i)}};FormData.prototype._lengthRetriever=function(e,i){if(e.hasOwnProperty("fd")){if(e.end!=undefined&&e.end!=Infinity&&e.start!=undefined){i(null,e.end+1-(e.start?e.start:0))}else{f.stat(e.path,(function(n,s){var r;if(n){i(n);return}r=s.size-(e.start?e.start:0);i(null,r)}))}}else if(e.hasOwnProperty("httpVersion")){i(null,+e.headers["content-length"])}else if(e.hasOwnProperty("httpModule")){e.on("response",(function(n){e.pause();i(null,+n.headers["content-length"])}));e.resume()}else{i("Unknown stream")}};FormData.prototype._multiPartHeader=function(e,i,n){if(typeof n.header=="string"){return n.header}var s=this._getContentDisposition(i,n);var r=this._getContentType(i,n);var o="";var a={"Content-Disposition":["form-data",'name="'+e+'"'].concat(s||[]),"Content-Type":[].concat(r||[])};if(typeof n.header=="object"){S(a,n.header)}var c;for(var u in a){if(!a.hasOwnProperty(u))continue;c=a[u];if(c==null){continue}if(!Array.isArray(c)){c=[c]}if(c.length){o+=u+": "+c.join("; ")+FormData.LINE_BREAK}}return"--"+this.getBoundary()+FormData.LINE_BREAK+o+FormData.LINE_BREAK};FormData.prototype._getContentDisposition=function(e,i){var n,s;if(typeof i.filepath==="string"){n=o.normalize(i.filepath).replace(/\\/g,"/")}else if(i.filename||e.name||e.path){n=o.basename(i.filename||e.name||e.path)}else if(e.readable&&e.hasOwnProperty("httpVersion")){n=o.basename(e.client._httpMessage.path||"")}if(n){s='filename="'+n+'"'}return s};FormData.prototype._getContentType=function(e,i){var n=i.contentType;if(!n&&e.name){n=g.lookup(e.name)}if(!n&&e.path){n=g.lookup(e.path)}if(!n&&e.readable&&e.hasOwnProperty("httpVersion")){n=e.headers["content-type"]}if(!n&&(i.filepath||i.filename)){n=g.lookup(i.filepath||i.filename)}if(!n&&typeof e=="object"){n=FormData.DEFAULT_CONTENT_TYPE}return n};FormData.prototype._multiPartFooter=function(){return function(e){var i=FormData.LINE_BREAK;var n=this._streams.length===0;if(n){i+=this._lastBoundary()}e(i)}.bind(this)};FormData.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+FormData.LINE_BREAK};FormData.prototype.getHeaders=function(e){var i;var n={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(i in e){if(e.hasOwnProperty(i)){n[i.toLowerCase()]=e[i]}}return n};FormData.prototype.setBoundary=function(e){this._boundary=e};FormData.prototype.getBoundary=function(){if(!this._boundary){this._generateBoundary()}return this._boundary};FormData.prototype.getBuffer=function(){var e=new Buffer.alloc(0);var i=this.getBoundary();for(var n=0,s=this._streams.length;n{e.exports=function(e,i){Object.keys(i).forEach((function(n){e[n]=e[n]||i[n]}));return e}},19320:e=>{"use strict";var i="Function.prototype.bind called on incompatible ";var n=Array.prototype.slice;var s=Object.prototype.toString;var r="[object Function]";e.exports=function bind(e){var o=this;if(typeof o!=="function"||s.call(o)!==r){throw new TypeError(i+o)}var a=n.call(arguments,1);var c;var binder=function(){if(this instanceof c){var i=o.apply(this,a.concat(n.call(arguments)));if(Object(i)===i){return i}return this}else{return o.apply(e,a.concat(n.call(arguments)))}};var u=Math.max(0,o.length-a.length);var f=[];for(var _=0;_{"use strict";var s=n(19320);e.exports=Function.prototype.bind||s},74538:(e,i,n)=>{"use strict";var s;var r=SyntaxError;var o=Function;var a=TypeError;var getEvalledConstructor=function(e){try{return o('"use strict"; return ('+e+").constructor;")()}catch(e){}};var c=Object.getOwnPropertyDescriptor;if(c){try{c({},"")}catch(e){c=null}}var throwTypeError=function(){throw new a};var u=c?function(){try{arguments.callee;return throwTypeError}catch(e){try{return c(arguments,"callee").get}catch(e){return throwTypeError}}}():throwTypeError;var f=n(40587)();var _=Object.getPrototypeOf||function(e){return e.__proto__};var g={};var v=typeof Uint8Array==="undefined"?s:_(Uint8Array);var S={"%AggregateError%":typeof AggregateError==="undefined"?s:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer==="undefined"?s:ArrayBuffer,"%ArrayIteratorPrototype%":f?_([][Symbol.iterator]()):s,"%AsyncFromSyncIteratorPrototype%":s,"%AsyncFunction%":g,"%AsyncGenerator%":g,"%AsyncGeneratorFunction%":g,"%AsyncIteratorPrototype%":g,"%Atomics%":typeof Atomics==="undefined"?s:Atomics,"%BigInt%":typeof BigInt==="undefined"?s:BigInt,"%BigInt64Array%":typeof BigInt64Array==="undefined"?s:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array==="undefined"?s:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView==="undefined"?s:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array==="undefined"?s:Float32Array,"%Float64Array%":typeof Float64Array==="undefined"?s:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry==="undefined"?s:FinalizationRegistry,"%Function%":o,"%GeneratorFunction%":g,"%Int8Array%":typeof Int8Array==="undefined"?s:Int8Array,"%Int16Array%":typeof Int16Array==="undefined"?s:Int16Array,"%Int32Array%":typeof Int32Array==="undefined"?s:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f?_(_([][Symbol.iterator]())):s,"%JSON%":typeof JSON==="object"?JSON:s,"%Map%":typeof Map==="undefined"?s:Map,"%MapIteratorPrototype%":typeof Map==="undefined"||!f?s:_((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise==="undefined"?s:Promise,"%Proxy%":typeof Proxy==="undefined"?s:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect==="undefined"?s:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set==="undefined"?s:Set,"%SetIteratorPrototype%":typeof Set==="undefined"||!f?s:_((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer==="undefined"?s:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f?_(""[Symbol.iterator]()):s,"%Symbol%":f?Symbol:s,"%SyntaxError%":r,"%ThrowTypeError%":u,"%TypedArray%":v,"%TypeError%":a,"%Uint8Array%":typeof Uint8Array==="undefined"?s:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray==="undefined"?s:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array==="undefined"?s:Uint16Array,"%Uint32Array%":typeof Uint32Array==="undefined"?s:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap==="undefined"?s:WeakMap,"%WeakRef%":typeof WeakRef==="undefined"?s:WeakRef,"%WeakSet%":typeof WeakSet==="undefined"?s:WeakSet};try{null.error}catch(e){var b=_(_(e));S["%Error.prototype%"]=b}var P=function doEval(e){var i;if(e==="%AsyncFunction%"){i=getEvalledConstructor("async function () {}")}else if(e==="%GeneratorFunction%"){i=getEvalledConstructor("function* () {}")}else if(e==="%AsyncGeneratorFunction%"){i=getEvalledConstructor("async function* () {}")}else if(e==="%AsyncGenerator%"){var n=doEval("%AsyncGeneratorFunction%");if(n){i=n.prototype}}else if(e==="%AsyncIteratorPrototype%"){var s=doEval("%AsyncGenerator%");if(s){i=_(s.prototype)}}S[e]=i;return i};var C={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]};var I=n(88334);var x=n(76339);var k=I.call(Function.call,Array.prototype.concat);var N=I.call(Function.apply,Array.prototype.splice);var T=I.call(Function.call,String.prototype.replace);var O=I.call(Function.call,String.prototype.slice);var E=I.call(Function.call,RegExp.prototype.exec);var L=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;var A=/\\(\\)?/g;var R=function stringToPath(e){var i=O(e,0,1);var n=O(e,-1);if(i==="%"&&n!=="%"){throw new r("invalid intrinsic syntax, expected closing `%`")}else if(n==="%"&&i!=="%"){throw new r("invalid intrinsic syntax, expected opening `%`")}var s=[];T(e,L,(function(e,i,n,r){s[s.length]=n?T(r,A,"$1"):i||e}));return s};var U=function getBaseIntrinsic(e,i){var n=e;var s;if(x(C,n)){s=C[n];n="%"+s[0]+"%"}if(x(S,n)){var o=S[n];if(o===g){o=P(n)}if(typeof o==="undefined"&&!i){throw new a("intrinsic "+e+" exists, but is not available. Please file an issue!")}return{alias:s,name:n,value:o}}throw new r("intrinsic "+e+" does not exist!")};e.exports=function GetIntrinsic(e,i){if(typeof e!=="string"||e.length===0){throw new a("intrinsic name must be a non-empty string")}if(arguments.length>1&&typeof i!=="boolean"){throw new a('"allowMissing" argument must be a boolean')}if(E(/^%?[^%]*%?$/,e)===null){throw new r("`%` may not be present anywhere but at the beginning and end of the intrinsic name")}var n=R(e);var o=n.length>0?n[0]:"";var u=U("%"+o+"%",i);var f=u.name;var _=u.value;var g=false;var v=u.alias;if(v){o=v[0];N(n,k([0,1],v))}for(var b=1,P=true;b=n.length){var L=c(_,C);P=!!L;if(P&&"get"in L&&!("originalValue"in L.get)){_=L.get}else{_=_[C]}}else{P=x(_,C);_=_[C]}if(P&&!g){S[f]=_}}}return _}},31621:e=>{"use strict";e.exports=(e,i=process.argv)=>{const n=e.startsWith("-")?"":e.length===1?"-":"--";const s=i.indexOf(n+e);const r=i.indexOf("--");return s!==-1&&(r===-1||s{"use strict";var s=typeof Symbol!=="undefined"&&Symbol;var r=n(57747);e.exports=function hasNativeSymbols(){if(typeof s!=="function"){return false}if(typeof Symbol!=="function"){return false}if(typeof s("foo")!=="symbol"){return false}if(typeof Symbol("bar")!=="symbol"){return false}return r()}},57747:e=>{"use strict";e.exports=function hasSymbols(){if(typeof Symbol!=="function"||typeof Object.getOwnPropertySymbols!=="function"){return false}if(typeof Symbol.iterator==="symbol"){return true}var e={};var i=Symbol("test");var n=Object(i);if(typeof i==="string"){return false}if(Object.prototype.toString.call(i)!=="[object Symbol]"){return false}if(Object.prototype.toString.call(n)!=="[object Symbol]"){return false}var s=42;e[i]=s;for(i in e){return false}if(typeof Object.keys==="function"&&Object.keys(e).length!==0){return false}if(typeof Object.getOwnPropertyNames==="function"&&Object.getOwnPropertyNames(e).length!==0){return false}var r=Object.getOwnPropertySymbols(e);if(r.length!==1||r[0]!==i){return false}if(!Object.prototype.propertyIsEnumerable.call(e,i)){return false}if(typeof Object.getOwnPropertyDescriptor==="function"){var o=Object.getOwnPropertyDescriptor(e,i);if(o.value!==s||o.enumerable!==true){return false}}return true}},76339:(e,i,n)=>{"use strict";var s=n(88334);e.exports=s.call(Function.call,Object.prototype.hasOwnProperty)},15098:function(e,i,n){"use strict";var s=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const o=r(n(41808));const a=r(n(24404));const c=r(n(57310));const u=r(n(39491));const f=r(n(38237));const _=n(49690);const g=r(n(595));const v=f.default("https-proxy-agent:agent");class HttpsProxyAgent extends _.Agent{constructor(e){let i;if(typeof e==="string"){i=c.default.parse(e)}else{i=e}if(!i){throw new Error("an HTTP(S) proxy server `host` and `port` must be specified!")}v("creating new HttpsProxyAgent instance: %o",i);super(i);const n=Object.assign({},i);this.secureProxy=i.secureProxy||isHTTPS(n.protocol);n.host=n.hostname||n.host;if(typeof n.port==="string"){n.port=parseInt(n.port,10)}if(!n.port&&n.host){n.port=this.secureProxy?443:80}if(this.secureProxy&&!("ALPNProtocols"in n)){n.ALPNProtocols=["http 1.1"]}if(n.host&&n.path){delete n.path;delete n.pathname}this.proxy=n}callback(e,i){return s(this,void 0,void 0,(function*(){const{proxy:n,secureProxy:s}=this;let r;if(s){v("Creating `tls.Socket`: %o",n);r=a.default.connect(n)}else{v("Creating `net.Socket`: %o",n);r=o.default.connect(n)}const c=Object.assign({},n.headers);const f=`${i.host}:${i.port}`;let _=`CONNECT ${f} HTTP/1.1\r\n`;if(n.auth){c["Proxy-Authorization"]=`Basic ${Buffer.from(n.auth).toString("base64")}`}let{host:S,port:b,secureEndpoint:P}=i;if(!isDefaultPort(b,P)){S+=`:${b}`}c.Host=S;c.Connection="close";for(const e of Object.keys(c)){_+=`${e}: ${c[e]}\r\n`}const C=g.default(r);r.write(`${_}\r\n`);const{statusCode:I,buffered:x}=yield C;if(I===200){e.once("socket",resume);if(i.secureEndpoint){v("Upgrading socket connection to TLS");const e=i.servername||i.host;return a.default.connect(Object.assign(Object.assign({},omit(i,"host","hostname","path","port")),{socket:r,servername:e}))}return r}r.destroy();const k=new o.default.Socket({writable:false});k.readable=true;e.once("socket",(e=>{v("replaying proxy buffer for failed request");u.default(e.listenerCount("data")>0);e.push(x);e.push(null)}));return k}))}}i["default"]=HttpsProxyAgent;function resume(e){e.resume()}function isDefaultPort(e,i){return Boolean(!i&&e===80||i&&e===443)}function isHTTPS(e){return typeof e==="string"?/^https:?$/i.test(e):false}function omit(e,...i){const n={};let s;for(s in e){if(!i.includes(s)){n[s]=e[s]}}return n}},77219:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(15098));function createHttpsProxyAgent(e){return new r.default(e)}(function(e){e.HttpsProxyAgent=r.default;e.prototype=r.default.prototype})(createHttpsProxyAgent||(createHttpsProxyAgent={}));e.exports=createHttpsProxyAgent},595:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(38237));const o=r.default("https-proxy-agent:parse-proxy-response");function parseProxyResponse(e){return new Promise(((i,n)=>{let s=0;const r=[];function read(){const i=e.read();if(i)ondata(i);else e.once("readable",read)}function cleanup(){e.removeListener("end",onend);e.removeListener("error",onerror);e.removeListener("close",onclose);e.removeListener("readable",read)}function onclose(e){o("onclose had error %o",e)}function onend(){o("onend")}function onerror(e){cleanup();o("onerror %o",e);n(e)}function ondata(e){r.push(e);s+=e.length;const n=Buffer.concat(r,s);const a=n.indexOf("\r\n\r\n");if(a===-1){o("have not received end of HTTP headers yet...");read();return}const c=n.toString("ascii",0,n.indexOf("\r\n"));const u=+c.split(" ")[1];o("got proxy server response: %o",c);i({statusCode:u,buffered:n})}e.on("error",onerror);e.on("close",onclose);e.on("end",onend);read()}))}i["default"]=parseProxyResponse},53359:(e,i,n)=>{var s=n(4636);e.exports=function(e,i){i=i||{};var n=s.decode(e,i);if(!n){return null}var r=n.payload;if(typeof r==="string"){try{var o=JSON.parse(r);if(o!==null&&typeof o==="object"){r=o}}catch(e){}}if(i.complete===true){return{header:n.header,payload:r,signature:n.signature}}return r}},77486:(e,i,n)=>{e.exports={verify:n(12327),sign:n(82022),JsonWebTokenError:n(405),NotBeforeError:n(4383),TokenExpiredError:n(46637)};Object.defineProperty(e.exports,"decode",{enumerable:false,value:n(53359)})},405:e=>{var JsonWebTokenError=function(e,i){Error.call(this,e);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="JsonWebTokenError";this.message=e;if(i)this.inner=i};JsonWebTokenError.prototype=Object.create(Error.prototype);JsonWebTokenError.prototype.constructor=JsonWebTokenError;e.exports=JsonWebTokenError},4383:(e,i,n)=>{var s=n(405);var NotBeforeError=function(e,i){s.call(this,e);this.name="NotBeforeError";this.date=i};NotBeforeError.prototype=Object.create(s.prototype);NotBeforeError.prototype.constructor=NotBeforeError;e.exports=NotBeforeError},46637:(e,i,n)=>{var s=n(405);var TokenExpiredError=function(e,i){s.call(this,e);this.name="TokenExpiredError";this.expiredAt=i};TokenExpiredError.prototype=Object.create(s.prototype);TokenExpiredError.prototype.constructor=TokenExpiredError;e.exports=TokenExpiredError},7622:(e,i,n)=>{const s=n(43998);e.exports=s.satisfies(process.version,">=15.7.0")},59085:(e,i,n)=>{var s=n(43998);e.exports=s.satisfies(process.version,"^6.12.0 || >=8.0.0")},45170:(e,i,n)=>{const s=n(43998);e.exports=s.satisfies(process.version,">=16.9.0")},46098:(e,i,n)=>{var s=n(80900);e.exports=function(e,i){var n=i||Math.floor(Date.now()/1e3);if(typeof e==="string"){var r=s(e);if(typeof r==="undefined"){return}return Math.floor(n+r/1e3)}else if(typeof e==="number"){return n+e}else{return}}},47596:(e,i,n)=>{const s=n(7622);const r=n(45170);const o={ec:["ES256","ES384","ES512"],rsa:["RS256","PS256","RS384","PS384","RS512","PS512"],"rsa-pss":["PS256","PS384","PS512"]};const a={ES256:"prime256v1",ES384:"secp384r1",ES512:"secp521r1"};e.exports=function(e,i){if(!e||!i)return;const n=i.asymmetricKeyType;if(!n)return;const c=o[n];if(!c){throw new Error(`Unknown key type "${n}".`)}if(!c.includes(e)){throw new Error(`"alg" parameter for "${n}" key type must be one of: ${c.join(", ")}.`)}if(s){switch(n){case"ec":const n=i.asymmetricKeyDetails.namedCurve;const s=a[e];if(n!==s){throw new Error(`"alg" parameter "${e}" requires curve "${s}".`)}break;case"rsa-pss":if(r){const n=parseInt(e.slice(-3),10);const{hashAlgorithm:s,mgf1HashAlgorithm:r,saltLength:o}=i.asymmetricKeyDetails;if(s!==`sha${n}`||r!==s){throw new Error(`Invalid key for this operation, its RSA-PSS parameters do not meet the requirements of "alg" ${e}.`)}if(o!==undefined&&o>n>>3){throw new Error(`Invalid key for this operation, its RSA-PSS parameter saltLength does not meet the requirements of "alg" ${e}.`)}}break}}}},23269:(e,i,n)=>{"use strict";const s=n(40665);const r=Symbol("max");const o=Symbol("length");const a=Symbol("lengthCalculator");const c=Symbol("allowStale");const u=Symbol("maxAge");const f=Symbol("dispose");const _=Symbol("noDisposeOnSet");const g=Symbol("lruList");const v=Symbol("cache");const S=Symbol("updateAgeOnGet");const naiveLength=()=>1;class LRUCache{constructor(e){if(typeof e==="number")e={max:e};if(!e)e={};if(e.max&&(typeof e.max!=="number"||e.max<0))throw new TypeError("max must be a non-negative number");const i=this[r]=e.max||Infinity;const n=e.length||naiveLength;this[a]=typeof n!=="function"?naiveLength:n;this[c]=e.stale||false;if(e.maxAge&&typeof e.maxAge!=="number")throw new TypeError("maxAge must be a number");this[u]=e.maxAge||0;this[f]=e.dispose;this[_]=e.noDisposeOnSet||false;this[S]=e.updateAgeOnGet||false;this.reset()}set max(e){if(typeof e!=="number"||e<0)throw new TypeError("max must be a non-negative number");this[r]=e||Infinity;trim(this)}get max(){return this[r]}set allowStale(e){this[c]=!!e}get allowStale(){return this[c]}set maxAge(e){if(typeof e!=="number")throw new TypeError("maxAge must be a non-negative number");this[u]=e;trim(this)}get maxAge(){return this[u]}set lengthCalculator(e){if(typeof e!=="function")e=naiveLength;if(e!==this[a]){this[a]=e;this[o]=0;this[g].forEach((e=>{e.length=this[a](e.value,e.key);this[o]+=e.length}))}trim(this)}get lengthCalculator(){return this[a]}get length(){return this[o]}get itemCount(){return this[g].length}rforEach(e,i){i=i||this;for(let n=this[g].tail;n!==null;){const s=n.prev;forEachStep(this,e,n,i);n=s}}forEach(e,i){i=i||this;for(let n=this[g].head;n!==null;){const s=n.next;forEachStep(this,e,n,i);n=s}}keys(){return this[g].toArray().map((e=>e.key))}values(){return this[g].toArray().map((e=>e.value))}reset(){if(this[f]&&this[g]&&this[g].length){this[g].forEach((e=>this[f](e.key,e.value)))}this[v]=new Map;this[g]=new s;this[o]=0}dump(){return this[g].map((e=>isStale(this,e)?false:{k:e.key,v:e.value,e:e.now+(e.maxAge||0)})).toArray().filter((e=>e))}dumpLru(){return this[g]}set(e,i,n){n=n||this[u];if(n&&typeof n!=="number")throw new TypeError("maxAge must be a number");const s=n?Date.now():0;const c=this[a](i,e);if(this[v].has(e)){if(c>this[r]){del(this,this[v].get(e));return false}const a=this[v].get(e);const u=a.value;if(this[f]){if(!this[_])this[f](e,u.value)}u.now=s;u.maxAge=n;u.value=i;this[o]+=c-u.length;u.length=c;this.get(e);trim(this);return true}const S=new Entry(e,i,c,s,n);if(S.length>this[r]){if(this[f])this[f](e,i);return false}this[o]+=S.length;this[g].unshift(S);this[v].set(e,this[g].head);trim(this);return true}has(e){if(!this[v].has(e))return false;const i=this[v].get(e).value;return!isStale(this,i)}get(e){return get(this,e,true)}peek(e){return get(this,e,false)}pop(){const e=this[g].tail;if(!e)return null;del(this,e);return e.value}del(e){del(this,this[v].get(e))}load(e){this.reset();const i=Date.now();for(let n=e.length-1;n>=0;n--){const s=e[n];const r=s.e||0;if(r===0)this.set(s.k,s.v);else{const e=r-i;if(e>0){this.set(s.k,s.v,e)}}}}prune(){this[v].forEach(((e,i)=>get(this,i,false)))}}const get=(e,i,n)=>{const s=e[v].get(i);if(s){const i=s.value;if(isStale(e,i)){del(e,s);if(!e[c])return undefined}else{if(n){if(e[S])s.value.now=Date.now();e[g].unshiftNode(s)}}return i.value}};const isStale=(e,i)=>{if(!i||!i.maxAge&&!e[u])return false;const n=Date.now()-i.now;return i.maxAge?n>i.maxAge:e[u]&&n>e[u]};const trim=e=>{if(e[o]>e[r]){for(let i=e[g].tail;e[o]>e[r]&&i!==null;){const n=i.prev;del(e,i);i=n}}};const del=(e,i)=>{if(i){const n=i.value;if(e[f])e[f](n.key,n.value);e[o]-=n.length;e[v].delete(n.key);e[g].removeNode(i)}};class Entry{constructor(e,i,n,s,r){this.key=e;this.value=i;this.length=n;this.now=s;this.maxAge=r||0}}const forEachStep=(e,i,n,s)=>{let r=n.value;if(isStale(e,r)){del(e,n);if(!e[c])r=undefined}if(r)i.call(s,r.value,r.key,e)};e.exports=LRUCache},24644:(e,i,n)=>{const s=Symbol("SemVer ANY");class Comparator{static get ANY(){return s}constructor(e,i){i=r(i);if(e instanceof Comparator){if(e.loose===!!i.loose){return e}else{e=e.value}}u("comparator",e,i);this.options=i;this.loose=!!i.loose;this.parse(e);if(this.semver===s){this.value=""}else{this.value=this.operator+this.semver.version}u("comp",this)}parse(e){const i=this.options.loose?o[a.COMPARATORLOOSE]:o[a.COMPARATOR];const n=e.match(i);if(!n){throw new TypeError(`Invalid comparator: ${e}`)}this.operator=n[1]!==undefined?n[1]:"";if(this.operator==="="){this.operator=""}if(!n[2]){this.semver=s}else{this.semver=new f(n[2],this.options.loose)}}toString(){return this.value}test(e){u("Comparator.test",e,this.options.loose);if(this.semver===s||e===s){return true}if(typeof e==="string"){try{e=new f(e,this.options)}catch(e){return false}}return c(e,this.operator,this.semver,this.options)}intersects(e,i){if(!(e instanceof Comparator)){throw new TypeError("a Comparator is required")}if(!i||typeof i!=="object"){i={loose:!!i,includePrerelease:false}}if(this.operator===""){if(this.value===""){return true}return new _(e.value,i).test(this.value)}else if(e.operator===""){if(e.value===""){return true}return new _(this.value,i).test(e.semver)}const n=(this.operator===">="||this.operator===">")&&(e.operator===">="||e.operator===">");const s=(this.operator==="<="||this.operator==="<")&&(e.operator==="<="||e.operator==="<");const r=this.semver.version===e.semver.version;const o=(this.operator===">="||this.operator==="<=")&&(e.operator===">="||e.operator==="<=");const a=c(this.semver,"<",e.semver,i)&&(this.operator===">="||this.operator===">")&&(e.operator==="<="||e.operator==="<");const u=c(this.semver,">",e.semver,i)&&(this.operator==="<="||this.operator==="<")&&(e.operator===">="||e.operator===">");return n||s||r&&o||a||u}}e.exports=Comparator;const r=n(85185);const{re:o,t:a}=n(3682);const c=n(23621);const u=n(22935);const f=n(93402);const _=n(34502)},34502:(e,i,n)=>{class Range{constructor(e,i){i=o(i);if(e instanceof Range){if(e.loose===!!i.loose&&e.includePrerelease===!!i.includePrerelease){return e}else{return new Range(e.raw,i)}}if(e instanceof a){this.raw=e.value;this.set=[[e]];this.format();return this}this.options=i;this.loose=!!i.loose;this.includePrerelease=!!i.includePrerelease;this.raw=e;this.set=e.split("||").map((e=>this.parseRange(e.trim()))).filter((e=>e.length));if(!this.set.length){throw new TypeError(`Invalid SemVer Range: ${e}`)}if(this.set.length>1){const e=this.set[0];this.set=this.set.filter((e=>!isNullSet(e[0])));if(this.set.length===0){this.set=[e]}else if(this.set.length>1){for(const e of this.set){if(e.length===1&&isAny(e[0])){this.set=[e];break}}}}this.format()}format(){this.range=this.set.map((e=>e.join(" ").trim())).join("||").trim();return this.range}toString(){return this.range}parseRange(e){e=e.trim();const i=Object.keys(this.options).join(",");const n=`parseRange:${i}:${e}`;const s=r.get(n);if(s){return s}const o=this.options.loose;const u=o?f[_.HYPHENRANGELOOSE]:f[_.HYPHENRANGE];e=e.replace(u,hyphenReplace(this.options.includePrerelease));c("hyphen replace",e);e=e.replace(f[_.COMPARATORTRIM],g);c("comparator trim",e);e=e.replace(f[_.TILDETRIM],v);e=e.replace(f[_.CARETTRIM],S);e=e.split(/\s+/).join(" ");let b=e.split(" ").map((e=>parseComparator(e,this.options))).join(" ").split(/\s+/).map((e=>replaceGTE0(e,this.options)));if(o){b=b.filter((e=>{c("loose invalid filter",e,this.options);return!!e.match(f[_.COMPARATORLOOSE])}))}c("range list",b);const P=new Map;const C=b.map((e=>new a(e,this.options)));for(const e of C){if(isNullSet(e)){return[e]}P.set(e.value,e)}if(P.size>1&&P.has("")){P.delete("")}const I=[...P.values()];r.set(n,I);return I}intersects(e,i){if(!(e instanceof Range)){throw new TypeError("a Range is required")}return this.set.some((n=>isSatisfiable(n,i)&&e.set.some((e=>isSatisfiable(e,i)&&n.every((n=>e.every((e=>n.intersects(e,i)))))))))}test(e){if(!e){return false}if(typeof e==="string"){try{e=new u(e,this.options)}catch(e){return false}}for(let i=0;ie.value==="<0.0.0-0";const isAny=e=>e.value==="";const isSatisfiable=(e,i)=>{let n=true;const s=e.slice();let r=s.pop();while(n&&s.length){n=s.every((e=>r.intersects(e,i)));r=s.pop()}return n};const parseComparator=(e,i)=>{c("comp",e,i);e=replaceCarets(e,i);c("caret",e);e=replaceTildes(e,i);c("tildes",e);e=replaceXRanges(e,i);c("xrange",e);e=replaceStars(e,i);c("stars",e);return e};const isX=e=>!e||e.toLowerCase()==="x"||e==="*";const replaceTildes=(e,i)=>e.trim().split(/\s+/).map((e=>replaceTilde(e,i))).join(" ");const replaceTilde=(e,i)=>{const n=i.loose?f[_.TILDELOOSE]:f[_.TILDE];return e.replace(n,((i,n,s,r,o)=>{c("tilde",e,i,n,s,r,o);let a;if(isX(n)){a=""}else if(isX(s)){a=`>=${n}.0.0 <${+n+1}.0.0-0`}else if(isX(r)){a=`>=${n}.${s}.0 <${n}.${+s+1}.0-0`}else if(o){c("replaceTilde pr",o);a=`>=${n}.${s}.${r}-${o} <${n}.${+s+1}.0-0`}else{a=`>=${n}.${s}.${r} <${n}.${+s+1}.0-0`}c("tilde return",a);return a}))};const replaceCarets=(e,i)=>e.trim().split(/\s+/).map((e=>replaceCaret(e,i))).join(" ");const replaceCaret=(e,i)=>{c("caret",e,i);const n=i.loose?f[_.CARETLOOSE]:f[_.CARET];const s=i.includePrerelease?"-0":"";return e.replace(n,((i,n,r,o,a)=>{c("caret",e,i,n,r,o,a);let u;if(isX(n)){u=""}else if(isX(r)){u=`>=${n}.0.0${s} <${+n+1}.0.0-0`}else if(isX(o)){if(n==="0"){u=`>=${n}.${r}.0${s} <${n}.${+r+1}.0-0`}else{u=`>=${n}.${r}.0${s} <${+n+1}.0.0-0`}}else if(a){c("replaceCaret pr",a);if(n==="0"){if(r==="0"){u=`>=${n}.${r}.${o}-${a} <${n}.${r}.${+o+1}-0`}else{u=`>=${n}.${r}.${o}-${a} <${n}.${+r+1}.0-0`}}else{u=`>=${n}.${r}.${o}-${a} <${+n+1}.0.0-0`}}else{c("no pr");if(n==="0"){if(r==="0"){u=`>=${n}.${r}.${o}${s} <${n}.${r}.${+o+1}-0`}else{u=`>=${n}.${r}.${o}${s} <${n}.${+r+1}.0-0`}}else{u=`>=${n}.${r}.${o} <${+n+1}.0.0-0`}}c("caret return",u);return u}))};const replaceXRanges=(e,i)=>{c("replaceXRanges",e,i);return e.split(/\s+/).map((e=>replaceXRange(e,i))).join(" ")};const replaceXRange=(e,i)=>{e=e.trim();const n=i.loose?f[_.XRANGELOOSE]:f[_.XRANGE];return e.replace(n,((n,s,r,o,a,u)=>{c("xRange",e,n,s,r,o,a,u);const f=isX(r);const _=f||isX(o);const g=_||isX(a);const v=g;if(s==="="&&v){s=""}u=i.includePrerelease?"-0":"";if(f){if(s===">"||s==="<"){n="<0.0.0-0"}else{n="*"}}else if(s&&v){if(_){o=0}a=0;if(s===">"){s=">=";if(_){r=+r+1;o=0;a=0}else{o=+o+1;a=0}}else if(s==="<="){s="<";if(_){r=+r+1}else{o=+o+1}}if(s==="<"){u="-0"}n=`${s+r}.${o}.${a}${u}`}else if(_){n=`>=${r}.0.0${u} <${+r+1}.0.0-0`}else if(g){n=`>=${r}.${o}.0${u} <${r}.${+o+1}.0-0`}c("xRange return",n);return n}))};const replaceStars=(e,i)=>{c("replaceStars",e,i);return e.trim().replace(f[_.STAR],"")};const replaceGTE0=(e,i)=>{c("replaceGTE0",e,i);return e.trim().replace(f[i.includePrerelease?_.GTE0PRE:_.GTE0],"")};const hyphenReplace=e=>(i,n,s,r,o,a,c,u,f,_,g,v,S)=>{if(isX(s)){n=""}else if(isX(r)){n=`>=${s}.0.0${e?"-0":""}`}else if(isX(o)){n=`>=${s}.${r}.0${e?"-0":""}`}else if(a){n=`>=${n}`}else{n=`>=${n}${e?"-0":""}`}if(isX(f)){u=""}else if(isX(_)){u=`<${+f+1}.0.0-0`}else if(isX(g)){u=`<${f}.${+_+1}.0-0`}else if(v){u=`<=${f}.${_}.${g}-${v}`}else if(e){u=`<${f}.${_}.${+g+1}-0`}else{u=`<=${u}`}return`${n} ${u}`.trim()};const testSet=(e,i,n)=>{for(let n=0;n0){const s=e[n].semver;if(s.major===i.major&&s.minor===i.minor&&s.patch===i.patch){return true}}}return false}return true}},93402:(e,i,n)=>{const s=n(22935);const{MAX_LENGTH:r,MAX_SAFE_INTEGER:o}=n(97344);const{re:a,t:c}=n(3682);const u=n(85185);const{compareIdentifiers:f}=n(22179);class SemVer{constructor(e,i){i=u(i);if(e instanceof SemVer){if(e.loose===!!i.loose&&e.includePrerelease===!!i.includePrerelease){return e}else{e=e.version}}else if(typeof e!=="string"){throw new TypeError(`Invalid Version: ${e}`)}if(e.length>r){throw new TypeError(`version is longer than ${r} characters`)}s("SemVer",e,i);this.options=i;this.loose=!!i.loose;this.includePrerelease=!!i.includePrerelease;const n=e.trim().match(i.loose?a[c.LOOSE]:a[c.FULL]);if(!n){throw new TypeError(`Invalid Version: ${e}`)}this.raw=e;this.major=+n[1];this.minor=+n[2];this.patch=+n[3];if(this.major>o||this.major<0){throw new TypeError("Invalid major version")}if(this.minor>o||this.minor<0){throw new TypeError("Invalid minor version")}if(this.patch>o||this.patch<0){throw new TypeError("Invalid patch version")}if(!n[4]){this.prerelease=[]}else{this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const i=+e;if(i>=0&&i=0){if(typeof this.prerelease[e]==="number"){this.prerelease[e]++;e=-2}}if(e===-1){this.prerelease.push(0)}}if(i){if(f(this.prerelease[0],i)===0){if(isNaN(this.prerelease[1])){this.prerelease=[i,0]}}else{this.prerelease=[i,0]}}break;default:throw new Error(`invalid increment argument: ${e}`)}this.format();this.raw=this.version;return this}}e.exports=SemVer},18751:(e,i,n)=>{const s=n(53371);const clean=(e,i)=>{const n=s(e.trim().replace(/^[=v]+/,""),i);return n?n.version:null};e.exports=clean},23621:(e,i,n)=>{const s=n(59792);const r=n(30658);const o=n(47040);const a=n(97445);const c=n(16054);const u=n(79387);const cmp=(e,i,n,f)=>{switch(i){case"===":if(typeof e==="object"){e=e.version}if(typeof n==="object"){n=n.version}return e===n;case"!==":if(typeof e==="object"){e=e.version}if(typeof n==="object"){n=n.version}return e!==n;case"":case"=":case"==":return s(e,n,f);case"!=":return r(e,n,f);case">":return o(e,n,f);case">=":return a(e,n,f);case"<":return c(e,n,f);case"<=":return u(e,n,f);default:throw new TypeError(`Invalid operator: ${i}`)}};e.exports=cmp},85766:(e,i,n)=>{const s=n(93402);const r=n(53371);const{re:o,t:a}=n(3682);const coerce=(e,i)=>{if(e instanceof s){return e}if(typeof e==="number"){e=String(e)}if(typeof e!=="string"){return null}i=i||{};let n=null;if(!i.rtl){n=e.match(o[a.COERCE])}else{let i;while((i=o[a.COERCERTL].exec(e))&&(!n||n.index+n[0].length!==e.length)){if(!n||i.index+i[0].length!==n.index+n[0].length){n=i}o[a.COERCERTL].lastIndex=i.index+i[1].length+i[2].length}o[a.COERCERTL].lastIndex=-1}if(n===null){return null}return r(`${n[2]}.${n[3]||"0"}.${n[4]||"0"}`,i)};e.exports=coerce},1036:(e,i,n)=>{const s=n(93402);const compareBuild=(e,i,n)=>{const r=new s(e,n);const o=new s(i,n);return r.compare(o)||r.compareBuild(o)};e.exports=compareBuild},4626:(e,i,n)=>{const s=n(24343);const compareLoose=(e,i)=>s(e,i,true);e.exports=compareLoose},24343:(e,i,n)=>{const s=n(93402);const compare=(e,i,n)=>new s(e,n).compare(new s(i,n));e.exports=compare},94836:(e,i,n)=>{const s=n(53371);const r=n(59792);const diff=(e,i)=>{if(r(e,i)){return null}else{const n=s(e);const r=s(i);const o=n.prerelease.length||r.prerelease.length;const a=o?"pre":"";const c=o?"prerelease":"";for(const e in n){if(e==="major"||e==="minor"||e==="patch"){if(n[e]!==r[e]){return a+e}}}return c}};e.exports=diff},59792:(e,i,n)=>{const s=n(24343);const eq=(e,i,n)=>s(e,i,n)===0;e.exports=eq},47040:(e,i,n)=>{const s=n(24343);const gt=(e,i,n)=>s(e,i,n)>0;e.exports=gt},97445:(e,i,n)=>{const s=n(24343);const gte=(e,i,n)=>s(e,i,n)>=0;e.exports=gte},88877:(e,i,n)=>{const s=n(93402);const inc=(e,i,n,r)=>{if(typeof n==="string"){r=n;n=undefined}try{return new s(e instanceof s?e.version:e,n).inc(i,r).version}catch(e){return null}};e.exports=inc},16054:(e,i,n)=>{const s=n(24343);const lt=(e,i,n)=>s(e,i,n)<0;e.exports=lt},79387:(e,i,n)=>{const s=n(24343);const lte=(e,i,n)=>s(e,i,n)<=0;e.exports=lte},57269:(e,i,n)=>{const s=n(93402);const major=(e,i)=>new s(e,i).major;e.exports=major},59725:(e,i,n)=>{const s=n(93402);const minor=(e,i)=>new s(e,i).minor;e.exports=minor},30658:(e,i,n)=>{const s=n(24343);const neq=(e,i,n)=>s(e,i,n)!==0;e.exports=neq},53371:(e,i,n)=>{const{MAX_LENGTH:s}=n(97344);const{re:r,t:o}=n(3682);const a=n(93402);const c=n(85185);const parse=(e,i)=>{i=c(i);if(e instanceof a){return e}if(typeof e!=="string"){return null}if(e.length>s){return null}const n=i.loose?r[o.LOOSE]:r[o.FULL];if(!n.test(e)){return null}try{return new a(e,i)}catch(e){return null}};e.exports=parse},98691:(e,i,n)=>{const s=n(93402);const patch=(e,i)=>new s(e,i).patch;e.exports=patch},47892:(e,i,n)=>{const s=n(53371);const prerelease=(e,i)=>{const n=s(e,i);return n&&n.prerelease.length?n.prerelease:null};e.exports=prerelease},98227:(e,i,n)=>{const s=n(24343);const rcompare=(e,i,n)=>s(i,e,n);e.exports=rcompare},24590:(e,i,n)=>{const s=n(1036);const rsort=(e,i)=>e.sort(((e,n)=>s(n,e,i)));e.exports=rsort},45056:(e,i,n)=>{const s=n(34502);const satisfies=(e,i,n)=>{try{i=new s(i,n)}catch(e){return false}return i.test(e)};e.exports=satisfies},52340:(e,i,n)=>{const s=n(1036);const sort=(e,i)=>e.sort(((e,n)=>s(e,n,i)));e.exports=sort},85715:(e,i,n)=>{const s=n(53371);const valid=(e,i)=>{const n=s(e,i);return n?n.version:null};e.exports=valid},43998:(e,i,n)=>{const s=n(3682);const r=n(97344);const o=n(93402);const a=n(22179);const c=n(53371);const u=n(85715);const f=n(18751);const _=n(88877);const g=n(94836);const v=n(57269);const S=n(59725);const b=n(98691);const P=n(47892);const C=n(24343);const I=n(98227);const x=n(4626);const k=n(1036);const N=n(52340);const T=n(24590);const O=n(47040);const E=n(16054);const L=n(59792);const A=n(30658);const R=n(97445);const U=n(79387);const J=n(23621);const F=n(85766);const V=n(24644);const q=n(34502);const j=n(45056);const z=n(54676);const B=n(5471);const W=n(65356);const H=n(7825);const K=n(66895);const Q=n(8629);const G=n(98360);const X=n(53270);const Y=n(1373);const Z=n(94336);const ee=n(54979);e.exports={parse:c,valid:u,clean:f,inc:_,diff:g,major:v,minor:S,patch:b,prerelease:P,compare:C,rcompare:I,compareLoose:x,compareBuild:k,sort:N,rsort:T,gt:O,lt:E,eq:L,neq:A,gte:R,lte:U,cmp:J,coerce:F,Comparator:V,Range:q,satisfies:j,toComparators:z,maxSatisfying:B,minSatisfying:W,minVersion:H,validRange:K,outside:Q,gtr:G,ltr:X,intersects:Y,simplifyRange:Z,subset:ee,SemVer:o,re:s.re,src:s.src,tokens:s.t,SEMVER_SPEC_VERSION:r.SEMVER_SPEC_VERSION,compareIdentifiers:a.compareIdentifiers,rcompareIdentifiers:a.rcompareIdentifiers}},97344:e=>{const i="2.0.0";const n=256;const s=Number.MAX_SAFE_INTEGER||9007199254740991;const r=16;e.exports={SEMVER_SPEC_VERSION:i,MAX_LENGTH:n,MAX_SAFE_INTEGER:s,MAX_SAFE_COMPONENT_LENGTH:r}},22935:e=>{const i=typeof process==="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=i},22179:e=>{const i=/^[0-9]+$/;const compareIdentifiers=(e,n)=>{const s=i.test(e);const r=i.test(n);if(s&&r){e=+e;n=+n}return e===n?0:s&&!r?-1:r&&!s?1:ecompareIdentifiers(i,e);e.exports={compareIdentifiers:compareIdentifiers,rcompareIdentifiers:rcompareIdentifiers}},85185:e=>{const i=["includePrerelease","loose","rtl"];const parseOptions=e=>!e?{}:typeof e!=="object"?{loose:true}:i.filter((i=>e[i])).reduce(((e,i)=>{e[i]=true;return e}),{});e.exports=parseOptions},3682:(e,i,n)=>{const{MAX_SAFE_COMPONENT_LENGTH:s}=n(97344);const r=n(22935);i=e.exports={};const o=i.re=[];const a=i.src=[];const c=i.t={};let u=0;const createToken=(e,i,n)=>{const s=u++;r(e,s,i);c[e]=s;a[s]=i;o[s]=new RegExp(i,n?"g":undefined)};createToken("NUMERICIDENTIFIER","0|[1-9]\\d*");createToken("NUMERICIDENTIFIERLOOSE","[0-9]+");createToken("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*");createToken("MAINVERSION",`(${a[c.NUMERICIDENTIFIER]})\\.`+`(${a[c.NUMERICIDENTIFIER]})\\.`+`(${a[c.NUMERICIDENTIFIER]})`);createToken("MAINVERSIONLOOSE",`(${a[c.NUMERICIDENTIFIERLOOSE]})\\.`+`(${a[c.NUMERICIDENTIFIERLOOSE]})\\.`+`(${a[c.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASEIDENTIFIER",`(?:${a[c.NUMERICIDENTIFIER]}|${a[c.NONNUMERICIDENTIFIER]})`);createToken("PRERELEASEIDENTIFIERLOOSE",`(?:${a[c.NUMERICIDENTIFIERLOOSE]}|${a[c.NONNUMERICIDENTIFIER]})`);createToken("PRERELEASE",`(?:-(${a[c.PRERELEASEIDENTIFIER]}(?:\\.${a[c.PRERELEASEIDENTIFIER]})*))`);createToken("PRERELEASELOOSE",`(?:-?(${a[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${a[c.PRERELEASEIDENTIFIERLOOSE]})*))`);createToken("BUILDIDENTIFIER","[0-9A-Za-z-]+");createToken("BUILD",`(?:\\+(${a[c.BUILDIDENTIFIER]}(?:\\.${a[c.BUILDIDENTIFIER]})*))`);createToken("FULLPLAIN",`v?${a[c.MAINVERSION]}${a[c.PRERELEASE]}?${a[c.BUILD]}?`);createToken("FULL",`^${a[c.FULLPLAIN]}$`);createToken("LOOSEPLAIN",`[v=\\s]*${a[c.MAINVERSIONLOOSE]}${a[c.PRERELEASELOOSE]}?${a[c.BUILD]}?`);createToken("LOOSE",`^${a[c.LOOSEPLAIN]}$`);createToken("GTLT","((?:<|>)?=?)");createToken("XRANGEIDENTIFIERLOOSE",`${a[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);createToken("XRANGEIDENTIFIER",`${a[c.NUMERICIDENTIFIER]}|x|X|\\*`);createToken("XRANGEPLAIN",`[v=\\s]*(${a[c.XRANGEIDENTIFIER]})`+`(?:\\.(${a[c.XRANGEIDENTIFIER]})`+`(?:\\.(${a[c.XRANGEIDENTIFIER]})`+`(?:${a[c.PRERELEASE]})?${a[c.BUILD]}?`+`)?)?`);createToken("XRANGEPLAINLOOSE",`[v=\\s]*(${a[c.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})`+`(?:${a[c.PRERELEASELOOSE]})?${a[c.BUILD]}?`+`)?)?`);createToken("XRANGE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAIN]}$`);createToken("XRANGELOOSE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAINLOOSE]}$`);createToken("COERCE",`${"(^|[^\\d])"+"(\\d{1,"}${s}})`+`(?:\\.(\\d{1,${s}}))?`+`(?:\\.(\\d{1,${s}}))?`+`(?:$|[^\\d])`);createToken("COERCERTL",a[c.COERCE],true);createToken("LONETILDE","(?:~>?)");createToken("TILDETRIM",`(\\s*)${a[c.LONETILDE]}\\s+`,true);i.tildeTrimReplace="$1~";createToken("TILDE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAIN]}$`);createToken("TILDELOOSE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAINLOOSE]}$`);createToken("LONECARET","(?:\\^)");createToken("CARETTRIM",`(\\s*)${a[c.LONECARET]}\\s+`,true);i.caretTrimReplace="$1^";createToken("CARET",`^${a[c.LONECARET]}${a[c.XRANGEPLAIN]}$`);createToken("CARETLOOSE",`^${a[c.LONECARET]}${a[c.XRANGEPLAINLOOSE]}$`);createToken("COMPARATORLOOSE",`^${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]})$|^$`);createToken("COMPARATOR",`^${a[c.GTLT]}\\s*(${a[c.FULLPLAIN]})$|^$`);createToken("COMPARATORTRIM",`(\\s*)${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]}|${a[c.XRANGEPLAIN]})`,true);i.comparatorTrimReplace="$1$2$3";createToken("HYPHENRANGE",`^\\s*(${a[c.XRANGEPLAIN]})`+`\\s+-\\s+`+`(${a[c.XRANGEPLAIN]})`+`\\s*$`);createToken("HYPHENRANGELOOSE",`^\\s*(${a[c.XRANGEPLAINLOOSE]})`+`\\s+-\\s+`+`(${a[c.XRANGEPLAINLOOSE]})`+`\\s*$`);createToken("STAR","(<|>)?=?\\s*\\*");createToken("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");createToken("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},98360:(e,i,n)=>{const s=n(8629);const gtr=(e,i,n)=>s(e,i,">",n);e.exports=gtr},1373:(e,i,n)=>{const s=n(34502);const intersects=(e,i,n)=>{e=new s(e,n);i=new s(i,n);return e.intersects(i)};e.exports=intersects},53270:(e,i,n)=>{const s=n(8629);const ltr=(e,i,n)=>s(e,i,"<",n);e.exports=ltr},5471:(e,i,n)=>{const s=n(93402);const r=n(34502);const maxSatisfying=(e,i,n)=>{let o=null;let a=null;let c=null;try{c=new r(i,n)}catch(e){return null}e.forEach((e=>{if(c.test(e)){if(!o||a.compare(e)===-1){o=e;a=new s(o,n)}}}));return o};e.exports=maxSatisfying},65356:(e,i,n)=>{const s=n(93402);const r=n(34502);const minSatisfying=(e,i,n)=>{let o=null;let a=null;let c=null;try{c=new r(i,n)}catch(e){return null}e.forEach((e=>{if(c.test(e)){if(!o||a.compare(e)===1){o=e;a=new s(o,n)}}}));return o};e.exports=minSatisfying},7825:(e,i,n)=>{const s=n(93402);const r=n(34502);const o=n(47040);const minVersion=(e,i)=>{e=new r(e,i);let n=new s("0.0.0");if(e.test(n)){return n}n=new s("0.0.0-0");if(e.test(n)){return n}n=null;for(let i=0;i{const i=new s(e.semver.version);switch(e.operator){case">":if(i.prerelease.length===0){i.patch++}else{i.prerelease.push(0)}i.raw=i.format();case"":case">=":if(!a||o(i,a)){a=i}break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${e.operator}`)}}));if(a&&(!n||o(n,a))){n=a}}if(n&&e.test(n)){return n}return null};e.exports=minVersion},8629:(e,i,n)=>{const s=n(93402);const r=n(24644);const{ANY:o}=r;const a=n(34502);const c=n(45056);const u=n(47040);const f=n(16054);const _=n(79387);const g=n(97445);const outside=(e,i,n,v)=>{e=new s(e,v);i=new a(i,v);let S,b,P,C,I;switch(n){case">":S=u;b=_;P=f;C=">";I=">=";break;case"<":S=f;b=g;P=u;C="<";I="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(c(e,i,v)){return false}for(let n=0;n{if(e.semver===o){e=new r(">=0.0.0")}a=a||e;c=c||e;if(S(e.semver,a.semver,v)){a=e}else if(P(e.semver,c.semver,v)){c=e}}));if(a.operator===C||a.operator===I){return false}if((!c.operator||c.operator===C)&&b(e,c.semver)){return false}else if(c.operator===I&&P(e,c.semver)){return false}}return true};e.exports=outside},94336:(e,i,n)=>{const s=n(45056);const r=n(24343);e.exports=(e,i,n)=>{const o=[];let a=null;let c=null;const u=e.sort(((e,i)=>r(e,i,n)));for(const e of u){const r=s(e,i,n);if(r){c=e;if(!a){a=e}}else{if(c){o.push([a,c])}c=null;a=null}}if(a){o.push([a,null])}const f=[];for(const[e,i]of o){if(e===i){f.push(e)}else if(!i&&e===u[0]){f.push("*")}else if(!i){f.push(`>=${e}`)}else if(e===u[0]){f.push(`<=${i}`)}else{f.push(`${e} - ${i}`)}}const _=f.join(" || ");const g=typeof i.raw==="string"?i.raw:String(i);return _.length{const s=n(34502);const r=n(24644);const{ANY:o}=r;const a=n(45056);const c=n(24343);const subset=(e,i,n={})=>{if(e===i){return true}e=new s(e,n);i=new s(i,n);let r=false;e:for(const s of e.set){for(const e of i.set){const i=simpleSubset(s,e,n);r=r||i!==null;if(i){continue e}}if(r){return false}}return true};const simpleSubset=(e,i,n)=>{if(e===i){return true}if(e.length===1&&e[0].semver===o){if(i.length===1&&i[0].semver===o){return true}else if(n.includePrerelease){e=[new r(">=0.0.0-0")]}else{e=[new r(">=0.0.0")]}}if(i.length===1&&i[0].semver===o){if(n.includePrerelease){return true}else{i=[new r(">=0.0.0")]}}const s=new Set;let u,f;for(const i of e){if(i.operator===">"||i.operator===">="){u=higherGT(u,i,n)}else if(i.operator==="<"||i.operator==="<="){f=lowerLT(f,i,n)}else{s.add(i.semver)}}if(s.size>1){return null}let _;if(u&&f){_=c(u.semver,f.semver,n);if(_>0){return null}else if(_===0&&(u.operator!==">="||f.operator!=="<=")){return null}}for(const e of s){if(u&&!a(e,String(u),n)){return null}if(f&&!a(e,String(f),n)){return null}for(const s of i){if(!a(e,String(s),n)){return false}}return true}let g,v;let S,b;let P=f&&!n.includePrerelease&&f.semver.prerelease.length?f.semver:false;let C=u&&!n.includePrerelease&&u.semver.prerelease.length?u.semver:false;if(P&&P.prerelease.length===1&&f.operator==="<"&&P.prerelease[0]===0){P=false}for(const e of i){b=b||e.operator===">"||e.operator===">=";S=S||e.operator==="<"||e.operator==="<=";if(u){if(C){if(e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===C.major&&e.semver.minor===C.minor&&e.semver.patch===C.patch){C=false}}if(e.operator===">"||e.operator===">="){g=higherGT(u,e,n);if(g===e&&g!==u){return false}}else if(u.operator===">="&&!a(u.semver,String(e),n)){return false}}if(f){if(P){if(e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===P.major&&e.semver.minor===P.minor&&e.semver.patch===P.patch){P=false}}if(e.operator==="<"||e.operator==="<="){v=lowerLT(f,e,n);if(v===e&&v!==f){return false}}else if(f.operator==="<="&&!a(f.semver,String(e),n)){return false}}if(!e.operator&&(f||u)&&_!==0){return false}}if(u&&S&&!f&&_!==0){return false}if(f&&b&&!u&&_!==0){return false}if(C||P){return false}return true};const higherGT=(e,i,n)=>{if(!e){return i}const s=c(e.semver,i.semver,n);return s>0?e:s<0?i:i.operator===">"&&e.operator===">="?i:e};const lowerLT=(e,i,n)=>{if(!e){return i}const s=c(e.semver,i.semver,n);return s<0?e:s>0?i:i.operator==="<"&&e.operator==="<="?i:e};e.exports=subset},54676:(e,i,n)=>{const s=n(34502);const toComparators=(e,i)=>new s(e,i).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")));e.exports=toComparators},66895:(e,i,n)=>{const s=n(34502);const validRange=(e,i)=>{try{return new s(e,i).range||"*"}catch(e){return null}};e.exports=validRange},82022:(e,i,n)=>{const s=n(46098);const r=n(59085);const o=n(47596);const a=n(4636);const{includes:c,isBoolean:u,isInteger:f,isNumber:_,isPlainObject:g,isString:v,once:S}=n(90250);const{KeyObject:b,createSecretKey:P,createPrivateKey:C}=n(6113);const I=["RS256","RS384","RS512","ES256","ES384","ES512","HS256","HS384","HS512","none"];if(r){I.splice(3,0,"PS256","PS384","PS512")}const x={expiresIn:{isValid:function(e){return f(e)||v(e)&&e},message:'"expiresIn" should be a number of seconds or string representing a timespan'},notBefore:{isValid:function(e){return f(e)||v(e)&&e},message:'"notBefore" should be a number of seconds or string representing a timespan'},audience:{isValid:function(e){return v(e)||Array.isArray(e)},message:'"audience" must be a string or array'},algorithm:{isValid:c.bind(null,I),message:'"algorithm" must be a valid string enum value'},header:{isValid:g,message:'"header" must be an object'},encoding:{isValid:v,message:'"encoding" must be a string'},issuer:{isValid:v,message:'"issuer" must be a string'},subject:{isValid:v,message:'"subject" must be a string'},jwtid:{isValid:v,message:'"jwtid" must be a string'},noTimestamp:{isValid:u,message:'"noTimestamp" must be a boolean'},keyid:{isValid:v,message:'"keyid" must be a string'},mutatePayload:{isValid:u,message:'"mutatePayload" must be a boolean'},allowInsecureKeySizes:{isValid:u,message:'"allowInsecureKeySizes" must be a boolean'},allowInvalidAsymmetricKeyTypes:{isValid:u,message:'"allowInvalidAsymmetricKeyTypes" must be a boolean'}};const k={iat:{isValid:_,message:'"iat" should be a number of seconds'},exp:{isValid:_,message:'"exp" should be a number of seconds'},nbf:{isValid:_,message:'"nbf" should be a number of seconds'}};function validate(e,i,n,s){if(!g(n)){throw new Error('Expected "'+s+'" to be a plain object.')}Object.keys(n).forEach((function(r){const o=e[r];if(!o){if(!i){throw new Error('"'+r+'" is not allowed in "'+s+'"')}return}if(!o.isValid(n[r])){throw new Error(o.message)}}))}function validateOptions(e){return validate(x,false,e,"options")}function validatePayload(e){return validate(k,true,e,"payload")}const N={audience:"aud",issuer:"iss",subject:"sub",jwtid:"jti"};const T=["expiresIn","notBefore","noTimestamp","audience","issuer","subject","jwtid"];e.exports=function(e,i,n,r){if(typeof n==="function"){r=n;n={}}else{n=n||{}}const c=typeof e==="object"&&!Buffer.isBuffer(e);const u=Object.assign({alg:n.algorithm||"HS256",typ:c?"JWT":undefined,kid:n.keyid},n.header);function failure(e){if(r){return r(e)}throw e}if(!i&&n.algorithm!=="none"){return failure(new Error("secretOrPrivateKey must have a value"))}if(i!=null&&!(i instanceof b)){try{i=C(i)}catch(e){try{i=P(typeof i==="string"?Buffer.from(i):i)}catch(e){return failure(new Error("secretOrPrivateKey is not valid key material"))}}}if(u.alg.startsWith("HS")&&i.type!=="secret"){return failure(new Error(`secretOrPrivateKey must be a symmetric key when using ${u.alg}`))}else if(/^(?:RS|PS|ES)/.test(u.alg)){if(i.type!=="private"){return failure(new Error(`secretOrPrivateKey must be an asymmetric key when using ${u.alg}`))}if(!n.allowInsecureKeySizes&&!u.alg.startsWith("ES")&&i.asymmetricKeyDetails!==undefined&&i.asymmetricKeyDetails.modulusLength<2048){return failure(new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${u.alg}`))}}if(typeof e==="undefined"){return failure(new Error("payload is required"))}else if(c){try{validatePayload(e)}catch(e){return failure(e)}if(!n.mutatePayload){e=Object.assign({},e)}}else{const i=T.filter((function(e){return typeof n[e]!=="undefined"}));if(i.length>0){return failure(new Error("invalid "+i.join(",")+" option for "+typeof e+" payload"))}}if(typeof e.exp!=="undefined"&&typeof n.expiresIn!=="undefined"){return failure(new Error('Bad "options.expiresIn" option the payload already has an "exp" property.'))}if(typeof e.nbf!=="undefined"&&typeof n.notBefore!=="undefined"){return failure(new Error('Bad "options.notBefore" option the payload already has an "nbf" property.'))}try{validateOptions(n)}catch(e){return failure(e)}if(!n.allowInvalidAsymmetricKeyTypes){try{o(u.alg,i)}catch(e){return failure(e)}}const f=e.iat||Math.floor(Date.now()/1e3);if(n.noTimestamp){delete e.iat}else if(c){e.iat=f}if(typeof n.notBefore!=="undefined"){try{e.nbf=s(n.notBefore,f)}catch(e){return failure(e)}if(typeof e.nbf==="undefined"){return failure(new Error('"notBefore" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}}if(typeof n.expiresIn!=="undefined"&&typeof e==="object"){try{e.exp=s(n.expiresIn,f)}catch(e){return failure(e)}if(typeof e.exp==="undefined"){return failure(new Error('"expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}}Object.keys(N).forEach((function(i){const s=N[i];if(typeof n[i]!=="undefined"){if(typeof e[s]!=="undefined"){return failure(new Error('Bad "options.'+i+'" option. The payload already has an "'+s+'" property.'))}e[s]=n[i]}}));const _=n.encoding||"utf8";if(typeof r==="function"){r=r&&S(r);a.createSign({header:u,privateKey:i,payload:e,encoding:_}).once("error",r).once("done",(function(e){if(!n.allowInsecureKeySizes&&/^(?:RS|PS)/.test(u.alg)&&e.length<256){return r(new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${u.alg}`))}r(null,e)}))}else{let s=a.sign({header:u,payload:e,secret:i,encoding:_});if(!n.allowInsecureKeySizes&&/^(?:RS|PS)/.test(u.alg)&&s.length<256){throw new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${u.alg}`)}return s}}},12327:(e,i,n)=>{const s=n(405);const r=n(4383);const o=n(46637);const a=n(53359);const c=n(46098);const u=n(47596);const f=n(59085);const _=n(4636);const{KeyObject:g,createSecretKey:v,createPublicKey:S}=n(6113);const b=["RS256","RS384","RS512"];const P=["ES256","ES384","ES512"];const C=["RS256","RS384","RS512"];const I=["HS256","HS384","HS512"];if(f){b.splice(b.length,0,"PS256","PS384","PS512");C.splice(C.length,0,"PS256","PS384","PS512")}e.exports=function(e,i,n,f){if(typeof n==="function"&&!f){f=n;n={}}if(!n){n={}}n=Object.assign({},n);let x;if(f){x=f}else{x=function(e,i){if(e)throw e;return i}}if(n.clockTimestamp&&typeof n.clockTimestamp!=="number"){return x(new s("clockTimestamp must be a number"))}if(n.nonce!==undefined&&(typeof n.nonce!=="string"||n.nonce.trim()==="")){return x(new s("nonce must be a non-empty string"))}if(n.allowInvalidAsymmetricKeyTypes!==undefined&&typeof n.allowInvalidAsymmetricKeyTypes!=="boolean"){return x(new s("allowInvalidAsymmetricKeyTypes must be a boolean"))}const k=n.clockTimestamp||Math.floor(Date.now()/1e3);if(!e){return x(new s("jwt must be provided"))}if(typeof e!=="string"){return x(new s("jwt must be a string"))}const N=e.split(".");if(N.length!==3){return x(new s("jwt malformed"))}let T;try{T=a(e,{complete:true})}catch(e){return x(e)}if(!T){return x(new s("invalid token"))}const O=T.header;let E;if(typeof i==="function"){if(!f){return x(new s("verify must be called asynchronous if secret or public key is provided as a callback"))}E=i}else{E=function(e,n){return n(null,i)}}return E(O,(function(i,a){if(i){return x(new s("error in secret or public key callback: "+i.message))}const f=N[2].trim()!=="";if(!f&&a){return x(new s("jwt signature is required"))}if(f&&!a){return x(new s("secret or public key must be provided"))}if(!f&&!n.algorithms){return x(new s('please specify "none" in "algorithms" to verify unsigned tokens'))}if(a!=null&&!(a instanceof g)){try{a=S(a)}catch(e){try{a=v(typeof a==="string"?Buffer.from(a):a)}catch(e){return x(new s("secretOrPublicKey is not valid key material"))}}}if(!n.algorithms){if(a.type==="secret"){n.algorithms=I}else if(["rsa","rsa-pss"].includes(a.asymmetricKeyType)){n.algorithms=C}else if(a.asymmetricKeyType==="ec"){n.algorithms=P}else{n.algorithms=b}}if(n.algorithms.indexOf(T.header.alg)===-1){return x(new s("invalid algorithm"))}if(O.alg.startsWith("HS")&&a.type!=="secret"){return x(new s(`secretOrPublicKey must be a symmetric key when using ${O.alg}`))}else if(/^(?:RS|PS|ES)/.test(O.alg)&&a.type!=="public"){return x(new s(`secretOrPublicKey must be an asymmetric key when using ${O.alg}`))}if(!n.allowInvalidAsymmetricKeyTypes){try{u(O.alg,a)}catch(e){return x(e)}}let E;try{E=_.verify(e,T.header.alg,a)}catch(e){return x(e)}if(!E){return x(new s("invalid signature"))}const L=T.payload;if(typeof L.nbf!=="undefined"&&!n.ignoreNotBefore){if(typeof L.nbf!=="number"){return x(new s("invalid nbf value"))}if(L.nbf>k+(n.clockTolerance||0)){return x(new r("jwt not active",new Date(L.nbf*1e3)))}}if(typeof L.exp!=="undefined"&&!n.ignoreExpiration){if(typeof L.exp!=="number"){return x(new s("invalid exp value"))}if(k>=L.exp+(n.clockTolerance||0)){return x(new o("jwt expired",new Date(L.exp*1e3)))}}if(n.audience){const e=Array.isArray(n.audience)?n.audience:[n.audience];const i=Array.isArray(L.aud)?L.aud:[L.aud];const r=i.some((function(i){return e.some((function(e){return e instanceof RegExp?e.test(i):e===i}))}));if(!r){return x(new s("jwt audience invalid. expected: "+e.join(" or ")))}}if(n.issuer){const e=typeof n.issuer==="string"&&L.iss!==n.issuer||Array.isArray(n.issuer)&&n.issuer.indexOf(L.iss)===-1;if(e){return x(new s("jwt issuer invalid. expected: "+n.issuer))}}if(n.subject){if(L.sub!==n.subject){return x(new s("jwt subject invalid. expected: "+n.subject))}}if(n.jwtid){if(L.jti!==n.jwtid){return x(new s("jwt jwtid invalid. expected: "+n.jwtid))}}if(n.nonce){if(L.nonce!==n.nonce){return x(new s("jwt nonce invalid. expected: "+n.nonce))}}if(n.maxAge){if(typeof L.iat!=="number"){return x(new s("iat required when maxAge is specified"))}const e=c(n.maxAge,L.iat);if(typeof e==="undefined"){return x(new s('"maxAge" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}if(k>=e+(n.clockTolerance||0)){return x(new o("maxAge exceeded",new Date(e*1e3)))}}if(n.complete===true){const e=T.signature;return x(null,{header:O,payload:L,signature:e})}return x(null,L)}))}},96010:(e,i,n)=>{var s=n(9239);var r=n(21867).Buffer;var o=n(6113);var a=n(11728);var c=n(73837);var u='"%s" is not a valid algorithm.\n Supported algorithms are:\n "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES512" and "none".';var f="secret must be a string or buffer";var _="key must be a string or a buffer";var g="key must be a string, a buffer or an object";var v=typeof o.createPublicKey==="function";if(v){_+=" or a KeyObject";f+="or a KeyObject"}function checkIsPublicKey(e){if(r.isBuffer(e)){return}if(typeof e==="string"){return}if(!v){throw typeError(_)}if(typeof e!=="object"){throw typeError(_)}if(typeof e.type!=="string"){throw typeError(_)}if(typeof e.asymmetricKeyType!=="string"){throw typeError(_)}if(typeof e.export!=="function"){throw typeError(_)}}function checkIsPrivateKey(e){if(r.isBuffer(e)){return}if(typeof e==="string"){return}if(typeof e==="object"){return}throw typeError(g)}function checkIsSecretKey(e){if(r.isBuffer(e)){return}if(typeof e==="string"){return e}if(!v){throw typeError(f)}if(typeof e!=="object"){throw typeError(f)}if(e.type!=="secret"){throw typeError(f)}if(typeof e.export!=="function"){throw typeError(f)}}function fromBase64(e){return e.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function toBase64(e){e=e.toString();var i=4-e.length%4;if(i!==4){for(var n=0;n{var s=n(73334);var r=n(5522);var o=["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"];i.ALGORITHMS=o;i.sign=s.sign;i.verify=r.verify;i.decode=r.decode;i.isValid=r.isValid;i.createSign=function createSign(e){return new s(e)};i.createVerify=function createVerify(e){return new r(e)}},61868:(e,i,n)=>{var s=n(21867).Buffer;var r=n(12781);var o=n(73837);function DataStream(e){this.buffer=null;this.writable=true;this.readable=true;if(!e){this.buffer=s.alloc(0);return this}if(typeof e.pipe==="function"){this.buffer=s.alloc(0);e.pipe(this);return this}if(e.length||typeof e==="object"){this.buffer=e;this.writable=false;process.nextTick(function(){this.emit("end",e);this.readable=false;this.emit("close")}.bind(this));return this}throw new TypeError("Unexpected data type ("+typeof e+")")}o.inherits(DataStream,r);DataStream.prototype.write=function write(e){this.buffer=s.concat([this.buffer,s.from(e)]);this.emit("data",e)};DataStream.prototype.end=function end(e){if(e)this.write(e);this.emit("end",e);this.emit("close");this.writable=false;this.readable=false};e.exports=DataStream},73334:(e,i,n)=>{var s=n(21867).Buffer;var r=n(61868);var o=n(96010);var a=n(12781);var c=n(65292);var u=n(73837);function base64url(e,i){return s.from(e,i).toString("base64").replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function jwsSecuredInput(e,i,n){n=n||"utf8";var s=base64url(c(e),"binary");var r=base64url(c(i),n);return u.format("%s.%s",s,r)}function jwsSign(e){var i=e.header;var n=e.payload;var s=e.secret||e.privateKey;var r=e.encoding;var a=o(i.alg);var c=jwsSecuredInput(i,n,r);var f=a.sign(c,s);return u.format("%s.%s",c,f)}function SignStream(e){var i=e.secret||e.privateKey||e.key;var n=new r(i);this.readable=true;this.header=e.header;this.encoding=e.encoding;this.secret=this.privateKey=this.key=n;this.payload=new r(e.payload);this.secret.once("close",function(){if(!this.payload.writable&&this.readable)this.sign()}.bind(this));this.payload.once("close",function(){if(!this.secret.writable&&this.readable)this.sign()}.bind(this))}u.inherits(SignStream,a);SignStream.prototype.sign=function sign(){try{var e=jwsSign({header:this.header,payload:this.payload.buffer,secret:this.secret.buffer,encoding:this.encoding});this.emit("done",e);this.emit("data",e);this.emit("end");this.readable=false;return e}catch(e){this.readable=false;this.emit("error",e);this.emit("close")}};SignStream.sign=jwsSign;e.exports=SignStream},65292:(e,i,n)=>{var s=n(14300).Buffer;e.exports=function toString(e){if(typeof e==="string")return e;if(typeof e==="number"||s.isBuffer(e))return e.toString();return JSON.stringify(e)}},5522:(e,i,n)=>{var s=n(21867).Buffer;var r=n(61868);var o=n(96010);var a=n(12781);var c=n(65292);var u=n(73837);var f=/^[a-zA-Z0-9\-_]+?\.[a-zA-Z0-9\-_]+?\.([a-zA-Z0-9\-_]+)?$/;function isObject(e){return Object.prototype.toString.call(e)==="[object Object]"}function safeJsonParse(e){if(isObject(e))return e;try{return JSON.parse(e)}catch(e){return undefined}}function headerFromJWS(e){var i=e.split(".",1)[0];return safeJsonParse(s.from(i,"base64").toString("binary"))}function securedInputFromJWS(e){return e.split(".",2).join(".")}function signatureFromJWS(e){return e.split(".")[2]}function payloadFromJWS(e,i){i=i||"utf8";var n=e.split(".")[1];return s.from(n,"base64").toString(i)}function isValidJws(e){return f.test(e)&&!!headerFromJWS(e)}function jwsVerify(e,i,n){if(!i){var s=new Error("Missing algorithm parameter for jws.verify");s.code="MISSING_ALGORITHM";throw s}e=c(e);var r=signatureFromJWS(e);var a=securedInputFromJWS(e);var u=o(i);return u.verify(a,r,n)}function jwsDecode(e,i){i=i||{};e=c(e);if(!isValidJws(e))return null;var n=headerFromJWS(e);if(!n)return null;var s=payloadFromJWS(e);if(n.typ==="JWT"||i.json)s=JSON.parse(s,i.encoding);return{header:n,payload:s,signature:signatureFromJWS(e)}}function VerifyStream(e){e=e||{};var i=e.secret||e.publicKey||e.key;var n=new r(i);this.readable=true;this.algorithm=e.algorithm;this.encoding=e.encoding;this.secret=this.publicKey=this.key=n;this.signature=new r(e.signature);this.secret.once("close",function(){if(!this.signature.writable&&this.readable)this.verify()}.bind(this));this.signature.once("close",function(){if(!this.secret.writable&&this.readable)this.verify()}.bind(this))}u.inherits(VerifyStream,a);VerifyStream.prototype.verify=function verify(){try{var e=jwsVerify(this.signature.buffer,this.algorithm,this.key.buffer);var i=jwsDecode(this.signature.buffer,this.encoding);this.emit("done",e,i);this.emit("data",e);this.emit("end");this.readable=false;return e}catch(e){this.readable=false;this.emit("error",e);this.emit("close")}};VerifyStream.decode=jwsDecode;VerifyStream.isValid=isValidJws;VerifyStream.verify=jwsVerify;e.exports=VerifyStream},90250:function(e,i,n){e=n.nmd(e); +(()=>{var e={87351:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;Object.defineProperty(e,s,{enumerable:true,get:function(){return i[n]}})}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};Object.defineProperty(i,"__esModule",{value:true});i.issue=i.issueCommand=void 0;const a=o(n(22037));const c=n(5278);function issueCommand(e,i,n){const s=new Command(e,i,n);process.stdout.write(s.toString()+a.EOL)}i.issueCommand=issueCommand;function issue(e,i=""){issueCommand(e,{},i)}i.issue=issue;const u="::";class Command{constructor(e,i,n){if(!e){e="missing.command"}this.command=e;this.properties=i;this.message=n}toString(){let e=u+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let i=true;for(const n in this.properties){if(this.properties.hasOwnProperty(n)){const s=this.properties[n];if(s){if(i){i=false}else{e+=","}e+=`${n}=${escapeProperty(s)}`}}}}e+=`${u}${escapeData(this.message)}`;return e}}function escapeData(e){return c.toCommandValue(e).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function escapeProperty(e){return c.toCommandValue(e).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}},42186:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;Object.defineProperty(e,s,{enumerable:true,get:function(){return i[n]}})}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};var a=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.getIDToken=i.getState=i.saveState=i.group=i.endGroup=i.startGroup=i.info=i.notice=i.warning=i.error=i.debug=i.isDebug=i.setFailed=i.setCommandEcho=i.setOutput=i.getBooleanInput=i.getMultilineInput=i.getInput=i.addPath=i.setSecret=i.exportVariable=i.ExitCode=void 0;const c=n(87351);const u=n(717);const f=n(5278);const _=o(n(22037));const g=o(n(71017));const v=n(98041);var S;(function(e){e[e["Success"]=0]="Success";e[e["Failure"]=1]="Failure"})(S=i.ExitCode||(i.ExitCode={}));function exportVariable(e,i){const n=f.toCommandValue(i);process.env[e]=n;const s=process.env["GITHUB_ENV"]||"";if(s){return u.issueFileCommand("ENV",u.prepareKeyValueMessage(e,i))}c.issueCommand("set-env",{name:e},n)}i.exportVariable=exportVariable;function setSecret(e){c.issueCommand("add-mask",{},e)}i.setSecret=setSecret;function addPath(e){const i=process.env["GITHUB_PATH"]||"";if(i){u.issueFileCommand("PATH",e)}else{c.issueCommand("add-path",{},e)}process.env["PATH"]=`${e}${g.delimiter}${process.env["PATH"]}`}i.addPath=addPath;function getInput(e,i){const n=process.env[`INPUT_${e.replace(/ /g,"_").toUpperCase()}`]||"";if(i&&i.required&&!n){throw new Error(`Input required and not supplied: ${e}`)}if(i&&i.trimWhitespace===false){return n}return n.trim()}i.getInput=getInput;function getMultilineInput(e,i){const n=getInput(e,i).split("\n").filter((e=>e!==""));if(i&&i.trimWhitespace===false){return n}return n.map((e=>e.trim()))}i.getMultilineInput=getMultilineInput;function getBooleanInput(e,i){const n=["true","True","TRUE"];const s=["false","False","FALSE"];const r=getInput(e,i);if(n.includes(r))return true;if(s.includes(r))return false;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${e}\n`+`Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}i.getBooleanInput=getBooleanInput;function setOutput(e,i){const n=process.env["GITHUB_OUTPUT"]||"";if(n){return u.issueFileCommand("OUTPUT",u.prepareKeyValueMessage(e,i))}process.stdout.write(_.EOL);c.issueCommand("set-output",{name:e},f.toCommandValue(i))}i.setOutput=setOutput;function setCommandEcho(e){c.issue("echo",e?"on":"off")}i.setCommandEcho=setCommandEcho;function setFailed(e){process.exitCode=S.Failure;error(e)}i.setFailed=setFailed;function isDebug(){return process.env["RUNNER_DEBUG"]==="1"}i.isDebug=isDebug;function debug(e){c.issueCommand("debug",{},e)}i.debug=debug;function error(e,i={}){c.issueCommand("error",f.toCommandProperties(i),e instanceof Error?e.toString():e)}i.error=error;function warning(e,i={}){c.issueCommand("warning",f.toCommandProperties(i),e instanceof Error?e.toString():e)}i.warning=warning;function notice(e,i={}){c.issueCommand("notice",f.toCommandProperties(i),e instanceof Error?e.toString():e)}i.notice=notice;function info(e){process.stdout.write(e+_.EOL)}i.info=info;function startGroup(e){c.issue("group",e)}i.startGroup=startGroup;function endGroup(){c.issue("endgroup")}i.endGroup=endGroup;function group(e,i){return a(this,void 0,void 0,(function*(){startGroup(e);let n;try{n=yield i()}finally{endGroup()}return n}))}i.group=group;function saveState(e,i){const n=process.env["GITHUB_STATE"]||"";if(n){return u.issueFileCommand("STATE",u.prepareKeyValueMessage(e,i))}c.issueCommand("save-state",{name:e},f.toCommandValue(i))}i.saveState=saveState;function getState(e){return process.env[`STATE_${e}`]||""}i.getState=getState;function getIDToken(e){return a(this,void 0,void 0,(function*(){return yield v.OidcClient.getIDToken(e)}))}i.getIDToken=getIDToken;var b=n(81327);Object.defineProperty(i,"summary",{enumerable:true,get:function(){return b.summary}});var P=n(81327);Object.defineProperty(i,"markdownSummary",{enumerable:true,get:function(){return P.markdownSummary}});var C=n(2981);Object.defineProperty(i,"toPosixPath",{enumerable:true,get:function(){return C.toPosixPath}});Object.defineProperty(i,"toWin32Path",{enumerable:true,get:function(){return C.toWin32Path}});Object.defineProperty(i,"toPlatformPath",{enumerable:true,get:function(){return C.toPlatformPath}})},717:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;Object.defineProperty(e,s,{enumerable:true,get:function(){return i[n]}})}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};Object.defineProperty(i,"__esModule",{value:true});i.prepareKeyValueMessage=i.issueFileCommand=void 0;const a=o(n(57147));const c=o(n(22037));const u=n(75840);const f=n(5278);function issueFileCommand(e,i){const n=process.env[`GITHUB_${e}`];if(!n){throw new Error(`Unable to find environment variable for file command ${e}`)}if(!a.existsSync(n)){throw new Error(`Missing file at path: ${n}`)}a.appendFileSync(n,`${f.toCommandValue(i)}${c.EOL}`,{encoding:"utf8"})}i.issueFileCommand=issueFileCommand;function prepareKeyValueMessage(e,i){const n=`ghadelimiter_${u.v4()}`;const s=f.toCommandValue(i);if(e.includes(n)){throw new Error(`Unexpected input: name should not contain the delimiter "${n}"`)}if(s.includes(n)){throw new Error(`Unexpected input: value should not contain the delimiter "${n}"`)}return`${e}<<${n}${c.EOL}${s}${c.EOL}${n}`}i.prepareKeyValueMessage=prepareKeyValueMessage},98041:function(e,i,n){"use strict";var s=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.OidcClient=void 0;const r=n(96255);const o=n(35526);const a=n(42186);class OidcClient{static createHttpClient(e=true,i=10){const n={allowRetries:e,maxRetries:i};return new r.HttpClient("actions/oidc-client",[new o.BearerCredentialHandler(OidcClient.getRequestToken())],n)}static getRequestToken(){const e=process.env["ACTIONS_ID_TOKEN_REQUEST_TOKEN"];if(!e){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_TOKEN env variable")}return e}static getIDTokenUrl(){const e=process.env["ACTIONS_ID_TOKEN_REQUEST_URL"];if(!e){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable")}return e}static getCall(e){var i;return s(this,void 0,void 0,(function*(){const n=OidcClient.createHttpClient();const s=yield n.getJson(e).catch((e=>{throw new Error(`Failed to get ID Token. \n \n Error Code : ${e.statusCode}\n \n Error Message: ${e.message}`)}));const r=(i=s.result)===null||i===void 0?void 0:i.value;if(!r){throw new Error("Response json body do not have ID Token field")}return r}))}static getIDToken(e){return s(this,void 0,void 0,(function*(){try{let i=OidcClient.getIDTokenUrl();if(e){const n=encodeURIComponent(e);i=`${i}&audience=${n}`}a.debug(`ID token url is ${i}`);const n=yield OidcClient.getCall(i);a.setSecret(n);return n}catch(e){throw new Error(`Error message: ${e.message}`)}}))}}i.OidcClient=OidcClient},2981:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;Object.defineProperty(e,s,{enumerable:true,get:function(){return i[n]}})}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};Object.defineProperty(i,"__esModule",{value:true});i.toPlatformPath=i.toWin32Path=i.toPosixPath=void 0;const a=o(n(71017));function toPosixPath(e){return e.replace(/[\\]/g,"/")}i.toPosixPath=toPosixPath;function toWin32Path(e){return e.replace(/[/]/g,"\\")}i.toWin32Path=toWin32Path;function toPlatformPath(e){return e.replace(/[/\\]/g,a.sep)}i.toPlatformPath=toPlatformPath},81327:function(e,i,n){"use strict";var s=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.summary=i.markdownSummary=i.SUMMARY_DOCS_URL=i.SUMMARY_ENV_VAR=void 0;const r=n(22037);const o=n(57147);const{access:a,appendFile:c,writeFile:u}=o.promises;i.SUMMARY_ENV_VAR="GITHUB_STEP_SUMMARY";i.SUMMARY_DOCS_URL="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";class Summary{constructor(){this._buffer=""}filePath(){return s(this,void 0,void 0,(function*(){if(this._filePath){return this._filePath}const e=process.env[i.SUMMARY_ENV_VAR];if(!e){throw new Error(`Unable to find environment variable for $${i.SUMMARY_ENV_VAR}. Check if your runtime environment supports job summaries.`)}try{yield a(e,o.constants.R_OK|o.constants.W_OK)}catch(i){throw new Error(`Unable to access summary file: '${e}'. Check if the file has correct read/write permissions.`)}this._filePath=e;return this._filePath}))}wrap(e,i,n={}){const s=Object.entries(n).map((([e,i])=>` ${e}="${i}"`)).join("");if(!i){return`<${e}${s}>`}return`<${e}${s}>${i}`}write(e){return s(this,void 0,void 0,(function*(){const i=!!(e===null||e===void 0?void 0:e.overwrite);const n=yield this.filePath();const s=i?u:c;yield s(n,this._buffer,{encoding:"utf8"});return this.emptyBuffer()}))}clear(){return s(this,void 0,void 0,(function*(){return this.emptyBuffer().write({overwrite:true})}))}stringify(){return this._buffer}isEmptyBuffer(){return this._buffer.length===0}emptyBuffer(){this._buffer="";return this}addRaw(e,i=false){this._buffer+=e;return i?this.addEOL():this}addEOL(){return this.addRaw(r.EOL)}addCodeBlock(e,i){const n=Object.assign({},i&&{lang:i});const s=this.wrap("pre",this.wrap("code",e),n);return this.addRaw(s).addEOL()}addList(e,i=false){const n=i?"ol":"ul";const s=e.map((e=>this.wrap("li",e))).join("");const r=this.wrap(n,s);return this.addRaw(r).addEOL()}addTable(e){const i=e.map((e=>{const i=e.map((e=>{if(typeof e==="string"){return this.wrap("td",e)}const{header:i,data:n,colspan:s,rowspan:r}=e;const o=i?"th":"td";const a=Object.assign(Object.assign({},s&&{colspan:s}),r&&{rowspan:r});return this.wrap(o,n,a)})).join("");return this.wrap("tr",i)})).join("");const n=this.wrap("table",i);return this.addRaw(n).addEOL()}addDetails(e,i){const n=this.wrap("details",this.wrap("summary",e)+i);return this.addRaw(n).addEOL()}addImage(e,i,n){const{width:s,height:r}=n||{};const o=Object.assign(Object.assign({},s&&{width:s}),r&&{height:r});const a=this.wrap("img",null,Object.assign({src:e,alt:i},o));return this.addRaw(a).addEOL()}addHeading(e,i){const n=`h${i}`;const s=["h1","h2","h3","h4","h5","h6"].includes(n)?n:"h1";const r=this.wrap(s,e);return this.addRaw(r).addEOL()}addSeparator(){const e=this.wrap("hr",null);return this.addRaw(e).addEOL()}addBreak(){const e=this.wrap("br",null);return this.addRaw(e).addEOL()}addQuote(e,i){const n=Object.assign({},i&&{cite:i});const s=this.wrap("blockquote",e,n);return this.addRaw(s).addEOL()}addLink(e,i){const n=this.wrap("a",e,{href:i});return this.addRaw(n).addEOL()}}const f=new Summary;i.markdownSummary=f;i.summary=f},5278:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.toCommandProperties=i.toCommandValue=void 0;function toCommandValue(e){if(e===null||e===undefined){return""}else if(typeof e==="string"||e instanceof String){return e}return JSON.stringify(e)}i.toCommandValue=toCommandValue;function toCommandProperties(e){if(!Object.keys(e).length){return{}}return{title:e.title,file:e.file,line:e.startLine,endLine:e.endLine,col:e.startColumn,endColumn:e.endColumn}}i.toCommandProperties=toCommandProperties},35526:function(e,i){"use strict";var n=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.PersonalAccessTokenCredentialHandler=i.BearerCredentialHandler=i.BasicCredentialHandler=void 0;class BasicCredentialHandler{constructor(e,i){this.username=e;this.password=i}prepareRequest(e){if(!e.headers){throw Error("The request has no headers")}e.headers["Authorization"]=`Basic ${Buffer.from(`${this.username}:${this.password}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return n(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}i.BasicCredentialHandler=BasicCredentialHandler;class BearerCredentialHandler{constructor(e){this.token=e}prepareRequest(e){if(!e.headers){throw Error("The request has no headers")}e.headers["Authorization"]=`Bearer ${this.token}`}canHandleAuthentication(){return false}handleAuthentication(){return n(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}i.BearerCredentialHandler=BearerCredentialHandler;class PersonalAccessTokenCredentialHandler{constructor(e){this.token=e}prepareRequest(e){if(!e.headers){throw Error("The request has no headers")}e.headers["Authorization"]=`Basic ${Buffer.from(`PAT:${this.token}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return n(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}i.PersonalAccessTokenCredentialHandler=PersonalAccessTokenCredentialHandler},96255:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;Object.defineProperty(e,s,{enumerable:true,get:function(){return i[n]}})}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};var a=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};Object.defineProperty(i,"__esModule",{value:true});i.HttpClient=i.isHttps=i.HttpClientResponse=i.HttpClientError=i.getProxyUrl=i.MediaTypes=i.Headers=i.HttpCodes=void 0;const c=o(n(13685));const u=o(n(95687));const f=o(n(19835));const _=o(n(74294));var g;(function(e){e[e["OK"]=200]="OK";e[e["MultipleChoices"]=300]="MultipleChoices";e[e["MovedPermanently"]=301]="MovedPermanently";e[e["ResourceMoved"]=302]="ResourceMoved";e[e["SeeOther"]=303]="SeeOther";e[e["NotModified"]=304]="NotModified";e[e["UseProxy"]=305]="UseProxy";e[e["SwitchProxy"]=306]="SwitchProxy";e[e["TemporaryRedirect"]=307]="TemporaryRedirect";e[e["PermanentRedirect"]=308]="PermanentRedirect";e[e["BadRequest"]=400]="BadRequest";e[e["Unauthorized"]=401]="Unauthorized";e[e["PaymentRequired"]=402]="PaymentRequired";e[e["Forbidden"]=403]="Forbidden";e[e["NotFound"]=404]="NotFound";e[e["MethodNotAllowed"]=405]="MethodNotAllowed";e[e["NotAcceptable"]=406]="NotAcceptable";e[e["ProxyAuthenticationRequired"]=407]="ProxyAuthenticationRequired";e[e["RequestTimeout"]=408]="RequestTimeout";e[e["Conflict"]=409]="Conflict";e[e["Gone"]=410]="Gone";e[e["TooManyRequests"]=429]="TooManyRequests";e[e["InternalServerError"]=500]="InternalServerError";e[e["NotImplemented"]=501]="NotImplemented";e[e["BadGateway"]=502]="BadGateway";e[e["ServiceUnavailable"]=503]="ServiceUnavailable";e[e["GatewayTimeout"]=504]="GatewayTimeout"})(g=i.HttpCodes||(i.HttpCodes={}));var v;(function(e){e["Accept"]="accept";e["ContentType"]="content-type"})(v=i.Headers||(i.Headers={}));var S;(function(e){e["ApplicationJson"]="application/json"})(S=i.MediaTypes||(i.MediaTypes={}));function getProxyUrl(e){const i=f.getProxyUrl(new URL(e));return i?i.href:""}i.getProxyUrl=getProxyUrl;const b=[g.MovedPermanently,g.ResourceMoved,g.SeeOther,g.TemporaryRedirect,g.PermanentRedirect];const P=[g.BadGateway,g.ServiceUnavailable,g.GatewayTimeout];const C=["OPTIONS","GET","DELETE","HEAD"];const I=10;const x=5;class HttpClientError extends Error{constructor(e,i){super(e);this.name="HttpClientError";this.statusCode=i;Object.setPrototypeOf(this,HttpClientError.prototype)}}i.HttpClientError=HttpClientError;class HttpClientResponse{constructor(e){this.message=e}readBody(){return a(this,void 0,void 0,(function*(){return new Promise((e=>a(this,void 0,void 0,(function*(){let i=Buffer.alloc(0);this.message.on("data",(e=>{i=Buffer.concat([i,e])}));this.message.on("end",(()=>{e(i.toString())}))}))))}))}}i.HttpClientResponse=HttpClientResponse;function isHttps(e){const i=new URL(e);return i.protocol==="https:"}i.isHttps=isHttps;class HttpClient{constructor(e,i,n){this._ignoreSslError=false;this._allowRedirects=true;this._allowRedirectDowngrade=false;this._maxRedirects=50;this._allowRetries=false;this._maxRetries=1;this._keepAlive=false;this._disposed=false;this.userAgent=e;this.handlers=i||[];this.requestOptions=n;if(n){if(n.ignoreSslError!=null){this._ignoreSslError=n.ignoreSslError}this._socketTimeout=n.socketTimeout;if(n.allowRedirects!=null){this._allowRedirects=n.allowRedirects}if(n.allowRedirectDowngrade!=null){this._allowRedirectDowngrade=n.allowRedirectDowngrade}if(n.maxRedirects!=null){this._maxRedirects=Math.max(n.maxRedirects,0)}if(n.keepAlive!=null){this._keepAlive=n.keepAlive}if(n.allowRetries!=null){this._allowRetries=n.allowRetries}if(n.maxRetries!=null){this._maxRetries=n.maxRetries}}}options(e,i){return a(this,void 0,void 0,(function*(){return this.request("OPTIONS",e,null,i||{})}))}get(e,i){return a(this,void 0,void 0,(function*(){return this.request("GET",e,null,i||{})}))}del(e,i){return a(this,void 0,void 0,(function*(){return this.request("DELETE",e,null,i||{})}))}post(e,i,n){return a(this,void 0,void 0,(function*(){return this.request("POST",e,i,n||{})}))}patch(e,i,n){return a(this,void 0,void 0,(function*(){return this.request("PATCH",e,i,n||{})}))}put(e,i,n){return a(this,void 0,void 0,(function*(){return this.request("PUT",e,i,n||{})}))}head(e,i){return a(this,void 0,void 0,(function*(){return this.request("HEAD",e,null,i||{})}))}sendStream(e,i,n,s){return a(this,void 0,void 0,(function*(){return this.request(e,i,n,s)}))}getJson(e,i={}){return a(this,void 0,void 0,(function*(){i[v.Accept]=this._getExistingOrDefaultHeader(i,v.Accept,S.ApplicationJson);const n=yield this.get(e,i);return this._processResponse(n,this.requestOptions)}))}postJson(e,i,n={}){return a(this,void 0,void 0,(function*(){const s=JSON.stringify(i,null,2);n[v.Accept]=this._getExistingOrDefaultHeader(n,v.Accept,S.ApplicationJson);n[v.ContentType]=this._getExistingOrDefaultHeader(n,v.ContentType,S.ApplicationJson);const r=yield this.post(e,s,n);return this._processResponse(r,this.requestOptions)}))}putJson(e,i,n={}){return a(this,void 0,void 0,(function*(){const s=JSON.stringify(i,null,2);n[v.Accept]=this._getExistingOrDefaultHeader(n,v.Accept,S.ApplicationJson);n[v.ContentType]=this._getExistingOrDefaultHeader(n,v.ContentType,S.ApplicationJson);const r=yield this.put(e,s,n);return this._processResponse(r,this.requestOptions)}))}patchJson(e,i,n={}){return a(this,void 0,void 0,(function*(){const s=JSON.stringify(i,null,2);n[v.Accept]=this._getExistingOrDefaultHeader(n,v.Accept,S.ApplicationJson);n[v.ContentType]=this._getExistingOrDefaultHeader(n,v.ContentType,S.ApplicationJson);const r=yield this.patch(e,s,n);return this._processResponse(r,this.requestOptions)}))}request(e,i,n,s){return a(this,void 0,void 0,(function*(){if(this._disposed){throw new Error("Client has already been disposed.")}const r=new URL(i);let o=this._prepareRequest(e,r,s);const a=this._allowRetries&&C.includes(e)?this._maxRetries+1:1;let c=0;let u;do{u=yield this.requestRaw(o,n);if(u&&u.message&&u.message.statusCode===g.Unauthorized){let e;for(const i of this.handlers){if(i.canHandleAuthentication(u)){e=i;break}}if(e){return e.handleAuthentication(this,o,n)}else{return u}}let i=this._maxRedirects;while(u.message.statusCode&&b.includes(u.message.statusCode)&&this._allowRedirects&&i>0){const a=u.message.headers["location"];if(!a){break}const c=new URL(a);if(r.protocol==="https:"&&r.protocol!==c.protocol&&!this._allowRedirectDowngrade){throw new Error("Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.")}yield u.readBody();if(c.hostname!==r.hostname){for(const e in s){if(e.toLowerCase()==="authorization"){delete s[e]}}}o=this._prepareRequest(e,c,s);u=yield this.requestRaw(o,n);i--}if(!u.message.statusCode||!P.includes(u.message.statusCode)){return u}c+=1;if(c{function callbackForResult(e,i){if(e){s(e)}else if(!i){s(new Error("Unknown error"))}else{n(i)}}this.requestRawWithCallback(e,i,callbackForResult)}))}))}requestRawWithCallback(e,i,n){if(typeof i==="string"){if(!e.options.headers){e.options.headers={}}e.options.headers["Content-Length"]=Buffer.byteLength(i,"utf8")}let s=false;function handleResult(e,i){if(!s){s=true;n(e,i)}}const r=e.httpModule.request(e.options,(e=>{const i=new HttpClientResponse(e);handleResult(undefined,i)}));let o;r.on("socket",(e=>{o=e}));r.setTimeout(this._socketTimeout||3*6e4,(()=>{if(o){o.end()}handleResult(new Error(`Request timeout: ${e.options.path}`))}));r.on("error",(function(e){handleResult(e)}));if(i&&typeof i==="string"){r.write(i,"utf8")}if(i&&typeof i!=="string"){i.on("close",(function(){r.end()}));i.pipe(r)}else{r.end()}}getAgent(e){const i=new URL(e);return this._getAgent(i)}_prepareRequest(e,i,n){const s={};s.parsedUrl=i;const r=s.parsedUrl.protocol==="https:";s.httpModule=r?u:c;const o=r?443:80;s.options={};s.options.host=s.parsedUrl.hostname;s.options.port=s.parsedUrl.port?parseInt(s.parsedUrl.port):o;s.options.path=(s.parsedUrl.pathname||"")+(s.parsedUrl.search||"");s.options.method=e;s.options.headers=this._mergeHeaders(n);if(this.userAgent!=null){s.options.headers["user-agent"]=this.userAgent}s.options.agent=this._getAgent(s.parsedUrl);if(this.handlers){for(const e of this.handlers){e.prepareRequest(s.options)}}return s}_mergeHeaders(e){if(this.requestOptions&&this.requestOptions.headers){return Object.assign({},lowercaseKeys(this.requestOptions.headers),lowercaseKeys(e||{}))}return lowercaseKeys(e||{})}_getExistingOrDefaultHeader(e,i,n){let s;if(this.requestOptions&&this.requestOptions.headers){s=lowercaseKeys(this.requestOptions.headers)[i]}return e[i]||s||n}_getAgent(e){let i;const n=f.getProxyUrl(e);const s=n&&n.hostname;if(this._keepAlive&&s){i=this._proxyAgent}if(this._keepAlive&&!s){i=this._agent}if(i){return i}const r=e.protocol==="https:";let o=100;if(this.requestOptions){o=this.requestOptions.maxSockets||c.globalAgent.maxSockets}if(n&&n.hostname){const e={maxSockets:o,keepAlive:this._keepAlive,proxy:Object.assign(Object.assign({},(n.username||n.password)&&{proxyAuth:`${n.username}:${n.password}`}),{host:n.hostname,port:n.port})};let s;const a=n.protocol==="https:";if(r){s=a?_.httpsOverHttps:_.httpsOverHttp}else{s=a?_.httpOverHttps:_.httpOverHttp}i=s(e);this._proxyAgent=i}if(this._keepAlive&&!i){const e={keepAlive:this._keepAlive,maxSockets:o};i=r?new u.Agent(e):new c.Agent(e);this._agent=i}if(!i){i=r?u.globalAgent:c.globalAgent}if(r&&this._ignoreSslError){i.options=Object.assign(i.options||{},{rejectUnauthorized:false})}return i}_performExponentialBackoff(e){return a(this,void 0,void 0,(function*(){e=Math.min(I,e);const i=x*Math.pow(2,e);return new Promise((e=>setTimeout((()=>e()),i)))}))}_processResponse(e,i){return a(this,void 0,void 0,(function*(){return new Promise(((n,s)=>a(this,void 0,void 0,(function*(){const r=e.message.statusCode||0;const o={statusCode:r,result:null,headers:{}};if(r===g.NotFound){n(o)}function dateTimeDeserializer(e,i){if(typeof i==="string"){const e=new Date(i);if(!isNaN(e.valueOf())){return e}}return i}let a;let c;try{c=yield e.readBody();if(c&&c.length>0){if(i&&i.deserializeDates){a=JSON.parse(c,dateTimeDeserializer)}else{a=JSON.parse(c)}o.result=a}o.headers=e.message.headers}catch(e){}if(r>299){let e;if(a&&a.message){e=a.message}else if(c&&c.length>0){e=c}else{e=`Failed request: (${r})`}const i=new HttpClientError(e,r);i.result=o.result;s(i)}else{n(o)}}))))}))}}i.HttpClient=HttpClient;const lowercaseKeys=e=>Object.keys(e).reduce(((i,n)=>(i[n.toLowerCase()]=e[n],i)),{})},19835:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.checkBypass=i.getProxyUrl=void 0;function getProxyUrl(e){const i=e.protocol==="https:";if(checkBypass(e)){return undefined}const n=(()=>{if(i){return process.env["https_proxy"]||process.env["HTTPS_PROXY"]}else{return process.env["http_proxy"]||process.env["HTTP_PROXY"]}})();if(n){return new URL(n)}else{return undefined}}i.getProxyUrl=getProxyUrl;function checkBypass(e){if(!e.hostname){return false}const i=e.hostname;if(isLoopbackAddress(i)){return true}const n=process.env["no_proxy"]||process.env["NO_PROXY"]||"";if(!n){return false}let s;if(e.port){s=Number(e.port)}else if(e.protocol==="http:"){s=80}else if(e.protocol==="https:"){s=443}const r=[e.hostname.toUpperCase()];if(typeof s==="number"){r.push(`${r[0]}:${s}`)}for(const e of n.split(",").map((e=>e.trim().toUpperCase())).filter((e=>e))){if(e==="*"||r.some((i=>i===e||i.endsWith(`.${e}`)||e.startsWith(".")&&i.endsWith(`${e}`)))){return true}}return false}i.checkBypass=checkBypass;function isLoopbackAddress(e){const i=e.toLowerCase();return i==="localhost"||i.startsWith("127.")||i.startsWith("[::1]")||i.startsWith("[0:0:0:0:0:0:0:1]")}},49690:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=n(82361);const o=s(n(38237));const a=s(n(66570));const c=o.default("agent-base");function isAgent(e){return Boolean(e)&&typeof e.addRequest==="function"}function isSecureEndpoint(){const{stack:e}=new Error;if(typeof e!=="string")return false;return e.split("\n").some((e=>e.indexOf("(https.js:")!==-1||e.indexOf("node:https:")!==-1))}function createAgent(e,i){return new createAgent.Agent(e,i)}(function(e){class Agent extends r.EventEmitter{constructor(e,i){super();let n=i;if(typeof e==="function"){this.callback=e}else if(e){n=e}this.timeout=null;if(n&&typeof n.timeout==="number"){this.timeout=n.timeout}this.maxFreeSockets=1;this.maxSockets=1;this.maxTotalSockets=Infinity;this.sockets={};this.freeSockets={};this.requests={};this.options={}}get defaultPort(){if(typeof this.explicitDefaultPort==="number"){return this.explicitDefaultPort}return isSecureEndpoint()?443:80}set defaultPort(e){this.explicitDefaultPort=e}get protocol(){if(typeof this.explicitProtocol==="string"){return this.explicitProtocol}return isSecureEndpoint()?"https:":"http:"}set protocol(e){this.explicitProtocol=e}callback(e,i,n){throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`')}addRequest(e,i){const n=Object.assign({},i);if(typeof n.secureEndpoint!=="boolean"){n.secureEndpoint=isSecureEndpoint()}if(n.host==null){n.host="localhost"}if(n.port==null){n.port=n.secureEndpoint?443:80}if(n.protocol==null){n.protocol=n.secureEndpoint?"https:":"http:"}if(n.host&&n.path){delete n.path}delete n.agent;delete n.hostname;delete n._defaultAgent;delete n.defaultPort;delete n.createConnection;e._last=true;e.shouldKeepAlive=false;let s=false;let r=null;const o=n.timeout||this.timeout;const onerror=i=>{if(e._hadError)return;e.emit("error",i);e._hadError=true};const ontimeout=()=>{r=null;s=true;const e=new Error(`A "socket" was not created for HTTP request before ${o}ms`);e.code="ETIMEOUT";onerror(e)};const callbackError=e=>{if(s)return;if(r!==null){clearTimeout(r);r=null}onerror(e)};const onsocket=i=>{if(s)return;if(r!=null){clearTimeout(r);r=null}if(isAgent(i)){c("Callback returned another Agent instance %o",i.constructor.name);i.addRequest(e,n);return}if(i){i.once("free",(()=>{this.freeSocket(i,n)}));e.onSocket(i);return}const o=new Error(`no Duplex stream was returned to agent-base for \`${e.method} ${e.path}\``);onerror(o)};if(typeof this.callback!=="function"){onerror(new Error("`callback` is not defined"));return}if(!this.promisifiedCallback){if(this.callback.length>=3){c("Converting legacy callback function to promise");this.promisifiedCallback=a.default(this.callback)}else{this.promisifiedCallback=this.callback}}if(typeof o==="number"&&o>0){r=setTimeout(ontimeout,o)}if("port"in n&&typeof n.port!=="number"){n.port=Number(n.port)}try{c("Resolving socket for %o request: %o",n.protocol,`${e.method} ${e.path}`);Promise.resolve(this.promisifiedCallback(e,n)).then(onsocket,callbackError)}catch(e){Promise.reject(e).catch(callbackError)}}freeSocket(e,i){c("Freeing socket %o %o",e.constructor.name,i);e.destroy()}destroy(){c("Destroying agent %o",this.constructor.name)}}e.Agent=Agent;e.prototype=e.Agent.prototype})(createAgent||(createAgent={}));e.exports=createAgent},66570:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});function promisify(e){return function(i,n){return new Promise(((s,r)=>{e.call(this,i,n,((e,i)=>{if(e){r(e)}else{s(i)}}))}))}}i["default"]=promisify},14812:(e,i,n)=>{e.exports={parallel:n(8210),serial:n(50445),serialOrdered:n(3578)}},1700:e=>{e.exports=abort;function abort(e){Object.keys(e.jobs).forEach(clean.bind(e));e.jobs={}}function clean(e){if(typeof this.jobs[e]=="function"){this.jobs[e]()}}},72794:(e,i,n)=>{var s=n(15295);e.exports=async;function async(e){var i=false;s((function(){i=true}));return function async_callback(n,r){if(i){e(n,r)}else{s((function nextTick_callback(){e(n,r)}))}}}},15295:e=>{e.exports=defer;function defer(e){var i=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;if(i){i(e)}else{setTimeout(e,0)}}},9023:(e,i,n)=>{var s=n(72794),r=n(1700);e.exports=iterate;function iterate(e,i,n,s){var o=n["keyedList"]?n["keyedList"][n.index]:n.index;n.jobs[o]=runJob(i,o,e[o],(function(e,i){if(!(o in n.jobs)){return}delete n.jobs[o];if(e){r(n)}else{n.results[o]=i}s(e,n.results)}))}function runJob(e,i,n,r){var o;if(e.length==2){o=e(n,s(r))}else{o=e(n,i,s(r))}return o}},42474:e=>{e.exports=state;function state(e,i){var n=!Array.isArray(e),s={index:0,keyedList:n||i?Object.keys(e):null,jobs:{},results:n?{}:[],size:n?Object.keys(e).length:e.length};if(i){s.keyedList.sort(n?i:function(n,s){return i(e[n],e[s])})}return s}},37942:(e,i,n)=>{var s=n(1700),r=n(72794);e.exports=terminator;function terminator(e){if(!Object.keys(this.jobs).length){return}this.index=this.size;s(this);r(e)(null,this.results)}},8210:(e,i,n)=>{var s=n(9023),r=n(42474),o=n(37942);e.exports=parallel;function parallel(e,i,n){var a=r(e);while(a.index<(a["keyedList"]||e).length){s(e,i,a,(function(e,i){if(e){n(e,i);return}if(Object.keys(a.jobs).length===0){n(null,a.results);return}}));a.index++}return o.bind(a,n)}},50445:(e,i,n)=>{var s=n(3578);e.exports=serial;function serial(e,i,n){return s(e,i,null,n)}},3578:(e,i,n)=>{var s=n(9023),r=n(42474),o=n(37942);e.exports=serialOrdered;e.exports.ascending=ascending;e.exports.descending=descending;function serialOrdered(e,i,n,a){var c=r(e,n);s(e,i,c,(function iteratorHandler(n,r){if(n){a(n,r);return}c.index++;if(c.index<(c["keyedList"]||e).length){s(e,i,c,iteratorHandler);return}a(null,c.results)}));return o.bind(c,a)}function ascending(e,i){return ei?1:0}function descending(e,i){return-1*ascending(e,i)}},9239:(e,i,n)=>{"use strict";var s=n(14300).Buffer;var r=n(14300).SlowBuffer;e.exports=bufferEq;function bufferEq(e,i){if(!s.isBuffer(e)||!s.isBuffer(i)){return false}if(e.length!==i.length){return false}var n=0;for(var r=0;r{"use strict";var s=n(74538);var r=n(62977);var o=r(s("String.prototype.indexOf"));e.exports=function callBoundIntrinsic(e,i){var n=s(e,!!i);if(typeof n==="function"&&o(e,".prototype.")>-1){return r(n)}return n}},62977:(e,i,n)=>{"use strict";var s=n(88334);var r=n(74538);var o=r("%Function.prototype.apply%");var a=r("%Function.prototype.call%");var c=r("%Reflect.apply%",true)||s.call(a,o);var u=r("%Object.getOwnPropertyDescriptor%",true);var f=r("%Object.defineProperty%",true);var _=r("%Math.max%");if(f){try{f({},"a",{value:1})}catch(e){f=null}}e.exports=function callBind(e){var i=c(s,a,arguments);if(u&&f){var n=u(i,"length");if(n.configurable){f(i,"length",{value:1+_(0,e.length-(arguments.length-1))})}}return i};var g=function applyBind(){return c(s,o,arguments)};if(f){f(e.exports,"apply",{value:g})}else{e.exports.apply=g}},85443:(e,i,n)=>{var s=n(73837);var r=n(12781).Stream;var o=n(18611);e.exports=CombinedStream;function CombinedStream(){this.writable=false;this.readable=true;this.dataSize=0;this.maxDataSize=2*1024*1024;this.pauseStreams=true;this._released=false;this._streams=[];this._currentStream=null;this._insideLoop=false;this._pendingNext=false}s.inherits(CombinedStream,r);CombinedStream.create=function(e){var i=new this;e=e||{};for(var n in e){i[n]=e[n]}return i};CombinedStream.isStreamLike=function(e){return typeof e!=="function"&&typeof e!=="string"&&typeof e!=="boolean"&&typeof e!=="number"&&!Buffer.isBuffer(e)};CombinedStream.prototype.append=function(e){var i=CombinedStream.isStreamLike(e);if(i){if(!(e instanceof o)){var n=o.create(e,{maxDataSize:Infinity,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this));e=n}this._handleErrors(e);if(this.pauseStreams){e.pause()}}this._streams.push(e);return this};CombinedStream.prototype.pipe=function(e,i){r.prototype.pipe.call(this,e,i);this.resume();return e};CombinedStream.prototype._getNext=function(){this._currentStream=null;if(this._insideLoop){this._pendingNext=true;return}this._insideLoop=true;try{do{this._pendingNext=false;this._realGetNext()}while(this._pendingNext)}finally{this._insideLoop=false}};CombinedStream.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e=="undefined"){this.end();return}if(typeof e!=="function"){this._pipeNext(e);return}var i=e;i(function(e){var i=CombinedStream.isStreamLike(e);if(i){e.on("data",this._checkDataSize.bind(this));this._handleErrors(e)}this._pipeNext(e)}.bind(this))};CombinedStream.prototype._pipeNext=function(e){this._currentStream=e;var i=CombinedStream.isStreamLike(e);if(i){e.on("end",this._getNext.bind(this));e.pipe(this,{end:false});return}var n=e;this.write(n);this._getNext()};CombinedStream.prototype._handleErrors=function(e){var i=this;e.on("error",(function(e){i._emitError(e)}))};CombinedStream.prototype.write=function(e){this.emit("data",e)};CombinedStream.prototype.pause=function(){if(!this.pauseStreams){return}if(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function")this._currentStream.pause();this.emit("pause")};CombinedStream.prototype.resume=function(){if(!this._released){this._released=true;this.writable=true;this._getNext()}if(this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function")this._currentStream.resume();this.emit("resume")};CombinedStream.prototype.end=function(){this._reset();this.emit("end")};CombinedStream.prototype.destroy=function(){this._reset();this.emit("close")};CombinedStream.prototype._reset=function(){this.writable=false;this._streams=[];this._currentStream=null};CombinedStream.prototype._checkDataSize=function(){this._updateDataSize();if(this.dataSize<=this.maxDataSize){return}var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))};CombinedStream.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach((function(i){if(!i.dataSize){return}e.dataSize+=i.dataSize}));if(this._currentStream&&this._currentStream.dataSize){this.dataSize+=this._currentStream.dataSize}};CombinedStream.prototype._emitError=function(e){this._reset();this.emit("error",e)}},7401:function(e){!function(i,n){true?e.exports=n():0}(this,(function(){"use strict";var e=1e3,i=6e4,n=36e5,s="millisecond",r="second",o="minute",a="hour",c="day",u="week",f="month",_="quarter",g="year",v="date",S="Invalid Date",b=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,P=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,C={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var i=["th","st","nd","rd"],n=e%100;return"["+e+(i[(n-20)%10]||i[n]||i[0])+"]"}},m=function(e,i,n){var s=String(e);return!s||s.length>=i?e:""+Array(i+1-s.length).join(n)+e},I={s:m,z:function(e){var i=-e.utcOffset(),n=Math.abs(i),s=Math.floor(n/60),r=n%60;return(i<=0?"+":"-")+m(s,2,"0")+":"+m(r,2,"0")},m:function t(e,i){if(e.date()1)return t(o[0])}else{var a=e.name;k[a]=e,s=a}return!n&&s&&(x=s),s||!n&&x},w=function(e,i){if(p(e))return e.clone();var n="object"==typeof i?i:{};return n.date=e,n.args=arguments,new T(n)},O=I;O.l=N,O.i=p,O.w=function(e,i){return w(e,{locale:i.$L,utc:i.$u,x:i.$x,$offset:i.$offset})};var T=function(){function M(e){this.$L=N(e.locale,null,!0),this.parse(e)}var C=M.prototype;return C.parse=function(e){this.$d=function(e){var i=e.date,n=e.utc;if(null===i)return new Date(NaN);if(O.u(i))return new Date;if(i instanceof Date)return new Date(i);if("string"==typeof i&&!/Z$/i.test(i)){var s=i.match(b);if(s){var r=s[2]-1||0,o=(s[7]||"0").substring(0,3);return n?new Date(Date.UTC(s[1],r,s[3]||1,s[4]||0,s[5]||0,s[6]||0,o)):new Date(s[1],r,s[3]||1,s[4]||0,s[5]||0,s[6]||0,o)}}return new Date(i)}(e),this.$x=e.x||{},this.init()},C.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},C.$utils=function(){return O},C.isValid=function(){return!(this.$d.toString()===S)},C.isSame=function(e,i){var n=w(e);return this.startOf(i)<=n&&n<=this.endOf(i)},C.isAfter=function(e,i){return w(e){var i=1e3;var n=i*60;var s=n*60;var r=s*24;var o=r*7;var a=r*365.25;e.exports=function(e,i){i=i||{};var n=typeof e;if(n==="string"&&e.length>0){return parse(e)}else if(n==="number"&&isFinite(e)){return i.long?fmtLong(e):fmtShort(e)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function parse(e){e=String(e);if(e.length>100){return}var c=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!c){return}var u=parseFloat(c[1]);var f=(c[2]||"ms").toLowerCase();switch(f){case"years":case"year":case"yrs":case"yr":case"y":return u*a;case"weeks":case"week":case"w":return u*o;case"days":case"day":case"d":return u*r;case"hours":case"hour":case"hrs":case"hr":case"h":return u*s;case"minutes":case"minute":case"mins":case"min":case"m":return u*n;case"seconds":case"second":case"secs":case"sec":case"s":return u*i;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return u;default:return undefined}}function fmtShort(e){var o=Math.abs(e);if(o>=r){return Math.round(e/r)+"d"}if(o>=s){return Math.round(e/s)+"h"}if(o>=n){return Math.round(e/n)+"m"}if(o>=i){return Math.round(e/i)+"s"}return e+"ms"}function fmtLong(e){var o=Math.abs(e);if(o>=r){return plural(e,o,r,"day")}if(o>=s){return plural(e,o,s,"hour")}if(o>=n){return plural(e,o,n,"minute")}if(o>=i){return plural(e,o,i,"second")}return e+" ms"}function plural(e,i,n,s){var r=i>=n*1.5;return Math.round(e/n)+" "+s+(r?"s":"")}},28222:(e,i,n)=>{i.formatArgs=formatArgs;i.save=save;i.load=load;i.useColors=useColors;i.storage=localstorage();i.destroy=(()=>{let e=false;return()=>{if(!e){e=true;console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}}})();i.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function useColors(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function formatArgs(i){i[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+i[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff);if(!this.useColors){return}const n="color: "+this.color;i.splice(1,0,n,"color: inherit");let s=0;let r=0;i[0].replace(/%[a-zA-Z%]/g,(e=>{if(e==="%%"){return}s++;if(e==="%c"){r=s}}));i.splice(r,0,n)}i.log=console.debug||console.log||(()=>{});function save(e){try{if(e){i.storage.setItem("debug",e)}else{i.storage.removeItem("debug")}}catch(e){}}function load(){let e;try{e=i.storage.getItem("debug")}catch(e){}if(!e&&typeof process!=="undefined"&&"env"in process){e=process.env.DEBUG}return e}function localstorage(){try{return localStorage}catch(e){}}e.exports=n(46243)(i);const{formatters:s}=e.exports;s.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},46243:(e,i,n)=>{function setup(e){createDebug.debug=createDebug;createDebug.default=createDebug;createDebug.coerce=coerce;createDebug.disable=disable;createDebug.enable=enable;createDebug.enabled=enabled;createDebug.humanize=n(84697);createDebug.destroy=destroy;Object.keys(e).forEach((i=>{createDebug[i]=e[i]}));createDebug.names=[];createDebug.skips=[];createDebug.formatters={};function selectColor(e){let i=0;for(let n=0;n{if(i==="%%"){return"%"}o++;const r=createDebug.formatters[s];if(typeof r==="function"){const s=e[o];i=r.call(n,s);e.splice(o,1);o--}return i}));createDebug.formatArgs.call(n,e);const a=n.log||createDebug.log;a.apply(n,e)}debug.namespace=e;debug.useColors=createDebug.useColors();debug.color=createDebug.selectColor(e);debug.extend=extend;debug.destroy=createDebug.destroy;Object.defineProperty(debug,"enabled",{enumerable:true,configurable:false,get:()=>{if(n!==null){return n}if(s!==createDebug.namespaces){s=createDebug.namespaces;r=createDebug.enabled(e)}return r},set:e=>{n=e}});if(typeof createDebug.init==="function"){createDebug.init(debug)}return debug}function extend(e,i){const n=createDebug(this.namespace+(typeof i==="undefined"?":":i)+e);n.log=this.log;return n}function enable(e){createDebug.save(e);createDebug.namespaces=e;createDebug.names=[];createDebug.skips=[];let i;const n=(typeof e==="string"?e:"").split(/[\s,]+/);const s=n.length;for(i=0;i"-"+e))].join(",");createDebug.enable("");return e}function enabled(e){if(e[e.length-1]==="*"){return true}let i;let n;for(i=0,n=createDebug.skips.length;i{if(typeof process==="undefined"||process.type==="renderer"||process.browser===true||process.__nwjs){e.exports=n(28222)}else{e.exports=n(35332)}},35332:(e,i,n)=>{const s=n(76224);const r=n(73837);i.init=init;i.log=log;i.formatArgs=formatArgs;i.save=save;i.load=load;i.useColors=useColors;i.destroy=r.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");i.colors=[6,2,3,4,5,1];try{const e=n(59318);if(e&&(e.stderr||e).level>=2){i.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}}catch(e){}i.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,i)=>{const n=i.substring(6).toLowerCase().replace(/_([a-z])/g,((e,i)=>i.toUpperCase()));let s=process.env[i];if(/^(yes|on|true|enabled)$/i.test(s)){s=true}else if(/^(no|off|false|disabled)$/i.test(s)){s=false}else if(s==="null"){s=null}else{s=Number(s)}e[n]=s;return e}),{});function useColors(){return"colors"in i.inspectOpts?Boolean(i.inspectOpts.colors):s.isatty(process.stderr.fd)}function formatArgs(i){const{namespace:n,useColors:s}=this;if(s){const s=this.color;const r="[3"+(s<8?s:"8;5;"+s);const o=` ${r};1m${n} `;i[0]=o+i[0].split("\n").join("\n"+o);i.push(r+"m+"+e.exports.humanize(this.diff)+"")}else{i[0]=getDate()+n+" "+i[0]}}function getDate(){if(i.inspectOpts.hideDate){return""}return(new Date).toISOString()+" "}function log(...e){return process.stderr.write(r.format(...e)+"\n")}function save(e){if(e){process.env.DEBUG=e}else{delete process.env.DEBUG}}function load(){return process.env.DEBUG}function init(e){e.inspectOpts={};const n=Object.keys(i.inspectOpts);for(let s=0;se.trim())).join(" ")};o.O=function(e){this.inspectOpts.colors=this.useColors;return r.inspect(e,this.inspectOpts)}},18611:(e,i,n)=>{var s=n(12781).Stream;var r=n(73837);e.exports=DelayedStream;function DelayedStream(){this.source=null;this.dataSize=0;this.maxDataSize=1024*1024;this.pauseStream=true;this._maxDataSizeExceeded=false;this._released=false;this._bufferedEvents=[]}r.inherits(DelayedStream,s);DelayedStream.create=function(e,i){var n=new this;i=i||{};for(var s in i){n[s]=i[s]}n.source=e;var r=e.emit;e.emit=function(){n._handleEmit(arguments);return r.apply(e,arguments)};e.on("error",(function(){}));if(n.pauseStream){e.pause()}return n};Object.defineProperty(DelayedStream.prototype,"readable",{configurable:true,enumerable:true,get:function(){return this.source.readable}});DelayedStream.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};DelayedStream.prototype.resume=function(){if(!this._released){this.release()}this.source.resume()};DelayedStream.prototype.pause=function(){this.source.pause()};DelayedStream.prototype.release=function(){this._released=true;this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this));this._bufferedEvents=[]};DelayedStream.prototype.pipe=function(){var e=s.prototype.pipe.apply(this,arguments);this.resume();return e};DelayedStream.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}if(e[0]==="data"){this.dataSize+=e[1].length;this._checkIfMaxDataSizeExceeded()}this._bufferedEvents.push(e)};DelayedStream.prototype._checkIfMaxDataSizeExceeded=function(){if(this._maxDataSizeExceeded){return}if(this.dataSize<=this.maxDataSize){return}this._maxDataSizeExceeded=true;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}},11728:(e,i,n)=>{"use strict";var s=n(21867).Buffer;var r=n(30528);var o=128,a=0,c=32,u=16,f=2,_=u|c|a<<6,g=f|a<<6;function base64Url(e){return e.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function signatureAsBuffer(e){if(s.isBuffer(e)){return e}else if("string"===typeof e){return s.from(e,"base64")}throw new TypeError("ECDSA signature must be a Base64 string or a Buffer")}function derToJose(e,i){e=signatureAsBuffer(e);var n=r(i);var a=n+1;var c=e.length;var u=0;if(e[u++]!==_){throw new Error('Could not find expected "seq"')}var f=e[u++];if(f===(o|1)){f=e[u++]}if(c-u=o;if(r){--s}return s}function joseToDer(e,i){e=signatureAsBuffer(e);var n=r(i);var a=e.length;if(a!==n*2){throw new TypeError('"'+i+'" signatures must be "'+n*2+'" bytes, saw "'+a+'"')}var c=countPadding(e,0,n);var u=countPadding(e,n,e.length);var f=n-c;var v=n-u;var S=1+1+f+1+1+v;var b=S{"use strict";function getParamSize(e){var i=(e/8|0)+(e%8===0?0:1);return i}var i={ES256:getParamSize(256),ES384:getParamSize(384),ES512:getParamSize(521)};function getParamBytesForAlg(e){var n=i[e];if(n){return n}throw new Error('Unknown algorithm "'+e+'"')}e.exports=getParamBytesForAlg},31133:(e,i,n)=>{var s;e.exports=function(){if(!s){try{s=n(38237)("follow-redirects")}catch(e){}if(typeof s!=="function"){s=function(){}}}s.apply(null,arguments)}},67707:(e,i,n)=>{var s=n(57310);var r=s.URL;var o=n(13685);var a=n(95687);var c=n(12781).Writable;var u=n(39491);var f=n(31133);var _=false;try{u(new r)}catch(e){_=e.code==="ERR_INVALID_URL"}var g=["auth","host","hostname","href","path","pathname","port","protocol","query","search"];var v=["abort","aborted","connect","error","socket","timeout"];var S=Object.create(null);v.forEach((function(e){S[e]=function(i,n,s){this._redirectable.emit(e,i,n,s)}}));var b=createErrorType("ERR_INVALID_URL","Invalid URL",TypeError);var P=createErrorType("ERR_FR_REDIRECTION_FAILURE","Redirected request failed");var C=createErrorType("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",P);var I=createErrorType("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit");var x=createErrorType("ERR_STREAM_WRITE_AFTER_END","write after end");var k=c.prototype.destroy||noop;function RedirectableRequest(e,i){c.call(this);this._sanitizeOptions(e);this._options=e;this._ended=false;this._ending=false;this._redirectCount=0;this._redirects=[];this._requestBodyLength=0;this._requestBodyBuffers=[];if(i){this.on("response",i)}var n=this;this._onNativeResponse=function(e){try{n._processResponse(e)}catch(e){n.emit("error",e instanceof P?e:new P({cause:e}))}};this._performRequest()}RedirectableRequest.prototype=Object.create(c.prototype);RedirectableRequest.prototype.abort=function(){destroyRequest(this._currentRequest);this._currentRequest.abort();this.emit("abort")};RedirectableRequest.prototype.destroy=function(e){destroyRequest(this._currentRequest,e);k.call(this,e);return this};RedirectableRequest.prototype.write=function(e,i,n){if(this._ending){throw new x}if(!isString(e)&&!isBuffer(e)){throw new TypeError("data should be a string, Buffer or Uint8Array")}if(isFunction(i)){n=i;i=null}if(e.length===0){if(n){n()}return}if(this._requestBodyLength+e.length<=this._options.maxBodyLength){this._requestBodyLength+=e.length;this._requestBodyBuffers.push({data:e,encoding:i});this._currentRequest.write(e,i,n)}else{this.emit("error",new I);this.abort()}};RedirectableRequest.prototype.end=function(e,i,n){if(isFunction(e)){n=e;e=i=null}else if(isFunction(i)){n=i;i=null}if(!e){this._ended=this._ending=true;this._currentRequest.end(null,null,n)}else{var s=this;var r=this._currentRequest;this.write(e,i,(function(){s._ended=true;r.end(null,null,n)}));this._ending=true}};RedirectableRequest.prototype.setHeader=function(e,i){this._options.headers[e]=i;this._currentRequest.setHeader(e,i)};RedirectableRequest.prototype.removeHeader=function(e){delete this._options.headers[e];this._currentRequest.removeHeader(e)};RedirectableRequest.prototype.setTimeout=function(e,i){var n=this;function destroyOnTimeout(i){i.setTimeout(e);i.removeListener("timeout",i.destroy);i.addListener("timeout",i.destroy)}function startTimer(i){if(n._timeout){clearTimeout(n._timeout)}n._timeout=setTimeout((function(){n.emit("timeout");clearTimer()}),e);destroyOnTimeout(i)}function clearTimer(){if(n._timeout){clearTimeout(n._timeout);n._timeout=null}n.removeListener("abort",clearTimer);n.removeListener("error",clearTimer);n.removeListener("response",clearTimer);n.removeListener("close",clearTimer);if(i){n.removeListener("timeout",i)}if(!n.socket){n._currentRequest.removeListener("socket",startTimer)}}if(i){this.on("timeout",i)}if(this.socket){startTimer(this.socket)}else{this._currentRequest.once("socket",startTimer)}this.on("socket",destroyOnTimeout);this.on("abort",clearTimer);this.on("error",clearTimer);this.on("response",clearTimer);this.on("close",clearTimer);return this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach((function(e){RedirectableRequest.prototype[e]=function(i,n){return this._currentRequest[e](i,n)}}));["aborted","connection","socket"].forEach((function(e){Object.defineProperty(RedirectableRequest.prototype,e,{get:function(){return this._currentRequest[e]}})}));RedirectableRequest.prototype._sanitizeOptions=function(e){if(!e.headers){e.headers={}}if(e.host){if(!e.hostname){e.hostname=e.host}delete e.host}if(!e.pathname&&e.path){var i=e.path.indexOf("?");if(i<0){e.pathname=e.path}else{e.pathname=e.path.substring(0,i);e.search=e.path.substring(i)}}};RedirectableRequest.prototype._performRequest=function(){var e=this._options.protocol;var i=this._options.nativeProtocols[e];if(!i){throw new TypeError("Unsupported protocol "+e)}if(this._options.agents){var n=e.slice(0,-1);this._options.agent=this._options.agents[n]}var r=this._currentRequest=i.request(this._options,this._onNativeResponse);r._redirectable=this;for(var o of v){r.on(o,S[o])}this._currentUrl=/^\//.test(this._options.path)?s.format(this._options):this._options.path;if(this._isRedirect){var a=0;var c=this;var u=this._requestBodyBuffers;(function writeNext(e){if(r===c._currentRequest){if(e){c.emit("error",e)}else if(a=400){e.responseUrl=this._currentUrl;e.redirects=this._redirects;this.emit("response",e);this._requestBodyBuffers=[];return}destroyRequest(this._currentRequest);e.destroy();if(++this._redirectCount>this._options.maxRedirects){throw new C}var r;var o=this._options.beforeRedirect;if(o){r=Object.assign({Host:e.req.getHeader("host")},this._options.headers)}var a=this._options.method;if((i===301||i===302)&&this._options.method==="POST"||i===303&&!/^(?:GET|HEAD)$/.test(this._options.method)){this._options.method="GET";this._requestBodyBuffers=[];removeMatchingHeaders(/^content-/i,this._options.headers)}var c=removeMatchingHeaders(/^host$/i,this._options.headers);var u=parseUrl(this._currentUrl);var _=c||u.host;var g=/^\w+:/.test(n)?this._currentUrl:s.format(Object.assign(u,{host:_}));var v=resolveUrl(n,g);f("redirecting to",v.href);this._isRedirect=true;spreadUrlObject(v,this._options);if(v.protocol!==u.protocol&&v.protocol!=="https:"||v.host!==_&&!isSubdomain(v.host,_)){removeMatchingHeaders(/^(?:authorization|cookie)$/i,this._options.headers)}if(isFunction(o)){var S={headers:e.headers,statusCode:i};var b={url:g,method:a,headers:r};o(this._options,S,b);this._sanitizeOptions(this._options)}this._performRequest()};function wrap(e){var i={maxRedirects:21,maxBodyLength:10*1024*1024};var n={};Object.keys(e).forEach((function(s){var r=s+":";var o=n[r]=e[s];var a=i[s]=Object.create(o);function request(e,s,o){if(isURL(e)){e=spreadUrlObject(e)}else if(isString(e)){e=spreadUrlObject(parseUrl(e))}else{o=s;s=validateUrl(e);e={protocol:r}}if(isFunction(s)){o=s;s=null}s=Object.assign({maxRedirects:i.maxRedirects,maxBodyLength:i.maxBodyLength},e,s);s.nativeProtocols=n;if(!isString(s.host)&&!isString(s.hostname)){s.hostname="::1"}u.equal(s.protocol,r,"protocol mismatch");f("options",s);return new RedirectableRequest(s,o)}function get(e,i,n){var s=a.request(e,i,n);s.end();return s}Object.defineProperties(a,{request:{value:request,configurable:true,enumerable:true,writable:true},get:{value:get,configurable:true,enumerable:true,writable:true}})}));return i}function noop(){}function parseUrl(e){var i;if(_){i=new r(e)}else{i=validateUrl(s.parse(e));if(!isString(i.protocol)){throw new b({input:e})}}return i}function resolveUrl(e,i){return _?new r(e,i):parseUrl(s.resolve(i,e))}function validateUrl(e){if(/^\[/.test(e.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(e.hostname)){throw new b({input:e.href||e})}if(/^\[/.test(e.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(e.host)){throw new b({input:e.href||e})}return e}function spreadUrlObject(e,i){var n=i||{};for(var s of g){n[s]=e[s]}if(n.hostname.startsWith("[")){n.hostname=n.hostname.slice(1,-1)}if(n.port!==""){n.port=Number(n.port)}n.path=n.search?n.pathname+n.search:n.pathname;return n}function removeMatchingHeaders(e,i){var n;for(var s in i){if(e.test(s)){n=i[s];delete i[s]}}return n===null||typeof n==="undefined"?undefined:String(n).trim()}function createErrorType(e,i,n){function CustomError(n){Error.captureStackTrace(this,this.constructor);Object.assign(this,n||{});this.code=e;this.message=this.cause?i+": "+this.cause.message:i}CustomError.prototype=new(n||Error);Object.defineProperties(CustomError.prototype,{constructor:{value:CustomError,enumerable:false},name:{value:"Error ["+e+"]",enumerable:false}});return CustomError}function destroyRequest(e,i){for(var n of v){e.removeListener(n,S[n])}e.on("error",noop);e.destroy(i)}function isSubdomain(e,i){u(isString(e)&&isString(i));var n=e.length-i.length-1;return n>0&&e[n]==="."&&e.endsWith(i)}function isString(e){return typeof e==="string"||e instanceof String}function isFunction(e){return typeof e==="function"}function isBuffer(e){return typeof e==="object"&&"length"in e}function isURL(e){return r&&e instanceof r}e.exports=wrap({http:o,https:a});e.exports.wrap=wrap},64334:(e,i,n)=>{var s=n(85443);var r=n(73837);var o=n(71017);var a=n(13685);var c=n(95687);var u=n(57310).parse;var f=n(57147);var _=n(12781).Stream;var g=n(43583);var v=n(14812);var S=n(17142);e.exports=FormData;r.inherits(FormData,s);function FormData(e){if(!(this instanceof FormData)){return new FormData(e)}this._overheadLength=0;this._valueLength=0;this._valuesToMeasure=[];s.call(this);e=e||{};for(var i in e){this[i]=e[i]}}FormData.LINE_BREAK="\r\n";FormData.DEFAULT_CONTENT_TYPE="application/octet-stream";FormData.prototype.append=function(e,i,n){n=n||{};if(typeof n=="string"){n={filename:n}}var o=s.prototype.append.bind(this);if(typeof i=="number"){i=""+i}if(r.isArray(i)){this._error(new Error("Arrays are not supported."));return}var a=this._multiPartHeader(e,i,n);var c=this._multiPartFooter();o(a);o(i);o(c);this._trackLength(a,i,n)};FormData.prototype._trackLength=function(e,i,n){var s=0;if(n.knownLength!=null){s+=+n.knownLength}else if(Buffer.isBuffer(i)){s=i.length}else if(typeof i==="string"){s=Buffer.byteLength(i)}this._valueLength+=s;this._overheadLength+=Buffer.byteLength(e)+FormData.LINE_BREAK.length;if(!i||!i.path&&!(i.readable&&i.hasOwnProperty("httpVersion"))&&!(i instanceof _)){return}if(!n.knownLength){this._valuesToMeasure.push(i)}};FormData.prototype._lengthRetriever=function(e,i){if(e.hasOwnProperty("fd")){if(e.end!=undefined&&e.end!=Infinity&&e.start!=undefined){i(null,e.end+1-(e.start?e.start:0))}else{f.stat(e.path,(function(n,s){var r;if(n){i(n);return}r=s.size-(e.start?e.start:0);i(null,r)}))}}else if(e.hasOwnProperty("httpVersion")){i(null,+e.headers["content-length"])}else if(e.hasOwnProperty("httpModule")){e.on("response",(function(n){e.pause();i(null,+n.headers["content-length"])}));e.resume()}else{i("Unknown stream")}};FormData.prototype._multiPartHeader=function(e,i,n){if(typeof n.header=="string"){return n.header}var s=this._getContentDisposition(i,n);var r=this._getContentType(i,n);var o="";var a={"Content-Disposition":["form-data",'name="'+e+'"'].concat(s||[]),"Content-Type":[].concat(r||[])};if(typeof n.header=="object"){S(a,n.header)}var c;for(var u in a){if(!a.hasOwnProperty(u))continue;c=a[u];if(c==null){continue}if(!Array.isArray(c)){c=[c]}if(c.length){o+=u+": "+c.join("; ")+FormData.LINE_BREAK}}return"--"+this.getBoundary()+FormData.LINE_BREAK+o+FormData.LINE_BREAK};FormData.prototype._getContentDisposition=function(e,i){var n,s;if(typeof i.filepath==="string"){n=o.normalize(i.filepath).replace(/\\/g,"/")}else if(i.filename||e.name||e.path){n=o.basename(i.filename||e.name||e.path)}else if(e.readable&&e.hasOwnProperty("httpVersion")){n=o.basename(e.client._httpMessage.path||"")}if(n){s='filename="'+n+'"'}return s};FormData.prototype._getContentType=function(e,i){var n=i.contentType;if(!n&&e.name){n=g.lookup(e.name)}if(!n&&e.path){n=g.lookup(e.path)}if(!n&&e.readable&&e.hasOwnProperty("httpVersion")){n=e.headers["content-type"]}if(!n&&(i.filepath||i.filename)){n=g.lookup(i.filepath||i.filename)}if(!n&&typeof e=="object"){n=FormData.DEFAULT_CONTENT_TYPE}return n};FormData.prototype._multiPartFooter=function(){return function(e){var i=FormData.LINE_BREAK;var n=this._streams.length===0;if(n){i+=this._lastBoundary()}e(i)}.bind(this)};FormData.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+FormData.LINE_BREAK};FormData.prototype.getHeaders=function(e){var i;var n={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(i in e){if(e.hasOwnProperty(i)){n[i.toLowerCase()]=e[i]}}return n};FormData.prototype.setBoundary=function(e){this._boundary=e};FormData.prototype.getBoundary=function(){if(!this._boundary){this._generateBoundary()}return this._boundary};FormData.prototype.getBuffer=function(){var e=new Buffer.alloc(0);var i=this.getBoundary();for(var n=0,s=this._streams.length;n{e.exports=function(e,i){Object.keys(i).forEach((function(n){e[n]=e[n]||i[n]}));return e}},19320:e=>{"use strict";var i="Function.prototype.bind called on incompatible ";var n=Array.prototype.slice;var s=Object.prototype.toString;var r="[object Function]";e.exports=function bind(e){var o=this;if(typeof o!=="function"||s.call(o)!==r){throw new TypeError(i+o)}var a=n.call(arguments,1);var c;var binder=function(){if(this instanceof c){var i=o.apply(this,a.concat(n.call(arguments)));if(Object(i)===i){return i}return this}else{return o.apply(e,a.concat(n.call(arguments)))}};var u=Math.max(0,o.length-a.length);var f=[];for(var _=0;_{"use strict";var s=n(19320);e.exports=Function.prototype.bind||s},74538:(e,i,n)=>{"use strict";var s;var r=SyntaxError;var o=Function;var a=TypeError;var getEvalledConstructor=function(e){try{return o('"use strict"; return ('+e+").constructor;")()}catch(e){}};var c=Object.getOwnPropertyDescriptor;if(c){try{c({},"")}catch(e){c=null}}var throwTypeError=function(){throw new a};var u=c?function(){try{arguments.callee;return throwTypeError}catch(e){try{return c(arguments,"callee").get}catch(e){return throwTypeError}}}():throwTypeError;var f=n(40587)();var _=Object.getPrototypeOf||function(e){return e.__proto__};var g={};var v=typeof Uint8Array==="undefined"?s:_(Uint8Array);var S={"%AggregateError%":typeof AggregateError==="undefined"?s:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer==="undefined"?s:ArrayBuffer,"%ArrayIteratorPrototype%":f?_([][Symbol.iterator]()):s,"%AsyncFromSyncIteratorPrototype%":s,"%AsyncFunction%":g,"%AsyncGenerator%":g,"%AsyncGeneratorFunction%":g,"%AsyncIteratorPrototype%":g,"%Atomics%":typeof Atomics==="undefined"?s:Atomics,"%BigInt%":typeof BigInt==="undefined"?s:BigInt,"%BigInt64Array%":typeof BigInt64Array==="undefined"?s:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array==="undefined"?s:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView==="undefined"?s:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array==="undefined"?s:Float32Array,"%Float64Array%":typeof Float64Array==="undefined"?s:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry==="undefined"?s:FinalizationRegistry,"%Function%":o,"%GeneratorFunction%":g,"%Int8Array%":typeof Int8Array==="undefined"?s:Int8Array,"%Int16Array%":typeof Int16Array==="undefined"?s:Int16Array,"%Int32Array%":typeof Int32Array==="undefined"?s:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f?_(_([][Symbol.iterator]())):s,"%JSON%":typeof JSON==="object"?JSON:s,"%Map%":typeof Map==="undefined"?s:Map,"%MapIteratorPrototype%":typeof Map==="undefined"||!f?s:_((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise==="undefined"?s:Promise,"%Proxy%":typeof Proxy==="undefined"?s:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect==="undefined"?s:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set==="undefined"?s:Set,"%SetIteratorPrototype%":typeof Set==="undefined"||!f?s:_((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer==="undefined"?s:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f?_(""[Symbol.iterator]()):s,"%Symbol%":f?Symbol:s,"%SyntaxError%":r,"%ThrowTypeError%":u,"%TypedArray%":v,"%TypeError%":a,"%Uint8Array%":typeof Uint8Array==="undefined"?s:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray==="undefined"?s:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array==="undefined"?s:Uint16Array,"%Uint32Array%":typeof Uint32Array==="undefined"?s:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap==="undefined"?s:WeakMap,"%WeakRef%":typeof WeakRef==="undefined"?s:WeakRef,"%WeakSet%":typeof WeakSet==="undefined"?s:WeakSet};try{null.error}catch(e){var b=_(_(e));S["%Error.prototype%"]=b}var P=function doEval(e){var i;if(e==="%AsyncFunction%"){i=getEvalledConstructor("async function () {}")}else if(e==="%GeneratorFunction%"){i=getEvalledConstructor("function* () {}")}else if(e==="%AsyncGeneratorFunction%"){i=getEvalledConstructor("async function* () {}")}else if(e==="%AsyncGenerator%"){var n=doEval("%AsyncGeneratorFunction%");if(n){i=n.prototype}}else if(e==="%AsyncIteratorPrototype%"){var s=doEval("%AsyncGenerator%");if(s){i=_(s.prototype)}}S[e]=i;return i};var C={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]};var I=n(88334);var x=n(76339);var k=I.call(Function.call,Array.prototype.concat);var N=I.call(Function.apply,Array.prototype.splice);var O=I.call(Function.call,String.prototype.replace);var T=I.call(Function.call,String.prototype.slice);var E=I.call(Function.call,RegExp.prototype.exec);var L=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;var A=/\\(\\)?/g;var R=function stringToPath(e){var i=T(e,0,1);var n=T(e,-1);if(i==="%"&&n!=="%"){throw new r("invalid intrinsic syntax, expected closing `%`")}else if(n==="%"&&i!=="%"){throw new r("invalid intrinsic syntax, expected opening `%`")}var s=[];O(e,L,(function(e,i,n,r){s[s.length]=n?O(r,A,"$1"):i||e}));return s};var U=function getBaseIntrinsic(e,i){var n=e;var s;if(x(C,n)){s=C[n];n="%"+s[0]+"%"}if(x(S,n)){var o=S[n];if(o===g){o=P(n)}if(typeof o==="undefined"&&!i){throw new a("intrinsic "+e+" exists, but is not available. Please file an issue!")}return{alias:s,name:n,value:o}}throw new r("intrinsic "+e+" does not exist!")};e.exports=function GetIntrinsic(e,i){if(typeof e!=="string"||e.length===0){throw new a("intrinsic name must be a non-empty string")}if(arguments.length>1&&typeof i!=="boolean"){throw new a('"allowMissing" argument must be a boolean')}if(E(/^%?[^%]*%?$/,e)===null){throw new r("`%` may not be present anywhere but at the beginning and end of the intrinsic name")}var n=R(e);var o=n.length>0?n[0]:"";var u=U("%"+o+"%",i);var f=u.name;var _=u.value;var g=false;var v=u.alias;if(v){o=v[0];N(n,k([0,1],v))}for(var b=1,P=true;b=n.length){var L=c(_,C);P=!!L;if(P&&"get"in L&&!("originalValue"in L.get)){_=L.get}else{_=_[C]}}else{P=x(_,C);_=_[C]}if(P&&!g){S[f]=_}}}return _}},31621:e=>{"use strict";e.exports=(e,i=process.argv)=>{const n=e.startsWith("-")?"":e.length===1?"-":"--";const s=i.indexOf(n+e);const r=i.indexOf("--");return s!==-1&&(r===-1||s{"use strict";var s=typeof Symbol!=="undefined"&&Symbol;var r=n(57747);e.exports=function hasNativeSymbols(){if(typeof s!=="function"){return false}if(typeof Symbol!=="function"){return false}if(typeof s("foo")!=="symbol"){return false}if(typeof Symbol("bar")!=="symbol"){return false}return r()}},57747:e=>{"use strict";e.exports=function hasSymbols(){if(typeof Symbol!=="function"||typeof Object.getOwnPropertySymbols!=="function"){return false}if(typeof Symbol.iterator==="symbol"){return true}var e={};var i=Symbol("test");var n=Object(i);if(typeof i==="string"){return false}if(Object.prototype.toString.call(i)!=="[object Symbol]"){return false}if(Object.prototype.toString.call(n)!=="[object Symbol]"){return false}var s=42;e[i]=s;for(i in e){return false}if(typeof Object.keys==="function"&&Object.keys(e).length!==0){return false}if(typeof Object.getOwnPropertyNames==="function"&&Object.getOwnPropertyNames(e).length!==0){return false}var r=Object.getOwnPropertySymbols(e);if(r.length!==1||r[0]!==i){return false}if(!Object.prototype.propertyIsEnumerable.call(e,i)){return false}if(typeof Object.getOwnPropertyDescriptor==="function"){var o=Object.getOwnPropertyDescriptor(e,i);if(o.value!==s||o.enumerable!==true){return false}}return true}},76339:(e,i,n)=>{"use strict";var s=n(88334);e.exports=s.call(Function.call,Object.prototype.hasOwnProperty)},15098:function(e,i,n){"use strict";var s=this&&this.__awaiter||function(e,i,n,s){function adopt(e){return e instanceof n?e:new n((function(i){i(e)}))}return new(n||(n=Promise))((function(n,r){function fulfilled(e){try{step(s.next(e))}catch(e){r(e)}}function rejected(e){try{step(s["throw"](e))}catch(e){r(e)}}function step(e){e.done?n(e.value):adopt(e.value).then(fulfilled,rejected)}step((s=s.apply(e,i||[])).next())}))};var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const o=r(n(41808));const a=r(n(24404));const c=r(n(57310));const u=r(n(39491));const f=r(n(38237));const _=n(49690);const g=r(n(595));const v=f.default("https-proxy-agent:agent");class HttpsProxyAgent extends _.Agent{constructor(e){let i;if(typeof e==="string"){i=c.default.parse(e)}else{i=e}if(!i){throw new Error("an HTTP(S) proxy server `host` and `port` must be specified!")}v("creating new HttpsProxyAgent instance: %o",i);super(i);const n=Object.assign({},i);this.secureProxy=i.secureProxy||isHTTPS(n.protocol);n.host=n.hostname||n.host;if(typeof n.port==="string"){n.port=parseInt(n.port,10)}if(!n.port&&n.host){n.port=this.secureProxy?443:80}if(this.secureProxy&&!("ALPNProtocols"in n)){n.ALPNProtocols=["http 1.1"]}if(n.host&&n.path){delete n.path;delete n.pathname}this.proxy=n}callback(e,i){return s(this,void 0,void 0,(function*(){const{proxy:n,secureProxy:s}=this;let r;if(s){v("Creating `tls.Socket`: %o",n);r=a.default.connect(n)}else{v("Creating `net.Socket`: %o",n);r=o.default.connect(n)}const c=Object.assign({},n.headers);const f=`${i.host}:${i.port}`;let _=`CONNECT ${f} HTTP/1.1\r\n`;if(n.auth){c["Proxy-Authorization"]=`Basic ${Buffer.from(n.auth).toString("base64")}`}let{host:S,port:b,secureEndpoint:P}=i;if(!isDefaultPort(b,P)){S+=`:${b}`}c.Host=S;c.Connection="close";for(const e of Object.keys(c)){_+=`${e}: ${c[e]}\r\n`}const C=g.default(r);r.write(`${_}\r\n`);const{statusCode:I,buffered:x}=yield C;if(I===200){e.once("socket",resume);if(i.secureEndpoint){v("Upgrading socket connection to TLS");const e=i.servername||i.host;return a.default.connect(Object.assign(Object.assign({},omit(i,"host","hostname","path","port")),{socket:r,servername:e}))}return r}r.destroy();const k=new o.default.Socket({writable:false});k.readable=true;e.once("socket",(e=>{v("replaying proxy buffer for failed request");u.default(e.listenerCount("data")>0);e.push(x);e.push(null)}));return k}))}}i["default"]=HttpsProxyAgent;function resume(e){e.resume()}function isDefaultPort(e,i){return Boolean(!i&&e===80||i&&e===443)}function isHTTPS(e){return typeof e==="string"?/^https:?$/i.test(e):false}function omit(e,...i){const n={};let s;for(s in e){if(!i.includes(s)){n[s]=e[s]}}return n}},77219:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(15098));function createHttpsProxyAgent(e){return new r.default(e)}(function(e){e.HttpsProxyAgent=r.default;e.prototype=r.default.prototype})(createHttpsProxyAgent||(createHttpsProxyAgent={}));e.exports=createHttpsProxyAgent},595:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(38237));const o=r.default("https-proxy-agent:parse-proxy-response");function parseProxyResponse(e){return new Promise(((i,n)=>{let s=0;const r=[];function read(){const i=e.read();if(i)ondata(i);else e.once("readable",read)}function cleanup(){e.removeListener("end",onend);e.removeListener("error",onerror);e.removeListener("close",onclose);e.removeListener("readable",read)}function onclose(e){o("onclose had error %o",e)}function onend(){o("onend")}function onerror(e){cleanup();o("onerror %o",e);n(e)}function ondata(e){r.push(e);s+=e.length;const n=Buffer.concat(r,s);const a=n.indexOf("\r\n\r\n");if(a===-1){o("have not received end of HTTP headers yet...");read();return}const c=n.toString("ascii",0,n.indexOf("\r\n"));const u=+c.split(" ")[1];o("got proxy server response: %o",c);i({statusCode:u,buffered:n})}e.on("error",onerror);e.on("close",onclose);e.on("end",onend);read()}))}i["default"]=parseProxyResponse},53359:(e,i,n)=>{var s=n(4636);e.exports=function(e,i){i=i||{};var n=s.decode(e,i);if(!n){return null}var r=n.payload;if(typeof r==="string"){try{var o=JSON.parse(r);if(o!==null&&typeof o==="object"){r=o}}catch(e){}}if(i.complete===true){return{header:n.header,payload:r,signature:n.signature}}return r}},77486:(e,i,n)=>{e.exports={verify:n(12327),sign:n(82022),JsonWebTokenError:n(405),NotBeforeError:n(4383),TokenExpiredError:n(46637)};Object.defineProperty(e.exports,"decode",{enumerable:false,value:n(53359)})},405:e=>{var JsonWebTokenError=function(e,i){Error.call(this,e);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="JsonWebTokenError";this.message=e;if(i)this.inner=i};JsonWebTokenError.prototype=Object.create(Error.prototype);JsonWebTokenError.prototype.constructor=JsonWebTokenError;e.exports=JsonWebTokenError},4383:(e,i,n)=>{var s=n(405);var NotBeforeError=function(e,i){s.call(this,e);this.name="NotBeforeError";this.date=i};NotBeforeError.prototype=Object.create(s.prototype);NotBeforeError.prototype.constructor=NotBeforeError;e.exports=NotBeforeError},46637:(e,i,n)=>{var s=n(405);var TokenExpiredError=function(e,i){s.call(this,e);this.name="TokenExpiredError";this.expiredAt=i};TokenExpiredError.prototype=Object.create(s.prototype);TokenExpiredError.prototype.constructor=TokenExpiredError;e.exports=TokenExpiredError},7622:(e,i,n)=>{const s=n(43998);e.exports=s.satisfies(process.version,">=15.7.0")},59085:(e,i,n)=>{var s=n(43998);e.exports=s.satisfies(process.version,"^6.12.0 || >=8.0.0")},45170:(e,i,n)=>{const s=n(43998);e.exports=s.satisfies(process.version,">=16.9.0")},46098:(e,i,n)=>{var s=n(80900);e.exports=function(e,i){var n=i||Math.floor(Date.now()/1e3);if(typeof e==="string"){var r=s(e);if(typeof r==="undefined"){return}return Math.floor(n+r/1e3)}else if(typeof e==="number"){return n+e}else{return}}},47596:(e,i,n)=>{const s=n(7622);const r=n(45170);const o={ec:["ES256","ES384","ES512"],rsa:["RS256","PS256","RS384","PS384","RS512","PS512"],"rsa-pss":["PS256","PS384","PS512"]};const a={ES256:"prime256v1",ES384:"secp384r1",ES512:"secp521r1"};e.exports=function(e,i){if(!e||!i)return;const n=i.asymmetricKeyType;if(!n)return;const c=o[n];if(!c){throw new Error(`Unknown key type "${n}".`)}if(!c.includes(e)){throw new Error(`"alg" parameter for "${n}" key type must be one of: ${c.join(", ")}.`)}if(s){switch(n){case"ec":const n=i.asymmetricKeyDetails.namedCurve;const s=a[e];if(n!==s){throw new Error(`"alg" parameter "${e}" requires curve "${s}".`)}break;case"rsa-pss":if(r){const n=parseInt(e.slice(-3),10);const{hashAlgorithm:s,mgf1HashAlgorithm:r,saltLength:o}=i.asymmetricKeyDetails;if(s!==`sha${n}`||r!==s){throw new Error(`Invalid key for this operation, its RSA-PSS parameters do not meet the requirements of "alg" ${e}.`)}if(o!==undefined&&o>n>>3){throw new Error(`Invalid key for this operation, its RSA-PSS parameter saltLength does not meet the requirements of "alg" ${e}.`)}}break}}}},23269:(e,i,n)=>{"use strict";const s=n(40665);const r=Symbol("max");const o=Symbol("length");const a=Symbol("lengthCalculator");const c=Symbol("allowStale");const u=Symbol("maxAge");const f=Symbol("dispose");const _=Symbol("noDisposeOnSet");const g=Symbol("lruList");const v=Symbol("cache");const S=Symbol("updateAgeOnGet");const naiveLength=()=>1;class LRUCache{constructor(e){if(typeof e==="number")e={max:e};if(!e)e={};if(e.max&&(typeof e.max!=="number"||e.max<0))throw new TypeError("max must be a non-negative number");const i=this[r]=e.max||Infinity;const n=e.length||naiveLength;this[a]=typeof n!=="function"?naiveLength:n;this[c]=e.stale||false;if(e.maxAge&&typeof e.maxAge!=="number")throw new TypeError("maxAge must be a number");this[u]=e.maxAge||0;this[f]=e.dispose;this[_]=e.noDisposeOnSet||false;this[S]=e.updateAgeOnGet||false;this.reset()}set max(e){if(typeof e!=="number"||e<0)throw new TypeError("max must be a non-negative number");this[r]=e||Infinity;trim(this)}get max(){return this[r]}set allowStale(e){this[c]=!!e}get allowStale(){return this[c]}set maxAge(e){if(typeof e!=="number")throw new TypeError("maxAge must be a non-negative number");this[u]=e;trim(this)}get maxAge(){return this[u]}set lengthCalculator(e){if(typeof e!=="function")e=naiveLength;if(e!==this[a]){this[a]=e;this[o]=0;this[g].forEach((e=>{e.length=this[a](e.value,e.key);this[o]+=e.length}))}trim(this)}get lengthCalculator(){return this[a]}get length(){return this[o]}get itemCount(){return this[g].length}rforEach(e,i){i=i||this;for(let n=this[g].tail;n!==null;){const s=n.prev;forEachStep(this,e,n,i);n=s}}forEach(e,i){i=i||this;for(let n=this[g].head;n!==null;){const s=n.next;forEachStep(this,e,n,i);n=s}}keys(){return this[g].toArray().map((e=>e.key))}values(){return this[g].toArray().map((e=>e.value))}reset(){if(this[f]&&this[g]&&this[g].length){this[g].forEach((e=>this[f](e.key,e.value)))}this[v]=new Map;this[g]=new s;this[o]=0}dump(){return this[g].map((e=>isStale(this,e)?false:{k:e.key,v:e.value,e:e.now+(e.maxAge||0)})).toArray().filter((e=>e))}dumpLru(){return this[g]}set(e,i,n){n=n||this[u];if(n&&typeof n!=="number")throw new TypeError("maxAge must be a number");const s=n?Date.now():0;const c=this[a](i,e);if(this[v].has(e)){if(c>this[r]){del(this,this[v].get(e));return false}const a=this[v].get(e);const u=a.value;if(this[f]){if(!this[_])this[f](e,u.value)}u.now=s;u.maxAge=n;u.value=i;this[o]+=c-u.length;u.length=c;this.get(e);trim(this);return true}const S=new Entry(e,i,c,s,n);if(S.length>this[r]){if(this[f])this[f](e,i);return false}this[o]+=S.length;this[g].unshift(S);this[v].set(e,this[g].head);trim(this);return true}has(e){if(!this[v].has(e))return false;const i=this[v].get(e).value;return!isStale(this,i)}get(e){return get(this,e,true)}peek(e){return get(this,e,false)}pop(){const e=this[g].tail;if(!e)return null;del(this,e);return e.value}del(e){del(this,this[v].get(e))}load(e){this.reset();const i=Date.now();for(let n=e.length-1;n>=0;n--){const s=e[n];const r=s.e||0;if(r===0)this.set(s.k,s.v);else{const e=r-i;if(e>0){this.set(s.k,s.v,e)}}}}prune(){this[v].forEach(((e,i)=>get(this,i,false)))}}const get=(e,i,n)=>{const s=e[v].get(i);if(s){const i=s.value;if(isStale(e,i)){del(e,s);if(!e[c])return undefined}else{if(n){if(e[S])s.value.now=Date.now();e[g].unshiftNode(s)}}return i.value}};const isStale=(e,i)=>{if(!i||!i.maxAge&&!e[u])return false;const n=Date.now()-i.now;return i.maxAge?n>i.maxAge:e[u]&&n>e[u]};const trim=e=>{if(e[o]>e[r]){for(let i=e[g].tail;e[o]>e[r]&&i!==null;){const n=i.prev;del(e,i);i=n}}};const del=(e,i)=>{if(i){const n=i.value;if(e[f])e[f](n.key,n.value);e[o]-=n.length;e[v].delete(n.key);e[g].removeNode(i)}};class Entry{constructor(e,i,n,s,r){this.key=e;this.value=i;this.length=n;this.now=s;this.maxAge=r||0}}const forEachStep=(e,i,n,s)=>{let r=n.value;if(isStale(e,r)){del(e,n);if(!e[c])r=undefined}if(r)i.call(s,r.value,r.key,e)};e.exports=LRUCache},24644:(e,i,n)=>{const s=Symbol("SemVer ANY");class Comparator{static get ANY(){return s}constructor(e,i){i=r(i);if(e instanceof Comparator){if(e.loose===!!i.loose){return e}else{e=e.value}}u("comparator",e,i);this.options=i;this.loose=!!i.loose;this.parse(e);if(this.semver===s){this.value=""}else{this.value=this.operator+this.semver.version}u("comp",this)}parse(e){const i=this.options.loose?o[a.COMPARATORLOOSE]:o[a.COMPARATOR];const n=e.match(i);if(!n){throw new TypeError(`Invalid comparator: ${e}`)}this.operator=n[1]!==undefined?n[1]:"";if(this.operator==="="){this.operator=""}if(!n[2]){this.semver=s}else{this.semver=new f(n[2],this.options.loose)}}toString(){return this.value}test(e){u("Comparator.test",e,this.options.loose);if(this.semver===s||e===s){return true}if(typeof e==="string"){try{e=new f(e,this.options)}catch(e){return false}}return c(e,this.operator,this.semver,this.options)}intersects(e,i){if(!(e instanceof Comparator)){throw new TypeError("a Comparator is required")}if(!i||typeof i!=="object"){i={loose:!!i,includePrerelease:false}}if(this.operator===""){if(this.value===""){return true}return new _(e.value,i).test(this.value)}else if(e.operator===""){if(e.value===""){return true}return new _(this.value,i).test(e.semver)}const n=(this.operator===">="||this.operator===">")&&(e.operator===">="||e.operator===">");const s=(this.operator==="<="||this.operator==="<")&&(e.operator==="<="||e.operator==="<");const r=this.semver.version===e.semver.version;const o=(this.operator===">="||this.operator==="<=")&&(e.operator===">="||e.operator==="<=");const a=c(this.semver,"<",e.semver,i)&&(this.operator===">="||this.operator===">")&&(e.operator==="<="||e.operator==="<");const u=c(this.semver,">",e.semver,i)&&(this.operator==="<="||this.operator==="<")&&(e.operator===">="||e.operator===">");return n||s||r&&o||a||u}}e.exports=Comparator;const r=n(85185);const{re:o,t:a}=n(3682);const c=n(23621);const u=n(22935);const f=n(93402);const _=n(34502)},34502:(e,i,n)=>{class Range{constructor(e,i){i=o(i);if(e instanceof Range){if(e.loose===!!i.loose&&e.includePrerelease===!!i.includePrerelease){return e}else{return new Range(e.raw,i)}}if(e instanceof a){this.raw=e.value;this.set=[[e]];this.format();return this}this.options=i;this.loose=!!i.loose;this.includePrerelease=!!i.includePrerelease;this.raw=e;this.set=e.split("||").map((e=>this.parseRange(e.trim()))).filter((e=>e.length));if(!this.set.length){throw new TypeError(`Invalid SemVer Range: ${e}`)}if(this.set.length>1){const e=this.set[0];this.set=this.set.filter((e=>!isNullSet(e[0])));if(this.set.length===0){this.set=[e]}else if(this.set.length>1){for(const e of this.set){if(e.length===1&&isAny(e[0])){this.set=[e];break}}}}this.format()}format(){this.range=this.set.map((e=>e.join(" ").trim())).join("||").trim();return this.range}toString(){return this.range}parseRange(e){e=e.trim();const i=Object.keys(this.options).join(",");const n=`parseRange:${i}:${e}`;const s=r.get(n);if(s){return s}const o=this.options.loose;const u=o?f[_.HYPHENRANGELOOSE]:f[_.HYPHENRANGE];e=e.replace(u,hyphenReplace(this.options.includePrerelease));c("hyphen replace",e);e=e.replace(f[_.COMPARATORTRIM],g);c("comparator trim",e);e=e.replace(f[_.TILDETRIM],v);e=e.replace(f[_.CARETTRIM],S);e=e.split(/\s+/).join(" ");let b=e.split(" ").map((e=>parseComparator(e,this.options))).join(" ").split(/\s+/).map((e=>replaceGTE0(e,this.options)));if(o){b=b.filter((e=>{c("loose invalid filter",e,this.options);return!!e.match(f[_.COMPARATORLOOSE])}))}c("range list",b);const P=new Map;const C=b.map((e=>new a(e,this.options)));for(const e of C){if(isNullSet(e)){return[e]}P.set(e.value,e)}if(P.size>1&&P.has("")){P.delete("")}const I=[...P.values()];r.set(n,I);return I}intersects(e,i){if(!(e instanceof Range)){throw new TypeError("a Range is required")}return this.set.some((n=>isSatisfiable(n,i)&&e.set.some((e=>isSatisfiable(e,i)&&n.every((n=>e.every((e=>n.intersects(e,i)))))))))}test(e){if(!e){return false}if(typeof e==="string"){try{e=new u(e,this.options)}catch(e){return false}}for(let i=0;ie.value==="<0.0.0-0";const isAny=e=>e.value==="";const isSatisfiable=(e,i)=>{let n=true;const s=e.slice();let r=s.pop();while(n&&s.length){n=s.every((e=>r.intersects(e,i)));r=s.pop()}return n};const parseComparator=(e,i)=>{c("comp",e,i);e=replaceCarets(e,i);c("caret",e);e=replaceTildes(e,i);c("tildes",e);e=replaceXRanges(e,i);c("xrange",e);e=replaceStars(e,i);c("stars",e);return e};const isX=e=>!e||e.toLowerCase()==="x"||e==="*";const replaceTildes=(e,i)=>e.trim().split(/\s+/).map((e=>replaceTilde(e,i))).join(" ");const replaceTilde=(e,i)=>{const n=i.loose?f[_.TILDELOOSE]:f[_.TILDE];return e.replace(n,((i,n,s,r,o)=>{c("tilde",e,i,n,s,r,o);let a;if(isX(n)){a=""}else if(isX(s)){a=`>=${n}.0.0 <${+n+1}.0.0-0`}else if(isX(r)){a=`>=${n}.${s}.0 <${n}.${+s+1}.0-0`}else if(o){c("replaceTilde pr",o);a=`>=${n}.${s}.${r}-${o} <${n}.${+s+1}.0-0`}else{a=`>=${n}.${s}.${r} <${n}.${+s+1}.0-0`}c("tilde return",a);return a}))};const replaceCarets=(e,i)=>e.trim().split(/\s+/).map((e=>replaceCaret(e,i))).join(" ");const replaceCaret=(e,i)=>{c("caret",e,i);const n=i.loose?f[_.CARETLOOSE]:f[_.CARET];const s=i.includePrerelease?"-0":"";return e.replace(n,((i,n,r,o,a)=>{c("caret",e,i,n,r,o,a);let u;if(isX(n)){u=""}else if(isX(r)){u=`>=${n}.0.0${s} <${+n+1}.0.0-0`}else if(isX(o)){if(n==="0"){u=`>=${n}.${r}.0${s} <${n}.${+r+1}.0-0`}else{u=`>=${n}.${r}.0${s} <${+n+1}.0.0-0`}}else if(a){c("replaceCaret pr",a);if(n==="0"){if(r==="0"){u=`>=${n}.${r}.${o}-${a} <${n}.${r}.${+o+1}-0`}else{u=`>=${n}.${r}.${o}-${a} <${n}.${+r+1}.0-0`}}else{u=`>=${n}.${r}.${o}-${a} <${+n+1}.0.0-0`}}else{c("no pr");if(n==="0"){if(r==="0"){u=`>=${n}.${r}.${o}${s} <${n}.${r}.${+o+1}-0`}else{u=`>=${n}.${r}.${o}${s} <${n}.${+r+1}.0-0`}}else{u=`>=${n}.${r}.${o} <${+n+1}.0.0-0`}}c("caret return",u);return u}))};const replaceXRanges=(e,i)=>{c("replaceXRanges",e,i);return e.split(/\s+/).map((e=>replaceXRange(e,i))).join(" ")};const replaceXRange=(e,i)=>{e=e.trim();const n=i.loose?f[_.XRANGELOOSE]:f[_.XRANGE];return e.replace(n,((n,s,r,o,a,u)=>{c("xRange",e,n,s,r,o,a,u);const f=isX(r);const _=f||isX(o);const g=_||isX(a);const v=g;if(s==="="&&v){s=""}u=i.includePrerelease?"-0":"";if(f){if(s===">"||s==="<"){n="<0.0.0-0"}else{n="*"}}else if(s&&v){if(_){o=0}a=0;if(s===">"){s=">=";if(_){r=+r+1;o=0;a=0}else{o=+o+1;a=0}}else if(s==="<="){s="<";if(_){r=+r+1}else{o=+o+1}}if(s==="<"){u="-0"}n=`${s+r}.${o}.${a}${u}`}else if(_){n=`>=${r}.0.0${u} <${+r+1}.0.0-0`}else if(g){n=`>=${r}.${o}.0${u} <${r}.${+o+1}.0-0`}c("xRange return",n);return n}))};const replaceStars=(e,i)=>{c("replaceStars",e,i);return e.trim().replace(f[_.STAR],"")};const replaceGTE0=(e,i)=>{c("replaceGTE0",e,i);return e.trim().replace(f[i.includePrerelease?_.GTE0PRE:_.GTE0],"")};const hyphenReplace=e=>(i,n,s,r,o,a,c,u,f,_,g,v,S)=>{if(isX(s)){n=""}else if(isX(r)){n=`>=${s}.0.0${e?"-0":""}`}else if(isX(o)){n=`>=${s}.${r}.0${e?"-0":""}`}else if(a){n=`>=${n}`}else{n=`>=${n}${e?"-0":""}`}if(isX(f)){u=""}else if(isX(_)){u=`<${+f+1}.0.0-0`}else if(isX(g)){u=`<${f}.${+_+1}.0-0`}else if(v){u=`<=${f}.${_}.${g}-${v}`}else if(e){u=`<${f}.${_}.${+g+1}-0`}else{u=`<=${u}`}return`${n} ${u}`.trim()};const testSet=(e,i,n)=>{for(let n=0;n0){const s=e[n].semver;if(s.major===i.major&&s.minor===i.minor&&s.patch===i.patch){return true}}}return false}return true}},93402:(e,i,n)=>{const s=n(22935);const{MAX_LENGTH:r,MAX_SAFE_INTEGER:o}=n(97344);const{re:a,t:c}=n(3682);const u=n(85185);const{compareIdentifiers:f}=n(22179);class SemVer{constructor(e,i){i=u(i);if(e instanceof SemVer){if(e.loose===!!i.loose&&e.includePrerelease===!!i.includePrerelease){return e}else{e=e.version}}else if(typeof e!=="string"){throw new TypeError(`Invalid Version: ${e}`)}if(e.length>r){throw new TypeError(`version is longer than ${r} characters`)}s("SemVer",e,i);this.options=i;this.loose=!!i.loose;this.includePrerelease=!!i.includePrerelease;const n=e.trim().match(i.loose?a[c.LOOSE]:a[c.FULL]);if(!n){throw new TypeError(`Invalid Version: ${e}`)}this.raw=e;this.major=+n[1];this.minor=+n[2];this.patch=+n[3];if(this.major>o||this.major<0){throw new TypeError("Invalid major version")}if(this.minor>o||this.minor<0){throw new TypeError("Invalid minor version")}if(this.patch>o||this.patch<0){throw new TypeError("Invalid patch version")}if(!n[4]){this.prerelease=[]}else{this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const i=+e;if(i>=0&&i=0){if(typeof this.prerelease[e]==="number"){this.prerelease[e]++;e=-2}}if(e===-1){this.prerelease.push(0)}}if(i){if(f(this.prerelease[0],i)===0){if(isNaN(this.prerelease[1])){this.prerelease=[i,0]}}else{this.prerelease=[i,0]}}break;default:throw new Error(`invalid increment argument: ${e}`)}this.format();this.raw=this.version;return this}}e.exports=SemVer},18751:(e,i,n)=>{const s=n(53371);const clean=(e,i)=>{const n=s(e.trim().replace(/^[=v]+/,""),i);return n?n.version:null};e.exports=clean},23621:(e,i,n)=>{const s=n(59792);const r=n(30658);const o=n(47040);const a=n(97445);const c=n(16054);const u=n(79387);const cmp=(e,i,n,f)=>{switch(i){case"===":if(typeof e==="object"){e=e.version}if(typeof n==="object"){n=n.version}return e===n;case"!==":if(typeof e==="object"){e=e.version}if(typeof n==="object"){n=n.version}return e!==n;case"":case"=":case"==":return s(e,n,f);case"!=":return r(e,n,f);case">":return o(e,n,f);case">=":return a(e,n,f);case"<":return c(e,n,f);case"<=":return u(e,n,f);default:throw new TypeError(`Invalid operator: ${i}`)}};e.exports=cmp},85766:(e,i,n)=>{const s=n(93402);const r=n(53371);const{re:o,t:a}=n(3682);const coerce=(e,i)=>{if(e instanceof s){return e}if(typeof e==="number"){e=String(e)}if(typeof e!=="string"){return null}i=i||{};let n=null;if(!i.rtl){n=e.match(o[a.COERCE])}else{let i;while((i=o[a.COERCERTL].exec(e))&&(!n||n.index+n[0].length!==e.length)){if(!n||i.index+i[0].length!==n.index+n[0].length){n=i}o[a.COERCERTL].lastIndex=i.index+i[1].length+i[2].length}o[a.COERCERTL].lastIndex=-1}if(n===null){return null}return r(`${n[2]}.${n[3]||"0"}.${n[4]||"0"}`,i)};e.exports=coerce},1036:(e,i,n)=>{const s=n(93402);const compareBuild=(e,i,n)=>{const r=new s(e,n);const o=new s(i,n);return r.compare(o)||r.compareBuild(o)};e.exports=compareBuild},4626:(e,i,n)=>{const s=n(24343);const compareLoose=(e,i)=>s(e,i,true);e.exports=compareLoose},24343:(e,i,n)=>{const s=n(93402);const compare=(e,i,n)=>new s(e,n).compare(new s(i,n));e.exports=compare},94836:(e,i,n)=>{const s=n(53371);const r=n(59792);const diff=(e,i)=>{if(r(e,i)){return null}else{const n=s(e);const r=s(i);const o=n.prerelease.length||r.prerelease.length;const a=o?"pre":"";const c=o?"prerelease":"";for(const e in n){if(e==="major"||e==="minor"||e==="patch"){if(n[e]!==r[e]){return a+e}}}return c}};e.exports=diff},59792:(e,i,n)=>{const s=n(24343);const eq=(e,i,n)=>s(e,i,n)===0;e.exports=eq},47040:(e,i,n)=>{const s=n(24343);const gt=(e,i,n)=>s(e,i,n)>0;e.exports=gt},97445:(e,i,n)=>{const s=n(24343);const gte=(e,i,n)=>s(e,i,n)>=0;e.exports=gte},88877:(e,i,n)=>{const s=n(93402);const inc=(e,i,n,r)=>{if(typeof n==="string"){r=n;n=undefined}try{return new s(e instanceof s?e.version:e,n).inc(i,r).version}catch(e){return null}};e.exports=inc},16054:(e,i,n)=>{const s=n(24343);const lt=(e,i,n)=>s(e,i,n)<0;e.exports=lt},79387:(e,i,n)=>{const s=n(24343);const lte=(e,i,n)=>s(e,i,n)<=0;e.exports=lte},57269:(e,i,n)=>{const s=n(93402);const major=(e,i)=>new s(e,i).major;e.exports=major},59725:(e,i,n)=>{const s=n(93402);const minor=(e,i)=>new s(e,i).minor;e.exports=minor},30658:(e,i,n)=>{const s=n(24343);const neq=(e,i,n)=>s(e,i,n)!==0;e.exports=neq},53371:(e,i,n)=>{const{MAX_LENGTH:s}=n(97344);const{re:r,t:o}=n(3682);const a=n(93402);const c=n(85185);const parse=(e,i)=>{i=c(i);if(e instanceof a){return e}if(typeof e!=="string"){return null}if(e.length>s){return null}const n=i.loose?r[o.LOOSE]:r[o.FULL];if(!n.test(e)){return null}try{return new a(e,i)}catch(e){return null}};e.exports=parse},98691:(e,i,n)=>{const s=n(93402);const patch=(e,i)=>new s(e,i).patch;e.exports=patch},47892:(e,i,n)=>{const s=n(53371);const prerelease=(e,i)=>{const n=s(e,i);return n&&n.prerelease.length?n.prerelease:null};e.exports=prerelease},98227:(e,i,n)=>{const s=n(24343);const rcompare=(e,i,n)=>s(i,e,n);e.exports=rcompare},24590:(e,i,n)=>{const s=n(1036);const rsort=(e,i)=>e.sort(((e,n)=>s(n,e,i)));e.exports=rsort},45056:(e,i,n)=>{const s=n(34502);const satisfies=(e,i,n)=>{try{i=new s(i,n)}catch(e){return false}return i.test(e)};e.exports=satisfies},52340:(e,i,n)=>{const s=n(1036);const sort=(e,i)=>e.sort(((e,n)=>s(e,n,i)));e.exports=sort},85715:(e,i,n)=>{const s=n(53371);const valid=(e,i)=>{const n=s(e,i);return n?n.version:null};e.exports=valid},43998:(e,i,n)=>{const s=n(3682);const r=n(97344);const o=n(93402);const a=n(22179);const c=n(53371);const u=n(85715);const f=n(18751);const _=n(88877);const g=n(94836);const v=n(57269);const S=n(59725);const b=n(98691);const P=n(47892);const C=n(24343);const I=n(98227);const x=n(4626);const k=n(1036);const N=n(52340);const O=n(24590);const T=n(47040);const E=n(16054);const L=n(59792);const A=n(30658);const R=n(97445);const U=n(79387);const J=n(23621);const F=n(85766);const V=n(24644);const q=n(34502);const j=n(45056);const z=n(54676);const B=n(5471);const W=n(65356);const H=n(7825);const K=n(66895);const Q=n(8629);const G=n(98360);const X=n(53270);const Y=n(1373);const Z=n(94336);const ee=n(54979);e.exports={parse:c,valid:u,clean:f,inc:_,diff:g,major:v,minor:S,patch:b,prerelease:P,compare:C,rcompare:I,compareLoose:x,compareBuild:k,sort:N,rsort:O,gt:T,lt:E,eq:L,neq:A,gte:R,lte:U,cmp:J,coerce:F,Comparator:V,Range:q,satisfies:j,toComparators:z,maxSatisfying:B,minSatisfying:W,minVersion:H,validRange:K,outside:Q,gtr:G,ltr:X,intersects:Y,simplifyRange:Z,subset:ee,SemVer:o,re:s.re,src:s.src,tokens:s.t,SEMVER_SPEC_VERSION:r.SEMVER_SPEC_VERSION,compareIdentifiers:a.compareIdentifiers,rcompareIdentifiers:a.rcompareIdentifiers}},97344:e=>{const i="2.0.0";const n=256;const s=Number.MAX_SAFE_INTEGER||9007199254740991;const r=16;e.exports={SEMVER_SPEC_VERSION:i,MAX_LENGTH:n,MAX_SAFE_INTEGER:s,MAX_SAFE_COMPONENT_LENGTH:r}},22935:e=>{const i=typeof process==="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=i},22179:e=>{const i=/^[0-9]+$/;const compareIdentifiers=(e,n)=>{const s=i.test(e);const r=i.test(n);if(s&&r){e=+e;n=+n}return e===n?0:s&&!r?-1:r&&!s?1:ecompareIdentifiers(i,e);e.exports={compareIdentifiers:compareIdentifiers,rcompareIdentifiers:rcompareIdentifiers}},85185:e=>{const i=["includePrerelease","loose","rtl"];const parseOptions=e=>!e?{}:typeof e!=="object"?{loose:true}:i.filter((i=>e[i])).reduce(((e,i)=>{e[i]=true;return e}),{});e.exports=parseOptions},3682:(e,i,n)=>{const{MAX_SAFE_COMPONENT_LENGTH:s}=n(97344);const r=n(22935);i=e.exports={};const o=i.re=[];const a=i.src=[];const c=i.t={};let u=0;const createToken=(e,i,n)=>{const s=u++;r(e,s,i);c[e]=s;a[s]=i;o[s]=new RegExp(i,n?"g":undefined)};createToken("NUMERICIDENTIFIER","0|[1-9]\\d*");createToken("NUMERICIDENTIFIERLOOSE","[0-9]+");createToken("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*");createToken("MAINVERSION",`(${a[c.NUMERICIDENTIFIER]})\\.`+`(${a[c.NUMERICIDENTIFIER]})\\.`+`(${a[c.NUMERICIDENTIFIER]})`);createToken("MAINVERSIONLOOSE",`(${a[c.NUMERICIDENTIFIERLOOSE]})\\.`+`(${a[c.NUMERICIDENTIFIERLOOSE]})\\.`+`(${a[c.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASEIDENTIFIER",`(?:${a[c.NUMERICIDENTIFIER]}|${a[c.NONNUMERICIDENTIFIER]})`);createToken("PRERELEASEIDENTIFIERLOOSE",`(?:${a[c.NUMERICIDENTIFIERLOOSE]}|${a[c.NONNUMERICIDENTIFIER]})`);createToken("PRERELEASE",`(?:-(${a[c.PRERELEASEIDENTIFIER]}(?:\\.${a[c.PRERELEASEIDENTIFIER]})*))`);createToken("PRERELEASELOOSE",`(?:-?(${a[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${a[c.PRERELEASEIDENTIFIERLOOSE]})*))`);createToken("BUILDIDENTIFIER","[0-9A-Za-z-]+");createToken("BUILD",`(?:\\+(${a[c.BUILDIDENTIFIER]}(?:\\.${a[c.BUILDIDENTIFIER]})*))`);createToken("FULLPLAIN",`v?${a[c.MAINVERSION]}${a[c.PRERELEASE]}?${a[c.BUILD]}?`);createToken("FULL",`^${a[c.FULLPLAIN]}$`);createToken("LOOSEPLAIN",`[v=\\s]*${a[c.MAINVERSIONLOOSE]}${a[c.PRERELEASELOOSE]}?${a[c.BUILD]}?`);createToken("LOOSE",`^${a[c.LOOSEPLAIN]}$`);createToken("GTLT","((?:<|>)?=?)");createToken("XRANGEIDENTIFIERLOOSE",`${a[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);createToken("XRANGEIDENTIFIER",`${a[c.NUMERICIDENTIFIER]}|x|X|\\*`);createToken("XRANGEPLAIN",`[v=\\s]*(${a[c.XRANGEIDENTIFIER]})`+`(?:\\.(${a[c.XRANGEIDENTIFIER]})`+`(?:\\.(${a[c.XRANGEIDENTIFIER]})`+`(?:${a[c.PRERELEASE]})?${a[c.BUILD]}?`+`)?)?`);createToken("XRANGEPLAINLOOSE",`[v=\\s]*(${a[c.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})`+`(?:${a[c.PRERELEASELOOSE]})?${a[c.BUILD]}?`+`)?)?`);createToken("XRANGE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAIN]}$`);createToken("XRANGELOOSE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAINLOOSE]}$`);createToken("COERCE",`${"(^|[^\\d])"+"(\\d{1,"}${s}})`+`(?:\\.(\\d{1,${s}}))?`+`(?:\\.(\\d{1,${s}}))?`+`(?:$|[^\\d])`);createToken("COERCERTL",a[c.COERCE],true);createToken("LONETILDE","(?:~>?)");createToken("TILDETRIM",`(\\s*)${a[c.LONETILDE]}\\s+`,true);i.tildeTrimReplace="$1~";createToken("TILDE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAIN]}$`);createToken("TILDELOOSE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAINLOOSE]}$`);createToken("LONECARET","(?:\\^)");createToken("CARETTRIM",`(\\s*)${a[c.LONECARET]}\\s+`,true);i.caretTrimReplace="$1^";createToken("CARET",`^${a[c.LONECARET]}${a[c.XRANGEPLAIN]}$`);createToken("CARETLOOSE",`^${a[c.LONECARET]}${a[c.XRANGEPLAINLOOSE]}$`);createToken("COMPARATORLOOSE",`^${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]})$|^$`);createToken("COMPARATOR",`^${a[c.GTLT]}\\s*(${a[c.FULLPLAIN]})$|^$`);createToken("COMPARATORTRIM",`(\\s*)${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]}|${a[c.XRANGEPLAIN]})`,true);i.comparatorTrimReplace="$1$2$3";createToken("HYPHENRANGE",`^\\s*(${a[c.XRANGEPLAIN]})`+`\\s+-\\s+`+`(${a[c.XRANGEPLAIN]})`+`\\s*$`);createToken("HYPHENRANGELOOSE",`^\\s*(${a[c.XRANGEPLAINLOOSE]})`+`\\s+-\\s+`+`(${a[c.XRANGEPLAINLOOSE]})`+`\\s*$`);createToken("STAR","(<|>)?=?\\s*\\*");createToken("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");createToken("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},98360:(e,i,n)=>{const s=n(8629);const gtr=(e,i,n)=>s(e,i,">",n);e.exports=gtr},1373:(e,i,n)=>{const s=n(34502);const intersects=(e,i,n)=>{e=new s(e,n);i=new s(i,n);return e.intersects(i)};e.exports=intersects},53270:(e,i,n)=>{const s=n(8629);const ltr=(e,i,n)=>s(e,i,"<",n);e.exports=ltr},5471:(e,i,n)=>{const s=n(93402);const r=n(34502);const maxSatisfying=(e,i,n)=>{let o=null;let a=null;let c=null;try{c=new r(i,n)}catch(e){return null}e.forEach((e=>{if(c.test(e)){if(!o||a.compare(e)===-1){o=e;a=new s(o,n)}}}));return o};e.exports=maxSatisfying},65356:(e,i,n)=>{const s=n(93402);const r=n(34502);const minSatisfying=(e,i,n)=>{let o=null;let a=null;let c=null;try{c=new r(i,n)}catch(e){return null}e.forEach((e=>{if(c.test(e)){if(!o||a.compare(e)===1){o=e;a=new s(o,n)}}}));return o};e.exports=minSatisfying},7825:(e,i,n)=>{const s=n(93402);const r=n(34502);const o=n(47040);const minVersion=(e,i)=>{e=new r(e,i);let n=new s("0.0.0");if(e.test(n)){return n}n=new s("0.0.0-0");if(e.test(n)){return n}n=null;for(let i=0;i{const i=new s(e.semver.version);switch(e.operator){case">":if(i.prerelease.length===0){i.patch++}else{i.prerelease.push(0)}i.raw=i.format();case"":case">=":if(!a||o(i,a)){a=i}break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${e.operator}`)}}));if(a&&(!n||o(n,a))){n=a}}if(n&&e.test(n)){return n}return null};e.exports=minVersion},8629:(e,i,n)=>{const s=n(93402);const r=n(24644);const{ANY:o}=r;const a=n(34502);const c=n(45056);const u=n(47040);const f=n(16054);const _=n(79387);const g=n(97445);const outside=(e,i,n,v)=>{e=new s(e,v);i=new a(i,v);let S,b,P,C,I;switch(n){case">":S=u;b=_;P=f;C=">";I=">=";break;case"<":S=f;b=g;P=u;C="<";I="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(c(e,i,v)){return false}for(let n=0;n{if(e.semver===o){e=new r(">=0.0.0")}a=a||e;c=c||e;if(S(e.semver,a.semver,v)){a=e}else if(P(e.semver,c.semver,v)){c=e}}));if(a.operator===C||a.operator===I){return false}if((!c.operator||c.operator===C)&&b(e,c.semver)){return false}else if(c.operator===I&&P(e,c.semver)){return false}}return true};e.exports=outside},94336:(e,i,n)=>{const s=n(45056);const r=n(24343);e.exports=(e,i,n)=>{const o=[];let a=null;let c=null;const u=e.sort(((e,i)=>r(e,i,n)));for(const e of u){const r=s(e,i,n);if(r){c=e;if(!a){a=e}}else{if(c){o.push([a,c])}c=null;a=null}}if(a){o.push([a,null])}const f=[];for(const[e,i]of o){if(e===i){f.push(e)}else if(!i&&e===u[0]){f.push("*")}else if(!i){f.push(`>=${e}`)}else if(e===u[0]){f.push(`<=${i}`)}else{f.push(`${e} - ${i}`)}}const _=f.join(" || ");const g=typeof i.raw==="string"?i.raw:String(i);return _.length{const s=n(34502);const r=n(24644);const{ANY:o}=r;const a=n(45056);const c=n(24343);const subset=(e,i,n={})=>{if(e===i){return true}e=new s(e,n);i=new s(i,n);let r=false;e:for(const s of e.set){for(const e of i.set){const i=simpleSubset(s,e,n);r=r||i!==null;if(i){continue e}}if(r){return false}}return true};const simpleSubset=(e,i,n)=>{if(e===i){return true}if(e.length===1&&e[0].semver===o){if(i.length===1&&i[0].semver===o){return true}else if(n.includePrerelease){e=[new r(">=0.0.0-0")]}else{e=[new r(">=0.0.0")]}}if(i.length===1&&i[0].semver===o){if(n.includePrerelease){return true}else{i=[new r(">=0.0.0")]}}const s=new Set;let u,f;for(const i of e){if(i.operator===">"||i.operator===">="){u=higherGT(u,i,n)}else if(i.operator==="<"||i.operator==="<="){f=lowerLT(f,i,n)}else{s.add(i.semver)}}if(s.size>1){return null}let _;if(u&&f){_=c(u.semver,f.semver,n);if(_>0){return null}else if(_===0&&(u.operator!==">="||f.operator!=="<=")){return null}}for(const e of s){if(u&&!a(e,String(u),n)){return null}if(f&&!a(e,String(f),n)){return null}for(const s of i){if(!a(e,String(s),n)){return false}}return true}let g,v;let S,b;let P=f&&!n.includePrerelease&&f.semver.prerelease.length?f.semver:false;let C=u&&!n.includePrerelease&&u.semver.prerelease.length?u.semver:false;if(P&&P.prerelease.length===1&&f.operator==="<"&&P.prerelease[0]===0){P=false}for(const e of i){b=b||e.operator===">"||e.operator===">=";S=S||e.operator==="<"||e.operator==="<=";if(u){if(C){if(e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===C.major&&e.semver.minor===C.minor&&e.semver.patch===C.patch){C=false}}if(e.operator===">"||e.operator===">="){g=higherGT(u,e,n);if(g===e&&g!==u){return false}}else if(u.operator===">="&&!a(u.semver,String(e),n)){return false}}if(f){if(P){if(e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===P.major&&e.semver.minor===P.minor&&e.semver.patch===P.patch){P=false}}if(e.operator==="<"||e.operator==="<="){v=lowerLT(f,e,n);if(v===e&&v!==f){return false}}else if(f.operator==="<="&&!a(f.semver,String(e),n)){return false}}if(!e.operator&&(f||u)&&_!==0){return false}}if(u&&S&&!f&&_!==0){return false}if(f&&b&&!u&&_!==0){return false}if(C||P){return false}return true};const higherGT=(e,i,n)=>{if(!e){return i}const s=c(e.semver,i.semver,n);return s>0?e:s<0?i:i.operator===">"&&e.operator===">="?i:e};const lowerLT=(e,i,n)=>{if(!e){return i}const s=c(e.semver,i.semver,n);return s<0?e:s>0?i:i.operator==="<"&&e.operator==="<="?i:e};e.exports=subset},54676:(e,i,n)=>{const s=n(34502);const toComparators=(e,i)=>new s(e,i).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")));e.exports=toComparators},66895:(e,i,n)=>{const s=n(34502);const validRange=(e,i)=>{try{return new s(e,i).range||"*"}catch(e){return null}};e.exports=validRange},82022:(e,i,n)=>{const s=n(46098);const r=n(59085);const o=n(47596);const a=n(4636);const{includes:c,isBoolean:u,isInteger:f,isNumber:_,isPlainObject:g,isString:v,once:S}=n(90250);const{KeyObject:b,createSecretKey:P,createPrivateKey:C}=n(6113);const I=["RS256","RS384","RS512","ES256","ES384","ES512","HS256","HS384","HS512","none"];if(r){I.splice(3,0,"PS256","PS384","PS512")}const x={expiresIn:{isValid:function(e){return f(e)||v(e)&&e},message:'"expiresIn" should be a number of seconds or string representing a timespan'},notBefore:{isValid:function(e){return f(e)||v(e)&&e},message:'"notBefore" should be a number of seconds or string representing a timespan'},audience:{isValid:function(e){return v(e)||Array.isArray(e)},message:'"audience" must be a string or array'},algorithm:{isValid:c.bind(null,I),message:'"algorithm" must be a valid string enum value'},header:{isValid:g,message:'"header" must be an object'},encoding:{isValid:v,message:'"encoding" must be a string'},issuer:{isValid:v,message:'"issuer" must be a string'},subject:{isValid:v,message:'"subject" must be a string'},jwtid:{isValid:v,message:'"jwtid" must be a string'},noTimestamp:{isValid:u,message:'"noTimestamp" must be a boolean'},keyid:{isValid:v,message:'"keyid" must be a string'},mutatePayload:{isValid:u,message:'"mutatePayload" must be a boolean'},allowInsecureKeySizes:{isValid:u,message:'"allowInsecureKeySizes" must be a boolean'},allowInvalidAsymmetricKeyTypes:{isValid:u,message:'"allowInvalidAsymmetricKeyTypes" must be a boolean'}};const k={iat:{isValid:_,message:'"iat" should be a number of seconds'},exp:{isValid:_,message:'"exp" should be a number of seconds'},nbf:{isValid:_,message:'"nbf" should be a number of seconds'}};function validate(e,i,n,s){if(!g(n)){throw new Error('Expected "'+s+'" to be a plain object.')}Object.keys(n).forEach((function(r){const o=e[r];if(!o){if(!i){throw new Error('"'+r+'" is not allowed in "'+s+'"')}return}if(!o.isValid(n[r])){throw new Error(o.message)}}))}function validateOptions(e){return validate(x,false,e,"options")}function validatePayload(e){return validate(k,true,e,"payload")}const N={audience:"aud",issuer:"iss",subject:"sub",jwtid:"jti"};const O=["expiresIn","notBefore","noTimestamp","audience","issuer","subject","jwtid"];e.exports=function(e,i,n,r){if(typeof n==="function"){r=n;n={}}else{n=n||{}}const c=typeof e==="object"&&!Buffer.isBuffer(e);const u=Object.assign({alg:n.algorithm||"HS256",typ:c?"JWT":undefined,kid:n.keyid},n.header);function failure(e){if(r){return r(e)}throw e}if(!i&&n.algorithm!=="none"){return failure(new Error("secretOrPrivateKey must have a value"))}if(i!=null&&!(i instanceof b)){try{i=C(i)}catch(e){try{i=P(typeof i==="string"?Buffer.from(i):i)}catch(e){return failure(new Error("secretOrPrivateKey is not valid key material"))}}}if(u.alg.startsWith("HS")&&i.type!=="secret"){return failure(new Error(`secretOrPrivateKey must be a symmetric key when using ${u.alg}`))}else if(/^(?:RS|PS|ES)/.test(u.alg)){if(i.type!=="private"){return failure(new Error(`secretOrPrivateKey must be an asymmetric key when using ${u.alg}`))}if(!n.allowInsecureKeySizes&&!u.alg.startsWith("ES")&&i.asymmetricKeyDetails!==undefined&&i.asymmetricKeyDetails.modulusLength<2048){return failure(new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${u.alg}`))}}if(typeof e==="undefined"){return failure(new Error("payload is required"))}else if(c){try{validatePayload(e)}catch(e){return failure(e)}if(!n.mutatePayload){e=Object.assign({},e)}}else{const i=O.filter((function(e){return typeof n[e]!=="undefined"}));if(i.length>0){return failure(new Error("invalid "+i.join(",")+" option for "+typeof e+" payload"))}}if(typeof e.exp!=="undefined"&&typeof n.expiresIn!=="undefined"){return failure(new Error('Bad "options.expiresIn" option the payload already has an "exp" property.'))}if(typeof e.nbf!=="undefined"&&typeof n.notBefore!=="undefined"){return failure(new Error('Bad "options.notBefore" option the payload already has an "nbf" property.'))}try{validateOptions(n)}catch(e){return failure(e)}if(!n.allowInvalidAsymmetricKeyTypes){try{o(u.alg,i)}catch(e){return failure(e)}}const f=e.iat||Math.floor(Date.now()/1e3);if(n.noTimestamp){delete e.iat}else if(c){e.iat=f}if(typeof n.notBefore!=="undefined"){try{e.nbf=s(n.notBefore,f)}catch(e){return failure(e)}if(typeof e.nbf==="undefined"){return failure(new Error('"notBefore" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}}if(typeof n.expiresIn!=="undefined"&&typeof e==="object"){try{e.exp=s(n.expiresIn,f)}catch(e){return failure(e)}if(typeof e.exp==="undefined"){return failure(new Error('"expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}}Object.keys(N).forEach((function(i){const s=N[i];if(typeof n[i]!=="undefined"){if(typeof e[s]!=="undefined"){return failure(new Error('Bad "options.'+i+'" option. The payload already has an "'+s+'" property.'))}e[s]=n[i]}}));const _=n.encoding||"utf8";if(typeof r==="function"){r=r&&S(r);a.createSign({header:u,privateKey:i,payload:e,encoding:_}).once("error",r).once("done",(function(e){if(!n.allowInsecureKeySizes&&/^(?:RS|PS)/.test(u.alg)&&e.length<256){return r(new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${u.alg}`))}r(null,e)}))}else{let s=a.sign({header:u,payload:e,secret:i,encoding:_});if(!n.allowInsecureKeySizes&&/^(?:RS|PS)/.test(u.alg)&&s.length<256){throw new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${u.alg}`)}return s}}},12327:(e,i,n)=>{const s=n(405);const r=n(4383);const o=n(46637);const a=n(53359);const c=n(46098);const u=n(47596);const f=n(59085);const _=n(4636);const{KeyObject:g,createSecretKey:v,createPublicKey:S}=n(6113);const b=["RS256","RS384","RS512"];const P=["ES256","ES384","ES512"];const C=["RS256","RS384","RS512"];const I=["HS256","HS384","HS512"];if(f){b.splice(b.length,0,"PS256","PS384","PS512");C.splice(C.length,0,"PS256","PS384","PS512")}e.exports=function(e,i,n,f){if(typeof n==="function"&&!f){f=n;n={}}if(!n){n={}}n=Object.assign({},n);let x;if(f){x=f}else{x=function(e,i){if(e)throw e;return i}}if(n.clockTimestamp&&typeof n.clockTimestamp!=="number"){return x(new s("clockTimestamp must be a number"))}if(n.nonce!==undefined&&(typeof n.nonce!=="string"||n.nonce.trim()==="")){return x(new s("nonce must be a non-empty string"))}if(n.allowInvalidAsymmetricKeyTypes!==undefined&&typeof n.allowInvalidAsymmetricKeyTypes!=="boolean"){return x(new s("allowInvalidAsymmetricKeyTypes must be a boolean"))}const k=n.clockTimestamp||Math.floor(Date.now()/1e3);if(!e){return x(new s("jwt must be provided"))}if(typeof e!=="string"){return x(new s("jwt must be a string"))}const N=e.split(".");if(N.length!==3){return x(new s("jwt malformed"))}let O;try{O=a(e,{complete:true})}catch(e){return x(e)}if(!O){return x(new s("invalid token"))}const T=O.header;let E;if(typeof i==="function"){if(!f){return x(new s("verify must be called asynchronous if secret or public key is provided as a callback"))}E=i}else{E=function(e,n){return n(null,i)}}return E(T,(function(i,a){if(i){return x(new s("error in secret or public key callback: "+i.message))}const f=N[2].trim()!=="";if(!f&&a){return x(new s("jwt signature is required"))}if(f&&!a){return x(new s("secret or public key must be provided"))}if(!f&&!n.algorithms){return x(new s('please specify "none" in "algorithms" to verify unsigned tokens'))}if(a!=null&&!(a instanceof g)){try{a=S(a)}catch(e){try{a=v(typeof a==="string"?Buffer.from(a):a)}catch(e){return x(new s("secretOrPublicKey is not valid key material"))}}}if(!n.algorithms){if(a.type==="secret"){n.algorithms=I}else if(["rsa","rsa-pss"].includes(a.asymmetricKeyType)){n.algorithms=C}else if(a.asymmetricKeyType==="ec"){n.algorithms=P}else{n.algorithms=b}}if(n.algorithms.indexOf(O.header.alg)===-1){return x(new s("invalid algorithm"))}if(T.alg.startsWith("HS")&&a.type!=="secret"){return x(new s(`secretOrPublicKey must be a symmetric key when using ${T.alg}`))}else if(/^(?:RS|PS|ES)/.test(T.alg)&&a.type!=="public"){return x(new s(`secretOrPublicKey must be an asymmetric key when using ${T.alg}`))}if(!n.allowInvalidAsymmetricKeyTypes){try{u(T.alg,a)}catch(e){return x(e)}}let E;try{E=_.verify(e,O.header.alg,a)}catch(e){return x(e)}if(!E){return x(new s("invalid signature"))}const L=O.payload;if(typeof L.nbf!=="undefined"&&!n.ignoreNotBefore){if(typeof L.nbf!=="number"){return x(new s("invalid nbf value"))}if(L.nbf>k+(n.clockTolerance||0)){return x(new r("jwt not active",new Date(L.nbf*1e3)))}}if(typeof L.exp!=="undefined"&&!n.ignoreExpiration){if(typeof L.exp!=="number"){return x(new s("invalid exp value"))}if(k>=L.exp+(n.clockTolerance||0)){return x(new o("jwt expired",new Date(L.exp*1e3)))}}if(n.audience){const e=Array.isArray(n.audience)?n.audience:[n.audience];const i=Array.isArray(L.aud)?L.aud:[L.aud];const r=i.some((function(i){return e.some((function(e){return e instanceof RegExp?e.test(i):e===i}))}));if(!r){return x(new s("jwt audience invalid. expected: "+e.join(" or ")))}}if(n.issuer){const e=typeof n.issuer==="string"&&L.iss!==n.issuer||Array.isArray(n.issuer)&&n.issuer.indexOf(L.iss)===-1;if(e){return x(new s("jwt issuer invalid. expected: "+n.issuer))}}if(n.subject){if(L.sub!==n.subject){return x(new s("jwt subject invalid. expected: "+n.subject))}}if(n.jwtid){if(L.jti!==n.jwtid){return x(new s("jwt jwtid invalid. expected: "+n.jwtid))}}if(n.nonce){if(L.nonce!==n.nonce){return x(new s("jwt nonce invalid. expected: "+n.nonce))}}if(n.maxAge){if(typeof L.iat!=="number"){return x(new s("iat required when maxAge is specified"))}const e=c(n.maxAge,L.iat);if(typeof e==="undefined"){return x(new s('"maxAge" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}if(k>=e+(n.clockTolerance||0)){return x(new o("maxAge exceeded",new Date(e*1e3)))}}if(n.complete===true){const e=O.signature;return x(null,{header:T,payload:L,signature:e})}return x(null,L)}))}},96010:(e,i,n)=>{var s=n(9239);var r=n(21867).Buffer;var o=n(6113);var a=n(11728);var c=n(73837);var u='"%s" is not a valid algorithm.\n Supported algorithms are:\n "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES512" and "none".';var f="secret must be a string or buffer";var _="key must be a string or a buffer";var g="key must be a string, a buffer or an object";var v=typeof o.createPublicKey==="function";if(v){_+=" or a KeyObject";f+="or a KeyObject"}function checkIsPublicKey(e){if(r.isBuffer(e)){return}if(typeof e==="string"){return}if(!v){throw typeError(_)}if(typeof e!=="object"){throw typeError(_)}if(typeof e.type!=="string"){throw typeError(_)}if(typeof e.asymmetricKeyType!=="string"){throw typeError(_)}if(typeof e.export!=="function"){throw typeError(_)}}function checkIsPrivateKey(e){if(r.isBuffer(e)){return}if(typeof e==="string"){return}if(typeof e==="object"){return}throw typeError(g)}function checkIsSecretKey(e){if(r.isBuffer(e)){return}if(typeof e==="string"){return e}if(!v){throw typeError(f)}if(typeof e!=="object"){throw typeError(f)}if(e.type!=="secret"){throw typeError(f)}if(typeof e.export!=="function"){throw typeError(f)}}function fromBase64(e){return e.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function toBase64(e){e=e.toString();var i=4-e.length%4;if(i!==4){for(var n=0;n{var s=n(73334);var r=n(5522);var o=["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"];i.ALGORITHMS=o;i.sign=s.sign;i.verify=r.verify;i.decode=r.decode;i.isValid=r.isValid;i.createSign=function createSign(e){return new s(e)};i.createVerify=function createVerify(e){return new r(e)}},61868:(e,i,n)=>{var s=n(21867).Buffer;var r=n(12781);var o=n(73837);function DataStream(e){this.buffer=null;this.writable=true;this.readable=true;if(!e){this.buffer=s.alloc(0);return this}if(typeof e.pipe==="function"){this.buffer=s.alloc(0);e.pipe(this);return this}if(e.length||typeof e==="object"){this.buffer=e;this.writable=false;process.nextTick(function(){this.emit("end",e);this.readable=false;this.emit("close")}.bind(this));return this}throw new TypeError("Unexpected data type ("+typeof e+")")}o.inherits(DataStream,r);DataStream.prototype.write=function write(e){this.buffer=s.concat([this.buffer,s.from(e)]);this.emit("data",e)};DataStream.prototype.end=function end(e){if(e)this.write(e);this.emit("end",e);this.emit("close");this.writable=false;this.readable=false};e.exports=DataStream},73334:(e,i,n)=>{var s=n(21867).Buffer;var r=n(61868);var o=n(96010);var a=n(12781);var c=n(65292);var u=n(73837);function base64url(e,i){return s.from(e,i).toString("base64").replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function jwsSecuredInput(e,i,n){n=n||"utf8";var s=base64url(c(e),"binary");var r=base64url(c(i),n);return u.format("%s.%s",s,r)}function jwsSign(e){var i=e.header;var n=e.payload;var s=e.secret||e.privateKey;var r=e.encoding;var a=o(i.alg);var c=jwsSecuredInput(i,n,r);var f=a.sign(c,s);return u.format("%s.%s",c,f)}function SignStream(e){var i=e.secret||e.privateKey||e.key;var n=new r(i);this.readable=true;this.header=e.header;this.encoding=e.encoding;this.secret=this.privateKey=this.key=n;this.payload=new r(e.payload);this.secret.once("close",function(){if(!this.payload.writable&&this.readable)this.sign()}.bind(this));this.payload.once("close",function(){if(!this.secret.writable&&this.readable)this.sign()}.bind(this))}u.inherits(SignStream,a);SignStream.prototype.sign=function sign(){try{var e=jwsSign({header:this.header,payload:this.payload.buffer,secret:this.secret.buffer,encoding:this.encoding});this.emit("done",e);this.emit("data",e);this.emit("end");this.readable=false;return e}catch(e){this.readable=false;this.emit("error",e);this.emit("close")}};SignStream.sign=jwsSign;e.exports=SignStream},65292:(e,i,n)=>{var s=n(14300).Buffer;e.exports=function toString(e){if(typeof e==="string")return e;if(typeof e==="number"||s.isBuffer(e))return e.toString();return JSON.stringify(e)}},5522:(e,i,n)=>{var s=n(21867).Buffer;var r=n(61868);var o=n(96010);var a=n(12781);var c=n(65292);var u=n(73837);var f=/^[a-zA-Z0-9\-_]+?\.[a-zA-Z0-9\-_]+?\.([a-zA-Z0-9\-_]+)?$/;function isObject(e){return Object.prototype.toString.call(e)==="[object Object]"}function safeJsonParse(e){if(isObject(e))return e;try{return JSON.parse(e)}catch(e){return undefined}}function headerFromJWS(e){var i=e.split(".",1)[0];return safeJsonParse(s.from(i,"base64").toString("binary"))}function securedInputFromJWS(e){return e.split(".",2).join(".")}function signatureFromJWS(e){return e.split(".")[2]}function payloadFromJWS(e,i){i=i||"utf8";var n=e.split(".")[1];return s.from(n,"base64").toString(i)}function isValidJws(e){return f.test(e)&&!!headerFromJWS(e)}function jwsVerify(e,i,n){if(!i){var s=new Error("Missing algorithm parameter for jws.verify");s.code="MISSING_ALGORITHM";throw s}e=c(e);var r=signatureFromJWS(e);var a=securedInputFromJWS(e);var u=o(i);return u.verify(a,r,n)}function jwsDecode(e,i){i=i||{};e=c(e);if(!isValidJws(e))return null;var n=headerFromJWS(e);if(!n)return null;var s=payloadFromJWS(e);if(n.typ==="JWT"||i.json)s=JSON.parse(s,i.encoding);return{header:n,payload:s,signature:signatureFromJWS(e)}}function VerifyStream(e){e=e||{};var i=e.secret||e.publicKey||e.key;var n=new r(i);this.readable=true;this.algorithm=e.algorithm;this.encoding=e.encoding;this.secret=this.publicKey=this.key=n;this.signature=new r(e.signature);this.secret.once("close",function(){if(!this.signature.writable&&this.readable)this.verify()}.bind(this));this.signature.once("close",function(){if(!this.secret.writable&&this.readable)this.verify()}.bind(this))}u.inherits(VerifyStream,a);VerifyStream.prototype.verify=function verify(){try{var e=jwsVerify(this.signature.buffer,this.algorithm,this.key.buffer);var i=jwsDecode(this.signature.buffer,this.encoding);this.emit("done",e,i);this.emit("data",e);this.emit("end");this.readable=false;return e}catch(e){this.readable=false;this.emit("error",e);this.emit("close")}};VerifyStream.decode=jwsDecode;VerifyStream.isValid=isValidJws;VerifyStream.verify=jwsVerify;e.exports=VerifyStream},90250:function(e,i,n){e=n.nmd(e); /** * @license * Lodash @@ -6,7 +6,7 @@ * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var n;var s="4.17.21";var r=200;var o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",a="Expected a function",c="Invalid `variable` option passed into `_.template`";var u="__lodash_hash_undefined__";var f=500;var _="__lodash_placeholder__";var g=1,v=2,S=4;var b=1,P=2;var C=1,I=2,x=4,k=8,N=16,T=32,O=64,E=128,L=256,A=512;var R=30,U="...";var J=800,F=16;var V=1,q=2,j=3;var z=1/0,B=9007199254740991,W=17976931348623157e292,H=0/0;var K=4294967295,Q=K-1,G=K>>>1;var X=[["ary",E],["bind",C],["bindKey",I],["curry",k],["curryRight",N],["flip",A],["partial",T],["partialRight",O],["rearg",L]];var Y="[object Arguments]",Z="[object Array]",ee="[object AsyncFunction]",te="[object Boolean]",ie="[object Date]",ne="[object DOMException]",se="[object Error]",re="[object Function]",oe="[object GeneratorFunction]",ae="[object Map]",ce="[object Number]",ue="[object Null]",de="[object Object]",le="[object Promise]",he="[object Proxy]",pe="[object RegExp]",me="[object Set]",fe="[object String]",_e="[object Symbol]",ge="[object Undefined]",ve="[object WeakMap]",Se="[object WeakSet]";var be="[object ArrayBuffer]",ye="[object DataView]",Pe="[object Float32Array]",we="[object Float64Array]",Ce="[object Int8Array]",Ie="[object Int16Array]",xe="[object Int32Array]",ke="[object Uint8Array]",Ne="[object Uint8ClampedArray]",Te="[object Uint16Array]",Oe="[object Uint32Array]";var Ee=/\b__p \+= '';/g,Le=/\b(__p \+=) '' \+/g,Ae=/(__e\(.*?\)|\b__t\)) \+\n'';/g;var Me=/&(?:amp|lt|gt|quot|#39);/g,Re=/[&<>"']/g,De=RegExp(Me.source),Ue=RegExp(Re.source);var Je=/<%-([\s\S]+?)%>/g,Fe=/<%([\s\S]+?)%>/g,Ve=/<%=([\s\S]+?)%>/g;var qe=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,je=/^\w*$/,ze=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;var Be=/[\\^$.*+?()[\]{}|]/g,$e=RegExp(Be.source);var We=/^\s+/;var He=/\s/;var Ke=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Qe=/\{\n\/\* \[wrapped with (.+)\] \*/,Ge=/,? & /;var Xe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;var Ye=/[()=,{}\[\]\/\s]/;var Ze=/\\(\\)?/g;var et=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g;var tt=/\w*$/;var it=/^[-+]0x[0-9a-f]+$/i;var nt=/^0b[01]+$/i;var st=/^\[object .+?Constructor\]$/;var rt=/^0o[0-7]+$/i;var ot=/^(?:0|[1-9]\d*)$/;var at=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;var ct=/($^)/;var ut=/['\n\r\u2028\u2029\\]/g;var dt="\\ud800-\\udfff",ht="\\u0300-\\u036f",pt="\\ufe20-\\ufe2f",mt="\\u20d0-\\u20ff",ft=ht+pt+mt,_t="\\u2700-\\u27bf",vt="a-z\\xdf-\\xf6\\xf8-\\xff",St="\\xac\\xb1\\xd7\\xf7",bt="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",yt="\\u2000-\\u206f",Pt=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",wt="A-Z\\xc0-\\xd6\\xd8-\\xde",Ct="\\ufe0e\\ufe0f",It=St+bt+yt+Pt;var xt="['’]",kt="["+dt+"]",Nt="["+It+"]",Tt="["+ft+"]",Ot="\\d+",Et="["+_t+"]",Lt="["+vt+"]",At="[^"+dt+It+Ot+_t+vt+wt+"]",Mt="\\ud83c[\\udffb-\\udfff]",Rt="(?:"+Tt+"|"+Mt+")",Dt="[^"+dt+"]",Ut="(?:\\ud83c[\\udde6-\\uddff]){2}",Jt="[\\ud800-\\udbff][\\udc00-\\udfff]",Ft="["+wt+"]",Vt="\\u200d";var qt="(?:"+Lt+"|"+At+")",jt="(?:"+Ft+"|"+At+")",zt="(?:"+xt+"(?:d|ll|m|re|s|t|ve))?",Bt="(?:"+xt+"(?:D|LL|M|RE|S|T|VE))?",$t=Rt+"?",Wt="["+Ct+"]?",Ht="(?:"+Vt+"(?:"+[Dt,Ut,Jt].join("|")+")"+Wt+$t+")*",Kt="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Qt="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Gt=Wt+$t+Ht,Xt="(?:"+[Et,Ut,Jt].join("|")+")"+Gt,Yt="(?:"+[Dt+Tt+"?",Tt,Ut,Jt,kt].join("|")+")";var Zt=RegExp(xt,"g");var ei=RegExp(Tt,"g");var ti=RegExp(Mt+"(?="+Mt+")|"+Yt+Gt,"g");var ii=RegExp([Ft+"?"+Lt+"+"+zt+"(?="+[Nt,Ft,"$"].join("|")+")",jt+"+"+Bt+"(?="+[Nt,Ft+qt,"$"].join("|")+")",Ft+"?"+qt+"+"+zt,Ft+"+"+Bt,Qt,Kt,Ot,Xt].join("|"),"g");var ni=RegExp("["+Vt+dt+ft+Ct+"]");var si=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;var ri=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"];var oi=-1;var ai={};ai[Pe]=ai[we]=ai[Ce]=ai[Ie]=ai[xe]=ai[ke]=ai[Ne]=ai[Te]=ai[Oe]=true;ai[Y]=ai[Z]=ai[be]=ai[te]=ai[ye]=ai[ie]=ai[se]=ai[re]=ai[ae]=ai[ce]=ai[de]=ai[pe]=ai[me]=ai[fe]=ai[ve]=false;var ci={};ci[Y]=ci[Z]=ci[be]=ci[ye]=ci[te]=ci[ie]=ci[Pe]=ci[we]=ci[Ce]=ci[Ie]=ci[xe]=ci[ae]=ci[ce]=ci[de]=ci[pe]=ci[me]=ci[fe]=ci[_e]=ci[ke]=ci[Ne]=ci[Te]=ci[Oe]=true;ci[se]=ci[re]=ci[ve]=false;var ui={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"};var di={"&":"&","<":"<",">":">",'"':""","'":"'"};var li={"&":"&","<":"<",">":">",""":'"',"'":"'"};var hi={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var pi=parseFloat,mi=parseInt;var fi=typeof global=="object"&&global&&global.Object===Object&&global;var _i=typeof self=="object"&&self&&self.Object===Object&&self;var gi=fi||_i||Function("return this")();var vi=true&&i&&!i.nodeType&&i;var Si=vi&&"object"=="object"&&e&&!e.nodeType&&e;var bi=Si&&Si.exports===vi;var yi=bi&&fi.process;var Pi=function(){try{var e=Si&&Si.require&&Si.require("util").types;if(e){return e}return yi&&yi.binding&&yi.binding("util")}catch(e){}}();var wi=Pi&&Pi.isArrayBuffer,Ci=Pi&&Pi.isDate,Ii=Pi&&Pi.isMap,xi=Pi&&Pi.isRegExp,ki=Pi&&Pi.isSet,Ni=Pi&&Pi.isTypedArray;function apply(e,i,n){switch(n.length){case 0:return e.call(i);case 1:return e.call(i,n[0]);case 2:return e.call(i,n[0],n[1]);case 3:return e.call(i,n[0],n[1],n[2])}return e.apply(i,n)}function arrayAggregator(e,i,n,s){var r=-1,o=e==null?0:e.length;while(++r-1}function arrayIncludesWith(e,i,n){var s=-1,r=e==null?0:e.length;while(++s-1){}return n}function charsEndIndex(e,i){var n=e.length;while(n--&&baseIndexOf(i,e[n],0)>-1){}return n}function countHolders(e,i){var n=e.length,s=0;while(n--){if(e[n]===i){++s}}return s}var Oi=basePropertyOf(ui);var Ei=basePropertyOf(di);function escapeStringChar(e){return"\\"+hi[e]}function getValue(e,i){return e==null?n:e[i]}function hasUnicode(e){return ni.test(e)}function hasUnicodeWord(e){return si.test(e)}function iteratorToArray(e){var i,n=[];while(!(i=e.next()).done){n.push(i.value)}return n}function mapToArray(e){var i=-1,n=Array(e.size);e.forEach((function(e,s){n[++i]=[s,e]}));return n}function overArg(e,i){return function(n){return e(i(n))}}function replaceHolders(e,i){var n=-1,s=e.length,r=0,o=[];while(++n-1}function listCacheSet(e,i){var n=this.__data__,s=assocIndexOf(n,e);if(s<0){++this.size;n.push([e,i])}else{n[s][1]=i}return this}ListCache.prototype.clear=listCacheClear;ListCache.prototype["delete"]=listCacheDelete;ListCache.prototype.get=listCacheGet;ListCache.prototype.has=listCacheHas;ListCache.prototype.set=listCacheSet;function MapCache(e){var i=-1,n=e==null?0:e.length;this.clear();while(++i=i?e:i}}return e}function baseClone(e,i,s,r,o,a){var c,u=i&g,f=i&v,_=i&S;if(s){c=o?s(e,r,o,a):s(e)}if(c!==n){return c}if(!isObject(e)){return e}var b=Bn(e);if(b){c=initCloneArray(e);if(!u){return copyArray(e,c)}}else{var P=Zi(e),C=P==re||P==oe;if(Wn(e)){return cloneBuffer(e,u)}if(P==de||P==Y||C&&!o){c=f||C?{}:initCloneObject(e);if(!u){return f?copySymbolsIn(e,baseAssignIn(c,e)):copySymbols(e,baseAssign(c,e))}}else{if(!ci[P]){return o?e:{}}c=initCloneByTag(e,P,u)}}a||(a=new Stack);var I=a.get(e);if(I){return I}a.set(e,c);if(Gn(e)){e.forEach((function(n){c.add(baseClone(n,i,s,n,e,a))}))}else if(Kn(e)){e.forEach((function(n,r){c.set(r,baseClone(n,i,s,r,e,a))}))}var x=_?f?getAllKeysIn:getAllKeys:f?keysIn:keys;var k=b?n:x(e);arrayEach(k||e,(function(n,r){if(k){r=n;n=e[r]}assignValue(c,r,baseClone(n,i,s,r,e,a))}));return c}function baseConforms(e){var i=keys(e);return function(n){return baseConformsTo(n,e,i)}}function baseConformsTo(e,i,s){var r=s.length;if(e==null){return!r}e=pt(e);while(r--){var o=s[r],a=i[o],c=e[o];if(c===n&&!(o in e)||!a(c)){return false}}return true}function baseDelay(e,i,s){if(typeof e!="function"){throw new _t(a)}return nn((function(){e.apply(n,s)}),i)}function baseDifference(e,i,n,s){var o=-1,a=arrayIncludes,c=true,u=e.length,f=[],_=i.length;if(!u){return f}if(n){i=arrayMap(i,baseUnary(n))}if(s){a=arrayIncludesWith;c=false}else if(i.length>=r){a=cacheHas;c=false;i=new SetCache(i)}e:while(++oo?0:o+s}r=r===n||r>o?o:toInteger(r);if(r<0){r+=o}r=s>r?0:toLength(r);while(s0&&n(c)){if(i>1){baseFlatten(c,i-1,n,s,r)}else{arrayPush(r,c)}}else if(!s){r[r.length]=c}}return r}var zi=createBaseFor();var Bi=createBaseFor(true);function baseForOwn(e,i){return e&&zi(e,i,keys)}function baseForOwnRight(e,i){return e&&Bi(e,i,keys)}function baseFunctions(e,i){return arrayFilter(i,(function(i){return isFunction(e[i])}))}function baseGet(e,i){i=castPath(i,e);var s=0,r=i.length;while(e!=null&&si}function baseHas(e,i){return e!=null&&wt.call(e,i)}function baseHasIn(e,i){return e!=null&&i in pt(e)}function baseInRange(e,i,n){return e>=ti(i,n)&&e=120&&v.length>=120)?new SetCache(u&&v):n}v=e[0];var S=-1,b=f[0];e:while(++S-1){if(c!==e){Ut.call(c,u,1)}Ut.call(e,u,1)}}return e}function basePullAt(e,i){var n=e?i.length:0,s=n-1;while(n--){var r=i[n];if(n==s||r!==o){var o=r;if(isIndex(r)){Ut.call(e,r,1)}else{baseUnset(e,r)}}}return e}function baseRandom(e,i){return e+Wt(si()*(i-e+1))}function baseRange(e,n,s,r){var o=-1,a=Yt($t((n-e)/(s||1)),0),c=i(a);while(a--){c[r?a:++o]=e;e+=s}return c}function baseRepeat(e,i){var n="";if(!e||i<1||i>B){return n}do{if(i%2){n+=e}i=Wt(i/2);if(i){e+=e}}while(i);return n}function baseRest(e,i){return sn(overRest(e,i,identity),e+"")}function baseSample(e){return arraySample(values(e))}function baseSampleSize(e,i){var n=values(e);return shuffleSelf(n,baseClamp(i,0,n.length))}function baseSet(e,i,s,r){if(!isObject(e)){return e}i=castPath(i,e);var o=-1,a=i.length,c=a-1,u=e;while(u!=null&&++oo?0:o+n}s=s>o?o:s;if(s<0){s+=o}o=n>s?0:s-n>>>0;n>>>=0;var a=i(o);while(++r>>1,a=e[o];if(a!==null&&!isSymbol(a)&&(n?a<=i:a=r){var _=i?null:Qi(e);if(_){return setToArray(_)}c=false;o=cacheHas;f=new SetCache}else{f=i?[]:u}e:while(++s=r?e:baseSlice(e,i,s)}var Ki=jt||function(e){return gi.clearTimeout(e)};function cloneBuffer(e,i){if(i){return e.slice()}var n=e.length,s=At?At(n):new e.constructor(n);e.copy(s);return s}function cloneArrayBuffer(e){var i=new e.constructor(e.byteLength);new Lt(i).set(new Lt(e));return i}function cloneDataView(e,i){var n=i?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}function cloneRegExp(e){var i=new e.constructor(e.source,tt.exec(e));i.lastIndex=e.lastIndex;return i}function cloneSymbol(e){return Ji?pt(Ji.call(e)):{}}function cloneTypedArray(e,i){var n=i?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function compareAscending(e,i){if(e!==i){var s=e!==n,r=e===null,o=e===e,a=isSymbol(e);var c=i!==n,u=i===null,f=i===i,_=isSymbol(i);if(!u&&!_&&!a&&e>i||a&&c&&f&&!u&&!_||r&&c&&f||!s&&f||!o){return 1}if(!r&&!a&&!_&&e=c){return u}var f=n[s];return u*(f=="desc"?-1:1)}}return e.index-i.index}function composeArgs(e,n,s,r){var o=-1,a=e.length,c=s.length,u=-1,f=n.length,_=Yt(a-c,0),g=i(f+_),v=!r;while(++u1?s[o-1]:n,c=o>2?s[2]:n;a=e.length>3&&typeof a=="function"?(o--,a):n;if(c&&isIterateeCall(s[0],s[1],c)){a=o<3?n:a;o=1}i=pt(i);while(++r-1?o[a?i[c]:c]:n}}function createFlow(e){return flatRest((function(i){var s=i.length,r=s,o=LodashWrapper.prototype.thru;if(e){i.reverse()}while(r--){var c=i[r];if(typeof c!="function"){throw new _t(a)}if(o&&!u&&getFuncName(c)=="wrapper"){var u=new LodashWrapper([],true)}}r=u?r:s;while(++r1){C.reverse()}if(v&&_u)){return false}var _=a.get(e);var g=a.get(i);if(_&&g){return _==i&&g==e}var v=-1,S=true,C=s&P?new SetCache:n;a.set(e,i);a.set(i,e);while(++v1?"& ":"")+i[s];i=i.join(n>2?", ":" ");return e.replace(Ke,"{\n/* [wrapped with "+i+"] */\n")}function isFlattenable(e){return Bn(e)||zn(e)||!!(Jt&&e&&e[Jt])}function isIndex(e,i){var n=typeof e;i=i==null?B:i;return!!i&&(n=="number"||n!="symbol"&&ot.test(e))&&(e>-1&&e%1==0&&e0){if(++i>=J){return arguments[0]}}else{i=0}return e.apply(n,arguments)}}function shuffleSelf(e,i){var s=-1,r=e.length,o=r-1;i=i===n?r:i;while(++s1?e[i-1]:n;s=typeof s=="function"?(e.pop(),s):n;return unzipWith(e,s)}));function chain(e){var i=lodash(e);i.__chain__=true;return i}function tap(e,i){i(e);return e}function thru(e,i){return i(e)}var wn=flatRest((function(e){var i=e.length,s=i?e[0]:0,r=this.__wrapped__,interceptor=function(i){return baseAt(i,e)};if(i>1||this.__actions__.length||!(r instanceof LazyWrapper)||!isIndex(s)){return this.thru(interceptor)}r=r.slice(s,+s+(i?1:0));r.__actions__.push({func:thru,args:[interceptor],thisArg:n});return new LodashWrapper(r,this.__chain__).thru((function(e){if(i&&!e.length){e.push(n)}return e}))}));function wrapperChain(){return chain(this)}function wrapperCommit(){return new LodashWrapper(this.value(),this.__chain__)}function wrapperNext(){if(this.__values__===n){this.__values__=toArray(this.value())}var e=this.__index__>=this.__values__.length,i=e?n:this.__values__[this.__index__++];return{done:e,value:i}}function wrapperToIterator(){return this}function wrapperPlant(e){var i,s=this;while(s instanceof baseLodash){var r=wrapperClone(s);r.__index__=0;r.__values__=n;if(i){o.__wrapped__=r}else{i=r}var o=r;s=s.__wrapped__}o.__wrapped__=e;return i}function wrapperReverse(){var e=this.__wrapped__;if(e instanceof LazyWrapper){var i=e;if(this.__actions__.length){i=new LazyWrapper(this)}i=i.reverse();i.__actions__.push({func:thru,args:[reverse],thisArg:n});return new LodashWrapper(i,this.__chain__)}return this.thru(reverse)}function wrapperValue(){return baseWrapperValue(this.__wrapped__,this.__actions__)}var Cn=createAggregator((function(e,i,n){if(wt.call(e,n)){++e[n]}else{baseAssignValue(e,n,1)}}));function every(e,i,s){var r=Bn(e)?arrayEvery:baseEvery;if(s&&isIterateeCall(e,i,s)){i=n}return r(e,getIteratee(i,3))}function filter(e,i){var n=Bn(e)?arrayFilter:baseFilter;return n(e,getIteratee(i,3))}var In=createFind(findIndex);var xn=createFind(findLastIndex);function flatMap(e,i){return baseFlatten(map(e,i),1)}function flatMapDeep(e,i){return baseFlatten(map(e,i),z)}function flatMapDepth(e,i,s){s=s===n?1:toInteger(s);return baseFlatten(map(e,i),s)}function forEach(e,i){var n=Bn(e)?arrayEach:qi;return n(e,getIteratee(i,3))}function forEachRight(e,i){var n=Bn(e)?arrayEachRight:ji;return n(e,getIteratee(i,3))}var kn=createAggregator((function(e,i,n){if(wt.call(e,n)){e[n].push(i)}else{baseAssignValue(e,n,[i])}}));function includes(e,i,n,s){e=isArrayLike(e)?e:values(e);n=n&&!s?toInteger(n):0;var r=e.length;if(n<0){n=Yt(r+n,0)}return isString(e)?n<=r&&e.indexOf(i,n)>-1:!!r&&baseIndexOf(e,i,n)>-1}var Nn=baseRest((function(e,n,s){var r=-1,o=typeof n=="function",a=isArrayLike(e)?i(e.length):[];qi(e,(function(e){a[++r]=o?apply(n,e,s):baseInvoke(e,n,s)}));return a}));var Tn=createAggregator((function(e,i,n){baseAssignValue(e,n,i)}));function map(e,i){var n=Bn(e)?arrayMap:baseMap;return n(e,getIteratee(i,3))}function orderBy(e,i,s,r){if(e==null){return[]}if(!Bn(i)){i=i==null?[]:[i]}s=r?n:s;if(!Bn(s)){s=s==null?[]:[s]}return baseOrderBy(e,i,s)}var On=createAggregator((function(e,i,n){e[n?0:1].push(i)}),(function(){return[[],[]]}));function reduce(e,i,n){var s=Bn(e)?arrayReduce:baseReduce,r=arguments.length<3;return s(e,getIteratee(i,4),n,r,qi)}function reduceRight(e,i,n){var s=Bn(e)?arrayReduceRight:baseReduce,r=arguments.length<3;return s(e,getIteratee(i,4),n,r,ji)}function reject(e,i){var n=Bn(e)?arrayFilter:baseFilter;return n(e,negate(getIteratee(i,3)))}function sample(e){var i=Bn(e)?arraySample:baseSample;return i(e)}function sampleSize(e,i,s){if(s?isIterateeCall(e,i,s):i===n){i=1}else{i=toInteger(i)}var r=Bn(e)?arraySampleSize:baseSampleSize;return r(e,i)}function shuffle(e){var i=Bn(e)?arrayShuffle:baseShuffle;return i(e)}function size(e){if(e==null){return 0}if(isArrayLike(e)){return isString(e)?stringSize(e):e.length}var i=Zi(e);if(i==ae||i==me){return e.size}return baseKeys(e).length}function some(e,i,s){var r=Bn(e)?arraySome:baseSome;if(s&&isIterateeCall(e,i,s)){i=n}return r(e,getIteratee(i,3))}var En=baseRest((function(e,i){if(e==null){return[]}var n=i.length;if(n>1&&isIterateeCall(e,i[0],i[1])){i=[]}else if(n>2&&isIterateeCall(i[0],i[1],i[2])){i=[i[0]]}return baseOrderBy(e,baseFlatten(i,1),[])}));var Ln=zt||function(){return gi.Date.now()};function after(e,i){if(typeof i!="function"){throw new _t(a)}e=toInteger(e);return function(){if(--e<1){return i.apply(this,arguments)}}}function ary(e,i,s){i=s?n:i;i=e&&i==null?e.length:i;return createWrap(e,E,n,n,n,n,i)}function before(e,i){var s;if(typeof i!="function"){throw new _t(a)}e=toInteger(e);return function(){if(--e>0){s=i.apply(this,arguments)}if(e<=1){i=n}return s}}var An=baseRest((function(e,i,n){var s=C;if(n.length){var r=replaceHolders(n,getHolder(An));s|=T}return createWrap(e,s,i,n,r)}));var Mn=baseRest((function(e,i,n){var s=C|I;if(n.length){var r=replaceHolders(n,getHolder(Mn));s|=T}return createWrap(i,s,e,n,r)}));function curry(e,i,s){i=s?n:i;var r=createWrap(e,k,n,n,n,n,n,i);r.placeholder=curry.placeholder;return r}function curryRight(e,i,s){i=s?n:i;var r=createWrap(e,N,n,n,n,n,n,i);r.placeholder=curryRight.placeholder;return r}function debounce(e,i,s){var r,o,c,u,f,_,g=0,v=false,S=false,b=true;if(typeof e!="function"){throw new _t(a)}i=toNumber(i)||0;if(isObject(s)){v=!!s.leading;S="maxWait"in s;c=S?Yt(toNumber(s.maxWait)||0,i):c;b="trailing"in s?!!s.trailing:b}function invokeFunc(i){var s=r,a=o;r=o=n;g=i;u=e.apply(a,s);return u}function leadingEdge(e){g=e;f=nn(timerExpired,i);return v?invokeFunc(e):u}function remainingWait(e){var n=e-_,s=e-g,r=i-n;return S?ti(r,c-s):r}function shouldInvoke(e){var s=e-_,r=e-g;return _===n||s>=i||s<0||S&&r>=c}function timerExpired(){var e=Ln();if(shouldInvoke(e)){return trailingEdge(e)}f=nn(timerExpired,remainingWait(e))}function trailingEdge(e){f=n;if(b&&r){return invokeFunc(e)}r=o=n;return u}function cancel(){if(f!==n){Ki(f)}g=0;r=_=o=f=n}function flush(){return f===n?u:trailingEdge(Ln())}function debounced(){var e=Ln(),s=shouldInvoke(e);r=arguments;o=this;_=e;if(s){if(f===n){return leadingEdge(_)}if(S){Ki(f);f=nn(timerExpired,i);return invokeFunc(_)}}if(f===n){f=nn(timerExpired,i)}return u}debounced.cancel=cancel;debounced.flush=flush;return debounced}var Rn=baseRest((function(e,i){return baseDelay(e,1,i)}));var Dn=baseRest((function(e,i,n){return baseDelay(e,toNumber(i)||0,n)}));function flip(e){return createWrap(e,A)}function memoize(e,i){if(typeof e!="function"||i!=null&&typeof i!="function"){throw new _t(a)}var memoized=function(){var n=arguments,s=i?i.apply(this,n):n[0],r=memoized.cache;if(r.has(s)){return r.get(s)}var o=e.apply(this,n);memoized.cache=r.set(s,o)||r;return o};memoized.cache=new(memoize.Cache||MapCache);return memoized}memoize.Cache=MapCache;function negate(e){if(typeof e!="function"){throw new _t(a)}return function(){var i=arguments;switch(i.length){case 0:return!e.call(this);case 1:return!e.call(this,i[0]);case 2:return!e.call(this,i[0],i[1]);case 3:return!e.call(this,i[0],i[1],i[2])}return!e.apply(this,i)}}function once(e){return before(2,e)}var Un=Hi((function(e,i){i=i.length==1&&Bn(i[0])?arrayMap(i[0],baseUnary(getIteratee())):arrayMap(baseFlatten(i,1),baseUnary(getIteratee()));var n=i.length;return baseRest((function(s){var r=-1,o=ti(s.length,n);while(++r=i}));var zn=baseIsArguments(function(){return arguments}())?baseIsArguments:function(e){return isObjectLike(e)&&wt.call(e,"callee")&&!Dt.call(e,"callee")};var Bn=i.isArray;var $n=wi?baseUnary(wi):baseIsArrayBuffer;function isArrayLike(e){return e!=null&&isLength(e.length)&&!isFunction(e)}function isArrayLikeObject(e){return isObjectLike(e)&&isArrayLike(e)}function isBoolean(e){return e===true||e===false||isObjectLike(e)&&baseGetTag(e)==te}var Wn=Kt||stubFalse;var Hn=Ci?baseUnary(Ci):baseIsDate;function isElement(e){return isObjectLike(e)&&e.nodeType===1&&!isPlainObject(e)}function isEmpty(e){if(e==null){return true}if(isArrayLike(e)&&(Bn(e)||typeof e=="string"||typeof e.splice=="function"||Wn(e)||Xn(e)||zn(e))){return!e.length}var i=Zi(e);if(i==ae||i==me){return!e.size}if(isPrototype(e)){return!baseKeys(e).length}for(var n in e){if(wt.call(e,n)){return false}}return true}function isEqual(e,i){return baseIsEqual(e,i)}function isEqualWith(e,i,s){s=typeof s=="function"?s:n;var r=s?s(e,i):n;return r===n?baseIsEqual(e,i,n,s):!!r}function isError(e){if(!isObjectLike(e)){return false}var i=baseGetTag(e);return i==se||i==ne||typeof e.message=="string"&&typeof e.name=="string"&&!isPlainObject(e)}function isFinite(e){return typeof e=="number"&&Qt(e)}function isFunction(e){if(!isObject(e)){return false}var i=baseGetTag(e);return i==re||i==oe||i==ee||i==he}function isInteger(e){return typeof e=="number"&&e==toInteger(e)}function isLength(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=B}function isObject(e){var i=typeof e;return e!=null&&(i=="object"||i=="function")}function isObjectLike(e){return e!=null&&typeof e=="object"}var Kn=Ii?baseUnary(Ii):baseIsMap;function isMatch(e,i){return e===i||baseIsMatch(e,i,getMatchData(i))}function isMatchWith(e,i,s){s=typeof s=="function"?s:n;return baseIsMatch(e,i,getMatchData(i),s)}function isNaN(e){return isNumber(e)&&e!=+e}function isNative(e){if(en(e)){throw new Xe(o)}return baseIsNative(e)}function isNull(e){return e===null}function isNil(e){return e==null}function isNumber(e){return typeof e=="number"||isObjectLike(e)&&baseGetTag(e)==ce}function isPlainObject(e){if(!isObjectLike(e)||baseGetTag(e)!=de){return false}var i=Mt(e);if(i===null){return true}var n=wt.call(i,"constructor")&&i.constructor;return typeof n=="function"&&n instanceof n&&Pt.call(n)==kt}var Qn=xi?baseUnary(xi):baseIsRegExp;function isSafeInteger(e){return isInteger(e)&&e>=-B&&e<=B}var Gn=ki?baseUnary(ki):baseIsSet;function isString(e){return typeof e=="string"||!Bn(e)&&isObjectLike(e)&&baseGetTag(e)==fe}function isSymbol(e){return typeof e=="symbol"||isObjectLike(e)&&baseGetTag(e)==_e}var Xn=Ni?baseUnary(Ni):baseIsTypedArray;function isUndefined(e){return e===n}function isWeakMap(e){return isObjectLike(e)&&Zi(e)==ve}function isWeakSet(e){return isObjectLike(e)&&baseGetTag(e)==Se}var Yn=createRelationalOperation(baseLt);var Zn=createRelationalOperation((function(e,i){return e<=i}));function toArray(e){if(!e){return[]}if(isArrayLike(e)){return isString(e)?stringToArray(e):copyArray(e)}if(Ft&&e[Ft]){return iteratorToArray(e[Ft]())}var i=Zi(e),n=i==ae?mapToArray:i==me?setToArray:values;return n(e)}function toFinite(e){if(!e){return e===0?e:0}e=toNumber(e);if(e===z||e===-z){var i=e<0?-1:1;return i*W}return e===e?e:0}function toInteger(e){var i=toFinite(e),n=i%1;return i===i?n?i-n:i:0}function toLength(e){return e?baseClamp(toInteger(e),0,K):0}function toNumber(e){if(typeof e=="number"){return e}if(isSymbol(e)){return H}if(isObject(e)){var i=typeof e.valueOf=="function"?e.valueOf():e;e=isObject(i)?i+"":i}if(typeof e!="string"){return e===0?e:+e}e=baseTrim(e);var n=nt.test(e);return n||rt.test(e)?mi(e.slice(2),n?2:8):it.test(e)?H:+e}function toPlainObject(e){return copyObject(e,keysIn(e))}function toSafeInteger(e){return e?baseClamp(toInteger(e),-B,B):e===0?e:0}function toString(e){return e==null?"":baseToString(e)}var es=createAssigner((function(e,i){if(isPrototype(i)||isArrayLike(i)){copyObject(i,keys(i),e);return}for(var n in i){if(wt.call(i,n)){assignValue(e,n,i[n])}}}));var ts=createAssigner((function(e,i){copyObject(i,keysIn(i),e)}));var is=createAssigner((function(e,i,n,s){copyObject(i,keysIn(i),e,s)}));var ns=createAssigner((function(e,i,n,s){copyObject(i,keys(i),e,s)}));var ss=flatRest(baseAt);function create(e,i){var n=Vi(e);return i==null?n:baseAssign(n,i)}var rs=baseRest((function(e,i){e=pt(e);var s=-1;var r=i.length;var o=r>2?i[2]:n;if(o&&isIterateeCall(i[0],i[1],o)){r=1}while(++s1);return i}));copyObject(e,getAllKeysIn(e),n);if(s){n=baseClone(n,g|v|S,customOmitClone)}var r=i.length;while(r--){baseUnset(n,i[r])}return n}));function omitBy(e,i){return pickBy(e,negate(getIteratee(i)))}var ps=flatRest((function(e,i){return e==null?{}:basePick(e,i)}));function pickBy(e,i){if(e==null){return{}}var n=arrayMap(getAllKeysIn(e),(function(e){return[e]}));i=getIteratee(i);return basePickBy(e,n,(function(e,n){return i(e,n[0])}))}function result(e,i,s){i=castPath(i,e);var r=-1,o=i.length;if(!o){o=1;e=n}while(++ri){var r=e;e=i;i=r}if(s||e%1||i%1){var o=si();return ti(e+o*(i-e+pi("1e-"+((o+"").length-1))),i)}return baseRandom(e,i)}var _s=createCompounder((function(e,i,n){i=i.toLowerCase();return e+(n?capitalize(i):i)}));function capitalize(e){return ws(toString(e).toLowerCase())}function deburr(e){e=toString(e);return e&&e.replace(at,Oi).replace(ei,"")}function endsWith(e,i,s){e=toString(e);i=baseToString(i);var r=e.length;s=s===n?r:baseClamp(toInteger(s),0,r);var o=s;s-=i.length;return s>=0&&e.slice(s,o)==i}function escape(e){e=toString(e);return e&&Ue.test(e)?e.replace(Re,Ei):e}function escapeRegExp(e){e=toString(e);return e&&$e.test(e)?e.replace(Be,"\\$&"):e}var gs=createCompounder((function(e,i,n){return e+(n?"-":"")+i.toLowerCase()}));var vs=createCompounder((function(e,i,n){return e+(n?" ":"")+i.toLowerCase()}));var Ss=createCaseFirst("toLowerCase");function pad(e,i,n){e=toString(e);i=toInteger(i);var s=i?stringSize(e):0;if(!i||s>=i){return e}var r=(i-s)/2;return createPadding(Wt(r),n)+e+createPadding($t(r),n)}function padEnd(e,i,n){e=toString(e);i=toInteger(i);var s=i?stringSize(e):0;return i&&s>>0;if(!s){return[]}e=toString(e);if(e&&(typeof i=="string"||i!=null&&!Qn(i))){i=baseToString(i);if(!i&&hasUnicode(e)){return castSlice(stringToArray(e),0,s)}}return e.split(i,s)}var ys=createCompounder((function(e,i,n){return e+(n?" ":"")+ws(i)}));function startsWith(e,i,n){e=toString(e);n=n==null?0:baseClamp(toInteger(n),0,e.length);i=baseToString(i);return e.slice(n,n+i.length)==i}function template(e,i,s){var r=lodash.templateSettings;if(s&&isIterateeCall(e,i,s)){i=n}e=toString(e);i=is({},i,r,customDefaultsAssignIn);var o=is({},i.imports,r.imports,customDefaultsAssignIn),a=keys(o),u=baseValues(o,a);var f,_,g=0,v=i.interpolate||ct,S="__p += '";var b=mt((i.escape||ct).source+"|"+v.source+"|"+(v===Ve?et:ct).source+"|"+(i.evaluate||ct).source+"|$","g");var P="//# sourceURL="+(wt.call(i,"sourceURL")?(i.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++oi+"]")+"\n";e.replace(b,(function(i,n,s,r,o,a){s||(s=r);S+=e.slice(g,a).replace(ut,escapeStringChar);if(n){f=true;S+="' +\n__e("+n+") +\n'"}if(o){_=true;S+="';\n"+o+";\n__p += '"}if(s){S+="' +\n((__t = ("+s+")) == null ? '' : __t) +\n'"}g=a+i.length;return i}));S+="';\n";var C=wt.call(i,"variable")&&i.variable;if(!C){S="with (obj) {\n"+S+"\n}\n"}else if(Ye.test(C)){throw new Xe(c)}S=(_?S.replace(Ee,""):S).replace(Le,"$1").replace(Ae,"$1;");S="function("+(C||"obj")+") {\n"+(C?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(f?", __e = _.escape":"")+(_?", __j = Array.prototype.join;\n"+"function print() { __p += __j.call(arguments, '') }\n":";\n")+S+"return __p\n}";var I=Cs((function(){return dt(a,P+"return "+S).apply(n,u)}));I.source=S;if(isError(I)){throw I}return I}function toLower(e){return toString(e).toLowerCase()}function toUpper(e){return toString(e).toUpperCase()}function trim(e,i,s){e=toString(e);if(e&&(s||i===n)){return baseTrim(e)}if(!e||!(i=baseToString(i))){return e}var r=stringToArray(e),o=stringToArray(i),a=charsStartIndex(r,o),c=charsEndIndex(r,o)+1;return castSlice(r,a,c).join("")}function trimEnd(e,i,s){e=toString(e);if(e&&(s||i===n)){return e.slice(0,trimmedEndIndex(e)+1)}if(!e||!(i=baseToString(i))){return e}var r=stringToArray(e),o=charsEndIndex(r,stringToArray(i))+1;return castSlice(r,0,o).join("")}function trimStart(e,i,s){e=toString(e);if(e&&(s||i===n)){return e.replace(We,"")}if(!e||!(i=baseToString(i))){return e}var r=stringToArray(e),o=charsStartIndex(r,stringToArray(i));return castSlice(r,o).join("")}function truncate(e,i){var s=R,r=U;if(isObject(i)){var o="separator"in i?i.separator:o;s="length"in i?toInteger(i.length):s;r="omission"in i?baseToString(i.omission):r}e=toString(e);var a=e.length;if(hasUnicode(e)){var c=stringToArray(e);a=c.length}if(s>=a){return e}var u=s-stringSize(r);if(u<1){return r}var f=c?castSlice(c,0,u).join(""):e.slice(0,u);if(o===n){return f+r}if(c){u+=f.length-u}if(Qn(o)){if(e.slice(u).search(o)){var _,g=f;if(!o.global){o=mt(o.source,toString(tt.exec(o))+"g")}o.lastIndex=0;while(_=o.exec(g)){var v=_.index}f=f.slice(0,v===n?u:v)}}else if(e.indexOf(baseToString(o),u)!=u){var S=f.lastIndexOf(o);if(S>-1){f=f.slice(0,S)}}return f+r}function unescape(e){e=toString(e);return e&&De.test(e)?e.replace(Me,Li):e}var Ps=createCompounder((function(e,i,n){return e+(n?" ":"")+i.toUpperCase()}));var ws=createCaseFirst("toUpperCase");function words(e,i,s){e=toString(e);i=s?n:i;if(i===n){return hasUnicodeWord(e)?unicodeWords(e):asciiWords(e)}return e.match(i)||[]}var Cs=baseRest((function(e,i){try{return apply(e,n,i)}catch(e){return isError(e)?e:new Xe(e)}}));var Is=flatRest((function(e,i){arrayEach(i,(function(i){i=toKey(i);baseAssignValue(e,i,An(e[i],e))}));return e}));function cond(e){var i=e==null?0:e.length,n=getIteratee();e=!i?[]:arrayMap(e,(function(e){if(typeof e[1]!="function"){throw new _t(a)}return[n(e[0]),e[1]]}));return baseRest((function(n){var s=-1;while(++sB){return[]}var n=K,s=ti(e,K);i=getIteratee(i);e-=K;var r=baseTimes(s,i);while(++n0||i<0)){return new LazyWrapper(s)}if(e<0){s=s.takeRight(-e)}else if(e){s=s.drop(e)}if(i!==n){i=toInteger(i);s=i<0?s.dropRight(-i):s.take(i-e)}return s};LazyWrapper.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()};LazyWrapper.prototype.toArray=function(){return this.take(K)};baseForOwn(LazyWrapper.prototype,(function(e,i){var s=/^(?:filter|find|map|reject)|While$/.test(i),r=/^(?:head|last)$/.test(i),o=lodash[r?"take"+(i=="last"?"Right":""):i],a=r||/^find/.test(i);if(!o){return}lodash.prototype[i]=function(){var i=this.__wrapped__,c=r?[1]:arguments,u=i instanceof LazyWrapper,f=c[0],_=u||Bn(i);var interceptor=function(e){var i=o.apply(lodash,arrayPush([e],c));return r&&g?i[0]:i};if(_&&s&&typeof f=="function"&&f.length!=1){u=_=false}var g=this.__chain__,v=!!this.__actions__.length,S=a&&!g,b=u&&!v;if(!a&&_){i=b?i:new LazyWrapper(this);var P=e.apply(i,c);P.__actions__.push({func:thru,args:[interceptor],thisArg:n});return new LodashWrapper(P,g)}if(S&&b){return e.apply(this,c)}P=this.thru(interceptor);return S?r?P.value()[0]:P.value():P}}));arrayEach(["pop","push","shift","sort","splice","unshift"],(function(e){var i=vt[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",s=/^(?:pop|shift)$/.test(e);lodash.prototype[e]=function(){var e=arguments;if(s&&!this.__chain__){var r=this.value();return i.apply(Bn(r)?r:[],e)}return this[n]((function(n){return i.apply(Bn(n)?n:[],e)}))}}));baseForOwn(LazyWrapper.prototype,(function(e,i){var n=lodash[i];if(n){var s=n.name+"";if(!wt.call(yi,s)){yi[s]=[]}yi[s].push({name:i,func:n})}}));yi[createHybrid(n,I).name]=[{name:"wrapper",func:n}];LazyWrapper.prototype.clone=lazyClone;LazyWrapper.prototype.reverse=lazyReverse;LazyWrapper.prototype.value=lazyValue;lodash.prototype.at=wn;lodash.prototype.chain=wrapperChain;lodash.prototype.commit=wrapperCommit;lodash.prototype.next=wrapperNext;lodash.prototype.plant=wrapperPlant;lodash.prototype.reverse=wrapperReverse;lodash.prototype.toJSON=lodash.prototype.valueOf=lodash.prototype.value=wrapperValue;lodash.prototype.first=lodash.prototype.head;if(Ft){lodash.prototype[Ft]=wrapperToIterator}return lodash};var Mi=Ai();if(typeof define=="function"&&typeof define.amd=="object"&&define.amd){gi._=Mi;define((function(){return Mi}))}else if(Si){(Si.exports=Mi)._=Mi;vi._=Mi}else{gi._=Mi}}).call(this)},47426:(e,i,n)=>{ + */(function(){var n;var s="4.17.21";var r=200;var o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",a="Expected a function",c="Invalid `variable` option passed into `_.template`";var u="__lodash_hash_undefined__";var f=500;var _="__lodash_placeholder__";var g=1,v=2,S=4;var b=1,P=2;var C=1,I=2,x=4,k=8,N=16,O=32,T=64,E=128,L=256,A=512;var R=30,U="...";var J=800,F=16;var V=1,q=2,j=3;var z=1/0,B=9007199254740991,W=17976931348623157e292,H=0/0;var K=4294967295,Q=K-1,G=K>>>1;var X=[["ary",E],["bind",C],["bindKey",I],["curry",k],["curryRight",N],["flip",A],["partial",O],["partialRight",T],["rearg",L]];var Y="[object Arguments]",Z="[object Array]",ee="[object AsyncFunction]",te="[object Boolean]",ie="[object Date]",ne="[object DOMException]",se="[object Error]",re="[object Function]",oe="[object GeneratorFunction]",ae="[object Map]",ce="[object Number]",ue="[object Null]",de="[object Object]",le="[object Promise]",he="[object Proxy]",pe="[object RegExp]",me="[object Set]",fe="[object String]",_e="[object Symbol]",ge="[object Undefined]",ve="[object WeakMap]",Se="[object WeakSet]";var be="[object ArrayBuffer]",ye="[object DataView]",Pe="[object Float32Array]",we="[object Float64Array]",Ce="[object Int8Array]",Ie="[object Int16Array]",xe="[object Int32Array]",ke="[object Uint8Array]",Ne="[object Uint8ClampedArray]",Oe="[object Uint16Array]",Te="[object Uint32Array]";var Ee=/\b__p \+= '';/g,Le=/\b(__p \+=) '' \+/g,Me=/(__e\(.*?\)|\b__t\)) \+\n'';/g;var Ae=/&(?:amp|lt|gt|quot|#39);/g,Re=/[&<>"']/g,De=RegExp(Ae.source),Ue=RegExp(Re.source);var Je=/<%-([\s\S]+?)%>/g,Fe=/<%([\s\S]+?)%>/g,Ve=/<%=([\s\S]+?)%>/g;var qe=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,je=/^\w*$/,ze=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;var Be=/[\\^$.*+?()[\]{}|]/g,$e=RegExp(Be.source);var We=/^\s+/;var He=/\s/;var Ke=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Qe=/\{\n\/\* \[wrapped with (.+)\] \*/,Ge=/,? & /;var Xe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;var Ye=/[()=,{}\[\]\/\s]/;var Ze=/\\(\\)?/g;var et=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g;var tt=/\w*$/;var it=/^[-+]0x[0-9a-f]+$/i;var nt=/^0b[01]+$/i;var st=/^\[object .+?Constructor\]$/;var rt=/^0o[0-7]+$/i;var ot=/^(?:0|[1-9]\d*)$/;var at=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;var ct=/($^)/;var ut=/['\n\r\u2028\u2029\\]/g;var dt="\\ud800-\\udfff",ht="\\u0300-\\u036f",pt="\\ufe20-\\ufe2f",mt="\\u20d0-\\u20ff",ft=ht+pt+mt,_t="\\u2700-\\u27bf",vt="a-z\\xdf-\\xf6\\xf8-\\xff",St="\\xac\\xb1\\xd7\\xf7",bt="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",yt="\\u2000-\\u206f",Pt=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",wt="A-Z\\xc0-\\xd6\\xd8-\\xde",Ct="\\ufe0e\\ufe0f",It=St+bt+yt+Pt;var xt="['’]",kt="["+dt+"]",Nt="["+It+"]",Ot="["+ft+"]",Tt="\\d+",Et="["+_t+"]",Lt="["+vt+"]",Mt="[^"+dt+It+Tt+_t+vt+wt+"]",At="\\ud83c[\\udffb-\\udfff]",Rt="(?:"+Ot+"|"+At+")",Dt="[^"+dt+"]",Ut="(?:\\ud83c[\\udde6-\\uddff]){2}",Jt="[\\ud800-\\udbff][\\udc00-\\udfff]",Ft="["+wt+"]",Vt="\\u200d";var qt="(?:"+Lt+"|"+Mt+")",jt="(?:"+Ft+"|"+Mt+")",zt="(?:"+xt+"(?:d|ll|m|re|s|t|ve))?",Bt="(?:"+xt+"(?:D|LL|M|RE|S|T|VE))?",$t=Rt+"?",Wt="["+Ct+"]?",Ht="(?:"+Vt+"(?:"+[Dt,Ut,Jt].join("|")+")"+Wt+$t+")*",Kt="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Qt="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Gt=Wt+$t+Ht,Xt="(?:"+[Et,Ut,Jt].join("|")+")"+Gt,Yt="(?:"+[Dt+Ot+"?",Ot,Ut,Jt,kt].join("|")+")";var Zt=RegExp(xt,"g");var ei=RegExp(Ot,"g");var ti=RegExp(At+"(?="+At+")|"+Yt+Gt,"g");var ii=RegExp([Ft+"?"+Lt+"+"+zt+"(?="+[Nt,Ft,"$"].join("|")+")",jt+"+"+Bt+"(?="+[Nt,Ft+qt,"$"].join("|")+")",Ft+"?"+qt+"+"+zt,Ft+"+"+Bt,Qt,Kt,Tt,Xt].join("|"),"g");var ni=RegExp("["+Vt+dt+ft+Ct+"]");var si=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;var ri=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"];var oi=-1;var ai={};ai[Pe]=ai[we]=ai[Ce]=ai[Ie]=ai[xe]=ai[ke]=ai[Ne]=ai[Oe]=ai[Te]=true;ai[Y]=ai[Z]=ai[be]=ai[te]=ai[ye]=ai[ie]=ai[se]=ai[re]=ai[ae]=ai[ce]=ai[de]=ai[pe]=ai[me]=ai[fe]=ai[ve]=false;var ci={};ci[Y]=ci[Z]=ci[be]=ci[ye]=ci[te]=ci[ie]=ci[Pe]=ci[we]=ci[Ce]=ci[Ie]=ci[xe]=ci[ae]=ci[ce]=ci[de]=ci[pe]=ci[me]=ci[fe]=ci[_e]=ci[ke]=ci[Ne]=ci[Oe]=ci[Te]=true;ci[se]=ci[re]=ci[ve]=false;var ui={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"};var di={"&":"&","<":"<",">":">",'"':""","'":"'"};var li={"&":"&","<":"<",">":">",""":'"',"'":"'"};var hi={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var pi=parseFloat,mi=parseInt;var fi=typeof global=="object"&&global&&global.Object===Object&&global;var _i=typeof self=="object"&&self&&self.Object===Object&&self;var gi=fi||_i||Function("return this")();var vi=true&&i&&!i.nodeType&&i;var Si=vi&&"object"=="object"&&e&&!e.nodeType&&e;var bi=Si&&Si.exports===vi;var yi=bi&&fi.process;var Pi=function(){try{var e=Si&&Si.require&&Si.require("util").types;if(e){return e}return yi&&yi.binding&&yi.binding("util")}catch(e){}}();var wi=Pi&&Pi.isArrayBuffer,Ci=Pi&&Pi.isDate,Ii=Pi&&Pi.isMap,xi=Pi&&Pi.isRegExp,ki=Pi&&Pi.isSet,Ni=Pi&&Pi.isTypedArray;function apply(e,i,n){switch(n.length){case 0:return e.call(i);case 1:return e.call(i,n[0]);case 2:return e.call(i,n[0],n[1]);case 3:return e.call(i,n[0],n[1],n[2])}return e.apply(i,n)}function arrayAggregator(e,i,n,s){var r=-1,o=e==null?0:e.length;while(++r-1}function arrayIncludesWith(e,i,n){var s=-1,r=e==null?0:e.length;while(++s-1){}return n}function charsEndIndex(e,i){var n=e.length;while(n--&&baseIndexOf(i,e[n],0)>-1){}return n}function countHolders(e,i){var n=e.length,s=0;while(n--){if(e[n]===i){++s}}return s}var Ti=basePropertyOf(ui);var Ei=basePropertyOf(di);function escapeStringChar(e){return"\\"+hi[e]}function getValue(e,i){return e==null?n:e[i]}function hasUnicode(e){return ni.test(e)}function hasUnicodeWord(e){return si.test(e)}function iteratorToArray(e){var i,n=[];while(!(i=e.next()).done){n.push(i.value)}return n}function mapToArray(e){var i=-1,n=Array(e.size);e.forEach((function(e,s){n[++i]=[s,e]}));return n}function overArg(e,i){return function(n){return e(i(n))}}function replaceHolders(e,i){var n=-1,s=e.length,r=0,o=[];while(++n-1}function listCacheSet(e,i){var n=this.__data__,s=assocIndexOf(n,e);if(s<0){++this.size;n.push([e,i])}else{n[s][1]=i}return this}ListCache.prototype.clear=listCacheClear;ListCache.prototype["delete"]=listCacheDelete;ListCache.prototype.get=listCacheGet;ListCache.prototype.has=listCacheHas;ListCache.prototype.set=listCacheSet;function MapCache(e){var i=-1,n=e==null?0:e.length;this.clear();while(++i=i?e:i}}return e}function baseClone(e,i,s,r,o,a){var c,u=i&g,f=i&v,_=i&S;if(s){c=o?s(e,r,o,a):s(e)}if(c!==n){return c}if(!isObject(e)){return e}var b=Bn(e);if(b){c=initCloneArray(e);if(!u){return copyArray(e,c)}}else{var P=Zi(e),C=P==re||P==oe;if(Wn(e)){return cloneBuffer(e,u)}if(P==de||P==Y||C&&!o){c=f||C?{}:initCloneObject(e);if(!u){return f?copySymbolsIn(e,baseAssignIn(c,e)):copySymbols(e,baseAssign(c,e))}}else{if(!ci[P]){return o?e:{}}c=initCloneByTag(e,P,u)}}a||(a=new Stack);var I=a.get(e);if(I){return I}a.set(e,c);if(Gn(e)){e.forEach((function(n){c.add(baseClone(n,i,s,n,e,a))}))}else if(Kn(e)){e.forEach((function(n,r){c.set(r,baseClone(n,i,s,r,e,a))}))}var x=_?f?getAllKeysIn:getAllKeys:f?keysIn:keys;var k=b?n:x(e);arrayEach(k||e,(function(n,r){if(k){r=n;n=e[r]}assignValue(c,r,baseClone(n,i,s,r,e,a))}));return c}function baseConforms(e){var i=keys(e);return function(n){return baseConformsTo(n,e,i)}}function baseConformsTo(e,i,s){var r=s.length;if(e==null){return!r}e=pt(e);while(r--){var o=s[r],a=i[o],c=e[o];if(c===n&&!(o in e)||!a(c)){return false}}return true}function baseDelay(e,i,s){if(typeof e!="function"){throw new _t(a)}return nn((function(){e.apply(n,s)}),i)}function baseDifference(e,i,n,s){var o=-1,a=arrayIncludes,c=true,u=e.length,f=[],_=i.length;if(!u){return f}if(n){i=arrayMap(i,baseUnary(n))}if(s){a=arrayIncludesWith;c=false}else if(i.length>=r){a=cacheHas;c=false;i=new SetCache(i)}e:while(++oo?0:o+s}r=r===n||r>o?o:toInteger(r);if(r<0){r+=o}r=s>r?0:toLength(r);while(s0&&n(c)){if(i>1){baseFlatten(c,i-1,n,s,r)}else{arrayPush(r,c)}}else if(!s){r[r.length]=c}}return r}var zi=createBaseFor();var Bi=createBaseFor(true);function baseForOwn(e,i){return e&&zi(e,i,keys)}function baseForOwnRight(e,i){return e&&Bi(e,i,keys)}function baseFunctions(e,i){return arrayFilter(i,(function(i){return isFunction(e[i])}))}function baseGet(e,i){i=castPath(i,e);var s=0,r=i.length;while(e!=null&&si}function baseHas(e,i){return e!=null&&wt.call(e,i)}function baseHasIn(e,i){return e!=null&&i in pt(e)}function baseInRange(e,i,n){return e>=ti(i,n)&&e=120&&v.length>=120)?new SetCache(u&&v):n}v=e[0];var S=-1,b=f[0];e:while(++S-1){if(c!==e){Ut.call(c,u,1)}Ut.call(e,u,1)}}return e}function basePullAt(e,i){var n=e?i.length:0,s=n-1;while(n--){var r=i[n];if(n==s||r!==o){var o=r;if(isIndex(r)){Ut.call(e,r,1)}else{baseUnset(e,r)}}}return e}function baseRandom(e,i){return e+Wt(si()*(i-e+1))}function baseRange(e,n,s,r){var o=-1,a=Yt($t((n-e)/(s||1)),0),c=i(a);while(a--){c[r?a:++o]=e;e+=s}return c}function baseRepeat(e,i){var n="";if(!e||i<1||i>B){return n}do{if(i%2){n+=e}i=Wt(i/2);if(i){e+=e}}while(i);return n}function baseRest(e,i){return sn(overRest(e,i,identity),e+"")}function baseSample(e){return arraySample(values(e))}function baseSampleSize(e,i){var n=values(e);return shuffleSelf(n,baseClamp(i,0,n.length))}function baseSet(e,i,s,r){if(!isObject(e)){return e}i=castPath(i,e);var o=-1,a=i.length,c=a-1,u=e;while(u!=null&&++oo?0:o+n}s=s>o?o:s;if(s<0){s+=o}o=n>s?0:s-n>>>0;n>>>=0;var a=i(o);while(++r>>1,a=e[o];if(a!==null&&!isSymbol(a)&&(n?a<=i:a=r){var _=i?null:Qi(e);if(_){return setToArray(_)}c=false;o=cacheHas;f=new SetCache}else{f=i?[]:u}e:while(++s=r?e:baseSlice(e,i,s)}var Ki=jt||function(e){return gi.clearTimeout(e)};function cloneBuffer(e,i){if(i){return e.slice()}var n=e.length,s=Mt?Mt(n):new e.constructor(n);e.copy(s);return s}function cloneArrayBuffer(e){var i=new e.constructor(e.byteLength);new Lt(i).set(new Lt(e));return i}function cloneDataView(e,i){var n=i?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}function cloneRegExp(e){var i=new e.constructor(e.source,tt.exec(e));i.lastIndex=e.lastIndex;return i}function cloneSymbol(e){return Ji?pt(Ji.call(e)):{}}function cloneTypedArray(e,i){var n=i?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function compareAscending(e,i){if(e!==i){var s=e!==n,r=e===null,o=e===e,a=isSymbol(e);var c=i!==n,u=i===null,f=i===i,_=isSymbol(i);if(!u&&!_&&!a&&e>i||a&&c&&f&&!u&&!_||r&&c&&f||!s&&f||!o){return 1}if(!r&&!a&&!_&&e=c){return u}var f=n[s];return u*(f=="desc"?-1:1)}}return e.index-i.index}function composeArgs(e,n,s,r){var o=-1,a=e.length,c=s.length,u=-1,f=n.length,_=Yt(a-c,0),g=i(f+_),v=!r;while(++u1?s[o-1]:n,c=o>2?s[2]:n;a=e.length>3&&typeof a=="function"?(o--,a):n;if(c&&isIterateeCall(s[0],s[1],c)){a=o<3?n:a;o=1}i=pt(i);while(++r-1?o[a?i[c]:c]:n}}function createFlow(e){return flatRest((function(i){var s=i.length,r=s,o=LodashWrapper.prototype.thru;if(e){i.reverse()}while(r--){var c=i[r];if(typeof c!="function"){throw new _t(a)}if(o&&!u&&getFuncName(c)=="wrapper"){var u=new LodashWrapper([],true)}}r=u?r:s;while(++r1){C.reverse()}if(v&&_u)){return false}var _=a.get(e);var g=a.get(i);if(_&&g){return _==i&&g==e}var v=-1,S=true,C=s&P?new SetCache:n;a.set(e,i);a.set(i,e);while(++v1?"& ":"")+i[s];i=i.join(n>2?", ":" ");return e.replace(Ke,"{\n/* [wrapped with "+i+"] */\n")}function isFlattenable(e){return Bn(e)||zn(e)||!!(Jt&&e&&e[Jt])}function isIndex(e,i){var n=typeof e;i=i==null?B:i;return!!i&&(n=="number"||n!="symbol"&&ot.test(e))&&(e>-1&&e%1==0&&e0){if(++i>=J){return arguments[0]}}else{i=0}return e.apply(n,arguments)}}function shuffleSelf(e,i){var s=-1,r=e.length,o=r-1;i=i===n?r:i;while(++s1?e[i-1]:n;s=typeof s=="function"?(e.pop(),s):n;return unzipWith(e,s)}));function chain(e){var i=lodash(e);i.__chain__=true;return i}function tap(e,i){i(e);return e}function thru(e,i){return i(e)}var wn=flatRest((function(e){var i=e.length,s=i?e[0]:0,r=this.__wrapped__,interceptor=function(i){return baseAt(i,e)};if(i>1||this.__actions__.length||!(r instanceof LazyWrapper)||!isIndex(s)){return this.thru(interceptor)}r=r.slice(s,+s+(i?1:0));r.__actions__.push({func:thru,args:[interceptor],thisArg:n});return new LodashWrapper(r,this.__chain__).thru((function(e){if(i&&!e.length){e.push(n)}return e}))}));function wrapperChain(){return chain(this)}function wrapperCommit(){return new LodashWrapper(this.value(),this.__chain__)}function wrapperNext(){if(this.__values__===n){this.__values__=toArray(this.value())}var e=this.__index__>=this.__values__.length,i=e?n:this.__values__[this.__index__++];return{done:e,value:i}}function wrapperToIterator(){return this}function wrapperPlant(e){var i,s=this;while(s instanceof baseLodash){var r=wrapperClone(s);r.__index__=0;r.__values__=n;if(i){o.__wrapped__=r}else{i=r}var o=r;s=s.__wrapped__}o.__wrapped__=e;return i}function wrapperReverse(){var e=this.__wrapped__;if(e instanceof LazyWrapper){var i=e;if(this.__actions__.length){i=new LazyWrapper(this)}i=i.reverse();i.__actions__.push({func:thru,args:[reverse],thisArg:n});return new LodashWrapper(i,this.__chain__)}return this.thru(reverse)}function wrapperValue(){return baseWrapperValue(this.__wrapped__,this.__actions__)}var Cn=createAggregator((function(e,i,n){if(wt.call(e,n)){++e[n]}else{baseAssignValue(e,n,1)}}));function every(e,i,s){var r=Bn(e)?arrayEvery:baseEvery;if(s&&isIterateeCall(e,i,s)){i=n}return r(e,getIteratee(i,3))}function filter(e,i){var n=Bn(e)?arrayFilter:baseFilter;return n(e,getIteratee(i,3))}var In=createFind(findIndex);var xn=createFind(findLastIndex);function flatMap(e,i){return baseFlatten(map(e,i),1)}function flatMapDeep(e,i){return baseFlatten(map(e,i),z)}function flatMapDepth(e,i,s){s=s===n?1:toInteger(s);return baseFlatten(map(e,i),s)}function forEach(e,i){var n=Bn(e)?arrayEach:qi;return n(e,getIteratee(i,3))}function forEachRight(e,i){var n=Bn(e)?arrayEachRight:ji;return n(e,getIteratee(i,3))}var kn=createAggregator((function(e,i,n){if(wt.call(e,n)){e[n].push(i)}else{baseAssignValue(e,n,[i])}}));function includes(e,i,n,s){e=isArrayLike(e)?e:values(e);n=n&&!s?toInteger(n):0;var r=e.length;if(n<0){n=Yt(r+n,0)}return isString(e)?n<=r&&e.indexOf(i,n)>-1:!!r&&baseIndexOf(e,i,n)>-1}var Nn=baseRest((function(e,n,s){var r=-1,o=typeof n=="function",a=isArrayLike(e)?i(e.length):[];qi(e,(function(e){a[++r]=o?apply(n,e,s):baseInvoke(e,n,s)}));return a}));var On=createAggregator((function(e,i,n){baseAssignValue(e,n,i)}));function map(e,i){var n=Bn(e)?arrayMap:baseMap;return n(e,getIteratee(i,3))}function orderBy(e,i,s,r){if(e==null){return[]}if(!Bn(i)){i=i==null?[]:[i]}s=r?n:s;if(!Bn(s)){s=s==null?[]:[s]}return baseOrderBy(e,i,s)}var Tn=createAggregator((function(e,i,n){e[n?0:1].push(i)}),(function(){return[[],[]]}));function reduce(e,i,n){var s=Bn(e)?arrayReduce:baseReduce,r=arguments.length<3;return s(e,getIteratee(i,4),n,r,qi)}function reduceRight(e,i,n){var s=Bn(e)?arrayReduceRight:baseReduce,r=arguments.length<3;return s(e,getIteratee(i,4),n,r,ji)}function reject(e,i){var n=Bn(e)?arrayFilter:baseFilter;return n(e,negate(getIteratee(i,3)))}function sample(e){var i=Bn(e)?arraySample:baseSample;return i(e)}function sampleSize(e,i,s){if(s?isIterateeCall(e,i,s):i===n){i=1}else{i=toInteger(i)}var r=Bn(e)?arraySampleSize:baseSampleSize;return r(e,i)}function shuffle(e){var i=Bn(e)?arrayShuffle:baseShuffle;return i(e)}function size(e){if(e==null){return 0}if(isArrayLike(e)){return isString(e)?stringSize(e):e.length}var i=Zi(e);if(i==ae||i==me){return e.size}return baseKeys(e).length}function some(e,i,s){var r=Bn(e)?arraySome:baseSome;if(s&&isIterateeCall(e,i,s)){i=n}return r(e,getIteratee(i,3))}var En=baseRest((function(e,i){if(e==null){return[]}var n=i.length;if(n>1&&isIterateeCall(e,i[0],i[1])){i=[]}else if(n>2&&isIterateeCall(i[0],i[1],i[2])){i=[i[0]]}return baseOrderBy(e,baseFlatten(i,1),[])}));var Ln=zt||function(){return gi.Date.now()};function after(e,i){if(typeof i!="function"){throw new _t(a)}e=toInteger(e);return function(){if(--e<1){return i.apply(this,arguments)}}}function ary(e,i,s){i=s?n:i;i=e&&i==null?e.length:i;return createWrap(e,E,n,n,n,n,i)}function before(e,i){var s;if(typeof i!="function"){throw new _t(a)}e=toInteger(e);return function(){if(--e>0){s=i.apply(this,arguments)}if(e<=1){i=n}return s}}var Mn=baseRest((function(e,i,n){var s=C;if(n.length){var r=replaceHolders(n,getHolder(Mn));s|=O}return createWrap(e,s,i,n,r)}));var An=baseRest((function(e,i,n){var s=C|I;if(n.length){var r=replaceHolders(n,getHolder(An));s|=O}return createWrap(i,s,e,n,r)}));function curry(e,i,s){i=s?n:i;var r=createWrap(e,k,n,n,n,n,n,i);r.placeholder=curry.placeholder;return r}function curryRight(e,i,s){i=s?n:i;var r=createWrap(e,N,n,n,n,n,n,i);r.placeholder=curryRight.placeholder;return r}function debounce(e,i,s){var r,o,c,u,f,_,g=0,v=false,S=false,b=true;if(typeof e!="function"){throw new _t(a)}i=toNumber(i)||0;if(isObject(s)){v=!!s.leading;S="maxWait"in s;c=S?Yt(toNumber(s.maxWait)||0,i):c;b="trailing"in s?!!s.trailing:b}function invokeFunc(i){var s=r,a=o;r=o=n;g=i;u=e.apply(a,s);return u}function leadingEdge(e){g=e;f=nn(timerExpired,i);return v?invokeFunc(e):u}function remainingWait(e){var n=e-_,s=e-g,r=i-n;return S?ti(r,c-s):r}function shouldInvoke(e){var s=e-_,r=e-g;return _===n||s>=i||s<0||S&&r>=c}function timerExpired(){var e=Ln();if(shouldInvoke(e)){return trailingEdge(e)}f=nn(timerExpired,remainingWait(e))}function trailingEdge(e){f=n;if(b&&r){return invokeFunc(e)}r=o=n;return u}function cancel(){if(f!==n){Ki(f)}g=0;r=_=o=f=n}function flush(){return f===n?u:trailingEdge(Ln())}function debounced(){var e=Ln(),s=shouldInvoke(e);r=arguments;o=this;_=e;if(s){if(f===n){return leadingEdge(_)}if(S){Ki(f);f=nn(timerExpired,i);return invokeFunc(_)}}if(f===n){f=nn(timerExpired,i)}return u}debounced.cancel=cancel;debounced.flush=flush;return debounced}var Rn=baseRest((function(e,i){return baseDelay(e,1,i)}));var Dn=baseRest((function(e,i,n){return baseDelay(e,toNumber(i)||0,n)}));function flip(e){return createWrap(e,A)}function memoize(e,i){if(typeof e!="function"||i!=null&&typeof i!="function"){throw new _t(a)}var memoized=function(){var n=arguments,s=i?i.apply(this,n):n[0],r=memoized.cache;if(r.has(s)){return r.get(s)}var o=e.apply(this,n);memoized.cache=r.set(s,o)||r;return o};memoized.cache=new(memoize.Cache||MapCache);return memoized}memoize.Cache=MapCache;function negate(e){if(typeof e!="function"){throw new _t(a)}return function(){var i=arguments;switch(i.length){case 0:return!e.call(this);case 1:return!e.call(this,i[0]);case 2:return!e.call(this,i[0],i[1]);case 3:return!e.call(this,i[0],i[1],i[2])}return!e.apply(this,i)}}function once(e){return before(2,e)}var Un=Hi((function(e,i){i=i.length==1&&Bn(i[0])?arrayMap(i[0],baseUnary(getIteratee())):arrayMap(baseFlatten(i,1),baseUnary(getIteratee()));var n=i.length;return baseRest((function(s){var r=-1,o=ti(s.length,n);while(++r=i}));var zn=baseIsArguments(function(){return arguments}())?baseIsArguments:function(e){return isObjectLike(e)&&wt.call(e,"callee")&&!Dt.call(e,"callee")};var Bn=i.isArray;var $n=wi?baseUnary(wi):baseIsArrayBuffer;function isArrayLike(e){return e!=null&&isLength(e.length)&&!isFunction(e)}function isArrayLikeObject(e){return isObjectLike(e)&&isArrayLike(e)}function isBoolean(e){return e===true||e===false||isObjectLike(e)&&baseGetTag(e)==te}var Wn=Kt||stubFalse;var Hn=Ci?baseUnary(Ci):baseIsDate;function isElement(e){return isObjectLike(e)&&e.nodeType===1&&!isPlainObject(e)}function isEmpty(e){if(e==null){return true}if(isArrayLike(e)&&(Bn(e)||typeof e=="string"||typeof e.splice=="function"||Wn(e)||Xn(e)||zn(e))){return!e.length}var i=Zi(e);if(i==ae||i==me){return!e.size}if(isPrototype(e)){return!baseKeys(e).length}for(var n in e){if(wt.call(e,n)){return false}}return true}function isEqual(e,i){return baseIsEqual(e,i)}function isEqualWith(e,i,s){s=typeof s=="function"?s:n;var r=s?s(e,i):n;return r===n?baseIsEqual(e,i,n,s):!!r}function isError(e){if(!isObjectLike(e)){return false}var i=baseGetTag(e);return i==se||i==ne||typeof e.message=="string"&&typeof e.name=="string"&&!isPlainObject(e)}function isFinite(e){return typeof e=="number"&&Qt(e)}function isFunction(e){if(!isObject(e)){return false}var i=baseGetTag(e);return i==re||i==oe||i==ee||i==he}function isInteger(e){return typeof e=="number"&&e==toInteger(e)}function isLength(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=B}function isObject(e){var i=typeof e;return e!=null&&(i=="object"||i=="function")}function isObjectLike(e){return e!=null&&typeof e=="object"}var Kn=Ii?baseUnary(Ii):baseIsMap;function isMatch(e,i){return e===i||baseIsMatch(e,i,getMatchData(i))}function isMatchWith(e,i,s){s=typeof s=="function"?s:n;return baseIsMatch(e,i,getMatchData(i),s)}function isNaN(e){return isNumber(e)&&e!=+e}function isNative(e){if(en(e)){throw new Xe(o)}return baseIsNative(e)}function isNull(e){return e===null}function isNil(e){return e==null}function isNumber(e){return typeof e=="number"||isObjectLike(e)&&baseGetTag(e)==ce}function isPlainObject(e){if(!isObjectLike(e)||baseGetTag(e)!=de){return false}var i=At(e);if(i===null){return true}var n=wt.call(i,"constructor")&&i.constructor;return typeof n=="function"&&n instanceof n&&Pt.call(n)==kt}var Qn=xi?baseUnary(xi):baseIsRegExp;function isSafeInteger(e){return isInteger(e)&&e>=-B&&e<=B}var Gn=ki?baseUnary(ki):baseIsSet;function isString(e){return typeof e=="string"||!Bn(e)&&isObjectLike(e)&&baseGetTag(e)==fe}function isSymbol(e){return typeof e=="symbol"||isObjectLike(e)&&baseGetTag(e)==_e}var Xn=Ni?baseUnary(Ni):baseIsTypedArray;function isUndefined(e){return e===n}function isWeakMap(e){return isObjectLike(e)&&Zi(e)==ve}function isWeakSet(e){return isObjectLike(e)&&baseGetTag(e)==Se}var Yn=createRelationalOperation(baseLt);var Zn=createRelationalOperation((function(e,i){return e<=i}));function toArray(e){if(!e){return[]}if(isArrayLike(e)){return isString(e)?stringToArray(e):copyArray(e)}if(Ft&&e[Ft]){return iteratorToArray(e[Ft]())}var i=Zi(e),n=i==ae?mapToArray:i==me?setToArray:values;return n(e)}function toFinite(e){if(!e){return e===0?e:0}e=toNumber(e);if(e===z||e===-z){var i=e<0?-1:1;return i*W}return e===e?e:0}function toInteger(e){var i=toFinite(e),n=i%1;return i===i?n?i-n:i:0}function toLength(e){return e?baseClamp(toInteger(e),0,K):0}function toNumber(e){if(typeof e=="number"){return e}if(isSymbol(e)){return H}if(isObject(e)){var i=typeof e.valueOf=="function"?e.valueOf():e;e=isObject(i)?i+"":i}if(typeof e!="string"){return e===0?e:+e}e=baseTrim(e);var n=nt.test(e);return n||rt.test(e)?mi(e.slice(2),n?2:8):it.test(e)?H:+e}function toPlainObject(e){return copyObject(e,keysIn(e))}function toSafeInteger(e){return e?baseClamp(toInteger(e),-B,B):e===0?e:0}function toString(e){return e==null?"":baseToString(e)}var es=createAssigner((function(e,i){if(isPrototype(i)||isArrayLike(i)){copyObject(i,keys(i),e);return}for(var n in i){if(wt.call(i,n)){assignValue(e,n,i[n])}}}));var ts=createAssigner((function(e,i){copyObject(i,keysIn(i),e)}));var is=createAssigner((function(e,i,n,s){copyObject(i,keysIn(i),e,s)}));var ns=createAssigner((function(e,i,n,s){copyObject(i,keys(i),e,s)}));var ss=flatRest(baseAt);function create(e,i){var n=Vi(e);return i==null?n:baseAssign(n,i)}var rs=baseRest((function(e,i){e=pt(e);var s=-1;var r=i.length;var o=r>2?i[2]:n;if(o&&isIterateeCall(i[0],i[1],o)){r=1}while(++s1);return i}));copyObject(e,getAllKeysIn(e),n);if(s){n=baseClone(n,g|v|S,customOmitClone)}var r=i.length;while(r--){baseUnset(n,i[r])}return n}));function omitBy(e,i){return pickBy(e,negate(getIteratee(i)))}var ps=flatRest((function(e,i){return e==null?{}:basePick(e,i)}));function pickBy(e,i){if(e==null){return{}}var n=arrayMap(getAllKeysIn(e),(function(e){return[e]}));i=getIteratee(i);return basePickBy(e,n,(function(e,n){return i(e,n[0])}))}function result(e,i,s){i=castPath(i,e);var r=-1,o=i.length;if(!o){o=1;e=n}while(++ri){var r=e;e=i;i=r}if(s||e%1||i%1){var o=si();return ti(e+o*(i-e+pi("1e-"+((o+"").length-1))),i)}return baseRandom(e,i)}var _s=createCompounder((function(e,i,n){i=i.toLowerCase();return e+(n?capitalize(i):i)}));function capitalize(e){return ws(toString(e).toLowerCase())}function deburr(e){e=toString(e);return e&&e.replace(at,Ti).replace(ei,"")}function endsWith(e,i,s){e=toString(e);i=baseToString(i);var r=e.length;s=s===n?r:baseClamp(toInteger(s),0,r);var o=s;s-=i.length;return s>=0&&e.slice(s,o)==i}function escape(e){e=toString(e);return e&&Ue.test(e)?e.replace(Re,Ei):e}function escapeRegExp(e){e=toString(e);return e&&$e.test(e)?e.replace(Be,"\\$&"):e}var gs=createCompounder((function(e,i,n){return e+(n?"-":"")+i.toLowerCase()}));var vs=createCompounder((function(e,i,n){return e+(n?" ":"")+i.toLowerCase()}));var Ss=createCaseFirst("toLowerCase");function pad(e,i,n){e=toString(e);i=toInteger(i);var s=i?stringSize(e):0;if(!i||s>=i){return e}var r=(i-s)/2;return createPadding(Wt(r),n)+e+createPadding($t(r),n)}function padEnd(e,i,n){e=toString(e);i=toInteger(i);var s=i?stringSize(e):0;return i&&s>>0;if(!s){return[]}e=toString(e);if(e&&(typeof i=="string"||i!=null&&!Qn(i))){i=baseToString(i);if(!i&&hasUnicode(e)){return castSlice(stringToArray(e),0,s)}}return e.split(i,s)}var ys=createCompounder((function(e,i,n){return e+(n?" ":"")+ws(i)}));function startsWith(e,i,n){e=toString(e);n=n==null?0:baseClamp(toInteger(n),0,e.length);i=baseToString(i);return e.slice(n,n+i.length)==i}function template(e,i,s){var r=lodash.templateSettings;if(s&&isIterateeCall(e,i,s)){i=n}e=toString(e);i=is({},i,r,customDefaultsAssignIn);var o=is({},i.imports,r.imports,customDefaultsAssignIn),a=keys(o),u=baseValues(o,a);var f,_,g=0,v=i.interpolate||ct,S="__p += '";var b=mt((i.escape||ct).source+"|"+v.source+"|"+(v===Ve?et:ct).source+"|"+(i.evaluate||ct).source+"|$","g");var P="//# sourceURL="+(wt.call(i,"sourceURL")?(i.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++oi+"]")+"\n";e.replace(b,(function(i,n,s,r,o,a){s||(s=r);S+=e.slice(g,a).replace(ut,escapeStringChar);if(n){f=true;S+="' +\n__e("+n+") +\n'"}if(o){_=true;S+="';\n"+o+";\n__p += '"}if(s){S+="' +\n((__t = ("+s+")) == null ? '' : __t) +\n'"}g=a+i.length;return i}));S+="';\n";var C=wt.call(i,"variable")&&i.variable;if(!C){S="with (obj) {\n"+S+"\n}\n"}else if(Ye.test(C)){throw new Xe(c)}S=(_?S.replace(Ee,""):S).replace(Le,"$1").replace(Me,"$1;");S="function("+(C||"obj")+") {\n"+(C?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(f?", __e = _.escape":"")+(_?", __j = Array.prototype.join;\n"+"function print() { __p += __j.call(arguments, '') }\n":";\n")+S+"return __p\n}";var I=Cs((function(){return dt(a,P+"return "+S).apply(n,u)}));I.source=S;if(isError(I)){throw I}return I}function toLower(e){return toString(e).toLowerCase()}function toUpper(e){return toString(e).toUpperCase()}function trim(e,i,s){e=toString(e);if(e&&(s||i===n)){return baseTrim(e)}if(!e||!(i=baseToString(i))){return e}var r=stringToArray(e),o=stringToArray(i),a=charsStartIndex(r,o),c=charsEndIndex(r,o)+1;return castSlice(r,a,c).join("")}function trimEnd(e,i,s){e=toString(e);if(e&&(s||i===n)){return e.slice(0,trimmedEndIndex(e)+1)}if(!e||!(i=baseToString(i))){return e}var r=stringToArray(e),o=charsEndIndex(r,stringToArray(i))+1;return castSlice(r,0,o).join("")}function trimStart(e,i,s){e=toString(e);if(e&&(s||i===n)){return e.replace(We,"")}if(!e||!(i=baseToString(i))){return e}var r=stringToArray(e),o=charsStartIndex(r,stringToArray(i));return castSlice(r,o).join("")}function truncate(e,i){var s=R,r=U;if(isObject(i)){var o="separator"in i?i.separator:o;s="length"in i?toInteger(i.length):s;r="omission"in i?baseToString(i.omission):r}e=toString(e);var a=e.length;if(hasUnicode(e)){var c=stringToArray(e);a=c.length}if(s>=a){return e}var u=s-stringSize(r);if(u<1){return r}var f=c?castSlice(c,0,u).join(""):e.slice(0,u);if(o===n){return f+r}if(c){u+=f.length-u}if(Qn(o)){if(e.slice(u).search(o)){var _,g=f;if(!o.global){o=mt(o.source,toString(tt.exec(o))+"g")}o.lastIndex=0;while(_=o.exec(g)){var v=_.index}f=f.slice(0,v===n?u:v)}}else if(e.indexOf(baseToString(o),u)!=u){var S=f.lastIndexOf(o);if(S>-1){f=f.slice(0,S)}}return f+r}function unescape(e){e=toString(e);return e&&De.test(e)?e.replace(Ae,Li):e}var Ps=createCompounder((function(e,i,n){return e+(n?" ":"")+i.toUpperCase()}));var ws=createCaseFirst("toUpperCase");function words(e,i,s){e=toString(e);i=s?n:i;if(i===n){return hasUnicodeWord(e)?unicodeWords(e):asciiWords(e)}return e.match(i)||[]}var Cs=baseRest((function(e,i){try{return apply(e,n,i)}catch(e){return isError(e)?e:new Xe(e)}}));var Is=flatRest((function(e,i){arrayEach(i,(function(i){i=toKey(i);baseAssignValue(e,i,Mn(e[i],e))}));return e}));function cond(e){var i=e==null?0:e.length,n=getIteratee();e=!i?[]:arrayMap(e,(function(e){if(typeof e[1]!="function"){throw new _t(a)}return[n(e[0]),e[1]]}));return baseRest((function(n){var s=-1;while(++sB){return[]}var n=K,s=ti(e,K);i=getIteratee(i);e-=K;var r=baseTimes(s,i);while(++n0||i<0)){return new LazyWrapper(s)}if(e<0){s=s.takeRight(-e)}else if(e){s=s.drop(e)}if(i!==n){i=toInteger(i);s=i<0?s.dropRight(-i):s.take(i-e)}return s};LazyWrapper.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()};LazyWrapper.prototype.toArray=function(){return this.take(K)};baseForOwn(LazyWrapper.prototype,(function(e,i){var s=/^(?:filter|find|map|reject)|While$/.test(i),r=/^(?:head|last)$/.test(i),o=lodash[r?"take"+(i=="last"?"Right":""):i],a=r||/^find/.test(i);if(!o){return}lodash.prototype[i]=function(){var i=this.__wrapped__,c=r?[1]:arguments,u=i instanceof LazyWrapper,f=c[0],_=u||Bn(i);var interceptor=function(e){var i=o.apply(lodash,arrayPush([e],c));return r&&g?i[0]:i};if(_&&s&&typeof f=="function"&&f.length!=1){u=_=false}var g=this.__chain__,v=!!this.__actions__.length,S=a&&!g,b=u&&!v;if(!a&&_){i=b?i:new LazyWrapper(this);var P=e.apply(i,c);P.__actions__.push({func:thru,args:[interceptor],thisArg:n});return new LodashWrapper(P,g)}if(S&&b){return e.apply(this,c)}P=this.thru(interceptor);return S?r?P.value()[0]:P.value():P}}));arrayEach(["pop","push","shift","sort","splice","unshift"],(function(e){var i=vt[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",s=/^(?:pop|shift)$/.test(e);lodash.prototype[e]=function(){var e=arguments;if(s&&!this.__chain__){var r=this.value();return i.apply(Bn(r)?r:[],e)}return this[n]((function(n){return i.apply(Bn(n)?n:[],e)}))}}));baseForOwn(LazyWrapper.prototype,(function(e,i){var n=lodash[i];if(n){var s=n.name+"";if(!wt.call(yi,s)){yi[s]=[]}yi[s].push({name:i,func:n})}}));yi[createHybrid(n,I).name]=[{name:"wrapper",func:n}];LazyWrapper.prototype.clone=lazyClone;LazyWrapper.prototype.reverse=lazyReverse;LazyWrapper.prototype.value=lazyValue;lodash.prototype.at=wn;lodash.prototype.chain=wrapperChain;lodash.prototype.commit=wrapperCommit;lodash.prototype.next=wrapperNext;lodash.prototype.plant=wrapperPlant;lodash.prototype.reverse=wrapperReverse;lodash.prototype.toJSON=lodash.prototype.valueOf=lodash.prototype.value=wrapperValue;lodash.prototype.first=lodash.prototype.head;if(Ft){lodash.prototype[Ft]=wrapperToIterator}return lodash};var Ai=Mi();if(typeof define=="function"&&typeof define.amd=="object"&&define.amd){gi._=Ai;define((function(){return Ai}))}else if(Si){(Si.exports=Ai)._=Ai;vi._=Ai}else{gi._=Ai}}).call(this)},47426:(e,i,n)=>{ /*! * mime-db * Copyright(c) 2014 Jonathan Ong @@ -19,6 +19,6 @@ e.exports=n(53765)},43583:(e,i,n)=>{"use strict"; * Copyright(c) 2014 Jonathan Ong * Copyright(c) 2015 Douglas Christopher Wilson * MIT Licensed - */var s=n(47426);var r=n(71017).extname;var o=/^\s*([^;\s]*)(?:;|\s|$)/;var a=/^text\//i;i.charset=charset;i.charsets={lookup:charset};i.contentType=contentType;i.extension=extension;i.extensions=Object.create(null);i.lookup=lookup;i.types=Object.create(null);populateMaps(i.extensions,i.types);function charset(e){if(!e||typeof e!=="string"){return false}var i=o.exec(e);var n=i&&s[i[1].toLowerCase()];if(n&&n.charset){return n.charset}if(i&&a.test(i[1])){return"UTF-8"}return false}function contentType(e){if(!e||typeof e!=="string"){return false}var n=e.indexOf("/")===-1?i.lookup(e):e;if(!n){return false}if(n.indexOf("charset")===-1){var s=i.charset(n);if(s)n+="; charset="+s.toLowerCase()}return n}function extension(e){if(!e||typeof e!=="string"){return false}var n=o.exec(e);var s=n&&i.extensions[n[1].toLowerCase()];if(!s||!s.length){return false}return s[0]}function lookup(e){if(!e||typeof e!=="string"){return false}var n=r("x."+e).toLowerCase().substr(1);if(!n){return false}return i.types[n]||false}function populateMaps(e,i){var n=["nginx","apache",undefined,"iana"];Object.keys(s).forEach((function forEachMimeType(r){var o=s[r];var a=o.extensions;if(!a||!a.length){return}e[r]=a;for(var c=0;c_||f===_&&i[u].substr(0,12)==="application/")){continue}}i[u]=r}}))}},80900:e=>{var i=1e3;var n=i*60;var s=n*60;var r=s*24;var o=r*7;var a=r*365.25;e.exports=function(e,i){i=i||{};var n=typeof e;if(n==="string"&&e.length>0){return parse(e)}else if(n==="number"&&isFinite(e)){return i.long?fmtLong(e):fmtShort(e)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function parse(e){e=String(e);if(e.length>100){return}var c=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!c){return}var u=parseFloat(c[1]);var f=(c[2]||"ms").toLowerCase();switch(f){case"years":case"year":case"yrs":case"yr":case"y":return u*a;case"weeks":case"week":case"w":return u*o;case"days":case"day":case"d":return u*r;case"hours":case"hour":case"hrs":case"hr":case"h":return u*s;case"minutes":case"minute":case"mins":case"min":case"m":return u*n;case"seconds":case"second":case"secs":case"sec":case"s":return u*i;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return u;default:return undefined}}function fmtShort(e){var o=Math.abs(e);if(o>=r){return Math.round(e/r)+"d"}if(o>=s){return Math.round(e/s)+"h"}if(o>=n){return Math.round(e/n)+"m"}if(o>=i){return Math.round(e/i)+"s"}return e+"ms"}function fmtLong(e){var o=Math.abs(e);if(o>=r){return plural(e,o,r,"day")}if(o>=s){return plural(e,o,s,"hour")}if(o>=n){return plural(e,o,n,"minute")}if(o>=i){return plural(e,o,i,"second")}return e+" ms"}function plural(e,i,n,s){var r=i>=n*1.5;return Math.round(e/n)+" "+s+(r?"s":"")}},20504:(e,i,n)=>{var s=typeof Map==="function"&&Map.prototype;var r=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null;var o=s&&r&&typeof r.get==="function"?r.get:null;var a=s&&Map.prototype.forEach;var c=typeof Set==="function"&&Set.prototype;var u=Object.getOwnPropertyDescriptor&&c?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null;var f=c&&u&&typeof u.get==="function"?u.get:null;var _=c&&Set.prototype.forEach;var g=typeof WeakMap==="function"&&WeakMap.prototype;var v=g?WeakMap.prototype.has:null;var S=typeof WeakSet==="function"&&WeakSet.prototype;var b=S?WeakSet.prototype.has:null;var P=typeof WeakRef==="function"&&WeakRef.prototype;var C=P?WeakRef.prototype.deref:null;var I=Boolean.prototype.valueOf;var x=Object.prototype.toString;var k=Function.prototype.toString;var N=String.prototype.match;var T=String.prototype.slice;var O=String.prototype.replace;var E=String.prototype.toUpperCase;var L=String.prototype.toLowerCase;var A=RegExp.prototype.test;var R=Array.prototype.concat;var U=Array.prototype.join;var J=Array.prototype.slice;var F=Math.floor;var V=typeof BigInt==="function"?BigInt.prototype.valueOf:null;var q=Object.getOwnPropertySymbols;var j=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?Symbol.prototype.toString:null;var z=typeof Symbol==="function"&&typeof Symbol.iterator==="object";var B=typeof Symbol==="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===z?"object":"symbol")?Symbol.toStringTag:null;var W=Object.prototype.propertyIsEnumerable;var H=(typeof Reflect==="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function addNumericSeparator(e,i){if(e===Infinity||e===-Infinity||e!==e||e&&e>-1e3&&e<1e3||A.call(/e/,i)){return i}var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e==="number"){var s=e<0?-F(-e):F(e);if(s!==e){var r=String(s);var o=T.call(i,r.length+1);return O.call(r,n,"$&_")+"."+O.call(O.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return O.call(i,n,"$&_")}var K=n(37265);var Q=K.custom;var G=isSymbol(Q)?Q:null;e.exports=function inspect_(e,i,n,s){var r=i||{};if(has(r,"quoteStyle")&&(r.quoteStyle!=="single"&&r.quoteStyle!=="double")){throw new TypeError('option "quoteStyle" must be "single" or "double"')}if(has(r,"maxStringLength")&&(typeof r.maxStringLength==="number"?r.maxStringLength<0&&r.maxStringLength!==Infinity:r.maxStringLength!==null)){throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`')}var c=has(r,"customInspect")?r.customInspect:true;if(typeof c!=="boolean"&&c!=="symbol"){throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`")}if(has(r,"indent")&&r.indent!==null&&r.indent!=="\t"&&!(parseInt(r.indent,10)===r.indent&&r.indent>0)){throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`')}if(has(r,"numericSeparator")&&typeof r.numericSeparator!=="boolean"){throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`')}var u=r.numericSeparator;if(typeof e==="undefined"){return"undefined"}if(e===null){return"null"}if(typeof e==="boolean"){return e?"true":"false"}if(typeof e==="string"){return inspectString(e,r)}if(typeof e==="number"){if(e===0){return Infinity/e>0?"0":"-0"}var g=String(e);return u?addNumericSeparator(e,g):g}if(typeof e==="bigint"){var v=String(e)+"n";return u?addNumericSeparator(e,v):v}var S=typeof r.depth==="undefined"?5:r.depth;if(typeof n==="undefined"){n=0}if(n>=S&&S>0&&typeof e==="object"){return isArray(e)?"[Array]":"[Object]"}var b=getIndent(r,n);if(typeof s==="undefined"){s=[]}else if(indexOf(s,e)>=0){return"[Circular]"}function inspect(e,i,o){if(i){s=J.call(s);s.push(i)}if(o){var a={depth:r.depth};if(has(r,"quoteStyle")){a.quoteStyle=r.quoteStyle}return inspect_(e,a,n+1,s)}return inspect_(e,r,n+1,s)}if(typeof e==="function"&&!isRegExp(e)){var P=nameOf(e);var C=arrObjKeys(e,inspect);return"[Function"+(P?": "+P:" (anonymous)")+"]"+(C.length>0?" { "+U.call(C,", ")+" }":"")}if(isSymbol(e)){var x=z?O.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):j.call(e);return typeof e==="object"&&!z?markBoxed(x):x}if(isElement(e)){var k="<"+L.call(String(e.nodeName));var N=e.attributes||[];for(var E=0;E";return k}if(isArray(e)){if(e.length===0){return"[]"}var A=arrObjKeys(e,inspect);if(b&&!singleLineValues(A)){return"["+indentedJoin(A,b)+"]"}return"[ "+U.call(A,", ")+" ]"}if(isError(e)){var F=arrObjKeys(e,inspect);if(!("cause"in Error.prototype)&&"cause"in e&&!W.call(e,"cause")){return"{ ["+String(e)+"] "+U.call(R.call("[cause]: "+inspect(e.cause),F),", ")+" }"}if(F.length===0){return"["+String(e)+"]"}return"{ ["+String(e)+"] "+U.call(F,", ")+" }"}if(typeof e==="object"&&c){if(G&&typeof e[G]==="function"&&K){return K(e,{depth:S-n})}else if(c!=="symbol"&&typeof e.inspect==="function"){return e.inspect()}}if(isMap(e)){var q=[];if(a){a.call(e,(function(i,n){q.push(inspect(n,e,true)+" => "+inspect(i,e))}))}return collectionOf("Map",o.call(e),q,b)}if(isSet(e)){var Q=[];if(_){_.call(e,(function(i){Q.push(inspect(i,e))}))}return collectionOf("Set",f.call(e),Q,b)}if(isWeakMap(e)){return weakCollectionOf("WeakMap")}if(isWeakSet(e)){return weakCollectionOf("WeakSet")}if(isWeakRef(e)){return weakCollectionOf("WeakRef")}if(isNumber(e)){return markBoxed(inspect(Number(e)))}if(isBigInt(e)){return markBoxed(inspect(V.call(e)))}if(isBoolean(e)){return markBoxed(I.call(e))}if(isString(e)){return markBoxed(inspect(String(e)))}if(!isDate(e)&&!isRegExp(e)){var X=arrObjKeys(e,inspect);var Y=H?H(e)===Object.prototype:e instanceof Object||e.constructor===Object;var Z=e instanceof Object?"":"null prototype";var ee=!Y&&B&&Object(e)===e&&B in e?T.call(toStr(e),8,-1):Z?"Object":"";var te=Y||typeof e.constructor!=="function"?"":e.constructor.name?e.constructor.name+" ":"";var ie=te+(ee||Z?"["+U.call(R.call([],ee||[],Z||[]),": ")+"] ":"");if(X.length===0){return ie+"{}"}if(b){return ie+"{"+indentedJoin(X,b)+"}"}return ie+"{ "+U.call(X,", ")+" }"}return String(e)};function wrapQuotes(e,i,n){var s=(n.quoteStyle||i)==="double"?'"':"'";return s+e+s}function quote(e){return O.call(String(e),/"/g,""")}function isArray(e){return toStr(e)==="[object Array]"&&(!B||!(typeof e==="object"&&B in e))}function isDate(e){return toStr(e)==="[object Date]"&&(!B||!(typeof e==="object"&&B in e))}function isRegExp(e){return toStr(e)==="[object RegExp]"&&(!B||!(typeof e==="object"&&B in e))}function isError(e){return toStr(e)==="[object Error]"&&(!B||!(typeof e==="object"&&B in e))}function isString(e){return toStr(e)==="[object String]"&&(!B||!(typeof e==="object"&&B in e))}function isNumber(e){return toStr(e)==="[object Number]"&&(!B||!(typeof e==="object"&&B in e))}function isBoolean(e){return toStr(e)==="[object Boolean]"&&(!B||!(typeof e==="object"&&B in e))}function isSymbol(e){if(z){return e&&typeof e==="object"&&e instanceof Symbol}if(typeof e==="symbol"){return true}if(!e||typeof e!=="object"||!j){return false}try{j.call(e);return true}catch(e){}return false}function isBigInt(e){if(!e||typeof e!=="object"||!V){return false}try{V.call(e);return true}catch(e){}return false}var X=Object.prototype.hasOwnProperty||function(e){return e in this};function has(e,i){return X.call(e,i)}function toStr(e){return x.call(e)}function nameOf(e){if(e.name){return e.name}var i=N.call(k.call(e),/^function\s*([\w$]+)/);if(i){return i[1]}return null}function indexOf(e,i){if(e.indexOf){return e.indexOf(i)}for(var n=0,s=e.length;ni.maxStringLength){var n=e.length-i.maxStringLength;var s="... "+n+" more character"+(n>1?"s":"");return inspectString(T.call(e,0,i.maxStringLength),i)+s}var r=O.call(O.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,lowbyte);return wrapQuotes(r,"single",i)}function lowbyte(e){var i=e.charCodeAt(0);var n={8:"b",9:"t",10:"n",12:"f",13:"r"}[i];if(n){return"\\"+n}return"\\x"+(i<16?"0":"")+E.call(i.toString(16))}function markBoxed(e){return"Object("+e+")"}function weakCollectionOf(e){return e+" { ? }"}function collectionOf(e,i,n,s){var r=s?indentedJoin(n,s):U.call(n,", ");return e+" ("+i+") {"+r+"}"}function singleLineValues(e){for(var i=0;i=0){return false}}return true}function getIndent(e,i){var n;if(e.indent==="\t"){n="\t"}else if(typeof e.indent==="number"&&e.indent>0){n=U.call(Array(e.indent+1)," ")}else{return null}return{base:n,prev:U.call(Array(i+1),n)}}function indentedJoin(e,i){if(e.length===0){return""}var n="\n"+i.prev+i.base;return n+U.call(e,","+n)+"\n"+i.prev}function arrObjKeys(e,i){var n=isArray(e);var s=[];if(n){s.length=e.length;for(var r=0;r{e.exports=n(73837).inspect},63329:(e,i,n)=>{"use strict";var s=n(57310).parse;var r={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443};var o=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function getProxyForUrl(e){var i=typeof e==="string"?s(e):e||{};var n=i.protocol;var o=i.host;var a=i.port;if(typeof o!=="string"||!o||typeof n!=="string"){return""}n=n.split(":",1)[0];o=o.replace(/:\d*$/,"");a=parseInt(a)||r[n]||0;if(!shouldProxy(o,a)){return""}var c=getEnv("npm_config_"+n+"_proxy")||getEnv(n+"_proxy")||getEnv("npm_config_proxy")||getEnv("all_proxy");if(c&&c.indexOf("://")===-1){c=n+"://"+c}return c}function shouldProxy(e,i){var n=(getEnv("npm_config_no_proxy")||getEnv("no_proxy")).toLowerCase();if(!n){return true}if(n==="*"){return false}return n.split(/[,\s]/).every((function(n){if(!n){return true}var s=n.match(/^(.+):(\d+)$/);var r=s?s[1]:n;var a=s?parseInt(s[2]):0;if(a&&a!==i){return true}if(!/^[.*]/.test(r)){return e!==r}if(r.charAt(0)==="*"){r=r.slice(1)}return!o.call(e,r)}))}function getEnv(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}i.getProxyForUrl=getProxyForUrl},74907:e=>{"use strict";var i=String.prototype.replace;var n=/%20/g;var s={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports={default:s.RFC3986,formatters:{RFC1738:function(e){return i.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:s.RFC1738,RFC3986:s.RFC3986}},22760:(e,i,n)=>{"use strict";var s=n(79954);var r=n(33912);var o=n(74907);e.exports={formats:o,parse:r,stringify:s}},33912:(e,i,n)=>{"use strict";var s=n(72360);var r=Object.prototype.hasOwnProperty;var o=Array.isArray;var a={allowDots:false,allowPrototypes:false,allowSparse:false,arrayLimit:20,charset:"utf-8",charsetSentinel:false,comma:false,decoder:s.decode,delimiter:"&",depth:5,ignoreQueryPrefix:false,interpretNumericEntities:false,parameterLimit:1e3,parseArrays:true,plainObjects:false,strictNullHandling:false};var interpretNumericEntities=function(e){return e.replace(/&#(\d+);/g,(function(e,i){return String.fromCharCode(parseInt(i,10))}))};var parseArrayValue=function(e,i){if(e&&typeof e==="string"&&i.comma&&e.indexOf(",")>-1){return e.split(",")}return e};var c="utf8=%26%2310003%3B";var u="utf8=%E2%9C%93";var f=function parseQueryStringValues(e,i){var n={};var f=i.ignoreQueryPrefix?e.replace(/^\?/,""):e;var _=i.parameterLimit===Infinity?undefined:i.parameterLimit;var g=f.split(i.delimiter,_);var v=-1;var S;var b=i.charset;if(i.charsetSentinel){for(S=0;S-1){k=o(k)?[k]:k}if(r.call(n,x)){n[x]=s.combine(n[x],k)}else{n[x]=k}}return n};var parseObject=function(e,i,n,s){var r=s?i:parseArrayValue(i,n);for(var o=e.length-1;o>=0;--o){var a;var c=e[o];if(c==="[]"&&n.parseArrays){a=[].concat(r)}else{a=n.plainObjects?Object.create(null):{};var u=c.charAt(0)==="["&&c.charAt(c.length-1)==="]"?c.slice(1,-1):c;var f=parseInt(u,10);if(!n.parseArrays&&u===""){a={0:r}}else if(!isNaN(f)&&c!==u&&String(f)===u&&f>=0&&(n.parseArrays&&f<=n.arrayLimit)){a=[];a[f]=r}else if(u!=="__proto__"){a[u]=r}}r=a}return r};var _=function parseQueryStringKeys(e,i,n,s){if(!e){return}var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e;var a=/(\[[^[\]]*])/;var c=/(\[[^[\]]*])/g;var u=n.depth>0&&a.exec(o);var f=u?o.slice(0,u.index):o;var _=[];if(f){if(!n.plainObjects&&r.call(Object.prototype,f)){if(!n.allowPrototypes){return}}_.push(f)}var g=0;while(n.depth>0&&(u=c.exec(o))!==null&&g{"use strict";var s=n(14334);var r=n(72360);var o=n(74907);var a=Object.prototype.hasOwnProperty;var c={brackets:function brackets(e){return e+"[]"},comma:"comma",indices:function indices(e,i){return e+"["+i+"]"},repeat:function repeat(e){return e}};var u=Array.isArray;var f=Array.prototype.push;var pushToArray=function(e,i){f.apply(e,u(i)?i:[i])};var _=Date.prototype.toISOString;var g=o["default"];var v={addQueryPrefix:false,allowDots:false,charset:"utf-8",charsetSentinel:false,delimiter:"&",encode:true,encoder:r.encode,encodeValuesOnly:false,format:g,formatter:o.formatters[g],indices:false,serializeDate:function serializeDate(e){return _.call(e)},skipNulls:false,strictNullHandling:false};var S=function isNonNullishPrimitive(e){return typeof e==="string"||typeof e==="number"||typeof e==="boolean"||typeof e==="symbol"||typeof e==="bigint"};var b={};var P=function stringify(e,i,n,o,a,c,f,_,g,P,C,I,x,k,N,T){var O=e;var E=T;var L=0;var A=false;while((E=E.get(b))!==void undefined&&!A){var R=E.get(e);L+=1;if(typeof R!=="undefined"){if(R===L){throw new RangeError("Cyclic object value")}else{A=true}}if(typeof E.get(b)==="undefined"){L=0}}if(typeof _==="function"){O=_(i,O)}else if(O instanceof Date){O=C(O)}else if(n==="comma"&&u(O)){O=r.maybeMap(O,(function(e){if(e instanceof Date){return C(e)}return e}))}if(O===null){if(a){return f&&!k?f(i,v.encoder,N,"key",I):i}O=""}if(S(O)||r.isBuffer(O)){if(f){var U=k?i:f(i,v.encoder,N,"key",I);return[x(U)+"="+x(f(O,v.encoder,N,"value",I))]}return[x(i)+"="+x(String(O))]}var J=[];if(typeof O==="undefined"){return J}var F;if(n==="comma"&&u(O)){if(k&&f){O=r.maybeMap(O,f)}F=[{value:O.length>0?O.join(",")||null:void undefined}]}else if(u(_)){F=_}else{var V=Object.keys(O);F=g?V.sort(g):V}var q=o&&u(O)&&O.length===1?i+"[]":i;for(var j=0;j0?k+x:""}},72360:(e,i,n)=>{"use strict";var s=n(74907);var r=Object.prototype.hasOwnProperty;var o=Array.isArray;var a=function(){var e=[];for(var i=0;i<256;++i){e.push("%"+((i<16?"0":"")+i.toString(16)).toUpperCase())}return e}();var c=function compactQueue(e){while(e.length>1){var i=e.pop();var n=i.obj[i.prop];if(o(n)){var s=[];for(var r=0;r=48&&_<=57||_>=65&&_<=90||_>=97&&_<=122||o===s.RFC1738&&(_===40||_===41)){u+=c.charAt(f);continue}if(_<128){u=u+a[_];continue}if(_<2048){u=u+(a[192|_>>6]+a[128|_&63]);continue}if(_<55296||_>=57344){u=u+(a[224|_>>12]+a[128|_>>6&63]+a[128|_&63]);continue}f+=1;_=65536+((_&1023)<<10|c.charCodeAt(f)&1023);u+=a[240|_>>18]+a[128|_>>12&63]+a[128|_>>6&63]+a[128|_&63]}return u};var v=function compact(e){var i=[{obj:{o:e},prop:"o"}];var n=[];for(var s=0;s{"use strict";var n=Object.prototype.hasOwnProperty,s;function decode(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function encode(e){try{return encodeURIComponent(e)}catch(e){return null}}function querystring(e){var i=/([^=?#&]+)=?([^&]*)/g,n={},s;while(s=i.exec(e)){var r=decode(s[1]),o=decode(s[2]);if(r===null||o===null||r in n)continue;n[r]=o}return n}function querystringify(e,i){i=i||"";var r=[],o,a;if("string"!==typeof i)i="?";for(a in e){if(n.call(e,a)){o=e[a];if(!o&&(o===null||o===s||isNaN(o))){o=""}a=encode(a);o=encode(o);if(a===null||o===null)continue;r.push(a+"="+o)}}return r.length?i+r.join("&"):""}i.stringify=querystringify;i.parse=querystring},44742:e=>{"use strict";e.exports=function required(e,i){i=i.split(":")[0];e=+e;if(!e)return false;switch(i){case"http":case"ws":return e!==80;case"https":case"wss":return e!==443;case"ftp":return e!==21;case"gopher":return e!==70;case"file":return false}return e!==0}},21867:(e,i,n)=>{ + */var s=n(47426);var r=n(71017).extname;var o=/^\s*([^;\s]*)(?:;|\s|$)/;var a=/^text\//i;i.charset=charset;i.charsets={lookup:charset};i.contentType=contentType;i.extension=extension;i.extensions=Object.create(null);i.lookup=lookup;i.types=Object.create(null);populateMaps(i.extensions,i.types);function charset(e){if(!e||typeof e!=="string"){return false}var i=o.exec(e);var n=i&&s[i[1].toLowerCase()];if(n&&n.charset){return n.charset}if(i&&a.test(i[1])){return"UTF-8"}return false}function contentType(e){if(!e||typeof e!=="string"){return false}var n=e.indexOf("/")===-1?i.lookup(e):e;if(!n){return false}if(n.indexOf("charset")===-1){var s=i.charset(n);if(s)n+="; charset="+s.toLowerCase()}return n}function extension(e){if(!e||typeof e!=="string"){return false}var n=o.exec(e);var s=n&&i.extensions[n[1].toLowerCase()];if(!s||!s.length){return false}return s[0]}function lookup(e){if(!e||typeof e!=="string"){return false}var n=r("x."+e).toLowerCase().substr(1);if(!n){return false}return i.types[n]||false}function populateMaps(e,i){var n=["nginx","apache",undefined,"iana"];Object.keys(s).forEach((function forEachMimeType(r){var o=s[r];var a=o.extensions;if(!a||!a.length){return}e[r]=a;for(var c=0;c_||f===_&&i[u].substr(0,12)==="application/")){continue}}i[u]=r}}))}},80900:e=>{var i=1e3;var n=i*60;var s=n*60;var r=s*24;var o=r*7;var a=r*365.25;e.exports=function(e,i){i=i||{};var n=typeof e;if(n==="string"&&e.length>0){return parse(e)}else if(n==="number"&&isFinite(e)){return i.long?fmtLong(e):fmtShort(e)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function parse(e){e=String(e);if(e.length>100){return}var c=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!c){return}var u=parseFloat(c[1]);var f=(c[2]||"ms").toLowerCase();switch(f){case"years":case"year":case"yrs":case"yr":case"y":return u*a;case"weeks":case"week":case"w":return u*o;case"days":case"day":case"d":return u*r;case"hours":case"hour":case"hrs":case"hr":case"h":return u*s;case"minutes":case"minute":case"mins":case"min":case"m":return u*n;case"seconds":case"second":case"secs":case"sec":case"s":return u*i;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return u;default:return undefined}}function fmtShort(e){var o=Math.abs(e);if(o>=r){return Math.round(e/r)+"d"}if(o>=s){return Math.round(e/s)+"h"}if(o>=n){return Math.round(e/n)+"m"}if(o>=i){return Math.round(e/i)+"s"}return e+"ms"}function fmtLong(e){var o=Math.abs(e);if(o>=r){return plural(e,o,r,"day")}if(o>=s){return plural(e,o,s,"hour")}if(o>=n){return plural(e,o,n,"minute")}if(o>=i){return plural(e,o,i,"second")}return e+" ms"}function plural(e,i,n,s){var r=i>=n*1.5;return Math.round(e/n)+" "+s+(r?"s":"")}},20504:(e,i,n)=>{var s=typeof Map==="function"&&Map.prototype;var r=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null;var o=s&&r&&typeof r.get==="function"?r.get:null;var a=s&&Map.prototype.forEach;var c=typeof Set==="function"&&Set.prototype;var u=Object.getOwnPropertyDescriptor&&c?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null;var f=c&&u&&typeof u.get==="function"?u.get:null;var _=c&&Set.prototype.forEach;var g=typeof WeakMap==="function"&&WeakMap.prototype;var v=g?WeakMap.prototype.has:null;var S=typeof WeakSet==="function"&&WeakSet.prototype;var b=S?WeakSet.prototype.has:null;var P=typeof WeakRef==="function"&&WeakRef.prototype;var C=P?WeakRef.prototype.deref:null;var I=Boolean.prototype.valueOf;var x=Object.prototype.toString;var k=Function.prototype.toString;var N=String.prototype.match;var O=String.prototype.slice;var T=String.prototype.replace;var E=String.prototype.toUpperCase;var L=String.prototype.toLowerCase;var A=RegExp.prototype.test;var R=Array.prototype.concat;var U=Array.prototype.join;var J=Array.prototype.slice;var F=Math.floor;var V=typeof BigInt==="function"?BigInt.prototype.valueOf:null;var q=Object.getOwnPropertySymbols;var j=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?Symbol.prototype.toString:null;var z=typeof Symbol==="function"&&typeof Symbol.iterator==="object";var B=typeof Symbol==="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===z?"object":"symbol")?Symbol.toStringTag:null;var W=Object.prototype.propertyIsEnumerable;var H=(typeof Reflect==="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function addNumericSeparator(e,i){if(e===Infinity||e===-Infinity||e!==e||e&&e>-1e3&&e<1e3||A.call(/e/,i)){return i}var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e==="number"){var s=e<0?-F(-e):F(e);if(s!==e){var r=String(s);var o=O.call(i,r.length+1);return T.call(r,n,"$&_")+"."+T.call(T.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return T.call(i,n,"$&_")}var K=n(37265);var Q=K.custom;var G=isSymbol(Q)?Q:null;e.exports=function inspect_(e,i,n,s){var r=i||{};if(has(r,"quoteStyle")&&(r.quoteStyle!=="single"&&r.quoteStyle!=="double")){throw new TypeError('option "quoteStyle" must be "single" or "double"')}if(has(r,"maxStringLength")&&(typeof r.maxStringLength==="number"?r.maxStringLength<0&&r.maxStringLength!==Infinity:r.maxStringLength!==null)){throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`')}var c=has(r,"customInspect")?r.customInspect:true;if(typeof c!=="boolean"&&c!=="symbol"){throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`")}if(has(r,"indent")&&r.indent!==null&&r.indent!=="\t"&&!(parseInt(r.indent,10)===r.indent&&r.indent>0)){throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`')}if(has(r,"numericSeparator")&&typeof r.numericSeparator!=="boolean"){throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`')}var u=r.numericSeparator;if(typeof e==="undefined"){return"undefined"}if(e===null){return"null"}if(typeof e==="boolean"){return e?"true":"false"}if(typeof e==="string"){return inspectString(e,r)}if(typeof e==="number"){if(e===0){return Infinity/e>0?"0":"-0"}var g=String(e);return u?addNumericSeparator(e,g):g}if(typeof e==="bigint"){var v=String(e)+"n";return u?addNumericSeparator(e,v):v}var S=typeof r.depth==="undefined"?5:r.depth;if(typeof n==="undefined"){n=0}if(n>=S&&S>0&&typeof e==="object"){return isArray(e)?"[Array]":"[Object]"}var b=getIndent(r,n);if(typeof s==="undefined"){s=[]}else if(indexOf(s,e)>=0){return"[Circular]"}function inspect(e,i,o){if(i){s=J.call(s);s.push(i)}if(o){var a={depth:r.depth};if(has(r,"quoteStyle")){a.quoteStyle=r.quoteStyle}return inspect_(e,a,n+1,s)}return inspect_(e,r,n+1,s)}if(typeof e==="function"&&!isRegExp(e)){var P=nameOf(e);var C=arrObjKeys(e,inspect);return"[Function"+(P?": "+P:" (anonymous)")+"]"+(C.length>0?" { "+U.call(C,", ")+" }":"")}if(isSymbol(e)){var x=z?T.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):j.call(e);return typeof e==="object"&&!z?markBoxed(x):x}if(isElement(e)){var k="<"+L.call(String(e.nodeName));var N=e.attributes||[];for(var E=0;E";return k}if(isArray(e)){if(e.length===0){return"[]"}var A=arrObjKeys(e,inspect);if(b&&!singleLineValues(A)){return"["+indentedJoin(A,b)+"]"}return"[ "+U.call(A,", ")+" ]"}if(isError(e)){var F=arrObjKeys(e,inspect);if(!("cause"in Error.prototype)&&"cause"in e&&!W.call(e,"cause")){return"{ ["+String(e)+"] "+U.call(R.call("[cause]: "+inspect(e.cause),F),", ")+" }"}if(F.length===0){return"["+String(e)+"]"}return"{ ["+String(e)+"] "+U.call(F,", ")+" }"}if(typeof e==="object"&&c){if(G&&typeof e[G]==="function"&&K){return K(e,{depth:S-n})}else if(c!=="symbol"&&typeof e.inspect==="function"){return e.inspect()}}if(isMap(e)){var q=[];if(a){a.call(e,(function(i,n){q.push(inspect(n,e,true)+" => "+inspect(i,e))}))}return collectionOf("Map",o.call(e),q,b)}if(isSet(e)){var Q=[];if(_){_.call(e,(function(i){Q.push(inspect(i,e))}))}return collectionOf("Set",f.call(e),Q,b)}if(isWeakMap(e)){return weakCollectionOf("WeakMap")}if(isWeakSet(e)){return weakCollectionOf("WeakSet")}if(isWeakRef(e)){return weakCollectionOf("WeakRef")}if(isNumber(e)){return markBoxed(inspect(Number(e)))}if(isBigInt(e)){return markBoxed(inspect(V.call(e)))}if(isBoolean(e)){return markBoxed(I.call(e))}if(isString(e)){return markBoxed(inspect(String(e)))}if(!isDate(e)&&!isRegExp(e)){var X=arrObjKeys(e,inspect);var Y=H?H(e)===Object.prototype:e instanceof Object||e.constructor===Object;var Z=e instanceof Object?"":"null prototype";var ee=!Y&&B&&Object(e)===e&&B in e?O.call(toStr(e),8,-1):Z?"Object":"";var te=Y||typeof e.constructor!=="function"?"":e.constructor.name?e.constructor.name+" ":"";var ie=te+(ee||Z?"["+U.call(R.call([],ee||[],Z||[]),": ")+"] ":"");if(X.length===0){return ie+"{}"}if(b){return ie+"{"+indentedJoin(X,b)+"}"}return ie+"{ "+U.call(X,", ")+" }"}return String(e)};function wrapQuotes(e,i,n){var s=(n.quoteStyle||i)==="double"?'"':"'";return s+e+s}function quote(e){return T.call(String(e),/"/g,""")}function isArray(e){return toStr(e)==="[object Array]"&&(!B||!(typeof e==="object"&&B in e))}function isDate(e){return toStr(e)==="[object Date]"&&(!B||!(typeof e==="object"&&B in e))}function isRegExp(e){return toStr(e)==="[object RegExp]"&&(!B||!(typeof e==="object"&&B in e))}function isError(e){return toStr(e)==="[object Error]"&&(!B||!(typeof e==="object"&&B in e))}function isString(e){return toStr(e)==="[object String]"&&(!B||!(typeof e==="object"&&B in e))}function isNumber(e){return toStr(e)==="[object Number]"&&(!B||!(typeof e==="object"&&B in e))}function isBoolean(e){return toStr(e)==="[object Boolean]"&&(!B||!(typeof e==="object"&&B in e))}function isSymbol(e){if(z){return e&&typeof e==="object"&&e instanceof Symbol}if(typeof e==="symbol"){return true}if(!e||typeof e!=="object"||!j){return false}try{j.call(e);return true}catch(e){}return false}function isBigInt(e){if(!e||typeof e!=="object"||!V){return false}try{V.call(e);return true}catch(e){}return false}var X=Object.prototype.hasOwnProperty||function(e){return e in this};function has(e,i){return X.call(e,i)}function toStr(e){return x.call(e)}function nameOf(e){if(e.name){return e.name}var i=N.call(k.call(e),/^function\s*([\w$]+)/);if(i){return i[1]}return null}function indexOf(e,i){if(e.indexOf){return e.indexOf(i)}for(var n=0,s=e.length;ni.maxStringLength){var n=e.length-i.maxStringLength;var s="... "+n+" more character"+(n>1?"s":"");return inspectString(O.call(e,0,i.maxStringLength),i)+s}var r=T.call(T.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,lowbyte);return wrapQuotes(r,"single",i)}function lowbyte(e){var i=e.charCodeAt(0);var n={8:"b",9:"t",10:"n",12:"f",13:"r"}[i];if(n){return"\\"+n}return"\\x"+(i<16?"0":"")+E.call(i.toString(16))}function markBoxed(e){return"Object("+e+")"}function weakCollectionOf(e){return e+" { ? }"}function collectionOf(e,i,n,s){var r=s?indentedJoin(n,s):U.call(n,", ");return e+" ("+i+") {"+r+"}"}function singleLineValues(e){for(var i=0;i=0){return false}}return true}function getIndent(e,i){var n;if(e.indent==="\t"){n="\t"}else if(typeof e.indent==="number"&&e.indent>0){n=U.call(Array(e.indent+1)," ")}else{return null}return{base:n,prev:U.call(Array(i+1),n)}}function indentedJoin(e,i){if(e.length===0){return""}var n="\n"+i.prev+i.base;return n+U.call(e,","+n)+"\n"+i.prev}function arrObjKeys(e,i){var n=isArray(e);var s=[];if(n){s.length=e.length;for(var r=0;r{e.exports=n(73837).inspect},63329:(e,i,n)=>{"use strict";var s=n(57310).parse;var r={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443};var o=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function getProxyForUrl(e){var i=typeof e==="string"?s(e):e||{};var n=i.protocol;var o=i.host;var a=i.port;if(typeof o!=="string"||!o||typeof n!=="string"){return""}n=n.split(":",1)[0];o=o.replace(/:\d*$/,"");a=parseInt(a)||r[n]||0;if(!shouldProxy(o,a)){return""}var c=getEnv("npm_config_"+n+"_proxy")||getEnv(n+"_proxy")||getEnv("npm_config_proxy")||getEnv("all_proxy");if(c&&c.indexOf("://")===-1){c=n+"://"+c}return c}function shouldProxy(e,i){var n=(getEnv("npm_config_no_proxy")||getEnv("no_proxy")).toLowerCase();if(!n){return true}if(n==="*"){return false}return n.split(/[,\s]/).every((function(n){if(!n){return true}var s=n.match(/^(.+):(\d+)$/);var r=s?s[1]:n;var a=s?parseInt(s[2]):0;if(a&&a!==i){return true}if(!/^[.*]/.test(r)){return e!==r}if(r.charAt(0)==="*"){r=r.slice(1)}return!o.call(e,r)}))}function getEnv(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}i.getProxyForUrl=getProxyForUrl},74907:e=>{"use strict";var i=String.prototype.replace;var n=/%20/g;var s={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports={default:s.RFC3986,formatters:{RFC1738:function(e){return i.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:s.RFC1738,RFC3986:s.RFC3986}},22760:(e,i,n)=>{"use strict";var s=n(79954);var r=n(33912);var o=n(74907);e.exports={formats:o,parse:r,stringify:s}},33912:(e,i,n)=>{"use strict";var s=n(72360);var r=Object.prototype.hasOwnProperty;var o=Array.isArray;var a={allowDots:false,allowPrototypes:false,allowSparse:false,arrayLimit:20,charset:"utf-8",charsetSentinel:false,comma:false,decoder:s.decode,delimiter:"&",depth:5,ignoreQueryPrefix:false,interpretNumericEntities:false,parameterLimit:1e3,parseArrays:true,plainObjects:false,strictNullHandling:false};var interpretNumericEntities=function(e){return e.replace(/&#(\d+);/g,(function(e,i){return String.fromCharCode(parseInt(i,10))}))};var parseArrayValue=function(e,i){if(e&&typeof e==="string"&&i.comma&&e.indexOf(",")>-1){return e.split(",")}return e};var c="utf8=%26%2310003%3B";var u="utf8=%E2%9C%93";var f=function parseQueryStringValues(e,i){var n={};var f=i.ignoreQueryPrefix?e.replace(/^\?/,""):e;var _=i.parameterLimit===Infinity?undefined:i.parameterLimit;var g=f.split(i.delimiter,_);var v=-1;var S;var b=i.charset;if(i.charsetSentinel){for(S=0;S-1){k=o(k)?[k]:k}if(r.call(n,x)){n[x]=s.combine(n[x],k)}else{n[x]=k}}return n};var parseObject=function(e,i,n,s){var r=s?i:parseArrayValue(i,n);for(var o=e.length-1;o>=0;--o){var a;var c=e[o];if(c==="[]"&&n.parseArrays){a=[].concat(r)}else{a=n.plainObjects?Object.create(null):{};var u=c.charAt(0)==="["&&c.charAt(c.length-1)==="]"?c.slice(1,-1):c;var f=parseInt(u,10);if(!n.parseArrays&&u===""){a={0:r}}else if(!isNaN(f)&&c!==u&&String(f)===u&&f>=0&&(n.parseArrays&&f<=n.arrayLimit)){a=[];a[f]=r}else if(u!=="__proto__"){a[u]=r}}r=a}return r};var _=function parseQueryStringKeys(e,i,n,s){if(!e){return}var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e;var a=/(\[[^[\]]*])/;var c=/(\[[^[\]]*])/g;var u=n.depth>0&&a.exec(o);var f=u?o.slice(0,u.index):o;var _=[];if(f){if(!n.plainObjects&&r.call(Object.prototype,f)){if(!n.allowPrototypes){return}}_.push(f)}var g=0;while(n.depth>0&&(u=c.exec(o))!==null&&g{"use strict";var s=n(14334);var r=n(72360);var o=n(74907);var a=Object.prototype.hasOwnProperty;var c={brackets:function brackets(e){return e+"[]"},comma:"comma",indices:function indices(e,i){return e+"["+i+"]"},repeat:function repeat(e){return e}};var u=Array.isArray;var f=Array.prototype.push;var pushToArray=function(e,i){f.apply(e,u(i)?i:[i])};var _=Date.prototype.toISOString;var g=o["default"];var v={addQueryPrefix:false,allowDots:false,charset:"utf-8",charsetSentinel:false,delimiter:"&",encode:true,encoder:r.encode,encodeValuesOnly:false,format:g,formatter:o.formatters[g],indices:false,serializeDate:function serializeDate(e){return _.call(e)},skipNulls:false,strictNullHandling:false};var S=function isNonNullishPrimitive(e){return typeof e==="string"||typeof e==="number"||typeof e==="boolean"||typeof e==="symbol"||typeof e==="bigint"};var b={};var P=function stringify(e,i,n,o,a,c,f,_,g,P,C,I,x,k,N,O){var T=e;var E=O;var L=0;var A=false;while((E=E.get(b))!==void undefined&&!A){var R=E.get(e);L+=1;if(typeof R!=="undefined"){if(R===L){throw new RangeError("Cyclic object value")}else{A=true}}if(typeof E.get(b)==="undefined"){L=0}}if(typeof _==="function"){T=_(i,T)}else if(T instanceof Date){T=C(T)}else if(n==="comma"&&u(T)){T=r.maybeMap(T,(function(e){if(e instanceof Date){return C(e)}return e}))}if(T===null){if(a){return f&&!k?f(i,v.encoder,N,"key",I):i}T=""}if(S(T)||r.isBuffer(T)){if(f){var U=k?i:f(i,v.encoder,N,"key",I);return[x(U)+"="+x(f(T,v.encoder,N,"value",I))]}return[x(i)+"="+x(String(T))]}var J=[];if(typeof T==="undefined"){return J}var F;if(n==="comma"&&u(T)){if(k&&f){T=r.maybeMap(T,f)}F=[{value:T.length>0?T.join(",")||null:void undefined}]}else if(u(_)){F=_}else{var V=Object.keys(T);F=g?V.sort(g):V}var q=o&&u(T)&&T.length===1?i+"[]":i;for(var j=0;j0?k+x:""}},72360:(e,i,n)=>{"use strict";var s=n(74907);var r=Object.prototype.hasOwnProperty;var o=Array.isArray;var a=function(){var e=[];for(var i=0;i<256;++i){e.push("%"+((i<16?"0":"")+i.toString(16)).toUpperCase())}return e}();var c=function compactQueue(e){while(e.length>1){var i=e.pop();var n=i.obj[i.prop];if(o(n)){var s=[];for(var r=0;r=48&&_<=57||_>=65&&_<=90||_>=97&&_<=122||o===s.RFC1738&&(_===40||_===41)){u+=c.charAt(f);continue}if(_<128){u=u+a[_];continue}if(_<2048){u=u+(a[192|_>>6]+a[128|_&63]);continue}if(_<55296||_>=57344){u=u+(a[224|_>>12]+a[128|_>>6&63]+a[128|_&63]);continue}f+=1;_=65536+((_&1023)<<10|c.charCodeAt(f)&1023);u+=a[240|_>>18]+a[128|_>>12&63]+a[128|_>>6&63]+a[128|_&63]}return u};var v=function compact(e){var i=[{obj:{o:e},prop:"o"}];var n=[];for(var s=0;s{"use strict";var n=Object.prototype.hasOwnProperty,s;function decode(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function encode(e){try{return encodeURIComponent(e)}catch(e){return null}}function querystring(e){var i=/([^=?#&]+)=?([^&]*)/g,n={},s;while(s=i.exec(e)){var r=decode(s[1]),o=decode(s[2]);if(r===null||o===null||r in n)continue;n[r]=o}return n}function querystringify(e,i){i=i||"";var r=[],o,a;if("string"!==typeof i)i="?";for(a in e){if(n.call(e,a)){o=e[a];if(!o&&(o===null||o===s||isNaN(o))){o=""}a=encode(a);o=encode(o);if(a===null||o===null)continue;r.push(a+"="+o)}}return r.length?i+r.join("&"):""}i.stringify=querystringify;i.parse=querystring},44742:e=>{"use strict";e.exports=function required(e,i){i=i.split(":")[0];e=+e;if(!e)return false;switch(i){case"http":case"ws":return e!==80;case"https":case"wss":return e!==443;case"ftp":return e!==21;case"gopher":return e!==70;case"file":return false}return e!==0}},21867:(e,i,n)=>{ /*! safe-buffer. MIT License. Feross Aboukhadijeh */ -var s=n(14300);var r=s.Buffer;function copyProps(e,i){for(var n in e){i[n]=e[n]}}if(r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow){e.exports=s}else{copyProps(s,i);i.Buffer=SafeBuffer}function SafeBuffer(e,i,n){return r(e,i,n)}SafeBuffer.prototype=Object.create(r.prototype);copyProps(r,SafeBuffer);SafeBuffer.from=function(e,i,n){if(typeof e==="number"){throw new TypeError("Argument must not be a number")}return r(e,i,n)};SafeBuffer.alloc=function(e,i,n){if(typeof e!=="number"){throw new TypeError("Argument must be a number")}var s=r(e);if(i!==undefined){if(typeof n==="string"){s.fill(i,n)}else{s.fill(i)}}else{s.fill(0)}return s};SafeBuffer.allocUnsafe=function(e){if(typeof e!=="number"){throw new TypeError("Argument must be a number")}return r(e)};SafeBuffer.allocUnsafeSlow=function(e){if(typeof e!=="number"){throw new TypeError("Argument must be a number")}return s.SlowBuffer(e)}},8812:(e,i,n)=>{"use strict";const s=n(6113);const r=n(50806);e.exports=function scmp(e,i){if(!Buffer.isBuffer(e)||!Buffer.isBuffer(i)){throw new Error("Both scmp args must be Buffers")}if(e.length!==i.length){return false}if(s.timingSafeEqual){return s.timingSafeEqual(e,i)}return r(e,i)}},50806:e=>{"use strict";e.exports=function scmpCompare(e,i){const n=e.length;let s=0;for(let r=0;r{"use strict";var s=n(74538);var r=n(28803);var o=n(20504);var a=s("%TypeError%");var c=s("%WeakMap%",true);var u=s("%Map%",true);var f=r("WeakMap.prototype.get",true);var _=r("WeakMap.prototype.set",true);var g=r("WeakMap.prototype.has",true);var v=r("Map.prototype.get",true);var S=r("Map.prototype.set",true);var b=r("Map.prototype.has",true);var listGetNode=function(e,i){for(var n=e,s;(s=n.next)!==null;n=s){if(s.key===i){n.next=s.next;s.next=e.next;e.next=s;return s}}};var listGet=function(e,i){var n=listGetNode(e,i);return n&&n.value};var listSet=function(e,i,n){var s=listGetNode(e,i);if(s){s.value=n}else{e.next={key:i,next:e.next,value:n}}};var listHas=function(e,i){return!!listGetNode(e,i)};e.exports=function getSideChannel(){var e;var i;var n;var s={assert:function(e){if(!s.has(e)){throw new a("Side channel does not contain "+o(e))}},get:function(s){if(c&&s&&(typeof s==="object"||typeof s==="function")){if(e){return f(e,s)}}else if(u){if(i){return v(i,s)}}else{if(n){return listGet(n,s)}}},has:function(s){if(c&&s&&(typeof s==="object"||typeof s==="function")){if(e){return g(e,s)}}else if(u){if(i){return b(i,s)}}else{if(n){return listHas(n,s)}}return false},set:function(s,r){if(c&&s&&(typeof s==="object"||typeof s==="function")){if(!e){e=new c}_(e,s,r)}else if(u){if(!i){i=new u}S(i,s,r)}else{if(!n){n={key:{},next:null}}listSet(n,s,r)}}};return s}},59318:(e,i,n)=>{"use strict";const s=n(22037);const r=n(76224);const o=n(31621);const{env:a}=process;let c;if(o("no-color")||o("no-colors")||o("color=false")||o("color=never")){c=0}else if(o("color")||o("colors")||o("color=true")||o("color=always")){c=1}function envForceColor(){if("FORCE_COLOR"in a){if(a.FORCE_COLOR==="true"){return 1}if(a.FORCE_COLOR==="false"){return 0}return a.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(a.FORCE_COLOR,10),3)}}function translateLevel(e){if(e===0){return false}return{level:e,hasBasic:true,has256:e>=2,has16m:e>=3}}function supportsColor(e,{streamIsTTY:i,sniffFlags:n=true}={}){const r=envForceColor();if(r!==undefined){c=r}const u=n?c:r;if(u===0){return 0}if(n){if(o("color=16m")||o("color=full")||o("color=truecolor")){return 3}if(o("color=256")){return 2}}if(e&&!i&&u===undefined){return 0}const f=u||0;if(a.TERM==="dumb"){return f}if(process.platform==="win32"){const e=s.release().split(".");if(Number(e[0])>=10&&Number(e[2])>=10586){return Number(e[2])>=14931?3:2}return 1}if("CI"in a){if(["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE","DRONE"].some((e=>e in a))||a.CI_NAME==="codeship"){return 1}return f}if("TEAMCITY_VERSION"in a){return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(a.TEAMCITY_VERSION)?1:0}if(a.COLORTERM==="truecolor"){return 3}if("TERM_PROGRAM"in a){const e=Number.parseInt((a.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(a.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}if(/-256(color)?$/i.test(a.TERM)){return 2}if(/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(a.TERM)){return 1}if("COLORTERM"in a){return 1}return f}function getSupportLevel(e,i={}){const n=supportsColor(e,{streamIsTTY:e&&e.isTTY,...i});return translateLevel(n)}e.exports={supportsColor:getSupportLevel,stdout:getSupportLevel({isTTY:r.isatty(1)}),stderr:getSupportLevel({isTTY:r.isatty(2)})}},74294:(e,i,n)=>{e.exports=n(54219)},54219:(e,i,n)=>{"use strict";var s=n(41808);var r=n(24404);var o=n(13685);var a=n(95687);var c=n(82361);var u=n(39491);var f=n(73837);i.httpOverHttp=httpOverHttp;i.httpsOverHttp=httpsOverHttp;i.httpOverHttps=httpOverHttps;i.httpsOverHttps=httpsOverHttps;function httpOverHttp(e){var i=new TunnelingAgent(e);i.request=o.request;return i}function httpsOverHttp(e){var i=new TunnelingAgent(e);i.request=o.request;i.createSocket=createSecureSocket;i.defaultPort=443;return i}function httpOverHttps(e){var i=new TunnelingAgent(e);i.request=a.request;return i}function httpsOverHttps(e){var i=new TunnelingAgent(e);i.request=a.request;i.createSocket=createSecureSocket;i.defaultPort=443;return i}function TunnelingAgent(e){var i=this;i.options=e||{};i.proxyOptions=i.options.proxy||{};i.maxSockets=i.options.maxSockets||o.Agent.defaultMaxSockets;i.requests=[];i.sockets=[];i.on("free",(function onFree(e,n,s,r){var o=toOptions(n,s,r);for(var a=0,c=i.requests.length;a=this.maxSockets){r.requests.push(o);return}r.createSocket(o,(function(i){i.on("free",onFree);i.on("close",onCloseOrRemove);i.on("agentRemove",onCloseOrRemove);e.onSocket(i);function onFree(){r.emit("free",i,o)}function onCloseOrRemove(e){r.removeSocket(i);i.removeListener("free",onFree);i.removeListener("close",onCloseOrRemove);i.removeListener("agentRemove",onCloseOrRemove)}}))};TunnelingAgent.prototype.createSocket=function createSocket(e,i){var n=this;var s={};n.sockets.push(s);var r=mergeOptions({},n.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:false,headers:{host:e.host+":"+e.port}});if(e.localAddress){r.localAddress=e.localAddress}if(r.proxyAuth){r.headers=r.headers||{};r.headers["Proxy-Authorization"]="Basic "+new Buffer(r.proxyAuth).toString("base64")}_("making CONNECT request");var o=n.request(r);o.useChunkedEncodingByDefault=false;o.once("response",onResponse);o.once("upgrade",onUpgrade);o.once("connect",onConnect);o.once("error",onError);o.end();function onResponse(e){e.upgrade=true}function onUpgrade(e,i,n){process.nextTick((function(){onConnect(e,i,n)}))}function onConnect(r,a,c){o.removeAllListeners();a.removeAllListeners();if(r.statusCode!==200){_("tunneling socket could not be established, statusCode=%d",r.statusCode);a.destroy();var u=new Error("tunneling socket could not be established, "+"statusCode="+r.statusCode);u.code="ECONNRESET";e.request.emit("error",u);n.removeSocket(s);return}if(c.length>0){_("got illegal response body from proxy");a.destroy();var u=new Error("got illegal response body from proxy");u.code="ECONNRESET";e.request.emit("error",u);n.removeSocket(s);return}_("tunneling connection has established");n.sockets[n.sockets.indexOf(s)]=a;return i(a)}function onError(i){o.removeAllListeners();_("tunneling socket could not be established, cause=%s\n",i.message,i.stack);var r=new Error("tunneling socket could not be established, "+"cause="+i.message);r.code="ECONNRESET";e.request.emit("error",r);n.removeSocket(s)}};TunnelingAgent.prototype.removeSocket=function removeSocket(e){var i=this.sockets.indexOf(e);if(i===-1){return}this.sockets.splice(i,1);var n=this.requests.shift();if(n){this.createSocket(n,(function(e){n.request.onSocket(e)}))}};function createSecureSocket(e,i){var n=this;TunnelingAgent.prototype.createSocket.call(n,e,(function(s){var o=e.request.getHeader("host");var a=mergeOptions({},n.options,{socket:s,servername:o?o.replace(/:.*$/,""):e.host});var c=r.connect(0,a);n.sockets[n.sockets.indexOf(s)]=c;i(c)}))}function toOptions(e,i,n){if(typeof e==="string"){return{host:e,port:i,localAddress:n}}return e}function mergeOptions(e){for(var i=1,n=arguments.length;i{throw new Error("username is required")})();this.password=i??this.env.TWILIO_AUTH_TOKEN??process.env.TWILIO_AUTH_TOKEN??(()=>{throw new Error("password is required")})();this.accountSid=this.opts.accountSid||this.username;this.edge=this.opts.edge??this.env.TWILIO_EDGE??process.env.TWILIO_EDGE;this.region=this.opts.region??this.env.TWILIO_REGION??process.env.TWILIO_REGION;this.logLevel=this.opts.logLevel??this.env.TWILIO_LOG_LEVEL??process.env.TWILIO_LOG_LEVEL;this.autoRetry=this.opts.autoRetry||false;this.maxRetries=this.opts.maxRetries;this.userAgentExtensions=this.opts.userAgentExtensions||[];this._httpClient=this.opts.httpClient;if(this.opts.lazyLoading===false){this._httpClient=this.httpClient}if(!this.accountSid.startsWith("AC")){const e=this.accountSid.startsWith("SK")?". The given SID indicates an API Key which requires the accountSid to be passed as an additional option":"";throw new Error("accountSid must start with AC"+e)}}get httpClient(){if(!this._httpClient){this._httpClient=new r.default({autoRetry:this.autoRetry,maxRetries:this.maxRetries})}return this._httpClient}request(e){e=e||{};if(!e.method){throw new Error("method is required")}if(!e.uri){throw new Error("uri is required")}const i=e.username||this.username;const n=e.password||this.password;const s=e.headers||{};const r=c.version;const f=o.platform();const _=o.arch();const g=process.version;s["User-Agent"]=u.format("twilio-node/%s (%s %s) node/%s",r,f,_,g);this.userAgentExtensions?.forEach((e=>{s["User-Agent"]+=` ${e}`}));s["Accept-Charset"]="utf-8";if(e.method==="post"&&!s["Content-Type"]){s["Content-Type"]="application/x-www-form-urlencoded"}if(!s["Accept"]){s["Accept"]="application/json"}var v=new a.URL(e.uri);v.hostname=this.getHostname(v.hostname,this.edge,this.region);return this.httpClient?.request({method:e.method,uri:v.href,username:i,password:n,headers:s,params:e.params,data:e.data,timeout:e.timeout,allowRedirects:e.allowRedirects,logLevel:e.logLevel})}getHostname(e,i,n){const s="us1";const r=e.split(".").slice(-2).join(".");const o=e.split("."+r)[0];let[a,c,u]=o.split(".");if(c&&!u){u=c;c=undefined}u=n||u||i&&s;if(!u){return e}c=i||c;return[a,c,u,r].filter((e=>e)).join(".")}validateSslCert(){return this.httpClient?.request({method:"get",uri:"https://tls-test.twilio.com:443"}).then((e=>{if(e["statusCode"]<200||e["statusCode"]>=300){throw new f(e)}return e}))}}e.Client=Client})(_||(_={}));e.exports=_},64580:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});const s=n(20168);class Domain{constructor(e,i){this.twilio=e;this.baseUrl=i}absoluteUrl(e){var i="";if(typeof this.baseUrl==="string"){const e=(0,s.trim)(this.baseUrl,"/");i+=e;i+="/"}if(typeof e==="string"){e=(0,s.trim)(e,"/");if(i===""){i+="/"}i+=e}return i}request(e){return this.twilio.request({...e,uri:this.absoluteUrl(e.uri)})}}i["default"]=Domain},60938:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(50284));class Page{constructor(e,i,n){let s=this.processResponse(i);this._version=e;this._payload=s;this._solution=n;this.nextPageUrl=this.getNextPageUrl();this.previousPageUrl=this.getPreviousPageUrl();this.instances=this.loadInstances(this.loadPage(s))}getPreviousPageUrl(){if(this._payload.meta&&"previous_page_url"in this._payload.meta&&this._payload.meta.previous_page_url){return this._payload.meta.previous_page_url}if("previous_page_uri"in this._payload&&this._payload.previous_page_uri){return this._version._domain.absoluteUrl(this._payload.previous_page_uri)}return undefined}getNextPageUrl(){if(this._payload.meta&&"next_page_url"in this._payload.meta&&this._payload.meta.next_page_url){return this._payload.meta.next_page_url}if("next_page_uri"in this._payload&&this._payload.next_page_uri){return this._version._domain.absoluteUrl(this._payload.next_page_uri)}return undefined}getInstance(e){throw new Error("Page.get_instance() must be implemented in the derived class")}loadInstances(e){let i=[];e.forEach((e=>{i.push(this.getInstance(e))}));return i}nextPage(){if(!this.nextPageUrl){return undefined}var e=this._version._domain.twilio.request({method:"get",uri:this.nextPageUrl});var i=e.then(function(e){return new this.constructor(this._version,e,this._solution)}.bind(this));return i}previousPage(){if(!this.previousPageUrl){return undefined}var e=this._version._domain.twilio.request({method:"get",uri:this.previousPageUrl});var i=e.then(function(e){return new this.constructor(this._version,e,this._solution)}.bind(this));return i}processResponse(e){if(e.statusCode!==200){throw new r.default(e)}if(typeof e.body==="string"){return JSON.parse(e.body)}return e.body}loadPage(e){if(e.meta?.key){return e[e.meta.key]}const i=Object.keys(e).filter((e=>!Page.META_KEYS.includes(e)));if(i.length===1){return e[i[0]]}throw new Error("Page Records cannot be deserialized")}forOwn(e,i){e=Object(e);for(const[n,s]of Object.entries(e)){i(s,n,e)}}toJSON(){const e={};this.forOwn(this,((i,n)=>{if(!n.startsWith("_")&&typeof i!=="function"){e[n]=i}}));return e}}i["default"]=Page;Page.META_KEYS=["end","first_page_uri","last_page_uri","next_page_uri","num_pages","page","page_size","previous_page_uri","start","total","uri"]},77761:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;var r=Object.getOwnPropertyDescriptor(i,n);if(!r||("get"in r?!i.__esModule:r.writable||r.configurable)){r={enumerable:true,get:function(){return i[n]}}}Object.defineProperty(e,s,r)}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const c=a(n(88757));const u=o(n(57147));const f=a(n(77219));const _=a(n(22760));const g=o(n(95687));const v=a(n(12785));const S=a(n(51438));const b="application/x-www-form-urlencoded";const P=3e4;const C=100;const I=3e3;const x=3;function getExponentialBackoffResponseHandler(e,i){const n=i.maxIntervalMillis;const s=i.maxRetries;return function(i){const r=i.config;if(i.status!==429){return i}const o=(r.retryCount||0)+1;if(o<=s){r.retryCount=o;const i=Math.min(n,C*Math.pow(2,o));const s=Math.floor(i*Math.random());return new Promise((i=>{setTimeout((()=>i(e(r))),s)}))}return i}}class RequestClient{constructor(e){e=e||{};this.defaultTimeout=e.timeout||P;this.autoRetry=e.autoRetry||false;this.maxRetryDelay=e.maxRetryDelay||I;this.maxRetries=e.maxRetries||x;let i={timeout:this.defaultTimeout,keepAlive:e.keepAlive,keepAliveMsecs:e.keepAliveMsecs,maxSockets:e.maxSockets,maxTotalSockets:e.maxTotalSockets,maxFreeSockets:e.maxFreeSockets,scheduling:e.scheduling,ca:e.ca};if(process.env.TWILIO_CA_BUNDLE!==undefined){if(i.ca===undefined){i.ca=u.readFileSync(process.env.TWILIO_CA_BUNDLE)}}let n;if(process.env.HTTP_PROXY){n=(0,f.default)(process.env.HTTP_PROXY)}else{n=new g.Agent(i)}this.axios=c.default.create();this.axios.defaults.headers.post["Content-Type"]=b;this.axios.defaults.httpsAgent=n;if(e.autoRetry){this.axios.interceptors.response.use(getExponentialBackoffResponseHandler(this.axios,{maxIntervalMillis:this.maxRetryDelay,maxRetries:this.maxRetries}))}}request(e){if(!e.method){throw new Error("http method is required")}if(!e.uri){throw new Error("uri is required")}var i=e.headers||{};if(!i.Connection&&!i.connection&&e.forever){i.Connection="keep-alive"}else if(!i.Connection&&!i.connection){i.Connection="close"}let n=undefined;if(e.username&&e.password){n=Buffer.from(e.username+":"+e.password).toString("base64");i.Authorization="Basic "+n}const s={timeout:e.timeout||this.defaultTimeout,maxRedirects:e.allowRedirects?10:0,url:e.uri,method:e.method,headers:e.headers,proxy:false,validateStatus:e=>e>=100&&e<600};if(e.data){s.data=_.default.stringify(e.data,{arrayFormat:"repeat"})}if(e.params){s.params=e.params;s.paramsSerializer=e=>_.default.stringify(e,{arrayFormat:"repeat"})}const r={method:e.method,url:e.uri,auth:n,params:s.params,data:e.data,headers:e.headers};if(e.logLevel==="debug"){this.logRequest(r)}const o=this;this.lastResponse=undefined;this.lastRequest=new S.default(r);return this.axios(s).then((i=>{if(e.logLevel==="debug"){console.log(`response.statusCode: ${i.status}`);console.log(`response.headers: ${JSON.stringify(i.headers)}`)}o.lastResponse=new v.default(i.status,i.data,i.headers);return{statusCode:i.status,body:i.data,headers:i.headers}})).catch((e=>{o.lastResponse=undefined;throw e}))}filterLoggingHeaders(e){return Object.keys(e).filter((e=>!"authorization".includes(e.toLowerCase())))}logRequest(e){console.log("-- BEGIN Twilio API Request --");console.log(`${e.method} ${e.url}`);if(e.params){console.log("Querystring:");console.log(e.params)}if(e.headers){console.log("Headers:");const i=this.filterLoggingHeaders(e.headers);i.forEach((i=>console.log(`${i}: ${e.headers?.header}`)))}console.log("-- END Twilio API Request --")}}e.exports=RequestClient},50284:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});class RestException extends Error{constructor(e){super("[HTTP "+e.statusCode+"] Failed to execute request");const i=typeof e.body=="string";const n=i?parseResponseBody(e.body):e.body;this.status=e.statusCode;if(n!==null){this.message=n.message;this.code=n.code;this.moreInfo=n.more_info;this.details=n.details}else{this.message="[HTTP "+e.statusCode+"] Failed to execute request"}}}i["default"]=RestException;function parseResponseBody(e){let i=null;try{i=JSON.parse(e)}catch(e){i=null}return i}},64351:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(50284));const o=n(20168);class Version{constructor(e,i){this._domain=e;this._version=i}get domain(){return this._domain}absoluteUrl(e){return this._domain.absoluteUrl(this.relativeUrl(e))}relativeUrl(e){var i="";if(typeof this._version==="string"){const e=(0,o.trim)(this._version,"/");i+=e;i+="/"}if(typeof e==="string"){e=(0,o.trim)(e,"/");if(i===""){i+="/"}i+=e}return i}request(e){return this._domain.request({...e,uri:this.relativeUrl(e.uri||"")})}create(e){var i=this.request(e);i=i.then((function success(e){if(e.statusCode<200||e.statusCode>=300){throw new r.default(e)}if(typeof e.body==="string"){return JSON.parse(e.body)}return e.body}));return i}fetch(e){var i=this.request(e);i=i.then((function success(e){if(e.statusCode<200||e.statusCode>=400){throw new r.default(e)}if(typeof e.body==="string"){return JSON.parse(e.body)}return e.body}));return i}page(e){return this.request(e)}update(e){var i=this.request(e);i=i.then((function success(e){if(e.statusCode<200||e.statusCode>=300){throw new r.default(e)}if(typeof e.body==="string"){return JSON.parse(e.body)}return e.body}));return i}remove(e){var i=this.request(e);i=i.then((function success(e){if(e.statusCode<200||e.statusCode>=300){throw new r.default(e)}return e.statusCode===204}));return i}readLimits(e){var i=e.limit;var n=e.pageSize;if(i&&!Number.isFinite(i)||i<=0){throw new TypeError("Parameter limit must be a positive integer")}if(n&&(!Number.isFinite(n)||n<=0)){throw new TypeError("Parameter pageSize must be a positive integer")}if(i&&!n){n=i}return{limit:i,pageSize:n}}setPromiseCallback(e,i){if(typeof i==="function"){e=e.then((e=>i(null,e))).catch((e=>i(e)))}return e}each(e,i){if(typeof e==="function"){i=e;e={}}else{e=e||{}}if(e.callback){i=e.callback}if(typeof i==="undefined"){throw new Error("Callback function must be provided")}let n=false;let s=false;let r=1;let o=0;let a={};let c=true;let u;let f;if(this._version instanceof Version){a=this._version.readLimits({limit:e.limit,pageSize:e.pageSize})}function onComplete(i){let r=i;n=true;if(typeof e.done==="function"&&!s){try{e.done(r);r=null}catch(e){r=e}}s=true;if(c){if(r){f(r)}else{u()}c=false}}function fetchNextPage(s){let a=s();if(typeof a==="undefined"){onComplete();return}a.then((s=>{try{s.instances.forEach((function(s){if(n||typeof e.limit!=="undefined"&&o>=e.limit){n=true;return false}o++;i?.(s,onComplete)}))}catch(e){return onComplete(e)}if(!n){r++;fetchNextPage(s.nextPage.bind(s))}else{onComplete()}})).catch(onComplete)}return new Promise(((i,n)=>{u=i;f=n;fetchNextPage(this.page.bind(this,Object.assign(e,a)))}))}list(e,i){if(typeof e==="function"){i=e;e={}}else{e=e||{}}let n=[];e.callback=function(i,s){n.push(i);if(typeof e.limit!=="undefined"&&n.length===e.limit){s()}};let s=new Promise(((i,s)=>{e.done=function(e){if(typeof e==="undefined"){i(n)}else{s(e)}}}));if(this._version instanceof Version){s=this._version.setPromiseCallback(s,i)}this.each(e);return s}}i["default"]=Version},80513:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.integer=i.decimal=i.rfc2822DateTime=i.iso8601DateTime=i.iso8601Date=void 0;const r=s(n(7401));const o=s(n(94359));r.default.extend(o.default);function iso8601Date(e){return parseDate(e,"YYYY-MM-DD")}i.iso8601Date=iso8601Date;function iso8601DateTime(e){return parseDate(e,"YYYY-MM-DD[T]HH:mm:ss[Z]")}i.iso8601DateTime=iso8601DateTime;function rfc2822DateTime(e){return parseDate(e,"ddd, DD MMM YYYY HH:mm:ss [+0000]")}i.rfc2822DateTime=rfc2822DateTime;function decimal(e){return parseNumber(e,parseFloat)}i.decimal=decimal;function integer(e){return parseNumber(e,parseInt)}i.integer=integer;function parseDate(e,i){var n=r.default.utc(e,i);if(n.isValid()){return n.toDate()}return e}function parseNumber(e,i){var n=i(e);if(typeof n==="number"&&isNaN(n)){return e}return n}},6372:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.map=i.twiml=i.bool=i.object=i.prefixedCollapsibleMap=i.iso8601DateTime=i.iso8601Date=void 0;const r=s(n(7401));const o=s(n(94359));r.default.extend(o.default);function iso8601Date(e){if(!e||!(e instanceof Date)){return e}else{return r.default.utc(e).format("YYYY-MM-DD")}}i.iso8601Date=iso8601Date;function iso8601DateTime(e){if(!e||!(e instanceof Date)){return e}else{return r.default.utc(e).format("YYYY-MM-DD[T]HH:mm:ss[Z]")}}i.iso8601DateTime=iso8601DateTime;function prefixedCollapsibleMap(e,i){if(!e||typeof e!=="object"||Object.prototype.toString.call(e)!=="[object Object]"){return{}}function flatten(e,i,n){i=i||{};n=n||[];Object.keys(e).forEach((s=>{const r=[...n];if(!r.includes(s)){r.push(s)}if(typeof e[s]==="object"&&Object.prototype.toString.call(e[s])==="[object Object]"){flatten(e[s],i,r)}else{i[r.join(".")]=e[s]}}));return i}var n=flatten(e);var s=n;if(i){s={};Object.keys(n).forEach((e=>{s[i+"."+e]=n[e]}))}return s}i.prefixedCollapsibleMap=prefixedCollapsibleMap;function object(e){if(typeof e==="object"){return JSON.stringify(e)}return e}i.object=object;function bool(e){if(typeof e==="string"){return e}if(typeof e==="boolean"||typeof e==="object"&&Object.prototype.toString.call(e)==="[object Boolean]"){return e.toString()}return e}i.bool=bool;function twiml(e){return e.toString()}i.twiml=twiml;function map(e,i){if(typeof e==="object"&&Array.isArray(e)){return e.map((e=>i(e)))}return e}i.map=map},20168:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.isValidPathParam=i.trim=void 0;const n=["/","?"];const trim=(e,i="\\s")=>e.replace(new RegExp(`^([${i}]*)(.*?)([${i}]*)$`),"$2");i.trim=trim;function isValidPathParam(e){if(e===null||e===undefined)return false;const i=e.toString();return n.every((e=>!i.includes(e)))}i.isValidPathParam=isValidPathParam},51438:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});class Request{constructor(e){e=e||{};this.method=e.method||this.ANY;this.url=e.url||this.ANY;this.auth=e.auth||this.ANY;this.params=e.params||this.ANY;this.data=e.data||this.ANY;this.headers=e.headers||this.ANY}get ANY(){return"*"}attributeEqual(e,i){if(e===this.ANY||i===this.ANY){return true}e=e||undefined;i=i||undefined;if(typeof e!==typeof i){return false}if(typeof e!=="object"){return e===i}return Object.entries(e).sort(((e,i)=>e[0].localeCompare(i[0]))).toString()===Object.entries(i).sort(((e,i)=>e[0].localeCompare(i[0]))).toString()}isEqual(e){return this.attributeEqual(this.method,e.method)&&this.attributeEqual(this.url,e.url)&&this.attributeEqual(this.auth,e.auth)&&this.attributeEqual(this.params,e.params)&&this.attributeEqual(this.data,e.data)&&this.attributeEqual(this.headers,e.headers)}toString(){var e="";if(this.auth&&this.auth!==this.ANY){e=this.auth+" "}var i="";if(this.params&&this.params!==this.ANY){i="?"+Object.keys(this.params).map((e=>function(){return e+"="+this.params[e]}.bind(this)())).join("&")}var n="";if(this.data&&this.data!==this.ANY){if(this.method==="get"){n="\n -G"}n=n+"\n"+Object.entries(this.data).map((e=>" -d "+e[0]+"="+e[1])).join("\n")}var s="";if(this.headers&&this.headers!==this.ANY){s="\n"+Object.entries(this.headers).map((e=>" -H "+e[0]+"="+e[1])).join("\n")}return e+this.method+" "+this.url+i+n+s}}i["default"]=Request},12785:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});class Response{constructor(e,i,n){this.statusCode=e;this.body=i;this.headers=n}toString(){return"HTTP "+this.statusCode+" "+this.body}}i["default"]=Response},75595:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;var r=Object.getOwnPropertyDescriptor(i,n);if(!r||("get"in r?!i.__esModule:r.writable||r.configurable)){r={enumerable:true,get:function(){return i[n]}}}Object.defineProperty(e,s,r)}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const c=a(n(98239));const u=o(n(19149));const f=a(n(77761));const _=a(n(59733));const g=a(n(44594));const v=a(n(68382));const S=o(n(88790));const b=a(n(28905));const P=a(n(53341));const C=a(n(18682));function TwilioSDK(e,i,n){return new TwilioSDK.Twilio(e,i,n)}(function(e){e.Twilio=c.default;let i;(function(e){e.AccessToken=_.default;e.ClientCapability=g.default;let i;(function(e){e.TaskRouterCapability=v.default;e.util=S})(i=e.taskrouter||(e.taskrouter={}))})(i=e.jwt||(e.jwt={}));let n;(function(e){e.VoiceResponse=b.default;e.MessagingResponse=P.default;e.FaxResponse=C.default})(n=e.twiml||(e.twiml={}));e.RequestClient=f.default;e.validateBody=u.validateBody;e.validateRequest=u.validateRequest;e.validateRequestWithBody=u.validateRequestWithBody;e.validateExpressRequest=u.validateExpressRequest;e.validateIncomingRequest=u.validateIncomingRequest;e.getExpectedBodyHash=u.getExpectedBodyHash;e.getExpectedTwilioSignature=u.getExpectedTwilioSignature;e.webhook=u.webhook})(TwilioSDK||(TwilioSDK={}));e.exports=TwilioSDK},59733:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(77486));class AccessToken{constructor(e,i,n,s){if(!e){throw new Error("accountSid is required")}if(!i){throw new Error("keySid is required")}if(!n){throw new Error("secret is required")}if(!s||!s.identity){throw new Error("identity is required to be specified in options")}this.accountSid=e;this.keySid=i;this.secret=n;this.ttl=s.ttl||3600;this.identity=s.identity;this.nbf=s.nbf;this.region=s.region;this.grants=[]}addGrant(e){this.grants.push(e)}toJwt(e){e=e||AccessToken.DEFAULT_ALGORITHM;if(!AccessToken.ALGORITHMS.includes(e)){throw new Error("Algorithm not supported. Allowed values are "+AccessToken.ALGORITHMS.join(", "))}let i={};if(Number.isInteger(this.identity)||typeof this.identity==="string"){i.identity=String(this.identity)}for(const e of this.grants){i[e.key]=e.toPayload()}const n=Math.floor(Date.now()/1e3);let s={jti:this.keySid+"-"+n,grants:i};if(typeof this.nbf==="number"){s.nbf=this.nbf}let o={cty:"twilio-fpa;v=1",typ:"JWT"};if(this.region&&typeof this.region==="string"){o.twr=this.region}return r.default.sign(s,this.secret,{header:o,algorithm:e,issuer:this.keySid,subject:this.accountSid,expiresIn:this.ttl})}}AccessToken.DEFAULT_ALGORITHM="HS256";AccessToken.ALGORITHMS=["HS256","HS384","HS512"];(function(e){class Grant{constructor(e){this.key=e}}e.Grant=Grant;class TaskRouterGrant extends Grant{constructor(e){e=e||{};super("task_router");this.workspaceSid=e.workspaceSid;this.workerSid=e.workerSid;this.role=e.role}toPayload(){let e={};if(this.workspaceSid){e.workspace_sid=this.workspaceSid}if(this.workerSid){e.worker_sid=this.workerSid}if(this.role){e.role=this.role}return e}}e.TaskRouterGrant=TaskRouterGrant;class ChatGrant extends Grant{constructor(e){e=e||{};super("chat");this.serviceSid=e.serviceSid;this.endpointId=e.endpointId;this.deploymentRoleSid=e.deploymentRoleSid;this.pushCredentialSid=e.pushCredentialSid}toPayload(){let e={};if(this.serviceSid){e.service_sid=this.serviceSid}if(this.endpointId){e.endpoint_id=this.endpointId}if(this.deploymentRoleSid){e.deployment_role_sid=this.deploymentRoleSid}if(this.pushCredentialSid){e.push_credential_sid=this.pushCredentialSid}return e}}e.ChatGrant=ChatGrant;class VideoGrant extends Grant{constructor(e){e=e||{};super("video");this.room=e.room}toPayload(){let e={};if(this.room){e.room=this.room}return e}}e.VideoGrant=VideoGrant;class SyncGrant extends Grant{constructor(e){e=e||{};super("data_sync");this.serviceSid=e.serviceSid;this.endpointId=e.endpointId}toPayload(){let e={};if(this.serviceSid){e.service_sid=this.serviceSid}if(this.endpointId){e.endpoint_id=this.endpointId}return e}}e.SyncGrant=SyncGrant;class VoiceGrant extends Grant{constructor(e){e=e||{};super("voice");this.incomingAllow=e.incomingAllow;this.outgoingApplicationSid=e.outgoingApplicationSid;this.outgoingApplicationParams=e.outgoingApplicationParams;this.pushCredentialSid=e.pushCredentialSid;this.endpointId=e.endpointId}toPayload(){let e={};if(this.incomingAllow===true){e.incoming={allow:true}}if(this.outgoingApplicationSid){e.outgoing={application_sid:this.outgoingApplicationSid};if(this.outgoingApplicationParams){e.outgoing.params=this.outgoingApplicationParams}}if(this.pushCredentialSid){e.push_credential_sid=this.pushCredentialSid}if(this.endpointId){e.endpoint_id=this.endpointId}return e}}e.VoiceGrant=VoiceGrant;class PlaybackGrant extends Grant{constructor(e){e=e||{};super("player");this.grant=e.grant}toPayload(){let e={};if(this.grant){e=this.grant}return e}}e.PlaybackGrant=PlaybackGrant})(AccessToken||(AccessToken={}));e.exports=AccessToken},44594:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.OutgoingClientScope=i.IncomingClientScope=i.EventStreamScope=void 0;const r=s(n(77486));const o=s(n(63477));class EventStreamScope{constructor(e){this.scope="scope:stream:subscribe";this.filters=e||{}}payload(){var e=["path=/2010-04-01/Events"];if(Object.keys(this.filters).length>0){var i=Object.entries(this.filters).map((e=>[o.default.escape(e[0]),o.default.escape(e[1])].join("=")));var n=i.join("&");e.push(["appParams",o.default.escape(n)].join("="))}var s=e.join("&");return[this.scope,s].join("?")}}i.EventStreamScope=EventStreamScope;class IncomingClientScope{constructor(e){this.scope="scope:client:incoming";this.clientName=e}payload(){var e=["clientName",o.default.escape(this.clientName)].join("=");return[this.scope,e].join("?")}}i.IncomingClientScope=IncomingClientScope;class OutgoingClientScope{constructor(e){this.scope="scope:client:outgoing";if(!e){throw new Error('Required parameter "options" missing.')}if(typeof e!=="object"){throw new TypeError('Parameter "options" must be a type Object')}if(!e.applicationSid){throw new Error('Required parameter "options.applicationSid" missing.')}this.applicationSid=e.applicationSid;this.clientName=e.clientName;this.params=e.params}payload(){var e=[["appSid",o.default.escape(this.applicationSid)].join("=")];if(typeof this.clientName==="string"){e.push(["clientName",o.default.escape(this.clientName)].join("="))}if(typeof this.params==="object"){var i=Object.entries(this.params).map((e=>[o.default.escape(e[0]),o.default.escape(e[1])].join("=")));var n=i.join("&");e.push(["appParams",o.default.escape(n)].join("="))}var s=e.join("&");return[this.scope,s].join("?")}}i.OutgoingClientScope=OutgoingClientScope;class ClientCapability{constructor(e){if(!e){throw new Error('Required parameter "options" missing.')}if(typeof e!=="object"){throw new TypeError('Parameter "options" must be a type Object')}if(!e.accountSid){throw new Error('Required parameter "options.accountSid" missing.')}if(!e.authToken){throw new Error('Required parameter "options.authToken" missing.')}this.accountSid=e.accountSid;this.authToken=e.authToken;this.ttl=e.ttl||3600;this.scopes=[]}addScope(e){this.scopes.push(e)}toJwt(){const e=this.scopes.map((e=>e.payload())).join(" ");var i={scope:e,iss:this.accountSid,exp:Math.floor((new Date).valueOf()/1e3)+this.ttl};return r.default.sign(i,this.authToken)}}i["default"]=ClientCapability;ClientCapability.EventStreamScope=EventStreamScope;ClientCapability.IncomingClientScope=IncomingClientScope;ClientCapability.OutgoingClientScope=OutgoingClientScope},68382:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.Policy=void 0;const r=s(n(77486));class Policy{constructor(e){e=e||{};this.url=e.url||"";this.method=e.method||"GET";this.queryFilter=e.queryFilter||{};this.postFilter=e.postFilter||{};this.allow=e.allow||true}payload(){return{url:this.url,method:this.method,query_filter:this.queryFilter,post_filter:this.postFilter,allow:this.allow}}}i.Policy=Policy;class TaskRouterCapability{constructor(e){if(!e){throw new Error('Required parameter "options" missing.')}if(!e.accountSid){throw new Error('Required parameter "options.accountSid" missing.')}if(!e.authToken){throw new Error('Required parameter "options.authToken" missing.')}if(!e.workspaceSid){throw new Error('Required parameter "options.workspaceSid" missing.')}if(!e.channelId){throw new Error('Required parameter "options.channelId" missing.')}this.accountSid=e.accountSid;this.authToken=e.authToken;this.workspaceSid=e.workspaceSid;this.channelId=e.channelId;this.friendlyName=e.friendlyName;this.ttl=e.ttl||3600;this.version=e.version||"v1";this.policies=[]}addPolicy(e){this.policies.push(e)}toJwt(){var e={iss:this.accountSid,exp:Math.floor((new Date).valueOf()/1e3)+this.ttl,version:this.version,friendly_name:this.friendlyName,account_sid:this.accountSid,channel:this.channelId,workspace_sid:this.workspaceSid,policies:this.policies.map((e=>e.payload()))};if(this.channelId.startsWith("WK")){e.worker_sid=this.channelId}else if(this.channelId.startsWith("WQ")){e.taskqueue_sid=this.channelId}return r.default.sign(e,this.authToken)}}i["default"]=TaskRouterCapability;TaskRouterCapability.Policy=Policy},88790:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.reservationsUrl=i.workersUrl=i.activitiesUrl=i.tasksUrl=i.taskQueuesUrl=i.workspacesUrl=i.defaultEventBridgePolicies=i.defaultWorkerPolicies=void 0;const s=n(68382);const r="https://event-bridge.twilio.com/v1/wschannels";const o="https://taskrouter.twilio.com";const a="v1";function defaultWorkerPolicies(e,i,n){var r=new s.Policy({url:[o,e,"Workspaces",i,"Activities"].join("/"),method:"GET",allow:true});var a=new s.Policy({url:[o,e,"Workspaces",i,"Tasks","**"].join("/"),method:"GET",allow:true});var c=new s.Policy({url:[o,e,"Workspaces",i,"Workers",n,"Reservations","**"].join("/"),method:"GET",allow:true});var u=new s.Policy({url:[o,e,"Workspaces",i,"Workers",n].join("/"),method:"GET",allow:true});return[r,a,c,u]}i.defaultWorkerPolicies=defaultWorkerPolicies;function defaultEventBridgePolicies(e,i){var n=[r,e,i].join("/");return[new s.Policy({url:n,method:"GET",allow:true}),new s.Policy({url:n,method:"POST",allow:true})]}i.defaultEventBridgePolicies=defaultEventBridgePolicies;function workspacesUrl(e){return[o,a,"Workspaces",e].filter((e=>typeof e==="string")).join("/")}i.workspacesUrl=workspacesUrl;function taskQueuesUrl(e,i){return[workspacesUrl(e),"TaskQueues",i].filter((e=>typeof e==="string")).join("/")}i.taskQueuesUrl=taskQueuesUrl;function tasksUrl(e,i){return[workspacesUrl(e),"Tasks",i].filter((e=>typeof e==="string")).join("/")}i.tasksUrl=tasksUrl;function activitiesUrl(e,i){return[workspacesUrl(e),"Activities",i].filter((e=>typeof e==="string")).join("/")}i.activitiesUrl=activitiesUrl;function workersUrl(e,i){return[workspacesUrl(e),"Workers",i].filter((e=>typeof e==="string")).join("/")}i.workersUrl=workersUrl;function reservationsUrl(e,i,n){return[workersUrl(e,i),"Reservations",n].filter((e=>typeof e==="string")).join("/")}i.reservationsUrl=reservationsUrl},57983:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(54195));class Accounts extends r.default{get authTokenPromotion(){console.warn("authTokenPromotion is deprecated. Use v1.authTokenPromotion; instead.");return this.v1.authTokenPromotion}get credentials(){console.warn("credentials is deprecated. Use v1.credentials; instead.");return this.v1.credentials}get secondaryAuthToken(){console.warn("secondaryAuthToken is deprecated. Use v1.secondaryAuthToken; instead.");return this.v1.secondaryAuthToken}}e.exports=Accounts},54195:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(5020));class AccountsBase extends r.default{constructor(e){super(e,"https://accounts.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=AccountsBase},15165:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(75791));class Api extends r.default{get account(){return this.v2010.account}get accounts(){return this.v2010.accounts}get addresses(){console.warn("addresses is deprecated. Use account.addresses instead.");return this.account.addresses}get applications(){console.warn("applications is deprecated. Use account.applications instead.");return this.account.applications}get authorizedConnectApps(){console.warn("authorizedConnectApps is deprecated. Use account.authorizedConnectApps instead.");return this.account.authorizedConnectApps}get availablePhoneNumbers(){console.warn("availablePhoneNumbers is deprecated. Use account.availablePhoneNumbers instead.");return this.account.availablePhoneNumbers}get balance(){console.warn("balance is deprecated. Use account.balance instead.");return this.account.balance}get calls(){console.warn("calls is deprecated. Use account.calls instead.");return this.account.calls}get conferences(){console.warn("conferences is deprecated. Use account.conferences instead.");return this.account.conferences}get connectApps(){console.warn("connectApps is deprecated. Use account.connectApps instead.");return this.account.connectApps}get incomingPhoneNumbers(){console.warn("incomingPhoneNumbers is deprecated. Use account.incomingPhoneNumbers instead.");return this.account.incomingPhoneNumbers}get keys(){console.warn("keys is deprecated. Use account.keys instead.");return this.account.keys}get messages(){console.warn("messages is deprecated. Use account.messages instead.");return this.account.messages}get newKeys(){console.warn("newKeys is deprecated. Use account.newKeys instead.");return this.account.newKeys}get newSigningKeys(){console.warn("newSigningKeys is deprecated. Use account.newSigningKeys instead.");return this.account.newSigningKeys}get notifications(){console.warn("notifications is deprecated. Use account.notifications instead.");return this.account.notifications}get outgoingCallerIds(){console.warn("outgoingCallerIds is deprecated. Use account.outgoingCallerIds instead.");return this.account.outgoingCallerIds}get queues(){console.warn("queues is deprecated. Use account.queues instead.");return this.account.queues}get recordings(){console.warn("recordings is deprecated. Use account.recordings instead.");return this.account.recordings}get signingKeys(){console.warn("signingKeys is deprecated. Use account.signingKeys instead.");return this.account.signingKeys}get sip(){console.warn("sip is deprecated. Use account.sip instead.");return this.account.sip}get shortCodes(){console.warn("shortCodes is deprecated. Use account.shortCodes instead.");return this.account.shortCodes}get tokens(){console.warn("tokens is deprecated. Use account.tokens instead.");return this.account.tokens}get transcriptions(){console.warn("transcriptions is deprecated. Use account.transcriptions instead.");return this.account.transcriptions}get usage(){console.warn("usage is deprecated. Use account.usage instead.");return this.account.usage}get validationRequests(){console.warn("validationRequests is deprecated. Use account.validationRequests instead.");return this.account.validationRequests}}e.exports=Api},75791:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(59650));class ApiBase extends r.default{constructor(e){super(e,"https://api.twilio.com")}get v2010(){this._v2010=this._v2010||new o.default(this);return this._v2010}}e.exports=ApiBase},6824:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(72101));class Autopilot extends r.default{get assistants(){console.warn("assistants is deprecated. Use v1.assistants instead.");return this.v1.assistants}get restoreAssistant(){console.warn("restoreAssistant is deprecated. Use v1.restoreAssistant instead.");return this.v1.restoreAssistant}}e.exports=Autopilot},72101:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(6522));class AutopilotBase extends r.default{constructor(e){super(e,"https://autopilot.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=AutopilotBase},48999:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(21833));class Bulkexports extends r.default{get exports(){console.warn("exports is deprecated. Use v1.exports instead.");return this.v1.exports}get exportConfiguration(){console.warn("exportConfiguration is deprecated. Use v1.exportConfiguration instead.");return this.v1.exportConfiguration}}e.exports=Bulkexports},21833:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(51999));class BulkexportsBase extends r.default{constructor(e){super(e,"https://bulkexports.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=BulkexportsBase},85546:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(90078));class Chat extends r.default{get credentials(){console.warn("credentials is deprecated. Use v2.credentials instead.");return this.v2.credentials}get services(){console.warn("services is deprecated. Use v2.services instead.");return this.v2.services}get channels(){console.warn("channels is deprecated. Use v3.channels instead.");return this.v3.channels}}e.exports=Chat},90078:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(21772));const a=s(n(65979));const c=s(n(33547));class ChatBase extends r.default{constructor(e){super(e,"https://chat.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}get v3(){this._v3=this._v3||new c.default(this);return this._v3}}e.exports=ChatBase},28146:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(31659));class Content extends r.default{get contents(){console.warn("contents is deprecated. Use v1.contents instead.");return this.v1.contents}}e.exports=Content},31659:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(16367));class ContentBase extends r.default{constructor(e){super(e,"https://content.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=ContentBase},99118:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(83311));class Conversations extends r.default{get configuration(){console.warn("configuration is deprecated. Use v1.configuration instead.");return this.v1.configuration}get addressConfigurations(){console.warn("addressConfigurations is deprecated. Use v1.addressConfigurations instead.");return this.v1.addressConfigurations}get conversations(){console.warn("conversations is deprecated. Use v1.conversations instead.");return this.v1.conversations}get credentials(){console.warn("credentials is deprecated. Use v1.credentials instead.");return this.v1.credentials}get participantConversations(){console.warn("participantConversations is deprecated. Use v1.participantConversations instead.");return this.v1.participantConversations}get roles(){console.warn("roles is deprecated. Use v1.roles instead.");return this.v1.roles}get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}get users(){console.warn("users is deprecated. Use v1.users instead.");return this.v1.users}}e.exports=Conversations},83311:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(12918));class ConversationsBase extends r.default{constructor(e){super(e,"https://conversations.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=ConversationsBase},84429:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(15278));class Events extends r.default{get eventTypes(){console.warn("eventTypes is deprecated. Use v1.eventTypes instead.");return this.v1.eventTypes}get schemas(){console.warn("schemas is deprecated. Use v1.schemas instead.");return this.v1.schemas}get sinks(){console.warn("sinks is deprecated. Use v1.sinks instead.");return this.v1.sinks}get subscriptions(){console.warn("subscriptions is deprecated. Use v1.subscriptions instead.");return this.v1.subscriptions}}e.exports=Events},15278:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(47767));class EventsBase extends r.default{constructor(e){super(e,"https://events.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=EventsBase},43888:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(3594));class FlexApi extends r.default{get assessments(){console.warn("assessments is deprecated. Use v1.assessments instead.");return this.v1.assessments}get channel(){console.warn("channel is deprecated. Use v1.channel instead.");return this.v1.channel}get configuration(){console.warn("configuration is deprecated. Use v1.configuration instead.");return this.v1.configuration}get flexFlow(){console.warn("flexFlow is deprecated. Use v1.flexFlow instead.");return this.v1.flexFlow}get interaction(){console.warn("interaction is deprecated. Use v1.interaction instead.");return this.v1.interaction}get webChannel(){console.warn("webChannel is deprecated. Use v1.webChannel instead.");return this.v1.webChannel}get webChannels(){console.warn("webChannels is deprecated. Use v2.webChannels instead.");return this.v2.webChannels}}e.exports=FlexApi},3594:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(47633));const a=s(n(99889));class FlexApiBase extends r.default{constructor(e){super(e,"https://flex-api.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=FlexApiBase},75004:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(44680));class FrontlineApi extends r.default{get users(){console.warn("users is deprecated. Use v1.users instead.");return this.v1.users}}e.exports=FrontlineApi},44680:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(22886));class FrontlineApiBase extends r.default{constructor(e){super(e,"https://frontline-api.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=FrontlineApiBase},32062:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(50250));class Insights extends r.default{get settings(){console.warn("settings is deprecated. Use v1.settings instead.");return this.v1.settings}get calls(){console.warn("calls is deprecated. Use v1.calls instead.");return this.v1.calls}get callSummaries(){console.warn("callSummaries is deprecated. Use v1.callSummaries instead.");return this.v1.callSummaries}get conferences(){console.warn("conferences is deprecated. Use v1.conferences instead.");return this.v1.conferences}get rooms(){console.warn("rooms is deprecated. Use v1.rooms instead.");return this.v1.rooms}}e.exports=Insights},50250:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(46133));class InsightsBase extends r.default{constructor(e){super(e,"https://insights.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=InsightsBase},40969:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(58375));class Intelligence extends r.default{}e.exports=Intelligence},58375:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(38022));class IntelligenceBase extends r.default{constructor(e){super(e,"https://intelligence.twilio.com")}get v2(){this._v2=this._v2||new o.default(this);return this._v2}}e.exports=IntelligenceBase},87891:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(9317));class IpMessaging extends r.default{get credentials(){console.warn("credentials is deprecated. Use v2.credentials instead.");return this.v2.credentials}get services(){console.warn("services is deprecated. Use v2.services instead.");return this.v2.services}}e.exports=IpMessaging},9317:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(76365));const a=s(n(17014));class IpMessagingBase extends r.default{constructor(e){super(e,"https://ip-messaging.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=IpMessagingBase},10016:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(44058));class Lookups extends r.default{get phoneNumbers(){console.warn("phoneNumbers is deprecated. Use v1.phoneNumbers instead.");return this.v1.phoneNumbers}}e.exports=Lookups},44058:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(23896));const a=s(n(73693));class LookupsBase extends r.default{constructor(e){super(e,"https://lookups.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=LookupsBase},50664:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(30399));class Media extends r.default{get mediaProcessor(){console.warn("mediaProcessor is deprecated. Use v1.mediaProcessor instead.");return this.v1.mediaProcessor}get mediaRecording(){console.warn("mediaRecording is deprecated. Use v1.mediaRecording instead.");return this.v1.mediaRecording}get playerStreamer(){console.warn("playerStreamer is deprecated. Use v1.playerStreamer instead.");return this.v1.playerStreamer}}e.exports=Media},30399:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(23690));class MediaBase extends r.default{constructor(e){super(e,"https://media.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=MediaBase},46063:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(92682));class Messaging extends r.default{get brandRegistrations(){console.warn("brandRegistrations is deprecated. Use v1.brandRegistrations instead.");return this.v1.brandRegistrations}get deactivations(){console.warn("deactivations is deprecated. Use v1.deactivations instead.");return this.v1.deactivations}get domainCerts(){console.warn("domainCerts is deprecated. Use v1.domainCerts instead.");return this.v1.domainCerts}get domainConfig(){console.warn("domainConfig is deprecated. Use v1.domainConfig instead.");return this.v1.domainConfig}get externalCampaign(){console.warn("externalCampaign is deprecated. Use v1.externalCampaign instead.");return this.v1.externalCampaign}get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}get usecases(){console.warn("usecases is deprecated. Use v1.usecases instead.");return this.v1.usecases}}e.exports=Messaging},92682:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(98776));class MessagingBase extends r.default{constructor(e){super(e,"https://messaging.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=MessagingBase},43459:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(54540));class Microvisor extends r.default{get apps(){console.warn("apps is deprecated. Use v1.apps instead.");return this.v1.apps}get devices(){console.warn("devices is deprecated. Use v1.devices instead.");return this.v1.devices}}e.exports=Microvisor},54540:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(82053));class MicrovisorBase extends r.default{constructor(e){super(e,"https://microvisor.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=MicrovisorBase},52240:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(21073));class Monitor extends r.default{get alerts(){console.warn("alerts is deprecated. Use v1.alerts instead.");return this.v1.alerts}get events(){console.warn("events is deprecated. Use v1.events instead.");return this.v1.events}}e.exports=Monitor},21073:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(99630));class MonitorBase extends r.default{constructor(e){super(e,"https://monitor.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=MonitorBase},96951:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(41490));class Notify extends r.default{get credentials(){console.warn("credentials is deprecated. Use v1.credentials instead.");return this.v1.credentials}get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}}e.exports=Notify},41490:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(88117));class NotifyBase extends r.default{constructor(e){super(e,"https://notify.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=NotifyBase},60482:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(94830));class Numbers extends r.default{get regulatoryCompliance(){console.warn("regulatoryCompliance is deprecated. Use v2.regulatoryCompliance instead.");return this.v2.regulatoryCompliance}}e.exports=Numbers},94830:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(25431));const a=s(n(16213));class NumbersBase extends r.default{constructor(e){super(e,"https://numbers.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=NumbersBase},70930:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(59146));class Preview extends r.default{get fleets(){console.warn("fleets is deprecated. Use deployed_devices.fleets instead.");return this.deployed_devices.fleets}get authorizationDocuments(){console.warn("authorizationDocuments is deprecated. Use hosted_numbers.authorizationDocuments instead.");return this.hosted_numbers.authorizationDocuments}get hostedNumberOrders(){console.warn("hostedNumberOrders is deprecated. Use hosted_numbers.hostedNumberOrders instead.");return this.hosted_numbers.hostedNumberOrders}get availableAddOns(){console.warn("availableAddOns is deprecated. Use marketplace.availableAddOns instead.");return this.marketplace.availableAddOns}get installedAddOns(){console.warn("installedAddOns is deprecated. Use marketplace.installedAddOns instead.");return this.marketplace.installedAddOns}get services(){console.warn("services is deprecated. Use sync.services instead.");return this.sync.services}get assistants(){console.warn("assistants is deprecated. Use understand.assistants instead.");return this.understand.assistants}get commands(){console.warn("commands is deprecated. Use wireless.commands instead.");return this.wireless.commands}get ratePlans(){console.warn("ratePlans is deprecated. Use wireless.ratePlans instead.");return this.wireless.ratePlans}get sims(){console.warn("sims is deprecated. Use wireless.sims instead.");return this.wireless.sims}}e.exports=Preview},59146:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(82477));const a=s(n(39874));const c=s(n(71881));const u=s(n(87505));const f=s(n(89265));const _=s(n(87152));class PreviewBase extends r.default{constructor(e){super(e,"https://preview.twilio.com")}get deployed_devices(){this._deployed_devices=this._deployed_devices||new o.default(this);return this._deployed_devices}get hosted_numbers(){this._hosted_numbers=this._hosted_numbers||new a.default(this);return this._hosted_numbers}get sync(){this._sync=this._sync||new c.default(this);return this._sync}get marketplace(){this._marketplace=this._marketplace||new u.default(this);return this._marketplace}get understand(){this._understand=this._understand||new f.default(this);return this._understand}get wireless(){this._wireless=this._wireless||new _.default(this);return this._wireless}}e.exports=PreviewBase},9037:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(44793));class Pricing extends r.default{get messaging(){console.warn("messaging is deprecated. Use v1.messaging instead.");return this.v1.messaging}get phoneNumbers(){console.warn("phoneNumbers is deprecated. Use v1.phoneNumbers instead.");return this.v1.phoneNumbers}get voice(){console.warn("voice is deprecated. Use v2.voice instead.");return this.v2.voice}get countries(){console.warn("countries is deprecated. Use v2.countries instead.");return this.v2.countries}get numbers(){console.warn("numbers is deprecated. Use v2.numbers instead.");return this.v2.numbers}}e.exports=Pricing},44793:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(49274));const a=s(n(27068));class PricingBase extends r.default{constructor(e){super(e,"https://pricing.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=PricingBase},31947:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(73498));class Proxy extends r.default{get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}}e.exports=Proxy},73498:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(3986));class ProxyBase extends r.default{constructor(e){super(e,"https://proxy.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=ProxyBase},54576:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(82754));class Routes extends r.default{get phoneNumbers(){console.warn("phoneNumbers is deprecated. Use v1.phoneNumbers instead.");return this.v2.phoneNumbers}get sipDomains(){console.warn("sipDomains is deprecated. Use v1.sipDomains instead.");return this.v2.sipDomains}get trunks(){console.warn("trunks is deprecated. Use v1.trunks instead.");return this.v2.trunks}}e.exports=Routes},82754:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(61072));class RoutesBase extends r.default{constructor(e){super(e,"https://routes.twilio.com")}get v2(){this._v2=this._v2||new o.default(this);return this._v2}}e.exports=RoutesBase},7473:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(54087));class Serverless extends r.default{get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}}e.exports=Serverless},54087:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(98995));class ServerlessBase extends r.default{constructor(e){super(e,"https://serverless.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=ServerlessBase},25320:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(37465));class Studio extends r.default{get flows(){console.warn("flows is deprecated. Use v2.flows instead.");return this.v2.flows}get flowValidate(){console.warn("flowValidate is deprecated. Use v2.flowValidate instead.");return this.v2.flowValidate}}e.exports=Studio},37465:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(67727));const a=s(n(81292));class StudioBase extends r.default{constructor(e){super(e,"https://studio.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=StudioBase},64165:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(52616));class Supersim extends r.default{get esimProfiles(){console.warn("esimProfiles is deprecated. Use v1.esimProfiles instead.");return this.v1.esimProfiles}get fleets(){console.warn("fleets is deprecated. Use v1.fleets instead.");return this.v1.fleets}get ipCommands(){console.warn("ipCommands is deprecated. Use v1.ipCommands instead.");return this.v1.ipCommands}get networks(){console.warn("networks is deprecated. Use v1.networks instead.");return this.v1.networks}get settingsUpdates(){console.warn("settingsUpdates is deprecated. Use v1.settingsUpdates instead.");return this.v1.settingsUpdates}get networkAccessProfiles(){console.warn("networkAccessProfiles is deprecated. Use v1.networkAccessProfiles instead.");return this.v1.networkAccessProfiles}get sims(){console.warn("sims is deprecated. Use v1.sims instead.");return this.v1.sims}get smsCommands(){console.warn("smsCommands is deprecated. Use v1.smsCommands instead.");return this.v1.smsCommands}get usageRecords(){console.warn("usageRecords is deprecated. Use v1.usageRecords instead.");return this.v1.usageRecords}}e.exports=Supersim},52616:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(16029));class SupersimBase extends r.default{constructor(e){super(e,"https://supersim.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=SupersimBase},44495:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(69983));class Sync extends r.default{get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}}e.exports=Sync},69983:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(34949));class SyncBase extends r.default{constructor(e){super(e,"https://sync.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=SyncBase},43191:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(60826));class Taskrouter extends r.default{get workspaces(){console.warn("workspaces is deprecated. Use v1.workspaces instead.");return this.v1.workspaces}}e.exports=Taskrouter},60826:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(28079));class TaskrouterBase extends r.default{constructor(e){super(e,"https://taskrouter.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=TaskrouterBase},66569:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(65743));class Trunking extends r.default{get trunks(){console.warn("trunks is deprecated. Use v1.trunks instead.");return this.v1.trunks}}e.exports=Trunking},65743:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(99996));class TrunkingBase extends r.default{constructor(e){super(e,"https://trunking.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=TrunkingBase},76241:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(80795));class Trusthub extends r.default{get customerProfiles(){console.warn("customerProfiles is deprecated. Use v1.customerProfiles instead.");return this.v1.customerProfiles}get endUsers(){console.warn("endUsers is deprecated. Use v1.endUsers instead.");return this.v1.endUsers}get endUserTypes(){console.warn("endUserTypes is deprecated. Use v1.endUserTypes instead.");return this.v1.endUserTypes}get policies(){console.warn("policies is deprecated. Use v1.policies instead.");return this.v1.policies}get supportingDocuments(){console.warn("supportingDocuments is deprecated. Use v1.supportingDocuments instead.");return this.v1.supportingDocuments}get supportingDocumentTypes(){console.warn("supportingDocumentTypes is deprecated. Use v1.supportingDocumentTypes instead.");return this.v1.supportingDocumentTypes}get trustProducts(){console.warn("trustProducts is deprecated. Use v1.trustProducts instead.");return this.v1.trustProducts}}e.exports=Trusthub},80795:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(78882));class TrusthubBase extends r.default{constructor(e){super(e,"https://trusthub.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=TrusthubBase},98239:(e,i,n)=>{"use strict";const s=n(68002);class Twilio extends s.Client{constructor(e,i,n){super(e,i,n);if(this.opts?.lazyLoading===false){this.accounts;this.api;this.autopilot;this.bulkexports;this.chat;this.content;this.conversations;this.events;this.flexApi;this.frontlineApi;this.insights;this.intelligence;this.ipMessaging;this.lookups;this.media;this.messaging;this.microvisor;this.monitor;this.notify;this.numbers;this.preview;this.pricing;this.proxy;this.routes;this.serverless;this.studio;this.supersim;this.sync;this.taskrouter;this.trunking;this.trusthub;this.verify;this.video;this.voice;this.wireless}}get accounts(){return this._accounts??(this._accounts=new(n(57983))(this))}get api(){return this._api??(this._api=new(n(15165))(this))}get autopilot(){return this._autopilot??(this._autopilot=new(n(6824))(this))}get bulkexports(){return this._bulkexports??(this._bulkexports=new(n(48999))(this))}get chat(){return this._chat??(this._chat=new(n(85546))(this))}get content(){return this._content??(this._content=new(n(28146))(this))}get conversations(){return this._conversations??(this._conversations=new(n(99118))(this))}get events(){return this._events??(this._events=new(n(84429))(this))}get flexApi(){return this._flexApi??(this._flexApi=new(n(43888))(this))}get frontlineApi(){return this._frontlineApi??(this._frontlineApi=new(n(75004))(this))}get insights(){return this._insights??(this._insights=new(n(32062))(this))}get intelligence(){return this._intelligence??(this._intelligence=new(n(40969))(this))}get ipMessaging(){return this._ipMessaging??(this._ipMessaging=new(n(87891))(this))}get lookups(){return this._lookups??(this._lookups=new(n(10016))(this))}get media(){return this._media??(this._media=new(n(50664))(this))}get messaging(){return this._messaging??(this._messaging=new(n(46063))(this))}get microvisor(){return this._microvisor??(this._microvisor=new(n(43459))(this))}get monitor(){return this._monitor??(this._monitor=new(n(52240))(this))}get notify(){return this._notify??(this._notify=new(n(96951))(this))}get numbers(){return this._numbers??(this._numbers=new(n(60482))(this))}get preview(){return this._preview??(this._preview=new(n(70930))(this))}get pricing(){return this._pricing??(this._pricing=new(n(9037))(this))}get proxy(){return this._proxy??(this._proxy=new(n(31947))(this))}get routes(){return this._routes??(this._routes=new(n(54576))(this))}get serverless(){return this._serverless??(this._serverless=new(n(7473))(this))}get studio(){return this._studio??(this._studio=new(n(25320))(this))}get supersim(){return this._supersim??(this._supersim=new(n(64165))(this))}get sync(){return this._sync??(this._sync=new(n(44495))(this))}get taskrouter(){return this._taskrouter??(this._taskrouter=new(n(43191))(this))}get trunking(){return this._trunking??(this._trunking=new(n(66569))(this))}get trusthub(){return this._trusthub??(this._trusthub=new(n(76241))(this))}get verify(){return this._verify??(this._verify=new(n(32822))(this))}get video(){return this._video??(this._video=new(n(29977))(this))}get voice(){return this._voice??(this._voice=new(n(24744))(this))}get wireless(){return this._wireless??(this._wireless=new(n(22242))(this))}get addresses(){return this.api.v2010.account.addresses}get applications(){return this.api.v2010.account.applications}get authorizedConnectApps(){return this.api.v2010.account.authorizedConnectApps}get availablePhoneNumbers(){return this.api.v2010.account.availablePhoneNumbers}get balance(){return this.api.v2010.account.balance}get calls(){return this.api.v2010.account.calls}get conferences(){return this.api.v2010.account.conferences}get connectApps(){return this.api.v2010.account.connectApps}get incomingPhoneNumbers(){return this.api.v2010.account.incomingPhoneNumbers}get keys(){return this.api.v2010.account.keys}get messages(){return this.api.v2010.account.messages}get newKeys(){return this.api.v2010.account.newKeys}get newSigningKeys(){return this.api.v2010.account.newSigningKeys}get notifications(){return this.api.v2010.account.notifications}get outgoingCallerIds(){return this.api.v2010.account.outgoingCallerIds}get queues(){return this.api.v2010.account.queues}get recordings(){return this.api.v2010.account.recordings}get shortCodes(){return this.api.v2010.account.shortCodes}get signingKeys(){return this.api.v2010.account.signingKeys}get sip(){return this.api.v2010.account.sip}get tokens(){return this.api.v2010.account.tokens}get transcriptions(){return this.api.v2010.account.transcriptions}get usage(){return this.api.v2010.account.usage}get validationRequests(){return this.api.v2010.account.validationRequests}}e.exports=Twilio},32822:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(93023));class Verify extends r.default{get forms(){console.warn("forms is deprecated. Use v2.forms instead.");return this.v2.forms}get services(){console.warn("services is deprecated. Use v2.services instead.");return this.v2.services}get verificationAttempts(){console.warn("verificationAttempts is deprecated. Use v2.verificationAttempts instead.");return this.v2.verificationAttempts}get verificationAttemptsSummary(){console.warn("verificationAttemptsSummary is deprecated. Use v2.verificationAttemptsSummary instead.");return this.v2.verificationAttemptsSummary}get templates(){console.warn("templates is deprecated. Use v2.templates instead.");return this.v2.templates}}e.exports=Verify},93023:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(79352));class VerifyBase extends r.default{constructor(e){super(e,"https://verify.twilio.com")}get v2(){this._v2=this._v2||new o.default(this);return this._v2}}e.exports=VerifyBase},29977:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(21040));class Video extends r.default{get compositions(){console.warn("compositions is deprecated. Use v1.compositions instead.");return this.v1.compositions}get compositionHooks(){console.warn("compositionHooks is deprecated. Use v1.compositionHooks instead.");return this.v1.compositionHooks}get compositionSettings(){console.warn("compositionSettings is deprecated. Use v1.compositionSettings instead.");return this.v1.compositionSettings}get recordings(){console.warn("recordings is deprecated. Use v1.recordings instead.");return this.v1.recordings}get recordingSettings(){console.warn("recordingSettings is deprecated. Use v1.recordingSettings instead.");return this.v1.recordingSettings}get rooms(){console.warn("rooms is deprecated. Use v1.rooms instead.");return this.v1.rooms}}e.exports=Video},21040:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(41933));class VideoBase extends r.default{constructor(e){super(e,"https://video.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=VideoBase},24744:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(52692));class Voice extends r.default{get archivedCalls(){console.warn("archivedCalls is deprecated. Use v1.archivedCalls instead.");return this.v1.archivedCalls}get byocTrunks(){console.warn("byocTrunks is deprecated. Use v1.byocTrunks instead.");return this.v1.byocTrunks}get connectionPolicies(){console.warn("connectionPolicies is deprecated. Use v1.connectionPolicies instead.");return this.v1.connectionPolicies}get dialingPermissions(){console.warn("dialingPermissions is deprecated. Use v1.dialingPermissions instead.");return this.v1.dialingPermissions}get ipRecords(){console.warn("ipRecords is deprecated. Use v1.ipRecords instead.");return this.v1.ipRecords}get sourceIpMappings(){console.warn("sourceIpMappings is deprecated. Use v1.sourceIpMappings instead.");return this.v1.sourceIpMappings}}e.exports=Voice},52692:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(24691));class VoiceBase extends r.default{constructor(e){super(e,"https://voice.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=VoiceBase},22242:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(69828));class Wireless extends r.default{get usageRecords(){console.warn("usageRecords is deprecated. Use v1.usageRecords instead.");return this.v1.usageRecords}get commands(){console.warn("commands is deprecated. Use v1.commands instead.");return this.v1.commands}get ratePlans(){console.warn("ratePlans is deprecated. Use v1.ratePlans instead.");return this.v1.ratePlans}get sims(){console.warn("sims is deprecated. Use v1.sims instead.");return this.v1.sims}}e.exports=Wireless},69828:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(57415));class WirelessBase extends r.default{constructor(e){super(e,"https://wireless.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=WirelessBase},5020:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(69221);const a=n(53028);const c=n(25508);const u=n(38505);class V1 extends r.default{constructor(e){super(e,"v1")}get authTokenPromotion(){this._authTokenPromotion=this._authTokenPromotion||(0,o.AuthTokenPromotionListInstance)(this);return this._authTokenPromotion}get credentials(){this._credentials=this._credentials||(0,a.CredentialListInstance)(this);return this._credentials}get safelist(){this._safelist=this._safelist||(0,c.SafelistListInstance)(this);return this._safelist}get secondaryAuthToken(){this._secondaryAuthToken=this._secondaryAuthToken||(0,u.SecondaryAuthTokenListInstance)(this);return this._secondaryAuthToken}}i["default"]=V1},69221:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AuthTokenPromotionListInstance=i.AuthTokenPromotionInstance=i.AuthTokenPromotionContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class AuthTokenPromotionContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/AuthTokens/Promote`}update(e){const i=this;let n=i._version,s=n.update({uri:i._uri,method:"post"});s=s.then((e=>new AuthTokenPromotionInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AuthTokenPromotionContextImpl=AuthTokenPromotionContextImpl;class AuthTokenPromotionInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.authToken=i.auth_token;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new AuthTokenPromotionContextImpl(this._version);return this._context}update(e){return this._proxy.update(e)}toJSON(){return{accountSid:this.accountSid,authToken:this.authToken,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AuthTokenPromotionInstance=AuthTokenPromotionInstance;function AuthTokenPromotionListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new AuthTokenPromotionContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AuthTokenPromotionListInstance=AuthTokenPromotionListInstance},53028:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.CredentialListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(24295);const c=n(77791);function CredentialListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Credentials`;Object.defineProperty(i,"aws",{get:function aws(){if(!i._aws){i._aws=(0,a.AwsListInstance)(i._version)}return i._aws}});Object.defineProperty(i,"publicKey",{get:function publicKey(){if(!i._publicKey){i._publicKey=(0,c.PublicKeyListInstance)(i._version)}return i._publicKey}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.CredentialListInstance=CredentialListInstance},24295:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AwsPage=i.AwsListInstance=i.AwsInstance=i.AwsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AwsContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/AWS/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AwsInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AwsInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AwsContextImpl=AwsContextImpl;class AwsInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AwsContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AwsInstance=AwsInstance;function AwsListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AwsContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials/AWS`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["credentials"]===null||i["credentials"]===undefined){throw new Error("Required parameter \"params['credentials']\" missing.")}let s={};s["Credentials"]=i["credentials"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["accountSid"]!==undefined)s["AccountSid"]=i["accountSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AwsInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AwsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AwsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AwsListInstance=AwsListInstance;class AwsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AwsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AwsPage=AwsPage},77791:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PublicKeyPage=i.PublicKeyListInstance=i.PublicKeyInstance=i.PublicKeyContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PublicKeyContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/PublicKeys/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PublicKeyInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PublicKeyInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublicKeyContextImpl=PublicKeyContextImpl;class PublicKeyInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new PublicKeyContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublicKeyInstance=PublicKeyInstance;function PublicKeyListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PublicKeyContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials/PublicKeys`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["publicKey"]===null||i["publicKey"]===undefined){throw new Error("Required parameter \"params['publicKey']\" missing.")}let s={};s["PublicKey"]=i["publicKey"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["accountSid"]!==undefined)s["AccountSid"]=i["accountSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new PublicKeyInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PublicKeyPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PublicKeyPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PublicKeyListInstance=PublicKeyListInstance;class PublicKeyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PublicKeyInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublicKeyPage=PublicKeyPage},25508:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SafelistInstance=i.SafelistListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function SafelistListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/SafeList/Numbers`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["phoneNumber"]===null||n["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let r={};r["PhoneNumber"]=n["phoneNumber"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new SafelistInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.remove=function remove(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["phoneNumber"]!==undefined)r["PhoneNumber"]=n["phoneNumber"];const o={};let a=e,c=a.remove({uri:i._uri,method:"delete",params:r,headers:o});c=i._version.setPromiseCallback(c,s);return c};i.fetch=function fetch(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["phoneNumber"]!==undefined)r["PhoneNumber"]=n["phoneNumber"];const o={};let a=e,c=a.fetch({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new SafelistInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.SafelistListInstance=SafelistListInstance;class SafelistInstance{constructor(e,i){this._version=e;this.sid=i.sid;this.phoneNumber=i.phone_number}toJSON(){return{sid:this.sid,phoneNumber:this.phoneNumber}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SafelistInstance=SafelistInstance},38505:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SecondaryAuthTokenListInstance=i.SecondaryAuthTokenInstance=i.SecondaryAuthTokenContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class SecondaryAuthTokenContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/AuthTokens/Secondary`}create(e){const i=this;let n=i._version,s=n.create({uri:i._uri,method:"post"});s=s.then((e=>new SecondaryAuthTokenInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SecondaryAuthTokenContextImpl=SecondaryAuthTokenContextImpl;class SecondaryAuthTokenInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.secondaryAuthToken=i.secondary_auth_token;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new SecondaryAuthTokenContextImpl(this._version);return this._context}create(e){return this._proxy.create(e)}remove(e){return this._proxy.remove(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,secondaryAuthToken:this.secondaryAuthToken,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SecondaryAuthTokenInstance=SecondaryAuthTokenInstance;function SecondaryAuthTokenListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new SecondaryAuthTokenContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SecondaryAuthTokenListInstance=SecondaryAuthTokenListInstance},59650:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(72241);class V2010 extends r.default{constructor(e){super(e,"2010-04-01")}get accounts(){this._accounts=this._accounts||(0,o.AccountListInstance)(this);return this._accounts}get account(){this._account=this._account||(0,o.AccountListInstance)(this)(this.domain.twilio.accountSid);return this._account}}i["default"]=V2010},72241:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AccountPage=i.AccountListInstance=i.AccountInstance=i.AccountContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(79442);const _=n(49982);const g=n(30361);const v=n(64292);const S=n(54086);const b=n(1606);const P=n(41322);const C=n(48104);const I=n(73350);const x=n(36378);const k=n(76433);const N=n(52411);const T=n(63159);const O=n(47066);const E=n(34642);const L=n(95601);const A=n(28672);const R=n(72435);const U=n(40489);const J=n(93613);const F=n(87639);const V=n(84673);const q=n(22812);const j=n(86218);class AccountContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Accounts/${i}.json`}get addresses(){this._addresses=this._addresses||(0,f.AddressListInstance)(this._version,this._solution.sid);return this._addresses}get applications(){this._applications=this._applications||(0,_.ApplicationListInstance)(this._version,this._solution.sid);return this._applications}get authorizedConnectApps(){this._authorizedConnectApps=this._authorizedConnectApps||(0,g.AuthorizedConnectAppListInstance)(this._version,this._solution.sid);return this._authorizedConnectApps}get availablePhoneNumbers(){this._availablePhoneNumbers=this._availablePhoneNumbers||(0,v.AvailablePhoneNumberCountryListInstance)(this._version,this._solution.sid);return this._availablePhoneNumbers}get balance(){this._balance=this._balance||(0,S.BalanceListInstance)(this._version,this._solution.sid);return this._balance}get calls(){this._calls=this._calls||(0,b.CallListInstance)(this._version,this._solution.sid);return this._calls}get conferences(){this._conferences=this._conferences||(0,P.ConferenceListInstance)(this._version,this._solution.sid);return this._conferences}get connectApps(){this._connectApps=this._connectApps||(0,C.ConnectAppListInstance)(this._version,this._solution.sid);return this._connectApps}get incomingPhoneNumbers(){this._incomingPhoneNumbers=this._incomingPhoneNumbers||(0,I.IncomingPhoneNumberListInstance)(this._version,this._solution.sid);return this._incomingPhoneNumbers}get keys(){this._keys=this._keys||(0,x.KeyListInstance)(this._version,this._solution.sid);return this._keys}get messages(){this._messages=this._messages||(0,k.MessageListInstance)(this._version,this._solution.sid);return this._messages}get newKeys(){this._newKeys=this._newKeys||(0,N.NewKeyListInstance)(this._version,this._solution.sid);return this._newKeys}get newSigningKeys(){this._newSigningKeys=this._newSigningKeys||(0,T.NewSigningKeyListInstance)(this._version,this._solution.sid);return this._newSigningKeys}get notifications(){this._notifications=this._notifications||(0,O.NotificationListInstance)(this._version,this._solution.sid);return this._notifications}get outgoingCallerIds(){this._outgoingCallerIds=this._outgoingCallerIds||(0,E.OutgoingCallerIdListInstance)(this._version,this._solution.sid);return this._outgoingCallerIds}get queues(){this._queues=this._queues||(0,L.QueueListInstance)(this._version,this._solution.sid);return this._queues}get recordings(){this._recordings=this._recordings||(0,A.RecordingListInstance)(this._version,this._solution.sid);return this._recordings}get shortCodes(){this._shortCodes=this._shortCodes||(0,R.ShortCodeListInstance)(this._version,this._solution.sid);return this._shortCodes}get signingKeys(){this._signingKeys=this._signingKeys||(0,U.SigningKeyListInstance)(this._version,this._solution.sid);return this._signingKeys}get sip(){this._sip=this._sip||(0,J.SipListInstance)(this._version,this._solution.sid);return this._sip}get tokens(){this._tokens=this._tokens||(0,F.TokenListInstance)(this._version,this._solution.sid);return this._tokens}get transcriptions(){this._transcriptions=this._transcriptions||(0,V.TranscriptionListInstance)(this._version,this._solution.sid);return this._transcriptions}get usage(){this._usage=this._usage||(0,q.UsageListInstance)(this._version,this._solution.sid);return this._usage}get validationRequests(){this._validationRequests=this._validationRequests||(0,j.ValidationRequestListInstance)(this._version,this._solution.sid);return this._validationRequests}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AccountInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AccountInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountContextImpl=AccountContextImpl;class AccountInstance{constructor(e,i,n){this._version=e;this.authToken=i.auth_token;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.ownerAccountSid=i.owner_account_sid;this.sid=i.sid;this.status=i.status;this.subresourceUris=i.subresource_uris;this.type=i.type;this.uri=i.uri;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AccountContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}addresses(){return this._proxy.addresses}applications(){return this._proxy.applications}authorizedConnectApps(){return this._proxy.authorizedConnectApps}availablePhoneNumbers(){return this._proxy.availablePhoneNumbers}balance(){return this._proxy.balance}calls(){return this._proxy.calls}conferences(){return this._proxy.conferences}connectApps(){return this._proxy.connectApps}incomingPhoneNumbers(){return this._proxy.incomingPhoneNumbers}keys(){return this._proxy.keys}messages(){return this._proxy.messages}newKeys(){return this._proxy.newKeys}newSigningKeys(){return this._proxy.newSigningKeys}notifications(){return this._proxy.notifications}outgoingCallerIds(){return this._proxy.outgoingCallerIds}queues(){return this._proxy.queues}recordings(){return this._proxy.recordings}shortCodes(){return this._proxy.shortCodes}signingKeys(){return this._proxy.signingKeys}sip(){return this._proxy.sip}tokens(){return this._proxy.tokens}transcriptions(){return this._proxy.transcriptions}usage(){return this._proxy.usage}validationRequests(){return this._proxy.validationRequests}toJSON(){return{authToken:this.authToken,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,ownerAccountSid:this.ownerAccountSid,sid:this.sid,status:this.status,subresourceUris:this.subresourceUris,type:this.type,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountInstance=AccountInstance;function AccountListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AccountContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Accounts.json`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AccountInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AccountPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AccountPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AccountListInstance=AccountListInstance;class AccountPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AccountInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountPage=AccountPage},79442:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AddressPage=i.AddressListInstance=i.AddressInstance=i.AddressContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(42385);class AddressContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Addresses/${n}.json`}get dependentPhoneNumbers(){this._dependentPhoneNumbers=this._dependentPhoneNumbers||(0,f.DependentPhoneNumberListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._dependentPhoneNumbers}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AddressInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["customerName"]!==undefined)n["CustomerName"]=e["customerName"];if(e["street"]!==undefined)n["Street"]=e["street"];if(e["city"]!==undefined)n["City"]=e["city"];if(e["region"]!==undefined)n["Region"]=e["region"];if(e["postalCode"]!==undefined)n["PostalCode"]=e["postalCode"];if(e["emergencyEnabled"]!==undefined)n["EmergencyEnabled"]=c.bool(e["emergencyEnabled"]);if(e["autoCorrectAddress"]!==undefined)n["AutoCorrectAddress"]=c.bool(e["autoCorrectAddress"]);if(e["streetSecondary"]!==undefined)n["StreetSecondary"]=e["streetSecondary"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AddressInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressContextImpl=AddressContextImpl;class AddressInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.city=i.city;this.customerName=i.customer_name;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.isoCountry=i.iso_country;this.postalCode=i.postal_code;this.region=i.region;this.sid=i.sid;this.street=i.street;this.uri=i.uri;this.emergencyEnabled=i.emergency_enabled;this.validated=i.validated;this.verified=i.verified;this.streetSecondary=i.street_secondary;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new AddressContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}dependentPhoneNumbers(){return this._proxy.dependentPhoneNumbers}toJSON(){return{accountSid:this.accountSid,city:this.city,customerName:this.customerName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,isoCountry:this.isoCountry,postalCode:this.postalCode,region:this.region,sid:this.sid,street:this.street,uri:this.uri,emergencyEnabled:this.emergencyEnabled,validated:this.validated,verified:this.verified,streetSecondary:this.streetSecondary}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressInstance=AddressInstance;function AddressListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AddressContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Addresses.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["customerName"]===null||i["customerName"]===undefined){throw new Error("Required parameter \"params['customerName']\" missing.")}if(i["street"]===null||i["street"]===undefined){throw new Error("Required parameter \"params['street']\" missing.")}if(i["city"]===null||i["city"]===undefined){throw new Error("Required parameter \"params['city']\" missing.")}if(i["region"]===null||i["region"]===undefined){throw new Error("Required parameter \"params['region']\" missing.")}if(i["postalCode"]===null||i["postalCode"]===undefined){throw new Error("Required parameter \"params['postalCode']\" missing.")}if(i["isoCountry"]===null||i["isoCountry"]===undefined){throw new Error("Required parameter \"params['isoCountry']\" missing.")}let s={};s["CustomerName"]=i["customerName"];s["Street"]=i["street"];s["City"]=i["city"];s["Region"]=i["region"];s["PostalCode"]=i["postalCode"];s["IsoCountry"]=i["isoCountry"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["emergencyEnabled"]!==undefined)s["EmergencyEnabled"]=c.bool(i["emergencyEnabled"]);if(i["autoCorrectAddress"]!==undefined)s["AutoCorrectAddress"]=c.bool(i["autoCorrectAddress"]);if(i["streetSecondary"]!==undefined)s["StreetSecondary"]=i["streetSecondary"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AddressInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["customerName"]!==undefined)s["CustomerName"]=i["customerName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["isoCountry"]!==undefined)s["IsoCountry"]=i["isoCountry"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AddressPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AddressPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AddressListInstance=AddressListInstance;class AddressPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AddressInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressPage=AddressPage},42385:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DependentPhoneNumberPage=i.DependentPhoneNumberInstance=i.DependentPhoneNumberListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function DependentPhoneNumberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'addressSid' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,addressSid:n};s._uri=`/Accounts/${i}/Addresses/${n}/DependentPhoneNumbers.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:s._uri,method:"get",params:r,headers:o});c=c.then((e=>new DependentPhoneNumberPage(a,e,s._solution)));c=s._version.setPromiseCallback(c,n);return c};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new DependentPhoneNumberPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.DependentPhoneNumberListInstance=DependentPhoneNumberListInstance;class DependentPhoneNumberInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.voiceUrl=i.voice_url;this.voiceMethod=i.voice_method;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.addressRequirements=i.address_requirements;this.capabilities=i.capabilities;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.apiVersion=i.api_version;this.smsApplicationSid=i.sms_application_sid;this.voiceApplicationSid=i.voice_application_sid;this.trunkSid=i.trunk_sid;this.emergencyStatus=i.emergency_status;this.emergencyAddressSid=i.emergency_address_sid;this.uri=i.uri}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,voiceUrl:this.voiceUrl,voiceMethod:this.voiceMethod,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceCallerIdLookup:this.voiceCallerIdLookup,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,addressRequirements:this.addressRequirements,capabilities:this.capabilities,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,apiVersion:this.apiVersion,smsApplicationSid:this.smsApplicationSid,voiceApplicationSid:this.voiceApplicationSid,trunkSid:this.trunkSid,emergencyStatus:this.emergencyStatus,emergencyAddressSid:this.emergencyAddressSid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentPhoneNumberInstance=DependentPhoneNumberInstance;class DependentPhoneNumberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DependentPhoneNumberInstance(this._version,e,this._solution.accountSid,this._solution.addressSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentPhoneNumberPage=DependentPhoneNumberPage},49982:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ApplicationPage=i.ApplicationListInstance=i.ApplicationInstance=i.ApplicationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ApplicationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Applications/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ApplicationInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["apiVersion"]!==undefined)n["ApiVersion"]=e["apiVersion"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["voiceCallerIdLookup"]!==undefined)n["VoiceCallerIdLookup"]=c.bool(e["voiceCallerIdLookup"]);if(e["smsUrl"]!==undefined)n["SmsUrl"]=e["smsUrl"];if(e["smsMethod"]!==undefined)n["SmsMethod"]=e["smsMethod"];if(e["smsFallbackUrl"]!==undefined)n["SmsFallbackUrl"]=e["smsFallbackUrl"];if(e["smsFallbackMethod"]!==undefined)n["SmsFallbackMethod"]=e["smsFallbackMethod"];if(e["smsStatusCallback"]!==undefined)n["SmsStatusCallback"]=e["smsStatusCallback"];if(e["messageStatusCallback"]!==undefined)n["MessageStatusCallback"]=e["messageStatusCallback"];if(e["publicApplicationConnectEnabled"]!==undefined)n["PublicApplicationConnectEnabled"]=c.bool(e["publicApplicationConnectEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ApplicationInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ApplicationContextImpl=ApplicationContextImpl;class ApplicationInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.messageStatusCallback=i.message_status_callback;this.sid=i.sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsStatusCallback=i.sms_status_callback;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.uri=i.uri;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.publicApplicationConnectEnabled=i.public_application_connect_enabled;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ApplicationContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,messageStatusCallback:this.messageStatusCallback,sid:this.sid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsStatusCallback:this.smsStatusCallback,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,uri:this.uri,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,publicApplicationConnectEnabled:this.publicApplicationConnectEnabled}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ApplicationInstance=ApplicationInstance;function ApplicationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ApplicationContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Applications.json`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["apiVersion"]!==undefined)s["ApiVersion"]=i["apiVersion"];if(i["voiceUrl"]!==undefined)s["VoiceUrl"]=i["voiceUrl"];if(i["voiceMethod"]!==undefined)s["VoiceMethod"]=i["voiceMethod"];if(i["voiceFallbackUrl"]!==undefined)s["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceFallbackMethod"]!==undefined)s["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["voiceCallerIdLookup"]!==undefined)s["VoiceCallerIdLookup"]=c.bool(i["voiceCallerIdLookup"]);if(i["smsUrl"]!==undefined)s["SmsUrl"]=i["smsUrl"];if(i["smsMethod"]!==undefined)s["SmsMethod"]=i["smsMethod"];if(i["smsFallbackUrl"]!==undefined)s["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsFallbackMethod"]!==undefined)s["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["smsStatusCallback"]!==undefined)s["SmsStatusCallback"]=i["smsStatusCallback"];if(i["messageStatusCallback"]!==undefined)s["MessageStatusCallback"]=i["messageStatusCallback"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["publicApplicationConnectEnabled"]!==undefined)s["PublicApplicationConnectEnabled"]=c.bool(i["publicApplicationConnectEnabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ApplicationInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ApplicationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ApplicationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ApplicationListInstance=ApplicationListInstance;class ApplicationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ApplicationInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ApplicationPage=ApplicationPage},30361:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthorizedConnectAppPage=i.AuthorizedConnectAppListInstance=i.AuthorizedConnectAppInstance=i.AuthorizedConnectAppContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AuthorizedConnectAppContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'connectAppSid' is not valid.")}this._solution={accountSid:i,connectAppSid:n};this._uri=`/Accounts/${i}/AuthorizedConnectApps/${n}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthorizedConnectAppInstance(n,e,i._solution.accountSid,i._solution.connectAppSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizedConnectAppContextImpl=AuthorizedConnectAppContextImpl;class AuthorizedConnectAppInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.connectAppCompanyName=i.connect_app_company_name;this.connectAppDescription=i.connect_app_description;this.connectAppFriendlyName=i.connect_app_friendly_name;this.connectAppHomepageUrl=i.connect_app_homepage_url;this.connectAppSid=i.connect_app_sid;this.permissions=i.permissions;this.uri=i.uri;this._solution={accountSid:n,connectAppSid:s||this.connectAppSid}}get _proxy(){this._context=this._context||new AuthorizedConnectAppContextImpl(this._version,this._solution.accountSid,this._solution.connectAppSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,connectAppCompanyName:this.connectAppCompanyName,connectAppDescription:this.connectAppDescription,connectAppFriendlyName:this.connectAppFriendlyName,connectAppHomepageUrl:this.connectAppHomepageUrl,connectAppSid:this.connectAppSid,permissions:this.permissions,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizedConnectAppInstance=AuthorizedConnectAppInstance;function AuthorizedConnectAppListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AuthorizedConnectAppContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/AuthorizedConnectApps.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthorizedConnectAppPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthorizedConnectAppPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthorizedConnectAppListInstance=AuthorizedConnectAppListInstance;class AuthorizedConnectAppPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthorizedConnectAppInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizedConnectAppPage=AuthorizedConnectAppPage},64292:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AvailablePhoneNumberCountryPage=i.AvailablePhoneNumberCountryListInstance=i.AvailablePhoneNumberCountryInstance=i.AvailablePhoneNumberCountryContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(37937);const _=n(14971);const g=n(82864);const v=n(55272);const S=n(58195);const b=n(11384);const P=n(14630);class AvailablePhoneNumberCountryContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}this._solution={accountSid:i,countryCode:n};this._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}.json`}get local(){this._local=this._local||(0,f.LocalListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._local}get machineToMachine(){this._machineToMachine=this._machineToMachine||(0,_.MachineToMachineListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._machineToMachine}get mobile(){this._mobile=this._mobile||(0,g.MobileListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._mobile}get national(){this._national=this._national||(0,v.NationalListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._national}get sharedCost(){this._sharedCost=this._sharedCost||(0,S.SharedCostListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._sharedCost}get tollFree(){this._tollFree=this._tollFree||(0,b.TollFreeListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._tollFree}get voip(){this._voip=this._voip||(0,P.VoipListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._voip}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AvailablePhoneNumberCountryInstance(n,e,i._solution.accountSid,i._solution.countryCode)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailablePhoneNumberCountryContextImpl=AvailablePhoneNumberCountryContextImpl;class AvailablePhoneNumberCountryInstance{constructor(e,i,n,s){this._version=e;this.countryCode=i.country_code;this.country=i.country;this.uri=i.uri;this.beta=i.beta;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,countryCode:s||this.countryCode}}get _proxy(){this._context=this._context||new AvailablePhoneNumberCountryContextImpl(this._version,this._solution.accountSid,this._solution.countryCode);return this._context}fetch(e){return this._proxy.fetch(e)}local(){return this._proxy.local}machineToMachine(){return this._proxy.machineToMachine}mobile(){return this._proxy.mobile}national(){return this._proxy.national}sharedCost(){return this._proxy.sharedCost}tollFree(){return this._proxy.tollFree}voip(){return this._proxy.voip}toJSON(){return{countryCode:this.countryCode,country:this.country,uri:this.uri,beta:this.beta,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailablePhoneNumberCountryInstance=AvailablePhoneNumberCountryInstance;function AvailablePhoneNumberCountryListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AvailablePhoneNumberCountryContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/AvailablePhoneNumbers.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AvailablePhoneNumberCountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AvailablePhoneNumberCountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AvailablePhoneNumberCountryListInstance=AvailablePhoneNumberCountryListInstance;class AvailablePhoneNumberCountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AvailablePhoneNumberCountryInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailablePhoneNumberCountryPage=AvailablePhoneNumberCountryPage},37937:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.LocalPage=i.LocalInstance=i.LocalListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function LocalListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/Local.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new LocalPage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new LocalPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.LocalListInstance=LocalListInstance;class LocalInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LocalInstance=LocalInstance;class LocalPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new LocalInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LocalPage=LocalPage},14971:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MachineToMachinePage=i.MachineToMachineInstance=i.MachineToMachineListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function MachineToMachineListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/MachineToMachine.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new MachineToMachinePage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new MachineToMachinePage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.MachineToMachineListInstance=MachineToMachineListInstance;class MachineToMachineInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MachineToMachineInstance=MachineToMachineInstance;class MachineToMachinePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MachineToMachineInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MachineToMachinePage=MachineToMachinePage},82864:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MobilePage=i.MobileInstance=i.MobileListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function MobileListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/Mobile.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new MobilePage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new MobilePage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.MobileListInstance=MobileListInstance;class MobileInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MobileInstance=MobileInstance;class MobilePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MobileInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MobilePage=MobilePage},55272:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NationalPage=i.NationalInstance=i.NationalListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function NationalListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/National.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new NationalPage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new NationalPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.NationalListInstance=NationalListInstance;class NationalInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NationalInstance=NationalInstance;class NationalPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NationalInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NationalPage=NationalPage},58195:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SharedCostPage=i.SharedCostInstance=i.SharedCostListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function SharedCostListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/SharedCost.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new SharedCostPage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new SharedCostPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.SharedCostListInstance=SharedCostListInstance;class SharedCostInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SharedCostInstance=SharedCostInstance;class SharedCostPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SharedCostInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SharedCostPage=SharedCostPage},11384:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TollFreePage=i.TollFreeInstance=i.TollFreeListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function TollFreeListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/TollFree.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new TollFreePage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new TollFreePage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.TollFreeListInstance=TollFreeListInstance;class TollFreeInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollFreeInstance=TollFreeInstance;class TollFreePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TollFreeInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollFreePage=TollFreePage},14630:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.VoipPage=i.VoipInstance=i.VoipListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function VoipListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/Voip.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new VoipPage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new VoipPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.VoipListInstance=VoipListInstance;class VoipInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VoipInstance=VoipInstance;class VoipPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new VoipInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VoipPage=VoipPage},54086:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BalanceInstance=i.BalanceListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function BalanceListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Balance.json`;n.fetch=function fetch(i){let s=e,r=s.fetch({uri:n._uri,method:"get"});r=r.then((e=>new BalanceInstance(s,e,n._solution.accountSid)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.BalanceListInstance=BalanceListInstance;class BalanceInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.balance=i.balance;this.currency=i.currency}toJSON(){return{accountSid:this.accountSid,balance:this.balance,currency:this.currency}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BalanceInstance=BalanceInstance},1606:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CallPage=i.CallListInstance=i.CallInstance=i.CallContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(74502);const _=n(49781);const g=n(27616);const v=n(62974);const S=n(47427);const b=n(40728);const P=n(26073);const C=n(18229);const I=n(71656);const x=n(85366);class CallContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Calls/${n}.json`}get events(){this._events=this._events||(0,f.EventListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._events}get feedback(){this._feedback=this._feedback||(0,_.FeedbackListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._feedback}get notifications(){this._notifications=this._notifications||(0,v.NotificationListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._notifications}get payments(){this._payments=this._payments||(0,S.PaymentListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._payments}get recordings(){this._recordings=this._recordings||(0,b.RecordingListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._recordings}get siprec(){this._siprec=this._siprec||(0,P.SiprecListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._siprec}get streams(){this._streams=this._streams||(0,C.StreamListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._streams}get userDefinedMessages(){this._userDefinedMessages=this._userDefinedMessages||(0,I.UserDefinedMessageListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._userDefinedMessages}get userDefinedMessageSubscriptions(){this._userDefinedMessageSubscriptions=this._userDefinedMessageSubscriptions||(0,x.UserDefinedMessageSubscriptionListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._userDefinedMessageSubscriptions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CallInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["url"]!==undefined)n["Url"]=e["url"];if(e["method"]!==undefined)n["Method"]=e["method"];if(e["status"]!==undefined)n["Status"]=e["status"];if(e["fallbackUrl"]!==undefined)n["FallbackUrl"]=e["fallbackUrl"];if(e["fallbackMethod"]!==undefined)n["FallbackMethod"]=e["fallbackMethod"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["twiml"]!==undefined)n["Twiml"]=c.twiml(e["twiml"]);if(e["timeLimit"]!==undefined)n["TimeLimit"]=e["timeLimit"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CallInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CallContextImpl=CallContextImpl;class CallInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.parentCallSid=i.parent_call_sid;this.accountSid=i.account_sid;this.to=i.to;this.toFormatted=i.to_formatted;this.from=i.from;this.fromFormatted=i.from_formatted;this.phoneNumberSid=i.phone_number_sid;this.status=i.status;this.startTime=a.rfc2822DateTime(i.start_time);this.endTime=a.rfc2822DateTime(i.end_time);this.duration=i.duration;this.price=i.price;this.priceUnit=i.price_unit;this.direction=i.direction;this.answeredBy=i.answered_by;this.apiVersion=i.api_version;this.forwardedFrom=i.forwarded_from;this.groupSid=i.group_sid;this.callerName=i.caller_name;this.queueTime=i.queue_time;this.trunkSid=i.trunk_sid;this.uri=i.uri;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CallContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}events(){return this._proxy.events}feedback(){return this._proxy.feedback}notifications(){return this._proxy.notifications}payments(){return this._proxy.payments}recordings(){return this._proxy.recordings}siprec(){return this._proxy.siprec}streams(){return this._proxy.streams}userDefinedMessages(){return this._proxy.userDefinedMessages}userDefinedMessageSubscriptions(){return this._proxy.userDefinedMessageSubscriptions}toJSON(){return{sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,parentCallSid:this.parentCallSid,accountSid:this.accountSid,to:this.to,toFormatted:this.toFormatted,from:this.from,fromFormatted:this.fromFormatted,phoneNumberSid:this.phoneNumberSid,status:this.status,startTime:this.startTime,endTime:this.endTime,duration:this.duration,price:this.price,priceUnit:this.priceUnit,direction:this.direction,answeredBy:this.answeredBy,apiVersion:this.apiVersion,forwardedFrom:this.forwardedFrom,groupSid:this.groupSid,callerName:this.callerName,queueTime:this.queueTime,trunkSid:this.trunkSid,uri:this.uri,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CallInstance=CallInstance;function CallListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CallContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Calls.json`;Object.defineProperty(instance,"feedbackSummaries",{get:function feedbackSummaries(){if(!instance._feedbackSummaries){instance._feedbackSummaries=(0,g.FeedbackSummaryListInstance)(instance._version,instance._solution.accountSid)}return instance._feedbackSummaries}});instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}if(i["from"]===null||i["from"]===undefined){throw new Error("Required parameter \"params['from']\" missing.")}let s={};s["To"]=i["to"];s["From"]=i["from"];if(i["method"]!==undefined)s["Method"]=i["method"];if(i["fallbackUrl"]!==undefined)s["FallbackUrl"]=i["fallbackUrl"];if(i["fallbackMethod"]!==undefined)s["FallbackMethod"]=i["fallbackMethod"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackEvent"]!==undefined)s["StatusCallbackEvent"]=c.map(i["statusCallbackEvent"],(e=>e));if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["sendDigits"]!==undefined)s["SendDigits"]=i["sendDigits"];if(i["timeout"]!==undefined)s["Timeout"]=i["timeout"];if(i["record"]!==undefined)s["Record"]=c.bool(i["record"]);if(i["recordingChannels"]!==undefined)s["RecordingChannels"]=i["recordingChannels"];if(i["recordingStatusCallback"]!==undefined)s["RecordingStatusCallback"]=i["recordingStatusCallback"];if(i["recordingStatusCallbackMethod"]!==undefined)s["RecordingStatusCallbackMethod"]=i["recordingStatusCallbackMethod"];if(i["sipAuthUsername"]!==undefined)s["SipAuthUsername"]=i["sipAuthUsername"];if(i["sipAuthPassword"]!==undefined)s["SipAuthPassword"]=i["sipAuthPassword"];if(i["machineDetection"]!==undefined)s["MachineDetection"]=i["machineDetection"];if(i["machineDetectionTimeout"]!==undefined)s["MachineDetectionTimeout"]=i["machineDetectionTimeout"];if(i["recordingStatusCallbackEvent"]!==undefined)s["RecordingStatusCallbackEvent"]=c.map(i["recordingStatusCallbackEvent"],(e=>e));if(i["trim"]!==undefined)s["Trim"]=i["trim"];if(i["callerId"]!==undefined)s["CallerId"]=i["callerId"];if(i["machineDetectionSpeechThreshold"]!==undefined)s["MachineDetectionSpeechThreshold"]=i["machineDetectionSpeechThreshold"];if(i["machineDetectionSpeechEndThreshold"]!==undefined)s["MachineDetectionSpeechEndThreshold"]=i["machineDetectionSpeechEndThreshold"];if(i["machineDetectionSilenceTimeout"]!==undefined)s["MachineDetectionSilenceTimeout"]=i["machineDetectionSilenceTimeout"];if(i["asyncAmd"]!==undefined)s["AsyncAmd"]=i["asyncAmd"];if(i["asyncAmdStatusCallback"]!==undefined)s["AsyncAmdStatusCallback"]=i["asyncAmdStatusCallback"];if(i["asyncAmdStatusCallbackMethod"]!==undefined)s["AsyncAmdStatusCallbackMethod"]=i["asyncAmdStatusCallbackMethod"];if(i["byoc"]!==undefined)s["Byoc"]=i["byoc"];if(i["callReason"]!==undefined)s["CallReason"]=i["callReason"];if(i["callToken"]!==undefined)s["CallToken"]=i["callToken"];if(i["recordingTrack"]!==undefined)s["RecordingTrack"]=i["recordingTrack"];if(i["timeLimit"]!==undefined)s["TimeLimit"]=i["timeLimit"];if(i["url"]!==undefined)s["Url"]=i["url"];if(i["twiml"]!==undefined)s["Twiml"]=c.twiml(i["twiml"]);if(i["applicationSid"]!==undefined)s["ApplicationSid"]=i["applicationSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CallInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["to"]!==undefined)s["To"]=i["to"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["parentCallSid"]!==undefined)s["ParentCallSid"]=i["parentCallSid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["startTime"]!==undefined)s["StartTime"]=c.iso8601DateTime(i["startTime"]);if(i["startTimeBefore"]!==undefined)s["StartTime<"]=c.iso8601DateTime(i["startTimeBefore"]);if(i["startTimeAfter"]!==undefined)s["StartTime>"]=c.iso8601DateTime(i["startTimeAfter"]);if(i["endTime"]!==undefined)s["EndTime"]=c.iso8601DateTime(i["endTime"]);if(i["endTimeBefore"]!==undefined)s["EndTime<"]=c.iso8601DateTime(i["endTimeBefore"]);if(i["endTimeAfter"]!==undefined)s["EndTime>"]=c.iso8601DateTime(i["endTimeAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CallPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CallPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CallListInstance=CallListInstance;class CallPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CallInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CallPage=CallPage},74502:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EventPage=i.EventInstance=i.EventListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function EventListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,callSid:n};s._uri=`/Accounts/${i}/Calls/${n}/Events.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:s._uri,method:"get",params:r,headers:o});c=c.then((e=>new EventPage(a,e,s._solution)));c=s._version.setPromiseCallback(c,n);return c};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new EventPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.EventListInstance=EventListInstance;class EventInstance{constructor(e,i,n,s){this._version=e;this.request=i.request;this.response=i.response}toJSON(){return{request:this.request,response:this.response}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventInstance=EventInstance;class EventPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EventInstance(this._version,e,this._solution.accountSid,this._solution.callSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventPage=EventPage},49781:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FeedbackListInstance=i.FeedbackInstance=i.FeedbackContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class FeedbackContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}this._solution={accountSid:i,callSid:n};this._uri=`/Accounts/${i}/Calls/${n}/Feedback.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FeedbackInstance(n,e,i._solution.accountSid,i._solution.callSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["qualityScore"]!==undefined)n["QualityScore"]=e["qualityScore"];if(e["issue"]!==undefined)n["Issue"]=o.map(e["issue"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new FeedbackInstance(a,e,r._solution.accountSid,r._solution.callSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FeedbackContextImpl=FeedbackContextImpl;class FeedbackInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.issues=i.issues;this.qualityScore=r.integer(i.quality_score);this.sid=i.sid;this._solution={accountSid:n,callSid:s}}get _proxy(){this._context=this._context||new FeedbackContextImpl(this._version,this._solution.accountSid,this._solution.callSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,issues:this.issues,qualityScore:this.qualityScore,sid:this.sid}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FeedbackInstance=FeedbackInstance;function FeedbackListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new FeedbackContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.FeedbackListInstance=FeedbackListInstance},27616:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FeedbackSummaryListInstance=i.FeedbackSummaryInstance=i.FeedbackSummaryContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class FeedbackSummaryContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Calls/FeedbackSummary/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FeedbackSummaryInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FeedbackSummaryContextImpl=FeedbackSummaryContextImpl;class FeedbackSummaryInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.callCount=r.integer(i.call_count);this.callFeedbackCount=r.integer(i.call_feedback_count);this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.endDate=r.iso8601Date(i.end_date);this.includeSubaccounts=i.include_subaccounts;this.issues=i.issues;this.qualityScoreAverage=i.quality_score_average;this.qualityScoreMedian=i.quality_score_median;this.qualityScoreStandardDeviation=i.quality_score_standard_deviation;this.sid=i.sid;this.startDate=r.iso8601Date(i.start_date);this.status=i.status;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new FeedbackSummaryContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,callCount:this.callCount,callFeedbackCount:this.callFeedbackCount,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endDate:this.endDate,includeSubaccounts:this.includeSubaccounts,issues:this.issues,qualityScoreAverage:this.qualityScoreAverage,qualityScoreMedian:this.qualityScoreMedian,qualityScoreStandardDeviation:this.qualityScoreStandardDeviation,sid:this.sid,startDate:this.startDate,status:this.status}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FeedbackSummaryInstance=FeedbackSummaryInstance;function FeedbackSummaryListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new FeedbackSummaryContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Calls/FeedbackSummary.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["startDate"]===null||i["startDate"]===undefined){throw new Error("Required parameter \"params['startDate']\" missing.")}if(i["endDate"]===null||i["endDate"]===undefined){throw new Error("Required parameter \"params['endDate']\" missing.")}let s={};s["StartDate"]=o.iso8601Date(i["startDate"]);s["EndDate"]=o.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)s["IncludeSubaccounts"]=o.bool(i["includeSubaccounts"]);if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:instance._uri,method:"post",data:s,headers:r});c=c.then((e=>new FeedbackSummaryInstance(a,e,instance._solution.accountSid)));c=instance._version.setPromiseCallback(c,n);return c};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.FeedbackSummaryListInstance=FeedbackSummaryListInstance},62974:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NotificationPage=i.NotificationListInstance=i.NotificationInstance=i.NotificationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class NotificationContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/Notifications/${s}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NotificationInstance(n,e,i._solution.accountSid,i._solution.callSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationContextImpl=NotificationContextImpl;class NotificationInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callSid=i.call_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.errorCode=i.error_code;this.log=i.log;this.messageDate=a.rfc2822DateTime(i.message_date);this.messageText=i.message_text;this.moreInfo=i.more_info;this.requestMethod=i.request_method;this.requestUrl=i.request_url;this.requestVariables=i.request_variables;this.responseBody=i.response_body;this.responseHeaders=i.response_headers;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,callSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new NotificationContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callSid:this.callSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,errorCode:this.errorCode,log:this.log,messageDate:this.messageDate,messageText:this.messageText,moreInfo:this.moreInfo,requestMethod:this.requestMethod,requestUrl:this.requestUrl,requestVariables:this.requestVariables,responseBody:this.responseBody,responseHeaders:this.responseHeaders,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationInstance=NotificationInstance;function NotificationListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new NotificationContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/Notifications.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["log"]!==undefined)s["Log"]=i["log"];if(i["messageDate"]!==undefined)s["MessageDate"]=c.iso8601Date(i["messageDate"]);if(i["messageDateBefore"]!==undefined)s["MessageDate<"]=c.iso8601Date(i["messageDateBefore"]);if(i["messageDateAfter"]!==undefined)s["MessageDate>"]=c.iso8601Date(i["messageDateAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new NotificationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new NotificationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.NotificationListInstance=NotificationListInstance;class NotificationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NotificationInstance(this._version,e,this._solution.accountSid,this._solution.callSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationPage=NotificationPage},47427:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PaymentListInstance=i.PaymentInstance=i.PaymentContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PaymentContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/Payments/${s}.json`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["idempotencyKey"]===null||e["idempotencyKey"]===undefined){throw new Error("Required parameter \"params['idempotencyKey']\" missing.")}if(e["statusCallback"]===null||e["statusCallback"]===undefined){throw new Error("Required parameter \"params['statusCallback']\" missing.")}let n={};n["IdempotencyKey"]=e["idempotencyKey"];n["StatusCallback"]=e["statusCallback"];if(e["capture"]!==undefined)n["Capture"]=e["capture"];if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PaymentInstance(o,e,r._solution.accountSid,r._solution.callSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PaymentContextImpl=PaymentContextImpl;class PaymentInstance{constructor(e,i,n,s,o){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.sid=i.sid;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.uri=i.uri;this._solution={accountSid:n,callSid:s,sid:o||this.sid}}get _proxy(){this._context=this._context||new PaymentContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uri:this.uri}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PaymentInstance=PaymentInstance;function PaymentListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new PaymentContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/Payments.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["idempotencyKey"]===null||i["idempotencyKey"]===undefined){throw new Error("Required parameter \"params['idempotencyKey']\" missing.")}if(i["statusCallback"]===null||i["statusCallback"]===undefined){throw new Error("Required parameter \"params['statusCallback']\" missing.")}let s={};s["IdempotencyKey"]=i["idempotencyKey"];s["StatusCallback"]=i["statusCallback"];if(i["bankAccountType"]!==undefined)s["BankAccountType"]=i["bankAccountType"];if(i["chargeAmount"]!==undefined)s["ChargeAmount"]=i["chargeAmount"];if(i["currency"]!==undefined)s["Currency"]=i["currency"];if(i["description"]!==undefined)s["Description"]=i["description"];if(i["input"]!==undefined)s["Input"]=i["input"];if(i["minPostalCodeLength"]!==undefined)s["MinPostalCodeLength"]=i["minPostalCodeLength"];if(i["parameter"]!==undefined)s["Parameter"]=o.object(i["parameter"]);if(i["paymentConnector"]!==undefined)s["PaymentConnector"]=i["paymentConnector"];if(i["paymentMethod"]!==undefined)s["PaymentMethod"]=i["paymentMethod"];if(i["postalCode"]!==undefined)s["PostalCode"]=o.bool(i["postalCode"]);if(i["securityCode"]!==undefined)s["SecurityCode"]=o.bool(i["securityCode"]);if(i["timeout"]!==undefined)s["Timeout"]=i["timeout"];if(i["tokenType"]!==undefined)s["TokenType"]=i["tokenType"];if(i["validCardTypes"]!==undefined)s["ValidCardTypes"]=i["validCardTypes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:instance._uri,method:"post",data:s,headers:r});c=c.then((e=>new PaymentInstance(a,e,instance._solution.accountSid,instance._solution.callSid)));c=instance._version.setPromiseCallback(c,n);return c};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PaymentListInstance=PaymentListInstance},40728:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RecordingPage=i.RecordingListInstance=i.RecordingInstance=i.RecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RecordingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/Recordings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RecordingInstance(n,e,i._solution.accountSid,i._solution.callSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];if(e["pauseBehavior"]!==undefined)n["PauseBehavior"]=e["pauseBehavior"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RecordingInstance(o,e,r._solution.accountSid,r._solution.callSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingContextImpl=RecordingContextImpl;class RecordingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callSid=i.call_sid;this.conferenceSid=i.conference_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.startTime=a.rfc2822DateTime(i.start_time);this.duration=i.duration;this.sid=i.sid;this.price=i.price;this.uri=i.uri;this.encryptionDetails=i.encryption_details;this.priceUnit=i.price_unit;this.status=i.status;this.channels=a.integer(i.channels);this.source=i.source;this.errorCode=a.integer(i.error_code);this.track=i.track;this._solution={accountSid:n,callSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new RecordingContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callSid:this.callSid,conferenceSid:this.conferenceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,startTime:this.startTime,duration:this.duration,sid:this.sid,price:this.price,uri:this.uri,encryptionDetails:this.encryptionDetails,priceUnit:this.priceUnit,status:this.status,channels:this.channels,source:this.source,errorCode:this.errorCode,track:this.track}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingInstance=RecordingInstance;function RecordingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new RecordingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/Recordings.json`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["recordingStatusCallbackEvent"]!==undefined)s["RecordingStatusCallbackEvent"]=c.map(i["recordingStatusCallbackEvent"],(e=>e));if(i["recordingStatusCallback"]!==undefined)s["RecordingStatusCallback"]=i["recordingStatusCallback"];if(i["recordingStatusCallbackMethod"]!==undefined)s["RecordingStatusCallbackMethod"]=i["recordingStatusCallbackMethod"];if(i["trim"]!==undefined)s["Trim"]=i["trim"];if(i["recordingChannels"]!==undefined)s["RecordingChannels"]=i["recordingChannels"];if(i["recordingTrack"]!==undefined)s["RecordingTrack"]=i["recordingTrack"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RecordingInstance(o,e,instance._solution.accountSid,instance._solution.callSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601Date(i["dateCreated"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreated<"]=c.iso8601Date(i["dateCreatedBefore"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreated>"]=c.iso8601Date(i["dateCreatedAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RecordingListInstance=RecordingListInstance;class RecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RecordingInstance(this._version,e,this._solution.accountSid,this._solution.callSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingPage=RecordingPage},26073:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SiprecListInstance=i.SiprecInstance=i.SiprecContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class SiprecContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/Siprec/${s}.json`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SiprecInstance(o,e,r._solution.accountSid,r._solution.callSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SiprecContextImpl=SiprecContextImpl;class SiprecInstance{constructor(e,i,n,s,o){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.name=i.name;this.status=i.status;this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.uri=i.uri;this._solution={accountSid:n,callSid:s,sid:o||this.sid}}get _proxy(){this._context=this._context||new SiprecContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,callSid:this.callSid,name:this.name,status:this.status,dateUpdated:this.dateUpdated,uri:this.uri}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SiprecInstance=SiprecInstance;function SiprecListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SiprecContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/Siprec.json`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["name"]!==undefined)s["Name"]=i["name"];if(i["connectorName"]!==undefined)s["ConnectorName"]=i["connectorName"];if(i["track"]!==undefined)s["Track"]=i["track"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["parameter1.name"]!==undefined)s["Parameter1.Name"]=i["parameter1.name"];if(i["parameter1.value"]!==undefined)s["Parameter1.Value"]=i["parameter1.value"];if(i["parameter2.name"]!==undefined)s["Parameter2.Name"]=i["parameter2.name"];if(i["parameter2.value"]!==undefined)s["Parameter2.Value"]=i["parameter2.value"];if(i["parameter3.name"]!==undefined)s["Parameter3.Name"]=i["parameter3.name"];if(i["parameter3.value"]!==undefined)s["Parameter3.Value"]=i["parameter3.value"];if(i["parameter4.name"]!==undefined)s["Parameter4.Name"]=i["parameter4.name"];if(i["parameter4.value"]!==undefined)s["Parameter4.Value"]=i["parameter4.value"];if(i["parameter5.name"]!==undefined)s["Parameter5.Name"]=i["parameter5.name"];if(i["parameter5.value"]!==undefined)s["Parameter5.Value"]=i["parameter5.value"];if(i["parameter6.name"]!==undefined)s["Parameter6.Name"]=i["parameter6.name"];if(i["parameter6.value"]!==undefined)s["Parameter6.Value"]=i["parameter6.value"];if(i["parameter7.name"]!==undefined)s["Parameter7.Name"]=i["parameter7.name"];if(i["parameter7.value"]!==undefined)s["Parameter7.Value"]=i["parameter7.value"];if(i["parameter8.name"]!==undefined)s["Parameter8.Name"]=i["parameter8.name"];if(i["parameter8.value"]!==undefined)s["Parameter8.Value"]=i["parameter8.value"];if(i["parameter9.name"]!==undefined)s["Parameter9.Name"]=i["parameter9.name"];if(i["parameter9.value"]!==undefined)s["Parameter9.Value"]=i["parameter9.value"];if(i["parameter10.name"]!==undefined)s["Parameter10.Name"]=i["parameter10.name"];if(i["parameter10.value"]!==undefined)s["Parameter10.Value"]=i["parameter10.value"];if(i["parameter11.name"]!==undefined)s["Parameter11.Name"]=i["parameter11.name"];if(i["parameter11.value"]!==undefined)s["Parameter11.Value"]=i["parameter11.value"];if(i["parameter12.name"]!==undefined)s["Parameter12.Name"]=i["parameter12.name"];if(i["parameter12.value"]!==undefined)s["Parameter12.Value"]=i["parameter12.value"];if(i["parameter13.name"]!==undefined)s["Parameter13.Name"]=i["parameter13.name"];if(i["parameter13.value"]!==undefined)s["Parameter13.Value"]=i["parameter13.value"];if(i["parameter14.name"]!==undefined)s["Parameter14.Name"]=i["parameter14.name"];if(i["parameter14.value"]!==undefined)s["Parameter14.Value"]=i["parameter14.value"];if(i["parameter15.name"]!==undefined)s["Parameter15.Name"]=i["parameter15.name"];if(i["parameter15.value"]!==undefined)s["Parameter15.Value"]=i["parameter15.value"];if(i["parameter16.name"]!==undefined)s["Parameter16.Name"]=i["parameter16.name"];if(i["parameter16.value"]!==undefined)s["Parameter16.Value"]=i["parameter16.value"];if(i["parameter17.name"]!==undefined)s["Parameter17.Name"]=i["parameter17.name"];if(i["parameter17.value"]!==undefined)s["Parameter17.Value"]=i["parameter17.value"];if(i["parameter18.name"]!==undefined)s["Parameter18.Name"]=i["parameter18.name"];if(i["parameter18.value"]!==undefined)s["Parameter18.Value"]=i["parameter18.value"];if(i["parameter19.name"]!==undefined)s["Parameter19.Name"]=i["parameter19.name"];if(i["parameter19.value"]!==undefined)s["Parameter19.Value"]=i["parameter19.value"];if(i["parameter20.name"]!==undefined)s["Parameter20.Name"]=i["parameter20.name"];if(i["parameter20.value"]!==undefined)s["Parameter20.Value"]=i["parameter20.value"];if(i["parameter21.name"]!==undefined)s["Parameter21.Name"]=i["parameter21.name"];if(i["parameter21.value"]!==undefined)s["Parameter21.Value"]=i["parameter21.value"];if(i["parameter22.name"]!==undefined)s["Parameter22.Name"]=i["parameter22.name"];if(i["parameter22.value"]!==undefined)s["Parameter22.Value"]=i["parameter22.value"];if(i["parameter23.name"]!==undefined)s["Parameter23.Name"]=i["parameter23.name"];if(i["parameter23.value"]!==undefined)s["Parameter23.Value"]=i["parameter23.value"];if(i["parameter24.name"]!==undefined)s["Parameter24.Name"]=i["parameter24.name"];if(i["parameter24.value"]!==undefined)s["Parameter24.Value"]=i["parameter24.value"];if(i["parameter25.name"]!==undefined)s["Parameter25.Name"]=i["parameter25.name"];if(i["parameter25.value"]!==undefined)s["Parameter25.Value"]=i["parameter25.value"];if(i["parameter26.name"]!==undefined)s["Parameter26.Name"]=i["parameter26.name"];if(i["parameter26.value"]!==undefined)s["Parameter26.Value"]=i["parameter26.value"];if(i["parameter27.name"]!==undefined)s["Parameter27.Name"]=i["parameter27.name"];if(i["parameter27.value"]!==undefined)s["Parameter27.Value"]=i["parameter27.value"];if(i["parameter28.name"]!==undefined)s["Parameter28.Name"]=i["parameter28.name"];if(i["parameter28.value"]!==undefined)s["Parameter28.Value"]=i["parameter28.value"];if(i["parameter29.name"]!==undefined)s["Parameter29.Name"]=i["parameter29.name"];if(i["parameter29.value"]!==undefined)s["Parameter29.Value"]=i["parameter29.value"];if(i["parameter30.name"]!==undefined)s["Parameter30.Name"]=i["parameter30.name"];if(i["parameter30.value"]!==undefined)s["Parameter30.Value"]=i["parameter30.value"];if(i["parameter31.name"]!==undefined)s["Parameter31.Name"]=i["parameter31.name"];if(i["parameter31.value"]!==undefined)s["Parameter31.Value"]=i["parameter31.value"];if(i["parameter32.name"]!==undefined)s["Parameter32.Name"]=i["parameter32.name"];if(i["parameter32.value"]!==undefined)s["Parameter32.Value"]=i["parameter32.value"];if(i["parameter33.name"]!==undefined)s["Parameter33.Name"]=i["parameter33.name"];if(i["parameter33.value"]!==undefined)s["Parameter33.Value"]=i["parameter33.value"];if(i["parameter34.name"]!==undefined)s["Parameter34.Name"]=i["parameter34.name"];if(i["parameter34.value"]!==undefined)s["Parameter34.Value"]=i["parameter34.value"];if(i["parameter35.name"]!==undefined)s["Parameter35.Name"]=i["parameter35.name"];if(i["parameter35.value"]!==undefined)s["Parameter35.Value"]=i["parameter35.value"];if(i["parameter36.name"]!==undefined)s["Parameter36.Name"]=i["parameter36.name"];if(i["parameter36.value"]!==undefined)s["Parameter36.Value"]=i["parameter36.value"];if(i["parameter37.name"]!==undefined)s["Parameter37.Name"]=i["parameter37.name"];if(i["parameter37.value"]!==undefined)s["Parameter37.Value"]=i["parameter37.value"];if(i["parameter38.name"]!==undefined)s["Parameter38.Name"]=i["parameter38.name"];if(i["parameter38.value"]!==undefined)s["Parameter38.Value"]=i["parameter38.value"];if(i["parameter39.name"]!==undefined)s["Parameter39.Name"]=i["parameter39.name"];if(i["parameter39.value"]!==undefined)s["Parameter39.Value"]=i["parameter39.value"];if(i["parameter40.name"]!==undefined)s["Parameter40.Name"]=i["parameter40.name"];if(i["parameter40.value"]!==undefined)s["Parameter40.Value"]=i["parameter40.value"];if(i["parameter41.name"]!==undefined)s["Parameter41.Name"]=i["parameter41.name"];if(i["parameter41.value"]!==undefined)s["Parameter41.Value"]=i["parameter41.value"];if(i["parameter42.name"]!==undefined)s["Parameter42.Name"]=i["parameter42.name"];if(i["parameter42.value"]!==undefined)s["Parameter42.Value"]=i["parameter42.value"];if(i["parameter43.name"]!==undefined)s["Parameter43.Name"]=i["parameter43.name"];if(i["parameter43.value"]!==undefined)s["Parameter43.Value"]=i["parameter43.value"];if(i["parameter44.name"]!==undefined)s["Parameter44.Name"]=i["parameter44.name"];if(i["parameter44.value"]!==undefined)s["Parameter44.Value"]=i["parameter44.value"];if(i["parameter45.name"]!==undefined)s["Parameter45.Name"]=i["parameter45.name"];if(i["parameter45.value"]!==undefined)s["Parameter45.Value"]=i["parameter45.value"];if(i["parameter46.name"]!==undefined)s["Parameter46.Name"]=i["parameter46.name"];if(i["parameter46.value"]!==undefined)s["Parameter46.Value"]=i["parameter46.value"];if(i["parameter47.name"]!==undefined)s["Parameter47.Name"]=i["parameter47.name"];if(i["parameter47.value"]!==undefined)s["Parameter47.Value"]=i["parameter47.value"];if(i["parameter48.name"]!==undefined)s["Parameter48.Name"]=i["parameter48.name"];if(i["parameter48.value"]!==undefined)s["Parameter48.Value"]=i["parameter48.value"];if(i["parameter49.name"]!==undefined)s["Parameter49.Name"]=i["parameter49.name"];if(i["parameter49.value"]!==undefined)s["Parameter49.Value"]=i["parameter49.value"];if(i["parameter50.name"]!==undefined)s["Parameter50.Name"]=i["parameter50.name"];if(i["parameter50.value"]!==undefined)s["Parameter50.Value"]=i["parameter50.value"];if(i["parameter51.name"]!==undefined)s["Parameter51.Name"]=i["parameter51.name"];if(i["parameter51.value"]!==undefined)s["Parameter51.Value"]=i["parameter51.value"];if(i["parameter52.name"]!==undefined)s["Parameter52.Name"]=i["parameter52.name"];if(i["parameter52.value"]!==undefined)s["Parameter52.Value"]=i["parameter52.value"];if(i["parameter53.name"]!==undefined)s["Parameter53.Name"]=i["parameter53.name"];if(i["parameter53.value"]!==undefined)s["Parameter53.Value"]=i["parameter53.value"];if(i["parameter54.name"]!==undefined)s["Parameter54.Name"]=i["parameter54.name"];if(i["parameter54.value"]!==undefined)s["Parameter54.Value"]=i["parameter54.value"];if(i["parameter55.name"]!==undefined)s["Parameter55.Name"]=i["parameter55.name"];if(i["parameter55.value"]!==undefined)s["Parameter55.Value"]=i["parameter55.value"];if(i["parameter56.name"]!==undefined)s["Parameter56.Name"]=i["parameter56.name"];if(i["parameter56.value"]!==undefined)s["Parameter56.Value"]=i["parameter56.value"];if(i["parameter57.name"]!==undefined)s["Parameter57.Name"]=i["parameter57.name"];if(i["parameter57.value"]!==undefined)s["Parameter57.Value"]=i["parameter57.value"];if(i["parameter58.name"]!==undefined)s["Parameter58.Name"]=i["parameter58.name"];if(i["parameter58.value"]!==undefined)s["Parameter58.Value"]=i["parameter58.value"];if(i["parameter59.name"]!==undefined)s["Parameter59.Name"]=i["parameter59.name"];if(i["parameter59.value"]!==undefined)s["Parameter59.Value"]=i["parameter59.value"];if(i["parameter60.name"]!==undefined)s["Parameter60.Name"]=i["parameter60.name"];if(i["parameter60.value"]!==undefined)s["Parameter60.Value"]=i["parameter60.value"];if(i["parameter61.name"]!==undefined)s["Parameter61.Name"]=i["parameter61.name"];if(i["parameter61.value"]!==undefined)s["Parameter61.Value"]=i["parameter61.value"];if(i["parameter62.name"]!==undefined)s["Parameter62.Name"]=i["parameter62.name"];if(i["parameter62.value"]!==undefined)s["Parameter62.Value"]=i["parameter62.value"];if(i["parameter63.name"]!==undefined)s["Parameter63.Name"]=i["parameter63.name"];if(i["parameter63.value"]!==undefined)s["Parameter63.Value"]=i["parameter63.value"];if(i["parameter64.name"]!==undefined)s["Parameter64.Name"]=i["parameter64.name"];if(i["parameter64.value"]!==undefined)s["Parameter64.Value"]=i["parameter64.value"];if(i["parameter65.name"]!==undefined)s["Parameter65.Name"]=i["parameter65.name"];if(i["parameter65.value"]!==undefined)s["Parameter65.Value"]=i["parameter65.value"];if(i["parameter66.name"]!==undefined)s["Parameter66.Name"]=i["parameter66.name"];if(i["parameter66.value"]!==undefined)s["Parameter66.Value"]=i["parameter66.value"];if(i["parameter67.name"]!==undefined)s["Parameter67.Name"]=i["parameter67.name"];if(i["parameter67.value"]!==undefined)s["Parameter67.Value"]=i["parameter67.value"];if(i["parameter68.name"]!==undefined)s["Parameter68.Name"]=i["parameter68.name"];if(i["parameter68.value"]!==undefined)s["Parameter68.Value"]=i["parameter68.value"];if(i["parameter69.name"]!==undefined)s["Parameter69.Name"]=i["parameter69.name"];if(i["parameter69.value"]!==undefined)s["Parameter69.Value"]=i["parameter69.value"];if(i["parameter70.name"]!==undefined)s["Parameter70.Name"]=i["parameter70.name"];if(i["parameter70.value"]!==undefined)s["Parameter70.Value"]=i["parameter70.value"];if(i["parameter71.name"]!==undefined)s["Parameter71.Name"]=i["parameter71.name"];if(i["parameter71.value"]!==undefined)s["Parameter71.Value"]=i["parameter71.value"];if(i["parameter72.name"]!==undefined)s["Parameter72.Name"]=i["parameter72.name"];if(i["parameter72.value"]!==undefined)s["Parameter72.Value"]=i["parameter72.value"];if(i["parameter73.name"]!==undefined)s["Parameter73.Name"]=i["parameter73.name"];if(i["parameter73.value"]!==undefined)s["Parameter73.Value"]=i["parameter73.value"];if(i["parameter74.name"]!==undefined)s["Parameter74.Name"]=i["parameter74.name"];if(i["parameter74.value"]!==undefined)s["Parameter74.Value"]=i["parameter74.value"];if(i["parameter75.name"]!==undefined)s["Parameter75.Name"]=i["parameter75.name"];if(i["parameter75.value"]!==undefined)s["Parameter75.Value"]=i["parameter75.value"];if(i["parameter76.name"]!==undefined)s["Parameter76.Name"]=i["parameter76.name"];if(i["parameter76.value"]!==undefined)s["Parameter76.Value"]=i["parameter76.value"];if(i["parameter77.name"]!==undefined)s["Parameter77.Name"]=i["parameter77.name"];if(i["parameter77.value"]!==undefined)s["Parameter77.Value"]=i["parameter77.value"];if(i["parameter78.name"]!==undefined)s["Parameter78.Name"]=i["parameter78.name"];if(i["parameter78.value"]!==undefined)s["Parameter78.Value"]=i["parameter78.value"];if(i["parameter79.name"]!==undefined)s["Parameter79.Name"]=i["parameter79.name"];if(i["parameter79.value"]!==undefined)s["Parameter79.Value"]=i["parameter79.value"];if(i["parameter80.name"]!==undefined)s["Parameter80.Name"]=i["parameter80.name"];if(i["parameter80.value"]!==undefined)s["Parameter80.Value"]=i["parameter80.value"];if(i["parameter81.name"]!==undefined)s["Parameter81.Name"]=i["parameter81.name"];if(i["parameter81.value"]!==undefined)s["Parameter81.Value"]=i["parameter81.value"];if(i["parameter82.name"]!==undefined)s["Parameter82.Name"]=i["parameter82.name"];if(i["parameter82.value"]!==undefined)s["Parameter82.Value"]=i["parameter82.value"];if(i["parameter83.name"]!==undefined)s["Parameter83.Name"]=i["parameter83.name"];if(i["parameter83.value"]!==undefined)s["Parameter83.Value"]=i["parameter83.value"];if(i["parameter84.name"]!==undefined)s["Parameter84.Name"]=i["parameter84.name"];if(i["parameter84.value"]!==undefined)s["Parameter84.Value"]=i["parameter84.value"];if(i["parameter85.name"]!==undefined)s["Parameter85.Name"]=i["parameter85.name"];if(i["parameter85.value"]!==undefined)s["Parameter85.Value"]=i["parameter85.value"];if(i["parameter86.name"]!==undefined)s["Parameter86.Name"]=i["parameter86.name"];if(i["parameter86.value"]!==undefined)s["Parameter86.Value"]=i["parameter86.value"];if(i["parameter87.name"]!==undefined)s["Parameter87.Name"]=i["parameter87.name"];if(i["parameter87.value"]!==undefined)s["Parameter87.Value"]=i["parameter87.value"];if(i["parameter88.name"]!==undefined)s["Parameter88.Name"]=i["parameter88.name"];if(i["parameter88.value"]!==undefined)s["Parameter88.Value"]=i["parameter88.value"];if(i["parameter89.name"]!==undefined)s["Parameter89.Name"]=i["parameter89.name"];if(i["parameter89.value"]!==undefined)s["Parameter89.Value"]=i["parameter89.value"];if(i["parameter90.name"]!==undefined)s["Parameter90.Name"]=i["parameter90.name"];if(i["parameter90.value"]!==undefined)s["Parameter90.Value"]=i["parameter90.value"];if(i["parameter91.name"]!==undefined)s["Parameter91.Name"]=i["parameter91.name"];if(i["parameter91.value"]!==undefined)s["Parameter91.Value"]=i["parameter91.value"];if(i["parameter92.name"]!==undefined)s["Parameter92.Name"]=i["parameter92.name"];if(i["parameter92.value"]!==undefined)s["Parameter92.Value"]=i["parameter92.value"];if(i["parameter93.name"]!==undefined)s["Parameter93.Name"]=i["parameter93.name"];if(i["parameter93.value"]!==undefined)s["Parameter93.Value"]=i["parameter93.value"];if(i["parameter94.name"]!==undefined)s["Parameter94.Name"]=i["parameter94.name"];if(i["parameter94.value"]!==undefined)s["Parameter94.Value"]=i["parameter94.value"];if(i["parameter95.name"]!==undefined)s["Parameter95.Name"]=i["parameter95.name"];if(i["parameter95.value"]!==undefined)s["Parameter95.Value"]=i["parameter95.value"];if(i["parameter96.name"]!==undefined)s["Parameter96.Name"]=i["parameter96.name"];if(i["parameter96.value"]!==undefined)s["Parameter96.Value"]=i["parameter96.value"];if(i["parameter97.name"]!==undefined)s["Parameter97.Name"]=i["parameter97.name"];if(i["parameter97.value"]!==undefined)s["Parameter97.Value"]=i["parameter97.value"];if(i["parameter98.name"]!==undefined)s["Parameter98.Name"]=i["parameter98.name"];if(i["parameter98.value"]!==undefined)s["Parameter98.Value"]=i["parameter98.value"];if(i["parameter99.name"]!==undefined)s["Parameter99.Name"]=i["parameter99.name"];if(i["parameter99.value"]!==undefined)s["Parameter99.Value"]=i["parameter99.value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SiprecInstance(o,e,instance._solution.accountSid,instance._solution.callSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SiprecListInstance=SiprecListInstance},18229:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.StreamListInstance=i.StreamInstance=i.StreamContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class StreamContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/Streams/${s}.json`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new StreamInstance(o,e,r._solution.accountSid,r._solution.callSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StreamContextImpl=StreamContextImpl;class StreamInstance{constructor(e,i,n,s,o){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.name=i.name;this.status=i.status;this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.uri=i.uri;this._solution={accountSid:n,callSid:s,sid:o||this.sid}}get _proxy(){this._context=this._context||new StreamContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,callSid:this.callSid,name:this.name,status:this.status,dateUpdated:this.dateUpdated,uri:this.uri}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StreamInstance=StreamInstance;function StreamListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new StreamContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/Streams.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["url"]===null||i["url"]===undefined){throw new Error("Required parameter \"params['url']\" missing.")}let s={};s["Url"]=i["url"];if(i["name"]!==undefined)s["Name"]=i["name"];if(i["track"]!==undefined)s["Track"]=i["track"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["parameter1.name"]!==undefined)s["Parameter1.Name"]=i["parameter1.name"];if(i["parameter1.value"]!==undefined)s["Parameter1.Value"]=i["parameter1.value"];if(i["parameter2.name"]!==undefined)s["Parameter2.Name"]=i["parameter2.name"];if(i["parameter2.value"]!==undefined)s["Parameter2.Value"]=i["parameter2.value"];if(i["parameter3.name"]!==undefined)s["Parameter3.Name"]=i["parameter3.name"];if(i["parameter3.value"]!==undefined)s["Parameter3.Value"]=i["parameter3.value"];if(i["parameter4.name"]!==undefined)s["Parameter4.Name"]=i["parameter4.name"];if(i["parameter4.value"]!==undefined)s["Parameter4.Value"]=i["parameter4.value"];if(i["parameter5.name"]!==undefined)s["Parameter5.Name"]=i["parameter5.name"];if(i["parameter5.value"]!==undefined)s["Parameter5.Value"]=i["parameter5.value"];if(i["parameter6.name"]!==undefined)s["Parameter6.Name"]=i["parameter6.name"];if(i["parameter6.value"]!==undefined)s["Parameter6.Value"]=i["parameter6.value"];if(i["parameter7.name"]!==undefined)s["Parameter7.Name"]=i["parameter7.name"];if(i["parameter7.value"]!==undefined)s["Parameter7.Value"]=i["parameter7.value"];if(i["parameter8.name"]!==undefined)s["Parameter8.Name"]=i["parameter8.name"];if(i["parameter8.value"]!==undefined)s["Parameter8.Value"]=i["parameter8.value"];if(i["parameter9.name"]!==undefined)s["Parameter9.Name"]=i["parameter9.name"];if(i["parameter9.value"]!==undefined)s["Parameter9.Value"]=i["parameter9.value"];if(i["parameter10.name"]!==undefined)s["Parameter10.Name"]=i["parameter10.name"];if(i["parameter10.value"]!==undefined)s["Parameter10.Value"]=i["parameter10.value"];if(i["parameter11.name"]!==undefined)s["Parameter11.Name"]=i["parameter11.name"];if(i["parameter11.value"]!==undefined)s["Parameter11.Value"]=i["parameter11.value"];if(i["parameter12.name"]!==undefined)s["Parameter12.Name"]=i["parameter12.name"];if(i["parameter12.value"]!==undefined)s["Parameter12.Value"]=i["parameter12.value"];if(i["parameter13.name"]!==undefined)s["Parameter13.Name"]=i["parameter13.name"];if(i["parameter13.value"]!==undefined)s["Parameter13.Value"]=i["parameter13.value"];if(i["parameter14.name"]!==undefined)s["Parameter14.Name"]=i["parameter14.name"];if(i["parameter14.value"]!==undefined)s["Parameter14.Value"]=i["parameter14.value"];if(i["parameter15.name"]!==undefined)s["Parameter15.Name"]=i["parameter15.name"];if(i["parameter15.value"]!==undefined)s["Parameter15.Value"]=i["parameter15.value"];if(i["parameter16.name"]!==undefined)s["Parameter16.Name"]=i["parameter16.name"];if(i["parameter16.value"]!==undefined)s["Parameter16.Value"]=i["parameter16.value"];if(i["parameter17.name"]!==undefined)s["Parameter17.Name"]=i["parameter17.name"];if(i["parameter17.value"]!==undefined)s["Parameter17.Value"]=i["parameter17.value"];if(i["parameter18.name"]!==undefined)s["Parameter18.Name"]=i["parameter18.name"];if(i["parameter18.value"]!==undefined)s["Parameter18.Value"]=i["parameter18.value"];if(i["parameter19.name"]!==undefined)s["Parameter19.Name"]=i["parameter19.name"];if(i["parameter19.value"]!==undefined)s["Parameter19.Value"]=i["parameter19.value"];if(i["parameter20.name"]!==undefined)s["Parameter20.Name"]=i["parameter20.name"];if(i["parameter20.value"]!==undefined)s["Parameter20.Value"]=i["parameter20.value"];if(i["parameter21.name"]!==undefined)s["Parameter21.Name"]=i["parameter21.name"];if(i["parameter21.value"]!==undefined)s["Parameter21.Value"]=i["parameter21.value"];if(i["parameter22.name"]!==undefined)s["Parameter22.Name"]=i["parameter22.name"];if(i["parameter22.value"]!==undefined)s["Parameter22.Value"]=i["parameter22.value"];if(i["parameter23.name"]!==undefined)s["Parameter23.Name"]=i["parameter23.name"];if(i["parameter23.value"]!==undefined)s["Parameter23.Value"]=i["parameter23.value"];if(i["parameter24.name"]!==undefined)s["Parameter24.Name"]=i["parameter24.name"];if(i["parameter24.value"]!==undefined)s["Parameter24.Value"]=i["parameter24.value"];if(i["parameter25.name"]!==undefined)s["Parameter25.Name"]=i["parameter25.name"];if(i["parameter25.value"]!==undefined)s["Parameter25.Value"]=i["parameter25.value"];if(i["parameter26.name"]!==undefined)s["Parameter26.Name"]=i["parameter26.name"];if(i["parameter26.value"]!==undefined)s["Parameter26.Value"]=i["parameter26.value"];if(i["parameter27.name"]!==undefined)s["Parameter27.Name"]=i["parameter27.name"];if(i["parameter27.value"]!==undefined)s["Parameter27.Value"]=i["parameter27.value"];if(i["parameter28.name"]!==undefined)s["Parameter28.Name"]=i["parameter28.name"];if(i["parameter28.value"]!==undefined)s["Parameter28.Value"]=i["parameter28.value"];if(i["parameter29.name"]!==undefined)s["Parameter29.Name"]=i["parameter29.name"];if(i["parameter29.value"]!==undefined)s["Parameter29.Value"]=i["parameter29.value"];if(i["parameter30.name"]!==undefined)s["Parameter30.Name"]=i["parameter30.name"];if(i["parameter30.value"]!==undefined)s["Parameter30.Value"]=i["parameter30.value"];if(i["parameter31.name"]!==undefined)s["Parameter31.Name"]=i["parameter31.name"];if(i["parameter31.value"]!==undefined)s["Parameter31.Value"]=i["parameter31.value"];if(i["parameter32.name"]!==undefined)s["Parameter32.Name"]=i["parameter32.name"];if(i["parameter32.value"]!==undefined)s["Parameter32.Value"]=i["parameter32.value"];if(i["parameter33.name"]!==undefined)s["Parameter33.Name"]=i["parameter33.name"];if(i["parameter33.value"]!==undefined)s["Parameter33.Value"]=i["parameter33.value"];if(i["parameter34.name"]!==undefined)s["Parameter34.Name"]=i["parameter34.name"];if(i["parameter34.value"]!==undefined)s["Parameter34.Value"]=i["parameter34.value"];if(i["parameter35.name"]!==undefined)s["Parameter35.Name"]=i["parameter35.name"];if(i["parameter35.value"]!==undefined)s["Parameter35.Value"]=i["parameter35.value"];if(i["parameter36.name"]!==undefined)s["Parameter36.Name"]=i["parameter36.name"];if(i["parameter36.value"]!==undefined)s["Parameter36.Value"]=i["parameter36.value"];if(i["parameter37.name"]!==undefined)s["Parameter37.Name"]=i["parameter37.name"];if(i["parameter37.value"]!==undefined)s["Parameter37.Value"]=i["parameter37.value"];if(i["parameter38.name"]!==undefined)s["Parameter38.Name"]=i["parameter38.name"];if(i["parameter38.value"]!==undefined)s["Parameter38.Value"]=i["parameter38.value"];if(i["parameter39.name"]!==undefined)s["Parameter39.Name"]=i["parameter39.name"];if(i["parameter39.value"]!==undefined)s["Parameter39.Value"]=i["parameter39.value"];if(i["parameter40.name"]!==undefined)s["Parameter40.Name"]=i["parameter40.name"];if(i["parameter40.value"]!==undefined)s["Parameter40.Value"]=i["parameter40.value"];if(i["parameter41.name"]!==undefined)s["Parameter41.Name"]=i["parameter41.name"];if(i["parameter41.value"]!==undefined)s["Parameter41.Value"]=i["parameter41.value"];if(i["parameter42.name"]!==undefined)s["Parameter42.Name"]=i["parameter42.name"];if(i["parameter42.value"]!==undefined)s["Parameter42.Value"]=i["parameter42.value"];if(i["parameter43.name"]!==undefined)s["Parameter43.Name"]=i["parameter43.name"];if(i["parameter43.value"]!==undefined)s["Parameter43.Value"]=i["parameter43.value"];if(i["parameter44.name"]!==undefined)s["Parameter44.Name"]=i["parameter44.name"];if(i["parameter44.value"]!==undefined)s["Parameter44.Value"]=i["parameter44.value"];if(i["parameter45.name"]!==undefined)s["Parameter45.Name"]=i["parameter45.name"];if(i["parameter45.value"]!==undefined)s["Parameter45.Value"]=i["parameter45.value"];if(i["parameter46.name"]!==undefined)s["Parameter46.Name"]=i["parameter46.name"];if(i["parameter46.value"]!==undefined)s["Parameter46.Value"]=i["parameter46.value"];if(i["parameter47.name"]!==undefined)s["Parameter47.Name"]=i["parameter47.name"];if(i["parameter47.value"]!==undefined)s["Parameter47.Value"]=i["parameter47.value"];if(i["parameter48.name"]!==undefined)s["Parameter48.Name"]=i["parameter48.name"];if(i["parameter48.value"]!==undefined)s["Parameter48.Value"]=i["parameter48.value"];if(i["parameter49.name"]!==undefined)s["Parameter49.Name"]=i["parameter49.name"];if(i["parameter49.value"]!==undefined)s["Parameter49.Value"]=i["parameter49.value"];if(i["parameter50.name"]!==undefined)s["Parameter50.Name"]=i["parameter50.name"];if(i["parameter50.value"]!==undefined)s["Parameter50.Value"]=i["parameter50.value"];if(i["parameter51.name"]!==undefined)s["Parameter51.Name"]=i["parameter51.name"];if(i["parameter51.value"]!==undefined)s["Parameter51.Value"]=i["parameter51.value"];if(i["parameter52.name"]!==undefined)s["Parameter52.Name"]=i["parameter52.name"];if(i["parameter52.value"]!==undefined)s["Parameter52.Value"]=i["parameter52.value"];if(i["parameter53.name"]!==undefined)s["Parameter53.Name"]=i["parameter53.name"];if(i["parameter53.value"]!==undefined)s["Parameter53.Value"]=i["parameter53.value"];if(i["parameter54.name"]!==undefined)s["Parameter54.Name"]=i["parameter54.name"];if(i["parameter54.value"]!==undefined)s["Parameter54.Value"]=i["parameter54.value"];if(i["parameter55.name"]!==undefined)s["Parameter55.Name"]=i["parameter55.name"];if(i["parameter55.value"]!==undefined)s["Parameter55.Value"]=i["parameter55.value"];if(i["parameter56.name"]!==undefined)s["Parameter56.Name"]=i["parameter56.name"];if(i["parameter56.value"]!==undefined)s["Parameter56.Value"]=i["parameter56.value"];if(i["parameter57.name"]!==undefined)s["Parameter57.Name"]=i["parameter57.name"];if(i["parameter57.value"]!==undefined)s["Parameter57.Value"]=i["parameter57.value"];if(i["parameter58.name"]!==undefined)s["Parameter58.Name"]=i["parameter58.name"];if(i["parameter58.value"]!==undefined)s["Parameter58.Value"]=i["parameter58.value"];if(i["parameter59.name"]!==undefined)s["Parameter59.Name"]=i["parameter59.name"];if(i["parameter59.value"]!==undefined)s["Parameter59.Value"]=i["parameter59.value"];if(i["parameter60.name"]!==undefined)s["Parameter60.Name"]=i["parameter60.name"];if(i["parameter60.value"]!==undefined)s["Parameter60.Value"]=i["parameter60.value"];if(i["parameter61.name"]!==undefined)s["Parameter61.Name"]=i["parameter61.name"];if(i["parameter61.value"]!==undefined)s["Parameter61.Value"]=i["parameter61.value"];if(i["parameter62.name"]!==undefined)s["Parameter62.Name"]=i["parameter62.name"];if(i["parameter62.value"]!==undefined)s["Parameter62.Value"]=i["parameter62.value"];if(i["parameter63.name"]!==undefined)s["Parameter63.Name"]=i["parameter63.name"];if(i["parameter63.value"]!==undefined)s["Parameter63.Value"]=i["parameter63.value"];if(i["parameter64.name"]!==undefined)s["Parameter64.Name"]=i["parameter64.name"];if(i["parameter64.value"]!==undefined)s["Parameter64.Value"]=i["parameter64.value"];if(i["parameter65.name"]!==undefined)s["Parameter65.Name"]=i["parameter65.name"];if(i["parameter65.value"]!==undefined)s["Parameter65.Value"]=i["parameter65.value"];if(i["parameter66.name"]!==undefined)s["Parameter66.Name"]=i["parameter66.name"];if(i["parameter66.value"]!==undefined)s["Parameter66.Value"]=i["parameter66.value"];if(i["parameter67.name"]!==undefined)s["Parameter67.Name"]=i["parameter67.name"];if(i["parameter67.value"]!==undefined)s["Parameter67.Value"]=i["parameter67.value"];if(i["parameter68.name"]!==undefined)s["Parameter68.Name"]=i["parameter68.name"];if(i["parameter68.value"]!==undefined)s["Parameter68.Value"]=i["parameter68.value"];if(i["parameter69.name"]!==undefined)s["Parameter69.Name"]=i["parameter69.name"];if(i["parameter69.value"]!==undefined)s["Parameter69.Value"]=i["parameter69.value"];if(i["parameter70.name"]!==undefined)s["Parameter70.Name"]=i["parameter70.name"];if(i["parameter70.value"]!==undefined)s["Parameter70.Value"]=i["parameter70.value"];if(i["parameter71.name"]!==undefined)s["Parameter71.Name"]=i["parameter71.name"];if(i["parameter71.value"]!==undefined)s["Parameter71.Value"]=i["parameter71.value"];if(i["parameter72.name"]!==undefined)s["Parameter72.Name"]=i["parameter72.name"];if(i["parameter72.value"]!==undefined)s["Parameter72.Value"]=i["parameter72.value"];if(i["parameter73.name"]!==undefined)s["Parameter73.Name"]=i["parameter73.name"];if(i["parameter73.value"]!==undefined)s["Parameter73.Value"]=i["parameter73.value"];if(i["parameter74.name"]!==undefined)s["Parameter74.Name"]=i["parameter74.name"];if(i["parameter74.value"]!==undefined)s["Parameter74.Value"]=i["parameter74.value"];if(i["parameter75.name"]!==undefined)s["Parameter75.Name"]=i["parameter75.name"];if(i["parameter75.value"]!==undefined)s["Parameter75.Value"]=i["parameter75.value"];if(i["parameter76.name"]!==undefined)s["Parameter76.Name"]=i["parameter76.name"];if(i["parameter76.value"]!==undefined)s["Parameter76.Value"]=i["parameter76.value"];if(i["parameter77.name"]!==undefined)s["Parameter77.Name"]=i["parameter77.name"];if(i["parameter77.value"]!==undefined)s["Parameter77.Value"]=i["parameter77.value"];if(i["parameter78.name"]!==undefined)s["Parameter78.Name"]=i["parameter78.name"];if(i["parameter78.value"]!==undefined)s["Parameter78.Value"]=i["parameter78.value"];if(i["parameter79.name"]!==undefined)s["Parameter79.Name"]=i["parameter79.name"];if(i["parameter79.value"]!==undefined)s["Parameter79.Value"]=i["parameter79.value"];if(i["parameter80.name"]!==undefined)s["Parameter80.Name"]=i["parameter80.name"];if(i["parameter80.value"]!==undefined)s["Parameter80.Value"]=i["parameter80.value"];if(i["parameter81.name"]!==undefined)s["Parameter81.Name"]=i["parameter81.name"];if(i["parameter81.value"]!==undefined)s["Parameter81.Value"]=i["parameter81.value"];if(i["parameter82.name"]!==undefined)s["Parameter82.Name"]=i["parameter82.name"];if(i["parameter82.value"]!==undefined)s["Parameter82.Value"]=i["parameter82.value"];if(i["parameter83.name"]!==undefined)s["Parameter83.Name"]=i["parameter83.name"];if(i["parameter83.value"]!==undefined)s["Parameter83.Value"]=i["parameter83.value"];if(i["parameter84.name"]!==undefined)s["Parameter84.Name"]=i["parameter84.name"];if(i["parameter84.value"]!==undefined)s["Parameter84.Value"]=i["parameter84.value"];if(i["parameter85.name"]!==undefined)s["Parameter85.Name"]=i["parameter85.name"];if(i["parameter85.value"]!==undefined)s["Parameter85.Value"]=i["parameter85.value"];if(i["parameter86.name"]!==undefined)s["Parameter86.Name"]=i["parameter86.name"];if(i["parameter86.value"]!==undefined)s["Parameter86.Value"]=i["parameter86.value"];if(i["parameter87.name"]!==undefined)s["Parameter87.Name"]=i["parameter87.name"];if(i["parameter87.value"]!==undefined)s["Parameter87.Value"]=i["parameter87.value"];if(i["parameter88.name"]!==undefined)s["Parameter88.Name"]=i["parameter88.name"];if(i["parameter88.value"]!==undefined)s["Parameter88.Value"]=i["parameter88.value"];if(i["parameter89.name"]!==undefined)s["Parameter89.Name"]=i["parameter89.name"];if(i["parameter89.value"]!==undefined)s["Parameter89.Value"]=i["parameter89.value"];if(i["parameter90.name"]!==undefined)s["Parameter90.Name"]=i["parameter90.name"];if(i["parameter90.value"]!==undefined)s["Parameter90.Value"]=i["parameter90.value"];if(i["parameter91.name"]!==undefined)s["Parameter91.Name"]=i["parameter91.name"];if(i["parameter91.value"]!==undefined)s["Parameter91.Value"]=i["parameter91.value"];if(i["parameter92.name"]!==undefined)s["Parameter92.Name"]=i["parameter92.name"];if(i["parameter92.value"]!==undefined)s["Parameter92.Value"]=i["parameter92.value"];if(i["parameter93.name"]!==undefined)s["Parameter93.Name"]=i["parameter93.name"];if(i["parameter93.value"]!==undefined)s["Parameter93.Value"]=i["parameter93.value"];if(i["parameter94.name"]!==undefined)s["Parameter94.Name"]=i["parameter94.name"];if(i["parameter94.value"]!==undefined)s["Parameter94.Value"]=i["parameter94.value"];if(i["parameter95.name"]!==undefined)s["Parameter95.Name"]=i["parameter95.name"];if(i["parameter95.value"]!==undefined)s["Parameter95.Value"]=i["parameter95.value"];if(i["parameter96.name"]!==undefined)s["Parameter96.Name"]=i["parameter96.name"];if(i["parameter96.value"]!==undefined)s["Parameter96.Value"]=i["parameter96.value"];if(i["parameter97.name"]!==undefined)s["Parameter97.Name"]=i["parameter97.name"];if(i["parameter97.value"]!==undefined)s["Parameter97.Value"]=i["parameter97.value"];if(i["parameter98.name"]!==undefined)s["Parameter98.Name"]=i["parameter98.name"];if(i["parameter98.value"]!==undefined)s["Parameter98.Value"]=i["parameter98.value"];if(i["parameter99.name"]!==undefined)s["Parameter99.Name"]=i["parameter99.name"];if(i["parameter99.value"]!==undefined)s["Parameter99.Value"]=i["parameter99.value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new StreamInstance(o,e,instance._solution.accountSid,instance._solution.callSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.StreamListInstance=StreamListInstance},71656:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UserDefinedMessageInstance=i.UserDefinedMessageListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function UserDefinedMessageListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const r={};r._version=e;r._solution={accountSid:i,callSid:n};r._uri=`/Accounts/${i}/Calls/${n}/UserDefinedMessages.json`;r.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["content"]===null||i["content"]===undefined){throw new Error("Required parameter \"params['content']\" missing.")}let s={};s["Content"]=i["content"];if(i["idempotencyKey"]!==undefined)s["IdempotencyKey"]=i["idempotencyKey"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:r._uri,method:"post",data:s,headers:o});c=c.then((e=>new UserDefinedMessageInstance(a,e,r._solution.accountSid,r._solution.callSid)));c=r._version.setPromiseCallback(c,n);return c};r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.UserDefinedMessageListInstance=UserDefinedMessageListInstance;class UserDefinedMessageInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.sid=i.sid;this.dateCreated=r.rfc2822DateTime(i.date_created)}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,sid:this.sid,dateCreated:this.dateCreated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UserDefinedMessageInstance=UserDefinedMessageInstance},85366:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UserDefinedMessageSubscriptionListInstance=i.UserDefinedMessageSubscriptionInstance=i.UserDefinedMessageSubscriptionContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class UserDefinedMessageSubscriptionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/UserDefinedMessageSubscriptions/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UserDefinedMessageSubscriptionContextImpl=UserDefinedMessageSubscriptionContextImpl;class UserDefinedMessageSubscriptionInstance{constructor(e,i,n,s,o){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.sid=i.sid;this.dateCreated=r.rfc2822DateTime(i.date_created);this.uri=i.uri;this._solution={accountSid:n,callSid:s,sid:o||this.sid}}get _proxy(){this._context=this._context||new UserDefinedMessageSubscriptionContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,sid:this.sid,dateCreated:this.dateCreated,uri:this.uri}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UserDefinedMessageSubscriptionInstance=UserDefinedMessageSubscriptionInstance;function UserDefinedMessageSubscriptionListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserDefinedMessageSubscriptionContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/UserDefinedMessageSubscriptions.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["callback"]===null||i["callback"]===undefined){throw new Error("Required parameter \"params['callback']\" missing.")}let s={};s["Callback"]=i["callback"];if(i["idempotencyKey"]!==undefined)s["IdempotencyKey"]=i["idempotencyKey"];if(i["method"]!==undefined)s["Method"]=i["method"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserDefinedMessageSubscriptionInstance(o,e,instance._solution.accountSid,instance._solution.callSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.UserDefinedMessageSubscriptionListInstance=UserDefinedMessageSubscriptionListInstance},41322:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConferencePage=i.ConferenceListInstance=i.ConferenceInstance=i.ConferenceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(99793);const _=n(53471);class ConferenceContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Conferences/${n}.json`}get participants(){this._participants=this._participants||(0,f.ParticipantListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._participants}get recordings(){this._recordings=this._recordings||(0,_.RecordingListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._recordings}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConferenceInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["status"]!==undefined)n["Status"]=e["status"];if(e["announceUrl"]!==undefined)n["AnnounceUrl"]=e["announceUrl"];if(e["announceMethod"]!==undefined)n["AnnounceMethod"]=e["announceMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConferenceInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceContextImpl=ConferenceContextImpl;class ConferenceInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.apiVersion=i.api_version;this.friendlyName=i.friendly_name;this.region=i.region;this.sid=i.sid;this.status=i.status;this.uri=i.uri;this.subresourceUris=i.subresource_uris;this.reasonConferenceEnded=i.reason_conference_ended;this.callSidEndingConference=i.call_sid_ending_conference;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ConferenceContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}participants(){return this._proxy.participants}recordings(){return this._proxy.recordings}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,apiVersion:this.apiVersion,friendlyName:this.friendlyName,region:this.region,sid:this.sid,status:this.status,uri:this.uri,subresourceUris:this.subresourceUris,reasonConferenceEnded:this.reasonConferenceEnded,callSidEndingConference:this.callSidEndingConference}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceInstance=ConferenceInstance;function ConferenceListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ConferenceContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Conferences.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601Date(i["dateCreated"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreated<"]=c.iso8601Date(i["dateCreatedBefore"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreated>"]=c.iso8601Date(i["dateCreatedAfter"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601Date(i["dateUpdated"]);if(i["dateUpdatedBefore"]!==undefined)s["DateUpdated<"]=c.iso8601Date(i["dateUpdatedBefore"]);if(i["dateUpdatedAfter"]!==undefined)s["DateUpdated>"]=c.iso8601Date(i["dateUpdatedAfter"]);if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConferencePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConferencePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConferenceListInstance=ConferenceListInstance;class ConferencePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConferenceInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferencePage=ConferencePage},99793:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ParticipantContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conferenceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'callSid' is not valid.")}this._solution={accountSid:i,conferenceSid:n,callSid:s};this._uri=`/Accounts/${i}/Conferences/${n}/Participants/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.accountSid,i._solution.conferenceSid,i._solution.callSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["muted"]!==undefined)n["Muted"]=c.bool(e["muted"]);if(e["hold"]!==undefined)n["Hold"]=c.bool(e["hold"]);if(e["holdUrl"]!==undefined)n["HoldUrl"]=e["holdUrl"];if(e["holdMethod"]!==undefined)n["HoldMethod"]=e["holdMethod"];if(e["announceUrl"]!==undefined)n["AnnounceUrl"]=e["announceUrl"];if(e["announceMethod"]!==undefined)n["AnnounceMethod"]=e["announceMethod"];if(e["waitUrl"]!==undefined)n["WaitUrl"]=e["waitUrl"];if(e["waitMethod"]!==undefined)n["WaitMethod"]=e["waitMethod"];if(e["beepOnExit"]!==undefined)n["BeepOnExit"]=c.bool(e["beepOnExit"]);if(e["endConferenceOnExit"]!==undefined)n["EndConferenceOnExit"]=c.bool(e["endConferenceOnExit"]);if(e["coaching"]!==undefined)n["Coaching"]=c.bool(e["coaching"]);if(e["callSidToCoach"]!==undefined)n["CallSidToCoach"]=e["callSidToCoach"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ParticipantInstance(o,e,r._solution.accountSid,r._solution.conferenceSid,r._solution.callSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.label=i.label;this.callSidToCoach=i.call_sid_to_coach;this.coaching=i.coaching;this.conferenceSid=i.conference_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.endConferenceOnExit=i.end_conference_on_exit;this.muted=i.muted;this.hold=i.hold;this.startConferenceOnEnter=i.start_conference_on_enter;this.status=i.status;this.uri=i.uri;this._solution={accountSid:n,conferenceSid:s,callSid:r||this.callSid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.accountSid,this._solution.conferenceSid,this._solution.callSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,label:this.label,callSidToCoach:this.callSidToCoach,coaching:this.coaching,conferenceSid:this.conferenceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endConferenceOnExit:this.endConferenceOnExit,muted:this.muted,hold:this.hold,startConferenceOnEnter:this.startConferenceOnEnter,status:this.status,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conferenceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ParticipantContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,conferenceSid:n};instance._uri=`/Accounts/${i}/Conferences/${n}/Participants.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["from"]===null||i["from"]===undefined){throw new Error("Required parameter \"params['from']\" missing.")}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}let s={};s["From"]=i["from"];s["To"]=i["to"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["statusCallbackEvent"]!==undefined)s["StatusCallbackEvent"]=c.map(i["statusCallbackEvent"],(e=>e));if(i["label"]!==undefined)s["Label"]=i["label"];if(i["timeout"]!==undefined)s["Timeout"]=i["timeout"];if(i["record"]!==undefined)s["Record"]=c.bool(i["record"]);if(i["muted"]!==undefined)s["Muted"]=c.bool(i["muted"]);if(i["beep"]!==undefined)s["Beep"]=i["beep"];if(i["startConferenceOnEnter"]!==undefined)s["StartConferenceOnEnter"]=c.bool(i["startConferenceOnEnter"]);if(i["endConferenceOnExit"]!==undefined)s["EndConferenceOnExit"]=c.bool(i["endConferenceOnExit"]);if(i["waitUrl"]!==undefined)s["WaitUrl"]=i["waitUrl"];if(i["waitMethod"]!==undefined)s["WaitMethod"]=i["waitMethod"];if(i["earlyMedia"]!==undefined)s["EarlyMedia"]=c.bool(i["earlyMedia"]);if(i["maxParticipants"]!==undefined)s["MaxParticipants"]=i["maxParticipants"];if(i["conferenceRecord"]!==undefined)s["ConferenceRecord"]=i["conferenceRecord"];if(i["conferenceTrim"]!==undefined)s["ConferenceTrim"]=i["conferenceTrim"];if(i["conferenceStatusCallback"]!==undefined)s["ConferenceStatusCallback"]=i["conferenceStatusCallback"];if(i["conferenceStatusCallbackMethod"]!==undefined)s["ConferenceStatusCallbackMethod"]=i["conferenceStatusCallbackMethod"];if(i["conferenceStatusCallbackEvent"]!==undefined)s["ConferenceStatusCallbackEvent"]=c.map(i["conferenceStatusCallbackEvent"],(e=>e));if(i["recordingChannels"]!==undefined)s["RecordingChannels"]=i["recordingChannels"];if(i["recordingStatusCallback"]!==undefined)s["RecordingStatusCallback"]=i["recordingStatusCallback"];if(i["recordingStatusCallbackMethod"]!==undefined)s["RecordingStatusCallbackMethod"]=i["recordingStatusCallbackMethod"];if(i["sipAuthUsername"]!==undefined)s["SipAuthUsername"]=i["sipAuthUsername"];if(i["sipAuthPassword"]!==undefined)s["SipAuthPassword"]=i["sipAuthPassword"];if(i["region"]!==undefined)s["Region"]=i["region"];if(i["conferenceRecordingStatusCallback"]!==undefined)s["ConferenceRecordingStatusCallback"]=i["conferenceRecordingStatusCallback"];if(i["conferenceRecordingStatusCallbackMethod"]!==undefined)s["ConferenceRecordingStatusCallbackMethod"]=i["conferenceRecordingStatusCallbackMethod"];if(i["recordingStatusCallbackEvent"]!==undefined)s["RecordingStatusCallbackEvent"]=c.map(i["recordingStatusCallbackEvent"],(e=>e));if(i["conferenceRecordingStatusCallbackEvent"]!==undefined)s["ConferenceRecordingStatusCallbackEvent"]=c.map(i["conferenceRecordingStatusCallbackEvent"],(e=>e));if(i["coaching"]!==undefined)s["Coaching"]=c.bool(i["coaching"]);if(i["callSidToCoach"]!==undefined)s["CallSidToCoach"]=i["callSidToCoach"];if(i["jitterBufferSize"]!==undefined)s["JitterBufferSize"]=i["jitterBufferSize"];if(i["byoc"]!==undefined)s["Byoc"]=i["byoc"];if(i["callerId"]!==undefined)s["CallerId"]=i["callerId"];if(i["callReason"]!==undefined)s["CallReason"]=i["callReason"];if(i["recordingTrack"]!==undefined)s["RecordingTrack"]=i["recordingTrack"];if(i["timeLimit"]!==undefined)s["TimeLimit"]=i["timeLimit"];if(i["machineDetection"]!==undefined)s["MachineDetection"]=i["machineDetection"];if(i["machineDetectionTimeout"]!==undefined)s["MachineDetectionTimeout"]=i["machineDetectionTimeout"];if(i["machineDetectionSpeechThreshold"]!==undefined)s["MachineDetectionSpeechThreshold"]=i["machineDetectionSpeechThreshold"];if(i["machineDetectionSpeechEndThreshold"]!==undefined)s["MachineDetectionSpeechEndThreshold"]=i["machineDetectionSpeechEndThreshold"];if(i["machineDetectionSilenceTimeout"]!==undefined)s["MachineDetectionSilenceTimeout"]=i["machineDetectionSilenceTimeout"];if(i["amdStatusCallback"]!==undefined)s["AmdStatusCallback"]=i["amdStatusCallback"];if(i["amdStatusCallbackMethod"]!==undefined)s["AmdStatusCallbackMethod"]=i["amdStatusCallbackMethod"];if(i["trim"]!==undefined)s["Trim"]=i["trim"];if(i["callToken"]!==undefined)s["CallToken"]=i["callToken"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ParticipantInstance(o,e,instance._solution.accountSid,instance._solution.conferenceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["muted"]!==undefined)s["Muted"]=c.bool(i["muted"]);if(i["hold"]!==undefined)s["Hold"]=c.bool(i["hold"]);if(i["coaching"]!==undefined)s["Coaching"]=c.bool(i["coaching"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.accountSid,this._solution.conferenceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},53471:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RecordingPage=i.RecordingListInstance=i.RecordingInstance=i.RecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RecordingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conferenceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,conferenceSid:n,sid:s};this._uri=`/Accounts/${i}/Conferences/${n}/Recordings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RecordingInstance(n,e,i._solution.accountSid,i._solution.conferenceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];if(e["pauseBehavior"]!==undefined)n["PauseBehavior"]=e["pauseBehavior"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RecordingInstance(o,e,r._solution.accountSid,r._solution.conferenceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingContextImpl=RecordingContextImpl;class RecordingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callSid=i.call_sid;this.conferenceSid=i.conference_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.startTime=a.rfc2822DateTime(i.start_time);this.duration=i.duration;this.sid=i.sid;this.price=i.price;this.priceUnit=i.price_unit;this.status=i.status;this.channels=a.integer(i.channels);this.source=i.source;this.errorCode=a.integer(i.error_code);this.encryptionDetails=i.encryption_details;this.uri=i.uri;this._solution={accountSid:n,conferenceSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new RecordingContextImpl(this._version,this._solution.accountSid,this._solution.conferenceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callSid:this.callSid,conferenceSid:this.conferenceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,startTime:this.startTime,duration:this.duration,sid:this.sid,price:this.price,priceUnit:this.priceUnit,status:this.status,channels:this.channels,source:this.source,errorCode:this.errorCode,encryptionDetails:this.encryptionDetails,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingInstance=RecordingInstance;function RecordingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conferenceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new RecordingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,conferenceSid:n};instance._uri=`/Accounts/${i}/Conferences/${n}/Recordings.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601Date(i["dateCreated"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreated<"]=c.iso8601Date(i["dateCreatedBefore"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreated>"]=c.iso8601Date(i["dateCreatedAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RecordingListInstance=RecordingListInstance;class RecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RecordingInstance(this._version,e,this._solution.accountSid,this._solution.conferenceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingPage=RecordingPage},48104:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConnectAppPage=i.ConnectAppListInstance=i.ConnectAppInstance=i.ConnectAppContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ConnectAppContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/ConnectApps/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConnectAppInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["authorizeRedirectUrl"]!==undefined)n["AuthorizeRedirectUrl"]=e["authorizeRedirectUrl"];if(e["companyName"]!==undefined)n["CompanyName"]=e["companyName"];if(e["deauthorizeCallbackMethod"]!==undefined)n["DeauthorizeCallbackMethod"]=e["deauthorizeCallbackMethod"];if(e["deauthorizeCallbackUrl"]!==undefined)n["DeauthorizeCallbackUrl"]=e["deauthorizeCallbackUrl"];if(e["description"]!==undefined)n["Description"]=e["description"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["homepageUrl"]!==undefined)n["HomepageUrl"]=e["homepageUrl"];if(e["permissions"]!==undefined)n["Permissions"]=c.map(e["permissions"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConnectAppInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectAppContextImpl=ConnectAppContextImpl;class ConnectAppInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.authorizeRedirectUrl=i.authorize_redirect_url;this.companyName=i.company_name;this.deauthorizeCallbackMethod=i.deauthorize_callback_method;this.deauthorizeCallbackUrl=i.deauthorize_callback_url;this.description=i.description;this.friendlyName=i.friendly_name;this.homepageUrl=i.homepage_url;this.permissions=i.permissions;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ConnectAppContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,authorizeRedirectUrl:this.authorizeRedirectUrl,companyName:this.companyName,deauthorizeCallbackMethod:this.deauthorizeCallbackMethod,deauthorizeCallbackUrl:this.deauthorizeCallbackUrl,description:this.description,friendlyName:this.friendlyName,homepageUrl:this.homepageUrl,permissions:this.permissions,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectAppInstance=ConnectAppInstance;function ConnectAppListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ConnectAppContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/ConnectApps.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConnectAppPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConnectAppPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConnectAppListInstance=ConnectAppListInstance;class ConnectAppPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConnectAppInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectAppPage=ConnectAppPage},73350:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IncomingPhoneNumberPage=i.IncomingPhoneNumberListInstance=i.IncomingPhoneNumberInstance=i.IncomingPhoneNumberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(83805);const _=n(42867);const g=n(6179);const v=n(8039);class IncomingPhoneNumberContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/IncomingPhoneNumbers/${n}.json`}get assignedAddOns(){this._assignedAddOns=this._assignedAddOns||(0,f.AssignedAddOnListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._assignedAddOns}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IncomingPhoneNumberInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["accountSid"]!==undefined)n["AccountSid"]=e["accountSid"];if(e["apiVersion"]!==undefined)n["ApiVersion"]=e["apiVersion"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["smsApplicationSid"]!==undefined)n["SmsApplicationSid"]=e["smsApplicationSid"];if(e["smsFallbackMethod"]!==undefined)n["SmsFallbackMethod"]=e["smsFallbackMethod"];if(e["smsFallbackUrl"]!==undefined)n["SmsFallbackUrl"]=e["smsFallbackUrl"];if(e["smsMethod"]!==undefined)n["SmsMethod"]=e["smsMethod"];if(e["smsUrl"]!==undefined)n["SmsUrl"]=e["smsUrl"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["voiceApplicationSid"]!==undefined)n["VoiceApplicationSid"]=e["voiceApplicationSid"];if(e["voiceCallerIdLookup"]!==undefined)n["VoiceCallerIdLookup"]=c.bool(e["voiceCallerIdLookup"]);if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];if(e["emergencyStatus"]!==undefined)n["EmergencyStatus"]=e["emergencyStatus"];if(e["emergencyAddressSid"]!==undefined)n["EmergencyAddressSid"]=e["emergencyAddressSid"];if(e["trunkSid"]!==undefined)n["TrunkSid"]=e["trunkSid"];if(e["voiceReceiveMode"]!==undefined)n["VoiceReceiveMode"]=e["voiceReceiveMode"];if(e["identitySid"]!==undefined)n["IdentitySid"]=e["identitySid"];if(e["addressSid"]!==undefined)n["AddressSid"]=e["addressSid"];if(e["bundleSid"]!==undefined)n["BundleSid"]=e["bundleSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new IncomingPhoneNumberInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IncomingPhoneNumberContextImpl=IncomingPhoneNumberContextImpl;class IncomingPhoneNumberInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.addressSid=i.address_sid;this.addressRequirements=i.address_requirements;this.apiVersion=i.api_version;this.beta=i.beta;this.capabilities=i.capabilities;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.identitySid=i.identity_sid;this.phoneNumber=i.phone_number;this.origin=i.origin;this.sid=i.sid;this.smsApplicationSid=i.sms_application_sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.trunkSid=i.trunk_sid;this.uri=i.uri;this.voiceReceiveMode=i.voice_receive_mode;this.voiceApplicationSid=i.voice_application_sid;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.emergencyStatus=i.emergency_status;this.emergencyAddressSid=i.emergency_address_sid;this.emergencyAddressStatus=i.emergency_address_status;this.bundleSid=i.bundle_sid;this.status=i.status;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new IncomingPhoneNumberContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}assignedAddOns(){return this._proxy.assignedAddOns}toJSON(){return{accountSid:this.accountSid,addressSid:this.addressSid,addressRequirements:this.addressRequirements,apiVersion:this.apiVersion,beta:this.beta,capabilities:this.capabilities,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,identitySid:this.identitySid,phoneNumber:this.phoneNumber,origin:this.origin,sid:this.sid,smsApplicationSid:this.smsApplicationSid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,trunkSid:this.trunkSid,uri:this.uri,voiceReceiveMode:this.voiceReceiveMode,voiceApplicationSid:this.voiceApplicationSid,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,emergencyStatus:this.emergencyStatus,emergencyAddressSid:this.emergencyAddressSid,emergencyAddressStatus:this.emergencyAddressStatus,bundleSid:this.bundleSid,status:this.status}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IncomingPhoneNumberInstance=IncomingPhoneNumberInstance;function IncomingPhoneNumberListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new IncomingPhoneNumberContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/IncomingPhoneNumbers.json`;Object.defineProperty(instance,"local",{get:function local(){if(!instance._local){instance._local=(0,_.LocalListInstance)(instance._version,instance._solution.accountSid)}return instance._local}});Object.defineProperty(instance,"mobile",{get:function mobile(){if(!instance._mobile){instance._mobile=(0,g.MobileListInstance)(instance._version,instance._solution.accountSid)}return instance._mobile}});Object.defineProperty(instance,"tollFree",{get:function tollFree(){if(!instance._tollFree){instance._tollFree=(0,v.TollFreeListInstance)(instance._version,instance._solution.accountSid)}return instance._tollFree}});instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["apiVersion"]!==undefined)s["ApiVersion"]=i["apiVersion"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["smsApplicationSid"]!==undefined)s["SmsApplicationSid"]=i["smsApplicationSid"];if(i["smsFallbackMethod"]!==undefined)s["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["smsFallbackUrl"]!==undefined)s["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsMethod"]!==undefined)s["SmsMethod"]=i["smsMethod"];if(i["smsUrl"]!==undefined)s["SmsUrl"]=i["smsUrl"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["voiceApplicationSid"]!==undefined)s["VoiceApplicationSid"]=i["voiceApplicationSid"];if(i["voiceCallerIdLookup"]!==undefined)s["VoiceCallerIdLookup"]=c.bool(i["voiceCallerIdLookup"]);if(i["voiceFallbackMethod"]!==undefined)s["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["voiceFallbackUrl"]!==undefined)s["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceMethod"]!==undefined)s["VoiceMethod"]=i["voiceMethod"];if(i["voiceUrl"]!==undefined)s["VoiceUrl"]=i["voiceUrl"];if(i["emergencyStatus"]!==undefined)s["EmergencyStatus"]=i["emergencyStatus"];if(i["emergencyAddressSid"]!==undefined)s["EmergencyAddressSid"]=i["emergencyAddressSid"];if(i["trunkSid"]!==undefined)s["TrunkSid"]=i["trunkSid"];if(i["identitySid"]!==undefined)s["IdentitySid"]=i["identitySid"];if(i["addressSid"]!==undefined)s["AddressSid"]=i["addressSid"];if(i["voiceReceiveMode"]!==undefined)s["VoiceReceiveMode"]=i["voiceReceiveMode"];if(i["bundleSid"]!==undefined)s["BundleSid"]=i["bundleSid"];if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["areaCode"]!==undefined)s["AreaCode"]=i["areaCode"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IncomingPhoneNumberInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["beta"]!==undefined)s["Beta"]=c.bool(i["beta"]);if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["origin"]!==undefined)s["Origin"]=i["origin"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IncomingPhoneNumberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IncomingPhoneNumberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IncomingPhoneNumberListInstance=IncomingPhoneNumberListInstance;class IncomingPhoneNumberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IncomingPhoneNumberInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IncomingPhoneNumberPage=IncomingPhoneNumberPage},83805:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssignedAddOnPage=i.AssignedAddOnListInstance=i.AssignedAddOnInstance=i.AssignedAddOnContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(39716);class AssignedAddOnContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'resourceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,resourceSid:n,sid:s};this._uri=`/Accounts/${i}/IncomingPhoneNumbers/${n}/AssignedAddOns/${s}.json`}get extensions(){this._extensions=this._extensions||(0,f.AssignedAddOnExtensionListInstance)(this._version,this._solution.accountSid,this._solution.resourceSid,this._solution.sid);return this._extensions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssignedAddOnInstance(n,e,i._solution.accountSid,i._solution.resourceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnContextImpl=AssignedAddOnContextImpl;class AssignedAddOnInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.resourceSid=i.resource_sid;this.friendlyName=i.friendly_name;this.description=i.description;this.configuration=i.configuration;this.uniqueName=i.unique_name;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.uri=i.uri;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,resourceSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AssignedAddOnContextImpl(this._version,this._solution.accountSid,this._solution.resourceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}extensions(){return this._proxy.extensions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,resourceSid:this.resourceSid,friendlyName:this.friendlyName,description:this.description,configuration:this.configuration,uniqueName:this.uniqueName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uri:this.uri,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnInstance=AssignedAddOnInstance;function AssignedAddOnListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'resourceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AssignedAddOnContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,resourceSid:n};instance._uri=`/Accounts/${i}/IncomingPhoneNumbers/${n}/AssignedAddOns.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["installedAddOnSid"]===null||i["installedAddOnSid"]===undefined){throw new Error("Required parameter \"params['installedAddOnSid']\" missing.")}let s={};s["InstalledAddOnSid"]=i["installedAddOnSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AssignedAddOnInstance(o,e,instance._solution.accountSid,instance._solution.resourceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssignedAddOnPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssignedAddOnPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssignedAddOnListInstance=AssignedAddOnListInstance;class AssignedAddOnPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssignedAddOnInstance(this._version,e,this._solution.accountSid,this._solution.resourceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnPage=AssignedAddOnPage},39716:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssignedAddOnExtensionPage=i.AssignedAddOnExtensionListInstance=i.AssignedAddOnExtensionInstance=i.AssignedAddOnExtensionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AssignedAddOnExtensionContextImpl{constructor(e,i,n,s,r){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'resourceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'assignedAddOnSid' is not valid.")}if(!(0,u.isValidPathParam)(r)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,resourceSid:n,assignedAddOnSid:s,sid:r};this._uri=`/Accounts/${i}/IncomingPhoneNumbers/${n}/AssignedAddOns/${s}/Extensions/${r}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssignedAddOnExtensionInstance(n,e,i._solution.accountSid,i._solution.resourceSid,i._solution.assignedAddOnSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnExtensionContextImpl=AssignedAddOnExtensionContextImpl;class AssignedAddOnExtensionInstance{constructor(e,i,n,s,r,o){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.resourceSid=i.resource_sid;this.assignedAddOnSid=i.assigned_add_on_sid;this.friendlyName=i.friendly_name;this.productName=i.product_name;this.uniqueName=i.unique_name;this.uri=i.uri;this.enabled=i.enabled;this._solution={accountSid:n,resourceSid:s,assignedAddOnSid:r,sid:o||this.sid}}get _proxy(){this._context=this._context||new AssignedAddOnExtensionContextImpl(this._version,this._solution.accountSid,this._solution.resourceSid,this._solution.assignedAddOnSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,resourceSid:this.resourceSid,assignedAddOnSid:this.assignedAddOnSid,friendlyName:this.friendlyName,productName:this.productName,uniqueName:this.uniqueName,uri:this.uri,enabled:this.enabled}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnExtensionInstance=AssignedAddOnExtensionInstance;function AssignedAddOnExtensionListInstance(e,i,n,s){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'resourceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'assignedAddOnSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(r){return new AssignedAddOnExtensionContextImpl(e,i,n,s,r)};instance._version=e;instance._solution={accountSid:i,resourceSid:n,assignedAddOnSid:s};instance._uri=`/Accounts/${i}/IncomingPhoneNumbers/${n}/AssignedAddOns/${s}/Extensions.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssignedAddOnExtensionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssignedAddOnExtensionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssignedAddOnExtensionListInstance=AssignedAddOnExtensionListInstance;class AssignedAddOnExtensionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssignedAddOnExtensionInstance(this._version,e,this._solution.accountSid,this._solution.resourceSid,this._solution.assignedAddOnSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnExtensionPage=AssignedAddOnExtensionPage},42867:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.LocalPage=i.LocalInstance=i.LocalListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function LocalListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/IncomingPhoneNumbers/Local.json`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let r={};r["PhoneNumber"]=i["phoneNumber"];if(i["apiVersion"]!==undefined)r["ApiVersion"]=i["apiVersion"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["smsApplicationSid"]!==undefined)r["SmsApplicationSid"]=i["smsApplicationSid"];if(i["smsFallbackMethod"]!==undefined)r["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["smsFallbackUrl"]!==undefined)r["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsMethod"]!==undefined)r["SmsMethod"]=i["smsMethod"];if(i["smsUrl"]!==undefined)r["SmsUrl"]=i["smsUrl"];if(i["statusCallback"]!==undefined)r["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)r["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["voiceApplicationSid"]!==undefined)r["VoiceApplicationSid"]=i["voiceApplicationSid"];if(i["voiceCallerIdLookup"]!==undefined)r["VoiceCallerIdLookup"]=c.bool(i["voiceCallerIdLookup"]);if(i["voiceFallbackMethod"]!==undefined)r["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["voiceFallbackUrl"]!==undefined)r["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceMethod"]!==undefined)r["VoiceMethod"]=i["voiceMethod"];if(i["voiceUrl"]!==undefined)r["VoiceUrl"]=i["voiceUrl"];if(i["identitySid"]!==undefined)r["IdentitySid"]=i["identitySid"];if(i["addressSid"]!==undefined)r["AddressSid"]=i["addressSid"];if(i["emergencyStatus"]!==undefined)r["EmergencyStatus"]=i["emergencyStatus"];if(i["emergencyAddressSid"]!==undefined)r["EmergencyAddressSid"]=i["emergencyAddressSid"];if(i["trunkSid"]!==undefined)r["TrunkSid"]=i["trunkSid"];if(i["voiceReceiveMode"]!==undefined)r["VoiceReceiveMode"]=i["voiceReceiveMode"];if(i["bundleSid"]!==undefined)r["BundleSid"]=i["bundleSid"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,u=a.create({uri:n._uri,method:"post",data:r,headers:o});u=u.then((e=>new LocalInstance(a,e,n._solution.accountSid)));u=n._version.setPromiseCallback(u,s);return u};n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["phoneNumber"]!==undefined)r["PhoneNumber"]=i["phoneNumber"];if(i["origin"]!==undefined)r["Origin"]=i["origin"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new LocalPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new LocalPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.LocalListInstance=LocalListInstance;class LocalInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.addressSid=i.address_sid;this.addressRequirements=i.address_requirements;this.apiVersion=i.api_version;this.beta=i.beta;this.capabilities=i.capabilities;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.identitySid=i.identity_sid;this.phoneNumber=i.phone_number;this.origin=i.origin;this.sid=i.sid;this.smsApplicationSid=i.sms_application_sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.trunkSid=i.trunk_sid;this.uri=i.uri;this.voiceReceiveMode=i.voice_receive_mode;this.voiceApplicationSid=i.voice_application_sid;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.emergencyStatus=i.emergency_status;this.emergencyAddressSid=i.emergency_address_sid;this.emergencyAddressStatus=i.emergency_address_status;this.bundleSid=i.bundle_sid;this.status=i.status}toJSON(){return{accountSid:this.accountSid,addressSid:this.addressSid,addressRequirements:this.addressRequirements,apiVersion:this.apiVersion,beta:this.beta,capabilities:this.capabilities,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,identitySid:this.identitySid,phoneNumber:this.phoneNumber,origin:this.origin,sid:this.sid,smsApplicationSid:this.smsApplicationSid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,trunkSid:this.trunkSid,uri:this.uri,voiceReceiveMode:this.voiceReceiveMode,voiceApplicationSid:this.voiceApplicationSid,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,emergencyStatus:this.emergencyStatus,emergencyAddressSid:this.emergencyAddressSid,emergencyAddressStatus:this.emergencyAddressStatus,bundleSid:this.bundleSid,status:this.status}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LocalInstance=LocalInstance;class LocalPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new LocalInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LocalPage=LocalPage},6179:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MobilePage=i.MobileInstance=i.MobileListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function MobileListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/IncomingPhoneNumbers/Mobile.json`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let r={};r["PhoneNumber"]=i["phoneNumber"];if(i["apiVersion"]!==undefined)r["ApiVersion"]=i["apiVersion"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["smsApplicationSid"]!==undefined)r["SmsApplicationSid"]=i["smsApplicationSid"];if(i["smsFallbackMethod"]!==undefined)r["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["smsFallbackUrl"]!==undefined)r["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsMethod"]!==undefined)r["SmsMethod"]=i["smsMethod"];if(i["smsUrl"]!==undefined)r["SmsUrl"]=i["smsUrl"];if(i["statusCallback"]!==undefined)r["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)r["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["voiceApplicationSid"]!==undefined)r["VoiceApplicationSid"]=i["voiceApplicationSid"];if(i["voiceCallerIdLookup"]!==undefined)r["VoiceCallerIdLookup"]=c.bool(i["voiceCallerIdLookup"]);if(i["voiceFallbackMethod"]!==undefined)r["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["voiceFallbackUrl"]!==undefined)r["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceMethod"]!==undefined)r["VoiceMethod"]=i["voiceMethod"];if(i["voiceUrl"]!==undefined)r["VoiceUrl"]=i["voiceUrl"];if(i["identitySid"]!==undefined)r["IdentitySid"]=i["identitySid"];if(i["addressSid"]!==undefined)r["AddressSid"]=i["addressSid"];if(i["emergencyStatus"]!==undefined)r["EmergencyStatus"]=i["emergencyStatus"];if(i["emergencyAddressSid"]!==undefined)r["EmergencyAddressSid"]=i["emergencyAddressSid"];if(i["trunkSid"]!==undefined)r["TrunkSid"]=i["trunkSid"];if(i["voiceReceiveMode"]!==undefined)r["VoiceReceiveMode"]=i["voiceReceiveMode"];if(i["bundleSid"]!==undefined)r["BundleSid"]=i["bundleSid"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,u=a.create({uri:n._uri,method:"post",data:r,headers:o});u=u.then((e=>new MobileInstance(a,e,n._solution.accountSid)));u=n._version.setPromiseCallback(u,s);return u};n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["phoneNumber"]!==undefined)r["PhoneNumber"]=i["phoneNumber"];if(i["origin"]!==undefined)r["Origin"]=i["origin"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new MobilePage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new MobilePage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.MobileListInstance=MobileListInstance;class MobileInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.addressSid=i.address_sid;this.addressRequirements=i.address_requirements;this.apiVersion=i.api_version;this.beta=i.beta;this.capabilities=i.capabilities;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.identitySid=i.identity_sid;this.phoneNumber=i.phone_number;this.origin=i.origin;this.sid=i.sid;this.smsApplicationSid=i.sms_application_sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.trunkSid=i.trunk_sid;this.uri=i.uri;this.voiceReceiveMode=i.voice_receive_mode;this.voiceApplicationSid=i.voice_application_sid;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.emergencyStatus=i.emergency_status;this.emergencyAddressSid=i.emergency_address_sid;this.emergencyAddressStatus=i.emergency_address_status;this.bundleSid=i.bundle_sid;this.status=i.status}toJSON(){return{accountSid:this.accountSid,addressSid:this.addressSid,addressRequirements:this.addressRequirements,apiVersion:this.apiVersion,beta:this.beta,capabilities:this.capabilities,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,identitySid:this.identitySid,phoneNumber:this.phoneNumber,origin:this.origin,sid:this.sid,smsApplicationSid:this.smsApplicationSid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,trunkSid:this.trunkSid,uri:this.uri,voiceReceiveMode:this.voiceReceiveMode,voiceApplicationSid:this.voiceApplicationSid,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,emergencyStatus:this.emergencyStatus,emergencyAddressSid:this.emergencyAddressSid,emergencyAddressStatus:this.emergencyAddressStatus,bundleSid:this.bundleSid,status:this.status}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MobileInstance=MobileInstance;class MobilePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MobileInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MobilePage=MobilePage},8039:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TollFreePage=i.TollFreeInstance=i.TollFreeListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function TollFreeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/IncomingPhoneNumbers/TollFree.json`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let r={};r["PhoneNumber"]=i["phoneNumber"];if(i["apiVersion"]!==undefined)r["ApiVersion"]=i["apiVersion"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["smsApplicationSid"]!==undefined)r["SmsApplicationSid"]=i["smsApplicationSid"];if(i["smsFallbackMethod"]!==undefined)r["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["smsFallbackUrl"]!==undefined)r["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsMethod"]!==undefined)r["SmsMethod"]=i["smsMethod"];if(i["smsUrl"]!==undefined)r["SmsUrl"]=i["smsUrl"];if(i["statusCallback"]!==undefined)r["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)r["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["voiceApplicationSid"]!==undefined)r["VoiceApplicationSid"]=i["voiceApplicationSid"];if(i["voiceCallerIdLookup"]!==undefined)r["VoiceCallerIdLookup"]=c.bool(i["voiceCallerIdLookup"]);if(i["voiceFallbackMethod"]!==undefined)r["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["voiceFallbackUrl"]!==undefined)r["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceMethod"]!==undefined)r["VoiceMethod"]=i["voiceMethod"];if(i["voiceUrl"]!==undefined)r["VoiceUrl"]=i["voiceUrl"];if(i["identitySid"]!==undefined)r["IdentitySid"]=i["identitySid"];if(i["addressSid"]!==undefined)r["AddressSid"]=i["addressSid"];if(i["emergencyStatus"]!==undefined)r["EmergencyStatus"]=i["emergencyStatus"];if(i["emergencyAddressSid"]!==undefined)r["EmergencyAddressSid"]=i["emergencyAddressSid"];if(i["trunkSid"]!==undefined)r["TrunkSid"]=i["trunkSid"];if(i["voiceReceiveMode"]!==undefined)r["VoiceReceiveMode"]=i["voiceReceiveMode"];if(i["bundleSid"]!==undefined)r["BundleSid"]=i["bundleSid"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,u=a.create({uri:n._uri,method:"post",data:r,headers:o});u=u.then((e=>new TollFreeInstance(a,e,n._solution.accountSid)));u=n._version.setPromiseCallback(u,s);return u};n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["phoneNumber"]!==undefined)r["PhoneNumber"]=i["phoneNumber"];if(i["origin"]!==undefined)r["Origin"]=i["origin"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new TollFreePage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new TollFreePage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.TollFreeListInstance=TollFreeListInstance;class TollFreeInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.addressSid=i.address_sid;this.addressRequirements=i.address_requirements;this.apiVersion=i.api_version;this.beta=i.beta;this.capabilities=i.capabilities;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.identitySid=i.identity_sid;this.phoneNumber=i.phone_number;this.origin=i.origin;this.sid=i.sid;this.smsApplicationSid=i.sms_application_sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.trunkSid=i.trunk_sid;this.uri=i.uri;this.voiceReceiveMode=i.voice_receive_mode;this.voiceApplicationSid=i.voice_application_sid;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.emergencyStatus=i.emergency_status;this.emergencyAddressSid=i.emergency_address_sid;this.emergencyAddressStatus=i.emergency_address_status;this.bundleSid=i.bundle_sid;this.status=i.status}toJSON(){return{accountSid:this.accountSid,addressSid:this.addressSid,addressRequirements:this.addressRequirements,apiVersion:this.apiVersion,beta:this.beta,capabilities:this.capabilities,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,identitySid:this.identitySid,phoneNumber:this.phoneNumber,origin:this.origin,sid:this.sid,smsApplicationSid:this.smsApplicationSid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,trunkSid:this.trunkSid,uri:this.uri,voiceReceiveMode:this.voiceReceiveMode,voiceApplicationSid:this.voiceApplicationSid,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,emergencyStatus:this.emergencyStatus,emergencyAddressSid:this.emergencyAddressSid,emergencyAddressStatus:this.emergencyAddressStatus,bundleSid:this.bundleSid,status:this.status}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollFreeInstance=TollFreeInstance;class TollFreePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TollFreeInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollFreePage=TollFreePage},36378:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.KeyPage=i.KeyListInstance=i.KeyInstance=i.KeyContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class KeyContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Keys/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new KeyInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new KeyInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyContextImpl=KeyContextImpl;class KeyInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new KeyContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyInstance=KeyInstance;function KeyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new KeyContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Keys.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new KeyPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new KeyPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.KeyListInstance=KeyListInstance;class KeyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new KeyInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyPage=KeyPage},76433:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(56300);const _=n(15532);class MessageContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Messages/${n}.json`}get feedback(){this._feedback=this._feedback||(0,f.FeedbackListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._feedback}get media(){this._media=this._media||(0,_.MediaListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._media}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["body"]!==undefined)n["Body"]=e["body"];if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s){this._version=e;this.body=i.body;this.numSegments=i.num_segments;this.direction=i.direction;this.from=i.from;this.to=i.to;this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.price=i.price;this.errorMessage=i.error_message;this.uri=i.uri;this.accountSid=i.account_sid;this.numMedia=i.num_media;this.status=i.status;this.messagingServiceSid=i.messaging_service_sid;this.sid=i.sid;this.dateSent=a.rfc2822DateTime(i.date_sent);this.dateCreated=a.rfc2822DateTime(i.date_created);this.errorCode=a.integer(i.error_code);this.priceUnit=i.price_unit;this.apiVersion=i.api_version;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}feedback(){return this._proxy.feedback}media(){return this._proxy.media}toJSON(){return{body:this.body,numSegments:this.numSegments,direction:this.direction,from:this.from,to:this.to,dateUpdated:this.dateUpdated,price:this.price,errorMessage:this.errorMessage,uri:this.uri,accountSid:this.accountSid,numMedia:this.numMedia,status:this.status,messagingServiceSid:this.messagingServiceSid,sid:this.sid,dateSent:this.dateSent,dateCreated:this.dateCreated,errorCode:this.errorCode,priceUnit:this.priceUnit,apiVersion:this.apiVersion,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new MessageContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Messages.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}let s={};s["To"]=i["to"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["applicationSid"]!==undefined)s["ApplicationSid"]=i["applicationSid"];if(i["maxPrice"]!==undefined)s["MaxPrice"]=i["maxPrice"];if(i["provideFeedback"]!==undefined)s["ProvideFeedback"]=c.bool(i["provideFeedback"]);if(i["attempt"]!==undefined)s["Attempt"]=i["attempt"];if(i["validityPeriod"]!==undefined)s["ValidityPeriod"]=i["validityPeriod"];if(i["forceDelivery"]!==undefined)s["ForceDelivery"]=c.bool(i["forceDelivery"]);if(i["contentRetention"]!==undefined)s["ContentRetention"]=i["contentRetention"];if(i["addressRetention"]!==undefined)s["AddressRetention"]=i["addressRetention"];if(i["smartEncoded"]!==undefined)s["SmartEncoded"]=c.bool(i["smartEncoded"]);if(i["persistentAction"]!==undefined)s["PersistentAction"]=c.map(i["persistentAction"],(e=>e));if(i["shortenUrls"]!==undefined)s["ShortenUrls"]=c.bool(i["shortenUrls"]);if(i["scheduleType"]!==undefined)s["ScheduleType"]=i["scheduleType"];if(i["sendAt"]!==undefined)s["SendAt"]=c.iso8601DateTime(i["sendAt"]);if(i["sendAsMms"]!==undefined)s["SendAsMms"]=c.bool(i["sendAsMms"]);if(i["contentVariables"]!==undefined)s["ContentVariables"]=i["contentVariables"];if(i["riskCheck"]!==undefined)s["RiskCheck"]=i["riskCheck"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["messagingServiceSid"]!==undefined)s["MessagingServiceSid"]=i["messagingServiceSid"];if(i["body"]!==undefined)s["Body"]=i["body"];if(i["mediaUrl"]!==undefined)s["MediaUrl"]=c.map(i["mediaUrl"],(e=>e));if(i["contentSid"]!==undefined)s["ContentSid"]=i["contentSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["to"]!==undefined)s["To"]=i["to"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["dateSent"]!==undefined)s["DateSent"]=c.iso8601DateTime(i["dateSent"]);if(i["dateSentBefore"]!==undefined)s["DateSent<"]=c.iso8601DateTime(i["dateSentBefore"]);if(i["dateSentAfter"]!==undefined)s["DateSent>"]=c.iso8601DateTime(i["dateSentAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},56300:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FeedbackInstance=i.FeedbackListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function FeedbackListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'messageSid' is not valid.")}const r={};r._version=e;r._solution={accountSid:i,messageSid:n};r._uri=`/Accounts/${i}/Messages/${n}/Feedback.json`;r.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["outcome"]!==undefined)s["Outcome"]=i["outcome"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:r._uri,method:"post",data:s,headers:o});c=c.then((e=>new FeedbackInstance(a,e,r._solution.accountSid,r._solution.messageSid)));c=r._version.setPromiseCallback(c,n);return c};r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.FeedbackListInstance=FeedbackListInstance;class FeedbackInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.messageSid=i.message_sid;this.outcome=i.outcome;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.uri=i.uri}toJSON(){return{accountSid:this.accountSid,messageSid:this.messageSid,outcome:this.outcome,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uri:this.uri}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FeedbackInstance=FeedbackInstance},15532:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MediaPage=i.MediaListInstance=i.MediaInstance=i.MediaContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MediaContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'messageSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,messageSid:n,sid:s};this._uri=`/Accounts/${i}/Messages/${n}/Media/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MediaInstance(n,e,i._solution.accountSid,i._solution.messageSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaContextImpl=MediaContextImpl;class MediaInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.contentType=i.content_type;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.parentSid=i.parent_sid;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,messageSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MediaContextImpl(this._version,this._solution.accountSid,this._solution.messageSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,contentType:this.contentType,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,parentSid:this.parentSid,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaInstance=MediaInstance;function MediaListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'messageSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MediaContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,messageSid:n};instance._uri=`/Accounts/${i}/Messages/${n}/Media.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreated<"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreated>"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MediaPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MediaPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MediaListInstance=MediaListInstance;class MediaPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MediaInstance(this._version,e,this._solution.accountSid,this._solution.messageSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaPage=MediaPage},52411:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NewKeyInstance=i.NewKeyListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function NewKeyListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Keys.json`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new NewKeyInstance(a,e,n._solution.accountSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.NewKeyListInstance=NewKeyListInstance;class NewKeyInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.secret=i.secret}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,secret:this.secret}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NewKeyInstance=NewKeyInstance},63159:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NewSigningKeyInstance=i.NewSigningKeyListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function NewSigningKeyListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/SigningKeys.json`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new NewSigningKeyInstance(a,e,n._solution.accountSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.NewSigningKeyListInstance=NewSigningKeyListInstance;class NewSigningKeyInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.secret=i.secret}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,secret:this.secret}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NewSigningKeyInstance=NewSigningKeyInstance},47066:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NotificationPage=i.NotificationListInstance=i.NotificationInstance=i.NotificationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class NotificationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Notifications/${n}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NotificationInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationContextImpl=NotificationContextImpl;class NotificationInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callSid=i.call_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.errorCode=i.error_code;this.log=i.log;this.messageDate=a.rfc2822DateTime(i.message_date);this.messageText=i.message_text;this.moreInfo=i.more_info;this.requestMethod=i.request_method;this.requestUrl=i.request_url;this.requestVariables=i.request_variables;this.responseBody=i.response_body;this.responseHeaders=i.response_headers;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new NotificationContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callSid:this.callSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,errorCode:this.errorCode,log:this.log,messageDate:this.messageDate,messageText:this.messageText,moreInfo:this.moreInfo,requestMethod:this.requestMethod,requestUrl:this.requestUrl,requestVariables:this.requestVariables,responseBody:this.responseBody,responseHeaders:this.responseHeaders,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationInstance=NotificationInstance;function NotificationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new NotificationContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Notifications.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["log"]!==undefined)s["Log"]=i["log"];if(i["messageDate"]!==undefined)s["MessageDate"]=c.iso8601Date(i["messageDate"]);if(i["messageDateBefore"]!==undefined)s["MessageDate<"]=c.iso8601Date(i["messageDateBefore"]);if(i["messageDateAfter"]!==undefined)s["MessageDate>"]=c.iso8601Date(i["messageDateAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new NotificationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new NotificationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.NotificationListInstance=NotificationListInstance;class NotificationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NotificationInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationPage=NotificationPage},34642:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.OutgoingCallerIdPage=i.OutgoingCallerIdListInstance=i.OutgoingCallerIdInstance=i.OutgoingCallerIdContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class OutgoingCallerIdContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/OutgoingCallerIds/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new OutgoingCallerIdInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new OutgoingCallerIdInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OutgoingCallerIdContextImpl=OutgoingCallerIdContextImpl;class OutgoingCallerIdInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.accountSid=i.account_sid;this.phoneNumber=i.phone_number;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new OutgoingCallerIdContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,accountSid:this.accountSid,phoneNumber:this.phoneNumber,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OutgoingCallerIdInstance=OutgoingCallerIdInstance;function OutgoingCallerIdListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new OutgoingCallerIdContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/OutgoingCallerIds.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new OutgoingCallerIdPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new OutgoingCallerIdPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.OutgoingCallerIdListInstance=OutgoingCallerIdListInstance;class OutgoingCallerIdPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new OutgoingCallerIdInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OutgoingCallerIdPage=OutgoingCallerIdPage},95601:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.QueuePage=i.QueueListInstance=i.QueueInstance=i.QueueContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(62257);class QueueContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Queues/${n}.json`}get members(){this._members=this._members||(0,f.MemberListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._members}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new QueueInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["maxSize"]!==undefined)n["MaxSize"]=e["maxSize"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new QueueInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueueContextImpl=QueueContextImpl;class QueueInstance{constructor(e,i,n,s){this._version=e;this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.currentSize=a.integer(i.current_size);this.friendlyName=i.friendly_name;this.uri=i.uri;this.accountSid=i.account_sid;this.averageWaitTime=a.integer(i.average_wait_time);this.sid=i.sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.maxSize=a.integer(i.max_size);this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new QueueContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}members(){return this._proxy.members}toJSON(){return{dateUpdated:this.dateUpdated,currentSize:this.currentSize,friendlyName:this.friendlyName,uri:this.uri,accountSid:this.accountSid,averageWaitTime:this.averageWaitTime,sid:this.sid,dateCreated:this.dateCreated,maxSize:this.maxSize}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueueInstance=QueueInstance;function QueueListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new QueueContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Queues.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["maxSize"]!==undefined)s["MaxSize"]=i["maxSize"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new QueueInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new QueuePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new QueuePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.QueueListInstance=QueueListInstance;class QueuePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new QueueInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueuePage=QueuePage},62257:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MemberPage=i.MemberListInstance=i.MemberInstance=i.MemberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MemberContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'queueSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'callSid' is not valid.")}this._solution={accountSid:i,queueSid:n,callSid:s};this._uri=`/Accounts/${i}/Queues/${n}/Members/${s}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MemberInstance(n,e,i._solution.accountSid,i._solution.queueSid,i._solution.callSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["url"]===null||e["url"]===undefined){throw new Error("Required parameter \"params['url']\" missing.")}let n={};n["Url"]=e["url"];if(e["method"]!==undefined)n["Method"]=e["method"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MemberInstance(o,e,r._solution.accountSid,r._solution.queueSid,r._solution.callSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberContextImpl=MemberContextImpl;class MemberInstance{constructor(e,i,n,s,r){this._version=e;this.callSid=i.call_sid;this.dateEnqueued=a.rfc2822DateTime(i.date_enqueued);this.position=a.integer(i.position);this.uri=i.uri;this.waitTime=a.integer(i.wait_time);this.queueSid=i.queue_sid;this._solution={accountSid:n,queueSid:s,callSid:r||this.callSid}}get _proxy(){this._context=this._context||new MemberContextImpl(this._version,this._solution.accountSid,this._solution.queueSid,this._solution.callSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{callSid:this.callSid,dateEnqueued:this.dateEnqueued,position:this.position,uri:this.uri,waitTime:this.waitTime,queueSid:this.queueSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberInstance=MemberInstance;function MemberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'queueSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MemberContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,queueSid:n};instance._uri=`/Accounts/${i}/Queues/${n}/Members.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MemberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MemberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MemberListInstance=MemberListInstance;class MemberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MemberInstance(this._version,e,this._solution.accountSid,this._solution.queueSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberPage=MemberPage},28672:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RecordingPage=i.RecordingListInstance=i.RecordingInstance=i.RecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(28130);const _=n(67425);class RecordingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Recordings/${n}.json`}get addOnResults(){this._addOnResults=this._addOnResults||(0,f.AddOnResultListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._addOnResults}get transcriptions(){this._transcriptions=this._transcriptions||(0,_.TranscriptionListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._transcriptions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["includeSoftDeleted"]!==undefined)n["IncludeSoftDeleted"]=c.bool(e["includeSoftDeleted"]);const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new RecordingInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingContextImpl=RecordingContextImpl;class RecordingInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callSid=i.call_sid;this.conferenceSid=i.conference_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.startTime=a.rfc2822DateTime(i.start_time);this.duration=i.duration;this.sid=i.sid;this.price=i.price;this.priceUnit=i.price_unit;this.status=i.status;this.channels=a.integer(i.channels);this.source=i.source;this.errorCode=a.integer(i.error_code);this.uri=i.uri;this.encryptionDetails=i.encryption_details;this.subresourceUris=i.subresource_uris;this.mediaUrl=i.media_url;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RecordingContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e,i){return this._proxy.fetch(e,i)}addOnResults(){return this._proxy.addOnResults}transcriptions(){return this._proxy.transcriptions}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callSid:this.callSid,conferenceSid:this.conferenceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,startTime:this.startTime,duration:this.duration,sid:this.sid,price:this.price,priceUnit:this.priceUnit,status:this.status,channels:this.channels,source:this.source,errorCode:this.errorCode,uri:this.uri,encryptionDetails:this.encryptionDetails,subresourceUris:this.subresourceUris,mediaUrl:this.mediaUrl}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingInstance=RecordingInstance;function RecordingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RecordingContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Recordings.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreated<"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreated>"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["callSid"]!==undefined)s["CallSid"]=i["callSid"];if(i["conferenceSid"]!==undefined)s["ConferenceSid"]=i["conferenceSid"];if(i["includeSoftDeleted"]!==undefined)s["IncludeSoftDeleted"]=c.bool(i["includeSoftDeleted"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RecordingListInstance=RecordingListInstance;class RecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RecordingInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingPage=RecordingPage},28130:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AddOnResultPage=i.AddOnResultListInstance=i.AddOnResultInstance=i.AddOnResultContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(31026);class AddOnResultContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'referenceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,referenceSid:n,sid:s};this._uri=`/Accounts/${i}/Recordings/${n}/AddOnResults/${s}.json`}get payloads(){this._payloads=this._payloads||(0,f.PayloadListInstance)(this._version,this._solution.accountSid,this._solution.referenceSid,this._solution.sid);return this._payloads}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AddOnResultInstance(n,e,i._solution.accountSid,i._solution.referenceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddOnResultContextImpl=AddOnResultContextImpl;class AddOnResultInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.status=i.status;this.addOnSid=i.add_on_sid;this.addOnConfigurationSid=i.add_on_configuration_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.dateCompleted=a.rfc2822DateTime(i.date_completed);this.referenceSid=i.reference_sid;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,referenceSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AddOnResultContextImpl(this._version,this._solution.accountSid,this._solution.referenceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}payloads(){return this._proxy.payloads}toJSON(){return{sid:this.sid,accountSid:this.accountSid,status:this.status,addOnSid:this.addOnSid,addOnConfigurationSid:this.addOnConfigurationSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,dateCompleted:this.dateCompleted,referenceSid:this.referenceSid,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddOnResultInstance=AddOnResultInstance;function AddOnResultListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'referenceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AddOnResultContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,referenceSid:n};instance._uri=`/Accounts/${i}/Recordings/${n}/AddOnResults.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AddOnResultPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AddOnResultPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AddOnResultListInstance=AddOnResultListInstance;class AddOnResultPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AddOnResultInstance(this._version,e,this._solution.accountSid,this._solution.referenceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddOnResultPage=AddOnResultPage},31026:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PayloadPage=i.PayloadListInstance=i.PayloadInstance=i.PayloadContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PayloadContextImpl{constructor(e,i,n,s,r){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'referenceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'addOnResultSid' is not valid.")}if(!(0,u.isValidPathParam)(r)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,referenceSid:n,addOnResultSid:s,sid:r};this._uri=`/Accounts/${i}/Recordings/${n}/AddOnResults/${s}/Payloads/${r}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PayloadInstance(n,e,i._solution.accountSid,i._solution.referenceSid,i._solution.addOnResultSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PayloadContextImpl=PayloadContextImpl;class PayloadInstance{constructor(e,i,n,s,r,o){this._version=e;this.sid=i.sid;this.addOnResultSid=i.add_on_result_sid;this.accountSid=i.account_sid;this.label=i.label;this.addOnSid=i.add_on_sid;this.addOnConfigurationSid=i.add_on_configuration_sid;this.contentType=i.content_type;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.referenceSid=i.reference_sid;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,referenceSid:s,addOnResultSid:r,sid:o||this.sid}}get _proxy(){this._context=this._context||new PayloadContextImpl(this._version,this._solution.accountSid,this._solution.referenceSid,this._solution.addOnResultSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,addOnResultSid:this.addOnResultSid,accountSid:this.accountSid,label:this.label,addOnSid:this.addOnSid,addOnConfigurationSid:this.addOnConfigurationSid,contentType:this.contentType,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,referenceSid:this.referenceSid,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PayloadInstance=PayloadInstance;function PayloadListInstance(e,i,n,s){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'referenceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'addOnResultSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(r){return new PayloadContextImpl(e,i,n,s,r)};instance._version=e;instance._solution={accountSid:i,referenceSid:n,addOnResultSid:s};instance._uri=`/Accounts/${i}/Recordings/${n}/AddOnResults/${s}/Payloads.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PayloadPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PayloadPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PayloadListInstance=PayloadListInstance;class PayloadPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PayloadInstance(this._version,e,this._solution.accountSid,this._solution.referenceSid,this._solution.addOnResultSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PayloadPage=PayloadPage},67425:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TranscriptionPage=i.TranscriptionListInstance=i.TranscriptionInstance=i.TranscriptionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TranscriptionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'recordingSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,recordingSid:n,sid:s};this._uri=`/Accounts/${i}/Recordings/${n}/Transcriptions/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TranscriptionInstance(n,e,i._solution.accountSid,i._solution.recordingSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionContextImpl=TranscriptionContextImpl;class TranscriptionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.duration=i.duration;this.price=i.price;this.priceUnit=i.price_unit;this.recordingSid=i.recording_sid;this.sid=i.sid;this.status=i.status;this.transcriptionText=i.transcription_text;this.type=i.type;this.uri=i.uri;this._solution={accountSid:n,recordingSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new TranscriptionContextImpl(this._version,this._solution.accountSid,this._solution.recordingSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,duration:this.duration,price:this.price,priceUnit:this.priceUnit,recordingSid:this.recordingSid,sid:this.sid,status:this.status,transcriptionText:this.transcriptionText,type:this.type,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionInstance=TranscriptionInstance;function TranscriptionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'recordingSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new TranscriptionContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,recordingSid:n};instance._uri=`/Accounts/${i}/Recordings/${n}/Transcriptions.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TranscriptionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TranscriptionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TranscriptionListInstance=TranscriptionListInstance;class TranscriptionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TranscriptionInstance(this._version,e,this._solution.accountSid,this._solution.recordingSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionPage=TranscriptionPage},72435:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ShortCodePage=i.ShortCodeListInstance=i.ShortCodeInstance=i.ShortCodeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ShortCodeContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/SMS/ShortCodes/${n}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ShortCodeInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["apiVersion"]!==undefined)n["ApiVersion"]=e["apiVersion"];if(e["smsUrl"]!==undefined)n["SmsUrl"]=e["smsUrl"];if(e["smsMethod"]!==undefined)n["SmsMethod"]=e["smsMethod"];if(e["smsFallbackUrl"]!==undefined)n["SmsFallbackUrl"]=e["smsFallbackUrl"];if(e["smsFallbackMethod"]!==undefined)n["SmsFallbackMethod"]=e["smsFallbackMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ShortCodeInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeContextImpl=ShortCodeContextImpl;class ShortCodeInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.shortCode=i.short_code;this.sid=i.sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ShortCodeContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,shortCode:this.shortCode,sid:this.sid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeInstance=ShortCodeInstance;function ShortCodeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ShortCodeContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/SMS/ShortCodes.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["shortCode"]!==undefined)s["ShortCode"]=i["shortCode"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ShortCodePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ShortCodePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ShortCodeListInstance=ShortCodeListInstance;class ShortCodePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ShortCodeInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodePage=ShortCodePage},40489:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SigningKeyPage=i.SigningKeyListInstance=i.SigningKeyInstance=i.SigningKeyContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SigningKeyContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/SigningKeys/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SigningKeyInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SigningKeyInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SigningKeyContextImpl=SigningKeyContextImpl;class SigningKeyInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SigningKeyContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SigningKeyInstance=SigningKeyInstance;function SigningKeyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SigningKeyContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/SigningKeys.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SigningKeyPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SigningKeyPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SigningKeyListInstance=SigningKeyListInstance;class SigningKeyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SigningKeyInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SigningKeyPage=SigningKeyPage},93613:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SipListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(99178);const u=n(72198);const f=n(5319);function SipListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/SIP.json`;Object.defineProperty(n,"credentialLists",{get:function credentialLists(){if(!n._credentialLists){n._credentialLists=(0,c.CredentialListListInstance)(n._version,n._solution.accountSid)}return n._credentialLists}});Object.defineProperty(n,"domains",{get:function domains(){if(!n._domains){n._domains=(0,u.DomainListInstance)(n._version,n._solution.accountSid)}return n._domains}});Object.defineProperty(n,"ipAccessControlLists",{get:function ipAccessControlLists(){if(!n._ipAccessControlLists){n._ipAccessControlLists=(0,f.IpAccessControlListListInstance)(n._version,n._solution.accountSid)}return n._ipAccessControlLists}});n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.SipListInstance=SipListInstance},99178:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialListPage=i.CredentialListListInstance=i.CredentialListInstance=i.CredentialListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(61107);class CredentialListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/SIP/CredentialLists/${n}.json`}get credentials(){this._credentials=this._credentials||(0,f.CredentialListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._credentials}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialListInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialListInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListContextImpl=CredentialListContextImpl;class CredentialListInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this.subresourceUris=i.subresource_uris;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CredentialListContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}credentials(){return this._proxy.credentials}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid,subresourceUris:this.subresourceUris,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListInstance=CredentialListInstance;function CredentialListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CredentialListContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/SIP/CredentialLists.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialListInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListListInstance=CredentialListListInstance;class CredentialListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialListInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListPage=CredentialListPage},61107:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'credentialListSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,credentialListSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/CredentialLists/${n}/Credentials/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.accountSid,i._solution.credentialListSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["password"]!==undefined)n["Password"]=e["password"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.accountSid,r._solution.credentialListSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.credentialListSid=i.credential_list_sid;this.username=i.username;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.uri=i.uri;this._solution={accountSid:n,credentialListSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.accountSid,this._solution.credentialListSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,credentialListSid:this.credentialListSid,username:this.username,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'credentialListSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new CredentialContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,credentialListSid:n};instance._uri=`/Accounts/${i}/SIP/CredentialLists/${n}/Credentials.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["username"]===null||i["username"]===undefined){throw new Error("Required parameter \"params['username']\" missing.")}if(i["password"]===null||i["password"]===undefined){throw new Error("Required parameter \"params['password']\" missing.")}let s={};s["Username"]=i["username"];s["Password"]=i["password"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e,instance._solution.accountSid,instance._solution.credentialListSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e,this._solution.accountSid,this._solution.credentialListSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},72198:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DomainPage=i.DomainListInstance=i.DomainInstance=i.DomainContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(81039);const _=n(29456);const g=n(99642);class DomainContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/SIP/Domains/${n}.json`}get auth(){this._auth=this._auth||(0,f.AuthTypesListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._auth}get credentialListMappings(){this._credentialListMappings=this._credentialListMappings||(0,_.CredentialListMappingListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._credentialListMappings}get ipAccessControlListMappings(){this._ipAccessControlListMappings=this._ipAccessControlListMappings||(0,g.IpAccessControlListMappingListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._ipAccessControlListMappings}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DomainInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceStatusCallbackMethod"]!==undefined)n["VoiceStatusCallbackMethod"]=e["voiceStatusCallbackMethod"];if(e["voiceStatusCallbackUrl"]!==undefined)n["VoiceStatusCallbackUrl"]=e["voiceStatusCallbackUrl"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];if(e["sipRegistration"]!==undefined)n["SipRegistration"]=c.bool(e["sipRegistration"]);if(e["domainName"]!==undefined)n["DomainName"]=e["domainName"];if(e["emergencyCallingEnabled"]!==undefined)n["EmergencyCallingEnabled"]=c.bool(e["emergencyCallingEnabled"]);if(e["secure"]!==undefined)n["Secure"]=c.bool(e["secure"]);if(e["byocTrunkSid"]!==undefined)n["ByocTrunkSid"]=e["byocTrunkSid"];if(e["emergencyCallerSid"]!==undefined)n["EmergencyCallerSid"]=e["emergencyCallerSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DomainInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DomainContextImpl=DomainContextImpl;class DomainInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.authType=i.auth_type;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.domainName=i.domain_name;this.friendlyName=i.friendly_name;this.sid=i.sid;this.uri=i.uri;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceStatusCallbackMethod=i.voice_status_callback_method;this.voiceStatusCallbackUrl=i.voice_status_callback_url;this.voiceUrl=i.voice_url;this.subresourceUris=i.subresource_uris;this.sipRegistration=i.sip_registration;this.emergencyCallingEnabled=i.emergency_calling_enabled;this.secure=i.secure;this.byocTrunkSid=i.byoc_trunk_sid;this.emergencyCallerSid=i.emergency_caller_sid;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DomainContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}auth(){return this._proxy.auth}credentialListMappings(){return this._proxy.credentialListMappings}ipAccessControlListMappings(){return this._proxy.ipAccessControlListMappings}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,authType:this.authType,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,domainName:this.domainName,friendlyName:this.friendlyName,sid:this.sid,uri:this.uri,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceStatusCallbackMethod:this.voiceStatusCallbackMethod,voiceStatusCallbackUrl:this.voiceStatusCallbackUrl,voiceUrl:this.voiceUrl,subresourceUris:this.subresourceUris,sipRegistration:this.sipRegistration,emergencyCallingEnabled:this.emergencyCallingEnabled,secure:this.secure,byocTrunkSid:this.byocTrunkSid,emergencyCallerSid:this.emergencyCallerSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DomainInstance=DomainInstance;function DomainListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DomainContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/SIP/Domains.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["domainName"]===null||i["domainName"]===undefined){throw new Error("Required parameter \"params['domainName']\" missing.")}let s={};s["DomainName"]=i["domainName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["voiceUrl"]!==undefined)s["VoiceUrl"]=i["voiceUrl"];if(i["voiceMethod"]!==undefined)s["VoiceMethod"]=i["voiceMethod"];if(i["voiceFallbackUrl"]!==undefined)s["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceFallbackMethod"]!==undefined)s["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["voiceStatusCallbackUrl"]!==undefined)s["VoiceStatusCallbackUrl"]=i["voiceStatusCallbackUrl"];if(i["voiceStatusCallbackMethod"]!==undefined)s["VoiceStatusCallbackMethod"]=i["voiceStatusCallbackMethod"];if(i["sipRegistration"]!==undefined)s["SipRegistration"]=c.bool(i["sipRegistration"]);if(i["emergencyCallingEnabled"]!==undefined)s["EmergencyCallingEnabled"]=c.bool(i["emergencyCallingEnabled"]);if(i["secure"]!==undefined)s["Secure"]=c.bool(i["secure"]);if(i["byocTrunkSid"]!==undefined)s["ByocTrunkSid"]=i["byocTrunkSid"];if(i["emergencyCallerSid"]!==undefined)s["EmergencyCallerSid"]=i["emergencyCallerSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DomainInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DomainPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DomainPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DomainListInstance=DomainListInstance;class DomainPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DomainInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DomainPage=DomainPage},81039:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AuthTypesListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(21563);const u=n(53991);function AuthTypesListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const r={};r._version=e;r._solution={accountSid:i,domainSid:n};r._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth.json`;Object.defineProperty(r,"calls",{get:function calls(){if(!r._calls){r._calls=(0,c.AuthTypeCallsListInstance)(r._version,r._solution.accountSid,r._solution.domainSid)}return r._calls}});Object.defineProperty(r,"registrations",{get:function registrations(){if(!r._registrations){r._registrations=(0,u.AuthTypeRegistrationsListInstance)(r._version,r._solution.accountSid,r._solution.domainSid)}return r._registrations}});r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.AuthTypesListInstance=AuthTypesListInstance},21563:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AuthTypeCallsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(50368);const u=n(50249);function AuthTypeCallsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const r={};r._version=e;r._solution={accountSid:i,domainSid:n};r._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Calls.json`;Object.defineProperty(r,"credentialListMappings",{get:function credentialListMappings(){if(!r._credentialListMappings){r._credentialListMappings=(0,c.AuthCallsCredentialListMappingListInstance)(r._version,r._solution.accountSid,r._solution.domainSid)}return r._credentialListMappings}});Object.defineProperty(r,"ipAccessControlListMappings",{get:function ipAccessControlListMappings(){if(!r._ipAccessControlListMappings){r._ipAccessControlListMappings=(0,u.AuthCallsIpAccessControlListMappingListInstance)(r._version,r._solution.accountSid,r._solution.domainSid)}return r._ipAccessControlListMappings}});r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.AuthTypeCallsListInstance=AuthTypeCallsListInstance},50368:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthCallsCredentialListMappingPage=i.AuthCallsCredentialListMappingListInstance=i.AuthCallsCredentialListMappingInstance=i.AuthCallsCredentialListMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AuthCallsCredentialListMappingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,domainSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Calls/CredentialListMappings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthCallsCredentialListMappingInstance(n,e,i._solution.accountSid,i._solution.domainSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsCredentialListMappingContextImpl=AuthCallsCredentialListMappingContextImpl;class AuthCallsCredentialListMappingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this._solution={accountSid:n,domainSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AuthCallsCredentialListMappingContextImpl(this._version,this._solution.accountSid,this._solution.domainSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsCredentialListMappingInstance=AuthCallsCredentialListMappingInstance;function AuthCallsCredentialListMappingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AuthCallsCredentialListMappingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,domainSid:n};instance._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Calls/CredentialListMappings.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["credentialListSid"]===null||i["credentialListSid"]===undefined){throw new Error("Required parameter \"params['credentialListSid']\" missing.")}let s={};s["CredentialListSid"]=i["credentialListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AuthCallsCredentialListMappingInstance(o,e,instance._solution.accountSid,instance._solution.domainSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthCallsCredentialListMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthCallsCredentialListMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthCallsCredentialListMappingListInstance=AuthCallsCredentialListMappingListInstance;class AuthCallsCredentialListMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthCallsCredentialListMappingInstance(this._version,e,this._solution.accountSid,this._solution.domainSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsCredentialListMappingPage=AuthCallsCredentialListMappingPage},50249:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthCallsIpAccessControlListMappingPage=i.AuthCallsIpAccessControlListMappingListInstance=i.AuthCallsIpAccessControlListMappingInstance=i.AuthCallsIpAccessControlListMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AuthCallsIpAccessControlListMappingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,domainSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Calls/IpAccessControlListMappings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthCallsIpAccessControlListMappingInstance(n,e,i._solution.accountSid,i._solution.domainSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsIpAccessControlListMappingContextImpl=AuthCallsIpAccessControlListMappingContextImpl;class AuthCallsIpAccessControlListMappingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this._solution={accountSid:n,domainSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AuthCallsIpAccessControlListMappingContextImpl(this._version,this._solution.accountSid,this._solution.domainSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsIpAccessControlListMappingInstance=AuthCallsIpAccessControlListMappingInstance;function AuthCallsIpAccessControlListMappingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AuthCallsIpAccessControlListMappingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,domainSid:n};instance._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Calls/IpAccessControlListMappings.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["ipAccessControlListSid"]===null||i["ipAccessControlListSid"]===undefined){throw new Error("Required parameter \"params['ipAccessControlListSid']\" missing.")}let s={};s["IpAccessControlListSid"]=i["ipAccessControlListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AuthCallsIpAccessControlListMappingInstance(o,e,instance._solution.accountSid,instance._solution.domainSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthCallsIpAccessControlListMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthCallsIpAccessControlListMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthCallsIpAccessControlListMappingListInstance=AuthCallsIpAccessControlListMappingListInstance;class AuthCallsIpAccessControlListMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthCallsIpAccessControlListMappingInstance(this._version,e,this._solution.accountSid,this._solution.domainSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsIpAccessControlListMappingPage=AuthCallsIpAccessControlListMappingPage},53991:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AuthTypeRegistrationsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(18589);function AuthTypeRegistrationsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const r={};r._version=e;r._solution={accountSid:i,domainSid:n};r._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Registrations.json`;Object.defineProperty(r,"credentialListMappings",{get:function credentialListMappings(){if(!r._credentialListMappings){r._credentialListMappings=(0,c.AuthRegistrationsCredentialListMappingListInstance)(r._version,r._solution.accountSid,r._solution.domainSid)}return r._credentialListMappings}});r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.AuthTypeRegistrationsListInstance=AuthTypeRegistrationsListInstance},18589:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthRegistrationsCredentialListMappingPage=i.AuthRegistrationsCredentialListMappingListInstance=i.AuthRegistrationsCredentialListMappingInstance=i.AuthRegistrationsCredentialListMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AuthRegistrationsCredentialListMappingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,domainSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Registrations/CredentialListMappings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthRegistrationsCredentialListMappingInstance(n,e,i._solution.accountSid,i._solution.domainSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthRegistrationsCredentialListMappingContextImpl=AuthRegistrationsCredentialListMappingContextImpl;class AuthRegistrationsCredentialListMappingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this._solution={accountSid:n,domainSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AuthRegistrationsCredentialListMappingContextImpl(this._version,this._solution.accountSid,this._solution.domainSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthRegistrationsCredentialListMappingInstance=AuthRegistrationsCredentialListMappingInstance;function AuthRegistrationsCredentialListMappingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AuthRegistrationsCredentialListMappingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,domainSid:n};instance._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Registrations/CredentialListMappings.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["credentialListSid"]===null||i["credentialListSid"]===undefined){throw new Error("Required parameter \"params['credentialListSid']\" missing.")}let s={};s["CredentialListSid"]=i["credentialListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AuthRegistrationsCredentialListMappingInstance(o,e,instance._solution.accountSid,instance._solution.domainSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthRegistrationsCredentialListMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthRegistrationsCredentialListMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthRegistrationsCredentialListMappingListInstance=AuthRegistrationsCredentialListMappingListInstance;class AuthRegistrationsCredentialListMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthRegistrationsCredentialListMappingInstance(this._version,e,this._solution.accountSid,this._solution.domainSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthRegistrationsCredentialListMappingPage=AuthRegistrationsCredentialListMappingPage},29456:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialListMappingPage=i.CredentialListMappingListInstance=i.CredentialListMappingInstance=i.CredentialListMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialListMappingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,domainSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/Domains/${n}/CredentialListMappings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialListMappingInstance(n,e,i._solution.accountSid,i._solution.domainSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListMappingContextImpl=CredentialListMappingContextImpl;class CredentialListMappingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.domainSid=i.domain_sid;this.friendlyName=i.friendly_name;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,domainSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new CredentialListMappingContextImpl(this._version,this._solution.accountSid,this._solution.domainSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,domainSid:this.domainSid,friendlyName:this.friendlyName,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListMappingInstance=CredentialListMappingInstance;function CredentialListMappingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new CredentialListMappingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,domainSid:n};instance._uri=`/Accounts/${i}/SIP/Domains/${n}/CredentialListMappings.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["credentialListSid"]===null||i["credentialListSid"]===undefined){throw new Error("Required parameter \"params['credentialListSid']\" missing.")}let s={};s["CredentialListSid"]=i["credentialListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialListMappingInstance(o,e,instance._solution.accountSid,instance._solution.domainSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialListMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialListMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListMappingListInstance=CredentialListMappingListInstance;class CredentialListMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialListMappingInstance(this._version,e,this._solution.accountSid,this._solution.domainSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListMappingPage=CredentialListMappingPage},99642:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpAccessControlListMappingPage=i.IpAccessControlListMappingListInstance=i.IpAccessControlListMappingInstance=i.IpAccessControlListMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class IpAccessControlListMappingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,domainSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/Domains/${n}/IpAccessControlListMappings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpAccessControlListMappingInstance(n,e,i._solution.accountSid,i._solution.domainSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListMappingContextImpl=IpAccessControlListMappingContextImpl;class IpAccessControlListMappingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.domainSid=i.domain_sid;this.friendlyName=i.friendly_name;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,domainSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new IpAccessControlListMappingContextImpl(this._version,this._solution.accountSid,this._solution.domainSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,domainSid:this.domainSid,friendlyName:this.friendlyName,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListMappingInstance=IpAccessControlListMappingInstance;function IpAccessControlListMappingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new IpAccessControlListMappingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,domainSid:n};instance._uri=`/Accounts/${i}/SIP/Domains/${n}/IpAccessControlListMappings.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["ipAccessControlListSid"]===null||i["ipAccessControlListSid"]===undefined){throw new Error("Required parameter \"params['ipAccessControlListSid']\" missing.")}let s={};s["IpAccessControlListSid"]=i["ipAccessControlListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpAccessControlListMappingInstance(o,e,instance._solution.accountSid,instance._solution.domainSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpAccessControlListMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpAccessControlListMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpAccessControlListMappingListInstance=IpAccessControlListMappingListInstance;class IpAccessControlListMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpAccessControlListMappingInstance(this._version,e,this._solution.accountSid,this._solution.domainSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListMappingPage=IpAccessControlListMappingPage},5319:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpAccessControlListPage=i.IpAccessControlListListInstance=i.IpAccessControlListInstance=i.IpAccessControlListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(78465);class IpAccessControlListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/SIP/IpAccessControlLists/${n}.json`}get ipAddresses(){this._ipAddresses=this._ipAddresses||(0,f.IpAddressListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._ipAddresses}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpAccessControlListInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new IpAccessControlListInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListContextImpl=IpAccessControlListContextImpl;class IpAccessControlListInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new IpAccessControlListContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}ipAddresses(){return this._proxy.ipAddresses}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,subresourceUris:this.subresourceUris,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListInstance=IpAccessControlListInstance;function IpAccessControlListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new IpAccessControlListContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/SIP/IpAccessControlLists.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpAccessControlListInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpAccessControlListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpAccessControlListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpAccessControlListListInstance=IpAccessControlListListInstance;class IpAccessControlListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpAccessControlListInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListPage=IpAccessControlListPage},78465:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpAddressPage=i.IpAddressListInstance=i.IpAddressInstance=i.IpAddressContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class IpAddressContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'ipAccessControlListSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,ipAccessControlListSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/IpAccessControlLists/${n}/IpAddresses/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpAddressInstance(n,e,i._solution.accountSid,i._solution.ipAccessControlListSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["ipAddress"]!==undefined)n["IpAddress"]=e["ipAddress"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["cidrPrefixLength"]!==undefined)n["CidrPrefixLength"]=e["cidrPrefixLength"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new IpAddressInstance(o,e,r._solution.accountSid,r._solution.ipAccessControlListSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAddressContextImpl=IpAddressContextImpl;class IpAddressInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.ipAddress=i.ip_address;this.cidrPrefixLength=a.integer(i.cidr_prefix_length);this.ipAccessControlListSid=i.ip_access_control_list_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.uri=i.uri;this._solution={accountSid:n,ipAccessControlListSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new IpAddressContextImpl(this._version,this._solution.accountSid,this._solution.ipAccessControlListSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,ipAddress:this.ipAddress,cidrPrefixLength:this.cidrPrefixLength,ipAccessControlListSid:this.ipAccessControlListSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAddressInstance=IpAddressInstance;function IpAddressListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'ipAccessControlListSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new IpAddressContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,ipAccessControlListSid:n};instance._uri=`/Accounts/${i}/SIP/IpAccessControlLists/${n}/IpAddresses.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["ipAddress"]===null||i["ipAddress"]===undefined){throw new Error("Required parameter \"params['ipAddress']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["IpAddress"]=i["ipAddress"];if(i["cidrPrefixLength"]!==undefined)s["CidrPrefixLength"]=i["cidrPrefixLength"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpAddressInstance(o,e,instance._solution.accountSid,instance._solution.ipAccessControlListSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpAddressPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpAddressPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpAddressListInstance=IpAddressListInstance;class IpAddressPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpAddressInstance(this._version,e,this._solution.accountSid,this._solution.ipAccessControlListSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAddressPage=IpAddressPage},87639:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TokenInstance=i.TokenListInstance=i.ApiV2010AccountTokenIceServers=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ApiV2010AccountTokenIceServers{}i.ApiV2010AccountTokenIceServers=ApiV2010AccountTokenIceServers;function TokenListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Tokens.json`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["ttl"]!==undefined)r["Ttl"]=i["ttl"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new TokenInstance(a,e,n._solution.accountSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.TokenListInstance=TokenListInstance;class TokenInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.iceServers=i.ice_servers;this.password=i.password;this.ttl=i.ttl;this.username=i.username}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,iceServers:this.iceServers,password:this.password,ttl:this.ttl,username:this.username}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TokenInstance=TokenInstance},84673:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TranscriptionPage=i.TranscriptionListInstance=i.TranscriptionInstance=i.TranscriptionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TranscriptionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Transcriptions/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TranscriptionInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionContextImpl=TranscriptionContextImpl;class TranscriptionInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.duration=i.duration;this.price=i.price;this.priceUnit=i.price_unit;this.recordingSid=i.recording_sid;this.sid=i.sid;this.status=i.status;this.transcriptionText=i.transcription_text;this.type=i.type;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TranscriptionContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,duration:this.duration,price:this.price,priceUnit:this.priceUnit,recordingSid:this.recordingSid,sid:this.sid,status:this.status,transcriptionText:this.transcriptionText,type:this.type,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionInstance=TranscriptionInstance;function TranscriptionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TranscriptionContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Transcriptions.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TranscriptionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TranscriptionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TranscriptionListInstance=TranscriptionListInstance;class TranscriptionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TranscriptionInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionPage=TranscriptionPage},22812:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UsageListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(35284);const u=n(36431);function UsageListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage.json`;Object.defineProperty(n,"records",{get:function records(){if(!n._records){n._records=(0,c.RecordListInstance)(n._version,n._solution.accountSid)}return n._records}});Object.defineProperty(n,"triggers",{get:function triggers(){if(!n._triggers){n._triggers=(0,u.TriggerListInstance)(n._version,n._solution.accountSid)}return n._triggers}});n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.UsageListInstance=UsageListInstance},35284:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RecordPage=i.RecordInstance=i.RecordListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(31425);const _=n(82870);const g=n(94550);const v=n(95054);const S=n(5046);const b=n(68529);const P=n(7563);const C=n(11821);function RecordListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records.json`;Object.defineProperty(n,"allTime",{get:function allTime(){if(!n._allTime){n._allTime=(0,f.AllTimeListInstance)(n._version,n._solution.accountSid)}return n._allTime}});Object.defineProperty(n,"daily",{get:function daily(){if(!n._daily){n._daily=(0,_.DailyListInstance)(n._version,n._solution.accountSid)}return n._daily}});Object.defineProperty(n,"lastMonth",{get:function lastMonth(){if(!n._lastMonth){n._lastMonth=(0,g.LastMonthListInstance)(n._version,n._solution.accountSid)}return n._lastMonth}});Object.defineProperty(n,"monthly",{get:function monthly(){if(!n._monthly){n._monthly=(0,v.MonthlyListInstance)(n._version,n._solution.accountSid)}return n._monthly}});Object.defineProperty(n,"thisMonth",{get:function thisMonth(){if(!n._thisMonth){n._thisMonth=(0,S.ThisMonthListInstance)(n._version,n._solution.accountSid)}return n._thisMonth}});Object.defineProperty(n,"today",{get:function today(){if(!n._today){n._today=(0,b.TodayListInstance)(n._version,n._solution.accountSid)}return n._today}});Object.defineProperty(n,"yearly",{get:function yearly(){if(!n._yearly){n._yearly=(0,P.YearlyListInstance)(n._version,n._solution.accountSid)}return n._yearly}});Object.defineProperty(n,"yesterday",{get:function yesterday(){if(!n._yesterday){n._yesterday=(0,C.YesterdayListInstance)(n._version,n._solution.accountSid)}return n._yesterday}});n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new RecordPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new RecordPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.RecordListInstance=RecordListInstance;class RecordInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordInstance=RecordInstance;class RecordPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RecordInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordPage=RecordPage},31425:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AllTimePage=i.AllTimeInstance=i.AllTimeListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function AllTimeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/AllTime.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new AllTimePage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new AllTimePage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.AllTimeListInstance=AllTimeListInstance;class AllTimeInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AllTimeInstance=AllTimeInstance;class AllTimePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AllTimeInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AllTimePage=AllTimePage},82870:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DailyPage=i.DailyInstance=i.DailyListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function DailyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/Daily.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new DailyPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new DailyPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.DailyListInstance=DailyListInstance;class DailyInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DailyInstance=DailyInstance;class DailyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DailyInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DailyPage=DailyPage},94550:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.LastMonthPage=i.LastMonthInstance=i.LastMonthListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function LastMonthListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/LastMonth.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new LastMonthPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new LastMonthPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.LastMonthListInstance=LastMonthListInstance;class LastMonthInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LastMonthInstance=LastMonthInstance;class LastMonthPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new LastMonthInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LastMonthPage=LastMonthPage},95054:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MonthlyPage=i.MonthlyInstance=i.MonthlyListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function MonthlyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/Monthly.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new MonthlyPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new MonthlyPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.MonthlyListInstance=MonthlyListInstance;class MonthlyInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MonthlyInstance=MonthlyInstance;class MonthlyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MonthlyInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MonthlyPage=MonthlyPage},5046:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ThisMonthPage=i.ThisMonthInstance=i.ThisMonthListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function ThisMonthListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/ThisMonth.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new ThisMonthPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new ThisMonthPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.ThisMonthListInstance=ThisMonthListInstance;class ThisMonthInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ThisMonthInstance=ThisMonthInstance;class ThisMonthPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ThisMonthInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ThisMonthPage=ThisMonthPage},68529:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TodayPage=i.TodayInstance=i.TodayListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function TodayListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/Today.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new TodayPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new TodayPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.TodayListInstance=TodayListInstance;class TodayInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TodayInstance=TodayInstance;class TodayPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TodayInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TodayPage=TodayPage},7563:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.YearlyPage=i.YearlyInstance=i.YearlyListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function YearlyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/Yearly.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new YearlyPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new YearlyPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.YearlyListInstance=YearlyListInstance;class YearlyInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.YearlyInstance=YearlyInstance;class YearlyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new YearlyInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.YearlyPage=YearlyPage},11821:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.YesterdayPage=i.YesterdayInstance=i.YesterdayListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function YesterdayListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/Yesterday.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new YesterdayPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new YesterdayPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.YesterdayListInstance=YesterdayListInstance;class YesterdayInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.YesterdayInstance=YesterdayInstance;class YesterdayPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new YesterdayInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.YesterdayPage=YesterdayPage},36431:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TriggerPage=i.TriggerListInstance=i.TriggerInstance=i.TriggerContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TriggerContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Usage/Triggers/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TriggerInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["callbackMethod"]!==undefined)n["CallbackMethod"]=e["callbackMethod"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TriggerInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TriggerContextImpl=TriggerContextImpl;class TriggerInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callbackMethod=i.callback_method;this.callbackUrl=i.callback_url;this.currentValue=i.current_value;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateFired=a.rfc2822DateTime(i.date_fired);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.recurring=i.recurring;this.sid=i.sid;this.triggerBy=i.trigger_by;this.triggerValue=i.trigger_value;this.uri=i.uri;this.usageCategory=i.usage_category;this.usageRecordUri=i.usage_record_uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TriggerContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callbackMethod:this.callbackMethod,callbackUrl:this.callbackUrl,currentValue:this.currentValue,dateCreated:this.dateCreated,dateFired:this.dateFired,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,recurring:this.recurring,sid:this.sid,triggerBy:this.triggerBy,triggerValue:this.triggerValue,uri:this.uri,usageCategory:this.usageCategory,usageRecordUri:this.usageRecordUri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TriggerInstance=TriggerInstance;function TriggerListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TriggerContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Usage/Triggers.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["callbackUrl"]===null||i["callbackUrl"]===undefined){throw new Error("Required parameter \"params['callbackUrl']\" missing.")}if(i["triggerValue"]===null||i["triggerValue"]===undefined){throw new Error("Required parameter \"params['triggerValue']\" missing.")}if(i["usageCategory"]===null||i["usageCategory"]===undefined){throw new Error("Required parameter \"params['usageCategory']\" missing.")}let s={};s["CallbackUrl"]=i["callbackUrl"];s["TriggerValue"]=i["triggerValue"];s["UsageCategory"]=i["usageCategory"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["recurring"]!==undefined)s["Recurring"]=i["recurring"];if(i["triggerBy"]!==undefined)s["TriggerBy"]=i["triggerBy"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TriggerInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["recurring"]!==undefined)s["Recurring"]=i["recurring"];if(i["triggerBy"]!==undefined)s["TriggerBy"]=i["triggerBy"];if(i["usageCategory"]!==undefined)s["UsageCategory"]=i["usageCategory"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TriggerPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TriggerPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TriggerListInstance=TriggerListInstance;class TriggerPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TriggerInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TriggerPage=TriggerPage},86218:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ValidationRequestInstance=i.ValidationRequestListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function ValidationRequestListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/OutgoingCallerIds.json`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let r={};r["PhoneNumber"]=i["phoneNumber"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["callDelay"]!==undefined)r["CallDelay"]=i["callDelay"];if(i["extension"]!==undefined)r["Extension"]=i["extension"];if(i["statusCallback"]!==undefined)r["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)r["StatusCallbackMethod"]=i["statusCallbackMethod"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new ValidationRequestInstance(a,e,n._solution.accountSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.ValidationRequestListInstance=ValidationRequestListInstance;class ValidationRequestInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.validationCode=i.validation_code}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,validationCode:this.validationCode}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ValidationRequestInstance=ValidationRequestInstance},6522:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(86432);const a=n(68679);class V1 extends r.default{constructor(e){super(e,"v1")}get assistants(){this._assistants=this._assistants||(0,o.AssistantListInstance)(this);return this._assistants}get restoreAssistant(){this._restoreAssistant=this._restoreAssistant||(0,a.RestoreAssistantListInstance)(this);return this._restoreAssistant}}i["default"]=V1},86432:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssistantPage=i.AssistantListInstance=i.AssistantInstance=i.AssistantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(72436);const _=n(12256);const g=n(802);const v=n(18876);const S=n(26163);const b=n(7122);const P=n(57106);const C=n(27171);class AssistantContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Assistants/${i}`}get defaults(){this._defaults=this._defaults||(0,f.DefaultsListInstance)(this._version,this._solution.sid);return this._defaults}get dialogues(){this._dialogues=this._dialogues||(0,_.DialogueListInstance)(this._version,this._solution.sid);return this._dialogues}get fieldTypes(){this._fieldTypes=this._fieldTypes||(0,g.FieldTypeListInstance)(this._version,this._solution.sid);return this._fieldTypes}get modelBuilds(){this._modelBuilds=this._modelBuilds||(0,v.ModelBuildListInstance)(this._version,this._solution.sid);return this._modelBuilds}get queries(){this._queries=this._queries||(0,S.QueryListInstance)(this._version,this._solution.sid);return this._queries}get styleSheet(){this._styleSheet=this._styleSheet||(0,b.StyleSheetListInstance)(this._version,this._solution.sid);return this._styleSheet}get tasks(){this._tasks=this._tasks||(0,P.TaskListInstance)(this._version,this._solution.sid);return this._tasks}get webhooks(){this._webhooks=this._webhooks||(0,C.WebhookListInstance)(this._version,this._solution.sid);return this._webhooks}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssistantInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["logQueries"]!==undefined)n["LogQueries"]=c.bool(e["logQueries"]);if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["callbackEvents"]!==undefined)n["CallbackEvents"]=e["callbackEvents"];if(e["styleSheet"]!==undefined)n["StyleSheet"]=c.object(e["styleSheet"]);if(e["defaults"]!==undefined)n["Defaults"]=c.object(e["defaults"]);if(e["developmentStage"]!==undefined)n["DevelopmentStage"]=e["developmentStage"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AssistantInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssistantContextImpl=AssistantContextImpl;class AssistantInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.latestModelBuildSid=i.latest_model_build_sid;this.links=i.links;this.logQueries=i.log_queries;this.developmentStage=i.development_stage;this.needsModelBuild=i.needs_model_build;this.sid=i.sid;this.uniqueName=i.unique_name;this.url=i.url;this.callbackUrl=i.callback_url;this.callbackEvents=i.callback_events;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AssistantContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}defaults(){return this._proxy.defaults}dialogues(){return this._proxy.dialogues}fieldTypes(){return this._proxy.fieldTypes}modelBuilds(){return this._proxy.modelBuilds}queries(){return this._proxy.queries}styleSheet(){return this._proxy.styleSheet}tasks(){return this._proxy.tasks}webhooks(){return this._proxy.webhooks}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,latestModelBuildSid:this.latestModelBuildSid,links:this.links,logQueries:this.logQueries,developmentStage:this.developmentStage,needsModelBuild:this.needsModelBuild,sid:this.sid,uniqueName:this.uniqueName,url:this.url,callbackUrl:this.callbackUrl,callbackEvents:this.callbackEvents}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssistantInstance=AssistantInstance;function AssistantListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AssistantContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Assistants`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["logQueries"]!==undefined)s["LogQueries"]=c.bool(i["logQueries"]);if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["callbackEvents"]!==undefined)s["CallbackEvents"]=i["callbackEvents"];if(i["styleSheet"]!==undefined)s["StyleSheet"]=c.object(i["styleSheet"]);if(i["defaults"]!==undefined)s["Defaults"]=c.object(i["defaults"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AssistantInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssistantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssistantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssistantListInstance=AssistantListInstance;class AssistantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssistantInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssistantPage=AssistantPage},72436:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DefaultsListInstance=i.DefaultsInstance=i.DefaultsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class DefaultsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}this._solution={assistantSid:i};this._uri=`/Assistants/${i}/Defaults`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DefaultsInstance(n,e,i._solution.assistantSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["defaults"]!==undefined)n["Defaults"]=o.object(e["defaults"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new DefaultsInstance(a,e,r._solution.assistantSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DefaultsContextImpl=DefaultsContextImpl;class DefaultsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.url=i.url;this.data=i.data;this._solution={assistantSid:n}}get _proxy(){this._context=this._context||new DefaultsContextImpl(this._version,this._solution.assistantSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,url:this.url,data:this.data}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DefaultsInstance=DefaultsInstance;function DefaultsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new DefaultsContextImpl(e,i)};instance._version=e;instance._solution={assistantSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DefaultsListInstance=DefaultsListInstance},12256:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DialogueListInstance=i.DialogueInstance=i.DialogueContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class DialogueContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/Dialogues/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DialogueInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DialogueContextImpl=DialogueContextImpl;class DialogueInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.data=i.data;this.url=i.url;this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DialogueContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,sid:this.sid,data:this.data,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DialogueInstance=DialogueInstance;function DialogueListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DialogueContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DialogueListInstance=DialogueListInstance},802:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FieldTypePage=i.FieldTypeListInstance=i.FieldTypeInstance=i.FieldTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(1927);class FieldTypeContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/FieldTypes/${n}`}get fieldValues(){this._fieldValues=this._fieldValues||(0,f.FieldValueListInstance)(this._version,this._solution.assistantSid,this._solution.sid);return this._fieldValues}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FieldTypeInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FieldTypeInstance(o,e,r._solution.assistantSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldTypeContextImpl=FieldTypeContextImpl;class FieldTypeInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.links=i.links;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.uniqueName=i.unique_name;this.url=i.url;this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new FieldTypeContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}fieldValues(){return this._proxy.fieldValues}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,links:this.links,assistantSid:this.assistantSid,sid:this.sid,uniqueName:this.uniqueName,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldTypeInstance=FieldTypeInstance;function FieldTypeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new FieldTypeContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=`/Assistants/${i}/FieldTypes`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FieldTypeInstance(o,e,instance._solution.assistantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FieldTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FieldTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FieldTypeListInstance=FieldTypeListInstance;class FieldTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FieldTypeInstance(this._version,e,this._solution.assistantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldTypePage=FieldTypePage},1927:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FieldValuePage=i.FieldValueListInstance=i.FieldValueInstance=i.FieldValueContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FieldValueContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'fieldTypeSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,fieldTypeSid:n,sid:s};this._uri=`/Assistants/${i}/FieldTypes/${n}/FieldValues/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FieldValueInstance(n,e,i._solution.assistantSid,i._solution.fieldTypeSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldValueContextImpl=FieldValueContextImpl;class FieldValueInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.fieldTypeSid=i.field_type_sid;this.language=i.language;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.value=i.value;this.url=i.url;this.synonymOf=i.synonym_of;this._solution={assistantSid:n,fieldTypeSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new FieldValueContextImpl(this._version,this._solution.assistantSid,this._solution.fieldTypeSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,fieldTypeSid:this.fieldTypeSid,language:this.language,assistantSid:this.assistantSid,sid:this.sid,value:this.value,url:this.url,synonymOf:this.synonymOf}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldValueInstance=FieldValueInstance;function FieldValueListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'fieldTypeSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new FieldValueContextImpl(e,i,n,s)};instance._version=e;instance._solution={assistantSid:i,fieldTypeSid:n};instance._uri=`/Assistants/${i}/FieldTypes/${n}/FieldValues`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["language"]===null||i["language"]===undefined){throw new Error("Required parameter \"params['language']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Language"]=i["language"];s["Value"]=i["value"];if(i["synonymOf"]!==undefined)s["SynonymOf"]=i["synonymOf"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FieldValueInstance(o,e,instance._solution.assistantSid,instance._solution.fieldTypeSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["language"]!==undefined)s["Language"]=i["language"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FieldValuePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FieldValuePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FieldValueListInstance=FieldValueListInstance;class FieldValuePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FieldValueInstance(this._version,e,this._solution.assistantSid,this._solution.fieldTypeSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldValuePage=FieldValuePage},18876:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ModelBuildPage=i.ModelBuildListInstance=i.ModelBuildInstance=i.ModelBuildContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ModelBuildContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/ModelBuilds/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ModelBuildInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ModelBuildInstance(o,e,r._solution.assistantSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ModelBuildContextImpl=ModelBuildContextImpl;class ModelBuildInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.assistantSid=i.assistant_sid;this.sid=i.sid;this.status=i.status;this.uniqueName=i.unique_name;this.url=i.url;this.buildDuration=a.integer(i.build_duration);this.errorCode=a.integer(i.error_code);this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ModelBuildContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,assistantSid:this.assistantSid,sid:this.sid,status:this.status,uniqueName:this.uniqueName,url:this.url,buildDuration:this.buildDuration,errorCode:this.errorCode}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ModelBuildInstance=ModelBuildInstance;function ModelBuildListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ModelBuildContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=`/Assistants/${i}/ModelBuilds`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ModelBuildInstance(o,e,instance._solution.assistantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ModelBuildPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ModelBuildPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ModelBuildListInstance=ModelBuildListInstance;class ModelBuildPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ModelBuildInstance(this._version,e,this._solution.assistantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ModelBuildPage=ModelBuildPage},26163:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.QueryPage=i.QueryListInstance=i.QueryInstance=i.QueryContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class QueryContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/Queries/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new QueryInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["sampleSid"]!==undefined)n["SampleSid"]=e["sampleSid"];if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new QueryInstance(o,e,r._solution.assistantSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueryContextImpl=QueryContextImpl;class QueryInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.results=i.results;this.language=i.language;this.modelBuildSid=i.model_build_sid;this.query=i.query;this.sampleSid=i.sample_sid;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.status=i.status;this.url=i.url;this.sourceChannel=i.source_channel;this.dialogueSid=i.dialogue_sid;this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new QueryContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,results:this.results,language:this.language,modelBuildSid:this.modelBuildSid,query:this.query,sampleSid:this.sampleSid,assistantSid:this.assistantSid,sid:this.sid,status:this.status,url:this.url,sourceChannel:this.sourceChannel,dialogueSid:this.dialogueSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueryInstance=QueryInstance;function QueryListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new QueryContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=`/Assistants/${i}/Queries`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["language"]===null||i["language"]===undefined){throw new Error("Required parameter \"params['language']\" missing.")}if(i["query"]===null||i["query"]===undefined){throw new Error("Required parameter \"params['query']\" missing.")}let s={};s["Language"]=i["language"];s["Query"]=i["query"];if(i["tasks"]!==undefined)s["Tasks"]=i["tasks"];if(i["modelBuild"]!==undefined)s["ModelBuild"]=i["modelBuild"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new QueryInstance(o,e,instance._solution.assistantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["language"]!==undefined)s["Language"]=i["language"];if(i["modelBuild"]!==undefined)s["ModelBuild"]=i["modelBuild"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["dialogueSid"]!==undefined)s["DialogueSid"]=i["dialogueSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new QueryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new QueryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.QueryListInstance=QueryListInstance;class QueryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new QueryInstance(this._version,e,this._solution.assistantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueryPage=QueryPage},7122:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.StyleSheetListInstance=i.StyleSheetInstance=i.StyleSheetContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class StyleSheetContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}this._solution={assistantSid:i};this._uri=`/Assistants/${i}/StyleSheet`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new StyleSheetInstance(n,e,i._solution.assistantSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["styleSheet"]!==undefined)n["StyleSheet"]=o.object(e["styleSheet"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new StyleSheetInstance(a,e,r._solution.assistantSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StyleSheetContextImpl=StyleSheetContextImpl;class StyleSheetInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.url=i.url;this.data=i.data;this._solution={assistantSid:n}}get _proxy(){this._context=this._context||new StyleSheetContextImpl(this._version,this._solution.assistantSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,url:this.url,data:this.data}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StyleSheetInstance=StyleSheetInstance;function StyleSheetListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new StyleSheetContextImpl(e,i)};instance._version=e;instance._solution={assistantSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.StyleSheetListInstance=StyleSheetListInstance},57106:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TaskPage=i.TaskListInstance=i.TaskInstance=i.TaskContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(58890);const _=n(75161);const g=n(93076);const v=n(5664);class TaskContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/Tasks/${n}`}get fields(){this._fields=this._fields||(0,f.FieldListInstance)(this._version,this._solution.assistantSid,this._solution.sid);return this._fields}get samples(){this._samples=this._samples||(0,_.SampleListInstance)(this._version,this._solution.assistantSid,this._solution.sid);return this._samples}get taskActions(){this._taskActions=this._taskActions||(0,g.TaskActionsListInstance)(this._version,this._solution.assistantSid,this._solution.sid);return this._taskActions}get statistics(){this._statistics=this._statistics||(0,v.TaskStatisticsListInstance)(this._version,this._solution.assistantSid,this._solution.sid);return this._statistics}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["actions"]!==undefined)n["Actions"]=c.object(e["actions"]);if(e["actionsUrl"]!==undefined)n["ActionsUrl"]=e["actionsUrl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TaskInstance(o,e,r._solution.assistantSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskContextImpl=TaskContextImpl;class TaskInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.links=i.links;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.uniqueName=i.unique_name;this.actionsUrl=i.actions_url;this.url=i.url;this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TaskContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}fields(){return this._proxy.fields}samples(){return this._proxy.samples}taskActions(){return this._proxy.taskActions}statistics(){return this._proxy.statistics}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,links:this.links,assistantSid:this.assistantSid,sid:this.sid,uniqueName:this.uniqueName,actionsUrl:this.actionsUrl,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskInstance=TaskInstance;function TaskListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TaskContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=`/Assistants/${i}/Tasks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["actions"]!==undefined)s["Actions"]=c.object(i["actions"]);if(i["actionsUrl"]!==undefined)s["ActionsUrl"]=i["actionsUrl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TaskInstance(o,e,instance._solution.assistantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TaskPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TaskPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TaskListInstance=TaskListInstance;class TaskPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TaskInstance(this._version,e,this._solution.assistantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskPage=TaskPage},58890:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FieldPage=i.FieldListInstance=i.FieldInstance=i.FieldContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FieldContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,taskSid:n,sid:s};this._uri=`/Assistants/${i}/Tasks/${n}/Fields/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FieldInstance(n,e,i._solution.assistantSid,i._solution.taskSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldContextImpl=FieldContextImpl;class FieldInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.fieldType=i.field_type;this.taskSid=i.task_sid;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.uniqueName=i.unique_name;this.url=i.url;this._solution={assistantSid:n,taskSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new FieldContextImpl(this._version,this._solution.assistantSid,this._solution.taskSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,fieldType:this.fieldType,taskSid:this.taskSid,assistantSid:this.assistantSid,sid:this.sid,uniqueName:this.uniqueName,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldInstance=FieldInstance;function FieldListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new FieldContextImpl(e,i,n,s)};instance._version=e;instance._solution={assistantSid:i,taskSid:n};instance._uri=`/Assistants/${i}/Tasks/${n}/Fields`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["fieldType"]===null||i["fieldType"]===undefined){throw new Error("Required parameter \"params['fieldType']\" missing.")}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["FieldType"]=i["fieldType"];s["UniqueName"]=i["uniqueName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FieldInstance(o,e,instance._solution.assistantSid,instance._solution.taskSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FieldPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FieldPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FieldListInstance=FieldListInstance;class FieldPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FieldInstance(this._version,e,this._solution.assistantSid,this._solution.taskSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldPage=FieldPage},75161:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SamplePage=i.SampleListInstance=i.SampleInstance=i.SampleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SampleContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,taskSid:n,sid:s};this._uri=`/Assistants/${i}/Tasks/${n}/Samples/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SampleInstance(n,e,i._solution.assistantSid,i._solution.taskSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["language"]!==undefined)n["Language"]=e["language"];if(e["taggedText"]!==undefined)n["TaggedText"]=e["taggedText"];if(e["sourceChannel"]!==undefined)n["SourceChannel"]=e["sourceChannel"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SampleInstance(o,e,r._solution.assistantSid,r._solution.taskSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SampleContextImpl=SampleContextImpl;class SampleInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.taskSid=i.task_sid;this.language=i.language;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.taggedText=i.tagged_text;this.url=i.url;this.sourceChannel=i.source_channel;this._solution={assistantSid:n,taskSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new SampleContextImpl(this._version,this._solution.assistantSid,this._solution.taskSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,taskSid:this.taskSid,language:this.language,assistantSid:this.assistantSid,sid:this.sid,taggedText:this.taggedText,url:this.url,sourceChannel:this.sourceChannel}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SampleInstance=SampleInstance;function SampleListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SampleContextImpl(e,i,n,s)};instance._version=e;instance._solution={assistantSid:i,taskSid:n};instance._uri=`/Assistants/${i}/Tasks/${n}/Samples`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["language"]===null||i["language"]===undefined){throw new Error("Required parameter \"params['language']\" missing.")}if(i["taggedText"]===null||i["taggedText"]===undefined){throw new Error("Required parameter \"params['taggedText']\" missing.")}let s={};s["Language"]=i["language"];s["TaggedText"]=i["taggedText"];if(i["sourceChannel"]!==undefined)s["SourceChannel"]=i["sourceChannel"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SampleInstance(o,e,instance._solution.assistantSid,instance._solution.taskSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["language"]!==undefined)s["Language"]=i["language"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SamplePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SamplePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SampleListInstance=SampleListInstance;class SamplePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SampleInstance(this._version,e,this._solution.assistantSid,this._solution.taskSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SamplePage=SamplePage},93076:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TaskActionsListInstance=i.TaskActionsInstance=i.TaskActionsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TaskActionsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}this._solution={assistantSid:i,taskSid:n};this._uri=`/Assistants/${i}/Tasks/${n}/Actions`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskActionsInstance(n,e,i._solution.assistantSid,i._solution.taskSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["actions"]!==undefined)n["Actions"]=o.object(e["actions"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new TaskActionsInstance(a,e,r._solution.assistantSid,r._solution.taskSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskActionsContextImpl=TaskActionsContextImpl;class TaskActionsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.taskSid=i.task_sid;this.url=i.url;this.data=i.data;this._solution={assistantSid:n,taskSid:s}}get _proxy(){this._context=this._context||new TaskActionsContextImpl(this._version,this._solution.assistantSid,this._solution.taskSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,taskSid:this.taskSid,url:this.url,data:this.data}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskActionsInstance=TaskActionsInstance;function TaskActionsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new TaskActionsContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i,taskSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TaskActionsListInstance=TaskActionsListInstance},5664:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TaskStatisticsListInstance=i.TaskStatisticsInstance=i.TaskStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TaskStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}this._solution={assistantSid:i,taskSid:n};this._uri=`/Assistants/${i}/Tasks/${n}/Statistics`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskStatisticsInstance(n,e,i._solution.assistantSid,i._solution.taskSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskStatisticsContextImpl=TaskStatisticsContextImpl;class TaskStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.taskSid=i.task_sid;this.samplesCount=r.integer(i.samples_count);this.fieldsCount=r.integer(i.fields_count);this.url=i.url;this._solution={assistantSid:n,taskSid:s}}get _proxy(){this._context=this._context||new TaskStatisticsContextImpl(this._version,this._solution.assistantSid,this._solution.taskSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,taskSid:this.taskSid,samplesCount:this.samplesCount,fieldsCount:this.fieldsCount,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskStatisticsInstance=TaskStatisticsInstance;function TaskStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new TaskStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i,taskSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TaskStatisticsListInstance=TaskStatisticsListInstance},27171:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/Webhooks/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["events"]!==undefined)n["Events"]=e["events"];if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.assistantSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s){this._version=e;this.url=i.url;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.assistantSid=i.assistant_sid;this.sid=i.sid;this.uniqueName=i.unique_name;this.events=i.events;this.webhookUrl=i.webhook_url;this.webhookMethod=i.webhook_method;this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{url:this.url,accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,assistantSid:this.assistantSid,sid:this.sid,uniqueName:this.uniqueName,events:this.events,webhookUrl:this.webhookUrl,webhookMethod:this.webhookMethod}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new WebhookContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=`/Assistants/${i}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}if(i["events"]===null||i["events"]===undefined){throw new Error("Required parameter \"params['events']\" missing.")}if(i["webhookUrl"]===null||i["webhookUrl"]===undefined){throw new Error("Required parameter \"params['webhookUrl']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];s["Events"]=i["events"];s["WebhookUrl"]=i["webhookUrl"];if(i["webhookMethod"]!==undefined)s["WebhookMethod"]=i["webhookMethod"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.assistantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.assistantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},68679:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.RestoreAssistantInstance=i.RestoreAssistantListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function RestoreAssistantListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Assistants/Restore`;i.update=function update(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["assistant"]===null||n["assistant"]===undefined){throw new Error("Required parameter \"params['assistant']\" missing.")}let r={};r["Assistant"]=n["assistant"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.update({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new RestoreAssistantInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.RestoreAssistantListInstance=RestoreAssistantListInstance;class RestoreAssistantInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.uniqueName=i.unique_name;this.friendlyName=i.friendly_name;this.needsModelBuild=i.needs_model_build;this.latestModelBuildSid=i.latest_model_build_sid;this.logQueries=i.log_queries;this.developmentStage=i.development_stage;this.callbackUrl=i.callback_url;this.callbackEvents=i.callback_events}toJSON(){return{accountSid:this.accountSid,sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uniqueName:this.uniqueName,friendlyName:this.friendlyName,needsModelBuild:this.needsModelBuild,latestModelBuildSid:this.latestModelBuildSid,logQueries:this.logQueries,developmentStage:this.developmentStage,callbackUrl:this.callbackUrl,callbackEvents:this.callbackEvents}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RestoreAssistantInstance=RestoreAssistantInstance},51999:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(45832);const a=n(21256);class V1 extends r.default{constructor(e){super(e,"v1")}get exports(){this._exports=this._exports||(0,o.ExportListInstance)(this);return this._exports}get exportConfiguration(){this._exportConfiguration=this._exportConfiguration||(0,a.ExportConfigurationListInstance)(this);return this._exportConfiguration}}i["default"]=V1},45832:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExportListInstance=i.ExportInstance=i.ExportContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(30521);const u=n(64555);const f=n(62753);class ExportContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'resourceType' is not valid.")}this._solution={resourceType:i};this._uri=`/Exports/${i}`}get days(){this._days=this._days||(0,c.DayListInstance)(this._version,this._solution.resourceType);return this._days}get exportCustomJobs(){this._exportCustomJobs=this._exportCustomJobs||(0,u.ExportCustomJobListInstance)(this._version,this._solution.resourceType);return this._exportCustomJobs}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExportInstance(n,e,i._solution.resourceType)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExportContextImpl=ExportContextImpl;class ExportInstance{constructor(e,i,n){this._version=e;this.resourceType=i.resource_type;this.url=i.url;this.links=i.links;this._solution={resourceType:n||this.resourceType}}get _proxy(){this._context=this._context||new ExportContextImpl(this._version,this._solution.resourceType);return this._context}fetch(e){return this._proxy.fetch(e)}days(){return this._proxy.days}exportCustomJobs(){return this._proxy.exportCustomJobs}toJSON(){return{resourceType:this.resourceType,url:this.url,links:this.links}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExportInstance=ExportInstance;function ExportListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ExportContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Exports`;Object.defineProperty(instance,"jobs",{get:function jobs(){if(!instance._jobs){instance._jobs=(0,f.JobListInstance)(instance._version)}return instance._jobs}});instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExportListInstance=ExportListInstance},30521:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DayPage=i.DayListInstance=i.DayInstance=i.DayContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DayContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'resourceType' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'day' is not valid.")}this._solution={resourceType:i,day:n};this._uri=`/Exports/${i}/Days/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DayInstance(n,e,i._solution.resourceType,i._solution.day)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DayContextImpl=DayContextImpl;class DayInstance{constructor(e,i,n,s){this._version=e;this.redirectTo=i.redirect_to;this.day=i.day;this.size=a.integer(i.size);this.createDate=i.create_date;this.friendlyName=i.friendly_name;this.resourceType=i.resource_type;this._solution={resourceType:n,day:s||this.day}}get _proxy(){this._context=this._context||new DayContextImpl(this._version,this._solution.resourceType,this._solution.day);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{redirectTo:this.redirectTo,day:this.day,size:this.size,createDate:this.createDate,friendlyName:this.friendlyName,resourceType:this.resourceType}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DayInstance=DayInstance;function DayListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'resourceType' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DayContextImpl(e,i,n)};instance._version=e;instance._solution={resourceType:i};instance._uri=`/Exports/${i}/Days`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DayPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DayPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DayListInstance=DayListInstance;class DayPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DayInstance(this._version,e,this._solution.resourceType)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DayPage=DayPage},64555:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ExportCustomJobPage=i.ExportCustomJobInstance=i.ExportCustomJobListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function ExportCustomJobListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'resourceType' is not valid.")}const n={};n._version=e;n._solution={resourceType:i};n._uri=`/Exports/${i}/Jobs`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["startDay"]===null||i["startDay"]===undefined){throw new Error("Required parameter \"params['startDay']\" missing.")}if(i["endDay"]===null||i["endDay"]===undefined){throw new Error("Required parameter \"params['endDay']\" missing.")}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let r={};r["StartDay"]=i["startDay"];r["EndDay"]=i["endDay"];r["FriendlyName"]=i["friendlyName"];if(i["webhookUrl"]!==undefined)r["WebhookUrl"]=i["webhookUrl"];if(i["webhookMethod"]!==undefined)r["WebhookMethod"]=i["webhookMethod"];if(i["email"]!==undefined)r["Email"]=i["email"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new ExportCustomJobInstance(a,e,n._solution.resourceType)));c=n._version.setPromiseCallback(c,s);return c};n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new ExportCustomJobPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new ExportCustomJobPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.ExportCustomJobListInstance=ExportCustomJobListInstance;class ExportCustomJobInstance{constructor(e,i,n){this._version=e;this.friendlyName=i.friendly_name;this.resourceType=i.resource_type;this.startDay=i.start_day;this.endDay=i.end_day;this.webhookUrl=i.webhook_url;this.webhookMethod=i.webhook_method;this.email=i.email;this.jobSid=i.job_sid;this.details=i.details;this.jobQueuePosition=i.job_queue_position;this.estimatedCompletionTime=i.estimated_completion_time}toJSON(){return{friendlyName:this.friendlyName,resourceType:this.resourceType,startDay:this.startDay,endDay:this.endDay,webhookUrl:this.webhookUrl,webhookMethod:this.webhookMethod,email:this.email,jobSid:this.jobSid,details:this.details,jobQueuePosition:this.jobQueuePosition,estimatedCompletionTime:this.estimatedCompletionTime}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExportCustomJobInstance=ExportCustomJobInstance;class ExportCustomJobPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ExportCustomJobInstance(this._version,e,this._solution.resourceType)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExportCustomJobPage=ExportCustomJobPage},62753:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.JobListInstance=i.JobInstance=i.JobContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class JobContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'jobSid' is not valid.")}this._solution={jobSid:i};this._uri=`/Exports/Jobs/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new JobInstance(n,e,i._solution.jobSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.JobContextImpl=JobContextImpl;class JobInstance{constructor(e,i,n){this._version=e;this.resourceType=i.resource_type;this.friendlyName=i.friendly_name;this.details=i.details;this.startDay=i.start_day;this.endDay=i.end_day;this.jobSid=i.job_sid;this.webhookUrl=i.webhook_url;this.webhookMethod=i.webhook_method;this.email=i.email;this.url=i.url;this.jobQueuePosition=i.job_queue_position;this.estimatedCompletionTime=i.estimated_completion_time;this._solution={jobSid:n||this.jobSid}}get _proxy(){this._context=this._context||new JobContextImpl(this._version,this._solution.jobSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{resourceType:this.resourceType,friendlyName:this.friendlyName,details:this.details,startDay:this.startDay,endDay:this.endDay,jobSid:this.jobSid,webhookUrl:this.webhookUrl,webhookMethod:this.webhookMethod,email:this.email,url:this.url,jobQueuePosition:this.jobQueuePosition,estimatedCompletionTime:this.estimatedCompletionTime}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.JobInstance=JobInstance;function JobListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new JobContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.JobListInstance=JobListInstance},21256:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExportConfigurationListInstance=i.ExportConfigurationInstance=i.ExportConfigurationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ExportConfigurationContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'resourceType' is not valid.")}this._solution={resourceType:i};this._uri=`/Exports/${i}/Configuration`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExportConfigurationInstance(n,e,i._solution.resourceType)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["enabled"]!==undefined)n["Enabled"]=o.bool(e["enabled"]);if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new ExportConfigurationInstance(a,e,r._solution.resourceType)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExportConfigurationContextImpl=ExportConfigurationContextImpl;class ExportConfigurationInstance{constructor(e,i,n){this._version=e;this.enabled=i.enabled;this.webhookUrl=i.webhook_url;this.webhookMethod=i.webhook_method;this.resourceType=i.resource_type;this.url=i.url;this._solution={resourceType:n||this.resourceType}}get _proxy(){this._context=this._context||new ExportConfigurationContextImpl(this._version,this._solution.resourceType);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{enabled:this.enabled,webhookUrl:this.webhookUrl,webhookMethod:this.webhookMethod,resourceType:this.resourceType,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExportConfigurationInstance=ExportConfigurationInstance;function ExportConfigurationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ExportConfigurationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExportConfigurationListInstance=ExportConfigurationListInstance},21772:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(6421);const a=n(41460);class V1 extends r.default{constructor(e){super(e,"v1")}get credentials(){this._credentials=this._credentials||(0,o.CredentialListInstance)(this);return this._credentials}get services(){this._services=this._services||(0,a.ServiceListInstance)(this);return this._services}}i["default"]=V1},65979:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(15538);const a=n(50326);class V2 extends r.default{constructor(e){super(e,"v2")}get credentials(){this._credentials=this._credentials||(0,o.CredentialListInstance)(this);return this._credentials}get services(){this._services=this._services||(0,a.ServiceListInstance)(this);return this._services}}i["default"]=V2},33547:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(43786);class V3 extends r.default{constructor(e){super(e,"v3")}get channels(){this._channels=this._channels||(0,o.ChannelListInstance)(this);return this._channels}}i["default"]=V3},6421:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},41460:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(15715);const _=n(92186);const g=n(54100);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get channels(){this._channels=this._channels||(0,f.ChannelListInstance)(this._version,this._solution.sid);return this._channels}get roles(){this._roles=this._roles||(0,_.RoleListInstance)(this._version,this._solution.sid);return this._roles}get users(){this._users=this._users||(0,g.UserListInstance)(this._version,this._solution.sid);return this._users}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["defaultServiceRoleSid"]!==undefined)n["DefaultServiceRoleSid"]=e["defaultServiceRoleSid"];if(e["defaultChannelRoleSid"]!==undefined)n["DefaultChannelRoleSid"]=e["defaultChannelRoleSid"];if(e["defaultChannelCreatorRoleSid"]!==undefined)n["DefaultChannelCreatorRoleSid"]=e["defaultChannelCreatorRoleSid"];if(e["readStatusEnabled"]!==undefined)n["ReadStatusEnabled"]=c.bool(e["readStatusEnabled"]);if(e["reachabilityEnabled"]!==undefined)n["ReachabilityEnabled"]=c.bool(e["reachabilityEnabled"]);if(e["typingIndicatorTimeout"]!==undefined)n["TypingIndicatorTimeout"]=e["typingIndicatorTimeout"];if(e["consumptionReportInterval"]!==undefined)n["ConsumptionReportInterval"]=e["consumptionReportInterval"];if(e["notifications.newMessage.enabled"]!==undefined)n["Notifications.NewMessage.Enabled"]=c.bool(e["notifications.newMessage.enabled"]);if(e["notifications.newMessage.template"]!==undefined)n["Notifications.NewMessage.Template"]=e["notifications.newMessage.template"];if(e["notifications.addedToChannel.enabled"]!==undefined)n["Notifications.AddedToChannel.Enabled"]=c.bool(e["notifications.addedToChannel.enabled"]);if(e["notifications.addedToChannel.template"]!==undefined)n["Notifications.AddedToChannel.Template"]=e["notifications.addedToChannel.template"];if(e["notifications.removedFromChannel.enabled"]!==undefined)n["Notifications.RemovedFromChannel.Enabled"]=c.bool(e["notifications.removedFromChannel.enabled"]);if(e["notifications.removedFromChannel.template"]!==undefined)n["Notifications.RemovedFromChannel.Template"]=e["notifications.removedFromChannel.template"];if(e["notifications.invitedToChannel.enabled"]!==undefined)n["Notifications.InvitedToChannel.Enabled"]=c.bool(e["notifications.invitedToChannel.enabled"]);if(e["notifications.invitedToChannel.template"]!==undefined)n["Notifications.InvitedToChannel.Template"]=e["notifications.invitedToChannel.template"];if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];if(e["webhookFilters"]!==undefined)n["WebhookFilters"]=c.map(e["webhookFilters"],(e=>e));if(e["webhooks.onMessageSend.url"]!==undefined)n["Webhooks.OnMessageSend.Url"]=e["webhooks.onMessageSend.url"];if(e["webhooks.onMessageSend.method"]!==undefined)n["Webhooks.OnMessageSend.Method"]=e["webhooks.onMessageSend.method"];if(e["webhooks.onMessageUpdate.url"]!==undefined)n["Webhooks.OnMessageUpdate.Url"]=e["webhooks.onMessageUpdate.url"];if(e["webhooks.onMessageUpdate.method"]!==undefined)n["Webhooks.OnMessageUpdate.Method"]=e["webhooks.onMessageUpdate.method"];if(e["webhooks.onMessageRemove.url"]!==undefined)n["Webhooks.OnMessageRemove.Url"]=e["webhooks.onMessageRemove.url"];if(e["webhooks.onMessageRemove.method"]!==undefined)n["Webhooks.OnMessageRemove.Method"]=e["webhooks.onMessageRemove.method"];if(e["webhooks.onChannelAdd.url"]!==undefined)n["Webhooks.OnChannelAdd.Url"]=e["webhooks.onChannelAdd.url"];if(e["webhooks.onChannelAdd.method"]!==undefined)n["Webhooks.OnChannelAdd.Method"]=e["webhooks.onChannelAdd.method"];if(e["webhooks.onChannelDestroy.url"]!==undefined)n["Webhooks.OnChannelDestroy.Url"]=e["webhooks.onChannelDestroy.url"];if(e["webhooks.onChannelDestroy.method"]!==undefined)n["Webhooks.OnChannelDestroy.Method"]=e["webhooks.onChannelDestroy.method"];if(e["webhooks.onChannelUpdate.url"]!==undefined)n["Webhooks.OnChannelUpdate.Url"]=e["webhooks.onChannelUpdate.url"];if(e["webhooks.onChannelUpdate.method"]!==undefined)n["Webhooks.OnChannelUpdate.Method"]=e["webhooks.onChannelUpdate.method"];if(e["webhooks.onMemberAdd.url"]!==undefined)n["Webhooks.OnMemberAdd.Url"]=e["webhooks.onMemberAdd.url"];if(e["webhooks.onMemberAdd.method"]!==undefined)n["Webhooks.OnMemberAdd.Method"]=e["webhooks.onMemberAdd.method"];if(e["webhooks.onMemberRemove.url"]!==undefined)n["Webhooks.OnMemberRemove.Url"]=e["webhooks.onMemberRemove.url"];if(e["webhooks.onMemberRemove.method"]!==undefined)n["Webhooks.OnMemberRemove.Method"]=e["webhooks.onMemberRemove.method"];if(e["webhooks.onMessageSent.url"]!==undefined)n["Webhooks.OnMessageSent.Url"]=e["webhooks.onMessageSent.url"];if(e["webhooks.onMessageSent.method"]!==undefined)n["Webhooks.OnMessageSent.Method"]=e["webhooks.onMessageSent.method"];if(e["webhooks.onMessageUpdated.url"]!==undefined)n["Webhooks.OnMessageUpdated.Url"]=e["webhooks.onMessageUpdated.url"];if(e["webhooks.onMessageUpdated.method"]!==undefined)n["Webhooks.OnMessageUpdated.Method"]=e["webhooks.onMessageUpdated.method"];if(e["webhooks.onMessageRemoved.url"]!==undefined)n["Webhooks.OnMessageRemoved.Url"]=e["webhooks.onMessageRemoved.url"];if(e["webhooks.onMessageRemoved.method"]!==undefined)n["Webhooks.OnMessageRemoved.Method"]=e["webhooks.onMessageRemoved.method"];if(e["webhooks.onChannelAdded.url"]!==undefined)n["Webhooks.OnChannelAdded.Url"]=e["webhooks.onChannelAdded.url"];if(e["webhooks.onChannelAdded.method"]!==undefined)n["Webhooks.OnChannelAdded.Method"]=e["webhooks.onChannelAdded.method"];if(e["webhooks.onChannelDestroyed.url"]!==undefined)n["Webhooks.OnChannelDestroyed.Url"]=e["webhooks.onChannelDestroyed.url"];if(e["webhooks.onChannelDestroyed.method"]!==undefined)n["Webhooks.OnChannelDestroyed.Method"]=e["webhooks.onChannelDestroyed.method"];if(e["webhooks.onChannelUpdated.url"]!==undefined)n["Webhooks.OnChannelUpdated.Url"]=e["webhooks.onChannelUpdated.url"];if(e["webhooks.onChannelUpdated.method"]!==undefined)n["Webhooks.OnChannelUpdated.Method"]=e["webhooks.onChannelUpdated.method"];if(e["webhooks.onMemberAdded.url"]!==undefined)n["Webhooks.OnMemberAdded.Url"]=e["webhooks.onMemberAdded.url"];if(e["webhooks.onMemberAdded.method"]!==undefined)n["Webhooks.OnMemberAdded.Method"]=e["webhooks.onMemberAdded.method"];if(e["webhooks.onMemberRemoved.url"]!==undefined)n["Webhooks.OnMemberRemoved.Url"]=e["webhooks.onMemberRemoved.url"];if(e["webhooks.onMemberRemoved.method"]!==undefined)n["Webhooks.OnMemberRemoved.Method"]=e["webhooks.onMemberRemoved.method"];if(e["limits.channelMembers"]!==undefined)n["Limits.ChannelMembers"]=e["limits.channelMembers"];if(e["limits.userChannels"]!==undefined)n["Limits.UserChannels"]=e["limits.userChannels"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.defaultServiceRoleSid=i.default_service_role_sid;this.defaultChannelRoleSid=i.default_channel_role_sid;this.defaultChannelCreatorRoleSid=i.default_channel_creator_role_sid;this.readStatusEnabled=i.read_status_enabled;this.reachabilityEnabled=i.reachability_enabled;this.typingIndicatorTimeout=a.integer(i.typing_indicator_timeout);this.consumptionReportInterval=a.integer(i.consumption_report_interval);this.limits=i.limits;this.webhooks=i.webhooks;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.webhookMethod=i.webhook_method;this.webhookFilters=i.webhook_filters;this.notifications=i.notifications;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}channels(){return this._proxy.channels}roles(){return this._proxy.roles}users(){return this._proxy.users}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,defaultServiceRoleSid:this.defaultServiceRoleSid,defaultChannelRoleSid:this.defaultChannelRoleSid,defaultChannelCreatorRoleSid:this.defaultChannelCreatorRoleSid,readStatusEnabled:this.readStatusEnabled,reachabilityEnabled:this.reachabilityEnabled,typingIndicatorTimeout:this.typingIndicatorTimeout,consumptionReportInterval:this.consumptionReportInterval,limits:this.limits,webhooks:this.webhooks,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,webhookMethod:this.webhookMethod,webhookFilters:this.webhookFilters,notifications:this.notifications,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},15715:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelPage=i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(17512);const _=n(95993);const g=n(80444);class ChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Channels/${n}`}get invites(){this._invites=this._invites||(0,f.InviteListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._invites}get members(){this._members=this._members||(0,_.MemberListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._members}get messages(){this._messages=this._messages||(0,g.MessageListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._messages}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChannelInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.type=i.type;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.membersCount=a.integer(i.members_count);this.messagesCount=a.integer(i.messages_count);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}invites(){return this._proxy.invites}members(){return this._proxy.members}messages(){return this._proxy.messages}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,type:this.type,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,membersCount:this.membersCount,messagesCount:this.messagesCount,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ChannelContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Channels`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["type"]!==undefined)s["Type"]=i["type"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChannelInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["type"]!==undefined)s["Type"]=c.map(i["type"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance;class ChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelPage=ChannelPage},17512:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InvitePage=i.InviteListInstance=i.InviteInstance=i.InviteContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InviteContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Invites/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InviteInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteContextImpl=InviteContextImpl;class InviteInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.createdBy=i.created_by;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InviteContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,createdBy:this.createdBy,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteInstance=InviteInstance;function InviteListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InviteContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Invites`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InviteInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InvitePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InvitePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InviteListInstance=InviteListInstance;class InvitePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InviteInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InvitePage=InvitePage},95993:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MemberPage=i.MemberListInstance=i.MemberInstance=i.MemberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MemberContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Members/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MemberInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MemberInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberContextImpl=MemberContextImpl;class MemberInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.lastConsumptionTimestamp=a.iso8601DateTime(i.last_consumption_timestamp);this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MemberContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,lastConsumedMessageIndex:this.lastConsumedMessageIndex,lastConsumptionTimestamp:this.lastConsumptionTimestamp,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberInstance=MemberInstance;function MemberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MemberContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Members`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MemberInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MemberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MemberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MemberListInstance=MemberListInstance;class MemberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MemberInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberPage=MemberPage},80444:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessageContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Messages/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["body"]!==undefined)n["Body"]=e["body"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.attributes=i.attributes;this.serviceSid=i.service_sid;this.to=i.to;this.channelSid=i.channel_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.wasEdited=i.was_edited;this.from=i.from;this.body=i.body;this.index=a.integer(i.index);this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,attributes:this.attributes,serviceSid:this.serviceSid,to:this.to,channelSid:this.channelSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,wasEdited:this.wasEdited,from:this.from,body:this.body,index:this.index,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MessageContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Messages`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["body"]===null||i["body"]===undefined){throw new Error("Required parameter \"params['body']\" missing.")}let s={};s["Body"]=i["body"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},92186:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Roles/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoleContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},54100:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(55659);class UserContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Users/${n}`}get userChannels(){this._userChannels=this._userChannels||(0,f.UserChannelListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userChannels}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.attributes=i.attributes;this.friendlyName=i.friendly_name;this.roleSid=i.role_sid;this.identity=i.identity;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.joinedChannelsCount=a.integer(i.joined_channels_count);this.links=i.links;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userChannels(){return this._proxy.userChannels}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,attributes:this.attributes,friendlyName:this.friendlyName,roleSid:this.roleSid,identity:this.identity,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,joinedChannelsCount:this.joinedChannelsCount,links:this.links,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},55659:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserChannelPage=i.UserChannelInstance=i.UserChannelListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function UserChannelListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const s={};s._version=e;s._solution={serviceSid:i,userSid:n};s._uri=`/Services/${i}/Users/${n}/Channels`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:s._uri,method:"get",params:r,headers:o});c=c.then((e=>new UserChannelPage(a,e,s._solution)));c=s._version.setPromiseCallback(c,n);return c};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new UserChannelPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.UserChannelListInstance=UserChannelListInstance;class UserChannelInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.memberSid=i.member_sid;this.status=i.status;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.unreadMessagesCount=a.integer(i.unread_messages_count);this.links=i.links}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,memberSid:this.memberSid,status:this.status,lastConsumedMessageIndex:this.lastConsumedMessageIndex,unreadMessagesCount:this.unreadMessagesCount,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelInstance=UserChannelInstance;class UserChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserChannelInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelPage=UserChannelPage},15538:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},50326:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(20318);const _=n(54286);const g=n(38583);const v=n(28308);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get bindings(){this._bindings=this._bindings||(0,f.BindingListInstance)(this._version,this._solution.sid);return this._bindings}get channels(){this._channels=this._channels||(0,_.ChannelListInstance)(this._version,this._solution.sid);return this._channels}get roles(){this._roles=this._roles||(0,g.RoleListInstance)(this._version,this._solution.sid);return this._roles}get users(){this._users=this._users||(0,v.UserListInstance)(this._version,this._solution.sid);return this._users}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["defaultServiceRoleSid"]!==undefined)n["DefaultServiceRoleSid"]=e["defaultServiceRoleSid"];if(e["defaultChannelRoleSid"]!==undefined)n["DefaultChannelRoleSid"]=e["defaultChannelRoleSid"];if(e["defaultChannelCreatorRoleSid"]!==undefined)n["DefaultChannelCreatorRoleSid"]=e["defaultChannelCreatorRoleSid"];if(e["readStatusEnabled"]!==undefined)n["ReadStatusEnabled"]=c.bool(e["readStatusEnabled"]);if(e["reachabilityEnabled"]!==undefined)n["ReachabilityEnabled"]=c.bool(e["reachabilityEnabled"]);if(e["typingIndicatorTimeout"]!==undefined)n["TypingIndicatorTimeout"]=e["typingIndicatorTimeout"];if(e["consumptionReportInterval"]!==undefined)n["ConsumptionReportInterval"]=e["consumptionReportInterval"];if(e["notifications.newMessage.enabled"]!==undefined)n["Notifications.NewMessage.Enabled"]=c.bool(e["notifications.newMessage.enabled"]);if(e["notifications.newMessage.template"]!==undefined)n["Notifications.NewMessage.Template"]=e["notifications.newMessage.template"];if(e["notifications.newMessage.sound"]!==undefined)n["Notifications.NewMessage.Sound"]=e["notifications.newMessage.sound"];if(e["notifications.newMessage.badgeCountEnabled"]!==undefined)n["Notifications.NewMessage.BadgeCountEnabled"]=c.bool(e["notifications.newMessage.badgeCountEnabled"]);if(e["notifications.addedToChannel.enabled"]!==undefined)n["Notifications.AddedToChannel.Enabled"]=c.bool(e["notifications.addedToChannel.enabled"]);if(e["notifications.addedToChannel.template"]!==undefined)n["Notifications.AddedToChannel.Template"]=e["notifications.addedToChannel.template"];if(e["notifications.addedToChannel.sound"]!==undefined)n["Notifications.AddedToChannel.Sound"]=e["notifications.addedToChannel.sound"];if(e["notifications.removedFromChannel.enabled"]!==undefined)n["Notifications.RemovedFromChannel.Enabled"]=c.bool(e["notifications.removedFromChannel.enabled"]);if(e["notifications.removedFromChannel.template"]!==undefined)n["Notifications.RemovedFromChannel.Template"]=e["notifications.removedFromChannel.template"];if(e["notifications.removedFromChannel.sound"]!==undefined)n["Notifications.RemovedFromChannel.Sound"]=e["notifications.removedFromChannel.sound"];if(e["notifications.invitedToChannel.enabled"]!==undefined)n["Notifications.InvitedToChannel.Enabled"]=c.bool(e["notifications.invitedToChannel.enabled"]);if(e["notifications.invitedToChannel.template"]!==undefined)n["Notifications.InvitedToChannel.Template"]=e["notifications.invitedToChannel.template"];if(e["notifications.invitedToChannel.sound"]!==undefined)n["Notifications.InvitedToChannel.Sound"]=e["notifications.invitedToChannel.sound"];if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];if(e["webhookFilters"]!==undefined)n["WebhookFilters"]=c.map(e["webhookFilters"],(e=>e));if(e["limits.channelMembers"]!==undefined)n["Limits.ChannelMembers"]=e["limits.channelMembers"];if(e["limits.userChannels"]!==undefined)n["Limits.UserChannels"]=e["limits.userChannels"];if(e["media.compatibilityMessage"]!==undefined)n["Media.CompatibilityMessage"]=e["media.compatibilityMessage"];if(e["preWebhookRetryCount"]!==undefined)n["PreWebhookRetryCount"]=e["preWebhookRetryCount"];if(e["postWebhookRetryCount"]!==undefined)n["PostWebhookRetryCount"]=e["postWebhookRetryCount"];if(e["notifications.logEnabled"]!==undefined)n["Notifications.LogEnabled"]=c.bool(e["notifications.logEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.defaultServiceRoleSid=i.default_service_role_sid;this.defaultChannelRoleSid=i.default_channel_role_sid;this.defaultChannelCreatorRoleSid=i.default_channel_creator_role_sid;this.readStatusEnabled=i.read_status_enabled;this.reachabilityEnabled=i.reachability_enabled;this.typingIndicatorTimeout=a.integer(i.typing_indicator_timeout);this.consumptionReportInterval=a.integer(i.consumption_report_interval);this.limits=i.limits;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.webhookMethod=i.webhook_method;this.webhookFilters=i.webhook_filters;this.preWebhookRetryCount=a.integer(i.pre_webhook_retry_count);this.postWebhookRetryCount=a.integer(i.post_webhook_retry_count);this.notifications=i.notifications;this.media=i.media;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}bindings(){return this._proxy.bindings}channels(){return this._proxy.channels}roles(){return this._proxy.roles}users(){return this._proxy.users}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,defaultServiceRoleSid:this.defaultServiceRoleSid,defaultChannelRoleSid:this.defaultChannelRoleSid,defaultChannelCreatorRoleSid:this.defaultChannelCreatorRoleSid,readStatusEnabled:this.readStatusEnabled,reachabilityEnabled:this.reachabilityEnabled,typingIndicatorTimeout:this.typingIndicatorTimeout,consumptionReportInterval:this.consumptionReportInterval,limits:this.limits,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,webhookMethod:this.webhookMethod,webhookFilters:this.webhookFilters,preWebhookRetryCount:this.preWebhookRetryCount,postWebhookRetryCount:this.postWebhookRetryCount,notifications:this.notifications,media:this.media,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},20318:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BindingPage=i.BindingListInstance=i.BindingInstance=i.BindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BindingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Bindings/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BindingInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingContextImpl=BindingContextImpl;class BindingInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.endpoint=i.endpoint;this.identity=i.identity;this.credentialSid=i.credential_sid;this.bindingType=i.binding_type;this.messageTypes=i.message_types;this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new BindingContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endpoint:this.endpoint,identity:this.identity,credentialSid:this.credentialSid,bindingType:this.bindingType,messageTypes:this.messageTypes,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingInstance=BindingInstance;function BindingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BindingContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Bindings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["bindingType"]!==undefined)s["BindingType"]=c.map(i["bindingType"],(e=>e));if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BindingListInstance=BindingListInstance;class BindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BindingInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingPage=BindingPage},54286:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelPage=i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(11107);const _=n(71925);const g=n(62885);const v=n(33569);class ChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Channels/${n}`}get invites(){this._invites=this._invites||(0,f.InviteListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._invites}get members(){this._members=this._members||(0,_.MemberListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._members}get messages(){this._messages=this._messages||(0,g.MessageListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._messages}get webhooks(){this._webhooks=this._webhooks||(0,v.WebhookListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._webhooks}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["createdBy"]!==undefined)n["CreatedBy"]=e["createdBy"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChannelInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.type=i.type;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.membersCount=a.integer(i.members_count);this.messagesCount=a.integer(i.messages_count);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}invites(){return this._proxy.invites}members(){return this._proxy.members}messages(){return this._proxy.messages}webhooks(){return this._proxy.webhooks}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,type:this.type,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,membersCount:this.membersCount,messagesCount:this.messagesCount,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ChannelContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Channels`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["type"]!==undefined)s["Type"]=i["type"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["createdBy"]!==undefined)s["CreatedBy"]=i["createdBy"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChannelInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["type"]!==undefined)s["Type"]=c.map(i["type"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance;class ChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelPage=ChannelPage},11107:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InvitePage=i.InviteListInstance=i.InviteInstance=i.InviteContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InviteContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Invites/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InviteInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteContextImpl=InviteContextImpl;class InviteInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.createdBy=i.created_by;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InviteContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,createdBy:this.createdBy,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteInstance=InviteInstance;function InviteListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InviteContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Invites`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InviteInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InvitePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InvitePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InviteListInstance=InviteListInstance;class InvitePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InviteInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InvitePage=InvitePage},71925:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MemberPage=i.MemberListInstance=i.MemberInstance=i.MemberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MemberContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Members/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MemberInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];if(e["lastConsumptionTimestamp"]!==undefined)n["LastConsumptionTimestamp"]=c.iso8601DateTime(e["lastConsumptionTimestamp"]);if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MemberInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberContextImpl=MemberContextImpl;class MemberInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.lastConsumptionTimestamp=a.iso8601DateTime(i.last_consumption_timestamp);this.url=i.url;this.attributes=i.attributes;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MemberContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,lastConsumedMessageIndex:this.lastConsumedMessageIndex,lastConsumptionTimestamp:this.lastConsumptionTimestamp,url:this.url,attributes:this.attributes}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberInstance=MemberInstance;function MemberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MemberContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Members`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["lastConsumedMessageIndex"]!==undefined)s["LastConsumedMessageIndex"]=i["lastConsumedMessageIndex"];if(i["lastConsumptionTimestamp"]!==undefined)s["LastConsumptionTimestamp"]=c.iso8601DateTime(i["lastConsumptionTimestamp"]);if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MemberInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MemberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MemberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MemberListInstance=MemberListInstance;class MemberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MemberInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberPage=MemberPage},62885:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessageContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Messages/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["body"]!==undefined)n["Body"]=e["body"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["lastUpdatedBy"]!==undefined)n["LastUpdatedBy"]=e["lastUpdatedBy"];if(e["from"]!==undefined)n["From"]=e["from"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.attributes=i.attributes;this.serviceSid=i.service_sid;this.to=i.to;this.channelSid=i.channel_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.lastUpdatedBy=i.last_updated_by;this.wasEdited=i.was_edited;this.from=i.from;this.body=i.body;this.index=a.integer(i.index);this.type=i.type;this.media=i.media;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,attributes:this.attributes,serviceSid:this.serviceSid,to:this.to,channelSid:this.channelSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,lastUpdatedBy:this.lastUpdatedBy,wasEdited:this.wasEdited,from:this.from,body:this.body,index:this.index,type:this.type,media:this.media,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MessageContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Messages`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["from"]!==undefined)s["From"]=i["from"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["lastUpdatedBy"]!==undefined)s["LastUpdatedBy"]=i["lastUpdatedBy"];if(i["body"]!==undefined)s["Body"]=i["body"];if(i["mediaSid"]!==undefined)s["MediaSid"]=i["mediaSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},33569:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Webhooks/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["configuration.url"]!==undefined)n["Configuration.Url"]=e["configuration.url"];if(e["configuration.method"]!==undefined)n["Configuration.Method"]=e["configuration.method"];if(e["configuration.filters"]!==undefined)n["Configuration.Filters"]=c.map(e["configuration.filters"],(e=>e));if(e["configuration.triggers"]!==undefined)n["Configuration.Triggers"]=c.map(e["configuration.triggers"],(e=>e));if(e["configuration.flowSid"]!==undefined)n["Configuration.FlowSid"]=e["configuration.flowSid"];if(e["configuration.retryCount"]!==undefined)n["Configuration.RetryCount"]=e["configuration.retryCount"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.type=i.type;this.url=i.url;this.configuration=i.configuration;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,type:this.type,url:this.url,configuration:this.configuration,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new WebhookContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["configuration.url"]!==undefined)s["Configuration.Url"]=i["configuration.url"];if(i["configuration.method"]!==undefined)s["Configuration.Method"]=i["configuration.method"];if(i["configuration.filters"]!==undefined)s["Configuration.Filters"]=c.map(i["configuration.filters"],(e=>e));if(i["configuration.triggers"]!==undefined)s["Configuration.Triggers"]=c.map(i["configuration.triggers"],(e=>e));if(i["configuration.flowSid"]!==undefined)s["Configuration.FlowSid"]=i["configuration.flowSid"];if(i["configuration.retryCount"]!==undefined)s["Configuration.RetryCount"]=i["configuration.retryCount"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},38583:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Roles/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoleContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},28308:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(63282);const _=n(17296);class UserContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Users/${n}`}get userBindings(){this._userBindings=this._userBindings||(0,f.UserBindingListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userBindings}get userChannels(){this._userChannels=this._userChannels||(0,_.UserChannelListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userChannels}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.attributes=i.attributes;this.friendlyName=i.friendly_name;this.roleSid=i.role_sid;this.identity=i.identity;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.joinedChannelsCount=a.integer(i.joined_channels_count);this.links=i.links;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userBindings(){return this._proxy.userBindings}userChannels(){return this._proxy.userChannels}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,attributes:this.attributes,friendlyName:this.friendlyName,roleSid:this.roleSid,identity:this.identity,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,joinedChannelsCount:this.joinedChannelsCount,links:this.links,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},63282:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserBindingPage=i.UserBindingListInstance=i.UserBindingInstance=i.UserBindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserBindingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,userSid:n,sid:s};this._uri=`/Services/${i}/Users/${n}/Bindings/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserBindingInstance(n,e,i._solution.serviceSid,i._solution.userSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingContextImpl=UserBindingContextImpl;class UserBindingInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.endpoint=i.endpoint;this.identity=i.identity;this.userSid=i.user_sid;this.credentialSid=i.credential_sid;this.bindingType=i.binding_type;this.messageTypes=i.message_types;this.url=i.url;this._solution={serviceSid:n,userSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new UserBindingContextImpl(this._version,this._solution.serviceSid,this._solution.userSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endpoint:this.endpoint,identity:this.identity,userSid:this.userSid,credentialSid:this.credentialSid,bindingType:this.bindingType,messageTypes:this.messageTypes,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingInstance=UserBindingInstance;function UserBindingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserBindingContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,userSid:n};instance._uri=`/Services/${i}/Users/${n}/Bindings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["bindingType"]!==undefined)s["BindingType"]=c.map(i["bindingType"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserBindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserBindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserBindingListInstance=UserBindingListInstance;class UserBindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserBindingInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingPage=UserBindingPage},17296:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserChannelPage=i.UserChannelListInstance=i.UserChannelInstance=i.UserChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserChannelContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'channelSid' is not valid.")}this._solution={serviceSid:i,userSid:n,channelSid:s};this._uri=`/Services/${i}/Users/${n}/Channels/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserChannelInstance(n,e,i._solution.serviceSid,i._solution.userSid,i._solution.channelSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["notificationLevel"]!==undefined)n["NotificationLevel"]=e["notificationLevel"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];if(e["lastConsumptionTimestamp"]!==undefined)n["LastConsumptionTimestamp"]=c.iso8601DateTime(e["lastConsumptionTimestamp"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserChannelInstance(o,e,r._solution.serviceSid,r._solution.userSid,r._solution.channelSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelContextImpl=UserChannelContextImpl;class UserChannelInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.userSid=i.user_sid;this.memberSid=i.member_sid;this.status=i.status;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.unreadMessagesCount=a.integer(i.unread_messages_count);this.links=i.links;this.url=i.url;this.notificationLevel=i.notification_level;this._solution={serviceSid:n,userSid:s,channelSid:r||this.channelSid}}get _proxy(){this._context=this._context||new UserChannelContextImpl(this._version,this._solution.serviceSid,this._solution.userSid,this._solution.channelSid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,userSid:this.userSid,memberSid:this.memberSid,status:this.status,lastConsumedMessageIndex:this.lastConsumedMessageIndex,unreadMessagesCount:this.unreadMessagesCount,links:this.links,url:this.url,notificationLevel:this.notificationLevel}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelInstance=UserChannelInstance;function UserChannelListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserChannelContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,userSid:n};instance._uri=`/Services/${i}/Users/${n}/Channels`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserChannelListInstance=UserChannelListInstance;class UserChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserChannelInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelPage=UserChannelPage},43786:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Channels/${n}`}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["type"]!==undefined)n["Type"]=e["type"];if(e["messagingServiceSid"]!==undefined)n["MessagingServiceSid"]=e["messagingServiceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChannelInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.type=i.type;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.membersCount=r.integer(i.members_count);this.messagesCount=r.integer(i.messages_count);this.messagingServiceSid=i.messaging_service_sid;this.url=i.url;this._solution={serviceSid:n||this.serviceSid,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,type:this.type,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,membersCount:this.membersCount,messagesCount:this.messagesCount,messagingServiceSid:this.messagingServiceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e){const instance=(e,i)=>instance.get(e,i);instance.get=function get(i,n){return new ChannelContextImpl(e,i,n)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance},16367:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(52553);const a=n(27961);const c=n(94770);class V1 extends r.default{constructor(e){super(e,"v1")}get contents(){this._contents=this._contents||(0,o.ContentListInstance)(this);return this._contents}get contentAndApprovals(){this._contentAndApprovals=this._contentAndApprovals||(0,a.ContentAndApprovalsListInstance)(this);return this._contentAndApprovals}get legacyContents(){this._legacyContents=this._legacyContents||(0,c.LegacyContentListInstance)(this);return this._legacyContents}}i["default"]=V1},52553:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ContentPage=i.ContentListInstance=i.ContentInstance=i.ContentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(56484);class ContentContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Content/${i}`}get approvalFetch(){this._approvalFetch=this._approvalFetch||(0,f.ApprovalFetchListInstance)(this._version,this._solution.sid);return this._approvalFetch}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ContentInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ContentContextImpl=ContentContextImpl;class ContentInstance{constructor(e,i,n){this._version=e;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.language=i.language;this.variables=i.variables;this.types=i.types;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ContentContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}approvalFetch(){return this._proxy.approvalFetch}toJSON(){return{dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,language:this.language,variables:this.variables,types:this.types,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ContentInstance=ContentInstance;function ContentListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ContentContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Content`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ContentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ContentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ContentListInstance=ContentListInstance;class ContentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ContentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ContentPage=ContentPage},56484:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ApprovalFetchListInstance=i.ApprovalFetchInstance=i.ApprovalFetchContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ApprovalFetchContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Content/${i}/ApprovalRequests`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ApprovalFetchInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ApprovalFetchContextImpl=ApprovalFetchContextImpl;class ApprovalFetchInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.whatsapp=i.whatsapp;this.url=i.url;this._solution={sid:n}}get _proxy(){this._context=this._context||new ApprovalFetchContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,whatsapp:this.whatsapp,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ApprovalFetchInstance=ApprovalFetchInstance;function ApprovalFetchListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ApprovalFetchContextImpl(e,i)};instance._version=e;instance._solution={sid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ApprovalFetchListInstance=ApprovalFetchListInstance},27961:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ContentAndApprovalsPage=i.ContentAndApprovalsInstance=i.ContentAndApprovalsListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function ContentAndApprovalsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/ContentAndApprovals`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new ContentAndApprovalsPage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new ContentAndApprovalsPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.ContentAndApprovalsListInstance=ContentAndApprovalsListInstance;class ContentAndApprovalsInstance{constructor(e,i){this._version=e;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.language=i.language;this.variables=i.variables;this.types=i.types;this.approvalRequests=i.approval_requests}toJSON(){return{dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,language:this.language,variables:this.variables,types:this.types,approvalRequests:this.approvalRequests}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ContentAndApprovalsInstance=ContentAndApprovalsInstance;class ContentAndApprovalsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ContentAndApprovalsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ContentAndApprovalsPage=ContentAndApprovalsPage},94770:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.LegacyContentPage=i.LegacyContentInstance=i.LegacyContentListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function LegacyContentListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/LegacyContent`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new LegacyContentPage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new LegacyContentPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.LegacyContentListInstance=LegacyContentListInstance;class LegacyContentInstance{constructor(e,i){this._version=e;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.language=i.language;this.variables=i.variables;this.types=i.types;this.legacyTemplateName=i.legacy_template_name;this.legacyBody=i.legacy_body;this.url=i.url}toJSON(){return{dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,language:this.language,variables:this.variables,types:this.types,legacyTemplateName:this.legacyTemplateName,legacyBody:this.legacyBody,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LegacyContentInstance=LegacyContentInstance;class LegacyContentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new LegacyContentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LegacyContentPage=LegacyContentPage},12918:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(5067);const a=n(49172);const c=n(59005);const u=n(37808);const f=n(90175);const _=n(93878);const g=n(76801);const v=n(49906);class V1 extends r.default{constructor(e){super(e,"v1")}get addressConfigurations(){this._addressConfigurations=this._addressConfigurations||(0,o.AddressConfigurationListInstance)(this);return this._addressConfigurations}get configuration(){this._configuration=this._configuration||(0,a.ConfigurationListInstance)(this);return this._configuration}get conversations(){this._conversations=this._conversations||(0,c.ConversationListInstance)(this);return this._conversations}get credentials(){this._credentials=this._credentials||(0,u.CredentialListInstance)(this);return this._credentials}get participantConversations(){this._participantConversations=this._participantConversations||(0,f.ParticipantConversationListInstance)(this);return this._participantConversations}get roles(){this._roles=this._roles||(0,_.RoleListInstance)(this);return this._roles}get services(){this._services=this._services||(0,g.ServiceListInstance)(this);return this._services}get users(){this._users=this._users||(0,v.UserListInstance)(this);return this._users}}i["default"]=V1},5067:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AddressConfigurationPage=i.AddressConfigurationListInstance=i.AddressConfigurationInstance=i.AddressConfigurationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AddressConfigurationContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Configuration/Addresses/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AddressConfigurationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["autoCreation.enabled"]!==undefined)n["AutoCreation.Enabled"]=c.bool(e["autoCreation.enabled"]);if(e["autoCreation.type"]!==undefined)n["AutoCreation.Type"]=e["autoCreation.type"];if(e["autoCreation.conversationServiceSid"]!==undefined)n["AutoCreation.ConversationServiceSid"]=e["autoCreation.conversationServiceSid"];if(e["autoCreation.webhookUrl"]!==undefined)n["AutoCreation.WebhookUrl"]=e["autoCreation.webhookUrl"];if(e["autoCreation.webhookMethod"]!==undefined)n["AutoCreation.WebhookMethod"]=e["autoCreation.webhookMethod"];if(e["autoCreation.webhookFilters"]!==undefined)n["AutoCreation.WebhookFilters"]=c.map(e["autoCreation.webhookFilters"],(e=>e));if(e["autoCreation.studioFlowSid"]!==undefined)n["AutoCreation.StudioFlowSid"]=e["autoCreation.studioFlowSid"];if(e["autoCreation.studioRetryCount"]!==undefined)n["AutoCreation.StudioRetryCount"]=e["autoCreation.studioRetryCount"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AddressConfigurationInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressConfigurationContextImpl=AddressConfigurationContextImpl;class AddressConfigurationInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.type=i.type;this.address=i.address;this.friendlyName=i.friendly_name;this.autoCreation=i.auto_creation;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.addressCountry=i.address_country;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AddressConfigurationContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,type:this.type,address:this.address,friendlyName:this.friendlyName,autoCreation:this.autoCreation,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,addressCountry:this.addressCountry}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressConfigurationInstance=AddressConfigurationInstance;function AddressConfigurationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AddressConfigurationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Configuration/Addresses`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["address"]===null||i["address"]===undefined){throw new Error("Required parameter \"params['address']\" missing.")}let s={};s["Type"]=i["type"];s["Address"]=i["address"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["autoCreation.enabled"]!==undefined)s["AutoCreation.Enabled"]=c.bool(i["autoCreation.enabled"]);if(i["autoCreation.type"]!==undefined)s["AutoCreation.Type"]=i["autoCreation.type"];if(i["autoCreation.conversationServiceSid"]!==undefined)s["AutoCreation.ConversationServiceSid"]=i["autoCreation.conversationServiceSid"];if(i["autoCreation.webhookUrl"]!==undefined)s["AutoCreation.WebhookUrl"]=i["autoCreation.webhookUrl"];if(i["autoCreation.webhookMethod"]!==undefined)s["AutoCreation.WebhookMethod"]=i["autoCreation.webhookMethod"];if(i["autoCreation.webhookFilters"]!==undefined)s["AutoCreation.WebhookFilters"]=c.map(i["autoCreation.webhookFilters"],(e=>e));if(i["autoCreation.studioFlowSid"]!==undefined)s["AutoCreation.StudioFlowSid"]=i["autoCreation.studioFlowSid"];if(i["autoCreation.studioRetryCount"]!==undefined)s["AutoCreation.StudioRetryCount"]=i["autoCreation.studioRetryCount"];if(i["addressCountry"]!==undefined)s["AddressCountry"]=i["addressCountry"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AddressConfigurationInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["type"]!==undefined)s["Type"]=i["type"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AddressConfigurationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AddressConfigurationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AddressConfigurationListInstance=AddressConfigurationListInstance;class AddressConfigurationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AddressConfigurationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressConfigurationPage=AddressConfigurationPage},49172:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ConfigurationListInstance=i.ConfigurationInstance=i.ConfigurationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(87760);class ConfigurationContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Configuration`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConfigurationInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["defaultChatServiceSid"]!==undefined)n["DefaultChatServiceSid"]=e["defaultChatServiceSid"];if(e["defaultMessagingServiceSid"]!==undefined)n["DefaultMessagingServiceSid"]=e["defaultMessagingServiceSid"];if(e["defaultInactiveTimer"]!==undefined)n["DefaultInactiveTimer"]=e["defaultInactiveTimer"];if(e["defaultClosedTimer"]!==undefined)n["DefaultClosedTimer"]=e["defaultClosedTimer"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConfigurationInstance(o,e)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationContextImpl=ConfigurationContextImpl;class ConfigurationInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.defaultChatServiceSid=i.default_chat_service_sid;this.defaultMessagingServiceSid=i.default_messaging_service_sid;this.defaultInactiveTimer=i.default_inactive_timer;this.defaultClosedTimer=i.default_closed_timer;this.url=i.url;this.links=i.links;this._solution={}}get _proxy(){this._context=this._context||new ConfigurationContextImpl(this._version);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,defaultChatServiceSid:this.defaultChatServiceSid,defaultMessagingServiceSid:this.defaultMessagingServiceSid,defaultInactiveTimer:this.defaultInactiveTimer,defaultClosedTimer:this.defaultClosedTimer,url:this.url,links:this.links}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationInstance=ConfigurationInstance;function ConfigurationListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new ConfigurationContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;Object.defineProperty(instance,"webhooks",{get:function webhooks(){if(!instance._webhooks){instance._webhooks=(0,a.WebhookListInstance)(instance._version)}return instance._webhooks}});instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ConfigurationListInstance=ConfigurationListInstance},87760:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class WebhookContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Configuration/Webhooks`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["method"]!==undefined)n["Method"]=e["method"];if(e["filters"]!==undefined)n["Filters"]=o.map(e["filters"],(e=>e));if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["target"]!==undefined)n["Target"]=e["target"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new WebhookInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.method=i.method;this.filters=i.filters;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.target=i.target;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,method:this.method,filters:this.filters,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,target:this.target,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new WebhookContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance},59005:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConversationPage=i.ConversationListInstance=i.ConversationInstance=i.ConversationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(21059);const _=n(96614);const g=n(82681);class ConversationContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Conversations/${i}`}get messages(){this._messages=this._messages||(0,f.MessageListInstance)(this._version,this._solution.sid);return this._messages}get participants(){this._participants=this._participants||(0,_.ParticipantListInstance)(this._version,this._solution.sid);return this._participants}get webhooks(){this._webhooks=this._webhooks||(0,g.WebhookListInstance)(this._version,this._solution.sid);return this._webhooks}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConversationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["messagingServiceSid"]!==undefined)n["MessagingServiceSid"]=e["messagingServiceSid"];if(e["state"]!==undefined)n["State"]=e["state"];if(e["timers.inactive"]!==undefined)n["Timers.Inactive"]=e["timers.inactive"];if(e["timers.closed"]!==undefined)n["Timers.Closed"]=e["timers.closed"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["bindings.email.address"]!==undefined)n["Bindings.Email.Address"]=e["bindings.email.address"];if(e["bindings.email.name"]!==undefined)n["Bindings.Email.Name"]=e["bindings.email.name"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConversationInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationContextImpl=ConversationContextImpl;class ConversationInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.messagingServiceSid=i.messaging_service_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.state=i.state;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.timers=i.timers;this.url=i.url;this.links=i.links;this.bindings=i.bindings;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ConversationContextImpl(this._version,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}messages(){return this._proxy.messages}participants(){return this._proxy.participants}webhooks(){return this._proxy.webhooks}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,messagingServiceSid:this.messagingServiceSid,sid:this.sid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,state:this.state,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,timers:this.timers,url:this.url,links:this.links,bindings:this.bindings}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationInstance=ConversationInstance;function ConversationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ConversationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Conversations`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["messagingServiceSid"]!==undefined)s["MessagingServiceSid"]=i["messagingServiceSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["state"]!==undefined)s["State"]=i["state"];if(i["timers.inactive"]!==undefined)s["Timers.Inactive"]=i["timers.inactive"];if(i["timers.closed"]!==undefined)s["Timers.Closed"]=i["timers.closed"];if(i["bindings.email.address"]!==undefined)s["Bindings.Email.Address"]=i["bindings.email.address"];if(i["bindings.email.name"]!==undefined)s["Bindings.Email.Name"]=i["bindings.email.name"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ConversationInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["startDate"]!==undefined)s["StartDate"]=i["startDate"];if(i["endDate"]!==undefined)s["EndDate"]=i["endDate"];if(i["state"]!==undefined)s["State"]=i["state"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConversationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConversationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConversationListInstance=ConversationListInstance;class ConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConversationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationPage=ConversationPage},21059:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(56284);class MessageContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={conversationSid:i,sid:n};this._uri=`/Conversations/${i}/Messages/${n}`}get deliveryReceipts(){this._deliveryReceipts=this._deliveryReceipts||(0,f.DeliveryReceiptListInstance)(this._version,this._solution.conversationSid,this._solution.sid);return this._deliveryReceipts}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["author"]!==undefined)n["Author"]=e["author"];if(e["body"]!==undefined)n["Body"]=e["body"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["subject"]!==undefined)n["Subject"]=e["subject"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.conversationSid=i.conversation_sid;this.sid=i.sid;this.index=a.integer(i.index);this.author=i.author;this.body=i.body;this.media=i.media;this.attributes=i.attributes;this.participantSid=i.participant_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.delivery=i.delivery;this.links=i.links;this.contentSid=i.content_sid;this._solution={conversationSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.conversationSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}deliveryReceipts(){return this._proxy.deliveryReceipts}toJSON(){return{accountSid:this.accountSid,conversationSid:this.conversationSid,sid:this.sid,index:this.index,author:this.author,body:this.body,media:this.media,attributes:this.attributes,participantSid:this.participantSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,delivery:this.delivery,links:this.links,contentSid:this.contentSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new MessageContextImpl(e,i,n)};instance._version=e;instance._solution={conversationSid:i};instance._uri=`/Conversations/${i}/Messages`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["author"]!==undefined)s["Author"]=i["author"];if(i["body"]!==undefined)s["Body"]=i["body"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["mediaSid"]!==undefined)s["MediaSid"]=i["mediaSid"];if(i["contentSid"]!==undefined)s["ContentSid"]=i["contentSid"];if(i["contentVariables"]!==undefined)s["ContentVariables"]=i["contentVariables"];if(i["subject"]!==undefined)s["Subject"]=i["subject"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},56284:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeliveryReceiptPage=i.DeliveryReceiptListInstance=i.DeliveryReceiptInstance=i.DeliveryReceiptContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeliveryReceiptContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'messageSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={conversationSid:i,messageSid:n,sid:s};this._uri=`/Conversations/${i}/Messages/${n}/Receipts/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeliveryReceiptInstance(n,e,i._solution.conversationSid,i._solution.messageSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptContextImpl=DeliveryReceiptContextImpl;class DeliveryReceiptInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.conversationSid=i.conversation_sid;this.sid=i.sid;this.messageSid=i.message_sid;this.channelMessageSid=i.channel_message_sid;this.participantSid=i.participant_sid;this.status=i.status;this.errorCode=a.integer(i.error_code);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={conversationSid:n,messageSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new DeliveryReceiptContextImpl(this._version,this._solution.conversationSid,this._solution.messageSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,conversationSid:this.conversationSid,sid:this.sid,messageSid:this.messageSid,channelMessageSid:this.channelMessageSid,participantSid:this.participantSid,status:this.status,errorCode:this.errorCode,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptInstance=DeliveryReceiptInstance;function DeliveryReceiptListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'messageSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new DeliveryReceiptContextImpl(e,i,n,s)};instance._version=e;instance._solution={conversationSid:i,messageSid:n};instance._uri=`/Conversations/${i}/Messages/${n}/Receipts`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeliveryReceiptPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeliveryReceiptPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeliveryReceiptListInstance=DeliveryReceiptListInstance;class DeliveryReceiptPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeliveryReceiptInstance(this._version,e,this._solution.conversationSid,this._solution.messageSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptPage=DeliveryReceiptPage},96614:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ParticipantContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={conversationSid:i,sid:n};this._uri=`/Conversations/${i}/Participants/${n}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["messagingBinding.proxyAddress"]!==undefined)n["MessagingBinding.ProxyAddress"]=e["messagingBinding.proxyAddress"];if(e["messagingBinding.projectedAddress"]!==undefined)n["MessagingBinding.ProjectedAddress"]=e["messagingBinding.projectedAddress"];if(e["identity"]!==undefined)n["Identity"]=e["identity"];if(e["lastReadMessageIndex"]!==undefined)n["LastReadMessageIndex"]=e["lastReadMessageIndex"];if(e["lastReadTimestamp"]!==undefined)n["LastReadTimestamp"]=e["lastReadTimestamp"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ParticipantInstance(o,e,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.conversationSid=i.conversation_sid;this.sid=i.sid;this.identity=i.identity;this.attributes=i.attributes;this.messagingBinding=i.messaging_binding;this.roleSid=i.role_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.lastReadMessageIndex=a.integer(i.last_read_message_index);this.lastReadTimestamp=i.last_read_timestamp;this._solution={conversationSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.conversationSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,conversationSid:this.conversationSid,sid:this.sid,identity:this.identity,attributes:this.attributes,messagingBinding:this.messagingBinding,roleSid:this.roleSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,lastReadMessageIndex:this.lastReadMessageIndex,lastReadTimestamp:this.lastReadTimestamp}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ParticipantContextImpl(e,i,n)};instance._version=e;instance._solution={conversationSid:i};instance._uri=`/Conversations/${i}/Participants`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=i["identity"];if(i["messagingBinding.address"]!==undefined)s["MessagingBinding.Address"]=i["messagingBinding.address"];if(i["messagingBinding.proxyAddress"]!==undefined)s["MessagingBinding.ProxyAddress"]=i["messagingBinding.proxyAddress"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["messagingBinding.projectedAddress"]!==undefined)s["MessagingBinding.ProjectedAddress"]=i["messagingBinding.projectedAddress"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ParticipantInstance(o,e,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},82681:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={conversationSid:i,sid:n};this._uri=`/Conversations/${i}/Webhooks/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["configuration.url"]!==undefined)n["Configuration.Url"]=e["configuration.url"];if(e["configuration.method"]!==undefined)n["Configuration.Method"]=e["configuration.method"];if(e["configuration.filters"]!==undefined)n["Configuration.Filters"]=c.map(e["configuration.filters"],(e=>e));if(e["configuration.triggers"]!==undefined)n["Configuration.Triggers"]=c.map(e["configuration.triggers"],(e=>e));if(e["configuration.flowSid"]!==undefined)n["Configuration.FlowSid"]=e["configuration.flowSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.conversationSid=i.conversation_sid;this.target=i.target;this.url=i.url;this.configuration=i.configuration;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={conversationSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.conversationSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,conversationSid:this.conversationSid,target:this.target,url:this.url,configuration:this.configuration,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new WebhookContextImpl(e,i,n)};instance._version=e;instance._solution={conversationSid:i};instance._uri=`/Conversations/${i}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["target"]===null||i["target"]===undefined){throw new Error("Required parameter \"params['target']\" missing.")}let s={};s["Target"]=i["target"];if(i["configuration.url"]!==undefined)s["Configuration.Url"]=i["configuration.url"];if(i["configuration.method"]!==undefined)s["Configuration.Method"]=i["configuration.method"];if(i["configuration.filters"]!==undefined)s["Configuration.Filters"]=c.map(i["configuration.filters"],(e=>e));if(i["configuration.triggers"]!==undefined)s["Configuration.Triggers"]=c.map(i["configuration.triggers"],(e=>e));if(i["configuration.flowSid"]!==undefined)s["Configuration.FlowSid"]=i["configuration.flowSid"];if(i["configuration.replayAfter"]!==undefined)s["Configuration.ReplayAfter"]=i["configuration.replayAfter"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},37808:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["type"]!==undefined)n["Type"]=e["type"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},90175:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantConversationPage=i.ParticipantConversationInstance=i.ParticipantConversationListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function ParticipantConversationListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/ParticipantConversations`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["identity"]!==undefined)r["Identity"]=n["identity"];if(n["address"]!==undefined)r["Address"]=n["address"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new ParticipantConversationPage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new ParticipantConversationPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.ParticipantConversationListInstance=ParticipantConversationListInstance;class ParticipantConversationInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.participantSid=i.participant_sid;this.participantUserSid=i.participant_user_sid;this.participantIdentity=i.participant_identity;this.participantMessagingBinding=i.participant_messaging_binding;this.conversationSid=i.conversation_sid;this.conversationUniqueName=i.conversation_unique_name;this.conversationFriendlyName=i.conversation_friendly_name;this.conversationAttributes=i.conversation_attributes;this.conversationDateCreated=a.iso8601DateTime(i.conversation_date_created);this.conversationDateUpdated=a.iso8601DateTime(i.conversation_date_updated);this.conversationCreatedBy=i.conversation_created_by;this.conversationState=i.conversation_state;this.conversationTimers=i.conversation_timers;this.links=i.links}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,participantSid:this.participantSid,participantUserSid:this.participantUserSid,participantIdentity:this.participantIdentity,participantMessagingBinding:this.participantMessagingBinding,conversationSid:this.conversationSid,conversationUniqueName:this.conversationUniqueName,conversationFriendlyName:this.conversationFriendlyName,conversationAttributes:this.conversationAttributes,conversationDateCreated:this.conversationDateCreated,conversationDateUpdated:this.conversationDateUpdated,conversationCreatedBy:this.conversationCreatedBy,conversationState:this.conversationState,conversationTimers:this.conversationTimers,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantConversationInstance=ParticipantConversationInstance;class ParticipantConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantConversationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantConversationPage=ParticipantConversationPage},93878:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Roles/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RoleContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},76801:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(89718);const _=n(13306);const g=n(1042);const v=n(30724);const S=n(92467);const b=n(87141);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get bindings(){this._bindings=this._bindings||(0,f.BindingListInstance)(this._version,this._solution.sid);return this._bindings}get configuration(){this._configuration=this._configuration||(0,_.ConfigurationListInstance)(this._version,this._solution.sid);return this._configuration}get conversations(){this._conversations=this._conversations||(0,g.ConversationListInstance)(this._version,this._solution.sid);return this._conversations}get participantConversations(){this._participantConversations=this._participantConversations||(0,v.ParticipantConversationListInstance)(this._version,this._solution.sid);return this._participantConversations}get roles(){this._roles=this._roles||(0,S.RoleListInstance)(this._version,this._solution.sid);return this._roles}get users(){this._users=this._users||(0,b.UserListInstance)(this._version,this._solution.sid);return this._users}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}bindings(){return this._proxy.bindings}configuration(){return this._proxy.configuration}conversations(){return this._proxy.conversations}participantConversations(){return this._proxy.participantConversations}roles(){return this._proxy.roles}users(){return this._proxy.users}toJSON(){return{accountSid:this.accountSid,sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},89718:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BindingPage=i.BindingListInstance=i.BindingInstance=i.BindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BindingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,sid:n};this._uri=`/Services/${i}/Bindings/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BindingInstance(n,e,i._solution.chatServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingContextImpl=BindingContextImpl;class BindingInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.credentialSid=i.credential_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.endpoint=i.endpoint;this.identity=i.identity;this.bindingType=i.binding_type;this.messageTypes=i.message_types;this.url=i.url;this._solution={chatServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new BindingContextImpl(this._version,this._solution.chatServiceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,credentialSid:this.credentialSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endpoint:this.endpoint,identity:this.identity,bindingType:this.bindingType,messageTypes:this.messageTypes,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingInstance=BindingInstance;function BindingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BindingContextImpl(e,i,n)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=`/Services/${i}/Bindings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["bindingType"]!==undefined)s["BindingType"]=c.map(i["bindingType"],(e=>e));if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BindingListInstance=BindingListInstance;class BindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BindingInstance(this._version,e,this._solution.chatServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingPage=BindingPage},13306:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ConfigurationListInstance=i.ConfigurationInstance=i.ConfigurationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(94441);const u=n(78053);class ConfigurationContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}this._solution={chatServiceSid:i};this._uri=`/Services/${i}/Configuration`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConfigurationInstance(n,e,i._solution.chatServiceSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["defaultConversationCreatorRoleSid"]!==undefined)n["DefaultConversationCreatorRoleSid"]=e["defaultConversationCreatorRoleSid"];if(e["defaultConversationRoleSid"]!==undefined)n["DefaultConversationRoleSid"]=e["defaultConversationRoleSid"];if(e["defaultChatServiceRoleSid"]!==undefined)n["DefaultChatServiceRoleSid"]=e["defaultChatServiceRoleSid"];if(e["reachabilityEnabled"]!==undefined)n["ReachabilityEnabled"]=o.bool(e["reachabilityEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new ConfigurationInstance(a,e,r._solution.chatServiceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationContextImpl=ConfigurationContextImpl;class ConfigurationInstance{constructor(e,i,n){this._version=e;this.chatServiceSid=i.chat_service_sid;this.defaultConversationCreatorRoleSid=i.default_conversation_creator_role_sid;this.defaultConversationRoleSid=i.default_conversation_role_sid;this.defaultChatServiceRoleSid=i.default_chat_service_role_sid;this.url=i.url;this.links=i.links;this.reachabilityEnabled=i.reachability_enabled;this._solution={chatServiceSid:n}}get _proxy(){this._context=this._context||new ConfigurationContextImpl(this._version,this._solution.chatServiceSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{chatServiceSid:this.chatServiceSid,defaultConversationCreatorRoleSid:this.defaultConversationCreatorRoleSid,defaultConversationRoleSid:this.defaultConversationRoleSid,defaultChatServiceRoleSid:this.defaultChatServiceRoleSid,url:this.url,links:this.links,reachabilityEnabled:this.reachabilityEnabled}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationInstance=ConfigurationInstance;function ConfigurationListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ConfigurationContextImpl(e,i)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=``;Object.defineProperty(instance,"notifications",{get:function notifications(){if(!instance._notifications){instance._notifications=(0,c.NotificationListInstance)(instance._version,instance._solution.chatServiceSid)}return instance._notifications}});Object.defineProperty(instance,"webhooks",{get:function webhooks(){if(!instance._webhooks){instance._webhooks=(0,u.WebhookListInstance)(instance._version,instance._solution.chatServiceSid)}return instance._webhooks}});instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ConfigurationListInstance=ConfigurationListInstance},94441:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NotificationListInstance=i.NotificationInstance=i.NotificationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class NotificationContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}this._solution={chatServiceSid:i};this._uri=`/Services/${i}/Configuration/Notifications`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NotificationInstance(n,e,i._solution.chatServiceSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["logEnabled"]!==undefined)n["LogEnabled"]=o.bool(e["logEnabled"]);if(e["newMessage.enabled"]!==undefined)n["NewMessage.Enabled"]=o.bool(e["newMessage.enabled"]);if(e["newMessage.template"]!==undefined)n["NewMessage.Template"]=e["newMessage.template"];if(e["newMessage.sound"]!==undefined)n["NewMessage.Sound"]=e["newMessage.sound"];if(e["newMessage.badgeCountEnabled"]!==undefined)n["NewMessage.BadgeCountEnabled"]=o.bool(e["newMessage.badgeCountEnabled"]);if(e["addedToConversation.enabled"]!==undefined)n["AddedToConversation.Enabled"]=o.bool(e["addedToConversation.enabled"]);if(e["addedToConversation.template"]!==undefined)n["AddedToConversation.Template"]=e["addedToConversation.template"];if(e["addedToConversation.sound"]!==undefined)n["AddedToConversation.Sound"]=e["addedToConversation.sound"];if(e["removedFromConversation.enabled"]!==undefined)n["RemovedFromConversation.Enabled"]=o.bool(e["removedFromConversation.enabled"]);if(e["removedFromConversation.template"]!==undefined)n["RemovedFromConversation.Template"]=e["removedFromConversation.template"];if(e["removedFromConversation.sound"]!==undefined)n["RemovedFromConversation.Sound"]=e["removedFromConversation.sound"];if(e["newMessage.withMedia.enabled"]!==undefined)n["NewMessage.WithMedia.Enabled"]=o.bool(e["newMessage.withMedia.enabled"]);if(e["newMessage.withMedia.template"]!==undefined)n["NewMessage.WithMedia.Template"]=e["newMessage.withMedia.template"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new NotificationInstance(a,e,r._solution.chatServiceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NotificationContextImpl=NotificationContextImpl;class NotificationInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.newMessage=i.new_message;this.addedToConversation=i.added_to_conversation;this.removedFromConversation=i.removed_from_conversation;this.logEnabled=i.log_enabled;this.url=i.url;this._solution={chatServiceSid:n}}get _proxy(){this._context=this._context||new NotificationContextImpl(this._version,this._solution.chatServiceSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,newMessage:this.newMessage,addedToConversation:this.addedToConversation,removedFromConversation:this.removedFromConversation,logEnabled:this.logEnabled,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NotificationInstance=NotificationInstance;function NotificationListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new NotificationContextImpl(e,i)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.NotificationListInstance=NotificationListInstance},78053:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WebhookContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}this._solution={chatServiceSid:i};this._uri=`/Services/${i}/Configuration/Webhooks`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.chatServiceSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["filters"]!==undefined)n["Filters"]=o.map(e["filters"],(e=>e));if(e["method"]!==undefined)n["Method"]=e["method"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new WebhookInstance(a,e,r._solution.chatServiceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.filters=i.filters;this.method=i.method;this.url=i.url;this._solution={chatServiceSid:n}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.chatServiceSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,filters:this.filters,method:this.method,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WebhookContextImpl(e,i)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance},1042:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConversationPage=i.ConversationListInstance=i.ConversationInstance=i.ConversationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(904);const _=n(27459);const g=n(73376);class ConversationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,sid:n};this._uri=`/Services/${i}/Conversations/${n}`}get messages(){this._messages=this._messages||(0,f.MessageListInstance)(this._version,this._solution.chatServiceSid,this._solution.sid);return this._messages}get participants(){this._participants=this._participants||(0,_.ParticipantListInstance)(this._version,this._solution.chatServiceSid,this._solution.sid);return this._participants}get webhooks(){this._webhooks=this._webhooks||(0,g.WebhookListInstance)(this._version,this._solution.chatServiceSid,this._solution.sid);return this._webhooks}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConversationInstance(n,e,i._solution.chatServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["messagingServiceSid"]!==undefined)n["MessagingServiceSid"]=e["messagingServiceSid"];if(e["state"]!==undefined)n["State"]=e["state"];if(e["timers.inactive"]!==undefined)n["Timers.Inactive"]=e["timers.inactive"];if(e["timers.closed"]!==undefined)n["Timers.Closed"]=e["timers.closed"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["bindings.email.address"]!==undefined)n["Bindings.Email.Address"]=e["bindings.email.address"];if(e["bindings.email.name"]!==undefined)n["Bindings.Email.Name"]=e["bindings.email.name"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConversationInstance(o,e,r._solution.chatServiceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationContextImpl=ConversationContextImpl;class ConversationInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.messagingServiceSid=i.messaging_service_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.state=i.state;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.timers=i.timers;this.url=i.url;this.links=i.links;this.bindings=i.bindings;this._solution={chatServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ConversationContextImpl(this._version,this._solution.chatServiceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}messages(){return this._proxy.messages}participants(){return this._proxy.participants}webhooks(){return this._proxy.webhooks}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,messagingServiceSid:this.messagingServiceSid,sid:this.sid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,state:this.state,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,timers:this.timers,url:this.url,links:this.links,bindings:this.bindings}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationInstance=ConversationInstance;function ConversationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ConversationContextImpl(e,i,n)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=`/Services/${i}/Conversations`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["messagingServiceSid"]!==undefined)s["MessagingServiceSid"]=i["messagingServiceSid"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["state"]!==undefined)s["State"]=i["state"];if(i["timers.inactive"]!==undefined)s["Timers.Inactive"]=i["timers.inactive"];if(i["timers.closed"]!==undefined)s["Timers.Closed"]=i["timers.closed"];if(i["bindings.email.address"]!==undefined)s["Bindings.Email.Address"]=i["bindings.email.address"];if(i["bindings.email.name"]!==undefined)s["Bindings.Email.Name"]=i["bindings.email.name"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ConversationInstance(o,e,instance._solution.chatServiceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["startDate"]!==undefined)s["StartDate"]=i["startDate"];if(i["endDate"]!==undefined)s["EndDate"]=i["endDate"];if(i["state"]!==undefined)s["State"]=i["state"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConversationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConversationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConversationListInstance=ConversationListInstance;class ConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConversationInstance(this._version,e,this._solution.chatServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationPage=ConversationPage},904:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(54210);class MessageContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,conversationSid:n,sid:s};this._uri=`/Services/${i}/Conversations/${n}/Messages/${s}`}get deliveryReceipts(){this._deliveryReceipts=this._deliveryReceipts||(0,f.DeliveryReceiptListInstance)(this._version,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.sid);return this._deliveryReceipts}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.chatServiceSid,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["author"]!==undefined)n["Author"]=e["author"];if(e["body"]!==undefined)n["Body"]=e["body"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["subject"]!==undefined)n["Subject"]=e["subject"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.chatServiceSid,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.sid=i.sid;this.index=a.integer(i.index);this.author=i.author;this.body=i.body;this.media=i.media;this.attributes=i.attributes;this.participantSid=i.participant_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.delivery=i.delivery;this.url=i.url;this.links=i.links;this.contentSid=i.content_sid;this._solution={chatServiceSid:n,conversationSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}deliveryReceipts(){return this._proxy.deliveryReceipts}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,sid:this.sid,index:this.index,author:this.author,body:this.body,media:this.media,attributes:this.attributes,participantSid:this.participantSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,delivery:this.delivery,url:this.url,links:this.links,contentSid:this.contentSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MessageContextImpl(e,i,n,s)};instance._version=e;instance._solution={chatServiceSid:i,conversationSid:n};instance._uri=`/Services/${i}/Conversations/${n}/Messages`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["author"]!==undefined)s["Author"]=i["author"];if(i["body"]!==undefined)s["Body"]=i["body"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["mediaSid"]!==undefined)s["MediaSid"]=i["mediaSid"];if(i["contentSid"]!==undefined)s["ContentSid"]=i["contentSid"];if(i["contentVariables"]!==undefined)s["ContentVariables"]=i["contentVariables"];if(i["subject"]!==undefined)s["Subject"]=i["subject"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.chatServiceSid,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.chatServiceSid,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},54210:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeliveryReceiptPage=i.DeliveryReceiptListInstance=i.DeliveryReceiptInstance=i.DeliveryReceiptContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeliveryReceiptContextImpl{constructor(e,i,n,s,r){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'messageSid' is not valid.")}if(!(0,u.isValidPathParam)(r)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,conversationSid:n,messageSid:s,sid:r};this._uri=`/Services/${i}/Conversations/${n}/Messages/${s}/Receipts/${r}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeliveryReceiptInstance(n,e,i._solution.chatServiceSid,i._solution.conversationSid,i._solution.messageSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptContextImpl=DeliveryReceiptContextImpl;class DeliveryReceiptInstance{constructor(e,i,n,s,r,o){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.messageSid=i.message_sid;this.sid=i.sid;this.channelMessageSid=i.channel_message_sid;this.participantSid=i.participant_sid;this.status=i.status;this.errorCode=a.integer(i.error_code);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={chatServiceSid:n,conversationSid:s,messageSid:r,sid:o||this.sid}}get _proxy(){this._context=this._context||new DeliveryReceiptContextImpl(this._version,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.messageSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,messageSid:this.messageSid,sid:this.sid,channelMessageSid:this.channelMessageSid,participantSid:this.participantSid,status:this.status,errorCode:this.errorCode,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptInstance=DeliveryReceiptInstance;function DeliveryReceiptListInstance(e,i,n,s){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'messageSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(r){return new DeliveryReceiptContextImpl(e,i,n,s,r)};instance._version=e;instance._solution={chatServiceSid:i,conversationSid:n,messageSid:s};instance._uri=`/Services/${i}/Conversations/${n}/Messages/${s}/Receipts`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeliveryReceiptPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeliveryReceiptPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeliveryReceiptListInstance=DeliveryReceiptListInstance;class DeliveryReceiptPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeliveryReceiptInstance(this._version,e,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.messageSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptPage=DeliveryReceiptPage},27459:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ParticipantContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,conversationSid:n,sid:s};this._uri=`/Services/${i}/Conversations/${n}/Participants/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.chatServiceSid,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["identity"]!==undefined)n["Identity"]=e["identity"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["messagingBinding.proxyAddress"]!==undefined)n["MessagingBinding.ProxyAddress"]=e["messagingBinding.proxyAddress"];if(e["messagingBinding.projectedAddress"]!==undefined)n["MessagingBinding.ProjectedAddress"]=e["messagingBinding.projectedAddress"];if(e["lastReadMessageIndex"]!==undefined)n["LastReadMessageIndex"]=e["lastReadMessageIndex"];if(e["lastReadTimestamp"]!==undefined)n["LastReadTimestamp"]=e["lastReadTimestamp"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ParticipantInstance(o,e,r._solution.chatServiceSid,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.sid=i.sid;this.identity=i.identity;this.attributes=i.attributes;this.messagingBinding=i.messaging_binding;this.roleSid=i.role_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.lastReadMessageIndex=a.integer(i.last_read_message_index);this.lastReadTimestamp=i.last_read_timestamp;this._solution={chatServiceSid:n,conversationSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,sid:this.sid,identity:this.identity,attributes:this.attributes,messagingBinding:this.messagingBinding,roleSid:this.roleSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,lastReadMessageIndex:this.lastReadMessageIndex,lastReadTimestamp:this.lastReadTimestamp}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ParticipantContextImpl(e,i,n,s)};instance._version=e;instance._solution={chatServiceSid:i,conversationSid:n};instance._uri=`/Services/${i}/Conversations/${n}/Participants`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=i["identity"];if(i["messagingBinding.address"]!==undefined)s["MessagingBinding.Address"]=i["messagingBinding.address"];if(i["messagingBinding.proxyAddress"]!==undefined)s["MessagingBinding.ProxyAddress"]=i["messagingBinding.proxyAddress"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["messagingBinding.projectedAddress"]!==undefined)s["MessagingBinding.ProjectedAddress"]=i["messagingBinding.projectedAddress"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ParticipantInstance(o,e,instance._solution.chatServiceSid,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.chatServiceSid,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},73376:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,conversationSid:n,sid:s};this._uri=`/Services/${i}/Conversations/${n}/Webhooks/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.chatServiceSid,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["configuration.url"]!==undefined)n["Configuration.Url"]=e["configuration.url"];if(e["configuration.method"]!==undefined)n["Configuration.Method"]=e["configuration.method"];if(e["configuration.filters"]!==undefined)n["Configuration.Filters"]=c.map(e["configuration.filters"],(e=>e));if(e["configuration.triggers"]!==undefined)n["Configuration.Triggers"]=c.map(e["configuration.triggers"],(e=>e));if(e["configuration.flowSid"]!==undefined)n["Configuration.FlowSid"]=e["configuration.flowSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.chatServiceSid,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.target=i.target;this.url=i.url;this.configuration=i.configuration;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={chatServiceSid:n,conversationSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,target:this.target,url:this.url,configuration:this.configuration,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new WebhookContextImpl(e,i,n,s)};instance._version=e;instance._solution={chatServiceSid:i,conversationSid:n};instance._uri=`/Services/${i}/Conversations/${n}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["target"]===null||i["target"]===undefined){throw new Error("Required parameter \"params['target']\" missing.")}let s={};s["Target"]=i["target"];if(i["configuration.url"]!==undefined)s["Configuration.Url"]=i["configuration.url"];if(i["configuration.method"]!==undefined)s["Configuration.Method"]=i["configuration.method"];if(i["configuration.filters"]!==undefined)s["Configuration.Filters"]=c.map(i["configuration.filters"],(e=>e));if(i["configuration.triggers"]!==undefined)s["Configuration.Triggers"]=c.map(i["configuration.triggers"],(e=>e));if(i["configuration.flowSid"]!==undefined)s["Configuration.FlowSid"]=i["configuration.flowSid"];if(i["configuration.replayAfter"]!==undefined)s["Configuration.ReplayAfter"]=i["configuration.replayAfter"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.chatServiceSid,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.chatServiceSid,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},30724:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantConversationPage=i.ParticipantConversationInstance=i.ParticipantConversationListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function ParticipantConversationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const n={};n._version=e;n._solution={chatServiceSid:i};n._uri=`/Services/${i}/ParticipantConversations`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["identity"]!==undefined)r["Identity"]=i["identity"];if(i["address"]!==undefined)r["Address"]=i["address"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new ParticipantConversationPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new ParticipantConversationPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.ParticipantConversationListInstance=ParticipantConversationListInstance;class ParticipantConversationInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.participantSid=i.participant_sid;this.participantUserSid=i.participant_user_sid;this.participantIdentity=i.participant_identity;this.participantMessagingBinding=i.participant_messaging_binding;this.conversationSid=i.conversation_sid;this.conversationUniqueName=i.conversation_unique_name;this.conversationFriendlyName=i.conversation_friendly_name;this.conversationAttributes=i.conversation_attributes;this.conversationDateCreated=a.iso8601DateTime(i.conversation_date_created);this.conversationDateUpdated=a.iso8601DateTime(i.conversation_date_updated);this.conversationCreatedBy=i.conversation_created_by;this.conversationState=i.conversation_state;this.conversationTimers=i.conversation_timers;this.links=i.links}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,participantSid:this.participantSid,participantUserSid:this.participantUserSid,participantIdentity:this.participantIdentity,participantMessagingBinding:this.participantMessagingBinding,conversationSid:this.conversationSid,conversationUniqueName:this.conversationUniqueName,conversationFriendlyName:this.conversationFriendlyName,conversationAttributes:this.conversationAttributes,conversationDateCreated:this.conversationDateCreated,conversationDateUpdated:this.conversationDateUpdated,conversationCreatedBy:this.conversationCreatedBy,conversationState:this.conversationState,conversationTimers:this.conversationTimers,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantConversationInstance=ParticipantConversationInstance;class ParticipantConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantConversationInstance(this._version,e,this._solution.chatServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantConversationPage=ParticipantConversationPage},92467:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,sid:n};this._uri=`/Services/${i}/Roles/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.chatServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.chatServiceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={chatServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.chatServiceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoleContextImpl(e,i,n)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=`/Services/${i}/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e,instance._solution.chatServiceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e,this._solution.chatServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},87141:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(27201);class UserContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,sid:n};this._uri=`/Services/${i}/Users/${n}`}get userConversations(){this._userConversations=this._userConversations||(0,f.UserConversationListInstance)(this._version,this._solution.chatServiceSid,this._solution.sid);return this._userConversations}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.chatServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.chatServiceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.roleSid=i.role_sid;this.identity=i.identity;this.friendlyName=i.friendly_name;this.attributes=i.attributes;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={chatServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.chatServiceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userConversations(){return this._proxy.userConversations}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,roleSid:this.roleSid,identity:this.identity,friendlyName:this.friendlyName,attributes:this.attributes,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserContextImpl(e,i,n)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=`/Services/${i}/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e,instance._solution.chatServiceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e,this._solution.chatServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},27201:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserConversationPage=i.UserConversationListInstance=i.UserConversationInstance=i.UserConversationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserConversationContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'conversationSid' is not valid.")}this._solution={chatServiceSid:i,userSid:n,conversationSid:s};this._uri=`/Services/${i}/Users/${n}/Conversations/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserConversationInstance(n,e,i._solution.chatServiceSid,i._solution.userSid,i._solution.conversationSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["notificationLevel"]!==undefined)n["NotificationLevel"]=e["notificationLevel"];if(e["lastReadTimestamp"]!==undefined)n["LastReadTimestamp"]=c.iso8601DateTime(e["lastReadTimestamp"]);if(e["lastReadMessageIndex"]!==undefined)n["LastReadMessageIndex"]=e["lastReadMessageIndex"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserConversationInstance(o,e,r._solution.chatServiceSid,r._solution.userSid,r._solution.conversationSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationContextImpl=UserConversationContextImpl;class UserConversationInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.unreadMessagesCount=a.integer(i.unread_messages_count);this.lastReadMessageIndex=a.integer(i.last_read_message_index);this.participantSid=i.participant_sid;this.userSid=i.user_sid;this.friendlyName=i.friendly_name;this.conversationState=i.conversation_state;this.timers=i.timers;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.notificationLevel=i.notification_level;this.uniqueName=i.unique_name;this.url=i.url;this.links=i.links;this._solution={chatServiceSid:n,userSid:s,conversationSid:r||this.conversationSid}}get _proxy(){this._context=this._context||new UserConversationContextImpl(this._version,this._solution.chatServiceSid,this._solution.userSid,this._solution.conversationSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,unreadMessagesCount:this.unreadMessagesCount,lastReadMessageIndex:this.lastReadMessageIndex,participantSid:this.participantSid,userSid:this.userSid,friendlyName:this.friendlyName,conversationState:this.conversationState,timers:this.timers,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,notificationLevel:this.notificationLevel,uniqueName:this.uniqueName,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationInstance=UserConversationInstance;function UserConversationListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserConversationContextImpl(e,i,n,s)};instance._version=e;instance._solution={chatServiceSid:i,userSid:n};instance._uri=`/Services/${i}/Users/${n}/Conversations`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserConversationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserConversationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserConversationListInstance=UserConversationListInstance;class UserConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserConversationInstance(this._version,e,this._solution.chatServiceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationPage=UserConversationPage},49906:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(86716);class UserContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Users/${i}`}get userConversations(){this._userConversations=this._userConversations||(0,f.UserConversationListInstance)(this._version,this._solution.sid);return this._userConversations}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.roleSid=i.role_sid;this.identity=i.identity;this.friendlyName=i.friendly_name;this.attributes=i.attributes;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userConversations(){return this._proxy.userConversations}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,roleSid:this.roleSid,identity:this.identity,friendlyName:this.friendlyName,attributes:this.attributes,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new UserContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},86716:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserConversationPage=i.UserConversationListInstance=i.UserConversationInstance=i.UserConversationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserConversationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}this._solution={userSid:i,conversationSid:n};this._uri=`/Users/${i}/Conversations/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserConversationInstance(n,e,i._solution.userSid,i._solution.conversationSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["notificationLevel"]!==undefined)n["NotificationLevel"]=e["notificationLevel"];if(e["lastReadTimestamp"]!==undefined)n["LastReadTimestamp"]=c.iso8601DateTime(e["lastReadTimestamp"]);if(e["lastReadMessageIndex"]!==undefined)n["LastReadMessageIndex"]=e["lastReadMessageIndex"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserConversationInstance(o,e,r._solution.userSid,r._solution.conversationSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationContextImpl=UserConversationContextImpl;class UserConversationInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.unreadMessagesCount=a.integer(i.unread_messages_count);this.lastReadMessageIndex=a.integer(i.last_read_message_index);this.participantSid=i.participant_sid;this.userSid=i.user_sid;this.friendlyName=i.friendly_name;this.conversationState=i.conversation_state;this.timers=i.timers;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.notificationLevel=i.notification_level;this.uniqueName=i.unique_name;this.url=i.url;this.links=i.links;this._solution={userSid:n,conversationSid:s||this.conversationSid}}get _proxy(){this._context=this._context||new UserConversationContextImpl(this._version,this._solution.userSid,this._solution.conversationSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,unreadMessagesCount:this.unreadMessagesCount,lastReadMessageIndex:this.lastReadMessageIndex,participantSid:this.participantSid,userSid:this.userSid,friendlyName:this.friendlyName,conversationState:this.conversationState,timers:this.timers,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,notificationLevel:this.notificationLevel,uniqueName:this.uniqueName,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationInstance=UserConversationInstance;function UserConversationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserConversationContextImpl(e,i,n)};instance._version=e;instance._solution={userSid:i};instance._uri=`/Users/${i}/Conversations`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserConversationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserConversationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserConversationListInstance=UserConversationListInstance;class UserConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserConversationInstance(this._version,e,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationPage=UserConversationPage},47767:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(4359);const a=n(18983);const c=n(2434);const u=n(97939);class V1 extends r.default{constructor(e){super(e,"v1")}get eventTypes(){this._eventTypes=this._eventTypes||(0,o.EventTypeListInstance)(this);return this._eventTypes}get schemas(){this._schemas=this._schemas||(0,a.SchemaListInstance)(this);return this._schemas}get sinks(){this._sinks=this._sinks||(0,c.SinkListInstance)(this);return this._sinks}get subscriptions(){this._subscriptions=this._subscriptions||(0,u.SubscriptionListInstance)(this);return this._subscriptions}}i["default"]=V1},4359:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EventTypePage=i.EventTypeListInstance=i.EventTypeInstance=i.EventTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EventTypeContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'type' is not valid.")}this._solution={type:i};this._uri=`/Types/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EventTypeInstance(n,e,i._solution.type)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventTypeContextImpl=EventTypeContextImpl;class EventTypeInstance{constructor(e,i,n){this._version=e;this.type=i.type;this.schemaId=i.schema_id;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.description=i.description;this.url=i.url;this.links=i.links;this._solution={type:n||this.type}}get _proxy(){this._context=this._context||new EventTypeContextImpl(this._version,this._solution.type);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{type:this.type,schemaId:this.schemaId,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,description:this.description,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventTypeInstance=EventTypeInstance;function EventTypeListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EventTypeContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Types`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["schemaId"]!==undefined)s["SchemaId"]=i["schemaId"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EventTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EventTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EventTypeListInstance=EventTypeListInstance;class EventTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EventTypeInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventTypePage=EventTypePage},18983:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SchemaListInstance=i.SchemaInstance=i.SchemaContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(54131);class SchemaContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'id' is not valid.")}this._solution={id:i};this._uri=`/Schemas/${i}`}get versions(){this._versions=this._versions||(0,c.SchemaVersionListInstance)(this._version,this._solution.id);return this._versions}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SchemaInstance(n,e,i._solution.id)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SchemaContextImpl=SchemaContextImpl;class SchemaInstance{constructor(e,i,n){this._version=e;this.id=i.id;this.url=i.url;this.links=i.links;this.latestVersionDateCreated=r.iso8601DateTime(i.latest_version_date_created);this.latestVersion=r.integer(i.latest_version);this._solution={id:n||this.id}}get _proxy(){this._context=this._context||new SchemaContextImpl(this._version,this._solution.id);return this._context}fetch(e){return this._proxy.fetch(e)}versions(){return this._proxy.versions}toJSON(){return{id:this.id,url:this.url,links:this.links,latestVersionDateCreated:this.latestVersionDateCreated,latestVersion:this.latestVersion}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SchemaInstance=SchemaInstance;function SchemaListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SchemaContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SchemaListInstance=SchemaListInstance},54131:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SchemaVersionPage=i.SchemaVersionListInstance=i.SchemaVersionInstance=i.SchemaVersionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SchemaVersionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'id' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'schemaVersion' is not valid.")}this._solution={id:i,schemaVersion:n};this._uri=`/Schemas/${i}/Versions/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SchemaVersionInstance(n,e,i._solution.id,i._solution.schemaVersion)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SchemaVersionContextImpl=SchemaVersionContextImpl;class SchemaVersionInstance{constructor(e,i,n,s){this._version=e;this.id=i.id;this.schemaVersion=a.integer(i.schema_version);this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this.raw=i.raw;this._solution={id:n,schemaVersion:s||this.schemaVersion}}get _proxy(){this._context=this._context||new SchemaVersionContextImpl(this._version,this._solution.id,this._solution.schemaVersion);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{id:this.id,schemaVersion:this.schemaVersion,dateCreated:this.dateCreated,url:this.url,raw:this.raw}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SchemaVersionInstance=SchemaVersionInstance;function SchemaVersionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'id' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SchemaVersionContextImpl(e,i,n)};instance._version=e;instance._solution={id:i};instance._uri=`/Schemas/${i}/Versions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SchemaVersionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SchemaVersionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SchemaVersionListInstance=SchemaVersionListInstance;class SchemaVersionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SchemaVersionInstance(this._version,e,this._solution.id)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SchemaVersionPage=SchemaVersionPage},2434:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SinkPage=i.SinkListInstance=i.SinkInstance=i.SinkContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(89082);const _=n(25105);class SinkContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Sinks/${i}`}get sinkTest(){this._sinkTest=this._sinkTest||(0,f.SinkTestListInstance)(this._version,this._solution.sid);return this._sinkTest}get sinkValidate(){this._sinkValidate=this._sinkValidate||(0,_.SinkValidateListInstance)(this._version,this._solution.sid);return this._sinkValidate}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SinkInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["description"]===null||e["description"]===undefined){throw new Error("Required parameter \"params['description']\" missing.")}let n={};n["Description"]=e["description"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SinkInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SinkContextImpl=SinkContextImpl;class SinkInstance{constructor(e,i,n){this._version=e;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.description=i.description;this.sid=i.sid;this.sinkConfiguration=i.sink_configuration;this.sinkType=i.sink_type;this.status=i.status;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SinkContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}sinkTest(){return this._proxy.sinkTest}sinkValidate(){return this._proxy.sinkValidate}toJSON(){return{dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,description:this.description,sid:this.sid,sinkConfiguration:this.sinkConfiguration,sinkType:this.sinkType,status:this.status,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SinkInstance=SinkInstance;function SinkListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SinkContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Sinks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["description"]===null||i["description"]===undefined){throw new Error("Required parameter \"params['description']\" missing.")}if(i["sinkConfiguration"]===null||i["sinkConfiguration"]===undefined){throw new Error("Required parameter \"params['sinkConfiguration']\" missing.")}if(i["sinkType"]===null||i["sinkType"]===undefined){throw new Error("Required parameter \"params['sinkType']\" missing.")}let s={};s["Description"]=i["description"];s["SinkConfiguration"]=c.object(i["sinkConfiguration"]);s["SinkType"]=i["sinkType"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SinkInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["inUse"]!==undefined)s["InUse"]=c.bool(i["inUse"]);if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SinkPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SinkPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SinkListInstance=SinkListInstance;class SinkPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SinkInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SinkPage=SinkPage},89082:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SinkTestInstance=i.SinkTestListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function SinkTestListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const n={};n._version=e;n._solution={sid:i};n._uri=`/Sinks/${i}/Test`;n.create=function create(i){let s=e,r=s.create({uri:n._uri,method:"post"});r=r.then((e=>new SinkTestInstance(s,e,n._solution.sid)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.SinkTestListInstance=SinkTestListInstance;class SinkTestInstance{constructor(e,i,n){this._version=e;this.result=i.result}toJSON(){return{result:this.result}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SinkTestInstance=SinkTestInstance},25105:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SinkValidateInstance=i.SinkValidateListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function SinkValidateListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const n={};n._version=e;n._solution={sid:i};n._uri=`/Sinks/${i}/Validate`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["testId"]===null||i["testId"]===undefined){throw new Error("Required parameter \"params['testId']\" missing.")}let r={};r["TestId"]=i["testId"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new SinkValidateInstance(a,e,n._solution.sid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.SinkValidateListInstance=SinkValidateListInstance;class SinkValidateInstance{constructor(e,i,n){this._version=e;this.result=i.result}toJSON(){return{result:this.result}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SinkValidateInstance=SinkValidateInstance},97939:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SubscriptionPage=i.SubscriptionListInstance=i.SubscriptionInstance=i.SubscriptionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(2108);class SubscriptionContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Subscriptions/${i}`}get subscribedEvents(){this._subscribedEvents=this._subscribedEvents||(0,f.SubscribedEventListInstance)(this._version,this._solution.sid);return this._subscribedEvents}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SubscriptionInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["description"]!==undefined)n["Description"]=e["description"];if(e["sinkSid"]!==undefined)n["SinkSid"]=e["sinkSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SubscriptionInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscriptionContextImpl=SubscriptionContextImpl;class SubscriptionInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.description=i.description;this.sinkSid=i.sink_sid;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SubscriptionContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}subscribedEvents(){return this._proxy.subscribedEvents}toJSON(){return{accountSid:this.accountSid,sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,description:this.description,sinkSid:this.sinkSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscriptionInstance=SubscriptionInstance;function SubscriptionListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SubscriptionContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Subscriptions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["description"]===null||i["description"]===undefined){throw new Error("Required parameter \"params['description']\" missing.")}if(i["sinkSid"]===null||i["sinkSid"]===undefined){throw new Error("Required parameter \"params['sinkSid']\" missing.")}if(i["types"]===null||i["types"]===undefined){throw new Error("Required parameter \"params['types']\" missing.")}let s={};s["Description"]=i["description"];s["SinkSid"]=i["sinkSid"];s["Types"]=c.map(i["types"],(e=>c.object(e)));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SubscriptionInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["sinkSid"]!==undefined)s["SinkSid"]=i["sinkSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SubscriptionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SubscriptionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SubscriptionListInstance=SubscriptionListInstance;class SubscriptionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SubscriptionInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscriptionPage=SubscriptionPage},2108:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SubscribedEventPage=i.SubscribedEventListInstance=i.SubscribedEventInstance=i.SubscribedEventContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SubscribedEventContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'subscriptionSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'type' is not valid.")}this._solution={subscriptionSid:i,type:n};this._uri=`/Subscriptions/${i}/SubscribedEvents/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SubscribedEventInstance(n,e,i._solution.subscriptionSid,i._solution.type)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["schemaVersion"]!==undefined)n["SchemaVersion"]=e["schemaVersion"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SubscribedEventInstance(o,e,r._solution.subscriptionSid,r._solution.type)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedEventContextImpl=SubscribedEventContextImpl;class SubscribedEventInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.type=i.type;this.schemaVersion=a.integer(i.schema_version);this.subscriptionSid=i.subscription_sid;this.url=i.url;this._solution={subscriptionSid:n,type:s||this.type}}get _proxy(){this._context=this._context||new SubscribedEventContextImpl(this._version,this._solution.subscriptionSid,this._solution.type);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,type:this.type,schemaVersion:this.schemaVersion,subscriptionSid:this.subscriptionSid,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedEventInstance=SubscribedEventInstance;function SubscribedEventListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'subscriptionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SubscribedEventContextImpl(e,i,n)};instance._version=e;instance._solution={subscriptionSid:i};instance._uri=`/Subscriptions/${i}/SubscribedEvents`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["schemaVersion"]!==undefined)s["SchemaVersion"]=i["schemaVersion"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SubscribedEventInstance(o,e,instance._solution.subscriptionSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SubscribedEventPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SubscribedEventPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SubscribedEventListInstance=SubscribedEventListInstance;class SubscribedEventPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SubscribedEventInstance(this._version,e,this._solution.subscriptionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedEventPage=SubscribedEventPage},47633:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(49420);const a=n(84596);const c=n(59150);const u=n(85854);const f=n(28417);const _=n(71484);const g=n(25652);const v=n(19165);const S=n(13856);const b=n(30539);const P=n(32927);const C=n(92997);const I=n(96891);const x=n(35249);const k=n(40678);const N=n(45265);const T=n(19769);class V1 extends r.default{constructor(e){super(e,"v1")}get assessments(){this._assessments=this._assessments||(0,o.AssessmentsListInstance)(this);return this._assessments}get channel(){this._channel=this._channel||(0,a.ChannelListInstance)(this);return this._channel}get configuration(){this._configuration=this._configuration||(0,c.ConfigurationListInstance)(this);return this._configuration}get flexFlow(){this._flexFlow=this._flexFlow||(0,u.FlexFlowListInstance)(this);return this._flexFlow}get insightsAssessmentsComment(){this._insightsAssessmentsComment=this._insightsAssessmentsComment||(0,f.InsightsAssessmentsCommentListInstance)(this);return this._insightsAssessmentsComment}get insightsConversations(){this._insightsConversations=this._insightsConversations||(0,_.InsightsConversationsListInstance)(this);return this._insightsConversations}get insightsQuestionnaires(){this._insightsQuestionnaires=this._insightsQuestionnaires||(0,g.InsightsQuestionnairesListInstance)(this);return this._insightsQuestionnaires}get insightsQuestionnairesCategory(){this._insightsQuestionnairesCategory=this._insightsQuestionnairesCategory||(0,v.InsightsQuestionnairesCategoryListInstance)(this);return this._insightsQuestionnairesCategory}get insightsQuestionnairesQuestion(){this._insightsQuestionnairesQuestion=this._insightsQuestionnairesQuestion||(0,S.InsightsQuestionnairesQuestionListInstance)(this);return this._insightsQuestionnairesQuestion}get insightsSegments(){this._insightsSegments=this._insightsSegments||(0,b.InsightsSegmentsListInstance)(this);return this._insightsSegments}get insightsSession(){this._insightsSession=this._insightsSession||(0,P.InsightsSessionListInstance)(this);return this._insightsSession}get insightsSettingsAnswerSets(){this._insightsSettingsAnswerSets=this._insightsSettingsAnswerSets||(0,C.InsightsSettingsAnswerSetsListInstance)(this);return this._insightsSettingsAnswerSets}get insightsSettingsComment(){this._insightsSettingsComment=this._insightsSettingsComment||(0,I.InsightsSettingsCommentListInstance)(this);return this._insightsSettingsComment}get insightsUserRoles(){this._insightsUserRoles=this._insightsUserRoles||(0,x.InsightsUserRolesListInstance)(this);return this._insightsUserRoles}get interaction(){this._interaction=this._interaction||(0,k.InteractionListInstance)(this);return this._interaction}get provisioningStatus(){this._provisioningStatus=this._provisioningStatus||(0,N.ProvisioningStatusListInstance)(this);return this._provisioningStatus}get webChannel(){this._webChannel=this._webChannel||(0,T.WebChannelListInstance)(this);return this._webChannel}}i["default"]=V1},99889:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(17713);class V2 extends r.default{constructor(e){super(e,"v2")}get webChannels(){this._webChannels=this._webChannels||(0,o.WebChannelsListInstance)(this);return this._webChannels}}i["default"]=V2},49420:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssessmentsPage=i.AssessmentsListInstance=i.AssessmentsInstance=i.AssessmentsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AssessmentsContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assessmentSid' is not valid.")}this._solution={assessmentSid:i};this._uri=`/Insights/QualityManagement/Assessments/${i}`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["offset"]===null||e["offset"]===undefined){throw new Error("Required parameter \"params['offset']\" missing.")}if(e["answerText"]===null||e["answerText"]===undefined){throw new Error("Required parameter \"params['answerText']\" missing.")}if(e["answerId"]===null||e["answerId"]===undefined){throw new Error("Required parameter \"params['answerId']\" missing.")}let n={};n["Offset"]=e["offset"];n["AnswerText"]=e["answerText"];n["AnswerId"]=e["answerId"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AssessmentsInstance(o,e,r._solution.assessmentSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssessmentsContextImpl=AssessmentsContextImpl;class AssessmentsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.assessmentSid=i.assessment_sid;this.offset=i.offset;this.report=i.report;this.weight=i.weight;this.agentId=i.agent_id;this.segmentId=i.segment_id;this.userName=i.user_name;this.userEmail=i.user_email;this.answerText=i.answer_text;this.answerId=i.answer_id;this.assessment=i.assessment;this.timestamp=i.timestamp;this.url=i.url;this._solution={assessmentSid:n||this.assessmentSid}}get _proxy(){this._context=this._context||new AssessmentsContextImpl(this._version,this._solution.assessmentSid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assessmentSid:this.assessmentSid,offset:this.offset,report:this.report,weight:this.weight,agentId:this.agentId,segmentId:this.segmentId,userName:this.userName,userEmail:this.userEmail,answerText:this.answerText,answerId:this.answerId,assessment:this.assessment,timestamp:this.timestamp,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssessmentsInstance=AssessmentsInstance;function AssessmentsListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AssessmentsContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Insights/QualityManagement/Assessments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["categorySid"]===null||i["categorySid"]===undefined){throw new Error("Required parameter \"params['categorySid']\" missing.")}if(i["categoryName"]===null||i["categoryName"]===undefined){throw new Error("Required parameter \"params['categoryName']\" missing.")}if(i["segmentId"]===null||i["segmentId"]===undefined){throw new Error("Required parameter \"params['segmentId']\" missing.")}if(i["agentId"]===null||i["agentId"]===undefined){throw new Error("Required parameter \"params['agentId']\" missing.")}if(i["offset"]===null||i["offset"]===undefined){throw new Error("Required parameter \"params['offset']\" missing.")}if(i["metricId"]===null||i["metricId"]===undefined){throw new Error("Required parameter \"params['metricId']\" missing.")}if(i["metricName"]===null||i["metricName"]===undefined){throw new Error("Required parameter \"params['metricName']\" missing.")}if(i["answerText"]===null||i["answerText"]===undefined){throw new Error("Required parameter \"params['answerText']\" missing.")}if(i["answerId"]===null||i["answerId"]===undefined){throw new Error("Required parameter \"params['answerId']\" missing.")}if(i["questionnaireSid"]===null||i["questionnaireSid"]===undefined){throw new Error("Required parameter \"params['questionnaireSid']\" missing.")}let s={};s["CategorySid"]=i["categorySid"];s["CategoryName"]=i["categoryName"];s["SegmentId"]=i["segmentId"];s["AgentId"]=i["agentId"];s["Offset"]=i["offset"];s["MetricId"]=i["metricId"];s["MetricName"]=i["metricName"];s["AnswerText"]=i["answerText"];s["AnswerId"]=i["answerId"];s["QuestionnaireSid"]=i["questionnaireSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AssessmentsInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["segmentId"]!==undefined)s["SegmentId"]=i["segmentId"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssessmentsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssessmentsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssessmentsListInstance=AssessmentsListInstance;class AssessmentsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssessmentsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssessmentsPage=AssessmentsPage},84596:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelPage=i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ChannelContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Channels/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.flexFlowSid=i.flex_flow_sid;this.sid=i.sid;this.userSid=i.user_sid;this.taskSid=i.task_sid;this.url=i.url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,flexFlowSid:this.flexFlowSid,sid:this.sid,userSid:this.userSid,taskSid:this.taskSid,url:this.url,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ChannelContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Channels`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["flexFlowSid"]===null||i["flexFlowSid"]===undefined){throw new Error("Required parameter \"params['flexFlowSid']\" missing.")}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}if(i["chatUserFriendlyName"]===null||i["chatUserFriendlyName"]===undefined){throw new Error("Required parameter \"params['chatUserFriendlyName']\" missing.")}if(i["chatFriendlyName"]===null||i["chatFriendlyName"]===undefined){throw new Error("Required parameter \"params['chatFriendlyName']\" missing.")}let s={};s["FlexFlowSid"]=i["flexFlowSid"];s["Identity"]=i["identity"];s["ChatUserFriendlyName"]=i["chatUserFriendlyName"];s["ChatFriendlyName"]=i["chatFriendlyName"];if(i["target"]!==undefined)s["Target"]=i["target"];if(i["chatUniqueName"]!==undefined)s["ChatUniqueName"]=i["chatUniqueName"];if(i["preEngagementData"]!==undefined)s["PreEngagementData"]=i["preEngagementData"];if(i["taskSid"]!==undefined)s["TaskSid"]=i["taskSid"];if(i["taskAttributes"]!==undefined)s["TaskAttributes"]=i["taskAttributes"];if(i["longLived"]!==undefined)s["LongLived"]=c.bool(i["longLived"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChannelInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance;class ChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelPage=ChannelPage},59150:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ConfigurationListInstance=i.ConfigurationInstance=i.ConfigurationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class ConfigurationContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Configuration`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uiVersion"]!==undefined)n["UiVersion"]=e["uiVersion"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new ConfigurationInstance(o,e)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationContextImpl=ConfigurationContextImpl;class ConfigurationInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.attributes=i.attributes;this.status=i.status;this.taskrouterWorkspaceSid=i.taskrouter_workspace_sid;this.taskrouterTargetWorkflowSid=i.taskrouter_target_workflow_sid;this.taskrouterTargetTaskqueueSid=i.taskrouter_target_taskqueue_sid;this.taskrouterTaskqueues=i.taskrouter_taskqueues;this.taskrouterSkills=i.taskrouter_skills;this.taskrouterWorkerChannels=i.taskrouter_worker_channels;this.taskrouterWorkerAttributes=i.taskrouter_worker_attributes;this.taskrouterOfflineActivitySid=i.taskrouter_offline_activity_sid;this.runtimeDomain=i.runtime_domain;this.messagingServiceInstanceSid=i.messaging_service_instance_sid;this.chatServiceInstanceSid=i.chat_service_instance_sid;this.flexServiceInstanceSid=i.flex_service_instance_sid;this.uiLanguage=i.ui_language;this.uiAttributes=i.ui_attributes;this.uiDependencies=i.ui_dependencies;this.uiVersion=i.ui_version;this.serviceVersion=i.service_version;this.callRecordingEnabled=i.call_recording_enabled;this.callRecordingWebhookUrl=i.call_recording_webhook_url;this.crmEnabled=i.crm_enabled;this.crmType=i.crm_type;this.crmCallbackUrl=i.crm_callback_url;this.crmFallbackUrl=i.crm_fallback_url;this.crmAttributes=i.crm_attributes;this.publicAttributes=i.public_attributes;this.pluginServiceEnabled=i.plugin_service_enabled;this.pluginServiceAttributes=i.plugin_service_attributes;this.integrations=i.integrations;this.outboundCallFlows=i.outbound_call_flows;this.serverlessServiceSids=i.serverless_service_sids;this.queueStatsConfiguration=i.queue_stats_configuration;this.notifications=i.notifications;this.markdown=i.markdown;this.url=i.url;this.flexInsightsHr=i.flex_insights_hr;this.flexInsightsDrilldown=i.flex_insights_drilldown;this.flexUrl=i.flex_url;this.channelConfigs=i.channel_configs;this.debuggerIntegration=i.debugger_integration;this.flexUiStatusReport=i.flex_ui_status_report;this.agentConvEndMethods=i.agent_conv_end_methods;this.citrixVoiceVdi=i.citrix_voice_vdi;this.offlineConfig=i.offline_config;this._solution={}}get _proxy(){this._context=this._context||new ConfigurationContextImpl(this._version);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,attributes:this.attributes,status:this.status,taskrouterWorkspaceSid:this.taskrouterWorkspaceSid,taskrouterTargetWorkflowSid:this.taskrouterTargetWorkflowSid,taskrouterTargetTaskqueueSid:this.taskrouterTargetTaskqueueSid,taskrouterTaskqueues:this.taskrouterTaskqueues,taskrouterSkills:this.taskrouterSkills,taskrouterWorkerChannels:this.taskrouterWorkerChannels,taskrouterWorkerAttributes:this.taskrouterWorkerAttributes,taskrouterOfflineActivitySid:this.taskrouterOfflineActivitySid,runtimeDomain:this.runtimeDomain,messagingServiceInstanceSid:this.messagingServiceInstanceSid,chatServiceInstanceSid:this.chatServiceInstanceSid,flexServiceInstanceSid:this.flexServiceInstanceSid,uiLanguage:this.uiLanguage,uiAttributes:this.uiAttributes,uiDependencies:this.uiDependencies,uiVersion:this.uiVersion,serviceVersion:this.serviceVersion,callRecordingEnabled:this.callRecordingEnabled,callRecordingWebhookUrl:this.callRecordingWebhookUrl,crmEnabled:this.crmEnabled,crmType:this.crmType,crmCallbackUrl:this.crmCallbackUrl,crmFallbackUrl:this.crmFallbackUrl,crmAttributes:this.crmAttributes,publicAttributes:this.publicAttributes,pluginServiceEnabled:this.pluginServiceEnabled,pluginServiceAttributes:this.pluginServiceAttributes,integrations:this.integrations,outboundCallFlows:this.outboundCallFlows,serverlessServiceSids:this.serverlessServiceSids,queueStatsConfiguration:this.queueStatsConfiguration,notifications:this.notifications,markdown:this.markdown,url:this.url,flexInsightsHr:this.flexInsightsHr,flexInsightsDrilldown:this.flexInsightsDrilldown,flexUrl:this.flexUrl,channelConfigs:this.channelConfigs,debuggerIntegration:this.debuggerIntegration,flexUiStatusReport:this.flexUiStatusReport,agentConvEndMethods:this.agentConvEndMethods,citrixVoiceVdi:this.citrixVoiceVdi,offlineConfig:this.offlineConfig}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationInstance=ConfigurationInstance;function ConfigurationListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new ConfigurationContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ConfigurationListInstance=ConfigurationListInstance},85854:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FlexFlowPage=i.FlexFlowListInstance=i.FlexFlowInstance=i.FlexFlowContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FlexFlowContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/FlexFlows/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FlexFlowInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["chatServiceSid"]!==undefined)n["ChatServiceSid"]=e["chatServiceSid"];if(e["channelType"]!==undefined)n["ChannelType"]=e["channelType"];if(e["contactIdentity"]!==undefined)n["ContactIdentity"]=e["contactIdentity"];if(e["enabled"]!==undefined)n["Enabled"]=c.bool(e["enabled"]);if(e["integrationType"]!==undefined)n["IntegrationType"]=e["integrationType"];if(e["integration.flowSid"]!==undefined)n["Integration.FlowSid"]=e["integration.flowSid"];if(e["integration.url"]!==undefined)n["Integration.Url"]=e["integration.url"];if(e["integration.workspaceSid"]!==undefined)n["Integration.WorkspaceSid"]=e["integration.workspaceSid"];if(e["integration.workflowSid"]!==undefined)n["Integration.WorkflowSid"]=e["integration.workflowSid"];if(e["integration.channel"]!==undefined)n["Integration.Channel"]=e["integration.channel"];if(e["integration.timeout"]!==undefined)n["Integration.Timeout"]=e["integration.timeout"];if(e["integration.priority"]!==undefined)n["Integration.Priority"]=e["integration.priority"];if(e["integration.creationOnMessage"]!==undefined)n["Integration.CreationOnMessage"]=c.bool(e["integration.creationOnMessage"]);if(e["longLived"]!==undefined)n["LongLived"]=c.bool(e["longLived"]);if(e["janitorEnabled"]!==undefined)n["JanitorEnabled"]=c.bool(e["janitorEnabled"]);if(e["integration.retryCount"]!==undefined)n["Integration.RetryCount"]=e["integration.retryCount"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FlexFlowInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlexFlowContextImpl=FlexFlowContextImpl;class FlexFlowInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.friendlyName=i.friendly_name;this.chatServiceSid=i.chat_service_sid;this.channelType=i.channel_type;this.contactIdentity=i.contact_identity;this.enabled=i.enabled;this.integrationType=i.integration_type;this.integration=i.integration;this.longLived=i.long_lived;this.janitorEnabled=i.janitor_enabled;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new FlexFlowContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,friendlyName:this.friendlyName,chatServiceSid:this.chatServiceSid,channelType:this.channelType,contactIdentity:this.contactIdentity,enabled:this.enabled,integrationType:this.integrationType,integration:this.integration,longLived:this.longLived,janitorEnabled:this.janitorEnabled,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlexFlowInstance=FlexFlowInstance;function FlexFlowListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FlexFlowContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/FlexFlows`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["chatServiceSid"]===null||i["chatServiceSid"]===undefined){throw new Error("Required parameter \"params['chatServiceSid']\" missing.")}if(i["channelType"]===null||i["channelType"]===undefined){throw new Error("Required parameter \"params['channelType']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["ChatServiceSid"]=i["chatServiceSid"];s["ChannelType"]=i["channelType"];if(i["contactIdentity"]!==undefined)s["ContactIdentity"]=i["contactIdentity"];if(i["enabled"]!==undefined)s["Enabled"]=c.bool(i["enabled"]);if(i["integrationType"]!==undefined)s["IntegrationType"]=i["integrationType"];if(i["integration.flowSid"]!==undefined)s["Integration.FlowSid"]=i["integration.flowSid"];if(i["integration.url"]!==undefined)s["Integration.Url"]=i["integration.url"];if(i["integration.workspaceSid"]!==undefined)s["Integration.WorkspaceSid"]=i["integration.workspaceSid"];if(i["integration.workflowSid"]!==undefined)s["Integration.WorkflowSid"]=i["integration.workflowSid"];if(i["integration.channel"]!==undefined)s["Integration.Channel"]=i["integration.channel"];if(i["integration.timeout"]!==undefined)s["Integration.Timeout"]=i["integration.timeout"];if(i["integration.priority"]!==undefined)s["Integration.Priority"]=i["integration.priority"];if(i["integration.creationOnMessage"]!==undefined)s["Integration.CreationOnMessage"]=c.bool(i["integration.creationOnMessage"]);if(i["longLived"]!==undefined)s["LongLived"]=c.bool(i["longLived"]);if(i["janitorEnabled"]!==undefined)s["JanitorEnabled"]=c.bool(i["janitorEnabled"]);if(i["integration.retryCount"]!==undefined)s["Integration.RetryCount"]=i["integration.retryCount"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FlexFlowInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FlexFlowPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FlexFlowPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FlexFlowListInstance=FlexFlowListInstance;class FlexFlowPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FlexFlowInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlexFlowPage=FlexFlowPage},28417:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsAssessmentsCommentPage=i.InsightsAssessmentsCommentInstance=i.InsightsAssessmentsCommentListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function InsightsAssessmentsCommentListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Insights/QualityManagement/Assessments/Comments`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["categoryId"]===null||n["categoryId"]===undefined){throw new Error("Required parameter \"params['categoryId']\" missing.")}if(n["categoryName"]===null||n["categoryName"]===undefined){throw new Error("Required parameter \"params['categoryName']\" missing.")}if(n["comment"]===null||n["comment"]===undefined){throw new Error("Required parameter \"params['comment']\" missing.")}if(n["segmentId"]===null||n["segmentId"]===undefined){throw new Error("Required parameter \"params['segmentId']\" missing.")}if(n["agentId"]===null||n["agentId"]===undefined){throw new Error("Required parameter \"params['agentId']\" missing.")}if(n["offset"]===null||n["offset"]===undefined){throw new Error("Required parameter \"params['offset']\" missing.")}let r={};r["CategoryId"]=n["categoryId"];r["CategoryName"]=n["categoryName"];r["Comment"]=n["comment"];r["SegmentId"]=n["segmentId"];r["AgentId"]=n["agentId"];r["Offset"]=n["offset"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,c=a.create({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new InsightsAssessmentsCommentInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["segmentId"]!==undefined)r["SegmentId"]=n["segmentId"];if(n["agentId"]!==undefined)r["AgentId"]=n["agentId"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new InsightsAssessmentsCommentPage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new InsightsAssessmentsCommentPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.InsightsAssessmentsCommentListInstance=InsightsAssessmentsCommentListInstance;class InsightsAssessmentsCommentInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.assessmentSid=i.assessment_sid;this.comment=i.comment;this.offset=i.offset;this.report=i.report;this.weight=i.weight;this.agentId=i.agent_id;this.segmentId=i.segment_id;this.userName=i.user_name;this.userEmail=i.user_email;this.timestamp=i.timestamp;this.url=i.url}toJSON(){return{accountSid:this.accountSid,assessmentSid:this.assessmentSid,comment:this.comment,offset:this.offset,report:this.report,weight:this.weight,agentId:this.agentId,segmentId:this.segmentId,userName:this.userName,userEmail:this.userEmail,timestamp:this.timestamp,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsAssessmentsCommentInstance=InsightsAssessmentsCommentInstance;class InsightsAssessmentsCommentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsAssessmentsCommentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsAssessmentsCommentPage=InsightsAssessmentsCommentPage},71484:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsConversationsPage=i.InsightsConversationsInstance=i.InsightsConversationsListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function InsightsConversationsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Insights/Conversations`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["segmentId"]!==undefined)r["SegmentId"]=n["segmentId"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new InsightsConversationsPage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new InsightsConversationsPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.InsightsConversationsListInstance=InsightsConversationsListInstance;class InsightsConversationsInstance{constructor(e,i){this._version=e;this.accountId=i.account_id;this.conversationId=i.conversation_id;this.segmentCount=a.integer(i.segment_count);this.segments=i.segments}toJSON(){return{accountId:this.accountId,conversationId:this.conversationId,segmentCount:this.segmentCount,segments:this.segments}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsConversationsInstance=InsightsConversationsInstance;class InsightsConversationsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsConversationsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsConversationsPage=InsightsConversationsPage},25652:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsQuestionnairesPage=i.InsightsQuestionnairesListInstance=i.InsightsQuestionnairesInstance=i.InsightsQuestionnairesContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InsightsQuestionnairesContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'questionnaireSid' is not valid.")}this._solution={questionnaireSid:i};this._uri=`/Insights/QualityManagement/Questionnaires/${i}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new InsightsQuestionnairesInstance(o,e,r._solution.questionnaireSid)));a=r._version.setPromiseCallback(a,i);return a}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["active"]===null||e["active"]===undefined){throw new Error("Required parameter \"params['active']\" missing.")}let n={};n["Active"]=c.bool(e["active"]);if(e["name"]!==undefined)n["Name"]=e["name"];if(e["description"]!==undefined)n["Description"]=e["description"];if(e["questionSids"]!==undefined)n["QuestionSids"]=c.map(e["questionSids"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InsightsQuestionnairesInstance(o,e,r._solution.questionnaireSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesContextImpl=InsightsQuestionnairesContextImpl;class InsightsQuestionnairesInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.questionnaireSid=i.questionnaire_sid;this.name=i.name;this.description=i.description;this.active=i.active;this.questions=i.questions;this.url=i.url;this._solution={questionnaireSid:n||this.questionnaireSid}}get _proxy(){this._context=this._context||new InsightsQuestionnairesContextImpl(this._version,this._solution.questionnaireSid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e,i){return this._proxy.fetch(e,i)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,questionnaireSid:this.questionnaireSid,name:this.name,description:this.description,active:this.active,questions:this.questions,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesInstance=InsightsQuestionnairesInstance;function InsightsQuestionnairesListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new InsightsQuestionnairesContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Insights/QualityManagement/Questionnaires`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["name"]===null||i["name"]===undefined){throw new Error("Required parameter \"params['name']\" missing.")}let s={};s["Name"]=i["name"];if(i["description"]!==undefined)s["Description"]=i["description"];if(i["active"]!==undefined)s["Active"]=c.bool(i["active"]);if(i["questionSids"]!==undefined)s["QuestionSids"]=c.map(i["questionSids"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InsightsQuestionnairesInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["includeInactive"]!==undefined)s["IncludeInactive"]=c.bool(i["includeInactive"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InsightsQuestionnairesPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InsightsQuestionnairesPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InsightsQuestionnairesListInstance=InsightsQuestionnairesListInstance;class InsightsQuestionnairesPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsQuestionnairesInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesPage=InsightsQuestionnairesPage},19165:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsQuestionnairesCategoryPage=i.InsightsQuestionnairesCategoryListInstance=i.InsightsQuestionnairesCategoryInstance=i.InsightsQuestionnairesCategoryContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InsightsQuestionnairesCategoryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'categorySid' is not valid.")}this._solution={categorySid:i};this._uri=`/Insights/QualityManagement/Categories/${i}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["name"]===null||e["name"]===undefined){throw new Error("Required parameter \"params['name']\" missing.")}let n={};n["Name"]=e["name"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InsightsQuestionnairesCategoryInstance(o,e,r._solution.categorySid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesCategoryContextImpl=InsightsQuestionnairesCategoryContextImpl;class InsightsQuestionnairesCategoryInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.categorySid=i.category_sid;this.name=i.name;this.url=i.url;this._solution={categorySid:n||this.categorySid}}get _proxy(){this._context=this._context||new InsightsQuestionnairesCategoryContextImpl(this._version,this._solution.categorySid);return this._context}remove(e,i){return this._proxy.remove(e,i)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,categorySid:this.categorySid,name:this.name,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesCategoryInstance=InsightsQuestionnairesCategoryInstance;function InsightsQuestionnairesCategoryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new InsightsQuestionnairesCategoryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Insights/QualityManagement/Categories`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["name"]===null||i["name"]===undefined){throw new Error("Required parameter \"params['name']\" missing.")}let s={};s["Name"]=i["name"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InsightsQuestionnairesCategoryInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InsightsQuestionnairesCategoryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InsightsQuestionnairesCategoryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InsightsQuestionnairesCategoryListInstance=InsightsQuestionnairesCategoryListInstance;class InsightsQuestionnairesCategoryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsQuestionnairesCategoryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesCategoryPage=InsightsQuestionnairesCategoryPage},13856:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsQuestionnairesQuestionPage=i.InsightsQuestionnairesQuestionListInstance=i.InsightsQuestionnairesQuestionInstance=i.InsightsQuestionnairesQuestionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InsightsQuestionnairesQuestionContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'questionSid' is not valid.")}this._solution={questionSid:i};this._uri=`/Insights/QualityManagement/Questions/${i}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["allowNa"]===null||e["allowNa"]===undefined){throw new Error("Required parameter \"params['allowNa']\" missing.")}let n={};n["AllowNa"]=c.bool(e["allowNa"]);if(e["categorySid"]!==undefined)n["CategorySid"]=e["categorySid"];if(e["question"]!==undefined)n["Question"]=e["question"];if(e["description"]!==undefined)n["Description"]=e["description"];if(e["answerSetId"]!==undefined)n["AnswerSetId"]=e["answerSetId"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InsightsQuestionnairesQuestionInstance(o,e,r._solution.questionSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesQuestionContextImpl=InsightsQuestionnairesQuestionContextImpl;class InsightsQuestionnairesQuestionInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.questionSid=i.question_sid;this.question=i.question;this.description=i.description;this.category=i.category;this.answerSetId=i.answer_set_id;this.allowNa=i.allow_na;this.usage=a.integer(i.usage);this.answerSet=i.answer_set;this.url=i.url;this._solution={questionSid:n||this.questionSid}}get _proxy(){this._context=this._context||new InsightsQuestionnairesQuestionContextImpl(this._version,this._solution.questionSid);return this._context}remove(e,i){return this._proxy.remove(e,i)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,questionSid:this.questionSid,question:this.question,description:this.description,category:this.category,answerSetId:this.answerSetId,allowNa:this.allowNa,usage:this.usage,answerSet:this.answerSet,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesQuestionInstance=InsightsQuestionnairesQuestionInstance;function InsightsQuestionnairesQuestionListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new InsightsQuestionnairesQuestionContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Insights/QualityManagement/Questions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["categorySid"]===null||i["categorySid"]===undefined){throw new Error("Required parameter \"params['categorySid']\" missing.")}if(i["question"]===null||i["question"]===undefined){throw new Error("Required parameter \"params['question']\" missing.")}if(i["answerSetId"]===null||i["answerSetId"]===undefined){throw new Error("Required parameter \"params['answerSetId']\" missing.")}if(i["allowNa"]===null||i["allowNa"]===undefined){throw new Error("Required parameter \"params['allowNa']\" missing.")}let s={};s["CategorySid"]=i["categorySid"];s["Question"]=i["question"];s["AnswerSetId"]=i["answerSetId"];s["AllowNa"]=c.bool(i["allowNa"]);if(i["description"]!==undefined)s["Description"]=i["description"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InsightsQuestionnairesQuestionInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["categorySid"]!==undefined)s["CategorySid"]=c.map(i["categorySid"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InsightsQuestionnairesQuestionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InsightsQuestionnairesQuestionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InsightsQuestionnairesQuestionListInstance=InsightsQuestionnairesQuestionListInstance;class InsightsQuestionnairesQuestionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsQuestionnairesQuestionInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesQuestionPage=InsightsQuestionnairesQuestionPage},30539:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsSegmentsPage=i.InsightsSegmentsInstance=i.InsightsSegmentsListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function InsightsSegmentsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Insights/Segments`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["segmentId"]!==undefined)r["SegmentId"]=n["segmentId"];if(n["reservationId"]!==undefined)r["ReservationId"]=c.map(n["reservationId"],(e=>e));if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,u=a.page({uri:i._uri,method:"get",params:r,headers:o});u=u.then((e=>new InsightsSegmentsPage(a,e,i._solution)));u=i._version.setPromiseCallback(u,s);return u};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new InsightsSegmentsPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.InsightsSegmentsListInstance=InsightsSegmentsListInstance;class InsightsSegmentsInstance{constructor(e,i){this._version=e;this.segmentId=i.segment_id;this.externalId=i.external_id;this.queue=i.queue;this.externalContact=i.external_contact;this.externalSegmentLinkId=i.external_segment_link_id;this.date=i.date;this.accountId=i.account_id;this.externalSegmentLink=i.external_segment_link;this.agentId=i.agent_id;this.agentPhone=i.agent_phone;this.agentName=i.agent_name;this.agentTeamName=i.agent_team_name;this.agentTeamNameInHierarchy=i.agent_team_name_in_hierarchy;this.agentLink=i.agent_link;this.customerPhone=i.customer_phone;this.customerName=i.customer_name;this.customerLink=i.customer_link;this.segmentRecordingOffset=i.segment_recording_offset;this.media=i.media;this.assessmentType=i.assessment_type;this.assessmentPercentage=i.assessment_percentage;this.url=i.url}toJSON(){return{segmentId:this.segmentId,externalId:this.externalId,queue:this.queue,externalContact:this.externalContact,externalSegmentLinkId:this.externalSegmentLinkId,date:this.date,accountId:this.accountId,externalSegmentLink:this.externalSegmentLink,agentId:this.agentId,agentPhone:this.agentPhone,agentName:this.agentName,agentTeamName:this.agentTeamName,agentTeamNameInHierarchy:this.agentTeamNameInHierarchy,agentLink:this.agentLink,customerPhone:this.customerPhone,customerName:this.customerName,customerLink:this.customerLink,segmentRecordingOffset:this.segmentRecordingOffset,media:this.media,assessmentType:this.assessmentType,assessmentPercentage:this.assessmentPercentage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsSegmentsInstance=InsightsSegmentsInstance;class InsightsSegmentsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsSegmentsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsSegmentsPage=InsightsSegmentsPage},32927:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.InsightsSessionListInstance=i.InsightsSessionInstance=i.InsightsSessionContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class InsightsSessionContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Insights/Session`}create(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.create({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InsightsSessionInstance(o,e)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsSessionContextImpl=InsightsSessionContextImpl;class InsightsSessionInstance{constructor(e,i){this._version=e;this.workspaceId=i.workspace_id;this.sessionExpiry=i.session_expiry;this.sessionId=i.session_id;this.baseUrl=i.base_url;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new InsightsSessionContextImpl(this._version);return this._context}create(e,i){return this._proxy.create(e,i)}toJSON(){return{workspaceId:this.workspaceId,sessionExpiry:this.sessionExpiry,sessionId:this.sessionId,baseUrl:this.baseUrl,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsSessionInstance=InsightsSessionInstance;function InsightsSessionListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new InsightsSessionContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.InsightsSessionListInstance=InsightsSessionListInstance},92997:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.InsightsSettingsAnswerSetsInstance=i.InsightsSettingsAnswerSetsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function InsightsSettingsAnswerSetsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Insights/QualityManagement/Settings/AnswerSets`;i.fetch=function fetch(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};const o={};if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,c=a.fetch({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new InsightsSettingsAnswerSetsInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.InsightsSettingsAnswerSetsListInstance=InsightsSettingsAnswerSetsListInstance;class InsightsSettingsAnswerSetsInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.answerSets=i.answer_sets;this.answerSetCategories=i.answer_set_categories;this.notApplicable=i.not_applicable;this.url=i.url}toJSON(){return{accountSid:this.accountSid,answerSets:this.answerSets,answerSetCategories:this.answerSetCategories,notApplicable:this.notApplicable,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsSettingsAnswerSetsInstance=InsightsSettingsAnswerSetsInstance},96891:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.InsightsSettingsCommentInstance=i.InsightsSettingsCommentListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function InsightsSettingsCommentListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Insights/QualityManagement/Settings/CommentTags`;i.fetch=function fetch(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};const o={};if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,c=a.fetch({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new InsightsSettingsCommentInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.InsightsSettingsCommentListInstance=InsightsSettingsCommentListInstance;class InsightsSettingsCommentInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.comments=i.comments;this.url=i.url}toJSON(){return{accountSid:this.accountSid,comments:this.comments,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsSettingsCommentInstance=InsightsSettingsCommentInstance},35249:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.InsightsUserRolesListInstance=i.InsightsUserRolesInstance=i.InsightsUserRolesContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class InsightsUserRolesContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Insights/UserRoles`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new InsightsUserRolesInstance(o,e)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsUserRolesContextImpl=InsightsUserRolesContextImpl;class InsightsUserRolesInstance{constructor(e,i){this._version=e;this.roles=i.roles;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new InsightsUserRolesContextImpl(this._version);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{roles:this.roles,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsUserRolesInstance=InsightsUserRolesInstance;function InsightsUserRolesListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new InsightsUserRolesContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.InsightsUserRolesListInstance=InsightsUserRolesListInstance},40678:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.InteractionListInstance=i.InteractionInstance=i.InteractionContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(66518);class InteractionContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Interactions/${i}`}get channels(){this._channels=this._channels||(0,c.InteractionChannelListInstance)(this._version,this._solution.sid);return this._channels}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InteractionInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InteractionContextImpl=InteractionContextImpl;class InteractionInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.channel=i.channel;this.routing=i.routing;this.url=i.url;this.links=i.links;this.interactionContextSid=i.interaction_context_sid;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new InteractionContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}channels(){return this._proxy.channels}toJSON(){return{sid:this.sid,channel:this.channel,routing:this.routing,url:this.url,links:this.links,interactionContextSid:this.interactionContextSid}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InteractionInstance=InteractionInstance;function InteractionListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new InteractionContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Interactions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["channel"]===null||i["channel"]===undefined){throw new Error("Required parameter \"params['channel']\" missing.")}if(i["routing"]===null||i["routing"]===undefined){throw new Error("Required parameter \"params['routing']\" missing.")}let s={};s["Channel"]=o.object(i["channel"]);s["Routing"]=o.object(i["routing"]);if(i["interactionContextSid"]!==undefined)s["InteractionContextSid"]=i["interactionContextSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:instance._uri,method:"post",data:s,headers:r});c=c.then((e=>new InteractionInstance(a,e)));c=instance._version.setPromiseCallback(c,n);return c};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.InteractionListInstance=InteractionListInstance},66518:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InteractionChannelPage=i.InteractionChannelListInstance=i.InteractionChannelInstance=i.InteractionChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(72197);const _=n(54474);class InteractionChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'interactionSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={interactionSid:i,sid:n};this._uri=`/Interactions/${i}/Channels/${n}`}get invites(){this._invites=this._invites||(0,f.InteractionChannelInviteListInstance)(this._version,this._solution.interactionSid,this._solution.sid);return this._invites}get participants(){this._participants=this._participants||(0,_.InteractionChannelParticipantListInstance)(this._version,this._solution.interactionSid,this._solution.sid);return this._participants}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InteractionChannelInstance(n,e,i._solution.interactionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];if(e["routing"]!==undefined)n["Routing"]=c.object(e["routing"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InteractionChannelInstance(o,e,r._solution.interactionSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelContextImpl=InteractionChannelContextImpl;class InteractionChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.interactionSid=i.interaction_sid;this.type=i.type;this.status=i.status;this.errorCode=a.integer(i.error_code);this.errorMessage=i.error_message;this.url=i.url;this.links=i.links;this._solution={interactionSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new InteractionChannelContextImpl(this._version,this._solution.interactionSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}invites(){return this._proxy.invites}participants(){return this._proxy.participants}toJSON(){return{sid:this.sid,interactionSid:this.interactionSid,type:this.type,status:this.status,errorCode:this.errorCode,errorMessage:this.errorMessage,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelInstance=InteractionChannelInstance;function InteractionChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'interactionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new InteractionChannelContextImpl(e,i,n)};instance._version=e;instance._solution={interactionSid:i};instance._uri=`/Interactions/${i}/Channels`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InteractionChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InteractionChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InteractionChannelListInstance=InteractionChannelListInstance;class InteractionChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InteractionChannelInstance(this._version,e,this._solution.interactionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelPage=InteractionChannelPage},72197:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InteractionChannelInvitePage=i.InteractionChannelInviteInstance=i.InteractionChannelInviteListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function InteractionChannelInviteListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'interactionSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const s={};s._version=e;s._solution={interactionSid:i,channelSid:n};s._uri=`/Interactions/${i}/Channels/${n}/Invites`;s.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["routing"]===null||i["routing"]===undefined){throw new Error("Required parameter \"params['routing']\" missing.")}let r={};r["Routing"]=c.object(i["routing"]);const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,u=a.create({uri:s._uri,method:"post",data:r,headers:o});u=u.then((e=>new InteractionChannelInviteInstance(a,e,s._solution.interactionSid,s._solution.channelSid)));u=s._version.setPromiseCallback(u,n);return u};s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:s._uri,method:"get",params:r,headers:o});c=c.then((e=>new InteractionChannelInvitePage(a,e,s._solution)));c=s._version.setPromiseCallback(c,n);return c};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new InteractionChannelInvitePage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.InteractionChannelInviteListInstance=InteractionChannelInviteListInstance;class InteractionChannelInviteInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.interactionSid=i.interaction_sid;this.channelSid=i.channel_sid;this.routing=i.routing;this.url=i.url}toJSON(){return{sid:this.sid,interactionSid:this.interactionSid,channelSid:this.channelSid,routing:this.routing,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelInviteInstance=InteractionChannelInviteInstance;class InteractionChannelInvitePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InteractionChannelInviteInstance(this._version,e,this._solution.interactionSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelInvitePage=InteractionChannelInvitePage},54474:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InteractionChannelParticipantPage=i.InteractionChannelParticipantListInstance=i.InteractionChannelParticipantInstance=i.InteractionChannelParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InteractionChannelParticipantContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'interactionSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={interactionSid:i,channelSid:n,sid:s};this._uri=`/Interactions/${i}/Channels/${n}/Participants/${s}`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InteractionChannelParticipantInstance(o,e,r._solution.interactionSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelParticipantContextImpl=InteractionChannelParticipantContextImpl;class InteractionChannelParticipantInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.type=i.type;this.interactionSid=i.interaction_sid;this.channelSid=i.channel_sid;this.url=i.url;this._solution={interactionSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InteractionChannelParticipantContextImpl(this._version,this._solution.interactionSid,this._solution.channelSid,this._solution.sid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,type:this.type,interactionSid:this.interactionSid,channelSid:this.channelSid,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelParticipantInstance=InteractionChannelParticipantInstance;function InteractionChannelParticipantListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'interactionSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InteractionChannelParticipantContextImpl(e,i,n,s)};instance._version=e;instance._solution={interactionSid:i,channelSid:n};instance._uri=`/Interactions/${i}/Channels/${n}/Participants`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["mediaProperties"]===null||i["mediaProperties"]===undefined){throw new Error("Required parameter \"params['mediaProperties']\" missing.")}let s={};s["Type"]=i["type"];s["MediaProperties"]=c.object(i["mediaProperties"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InteractionChannelParticipantInstance(o,e,instance._solution.interactionSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InteractionChannelParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InteractionChannelParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InteractionChannelParticipantListInstance=InteractionChannelParticipantListInstance;class InteractionChannelParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InteractionChannelParticipantInstance(this._version,e,this._solution.interactionSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelParticipantPage=InteractionChannelParticipantPage},45265:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ProvisioningStatusListInstance=i.ProvisioningStatusInstance=i.ProvisioningStatusContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class ProvisioningStatusContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/account/provision/status`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ProvisioningStatusInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ProvisioningStatusContextImpl=ProvisioningStatusContextImpl;class ProvisioningStatusInstance{constructor(e,i){this._version=e;this.status=i.status;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new ProvisioningStatusContextImpl(this._version);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{status:this.status,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ProvisioningStatusInstance=ProvisioningStatusInstance;function ProvisioningStatusListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new ProvisioningStatusContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ProvisioningStatusListInstance=ProvisioningStatusListInstance},19769:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebChannelPage=i.WebChannelListInstance=i.WebChannelInstance=i.WebChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebChannelContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/WebChannels/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebChannelInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["chatStatus"]!==undefined)n["ChatStatus"]=e["chatStatus"];if(e["postEngagementData"]!==undefined)n["PostEngagementData"]=e["postEngagementData"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebChannelInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebChannelContextImpl=WebChannelContextImpl;class WebChannelInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.flexFlowSid=i.flex_flow_sid;this.sid=i.sid;this.url=i.url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new WebChannelContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,flexFlowSid:this.flexFlowSid,sid:this.sid,url:this.url,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebChannelInstance=WebChannelInstance;function WebChannelListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new WebChannelContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/WebChannels`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["flexFlowSid"]===null||i["flexFlowSid"]===undefined){throw new Error("Required parameter \"params['flexFlowSid']\" missing.")}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}if(i["customerFriendlyName"]===null||i["customerFriendlyName"]===undefined){throw new Error("Required parameter \"params['customerFriendlyName']\" missing.")}if(i["chatFriendlyName"]===null||i["chatFriendlyName"]===undefined){throw new Error("Required parameter \"params['chatFriendlyName']\" missing.")}let s={};s["FlexFlowSid"]=i["flexFlowSid"];s["Identity"]=i["identity"];s["CustomerFriendlyName"]=i["customerFriendlyName"];s["ChatFriendlyName"]=i["chatFriendlyName"];if(i["chatUniqueName"]!==undefined)s["ChatUniqueName"]=i["chatUniqueName"];if(i["preEngagementData"]!==undefined)s["PreEngagementData"]=i["preEngagementData"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebChannelInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebChannelListInstance=WebChannelListInstance;class WebChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebChannelInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebChannelPage=WebChannelPage},17713:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WebChannelsInstance=i.WebChannelsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function WebChannelsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/WebChats`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["addressSid"]===null||n["addressSid"]===undefined){throw new Error("Required parameter \"params['addressSid']\" missing.")}let r={};r["AddressSid"]=n["addressSid"];if(n["chatFriendlyName"]!==undefined)r["ChatFriendlyName"]=n["chatFriendlyName"];if(n["customerFriendlyName"]!==undefined)r["CustomerFriendlyName"]=n["customerFriendlyName"];if(n["preEngagementData"]!==undefined)r["PreEngagementData"]=n["preEngagementData"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new WebChannelsInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.WebChannelsListInstance=WebChannelsListInstance;class WebChannelsInstance{constructor(e,i){this._version=e;this.conversationSid=i.conversation_sid;this.identity=i.identity}toJSON(){return{conversationSid:this.conversationSid,identity:this.identity}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WebChannelsInstance=WebChannelsInstance},22886:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(1304);class V1 extends r.default{constructor(e){super(e,"v1")}get users(){this._users=this._users||(0,o.UserListInstance)(this);return this._users}}i["default"]=V1},1304:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class UserContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Users/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["avatar"]!==undefined)n["Avatar"]=e["avatar"];if(e["state"]!==undefined)n["State"]=e["state"];if(e["isAvailable"]!==undefined)n["IsAvailable"]=o.bool(e["isAvailable"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new UserInstance(a,e,r._solution.sid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.identity=i.identity;this.friendlyName=i.friendly_name;this.avatar=i.avatar;this.state=i.state;this.isAvailable=i.is_available;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,identity:this.identity,friendlyName:this.friendlyName,avatar:this.avatar,state:this.state,isAvailable:this.isAvailable,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new UserContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance},46133:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(18097);const a=n(80395);const c=n(50585);const u=n(34571);const f=n(52180);class V1 extends r.default{constructor(e){super(e,"v1")}get calls(){this._calls=this._calls||(0,o.CallListInstance)(this);return this._calls}get callSummaries(){this._callSummaries=this._callSummaries||(0,a.CallSummariesListInstance)(this);return this._callSummaries}get conferences(){this._conferences=this._conferences||(0,c.ConferenceListInstance)(this);return this._conferences}get rooms(){this._rooms=this._rooms||(0,u.RoomListInstance)(this);return this._rooms}get settings(){this._settings=this._settings||(0,f.SettingListInstance)(this);return this._settings}}i["default"]=V1},18097:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.CallListInstance=i.CallInstance=i.CallContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(94279);const u=n(31956);const f=n(43552);const _=n(83756);class CallContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Voice/${i}`}get annotation(){this._annotation=this._annotation||(0,c.AnnotationListInstance)(this._version,this._solution.sid);return this._annotation}get summary(){this._summary=this._summary||(0,u.CallSummaryListInstance)(this._version,this._solution.sid);return this._summary}get events(){this._events=this._events||(0,f.EventListInstance)(this._version,this._solution.sid);return this._events}get metrics(){this._metrics=this._metrics||(0,_.MetricListInstance)(this._version,this._solution.sid);return this._metrics}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CallInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CallContextImpl=CallContextImpl;class CallInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CallContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}annotation(){return this._proxy.annotation}summary(){return this._proxy.summary}events(){return this._proxy.events}metrics(){return this._proxy.metrics}toJSON(){return{sid:this.sid,url:this.url,links:this.links}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CallInstance=CallInstance;function CallListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CallContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.CallListInstance=CallListInstance},94279:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AnnotationListInstance=i.AnnotationInstance=i.AnnotationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class AnnotationContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}this._solution={callSid:i};this._uri=`/Voice/${i}/Annotation`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AnnotationInstance(n,e,i._solution.callSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["answeredBy"]!==undefined)n["AnsweredBy"]=e["answeredBy"];if(e["connectivityIssue"]!==undefined)n["ConnectivityIssue"]=e["connectivityIssue"];if(e["qualityIssues"]!==undefined)n["QualityIssues"]=e["qualityIssues"];if(e["spam"]!==undefined)n["Spam"]=o.bool(e["spam"]);if(e["callScore"]!==undefined)n["CallScore"]=e["callScore"];if(e["comment"]!==undefined)n["Comment"]=e["comment"];if(e["incident"]!==undefined)n["Incident"]=e["incident"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new AnnotationInstance(a,e,r._solution.callSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AnnotationContextImpl=AnnotationContextImpl;class AnnotationInstance{constructor(e,i,n){this._version=e;this.callSid=i.call_sid;this.accountSid=i.account_sid;this.answeredBy=i.answered_by;this.connectivityIssue=i.connectivity_issue;this.qualityIssues=i.quality_issues;this.spam=i.spam;this.callScore=r.integer(i.call_score);this.comment=i.comment;this.incident=i.incident;this.url=i.url;this._solution={callSid:n}}get _proxy(){this._context=this._context||new AnnotationContextImpl(this._version,this._solution.callSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{callSid:this.callSid,accountSid:this.accountSid,answeredBy:this.answeredBy,connectivityIssue:this.connectivityIssue,qualityIssues:this.qualityIssues,spam:this.spam,callScore:this.callScore,comment:this.comment,incident:this.incident,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AnnotationInstance=AnnotationInstance;function AnnotationListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new AnnotationContextImpl(e,i)};instance._version=e;instance._solution={callSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AnnotationListInstance=AnnotationListInstance},31956:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.CallSummaryListInstance=i.CallSummaryInstance=i.CallSummaryContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class CallSummaryContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}this._solution={callSid:i};this._uri=`/Voice/${i}/Summary`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["processingState"]!==undefined)n["ProcessingState"]=e["processingState"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new CallSummaryInstance(o,e,r._solution.callSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CallSummaryContextImpl=CallSummaryContextImpl;class CallSummaryInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.callType=i.call_type;this.callState=i.call_state;this.answeredBy=i.answered_by;this.processingState=i.processing_state;this.createdTime=r.iso8601DateTime(i.created_time);this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.duration=r.integer(i.duration);this.connectDuration=r.integer(i.connect_duration);this.from=i.from;this.to=i.to;this.carrierEdge=i.carrier_edge;this.clientEdge=i.client_edge;this.sdkEdge=i.sdk_edge;this.sipEdge=i.sip_edge;this.tags=i.tags;this.url=i.url;this.attributes=i.attributes;this.properties=i.properties;this.trust=i.trust;this.annotation=i.annotation;this._solution={callSid:n}}get _proxy(){this._context=this._context||new CallSummaryContextImpl(this._version,this._solution.callSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,callType:this.callType,callState:this.callState,answeredBy:this.answeredBy,processingState:this.processingState,createdTime:this.createdTime,startTime:this.startTime,endTime:this.endTime,duration:this.duration,connectDuration:this.connectDuration,from:this.from,to:this.to,carrierEdge:this.carrierEdge,clientEdge:this.clientEdge,sdkEdge:this.sdkEdge,sipEdge:this.sipEdge,tags:this.tags,url:this.url,attributes:this.attributes,properties:this.properties,trust:this.trust,annotation:this.annotation}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CallSummaryInstance=CallSummaryInstance;function CallSummaryListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new CallSummaryContextImpl(e,i)};instance._version=e;instance._solution={callSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.CallSummaryListInstance=CallSummaryListInstance},43552:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EventPage=i.EventInstance=i.EventListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function EventListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}const n={};n._version=e;n._solution={callSid:i};n._uri=`/Voice/${i}/Events`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["edge"]!==undefined)r["Edge"]=i["edge"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new EventPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new EventPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.EventListInstance=EventListInstance;class EventInstance{constructor(e,i,n){this._version=e;this.timestamp=i.timestamp;this.callSid=i.call_sid;this.accountSid=i.account_sid;this.edge=i.edge;this.group=i.group;this.level=i.level;this.name=i.name;this.carrierEdge=i.carrier_edge;this.sipEdge=i.sip_edge;this.sdkEdge=i.sdk_edge;this.clientEdge=i.client_edge}toJSON(){return{timestamp:this.timestamp,callSid:this.callSid,accountSid:this.accountSid,edge:this.edge,group:this.group,level:this.level,name:this.name,carrierEdge:this.carrierEdge,sipEdge:this.sipEdge,sdkEdge:this.sdkEdge,clientEdge:this.clientEdge}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventInstance=EventInstance;class EventPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EventInstance(this._version,e,this._solution.callSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventPage=EventPage},83756:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MetricPage=i.MetricInstance=i.MetricListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function MetricListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}const n={};n._version=e;n._solution={callSid:i};n._uri=`/Voice/${i}/Metrics`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["edge"]!==undefined)r["Edge"]=i["edge"];if(i["direction"]!==undefined)r["Direction"]=i["direction"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new MetricPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new MetricPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.MetricListInstance=MetricListInstance;class MetricInstance{constructor(e,i,n){this._version=e;this.timestamp=i.timestamp;this.callSid=i.call_sid;this.accountSid=i.account_sid;this.edge=i.edge;this.direction=i.direction;this.carrierEdge=i.carrier_edge;this.sipEdge=i.sip_edge;this.sdkEdge=i.sdk_edge;this.clientEdge=i.client_edge}toJSON(){return{timestamp:this.timestamp,callSid:this.callSid,accountSid:this.accountSid,edge:this.edge,direction:this.direction,carrierEdge:this.carrierEdge,sipEdge:this.sipEdge,sdkEdge:this.sdkEdge,clientEdge:this.clientEdge}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MetricInstance=MetricInstance;class MetricPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MetricInstance(this._version,e,this._solution.callSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MetricPage=MetricPage},80395:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CallSummariesPage=i.CallSummariesInstance=i.CallSummariesListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function CallSummariesListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Voice/Summaries`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["from"]!==undefined)r["From"]=n["from"];if(n["to"]!==undefined)r["To"]=n["to"];if(n["fromCarrier"]!==undefined)r["FromCarrier"]=n["fromCarrier"];if(n["toCarrier"]!==undefined)r["ToCarrier"]=n["toCarrier"];if(n["fromCountryCode"]!==undefined)r["FromCountryCode"]=n["fromCountryCode"];if(n["toCountryCode"]!==undefined)r["ToCountryCode"]=n["toCountryCode"];if(n["branded"]!==undefined)r["Branded"]=c.bool(n["branded"]);if(n["verifiedCaller"]!==undefined)r["VerifiedCaller"]=c.bool(n["verifiedCaller"]);if(n["hasTag"]!==undefined)r["HasTag"]=c.bool(n["hasTag"]);if(n["startTime"]!==undefined)r["StartTime"]=n["startTime"];if(n["endTime"]!==undefined)r["EndTime"]=n["endTime"];if(n["callType"]!==undefined)r["CallType"]=n["callType"];if(n["callState"]!==undefined)r["CallState"]=n["callState"];if(n["direction"]!==undefined)r["Direction"]=n["direction"];if(n["processingState"]!==undefined)r["ProcessingState"]=n["processingState"];if(n["sortBy"]!==undefined)r["SortBy"]=n["sortBy"];if(n["subaccount"]!==undefined)r["Subaccount"]=n["subaccount"];if(n["abnormalSession"]!==undefined)r["AbnormalSession"]=c.bool(n["abnormalSession"]);if(n["answeredBy"]!==undefined)r["AnsweredBy"]=n["answeredBy"];if(n["answeredByAnnotation"]!==undefined)r["AnsweredByAnnotation"]=n["answeredByAnnotation"];if(n["connectivityIssueAnnotation"]!==undefined)r["ConnectivityIssueAnnotation"]=n["connectivityIssueAnnotation"];if(n["qualityIssueAnnotation"]!==undefined)r["QualityIssueAnnotation"]=n["qualityIssueAnnotation"];if(n["spamAnnotation"]!==undefined)r["SpamAnnotation"]=c.bool(n["spamAnnotation"]);if(n["callScoreAnnotation"]!==undefined)r["CallScoreAnnotation"]=n["callScoreAnnotation"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,u=a.page({uri:i._uri,method:"get",params:r,headers:o});u=u.then((e=>new CallSummariesPage(a,e,i._solution)));u=i._version.setPromiseCallback(u,s);return u};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new CallSummariesPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.CallSummariesListInstance=CallSummariesListInstance;class CallSummariesInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.answeredBy=i.answered_by;this.callType=i.call_type;this.callState=i.call_state;this.processingState=i.processing_state;this.createdTime=a.iso8601DateTime(i.created_time);this.startTime=a.iso8601DateTime(i.start_time);this.endTime=a.iso8601DateTime(i.end_time);this.duration=a.integer(i.duration);this.connectDuration=a.integer(i.connect_duration);this.from=i.from;this.to=i.to;this.carrierEdge=i.carrier_edge;this.clientEdge=i.client_edge;this.sdkEdge=i.sdk_edge;this.sipEdge=i.sip_edge;this.tags=i.tags;this.url=i.url;this.attributes=i.attributes;this.properties=i.properties;this.trust=i.trust;this.annotation=i.annotation}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,answeredBy:this.answeredBy,callType:this.callType,callState:this.callState,processingState:this.processingState,createdTime:this.createdTime,startTime:this.startTime,endTime:this.endTime,duration:this.duration,connectDuration:this.connectDuration,from:this.from,to:this.to,carrierEdge:this.carrierEdge,clientEdge:this.clientEdge,sdkEdge:this.sdkEdge,sipEdge:this.sipEdge,tags:this.tags,url:this.url,attributes:this.attributes,properties:this.properties,trust:this.trust,annotation:this.annotation}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CallSummariesInstance=CallSummariesInstance;class CallSummariesPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CallSummariesInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CallSummariesPage=CallSummariesPage},50585:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConferencePage=i.ConferenceListInstance=i.ConferenceInstance=i.ConferenceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(13978);class ConferenceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conferenceSid' is not valid.")}this._solution={conferenceSid:i};this._uri=`/Conferences/${i}`}get conferenceParticipants(){this._conferenceParticipants=this._conferenceParticipants||(0,f.ConferenceParticipantListInstance)(this._version,this._solution.conferenceSid);return this._conferenceParticipants}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConferenceInstance(n,e,i._solution.conferenceSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceContextImpl=ConferenceContextImpl;class ConferenceInstance{constructor(e,i,n){this._version=e;this.conferenceSid=i.conference_sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.createTime=a.iso8601DateTime(i.create_time);this.startTime=a.iso8601DateTime(i.start_time);this.endTime=a.iso8601DateTime(i.end_time);this.durationSeconds=a.integer(i.duration_seconds);this.connectDurationSeconds=a.integer(i.connect_duration_seconds);this.status=i.status;this.maxParticipants=a.integer(i.max_participants);this.maxConcurrentParticipants=a.integer(i.max_concurrent_participants);this.uniqueParticipants=a.integer(i.unique_participants);this.endReason=i.end_reason;this.endedBy=i.ended_by;this.mixerRegion=i.mixer_region;this.mixerRegionRequested=i.mixer_region_requested;this.recordingEnabled=i.recording_enabled;this.detectedIssues=i.detected_issues;this.tags=i.tags;this.tagInfo=i.tag_info;this.processingState=i.processing_state;this.url=i.url;this.links=i.links;this._solution={conferenceSid:n||this.conferenceSid}}get _proxy(){this._context=this._context||new ConferenceContextImpl(this._version,this._solution.conferenceSid);return this._context}fetch(e){return this._proxy.fetch(e)}conferenceParticipants(){return this._proxy.conferenceParticipants}toJSON(){return{conferenceSid:this.conferenceSid,accountSid:this.accountSid,friendlyName:this.friendlyName,createTime:this.createTime,startTime:this.startTime,endTime:this.endTime,durationSeconds:this.durationSeconds,connectDurationSeconds:this.connectDurationSeconds,status:this.status,maxParticipants:this.maxParticipants,maxConcurrentParticipants:this.maxConcurrentParticipants,uniqueParticipants:this.uniqueParticipants,endReason:this.endReason,endedBy:this.endedBy,mixerRegion:this.mixerRegion,mixerRegionRequested:this.mixerRegionRequested,recordingEnabled:this.recordingEnabled,detectedIssues:this.detectedIssues,tags:this.tags,tagInfo:this.tagInfo,processingState:this.processingState,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceInstance=ConferenceInstance;function ConferenceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ConferenceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Conferences`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["conferenceSid"]!==undefined)s["ConferenceSid"]=i["conferenceSid"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["createdAfter"]!==undefined)s["CreatedAfter"]=i["createdAfter"];if(i["createdBefore"]!==undefined)s["CreatedBefore"]=i["createdBefore"];if(i["mixerRegion"]!==undefined)s["MixerRegion"]=i["mixerRegion"];if(i["tags"]!==undefined)s["Tags"]=i["tags"];if(i["subaccount"]!==undefined)s["Subaccount"]=i["subaccount"];if(i["detectedIssues"]!==undefined)s["DetectedIssues"]=i["detectedIssues"];if(i["endReason"]!==undefined)s["EndReason"]=i["endReason"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConferencePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConferencePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConferenceListInstance=ConferenceListInstance;class ConferencePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConferenceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferencePage=ConferencePage},13978:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConferenceParticipantPage=i.ConferenceParticipantListInstance=i.ConferenceParticipantInstance=i.ConferenceParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ConferenceParticipantContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conferenceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}this._solution={conferenceSid:i,participantSid:n};this._uri=`/Conferences/${i}/Participants/${n}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["events"]!==undefined)n["Events"]=e["events"];if(e["metrics"]!==undefined)n["Metrics"]=e["metrics"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new ConferenceParticipantInstance(o,e,r._solution.conferenceSid,r._solution.participantSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceParticipantContextImpl=ConferenceParticipantContextImpl;class ConferenceParticipantInstance{constructor(e,i,n,s){this._version=e;this.participantSid=i.participant_sid;this.label=i.label;this.conferenceSid=i.conference_sid;this.callSid=i.call_sid;this.accountSid=i.account_sid;this.callDirection=i.call_direction;this.from=i.from;this.to=i.to;this.callStatus=i.call_status;this.countryCode=i.country_code;this.isModerator=i.is_moderator;this.joinTime=a.iso8601DateTime(i.join_time);this.leaveTime=a.iso8601DateTime(i.leave_time);this.durationSeconds=a.integer(i.duration_seconds);this.outboundQueueLength=a.integer(i.outbound_queue_length);this.outboundTimeInQueue=a.integer(i.outbound_time_in_queue);this.jitterBufferSize=i.jitter_buffer_size;this.isCoach=i.is_coach;this.coachedParticipants=i.coached_participants;this.participantRegion=i.participant_region;this.conferenceRegion=i.conference_region;this.callType=i.call_type;this.processingState=i.processing_state;this.properties=i.properties;this.events=i.events;this.metrics=i.metrics;this.url=i.url;this._solution={conferenceSid:n,participantSid:s||this.participantSid}}get _proxy(){this._context=this._context||new ConferenceParticipantContextImpl(this._version,this._solution.conferenceSid,this._solution.participantSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{participantSid:this.participantSid,label:this.label,conferenceSid:this.conferenceSid,callSid:this.callSid,accountSid:this.accountSid,callDirection:this.callDirection,from:this.from,to:this.to,callStatus:this.callStatus,countryCode:this.countryCode,isModerator:this.isModerator,joinTime:this.joinTime,leaveTime:this.leaveTime,durationSeconds:this.durationSeconds,outboundQueueLength:this.outboundQueueLength,outboundTimeInQueue:this.outboundTimeInQueue,jitterBufferSize:this.jitterBufferSize,isCoach:this.isCoach,coachedParticipants:this.coachedParticipants,participantRegion:this.participantRegion,conferenceRegion:this.conferenceRegion,callType:this.callType,processingState:this.processingState,properties:this.properties,events:this.events,metrics:this.metrics,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceParticipantInstance=ConferenceParticipantInstance;function ConferenceParticipantListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conferenceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ConferenceParticipantContextImpl(e,i,n)};instance._version=e;instance._solution={conferenceSid:i};instance._uri=`/Conferences/${i}/Participants`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["participantSid"]!==undefined)s["ParticipantSid"]=i["participantSid"];if(i["label"]!==undefined)s["Label"]=i["label"];if(i["events"]!==undefined)s["Events"]=i["events"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConferenceParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConferenceParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConferenceParticipantListInstance=ConferenceParticipantListInstance;class ConferenceParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConferenceParticipantInstance(this._version,e,this._solution.conferenceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceParticipantPage=ConferenceParticipantPage},34571:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RoomPage=i.RoomListInstance=i.RoomInstance=i.RoomContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(32410);class RoomContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}this._solution={roomSid:i};this._uri=`/Video/Rooms/${i}`}get participants(){this._participants=this._participants||(0,f.ParticipantListInstance)(this._version,this._solution.roomSid);return this._participants}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoomInstance(n,e,i._solution.roomSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomContextImpl=RoomContextImpl;class RoomInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.roomSid=i.room_sid;this.roomName=i.room_name;this.createTime=a.iso8601DateTime(i.create_time);this.endTime=a.iso8601DateTime(i.end_time);this.roomType=i.room_type;this.roomStatus=i.room_status;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.createdMethod=i.created_method;this.endReason=i.end_reason;this.maxParticipants=a.integer(i.max_participants);this.uniqueParticipants=a.integer(i.unique_participants);this.uniqueParticipantIdentities=a.integer(i.unique_participant_identities);this.concurrentParticipants=a.integer(i.concurrent_participants);this.maxConcurrentParticipants=a.integer(i.max_concurrent_participants);this.codecs=i.codecs;this.mediaRegion=i.media_region;this.durationSec=i.duration_sec;this.totalParticipantDurationSec=i.total_participant_duration_sec;this.totalRecordingDurationSec=i.total_recording_duration_sec;this.processingState=i.processing_state;this.recordingEnabled=i.recording_enabled;this.edgeLocation=i.edge_location;this.url=i.url;this.links=i.links;this._solution={roomSid:n||this.roomSid}}get _proxy(){this._context=this._context||new RoomContextImpl(this._version,this._solution.roomSid);return this._context}fetch(e){return this._proxy.fetch(e)}participants(){return this._proxy.participants}toJSON(){return{accountSid:this.accountSid,roomSid:this.roomSid,roomName:this.roomName,createTime:this.createTime,endTime:this.endTime,roomType:this.roomType,roomStatus:this.roomStatus,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,createdMethod:this.createdMethod,endReason:this.endReason,maxParticipants:this.maxParticipants,uniqueParticipants:this.uniqueParticipants,uniqueParticipantIdentities:this.uniqueParticipantIdentities,concurrentParticipants:this.concurrentParticipants,maxConcurrentParticipants:this.maxConcurrentParticipants,codecs:this.codecs,mediaRegion:this.mediaRegion,durationSec:this.durationSec,totalParticipantDurationSec:this.totalParticipantDurationSec,totalRecordingDurationSec:this.totalRecordingDurationSec,processingState:this.processingState,recordingEnabled:this.recordingEnabled,edgeLocation:this.edgeLocation,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomInstance=RoomInstance;function RoomListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RoomContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Video/Rooms`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["roomType"]!==undefined)s["RoomType"]=c.map(i["roomType"],(e=>e));if(i["codec"]!==undefined)s["Codec"]=c.map(i["codec"],(e=>e));if(i["roomName"]!==undefined)s["RoomName"]=i["roomName"];if(i["createdAfter"]!==undefined)s["CreatedAfter"]=c.iso8601DateTime(i["createdAfter"]);if(i["createdBefore"]!==undefined)s["CreatedBefore"]=c.iso8601DateTime(i["createdBefore"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RoomPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RoomPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoomListInstance=RoomListInstance;class RoomPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoomInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomPage=RoomPage},32410:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ParticipantContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}this._solution={roomSid:i,participantSid:n};this._uri=`/Video/Rooms/${i}/Participants/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.roomSid,i._solution.participantSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s){this._version=e;this.participantSid=i.participant_sid;this.participantIdentity=i.participant_identity;this.joinTime=a.iso8601DateTime(i.join_time);this.leaveTime=a.iso8601DateTime(i.leave_time);this.durationSec=i.duration_sec;this.accountSid=i.account_sid;this.roomSid=i.room_sid;this.status=i.status;this.codecs=i.codecs;this.endReason=i.end_reason;this.errorCode=a.integer(i.error_code);this.errorCodeUrl=i.error_code_url;this.mediaRegion=i.media_region;this.properties=i.properties;this.edgeLocation=i.edge_location;this.publisherInfo=i.publisher_info;this.url=i.url;this._solution={roomSid:n,participantSid:s||this.participantSid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.roomSid,this._solution.participantSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{participantSid:this.participantSid,participantIdentity:this.participantIdentity,joinTime:this.joinTime,leaveTime:this.leaveTime,durationSec:this.durationSec,accountSid:this.accountSid,roomSid:this.roomSid,status:this.status,codecs:this.codecs,endReason:this.endReason,errorCode:this.errorCode,errorCodeUrl:this.errorCodeUrl,mediaRegion:this.mediaRegion,properties:this.properties,edgeLocation:this.edgeLocation,publisherInfo:this.publisherInfo,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ParticipantContextImpl(e,i,n)};instance._version=e;instance._solution={roomSid:i};instance._uri=`/Video/Rooms/${i}/Participants`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.roomSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},52180:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SettingListInstance=i.SettingInstance=i.SettingContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class SettingContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Voice/Settings`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["subaccountSid"]!==undefined)n["SubaccountSid"]=e["subaccountSid"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new SettingInstance(o,e)));a=r._version.setPromiseCallback(a,i);return a}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["advancedFeatures"]!==undefined)n["AdvancedFeatures"]=o.bool(e["advancedFeatures"]);if(e["voiceTrace"]!==undefined)n["VoiceTrace"]=o.bool(e["voiceTrace"]);if(e["subaccountSid"]!==undefined)n["SubaccountSid"]=e["subaccountSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new SettingInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SettingContextImpl=SettingContextImpl;class SettingInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.advancedFeatures=i.advanced_features;this.voiceTrace=i.voice_trace;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new SettingContextImpl(this._version);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,advancedFeatures:this.advancedFeatures,voiceTrace:this.voiceTrace,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SettingInstance=SettingInstance;function SettingListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new SettingContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SettingListInstance=SettingListInstance},38022:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(18885);const a=n(17939);class V2 extends r.default{constructor(e){super(e,"v2")}get services(){this._services=this._services||(0,o.ServiceListInstance)(this);return this._services}get transcripts(){this._transcripts=this._transcripts||(0,a.TranscriptListInstance)(this);return this._transcripts}}i["default"]=V2},18885:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["autoTranscribe"]!==undefined)n["AutoTranscribe"]=c.bool(e["autoTranscribe"]);if(e["dataLogging"]!==undefined)n["DataLogging"]=c.bool(e["dataLogging"]);if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["languageCode"]!==undefined)n["LanguageCode"]=e["languageCode"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["autoRedaction"]!==undefined)n["AutoRedaction"]=c.bool(e["autoRedaction"]);if(e["mediaRedaction"]!==undefined)n["MediaRedaction"]=c.bool(e["mediaRedaction"]);if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["webhookHttpMethod"]!==undefined)n["WebhookHttpMethod"]=e["webhookHttpMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.autoRedaction=i.auto_redaction;this.mediaRedaction=i.media_redaction;this.autoTranscribe=i.auto_transcribe;this.dataLogging=i.data_logging;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.languageCode=i.language_code;this.sid=i.sid;this.uniqueName=i.unique_name;this.url=i.url;this.webhookUrl=i.webhook_url;this.webhookHttpMethod=i.webhook_http_method;this.version=a.integer(i.version);this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,autoRedaction:this.autoRedaction,mediaRedaction:this.mediaRedaction,autoTranscribe:this.autoTranscribe,dataLogging:this.dataLogging,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,languageCode:this.languageCode,sid:this.sid,uniqueName:this.uniqueName,url:this.url,webhookUrl:this.webhookUrl,webhookHttpMethod:this.webhookHttpMethod,version:this.version}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["autoTranscribe"]!==undefined)s["AutoTranscribe"]=c.bool(i["autoTranscribe"]);if(i["dataLogging"]!==undefined)s["DataLogging"]=c.bool(i["dataLogging"]);if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["languageCode"]!==undefined)s["LanguageCode"]=i["languageCode"];if(i["autoRedaction"]!==undefined)s["AutoRedaction"]=c.bool(i["autoRedaction"]);if(i["mediaRedaction"]!==undefined)s["MediaRedaction"]=c.bool(i["mediaRedaction"]);if(i["webhookUrl"]!==undefined)s["WebhookUrl"]=i["webhookUrl"];if(i["webhookHttpMethod"]!==undefined)s["WebhookHttpMethod"]=i["webhookHttpMethod"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},17939:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TranscriptPage=i.TranscriptListInstance=i.TranscriptInstance=i.TranscriptContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(4615);const _=n(12525);const g=n(35451);class TranscriptContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Transcripts/${i}`}get media(){this._media=this._media||(0,f.MediaListInstance)(this._version,this._solution.sid);return this._media}get operatorResults(){this._operatorResults=this._operatorResults||(0,_.OperatorResultListInstance)(this._version,this._solution.sid);return this._operatorResults}get sentences(){this._sentences=this._sentences||(0,g.SentenceListInstance)(this._version,this._solution.sid);return this._sentences}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TranscriptInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptContextImpl=TranscriptContextImpl;class TranscriptInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.sid=i.sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.status=i.status;this.channel=i.channel;this.dataLogging=i.data_logging;this.languageCode=i.language_code;this.customerKey=i.customer_key;this.mediaStartTime=a.iso8601DateTime(i.media_start_time);this.duration=a.integer(i.duration);this.url=i.url;this.redaction=i.redaction;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new TranscriptContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}media(){return this._proxy.media}operatorResults(){return this._proxy.operatorResults}sentences(){return this._proxy.sentences}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,status:this.status,channel:this.channel,dataLogging:this.dataLogging,languageCode:this.languageCode,customerKey:this.customerKey,mediaStartTime:this.mediaStartTime,duration:this.duration,url:this.url,redaction:this.redaction,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptInstance=TranscriptInstance;function TranscriptListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new TranscriptContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Transcripts`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["serviceSid"]===null||i["serviceSid"]===undefined){throw new Error("Required parameter \"params['serviceSid']\" missing.")}if(i["channel"]===null||i["channel"]===undefined){throw new Error("Required parameter \"params['channel']\" missing.")}let s={};s["ServiceSid"]=i["serviceSid"];s["Channel"]=c.object(i["channel"]);if(i["customerKey"]!==undefined)s["CustomerKey"]=i["customerKey"];if(i["mediaStartTime"]!==undefined)s["MediaStartTime"]=c.iso8601DateTime(i["mediaStartTime"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TranscriptInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["serviceSid"]!==undefined)s["ServiceSid"]=i["serviceSid"];if(i["beforeStartTime"]!==undefined)s["BeforeStartTime"]=i["beforeStartTime"];if(i["afterStartTime"]!==undefined)s["AfterStartTime"]=i["afterStartTime"];if(i["beforeDateCreated"]!==undefined)s["BeforeDateCreated"]=i["beforeDateCreated"];if(i["afterDateCreated"]!==undefined)s["AfterDateCreated"]=i["afterDateCreated"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["languageCode"]!==undefined)s["LanguageCode"]=i["languageCode"];if(i["sourceSid"]!==undefined)s["SourceSid"]=i["sourceSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TranscriptPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TranscriptPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TranscriptListInstance=TranscriptListInstance;class TranscriptPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TranscriptInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptPage=TranscriptPage},4615:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.MediaListInstance=i.MediaInstance=i.MediaContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class MediaContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Transcripts/${i}/Media`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["redacted"]!==undefined)n["Redacted"]=o.bool(e["redacted"]);const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new MediaInstance(a,e,r._solution.sid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.MediaContextImpl=MediaContextImpl;class MediaInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.mediaUrl=i.media_url;this.serviceSid=i.service_sid;this.sid=i.sid;this.url=i.url;this._solution={sid:n}}get _proxy(){this._context=this._context||new MediaContextImpl(this._version,this._solution.sid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,mediaUrl:this.mediaUrl,serviceSid:this.serviceSid,sid:this.sid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.MediaInstance=MediaInstance;function MediaListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new MediaContextImpl(e,i)};instance._version=e;instance._solution={sid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.MediaListInstance=MediaListInstance},12525:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.OperatorResultPage=i.OperatorResultListInstance=i.OperatorResultInstance=i.OperatorResultContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class OperatorResultContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'transcriptSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'operatorSid' is not valid.")}this._solution={transcriptSid:i,operatorSid:n};this._uri=`/Transcripts/${i}/OperatorResults/${n}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["redacted"]!==undefined)n["Redacted"]=c.bool(e["redacted"]);const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new OperatorResultInstance(o,e,r._solution.transcriptSid,r._solution.operatorSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OperatorResultContextImpl=OperatorResultContextImpl;class OperatorResultInstance{constructor(e,i,n,s){this._version=e;this.operatorType=i.operator_type;this.name=i.name;this.operatorSid=i.operator_sid;this.extractMatch=i.extract_match;this.matchProbability=i.match_probability;this.normalizedResult=i.normalized_result;this.utteranceResults=i.utterance_results;this.utteranceMatch=i.utterance_match;this.predictedLabel=i.predicted_label;this.predictedProbability=i.predicted_probability;this.labelProbabilities=i.label_probabilities;this.extractResults=i.extract_results;this.textGenerationResults=i.text_generation_results;this.transcriptSid=i.transcript_sid;this.url=i.url;this._solution={transcriptSid:n,operatorSid:s||this.operatorSid}}get _proxy(){this._context=this._context||new OperatorResultContextImpl(this._version,this._solution.transcriptSid,this._solution.operatorSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{operatorType:this.operatorType,name:this.name,operatorSid:this.operatorSid,extractMatch:this.extractMatch,matchProbability:this.matchProbability,normalizedResult:this.normalizedResult,utteranceResults:this.utteranceResults,utteranceMatch:this.utteranceMatch,predictedLabel:this.predictedLabel,predictedProbability:this.predictedProbability,labelProbabilities:this.labelProbabilities,extractResults:this.extractResults,textGenerationResults:this.textGenerationResults,transcriptSid:this.transcriptSid,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OperatorResultInstance=OperatorResultInstance;function OperatorResultListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'transcriptSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new OperatorResultContextImpl(e,i,n)};instance._version=e;instance._solution={transcriptSid:i};instance._uri=`/Transcripts/${i}/OperatorResults`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["redacted"]!==undefined)s["Redacted"]=c.bool(i["redacted"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new OperatorResultPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new OperatorResultPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.OperatorResultListInstance=OperatorResultListInstance;class OperatorResultPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new OperatorResultInstance(this._version,e,this._solution.transcriptSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OperatorResultPage=OperatorResultPage},35451:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SentencePage=i.SentenceInstance=i.SentenceListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function SentenceListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'transcriptSid' is not valid.")}const n={};n._version=e;n._solution={transcriptSid:i};n._uri=`/Transcripts/${i}/Sentences`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["redacted"]!==undefined)r["Redacted"]=c.bool(i["redacted"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new SentencePage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new SentencePage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.SentenceListInstance=SentenceListInstance;class SentenceInstance{constructor(e,i,n){this._version=e;this.mediaChannel=a.integer(i.media_channel);this.sentenceIndex=a.integer(i.sentence_index);this.startTime=i.start_time;this.endTime=i.end_time;this.transcript=i.transcript;this.sid=i.sid;this.confidence=i.confidence}toJSON(){return{mediaChannel:this.mediaChannel,sentenceIndex:this.sentenceIndex,startTime:this.startTime,endTime:this.endTime,transcript:this.transcript,sid:this.sid,confidence:this.confidence}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SentenceInstance=SentenceInstance;class SentencePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SentenceInstance(this._version,e,this._solution.transcriptSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SentencePage=SentencePage},76365:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(28705);const a=n(54677);class V1 extends r.default{constructor(e){super(e,"v1")}get credentials(){this._credentials=this._credentials||(0,o.CredentialListInstance)(this);return this._credentials}get services(){this._services=this._services||(0,a.ServiceListInstance)(this);return this._services}}i["default"]=V1},17014:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(74557);const a=n(95950);class V2 extends r.default{constructor(e){super(e,"v2")}get credentials(){this._credentials=this._credentials||(0,o.CredentialListInstance)(this);return this._credentials}get services(){this._services=this._services||(0,a.ServiceListInstance)(this);return this._services}}i["default"]=V2},28705:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},54677:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(91981);const _=n(31693);const g=n(88559);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get channels(){this._channels=this._channels||(0,f.ChannelListInstance)(this._version,this._solution.sid);return this._channels}get roles(){this._roles=this._roles||(0,_.RoleListInstance)(this._version,this._solution.sid);return this._roles}get users(){this._users=this._users||(0,g.UserListInstance)(this._version,this._solution.sid);return this._users}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["defaultServiceRoleSid"]!==undefined)n["DefaultServiceRoleSid"]=e["defaultServiceRoleSid"];if(e["defaultChannelRoleSid"]!==undefined)n["DefaultChannelRoleSid"]=e["defaultChannelRoleSid"];if(e["defaultChannelCreatorRoleSid"]!==undefined)n["DefaultChannelCreatorRoleSid"]=e["defaultChannelCreatorRoleSid"];if(e["readStatusEnabled"]!==undefined)n["ReadStatusEnabled"]=c.bool(e["readStatusEnabled"]);if(e["reachabilityEnabled"]!==undefined)n["ReachabilityEnabled"]=c.bool(e["reachabilityEnabled"]);if(e["typingIndicatorTimeout"]!==undefined)n["TypingIndicatorTimeout"]=e["typingIndicatorTimeout"];if(e["consumptionReportInterval"]!==undefined)n["ConsumptionReportInterval"]=e["consumptionReportInterval"];if(e["notifications.newMessage.enabled"]!==undefined)n["Notifications.NewMessage.Enabled"]=c.bool(e["notifications.newMessage.enabled"]);if(e["notifications.newMessage.template"]!==undefined)n["Notifications.NewMessage.Template"]=e["notifications.newMessage.template"];if(e["notifications.addedToChannel.enabled"]!==undefined)n["Notifications.AddedToChannel.Enabled"]=c.bool(e["notifications.addedToChannel.enabled"]);if(e["notifications.addedToChannel.template"]!==undefined)n["Notifications.AddedToChannel.Template"]=e["notifications.addedToChannel.template"];if(e["notifications.removedFromChannel.enabled"]!==undefined)n["Notifications.RemovedFromChannel.Enabled"]=c.bool(e["notifications.removedFromChannel.enabled"]);if(e["notifications.removedFromChannel.template"]!==undefined)n["Notifications.RemovedFromChannel.Template"]=e["notifications.removedFromChannel.template"];if(e["notifications.invitedToChannel.enabled"]!==undefined)n["Notifications.InvitedToChannel.Enabled"]=c.bool(e["notifications.invitedToChannel.enabled"]);if(e["notifications.invitedToChannel.template"]!==undefined)n["Notifications.InvitedToChannel.Template"]=e["notifications.invitedToChannel.template"];if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];if(e["webhookFilters"]!==undefined)n["WebhookFilters"]=c.map(e["webhookFilters"],(e=>e));if(e["webhooks.onMessageSend.url"]!==undefined)n["Webhooks.OnMessageSend.Url"]=e["webhooks.onMessageSend.url"];if(e["webhooks.onMessageSend.method"]!==undefined)n["Webhooks.OnMessageSend.Method"]=e["webhooks.onMessageSend.method"];if(e["webhooks.onMessageUpdate.url"]!==undefined)n["Webhooks.OnMessageUpdate.Url"]=e["webhooks.onMessageUpdate.url"];if(e["webhooks.onMessageUpdate.method"]!==undefined)n["Webhooks.OnMessageUpdate.Method"]=e["webhooks.onMessageUpdate.method"];if(e["webhooks.onMessageRemove.url"]!==undefined)n["Webhooks.OnMessageRemove.Url"]=e["webhooks.onMessageRemove.url"];if(e["webhooks.onMessageRemove.method"]!==undefined)n["Webhooks.OnMessageRemove.Method"]=e["webhooks.onMessageRemove.method"];if(e["webhooks.onChannelAdd.url"]!==undefined)n["Webhooks.OnChannelAdd.Url"]=e["webhooks.onChannelAdd.url"];if(e["webhooks.onChannelAdd.method"]!==undefined)n["Webhooks.OnChannelAdd.Method"]=e["webhooks.onChannelAdd.method"];if(e["webhooks.onChannelDestroy.url"]!==undefined)n["Webhooks.OnChannelDestroy.Url"]=e["webhooks.onChannelDestroy.url"];if(e["webhooks.onChannelDestroy.method"]!==undefined)n["Webhooks.OnChannelDestroy.Method"]=e["webhooks.onChannelDestroy.method"];if(e["webhooks.onChannelUpdate.url"]!==undefined)n["Webhooks.OnChannelUpdate.Url"]=e["webhooks.onChannelUpdate.url"];if(e["webhooks.onChannelUpdate.method"]!==undefined)n["Webhooks.OnChannelUpdate.Method"]=e["webhooks.onChannelUpdate.method"];if(e["webhooks.onMemberAdd.url"]!==undefined)n["Webhooks.OnMemberAdd.Url"]=e["webhooks.onMemberAdd.url"];if(e["webhooks.onMemberAdd.method"]!==undefined)n["Webhooks.OnMemberAdd.Method"]=e["webhooks.onMemberAdd.method"];if(e["webhooks.onMemberRemove.url"]!==undefined)n["Webhooks.OnMemberRemove.Url"]=e["webhooks.onMemberRemove.url"];if(e["webhooks.onMemberRemove.method"]!==undefined)n["Webhooks.OnMemberRemove.Method"]=e["webhooks.onMemberRemove.method"];if(e["webhooks.onMessageSent.url"]!==undefined)n["Webhooks.OnMessageSent.Url"]=e["webhooks.onMessageSent.url"];if(e["webhooks.onMessageSent.method"]!==undefined)n["Webhooks.OnMessageSent.Method"]=e["webhooks.onMessageSent.method"];if(e["webhooks.onMessageUpdated.url"]!==undefined)n["Webhooks.OnMessageUpdated.Url"]=e["webhooks.onMessageUpdated.url"];if(e["webhooks.onMessageUpdated.method"]!==undefined)n["Webhooks.OnMessageUpdated.Method"]=e["webhooks.onMessageUpdated.method"];if(e["webhooks.onMessageRemoved.url"]!==undefined)n["Webhooks.OnMessageRemoved.Url"]=e["webhooks.onMessageRemoved.url"];if(e["webhooks.onMessageRemoved.method"]!==undefined)n["Webhooks.OnMessageRemoved.Method"]=e["webhooks.onMessageRemoved.method"];if(e["webhooks.onChannelAdded.url"]!==undefined)n["Webhooks.OnChannelAdded.Url"]=e["webhooks.onChannelAdded.url"];if(e["webhooks.onChannelAdded.method"]!==undefined)n["Webhooks.OnChannelAdded.Method"]=e["webhooks.onChannelAdded.method"];if(e["webhooks.onChannelDestroyed.url"]!==undefined)n["Webhooks.OnChannelDestroyed.Url"]=e["webhooks.onChannelDestroyed.url"];if(e["webhooks.onChannelDestroyed.method"]!==undefined)n["Webhooks.OnChannelDestroyed.Method"]=e["webhooks.onChannelDestroyed.method"];if(e["webhooks.onChannelUpdated.url"]!==undefined)n["Webhooks.OnChannelUpdated.Url"]=e["webhooks.onChannelUpdated.url"];if(e["webhooks.onChannelUpdated.method"]!==undefined)n["Webhooks.OnChannelUpdated.Method"]=e["webhooks.onChannelUpdated.method"];if(e["webhooks.onMemberAdded.url"]!==undefined)n["Webhooks.OnMemberAdded.Url"]=e["webhooks.onMemberAdded.url"];if(e["webhooks.onMemberAdded.method"]!==undefined)n["Webhooks.OnMemberAdded.Method"]=e["webhooks.onMemberAdded.method"];if(e["webhooks.onMemberRemoved.url"]!==undefined)n["Webhooks.OnMemberRemoved.Url"]=e["webhooks.onMemberRemoved.url"];if(e["webhooks.onMemberRemoved.method"]!==undefined)n["Webhooks.OnMemberRemoved.Method"]=e["webhooks.onMemberRemoved.method"];if(e["limits.channelMembers"]!==undefined)n["Limits.ChannelMembers"]=e["limits.channelMembers"];if(e["limits.userChannels"]!==undefined)n["Limits.UserChannels"]=e["limits.userChannels"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.defaultServiceRoleSid=i.default_service_role_sid;this.defaultChannelRoleSid=i.default_channel_role_sid;this.defaultChannelCreatorRoleSid=i.default_channel_creator_role_sid;this.readStatusEnabled=i.read_status_enabled;this.reachabilityEnabled=i.reachability_enabled;this.typingIndicatorTimeout=a.integer(i.typing_indicator_timeout);this.consumptionReportInterval=a.integer(i.consumption_report_interval);this.limits=i.limits;this.webhooks=i.webhooks;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.webhookMethod=i.webhook_method;this.webhookFilters=i.webhook_filters;this.notifications=i.notifications;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}channels(){return this._proxy.channels}roles(){return this._proxy.roles}users(){return this._proxy.users}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,defaultServiceRoleSid:this.defaultServiceRoleSid,defaultChannelRoleSid:this.defaultChannelRoleSid,defaultChannelCreatorRoleSid:this.defaultChannelCreatorRoleSid,readStatusEnabled:this.readStatusEnabled,reachabilityEnabled:this.reachabilityEnabled,typingIndicatorTimeout:this.typingIndicatorTimeout,consumptionReportInterval:this.consumptionReportInterval,limits:this.limits,webhooks:this.webhooks,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,webhookMethod:this.webhookMethod,webhookFilters:this.webhookFilters,notifications:this.notifications,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},91981:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelPage=i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(88085);const _=n(91007);const g=n(57885);class ChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Channels/${n}`}get invites(){this._invites=this._invites||(0,f.InviteListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._invites}get members(){this._members=this._members||(0,_.MemberListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._members}get messages(){this._messages=this._messages||(0,g.MessageListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._messages}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChannelInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.type=i.type;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.membersCount=a.integer(i.members_count);this.messagesCount=a.integer(i.messages_count);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}invites(){return this._proxy.invites}members(){return this._proxy.members}messages(){return this._proxy.messages}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,type:this.type,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,membersCount:this.membersCount,messagesCount:this.messagesCount,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ChannelContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Channels`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["type"]!==undefined)s["Type"]=i["type"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChannelInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["type"]!==undefined)s["Type"]=c.map(i["type"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance;class ChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelPage=ChannelPage},88085:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InvitePage=i.InviteListInstance=i.InviteInstance=i.InviteContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InviteContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Invites/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InviteInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteContextImpl=InviteContextImpl;class InviteInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.createdBy=i.created_by;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InviteContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,createdBy:this.createdBy,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteInstance=InviteInstance;function InviteListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InviteContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Invites`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InviteInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InvitePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InvitePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InviteListInstance=InviteListInstance;class InvitePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InviteInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InvitePage=InvitePage},91007:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MemberPage=i.MemberListInstance=i.MemberInstance=i.MemberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MemberContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Members/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MemberInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MemberInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberContextImpl=MemberContextImpl;class MemberInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.lastConsumptionTimestamp=a.iso8601DateTime(i.last_consumption_timestamp);this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MemberContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,lastConsumedMessageIndex:this.lastConsumedMessageIndex,lastConsumptionTimestamp:this.lastConsumptionTimestamp,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberInstance=MemberInstance;function MemberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MemberContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Members`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MemberInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MemberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MemberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MemberListInstance=MemberListInstance;class MemberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MemberInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberPage=MemberPage},57885:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessageContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Messages/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["body"]!==undefined)n["Body"]=e["body"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.attributes=i.attributes;this.serviceSid=i.service_sid;this.to=i.to;this.channelSid=i.channel_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.wasEdited=i.was_edited;this.from=i.from;this.body=i.body;this.index=a.integer(i.index);this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,attributes:this.attributes,serviceSid:this.serviceSid,to:this.to,channelSid:this.channelSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,wasEdited:this.wasEdited,from:this.from,body:this.body,index:this.index,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MessageContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Messages`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["body"]===null||i["body"]===undefined){throw new Error("Required parameter \"params['body']\" missing.")}let s={};s["Body"]=i["body"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},31693:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Roles/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoleContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},88559:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(24284);class UserContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Users/${n}`}get userChannels(){this._userChannels=this._userChannels||(0,f.UserChannelListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userChannels}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.attributes=i.attributes;this.friendlyName=i.friendly_name;this.roleSid=i.role_sid;this.identity=i.identity;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.joinedChannelsCount=a.integer(i.joined_channels_count);this.links=i.links;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userChannels(){return this._proxy.userChannels}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,attributes:this.attributes,friendlyName:this.friendlyName,roleSid:this.roleSid,identity:this.identity,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,joinedChannelsCount:this.joinedChannelsCount,links:this.links,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},24284:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserChannelPage=i.UserChannelInstance=i.UserChannelListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function UserChannelListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const s={};s._version=e;s._solution={serviceSid:i,userSid:n};s._uri=`/Services/${i}/Users/${n}/Channels`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:s._uri,method:"get",params:r,headers:o});c=c.then((e=>new UserChannelPage(a,e,s._solution)));c=s._version.setPromiseCallback(c,n);return c};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new UserChannelPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.UserChannelListInstance=UserChannelListInstance;class UserChannelInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.memberSid=i.member_sid;this.status=i.status;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.unreadMessagesCount=a.integer(i.unread_messages_count);this.links=i.links}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,memberSid:this.memberSid,status:this.status,lastConsumedMessageIndex:this.lastConsumedMessageIndex,unreadMessagesCount:this.unreadMessagesCount,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelInstance=UserChannelInstance;class UserChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserChannelInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelPage=UserChannelPage},74557:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},95950:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(80750);const _=n(80866);const g=n(30422);const v=n(89977);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get bindings(){this._bindings=this._bindings||(0,f.BindingListInstance)(this._version,this._solution.sid);return this._bindings}get channels(){this._channels=this._channels||(0,_.ChannelListInstance)(this._version,this._solution.sid);return this._channels}get roles(){this._roles=this._roles||(0,g.RoleListInstance)(this._version,this._solution.sid);return this._roles}get users(){this._users=this._users||(0,v.UserListInstance)(this._version,this._solution.sid);return this._users}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["defaultServiceRoleSid"]!==undefined)n["DefaultServiceRoleSid"]=e["defaultServiceRoleSid"];if(e["defaultChannelRoleSid"]!==undefined)n["DefaultChannelRoleSid"]=e["defaultChannelRoleSid"];if(e["defaultChannelCreatorRoleSid"]!==undefined)n["DefaultChannelCreatorRoleSid"]=e["defaultChannelCreatorRoleSid"];if(e["readStatusEnabled"]!==undefined)n["ReadStatusEnabled"]=c.bool(e["readStatusEnabled"]);if(e["reachabilityEnabled"]!==undefined)n["ReachabilityEnabled"]=c.bool(e["reachabilityEnabled"]);if(e["typingIndicatorTimeout"]!==undefined)n["TypingIndicatorTimeout"]=e["typingIndicatorTimeout"];if(e["consumptionReportInterval"]!==undefined)n["ConsumptionReportInterval"]=e["consumptionReportInterval"];if(e["notifications.newMessage.enabled"]!==undefined)n["Notifications.NewMessage.Enabled"]=c.bool(e["notifications.newMessage.enabled"]);if(e["notifications.newMessage.template"]!==undefined)n["Notifications.NewMessage.Template"]=e["notifications.newMessage.template"];if(e["notifications.newMessage.sound"]!==undefined)n["Notifications.NewMessage.Sound"]=e["notifications.newMessage.sound"];if(e["notifications.newMessage.badgeCountEnabled"]!==undefined)n["Notifications.NewMessage.BadgeCountEnabled"]=c.bool(e["notifications.newMessage.badgeCountEnabled"]);if(e["notifications.addedToChannel.enabled"]!==undefined)n["Notifications.AddedToChannel.Enabled"]=c.bool(e["notifications.addedToChannel.enabled"]);if(e["notifications.addedToChannel.template"]!==undefined)n["Notifications.AddedToChannel.Template"]=e["notifications.addedToChannel.template"];if(e["notifications.addedToChannel.sound"]!==undefined)n["Notifications.AddedToChannel.Sound"]=e["notifications.addedToChannel.sound"];if(e["notifications.removedFromChannel.enabled"]!==undefined)n["Notifications.RemovedFromChannel.Enabled"]=c.bool(e["notifications.removedFromChannel.enabled"]);if(e["notifications.removedFromChannel.template"]!==undefined)n["Notifications.RemovedFromChannel.Template"]=e["notifications.removedFromChannel.template"];if(e["notifications.removedFromChannel.sound"]!==undefined)n["Notifications.RemovedFromChannel.Sound"]=e["notifications.removedFromChannel.sound"];if(e["notifications.invitedToChannel.enabled"]!==undefined)n["Notifications.InvitedToChannel.Enabled"]=c.bool(e["notifications.invitedToChannel.enabled"]);if(e["notifications.invitedToChannel.template"]!==undefined)n["Notifications.InvitedToChannel.Template"]=e["notifications.invitedToChannel.template"];if(e["notifications.invitedToChannel.sound"]!==undefined)n["Notifications.InvitedToChannel.Sound"]=e["notifications.invitedToChannel.sound"];if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];if(e["webhookFilters"]!==undefined)n["WebhookFilters"]=c.map(e["webhookFilters"],(e=>e));if(e["limits.channelMembers"]!==undefined)n["Limits.ChannelMembers"]=e["limits.channelMembers"];if(e["limits.userChannels"]!==undefined)n["Limits.UserChannels"]=e["limits.userChannels"];if(e["media.compatibilityMessage"]!==undefined)n["Media.CompatibilityMessage"]=e["media.compatibilityMessage"];if(e["preWebhookRetryCount"]!==undefined)n["PreWebhookRetryCount"]=e["preWebhookRetryCount"];if(e["postWebhookRetryCount"]!==undefined)n["PostWebhookRetryCount"]=e["postWebhookRetryCount"];if(e["notifications.logEnabled"]!==undefined)n["Notifications.LogEnabled"]=c.bool(e["notifications.logEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.defaultServiceRoleSid=i.default_service_role_sid;this.defaultChannelRoleSid=i.default_channel_role_sid;this.defaultChannelCreatorRoleSid=i.default_channel_creator_role_sid;this.readStatusEnabled=i.read_status_enabled;this.reachabilityEnabled=i.reachability_enabled;this.typingIndicatorTimeout=a.integer(i.typing_indicator_timeout);this.consumptionReportInterval=a.integer(i.consumption_report_interval);this.limits=i.limits;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.webhookMethod=i.webhook_method;this.webhookFilters=i.webhook_filters;this.preWebhookRetryCount=a.integer(i.pre_webhook_retry_count);this.postWebhookRetryCount=a.integer(i.post_webhook_retry_count);this.notifications=i.notifications;this.media=i.media;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}bindings(){return this._proxy.bindings}channels(){return this._proxy.channels}roles(){return this._proxy.roles}users(){return this._proxy.users}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,defaultServiceRoleSid:this.defaultServiceRoleSid,defaultChannelRoleSid:this.defaultChannelRoleSid,defaultChannelCreatorRoleSid:this.defaultChannelCreatorRoleSid,readStatusEnabled:this.readStatusEnabled,reachabilityEnabled:this.reachabilityEnabled,typingIndicatorTimeout:this.typingIndicatorTimeout,consumptionReportInterval:this.consumptionReportInterval,limits:this.limits,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,webhookMethod:this.webhookMethod,webhookFilters:this.webhookFilters,preWebhookRetryCount:this.preWebhookRetryCount,postWebhookRetryCount:this.postWebhookRetryCount,notifications:this.notifications,media:this.media,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},80750:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BindingPage=i.BindingListInstance=i.BindingInstance=i.BindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BindingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Bindings/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BindingInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingContextImpl=BindingContextImpl;class BindingInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.endpoint=i.endpoint;this.identity=i.identity;this.credentialSid=i.credential_sid;this.bindingType=i.binding_type;this.messageTypes=i.message_types;this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new BindingContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endpoint:this.endpoint,identity:this.identity,credentialSid:this.credentialSid,bindingType:this.bindingType,messageTypes:this.messageTypes,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingInstance=BindingInstance;function BindingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BindingContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Bindings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["bindingType"]!==undefined)s["BindingType"]=c.map(i["bindingType"],(e=>e));if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BindingListInstance=BindingListInstance;class BindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BindingInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingPage=BindingPage},80866:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelPage=i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(16469);const _=n(94912);const g=n(34682);const v=n(77698);class ChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Channels/${n}`}get invites(){this._invites=this._invites||(0,f.InviteListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._invites}get members(){this._members=this._members||(0,_.MemberListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._members}get messages(){this._messages=this._messages||(0,g.MessageListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._messages}get webhooks(){this._webhooks=this._webhooks||(0,v.WebhookListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._webhooks}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["createdBy"]!==undefined)n["CreatedBy"]=e["createdBy"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChannelInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.type=i.type;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.membersCount=a.integer(i.members_count);this.messagesCount=a.integer(i.messages_count);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}invites(){return this._proxy.invites}members(){return this._proxy.members}messages(){return this._proxy.messages}webhooks(){return this._proxy.webhooks}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,type:this.type,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,membersCount:this.membersCount,messagesCount:this.messagesCount,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ChannelContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Channels`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["type"]!==undefined)s["Type"]=i["type"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["createdBy"]!==undefined)s["CreatedBy"]=i["createdBy"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChannelInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["type"]!==undefined)s["Type"]=c.map(i["type"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance;class ChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelPage=ChannelPage},16469:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InvitePage=i.InviteListInstance=i.InviteInstance=i.InviteContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InviteContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Invites/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InviteInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteContextImpl=InviteContextImpl;class InviteInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.createdBy=i.created_by;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InviteContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,createdBy:this.createdBy,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteInstance=InviteInstance;function InviteListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InviteContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Invites`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InviteInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InvitePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InvitePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InviteListInstance=InviteListInstance;class InvitePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InviteInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InvitePage=InvitePage},94912:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MemberPage=i.MemberListInstance=i.MemberInstance=i.MemberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MemberContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Members/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MemberInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];if(e["lastConsumptionTimestamp"]!==undefined)n["LastConsumptionTimestamp"]=c.iso8601DateTime(e["lastConsumptionTimestamp"]);if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MemberInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberContextImpl=MemberContextImpl;class MemberInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.lastConsumptionTimestamp=a.iso8601DateTime(i.last_consumption_timestamp);this.url=i.url;this.attributes=i.attributes;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MemberContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,lastConsumedMessageIndex:this.lastConsumedMessageIndex,lastConsumptionTimestamp:this.lastConsumptionTimestamp,url:this.url,attributes:this.attributes}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberInstance=MemberInstance;function MemberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MemberContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Members`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["lastConsumedMessageIndex"]!==undefined)s["LastConsumedMessageIndex"]=i["lastConsumedMessageIndex"];if(i["lastConsumptionTimestamp"]!==undefined)s["LastConsumptionTimestamp"]=c.iso8601DateTime(i["lastConsumptionTimestamp"]);if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MemberInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MemberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MemberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MemberListInstance=MemberListInstance;class MemberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MemberInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberPage=MemberPage},34682:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessageContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Messages/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["body"]!==undefined)n["Body"]=e["body"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["lastUpdatedBy"]!==undefined)n["LastUpdatedBy"]=e["lastUpdatedBy"];if(e["from"]!==undefined)n["From"]=e["from"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.attributes=i.attributes;this.serviceSid=i.service_sid;this.to=i.to;this.channelSid=i.channel_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.lastUpdatedBy=i.last_updated_by;this.wasEdited=i.was_edited;this.from=i.from;this.body=i.body;this.index=a.integer(i.index);this.type=i.type;this.media=i.media;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,attributes:this.attributes,serviceSid:this.serviceSid,to:this.to,channelSid:this.channelSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,lastUpdatedBy:this.lastUpdatedBy,wasEdited:this.wasEdited,from:this.from,body:this.body,index:this.index,type:this.type,media:this.media,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MessageContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Messages`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["from"]!==undefined)s["From"]=i["from"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["lastUpdatedBy"]!==undefined)s["LastUpdatedBy"]=i["lastUpdatedBy"];if(i["body"]!==undefined)s["Body"]=i["body"];if(i["mediaSid"]!==undefined)s["MediaSid"]=i["mediaSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},77698:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Webhooks/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["configuration.url"]!==undefined)n["Configuration.Url"]=e["configuration.url"];if(e["configuration.method"]!==undefined)n["Configuration.Method"]=e["configuration.method"];if(e["configuration.filters"]!==undefined)n["Configuration.Filters"]=c.map(e["configuration.filters"],(e=>e));if(e["configuration.triggers"]!==undefined)n["Configuration.Triggers"]=c.map(e["configuration.triggers"],(e=>e));if(e["configuration.flowSid"]!==undefined)n["Configuration.FlowSid"]=e["configuration.flowSid"];if(e["configuration.retryCount"]!==undefined)n["Configuration.RetryCount"]=e["configuration.retryCount"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.type=i.type;this.url=i.url;this.configuration=i.configuration;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,type:this.type,url:this.url,configuration:this.configuration,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new WebhookContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["configuration.url"]!==undefined)s["Configuration.Url"]=i["configuration.url"];if(i["configuration.method"]!==undefined)s["Configuration.Method"]=i["configuration.method"];if(i["configuration.filters"]!==undefined)s["Configuration.Filters"]=c.map(i["configuration.filters"],(e=>e));if(i["configuration.triggers"]!==undefined)s["Configuration.Triggers"]=c.map(i["configuration.triggers"],(e=>e));if(i["configuration.flowSid"]!==undefined)s["Configuration.FlowSid"]=i["configuration.flowSid"];if(i["configuration.retryCount"]!==undefined)s["Configuration.RetryCount"]=i["configuration.retryCount"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},30422:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Roles/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoleContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},89977:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(38782);const _=n(15790);class UserContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Users/${n}`}get userBindings(){this._userBindings=this._userBindings||(0,f.UserBindingListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userBindings}get userChannels(){this._userChannels=this._userChannels||(0,_.UserChannelListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userChannels}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.attributes=i.attributes;this.friendlyName=i.friendly_name;this.roleSid=i.role_sid;this.identity=i.identity;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.joinedChannelsCount=a.integer(i.joined_channels_count);this.links=i.links;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userBindings(){return this._proxy.userBindings}userChannels(){return this._proxy.userChannels}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,attributes:this.attributes,friendlyName:this.friendlyName,roleSid:this.roleSid,identity:this.identity,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,joinedChannelsCount:this.joinedChannelsCount,links:this.links,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},38782:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserBindingPage=i.UserBindingListInstance=i.UserBindingInstance=i.UserBindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserBindingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,userSid:n,sid:s};this._uri=`/Services/${i}/Users/${n}/Bindings/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserBindingInstance(n,e,i._solution.serviceSid,i._solution.userSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingContextImpl=UserBindingContextImpl;class UserBindingInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.endpoint=i.endpoint;this.identity=i.identity;this.userSid=i.user_sid;this.credentialSid=i.credential_sid;this.bindingType=i.binding_type;this.messageTypes=i.message_types;this.url=i.url;this._solution={serviceSid:n,userSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new UserBindingContextImpl(this._version,this._solution.serviceSid,this._solution.userSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endpoint:this.endpoint,identity:this.identity,userSid:this.userSid,credentialSid:this.credentialSid,bindingType:this.bindingType,messageTypes:this.messageTypes,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingInstance=UserBindingInstance;function UserBindingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserBindingContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,userSid:n};instance._uri=`/Services/${i}/Users/${n}/Bindings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["bindingType"]!==undefined)s["BindingType"]=c.map(i["bindingType"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserBindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserBindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserBindingListInstance=UserBindingListInstance;class UserBindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserBindingInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingPage=UserBindingPage},15790:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserChannelPage=i.UserChannelListInstance=i.UserChannelInstance=i.UserChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserChannelContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'channelSid' is not valid.")}this._solution={serviceSid:i,userSid:n,channelSid:s};this._uri=`/Services/${i}/Users/${n}/Channels/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserChannelInstance(n,e,i._solution.serviceSid,i._solution.userSid,i._solution.channelSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["notificationLevel"]!==undefined)n["NotificationLevel"]=e["notificationLevel"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];if(e["lastConsumptionTimestamp"]!==undefined)n["LastConsumptionTimestamp"]=c.iso8601DateTime(e["lastConsumptionTimestamp"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserChannelInstance(o,e,r._solution.serviceSid,r._solution.userSid,r._solution.channelSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelContextImpl=UserChannelContextImpl;class UserChannelInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.userSid=i.user_sid;this.memberSid=i.member_sid;this.status=i.status;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.unreadMessagesCount=a.integer(i.unread_messages_count);this.links=i.links;this.url=i.url;this.notificationLevel=i.notification_level;this._solution={serviceSid:n,userSid:s,channelSid:r||this.channelSid}}get _proxy(){this._context=this._context||new UserChannelContextImpl(this._version,this._solution.serviceSid,this._solution.userSid,this._solution.channelSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,userSid:this.userSid,memberSid:this.memberSid,status:this.status,lastConsumedMessageIndex:this.lastConsumedMessageIndex,unreadMessagesCount:this.unreadMessagesCount,links:this.links,url:this.url,notificationLevel:this.notificationLevel}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelInstance=UserChannelInstance;function UserChannelListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserChannelContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,userSid:n};instance._uri=`/Services/${i}/Users/${n}/Channels`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserChannelListInstance=UserChannelListInstance;class UserChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserChannelInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelPage=UserChannelPage},23896:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(64991);class V1 extends r.default{constructor(e){super(e,"v1")}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,o.PhoneNumberListInstance)(this);return this._phoneNumbers}}i["default"]=V1},73693:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(60513);class V2 extends r.default{constructor(e){super(e,"v2")}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,o.PhoneNumberListInstance)(this);return this._phoneNumbers}}i["default"]=V2},64991:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PhoneNumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'phoneNumber' is not valid.")}this._solution={phoneNumber:i};this._uri=`/PhoneNumbers/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["countryCode"]!==undefined)n["CountryCode"]=e["countryCode"];if(e["type"]!==undefined)n["Type"]=o.map(e["type"],(e=>e));if(e["addOns"]!==undefined)n["AddOns"]=o.map(e["addOns"],(e=>e));if(e["addOnsData"]!==undefined)n={...n,...o.prefixedCollapsibleMap(e["addOnsData"],"AddOns")};const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new PhoneNumberInstance(a,e,r._solution.phoneNumber)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n){this._version=e;this.callerName=i.caller_name;this.countryCode=i.country_code;this.phoneNumber=i.phone_number;this.nationalFormat=i.national_format;this.carrier=i.carrier;this.addOns=i.add_ons;this.url=i.url;this._solution={phoneNumber:n||this.phoneNumber}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.phoneNumber);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{callerName:this.callerName,countryCode:this.countryCode,phoneNumber:this.phoneNumber,nationalFormat:this.nationalFormat,carrier:this.carrier,addOns:this.addOns,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PhoneNumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance},60513:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PhoneNumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'phoneNumber' is not valid.")}this._solution={phoneNumber:i};this._uri=`/PhoneNumbers/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["fields"]!==undefined)n["Fields"]=e["fields"];if(e["countryCode"]!==undefined)n["CountryCode"]=e["countryCode"];if(e["firstName"]!==undefined)n["FirstName"]=e["firstName"];if(e["lastName"]!==undefined)n["LastName"]=e["lastName"];if(e["addressLine1"]!==undefined)n["AddressLine1"]=e["addressLine1"];if(e["addressLine2"]!==undefined)n["AddressLine2"]=e["addressLine2"];if(e["city"]!==undefined)n["City"]=e["city"];if(e["state"]!==undefined)n["State"]=e["state"];if(e["postalCode"]!==undefined)n["PostalCode"]=e["postalCode"];if(e["addressCountryCode"]!==undefined)n["AddressCountryCode"]=e["addressCountryCode"];if(e["nationalId"]!==undefined)n["NationalId"]=e["nationalId"];if(e["dateOfBirth"]!==undefined)n["DateOfBirth"]=e["dateOfBirth"];if(e["lastVerifiedDate"]!==undefined)n["LastVerifiedDate"]=e["lastVerifiedDate"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new PhoneNumberInstance(o,e,r._solution.phoneNumber)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n){this._version=e;this.callingCountryCode=i.calling_country_code;this.countryCode=i.country_code;this.phoneNumber=i.phone_number;this.nationalFormat=i.national_format;this.valid=i.valid;this.validationErrors=i.validation_errors;this.callerName=i.caller_name;this.simSwap=i.sim_swap;this.callForwarding=i.call_forwarding;this.liveActivity=i.live_activity;this.lineTypeIntelligence=i.line_type_intelligence;this.identityMatch=i.identity_match;this.reassignedNumber=i.reassigned_number;this.smsPumpingRisk=i.sms_pumping_risk;this.phoneNumberQualityScore=i.phone_number_quality_score;this.url=i.url;this._solution={phoneNumber:n||this.phoneNumber}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.phoneNumber);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{callingCountryCode:this.callingCountryCode,countryCode:this.countryCode,phoneNumber:this.phoneNumber,nationalFormat:this.nationalFormat,valid:this.valid,validationErrors:this.validationErrors,callerName:this.callerName,simSwap:this.simSwap,callForwarding:this.callForwarding,liveActivity:this.liveActivity,lineTypeIntelligence:this.lineTypeIntelligence,identityMatch:this.identityMatch,reassignedNumber:this.reassignedNumber,smsPumpingRisk:this.smsPumpingRisk,phoneNumberQualityScore:this.phoneNumberQualityScore,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PhoneNumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance},23690:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(62697);const a=n(24643);const c=n(57235);class V1 extends r.default{constructor(e){super(e,"v1")}get mediaProcessor(){this._mediaProcessor=this._mediaProcessor||(0,o.MediaProcessorListInstance)(this);return this._mediaProcessor}get mediaRecording(){this._mediaRecording=this._mediaRecording||(0,a.MediaRecordingListInstance)(this);return this._mediaRecording}get playerStreamer(){this._playerStreamer=this._playerStreamer||(0,c.PlayerStreamerListInstance)(this);return this._playerStreamer}}i["default"]=V1},62697:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MediaProcessorPage=i.MediaProcessorListInstance=i.MediaProcessorInstance=i.MediaProcessorContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MediaProcessorContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/MediaProcessors/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MediaProcessorInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MediaProcessorInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaProcessorContextImpl=MediaProcessorContextImpl;class MediaProcessorInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.extension=i.extension;this.extensionContext=i.extension_context;this.status=i.status;this.url=i.url;this.endedReason=i.ended_reason;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.maxDuration=a.integer(i.max_duration);this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new MediaProcessorContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,extension:this.extension,extensionContext:this.extensionContext,status:this.status,url:this.url,endedReason:this.endedReason,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,maxDuration:this.maxDuration}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaProcessorInstance=MediaProcessorInstance;function MediaProcessorListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new MediaProcessorContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/MediaProcessors`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["extension"]===null||i["extension"]===undefined){throw new Error("Required parameter \"params['extension']\" missing.")}if(i["extensionContext"]===null||i["extensionContext"]===undefined){throw new Error("Required parameter \"params['extensionContext']\" missing.")}let s={};s["Extension"]=i["extension"];s["ExtensionContext"]=i["extensionContext"];if(i["extensionEnvironment"]!==undefined)s["ExtensionEnvironment"]=c.object(i["extensionEnvironment"]);if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["maxDuration"]!==undefined)s["MaxDuration"]=i["maxDuration"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MediaProcessorInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MediaProcessorPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MediaProcessorPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MediaProcessorListInstance=MediaProcessorListInstance;class MediaProcessorPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MediaProcessorInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaProcessorPage=MediaProcessorPage},24643:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MediaRecordingPage=i.MediaRecordingListInstance=i.MediaRecordingInstance=i.MediaRecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MediaRecordingContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/MediaRecordings/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MediaRecordingInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaRecordingContextImpl=MediaRecordingContextImpl;class MediaRecordingInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.duration=a.integer(i.duration);this.format=i.format;this.links=i.links;this.processorSid=i.processor_sid;this.resolution=i.resolution;this.sourceSid=i.source_sid;this.sid=i.sid;this.mediaSize=i.media_size;this.status=i.status;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new MediaRecordingContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,duration:this.duration,format:this.format,links:this.links,processorSid:this.processorSid,resolution:this.resolution,sourceSid:this.sourceSid,sid:this.sid,mediaSize:this.mediaSize,status:this.status,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaRecordingInstance=MediaRecordingInstance;function MediaRecordingListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new MediaRecordingContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/MediaRecordings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["processorSid"]!==undefined)s["ProcessorSid"]=i["processorSid"];if(i["sourceSid"]!==undefined)s["SourceSid"]=i["sourceSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MediaRecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MediaRecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MediaRecordingListInstance=MediaRecordingListInstance;class MediaRecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MediaRecordingInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaRecordingPage=MediaRecordingPage},57235:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PlayerStreamerPage=i.PlayerStreamerListInstance=i.PlayerStreamerInstance=i.PlayerStreamerContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(99991);class PlayerStreamerContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/PlayerStreamers/${i}`}get playbackGrant(){this._playbackGrant=this._playbackGrant||(0,f.PlaybackGrantListInstance)(this._version,this._solution.sid);return this._playbackGrant}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PlayerStreamerInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PlayerStreamerInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PlayerStreamerContextImpl=PlayerStreamerContextImpl;class PlayerStreamerInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.video=i.video;this.links=i.links;this.sid=i.sid;this.status=i.status;this.url=i.url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.endedReason=i.ended_reason;this.maxDuration=a.integer(i.max_duration);this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new PlayerStreamerContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}playbackGrant(){return this._proxy.playbackGrant}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,video:this.video,links:this.links,sid:this.sid,status:this.status,url:this.url,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,endedReason:this.endedReason,maxDuration:this.maxDuration}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PlayerStreamerInstance=PlayerStreamerInstance;function PlayerStreamerListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PlayerStreamerContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/PlayerStreamers`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["video"]!==undefined)s["Video"]=c.bool(i["video"]);if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["maxDuration"]!==undefined)s["MaxDuration"]=i["maxDuration"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new PlayerStreamerInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PlayerStreamerPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PlayerStreamerPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PlayerStreamerListInstance=PlayerStreamerListInstance;class PlayerStreamerPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PlayerStreamerInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PlayerStreamerPage=PlayerStreamerPage},99991:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PlaybackGrantListInstance=i.PlaybackGrantInstance=i.PlaybackGrantContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PlaybackGrantContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/PlayerStreamers/${i}/PlaybackGrant`}create(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["accessControlAllowOrigin"]!==undefined)n["AccessControlAllowOrigin"]=e["accessControlAllowOrigin"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.create({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PlaybackGrantInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PlaybackGrantInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PlaybackGrantContextImpl=PlaybackGrantContextImpl;class PlaybackGrantInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.url=i.url;this.accountSid=i.account_sid;this.dateCreated=r.iso8601DateTime(i.date_created);this.grant=i.grant;this._solution={sid:n}}get _proxy(){this._context=this._context||new PlaybackGrantContextImpl(this._version,this._solution.sid);return this._context}create(e,i){return this._proxy.create(e,i)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,url:this.url,accountSid:this.accountSid,dateCreated:this.dateCreated,grant:this.grant}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PlaybackGrantInstance=PlaybackGrantInstance;function PlaybackGrantListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new PlaybackGrantContextImpl(e,i)};instance._version=e;instance._solution={sid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PlaybackGrantListInstance=PlaybackGrantListInstance},98776:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(55485);const a=n(72112);const c=n(18797);const u=n(72643);const f=n(13257);const _=n(10865);const g=n(11823);const v=n(76682);const S=n(10046);const b=n(35713);const P=n(69554);class V1 extends r.default{constructor(e){super(e,"v1")}get brandRegistrations(){this._brandRegistrations=this._brandRegistrations||(0,o.BrandRegistrationListInstance)(this);return this._brandRegistrations}get deactivations(){this._deactivations=this._deactivations||(0,a.DeactivationsListInstance)(this);return this._deactivations}get domainCerts(){this._domainCerts=this._domainCerts||(0,c.DomainCertsListInstance)(this);return this._domainCerts}get domainConfig(){this._domainConfig=this._domainConfig||(0,u.DomainConfigListInstance)(this);return this._domainConfig}get domainConfigMessagingService(){this._domainConfigMessagingService=this._domainConfigMessagingService||(0,f.DomainConfigMessagingServiceListInstance)(this);return this._domainConfigMessagingService}get externalCampaign(){this._externalCampaign=this._externalCampaign||(0,_.ExternalCampaignListInstance)(this);return this._externalCampaign}get linkshorteningMessagingService(){this._linkshorteningMessagingService=this._linkshorteningMessagingService||(0,g.LinkshorteningMessagingServiceListInstance)(this);return this._linkshorteningMessagingService}get linkshorteningMessagingServiceDomainAssociation(){this._linkshorteningMessagingServiceDomainAssociation=this._linkshorteningMessagingServiceDomainAssociation||(0,v.LinkshorteningMessagingServiceDomainAssociationListInstance)(this);return this._linkshorteningMessagingServiceDomainAssociation}get services(){this._services=this._services||(0,S.ServiceListInstance)(this);return this._services}get tollfreeVerifications(){this._tollfreeVerifications=this._tollfreeVerifications||(0,b.TollfreeVerificationListInstance)(this);return this._tollfreeVerifications}get usecases(){this._usecases=this._usecases||(0,P.UsecaseListInstance)(this);return this._usecases}}i["default"]=V1},55485:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BrandRegistrationPage=i.BrandRegistrationListInstance=i.BrandRegistrationInstance=i.BrandRegistrationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(77824);const _=n(29464);class BrandRegistrationContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/a2p/BrandRegistrations/${i}`}get brandRegistrationOtps(){this._brandRegistrationOtps=this._brandRegistrationOtps||(0,f.BrandRegistrationOtpListInstance)(this._version,this._solution.sid);return this._brandRegistrationOtps}get brandVettings(){this._brandVettings=this._brandVettings||(0,_.BrandVettingListInstance)(this._version,this._solution.sid);return this._brandVettings}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BrandRegistrationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e){const i=this;let n=i._version,s=n.update({uri:i._uri,method:"post"});s=s.then((e=>new BrandRegistrationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandRegistrationContextImpl=BrandRegistrationContextImpl;class BrandRegistrationInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.customerProfileBundleSid=i.customer_profile_bundle_sid;this.a2pProfileBundleSid=i.a2p_profile_bundle_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.brandType=i.brand_type;this.status=i.status;this.tcrId=i.tcr_id;this.failureReason=i.failure_reason;this.url=i.url;this.brandScore=a.integer(i.brand_score);this.brandFeedback=i.brand_feedback;this.identityStatus=i.identity_status;this.russell3000=i.russell_3000;this.governmentEntity=i.government_entity;this.taxExemptStatus=i.tax_exempt_status;this.skipAutomaticSecVet=i.skip_automatic_sec_vet;this.mock=i.mock;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new BrandRegistrationContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e){return this._proxy.update(e)}brandRegistrationOtps(){return this._proxy.brandRegistrationOtps}brandVettings(){return this._proxy.brandVettings}toJSON(){return{sid:this.sid,accountSid:this.accountSid,customerProfileBundleSid:this.customerProfileBundleSid,a2pProfileBundleSid:this.a2pProfileBundleSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,brandType:this.brandType,status:this.status,tcrId:this.tcrId,failureReason:this.failureReason,url:this.url,brandScore:this.brandScore,brandFeedback:this.brandFeedback,identityStatus:this.identityStatus,russell3000:this.russell3000,governmentEntity:this.governmentEntity,taxExemptStatus:this.taxExemptStatus,skipAutomaticSecVet:this.skipAutomaticSecVet,mock:this.mock,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandRegistrationInstance=BrandRegistrationInstance;function BrandRegistrationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new BrandRegistrationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/a2p/BrandRegistrations`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["customerProfileBundleSid"]===null||i["customerProfileBundleSid"]===undefined){throw new Error("Required parameter \"params['customerProfileBundleSid']\" missing.")}if(i["a2PProfileBundleSid"]===null||i["a2PProfileBundleSid"]===undefined){throw new Error("Required parameter \"params['a2PProfileBundleSid']\" missing.")}let s={};s["CustomerProfileBundleSid"]=i["customerProfileBundleSid"];s["A2PProfileBundleSid"]=i["a2PProfileBundleSid"];if(i["brandType"]!==undefined)s["BrandType"]=i["brandType"];if(i["mock"]!==undefined)s["Mock"]=c.bool(i["mock"]);if(i["skipAutomaticSecVet"]!==undefined)s["SkipAutomaticSecVet"]=c.bool(i["skipAutomaticSecVet"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BrandRegistrationInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BrandRegistrationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BrandRegistrationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BrandRegistrationListInstance=BrandRegistrationListInstance;class BrandRegistrationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BrandRegistrationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandRegistrationPage=BrandRegistrationPage},77824:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BrandRegistrationOtpInstance=i.BrandRegistrationOtpListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function BrandRegistrationOtpListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'brandRegistrationSid' is not valid.")}const n={};n._version=e;n._solution={brandRegistrationSid:i};n._uri=`/a2p/BrandRegistrations/${i}/SmsOtp`;n.create=function create(i){let s=e,r=s.create({uri:n._uri,method:"post"});r=r.then((e=>new BrandRegistrationOtpInstance(s,e,n._solution.brandRegistrationSid)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.BrandRegistrationOtpListInstance=BrandRegistrationOtpListInstance;class BrandRegistrationOtpInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.brandRegistrationSid=i.brand_registration_sid}toJSON(){return{accountSid:this.accountSid,brandRegistrationSid:this.brandRegistrationSid}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BrandRegistrationOtpInstance=BrandRegistrationOtpInstance},29464:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BrandVettingPage=i.BrandVettingListInstance=i.BrandVettingInstance=i.BrandVettingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BrandVettingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'brandSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'brandVettingSid' is not valid.")}this._solution={brandSid:i,brandVettingSid:n};this._uri=`/a2p/BrandRegistrations/${i}/Vettings/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BrandVettingInstance(n,e,i._solution.brandSid,i._solution.brandVettingSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandVettingContextImpl=BrandVettingContextImpl;class BrandVettingInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.brandSid=i.brand_sid;this.brandVettingSid=i.brand_vetting_sid;this.dateUpdated=a.iso8601DateTime(i.date_updated);this.dateCreated=a.iso8601DateTime(i.date_created);this.vettingId=i.vetting_id;this.vettingClass=i.vetting_class;this.vettingStatus=i.vetting_status;this.vettingProvider=i.vetting_provider;this.url=i.url;this._solution={brandSid:n,brandVettingSid:s||this.brandVettingSid}}get _proxy(){this._context=this._context||new BrandVettingContextImpl(this._version,this._solution.brandSid,this._solution.brandVettingSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,brandSid:this.brandSid,brandVettingSid:this.brandVettingSid,dateUpdated:this.dateUpdated,dateCreated:this.dateCreated,vettingId:this.vettingId,vettingClass:this.vettingClass,vettingStatus:this.vettingStatus,vettingProvider:this.vettingProvider,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandVettingInstance=BrandVettingInstance;function BrandVettingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'brandSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BrandVettingContextImpl(e,i,n)};instance._version=e;instance._solution={brandSid:i};instance._uri=`/a2p/BrandRegistrations/${i}/Vettings`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["vettingProvider"]===null||i["vettingProvider"]===undefined){throw new Error("Required parameter \"params['vettingProvider']\" missing.")}let s={};s["VettingProvider"]=i["vettingProvider"];if(i["vettingId"]!==undefined)s["VettingId"]=i["vettingId"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BrandVettingInstance(o,e,instance._solution.brandSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["vettingProvider"]!==undefined)s["VettingProvider"]=i["vettingProvider"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BrandVettingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BrandVettingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BrandVettingListInstance=BrandVettingListInstance;class BrandVettingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BrandVettingInstance(this._version,e,this._solution.brandSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandVettingPage=BrandVettingPage},72112:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DeactivationsListInstance=i.DeactivationsInstance=i.DeactivationsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class DeactivationsContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Deactivations`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["date"]!==undefined)n["Date"]=o.iso8601Date(e["date"]);const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new DeactivationsInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DeactivationsContextImpl=DeactivationsContextImpl;class DeactivationsInstance{constructor(e,i){this._version=e;this.redirectTo=i.redirect_to;this._solution={}}get _proxy(){this._context=this._context||new DeactivationsContextImpl(this._version);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{redirectTo:this.redirectTo}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DeactivationsInstance=DeactivationsInstance;function DeactivationsListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new DeactivationsContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DeactivationsListInstance=DeactivationsListInstance},18797:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DomainCertsListInstance=i.DomainCertsInstance=i.DomainCertsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class DomainCertsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'domainSid' is not valid.")}this._solution={domainSid:i};this._uri=`/LinkShortening/Domains/${i}/Certificate`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DomainCertsInstance(n,e,i._solution.domainSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["tlsCert"]===null||e["tlsCert"]===undefined){throw new Error("Required parameter \"params['tlsCert']\" missing.")}let n={};n["TlsCert"]=e["tlsCert"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DomainCertsInstance(o,e,r._solution.domainSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainCertsContextImpl=DomainCertsContextImpl;class DomainCertsInstance{constructor(e,i,n){this._version=e;this.domainSid=i.domain_sid;this.dateUpdated=r.iso8601DateTime(i.date_updated);this.dateExpires=r.iso8601DateTime(i.date_expires);this.dateCreated=r.iso8601DateTime(i.date_created);this.domainName=i.domain_name;this.certificateSid=i.certificate_sid;this.url=i.url;this.certInValidation=i.cert_in_validation;this._solution={domainSid:n||this.domainSid}}get _proxy(){this._context=this._context||new DomainCertsContextImpl(this._version,this._solution.domainSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{domainSid:this.domainSid,dateUpdated:this.dateUpdated,dateExpires:this.dateExpires,dateCreated:this.dateCreated,domainName:this.domainName,certificateSid:this.certificateSid,url:this.url,certInValidation:this.certInValidation}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainCertsInstance=DomainCertsInstance;function DomainCertsListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new DomainCertsContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DomainCertsListInstance=DomainCertsListInstance},72643:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DomainConfigListInstance=i.DomainConfigInstance=i.DomainConfigContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class DomainConfigContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'domainSid' is not valid.")}this._solution={domainSid:i};this._uri=`/LinkShortening/Domains/${i}/Config`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DomainConfigInstance(n,e,i._solution.domainSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["fallbackUrl"]!==undefined)n["FallbackUrl"]=e["fallbackUrl"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["continueOnFailure"]!==undefined)n["ContinueOnFailure"]=o.bool(e["continueOnFailure"]);if(e["disableHttps"]!==undefined)n["DisableHttps"]=o.bool(e["disableHttps"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new DomainConfigInstance(a,e,r._solution.domainSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainConfigContextImpl=DomainConfigContextImpl;class DomainConfigInstance{constructor(e,i,n){this._version=e;this.domainSid=i.domain_sid;this.configSid=i.config_sid;this.fallbackUrl=i.fallback_url;this.callbackUrl=i.callback_url;this.continueOnFailure=i.continue_on_failure;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.url=i.url;this.disableHttps=i.disable_https;this._solution={domainSid:n||this.domainSid}}get _proxy(){this._context=this._context||new DomainConfigContextImpl(this._version,this._solution.domainSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{domainSid:this.domainSid,configSid:this.configSid,fallbackUrl:this.fallbackUrl,callbackUrl:this.callbackUrl,continueOnFailure:this.continueOnFailure,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,disableHttps:this.disableHttps}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainConfigInstance=DomainConfigInstance;function DomainConfigListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new DomainConfigContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DomainConfigListInstance=DomainConfigListInstance},13257:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DomainConfigMessagingServiceListInstance=i.DomainConfigMessagingServiceInstance=i.DomainConfigMessagingServiceContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class DomainConfigMessagingServiceContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}this._solution={messagingServiceSid:i};this._uri=`/LinkShortening/MessagingService/${i}/DomainConfig`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DomainConfigMessagingServiceInstance(n,e,i._solution.messagingServiceSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainConfigMessagingServiceContextImpl=DomainConfigMessagingServiceContextImpl;class DomainConfigMessagingServiceInstance{constructor(e,i,n){this._version=e;this.domainSid=i.domain_sid;this.configSid=i.config_sid;this.messagingServiceSid=i.messaging_service_sid;this.fallbackUrl=i.fallback_url;this.callbackUrl=i.callback_url;this.continueOnFailure=i.continue_on_failure;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={messagingServiceSid:n||this.messagingServiceSid}}get _proxy(){this._context=this._context||new DomainConfigMessagingServiceContextImpl(this._version,this._solution.messagingServiceSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{domainSid:this.domainSid,configSid:this.configSid,messagingServiceSid:this.messagingServiceSid,fallbackUrl:this.fallbackUrl,callbackUrl:this.callbackUrl,continueOnFailure:this.continueOnFailure,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainConfigMessagingServiceInstance=DomainConfigMessagingServiceInstance;function DomainConfigMessagingServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new DomainConfigMessagingServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DomainConfigMessagingServiceListInstance=DomainConfigMessagingServiceListInstance},10865:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExternalCampaignInstance=i.ExternalCampaignListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function ExternalCampaignListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Services/PreregisteredUsa2p`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["campaignId"]===null||n["campaignId"]===undefined){throw new Error("Required parameter \"params['campaignId']\" missing.")}if(n["messagingServiceSid"]===null||n["messagingServiceSid"]===undefined){throw new Error("Required parameter \"params['messagingServiceSid']\" missing.")}let r={};r["CampaignId"]=n["campaignId"];r["MessagingServiceSid"]=n["messagingServiceSid"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new ExternalCampaignInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.ExternalCampaignListInstance=ExternalCampaignListInstance;class ExternalCampaignInstance{constructor(e,i){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.campaignId=i.campaign_id;this.messagingServiceSid=i.messaging_service_sid;this.dateCreated=r.iso8601DateTime(i.date_created)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,campaignId:this.campaignId,messagingServiceSid:this.messagingServiceSid,dateCreated:this.dateCreated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExternalCampaignInstance=ExternalCampaignInstance},11823:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.LinkshorteningMessagingServiceListInstance=i.LinkshorteningMessagingServiceInstance=i.LinkshorteningMessagingServiceContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class LinkshorteningMessagingServiceContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}this._solution={domainSid:i,messagingServiceSid:n};this._uri=`/LinkShortening/Domains/${i}/MessagingServices/${n}`}create(e){const i=this;let n=i._version,s=n.create({uri:i._uri,method:"post"});s=s.then((e=>new LinkshorteningMessagingServiceInstance(n,e,i._solution.domainSid,i._solution.messagingServiceSid)));s=i._version.setPromiseCallback(s,e);return s}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.LinkshorteningMessagingServiceContextImpl=LinkshorteningMessagingServiceContextImpl;class LinkshorteningMessagingServiceInstance{constructor(e,i,n,s){this._version=e;this.domainSid=i.domain_sid;this.messagingServiceSid=i.messaging_service_sid;this.url=i.url;this._solution={domainSid:n||this.domainSid,messagingServiceSid:s||this.messagingServiceSid}}get _proxy(){this._context=this._context||new LinkshorteningMessagingServiceContextImpl(this._version,this._solution.domainSid,this._solution.messagingServiceSid);return this._context}create(e){return this._proxy.create(e)}remove(e){return this._proxy.remove(e)}toJSON(){return{domainSid:this.domainSid,messagingServiceSid:this.messagingServiceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.LinkshorteningMessagingServiceInstance=LinkshorteningMessagingServiceInstance;function LinkshorteningMessagingServiceListInstance(e){const instance=(e,i)=>instance.get(e,i);instance.get=function get(i,n){return new LinkshorteningMessagingServiceContextImpl(e,i,n)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.LinkshorteningMessagingServiceListInstance=LinkshorteningMessagingServiceListInstance},76682:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.LinkshorteningMessagingServiceDomainAssociationListInstance=i.LinkshorteningMessagingServiceDomainAssociationInstance=i.LinkshorteningMessagingServiceDomainAssociationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class LinkshorteningMessagingServiceDomainAssociationContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}this._solution={messagingServiceSid:i};this._uri=`/LinkShortening/MessagingServices/${i}/Domain`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new LinkshorteningMessagingServiceDomainAssociationInstance(n,e,i._solution.messagingServiceSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.LinkshorteningMessagingServiceDomainAssociationContextImpl=LinkshorteningMessagingServiceDomainAssociationContextImpl;class LinkshorteningMessagingServiceDomainAssociationInstance{constructor(e,i,n){this._version=e;this.domainSid=i.domain_sid;this.messagingServiceSid=i.messaging_service_sid;this.url=i.url;this._solution={messagingServiceSid:n||this.messagingServiceSid}}get _proxy(){this._context=this._context||new LinkshorteningMessagingServiceDomainAssociationContextImpl(this._version,this._solution.messagingServiceSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{domainSid:this.domainSid,messagingServiceSid:this.messagingServiceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.LinkshorteningMessagingServiceDomainAssociationInstance=LinkshorteningMessagingServiceDomainAssociationInstance;function LinkshorteningMessagingServiceDomainAssociationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new LinkshorteningMessagingServiceDomainAssociationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.LinkshorteningMessagingServiceDomainAssociationListInstance=LinkshorteningMessagingServiceDomainAssociationListInstance},10046:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(78697);const _=n(92947);const g=n(44017);const v=n(64359);const S=n(77066);const b=n(54915);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get alphaSenders(){this._alphaSenders=this._alphaSenders||(0,f.AlphaSenderListInstance)(this._version,this._solution.sid);return this._alphaSenders}get channelSenders(){this._channelSenders=this._channelSenders||(0,_.ChannelSenderListInstance)(this._version,this._solution.sid);return this._channelSenders}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,g.PhoneNumberListInstance)(this._version,this._solution.sid);return this._phoneNumbers}get shortCodes(){this._shortCodes=this._shortCodes||(0,v.ShortCodeListInstance)(this._version,this._solution.sid);return this._shortCodes}get usAppToPerson(){this._usAppToPerson=this._usAppToPerson||(0,S.UsAppToPersonListInstance)(this._version,this._solution.sid);return this._usAppToPerson}get usAppToPersonUsecases(){this._usAppToPersonUsecases=this._usAppToPersonUsecases||(0,b.UsAppToPersonUsecaseListInstance)(this._version,this._solution.sid);return this._usAppToPersonUsecases}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["inboundRequestUrl"]!==undefined)n["InboundRequestUrl"]=e["inboundRequestUrl"];if(e["inboundMethod"]!==undefined)n["InboundMethod"]=e["inboundMethod"];if(e["fallbackUrl"]!==undefined)n["FallbackUrl"]=e["fallbackUrl"];if(e["fallbackMethod"]!==undefined)n["FallbackMethod"]=e["fallbackMethod"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["stickySender"]!==undefined)n["StickySender"]=c.bool(e["stickySender"]);if(e["mmsConverter"]!==undefined)n["MmsConverter"]=c.bool(e["mmsConverter"]);if(e["smartEncoding"]!==undefined)n["SmartEncoding"]=c.bool(e["smartEncoding"]);if(e["scanMessageContent"]!==undefined)n["ScanMessageContent"]=e["scanMessageContent"];if(e["fallbackToLongCode"]!==undefined)n["FallbackToLongCode"]=c.bool(e["fallbackToLongCode"]);if(e["areaCodeGeomatch"]!==undefined)n["AreaCodeGeomatch"]=c.bool(e["areaCodeGeomatch"]);if(e["validityPeriod"]!==undefined)n["ValidityPeriod"]=e["validityPeriod"];if(e["synchronousValidation"]!==undefined)n["SynchronousValidation"]=c.bool(e["synchronousValidation"]);if(e["usecase"]!==undefined)n["Usecase"]=e["usecase"];if(e["useInboundWebhookOnNumber"]!==undefined)n["UseInboundWebhookOnNumber"]=c.bool(e["useInboundWebhookOnNumber"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.inboundRequestUrl=i.inbound_request_url;this.inboundMethod=i.inbound_method;this.fallbackUrl=i.fallback_url;this.fallbackMethod=i.fallback_method;this.statusCallback=i.status_callback;this.stickySender=i.sticky_sender;this.mmsConverter=i.mms_converter;this.smartEncoding=i.smart_encoding;this.scanMessageContent=i.scan_message_content;this.fallbackToLongCode=i.fallback_to_long_code;this.areaCodeGeomatch=i.area_code_geomatch;this.synchronousValidation=i.synchronous_validation;this.validityPeriod=a.integer(i.validity_period);this.url=i.url;this.links=i.links;this.usecase=i.usecase;this.usAppToPersonRegistered=i.us_app_to_person_registered;this.useInboundWebhookOnNumber=i.use_inbound_webhook_on_number;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}alphaSenders(){return this._proxy.alphaSenders}channelSenders(){return this._proxy.channelSenders}phoneNumbers(){return this._proxy.phoneNumbers}shortCodes(){return this._proxy.shortCodes}usAppToPerson(){return this._proxy.usAppToPerson}usAppToPersonUsecases(){return this._proxy.usAppToPersonUsecases}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,inboundRequestUrl:this.inboundRequestUrl,inboundMethod:this.inboundMethod,fallbackUrl:this.fallbackUrl,fallbackMethod:this.fallbackMethod,statusCallback:this.statusCallback,stickySender:this.stickySender,mmsConverter:this.mmsConverter,smartEncoding:this.smartEncoding,scanMessageContent:this.scanMessageContent,fallbackToLongCode:this.fallbackToLongCode,areaCodeGeomatch:this.areaCodeGeomatch,synchronousValidation:this.synchronousValidation,validityPeriod:this.validityPeriod,url:this.url,links:this.links,usecase:this.usecase,usAppToPersonRegistered:this.usAppToPersonRegistered,useInboundWebhookOnNumber:this.useInboundWebhookOnNumber}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["inboundRequestUrl"]!==undefined)s["InboundRequestUrl"]=i["inboundRequestUrl"];if(i["inboundMethod"]!==undefined)s["InboundMethod"]=i["inboundMethod"];if(i["fallbackUrl"]!==undefined)s["FallbackUrl"]=i["fallbackUrl"];if(i["fallbackMethod"]!==undefined)s["FallbackMethod"]=i["fallbackMethod"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["stickySender"]!==undefined)s["StickySender"]=c.bool(i["stickySender"]);if(i["mmsConverter"]!==undefined)s["MmsConverter"]=c.bool(i["mmsConverter"]);if(i["smartEncoding"]!==undefined)s["SmartEncoding"]=c.bool(i["smartEncoding"]);if(i["scanMessageContent"]!==undefined)s["ScanMessageContent"]=i["scanMessageContent"];if(i["fallbackToLongCode"]!==undefined)s["FallbackToLongCode"]=c.bool(i["fallbackToLongCode"]);if(i["areaCodeGeomatch"]!==undefined)s["AreaCodeGeomatch"]=c.bool(i["areaCodeGeomatch"]);if(i["validityPeriod"]!==undefined)s["ValidityPeriod"]=i["validityPeriod"];if(i["synchronousValidation"]!==undefined)s["SynchronousValidation"]=c.bool(i["synchronousValidation"]);if(i["usecase"]!==undefined)s["Usecase"]=i["usecase"];if(i["useInboundWebhookOnNumber"]!==undefined)s["UseInboundWebhookOnNumber"]=c.bool(i["useInboundWebhookOnNumber"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},78697:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AlphaSenderPage=i.AlphaSenderListInstance=i.AlphaSenderInstance=i.AlphaSenderContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AlphaSenderContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/AlphaSenders/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AlphaSenderInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlphaSenderContextImpl=AlphaSenderContextImpl;class AlphaSenderInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.alphaSender=i.alpha_sender;this.capabilities=i.capabilities;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new AlphaSenderContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,alphaSender:this.alphaSender,capabilities:this.capabilities,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlphaSenderInstance=AlphaSenderInstance;function AlphaSenderListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AlphaSenderContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/AlphaSenders`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["alphaSender"]===null||i["alphaSender"]===undefined){throw new Error("Required parameter \"params['alphaSender']\" missing.")}let s={};s["AlphaSender"]=i["alphaSender"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AlphaSenderInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AlphaSenderPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AlphaSenderPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AlphaSenderListInstance=AlphaSenderListInstance;class AlphaSenderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AlphaSenderInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlphaSenderPage=AlphaSenderPage},92947:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelSenderPage=i.ChannelSenderListInstance=i.ChannelSenderInstance=i.ChannelSenderContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ChannelSenderContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={messagingServiceSid:i,sid:n};this._uri=`/Services/${i}/ChannelSenders/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelSenderInstance(n,e,i._solution.messagingServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelSenderContextImpl=ChannelSenderContextImpl;class ChannelSenderInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.messagingServiceSid=i.messaging_service_sid;this.sid=i.sid;this.sender=i.sender;this.senderType=i.sender_type;this.countryCode=i.country_code;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={messagingServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelSenderContextImpl(this._version,this._solution.messagingServiceSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,messagingServiceSid:this.messagingServiceSid,sid:this.sid,sender:this.sender,senderType:this.senderType,countryCode:this.countryCode,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelSenderInstance=ChannelSenderInstance;function ChannelSenderListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ChannelSenderContextImpl(e,i,n)};instance._version=e;instance._solution={messagingServiceSid:i};instance._uri=`/Services/${i}/ChannelSenders`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelSenderPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelSenderPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelSenderListInstance=ChannelSenderListInstance;class ChannelSenderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelSenderInstance(this._version,e,this._solution.messagingServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelSenderPage=ChannelSenderPage},44017:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberPage=i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PhoneNumberContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/PhoneNumbers/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PhoneNumberInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.phoneNumber=i.phone_number;this.countryCode=i.country_code;this.capabilities=i.capabilities;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,phoneNumber:this.phoneNumber,countryCode:this.countryCode,capabilities:this.capabilities,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new PhoneNumberContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/PhoneNumbers`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumberSid"]===null||i["phoneNumberSid"]===undefined){throw new Error("Required parameter \"params['phoneNumberSid']\" missing.")}let s={};s["PhoneNumberSid"]=i["phoneNumberSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new PhoneNumberInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PhoneNumberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PhoneNumberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance;class PhoneNumberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PhoneNumberInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberPage=PhoneNumberPage},64359:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ShortCodePage=i.ShortCodeListInstance=i.ShortCodeInstance=i.ShortCodeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ShortCodeContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/ShortCodes/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ShortCodeInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeContextImpl=ShortCodeContextImpl;class ShortCodeInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.shortCode=i.short_code;this.countryCode=i.country_code;this.capabilities=i.capabilities;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ShortCodeContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,shortCode:this.shortCode,countryCode:this.countryCode,capabilities:this.capabilities,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeInstance=ShortCodeInstance;function ShortCodeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ShortCodeContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/ShortCodes`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["shortCodeSid"]===null||i["shortCodeSid"]===undefined){throw new Error("Required parameter \"params['shortCodeSid']\" missing.")}let s={};s["ShortCodeSid"]=i["shortCodeSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ShortCodeInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ShortCodePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ShortCodePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ShortCodeListInstance=ShortCodeListInstance;class ShortCodePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ShortCodeInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodePage=ShortCodePage},77066:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UsAppToPersonPage=i.UsAppToPersonListInstance=i.UsAppToPersonInstance=i.UsAppToPersonContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UsAppToPersonContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={messagingServiceSid:i,sid:n};this._uri=`/Services/${i}/Compliance/Usa2p/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UsAppToPersonInstance(n,e,i._solution.messagingServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsAppToPersonContextImpl=UsAppToPersonContextImpl;class UsAppToPersonInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.brandRegistrationSid=i.brand_registration_sid;this.messagingServiceSid=i.messaging_service_sid;this.description=i.description;this.messageSamples=i.message_samples;this.usAppToPersonUsecase=i.us_app_to_person_usecase;this.hasEmbeddedLinks=i.has_embedded_links;this.hasEmbeddedPhone=i.has_embedded_phone;this.campaignStatus=i.campaign_status;this.campaignId=i.campaign_id;this.isExternallyRegistered=i.is_externally_registered;this.rateLimits=i.rate_limits;this.messageFlow=i.message_flow;this.optInMessage=i.opt_in_message;this.optOutMessage=i.opt_out_message;this.helpMessage=i.help_message;this.optInKeywords=i.opt_in_keywords;this.optOutKeywords=i.opt_out_keywords;this.helpKeywords=i.help_keywords;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.mock=i.mock;this.errors=i.errors;this._solution={messagingServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UsAppToPersonContextImpl(this._version,this._solution.messagingServiceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,brandRegistrationSid:this.brandRegistrationSid,messagingServiceSid:this.messagingServiceSid,description:this.description,messageSamples:this.messageSamples,usAppToPersonUsecase:this.usAppToPersonUsecase,hasEmbeddedLinks:this.hasEmbeddedLinks,hasEmbeddedPhone:this.hasEmbeddedPhone,campaignStatus:this.campaignStatus,campaignId:this.campaignId,isExternallyRegistered:this.isExternallyRegistered,rateLimits:this.rateLimits,messageFlow:this.messageFlow,optInMessage:this.optInMessage,optOutMessage:this.optOutMessage,helpMessage:this.helpMessage,optInKeywords:this.optInKeywords,optOutKeywords:this.optOutKeywords,helpKeywords:this.helpKeywords,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,mock:this.mock,errors:this.errors}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsAppToPersonInstance=UsAppToPersonInstance;function UsAppToPersonListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UsAppToPersonContextImpl(e,i,n)};instance._version=e;instance._solution={messagingServiceSid:i};instance._uri=`/Services/${i}/Compliance/Usa2p`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["brandRegistrationSid"]===null||i["brandRegistrationSid"]===undefined){throw new Error("Required parameter \"params['brandRegistrationSid']\" missing.")}if(i["description"]===null||i["description"]===undefined){throw new Error("Required parameter \"params['description']\" missing.")}if(i["messageFlow"]===null||i["messageFlow"]===undefined){throw new Error("Required parameter \"params['messageFlow']\" missing.")}if(i["messageSamples"]===null||i["messageSamples"]===undefined){throw new Error("Required parameter \"params['messageSamples']\" missing.")}if(i["usAppToPersonUsecase"]===null||i["usAppToPersonUsecase"]===undefined){throw new Error("Required parameter \"params['usAppToPersonUsecase']\" missing.")}if(i["hasEmbeddedLinks"]===null||i["hasEmbeddedLinks"]===undefined){throw new Error("Required parameter \"params['hasEmbeddedLinks']\" missing.")}if(i["hasEmbeddedPhone"]===null||i["hasEmbeddedPhone"]===undefined){throw new Error("Required parameter \"params['hasEmbeddedPhone']\" missing.")}let s={};s["BrandRegistrationSid"]=i["brandRegistrationSid"];s["Description"]=i["description"];s["MessageFlow"]=i["messageFlow"];s["MessageSamples"]=c.map(i["messageSamples"],(e=>e));s["UsAppToPersonUsecase"]=i["usAppToPersonUsecase"];s["HasEmbeddedLinks"]=c.bool(i["hasEmbeddedLinks"]);s["HasEmbeddedPhone"]=c.bool(i["hasEmbeddedPhone"]);if(i["optInMessage"]!==undefined)s["OptInMessage"]=i["optInMessage"];if(i["optOutMessage"]!==undefined)s["OptOutMessage"]=i["optOutMessage"];if(i["helpMessage"]!==undefined)s["HelpMessage"]=i["helpMessage"];if(i["optInKeywords"]!==undefined)s["OptInKeywords"]=c.map(i["optInKeywords"],(e=>e));if(i["optOutKeywords"]!==undefined)s["OptOutKeywords"]=c.map(i["optOutKeywords"],(e=>e));if(i["helpKeywords"]!==undefined)s["HelpKeywords"]=c.map(i["helpKeywords"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UsAppToPersonInstance(o,e,instance._solution.messagingServiceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UsAppToPersonPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UsAppToPersonPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UsAppToPersonListInstance=UsAppToPersonListInstance;class UsAppToPersonPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UsAppToPersonInstance(this._version,e,this._solution.messagingServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsAppToPersonPage=UsAppToPersonPage},54915:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UsAppToPersonUsecaseInstance=i.UsAppToPersonUsecaseListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function UsAppToPersonUsecaseListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}const n={};n._version=e;n._solution={messagingServiceSid:i};n._uri=`/Services/${i}/Compliance/Usa2p/Usecases`;n.fetch=function fetch(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["brandRegistrationSid"]!==undefined)r["BrandRegistrationSid"]=i["brandRegistrationSid"];const o={};let a=e,c=a.fetch({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new UsAppToPersonUsecaseInstance(a,e,n._solution.messagingServiceSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.UsAppToPersonUsecaseListInstance=UsAppToPersonUsecaseListInstance;class UsAppToPersonUsecaseInstance{constructor(e,i,n){this._version=e;this.usAppToPersonUsecases=i.us_app_to_person_usecases}toJSON(){return{usAppToPersonUsecases:this.usAppToPersonUsecases}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UsAppToPersonUsecaseInstance=UsAppToPersonUsecaseInstance},35713:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TollfreeVerificationPage=i.TollfreeVerificationListInstance=i.TollfreeVerificationInstance=i.TollfreeVerificationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TollfreeVerificationContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Tollfree/Verifications/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TollfreeVerificationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["businessName"]!==undefined)n["BusinessName"]=e["businessName"];if(e["businessWebsite"]!==undefined)n["BusinessWebsite"]=e["businessWebsite"];if(e["notificationEmail"]!==undefined)n["NotificationEmail"]=e["notificationEmail"];if(e["useCaseCategories"]!==undefined)n["UseCaseCategories"]=c.map(e["useCaseCategories"],(e=>e));if(e["useCaseSummary"]!==undefined)n["UseCaseSummary"]=e["useCaseSummary"];if(e["productionMessageSample"]!==undefined)n["ProductionMessageSample"]=e["productionMessageSample"];if(e["optInImageUrls"]!==undefined)n["OptInImageUrls"]=c.map(e["optInImageUrls"],(e=>e));if(e["optInType"]!==undefined)n["OptInType"]=e["optInType"];if(e["messageVolume"]!==undefined)n["MessageVolume"]=e["messageVolume"];if(e["businessStreetAddress"]!==undefined)n["BusinessStreetAddress"]=e["businessStreetAddress"];if(e["businessStreetAddress2"]!==undefined)n["BusinessStreetAddress2"]=e["businessStreetAddress2"];if(e["businessCity"]!==undefined)n["BusinessCity"]=e["businessCity"];if(e["businessStateProvinceRegion"]!==undefined)n["BusinessStateProvinceRegion"]=e["businessStateProvinceRegion"];if(e["businessPostalCode"]!==undefined)n["BusinessPostalCode"]=e["businessPostalCode"];if(e["businessCountry"]!==undefined)n["BusinessCountry"]=e["businessCountry"];if(e["additionalInformation"]!==undefined)n["AdditionalInformation"]=e["additionalInformation"];if(e["businessContactFirstName"]!==undefined)n["BusinessContactFirstName"]=e["businessContactFirstName"];if(e["businessContactLastName"]!==undefined)n["BusinessContactLastName"]=e["businessContactLastName"];if(e["businessContactEmail"]!==undefined)n["BusinessContactEmail"]=e["businessContactEmail"];if(e["businessContactPhone"]!==undefined)n["BusinessContactPhone"]=e["businessContactPhone"];if(e["editReason"]!==undefined)n["EditReason"]=e["editReason"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TollfreeVerificationInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollfreeVerificationContextImpl=TollfreeVerificationContextImpl;class TollfreeVerificationInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.customerProfileSid=i.customer_profile_sid;this.trustProductSid=i.trust_product_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.regulatedItemSid=i.regulated_item_sid;this.businessName=i.business_name;this.businessStreetAddress=i.business_street_address;this.businessStreetAddress2=i.business_street_address2;this.businessCity=i.business_city;this.businessStateProvinceRegion=i.business_state_province_region;this.businessPostalCode=i.business_postal_code;this.businessCountry=i.business_country;this.businessWebsite=i.business_website;this.businessContactFirstName=i.business_contact_first_name;this.businessContactLastName=i.business_contact_last_name;this.businessContactEmail=i.business_contact_email;this.businessContactPhone=i.business_contact_phone;this.notificationEmail=i.notification_email;this.useCaseCategories=i.use_case_categories;this.useCaseSummary=i.use_case_summary;this.productionMessageSample=i.production_message_sample;this.optInImageUrls=i.opt_in_image_urls;this.optInType=i.opt_in_type;this.messageVolume=i.message_volume;this.additionalInformation=i.additional_information;this.tollfreePhoneNumberSid=i.tollfree_phone_number_sid;this.status=i.status;this.url=i.url;this.rejectionReason=i.rejection_reason;this.errorCode=a.integer(i.error_code);this.editExpiration=a.iso8601DateTime(i.edit_expiration);this.editAllowed=i.edit_allowed;this.resourceLinks=i.resource_links;this.externalReferenceId=i.external_reference_id;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new TollfreeVerificationContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,customerProfileSid:this.customerProfileSid,trustProductSid:this.trustProductSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,regulatedItemSid:this.regulatedItemSid,businessName:this.businessName,businessStreetAddress:this.businessStreetAddress,businessStreetAddress2:this.businessStreetAddress2,businessCity:this.businessCity,businessStateProvinceRegion:this.businessStateProvinceRegion,businessPostalCode:this.businessPostalCode,businessCountry:this.businessCountry,businessWebsite:this.businessWebsite,businessContactFirstName:this.businessContactFirstName,businessContactLastName:this.businessContactLastName,businessContactEmail:this.businessContactEmail,businessContactPhone:this.businessContactPhone,notificationEmail:this.notificationEmail,useCaseCategories:this.useCaseCategories,useCaseSummary:this.useCaseSummary,productionMessageSample:this.productionMessageSample,optInImageUrls:this.optInImageUrls,optInType:this.optInType,messageVolume:this.messageVolume,additionalInformation:this.additionalInformation,tollfreePhoneNumberSid:this.tollfreePhoneNumberSid,status:this.status,url:this.url,rejectionReason:this.rejectionReason,errorCode:this.errorCode,editExpiration:this.editExpiration,editAllowed:this.editAllowed,resourceLinks:this.resourceLinks,externalReferenceId:this.externalReferenceId}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollfreeVerificationInstance=TollfreeVerificationInstance;function TollfreeVerificationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new TollfreeVerificationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Tollfree/Verifications`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["businessName"]===null||i["businessName"]===undefined){throw new Error("Required parameter \"params['businessName']\" missing.")}if(i["businessWebsite"]===null||i["businessWebsite"]===undefined){throw new Error("Required parameter \"params['businessWebsite']\" missing.")}if(i["notificationEmail"]===null||i["notificationEmail"]===undefined){throw new Error("Required parameter \"params['notificationEmail']\" missing.")}if(i["useCaseCategories"]===null||i["useCaseCategories"]===undefined){throw new Error("Required parameter \"params['useCaseCategories']\" missing.")}if(i["useCaseSummary"]===null||i["useCaseSummary"]===undefined){throw new Error("Required parameter \"params['useCaseSummary']\" missing.")}if(i["productionMessageSample"]===null||i["productionMessageSample"]===undefined){throw new Error("Required parameter \"params['productionMessageSample']\" missing.")}if(i["optInImageUrls"]===null||i["optInImageUrls"]===undefined){throw new Error("Required parameter \"params['optInImageUrls']\" missing.")}if(i["optInType"]===null||i["optInType"]===undefined){throw new Error("Required parameter \"params['optInType']\" missing.")}if(i["messageVolume"]===null||i["messageVolume"]===undefined){throw new Error("Required parameter \"params['messageVolume']\" missing.")}if(i["tollfreePhoneNumberSid"]===null||i["tollfreePhoneNumberSid"]===undefined){throw new Error("Required parameter \"params['tollfreePhoneNumberSid']\" missing.")}let s={};s["BusinessName"]=i["businessName"];s["BusinessWebsite"]=i["businessWebsite"];s["NotificationEmail"]=i["notificationEmail"];s["UseCaseCategories"]=c.map(i["useCaseCategories"],(e=>e));s["UseCaseSummary"]=i["useCaseSummary"];s["ProductionMessageSample"]=i["productionMessageSample"];s["OptInImageUrls"]=c.map(i["optInImageUrls"],(e=>e));s["OptInType"]=i["optInType"];s["MessageVolume"]=i["messageVolume"];s["TollfreePhoneNumberSid"]=i["tollfreePhoneNumberSid"];if(i["customerProfileSid"]!==undefined)s["CustomerProfileSid"]=i["customerProfileSid"];if(i["businessStreetAddress"]!==undefined)s["BusinessStreetAddress"]=i["businessStreetAddress"];if(i["businessStreetAddress2"]!==undefined)s["BusinessStreetAddress2"]=i["businessStreetAddress2"];if(i["businessCity"]!==undefined)s["BusinessCity"]=i["businessCity"];if(i["businessStateProvinceRegion"]!==undefined)s["BusinessStateProvinceRegion"]=i["businessStateProvinceRegion"];if(i["businessPostalCode"]!==undefined)s["BusinessPostalCode"]=i["businessPostalCode"];if(i["businessCountry"]!==undefined)s["BusinessCountry"]=i["businessCountry"];if(i["additionalInformation"]!==undefined)s["AdditionalInformation"]=i["additionalInformation"];if(i["businessContactFirstName"]!==undefined)s["BusinessContactFirstName"]=i["businessContactFirstName"];if(i["businessContactLastName"]!==undefined)s["BusinessContactLastName"]=i["businessContactLastName"];if(i["businessContactEmail"]!==undefined)s["BusinessContactEmail"]=i["businessContactEmail"];if(i["businessContactPhone"]!==undefined)s["BusinessContactPhone"]=i["businessContactPhone"];if(i["externalReferenceId"]!==undefined)s["ExternalReferenceId"]=i["externalReferenceId"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TollfreeVerificationInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["tollfreePhoneNumberSid"]!==undefined)s["TollfreePhoneNumberSid"]=i["tollfreePhoneNumberSid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TollfreeVerificationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TollfreeVerificationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TollfreeVerificationListInstance=TollfreeVerificationListInstance;class TollfreeVerificationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TollfreeVerificationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollfreeVerificationPage=TollfreeVerificationPage},69554:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UsecaseInstance=i.UsecaseListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function UsecaseListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Services/Usecases`;i.fetch=function fetch(n){let s=e,r=s.fetch({uri:i._uri,method:"get"});r=r.then((e=>new UsecaseInstance(s,e)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.UsecaseListInstance=UsecaseListInstance;class UsecaseInstance{constructor(e,i){this._version=e;this.usecases=i.usecases}toJSON(){return{usecases:this.usecases}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UsecaseInstance=UsecaseInstance},82053:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(84657);const a=n(4124);const c=n(68655);const u=n(2116);class V1 extends r.default{constructor(e){super(e,"v1")}get accountConfigs(){this._accountConfigs=this._accountConfigs||(0,o.AccountConfigListInstance)(this);return this._accountConfigs}get accountSecrets(){this._accountSecrets=this._accountSecrets||(0,a.AccountSecretListInstance)(this);return this._accountSecrets}get apps(){this._apps=this._apps||(0,c.AppListInstance)(this);return this._apps}get devices(){this._devices=this._devices||(0,u.DeviceListInstance)(this);return this._devices}}i["default"]=V1},84657:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AccountConfigPage=i.AccountConfigListInstance=i.AccountConfigInstance=i.AccountConfigContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AccountConfigContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'key' is not valid.")}this._solution={key:i};this._uri=`/Configs/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AccountConfigInstance(n,e,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["value"]===null||e["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let n={};n["Value"]=e["value"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AccountConfigInstance(o,e,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountConfigContextImpl=AccountConfigContextImpl;class AccountConfigInstance{constructor(e,i,n){this._version=e;this.key=i.key;this.dateUpdated=a.iso8601DateTime(i.date_updated);this.value=i.value;this.url=i.url;this._solution={key:n||this.key}}get _proxy(){this._context=this._context||new AccountConfigContextImpl(this._version,this._solution.key);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{key:this.key,dateUpdated:this.dateUpdated,value:this.value,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountConfigInstance=AccountConfigInstance;function AccountConfigListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AccountConfigContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Configs`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Key"]=i["key"];s["Value"]=i["value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AccountConfigInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AccountConfigPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AccountConfigPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AccountConfigListInstance=AccountConfigListInstance;class AccountConfigPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AccountConfigInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountConfigPage=AccountConfigPage},4124:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AccountSecretPage=i.AccountSecretListInstance=i.AccountSecretInstance=i.AccountSecretContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AccountSecretContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'key' is not valid.")}this._solution={key:i};this._uri=`/Secrets/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AccountSecretInstance(n,e,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["value"]===null||e["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let n={};n["Value"]=e["value"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AccountSecretInstance(o,e,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountSecretContextImpl=AccountSecretContextImpl;class AccountSecretInstance{constructor(e,i,n){this._version=e;this.key=i.key;this.dateRotated=a.iso8601DateTime(i.date_rotated);this.url=i.url;this._solution={key:n||this.key}}get _proxy(){this._context=this._context||new AccountSecretContextImpl(this._version,this._solution.key);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{key:this.key,dateRotated:this.dateRotated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountSecretInstance=AccountSecretInstance;function AccountSecretListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AccountSecretContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Secrets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Key"]=i["key"];s["Value"]=i["value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AccountSecretInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AccountSecretPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AccountSecretPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AccountSecretListInstance=AccountSecretListInstance;class AccountSecretPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AccountSecretInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountSecretPage=AccountSecretPage},68655:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AppPage=i.AppListInstance=i.AppInstance=i.AppContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(17316);class AppContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Apps/${i}`}get appManifests(){this._appManifests=this._appManifests||(0,f.AppManifestListInstance)(this._version,this._solution.sid);return this._appManifests}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AppInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AppContextImpl=AppContextImpl;class AppInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.hash=i.hash;this.uniqueName=i.unique_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AppContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}appManifests(){return this._proxy.appManifests}toJSON(){return{sid:this.sid,accountSid:this.accountSid,hash:this.hash,uniqueName:this.uniqueName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AppInstance=AppInstance;function AppListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AppContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Apps`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AppPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AppPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AppListInstance=AppListInstance;class AppPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AppInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AppPage=AppPage},17316:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AppManifestListInstance=i.AppManifestInstance=i.AppManifestContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class AppManifestContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'appSid' is not valid.")}this._solution={appSid:i};this._uri=`/Apps/${i}/Manifest`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AppManifestInstance(n,e,i._solution.appSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AppManifestContextImpl=AppManifestContextImpl;class AppManifestInstance{constructor(e,i,n){this._version=e;this.appSid=i.app_sid;this.hash=i.hash;this.encodedBytes=i.encoded_bytes;this.url=i.url;this._solution={appSid:n}}get _proxy(){this._context=this._context||new AppManifestContextImpl(this._version,this._solution.appSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{appSid:this.appSid,hash:this.hash,encodedBytes:this.encodedBytes,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AppManifestInstance=AppManifestInstance;function AppManifestListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'appSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new AppManifestContextImpl(e,i)};instance._version=e;instance._solution={appSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AppManifestListInstance=AppManifestListInstance},2116:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DevicePage=i.DeviceListInstance=i.DeviceInstance=i.DeviceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(79689);const _=n(10031);class DeviceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Devices/${i}`}get deviceConfigs(){this._deviceConfigs=this._deviceConfigs||(0,f.DeviceConfigListInstance)(this._version,this._solution.sid);return this._deviceConfigs}get deviceSecrets(){this._deviceSecrets=this._deviceSecrets||(0,_.DeviceSecretListInstance)(this._version,this._solution.sid);return this._deviceSecrets}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeviceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["targetApp"]!==undefined)n["TargetApp"]=e["targetApp"];if(e["loggingEnabled"]!==undefined)n["LoggingEnabled"]=c.bool(e["loggingEnabled"]);if(e["restartApp"]!==undefined)n["RestartApp"]=c.bool(e["restartApp"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DeviceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceContextImpl=DeviceContextImpl;class DeviceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.app=i.app;this.logging=i.logging;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new DeviceContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}deviceConfigs(){return this._proxy.deviceConfigs}deviceSecrets(){return this._proxy.deviceSecrets}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,app:this.app,logging:this.logging,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceInstance=DeviceInstance;function DeviceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new DeviceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Devices`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DevicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DevicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeviceListInstance=DeviceListInstance;class DevicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeviceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DevicePage=DevicePage},79689:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeviceConfigPage=i.DeviceConfigListInstance=i.DeviceConfigInstance=i.DeviceConfigContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeviceConfigContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'deviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'key' is not valid.")}this._solution={deviceSid:i,key:n};this._uri=`/Devices/${i}/Configs/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeviceConfigInstance(n,e,i._solution.deviceSid,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["value"]===null||e["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let n={};n["Value"]=e["value"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DeviceConfigInstance(o,e,r._solution.deviceSid,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceConfigContextImpl=DeviceConfigContextImpl;class DeviceConfigInstance{constructor(e,i,n,s){this._version=e;this.deviceSid=i.device_sid;this.key=i.key;this.value=i.value;this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={deviceSid:n,key:s||this.key}}get _proxy(){this._context=this._context||new DeviceConfigContextImpl(this._version,this._solution.deviceSid,this._solution.key);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{deviceSid:this.deviceSid,key:this.key,value:this.value,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceConfigInstance=DeviceConfigInstance;function DeviceConfigListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'deviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DeviceConfigContextImpl(e,i,n)};instance._version=e;instance._solution={deviceSid:i};instance._uri=`/Devices/${i}/Configs`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Key"]=i["key"];s["Value"]=i["value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DeviceConfigInstance(o,e,instance._solution.deviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeviceConfigPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeviceConfigPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeviceConfigListInstance=DeviceConfigListInstance;class DeviceConfigPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeviceConfigInstance(this._version,e,this._solution.deviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceConfigPage=DeviceConfigPage},10031:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeviceSecretPage=i.DeviceSecretListInstance=i.DeviceSecretInstance=i.DeviceSecretContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeviceSecretContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'deviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'key' is not valid.")}this._solution={deviceSid:i,key:n};this._uri=`/Devices/${i}/Secrets/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeviceSecretInstance(n,e,i._solution.deviceSid,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["value"]===null||e["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let n={};n["Value"]=e["value"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DeviceSecretInstance(o,e,r._solution.deviceSid,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceSecretContextImpl=DeviceSecretContextImpl;class DeviceSecretInstance{constructor(e,i,n,s){this._version=e;this.deviceSid=i.device_sid;this.key=i.key;this.dateRotated=a.iso8601DateTime(i.date_rotated);this.url=i.url;this._solution={deviceSid:n,key:s||this.key}}get _proxy(){this._context=this._context||new DeviceSecretContextImpl(this._version,this._solution.deviceSid,this._solution.key);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{deviceSid:this.deviceSid,key:this.key,dateRotated:this.dateRotated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceSecretInstance=DeviceSecretInstance;function DeviceSecretListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'deviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DeviceSecretContextImpl(e,i,n)};instance._version=e;instance._solution={deviceSid:i};instance._uri=`/Devices/${i}/Secrets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Key"]=i["key"];s["Value"]=i["value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DeviceSecretInstance(o,e,instance._solution.deviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeviceSecretPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeviceSecretPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeviceSecretListInstance=DeviceSecretListInstance;class DeviceSecretPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeviceSecretInstance(this._version,e,this._solution.deviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceSecretPage=DeviceSecretPage},99630:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(97142);const a=n(91066);class V1 extends r.default{constructor(e){super(e,"v1")}get alerts(){this._alerts=this._alerts||(0,o.AlertListInstance)(this);return this._alerts}get events(){this._events=this._events||(0,a.EventListInstance)(this);return this._events}}i["default"]=V1},97142:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AlertPage=i.AlertListInstance=i.AlertInstance=i.AlertContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AlertContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Alerts/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AlertInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlertContextImpl=AlertContextImpl;class AlertInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.alertText=i.alert_text;this.apiVersion=i.api_version;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateGenerated=a.iso8601DateTime(i.date_generated);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.errorCode=i.error_code;this.logLevel=i.log_level;this.moreInfo=i.more_info;this.requestMethod=i.request_method;this.requestUrl=i.request_url;this.requestVariables=i.request_variables;this.resourceSid=i.resource_sid;this.responseBody=i.response_body;this.responseHeaders=i.response_headers;this.sid=i.sid;this.url=i.url;this.requestHeaders=i.request_headers;this.serviceSid=i.service_sid;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AlertContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,alertText:this.alertText,apiVersion:this.apiVersion,dateCreated:this.dateCreated,dateGenerated:this.dateGenerated,dateUpdated:this.dateUpdated,errorCode:this.errorCode,logLevel:this.logLevel,moreInfo:this.moreInfo,requestMethod:this.requestMethod,requestUrl:this.requestUrl,requestVariables:this.requestVariables,resourceSid:this.resourceSid,responseBody:this.responseBody,responseHeaders:this.responseHeaders,sid:this.sid,url:this.url,requestHeaders:this.requestHeaders,serviceSid:this.serviceSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlertInstance=AlertInstance;function AlertListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AlertContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Alerts`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["logLevel"]!==undefined)s["LogLevel"]=i["logLevel"];if(i["startDate"]!==undefined)s["StartDate"]=c.iso8601DateTime(i["startDate"]);if(i["endDate"]!==undefined)s["EndDate"]=c.iso8601DateTime(i["endDate"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AlertPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AlertPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AlertListInstance=AlertListInstance;class AlertPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AlertInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlertPage=AlertPage},91066:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EventPage=i.EventListInstance=i.EventInstance=i.EventContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EventContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Events/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EventInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventContextImpl=EventContextImpl;class EventInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.actorSid=i.actor_sid;this.actorType=i.actor_type;this.description=i.description;this.eventData=i.event_data;this.eventDate=a.iso8601DateTime(i.event_date);this.eventType=i.event_type;this.resourceSid=i.resource_sid;this.resourceType=i.resource_type;this.sid=i.sid;this.source=i.source;this.sourceIpAddress=i.source_ip_address;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EventContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,actorSid:this.actorSid,actorType:this.actorType,description:this.description,eventData:this.eventData,eventDate:this.eventDate,eventType:this.eventType,resourceSid:this.resourceSid,resourceType:this.resourceType,sid:this.sid,source:this.source,sourceIpAddress:this.sourceIpAddress,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventInstance=EventInstance;function EventListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EventContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Events`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["actorSid"]!==undefined)s["ActorSid"]=i["actorSid"];if(i["eventType"]!==undefined)s["EventType"]=i["eventType"];if(i["resourceSid"]!==undefined)s["ResourceSid"]=i["resourceSid"];if(i["sourceIpAddress"]!==undefined)s["SourceIpAddress"]=i["sourceIpAddress"];if(i["startDate"]!==undefined)s["StartDate"]=c.iso8601DateTime(i["startDate"]);if(i["endDate"]!==undefined)s["EndDate"]=c.iso8601DateTime(i["endDate"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EventPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EventPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EventListInstance=EventListInstance;class EventPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EventInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventPage=EventPage},88117:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(93722);const a=n(87108);class V1 extends r.default{constructor(e){super(e,"v1")}get credentials(){this._credentials=this._credentials||(0,o.CredentialListInstance)(this);return this._credentials}get services(){this._services=this._services||(0,a.ServiceListInstance)(this);return this._services}}i["default"]=V1},93722:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},87108:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(12429);const _=n(53022);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get bindings(){this._bindings=this._bindings||(0,f.BindingListInstance)(this._version,this._solution.sid);return this._bindings}get notifications(){this._notifications=this._notifications||(0,_.NotificationListInstance)(this._version,this._solution.sid);return this._notifications}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["apnCredentialSid"]!==undefined)n["ApnCredentialSid"]=e["apnCredentialSid"];if(e["gcmCredentialSid"]!==undefined)n["GcmCredentialSid"]=e["gcmCredentialSid"];if(e["messagingServiceSid"]!==undefined)n["MessagingServiceSid"]=e["messagingServiceSid"];if(e["facebookMessengerPageId"]!==undefined)n["FacebookMessengerPageId"]=e["facebookMessengerPageId"];if(e["defaultApnNotificationProtocolVersion"]!==undefined)n["DefaultApnNotificationProtocolVersion"]=e["defaultApnNotificationProtocolVersion"];if(e["defaultGcmNotificationProtocolVersion"]!==undefined)n["DefaultGcmNotificationProtocolVersion"]=e["defaultGcmNotificationProtocolVersion"];if(e["fcmCredentialSid"]!==undefined)n["FcmCredentialSid"]=e["fcmCredentialSid"];if(e["defaultFcmNotificationProtocolVersion"]!==undefined)n["DefaultFcmNotificationProtocolVersion"]=e["defaultFcmNotificationProtocolVersion"];if(e["logEnabled"]!==undefined)n["LogEnabled"]=c.bool(e["logEnabled"]);if(e["alexaSkillId"]!==undefined)n["AlexaSkillId"]=e["alexaSkillId"];if(e["defaultAlexaNotificationProtocolVersion"]!==undefined)n["DefaultAlexaNotificationProtocolVersion"]=e["defaultAlexaNotificationProtocolVersion"];if(e["deliveryCallbackUrl"]!==undefined)n["DeliveryCallbackUrl"]=e["deliveryCallbackUrl"];if(e["deliveryCallbackEnabled"]!==undefined)n["DeliveryCallbackEnabled"]=c.bool(e["deliveryCallbackEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.apnCredentialSid=i.apn_credential_sid;this.gcmCredentialSid=i.gcm_credential_sid;this.fcmCredentialSid=i.fcm_credential_sid;this.messagingServiceSid=i.messaging_service_sid;this.facebookMessengerPageId=i.facebook_messenger_page_id;this.defaultApnNotificationProtocolVersion=i.default_apn_notification_protocol_version;this.defaultGcmNotificationProtocolVersion=i.default_gcm_notification_protocol_version;this.defaultFcmNotificationProtocolVersion=i.default_fcm_notification_protocol_version;this.logEnabled=i.log_enabled;this.url=i.url;this.links=i.links;this.alexaSkillId=i.alexa_skill_id;this.defaultAlexaNotificationProtocolVersion=i.default_alexa_notification_protocol_version;this.deliveryCallbackUrl=i.delivery_callback_url;this.deliveryCallbackEnabled=i.delivery_callback_enabled;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}bindings(){return this._proxy.bindings}notifications(){return this._proxy.notifications}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,apnCredentialSid:this.apnCredentialSid,gcmCredentialSid:this.gcmCredentialSid,fcmCredentialSid:this.fcmCredentialSid,messagingServiceSid:this.messagingServiceSid,facebookMessengerPageId:this.facebookMessengerPageId,defaultApnNotificationProtocolVersion:this.defaultApnNotificationProtocolVersion,defaultGcmNotificationProtocolVersion:this.defaultGcmNotificationProtocolVersion,defaultFcmNotificationProtocolVersion:this.defaultFcmNotificationProtocolVersion,logEnabled:this.logEnabled,url:this.url,links:this.links,alexaSkillId:this.alexaSkillId,defaultAlexaNotificationProtocolVersion:this.defaultAlexaNotificationProtocolVersion,deliveryCallbackUrl:this.deliveryCallbackUrl,deliveryCallbackEnabled:this.deliveryCallbackEnabled}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["apnCredentialSid"]!==undefined)s["ApnCredentialSid"]=i["apnCredentialSid"];if(i["gcmCredentialSid"]!==undefined)s["GcmCredentialSid"]=i["gcmCredentialSid"];if(i["messagingServiceSid"]!==undefined)s["MessagingServiceSid"]=i["messagingServiceSid"];if(i["facebookMessengerPageId"]!==undefined)s["FacebookMessengerPageId"]=i["facebookMessengerPageId"];if(i["defaultApnNotificationProtocolVersion"]!==undefined)s["DefaultApnNotificationProtocolVersion"]=i["defaultApnNotificationProtocolVersion"];if(i["defaultGcmNotificationProtocolVersion"]!==undefined)s["DefaultGcmNotificationProtocolVersion"]=i["defaultGcmNotificationProtocolVersion"];if(i["fcmCredentialSid"]!==undefined)s["FcmCredentialSid"]=i["fcmCredentialSid"];if(i["defaultFcmNotificationProtocolVersion"]!==undefined)s["DefaultFcmNotificationProtocolVersion"]=i["defaultFcmNotificationProtocolVersion"];if(i["logEnabled"]!==undefined)s["LogEnabled"]=c.bool(i["logEnabled"]);if(i["alexaSkillId"]!==undefined)s["AlexaSkillId"]=i["alexaSkillId"];if(i["defaultAlexaNotificationProtocolVersion"]!==undefined)s["DefaultAlexaNotificationProtocolVersion"]=i["defaultAlexaNotificationProtocolVersion"];if(i["deliveryCallbackUrl"]!==undefined)s["DeliveryCallbackUrl"]=i["deliveryCallbackUrl"];if(i["deliveryCallbackEnabled"]!==undefined)s["DeliveryCallbackEnabled"]=c.bool(i["deliveryCallbackEnabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},12429:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BindingPage=i.BindingListInstance=i.BindingInstance=i.BindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BindingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Bindings/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BindingInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingContextImpl=BindingContextImpl;class BindingInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.credentialSid=i.credential_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.notificationProtocolVersion=i.notification_protocol_version;this.endpoint=i.endpoint;this.identity=i.identity;this.bindingType=i.binding_type;this.address=i.address;this.tags=i.tags;this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new BindingContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,credentialSid:this.credentialSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,notificationProtocolVersion:this.notificationProtocolVersion,endpoint:this.endpoint,identity:this.identity,bindingType:this.bindingType,address:this.address,tags:this.tags,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingInstance=BindingInstance;function BindingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BindingContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Bindings`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}if(i["bindingType"]===null||i["bindingType"]===undefined){throw new Error("Required parameter \"params['bindingType']\" missing.")}if(i["address"]===null||i["address"]===undefined){throw new Error("Required parameter \"params['address']\" missing.")}let s={};s["Identity"]=i["identity"];s["BindingType"]=i["bindingType"];s["Address"]=i["address"];if(i["tag"]!==undefined)s["Tag"]=c.map(i["tag"],(e=>e));if(i["notificationProtocolVersion"]!==undefined)s["NotificationProtocolVersion"]=i["notificationProtocolVersion"];if(i["credentialSid"]!==undefined)s["CredentialSid"]=i["credentialSid"];if(i["endpoint"]!==undefined)s["Endpoint"]=i["endpoint"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BindingInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["startDate"]!==undefined)s["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)s["EndDate"]=c.iso8601Date(i["endDate"]);if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["tag"]!==undefined)s["Tag"]=c.map(i["tag"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BindingListInstance=BindingListInstance;class BindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BindingInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingPage=BindingPage},53022:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NotificationInstance=i.NotificationListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function NotificationListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const n={};n._version=e;n._solution={serviceSid:i};n._uri=`/Services/${i}/Notifications`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["body"]!==undefined)r["Body"]=i["body"];if(i["priority"]!==undefined)r["Priority"]=i["priority"];if(i["ttl"]!==undefined)r["Ttl"]=i["ttl"];if(i["title"]!==undefined)r["Title"]=i["title"];if(i["sound"]!==undefined)r["Sound"]=i["sound"];if(i["action"]!==undefined)r["Action"]=i["action"];if(i["data"]!==undefined)r["Data"]=o.object(i["data"]);if(i["apn"]!==undefined)r["Apn"]=o.object(i["apn"]);if(i["gcm"]!==undefined)r["Gcm"]=o.object(i["gcm"]);if(i["sms"]!==undefined)r["Sms"]=o.object(i["sms"]);if(i["facebookMessenger"]!==undefined)r["FacebookMessenger"]=o.object(i["facebookMessenger"]);if(i["fcm"]!==undefined)r["Fcm"]=o.object(i["fcm"]);if(i["segment"]!==undefined)r["Segment"]=o.map(i["segment"],(e=>e));if(i["alexa"]!==undefined)r["Alexa"]=o.object(i["alexa"]);if(i["toBinding"]!==undefined)r["ToBinding"]=o.map(i["toBinding"],(e=>e));if(i["deliveryCallbackUrl"]!==undefined)r["DeliveryCallbackUrl"]=i["deliveryCallbackUrl"];if(i["identity"]!==undefined)r["Identity"]=o.map(i["identity"],(e=>e));if(i["tag"]!==undefined)r["Tag"]=o.map(i["tag"],(e=>e));const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.create({uri:n._uri,method:"post",data:r,headers:a});u=u.then((e=>new NotificationInstance(c,e,n._solution.serviceSid)));u=n._version.setPromiseCallback(u,s);return u};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.NotificationListInstance=NotificationListInstance;class NotificationInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=r.iso8601DateTime(i.date_created);this.identities=i.identities;this.tags=i.tags;this.segments=i.segments;this.priority=i.priority;this.ttl=r.integer(i.ttl);this.title=i.title;this.body=i.body;this.sound=i.sound;this.action=i.action;this.data=i.data;this.apn=i.apn;this.gcm=i.gcm;this.fcm=i.fcm;this.sms=i.sms;this.facebookMessenger=i.facebook_messenger;this.alexa=i.alexa}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,identities:this.identities,tags:this.tags,segments:this.segments,priority:this.priority,ttl:this.ttl,title:this.title,body:this.body,sound:this.sound,action:this.action,data:this.data,apn:this.apn,gcm:this.gcm,fcm:this.fcm,sms:this.sms,facebookMessenger:this.facebookMessenger,alexa:this.alexa}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NotificationInstance=NotificationInstance},25431:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(83578);const a=n(35720);const c=n(26164);const u=n(93850);class V1 extends r.default{constructor(e){super(e,"v1")}get bulkEligibilities(){this._bulkEligibilities=this._bulkEligibilities||(0,o.BulkEligibilityListInstance)(this);return this._bulkEligibilities}get portingBulkPortabilities(){this._portingBulkPortabilities=this._portingBulkPortabilities||(0,a.PortingBulkPortabilityListInstance)(this);return this._portingBulkPortabilities}get portingPortIns(){this._portingPortIns=this._portingPortIns||(0,c.PortingPortInFetchListInstance)(this);return this._portingPortIns}get portingPortabilities(){this._portingPortabilities=this._portingPortabilities||(0,u.PortingPortabilityListInstance)(this);return this._portingPortabilities}}i["default"]=V1},16213:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(48355);const a=n(36918);const c=n(44876);const u=n(29437);class V2 extends r.default{constructor(e){super(e,"v2")}get authorizationDocuments(){this._authorizationDocuments=this._authorizationDocuments||(0,o.AuthorizationDocumentListInstance)(this);return this._authorizationDocuments}get bulkHostedNumberOrders(){this._bulkHostedNumberOrders=this._bulkHostedNumberOrders||(0,a.BulkHostedNumberOrderListInstance)(this);return this._bulkHostedNumberOrders}get hostedNumberOrders(){this._hostedNumberOrders=this._hostedNumberOrders||(0,c.HostedNumberOrderListInstance)(this);return this._hostedNumberOrders}get regulatoryCompliance(){this._regulatoryCompliance=this._regulatoryCompliance||(0,u.RegulatoryComplianceListInstance)(this);return this._regulatoryCompliance}}i["default"]=V2},83578:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BulkEligibilityListInstance=i.BulkEligibilityInstance=i.BulkEligibilityContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class BulkEligibilityContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'requestId' is not valid.")}this._solution={requestId:i};this._uri=`/HostedNumber/Eligibility/Bulk/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BulkEligibilityInstance(n,e,i._solution.requestId)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BulkEligibilityContextImpl=BulkEligibilityContextImpl;class BulkEligibilityInstance{constructor(e,i,n){this._version=e;this.requestId=i.request_id;this.url=i.url;this.results=i.results;this.friendlyName=i.friendly_name;this.status=i.status;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateCompleted=r.iso8601DateTime(i.date_completed);this._solution={requestId:n||this.requestId}}get _proxy(){this._context=this._context||new BulkEligibilityContextImpl(this._version,this._solution.requestId);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{requestId:this.requestId,url:this.url,results:this.results,friendlyName:this.friendlyName,status:this.status,dateCreated:this.dateCreated,dateCompleted:this.dateCompleted}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BulkEligibilityInstance=BulkEligibilityInstance;function BulkEligibilityListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new BulkEligibilityContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.BulkEligibilityListInstance=BulkEligibilityListInstance},35720:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PortingBulkPortabilityListInstance=i.PortingBulkPortabilityInstance=i.PortingBulkPortabilityContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PortingBulkPortabilityContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Porting/Portability/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PortingBulkPortabilityInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingBulkPortabilityContextImpl=PortingBulkPortabilityContextImpl;class PortingBulkPortabilityInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.status=i.status;this.datetimeCreated=r.iso8601DateTime(i.datetime_created);this.phoneNumbers=i.phone_numbers;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new PortingBulkPortabilityContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,status:this.status,datetimeCreated:this.datetimeCreated,phoneNumbers:this.phoneNumbers,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingBulkPortabilityInstance=PortingBulkPortabilityInstance;function PortingBulkPortabilityListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PortingBulkPortabilityContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Porting/Portability`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumbers"]===null||i["phoneNumbers"]===undefined){throw new Error("Required parameter \"params['phoneNumbers']\" missing.")}let s={};s["PhoneNumbers"]=o.map(i["phoneNumbers"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:instance._uri,method:"post",data:s,headers:r});c=c.then((e=>new PortingBulkPortabilityInstance(a,e)));c=instance._version.setPromiseCallback(c,n);return c};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PortingBulkPortabilityListInstance=PortingBulkPortabilityListInstance},26164:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PortingPortInFetchListInstance=i.PortingPortInFetchInstance=i.PortingPortInFetchContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PortingPortInFetchContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'portInRequestSid' is not valid.")}this._solution={portInRequestSid:i};this._uri=`/Porting/PortIn/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PortingPortInFetchInstance(n,e,i._solution.portInRequestSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingPortInFetchContextImpl=PortingPortInFetchContextImpl;class PortingPortInFetchInstance{constructor(e,i,n){this._version=e;this.portInRequestSid=i.port_in_request_sid;this.url=i.url;this.accountSid=i.account_sid;this.notificationEmails=i.notification_emails;this.targetPortInDate=r.iso8601Date(i.target_port_in_date);this.targetPortInTimeRangeStart=i.target_port_in_time_range_start;this.targetPortInTimeRangeEnd=i.target_port_in_time_range_end;this.losingCarrierInformation=i.losing_carrier_information;this.phoneNumbers=i.phone_numbers;this.documents=i.documents;this._solution={portInRequestSid:n||this.portInRequestSid}}get _proxy(){this._context=this._context||new PortingPortInFetchContextImpl(this._version,this._solution.portInRequestSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{portInRequestSid:this.portInRequestSid,url:this.url,accountSid:this.accountSid,notificationEmails:this.notificationEmails,targetPortInDate:this.targetPortInDate,targetPortInTimeRangeStart:this.targetPortInTimeRangeStart,targetPortInTimeRangeEnd:this.targetPortInTimeRangeEnd,losingCarrierInformation:this.losingCarrierInformation,phoneNumbers:this.phoneNumbers,documents:this.documents}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingPortInFetchInstance=PortingPortInFetchInstance;function PortingPortInFetchListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PortingPortInFetchContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PortingPortInFetchListInstance=PortingPortInFetchListInstance},93850:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PortingPortabilityListInstance=i.PortingPortabilityInstance=i.PortingPortabilityContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PortingPortabilityContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'phoneNumber' is not valid.")}this._solution={phoneNumber:i};this._uri=`/Porting/Portability/PhoneNumber/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["targetAccountSid"]!==undefined)n["TargetAccountSid"]=e["targetAccountSid"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new PortingPortabilityInstance(o,e,r._solution.phoneNumber)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingPortabilityContextImpl=PortingPortabilityContextImpl;class PortingPortabilityInstance{constructor(e,i,n){this._version=e;this.phoneNumber=i.phone_number;this.accountSid=i.account_sid;this.portable=i.portable;this.pinAndAccountNumberRequired=i.pin_and_account_number_required;this.notPortableReason=i.not_portable_reason;this.notPortableReasonCode=r.integer(i.not_portable_reason_code);this.numberType=i.number_type;this.country=i.country;this.messagingCarrier=i.messaging_carrier;this.voiceCarrier=i.voice_carrier;this.url=i.url;this._solution={phoneNumber:n||this.phoneNumber}}get _proxy(){this._context=this._context||new PortingPortabilityContextImpl(this._version,this._solution.phoneNumber);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{phoneNumber:this.phoneNumber,accountSid:this.accountSid,portable:this.portable,pinAndAccountNumberRequired:this.pinAndAccountNumberRequired,notPortableReason:this.notPortableReason,notPortableReasonCode:this.notPortableReasonCode,numberType:this.numberType,country:this.country,messagingCarrier:this.messagingCarrier,voiceCarrier:this.voiceCarrier,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingPortabilityInstance=PortingPortabilityInstance;function PortingPortabilityListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PortingPortabilityContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PortingPortabilityListInstance=PortingPortabilityListInstance},48355:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthorizationDocumentPage=i.AuthorizationDocumentListInstance=i.AuthorizationDocumentInstance=i.AuthorizationDocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(75223);class AuthorizationDocumentContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/HostedNumber/AuthorizationDocuments/${i}`}get dependentHostedNumberOrders(){this._dependentHostedNumberOrders=this._dependentHostedNumberOrders||(0,f.DependentHostedNumberOrderListInstance)(this._version,this._solution.sid);return this._dependentHostedNumberOrders}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthorizationDocumentInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentContextImpl=AuthorizationDocumentContextImpl;class AuthorizationDocumentInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.addressSid=i.address_sid;this.status=i.status;this.email=i.email;this.ccEmails=i.cc_emails;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AuthorizationDocumentContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}dependentHostedNumberOrders(){return this._proxy.dependentHostedNumberOrders}toJSON(){return{sid:this.sid,addressSid:this.addressSid,status:this.status,email:this.email,ccEmails:this.ccEmails,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentInstance=AuthorizationDocumentInstance;function AuthorizationDocumentListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AuthorizationDocumentContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/HostedNumber/AuthorizationDocuments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["addressSid"]===null||i["addressSid"]===undefined){throw new Error("Required parameter \"params['addressSid']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}if(i["contactPhoneNumber"]===null||i["contactPhoneNumber"]===undefined){throw new Error("Required parameter \"params['contactPhoneNumber']\" missing.")}if(i["hostedNumberOrderSids"]===null||i["hostedNumberOrderSids"]===undefined){throw new Error("Required parameter \"params['hostedNumberOrderSids']\" missing.")}let s={};s["AddressSid"]=i["addressSid"];s["Email"]=i["email"];s["ContactPhoneNumber"]=i["contactPhoneNumber"];s["HostedNumberOrderSids"]=c.map(i["hostedNumberOrderSids"],(e=>e));if(i["contactTitle"]!==undefined)s["ContactTitle"]=i["contactTitle"];if(i["ccEmails"]!==undefined)s["CcEmails"]=c.map(i["ccEmails"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AuthorizationDocumentInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["email"]!==undefined)s["Email"]=i["email"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthorizationDocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthorizationDocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthorizationDocumentListInstance=AuthorizationDocumentListInstance;class AuthorizationDocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthorizationDocumentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentPage=AuthorizationDocumentPage},75223:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DependentHostedNumberOrderPage=i.DependentHostedNumberOrderInstance=i.DependentHostedNumberOrderListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function DependentHostedNumberOrderListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'signingDocumentSid' is not valid.")}const n={};n._version=e;n._solution={signingDocumentSid:i};n._uri=`/HostedNumber/AuthorizationDocuments/${i}/DependentHostedNumberOrders`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["status"]!==undefined)r["Status"]=i["status"];if(i["phoneNumber"]!==undefined)r["PhoneNumber"]=i["phoneNumber"];if(i["incomingPhoneNumberSid"]!==undefined)r["IncomingPhoneNumberSid"]=i["incomingPhoneNumberSid"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new DependentHostedNumberOrderPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new DependentHostedNumberOrderPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.DependentHostedNumberOrderListInstance=DependentHostedNumberOrderListInstance;class DependentHostedNumberOrderInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.bulkHostingRequestSid=i.bulk_hosting_request_sid;this.nextStep=i.next_step;this.accountSid=i.account_sid;this.incomingPhoneNumberSid=i.incoming_phone_number_sid;this.addressSid=i.address_sid;this.signingDocumentSid=i.signing_document_sid;this.phoneNumber=i.phone_number;this.capabilities=i.capabilities;this.friendlyName=i.friendly_name;this.status=i.status;this.failureReason=i.failure_reason;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.email=i.email;this.ccEmails=i.cc_emails;this.contactTitle=i.contact_title;this.contactPhoneNumber=i.contact_phone_number}toJSON(){return{sid:this.sid,bulkHostingRequestSid:this.bulkHostingRequestSid,nextStep:this.nextStep,accountSid:this.accountSid,incomingPhoneNumberSid:this.incomingPhoneNumberSid,addressSid:this.addressSid,signingDocumentSid:this.signingDocumentSid,phoneNumber:this.phoneNumber,capabilities:this.capabilities,friendlyName:this.friendlyName,status:this.status,failureReason:this.failureReason,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,email:this.email,ccEmails:this.ccEmails,contactTitle:this.contactTitle,contactPhoneNumber:this.contactPhoneNumber}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentHostedNumberOrderInstance=DependentHostedNumberOrderInstance;class DependentHostedNumberOrderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DependentHostedNumberOrderInstance(this._version,e,this._solution.signingDocumentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentHostedNumberOrderPage=DependentHostedNumberOrderPage},36918:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BulkHostedNumberOrderListInstance=i.BulkHostedNumberOrderInstance=i.BulkHostedNumberOrderContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class BulkHostedNumberOrderContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'bulkHostingSid' is not valid.")}this._solution={bulkHostingSid:i};this._uri=`/HostedNumber/Orders/Bulk/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["orderStatus"]!==undefined)n["OrderStatus"]=e["orderStatus"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new BulkHostedNumberOrderInstance(o,e,r._solution.bulkHostingSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BulkHostedNumberOrderContextImpl=BulkHostedNumberOrderContextImpl;class BulkHostedNumberOrderInstance{constructor(e,i,n){this._version=e;this.bulkHostingSid=i.bulk_hosting_sid;this.requestStatus=i.request_status;this.friendlyName=i.friendly_name;this.notificationEmail=i.notification_email;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateCompleted=r.iso8601DateTime(i.date_completed);this.url=i.url;this.totalCount=r.integer(i.total_count);this.results=i.results;this._solution={bulkHostingSid:n||this.bulkHostingSid}}get _proxy(){this._context=this._context||new BulkHostedNumberOrderContextImpl(this._version,this._solution.bulkHostingSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{bulkHostingSid:this.bulkHostingSid,requestStatus:this.requestStatus,friendlyName:this.friendlyName,notificationEmail:this.notificationEmail,dateCreated:this.dateCreated,dateCompleted:this.dateCompleted,url:this.url,totalCount:this.totalCount,results:this.results}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BulkHostedNumberOrderInstance=BulkHostedNumberOrderInstance;function BulkHostedNumberOrderListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new BulkHostedNumberOrderContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.BulkHostedNumberOrderListInstance=BulkHostedNumberOrderListInstance},44876:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.HostedNumberOrderPage=i.HostedNumberOrderListInstance=i.HostedNumberOrderInstance=i.HostedNumberOrderContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class HostedNumberOrderContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/HostedNumber/Orders/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new HostedNumberOrderInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderContextImpl=HostedNumberOrderContextImpl;class HostedNumberOrderInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.incomingPhoneNumberSid=i.incoming_phone_number_sid;this.addressSid=i.address_sid;this.signingDocumentSid=i.signing_document_sid;this.phoneNumber=i.phone_number;this.capabilities=i.capabilities;this.friendlyName=i.friendly_name;this.status=i.status;this.failureReason=i.failure_reason;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.email=i.email;this.ccEmails=i.cc_emails;this.url=i.url;this.contactTitle=i.contact_title;this.contactPhoneNumber=i.contact_phone_number;this.bulkHostingRequestSid=i.bulk_hosting_request_sid;this.nextStep=i.next_step;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new HostedNumberOrderContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,incomingPhoneNumberSid:this.incomingPhoneNumberSid,addressSid:this.addressSid,signingDocumentSid:this.signingDocumentSid,phoneNumber:this.phoneNumber,capabilities:this.capabilities,friendlyName:this.friendlyName,status:this.status,failureReason:this.failureReason,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,email:this.email,ccEmails:this.ccEmails,url:this.url,contactTitle:this.contactTitle,contactPhoneNumber:this.contactPhoneNumber,bulkHostingRequestSid:this.bulkHostingRequestSid,nextStep:this.nextStep}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderInstance=HostedNumberOrderInstance;function HostedNumberOrderListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new HostedNumberOrderContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/HostedNumber/Orders`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}if(i["contactPhoneNumber"]===null||i["contactPhoneNumber"]===undefined){throw new Error("Required parameter \"params['contactPhoneNumber']\" missing.")}if(i["addressSid"]===null||i["addressSid"]===undefined){throw new Error("Required parameter \"params['addressSid']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}let s={};s["PhoneNumber"]=i["phoneNumber"];s["ContactPhoneNumber"]=i["contactPhoneNumber"];s["AddressSid"]=i["addressSid"];s["Email"]=i["email"];if(i["accountSid"]!==undefined)s["AccountSid"]=i["accountSid"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["ccEmails"]!==undefined)s["CcEmails"]=c.map(i["ccEmails"],(e=>e));if(i["smsUrl"]!==undefined)s["SmsUrl"]=i["smsUrl"];if(i["smsMethod"]!==undefined)s["SmsMethod"]=i["smsMethod"];if(i["smsFallbackUrl"]!==undefined)s["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsCapability"]!==undefined)s["SmsCapability"]=c.bool(i["smsCapability"]);if(i["smsFallbackMethod"]!==undefined)s["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["statusCallbackUrl"]!==undefined)s["StatusCallbackUrl"]=i["statusCallbackUrl"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["smsApplicationSid"]!==undefined)s["SmsApplicationSid"]=i["smsApplicationSid"];if(i["contactTitle"]!==undefined)s["ContactTitle"]=i["contactTitle"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new HostedNumberOrderInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["smsCapability"]!==undefined)s["SmsCapability"]=c.bool(i["smsCapability"]);if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["incomingPhoneNumberSid"]!==undefined)s["IncomingPhoneNumberSid"]=i["incomingPhoneNumberSid"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new HostedNumberOrderPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new HostedNumberOrderPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.HostedNumberOrderListInstance=HostedNumberOrderListInstance;class HostedNumberOrderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new HostedNumberOrderInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderPage=HostedNumberOrderPage},29437:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.RegulatoryComplianceListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(27712);const c=n(68798);const u=n(86094);const f=n(18721);const _=n(32231);const g=n(13301);function RegulatoryComplianceListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/RegulatoryCompliance`;Object.defineProperty(i,"bundles",{get:function bundles(){if(!i._bundles){i._bundles=(0,a.BundleListInstance)(i._version)}return i._bundles}});Object.defineProperty(i,"endUsers",{get:function endUsers(){if(!i._endUsers){i._endUsers=(0,c.EndUserListInstance)(i._version)}return i._endUsers}});Object.defineProperty(i,"endUserTypes",{get:function endUserTypes(){if(!i._endUserTypes){i._endUserTypes=(0,u.EndUserTypeListInstance)(i._version)}return i._endUserTypes}});Object.defineProperty(i,"regulations",{get:function regulations(){if(!i._regulations){i._regulations=(0,f.RegulationListInstance)(i._version)}return i._regulations}});Object.defineProperty(i,"supportingDocuments",{get:function supportingDocuments(){if(!i._supportingDocuments){i._supportingDocuments=(0,_.SupportingDocumentListInstance)(i._version)}return i._supportingDocuments}});Object.defineProperty(i,"supportingDocumentTypes",{get:function supportingDocumentTypes(){if(!i._supportingDocumentTypes){i._supportingDocumentTypes=(0,g.SupportingDocumentTypeListInstance)(i._version)}return i._supportingDocumentTypes}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.RegulatoryComplianceListInstance=RegulatoryComplianceListInstance},27712:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BundlePage=i.BundleListInstance=i.BundleInstance=i.BundleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(86068);const _=n(28306);const g=n(59854);const v=n(98505);class BundleContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/Bundles/${i}`}get bundleCopies(){this._bundleCopies=this._bundleCopies||(0,f.BundleCopyListInstance)(this._version,this._solution.sid);return this._bundleCopies}get evaluations(){this._evaluations=this._evaluations||(0,_.EvaluationListInstance)(this._version,this._solution.sid);return this._evaluations}get itemAssignments(){this._itemAssignments=this._itemAssignments||(0,g.ItemAssignmentListInstance)(this._version,this._solution.sid);return this._itemAssignments}get replaceItems(){this._replaceItems=this._replaceItems||(0,v.ReplaceItemsListInstance)(this._version,this._solution.sid);return this._replaceItems}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BundleInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["status"]!==undefined)n["Status"]=e["status"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["email"]!==undefined)n["Email"]=e["email"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new BundleInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BundleContextImpl=BundleContextImpl;class BundleInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.regulationSid=i.regulation_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.validUntil=a.iso8601DateTime(i.valid_until);this.email=i.email;this.statusCallback=i.status_callback;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new BundleContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}bundleCopies(){return this._proxy.bundleCopies}evaluations(){return this._proxy.evaluations}itemAssignments(){return this._proxy.itemAssignments}replaceItems(){return this._proxy.replaceItems}toJSON(){return{sid:this.sid,accountSid:this.accountSid,regulationSid:this.regulationSid,friendlyName:this.friendlyName,status:this.status,validUntil:this.validUntil,email:this.email,statusCallback:this.statusCallback,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BundleInstance=BundleInstance;function BundleListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new BundleContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/Bundles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Email"]=i["email"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["regulationSid"]!==undefined)s["RegulationSid"]=i["regulationSid"];if(i["isoCountry"]!==undefined)s["IsoCountry"]=i["isoCountry"];if(i["endUserType"]!==undefined)s["EndUserType"]=i["endUserType"];if(i["numberType"]!==undefined)s["NumberType"]=i["numberType"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BundleInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["regulationSid"]!==undefined)s["RegulationSid"]=i["regulationSid"];if(i["isoCountry"]!==undefined)s["IsoCountry"]=i["isoCountry"];if(i["numberType"]!==undefined)s["NumberType"]=i["numberType"];if(i["hasValidUntilDate"]!==undefined)s["HasValidUntilDate"]=c.bool(i["hasValidUntilDate"]);if(i["sortBy"]!==undefined)s["SortBy"]=i["sortBy"];if(i["sortDirection"]!==undefined)s["SortDirection"]=i["sortDirection"];if(i["validUntilDate"]!==undefined)s["ValidUntilDate"]=c.iso8601DateTime(i["validUntilDate"]);if(i["validUntilDateBefore"]!==undefined)s["ValidUntilDate<"]=c.iso8601DateTime(i["validUntilDateBefore"]);if(i["validUntilDateAfter"]!==undefined)s["ValidUntilDate>"]=c.iso8601DateTime(i["validUntilDateAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BundlePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BundlePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BundleListInstance=BundleListInstance;class BundlePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BundleInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BundlePage=BundlePage},86068:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BundleCopyPage=i.BundleCopyInstance=i.BundleCopyListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function BundleCopyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}const n={};n._version=e;n._solution={bundleSid:i};n._uri=`/RegulatoryCompliance/Bundles/${i}/Copies`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new BundleCopyInstance(a,e,n._solution.bundleSid)));c=n._version.setPromiseCallback(c,s);return c};n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new BundleCopyPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new BundleCopyPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.BundleCopyListInstance=BundleCopyListInstance;class BundleCopyInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.regulationSid=i.regulation_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.validUntil=a.iso8601DateTime(i.valid_until);this.email=i.email;this.statusCallback=i.status_callback;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,regulationSid:this.regulationSid,friendlyName:this.friendlyName,status:this.status,validUntil:this.validUntil,email:this.email,statusCallback:this.statusCallback,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BundleCopyInstance=BundleCopyInstance;class BundleCopyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BundleCopyInstance(this._version,e,this._solution.bundleSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BundleCopyPage=BundleCopyPage},28306:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EvaluationPage=i.EvaluationListInstance=i.EvaluationInstance=i.EvaluationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EvaluationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={bundleSid:i,sid:n};this._uri=`/RegulatoryCompliance/Bundles/${i}/Evaluations/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EvaluationInstance(n,e,i._solution.bundleSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EvaluationContextImpl=EvaluationContextImpl;class EvaluationInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.regulationSid=i.regulation_sid;this.bundleSid=i.bundle_sid;this.status=i.status;this.results=i.results;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={bundleSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new EvaluationContextImpl(this._version,this._solution.bundleSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,regulationSid:this.regulationSid,bundleSid:this.bundleSid,status:this.status,results:this.results,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EvaluationInstance=EvaluationInstance;function EvaluationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new EvaluationContextImpl(e,i,n)};instance._version=e;instance._solution={bundleSid:i};instance._uri=`/RegulatoryCompliance/Bundles/${i}/Evaluations`;instance.create=function create(i){let n=e,s=n.create({uri:instance._uri,method:"post"});s=s.then((e=>new EvaluationInstance(n,e,instance._solution.bundleSid)));s=instance._version.setPromiseCallback(s,i);return s};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EvaluationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EvaluationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EvaluationListInstance=EvaluationListInstance;class EvaluationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EvaluationInstance(this._version,e,this._solution.bundleSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EvaluationPage=EvaluationPage},59854:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ItemAssignmentPage=i.ItemAssignmentListInstance=i.ItemAssignmentInstance=i.ItemAssignmentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ItemAssignmentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={bundleSid:i,sid:n};this._uri=`/RegulatoryCompliance/Bundles/${i}/ItemAssignments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ItemAssignmentInstance(n,e,i._solution.bundleSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ItemAssignmentContextImpl=ItemAssignmentContextImpl;class ItemAssignmentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.bundleSid=i.bundle_sid;this.accountSid=i.account_sid;this.objectSid=i.object_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={bundleSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ItemAssignmentContextImpl(this._version,this._solution.bundleSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,bundleSid:this.bundleSid,accountSid:this.accountSid,objectSid:this.objectSid,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ItemAssignmentInstance=ItemAssignmentInstance;function ItemAssignmentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ItemAssignmentContextImpl(e,i,n)};instance._version=e;instance._solution={bundleSid:i};instance._uri=`/RegulatoryCompliance/Bundles/${i}/ItemAssignments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["objectSid"]===null||i["objectSid"]===undefined){throw new Error("Required parameter \"params['objectSid']\" missing.")}let s={};s["ObjectSid"]=i["objectSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ItemAssignmentInstance(o,e,instance._solution.bundleSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ItemAssignmentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ItemAssignmentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ItemAssignmentListInstance=ItemAssignmentListInstance;class ItemAssignmentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ItemAssignmentInstance(this._version,e,this._solution.bundleSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ItemAssignmentPage=ItemAssignmentPage},98505:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ReplaceItemsInstance=i.ReplaceItemsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function ReplaceItemsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}const n={};n._version=e;n._solution={bundleSid:i};n._uri=`/RegulatoryCompliance/Bundles/${i}/ReplaceItems`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["fromBundleSid"]===null||i["fromBundleSid"]===undefined){throw new Error("Required parameter \"params['fromBundleSid']\" missing.")}let r={};r["FromBundleSid"]=i["fromBundleSid"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new ReplaceItemsInstance(a,e,n._solution.bundleSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.ReplaceItemsListInstance=ReplaceItemsListInstance;class ReplaceItemsInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.regulationSid=i.regulation_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.validUntil=r.iso8601DateTime(i.valid_until);this.email=i.email;this.statusCallback=i.status_callback;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,regulationSid:this.regulationSid,friendlyName:this.friendlyName,status:this.status,validUntil:this.validUntil,email:this.email,statusCallback:this.statusCallback,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ReplaceItemsInstance=ReplaceItemsInstance},68798:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EndUserPage=i.EndUserListInstance=i.EndUserInstance=i.EndUserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EndUserContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/EndUsers/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EndUserInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=c.object(e["attributes"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new EndUserInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserContextImpl=EndUserContextImpl;class EndUserInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EndUserContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserInstance=EndUserInstance;function EndUserListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EndUserContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/EndUsers`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];if(i["attributes"]!==undefined)s["Attributes"]=c.object(i["attributes"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EndUserInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EndUserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EndUserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EndUserListInstance=EndUserListInstance;class EndUserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EndUserInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserPage=EndUserPage},86094:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EndUserTypePage=i.EndUserTypeListInstance=i.EndUserTypeInstance=i.EndUserTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EndUserTypeContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/EndUserTypes/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EndUserTypeInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypeContextImpl=EndUserTypeContextImpl;class EndUserTypeInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.machineName=i.machine_name;this.fields=i.fields;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EndUserTypeContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,machineName:this.machineName,fields:this.fields,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypeInstance=EndUserTypeInstance;function EndUserTypeListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EndUserTypeContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/EndUserTypes`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EndUserTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EndUserTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EndUserTypeListInstance=EndUserTypeListInstance;class EndUserTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EndUserTypeInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypePage=EndUserTypePage},18721:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RegulationPage=i.RegulationListInstance=i.RegulationInstance=i.RegulationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RegulationContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/Regulations/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RegulationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RegulationContextImpl=RegulationContextImpl;class RegulationInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.isoCountry=i.iso_country;this.numberType=i.number_type;this.endUserType=i.end_user_type;this.requirements=i.requirements;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RegulationContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,isoCountry:this.isoCountry,numberType:this.numberType,endUserType:this.endUserType,requirements:this.requirements,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RegulationInstance=RegulationInstance;function RegulationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RegulationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/Regulations`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["endUserType"]!==undefined)s["EndUserType"]=i["endUserType"];if(i["isoCountry"]!==undefined)s["IsoCountry"]=i["isoCountry"];if(i["numberType"]!==undefined)s["NumberType"]=i["numberType"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RegulationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RegulationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RegulationListInstance=RegulationListInstance;class RegulationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RegulationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RegulationPage=RegulationPage},32231:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SupportingDocumentPage=i.SupportingDocumentListInstance=i.SupportingDocumentInstance=i.SupportingDocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SupportingDocumentContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/SupportingDocuments/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SupportingDocumentInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=c.object(e["attributes"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SupportingDocumentInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentContextImpl=SupportingDocumentContextImpl;class SupportingDocumentInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.mimeType=i.mime_type;this.status=i.status;this.failureReason=i.failure_reason;this.type=i.type;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SupportingDocumentContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,mimeType:this.mimeType,status:this.status,failureReason:this.failureReason,type:this.type,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentInstance=SupportingDocumentInstance;function SupportingDocumentListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SupportingDocumentContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/SupportingDocuments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];if(i["attributes"]!==undefined)s["Attributes"]=c.object(i["attributes"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SupportingDocumentInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SupportingDocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SupportingDocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SupportingDocumentListInstance=SupportingDocumentListInstance;class SupportingDocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SupportingDocumentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentPage=SupportingDocumentPage},13301:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SupportingDocumentTypePage=i.SupportingDocumentTypeListInstance=i.SupportingDocumentTypeInstance=i.SupportingDocumentTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SupportingDocumentTypeContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/SupportingDocumentTypes/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SupportingDocumentTypeInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypeContextImpl=SupportingDocumentTypeContextImpl;class SupportingDocumentTypeInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.machineName=i.machine_name;this.fields=i.fields;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SupportingDocumentTypeContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,machineName:this.machineName,fields:this.fields,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypeInstance=SupportingDocumentTypeInstance;function SupportingDocumentTypeListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SupportingDocumentTypeContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/SupportingDocumentTypes`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SupportingDocumentTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SupportingDocumentTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SupportingDocumentTypeListInstance=SupportingDocumentTypeListInstance;class SupportingDocumentTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SupportingDocumentTypeInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypePage=SupportingDocumentTypePage},82477:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(55897);class DeployedDevices extends r.default{constructor(e){super(e,"DeployedDevices")}get fleets(){this._fleets=this._fleets||(0,o.FleetListInstance)(this);return this._fleets}}i["default"]=DeployedDevices},39874:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(2676);const a=n(95372);class HostedNumbers extends r.default{constructor(e){super(e,"HostedNumbers")}get authorizationDocuments(){this._authorizationDocuments=this._authorizationDocuments||(0,o.AuthorizationDocumentListInstance)(this);return this._authorizationDocuments}get hostedNumberOrders(){this._hostedNumberOrders=this._hostedNumberOrders||(0,a.HostedNumberOrderListInstance)(this);return this._hostedNumberOrders}}i["default"]=HostedNumbers},87505:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(55988);const a=n(74874);class Marketplace extends r.default{constructor(e){super(e,"marketplace")}get availableAddOns(){this._availableAddOns=this._availableAddOns||(0,o.AvailableAddOnListInstance)(this);return this._availableAddOns}get installedAddOns(){this._installedAddOns=this._installedAddOns||(0,a.InstalledAddOnListInstance)(this);return this._installedAddOns}}i["default"]=Marketplace},71881:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(53087);class Sync extends r.default{constructor(e){super(e,"Sync")}get services(){this._services=this._services||(0,o.ServiceListInstance)(this);return this._services}}i["default"]=Sync},89265:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(96714);class Understand extends r.default{constructor(e){super(e,"understand")}get assistants(){this._assistants=this._assistants||(0,o.AssistantListInstance)(this);return this._assistants}}i["default"]=Understand},87152:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(37480);const a=n(44607);const c=n(52633);class Wireless extends r.default{constructor(e){super(e,"wireless")}get commands(){this._commands=this._commands||(0,o.CommandListInstance)(this);return this._commands}get ratePlans(){this._ratePlans=this._ratePlans||(0,a.RatePlanListInstance)(this);return this._ratePlans}get sims(){this._sims=this._sims||(0,c.SimListInstance)(this);return this._sims}}i["default"]=Wireless},55897:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FleetPage=i.FleetListInstance=i.FleetInstance=i.FleetContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(59777);const _=n(66020);const g=n(41268);const v=n(34699);class FleetContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Fleets/${i}`}get certificates(){this._certificates=this._certificates||(0,f.CertificateListInstance)(this._version,this._solution.sid);return this._certificates}get deployments(){this._deployments=this._deployments||(0,_.DeploymentListInstance)(this._version,this._solution.sid);return this._deployments}get devices(){this._devices=this._devices||(0,g.DeviceListInstance)(this._version,this._solution.sid);return this._devices}get keys(){this._keys=this._keys||(0,v.KeyListInstance)(this._version,this._solution.sid);return this._keys}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FleetInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["defaultDeploymentSid"]!==undefined)n["DefaultDeploymentSid"]=e["defaultDeploymentSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FleetInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetContextImpl=FleetContextImpl;class FleetInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.url=i.url;this.uniqueName=i.unique_name;this.friendlyName=i.friendly_name;this.accountSid=i.account_sid;this.defaultDeploymentSid=i.default_deployment_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new FleetContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}certificates(){return this._proxy.certificates}deployments(){return this._proxy.deployments}devices(){return this._proxy.devices}keys(){return this._proxy.keys}toJSON(){return{sid:this.sid,url:this.url,uniqueName:this.uniqueName,friendlyName:this.friendlyName,accountSid:this.accountSid,defaultDeploymentSid:this.defaultDeploymentSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetInstance=FleetInstance;function FleetListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FleetContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Fleets`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FleetInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FleetPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FleetPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FleetListInstance=FleetListInstance;class FleetPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FleetInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetPage=FleetPage},59777:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CertificatePage=i.CertificateListInstance=i.CertificateInstance=i.CertificateContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CertificateContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={fleetSid:i,sid:n};this._uri=`/Fleets/${i}/Certificates/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CertificateInstance(n,e,i._solution.fleetSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["deviceSid"]!==undefined)n["DeviceSid"]=e["deviceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CertificateInstance(o,e,r._solution.fleetSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CertificateContextImpl=CertificateContextImpl;class CertificateInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.url=i.url;this.friendlyName=i.friendly_name;this.fleetSid=i.fleet_sid;this.accountSid=i.account_sid;this.deviceSid=i.device_sid;this.thumbprint=i.thumbprint;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={fleetSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CertificateContextImpl(this._version,this._solution.fleetSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,url:this.url,friendlyName:this.friendlyName,fleetSid:this.fleetSid,accountSid:this.accountSid,deviceSid:this.deviceSid,thumbprint:this.thumbprint,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CertificateInstance=CertificateInstance;function CertificateListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CertificateContextImpl(e,i,n)};instance._version=e;instance._solution={fleetSid:i};instance._uri=`/Fleets/${i}/Certificates`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["certificateData"]===null||i["certificateData"]===undefined){throw new Error("Required parameter \"params['certificateData']\" missing.")}let s={};s["CertificateData"]=i["certificateData"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["deviceSid"]!==undefined)s["DeviceSid"]=i["deviceSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CertificateInstance(o,e,instance._solution.fleetSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["deviceSid"]!==undefined)s["DeviceSid"]=i["deviceSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CertificatePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CertificatePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CertificateListInstance=CertificateListInstance;class CertificatePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CertificateInstance(this._version,e,this._solution.fleetSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CertificatePage=CertificatePage},66020:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeploymentPage=i.DeploymentListInstance=i.DeploymentInstance=i.DeploymentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeploymentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={fleetSid:i,sid:n};this._uri=`/Fleets/${i}/Deployments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeploymentInstance(n,e,i._solution.fleetSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["syncServiceSid"]!==undefined)n["SyncServiceSid"]=e["syncServiceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DeploymentInstance(o,e,r._solution.fleetSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentContextImpl=DeploymentContextImpl;class DeploymentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.url=i.url;this.friendlyName=i.friendly_name;this.fleetSid=i.fleet_sid;this.accountSid=i.account_sid;this.syncServiceSid=i.sync_service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={fleetSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DeploymentContextImpl(this._version,this._solution.fleetSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,url:this.url,friendlyName:this.friendlyName,fleetSid:this.fleetSid,accountSid:this.accountSid,syncServiceSid:this.syncServiceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentInstance=DeploymentInstance;function DeploymentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DeploymentContextImpl(e,i,n)};instance._version=e;instance._solution={fleetSid:i};instance._uri=`/Fleets/${i}/Deployments`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["syncServiceSid"]!==undefined)s["SyncServiceSid"]=i["syncServiceSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DeploymentInstance(o,e,instance._solution.fleetSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeploymentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeploymentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeploymentListInstance=DeploymentListInstance;class DeploymentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeploymentInstance(this._version,e,this._solution.fleetSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentPage=DeploymentPage},41268:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DevicePage=i.DeviceListInstance=i.DeviceInstance=i.DeviceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeviceContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={fleetSid:i,sid:n};this._uri=`/Fleets/${i}/Devices/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeviceInstance(n,e,i._solution.fleetSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["identity"]!==undefined)n["Identity"]=e["identity"];if(e["deploymentSid"]!==undefined)n["DeploymentSid"]=e["deploymentSid"];if(e["enabled"]!==undefined)n["Enabled"]=c.bool(e["enabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DeviceInstance(o,e,r._solution.fleetSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceContextImpl=DeviceContextImpl;class DeviceInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.url=i.url;this.uniqueName=i.unique_name;this.friendlyName=i.friendly_name;this.fleetSid=i.fleet_sid;this.enabled=i.enabled;this.accountSid=i.account_sid;this.identity=i.identity;this.deploymentSid=i.deployment_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.dateAuthenticated=a.iso8601DateTime(i.date_authenticated);this._solution={fleetSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DeviceContextImpl(this._version,this._solution.fleetSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,url:this.url,uniqueName:this.uniqueName,friendlyName:this.friendlyName,fleetSid:this.fleetSid,enabled:this.enabled,accountSid:this.accountSid,identity:this.identity,deploymentSid:this.deploymentSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,dateAuthenticated:this.dateAuthenticated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceInstance=DeviceInstance;function DeviceListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DeviceContextImpl(e,i,n)};instance._version=e;instance._solution={fleetSid:i};instance._uri=`/Fleets/${i}/Devices`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["identity"]!==undefined)s["Identity"]=i["identity"];if(i["deploymentSid"]!==undefined)s["DeploymentSid"]=i["deploymentSid"];if(i["enabled"]!==undefined)s["Enabled"]=c.bool(i["enabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DeviceInstance(o,e,instance._solution.fleetSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["deploymentSid"]!==undefined)s["DeploymentSid"]=i["deploymentSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DevicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DevicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeviceListInstance=DeviceListInstance;class DevicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeviceInstance(this._version,e,this._solution.fleetSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DevicePage=DevicePage},34699:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.KeyPage=i.KeyListInstance=i.KeyInstance=i.KeyContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class KeyContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={fleetSid:i,sid:n};this._uri=`/Fleets/${i}/Keys/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new KeyInstance(n,e,i._solution.fleetSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["deviceSid"]!==undefined)n["DeviceSid"]=e["deviceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new KeyInstance(o,e,r._solution.fleetSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyContextImpl=KeyContextImpl;class KeyInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.url=i.url;this.friendlyName=i.friendly_name;this.fleetSid=i.fleet_sid;this.accountSid=i.account_sid;this.deviceSid=i.device_sid;this.secret=i.secret;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={fleetSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new KeyContextImpl(this._version,this._solution.fleetSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,url:this.url,friendlyName:this.friendlyName,fleetSid:this.fleetSid,accountSid:this.accountSid,deviceSid:this.deviceSid,secret:this.secret,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyInstance=KeyInstance;function KeyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new KeyContextImpl(e,i,n)};instance._version=e;instance._solution={fleetSid:i};instance._uri=`/Fleets/${i}/Keys`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["deviceSid"]!==undefined)s["DeviceSid"]=i["deviceSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new KeyInstance(o,e,instance._solution.fleetSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["deviceSid"]!==undefined)s["DeviceSid"]=i["deviceSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new KeyPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new KeyPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.KeyListInstance=KeyListInstance;class KeyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new KeyInstance(this._version,e,this._solution.fleetSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyPage=KeyPage},2676:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthorizationDocumentPage=i.AuthorizationDocumentListInstance=i.AuthorizationDocumentInstance=i.AuthorizationDocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(60310);class AuthorizationDocumentContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/AuthorizationDocuments/${i}`}get dependentHostedNumberOrders(){this._dependentHostedNumberOrders=this._dependentHostedNumberOrders||(0,f.DependentHostedNumberOrderListInstance)(this._version,this._solution.sid);return this._dependentHostedNumberOrders}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthorizationDocumentInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["hostedNumberOrderSids"]!==undefined)n["HostedNumberOrderSids"]=c.map(e["hostedNumberOrderSids"],(e=>e));if(e["addressSid"]!==undefined)n["AddressSid"]=e["addressSid"];if(e["email"]!==undefined)n["Email"]=e["email"];if(e["ccEmails"]!==undefined)n["CcEmails"]=c.map(e["ccEmails"],(e=>e));if(e["status"]!==undefined)n["Status"]=e["status"];if(e["contactTitle"]!==undefined)n["ContactTitle"]=e["contactTitle"];if(e["contactPhoneNumber"]!==undefined)n["ContactPhoneNumber"]=e["contactPhoneNumber"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AuthorizationDocumentInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentContextImpl=AuthorizationDocumentContextImpl;class AuthorizationDocumentInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.addressSid=i.address_sid;this.status=i.status;this.email=i.email;this.ccEmails=i.cc_emails;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AuthorizationDocumentContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}dependentHostedNumberOrders(){return this._proxy.dependentHostedNumberOrders}toJSON(){return{sid:this.sid,addressSid:this.addressSid,status:this.status,email:this.email,ccEmails:this.ccEmails,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentInstance=AuthorizationDocumentInstance;function AuthorizationDocumentListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AuthorizationDocumentContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/AuthorizationDocuments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["hostedNumberOrderSids"]===null||i["hostedNumberOrderSids"]===undefined){throw new Error("Required parameter \"params['hostedNumberOrderSids']\" missing.")}if(i["addressSid"]===null||i["addressSid"]===undefined){throw new Error("Required parameter \"params['addressSid']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}if(i["contactTitle"]===null||i["contactTitle"]===undefined){throw new Error("Required parameter \"params['contactTitle']\" missing.")}if(i["contactPhoneNumber"]===null||i["contactPhoneNumber"]===undefined){throw new Error("Required parameter \"params['contactPhoneNumber']\" missing.")}let s={};s["HostedNumberOrderSids"]=c.map(i["hostedNumberOrderSids"],(e=>e));s["AddressSid"]=i["addressSid"];s["Email"]=i["email"];s["ContactTitle"]=i["contactTitle"];s["ContactPhoneNumber"]=i["contactPhoneNumber"];if(i["ccEmails"]!==undefined)s["CcEmails"]=c.map(i["ccEmails"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AuthorizationDocumentInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["email"]!==undefined)s["Email"]=i["email"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthorizationDocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthorizationDocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthorizationDocumentListInstance=AuthorizationDocumentListInstance;class AuthorizationDocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthorizationDocumentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentPage=AuthorizationDocumentPage},60310:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DependentHostedNumberOrderPage=i.DependentHostedNumberOrderInstance=i.DependentHostedNumberOrderListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function DependentHostedNumberOrderListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'signingDocumentSid' is not valid.")}const n={};n._version=e;n._solution={signingDocumentSid:i};n._uri=`/AuthorizationDocuments/${i}/DependentHostedNumberOrders`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["status"]!==undefined)r["Status"]=i["status"];if(i["phoneNumber"]!==undefined)r["PhoneNumber"]=i["phoneNumber"];if(i["incomingPhoneNumberSid"]!==undefined)r["IncomingPhoneNumberSid"]=i["incomingPhoneNumberSid"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)r["UniqueName"]=i["uniqueName"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new DependentHostedNumberOrderPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new DependentHostedNumberOrderPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.DependentHostedNumberOrderListInstance=DependentHostedNumberOrderListInstance;class DependentHostedNumberOrderInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.incomingPhoneNumberSid=i.incoming_phone_number_sid;this.addressSid=i.address_sid;this.signingDocumentSid=i.signing_document_sid;this.phoneNumber=i.phone_number;this.capabilities=i.capabilities;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.status=i.status;this.failureReason=i.failure_reason;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.verificationAttempts=a.integer(i.verification_attempts);this.email=i.email;this.ccEmails=i.cc_emails;this.verificationType=i.verification_type;this.verificationDocumentSid=i.verification_document_sid;this.extension=i.extension;this.callDelay=a.integer(i.call_delay);this.verificationCode=i.verification_code;this.verificationCallSids=i.verification_call_sids}toJSON(){return{sid:this.sid,accountSid:this.accountSid,incomingPhoneNumberSid:this.incomingPhoneNumberSid,addressSid:this.addressSid,signingDocumentSid:this.signingDocumentSid,phoneNumber:this.phoneNumber,capabilities:this.capabilities,friendlyName:this.friendlyName,uniqueName:this.uniqueName,status:this.status,failureReason:this.failureReason,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,verificationAttempts:this.verificationAttempts,email:this.email,ccEmails:this.ccEmails,verificationType:this.verificationType,verificationDocumentSid:this.verificationDocumentSid,extension:this.extension,callDelay:this.callDelay,verificationCode:this.verificationCode,verificationCallSids:this.verificationCallSids}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentHostedNumberOrderInstance=DependentHostedNumberOrderInstance;class DependentHostedNumberOrderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DependentHostedNumberOrderInstance(this._version,e,this._solution.signingDocumentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentHostedNumberOrderPage=DependentHostedNumberOrderPage},95372:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.HostedNumberOrderPage=i.HostedNumberOrderListInstance=i.HostedNumberOrderInstance=i.HostedNumberOrderContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class HostedNumberOrderContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/HostedNumberOrders/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new HostedNumberOrderInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["email"]!==undefined)n["Email"]=e["email"];if(e["ccEmails"]!==undefined)n["CcEmails"]=c.map(e["ccEmails"],(e=>e));if(e["status"]!==undefined)n["Status"]=e["status"];if(e["verificationCode"]!==undefined)n["VerificationCode"]=e["verificationCode"];if(e["verificationType"]!==undefined)n["VerificationType"]=e["verificationType"];if(e["verificationDocumentSid"]!==undefined)n["VerificationDocumentSid"]=e["verificationDocumentSid"];if(e["extension"]!==undefined)n["Extension"]=e["extension"];if(e["callDelay"]!==undefined)n["CallDelay"]=e["callDelay"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new HostedNumberOrderInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderContextImpl=HostedNumberOrderContextImpl;class HostedNumberOrderInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.incomingPhoneNumberSid=i.incoming_phone_number_sid;this.addressSid=i.address_sid;this.signingDocumentSid=i.signing_document_sid;this.phoneNumber=i.phone_number;this.capabilities=i.capabilities;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.status=i.status;this.failureReason=i.failure_reason;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.verificationAttempts=a.integer(i.verification_attempts);this.email=i.email;this.ccEmails=i.cc_emails;this.url=i.url;this.verificationType=i.verification_type;this.verificationDocumentSid=i.verification_document_sid;this.extension=i.extension;this.callDelay=a.integer(i.call_delay);this.verificationCode=i.verification_code;this.verificationCallSids=i.verification_call_sids;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new HostedNumberOrderContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,incomingPhoneNumberSid:this.incomingPhoneNumberSid,addressSid:this.addressSid,signingDocumentSid:this.signingDocumentSid,phoneNumber:this.phoneNumber,capabilities:this.capabilities,friendlyName:this.friendlyName,uniqueName:this.uniqueName,status:this.status,failureReason:this.failureReason,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,verificationAttempts:this.verificationAttempts,email:this.email,ccEmails:this.ccEmails,url:this.url,verificationType:this.verificationType,verificationDocumentSid:this.verificationDocumentSid,extension:this.extension,callDelay:this.callDelay,verificationCode:this.verificationCode,verificationCallSids:this.verificationCallSids}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderInstance=HostedNumberOrderInstance;function HostedNumberOrderListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new HostedNumberOrderContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/HostedNumberOrders`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}if(i["smsCapability"]===null||i["smsCapability"]===undefined){throw new Error("Required parameter \"params['smsCapability']\" missing.")}let s={};s["PhoneNumber"]=i["phoneNumber"];s["SmsCapability"]=c.bool(i["smsCapability"]);if(i["accountSid"]!==undefined)s["AccountSid"]=i["accountSid"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["ccEmails"]!==undefined)s["CcEmails"]=c.map(i["ccEmails"],(e=>e));if(i["smsUrl"]!==undefined)s["SmsUrl"]=i["smsUrl"];if(i["smsMethod"]!==undefined)s["SmsMethod"]=i["smsMethod"];if(i["smsFallbackUrl"]!==undefined)s["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsFallbackMethod"]!==undefined)s["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["statusCallbackUrl"]!==undefined)s["StatusCallbackUrl"]=i["statusCallbackUrl"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["smsApplicationSid"]!==undefined)s["SmsApplicationSid"]=i["smsApplicationSid"];if(i["addressSid"]!==undefined)s["AddressSid"]=i["addressSid"];if(i["email"]!==undefined)s["Email"]=i["email"];if(i["verificationType"]!==undefined)s["VerificationType"]=i["verificationType"];if(i["verificationDocumentSid"]!==undefined)s["VerificationDocumentSid"]=i["verificationDocumentSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new HostedNumberOrderInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["incomingPhoneNumberSid"]!==undefined)s["IncomingPhoneNumberSid"]=i["incomingPhoneNumberSid"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new HostedNumberOrderPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new HostedNumberOrderPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.HostedNumberOrderListInstance=HostedNumberOrderListInstance;class HostedNumberOrderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new HostedNumberOrderInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderPage=HostedNumberOrderPage},55988:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AvailableAddOnPage=i.AvailableAddOnListInstance=i.AvailableAddOnInstance=i.AvailableAddOnContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(71509);class AvailableAddOnContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/AvailableAddOns/${i}`}get extensions(){this._extensions=this._extensions||(0,f.AvailableAddOnExtensionListInstance)(this._version,this._solution.sid);return this._extensions}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AvailableAddOnInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnContextImpl=AvailableAddOnContextImpl;class AvailableAddOnInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.description=i.description;this.pricingType=i.pricing_type;this.configurationSchema=i.configuration_schema;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AvailableAddOnContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}extensions(){return this._proxy.extensions}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,description:this.description,pricingType:this.pricingType,configurationSchema:this.configurationSchema,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnInstance=AvailableAddOnInstance;function AvailableAddOnListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AvailableAddOnContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/AvailableAddOns`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AvailableAddOnPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AvailableAddOnPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AvailableAddOnListInstance=AvailableAddOnListInstance;class AvailableAddOnPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AvailableAddOnInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnPage=AvailableAddOnPage},71509:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AvailableAddOnExtensionPage=i.AvailableAddOnExtensionListInstance=i.AvailableAddOnExtensionInstance=i.AvailableAddOnExtensionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AvailableAddOnExtensionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'availableAddOnSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={availableAddOnSid:i,sid:n};this._uri=`/AvailableAddOns/${i}/Extensions/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AvailableAddOnExtensionInstance(n,e,i._solution.availableAddOnSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnExtensionContextImpl=AvailableAddOnExtensionContextImpl;class AvailableAddOnExtensionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.availableAddOnSid=i.available_add_on_sid;this.friendlyName=i.friendly_name;this.productName=i.product_name;this.uniqueName=i.unique_name;this.url=i.url;this._solution={availableAddOnSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new AvailableAddOnExtensionContextImpl(this._version,this._solution.availableAddOnSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,availableAddOnSid:this.availableAddOnSid,friendlyName:this.friendlyName,productName:this.productName,uniqueName:this.uniqueName,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnExtensionInstance=AvailableAddOnExtensionInstance;function AvailableAddOnExtensionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'availableAddOnSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AvailableAddOnExtensionContextImpl(e,i,n)};instance._version=e;instance._solution={availableAddOnSid:i};instance._uri=`/AvailableAddOns/${i}/Extensions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AvailableAddOnExtensionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AvailableAddOnExtensionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AvailableAddOnExtensionListInstance=AvailableAddOnExtensionListInstance;class AvailableAddOnExtensionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AvailableAddOnExtensionInstance(this._version,e,this._solution.availableAddOnSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnExtensionPage=AvailableAddOnExtensionPage},74874:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InstalledAddOnPage=i.InstalledAddOnListInstance=i.InstalledAddOnInstance=i.InstalledAddOnContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(20517);class InstalledAddOnContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/InstalledAddOns/${i}`}get extensions(){this._extensions=this._extensions||(0,f.InstalledAddOnExtensionListInstance)(this._version,this._solution.sid);return this._extensions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InstalledAddOnInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["configuration"]!==undefined)n["Configuration"]=c.object(e["configuration"]);if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InstalledAddOnInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnContextImpl=InstalledAddOnContextImpl;class InstalledAddOnInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.description=i.description;this.configuration=i.configuration;this.uniqueName=i.unique_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new InstalledAddOnContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}extensions(){return this._proxy.extensions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,description:this.description,configuration:this.configuration,uniqueName:this.uniqueName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnInstance=InstalledAddOnInstance;function InstalledAddOnListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new InstalledAddOnContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/InstalledAddOns`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["availableAddOnSid"]===null||i["availableAddOnSid"]===undefined){throw new Error("Required parameter \"params['availableAddOnSid']\" missing.")}if(i["acceptTermsOfService"]===null||i["acceptTermsOfService"]===undefined){throw new Error("Required parameter \"params['acceptTermsOfService']\" missing.")}let s={};s["AvailableAddOnSid"]=i["availableAddOnSid"];s["AcceptTermsOfService"]=c.bool(i["acceptTermsOfService"]);if(i["configuration"]!==undefined)s["Configuration"]=c.object(i["configuration"]);if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InstalledAddOnInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InstalledAddOnPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InstalledAddOnPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InstalledAddOnListInstance=InstalledAddOnListInstance;class InstalledAddOnPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InstalledAddOnInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnPage=InstalledAddOnPage},20517:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InstalledAddOnExtensionPage=i.InstalledAddOnExtensionListInstance=i.InstalledAddOnExtensionInstance=i.InstalledAddOnExtensionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InstalledAddOnExtensionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'installedAddOnSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={installedAddOnSid:i,sid:n};this._uri=`/InstalledAddOns/${i}/Extensions/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InstalledAddOnExtensionInstance(n,e,i._solution.installedAddOnSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["enabled"]===null||e["enabled"]===undefined){throw new Error("Required parameter \"params['enabled']\" missing.")}let n={};n["Enabled"]=c.bool(e["enabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InstalledAddOnExtensionInstance(o,e,r._solution.installedAddOnSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnExtensionContextImpl=InstalledAddOnExtensionContextImpl;class InstalledAddOnExtensionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.installedAddOnSid=i.installed_add_on_sid;this.friendlyName=i.friendly_name;this.productName=i.product_name;this.uniqueName=i.unique_name;this.enabled=i.enabled;this.url=i.url;this._solution={installedAddOnSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new InstalledAddOnExtensionContextImpl(this._version,this._solution.installedAddOnSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,installedAddOnSid:this.installedAddOnSid,friendlyName:this.friendlyName,productName:this.productName,uniqueName:this.uniqueName,enabled:this.enabled,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnExtensionInstance=InstalledAddOnExtensionInstance;function InstalledAddOnExtensionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'installedAddOnSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new InstalledAddOnExtensionContextImpl(e,i,n)};instance._version=e;instance._solution={installedAddOnSid:i};instance._uri=`/InstalledAddOns/${i}/Extensions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InstalledAddOnExtensionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InstalledAddOnExtensionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InstalledAddOnExtensionListInstance=InstalledAddOnExtensionListInstance;class InstalledAddOnExtensionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InstalledAddOnExtensionInstance(this._version,e,this._solution.installedAddOnSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnExtensionPage=InstalledAddOnExtensionPage},53087:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(28234);const _=n(45068);const g=n(47515);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get documents(){this._documents=this._documents||(0,f.DocumentListInstance)(this._version,this._solution.sid);return this._documents}get syncLists(){this._syncLists=this._syncLists||(0,_.SyncListListInstance)(this._version,this._solution.sid);return this._syncLists}get syncMaps(){this._syncMaps=this._syncMaps||(0,g.SyncMapListInstance)(this._version,this._solution.sid);return this._syncMaps}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["reachabilityWebhooksEnabled"]!==undefined)n["ReachabilityWebhooksEnabled"]=c.bool(e["reachabilityWebhooksEnabled"]);if(e["aclEnabled"]!==undefined)n["AclEnabled"]=c.bool(e["aclEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.webhookUrl=i.webhook_url;this.reachabilityWebhooksEnabled=i.reachability_webhooks_enabled;this.aclEnabled=i.acl_enabled;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}documents(){return this._proxy.documents}syncLists(){return this._proxy.syncLists}syncMaps(){return this._proxy.syncMaps}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,webhookUrl:this.webhookUrl,reachabilityWebhooksEnabled:this.reachabilityWebhooksEnabled,aclEnabled:this.aclEnabled,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["webhookUrl"]!==undefined)s["WebhookUrl"]=i["webhookUrl"];if(i["reachabilityWebhooksEnabled"]!==undefined)s["ReachabilityWebhooksEnabled"]=c.bool(i["reachabilityWebhooksEnabled"]);if(i["aclEnabled"]!==undefined)s["AclEnabled"]=c.bool(i["aclEnabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},28234:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DocumentPage=i.DocumentListInstance=i.DocumentInstance=i.DocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(58236);class DocumentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Documents/${n}`}get documentPermissions(){this._documentPermissions=this._documentPermissions||(0,f.DocumentPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._documentPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DocumentInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["data"]===null||e["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let n={};n["Data"]=c.object(e["data"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DocumentInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentContextImpl=DocumentContextImpl;class DocumentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.data=i.data;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DocumentContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}documentPermissions(){return this._proxy.documentPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,data:this.data,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentInstance=DocumentInstance;function DocumentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DocumentContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Documents`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["data"]!==undefined)s["Data"]=c.object(i["data"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DocumentInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DocumentListInstance=DocumentListInstance;class DocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DocumentInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPage=DocumentPage},58236:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DocumentPermissionPage=i.DocumentPermissionListInstance=i.DocumentPermissionInstance=i.DocumentPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DocumentPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'documentSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,documentSid:n,identity:s};this._uri=`/Services/${i}/Documents/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DocumentPermissionInstance(n,e,i._solution.serviceSid,i._solution.documentSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DocumentPermissionInstance(o,e,r._solution.serviceSid,r._solution.documentSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionContextImpl=DocumentPermissionContextImpl;class DocumentPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.documentSid=i.document_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,documentSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new DocumentPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.documentSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,documentSid:this.documentSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionInstance=DocumentPermissionInstance;function DocumentPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'documentSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new DocumentPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,documentSid:n};instance._uri=`/Services/${i}/Documents/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DocumentPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DocumentPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DocumentPermissionListInstance=DocumentPermissionListInstance;class DocumentPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DocumentPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.documentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionPage=DocumentPermissionPage},45068:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListPage=i.SyncListListInstance=i.SyncListInstance=i.SyncListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(58940);const _=n(14413);class SyncListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Lists/${n}`}get syncListItems(){this._syncListItems=this._syncListItems||(0,f.SyncListItemListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncListItems}get syncListPermissions(){this._syncListPermissions=this._syncListPermissions||(0,_.SyncListPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncListPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListContextImpl=SyncListContextImpl;class SyncListInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SyncListContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}syncListItems(){return this._proxy.syncListItems}syncListPermissions(){return this._proxy.syncListPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListInstance=SyncListInstance;function SyncListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SyncListContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Lists`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncListInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListListInstance=SyncListListInstance;class SyncListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPage=SyncListPage},58940:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListItemPage=i.SyncListItemListInstance=i.SyncListItemInstance=i.SyncListItemContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncListItemContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'index' is not valid.")}this._solution={serviceSid:i,listSid:n,index:s};this._uri=`/Services/${i}/Lists/${n}/Items/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListItemInstance(n,e,i._solution.serviceSid,i._solution.listSid,i._solution.index)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["data"]===null||e["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let n={};n["Data"]=c.object(e["data"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncListItemInstance(o,e,r._solution.serviceSid,r._solution.listSid,r._solution.index)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemContextImpl=SyncListItemContextImpl;class SyncListItemInstance{constructor(e,i,n,s,r){this._version=e;this.index=a.integer(i.index);this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.listSid=i.list_sid;this.url=i.url;this.revision=i.revision;this.data=i.data;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,listSid:s,index:r||this.index}}get _proxy(){this._context=this._context||new SyncListItemContextImpl(this._version,this._solution.serviceSid,this._solution.listSid,this._solution.index);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{index:this.index,accountSid:this.accountSid,serviceSid:this.serviceSid,listSid:this.listSid,url:this.url,revision:this.revision,data:this.data,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemInstance=SyncListItemInstance;function SyncListItemListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncListItemContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,listSid:n};instance._uri=`/Services/${i}/Lists/${n}/Items`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["data"]===null||i["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let s={};s["Data"]=c.object(i["data"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncListItemInstance(o,e,instance._solution.serviceSid,instance._solution.listSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["bounds"]!==undefined)s["Bounds"]=i["bounds"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListItemPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListItemPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListItemListInstance=SyncListItemListInstance;class SyncListItemPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListItemInstance(this._version,e,this._solution.serviceSid,this._solution.listSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemPage=SyncListItemPage},14413:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListPermissionPage=i.SyncListPermissionListInstance=i.SyncListPermissionInstance=i.SyncListPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncListPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,listSid:n,identity:s};this._uri=`/Services/${i}/Lists/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListPermissionInstance(n,e,i._solution.serviceSid,i._solution.listSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncListPermissionInstance(o,e,r._solution.serviceSid,r._solution.listSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionContextImpl=SyncListPermissionContextImpl;class SyncListPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.listSid=i.list_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,listSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new SyncListPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.listSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,listSid:this.listSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionInstance=SyncListPermissionInstance;function SyncListPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncListPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,listSid:n};instance._uri=`/Services/${i}/Lists/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListPermissionListInstance=SyncListPermissionListInstance;class SyncListPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.listSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionPage=SyncListPermissionPage},47515:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapPage=i.SyncMapListInstance=i.SyncMapInstance=i.SyncMapContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(76296);const _=n(51290);class SyncMapContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Maps/${n}`}get syncMapItems(){this._syncMapItems=this._syncMapItems||(0,f.SyncMapItemListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncMapItems}get syncMapPermissions(){this._syncMapPermissions=this._syncMapPermissions||(0,_.SyncMapPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncMapPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapContextImpl=SyncMapContextImpl;class SyncMapInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SyncMapContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}syncMapItems(){return this._proxy.syncMapItems}syncMapPermissions(){return this._proxy.syncMapPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapInstance=SyncMapInstance;function SyncMapListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SyncMapContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Maps`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncMapInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapListInstance=SyncMapListInstance;class SyncMapPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPage=SyncMapPage},76296:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapItemPage=i.SyncMapItemListInstance=i.SyncMapItemInstance=i.SyncMapItemContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncMapItemContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'key' is not valid.")}this._solution={serviceSid:i,mapSid:n,key:s};this._uri=`/Services/${i}/Maps/${n}/Items/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapItemInstance(n,e,i._solution.serviceSid,i._solution.mapSid,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["data"]===null||e["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let n={};n["Data"]=c.object(e["data"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncMapItemInstance(o,e,r._solution.serviceSid,r._solution.mapSid,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemContextImpl=SyncMapItemContextImpl;class SyncMapItemInstance{constructor(e,i,n,s,r){this._version=e;this.key=i.key;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.mapSid=i.map_sid;this.url=i.url;this.revision=i.revision;this.data=i.data;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,mapSid:s,key:r||this.key}}get _proxy(){this._context=this._context||new SyncMapItemContextImpl(this._version,this._solution.serviceSid,this._solution.mapSid,this._solution.key);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{key:this.key,accountSid:this.accountSid,serviceSid:this.serviceSid,mapSid:this.mapSid,url:this.url,revision:this.revision,data:this.data,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemInstance=SyncMapItemInstance;function SyncMapItemListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncMapItemContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,mapSid:n};instance._uri=`/Services/${i}/Maps/${n}/Items`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["data"]===null||i["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let s={};s["Key"]=i["key"];s["Data"]=c.object(i["data"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncMapItemInstance(o,e,instance._solution.serviceSid,instance._solution.mapSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["bounds"]!==undefined)s["Bounds"]=i["bounds"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapItemPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapItemPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapItemListInstance=SyncMapItemListInstance;class SyncMapItemPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapItemInstance(this._version,e,this._solution.serviceSid,this._solution.mapSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemPage=SyncMapItemPage},51290:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapPermissionPage=i.SyncMapPermissionListInstance=i.SyncMapPermissionInstance=i.SyncMapPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncMapPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,mapSid:n,identity:s};this._uri=`/Services/${i}/Maps/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapPermissionInstance(n,e,i._solution.serviceSid,i._solution.mapSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncMapPermissionInstance(o,e,r._solution.serviceSid,r._solution.mapSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionContextImpl=SyncMapPermissionContextImpl;class SyncMapPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.mapSid=i.map_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,mapSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new SyncMapPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.mapSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,mapSid:this.mapSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionInstance=SyncMapPermissionInstance;function SyncMapPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncMapPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,mapSid:n};instance._uri=`/Services/${i}/Maps/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapPermissionListInstance=SyncMapPermissionListInstance;class SyncMapPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.mapSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionPage=SyncMapPermissionPage},96714:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssistantPage=i.AssistantListInstance=i.AssistantInstance=i.AssistantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(51746);const _=n(33903);const g=n(96381);const v=n(40281);const S=n(80365);const b=n(60731);const P=n(70387);const C=n(75994);class AssistantContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Assistants/${i}`}get assistantFallbackActions(){this._assistantFallbackActions=this._assistantFallbackActions||(0,f.AssistantFallbackActionsListInstance)(this._version,this._solution.sid);return this._assistantFallbackActions}get assistantInitiationActions(){this._assistantInitiationActions=this._assistantInitiationActions||(0,_.AssistantInitiationActionsListInstance)(this._version,this._solution.sid);return this._assistantInitiationActions}get dialogues(){this._dialogues=this._dialogues||(0,g.DialogueListInstance)(this._version,this._solution.sid);return this._dialogues}get fieldTypes(){this._fieldTypes=this._fieldTypes||(0,v.FieldTypeListInstance)(this._version,this._solution.sid);return this._fieldTypes}get modelBuilds(){this._modelBuilds=this._modelBuilds||(0,S.ModelBuildListInstance)(this._version,this._solution.sid);return this._modelBuilds}get queries(){this._queries=this._queries||(0,b.QueryListInstance)(this._version,this._solution.sid);return this._queries}get styleSheet(){this._styleSheet=this._styleSheet||(0,P.StyleSheetListInstance)(this._version,this._solution.sid);return this._styleSheet}get tasks(){this._tasks=this._tasks||(0,C.TaskListInstance)(this._version,this._solution.sid);return this._tasks}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssistantInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["logQueries"]!==undefined)n["LogQueries"]=c.bool(e["logQueries"]);if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["callbackEvents"]!==undefined)n["CallbackEvents"]=e["callbackEvents"];if(e["fallbackActions"]!==undefined)n["FallbackActions"]=c.object(e["fallbackActions"]);if(e["initiationActions"]!==undefined)n["InitiationActions"]=c.object(e["initiationActions"]);if(e["styleSheet"]!==undefined)n["StyleSheet"]=c.object(e["styleSheet"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AssistantInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssistantContextImpl=AssistantContextImpl;class AssistantInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.latestModelBuildSid=i.latest_model_build_sid;this.links=i.links;this.logQueries=i.log_queries;this.sid=i.sid;this.uniqueName=i.unique_name;this.url=i.url;this.callbackUrl=i.callback_url;this.callbackEvents=i.callback_events;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AssistantContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}assistantFallbackActions(){return this._proxy.assistantFallbackActions}assistantInitiationActions(){return this._proxy.assistantInitiationActions}dialogues(){return this._proxy.dialogues}fieldTypes(){return this._proxy.fieldTypes}modelBuilds(){return this._proxy.modelBuilds}queries(){return this._proxy.queries}styleSheet(){return this._proxy.styleSheet}tasks(){return this._proxy.tasks}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,latestModelBuildSid:this.latestModelBuildSid,links:this.links,logQueries:this.logQueries,sid:this.sid,uniqueName:this.uniqueName,url:this.url,callbackUrl:this.callbackUrl,callbackEvents:this.callbackEvents}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssistantInstance=AssistantInstance;function AssistantListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AssistantContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Assistants`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["logQueries"]!==undefined)s["LogQueries"]=c.bool(i["logQueries"]);if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["callbackEvents"]!==undefined)s["CallbackEvents"]=i["callbackEvents"];if(i["fallbackActions"]!==undefined)s["FallbackActions"]=c.object(i["fallbackActions"]);if(i["initiationActions"]!==undefined)s["InitiationActions"]=c.object(i["initiationActions"]);if(i["styleSheet"]!==undefined)s["StyleSheet"]=c.object(i["styleSheet"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AssistantInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssistantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssistantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssistantListInstance=AssistantListInstance;class AssistantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssistantInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssistantPage=AssistantPage},51746:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AssistantFallbackActionsListInstance=i.AssistantFallbackActionsInstance=i.AssistantFallbackActionsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class AssistantFallbackActionsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}this._solution={assistantSid:i};this._uri=`/Assistants/${i}/FallbackActions`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssistantFallbackActionsInstance(n,e,i._solution.assistantSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["fallbackActions"]!==undefined)n["FallbackActions"]=o.object(e["fallbackActions"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new AssistantFallbackActionsInstance(a,e,r._solution.assistantSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AssistantFallbackActionsContextImpl=AssistantFallbackActionsContextImpl;class AssistantFallbackActionsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.url=i.url;this.data=i.data;this._solution={assistantSid:n}}get _proxy(){this._context=this._context||new AssistantFallbackActionsContextImpl(this._version,this._solution.assistantSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,url:this.url,data:this.data}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AssistantFallbackActionsInstance=AssistantFallbackActionsInstance;function AssistantFallbackActionsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new AssistantFallbackActionsContextImpl(e,i)};instance._version=e;instance._solution={assistantSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AssistantFallbackActionsListInstance=AssistantFallbackActionsListInstance},33903:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AssistantInitiationActionsListInstance=i.AssistantInitiationActionsInstance=i.AssistantInitiationActionsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class AssistantInitiationActionsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}this._solution={assistantSid:i};this._uri=`/Assistants/${i}/InitiationActions`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssistantInitiationActionsInstance(n,e,i._solution.assistantSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["initiationActions"]!==undefined)n["InitiationActions"]=o.object(e["initiationActions"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new AssistantInitiationActionsInstance(a,e,r._solution.assistantSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AssistantInitiationActionsContextImpl=AssistantInitiationActionsContextImpl;class AssistantInitiationActionsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.url=i.url;this.data=i.data;this._solution={assistantSid:n}}get _proxy(){this._context=this._context||new AssistantInitiationActionsContextImpl(this._version,this._solution.assistantSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,url:this.url,data:this.data}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AssistantInitiationActionsInstance=AssistantInitiationActionsInstance;function AssistantInitiationActionsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new AssistantInitiationActionsContextImpl(e,i)};instance._version=e;instance._solution={assistantSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AssistantInitiationActionsListInstance=AssistantInitiationActionsListInstance},96381:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DialogueListInstance=i.DialogueInstance=i.DialogueContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class DialogueContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/Dialogues/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DialogueInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DialogueContextImpl=DialogueContextImpl;class DialogueInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.data=i.data;this.url=i.url;this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DialogueContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,sid:this.sid,data:this.data,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DialogueInstance=DialogueInstance;function DialogueListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DialogueContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DialogueListInstance=DialogueListInstance},40281:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FieldTypePage=i.FieldTypeListInstance=i.FieldTypeInstance=i.FieldTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(47746);class FieldTypeContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/FieldTypes/${n}`}get fieldValues(){this._fieldValues=this._fieldValues||(0,f.FieldValueListInstance)(this._version,this._solution.assistantSid,this._solution.sid);return this._fieldValues}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FieldTypeInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FieldTypeInstance(o,e,r._solution.assistantSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldTypeContextImpl=FieldTypeContextImpl;class FieldTypeInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.links=i.links;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.uniqueName=i.unique_name;this.url=i.url;this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new FieldTypeContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}fieldValues(){return this._proxy.fieldValues}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,links:this.links,assistantSid:this.assistantSid,sid:this.sid,uniqueName:this.uniqueName,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldTypeInstance=FieldTypeInstance;function FieldTypeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new FieldTypeContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=`/Assistants/${i}/FieldTypes`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FieldTypeInstance(o,e,instance._solution.assistantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FieldTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FieldTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FieldTypeListInstance=FieldTypeListInstance;class FieldTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FieldTypeInstance(this._version,e,this._solution.assistantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldTypePage=FieldTypePage},47746:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FieldValuePage=i.FieldValueListInstance=i.FieldValueInstance=i.FieldValueContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FieldValueContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'fieldTypeSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,fieldTypeSid:n,sid:s};this._uri=`/Assistants/${i}/FieldTypes/${n}/FieldValues/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FieldValueInstance(n,e,i._solution.assistantSid,i._solution.fieldTypeSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldValueContextImpl=FieldValueContextImpl;class FieldValueInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.fieldTypeSid=i.field_type_sid;this.language=i.language;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.value=i.value;this.url=i.url;this.synonymOf=i.synonym_of;this._solution={assistantSid:n,fieldTypeSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new FieldValueContextImpl(this._version,this._solution.assistantSid,this._solution.fieldTypeSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,fieldTypeSid:this.fieldTypeSid,language:this.language,assistantSid:this.assistantSid,sid:this.sid,value:this.value,url:this.url,synonymOf:this.synonymOf}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldValueInstance=FieldValueInstance;function FieldValueListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'fieldTypeSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new FieldValueContextImpl(e,i,n,s)};instance._version=e;instance._solution={assistantSid:i,fieldTypeSid:n};instance._uri=`/Assistants/${i}/FieldTypes/${n}/FieldValues`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["language"]===null||i["language"]===undefined){throw new Error("Required parameter \"params['language']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Language"]=i["language"];s["Value"]=i["value"];if(i["synonymOf"]!==undefined)s["SynonymOf"]=i["synonymOf"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FieldValueInstance(o,e,instance._solution.assistantSid,instance._solution.fieldTypeSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["language"]!==undefined)s["Language"]=i["language"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FieldValuePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FieldValuePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FieldValueListInstance=FieldValueListInstance;class FieldValuePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FieldValueInstance(this._version,e,this._solution.assistantSid,this._solution.fieldTypeSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldValuePage=FieldValuePage},80365:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ModelBuildPage=i.ModelBuildListInstance=i.ModelBuildInstance=i.ModelBuildContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ModelBuildContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/ModelBuilds/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ModelBuildInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ModelBuildInstance(o,e,r._solution.assistantSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ModelBuildContextImpl=ModelBuildContextImpl;class ModelBuildInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.assistantSid=i.assistant_sid;this.sid=i.sid;this.status=i.status;this.uniqueName=i.unique_name;this.url=i.url;this.buildDuration=a.integer(i.build_duration);this.errorCode=a.integer(i.error_code);this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ModelBuildContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,assistantSid:this.assistantSid,sid:this.sid,status:this.status,uniqueName:this.uniqueName,url:this.url,buildDuration:this.buildDuration,errorCode:this.errorCode}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ModelBuildInstance=ModelBuildInstance;function ModelBuildListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ModelBuildContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=`/Assistants/${i}/ModelBuilds`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ModelBuildInstance(o,e,instance._solution.assistantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ModelBuildPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ModelBuildPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ModelBuildListInstance=ModelBuildListInstance;class ModelBuildPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ModelBuildInstance(this._version,e,this._solution.assistantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ModelBuildPage=ModelBuildPage},60731:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.QueryPage=i.QueryListInstance=i.QueryInstance=i.QueryContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class QueryContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/Queries/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new QueryInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["sampleSid"]!==undefined)n["SampleSid"]=e["sampleSid"];if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new QueryInstance(o,e,r._solution.assistantSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueryContextImpl=QueryContextImpl;class QueryInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.results=i.results;this.language=i.language;this.modelBuildSid=i.model_build_sid;this.query=i.query;this.sampleSid=i.sample_sid;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.status=i.status;this.url=i.url;this.sourceChannel=i.source_channel;this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new QueryContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,results:this.results,language:this.language,modelBuildSid:this.modelBuildSid,query:this.query,sampleSid:this.sampleSid,assistantSid:this.assistantSid,sid:this.sid,status:this.status,url:this.url,sourceChannel:this.sourceChannel}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueryInstance=QueryInstance;function QueryListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new QueryContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=`/Assistants/${i}/Queries`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["language"]===null||i["language"]===undefined){throw new Error("Required parameter \"params['language']\" missing.")}if(i["query"]===null||i["query"]===undefined){throw new Error("Required parameter \"params['query']\" missing.")}let s={};s["Language"]=i["language"];s["Query"]=i["query"];if(i["tasks"]!==undefined)s["Tasks"]=i["tasks"];if(i["modelBuild"]!==undefined)s["ModelBuild"]=i["modelBuild"];if(i["field"]!==undefined)s["Field"]=i["field"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new QueryInstance(o,e,instance._solution.assistantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["language"]!==undefined)s["Language"]=i["language"];if(i["modelBuild"]!==undefined)s["ModelBuild"]=i["modelBuild"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new QueryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new QueryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.QueryListInstance=QueryListInstance;class QueryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new QueryInstance(this._version,e,this._solution.assistantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueryPage=QueryPage},70387:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.StyleSheetListInstance=i.StyleSheetInstance=i.StyleSheetContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class StyleSheetContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}this._solution={assistantSid:i};this._uri=`/Assistants/${i}/StyleSheet`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new StyleSheetInstance(n,e,i._solution.assistantSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["styleSheet"]!==undefined)n["StyleSheet"]=o.object(e["styleSheet"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new StyleSheetInstance(a,e,r._solution.assistantSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StyleSheetContextImpl=StyleSheetContextImpl;class StyleSheetInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.url=i.url;this.data=i.data;this._solution={assistantSid:n}}get _proxy(){this._context=this._context||new StyleSheetContextImpl(this._version,this._solution.assistantSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,url:this.url,data:this.data}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StyleSheetInstance=StyleSheetInstance;function StyleSheetListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new StyleSheetContextImpl(e,i)};instance._version=e;instance._solution={assistantSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.StyleSheetListInstance=StyleSheetListInstance},75994:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TaskPage=i.TaskListInstance=i.TaskInstance=i.TaskContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(74686);const _=n(98401);const g=n(47050);const v=n(48520);class TaskContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,sid:n};this._uri=`/Assistants/${i}/Tasks/${n}`}get fields(){this._fields=this._fields||(0,f.FieldListInstance)(this._version,this._solution.assistantSid,this._solution.sid);return this._fields}get samples(){this._samples=this._samples||(0,_.SampleListInstance)(this._version,this._solution.assistantSid,this._solution.sid);return this._samples}get taskActions(){this._taskActions=this._taskActions||(0,g.TaskActionsListInstance)(this._version,this._solution.assistantSid,this._solution.sid);return this._taskActions}get statistics(){this._statistics=this._statistics||(0,v.TaskStatisticsListInstance)(this._version,this._solution.assistantSid,this._solution.sid);return this._statistics}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskInstance(n,e,i._solution.assistantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["actions"]!==undefined)n["Actions"]=c.object(e["actions"]);if(e["actionsUrl"]!==undefined)n["ActionsUrl"]=e["actionsUrl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TaskInstance(o,e,r._solution.assistantSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskContextImpl=TaskContextImpl;class TaskInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.links=i.links;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.uniqueName=i.unique_name;this.actionsUrl=i.actions_url;this.url=i.url;this._solution={assistantSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TaskContextImpl(this._version,this._solution.assistantSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}fields(){return this._proxy.fields}samples(){return this._proxy.samples}taskActions(){return this._proxy.taskActions}statistics(){return this._proxy.statistics}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,links:this.links,assistantSid:this.assistantSid,sid:this.sid,uniqueName:this.uniqueName,actionsUrl:this.actionsUrl,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskInstance=TaskInstance;function TaskListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TaskContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i};instance._uri=`/Assistants/${i}/Tasks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["actions"]!==undefined)s["Actions"]=c.object(i["actions"]);if(i["actionsUrl"]!==undefined)s["ActionsUrl"]=i["actionsUrl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TaskInstance(o,e,instance._solution.assistantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TaskPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TaskPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TaskListInstance=TaskListInstance;class TaskPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TaskInstance(this._version,e,this._solution.assistantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskPage=TaskPage},74686:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FieldPage=i.FieldListInstance=i.FieldInstance=i.FieldContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FieldContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,taskSid:n,sid:s};this._uri=`/Assistants/${i}/Tasks/${n}/Fields/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FieldInstance(n,e,i._solution.assistantSid,i._solution.taskSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldContextImpl=FieldContextImpl;class FieldInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.fieldType=i.field_type;this.taskSid=i.task_sid;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.uniqueName=i.unique_name;this.url=i.url;this._solution={assistantSid:n,taskSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new FieldContextImpl(this._version,this._solution.assistantSid,this._solution.taskSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,fieldType:this.fieldType,taskSid:this.taskSid,assistantSid:this.assistantSid,sid:this.sid,uniqueName:this.uniqueName,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldInstance=FieldInstance;function FieldListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new FieldContextImpl(e,i,n,s)};instance._version=e;instance._solution={assistantSid:i,taskSid:n};instance._uri=`/Assistants/${i}/Tasks/${n}/Fields`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["fieldType"]===null||i["fieldType"]===undefined){throw new Error("Required parameter \"params['fieldType']\" missing.")}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["FieldType"]=i["fieldType"];s["UniqueName"]=i["uniqueName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FieldInstance(o,e,instance._solution.assistantSid,instance._solution.taskSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FieldPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FieldPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FieldListInstance=FieldListInstance;class FieldPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FieldInstance(this._version,e,this._solution.assistantSid,this._solution.taskSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FieldPage=FieldPage},98401:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SamplePage=i.SampleListInstance=i.SampleInstance=i.SampleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SampleContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={assistantSid:i,taskSid:n,sid:s};this._uri=`/Assistants/${i}/Tasks/${n}/Samples/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SampleInstance(n,e,i._solution.assistantSid,i._solution.taskSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["language"]!==undefined)n["Language"]=e["language"];if(e["taggedText"]!==undefined)n["TaggedText"]=e["taggedText"];if(e["sourceChannel"]!==undefined)n["SourceChannel"]=e["sourceChannel"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SampleInstance(o,e,r._solution.assistantSid,r._solution.taskSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SampleContextImpl=SampleContextImpl;class SampleInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.taskSid=i.task_sid;this.language=i.language;this.assistantSid=i.assistant_sid;this.sid=i.sid;this.taggedText=i.tagged_text;this.url=i.url;this.sourceChannel=i.source_channel;this._solution={assistantSid:n,taskSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new SampleContextImpl(this._version,this._solution.assistantSid,this._solution.taskSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,taskSid:this.taskSid,language:this.language,assistantSid:this.assistantSid,sid:this.sid,taggedText:this.taggedText,url:this.url,sourceChannel:this.sourceChannel}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SampleInstance=SampleInstance;function SampleListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SampleContextImpl(e,i,n,s)};instance._version=e;instance._solution={assistantSid:i,taskSid:n};instance._uri=`/Assistants/${i}/Tasks/${n}/Samples`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["language"]===null||i["language"]===undefined){throw new Error("Required parameter \"params['language']\" missing.")}if(i["taggedText"]===null||i["taggedText"]===undefined){throw new Error("Required parameter \"params['taggedText']\" missing.")}let s={};s["Language"]=i["language"];s["TaggedText"]=i["taggedText"];if(i["sourceChannel"]!==undefined)s["SourceChannel"]=i["sourceChannel"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SampleInstance(o,e,instance._solution.assistantSid,instance._solution.taskSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["language"]!==undefined)s["Language"]=i["language"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SamplePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SamplePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SampleListInstance=SampleListInstance;class SamplePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SampleInstance(this._version,e,this._solution.assistantSid,this._solution.taskSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SamplePage=SamplePage},47050:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TaskActionsListInstance=i.TaskActionsInstance=i.TaskActionsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TaskActionsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}this._solution={assistantSid:i,taskSid:n};this._uri=`/Assistants/${i}/Tasks/${n}/Actions`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskActionsInstance(n,e,i._solution.assistantSid,i._solution.taskSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["actions"]!==undefined)n["Actions"]=o.object(e["actions"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new TaskActionsInstance(a,e,r._solution.assistantSid,r._solution.taskSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskActionsContextImpl=TaskActionsContextImpl;class TaskActionsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.taskSid=i.task_sid;this.url=i.url;this.data=i.data;this._solution={assistantSid:n,taskSid:s}}get _proxy(){this._context=this._context||new TaskActionsContextImpl(this._version,this._solution.assistantSid,this._solution.taskSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,taskSid:this.taskSid,url:this.url,data:this.data}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskActionsInstance=TaskActionsInstance;function TaskActionsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new TaskActionsContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i,taskSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TaskActionsListInstance=TaskActionsListInstance},48520:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TaskStatisticsListInstance=i.TaskStatisticsInstance=i.TaskStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TaskStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}this._solution={assistantSid:i,taskSid:n};this._uri=`/Assistants/${i}/Tasks/${n}/Statistics`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskStatisticsInstance(n,e,i._solution.assistantSid,i._solution.taskSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskStatisticsContextImpl=TaskStatisticsContextImpl;class TaskStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.assistantSid=i.assistant_sid;this.taskSid=i.task_sid;this.samplesCount=r.integer(i.samples_count);this.fieldsCount=r.integer(i.fields_count);this.url=i.url;this._solution={assistantSid:n,taskSid:s}}get _proxy(){this._context=this._context||new TaskStatisticsContextImpl(this._version,this._solution.assistantSid,this._solution.taskSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,assistantSid:this.assistantSid,taskSid:this.taskSid,samplesCount:this.samplesCount,fieldsCount:this.fieldsCount,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskStatisticsInstance=TaskStatisticsInstance;function TaskStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'assistantSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new TaskStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={assistantSid:i,taskSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TaskStatisticsListInstance=TaskStatisticsListInstance},37480:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CommandPage=i.CommandListInstance=i.CommandInstance=i.CommandContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CommandContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Commands/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CommandInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandContextImpl=CommandContextImpl;class CommandInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.deviceSid=i.device_sid;this.simSid=i.sim_sid;this.command=i.command;this.commandMode=i.command_mode;this.status=i.status;this.direction=i.direction;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CommandContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,deviceSid:this.deviceSid,simSid:this.simSid,command:this.command,commandMode:this.commandMode,status:this.status,direction:this.direction,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandInstance=CommandInstance;function CommandListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CommandContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Commands`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["command"]===null||i["command"]===undefined){throw new Error("Required parameter \"params['command']\" missing.")}let s={};s["Command"]=i["command"];if(i["device"]!==undefined)s["Device"]=i["device"];if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["commandMode"]!==undefined)s["CommandMode"]=i["commandMode"];if(i["includeSid"]!==undefined)s["IncludeSid"]=i["includeSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CommandInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["device"]!==undefined)s["Device"]=i["device"];if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["direction"]!==undefined)s["Direction"]=i["direction"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CommandPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CommandPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CommandListInstance=CommandListInstance;class CommandPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CommandInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandPage=CommandPage},44607:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RatePlanPage=i.RatePlanListInstance=i.RatePlanInstance=i.RatePlanContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RatePlanContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RatePlans/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RatePlanInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RatePlanInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanContextImpl=RatePlanContextImpl;class RatePlanInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dataEnabled=i.data_enabled;this.dataMetering=i.data_metering;this.dataLimit=a.integer(i.data_limit);this.messagingEnabled=i.messaging_enabled;this.voiceEnabled=i.voice_enabled;this.nationalRoamingEnabled=i.national_roaming_enabled;this.internationalRoaming=i.international_roaming;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RatePlanContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,friendlyName:this.friendlyName,dataEnabled:this.dataEnabled,dataMetering:this.dataMetering,dataLimit:this.dataLimit,messagingEnabled:this.messagingEnabled,voiceEnabled:this.voiceEnabled,nationalRoamingEnabled:this.nationalRoamingEnabled,internationalRoaming:this.internationalRoaming,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanInstance=RatePlanInstance;function RatePlanListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RatePlanContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RatePlans`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["dataEnabled"]!==undefined)s["DataEnabled"]=c.bool(i["dataEnabled"]);if(i["dataLimit"]!==undefined)s["DataLimit"]=i["dataLimit"];if(i["dataMetering"]!==undefined)s["DataMetering"]=i["dataMetering"];if(i["messagingEnabled"]!==undefined)s["MessagingEnabled"]=c.bool(i["messagingEnabled"]);if(i["voiceEnabled"]!==undefined)s["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["commandsEnabled"]!==undefined)s["CommandsEnabled"]=c.bool(i["commandsEnabled"]);if(i["nationalRoamingEnabled"]!==undefined)s["NationalRoamingEnabled"]=c.bool(i["nationalRoamingEnabled"]);if(i["internationalRoaming"]!==undefined)s["InternationalRoaming"]=c.map(i["internationalRoaming"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RatePlanInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RatePlanPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RatePlanPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RatePlanListInstance=RatePlanListInstance;class RatePlanPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RatePlanInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanPage=RatePlanPage},52633:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SimPage=i.SimListInstance=i.SimInstance=i.SimContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(3593);class SimContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Sims/${i}`}get usage(){this._usage=this._usage||(0,f.UsageListInstance)(this._version,this._solution.sid);return this._usage}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SimInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["callbackMethod"]!==undefined)n["CallbackMethod"]=e["callbackMethod"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["ratePlan"]!==undefined)n["RatePlan"]=e["ratePlan"];if(e["status"]!==undefined)n["Status"]=e["status"];if(e["commandsCallbackMethod"]!==undefined)n["CommandsCallbackMethod"]=e["commandsCallbackMethod"];if(e["commandsCallbackUrl"]!==undefined)n["CommandsCallbackUrl"]=e["commandsCallbackUrl"];if(e["smsFallbackMethod"]!==undefined)n["SmsFallbackMethod"]=e["smsFallbackMethod"];if(e["smsFallbackUrl"]!==undefined)n["SmsFallbackUrl"]=e["smsFallbackUrl"];if(e["smsMethod"]!==undefined)n["SmsMethod"]=e["smsMethod"];if(e["smsUrl"]!==undefined)n["SmsUrl"]=e["smsUrl"];if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SimInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimContextImpl=SimContextImpl;class SimInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.ratePlanSid=i.rate_plan_sid;this.friendlyName=i.friendly_name;this.iccid=i.iccid;this.eId=i.e_id;this.status=i.status;this.commandsCallbackUrl=i.commands_callback_url;this.commandsCallbackMethod=i.commands_callback_method;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SimContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}usage(){return this._proxy.usage}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,ratePlanSid:this.ratePlanSid,friendlyName:this.friendlyName,iccid:this.iccid,eId:this.eId,status:this.status,commandsCallbackUrl:this.commandsCallbackUrl,commandsCallbackMethod:this.commandsCallbackMethod,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimInstance=SimInstance;function SimListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SimContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Sims`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["iccid"]!==undefined)s["Iccid"]=i["iccid"];if(i["ratePlan"]!==undefined)s["RatePlan"]=i["ratePlan"];if(i["eId"]!==undefined)s["EId"]=i["eId"];if(i["simRegistrationCode"]!==undefined)s["SimRegistrationCode"]=i["simRegistrationCode"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SimPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SimPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SimListInstance=SimListInstance;class SimPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SimInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimPage=SimPage},3593:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UsageListInstance=i.UsageInstance=i.UsageContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class UsageContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}this._solution={simSid:i};this._uri=`/Sims/${i}/Usage`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["end"]!==undefined)n["End"]=e["end"];if(e["start"]!==undefined)n["Start"]=e["start"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new UsageInstance(o,e,r._solution.simSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UsageContextImpl=UsageContextImpl;class UsageInstance{constructor(e,i,n){this._version=e;this.simSid=i.sim_sid;this.simUniqueName=i.sim_unique_name;this.accountSid=i.account_sid;this.period=i.period;this.commandsUsage=i.commands_usage;this.commandsCosts=i.commands_costs;this.dataUsage=i.data_usage;this.dataCosts=i.data_costs;this.url=i.url;this._solution={simSid:n}}get _proxy(){this._context=this._context||new UsageContextImpl(this._version,this._solution.simSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{simSid:this.simSid,simUniqueName:this.simUniqueName,accountSid:this.accountSid,period:this.period,commandsUsage:this.commandsUsage,commandsCosts:this.commandsCosts,dataUsage:this.dataUsage,dataCosts:this.dataCosts,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UsageInstance=UsageInstance;function UsageListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new UsageContextImpl(e,i)};instance._version=e;instance._solution={simSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.UsageListInstance=UsageListInstance},49274:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(18127);const a=n(23755);const c=n(43878);class V1 extends r.default{constructor(e){super(e,"v1")}get messaging(){this._messaging=this._messaging||(0,o.MessagingListInstance)(this);return this._messaging}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,a.PhoneNumberListInstance)(this);return this._phoneNumbers}get voice(){this._voice=this._voice||(0,c.VoiceListInstance)(this);return this._voice}}i["default"]=V1},27068:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(61882);const a=n(54618);const c=n(55726);class V2 extends r.default{constructor(e){super(e,"v2")}get countries(){this._countries=this._countries||(0,o.CountryListInstance)(this);return this._countries}get numbers(){this._numbers=this._numbers||(0,a.NumberListInstance)(this);return this._numbers}get voice(){this._voice=this._voice||(0,c.VoiceListInstance)(this);return this._voice}}i["default"]=V2},18127:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.MessagingListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(61788);function MessagingListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Messaging`;Object.defineProperty(i,"countries",{get:function countries(){if(!i._countries){i._countries=(0,a.CountryListInstance)(i._version)}return i._countries}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.MessagingListInstance=MessagingListInstance},61788:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=i.PricingV1MessagingMessagingCountryInstanceOutboundSmsPricesPrices=i.PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices=i.PricingV1MessagingMessagingCountryInstanceInboundSmsPrices=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PricingV1MessagingMessagingCountryInstanceInboundSmsPrices{}i.PricingV1MessagingMessagingCountryInstanceInboundSmsPrices=PricingV1MessagingMessagingCountryInstanceInboundSmsPrices;class PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices{}i.PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices=PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices;class PricingV1MessagingMessagingCountryInstanceOutboundSmsPricesPrices{}i.PricingV1MessagingMessagingCountryInstanceOutboundSmsPricesPrices=PricingV1MessagingMessagingCountryInstanceOutboundSmsPricesPrices;class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCountry' is not valid.")}this._solution={isoCountry:i};this._uri=`/Messaging/Countries/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCountry)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.country=i.country;this.isoCountry=i.iso_country;this.outboundSmsPrices=i.outbound_sms_prices;this.inboundSmsPrices=i.inbound_sms_prices;this.priceUnit=i.price_unit;this.url=i.url;this._solution={isoCountry:n||this.isoCountry}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCountry);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{country:this.country,isoCountry:this.isoCountry,outboundSmsPrices:this.outboundSmsPrices,inboundSmsPrices:this.inboundSmsPrices,priceUnit:this.priceUnit,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Messaging/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},23755:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(939);function PhoneNumberListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/PhoneNumbers`;Object.defineProperty(i,"countries",{get:function countries(){if(!i._countries){i._countries=(0,a.CountryListInstance)(i._version)}return i._countries}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.PhoneNumberListInstance=PhoneNumberListInstance},939:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=i.PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices{}i.PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices=PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices;class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCountry' is not valid.")}this._solution={isoCountry:i};this._uri=`/PhoneNumbers/Countries/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCountry)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.country=i.country;this.isoCountry=i.iso_country;this.phoneNumberPrices=i.phone_number_prices;this.priceUnit=i.price_unit;this.url=i.url;this._solution={isoCountry:n||this.isoCountry}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCountry);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{country:this.country,isoCountry:this.isoCountry,phoneNumberPrices:this.phoneNumberPrices,priceUnit:this.priceUnit,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/PhoneNumbers/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},43878:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.VoiceListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(35533);const c=n(24475);function VoiceListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Voice`;Object.defineProperty(i,"countries",{get:function countries(){if(!i._countries){i._countries=(0,a.CountryListInstance)(i._version)}return i._countries}});Object.defineProperty(i,"numbers",{get:function numbers(){if(!i._numbers){i._numbers=(0,c.NumberListInstance)(i._version)}return i._numbers}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.VoiceListInstance=VoiceListInstance},35533:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=i.PricingV1VoiceVoiceCountryInstanceOutboundPrefixPrices=i.PricingV1VoiceVoiceCountryInstanceInboundCallPrices=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PricingV1VoiceVoiceCountryInstanceInboundCallPrices{}i.PricingV1VoiceVoiceCountryInstanceInboundCallPrices=PricingV1VoiceVoiceCountryInstanceInboundCallPrices;class PricingV1VoiceVoiceCountryInstanceOutboundPrefixPrices{}i.PricingV1VoiceVoiceCountryInstanceOutboundPrefixPrices=PricingV1VoiceVoiceCountryInstanceOutboundPrefixPrices;class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCountry' is not valid.")}this._solution={isoCountry:i};this._uri=`/Voice/Countries/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCountry)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.country=i.country;this.isoCountry=i.iso_country;this.outboundPrefixPrices=i.outbound_prefix_prices;this.inboundCallPrices=i.inbound_call_prices;this.priceUnit=i.price_unit;this.url=i.url;this._solution={isoCountry:n||this.isoCountry}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCountry);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{country:this.country,isoCountry:this.isoCountry,outboundPrefixPrices:this.outboundPrefixPrices,inboundCallPrices:this.inboundCallPrices,priceUnit:this.priceUnit,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Voice/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},24475:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NumberListInstance=i.NumberInstance=i.NumberContextImpl=i.PricingV1VoiceVoiceNumberOutboundCallPrice=i.PricingV1VoiceVoiceNumberInboundCallPrice=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PricingV1VoiceVoiceNumberInboundCallPrice{}i.PricingV1VoiceVoiceNumberInboundCallPrice=PricingV1VoiceVoiceNumberInboundCallPrice;class PricingV1VoiceVoiceNumberOutboundCallPrice{}i.PricingV1VoiceVoiceNumberOutboundCallPrice=PricingV1VoiceVoiceNumberOutboundCallPrice;class NumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'number' is not valid.")}this._solution={number:i};this._uri=`/Voice/Numbers/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NumberInstance(n,e,i._solution.number)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberContextImpl=NumberContextImpl;class NumberInstance{constructor(e,i,n){this._version=e;this.number=i.number;this.country=i.country;this.isoCountry=i.iso_country;this.outboundCallPrice=i.outbound_call_price;this.inboundCallPrice=i.inbound_call_price;this.priceUnit=i.price_unit;this.url=i.url;this._solution={number:n||this.number}}get _proxy(){this._context=this._context||new NumberContextImpl(this._version,this._solution.number);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{number:this.number,country:this.country,isoCountry:this.isoCountry,outboundCallPrice:this.outboundCallPrice,inboundCallPrice:this.inboundCallPrice,priceUnit:this.priceUnit,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberInstance=NumberInstance;function NumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new NumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.NumberListInstance=NumberListInstance},61882:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=i.PricingV2TrunkingCountryInstanceOriginatingCallPrices=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PricingV2TrunkingCountryInstanceOriginatingCallPrices{}i.PricingV2TrunkingCountryInstanceOriginatingCallPrices=PricingV2TrunkingCountryInstanceOriginatingCallPrices;class PricingV2TrunkingCountryInstanceTerminatingPrefixPrices{}i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=PricingV2TrunkingCountryInstanceTerminatingPrefixPrices;class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCountry' is not valid.")}this._solution={isoCountry:i};this._uri=`/Trunking/Countries/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCountry)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.country=i.country;this.isoCountry=i.iso_country;this.terminatingPrefixPrices=i.terminating_prefix_prices;this.originatingCallPrices=i.originating_call_prices;this.priceUnit=i.price_unit;this.url=i.url;this._solution={isoCountry:n||this.isoCountry}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCountry);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{country:this.country,isoCountry:this.isoCountry,terminatingPrefixPrices:this.terminatingPrefixPrices,originatingCallPrices:this.originatingCallPrices,priceUnit:this.priceUnit,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Trunking/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},54618:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NumberListInstance=i.NumberInstance=i.NumberContextImpl=i.PricingV2TrunkingNumberOriginatingCallPrice=i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PricingV2TrunkingCountryInstanceTerminatingPrefixPrices{}i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=PricingV2TrunkingCountryInstanceTerminatingPrefixPrices;class PricingV2TrunkingNumberOriginatingCallPrice{}i.PricingV2TrunkingNumberOriginatingCallPrice=PricingV2TrunkingNumberOriginatingCallPrice;class NumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'destinationNumber' is not valid.")}this._solution={destinationNumber:i};this._uri=`/Trunking/Numbers/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["originationNumber"]!==undefined)n["OriginationNumber"]=e["originationNumber"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new NumberInstance(o,e,r._solution.destinationNumber)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberContextImpl=NumberContextImpl;class NumberInstance{constructor(e,i,n){this._version=e;this.destinationNumber=i.destination_number;this.originationNumber=i.origination_number;this.country=i.country;this.isoCountry=i.iso_country;this.terminatingPrefixPrices=i.terminating_prefix_prices;this.originatingCallPrice=i.originating_call_price;this.priceUnit=i.price_unit;this.url=i.url;this._solution={destinationNumber:n||this.destinationNumber}}get _proxy(){this._context=this._context||new NumberContextImpl(this._version,this._solution.destinationNumber);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{destinationNumber:this.destinationNumber,originationNumber:this.originationNumber,country:this.country,isoCountry:this.isoCountry,terminatingPrefixPrices:this.terminatingPrefixPrices,originatingCallPrice:this.originatingCallPrice,priceUnit:this.priceUnit,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberInstance=NumberInstance;function NumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new NumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.NumberListInstance=NumberListInstance},55726:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.VoiceListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(37100);const c=n(83009);function VoiceListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Voice`;Object.defineProperty(i,"countries",{get:function countries(){if(!i._countries){i._countries=(0,a.CountryListInstance)(i._version)}return i._countries}});Object.defineProperty(i,"numbers",{get:function numbers(){if(!i._numbers){i._numbers=(0,c.NumberListInstance)(i._version)}return i._numbers}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.VoiceListInstance=VoiceListInstance},37100:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=i.PricingV2TrunkingCountryInstanceOriginatingCallPrices=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PricingV2TrunkingCountryInstanceOriginatingCallPrices{}i.PricingV2TrunkingCountryInstanceOriginatingCallPrices=PricingV2TrunkingCountryInstanceOriginatingCallPrices;class PricingV2TrunkingCountryInstanceTerminatingPrefixPrices{}i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=PricingV2TrunkingCountryInstanceTerminatingPrefixPrices;class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCountry' is not valid.")}this._solution={isoCountry:i};this._uri=`/Voice/Countries/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCountry)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.country=i.country;this.isoCountry=i.iso_country;this.outboundPrefixPrices=i.outbound_prefix_prices;this.inboundCallPrices=i.inbound_call_prices;this.priceUnit=i.price_unit;this.url=i.url;this._solution={isoCountry:n||this.isoCountry}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCountry);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{country:this.country,isoCountry:this.isoCountry,outboundPrefixPrices:this.outboundPrefixPrices,inboundCallPrices:this.inboundCallPrices,priceUnit:this.priceUnit,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Voice/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},83009:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NumberListInstance=i.NumberInstance=i.NumberContextImpl=i.PricingV2VoiceVoiceNumberOutboundCallPrices=i.PricingV2VoiceVoiceNumberInboundCallPrice=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PricingV2VoiceVoiceNumberInboundCallPrice{}i.PricingV2VoiceVoiceNumberInboundCallPrice=PricingV2VoiceVoiceNumberInboundCallPrice;class PricingV2VoiceVoiceNumberOutboundCallPrices{}i.PricingV2VoiceVoiceNumberOutboundCallPrices=PricingV2VoiceVoiceNumberOutboundCallPrices;class NumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'destinationNumber' is not valid.")}this._solution={destinationNumber:i};this._uri=`/Voice/Numbers/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["originationNumber"]!==undefined)n["OriginationNumber"]=e["originationNumber"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new NumberInstance(o,e,r._solution.destinationNumber)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberContextImpl=NumberContextImpl;class NumberInstance{constructor(e,i,n){this._version=e;this.destinationNumber=i.destination_number;this.originationNumber=i.origination_number;this.country=i.country;this.isoCountry=i.iso_country;this.outboundCallPrices=i.outbound_call_prices;this.inboundCallPrice=i.inbound_call_price;this.priceUnit=i.price_unit;this.url=i.url;this._solution={destinationNumber:n||this.destinationNumber}}get _proxy(){this._context=this._context||new NumberContextImpl(this._version,this._solution.destinationNumber);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{destinationNumber:this.destinationNumber,originationNumber:this.originationNumber,country:this.country,isoCountry:this.isoCountry,outboundCallPrices:this.outboundCallPrices,inboundCallPrice:this.inboundCallPrice,priceUnit:this.priceUnit,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberInstance=NumberInstance;function NumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new NumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.NumberListInstance=NumberListInstance},3986:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(44606);class V1 extends r.default{constructor(e){super(e,"v1")}get services(){this._services=this._services||(0,o.ServiceListInstance)(this);return this._services}}i["default"]=V1},44606:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(70694);const _=n(1232);const g=n(16320);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,f.PhoneNumberListInstance)(this._version,this._solution.sid);return this._phoneNumbers}get sessions(){this._sessions=this._sessions||(0,_.SessionListInstance)(this._version,this._solution.sid);return this._sessions}get shortCodes(){this._shortCodes=this._shortCodes||(0,g.ShortCodeListInstance)(this._version,this._solution.sid);return this._shortCodes}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["defaultTtl"]!==undefined)n["DefaultTtl"]=e["defaultTtl"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["geoMatchLevel"]!==undefined)n["GeoMatchLevel"]=e["geoMatchLevel"];if(e["numberSelectionBehavior"]!==undefined)n["NumberSelectionBehavior"]=e["numberSelectionBehavior"];if(e["interceptCallbackUrl"]!==undefined)n["InterceptCallbackUrl"]=e["interceptCallbackUrl"];if(e["outOfSessionCallbackUrl"]!==undefined)n["OutOfSessionCallbackUrl"]=e["outOfSessionCallbackUrl"];if(e["chatInstanceSid"]!==undefined)n["ChatInstanceSid"]=e["chatInstanceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.chatInstanceSid=i.chat_instance_sid;this.callbackUrl=i.callback_url;this.defaultTtl=a.integer(i.default_ttl);this.numberSelectionBehavior=i.number_selection_behavior;this.geoMatchLevel=i.geo_match_level;this.interceptCallbackUrl=i.intercept_callback_url;this.outOfSessionCallbackUrl=i.out_of_session_callback_url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}phoneNumbers(){return this._proxy.phoneNumbers}sessions(){return this._proxy.sessions}shortCodes(){return this._proxy.shortCodes}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,chatInstanceSid:this.chatInstanceSid,callbackUrl:this.callbackUrl,defaultTtl:this.defaultTtl,numberSelectionBehavior:this.numberSelectionBehavior,geoMatchLevel:this.geoMatchLevel,interceptCallbackUrl:this.interceptCallbackUrl,outOfSessionCallbackUrl:this.outOfSessionCallbackUrl,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["defaultTtl"]!==undefined)s["DefaultTtl"]=i["defaultTtl"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["geoMatchLevel"]!==undefined)s["GeoMatchLevel"]=i["geoMatchLevel"];if(i["numberSelectionBehavior"]!==undefined)s["NumberSelectionBehavior"]=i["numberSelectionBehavior"];if(i["interceptCallbackUrl"]!==undefined)s["InterceptCallbackUrl"]=i["interceptCallbackUrl"];if(i["outOfSessionCallbackUrl"]!==undefined)s["OutOfSessionCallbackUrl"]=i["outOfSessionCallbackUrl"];if(i["chatInstanceSid"]!==undefined)s["ChatInstanceSid"]=i["chatInstanceSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},70694:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberPage=i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PhoneNumberContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/PhoneNumbers/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PhoneNumberInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["isReserved"]!==undefined)n["IsReserved"]=c.bool(e["isReserved"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PhoneNumberInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.phoneNumber=i.phone_number;this.friendlyName=i.friendly_name;this.isoCountry=i.iso_country;this.capabilities=i.capabilities;this.url=i.url;this.isReserved=i.is_reserved;this.inUse=a.integer(i.in_use);this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,phoneNumber:this.phoneNumber,friendlyName:this.friendlyName,isoCountry:this.isoCountry,capabilities:this.capabilities,url:this.url,isReserved:this.isReserved,inUse:this.inUse}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new PhoneNumberContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/PhoneNumbers`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["sid"]!==undefined)s["Sid"]=i["sid"];if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["isReserved"]!==undefined)s["IsReserved"]=c.bool(i["isReserved"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new PhoneNumberInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PhoneNumberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PhoneNumberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance;class PhoneNumberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PhoneNumberInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberPage=PhoneNumberPage},1232:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SessionPage=i.SessionListInstance=i.SessionInstance=i.SessionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(887);const _=n(32630);class SessionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Sessions/${n}`}get interactions(){this._interactions=this._interactions||(0,f.InteractionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._interactions}get participants(){this._participants=this._participants||(0,_.ParticipantListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._participants}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SessionInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["dateExpiry"]!==undefined)n["DateExpiry"]=c.iso8601DateTime(e["dateExpiry"]);if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SessionInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SessionContextImpl=SessionContextImpl;class SessionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.dateStarted=a.iso8601DateTime(i.date_started);this.dateEnded=a.iso8601DateTime(i.date_ended);this.dateLastInteraction=a.iso8601DateTime(i.date_last_interaction);this.dateExpiry=a.iso8601DateTime(i.date_expiry);this.uniqueName=i.unique_name;this.status=i.status;this.closedReason=i.closed_reason;this.ttl=a.integer(i.ttl);this.mode=i.mode;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SessionContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}interactions(){return this._proxy.interactions}participants(){return this._proxy.participants}toJSON(){return{sid:this.sid,serviceSid:this.serviceSid,accountSid:this.accountSid,dateStarted:this.dateStarted,dateEnded:this.dateEnded,dateLastInteraction:this.dateLastInteraction,dateExpiry:this.dateExpiry,uniqueName:this.uniqueName,status:this.status,closedReason:this.closedReason,ttl:this.ttl,mode:this.mode,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SessionInstance=SessionInstance;function SessionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SessionContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Sessions`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["dateExpiry"]!==undefined)s["DateExpiry"]=c.iso8601DateTime(i["dateExpiry"]);if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];if(i["mode"]!==undefined)s["Mode"]=i["mode"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["participants"]!==undefined)s["Participants"]=c.map(i["participants"],(e=>c.object(e)));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SessionInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SessionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SessionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SessionListInstance=SessionListInstance;class SessionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SessionInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SessionPage=SessionPage},887:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InteractionPage=i.InteractionListInstance=i.InteractionInstance=i.InteractionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InteractionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sessionSid:n,sid:s};this._uri=`/Services/${i}/Sessions/${n}/Interactions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InteractionInstance(n,e,i._solution.serviceSid,i._solution.sessionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionContextImpl=InteractionContextImpl;class InteractionInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.sessionSid=i.session_sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.data=i.data;this.type=i.type;this.inboundParticipantSid=i.inbound_participant_sid;this.inboundResourceSid=i.inbound_resource_sid;this.inboundResourceStatus=i.inbound_resource_status;this.inboundResourceType=i.inbound_resource_type;this.inboundResourceUrl=i.inbound_resource_url;this.outboundParticipantSid=i.outbound_participant_sid;this.outboundResourceSid=i.outbound_resource_sid;this.outboundResourceStatus=i.outbound_resource_status;this.outboundResourceType=i.outbound_resource_type;this.outboundResourceUrl=i.outbound_resource_url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sessionSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InteractionContextImpl(this._version,this._solution.serviceSid,this._solution.sessionSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,sessionSid:this.sessionSid,serviceSid:this.serviceSid,accountSid:this.accountSid,data:this.data,type:this.type,inboundParticipantSid:this.inboundParticipantSid,inboundResourceSid:this.inboundResourceSid,inboundResourceStatus:this.inboundResourceStatus,inboundResourceType:this.inboundResourceType,inboundResourceUrl:this.inboundResourceUrl,outboundParticipantSid:this.outboundParticipantSid,outboundResourceSid:this.outboundResourceSid,outboundResourceStatus:this.outboundResourceStatus,outboundResourceType:this.outboundResourceType,outboundResourceUrl:this.outboundResourceUrl,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionInstance=InteractionInstance;function InteractionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InteractionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,sessionSid:n};instance._uri=`/Services/${i}/Sessions/${n}/Interactions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InteractionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InteractionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InteractionListInstance=InteractionListInstance;class InteractionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InteractionInstance(this._version,e,this._solution.serviceSid,this._solution.sessionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionPage=InteractionPage},32630:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(98550);class ParticipantContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sessionSid:n,sid:s};this._uri=`/Services/${i}/Sessions/${n}/Participants/${s}`}get messageInteractions(){this._messageInteractions=this._messageInteractions||(0,f.MessageInteractionListInstance)(this._version,this._solution.serviceSid,this._solution.sessionSid,this._solution.sid);return this._messageInteractions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.serviceSid,i._solution.sessionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.sessionSid=i.session_sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.identifier=i.identifier;this.proxyIdentifier=i.proxy_identifier;this.proxyIdentifierSid=i.proxy_identifier_sid;this.dateDeleted=a.iso8601DateTime(i.date_deleted);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sessionSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.serviceSid,this._solution.sessionSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}messageInteractions(){return this._proxy.messageInteractions}toJSON(){return{sid:this.sid,sessionSid:this.sessionSid,serviceSid:this.serviceSid,accountSid:this.accountSid,friendlyName:this.friendlyName,identifier:this.identifier,proxyIdentifier:this.proxyIdentifier,proxyIdentifierSid:this.proxyIdentifierSid,dateDeleted:this.dateDeleted,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ParticipantContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,sessionSid:n};instance._uri=`/Services/${i}/Sessions/${n}/Participants`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identifier"]===null||i["identifier"]===undefined){throw new Error("Required parameter \"params['identifier']\" missing.")}let s={};s["Identifier"]=i["identifier"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["proxyIdentifier"]!==undefined)s["ProxyIdentifier"]=i["proxyIdentifier"];if(i["proxyIdentifierSid"]!==undefined)s["ProxyIdentifierSid"]=i["proxyIdentifierSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ParticipantInstance(o,e,instance._solution.serviceSid,instance._solution.sessionSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.serviceSid,this._solution.sessionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},98550:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessageInteractionPage=i.MessageInteractionListInstance=i.MessageInteractionInstance=i.MessageInteractionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessageInteractionContextImpl{constructor(e,i,n,s,r){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'participantSid' is not valid.")}if(!(0,u.isValidPathParam)(r)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sessionSid:n,participantSid:s,sid:r};this._uri=`/Services/${i}/Sessions/${n}/Participants/${s}/MessageInteractions/${r}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInteractionInstance(n,e,i._solution.serviceSid,i._solution.sessionSid,i._solution.participantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInteractionContextImpl=MessageInteractionContextImpl;class MessageInteractionInstance{constructor(e,i,n,s,r,o){this._version=e;this.sid=i.sid;this.sessionSid=i.session_sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.data=i.data;this.type=i.type;this.participantSid=i.participant_sid;this.inboundParticipantSid=i.inbound_participant_sid;this.inboundResourceSid=i.inbound_resource_sid;this.inboundResourceStatus=i.inbound_resource_status;this.inboundResourceType=i.inbound_resource_type;this.inboundResourceUrl=i.inbound_resource_url;this.outboundParticipantSid=i.outbound_participant_sid;this.outboundResourceSid=i.outbound_resource_sid;this.outboundResourceStatus=i.outbound_resource_status;this.outboundResourceType=i.outbound_resource_type;this.outboundResourceUrl=i.outbound_resource_url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sessionSid:s,participantSid:r,sid:o||this.sid}}get _proxy(){this._context=this._context||new MessageInteractionContextImpl(this._version,this._solution.serviceSid,this._solution.sessionSid,this._solution.participantSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,sessionSid:this.sessionSid,serviceSid:this.serviceSid,accountSid:this.accountSid,data:this.data,type:this.type,participantSid:this.participantSid,inboundParticipantSid:this.inboundParticipantSid,inboundResourceSid:this.inboundResourceSid,inboundResourceStatus:this.inboundResourceStatus,inboundResourceType:this.inboundResourceType,inboundResourceUrl:this.inboundResourceUrl,outboundParticipantSid:this.outboundParticipantSid,outboundResourceSid:this.outboundResourceSid,outboundResourceStatus:this.outboundResourceStatus,outboundResourceType:this.outboundResourceType,outboundResourceUrl:this.outboundResourceUrl,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInteractionInstance=MessageInteractionInstance;function MessageInteractionListInstance(e,i,n,s){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'participantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(r){return new MessageInteractionContextImpl(e,i,n,s,r)};instance._version=e;instance._solution={serviceSid:i,sessionSid:n,participantSid:s};instance._uri=`/Services/${i}/Sessions/${n}/Participants/${s}/MessageInteractions`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["body"]!==undefined)s["Body"]=i["body"];if(i["mediaUrl"]!==undefined)s["MediaUrl"]=c.map(i["mediaUrl"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInteractionInstance(o,e,instance._solution.serviceSid,instance._solution.sessionSid,instance._solution.participantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessageInteractionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessageInteractionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageInteractionListInstance=MessageInteractionListInstance;class MessageInteractionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInteractionInstance(this._version,e,this._solution.serviceSid,this._solution.sessionSid,this._solution.participantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInteractionPage=MessageInteractionPage},16320:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ShortCodePage=i.ShortCodeListInstance=i.ShortCodeInstance=i.ShortCodeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ShortCodeContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/ShortCodes/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ShortCodeInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["isReserved"]!==undefined)n["IsReserved"]=c.bool(e["isReserved"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ShortCodeInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeContextImpl=ShortCodeContextImpl;class ShortCodeInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.shortCode=i.short_code;this.isoCountry=i.iso_country;this.capabilities=i.capabilities;this.url=i.url;this.isReserved=i.is_reserved;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ShortCodeContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,shortCode:this.shortCode,isoCountry:this.isoCountry,capabilities:this.capabilities,url:this.url,isReserved:this.isReserved}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeInstance=ShortCodeInstance;function ShortCodeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ShortCodeContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/ShortCodes`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["sid"]===null||i["sid"]===undefined){throw new Error("Required parameter \"params['sid']\" missing.")}let s={};s["Sid"]=i["sid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ShortCodeInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ShortCodePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ShortCodePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ShortCodeListInstance=ShortCodeListInstance;class ShortCodePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ShortCodeInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodePage=ShortCodePage},61072:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(66750);const a=n(94241);const c=n(71837);class V2 extends r.default{constructor(e){super(e,"v2")}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,o.PhoneNumberListInstance)(this);return this._phoneNumbers}get sipDomains(){this._sipDomains=this._sipDomains||(0,a.SipDomainListInstance)(this);return this._sipDomains}get trunks(){this._trunks=this._trunks||(0,c.TrunkListInstance)(this);return this._trunks}}i["default"]=V2},66750:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PhoneNumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'phoneNumber' is not valid.")}this._solution={phoneNumber:i};this._uri=`/PhoneNumbers/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PhoneNumberInstance(n,e,i._solution.phoneNumber)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["voiceRegion"]!==undefined)n["VoiceRegion"]=e["voiceRegion"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PhoneNumberInstance(o,e,r._solution.phoneNumber)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n){this._version=e;this.phoneNumber=i.phone_number;this.url=i.url;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.voiceRegion=i.voice_region;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this._solution={phoneNumber:n||this.phoneNumber}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.phoneNumber);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{phoneNumber:this.phoneNumber,url:this.url,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,voiceRegion:this.voiceRegion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PhoneNumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance},94241:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SipDomainListInstance=i.SipDomainInstance=i.SipDomainContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class SipDomainContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sipDomain' is not valid.")}this._solution={sipDomain:i};this._uri=`/SipDomains/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SipDomainInstance(n,e,i._solution.sipDomain)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["voiceRegion"]!==undefined)n["VoiceRegion"]=e["voiceRegion"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SipDomainInstance(o,e,r._solution.sipDomain)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SipDomainContextImpl=SipDomainContextImpl;class SipDomainInstance{constructor(e,i,n){this._version=e;this.sipDomain=i.sip_domain;this.url=i.url;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.voiceRegion=i.voice_region;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this._solution={sipDomain:n||this.sipDomain}}get _proxy(){this._context=this._context||new SipDomainContextImpl(this._version,this._solution.sipDomain);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sipDomain:this.sipDomain,url:this.url,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,voiceRegion:this.voiceRegion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SipDomainInstance=SipDomainInstance;function SipDomainListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SipDomainContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SipDomainListInstance=SipDomainListInstance},71837:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TrunkListInstance=i.TrunkInstance=i.TrunkContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TrunkContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sipTrunkDomain' is not valid.")}this._solution={sipTrunkDomain:i};this._uri=`/Trunks/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrunkInstance(n,e,i._solution.sipTrunkDomain)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["voiceRegion"]!==undefined)n["VoiceRegion"]=e["voiceRegion"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TrunkInstance(o,e,r._solution.sipTrunkDomain)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TrunkContextImpl=TrunkContextImpl;class TrunkInstance{constructor(e,i,n){this._version=e;this.sipTrunkDomain=i.sip_trunk_domain;this.url=i.url;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.voiceRegion=i.voice_region;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this._solution={sipTrunkDomain:n||this.sipTrunkDomain}}get _proxy(){this._context=this._context||new TrunkContextImpl(this._version,this._solution.sipTrunkDomain);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sipTrunkDomain:this.sipTrunkDomain,url:this.url,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,voiceRegion:this.voiceRegion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TrunkInstance=TrunkInstance;function TrunkListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new TrunkContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TrunkListInstance=TrunkListInstance},98995:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(39178);class V1 extends r.default{constructor(e){super(e,"v1")}get services(){this._services=this._services||(0,o.ServiceListInstance)(this);return this._services}}i["default"]=V1},39178:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(66898);const _=n(7439);const g=n(83150);const v=n(12904);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get assets(){this._assets=this._assets||(0,f.AssetListInstance)(this._version,this._solution.sid);return this._assets}get builds(){this._builds=this._builds||(0,_.BuildListInstance)(this._version,this._solution.sid);return this._builds}get environments(){this._environments=this._environments||(0,g.EnvironmentListInstance)(this._version,this._solution.sid);return this._environments}get functions(){this._functions=this._functions||(0,v.FunctionListInstance)(this._version,this._solution.sid);return this._functions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["includeCredentials"]!==undefined)n["IncludeCredentials"]=c.bool(e["includeCredentials"]);if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uiEditable"]!==undefined)n["UiEditable"]=c.bool(e["uiEditable"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.includeCredentials=i.include_credentials;this.uiEditable=i.ui_editable;this.domainBase=i.domain_base;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}assets(){return this._proxy.assets}builds(){return this._proxy.builds}environments(){return this._proxy.environments}functions(){return this._proxy.functions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,includeCredentials:this.includeCredentials,uiEditable:this.uiEditable,domainBase:this.domainBase,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];s["FriendlyName"]=i["friendlyName"];if(i["includeCredentials"]!==undefined)s["IncludeCredentials"]=c.bool(i["includeCredentials"]);if(i["uiEditable"]!==undefined)s["UiEditable"]=c.bool(i["uiEditable"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},66898:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssetPage=i.AssetListInstance=i.AssetInstance=i.AssetContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(39157);class AssetContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Assets/${n}`}get assetVersions(){this._assetVersions=this._assetVersions||(0,f.AssetVersionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._assetVersions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssetInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AssetInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetContextImpl=AssetContextImpl;class AssetInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new AssetContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}assetVersions(){return this._proxy.assetVersions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetInstance=AssetInstance;function AssetListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AssetContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Assets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AssetInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssetPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssetPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssetListInstance=AssetListInstance;class AssetPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssetInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetPage=AssetPage},39157:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssetVersionPage=i.AssetVersionListInstance=i.AssetVersionInstance=i.AssetVersionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AssetVersionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'assetSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,assetSid:n,sid:s};this._uri=`/Services/${i}/Assets/${n}/Versions/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssetVersionInstance(n,e,i._solution.serviceSid,i._solution.assetSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetVersionContextImpl=AssetVersionContextImpl;class AssetVersionInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.assetSid=i.asset_sid;this.path=i.path;this.visibility=i.visibility;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={serviceSid:n,assetSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AssetVersionContextImpl(this._version,this._solution.serviceSid,this._solution.assetSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,assetSid:this.assetSid,path:this.path,visibility:this.visibility,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetVersionInstance=AssetVersionInstance;function AssetVersionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'assetSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AssetVersionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,assetSid:n};instance._uri=`/Services/${i}/Assets/${n}/Versions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssetVersionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssetVersionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssetVersionListInstance=AssetVersionListInstance;class AssetVersionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssetVersionInstance(this._version,e,this._solution.serviceSid,this._solution.assetSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetVersionPage=AssetVersionPage},7439:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BuildPage=i.BuildListInstance=i.BuildInstance=i.BuildContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(13455);class BuildContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Builds/${n}`}get buildStatus(){this._buildStatus=this._buildStatus||(0,f.BuildStatusListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._buildStatus}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BuildInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BuildContextImpl=BuildContextImpl;class BuildInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.status=i.status;this.assetVersions=i.asset_versions;this.functionVersions=i.function_versions;this.dependencies=i.dependencies;this.runtime=i.runtime;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new BuildContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}buildStatus(){return this._proxy.buildStatus}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,status:this.status,assetVersions:this.assetVersions,functionVersions:this.functionVersions,dependencies:this.dependencies,runtime:this.runtime,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BuildInstance=BuildInstance;function BuildListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BuildContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Builds`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["assetVersions"]!==undefined)s["AssetVersions"]=c.map(i["assetVersions"],(e=>e));if(i["functionVersions"]!==undefined)s["FunctionVersions"]=c.map(i["functionVersions"],(e=>e));if(i["dependencies"]!==undefined)s["Dependencies"]=i["dependencies"];if(i["runtime"]!==undefined)s["Runtime"]=i["runtime"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BuildInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BuildPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BuildPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BuildListInstance=BuildListInstance;class BuildPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BuildInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BuildPage=BuildPage},13455:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BuildStatusListInstance=i.BuildStatusInstance=i.BuildStatusContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class BuildStatusContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Builds/${n}/Status`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BuildStatusInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BuildStatusContextImpl=BuildStatusContextImpl;class BuildStatusInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.status=i.status;this.url=i.url;this._solution={serviceSid:n,sid:s}}get _proxy(){this._context=this._context||new BuildStatusContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,status:this.status,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BuildStatusInstance=BuildStatusInstance;function BuildStatusListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new BuildStatusContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i,sid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.BuildStatusListInstance=BuildStatusListInstance},83150:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EnvironmentPage=i.EnvironmentListInstance=i.EnvironmentInstance=i.EnvironmentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(31897);const _=n(64772);const g=n(6554);class EnvironmentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Environments/${n}`}get deployments(){this._deployments=this._deployments||(0,f.DeploymentListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._deployments}get logs(){this._logs=this._logs||(0,_.LogListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._logs}get variables(){this._variables=this._variables||(0,g.VariableListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._variables}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EnvironmentInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EnvironmentContextImpl=EnvironmentContextImpl;class EnvironmentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.buildSid=i.build_sid;this.uniqueName=i.unique_name;this.domainSuffix=i.domain_suffix;this.domainName=i.domain_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new EnvironmentContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}deployments(){return this._proxy.deployments}logs(){return this._proxy.logs}variables(){return this._proxy.variables}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,buildSid:this.buildSid,uniqueName:this.uniqueName,domainSuffix:this.domainSuffix,domainName:this.domainName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EnvironmentInstance=EnvironmentInstance;function EnvironmentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new EnvironmentContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Environments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["domainSuffix"]!==undefined)s["DomainSuffix"]=i["domainSuffix"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EnvironmentInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EnvironmentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EnvironmentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EnvironmentListInstance=EnvironmentListInstance;class EnvironmentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EnvironmentInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EnvironmentPage=EnvironmentPage},31897:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeploymentPage=i.DeploymentListInstance=i.DeploymentInstance=i.DeploymentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeploymentContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,environmentSid:n,sid:s};this._uri=`/Services/${i}/Environments/${n}/Deployments/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeploymentInstance(n,e,i._solution.serviceSid,i._solution.environmentSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentContextImpl=DeploymentContextImpl;class DeploymentInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.environmentSid=i.environment_sid;this.buildSid=i.build_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,environmentSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new DeploymentContextImpl(this._version,this._solution.serviceSid,this._solution.environmentSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,environmentSid:this.environmentSid,buildSid:this.buildSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentInstance=DeploymentInstance;function DeploymentListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new DeploymentContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,environmentSid:n};instance._uri=`/Services/${i}/Environments/${n}/Deployments`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["buildSid"]!==undefined)s["BuildSid"]=i["buildSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DeploymentInstance(o,e,instance._solution.serviceSid,instance._solution.environmentSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeploymentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeploymentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeploymentListInstance=DeploymentListInstance;class DeploymentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeploymentInstance(this._version,e,this._solution.serviceSid,this._solution.environmentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentPage=DeploymentPage},64772:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.LogPage=i.LogListInstance=i.LogInstance=i.LogContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class LogContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,environmentSid:n,sid:s};this._uri=`/Services/${i}/Environments/${n}/Logs/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new LogInstance(n,e,i._solution.serviceSid,i._solution.environmentSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LogContextImpl=LogContextImpl;class LogInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.environmentSid=i.environment_sid;this.buildSid=i.build_sid;this.deploymentSid=i.deployment_sid;this.functionSid=i.function_sid;this.requestSid=i.request_sid;this.level=i.level;this.message=i.message;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={serviceSid:n,environmentSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new LogContextImpl(this._version,this._solution.serviceSid,this._solution.environmentSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,environmentSid:this.environmentSid,buildSid:this.buildSid,deploymentSid:this.deploymentSid,functionSid:this.functionSid,requestSid:this.requestSid,level:this.level,message:this.message,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LogInstance=LogInstance;function LogListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new LogContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,environmentSid:n};instance._uri=`/Services/${i}/Environments/${n}/Logs`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["functionSid"]!==undefined)s["FunctionSid"]=i["functionSid"];if(i["startDate"]!==undefined)s["StartDate"]=c.iso8601DateTime(i["startDate"]);if(i["endDate"]!==undefined)s["EndDate"]=c.iso8601DateTime(i["endDate"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new LogPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new LogPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.LogListInstance=LogListInstance;class LogPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new LogInstance(this._version,e,this._solution.serviceSid,this._solution.environmentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LogPage=LogPage},6554:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.VariablePage=i.VariableListInstance=i.VariableInstance=i.VariableContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class VariableContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,environmentSid:n,sid:s};this._uri=`/Services/${i}/Environments/${n}/Variables/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new VariableInstance(n,e,i._solution.serviceSid,i._solution.environmentSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["key"]!==undefined)n["Key"]=e["key"];if(e["value"]!==undefined)n["Value"]=e["value"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new VariableInstance(o,e,r._solution.serviceSid,r._solution.environmentSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VariableContextImpl=VariableContextImpl;class VariableInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.environmentSid=i.environment_sid;this.key=i.key;this.value=i.value;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,environmentSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new VariableContextImpl(this._version,this._solution.serviceSid,this._solution.environmentSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,environmentSid:this.environmentSid,key:this.key,value:this.value,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VariableInstance=VariableInstance;function VariableListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new VariableContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,environmentSid:n};instance._uri=`/Services/${i}/Environments/${n}/Variables`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Key"]=i["key"];s["Value"]=i["value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new VariableInstance(o,e,instance._solution.serviceSid,instance._solution.environmentSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new VariablePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new VariablePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.VariableListInstance=VariableListInstance;class VariablePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new VariableInstance(this._version,e,this._solution.serviceSid,this._solution.environmentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VariablePage=VariablePage},12904:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FunctionPage=i.FunctionListInstance=i.FunctionInstance=i.FunctionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(19215);class FunctionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Functions/${n}`}get functionVersions(){this._functionVersions=this._functionVersions||(0,f.FunctionVersionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._functionVersions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FunctionInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FunctionInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionContextImpl=FunctionContextImpl;class FunctionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new FunctionContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}functionVersions(){return this._proxy.functionVersions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionInstance=FunctionInstance;function FunctionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new FunctionContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Functions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FunctionInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FunctionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FunctionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FunctionListInstance=FunctionListInstance;class FunctionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FunctionInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionPage=FunctionPage},19215:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FunctionVersionPage=i.FunctionVersionListInstance=i.FunctionVersionInstance=i.FunctionVersionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(42926);class FunctionVersionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'functionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,functionSid:n,sid:s};this._uri=`/Services/${i}/Functions/${n}/Versions/${s}`}get functionVersionContent(){this._functionVersionContent=this._functionVersionContent||(0,f.FunctionVersionContentListInstance)(this._version,this._solution.serviceSid,this._solution.functionSid,this._solution.sid);return this._functionVersionContent}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FunctionVersionInstance(n,e,i._solution.serviceSid,i._solution.functionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionVersionContextImpl=FunctionVersionContextImpl;class FunctionVersionInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.functionSid=i.function_sid;this.path=i.path;this.visibility=i.visibility;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,functionSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new FunctionVersionContextImpl(this._version,this._solution.serviceSid,this._solution.functionSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}functionVersionContent(){return this._proxy.functionVersionContent}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,functionSid:this.functionSid,path:this.path,visibility:this.visibility,dateCreated:this.dateCreated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionVersionInstance=FunctionVersionInstance;function FunctionVersionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'functionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new FunctionVersionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,functionSid:n};instance._uri=`/Services/${i}/Functions/${n}/Versions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FunctionVersionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FunctionVersionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FunctionVersionListInstance=FunctionVersionListInstance;class FunctionVersionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FunctionVersionInstance(this._version,e,this._solution.serviceSid,this._solution.functionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionVersionPage=FunctionVersionPage},42926:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FunctionVersionContentListInstance=i.FunctionVersionContentInstance=i.FunctionVersionContentContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class FunctionVersionContentContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'functionSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,functionSid:n,sid:s};this._uri=`/Services/${i}/Functions/${n}/Versions/${s}/Content`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FunctionVersionContentInstance(n,e,i._solution.serviceSid,i._solution.functionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FunctionVersionContentContextImpl=FunctionVersionContentContextImpl;class FunctionVersionContentInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.functionSid=i.function_sid;this.content=i.content;this.url=i.url;this._solution={serviceSid:n,functionSid:s,sid:r}}get _proxy(){this._context=this._context||new FunctionVersionContentContextImpl(this._version,this._solution.serviceSid,this._solution.functionSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,functionSid:this.functionSid,content:this.content,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FunctionVersionContentInstance=FunctionVersionContentInstance;function FunctionVersionContentListInstance(e,i,n,r){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'functionSid' is not valid.")}if(!(0,a.isValidPathParam)(r)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new FunctionVersionContentContextImpl(e,i,n,r)};instance._version=e;instance._solution={serviceSid:i,functionSid:n,sid:r};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.FunctionVersionContentListInstance=FunctionVersionContentListInstance},67727:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(29549);class V1 extends r.default{constructor(e){super(e,"v1")}get flows(){this._flows=this._flows||(0,o.FlowListInstance)(this);return this._flows}}i["default"]=V1},81292:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(73635);const a=n(75398);class V2 extends r.default{constructor(e){super(e,"v2")}get flows(){this._flows=this._flows||(0,o.FlowListInstance)(this);return this._flows}get flowValidate(){this._flowValidate=this._flowValidate||(0,a.FlowValidateListInstance)(this);return this._flowValidate}}i["default"]=V2},29549:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FlowPage=i.FlowListInstance=i.FlowInstance=i.FlowContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(21790);const _=n(42890);class FlowContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Flows/${i}`}get engagements(){this._engagements=this._engagements||(0,f.EngagementListInstance)(this._version,this._solution.sid);return this._engagements}get executions(){this._executions=this._executions||(0,_.ExecutionListInstance)(this._version,this._solution.sid);return this._executions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FlowInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowContextImpl=FlowContextImpl;class FlowInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.version=a.integer(i.version);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new FlowContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}engagements(){return this._proxy.engagements}executions(){return this._proxy.executions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,status:this.status,version:this.version,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowInstance=FlowInstance;function FlowListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FlowContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Flows`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FlowPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FlowPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FlowListInstance=FlowListInstance;class FlowPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FlowInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowPage=FlowPage},21790:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EngagementPage=i.EngagementListInstance=i.EngagementInstance=i.EngagementContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(83312);const _=n(59167);class EngagementContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,sid:n};this._uri=`/Flows/${i}/Engagements/${n}`}get engagementContext(){this._engagementContext=this._engagementContext||(0,f.EngagementContextListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._engagementContext}get steps(){this._steps=this._steps||(0,_.StepListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._steps}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EngagementInstance(n,e,i._solution.flowSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EngagementContextImpl=EngagementContextImpl;class EngagementInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.contactSid=i.contact_sid;this.contactChannelAddress=i.contact_channel_address;this.context=i.context;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new EngagementContextImpl(this._version,this._solution.flowSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}engagementContext(){return this._proxy.engagementContext}steps(){return this._proxy.steps}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,contactSid:this.contactSid,contactChannelAddress:this.contactChannelAddress,context:this.context,status:this.status,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EngagementInstance=EngagementInstance;function EngagementListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new EngagementContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i};instance._uri=`/Flows/${i}/Engagements`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}if(i["from"]===null||i["from"]===undefined){throw new Error("Required parameter \"params['from']\" missing.")}let s={};s["To"]=i["to"];s["From"]=i["from"];if(i["parameters"]!==undefined)s["Parameters"]=c.object(i["parameters"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EngagementInstance(o,e,instance._solution.flowSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EngagementPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EngagementPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EngagementListInstance=EngagementListInstance;class EngagementPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EngagementInstance(this._version,e,this._solution.flowSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EngagementPage=EngagementPage},83312:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.EngagementContextListInstance=i.EngagementContextInstance=i.EngagementContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class EngagementContextContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}this._solution={flowSid:i,engagementSid:n};this._uri=`/Flows/${i}/Engagements/${n}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EngagementContextInstance(n,e,i._solution.flowSid,i._solution.engagementSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.EngagementContextContextImpl=EngagementContextContextImpl;class EngagementContextInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.engagementSid=i.engagement_sid;this.flowSid=i.flow_sid;this.url=i.url;this._solution={flowSid:n,engagementSid:s}}get _proxy(){this._context=this._context||new EngagementContextContextImpl(this._version,this._solution.flowSid,this._solution.engagementSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,engagementSid:this.engagementSid,flowSid:this.flowSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.EngagementContextInstance=EngagementContextInstance;function EngagementContextListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new EngagementContextContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i,engagementSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.EngagementContextListInstance=EngagementContextListInstance},59167:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.StepPage=i.StepListInstance=i.StepInstance=i.StepContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(40056);class StepContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,engagementSid:n,sid:s};this._uri=`/Flows/${i}/Engagements/${n}/Steps/${s}`}get stepContext(){this._stepContext=this._stepContext||(0,f.StepContextListInstance)(this._version,this._solution.flowSid,this._solution.engagementSid,this._solution.sid);return this._stepContext}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new StepInstance(n,e,i._solution.flowSid,i._solution.engagementSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.StepContextImpl=StepContextImpl;class StepInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.engagementSid=i.engagement_sid;this.name=i.name;this.context=i.context;this.transitionedFrom=i.transitioned_from;this.transitionedTo=i.transitioned_to;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,engagementSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new StepContextImpl(this._version,this._solution.flowSid,this._solution.engagementSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}stepContext(){return this._proxy.stepContext}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,engagementSid:this.engagementSid,name:this.name,context:this.context,transitionedFrom:this.transitionedFrom,transitionedTo:this.transitionedTo,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.StepInstance=StepInstance;function StepListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new StepContextImpl(e,i,n,s)};instance._version=e;instance._solution={flowSid:i,engagementSid:n};instance._uri=`/Flows/${i}/Engagements/${n}/Steps`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new StepPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new StepPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.StepListInstance=StepListInstance;class StepPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new StepInstance(this._version,e,this._solution.flowSid,this._solution.engagementSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.StepPage=StepPage},40056:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.StepContextListInstance=i.StepContextInstance=i.StepContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class StepContextContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'stepSid' is not valid.")}this._solution={flowSid:i,engagementSid:n,stepSid:s};this._uri=`/Flows/${i}/Engagements/${n}/Steps/${s}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new StepContextInstance(n,e,i._solution.flowSid,i._solution.engagementSid,i._solution.stepSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StepContextContextImpl=StepContextContextImpl;class StepContextInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.engagementSid=i.engagement_sid;this.flowSid=i.flow_sid;this.stepSid=i.step_sid;this.url=i.url;this._solution={flowSid:n,engagementSid:s,stepSid:r}}get _proxy(){this._context=this._context||new StepContextContextImpl(this._version,this._solution.flowSid,this._solution.engagementSid,this._solution.stepSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,engagementSid:this.engagementSid,flowSid:this.flowSid,stepSid:this.stepSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StepContextInstance=StepContextInstance;function StepContextListInstance(e,i,n,r){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}if(!(0,a.isValidPathParam)(r)){throw new Error("Parameter 'stepSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new StepContextContextImpl(e,i,n,r)};instance._version=e;instance._solution={flowSid:i,engagementSid:n,stepSid:r};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.StepContextListInstance=StepContextListInstance},42890:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ExecutionPage=i.ExecutionListInstance=i.ExecutionInstance=i.ExecutionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(77572);const _=n(99857);class ExecutionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,sid:n};this._uri=`/Flows/${i}/Executions/${n}`}get executionContext(){this._executionContext=this._executionContext||(0,f.ExecutionContextListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._executionContext}get steps(){this._steps=this._steps||(0,_.ExecutionStepListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._steps}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionInstance(n,e,i._solution.flowSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ExecutionInstance(o,e,r._solution.flowSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionContextImpl=ExecutionContextImpl;class ExecutionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.contactSid=i.contact_sid;this.contactChannelAddress=i.contact_channel_address;this.context=i.context;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ExecutionContextImpl(this._version,this._solution.flowSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}executionContext(){return this._proxy.executionContext}steps(){return this._proxy.steps}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,contactSid:this.contactSid,contactChannelAddress:this.contactChannelAddress,context:this.context,status:this.status,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionInstance=ExecutionInstance;function ExecutionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ExecutionContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i};instance._uri=`/Flows/${i}/Executions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}if(i["from"]===null||i["from"]===undefined){throw new Error("Required parameter \"params['from']\" missing.")}let s={};s["To"]=i["to"];s["From"]=i["from"];if(i["parameters"]!==undefined)s["Parameters"]=c.object(i["parameters"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ExecutionInstance(o,e,instance._solution.flowSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreatedFrom"]!==undefined)s["DateCreatedFrom"]=c.iso8601DateTime(i["dateCreatedFrom"]);if(i["dateCreatedTo"]!==undefined)s["DateCreatedTo"]=c.iso8601DateTime(i["dateCreatedTo"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ExecutionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ExecutionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ExecutionListInstance=ExecutionListInstance;class ExecutionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ExecutionInstance(this._version,e,this._solution.flowSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionPage=ExecutionPage},77572:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExecutionContextListInstance=i.ExecutionContextInstance=i.ExecutionContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ExecutionContextContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}this._solution={flowSid:i,executionSid:n};this._uri=`/Flows/${i}/Executions/${n}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionContextInstance(n,e,i._solution.flowSid,i._solution.executionSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionContextContextImpl=ExecutionContextContextImpl;class ExecutionContextInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.flowSid=i.flow_sid;this.executionSid=i.execution_sid;this.url=i.url;this._solution={flowSid:n,executionSid:s}}get _proxy(){this._context=this._context||new ExecutionContextContextImpl(this._version,this._solution.flowSid,this._solution.executionSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,flowSid:this.flowSid,executionSid:this.executionSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionContextInstance=ExecutionContextInstance;function ExecutionContextListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ExecutionContextContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i,executionSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExecutionContextListInstance=ExecutionContextListInstance},99857:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ExecutionStepPage=i.ExecutionStepListInstance=i.ExecutionStepInstance=i.ExecutionStepContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(5436);class ExecutionStepContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,executionSid:n,sid:s};this._uri=`/Flows/${i}/Executions/${n}/Steps/${s}`}get stepContext(){this._stepContext=this._stepContext||(0,f.ExecutionStepContextListInstance)(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.sid);return this._stepContext}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionStepInstance(n,e,i._solution.flowSid,i._solution.executionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepContextImpl=ExecutionStepContextImpl;class ExecutionStepInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.executionSid=i.execution_sid;this.name=i.name;this.context=i.context;this.transitionedFrom=i.transitioned_from;this.transitionedTo=i.transitioned_to;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,executionSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ExecutionStepContextImpl(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}stepContext(){return this._proxy.stepContext}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,executionSid:this.executionSid,name:this.name,context:this.context,transitionedFrom:this.transitionedFrom,transitionedTo:this.transitionedTo,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepInstance=ExecutionStepInstance;function ExecutionStepListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ExecutionStepContextImpl(e,i,n,s)};instance._version=e;instance._solution={flowSid:i,executionSid:n};instance._uri=`/Flows/${i}/Executions/${n}/Steps`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ExecutionStepPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ExecutionStepPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ExecutionStepListInstance=ExecutionStepListInstance;class ExecutionStepPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ExecutionStepInstance(this._version,e,this._solution.flowSid,this._solution.executionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepPage=ExecutionStepPage},5436:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExecutionStepContextListInstance=i.ExecutionStepContextInstance=i.ExecutionStepContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ExecutionStepContextContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'stepSid' is not valid.")}this._solution={flowSid:i,executionSid:n,stepSid:s};this._uri=`/Flows/${i}/Executions/${n}/Steps/${s}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionStepContextInstance(n,e,i._solution.flowSid,i._solution.executionSid,i._solution.stepSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionStepContextContextImpl=ExecutionStepContextContextImpl;class ExecutionStepContextInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.executionSid=i.execution_sid;this.flowSid=i.flow_sid;this.stepSid=i.step_sid;this.url=i.url;this._solution={flowSid:n,executionSid:s,stepSid:r}}get _proxy(){this._context=this._context||new ExecutionStepContextContextImpl(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.stepSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,executionSid:this.executionSid,flowSid:this.flowSid,stepSid:this.stepSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionStepContextInstance=ExecutionStepContextInstance;function ExecutionStepContextListInstance(e,i,n,r){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,a.isValidPathParam)(r)){throw new Error("Parameter 'stepSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ExecutionStepContextContextImpl(e,i,n,r)};instance._version=e;instance._solution={flowSid:i,executionSid:n,stepSid:r};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExecutionStepContextListInstance=ExecutionStepContextListInstance},73635:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FlowPage=i.FlowListInstance=i.FlowInstance=i.FlowContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(38271);const _=n(48384);const g=n(10264);class FlowContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Flows/${i}`}get executions(){this._executions=this._executions||(0,f.ExecutionListInstance)(this._version,this._solution.sid);return this._executions}get revisions(){this._revisions=this._revisions||(0,_.FlowRevisionListInstance)(this._version,this._solution.sid);return this._revisions}get testUsers(){this._testUsers=this._testUsers||(0,g.FlowTestUserListInstance)(this._version,this._solution.sid);return this._testUsers}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FlowInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["definition"]!==undefined)n["Definition"]=c.object(e["definition"]);if(e["commitMessage"]!==undefined)n["CommitMessage"]=e["commitMessage"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FlowInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowContextImpl=FlowContextImpl;class FlowInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.definition=i.definition;this.status=i.status;this.revision=a.integer(i.revision);this.commitMessage=i.commit_message;this.valid=i.valid;this.errors=i.errors;this.warnings=i.warnings;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.webhookUrl=i.webhook_url;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new FlowContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}executions(){return this._proxy.executions}revisions(){return this._proxy.revisions}testUsers(){return this._proxy.testUsers}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,definition:this.definition,status:this.status,revision:this.revision,commitMessage:this.commitMessage,valid:this.valid,errors:this.errors,warnings:this.warnings,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,webhookUrl:this.webhookUrl,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowInstance=FlowInstance;function FlowListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FlowContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Flows`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["status"]===null||i["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}if(i["definition"]===null||i["definition"]===undefined){throw new Error("Required parameter \"params['definition']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Status"]=i["status"];s["Definition"]=c.object(i["definition"]);if(i["commitMessage"]!==undefined)s["CommitMessage"]=i["commitMessage"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FlowInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FlowPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FlowPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FlowListInstance=FlowListInstance;class FlowPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FlowInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowPage=FlowPage},38271:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ExecutionPage=i.ExecutionListInstance=i.ExecutionInstance=i.ExecutionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(69434);const _=n(17198);class ExecutionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,sid:n};this._uri=`/Flows/${i}/Executions/${n}`}get executionContext(){this._executionContext=this._executionContext||(0,f.ExecutionContextListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._executionContext}get steps(){this._steps=this._steps||(0,_.ExecutionStepListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._steps}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionInstance(n,e,i._solution.flowSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ExecutionInstance(o,e,r._solution.flowSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionContextImpl=ExecutionContextImpl;class ExecutionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.contactChannelAddress=i.contact_channel_address;this.context=i.context;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ExecutionContextImpl(this._version,this._solution.flowSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}executionContext(){return this._proxy.executionContext}steps(){return this._proxy.steps}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,contactChannelAddress:this.contactChannelAddress,context:this.context,status:this.status,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionInstance=ExecutionInstance;function ExecutionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ExecutionContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i};instance._uri=`/Flows/${i}/Executions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}if(i["from"]===null||i["from"]===undefined){throw new Error("Required parameter \"params['from']\" missing.")}let s={};s["To"]=i["to"];s["From"]=i["from"];if(i["parameters"]!==undefined)s["Parameters"]=c.object(i["parameters"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ExecutionInstance(o,e,instance._solution.flowSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreatedFrom"]!==undefined)s["DateCreatedFrom"]=c.iso8601DateTime(i["dateCreatedFrom"]);if(i["dateCreatedTo"]!==undefined)s["DateCreatedTo"]=c.iso8601DateTime(i["dateCreatedTo"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ExecutionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ExecutionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ExecutionListInstance=ExecutionListInstance;class ExecutionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ExecutionInstance(this._version,e,this._solution.flowSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionPage=ExecutionPage},69434:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExecutionContextListInstance=i.ExecutionContextInstance=i.ExecutionContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ExecutionContextContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}this._solution={flowSid:i,executionSid:n};this._uri=`/Flows/${i}/Executions/${n}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionContextInstance(n,e,i._solution.flowSid,i._solution.executionSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionContextContextImpl=ExecutionContextContextImpl;class ExecutionContextInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.flowSid=i.flow_sid;this.executionSid=i.execution_sid;this.url=i.url;this._solution={flowSid:n,executionSid:s}}get _proxy(){this._context=this._context||new ExecutionContextContextImpl(this._version,this._solution.flowSid,this._solution.executionSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,flowSid:this.flowSid,executionSid:this.executionSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionContextInstance=ExecutionContextInstance;function ExecutionContextListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ExecutionContextContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i,executionSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExecutionContextListInstance=ExecutionContextListInstance},17198:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ExecutionStepPage=i.ExecutionStepListInstance=i.ExecutionStepInstance=i.ExecutionStepContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(2223);class ExecutionStepContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,executionSid:n,sid:s};this._uri=`/Flows/${i}/Executions/${n}/Steps/${s}`}get stepContext(){this._stepContext=this._stepContext||(0,f.ExecutionStepContextListInstance)(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.sid);return this._stepContext}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionStepInstance(n,e,i._solution.flowSid,i._solution.executionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepContextImpl=ExecutionStepContextImpl;class ExecutionStepInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.executionSid=i.execution_sid;this.name=i.name;this.context=i.context;this.transitionedFrom=i.transitioned_from;this.transitionedTo=i.transitioned_to;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,executionSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ExecutionStepContextImpl(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}stepContext(){return this._proxy.stepContext}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,executionSid:this.executionSid,name:this.name,context:this.context,transitionedFrom:this.transitionedFrom,transitionedTo:this.transitionedTo,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepInstance=ExecutionStepInstance;function ExecutionStepListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ExecutionStepContextImpl(e,i,n,s)};instance._version=e;instance._solution={flowSid:i,executionSid:n};instance._uri=`/Flows/${i}/Executions/${n}/Steps`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ExecutionStepPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ExecutionStepPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ExecutionStepListInstance=ExecutionStepListInstance;class ExecutionStepPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ExecutionStepInstance(this._version,e,this._solution.flowSid,this._solution.executionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepPage=ExecutionStepPage},2223:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExecutionStepContextListInstance=i.ExecutionStepContextInstance=i.ExecutionStepContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ExecutionStepContextContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'stepSid' is not valid.")}this._solution={flowSid:i,executionSid:n,stepSid:s};this._uri=`/Flows/${i}/Executions/${n}/Steps/${s}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionStepContextInstance(n,e,i._solution.flowSid,i._solution.executionSid,i._solution.stepSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionStepContextContextImpl=ExecutionStepContextContextImpl;class ExecutionStepContextInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.executionSid=i.execution_sid;this.flowSid=i.flow_sid;this.stepSid=i.step_sid;this.url=i.url;this._solution={flowSid:n,executionSid:s,stepSid:r}}get _proxy(){this._context=this._context||new ExecutionStepContextContextImpl(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.stepSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,executionSid:this.executionSid,flowSid:this.flowSid,stepSid:this.stepSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionStepContextInstance=ExecutionStepContextInstance;function ExecutionStepContextListInstance(e,i,n,r){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,a.isValidPathParam)(r)){throw new Error("Parameter 'stepSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ExecutionStepContextContextImpl(e,i,n,r)};instance._version=e;instance._solution={flowSid:i,executionSid:n,stepSid:r};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExecutionStepContextListInstance=ExecutionStepContextListInstance},48384:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FlowRevisionPage=i.FlowRevisionListInstance=i.FlowRevisionInstance=i.FlowRevisionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FlowRevisionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'revision' is not valid.")}this._solution={sid:i,revision:n};this._uri=`/Flows/${i}/Revisions/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FlowRevisionInstance(n,e,i._solution.sid,i._solution.revision)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowRevisionContextImpl=FlowRevisionContextImpl;class FlowRevisionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.definition=i.definition;this.status=i.status;this.revision=a.integer(i.revision);this.commitMessage=i.commit_message;this.valid=i.valid;this.errors=i.errors;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n,revision:s||this.revision.toString()}}get _proxy(){this._context=this._context||new FlowRevisionContextImpl(this._version,this._solution.sid,this._solution.revision);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,definition:this.definition,status:this.status,revision:this.revision,commitMessage:this.commitMessage,valid:this.valid,errors:this.errors,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowRevisionInstance=FlowRevisionInstance;function FlowRevisionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new FlowRevisionContextImpl(e,i,n)};instance._version=e;instance._solution={sid:i};instance._uri=`/Flows/${i}/Revisions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FlowRevisionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FlowRevisionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FlowRevisionListInstance=FlowRevisionListInstance;class FlowRevisionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FlowRevisionInstance(this._version,e,this._solution.sid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowRevisionPage=FlowRevisionPage},10264:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FlowTestUserListInstance=i.FlowTestUserInstance=i.FlowTestUserContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class FlowTestUserContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Flows/${i}/TestUsers`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FlowTestUserInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["testUsers"]===null||e["testUsers"]===undefined){throw new Error("Required parameter \"params['testUsers']\" missing.")}let n={};n["TestUsers"]=o.map(e["testUsers"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new FlowTestUserInstance(a,e,r._solution.sid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FlowTestUserContextImpl=FlowTestUserContextImpl;class FlowTestUserInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.testUsers=i.test_users;this.url=i.url;this._solution={sid:n}}get _proxy(){this._context=this._context||new FlowTestUserContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,testUsers:this.testUsers,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FlowTestUserInstance=FlowTestUserInstance;function FlowTestUserListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new FlowTestUserContextImpl(e,i)};instance._version=e;instance._solution={sid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.FlowTestUserListInstance=FlowTestUserListInstance},75398:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FlowValidateInstance=i.FlowValidateListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function FlowValidateListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Flows/Validate`;i.update=function update(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["friendlyName"]===null||n["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(n["status"]===null||n["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}if(n["definition"]===null||n["definition"]===undefined){throw new Error("Required parameter \"params['definition']\" missing.")}let r={};r["FriendlyName"]=n["friendlyName"];r["Status"]=n["status"];r["Definition"]=o.object(n["definition"]);if(n["commitMessage"]!==undefined)r["CommitMessage"]=n["commitMessage"];const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.update({uri:i._uri,method:"post",data:r,headers:a});u=u.then((e=>new FlowValidateInstance(c,e)));u=i._version.setPromiseCallback(u,s);return u};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.FlowValidateListInstance=FlowValidateListInstance;class FlowValidateInstance{constructor(e,i){this._version=e;this.valid=i.valid}toJSON(){return{valid:this.valid}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FlowValidateInstance=FlowValidateInstance},16029:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(43355);const a=n(27330);const c=n(14140);const u=n(99419);const f=n(55656);const _=n(86356);const g=n(30929);const v=n(77611);const S=n(6916);class V1 extends r.default{constructor(e){super(e,"v1")}get esimProfiles(){this._esimProfiles=this._esimProfiles||(0,o.EsimProfileListInstance)(this);return this._esimProfiles}get fleets(){this._fleets=this._fleets||(0,a.FleetListInstance)(this);return this._fleets}get ipCommands(){this._ipCommands=this._ipCommands||(0,c.IpCommandListInstance)(this);return this._ipCommands}get networks(){this._networks=this._networks||(0,u.NetworkListInstance)(this);return this._networks}get networkAccessProfiles(){this._networkAccessProfiles=this._networkAccessProfiles||(0,f.NetworkAccessProfileListInstance)(this);return this._networkAccessProfiles}get settingsUpdates(){this._settingsUpdates=this._settingsUpdates||(0,_.SettingsUpdateListInstance)(this);return this._settingsUpdates}get sims(){this._sims=this._sims||(0,g.SimListInstance)(this);return this._sims}get smsCommands(){this._smsCommands=this._smsCommands||(0,v.SmsCommandListInstance)(this);return this._smsCommands}get usageRecords(){this._usageRecords=this._usageRecords||(0,S.UsageRecordListInstance)(this);return this._usageRecords}}i["default"]=V1},43355:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EsimProfilePage=i.EsimProfileListInstance=i.EsimProfileInstance=i.EsimProfileContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EsimProfileContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/ESimProfiles/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EsimProfileInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EsimProfileContextImpl=EsimProfileContextImpl;class EsimProfileInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.iccid=i.iccid;this.simSid=i.sim_sid;this.status=i.status;this.eid=i.eid;this.smdpPlusAddress=i.smdp_plus_address;this.matchingId=i.matching_id;this.activationCode=i.activation_code;this.errorCode=i.error_code;this.errorMessage=i.error_message;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EsimProfileContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,iccid:this.iccid,simSid:this.simSid,status:this.status,eid:this.eid,smdpPlusAddress:this.smdpPlusAddress,matchingId:this.matchingId,activationCode:this.activationCode,errorCode:this.errorCode,errorMessage:this.errorMessage,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EsimProfileInstance=EsimProfileInstance;function EsimProfileListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EsimProfileContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/ESimProfiles`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];if(i["generateMatchingId"]!==undefined)s["GenerateMatchingId"]=c.bool(i["generateMatchingId"]);if(i["eid"]!==undefined)s["Eid"]=i["eid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EsimProfileInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["eid"]!==undefined)s["Eid"]=i["eid"];if(i["simSid"]!==undefined)s["SimSid"]=i["simSid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EsimProfilePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EsimProfilePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EsimProfileListInstance=EsimProfileListInstance;class EsimProfilePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EsimProfileInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EsimProfilePage=EsimProfilePage},27330:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FleetPage=i.FleetListInstance=i.FleetInstance=i.FleetContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FleetContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Fleets/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FleetInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["networkAccessProfile"]!==undefined)n["NetworkAccessProfile"]=e["networkAccessProfile"];if(e["ipCommandsUrl"]!==undefined)n["IpCommandsUrl"]=e["ipCommandsUrl"];if(e["ipCommandsMethod"]!==undefined)n["IpCommandsMethod"]=e["ipCommandsMethod"];if(e["smsCommandsUrl"]!==undefined)n["SmsCommandsUrl"]=e["smsCommandsUrl"];if(e["smsCommandsMethod"]!==undefined)n["SmsCommandsMethod"]=e["smsCommandsMethod"];if(e["dataLimit"]!==undefined)n["DataLimit"]=e["dataLimit"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FleetInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetContextImpl=FleetContextImpl;class FleetInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.uniqueName=i.unique_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.dataEnabled=i.data_enabled;this.dataLimit=a.integer(i.data_limit);this.dataMetering=i.data_metering;this.smsCommandsEnabled=i.sms_commands_enabled;this.smsCommandsUrl=i.sms_commands_url;this.smsCommandsMethod=i.sms_commands_method;this.networkAccessProfileSid=i.network_access_profile_sid;this.ipCommandsUrl=i.ip_commands_url;this.ipCommandsMethod=i.ip_commands_method;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new FleetContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,uniqueName:this.uniqueName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,dataEnabled:this.dataEnabled,dataLimit:this.dataLimit,dataMetering:this.dataMetering,smsCommandsEnabled:this.smsCommandsEnabled,smsCommandsUrl:this.smsCommandsUrl,smsCommandsMethod:this.smsCommandsMethod,networkAccessProfileSid:this.networkAccessProfileSid,ipCommandsUrl:this.ipCommandsUrl,ipCommandsMethod:this.ipCommandsMethod}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetInstance=FleetInstance;function FleetListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FleetContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Fleets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["networkAccessProfile"]===null||i["networkAccessProfile"]===undefined){throw new Error("Required parameter \"params['networkAccessProfile']\" missing.")}let s={};s["NetworkAccessProfile"]=i["networkAccessProfile"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["dataEnabled"]!==undefined)s["DataEnabled"]=c.bool(i["dataEnabled"]);if(i["dataLimit"]!==undefined)s["DataLimit"]=i["dataLimit"];if(i["ipCommandsUrl"]!==undefined)s["IpCommandsUrl"]=i["ipCommandsUrl"];if(i["ipCommandsMethod"]!==undefined)s["IpCommandsMethod"]=i["ipCommandsMethod"];if(i["smsCommandsEnabled"]!==undefined)s["SmsCommandsEnabled"]=c.bool(i["smsCommandsEnabled"]);if(i["smsCommandsUrl"]!==undefined)s["SmsCommandsUrl"]=i["smsCommandsUrl"];if(i["smsCommandsMethod"]!==undefined)s["SmsCommandsMethod"]=i["smsCommandsMethod"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FleetInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["networkAccessProfile"]!==undefined)s["NetworkAccessProfile"]=i["networkAccessProfile"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FleetPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FleetPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FleetListInstance=FleetListInstance;class FleetPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FleetInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetPage=FleetPage},14140:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpCommandPage=i.IpCommandListInstance=i.IpCommandInstance=i.IpCommandContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class IpCommandContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/IpCommands/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpCommandInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpCommandContextImpl=IpCommandContextImpl;class IpCommandInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.simSid=i.sim_sid;this.simIccid=i.sim_iccid;this.status=i.status;this.direction=i.direction;this.deviceIp=i.device_ip;this.devicePort=a.integer(i.device_port);this.payloadType=i.payload_type;this.payload=i.payload;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new IpCommandContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,simSid:this.simSid,simIccid:this.simIccid,status:this.status,direction:this.direction,deviceIp:this.deviceIp,devicePort:this.devicePort,payloadType:this.payloadType,payload:this.payload,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpCommandInstance=IpCommandInstance;function IpCommandListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new IpCommandContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/IpCommands`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["sim"]===null||i["sim"]===undefined){throw new Error("Required parameter \"params['sim']\" missing.")}if(i["payload"]===null||i["payload"]===undefined){throw new Error("Required parameter \"params['payload']\" missing.")}if(i["devicePort"]===null||i["devicePort"]===undefined){throw new Error("Required parameter \"params['devicePort']\" missing.")}let s={};s["Sim"]=i["sim"];s["Payload"]=i["payload"];s["DevicePort"]=i["devicePort"];if(i["payloadType"]!==undefined)s["PayloadType"]=i["payloadType"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpCommandInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["simIccid"]!==undefined)s["SimIccid"]=i["simIccid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["direction"]!==undefined)s["Direction"]=i["direction"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpCommandPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpCommandPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpCommandListInstance=IpCommandListInstance;class IpCommandPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpCommandInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpCommandPage=IpCommandPage},99419:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NetworkPage=i.NetworkListInstance=i.NetworkInstance=i.NetworkContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class NetworkContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Networks/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NetworkInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkContextImpl=NetworkContextImpl;class NetworkInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.url=i.url;this.isoCountry=i.iso_country;this.identifiers=i.identifiers;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new NetworkContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,url:this.url,isoCountry:this.isoCountry,identifiers:this.identifiers}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkInstance=NetworkInstance;function NetworkListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new NetworkContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Networks`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["isoCountry"]!==undefined)s["IsoCountry"]=i["isoCountry"];if(i["mcc"]!==undefined)s["Mcc"]=i["mcc"];if(i["mnc"]!==undefined)s["Mnc"]=i["mnc"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new NetworkPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new NetworkPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.NetworkListInstance=NetworkListInstance;class NetworkPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NetworkInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkPage=NetworkPage},55656:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NetworkAccessProfilePage=i.NetworkAccessProfileListInstance=i.NetworkAccessProfileInstance=i.NetworkAccessProfileContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(26489);class NetworkAccessProfileContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/NetworkAccessProfiles/${i}`}get networks(){this._networks=this._networks||(0,f.NetworkAccessProfileNetworkListInstance)(this._version,this._solution.sid);return this._networks}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NetworkAccessProfileInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new NetworkAccessProfileInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfileContextImpl=NetworkAccessProfileContextImpl;class NetworkAccessProfileInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new NetworkAccessProfileContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}networks(){return this._proxy.networks}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfileInstance=NetworkAccessProfileInstance;function NetworkAccessProfileListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new NetworkAccessProfileContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/NetworkAccessProfiles`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["networks"]!==undefined)s["Networks"]=c.map(i["networks"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new NetworkAccessProfileInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new NetworkAccessProfilePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new NetworkAccessProfilePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.NetworkAccessProfileListInstance=NetworkAccessProfileListInstance;class NetworkAccessProfilePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NetworkAccessProfileInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfilePage=NetworkAccessProfilePage},26489:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NetworkAccessProfileNetworkPage=i.NetworkAccessProfileNetworkListInstance=i.NetworkAccessProfileNetworkInstance=i.NetworkAccessProfileNetworkContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class NetworkAccessProfileNetworkContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'networkAccessProfileSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={networkAccessProfileSid:i,sid:n};this._uri=`/NetworkAccessProfiles/${i}/Networks/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NetworkAccessProfileNetworkInstance(n,e,i._solution.networkAccessProfileSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfileNetworkContextImpl=NetworkAccessProfileNetworkContextImpl;class NetworkAccessProfileNetworkInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.networkAccessProfileSid=i.network_access_profile_sid;this.friendlyName=i.friendly_name;this.isoCountry=i.iso_country;this.identifiers=i.identifiers;this.url=i.url;this._solution={networkAccessProfileSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new NetworkAccessProfileNetworkContextImpl(this._version,this._solution.networkAccessProfileSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,networkAccessProfileSid:this.networkAccessProfileSid,friendlyName:this.friendlyName,isoCountry:this.isoCountry,identifiers:this.identifiers,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfileNetworkInstance=NetworkAccessProfileNetworkInstance;function NetworkAccessProfileNetworkListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'networkAccessProfileSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new NetworkAccessProfileNetworkContextImpl(e,i,n)};instance._version=e;instance._solution={networkAccessProfileSid:i};instance._uri=`/NetworkAccessProfiles/${i}/Networks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["network"]===null||i["network"]===undefined){throw new Error("Required parameter \"params['network']\" missing.")}let s={};s["Network"]=i["network"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new NetworkAccessProfileNetworkInstance(o,e,instance._solution.networkAccessProfileSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new NetworkAccessProfileNetworkPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new NetworkAccessProfileNetworkPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.NetworkAccessProfileNetworkListInstance=NetworkAccessProfileNetworkListInstance;class NetworkAccessProfileNetworkPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NetworkAccessProfileNetworkInstance(this._version,e,this._solution.networkAccessProfileSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfileNetworkPage=NetworkAccessProfileNetworkPage},86356:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SettingsUpdatePage=i.SettingsUpdateInstance=i.SettingsUpdateListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function SettingsUpdateListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/SettingsUpdates`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["sim"]!==undefined)r["Sim"]=n["sim"];if(n["status"]!==undefined)r["Status"]=n["status"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new SettingsUpdatePage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new SettingsUpdatePage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.SettingsUpdateListInstance=SettingsUpdateListInstance;class SettingsUpdateInstance{constructor(e,i){this._version=e;this.sid=i.sid;this.iccid=i.iccid;this.simSid=i.sim_sid;this.status=i.status;this.packages=i.packages;this.dateCompleted=a.iso8601DateTime(i.date_completed);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated)}toJSON(){return{sid:this.sid,iccid:this.iccid,simSid:this.simSid,status:this.status,packages:this.packages,dateCompleted:this.dateCompleted,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SettingsUpdateInstance=SettingsUpdateInstance;class SettingsUpdatePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SettingsUpdateInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SettingsUpdatePage=SettingsUpdatePage},30929:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SimPage=i.SimListInstance=i.SimInstance=i.SimContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(83062);const _=n(34322);class SimContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Sims/${i}`}get billingPeriods(){this._billingPeriods=this._billingPeriods||(0,f.BillingPeriodListInstance)(this._version,this._solution.sid);return this._billingPeriods}get simIpAddresses(){this._simIpAddresses=this._simIpAddresses||(0,_.SimIpAddressListInstance)(this._version,this._solution.sid);return this._simIpAddresses}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SimInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["status"]!==undefined)n["Status"]=e["status"];if(e["fleet"]!==undefined)n["Fleet"]=e["fleet"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["callbackMethod"]!==undefined)n["CallbackMethod"]=e["callbackMethod"];if(e["accountSid"]!==undefined)n["AccountSid"]=e["accountSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SimInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimContextImpl=SimContextImpl;class SimInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.iccid=i.iccid;this.status=i.status;this.fleetSid=i.fleet_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SimContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}billingPeriods(){return this._proxy.billingPeriods}simIpAddresses(){return this._proxy.simIpAddresses}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,iccid:this.iccid,status:this.status,fleetSid:this.fleetSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimInstance=SimInstance;function SimListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SimContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Sims`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["iccid"]===null||i["iccid"]===undefined){throw new Error("Required parameter \"params['iccid']\" missing.")}if(i["registrationCode"]===null||i["registrationCode"]===undefined){throw new Error("Required parameter \"params['registrationCode']\" missing.")}let s={};s["Iccid"]=i["iccid"];s["RegistrationCode"]=i["registrationCode"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SimInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["fleet"]!==undefined)s["Fleet"]=i["fleet"];if(i["iccid"]!==undefined)s["Iccid"]=i["iccid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SimPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SimPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SimListInstance=SimListInstance;class SimPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SimInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimPage=SimPage},83062:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BillingPeriodPage=i.BillingPeriodInstance=i.BillingPeriodListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function BillingPeriodListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}const n={};n._version=e;n._solution={simSid:i};n._uri=`/Sims/${i}/BillingPeriods`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new BillingPeriodPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new BillingPeriodPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.BillingPeriodListInstance=BillingPeriodListInstance;class BillingPeriodInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.simSid=i.sim_sid;this.startTime=a.iso8601DateTime(i.start_time);this.endTime=a.iso8601DateTime(i.end_time);this.periodType=i.period_type;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,simSid:this.simSid,startTime:this.startTime,endTime:this.endTime,periodType:this.periodType,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BillingPeriodInstance=BillingPeriodInstance;class BillingPeriodPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BillingPeriodInstance(this._version,e,this._solution.simSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BillingPeriodPage=BillingPeriodPage},34322:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SimIpAddressPage=i.SimIpAddressInstance=i.SimIpAddressListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function SimIpAddressListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}const n={};n._version=e;n._solution={simSid:i};n._uri=`/Sims/${i}/IpAddresses`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new SimIpAddressPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new SimIpAddressPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.SimIpAddressListInstance=SimIpAddressListInstance;class SimIpAddressInstance{constructor(e,i,n){this._version=e;this.ipAddress=i.ip_address;this.ipAddressVersion=i.ip_address_version}toJSON(){return{ipAddress:this.ipAddress,ipAddressVersion:this.ipAddressVersion}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimIpAddressInstance=SimIpAddressInstance;class SimIpAddressPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SimIpAddressInstance(this._version,e,this._solution.simSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimIpAddressPage=SimIpAddressPage},77611:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SmsCommandPage=i.SmsCommandListInstance=i.SmsCommandInstance=i.SmsCommandContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SmsCommandContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/SmsCommands/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SmsCommandInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SmsCommandContextImpl=SmsCommandContextImpl;class SmsCommandInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.simSid=i.sim_sid;this.payload=i.payload;this.status=i.status;this.direction=i.direction;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SmsCommandContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,simSid:this.simSid,payload:this.payload,status:this.status,direction:this.direction,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SmsCommandInstance=SmsCommandInstance;function SmsCommandListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SmsCommandContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/SmsCommands`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["sim"]===null||i["sim"]===undefined){throw new Error("Required parameter \"params['sim']\" missing.")}if(i["payload"]===null||i["payload"]===undefined){throw new Error("Required parameter \"params['payload']\" missing.")}let s={};s["Sim"]=i["sim"];s["Payload"]=i["payload"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SmsCommandInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["direction"]!==undefined)s["Direction"]=i["direction"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SmsCommandPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SmsCommandPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SmsCommandListInstance=SmsCommandListInstance;class SmsCommandPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SmsCommandInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SmsCommandPage=SmsCommandPage},6916:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UsageRecordPage=i.UsageRecordInstance=i.UsageRecordListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function UsageRecordListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/UsageRecords`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["sim"]!==undefined)r["Sim"]=n["sim"];if(n["fleet"]!==undefined)r["Fleet"]=n["fleet"];if(n["network"]!==undefined)r["Network"]=n["network"];if(n["isoCountry"]!==undefined)r["IsoCountry"]=n["isoCountry"];if(n["group"]!==undefined)r["Group"]=n["group"];if(n["granularity"]!==undefined)r["Granularity"]=n["granularity"];if(n["startTime"]!==undefined)r["StartTime"]=c.iso8601DateTime(n["startTime"]);if(n["endTime"]!==undefined)r["EndTime"]=c.iso8601DateTime(n["endTime"]);if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,u=a.page({uri:i._uri,method:"get",params:r,headers:o});u=u.then((e=>new UsageRecordPage(a,e,i._solution)));u=i._version.setPromiseCallback(u,s);return u};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new UsageRecordPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.UsageRecordListInstance=UsageRecordListInstance;class UsageRecordInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.simSid=i.sim_sid;this.networkSid=i.network_sid;this.fleetSid=i.fleet_sid;this.isoCountry=i.iso_country;this.period=i.period;this.dataUpload=i.data_upload;this.dataDownload=i.data_download;this.dataTotal=i.data_total;this.dataTotalBilled=i.data_total_billed;this.billedUnit=i.billed_unit}toJSON(){return{accountSid:this.accountSid,simSid:this.simSid,networkSid:this.networkSid,fleetSid:this.fleetSid,isoCountry:this.isoCountry,period:this.period,dataUpload:this.dataUpload,dataDownload:this.dataDownload,dataTotal:this.dataTotal,dataTotalBilled:this.dataTotalBilled,billedUnit:this.billedUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordInstance=UsageRecordInstance;class UsageRecordPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UsageRecordInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordPage=UsageRecordPage},34949:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(63190);class V1 extends r.default{constructor(e){super(e,"v1")}get services(){this._services=this._services||(0,o.ServiceListInstance)(this);return this._services}}i["default"]=V1},63190:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(81088);const _=n(4845);const g=n(81014);const v=n(20786);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get documents(){this._documents=this._documents||(0,f.DocumentListInstance)(this._version,this._solution.sid);return this._documents}get syncLists(){this._syncLists=this._syncLists||(0,_.SyncListListInstance)(this._version,this._solution.sid);return this._syncLists}get syncMaps(){this._syncMaps=this._syncMaps||(0,g.SyncMapListInstance)(this._version,this._solution.sid);return this._syncMaps}get syncStreams(){this._syncStreams=this._syncStreams||(0,v.SyncStreamListInstance)(this._version,this._solution.sid);return this._syncStreams}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["reachabilityWebhooksEnabled"]!==undefined)n["ReachabilityWebhooksEnabled"]=c.bool(e["reachabilityWebhooksEnabled"]);if(e["aclEnabled"]!==undefined)n["AclEnabled"]=c.bool(e["aclEnabled"]);if(e["reachabilityDebouncingEnabled"]!==undefined)n["ReachabilityDebouncingEnabled"]=c.bool(e["reachabilityDebouncingEnabled"]);if(e["reachabilityDebouncingWindow"]!==undefined)n["ReachabilityDebouncingWindow"]=e["reachabilityDebouncingWindow"];if(e["webhooksFromRestEnabled"]!==undefined)n["WebhooksFromRestEnabled"]=c.bool(e["webhooksFromRestEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.webhookUrl=i.webhook_url;this.webhooksFromRestEnabled=i.webhooks_from_rest_enabled;this.reachabilityWebhooksEnabled=i.reachability_webhooks_enabled;this.aclEnabled=i.acl_enabled;this.reachabilityDebouncingEnabled=i.reachability_debouncing_enabled;this.reachabilityDebouncingWindow=a.integer(i.reachability_debouncing_window);this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}documents(){return this._proxy.documents}syncLists(){return this._proxy.syncLists}syncMaps(){return this._proxy.syncMaps}syncStreams(){return this._proxy.syncStreams}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,webhookUrl:this.webhookUrl,webhooksFromRestEnabled:this.webhooksFromRestEnabled,reachabilityWebhooksEnabled:this.reachabilityWebhooksEnabled,aclEnabled:this.aclEnabled,reachabilityDebouncingEnabled:this.reachabilityDebouncingEnabled,reachabilityDebouncingWindow:this.reachabilityDebouncingWindow,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["webhookUrl"]!==undefined)s["WebhookUrl"]=i["webhookUrl"];if(i["reachabilityWebhooksEnabled"]!==undefined)s["ReachabilityWebhooksEnabled"]=c.bool(i["reachabilityWebhooksEnabled"]);if(i["aclEnabled"]!==undefined)s["AclEnabled"]=c.bool(i["aclEnabled"]);if(i["reachabilityDebouncingEnabled"]!==undefined)s["ReachabilityDebouncingEnabled"]=c.bool(i["reachabilityDebouncingEnabled"]);if(i["reachabilityDebouncingWindow"]!==undefined)s["ReachabilityDebouncingWindow"]=i["reachabilityDebouncingWindow"];if(i["webhooksFromRestEnabled"]!==undefined)s["WebhooksFromRestEnabled"]=c.bool(i["webhooksFromRestEnabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},81088:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DocumentPage=i.DocumentListInstance=i.DocumentInstance=i.DocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(24808);class DocumentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Documents/${n}`}get documentPermissions(){this._documentPermissions=this._documentPermissions||(0,f.DocumentPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._documentPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DocumentInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["data"]!==undefined)n["Data"]=c.object(e["data"]);if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DocumentInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentContextImpl=DocumentContextImpl;class DocumentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.data=i.data;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DocumentContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}documentPermissions(){return this._proxy.documentPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,data:this.data,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentInstance=DocumentInstance;function DocumentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DocumentContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Documents`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["data"]!==undefined)s["Data"]=c.object(i["data"]);if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DocumentInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DocumentListInstance=DocumentListInstance;class DocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DocumentInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPage=DocumentPage},24808:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DocumentPermissionPage=i.DocumentPermissionListInstance=i.DocumentPermissionInstance=i.DocumentPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DocumentPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'documentSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,documentSid:n,identity:s};this._uri=`/Services/${i}/Documents/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DocumentPermissionInstance(n,e,i._solution.serviceSid,i._solution.documentSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DocumentPermissionInstance(o,e,r._solution.serviceSid,r._solution.documentSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionContextImpl=DocumentPermissionContextImpl;class DocumentPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.documentSid=i.document_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,documentSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new DocumentPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.documentSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,documentSid:this.documentSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionInstance=DocumentPermissionInstance;function DocumentPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'documentSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new DocumentPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,documentSid:n};instance._uri=`/Services/${i}/Documents/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DocumentPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DocumentPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DocumentPermissionListInstance=DocumentPermissionListInstance;class DocumentPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DocumentPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.documentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionPage=DocumentPermissionPage},4845:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListPage=i.SyncListListInstance=i.SyncListInstance=i.SyncListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(6456);const _=n(19760);class SyncListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Lists/${n}`}get syncListItems(){this._syncListItems=this._syncListItems||(0,f.SyncListItemListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncListItems}get syncListPermissions(){this._syncListPermissions=this._syncListPermissions||(0,_.SyncListPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncListPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["collectionTtl"]!==undefined)n["CollectionTtl"]=e["collectionTtl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncListInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListContextImpl=SyncListContextImpl;class SyncListInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SyncListContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}syncListItems(){return this._proxy.syncListItems}syncListPermissions(){return this._proxy.syncListPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListInstance=SyncListInstance;function SyncListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SyncListContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Lists`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];if(i["collectionTtl"]!==undefined)s["CollectionTtl"]=i["collectionTtl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncListInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListListInstance=SyncListListInstance;class SyncListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPage=SyncListPage},6456:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListItemPage=i.SyncListItemListInstance=i.SyncListItemInstance=i.SyncListItemContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncListItemContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'index' is not valid.")}this._solution={serviceSid:i,listSid:n,index:s};this._uri=`/Services/${i}/Lists/${n}/Items/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListItemInstance(n,e,i._solution.serviceSid,i._solution.listSid,i._solution.index)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["data"]!==undefined)n["Data"]=c.object(e["data"]);if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["itemTtl"]!==undefined)n["ItemTtl"]=e["itemTtl"];if(e["collectionTtl"]!==undefined)n["CollectionTtl"]=e["collectionTtl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncListItemInstance(o,e,r._solution.serviceSid,r._solution.listSid,r._solution.index)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemContextImpl=SyncListItemContextImpl;class SyncListItemInstance{constructor(e,i,n,s,r){this._version=e;this.index=a.integer(i.index);this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.listSid=i.list_sid;this.url=i.url;this.revision=i.revision;this.data=i.data;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,listSid:s,index:r||this.index}}get _proxy(){this._context=this._context||new SyncListItemContextImpl(this._version,this._solution.serviceSid,this._solution.listSid,this._solution.index);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{index:this.index,accountSid:this.accountSid,serviceSid:this.serviceSid,listSid:this.listSid,url:this.url,revision:this.revision,data:this.data,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemInstance=SyncListItemInstance;function SyncListItemListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncListItemContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,listSid:n};instance._uri=`/Services/${i}/Lists/${n}/Items`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["data"]===null||i["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let s={};s["Data"]=c.object(i["data"]);if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];if(i["itemTtl"]!==undefined)s["ItemTtl"]=i["itemTtl"];if(i["collectionTtl"]!==undefined)s["CollectionTtl"]=i["collectionTtl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncListItemInstance(o,e,instance._solution.serviceSid,instance._solution.listSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["bounds"]!==undefined)s["Bounds"]=i["bounds"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListItemPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListItemPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListItemListInstance=SyncListItemListInstance;class SyncListItemPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListItemInstance(this._version,e,this._solution.serviceSid,this._solution.listSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemPage=SyncListItemPage},19760:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListPermissionPage=i.SyncListPermissionListInstance=i.SyncListPermissionInstance=i.SyncListPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncListPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,listSid:n,identity:s};this._uri=`/Services/${i}/Lists/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListPermissionInstance(n,e,i._solution.serviceSid,i._solution.listSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncListPermissionInstance(o,e,r._solution.serviceSid,r._solution.listSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionContextImpl=SyncListPermissionContextImpl;class SyncListPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.listSid=i.list_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,listSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new SyncListPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.listSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,listSid:this.listSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionInstance=SyncListPermissionInstance;function SyncListPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncListPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,listSid:n};instance._uri=`/Services/${i}/Lists/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListPermissionListInstance=SyncListPermissionListInstance;class SyncListPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.listSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionPage=SyncListPermissionPage},81014:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapPage=i.SyncMapListInstance=i.SyncMapInstance=i.SyncMapContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(64825);const _=n(89269);class SyncMapContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Maps/${n}`}get syncMapItems(){this._syncMapItems=this._syncMapItems||(0,f.SyncMapItemListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncMapItems}get syncMapPermissions(){this._syncMapPermissions=this._syncMapPermissions||(0,_.SyncMapPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncMapPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["collectionTtl"]!==undefined)n["CollectionTtl"]=e["collectionTtl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncMapInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapContextImpl=SyncMapContextImpl;class SyncMapInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SyncMapContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}syncMapItems(){return this._proxy.syncMapItems}syncMapPermissions(){return this._proxy.syncMapPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapInstance=SyncMapInstance;function SyncMapListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SyncMapContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Maps`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];if(i["collectionTtl"]!==undefined)s["CollectionTtl"]=i["collectionTtl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncMapInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapListInstance=SyncMapListInstance;class SyncMapPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPage=SyncMapPage},64825:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapItemPage=i.SyncMapItemListInstance=i.SyncMapItemInstance=i.SyncMapItemContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncMapItemContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'key' is not valid.")}this._solution={serviceSid:i,mapSid:n,key:s};this._uri=`/Services/${i}/Maps/${n}/Items/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapItemInstance(n,e,i._solution.serviceSid,i._solution.mapSid,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["data"]!==undefined)n["Data"]=c.object(e["data"]);if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["itemTtl"]!==undefined)n["ItemTtl"]=e["itemTtl"];if(e["collectionTtl"]!==undefined)n["CollectionTtl"]=e["collectionTtl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncMapItemInstance(o,e,r._solution.serviceSid,r._solution.mapSid,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemContextImpl=SyncMapItemContextImpl;class SyncMapItemInstance{constructor(e,i,n,s,r){this._version=e;this.key=i.key;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.mapSid=i.map_sid;this.url=i.url;this.revision=i.revision;this.data=i.data;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,mapSid:s,key:r||this.key}}get _proxy(){this._context=this._context||new SyncMapItemContextImpl(this._version,this._solution.serviceSid,this._solution.mapSid,this._solution.key);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{key:this.key,accountSid:this.accountSid,serviceSid:this.serviceSid,mapSid:this.mapSid,url:this.url,revision:this.revision,data:this.data,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemInstance=SyncMapItemInstance;function SyncMapItemListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncMapItemContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,mapSid:n};instance._uri=`/Services/${i}/Maps/${n}/Items`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["data"]===null||i["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let s={};s["Key"]=i["key"];s["Data"]=c.object(i["data"]);if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];if(i["itemTtl"]!==undefined)s["ItemTtl"]=i["itemTtl"];if(i["collectionTtl"]!==undefined)s["CollectionTtl"]=i["collectionTtl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncMapItemInstance(o,e,instance._solution.serviceSid,instance._solution.mapSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["bounds"]!==undefined)s["Bounds"]=i["bounds"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapItemPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapItemPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapItemListInstance=SyncMapItemListInstance;class SyncMapItemPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapItemInstance(this._version,e,this._solution.serviceSid,this._solution.mapSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemPage=SyncMapItemPage},89269:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapPermissionPage=i.SyncMapPermissionListInstance=i.SyncMapPermissionInstance=i.SyncMapPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncMapPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,mapSid:n,identity:s};this._uri=`/Services/${i}/Maps/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapPermissionInstance(n,e,i._solution.serviceSid,i._solution.mapSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncMapPermissionInstance(o,e,r._solution.serviceSid,r._solution.mapSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionContextImpl=SyncMapPermissionContextImpl;class SyncMapPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.mapSid=i.map_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,mapSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new SyncMapPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.mapSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,mapSid:this.mapSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionInstance=SyncMapPermissionInstance;function SyncMapPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncMapPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,mapSid:n};instance._uri=`/Services/${i}/Maps/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapPermissionListInstance=SyncMapPermissionListInstance;class SyncMapPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.mapSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionPage=SyncMapPermissionPage},20786:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncStreamPage=i.SyncStreamListInstance=i.SyncStreamInstance=i.SyncStreamContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(12019);class SyncStreamContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Streams/${n}`}get streamMessages(){this._streamMessages=this._streamMessages||(0,f.StreamMessageListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._streamMessages}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncStreamInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncStreamInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncStreamContextImpl=SyncStreamContextImpl;class SyncStreamInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SyncStreamContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}streamMessages(){return this._proxy.streamMessages}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncStreamInstance=SyncStreamInstance;function SyncStreamListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SyncStreamContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Streams`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncStreamInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncStreamPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncStreamPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncStreamListInstance=SyncStreamListInstance;class SyncStreamPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncStreamInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncStreamPage=SyncStreamPage},12019:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.StreamMessageInstance=i.StreamMessageListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function StreamMessageListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'streamSid' is not valid.")}const r={};r._version=e;r._solution={serviceSid:i,streamSid:n};r._uri=`/Services/${i}/Streams/${n}/Messages`;r.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["data"]===null||i["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let s={};s["Data"]=o.object(i["data"]);const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.create({uri:r._uri,method:"post",data:s,headers:a});u=u.then((e=>new StreamMessageInstance(c,e,r._solution.serviceSid,r._solution.streamSid)));u=r._version.setPromiseCallback(u,n);return u};r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.StreamMessageListInstance=StreamMessageListInstance;class StreamMessageInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.data=i.data}toJSON(){return{sid:this.sid,data:this.data}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StreamMessageInstance=StreamMessageInstance},28079:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(86558);class V1 extends r.default{constructor(e){super(e,"v1")}get workspaces(){this._workspaces=this._workspaces||(0,o.WorkspaceListInstance)(this);return this._workspaces}}i["default"]=V1},86558:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WorkspacePage=i.WorkspaceListInstance=i.WorkspaceInstance=i.WorkspaceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(97497);const _=n(23057);const g=n(57360);const v=n(13250);const S=n(22444);const b=n(12752);const P=n(66765);const C=n(47678);const I=n(5751);const x=n(52593);class WorkspaceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Workspaces/${i}`}get activities(){this._activities=this._activities||(0,f.ActivityListInstance)(this._version,this._solution.sid);return this._activities}get events(){this._events=this._events||(0,_.EventListInstance)(this._version,this._solution.sid);return this._events}get tasks(){this._tasks=this._tasks||(0,g.TaskListInstance)(this._version,this._solution.sid);return this._tasks}get taskChannels(){this._taskChannels=this._taskChannels||(0,v.TaskChannelListInstance)(this._version,this._solution.sid);return this._taskChannels}get taskQueues(){this._taskQueues=this._taskQueues||(0,S.TaskQueueListInstance)(this._version,this._solution.sid);return this._taskQueues}get workers(){this._workers=this._workers||(0,b.WorkerListInstance)(this._version,this._solution.sid);return this._workers}get workflows(){this._workflows=this._workflows||(0,P.WorkflowListInstance)(this._version,this._solution.sid);return this._workflows}get cumulativeStatistics(){this._cumulativeStatistics=this._cumulativeStatistics||(0,C.WorkspaceCumulativeStatisticsListInstance)(this._version,this._solution.sid);return this._cumulativeStatistics}get realTimeStatistics(){this._realTimeStatistics=this._realTimeStatistics||(0,I.WorkspaceRealTimeStatisticsListInstance)(this._version,this._solution.sid);return this._realTimeStatistics}get statistics(){this._statistics=this._statistics||(0,x.WorkspaceStatisticsListInstance)(this._version,this._solution.sid);return this._statistics}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WorkspaceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["defaultActivitySid"]!==undefined)n["DefaultActivitySid"]=e["defaultActivitySid"];if(e["eventCallbackUrl"]!==undefined)n["EventCallbackUrl"]=e["eventCallbackUrl"];if(e["eventsFilter"]!==undefined)n["EventsFilter"]=e["eventsFilter"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["multiTaskEnabled"]!==undefined)n["MultiTaskEnabled"]=c.bool(e["multiTaskEnabled"]);if(e["timeoutActivitySid"]!==undefined)n["TimeoutActivitySid"]=e["timeoutActivitySid"];if(e["prioritizeQueueOrder"]!==undefined)n["PrioritizeQueueOrder"]=e["prioritizeQueueOrder"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WorkspaceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkspaceContextImpl=WorkspaceContextImpl;class WorkspaceInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.defaultActivityName=i.default_activity_name;this.defaultActivitySid=i.default_activity_sid;this.eventCallbackUrl=i.event_callback_url;this.eventsFilter=i.events_filter;this.friendlyName=i.friendly_name;this.multiTaskEnabled=i.multi_task_enabled;this.sid=i.sid;this.timeoutActivityName=i.timeout_activity_name;this.timeoutActivitySid=i.timeout_activity_sid;this.prioritizeQueueOrder=i.prioritize_queue_order;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new WorkspaceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}activities(){return this._proxy.activities}events(){return this._proxy.events}tasks(){return this._proxy.tasks}taskChannels(){return this._proxy.taskChannels}taskQueues(){return this._proxy.taskQueues}workers(){return this._proxy.workers}workflows(){return this._proxy.workflows}cumulativeStatistics(){return this._proxy.cumulativeStatistics}realTimeStatistics(){return this._proxy.realTimeStatistics}statistics(){return this._proxy.statistics}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,defaultActivityName:this.defaultActivityName,defaultActivitySid:this.defaultActivitySid,eventCallbackUrl:this.eventCallbackUrl,eventsFilter:this.eventsFilter,friendlyName:this.friendlyName,multiTaskEnabled:this.multiTaskEnabled,sid:this.sid,timeoutActivityName:this.timeoutActivityName,timeoutActivitySid:this.timeoutActivitySid,prioritizeQueueOrder:this.prioritizeQueueOrder,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkspaceInstance=WorkspaceInstance;function WorkspaceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new WorkspaceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Workspaces`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["eventCallbackUrl"]!==undefined)s["EventCallbackUrl"]=i["eventCallbackUrl"];if(i["eventsFilter"]!==undefined)s["EventsFilter"]=i["eventsFilter"];if(i["multiTaskEnabled"]!==undefined)s["MultiTaskEnabled"]=c.bool(i["multiTaskEnabled"]);if(i["template"]!==undefined)s["Template"]=i["template"];if(i["prioritizeQueueOrder"]!==undefined)s["PrioritizeQueueOrder"]=i["prioritizeQueueOrder"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WorkspaceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WorkspacePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WorkspacePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WorkspaceListInstance=WorkspaceListInstance;class WorkspacePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WorkspaceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkspacePage=WorkspacePage},97497:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ActivityPage=i.ActivityListInstance=i.ActivityInstance=i.ActivityContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ActivityContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/Activities/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ActivityInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ActivityInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ActivityContextImpl=ActivityContextImpl;class ActivityInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.available=i.available;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ActivityContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,available:this.available,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid,workspaceSid:this.workspaceSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ActivityInstance=ActivityInstance;function ActivityListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ActivityContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/Activities`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["available"]!==undefined)s["Available"]=c.bool(i["available"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ActivityInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["available"]!==undefined)s["Available"]=i["available"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ActivityPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ActivityPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ActivityListInstance=ActivityListInstance;class ActivityPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ActivityInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ActivityPage=ActivityPage},23057:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EventPage=i.EventListInstance=i.EventInstance=i.EventContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EventContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/Events/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EventInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventContextImpl=EventContextImpl;class EventInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.actorSid=i.actor_sid;this.actorType=i.actor_type;this.actorUrl=i.actor_url;this.description=i.description;this.eventData=i.event_data;this.eventDate=a.iso8601DateTime(i.event_date);this.eventDateMs=i.event_date_ms;this.eventType=i.event_type;this.resourceSid=i.resource_sid;this.resourceType=i.resource_type;this.resourceUrl=i.resource_url;this.sid=i.sid;this.source=i.source;this.sourceIpAddress=i.source_ip_address;this.url=i.url;this.workspaceSid=i.workspace_sid;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new EventContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,actorSid:this.actorSid,actorType:this.actorType,actorUrl:this.actorUrl,description:this.description,eventData:this.eventData,eventDate:this.eventDate,eventDateMs:this.eventDateMs,eventType:this.eventType,resourceSid:this.resourceSid,resourceType:this.resourceType,resourceUrl:this.resourceUrl,sid:this.sid,source:this.source,sourceIpAddress:this.sourceIpAddress,url:this.url,workspaceSid:this.workspaceSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventInstance=EventInstance;function EventListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new EventContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/Events`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["endDate"]!==undefined)s["EndDate"]=c.iso8601DateTime(i["endDate"]);if(i["eventType"]!==undefined)s["EventType"]=i["eventType"];if(i["minutes"]!==undefined)s["Minutes"]=i["minutes"];if(i["reservationSid"]!==undefined)s["ReservationSid"]=i["reservationSid"];if(i["startDate"]!==undefined)s["StartDate"]=c.iso8601DateTime(i["startDate"]);if(i["taskQueueSid"]!==undefined)s["TaskQueueSid"]=i["taskQueueSid"];if(i["taskSid"]!==undefined)s["TaskSid"]=i["taskSid"];if(i["workerSid"]!==undefined)s["WorkerSid"]=i["workerSid"];if(i["workflowSid"]!==undefined)s["WorkflowSid"]=i["workflowSid"];if(i["taskChannel"]!==undefined)s["TaskChannel"]=i["taskChannel"];if(i["sid"]!==undefined)s["Sid"]=i["sid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EventPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EventPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EventListInstance=EventListInstance;class EventPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EventInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventPage=EventPage},57360:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TaskPage=i.TaskListInstance=i.TaskInstance=i.TaskContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(11600);class TaskContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/Tasks/${n}`}get reservations(){this._reservations=this._reservations||(0,f.ReservationListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._reservations}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["assignmentStatus"]!==undefined)n["AssignmentStatus"]=e["assignmentStatus"];if(e["reason"]!==undefined)n["Reason"]=e["reason"];if(e["priority"]!==undefined)n["Priority"]=e["priority"];if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["virtualStartTime"]!==undefined)n["VirtualStartTime"]=c.iso8601DateTime(e["virtualStartTime"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TaskInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskContextImpl=TaskContextImpl;class TaskInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.age=a.integer(i.age);this.assignmentStatus=i.assignment_status;this.attributes=i.attributes;this.addons=i.addons;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.taskQueueEnteredDate=a.iso8601DateTime(i.task_queue_entered_date);this.priority=a.integer(i.priority);this.reason=i.reason;this.sid=i.sid;this.taskQueueSid=i.task_queue_sid;this.taskQueueFriendlyName=i.task_queue_friendly_name;this.taskChannelSid=i.task_channel_sid;this.taskChannelUniqueName=i.task_channel_unique_name;this.timeout=a.integer(i.timeout);this.workflowSid=i.workflow_sid;this.workflowFriendlyName=i.workflow_friendly_name;this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this.virtualStartTime=a.iso8601DateTime(i.virtual_start_time);this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TaskContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}reservations(){return this._proxy.reservations}toJSON(){return{accountSid:this.accountSid,age:this.age,assignmentStatus:this.assignmentStatus,attributes:this.attributes,addons:this.addons,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,taskQueueEnteredDate:this.taskQueueEnteredDate,priority:this.priority,reason:this.reason,sid:this.sid,taskQueueSid:this.taskQueueSid,taskQueueFriendlyName:this.taskQueueFriendlyName,taskChannelSid:this.taskChannelSid,taskChannelUniqueName:this.taskChannelUniqueName,timeout:this.timeout,workflowSid:this.workflowSid,workflowFriendlyName:this.workflowFriendlyName,workspaceSid:this.workspaceSid,url:this.url,links:this.links,virtualStartTime:this.virtualStartTime}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskInstance=TaskInstance;function TaskListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TaskContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/Tasks`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["timeout"]!==undefined)s["Timeout"]=i["timeout"];if(i["priority"]!==undefined)s["Priority"]=i["priority"];if(i["taskChannel"]!==undefined)s["TaskChannel"]=i["taskChannel"];if(i["workflowSid"]!==undefined)s["WorkflowSid"]=i["workflowSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["virtualStartTime"]!==undefined)s["VirtualStartTime"]=c.iso8601DateTime(i["virtualStartTime"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TaskInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["priority"]!==undefined)s["Priority"]=i["priority"];if(i["assignmentStatus"]!==undefined)s["AssignmentStatus"]=c.map(i["assignmentStatus"],(e=>e));if(i["workflowSid"]!==undefined)s["WorkflowSid"]=i["workflowSid"];if(i["workflowName"]!==undefined)s["WorkflowName"]=i["workflowName"];if(i["taskQueueSid"]!==undefined)s["TaskQueueSid"]=i["taskQueueSid"];if(i["taskQueueName"]!==undefined)s["TaskQueueName"]=i["taskQueueName"];if(i["evaluateTaskAttributes"]!==undefined)s["EvaluateTaskAttributes"]=i["evaluateTaskAttributes"];if(i["ordering"]!==undefined)s["Ordering"]=i["ordering"];if(i["hasAddons"]!==undefined)s["HasAddons"]=c.bool(i["hasAddons"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TaskPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TaskPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TaskListInstance=TaskListInstance;class TaskPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TaskInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskPage=TaskPage},11600:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ReservationPage=i.ReservationListInstance=i.ReservationInstance=i.ReservationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ReservationContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,taskSid:n,sid:s};this._uri=`/Workspaces/${i}/Tasks/${n}/Reservations/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ReservationInstance(n,e,i._solution.workspaceSid,i._solution.taskSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["reservationStatus"]!==undefined)n["ReservationStatus"]=e["reservationStatus"];if(e["workerActivitySid"]!==undefined)n["WorkerActivitySid"]=e["workerActivitySid"];if(e["instruction"]!==undefined)n["Instruction"]=e["instruction"];if(e["dequeuePostWorkActivitySid"]!==undefined)n["DequeuePostWorkActivitySid"]=e["dequeuePostWorkActivitySid"];if(e["dequeueFrom"]!==undefined)n["DequeueFrom"]=e["dequeueFrom"];if(e["dequeueRecord"]!==undefined)n["DequeueRecord"]=e["dequeueRecord"];if(e["dequeueTimeout"]!==undefined)n["DequeueTimeout"]=e["dequeueTimeout"];if(e["dequeueTo"]!==undefined)n["DequeueTo"]=e["dequeueTo"];if(e["dequeueStatusCallbackUrl"]!==undefined)n["DequeueStatusCallbackUrl"]=e["dequeueStatusCallbackUrl"];if(e["callFrom"]!==undefined)n["CallFrom"]=e["callFrom"];if(e["callRecord"]!==undefined)n["CallRecord"]=e["callRecord"];if(e["callTimeout"]!==undefined)n["CallTimeout"]=e["callTimeout"];if(e["callTo"]!==undefined)n["CallTo"]=e["callTo"];if(e["callUrl"]!==undefined)n["CallUrl"]=e["callUrl"];if(e["callStatusCallbackUrl"]!==undefined)n["CallStatusCallbackUrl"]=e["callStatusCallbackUrl"];if(e["callAccept"]!==undefined)n["CallAccept"]=c.bool(e["callAccept"]);if(e["redirectCallSid"]!==undefined)n["RedirectCallSid"]=e["redirectCallSid"];if(e["redirectAccept"]!==undefined)n["RedirectAccept"]=c.bool(e["redirectAccept"]);if(e["redirectUrl"]!==undefined)n["RedirectUrl"]=e["redirectUrl"];if(e["to"]!==undefined)n["To"]=e["to"];if(e["from"]!==undefined)n["From"]=e["from"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["statusCallbackEvent"]!==undefined)n["StatusCallbackEvent"]=c.map(e["statusCallbackEvent"],(e=>e));if(e["timeout"]!==undefined)n["Timeout"]=e["timeout"];if(e["record"]!==undefined)n["Record"]=c.bool(e["record"]);if(e["muted"]!==undefined)n["Muted"]=c.bool(e["muted"]);if(e["beep"]!==undefined)n["Beep"]=e["beep"];if(e["startConferenceOnEnter"]!==undefined)n["StartConferenceOnEnter"]=c.bool(e["startConferenceOnEnter"]);if(e["endConferenceOnExit"]!==undefined)n["EndConferenceOnExit"]=c.bool(e["endConferenceOnExit"]);if(e["waitUrl"]!==undefined)n["WaitUrl"]=e["waitUrl"];if(e["waitMethod"]!==undefined)n["WaitMethod"]=e["waitMethod"];if(e["earlyMedia"]!==undefined)n["EarlyMedia"]=c.bool(e["earlyMedia"]);if(e["maxParticipants"]!==undefined)n["MaxParticipants"]=e["maxParticipants"];if(e["conferenceStatusCallback"]!==undefined)n["ConferenceStatusCallback"]=e["conferenceStatusCallback"];if(e["conferenceStatusCallbackMethod"]!==undefined)n["ConferenceStatusCallbackMethod"]=e["conferenceStatusCallbackMethod"];if(e["conferenceStatusCallbackEvent"]!==undefined)n["ConferenceStatusCallbackEvent"]=c.map(e["conferenceStatusCallbackEvent"],(e=>e));if(e["conferenceRecord"]!==undefined)n["ConferenceRecord"]=e["conferenceRecord"];if(e["conferenceTrim"]!==undefined)n["ConferenceTrim"]=e["conferenceTrim"];if(e["recordingChannels"]!==undefined)n["RecordingChannels"]=e["recordingChannels"];if(e["recordingStatusCallback"]!==undefined)n["RecordingStatusCallback"]=e["recordingStatusCallback"];if(e["recordingStatusCallbackMethod"]!==undefined)n["RecordingStatusCallbackMethod"]=e["recordingStatusCallbackMethod"];if(e["conferenceRecordingStatusCallback"]!==undefined)n["ConferenceRecordingStatusCallback"]=e["conferenceRecordingStatusCallback"];if(e["conferenceRecordingStatusCallbackMethod"]!==undefined)n["ConferenceRecordingStatusCallbackMethod"]=e["conferenceRecordingStatusCallbackMethod"];if(e["region"]!==undefined)n["Region"]=e["region"];if(e["sipAuthUsername"]!==undefined)n["SipAuthUsername"]=e["sipAuthUsername"];if(e["sipAuthPassword"]!==undefined)n["SipAuthPassword"]=e["sipAuthPassword"];if(e["dequeueStatusCallbackEvent"]!==undefined)n["DequeueStatusCallbackEvent"]=c.map(e["dequeueStatusCallbackEvent"],(e=>e));if(e["postWorkActivitySid"]!==undefined)n["PostWorkActivitySid"]=e["postWorkActivitySid"];if(e["supervisorMode"]!==undefined)n["SupervisorMode"]=e["supervisorMode"];if(e["supervisor"]!==undefined)n["Supervisor"]=e["supervisor"];if(e["endConferenceOnCustomerExit"]!==undefined)n["EndConferenceOnCustomerExit"]=c.bool(e["endConferenceOnCustomerExit"]);if(e["beepOnCustomerEntrance"]!==undefined)n["BeepOnCustomerEntrance"]=c.bool(e["beepOnCustomerEntrance"]);if(e["jitterBufferSize"]!==undefined)n["JitterBufferSize"]=e["jitterBufferSize"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ReservationInstance(o,e,r._solution.workspaceSid,r._solution.taskSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationContextImpl=ReservationContextImpl;class ReservationInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.reservationStatus=i.reservation_status;this.sid=i.sid;this.taskSid=i.task_sid;this.workerName=i.worker_name;this.workerSid=i.worker_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,taskSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ReservationContextImpl(this._version,this._solution.workspaceSid,this._solution.taskSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,reservationStatus:this.reservationStatus,sid:this.sid,taskSid:this.taskSid,workerName:this.workerName,workerSid:this.workerSid,workspaceSid:this.workspaceSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationInstance=ReservationInstance;function ReservationListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ReservationContextImpl(e,i,n,s)};instance._version=e;instance._solution={workspaceSid:i,taskSid:n};instance._uri=`/Workspaces/${i}/Tasks/${n}/Reservations`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["reservationStatus"]!==undefined)s["ReservationStatus"]=i["reservationStatus"];if(i["workerSid"]!==undefined)s["WorkerSid"]=i["workerSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ReservationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ReservationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ReservationListInstance=ReservationListInstance;class ReservationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ReservationInstance(this._version,e,this._solution.workspaceSid,this._solution.taskSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationPage=ReservationPage},13250:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TaskChannelPage=i.TaskChannelListInstance=i.TaskChannelInstance=i.TaskChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TaskChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/TaskChannels/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskChannelInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["channelOptimizedRouting"]!==undefined)n["ChannelOptimizedRouting"]=c.bool(e["channelOptimizedRouting"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TaskChannelInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskChannelContextImpl=TaskChannelContextImpl;class TaskChannelInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this.uniqueName=i.unique_name;this.workspaceSid=i.workspace_sid;this.channelOptimizedRouting=i.channel_optimized_routing;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TaskChannelContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid,uniqueName:this.uniqueName,workspaceSid:this.workspaceSid,channelOptimizedRouting:this.channelOptimizedRouting,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskChannelInstance=TaskChannelInstance;function TaskChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TaskChannelContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/TaskChannels`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["UniqueName"]=i["uniqueName"];if(i["channelOptimizedRouting"]!==undefined)s["ChannelOptimizedRouting"]=c.bool(i["channelOptimizedRouting"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TaskChannelInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TaskChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TaskChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TaskChannelListInstance=TaskChannelListInstance;class TaskChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TaskChannelInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskChannelPage=TaskChannelPage},22444:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TaskQueuePage=i.TaskQueueListInstance=i.TaskQueueInstance=i.TaskQueueContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(53498);const _=n(12822);const g=n(28266);const v=n(87382);class TaskQueueContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/TaskQueues/${n}`}get cumulativeStatistics(){this._cumulativeStatistics=this._cumulativeStatistics||(0,f.TaskQueueCumulativeStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._cumulativeStatistics}get realTimeStatistics(){this._realTimeStatistics=this._realTimeStatistics||(0,_.TaskQueueRealTimeStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._realTimeStatistics}get statistics(){this._statistics=this._statistics||(0,g.TaskQueueStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._statistics}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskQueueInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["targetWorkers"]!==undefined)n["TargetWorkers"]=e["targetWorkers"];if(e["reservationActivitySid"]!==undefined)n["ReservationActivitySid"]=e["reservationActivitySid"];if(e["assignmentActivitySid"]!==undefined)n["AssignmentActivitySid"]=e["assignmentActivitySid"];if(e["maxReservedWorkers"]!==undefined)n["MaxReservedWorkers"]=e["maxReservedWorkers"];if(e["taskOrder"]!==undefined)n["TaskOrder"]=e["taskOrder"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TaskQueueInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskQueueContextImpl=TaskQueueContextImpl;class TaskQueueInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.assignmentActivitySid=i.assignment_activity_sid;this.assignmentActivityName=i.assignment_activity_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.maxReservedWorkers=a.integer(i.max_reserved_workers);this.reservationActivitySid=i.reservation_activity_sid;this.reservationActivityName=i.reservation_activity_name;this.sid=i.sid;this.targetWorkers=i.target_workers;this.taskOrder=i.task_order;this.url=i.url;this.workspaceSid=i.workspace_sid;this.links=i.links;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TaskQueueContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}cumulativeStatistics(){return this._proxy.cumulativeStatistics}realTimeStatistics(){return this._proxy.realTimeStatistics}statistics(){return this._proxy.statistics}toJSON(){return{accountSid:this.accountSid,assignmentActivitySid:this.assignmentActivitySid,assignmentActivityName:this.assignmentActivityName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,maxReservedWorkers:this.maxReservedWorkers,reservationActivitySid:this.reservationActivitySid,reservationActivityName:this.reservationActivityName,sid:this.sid,targetWorkers:this.targetWorkers,taskOrder:this.taskOrder,url:this.url,workspaceSid:this.workspaceSid,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskQueueInstance=TaskQueueInstance;function TaskQueueListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TaskQueueContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/TaskQueues`;Object.defineProperty(instance,"statistics",{get:function statistics(){if(!instance._statistics){instance._statistics=(0,v.TaskQueuesStatisticsListInstance)(instance._version,instance._solution.workspaceSid)}return instance._statistics}});instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["targetWorkers"]!==undefined)s["TargetWorkers"]=i["targetWorkers"];if(i["maxReservedWorkers"]!==undefined)s["MaxReservedWorkers"]=i["maxReservedWorkers"];if(i["taskOrder"]!==undefined)s["TaskOrder"]=i["taskOrder"];if(i["reservationActivitySid"]!==undefined)s["ReservationActivitySid"]=i["reservationActivitySid"];if(i["assignmentActivitySid"]!==undefined)s["AssignmentActivitySid"]=i["assignmentActivitySid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TaskQueueInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["evaluateWorkerAttributes"]!==undefined)s["EvaluateWorkerAttributes"]=i["evaluateWorkerAttributes"];if(i["workerSid"]!==undefined)s["WorkerSid"]=i["workerSid"];if(i["ordering"]!==undefined)s["Ordering"]=i["ordering"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TaskQueuePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TaskQueuePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TaskQueueListInstance=TaskQueueListInstance;class TaskQueuePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TaskQueueInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskQueuePage=TaskQueuePage},53498:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TaskQueueCumulativeStatisticsListInstance=i.TaskQueueCumulativeStatisticsInstance=i.TaskQueueCumulativeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TaskQueueCumulativeStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}this._solution={workspaceSid:i,taskQueueSid:n};this._uri=`/Workspaces/${i}/TaskQueues/${n}/CumulativeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new TaskQueueCumulativeStatisticsInstance(a,e,r._solution.workspaceSid,r._solution.taskQueueSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueCumulativeStatisticsContextImpl=TaskQueueCumulativeStatisticsContextImpl;class TaskQueueCumulativeStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.avgTaskAcceptanceTime=r.integer(i.avg_task_acceptance_time);this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.reservationsCreated=r.integer(i.reservations_created);this.reservationsAccepted=r.integer(i.reservations_accepted);this.reservationsRejected=r.integer(i.reservations_rejected);this.reservationsTimedOut=r.integer(i.reservations_timed_out);this.reservationsCanceled=r.integer(i.reservations_canceled);this.reservationsRescinded=r.integer(i.reservations_rescinded);this.splitByWaitTime=i.split_by_wait_time;this.taskQueueSid=i.task_queue_sid;this.waitDurationUntilAccepted=i.wait_duration_until_accepted;this.waitDurationUntilCanceled=i.wait_duration_until_canceled;this.waitDurationInQueueUntilAccepted=i.wait_duration_in_queue_until_accepted;this.tasksCanceled=r.integer(i.tasks_canceled);this.tasksCompleted=r.integer(i.tasks_completed);this.tasksDeleted=r.integer(i.tasks_deleted);this.tasksEntered=r.integer(i.tasks_entered);this.tasksMoved=r.integer(i.tasks_moved);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,taskQueueSid:s}}get _proxy(){this._context=this._context||new TaskQueueCumulativeStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.taskQueueSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,avgTaskAcceptanceTime:this.avgTaskAcceptanceTime,startTime:this.startTime,endTime:this.endTime,reservationsCreated:this.reservationsCreated,reservationsAccepted:this.reservationsAccepted,reservationsRejected:this.reservationsRejected,reservationsTimedOut:this.reservationsTimedOut,reservationsCanceled:this.reservationsCanceled,reservationsRescinded:this.reservationsRescinded,splitByWaitTime:this.splitByWaitTime,taskQueueSid:this.taskQueueSid,waitDurationUntilAccepted:this.waitDurationUntilAccepted,waitDurationUntilCanceled:this.waitDurationUntilCanceled,waitDurationInQueueUntilAccepted:this.waitDurationInQueueUntilAccepted,tasksCanceled:this.tasksCanceled,tasksCompleted:this.tasksCompleted,tasksDeleted:this.tasksDeleted,tasksEntered:this.tasksEntered,tasksMoved:this.tasksMoved,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueCumulativeStatisticsInstance=TaskQueueCumulativeStatisticsInstance;function TaskQueueCumulativeStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new TaskQueueCumulativeStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,taskQueueSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TaskQueueCumulativeStatisticsListInstance=TaskQueueCumulativeStatisticsListInstance},12822:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TaskQueueRealTimeStatisticsListInstance=i.TaskQueueRealTimeStatisticsInstance=i.TaskQueueRealTimeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TaskQueueRealTimeStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}this._solution={workspaceSid:i,taskQueueSid:n};this._uri=`/Workspaces/${i}/TaskQueues/${n}/RealTimeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new TaskQueueRealTimeStatisticsInstance(o,e,r._solution.workspaceSid,r._solution.taskQueueSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueRealTimeStatisticsContextImpl=TaskQueueRealTimeStatisticsContextImpl;class TaskQueueRealTimeStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.activityStatistics=i.activity_statistics;this.longestTaskWaitingAge=r.integer(i.longest_task_waiting_age);this.longestTaskWaitingSid=i.longest_task_waiting_sid;this.longestRelativeTaskAgeInQueue=r.integer(i.longest_relative_task_age_in_queue);this.longestRelativeTaskSidInQueue=i.longest_relative_task_sid_in_queue;this.taskQueueSid=i.task_queue_sid;this.tasksByPriority=i.tasks_by_priority;this.tasksByStatus=i.tasks_by_status;this.totalAvailableWorkers=r.integer(i.total_available_workers);this.totalEligibleWorkers=r.integer(i.total_eligible_workers);this.totalTasks=r.integer(i.total_tasks);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,taskQueueSid:s}}get _proxy(){this._context=this._context||new TaskQueueRealTimeStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.taskQueueSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,activityStatistics:this.activityStatistics,longestTaskWaitingAge:this.longestTaskWaitingAge,longestTaskWaitingSid:this.longestTaskWaitingSid,longestRelativeTaskAgeInQueue:this.longestRelativeTaskAgeInQueue,longestRelativeTaskSidInQueue:this.longestRelativeTaskSidInQueue,taskQueueSid:this.taskQueueSid,tasksByPriority:this.tasksByPriority,tasksByStatus:this.tasksByStatus,totalAvailableWorkers:this.totalAvailableWorkers,totalEligibleWorkers:this.totalEligibleWorkers,totalTasks:this.totalTasks,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueRealTimeStatisticsInstance=TaskQueueRealTimeStatisticsInstance;function TaskQueueRealTimeStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new TaskQueueRealTimeStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,taskQueueSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TaskQueueRealTimeStatisticsListInstance=TaskQueueRealTimeStatisticsListInstance},28266:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TaskQueueStatisticsListInstance=i.TaskQueueStatisticsInstance=i.TaskQueueStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TaskQueueStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}this._solution={workspaceSid:i,taskQueueSid:n};this._uri=`/Workspaces/${i}/TaskQueues/${n}/Statistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new TaskQueueStatisticsInstance(a,e,r._solution.workspaceSid,r._solution.taskQueueSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueStatisticsContextImpl=TaskQueueStatisticsContextImpl;class TaskQueueStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.cumulative=i.cumulative;this.realtime=i.realtime;this.taskQueueSid=i.task_queue_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,taskQueueSid:s}}get _proxy(){this._context=this._context||new TaskQueueStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.taskQueueSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,cumulative:this.cumulative,realtime:this.realtime,taskQueueSid:this.taskQueueSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueStatisticsInstance=TaskQueueStatisticsInstance;function TaskQueueStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new TaskQueueStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,taskQueueSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TaskQueueStatisticsListInstance=TaskQueueStatisticsListInstance},87382:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TaskQueuesStatisticsPage=i.TaskQueuesStatisticsInstance=i.TaskQueuesStatisticsListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function TaskQueuesStatisticsListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const n={};n._version=e;n._solution={workspaceSid:i};n._uri=`/Workspaces/${i}/TaskQueues/Statistics`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601DateTime(i["endDate"]);if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["minutes"]!==undefined)r["Minutes"]=i["minutes"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601DateTime(i["startDate"]);if(i["taskChannel"]!==undefined)r["TaskChannel"]=i["taskChannel"];if(i["splitByWaitTime"]!==undefined)r["SplitByWaitTime"]=i["splitByWaitTime"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new TaskQueuesStatisticsPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new TaskQueuesStatisticsPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.TaskQueuesStatisticsListInstance=TaskQueuesStatisticsListInstance;class TaskQueuesStatisticsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.cumulative=i.cumulative;this.realtime=i.realtime;this.taskQueueSid=i.task_queue_sid;this.workspaceSid=i.workspace_sid}toJSON(){return{accountSid:this.accountSid,cumulative:this.cumulative,realtime:this.realtime,taskQueueSid:this.taskQueueSid,workspaceSid:this.workspaceSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskQueuesStatisticsInstance=TaskQueuesStatisticsInstance;class TaskQueuesStatisticsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TaskQueuesStatisticsInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskQueuesStatisticsPage=TaskQueuesStatisticsPage},12752:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WorkerPage=i.WorkerListInstance=i.WorkerInstance=i.WorkerContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(61747);const _=n(30781);const g=n(26500);const v=n(62308);const S=n(98231);const b=n(2858);class WorkerContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/Workers/${n}`}get reservations(){this._reservations=this._reservations||(0,f.ReservationListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._reservations}get workerChannels(){this._workerChannels=this._workerChannels||(0,_.WorkerChannelListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._workerChannels}get statistics(){this._statistics=this._statistics||(0,g.WorkerStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._statistics}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WorkerInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["activitySid"]!==undefined)n["ActivitySid"]=e["activitySid"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["rejectPendingReservations"]!==undefined)n["RejectPendingReservations"]=c.bool(e["rejectPendingReservations"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WorkerInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerContextImpl=WorkerContextImpl;class WorkerInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.activityName=i.activity_name;this.activitySid=i.activity_sid;this.attributes=i.attributes;this.available=i.available;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateStatusChanged=a.iso8601DateTime(i.date_status_changed);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new WorkerContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}reservations(){return this._proxy.reservations}workerChannels(){return this._proxy.workerChannels}statistics(){return this._proxy.statistics}toJSON(){return{accountSid:this.accountSid,activityName:this.activityName,activitySid:this.activitySid,attributes:this.attributes,available:this.available,dateCreated:this.dateCreated,dateStatusChanged:this.dateStatusChanged,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid,workspaceSid:this.workspaceSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerInstance=WorkerInstance;function WorkerListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new WorkerContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/Workers`;Object.defineProperty(instance,"cumulativeStatistics",{get:function cumulativeStatistics(){if(!instance._cumulativeStatistics){instance._cumulativeStatistics=(0,v.WorkersCumulativeStatisticsListInstance)(instance._version,instance._solution.workspaceSid)}return instance._cumulativeStatistics}});Object.defineProperty(instance,"realTimeStatistics",{get:function realTimeStatistics(){if(!instance._realTimeStatistics){instance._realTimeStatistics=(0,S.WorkersRealTimeStatisticsListInstance)(instance._version,instance._solution.workspaceSid)}return instance._realTimeStatistics}});Object.defineProperty(instance,"statistics",{get:function statistics(){if(!instance._statistics){instance._statistics=(0,b.WorkersStatisticsListInstance)(instance._version,instance._solution.workspaceSid)}return instance._statistics}});instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["activitySid"]!==undefined)s["ActivitySid"]=i["activitySid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WorkerInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["activityName"]!==undefined)s["ActivityName"]=i["activityName"];if(i["activitySid"]!==undefined)s["ActivitySid"]=i["activitySid"];if(i["available"]!==undefined)s["Available"]=i["available"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["targetWorkersExpression"]!==undefined)s["TargetWorkersExpression"]=i["targetWorkersExpression"];if(i["taskQueueName"]!==undefined)s["TaskQueueName"]=i["taskQueueName"];if(i["taskQueueSid"]!==undefined)s["TaskQueueSid"]=i["taskQueueSid"];if(i["ordering"]!==undefined)s["Ordering"]=i["ordering"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WorkerPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WorkerPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WorkerListInstance=WorkerListInstance;class WorkerPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WorkerInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerPage=WorkerPage},61747:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ReservationPage=i.ReservationListInstance=i.ReservationInstance=i.ReservationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ReservationContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,workerSid:n,sid:s};this._uri=`/Workspaces/${i}/Workers/${n}/Reservations/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ReservationInstance(n,e,i._solution.workspaceSid,i._solution.workerSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["reservationStatus"]!==undefined)n["ReservationStatus"]=e["reservationStatus"];if(e["workerActivitySid"]!==undefined)n["WorkerActivitySid"]=e["workerActivitySid"];if(e["instruction"]!==undefined)n["Instruction"]=e["instruction"];if(e["dequeuePostWorkActivitySid"]!==undefined)n["DequeuePostWorkActivitySid"]=e["dequeuePostWorkActivitySid"];if(e["dequeueFrom"]!==undefined)n["DequeueFrom"]=e["dequeueFrom"];if(e["dequeueRecord"]!==undefined)n["DequeueRecord"]=e["dequeueRecord"];if(e["dequeueTimeout"]!==undefined)n["DequeueTimeout"]=e["dequeueTimeout"];if(e["dequeueTo"]!==undefined)n["DequeueTo"]=e["dequeueTo"];if(e["dequeueStatusCallbackUrl"]!==undefined)n["DequeueStatusCallbackUrl"]=e["dequeueStatusCallbackUrl"];if(e["callFrom"]!==undefined)n["CallFrom"]=e["callFrom"];if(e["callRecord"]!==undefined)n["CallRecord"]=e["callRecord"];if(e["callTimeout"]!==undefined)n["CallTimeout"]=e["callTimeout"];if(e["callTo"]!==undefined)n["CallTo"]=e["callTo"];if(e["callUrl"]!==undefined)n["CallUrl"]=e["callUrl"];if(e["callStatusCallbackUrl"]!==undefined)n["CallStatusCallbackUrl"]=e["callStatusCallbackUrl"];if(e["callAccept"]!==undefined)n["CallAccept"]=c.bool(e["callAccept"]);if(e["redirectCallSid"]!==undefined)n["RedirectCallSid"]=e["redirectCallSid"];if(e["redirectAccept"]!==undefined)n["RedirectAccept"]=c.bool(e["redirectAccept"]);if(e["redirectUrl"]!==undefined)n["RedirectUrl"]=e["redirectUrl"];if(e["to"]!==undefined)n["To"]=e["to"];if(e["from"]!==undefined)n["From"]=e["from"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["statusCallbackEvent"]!==undefined)n["StatusCallbackEvent"]=c.map(e["statusCallbackEvent"],(e=>e));if(e["timeout"]!==undefined)n["Timeout"]=e["timeout"];if(e["record"]!==undefined)n["Record"]=c.bool(e["record"]);if(e["muted"]!==undefined)n["Muted"]=c.bool(e["muted"]);if(e["beep"]!==undefined)n["Beep"]=e["beep"];if(e["startConferenceOnEnter"]!==undefined)n["StartConferenceOnEnter"]=c.bool(e["startConferenceOnEnter"]);if(e["endConferenceOnExit"]!==undefined)n["EndConferenceOnExit"]=c.bool(e["endConferenceOnExit"]);if(e["waitUrl"]!==undefined)n["WaitUrl"]=e["waitUrl"];if(e["waitMethod"]!==undefined)n["WaitMethod"]=e["waitMethod"];if(e["earlyMedia"]!==undefined)n["EarlyMedia"]=c.bool(e["earlyMedia"]);if(e["maxParticipants"]!==undefined)n["MaxParticipants"]=e["maxParticipants"];if(e["conferenceStatusCallback"]!==undefined)n["ConferenceStatusCallback"]=e["conferenceStatusCallback"];if(e["conferenceStatusCallbackMethod"]!==undefined)n["ConferenceStatusCallbackMethod"]=e["conferenceStatusCallbackMethod"];if(e["conferenceStatusCallbackEvent"]!==undefined)n["ConferenceStatusCallbackEvent"]=c.map(e["conferenceStatusCallbackEvent"],(e=>e));if(e["conferenceRecord"]!==undefined)n["ConferenceRecord"]=e["conferenceRecord"];if(e["conferenceTrim"]!==undefined)n["ConferenceTrim"]=e["conferenceTrim"];if(e["recordingChannels"]!==undefined)n["RecordingChannels"]=e["recordingChannels"];if(e["recordingStatusCallback"]!==undefined)n["RecordingStatusCallback"]=e["recordingStatusCallback"];if(e["recordingStatusCallbackMethod"]!==undefined)n["RecordingStatusCallbackMethod"]=e["recordingStatusCallbackMethod"];if(e["conferenceRecordingStatusCallback"]!==undefined)n["ConferenceRecordingStatusCallback"]=e["conferenceRecordingStatusCallback"];if(e["conferenceRecordingStatusCallbackMethod"]!==undefined)n["ConferenceRecordingStatusCallbackMethod"]=e["conferenceRecordingStatusCallbackMethod"];if(e["region"]!==undefined)n["Region"]=e["region"];if(e["sipAuthUsername"]!==undefined)n["SipAuthUsername"]=e["sipAuthUsername"];if(e["sipAuthPassword"]!==undefined)n["SipAuthPassword"]=e["sipAuthPassword"];if(e["dequeueStatusCallbackEvent"]!==undefined)n["DequeueStatusCallbackEvent"]=c.map(e["dequeueStatusCallbackEvent"],(e=>e));if(e["postWorkActivitySid"]!==undefined)n["PostWorkActivitySid"]=e["postWorkActivitySid"];if(e["endConferenceOnCustomerExit"]!==undefined)n["EndConferenceOnCustomerExit"]=c.bool(e["endConferenceOnCustomerExit"]);if(e["beepOnCustomerEntrance"]!==undefined)n["BeepOnCustomerEntrance"]=c.bool(e["beepOnCustomerEntrance"]);if(e["jitterBufferSize"]!==undefined)n["JitterBufferSize"]=e["jitterBufferSize"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ReservationInstance(o,e,r._solution.workspaceSid,r._solution.workerSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationContextImpl=ReservationContextImpl;class ReservationInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.reservationStatus=i.reservation_status;this.sid=i.sid;this.taskSid=i.task_sid;this.workerName=i.worker_name;this.workerSid=i.worker_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,workerSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ReservationContextImpl(this._version,this._solution.workspaceSid,this._solution.workerSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,reservationStatus:this.reservationStatus,sid:this.sid,taskSid:this.taskSid,workerName:this.workerName,workerSid:this.workerSid,workspaceSid:this.workspaceSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationInstance=ReservationInstance;function ReservationListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ReservationContextImpl(e,i,n,s)};instance._version=e;instance._solution={workspaceSid:i,workerSid:n};instance._uri=`/Workspaces/${i}/Workers/${n}/Reservations`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["reservationStatus"]!==undefined)s["ReservationStatus"]=i["reservationStatus"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ReservationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ReservationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ReservationListInstance=ReservationListInstance;class ReservationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ReservationInstance(this._version,e,this._solution.workspaceSid,this._solution.workerSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationPage=ReservationPage},30781:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WorkerChannelPage=i.WorkerChannelListInstance=i.WorkerChannelInstance=i.WorkerChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WorkerChannelContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,workerSid:n,sid:s};this._uri=`/Workspaces/${i}/Workers/${n}/Channels/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WorkerChannelInstance(n,e,i._solution.workspaceSid,i._solution.workerSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["capacity"]!==undefined)n["Capacity"]=e["capacity"];if(e["available"]!==undefined)n["Available"]=c.bool(e["available"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WorkerChannelInstance(o,e,r._solution.workspaceSid,r._solution.workerSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerChannelContextImpl=WorkerChannelContextImpl;class WorkerChannelInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.assignedTasks=a.integer(i.assigned_tasks);this.available=i.available;this.availableCapacityPercentage=a.integer(i.available_capacity_percentage);this.configuredCapacity=a.integer(i.configured_capacity);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.taskChannelSid=i.task_channel_sid;this.taskChannelUniqueName=i.task_channel_unique_name;this.workerSid=i.worker_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,workerSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new WorkerChannelContextImpl(this._version,this._solution.workspaceSid,this._solution.workerSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assignedTasks:this.assignedTasks,available:this.available,availableCapacityPercentage:this.availableCapacityPercentage,configuredCapacity:this.configuredCapacity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,taskChannelSid:this.taskChannelSid,taskChannelUniqueName:this.taskChannelUniqueName,workerSid:this.workerSid,workspaceSid:this.workspaceSid,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerChannelInstance=WorkerChannelInstance;function WorkerChannelListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new WorkerChannelContextImpl(e,i,n,s)};instance._version=e;instance._solution={workspaceSid:i,workerSid:n};instance._uri=`/Workspaces/${i}/Workers/${n}/Channels`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WorkerChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WorkerChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WorkerChannelListInstance=WorkerChannelListInstance;class WorkerChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WorkerChannelInstance(this._version,e,this._solution.workspaceSid,this._solution.workerSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerChannelPage=WorkerChannelPage},26500:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkerStatisticsListInstance=i.WorkerStatisticsInstance=i.WorkerStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkerStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}this._solution={workspaceSid:i,workerSid:n};this._uri=`/Workspaces/${i}/Workers/${n}/Statistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkerStatisticsInstance(a,e,r._solution.workspaceSid,r._solution.workerSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkerStatisticsContextImpl=WorkerStatisticsContextImpl;class WorkerStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.cumulative=i.cumulative;this.workerSid=i.worker_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,workerSid:s}}get _proxy(){this._context=this._context||new WorkerStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.workerSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,cumulative:this.cumulative,workerSid:this.workerSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkerStatisticsInstance=WorkerStatisticsInstance;function WorkerStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkerStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,workerSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkerStatisticsListInstance=WorkerStatisticsListInstance},62308:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkersCumulativeStatisticsListInstance=i.WorkersCumulativeStatisticsInstance=i.WorkersCumulativeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkersCumulativeStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/Workers/CumulativeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkersCumulativeStatisticsInstance(a,e,r._solution.workspaceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersCumulativeStatisticsContextImpl=WorkersCumulativeStatisticsContextImpl;class WorkersCumulativeStatisticsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.activityDurations=i.activity_durations;this.reservationsCreated=r.integer(i.reservations_created);this.reservationsAccepted=r.integer(i.reservations_accepted);this.reservationsRejected=r.integer(i.reservations_rejected);this.reservationsTimedOut=r.integer(i.reservations_timed_out);this.reservationsCanceled=r.integer(i.reservations_canceled);this.reservationsRescinded=r.integer(i.reservations_rescinded);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkersCumulativeStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,startTime:this.startTime,endTime:this.endTime,activityDurations:this.activityDurations,reservationsCreated:this.reservationsCreated,reservationsAccepted:this.reservationsAccepted,reservationsRejected:this.reservationsRejected,reservationsTimedOut:this.reservationsTimedOut,reservationsCanceled:this.reservationsCanceled,reservationsRescinded:this.reservationsRescinded,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersCumulativeStatisticsInstance=WorkersCumulativeStatisticsInstance;function WorkersCumulativeStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkersCumulativeStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkersCumulativeStatisticsListInstance=WorkersCumulativeStatisticsListInstance},98231:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkersRealTimeStatisticsListInstance=i.WorkersRealTimeStatisticsInstance=i.WorkersRealTimeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkersRealTimeStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/Workers/RealTimeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new WorkersRealTimeStatisticsInstance(o,e,r._solution.workspaceSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersRealTimeStatisticsContextImpl=WorkersRealTimeStatisticsContextImpl;class WorkersRealTimeStatisticsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.activityStatistics=i.activity_statistics;this.totalWorkers=r.integer(i.total_workers);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkersRealTimeStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,activityStatistics:this.activityStatistics,totalWorkers:this.totalWorkers,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersRealTimeStatisticsInstance=WorkersRealTimeStatisticsInstance;function WorkersRealTimeStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkersRealTimeStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkersRealTimeStatisticsListInstance=WorkersRealTimeStatisticsListInstance},2858:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkersStatisticsListInstance=i.WorkersStatisticsInstance=i.WorkersStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkersStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/Workers/Statistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["taskQueueSid"]!==undefined)n["TaskQueueSid"]=e["taskQueueSid"];if(e["taskQueueName"]!==undefined)n["TaskQueueName"]=e["taskQueueName"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkersStatisticsInstance(a,e,r._solution.workspaceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersStatisticsContextImpl=WorkersStatisticsContextImpl;class WorkersStatisticsInstance{constructor(e,i,n){this._version=e;this.realtime=i.realtime;this.cumulative=i.cumulative;this.accountSid=i.account_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkersStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{realtime:this.realtime,cumulative:this.cumulative,accountSid:this.accountSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersStatisticsInstance=WorkersStatisticsInstance;function WorkersStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkersStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkersStatisticsListInstance=WorkersStatisticsListInstance},66765:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WorkflowPage=i.WorkflowListInstance=i.WorkflowInstance=i.WorkflowContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(5086);const _=n(74660);const g=n(435);class WorkflowContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/Workflows/${n}`}get cumulativeStatistics(){this._cumulativeStatistics=this._cumulativeStatistics||(0,f.WorkflowCumulativeStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._cumulativeStatistics}get realTimeStatistics(){this._realTimeStatistics=this._realTimeStatistics||(0,_.WorkflowRealTimeStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._realTimeStatistics}get statistics(){this._statistics=this._statistics||(0,g.WorkflowStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._statistics}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WorkflowInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["assignmentCallbackUrl"]!==undefined)n["AssignmentCallbackUrl"]=e["assignmentCallbackUrl"];if(e["fallbackAssignmentCallbackUrl"]!==undefined)n["FallbackAssignmentCallbackUrl"]=e["fallbackAssignmentCallbackUrl"];if(e["configuration"]!==undefined)n["Configuration"]=e["configuration"];if(e["taskReservationTimeout"]!==undefined)n["TaskReservationTimeout"]=e["taskReservationTimeout"];if(e["reEvaluateTasks"]!==undefined)n["ReEvaluateTasks"]=e["reEvaluateTasks"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WorkflowInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkflowContextImpl=WorkflowContextImpl;class WorkflowInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.assignmentCallbackUrl=i.assignment_callback_url;this.configuration=i.configuration;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.documentContentType=i.document_content_type;this.fallbackAssignmentCallbackUrl=i.fallback_assignment_callback_url;this.friendlyName=i.friendly_name;this.sid=i.sid;this.taskReservationTimeout=a.integer(i.task_reservation_timeout);this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new WorkflowContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}cumulativeStatistics(){return this._proxy.cumulativeStatistics}realTimeStatistics(){return this._proxy.realTimeStatistics}statistics(){return this._proxy.statistics}toJSON(){return{accountSid:this.accountSid,assignmentCallbackUrl:this.assignmentCallbackUrl,configuration:this.configuration,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,documentContentType:this.documentContentType,fallbackAssignmentCallbackUrl:this.fallbackAssignmentCallbackUrl,friendlyName:this.friendlyName,sid:this.sid,taskReservationTimeout:this.taskReservationTimeout,workspaceSid:this.workspaceSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkflowInstance=WorkflowInstance;function WorkflowListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new WorkflowContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/Workflows`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["configuration"]===null||i["configuration"]===undefined){throw new Error("Required parameter \"params['configuration']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Configuration"]=i["configuration"];if(i["assignmentCallbackUrl"]!==undefined)s["AssignmentCallbackUrl"]=i["assignmentCallbackUrl"];if(i["fallbackAssignmentCallbackUrl"]!==undefined)s["FallbackAssignmentCallbackUrl"]=i["fallbackAssignmentCallbackUrl"];if(i["taskReservationTimeout"]!==undefined)s["TaskReservationTimeout"]=i["taskReservationTimeout"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WorkflowInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WorkflowPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WorkflowPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WorkflowListInstance=WorkflowListInstance;class WorkflowPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WorkflowInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkflowPage=WorkflowPage},5086:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkflowCumulativeStatisticsListInstance=i.WorkflowCumulativeStatisticsInstance=i.WorkflowCumulativeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkflowCumulativeStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}this._solution={workspaceSid:i,workflowSid:n};this._uri=`/Workspaces/${i}/Workflows/${n}/CumulativeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkflowCumulativeStatisticsInstance(a,e,r._solution.workspaceSid,r._solution.workflowSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowCumulativeStatisticsContextImpl=WorkflowCumulativeStatisticsContextImpl;class WorkflowCumulativeStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.avgTaskAcceptanceTime=r.integer(i.avg_task_acceptance_time);this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.reservationsCreated=r.integer(i.reservations_created);this.reservationsAccepted=r.integer(i.reservations_accepted);this.reservationsRejected=r.integer(i.reservations_rejected);this.reservationsTimedOut=r.integer(i.reservations_timed_out);this.reservationsCanceled=r.integer(i.reservations_canceled);this.reservationsRescinded=r.integer(i.reservations_rescinded);this.splitByWaitTime=i.split_by_wait_time;this.waitDurationUntilAccepted=i.wait_duration_until_accepted;this.waitDurationUntilCanceled=i.wait_duration_until_canceled;this.tasksCanceled=r.integer(i.tasks_canceled);this.tasksCompleted=r.integer(i.tasks_completed);this.tasksEntered=r.integer(i.tasks_entered);this.tasksDeleted=r.integer(i.tasks_deleted);this.tasksMoved=r.integer(i.tasks_moved);this.tasksTimedOutInWorkflow=r.integer(i.tasks_timed_out_in_workflow);this.workflowSid=i.workflow_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,workflowSid:s}}get _proxy(){this._context=this._context||new WorkflowCumulativeStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.workflowSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,avgTaskAcceptanceTime:this.avgTaskAcceptanceTime,startTime:this.startTime,endTime:this.endTime,reservationsCreated:this.reservationsCreated,reservationsAccepted:this.reservationsAccepted,reservationsRejected:this.reservationsRejected,reservationsTimedOut:this.reservationsTimedOut,reservationsCanceled:this.reservationsCanceled,reservationsRescinded:this.reservationsRescinded,splitByWaitTime:this.splitByWaitTime,waitDurationUntilAccepted:this.waitDurationUntilAccepted,waitDurationUntilCanceled:this.waitDurationUntilCanceled,tasksCanceled:this.tasksCanceled,tasksCompleted:this.tasksCompleted,tasksEntered:this.tasksEntered,tasksDeleted:this.tasksDeleted,tasksMoved:this.tasksMoved,tasksTimedOutInWorkflow:this.tasksTimedOutInWorkflow,workflowSid:this.workflowSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowCumulativeStatisticsInstance=WorkflowCumulativeStatisticsInstance;function WorkflowCumulativeStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkflowCumulativeStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,workflowSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkflowCumulativeStatisticsListInstance=WorkflowCumulativeStatisticsListInstance},74660:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkflowRealTimeStatisticsListInstance=i.WorkflowRealTimeStatisticsInstance=i.WorkflowRealTimeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkflowRealTimeStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}this._solution={workspaceSid:i,workflowSid:n};this._uri=`/Workspaces/${i}/Workflows/${n}/RealTimeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new WorkflowRealTimeStatisticsInstance(o,e,r._solution.workspaceSid,r._solution.workflowSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowRealTimeStatisticsContextImpl=WorkflowRealTimeStatisticsContextImpl;class WorkflowRealTimeStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.longestTaskWaitingAge=r.integer(i.longest_task_waiting_age);this.longestTaskWaitingSid=i.longest_task_waiting_sid;this.tasksByPriority=i.tasks_by_priority;this.tasksByStatus=i.tasks_by_status;this.totalTasks=r.integer(i.total_tasks);this.workflowSid=i.workflow_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,workflowSid:s}}get _proxy(){this._context=this._context||new WorkflowRealTimeStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.workflowSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,longestTaskWaitingAge:this.longestTaskWaitingAge,longestTaskWaitingSid:this.longestTaskWaitingSid,tasksByPriority:this.tasksByPriority,tasksByStatus:this.tasksByStatus,totalTasks:this.totalTasks,workflowSid:this.workflowSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowRealTimeStatisticsInstance=WorkflowRealTimeStatisticsInstance;function WorkflowRealTimeStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkflowRealTimeStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,workflowSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkflowRealTimeStatisticsListInstance=WorkflowRealTimeStatisticsListInstance},435:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkflowStatisticsListInstance=i.WorkflowStatisticsInstance=i.WorkflowStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkflowStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}this._solution={workspaceSid:i,workflowSid:n};this._uri=`/Workspaces/${i}/Workflows/${n}/Statistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkflowStatisticsInstance(a,e,r._solution.workspaceSid,r._solution.workflowSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowStatisticsContextImpl=WorkflowStatisticsContextImpl;class WorkflowStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.cumulative=i.cumulative;this.realtime=i.realtime;this.workflowSid=i.workflow_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,workflowSid:s}}get _proxy(){this._context=this._context||new WorkflowStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.workflowSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,cumulative:this.cumulative,realtime:this.realtime,workflowSid:this.workflowSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowStatisticsInstance=WorkflowStatisticsInstance;function WorkflowStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkflowStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,workflowSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkflowStatisticsListInstance=WorkflowStatisticsListInstance},47678:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkspaceCumulativeStatisticsListInstance=i.WorkspaceCumulativeStatisticsInstance=i.WorkspaceCumulativeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkspaceCumulativeStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/CumulativeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkspaceCumulativeStatisticsInstance(a,e,r._solution.workspaceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceCumulativeStatisticsContextImpl=WorkspaceCumulativeStatisticsContextImpl;class WorkspaceCumulativeStatisticsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.avgTaskAcceptanceTime=r.integer(i.avg_task_acceptance_time);this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.reservationsCreated=r.integer(i.reservations_created);this.reservationsAccepted=r.integer(i.reservations_accepted);this.reservationsRejected=r.integer(i.reservations_rejected);this.reservationsTimedOut=r.integer(i.reservations_timed_out);this.reservationsCanceled=r.integer(i.reservations_canceled);this.reservationsRescinded=r.integer(i.reservations_rescinded);this.splitByWaitTime=i.split_by_wait_time;this.waitDurationUntilAccepted=i.wait_duration_until_accepted;this.waitDurationUntilCanceled=i.wait_duration_until_canceled;this.tasksCanceled=r.integer(i.tasks_canceled);this.tasksCompleted=r.integer(i.tasks_completed);this.tasksCreated=r.integer(i.tasks_created);this.tasksDeleted=r.integer(i.tasks_deleted);this.tasksMoved=r.integer(i.tasks_moved);this.tasksTimedOutInWorkflow=r.integer(i.tasks_timed_out_in_workflow);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkspaceCumulativeStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,avgTaskAcceptanceTime:this.avgTaskAcceptanceTime,startTime:this.startTime,endTime:this.endTime,reservationsCreated:this.reservationsCreated,reservationsAccepted:this.reservationsAccepted,reservationsRejected:this.reservationsRejected,reservationsTimedOut:this.reservationsTimedOut,reservationsCanceled:this.reservationsCanceled,reservationsRescinded:this.reservationsRescinded,splitByWaitTime:this.splitByWaitTime,waitDurationUntilAccepted:this.waitDurationUntilAccepted,waitDurationUntilCanceled:this.waitDurationUntilCanceled,tasksCanceled:this.tasksCanceled,tasksCompleted:this.tasksCompleted,tasksCreated:this.tasksCreated,tasksDeleted:this.tasksDeleted,tasksMoved:this.tasksMoved,tasksTimedOutInWorkflow:this.tasksTimedOutInWorkflow,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceCumulativeStatisticsInstance=WorkspaceCumulativeStatisticsInstance;function WorkspaceCumulativeStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkspaceCumulativeStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkspaceCumulativeStatisticsListInstance=WorkspaceCumulativeStatisticsListInstance},5751:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkspaceRealTimeStatisticsListInstance=i.WorkspaceRealTimeStatisticsInstance=i.WorkspaceRealTimeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkspaceRealTimeStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/RealTimeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new WorkspaceRealTimeStatisticsInstance(o,e,r._solution.workspaceSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceRealTimeStatisticsContextImpl=WorkspaceRealTimeStatisticsContextImpl;class WorkspaceRealTimeStatisticsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.activityStatistics=i.activity_statistics;this.longestTaskWaitingAge=r.integer(i.longest_task_waiting_age);this.longestTaskWaitingSid=i.longest_task_waiting_sid;this.tasksByPriority=i.tasks_by_priority;this.tasksByStatus=i.tasks_by_status;this.totalTasks=r.integer(i.total_tasks);this.totalWorkers=r.integer(i.total_workers);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkspaceRealTimeStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,activityStatistics:this.activityStatistics,longestTaskWaitingAge:this.longestTaskWaitingAge,longestTaskWaitingSid:this.longestTaskWaitingSid,tasksByPriority:this.tasksByPriority,tasksByStatus:this.tasksByStatus,totalTasks:this.totalTasks,totalWorkers:this.totalWorkers,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceRealTimeStatisticsInstance=WorkspaceRealTimeStatisticsInstance;function WorkspaceRealTimeStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkspaceRealTimeStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkspaceRealTimeStatisticsListInstance=WorkspaceRealTimeStatisticsListInstance},52593:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkspaceStatisticsListInstance=i.WorkspaceStatisticsInstance=i.WorkspaceStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkspaceStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/Statistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkspaceStatisticsInstance(a,e,r._solution.workspaceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceStatisticsContextImpl=WorkspaceStatisticsContextImpl;class WorkspaceStatisticsInstance{constructor(e,i,n){this._version=e;this.realtime=i.realtime;this.cumulative=i.cumulative;this.accountSid=i.account_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkspaceStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{realtime:this.realtime,cumulative:this.cumulative,accountSid:this.accountSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceStatisticsInstance=WorkspaceStatisticsInstance;function WorkspaceStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkspaceStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkspaceStatisticsListInstance=WorkspaceStatisticsListInstance},99996:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(59242);class V1 extends r.default{constructor(e){super(e,"v1")}get trunks(){this._trunks=this._trunks||(0,o.TrunkListInstance)(this);return this._trunks}}i["default"]=V1},59242:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TrunkPage=i.TrunkListInstance=i.TrunkInstance=i.TrunkContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(85327);const _=n(33779);const g=n(11093);const v=n(17471);const S=n(17126);class TrunkContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Trunks/${i}`}get credentialsLists(){this._credentialsLists=this._credentialsLists||(0,f.CredentialListListInstance)(this._version,this._solution.sid);return this._credentialsLists}get ipAccessControlLists(){this._ipAccessControlLists=this._ipAccessControlLists||(0,_.IpAccessControlListListInstance)(this._version,this._solution.sid);return this._ipAccessControlLists}get originationUrls(){this._originationUrls=this._originationUrls||(0,g.OriginationUrlListInstance)(this._version,this._solution.sid);return this._originationUrls}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,v.PhoneNumberListInstance)(this._version,this._solution.sid);return this._phoneNumbers}get recordings(){this._recordings=this._recordings||(0,S.RecordingListInstance)(this._version,this._solution.sid);return this._recordings}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrunkInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["domainName"]!==undefined)n["DomainName"]=e["domainName"];if(e["disasterRecoveryUrl"]!==undefined)n["DisasterRecoveryUrl"]=e["disasterRecoveryUrl"];if(e["disasterRecoveryMethod"]!==undefined)n["DisasterRecoveryMethod"]=e["disasterRecoveryMethod"];if(e["transferMode"]!==undefined)n["TransferMode"]=e["transferMode"];if(e["secure"]!==undefined)n["Secure"]=c.bool(e["secure"]);if(e["cnamLookupEnabled"]!==undefined)n["CnamLookupEnabled"]=c.bool(e["cnamLookupEnabled"]);if(e["transferCallerId"]!==undefined)n["TransferCallerId"]=e["transferCallerId"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TrunkInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrunkContextImpl=TrunkContextImpl;class TrunkInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.domainName=i.domain_name;this.disasterRecoveryMethod=i.disaster_recovery_method;this.disasterRecoveryUrl=i.disaster_recovery_url;this.friendlyName=i.friendly_name;this.secure=i.secure;this.recording=i.recording;this.transferMode=i.transfer_mode;this.transferCallerId=i.transfer_caller_id;this.cnamLookupEnabled=i.cnam_lookup_enabled;this.authType=i.auth_type;this.authTypeSet=i.auth_type_set;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new TrunkContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}credentialsLists(){return this._proxy.credentialsLists}ipAccessControlLists(){return this._proxy.ipAccessControlLists}originationUrls(){return this._proxy.originationUrls}phoneNumbers(){return this._proxy.phoneNumbers}recordings(){return this._proxy.recordings}toJSON(){return{accountSid:this.accountSid,domainName:this.domainName,disasterRecoveryMethod:this.disasterRecoveryMethod,disasterRecoveryUrl:this.disasterRecoveryUrl,friendlyName:this.friendlyName,secure:this.secure,recording:this.recording,transferMode:this.transferMode,transferCallerId:this.transferCallerId,cnamLookupEnabled:this.cnamLookupEnabled,authType:this.authType,authTypeSet:this.authTypeSet,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrunkInstance=TrunkInstance;function TrunkListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new TrunkContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Trunks`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["domainName"]!==undefined)s["DomainName"]=i["domainName"];if(i["disasterRecoveryUrl"]!==undefined)s["DisasterRecoveryUrl"]=i["disasterRecoveryUrl"];if(i["disasterRecoveryMethod"]!==undefined)s["DisasterRecoveryMethod"]=i["disasterRecoveryMethod"];if(i["transferMode"]!==undefined)s["TransferMode"]=i["transferMode"];if(i["secure"]!==undefined)s["Secure"]=c.bool(i["secure"]);if(i["cnamLookupEnabled"]!==undefined)s["CnamLookupEnabled"]=c.bool(i["cnamLookupEnabled"]);if(i["transferCallerId"]!==undefined)s["TransferCallerId"]=i["transferCallerId"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TrunkInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TrunkPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TrunkPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TrunkListInstance=TrunkListInstance;class TrunkPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TrunkInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrunkPage=TrunkPage},85327:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialListPage=i.CredentialListListInstance=i.CredentialListInstance=i.CredentialListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trunkSid:i,sid:n};this._uri=`/Trunks/${i}/CredentialLists/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialListInstance(n,e,i._solution.trunkSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListContextImpl=CredentialListContextImpl;class CredentialListInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.trunkSid=i.trunk_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={trunkSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CredentialListContextImpl(this._version,this._solution.trunkSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,trunkSid:this.trunkSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListInstance=CredentialListInstance;function CredentialListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CredentialListContextImpl(e,i,n)};instance._version=e;instance._solution={trunkSid:i};instance._uri=`/Trunks/${i}/CredentialLists`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["credentialListSid"]===null||i["credentialListSid"]===undefined){throw new Error("Required parameter \"params['credentialListSid']\" missing.")}let s={};s["CredentialListSid"]=i["credentialListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialListInstance(o,e,instance._solution.trunkSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListListInstance=CredentialListListInstance;class CredentialListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialListInstance(this._version,e,this._solution.trunkSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListPage=CredentialListPage},33779:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpAccessControlListPage=i.IpAccessControlListListInstance=i.IpAccessControlListInstance=i.IpAccessControlListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class IpAccessControlListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trunkSid:i,sid:n};this._uri=`/Trunks/${i}/IpAccessControlLists/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpAccessControlListInstance(n,e,i._solution.trunkSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListContextImpl=IpAccessControlListContextImpl;class IpAccessControlListInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.trunkSid=i.trunk_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={trunkSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new IpAccessControlListContextImpl(this._version,this._solution.trunkSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,trunkSid:this.trunkSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListInstance=IpAccessControlListInstance;function IpAccessControlListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new IpAccessControlListContextImpl(e,i,n)};instance._version=e;instance._solution={trunkSid:i};instance._uri=`/Trunks/${i}/IpAccessControlLists`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["ipAccessControlListSid"]===null||i["ipAccessControlListSid"]===undefined){throw new Error("Required parameter \"params['ipAccessControlListSid']\" missing.")}let s={};s["IpAccessControlListSid"]=i["ipAccessControlListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpAccessControlListInstance(o,e,instance._solution.trunkSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpAccessControlListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpAccessControlListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpAccessControlListListInstance=IpAccessControlListListInstance;class IpAccessControlListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpAccessControlListInstance(this._version,e,this._solution.trunkSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListPage=IpAccessControlListPage},11093:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.OriginationUrlPage=i.OriginationUrlListInstance=i.OriginationUrlInstance=i.OriginationUrlContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class OriginationUrlContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trunkSid:i,sid:n};this._uri=`/Trunks/${i}/OriginationUrls/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new OriginationUrlInstance(n,e,i._solution.trunkSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["weight"]!==undefined)n["Weight"]=e["weight"];if(e["priority"]!==undefined)n["Priority"]=e["priority"];if(e["enabled"]!==undefined)n["Enabled"]=c.bool(e["enabled"]);if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["sipUrl"]!==undefined)n["SipUrl"]=e["sipUrl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new OriginationUrlInstance(o,e,r._solution.trunkSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OriginationUrlContextImpl=OriginationUrlContextImpl;class OriginationUrlInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.trunkSid=i.trunk_sid;this.weight=a.integer(i.weight);this.enabled=i.enabled;this.sipUrl=i.sip_url;this.friendlyName=i.friendly_name;this.priority=a.integer(i.priority);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={trunkSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new OriginationUrlContextImpl(this._version,this._solution.trunkSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,trunkSid:this.trunkSid,weight:this.weight,enabled:this.enabled,sipUrl:this.sipUrl,friendlyName:this.friendlyName,priority:this.priority,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OriginationUrlInstance=OriginationUrlInstance;function OriginationUrlListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new OriginationUrlContextImpl(e,i,n)};instance._version=e;instance._solution={trunkSid:i};instance._uri=`/Trunks/${i}/OriginationUrls`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["weight"]===null||i["weight"]===undefined){throw new Error("Required parameter \"params['weight']\" missing.")}if(i["priority"]===null||i["priority"]===undefined){throw new Error("Required parameter \"params['priority']\" missing.")}if(i["enabled"]===null||i["enabled"]===undefined){throw new Error("Required parameter \"params['enabled']\" missing.")}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["sipUrl"]===null||i["sipUrl"]===undefined){throw new Error("Required parameter \"params['sipUrl']\" missing.")}let s={};s["Weight"]=i["weight"];s["Priority"]=i["priority"];s["Enabled"]=c.bool(i["enabled"]);s["FriendlyName"]=i["friendlyName"];s["SipUrl"]=i["sipUrl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new OriginationUrlInstance(o,e,instance._solution.trunkSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new OriginationUrlPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new OriginationUrlPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.OriginationUrlListInstance=OriginationUrlListInstance;class OriginationUrlPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new OriginationUrlInstance(this._version,e,this._solution.trunkSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OriginationUrlPage=OriginationUrlPage},17471:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberPage=i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PhoneNumberContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trunkSid:i,sid:n};this._uri=`/Trunks/${i}/PhoneNumbers/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PhoneNumberInstance(n,e,i._solution.trunkSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.addressRequirements=i.address_requirements;this.apiVersion=i.api_version;this.beta=i.beta;this.capabilities=i.capabilities;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.links=i.links;this.phoneNumber=i.phone_number;this.sid=i.sid;this.smsApplicationSid=i.sms_application_sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.trunkSid=i.trunk_sid;this.url=i.url;this.voiceApplicationSid=i.voice_application_sid;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this._solution={trunkSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.trunkSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,addressRequirements:this.addressRequirements,apiVersion:this.apiVersion,beta:this.beta,capabilities:this.capabilities,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,links:this.links,phoneNumber:this.phoneNumber,sid:this.sid,smsApplicationSid:this.smsApplicationSid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,trunkSid:this.trunkSid,url:this.url,voiceApplicationSid:this.voiceApplicationSid,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new PhoneNumberContextImpl(e,i,n)};instance._version=e;instance._solution={trunkSid:i};instance._uri=`/Trunks/${i}/PhoneNumbers`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumberSid"]===null||i["phoneNumberSid"]===undefined){throw new Error("Required parameter \"params['phoneNumberSid']\" missing.")}let s={};s["PhoneNumberSid"]=i["phoneNumberSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new PhoneNumberInstance(o,e,instance._solution.trunkSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PhoneNumberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PhoneNumberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance;class PhoneNumberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PhoneNumberInstance(this._version,e,this._solution.trunkSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberPage=PhoneNumberPage},17126:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.RecordingListInstance=i.RecordingInstance=i.RecordingContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class RecordingContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}this._solution={trunkSid:i};this._uri=`/Trunks/${i}/Recording`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RecordingInstance(n,e,i._solution.trunkSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["mode"]!==undefined)n["Mode"]=e["mode"];if(e["trim"]!==undefined)n["Trim"]=e["trim"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RecordingInstance(o,e,r._solution.trunkSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RecordingContextImpl=RecordingContextImpl;class RecordingInstance{constructor(e,i,n){this._version=e;this.mode=i.mode;this.trim=i.trim;this._solution={trunkSid:n}}get _proxy(){this._context=this._context||new RecordingContextImpl(this._version,this._solution.trunkSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{mode:this.mode,trim:this.trim}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RecordingInstance=RecordingInstance;function RecordingListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new RecordingContextImpl(e,i)};instance._version=e;instance._solution={trunkSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.RecordingListInstance=RecordingListInstance},78882:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(45888);const a=n(20749);const c=n(67316);const u=n(16027);const f=n(65718);const _=n(77097);const g=n(38955);const v=n(55981);const S=n(90562);class V1 extends r.default{constructor(e){super(e,"v1")}get complianceInquiries(){this._complianceInquiries=this._complianceInquiries||(0,o.ComplianceInquiriesListInstance)(this);return this._complianceInquiries}get complianceTollfreeInquiries(){this._complianceTollfreeInquiries=this._complianceTollfreeInquiries||(0,a.ComplianceTollfreeInquiriesListInstance)(this);return this._complianceTollfreeInquiries}get customerProfiles(){this._customerProfiles=this._customerProfiles||(0,c.CustomerProfilesListInstance)(this);return this._customerProfiles}get endUsers(){this._endUsers=this._endUsers||(0,u.EndUserListInstance)(this);return this._endUsers}get endUserTypes(){this._endUserTypes=this._endUserTypes||(0,f.EndUserTypeListInstance)(this);return this._endUserTypes}get policies(){this._policies=this._policies||(0,_.PoliciesListInstance)(this);return this._policies}get supportingDocuments(){this._supportingDocuments=this._supportingDocuments||(0,g.SupportingDocumentListInstance)(this);return this._supportingDocuments}get supportingDocumentTypes(){this._supportingDocumentTypes=this._supportingDocumentTypes||(0,v.SupportingDocumentTypeListInstance)(this);return this._supportingDocumentTypes}get trustProducts(){this._trustProducts=this._trustProducts||(0,S.TrustProductsListInstance)(this);return this._trustProducts}}i["default"]=V1},45888:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ComplianceInquiriesListInstance=i.ComplianceInquiriesInstance=i.ComplianceInquiriesContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ComplianceInquiriesContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'customerId' is not valid.")}this._solution={customerId:i};this._uri=`/ComplianceInquiries/Customers/${i}/Initialize`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["primaryProfileSid"]===null||e["primaryProfileSid"]===undefined){throw new Error("Required parameter \"params['primaryProfileSid']\" missing.")}let n={};n["PrimaryProfileSid"]=e["primaryProfileSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ComplianceInquiriesInstance(o,e,r._solution.customerId)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ComplianceInquiriesContextImpl=ComplianceInquiriesContextImpl;class ComplianceInquiriesInstance{constructor(e,i,n){this._version=e;this.inquiryId=i.inquiry_id;this.inquirySessionToken=i.inquiry_session_token;this.customerId=i.customer_id;this.url=i.url;this._solution={customerId:n||this.customerId}}get _proxy(){this._context=this._context||new ComplianceInquiriesContextImpl(this._version,this._solution.customerId);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{inquiryId:this.inquiryId,inquirySessionToken:this.inquirySessionToken,customerId:this.customerId,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ComplianceInquiriesInstance=ComplianceInquiriesInstance;function ComplianceInquiriesListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ComplianceInquiriesContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/ComplianceInquiries/Customers/Initialize`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["primaryProfileSid"]===null||i["primaryProfileSid"]===undefined){throw new Error("Required parameter \"params['primaryProfileSid']\" missing.")}let s={};s["PrimaryProfileSid"]=i["primaryProfileSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ComplianceInquiriesInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ComplianceInquiriesListInstance=ComplianceInquiriesListInstance},20749:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ComplianceTollfreeInquiriesInstance=i.ComplianceTollfreeInquiriesListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function ComplianceTollfreeInquiriesListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/ComplianceInquiries/Tollfree/Initialize`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["tollfreePhoneNumber"]===null||n["tollfreePhoneNumber"]===undefined){throw new Error("Required parameter \"params['tollfreePhoneNumber']\" missing.")}if(n["notificationEmail"]===null||n["notificationEmail"]===undefined){throw new Error("Required parameter \"params['notificationEmail']\" missing.")}let r={};r["TollfreePhoneNumber"]=n["tollfreePhoneNumber"];r["NotificationEmail"]=n["notificationEmail"];if(n["businessName"]!==undefined)r["BusinessName"]=n["businessName"];if(n["businessWebsite"]!==undefined)r["BusinessWebsite"]=n["businessWebsite"];if(n["useCaseCategories"]!==undefined)r["UseCaseCategories"]=o.map(n["useCaseCategories"],(e=>e));if(n["useCaseSummary"]!==undefined)r["UseCaseSummary"]=n["useCaseSummary"];if(n["productionMessageSample"]!==undefined)r["ProductionMessageSample"]=n["productionMessageSample"];if(n["optInImageUrls"]!==undefined)r["OptInImageUrls"]=o.map(n["optInImageUrls"],(e=>e));if(n["optInType"]!==undefined)r["OptInType"]=n["optInType"];if(n["messageVolume"]!==undefined)r["MessageVolume"]=n["messageVolume"];if(n["businessStreetAddress"]!==undefined)r["BusinessStreetAddress"]=n["businessStreetAddress"];if(n["businessStreetAddress2"]!==undefined)r["BusinessStreetAddress2"]=n["businessStreetAddress2"];if(n["businessCity"]!==undefined)r["BusinessCity"]=n["businessCity"];if(n["businessStateProvinceRegion"]!==undefined)r["BusinessStateProvinceRegion"]=n["businessStateProvinceRegion"];if(n["businessPostalCode"]!==undefined)r["BusinessPostalCode"]=n["businessPostalCode"];if(n["businessCountry"]!==undefined)r["BusinessCountry"]=n["businessCountry"];if(n["additionalInformation"]!==undefined)r["AdditionalInformation"]=n["additionalInformation"];if(n["businessContactFirstName"]!==undefined)r["BusinessContactFirstName"]=n["businessContactFirstName"];if(n["businessContactLastName"]!==undefined)r["BusinessContactLastName"]=n["businessContactLastName"];if(n["businessContactEmail"]!==undefined)r["BusinessContactEmail"]=n["businessContactEmail"];if(n["businessContactPhone"]!==undefined)r["BusinessContactPhone"]=n["businessContactPhone"];const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.create({uri:i._uri,method:"post",data:r,headers:a});u=u.then((e=>new ComplianceTollfreeInquiriesInstance(c,e)));u=i._version.setPromiseCallback(u,s);return u};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.ComplianceTollfreeInquiriesListInstance=ComplianceTollfreeInquiriesListInstance;class ComplianceTollfreeInquiriesInstance{constructor(e,i){this._version=e;this.inquiryId=i.inquiry_id;this.inquirySessionToken=i.inquiry_session_token;this.registrationId=i.registration_id;this.url=i.url}toJSON(){return{inquiryId:this.inquiryId,inquirySessionToken:this.inquirySessionToken,registrationId:this.registrationId,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ComplianceTollfreeInquiriesInstance=ComplianceTollfreeInquiriesInstance},67316:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CustomerProfilesPage=i.CustomerProfilesListInstance=i.CustomerProfilesInstance=i.CustomerProfilesContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(41630);const _=n(87552);const g=n(47135);class CustomerProfilesContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/CustomerProfiles/${i}`}get customerProfilesChannelEndpointAssignment(){this._customerProfilesChannelEndpointAssignment=this._customerProfilesChannelEndpointAssignment||(0,f.CustomerProfilesChannelEndpointAssignmentListInstance)(this._version,this._solution.sid);return this._customerProfilesChannelEndpointAssignment}get customerProfilesEntityAssignments(){this._customerProfilesEntityAssignments=this._customerProfilesEntityAssignments||(0,_.CustomerProfilesEntityAssignmentsListInstance)(this._version,this._solution.sid);return this._customerProfilesEntityAssignments}get customerProfilesEvaluations(){this._customerProfilesEvaluations=this._customerProfilesEvaluations||(0,g.CustomerProfilesEvaluationsListInstance)(this._version,this._solution.sid);return this._customerProfilesEvaluations}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CustomerProfilesInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["status"]!==undefined)n["Status"]=e["status"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["email"]!==undefined)n["Email"]=e["email"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CustomerProfilesInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesContextImpl=CustomerProfilesContextImpl;class CustomerProfilesInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.policySid=i.policy_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.validUntil=a.iso8601DateTime(i.valid_until);this.email=i.email;this.statusCallback=i.status_callback;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CustomerProfilesContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}customerProfilesChannelEndpointAssignment(){return this._proxy.customerProfilesChannelEndpointAssignment}customerProfilesEntityAssignments(){return this._proxy.customerProfilesEntityAssignments}customerProfilesEvaluations(){return this._proxy.customerProfilesEvaluations}toJSON(){return{sid:this.sid,accountSid:this.accountSid,policySid:this.policySid,friendlyName:this.friendlyName,status:this.status,validUntil:this.validUntil,email:this.email,statusCallback:this.statusCallback,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesInstance=CustomerProfilesInstance;function CustomerProfilesListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CustomerProfilesContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/CustomerProfiles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}if(i["policySid"]===null||i["policySid"]===undefined){throw new Error("Required parameter \"params['policySid']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Email"]=i["email"];s["PolicySid"]=i["policySid"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CustomerProfilesInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["policySid"]!==undefined)s["PolicySid"]=i["policySid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CustomerProfilesPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CustomerProfilesPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CustomerProfilesListInstance=CustomerProfilesListInstance;class CustomerProfilesPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CustomerProfilesInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesPage=CustomerProfilesPage},41630:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CustomerProfilesChannelEndpointAssignmentPage=i.CustomerProfilesChannelEndpointAssignmentListInstance=i.CustomerProfilesChannelEndpointAssignmentInstance=i.CustomerProfilesChannelEndpointAssignmentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CustomerProfilesChannelEndpointAssignmentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={customerProfileSid:i,sid:n};this._uri=`/CustomerProfiles/${i}/ChannelEndpointAssignments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CustomerProfilesChannelEndpointAssignmentInstance(n,e,i._solution.customerProfileSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesChannelEndpointAssignmentContextImpl=CustomerProfilesChannelEndpointAssignmentContextImpl;class CustomerProfilesChannelEndpointAssignmentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.customerProfileSid=i.customer_profile_sid;this.accountSid=i.account_sid;this.channelEndpointType=i.channel_endpoint_type;this.channelEndpointSid=i.channel_endpoint_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={customerProfileSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CustomerProfilesChannelEndpointAssignmentContextImpl(this._version,this._solution.customerProfileSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,customerProfileSid:this.customerProfileSid,accountSid:this.accountSid,channelEndpointType:this.channelEndpointType,channelEndpointSid:this.channelEndpointSid,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesChannelEndpointAssignmentInstance=CustomerProfilesChannelEndpointAssignmentInstance;function CustomerProfilesChannelEndpointAssignmentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CustomerProfilesChannelEndpointAssignmentContextImpl(e,i,n)};instance._version=e;instance._solution={customerProfileSid:i};instance._uri=`/CustomerProfiles/${i}/ChannelEndpointAssignments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["channelEndpointType"]===null||i["channelEndpointType"]===undefined){throw new Error("Required parameter \"params['channelEndpointType']\" missing.")}if(i["channelEndpointSid"]===null||i["channelEndpointSid"]===undefined){throw new Error("Required parameter \"params['channelEndpointSid']\" missing.")}let s={};s["ChannelEndpointType"]=i["channelEndpointType"];s["ChannelEndpointSid"]=i["channelEndpointSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CustomerProfilesChannelEndpointAssignmentInstance(o,e,instance._solution.customerProfileSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["channelEndpointSid"]!==undefined)s["ChannelEndpointSid"]=i["channelEndpointSid"];if(i["channelEndpointSids"]!==undefined)s["ChannelEndpointSids"]=i["channelEndpointSids"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CustomerProfilesChannelEndpointAssignmentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CustomerProfilesChannelEndpointAssignmentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CustomerProfilesChannelEndpointAssignmentListInstance=CustomerProfilesChannelEndpointAssignmentListInstance;class CustomerProfilesChannelEndpointAssignmentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CustomerProfilesChannelEndpointAssignmentInstance(this._version,e,this._solution.customerProfileSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesChannelEndpointAssignmentPage=CustomerProfilesChannelEndpointAssignmentPage},87552:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CustomerProfilesEntityAssignmentsPage=i.CustomerProfilesEntityAssignmentsListInstance=i.CustomerProfilesEntityAssignmentsInstance=i.CustomerProfilesEntityAssignmentsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CustomerProfilesEntityAssignmentsContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={customerProfileSid:i,sid:n};this._uri=`/CustomerProfiles/${i}/EntityAssignments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CustomerProfilesEntityAssignmentsInstance(n,e,i._solution.customerProfileSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEntityAssignmentsContextImpl=CustomerProfilesEntityAssignmentsContextImpl;class CustomerProfilesEntityAssignmentsInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.customerProfileSid=i.customer_profile_sid;this.accountSid=i.account_sid;this.objectSid=i.object_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={customerProfileSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CustomerProfilesEntityAssignmentsContextImpl(this._version,this._solution.customerProfileSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,customerProfileSid:this.customerProfileSid,accountSid:this.accountSid,objectSid:this.objectSid,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEntityAssignmentsInstance=CustomerProfilesEntityAssignmentsInstance;function CustomerProfilesEntityAssignmentsListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CustomerProfilesEntityAssignmentsContextImpl(e,i,n)};instance._version=e;instance._solution={customerProfileSid:i};instance._uri=`/CustomerProfiles/${i}/EntityAssignments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["objectSid"]===null||i["objectSid"]===undefined){throw new Error("Required parameter \"params['objectSid']\" missing.")}let s={};s["ObjectSid"]=i["objectSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CustomerProfilesEntityAssignmentsInstance(o,e,instance._solution.customerProfileSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CustomerProfilesEntityAssignmentsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CustomerProfilesEntityAssignmentsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CustomerProfilesEntityAssignmentsListInstance=CustomerProfilesEntityAssignmentsListInstance;class CustomerProfilesEntityAssignmentsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CustomerProfilesEntityAssignmentsInstance(this._version,e,this._solution.customerProfileSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEntityAssignmentsPage=CustomerProfilesEntityAssignmentsPage},47135:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CustomerProfilesEvaluationsPage=i.CustomerProfilesEvaluationsListInstance=i.CustomerProfilesEvaluationsInstance=i.CustomerProfilesEvaluationsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CustomerProfilesEvaluationsContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={customerProfileSid:i,sid:n};this._uri=`/CustomerProfiles/${i}/Evaluations/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CustomerProfilesEvaluationsInstance(n,e,i._solution.customerProfileSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEvaluationsContextImpl=CustomerProfilesEvaluationsContextImpl;class CustomerProfilesEvaluationsInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.policySid=i.policy_sid;this.customerProfileSid=i.customer_profile_sid;this.status=i.status;this.results=i.results;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={customerProfileSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CustomerProfilesEvaluationsContextImpl(this._version,this._solution.customerProfileSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,policySid:this.policySid,customerProfileSid:this.customerProfileSid,status:this.status,results:this.results,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEvaluationsInstance=CustomerProfilesEvaluationsInstance;function CustomerProfilesEvaluationsListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CustomerProfilesEvaluationsContextImpl(e,i,n)};instance._version=e;instance._solution={customerProfileSid:i};instance._uri=`/CustomerProfiles/${i}/Evaluations`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["policySid"]===null||i["policySid"]===undefined){throw new Error("Required parameter \"params['policySid']\" missing.")}let s={};s["PolicySid"]=i["policySid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CustomerProfilesEvaluationsInstance(o,e,instance._solution.customerProfileSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CustomerProfilesEvaluationsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CustomerProfilesEvaluationsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CustomerProfilesEvaluationsListInstance=CustomerProfilesEvaluationsListInstance;class CustomerProfilesEvaluationsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CustomerProfilesEvaluationsInstance(this._version,e,this._solution.customerProfileSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEvaluationsPage=CustomerProfilesEvaluationsPage},16027:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EndUserPage=i.EndUserListInstance=i.EndUserInstance=i.EndUserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EndUserContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/EndUsers/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EndUserInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=c.object(e["attributes"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new EndUserInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserContextImpl=EndUserContextImpl;class EndUserInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EndUserContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserInstance=EndUserInstance;function EndUserListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EndUserContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/EndUsers`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];if(i["attributes"]!==undefined)s["Attributes"]=c.object(i["attributes"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EndUserInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EndUserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EndUserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EndUserListInstance=EndUserListInstance;class EndUserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EndUserInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserPage=EndUserPage},65718:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EndUserTypePage=i.EndUserTypeListInstance=i.EndUserTypeInstance=i.EndUserTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EndUserTypeContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/EndUserTypes/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EndUserTypeInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypeContextImpl=EndUserTypeContextImpl;class EndUserTypeInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.machineName=i.machine_name;this.fields=i.fields;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EndUserTypeContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,machineName:this.machineName,fields:this.fields,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypeInstance=EndUserTypeInstance;function EndUserTypeListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EndUserTypeContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/EndUserTypes`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EndUserTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EndUserTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EndUserTypeListInstance=EndUserTypeListInstance;class EndUserTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EndUserTypeInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypePage=EndUserTypePage},77097:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PoliciesPage=i.PoliciesListInstance=i.PoliciesInstance=i.PoliciesContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PoliciesContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Policies/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PoliciesInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PoliciesContextImpl=PoliciesContextImpl;class PoliciesInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.requirements=i.requirements;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new PoliciesContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,requirements:this.requirements,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PoliciesInstance=PoliciesInstance;function PoliciesListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PoliciesContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Policies`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PoliciesPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PoliciesPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PoliciesListInstance=PoliciesListInstance;class PoliciesPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PoliciesInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PoliciesPage=PoliciesPage},38955:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SupportingDocumentPage=i.SupportingDocumentListInstance=i.SupportingDocumentInstance=i.SupportingDocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SupportingDocumentContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/SupportingDocuments/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SupportingDocumentInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=c.object(e["attributes"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SupportingDocumentInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentContextImpl=SupportingDocumentContextImpl;class SupportingDocumentInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.mimeType=i.mime_type;this.status=i.status;this.type=i.type;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SupportingDocumentContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,mimeType:this.mimeType,status:this.status,type:this.type,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentInstance=SupportingDocumentInstance;function SupportingDocumentListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SupportingDocumentContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/SupportingDocuments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];if(i["attributes"]!==undefined)s["Attributes"]=c.object(i["attributes"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SupportingDocumentInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SupportingDocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SupportingDocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SupportingDocumentListInstance=SupportingDocumentListInstance;class SupportingDocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SupportingDocumentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentPage=SupportingDocumentPage},55981:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SupportingDocumentTypePage=i.SupportingDocumentTypeListInstance=i.SupportingDocumentTypeInstance=i.SupportingDocumentTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SupportingDocumentTypeContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/SupportingDocumentTypes/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SupportingDocumentTypeInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypeContextImpl=SupportingDocumentTypeContextImpl;class SupportingDocumentTypeInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.machineName=i.machine_name;this.fields=i.fields;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SupportingDocumentTypeContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,machineName:this.machineName,fields:this.fields,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypeInstance=SupportingDocumentTypeInstance;function SupportingDocumentTypeListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SupportingDocumentTypeContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/SupportingDocumentTypes`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SupportingDocumentTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SupportingDocumentTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SupportingDocumentTypeListInstance=SupportingDocumentTypeListInstance;class SupportingDocumentTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SupportingDocumentTypeInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypePage=SupportingDocumentTypePage},90562:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TrustProductsPage=i.TrustProductsListInstance=i.TrustProductsInstance=i.TrustProductsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(99273);const _=n(45854);const g=n(21212);class TrustProductsContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/TrustProducts/${i}`}get trustProductsChannelEndpointAssignment(){this._trustProductsChannelEndpointAssignment=this._trustProductsChannelEndpointAssignment||(0,f.TrustProductsChannelEndpointAssignmentListInstance)(this._version,this._solution.sid);return this._trustProductsChannelEndpointAssignment}get trustProductsEntityAssignments(){this._trustProductsEntityAssignments=this._trustProductsEntityAssignments||(0,_.TrustProductsEntityAssignmentsListInstance)(this._version,this._solution.sid);return this._trustProductsEntityAssignments}get trustProductsEvaluations(){this._trustProductsEvaluations=this._trustProductsEvaluations||(0,g.TrustProductsEvaluationsListInstance)(this._version,this._solution.sid);return this._trustProductsEvaluations}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrustProductsInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["status"]!==undefined)n["Status"]=e["status"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["email"]!==undefined)n["Email"]=e["email"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TrustProductsInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsContextImpl=TrustProductsContextImpl;class TrustProductsInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.policySid=i.policy_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.validUntil=a.iso8601DateTime(i.valid_until);this.email=i.email;this.statusCallback=i.status_callback;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new TrustProductsContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}trustProductsChannelEndpointAssignment(){return this._proxy.trustProductsChannelEndpointAssignment}trustProductsEntityAssignments(){return this._proxy.trustProductsEntityAssignments}trustProductsEvaluations(){return this._proxy.trustProductsEvaluations}toJSON(){return{sid:this.sid,accountSid:this.accountSid,policySid:this.policySid,friendlyName:this.friendlyName,status:this.status,validUntil:this.validUntil,email:this.email,statusCallback:this.statusCallback,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsInstance=TrustProductsInstance;function TrustProductsListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new TrustProductsContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/TrustProducts`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}if(i["policySid"]===null||i["policySid"]===undefined){throw new Error("Required parameter \"params['policySid']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Email"]=i["email"];s["PolicySid"]=i["policySid"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TrustProductsInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["policySid"]!==undefined)s["PolicySid"]=i["policySid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TrustProductsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TrustProductsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TrustProductsListInstance=TrustProductsListInstance;class TrustProductsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TrustProductsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsPage=TrustProductsPage},99273:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TrustProductsChannelEndpointAssignmentPage=i.TrustProductsChannelEndpointAssignmentListInstance=i.TrustProductsChannelEndpointAssignmentInstance=i.TrustProductsChannelEndpointAssignmentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TrustProductsChannelEndpointAssignmentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trustProductSid:i,sid:n};this._uri=`/TrustProducts/${i}/ChannelEndpointAssignments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrustProductsChannelEndpointAssignmentInstance(n,e,i._solution.trustProductSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsChannelEndpointAssignmentContextImpl=TrustProductsChannelEndpointAssignmentContextImpl;class TrustProductsChannelEndpointAssignmentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.trustProductSid=i.trust_product_sid;this.accountSid=i.account_sid;this.channelEndpointType=i.channel_endpoint_type;this.channelEndpointSid=i.channel_endpoint_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={trustProductSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TrustProductsChannelEndpointAssignmentContextImpl(this._version,this._solution.trustProductSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,trustProductSid:this.trustProductSid,accountSid:this.accountSid,channelEndpointType:this.channelEndpointType,channelEndpointSid:this.channelEndpointSid,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsChannelEndpointAssignmentInstance=TrustProductsChannelEndpointAssignmentInstance;function TrustProductsChannelEndpointAssignmentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TrustProductsChannelEndpointAssignmentContextImpl(e,i,n)};instance._version=e;instance._solution={trustProductSid:i};instance._uri=`/TrustProducts/${i}/ChannelEndpointAssignments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["channelEndpointType"]===null||i["channelEndpointType"]===undefined){throw new Error("Required parameter \"params['channelEndpointType']\" missing.")}if(i["channelEndpointSid"]===null||i["channelEndpointSid"]===undefined){throw new Error("Required parameter \"params['channelEndpointSid']\" missing.")}let s={};s["ChannelEndpointType"]=i["channelEndpointType"];s["ChannelEndpointSid"]=i["channelEndpointSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TrustProductsChannelEndpointAssignmentInstance(o,e,instance._solution.trustProductSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["channelEndpointSid"]!==undefined)s["ChannelEndpointSid"]=i["channelEndpointSid"];if(i["channelEndpointSids"]!==undefined)s["ChannelEndpointSids"]=i["channelEndpointSids"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TrustProductsChannelEndpointAssignmentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TrustProductsChannelEndpointAssignmentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TrustProductsChannelEndpointAssignmentListInstance=TrustProductsChannelEndpointAssignmentListInstance;class TrustProductsChannelEndpointAssignmentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TrustProductsChannelEndpointAssignmentInstance(this._version,e,this._solution.trustProductSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsChannelEndpointAssignmentPage=TrustProductsChannelEndpointAssignmentPage},45854:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TrustProductsEntityAssignmentsPage=i.TrustProductsEntityAssignmentsListInstance=i.TrustProductsEntityAssignmentsInstance=i.TrustProductsEntityAssignmentsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TrustProductsEntityAssignmentsContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trustProductSid:i,sid:n};this._uri=`/TrustProducts/${i}/EntityAssignments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrustProductsEntityAssignmentsInstance(n,e,i._solution.trustProductSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEntityAssignmentsContextImpl=TrustProductsEntityAssignmentsContextImpl;class TrustProductsEntityAssignmentsInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.trustProductSid=i.trust_product_sid;this.accountSid=i.account_sid;this.objectSid=i.object_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={trustProductSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TrustProductsEntityAssignmentsContextImpl(this._version,this._solution.trustProductSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,trustProductSid:this.trustProductSid,accountSid:this.accountSid,objectSid:this.objectSid,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEntityAssignmentsInstance=TrustProductsEntityAssignmentsInstance;function TrustProductsEntityAssignmentsListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TrustProductsEntityAssignmentsContextImpl(e,i,n)};instance._version=e;instance._solution={trustProductSid:i};instance._uri=`/TrustProducts/${i}/EntityAssignments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["objectSid"]===null||i["objectSid"]===undefined){throw new Error("Required parameter \"params['objectSid']\" missing.")}let s={};s["ObjectSid"]=i["objectSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TrustProductsEntityAssignmentsInstance(o,e,instance._solution.trustProductSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TrustProductsEntityAssignmentsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TrustProductsEntityAssignmentsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TrustProductsEntityAssignmentsListInstance=TrustProductsEntityAssignmentsListInstance;class TrustProductsEntityAssignmentsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TrustProductsEntityAssignmentsInstance(this._version,e,this._solution.trustProductSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEntityAssignmentsPage=TrustProductsEntityAssignmentsPage},21212:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TrustProductsEvaluationsPage=i.TrustProductsEvaluationsListInstance=i.TrustProductsEvaluationsInstance=i.TrustProductsEvaluationsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TrustProductsEvaluationsContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trustProductSid:i,sid:n};this._uri=`/TrustProducts/${i}/Evaluations/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrustProductsEvaluationsInstance(n,e,i._solution.trustProductSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEvaluationsContextImpl=TrustProductsEvaluationsContextImpl;class TrustProductsEvaluationsInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.policySid=i.policy_sid;this.trustProductSid=i.trust_product_sid;this.status=i.status;this.results=i.results;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={trustProductSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TrustProductsEvaluationsContextImpl(this._version,this._solution.trustProductSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,policySid:this.policySid,trustProductSid:this.trustProductSid,status:this.status,results:this.results,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEvaluationsInstance=TrustProductsEvaluationsInstance;function TrustProductsEvaluationsListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TrustProductsEvaluationsContextImpl(e,i,n)};instance._version=e;instance._solution={trustProductSid:i};instance._uri=`/TrustProducts/${i}/Evaluations`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["policySid"]===null||i["policySid"]===undefined){throw new Error("Required parameter \"params['policySid']\" missing.")}let s={};s["PolicySid"]=i["policySid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TrustProductsEvaluationsInstance(o,e,instance._solution.trustProductSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TrustProductsEvaluationsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TrustProductsEvaluationsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TrustProductsEvaluationsListInstance=TrustProductsEvaluationsListInstance;class TrustProductsEvaluationsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TrustProductsEvaluationsInstance(this._version,e,this._solution.trustProductSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEvaluationsPage=TrustProductsEvaluationsPage},79352:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(25610);const a=n(81688);const c=n(5398);const u=n(83993);const f=n(70452);const _=n(13050);class V2 extends r.default{constructor(e){super(e,"v2")}get forms(){this._forms=this._forms||(0,o.FormListInstance)(this);return this._forms}get safelist(){this._safelist=this._safelist||(0,a.SafelistListInstance)(this);return this._safelist}get services(){this._services=this._services||(0,c.ServiceListInstance)(this);return this._services}get templates(){this._templates=this._templates||(0,u.TemplateListInstance)(this);return this._templates}get verificationAttempts(){this._verificationAttempts=this._verificationAttempts||(0,f.VerificationAttemptListInstance)(this);return this._verificationAttempts}get verificationAttemptsSummary(){this._verificationAttemptsSummary=this._verificationAttemptsSummary||(0,_.VerificationAttemptsSummaryListInstance)(this);return this._verificationAttemptsSummary}}i["default"]=V2},25610:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FormListInstance=i.FormInstance=i.FormContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class FormContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'formType' is not valid.")}this._solution={formType:i};this._uri=`/Forms/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FormInstance(n,e,i._solution.formType)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FormContextImpl=FormContextImpl;class FormInstance{constructor(e,i,n){this._version=e;this.formType=i.form_type;this.forms=i.forms;this.formMeta=i.form_meta;this.url=i.url;this._solution={formType:n||this.formType}}get _proxy(){this._context=this._context||new FormContextImpl(this._version,this._solution.formType);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{formType:this.formType,forms:this.forms,formMeta:this.formMeta,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FormInstance=FormInstance;function FormListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FormContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.FormListInstance=FormListInstance},81688:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SafelistListInstance=i.SafelistInstance=i.SafelistContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class SafelistContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'phoneNumber' is not valid.")}this._solution={phoneNumber:i};this._uri=`/SafeList/Numbers/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SafelistInstance(n,e,i._solution.phoneNumber)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SafelistContextImpl=SafelistContextImpl;class SafelistInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.phoneNumber=i.phone_number;this.url=i.url;this._solution={phoneNumber:n||this.phoneNumber}}get _proxy(){this._context=this._context||new SafelistContextImpl(this._version,this._solution.phoneNumber);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,phoneNumber:this.phoneNumber,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SafelistInstance=SafelistInstance;function SafelistListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SafelistContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/SafeList/Numbers`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let s={};s["PhoneNumber"]=i["phoneNumber"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SafelistInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SafelistListInstance=SafelistListInstance},5398:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(95873);const _=n(77654);const g=n(44711);const v=n(83857);const S=n(40843);const b=n(67609);const P=n(27240);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get accessTokens(){this._accessTokens=this._accessTokens||(0,f.AccessTokenListInstance)(this._version,this._solution.sid);return this._accessTokens}get entities(){this._entities=this._entities||(0,_.EntityListInstance)(this._version,this._solution.sid);return this._entities}get messagingConfigurations(){this._messagingConfigurations=this._messagingConfigurations||(0,g.MessagingConfigurationListInstance)(this._version,this._solution.sid);return this._messagingConfigurations}get rateLimits(){this._rateLimits=this._rateLimits||(0,v.RateLimitListInstance)(this._version,this._solution.sid);return this._rateLimits}get verifications(){this._verifications=this._verifications||(0,S.VerificationListInstance)(this._version,this._solution.sid);return this._verifications}get verificationChecks(){this._verificationChecks=this._verificationChecks||(0,b.VerificationCheckListInstance)(this._version,this._solution.sid);return this._verificationChecks}get webhooks(){this._webhooks=this._webhooks||(0,P.WebhookListInstance)(this._version,this._solution.sid);return this._webhooks}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["codeLength"]!==undefined)n["CodeLength"]=e["codeLength"];if(e["lookupEnabled"]!==undefined)n["LookupEnabled"]=c.bool(e["lookupEnabled"]);if(e["skipSmsToLandlines"]!==undefined)n["SkipSmsToLandlines"]=c.bool(e["skipSmsToLandlines"]);if(e["dtmfInputRequired"]!==undefined)n["DtmfInputRequired"]=c.bool(e["dtmfInputRequired"]);if(e["ttsName"]!==undefined)n["TtsName"]=e["ttsName"];if(e["psd2Enabled"]!==undefined)n["Psd2Enabled"]=c.bool(e["psd2Enabled"]);if(e["doNotShareWarningEnabled"]!==undefined)n["DoNotShareWarningEnabled"]=c.bool(e["doNotShareWarningEnabled"]);if(e["customCodeEnabled"]!==undefined)n["CustomCodeEnabled"]=c.bool(e["customCodeEnabled"]);if(e["push.includeDate"]!==undefined)n["Push.IncludeDate"]=c.bool(e["push.includeDate"]);if(e["push.apnCredentialSid"]!==undefined)n["Push.ApnCredentialSid"]=e["push.apnCredentialSid"];if(e["push.fcmCredentialSid"]!==undefined)n["Push.FcmCredentialSid"]=e["push.fcmCredentialSid"];if(e["totp.issuer"]!==undefined)n["Totp.Issuer"]=e["totp.issuer"];if(e["totp.timeStep"]!==undefined)n["Totp.TimeStep"]=e["totp.timeStep"];if(e["totp.codeLength"]!==undefined)n["Totp.CodeLength"]=e["totp.codeLength"];if(e["totp.skew"]!==undefined)n["Totp.Skew"]=e["totp.skew"];if(e["defaultTemplateSid"]!==undefined)n["DefaultTemplateSid"]=e["defaultTemplateSid"];if(e["verifyEventSubscriptionEnabled"]!==undefined)n["VerifyEventSubscriptionEnabled"]=c.bool(e["verifyEventSubscriptionEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.codeLength=a.integer(i.code_length);this.lookupEnabled=i.lookup_enabled;this.psd2Enabled=i.psd2_enabled;this.skipSmsToLandlines=i.skip_sms_to_landlines;this.dtmfInputRequired=i.dtmf_input_required;this.ttsName=i.tts_name;this.doNotShareWarningEnabled=i.do_not_share_warning_enabled;this.customCodeEnabled=i.custom_code_enabled;this.push=i.push;this.totp=i.totp;this.defaultTemplateSid=i.default_template_sid;this.verifyEventSubscriptionEnabled=i.verify_event_subscription_enabled;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}accessTokens(){return this._proxy.accessTokens}entities(){return this._proxy.entities}messagingConfigurations(){return this._proxy.messagingConfigurations}rateLimits(){return this._proxy.rateLimits}verifications(){return this._proxy.verifications}verificationChecks(){return this._proxy.verificationChecks}webhooks(){return this._proxy.webhooks}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,codeLength:this.codeLength,lookupEnabled:this.lookupEnabled,psd2Enabled:this.psd2Enabled,skipSmsToLandlines:this.skipSmsToLandlines,dtmfInputRequired:this.dtmfInputRequired,ttsName:this.ttsName,doNotShareWarningEnabled:this.doNotShareWarningEnabled,customCodeEnabled:this.customCodeEnabled,push:this.push,totp:this.totp,defaultTemplateSid:this.defaultTemplateSid,verifyEventSubscriptionEnabled:this.verifyEventSubscriptionEnabled,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["codeLength"]!==undefined)s["CodeLength"]=i["codeLength"];if(i["lookupEnabled"]!==undefined)s["LookupEnabled"]=c.bool(i["lookupEnabled"]);if(i["skipSmsToLandlines"]!==undefined)s["SkipSmsToLandlines"]=c.bool(i["skipSmsToLandlines"]);if(i["dtmfInputRequired"]!==undefined)s["DtmfInputRequired"]=c.bool(i["dtmfInputRequired"]);if(i["ttsName"]!==undefined)s["TtsName"]=i["ttsName"];if(i["psd2Enabled"]!==undefined)s["Psd2Enabled"]=c.bool(i["psd2Enabled"]);if(i["doNotShareWarningEnabled"]!==undefined)s["DoNotShareWarningEnabled"]=c.bool(i["doNotShareWarningEnabled"]);if(i["customCodeEnabled"]!==undefined)s["CustomCodeEnabled"]=c.bool(i["customCodeEnabled"]);if(i["push.includeDate"]!==undefined)s["Push.IncludeDate"]=c.bool(i["push.includeDate"]);if(i["push.apnCredentialSid"]!==undefined)s["Push.ApnCredentialSid"]=i["push.apnCredentialSid"];if(i["push.fcmCredentialSid"]!==undefined)s["Push.FcmCredentialSid"]=i["push.fcmCredentialSid"];if(i["totp.issuer"]!==undefined)s["Totp.Issuer"]=i["totp.issuer"];if(i["totp.timeStep"]!==undefined)s["Totp.TimeStep"]=i["totp.timeStep"];if(i["totp.codeLength"]!==undefined)s["Totp.CodeLength"]=i["totp.codeLength"];if(i["totp.skew"]!==undefined)s["Totp.Skew"]=i["totp.skew"];if(i["defaultTemplateSid"]!==undefined)s["DefaultTemplateSid"]=i["defaultTemplateSid"];if(i["verifyEventSubscriptionEnabled"]!==undefined)s["VerifyEventSubscriptionEnabled"]=c.bool(i["verifyEventSubscriptionEnabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},95873:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AccessTokenListInstance=i.AccessTokenInstance=i.AccessTokenContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class AccessTokenContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/AccessTokens/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AccessTokenInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AccessTokenContextImpl=AccessTokenContextImpl;class AccessTokenInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.entityIdentity=i.entity_identity;this.factorType=i.factor_type;this.factorFriendlyName=i.factor_friendly_name;this.token=i.token;this.url=i.url;this.ttl=r.integer(i.ttl);this.dateCreated=r.iso8601DateTime(i.date_created);this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new AccessTokenContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,entityIdentity:this.entityIdentity,factorType:this.factorType,factorFriendlyName:this.factorFriendlyName,token:this.token,url:this.url,ttl:this.ttl,dateCreated:this.dateCreated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AccessTokenInstance=AccessTokenInstance;function AccessTokenListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AccessTokenContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/AccessTokens`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}if(i["factorType"]===null||i["factorType"]===undefined){throw new Error("Required parameter \"params['factorType']\" missing.")}let s={};s["Identity"]=i["identity"];s["FactorType"]=i["factorType"];if(i["factorFriendlyName"]!==undefined)s["FactorFriendlyName"]=i["factorFriendlyName"];if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AccessTokenInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AccessTokenListInstance=AccessTokenListInstance},77654:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EntityPage=i.EntityListInstance=i.EntityInstance=i.EntityContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(11696);const _=n(11144);const g=n(13401);class EntityContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,identity:n};this._uri=`/Services/${i}/Entities/${n}`}get challenges(){this._challenges=this._challenges||(0,f.ChallengeListInstance)(this._version,this._solution.serviceSid,this._solution.identity);return this._challenges}get factors(){this._factors=this._factors||(0,_.FactorListInstance)(this._version,this._solution.serviceSid,this._solution.identity);return this._factors}get newFactors(){this._newFactors=this._newFactors||(0,g.NewFactorListInstance)(this._version,this._solution.serviceSid,this._solution.identity);return this._newFactors}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EntityInstance(n,e,i._solution.serviceSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EntityContextImpl=EntityContextImpl;class EntityInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.identity=i.identity;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,identity:s||this.identity}}get _proxy(){this._context=this._context||new EntityContextImpl(this._version,this._solution.serviceSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}challenges(){return this._proxy.challenges}factors(){return this._proxy.factors}newFactors(){return this._proxy.newFactors}toJSON(){return{sid:this.sid,identity:this.identity,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EntityInstance=EntityInstance;function EntityListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new EntityContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Entities`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EntityInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EntityPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EntityPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EntityListInstance=EntityListInstance;class EntityPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EntityInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EntityPage=EntityPage},11696:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChallengePage=i.ChallengeListInstance=i.ChallengeInstance=i.ChallengeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(95620);class ChallengeContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,identity:n,sid:s};this._uri=`/Services/${i}/Entities/${n}/Challenges/${s}`}get notifications(){this._notifications=this._notifications||(0,f.NotificationListInstance)(this._version,this._solution.serviceSid,this._solution.identity,this._solution.sid);return this._notifications}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChallengeInstance(n,e,i._solution.serviceSid,i._solution.identity,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["authPayload"]!==undefined)n["AuthPayload"]=e["authPayload"];if(e["metadata"]!==undefined)n["Metadata"]=c.object(e["metadata"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChallengeInstance(o,e,r._solution.serviceSid,r._solution.identity,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChallengeContextImpl=ChallengeContextImpl;class ChallengeInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.entitySid=i.entity_sid;this.identity=i.identity;this.factorSid=i.factor_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.dateResponded=a.iso8601DateTime(i.date_responded);this.expirationDate=a.iso8601DateTime(i.expiration_date);this.status=i.status;this.respondedReason=i.responded_reason;this.details=i.details;this.hiddenDetails=i.hidden_details;this.metadata=i.metadata;this.factorType=i.factor_type;this.url=i.url;this.links=i.links;this._solution={serviceSid:n,identity:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ChallengeContextImpl(this._version,this._solution.serviceSid,this._solution.identity,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}notifications(){return this._proxy.notifications}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,entitySid:this.entitySid,identity:this.identity,factorSid:this.factorSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,dateResponded:this.dateResponded,expirationDate:this.expirationDate,status:this.status,respondedReason:this.respondedReason,details:this.details,hiddenDetails:this.hiddenDetails,metadata:this.metadata,factorType:this.factorType,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChallengeInstance=ChallengeInstance;function ChallengeListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ChallengeContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,identity:n};instance._uri=`/Services/${i}/Entities/${n}/Challenges`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["factorSid"]===null||i["factorSid"]===undefined){throw new Error("Required parameter \"params['factorSid']\" missing.")}let s={};s["FactorSid"]=i["factorSid"];if(i["expirationDate"]!==undefined)s["ExpirationDate"]=c.iso8601DateTime(i["expirationDate"]);if(i["details.message"]!==undefined)s["Details.Message"]=i["details.message"];if(i["details.fields"]!==undefined)s["Details.Fields"]=c.map(i["details.fields"],(e=>c.object(e)));if(i["hiddenDetails"]!==undefined)s["HiddenDetails"]=c.object(i["hiddenDetails"]);if(i["authPayload"]!==undefined)s["AuthPayload"]=i["authPayload"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChallengeInstance(o,e,instance._solution.serviceSid,instance._solution.identity)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["factorSid"]!==undefined)s["FactorSid"]=i["factorSid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChallengePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChallengePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChallengeListInstance=ChallengeListInstance;class ChallengePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChallengeInstance(this._version,e,this._solution.serviceSid,this._solution.identity)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChallengePage=ChallengePage},95620:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NotificationInstance=i.NotificationListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function NotificationListInstance(e,i,n,r){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}if(!(0,a.isValidPathParam)(r)){throw new Error("Parameter 'challengeSid' is not valid.")}const o={};o._version=e;o._solution={serviceSid:i,identity:n,challengeSid:r};o._uri=`/Services/${i}/Entities/${n}/Challenges/${r}/Notifications`;o.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:o._uri,method:"post",data:s,headers:r});c=c.then((e=>new NotificationInstance(a,e,o._solution.serviceSid,o._solution.identity,o._solution.challengeSid)));c=o._version.setPromiseCallback(c,n);return c};o.toJSON=function toJSON(){return o._solution};o[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(o.toJSON(),i)};return o}i.NotificationListInstance=NotificationListInstance;class NotificationInstance{constructor(e,i,n,s,o){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.entitySid=i.entity_sid;this.identity=i.identity;this.challengeSid=i.challenge_sid;this.priority=i.priority;this.ttl=r.integer(i.ttl);this.dateCreated=r.iso8601DateTime(i.date_created)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,entitySid:this.entitySid,identity:this.identity,challengeSid:this.challengeSid,priority:this.priority,ttl:this.ttl,dateCreated:this.dateCreated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NotificationInstance=NotificationInstance},11144:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FactorPage=i.FactorListInstance=i.FactorInstance=i.FactorContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FactorContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,identity:n,sid:s};this._uri=`/Services/${i}/Entities/${n}/Factors/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FactorInstance(n,e,i._solution.serviceSid,i._solution.identity,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["authPayload"]!==undefined)n["AuthPayload"]=e["authPayload"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["config.notificationToken"]!==undefined)n["Config.NotificationToken"]=e["config.notificationToken"];if(e["config.sdkVersion"]!==undefined)n["Config.SdkVersion"]=e["config.sdkVersion"];if(e["config.timeStep"]!==undefined)n["Config.TimeStep"]=e["config.timeStep"];if(e["config.skew"]!==undefined)n["Config.Skew"]=e["config.skew"];if(e["config.codeLength"]!==undefined)n["Config.CodeLength"]=e["config.codeLength"];if(e["config.alg"]!==undefined)n["Config.Alg"]=e["config.alg"];if(e["config.notificationPlatform"]!==undefined)n["Config.NotificationPlatform"]=e["config.notificationPlatform"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FactorInstance(o,e,r._solution.serviceSid,r._solution.identity,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FactorContextImpl=FactorContextImpl;class FactorInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.entitySid=i.entity_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.status=i.status;this.factorType=i.factor_type;this.config=i.config;this.metadata=i.metadata;this.url=i.url;this._solution={serviceSid:n,identity:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new FactorContextImpl(this._version,this._solution.serviceSid,this._solution.identity,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,entitySid:this.entitySid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,status:this.status,factorType:this.factorType,config:this.config,metadata:this.metadata,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FactorInstance=FactorInstance;function FactorListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new FactorContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,identity:n};instance._uri=`/Services/${i}/Entities/${n}/Factors`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FactorPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FactorPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FactorListInstance=FactorListInstance;class FactorPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FactorInstance(this._version,e,this._solution.serviceSid,this._solution.identity)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FactorPage=FactorPage},13401:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NewFactorInstance=i.NewFactorListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function NewFactorListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}const r={};r._version=e;r._solution={serviceSid:i,identity:n};r._uri=`/Services/${i}/Entities/${n}/Factors`;r.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["factorType"]===null||i["factorType"]===undefined){throw new Error("Required parameter \"params['factorType']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["FactorType"]=i["factorType"];if(i["binding.alg"]!==undefined)s["Binding.Alg"]=i["binding.alg"];if(i["binding.publicKey"]!==undefined)s["Binding.PublicKey"]=i["binding.publicKey"];if(i["config.appId"]!==undefined)s["Config.AppId"]=i["config.appId"];if(i["config.notificationPlatform"]!==undefined)s["Config.NotificationPlatform"]=i["config.notificationPlatform"];if(i["config.notificationToken"]!==undefined)s["Config.NotificationToken"]=i["config.notificationToken"];if(i["config.sdkVersion"]!==undefined)s["Config.SdkVersion"]=i["config.sdkVersion"];if(i["binding.secret"]!==undefined)s["Binding.Secret"]=i["binding.secret"];if(i["config.timeStep"]!==undefined)s["Config.TimeStep"]=i["config.timeStep"];if(i["config.skew"]!==undefined)s["Config.Skew"]=i["config.skew"];if(i["config.codeLength"]!==undefined)s["Config.CodeLength"]=i["config.codeLength"];if(i["config.alg"]!==undefined)s["Config.Alg"]=i["config.alg"];if(i["metadata"]!==undefined)s["Metadata"]=o.object(i["metadata"]);const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.create({uri:r._uri,method:"post",data:s,headers:a});u=u.then((e=>new NewFactorInstance(c,e,r._solution.serviceSid,r._solution.identity)));u=r._version.setPromiseCallback(u,n);return u};r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.NewFactorListInstance=NewFactorListInstance;class NewFactorInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.entitySid=i.entity_sid;this.identity=i.identity;this.binding=i.binding;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.status=i.status;this.factorType=i.factor_type;this.config=i.config;this.metadata=i.metadata;this.url=i.url}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,entitySid:this.entitySid,identity:this.identity,binding:this.binding,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,status:this.status,factorType:this.factorType,config:this.config,metadata:this.metadata,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NewFactorInstance=NewFactorInstance},44711:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagingConfigurationPage=i.MessagingConfigurationListInstance=i.MessagingConfigurationInstance=i.MessagingConfigurationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessagingConfigurationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'country' is not valid.")}this._solution={serviceSid:i,country:n};this._uri=`/Services/${i}/MessagingConfigurations/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessagingConfigurationInstance(n,e,i._solution.serviceSid,i._solution.country)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["messagingServiceSid"]===null||e["messagingServiceSid"]===undefined){throw new Error("Required parameter \"params['messagingServiceSid']\" missing.")}let n={};n["MessagingServiceSid"]=e["messagingServiceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessagingConfigurationInstance(o,e,r._solution.serviceSid,r._solution.country)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagingConfigurationContextImpl=MessagingConfigurationContextImpl;class MessagingConfigurationInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.country=i.country;this.messagingServiceSid=i.messaging_service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,country:s||this.country}}get _proxy(){this._context=this._context||new MessagingConfigurationContextImpl(this._version,this._solution.serviceSid,this._solution.country);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,country:this.country,messagingServiceSid:this.messagingServiceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagingConfigurationInstance=MessagingConfigurationInstance;function MessagingConfigurationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new MessagingConfigurationContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/MessagingConfigurations`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["country"]===null||i["country"]===undefined){throw new Error("Required parameter \"params['country']\" missing.")}if(i["messagingServiceSid"]===null||i["messagingServiceSid"]===undefined){throw new Error("Required parameter \"params['messagingServiceSid']\" missing.")}let s={};s["Country"]=i["country"];s["MessagingServiceSid"]=i["messagingServiceSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessagingConfigurationInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagingConfigurationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagingConfigurationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessagingConfigurationListInstance=MessagingConfigurationListInstance;class MessagingConfigurationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessagingConfigurationInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagingConfigurationPage=MessagingConfigurationPage},83857:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RateLimitPage=i.RateLimitListInstance=i.RateLimitInstance=i.RateLimitContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(15820);class RateLimitContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/RateLimits/${n}`}get buckets(){this._buckets=this._buckets||(0,f.BucketListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._buckets}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RateLimitInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["description"]!==undefined)n["Description"]=e["description"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RateLimitInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RateLimitContextImpl=RateLimitContextImpl;class RateLimitInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.uniqueName=i.unique_name;this.description=i.description;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RateLimitContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}buckets(){return this._proxy.buckets}toJSON(){return{sid:this.sid,serviceSid:this.serviceSid,accountSid:this.accountSid,uniqueName:this.uniqueName,description:this.description,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RateLimitInstance=RateLimitInstance;function RateLimitListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RateLimitContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/RateLimits`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["description"]!==undefined)s["Description"]=i["description"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RateLimitInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RateLimitPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RateLimitPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RateLimitListInstance=RateLimitListInstance;class RateLimitPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RateLimitInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RateLimitPage=RateLimitPage},15820:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BucketPage=i.BucketListInstance=i.BucketInstance=i.BucketContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BucketContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'rateLimitSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,rateLimitSid:n,sid:s};this._uri=`/Services/${i}/RateLimits/${n}/Buckets/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BucketInstance(n,e,i._solution.serviceSid,i._solution.rateLimitSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["max"]!==undefined)n["Max"]=e["max"];if(e["interval"]!==undefined)n["Interval"]=e["interval"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new BucketInstance(o,e,r._solution.serviceSid,r._solution.rateLimitSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BucketContextImpl=BucketContextImpl;class BucketInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.rateLimitSid=i.rate_limit_sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.max=a.integer(i.max);this.interval=a.integer(i.interval);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,rateLimitSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new BucketContextImpl(this._version,this._solution.serviceSid,this._solution.rateLimitSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,rateLimitSid:this.rateLimitSid,serviceSid:this.serviceSid,accountSid:this.accountSid,max:this.max,interval:this.interval,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BucketInstance=BucketInstance;function BucketListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'rateLimitSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new BucketContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,rateLimitSid:n};instance._uri=`/Services/${i}/RateLimits/${n}/Buckets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["max"]===null||i["max"]===undefined){throw new Error("Required parameter \"params['max']\" missing.")}if(i["interval"]===null||i["interval"]===undefined){throw new Error("Required parameter \"params['interval']\" missing.")}let s={};s["Max"]=i["max"];s["Interval"]=i["interval"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BucketInstance(o,e,instance._solution.serviceSid,instance._solution.rateLimitSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BucketPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BucketPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BucketListInstance=BucketListInstance;class BucketPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BucketInstance(this._version,e,this._solution.serviceSid,this._solution.rateLimitSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BucketPage=BucketPage},40843:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.VerificationListInstance=i.VerificationInstance=i.VerificationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class VerificationContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Verifications/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new VerificationInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new VerificationInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.VerificationContextImpl=VerificationContextImpl;class VerificationInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.to=i.to;this.channel=i.channel;this.status=i.status;this.valid=i.valid;this.lookup=i.lookup;this.amount=i.amount;this.payee=i.payee;this.sendCodeAttempts=i.send_code_attempts;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.sna=i.sna;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new VerificationContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,serviceSid:this.serviceSid,accountSid:this.accountSid,to:this.to,channel:this.channel,status:this.status,valid:this.valid,lookup:this.lookup,amount:this.amount,payee:this.payee,sendCodeAttempts:this.sendCodeAttempts,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sna:this.sna,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.VerificationInstance=VerificationInstance;function VerificationListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new VerificationContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Verifications`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}if(i["channel"]===null||i["channel"]===undefined){throw new Error("Required parameter \"params['channel']\" missing.")}let s={};s["To"]=i["to"];s["Channel"]=i["channel"];if(i["customFriendlyName"]!==undefined)s["CustomFriendlyName"]=i["customFriendlyName"];if(i["customMessage"]!==undefined)s["CustomMessage"]=i["customMessage"];if(i["sendDigits"]!==undefined)s["SendDigits"]=i["sendDigits"];if(i["locale"]!==undefined)s["Locale"]=i["locale"];if(i["customCode"]!==undefined)s["CustomCode"]=i["customCode"];if(i["amount"]!==undefined)s["Amount"]=i["amount"];if(i["payee"]!==undefined)s["Payee"]=i["payee"];if(i["rateLimits"]!==undefined)s["RateLimits"]=o.object(i["rateLimits"]);if(i["channelConfiguration"]!==undefined)s["ChannelConfiguration"]=o.object(i["channelConfiguration"]);if(i["appHash"]!==undefined)s["AppHash"]=i["appHash"];if(i["templateSid"]!==undefined)s["TemplateSid"]=i["templateSid"];if(i["templateCustomSubstitutions"]!==undefined)s["TemplateCustomSubstitutions"]=i["templateCustomSubstitutions"];if(i["deviceIp"]!==undefined)s["DeviceIp"]=i["deviceIp"];if(i["riskCheck"]!==undefined)s["RiskCheck"]=i["riskCheck"];if(i["tags"]!==undefined)s["Tags"]=i["tags"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:instance._uri,method:"post",data:s,headers:r});c=c.then((e=>new VerificationInstance(a,e,instance._solution.serviceSid)));c=instance._version.setPromiseCallback(c,n);return c};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.VerificationListInstance=VerificationListInstance},67609:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.VerificationCheckInstance=i.VerificationCheckListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function VerificationCheckListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const n={};n._version=e;n._solution={serviceSid:i};n._uri=`/Services/${i}/VerificationCheck`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["code"]!==undefined)r["Code"]=i["code"];if(i["to"]!==undefined)r["To"]=i["to"];if(i["verificationSid"]!==undefined)r["VerificationSid"]=i["verificationSid"];if(i["amount"]!==undefined)r["Amount"]=i["amount"];if(i["payee"]!==undefined)r["Payee"]=i["payee"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new VerificationCheckInstance(a,e,n._solution.serviceSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.VerificationCheckListInstance=VerificationCheckListInstance;class VerificationCheckInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.to=i.to;this.channel=i.channel;this.status=i.status;this.valid=i.valid;this.amount=i.amount;this.payee=i.payee;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.snaAttemptsErrorCodes=i.sna_attempts_error_codes}toJSON(){return{sid:this.sid,serviceSid:this.serviceSid,accountSid:this.accountSid,to:this.to,channel:this.channel,status:this.status,valid:this.valid,amount:this.amount,payee:this.payee,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,snaAttemptsErrorCodes:this.snaAttemptsErrorCodes}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.VerificationCheckInstance=VerificationCheckInstance},27240:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Webhooks/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["eventTypes"]!==undefined)n["EventTypes"]=c.map(e["eventTypes"],(e=>e));if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["status"]!==undefined)n["Status"]=e["status"];if(e["version"]!==undefined)n["Version"]=e["version"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.eventTypes=i.event_types;this.status=i.status;this.version=i.version;this.webhookUrl=i.webhook_url;this.webhookMethod=i.webhook_method;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,serviceSid:this.serviceSid,accountSid:this.accountSid,friendlyName:this.friendlyName,eventTypes:this.eventTypes,status:this.status,version:this.version,webhookUrl:this.webhookUrl,webhookMethod:this.webhookMethod,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new WebhookContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["eventTypes"]===null||i["eventTypes"]===undefined){throw new Error("Required parameter \"params['eventTypes']\" missing.")}if(i["webhookUrl"]===null||i["webhookUrl"]===undefined){throw new Error("Required parameter \"params['webhookUrl']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["EventTypes"]=c.map(i["eventTypes"],(e=>e));s["WebhookUrl"]=i["webhookUrl"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["version"]!==undefined)s["Version"]=i["version"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},83993:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TemplatePage=i.TemplateInstance=i.TemplateListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function TemplateListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Templates`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["friendlyName"]!==undefined)r["FriendlyName"]=n["friendlyName"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new TemplatePage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new TemplatePage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.TemplateListInstance=TemplateListInstance;class TemplateInstance{constructor(e,i){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.channels=i.channels;this.translations=i.translations}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,channels:this.channels,translations:this.translations}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TemplateInstance=TemplateInstance;class TemplatePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TemplateInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TemplatePage=TemplatePage},70452:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.VerificationAttemptPage=i.VerificationAttemptListInstance=i.VerificationAttemptInstance=i.VerificationAttemptContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class VerificationAttemptContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Attempts/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new VerificationAttemptInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VerificationAttemptContextImpl=VerificationAttemptContextImpl;class VerificationAttemptInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.verificationSid=i.verification_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.conversionStatus=i.conversion_status;this.channel=i.channel;this.price=i.price;this.channelData=i.channel_data;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new VerificationAttemptContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,verificationSid:this.verificationSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,conversionStatus:this.conversionStatus,channel:this.channel,price:this.price,channelData:this.channelData,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VerificationAttemptInstance=VerificationAttemptInstance;function VerificationAttemptListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new VerificationAttemptContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Attempts`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["channelData.to"]!==undefined)s["ChannelData.To"]=i["channelData.to"];if(i["country"]!==undefined)s["Country"]=i["country"];if(i["channel"]!==undefined)s["Channel"]=i["channel"];if(i["verifyServiceSid"]!==undefined)s["VerifyServiceSid"]=i["verifyServiceSid"];if(i["verificationSid"]!==undefined)s["VerificationSid"]=i["verificationSid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new VerificationAttemptPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new VerificationAttemptPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.VerificationAttemptListInstance=VerificationAttemptListInstance;class VerificationAttemptPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new VerificationAttemptInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VerificationAttemptPage=VerificationAttemptPage},13050:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.VerificationAttemptsSummaryListInstance=i.VerificationAttemptsSummaryInstance=i.VerificationAttemptsSummaryContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class VerificationAttemptsSummaryContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Attempts/Summary`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["verifyServiceSid"]!==undefined)n["VerifyServiceSid"]=e["verifyServiceSid"];if(e["dateCreatedAfter"]!==undefined)n["DateCreatedAfter"]=o.iso8601DateTime(e["dateCreatedAfter"]);if(e["dateCreatedBefore"]!==undefined)n["DateCreatedBefore"]=o.iso8601DateTime(e["dateCreatedBefore"]);if(e["country"]!==undefined)n["Country"]=e["country"];if(e["channel"]!==undefined)n["Channel"]=e["channel"];if(e["destinationPrefix"]!==undefined)n["DestinationPrefix"]=e["destinationPrefix"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new VerificationAttemptsSummaryInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.VerificationAttemptsSummaryContextImpl=VerificationAttemptsSummaryContextImpl;class VerificationAttemptsSummaryInstance{constructor(e,i){this._version=e;this.totalAttempts=r.integer(i.total_attempts);this.totalConverted=r.integer(i.total_converted);this.totalUnconverted=r.integer(i.total_unconverted);this.conversionRatePercentage=i.conversion_rate_percentage;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new VerificationAttemptsSummaryContextImpl(this._version);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{totalAttempts:this.totalAttempts,totalConverted:this.totalConverted,totalUnconverted:this.totalUnconverted,conversionRatePercentage:this.conversionRatePercentage,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.VerificationAttemptsSummaryInstance=VerificationAttemptsSummaryInstance;function VerificationAttemptsSummaryListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new VerificationAttemptsSummaryContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.VerificationAttemptsSummaryListInstance=VerificationAttemptsSummaryListInstance},41933:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(96431);const a=n(51065);const c=n(94633);const u=n(20370);const f=n(46347);const _=n(70641);class V1 extends r.default{constructor(e){super(e,"v1")}get compositions(){this._compositions=this._compositions||(0,o.CompositionListInstance)(this);return this._compositions}get compositionHooks(){this._compositionHooks=this._compositionHooks||(0,a.CompositionHookListInstance)(this);return this._compositionHooks}get compositionSettings(){this._compositionSettings=this._compositionSettings||(0,c.CompositionSettingsListInstance)(this);return this._compositionSettings}get recordings(){this._recordings=this._recordings||(0,u.RecordingListInstance)(this);return this._recordings}get recordingSettings(){this._recordingSettings=this._recordingSettings||(0,f.RecordingSettingsListInstance)(this);return this._recordingSettings}get rooms(){this._rooms=this._rooms||(0,_.RoomListInstance)(this);return this._rooms}}i["default"]=V1},96431:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CompositionPage=i.CompositionListInstance=i.CompositionInstance=i.CompositionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CompositionContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Compositions/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CompositionInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionContextImpl=CompositionContextImpl;class CompositionInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateCompleted=a.iso8601DateTime(i.date_completed);this.dateDeleted=a.iso8601DateTime(i.date_deleted);this.sid=i.sid;this.roomSid=i.room_sid;this.audioSources=i.audio_sources;this.audioSourcesExcluded=i.audio_sources_excluded;this.videoLayout=i.video_layout;this.resolution=i.resolution;this.trim=i.trim;this.format=i.format;this.bitrate=a.integer(i.bitrate);this.size=i.size;this.duration=a.integer(i.duration);this.mediaExternalLocation=i.media_external_location;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CompositionContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,status:this.status,dateCreated:this.dateCreated,dateCompleted:this.dateCompleted,dateDeleted:this.dateDeleted,sid:this.sid,roomSid:this.roomSid,audioSources:this.audioSources,audioSourcesExcluded:this.audioSourcesExcluded,videoLayout:this.videoLayout,resolution:this.resolution,trim:this.trim,format:this.format,bitrate:this.bitrate,size:this.size,duration:this.duration,mediaExternalLocation:this.mediaExternalLocation,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionInstance=CompositionInstance;function CompositionListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CompositionContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Compositions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["roomSid"]===null||i["roomSid"]===undefined){throw new Error("Required parameter \"params['roomSid']\" missing.")}let s={};s["RoomSid"]=i["roomSid"];if(i["videoLayout"]!==undefined)s["VideoLayout"]=c.object(i["videoLayout"]);if(i["audioSources"]!==undefined)s["AudioSources"]=c.map(i["audioSources"],(e=>e));if(i["audioSourcesExcluded"]!==undefined)s["AudioSourcesExcluded"]=c.map(i["audioSourcesExcluded"],(e=>e));if(i["resolution"]!==undefined)s["Resolution"]=i["resolution"];if(i["format"]!==undefined)s["Format"]=i["format"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["trim"]!==undefined)s["Trim"]=c.bool(i["trim"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CompositionInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["roomSid"]!==undefined)s["RoomSid"]=i["roomSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CompositionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CompositionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CompositionListInstance=CompositionListInstance;class CompositionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CompositionInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionPage=CompositionPage},51065:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CompositionHookPage=i.CompositionHookListInstance=i.CompositionHookInstance=i.CompositionHookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CompositionHookContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/CompositionHooks/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CompositionHookInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];if(e["enabled"]!==undefined)n["Enabled"]=c.bool(e["enabled"]);if(e["videoLayout"]!==undefined)n["VideoLayout"]=c.object(e["videoLayout"]);if(e["audioSources"]!==undefined)n["AudioSources"]=c.map(e["audioSources"],(e=>e));if(e["audioSourcesExcluded"]!==undefined)n["AudioSourcesExcluded"]=c.map(e["audioSourcesExcluded"],(e=>e));if(e["trim"]!==undefined)n["Trim"]=c.bool(e["trim"]);if(e["format"]!==undefined)n["Format"]=e["format"];if(e["resolution"]!==undefined)n["Resolution"]=e["resolution"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CompositionHookInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionHookContextImpl=CompositionHookContextImpl;class CompositionHookInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.enabled=i.enabled;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.audioSources=i.audio_sources;this.audioSourcesExcluded=i.audio_sources_excluded;this.videoLayout=i.video_layout;this.resolution=i.resolution;this.trim=i.trim;this.format=i.format;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CompositionHookContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,friendlyName:this.friendlyName,enabled:this.enabled,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,audioSources:this.audioSources,audioSourcesExcluded:this.audioSourcesExcluded,videoLayout:this.videoLayout,resolution:this.resolution,trim:this.trim,format:this.format,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionHookInstance=CompositionHookInstance;function CompositionHookListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CompositionHookContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/CompositionHooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["enabled"]!==undefined)s["Enabled"]=c.bool(i["enabled"]);if(i["videoLayout"]!==undefined)s["VideoLayout"]=c.object(i["videoLayout"]);if(i["audioSources"]!==undefined)s["AudioSources"]=c.map(i["audioSources"],(e=>e));if(i["audioSourcesExcluded"]!==undefined)s["AudioSourcesExcluded"]=c.map(i["audioSourcesExcluded"],(e=>e));if(i["resolution"]!==undefined)s["Resolution"]=i["resolution"];if(i["format"]!==undefined)s["Format"]=i["format"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["trim"]!==undefined)s["Trim"]=c.bool(i["trim"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CompositionHookInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["enabled"]!==undefined)s["Enabled"]=c.bool(i["enabled"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CompositionHookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CompositionHookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CompositionHookListInstance=CompositionHookListInstance;class CompositionHookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CompositionHookInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionHookPage=CompositionHookPage},94633:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.CompositionSettingsListInstance=i.CompositionSettingsInstance=i.CompositionSettingsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class CompositionSettingsContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/CompositionSettings/Default`}create(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];if(e["awsCredentialsSid"]!==undefined)n["AwsCredentialsSid"]=e["awsCredentialsSid"];if(e["encryptionKeySid"]!==undefined)n["EncryptionKeySid"]=e["encryptionKeySid"];if(e["awsS3Url"]!==undefined)n["AwsS3Url"]=e["awsS3Url"];if(e["awsStorageEnabled"]!==undefined)n["AwsStorageEnabled"]=o.bool(e["awsStorageEnabled"]);if(e["encryptionEnabled"]!==undefined)n["EncryptionEnabled"]=o.bool(e["encryptionEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.create({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new CompositionSettingsInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CompositionSettingsInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CompositionSettingsContextImpl=CompositionSettingsContextImpl;class CompositionSettingsInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.awsCredentialsSid=i.aws_credentials_sid;this.awsS3Url=i.aws_s3_url;this.awsStorageEnabled=i.aws_storage_enabled;this.encryptionKeySid=i.encryption_key_sid;this.encryptionEnabled=i.encryption_enabled;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new CompositionSettingsContextImpl(this._version);return this._context}create(e,i){return this._proxy.create(e,i)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,friendlyName:this.friendlyName,awsCredentialsSid:this.awsCredentialsSid,awsS3Url:this.awsS3Url,awsStorageEnabled:this.awsStorageEnabled,encryptionKeySid:this.encryptionKeySid,encryptionEnabled:this.encryptionEnabled,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CompositionSettingsInstance=CompositionSettingsInstance;function CompositionSettingsListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new CompositionSettingsContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.CompositionSettingsListInstance=CompositionSettingsListInstance},20370:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RecordingPage=i.RecordingListInstance=i.RecordingInstance=i.RecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RecordingContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Recordings/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RecordingInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingContextImpl=RecordingContextImpl;class RecordingInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.sid=i.sid;this.sourceSid=i.source_sid;this.size=i.size;this.url=i.url;this.type=i.type;this.duration=a.integer(i.duration);this.containerFormat=i.container_format;this.codec=i.codec;this.groupingSids=i.grouping_sids;this.trackName=i.track_name;this.offset=i.offset;this.mediaExternalLocation=i.media_external_location;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RecordingContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,status:this.status,dateCreated:this.dateCreated,sid:this.sid,sourceSid:this.sourceSid,size:this.size,url:this.url,type:this.type,duration:this.duration,containerFormat:this.containerFormat,codec:this.codec,groupingSids:this.groupingSids,trackName:this.trackName,offset:this.offset,mediaExternalLocation:this.mediaExternalLocation,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingInstance=RecordingInstance;function RecordingListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RecordingContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Recordings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["sourceSid"]!==undefined)s["SourceSid"]=i["sourceSid"];if(i["groupingSid"]!==undefined)s["GroupingSid"]=c.map(i["groupingSid"],(e=>e));if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["mediaType"]!==undefined)s["MediaType"]=i["mediaType"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RecordingListInstance=RecordingListInstance;class RecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RecordingInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingPage=RecordingPage},46347:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.RecordingSettingsListInstance=i.RecordingSettingsInstance=i.RecordingSettingsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class RecordingSettingsContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/RecordingSettings/Default`}create(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];if(e["awsCredentialsSid"]!==undefined)n["AwsCredentialsSid"]=e["awsCredentialsSid"];if(e["encryptionKeySid"]!==undefined)n["EncryptionKeySid"]=e["encryptionKeySid"];if(e["awsS3Url"]!==undefined)n["AwsS3Url"]=e["awsS3Url"];if(e["awsStorageEnabled"]!==undefined)n["AwsStorageEnabled"]=o.bool(e["awsStorageEnabled"]);if(e["encryptionEnabled"]!==undefined)n["EncryptionEnabled"]=o.bool(e["encryptionEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.create({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new RecordingSettingsInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RecordingSettingsInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RecordingSettingsContextImpl=RecordingSettingsContextImpl;class RecordingSettingsInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.awsCredentialsSid=i.aws_credentials_sid;this.awsS3Url=i.aws_s3_url;this.awsStorageEnabled=i.aws_storage_enabled;this.encryptionKeySid=i.encryption_key_sid;this.encryptionEnabled=i.encryption_enabled;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new RecordingSettingsContextImpl(this._version);return this._context}create(e,i){return this._proxy.create(e,i)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,friendlyName:this.friendlyName,awsCredentialsSid:this.awsCredentialsSid,awsS3Url:this.awsS3Url,awsStorageEnabled:this.awsStorageEnabled,encryptionKeySid:this.encryptionKeySid,encryptionEnabled:this.encryptionEnabled,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RecordingSettingsInstance=RecordingSettingsInstance;function RecordingSettingsListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new RecordingSettingsContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.RecordingSettingsListInstance=RecordingSettingsListInstance},70641:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RoomPage=i.RoomListInstance=i.RoomInstance=i.RoomContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(86957);const _=n(63370);const g=n(50797);class RoomContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Rooms/${i}`}get participants(){this._participants=this._participants||(0,f.ParticipantListInstance)(this._version,this._solution.sid);return this._participants}get recordingRules(){this._recordingRules=this._recordingRules||(0,_.RecordingRulesListInstance)(this._version,this._solution.sid);return this._recordingRules}get recordings(){this._recordings=this._recordings||(0,g.RoomRecordingListInstance)(this._version,this._solution.sid);return this._recordings}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoomInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoomInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomContextImpl=RoomContextImpl;class RoomInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.accountSid=i.account_sid;this.enableTurn=i.enable_turn;this.uniqueName=i.unique_name;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.endTime=a.iso8601DateTime(i.end_time);this.duration=a.integer(i.duration);this.type=i.type;this.maxParticipants=a.integer(i.max_participants);this.maxParticipantDuration=a.integer(i.max_participant_duration);this.maxConcurrentPublishedTracks=a.integer(i.max_concurrent_published_tracks);this.recordParticipantsOnConnect=i.record_participants_on_connect;this.videoCodecs=i.video_codecs;this.mediaRegion=i.media_region;this.audioOnly=i.audio_only;this.emptyRoomTimeout=a.integer(i.empty_room_timeout);this.unusedRoomTimeout=a.integer(i.unused_room_timeout);this.largeRoom=i.large_room;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RoomContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}participants(){return this._proxy.participants}recordingRules(){return this._proxy.recordingRules}recordings(){return this._proxy.recordings}toJSON(){return{sid:this.sid,status:this.status,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,accountSid:this.accountSid,enableTurn:this.enableTurn,uniqueName:this.uniqueName,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,endTime:this.endTime,duration:this.duration,type:this.type,maxParticipants:this.maxParticipants,maxParticipantDuration:this.maxParticipantDuration,maxConcurrentPublishedTracks:this.maxConcurrentPublishedTracks,recordParticipantsOnConnect:this.recordParticipantsOnConnect,videoCodecs:this.videoCodecs,mediaRegion:this.mediaRegion,audioOnly:this.audioOnly,emptyRoomTimeout:this.emptyRoomTimeout,unusedRoomTimeout:this.unusedRoomTimeout,largeRoom:this.largeRoom,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomInstance=RoomInstance;function RoomListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RoomContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Rooms`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["enableTurn"]!==undefined)s["EnableTurn"]=c.bool(i["enableTurn"]);if(i["type"]!==undefined)s["Type"]=i["type"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["maxParticipants"]!==undefined)s["MaxParticipants"]=i["maxParticipants"];if(i["recordParticipantsOnConnect"]!==undefined)s["RecordParticipantsOnConnect"]=c.bool(i["recordParticipantsOnConnect"]);if(i["videoCodecs"]!==undefined)s["VideoCodecs"]=c.map(i["videoCodecs"],(e=>e));if(i["mediaRegion"]!==undefined)s["MediaRegion"]=i["mediaRegion"];if(i["recordingRules"]!==undefined)s["RecordingRules"]=c.object(i["recordingRules"]);if(i["audioOnly"]!==undefined)s["AudioOnly"]=c.bool(i["audioOnly"]);if(i["maxParticipantDuration"]!==undefined)s["MaxParticipantDuration"]=i["maxParticipantDuration"];if(i["emptyRoomTimeout"]!==undefined)s["EmptyRoomTimeout"]=i["emptyRoomTimeout"];if(i["unusedRoomTimeout"]!==undefined)s["UnusedRoomTimeout"]=i["unusedRoomTimeout"];if(i["largeRoom"]!==undefined)s["LargeRoom"]=c.bool(i["largeRoom"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoomInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RoomPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RoomPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoomListInstance=RoomListInstance;class RoomPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoomInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomPage=RoomPage},86957:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(28241);const _=n(29913);const g=n(62151);const v=n(1672);class ParticipantContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={roomSid:i,sid:n};this._uri=`/Rooms/${i}/Participants/${n}`}get anonymize(){this._anonymize=this._anonymize||(0,f.AnonymizeListInstance)(this._version,this._solution.roomSid,this._solution.sid);return this._anonymize}get publishedTracks(){this._publishedTracks=this._publishedTracks||(0,_.PublishedTrackListInstance)(this._version,this._solution.roomSid,this._solution.sid);return this._publishedTracks}get subscribeRules(){this._subscribeRules=this._subscribeRules||(0,g.SubscribeRulesListInstance)(this._version,this._solution.roomSid,this._solution.sid);return this._subscribeRules}get subscribedTracks(){this._subscribedTracks=this._subscribedTracks||(0,v.SubscribedTrackListInstance)(this._version,this._solution.roomSid,this._solution.sid);return this._subscribedTracks}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.roomSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ParticipantInstance(o,e,r._solution.roomSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.roomSid=i.room_sid;this.accountSid=i.account_sid;this.status=i.status;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.startTime=a.iso8601DateTime(i.start_time);this.endTime=a.iso8601DateTime(i.end_time);this.duration=a.integer(i.duration);this.url=i.url;this.links=i.links;this._solution={roomSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.roomSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}anonymize(){return this._proxy.anonymize}publishedTracks(){return this._proxy.publishedTracks}subscribeRules(){return this._proxy.subscribeRules}subscribedTracks(){return this._proxy.subscribedTracks}toJSON(){return{sid:this.sid,roomSid:this.roomSid,accountSid:this.accountSid,status:this.status,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,startTime:this.startTime,endTime:this.endTime,duration:this.duration,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ParticipantContextImpl(e,i,n)};instance._version=e;instance._solution={roomSid:i};instance._uri=`/Rooms/${i}/Participants`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["identity"]!==undefined)s["Identity"]=i["identity"];if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.roomSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},28241:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AnonymizeListInstance=i.AnonymizeInstance=i.AnonymizeContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class AnonymizeContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={roomSid:i,sid:n};this._uri=`/Rooms/${i}/Participants/${n}/Anonymize`}update(e){const i=this;let n=i._version,s=n.update({uri:i._uri,method:"post"});s=s.then((e=>new AnonymizeInstance(n,e,i._solution.roomSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AnonymizeContextImpl=AnonymizeContextImpl;class AnonymizeInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.roomSid=i.room_sid;this.accountSid=i.account_sid;this.status=i.status;this.identity=i.identity;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.duration=r.integer(i.duration);this.url=i.url;this._solution={roomSid:n,sid:s}}get _proxy(){this._context=this._context||new AnonymizeContextImpl(this._version,this._solution.roomSid,this._solution.sid);return this._context}update(e){return this._proxy.update(e)}toJSON(){return{sid:this.sid,roomSid:this.roomSid,accountSid:this.accountSid,status:this.status,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,startTime:this.startTime,endTime:this.endTime,duration:this.duration,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AnonymizeInstance=AnonymizeInstance;function AnonymizeListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new AnonymizeContextImpl(e,i,n)};instance._version=e;instance._solution={roomSid:i,sid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AnonymizeListInstance=AnonymizeListInstance},29913:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PublishedTrackPage=i.PublishedTrackListInstance=i.PublishedTrackInstance=i.PublishedTrackContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PublishedTrackContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={roomSid:i,participantSid:n,sid:s};this._uri=`/Rooms/${i}/Participants/${n}/PublishedTracks/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PublishedTrackInstance(n,e,i._solution.roomSid,i._solution.participantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublishedTrackContextImpl=PublishedTrackContextImpl;class PublishedTrackInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.participantSid=i.participant_sid;this.roomSid=i.room_sid;this.name=i.name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.enabled=i.enabled;this.kind=i.kind;this.url=i.url;this._solution={roomSid:n,participantSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new PublishedTrackContextImpl(this._version,this._solution.roomSid,this._solution.participantSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,participantSid:this.participantSid,roomSid:this.roomSid,name:this.name,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,enabled:this.enabled,kind:this.kind,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublishedTrackInstance=PublishedTrackInstance;function PublishedTrackListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new PublishedTrackContextImpl(e,i,n,s)};instance._version=e;instance._solution={roomSid:i,participantSid:n};instance._uri=`/Rooms/${i}/Participants/${n}/PublishedTracks`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PublishedTrackPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PublishedTrackPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PublishedTrackListInstance=PublishedTrackListInstance;class PublishedTrackPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PublishedTrackInstance(this._version,e,this._solution.roomSid,this._solution.participantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublishedTrackPage=PublishedTrackPage},62151:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SubscribeRulesInstance=i.SubscribeRulesListInstance=i.VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules{}i.VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules=VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules;function SubscribeRulesListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}const r={};r._version=e;r._solution={roomSid:i,participantSid:n};r._uri=`/Rooms/${i}/Participants/${n}/SubscribeRules`;r.fetch=function fetch(i){let n=e,s=n.fetch({uri:r._uri,method:"get"});s=s.then((e=>new SubscribeRulesInstance(n,e,r._solution.roomSid,r._solution.participantSid)));s=r._version.setPromiseCallback(s,i);return s};r.update=function update(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["rules"]!==undefined)s["Rules"]=o.object(i["rules"]);const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.update({uri:r._uri,method:"post",data:s,headers:a});u=u.then((e=>new SubscribeRulesInstance(c,e,r._solution.roomSid,r._solution.participantSid)));u=r._version.setPromiseCallback(u,n);return u};r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.SubscribeRulesListInstance=SubscribeRulesListInstance;class SubscribeRulesInstance{constructor(e,i,n,s){this._version=e;this.participantSid=i.participant_sid;this.roomSid=i.room_sid;this.rules=i.rules;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated)}toJSON(){return{participantSid:this.participantSid,roomSid:this.roomSid,rules:this.rules,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SubscribeRulesInstance=SubscribeRulesInstance},1672:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SubscribedTrackPage=i.SubscribedTrackListInstance=i.SubscribedTrackInstance=i.SubscribedTrackContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SubscribedTrackContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={roomSid:i,participantSid:n,sid:s};this._uri=`/Rooms/${i}/Participants/${n}/SubscribedTracks/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SubscribedTrackInstance(n,e,i._solution.roomSid,i._solution.participantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedTrackContextImpl=SubscribedTrackContextImpl;class SubscribedTrackInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.participantSid=i.participant_sid;this.publisherSid=i.publisher_sid;this.roomSid=i.room_sid;this.name=i.name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.enabled=i.enabled;this.kind=i.kind;this.url=i.url;this._solution={roomSid:n,participantSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new SubscribedTrackContextImpl(this._version,this._solution.roomSid,this._solution.participantSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,participantSid:this.participantSid,publisherSid:this.publisherSid,roomSid:this.roomSid,name:this.name,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,enabled:this.enabled,kind:this.kind,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedTrackInstance=SubscribedTrackInstance;function SubscribedTrackListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SubscribedTrackContextImpl(e,i,n,s)};instance._version=e;instance._solution={roomSid:i,participantSid:n};instance._uri=`/Rooms/${i}/Participants/${n}/SubscribedTracks`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SubscribedTrackPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SubscribedTrackPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SubscribedTrackListInstance=SubscribedTrackListInstance;class SubscribedTrackPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SubscribedTrackInstance(this._version,e,this._solution.roomSid,this._solution.participantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedTrackPage=SubscribedTrackPage},63370:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.RecordingRulesInstance=i.RecordingRulesListInstance=i.VideoV1RoomRoomRecordingRuleRules=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class VideoV1RoomRoomRecordingRuleRules{}i.VideoV1RoomRoomRecordingRuleRules=VideoV1RoomRoomRecordingRuleRules;function RecordingRulesListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}const n={};n._version=e;n._solution={roomSid:i};n._uri=`/Rooms/${i}/RecordingRules`;n.fetch=function fetch(i){let s=e,r=s.fetch({uri:n._uri,method:"get"});r=r.then((e=>new RecordingRulesInstance(s,e,n._solution.roomSid)));r=n._version.setPromiseCallback(r,i);return r};n.update=function update(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["rules"]!==undefined)r["Rules"]=o.object(i["rules"]);const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.update({uri:n._uri,method:"post",data:r,headers:a});u=u.then((e=>new RecordingRulesInstance(c,e,n._solution.roomSid)));u=n._version.setPromiseCallback(u,s);return u};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.RecordingRulesListInstance=RecordingRulesListInstance;class RecordingRulesInstance{constructor(e,i,n){this._version=e;this.roomSid=i.room_sid;this.rules=i.rules;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated)}toJSON(){return{roomSid:this.roomSid,rules:this.rules,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RecordingRulesInstance=RecordingRulesInstance},50797:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RoomRecordingPage=i.RoomRecordingListInstance=i.RoomRecordingInstance=i.RoomRecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoomRecordingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={roomSid:i,sid:n};this._uri=`/Rooms/${i}/Recordings/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoomRecordingInstance(n,e,i._solution.roomSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomRecordingContextImpl=RoomRecordingContextImpl;class RoomRecordingInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.sid=i.sid;this.sourceSid=i.source_sid;this.size=i.size;this.url=i.url;this.type=i.type;this.duration=a.integer(i.duration);this.containerFormat=i.container_format;this.codec=i.codec;this.groupingSids=i.grouping_sids;this.trackName=i.track_name;this.offset=i.offset;this.mediaExternalLocation=i.media_external_location;this.roomSid=i.room_sid;this.links=i.links;this._solution={roomSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoomRecordingContextImpl(this._version,this._solution.roomSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,status:this.status,dateCreated:this.dateCreated,sid:this.sid,sourceSid:this.sourceSid,size:this.size,url:this.url,type:this.type,duration:this.duration,containerFormat:this.containerFormat,codec:this.codec,groupingSids:this.groupingSids,trackName:this.trackName,offset:this.offset,mediaExternalLocation:this.mediaExternalLocation,roomSid:this.roomSid,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomRecordingInstance=RoomRecordingInstance;function RoomRecordingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoomRecordingContextImpl(e,i,n)};instance._version=e;instance._solution={roomSid:i};instance._uri=`/Rooms/${i}/Recordings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["sourceSid"]!==undefined)s["SourceSid"]=i["sourceSid"];if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RoomRecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RoomRecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoomRecordingListInstance=RoomRecordingListInstance;class RoomRecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoomRecordingInstance(this._version,e,this._solution.roomSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomRecordingPage=RoomRecordingPage},24691:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(61196);const a=n(47834);const c=n(33262);const u=n(20813);const f=n(21254);const _=n(1900);class V1 extends r.default{constructor(e){super(e,"v1")}get archivedCalls(){this._archivedCalls=this._archivedCalls||(0,o.ArchivedCallListInstance)(this);return this._archivedCalls}get byocTrunks(){this._byocTrunks=this._byocTrunks||(0,a.ByocTrunkListInstance)(this);return this._byocTrunks}get connectionPolicies(){this._connectionPolicies=this._connectionPolicies||(0,c.ConnectionPolicyListInstance)(this);return this._connectionPolicies}get dialingPermissions(){this._dialingPermissions=this._dialingPermissions||(0,u.DialingPermissionsListInstance)(this);return this._dialingPermissions}get ipRecords(){this._ipRecords=this._ipRecords||(0,f.IpRecordListInstance)(this);return this._ipRecords}get sourceIpMappings(){this._sourceIpMappings=this._sourceIpMappings||(0,_.SourceIpMappingListInstance)(this);return this._sourceIpMappings}}i["default"]=V1},61196:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ArchivedCallListInstance=i.ArchivedCallContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ArchivedCallContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'date' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={date:i,sid:n};this._uri=`/Archives/${i}/Calls/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ArchivedCallContextImpl=ArchivedCallContextImpl;function ArchivedCallListInstance(e){const instance=(e,i)=>instance.get(e,i);instance.get=function get(i,n){return new ArchivedCallContextImpl(e,i,n)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ArchivedCallListInstance=ArchivedCallListInstance},47834:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ByocTrunkPage=i.ByocTrunkListInstance=i.ByocTrunkInstance=i.ByocTrunkContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ByocTrunkContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/ByocTrunks/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ByocTrunkInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["statusCallbackUrl"]!==undefined)n["StatusCallbackUrl"]=e["statusCallbackUrl"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["cnamLookupEnabled"]!==undefined)n["CnamLookupEnabled"]=c.bool(e["cnamLookupEnabled"]);if(e["connectionPolicySid"]!==undefined)n["ConnectionPolicySid"]=e["connectionPolicySid"];if(e["fromDomainSid"]!==undefined)n["FromDomainSid"]=e["fromDomainSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ByocTrunkInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ByocTrunkContextImpl=ByocTrunkContextImpl;class ByocTrunkInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.voiceUrl=i.voice_url;this.voiceMethod=i.voice_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceFallbackMethod=i.voice_fallback_method;this.statusCallbackUrl=i.status_callback_url;this.statusCallbackMethod=i.status_callback_method;this.cnamLookupEnabled=i.cnam_lookup_enabled;this.connectionPolicySid=i.connection_policy_sid;this.fromDomainSid=i.from_domain_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ByocTrunkContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,friendlyName:this.friendlyName,voiceUrl:this.voiceUrl,voiceMethod:this.voiceMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceFallbackMethod:this.voiceFallbackMethod,statusCallbackUrl:this.statusCallbackUrl,statusCallbackMethod:this.statusCallbackMethod,cnamLookupEnabled:this.cnamLookupEnabled,connectionPolicySid:this.connectionPolicySid,fromDomainSid:this.fromDomainSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ByocTrunkInstance=ByocTrunkInstance;function ByocTrunkListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ByocTrunkContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/ByocTrunks`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["voiceUrl"]!==undefined)s["VoiceUrl"]=i["voiceUrl"];if(i["voiceMethod"]!==undefined)s["VoiceMethod"]=i["voiceMethod"];if(i["voiceFallbackUrl"]!==undefined)s["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceFallbackMethod"]!==undefined)s["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["statusCallbackUrl"]!==undefined)s["StatusCallbackUrl"]=i["statusCallbackUrl"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["cnamLookupEnabled"]!==undefined)s["CnamLookupEnabled"]=c.bool(i["cnamLookupEnabled"]);if(i["connectionPolicySid"]!==undefined)s["ConnectionPolicySid"]=i["connectionPolicySid"];if(i["fromDomainSid"]!==undefined)s["FromDomainSid"]=i["fromDomainSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ByocTrunkInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ByocTrunkPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ByocTrunkPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ByocTrunkListInstance=ByocTrunkListInstance;class ByocTrunkPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ByocTrunkInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ByocTrunkPage=ByocTrunkPage},33262:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConnectionPolicyPage=i.ConnectionPolicyListInstance=i.ConnectionPolicyInstance=i.ConnectionPolicyContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(50473);class ConnectionPolicyContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/ConnectionPolicies/${i}`}get targets(){this._targets=this._targets||(0,f.ConnectionPolicyTargetListInstance)(this._version,this._solution.sid);return this._targets}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConnectionPolicyInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConnectionPolicyInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyContextImpl=ConnectionPolicyContextImpl;class ConnectionPolicyInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ConnectionPolicyContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}targets(){return this._proxy.targets}toJSON(){return{accountSid:this.accountSid,sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyInstance=ConnectionPolicyInstance;function ConnectionPolicyListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ConnectionPolicyContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/ConnectionPolicies`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ConnectionPolicyInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConnectionPolicyPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConnectionPolicyPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConnectionPolicyListInstance=ConnectionPolicyListInstance;class ConnectionPolicyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConnectionPolicyInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyPage=ConnectionPolicyPage},50473:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConnectionPolicyTargetPage=i.ConnectionPolicyTargetListInstance=i.ConnectionPolicyTargetInstance=i.ConnectionPolicyTargetContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ConnectionPolicyTargetContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'connectionPolicySid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={connectionPolicySid:i,sid:n};this._uri=`/ConnectionPolicies/${i}/Targets/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConnectionPolicyTargetInstance(n,e,i._solution.connectionPolicySid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["target"]!==undefined)n["Target"]=e["target"];if(e["priority"]!==undefined)n["Priority"]=e["priority"];if(e["weight"]!==undefined)n["Weight"]=e["weight"];if(e["enabled"]!==undefined)n["Enabled"]=c.bool(e["enabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConnectionPolicyTargetInstance(o,e,r._solution.connectionPolicySid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyTargetContextImpl=ConnectionPolicyTargetContextImpl;class ConnectionPolicyTargetInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.connectionPolicySid=i.connection_policy_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.target=i.target;this.priority=a.integer(i.priority);this.weight=a.integer(i.weight);this.enabled=i.enabled;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={connectionPolicySid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ConnectionPolicyTargetContextImpl(this._version,this._solution.connectionPolicySid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,connectionPolicySid:this.connectionPolicySid,sid:this.sid,friendlyName:this.friendlyName,target:this.target,priority:this.priority,weight:this.weight,enabled:this.enabled,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyTargetInstance=ConnectionPolicyTargetInstance;function ConnectionPolicyTargetListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'connectionPolicySid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ConnectionPolicyTargetContextImpl(e,i,n)};instance._version=e;instance._solution={connectionPolicySid:i};instance._uri=`/ConnectionPolicies/${i}/Targets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["target"]===null||i["target"]===undefined){throw new Error("Required parameter \"params['target']\" missing.")}let s={};s["Target"]=i["target"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["priority"]!==undefined)s["Priority"]=i["priority"];if(i["weight"]!==undefined)s["Weight"]=i["weight"];if(i["enabled"]!==undefined)s["Enabled"]=c.bool(i["enabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ConnectionPolicyTargetInstance(o,e,instance._solution.connectionPolicySid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConnectionPolicyTargetPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConnectionPolicyTargetPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConnectionPolicyTargetListInstance=ConnectionPolicyTargetListInstance;class ConnectionPolicyTargetPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConnectionPolicyTargetInstance(this._version,e,this._solution.connectionPolicySid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyTargetPage=ConnectionPolicyTargetPage},20813:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DialingPermissionsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(97584);const c=n(78266);const u=n(64488);function DialingPermissionsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/DialingPermissions`;Object.defineProperty(i,"bulkCountryUpdates",{get:function bulkCountryUpdates(){if(!i._bulkCountryUpdates){i._bulkCountryUpdates=(0,a.BulkCountryUpdateListInstance)(i._version)}return i._bulkCountryUpdates}});Object.defineProperty(i,"countries",{get:function countries(){if(!i._countries){i._countries=(0,c.CountryListInstance)(i._version)}return i._countries}});Object.defineProperty(i,"settings",{get:function settings(){if(!i._settings){i._settings=(0,u.SettingsListInstance)(i._version)}return i._settings}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.DialingPermissionsListInstance=DialingPermissionsListInstance},97584:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BulkCountryUpdateInstance=i.BulkCountryUpdateListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function BulkCountryUpdateListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/DialingPermissions/BulkCountryUpdates`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["updateRequest"]===null||n["updateRequest"]===undefined){throw new Error("Required parameter \"params['updateRequest']\" missing.")}let r={};r["UpdateRequest"]=n["updateRequest"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new BulkCountryUpdateInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.BulkCountryUpdateListInstance=BulkCountryUpdateListInstance;class BulkCountryUpdateInstance{constructor(e,i){this._version=e;this.updateCount=r.integer(i.update_count);this.updateRequest=i.update_request}toJSON(){return{updateCount:this.updateCount,updateRequest:this.updateRequest}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BulkCountryUpdateInstance=BulkCountryUpdateInstance},78266:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(4071);class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCode' is not valid.")}this._solution={isoCode:i};this._uri=`/DialingPermissions/Countries/${i}`}get highriskSpecialPrefixes(){this._highriskSpecialPrefixes=this._highriskSpecialPrefixes||(0,f.HighriskSpecialPrefixListInstance)(this._version,this._solution.isoCode);return this._highriskSpecialPrefixes}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCode)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.isoCode=i.iso_code;this.name=i.name;this.continent=i.continent;this.countryCodes=i.country_codes;this.lowRiskNumbersEnabled=i.low_risk_numbers_enabled;this.highRiskSpecialNumbersEnabled=i.high_risk_special_numbers_enabled;this.highRiskTollfraudNumbersEnabled=i.high_risk_tollfraud_numbers_enabled;this.url=i.url;this.links=i.links;this._solution={isoCode:n||this.isoCode}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCode);return this._context}fetch(e){return this._proxy.fetch(e)}highriskSpecialPrefixes(){return this._proxy.highriskSpecialPrefixes}toJSON(){return{isoCode:this.isoCode,name:this.name,continent:this.continent,countryCodes:this.countryCodes,lowRiskNumbersEnabled:this.lowRiskNumbersEnabled,highRiskSpecialNumbersEnabled:this.highRiskSpecialNumbersEnabled,highRiskTollfraudNumbersEnabled:this.highRiskTollfraudNumbersEnabled,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/DialingPermissions/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["isoCode"]!==undefined)s["IsoCode"]=i["isoCode"];if(i["continent"]!==undefined)s["Continent"]=i["continent"];if(i["countryCode"]!==undefined)s["CountryCode"]=i["countryCode"];if(i["lowRiskNumbersEnabled"]!==undefined)s["LowRiskNumbersEnabled"]=c.bool(i["lowRiskNumbersEnabled"]);if(i["highRiskSpecialNumbersEnabled"]!==undefined)s["HighRiskSpecialNumbersEnabled"]=c.bool(i["highRiskSpecialNumbersEnabled"]);if(i["highRiskTollfraudNumbersEnabled"]!==undefined)s["HighRiskTollfraudNumbersEnabled"]=c.bool(i["highRiskTollfraudNumbersEnabled"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},4071:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.HighriskSpecialPrefixPage=i.HighriskSpecialPrefixInstance=i.HighriskSpecialPrefixListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function HighriskSpecialPrefixListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCode' is not valid.")}const n={};n._version=e;n._solution={isoCode:i};n._uri=`/DialingPermissions/Countries/${i}/HighRiskSpecialPrefixes`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new HighriskSpecialPrefixPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new HighriskSpecialPrefixPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.HighriskSpecialPrefixListInstance=HighriskSpecialPrefixListInstance;class HighriskSpecialPrefixInstance{constructor(e,i,n){this._version=e;this.prefix=i.prefix}toJSON(){return{prefix:this.prefix}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HighriskSpecialPrefixInstance=HighriskSpecialPrefixInstance;class HighriskSpecialPrefixPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new HighriskSpecialPrefixInstance(this._version,e,this._solution.isoCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HighriskSpecialPrefixPage=HighriskSpecialPrefixPage},64488:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SettingsListInstance=i.SettingsInstance=i.SettingsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class SettingsContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Settings`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SettingsInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["dialingPermissionsInheritance"]!==undefined)n["DialingPermissionsInheritance"]=o.bool(e["dialingPermissionsInheritance"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new SettingsInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SettingsContextImpl=SettingsContextImpl;class SettingsInstance{constructor(e,i){this._version=e;this.dialingPermissionsInheritance=i.dialing_permissions_inheritance;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new SettingsContextImpl(this._version);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{dialingPermissionsInheritance:this.dialingPermissionsInheritance,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SettingsInstance=SettingsInstance;function SettingsListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new SettingsContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SettingsListInstance=SettingsListInstance},21254:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpRecordPage=i.IpRecordListInstance=i.IpRecordInstance=i.IpRecordContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class IpRecordContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/IpRecords/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpRecordInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new IpRecordInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpRecordContextImpl=IpRecordContextImpl;class IpRecordInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.ipAddress=i.ip_address;this.cidrPrefixLength=a.integer(i.cidr_prefix_length);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new IpRecordContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,friendlyName:this.friendlyName,ipAddress:this.ipAddress,cidrPrefixLength:this.cidrPrefixLength,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpRecordInstance=IpRecordInstance;function IpRecordListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new IpRecordContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/IpRecords`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["ipAddress"]===null||i["ipAddress"]===undefined){throw new Error("Required parameter \"params['ipAddress']\" missing.")}let s={};s["IpAddress"]=i["ipAddress"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["cidrPrefixLength"]!==undefined)s["CidrPrefixLength"]=i["cidrPrefixLength"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpRecordInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpRecordPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpRecordPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpRecordListInstance=IpRecordListInstance;class IpRecordPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpRecordInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpRecordPage=IpRecordPage},1900:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SourceIpMappingPage=i.SourceIpMappingListInstance=i.SourceIpMappingInstance=i.SourceIpMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SourceIpMappingContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/SourceIpMappings/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SourceIpMappingInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["sipDomainSid"]===null||e["sipDomainSid"]===undefined){throw new Error("Required parameter \"params['sipDomainSid']\" missing.")}let n={};n["SipDomainSid"]=e["sipDomainSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SourceIpMappingInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SourceIpMappingContextImpl=SourceIpMappingContextImpl;class SourceIpMappingInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.ipRecordSid=i.ip_record_sid;this.sipDomainSid=i.sip_domain_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SourceIpMappingContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,ipRecordSid:this.ipRecordSid,sipDomainSid:this.sipDomainSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SourceIpMappingInstance=SourceIpMappingInstance;function SourceIpMappingListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SourceIpMappingContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/SourceIpMappings`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["ipRecordSid"]===null||i["ipRecordSid"]===undefined){throw new Error("Required parameter \"params['ipRecordSid']\" missing.")}if(i["sipDomainSid"]===null||i["sipDomainSid"]===undefined){throw new Error("Required parameter \"params['sipDomainSid']\" missing.")}let s={};s["IpRecordSid"]=i["ipRecordSid"];s["SipDomainSid"]=i["sipDomainSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SourceIpMappingInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SourceIpMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SourceIpMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SourceIpMappingListInstance=SourceIpMappingListInstance;class SourceIpMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SourceIpMappingInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SourceIpMappingPage=SourceIpMappingPage},57415:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(24495);const a=n(59059);const c=n(4131);const u=n(32878);class V1 extends r.default{constructor(e){super(e,"v1")}get commands(){this._commands=this._commands||(0,o.CommandListInstance)(this);return this._commands}get ratePlans(){this._ratePlans=this._ratePlans||(0,a.RatePlanListInstance)(this);return this._ratePlans}get sims(){this._sims=this._sims||(0,c.SimListInstance)(this);return this._sims}get usageRecords(){this._usageRecords=this._usageRecords||(0,u.UsageRecordListInstance)(this);return this._usageRecords}}i["default"]=V1},24495:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CommandPage=i.CommandListInstance=i.CommandInstance=i.CommandContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CommandContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Commands/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CommandInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandContextImpl=CommandContextImpl;class CommandInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.simSid=i.sim_sid;this.command=i.command;this.commandMode=i.command_mode;this.transport=i.transport;this.deliveryReceiptRequested=i.delivery_receipt_requested;this.status=i.status;this.direction=i.direction;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CommandContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,simSid:this.simSid,command:this.command,commandMode:this.commandMode,transport:this.transport,deliveryReceiptRequested:this.deliveryReceiptRequested,status:this.status,direction:this.direction,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandInstance=CommandInstance;function CommandListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CommandContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Commands`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["command"]===null||i["command"]===undefined){throw new Error("Required parameter \"params['command']\" missing.")}let s={};s["Command"]=i["command"];if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["commandMode"]!==undefined)s["CommandMode"]=i["commandMode"];if(i["includeSid"]!==undefined)s["IncludeSid"]=i["includeSid"];if(i["deliveryReceiptRequested"]!==undefined)s["DeliveryReceiptRequested"]=c.bool(i["deliveryReceiptRequested"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CommandInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["direction"]!==undefined)s["Direction"]=i["direction"];if(i["transport"]!==undefined)s["Transport"]=i["transport"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CommandPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CommandPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CommandListInstance=CommandListInstance;class CommandPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CommandInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandPage=CommandPage},59059:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RatePlanPage=i.RatePlanListInstance=i.RatePlanInstance=i.RatePlanContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RatePlanContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RatePlans/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RatePlanInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RatePlanInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanContextImpl=RatePlanContextImpl;class RatePlanInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dataEnabled=i.data_enabled;this.dataMetering=i.data_metering;this.dataLimit=a.integer(i.data_limit);this.messagingEnabled=i.messaging_enabled;this.voiceEnabled=i.voice_enabled;this.nationalRoamingEnabled=i.national_roaming_enabled;this.nationalRoamingDataLimit=a.integer(i.national_roaming_data_limit);this.internationalRoaming=i.international_roaming;this.internationalRoamingDataLimit=a.integer(i.international_roaming_data_limit);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RatePlanContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,friendlyName:this.friendlyName,dataEnabled:this.dataEnabled,dataMetering:this.dataMetering,dataLimit:this.dataLimit,messagingEnabled:this.messagingEnabled,voiceEnabled:this.voiceEnabled,nationalRoamingEnabled:this.nationalRoamingEnabled,nationalRoamingDataLimit:this.nationalRoamingDataLimit,internationalRoaming:this.internationalRoaming,internationalRoamingDataLimit:this.internationalRoamingDataLimit,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanInstance=RatePlanInstance;function RatePlanListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RatePlanContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RatePlans`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["dataEnabled"]!==undefined)s["DataEnabled"]=c.bool(i["dataEnabled"]);if(i["dataLimit"]!==undefined)s["DataLimit"]=i["dataLimit"];if(i["dataMetering"]!==undefined)s["DataMetering"]=i["dataMetering"];if(i["messagingEnabled"]!==undefined)s["MessagingEnabled"]=c.bool(i["messagingEnabled"]);if(i["voiceEnabled"]!==undefined)s["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["nationalRoamingEnabled"]!==undefined)s["NationalRoamingEnabled"]=c.bool(i["nationalRoamingEnabled"]);if(i["internationalRoaming"]!==undefined)s["InternationalRoaming"]=c.map(i["internationalRoaming"],(e=>e));if(i["nationalRoamingDataLimit"]!==undefined)s["NationalRoamingDataLimit"]=i["nationalRoamingDataLimit"];if(i["internationalRoamingDataLimit"]!==undefined)s["InternationalRoamingDataLimit"]=i["internationalRoamingDataLimit"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RatePlanInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RatePlanPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RatePlanPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RatePlanListInstance=RatePlanListInstance;class RatePlanPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RatePlanInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanPage=RatePlanPage},4131:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SimPage=i.SimListInstance=i.SimInstance=i.SimContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(48120);const _=n(89630);class SimContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Sims/${i}`}get dataSessions(){this._dataSessions=this._dataSessions||(0,f.DataSessionListInstance)(this._version,this._solution.sid);return this._dataSessions}get usageRecords(){this._usageRecords=this._usageRecords||(0,_.UsageRecordListInstance)(this._version,this._solution.sid);return this._usageRecords}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SimInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["callbackMethod"]!==undefined)n["CallbackMethod"]=e["callbackMethod"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["ratePlan"]!==undefined)n["RatePlan"]=e["ratePlan"];if(e["status"]!==undefined)n["Status"]=e["status"];if(e["commandsCallbackMethod"]!==undefined)n["CommandsCallbackMethod"]=e["commandsCallbackMethod"];if(e["commandsCallbackUrl"]!==undefined)n["CommandsCallbackUrl"]=e["commandsCallbackUrl"];if(e["smsFallbackMethod"]!==undefined)n["SmsFallbackMethod"]=e["smsFallbackMethod"];if(e["smsFallbackUrl"]!==undefined)n["SmsFallbackUrl"]=e["smsFallbackUrl"];if(e["smsMethod"]!==undefined)n["SmsMethod"]=e["smsMethod"];if(e["smsUrl"]!==undefined)n["SmsUrl"]=e["smsUrl"];if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];if(e["resetStatus"]!==undefined)n["ResetStatus"]=e["resetStatus"];if(e["accountSid"]!==undefined)n["AccountSid"]=e["accountSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SimInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimContextImpl=SimContextImpl;class SimInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.ratePlanSid=i.rate_plan_sid;this.friendlyName=i.friendly_name;this.iccid=i.iccid;this.eId=i.e_id;this.status=i.status;this.resetStatus=i.reset_status;this.commandsCallbackUrl=i.commands_callback_url;this.commandsCallbackMethod=i.commands_callback_method;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this.ipAddress=i.ip_address;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SimContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}dataSessions(){return this._proxy.dataSessions}usageRecords(){return this._proxy.usageRecords}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,ratePlanSid:this.ratePlanSid,friendlyName:this.friendlyName,iccid:this.iccid,eId:this.eId,status:this.status,resetStatus:this.resetStatus,commandsCallbackUrl:this.commandsCallbackUrl,commandsCallbackMethod:this.commandsCallbackMethod,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links,ipAddress:this.ipAddress}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimInstance=SimInstance;function SimListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SimContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Sims`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["iccid"]!==undefined)s["Iccid"]=i["iccid"];if(i["ratePlan"]!==undefined)s["RatePlan"]=i["ratePlan"];if(i["eId"]!==undefined)s["EId"]=i["eId"];if(i["simRegistrationCode"]!==undefined)s["SimRegistrationCode"]=i["simRegistrationCode"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SimPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SimPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SimListInstance=SimListInstance;class SimPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SimInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimPage=SimPage},48120:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DataSessionPage=i.DataSessionInstance=i.DataSessionListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function DataSessionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}const n={};n._version=e;n._solution={simSid:i};n._uri=`/Sims/${i}/DataSessions`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new DataSessionPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new DataSessionPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.DataSessionListInstance=DataSessionListInstance;class DataSessionInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.simSid=i.sim_sid;this.accountSid=i.account_sid;this.radioLink=i.radio_link;this.operatorMcc=i.operator_mcc;this.operatorMnc=i.operator_mnc;this.operatorCountry=i.operator_country;this.operatorName=i.operator_name;this.cellId=i.cell_id;this.cellLocationEstimate=i.cell_location_estimate;this.packetsUploaded=a.integer(i.packets_uploaded);this.packetsDownloaded=a.integer(i.packets_downloaded);this.lastUpdated=a.iso8601DateTime(i.last_updated);this.start=a.iso8601DateTime(i.start);this.end=a.iso8601DateTime(i.end);this.imei=i.imei}toJSON(){return{sid:this.sid,simSid:this.simSid,accountSid:this.accountSid,radioLink:this.radioLink,operatorMcc:this.operatorMcc,operatorMnc:this.operatorMnc,operatorCountry:this.operatorCountry,operatorName:this.operatorName,cellId:this.cellId,cellLocationEstimate:this.cellLocationEstimate,packetsUploaded:this.packetsUploaded,packetsDownloaded:this.packetsDownloaded,lastUpdated:this.lastUpdated,start:this.start,end:this.end,imei:this.imei}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DataSessionInstance=DataSessionInstance;class DataSessionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DataSessionInstance(this._version,e,this._solution.simSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DataSessionPage=DataSessionPage},89630:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UsageRecordPage=i.UsageRecordInstance=i.UsageRecordListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function UsageRecordListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}const n={};n._version=e;n._solution={simSid:i};n._uri=`/Sims/${i}/UsageRecords`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["end"]!==undefined)r["End"]=c.iso8601DateTime(i["end"]);if(i["start"]!==undefined)r["Start"]=c.iso8601DateTime(i["start"]);if(i["granularity"]!==undefined)r["Granularity"]=i["granularity"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new UsageRecordPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new UsageRecordPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.UsageRecordListInstance=UsageRecordListInstance;class UsageRecordInstance{constructor(e,i,n){this._version=e;this.simSid=i.sim_sid;this.accountSid=i.account_sid;this.period=i.period;this.commands=i.commands;this.data=i.data}toJSON(){return{simSid:this.simSid,accountSid:this.accountSid,period:this.period,commands:this.commands,data:this.data}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordInstance=UsageRecordInstance;class UsageRecordPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UsageRecordInstance(this._version,e,this._solution.simSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordPage=UsageRecordPage},32878:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UsageRecordPage=i.UsageRecordInstance=i.UsageRecordListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function UsageRecordListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/UsageRecords`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["end"]!==undefined)r["End"]=c.iso8601DateTime(n["end"]);if(n["start"]!==undefined)r["Start"]=c.iso8601DateTime(n["start"]);if(n["granularity"]!==undefined)r["Granularity"]=n["granularity"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,u=a.page({uri:i._uri,method:"get",params:r,headers:o});u=u.then((e=>new UsageRecordPage(a,e,i._solution)));u=i._version.setPromiseCallback(u,s);return u};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new UsageRecordPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.UsageRecordListInstance=UsageRecordListInstance;class UsageRecordInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.period=i.period;this.commands=i.commands;this.data=i.data}toJSON(){return{accountSid:this.accountSid,period:this.period,commands:this.commands,data:this.data}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordInstance=UsageRecordInstance;class UsageRecordPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UsageRecordInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordPage=UsageRecordPage},18682:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(18671));class FaxResponse extends r.default{constructor(){super();this._propertyName="response"}comment(e){return this.response.comment(e)}commentAfter(e){return this.response.commentAfter(e)}commentBefore(e){return this.response.commentBefore(e)}receive(e){return new FaxResponse.Receive(this.response.ele("Receive",e))}}(function(e){class Receive extends r.default{constructor(e){super();this.receive=e;this._propertyName="receive"}}e.Receive=Receive})(FaxResponse||(FaxResponse={}));e.exports=FaxResponse},53341:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(18671));class MessagingResponse extends r.default{constructor(){super();this._propertyName="response"}comment(e){return this.response.comment(e)}commentAfter(e){return this.response.commentAfter(e)}commentBefore(e){return this.response.commentBefore(e)}message(e,i){if(typeof e==="string"){i=e;e={}}return new MessagingResponse.Message(this.response.ele("Message",e,i))}redirect(e,i){if(typeof e==="string"){i=e;e={}}return new MessagingResponse.Redirect(this.response.ele("Redirect",e,i))}}(function(e){class Body extends r.default{constructor(e){super();this.body=e;this._propertyName="body"}}e.Body=Body;class Media extends r.default{constructor(e){super();this.media=e;this._propertyName="media"}}e.Media=Media;class Message extends r.default{constructor(e){super();this.message=e;this._propertyName="message"}body(i,n){if(typeof i==="string"){n=i;i={}}return new e.Body(this.message.ele("Body",i,n))}media(i,n){if(typeof i==="string"){n=i;i={}}return new e.Media(this.message.ele("Media",i,n))}}e.Message=Message;class Redirect extends r.default{constructor(e){super();this.redirect=e;this._propertyName="redirect"}}e.Redirect=Redirect})(MessagingResponse||(MessagingResponse={}));e.exports=MessagingResponse},18671:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(52958));class TwiML{constructor(){this._propertyName="";this.response=r.default.create("Response",{stringify:{attValue:function(e){if(Array.isArray(e)){e=e.join(" ")}return this.attEscape?.(""+e||"")||""}}}).dec("1.0","UTF-8")}_getXml(){return this[this._propertyName]}toString(){return this._getXml().end()}addText(e){this._getXml().txt(e)}addChild(e,i){return new GenericNode(this._getXml().ele(e,i))}}i["default"]=TwiML;class GenericNode extends TwiML{constructor(e){super();this.node=e;this._propertyName="node"}}},28905:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(18671));class VoiceResponse extends r.default{constructor(){super();this._propertyName="response"}comment(e){return this.response.comment(e)}commentAfter(e){return this.response.commentAfter(e)}commentBefore(e){return this.response.commentBefore(e)}connect(e){return new VoiceResponse.Connect(this.response.ele("Connect",e))}dial(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Dial(this.response.ele("Dial",e,i))}echo(e){return new VoiceResponse.Echo(this.response.ele("Echo",e))}enqueue(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Enqueue(this.response.ele("Enqueue",e,i))}gather(e){return new VoiceResponse.Gather(this.response.ele("Gather",e))}hangup(e){return new VoiceResponse.Hangup(this.response.ele("Hangup",e))}leave(e){return new VoiceResponse.Leave(this.response.ele("Leave",e))}pause(e){return new VoiceResponse.Pause(this.response.ele("Pause",e))}pay(e){return new VoiceResponse.Pay(this.response.ele("Pay",e))}play(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Play(this.response.ele("Play",e,i))}prompt(e){return new VoiceResponse.Prompt(this.response.ele("Prompt",e))}queue(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Queue(this.response.ele("Queue",e,i))}record(e){return new VoiceResponse.Record(this.response.ele("Record",e))}redirect(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Redirect(this.response.ele("Redirect",e,i))}refer(e){return new VoiceResponse.Refer(this.response.ele("Refer",e))}reject(e){return new VoiceResponse.Reject(this.response.ele("Reject",e))}say(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Say(this.response.ele("Say",e,i))}sms(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Sms(this.response.ele("Sms",e,i))}start(e){return new VoiceResponse.Start(this.response.ele("Start",e))}stop(e){return new VoiceResponse.Stop(this.response.ele("Stop",e))}}(function(e){class Application extends r.default{constructor(e){super();this.application=e;this._propertyName="application"}applicationSid(i,n){if(typeof i==="string"){n=i;i={}}return new e.ApplicationSid(this.application.ele("ApplicationSid",i,n))}parameter(i){return new e.Parameter(this.application.ele("Parameter",i))}}e.Application=Application;class ApplicationSid extends r.default{constructor(e){super();this.applicationSid=e;this._propertyName="applicationSid"}}e.ApplicationSid=ApplicationSid;class Autopilot extends r.default{constructor(e){super();this.autopilot=e;this._propertyName="autopilot"}}e.Autopilot=Autopilot;class Client extends r.default{constructor(e){super();this.client=e;this._propertyName="client"}identity(i,n){if(typeof i==="string"){n=i;i={}}return new e.Identity(this.client.ele("Identity",i,n))}parameter(i){return new e.Parameter(this.client.ele("Parameter",i))}}e.Client=Client;class Conference extends r.default{constructor(e){super();this.conference=e;this._propertyName="conference"}}e.Conference=Conference;class Config extends r.default{constructor(e){super();this.config=e;this._propertyName="config"}}e.Config=Config;class Connect extends r.default{constructor(e){super();this.connect=e;this._propertyName="connect"}autopilot(i,n){if(typeof i==="string"){n=i;i={}}return new e.Autopilot(this.connect.ele("Autopilot",i,n))}conversation(i){return new e.Conversation(this.connect.ele("Conversation",i))}room(i,n){if(typeof i==="string"){n=i;i={}}return new e.Room(this.connect.ele("Room",i,n))}stream(i){return new e.Stream(this.connect.ele("Stream",i))}virtualAgent(i){return new e.VirtualAgent(this.connect.ele("VirtualAgent",i))}}e.Connect=Connect;class Conversation extends r.default{constructor(e){super();this.conversation=e;this._propertyName="conversation"}}e.Conversation=Conversation;class Dial extends r.default{constructor(e){super();this.dial=e;this._propertyName="dial"}application(i,n){if(typeof i==="string"){n=i;i={}}return new e.Application(this.dial.ele("Application",i,n))}client(i,n){if(typeof i==="string"){n=i;i={}}return new e.Client(this.dial.ele("Client",i,n))}conference(i,n){if(typeof i==="string"){n=i;i={}}return new e.Conference(this.dial.ele("Conference",i,n))}number(i,n){if(typeof i==="string"){n=i;i={}}return new e.Number(this.dial.ele("Number",i,n))}queue(i,n){if(typeof i==="string"){n=i;i={}}return new e.Queue(this.dial.ele("Queue",i,n))}sim(i,n){if(typeof i==="string"){n=i;i={}}return new e.Sim(this.dial.ele("Sim",i,n))}sip(i,n){if(typeof i==="string"){n=i;i={}}return new e.Sip(this.dial.ele("Sip",i,n))}}e.Dial=Dial;class Echo extends r.default{constructor(e){super();this.echo=e;this._propertyName="echo"}}e.Echo=Echo;class Enqueue extends r.default{constructor(e){super();this.enqueue=e;this._propertyName="enqueue"}task(i,n){if(typeof i==="string"){n=i;i={}}return new e.Task(this.enqueue.ele("Task",i,n))}}e.Enqueue=Enqueue;class Gather extends r.default{constructor(e){super();this.gather=e;this._propertyName="gather"}pause(i){return new e.Pause(this.gather.ele("Pause",i))}play(i,n){if(typeof i==="string"){n=i;i={}}return new e.Play(this.gather.ele("Play",i,n))}say(i,n){if(typeof i==="string"){n=i;i={}}return new e.Say(this.gather.ele("Say",i,n))}}e.Gather=Gather;class Hangup extends r.default{constructor(e){super();this.hangup=e;this._propertyName="hangup"}parameter(i){return new e.Parameter(this.hangup.ele("Parameter",i))}}e.Hangup=Hangup;class Identity extends r.default{constructor(e){super();this.identity=e;this._propertyName="identity"}}e.Identity=Identity;class Leave extends r.default{constructor(e){super();this.leave=e;this._propertyName="leave"}}e.Leave=Leave;class Number extends r.default{constructor(e){super();this.number=e;this._propertyName="number"}}e.Number=Number;class Parameter extends r.default{constructor(e){super();this.parameter=e;this._propertyName="parameter"}}e.Parameter=Parameter;class Pause extends r.default{constructor(e){super();this.pause=e;this._propertyName="pause"}}e.Pause=Pause;class Pay extends r.default{constructor(e){super();this.pay=e;this._propertyName="pay"}parameter(i){return new e.Parameter(this.pay.ele("Parameter",i))}prompt(i){return new e.Prompt(this.pay.ele("Prompt",i))}}e.Pay=Pay;class Play extends r.default{constructor(e){super();this.play=e;this._propertyName="play"}}e.Play=Play;class Prompt extends r.default{constructor(e){super();this.prompt=e;this._propertyName="prompt"}pause(i){return new e.Pause(this.prompt.ele("Pause",i))}play(i,n){if(typeof i==="string"){n=i;i={}}return new e.Play(this.prompt.ele("Play",i,n))}say(i,n){if(typeof i==="string"){n=i;i={}}return new e.Say(this.prompt.ele("Say",i,n))}}e.Prompt=Prompt;class Queue extends r.default{constructor(e){super();this.queue=e;this._propertyName="queue"}}e.Queue=Queue;class Record extends r.default{constructor(e){super();this.record=e;this._propertyName="record"}}e.Record=Record;class Redirect extends r.default{constructor(e){super();this.redirect=e;this._propertyName="redirect"}}e.Redirect=Redirect;class Refer extends r.default{constructor(e){super();this.refer=e;this._propertyName="refer"}sip(i,n){if(typeof i==="string"){n=i;i={}}return new e.ReferSip(this.refer.ele("Sip",i,n))}}e.Refer=Refer;class ReferSip extends r.default{constructor(e){super();this.referSip=e;this._propertyName="referSip"}}e.ReferSip=ReferSip;class Reject extends r.default{constructor(e){super();this.reject=e;this._propertyName="reject"}parameter(i){return new e.Parameter(this.reject.ele("Parameter",i))}}e.Reject=Reject;class Room extends r.default{constructor(e){super();this.room=e;this._propertyName="room"}}e.Room=Room;class Say extends r.default{constructor(e){super();this.say=e;this._propertyName="say"}break(i){return new e.SsmlBreak(this.say.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.say.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.say.ele("lang",i,n))}p(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlP(this.say.ele("p",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.say.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.say.ele("prosody",i,n))}s(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlS(this.say.ele("s",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.say.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.say.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.say.ele("w",i,n))}}e.Say=Say;class Sim extends r.default{constructor(e){super();this.sim=e;this._propertyName="sim"}}e.Sim=Sim;class Sip extends r.default{constructor(e){super();this.sip=e;this._propertyName="sip"}}e.Sip=Sip;class Siprec extends r.default{constructor(e){super();this.siprec=e;this._propertyName="siprec"}parameter(i){return new e.Parameter(this.siprec.ele("Parameter",i))}}e.Siprec=Siprec;class Sms extends r.default{constructor(e){super();this.sms=e;this._propertyName="sms"}}e.Sms=Sms;class SsmlBreak extends r.default{constructor(e){super();this.ssmlBreak=e;this._propertyName="ssmlBreak"}}e.SsmlBreak=SsmlBreak;class SsmlEmphasis extends r.default{constructor(e){super();this.ssmlEmphasis=e;this._propertyName="ssmlEmphasis"}break(i){return new e.SsmlBreak(this.ssmlEmphasis.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlEmphasis.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.ssmlEmphasis.ele("lang",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlEmphasis.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlEmphasis.ele("prosody",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlEmphasis.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlEmphasis.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.ssmlEmphasis.ele("w",i,n))}}e.SsmlEmphasis=SsmlEmphasis;class SsmlLang extends r.default{constructor(e){super();this.ssmlLang=e;this._propertyName="ssmlLang"}break(i){return new e.SsmlBreak(this.ssmlLang.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlLang.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.ssmlLang.ele("lang",i,n))}p(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlP(this.ssmlLang.ele("p",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlLang.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlLang.ele("prosody",i,n))}s(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlS(this.ssmlLang.ele("s",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlLang.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlLang.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.ssmlLang.ele("w",i,n))}}e.SsmlLang=SsmlLang;class SsmlP extends r.default{constructor(e){super();this.ssmlP=e;this._propertyName="ssmlP"}break(i){return new e.SsmlBreak(this.ssmlP.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlP.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.ssmlP.ele("lang",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlP.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlP.ele("prosody",i,n))}s(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlS(this.ssmlP.ele("s",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlP.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlP.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.ssmlP.ele("w",i,n))}}e.SsmlP=SsmlP;class SsmlPhoneme extends r.default{constructor(e){super();this.ssmlPhoneme=e;this._propertyName="ssmlPhoneme"}}e.SsmlPhoneme=SsmlPhoneme;class SsmlProsody extends r.default{constructor(e){super();this.ssmlProsody=e;this._propertyName="ssmlProsody"}break(i){return new e.SsmlBreak(this.ssmlProsody.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlProsody.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.ssmlProsody.ele("lang",i,n))}p(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlP(this.ssmlProsody.ele("p",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlProsody.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlProsody.ele("prosody",i,n))}s(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlS(this.ssmlProsody.ele("s",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlProsody.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlProsody.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.ssmlProsody.ele("w",i,n))}}e.SsmlProsody=SsmlProsody;class SsmlS extends r.default{constructor(e){super();this.ssmlS=e;this._propertyName="ssmlS"}break(i){return new e.SsmlBreak(this.ssmlS.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlS.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.ssmlS.ele("lang",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlS.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlS.ele("prosody",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlS.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlS.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.ssmlS.ele("w",i,n))}}e.SsmlS=SsmlS;class SsmlSayAs extends r.default{constructor(e){super();this.ssmlSayAs=e;this._propertyName="ssmlSayAs"}}e.SsmlSayAs=SsmlSayAs;class SsmlSub extends r.default{constructor(e){super();this.ssmlSub=e;this._propertyName="ssmlSub"}}e.SsmlSub=SsmlSub;class SsmlW extends r.default{constructor(e){super();this.ssmlW=e;this._propertyName="ssmlW"}break(i){return new e.SsmlBreak(this.ssmlW.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlW.ele("emphasis",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlW.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlW.ele("prosody",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlW.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlW.ele("sub",i,n))}}e.SsmlW=SsmlW;class Start extends r.default{constructor(e){super();this.start=e;this._propertyName="start"}siprec(i){return new e.Siprec(this.start.ele("Siprec",i))}stream(i){return new e.Stream(this.start.ele("Stream",i))}}e.Start=Start;class Stop extends r.default{constructor(e){super();this.stop=e;this._propertyName="stop"}siprec(i){return new e.Siprec(this.stop.ele("Siprec",i))}stream(i){return new e.Stream(this.stop.ele("Stream",i))}}e.Stop=Stop;class Stream extends r.default{constructor(e){super();this.stream=e;this._propertyName="stream"}parameter(i){return new e.Parameter(this.stream.ele("Parameter",i))}}e.Stream=Stream;class Task extends r.default{constructor(e){super();this.task=e;this._propertyName="task"}}e.Task=Task;class VirtualAgent extends r.default{constructor(e){super();this.virtualAgent=e;this._propertyName="virtualAgent"}config(i){return new e.Config(this.virtualAgent.ele("Config",i))}parameter(i){return new e.Parameter(this.virtualAgent.ele("Parameter",i))}}e.VirtualAgent=VirtualAgent})(VoiceResponse||(VoiceResponse={}));e.exports=VoiceResponse},19149:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.webhook=i.validateExpressRequest=i.validateIncomingRequest=i.validateRequestWithBody=i.validateBody=i.validateRequest=i.getExpectedBodyHash=i.getExpectedTwilioSignature=void 0;const r=n(8812);const o=s(n(6113));const a=s(n(57310));const c=s(n(25682));function buildUrlWithStandardPort(e){let i="";const n=e.protocol==="https:"?":443":":80";i+=e.protocol?e.protocol+"//":"";i+=e.username;i+=e.password?":"+e.password:"";i+=e.username||e.password?"@":"";i+=e.host?e.host+n:"";i+=e.pathname+e.query+e.hash;return i}function addPort(e){if(!e.port){return buildUrlWithStandardPort(e)}return e.toString()}function removePort(e){e.set("port","");return e.toString()}function toFormUrlEncodedParam(e,i){if(i instanceof Array){return Array.from(new Set(i)).sort().map((i=>toFormUrlEncodedParam(e,i))).reduce(((e,i)=>e+i),"")}return e+i}function getExpectedTwilioSignature(e,i,n){if(i.indexOf("bodySHA256")!==-1&&n===null){n={}}var s=Object.keys(n).sort().reduce(((e,i)=>e+toFormUrlEncodedParam(i,n[i])),i);return o.default.createHmac("sha1",e).update(Buffer.from(s,"utf-8")).digest("base64")}i.getExpectedTwilioSignature=getExpectedTwilioSignature;function getExpectedBodyHash(e){return o.default.createHash("sha256").update(Buffer.from(e,"utf-8")).digest("hex")}i.getExpectedBodyHash=getExpectedBodyHash;function validateRequest(e,i,n,s){i=i||"";const o=new c.default(n);const a=addPort(o);const u=removePort(o);const f=getExpectedTwilioSignature(e,a,s);const _=getExpectedTwilioSignature(e,u,s);const g=r(Buffer.from(i),Buffer.from(f));const v=r(Buffer.from(i),Buffer.from(_));return v||g}i.validateRequest=validateRequest;function validateBody(e,i){var n=getExpectedBodyHash(e);return r(Buffer.from(i),Buffer.from(n))}i.validateBody=validateBody;function validateRequestWithBody(e,i,n,s){const r=new c.default(n,true);return validateRequest(e,i,n,{})&&validateBody(s,r.query.bodySHA256||"")}i.validateRequestWithBody=validateRequestWithBody;function validateIncomingRequest(e,i,n){var s=n||{};var r;if(s.url){r=s.url}else{var o=s.protocol||e.protocol;var c=s.host||e.headers.host;r=a.default.format({protocol:o,host:c,pathname:e.originalUrl});if(e.originalUrl.search(/\?/)>=0){r=r.replace(/%3F/g,"?")}}if(r.indexOf("bodySHA256")>0){return validateRequestWithBody(i,e.header("X-Twilio-Signature")||"",r,e.rawBody||"{}")}else{return validateRequest(i,e.header("X-Twilio-Signature")||"",r,e.body||{})}}i.validateIncomingRequest=validateIncomingRequest;function validateExpressRequest(e,i,n){return validateIncomingRequest(e,i,n)}i.validateExpressRequest=validateExpressRequest;function webhook(e,i){let n;let s=undefined;if(e){if(typeof e==="string"){n=e}if(typeof e==="object"){s=e}}if(i){if(typeof i==="string"){n=i}if(typeof i==="object"){s=i}}if(!s){s={validate:true}}var r;for(var o=0,a=arguments.length;o{"use strict";var s=n(44742),r=n(13319),o=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,a=/[\n\r\t]/g,c=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,u=/:\d+$/,f=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,_=/^[a-zA-Z]:/;function trimLeft(e){return(e?e:"").toString().replace(o,"")}var g=[["#","hash"],["?","query"],function sanitize(e,i){return isSpecial(i.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",undefined,1,1],[/:(\d*)$/,"port",undefined,1],[NaN,"hostname",undefined,1,1]];var v={hash:1,query:1};function lolcation(e){var i;if(typeof window!=="undefined")i=window;else if(typeof global!=="undefined")i=global;else if(typeof self!=="undefined")i=self;else i={};var n=i.location||{};e=e||n;var s={},r=typeof e,o;if("blob:"===e.protocol){s=new Url(unescape(e.pathname),{})}else if("string"===r){s=new Url(e,{});for(o in v)delete s[o]}else if("object"===r){for(o in e){if(o in v)continue;s[o]=e[o]}if(s.slashes===undefined){s.slashes=c.test(e.href)}}return s}function isSpecial(e){return e==="file:"||e==="ftp:"||e==="http:"||e==="https:"||e==="ws:"||e==="wss:"}function extractProtocol(e,i){e=trimLeft(e);e=e.replace(a,"");i=i||{};var n=f.exec(e);var s=n[1]?n[1].toLowerCase():"";var r=!!n[2];var o=!!n[3];var c=0;var u;if(r){if(o){u=n[2]+n[3]+n[4];c=n[2].length+n[3].length}else{u=n[2]+n[4];c=n[2].length}}else{if(o){u=n[3]+n[4];c=n[3].length}else{u=n[4]}}if(s==="file:"){if(c>=2){u=u.slice(2)}}else if(isSpecial(s)){u=n[4]}else if(s){if(r){u=u.slice(2)}}else if(c>=2&&isSpecial(i.protocol)){u=n[4]}return{protocol:s,slashes:r||isSpecial(s),slashesCount:c,rest:u}}function resolve(e,i){if(e==="")return i;var n=(i||"/").split("/").slice(0,-1).concat(e.split("/")),s=n.length,r=n[s-1],o=false,a=0;while(s--){if(n[s]==="."){n.splice(s,1)}else if(n[s]===".."){n.splice(s,1);a++}else if(a){if(s===0)o=true;n.splice(s,1);a--}}if(o)n.unshift("");if(r==="."||r==="..")n.push("");return n.join("/")}function Url(e,i,n){e=trimLeft(e);e=e.replace(a,"");if(!(this instanceof Url)){return new Url(e,i,n)}var o,c,u,f,v,S,b=g.slice(),P=typeof i,C=this,I=0;if("object"!==P&&"string"!==P){n=i;i=null}if(n&&"function"!==typeof n)n=r.parse;i=lolcation(i);c=extractProtocol(e||"",i);o=!c.protocol&&!c.slashes;C.slashes=c.slashes||o&&i.slashes;C.protocol=c.protocol||i.protocol||"";e=c.rest;if(c.protocol==="file:"&&(c.slashesCount!==2||_.test(e))||!c.slashes&&(c.protocol||c.slashesCount<2||!isSpecial(C.protocol))){b[3]=[/(.*)/,"pathname"]}for(;I{"use strict";Object.defineProperty(i,"__esModule",{value:true});Object.defineProperty(i,"v1",{enumerable:true,get:function(){return s.default}});Object.defineProperty(i,"v3",{enumerable:true,get:function(){return r.default}});Object.defineProperty(i,"v4",{enumerable:true,get:function(){return o.default}});Object.defineProperty(i,"v5",{enumerable:true,get:function(){return a.default}});Object.defineProperty(i,"NIL",{enumerable:true,get:function(){return c.default}});Object.defineProperty(i,"version",{enumerable:true,get:function(){return u.default}});Object.defineProperty(i,"validate",{enumerable:true,get:function(){return f.default}});Object.defineProperty(i,"stringify",{enumerable:true,get:function(){return _.default}});Object.defineProperty(i,"parse",{enumerable:true,get:function(){return g.default}});var s=_interopRequireDefault(n(78628));var r=_interopRequireDefault(n(86409));var o=_interopRequireDefault(n(85122));var a=_interopRequireDefault(n(79120));var c=_interopRequireDefault(n(25332));var u=_interopRequireDefault(n(81595));var f=_interopRequireDefault(n(66900));var _=_interopRequireDefault(n(18950));var g=_interopRequireDefault(n(62746));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}},4569:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(6113));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function md5(e){if(Array.isArray(e)){e=Buffer.from(e)}else if(typeof e==="string"){e=Buffer.from(e,"utf8")}return s.default.createHash("md5").update(e).digest()}var r=md5;i["default"]=r},25332:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var n="00000000-0000-0000-0000-000000000000";i["default"]=n},62746:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(66900));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function parse(e){if(!(0,s.default)(e)){throw TypeError("Invalid UUID")}let i;const n=new Uint8Array(16);n[0]=(i=parseInt(e.slice(0,8),16))>>>24;n[1]=i>>>16&255;n[2]=i>>>8&255;n[3]=i&255;n[4]=(i=parseInt(e.slice(9,13),16))>>>8;n[5]=i&255;n[6]=(i=parseInt(e.slice(14,18),16))>>>8;n[7]=i&255;n[8]=(i=parseInt(e.slice(19,23),16))>>>8;n[9]=i&255;n[10]=(i=parseInt(e.slice(24,36),16))/1099511627776&255;n[11]=i/4294967296&255;n[12]=i>>>24&255;n[13]=i>>>16&255;n[14]=i>>>8&255;n[15]=i&255;return n}var r=parse;i["default"]=r},40814:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var n=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;i["default"]=n},50807:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=rng;var s=_interopRequireDefault(n(6113));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const r=new Uint8Array(256);let o=r.length;function rng(){if(o>r.length-16){s.default.randomFillSync(r);o=0}return r.slice(o,o+=16)}},85274:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(6113));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function sha1(e){if(Array.isArray(e)){e=Buffer.from(e)}else if(typeof e==="string"){e=Buffer.from(e,"utf8")}return s.default.createHash("sha1").update(e).digest()}var r=sha1;i["default"]=r},18950:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(66900));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const r=[];for(let e=0;e<256;++e){r.push((e+256).toString(16).substr(1))}function stringify(e,i=0){const n=(r[e[i+0]]+r[e[i+1]]+r[e[i+2]]+r[e[i+3]]+"-"+r[e[i+4]]+r[e[i+5]]+"-"+r[e[i+6]]+r[e[i+7]]+"-"+r[e[i+8]]+r[e[i+9]]+"-"+r[e[i+10]]+r[e[i+11]]+r[e[i+12]]+r[e[i+13]]+r[e[i+14]]+r[e[i+15]]).toLowerCase();if(!(0,s.default)(n)){throw TypeError("Stringified UUID is invalid")}return n}var o=stringify;i["default"]=o},78628:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(50807));var r=_interopRequireDefault(n(18950));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}let o;let a;let c=0;let u=0;function v1(e,i,n){let f=i&&n||0;const _=i||new Array(16);e=e||{};let g=e.node||o;let v=e.clockseq!==undefined?e.clockseq:a;if(g==null||v==null){const i=e.random||(e.rng||s.default)();if(g==null){g=o=[i[0]|1,i[1],i[2],i[3],i[4],i[5]]}if(v==null){v=a=(i[6]<<8|i[7])&16383}}let S=e.msecs!==undefined?e.msecs:Date.now();let b=e.nsecs!==undefined?e.nsecs:u+1;const P=S-c+(b-u)/1e4;if(P<0&&e.clockseq===undefined){v=v+1&16383}if((P<0||S>c)&&e.nsecs===undefined){b=0}if(b>=1e4){throw new Error("uuid.v1(): Can't create more than 10M uuids/sec")}c=S;u=b;a=v;S+=122192928e5;const C=((S&268435455)*1e4+b)%4294967296;_[f++]=C>>>24&255;_[f++]=C>>>16&255;_[f++]=C>>>8&255;_[f++]=C&255;const I=S/4294967296*1e4&268435455;_[f++]=I>>>8&255;_[f++]=I&255;_[f++]=I>>>24&15|16;_[f++]=I>>>16&255;_[f++]=v>>>8|128;_[f++]=v&255;for(let e=0;e<6;++e){_[f+e]=g[e]}return i||(0,r.default)(_)}var f=v1;i["default"]=f},86409:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(65998));var r=_interopRequireDefault(n(4569));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const o=(0,s.default)("v3",48,r.default);var a=o;i["default"]=a},65998:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=_default;i.URL=i.DNS=void 0;var s=_interopRequireDefault(n(18950));var r=_interopRequireDefault(n(62746));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function stringToBytes(e){e=unescape(encodeURIComponent(e));const i=[];for(let n=0;n{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(50807));var r=_interopRequireDefault(n(18950));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function v4(e,i,n){e=e||{};const o=e.random||(e.rng||s.default)();o[6]=o[6]&15|64;o[8]=o[8]&63|128;if(i){n=n||0;for(let e=0;e<16;++e){i[n+e]=o[e]}return i}return(0,r.default)(o)}var o=v4;i["default"]=o},79120:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(65998));var r=_interopRequireDefault(n(85274));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const o=(0,s.default)("v5",80,r.default);var a=o;i["default"]=a},66900:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(40814));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function validate(e){return typeof e==="string"&&s.default.test(e)}var r=validate;i["default"]=r},81595:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(66900));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function version(e){if(!(0,s.default)(e)){throw TypeError("Invalid UUID")}return parseInt(e.substr(14,1),16)}var r=version;i["default"]=r},52839:function(e){(function(){e.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(this)},29267:function(e){(function(){e.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}).call(this)},58229:function(e){(function(){var i,n,s,r,o,a,c,u={}.hasOwnProperty;i=function(e,...i){var n,s,r,a;if(o(Object.assign)){Object.assign.apply(null,arguments)}else{for(n=0,r=i.length;n"}else{return"attribute: {"+e+"}, parent: <"+this.parent.name+">"}}isEqualNode(e){if(e.namespaceURI!==this.namespaceURI){return false}if(e.prefix!==this.prefix){return false}if(e.localName!==this.localName){return false}if(e.value!==this.value){return false}return true}}Object.defineProperty(XMLAttribute.prototype,"nodeType",{get:function(){return this.type}});Object.defineProperty(XMLAttribute.prototype,"ownerElement",{get:function(){return this.parent}});Object.defineProperty(XMLAttribute.prototype,"textContent",{get:function(){return this.value},set:function(e){return this.value=e||""}});Object.defineProperty(XMLAttribute.prototype,"namespaceURI",{get:function(){return""}});Object.defineProperty(XMLAttribute.prototype,"prefix",{get:function(){return""}});Object.defineProperty(XMLAttribute.prototype,"localName",{get:function(){return this.name}});Object.defineProperty(XMLAttribute.prototype,"specified",{get:function(){return true}});return XMLAttribute}.call(this)}).call(this)},90333:function(e,i,n){(function(){var i,s,r;i=n(29267);r=n(87709);e.exports=s=class XMLCData extends r{constructor(e,n){super(e);if(n==null){throw new Error("Missing CDATA text. "+this.debugInfo())}this.name="#cdata-section";this.type=i.CData;this.value=this.stringify.cdata(n)}clone(){return Object.create(this)}toString(e){return this.options.writer.cdata(this,this.options.writer.filterOptions(e))}}}).call(this)},87709:function(e,i,n){(function(){var i,s;s=n(67608);e.exports=i=function(){class XMLCharacterData extends s{constructor(e){super(e);this.value=""}clone(){return Object.create(this)}substringData(e,i){throw new Error("This DOM method is not implemented."+this.debugInfo())}appendData(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}insertData(e,i){throw new Error("This DOM method is not implemented."+this.debugInfo())}deleteData(e,i){throw new Error("This DOM method is not implemented."+this.debugInfo())}replaceData(e,i,n){throw new Error("This DOM method is not implemented."+this.debugInfo())}isEqualNode(e){if(!super.isEqualNode(e)){return false}if(e.data!==this.data){return false}return true}}Object.defineProperty(XMLCharacterData.prototype,"data",{get:function(){return this.value},set:function(e){return this.value=e||""}});Object.defineProperty(XMLCharacterData.prototype,"length",{get:function(){return this.value.length}});Object.defineProperty(XMLCharacterData.prototype,"textContent",{get:function(){return this.value},set:function(e){return this.value=e||""}});return XMLCharacterData}.call(this)}).call(this)},74407:function(e,i,n){(function(){var i,s,r;i=n(29267);s=n(87709);e.exports=r=class XMLComment extends s{constructor(e,n){super(e);if(n==null){throw new Error("Missing comment text. "+this.debugInfo())}this.name="#comment";this.type=i.Comment;this.value=this.stringify.comment(n)}clone(){return Object.create(this)}toString(e){return this.options.writer.comment(this,this.options.writer.filterOptions(e))}}}).call(this)},67465:function(e,i,n){(function(){var i,s,r;s=n(46744);r=n(97028);e.exports=i=function(){class XMLDOMConfiguration{constructor(){var e;this.defaultParams={"canonical-form":false,"cdata-sections":false,comments:false,"datatype-normalization":false,"element-content-whitespace":true,entities:true,"error-handler":new s,infoset:true,"validate-if-schema":false,namespaces:true,"namespace-declarations":true,"normalize-characters":false,"schema-location":"","schema-type":"","split-cdata-sections":true,validate:false,"well-formed":true};this.params=e=Object.create(this.defaultParams)}getParameter(e){if(this.params.hasOwnProperty(e)){return this.params[e]}else{return null}}canSetParameter(e,i){return true}setParameter(e,i){if(i!=null){return this.params[e]=i}else{return delete this.params[e]}}}Object.defineProperty(XMLDOMConfiguration.prototype,"parameterNames",{get:function(){return new r(Object.keys(this.defaultParams))}});return XMLDOMConfiguration}.call(this)}).call(this)},46744:function(e){(function(){var i;e.exports=i=class XMLDOMErrorHandler{constructor(){}handleError(e){throw new Error(e)}}}).call(this)},78310:function(e){(function(){var i;e.exports=i=class XMLDOMImplementation{hasFeature(e,i){return true}createDocumentType(e,i,n){throw new Error("This DOM method is not implemented.")}createDocument(e,i,n){throw new Error("This DOM method is not implemented.")}createHTMLDocument(e){throw new Error("This DOM method is not implemented.")}getFeature(e,i){throw new Error("This DOM method is not implemented.")}}}).call(this)},97028:function(e){(function(){var i;e.exports=i=function(){class XMLDOMStringList{constructor(e){this.arr=e||[]}item(e){return this.arr[e]||null}contains(e){return this.arr.indexOf(e)!==-1}}Object.defineProperty(XMLDOMStringList.prototype,"length",{get:function(){return this.arr.length}});return XMLDOMStringList}.call(this)}).call(this)},81015:function(e,i,n){(function(){var i,s,r;r=n(67608);i=n(29267);e.exports=s=class XMLDTDAttList extends r{constructor(e,n,s,r,o,a){super(e);if(n==null){throw new Error("Missing DTD element name. "+this.debugInfo())}if(s==null){throw new Error("Missing DTD attribute name. "+this.debugInfo(n))}if(!r){throw new Error("Missing DTD attribute type. "+this.debugInfo(n))}if(!o){throw new Error("Missing DTD attribute default. "+this.debugInfo(n))}if(o.indexOf("#")!==0){o="#"+o}if(!o.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/)){throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(n))}if(a&&!o.match(/^(#FIXED|#DEFAULT)$/)){throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(n))}this.elementName=this.stringify.name(n);this.type=i.AttributeDeclaration;this.attributeName=this.stringify.name(s);this.attributeType=this.stringify.dtdAttType(r);if(a){this.defaultValue=this.stringify.dtdAttDefault(a)}this.defaultValueType=o}toString(e){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(e))}}}).call(this)},52421:function(e,i,n){(function(){var i,s,r;r=n(67608);i=n(29267);e.exports=s=class XMLDTDElement extends r{constructor(e,n,s){super(e);if(n==null){throw new Error("Missing DTD element name. "+this.debugInfo())}if(!s){s="(#PCDATA)"}if(Array.isArray(s)){s="("+s.join(",")+")"}this.name=this.stringify.name(n);this.type=i.ElementDeclaration;this.value=this.stringify.dtdElementValue(s)}toString(e){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(e))}}}).call(this)},40053:function(e,i,n){(function(){var i,s,r,o;({isObject:o}=n(58229));r=n(67608);i=n(29267);e.exports=s=function(){class XMLDTDEntity extends r{constructor(e,n,s,r){super(e);if(s==null){throw new Error("Missing DTD entity name. "+this.debugInfo(s))}if(r==null){throw new Error("Missing DTD entity value. "+this.debugInfo(s))}this.pe=!!n;this.name=this.stringify.name(s);this.type=i.EntityDeclaration;if(!o(r)){this.value=this.stringify.dtdEntityValue(r);this.internal=true}else{if(!r.pubID&&!r.sysID){throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(s))}if(r.pubID&&!r.sysID){throw new Error("System identifier is required for a public external entity. "+this.debugInfo(s))}this.internal=false;if(r.pubID!=null){this.pubID=this.stringify.dtdPubID(r.pubID)}if(r.sysID!=null){this.sysID=this.stringify.dtdSysID(r.sysID)}if(r.nData!=null){this.nData=this.stringify.dtdNData(r.nData)}if(this.pe&&this.nData){throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(s))}}}toString(e){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(e))}}Object.defineProperty(XMLDTDEntity.prototype,"publicId",{get:function(){return this.pubID}});Object.defineProperty(XMLDTDEntity.prototype,"systemId",{get:function(){return this.sysID}});Object.defineProperty(XMLDTDEntity.prototype,"notationName",{get:function(){return this.nData||null}});Object.defineProperty(XMLDTDEntity.prototype,"inputEncoding",{get:function(){return null}});Object.defineProperty(XMLDTDEntity.prototype,"xmlEncoding",{get:function(){return null}});Object.defineProperty(XMLDTDEntity.prototype,"xmlVersion",{get:function(){return null}});return XMLDTDEntity}.call(this)}).call(this)},82837:function(e,i,n){(function(){var i,s,r;r=n(67608);i=n(29267);e.exports=s=function(){class XMLDTDNotation extends r{constructor(e,n,s){super(e);if(n==null){throw new Error("Missing DTD notation name. "+this.debugInfo(n))}if(!s.pubID&&!s.sysID){throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(n))}this.name=this.stringify.name(n);this.type=i.NotationDeclaration;if(s.pubID!=null){this.pubID=this.stringify.dtdPubID(s.pubID)}if(s.sysID!=null){this.sysID=this.stringify.dtdSysID(s.sysID)}}toString(e){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(e))}}Object.defineProperty(XMLDTDNotation.prototype,"publicId",{get:function(){return this.pubID}});Object.defineProperty(XMLDTDNotation.prototype,"systemId",{get:function(){return this.sysID}});return XMLDTDNotation}.call(this)}).call(this)},46364:function(e,i,n){(function(){var i,s,r,o;({isObject:o}=n(58229));r=n(67608);i=n(29267);e.exports=s=class XMLDeclaration extends r{constructor(e,n,s,r){super(e);if(o(n)){({version:n,encoding:s,standalone:r}=n)}if(!n){n="1.0"}this.type=i.Declaration;this.version=this.stringify.xmlVersion(n);if(s!=null){this.encoding=this.stringify.xmlEncoding(s)}if(r!=null){this.standalone=this.stringify.xmlStandalone(r)}}toString(e){return this.options.writer.declaration(this,this.options.writer.filterOptions(e))}}}).call(this)},81801:function(e,i,n){(function(){var i,s,r,o,a,c,u,f,_;({isObject:_}=n(58229));f=n(67608);i=n(29267);s=n(81015);o=n(40053);r=n(52421);a=n(82837);u=n(4361);e.exports=c=function(){class XMLDocType extends f{constructor(e,n,s){var r,o,a,c;super(e);this.type=i.DocType;if(e.children){c=e.children;for(o=0,a=c.length;o=0){this.up()}return this.onEnd()}openCurrent(){if(this.currentNode){this.currentNode.children=true;return this.openNode(this.currentNode)}}openNode(e){var n,r,o,a;if(!e.isOpen){if(!this.root&&this.currentLevel===0&&e.type===i.Element){this.root=e}r="";if(e.type===i.Element){this.writerOptions.state=s.OpenTag;r=this.writer.indent(e,this.writerOptions,this.currentLevel)+"<"+e.name;a=e.attribs;for(o in a){if(!A.call(a,o))continue;n=a[o];r+=this.writer.attribute(n,this.writerOptions,this.currentLevel)}r+=(e.children?">":"/>")+this.writer.endline(e,this.writerOptions,this.currentLevel);this.writerOptions.state=s.InsideTag}else{this.writerOptions.state=s.OpenTag;r=this.writer.indent(e,this.writerOptions,this.currentLevel)+""}r+=this.writer.endline(e,this.writerOptions,this.currentLevel)}this.onData(r,this.currentLevel);return e.isOpen=true}}closeNode(e){var n;if(!e.isClosed){n="";this.writerOptions.state=s.CloseTag;if(e.type===i.Element){n=this.writer.indent(e,this.writerOptions,this.currentLevel)+""+this.writer.endline(e,this.writerOptions,this.currentLevel)}else{n=this.writer.indent(e,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(e,this.writerOptions,this.currentLevel)}this.writerOptions.state=s.None;this.onData(n,this.currentLevel);return e.isClosed=true}}onData(e,i){this.documentStarted=true;return this.onDataCallback(e,i+1)}onEnd(){this.documentCompleted=true;return this.onEndCallback()}debugInfo(e){if(e==null){return""}else{return"node: <"+e+">"}}ele(){return this.element(...arguments)}nod(e,i,n){return this.node(e,i,n)}txt(e){return this.text(e)}dat(e){return this.cdata(e)}com(e){return this.comment(e)}ins(e,i){return this.instruction(e,i)}dec(e,i,n){return this.declaration(e,i,n)}dtd(e,i,n){return this.doctype(e,i,n)}e(e,i,n){return this.element(e,i,n)}n(e,i,n){return this.node(e,i,n)}t(e){return this.text(e)}d(e){return this.cdata(e)}c(e){return this.comment(e)}r(e){return this.raw(e)}i(e,i){return this.instruction(e,i)}att(){if(this.currentNode&&this.currentNode.type===i.DocType){return this.attList(...arguments)}else{return this.attribute(...arguments)}}a(){if(this.currentNode&&this.currentNode.type===i.DocType){return this.attList(...arguments)}else{return this.attribute(...arguments)}}ent(e,i){return this.entity(e,i)}pent(e,i){return this.pEntity(e,i)}not(e,i){return this.notation(e,i)}}}).call(this)},43590:function(e,i,n){(function(){var i,s,r;r=n(67608);i=n(29267);e.exports=s=class XMLDummy extends r{constructor(e){super(e);this.type=i.Dummy}clone(){return Object.create(this)}toString(e){return""}}}).call(this)},9437:function(e,i,n){(function(){var i,s,r,o,a,c,u,f,_={}.hasOwnProperty;({isObject:f,isFunction:u,getValue:c}=n(58229));a=n(67608);i=n(29267);s=n(58376);o=n(4361);e.exports=r=function(){class XMLElement extends a{constructor(e,n,s){var r,o,a,c;super(e);if(n==null){throw new Error("Missing element name. "+this.debugInfo())}this.name=this.stringify.name(n);this.type=i.Element;this.attribs={};this.schemaTypeInfo=null;if(s!=null){this.attribute(s)}if(e.type===i.Document){this.isRoot=true;this.documentObject=e;e.rootObject=this;if(e.children){c=e.children;for(o=0,a=c.length;o=s;i=0<=s?++n:--n){if(!this.attribs[i].isEqualNode(e.attribs[i])){return false}}return true}}Object.defineProperty(XMLElement.prototype,"tagName",{get:function(){return this.name}});Object.defineProperty(XMLElement.prototype,"namespaceURI",{get:function(){return""}});Object.defineProperty(XMLElement.prototype,"prefix",{get:function(){return""}});Object.defineProperty(XMLElement.prototype,"localName",{get:function(){return this.name}});Object.defineProperty(XMLElement.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});Object.defineProperty(XMLElement.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});Object.defineProperty(XMLElement.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});Object.defineProperty(XMLElement.prototype,"attributes",{get:function(){if(!this.attributeMap||!this.attributeMap.nodes){this.attributeMap=new o(this.attribs)}return this.attributeMap}});return XMLElement}.call(this)}).call(this)},4361:function(e){(function(){var i;e.exports=i=function(){class XMLNamedNodeMap{constructor(e){this.nodes=e}clone(){return this.nodes=null}getNamedItem(e){return this.nodes[e]}setNamedItem(e){var i;i=this.nodes[e.nodeName];this.nodes[e.nodeName]=e;return i||null}removeNamedItem(e){var i;i=this.nodes[e];delete this.nodes[e];return i||null}item(e){return this.nodes[Object.keys(this.nodes)[e]]||null}getNamedItemNS(e,i){throw new Error("This DOM method is not implemented.")}setNamedItemNS(e){throw new Error("This DOM method is not implemented.")}removeNamedItemNS(e,i){throw new Error("This DOM method is not implemented.")}}Object.defineProperty(XMLNamedNodeMap.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}});return XMLNamedNodeMap}.call(this)}).call(this)},67608:function(e,i,n){(function(){var i,s,r,o,a,c,u,f,_,g,v,S,b,P,C,I,x,k,N={}.hasOwnProperty,T=[].splice;({isObject:k,isFunction:x,isEmpty:I,getValue:C}=n(58229));f=null;r=null;o=null;a=null;c=null;b=null;P=null;S=null;u=null;s=null;v=null;_=null;i=null;e.exports=g=function(){class XMLNode{constructor(e){this.parent=e;if(this.parent){this.options=this.parent.options;this.stringify=this.parent.stringify}this.value=null;this.children=[];this.baseURI=null;if(!f){f=n(9437);r=n(90333);o=n(74407);a=n(46364);c=n(81801);b=n(16329);P=n(21318);S=n(56939);u=n(43590);s=n(29267);v=n(36768);_=n(4361);i=n(52839)}}setParent(e){var i,n,s,r,o;this.parent=e;if(e){this.options=e.options;this.stringify=e.stringify}r=this.children;o=[];for(n=0,s=r.length;n"}else if(!((n=this.parent)!=null?n.name:void 0)){return"node: <"+e+">"}else{return"node: <"+e+">, parent: <"+this.parent.name+">"}}ele(e,i,n){return this.element(e,i,n)}nod(e,i,n){return this.node(e,i,n)}txt(e){return this.text(e)}dat(e){return this.cdata(e)}com(e){return this.comment(e)}ins(e,i){return this.instruction(e,i)}doc(){return this.document()}dec(e,i,n){return this.declaration(e,i,n)}e(e,i,n){return this.element(e,i,n)}n(e,i,n){return this.node(e,i,n)}t(e){return this.text(e)}d(e){return this.cdata(e)}c(e){return this.comment(e)}r(e){return this.raw(e)}i(e,i){return this.instruction(e,i)}u(){return this.up()}importXMLBuilder(e){return this.importDocument(e)}attribute(e,i){throw new Error("attribute() applies to element nodes only.")}att(e,i){return this.attribute(e,i)}a(e,i){return this.attribute(e,i)}removeAttribute(e){throw new Error("attribute() applies to element nodes only.")}replaceChild(e,i){throw new Error("This DOM method is not implemented."+this.debugInfo())}removeChild(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}appendChild(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}hasChildNodes(){return this.children.length!==0}cloneNode(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}normalize(){throw new Error("This DOM method is not implemented."+this.debugInfo())}isSupported(e,i){return true}hasAttributes(){return this.attribs.length!==0}compareDocumentPosition(e){var n,s;n=this;if(n===e){return 0}else if(this.document()!==e.document()){s=i.Disconnected|i.ImplementationSpecific;if(Math.random()<.5){s|=i.Preceding}else{s|=i.Following}return s}else if(n.isAncestor(e)){return i.Contains|i.Preceding}else if(n.isDescendant(e)){return i.Contains|i.Following}else if(n.isPreceding(e)){return i.Preceding}else{return i.Following}}isSameNode(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}lookupPrefix(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}isDefaultNamespace(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}lookupNamespaceURI(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}isEqualNode(e){var i,n,s;if(e.nodeType!==this.nodeType){return false}if(e.children.length!==this.children.length){return false}for(i=n=0,s=this.children.length-1;0<=s?n<=s:n>=s;i=0<=s?++n:--n){if(!this.children[i].isEqualNode(e.children[i])){return false}}return true}getFeature(e,i){throw new Error("This DOM method is not implemented."+this.debugInfo())}setUserData(e,i,n){throw new Error("This DOM method is not implemented."+this.debugInfo())}getUserData(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}contains(e){if(!e){return false}return e===this||this.isDescendant(e)}isDescendant(e){var i,n,s,r,o;o=this.children;for(s=0,r=o.length;sn}}treePosition(e){var i,n;n=0;i=false;this.foreachTreeNode(this.document(),(function(s){n++;if(!i&&s===e){return i=true}}));if(i){return n}else{return-1}}foreachTreeNode(e,i){var n,s,r,o,a;e||(e=this.document());o=e.children;for(s=0,r=o.length;s0){this.stream.write(" [");this.stream.write(this.endline(e,i,n));i.state=s.InsideTag;c=e.children;for(o=0,a=c.length;o");this.stream.write(this.endline(e,i,n));i.state=s.None;return this.closeNode(e,i,n)}element(e,n,r){var o,c,u,f,_,g,v,S,b,P,C,I,x,k,N,T;r||(r=0);this.openNode(e,n,r);n.state=s.OpenTag;C=this.indent(e,n,r)+"<"+e.name;if(n.pretty&&n.width>0){v=C.length;x=e.attribs;for(b in x){if(!a.call(x,b))continue;o=x[b];I=this.attribute(o,n,r);c=I.length;if(v+c>n.width){T=this.indent(e,n,r+1)+I;C+=this.endline(e,n,r)+T;v=T.length}else{T=" "+I;C+=T;v+=T.length}}}else{k=e.attribs;for(b in k){if(!a.call(k,b))continue;o=k[b];C+=this.attribute(o,n,r)}}this.stream.write(C);f=e.children.length;_=f===0?null:e.children[0];if(f===0||e.children.every((function(e){return(e.type===i.Text||e.type===i.Raw)&&e.value===""}))){if(n.allowEmpty){this.stream.write(">");n.state=s.CloseTag;this.stream.write("")}else{n.state=s.CloseTag;this.stream.write(n.spaceBeforeSlash+"/>")}}else if(n.pretty&&f===1&&(_.type===i.Text||_.type===i.Raw)&&_.value!=null){this.stream.write(">");n.state=s.InsideTag;n.suppressPrettyCount++;P=true;this.writeChildNode(_,n,r+1);n.suppressPrettyCount--;P=false;n.state=s.CloseTag;this.stream.write("")}else{this.stream.write(">"+this.endline(e,n,r));n.state=s.InsideTag;N=e.children;for(g=0,S=N.length;g")}this.stream.write(this.endline(e,n,r));n.state=s.None;return this.closeNode(e,n,r)}processingInstruction(e,i,n){return this.stream.write(super.processingInstruction(e,i,n))}raw(e,i,n){return this.stream.write(super.raw(e,i,n))}text(e,i,n){return this.stream.write(super.text(e,i,n))}dtdAttList(e,i,n){return this.stream.write(super.dtdAttList(e,i,n))}dtdElement(e,i,n){return this.stream.write(super.dtdElement(e,i,n))}dtdEntity(e,i,n){return this.stream.write(super.dtdEntity(e,i,n))}dtdNotation(e,i,n){return this.stream.write(super.dtdNotation(e,i,n))}}}).call(this)},85913:function(e,i,n){(function(){var i,s;s=n(66752);e.exports=i=class XMLStringWriter extends s{constructor(e){super(e)}document(e,i){var n,s,r,o,a;i=this.filterOptions(i);o="";a=e.children;for(s=0,r=a.length;s","]]]]>");return this.assertLegalChar(e)}comment(e){if(this.options.noValidation){return e}e=""+e||"";if(e.match(/--/)){throw new Error("Comment text cannot contain double-hypen: "+e)}return this.assertLegalChar(e)}raw(e){if(this.options.noValidation){return e}return""+e||""}attValue(e){if(this.options.noValidation){return e}return this.assertLegalChar(this.attEscape(e=""+e||""))}insTarget(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}insValue(e){if(this.options.noValidation){return e}e=""+e||"";if(e.match(/\?>/)){throw new Error("Invalid processing instruction value: "+e)}return this.assertLegalChar(e)}xmlVersion(e){if(this.options.noValidation){return e}e=""+e||"";if(!e.match(/1\.[0-9]+/)){throw new Error("Invalid version number: "+e)}return e}xmlEncoding(e){if(this.options.noValidation){return e}e=""+e||"";if(!e.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/)){throw new Error("Invalid encoding: "+e)}return this.assertLegalChar(e)}xmlStandalone(e){if(this.options.noValidation){return e}if(e){return"yes"}else{return"no"}}dtdPubID(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdSysID(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdElementValue(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdAttType(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdAttDefault(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdEntityValue(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdNData(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}assertLegalChar(e){var i,n;if(this.options.noValidation){return e}i="";if(this.options.version==="1.0"){i=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/;if(n=e.match(i)){throw new Error(`Invalid character in string: ${e} at index ${n.index}`)}}else if(this.options.version==="1.1"){i=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/;if(n=e.match(i)){throw new Error(`Invalid character in string: ${e} at index ${n.index}`)}}return e}assertLegalName(e){var i;if(this.options.noValidation){return e}this.assertLegalChar(e);i=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/;if(!e.match(i)){throw new Error("Invalid character in name")}return e}textEscape(e){var i;if(this.options.noValidation){return e}i=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g;return e.replace(i,"&").replace(//g,">").replace(/\r/g," ")}attEscape(e){var i;if(this.options.noValidation){return e}i=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g;return e.replace(i,"&").replace(/0){return new Array(s).join(i.indent)}}return""}endline(e,i,n){if(!i.pretty||i.suppressPrettyCount){return""}else{return i.newline}}attribute(e,i,n){var s;this.openAttribute(e,i,n);if(i.pretty&&i.width>0){s=e.name+'="'+e.value+'"'}else{s=" "+e.name+'="'+e.value+'"'}this.closeAttribute(e,i,n);return s}cdata(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+""+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}comment(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+"\x3c!-- ";i.state=s.InsideTag;r+=e.value;i.state=s.CloseTag;r+=" --\x3e"+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}declaration(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+"";r+=this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}docType(e,i,n){var r,o,a,c,u;n||(n=0);this.openNode(e,i,n);i.state=s.OpenTag;c=this.indent(e,i,n);c+="0){c+=" [";c+=this.endline(e,i,n);i.state=s.InsideTag;u=e.children;for(o=0,a=u.length;o";c+=this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return c}element(e,n,r){var o,a,c,u,f,_,g,v,S,b,P,C,I,x,N,T,O,E,L;r||(r=0);C=false;this.openNode(e,n,r);n.state=s.OpenTag;I=this.indent(e,n,r)+"<"+e.name;if(n.pretty&&n.width>0){v=I.length;N=e.attribs;for(P in N){if(!k.call(N,P))continue;o=N[P];x=this.attribute(o,n,r);a=x.length;if(v+a>n.width){L=this.indent(e,n,r+1)+x;I+=this.endline(e,n,r)+L;v=L.length}else{L=" "+x;I+=L;v+=L.length}}}else{T=e.attribs;for(P in T){if(!k.call(T,P))continue;o=T[P];I+=this.attribute(o,n,r)}}u=e.children.length;f=u===0?null:e.children[0];if(u===0||e.children.every((function(e){return(e.type===i.Text||e.type===i.Raw)&&e.value===""}))){if(n.allowEmpty){I+=">";n.state=s.CloseTag;I+=""+this.endline(e,n,r)}else{n.state=s.CloseTag;I+=n.spaceBeforeSlash+"/>"+this.endline(e,n,r)}}else if(n.pretty&&u===1&&(f.type===i.Text||f.type===i.Raw)&&f.value!=null){I+=">";n.state=s.InsideTag;n.suppressPrettyCount++;C=true;I+=this.writeChildNode(f,n,r+1);n.suppressPrettyCount--;C=false;n.state=s.CloseTag;I+=""+this.endline(e,n,r)}else{if(n.dontPrettyTextNodes){O=e.children;for(_=0,S=O.length;_"+this.endline(e,n,r);n.state=s.InsideTag;E=e.children;for(g=0,b=E.length;g";if(C){n.suppressPrettyCount--}I+=this.endline(e,n,r);n.state=s.None}this.closeNode(e,n,r);return I}writeChildNode(e,n,s){switch(e.type){case i.CData:return this.cdata(e,n,s);case i.Comment:return this.comment(e,n,s);case i.Element:return this.element(e,n,s);case i.Raw:return this.raw(e,n,s);case i.Text:return this.text(e,n,s);case i.ProcessingInstruction:return this.processingInstruction(e,n,s);case i.Dummy:return"";case i.Declaration:return this.declaration(e,n,s);case i.DocType:return this.docType(e,n,s);case i.AttributeDeclaration:return this.dtdAttList(e,n,s);case i.ElementDeclaration:return this.dtdElement(e,n,s);case i.EntityDeclaration:return this.dtdEntity(e,n,s);case i.NotationDeclaration:return this.dtdNotation(e,n,s);default:throw new Error("Unknown XML node type: "+e.constructor.name)}}processingInstruction(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+"";r+=this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}raw(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n);i.state=s.InsideTag;r+=e.value;i.state=s.CloseTag;r+=this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}text(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n);i.state=s.InsideTag;r+=e.value;i.state=s.CloseTag;r+=this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}dtdAttList(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+""+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}dtdElement(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+""+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}dtdEntity(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+""+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}dtdNotation(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+""+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}openNode(e,i,n){}closeNode(e,i,n){}openAttribute(e,i,n){}closeAttribute(e,i,n){}}}).call(this)},52958:function(e,i,n){(function(){var i,s,r,o,a,c,u,f,_;({assign:f,isFunction:_}=n(58229));r=n(78310);o=n(53730);a=n(77356);u=n(85913);c=n(78601);i=n(29267);s=n(9766);e.exports.create=function(e,i,n,s){var r,a;if(e==null){throw new Error("Root element needs a name.")}s=f({},i,n,s);r=new o(s);a=r.element(e);if(!s.headless){r.declaration(s);if(s.pubID!=null||s.sysID!=null){r.dtd(s)}}return a};e.exports.begin=function(e,i,n){if(_(e)){[i,n]=[e,i];e={}}if(i){return new a(e,i,n)}else{return new o(e)}};e.exports.stringWriter=function(e){return new u(e)};e.exports.streamWriter=function(e,i){return new c(e,i)};e.exports.implementation=new r;e.exports.nodeType=i;e.exports.writerState=s}).call(this)},4091:e=>{"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next){yield e.value}}}},40665:(e,i,n)=>{"use strict";e.exports=Yallist;Yallist.Node=Node;Yallist.create=Yallist;function Yallist(e){var i=this;if(!(i instanceof Yallist)){i=new Yallist}i.tail=null;i.head=null;i.length=0;if(e&&typeof e.forEach==="function"){e.forEach((function(e){i.push(e)}))}else if(arguments.length>0){for(var n=0,s=arguments.length;n1){n=i}else if(this.head){s=this.head.next;n=this.head.value}else{throw new TypeError("Reduce of empty list with no initial value")}for(var r=0;s!==null;r++){n=e(n,s.value,r);s=s.next}return n};Yallist.prototype.reduceReverse=function(e,i){var n;var s=this.tail;if(arguments.length>1){n=i}else if(this.tail){s=this.tail.prev;n=this.tail.value}else{throw new TypeError("Reduce of empty list with no initial value")}for(var r=this.length-1;s!==null;r--){n=e(n,s.value,r);s=s.prev}return n};Yallist.prototype.toArray=function(){var e=new Array(this.length);for(var i=0,n=this.head;n!==null;i++){e[i]=n.value;n=n.next}return e};Yallist.prototype.toArrayReverse=function(){var e=new Array(this.length);for(var i=0,n=this.tail;n!==null;i++){e[i]=n.value;n=n.prev}return e};Yallist.prototype.slice=function(e,i){i=i||this.length;if(i<0){i+=this.length}e=e||0;if(e<0){e+=this.length}var n=new Yallist;if(ithis.length){i=this.length}for(var s=0,r=this.head;r!==null&&sthis.length){i=this.length}for(var s=this.length,r=this.tail;r!==null&&s>i;s--){r=r.prev}for(;r!==null&&s>e;s--,r=r.prev){n.push(r.value)}return n};Yallist.prototype.splice=function(e,i,...n){if(e>this.length){e=this.length-1}if(e<0){e=this.length+e}for(var s=0,r=this.head;r!==null&&s{class TwilioClientException extends Error{constructor(e){super(e)}}class TwilioClient{constructor(e,i,s,r=((e,i,s)=>n(75595)(e,i,{lazyLoading:true,logLevel:s}))){this.client=r(e,i,s);this.SUPPORTED_VOICES=["man","woman","alice"]}async call(e,i,n,s){if(this.SUPPORTED_VOICES.includes(e)){await this.client.calls.create({from:n,to:s,twiml:`${i}`})}else{throw new TwilioClientException(`'${e}' voice is not supported. Possible values: man, woman, alice.`)}}}e.exports={TwilioClient:TwilioClient,TwilioClientException:TwilioClientException}},39491:e=>{"use strict";e.exports=require("assert")},14300:e=>{"use strict";e.exports=require("buffer")},6113:e=>{"use strict";e.exports=require("crypto")},82361:e=>{"use strict";e.exports=require("events")},57147:e=>{"use strict";e.exports=require("fs")},13685:e=>{"use strict";e.exports=require("http")},95687:e=>{"use strict";e.exports=require("https")},41808:e=>{"use strict";e.exports=require("net")},22037:e=>{"use strict";e.exports=require("os")},71017:e=>{"use strict";e.exports=require("path")},63477:e=>{"use strict";e.exports=require("querystring")},12781:e=>{"use strict";e.exports=require("stream")},24404:e=>{"use strict";e.exports=require("tls")},76224:e=>{"use strict";e.exports=require("tty")},57310:e=>{"use strict";e.exports=require("url")},73837:e=>{"use strict";e.exports=require("util")},59796:e=>{"use strict";e.exports=require("zlib")},88757:(e,i,n)=>{"use strict";const s=n(64334);const r=n(57310);const o=n(63329);const a=n(13685);const c=n(95687);const u=n(73837);const f=n(67707);const _=n(59796);const g=n(12781);const v=n(82361);function _interopDefaultLegacy(e){return e&&typeof e==="object"&&"default"in e?e:{default:e}}const S=_interopDefaultLegacy(s);const b=_interopDefaultLegacy(r);const P=_interopDefaultLegacy(a);const C=_interopDefaultLegacy(c);const I=_interopDefaultLegacy(u);const x=_interopDefaultLegacy(f);const k=_interopDefaultLegacy(_);const N=_interopDefaultLegacy(g);const T=_interopDefaultLegacy(v);function bind(e,i){return function wrap(){return e.apply(i,arguments)}}const{toString:O}=Object.prototype;const{getPrototypeOf:E}=Object;const L=(e=>i=>{const n=O.call(i);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null));const kindOfTest=e=>{e=e.toLowerCase();return i=>L(i)===e};const typeOfTest=e=>i=>typeof i===e;const{isArray:A}=Array;const R=typeOfTest("undefined");function isBuffer(e){return e!==null&&!R(e)&&e.constructor!==null&&!R(e.constructor)&&F(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const U=kindOfTest("ArrayBuffer");function isArrayBufferView(e){let i;if(typeof ArrayBuffer!=="undefined"&&ArrayBuffer.isView){i=ArrayBuffer.isView(e)}else{i=e&&e.buffer&&U(e.buffer)}return i}const J=typeOfTest("string");const F=typeOfTest("function");const V=typeOfTest("number");const isObject=e=>e!==null&&typeof e==="object";const isBoolean=e=>e===true||e===false;const isPlainObject=e=>{if(L(e)!=="object"){return false}const i=E(e);return(i===null||i===Object.prototype||Object.getPrototypeOf(i)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)};const q=kindOfTest("Date");const j=kindOfTest("File");const z=kindOfTest("Blob");const B=kindOfTest("FileList");const isStream=e=>isObject(e)&&F(e.pipe);const isFormData=e=>{let i;return e&&(typeof FormData==="function"&&e instanceof FormData||F(e.append)&&((i=L(e))==="formdata"||i==="object"&&F(e.toString)&&e.toString()==="[object FormData]"))};const W=kindOfTest("URLSearchParams");const trim=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(e,i,{allOwnKeys:n=false}={}){if(e===null||typeof e==="undefined"){return}let s;let r;if(typeof e!=="object"){e=[e]}if(A(e)){for(s=0,r=e.length;s0){r=n[s];if(i===r.toLowerCase()){return r}}return null}const H=(()=>{if(typeof globalThis!=="undefined")return globalThis;return typeof self!=="undefined"?self:typeof window!=="undefined"?window:global})();const isContextDefined=e=>!R(e)&&e!==H;function merge(){const{caseless:e}=isContextDefined(this)&&this||{};const i={};const assignValue=(n,s)=>{const r=e&&findKey(i,s)||s;if(isPlainObject(i[r])&&isPlainObject(n)){i[r]=merge(i[r],n)}else if(isPlainObject(n)){i[r]=merge({},n)}else if(A(n)){i[r]=n.slice()}else{i[r]=n}};for(let e=0,i=arguments.length;e{forEach(i,((i,s)=>{if(n&&F(i)){e[s]=bind(i,n)}else{e[s]=i}}),{allOwnKeys:s});return e};const stripBOM=e=>{if(e.charCodeAt(0)===65279){e=e.slice(1)}return e};const inherits=(e,i,n,s)=>{e.prototype=Object.create(i.prototype,s);e.prototype.constructor=e;Object.defineProperty(e,"super",{value:i.prototype});n&&Object.assign(e.prototype,n)};const toFlatObject=(e,i,n,s)=>{let r;let o;let a;const c={};i=i||{};if(e==null)return i;do{r=Object.getOwnPropertyNames(e);o=r.length;while(o-- >0){a=r[o];if((!s||s(a,e,i))&&!c[a]){i[a]=e[a];c[a]=true}}e=n!==false&&E(e)}while(e&&(!n||n(e,i))&&e!==Object.prototype);return i};const endsWith=(e,i,n)=>{e=String(e);if(n===undefined||n>e.length){n=e.length}n-=i.length;const s=e.indexOf(i,n);return s!==-1&&s===n};const toArray=e=>{if(!e)return null;if(A(e))return e;let i=e.length;if(!V(i))return null;const n=new Array(i);while(i-- >0){n[i]=e[i]}return n};const K=(e=>i=>e&&i instanceof e)(typeof Uint8Array!=="undefined"&&E(Uint8Array));const forEachEntry=(e,i)=>{const n=e&&e[Symbol.iterator];const s=n.call(e);let r;while((r=s.next())&&!r.done){const n=r.value;i.call(e,n[0],n[1])}};const matchAll=(e,i)=>{let n;const s=[];while((n=e.exec(i))!==null){s.push(n)}return s};const Q=kindOfTest("HTMLFormElement");const toCamelCase=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function replacer(e,i,n){return i.toUpperCase()+n}));const G=(({hasOwnProperty:e})=>(i,n)=>e.call(i,n))(Object.prototype);const X=kindOfTest("RegExp");const reduceDescriptors=(e,i)=>{const n=Object.getOwnPropertyDescriptors(e);const s={};forEach(n,((n,r)=>{let o;if((o=i(n,r,e))!==false){s[r]=o||n}}));Object.defineProperties(e,s)};const freezeMethods=e=>{reduceDescriptors(e,((i,n)=>{if(F(e)&&["arguments","caller","callee"].indexOf(n)!==-1){return false}const s=e[n];if(!F(s))return;i.enumerable=false;if("writable"in i){i.writable=false;return}if(!i.set){i.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}}}))};const toObjectSet=(e,i)=>{const n={};const define=e=>{e.forEach((e=>{n[e]=true}))};A(e)?define(e):define(String(e).split(i));return n};const noop=()=>{};const toFiniteNumber=(e,i)=>{e=+e;return Number.isFinite(e)?e:i};const Y="abcdefghijklmnopqrstuvwxyz";const Z="0123456789";const ee={DIGIT:Z,ALPHA:Y,ALPHA_DIGIT:Y+Y.toUpperCase()+Z};const generateString=(e=16,i=ee.ALPHA_DIGIT)=>{let n="";const{length:s}=i;while(e--){n+=i[Math.random()*s|0]}return n};function isSpecCompliantForm(e){return!!(e&&F(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const toJSONObject=e=>{const i=new Array(10);const visit=(e,n)=>{if(isObject(e)){if(i.indexOf(e)>=0){return}if(!("toJSON"in e)){i[n]=e;const s=A(e)?[]:{};forEach(e,((e,i)=>{const r=visit(e,n+1);!R(r)&&(s[i]=r)}));i[n]=undefined;return s}}return e};return visit(e,0)};const te=kindOfTest("AsyncFunction");const isThenable=e=>e&&(isObject(e)||F(e))&&F(e.then)&&F(e.catch);const ie={isArray:A,isArrayBuffer:U,isBuffer:isBuffer,isFormData:isFormData,isArrayBufferView:isArrayBufferView,isString:J,isNumber:V,isBoolean:isBoolean,isObject:isObject,isPlainObject:isPlainObject,isUndefined:R,isDate:q,isFile:j,isBlob:z,isRegExp:X,isFunction:F,isStream:isStream,isURLSearchParams:W,isTypedArray:K,isFileList:B,forEach:forEach,merge:merge,extend:extend,trim:trim,stripBOM:stripBOM,inherits:inherits,toFlatObject:toFlatObject,kindOf:L,kindOfTest:kindOfTest,endsWith:endsWith,toArray:toArray,forEachEntry:forEachEntry,matchAll:matchAll,isHTMLForm:Q,hasOwnProperty:G,hasOwnProp:G,reduceDescriptors:reduceDescriptors,freezeMethods:freezeMethods,toObjectSet:toObjectSet,toCamelCase:toCamelCase,noop:noop,toFiniteNumber:toFiniteNumber,findKey:findKey,global:H,isContextDefined:isContextDefined,ALPHABET:ee,generateString:generateString,isSpecCompliantForm:isSpecCompliantForm,toJSONObject:toJSONObject,isAsyncFn:te,isThenable:isThenable};function AxiosError(e,i,n,s,r){Error.call(this);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}else{this.stack=(new Error).stack}this.message=e;this.name="AxiosError";i&&(this.code=i);n&&(this.config=n);s&&(this.request=s);r&&(this.response=r)}ie.inherits(AxiosError,Error,{toJSON:function toJSON(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ie.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const ne=AxiosError.prototype;const se={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{se[e]={value:e}}));Object.defineProperties(AxiosError,se);Object.defineProperty(ne,"isAxiosError",{value:true});AxiosError.from=(e,i,n,s,r,o)=>{const a=Object.create(ne);ie.toFlatObject(e,a,(function filter(e){return e!==Error.prototype}),(e=>e!=="isAxiosError"));AxiosError.call(a,e.message,i,n,s,r);a.cause=e;a.name=e.name;o&&Object.assign(a,o);return a};function isVisitable(e){return ie.isPlainObject(e)||ie.isArray(e)}function removeBrackets(e){return ie.endsWith(e,"[]")?e.slice(0,-2):e}function renderKey(e,i,n){if(!e)return i;return e.concat(i).map((function each(e,i){e=removeBrackets(e);return!n&&i?"["+e+"]":e})).join(n?".":"")}function isFlatArray(e){return ie.isArray(e)&&!e.some(isVisitable)}const re=ie.toFlatObject(ie,{},null,(function filter(e){return/^is[A-Z]/.test(e)}));function toFormData(e,i,n){if(!ie.isObject(e)){throw new TypeError("target must be an object")}i=i||new(S["default"]||FormData);n=ie.toFlatObject(n,{metaTokens:true,dots:false,indexes:false},false,(function defined(e,i){return!ie.isUndefined(i[e])}));const s=n.metaTokens;const r=n.visitor||defaultVisitor;const o=n.dots;const a=n.indexes;const c=n.Blob||typeof Blob!=="undefined"&&Blob;const u=c&&ie.isSpecCompliantForm(i);if(!ie.isFunction(r)){throw new TypeError("visitor must be a function")}function convertValue(e){if(e===null)return"";if(ie.isDate(e)){return e.toISOString()}if(!u&&ie.isBlob(e)){throw new AxiosError("Blob is not supported. Use a Buffer instead.")}if(ie.isArrayBuffer(e)||ie.isTypedArray(e)){return u&&typeof Blob==="function"?new Blob([e]):Buffer.from(e)}return e}function defaultVisitor(e,n,r){let c=e;if(e&&!r&&typeof e==="object"){if(ie.endsWith(n,"{}")){n=s?n:n.slice(0,-2);e=JSON.stringify(e)}else if(ie.isArray(e)&&isFlatArray(e)||(ie.isFileList(e)||ie.endsWith(n,"[]"))&&(c=ie.toArray(e))){n=removeBrackets(n);c.forEach((function each(e,s){!(ie.isUndefined(e)||e===null)&&i.append(a===true?renderKey([n],s,o):a===null?n:n+"[]",convertValue(e))}));return false}}if(isVisitable(e)){return true}i.append(renderKey(r,n,o),convertValue(e));return false}const f=[];const _=Object.assign(re,{defaultVisitor:defaultVisitor,convertValue:convertValue,isVisitable:isVisitable});function build(e,n){if(ie.isUndefined(e))return;if(f.indexOf(e)!==-1){throw Error("Circular reference detected in "+n.join("."))}f.push(e);ie.forEach(e,(function each(e,s){const o=!(ie.isUndefined(e)||e===null)&&r.call(i,e,ie.isString(s)?s.trim():s,n,_);if(o===true){build(e,n?n.concat(s):[s])}}));f.pop()}if(!ie.isObject(e)){throw new TypeError("data must be an object")}build(e);return i}function encode$1(e){const i={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function replacer(e){return i[e]}))}function AxiosURLSearchParams(e,i){this._pairs=[];e&&toFormData(e,this,i)}const oe=AxiosURLSearchParams.prototype;oe.append=function append(e,i){this._pairs.push([e,i])};oe.toString=function toString(e){const i=e?function(i){return e.call(this,i,encode$1)}:encode$1;return this._pairs.map((function each(e){return i(e[0])+"="+i(e[1])}),"").join("&")};function encode(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(e,i,n){if(!i){return e}const s=n&&n.encode||encode;const r=n&&n.serialize;let o;if(r){o=r(i,n)}else{o=ie.isURLSearchParams(i)?i.toString():new AxiosURLSearchParams(i,n).toString(s)}if(o){const i=e.indexOf("#");if(i!==-1){e=e.slice(0,i)}e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class InterceptorManager{constructor(){this.handlers=[]}use(e,i,n){this.handlers.push({fulfilled:e,rejected:i,synchronous:n?n.synchronous:false,runWhen:n?n.runWhen:null});return this.handlers.length-1}eject(e){if(this.handlers[e]){this.handlers[e]=null}}clear(){if(this.handlers){this.handlers=[]}}forEach(e){ie.forEach(this.handlers,(function forEachHandler(i){if(i!==null){e(i)}}))}}const ae=InterceptorManager;const ce={silentJSONParsing:true,forcedJSONParsing:true,clarifyTimeoutError:false};const ue=b["default"].URLSearchParams;const de={isNode:true,classes:{URLSearchParams:ue,FormData:S["default"],Blob:typeof Blob!=="undefined"&&Blob||null},protocols:["http","https","file","data"]};const le=typeof window!=="undefined"&&typeof document!=="undefined";const he=(e=>le&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator!=="undefined"&&navigator.product);const pe=(()=>typeof WorkerGlobalScope!=="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts==="function")();const me=Object.freeze({__proto__:null,hasBrowserEnv:le,hasStandardBrowserWebWorkerEnv:pe,hasStandardBrowserEnv:he});const fe={...me,...de};function toURLEncodedForm(e,i){return toFormData(e,new fe.classes.URLSearchParams,Object.assign({visitor:function(e,i,n,s){if(fe.isNode&&ie.isBuffer(e)){this.append(i,e.toString("base64"));return false}return s.defaultVisitor.apply(this,arguments)}},i))}function parsePropPath(e){return ie.matchAll(/\w+|\[(\w*)]/g,e).map((e=>e[0]==="[]"?"":e[1]||e[0]))}function arrayToObject(e){const i={};const n=Object.keys(e);let s;const r=n.length;let o;for(s=0;s=e.length;r=!r&&ie.isArray(n)?n.length:r;if(a){if(ie.hasOwnProp(n,r)){n[r]=[n[r],i]}else{n[r]=i}return!o}if(!n[r]||!ie.isObject(n[r])){n[r]=[]}const c=buildPath(e,i,n[r],s);if(c&&ie.isArray(n[r])){n[r]=arrayToObject(n[r])}return!o}if(ie.isFormData(e)&&ie.isFunction(e.entries)){const i={};ie.forEachEntry(e,((e,n)=>{buildPath(parsePropPath(e),n,i,0)}));return i}return null}function stringifySafely(e,i,n){if(ie.isString(e)){try{(i||JSON.parse)(e);return ie.trim(e)}catch(e){if(e.name!=="SyntaxError"){throw e}}}return(n||JSON.stringify)(e)}const _e={transitional:ce,adapter:["xhr","http"],transformRequest:[function transformRequest(e,i){const n=i.getContentType()||"";const s=n.indexOf("application/json")>-1;const r=ie.isObject(e);if(r&&ie.isHTMLForm(e)){e=new FormData(e)}const o=ie.isFormData(e);if(o){if(!s){return e}return s?JSON.stringify(formDataToJSON(e)):e}if(ie.isArrayBuffer(e)||ie.isBuffer(e)||ie.isStream(e)||ie.isFile(e)||ie.isBlob(e)){return e}if(ie.isArrayBufferView(e)){return e.buffer}if(ie.isURLSearchParams(e)){i.setContentType("application/x-www-form-urlencoded;charset=utf-8",false);return e.toString()}let a;if(r){if(n.indexOf("application/x-www-form-urlencoded")>-1){return toURLEncodedForm(e,this.formSerializer).toString()}if((a=ie.isFileList(e))||n.indexOf("multipart/form-data")>-1){const i=this.env&&this.env.FormData;return toFormData(a?{"files[]":e}:e,i&&new i,this.formSerializer)}}if(r||s){i.setContentType("application/json",false);return stringifySafely(e)}return e}],transformResponse:[function transformResponse(e){const i=this.transitional||_e.transitional;const n=i&&i.forcedJSONParsing;const s=this.responseType==="json";if(e&&ie.isString(e)&&(n&&!this.responseType||s)){const n=i&&i.silentJSONParsing;const r=!n&&s;try{return JSON.parse(e)}catch(e){if(r){if(e.name==="SyntaxError"){throw AxiosError.from(e,AxiosError.ERR_BAD_RESPONSE,this,null,this.response)}throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:fe.classes.FormData,Blob:fe.classes.Blob},validateStatus:function validateStatus(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":undefined}}};ie.forEach(["delete","get","head","post","put","patch"],(e=>{_e.headers[e]={}}));const ge=_e;const ve=ie.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);const parseHeaders=e=>{const i={};let n;let s;let r;e&&e.split("\n").forEach((function parser(e){r=e.indexOf(":");n=e.substring(0,r).trim().toLowerCase();s=e.substring(r+1).trim();if(!n||i[n]&&ve[n]){return}if(n==="set-cookie"){if(i[n]){i[n].push(s)}else{i[n]=[s]}}else{i[n]=i[n]?i[n]+", "+s:s}}));return i};const Se=Symbol("internals");function normalizeHeader(e){return e&&String(e).trim().toLowerCase()}function normalizeValue(e){if(e===false||e==null){return e}return ie.isArray(e)?e.map(normalizeValue):String(e)}function parseTokens(e){const i=Object.create(null);const n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;while(s=n.exec(e)){i[s[1]]=s[2]}return i}const isValidHeaderName=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function matchHeaderValue(e,i,n,s,r){if(ie.isFunction(s)){return s.call(this,i,n)}if(r){i=n}if(!ie.isString(i))return;if(ie.isString(s)){return i.indexOf(s)!==-1}if(ie.isRegExp(s)){return s.test(i)}}function formatHeader(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,i,n)=>i.toUpperCase()+n))}function buildAccessors(e,i){const n=ie.toCamelCase(" "+i);["get","set","has"].forEach((s=>{Object.defineProperty(e,s+n,{value:function(e,n,r){return this[s].call(this,i,e,n,r)},configurable:true})}))}class AxiosHeaders{constructor(e){e&&this.set(e)}set(e,i,n){const s=this;function setHeader(e,i,n){const r=normalizeHeader(i);if(!r){throw new Error("header name must be a non-empty string")}const o=ie.findKey(s,r);if(!o||s[o]===undefined||n===true||n===undefined&&s[o]!==false){s[o||i]=normalizeValue(e)}}const setHeaders=(e,i)=>ie.forEach(e,((e,n)=>setHeader(e,n,i)));if(ie.isPlainObject(e)||e instanceof this.constructor){setHeaders(e,i)}else if(ie.isString(e)&&(e=e.trim())&&!isValidHeaderName(e)){setHeaders(parseHeaders(e),i)}else{e!=null&&setHeader(i,e,n)}return this}get(e,i){e=normalizeHeader(e);if(e){const n=ie.findKey(this,e);if(n){const e=this[n];if(!i){return e}if(i===true){return parseTokens(e)}if(ie.isFunction(i)){return i.call(this,e,n)}if(ie.isRegExp(i)){return i.exec(e)}throw new TypeError("parser must be boolean|regexp|function")}}}has(e,i){e=normalizeHeader(e);if(e){const n=ie.findKey(this,e);return!!(n&&this[n]!==undefined&&(!i||matchHeaderValue(this,this[n],n,i)))}return false}delete(e,i){const n=this;let s=false;function deleteHeader(e){e=normalizeHeader(e);if(e){const r=ie.findKey(n,e);if(r&&(!i||matchHeaderValue(n,n[r],r,i))){delete n[r];s=true}}}if(ie.isArray(e)){e.forEach(deleteHeader)}else{deleteHeader(e)}return s}clear(e){const i=Object.keys(this);let n=i.length;let s=false;while(n--){const r=i[n];if(!e||matchHeaderValue(this,this[r],r,e,true)){delete this[r];s=true}}return s}normalize(e){const i=this;const n={};ie.forEach(this,((s,r)=>{const o=ie.findKey(n,r);if(o){i[o]=normalizeValue(s);delete i[r];return}const a=e?formatHeader(r):String(r).trim();if(a!==r){delete i[r]}i[a]=normalizeValue(s);n[a]=true}));return this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const i=Object.create(null);ie.forEach(this,((n,s)=>{n!=null&&n!==false&&(i[s]=e&&ie.isArray(n)?n.join(", "):n)}));return i}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,i])=>e+": "+i)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...i){const n=new this(e);i.forEach((e=>n.set(e)));return n}static accessor(e){const i=this[Se]=this[Se]={accessors:{}};const n=i.accessors;const s=this.prototype;function defineAccessor(e){const i=normalizeHeader(e);if(!n[i]){buildAccessors(s,e);n[i]=true}}ie.isArray(e)?e.forEach(defineAccessor):defineAccessor(e);return this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);ie.reduceDescriptors(AxiosHeaders.prototype,(({value:e},i)=>{let n=i[0].toUpperCase()+i.slice(1);return{get:()=>e,set(e){this[n]=e}}}));ie.freezeMethods(AxiosHeaders);const be=AxiosHeaders;function transformData(e,i){const n=this||ge;const s=i||n;const r=be.from(s.headers);let o=s.data;ie.forEach(e,(function transform(e){o=e.call(n,o,r.normalize(),i?i.status:undefined)}));r.normalize();return o}function isCancel(e){return!!(e&&e.__CANCEL__)}function CanceledError(e,i,n){AxiosError.call(this,e==null?"canceled":e,AxiosError.ERR_CANCELED,i,n);this.name="CanceledError"}ie.inherits(CanceledError,AxiosError,{__CANCEL__:true});function settle(e,i,n){const s=n.config.validateStatus;if(!n.status||!s||s(n.status)){e(n)}else{i(new AxiosError("Request failed with status code "+n.status,[AxiosError.ERR_BAD_REQUEST,AxiosError.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}}function isAbsoluteURL(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function combineURLs(e,i){return i?e.replace(/\/?\/$/,"")+"/"+i.replace(/^\/+/,""):e}function buildFullPath(e,i){if(e&&!isAbsoluteURL(i)){return combineURLs(e,i)}return i}const ye="1.6.3";function parseProtocol(e){const i=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return i&&i[1]||""}const Pe=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function fromDataURI(e,i,n){const s=n&&n.Blob||fe.classes.Blob;const r=parseProtocol(e);if(i===undefined&&s){i=true}if(r==="data"){e=r.length?e.slice(r.length+1):e;const n=Pe.exec(e);if(!n){throw new AxiosError("Invalid URL",AxiosError.ERR_INVALID_URL)}const o=n[1];const a=n[2];const c=n[3];const u=Buffer.from(decodeURIComponent(c),a?"base64":"utf8");if(i){if(!s){throw new AxiosError("Blob is not supported",AxiosError.ERR_NOT_SUPPORT)}return new s([u],{type:o})}return u}throw new AxiosError("Unsupported protocol "+r,AxiosError.ERR_NOT_SUPPORT)}function throttle(e,i){let n=0;const s=1e3/i;let r=null;return function throttled(i,o){const a=Date.now();if(i||a-n>s){if(r){clearTimeout(r);r=null}n=a;return e.apply(null,o)}if(!r){r=setTimeout((()=>{r=null;n=Date.now();return e.apply(null,o)}),s-(a-n))}}}function speedometer(e,i){e=e||10;const n=new Array(e);const s=new Array(e);let r=0;let o=0;let a;i=i!==undefined?i:1e3;return function push(c){const u=Date.now();const f=s[o];if(!a){a=u}n[r]=c;s[r]=u;let _=o;let g=0;while(_!==r){g+=n[_++];_=_%e}r=(r+1)%e;if(r===o){o=(o+1)%e}if(u-a!ie.isUndefined(i[e])));super({readableHighWaterMark:e.chunkSize});const i=this;const n=this[we]={length:e.length,timeWindow:e.timeWindow,ticksRate:e.ticksRate,chunkSize:e.chunkSize,maxRate:e.maxRate,minChunkSize:e.minChunkSize,bytesSeen:0,isCaptured:false,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};const s=speedometer(n.ticksRate*e.samplesCount,n.timeWindow);this.on("newListener",(e=>{if(e==="progress"){if(!n.isCaptured){n.isCaptured=true}}}));let r=0;n.updateProgress=throttle((function throttledHandler(){const e=n.length;const o=n.bytesSeen;const a=o-r;if(!a||i.destroyed)return;const c=s(a);r=o;process.nextTick((()=>{i.emit("progress",{loaded:o,total:e,progress:e?o/e:undefined,bytes:a,rate:c?c:undefined,estimated:c&&e&&o<=e?(e-o)/c:undefined})}))}),n.ticksRate);const onFinish=()=>{n.updateProgress(true)};this.once("end",onFinish);this.once("error",onFinish)}_read(e){const i=this[we];if(i.onReadCallback){i.onReadCallback()}return super._read(e)}_transform(e,i,n){const s=this;const r=this[we];const o=r.maxRate;const a=this.readableHighWaterMark;const c=r.timeWindow;const u=1e3/c;const f=o/u;const _=r.minChunkSize!==false?Math.max(r.minChunkSize,f*.01):0;function pushChunk(e,i){const n=Buffer.byteLength(e);r.bytesSeen+=n;r.bytes+=n;if(r.isCaptured){r.updateProgress()}if(s.push(e)){process.nextTick(i)}else{r.onReadCallback=()=>{r.onReadCallback=null;process.nextTick(i)}}}const transformChunk=(e,i)=>{const n=Buffer.byteLength(e);let s=null;let u=a;let g;let v=0;if(o){const e=Date.now();if(!r.ts||(v=e-r.ts)>=c){r.ts=e;g=f-r.bytes;r.bytes=g<0?-g:0;v=0}g=f-r.bytes}if(o){if(g<=0){return setTimeout((()=>{i(null,e)}),c-v)}if(gu&&n-u>_){s=e.subarray(u);e=e.subarray(0,u)}pushChunk(e,s?()=>{process.nextTick(i,null,s)}:i)};transformChunk(e,(function transformNextChunk(e,i){if(e){return n(e)}if(i){transformChunk(i,transformNextChunk)}else{n(null)}}))}setLength(e){this[we].length=+e;return this}}const Ce=AxiosTransformStream;const{asyncIterator:Ie}=Symbol;const readBlob=async function*(e){if(e.stream){yield*e.stream()}else if(e.arrayBuffer){yield await e.arrayBuffer()}else if(e[Ie]){yield*e[Ie]()}else{yield e}};const xe=readBlob;const ke=ie.ALPHABET.ALPHA_DIGIT+"-_";const Ne=new u.TextEncoder;const Te="\r\n";const Oe=Ne.encode(Te);const Ee=2;class FormDataPart{constructor(e,i){const{escapeName:n}=this.constructor;const s=ie.isString(i);let r=`Content-Disposition: form-data; name="${n(e)}"${!s&&i.name?`; filename="${n(i.name)}"`:""}${Te}`;if(s){i=Ne.encode(String(i).replace(/\r?\n|\r\n?/g,Te))}else{r+=`Content-Type: ${i.type||"application/octet-stream"}${Te}`}this.headers=Ne.encode(r+Te);this.contentLength=s?i.byteLength:i.size;this.size=this.headers.byteLength+this.contentLength+Ee;this.name=e;this.value=i}async*encode(){yield this.headers;const{value:e}=this;if(ie.isTypedArray(e)){yield e}else{yield*xe(e)}yield Oe}static escapeName(e){return String(e).replace(/[\r\n"]/g,(e=>({"\r":"%0D","\n":"%0A",'"':"%22"}[e])))}}const formDataToStream=(e,i,n)=>{const{tag:s="form-data-boundary",size:r=25,boundary:o=s+"-"+ie.generateString(r,ke)}=n||{};if(!ie.isFormData(e)){throw TypeError("FormData instance required")}if(o.length<1||o.length>70){throw Error("boundary must be 10-70 characters long")}const a=Ne.encode("--"+o+Te);const c=Ne.encode("--"+o+"--"+Te+Te);let u=c.byteLength;const f=Array.from(e.entries()).map((([e,i])=>{const n=new FormDataPart(e,i);u+=n.size;return n}));u+=a.byteLength*f.length;u=ie.toFiniteNumber(u);const _={"Content-Type":`multipart/form-data; boundary=${o}`};if(Number.isFinite(u)){_["Content-Length"]=u}i&&i(_);return g.Readable.from(async function*(){for(const e of f){yield a;yield*e.encode()}yield c}())};const Le=formDataToStream;class ZlibHeaderTransformStream extends N["default"].Transform{__transform(e,i,n){this.push(e);n()}_transform(e,i,n){if(e.length!==0){this._transform=this.__transform;if(e[0]!==120){const e=Buffer.alloc(2);e[0]=120;e[1]=156;this.push(e,i)}}this.__transform(e,i,n)}}const Ae=ZlibHeaderTransformStream;const callbackify=(e,i)=>ie.isAsyncFn(e)?function(...n){const s=n.pop();e.apply(this,n).then((e=>{try{i?s(null,...i(e)):s(null,e)}catch(e){s(e)}}),s)}:e;const Me=callbackify;const Re={flush:k["default"].constants.Z_SYNC_FLUSH,finishFlush:k["default"].constants.Z_SYNC_FLUSH};const De={flush:k["default"].constants.BROTLI_OPERATION_FLUSH,finishFlush:k["default"].constants.BROTLI_OPERATION_FLUSH};const Ue=ie.isFunction(k["default"].createBrotliDecompress);const{http:Je,https:Fe}=x["default"];const Ve=/https:?/;const qe=fe.protocols.map((e=>e+":"));function dispatchBeforeRedirect(e){if(e.beforeRedirects.proxy){e.beforeRedirects.proxy(e)}if(e.beforeRedirects.config){e.beforeRedirects.config(e)}}function setProxy(e,i,n){let s=i;if(!s&&s!==false){const e=o.getProxyForUrl(n);if(e){s=new URL(e)}}if(s){if(s.username){s.auth=(s.username||"")+":"+(s.password||"")}if(s.auth){if(s.auth.username||s.auth.password){s.auth=(s.auth.username||"")+":"+(s.auth.password||"")}const i=Buffer.from(s.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+i}e.headers.host=e.hostname+(e.port?":"+e.port:"");const i=s.hostname||s.host;e.hostname=i;e.host=i;e.port=s.port;e.path=n;if(s.protocol){e.protocol=s.protocol.includes(":")?s.protocol:`${s.protocol}:`}}e.beforeRedirects.proxy=function beforeRedirect(e){setProxy(e,i,e.href)}}const je=typeof process!=="undefined"&&ie.kindOf(process)==="process";const wrapAsync=e=>new Promise(((i,n)=>{let s;let r;const done=(e,i)=>{if(r)return;r=true;s&&s(e,i)};const _resolve=e=>{done(e);i(e)};const _reject=e=>{done(e,true);n(e)};e(_resolve,_reject,(e=>s=e)).catch(_reject)}));const resolveFamily=({address:e,family:i})=>{if(!ie.isString(e)){throw TypeError("address must be a string")}return{address:e,family:i||(e.indexOf(".")<0?6:4)}};const buildAddressEntry=(e,i)=>resolveFamily(ie.isObject(e)?e:{address:e,family:i});const ze=je&&function httpAdapter(e){return wrapAsync((async function dispatchHttpRequest(i,n,s){let{data:r,lookup:o,family:a}=e;const{responseType:c,responseEncoding:u}=e;const f=e.method.toUpperCase();let _;let g=false;let v;if(o){const e=Me(o,(e=>ie.isArray(e)?e:[e]));o=(i,n,s)=>{e(i,n,((e,i,r)=>{const o=ie.isArray(i)?i.map((e=>buildAddressEntry(e))):[buildAddressEntry(i,r)];n.all?s(e,o):s(e,o[0].address,o[0].family)}))}}const S=new T["default"];const onFinished=()=>{if(e.cancelToken){e.cancelToken.unsubscribe(abort)}if(e.signal){e.signal.removeEventListener("abort",abort)}S.removeAllListeners()};s(((e,i)=>{_=true;if(i){g=true;onFinished()}}));function abort(i){S.emit("abort",!i||i.type?new CanceledError(null,e,v):i)}S.once("abort",n);if(e.cancelToken||e.signal){e.cancelToken&&e.cancelToken.subscribe(abort);if(e.signal){e.signal.aborted?abort():e.signal.addEventListener("abort",abort)}}const b=buildFullPath(e.baseURL,e.url);const x=new URL(b,"http://localhost");const O=x.protocol||qe[0];if(O==="data:"){let s;if(f!=="GET"){return settle(i,n,{status:405,statusText:"method not allowed",headers:{},config:e})}try{s=fromDataURI(e.url,c==="blob",{Blob:e.env&&e.env.Blob})}catch(i){throw AxiosError.from(i,AxiosError.ERR_BAD_REQUEST,e)}if(c==="text"){s=s.toString(u);if(!u||u==="utf8"){s=ie.stripBOM(s)}}else if(c==="stream"){s=N["default"].Readable.from(s)}return settle(i,n,{data:s,status:200,statusText:"OK",headers:new be,config:e})}if(qe.indexOf(O)===-1){return n(new AxiosError("Unsupported protocol "+O,AxiosError.ERR_BAD_REQUEST,e))}const E=be.from(e.headers).normalize();E.set("User-Agent","axios/"+ye,false);const L=e.onDownloadProgress;const A=e.onUploadProgress;const R=e.maxRate;let U=undefined;let J=undefined;if(ie.isSpecCompliantForm(r)){const e=E.getContentType(/boundary=([-_\w\d]{10,70})/i);r=Le(r,(e=>{E.set(e)}),{tag:`axios-${ye}-boundary`,boundary:e&&e[1]||undefined})}else if(ie.isFormData(r)&&ie.isFunction(r.getHeaders)){E.set(r.getHeaders());if(!E.hasContentLength()){try{const e=await I["default"].promisify(r.getLength).call(r);Number.isFinite(e)&&e>=0&&E.setContentLength(e)}catch(e){}}}else if(ie.isBlob(r)){r.size&&E.setContentType(r.type||"application/octet-stream");E.setContentLength(r.size||0);r=N["default"].Readable.from(xe(r))}else if(r&&!ie.isStream(r)){if(Buffer.isBuffer(r));else if(ie.isArrayBuffer(r)){r=Buffer.from(new Uint8Array(r))}else if(ie.isString(r)){r=Buffer.from(r,"utf-8")}else{return n(new AxiosError("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",AxiosError.ERR_BAD_REQUEST,e))}E.setContentLength(r.length,false);if(e.maxBodyLength>-1&&r.length>e.maxBodyLength){return n(new AxiosError("Request body larger than maxBodyLength limit",AxiosError.ERR_BAD_REQUEST,e))}}const F=ie.toFiniteNumber(E.getContentLength());if(ie.isArray(R)){U=R[0];J=R[1]}else{U=J=R}if(r&&(A||U)){if(!ie.isStream(r)){r=N["default"].Readable.from(r,{objectMode:false})}r=N["default"].pipeline([r,new Ce({length:F,maxRate:ie.toFiniteNumber(U)})],ie.noop);A&&r.on("progress",(e=>{A(Object.assign(e,{upload:true}))}))}let V=undefined;if(e.auth){const i=e.auth.username||"";const n=e.auth.password||"";V=i+":"+n}if(!V&&x.username){const e=x.username;const i=x.password;V=e+":"+i}V&&E.delete("authorization");let q;try{q=buildURL(x.pathname+x.search,e.params,e.paramsSerializer).replace(/^\?/,"")}catch(i){const s=new Error(i.message);s.config=e;s.url=e.url;s.exists=true;return n(s)}E.set("Accept-Encoding","gzip, compress, deflate"+(Ue?", br":""),false);const j={path:q,method:f,headers:E.toJSON(),agents:{http:e.httpAgent,https:e.httpsAgent},auth:V,protocol:O,family:a,beforeRedirect:dispatchBeforeRedirect,beforeRedirects:{}};!ie.isUndefined(o)&&(j.lookup=o);if(e.socketPath){j.socketPath=e.socketPath}else{j.hostname=x.hostname;j.port=x.port;setProxy(j,e.proxy,O+"//"+x.hostname+(x.port?":"+x.port:"")+j.path)}let z;const B=Ve.test(j.protocol);j.agent=B?e.httpsAgent:e.httpAgent;if(e.transport){z=e.transport}else if(e.maxRedirects===0){z=B?C["default"]:P["default"]}else{if(e.maxRedirects){j.maxRedirects=e.maxRedirects}if(e.beforeRedirect){j.beforeRedirects.config=e.beforeRedirect}z=B?Fe:Je}if(e.maxBodyLength>-1){j.maxBodyLength=e.maxBodyLength}else{j.maxBodyLength=Infinity}if(e.insecureHTTPParser){j.insecureHTTPParser=e.insecureHTTPParser}v=z.request(j,(function handleResponse(s){if(v.destroyed)return;const r=[s];const o=+s.headers["content-length"];if(L){const e=new Ce({length:ie.toFiniteNumber(o),maxRate:ie.toFiniteNumber(J)});L&&e.on("progress",(e=>{L(Object.assign(e,{download:true}))}));r.push(e)}let a=s;const _=s.req||v;if(e.decompress!==false&&s.headers["content-encoding"]){if(f==="HEAD"||s.statusCode===204){delete s.headers["content-encoding"]}switch((s.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":r.push(k["default"].createUnzip(Re));delete s.headers["content-encoding"];break;case"deflate":r.push(new Ae);r.push(k["default"].createUnzip(Re));delete s.headers["content-encoding"];break;case"br":if(Ue){r.push(k["default"].createBrotliDecompress(De));delete s.headers["content-encoding"]}}}a=r.length>1?N["default"].pipeline(r,ie.noop):r[0];const b=N["default"].finished(a,(()=>{b();onFinished()}));const P={status:s.statusCode,statusText:s.statusMessage,headers:new be(s.headers),config:e,request:_};if(c==="stream"){P.data=a;settle(i,n,P)}else{const s=[];let r=0;a.on("data",(function handleStreamData(i){s.push(i);r+=i.length;if(e.maxContentLength>-1&&r>e.maxContentLength){g=true;a.destroy();n(new AxiosError("maxContentLength size of "+e.maxContentLength+" exceeded",AxiosError.ERR_BAD_RESPONSE,e,_))}}));a.on("aborted",(function handlerStreamAborted(){if(g){return}const i=new AxiosError("maxContentLength size of "+e.maxContentLength+" exceeded",AxiosError.ERR_BAD_RESPONSE,e,_);a.destroy(i);n(i)}));a.on("error",(function handleStreamError(i){if(v.destroyed)return;n(AxiosError.from(i,null,e,_))}));a.on("end",(function handleStreamEnd(){try{let e=s.length===1?s[0]:Buffer.concat(s);if(c!=="arraybuffer"){e=e.toString(u);if(!u||u==="utf8"){e=ie.stripBOM(e)}}P.data=e}catch(i){return n(AxiosError.from(i,null,e,P.request,P))}settle(i,n,P)}))}S.once("abort",(e=>{if(!a.destroyed){a.emit("error",e);a.destroy()}}))}));S.once("abort",(e=>{n(e);v.destroy(e)}));v.on("error",(function handleRequestError(i){n(AxiosError.from(i,null,e,v))}));v.on("socket",(function handleRequestSocket(e){e.setKeepAlive(true,1e3*60)}));if(e.timeout){const i=parseInt(e.timeout,10);if(Number.isNaN(i)){n(new AxiosError("error trying to parse `config.timeout` to int",AxiosError.ERR_BAD_OPTION_VALUE,e,v));return}v.setTimeout(i,(function handleRequestTimeout(){if(_)return;let i=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const s=e.transitional||ce;if(e.timeoutErrorMessage){i=e.timeoutErrorMessage}n(new AxiosError(i,s.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,e,v));abort()}))}if(ie.isStream(r)){let i=false;let n=false;r.on("end",(()=>{i=true}));r.once("error",(e=>{n=true;v.destroy(e)}));r.on("close",(()=>{if(!i&&!n){abort(new CanceledError("Request stream has been aborted",e,v))}}));r.pipe(v)}else{v.end(r)}}))};const Be=fe.hasStandardBrowserEnv?{write(e,i,n,s,r,o){const a=[e+"="+encodeURIComponent(i)];ie.isNumber(n)&&a.push("expires="+new Date(n).toGMTString());ie.isString(s)&&a.push("path="+s);ie.isString(r)&&a.push("domain="+r);o===true&&a.push("secure");document.cookie=a.join("; ")},read(e){const i=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return i?decodeURIComponent(i[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};const $e=fe.hasStandardBrowserEnv?function standardBrowserEnv(){const e=/(msie|trident)/i.test(navigator.userAgent);const i=document.createElement("a");let n;function resolveURL(n){let s=n;if(e){i.setAttribute("href",s);s=i.href}i.setAttribute("href",s);return{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:i.pathname.charAt(0)==="/"?i.pathname:"/"+i.pathname}}n=resolveURL(window.location.href);return function isURLSameOrigin(e){const i=ie.isString(e)?resolveURL(e):e;return i.protocol===n.protocol&&i.host===n.host}}():function nonStandardBrowserEnv(){return function isURLSameOrigin(){return true}}();function progressEventReducer(e,i){let n=0;const s=speedometer(50,250);return r=>{const o=r.loaded;const a=r.lengthComputable?r.total:undefined;const c=o-n;const u=s(c);const f=o<=a;n=o;const _={loaded:o,total:a,progress:a?o/a:undefined,bytes:c,rate:u?u:undefined,estimated:u&&a&&f?(a-o)/u:undefined,event:r};_[i?"download":"upload"]=true;e(_)}}const We=typeof XMLHttpRequest!=="undefined";const He=We&&function(e){return new Promise((function dispatchXhrRequest(i,n){let s=e.data;const r=be.from(e.headers).normalize();let{responseType:o,withXSRFToken:a}=e;let c;function done(){if(e.cancelToken){e.cancelToken.unsubscribe(c)}if(e.signal){e.signal.removeEventListener("abort",c)}}let u;if(ie.isFormData(s)){if(fe.hasStandardBrowserEnv||fe.hasStandardBrowserWebWorkerEnv){r.setContentType(false)}else if((u=r.getContentType())!==false){const[e,...i]=u?u.split(";").map((e=>e.trim())).filter(Boolean):[];r.setContentType([e||"multipart/form-data",...i].join("; "))}}let f=new XMLHttpRequest;if(e.auth){const i=e.auth.username||"";const n=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";r.set("Authorization","Basic "+btoa(i+":"+n))}const _=buildFullPath(e.baseURL,e.url);f.open(e.method.toUpperCase(),buildURL(_,e.params,e.paramsSerializer),true);f.timeout=e.timeout;function onloadend(){if(!f){return}const s=be.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders());const r=!o||o==="text"||o==="json"?f.responseText:f.response;const a={data:r,status:f.status,statusText:f.statusText,headers:s,config:e,request:f};settle((function _resolve(e){i(e);done()}),(function _reject(e){n(e);done()}),a);f=null}if("onloadend"in f){f.onloadend=onloadend}else{f.onreadystatechange=function handleLoad(){if(!f||f.readyState!==4){return}if(f.status===0&&!(f.responseURL&&f.responseURL.indexOf("file:")===0)){return}setTimeout(onloadend)}}f.onabort=function handleAbort(){if(!f){return}n(new AxiosError("Request aborted",AxiosError.ECONNABORTED,e,f));f=null};f.onerror=function handleError(){n(new AxiosError("Network Error",AxiosError.ERR_NETWORK,e,f));f=null};f.ontimeout=function handleTimeout(){let i=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const s=e.transitional||ce;if(e.timeoutErrorMessage){i=e.timeoutErrorMessage}n(new AxiosError(i,s.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,e,f));f=null};if(fe.hasStandardBrowserEnv){a&&ie.isFunction(a)&&(a=a(e));if(a||a!==false&&$e(_)){const i=e.xsrfHeaderName&&e.xsrfCookieName&&Be.read(e.xsrfCookieName);if(i){r.set(e.xsrfHeaderName,i)}}}s===undefined&&r.setContentType(null);if("setRequestHeader"in f){ie.forEach(r.toJSON(),(function setRequestHeader(e,i){f.setRequestHeader(i,e)}))}if(!ie.isUndefined(e.withCredentials)){f.withCredentials=!!e.withCredentials}if(o&&o!=="json"){f.responseType=e.responseType}if(typeof e.onDownloadProgress==="function"){f.addEventListener("progress",progressEventReducer(e.onDownloadProgress,true))}if(typeof e.onUploadProgress==="function"&&f.upload){f.upload.addEventListener("progress",progressEventReducer(e.onUploadProgress))}if(e.cancelToken||e.signal){c=i=>{if(!f){return}n(!i||i.type?new CanceledError(null,e,f):i);f.abort();f=null};e.cancelToken&&e.cancelToken.subscribe(c);if(e.signal){e.signal.aborted?c():e.signal.addEventListener("abort",c)}}const g=parseProtocol(_);if(g&&fe.protocols.indexOf(g)===-1){n(new AxiosError("Unsupported protocol "+g+":",AxiosError.ERR_BAD_REQUEST,e));return}f.send(s||null)}))};const Ke={http:ze,xhr:He};ie.forEach(Ke,((e,i)=>{if(e){try{Object.defineProperty(e,"name",{value:i})}catch(e){}Object.defineProperty(e,"adapterName",{value:i})}}));const renderReason=e=>`- ${e}`;const isResolvedHandle=e=>ie.isFunction(e)||e===null||e===false;const Qe={getAdapter:e=>{e=ie.isArray(e)?e:[e];const{length:i}=e;let n;let s;const r={};for(let o=0;o`adapter ${e} `+(i===false?"is not supported by the environment":"is not available in the build")));let n=i?e.length>1?"since :\n"+e.map(renderReason).join("\n"):" "+renderReason(e[0]):"as no adapter specified";throw new AxiosError(`There is no suitable adapter to dispatch the request `+n,"ERR_NOT_SUPPORT")}return s},adapters:Ke};function throwIfCancellationRequested(e){if(e.cancelToken){e.cancelToken.throwIfRequested()}if(e.signal&&e.signal.aborted){throw new CanceledError(null,e)}}function dispatchRequest(e){throwIfCancellationRequested(e);e.headers=be.from(e.headers);e.data=transformData.call(e,e.transformRequest);if(["post","put","patch"].indexOf(e.method)!==-1){e.headers.setContentType("application/x-www-form-urlencoded",false)}const i=Qe.getAdapter(e.adapter||ge.adapter);return i(e).then((function onAdapterResolution(i){throwIfCancellationRequested(e);i.data=transformData.call(e,e.transformResponse,i);i.headers=be.from(i.headers);return i}),(function onAdapterRejection(i){if(!isCancel(i)){throwIfCancellationRequested(e);if(i&&i.response){i.response.data=transformData.call(e,e.transformResponse,i.response);i.response.headers=be.from(i.response.headers)}}return Promise.reject(i)}))}const headersToObject=e=>e instanceof be?e.toJSON():e;function mergeConfig(e,i){i=i||{};const n={};function getMergedValue(e,i,n){if(ie.isPlainObject(e)&&ie.isPlainObject(i)){return ie.merge.call({caseless:n},e,i)}else if(ie.isPlainObject(i)){return ie.merge({},i)}else if(ie.isArray(i)){return i.slice()}return i}function mergeDeepProperties(e,i,n){if(!ie.isUndefined(i)){return getMergedValue(e,i,n)}else if(!ie.isUndefined(e)){return getMergedValue(undefined,e,n)}}function valueFromConfig2(e,i){if(!ie.isUndefined(i)){return getMergedValue(undefined,i)}}function defaultToConfig2(e,i){if(!ie.isUndefined(i)){return getMergedValue(undefined,i)}else if(!ie.isUndefined(e)){return getMergedValue(undefined,e)}}function mergeDirectKeys(n,s,r){if(r in i){return getMergedValue(n,s)}else if(r in e){return getMergedValue(undefined,n)}}const s={url:valueFromConfig2,method:valueFromConfig2,data:valueFromConfig2,baseURL:defaultToConfig2,transformRequest:defaultToConfig2,transformResponse:defaultToConfig2,paramsSerializer:defaultToConfig2,timeout:defaultToConfig2,timeoutMessage:defaultToConfig2,withCredentials:defaultToConfig2,withXSRFToken:defaultToConfig2,adapter:defaultToConfig2,responseType:defaultToConfig2,xsrfCookieName:defaultToConfig2,xsrfHeaderName:defaultToConfig2,onUploadProgress:defaultToConfig2,onDownloadProgress:defaultToConfig2,decompress:defaultToConfig2,maxContentLength:defaultToConfig2,maxBodyLength:defaultToConfig2,beforeRedirect:defaultToConfig2,transport:defaultToConfig2,httpAgent:defaultToConfig2,httpsAgent:defaultToConfig2,cancelToken:defaultToConfig2,socketPath:defaultToConfig2,responseEncoding:defaultToConfig2,validateStatus:mergeDirectKeys,headers:(e,i)=>mergeDeepProperties(headersToObject(e),headersToObject(i),true)};ie.forEach(Object.keys(Object.assign({},e,i)),(function computeConfigValue(r){const o=s[r]||mergeDeepProperties;const a=o(e[r],i[r],r);ie.isUndefined(a)&&o!==mergeDirectKeys||(n[r]=a)}));return n}const Ge={};["object","boolean","number","function","string","symbol"].forEach(((e,i)=>{Ge[e]=function validator(n){return typeof n===e||"a"+(i<1?"n ":" ")+e}}));const Xe={};Ge.transitional=function transitional(e,i,n){function formatMessage(e,i){return"[Axios v"+ye+"] Transitional option '"+e+"'"+i+(n?". "+n:"")}return(n,s,r)=>{if(e===false){throw new AxiosError(formatMessage(s," has been removed"+(i?" in "+i:"")),AxiosError.ERR_DEPRECATED)}if(i&&!Xe[s]){Xe[s]=true;console.warn(formatMessage(s," has been deprecated since v"+i+" and will be removed in the near future"))}return e?e(n,s,r):true}};function assertOptions(e,i,n){if(typeof e!=="object"){throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE)}const s=Object.keys(e);let r=s.length;while(r-- >0){const o=s[r];const a=i[o];if(a){const i=e[o];const n=i===undefined||a(i,o,e);if(n!==true){throw new AxiosError("option "+o+" must be "+n,AxiosError.ERR_BAD_OPTION_VALUE)}continue}if(n!==true){throw new AxiosError("Unknown option "+o,AxiosError.ERR_BAD_OPTION)}}}const Ye={assertOptions:assertOptions,validators:Ge};const Ze=Ye.validators;class Axios{constructor(e){this.defaults=e;this.interceptors={request:new ae,response:new ae}}request(e,i){if(typeof e==="string"){i=i||{};i.url=e}else{i=e||{}}i=mergeConfig(this.defaults,i);const{transitional:n,paramsSerializer:s,headers:r}=i;if(n!==undefined){Ye.assertOptions(n,{silentJSONParsing:Ze.transitional(Ze.boolean),forcedJSONParsing:Ze.transitional(Ze.boolean),clarifyTimeoutError:Ze.transitional(Ze.boolean)},false)}if(s!=null){if(ie.isFunction(s)){i.paramsSerializer={serialize:s}}else{Ye.assertOptions(s,{encode:Ze.function,serialize:Ze.function},true)}}i.method=(i.method||this.defaults.method||"get").toLowerCase();let o=r&&ie.merge(r.common,r[i.method]);r&&ie.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete r[e]}));i.headers=be.concat(o,r);const a=[];let c=true;this.interceptors.request.forEach((function unshiftRequestInterceptors(e){if(typeof e.runWhen==="function"&&e.runWhen(i)===false){return}c=c&&e.synchronous;a.unshift(e.fulfilled,e.rejected)}));const u=[];this.interceptors.response.forEach((function pushResponseInterceptors(e){u.push(e.fulfilled,e.rejected)}));let f;let _=0;let g;if(!c){const e=[dispatchRequest.bind(this),undefined];e.unshift.apply(e,a);e.push.apply(e,u);g=e.length;f=Promise.resolve(i);while(_{if(!n._listeners)return;let i=n._listeners.length;while(i-- >0){n._listeners[i](e)}n._listeners=null}));this.promise.then=e=>{let i;const s=new Promise((e=>{n.subscribe(e);i=e})).then(e);s.cancel=function reject(){n.unsubscribe(i)};return s};e((function cancel(e,s,r){if(n.reason){return}n.reason=new CanceledError(e,s,r);i(n.reason)}))}throwIfRequested(){if(this.reason){throw this.reason}}subscribe(e){if(this.reason){e(this.reason);return}if(this._listeners){this._listeners.push(e)}else{this._listeners=[e]}}unsubscribe(e){if(!this._listeners){return}const i=this._listeners.indexOf(e);if(i!==-1){this._listeners.splice(i,1)}}static source(){let e;const i=new CancelToken((function executor(i){e=i}));return{token:i,cancel:e}}}const tt=CancelToken;function spread(e){return function wrap(i){return e.apply(null,i)}}function isAxiosError(e){return ie.isObject(e)&&e.isAxiosError===true}const it={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(it).forEach((([e,i])=>{it[i]=e}));const nt=it;function createInstance(e){const i=new et(e);const n=bind(et.prototype.request,i);ie.extend(n,et.prototype,i,{allOwnKeys:true});ie.extend(n,i,null,{allOwnKeys:true});n.create=function create(i){return createInstance(mergeConfig(e,i))};return n}const st=createInstance(ge);st.Axios=et;st.CanceledError=CanceledError;st.CancelToken=tt;st.isCancel=isCancel;st.VERSION=ye;st.toFormData=toFormData;st.AxiosError=AxiosError;st.Cancel=st.CanceledError;st.all=function all(e){return Promise.all(e)};st.spread=spread;st.isAxiosError=isAxiosError;st.mergeConfig=mergeConfig;st.AxiosHeaders=be;st.formToJSON=e=>formDataToJSON(ie.isHTMLForm(e)?new FormData(e):e);st.getAdapter=Qe.getAdapter;st.HttpStatusCode=nt;st.default=st;e.exports=st},53765:e=>{"use strict";e.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/3gpphal+json":{"source":"iana","compressible":true},"application/3gpphalforms+json":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/ace+cbor":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/at+jwt":{"source":"iana"},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/captive+json":{"source":"iana","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/city+json":{"source":"iana","compressible":true},"application/clr":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true,"extensions":["cpl"]},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dash-patch+xml":{"source":"iana","compressible":true,"extensions":["mpp"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["es","ecma"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/elm+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/elm+xml":{"source":"iana","compressible":true},"application/emergencycalldata.cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/express":{"source":"iana","extensions":["exp"]},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/jscalendar+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true,"extensions":["mpf"]},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/missing-blocks+cbor-seq":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/oauth-authz-req+jwt":{"source":"iana"},"application/oblivious-dns-message":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{"source":"iana","compressible":true},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p21":{"source":"iana"},"application/p21+zip":{"source":"iana","compressible":false},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana","extensions":["asc"]},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.cyn":{"source":"iana","charset":"7-BIT"},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sarif+json":{"source":"iana","compressible":true},"application/sarif-external-properties+json":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spdx+json":{"source":"iana","compressible":true},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/token-introspection+jwt":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana","extensions":["trig"]},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ubjson":{"compressible":false,"extensions":["ubj"]},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true,"extensions":["td"]},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.5gnas":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gtpc":{"source":"iana"},"application/vnd.3gpp.interworking-data":{"source":"iana"},"application/vnd.3gpp.lpp":{"source":"iana"},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ngap":{"source":"iana"},"application/vnd.3gpp.pfcp":{"source":"iana"},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.s1ap":{"source":"iana"},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.cmoca-cmresource":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-cmtable":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.age":{"source":"iana","extensions":["age"]},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.arrow.file":{"source":"iana"},"application/vnd.apache.arrow.stream":{"source":"iana"},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["key"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.cryptomator.encrypted":{"source":"iana"},"application/vnd.cryptomator.vault":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.cyclonedx+json":{"source":"iana","compressible":true},"application/vnd.cyclonedx+xml":{"source":"iana","compressible":true},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.d3m-dataset":{"source":"iana"},"application/vnd.d3m-problem":{"source":"iana"},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana","extensions":["dbf"]},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.eclipse.ditto+json":{"source":"iana","compressible":true},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eu.kasparian.car+json":{"source":"iana","compressible":true},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.familysearch.gedcom+zip":{"source":"iana","compressible":false},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujifilm.fb.docuworks":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.container":{"source":"iana"},"application/vnd.fujifilm.fb.jfi+xml":{"source":"iana","compressible":true},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.slides":{"source":"iana"},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hl7cda+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hl7v2+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana","extensions":["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxar.archive.3tz+zip":{"source":"iana","compressible":false},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.nacamar.ybrid+json":{"source":"iana","compressible":true},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nebumind.line":{"source":"iana"},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+cbor":{"source":"iana"},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.opentimestamps.ots":{"source":"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana","extensions":["rar"]},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.resilient.logic":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.seis+json":{"source":"iana","compressible":true},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.sycle+xml":{"source":"iana","compressible":true},"application/vnd.syft+json":{"source":"iana","compressible":true},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veritone.aion+json":{"source":"iana","compressible":true},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.dpp":{"source":"iana"},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"source":"iana","compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true,"extensions":["wif"]},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-iwork-keynote-sffkey":{"extensions":["key"]},"application/x-iwork-numbers-sffnumbers":{"extensions":["numbers"]},"application/x-iwork-pages-sffpages":{"extensions":["pages"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xsl","xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana","extensions":["amr"]},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx","opus"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/scip":{"source":"iana"},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sofa":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/tsvcis":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana","extensions":["avci"]},"image/avcs":{"source":"iana","extensions":["avcs"]},"image/avif":{"source":"iana","compressible":false,"extensions":["avif"]},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/ktx2":{"source":"iana","extensions":["ktx2"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","compressible":true,"extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"compressible":true,"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.pco.b16":{"source":"iana","extensions":["b16"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/e57":{"source":"iana"},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/step":{"source":"iana"},"model/step+xml":{"source":"iana","compressible":true,"extensions":["stpx"]},"model/step+zip":{"source":"iana","compressible":false,"extensions":["stpz"]},"model/step-xml+zip":{"source":"iana","compressible":false,"extensions":["stpxz"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.pytha.pyox":{"source":"iana"},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.sap.vds":{"source":"iana","extensions":["vds"]},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/cql":{"source":"iana"},"text/cql-expression":{"source":"iana"},"text/cql-identifier":{"source":"iana"},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fhirpath":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/gff3":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shaclc":{"source":"iana"},"text/shex":{"source":"iana","extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/spdx":{"source":"iana","extensions":["spdx"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.familysearch.gedcom":{"source":"iana","extensions":["ged"]},"text/vnd.ficlab.flt":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hans":{"source":"iana"},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sosi":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","charset":"UTF-8","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana","charset":"UTF-8"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"compressible":true,"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/av1":{"source":"iana"},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/ffv1":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana","extensions":["m4s"]},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/jxsv":{"source":"iana"},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/scip":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/vp9":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')},99457:e=>{"use strict";e.exports=JSON.parse('{"name":"twilio","description":"A Twilio helper library","version":"4.20.0","author":"API Team ","contributors":[{"name":"twilio-node contributors","url":"https://github.com/twilio/twilio-node/graphs/contributors"}],"keywords":["twilio","sms","rest","api"],"repository":{"type":"git","url":"https://github.com/twilio/twilio-node.git"},"dependencies":{"axios":"^1.6.0","dayjs":"^1.11.9","https-proxy-agent":"^5.0.0","jsonwebtoken":"^9.0.0","qs":"^6.9.4","scmp":"^2.1.0","url-parse":"^1.5.9","xmlbuilder":"^13.0.2"},"devDependencies":{"@babel/preset-env":"^7.23.0","@babel/preset-typescript":"^7.18.6","@types/jest":"^29.5.5","@types/jsonwebtoken":"^9.0.0","@types/node":"^18.11.18","@types/qs":"^6.9.7","@types/url-parse":"^1.4.8","babel-plugin-replace-ts-export-assignment":"^0.0.2","eslint":"^8.31.0","express":"^4.17.1","jest":"^29.5.5","jshint":"^2.11.0","mock-fs":"^5.2.0","nock":"^13.2.9","node-mocks-http":"^1.8.1","prettier":"^2.7.1","ts-jest":"^29.1.1","typescript":"^4.7.2","typedoc":"^0.23.21"},"scripts":{"test":"npm run test:javascript && npm run test:typescript","test:javascript":"jest spec --coverage --detectOpenHandles --testPathIgnorePatterns=spec/cluster","test:typescript":"tsc --noEmit","jshint":"jshint src/rest/** src/base/** src/http/**","jscs":"eslint src/base/**/**.js src/http/**/**.js --fix","prepublish":"npm run build","build":"tsc","check":"npm run jshint && npm run jscs","ci":"npm run test && npm run nsp && npm run prettier-check","nsp":"npm audit --production","prettier":"prettier --write .","prettier-check":"prettier --check .","typedoc":"typedoc --entryPointStrategy expand src --out docs --logLevel Error"},"files":["lib","index.js","index.d.ts"],"main":"./lib","types":"./index.d.ts","engines":{"node":">=14.0"},"license":"MIT"}')}};var i={};function __nccwpck_require__(n){var s=i[n];if(s!==undefined){return s.exports}var r=i[n]={id:n,loaded:false,exports:{}};var o=true;try{e[n].call(r.exports,r,r.exports,__nccwpck_require__);o=false}finally{if(o)delete i[n]}r.loaded=true;return r.exports}(()=>{__nccwpck_require__.nmd=e=>{e.paths=[];if(!e.children)e.children=[];return e}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var n={};(()=>{const e=__nccwpck_require__(42186);const{TwilioClient:i}=__nccwpck_require__(37862);const n=new i(e.getInput("twilio_account_sid"),e.getInput("twilio_auth_token"),e.getInput("twilio_log_level"));(async()=>{try{await n.call(e.getInput("voice"),e.getInput("text"),e.getInput("from"),e.getInput("to"))}catch({message:i}){e.setFailed(i)}})()})();module.exports=n})(); \ No newline at end of file +var s=n(14300);var r=s.Buffer;function copyProps(e,i){for(var n in e){i[n]=e[n]}}if(r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow){e.exports=s}else{copyProps(s,i);i.Buffer=SafeBuffer}function SafeBuffer(e,i,n){return r(e,i,n)}SafeBuffer.prototype=Object.create(r.prototype);copyProps(r,SafeBuffer);SafeBuffer.from=function(e,i,n){if(typeof e==="number"){throw new TypeError("Argument must not be a number")}return r(e,i,n)};SafeBuffer.alloc=function(e,i,n){if(typeof e!=="number"){throw new TypeError("Argument must be a number")}var s=r(e);if(i!==undefined){if(typeof n==="string"){s.fill(i,n)}else{s.fill(i)}}else{s.fill(0)}return s};SafeBuffer.allocUnsafe=function(e){if(typeof e!=="number"){throw new TypeError("Argument must be a number")}return r(e)};SafeBuffer.allocUnsafeSlow=function(e){if(typeof e!=="number"){throw new TypeError("Argument must be a number")}return s.SlowBuffer(e)}},8812:(e,i,n)=>{"use strict";const s=n(6113);const r=n(50806);e.exports=function scmp(e,i){if(!Buffer.isBuffer(e)||!Buffer.isBuffer(i)){throw new Error("Both scmp args must be Buffers")}if(e.length!==i.length){return false}if(s.timingSafeEqual){return s.timingSafeEqual(e,i)}return r(e,i)}},50806:e=>{"use strict";e.exports=function scmpCompare(e,i){const n=e.length;let s=0;for(let r=0;r{"use strict";var s=n(74538);var r=n(28803);var o=n(20504);var a=s("%TypeError%");var c=s("%WeakMap%",true);var u=s("%Map%",true);var f=r("WeakMap.prototype.get",true);var _=r("WeakMap.prototype.set",true);var g=r("WeakMap.prototype.has",true);var v=r("Map.prototype.get",true);var S=r("Map.prototype.set",true);var b=r("Map.prototype.has",true);var listGetNode=function(e,i){for(var n=e,s;(s=n.next)!==null;n=s){if(s.key===i){n.next=s.next;s.next=e.next;e.next=s;return s}}};var listGet=function(e,i){var n=listGetNode(e,i);return n&&n.value};var listSet=function(e,i,n){var s=listGetNode(e,i);if(s){s.value=n}else{e.next={key:i,next:e.next,value:n}}};var listHas=function(e,i){return!!listGetNode(e,i)};e.exports=function getSideChannel(){var e;var i;var n;var s={assert:function(e){if(!s.has(e)){throw new a("Side channel does not contain "+o(e))}},get:function(s){if(c&&s&&(typeof s==="object"||typeof s==="function")){if(e){return f(e,s)}}else if(u){if(i){return v(i,s)}}else{if(n){return listGet(n,s)}}},has:function(s){if(c&&s&&(typeof s==="object"||typeof s==="function")){if(e){return g(e,s)}}else if(u){if(i){return b(i,s)}}else{if(n){return listHas(n,s)}}return false},set:function(s,r){if(c&&s&&(typeof s==="object"||typeof s==="function")){if(!e){e=new c}_(e,s,r)}else if(u){if(!i){i=new u}S(i,s,r)}else{if(!n){n={key:{},next:null}}listSet(n,s,r)}}};return s}},59318:(e,i,n)=>{"use strict";const s=n(22037);const r=n(76224);const o=n(31621);const{env:a}=process;let c;if(o("no-color")||o("no-colors")||o("color=false")||o("color=never")){c=0}else if(o("color")||o("colors")||o("color=true")||o("color=always")){c=1}function envForceColor(){if("FORCE_COLOR"in a){if(a.FORCE_COLOR==="true"){return 1}if(a.FORCE_COLOR==="false"){return 0}return a.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(a.FORCE_COLOR,10),3)}}function translateLevel(e){if(e===0){return false}return{level:e,hasBasic:true,has256:e>=2,has16m:e>=3}}function supportsColor(e,{streamIsTTY:i,sniffFlags:n=true}={}){const r=envForceColor();if(r!==undefined){c=r}const u=n?c:r;if(u===0){return 0}if(n){if(o("color=16m")||o("color=full")||o("color=truecolor")){return 3}if(o("color=256")){return 2}}if(e&&!i&&u===undefined){return 0}const f=u||0;if(a.TERM==="dumb"){return f}if(process.platform==="win32"){const e=s.release().split(".");if(Number(e[0])>=10&&Number(e[2])>=10586){return Number(e[2])>=14931?3:2}return 1}if("CI"in a){if(["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE","DRONE"].some((e=>e in a))||a.CI_NAME==="codeship"){return 1}return f}if("TEAMCITY_VERSION"in a){return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(a.TEAMCITY_VERSION)?1:0}if(a.COLORTERM==="truecolor"){return 3}if("TERM_PROGRAM"in a){const e=Number.parseInt((a.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(a.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}if(/-256(color)?$/i.test(a.TERM)){return 2}if(/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(a.TERM)){return 1}if("COLORTERM"in a){return 1}return f}function getSupportLevel(e,i={}){const n=supportsColor(e,{streamIsTTY:e&&e.isTTY,...i});return translateLevel(n)}e.exports={supportsColor:getSupportLevel,stdout:getSupportLevel({isTTY:r.isatty(1)}),stderr:getSupportLevel({isTTY:r.isatty(2)})}},74294:(e,i,n)=>{e.exports=n(54219)},54219:(e,i,n)=>{"use strict";var s=n(41808);var r=n(24404);var o=n(13685);var a=n(95687);var c=n(82361);var u=n(39491);var f=n(73837);i.httpOverHttp=httpOverHttp;i.httpsOverHttp=httpsOverHttp;i.httpOverHttps=httpOverHttps;i.httpsOverHttps=httpsOverHttps;function httpOverHttp(e){var i=new TunnelingAgent(e);i.request=o.request;return i}function httpsOverHttp(e){var i=new TunnelingAgent(e);i.request=o.request;i.createSocket=createSecureSocket;i.defaultPort=443;return i}function httpOverHttps(e){var i=new TunnelingAgent(e);i.request=a.request;return i}function httpsOverHttps(e){var i=new TunnelingAgent(e);i.request=a.request;i.createSocket=createSecureSocket;i.defaultPort=443;return i}function TunnelingAgent(e){var i=this;i.options=e||{};i.proxyOptions=i.options.proxy||{};i.maxSockets=i.options.maxSockets||o.Agent.defaultMaxSockets;i.requests=[];i.sockets=[];i.on("free",(function onFree(e,n,s,r){var o=toOptions(n,s,r);for(var a=0,c=i.requests.length;a=this.maxSockets){r.requests.push(o);return}r.createSocket(o,(function(i){i.on("free",onFree);i.on("close",onCloseOrRemove);i.on("agentRemove",onCloseOrRemove);e.onSocket(i);function onFree(){r.emit("free",i,o)}function onCloseOrRemove(e){r.removeSocket(i);i.removeListener("free",onFree);i.removeListener("close",onCloseOrRemove);i.removeListener("agentRemove",onCloseOrRemove)}}))};TunnelingAgent.prototype.createSocket=function createSocket(e,i){var n=this;var s={};n.sockets.push(s);var r=mergeOptions({},n.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:false,headers:{host:e.host+":"+e.port}});if(e.localAddress){r.localAddress=e.localAddress}if(r.proxyAuth){r.headers=r.headers||{};r.headers["Proxy-Authorization"]="Basic "+new Buffer(r.proxyAuth).toString("base64")}_("making CONNECT request");var o=n.request(r);o.useChunkedEncodingByDefault=false;o.once("response",onResponse);o.once("upgrade",onUpgrade);o.once("connect",onConnect);o.once("error",onError);o.end();function onResponse(e){e.upgrade=true}function onUpgrade(e,i,n){process.nextTick((function(){onConnect(e,i,n)}))}function onConnect(r,a,c){o.removeAllListeners();a.removeAllListeners();if(r.statusCode!==200){_("tunneling socket could not be established, statusCode=%d",r.statusCode);a.destroy();var u=new Error("tunneling socket could not be established, "+"statusCode="+r.statusCode);u.code="ECONNRESET";e.request.emit("error",u);n.removeSocket(s);return}if(c.length>0){_("got illegal response body from proxy");a.destroy();var u=new Error("got illegal response body from proxy");u.code="ECONNRESET";e.request.emit("error",u);n.removeSocket(s);return}_("tunneling connection has established");n.sockets[n.sockets.indexOf(s)]=a;return i(a)}function onError(i){o.removeAllListeners();_("tunneling socket could not be established, cause=%s\n",i.message,i.stack);var r=new Error("tunneling socket could not be established, "+"cause="+i.message);r.code="ECONNRESET";e.request.emit("error",r);n.removeSocket(s)}};TunnelingAgent.prototype.removeSocket=function removeSocket(e){var i=this.sockets.indexOf(e);if(i===-1){return}this.sockets.splice(i,1);var n=this.requests.shift();if(n){this.createSocket(n,(function(e){n.request.onSocket(e)}))}};function createSecureSocket(e,i){var n=this;TunnelingAgent.prototype.createSocket.call(n,e,(function(s){var o=e.request.getHeader("host");var a=mergeOptions({},n.options,{socket:s,servername:o?o.replace(/:.*$/,""):e.host});var c=r.connect(0,a);n.sockets[n.sockets.indexOf(s)]=c;i(c)}))}function toOptions(e,i,n){if(typeof e==="string"){return{host:e,port:i,localAddress:n}}return e}function mergeOptions(e){for(var i=1,n=arguments.length;i{throw new Error("username is required")})();this.password=i??this.env.TWILIO_AUTH_TOKEN??process.env.TWILIO_AUTH_TOKEN??(()=>{throw new Error("password is required")})();this.accountSid=this.opts.accountSid||this.username;this.edge=this.opts.edge??this.env.TWILIO_EDGE??process.env.TWILIO_EDGE;this.region=this.opts.region??this.env.TWILIO_REGION??process.env.TWILIO_REGION;this.logLevel=this.opts.logLevel??this.env.TWILIO_LOG_LEVEL??process.env.TWILIO_LOG_LEVEL;this.autoRetry=this.opts.autoRetry||false;this.maxRetries=this.opts.maxRetries;this.userAgentExtensions=this.opts.userAgentExtensions||[];this._httpClient=this.opts.httpClient;if(this.opts.lazyLoading===false){this._httpClient=this.httpClient}if(!this.accountSid.startsWith("AC")){const e=this.accountSid.startsWith("SK")?". The given SID indicates an API Key which requires the accountSid to be passed as an additional option":"";throw new Error("accountSid must start with AC"+e)}}get httpClient(){if(!this._httpClient){this._httpClient=new r.default({autoRetry:this.autoRetry,maxRetries:this.maxRetries})}return this._httpClient}request(e){e=e||{};if(!e.method){throw new Error("method is required")}if(!e.uri){throw new Error("uri is required")}const i=e.username||this.username;const n=e.password||this.password;const s=e.headers||{};const r=c.version;const f=o.platform();const _=o.arch();const g=process.version;s["User-Agent"]=u.format("twilio-node/%s (%s %s) node/%s",r,f,_,g);this.userAgentExtensions?.forEach((e=>{s["User-Agent"]+=` ${e}`}));s["Accept-Charset"]="utf-8";if(e.method==="post"&&!s["Content-Type"]){s["Content-Type"]="application/x-www-form-urlencoded"}if(!s["Accept"]){s["Accept"]="application/json"}var v=new a.URL(e.uri);v.hostname=this.getHostname(v.hostname,this.edge,this.region);return this.httpClient?.request({method:e.method,uri:v.href,username:i,password:n,headers:s,params:e.params,data:e.data,timeout:e.timeout,allowRedirects:e.allowRedirects,logLevel:e.logLevel})}getHostname(e,i,n){const s="us1";const r=e.split(".").slice(-2).join(".");const o=e.split("."+r)[0];let[a,c,u]=o.split(".");if(c&&!u){u=c;c=undefined}u=n||u||i&&s;if(!u){return e}c=i||c;return[a,c,u,r].filter((e=>e)).join(".")}validateSslCert(){return this.httpClient?.request({method:"get",uri:"https://tls-test.twilio.com:443"}).then((e=>{if(e["statusCode"]<200||e["statusCode"]>=300){throw new f(e)}return e}))}}e.Client=Client})(_||(_={}));e.exports=_},64580:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});const s=n(20168);class Domain{constructor(e,i){this.twilio=e;this.baseUrl=i}absoluteUrl(e){var i="";if(typeof this.baseUrl==="string"){const e=(0,s.trim)(this.baseUrl,"/");i+=e;i+="/"}if(typeof e==="string"){e=(0,s.trim)(e,"/");if(i===""){i+="/"}i+=e}return i}request(e){return this.twilio.request({...e,uri:this.absoluteUrl(e.uri)})}}i["default"]=Domain},60938:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(50284));class Page{constructor(e,i,n){let s=this.processResponse(i);this._version=e;this._payload=s;this._solution=n;this.nextPageUrl=this.getNextPageUrl();this.previousPageUrl=this.getPreviousPageUrl();this.instances=this.loadInstances(this.loadPage(s))}getPreviousPageUrl(){if(this._payload.meta&&"previous_page_url"in this._payload.meta&&this._payload.meta.previous_page_url){return this._payload.meta.previous_page_url}if("previous_page_uri"in this._payload&&this._payload.previous_page_uri){return this._version._domain.absoluteUrl(this._payload.previous_page_uri)}return undefined}getNextPageUrl(){if(this._payload.meta&&"next_page_url"in this._payload.meta&&this._payload.meta.next_page_url){return this._payload.meta.next_page_url}if("next_page_uri"in this._payload&&this._payload.next_page_uri){return this._version._domain.absoluteUrl(this._payload.next_page_uri)}return undefined}getInstance(e){throw new Error("Page.get_instance() must be implemented in the derived class")}loadInstances(e){let i=[];e.forEach((e=>{i.push(this.getInstance(e))}));return i}nextPage(){if(!this.nextPageUrl){return undefined}var e=this._version._domain.twilio.request({method:"get",uri:this.nextPageUrl});var i=e.then(function(e){return new this.constructor(this._version,e,this._solution)}.bind(this));return i}previousPage(){if(!this.previousPageUrl){return undefined}var e=this._version._domain.twilio.request({method:"get",uri:this.previousPageUrl});var i=e.then(function(e){return new this.constructor(this._version,e,this._solution)}.bind(this));return i}processResponse(e){if(e.statusCode!==200){throw new r.default(e)}if(typeof e.body==="string"){return JSON.parse(e.body)}return e.body}loadPage(e){if(e.meta?.key){return e[e.meta.key]}const i=Object.keys(e).filter((e=>!Page.META_KEYS.includes(e)));if(i.length===1){return e[i[0]]}throw new Error("Page Records cannot be deserialized")}forOwn(e,i){e=Object(e);for(const[n,s]of Object.entries(e)){i(s,n,e)}}toJSON(){const e={};this.forOwn(this,((i,n)=>{if(!n.startsWith("_")&&typeof i!=="function"){e[n]=i}}));return e}}i["default"]=Page;Page.META_KEYS=["end","first_page_uri","last_page_uri","next_page_uri","num_pages","page","page_size","previous_page_uri","start","total","uri"]},77761:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;var r=Object.getOwnPropertyDescriptor(i,n);if(!r||("get"in r?!i.__esModule:r.writable||r.configurable)){r={enumerable:true,get:function(){return i[n]}}}Object.defineProperty(e,s,r)}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const c=a(n(88757));const u=o(n(57147));const f=a(n(77219));const _=a(n(22760));const g=o(n(95687));const v=a(n(12785));const S=a(n(51438));const b="application/x-www-form-urlencoded";const P=3e4;const C=100;const I=3e3;const x=3;function getExponentialBackoffResponseHandler(e,i){const n=i.maxIntervalMillis;const s=i.maxRetries;return function(i){const r=i.config;if(i.status!==429){return i}const o=(r.retryCount||0)+1;if(o<=s){r.retryCount=o;const i=Math.min(n,C*Math.pow(2,o));const s=Math.floor(i*Math.random());return new Promise((i=>{setTimeout((()=>i(e(r))),s)}))}return i}}class RequestClient{constructor(e){e=e||{};this.defaultTimeout=e.timeout||P;this.autoRetry=e.autoRetry||false;this.maxRetryDelay=e.maxRetryDelay||I;this.maxRetries=e.maxRetries||x;let i={timeout:this.defaultTimeout,keepAlive:e.keepAlive,keepAliveMsecs:e.keepAliveMsecs,maxSockets:e.maxSockets,maxTotalSockets:e.maxTotalSockets,maxFreeSockets:e.maxFreeSockets,scheduling:e.scheduling,ca:e.ca};if(process.env.TWILIO_CA_BUNDLE!==undefined){if(i.ca===undefined){i.ca=u.readFileSync(process.env.TWILIO_CA_BUNDLE)}}let n;if(process.env.HTTP_PROXY){n=(0,f.default)(process.env.HTTP_PROXY)}else{n=new g.Agent(i)}this.axios=c.default.create();this.axios.defaults.headers.post["Content-Type"]=b;this.axios.defaults.httpsAgent=n;if(e.autoRetry){this.axios.interceptors.response.use(getExponentialBackoffResponseHandler(this.axios,{maxIntervalMillis:this.maxRetryDelay,maxRetries:this.maxRetries}))}}request(e){if(!e.method){throw new Error("http method is required")}if(!e.uri){throw new Error("uri is required")}var i=e.headers||{};if(!i.Connection&&!i.connection&&e.forever){i.Connection="keep-alive"}else if(!i.Connection&&!i.connection){i.Connection="close"}let n=undefined;if(e.username&&e.password){n=Buffer.from(e.username+":"+e.password).toString("base64");i.Authorization="Basic "+n}const s={timeout:e.timeout||this.defaultTimeout,maxRedirects:e.allowRedirects?10:0,url:e.uri,method:e.method,headers:e.headers,proxy:false,validateStatus:e=>e>=100&&e<600};if(e.data){s.data=_.default.stringify(e.data,{arrayFormat:"repeat"})}if(e.params){s.params=e.params;s.paramsSerializer=e=>_.default.stringify(e,{arrayFormat:"repeat"})}const r={method:e.method,url:e.uri,auth:n,params:s.params,data:e.data,headers:e.headers};if(e.logLevel==="debug"){this.logRequest(r)}const o=this;this.lastResponse=undefined;this.lastRequest=new S.default(r);return this.axios(s).then((i=>{if(e.logLevel==="debug"){console.log(`response.statusCode: ${i.status}`);console.log(`response.headers: ${JSON.stringify(i.headers)}`)}o.lastResponse=new v.default(i.status,i.data,i.headers);return{statusCode:i.status,body:i.data,headers:i.headers}})).catch((e=>{o.lastResponse=undefined;throw e}))}filterLoggingHeaders(e){return Object.keys(e).filter((e=>!"authorization".includes(e.toLowerCase())))}logRequest(e){console.log("-- BEGIN Twilio API Request --");console.log(`${e.method} ${e.url}`);if(e.params){console.log("Querystring:");console.log(e.params)}if(e.headers){console.log("Headers:");const i=this.filterLoggingHeaders(e.headers);i.forEach((i=>console.log(`${i}: ${e.headers?.header}`)))}console.log("-- END Twilio API Request --")}}e.exports=RequestClient},50284:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});class RestException extends Error{constructor(e){super("[HTTP "+e.statusCode+"] Failed to execute request");const i=typeof e.body=="string";const n=i?parseResponseBody(e.body):e.body;this.status=e.statusCode;if(n!==null){this.message=n.message;this.code=n.code;this.moreInfo=n.more_info;this.details=n.details}else{this.message="[HTTP "+e.statusCode+"] Failed to execute request"}}}i["default"]=RestException;function parseResponseBody(e){let i=null;try{i=JSON.parse(e)}catch(e){i=null}return i}},64351:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(50284));const o=n(20168);class Version{constructor(e,i){this._domain=e;this._version=i}get domain(){return this._domain}absoluteUrl(e){return this._domain.absoluteUrl(this.relativeUrl(e))}relativeUrl(e){var i="";if(typeof this._version==="string"){const e=(0,o.trim)(this._version,"/");i+=e;i+="/"}if(typeof e==="string"){e=(0,o.trim)(e,"/");if(i===""){i+="/"}i+=e}return i}request(e){return this._domain.request({...e,uri:this.relativeUrl(e.uri||"")})}create(e){var i=this.request(e);i=i.then((function success(e){if(e.statusCode<200||e.statusCode>=300){throw new r.default(e)}if(typeof e.body==="string"){return JSON.parse(e.body)}return e.body}));return i}fetch(e){var i=this.request(e);i=i.then((function success(e){if(e.statusCode<200||e.statusCode>=400){throw new r.default(e)}if(typeof e.body==="string"){return JSON.parse(e.body)}return e.body}));return i}page(e){return this.request(e)}update(e){var i=this.request(e);i=i.then((function success(e){if(e.statusCode<200||e.statusCode>=300){throw new r.default(e)}if(typeof e.body==="string"){return JSON.parse(e.body)}return e.body}));return i}remove(e){var i=this.request(e);i=i.then((function success(e){if(e.statusCode<200||e.statusCode>=300){throw new r.default(e)}return e.statusCode===204}));return i}readLimits(e){var i=e.limit;var n=e.pageSize;if(i&&!Number.isFinite(i)||i<=0){throw new TypeError("Parameter limit must be a positive integer")}if(n&&(!Number.isFinite(n)||n<=0)){throw new TypeError("Parameter pageSize must be a positive integer")}if(i&&!n){n=i}return{limit:i,pageSize:n}}setPromiseCallback(e,i){if(typeof i==="function"){e=e.then((e=>i(null,e))).catch((e=>i(e)))}return e}each(e,i){if(typeof e==="function"){i=e;e={}}else{e=e||{}}if(e.callback){i=e.callback}if(typeof i==="undefined"){throw new Error("Callback function must be provided")}let n=false;let s=false;let r=1;let o=0;let a={};let c=true;let u;let f;if(this._version instanceof Version){a=this._version.readLimits({limit:e.limit,pageSize:e.pageSize})}function onComplete(i){let r=i;n=true;if(typeof e.done==="function"&&!s){try{e.done(r);r=null}catch(e){r=e}}s=true;if(c){if(r){f(r)}else{u()}c=false}}function fetchNextPage(s){let a=s();if(typeof a==="undefined"){onComplete();return}a.then((s=>{try{s.instances.forEach((function(s){if(n||typeof e.limit!=="undefined"&&o>=e.limit){n=true;return false}o++;i?.(s,onComplete)}))}catch(e){return onComplete(e)}if(!n){r++;fetchNextPage(s.nextPage.bind(s))}else{onComplete()}})).catch(onComplete)}return new Promise(((i,n)=>{u=i;f=n;fetchNextPage(this.page.bind(this,Object.assign(e,a)))}))}list(e,i){if(typeof e==="function"){i=e;e={}}else{e=e||{}}let n=[];e.callback=function(i,s){n.push(i);if(typeof e.limit!=="undefined"&&n.length===e.limit){s()}};let s=new Promise(((i,s)=>{e.done=function(e){if(typeof e==="undefined"){i(n)}else{s(e)}}}));if(this._version instanceof Version){s=this._version.setPromiseCallback(s,i)}this.each(e);return s}}i["default"]=Version},80513:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.integer=i.decimal=i.rfc2822DateTime=i.iso8601DateTime=i.iso8601Date=void 0;const r=s(n(7401));const o=s(n(94359));r.default.extend(o.default);function iso8601Date(e){return parseDate(e,"YYYY-MM-DD")}i.iso8601Date=iso8601Date;function iso8601DateTime(e){return parseDate(e,"YYYY-MM-DD[T]HH:mm:ss[Z]")}i.iso8601DateTime=iso8601DateTime;function rfc2822DateTime(e){return parseDate(e,"ddd, DD MMM YYYY HH:mm:ss [+0000]")}i.rfc2822DateTime=rfc2822DateTime;function decimal(e){return parseNumber(e,parseFloat)}i.decimal=decimal;function integer(e){return parseNumber(e,parseInt)}i.integer=integer;function parseDate(e,i){var n=r.default.utc(e,i);if(n.isValid()){return n.toDate()}return e}function parseNumber(e,i){var n=i(e);if(typeof n==="number"&&isNaN(n)){return e}return n}},6372:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.map=i.twiml=i.bool=i.object=i.prefixedCollapsibleMap=i.iso8601DateTime=i.iso8601Date=void 0;const r=s(n(7401));const o=s(n(94359));r.default.extend(o.default);function iso8601Date(e){if(!e||!(e instanceof Date)){return e}else{return r.default.utc(e).format("YYYY-MM-DD")}}i.iso8601Date=iso8601Date;function iso8601DateTime(e){if(!e||!(e instanceof Date)){return e}else{return r.default.utc(e).format("YYYY-MM-DD[T]HH:mm:ss[Z]")}}i.iso8601DateTime=iso8601DateTime;function prefixedCollapsibleMap(e,i){if(!e||typeof e!=="object"||Object.prototype.toString.call(e)!=="[object Object]"){return{}}function flatten(e,i,n){i=i||{};n=n||[];Object.keys(e).forEach((s=>{const r=[...n];if(!r.includes(s)){r.push(s)}if(typeof e[s]==="object"&&Object.prototype.toString.call(e[s])==="[object Object]"){flatten(e[s],i,r)}else{i[r.join(".")]=e[s]}}));return i}var n=flatten(e);var s=n;if(i){s={};Object.keys(n).forEach((e=>{s[i+"."+e]=n[e]}))}return s}i.prefixedCollapsibleMap=prefixedCollapsibleMap;function object(e){if(typeof e==="object"){return JSON.stringify(e)}return e}i.object=object;function bool(e){if(typeof e==="string"){return e}if(typeof e==="boolean"||typeof e==="object"&&Object.prototype.toString.call(e)==="[object Boolean]"){return e.toString()}return e}i.bool=bool;function twiml(e){return e.toString()}i.twiml=twiml;function map(e,i){if(typeof e==="object"&&Array.isArray(e)){return e.map((e=>i(e)))}return e}i.map=map},20168:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.isValidPathParam=i.trim=void 0;const n=["/","?"];const trim=(e,i="\\s")=>e.replace(new RegExp(`^([${i}]*)(.*?)([${i}]*)$`),"$2");i.trim=trim;function isValidPathParam(e){if(e===null||e===undefined)return false;const i=e.toString();return n.every((e=>!i.includes(e)))}i.isValidPathParam=isValidPathParam},51438:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});class Request{constructor(e){e=e||{};this.method=e.method||this.ANY;this.url=e.url||this.ANY;this.auth=e.auth||this.ANY;this.params=e.params||this.ANY;this.data=e.data||this.ANY;this.headers=e.headers||this.ANY}get ANY(){return"*"}attributeEqual(e,i){if(e===this.ANY||i===this.ANY){return true}e=e||undefined;i=i||undefined;if(typeof e!==typeof i){return false}if(typeof e!=="object"){return e===i}return Object.entries(e).sort(((e,i)=>e[0].localeCompare(i[0]))).toString()===Object.entries(i).sort(((e,i)=>e[0].localeCompare(i[0]))).toString()}isEqual(e){return this.attributeEqual(this.method,e.method)&&this.attributeEqual(this.url,e.url)&&this.attributeEqual(this.auth,e.auth)&&this.attributeEqual(this.params,e.params)&&this.attributeEqual(this.data,e.data)&&this.attributeEqual(this.headers,e.headers)}toString(){var e="";if(this.auth&&this.auth!==this.ANY){e=this.auth+" "}var i="";if(this.params&&this.params!==this.ANY){i="?"+Object.keys(this.params).map((e=>function(){return e+"="+this.params[e]}.bind(this)())).join("&")}var n="";if(this.data&&this.data!==this.ANY){if(this.method==="get"){n="\n -G"}n=n+"\n"+Object.entries(this.data).map((e=>" -d "+e[0]+"="+e[1])).join("\n")}var s="";if(this.headers&&this.headers!==this.ANY){s="\n"+Object.entries(this.headers).map((e=>" -H "+e[0]+"="+e[1])).join("\n")}return e+this.method+" "+this.url+i+n+s}}i["default"]=Request},12785:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});class Response{constructor(e,i,n){this.statusCode=e;this.body=i;this.headers=n}toString(){return"HTTP "+this.statusCode+" "+this.body}}i["default"]=Response},75595:function(e,i,n){"use strict";var s=this&&this.__createBinding||(Object.create?function(e,i,n,s){if(s===undefined)s=n;var r=Object.getOwnPropertyDescriptor(i,n);if(!r||("get"in r?!i.__esModule:r.writable||r.configurable)){r={enumerable:true,get:function(){return i[n]}}}Object.defineProperty(e,s,r)}:function(e,i,n,s){if(s===undefined)s=n;e[s]=i[n]});var r=this&&this.__setModuleDefault||(Object.create?function(e,i){Object.defineProperty(e,"default",{enumerable:true,value:i})}:function(e,i){e["default"]=i});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var n in e)if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n))s(i,e,n);r(i,e);return i};var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const c=a(n(98239));const u=o(n(19149));const f=a(n(77761));const _=a(n(59733));const g=a(n(44594));const v=a(n(68382));const S=o(n(88790));const b=a(n(28905));const P=a(n(53341));const C=a(n(18682));function TwilioSDK(e,i,n){return new TwilioSDK.Twilio(e,i,n)}(function(e){e.Twilio=c.default;let i;(function(e){e.AccessToken=_.default;e.ClientCapability=g.default;let i;(function(e){e.TaskRouterCapability=v.default;e.util=S})(i=e.taskrouter||(e.taskrouter={}))})(i=e.jwt||(e.jwt={}));let n;(function(e){e.VoiceResponse=b.default;e.MessagingResponse=P.default;e.FaxResponse=C.default})(n=e.twiml||(e.twiml={}));e.RequestClient=f.default;e.validateBody=u.validateBody;e.validateRequest=u.validateRequest;e.validateRequestWithBody=u.validateRequestWithBody;e.validateExpressRequest=u.validateExpressRequest;e.validateIncomingRequest=u.validateIncomingRequest;e.getExpectedBodyHash=u.getExpectedBodyHash;e.getExpectedTwilioSignature=u.getExpectedTwilioSignature;e.webhook=u.webhook})(TwilioSDK||(TwilioSDK={}));e.exports=TwilioSDK},59733:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(77486));class AccessToken{constructor(e,i,n,s){if(!e){throw new Error("accountSid is required")}if(!i){throw new Error("keySid is required")}if(!n){throw new Error("secret is required")}if(!s||!s.identity){throw new Error("identity is required to be specified in options")}this.accountSid=e;this.keySid=i;this.secret=n;this.ttl=s.ttl||3600;this.identity=s.identity;this.nbf=s.nbf;this.region=s.region;this.grants=[]}addGrant(e){this.grants.push(e)}toJwt(e){e=e||AccessToken.DEFAULT_ALGORITHM;if(!AccessToken.ALGORITHMS.includes(e)){throw new Error("Algorithm not supported. Allowed values are "+AccessToken.ALGORITHMS.join(", "))}let i={};if(Number.isInteger(this.identity)||typeof this.identity==="string"){i.identity=String(this.identity)}for(const e of this.grants){i[e.key]=e.toPayload()}const n=Math.floor(Date.now()/1e3);let s={jti:this.keySid+"-"+n,grants:i};if(typeof this.nbf==="number"){s.nbf=this.nbf}let o={cty:"twilio-fpa;v=1",typ:"JWT"};if(this.region&&typeof this.region==="string"){o.twr=this.region}return r.default.sign(s,this.secret,{header:o,algorithm:e,issuer:this.keySid,subject:this.accountSid,expiresIn:this.ttl})}}AccessToken.DEFAULT_ALGORITHM="HS256";AccessToken.ALGORITHMS=["HS256","HS384","HS512"];(function(e){class Grant{constructor(e){this.key=e}}e.Grant=Grant;class TaskRouterGrant extends Grant{constructor(e){e=e||{};super("task_router");this.workspaceSid=e.workspaceSid;this.workerSid=e.workerSid;this.role=e.role}toPayload(){let e={};if(this.workspaceSid){e.workspace_sid=this.workspaceSid}if(this.workerSid){e.worker_sid=this.workerSid}if(this.role){e.role=this.role}return e}}e.TaskRouterGrant=TaskRouterGrant;class ChatGrant extends Grant{constructor(e){e=e||{};super("chat");this.serviceSid=e.serviceSid;this.endpointId=e.endpointId;this.deploymentRoleSid=e.deploymentRoleSid;this.pushCredentialSid=e.pushCredentialSid}toPayload(){let e={};if(this.serviceSid){e.service_sid=this.serviceSid}if(this.endpointId){e.endpoint_id=this.endpointId}if(this.deploymentRoleSid){e.deployment_role_sid=this.deploymentRoleSid}if(this.pushCredentialSid){e.push_credential_sid=this.pushCredentialSid}return e}}e.ChatGrant=ChatGrant;class VideoGrant extends Grant{constructor(e){e=e||{};super("video");this.room=e.room}toPayload(){let e={};if(this.room){e.room=this.room}return e}}e.VideoGrant=VideoGrant;class SyncGrant extends Grant{constructor(e){e=e||{};super("data_sync");this.serviceSid=e.serviceSid;this.endpointId=e.endpointId}toPayload(){let e={};if(this.serviceSid){e.service_sid=this.serviceSid}if(this.endpointId){e.endpoint_id=this.endpointId}return e}}e.SyncGrant=SyncGrant;class VoiceGrant extends Grant{constructor(e){e=e||{};super("voice");this.incomingAllow=e.incomingAllow;this.outgoingApplicationSid=e.outgoingApplicationSid;this.outgoingApplicationParams=e.outgoingApplicationParams;this.pushCredentialSid=e.pushCredentialSid;this.endpointId=e.endpointId}toPayload(){let e={};if(this.incomingAllow===true){e.incoming={allow:true}}if(this.outgoingApplicationSid){e.outgoing={application_sid:this.outgoingApplicationSid};if(this.outgoingApplicationParams){e.outgoing.params=this.outgoingApplicationParams}}if(this.pushCredentialSid){e.push_credential_sid=this.pushCredentialSid}if(this.endpointId){e.endpoint_id=this.endpointId}return e}}e.VoiceGrant=VoiceGrant;class PlaybackGrant extends Grant{constructor(e){e=e||{};super("player");this.grant=e.grant}toPayload(){let e={};if(this.grant){e=this.grant}return e}}e.PlaybackGrant=PlaybackGrant})(AccessToken||(AccessToken={}));e.exports=AccessToken},44594:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.OutgoingClientScope=i.IncomingClientScope=i.EventStreamScope=void 0;const r=s(n(77486));const o=s(n(63477));class EventStreamScope{constructor(e){this.scope="scope:stream:subscribe";this.filters=e||{}}payload(){var e=["path=/2010-04-01/Events"];if(Object.keys(this.filters).length>0){var i=Object.entries(this.filters).map((e=>[o.default.escape(e[0]),o.default.escape(e[1])].join("=")));var n=i.join("&");e.push(["appParams",o.default.escape(n)].join("="))}var s=e.join("&");return[this.scope,s].join("?")}}i.EventStreamScope=EventStreamScope;class IncomingClientScope{constructor(e){this.scope="scope:client:incoming";this.clientName=e}payload(){var e=["clientName",o.default.escape(this.clientName)].join("=");return[this.scope,e].join("?")}}i.IncomingClientScope=IncomingClientScope;class OutgoingClientScope{constructor(e){this.scope="scope:client:outgoing";if(!e){throw new Error('Required parameter "options" missing.')}if(typeof e!=="object"){throw new TypeError('Parameter "options" must be a type Object')}if(!e.applicationSid){throw new Error('Required parameter "options.applicationSid" missing.')}this.applicationSid=e.applicationSid;this.clientName=e.clientName;this.params=e.params}payload(){var e=[["appSid",o.default.escape(this.applicationSid)].join("=")];if(typeof this.clientName==="string"){e.push(["clientName",o.default.escape(this.clientName)].join("="))}if(typeof this.params==="object"){var i=Object.entries(this.params).map((e=>[o.default.escape(e[0]),o.default.escape(e[1])].join("=")));var n=i.join("&");e.push(["appParams",o.default.escape(n)].join("="))}var s=e.join("&");return[this.scope,s].join("?")}}i.OutgoingClientScope=OutgoingClientScope;class ClientCapability{constructor(e){if(!e){throw new Error('Required parameter "options" missing.')}if(typeof e!=="object"){throw new TypeError('Parameter "options" must be a type Object')}if(!e.accountSid){throw new Error('Required parameter "options.accountSid" missing.')}if(!e.authToken){throw new Error('Required parameter "options.authToken" missing.')}this.accountSid=e.accountSid;this.authToken=e.authToken;this.ttl=e.ttl||3600;this.scopes=[]}addScope(e){this.scopes.push(e)}toJwt(){const e=this.scopes.map((e=>e.payload())).join(" ");var i={scope:e,iss:this.accountSid,exp:Math.floor((new Date).valueOf()/1e3)+this.ttl};return r.default.sign(i,this.authToken)}}i["default"]=ClientCapability;ClientCapability.EventStreamScope=EventStreamScope;ClientCapability.IncomingClientScope=IncomingClientScope;ClientCapability.OutgoingClientScope=OutgoingClientScope},68382:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.Policy=void 0;const r=s(n(77486));class Policy{constructor(e){e=e||{};this.url=e.url||"";this.method=e.method||"GET";this.queryFilter=e.queryFilter||{};this.postFilter=e.postFilter||{};this.allow=e.allow||true}payload(){return{url:this.url,method:this.method,query_filter:this.queryFilter,post_filter:this.postFilter,allow:this.allow}}}i.Policy=Policy;class TaskRouterCapability{constructor(e){if(!e){throw new Error('Required parameter "options" missing.')}if(!e.accountSid){throw new Error('Required parameter "options.accountSid" missing.')}if(!e.authToken){throw new Error('Required parameter "options.authToken" missing.')}if(!e.workspaceSid){throw new Error('Required parameter "options.workspaceSid" missing.')}if(!e.channelId){throw new Error('Required parameter "options.channelId" missing.')}this.accountSid=e.accountSid;this.authToken=e.authToken;this.workspaceSid=e.workspaceSid;this.channelId=e.channelId;this.friendlyName=e.friendlyName;this.ttl=e.ttl||3600;this.version=e.version||"v1";this.policies=[]}addPolicy(e){this.policies.push(e)}toJwt(){var e={iss:this.accountSid,exp:Math.floor((new Date).valueOf()/1e3)+this.ttl,version:this.version,friendly_name:this.friendlyName,account_sid:this.accountSid,channel:this.channelId,workspace_sid:this.workspaceSid,policies:this.policies.map((e=>e.payload()))};if(this.channelId.startsWith("WK")){e.worker_sid=this.channelId}else if(this.channelId.startsWith("WQ")){e.taskqueue_sid=this.channelId}return r.default.sign(e,this.authToken)}}i["default"]=TaskRouterCapability;TaskRouterCapability.Policy=Policy},88790:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.reservationsUrl=i.workersUrl=i.activitiesUrl=i.tasksUrl=i.taskQueuesUrl=i.workspacesUrl=i.defaultEventBridgePolicies=i.defaultWorkerPolicies=void 0;const s=n(68382);const r="https://event-bridge.twilio.com/v1/wschannels";const o="https://taskrouter.twilio.com";const a="v1";function defaultWorkerPolicies(e,i,n){var r=new s.Policy({url:[o,e,"Workspaces",i,"Activities"].join("/"),method:"GET",allow:true});var a=new s.Policy({url:[o,e,"Workspaces",i,"Tasks","**"].join("/"),method:"GET",allow:true});var c=new s.Policy({url:[o,e,"Workspaces",i,"Workers",n,"Reservations","**"].join("/"),method:"GET",allow:true});var u=new s.Policy({url:[o,e,"Workspaces",i,"Workers",n].join("/"),method:"GET",allow:true});return[r,a,c,u]}i.defaultWorkerPolicies=defaultWorkerPolicies;function defaultEventBridgePolicies(e,i){var n=[r,e,i].join("/");return[new s.Policy({url:n,method:"GET",allow:true}),new s.Policy({url:n,method:"POST",allow:true})]}i.defaultEventBridgePolicies=defaultEventBridgePolicies;function workspacesUrl(e){return[o,a,"Workspaces",e].filter((e=>typeof e==="string")).join("/")}i.workspacesUrl=workspacesUrl;function taskQueuesUrl(e,i){return[workspacesUrl(e),"TaskQueues",i].filter((e=>typeof e==="string")).join("/")}i.taskQueuesUrl=taskQueuesUrl;function tasksUrl(e,i){return[workspacesUrl(e),"Tasks",i].filter((e=>typeof e==="string")).join("/")}i.tasksUrl=tasksUrl;function activitiesUrl(e,i){return[workspacesUrl(e),"Activities",i].filter((e=>typeof e==="string")).join("/")}i.activitiesUrl=activitiesUrl;function workersUrl(e,i){return[workspacesUrl(e),"Workers",i].filter((e=>typeof e==="string")).join("/")}i.workersUrl=workersUrl;function reservationsUrl(e,i,n){return[workersUrl(e,i),"Reservations",n].filter((e=>typeof e==="string")).join("/")}i.reservationsUrl=reservationsUrl},57983:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(54195));class Accounts extends r.default{get authTokenPromotion(){console.warn("authTokenPromotion is deprecated. Use v1.authTokenPromotion; instead.");return this.v1.authTokenPromotion}get credentials(){console.warn("credentials is deprecated. Use v1.credentials; instead.");return this.v1.credentials}get secondaryAuthToken(){console.warn("secondaryAuthToken is deprecated. Use v1.secondaryAuthToken; instead.");return this.v1.secondaryAuthToken}}e.exports=Accounts},54195:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(5020));class AccountsBase extends r.default{constructor(e){super(e,"https://accounts.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=AccountsBase},15165:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(75791));class Api extends r.default{get account(){return this.v2010.account}get accounts(){return this.v2010.accounts}get addresses(){console.warn("addresses is deprecated. Use account.addresses instead.");return this.account.addresses}get applications(){console.warn("applications is deprecated. Use account.applications instead.");return this.account.applications}get authorizedConnectApps(){console.warn("authorizedConnectApps is deprecated. Use account.authorizedConnectApps instead.");return this.account.authorizedConnectApps}get availablePhoneNumbers(){console.warn("availablePhoneNumbers is deprecated. Use account.availablePhoneNumbers instead.");return this.account.availablePhoneNumbers}get balance(){console.warn("balance is deprecated. Use account.balance instead.");return this.account.balance}get calls(){console.warn("calls is deprecated. Use account.calls instead.");return this.account.calls}get conferences(){console.warn("conferences is deprecated. Use account.conferences instead.");return this.account.conferences}get connectApps(){console.warn("connectApps is deprecated. Use account.connectApps instead.");return this.account.connectApps}get incomingPhoneNumbers(){console.warn("incomingPhoneNumbers is deprecated. Use account.incomingPhoneNumbers instead.");return this.account.incomingPhoneNumbers}get keys(){console.warn("keys is deprecated. Use account.keys instead.");return this.account.keys}get messages(){console.warn("messages is deprecated. Use account.messages instead.");return this.account.messages}get newKeys(){console.warn("newKeys is deprecated. Use account.newKeys instead.");return this.account.newKeys}get newSigningKeys(){console.warn("newSigningKeys is deprecated. Use account.newSigningKeys instead.");return this.account.newSigningKeys}get notifications(){console.warn("notifications is deprecated. Use account.notifications instead.");return this.account.notifications}get outgoingCallerIds(){console.warn("outgoingCallerIds is deprecated. Use account.outgoingCallerIds instead.");return this.account.outgoingCallerIds}get queues(){console.warn("queues is deprecated. Use account.queues instead.");return this.account.queues}get recordings(){console.warn("recordings is deprecated. Use account.recordings instead.");return this.account.recordings}get signingKeys(){console.warn("signingKeys is deprecated. Use account.signingKeys instead.");return this.account.signingKeys}get sip(){console.warn("sip is deprecated. Use account.sip instead.");return this.account.sip}get shortCodes(){console.warn("shortCodes is deprecated. Use account.shortCodes instead.");return this.account.shortCodes}get tokens(){console.warn("tokens is deprecated. Use account.tokens instead.");return this.account.tokens}get transcriptions(){console.warn("transcriptions is deprecated. Use account.transcriptions instead.");return this.account.transcriptions}get usage(){console.warn("usage is deprecated. Use account.usage instead.");return this.account.usage}get validationRequests(){console.warn("validationRequests is deprecated. Use account.validationRequests instead.");return this.account.validationRequests}}e.exports=Api},75791:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(59650));class ApiBase extends r.default{constructor(e){super(e,"https://api.twilio.com")}get v2010(){this._v2010=this._v2010||new o.default(this);return this._v2010}}e.exports=ApiBase},48999:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(21833));class Bulkexports extends r.default{get exports(){console.warn("exports is deprecated. Use v1.exports instead.");return this.v1.exports}get exportConfiguration(){console.warn("exportConfiguration is deprecated. Use v1.exportConfiguration instead.");return this.v1.exportConfiguration}}e.exports=Bulkexports},21833:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(51999));class BulkexportsBase extends r.default{constructor(e){super(e,"https://bulkexports.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=BulkexportsBase},85546:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(90078));class Chat extends r.default{get credentials(){console.warn("credentials is deprecated. Use v2.credentials instead.");return this.v2.credentials}get services(){console.warn("services is deprecated. Use v2.services instead.");return this.v2.services}get channels(){console.warn("channels is deprecated. Use v3.channels instead.");return this.v3.channels}}e.exports=Chat},90078:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(21772));const a=s(n(65979));const c=s(n(33547));class ChatBase extends r.default{constructor(e){super(e,"https://chat.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}get v3(){this._v3=this._v3||new c.default(this);return this._v3}}e.exports=ChatBase},28146:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(31659));class Content extends r.default{get contents(){console.warn("contents is deprecated. Use v1.contents instead.");return this.v1.contents}}e.exports=Content},31659:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(16367));class ContentBase extends r.default{constructor(e){super(e,"https://content.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=ContentBase},99118:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(83311));class Conversations extends r.default{get configuration(){console.warn("configuration is deprecated. Use v1.configuration instead.");return this.v1.configuration}get addressConfigurations(){console.warn("addressConfigurations is deprecated. Use v1.addressConfigurations instead.");return this.v1.addressConfigurations}get conversations(){console.warn("conversations is deprecated. Use v1.conversations instead.");return this.v1.conversations}get credentials(){console.warn("credentials is deprecated. Use v1.credentials instead.");return this.v1.credentials}get participantConversations(){console.warn("participantConversations is deprecated. Use v1.participantConversations instead.");return this.v1.participantConversations}get roles(){console.warn("roles is deprecated. Use v1.roles instead.");return this.v1.roles}get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}get users(){console.warn("users is deprecated. Use v1.users instead.");return this.v1.users}}e.exports=Conversations},83311:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(12918));class ConversationsBase extends r.default{constructor(e){super(e,"https://conversations.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=ConversationsBase},84429:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(15278));class Events extends r.default{get eventTypes(){console.warn("eventTypes is deprecated. Use v1.eventTypes instead.");return this.v1.eventTypes}get schemas(){console.warn("schemas is deprecated. Use v1.schemas instead.");return this.v1.schemas}get sinks(){console.warn("sinks is deprecated. Use v1.sinks instead.");return this.v1.sinks}get subscriptions(){console.warn("subscriptions is deprecated. Use v1.subscriptions instead.");return this.v1.subscriptions}}e.exports=Events},15278:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(47767));class EventsBase extends r.default{constructor(e){super(e,"https://events.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=EventsBase},43888:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(3594));class FlexApi extends r.default{get assessments(){console.warn("assessments is deprecated. Use v1.assessments instead.");return this.v1.assessments}get channel(){console.warn("channel is deprecated. Use v1.channel instead.");return this.v1.channel}get configuration(){console.warn("configuration is deprecated. Use v1.configuration instead.");return this.v1.configuration}get flexFlow(){console.warn("flexFlow is deprecated. Use v1.flexFlow instead.");return this.v1.flexFlow}get interaction(){console.warn("interaction is deprecated. Use v1.interaction instead.");return this.v1.interaction}get webChannel(){console.warn("webChannel is deprecated. Use v1.webChannel instead.");return this.v1.webChannel}get webChannels(){console.warn("webChannels is deprecated. Use v2.webChannels instead.");return this.v2.webChannels}}e.exports=FlexApi},3594:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(47633));const a=s(n(99889));class FlexApiBase extends r.default{constructor(e){super(e,"https://flex-api.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=FlexApiBase},75004:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(44680));class FrontlineApi extends r.default{get users(){console.warn("users is deprecated. Use v1.users instead.");return this.v1.users}}e.exports=FrontlineApi},44680:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(22886));class FrontlineApiBase extends r.default{constructor(e){super(e,"https://frontline-api.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=FrontlineApiBase},32062:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(50250));class Insights extends r.default{get settings(){console.warn("settings is deprecated. Use v1.settings instead.");return this.v1.settings}get calls(){console.warn("calls is deprecated. Use v1.calls instead.");return this.v1.calls}get callSummaries(){console.warn("callSummaries is deprecated. Use v1.callSummaries instead.");return this.v1.callSummaries}get conferences(){console.warn("conferences is deprecated. Use v1.conferences instead.");return this.v1.conferences}get rooms(){console.warn("rooms is deprecated. Use v1.rooms instead.");return this.v1.rooms}}e.exports=Insights},50250:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(46133));class InsightsBase extends r.default{constructor(e){super(e,"https://insights.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=InsightsBase},40969:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(58375));class Intelligence extends r.default{}e.exports=Intelligence},58375:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(38022));class IntelligenceBase extends r.default{constructor(e){super(e,"https://intelligence.twilio.com")}get v2(){this._v2=this._v2||new o.default(this);return this._v2}}e.exports=IntelligenceBase},87891:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(9317));class IpMessaging extends r.default{get credentials(){console.warn("credentials is deprecated. Use v2.credentials instead.");return this.v2.credentials}get services(){console.warn("services is deprecated. Use v2.services instead.");return this.v2.services}}e.exports=IpMessaging},9317:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(76365));const a=s(n(17014));class IpMessagingBase extends r.default{constructor(e){super(e,"https://ip-messaging.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=IpMessagingBase},10016:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(44058));class Lookups extends r.default{get phoneNumbers(){console.warn("phoneNumbers is deprecated. Use v1.phoneNumbers instead.");return this.v1.phoneNumbers}}e.exports=Lookups},44058:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(23896));const a=s(n(73693));class LookupsBase extends r.default{constructor(e){super(e,"https://lookups.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=LookupsBase},50664:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(30399));class Media extends r.default{}e.exports=Media},30399:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(23690));class MediaBase extends r.default{constructor(e){super(e,"https://media.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=MediaBase},46063:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(92682));class Messaging extends r.default{get brandRegistrations(){console.warn("brandRegistrations is deprecated. Use v1.brandRegistrations instead.");return this.v1.brandRegistrations}get deactivations(){console.warn("deactivations is deprecated. Use v1.deactivations instead.");return this.v1.deactivations}get domainCerts(){console.warn("domainCerts is deprecated. Use v1.domainCerts instead.");return this.v1.domainCerts}get domainConfig(){console.warn("domainConfig is deprecated. Use v1.domainConfig instead.");return this.v1.domainConfig}get externalCampaign(){console.warn("externalCampaign is deprecated. Use v1.externalCampaign instead.");return this.v1.externalCampaign}get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}get usecases(){console.warn("usecases is deprecated. Use v1.usecases instead.");return this.v1.usecases}}e.exports=Messaging},92682:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(98776));class MessagingBase extends r.default{constructor(e){super(e,"https://messaging.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=MessagingBase},43459:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(54540));class Microvisor extends r.default{get apps(){console.warn("apps is deprecated. Use v1.apps instead.");return this.v1.apps}get devices(){console.warn("devices is deprecated. Use v1.devices instead.");return this.v1.devices}}e.exports=Microvisor},54540:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(82053));class MicrovisorBase extends r.default{constructor(e){super(e,"https://microvisor.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=MicrovisorBase},52240:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(21073));class Monitor extends r.default{get alerts(){console.warn("alerts is deprecated. Use v1.alerts instead.");return this.v1.alerts}get events(){console.warn("events is deprecated. Use v1.events instead.");return this.v1.events}}e.exports=Monitor},21073:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(99630));class MonitorBase extends r.default{constructor(e){super(e,"https://monitor.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=MonitorBase},96951:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(41490));class Notify extends r.default{get credentials(){console.warn("credentials is deprecated. Use v1.credentials instead.");return this.v1.credentials}get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}}e.exports=Notify},41490:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(88117));class NotifyBase extends r.default{constructor(e){super(e,"https://notify.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=NotifyBase},60482:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(94830));class Numbers extends r.default{get regulatoryCompliance(){console.warn("regulatoryCompliance is deprecated. Use v2.regulatoryCompliance instead.");return this.v2.regulatoryCompliance}}e.exports=Numbers},94830:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(25431));const a=s(n(16213));class NumbersBase extends r.default{constructor(e){super(e,"https://numbers.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=NumbersBase},70930:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(59146));class Preview extends r.default{get fleets(){console.warn("fleets is deprecated. Use deployed_devices.fleets instead.");return this.deployed_devices.fleets}get authorizationDocuments(){console.warn("authorizationDocuments is deprecated. Use hosted_numbers.authorizationDocuments instead.");return this.hosted_numbers.authorizationDocuments}get hostedNumberOrders(){console.warn("hostedNumberOrders is deprecated. Use hosted_numbers.hostedNumberOrders instead.");return this.hosted_numbers.hostedNumberOrders}get availableAddOns(){console.warn("availableAddOns is deprecated. Use marketplace.availableAddOns instead.");return this.marketplace.availableAddOns}get installedAddOns(){console.warn("installedAddOns is deprecated. Use marketplace.installedAddOns instead.");return this.marketplace.installedAddOns}get services(){console.warn("services is deprecated. Use sync.services instead.");return this.sync.services}get commands(){console.warn("commands is deprecated. Use wireless.commands instead.");return this.wireless.commands}get ratePlans(){console.warn("ratePlans is deprecated. Use wireless.ratePlans instead.");return this.wireless.ratePlans}get sims(){console.warn("sims is deprecated. Use wireless.sims instead.");return this.wireless.sims}}e.exports=Preview},59146:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(82477));const a=s(n(39874));const c=s(n(71881));const u=s(n(87505));const f=s(n(87152));class PreviewBase extends r.default{constructor(e){super(e,"https://preview.twilio.com")}get deployed_devices(){this._deployed_devices=this._deployed_devices||new o.default(this);return this._deployed_devices}get hosted_numbers(){this._hosted_numbers=this._hosted_numbers||new a.default(this);return this._hosted_numbers}get sync(){this._sync=this._sync||new c.default(this);return this._sync}get marketplace(){this._marketplace=this._marketplace||new u.default(this);return this._marketplace}get wireless(){this._wireless=this._wireless||new f.default(this);return this._wireless}}e.exports=PreviewBase},9037:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(44793));class Pricing extends r.default{get messaging(){console.warn("messaging is deprecated. Use v1.messaging instead.");return this.v1.messaging}get phoneNumbers(){console.warn("phoneNumbers is deprecated. Use v1.phoneNumbers instead.");return this.v1.phoneNumbers}get voice(){console.warn("voice is deprecated. Use v2.voice instead.");return this.v2.voice}get countries(){console.warn("countries is deprecated. Use v2.countries instead.");return this.v2.countries}get numbers(){console.warn("numbers is deprecated. Use v2.numbers instead.");return this.v2.numbers}}e.exports=Pricing},44793:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(49274));const a=s(n(27068));class PricingBase extends r.default{constructor(e){super(e,"https://pricing.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=PricingBase},31947:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(73498));class Proxy extends r.default{get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}}e.exports=Proxy},73498:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(3986));class ProxyBase extends r.default{constructor(e){super(e,"https://proxy.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=ProxyBase},54576:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(82754));class Routes extends r.default{get phoneNumbers(){console.warn("phoneNumbers is deprecated. Use v1.phoneNumbers instead.");return this.v2.phoneNumbers}get sipDomains(){console.warn("sipDomains is deprecated. Use v1.sipDomains instead.");return this.v2.sipDomains}get trunks(){console.warn("trunks is deprecated. Use v1.trunks instead.");return this.v2.trunks}}e.exports=Routes},82754:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(61072));class RoutesBase extends r.default{constructor(e){super(e,"https://routes.twilio.com")}get v2(){this._v2=this._v2||new o.default(this);return this._v2}}e.exports=RoutesBase},7473:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(54087));class Serverless extends r.default{get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}}e.exports=Serverless},54087:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(98995));class ServerlessBase extends r.default{constructor(e){super(e,"https://serverless.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=ServerlessBase},25320:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(37465));class Studio extends r.default{get flows(){console.warn("flows is deprecated. Use v2.flows instead.");return this.v2.flows}get flowValidate(){console.warn("flowValidate is deprecated. Use v2.flowValidate instead.");return this.v2.flowValidate}}e.exports=Studio},37465:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(67727));const a=s(n(81292));class StudioBase extends r.default{constructor(e){super(e,"https://studio.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}get v2(){this._v2=this._v2||new a.default(this);return this._v2}}e.exports=StudioBase},64165:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(52616));class Supersim extends r.default{get esimProfiles(){console.warn("esimProfiles is deprecated. Use v1.esimProfiles instead.");return this.v1.esimProfiles}get fleets(){console.warn("fleets is deprecated. Use v1.fleets instead.");return this.v1.fleets}get ipCommands(){console.warn("ipCommands is deprecated. Use v1.ipCommands instead.");return this.v1.ipCommands}get networks(){console.warn("networks is deprecated. Use v1.networks instead.");return this.v1.networks}get settingsUpdates(){console.warn("settingsUpdates is deprecated. Use v1.settingsUpdates instead.");return this.v1.settingsUpdates}get networkAccessProfiles(){console.warn("networkAccessProfiles is deprecated. Use v1.networkAccessProfiles instead.");return this.v1.networkAccessProfiles}get sims(){console.warn("sims is deprecated. Use v1.sims instead.");return this.v1.sims}get smsCommands(){console.warn("smsCommands is deprecated. Use v1.smsCommands instead.");return this.v1.smsCommands}get usageRecords(){console.warn("usageRecords is deprecated. Use v1.usageRecords instead.");return this.v1.usageRecords}}e.exports=Supersim},52616:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(16029));class SupersimBase extends r.default{constructor(e){super(e,"https://supersim.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=SupersimBase},44495:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(69983));class Sync extends r.default{get services(){console.warn("services is deprecated. Use v1.services instead.");return this.v1.services}}e.exports=Sync},69983:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(34949));class SyncBase extends r.default{constructor(e){super(e,"https://sync.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=SyncBase},43191:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(60826));class Taskrouter extends r.default{get workspaces(){console.warn("workspaces is deprecated. Use v1.workspaces instead.");return this.v1.workspaces}}e.exports=Taskrouter},60826:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(28079));class TaskrouterBase extends r.default{constructor(e){super(e,"https://taskrouter.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=TaskrouterBase},66569:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(65743));class Trunking extends r.default{get trunks(){console.warn("trunks is deprecated. Use v1.trunks instead.");return this.v1.trunks}}e.exports=Trunking},65743:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(99996));class TrunkingBase extends r.default{constructor(e){super(e,"https://trunking.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=TrunkingBase},76241:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(80795));class Trusthub extends r.default{get customerProfiles(){console.warn("customerProfiles is deprecated. Use v1.customerProfiles instead.");return this.v1.customerProfiles}get endUsers(){console.warn("endUsers is deprecated. Use v1.endUsers instead.");return this.v1.endUsers}get endUserTypes(){console.warn("endUserTypes is deprecated. Use v1.endUserTypes instead.");return this.v1.endUserTypes}get policies(){console.warn("policies is deprecated. Use v1.policies instead.");return this.v1.policies}get supportingDocuments(){console.warn("supportingDocuments is deprecated. Use v1.supportingDocuments instead.");return this.v1.supportingDocuments}get supportingDocumentTypes(){console.warn("supportingDocumentTypes is deprecated. Use v1.supportingDocumentTypes instead.");return this.v1.supportingDocumentTypes}get trustProducts(){console.warn("trustProducts is deprecated. Use v1.trustProducts instead.");return this.v1.trustProducts}}e.exports=Trusthub},80795:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(78882));class TrusthubBase extends r.default{constructor(e){super(e,"https://trusthub.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=TrusthubBase},98239:(e,i,n)=>{"use strict";const s=n(68002);class Twilio extends s.Client{constructor(e,i,n){super(e,i,n);if(this.opts?.lazyLoading===false){this.accounts;this.api;this.bulkexports;this.chat;this.content;this.conversations;this.events;this.flexApi;this.frontlineApi;this.insights;this.intelligence;this.ipMessaging;this.lookups;this.media;this.messaging;this.microvisor;this.monitor;this.notify;this.numbers;this.preview;this.pricing;this.proxy;this.routes;this.serverless;this.studio;this.supersim;this.sync;this.taskrouter;this.trunking;this.trusthub;this.verify;this.video;this.voice;this.wireless}}get accounts(){return this._accounts??(this._accounts=new(n(57983))(this))}get api(){return this._api??(this._api=new(n(15165))(this))}get bulkexports(){return this._bulkexports??(this._bulkexports=new(n(48999))(this))}get chat(){return this._chat??(this._chat=new(n(85546))(this))}get content(){return this._content??(this._content=new(n(28146))(this))}get conversations(){return this._conversations??(this._conversations=new(n(99118))(this))}get events(){return this._events??(this._events=new(n(84429))(this))}get flexApi(){return this._flexApi??(this._flexApi=new(n(43888))(this))}get frontlineApi(){return this._frontlineApi??(this._frontlineApi=new(n(75004))(this))}get insights(){return this._insights??(this._insights=new(n(32062))(this))}get intelligence(){return this._intelligence??(this._intelligence=new(n(40969))(this))}get ipMessaging(){return this._ipMessaging??(this._ipMessaging=new(n(87891))(this))}get lookups(){return this._lookups??(this._lookups=new(n(10016))(this))}get media(){return this._media??(this._media=new(n(50664))(this))}get messaging(){return this._messaging??(this._messaging=new(n(46063))(this))}get microvisor(){return this._microvisor??(this._microvisor=new(n(43459))(this))}get monitor(){return this._monitor??(this._monitor=new(n(52240))(this))}get notify(){return this._notify??(this._notify=new(n(96951))(this))}get numbers(){return this._numbers??(this._numbers=new(n(60482))(this))}get preview(){return this._preview??(this._preview=new(n(70930))(this))}get pricing(){return this._pricing??(this._pricing=new(n(9037))(this))}get proxy(){return this._proxy??(this._proxy=new(n(31947))(this))}get routes(){return this._routes??(this._routes=new(n(54576))(this))}get serverless(){return this._serverless??(this._serverless=new(n(7473))(this))}get studio(){return this._studio??(this._studio=new(n(25320))(this))}get supersim(){return this._supersim??(this._supersim=new(n(64165))(this))}get sync(){return this._sync??(this._sync=new(n(44495))(this))}get taskrouter(){return this._taskrouter??(this._taskrouter=new(n(43191))(this))}get trunking(){return this._trunking??(this._trunking=new(n(66569))(this))}get trusthub(){return this._trusthub??(this._trusthub=new(n(76241))(this))}get verify(){return this._verify??(this._verify=new(n(32822))(this))}get video(){return this._video??(this._video=new(n(29977))(this))}get voice(){return this._voice??(this._voice=new(n(24744))(this))}get wireless(){return this._wireless??(this._wireless=new(n(22242))(this))}get addresses(){return this.api.v2010.account.addresses}get applications(){return this.api.v2010.account.applications}get authorizedConnectApps(){return this.api.v2010.account.authorizedConnectApps}get availablePhoneNumbers(){return this.api.v2010.account.availablePhoneNumbers}get balance(){return this.api.v2010.account.balance}get calls(){return this.api.v2010.account.calls}get conferences(){return this.api.v2010.account.conferences}get connectApps(){return this.api.v2010.account.connectApps}get incomingPhoneNumbers(){return this.api.v2010.account.incomingPhoneNumbers}get keys(){return this.api.v2010.account.keys}get messages(){return this.api.v2010.account.messages}get newKeys(){return this.api.v2010.account.newKeys}get newSigningKeys(){return this.api.v2010.account.newSigningKeys}get notifications(){return this.api.v2010.account.notifications}get outgoingCallerIds(){return this.api.v2010.account.outgoingCallerIds}get queues(){return this.api.v2010.account.queues}get recordings(){return this.api.v2010.account.recordings}get shortCodes(){return this.api.v2010.account.shortCodes}get signingKeys(){return this.api.v2010.account.signingKeys}get sip(){return this.api.v2010.account.sip}get tokens(){return this.api.v2010.account.tokens}get transcriptions(){return this.api.v2010.account.transcriptions}get usage(){return this.api.v2010.account.usage}get validationRequests(){return this.api.v2010.account.validationRequests}}e.exports=Twilio},32822:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(93023));class Verify extends r.default{get forms(){console.warn("forms is deprecated. Use v2.forms instead.");return this.v2.forms}get services(){console.warn("services is deprecated. Use v2.services instead.");return this.v2.services}get verificationAttempts(){console.warn("verificationAttempts is deprecated. Use v2.verificationAttempts instead.");return this.v2.verificationAttempts}get verificationAttemptsSummary(){console.warn("verificationAttemptsSummary is deprecated. Use v2.verificationAttemptsSummary instead.");return this.v2.verificationAttemptsSummary}get templates(){console.warn("templates is deprecated. Use v2.templates instead.");return this.v2.templates}}e.exports=Verify},93023:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(79352));class VerifyBase extends r.default{constructor(e){super(e,"https://verify.twilio.com")}get v2(){this._v2=this._v2||new o.default(this);return this._v2}}e.exports=VerifyBase},29977:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(21040));class Video extends r.default{get compositions(){console.warn("compositions is deprecated. Use v1.compositions instead.");return this.v1.compositions}get compositionHooks(){console.warn("compositionHooks is deprecated. Use v1.compositionHooks instead.");return this.v1.compositionHooks}get compositionSettings(){console.warn("compositionSettings is deprecated. Use v1.compositionSettings instead.");return this.v1.compositionSettings}get recordings(){console.warn("recordings is deprecated. Use v1.recordings instead.");return this.v1.recordings}get recordingSettings(){console.warn("recordingSettings is deprecated. Use v1.recordingSettings instead.");return this.v1.recordingSettings}get rooms(){console.warn("rooms is deprecated. Use v1.rooms instead.");return this.v1.rooms}}e.exports=Video},21040:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(41933));class VideoBase extends r.default{constructor(e){super(e,"https://video.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=VideoBase},24744:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(52692));class Voice extends r.default{get archivedCalls(){console.warn("archivedCalls is deprecated. Use v1.archivedCalls instead.");return this.v1.archivedCalls}get byocTrunks(){console.warn("byocTrunks is deprecated. Use v1.byocTrunks instead.");return this.v1.byocTrunks}get connectionPolicies(){console.warn("connectionPolicies is deprecated. Use v1.connectionPolicies instead.");return this.v1.connectionPolicies}get dialingPermissions(){console.warn("dialingPermissions is deprecated. Use v1.dialingPermissions instead.");return this.v1.dialingPermissions}get ipRecords(){console.warn("ipRecords is deprecated. Use v1.ipRecords instead.");return this.v1.ipRecords}get sourceIpMappings(){console.warn("sourceIpMappings is deprecated. Use v1.sourceIpMappings instead.");return this.v1.sourceIpMappings}}e.exports=Voice},52692:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(24691));class VoiceBase extends r.default{constructor(e){super(e,"https://voice.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=VoiceBase},22242:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(69828));class Wireless extends r.default{get usageRecords(){console.warn("usageRecords is deprecated. Use v1.usageRecords instead.");return this.v1.usageRecords}get commands(){console.warn("commands is deprecated. Use v1.commands instead.");return this.v1.commands}get ratePlans(){console.warn("ratePlans is deprecated. Use v1.ratePlans instead.");return this.v1.ratePlans}get sims(){console.warn("sims is deprecated. Use v1.sims instead.");return this.v1.sims}}e.exports=Wireless},69828:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(64580));const o=s(n(57415));class WirelessBase extends r.default{constructor(e){super(e,"https://wireless.twilio.com")}get v1(){this._v1=this._v1||new o.default(this);return this._v1}}e.exports=WirelessBase},5020:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(69221);const a=n(53028);const c=n(25508);const u=n(38505);class V1 extends r.default{constructor(e){super(e,"v1")}get authTokenPromotion(){this._authTokenPromotion=this._authTokenPromotion||(0,o.AuthTokenPromotionListInstance)(this);return this._authTokenPromotion}get credentials(){this._credentials=this._credentials||(0,a.CredentialListInstance)(this);return this._credentials}get safelist(){this._safelist=this._safelist||(0,c.SafelistListInstance)(this);return this._safelist}get secondaryAuthToken(){this._secondaryAuthToken=this._secondaryAuthToken||(0,u.SecondaryAuthTokenListInstance)(this);return this._secondaryAuthToken}}i["default"]=V1},69221:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AuthTokenPromotionListInstance=i.AuthTokenPromotionInstance=i.AuthTokenPromotionContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class AuthTokenPromotionContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/AuthTokens/Promote`}update(e){const i=this;let n=i._version,s=n.update({uri:i._uri,method:"post"});s=s.then((e=>new AuthTokenPromotionInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AuthTokenPromotionContextImpl=AuthTokenPromotionContextImpl;class AuthTokenPromotionInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.authToken=i.auth_token;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new AuthTokenPromotionContextImpl(this._version);return this._context}update(e){return this._proxy.update(e)}toJSON(){return{accountSid:this.accountSid,authToken:this.authToken,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AuthTokenPromotionInstance=AuthTokenPromotionInstance;function AuthTokenPromotionListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new AuthTokenPromotionContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AuthTokenPromotionListInstance=AuthTokenPromotionListInstance},53028:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.CredentialListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(24295);const c=n(77791);function CredentialListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Credentials`;Object.defineProperty(i,"aws",{get:function aws(){if(!i._aws){i._aws=(0,a.AwsListInstance)(i._version)}return i._aws}});Object.defineProperty(i,"publicKey",{get:function publicKey(){if(!i._publicKey){i._publicKey=(0,c.PublicKeyListInstance)(i._version)}return i._publicKey}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.CredentialListInstance=CredentialListInstance},24295:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AwsPage=i.AwsListInstance=i.AwsInstance=i.AwsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AwsContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/AWS/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AwsInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AwsInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AwsContextImpl=AwsContextImpl;class AwsInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AwsContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AwsInstance=AwsInstance;function AwsListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AwsContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials/AWS`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["credentials"]===null||i["credentials"]===undefined){throw new Error("Required parameter \"params['credentials']\" missing.")}let s={};s["Credentials"]=i["credentials"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["accountSid"]!==undefined)s["AccountSid"]=i["accountSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AwsInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AwsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AwsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AwsListInstance=AwsListInstance;class AwsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AwsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AwsPage=AwsPage},77791:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PublicKeyPage=i.PublicKeyListInstance=i.PublicKeyInstance=i.PublicKeyContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PublicKeyContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/PublicKeys/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PublicKeyInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PublicKeyInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublicKeyContextImpl=PublicKeyContextImpl;class PublicKeyInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new PublicKeyContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublicKeyInstance=PublicKeyInstance;function PublicKeyListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PublicKeyContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials/PublicKeys`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["publicKey"]===null||i["publicKey"]===undefined){throw new Error("Required parameter \"params['publicKey']\" missing.")}let s={};s["PublicKey"]=i["publicKey"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["accountSid"]!==undefined)s["AccountSid"]=i["accountSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new PublicKeyInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PublicKeyPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PublicKeyPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PublicKeyListInstance=PublicKeyListInstance;class PublicKeyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PublicKeyInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublicKeyPage=PublicKeyPage},25508:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SafelistInstance=i.SafelistListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function SafelistListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/SafeList/Numbers`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["phoneNumber"]===null||n["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let r={};r["PhoneNumber"]=n["phoneNumber"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new SafelistInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.remove=function remove(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["phoneNumber"]!==undefined)r["PhoneNumber"]=n["phoneNumber"];const o={};let a=e,c=a.remove({uri:i._uri,method:"delete",params:r,headers:o});c=i._version.setPromiseCallback(c,s);return c};i.fetch=function fetch(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["phoneNumber"]!==undefined)r["PhoneNumber"]=n["phoneNumber"];const o={};let a=e,c=a.fetch({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new SafelistInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.SafelistListInstance=SafelistListInstance;class SafelistInstance{constructor(e,i){this._version=e;this.sid=i.sid;this.phoneNumber=i.phone_number}toJSON(){return{sid:this.sid,phoneNumber:this.phoneNumber}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SafelistInstance=SafelistInstance},38505:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SecondaryAuthTokenListInstance=i.SecondaryAuthTokenInstance=i.SecondaryAuthTokenContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class SecondaryAuthTokenContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/AuthTokens/Secondary`}create(e){const i=this;let n=i._version,s=n.create({uri:i._uri,method:"post"});s=s.then((e=>new SecondaryAuthTokenInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SecondaryAuthTokenContextImpl=SecondaryAuthTokenContextImpl;class SecondaryAuthTokenInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.secondaryAuthToken=i.secondary_auth_token;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new SecondaryAuthTokenContextImpl(this._version);return this._context}create(e){return this._proxy.create(e)}remove(e){return this._proxy.remove(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,secondaryAuthToken:this.secondaryAuthToken,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SecondaryAuthTokenInstance=SecondaryAuthTokenInstance;function SecondaryAuthTokenListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new SecondaryAuthTokenContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SecondaryAuthTokenListInstance=SecondaryAuthTokenListInstance},59650:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(72241);class V2010 extends r.default{constructor(e){super(e,"2010-04-01")}get accounts(){this._accounts=this._accounts||(0,o.AccountListInstance)(this);return this._accounts}get account(){this._account=this._account||(0,o.AccountListInstance)(this)(this.domain.twilio.accountSid);return this._account}}i["default"]=V2010},72241:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AccountPage=i.AccountListInstance=i.AccountInstance=i.AccountContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(79442);const _=n(49982);const g=n(30361);const v=n(64292);const S=n(54086);const b=n(1606);const P=n(41322);const C=n(48104);const I=n(73350);const x=n(36378);const k=n(76433);const N=n(52411);const O=n(63159);const T=n(47066);const E=n(34642);const L=n(95601);const A=n(28672);const R=n(72435);const U=n(40489);const J=n(93613);const F=n(87639);const V=n(84673);const q=n(22812);const j=n(86218);class AccountContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Accounts/${i}.json`}get addresses(){this._addresses=this._addresses||(0,f.AddressListInstance)(this._version,this._solution.sid);return this._addresses}get applications(){this._applications=this._applications||(0,_.ApplicationListInstance)(this._version,this._solution.sid);return this._applications}get authorizedConnectApps(){this._authorizedConnectApps=this._authorizedConnectApps||(0,g.AuthorizedConnectAppListInstance)(this._version,this._solution.sid);return this._authorizedConnectApps}get availablePhoneNumbers(){this._availablePhoneNumbers=this._availablePhoneNumbers||(0,v.AvailablePhoneNumberCountryListInstance)(this._version,this._solution.sid);return this._availablePhoneNumbers}get balance(){this._balance=this._balance||(0,S.BalanceListInstance)(this._version,this._solution.sid);return this._balance}get calls(){this._calls=this._calls||(0,b.CallListInstance)(this._version,this._solution.sid);return this._calls}get conferences(){this._conferences=this._conferences||(0,P.ConferenceListInstance)(this._version,this._solution.sid);return this._conferences}get connectApps(){this._connectApps=this._connectApps||(0,C.ConnectAppListInstance)(this._version,this._solution.sid);return this._connectApps}get incomingPhoneNumbers(){this._incomingPhoneNumbers=this._incomingPhoneNumbers||(0,I.IncomingPhoneNumberListInstance)(this._version,this._solution.sid);return this._incomingPhoneNumbers}get keys(){this._keys=this._keys||(0,x.KeyListInstance)(this._version,this._solution.sid);return this._keys}get messages(){this._messages=this._messages||(0,k.MessageListInstance)(this._version,this._solution.sid);return this._messages}get newKeys(){this._newKeys=this._newKeys||(0,N.NewKeyListInstance)(this._version,this._solution.sid);return this._newKeys}get newSigningKeys(){this._newSigningKeys=this._newSigningKeys||(0,O.NewSigningKeyListInstance)(this._version,this._solution.sid);return this._newSigningKeys}get notifications(){this._notifications=this._notifications||(0,T.NotificationListInstance)(this._version,this._solution.sid);return this._notifications}get outgoingCallerIds(){this._outgoingCallerIds=this._outgoingCallerIds||(0,E.OutgoingCallerIdListInstance)(this._version,this._solution.sid);return this._outgoingCallerIds}get queues(){this._queues=this._queues||(0,L.QueueListInstance)(this._version,this._solution.sid);return this._queues}get recordings(){this._recordings=this._recordings||(0,A.RecordingListInstance)(this._version,this._solution.sid);return this._recordings}get shortCodes(){this._shortCodes=this._shortCodes||(0,R.ShortCodeListInstance)(this._version,this._solution.sid);return this._shortCodes}get signingKeys(){this._signingKeys=this._signingKeys||(0,U.SigningKeyListInstance)(this._version,this._solution.sid);return this._signingKeys}get sip(){this._sip=this._sip||(0,J.SipListInstance)(this._version,this._solution.sid);return this._sip}get tokens(){this._tokens=this._tokens||(0,F.TokenListInstance)(this._version,this._solution.sid);return this._tokens}get transcriptions(){this._transcriptions=this._transcriptions||(0,V.TranscriptionListInstance)(this._version,this._solution.sid);return this._transcriptions}get usage(){this._usage=this._usage||(0,q.UsageListInstance)(this._version,this._solution.sid);return this._usage}get validationRequests(){this._validationRequests=this._validationRequests||(0,j.ValidationRequestListInstance)(this._version,this._solution.sid);return this._validationRequests}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AccountInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AccountInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountContextImpl=AccountContextImpl;class AccountInstance{constructor(e,i,n){this._version=e;this.authToken=i.auth_token;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.ownerAccountSid=i.owner_account_sid;this.sid=i.sid;this.status=i.status;this.subresourceUris=i.subresource_uris;this.type=i.type;this.uri=i.uri;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AccountContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}addresses(){return this._proxy.addresses}applications(){return this._proxy.applications}authorizedConnectApps(){return this._proxy.authorizedConnectApps}availablePhoneNumbers(){return this._proxy.availablePhoneNumbers}balance(){return this._proxy.balance}calls(){return this._proxy.calls}conferences(){return this._proxy.conferences}connectApps(){return this._proxy.connectApps}incomingPhoneNumbers(){return this._proxy.incomingPhoneNumbers}keys(){return this._proxy.keys}messages(){return this._proxy.messages}newKeys(){return this._proxy.newKeys}newSigningKeys(){return this._proxy.newSigningKeys}notifications(){return this._proxy.notifications}outgoingCallerIds(){return this._proxy.outgoingCallerIds}queues(){return this._proxy.queues}recordings(){return this._proxy.recordings}shortCodes(){return this._proxy.shortCodes}signingKeys(){return this._proxy.signingKeys}sip(){return this._proxy.sip}tokens(){return this._proxy.tokens}transcriptions(){return this._proxy.transcriptions}usage(){return this._proxy.usage}validationRequests(){return this._proxy.validationRequests}toJSON(){return{authToken:this.authToken,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,ownerAccountSid:this.ownerAccountSid,sid:this.sid,status:this.status,subresourceUris:this.subresourceUris,type:this.type,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountInstance=AccountInstance;function AccountListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AccountContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Accounts.json`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AccountInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AccountPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AccountPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AccountListInstance=AccountListInstance;class AccountPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AccountInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountPage=AccountPage},79442:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AddressPage=i.AddressListInstance=i.AddressInstance=i.AddressContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(42385);class AddressContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Addresses/${n}.json`}get dependentPhoneNumbers(){this._dependentPhoneNumbers=this._dependentPhoneNumbers||(0,f.DependentPhoneNumberListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._dependentPhoneNumbers}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AddressInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["customerName"]!==undefined)n["CustomerName"]=e["customerName"];if(e["street"]!==undefined)n["Street"]=e["street"];if(e["city"]!==undefined)n["City"]=e["city"];if(e["region"]!==undefined)n["Region"]=e["region"];if(e["postalCode"]!==undefined)n["PostalCode"]=e["postalCode"];if(e["emergencyEnabled"]!==undefined)n["EmergencyEnabled"]=c.bool(e["emergencyEnabled"]);if(e["autoCorrectAddress"]!==undefined)n["AutoCorrectAddress"]=c.bool(e["autoCorrectAddress"]);if(e["streetSecondary"]!==undefined)n["StreetSecondary"]=e["streetSecondary"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AddressInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressContextImpl=AddressContextImpl;class AddressInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.city=i.city;this.customerName=i.customer_name;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.isoCountry=i.iso_country;this.postalCode=i.postal_code;this.region=i.region;this.sid=i.sid;this.street=i.street;this.uri=i.uri;this.emergencyEnabled=i.emergency_enabled;this.validated=i.validated;this.verified=i.verified;this.streetSecondary=i.street_secondary;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new AddressContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}dependentPhoneNumbers(){return this._proxy.dependentPhoneNumbers}toJSON(){return{accountSid:this.accountSid,city:this.city,customerName:this.customerName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,isoCountry:this.isoCountry,postalCode:this.postalCode,region:this.region,sid:this.sid,street:this.street,uri:this.uri,emergencyEnabled:this.emergencyEnabled,validated:this.validated,verified:this.verified,streetSecondary:this.streetSecondary}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressInstance=AddressInstance;function AddressListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AddressContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Addresses.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["customerName"]===null||i["customerName"]===undefined){throw new Error("Required parameter \"params['customerName']\" missing.")}if(i["street"]===null||i["street"]===undefined){throw new Error("Required parameter \"params['street']\" missing.")}if(i["city"]===null||i["city"]===undefined){throw new Error("Required parameter \"params['city']\" missing.")}if(i["region"]===null||i["region"]===undefined){throw new Error("Required parameter \"params['region']\" missing.")}if(i["postalCode"]===null||i["postalCode"]===undefined){throw new Error("Required parameter \"params['postalCode']\" missing.")}if(i["isoCountry"]===null||i["isoCountry"]===undefined){throw new Error("Required parameter \"params['isoCountry']\" missing.")}let s={};s["CustomerName"]=i["customerName"];s["Street"]=i["street"];s["City"]=i["city"];s["Region"]=i["region"];s["PostalCode"]=i["postalCode"];s["IsoCountry"]=i["isoCountry"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["emergencyEnabled"]!==undefined)s["EmergencyEnabled"]=c.bool(i["emergencyEnabled"]);if(i["autoCorrectAddress"]!==undefined)s["AutoCorrectAddress"]=c.bool(i["autoCorrectAddress"]);if(i["streetSecondary"]!==undefined)s["StreetSecondary"]=i["streetSecondary"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AddressInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["customerName"]!==undefined)s["CustomerName"]=i["customerName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["isoCountry"]!==undefined)s["IsoCountry"]=i["isoCountry"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AddressPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AddressPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AddressListInstance=AddressListInstance;class AddressPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AddressInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressPage=AddressPage},42385:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DependentPhoneNumberPage=i.DependentPhoneNumberInstance=i.DependentPhoneNumberListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function DependentPhoneNumberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'addressSid' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,addressSid:n};s._uri=`/Accounts/${i}/Addresses/${n}/DependentPhoneNumbers.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:s._uri,method:"get",params:r,headers:o});c=c.then((e=>new DependentPhoneNumberPage(a,e,s._solution)));c=s._version.setPromiseCallback(c,n);return c};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new DependentPhoneNumberPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.DependentPhoneNumberListInstance=DependentPhoneNumberListInstance;class DependentPhoneNumberInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.voiceUrl=i.voice_url;this.voiceMethod=i.voice_method;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.addressRequirements=i.address_requirements;this.capabilities=i.capabilities;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.apiVersion=i.api_version;this.smsApplicationSid=i.sms_application_sid;this.voiceApplicationSid=i.voice_application_sid;this.trunkSid=i.trunk_sid;this.emergencyStatus=i.emergency_status;this.emergencyAddressSid=i.emergency_address_sid;this.uri=i.uri}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,voiceUrl:this.voiceUrl,voiceMethod:this.voiceMethod,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceCallerIdLookup:this.voiceCallerIdLookup,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,addressRequirements:this.addressRequirements,capabilities:this.capabilities,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,apiVersion:this.apiVersion,smsApplicationSid:this.smsApplicationSid,voiceApplicationSid:this.voiceApplicationSid,trunkSid:this.trunkSid,emergencyStatus:this.emergencyStatus,emergencyAddressSid:this.emergencyAddressSid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentPhoneNumberInstance=DependentPhoneNumberInstance;class DependentPhoneNumberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DependentPhoneNumberInstance(this._version,e,this._solution.accountSid,this._solution.addressSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentPhoneNumberPage=DependentPhoneNumberPage},49982:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ApplicationPage=i.ApplicationListInstance=i.ApplicationInstance=i.ApplicationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ApplicationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Applications/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ApplicationInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["apiVersion"]!==undefined)n["ApiVersion"]=e["apiVersion"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["voiceCallerIdLookup"]!==undefined)n["VoiceCallerIdLookup"]=c.bool(e["voiceCallerIdLookup"]);if(e["smsUrl"]!==undefined)n["SmsUrl"]=e["smsUrl"];if(e["smsMethod"]!==undefined)n["SmsMethod"]=e["smsMethod"];if(e["smsFallbackUrl"]!==undefined)n["SmsFallbackUrl"]=e["smsFallbackUrl"];if(e["smsFallbackMethod"]!==undefined)n["SmsFallbackMethod"]=e["smsFallbackMethod"];if(e["smsStatusCallback"]!==undefined)n["SmsStatusCallback"]=e["smsStatusCallback"];if(e["messageStatusCallback"]!==undefined)n["MessageStatusCallback"]=e["messageStatusCallback"];if(e["publicApplicationConnectEnabled"]!==undefined)n["PublicApplicationConnectEnabled"]=c.bool(e["publicApplicationConnectEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ApplicationInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ApplicationContextImpl=ApplicationContextImpl;class ApplicationInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.messageStatusCallback=i.message_status_callback;this.sid=i.sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsStatusCallback=i.sms_status_callback;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.uri=i.uri;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.publicApplicationConnectEnabled=i.public_application_connect_enabled;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ApplicationContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,messageStatusCallback:this.messageStatusCallback,sid:this.sid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsStatusCallback:this.smsStatusCallback,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,uri:this.uri,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,publicApplicationConnectEnabled:this.publicApplicationConnectEnabled}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ApplicationInstance=ApplicationInstance;function ApplicationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ApplicationContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Applications.json`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["apiVersion"]!==undefined)s["ApiVersion"]=i["apiVersion"];if(i["voiceUrl"]!==undefined)s["VoiceUrl"]=i["voiceUrl"];if(i["voiceMethod"]!==undefined)s["VoiceMethod"]=i["voiceMethod"];if(i["voiceFallbackUrl"]!==undefined)s["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceFallbackMethod"]!==undefined)s["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["voiceCallerIdLookup"]!==undefined)s["VoiceCallerIdLookup"]=c.bool(i["voiceCallerIdLookup"]);if(i["smsUrl"]!==undefined)s["SmsUrl"]=i["smsUrl"];if(i["smsMethod"]!==undefined)s["SmsMethod"]=i["smsMethod"];if(i["smsFallbackUrl"]!==undefined)s["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsFallbackMethod"]!==undefined)s["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["smsStatusCallback"]!==undefined)s["SmsStatusCallback"]=i["smsStatusCallback"];if(i["messageStatusCallback"]!==undefined)s["MessageStatusCallback"]=i["messageStatusCallback"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["publicApplicationConnectEnabled"]!==undefined)s["PublicApplicationConnectEnabled"]=c.bool(i["publicApplicationConnectEnabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ApplicationInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ApplicationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ApplicationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ApplicationListInstance=ApplicationListInstance;class ApplicationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ApplicationInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ApplicationPage=ApplicationPage},30361:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthorizedConnectAppPage=i.AuthorizedConnectAppListInstance=i.AuthorizedConnectAppInstance=i.AuthorizedConnectAppContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AuthorizedConnectAppContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'connectAppSid' is not valid.")}this._solution={accountSid:i,connectAppSid:n};this._uri=`/Accounts/${i}/AuthorizedConnectApps/${n}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthorizedConnectAppInstance(n,e,i._solution.accountSid,i._solution.connectAppSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizedConnectAppContextImpl=AuthorizedConnectAppContextImpl;class AuthorizedConnectAppInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.connectAppCompanyName=i.connect_app_company_name;this.connectAppDescription=i.connect_app_description;this.connectAppFriendlyName=i.connect_app_friendly_name;this.connectAppHomepageUrl=i.connect_app_homepage_url;this.connectAppSid=i.connect_app_sid;this.permissions=i.permissions;this.uri=i.uri;this._solution={accountSid:n,connectAppSid:s||this.connectAppSid}}get _proxy(){this._context=this._context||new AuthorizedConnectAppContextImpl(this._version,this._solution.accountSid,this._solution.connectAppSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,connectAppCompanyName:this.connectAppCompanyName,connectAppDescription:this.connectAppDescription,connectAppFriendlyName:this.connectAppFriendlyName,connectAppHomepageUrl:this.connectAppHomepageUrl,connectAppSid:this.connectAppSid,permissions:this.permissions,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizedConnectAppInstance=AuthorizedConnectAppInstance;function AuthorizedConnectAppListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AuthorizedConnectAppContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/AuthorizedConnectApps.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthorizedConnectAppPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthorizedConnectAppPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthorizedConnectAppListInstance=AuthorizedConnectAppListInstance;class AuthorizedConnectAppPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthorizedConnectAppInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizedConnectAppPage=AuthorizedConnectAppPage},64292:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AvailablePhoneNumberCountryPage=i.AvailablePhoneNumberCountryListInstance=i.AvailablePhoneNumberCountryInstance=i.AvailablePhoneNumberCountryContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(37937);const _=n(14971);const g=n(82864);const v=n(55272);const S=n(58195);const b=n(11384);const P=n(14630);class AvailablePhoneNumberCountryContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}this._solution={accountSid:i,countryCode:n};this._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}.json`}get local(){this._local=this._local||(0,f.LocalListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._local}get machineToMachine(){this._machineToMachine=this._machineToMachine||(0,_.MachineToMachineListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._machineToMachine}get mobile(){this._mobile=this._mobile||(0,g.MobileListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._mobile}get national(){this._national=this._national||(0,v.NationalListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._national}get sharedCost(){this._sharedCost=this._sharedCost||(0,S.SharedCostListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._sharedCost}get tollFree(){this._tollFree=this._tollFree||(0,b.TollFreeListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._tollFree}get voip(){this._voip=this._voip||(0,P.VoipListInstance)(this._version,this._solution.accountSid,this._solution.countryCode);return this._voip}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AvailablePhoneNumberCountryInstance(n,e,i._solution.accountSid,i._solution.countryCode)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailablePhoneNumberCountryContextImpl=AvailablePhoneNumberCountryContextImpl;class AvailablePhoneNumberCountryInstance{constructor(e,i,n,s){this._version=e;this.countryCode=i.country_code;this.country=i.country;this.uri=i.uri;this.beta=i.beta;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,countryCode:s||this.countryCode}}get _proxy(){this._context=this._context||new AvailablePhoneNumberCountryContextImpl(this._version,this._solution.accountSid,this._solution.countryCode);return this._context}fetch(e){return this._proxy.fetch(e)}local(){return this._proxy.local}machineToMachine(){return this._proxy.machineToMachine}mobile(){return this._proxy.mobile}national(){return this._proxy.national}sharedCost(){return this._proxy.sharedCost}tollFree(){return this._proxy.tollFree}voip(){return this._proxy.voip}toJSON(){return{countryCode:this.countryCode,country:this.country,uri:this.uri,beta:this.beta,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailablePhoneNumberCountryInstance=AvailablePhoneNumberCountryInstance;function AvailablePhoneNumberCountryListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AvailablePhoneNumberCountryContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/AvailablePhoneNumbers.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AvailablePhoneNumberCountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AvailablePhoneNumberCountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AvailablePhoneNumberCountryListInstance=AvailablePhoneNumberCountryListInstance;class AvailablePhoneNumberCountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AvailablePhoneNumberCountryInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailablePhoneNumberCountryPage=AvailablePhoneNumberCountryPage},37937:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.LocalPage=i.LocalInstance=i.LocalListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function LocalListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/Local.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new LocalPage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new LocalPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.LocalListInstance=LocalListInstance;class LocalInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LocalInstance=LocalInstance;class LocalPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new LocalInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LocalPage=LocalPage},14971:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MachineToMachinePage=i.MachineToMachineInstance=i.MachineToMachineListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function MachineToMachineListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/MachineToMachine.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new MachineToMachinePage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new MachineToMachinePage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.MachineToMachineListInstance=MachineToMachineListInstance;class MachineToMachineInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MachineToMachineInstance=MachineToMachineInstance;class MachineToMachinePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MachineToMachineInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MachineToMachinePage=MachineToMachinePage},82864:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MobilePage=i.MobileInstance=i.MobileListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function MobileListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/Mobile.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new MobilePage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new MobilePage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.MobileListInstance=MobileListInstance;class MobileInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MobileInstance=MobileInstance;class MobilePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MobileInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MobilePage=MobilePage},55272:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NationalPage=i.NationalInstance=i.NationalListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function NationalListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/National.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new NationalPage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new NationalPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.NationalListInstance=NationalListInstance;class NationalInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NationalInstance=NationalInstance;class NationalPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NationalInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NationalPage=NationalPage},58195:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SharedCostPage=i.SharedCostInstance=i.SharedCostListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function SharedCostListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/SharedCost.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new SharedCostPage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new SharedCostPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.SharedCostListInstance=SharedCostListInstance;class SharedCostInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SharedCostInstance=SharedCostInstance;class SharedCostPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SharedCostInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SharedCostPage=SharedCostPage},11384:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TollFreePage=i.TollFreeInstance=i.TollFreeListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function TollFreeListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/TollFree.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new TollFreePage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new TollFreePage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.TollFreeListInstance=TollFreeListInstance;class TollFreeInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollFreeInstance=TollFreeInstance;class TollFreePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TollFreeInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollFreePage=TollFreePage},14630:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.VoipPage=i.VoipInstance=i.VoipListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function VoipListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'countryCode' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,countryCode:n};s._uri=`/Accounts/${i}/AvailablePhoneNumbers/${n}/Voip.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["areaCode"]!==undefined)r["AreaCode"]=i["areaCode"];if(i["contains"]!==undefined)r["Contains"]=i["contains"];if(i["smsEnabled"]!==undefined)r["SmsEnabled"]=c.bool(i["smsEnabled"]);if(i["mmsEnabled"]!==undefined)r["MmsEnabled"]=c.bool(i["mmsEnabled"]);if(i["voiceEnabled"]!==undefined)r["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["excludeAllAddressRequired"]!==undefined)r["ExcludeAllAddressRequired"]=c.bool(i["excludeAllAddressRequired"]);if(i["excludeLocalAddressRequired"]!==undefined)r["ExcludeLocalAddressRequired"]=c.bool(i["excludeLocalAddressRequired"]);if(i["excludeForeignAddressRequired"]!==undefined)r["ExcludeForeignAddressRequired"]=c.bool(i["excludeForeignAddressRequired"]);if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["nearNumber"]!==undefined)r["NearNumber"]=i["nearNumber"];if(i["nearLatLong"]!==undefined)r["NearLatLong"]=i["nearLatLong"];if(i["distance"]!==undefined)r["Distance"]=i["distance"];if(i["inPostalCode"]!==undefined)r["InPostalCode"]=i["inPostalCode"];if(i["inRegion"]!==undefined)r["InRegion"]=i["inRegion"];if(i["inRateCenter"]!==undefined)r["InRateCenter"]=i["inRateCenter"];if(i["inLata"]!==undefined)r["InLata"]=i["inLata"];if(i["inLocality"]!==undefined)r["InLocality"]=i["inLocality"];if(i["faxEnabled"]!==undefined)r["FaxEnabled"]=c.bool(i["faxEnabled"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:s._uri,method:"get",params:r,headers:o});u=u.then((e=>new VoipPage(a,e,s._solution)));u=s._version.setPromiseCallback(u,n);return u};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new VoipPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.VoipListInstance=VoipListInstance;class VoipInstance{constructor(e,i,n,s){this._version=e;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.lata=i.lata;this.locality=i.locality;this.rateCenter=i.rate_center;this.latitude=i.latitude;this.longitude=i.longitude;this.region=i.region;this.postalCode=i.postal_code;this.isoCountry=i.iso_country;this.addressRequirements=i.address_requirements;this.beta=i.beta;this.capabilities=i.capabilities}toJSON(){return{friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,lata:this.lata,locality:this.locality,rateCenter:this.rateCenter,latitude:this.latitude,longitude:this.longitude,region:this.region,postalCode:this.postalCode,isoCountry:this.isoCountry,addressRequirements:this.addressRequirements,beta:this.beta,capabilities:this.capabilities}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VoipInstance=VoipInstance;class VoipPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new VoipInstance(this._version,e,this._solution.accountSid,this._solution.countryCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VoipPage=VoipPage},54086:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BalanceInstance=i.BalanceListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function BalanceListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Balance.json`;n.fetch=function fetch(i){let s=e,r=s.fetch({uri:n._uri,method:"get"});r=r.then((e=>new BalanceInstance(s,e,n._solution.accountSid)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.BalanceListInstance=BalanceListInstance;class BalanceInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.balance=i.balance;this.currency=i.currency}toJSON(){return{accountSid:this.accountSid,balance:this.balance,currency:this.currency}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BalanceInstance=BalanceInstance},1606:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CallPage=i.CallListInstance=i.CallInstance=i.CallContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(74502);const _=n(62974);const g=n(47427);const v=n(40728);const S=n(26073);const b=n(18229);const P=n(71656);const C=n(85366);class CallContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Calls/${n}.json`}get events(){this._events=this._events||(0,f.EventListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._events}get notifications(){this._notifications=this._notifications||(0,_.NotificationListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._notifications}get payments(){this._payments=this._payments||(0,g.PaymentListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._payments}get recordings(){this._recordings=this._recordings||(0,v.RecordingListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._recordings}get siprec(){this._siprec=this._siprec||(0,S.SiprecListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._siprec}get streams(){this._streams=this._streams||(0,b.StreamListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._streams}get userDefinedMessages(){this._userDefinedMessages=this._userDefinedMessages||(0,P.UserDefinedMessageListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._userDefinedMessages}get userDefinedMessageSubscriptions(){this._userDefinedMessageSubscriptions=this._userDefinedMessageSubscriptions||(0,C.UserDefinedMessageSubscriptionListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._userDefinedMessageSubscriptions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CallInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["url"]!==undefined)n["Url"]=e["url"];if(e["method"]!==undefined)n["Method"]=e["method"];if(e["status"]!==undefined)n["Status"]=e["status"];if(e["fallbackUrl"]!==undefined)n["FallbackUrl"]=e["fallbackUrl"];if(e["fallbackMethod"]!==undefined)n["FallbackMethod"]=e["fallbackMethod"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["twiml"]!==undefined)n["Twiml"]=c.twiml(e["twiml"]);if(e["timeLimit"]!==undefined)n["TimeLimit"]=e["timeLimit"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CallInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CallContextImpl=CallContextImpl;class CallInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.parentCallSid=i.parent_call_sid;this.accountSid=i.account_sid;this.to=i.to;this.toFormatted=i.to_formatted;this.from=i.from;this.fromFormatted=i.from_formatted;this.phoneNumberSid=i.phone_number_sid;this.status=i.status;this.startTime=a.rfc2822DateTime(i.start_time);this.endTime=a.rfc2822DateTime(i.end_time);this.duration=i.duration;this.price=i.price;this.priceUnit=i.price_unit;this.direction=i.direction;this.answeredBy=i.answered_by;this.apiVersion=i.api_version;this.forwardedFrom=i.forwarded_from;this.groupSid=i.group_sid;this.callerName=i.caller_name;this.queueTime=i.queue_time;this.trunkSid=i.trunk_sid;this.uri=i.uri;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CallContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}events(){return this._proxy.events}notifications(){return this._proxy.notifications}payments(){return this._proxy.payments}recordings(){return this._proxy.recordings}siprec(){return this._proxy.siprec}streams(){return this._proxy.streams}userDefinedMessages(){return this._proxy.userDefinedMessages}userDefinedMessageSubscriptions(){return this._proxy.userDefinedMessageSubscriptions}toJSON(){return{sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,parentCallSid:this.parentCallSid,accountSid:this.accountSid,to:this.to,toFormatted:this.toFormatted,from:this.from,fromFormatted:this.fromFormatted,phoneNumberSid:this.phoneNumberSid,status:this.status,startTime:this.startTime,endTime:this.endTime,duration:this.duration,price:this.price,priceUnit:this.priceUnit,direction:this.direction,answeredBy:this.answeredBy,apiVersion:this.apiVersion,forwardedFrom:this.forwardedFrom,groupSid:this.groupSid,callerName:this.callerName,queueTime:this.queueTime,trunkSid:this.trunkSid,uri:this.uri,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CallInstance=CallInstance;function CallListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CallContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Calls.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}if(i["from"]===null||i["from"]===undefined){throw new Error("Required parameter \"params['from']\" missing.")}let s={};s["To"]=i["to"];s["From"]=i["from"];if(i["method"]!==undefined)s["Method"]=i["method"];if(i["fallbackUrl"]!==undefined)s["FallbackUrl"]=i["fallbackUrl"];if(i["fallbackMethod"]!==undefined)s["FallbackMethod"]=i["fallbackMethod"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackEvent"]!==undefined)s["StatusCallbackEvent"]=c.map(i["statusCallbackEvent"],(e=>e));if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["sendDigits"]!==undefined)s["SendDigits"]=i["sendDigits"];if(i["timeout"]!==undefined)s["Timeout"]=i["timeout"];if(i["record"]!==undefined)s["Record"]=c.bool(i["record"]);if(i["recordingChannels"]!==undefined)s["RecordingChannels"]=i["recordingChannels"];if(i["recordingStatusCallback"]!==undefined)s["RecordingStatusCallback"]=i["recordingStatusCallback"];if(i["recordingStatusCallbackMethod"]!==undefined)s["RecordingStatusCallbackMethod"]=i["recordingStatusCallbackMethod"];if(i["sipAuthUsername"]!==undefined)s["SipAuthUsername"]=i["sipAuthUsername"];if(i["sipAuthPassword"]!==undefined)s["SipAuthPassword"]=i["sipAuthPassword"];if(i["machineDetection"]!==undefined)s["MachineDetection"]=i["machineDetection"];if(i["machineDetectionTimeout"]!==undefined)s["MachineDetectionTimeout"]=i["machineDetectionTimeout"];if(i["recordingStatusCallbackEvent"]!==undefined)s["RecordingStatusCallbackEvent"]=c.map(i["recordingStatusCallbackEvent"],(e=>e));if(i["trim"]!==undefined)s["Trim"]=i["trim"];if(i["callerId"]!==undefined)s["CallerId"]=i["callerId"];if(i["machineDetectionSpeechThreshold"]!==undefined)s["MachineDetectionSpeechThreshold"]=i["machineDetectionSpeechThreshold"];if(i["machineDetectionSpeechEndThreshold"]!==undefined)s["MachineDetectionSpeechEndThreshold"]=i["machineDetectionSpeechEndThreshold"];if(i["machineDetectionSilenceTimeout"]!==undefined)s["MachineDetectionSilenceTimeout"]=i["machineDetectionSilenceTimeout"];if(i["asyncAmd"]!==undefined)s["AsyncAmd"]=i["asyncAmd"];if(i["asyncAmdStatusCallback"]!==undefined)s["AsyncAmdStatusCallback"]=i["asyncAmdStatusCallback"];if(i["asyncAmdStatusCallbackMethod"]!==undefined)s["AsyncAmdStatusCallbackMethod"]=i["asyncAmdStatusCallbackMethod"];if(i["byoc"]!==undefined)s["Byoc"]=i["byoc"];if(i["callReason"]!==undefined)s["CallReason"]=i["callReason"];if(i["callToken"]!==undefined)s["CallToken"]=i["callToken"];if(i["recordingTrack"]!==undefined)s["RecordingTrack"]=i["recordingTrack"];if(i["timeLimit"]!==undefined)s["TimeLimit"]=i["timeLimit"];if(i["url"]!==undefined)s["Url"]=i["url"];if(i["twiml"]!==undefined)s["Twiml"]=c.twiml(i["twiml"]);if(i["applicationSid"]!==undefined)s["ApplicationSid"]=i["applicationSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CallInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["to"]!==undefined)s["To"]=i["to"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["parentCallSid"]!==undefined)s["ParentCallSid"]=i["parentCallSid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["startTime"]!==undefined)s["StartTime"]=c.iso8601DateTime(i["startTime"]);if(i["startTimeBefore"]!==undefined)s["StartTime<"]=c.iso8601DateTime(i["startTimeBefore"]);if(i["startTimeAfter"]!==undefined)s["StartTime>"]=c.iso8601DateTime(i["startTimeAfter"]);if(i["endTime"]!==undefined)s["EndTime"]=c.iso8601DateTime(i["endTime"]);if(i["endTimeBefore"]!==undefined)s["EndTime<"]=c.iso8601DateTime(i["endTimeBefore"]);if(i["endTimeAfter"]!==undefined)s["EndTime>"]=c.iso8601DateTime(i["endTimeAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CallPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CallPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CallListInstance=CallListInstance;class CallPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CallInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CallPage=CallPage},74502:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EventPage=i.EventInstance=i.EventListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function EventListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const s={};s._version=e;s._solution={accountSid:i,callSid:n};s._uri=`/Accounts/${i}/Calls/${n}/Events.json`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:s._uri,method:"get",params:r,headers:o});c=c.then((e=>new EventPage(a,e,s._solution)));c=s._version.setPromiseCallback(c,n);return c};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new EventPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.EventListInstance=EventListInstance;class EventInstance{constructor(e,i,n,s){this._version=e;this.request=i.request;this.response=i.response}toJSON(){return{request:this.request,response:this.response}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventInstance=EventInstance;class EventPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EventInstance(this._version,e,this._solution.accountSid,this._solution.callSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventPage=EventPage},62974:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NotificationPage=i.NotificationListInstance=i.NotificationInstance=i.NotificationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class NotificationContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/Notifications/${s}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NotificationInstance(n,e,i._solution.accountSid,i._solution.callSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationContextImpl=NotificationContextImpl;class NotificationInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callSid=i.call_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.errorCode=i.error_code;this.log=i.log;this.messageDate=a.rfc2822DateTime(i.message_date);this.messageText=i.message_text;this.moreInfo=i.more_info;this.requestMethod=i.request_method;this.requestUrl=i.request_url;this.requestVariables=i.request_variables;this.responseBody=i.response_body;this.responseHeaders=i.response_headers;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,callSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new NotificationContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callSid:this.callSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,errorCode:this.errorCode,log:this.log,messageDate:this.messageDate,messageText:this.messageText,moreInfo:this.moreInfo,requestMethod:this.requestMethod,requestUrl:this.requestUrl,requestVariables:this.requestVariables,responseBody:this.responseBody,responseHeaders:this.responseHeaders,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationInstance=NotificationInstance;function NotificationListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new NotificationContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/Notifications.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["log"]!==undefined)s["Log"]=i["log"];if(i["messageDate"]!==undefined)s["MessageDate"]=c.iso8601Date(i["messageDate"]);if(i["messageDateBefore"]!==undefined)s["MessageDate<"]=c.iso8601Date(i["messageDateBefore"]);if(i["messageDateAfter"]!==undefined)s["MessageDate>"]=c.iso8601Date(i["messageDateAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new NotificationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new NotificationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.NotificationListInstance=NotificationListInstance;class NotificationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NotificationInstance(this._version,e,this._solution.accountSid,this._solution.callSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationPage=NotificationPage},47427:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PaymentListInstance=i.PaymentInstance=i.PaymentContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PaymentContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/Payments/${s}.json`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["idempotencyKey"]===null||e["idempotencyKey"]===undefined){throw new Error("Required parameter \"params['idempotencyKey']\" missing.")}if(e["statusCallback"]===null||e["statusCallback"]===undefined){throw new Error("Required parameter \"params['statusCallback']\" missing.")}let n={};n["IdempotencyKey"]=e["idempotencyKey"];n["StatusCallback"]=e["statusCallback"];if(e["capture"]!==undefined)n["Capture"]=e["capture"];if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PaymentInstance(o,e,r._solution.accountSid,r._solution.callSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PaymentContextImpl=PaymentContextImpl;class PaymentInstance{constructor(e,i,n,s,o){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.sid=i.sid;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.uri=i.uri;this._solution={accountSid:n,callSid:s,sid:o||this.sid}}get _proxy(){this._context=this._context||new PaymentContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uri:this.uri}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PaymentInstance=PaymentInstance;function PaymentListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new PaymentContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/Payments.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["idempotencyKey"]===null||i["idempotencyKey"]===undefined){throw new Error("Required parameter \"params['idempotencyKey']\" missing.")}if(i["statusCallback"]===null||i["statusCallback"]===undefined){throw new Error("Required parameter \"params['statusCallback']\" missing.")}let s={};s["IdempotencyKey"]=i["idempotencyKey"];s["StatusCallback"]=i["statusCallback"];if(i["bankAccountType"]!==undefined)s["BankAccountType"]=i["bankAccountType"];if(i["chargeAmount"]!==undefined)s["ChargeAmount"]=i["chargeAmount"];if(i["currency"]!==undefined)s["Currency"]=i["currency"];if(i["description"]!==undefined)s["Description"]=i["description"];if(i["input"]!==undefined)s["Input"]=i["input"];if(i["minPostalCodeLength"]!==undefined)s["MinPostalCodeLength"]=i["minPostalCodeLength"];if(i["parameter"]!==undefined)s["Parameter"]=o.object(i["parameter"]);if(i["paymentConnector"]!==undefined)s["PaymentConnector"]=i["paymentConnector"];if(i["paymentMethod"]!==undefined)s["PaymentMethod"]=i["paymentMethod"];if(i["postalCode"]!==undefined)s["PostalCode"]=o.bool(i["postalCode"]);if(i["securityCode"]!==undefined)s["SecurityCode"]=o.bool(i["securityCode"]);if(i["timeout"]!==undefined)s["Timeout"]=i["timeout"];if(i["tokenType"]!==undefined)s["TokenType"]=i["tokenType"];if(i["validCardTypes"]!==undefined)s["ValidCardTypes"]=i["validCardTypes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:instance._uri,method:"post",data:s,headers:r});c=c.then((e=>new PaymentInstance(a,e,instance._solution.accountSid,instance._solution.callSid)));c=instance._version.setPromiseCallback(c,n);return c};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PaymentListInstance=PaymentListInstance},40728:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RecordingPage=i.RecordingListInstance=i.RecordingInstance=i.RecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RecordingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/Recordings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RecordingInstance(n,e,i._solution.accountSid,i._solution.callSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];if(e["pauseBehavior"]!==undefined)n["PauseBehavior"]=e["pauseBehavior"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RecordingInstance(o,e,r._solution.accountSid,r._solution.callSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingContextImpl=RecordingContextImpl;class RecordingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callSid=i.call_sid;this.conferenceSid=i.conference_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.startTime=a.rfc2822DateTime(i.start_time);this.duration=i.duration;this.sid=i.sid;this.price=i.price;this.uri=i.uri;this.encryptionDetails=i.encryption_details;this.priceUnit=i.price_unit;this.status=i.status;this.channels=a.integer(i.channels);this.source=i.source;this.errorCode=a.integer(i.error_code);this.track=i.track;this._solution={accountSid:n,callSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new RecordingContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callSid:this.callSid,conferenceSid:this.conferenceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,startTime:this.startTime,duration:this.duration,sid:this.sid,price:this.price,uri:this.uri,encryptionDetails:this.encryptionDetails,priceUnit:this.priceUnit,status:this.status,channels:this.channels,source:this.source,errorCode:this.errorCode,track:this.track}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingInstance=RecordingInstance;function RecordingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new RecordingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/Recordings.json`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["recordingStatusCallbackEvent"]!==undefined)s["RecordingStatusCallbackEvent"]=c.map(i["recordingStatusCallbackEvent"],(e=>e));if(i["recordingStatusCallback"]!==undefined)s["RecordingStatusCallback"]=i["recordingStatusCallback"];if(i["recordingStatusCallbackMethod"]!==undefined)s["RecordingStatusCallbackMethod"]=i["recordingStatusCallbackMethod"];if(i["trim"]!==undefined)s["Trim"]=i["trim"];if(i["recordingChannels"]!==undefined)s["RecordingChannels"]=i["recordingChannels"];if(i["recordingTrack"]!==undefined)s["RecordingTrack"]=i["recordingTrack"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RecordingInstance(o,e,instance._solution.accountSid,instance._solution.callSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601Date(i["dateCreated"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreated<"]=c.iso8601Date(i["dateCreatedBefore"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreated>"]=c.iso8601Date(i["dateCreatedAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RecordingListInstance=RecordingListInstance;class RecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RecordingInstance(this._version,e,this._solution.accountSid,this._solution.callSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingPage=RecordingPage},26073:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SiprecListInstance=i.SiprecInstance=i.SiprecContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class SiprecContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/Siprec/${s}.json`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SiprecInstance(o,e,r._solution.accountSid,r._solution.callSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SiprecContextImpl=SiprecContextImpl;class SiprecInstance{constructor(e,i,n,s,o){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.name=i.name;this.status=i.status;this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.uri=i.uri;this._solution={accountSid:n,callSid:s,sid:o||this.sid}}get _proxy(){this._context=this._context||new SiprecContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,callSid:this.callSid,name:this.name,status:this.status,dateUpdated:this.dateUpdated,uri:this.uri}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SiprecInstance=SiprecInstance;function SiprecListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SiprecContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/Siprec.json`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["name"]!==undefined)s["Name"]=i["name"];if(i["connectorName"]!==undefined)s["ConnectorName"]=i["connectorName"];if(i["track"]!==undefined)s["Track"]=i["track"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["parameter1.name"]!==undefined)s["Parameter1.Name"]=i["parameter1.name"];if(i["parameter1.value"]!==undefined)s["Parameter1.Value"]=i["parameter1.value"];if(i["parameter2.name"]!==undefined)s["Parameter2.Name"]=i["parameter2.name"];if(i["parameter2.value"]!==undefined)s["Parameter2.Value"]=i["parameter2.value"];if(i["parameter3.name"]!==undefined)s["Parameter3.Name"]=i["parameter3.name"];if(i["parameter3.value"]!==undefined)s["Parameter3.Value"]=i["parameter3.value"];if(i["parameter4.name"]!==undefined)s["Parameter4.Name"]=i["parameter4.name"];if(i["parameter4.value"]!==undefined)s["Parameter4.Value"]=i["parameter4.value"];if(i["parameter5.name"]!==undefined)s["Parameter5.Name"]=i["parameter5.name"];if(i["parameter5.value"]!==undefined)s["Parameter5.Value"]=i["parameter5.value"];if(i["parameter6.name"]!==undefined)s["Parameter6.Name"]=i["parameter6.name"];if(i["parameter6.value"]!==undefined)s["Parameter6.Value"]=i["parameter6.value"];if(i["parameter7.name"]!==undefined)s["Parameter7.Name"]=i["parameter7.name"];if(i["parameter7.value"]!==undefined)s["Parameter7.Value"]=i["parameter7.value"];if(i["parameter8.name"]!==undefined)s["Parameter8.Name"]=i["parameter8.name"];if(i["parameter8.value"]!==undefined)s["Parameter8.Value"]=i["parameter8.value"];if(i["parameter9.name"]!==undefined)s["Parameter9.Name"]=i["parameter9.name"];if(i["parameter9.value"]!==undefined)s["Parameter9.Value"]=i["parameter9.value"];if(i["parameter10.name"]!==undefined)s["Parameter10.Name"]=i["parameter10.name"];if(i["parameter10.value"]!==undefined)s["Parameter10.Value"]=i["parameter10.value"];if(i["parameter11.name"]!==undefined)s["Parameter11.Name"]=i["parameter11.name"];if(i["parameter11.value"]!==undefined)s["Parameter11.Value"]=i["parameter11.value"];if(i["parameter12.name"]!==undefined)s["Parameter12.Name"]=i["parameter12.name"];if(i["parameter12.value"]!==undefined)s["Parameter12.Value"]=i["parameter12.value"];if(i["parameter13.name"]!==undefined)s["Parameter13.Name"]=i["parameter13.name"];if(i["parameter13.value"]!==undefined)s["Parameter13.Value"]=i["parameter13.value"];if(i["parameter14.name"]!==undefined)s["Parameter14.Name"]=i["parameter14.name"];if(i["parameter14.value"]!==undefined)s["Parameter14.Value"]=i["parameter14.value"];if(i["parameter15.name"]!==undefined)s["Parameter15.Name"]=i["parameter15.name"];if(i["parameter15.value"]!==undefined)s["Parameter15.Value"]=i["parameter15.value"];if(i["parameter16.name"]!==undefined)s["Parameter16.Name"]=i["parameter16.name"];if(i["parameter16.value"]!==undefined)s["Parameter16.Value"]=i["parameter16.value"];if(i["parameter17.name"]!==undefined)s["Parameter17.Name"]=i["parameter17.name"];if(i["parameter17.value"]!==undefined)s["Parameter17.Value"]=i["parameter17.value"];if(i["parameter18.name"]!==undefined)s["Parameter18.Name"]=i["parameter18.name"];if(i["parameter18.value"]!==undefined)s["Parameter18.Value"]=i["parameter18.value"];if(i["parameter19.name"]!==undefined)s["Parameter19.Name"]=i["parameter19.name"];if(i["parameter19.value"]!==undefined)s["Parameter19.Value"]=i["parameter19.value"];if(i["parameter20.name"]!==undefined)s["Parameter20.Name"]=i["parameter20.name"];if(i["parameter20.value"]!==undefined)s["Parameter20.Value"]=i["parameter20.value"];if(i["parameter21.name"]!==undefined)s["Parameter21.Name"]=i["parameter21.name"];if(i["parameter21.value"]!==undefined)s["Parameter21.Value"]=i["parameter21.value"];if(i["parameter22.name"]!==undefined)s["Parameter22.Name"]=i["parameter22.name"];if(i["parameter22.value"]!==undefined)s["Parameter22.Value"]=i["parameter22.value"];if(i["parameter23.name"]!==undefined)s["Parameter23.Name"]=i["parameter23.name"];if(i["parameter23.value"]!==undefined)s["Parameter23.Value"]=i["parameter23.value"];if(i["parameter24.name"]!==undefined)s["Parameter24.Name"]=i["parameter24.name"];if(i["parameter24.value"]!==undefined)s["Parameter24.Value"]=i["parameter24.value"];if(i["parameter25.name"]!==undefined)s["Parameter25.Name"]=i["parameter25.name"];if(i["parameter25.value"]!==undefined)s["Parameter25.Value"]=i["parameter25.value"];if(i["parameter26.name"]!==undefined)s["Parameter26.Name"]=i["parameter26.name"];if(i["parameter26.value"]!==undefined)s["Parameter26.Value"]=i["parameter26.value"];if(i["parameter27.name"]!==undefined)s["Parameter27.Name"]=i["parameter27.name"];if(i["parameter27.value"]!==undefined)s["Parameter27.Value"]=i["parameter27.value"];if(i["parameter28.name"]!==undefined)s["Parameter28.Name"]=i["parameter28.name"];if(i["parameter28.value"]!==undefined)s["Parameter28.Value"]=i["parameter28.value"];if(i["parameter29.name"]!==undefined)s["Parameter29.Name"]=i["parameter29.name"];if(i["parameter29.value"]!==undefined)s["Parameter29.Value"]=i["parameter29.value"];if(i["parameter30.name"]!==undefined)s["Parameter30.Name"]=i["parameter30.name"];if(i["parameter30.value"]!==undefined)s["Parameter30.Value"]=i["parameter30.value"];if(i["parameter31.name"]!==undefined)s["Parameter31.Name"]=i["parameter31.name"];if(i["parameter31.value"]!==undefined)s["Parameter31.Value"]=i["parameter31.value"];if(i["parameter32.name"]!==undefined)s["Parameter32.Name"]=i["parameter32.name"];if(i["parameter32.value"]!==undefined)s["Parameter32.Value"]=i["parameter32.value"];if(i["parameter33.name"]!==undefined)s["Parameter33.Name"]=i["parameter33.name"];if(i["parameter33.value"]!==undefined)s["Parameter33.Value"]=i["parameter33.value"];if(i["parameter34.name"]!==undefined)s["Parameter34.Name"]=i["parameter34.name"];if(i["parameter34.value"]!==undefined)s["Parameter34.Value"]=i["parameter34.value"];if(i["parameter35.name"]!==undefined)s["Parameter35.Name"]=i["parameter35.name"];if(i["parameter35.value"]!==undefined)s["Parameter35.Value"]=i["parameter35.value"];if(i["parameter36.name"]!==undefined)s["Parameter36.Name"]=i["parameter36.name"];if(i["parameter36.value"]!==undefined)s["Parameter36.Value"]=i["parameter36.value"];if(i["parameter37.name"]!==undefined)s["Parameter37.Name"]=i["parameter37.name"];if(i["parameter37.value"]!==undefined)s["Parameter37.Value"]=i["parameter37.value"];if(i["parameter38.name"]!==undefined)s["Parameter38.Name"]=i["parameter38.name"];if(i["parameter38.value"]!==undefined)s["Parameter38.Value"]=i["parameter38.value"];if(i["parameter39.name"]!==undefined)s["Parameter39.Name"]=i["parameter39.name"];if(i["parameter39.value"]!==undefined)s["Parameter39.Value"]=i["parameter39.value"];if(i["parameter40.name"]!==undefined)s["Parameter40.Name"]=i["parameter40.name"];if(i["parameter40.value"]!==undefined)s["Parameter40.Value"]=i["parameter40.value"];if(i["parameter41.name"]!==undefined)s["Parameter41.Name"]=i["parameter41.name"];if(i["parameter41.value"]!==undefined)s["Parameter41.Value"]=i["parameter41.value"];if(i["parameter42.name"]!==undefined)s["Parameter42.Name"]=i["parameter42.name"];if(i["parameter42.value"]!==undefined)s["Parameter42.Value"]=i["parameter42.value"];if(i["parameter43.name"]!==undefined)s["Parameter43.Name"]=i["parameter43.name"];if(i["parameter43.value"]!==undefined)s["Parameter43.Value"]=i["parameter43.value"];if(i["parameter44.name"]!==undefined)s["Parameter44.Name"]=i["parameter44.name"];if(i["parameter44.value"]!==undefined)s["Parameter44.Value"]=i["parameter44.value"];if(i["parameter45.name"]!==undefined)s["Parameter45.Name"]=i["parameter45.name"];if(i["parameter45.value"]!==undefined)s["Parameter45.Value"]=i["parameter45.value"];if(i["parameter46.name"]!==undefined)s["Parameter46.Name"]=i["parameter46.name"];if(i["parameter46.value"]!==undefined)s["Parameter46.Value"]=i["parameter46.value"];if(i["parameter47.name"]!==undefined)s["Parameter47.Name"]=i["parameter47.name"];if(i["parameter47.value"]!==undefined)s["Parameter47.Value"]=i["parameter47.value"];if(i["parameter48.name"]!==undefined)s["Parameter48.Name"]=i["parameter48.name"];if(i["parameter48.value"]!==undefined)s["Parameter48.Value"]=i["parameter48.value"];if(i["parameter49.name"]!==undefined)s["Parameter49.Name"]=i["parameter49.name"];if(i["parameter49.value"]!==undefined)s["Parameter49.Value"]=i["parameter49.value"];if(i["parameter50.name"]!==undefined)s["Parameter50.Name"]=i["parameter50.name"];if(i["parameter50.value"]!==undefined)s["Parameter50.Value"]=i["parameter50.value"];if(i["parameter51.name"]!==undefined)s["Parameter51.Name"]=i["parameter51.name"];if(i["parameter51.value"]!==undefined)s["Parameter51.Value"]=i["parameter51.value"];if(i["parameter52.name"]!==undefined)s["Parameter52.Name"]=i["parameter52.name"];if(i["parameter52.value"]!==undefined)s["Parameter52.Value"]=i["parameter52.value"];if(i["parameter53.name"]!==undefined)s["Parameter53.Name"]=i["parameter53.name"];if(i["parameter53.value"]!==undefined)s["Parameter53.Value"]=i["parameter53.value"];if(i["parameter54.name"]!==undefined)s["Parameter54.Name"]=i["parameter54.name"];if(i["parameter54.value"]!==undefined)s["Parameter54.Value"]=i["parameter54.value"];if(i["parameter55.name"]!==undefined)s["Parameter55.Name"]=i["parameter55.name"];if(i["parameter55.value"]!==undefined)s["Parameter55.Value"]=i["parameter55.value"];if(i["parameter56.name"]!==undefined)s["Parameter56.Name"]=i["parameter56.name"];if(i["parameter56.value"]!==undefined)s["Parameter56.Value"]=i["parameter56.value"];if(i["parameter57.name"]!==undefined)s["Parameter57.Name"]=i["parameter57.name"];if(i["parameter57.value"]!==undefined)s["Parameter57.Value"]=i["parameter57.value"];if(i["parameter58.name"]!==undefined)s["Parameter58.Name"]=i["parameter58.name"];if(i["parameter58.value"]!==undefined)s["Parameter58.Value"]=i["parameter58.value"];if(i["parameter59.name"]!==undefined)s["Parameter59.Name"]=i["parameter59.name"];if(i["parameter59.value"]!==undefined)s["Parameter59.Value"]=i["parameter59.value"];if(i["parameter60.name"]!==undefined)s["Parameter60.Name"]=i["parameter60.name"];if(i["parameter60.value"]!==undefined)s["Parameter60.Value"]=i["parameter60.value"];if(i["parameter61.name"]!==undefined)s["Parameter61.Name"]=i["parameter61.name"];if(i["parameter61.value"]!==undefined)s["Parameter61.Value"]=i["parameter61.value"];if(i["parameter62.name"]!==undefined)s["Parameter62.Name"]=i["parameter62.name"];if(i["parameter62.value"]!==undefined)s["Parameter62.Value"]=i["parameter62.value"];if(i["parameter63.name"]!==undefined)s["Parameter63.Name"]=i["parameter63.name"];if(i["parameter63.value"]!==undefined)s["Parameter63.Value"]=i["parameter63.value"];if(i["parameter64.name"]!==undefined)s["Parameter64.Name"]=i["parameter64.name"];if(i["parameter64.value"]!==undefined)s["Parameter64.Value"]=i["parameter64.value"];if(i["parameter65.name"]!==undefined)s["Parameter65.Name"]=i["parameter65.name"];if(i["parameter65.value"]!==undefined)s["Parameter65.Value"]=i["parameter65.value"];if(i["parameter66.name"]!==undefined)s["Parameter66.Name"]=i["parameter66.name"];if(i["parameter66.value"]!==undefined)s["Parameter66.Value"]=i["parameter66.value"];if(i["parameter67.name"]!==undefined)s["Parameter67.Name"]=i["parameter67.name"];if(i["parameter67.value"]!==undefined)s["Parameter67.Value"]=i["parameter67.value"];if(i["parameter68.name"]!==undefined)s["Parameter68.Name"]=i["parameter68.name"];if(i["parameter68.value"]!==undefined)s["Parameter68.Value"]=i["parameter68.value"];if(i["parameter69.name"]!==undefined)s["Parameter69.Name"]=i["parameter69.name"];if(i["parameter69.value"]!==undefined)s["Parameter69.Value"]=i["parameter69.value"];if(i["parameter70.name"]!==undefined)s["Parameter70.Name"]=i["parameter70.name"];if(i["parameter70.value"]!==undefined)s["Parameter70.Value"]=i["parameter70.value"];if(i["parameter71.name"]!==undefined)s["Parameter71.Name"]=i["parameter71.name"];if(i["parameter71.value"]!==undefined)s["Parameter71.Value"]=i["parameter71.value"];if(i["parameter72.name"]!==undefined)s["Parameter72.Name"]=i["parameter72.name"];if(i["parameter72.value"]!==undefined)s["Parameter72.Value"]=i["parameter72.value"];if(i["parameter73.name"]!==undefined)s["Parameter73.Name"]=i["parameter73.name"];if(i["parameter73.value"]!==undefined)s["Parameter73.Value"]=i["parameter73.value"];if(i["parameter74.name"]!==undefined)s["Parameter74.Name"]=i["parameter74.name"];if(i["parameter74.value"]!==undefined)s["Parameter74.Value"]=i["parameter74.value"];if(i["parameter75.name"]!==undefined)s["Parameter75.Name"]=i["parameter75.name"];if(i["parameter75.value"]!==undefined)s["Parameter75.Value"]=i["parameter75.value"];if(i["parameter76.name"]!==undefined)s["Parameter76.Name"]=i["parameter76.name"];if(i["parameter76.value"]!==undefined)s["Parameter76.Value"]=i["parameter76.value"];if(i["parameter77.name"]!==undefined)s["Parameter77.Name"]=i["parameter77.name"];if(i["parameter77.value"]!==undefined)s["Parameter77.Value"]=i["parameter77.value"];if(i["parameter78.name"]!==undefined)s["Parameter78.Name"]=i["parameter78.name"];if(i["parameter78.value"]!==undefined)s["Parameter78.Value"]=i["parameter78.value"];if(i["parameter79.name"]!==undefined)s["Parameter79.Name"]=i["parameter79.name"];if(i["parameter79.value"]!==undefined)s["Parameter79.Value"]=i["parameter79.value"];if(i["parameter80.name"]!==undefined)s["Parameter80.Name"]=i["parameter80.name"];if(i["parameter80.value"]!==undefined)s["Parameter80.Value"]=i["parameter80.value"];if(i["parameter81.name"]!==undefined)s["Parameter81.Name"]=i["parameter81.name"];if(i["parameter81.value"]!==undefined)s["Parameter81.Value"]=i["parameter81.value"];if(i["parameter82.name"]!==undefined)s["Parameter82.Name"]=i["parameter82.name"];if(i["parameter82.value"]!==undefined)s["Parameter82.Value"]=i["parameter82.value"];if(i["parameter83.name"]!==undefined)s["Parameter83.Name"]=i["parameter83.name"];if(i["parameter83.value"]!==undefined)s["Parameter83.Value"]=i["parameter83.value"];if(i["parameter84.name"]!==undefined)s["Parameter84.Name"]=i["parameter84.name"];if(i["parameter84.value"]!==undefined)s["Parameter84.Value"]=i["parameter84.value"];if(i["parameter85.name"]!==undefined)s["Parameter85.Name"]=i["parameter85.name"];if(i["parameter85.value"]!==undefined)s["Parameter85.Value"]=i["parameter85.value"];if(i["parameter86.name"]!==undefined)s["Parameter86.Name"]=i["parameter86.name"];if(i["parameter86.value"]!==undefined)s["Parameter86.Value"]=i["parameter86.value"];if(i["parameter87.name"]!==undefined)s["Parameter87.Name"]=i["parameter87.name"];if(i["parameter87.value"]!==undefined)s["Parameter87.Value"]=i["parameter87.value"];if(i["parameter88.name"]!==undefined)s["Parameter88.Name"]=i["parameter88.name"];if(i["parameter88.value"]!==undefined)s["Parameter88.Value"]=i["parameter88.value"];if(i["parameter89.name"]!==undefined)s["Parameter89.Name"]=i["parameter89.name"];if(i["parameter89.value"]!==undefined)s["Parameter89.Value"]=i["parameter89.value"];if(i["parameter90.name"]!==undefined)s["Parameter90.Name"]=i["parameter90.name"];if(i["parameter90.value"]!==undefined)s["Parameter90.Value"]=i["parameter90.value"];if(i["parameter91.name"]!==undefined)s["Parameter91.Name"]=i["parameter91.name"];if(i["parameter91.value"]!==undefined)s["Parameter91.Value"]=i["parameter91.value"];if(i["parameter92.name"]!==undefined)s["Parameter92.Name"]=i["parameter92.name"];if(i["parameter92.value"]!==undefined)s["Parameter92.Value"]=i["parameter92.value"];if(i["parameter93.name"]!==undefined)s["Parameter93.Name"]=i["parameter93.name"];if(i["parameter93.value"]!==undefined)s["Parameter93.Value"]=i["parameter93.value"];if(i["parameter94.name"]!==undefined)s["Parameter94.Name"]=i["parameter94.name"];if(i["parameter94.value"]!==undefined)s["Parameter94.Value"]=i["parameter94.value"];if(i["parameter95.name"]!==undefined)s["Parameter95.Name"]=i["parameter95.name"];if(i["parameter95.value"]!==undefined)s["Parameter95.Value"]=i["parameter95.value"];if(i["parameter96.name"]!==undefined)s["Parameter96.Name"]=i["parameter96.name"];if(i["parameter96.value"]!==undefined)s["Parameter96.Value"]=i["parameter96.value"];if(i["parameter97.name"]!==undefined)s["Parameter97.Name"]=i["parameter97.name"];if(i["parameter97.value"]!==undefined)s["Parameter97.Value"]=i["parameter97.value"];if(i["parameter98.name"]!==undefined)s["Parameter98.Name"]=i["parameter98.name"];if(i["parameter98.value"]!==undefined)s["Parameter98.Value"]=i["parameter98.value"];if(i["parameter99.name"]!==undefined)s["Parameter99.Name"]=i["parameter99.name"];if(i["parameter99.value"]!==undefined)s["Parameter99.Value"]=i["parameter99.value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SiprecInstance(o,e,instance._solution.accountSid,instance._solution.callSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SiprecListInstance=SiprecListInstance},18229:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.StreamListInstance=i.StreamInstance=i.StreamContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class StreamContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/Streams/${s}.json`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new StreamInstance(o,e,r._solution.accountSid,r._solution.callSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StreamContextImpl=StreamContextImpl;class StreamInstance{constructor(e,i,n,s,o){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.name=i.name;this.status=i.status;this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.uri=i.uri;this._solution={accountSid:n,callSid:s,sid:o||this.sid}}get _proxy(){this._context=this._context||new StreamContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,callSid:this.callSid,name:this.name,status:this.status,dateUpdated:this.dateUpdated,uri:this.uri}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StreamInstance=StreamInstance;function StreamListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new StreamContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/Streams.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["url"]===null||i["url"]===undefined){throw new Error("Required parameter \"params['url']\" missing.")}let s={};s["Url"]=i["url"];if(i["name"]!==undefined)s["Name"]=i["name"];if(i["track"]!==undefined)s["Track"]=i["track"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["parameter1.name"]!==undefined)s["Parameter1.Name"]=i["parameter1.name"];if(i["parameter1.value"]!==undefined)s["Parameter1.Value"]=i["parameter1.value"];if(i["parameter2.name"]!==undefined)s["Parameter2.Name"]=i["parameter2.name"];if(i["parameter2.value"]!==undefined)s["Parameter2.Value"]=i["parameter2.value"];if(i["parameter3.name"]!==undefined)s["Parameter3.Name"]=i["parameter3.name"];if(i["parameter3.value"]!==undefined)s["Parameter3.Value"]=i["parameter3.value"];if(i["parameter4.name"]!==undefined)s["Parameter4.Name"]=i["parameter4.name"];if(i["parameter4.value"]!==undefined)s["Parameter4.Value"]=i["parameter4.value"];if(i["parameter5.name"]!==undefined)s["Parameter5.Name"]=i["parameter5.name"];if(i["parameter5.value"]!==undefined)s["Parameter5.Value"]=i["parameter5.value"];if(i["parameter6.name"]!==undefined)s["Parameter6.Name"]=i["parameter6.name"];if(i["parameter6.value"]!==undefined)s["Parameter6.Value"]=i["parameter6.value"];if(i["parameter7.name"]!==undefined)s["Parameter7.Name"]=i["parameter7.name"];if(i["parameter7.value"]!==undefined)s["Parameter7.Value"]=i["parameter7.value"];if(i["parameter8.name"]!==undefined)s["Parameter8.Name"]=i["parameter8.name"];if(i["parameter8.value"]!==undefined)s["Parameter8.Value"]=i["parameter8.value"];if(i["parameter9.name"]!==undefined)s["Parameter9.Name"]=i["parameter9.name"];if(i["parameter9.value"]!==undefined)s["Parameter9.Value"]=i["parameter9.value"];if(i["parameter10.name"]!==undefined)s["Parameter10.Name"]=i["parameter10.name"];if(i["parameter10.value"]!==undefined)s["Parameter10.Value"]=i["parameter10.value"];if(i["parameter11.name"]!==undefined)s["Parameter11.Name"]=i["parameter11.name"];if(i["parameter11.value"]!==undefined)s["Parameter11.Value"]=i["parameter11.value"];if(i["parameter12.name"]!==undefined)s["Parameter12.Name"]=i["parameter12.name"];if(i["parameter12.value"]!==undefined)s["Parameter12.Value"]=i["parameter12.value"];if(i["parameter13.name"]!==undefined)s["Parameter13.Name"]=i["parameter13.name"];if(i["parameter13.value"]!==undefined)s["Parameter13.Value"]=i["parameter13.value"];if(i["parameter14.name"]!==undefined)s["Parameter14.Name"]=i["parameter14.name"];if(i["parameter14.value"]!==undefined)s["Parameter14.Value"]=i["parameter14.value"];if(i["parameter15.name"]!==undefined)s["Parameter15.Name"]=i["parameter15.name"];if(i["parameter15.value"]!==undefined)s["Parameter15.Value"]=i["parameter15.value"];if(i["parameter16.name"]!==undefined)s["Parameter16.Name"]=i["parameter16.name"];if(i["parameter16.value"]!==undefined)s["Parameter16.Value"]=i["parameter16.value"];if(i["parameter17.name"]!==undefined)s["Parameter17.Name"]=i["parameter17.name"];if(i["parameter17.value"]!==undefined)s["Parameter17.Value"]=i["parameter17.value"];if(i["parameter18.name"]!==undefined)s["Parameter18.Name"]=i["parameter18.name"];if(i["parameter18.value"]!==undefined)s["Parameter18.Value"]=i["parameter18.value"];if(i["parameter19.name"]!==undefined)s["Parameter19.Name"]=i["parameter19.name"];if(i["parameter19.value"]!==undefined)s["Parameter19.Value"]=i["parameter19.value"];if(i["parameter20.name"]!==undefined)s["Parameter20.Name"]=i["parameter20.name"];if(i["parameter20.value"]!==undefined)s["Parameter20.Value"]=i["parameter20.value"];if(i["parameter21.name"]!==undefined)s["Parameter21.Name"]=i["parameter21.name"];if(i["parameter21.value"]!==undefined)s["Parameter21.Value"]=i["parameter21.value"];if(i["parameter22.name"]!==undefined)s["Parameter22.Name"]=i["parameter22.name"];if(i["parameter22.value"]!==undefined)s["Parameter22.Value"]=i["parameter22.value"];if(i["parameter23.name"]!==undefined)s["Parameter23.Name"]=i["parameter23.name"];if(i["parameter23.value"]!==undefined)s["Parameter23.Value"]=i["parameter23.value"];if(i["parameter24.name"]!==undefined)s["Parameter24.Name"]=i["parameter24.name"];if(i["parameter24.value"]!==undefined)s["Parameter24.Value"]=i["parameter24.value"];if(i["parameter25.name"]!==undefined)s["Parameter25.Name"]=i["parameter25.name"];if(i["parameter25.value"]!==undefined)s["Parameter25.Value"]=i["parameter25.value"];if(i["parameter26.name"]!==undefined)s["Parameter26.Name"]=i["parameter26.name"];if(i["parameter26.value"]!==undefined)s["Parameter26.Value"]=i["parameter26.value"];if(i["parameter27.name"]!==undefined)s["Parameter27.Name"]=i["parameter27.name"];if(i["parameter27.value"]!==undefined)s["Parameter27.Value"]=i["parameter27.value"];if(i["parameter28.name"]!==undefined)s["Parameter28.Name"]=i["parameter28.name"];if(i["parameter28.value"]!==undefined)s["Parameter28.Value"]=i["parameter28.value"];if(i["parameter29.name"]!==undefined)s["Parameter29.Name"]=i["parameter29.name"];if(i["parameter29.value"]!==undefined)s["Parameter29.Value"]=i["parameter29.value"];if(i["parameter30.name"]!==undefined)s["Parameter30.Name"]=i["parameter30.name"];if(i["parameter30.value"]!==undefined)s["Parameter30.Value"]=i["parameter30.value"];if(i["parameter31.name"]!==undefined)s["Parameter31.Name"]=i["parameter31.name"];if(i["parameter31.value"]!==undefined)s["Parameter31.Value"]=i["parameter31.value"];if(i["parameter32.name"]!==undefined)s["Parameter32.Name"]=i["parameter32.name"];if(i["parameter32.value"]!==undefined)s["Parameter32.Value"]=i["parameter32.value"];if(i["parameter33.name"]!==undefined)s["Parameter33.Name"]=i["parameter33.name"];if(i["parameter33.value"]!==undefined)s["Parameter33.Value"]=i["parameter33.value"];if(i["parameter34.name"]!==undefined)s["Parameter34.Name"]=i["parameter34.name"];if(i["parameter34.value"]!==undefined)s["Parameter34.Value"]=i["parameter34.value"];if(i["parameter35.name"]!==undefined)s["Parameter35.Name"]=i["parameter35.name"];if(i["parameter35.value"]!==undefined)s["Parameter35.Value"]=i["parameter35.value"];if(i["parameter36.name"]!==undefined)s["Parameter36.Name"]=i["parameter36.name"];if(i["parameter36.value"]!==undefined)s["Parameter36.Value"]=i["parameter36.value"];if(i["parameter37.name"]!==undefined)s["Parameter37.Name"]=i["parameter37.name"];if(i["parameter37.value"]!==undefined)s["Parameter37.Value"]=i["parameter37.value"];if(i["parameter38.name"]!==undefined)s["Parameter38.Name"]=i["parameter38.name"];if(i["parameter38.value"]!==undefined)s["Parameter38.Value"]=i["parameter38.value"];if(i["parameter39.name"]!==undefined)s["Parameter39.Name"]=i["parameter39.name"];if(i["parameter39.value"]!==undefined)s["Parameter39.Value"]=i["parameter39.value"];if(i["parameter40.name"]!==undefined)s["Parameter40.Name"]=i["parameter40.name"];if(i["parameter40.value"]!==undefined)s["Parameter40.Value"]=i["parameter40.value"];if(i["parameter41.name"]!==undefined)s["Parameter41.Name"]=i["parameter41.name"];if(i["parameter41.value"]!==undefined)s["Parameter41.Value"]=i["parameter41.value"];if(i["parameter42.name"]!==undefined)s["Parameter42.Name"]=i["parameter42.name"];if(i["parameter42.value"]!==undefined)s["Parameter42.Value"]=i["parameter42.value"];if(i["parameter43.name"]!==undefined)s["Parameter43.Name"]=i["parameter43.name"];if(i["parameter43.value"]!==undefined)s["Parameter43.Value"]=i["parameter43.value"];if(i["parameter44.name"]!==undefined)s["Parameter44.Name"]=i["parameter44.name"];if(i["parameter44.value"]!==undefined)s["Parameter44.Value"]=i["parameter44.value"];if(i["parameter45.name"]!==undefined)s["Parameter45.Name"]=i["parameter45.name"];if(i["parameter45.value"]!==undefined)s["Parameter45.Value"]=i["parameter45.value"];if(i["parameter46.name"]!==undefined)s["Parameter46.Name"]=i["parameter46.name"];if(i["parameter46.value"]!==undefined)s["Parameter46.Value"]=i["parameter46.value"];if(i["parameter47.name"]!==undefined)s["Parameter47.Name"]=i["parameter47.name"];if(i["parameter47.value"]!==undefined)s["Parameter47.Value"]=i["parameter47.value"];if(i["parameter48.name"]!==undefined)s["Parameter48.Name"]=i["parameter48.name"];if(i["parameter48.value"]!==undefined)s["Parameter48.Value"]=i["parameter48.value"];if(i["parameter49.name"]!==undefined)s["Parameter49.Name"]=i["parameter49.name"];if(i["parameter49.value"]!==undefined)s["Parameter49.Value"]=i["parameter49.value"];if(i["parameter50.name"]!==undefined)s["Parameter50.Name"]=i["parameter50.name"];if(i["parameter50.value"]!==undefined)s["Parameter50.Value"]=i["parameter50.value"];if(i["parameter51.name"]!==undefined)s["Parameter51.Name"]=i["parameter51.name"];if(i["parameter51.value"]!==undefined)s["Parameter51.Value"]=i["parameter51.value"];if(i["parameter52.name"]!==undefined)s["Parameter52.Name"]=i["parameter52.name"];if(i["parameter52.value"]!==undefined)s["Parameter52.Value"]=i["parameter52.value"];if(i["parameter53.name"]!==undefined)s["Parameter53.Name"]=i["parameter53.name"];if(i["parameter53.value"]!==undefined)s["Parameter53.Value"]=i["parameter53.value"];if(i["parameter54.name"]!==undefined)s["Parameter54.Name"]=i["parameter54.name"];if(i["parameter54.value"]!==undefined)s["Parameter54.Value"]=i["parameter54.value"];if(i["parameter55.name"]!==undefined)s["Parameter55.Name"]=i["parameter55.name"];if(i["parameter55.value"]!==undefined)s["Parameter55.Value"]=i["parameter55.value"];if(i["parameter56.name"]!==undefined)s["Parameter56.Name"]=i["parameter56.name"];if(i["parameter56.value"]!==undefined)s["Parameter56.Value"]=i["parameter56.value"];if(i["parameter57.name"]!==undefined)s["Parameter57.Name"]=i["parameter57.name"];if(i["parameter57.value"]!==undefined)s["Parameter57.Value"]=i["parameter57.value"];if(i["parameter58.name"]!==undefined)s["Parameter58.Name"]=i["parameter58.name"];if(i["parameter58.value"]!==undefined)s["Parameter58.Value"]=i["parameter58.value"];if(i["parameter59.name"]!==undefined)s["Parameter59.Name"]=i["parameter59.name"];if(i["parameter59.value"]!==undefined)s["Parameter59.Value"]=i["parameter59.value"];if(i["parameter60.name"]!==undefined)s["Parameter60.Name"]=i["parameter60.name"];if(i["parameter60.value"]!==undefined)s["Parameter60.Value"]=i["parameter60.value"];if(i["parameter61.name"]!==undefined)s["Parameter61.Name"]=i["parameter61.name"];if(i["parameter61.value"]!==undefined)s["Parameter61.Value"]=i["parameter61.value"];if(i["parameter62.name"]!==undefined)s["Parameter62.Name"]=i["parameter62.name"];if(i["parameter62.value"]!==undefined)s["Parameter62.Value"]=i["parameter62.value"];if(i["parameter63.name"]!==undefined)s["Parameter63.Name"]=i["parameter63.name"];if(i["parameter63.value"]!==undefined)s["Parameter63.Value"]=i["parameter63.value"];if(i["parameter64.name"]!==undefined)s["Parameter64.Name"]=i["parameter64.name"];if(i["parameter64.value"]!==undefined)s["Parameter64.Value"]=i["parameter64.value"];if(i["parameter65.name"]!==undefined)s["Parameter65.Name"]=i["parameter65.name"];if(i["parameter65.value"]!==undefined)s["Parameter65.Value"]=i["parameter65.value"];if(i["parameter66.name"]!==undefined)s["Parameter66.Name"]=i["parameter66.name"];if(i["parameter66.value"]!==undefined)s["Parameter66.Value"]=i["parameter66.value"];if(i["parameter67.name"]!==undefined)s["Parameter67.Name"]=i["parameter67.name"];if(i["parameter67.value"]!==undefined)s["Parameter67.Value"]=i["parameter67.value"];if(i["parameter68.name"]!==undefined)s["Parameter68.Name"]=i["parameter68.name"];if(i["parameter68.value"]!==undefined)s["Parameter68.Value"]=i["parameter68.value"];if(i["parameter69.name"]!==undefined)s["Parameter69.Name"]=i["parameter69.name"];if(i["parameter69.value"]!==undefined)s["Parameter69.Value"]=i["parameter69.value"];if(i["parameter70.name"]!==undefined)s["Parameter70.Name"]=i["parameter70.name"];if(i["parameter70.value"]!==undefined)s["Parameter70.Value"]=i["parameter70.value"];if(i["parameter71.name"]!==undefined)s["Parameter71.Name"]=i["parameter71.name"];if(i["parameter71.value"]!==undefined)s["Parameter71.Value"]=i["parameter71.value"];if(i["parameter72.name"]!==undefined)s["Parameter72.Name"]=i["parameter72.name"];if(i["parameter72.value"]!==undefined)s["Parameter72.Value"]=i["parameter72.value"];if(i["parameter73.name"]!==undefined)s["Parameter73.Name"]=i["parameter73.name"];if(i["parameter73.value"]!==undefined)s["Parameter73.Value"]=i["parameter73.value"];if(i["parameter74.name"]!==undefined)s["Parameter74.Name"]=i["parameter74.name"];if(i["parameter74.value"]!==undefined)s["Parameter74.Value"]=i["parameter74.value"];if(i["parameter75.name"]!==undefined)s["Parameter75.Name"]=i["parameter75.name"];if(i["parameter75.value"]!==undefined)s["Parameter75.Value"]=i["parameter75.value"];if(i["parameter76.name"]!==undefined)s["Parameter76.Name"]=i["parameter76.name"];if(i["parameter76.value"]!==undefined)s["Parameter76.Value"]=i["parameter76.value"];if(i["parameter77.name"]!==undefined)s["Parameter77.Name"]=i["parameter77.name"];if(i["parameter77.value"]!==undefined)s["Parameter77.Value"]=i["parameter77.value"];if(i["parameter78.name"]!==undefined)s["Parameter78.Name"]=i["parameter78.name"];if(i["parameter78.value"]!==undefined)s["Parameter78.Value"]=i["parameter78.value"];if(i["parameter79.name"]!==undefined)s["Parameter79.Name"]=i["parameter79.name"];if(i["parameter79.value"]!==undefined)s["Parameter79.Value"]=i["parameter79.value"];if(i["parameter80.name"]!==undefined)s["Parameter80.Name"]=i["parameter80.name"];if(i["parameter80.value"]!==undefined)s["Parameter80.Value"]=i["parameter80.value"];if(i["parameter81.name"]!==undefined)s["Parameter81.Name"]=i["parameter81.name"];if(i["parameter81.value"]!==undefined)s["Parameter81.Value"]=i["parameter81.value"];if(i["parameter82.name"]!==undefined)s["Parameter82.Name"]=i["parameter82.name"];if(i["parameter82.value"]!==undefined)s["Parameter82.Value"]=i["parameter82.value"];if(i["parameter83.name"]!==undefined)s["Parameter83.Name"]=i["parameter83.name"];if(i["parameter83.value"]!==undefined)s["Parameter83.Value"]=i["parameter83.value"];if(i["parameter84.name"]!==undefined)s["Parameter84.Name"]=i["parameter84.name"];if(i["parameter84.value"]!==undefined)s["Parameter84.Value"]=i["parameter84.value"];if(i["parameter85.name"]!==undefined)s["Parameter85.Name"]=i["parameter85.name"];if(i["parameter85.value"]!==undefined)s["Parameter85.Value"]=i["parameter85.value"];if(i["parameter86.name"]!==undefined)s["Parameter86.Name"]=i["parameter86.name"];if(i["parameter86.value"]!==undefined)s["Parameter86.Value"]=i["parameter86.value"];if(i["parameter87.name"]!==undefined)s["Parameter87.Name"]=i["parameter87.name"];if(i["parameter87.value"]!==undefined)s["Parameter87.Value"]=i["parameter87.value"];if(i["parameter88.name"]!==undefined)s["Parameter88.Name"]=i["parameter88.name"];if(i["parameter88.value"]!==undefined)s["Parameter88.Value"]=i["parameter88.value"];if(i["parameter89.name"]!==undefined)s["Parameter89.Name"]=i["parameter89.name"];if(i["parameter89.value"]!==undefined)s["Parameter89.Value"]=i["parameter89.value"];if(i["parameter90.name"]!==undefined)s["Parameter90.Name"]=i["parameter90.name"];if(i["parameter90.value"]!==undefined)s["Parameter90.Value"]=i["parameter90.value"];if(i["parameter91.name"]!==undefined)s["Parameter91.Name"]=i["parameter91.name"];if(i["parameter91.value"]!==undefined)s["Parameter91.Value"]=i["parameter91.value"];if(i["parameter92.name"]!==undefined)s["Parameter92.Name"]=i["parameter92.name"];if(i["parameter92.value"]!==undefined)s["Parameter92.Value"]=i["parameter92.value"];if(i["parameter93.name"]!==undefined)s["Parameter93.Name"]=i["parameter93.name"];if(i["parameter93.value"]!==undefined)s["Parameter93.Value"]=i["parameter93.value"];if(i["parameter94.name"]!==undefined)s["Parameter94.Name"]=i["parameter94.name"];if(i["parameter94.value"]!==undefined)s["Parameter94.Value"]=i["parameter94.value"];if(i["parameter95.name"]!==undefined)s["Parameter95.Name"]=i["parameter95.name"];if(i["parameter95.value"]!==undefined)s["Parameter95.Value"]=i["parameter95.value"];if(i["parameter96.name"]!==undefined)s["Parameter96.Name"]=i["parameter96.name"];if(i["parameter96.value"]!==undefined)s["Parameter96.Value"]=i["parameter96.value"];if(i["parameter97.name"]!==undefined)s["Parameter97.Name"]=i["parameter97.name"];if(i["parameter97.value"]!==undefined)s["Parameter97.Value"]=i["parameter97.value"];if(i["parameter98.name"]!==undefined)s["Parameter98.Name"]=i["parameter98.name"];if(i["parameter98.value"]!==undefined)s["Parameter98.Value"]=i["parameter98.value"];if(i["parameter99.name"]!==undefined)s["Parameter99.Name"]=i["parameter99.name"];if(i["parameter99.value"]!==undefined)s["Parameter99.Value"]=i["parameter99.value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new StreamInstance(o,e,instance._solution.accountSid,instance._solution.callSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.StreamListInstance=StreamListInstance},71656:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UserDefinedMessageInstance=i.UserDefinedMessageListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function UserDefinedMessageListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const r={};r._version=e;r._solution={accountSid:i,callSid:n};r._uri=`/Accounts/${i}/Calls/${n}/UserDefinedMessages.json`;r.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["content"]===null||i["content"]===undefined){throw new Error("Required parameter \"params['content']\" missing.")}let s={};s["Content"]=i["content"];if(i["idempotencyKey"]!==undefined)s["IdempotencyKey"]=i["idempotencyKey"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:r._uri,method:"post",data:s,headers:o});c=c.then((e=>new UserDefinedMessageInstance(a,e,r._solution.accountSid,r._solution.callSid)));c=r._version.setPromiseCallback(c,n);return c};r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.UserDefinedMessageListInstance=UserDefinedMessageListInstance;class UserDefinedMessageInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.sid=i.sid;this.dateCreated=r.rfc2822DateTime(i.date_created)}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,sid:this.sid,dateCreated:this.dateCreated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UserDefinedMessageInstance=UserDefinedMessageInstance},85366:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UserDefinedMessageSubscriptionListInstance=i.UserDefinedMessageSubscriptionInstance=i.UserDefinedMessageSubscriptionContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class UserDefinedMessageSubscriptionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,callSid:n,sid:s};this._uri=`/Accounts/${i}/Calls/${n}/UserDefinedMessageSubscriptions/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UserDefinedMessageSubscriptionContextImpl=UserDefinedMessageSubscriptionContextImpl;class UserDefinedMessageSubscriptionInstance{constructor(e,i,n,s,o){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.sid=i.sid;this.dateCreated=r.rfc2822DateTime(i.date_created);this.uri=i.uri;this._solution={accountSid:n,callSid:s,sid:o||this.sid}}get _proxy(){this._context=this._context||new UserDefinedMessageSubscriptionContextImpl(this._version,this._solution.accountSid,this._solution.callSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,sid:this.sid,dateCreated:this.dateCreated,uri:this.uri}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UserDefinedMessageSubscriptionInstance=UserDefinedMessageSubscriptionInstance;function UserDefinedMessageSubscriptionListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'callSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserDefinedMessageSubscriptionContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,callSid:n};instance._uri=`/Accounts/${i}/Calls/${n}/UserDefinedMessageSubscriptions.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["callback"]===null||i["callback"]===undefined){throw new Error("Required parameter \"params['callback']\" missing.")}let s={};s["Callback"]=i["callback"];if(i["idempotencyKey"]!==undefined)s["IdempotencyKey"]=i["idempotencyKey"];if(i["method"]!==undefined)s["Method"]=i["method"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserDefinedMessageSubscriptionInstance(o,e,instance._solution.accountSid,instance._solution.callSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.UserDefinedMessageSubscriptionListInstance=UserDefinedMessageSubscriptionListInstance},41322:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConferencePage=i.ConferenceListInstance=i.ConferenceInstance=i.ConferenceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(99793);const _=n(53471);class ConferenceContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Conferences/${n}.json`}get participants(){this._participants=this._participants||(0,f.ParticipantListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._participants}get recordings(){this._recordings=this._recordings||(0,_.RecordingListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._recordings}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConferenceInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["status"]!==undefined)n["Status"]=e["status"];if(e["announceUrl"]!==undefined)n["AnnounceUrl"]=e["announceUrl"];if(e["announceMethod"]!==undefined)n["AnnounceMethod"]=e["announceMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConferenceInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceContextImpl=ConferenceContextImpl;class ConferenceInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.apiVersion=i.api_version;this.friendlyName=i.friendly_name;this.region=i.region;this.sid=i.sid;this.status=i.status;this.uri=i.uri;this.subresourceUris=i.subresource_uris;this.reasonConferenceEnded=i.reason_conference_ended;this.callSidEndingConference=i.call_sid_ending_conference;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ConferenceContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}participants(){return this._proxy.participants}recordings(){return this._proxy.recordings}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,apiVersion:this.apiVersion,friendlyName:this.friendlyName,region:this.region,sid:this.sid,status:this.status,uri:this.uri,subresourceUris:this.subresourceUris,reasonConferenceEnded:this.reasonConferenceEnded,callSidEndingConference:this.callSidEndingConference}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceInstance=ConferenceInstance;function ConferenceListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ConferenceContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Conferences.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601Date(i["dateCreated"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreated<"]=c.iso8601Date(i["dateCreatedBefore"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreated>"]=c.iso8601Date(i["dateCreatedAfter"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601Date(i["dateUpdated"]);if(i["dateUpdatedBefore"]!==undefined)s["DateUpdated<"]=c.iso8601Date(i["dateUpdatedBefore"]);if(i["dateUpdatedAfter"]!==undefined)s["DateUpdated>"]=c.iso8601Date(i["dateUpdatedAfter"]);if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConferencePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConferencePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConferenceListInstance=ConferenceListInstance;class ConferencePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConferenceInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferencePage=ConferencePage},99793:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ParticipantContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conferenceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'callSid' is not valid.")}this._solution={accountSid:i,conferenceSid:n,callSid:s};this._uri=`/Accounts/${i}/Conferences/${n}/Participants/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.accountSid,i._solution.conferenceSid,i._solution.callSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["muted"]!==undefined)n["Muted"]=c.bool(e["muted"]);if(e["hold"]!==undefined)n["Hold"]=c.bool(e["hold"]);if(e["holdUrl"]!==undefined)n["HoldUrl"]=e["holdUrl"];if(e["holdMethod"]!==undefined)n["HoldMethod"]=e["holdMethod"];if(e["announceUrl"]!==undefined)n["AnnounceUrl"]=e["announceUrl"];if(e["announceMethod"]!==undefined)n["AnnounceMethod"]=e["announceMethod"];if(e["waitUrl"]!==undefined)n["WaitUrl"]=e["waitUrl"];if(e["waitMethod"]!==undefined)n["WaitMethod"]=e["waitMethod"];if(e["beepOnExit"]!==undefined)n["BeepOnExit"]=c.bool(e["beepOnExit"]);if(e["endConferenceOnExit"]!==undefined)n["EndConferenceOnExit"]=c.bool(e["endConferenceOnExit"]);if(e["coaching"]!==undefined)n["Coaching"]=c.bool(e["coaching"]);if(e["callSidToCoach"]!==undefined)n["CallSidToCoach"]=e["callSidToCoach"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ParticipantInstance(o,e,r._solution.accountSid,r._solution.conferenceSid,r._solution.callSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.label=i.label;this.callSidToCoach=i.call_sid_to_coach;this.coaching=i.coaching;this.conferenceSid=i.conference_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.endConferenceOnExit=i.end_conference_on_exit;this.muted=i.muted;this.hold=i.hold;this.startConferenceOnEnter=i.start_conference_on_enter;this.status=i.status;this.uri=i.uri;this._solution={accountSid:n,conferenceSid:s,callSid:r||this.callSid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.accountSid,this._solution.conferenceSid,this._solution.callSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,label:this.label,callSidToCoach:this.callSidToCoach,coaching:this.coaching,conferenceSid:this.conferenceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endConferenceOnExit:this.endConferenceOnExit,muted:this.muted,hold:this.hold,startConferenceOnEnter:this.startConferenceOnEnter,status:this.status,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conferenceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ParticipantContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,conferenceSid:n};instance._uri=`/Accounts/${i}/Conferences/${n}/Participants.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["from"]===null||i["from"]===undefined){throw new Error("Required parameter \"params['from']\" missing.")}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}let s={};s["From"]=i["from"];s["To"]=i["to"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["statusCallbackEvent"]!==undefined)s["StatusCallbackEvent"]=c.map(i["statusCallbackEvent"],(e=>e));if(i["label"]!==undefined)s["Label"]=i["label"];if(i["timeout"]!==undefined)s["Timeout"]=i["timeout"];if(i["record"]!==undefined)s["Record"]=c.bool(i["record"]);if(i["muted"]!==undefined)s["Muted"]=c.bool(i["muted"]);if(i["beep"]!==undefined)s["Beep"]=i["beep"];if(i["startConferenceOnEnter"]!==undefined)s["StartConferenceOnEnter"]=c.bool(i["startConferenceOnEnter"]);if(i["endConferenceOnExit"]!==undefined)s["EndConferenceOnExit"]=c.bool(i["endConferenceOnExit"]);if(i["waitUrl"]!==undefined)s["WaitUrl"]=i["waitUrl"];if(i["waitMethod"]!==undefined)s["WaitMethod"]=i["waitMethod"];if(i["earlyMedia"]!==undefined)s["EarlyMedia"]=c.bool(i["earlyMedia"]);if(i["maxParticipants"]!==undefined)s["MaxParticipants"]=i["maxParticipants"];if(i["conferenceRecord"]!==undefined)s["ConferenceRecord"]=i["conferenceRecord"];if(i["conferenceTrim"]!==undefined)s["ConferenceTrim"]=i["conferenceTrim"];if(i["conferenceStatusCallback"]!==undefined)s["ConferenceStatusCallback"]=i["conferenceStatusCallback"];if(i["conferenceStatusCallbackMethod"]!==undefined)s["ConferenceStatusCallbackMethod"]=i["conferenceStatusCallbackMethod"];if(i["conferenceStatusCallbackEvent"]!==undefined)s["ConferenceStatusCallbackEvent"]=c.map(i["conferenceStatusCallbackEvent"],(e=>e));if(i["recordingChannels"]!==undefined)s["RecordingChannels"]=i["recordingChannels"];if(i["recordingStatusCallback"]!==undefined)s["RecordingStatusCallback"]=i["recordingStatusCallback"];if(i["recordingStatusCallbackMethod"]!==undefined)s["RecordingStatusCallbackMethod"]=i["recordingStatusCallbackMethod"];if(i["sipAuthUsername"]!==undefined)s["SipAuthUsername"]=i["sipAuthUsername"];if(i["sipAuthPassword"]!==undefined)s["SipAuthPassword"]=i["sipAuthPassword"];if(i["region"]!==undefined)s["Region"]=i["region"];if(i["conferenceRecordingStatusCallback"]!==undefined)s["ConferenceRecordingStatusCallback"]=i["conferenceRecordingStatusCallback"];if(i["conferenceRecordingStatusCallbackMethod"]!==undefined)s["ConferenceRecordingStatusCallbackMethod"]=i["conferenceRecordingStatusCallbackMethod"];if(i["recordingStatusCallbackEvent"]!==undefined)s["RecordingStatusCallbackEvent"]=c.map(i["recordingStatusCallbackEvent"],(e=>e));if(i["conferenceRecordingStatusCallbackEvent"]!==undefined)s["ConferenceRecordingStatusCallbackEvent"]=c.map(i["conferenceRecordingStatusCallbackEvent"],(e=>e));if(i["coaching"]!==undefined)s["Coaching"]=c.bool(i["coaching"]);if(i["callSidToCoach"]!==undefined)s["CallSidToCoach"]=i["callSidToCoach"];if(i["jitterBufferSize"]!==undefined)s["JitterBufferSize"]=i["jitterBufferSize"];if(i["byoc"]!==undefined)s["Byoc"]=i["byoc"];if(i["callerId"]!==undefined)s["CallerId"]=i["callerId"];if(i["callReason"]!==undefined)s["CallReason"]=i["callReason"];if(i["recordingTrack"]!==undefined)s["RecordingTrack"]=i["recordingTrack"];if(i["timeLimit"]!==undefined)s["TimeLimit"]=i["timeLimit"];if(i["machineDetection"]!==undefined)s["MachineDetection"]=i["machineDetection"];if(i["machineDetectionTimeout"]!==undefined)s["MachineDetectionTimeout"]=i["machineDetectionTimeout"];if(i["machineDetectionSpeechThreshold"]!==undefined)s["MachineDetectionSpeechThreshold"]=i["machineDetectionSpeechThreshold"];if(i["machineDetectionSpeechEndThreshold"]!==undefined)s["MachineDetectionSpeechEndThreshold"]=i["machineDetectionSpeechEndThreshold"];if(i["machineDetectionSilenceTimeout"]!==undefined)s["MachineDetectionSilenceTimeout"]=i["machineDetectionSilenceTimeout"];if(i["amdStatusCallback"]!==undefined)s["AmdStatusCallback"]=i["amdStatusCallback"];if(i["amdStatusCallbackMethod"]!==undefined)s["AmdStatusCallbackMethod"]=i["amdStatusCallbackMethod"];if(i["trim"]!==undefined)s["Trim"]=i["trim"];if(i["callToken"]!==undefined)s["CallToken"]=i["callToken"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ParticipantInstance(o,e,instance._solution.accountSid,instance._solution.conferenceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["muted"]!==undefined)s["Muted"]=c.bool(i["muted"]);if(i["hold"]!==undefined)s["Hold"]=c.bool(i["hold"]);if(i["coaching"]!==undefined)s["Coaching"]=c.bool(i["coaching"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.accountSid,this._solution.conferenceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},53471:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RecordingPage=i.RecordingListInstance=i.RecordingInstance=i.RecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RecordingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conferenceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,conferenceSid:n,sid:s};this._uri=`/Accounts/${i}/Conferences/${n}/Recordings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RecordingInstance(n,e,i._solution.accountSid,i._solution.conferenceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];if(e["pauseBehavior"]!==undefined)n["PauseBehavior"]=e["pauseBehavior"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RecordingInstance(o,e,r._solution.accountSid,r._solution.conferenceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingContextImpl=RecordingContextImpl;class RecordingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callSid=i.call_sid;this.conferenceSid=i.conference_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.startTime=a.rfc2822DateTime(i.start_time);this.duration=i.duration;this.sid=i.sid;this.price=i.price;this.priceUnit=i.price_unit;this.status=i.status;this.channels=a.integer(i.channels);this.source=i.source;this.errorCode=a.integer(i.error_code);this.encryptionDetails=i.encryption_details;this.uri=i.uri;this._solution={accountSid:n,conferenceSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new RecordingContextImpl(this._version,this._solution.accountSid,this._solution.conferenceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callSid:this.callSid,conferenceSid:this.conferenceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,startTime:this.startTime,duration:this.duration,sid:this.sid,price:this.price,priceUnit:this.priceUnit,status:this.status,channels:this.channels,source:this.source,errorCode:this.errorCode,encryptionDetails:this.encryptionDetails,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingInstance=RecordingInstance;function RecordingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conferenceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new RecordingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,conferenceSid:n};instance._uri=`/Accounts/${i}/Conferences/${n}/Recordings.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601Date(i["dateCreated"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreated<"]=c.iso8601Date(i["dateCreatedBefore"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreated>"]=c.iso8601Date(i["dateCreatedAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RecordingListInstance=RecordingListInstance;class RecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RecordingInstance(this._version,e,this._solution.accountSid,this._solution.conferenceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingPage=RecordingPage},48104:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConnectAppPage=i.ConnectAppListInstance=i.ConnectAppInstance=i.ConnectAppContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ConnectAppContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/ConnectApps/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConnectAppInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["authorizeRedirectUrl"]!==undefined)n["AuthorizeRedirectUrl"]=e["authorizeRedirectUrl"];if(e["companyName"]!==undefined)n["CompanyName"]=e["companyName"];if(e["deauthorizeCallbackMethod"]!==undefined)n["DeauthorizeCallbackMethod"]=e["deauthorizeCallbackMethod"];if(e["deauthorizeCallbackUrl"]!==undefined)n["DeauthorizeCallbackUrl"]=e["deauthorizeCallbackUrl"];if(e["description"]!==undefined)n["Description"]=e["description"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["homepageUrl"]!==undefined)n["HomepageUrl"]=e["homepageUrl"];if(e["permissions"]!==undefined)n["Permissions"]=c.map(e["permissions"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConnectAppInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectAppContextImpl=ConnectAppContextImpl;class ConnectAppInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.authorizeRedirectUrl=i.authorize_redirect_url;this.companyName=i.company_name;this.deauthorizeCallbackMethod=i.deauthorize_callback_method;this.deauthorizeCallbackUrl=i.deauthorize_callback_url;this.description=i.description;this.friendlyName=i.friendly_name;this.homepageUrl=i.homepage_url;this.permissions=i.permissions;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ConnectAppContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,authorizeRedirectUrl:this.authorizeRedirectUrl,companyName:this.companyName,deauthorizeCallbackMethod:this.deauthorizeCallbackMethod,deauthorizeCallbackUrl:this.deauthorizeCallbackUrl,description:this.description,friendlyName:this.friendlyName,homepageUrl:this.homepageUrl,permissions:this.permissions,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectAppInstance=ConnectAppInstance;function ConnectAppListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ConnectAppContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/ConnectApps.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConnectAppPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConnectAppPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConnectAppListInstance=ConnectAppListInstance;class ConnectAppPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConnectAppInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectAppPage=ConnectAppPage},73350:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IncomingPhoneNumberPage=i.IncomingPhoneNumberListInstance=i.IncomingPhoneNumberInstance=i.IncomingPhoneNumberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(83805);const _=n(42867);const g=n(6179);const v=n(8039);class IncomingPhoneNumberContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/IncomingPhoneNumbers/${n}.json`}get assignedAddOns(){this._assignedAddOns=this._assignedAddOns||(0,f.AssignedAddOnListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._assignedAddOns}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IncomingPhoneNumberInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["accountSid"]!==undefined)n["AccountSid"]=e["accountSid"];if(e["apiVersion"]!==undefined)n["ApiVersion"]=e["apiVersion"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["smsApplicationSid"]!==undefined)n["SmsApplicationSid"]=e["smsApplicationSid"];if(e["smsFallbackMethod"]!==undefined)n["SmsFallbackMethod"]=e["smsFallbackMethod"];if(e["smsFallbackUrl"]!==undefined)n["SmsFallbackUrl"]=e["smsFallbackUrl"];if(e["smsMethod"]!==undefined)n["SmsMethod"]=e["smsMethod"];if(e["smsUrl"]!==undefined)n["SmsUrl"]=e["smsUrl"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["voiceApplicationSid"]!==undefined)n["VoiceApplicationSid"]=e["voiceApplicationSid"];if(e["voiceCallerIdLookup"]!==undefined)n["VoiceCallerIdLookup"]=c.bool(e["voiceCallerIdLookup"]);if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];if(e["emergencyStatus"]!==undefined)n["EmergencyStatus"]=e["emergencyStatus"];if(e["emergencyAddressSid"]!==undefined)n["EmergencyAddressSid"]=e["emergencyAddressSid"];if(e["trunkSid"]!==undefined)n["TrunkSid"]=e["trunkSid"];if(e["voiceReceiveMode"]!==undefined)n["VoiceReceiveMode"]=e["voiceReceiveMode"];if(e["identitySid"]!==undefined)n["IdentitySid"]=e["identitySid"];if(e["addressSid"]!==undefined)n["AddressSid"]=e["addressSid"];if(e["bundleSid"]!==undefined)n["BundleSid"]=e["bundleSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new IncomingPhoneNumberInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IncomingPhoneNumberContextImpl=IncomingPhoneNumberContextImpl;class IncomingPhoneNumberInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.addressSid=i.address_sid;this.addressRequirements=i.address_requirements;this.apiVersion=i.api_version;this.beta=i.beta;this.capabilities=i.capabilities;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.identitySid=i.identity_sid;this.phoneNumber=i.phone_number;this.origin=i.origin;this.sid=i.sid;this.smsApplicationSid=i.sms_application_sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.trunkSid=i.trunk_sid;this.uri=i.uri;this.voiceReceiveMode=i.voice_receive_mode;this.voiceApplicationSid=i.voice_application_sid;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.emergencyStatus=i.emergency_status;this.emergencyAddressSid=i.emergency_address_sid;this.emergencyAddressStatus=i.emergency_address_status;this.bundleSid=i.bundle_sid;this.status=i.status;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new IncomingPhoneNumberContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}assignedAddOns(){return this._proxy.assignedAddOns}toJSON(){return{accountSid:this.accountSid,addressSid:this.addressSid,addressRequirements:this.addressRequirements,apiVersion:this.apiVersion,beta:this.beta,capabilities:this.capabilities,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,identitySid:this.identitySid,phoneNumber:this.phoneNumber,origin:this.origin,sid:this.sid,smsApplicationSid:this.smsApplicationSid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,trunkSid:this.trunkSid,uri:this.uri,voiceReceiveMode:this.voiceReceiveMode,voiceApplicationSid:this.voiceApplicationSid,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,emergencyStatus:this.emergencyStatus,emergencyAddressSid:this.emergencyAddressSid,emergencyAddressStatus:this.emergencyAddressStatus,bundleSid:this.bundleSid,status:this.status}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IncomingPhoneNumberInstance=IncomingPhoneNumberInstance;function IncomingPhoneNumberListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new IncomingPhoneNumberContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/IncomingPhoneNumbers.json`;Object.defineProperty(instance,"local",{get:function local(){if(!instance._local){instance._local=(0,_.LocalListInstance)(instance._version,instance._solution.accountSid)}return instance._local}});Object.defineProperty(instance,"mobile",{get:function mobile(){if(!instance._mobile){instance._mobile=(0,g.MobileListInstance)(instance._version,instance._solution.accountSid)}return instance._mobile}});Object.defineProperty(instance,"tollFree",{get:function tollFree(){if(!instance._tollFree){instance._tollFree=(0,v.TollFreeListInstance)(instance._version,instance._solution.accountSid)}return instance._tollFree}});instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["apiVersion"]!==undefined)s["ApiVersion"]=i["apiVersion"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["smsApplicationSid"]!==undefined)s["SmsApplicationSid"]=i["smsApplicationSid"];if(i["smsFallbackMethod"]!==undefined)s["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["smsFallbackUrl"]!==undefined)s["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsMethod"]!==undefined)s["SmsMethod"]=i["smsMethod"];if(i["smsUrl"]!==undefined)s["SmsUrl"]=i["smsUrl"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["voiceApplicationSid"]!==undefined)s["VoiceApplicationSid"]=i["voiceApplicationSid"];if(i["voiceCallerIdLookup"]!==undefined)s["VoiceCallerIdLookup"]=c.bool(i["voiceCallerIdLookup"]);if(i["voiceFallbackMethod"]!==undefined)s["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["voiceFallbackUrl"]!==undefined)s["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceMethod"]!==undefined)s["VoiceMethod"]=i["voiceMethod"];if(i["voiceUrl"]!==undefined)s["VoiceUrl"]=i["voiceUrl"];if(i["emergencyStatus"]!==undefined)s["EmergencyStatus"]=i["emergencyStatus"];if(i["emergencyAddressSid"]!==undefined)s["EmergencyAddressSid"]=i["emergencyAddressSid"];if(i["trunkSid"]!==undefined)s["TrunkSid"]=i["trunkSid"];if(i["identitySid"]!==undefined)s["IdentitySid"]=i["identitySid"];if(i["addressSid"]!==undefined)s["AddressSid"]=i["addressSid"];if(i["voiceReceiveMode"]!==undefined)s["VoiceReceiveMode"]=i["voiceReceiveMode"];if(i["bundleSid"]!==undefined)s["BundleSid"]=i["bundleSid"];if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["areaCode"]!==undefined)s["AreaCode"]=i["areaCode"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IncomingPhoneNumberInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["beta"]!==undefined)s["Beta"]=c.bool(i["beta"]);if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["origin"]!==undefined)s["Origin"]=i["origin"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IncomingPhoneNumberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IncomingPhoneNumberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IncomingPhoneNumberListInstance=IncomingPhoneNumberListInstance;class IncomingPhoneNumberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IncomingPhoneNumberInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IncomingPhoneNumberPage=IncomingPhoneNumberPage},83805:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssignedAddOnPage=i.AssignedAddOnListInstance=i.AssignedAddOnInstance=i.AssignedAddOnContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(39716);class AssignedAddOnContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'resourceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,resourceSid:n,sid:s};this._uri=`/Accounts/${i}/IncomingPhoneNumbers/${n}/AssignedAddOns/${s}.json`}get extensions(){this._extensions=this._extensions||(0,f.AssignedAddOnExtensionListInstance)(this._version,this._solution.accountSid,this._solution.resourceSid,this._solution.sid);return this._extensions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssignedAddOnInstance(n,e,i._solution.accountSid,i._solution.resourceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnContextImpl=AssignedAddOnContextImpl;class AssignedAddOnInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.resourceSid=i.resource_sid;this.friendlyName=i.friendly_name;this.description=i.description;this.configuration=i.configuration;this.uniqueName=i.unique_name;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.uri=i.uri;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,resourceSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AssignedAddOnContextImpl(this._version,this._solution.accountSid,this._solution.resourceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}extensions(){return this._proxy.extensions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,resourceSid:this.resourceSid,friendlyName:this.friendlyName,description:this.description,configuration:this.configuration,uniqueName:this.uniqueName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uri:this.uri,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnInstance=AssignedAddOnInstance;function AssignedAddOnListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'resourceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AssignedAddOnContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,resourceSid:n};instance._uri=`/Accounts/${i}/IncomingPhoneNumbers/${n}/AssignedAddOns.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["installedAddOnSid"]===null||i["installedAddOnSid"]===undefined){throw new Error("Required parameter \"params['installedAddOnSid']\" missing.")}let s={};s["InstalledAddOnSid"]=i["installedAddOnSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AssignedAddOnInstance(o,e,instance._solution.accountSid,instance._solution.resourceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssignedAddOnPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssignedAddOnPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssignedAddOnListInstance=AssignedAddOnListInstance;class AssignedAddOnPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssignedAddOnInstance(this._version,e,this._solution.accountSid,this._solution.resourceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnPage=AssignedAddOnPage},39716:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssignedAddOnExtensionPage=i.AssignedAddOnExtensionListInstance=i.AssignedAddOnExtensionInstance=i.AssignedAddOnExtensionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AssignedAddOnExtensionContextImpl{constructor(e,i,n,s,r){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'resourceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'assignedAddOnSid' is not valid.")}if(!(0,u.isValidPathParam)(r)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,resourceSid:n,assignedAddOnSid:s,sid:r};this._uri=`/Accounts/${i}/IncomingPhoneNumbers/${n}/AssignedAddOns/${s}/Extensions/${r}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssignedAddOnExtensionInstance(n,e,i._solution.accountSid,i._solution.resourceSid,i._solution.assignedAddOnSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnExtensionContextImpl=AssignedAddOnExtensionContextImpl;class AssignedAddOnExtensionInstance{constructor(e,i,n,s,r,o){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.resourceSid=i.resource_sid;this.assignedAddOnSid=i.assigned_add_on_sid;this.friendlyName=i.friendly_name;this.productName=i.product_name;this.uniqueName=i.unique_name;this.uri=i.uri;this.enabled=i.enabled;this._solution={accountSid:n,resourceSid:s,assignedAddOnSid:r,sid:o||this.sid}}get _proxy(){this._context=this._context||new AssignedAddOnExtensionContextImpl(this._version,this._solution.accountSid,this._solution.resourceSid,this._solution.assignedAddOnSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,resourceSid:this.resourceSid,assignedAddOnSid:this.assignedAddOnSid,friendlyName:this.friendlyName,productName:this.productName,uniqueName:this.uniqueName,uri:this.uri,enabled:this.enabled}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnExtensionInstance=AssignedAddOnExtensionInstance;function AssignedAddOnExtensionListInstance(e,i,n,s){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'resourceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'assignedAddOnSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(r){return new AssignedAddOnExtensionContextImpl(e,i,n,s,r)};instance._version=e;instance._solution={accountSid:i,resourceSid:n,assignedAddOnSid:s};instance._uri=`/Accounts/${i}/IncomingPhoneNumbers/${n}/AssignedAddOns/${s}/Extensions.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssignedAddOnExtensionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssignedAddOnExtensionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssignedAddOnExtensionListInstance=AssignedAddOnExtensionListInstance;class AssignedAddOnExtensionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssignedAddOnExtensionInstance(this._version,e,this._solution.accountSid,this._solution.resourceSid,this._solution.assignedAddOnSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssignedAddOnExtensionPage=AssignedAddOnExtensionPage},42867:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.LocalPage=i.LocalInstance=i.LocalListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function LocalListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/IncomingPhoneNumbers/Local.json`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let r={};r["PhoneNumber"]=i["phoneNumber"];if(i["apiVersion"]!==undefined)r["ApiVersion"]=i["apiVersion"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["smsApplicationSid"]!==undefined)r["SmsApplicationSid"]=i["smsApplicationSid"];if(i["smsFallbackMethod"]!==undefined)r["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["smsFallbackUrl"]!==undefined)r["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsMethod"]!==undefined)r["SmsMethod"]=i["smsMethod"];if(i["smsUrl"]!==undefined)r["SmsUrl"]=i["smsUrl"];if(i["statusCallback"]!==undefined)r["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)r["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["voiceApplicationSid"]!==undefined)r["VoiceApplicationSid"]=i["voiceApplicationSid"];if(i["voiceCallerIdLookup"]!==undefined)r["VoiceCallerIdLookup"]=c.bool(i["voiceCallerIdLookup"]);if(i["voiceFallbackMethod"]!==undefined)r["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["voiceFallbackUrl"]!==undefined)r["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceMethod"]!==undefined)r["VoiceMethod"]=i["voiceMethod"];if(i["voiceUrl"]!==undefined)r["VoiceUrl"]=i["voiceUrl"];if(i["identitySid"]!==undefined)r["IdentitySid"]=i["identitySid"];if(i["addressSid"]!==undefined)r["AddressSid"]=i["addressSid"];if(i["emergencyStatus"]!==undefined)r["EmergencyStatus"]=i["emergencyStatus"];if(i["emergencyAddressSid"]!==undefined)r["EmergencyAddressSid"]=i["emergencyAddressSid"];if(i["trunkSid"]!==undefined)r["TrunkSid"]=i["trunkSid"];if(i["voiceReceiveMode"]!==undefined)r["VoiceReceiveMode"]=i["voiceReceiveMode"];if(i["bundleSid"]!==undefined)r["BundleSid"]=i["bundleSid"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,u=a.create({uri:n._uri,method:"post",data:r,headers:o});u=u.then((e=>new LocalInstance(a,e,n._solution.accountSid)));u=n._version.setPromiseCallback(u,s);return u};n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["phoneNumber"]!==undefined)r["PhoneNumber"]=i["phoneNumber"];if(i["origin"]!==undefined)r["Origin"]=i["origin"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new LocalPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new LocalPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.LocalListInstance=LocalListInstance;class LocalInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.addressSid=i.address_sid;this.addressRequirements=i.address_requirements;this.apiVersion=i.api_version;this.beta=i.beta;this.capabilities=i.capabilities;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.identitySid=i.identity_sid;this.phoneNumber=i.phone_number;this.origin=i.origin;this.sid=i.sid;this.smsApplicationSid=i.sms_application_sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.trunkSid=i.trunk_sid;this.uri=i.uri;this.voiceReceiveMode=i.voice_receive_mode;this.voiceApplicationSid=i.voice_application_sid;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.emergencyStatus=i.emergency_status;this.emergencyAddressSid=i.emergency_address_sid;this.emergencyAddressStatus=i.emergency_address_status;this.bundleSid=i.bundle_sid;this.status=i.status}toJSON(){return{accountSid:this.accountSid,addressSid:this.addressSid,addressRequirements:this.addressRequirements,apiVersion:this.apiVersion,beta:this.beta,capabilities:this.capabilities,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,identitySid:this.identitySid,phoneNumber:this.phoneNumber,origin:this.origin,sid:this.sid,smsApplicationSid:this.smsApplicationSid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,trunkSid:this.trunkSid,uri:this.uri,voiceReceiveMode:this.voiceReceiveMode,voiceApplicationSid:this.voiceApplicationSid,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,emergencyStatus:this.emergencyStatus,emergencyAddressSid:this.emergencyAddressSid,emergencyAddressStatus:this.emergencyAddressStatus,bundleSid:this.bundleSid,status:this.status}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LocalInstance=LocalInstance;class LocalPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new LocalInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LocalPage=LocalPage},6179:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MobilePage=i.MobileInstance=i.MobileListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function MobileListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/IncomingPhoneNumbers/Mobile.json`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let r={};r["PhoneNumber"]=i["phoneNumber"];if(i["apiVersion"]!==undefined)r["ApiVersion"]=i["apiVersion"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["smsApplicationSid"]!==undefined)r["SmsApplicationSid"]=i["smsApplicationSid"];if(i["smsFallbackMethod"]!==undefined)r["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["smsFallbackUrl"]!==undefined)r["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsMethod"]!==undefined)r["SmsMethod"]=i["smsMethod"];if(i["smsUrl"]!==undefined)r["SmsUrl"]=i["smsUrl"];if(i["statusCallback"]!==undefined)r["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)r["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["voiceApplicationSid"]!==undefined)r["VoiceApplicationSid"]=i["voiceApplicationSid"];if(i["voiceCallerIdLookup"]!==undefined)r["VoiceCallerIdLookup"]=c.bool(i["voiceCallerIdLookup"]);if(i["voiceFallbackMethod"]!==undefined)r["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["voiceFallbackUrl"]!==undefined)r["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceMethod"]!==undefined)r["VoiceMethod"]=i["voiceMethod"];if(i["voiceUrl"]!==undefined)r["VoiceUrl"]=i["voiceUrl"];if(i["identitySid"]!==undefined)r["IdentitySid"]=i["identitySid"];if(i["addressSid"]!==undefined)r["AddressSid"]=i["addressSid"];if(i["emergencyStatus"]!==undefined)r["EmergencyStatus"]=i["emergencyStatus"];if(i["emergencyAddressSid"]!==undefined)r["EmergencyAddressSid"]=i["emergencyAddressSid"];if(i["trunkSid"]!==undefined)r["TrunkSid"]=i["trunkSid"];if(i["voiceReceiveMode"]!==undefined)r["VoiceReceiveMode"]=i["voiceReceiveMode"];if(i["bundleSid"]!==undefined)r["BundleSid"]=i["bundleSid"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,u=a.create({uri:n._uri,method:"post",data:r,headers:o});u=u.then((e=>new MobileInstance(a,e,n._solution.accountSid)));u=n._version.setPromiseCallback(u,s);return u};n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["phoneNumber"]!==undefined)r["PhoneNumber"]=i["phoneNumber"];if(i["origin"]!==undefined)r["Origin"]=i["origin"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new MobilePage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new MobilePage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.MobileListInstance=MobileListInstance;class MobileInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.addressSid=i.address_sid;this.addressRequirements=i.address_requirements;this.apiVersion=i.api_version;this.beta=i.beta;this.capabilities=i.capabilities;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.identitySid=i.identity_sid;this.phoneNumber=i.phone_number;this.origin=i.origin;this.sid=i.sid;this.smsApplicationSid=i.sms_application_sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.trunkSid=i.trunk_sid;this.uri=i.uri;this.voiceReceiveMode=i.voice_receive_mode;this.voiceApplicationSid=i.voice_application_sid;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.emergencyStatus=i.emergency_status;this.emergencyAddressSid=i.emergency_address_sid;this.emergencyAddressStatus=i.emergency_address_status;this.bundleSid=i.bundle_sid;this.status=i.status}toJSON(){return{accountSid:this.accountSid,addressSid:this.addressSid,addressRequirements:this.addressRequirements,apiVersion:this.apiVersion,beta:this.beta,capabilities:this.capabilities,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,identitySid:this.identitySid,phoneNumber:this.phoneNumber,origin:this.origin,sid:this.sid,smsApplicationSid:this.smsApplicationSid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,trunkSid:this.trunkSid,uri:this.uri,voiceReceiveMode:this.voiceReceiveMode,voiceApplicationSid:this.voiceApplicationSid,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,emergencyStatus:this.emergencyStatus,emergencyAddressSid:this.emergencyAddressSid,emergencyAddressStatus:this.emergencyAddressStatus,bundleSid:this.bundleSid,status:this.status}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MobileInstance=MobileInstance;class MobilePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MobileInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MobilePage=MobilePage},8039:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TollFreePage=i.TollFreeInstance=i.TollFreeListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function TollFreeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/IncomingPhoneNumbers/TollFree.json`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let r={};r["PhoneNumber"]=i["phoneNumber"];if(i["apiVersion"]!==undefined)r["ApiVersion"]=i["apiVersion"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["smsApplicationSid"]!==undefined)r["SmsApplicationSid"]=i["smsApplicationSid"];if(i["smsFallbackMethod"]!==undefined)r["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["smsFallbackUrl"]!==undefined)r["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsMethod"]!==undefined)r["SmsMethod"]=i["smsMethod"];if(i["smsUrl"]!==undefined)r["SmsUrl"]=i["smsUrl"];if(i["statusCallback"]!==undefined)r["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)r["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["voiceApplicationSid"]!==undefined)r["VoiceApplicationSid"]=i["voiceApplicationSid"];if(i["voiceCallerIdLookup"]!==undefined)r["VoiceCallerIdLookup"]=c.bool(i["voiceCallerIdLookup"]);if(i["voiceFallbackMethod"]!==undefined)r["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["voiceFallbackUrl"]!==undefined)r["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceMethod"]!==undefined)r["VoiceMethod"]=i["voiceMethod"];if(i["voiceUrl"]!==undefined)r["VoiceUrl"]=i["voiceUrl"];if(i["identitySid"]!==undefined)r["IdentitySid"]=i["identitySid"];if(i["addressSid"]!==undefined)r["AddressSid"]=i["addressSid"];if(i["emergencyStatus"]!==undefined)r["EmergencyStatus"]=i["emergencyStatus"];if(i["emergencyAddressSid"]!==undefined)r["EmergencyAddressSid"]=i["emergencyAddressSid"];if(i["trunkSid"]!==undefined)r["TrunkSid"]=i["trunkSid"];if(i["voiceReceiveMode"]!==undefined)r["VoiceReceiveMode"]=i["voiceReceiveMode"];if(i["bundleSid"]!==undefined)r["BundleSid"]=i["bundleSid"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,u=a.create({uri:n._uri,method:"post",data:r,headers:o});u=u.then((e=>new TollFreeInstance(a,e,n._solution.accountSid)));u=n._version.setPromiseCallback(u,s);return u};n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["beta"]!==undefined)r["Beta"]=c.bool(i["beta"]);if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["phoneNumber"]!==undefined)r["PhoneNumber"]=i["phoneNumber"];if(i["origin"]!==undefined)r["Origin"]=i["origin"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new TollFreePage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new TollFreePage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.TollFreeListInstance=TollFreeListInstance;class TollFreeInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.addressSid=i.address_sid;this.addressRequirements=i.address_requirements;this.apiVersion=i.api_version;this.beta=i.beta;this.capabilities=i.capabilities;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.identitySid=i.identity_sid;this.phoneNumber=i.phone_number;this.origin=i.origin;this.sid=i.sid;this.smsApplicationSid=i.sms_application_sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.trunkSid=i.trunk_sid;this.uri=i.uri;this.voiceReceiveMode=i.voice_receive_mode;this.voiceApplicationSid=i.voice_application_sid;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.emergencyStatus=i.emergency_status;this.emergencyAddressSid=i.emergency_address_sid;this.emergencyAddressStatus=i.emergency_address_status;this.bundleSid=i.bundle_sid;this.status=i.status}toJSON(){return{accountSid:this.accountSid,addressSid:this.addressSid,addressRequirements:this.addressRequirements,apiVersion:this.apiVersion,beta:this.beta,capabilities:this.capabilities,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,identitySid:this.identitySid,phoneNumber:this.phoneNumber,origin:this.origin,sid:this.sid,smsApplicationSid:this.smsApplicationSid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,trunkSid:this.trunkSid,uri:this.uri,voiceReceiveMode:this.voiceReceiveMode,voiceApplicationSid:this.voiceApplicationSid,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,emergencyStatus:this.emergencyStatus,emergencyAddressSid:this.emergencyAddressSid,emergencyAddressStatus:this.emergencyAddressStatus,bundleSid:this.bundleSid,status:this.status}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollFreeInstance=TollFreeInstance;class TollFreePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TollFreeInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollFreePage=TollFreePage},36378:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.KeyPage=i.KeyListInstance=i.KeyInstance=i.KeyContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class KeyContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Keys/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new KeyInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new KeyInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyContextImpl=KeyContextImpl;class KeyInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new KeyContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyInstance=KeyInstance;function KeyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new KeyContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Keys.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new KeyPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new KeyPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.KeyListInstance=KeyListInstance;class KeyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new KeyInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyPage=KeyPage},76433:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(56300);const _=n(15532);class MessageContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Messages/${n}.json`}get feedback(){this._feedback=this._feedback||(0,f.FeedbackListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._feedback}get media(){this._media=this._media||(0,_.MediaListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._media}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["body"]!==undefined)n["Body"]=e["body"];if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s){this._version=e;this.body=i.body;this.numSegments=i.num_segments;this.direction=i.direction;this.from=i.from;this.to=i.to;this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.price=i.price;this.errorMessage=i.error_message;this.uri=i.uri;this.accountSid=i.account_sid;this.numMedia=i.num_media;this.status=i.status;this.messagingServiceSid=i.messaging_service_sid;this.sid=i.sid;this.dateSent=a.rfc2822DateTime(i.date_sent);this.dateCreated=a.rfc2822DateTime(i.date_created);this.errorCode=a.integer(i.error_code);this.priceUnit=i.price_unit;this.apiVersion=i.api_version;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}feedback(){return this._proxy.feedback}media(){return this._proxy.media}toJSON(){return{body:this.body,numSegments:this.numSegments,direction:this.direction,from:this.from,to:this.to,dateUpdated:this.dateUpdated,price:this.price,errorMessage:this.errorMessage,uri:this.uri,accountSid:this.accountSid,numMedia:this.numMedia,status:this.status,messagingServiceSid:this.messagingServiceSid,sid:this.sid,dateSent:this.dateSent,dateCreated:this.dateCreated,errorCode:this.errorCode,priceUnit:this.priceUnit,apiVersion:this.apiVersion,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new MessageContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Messages.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}let s={};s["To"]=i["to"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["applicationSid"]!==undefined)s["ApplicationSid"]=i["applicationSid"];if(i["maxPrice"]!==undefined)s["MaxPrice"]=i["maxPrice"];if(i["provideFeedback"]!==undefined)s["ProvideFeedback"]=c.bool(i["provideFeedback"]);if(i["attempt"]!==undefined)s["Attempt"]=i["attempt"];if(i["validityPeriod"]!==undefined)s["ValidityPeriod"]=i["validityPeriod"];if(i["forceDelivery"]!==undefined)s["ForceDelivery"]=c.bool(i["forceDelivery"]);if(i["contentRetention"]!==undefined)s["ContentRetention"]=i["contentRetention"];if(i["addressRetention"]!==undefined)s["AddressRetention"]=i["addressRetention"];if(i["smartEncoded"]!==undefined)s["SmartEncoded"]=c.bool(i["smartEncoded"]);if(i["persistentAction"]!==undefined)s["PersistentAction"]=c.map(i["persistentAction"],(e=>e));if(i["shortenUrls"]!==undefined)s["ShortenUrls"]=c.bool(i["shortenUrls"]);if(i["scheduleType"]!==undefined)s["ScheduleType"]=i["scheduleType"];if(i["sendAt"]!==undefined)s["SendAt"]=c.iso8601DateTime(i["sendAt"]);if(i["sendAsMms"]!==undefined)s["SendAsMms"]=c.bool(i["sendAsMms"]);if(i["contentVariables"]!==undefined)s["ContentVariables"]=i["contentVariables"];if(i["riskCheck"]!==undefined)s["RiskCheck"]=i["riskCheck"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["messagingServiceSid"]!==undefined)s["MessagingServiceSid"]=i["messagingServiceSid"];if(i["body"]!==undefined)s["Body"]=i["body"];if(i["mediaUrl"]!==undefined)s["MediaUrl"]=c.map(i["mediaUrl"],(e=>e));if(i["contentSid"]!==undefined)s["ContentSid"]=i["contentSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["to"]!==undefined)s["To"]=i["to"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["dateSent"]!==undefined)s["DateSent"]=c.iso8601DateTime(i["dateSent"]);if(i["dateSentBefore"]!==undefined)s["DateSent<"]=c.iso8601DateTime(i["dateSentBefore"]);if(i["dateSentAfter"]!==undefined)s["DateSent>"]=c.iso8601DateTime(i["dateSentAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},56300:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FeedbackInstance=i.FeedbackListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function FeedbackListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'messageSid' is not valid.")}const r={};r._version=e;r._solution={accountSid:i,messageSid:n};r._uri=`/Accounts/${i}/Messages/${n}/Feedback.json`;r.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["outcome"]!==undefined)s["Outcome"]=i["outcome"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:r._uri,method:"post",data:s,headers:o});c=c.then((e=>new FeedbackInstance(a,e,r._solution.accountSid,r._solution.messageSid)));c=r._version.setPromiseCallback(c,n);return c};r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.FeedbackListInstance=FeedbackListInstance;class FeedbackInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.messageSid=i.message_sid;this.outcome=i.outcome;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.uri=i.uri}toJSON(){return{accountSid:this.accountSid,messageSid:this.messageSid,outcome:this.outcome,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uri:this.uri}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FeedbackInstance=FeedbackInstance},15532:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MediaPage=i.MediaListInstance=i.MediaInstance=i.MediaContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MediaContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'messageSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,messageSid:n,sid:s};this._uri=`/Accounts/${i}/Messages/${n}/Media/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MediaInstance(n,e,i._solution.accountSid,i._solution.messageSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaContextImpl=MediaContextImpl;class MediaInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.contentType=i.content_type;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.parentSid=i.parent_sid;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,messageSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MediaContextImpl(this._version,this._solution.accountSid,this._solution.messageSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,contentType:this.contentType,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,parentSid:this.parentSid,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaInstance=MediaInstance;function MediaListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'messageSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MediaContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,messageSid:n};instance._uri=`/Accounts/${i}/Messages/${n}/Media.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreated<"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreated>"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MediaPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MediaPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MediaListInstance=MediaListInstance;class MediaPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MediaInstance(this._version,e,this._solution.accountSid,this._solution.messageSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaPage=MediaPage},52411:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NewKeyInstance=i.NewKeyListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function NewKeyListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Keys.json`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new NewKeyInstance(a,e,n._solution.accountSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.NewKeyListInstance=NewKeyListInstance;class NewKeyInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.secret=i.secret}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,secret:this.secret}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NewKeyInstance=NewKeyInstance},63159:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NewSigningKeyInstance=i.NewSigningKeyListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function NewSigningKeyListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/SigningKeys.json`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new NewSigningKeyInstance(a,e,n._solution.accountSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.NewSigningKeyListInstance=NewSigningKeyListInstance;class NewSigningKeyInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.secret=i.secret}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,secret:this.secret}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NewSigningKeyInstance=NewSigningKeyInstance},47066:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NotificationPage=i.NotificationListInstance=i.NotificationInstance=i.NotificationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class NotificationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Notifications/${n}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NotificationInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationContextImpl=NotificationContextImpl;class NotificationInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callSid=i.call_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.errorCode=i.error_code;this.log=i.log;this.messageDate=a.rfc2822DateTime(i.message_date);this.messageText=i.message_text;this.moreInfo=i.more_info;this.requestMethod=i.request_method;this.requestUrl=i.request_url;this.requestVariables=i.request_variables;this.responseBody=i.response_body;this.responseHeaders=i.response_headers;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new NotificationContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callSid:this.callSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,errorCode:this.errorCode,log:this.log,messageDate:this.messageDate,messageText:this.messageText,moreInfo:this.moreInfo,requestMethod:this.requestMethod,requestUrl:this.requestUrl,requestVariables:this.requestVariables,responseBody:this.responseBody,responseHeaders:this.responseHeaders,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationInstance=NotificationInstance;function NotificationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new NotificationContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Notifications.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["log"]!==undefined)s["Log"]=i["log"];if(i["messageDate"]!==undefined)s["MessageDate"]=c.iso8601Date(i["messageDate"]);if(i["messageDateBefore"]!==undefined)s["MessageDate<"]=c.iso8601Date(i["messageDateBefore"]);if(i["messageDateAfter"]!==undefined)s["MessageDate>"]=c.iso8601Date(i["messageDateAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new NotificationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new NotificationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.NotificationListInstance=NotificationListInstance;class NotificationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NotificationInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NotificationPage=NotificationPage},34642:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.OutgoingCallerIdPage=i.OutgoingCallerIdListInstance=i.OutgoingCallerIdInstance=i.OutgoingCallerIdContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class OutgoingCallerIdContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/OutgoingCallerIds/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new OutgoingCallerIdInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new OutgoingCallerIdInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OutgoingCallerIdContextImpl=OutgoingCallerIdContextImpl;class OutgoingCallerIdInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.accountSid=i.account_sid;this.phoneNumber=i.phone_number;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new OutgoingCallerIdContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,accountSid:this.accountSid,phoneNumber:this.phoneNumber,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OutgoingCallerIdInstance=OutgoingCallerIdInstance;function OutgoingCallerIdListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new OutgoingCallerIdContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/OutgoingCallerIds.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new OutgoingCallerIdPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new OutgoingCallerIdPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.OutgoingCallerIdListInstance=OutgoingCallerIdListInstance;class OutgoingCallerIdPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new OutgoingCallerIdInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OutgoingCallerIdPage=OutgoingCallerIdPage},95601:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.QueuePage=i.QueueListInstance=i.QueueInstance=i.QueueContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(62257);class QueueContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Queues/${n}.json`}get members(){this._members=this._members||(0,f.MemberListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._members}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new QueueInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["maxSize"]!==undefined)n["MaxSize"]=e["maxSize"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new QueueInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueueContextImpl=QueueContextImpl;class QueueInstance{constructor(e,i,n,s){this._version=e;this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.currentSize=a.integer(i.current_size);this.friendlyName=i.friendly_name;this.uri=i.uri;this.accountSid=i.account_sid;this.averageWaitTime=a.integer(i.average_wait_time);this.sid=i.sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.maxSize=a.integer(i.max_size);this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new QueueContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}members(){return this._proxy.members}toJSON(){return{dateUpdated:this.dateUpdated,currentSize:this.currentSize,friendlyName:this.friendlyName,uri:this.uri,accountSid:this.accountSid,averageWaitTime:this.averageWaitTime,sid:this.sid,dateCreated:this.dateCreated,maxSize:this.maxSize}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueueInstance=QueueInstance;function QueueListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new QueueContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Queues.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["maxSize"]!==undefined)s["MaxSize"]=i["maxSize"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new QueueInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new QueuePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new QueuePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.QueueListInstance=QueueListInstance;class QueuePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new QueueInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.QueuePage=QueuePage},62257:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MemberPage=i.MemberListInstance=i.MemberInstance=i.MemberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MemberContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'queueSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'callSid' is not valid.")}this._solution={accountSid:i,queueSid:n,callSid:s};this._uri=`/Accounts/${i}/Queues/${n}/Members/${s}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MemberInstance(n,e,i._solution.accountSid,i._solution.queueSid,i._solution.callSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["url"]===null||e["url"]===undefined){throw new Error("Required parameter \"params['url']\" missing.")}let n={};n["Url"]=e["url"];if(e["method"]!==undefined)n["Method"]=e["method"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MemberInstance(o,e,r._solution.accountSid,r._solution.queueSid,r._solution.callSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberContextImpl=MemberContextImpl;class MemberInstance{constructor(e,i,n,s,r){this._version=e;this.callSid=i.call_sid;this.dateEnqueued=a.rfc2822DateTime(i.date_enqueued);this.position=a.integer(i.position);this.uri=i.uri;this.waitTime=a.integer(i.wait_time);this.queueSid=i.queue_sid;this._solution={accountSid:n,queueSid:s,callSid:r||this.callSid}}get _proxy(){this._context=this._context||new MemberContextImpl(this._version,this._solution.accountSid,this._solution.queueSid,this._solution.callSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{callSid:this.callSid,dateEnqueued:this.dateEnqueued,position:this.position,uri:this.uri,waitTime:this.waitTime,queueSid:this.queueSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberInstance=MemberInstance;function MemberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'queueSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MemberContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,queueSid:n};instance._uri=`/Accounts/${i}/Queues/${n}/Members.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MemberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MemberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MemberListInstance=MemberListInstance;class MemberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MemberInstance(this._version,e,this._solution.accountSid,this._solution.queueSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberPage=MemberPage},28672:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RecordingPage=i.RecordingListInstance=i.RecordingInstance=i.RecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(28130);const _=n(67425);class RecordingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Recordings/${n}.json`}get addOnResults(){this._addOnResults=this._addOnResults||(0,f.AddOnResultListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._addOnResults}get transcriptions(){this._transcriptions=this._transcriptions||(0,_.TranscriptionListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._transcriptions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["includeSoftDeleted"]!==undefined)n["IncludeSoftDeleted"]=c.bool(e["includeSoftDeleted"]);const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new RecordingInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingContextImpl=RecordingContextImpl;class RecordingInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callSid=i.call_sid;this.conferenceSid=i.conference_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.startTime=a.rfc2822DateTime(i.start_time);this.duration=i.duration;this.sid=i.sid;this.price=i.price;this.priceUnit=i.price_unit;this.status=i.status;this.channels=a.integer(i.channels);this.source=i.source;this.errorCode=a.integer(i.error_code);this.uri=i.uri;this.encryptionDetails=i.encryption_details;this.subresourceUris=i.subresource_uris;this.mediaUrl=i.media_url;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RecordingContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e,i){return this._proxy.fetch(e,i)}addOnResults(){return this._proxy.addOnResults}transcriptions(){return this._proxy.transcriptions}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callSid:this.callSid,conferenceSid:this.conferenceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,startTime:this.startTime,duration:this.duration,sid:this.sid,price:this.price,priceUnit:this.priceUnit,status:this.status,channels:this.channels,source:this.source,errorCode:this.errorCode,uri:this.uri,encryptionDetails:this.encryptionDetails,subresourceUris:this.subresourceUris,mediaUrl:this.mediaUrl}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingInstance=RecordingInstance;function RecordingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RecordingContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Recordings.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreated<"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreated>"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["callSid"]!==undefined)s["CallSid"]=i["callSid"];if(i["conferenceSid"]!==undefined)s["ConferenceSid"]=i["conferenceSid"];if(i["includeSoftDeleted"]!==undefined)s["IncludeSoftDeleted"]=c.bool(i["includeSoftDeleted"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RecordingListInstance=RecordingListInstance;class RecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RecordingInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingPage=RecordingPage},28130:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AddOnResultPage=i.AddOnResultListInstance=i.AddOnResultInstance=i.AddOnResultContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(31026);class AddOnResultContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'referenceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,referenceSid:n,sid:s};this._uri=`/Accounts/${i}/Recordings/${n}/AddOnResults/${s}.json`}get payloads(){this._payloads=this._payloads||(0,f.PayloadListInstance)(this._version,this._solution.accountSid,this._solution.referenceSid,this._solution.sid);return this._payloads}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AddOnResultInstance(n,e,i._solution.accountSid,i._solution.referenceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddOnResultContextImpl=AddOnResultContextImpl;class AddOnResultInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.status=i.status;this.addOnSid=i.add_on_sid;this.addOnConfigurationSid=i.add_on_configuration_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.dateCompleted=a.rfc2822DateTime(i.date_completed);this.referenceSid=i.reference_sid;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,referenceSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AddOnResultContextImpl(this._version,this._solution.accountSid,this._solution.referenceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}payloads(){return this._proxy.payloads}toJSON(){return{sid:this.sid,accountSid:this.accountSid,status:this.status,addOnSid:this.addOnSid,addOnConfigurationSid:this.addOnConfigurationSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,dateCompleted:this.dateCompleted,referenceSid:this.referenceSid,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddOnResultInstance=AddOnResultInstance;function AddOnResultListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'referenceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AddOnResultContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,referenceSid:n};instance._uri=`/Accounts/${i}/Recordings/${n}/AddOnResults.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AddOnResultPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AddOnResultPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AddOnResultListInstance=AddOnResultListInstance;class AddOnResultPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AddOnResultInstance(this._version,e,this._solution.accountSid,this._solution.referenceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddOnResultPage=AddOnResultPage},31026:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PayloadPage=i.PayloadListInstance=i.PayloadInstance=i.PayloadContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PayloadContextImpl{constructor(e,i,n,s,r){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'referenceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'addOnResultSid' is not valid.")}if(!(0,u.isValidPathParam)(r)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,referenceSid:n,addOnResultSid:s,sid:r};this._uri=`/Accounts/${i}/Recordings/${n}/AddOnResults/${s}/Payloads/${r}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PayloadInstance(n,e,i._solution.accountSid,i._solution.referenceSid,i._solution.addOnResultSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PayloadContextImpl=PayloadContextImpl;class PayloadInstance{constructor(e,i,n,s,r,o){this._version=e;this.sid=i.sid;this.addOnResultSid=i.add_on_result_sid;this.accountSid=i.account_sid;this.label=i.label;this.addOnSid=i.add_on_sid;this.addOnConfigurationSid=i.add_on_configuration_sid;this.contentType=i.content_type;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.referenceSid=i.reference_sid;this.subresourceUris=i.subresource_uris;this._solution={accountSid:n,referenceSid:s,addOnResultSid:r,sid:o||this.sid}}get _proxy(){this._context=this._context||new PayloadContextImpl(this._version,this._solution.accountSid,this._solution.referenceSid,this._solution.addOnResultSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,addOnResultSid:this.addOnResultSid,accountSid:this.accountSid,label:this.label,addOnSid:this.addOnSid,addOnConfigurationSid:this.addOnConfigurationSid,contentType:this.contentType,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,referenceSid:this.referenceSid,subresourceUris:this.subresourceUris}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PayloadInstance=PayloadInstance;function PayloadListInstance(e,i,n,s){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'referenceSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'addOnResultSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(r){return new PayloadContextImpl(e,i,n,s,r)};instance._version=e;instance._solution={accountSid:i,referenceSid:n,addOnResultSid:s};instance._uri=`/Accounts/${i}/Recordings/${n}/AddOnResults/${s}/Payloads.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PayloadPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PayloadPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PayloadListInstance=PayloadListInstance;class PayloadPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PayloadInstance(this._version,e,this._solution.accountSid,this._solution.referenceSid,this._solution.addOnResultSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PayloadPage=PayloadPage},67425:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TranscriptionPage=i.TranscriptionListInstance=i.TranscriptionInstance=i.TranscriptionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TranscriptionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'recordingSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,recordingSid:n,sid:s};this._uri=`/Accounts/${i}/Recordings/${n}/Transcriptions/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TranscriptionInstance(n,e,i._solution.accountSid,i._solution.recordingSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionContextImpl=TranscriptionContextImpl;class TranscriptionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.duration=i.duration;this.price=i.price;this.priceUnit=i.price_unit;this.recordingSid=i.recording_sid;this.sid=i.sid;this.status=i.status;this.transcriptionText=i.transcription_text;this.type=i.type;this.uri=i.uri;this._solution={accountSid:n,recordingSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new TranscriptionContextImpl(this._version,this._solution.accountSid,this._solution.recordingSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,duration:this.duration,price:this.price,priceUnit:this.priceUnit,recordingSid:this.recordingSid,sid:this.sid,status:this.status,transcriptionText:this.transcriptionText,type:this.type,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionInstance=TranscriptionInstance;function TranscriptionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'recordingSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new TranscriptionContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,recordingSid:n};instance._uri=`/Accounts/${i}/Recordings/${n}/Transcriptions.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TranscriptionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TranscriptionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TranscriptionListInstance=TranscriptionListInstance;class TranscriptionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TranscriptionInstance(this._version,e,this._solution.accountSid,this._solution.recordingSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionPage=TranscriptionPage},72435:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ShortCodePage=i.ShortCodeListInstance=i.ShortCodeInstance=i.ShortCodeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ShortCodeContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/SMS/ShortCodes/${n}.json`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ShortCodeInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["apiVersion"]!==undefined)n["ApiVersion"]=e["apiVersion"];if(e["smsUrl"]!==undefined)n["SmsUrl"]=e["smsUrl"];if(e["smsMethod"]!==undefined)n["SmsMethod"]=e["smsMethod"];if(e["smsFallbackUrl"]!==undefined)n["SmsFallbackUrl"]=e["smsFallbackUrl"];if(e["smsFallbackMethod"]!==undefined)n["SmsFallbackMethod"]=e["smsFallbackMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ShortCodeInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeContextImpl=ShortCodeContextImpl;class ShortCodeInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.shortCode=i.short_code;this.sid=i.sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ShortCodeContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,shortCode:this.shortCode,sid:this.sid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeInstance=ShortCodeInstance;function ShortCodeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ShortCodeContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/SMS/ShortCodes.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["shortCode"]!==undefined)s["ShortCode"]=i["shortCode"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ShortCodePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ShortCodePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ShortCodeListInstance=ShortCodeListInstance;class ShortCodePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ShortCodeInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodePage=ShortCodePage},40489:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SigningKeyPage=i.SigningKeyListInstance=i.SigningKeyInstance=i.SigningKeyContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SigningKeyContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/SigningKeys/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SigningKeyInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SigningKeyInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SigningKeyContextImpl=SigningKeyContextImpl;class SigningKeyInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SigningKeyContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SigningKeyInstance=SigningKeyInstance;function SigningKeyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SigningKeyContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/SigningKeys.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SigningKeyPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SigningKeyPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SigningKeyListInstance=SigningKeyListInstance;class SigningKeyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SigningKeyInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SigningKeyPage=SigningKeyPage},93613:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SipListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(99178);const u=n(72198);const f=n(5319);function SipListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/SIP.json`;Object.defineProperty(n,"credentialLists",{get:function credentialLists(){if(!n._credentialLists){n._credentialLists=(0,c.CredentialListListInstance)(n._version,n._solution.accountSid)}return n._credentialLists}});Object.defineProperty(n,"domains",{get:function domains(){if(!n._domains){n._domains=(0,u.DomainListInstance)(n._version,n._solution.accountSid)}return n._domains}});Object.defineProperty(n,"ipAccessControlLists",{get:function ipAccessControlLists(){if(!n._ipAccessControlLists){n._ipAccessControlLists=(0,f.IpAccessControlListListInstance)(n._version,n._solution.accountSid)}return n._ipAccessControlLists}});n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.SipListInstance=SipListInstance},99178:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialListPage=i.CredentialListListInstance=i.CredentialListInstance=i.CredentialListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(61107);class CredentialListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/SIP/CredentialLists/${n}.json`}get credentials(){this._credentials=this._credentials||(0,f.CredentialListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._credentials}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialListInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialListInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListContextImpl=CredentialListContextImpl;class CredentialListInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this.subresourceUris=i.subresource_uris;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CredentialListContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}credentials(){return this._proxy.credentials}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid,subresourceUris:this.subresourceUris,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListInstance=CredentialListInstance;function CredentialListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CredentialListContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/SIP/CredentialLists.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialListInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListListInstance=CredentialListListInstance;class CredentialListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialListInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListPage=CredentialListPage},61107:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'credentialListSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,credentialListSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/CredentialLists/${n}/Credentials/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.accountSid,i._solution.credentialListSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["password"]!==undefined)n["Password"]=e["password"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.accountSid,r._solution.credentialListSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.credentialListSid=i.credential_list_sid;this.username=i.username;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.uri=i.uri;this._solution={accountSid:n,credentialListSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.accountSid,this._solution.credentialListSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,credentialListSid:this.credentialListSid,username:this.username,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'credentialListSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new CredentialContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,credentialListSid:n};instance._uri=`/Accounts/${i}/SIP/CredentialLists/${n}/Credentials.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["username"]===null||i["username"]===undefined){throw new Error("Required parameter \"params['username']\" missing.")}if(i["password"]===null||i["password"]===undefined){throw new Error("Required parameter \"params['password']\" missing.")}let s={};s["Username"]=i["username"];s["Password"]=i["password"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e,instance._solution.accountSid,instance._solution.credentialListSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e,this._solution.accountSid,this._solution.credentialListSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},72198:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DomainPage=i.DomainListInstance=i.DomainInstance=i.DomainContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(81039);const _=n(29456);const g=n(99642);class DomainContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/SIP/Domains/${n}.json`}get auth(){this._auth=this._auth||(0,f.AuthTypesListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._auth}get credentialListMappings(){this._credentialListMappings=this._credentialListMappings||(0,_.CredentialListMappingListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._credentialListMappings}get ipAccessControlListMappings(){this._ipAccessControlListMappings=this._ipAccessControlListMappings||(0,g.IpAccessControlListMappingListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._ipAccessControlListMappings}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DomainInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceStatusCallbackMethod"]!==undefined)n["VoiceStatusCallbackMethod"]=e["voiceStatusCallbackMethod"];if(e["voiceStatusCallbackUrl"]!==undefined)n["VoiceStatusCallbackUrl"]=e["voiceStatusCallbackUrl"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];if(e["sipRegistration"]!==undefined)n["SipRegistration"]=c.bool(e["sipRegistration"]);if(e["domainName"]!==undefined)n["DomainName"]=e["domainName"];if(e["emergencyCallingEnabled"]!==undefined)n["EmergencyCallingEnabled"]=c.bool(e["emergencyCallingEnabled"]);if(e["secure"]!==undefined)n["Secure"]=c.bool(e["secure"]);if(e["byocTrunkSid"]!==undefined)n["ByocTrunkSid"]=e["byocTrunkSid"];if(e["emergencyCallerSid"]!==undefined)n["EmergencyCallerSid"]=e["emergencyCallerSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DomainInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DomainContextImpl=DomainContextImpl;class DomainInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.authType=i.auth_type;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.domainName=i.domain_name;this.friendlyName=i.friendly_name;this.sid=i.sid;this.uri=i.uri;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceStatusCallbackMethod=i.voice_status_callback_method;this.voiceStatusCallbackUrl=i.voice_status_callback_url;this.voiceUrl=i.voice_url;this.subresourceUris=i.subresource_uris;this.sipRegistration=i.sip_registration;this.emergencyCallingEnabled=i.emergency_calling_enabled;this.secure=i.secure;this.byocTrunkSid=i.byoc_trunk_sid;this.emergencyCallerSid=i.emergency_caller_sid;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DomainContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}auth(){return this._proxy.auth}credentialListMappings(){return this._proxy.credentialListMappings}ipAccessControlListMappings(){return this._proxy.ipAccessControlListMappings}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,authType:this.authType,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,domainName:this.domainName,friendlyName:this.friendlyName,sid:this.sid,uri:this.uri,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceStatusCallbackMethod:this.voiceStatusCallbackMethod,voiceStatusCallbackUrl:this.voiceStatusCallbackUrl,voiceUrl:this.voiceUrl,subresourceUris:this.subresourceUris,sipRegistration:this.sipRegistration,emergencyCallingEnabled:this.emergencyCallingEnabled,secure:this.secure,byocTrunkSid:this.byocTrunkSid,emergencyCallerSid:this.emergencyCallerSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DomainInstance=DomainInstance;function DomainListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DomainContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/SIP/Domains.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["domainName"]===null||i["domainName"]===undefined){throw new Error("Required parameter \"params['domainName']\" missing.")}let s={};s["DomainName"]=i["domainName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["voiceUrl"]!==undefined)s["VoiceUrl"]=i["voiceUrl"];if(i["voiceMethod"]!==undefined)s["VoiceMethod"]=i["voiceMethod"];if(i["voiceFallbackUrl"]!==undefined)s["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceFallbackMethod"]!==undefined)s["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["voiceStatusCallbackUrl"]!==undefined)s["VoiceStatusCallbackUrl"]=i["voiceStatusCallbackUrl"];if(i["voiceStatusCallbackMethod"]!==undefined)s["VoiceStatusCallbackMethod"]=i["voiceStatusCallbackMethod"];if(i["sipRegistration"]!==undefined)s["SipRegistration"]=c.bool(i["sipRegistration"]);if(i["emergencyCallingEnabled"]!==undefined)s["EmergencyCallingEnabled"]=c.bool(i["emergencyCallingEnabled"]);if(i["secure"]!==undefined)s["Secure"]=c.bool(i["secure"]);if(i["byocTrunkSid"]!==undefined)s["ByocTrunkSid"]=i["byocTrunkSid"];if(i["emergencyCallerSid"]!==undefined)s["EmergencyCallerSid"]=i["emergencyCallerSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DomainInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DomainPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DomainPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DomainListInstance=DomainListInstance;class DomainPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DomainInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DomainPage=DomainPage},81039:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AuthTypesListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(21563);const u=n(53991);function AuthTypesListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const r={};r._version=e;r._solution={accountSid:i,domainSid:n};r._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth.json`;Object.defineProperty(r,"calls",{get:function calls(){if(!r._calls){r._calls=(0,c.AuthTypeCallsListInstance)(r._version,r._solution.accountSid,r._solution.domainSid)}return r._calls}});Object.defineProperty(r,"registrations",{get:function registrations(){if(!r._registrations){r._registrations=(0,u.AuthTypeRegistrationsListInstance)(r._version,r._solution.accountSid,r._solution.domainSid)}return r._registrations}});r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.AuthTypesListInstance=AuthTypesListInstance},21563:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AuthTypeCallsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(50368);const u=n(50249);function AuthTypeCallsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const r={};r._version=e;r._solution={accountSid:i,domainSid:n};r._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Calls.json`;Object.defineProperty(r,"credentialListMappings",{get:function credentialListMappings(){if(!r._credentialListMappings){r._credentialListMappings=(0,c.AuthCallsCredentialListMappingListInstance)(r._version,r._solution.accountSid,r._solution.domainSid)}return r._credentialListMappings}});Object.defineProperty(r,"ipAccessControlListMappings",{get:function ipAccessControlListMappings(){if(!r._ipAccessControlListMappings){r._ipAccessControlListMappings=(0,u.AuthCallsIpAccessControlListMappingListInstance)(r._version,r._solution.accountSid,r._solution.domainSid)}return r._ipAccessControlListMappings}});r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.AuthTypeCallsListInstance=AuthTypeCallsListInstance},50368:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthCallsCredentialListMappingPage=i.AuthCallsCredentialListMappingListInstance=i.AuthCallsCredentialListMappingInstance=i.AuthCallsCredentialListMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AuthCallsCredentialListMappingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,domainSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Calls/CredentialListMappings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthCallsCredentialListMappingInstance(n,e,i._solution.accountSid,i._solution.domainSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsCredentialListMappingContextImpl=AuthCallsCredentialListMappingContextImpl;class AuthCallsCredentialListMappingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this._solution={accountSid:n,domainSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AuthCallsCredentialListMappingContextImpl(this._version,this._solution.accountSid,this._solution.domainSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsCredentialListMappingInstance=AuthCallsCredentialListMappingInstance;function AuthCallsCredentialListMappingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AuthCallsCredentialListMappingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,domainSid:n};instance._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Calls/CredentialListMappings.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["credentialListSid"]===null||i["credentialListSid"]===undefined){throw new Error("Required parameter \"params['credentialListSid']\" missing.")}let s={};s["CredentialListSid"]=i["credentialListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AuthCallsCredentialListMappingInstance(o,e,instance._solution.accountSid,instance._solution.domainSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthCallsCredentialListMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthCallsCredentialListMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthCallsCredentialListMappingListInstance=AuthCallsCredentialListMappingListInstance;class AuthCallsCredentialListMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthCallsCredentialListMappingInstance(this._version,e,this._solution.accountSid,this._solution.domainSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsCredentialListMappingPage=AuthCallsCredentialListMappingPage},50249:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthCallsIpAccessControlListMappingPage=i.AuthCallsIpAccessControlListMappingListInstance=i.AuthCallsIpAccessControlListMappingInstance=i.AuthCallsIpAccessControlListMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AuthCallsIpAccessControlListMappingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,domainSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Calls/IpAccessControlListMappings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthCallsIpAccessControlListMappingInstance(n,e,i._solution.accountSid,i._solution.domainSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsIpAccessControlListMappingContextImpl=AuthCallsIpAccessControlListMappingContextImpl;class AuthCallsIpAccessControlListMappingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this._solution={accountSid:n,domainSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AuthCallsIpAccessControlListMappingContextImpl(this._version,this._solution.accountSid,this._solution.domainSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsIpAccessControlListMappingInstance=AuthCallsIpAccessControlListMappingInstance;function AuthCallsIpAccessControlListMappingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AuthCallsIpAccessControlListMappingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,domainSid:n};instance._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Calls/IpAccessControlListMappings.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["ipAccessControlListSid"]===null||i["ipAccessControlListSid"]===undefined){throw new Error("Required parameter \"params['ipAccessControlListSid']\" missing.")}let s={};s["IpAccessControlListSid"]=i["ipAccessControlListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AuthCallsIpAccessControlListMappingInstance(o,e,instance._solution.accountSid,instance._solution.domainSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthCallsIpAccessControlListMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthCallsIpAccessControlListMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthCallsIpAccessControlListMappingListInstance=AuthCallsIpAccessControlListMappingListInstance;class AuthCallsIpAccessControlListMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthCallsIpAccessControlListMappingInstance(this._version,e,this._solution.accountSid,this._solution.domainSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthCallsIpAccessControlListMappingPage=AuthCallsIpAccessControlListMappingPage},53991:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AuthTypeRegistrationsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(18589);function AuthTypeRegistrationsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const r={};r._version=e;r._solution={accountSid:i,domainSid:n};r._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Registrations.json`;Object.defineProperty(r,"credentialListMappings",{get:function credentialListMappings(){if(!r._credentialListMappings){r._credentialListMappings=(0,c.AuthRegistrationsCredentialListMappingListInstance)(r._version,r._solution.accountSid,r._solution.domainSid)}return r._credentialListMappings}});r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.AuthTypeRegistrationsListInstance=AuthTypeRegistrationsListInstance},18589:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthRegistrationsCredentialListMappingPage=i.AuthRegistrationsCredentialListMappingListInstance=i.AuthRegistrationsCredentialListMappingInstance=i.AuthRegistrationsCredentialListMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AuthRegistrationsCredentialListMappingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,domainSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Registrations/CredentialListMappings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthRegistrationsCredentialListMappingInstance(n,e,i._solution.accountSid,i._solution.domainSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthRegistrationsCredentialListMappingContextImpl=AuthRegistrationsCredentialListMappingContextImpl;class AuthRegistrationsCredentialListMappingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this._solution={accountSid:n,domainSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AuthRegistrationsCredentialListMappingContextImpl(this._version,this._solution.accountSid,this._solution.domainSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthRegistrationsCredentialListMappingInstance=AuthRegistrationsCredentialListMappingInstance;function AuthRegistrationsCredentialListMappingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AuthRegistrationsCredentialListMappingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,domainSid:n};instance._uri=`/Accounts/${i}/SIP/Domains/${n}/Auth/Registrations/CredentialListMappings.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["credentialListSid"]===null||i["credentialListSid"]===undefined){throw new Error("Required parameter \"params['credentialListSid']\" missing.")}let s={};s["CredentialListSid"]=i["credentialListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AuthRegistrationsCredentialListMappingInstance(o,e,instance._solution.accountSid,instance._solution.domainSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthRegistrationsCredentialListMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthRegistrationsCredentialListMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthRegistrationsCredentialListMappingListInstance=AuthRegistrationsCredentialListMappingListInstance;class AuthRegistrationsCredentialListMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthRegistrationsCredentialListMappingInstance(this._version,e,this._solution.accountSid,this._solution.domainSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthRegistrationsCredentialListMappingPage=AuthRegistrationsCredentialListMappingPage},29456:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialListMappingPage=i.CredentialListMappingListInstance=i.CredentialListMappingInstance=i.CredentialListMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialListMappingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,domainSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/Domains/${n}/CredentialListMappings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialListMappingInstance(n,e,i._solution.accountSid,i._solution.domainSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListMappingContextImpl=CredentialListMappingContextImpl;class CredentialListMappingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.domainSid=i.domain_sid;this.friendlyName=i.friendly_name;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,domainSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new CredentialListMappingContextImpl(this._version,this._solution.accountSid,this._solution.domainSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,domainSid:this.domainSid,friendlyName:this.friendlyName,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListMappingInstance=CredentialListMappingInstance;function CredentialListMappingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new CredentialListMappingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,domainSid:n};instance._uri=`/Accounts/${i}/SIP/Domains/${n}/CredentialListMappings.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["credentialListSid"]===null||i["credentialListSid"]===undefined){throw new Error("Required parameter \"params['credentialListSid']\" missing.")}let s={};s["CredentialListSid"]=i["credentialListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialListMappingInstance(o,e,instance._solution.accountSid,instance._solution.domainSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialListMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialListMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListMappingListInstance=CredentialListMappingListInstance;class CredentialListMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialListMappingInstance(this._version,e,this._solution.accountSid,this._solution.domainSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListMappingPage=CredentialListMappingPage},99642:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpAccessControlListMappingPage=i.IpAccessControlListMappingListInstance=i.IpAccessControlListMappingInstance=i.IpAccessControlListMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class IpAccessControlListMappingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,domainSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/Domains/${n}/IpAccessControlListMappings/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpAccessControlListMappingInstance(n,e,i._solution.accountSid,i._solution.domainSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListMappingContextImpl=IpAccessControlListMappingContextImpl;class IpAccessControlListMappingInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.domainSid=i.domain_sid;this.friendlyName=i.friendly_name;this.sid=i.sid;this.uri=i.uri;this._solution={accountSid:n,domainSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new IpAccessControlListMappingContextImpl(this._version,this._solution.accountSid,this._solution.domainSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,domainSid:this.domainSid,friendlyName:this.friendlyName,sid:this.sid,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListMappingInstance=IpAccessControlListMappingInstance;function IpAccessControlListMappingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'domainSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new IpAccessControlListMappingContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,domainSid:n};instance._uri=`/Accounts/${i}/SIP/Domains/${n}/IpAccessControlListMappings.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["ipAccessControlListSid"]===null||i["ipAccessControlListSid"]===undefined){throw new Error("Required parameter \"params['ipAccessControlListSid']\" missing.")}let s={};s["IpAccessControlListSid"]=i["ipAccessControlListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpAccessControlListMappingInstance(o,e,instance._solution.accountSid,instance._solution.domainSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpAccessControlListMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpAccessControlListMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpAccessControlListMappingListInstance=IpAccessControlListMappingListInstance;class IpAccessControlListMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpAccessControlListMappingInstance(this._version,e,this._solution.accountSid,this._solution.domainSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListMappingPage=IpAccessControlListMappingPage},5319:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpAccessControlListPage=i.IpAccessControlListListInstance=i.IpAccessControlListInstance=i.IpAccessControlListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(78465);class IpAccessControlListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/SIP/IpAccessControlLists/${n}.json`}get ipAddresses(){this._ipAddresses=this._ipAddresses||(0,f.IpAddressListInstance)(this._version,this._solution.accountSid,this._solution.sid);return this._ipAddresses}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpAccessControlListInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new IpAccessControlListInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListContextImpl=IpAccessControlListContextImpl;class IpAccessControlListInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new IpAccessControlListContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}ipAddresses(){return this._proxy.ipAddresses}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,subresourceUris:this.subresourceUris,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListInstance=IpAccessControlListInstance;function IpAccessControlListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new IpAccessControlListContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/SIP/IpAccessControlLists.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpAccessControlListInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpAccessControlListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpAccessControlListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpAccessControlListListInstance=IpAccessControlListListInstance;class IpAccessControlListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpAccessControlListInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListPage=IpAccessControlListPage},78465:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpAddressPage=i.IpAddressListInstance=i.IpAddressInstance=i.IpAddressContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class IpAddressContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'ipAccessControlListSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,ipAccessControlListSid:n,sid:s};this._uri=`/Accounts/${i}/SIP/IpAccessControlLists/${n}/IpAddresses/${s}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpAddressInstance(n,e,i._solution.accountSid,i._solution.ipAccessControlListSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["ipAddress"]!==undefined)n["IpAddress"]=e["ipAddress"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["cidrPrefixLength"]!==undefined)n["CidrPrefixLength"]=e["cidrPrefixLength"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new IpAddressInstance(o,e,r._solution.accountSid,r._solution.ipAccessControlListSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAddressContextImpl=IpAddressContextImpl;class IpAddressInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.ipAddress=i.ip_address;this.cidrPrefixLength=a.integer(i.cidr_prefix_length);this.ipAccessControlListSid=i.ip_access_control_list_sid;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.uri=i.uri;this._solution={accountSid:n,ipAccessControlListSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new IpAddressContextImpl(this._version,this._solution.accountSid,this._solution.ipAccessControlListSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,ipAddress:this.ipAddress,cidrPrefixLength:this.cidrPrefixLength,ipAccessControlListSid:this.ipAccessControlListSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAddressInstance=IpAddressInstance;function IpAddressListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'ipAccessControlListSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new IpAddressContextImpl(e,i,n,s)};instance._version=e;instance._solution={accountSid:i,ipAccessControlListSid:n};instance._uri=`/Accounts/${i}/SIP/IpAccessControlLists/${n}/IpAddresses.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["ipAddress"]===null||i["ipAddress"]===undefined){throw new Error("Required parameter \"params['ipAddress']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["IpAddress"]=i["ipAddress"];if(i["cidrPrefixLength"]!==undefined)s["CidrPrefixLength"]=i["cidrPrefixLength"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpAddressInstance(o,e,instance._solution.accountSid,instance._solution.ipAccessControlListSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpAddressPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpAddressPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpAddressListInstance=IpAddressListInstance;class IpAddressPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpAddressInstance(this._version,e,this._solution.accountSid,this._solution.ipAccessControlListSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAddressPage=IpAddressPage},87639:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TokenInstance=i.TokenListInstance=i.ApiV2010AccountTokenIceServers=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ApiV2010AccountTokenIceServers{}i.ApiV2010AccountTokenIceServers=ApiV2010AccountTokenIceServers;function TokenListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Tokens.json`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["ttl"]!==undefined)r["Ttl"]=i["ttl"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new TokenInstance(a,e,n._solution.accountSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.TokenListInstance=TokenListInstance;class TokenInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=r.rfc2822DateTime(i.date_created);this.dateUpdated=r.rfc2822DateTime(i.date_updated);this.iceServers=i.ice_servers;this.password=i.password;this.ttl=i.ttl;this.username=i.username}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,iceServers:this.iceServers,password:this.password,ttl:this.ttl,username:this.username}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TokenInstance=TokenInstance},84673:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TranscriptionPage=i.TranscriptionListInstance=i.TranscriptionInstance=i.TranscriptionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TranscriptionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Transcriptions/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TranscriptionInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionContextImpl=TranscriptionContextImpl;class TranscriptionInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.duration=i.duration;this.price=i.price;this.priceUnit=i.price_unit;this.recordingSid=i.recording_sid;this.sid=i.sid;this.status=i.status;this.transcriptionText=i.transcription_text;this.type=i.type;this.uri=i.uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TranscriptionContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,duration:this.duration,price:this.price,priceUnit:this.priceUnit,recordingSid:this.recordingSid,sid:this.sid,status:this.status,transcriptionText:this.transcriptionText,type:this.type,uri:this.uri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionInstance=TranscriptionInstance;function TranscriptionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TranscriptionContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Transcriptions.json`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TranscriptionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TranscriptionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TranscriptionListInstance=TranscriptionListInstance;class TranscriptionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TranscriptionInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptionPage=TranscriptionPage},22812:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UsageListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(35284);const u=n(36431);function UsageListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage.json`;Object.defineProperty(n,"records",{get:function records(){if(!n._records){n._records=(0,c.RecordListInstance)(n._version,n._solution.accountSid)}return n._records}});Object.defineProperty(n,"triggers",{get:function triggers(){if(!n._triggers){n._triggers=(0,u.TriggerListInstance)(n._version,n._solution.accountSid)}return n._triggers}});n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.UsageListInstance=UsageListInstance},35284:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RecordPage=i.RecordInstance=i.RecordListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(31425);const _=n(82870);const g=n(94550);const v=n(95054);const S=n(5046);const b=n(68529);const P=n(7563);const C=n(11821);function RecordListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records.json`;Object.defineProperty(n,"allTime",{get:function allTime(){if(!n._allTime){n._allTime=(0,f.AllTimeListInstance)(n._version,n._solution.accountSid)}return n._allTime}});Object.defineProperty(n,"daily",{get:function daily(){if(!n._daily){n._daily=(0,_.DailyListInstance)(n._version,n._solution.accountSid)}return n._daily}});Object.defineProperty(n,"lastMonth",{get:function lastMonth(){if(!n._lastMonth){n._lastMonth=(0,g.LastMonthListInstance)(n._version,n._solution.accountSid)}return n._lastMonth}});Object.defineProperty(n,"monthly",{get:function monthly(){if(!n._monthly){n._monthly=(0,v.MonthlyListInstance)(n._version,n._solution.accountSid)}return n._monthly}});Object.defineProperty(n,"thisMonth",{get:function thisMonth(){if(!n._thisMonth){n._thisMonth=(0,S.ThisMonthListInstance)(n._version,n._solution.accountSid)}return n._thisMonth}});Object.defineProperty(n,"today",{get:function today(){if(!n._today){n._today=(0,b.TodayListInstance)(n._version,n._solution.accountSid)}return n._today}});Object.defineProperty(n,"yearly",{get:function yearly(){if(!n._yearly){n._yearly=(0,P.YearlyListInstance)(n._version,n._solution.accountSid)}return n._yearly}});Object.defineProperty(n,"yesterday",{get:function yesterday(){if(!n._yesterday){n._yesterday=(0,C.YesterdayListInstance)(n._version,n._solution.accountSid)}return n._yesterday}});n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new RecordPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new RecordPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.RecordListInstance=RecordListInstance;class RecordInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordInstance=RecordInstance;class RecordPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RecordInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordPage=RecordPage},31425:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AllTimePage=i.AllTimeInstance=i.AllTimeListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function AllTimeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/AllTime.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new AllTimePage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new AllTimePage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.AllTimeListInstance=AllTimeListInstance;class AllTimeInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AllTimeInstance=AllTimeInstance;class AllTimePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AllTimeInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AllTimePage=AllTimePage},82870:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DailyPage=i.DailyInstance=i.DailyListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function DailyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/Daily.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new DailyPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new DailyPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.DailyListInstance=DailyListInstance;class DailyInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DailyInstance=DailyInstance;class DailyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DailyInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DailyPage=DailyPage},94550:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.LastMonthPage=i.LastMonthInstance=i.LastMonthListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function LastMonthListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/LastMonth.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new LastMonthPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new LastMonthPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.LastMonthListInstance=LastMonthListInstance;class LastMonthInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LastMonthInstance=LastMonthInstance;class LastMonthPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new LastMonthInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LastMonthPage=LastMonthPage},95054:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MonthlyPage=i.MonthlyInstance=i.MonthlyListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function MonthlyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/Monthly.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new MonthlyPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new MonthlyPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.MonthlyListInstance=MonthlyListInstance;class MonthlyInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MonthlyInstance=MonthlyInstance;class MonthlyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MonthlyInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MonthlyPage=MonthlyPage},5046:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ThisMonthPage=i.ThisMonthInstance=i.ThisMonthListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function ThisMonthListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/ThisMonth.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new ThisMonthPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new ThisMonthPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.ThisMonthListInstance=ThisMonthListInstance;class ThisMonthInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ThisMonthInstance=ThisMonthInstance;class ThisMonthPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ThisMonthInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ThisMonthPage=ThisMonthPage},68529:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TodayPage=i.TodayInstance=i.TodayListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function TodayListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/Today.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new TodayPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new TodayPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.TodayListInstance=TodayListInstance;class TodayInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TodayInstance=TodayInstance;class TodayPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TodayInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TodayPage=TodayPage},7563:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.YearlyPage=i.YearlyInstance=i.YearlyListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function YearlyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/Yearly.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new YearlyPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new YearlyPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.YearlyListInstance=YearlyListInstance;class YearlyInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.YearlyInstance=YearlyInstance;class YearlyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new YearlyInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.YearlyPage=YearlyPage},11821:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.YesterdayPage=i.YesterdayInstance=i.YesterdayListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function YesterdayListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/Usage/Records/Yesterday.json`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["category"]!==undefined)r["Category"]=i["category"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601Date(i["endDate"]);if(i["includeSubaccounts"]!==undefined)r["IncludeSubaccounts"]=c.bool(i["includeSubaccounts"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new YesterdayPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new YesterdayPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.YesterdayListInstance=YesterdayListInstance;class YesterdayInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.asOf=i.as_of;this.category=i.category;this.count=i.count;this.countUnit=i.count_unit;this.description=i.description;this.endDate=a.iso8601Date(i.end_date);this.price=i.price;this.priceUnit=i.price_unit;this.startDate=a.iso8601Date(i.start_date);this.subresourceUris=i.subresource_uris;this.uri=i.uri;this.usage=i.usage;this.usageUnit=i.usage_unit}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,asOf:this.asOf,category:this.category,count:this.count,countUnit:this.countUnit,description:this.description,endDate:this.endDate,price:this.price,priceUnit:this.priceUnit,startDate:this.startDate,subresourceUris:this.subresourceUris,uri:this.uri,usage:this.usage,usageUnit:this.usageUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.YesterdayInstance=YesterdayInstance;class YesterdayPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new YesterdayInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.YesterdayPage=YesterdayPage},36431:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TriggerPage=i.TriggerListInstance=i.TriggerInstance=i.TriggerContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TriggerContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={accountSid:i,sid:n};this._uri=`/Accounts/${i}/Usage/Triggers/${n}.json`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TriggerInstance(n,e,i._solution.accountSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["callbackMethod"]!==undefined)n["CallbackMethod"]=e["callbackMethod"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TriggerInstance(o,e,r._solution.accountSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TriggerContextImpl=TriggerContextImpl;class TriggerInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.apiVersion=i.api_version;this.callbackMethod=i.callback_method;this.callbackUrl=i.callback_url;this.currentValue=i.current_value;this.dateCreated=a.rfc2822DateTime(i.date_created);this.dateFired=a.rfc2822DateTime(i.date_fired);this.dateUpdated=a.rfc2822DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.recurring=i.recurring;this.sid=i.sid;this.triggerBy=i.trigger_by;this.triggerValue=i.trigger_value;this.uri=i.uri;this.usageCategory=i.usage_category;this.usageRecordUri=i.usage_record_uri;this._solution={accountSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TriggerContextImpl(this._version,this._solution.accountSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,apiVersion:this.apiVersion,callbackMethod:this.callbackMethod,callbackUrl:this.callbackUrl,currentValue:this.currentValue,dateCreated:this.dateCreated,dateFired:this.dateFired,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,recurring:this.recurring,sid:this.sid,triggerBy:this.triggerBy,triggerValue:this.triggerValue,uri:this.uri,usageCategory:this.usageCategory,usageRecordUri:this.usageRecordUri}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TriggerInstance=TriggerInstance;function TriggerListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TriggerContextImpl(e,i,n)};instance._version=e;instance._solution={accountSid:i};instance._uri=`/Accounts/${i}/Usage/Triggers.json`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["callbackUrl"]===null||i["callbackUrl"]===undefined){throw new Error("Required parameter \"params['callbackUrl']\" missing.")}if(i["triggerValue"]===null||i["triggerValue"]===undefined){throw new Error("Required parameter \"params['triggerValue']\" missing.")}if(i["usageCategory"]===null||i["usageCategory"]===undefined){throw new Error("Required parameter \"params['usageCategory']\" missing.")}let s={};s["CallbackUrl"]=i["callbackUrl"];s["TriggerValue"]=i["triggerValue"];s["UsageCategory"]=i["usageCategory"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["recurring"]!==undefined)s["Recurring"]=i["recurring"];if(i["triggerBy"]!==undefined)s["TriggerBy"]=i["triggerBy"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TriggerInstance(o,e,instance._solution.accountSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["recurring"]!==undefined)s["Recurring"]=i["recurring"];if(i["triggerBy"]!==undefined)s["TriggerBy"]=i["triggerBy"];if(i["usageCategory"]!==undefined)s["UsageCategory"]=i["usageCategory"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TriggerPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TriggerPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TriggerListInstance=TriggerListInstance;class TriggerPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TriggerInstance(this._version,e,this._solution.accountSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TriggerPage=TriggerPage},86218:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ValidationRequestInstance=i.ValidationRequestListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function ValidationRequestListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'accountSid' is not valid.")}const n={};n._version=e;n._solution={accountSid:i};n._uri=`/Accounts/${i}/OutgoingCallerIds.json`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let r={};r["PhoneNumber"]=i["phoneNumber"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["callDelay"]!==undefined)r["CallDelay"]=i["callDelay"];if(i["extension"]!==undefined)r["Extension"]=i["extension"];if(i["statusCallback"]!==undefined)r["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)r["StatusCallbackMethod"]=i["statusCallbackMethod"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new ValidationRequestInstance(a,e,n._solution.accountSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.ValidationRequestListInstance=ValidationRequestListInstance;class ValidationRequestInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.friendlyName=i.friendly_name;this.phoneNumber=i.phone_number;this.validationCode=i.validation_code}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,friendlyName:this.friendlyName,phoneNumber:this.phoneNumber,validationCode:this.validationCode}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ValidationRequestInstance=ValidationRequestInstance},51999:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(45832);const a=n(21256);class V1 extends r.default{constructor(e){super(e,"v1")}get exports(){this._exports=this._exports||(0,o.ExportListInstance)(this);return this._exports}get exportConfiguration(){this._exportConfiguration=this._exportConfiguration||(0,a.ExportConfigurationListInstance)(this);return this._exportConfiguration}}i["default"]=V1},45832:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExportListInstance=i.ExportInstance=i.ExportContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(30521);const u=n(64555);const f=n(62753);class ExportContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'resourceType' is not valid.")}this._solution={resourceType:i};this._uri=`/Exports/${i}`}get days(){this._days=this._days||(0,c.DayListInstance)(this._version,this._solution.resourceType);return this._days}get exportCustomJobs(){this._exportCustomJobs=this._exportCustomJobs||(0,u.ExportCustomJobListInstance)(this._version,this._solution.resourceType);return this._exportCustomJobs}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExportInstance(n,e,i._solution.resourceType)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExportContextImpl=ExportContextImpl;class ExportInstance{constructor(e,i,n){this._version=e;this.resourceType=i.resource_type;this.url=i.url;this.links=i.links;this._solution={resourceType:n||this.resourceType}}get _proxy(){this._context=this._context||new ExportContextImpl(this._version,this._solution.resourceType);return this._context}fetch(e){return this._proxy.fetch(e)}days(){return this._proxy.days}exportCustomJobs(){return this._proxy.exportCustomJobs}toJSON(){return{resourceType:this.resourceType,url:this.url,links:this.links}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExportInstance=ExportInstance;function ExportListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ExportContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Exports`;Object.defineProperty(instance,"jobs",{get:function jobs(){if(!instance._jobs){instance._jobs=(0,f.JobListInstance)(instance._version)}return instance._jobs}});instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExportListInstance=ExportListInstance},30521:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DayPage=i.DayListInstance=i.DayInstance=i.DayContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DayContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'resourceType' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'day' is not valid.")}this._solution={resourceType:i,day:n};this._uri=`/Exports/${i}/Days/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DayInstance(n,e,i._solution.resourceType,i._solution.day)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DayContextImpl=DayContextImpl;class DayInstance{constructor(e,i,n,s){this._version=e;this.redirectTo=i.redirect_to;this.day=i.day;this.size=a.integer(i.size);this.createDate=i.create_date;this.friendlyName=i.friendly_name;this.resourceType=i.resource_type;this._solution={resourceType:n,day:s||this.day}}get _proxy(){this._context=this._context||new DayContextImpl(this._version,this._solution.resourceType,this._solution.day);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{redirectTo:this.redirectTo,day:this.day,size:this.size,createDate:this.createDate,friendlyName:this.friendlyName,resourceType:this.resourceType}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DayInstance=DayInstance;function DayListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'resourceType' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DayContextImpl(e,i,n)};instance._version=e;instance._solution={resourceType:i};instance._uri=`/Exports/${i}/Days`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DayPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DayPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DayListInstance=DayListInstance;class DayPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DayInstance(this._version,e,this._solution.resourceType)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DayPage=DayPage},64555:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ExportCustomJobPage=i.ExportCustomJobInstance=i.ExportCustomJobListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function ExportCustomJobListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'resourceType' is not valid.")}const n={};n._version=e;n._solution={resourceType:i};n._uri=`/Exports/${i}/Jobs`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["startDay"]===null||i["startDay"]===undefined){throw new Error("Required parameter \"params['startDay']\" missing.")}if(i["endDay"]===null||i["endDay"]===undefined){throw new Error("Required parameter \"params['endDay']\" missing.")}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let r={};r["StartDay"]=i["startDay"];r["EndDay"]=i["endDay"];r["FriendlyName"]=i["friendlyName"];if(i["webhookUrl"]!==undefined)r["WebhookUrl"]=i["webhookUrl"];if(i["webhookMethod"]!==undefined)r["WebhookMethod"]=i["webhookMethod"];if(i["email"]!==undefined)r["Email"]=i["email"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new ExportCustomJobInstance(a,e,n._solution.resourceType)));c=n._version.setPromiseCallback(c,s);return c};n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new ExportCustomJobPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new ExportCustomJobPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.ExportCustomJobListInstance=ExportCustomJobListInstance;class ExportCustomJobInstance{constructor(e,i,n){this._version=e;this.friendlyName=i.friendly_name;this.resourceType=i.resource_type;this.startDay=i.start_day;this.endDay=i.end_day;this.webhookUrl=i.webhook_url;this.webhookMethod=i.webhook_method;this.email=i.email;this.jobSid=i.job_sid;this.details=i.details;this.jobQueuePosition=i.job_queue_position;this.estimatedCompletionTime=i.estimated_completion_time}toJSON(){return{friendlyName:this.friendlyName,resourceType:this.resourceType,startDay:this.startDay,endDay:this.endDay,webhookUrl:this.webhookUrl,webhookMethod:this.webhookMethod,email:this.email,jobSid:this.jobSid,details:this.details,jobQueuePosition:this.jobQueuePosition,estimatedCompletionTime:this.estimatedCompletionTime}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExportCustomJobInstance=ExportCustomJobInstance;class ExportCustomJobPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ExportCustomJobInstance(this._version,e,this._solution.resourceType)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExportCustomJobPage=ExportCustomJobPage},62753:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.JobListInstance=i.JobInstance=i.JobContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class JobContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'jobSid' is not valid.")}this._solution={jobSid:i};this._uri=`/Exports/Jobs/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new JobInstance(n,e,i._solution.jobSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.JobContextImpl=JobContextImpl;class JobInstance{constructor(e,i,n){this._version=e;this.resourceType=i.resource_type;this.friendlyName=i.friendly_name;this.details=i.details;this.startDay=i.start_day;this.endDay=i.end_day;this.jobSid=i.job_sid;this.webhookUrl=i.webhook_url;this.webhookMethod=i.webhook_method;this.email=i.email;this.url=i.url;this.jobQueuePosition=i.job_queue_position;this.estimatedCompletionTime=i.estimated_completion_time;this._solution={jobSid:n||this.jobSid}}get _proxy(){this._context=this._context||new JobContextImpl(this._version,this._solution.jobSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{resourceType:this.resourceType,friendlyName:this.friendlyName,details:this.details,startDay:this.startDay,endDay:this.endDay,jobSid:this.jobSid,webhookUrl:this.webhookUrl,webhookMethod:this.webhookMethod,email:this.email,url:this.url,jobQueuePosition:this.jobQueuePosition,estimatedCompletionTime:this.estimatedCompletionTime}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.JobInstance=JobInstance;function JobListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new JobContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.JobListInstance=JobListInstance},21256:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExportConfigurationListInstance=i.ExportConfigurationInstance=i.ExportConfigurationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ExportConfigurationContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'resourceType' is not valid.")}this._solution={resourceType:i};this._uri=`/Exports/${i}/Configuration`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExportConfigurationInstance(n,e,i._solution.resourceType)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["enabled"]!==undefined)n["Enabled"]=o.bool(e["enabled"]);if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new ExportConfigurationInstance(a,e,r._solution.resourceType)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExportConfigurationContextImpl=ExportConfigurationContextImpl;class ExportConfigurationInstance{constructor(e,i,n){this._version=e;this.enabled=i.enabled;this.webhookUrl=i.webhook_url;this.webhookMethod=i.webhook_method;this.resourceType=i.resource_type;this.url=i.url;this._solution={resourceType:n||this.resourceType}}get _proxy(){this._context=this._context||new ExportConfigurationContextImpl(this._version,this._solution.resourceType);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{enabled:this.enabled,webhookUrl:this.webhookUrl,webhookMethod:this.webhookMethod,resourceType:this.resourceType,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExportConfigurationInstance=ExportConfigurationInstance;function ExportConfigurationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ExportConfigurationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExportConfigurationListInstance=ExportConfigurationListInstance},21772:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(6421);const a=n(41460);class V1 extends r.default{constructor(e){super(e,"v1")}get credentials(){this._credentials=this._credentials||(0,o.CredentialListInstance)(this);return this._credentials}get services(){this._services=this._services||(0,a.ServiceListInstance)(this);return this._services}}i["default"]=V1},65979:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(15538);const a=n(50326);class V2 extends r.default{constructor(e){super(e,"v2")}get credentials(){this._credentials=this._credentials||(0,o.CredentialListInstance)(this);return this._credentials}get services(){this._services=this._services||(0,a.ServiceListInstance)(this);return this._services}}i["default"]=V2},33547:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(43786);class V3 extends r.default{constructor(e){super(e,"v3")}get channels(){this._channels=this._channels||(0,o.ChannelListInstance)(this);return this._channels}}i["default"]=V3},6421:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},41460:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(15715);const _=n(92186);const g=n(54100);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get channels(){this._channels=this._channels||(0,f.ChannelListInstance)(this._version,this._solution.sid);return this._channels}get roles(){this._roles=this._roles||(0,_.RoleListInstance)(this._version,this._solution.sid);return this._roles}get users(){this._users=this._users||(0,g.UserListInstance)(this._version,this._solution.sid);return this._users}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["defaultServiceRoleSid"]!==undefined)n["DefaultServiceRoleSid"]=e["defaultServiceRoleSid"];if(e["defaultChannelRoleSid"]!==undefined)n["DefaultChannelRoleSid"]=e["defaultChannelRoleSid"];if(e["defaultChannelCreatorRoleSid"]!==undefined)n["DefaultChannelCreatorRoleSid"]=e["defaultChannelCreatorRoleSid"];if(e["readStatusEnabled"]!==undefined)n["ReadStatusEnabled"]=c.bool(e["readStatusEnabled"]);if(e["reachabilityEnabled"]!==undefined)n["ReachabilityEnabled"]=c.bool(e["reachabilityEnabled"]);if(e["typingIndicatorTimeout"]!==undefined)n["TypingIndicatorTimeout"]=e["typingIndicatorTimeout"];if(e["consumptionReportInterval"]!==undefined)n["ConsumptionReportInterval"]=e["consumptionReportInterval"];if(e["notifications.newMessage.enabled"]!==undefined)n["Notifications.NewMessage.Enabled"]=c.bool(e["notifications.newMessage.enabled"]);if(e["notifications.newMessage.template"]!==undefined)n["Notifications.NewMessage.Template"]=e["notifications.newMessage.template"];if(e["notifications.addedToChannel.enabled"]!==undefined)n["Notifications.AddedToChannel.Enabled"]=c.bool(e["notifications.addedToChannel.enabled"]);if(e["notifications.addedToChannel.template"]!==undefined)n["Notifications.AddedToChannel.Template"]=e["notifications.addedToChannel.template"];if(e["notifications.removedFromChannel.enabled"]!==undefined)n["Notifications.RemovedFromChannel.Enabled"]=c.bool(e["notifications.removedFromChannel.enabled"]);if(e["notifications.removedFromChannel.template"]!==undefined)n["Notifications.RemovedFromChannel.Template"]=e["notifications.removedFromChannel.template"];if(e["notifications.invitedToChannel.enabled"]!==undefined)n["Notifications.InvitedToChannel.Enabled"]=c.bool(e["notifications.invitedToChannel.enabled"]);if(e["notifications.invitedToChannel.template"]!==undefined)n["Notifications.InvitedToChannel.Template"]=e["notifications.invitedToChannel.template"];if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];if(e["webhookFilters"]!==undefined)n["WebhookFilters"]=c.map(e["webhookFilters"],(e=>e));if(e["webhooks.onMessageSend.url"]!==undefined)n["Webhooks.OnMessageSend.Url"]=e["webhooks.onMessageSend.url"];if(e["webhooks.onMessageSend.method"]!==undefined)n["Webhooks.OnMessageSend.Method"]=e["webhooks.onMessageSend.method"];if(e["webhooks.onMessageUpdate.url"]!==undefined)n["Webhooks.OnMessageUpdate.Url"]=e["webhooks.onMessageUpdate.url"];if(e["webhooks.onMessageUpdate.method"]!==undefined)n["Webhooks.OnMessageUpdate.Method"]=e["webhooks.onMessageUpdate.method"];if(e["webhooks.onMessageRemove.url"]!==undefined)n["Webhooks.OnMessageRemove.Url"]=e["webhooks.onMessageRemove.url"];if(e["webhooks.onMessageRemove.method"]!==undefined)n["Webhooks.OnMessageRemove.Method"]=e["webhooks.onMessageRemove.method"];if(e["webhooks.onChannelAdd.url"]!==undefined)n["Webhooks.OnChannelAdd.Url"]=e["webhooks.onChannelAdd.url"];if(e["webhooks.onChannelAdd.method"]!==undefined)n["Webhooks.OnChannelAdd.Method"]=e["webhooks.onChannelAdd.method"];if(e["webhooks.onChannelDestroy.url"]!==undefined)n["Webhooks.OnChannelDestroy.Url"]=e["webhooks.onChannelDestroy.url"];if(e["webhooks.onChannelDestroy.method"]!==undefined)n["Webhooks.OnChannelDestroy.Method"]=e["webhooks.onChannelDestroy.method"];if(e["webhooks.onChannelUpdate.url"]!==undefined)n["Webhooks.OnChannelUpdate.Url"]=e["webhooks.onChannelUpdate.url"];if(e["webhooks.onChannelUpdate.method"]!==undefined)n["Webhooks.OnChannelUpdate.Method"]=e["webhooks.onChannelUpdate.method"];if(e["webhooks.onMemberAdd.url"]!==undefined)n["Webhooks.OnMemberAdd.Url"]=e["webhooks.onMemberAdd.url"];if(e["webhooks.onMemberAdd.method"]!==undefined)n["Webhooks.OnMemberAdd.Method"]=e["webhooks.onMemberAdd.method"];if(e["webhooks.onMemberRemove.url"]!==undefined)n["Webhooks.OnMemberRemove.Url"]=e["webhooks.onMemberRemove.url"];if(e["webhooks.onMemberRemove.method"]!==undefined)n["Webhooks.OnMemberRemove.Method"]=e["webhooks.onMemberRemove.method"];if(e["webhooks.onMessageSent.url"]!==undefined)n["Webhooks.OnMessageSent.Url"]=e["webhooks.onMessageSent.url"];if(e["webhooks.onMessageSent.method"]!==undefined)n["Webhooks.OnMessageSent.Method"]=e["webhooks.onMessageSent.method"];if(e["webhooks.onMessageUpdated.url"]!==undefined)n["Webhooks.OnMessageUpdated.Url"]=e["webhooks.onMessageUpdated.url"];if(e["webhooks.onMessageUpdated.method"]!==undefined)n["Webhooks.OnMessageUpdated.Method"]=e["webhooks.onMessageUpdated.method"];if(e["webhooks.onMessageRemoved.url"]!==undefined)n["Webhooks.OnMessageRemoved.Url"]=e["webhooks.onMessageRemoved.url"];if(e["webhooks.onMessageRemoved.method"]!==undefined)n["Webhooks.OnMessageRemoved.Method"]=e["webhooks.onMessageRemoved.method"];if(e["webhooks.onChannelAdded.url"]!==undefined)n["Webhooks.OnChannelAdded.Url"]=e["webhooks.onChannelAdded.url"];if(e["webhooks.onChannelAdded.method"]!==undefined)n["Webhooks.OnChannelAdded.Method"]=e["webhooks.onChannelAdded.method"];if(e["webhooks.onChannelDestroyed.url"]!==undefined)n["Webhooks.OnChannelDestroyed.Url"]=e["webhooks.onChannelDestroyed.url"];if(e["webhooks.onChannelDestroyed.method"]!==undefined)n["Webhooks.OnChannelDestroyed.Method"]=e["webhooks.onChannelDestroyed.method"];if(e["webhooks.onChannelUpdated.url"]!==undefined)n["Webhooks.OnChannelUpdated.Url"]=e["webhooks.onChannelUpdated.url"];if(e["webhooks.onChannelUpdated.method"]!==undefined)n["Webhooks.OnChannelUpdated.Method"]=e["webhooks.onChannelUpdated.method"];if(e["webhooks.onMemberAdded.url"]!==undefined)n["Webhooks.OnMemberAdded.Url"]=e["webhooks.onMemberAdded.url"];if(e["webhooks.onMemberAdded.method"]!==undefined)n["Webhooks.OnMemberAdded.Method"]=e["webhooks.onMemberAdded.method"];if(e["webhooks.onMemberRemoved.url"]!==undefined)n["Webhooks.OnMemberRemoved.Url"]=e["webhooks.onMemberRemoved.url"];if(e["webhooks.onMemberRemoved.method"]!==undefined)n["Webhooks.OnMemberRemoved.Method"]=e["webhooks.onMemberRemoved.method"];if(e["limits.channelMembers"]!==undefined)n["Limits.ChannelMembers"]=e["limits.channelMembers"];if(e["limits.userChannels"]!==undefined)n["Limits.UserChannels"]=e["limits.userChannels"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.defaultServiceRoleSid=i.default_service_role_sid;this.defaultChannelRoleSid=i.default_channel_role_sid;this.defaultChannelCreatorRoleSid=i.default_channel_creator_role_sid;this.readStatusEnabled=i.read_status_enabled;this.reachabilityEnabled=i.reachability_enabled;this.typingIndicatorTimeout=a.integer(i.typing_indicator_timeout);this.consumptionReportInterval=a.integer(i.consumption_report_interval);this.limits=i.limits;this.webhooks=i.webhooks;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.webhookMethod=i.webhook_method;this.webhookFilters=i.webhook_filters;this.notifications=i.notifications;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}channels(){return this._proxy.channels}roles(){return this._proxy.roles}users(){return this._proxy.users}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,defaultServiceRoleSid:this.defaultServiceRoleSid,defaultChannelRoleSid:this.defaultChannelRoleSid,defaultChannelCreatorRoleSid:this.defaultChannelCreatorRoleSid,readStatusEnabled:this.readStatusEnabled,reachabilityEnabled:this.reachabilityEnabled,typingIndicatorTimeout:this.typingIndicatorTimeout,consumptionReportInterval:this.consumptionReportInterval,limits:this.limits,webhooks:this.webhooks,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,webhookMethod:this.webhookMethod,webhookFilters:this.webhookFilters,notifications:this.notifications,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},15715:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelPage=i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(17512);const _=n(95993);const g=n(80444);class ChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Channels/${n}`}get invites(){this._invites=this._invites||(0,f.InviteListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._invites}get members(){this._members=this._members||(0,_.MemberListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._members}get messages(){this._messages=this._messages||(0,g.MessageListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._messages}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChannelInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.type=i.type;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.membersCount=a.integer(i.members_count);this.messagesCount=a.integer(i.messages_count);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}invites(){return this._proxy.invites}members(){return this._proxy.members}messages(){return this._proxy.messages}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,type:this.type,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,membersCount:this.membersCount,messagesCount:this.messagesCount,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ChannelContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Channels`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["type"]!==undefined)s["Type"]=i["type"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChannelInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["type"]!==undefined)s["Type"]=c.map(i["type"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance;class ChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelPage=ChannelPage},17512:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InvitePage=i.InviteListInstance=i.InviteInstance=i.InviteContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InviteContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Invites/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InviteInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteContextImpl=InviteContextImpl;class InviteInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.createdBy=i.created_by;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InviteContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,createdBy:this.createdBy,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteInstance=InviteInstance;function InviteListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InviteContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Invites`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InviteInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InvitePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InvitePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InviteListInstance=InviteListInstance;class InvitePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InviteInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InvitePage=InvitePage},95993:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MemberPage=i.MemberListInstance=i.MemberInstance=i.MemberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MemberContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Members/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MemberInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MemberInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberContextImpl=MemberContextImpl;class MemberInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.lastConsumptionTimestamp=a.iso8601DateTime(i.last_consumption_timestamp);this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MemberContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,lastConsumedMessageIndex:this.lastConsumedMessageIndex,lastConsumptionTimestamp:this.lastConsumptionTimestamp,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberInstance=MemberInstance;function MemberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MemberContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Members`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MemberInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MemberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MemberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MemberListInstance=MemberListInstance;class MemberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MemberInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberPage=MemberPage},80444:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessageContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Messages/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["body"]!==undefined)n["Body"]=e["body"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.attributes=i.attributes;this.serviceSid=i.service_sid;this.to=i.to;this.channelSid=i.channel_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.wasEdited=i.was_edited;this.from=i.from;this.body=i.body;this.index=a.integer(i.index);this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,attributes:this.attributes,serviceSid:this.serviceSid,to:this.to,channelSid:this.channelSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,wasEdited:this.wasEdited,from:this.from,body:this.body,index:this.index,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MessageContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Messages`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["body"]===null||i["body"]===undefined){throw new Error("Required parameter \"params['body']\" missing.")}let s={};s["Body"]=i["body"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},92186:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Roles/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoleContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},54100:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(55659);class UserContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Users/${n}`}get userChannels(){this._userChannels=this._userChannels||(0,f.UserChannelListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userChannels}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.attributes=i.attributes;this.friendlyName=i.friendly_name;this.roleSid=i.role_sid;this.identity=i.identity;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.joinedChannelsCount=a.integer(i.joined_channels_count);this.links=i.links;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userChannels(){return this._proxy.userChannels}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,attributes:this.attributes,friendlyName:this.friendlyName,roleSid:this.roleSid,identity:this.identity,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,joinedChannelsCount:this.joinedChannelsCount,links:this.links,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},55659:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserChannelPage=i.UserChannelInstance=i.UserChannelListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function UserChannelListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const s={};s._version=e;s._solution={serviceSid:i,userSid:n};s._uri=`/Services/${i}/Users/${n}/Channels`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:s._uri,method:"get",params:r,headers:o});c=c.then((e=>new UserChannelPage(a,e,s._solution)));c=s._version.setPromiseCallback(c,n);return c};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new UserChannelPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.UserChannelListInstance=UserChannelListInstance;class UserChannelInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.memberSid=i.member_sid;this.status=i.status;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.unreadMessagesCount=a.integer(i.unread_messages_count);this.links=i.links}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,memberSid:this.memberSid,status:this.status,lastConsumedMessageIndex:this.lastConsumedMessageIndex,unreadMessagesCount:this.unreadMessagesCount,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelInstance=UserChannelInstance;class UserChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserChannelInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelPage=UserChannelPage},15538:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},50326:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(20318);const _=n(54286);const g=n(38583);const v=n(28308);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get bindings(){this._bindings=this._bindings||(0,f.BindingListInstance)(this._version,this._solution.sid);return this._bindings}get channels(){this._channels=this._channels||(0,_.ChannelListInstance)(this._version,this._solution.sid);return this._channels}get roles(){this._roles=this._roles||(0,g.RoleListInstance)(this._version,this._solution.sid);return this._roles}get users(){this._users=this._users||(0,v.UserListInstance)(this._version,this._solution.sid);return this._users}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["defaultServiceRoleSid"]!==undefined)n["DefaultServiceRoleSid"]=e["defaultServiceRoleSid"];if(e["defaultChannelRoleSid"]!==undefined)n["DefaultChannelRoleSid"]=e["defaultChannelRoleSid"];if(e["defaultChannelCreatorRoleSid"]!==undefined)n["DefaultChannelCreatorRoleSid"]=e["defaultChannelCreatorRoleSid"];if(e["readStatusEnabled"]!==undefined)n["ReadStatusEnabled"]=c.bool(e["readStatusEnabled"]);if(e["reachabilityEnabled"]!==undefined)n["ReachabilityEnabled"]=c.bool(e["reachabilityEnabled"]);if(e["typingIndicatorTimeout"]!==undefined)n["TypingIndicatorTimeout"]=e["typingIndicatorTimeout"];if(e["consumptionReportInterval"]!==undefined)n["ConsumptionReportInterval"]=e["consumptionReportInterval"];if(e["notifications.newMessage.enabled"]!==undefined)n["Notifications.NewMessage.Enabled"]=c.bool(e["notifications.newMessage.enabled"]);if(e["notifications.newMessage.template"]!==undefined)n["Notifications.NewMessage.Template"]=e["notifications.newMessage.template"];if(e["notifications.newMessage.sound"]!==undefined)n["Notifications.NewMessage.Sound"]=e["notifications.newMessage.sound"];if(e["notifications.newMessage.badgeCountEnabled"]!==undefined)n["Notifications.NewMessage.BadgeCountEnabled"]=c.bool(e["notifications.newMessage.badgeCountEnabled"]);if(e["notifications.addedToChannel.enabled"]!==undefined)n["Notifications.AddedToChannel.Enabled"]=c.bool(e["notifications.addedToChannel.enabled"]);if(e["notifications.addedToChannel.template"]!==undefined)n["Notifications.AddedToChannel.Template"]=e["notifications.addedToChannel.template"];if(e["notifications.addedToChannel.sound"]!==undefined)n["Notifications.AddedToChannel.Sound"]=e["notifications.addedToChannel.sound"];if(e["notifications.removedFromChannel.enabled"]!==undefined)n["Notifications.RemovedFromChannel.Enabled"]=c.bool(e["notifications.removedFromChannel.enabled"]);if(e["notifications.removedFromChannel.template"]!==undefined)n["Notifications.RemovedFromChannel.Template"]=e["notifications.removedFromChannel.template"];if(e["notifications.removedFromChannel.sound"]!==undefined)n["Notifications.RemovedFromChannel.Sound"]=e["notifications.removedFromChannel.sound"];if(e["notifications.invitedToChannel.enabled"]!==undefined)n["Notifications.InvitedToChannel.Enabled"]=c.bool(e["notifications.invitedToChannel.enabled"]);if(e["notifications.invitedToChannel.template"]!==undefined)n["Notifications.InvitedToChannel.Template"]=e["notifications.invitedToChannel.template"];if(e["notifications.invitedToChannel.sound"]!==undefined)n["Notifications.InvitedToChannel.Sound"]=e["notifications.invitedToChannel.sound"];if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];if(e["webhookFilters"]!==undefined)n["WebhookFilters"]=c.map(e["webhookFilters"],(e=>e));if(e["limits.channelMembers"]!==undefined)n["Limits.ChannelMembers"]=e["limits.channelMembers"];if(e["limits.userChannels"]!==undefined)n["Limits.UserChannels"]=e["limits.userChannels"];if(e["media.compatibilityMessage"]!==undefined)n["Media.CompatibilityMessage"]=e["media.compatibilityMessage"];if(e["preWebhookRetryCount"]!==undefined)n["PreWebhookRetryCount"]=e["preWebhookRetryCount"];if(e["postWebhookRetryCount"]!==undefined)n["PostWebhookRetryCount"]=e["postWebhookRetryCount"];if(e["notifications.logEnabled"]!==undefined)n["Notifications.LogEnabled"]=c.bool(e["notifications.logEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.defaultServiceRoleSid=i.default_service_role_sid;this.defaultChannelRoleSid=i.default_channel_role_sid;this.defaultChannelCreatorRoleSid=i.default_channel_creator_role_sid;this.readStatusEnabled=i.read_status_enabled;this.reachabilityEnabled=i.reachability_enabled;this.typingIndicatorTimeout=a.integer(i.typing_indicator_timeout);this.consumptionReportInterval=a.integer(i.consumption_report_interval);this.limits=i.limits;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.webhookMethod=i.webhook_method;this.webhookFilters=i.webhook_filters;this.preWebhookRetryCount=a.integer(i.pre_webhook_retry_count);this.postWebhookRetryCount=a.integer(i.post_webhook_retry_count);this.notifications=i.notifications;this.media=i.media;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}bindings(){return this._proxy.bindings}channels(){return this._proxy.channels}roles(){return this._proxy.roles}users(){return this._proxy.users}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,defaultServiceRoleSid:this.defaultServiceRoleSid,defaultChannelRoleSid:this.defaultChannelRoleSid,defaultChannelCreatorRoleSid:this.defaultChannelCreatorRoleSid,readStatusEnabled:this.readStatusEnabled,reachabilityEnabled:this.reachabilityEnabled,typingIndicatorTimeout:this.typingIndicatorTimeout,consumptionReportInterval:this.consumptionReportInterval,limits:this.limits,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,webhookMethod:this.webhookMethod,webhookFilters:this.webhookFilters,preWebhookRetryCount:this.preWebhookRetryCount,postWebhookRetryCount:this.postWebhookRetryCount,notifications:this.notifications,media:this.media,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},20318:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BindingPage=i.BindingListInstance=i.BindingInstance=i.BindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BindingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Bindings/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BindingInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingContextImpl=BindingContextImpl;class BindingInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.endpoint=i.endpoint;this.identity=i.identity;this.credentialSid=i.credential_sid;this.bindingType=i.binding_type;this.messageTypes=i.message_types;this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new BindingContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endpoint:this.endpoint,identity:this.identity,credentialSid:this.credentialSid,bindingType:this.bindingType,messageTypes:this.messageTypes,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingInstance=BindingInstance;function BindingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BindingContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Bindings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["bindingType"]!==undefined)s["BindingType"]=c.map(i["bindingType"],(e=>e));if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BindingListInstance=BindingListInstance;class BindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BindingInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingPage=BindingPage},54286:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelPage=i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(11107);const _=n(71925);const g=n(62885);const v=n(33569);class ChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Channels/${n}`}get invites(){this._invites=this._invites||(0,f.InviteListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._invites}get members(){this._members=this._members||(0,_.MemberListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._members}get messages(){this._messages=this._messages||(0,g.MessageListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._messages}get webhooks(){this._webhooks=this._webhooks||(0,v.WebhookListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._webhooks}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["createdBy"]!==undefined)n["CreatedBy"]=e["createdBy"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChannelInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.type=i.type;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.membersCount=a.integer(i.members_count);this.messagesCount=a.integer(i.messages_count);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}invites(){return this._proxy.invites}members(){return this._proxy.members}messages(){return this._proxy.messages}webhooks(){return this._proxy.webhooks}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,type:this.type,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,membersCount:this.membersCount,messagesCount:this.messagesCount,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ChannelContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Channels`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["type"]!==undefined)s["Type"]=i["type"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["createdBy"]!==undefined)s["CreatedBy"]=i["createdBy"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChannelInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["type"]!==undefined)s["Type"]=c.map(i["type"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance;class ChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelPage=ChannelPage},11107:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InvitePage=i.InviteListInstance=i.InviteInstance=i.InviteContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InviteContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Invites/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InviteInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteContextImpl=InviteContextImpl;class InviteInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.createdBy=i.created_by;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InviteContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,createdBy:this.createdBy,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteInstance=InviteInstance;function InviteListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InviteContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Invites`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InviteInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InvitePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InvitePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InviteListInstance=InviteListInstance;class InvitePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InviteInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InvitePage=InvitePage},71925:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MemberPage=i.MemberListInstance=i.MemberInstance=i.MemberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MemberContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Members/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MemberInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];if(e["lastConsumptionTimestamp"]!==undefined)n["LastConsumptionTimestamp"]=c.iso8601DateTime(e["lastConsumptionTimestamp"]);if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MemberInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberContextImpl=MemberContextImpl;class MemberInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.lastConsumptionTimestamp=a.iso8601DateTime(i.last_consumption_timestamp);this.url=i.url;this.attributes=i.attributes;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MemberContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,lastConsumedMessageIndex:this.lastConsumedMessageIndex,lastConsumptionTimestamp:this.lastConsumptionTimestamp,url:this.url,attributes:this.attributes}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberInstance=MemberInstance;function MemberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MemberContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Members`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["lastConsumedMessageIndex"]!==undefined)s["LastConsumedMessageIndex"]=i["lastConsumedMessageIndex"];if(i["lastConsumptionTimestamp"]!==undefined)s["LastConsumptionTimestamp"]=c.iso8601DateTime(i["lastConsumptionTimestamp"]);if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MemberInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MemberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MemberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MemberListInstance=MemberListInstance;class MemberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MemberInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberPage=MemberPage},62885:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessageContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Messages/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["body"]!==undefined)n["Body"]=e["body"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["lastUpdatedBy"]!==undefined)n["LastUpdatedBy"]=e["lastUpdatedBy"];if(e["from"]!==undefined)n["From"]=e["from"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.attributes=i.attributes;this.serviceSid=i.service_sid;this.to=i.to;this.channelSid=i.channel_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.lastUpdatedBy=i.last_updated_by;this.wasEdited=i.was_edited;this.from=i.from;this.body=i.body;this.index=a.integer(i.index);this.type=i.type;this.media=i.media;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,attributes:this.attributes,serviceSid:this.serviceSid,to:this.to,channelSid:this.channelSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,lastUpdatedBy:this.lastUpdatedBy,wasEdited:this.wasEdited,from:this.from,body:this.body,index:this.index,type:this.type,media:this.media,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MessageContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Messages`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["from"]!==undefined)s["From"]=i["from"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["lastUpdatedBy"]!==undefined)s["LastUpdatedBy"]=i["lastUpdatedBy"];if(i["body"]!==undefined)s["Body"]=i["body"];if(i["mediaSid"]!==undefined)s["MediaSid"]=i["mediaSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},33569:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Webhooks/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["configuration.url"]!==undefined)n["Configuration.Url"]=e["configuration.url"];if(e["configuration.method"]!==undefined)n["Configuration.Method"]=e["configuration.method"];if(e["configuration.filters"]!==undefined)n["Configuration.Filters"]=c.map(e["configuration.filters"],(e=>e));if(e["configuration.triggers"]!==undefined)n["Configuration.Triggers"]=c.map(e["configuration.triggers"],(e=>e));if(e["configuration.flowSid"]!==undefined)n["Configuration.FlowSid"]=e["configuration.flowSid"];if(e["configuration.retryCount"]!==undefined)n["Configuration.RetryCount"]=e["configuration.retryCount"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.type=i.type;this.url=i.url;this.configuration=i.configuration;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,type:this.type,url:this.url,configuration:this.configuration,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new WebhookContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["configuration.url"]!==undefined)s["Configuration.Url"]=i["configuration.url"];if(i["configuration.method"]!==undefined)s["Configuration.Method"]=i["configuration.method"];if(i["configuration.filters"]!==undefined)s["Configuration.Filters"]=c.map(i["configuration.filters"],(e=>e));if(i["configuration.triggers"]!==undefined)s["Configuration.Triggers"]=c.map(i["configuration.triggers"],(e=>e));if(i["configuration.flowSid"]!==undefined)s["Configuration.FlowSid"]=i["configuration.flowSid"];if(i["configuration.retryCount"]!==undefined)s["Configuration.RetryCount"]=i["configuration.retryCount"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},38583:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Roles/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoleContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},28308:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(63282);const _=n(17296);class UserContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Users/${n}`}get userBindings(){this._userBindings=this._userBindings||(0,f.UserBindingListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userBindings}get userChannels(){this._userChannels=this._userChannels||(0,_.UserChannelListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userChannels}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.attributes=i.attributes;this.friendlyName=i.friendly_name;this.roleSid=i.role_sid;this.identity=i.identity;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.joinedChannelsCount=a.integer(i.joined_channels_count);this.links=i.links;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userBindings(){return this._proxy.userBindings}userChannels(){return this._proxy.userChannels}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,attributes:this.attributes,friendlyName:this.friendlyName,roleSid:this.roleSid,identity:this.identity,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,joinedChannelsCount:this.joinedChannelsCount,links:this.links,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},63282:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserBindingPage=i.UserBindingListInstance=i.UserBindingInstance=i.UserBindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserBindingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,userSid:n,sid:s};this._uri=`/Services/${i}/Users/${n}/Bindings/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserBindingInstance(n,e,i._solution.serviceSid,i._solution.userSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingContextImpl=UserBindingContextImpl;class UserBindingInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.endpoint=i.endpoint;this.identity=i.identity;this.userSid=i.user_sid;this.credentialSid=i.credential_sid;this.bindingType=i.binding_type;this.messageTypes=i.message_types;this.url=i.url;this._solution={serviceSid:n,userSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new UserBindingContextImpl(this._version,this._solution.serviceSid,this._solution.userSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endpoint:this.endpoint,identity:this.identity,userSid:this.userSid,credentialSid:this.credentialSid,bindingType:this.bindingType,messageTypes:this.messageTypes,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingInstance=UserBindingInstance;function UserBindingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserBindingContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,userSid:n};instance._uri=`/Services/${i}/Users/${n}/Bindings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["bindingType"]!==undefined)s["BindingType"]=c.map(i["bindingType"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserBindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserBindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserBindingListInstance=UserBindingListInstance;class UserBindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserBindingInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingPage=UserBindingPage},17296:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserChannelPage=i.UserChannelListInstance=i.UserChannelInstance=i.UserChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserChannelContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'channelSid' is not valid.")}this._solution={serviceSid:i,userSid:n,channelSid:s};this._uri=`/Services/${i}/Users/${n}/Channels/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserChannelInstance(n,e,i._solution.serviceSid,i._solution.userSid,i._solution.channelSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["notificationLevel"]!==undefined)n["NotificationLevel"]=e["notificationLevel"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];if(e["lastConsumptionTimestamp"]!==undefined)n["LastConsumptionTimestamp"]=c.iso8601DateTime(e["lastConsumptionTimestamp"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserChannelInstance(o,e,r._solution.serviceSid,r._solution.userSid,r._solution.channelSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelContextImpl=UserChannelContextImpl;class UserChannelInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.userSid=i.user_sid;this.memberSid=i.member_sid;this.status=i.status;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.unreadMessagesCount=a.integer(i.unread_messages_count);this.links=i.links;this.url=i.url;this.notificationLevel=i.notification_level;this._solution={serviceSid:n,userSid:s,channelSid:r||this.channelSid}}get _proxy(){this._context=this._context||new UserChannelContextImpl(this._version,this._solution.serviceSid,this._solution.userSid,this._solution.channelSid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,userSid:this.userSid,memberSid:this.memberSid,status:this.status,lastConsumedMessageIndex:this.lastConsumedMessageIndex,unreadMessagesCount:this.unreadMessagesCount,links:this.links,url:this.url,notificationLevel:this.notificationLevel}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelInstance=UserChannelInstance;function UserChannelListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserChannelContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,userSid:n};instance._uri=`/Services/${i}/Users/${n}/Channels`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserChannelListInstance=UserChannelListInstance;class UserChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserChannelInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelPage=UserChannelPage},43786:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Channels/${n}`}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["type"]!==undefined)n["Type"]=e["type"];if(e["messagingServiceSid"]!==undefined)n["MessagingServiceSid"]=e["messagingServiceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChannelInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.type=i.type;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.membersCount=r.integer(i.members_count);this.messagesCount=r.integer(i.messages_count);this.messagingServiceSid=i.messaging_service_sid;this.url=i.url;this._solution={serviceSid:n||this.serviceSid,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,type:this.type,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,membersCount:this.membersCount,messagesCount:this.messagesCount,messagingServiceSid:this.messagingServiceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e){const instance=(e,i)=>instance.get(e,i);instance.get=function get(i,n){return new ChannelContextImpl(e,i,n)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance},16367:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(52553);const a=n(27961);const c=n(94770);class V1 extends r.default{constructor(e){super(e,"v1")}get contents(){this._contents=this._contents||(0,o.ContentListInstance)(this);return this._contents}get contentAndApprovals(){this._contentAndApprovals=this._contentAndApprovals||(0,a.ContentAndApprovalsListInstance)(this);return this._contentAndApprovals}get legacyContents(){this._legacyContents=this._legacyContents||(0,c.LegacyContentListInstance)(this);return this._legacyContents}}i["default"]=V1},52553:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ContentPage=i.ContentListInstance=i.ContentInstance=i.ContentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(56484);class ContentContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Content/${i}`}get approvalFetch(){this._approvalFetch=this._approvalFetch||(0,f.ApprovalFetchListInstance)(this._version,this._solution.sid);return this._approvalFetch}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ContentInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ContentContextImpl=ContentContextImpl;class ContentInstance{constructor(e,i,n){this._version=e;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.language=i.language;this.variables=i.variables;this.types=i.types;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ContentContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}approvalFetch(){return this._proxy.approvalFetch}toJSON(){return{dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,language:this.language,variables:this.variables,types:this.types,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ContentInstance=ContentInstance;function ContentListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ContentContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Content`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ContentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ContentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ContentListInstance=ContentListInstance;class ContentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ContentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ContentPage=ContentPage},56484:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ApprovalFetchListInstance=i.ApprovalFetchInstance=i.ApprovalFetchContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ApprovalFetchContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Content/${i}/ApprovalRequests`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ApprovalFetchInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ApprovalFetchContextImpl=ApprovalFetchContextImpl;class ApprovalFetchInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.whatsapp=i.whatsapp;this.url=i.url;this._solution={sid:n}}get _proxy(){this._context=this._context||new ApprovalFetchContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,whatsapp:this.whatsapp,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ApprovalFetchInstance=ApprovalFetchInstance;function ApprovalFetchListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ApprovalFetchContextImpl(e,i)};instance._version=e;instance._solution={sid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ApprovalFetchListInstance=ApprovalFetchListInstance},27961:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ContentAndApprovalsPage=i.ContentAndApprovalsInstance=i.ContentAndApprovalsListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function ContentAndApprovalsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/ContentAndApprovals`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new ContentAndApprovalsPage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new ContentAndApprovalsPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.ContentAndApprovalsListInstance=ContentAndApprovalsListInstance;class ContentAndApprovalsInstance{constructor(e,i){this._version=e;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.language=i.language;this.variables=i.variables;this.types=i.types;this.approvalRequests=i.approval_requests}toJSON(){return{dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,language:this.language,variables:this.variables,types:this.types,approvalRequests:this.approvalRequests}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ContentAndApprovalsInstance=ContentAndApprovalsInstance;class ContentAndApprovalsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ContentAndApprovalsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ContentAndApprovalsPage=ContentAndApprovalsPage},94770:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.LegacyContentPage=i.LegacyContentInstance=i.LegacyContentListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function LegacyContentListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/LegacyContent`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new LegacyContentPage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new LegacyContentPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.LegacyContentListInstance=LegacyContentListInstance;class LegacyContentInstance{constructor(e,i){this._version=e;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.language=i.language;this.variables=i.variables;this.types=i.types;this.legacyTemplateName=i.legacy_template_name;this.legacyBody=i.legacy_body;this.url=i.url}toJSON(){return{dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,language:this.language,variables:this.variables,types:this.types,legacyTemplateName:this.legacyTemplateName,legacyBody:this.legacyBody,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LegacyContentInstance=LegacyContentInstance;class LegacyContentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new LegacyContentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LegacyContentPage=LegacyContentPage},12918:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(5067);const a=n(49172);const c=n(59005);const u=n(37808);const f=n(90175);const _=n(93878);const g=n(76801);const v=n(49906);class V1 extends r.default{constructor(e){super(e,"v1")}get addressConfigurations(){this._addressConfigurations=this._addressConfigurations||(0,o.AddressConfigurationListInstance)(this);return this._addressConfigurations}get configuration(){this._configuration=this._configuration||(0,a.ConfigurationListInstance)(this);return this._configuration}get conversations(){this._conversations=this._conversations||(0,c.ConversationListInstance)(this);return this._conversations}get credentials(){this._credentials=this._credentials||(0,u.CredentialListInstance)(this);return this._credentials}get participantConversations(){this._participantConversations=this._participantConversations||(0,f.ParticipantConversationListInstance)(this);return this._participantConversations}get roles(){this._roles=this._roles||(0,_.RoleListInstance)(this);return this._roles}get services(){this._services=this._services||(0,g.ServiceListInstance)(this);return this._services}get users(){this._users=this._users||(0,v.UserListInstance)(this);return this._users}}i["default"]=V1},5067:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AddressConfigurationPage=i.AddressConfigurationListInstance=i.AddressConfigurationInstance=i.AddressConfigurationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AddressConfigurationContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Configuration/Addresses/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AddressConfigurationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["autoCreation.enabled"]!==undefined)n["AutoCreation.Enabled"]=c.bool(e["autoCreation.enabled"]);if(e["autoCreation.type"]!==undefined)n["AutoCreation.Type"]=e["autoCreation.type"];if(e["autoCreation.conversationServiceSid"]!==undefined)n["AutoCreation.ConversationServiceSid"]=e["autoCreation.conversationServiceSid"];if(e["autoCreation.webhookUrl"]!==undefined)n["AutoCreation.WebhookUrl"]=e["autoCreation.webhookUrl"];if(e["autoCreation.webhookMethod"]!==undefined)n["AutoCreation.WebhookMethod"]=e["autoCreation.webhookMethod"];if(e["autoCreation.webhookFilters"]!==undefined)n["AutoCreation.WebhookFilters"]=c.map(e["autoCreation.webhookFilters"],(e=>e));if(e["autoCreation.studioFlowSid"]!==undefined)n["AutoCreation.StudioFlowSid"]=e["autoCreation.studioFlowSid"];if(e["autoCreation.studioRetryCount"]!==undefined)n["AutoCreation.StudioRetryCount"]=e["autoCreation.studioRetryCount"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AddressConfigurationInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressConfigurationContextImpl=AddressConfigurationContextImpl;class AddressConfigurationInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.type=i.type;this.address=i.address;this.friendlyName=i.friendly_name;this.autoCreation=i.auto_creation;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.addressCountry=i.address_country;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AddressConfigurationContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,type:this.type,address:this.address,friendlyName:this.friendlyName,autoCreation:this.autoCreation,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,addressCountry:this.addressCountry}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressConfigurationInstance=AddressConfigurationInstance;function AddressConfigurationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AddressConfigurationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Configuration/Addresses`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["address"]===null||i["address"]===undefined){throw new Error("Required parameter \"params['address']\" missing.")}let s={};s["Type"]=i["type"];s["Address"]=i["address"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["autoCreation.enabled"]!==undefined)s["AutoCreation.Enabled"]=c.bool(i["autoCreation.enabled"]);if(i["autoCreation.type"]!==undefined)s["AutoCreation.Type"]=i["autoCreation.type"];if(i["autoCreation.conversationServiceSid"]!==undefined)s["AutoCreation.ConversationServiceSid"]=i["autoCreation.conversationServiceSid"];if(i["autoCreation.webhookUrl"]!==undefined)s["AutoCreation.WebhookUrl"]=i["autoCreation.webhookUrl"];if(i["autoCreation.webhookMethod"]!==undefined)s["AutoCreation.WebhookMethod"]=i["autoCreation.webhookMethod"];if(i["autoCreation.webhookFilters"]!==undefined)s["AutoCreation.WebhookFilters"]=c.map(i["autoCreation.webhookFilters"],(e=>e));if(i["autoCreation.studioFlowSid"]!==undefined)s["AutoCreation.StudioFlowSid"]=i["autoCreation.studioFlowSid"];if(i["autoCreation.studioRetryCount"]!==undefined)s["AutoCreation.StudioRetryCount"]=i["autoCreation.studioRetryCount"];if(i["addressCountry"]!==undefined)s["AddressCountry"]=i["addressCountry"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AddressConfigurationInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["type"]!==undefined)s["Type"]=i["type"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AddressConfigurationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AddressConfigurationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AddressConfigurationListInstance=AddressConfigurationListInstance;class AddressConfigurationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AddressConfigurationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AddressConfigurationPage=AddressConfigurationPage},49172:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ConfigurationListInstance=i.ConfigurationInstance=i.ConfigurationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(87760);class ConfigurationContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Configuration`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConfigurationInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["defaultChatServiceSid"]!==undefined)n["DefaultChatServiceSid"]=e["defaultChatServiceSid"];if(e["defaultMessagingServiceSid"]!==undefined)n["DefaultMessagingServiceSid"]=e["defaultMessagingServiceSid"];if(e["defaultInactiveTimer"]!==undefined)n["DefaultInactiveTimer"]=e["defaultInactiveTimer"];if(e["defaultClosedTimer"]!==undefined)n["DefaultClosedTimer"]=e["defaultClosedTimer"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConfigurationInstance(o,e)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationContextImpl=ConfigurationContextImpl;class ConfigurationInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.defaultChatServiceSid=i.default_chat_service_sid;this.defaultMessagingServiceSid=i.default_messaging_service_sid;this.defaultInactiveTimer=i.default_inactive_timer;this.defaultClosedTimer=i.default_closed_timer;this.url=i.url;this.links=i.links;this._solution={}}get _proxy(){this._context=this._context||new ConfigurationContextImpl(this._version);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,defaultChatServiceSid:this.defaultChatServiceSid,defaultMessagingServiceSid:this.defaultMessagingServiceSid,defaultInactiveTimer:this.defaultInactiveTimer,defaultClosedTimer:this.defaultClosedTimer,url:this.url,links:this.links}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationInstance=ConfigurationInstance;function ConfigurationListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new ConfigurationContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;Object.defineProperty(instance,"webhooks",{get:function webhooks(){if(!instance._webhooks){instance._webhooks=(0,a.WebhookListInstance)(instance._version)}return instance._webhooks}});instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ConfigurationListInstance=ConfigurationListInstance},87760:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class WebhookContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Configuration/Webhooks`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["method"]!==undefined)n["Method"]=e["method"];if(e["filters"]!==undefined)n["Filters"]=o.map(e["filters"],(e=>e));if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["target"]!==undefined)n["Target"]=e["target"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new WebhookInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.method=i.method;this.filters=i.filters;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.target=i.target;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,method:this.method,filters:this.filters,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,target:this.target,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new WebhookContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance},59005:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConversationPage=i.ConversationListInstance=i.ConversationInstance=i.ConversationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(21059);const _=n(96614);const g=n(82681);class ConversationContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Conversations/${i}`}get messages(){this._messages=this._messages||(0,f.MessageListInstance)(this._version,this._solution.sid);return this._messages}get participants(){this._participants=this._participants||(0,_.ParticipantListInstance)(this._version,this._solution.sid);return this._participants}get webhooks(){this._webhooks=this._webhooks||(0,g.WebhookListInstance)(this._version,this._solution.sid);return this._webhooks}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConversationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["messagingServiceSid"]!==undefined)n["MessagingServiceSid"]=e["messagingServiceSid"];if(e["state"]!==undefined)n["State"]=e["state"];if(e["timers.inactive"]!==undefined)n["Timers.Inactive"]=e["timers.inactive"];if(e["timers.closed"]!==undefined)n["Timers.Closed"]=e["timers.closed"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["bindings.email.address"]!==undefined)n["Bindings.Email.Address"]=e["bindings.email.address"];if(e["bindings.email.name"]!==undefined)n["Bindings.Email.Name"]=e["bindings.email.name"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConversationInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationContextImpl=ConversationContextImpl;class ConversationInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.messagingServiceSid=i.messaging_service_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.state=i.state;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.timers=i.timers;this.url=i.url;this.links=i.links;this.bindings=i.bindings;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ConversationContextImpl(this._version,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}messages(){return this._proxy.messages}participants(){return this._proxy.participants}webhooks(){return this._proxy.webhooks}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,messagingServiceSid:this.messagingServiceSid,sid:this.sid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,state:this.state,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,timers:this.timers,url:this.url,links:this.links,bindings:this.bindings}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationInstance=ConversationInstance;function ConversationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ConversationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Conversations`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["messagingServiceSid"]!==undefined)s["MessagingServiceSid"]=i["messagingServiceSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["state"]!==undefined)s["State"]=i["state"];if(i["timers.inactive"]!==undefined)s["Timers.Inactive"]=i["timers.inactive"];if(i["timers.closed"]!==undefined)s["Timers.Closed"]=i["timers.closed"];if(i["bindings.email.address"]!==undefined)s["Bindings.Email.Address"]=i["bindings.email.address"];if(i["bindings.email.name"]!==undefined)s["Bindings.Email.Name"]=i["bindings.email.name"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ConversationInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["startDate"]!==undefined)s["StartDate"]=i["startDate"];if(i["endDate"]!==undefined)s["EndDate"]=i["endDate"];if(i["state"]!==undefined)s["State"]=i["state"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConversationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConversationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConversationListInstance=ConversationListInstance;class ConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConversationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationPage=ConversationPage},21059:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(56284);class MessageContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={conversationSid:i,sid:n};this._uri=`/Conversations/${i}/Messages/${n}`}get deliveryReceipts(){this._deliveryReceipts=this._deliveryReceipts||(0,f.DeliveryReceiptListInstance)(this._version,this._solution.conversationSid,this._solution.sid);return this._deliveryReceipts}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["author"]!==undefined)n["Author"]=e["author"];if(e["body"]!==undefined)n["Body"]=e["body"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["subject"]!==undefined)n["Subject"]=e["subject"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.conversationSid=i.conversation_sid;this.sid=i.sid;this.index=a.integer(i.index);this.author=i.author;this.body=i.body;this.media=i.media;this.attributes=i.attributes;this.participantSid=i.participant_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.delivery=i.delivery;this.links=i.links;this.contentSid=i.content_sid;this._solution={conversationSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.conversationSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}deliveryReceipts(){return this._proxy.deliveryReceipts}toJSON(){return{accountSid:this.accountSid,conversationSid:this.conversationSid,sid:this.sid,index:this.index,author:this.author,body:this.body,media:this.media,attributes:this.attributes,participantSid:this.participantSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,delivery:this.delivery,links:this.links,contentSid:this.contentSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new MessageContextImpl(e,i,n)};instance._version=e;instance._solution={conversationSid:i};instance._uri=`/Conversations/${i}/Messages`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["author"]!==undefined)s["Author"]=i["author"];if(i["body"]!==undefined)s["Body"]=i["body"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["mediaSid"]!==undefined)s["MediaSid"]=i["mediaSid"];if(i["contentSid"]!==undefined)s["ContentSid"]=i["contentSid"];if(i["contentVariables"]!==undefined)s["ContentVariables"]=i["contentVariables"];if(i["subject"]!==undefined)s["Subject"]=i["subject"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},56284:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeliveryReceiptPage=i.DeliveryReceiptListInstance=i.DeliveryReceiptInstance=i.DeliveryReceiptContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeliveryReceiptContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'messageSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={conversationSid:i,messageSid:n,sid:s};this._uri=`/Conversations/${i}/Messages/${n}/Receipts/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeliveryReceiptInstance(n,e,i._solution.conversationSid,i._solution.messageSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptContextImpl=DeliveryReceiptContextImpl;class DeliveryReceiptInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.conversationSid=i.conversation_sid;this.sid=i.sid;this.messageSid=i.message_sid;this.channelMessageSid=i.channel_message_sid;this.participantSid=i.participant_sid;this.status=i.status;this.errorCode=a.integer(i.error_code);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={conversationSid:n,messageSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new DeliveryReceiptContextImpl(this._version,this._solution.conversationSid,this._solution.messageSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,conversationSid:this.conversationSid,sid:this.sid,messageSid:this.messageSid,channelMessageSid:this.channelMessageSid,participantSid:this.participantSid,status:this.status,errorCode:this.errorCode,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptInstance=DeliveryReceiptInstance;function DeliveryReceiptListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'messageSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new DeliveryReceiptContextImpl(e,i,n,s)};instance._version=e;instance._solution={conversationSid:i,messageSid:n};instance._uri=`/Conversations/${i}/Messages/${n}/Receipts`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeliveryReceiptPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeliveryReceiptPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeliveryReceiptListInstance=DeliveryReceiptListInstance;class DeliveryReceiptPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeliveryReceiptInstance(this._version,e,this._solution.conversationSid,this._solution.messageSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptPage=DeliveryReceiptPage},96614:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ParticipantContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={conversationSid:i,sid:n};this._uri=`/Conversations/${i}/Participants/${n}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["messagingBinding.proxyAddress"]!==undefined)n["MessagingBinding.ProxyAddress"]=e["messagingBinding.proxyAddress"];if(e["messagingBinding.projectedAddress"]!==undefined)n["MessagingBinding.ProjectedAddress"]=e["messagingBinding.projectedAddress"];if(e["identity"]!==undefined)n["Identity"]=e["identity"];if(e["lastReadMessageIndex"]!==undefined)n["LastReadMessageIndex"]=e["lastReadMessageIndex"];if(e["lastReadTimestamp"]!==undefined)n["LastReadTimestamp"]=e["lastReadTimestamp"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ParticipantInstance(o,e,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.conversationSid=i.conversation_sid;this.sid=i.sid;this.identity=i.identity;this.attributes=i.attributes;this.messagingBinding=i.messaging_binding;this.roleSid=i.role_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.lastReadMessageIndex=a.integer(i.last_read_message_index);this.lastReadTimestamp=i.last_read_timestamp;this._solution={conversationSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.conversationSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,conversationSid:this.conversationSid,sid:this.sid,identity:this.identity,attributes:this.attributes,messagingBinding:this.messagingBinding,roleSid:this.roleSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,lastReadMessageIndex:this.lastReadMessageIndex,lastReadTimestamp:this.lastReadTimestamp}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ParticipantContextImpl(e,i,n)};instance._version=e;instance._solution={conversationSid:i};instance._uri=`/Conversations/${i}/Participants`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=i["identity"];if(i["messagingBinding.address"]!==undefined)s["MessagingBinding.Address"]=i["messagingBinding.address"];if(i["messagingBinding.proxyAddress"]!==undefined)s["MessagingBinding.ProxyAddress"]=i["messagingBinding.proxyAddress"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["messagingBinding.projectedAddress"]!==undefined)s["MessagingBinding.ProjectedAddress"]=i["messagingBinding.projectedAddress"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ParticipantInstance(o,e,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},82681:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={conversationSid:i,sid:n};this._uri=`/Conversations/${i}/Webhooks/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["configuration.url"]!==undefined)n["Configuration.Url"]=e["configuration.url"];if(e["configuration.method"]!==undefined)n["Configuration.Method"]=e["configuration.method"];if(e["configuration.filters"]!==undefined)n["Configuration.Filters"]=c.map(e["configuration.filters"],(e=>e));if(e["configuration.triggers"]!==undefined)n["Configuration.Triggers"]=c.map(e["configuration.triggers"],(e=>e));if(e["configuration.flowSid"]!==undefined)n["Configuration.FlowSid"]=e["configuration.flowSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.conversationSid=i.conversation_sid;this.target=i.target;this.url=i.url;this.configuration=i.configuration;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={conversationSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.conversationSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,conversationSid:this.conversationSid,target:this.target,url:this.url,configuration:this.configuration,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new WebhookContextImpl(e,i,n)};instance._version=e;instance._solution={conversationSid:i};instance._uri=`/Conversations/${i}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["target"]===null||i["target"]===undefined){throw new Error("Required parameter \"params['target']\" missing.")}let s={};s["Target"]=i["target"];if(i["configuration.url"]!==undefined)s["Configuration.Url"]=i["configuration.url"];if(i["configuration.method"]!==undefined)s["Configuration.Method"]=i["configuration.method"];if(i["configuration.filters"]!==undefined)s["Configuration.Filters"]=c.map(i["configuration.filters"],(e=>e));if(i["configuration.triggers"]!==undefined)s["Configuration.Triggers"]=c.map(i["configuration.triggers"],(e=>e));if(i["configuration.flowSid"]!==undefined)s["Configuration.FlowSid"]=i["configuration.flowSid"];if(i["configuration.replayAfter"]!==undefined)s["Configuration.ReplayAfter"]=i["configuration.replayAfter"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},37808:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["type"]!==undefined)n["Type"]=e["type"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},90175:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantConversationPage=i.ParticipantConversationInstance=i.ParticipantConversationListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function ParticipantConversationListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/ParticipantConversations`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["identity"]!==undefined)r["Identity"]=n["identity"];if(n["address"]!==undefined)r["Address"]=n["address"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new ParticipantConversationPage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new ParticipantConversationPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.ParticipantConversationListInstance=ParticipantConversationListInstance;class ParticipantConversationInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.participantSid=i.participant_sid;this.participantUserSid=i.participant_user_sid;this.participantIdentity=i.participant_identity;this.participantMessagingBinding=i.participant_messaging_binding;this.conversationSid=i.conversation_sid;this.conversationUniqueName=i.conversation_unique_name;this.conversationFriendlyName=i.conversation_friendly_name;this.conversationAttributes=i.conversation_attributes;this.conversationDateCreated=a.iso8601DateTime(i.conversation_date_created);this.conversationDateUpdated=a.iso8601DateTime(i.conversation_date_updated);this.conversationCreatedBy=i.conversation_created_by;this.conversationState=i.conversation_state;this.conversationTimers=i.conversation_timers;this.links=i.links}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,participantSid:this.participantSid,participantUserSid:this.participantUserSid,participantIdentity:this.participantIdentity,participantMessagingBinding:this.participantMessagingBinding,conversationSid:this.conversationSid,conversationUniqueName:this.conversationUniqueName,conversationFriendlyName:this.conversationFriendlyName,conversationAttributes:this.conversationAttributes,conversationDateCreated:this.conversationDateCreated,conversationDateUpdated:this.conversationDateUpdated,conversationCreatedBy:this.conversationCreatedBy,conversationState:this.conversationState,conversationTimers:this.conversationTimers,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantConversationInstance=ParticipantConversationInstance;class ParticipantConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantConversationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantConversationPage=ParticipantConversationPage},93878:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Roles/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RoleContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},76801:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(89718);const _=n(13306);const g=n(1042);const v=n(30724);const S=n(92467);const b=n(87141);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get bindings(){this._bindings=this._bindings||(0,f.BindingListInstance)(this._version,this._solution.sid);return this._bindings}get configuration(){this._configuration=this._configuration||(0,_.ConfigurationListInstance)(this._version,this._solution.sid);return this._configuration}get conversations(){this._conversations=this._conversations||(0,g.ConversationListInstance)(this._version,this._solution.sid);return this._conversations}get participantConversations(){this._participantConversations=this._participantConversations||(0,v.ParticipantConversationListInstance)(this._version,this._solution.sid);return this._participantConversations}get roles(){this._roles=this._roles||(0,S.RoleListInstance)(this._version,this._solution.sid);return this._roles}get users(){this._users=this._users||(0,b.UserListInstance)(this._version,this._solution.sid);return this._users}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}bindings(){return this._proxy.bindings}configuration(){return this._proxy.configuration}conversations(){return this._proxy.conversations}participantConversations(){return this._proxy.participantConversations}roles(){return this._proxy.roles}users(){return this._proxy.users}toJSON(){return{accountSid:this.accountSid,sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},89718:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BindingPage=i.BindingListInstance=i.BindingInstance=i.BindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BindingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,sid:n};this._uri=`/Services/${i}/Bindings/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BindingInstance(n,e,i._solution.chatServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingContextImpl=BindingContextImpl;class BindingInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.credentialSid=i.credential_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.endpoint=i.endpoint;this.identity=i.identity;this.bindingType=i.binding_type;this.messageTypes=i.message_types;this.url=i.url;this._solution={chatServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new BindingContextImpl(this._version,this._solution.chatServiceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,credentialSid:this.credentialSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endpoint:this.endpoint,identity:this.identity,bindingType:this.bindingType,messageTypes:this.messageTypes,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingInstance=BindingInstance;function BindingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BindingContextImpl(e,i,n)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=`/Services/${i}/Bindings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["bindingType"]!==undefined)s["BindingType"]=c.map(i["bindingType"],(e=>e));if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BindingListInstance=BindingListInstance;class BindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BindingInstance(this._version,e,this._solution.chatServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingPage=BindingPage},13306:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ConfigurationListInstance=i.ConfigurationInstance=i.ConfigurationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(94441);const u=n(78053);class ConfigurationContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}this._solution={chatServiceSid:i};this._uri=`/Services/${i}/Configuration`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConfigurationInstance(n,e,i._solution.chatServiceSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["defaultConversationCreatorRoleSid"]!==undefined)n["DefaultConversationCreatorRoleSid"]=e["defaultConversationCreatorRoleSid"];if(e["defaultConversationRoleSid"]!==undefined)n["DefaultConversationRoleSid"]=e["defaultConversationRoleSid"];if(e["defaultChatServiceRoleSid"]!==undefined)n["DefaultChatServiceRoleSid"]=e["defaultChatServiceRoleSid"];if(e["reachabilityEnabled"]!==undefined)n["ReachabilityEnabled"]=o.bool(e["reachabilityEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new ConfigurationInstance(a,e,r._solution.chatServiceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationContextImpl=ConfigurationContextImpl;class ConfigurationInstance{constructor(e,i,n){this._version=e;this.chatServiceSid=i.chat_service_sid;this.defaultConversationCreatorRoleSid=i.default_conversation_creator_role_sid;this.defaultConversationRoleSid=i.default_conversation_role_sid;this.defaultChatServiceRoleSid=i.default_chat_service_role_sid;this.url=i.url;this.links=i.links;this.reachabilityEnabled=i.reachability_enabled;this._solution={chatServiceSid:n}}get _proxy(){this._context=this._context||new ConfigurationContextImpl(this._version,this._solution.chatServiceSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{chatServiceSid:this.chatServiceSid,defaultConversationCreatorRoleSid:this.defaultConversationCreatorRoleSid,defaultConversationRoleSid:this.defaultConversationRoleSid,defaultChatServiceRoleSid:this.defaultChatServiceRoleSid,url:this.url,links:this.links,reachabilityEnabled:this.reachabilityEnabled}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationInstance=ConfigurationInstance;function ConfigurationListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ConfigurationContextImpl(e,i)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=``;Object.defineProperty(instance,"notifications",{get:function notifications(){if(!instance._notifications){instance._notifications=(0,c.NotificationListInstance)(instance._version,instance._solution.chatServiceSid)}return instance._notifications}});Object.defineProperty(instance,"webhooks",{get:function webhooks(){if(!instance._webhooks){instance._webhooks=(0,u.WebhookListInstance)(instance._version,instance._solution.chatServiceSid)}return instance._webhooks}});instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ConfigurationListInstance=ConfigurationListInstance},94441:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NotificationListInstance=i.NotificationInstance=i.NotificationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class NotificationContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}this._solution={chatServiceSid:i};this._uri=`/Services/${i}/Configuration/Notifications`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NotificationInstance(n,e,i._solution.chatServiceSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["logEnabled"]!==undefined)n["LogEnabled"]=o.bool(e["logEnabled"]);if(e["newMessage.enabled"]!==undefined)n["NewMessage.Enabled"]=o.bool(e["newMessage.enabled"]);if(e["newMessage.template"]!==undefined)n["NewMessage.Template"]=e["newMessage.template"];if(e["newMessage.sound"]!==undefined)n["NewMessage.Sound"]=e["newMessage.sound"];if(e["newMessage.badgeCountEnabled"]!==undefined)n["NewMessage.BadgeCountEnabled"]=o.bool(e["newMessage.badgeCountEnabled"]);if(e["addedToConversation.enabled"]!==undefined)n["AddedToConversation.Enabled"]=o.bool(e["addedToConversation.enabled"]);if(e["addedToConversation.template"]!==undefined)n["AddedToConversation.Template"]=e["addedToConversation.template"];if(e["addedToConversation.sound"]!==undefined)n["AddedToConversation.Sound"]=e["addedToConversation.sound"];if(e["removedFromConversation.enabled"]!==undefined)n["RemovedFromConversation.Enabled"]=o.bool(e["removedFromConversation.enabled"]);if(e["removedFromConversation.template"]!==undefined)n["RemovedFromConversation.Template"]=e["removedFromConversation.template"];if(e["removedFromConversation.sound"]!==undefined)n["RemovedFromConversation.Sound"]=e["removedFromConversation.sound"];if(e["newMessage.withMedia.enabled"]!==undefined)n["NewMessage.WithMedia.Enabled"]=o.bool(e["newMessage.withMedia.enabled"]);if(e["newMessage.withMedia.template"]!==undefined)n["NewMessage.WithMedia.Template"]=e["newMessage.withMedia.template"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new NotificationInstance(a,e,r._solution.chatServiceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NotificationContextImpl=NotificationContextImpl;class NotificationInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.newMessage=i.new_message;this.addedToConversation=i.added_to_conversation;this.removedFromConversation=i.removed_from_conversation;this.logEnabled=i.log_enabled;this.url=i.url;this._solution={chatServiceSid:n}}get _proxy(){this._context=this._context||new NotificationContextImpl(this._version,this._solution.chatServiceSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,newMessage:this.newMessage,addedToConversation:this.addedToConversation,removedFromConversation:this.removedFromConversation,logEnabled:this.logEnabled,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NotificationInstance=NotificationInstance;function NotificationListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new NotificationContextImpl(e,i)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.NotificationListInstance=NotificationListInstance},78053:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WebhookContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}this._solution={chatServiceSid:i};this._uri=`/Services/${i}/Configuration/Webhooks`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.chatServiceSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["filters"]!==undefined)n["Filters"]=o.map(e["filters"],(e=>e));if(e["method"]!==undefined)n["Method"]=e["method"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new WebhookInstance(a,e,r._solution.chatServiceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.filters=i.filters;this.method=i.method;this.url=i.url;this._solution={chatServiceSid:n}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.chatServiceSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,filters:this.filters,method:this.method,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WebhookContextImpl(e,i)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance},1042:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConversationPage=i.ConversationListInstance=i.ConversationInstance=i.ConversationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(904);const _=n(27459);const g=n(73376);class ConversationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,sid:n};this._uri=`/Services/${i}/Conversations/${n}`}get messages(){this._messages=this._messages||(0,f.MessageListInstance)(this._version,this._solution.chatServiceSid,this._solution.sid);return this._messages}get participants(){this._participants=this._participants||(0,_.ParticipantListInstance)(this._version,this._solution.chatServiceSid,this._solution.sid);return this._participants}get webhooks(){this._webhooks=this._webhooks||(0,g.WebhookListInstance)(this._version,this._solution.chatServiceSid,this._solution.sid);return this._webhooks}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConversationInstance(n,e,i._solution.chatServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["messagingServiceSid"]!==undefined)n["MessagingServiceSid"]=e["messagingServiceSid"];if(e["state"]!==undefined)n["State"]=e["state"];if(e["timers.inactive"]!==undefined)n["Timers.Inactive"]=e["timers.inactive"];if(e["timers.closed"]!==undefined)n["Timers.Closed"]=e["timers.closed"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["bindings.email.address"]!==undefined)n["Bindings.Email.Address"]=e["bindings.email.address"];if(e["bindings.email.name"]!==undefined)n["Bindings.Email.Name"]=e["bindings.email.name"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConversationInstance(o,e,r._solution.chatServiceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationContextImpl=ConversationContextImpl;class ConversationInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.messagingServiceSid=i.messaging_service_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.state=i.state;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.timers=i.timers;this.url=i.url;this.links=i.links;this.bindings=i.bindings;this._solution={chatServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ConversationContextImpl(this._version,this._solution.chatServiceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}messages(){return this._proxy.messages}participants(){return this._proxy.participants}webhooks(){return this._proxy.webhooks}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,messagingServiceSid:this.messagingServiceSid,sid:this.sid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,state:this.state,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,timers:this.timers,url:this.url,links:this.links,bindings:this.bindings}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationInstance=ConversationInstance;function ConversationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ConversationContextImpl(e,i,n)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=`/Services/${i}/Conversations`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["messagingServiceSid"]!==undefined)s["MessagingServiceSid"]=i["messagingServiceSid"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["state"]!==undefined)s["State"]=i["state"];if(i["timers.inactive"]!==undefined)s["Timers.Inactive"]=i["timers.inactive"];if(i["timers.closed"]!==undefined)s["Timers.Closed"]=i["timers.closed"];if(i["bindings.email.address"]!==undefined)s["Bindings.Email.Address"]=i["bindings.email.address"];if(i["bindings.email.name"]!==undefined)s["Bindings.Email.Name"]=i["bindings.email.name"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ConversationInstance(o,e,instance._solution.chatServiceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["startDate"]!==undefined)s["StartDate"]=i["startDate"];if(i["endDate"]!==undefined)s["EndDate"]=i["endDate"];if(i["state"]!==undefined)s["State"]=i["state"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConversationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConversationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConversationListInstance=ConversationListInstance;class ConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConversationInstance(this._version,e,this._solution.chatServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConversationPage=ConversationPage},904:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(54210);class MessageContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,conversationSid:n,sid:s};this._uri=`/Services/${i}/Conversations/${n}/Messages/${s}`}get deliveryReceipts(){this._deliveryReceipts=this._deliveryReceipts||(0,f.DeliveryReceiptListInstance)(this._version,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.sid);return this._deliveryReceipts}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.chatServiceSid,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["author"]!==undefined)n["Author"]=e["author"];if(e["body"]!==undefined)n["Body"]=e["body"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["subject"]!==undefined)n["Subject"]=e["subject"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.chatServiceSid,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.sid=i.sid;this.index=a.integer(i.index);this.author=i.author;this.body=i.body;this.media=i.media;this.attributes=i.attributes;this.participantSid=i.participant_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.delivery=i.delivery;this.url=i.url;this.links=i.links;this.contentSid=i.content_sid;this._solution={chatServiceSid:n,conversationSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}deliveryReceipts(){return this._proxy.deliveryReceipts}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,sid:this.sid,index:this.index,author:this.author,body:this.body,media:this.media,attributes:this.attributes,participantSid:this.participantSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,delivery:this.delivery,url:this.url,links:this.links,contentSid:this.contentSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MessageContextImpl(e,i,n,s)};instance._version=e;instance._solution={chatServiceSid:i,conversationSid:n};instance._uri=`/Services/${i}/Conversations/${n}/Messages`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["author"]!==undefined)s["Author"]=i["author"];if(i["body"]!==undefined)s["Body"]=i["body"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["mediaSid"]!==undefined)s["MediaSid"]=i["mediaSid"];if(i["contentSid"]!==undefined)s["ContentSid"]=i["contentSid"];if(i["contentVariables"]!==undefined)s["ContentVariables"]=i["contentVariables"];if(i["subject"]!==undefined)s["Subject"]=i["subject"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.chatServiceSid,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.chatServiceSid,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},54210:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeliveryReceiptPage=i.DeliveryReceiptListInstance=i.DeliveryReceiptInstance=i.DeliveryReceiptContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeliveryReceiptContextImpl{constructor(e,i,n,s,r){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'messageSid' is not valid.")}if(!(0,u.isValidPathParam)(r)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,conversationSid:n,messageSid:s,sid:r};this._uri=`/Services/${i}/Conversations/${n}/Messages/${s}/Receipts/${r}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeliveryReceiptInstance(n,e,i._solution.chatServiceSid,i._solution.conversationSid,i._solution.messageSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptContextImpl=DeliveryReceiptContextImpl;class DeliveryReceiptInstance{constructor(e,i,n,s,r,o){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.messageSid=i.message_sid;this.sid=i.sid;this.channelMessageSid=i.channel_message_sid;this.participantSid=i.participant_sid;this.status=i.status;this.errorCode=a.integer(i.error_code);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={chatServiceSid:n,conversationSid:s,messageSid:r,sid:o||this.sid}}get _proxy(){this._context=this._context||new DeliveryReceiptContextImpl(this._version,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.messageSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,messageSid:this.messageSid,sid:this.sid,channelMessageSid:this.channelMessageSid,participantSid:this.participantSid,status:this.status,errorCode:this.errorCode,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptInstance=DeliveryReceiptInstance;function DeliveryReceiptListInstance(e,i,n,s){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'messageSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(r){return new DeliveryReceiptContextImpl(e,i,n,s,r)};instance._version=e;instance._solution={chatServiceSid:i,conversationSid:n,messageSid:s};instance._uri=`/Services/${i}/Conversations/${n}/Messages/${s}/Receipts`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeliveryReceiptPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeliveryReceiptPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeliveryReceiptListInstance=DeliveryReceiptListInstance;class DeliveryReceiptPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeliveryReceiptInstance(this._version,e,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.messageSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeliveryReceiptPage=DeliveryReceiptPage},27459:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ParticipantContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,conversationSid:n,sid:s};this._uri=`/Services/${i}/Conversations/${n}/Participants/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.chatServiceSid,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["identity"]!==undefined)n["Identity"]=e["identity"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["messagingBinding.proxyAddress"]!==undefined)n["MessagingBinding.ProxyAddress"]=e["messagingBinding.proxyAddress"];if(e["messagingBinding.projectedAddress"]!==undefined)n["MessagingBinding.ProjectedAddress"]=e["messagingBinding.projectedAddress"];if(e["lastReadMessageIndex"]!==undefined)n["LastReadMessageIndex"]=e["lastReadMessageIndex"];if(e["lastReadTimestamp"]!==undefined)n["LastReadTimestamp"]=e["lastReadTimestamp"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ParticipantInstance(o,e,r._solution.chatServiceSid,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.sid=i.sid;this.identity=i.identity;this.attributes=i.attributes;this.messagingBinding=i.messaging_binding;this.roleSid=i.role_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.lastReadMessageIndex=a.integer(i.last_read_message_index);this.lastReadTimestamp=i.last_read_timestamp;this._solution={chatServiceSid:n,conversationSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,sid:this.sid,identity:this.identity,attributes:this.attributes,messagingBinding:this.messagingBinding,roleSid:this.roleSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,lastReadMessageIndex:this.lastReadMessageIndex,lastReadTimestamp:this.lastReadTimestamp}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ParticipantContextImpl(e,i,n,s)};instance._version=e;instance._solution={chatServiceSid:i,conversationSid:n};instance._uri=`/Services/${i}/Conversations/${n}/Participants`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=i["identity"];if(i["messagingBinding.address"]!==undefined)s["MessagingBinding.Address"]=i["messagingBinding.address"];if(i["messagingBinding.proxyAddress"]!==undefined)s["MessagingBinding.ProxyAddress"]=i["messagingBinding.proxyAddress"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["messagingBinding.projectedAddress"]!==undefined)s["MessagingBinding.ProjectedAddress"]=i["messagingBinding.projectedAddress"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ParticipantInstance(o,e,instance._solution.chatServiceSid,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.chatServiceSid,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},73376:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,conversationSid:n,sid:s};this._uri=`/Services/${i}/Conversations/${n}/Webhooks/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.chatServiceSid,i._solution.conversationSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["configuration.url"]!==undefined)n["Configuration.Url"]=e["configuration.url"];if(e["configuration.method"]!==undefined)n["Configuration.Method"]=e["configuration.method"];if(e["configuration.filters"]!==undefined)n["Configuration.Filters"]=c.map(e["configuration.filters"],(e=>e));if(e["configuration.triggers"]!==undefined)n["Configuration.Triggers"]=c.map(e["configuration.triggers"],(e=>e));if(e["configuration.flowSid"]!==undefined)n["Configuration.FlowSid"]=e["configuration.flowSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.chatServiceSid,r._solution.conversationSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.target=i.target;this.url=i.url;this.configuration=i.configuration;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={chatServiceSid:n,conversationSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.chatServiceSid,this._solution.conversationSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,target:this.target,url:this.url,configuration:this.configuration,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new WebhookContextImpl(e,i,n,s)};instance._version=e;instance._solution={chatServiceSid:i,conversationSid:n};instance._uri=`/Services/${i}/Conversations/${n}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["target"]===null||i["target"]===undefined){throw new Error("Required parameter \"params['target']\" missing.")}let s={};s["Target"]=i["target"];if(i["configuration.url"]!==undefined)s["Configuration.Url"]=i["configuration.url"];if(i["configuration.method"]!==undefined)s["Configuration.Method"]=i["configuration.method"];if(i["configuration.filters"]!==undefined)s["Configuration.Filters"]=c.map(i["configuration.filters"],(e=>e));if(i["configuration.triggers"]!==undefined)s["Configuration.Triggers"]=c.map(i["configuration.triggers"],(e=>e));if(i["configuration.flowSid"]!==undefined)s["Configuration.FlowSid"]=i["configuration.flowSid"];if(i["configuration.replayAfter"]!==undefined)s["Configuration.ReplayAfter"]=i["configuration.replayAfter"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.chatServiceSid,instance._solution.conversationSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.chatServiceSid,this._solution.conversationSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},30724:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantConversationPage=i.ParticipantConversationInstance=i.ParticipantConversationListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function ParticipantConversationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const n={};n._version=e;n._solution={chatServiceSid:i};n._uri=`/Services/${i}/ParticipantConversations`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["identity"]!==undefined)r["Identity"]=i["identity"];if(i["address"]!==undefined)r["Address"]=i["address"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new ParticipantConversationPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new ParticipantConversationPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.ParticipantConversationListInstance=ParticipantConversationListInstance;class ParticipantConversationInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.participantSid=i.participant_sid;this.participantUserSid=i.participant_user_sid;this.participantIdentity=i.participant_identity;this.participantMessagingBinding=i.participant_messaging_binding;this.conversationSid=i.conversation_sid;this.conversationUniqueName=i.conversation_unique_name;this.conversationFriendlyName=i.conversation_friendly_name;this.conversationAttributes=i.conversation_attributes;this.conversationDateCreated=a.iso8601DateTime(i.conversation_date_created);this.conversationDateUpdated=a.iso8601DateTime(i.conversation_date_updated);this.conversationCreatedBy=i.conversation_created_by;this.conversationState=i.conversation_state;this.conversationTimers=i.conversation_timers;this.links=i.links}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,participantSid:this.participantSid,participantUserSid:this.participantUserSid,participantIdentity:this.participantIdentity,participantMessagingBinding:this.participantMessagingBinding,conversationSid:this.conversationSid,conversationUniqueName:this.conversationUniqueName,conversationFriendlyName:this.conversationFriendlyName,conversationAttributes:this.conversationAttributes,conversationDateCreated:this.conversationDateCreated,conversationDateUpdated:this.conversationDateUpdated,conversationCreatedBy:this.conversationCreatedBy,conversationState:this.conversationState,conversationTimers:this.conversationTimers,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantConversationInstance=ParticipantConversationInstance;class ParticipantConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantConversationInstance(this._version,e,this._solution.chatServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantConversationPage=ParticipantConversationPage},92467:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,sid:n};this._uri=`/Services/${i}/Roles/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.chatServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.chatServiceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={chatServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.chatServiceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoleContextImpl(e,i,n)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=`/Services/${i}/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e,instance._solution.chatServiceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e,this._solution.chatServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},87141:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(27201);class UserContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={chatServiceSid:i,sid:n};this._uri=`/Services/${i}/Users/${n}`}get userConversations(){this._userConversations=this._userConversations||(0,f.UserConversationListInstance)(this._version,this._solution.chatServiceSid,this._solution.sid);return this._userConversations}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.chatServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.chatServiceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.roleSid=i.role_sid;this.identity=i.identity;this.friendlyName=i.friendly_name;this.attributes=i.attributes;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={chatServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.chatServiceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userConversations(){return this._proxy.userConversations}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,roleSid:this.roleSid,identity:this.identity,friendlyName:this.friendlyName,attributes:this.attributes,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserContextImpl(e,i,n)};instance._version=e;instance._solution={chatServiceSid:i};instance._uri=`/Services/${i}/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e,instance._solution.chatServiceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e,this._solution.chatServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},27201:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserConversationPage=i.UserConversationListInstance=i.UserConversationInstance=i.UserConversationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserConversationContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'conversationSid' is not valid.")}this._solution={chatServiceSid:i,userSid:n,conversationSid:s};this._uri=`/Services/${i}/Users/${n}/Conversations/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserConversationInstance(n,e,i._solution.chatServiceSid,i._solution.userSid,i._solution.conversationSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["notificationLevel"]!==undefined)n["NotificationLevel"]=e["notificationLevel"];if(e["lastReadTimestamp"]!==undefined)n["LastReadTimestamp"]=c.iso8601DateTime(e["lastReadTimestamp"]);if(e["lastReadMessageIndex"]!==undefined)n["LastReadMessageIndex"]=e["lastReadMessageIndex"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserConversationInstance(o,e,r._solution.chatServiceSid,r._solution.userSid,r._solution.conversationSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationContextImpl=UserConversationContextImpl;class UserConversationInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.unreadMessagesCount=a.integer(i.unread_messages_count);this.lastReadMessageIndex=a.integer(i.last_read_message_index);this.participantSid=i.participant_sid;this.userSid=i.user_sid;this.friendlyName=i.friendly_name;this.conversationState=i.conversation_state;this.timers=i.timers;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.notificationLevel=i.notification_level;this.uniqueName=i.unique_name;this.url=i.url;this.links=i.links;this._solution={chatServiceSid:n,userSid:s,conversationSid:r||this.conversationSid}}get _proxy(){this._context=this._context||new UserConversationContextImpl(this._version,this._solution.chatServiceSid,this._solution.userSid,this._solution.conversationSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,unreadMessagesCount:this.unreadMessagesCount,lastReadMessageIndex:this.lastReadMessageIndex,participantSid:this.participantSid,userSid:this.userSid,friendlyName:this.friendlyName,conversationState:this.conversationState,timers:this.timers,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,notificationLevel:this.notificationLevel,uniqueName:this.uniqueName,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationInstance=UserConversationInstance;function UserConversationListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'chatServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserConversationContextImpl(e,i,n,s)};instance._version=e;instance._solution={chatServiceSid:i,userSid:n};instance._uri=`/Services/${i}/Users/${n}/Conversations`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserConversationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserConversationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserConversationListInstance=UserConversationListInstance;class UserConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserConversationInstance(this._version,e,this._solution.chatServiceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationPage=UserConversationPage},49906:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(86716);class UserContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Users/${i}`}get userConversations(){this._userConversations=this._userConversations||(0,f.UserConversationListInstance)(this._version,this._solution.sid);return this._userConversations}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.roleSid=i.role_sid;this.identity=i.identity;this.friendlyName=i.friendly_name;this.attributes=i.attributes;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userConversations(){return this._proxy.userConversations}toJSON(){return{sid:this.sid,accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,roleSid:this.roleSid,identity:this.identity,friendlyName:this.friendlyName,attributes:this.attributes,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new UserContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},86716:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserConversationPage=i.UserConversationListInstance=i.UserConversationInstance=i.UserConversationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserConversationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'conversationSid' is not valid.")}this._solution={userSid:i,conversationSid:n};this._uri=`/Users/${i}/Conversations/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserConversationInstance(n,e,i._solution.userSid,i._solution.conversationSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["notificationLevel"]!==undefined)n["NotificationLevel"]=e["notificationLevel"];if(e["lastReadTimestamp"]!==undefined)n["LastReadTimestamp"]=c.iso8601DateTime(e["lastReadTimestamp"]);if(e["lastReadMessageIndex"]!==undefined)n["LastReadMessageIndex"]=e["lastReadMessageIndex"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserConversationInstance(o,e,r._solution.userSid,r._solution.conversationSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationContextImpl=UserConversationContextImpl;class UserConversationInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.chatServiceSid=i.chat_service_sid;this.conversationSid=i.conversation_sid;this.unreadMessagesCount=a.integer(i.unread_messages_count);this.lastReadMessageIndex=a.integer(i.last_read_message_index);this.participantSid=i.participant_sid;this.userSid=i.user_sid;this.friendlyName=i.friendly_name;this.conversationState=i.conversation_state;this.timers=i.timers;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.notificationLevel=i.notification_level;this.uniqueName=i.unique_name;this.url=i.url;this.links=i.links;this._solution={userSid:n,conversationSid:s||this.conversationSid}}get _proxy(){this._context=this._context||new UserConversationContextImpl(this._version,this._solution.userSid,this._solution.conversationSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,chatServiceSid:this.chatServiceSid,conversationSid:this.conversationSid,unreadMessagesCount:this.unreadMessagesCount,lastReadMessageIndex:this.lastReadMessageIndex,participantSid:this.participantSid,userSid:this.userSid,friendlyName:this.friendlyName,conversationState:this.conversationState,timers:this.timers,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,notificationLevel:this.notificationLevel,uniqueName:this.uniqueName,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationInstance=UserConversationInstance;function UserConversationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserConversationContextImpl(e,i,n)};instance._version=e;instance._solution={userSid:i};instance._uri=`/Users/${i}/Conversations`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserConversationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserConversationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserConversationListInstance=UserConversationListInstance;class UserConversationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserConversationInstance(this._version,e,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserConversationPage=UserConversationPage},47767:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(4359);const a=n(18983);const c=n(2434);const u=n(97939);class V1 extends r.default{constructor(e){super(e,"v1")}get eventTypes(){this._eventTypes=this._eventTypes||(0,o.EventTypeListInstance)(this);return this._eventTypes}get schemas(){this._schemas=this._schemas||(0,a.SchemaListInstance)(this);return this._schemas}get sinks(){this._sinks=this._sinks||(0,c.SinkListInstance)(this);return this._sinks}get subscriptions(){this._subscriptions=this._subscriptions||(0,u.SubscriptionListInstance)(this);return this._subscriptions}}i["default"]=V1},4359:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EventTypePage=i.EventTypeListInstance=i.EventTypeInstance=i.EventTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EventTypeContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'type' is not valid.")}this._solution={type:i};this._uri=`/Types/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EventTypeInstance(n,e,i._solution.type)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventTypeContextImpl=EventTypeContextImpl;class EventTypeInstance{constructor(e,i,n){this._version=e;this.type=i.type;this.schemaId=i.schema_id;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.description=i.description;this.url=i.url;this.links=i.links;this._solution={type:n||this.type}}get _proxy(){this._context=this._context||new EventTypeContextImpl(this._version,this._solution.type);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{type:this.type,schemaId:this.schemaId,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,description:this.description,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventTypeInstance=EventTypeInstance;function EventTypeListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EventTypeContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Types`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["schemaId"]!==undefined)s["SchemaId"]=i["schemaId"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EventTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EventTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EventTypeListInstance=EventTypeListInstance;class EventTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EventTypeInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventTypePage=EventTypePage},18983:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SchemaListInstance=i.SchemaInstance=i.SchemaContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(54131);class SchemaContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'id' is not valid.")}this._solution={id:i};this._uri=`/Schemas/${i}`}get versions(){this._versions=this._versions||(0,c.SchemaVersionListInstance)(this._version,this._solution.id);return this._versions}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SchemaInstance(n,e,i._solution.id)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SchemaContextImpl=SchemaContextImpl;class SchemaInstance{constructor(e,i,n){this._version=e;this.id=i.id;this.url=i.url;this.links=i.links;this.latestVersionDateCreated=r.iso8601DateTime(i.latest_version_date_created);this.latestVersion=r.integer(i.latest_version);this._solution={id:n||this.id}}get _proxy(){this._context=this._context||new SchemaContextImpl(this._version,this._solution.id);return this._context}fetch(e){return this._proxy.fetch(e)}versions(){return this._proxy.versions}toJSON(){return{id:this.id,url:this.url,links:this.links,latestVersionDateCreated:this.latestVersionDateCreated,latestVersion:this.latestVersion}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SchemaInstance=SchemaInstance;function SchemaListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SchemaContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SchemaListInstance=SchemaListInstance},54131:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SchemaVersionPage=i.SchemaVersionListInstance=i.SchemaVersionInstance=i.SchemaVersionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SchemaVersionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'id' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'schemaVersion' is not valid.")}this._solution={id:i,schemaVersion:n};this._uri=`/Schemas/${i}/Versions/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SchemaVersionInstance(n,e,i._solution.id,i._solution.schemaVersion)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SchemaVersionContextImpl=SchemaVersionContextImpl;class SchemaVersionInstance{constructor(e,i,n,s){this._version=e;this.id=i.id;this.schemaVersion=a.integer(i.schema_version);this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this.raw=i.raw;this._solution={id:n,schemaVersion:s||this.schemaVersion}}get _proxy(){this._context=this._context||new SchemaVersionContextImpl(this._version,this._solution.id,this._solution.schemaVersion);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{id:this.id,schemaVersion:this.schemaVersion,dateCreated:this.dateCreated,url:this.url,raw:this.raw}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SchemaVersionInstance=SchemaVersionInstance;function SchemaVersionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'id' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SchemaVersionContextImpl(e,i,n)};instance._version=e;instance._solution={id:i};instance._uri=`/Schemas/${i}/Versions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SchemaVersionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SchemaVersionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SchemaVersionListInstance=SchemaVersionListInstance;class SchemaVersionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SchemaVersionInstance(this._version,e,this._solution.id)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SchemaVersionPage=SchemaVersionPage},2434:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SinkPage=i.SinkListInstance=i.SinkInstance=i.SinkContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(89082);const _=n(25105);class SinkContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Sinks/${i}`}get sinkTest(){this._sinkTest=this._sinkTest||(0,f.SinkTestListInstance)(this._version,this._solution.sid);return this._sinkTest}get sinkValidate(){this._sinkValidate=this._sinkValidate||(0,_.SinkValidateListInstance)(this._version,this._solution.sid);return this._sinkValidate}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SinkInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["description"]===null||e["description"]===undefined){throw new Error("Required parameter \"params['description']\" missing.")}let n={};n["Description"]=e["description"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SinkInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SinkContextImpl=SinkContextImpl;class SinkInstance{constructor(e,i,n){this._version=e;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.description=i.description;this.sid=i.sid;this.sinkConfiguration=i.sink_configuration;this.sinkType=i.sink_type;this.status=i.status;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SinkContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}sinkTest(){return this._proxy.sinkTest}sinkValidate(){return this._proxy.sinkValidate}toJSON(){return{dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,description:this.description,sid:this.sid,sinkConfiguration:this.sinkConfiguration,sinkType:this.sinkType,status:this.status,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SinkInstance=SinkInstance;function SinkListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SinkContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Sinks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["description"]===null||i["description"]===undefined){throw new Error("Required parameter \"params['description']\" missing.")}if(i["sinkConfiguration"]===null||i["sinkConfiguration"]===undefined){throw new Error("Required parameter \"params['sinkConfiguration']\" missing.")}if(i["sinkType"]===null||i["sinkType"]===undefined){throw new Error("Required parameter \"params['sinkType']\" missing.")}let s={};s["Description"]=i["description"];s["SinkConfiguration"]=c.object(i["sinkConfiguration"]);s["SinkType"]=i["sinkType"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SinkInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["inUse"]!==undefined)s["InUse"]=c.bool(i["inUse"]);if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SinkPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SinkPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SinkListInstance=SinkListInstance;class SinkPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SinkInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SinkPage=SinkPage},89082:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SinkTestInstance=i.SinkTestListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function SinkTestListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const n={};n._version=e;n._solution={sid:i};n._uri=`/Sinks/${i}/Test`;n.create=function create(i){let s=e,r=s.create({uri:n._uri,method:"post"});r=r.then((e=>new SinkTestInstance(s,e,n._solution.sid)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.SinkTestListInstance=SinkTestListInstance;class SinkTestInstance{constructor(e,i,n){this._version=e;this.result=i.result}toJSON(){return{result:this.result}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SinkTestInstance=SinkTestInstance},25105:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SinkValidateInstance=i.SinkValidateListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function SinkValidateListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const n={};n._version=e;n._solution={sid:i};n._uri=`/Sinks/${i}/Validate`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["testId"]===null||i["testId"]===undefined){throw new Error("Required parameter \"params['testId']\" missing.")}let r={};r["TestId"]=i["testId"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new SinkValidateInstance(a,e,n._solution.sid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.SinkValidateListInstance=SinkValidateListInstance;class SinkValidateInstance{constructor(e,i,n){this._version=e;this.result=i.result}toJSON(){return{result:this.result}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SinkValidateInstance=SinkValidateInstance},97939:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SubscriptionPage=i.SubscriptionListInstance=i.SubscriptionInstance=i.SubscriptionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(2108);class SubscriptionContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Subscriptions/${i}`}get subscribedEvents(){this._subscribedEvents=this._subscribedEvents||(0,f.SubscribedEventListInstance)(this._version,this._solution.sid);return this._subscribedEvents}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SubscriptionInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["description"]!==undefined)n["Description"]=e["description"];if(e["sinkSid"]!==undefined)n["SinkSid"]=e["sinkSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SubscriptionInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscriptionContextImpl=SubscriptionContextImpl;class SubscriptionInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.description=i.description;this.sinkSid=i.sink_sid;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SubscriptionContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}subscribedEvents(){return this._proxy.subscribedEvents}toJSON(){return{accountSid:this.accountSid,sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,description:this.description,sinkSid:this.sinkSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscriptionInstance=SubscriptionInstance;function SubscriptionListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SubscriptionContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Subscriptions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["description"]===null||i["description"]===undefined){throw new Error("Required parameter \"params['description']\" missing.")}if(i["sinkSid"]===null||i["sinkSid"]===undefined){throw new Error("Required parameter \"params['sinkSid']\" missing.")}if(i["types"]===null||i["types"]===undefined){throw new Error("Required parameter \"params['types']\" missing.")}let s={};s["Description"]=i["description"];s["SinkSid"]=i["sinkSid"];s["Types"]=c.map(i["types"],(e=>c.object(e)));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SubscriptionInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["sinkSid"]!==undefined)s["SinkSid"]=i["sinkSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SubscriptionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SubscriptionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SubscriptionListInstance=SubscriptionListInstance;class SubscriptionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SubscriptionInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscriptionPage=SubscriptionPage},2108:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SubscribedEventPage=i.SubscribedEventListInstance=i.SubscribedEventInstance=i.SubscribedEventContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SubscribedEventContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'subscriptionSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'type' is not valid.")}this._solution={subscriptionSid:i,type:n};this._uri=`/Subscriptions/${i}/SubscribedEvents/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SubscribedEventInstance(n,e,i._solution.subscriptionSid,i._solution.type)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["schemaVersion"]!==undefined)n["SchemaVersion"]=e["schemaVersion"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SubscribedEventInstance(o,e,r._solution.subscriptionSid,r._solution.type)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedEventContextImpl=SubscribedEventContextImpl;class SubscribedEventInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.type=i.type;this.schemaVersion=a.integer(i.schema_version);this.subscriptionSid=i.subscription_sid;this.url=i.url;this._solution={subscriptionSid:n,type:s||this.type}}get _proxy(){this._context=this._context||new SubscribedEventContextImpl(this._version,this._solution.subscriptionSid,this._solution.type);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,type:this.type,schemaVersion:this.schemaVersion,subscriptionSid:this.subscriptionSid,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedEventInstance=SubscribedEventInstance;function SubscribedEventListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'subscriptionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SubscribedEventContextImpl(e,i,n)};instance._version=e;instance._solution={subscriptionSid:i};instance._uri=`/Subscriptions/${i}/SubscribedEvents`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["schemaVersion"]!==undefined)s["SchemaVersion"]=i["schemaVersion"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SubscribedEventInstance(o,e,instance._solution.subscriptionSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SubscribedEventPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SubscribedEventPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SubscribedEventListInstance=SubscribedEventListInstance;class SubscribedEventPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SubscribedEventInstance(this._version,e,this._solution.subscriptionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedEventPage=SubscribedEventPage},47633:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(49420);const a=n(84596);const c=n(59150);const u=n(85854);const f=n(28417);const _=n(71484);const g=n(25652);const v=n(19165);const S=n(13856);const b=n(30539);const P=n(32927);const C=n(92997);const I=n(96891);const x=n(35249);const k=n(40678);const N=n(45265);const O=n(19769);class V1 extends r.default{constructor(e){super(e,"v1")}get assessments(){this._assessments=this._assessments||(0,o.AssessmentsListInstance)(this);return this._assessments}get channel(){this._channel=this._channel||(0,a.ChannelListInstance)(this);return this._channel}get configuration(){this._configuration=this._configuration||(0,c.ConfigurationListInstance)(this);return this._configuration}get flexFlow(){this._flexFlow=this._flexFlow||(0,u.FlexFlowListInstance)(this);return this._flexFlow}get insightsAssessmentsComment(){this._insightsAssessmentsComment=this._insightsAssessmentsComment||(0,f.InsightsAssessmentsCommentListInstance)(this);return this._insightsAssessmentsComment}get insightsConversations(){this._insightsConversations=this._insightsConversations||(0,_.InsightsConversationsListInstance)(this);return this._insightsConversations}get insightsQuestionnaires(){this._insightsQuestionnaires=this._insightsQuestionnaires||(0,g.InsightsQuestionnairesListInstance)(this);return this._insightsQuestionnaires}get insightsQuestionnairesCategory(){this._insightsQuestionnairesCategory=this._insightsQuestionnairesCategory||(0,v.InsightsQuestionnairesCategoryListInstance)(this);return this._insightsQuestionnairesCategory}get insightsQuestionnairesQuestion(){this._insightsQuestionnairesQuestion=this._insightsQuestionnairesQuestion||(0,S.InsightsQuestionnairesQuestionListInstance)(this);return this._insightsQuestionnairesQuestion}get insightsSegments(){this._insightsSegments=this._insightsSegments||(0,b.InsightsSegmentsListInstance)(this);return this._insightsSegments}get insightsSession(){this._insightsSession=this._insightsSession||(0,P.InsightsSessionListInstance)(this);return this._insightsSession}get insightsSettingsAnswerSets(){this._insightsSettingsAnswerSets=this._insightsSettingsAnswerSets||(0,C.InsightsSettingsAnswerSetsListInstance)(this);return this._insightsSettingsAnswerSets}get insightsSettingsComment(){this._insightsSettingsComment=this._insightsSettingsComment||(0,I.InsightsSettingsCommentListInstance)(this);return this._insightsSettingsComment}get insightsUserRoles(){this._insightsUserRoles=this._insightsUserRoles||(0,x.InsightsUserRolesListInstance)(this);return this._insightsUserRoles}get interaction(){this._interaction=this._interaction||(0,k.InteractionListInstance)(this);return this._interaction}get provisioningStatus(){this._provisioningStatus=this._provisioningStatus||(0,N.ProvisioningStatusListInstance)(this);return this._provisioningStatus}get webChannel(){this._webChannel=this._webChannel||(0,O.WebChannelListInstance)(this);return this._webChannel}}i["default"]=V1},99889:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(17713);class V2 extends r.default{constructor(e){super(e,"v2")}get webChannels(){this._webChannels=this._webChannels||(0,o.WebChannelsListInstance)(this);return this._webChannels}}i["default"]=V2},49420:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssessmentsPage=i.AssessmentsListInstance=i.AssessmentsInstance=i.AssessmentsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AssessmentsContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'assessmentSid' is not valid.")}this._solution={assessmentSid:i};this._uri=`/Insights/QualityManagement/Assessments/${i}`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["offset"]===null||e["offset"]===undefined){throw new Error("Required parameter \"params['offset']\" missing.")}if(e["answerText"]===null||e["answerText"]===undefined){throw new Error("Required parameter \"params['answerText']\" missing.")}if(e["answerId"]===null||e["answerId"]===undefined){throw new Error("Required parameter \"params['answerId']\" missing.")}let n={};n["Offset"]=e["offset"];n["AnswerText"]=e["answerText"];n["AnswerId"]=e["answerId"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AssessmentsInstance(o,e,r._solution.assessmentSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssessmentsContextImpl=AssessmentsContextImpl;class AssessmentsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.assessmentSid=i.assessment_sid;this.offset=i.offset;this.report=i.report;this.weight=i.weight;this.agentId=i.agent_id;this.segmentId=i.segment_id;this.userName=i.user_name;this.userEmail=i.user_email;this.answerText=i.answer_text;this.answerId=i.answer_id;this.assessment=i.assessment;this.timestamp=i.timestamp;this.url=i.url;this._solution={assessmentSid:n||this.assessmentSid}}get _proxy(){this._context=this._context||new AssessmentsContextImpl(this._version,this._solution.assessmentSid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assessmentSid:this.assessmentSid,offset:this.offset,report:this.report,weight:this.weight,agentId:this.agentId,segmentId:this.segmentId,userName:this.userName,userEmail:this.userEmail,answerText:this.answerText,answerId:this.answerId,assessment:this.assessment,timestamp:this.timestamp,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssessmentsInstance=AssessmentsInstance;function AssessmentsListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AssessmentsContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Insights/QualityManagement/Assessments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["categorySid"]===null||i["categorySid"]===undefined){throw new Error("Required parameter \"params['categorySid']\" missing.")}if(i["categoryName"]===null||i["categoryName"]===undefined){throw new Error("Required parameter \"params['categoryName']\" missing.")}if(i["segmentId"]===null||i["segmentId"]===undefined){throw new Error("Required parameter \"params['segmentId']\" missing.")}if(i["agentId"]===null||i["agentId"]===undefined){throw new Error("Required parameter \"params['agentId']\" missing.")}if(i["offset"]===null||i["offset"]===undefined){throw new Error("Required parameter \"params['offset']\" missing.")}if(i["metricId"]===null||i["metricId"]===undefined){throw new Error("Required parameter \"params['metricId']\" missing.")}if(i["metricName"]===null||i["metricName"]===undefined){throw new Error("Required parameter \"params['metricName']\" missing.")}if(i["answerText"]===null||i["answerText"]===undefined){throw new Error("Required parameter \"params['answerText']\" missing.")}if(i["answerId"]===null||i["answerId"]===undefined){throw new Error("Required parameter \"params['answerId']\" missing.")}if(i["questionnaireSid"]===null||i["questionnaireSid"]===undefined){throw new Error("Required parameter \"params['questionnaireSid']\" missing.")}let s={};s["CategorySid"]=i["categorySid"];s["CategoryName"]=i["categoryName"];s["SegmentId"]=i["segmentId"];s["AgentId"]=i["agentId"];s["Offset"]=i["offset"];s["MetricId"]=i["metricId"];s["MetricName"]=i["metricName"];s["AnswerText"]=i["answerText"];s["AnswerId"]=i["answerId"];s["QuestionnaireSid"]=i["questionnaireSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AssessmentsInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["segmentId"]!==undefined)s["SegmentId"]=i["segmentId"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssessmentsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssessmentsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssessmentsListInstance=AssessmentsListInstance;class AssessmentsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssessmentsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssessmentsPage=AssessmentsPage},84596:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelPage=i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ChannelContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Channels/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.flexFlowSid=i.flex_flow_sid;this.sid=i.sid;this.userSid=i.user_sid;this.taskSid=i.task_sid;this.url=i.url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,flexFlowSid:this.flexFlowSid,sid:this.sid,userSid:this.userSid,taskSid:this.taskSid,url:this.url,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ChannelContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Channels`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["flexFlowSid"]===null||i["flexFlowSid"]===undefined){throw new Error("Required parameter \"params['flexFlowSid']\" missing.")}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}if(i["chatUserFriendlyName"]===null||i["chatUserFriendlyName"]===undefined){throw new Error("Required parameter \"params['chatUserFriendlyName']\" missing.")}if(i["chatFriendlyName"]===null||i["chatFriendlyName"]===undefined){throw new Error("Required parameter \"params['chatFriendlyName']\" missing.")}let s={};s["FlexFlowSid"]=i["flexFlowSid"];s["Identity"]=i["identity"];s["ChatUserFriendlyName"]=i["chatUserFriendlyName"];s["ChatFriendlyName"]=i["chatFriendlyName"];if(i["target"]!==undefined)s["Target"]=i["target"];if(i["chatUniqueName"]!==undefined)s["ChatUniqueName"]=i["chatUniqueName"];if(i["preEngagementData"]!==undefined)s["PreEngagementData"]=i["preEngagementData"];if(i["taskSid"]!==undefined)s["TaskSid"]=i["taskSid"];if(i["taskAttributes"]!==undefined)s["TaskAttributes"]=i["taskAttributes"];if(i["longLived"]!==undefined)s["LongLived"]=c.bool(i["longLived"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChannelInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance;class ChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelPage=ChannelPage},59150:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ConfigurationListInstance=i.ConfigurationInstance=i.ConfigurationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class ConfigurationContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Configuration`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uiVersion"]!==undefined)n["UiVersion"]=e["uiVersion"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new ConfigurationInstance(o,e)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationContextImpl=ConfigurationContextImpl;class ConfigurationInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.attributes=i.attributes;this.status=i.status;this.taskrouterWorkspaceSid=i.taskrouter_workspace_sid;this.taskrouterTargetWorkflowSid=i.taskrouter_target_workflow_sid;this.taskrouterTargetTaskqueueSid=i.taskrouter_target_taskqueue_sid;this.taskrouterTaskqueues=i.taskrouter_taskqueues;this.taskrouterSkills=i.taskrouter_skills;this.taskrouterWorkerChannels=i.taskrouter_worker_channels;this.taskrouterWorkerAttributes=i.taskrouter_worker_attributes;this.taskrouterOfflineActivitySid=i.taskrouter_offline_activity_sid;this.runtimeDomain=i.runtime_domain;this.messagingServiceInstanceSid=i.messaging_service_instance_sid;this.chatServiceInstanceSid=i.chat_service_instance_sid;this.flexServiceInstanceSid=i.flex_service_instance_sid;this.flexInstanceSid=i.flex_instance_sid;this.uiLanguage=i.ui_language;this.uiAttributes=i.ui_attributes;this.uiDependencies=i.ui_dependencies;this.uiVersion=i.ui_version;this.serviceVersion=i.service_version;this.callRecordingEnabled=i.call_recording_enabled;this.callRecordingWebhookUrl=i.call_recording_webhook_url;this.crmEnabled=i.crm_enabled;this.crmType=i.crm_type;this.crmCallbackUrl=i.crm_callback_url;this.crmFallbackUrl=i.crm_fallback_url;this.crmAttributes=i.crm_attributes;this.publicAttributes=i.public_attributes;this.pluginServiceEnabled=i.plugin_service_enabled;this.pluginServiceAttributes=i.plugin_service_attributes;this.integrations=i.integrations;this.outboundCallFlows=i.outbound_call_flows;this.serverlessServiceSids=i.serverless_service_sids;this.queueStatsConfiguration=i.queue_stats_configuration;this.notifications=i.notifications;this.markdown=i.markdown;this.url=i.url;this.flexInsightsHr=i.flex_insights_hr;this.flexInsightsDrilldown=i.flex_insights_drilldown;this.flexUrl=i.flex_url;this.channelConfigs=i.channel_configs;this.debuggerIntegration=i.debugger_integration;this.flexUiStatusReport=i.flex_ui_status_report;this.agentConvEndMethods=i.agent_conv_end_methods;this.citrixVoiceVdi=i.citrix_voice_vdi;this.offlineConfig=i.offline_config;this._solution={}}get _proxy(){this._context=this._context||new ConfigurationContextImpl(this._version);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,attributes:this.attributes,status:this.status,taskrouterWorkspaceSid:this.taskrouterWorkspaceSid,taskrouterTargetWorkflowSid:this.taskrouterTargetWorkflowSid,taskrouterTargetTaskqueueSid:this.taskrouterTargetTaskqueueSid,taskrouterTaskqueues:this.taskrouterTaskqueues,taskrouterSkills:this.taskrouterSkills,taskrouterWorkerChannels:this.taskrouterWorkerChannels,taskrouterWorkerAttributes:this.taskrouterWorkerAttributes,taskrouterOfflineActivitySid:this.taskrouterOfflineActivitySid,runtimeDomain:this.runtimeDomain,messagingServiceInstanceSid:this.messagingServiceInstanceSid,chatServiceInstanceSid:this.chatServiceInstanceSid,flexServiceInstanceSid:this.flexServiceInstanceSid,flexInstanceSid:this.flexInstanceSid,uiLanguage:this.uiLanguage,uiAttributes:this.uiAttributes,uiDependencies:this.uiDependencies,uiVersion:this.uiVersion,serviceVersion:this.serviceVersion,callRecordingEnabled:this.callRecordingEnabled,callRecordingWebhookUrl:this.callRecordingWebhookUrl,crmEnabled:this.crmEnabled,crmType:this.crmType,crmCallbackUrl:this.crmCallbackUrl,crmFallbackUrl:this.crmFallbackUrl,crmAttributes:this.crmAttributes,publicAttributes:this.publicAttributes,pluginServiceEnabled:this.pluginServiceEnabled,pluginServiceAttributes:this.pluginServiceAttributes,integrations:this.integrations,outboundCallFlows:this.outboundCallFlows,serverlessServiceSids:this.serverlessServiceSids,queueStatsConfiguration:this.queueStatsConfiguration,notifications:this.notifications,markdown:this.markdown,url:this.url,flexInsightsHr:this.flexInsightsHr,flexInsightsDrilldown:this.flexInsightsDrilldown,flexUrl:this.flexUrl,channelConfigs:this.channelConfigs,debuggerIntegration:this.debuggerIntegration,flexUiStatusReport:this.flexUiStatusReport,agentConvEndMethods:this.agentConvEndMethods,citrixVoiceVdi:this.citrixVoiceVdi,offlineConfig:this.offlineConfig}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ConfigurationInstance=ConfigurationInstance;function ConfigurationListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new ConfigurationContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ConfigurationListInstance=ConfigurationListInstance},85854:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FlexFlowPage=i.FlexFlowListInstance=i.FlexFlowInstance=i.FlexFlowContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FlexFlowContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/FlexFlows/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FlexFlowInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["chatServiceSid"]!==undefined)n["ChatServiceSid"]=e["chatServiceSid"];if(e["channelType"]!==undefined)n["ChannelType"]=e["channelType"];if(e["contactIdentity"]!==undefined)n["ContactIdentity"]=e["contactIdentity"];if(e["enabled"]!==undefined)n["Enabled"]=c.bool(e["enabled"]);if(e["integrationType"]!==undefined)n["IntegrationType"]=e["integrationType"];if(e["integration.flowSid"]!==undefined)n["Integration.FlowSid"]=e["integration.flowSid"];if(e["integration.url"]!==undefined)n["Integration.Url"]=e["integration.url"];if(e["integration.workspaceSid"]!==undefined)n["Integration.WorkspaceSid"]=e["integration.workspaceSid"];if(e["integration.workflowSid"]!==undefined)n["Integration.WorkflowSid"]=e["integration.workflowSid"];if(e["integration.channel"]!==undefined)n["Integration.Channel"]=e["integration.channel"];if(e["integration.timeout"]!==undefined)n["Integration.Timeout"]=e["integration.timeout"];if(e["integration.priority"]!==undefined)n["Integration.Priority"]=e["integration.priority"];if(e["integration.creationOnMessage"]!==undefined)n["Integration.CreationOnMessage"]=c.bool(e["integration.creationOnMessage"]);if(e["longLived"]!==undefined)n["LongLived"]=c.bool(e["longLived"]);if(e["janitorEnabled"]!==undefined)n["JanitorEnabled"]=c.bool(e["janitorEnabled"]);if(e["integration.retryCount"]!==undefined)n["Integration.RetryCount"]=e["integration.retryCount"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FlexFlowInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlexFlowContextImpl=FlexFlowContextImpl;class FlexFlowInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.friendlyName=i.friendly_name;this.chatServiceSid=i.chat_service_sid;this.channelType=i.channel_type;this.contactIdentity=i.contact_identity;this.enabled=i.enabled;this.integrationType=i.integration_type;this.integration=i.integration;this.longLived=i.long_lived;this.janitorEnabled=i.janitor_enabled;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new FlexFlowContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,friendlyName:this.friendlyName,chatServiceSid:this.chatServiceSid,channelType:this.channelType,contactIdentity:this.contactIdentity,enabled:this.enabled,integrationType:this.integrationType,integration:this.integration,longLived:this.longLived,janitorEnabled:this.janitorEnabled,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlexFlowInstance=FlexFlowInstance;function FlexFlowListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FlexFlowContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/FlexFlows`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["chatServiceSid"]===null||i["chatServiceSid"]===undefined){throw new Error("Required parameter \"params['chatServiceSid']\" missing.")}if(i["channelType"]===null||i["channelType"]===undefined){throw new Error("Required parameter \"params['channelType']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["ChatServiceSid"]=i["chatServiceSid"];s["ChannelType"]=i["channelType"];if(i["contactIdentity"]!==undefined)s["ContactIdentity"]=i["contactIdentity"];if(i["enabled"]!==undefined)s["Enabled"]=c.bool(i["enabled"]);if(i["integrationType"]!==undefined)s["IntegrationType"]=i["integrationType"];if(i["integration.flowSid"]!==undefined)s["Integration.FlowSid"]=i["integration.flowSid"];if(i["integration.url"]!==undefined)s["Integration.Url"]=i["integration.url"];if(i["integration.workspaceSid"]!==undefined)s["Integration.WorkspaceSid"]=i["integration.workspaceSid"];if(i["integration.workflowSid"]!==undefined)s["Integration.WorkflowSid"]=i["integration.workflowSid"];if(i["integration.channel"]!==undefined)s["Integration.Channel"]=i["integration.channel"];if(i["integration.timeout"]!==undefined)s["Integration.Timeout"]=i["integration.timeout"];if(i["integration.priority"]!==undefined)s["Integration.Priority"]=i["integration.priority"];if(i["integration.creationOnMessage"]!==undefined)s["Integration.CreationOnMessage"]=c.bool(i["integration.creationOnMessage"]);if(i["longLived"]!==undefined)s["LongLived"]=c.bool(i["longLived"]);if(i["janitorEnabled"]!==undefined)s["JanitorEnabled"]=c.bool(i["janitorEnabled"]);if(i["integration.retryCount"]!==undefined)s["Integration.RetryCount"]=i["integration.retryCount"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FlexFlowInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FlexFlowPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FlexFlowPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FlexFlowListInstance=FlexFlowListInstance;class FlexFlowPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FlexFlowInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlexFlowPage=FlexFlowPage},28417:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsAssessmentsCommentPage=i.InsightsAssessmentsCommentInstance=i.InsightsAssessmentsCommentListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function InsightsAssessmentsCommentListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Insights/QualityManagement/Assessments/Comments`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["categoryId"]===null||n["categoryId"]===undefined){throw new Error("Required parameter \"params['categoryId']\" missing.")}if(n["categoryName"]===null||n["categoryName"]===undefined){throw new Error("Required parameter \"params['categoryName']\" missing.")}if(n["comment"]===null||n["comment"]===undefined){throw new Error("Required parameter \"params['comment']\" missing.")}if(n["segmentId"]===null||n["segmentId"]===undefined){throw new Error("Required parameter \"params['segmentId']\" missing.")}if(n["agentId"]===null||n["agentId"]===undefined){throw new Error("Required parameter \"params['agentId']\" missing.")}if(n["offset"]===null||n["offset"]===undefined){throw new Error("Required parameter \"params['offset']\" missing.")}let r={};r["CategoryId"]=n["categoryId"];r["CategoryName"]=n["categoryName"];r["Comment"]=n["comment"];r["SegmentId"]=n["segmentId"];r["AgentId"]=n["agentId"];r["Offset"]=n["offset"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,c=a.create({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new InsightsAssessmentsCommentInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["segmentId"]!==undefined)r["SegmentId"]=n["segmentId"];if(n["agentId"]!==undefined)r["AgentId"]=n["agentId"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new InsightsAssessmentsCommentPage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new InsightsAssessmentsCommentPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.InsightsAssessmentsCommentListInstance=InsightsAssessmentsCommentListInstance;class InsightsAssessmentsCommentInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.assessmentSid=i.assessment_sid;this.comment=i.comment;this.offset=i.offset;this.report=i.report;this.weight=i.weight;this.agentId=i.agent_id;this.segmentId=i.segment_id;this.userName=i.user_name;this.userEmail=i.user_email;this.timestamp=i.timestamp;this.url=i.url}toJSON(){return{accountSid:this.accountSid,assessmentSid:this.assessmentSid,comment:this.comment,offset:this.offset,report:this.report,weight:this.weight,agentId:this.agentId,segmentId:this.segmentId,userName:this.userName,userEmail:this.userEmail,timestamp:this.timestamp,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsAssessmentsCommentInstance=InsightsAssessmentsCommentInstance;class InsightsAssessmentsCommentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsAssessmentsCommentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsAssessmentsCommentPage=InsightsAssessmentsCommentPage},71484:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsConversationsPage=i.InsightsConversationsInstance=i.InsightsConversationsListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function InsightsConversationsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Insights/Conversations`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["segmentId"]!==undefined)r["SegmentId"]=n["segmentId"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new InsightsConversationsPage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new InsightsConversationsPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.InsightsConversationsListInstance=InsightsConversationsListInstance;class InsightsConversationsInstance{constructor(e,i){this._version=e;this.accountId=i.account_id;this.conversationId=i.conversation_id;this.segmentCount=a.integer(i.segment_count);this.segments=i.segments}toJSON(){return{accountId:this.accountId,conversationId:this.conversationId,segmentCount:this.segmentCount,segments:this.segments}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsConversationsInstance=InsightsConversationsInstance;class InsightsConversationsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsConversationsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsConversationsPage=InsightsConversationsPage},25652:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsQuestionnairesPage=i.InsightsQuestionnairesListInstance=i.InsightsQuestionnairesInstance=i.InsightsQuestionnairesContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InsightsQuestionnairesContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'questionnaireSid' is not valid.")}this._solution={questionnaireSid:i};this._uri=`/Insights/QualityManagement/Questionnaires/${i}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new InsightsQuestionnairesInstance(o,e,r._solution.questionnaireSid)));a=r._version.setPromiseCallback(a,i);return a}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["active"]===null||e["active"]===undefined){throw new Error("Required parameter \"params['active']\" missing.")}let n={};n["Active"]=c.bool(e["active"]);if(e["name"]!==undefined)n["Name"]=e["name"];if(e["description"]!==undefined)n["Description"]=e["description"];if(e["questionSids"]!==undefined)n["QuestionSids"]=c.map(e["questionSids"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InsightsQuestionnairesInstance(o,e,r._solution.questionnaireSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesContextImpl=InsightsQuestionnairesContextImpl;class InsightsQuestionnairesInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.questionnaireSid=i.questionnaire_sid;this.name=i.name;this.description=i.description;this.active=i.active;this.questions=i.questions;this.url=i.url;this._solution={questionnaireSid:n||this.questionnaireSid}}get _proxy(){this._context=this._context||new InsightsQuestionnairesContextImpl(this._version,this._solution.questionnaireSid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e,i){return this._proxy.fetch(e,i)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,questionnaireSid:this.questionnaireSid,name:this.name,description:this.description,active:this.active,questions:this.questions,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesInstance=InsightsQuestionnairesInstance;function InsightsQuestionnairesListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new InsightsQuestionnairesContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Insights/QualityManagement/Questionnaires`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["name"]===null||i["name"]===undefined){throw new Error("Required parameter \"params['name']\" missing.")}let s={};s["Name"]=i["name"];if(i["description"]!==undefined)s["Description"]=i["description"];if(i["active"]!==undefined)s["Active"]=c.bool(i["active"]);if(i["questionSids"]!==undefined)s["QuestionSids"]=c.map(i["questionSids"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InsightsQuestionnairesInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["includeInactive"]!==undefined)s["IncludeInactive"]=c.bool(i["includeInactive"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InsightsQuestionnairesPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InsightsQuestionnairesPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InsightsQuestionnairesListInstance=InsightsQuestionnairesListInstance;class InsightsQuestionnairesPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsQuestionnairesInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesPage=InsightsQuestionnairesPage},19165:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsQuestionnairesCategoryPage=i.InsightsQuestionnairesCategoryListInstance=i.InsightsQuestionnairesCategoryInstance=i.InsightsQuestionnairesCategoryContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InsightsQuestionnairesCategoryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'categorySid' is not valid.")}this._solution={categorySid:i};this._uri=`/Insights/QualityManagement/Categories/${i}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["name"]===null||e["name"]===undefined){throw new Error("Required parameter \"params['name']\" missing.")}let n={};n["Name"]=e["name"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InsightsQuestionnairesCategoryInstance(o,e,r._solution.categorySid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesCategoryContextImpl=InsightsQuestionnairesCategoryContextImpl;class InsightsQuestionnairesCategoryInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.categorySid=i.category_sid;this.name=i.name;this.url=i.url;this._solution={categorySid:n||this.categorySid}}get _proxy(){this._context=this._context||new InsightsQuestionnairesCategoryContextImpl(this._version,this._solution.categorySid);return this._context}remove(e,i){return this._proxy.remove(e,i)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,categorySid:this.categorySid,name:this.name,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesCategoryInstance=InsightsQuestionnairesCategoryInstance;function InsightsQuestionnairesCategoryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new InsightsQuestionnairesCategoryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Insights/QualityManagement/Categories`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["name"]===null||i["name"]===undefined){throw new Error("Required parameter \"params['name']\" missing.")}let s={};s["Name"]=i["name"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InsightsQuestionnairesCategoryInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InsightsQuestionnairesCategoryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InsightsQuestionnairesCategoryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InsightsQuestionnairesCategoryListInstance=InsightsQuestionnairesCategoryListInstance;class InsightsQuestionnairesCategoryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsQuestionnairesCategoryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesCategoryPage=InsightsQuestionnairesCategoryPage},13856:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsQuestionnairesQuestionPage=i.InsightsQuestionnairesQuestionListInstance=i.InsightsQuestionnairesQuestionInstance=i.InsightsQuestionnairesQuestionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InsightsQuestionnairesQuestionContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'questionSid' is not valid.")}this._solution={questionSid:i};this._uri=`/Insights/QualityManagement/Questions/${i}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["allowNa"]===null||e["allowNa"]===undefined){throw new Error("Required parameter \"params['allowNa']\" missing.")}let n={};n["AllowNa"]=c.bool(e["allowNa"]);if(e["categorySid"]!==undefined)n["CategorySid"]=e["categorySid"];if(e["question"]!==undefined)n["Question"]=e["question"];if(e["description"]!==undefined)n["Description"]=e["description"];if(e["answerSetId"]!==undefined)n["AnswerSetId"]=e["answerSetId"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InsightsQuestionnairesQuestionInstance(o,e,r._solution.questionSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesQuestionContextImpl=InsightsQuestionnairesQuestionContextImpl;class InsightsQuestionnairesQuestionInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.questionSid=i.question_sid;this.question=i.question;this.description=i.description;this.category=i.category;this.answerSetId=i.answer_set_id;this.allowNa=i.allow_na;this.usage=a.integer(i.usage);this.answerSet=i.answer_set;this.url=i.url;this._solution={questionSid:n||this.questionSid}}get _proxy(){this._context=this._context||new InsightsQuestionnairesQuestionContextImpl(this._version,this._solution.questionSid);return this._context}remove(e,i){return this._proxy.remove(e,i)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,questionSid:this.questionSid,question:this.question,description:this.description,category:this.category,answerSetId:this.answerSetId,allowNa:this.allowNa,usage:this.usage,answerSet:this.answerSet,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesQuestionInstance=InsightsQuestionnairesQuestionInstance;function InsightsQuestionnairesQuestionListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new InsightsQuestionnairesQuestionContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Insights/QualityManagement/Questions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["categorySid"]===null||i["categorySid"]===undefined){throw new Error("Required parameter \"params['categorySid']\" missing.")}if(i["question"]===null||i["question"]===undefined){throw new Error("Required parameter \"params['question']\" missing.")}if(i["answerSetId"]===null||i["answerSetId"]===undefined){throw new Error("Required parameter \"params['answerSetId']\" missing.")}if(i["allowNa"]===null||i["allowNa"]===undefined){throw new Error("Required parameter \"params['allowNa']\" missing.")}let s={};s["CategorySid"]=i["categorySid"];s["Question"]=i["question"];s["AnswerSetId"]=i["answerSetId"];s["AllowNa"]=c.bool(i["allowNa"]);if(i["description"]!==undefined)s["Description"]=i["description"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InsightsQuestionnairesQuestionInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["categorySid"]!==undefined)s["CategorySid"]=c.map(i["categorySid"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};if(i["authorization"]!==undefined)r["Authorization"]=i["authorization"];let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InsightsQuestionnairesQuestionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InsightsQuestionnairesQuestionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InsightsQuestionnairesQuestionListInstance=InsightsQuestionnairesQuestionListInstance;class InsightsQuestionnairesQuestionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsQuestionnairesQuestionInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsQuestionnairesQuestionPage=InsightsQuestionnairesQuestionPage},30539:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InsightsSegmentsPage=i.InsightsSegmentsInstance=i.InsightsSegmentsListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function InsightsSegmentsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Insights/Segments`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["segmentId"]!==undefined)r["SegmentId"]=n["segmentId"];if(n["reservationId"]!==undefined)r["ReservationId"]=c.map(n["reservationId"],(e=>e));if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,u=a.page({uri:i._uri,method:"get",params:r,headers:o});u=u.then((e=>new InsightsSegmentsPage(a,e,i._solution)));u=i._version.setPromiseCallback(u,s);return u};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new InsightsSegmentsPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.InsightsSegmentsListInstance=InsightsSegmentsListInstance;class InsightsSegmentsInstance{constructor(e,i){this._version=e;this.segmentId=i.segment_id;this.externalId=i.external_id;this.queue=i.queue;this.externalContact=i.external_contact;this.externalSegmentLinkId=i.external_segment_link_id;this.date=i.date;this.accountId=i.account_id;this.externalSegmentLink=i.external_segment_link;this.agentId=i.agent_id;this.agentPhone=i.agent_phone;this.agentName=i.agent_name;this.agentTeamName=i.agent_team_name;this.agentTeamNameInHierarchy=i.agent_team_name_in_hierarchy;this.agentLink=i.agent_link;this.customerPhone=i.customer_phone;this.customerName=i.customer_name;this.customerLink=i.customer_link;this.segmentRecordingOffset=i.segment_recording_offset;this.media=i.media;this.assessmentType=i.assessment_type;this.assessmentPercentage=i.assessment_percentage;this.url=i.url}toJSON(){return{segmentId:this.segmentId,externalId:this.externalId,queue:this.queue,externalContact:this.externalContact,externalSegmentLinkId:this.externalSegmentLinkId,date:this.date,accountId:this.accountId,externalSegmentLink:this.externalSegmentLink,agentId:this.agentId,agentPhone:this.agentPhone,agentName:this.agentName,agentTeamName:this.agentTeamName,agentTeamNameInHierarchy:this.agentTeamNameInHierarchy,agentLink:this.agentLink,customerPhone:this.customerPhone,customerName:this.customerName,customerLink:this.customerLink,segmentRecordingOffset:this.segmentRecordingOffset,media:this.media,assessmentType:this.assessmentType,assessmentPercentage:this.assessmentPercentage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsSegmentsInstance=InsightsSegmentsInstance;class InsightsSegmentsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InsightsSegmentsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InsightsSegmentsPage=InsightsSegmentsPage},32927:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.InsightsSessionListInstance=i.InsightsSessionInstance=i.InsightsSessionContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class InsightsSessionContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Insights/Session`}create(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.create({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InsightsSessionInstance(o,e)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsSessionContextImpl=InsightsSessionContextImpl;class InsightsSessionInstance{constructor(e,i){this._version=e;this.workspaceId=i.workspace_id;this.sessionExpiry=i.session_expiry;this.sessionId=i.session_id;this.baseUrl=i.base_url;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new InsightsSessionContextImpl(this._version);return this._context}create(e,i){return this._proxy.create(e,i)}toJSON(){return{workspaceId:this.workspaceId,sessionExpiry:this.sessionExpiry,sessionId:this.sessionId,baseUrl:this.baseUrl,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsSessionInstance=InsightsSessionInstance;function InsightsSessionListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new InsightsSessionContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.InsightsSessionListInstance=InsightsSessionListInstance},92997:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.InsightsSettingsAnswerSetsInstance=i.InsightsSettingsAnswerSetsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function InsightsSettingsAnswerSetsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Insights/QualityManagement/Settings/AnswerSets`;i.fetch=function fetch(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};const o={};if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,c=a.fetch({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new InsightsSettingsAnswerSetsInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.InsightsSettingsAnswerSetsListInstance=InsightsSettingsAnswerSetsListInstance;class InsightsSettingsAnswerSetsInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.answerSets=i.answer_sets;this.answerSetCategories=i.answer_set_categories;this.notApplicable=i.not_applicable;this.url=i.url}toJSON(){return{accountSid:this.accountSid,answerSets:this.answerSets,answerSetCategories:this.answerSetCategories,notApplicable:this.notApplicable,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsSettingsAnswerSetsInstance=InsightsSettingsAnswerSetsInstance},96891:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.InsightsSettingsCommentInstance=i.InsightsSettingsCommentListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function InsightsSettingsCommentListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Insights/QualityManagement/Settings/CommentTags`;i.fetch=function fetch(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};const o={};if(n["authorization"]!==undefined)o["Authorization"]=n["authorization"];let a=e,c=a.fetch({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new InsightsSettingsCommentInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.InsightsSettingsCommentListInstance=InsightsSettingsCommentListInstance;class InsightsSettingsCommentInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.comments=i.comments;this.url=i.url}toJSON(){return{accountSid:this.accountSid,comments:this.comments,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsSettingsCommentInstance=InsightsSettingsCommentInstance},35249:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.InsightsUserRolesListInstance=i.InsightsUserRolesInstance=i.InsightsUserRolesContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class InsightsUserRolesContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Insights/UserRoles`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["authorization"]!==undefined)s["Authorization"]=e["authorization"];const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new InsightsUserRolesInstance(o,e)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsUserRolesContextImpl=InsightsUserRolesContextImpl;class InsightsUserRolesInstance{constructor(e,i){this._version=e;this.roles=i.roles;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new InsightsUserRolesContextImpl(this._version);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{roles:this.roles,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InsightsUserRolesInstance=InsightsUserRolesInstance;function InsightsUserRolesListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new InsightsUserRolesContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.InsightsUserRolesListInstance=InsightsUserRolesListInstance},40678:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.InteractionListInstance=i.InteractionInstance=i.InteractionContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(66518);class InteractionContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Interactions/${i}`}get channels(){this._channels=this._channels||(0,c.InteractionChannelListInstance)(this._version,this._solution.sid);return this._channels}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InteractionInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InteractionContextImpl=InteractionContextImpl;class InteractionInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.channel=i.channel;this.routing=i.routing;this.url=i.url;this.links=i.links;this.interactionContextSid=i.interaction_context_sid;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new InteractionContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}channels(){return this._proxy.channels}toJSON(){return{sid:this.sid,channel:this.channel,routing:this.routing,url:this.url,links:this.links,interactionContextSid:this.interactionContextSid}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.InteractionInstance=InteractionInstance;function InteractionListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new InteractionContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Interactions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["channel"]===null||i["channel"]===undefined){throw new Error("Required parameter \"params['channel']\" missing.")}if(i["routing"]===null||i["routing"]===undefined){throw new Error("Required parameter \"params['routing']\" missing.")}let s={};s["Channel"]=o.object(i["channel"]);s["Routing"]=o.object(i["routing"]);if(i["interactionContextSid"]!==undefined)s["InteractionContextSid"]=i["interactionContextSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:instance._uri,method:"post",data:s,headers:r});c=c.then((e=>new InteractionInstance(a,e)));c=instance._version.setPromiseCallback(c,n);return c};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.InteractionListInstance=InteractionListInstance},66518:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InteractionChannelPage=i.InteractionChannelListInstance=i.InteractionChannelInstance=i.InteractionChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(72197);const _=n(54474);class InteractionChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'interactionSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={interactionSid:i,sid:n};this._uri=`/Interactions/${i}/Channels/${n}`}get invites(){this._invites=this._invites||(0,f.InteractionChannelInviteListInstance)(this._version,this._solution.interactionSid,this._solution.sid);return this._invites}get participants(){this._participants=this._participants||(0,_.InteractionChannelParticipantListInstance)(this._version,this._solution.interactionSid,this._solution.sid);return this._participants}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InteractionChannelInstance(n,e,i._solution.interactionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];if(e["routing"]!==undefined)n["Routing"]=c.object(e["routing"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InteractionChannelInstance(o,e,r._solution.interactionSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelContextImpl=InteractionChannelContextImpl;class InteractionChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.interactionSid=i.interaction_sid;this.type=i.type;this.status=i.status;this.errorCode=a.integer(i.error_code);this.errorMessage=i.error_message;this.url=i.url;this.links=i.links;this._solution={interactionSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new InteractionChannelContextImpl(this._version,this._solution.interactionSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}invites(){return this._proxy.invites}participants(){return this._proxy.participants}toJSON(){return{sid:this.sid,interactionSid:this.interactionSid,type:this.type,status:this.status,errorCode:this.errorCode,errorMessage:this.errorMessage,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelInstance=InteractionChannelInstance;function InteractionChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'interactionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new InteractionChannelContextImpl(e,i,n)};instance._version=e;instance._solution={interactionSid:i};instance._uri=`/Interactions/${i}/Channels`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InteractionChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InteractionChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InteractionChannelListInstance=InteractionChannelListInstance;class InteractionChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InteractionChannelInstance(this._version,e,this._solution.interactionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelPage=InteractionChannelPage},72197:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InteractionChannelInvitePage=i.InteractionChannelInviteInstance=i.InteractionChannelInviteListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function InteractionChannelInviteListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'interactionSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const s={};s._version=e;s._solution={interactionSid:i,channelSid:n};s._uri=`/Interactions/${i}/Channels/${n}/Invites`;s.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["routing"]===null||i["routing"]===undefined){throw new Error("Required parameter \"params['routing']\" missing.")}let r={};r["Routing"]=c.object(i["routing"]);const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,u=a.create({uri:s._uri,method:"post",data:r,headers:o});u=u.then((e=>new InteractionChannelInviteInstance(a,e,s._solution.interactionSid,s._solution.channelSid)));u=s._version.setPromiseCallback(u,n);return u};s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:s._uri,method:"get",params:r,headers:o});c=c.then((e=>new InteractionChannelInvitePage(a,e,s._solution)));c=s._version.setPromiseCallback(c,n);return c};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new InteractionChannelInvitePage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.InteractionChannelInviteListInstance=InteractionChannelInviteListInstance;class InteractionChannelInviteInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.interactionSid=i.interaction_sid;this.channelSid=i.channel_sid;this.routing=i.routing;this.url=i.url}toJSON(){return{sid:this.sid,interactionSid:this.interactionSid,channelSid:this.channelSid,routing:this.routing,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelInviteInstance=InteractionChannelInviteInstance;class InteractionChannelInvitePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InteractionChannelInviteInstance(this._version,e,this._solution.interactionSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelInvitePage=InteractionChannelInvitePage},54474:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InteractionChannelParticipantPage=i.InteractionChannelParticipantListInstance=i.InteractionChannelParticipantInstance=i.InteractionChannelParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InteractionChannelParticipantContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'interactionSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={interactionSid:i,channelSid:n,sid:s};this._uri=`/Interactions/${i}/Channels/${n}/Participants/${s}`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InteractionChannelParticipantInstance(o,e,r._solution.interactionSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelParticipantContextImpl=InteractionChannelParticipantContextImpl;class InteractionChannelParticipantInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.type=i.type;this.interactionSid=i.interaction_sid;this.channelSid=i.channel_sid;this.url=i.url;this.routingProperties=i.routing_properties;this._solution={interactionSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InteractionChannelParticipantContextImpl(this._version,this._solution.interactionSid,this._solution.channelSid,this._solution.sid);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,type:this.type,interactionSid:this.interactionSid,channelSid:this.channelSid,url:this.url,routingProperties:this.routingProperties}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelParticipantInstance=InteractionChannelParticipantInstance;function InteractionChannelParticipantListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'interactionSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InteractionChannelParticipantContextImpl(e,i,n,s)};instance._version=e;instance._solution={interactionSid:i,channelSid:n};instance._uri=`/Interactions/${i}/Channels/${n}/Participants`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["mediaProperties"]===null||i["mediaProperties"]===undefined){throw new Error("Required parameter \"params['mediaProperties']\" missing.")}let s={};s["Type"]=i["type"];s["MediaProperties"]=c.object(i["mediaProperties"]);if(i["routingProperties"]!==undefined)s["RoutingProperties"]=c.object(i["routingProperties"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InteractionChannelParticipantInstance(o,e,instance._solution.interactionSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InteractionChannelParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InteractionChannelParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InteractionChannelParticipantListInstance=InteractionChannelParticipantListInstance;class InteractionChannelParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InteractionChannelParticipantInstance(this._version,e,this._solution.interactionSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionChannelParticipantPage=InteractionChannelParticipantPage},45265:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ProvisioningStatusListInstance=i.ProvisioningStatusInstance=i.ProvisioningStatusContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class ProvisioningStatusContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/account/provision/status`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ProvisioningStatusInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ProvisioningStatusContextImpl=ProvisioningStatusContextImpl;class ProvisioningStatusInstance{constructor(e,i){this._version=e;this.status=i.status;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new ProvisioningStatusContextImpl(this._version);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{status:this.status,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ProvisioningStatusInstance=ProvisioningStatusInstance;function ProvisioningStatusListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new ProvisioningStatusContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ProvisioningStatusListInstance=ProvisioningStatusListInstance},19769:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebChannelPage=i.WebChannelListInstance=i.WebChannelInstance=i.WebChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebChannelContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/WebChannels/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebChannelInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["chatStatus"]!==undefined)n["ChatStatus"]=e["chatStatus"];if(e["postEngagementData"]!==undefined)n["PostEngagementData"]=e["postEngagementData"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebChannelInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebChannelContextImpl=WebChannelContextImpl;class WebChannelInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.flexFlowSid=i.flex_flow_sid;this.sid=i.sid;this.url=i.url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new WebChannelContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,flexFlowSid:this.flexFlowSid,sid:this.sid,url:this.url,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebChannelInstance=WebChannelInstance;function WebChannelListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new WebChannelContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/WebChannels`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["flexFlowSid"]===null||i["flexFlowSid"]===undefined){throw new Error("Required parameter \"params['flexFlowSid']\" missing.")}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}if(i["customerFriendlyName"]===null||i["customerFriendlyName"]===undefined){throw new Error("Required parameter \"params['customerFriendlyName']\" missing.")}if(i["chatFriendlyName"]===null||i["chatFriendlyName"]===undefined){throw new Error("Required parameter \"params['chatFriendlyName']\" missing.")}let s={};s["FlexFlowSid"]=i["flexFlowSid"];s["Identity"]=i["identity"];s["CustomerFriendlyName"]=i["customerFriendlyName"];s["ChatFriendlyName"]=i["chatFriendlyName"];if(i["chatUniqueName"]!==undefined)s["ChatUniqueName"]=i["chatUniqueName"];if(i["preEngagementData"]!==undefined)s["PreEngagementData"]=i["preEngagementData"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebChannelInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebChannelListInstance=WebChannelListInstance;class WebChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebChannelInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebChannelPage=WebChannelPage},17713:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WebChannelsInstance=i.WebChannelsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function WebChannelsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/WebChats`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["addressSid"]===null||n["addressSid"]===undefined){throw new Error("Required parameter \"params['addressSid']\" missing.")}let r={};r["AddressSid"]=n["addressSid"];if(n["chatFriendlyName"]!==undefined)r["ChatFriendlyName"]=n["chatFriendlyName"];if(n["customerFriendlyName"]!==undefined)r["CustomerFriendlyName"]=n["customerFriendlyName"];if(n["preEngagementData"]!==undefined)r["PreEngagementData"]=n["preEngagementData"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new WebChannelsInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.WebChannelsListInstance=WebChannelsListInstance;class WebChannelsInstance{constructor(e,i){this._version=e;this.conversationSid=i.conversation_sid;this.identity=i.identity}toJSON(){return{conversationSid:this.conversationSid,identity:this.identity}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WebChannelsInstance=WebChannelsInstance},22886:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(1304);class V1 extends r.default{constructor(e){super(e,"v1")}get users(){this._users=this._users||(0,o.UserListInstance)(this);return this._users}}i["default"]=V1},1304:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class UserContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Users/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["avatar"]!==undefined)n["Avatar"]=e["avatar"];if(e["state"]!==undefined)n["State"]=e["state"];if(e["isAvailable"]!==undefined)n["IsAvailable"]=o.bool(e["isAvailable"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new UserInstance(a,e,r._solution.sid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.identity=i.identity;this.friendlyName=i.friendly_name;this.avatar=i.avatar;this.state=i.state;this.isAvailable=i.is_available;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,identity:this.identity,friendlyName:this.friendlyName,avatar:this.avatar,state:this.state,isAvailable:this.isAvailable,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new UserContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance},46133:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(18097);const a=n(80395);const c=n(50585);const u=n(34571);const f=n(52180);class V1 extends r.default{constructor(e){super(e,"v1")}get calls(){this._calls=this._calls||(0,o.CallListInstance)(this);return this._calls}get callSummaries(){this._callSummaries=this._callSummaries||(0,a.CallSummariesListInstance)(this);return this._callSummaries}get conferences(){this._conferences=this._conferences||(0,c.ConferenceListInstance)(this);return this._conferences}get rooms(){this._rooms=this._rooms||(0,u.RoomListInstance)(this);return this._rooms}get settings(){this._settings=this._settings||(0,f.SettingListInstance)(this);return this._settings}}i["default"]=V1},18097:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.CallListInstance=i.CallInstance=i.CallContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);const c=n(94279);const u=n(31956);const f=n(43552);const _=n(83756);class CallContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Voice/${i}`}get annotation(){this._annotation=this._annotation||(0,c.AnnotationListInstance)(this._version,this._solution.sid);return this._annotation}get summary(){this._summary=this._summary||(0,u.CallSummaryListInstance)(this._version,this._solution.sid);return this._summary}get events(){this._events=this._events||(0,f.EventListInstance)(this._version,this._solution.sid);return this._events}get metrics(){this._metrics=this._metrics||(0,_.MetricListInstance)(this._version,this._solution.sid);return this._metrics}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CallInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CallContextImpl=CallContextImpl;class CallInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CallContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}annotation(){return this._proxy.annotation}summary(){return this._proxy.summary}events(){return this._proxy.events}metrics(){return this._proxy.metrics}toJSON(){return{sid:this.sid,url:this.url,links:this.links}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CallInstance=CallInstance;function CallListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CallContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.CallListInstance=CallListInstance},94279:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AnnotationListInstance=i.AnnotationInstance=i.AnnotationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class AnnotationContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}this._solution={callSid:i};this._uri=`/Voice/${i}/Annotation`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AnnotationInstance(n,e,i._solution.callSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["answeredBy"]!==undefined)n["AnsweredBy"]=e["answeredBy"];if(e["connectivityIssue"]!==undefined)n["ConnectivityIssue"]=e["connectivityIssue"];if(e["qualityIssues"]!==undefined)n["QualityIssues"]=e["qualityIssues"];if(e["spam"]!==undefined)n["Spam"]=o.bool(e["spam"]);if(e["callScore"]!==undefined)n["CallScore"]=e["callScore"];if(e["comment"]!==undefined)n["Comment"]=e["comment"];if(e["incident"]!==undefined)n["Incident"]=e["incident"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new AnnotationInstance(a,e,r._solution.callSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AnnotationContextImpl=AnnotationContextImpl;class AnnotationInstance{constructor(e,i,n){this._version=e;this.callSid=i.call_sid;this.accountSid=i.account_sid;this.answeredBy=i.answered_by;this.connectivityIssue=i.connectivity_issue;this.qualityIssues=i.quality_issues;this.spam=i.spam;this.callScore=r.integer(i.call_score);this.comment=i.comment;this.incident=i.incident;this.url=i.url;this._solution={callSid:n}}get _proxy(){this._context=this._context||new AnnotationContextImpl(this._version,this._solution.callSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{callSid:this.callSid,accountSid:this.accountSid,answeredBy:this.answeredBy,connectivityIssue:this.connectivityIssue,qualityIssues:this.qualityIssues,spam:this.spam,callScore:this.callScore,comment:this.comment,incident:this.incident,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AnnotationInstance=AnnotationInstance;function AnnotationListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new AnnotationContextImpl(e,i)};instance._version=e;instance._solution={callSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AnnotationListInstance=AnnotationListInstance},31956:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.CallSummaryListInstance=i.CallSummaryInstance=i.CallSummaryContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class CallSummaryContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}this._solution={callSid:i};this._uri=`/Voice/${i}/Summary`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["processingState"]!==undefined)n["ProcessingState"]=e["processingState"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new CallSummaryInstance(o,e,r._solution.callSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CallSummaryContextImpl=CallSummaryContextImpl;class CallSummaryInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.callType=i.call_type;this.callState=i.call_state;this.answeredBy=i.answered_by;this.processingState=i.processing_state;this.createdTime=r.iso8601DateTime(i.created_time);this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.duration=r.integer(i.duration);this.connectDuration=r.integer(i.connect_duration);this.from=i.from;this.to=i.to;this.carrierEdge=i.carrier_edge;this.clientEdge=i.client_edge;this.sdkEdge=i.sdk_edge;this.sipEdge=i.sip_edge;this.tags=i.tags;this.url=i.url;this.attributes=i.attributes;this.properties=i.properties;this.trust=i.trust;this.annotation=i.annotation;this._solution={callSid:n}}get _proxy(){this._context=this._context||new CallSummaryContextImpl(this._version,this._solution.callSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,callType:this.callType,callState:this.callState,answeredBy:this.answeredBy,processingState:this.processingState,createdTime:this.createdTime,startTime:this.startTime,endTime:this.endTime,duration:this.duration,connectDuration:this.connectDuration,from:this.from,to:this.to,carrierEdge:this.carrierEdge,clientEdge:this.clientEdge,sdkEdge:this.sdkEdge,sipEdge:this.sipEdge,tags:this.tags,url:this.url,attributes:this.attributes,properties:this.properties,trust:this.trust,annotation:this.annotation}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CallSummaryInstance=CallSummaryInstance;function CallSummaryListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new CallSummaryContextImpl(e,i)};instance._version=e;instance._solution={callSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.CallSummaryListInstance=CallSummaryListInstance},43552:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EventPage=i.EventInstance=i.EventListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function EventListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}const n={};n._version=e;n._solution={callSid:i};n._uri=`/Voice/${i}/Events`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["edge"]!==undefined)r["Edge"]=i["edge"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new EventPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new EventPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.EventListInstance=EventListInstance;class EventInstance{constructor(e,i,n){this._version=e;this.timestamp=i.timestamp;this.callSid=i.call_sid;this.accountSid=i.account_sid;this.edge=i.edge;this.group=i.group;this.level=i.level;this.name=i.name;this.carrierEdge=i.carrier_edge;this.sipEdge=i.sip_edge;this.sdkEdge=i.sdk_edge;this.clientEdge=i.client_edge}toJSON(){return{timestamp:this.timestamp,callSid:this.callSid,accountSid:this.accountSid,edge:this.edge,group:this.group,level:this.level,name:this.name,carrierEdge:this.carrierEdge,sipEdge:this.sipEdge,sdkEdge:this.sdkEdge,clientEdge:this.clientEdge}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventInstance=EventInstance;class EventPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EventInstance(this._version,e,this._solution.callSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventPage=EventPage},83756:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MetricPage=i.MetricInstance=i.MetricListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function MetricListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'callSid' is not valid.")}const n={};n._version=e;n._solution={callSid:i};n._uri=`/Voice/${i}/Metrics`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["edge"]!==undefined)r["Edge"]=i["edge"];if(i["direction"]!==undefined)r["Direction"]=i["direction"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new MetricPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new MetricPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.MetricListInstance=MetricListInstance;class MetricInstance{constructor(e,i,n){this._version=e;this.timestamp=i.timestamp;this.callSid=i.call_sid;this.accountSid=i.account_sid;this.edge=i.edge;this.direction=i.direction;this.carrierEdge=i.carrier_edge;this.sipEdge=i.sip_edge;this.sdkEdge=i.sdk_edge;this.clientEdge=i.client_edge}toJSON(){return{timestamp:this.timestamp,callSid:this.callSid,accountSid:this.accountSid,edge:this.edge,direction:this.direction,carrierEdge:this.carrierEdge,sipEdge:this.sipEdge,sdkEdge:this.sdkEdge,clientEdge:this.clientEdge}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MetricInstance=MetricInstance;class MetricPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MetricInstance(this._version,e,this._solution.callSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MetricPage=MetricPage},80395:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CallSummariesPage=i.CallSummariesInstance=i.CallSummariesListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function CallSummariesListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Voice/Summaries`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["from"]!==undefined)r["From"]=n["from"];if(n["to"]!==undefined)r["To"]=n["to"];if(n["fromCarrier"]!==undefined)r["FromCarrier"]=n["fromCarrier"];if(n["toCarrier"]!==undefined)r["ToCarrier"]=n["toCarrier"];if(n["fromCountryCode"]!==undefined)r["FromCountryCode"]=n["fromCountryCode"];if(n["toCountryCode"]!==undefined)r["ToCountryCode"]=n["toCountryCode"];if(n["branded"]!==undefined)r["Branded"]=c.bool(n["branded"]);if(n["verifiedCaller"]!==undefined)r["VerifiedCaller"]=c.bool(n["verifiedCaller"]);if(n["hasTag"]!==undefined)r["HasTag"]=c.bool(n["hasTag"]);if(n["startTime"]!==undefined)r["StartTime"]=n["startTime"];if(n["endTime"]!==undefined)r["EndTime"]=n["endTime"];if(n["callType"]!==undefined)r["CallType"]=n["callType"];if(n["callState"]!==undefined)r["CallState"]=n["callState"];if(n["direction"]!==undefined)r["Direction"]=n["direction"];if(n["processingState"]!==undefined)r["ProcessingState"]=n["processingState"];if(n["sortBy"]!==undefined)r["SortBy"]=n["sortBy"];if(n["subaccount"]!==undefined)r["Subaccount"]=n["subaccount"];if(n["abnormalSession"]!==undefined)r["AbnormalSession"]=c.bool(n["abnormalSession"]);if(n["answeredBy"]!==undefined)r["AnsweredBy"]=n["answeredBy"];if(n["answeredByAnnotation"]!==undefined)r["AnsweredByAnnotation"]=n["answeredByAnnotation"];if(n["connectivityIssueAnnotation"]!==undefined)r["ConnectivityIssueAnnotation"]=n["connectivityIssueAnnotation"];if(n["qualityIssueAnnotation"]!==undefined)r["QualityIssueAnnotation"]=n["qualityIssueAnnotation"];if(n["spamAnnotation"]!==undefined)r["SpamAnnotation"]=c.bool(n["spamAnnotation"]);if(n["callScoreAnnotation"]!==undefined)r["CallScoreAnnotation"]=n["callScoreAnnotation"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,u=a.page({uri:i._uri,method:"get",params:r,headers:o});u=u.then((e=>new CallSummariesPage(a,e,i._solution)));u=i._version.setPromiseCallback(u,s);return u};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new CallSummariesPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.CallSummariesListInstance=CallSummariesListInstance;class CallSummariesInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.callSid=i.call_sid;this.answeredBy=i.answered_by;this.callType=i.call_type;this.callState=i.call_state;this.processingState=i.processing_state;this.createdTime=a.iso8601DateTime(i.created_time);this.startTime=a.iso8601DateTime(i.start_time);this.endTime=a.iso8601DateTime(i.end_time);this.duration=a.integer(i.duration);this.connectDuration=a.integer(i.connect_duration);this.from=i.from;this.to=i.to;this.carrierEdge=i.carrier_edge;this.clientEdge=i.client_edge;this.sdkEdge=i.sdk_edge;this.sipEdge=i.sip_edge;this.tags=i.tags;this.url=i.url;this.attributes=i.attributes;this.properties=i.properties;this.trust=i.trust;this.annotation=i.annotation}toJSON(){return{accountSid:this.accountSid,callSid:this.callSid,answeredBy:this.answeredBy,callType:this.callType,callState:this.callState,processingState:this.processingState,createdTime:this.createdTime,startTime:this.startTime,endTime:this.endTime,duration:this.duration,connectDuration:this.connectDuration,from:this.from,to:this.to,carrierEdge:this.carrierEdge,clientEdge:this.clientEdge,sdkEdge:this.sdkEdge,sipEdge:this.sipEdge,tags:this.tags,url:this.url,attributes:this.attributes,properties:this.properties,trust:this.trust,annotation:this.annotation}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CallSummariesInstance=CallSummariesInstance;class CallSummariesPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CallSummariesInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CallSummariesPage=CallSummariesPage},50585:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConferencePage=i.ConferenceListInstance=i.ConferenceInstance=i.ConferenceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(13978);class ConferenceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conferenceSid' is not valid.")}this._solution={conferenceSid:i};this._uri=`/Conferences/${i}`}get conferenceParticipants(){this._conferenceParticipants=this._conferenceParticipants||(0,f.ConferenceParticipantListInstance)(this._version,this._solution.conferenceSid);return this._conferenceParticipants}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConferenceInstance(n,e,i._solution.conferenceSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceContextImpl=ConferenceContextImpl;class ConferenceInstance{constructor(e,i,n){this._version=e;this.conferenceSid=i.conference_sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.createTime=a.iso8601DateTime(i.create_time);this.startTime=a.iso8601DateTime(i.start_time);this.endTime=a.iso8601DateTime(i.end_time);this.durationSeconds=a.integer(i.duration_seconds);this.connectDurationSeconds=a.integer(i.connect_duration_seconds);this.status=i.status;this.maxParticipants=a.integer(i.max_participants);this.maxConcurrentParticipants=a.integer(i.max_concurrent_participants);this.uniqueParticipants=a.integer(i.unique_participants);this.endReason=i.end_reason;this.endedBy=i.ended_by;this.mixerRegion=i.mixer_region;this.mixerRegionRequested=i.mixer_region_requested;this.recordingEnabled=i.recording_enabled;this.detectedIssues=i.detected_issues;this.tags=i.tags;this.tagInfo=i.tag_info;this.processingState=i.processing_state;this.url=i.url;this.links=i.links;this._solution={conferenceSid:n||this.conferenceSid}}get _proxy(){this._context=this._context||new ConferenceContextImpl(this._version,this._solution.conferenceSid);return this._context}fetch(e){return this._proxy.fetch(e)}conferenceParticipants(){return this._proxy.conferenceParticipants}toJSON(){return{conferenceSid:this.conferenceSid,accountSid:this.accountSid,friendlyName:this.friendlyName,createTime:this.createTime,startTime:this.startTime,endTime:this.endTime,durationSeconds:this.durationSeconds,connectDurationSeconds:this.connectDurationSeconds,status:this.status,maxParticipants:this.maxParticipants,maxConcurrentParticipants:this.maxConcurrentParticipants,uniqueParticipants:this.uniqueParticipants,endReason:this.endReason,endedBy:this.endedBy,mixerRegion:this.mixerRegion,mixerRegionRequested:this.mixerRegionRequested,recordingEnabled:this.recordingEnabled,detectedIssues:this.detectedIssues,tags:this.tags,tagInfo:this.tagInfo,processingState:this.processingState,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceInstance=ConferenceInstance;function ConferenceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ConferenceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Conferences`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["conferenceSid"]!==undefined)s["ConferenceSid"]=i["conferenceSid"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["createdAfter"]!==undefined)s["CreatedAfter"]=i["createdAfter"];if(i["createdBefore"]!==undefined)s["CreatedBefore"]=i["createdBefore"];if(i["mixerRegion"]!==undefined)s["MixerRegion"]=i["mixerRegion"];if(i["tags"]!==undefined)s["Tags"]=i["tags"];if(i["subaccount"]!==undefined)s["Subaccount"]=i["subaccount"];if(i["detectedIssues"]!==undefined)s["DetectedIssues"]=i["detectedIssues"];if(i["endReason"]!==undefined)s["EndReason"]=i["endReason"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConferencePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConferencePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConferenceListInstance=ConferenceListInstance;class ConferencePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConferenceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferencePage=ConferencePage},13978:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConferenceParticipantPage=i.ConferenceParticipantListInstance=i.ConferenceParticipantInstance=i.ConferenceParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ConferenceParticipantContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conferenceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}this._solution={conferenceSid:i,participantSid:n};this._uri=`/Conferences/${i}/Participants/${n}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["events"]!==undefined)n["Events"]=e["events"];if(e["metrics"]!==undefined)n["Metrics"]=e["metrics"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new ConferenceParticipantInstance(o,e,r._solution.conferenceSid,r._solution.participantSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceParticipantContextImpl=ConferenceParticipantContextImpl;class ConferenceParticipantInstance{constructor(e,i,n,s){this._version=e;this.participantSid=i.participant_sid;this.label=i.label;this.conferenceSid=i.conference_sid;this.callSid=i.call_sid;this.accountSid=i.account_sid;this.callDirection=i.call_direction;this.from=i.from;this.to=i.to;this.callStatus=i.call_status;this.countryCode=i.country_code;this.isModerator=i.is_moderator;this.joinTime=a.iso8601DateTime(i.join_time);this.leaveTime=a.iso8601DateTime(i.leave_time);this.durationSeconds=a.integer(i.duration_seconds);this.outboundQueueLength=a.integer(i.outbound_queue_length);this.outboundTimeInQueue=a.integer(i.outbound_time_in_queue);this.jitterBufferSize=i.jitter_buffer_size;this.isCoach=i.is_coach;this.coachedParticipants=i.coached_participants;this.participantRegion=i.participant_region;this.conferenceRegion=i.conference_region;this.callType=i.call_type;this.processingState=i.processing_state;this.properties=i.properties;this.events=i.events;this.metrics=i.metrics;this.url=i.url;this._solution={conferenceSid:n,participantSid:s||this.participantSid}}get _proxy(){this._context=this._context||new ConferenceParticipantContextImpl(this._version,this._solution.conferenceSid,this._solution.participantSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{participantSid:this.participantSid,label:this.label,conferenceSid:this.conferenceSid,callSid:this.callSid,accountSid:this.accountSid,callDirection:this.callDirection,from:this.from,to:this.to,callStatus:this.callStatus,countryCode:this.countryCode,isModerator:this.isModerator,joinTime:this.joinTime,leaveTime:this.leaveTime,durationSeconds:this.durationSeconds,outboundQueueLength:this.outboundQueueLength,outboundTimeInQueue:this.outboundTimeInQueue,jitterBufferSize:this.jitterBufferSize,isCoach:this.isCoach,coachedParticipants:this.coachedParticipants,participantRegion:this.participantRegion,conferenceRegion:this.conferenceRegion,callType:this.callType,processingState:this.processingState,properties:this.properties,events:this.events,metrics:this.metrics,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceParticipantInstance=ConferenceParticipantInstance;function ConferenceParticipantListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'conferenceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ConferenceParticipantContextImpl(e,i,n)};instance._version=e;instance._solution={conferenceSid:i};instance._uri=`/Conferences/${i}/Participants`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["participantSid"]!==undefined)s["ParticipantSid"]=i["participantSid"];if(i["label"]!==undefined)s["Label"]=i["label"];if(i["events"]!==undefined)s["Events"]=i["events"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConferenceParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConferenceParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConferenceParticipantListInstance=ConferenceParticipantListInstance;class ConferenceParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConferenceParticipantInstance(this._version,e,this._solution.conferenceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConferenceParticipantPage=ConferenceParticipantPage},34571:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RoomPage=i.RoomListInstance=i.RoomInstance=i.RoomContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(32410);class RoomContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}this._solution={roomSid:i};this._uri=`/Video/Rooms/${i}`}get participants(){this._participants=this._participants||(0,f.ParticipantListInstance)(this._version,this._solution.roomSid);return this._participants}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoomInstance(n,e,i._solution.roomSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomContextImpl=RoomContextImpl;class RoomInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.roomSid=i.room_sid;this.roomName=i.room_name;this.createTime=a.iso8601DateTime(i.create_time);this.endTime=a.iso8601DateTime(i.end_time);this.roomType=i.room_type;this.roomStatus=i.room_status;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.createdMethod=i.created_method;this.endReason=i.end_reason;this.maxParticipants=a.integer(i.max_participants);this.uniqueParticipants=a.integer(i.unique_participants);this.uniqueParticipantIdentities=a.integer(i.unique_participant_identities);this.concurrentParticipants=a.integer(i.concurrent_participants);this.maxConcurrentParticipants=a.integer(i.max_concurrent_participants);this.codecs=i.codecs;this.mediaRegion=i.media_region;this.durationSec=i.duration_sec;this.totalParticipantDurationSec=i.total_participant_duration_sec;this.totalRecordingDurationSec=i.total_recording_duration_sec;this.processingState=i.processing_state;this.recordingEnabled=i.recording_enabled;this.edgeLocation=i.edge_location;this.url=i.url;this.links=i.links;this._solution={roomSid:n||this.roomSid}}get _proxy(){this._context=this._context||new RoomContextImpl(this._version,this._solution.roomSid);return this._context}fetch(e){return this._proxy.fetch(e)}participants(){return this._proxy.participants}toJSON(){return{accountSid:this.accountSid,roomSid:this.roomSid,roomName:this.roomName,createTime:this.createTime,endTime:this.endTime,roomType:this.roomType,roomStatus:this.roomStatus,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,createdMethod:this.createdMethod,endReason:this.endReason,maxParticipants:this.maxParticipants,uniqueParticipants:this.uniqueParticipants,uniqueParticipantIdentities:this.uniqueParticipantIdentities,concurrentParticipants:this.concurrentParticipants,maxConcurrentParticipants:this.maxConcurrentParticipants,codecs:this.codecs,mediaRegion:this.mediaRegion,durationSec:this.durationSec,totalParticipantDurationSec:this.totalParticipantDurationSec,totalRecordingDurationSec:this.totalRecordingDurationSec,processingState:this.processingState,recordingEnabled:this.recordingEnabled,edgeLocation:this.edgeLocation,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomInstance=RoomInstance;function RoomListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RoomContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Video/Rooms`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["roomType"]!==undefined)s["RoomType"]=c.map(i["roomType"],(e=>e));if(i["codec"]!==undefined)s["Codec"]=c.map(i["codec"],(e=>e));if(i["roomName"]!==undefined)s["RoomName"]=i["roomName"];if(i["createdAfter"]!==undefined)s["CreatedAfter"]=c.iso8601DateTime(i["createdAfter"]);if(i["createdBefore"]!==undefined)s["CreatedBefore"]=c.iso8601DateTime(i["createdBefore"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RoomPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RoomPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoomListInstance=RoomListInstance;class RoomPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoomInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomPage=RoomPage},32410:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ParticipantContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}this._solution={roomSid:i,participantSid:n};this._uri=`/Video/Rooms/${i}/Participants/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.roomSid,i._solution.participantSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s){this._version=e;this.participantSid=i.participant_sid;this.participantIdentity=i.participant_identity;this.joinTime=a.iso8601DateTime(i.join_time);this.leaveTime=a.iso8601DateTime(i.leave_time);this.durationSec=i.duration_sec;this.accountSid=i.account_sid;this.roomSid=i.room_sid;this.status=i.status;this.codecs=i.codecs;this.endReason=i.end_reason;this.errorCode=a.integer(i.error_code);this.errorCodeUrl=i.error_code_url;this.mediaRegion=i.media_region;this.properties=i.properties;this.edgeLocation=i.edge_location;this.publisherInfo=i.publisher_info;this.url=i.url;this._solution={roomSid:n,participantSid:s||this.participantSid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.roomSid,this._solution.participantSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{participantSid:this.participantSid,participantIdentity:this.participantIdentity,joinTime:this.joinTime,leaveTime:this.leaveTime,durationSec:this.durationSec,accountSid:this.accountSid,roomSid:this.roomSid,status:this.status,codecs:this.codecs,endReason:this.endReason,errorCode:this.errorCode,errorCodeUrl:this.errorCodeUrl,mediaRegion:this.mediaRegion,properties:this.properties,edgeLocation:this.edgeLocation,publisherInfo:this.publisherInfo,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ParticipantContextImpl(e,i,n)};instance._version=e;instance._solution={roomSid:i};instance._uri=`/Video/Rooms/${i}/Participants`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.roomSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},52180:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SettingListInstance=i.SettingInstance=i.SettingContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class SettingContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Voice/Settings`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["subaccountSid"]!==undefined)n["SubaccountSid"]=e["subaccountSid"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new SettingInstance(o,e)));a=r._version.setPromiseCallback(a,i);return a}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["advancedFeatures"]!==undefined)n["AdvancedFeatures"]=o.bool(e["advancedFeatures"]);if(e["voiceTrace"]!==undefined)n["VoiceTrace"]=o.bool(e["voiceTrace"]);if(e["subaccountSid"]!==undefined)n["SubaccountSid"]=e["subaccountSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new SettingInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SettingContextImpl=SettingContextImpl;class SettingInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.advancedFeatures=i.advanced_features;this.voiceTrace=i.voice_trace;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new SettingContextImpl(this._version);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,advancedFeatures:this.advancedFeatures,voiceTrace:this.voiceTrace,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SettingInstance=SettingInstance;function SettingListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new SettingContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SettingListInstance=SettingListInstance},38022:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(18885);const a=n(17939);class V2 extends r.default{constructor(e){super(e,"v2")}get services(){this._services=this._services||(0,o.ServiceListInstance)(this);return this._services}get transcripts(){this._transcripts=this._transcripts||(0,a.TranscriptListInstance)(this);return this._transcripts}}i["default"]=V2},18885:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["autoTranscribe"]!==undefined)n["AutoTranscribe"]=c.bool(e["autoTranscribe"]);if(e["dataLogging"]!==undefined)n["DataLogging"]=c.bool(e["dataLogging"]);if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["languageCode"]!==undefined)n["LanguageCode"]=e["languageCode"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["autoRedaction"]!==undefined)n["AutoRedaction"]=c.bool(e["autoRedaction"]);if(e["mediaRedaction"]!==undefined)n["MediaRedaction"]=c.bool(e["mediaRedaction"]);if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["webhookHttpMethod"]!==undefined)n["WebhookHttpMethod"]=e["webhookHttpMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.autoRedaction=i.auto_redaction;this.mediaRedaction=i.media_redaction;this.autoTranscribe=i.auto_transcribe;this.dataLogging=i.data_logging;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.languageCode=i.language_code;this.sid=i.sid;this.uniqueName=i.unique_name;this.url=i.url;this.webhookUrl=i.webhook_url;this.webhookHttpMethod=i.webhook_http_method;this.version=a.integer(i.version);this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,autoRedaction:this.autoRedaction,mediaRedaction:this.mediaRedaction,autoTranscribe:this.autoTranscribe,dataLogging:this.dataLogging,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,languageCode:this.languageCode,sid:this.sid,uniqueName:this.uniqueName,url:this.url,webhookUrl:this.webhookUrl,webhookHttpMethod:this.webhookHttpMethod,version:this.version}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["autoTranscribe"]!==undefined)s["AutoTranscribe"]=c.bool(i["autoTranscribe"]);if(i["dataLogging"]!==undefined)s["DataLogging"]=c.bool(i["dataLogging"]);if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["languageCode"]!==undefined)s["LanguageCode"]=i["languageCode"];if(i["autoRedaction"]!==undefined)s["AutoRedaction"]=c.bool(i["autoRedaction"]);if(i["mediaRedaction"]!==undefined)s["MediaRedaction"]=c.bool(i["mediaRedaction"]);if(i["webhookUrl"]!==undefined)s["WebhookUrl"]=i["webhookUrl"];if(i["webhookHttpMethod"]!==undefined)s["WebhookHttpMethod"]=i["webhookHttpMethod"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},17939:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TranscriptPage=i.TranscriptListInstance=i.TranscriptInstance=i.TranscriptContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(4615);const _=n(12525);const g=n(35451);class TranscriptContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Transcripts/${i}`}get media(){this._media=this._media||(0,f.MediaListInstance)(this._version,this._solution.sid);return this._media}get operatorResults(){this._operatorResults=this._operatorResults||(0,_.OperatorResultListInstance)(this._version,this._solution.sid);return this._operatorResults}get sentences(){this._sentences=this._sentences||(0,g.SentenceListInstance)(this._version,this._solution.sid);return this._sentences}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TranscriptInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptContextImpl=TranscriptContextImpl;class TranscriptInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.sid=i.sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.status=i.status;this.channel=i.channel;this.dataLogging=i.data_logging;this.languageCode=i.language_code;this.customerKey=i.customer_key;this.mediaStartTime=a.iso8601DateTime(i.media_start_time);this.duration=a.integer(i.duration);this.url=i.url;this.redaction=i.redaction;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new TranscriptContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}media(){return this._proxy.media}operatorResults(){return this._proxy.operatorResults}sentences(){return this._proxy.sentences}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,status:this.status,channel:this.channel,dataLogging:this.dataLogging,languageCode:this.languageCode,customerKey:this.customerKey,mediaStartTime:this.mediaStartTime,duration:this.duration,url:this.url,redaction:this.redaction,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptInstance=TranscriptInstance;function TranscriptListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new TranscriptContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Transcripts`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["serviceSid"]===null||i["serviceSid"]===undefined){throw new Error("Required parameter \"params['serviceSid']\" missing.")}if(i["channel"]===null||i["channel"]===undefined){throw new Error("Required parameter \"params['channel']\" missing.")}let s={};s["ServiceSid"]=i["serviceSid"];s["Channel"]=c.object(i["channel"]);if(i["customerKey"]!==undefined)s["CustomerKey"]=i["customerKey"];if(i["mediaStartTime"]!==undefined)s["MediaStartTime"]=c.iso8601DateTime(i["mediaStartTime"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TranscriptInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["serviceSid"]!==undefined)s["ServiceSid"]=i["serviceSid"];if(i["beforeStartTime"]!==undefined)s["BeforeStartTime"]=i["beforeStartTime"];if(i["afterStartTime"]!==undefined)s["AfterStartTime"]=i["afterStartTime"];if(i["beforeDateCreated"]!==undefined)s["BeforeDateCreated"]=i["beforeDateCreated"];if(i["afterDateCreated"]!==undefined)s["AfterDateCreated"]=i["afterDateCreated"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["languageCode"]!==undefined)s["LanguageCode"]=i["languageCode"];if(i["sourceSid"]!==undefined)s["SourceSid"]=i["sourceSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TranscriptPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TranscriptPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TranscriptListInstance=TranscriptListInstance;class TranscriptPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TranscriptInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TranscriptPage=TranscriptPage},4615:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.MediaListInstance=i.MediaInstance=i.MediaContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class MediaContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Transcripts/${i}/Media`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["redacted"]!==undefined)n["Redacted"]=o.bool(e["redacted"]);const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new MediaInstance(a,e,r._solution.sid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.MediaContextImpl=MediaContextImpl;class MediaInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.mediaUrl=i.media_url;this.serviceSid=i.service_sid;this.sid=i.sid;this.url=i.url;this._solution={sid:n}}get _proxy(){this._context=this._context||new MediaContextImpl(this._version,this._solution.sid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,mediaUrl:this.mediaUrl,serviceSid:this.serviceSid,sid:this.sid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.MediaInstance=MediaInstance;function MediaListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new MediaContextImpl(e,i)};instance._version=e;instance._solution={sid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.MediaListInstance=MediaListInstance},12525:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.OperatorResultPage=i.OperatorResultListInstance=i.OperatorResultInstance=i.OperatorResultContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class OperatorResultContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'transcriptSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'operatorSid' is not valid.")}this._solution={transcriptSid:i,operatorSid:n};this._uri=`/Transcripts/${i}/OperatorResults/${n}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["redacted"]!==undefined)n["Redacted"]=c.bool(e["redacted"]);const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new OperatorResultInstance(o,e,r._solution.transcriptSid,r._solution.operatorSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OperatorResultContextImpl=OperatorResultContextImpl;class OperatorResultInstance{constructor(e,i,n,s){this._version=e;this.operatorType=i.operator_type;this.name=i.name;this.operatorSid=i.operator_sid;this.extractMatch=i.extract_match;this.matchProbability=i.match_probability;this.normalizedResult=i.normalized_result;this.utteranceResults=i.utterance_results;this.utteranceMatch=i.utterance_match;this.predictedLabel=i.predicted_label;this.predictedProbability=i.predicted_probability;this.labelProbabilities=i.label_probabilities;this.extractResults=i.extract_results;this.textGenerationResults=i.text_generation_results;this.transcriptSid=i.transcript_sid;this.url=i.url;this._solution={transcriptSid:n,operatorSid:s||this.operatorSid}}get _proxy(){this._context=this._context||new OperatorResultContextImpl(this._version,this._solution.transcriptSid,this._solution.operatorSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{operatorType:this.operatorType,name:this.name,operatorSid:this.operatorSid,extractMatch:this.extractMatch,matchProbability:this.matchProbability,normalizedResult:this.normalizedResult,utteranceResults:this.utteranceResults,utteranceMatch:this.utteranceMatch,predictedLabel:this.predictedLabel,predictedProbability:this.predictedProbability,labelProbabilities:this.labelProbabilities,extractResults:this.extractResults,textGenerationResults:this.textGenerationResults,transcriptSid:this.transcriptSid,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OperatorResultInstance=OperatorResultInstance;function OperatorResultListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'transcriptSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new OperatorResultContextImpl(e,i,n)};instance._version=e;instance._solution={transcriptSid:i};instance._uri=`/Transcripts/${i}/OperatorResults`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["redacted"]!==undefined)s["Redacted"]=c.bool(i["redacted"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new OperatorResultPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new OperatorResultPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.OperatorResultListInstance=OperatorResultListInstance;class OperatorResultPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new OperatorResultInstance(this._version,e,this._solution.transcriptSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OperatorResultPage=OperatorResultPage},35451:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SentencePage=i.SentenceInstance=i.SentenceListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function SentenceListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'transcriptSid' is not valid.")}const n={};n._version=e;n._solution={transcriptSid:i};n._uri=`/Transcripts/${i}/Sentences`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["redacted"]!==undefined)r["Redacted"]=c.bool(i["redacted"]);if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new SentencePage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new SentencePage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.SentenceListInstance=SentenceListInstance;class SentenceInstance{constructor(e,i,n){this._version=e;this.mediaChannel=a.integer(i.media_channel);this.sentenceIndex=a.integer(i.sentence_index);this.startTime=i.start_time;this.endTime=i.end_time;this.transcript=i.transcript;this.sid=i.sid;this.confidence=i.confidence}toJSON(){return{mediaChannel:this.mediaChannel,sentenceIndex:this.sentenceIndex,startTime:this.startTime,endTime:this.endTime,transcript:this.transcript,sid:this.sid,confidence:this.confidence}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SentenceInstance=SentenceInstance;class SentencePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SentenceInstance(this._version,e,this._solution.transcriptSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SentencePage=SentencePage},76365:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(28705);const a=n(54677);class V1 extends r.default{constructor(e){super(e,"v1")}get credentials(){this._credentials=this._credentials||(0,o.CredentialListInstance)(this);return this._credentials}get services(){this._services=this._services||(0,a.ServiceListInstance)(this);return this._services}}i["default"]=V1},17014:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(74557);const a=n(95950);class V2 extends r.default{constructor(e){super(e,"v2")}get credentials(){this._credentials=this._credentials||(0,o.CredentialListInstance)(this);return this._credentials}get services(){this._services=this._services||(0,a.ServiceListInstance)(this);return this._services}}i["default"]=V2},28705:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},54677:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(91981);const _=n(31693);const g=n(88559);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get channels(){this._channels=this._channels||(0,f.ChannelListInstance)(this._version,this._solution.sid);return this._channels}get roles(){this._roles=this._roles||(0,_.RoleListInstance)(this._version,this._solution.sid);return this._roles}get users(){this._users=this._users||(0,g.UserListInstance)(this._version,this._solution.sid);return this._users}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["defaultServiceRoleSid"]!==undefined)n["DefaultServiceRoleSid"]=e["defaultServiceRoleSid"];if(e["defaultChannelRoleSid"]!==undefined)n["DefaultChannelRoleSid"]=e["defaultChannelRoleSid"];if(e["defaultChannelCreatorRoleSid"]!==undefined)n["DefaultChannelCreatorRoleSid"]=e["defaultChannelCreatorRoleSid"];if(e["readStatusEnabled"]!==undefined)n["ReadStatusEnabled"]=c.bool(e["readStatusEnabled"]);if(e["reachabilityEnabled"]!==undefined)n["ReachabilityEnabled"]=c.bool(e["reachabilityEnabled"]);if(e["typingIndicatorTimeout"]!==undefined)n["TypingIndicatorTimeout"]=e["typingIndicatorTimeout"];if(e["consumptionReportInterval"]!==undefined)n["ConsumptionReportInterval"]=e["consumptionReportInterval"];if(e["notifications.newMessage.enabled"]!==undefined)n["Notifications.NewMessage.Enabled"]=c.bool(e["notifications.newMessage.enabled"]);if(e["notifications.newMessage.template"]!==undefined)n["Notifications.NewMessage.Template"]=e["notifications.newMessage.template"];if(e["notifications.addedToChannel.enabled"]!==undefined)n["Notifications.AddedToChannel.Enabled"]=c.bool(e["notifications.addedToChannel.enabled"]);if(e["notifications.addedToChannel.template"]!==undefined)n["Notifications.AddedToChannel.Template"]=e["notifications.addedToChannel.template"];if(e["notifications.removedFromChannel.enabled"]!==undefined)n["Notifications.RemovedFromChannel.Enabled"]=c.bool(e["notifications.removedFromChannel.enabled"]);if(e["notifications.removedFromChannel.template"]!==undefined)n["Notifications.RemovedFromChannel.Template"]=e["notifications.removedFromChannel.template"];if(e["notifications.invitedToChannel.enabled"]!==undefined)n["Notifications.InvitedToChannel.Enabled"]=c.bool(e["notifications.invitedToChannel.enabled"]);if(e["notifications.invitedToChannel.template"]!==undefined)n["Notifications.InvitedToChannel.Template"]=e["notifications.invitedToChannel.template"];if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];if(e["webhookFilters"]!==undefined)n["WebhookFilters"]=c.map(e["webhookFilters"],(e=>e));if(e["webhooks.onMessageSend.url"]!==undefined)n["Webhooks.OnMessageSend.Url"]=e["webhooks.onMessageSend.url"];if(e["webhooks.onMessageSend.method"]!==undefined)n["Webhooks.OnMessageSend.Method"]=e["webhooks.onMessageSend.method"];if(e["webhooks.onMessageUpdate.url"]!==undefined)n["Webhooks.OnMessageUpdate.Url"]=e["webhooks.onMessageUpdate.url"];if(e["webhooks.onMessageUpdate.method"]!==undefined)n["Webhooks.OnMessageUpdate.Method"]=e["webhooks.onMessageUpdate.method"];if(e["webhooks.onMessageRemove.url"]!==undefined)n["Webhooks.OnMessageRemove.Url"]=e["webhooks.onMessageRemove.url"];if(e["webhooks.onMessageRemove.method"]!==undefined)n["Webhooks.OnMessageRemove.Method"]=e["webhooks.onMessageRemove.method"];if(e["webhooks.onChannelAdd.url"]!==undefined)n["Webhooks.OnChannelAdd.Url"]=e["webhooks.onChannelAdd.url"];if(e["webhooks.onChannelAdd.method"]!==undefined)n["Webhooks.OnChannelAdd.Method"]=e["webhooks.onChannelAdd.method"];if(e["webhooks.onChannelDestroy.url"]!==undefined)n["Webhooks.OnChannelDestroy.Url"]=e["webhooks.onChannelDestroy.url"];if(e["webhooks.onChannelDestroy.method"]!==undefined)n["Webhooks.OnChannelDestroy.Method"]=e["webhooks.onChannelDestroy.method"];if(e["webhooks.onChannelUpdate.url"]!==undefined)n["Webhooks.OnChannelUpdate.Url"]=e["webhooks.onChannelUpdate.url"];if(e["webhooks.onChannelUpdate.method"]!==undefined)n["Webhooks.OnChannelUpdate.Method"]=e["webhooks.onChannelUpdate.method"];if(e["webhooks.onMemberAdd.url"]!==undefined)n["Webhooks.OnMemberAdd.Url"]=e["webhooks.onMemberAdd.url"];if(e["webhooks.onMemberAdd.method"]!==undefined)n["Webhooks.OnMemberAdd.Method"]=e["webhooks.onMemberAdd.method"];if(e["webhooks.onMemberRemove.url"]!==undefined)n["Webhooks.OnMemberRemove.Url"]=e["webhooks.onMemberRemove.url"];if(e["webhooks.onMemberRemove.method"]!==undefined)n["Webhooks.OnMemberRemove.Method"]=e["webhooks.onMemberRemove.method"];if(e["webhooks.onMessageSent.url"]!==undefined)n["Webhooks.OnMessageSent.Url"]=e["webhooks.onMessageSent.url"];if(e["webhooks.onMessageSent.method"]!==undefined)n["Webhooks.OnMessageSent.Method"]=e["webhooks.onMessageSent.method"];if(e["webhooks.onMessageUpdated.url"]!==undefined)n["Webhooks.OnMessageUpdated.Url"]=e["webhooks.onMessageUpdated.url"];if(e["webhooks.onMessageUpdated.method"]!==undefined)n["Webhooks.OnMessageUpdated.Method"]=e["webhooks.onMessageUpdated.method"];if(e["webhooks.onMessageRemoved.url"]!==undefined)n["Webhooks.OnMessageRemoved.Url"]=e["webhooks.onMessageRemoved.url"];if(e["webhooks.onMessageRemoved.method"]!==undefined)n["Webhooks.OnMessageRemoved.Method"]=e["webhooks.onMessageRemoved.method"];if(e["webhooks.onChannelAdded.url"]!==undefined)n["Webhooks.OnChannelAdded.Url"]=e["webhooks.onChannelAdded.url"];if(e["webhooks.onChannelAdded.method"]!==undefined)n["Webhooks.OnChannelAdded.Method"]=e["webhooks.onChannelAdded.method"];if(e["webhooks.onChannelDestroyed.url"]!==undefined)n["Webhooks.OnChannelDestroyed.Url"]=e["webhooks.onChannelDestroyed.url"];if(e["webhooks.onChannelDestroyed.method"]!==undefined)n["Webhooks.OnChannelDestroyed.Method"]=e["webhooks.onChannelDestroyed.method"];if(e["webhooks.onChannelUpdated.url"]!==undefined)n["Webhooks.OnChannelUpdated.Url"]=e["webhooks.onChannelUpdated.url"];if(e["webhooks.onChannelUpdated.method"]!==undefined)n["Webhooks.OnChannelUpdated.Method"]=e["webhooks.onChannelUpdated.method"];if(e["webhooks.onMemberAdded.url"]!==undefined)n["Webhooks.OnMemberAdded.Url"]=e["webhooks.onMemberAdded.url"];if(e["webhooks.onMemberAdded.method"]!==undefined)n["Webhooks.OnMemberAdded.Method"]=e["webhooks.onMemberAdded.method"];if(e["webhooks.onMemberRemoved.url"]!==undefined)n["Webhooks.OnMemberRemoved.Url"]=e["webhooks.onMemberRemoved.url"];if(e["webhooks.onMemberRemoved.method"]!==undefined)n["Webhooks.OnMemberRemoved.Method"]=e["webhooks.onMemberRemoved.method"];if(e["limits.channelMembers"]!==undefined)n["Limits.ChannelMembers"]=e["limits.channelMembers"];if(e["limits.userChannels"]!==undefined)n["Limits.UserChannels"]=e["limits.userChannels"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.defaultServiceRoleSid=i.default_service_role_sid;this.defaultChannelRoleSid=i.default_channel_role_sid;this.defaultChannelCreatorRoleSid=i.default_channel_creator_role_sid;this.readStatusEnabled=i.read_status_enabled;this.reachabilityEnabled=i.reachability_enabled;this.typingIndicatorTimeout=a.integer(i.typing_indicator_timeout);this.consumptionReportInterval=a.integer(i.consumption_report_interval);this.limits=i.limits;this.webhooks=i.webhooks;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.webhookMethod=i.webhook_method;this.webhookFilters=i.webhook_filters;this.notifications=i.notifications;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}channels(){return this._proxy.channels}roles(){return this._proxy.roles}users(){return this._proxy.users}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,defaultServiceRoleSid:this.defaultServiceRoleSid,defaultChannelRoleSid:this.defaultChannelRoleSid,defaultChannelCreatorRoleSid:this.defaultChannelCreatorRoleSid,readStatusEnabled:this.readStatusEnabled,reachabilityEnabled:this.reachabilityEnabled,typingIndicatorTimeout:this.typingIndicatorTimeout,consumptionReportInterval:this.consumptionReportInterval,limits:this.limits,webhooks:this.webhooks,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,webhookMethod:this.webhookMethod,webhookFilters:this.webhookFilters,notifications:this.notifications,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},91981:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelPage=i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(88085);const _=n(91007);const g=n(57885);class ChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Channels/${n}`}get invites(){this._invites=this._invites||(0,f.InviteListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._invites}get members(){this._members=this._members||(0,_.MemberListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._members}get messages(){this._messages=this._messages||(0,g.MessageListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._messages}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChannelInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.type=i.type;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.membersCount=a.integer(i.members_count);this.messagesCount=a.integer(i.messages_count);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}invites(){return this._proxy.invites}members(){return this._proxy.members}messages(){return this._proxy.messages}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,type:this.type,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,membersCount:this.membersCount,messagesCount:this.messagesCount,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ChannelContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Channels`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["type"]!==undefined)s["Type"]=i["type"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChannelInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["type"]!==undefined)s["Type"]=c.map(i["type"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance;class ChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelPage=ChannelPage},88085:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InvitePage=i.InviteListInstance=i.InviteInstance=i.InviteContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InviteContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Invites/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InviteInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteContextImpl=InviteContextImpl;class InviteInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.createdBy=i.created_by;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InviteContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,createdBy:this.createdBy,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteInstance=InviteInstance;function InviteListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InviteContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Invites`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InviteInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InvitePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InvitePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InviteListInstance=InviteListInstance;class InvitePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InviteInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InvitePage=InvitePage},91007:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MemberPage=i.MemberListInstance=i.MemberInstance=i.MemberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MemberContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Members/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MemberInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MemberInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberContextImpl=MemberContextImpl;class MemberInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.lastConsumptionTimestamp=a.iso8601DateTime(i.last_consumption_timestamp);this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MemberContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,lastConsumedMessageIndex:this.lastConsumedMessageIndex,lastConsumptionTimestamp:this.lastConsumptionTimestamp,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberInstance=MemberInstance;function MemberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MemberContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Members`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MemberInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MemberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MemberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MemberListInstance=MemberListInstance;class MemberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MemberInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberPage=MemberPage},57885:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessageContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Messages/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["body"]!==undefined)n["Body"]=e["body"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.attributes=i.attributes;this.serviceSid=i.service_sid;this.to=i.to;this.channelSid=i.channel_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.wasEdited=i.was_edited;this.from=i.from;this.body=i.body;this.index=a.integer(i.index);this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,attributes:this.attributes,serviceSid:this.serviceSid,to:this.to,channelSid:this.channelSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,wasEdited:this.wasEdited,from:this.from,body:this.body,index:this.index,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MessageContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Messages`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["body"]===null||i["body"]===undefined){throw new Error("Required parameter \"params['body']\" missing.")}let s={};s["Body"]=i["body"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},31693:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Roles/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoleContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},88559:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(24284);class UserContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Users/${n}`}get userChannels(){this._userChannels=this._userChannels||(0,f.UserChannelListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userChannels}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.attributes=i.attributes;this.friendlyName=i.friendly_name;this.roleSid=i.role_sid;this.identity=i.identity;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.joinedChannelsCount=a.integer(i.joined_channels_count);this.links=i.links;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userChannels(){return this._proxy.userChannels}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,attributes:this.attributes,friendlyName:this.friendlyName,roleSid:this.roleSid,identity:this.identity,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,joinedChannelsCount:this.joinedChannelsCount,links:this.links,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},24284:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserChannelPage=i.UserChannelInstance=i.UserChannelListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function UserChannelListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const s={};s._version=e;s._solution={serviceSid:i,userSid:n};s._uri=`/Services/${i}/Users/${n}/Channels`;s.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:s._uri,method:"get",params:r,headers:o});c=c.then((e=>new UserChannelPage(a,e,s._solution)));c=s._version.setPromiseCallback(c,n);return c};s.each=s._version.each;s.list=s._version.list;s.getPage=function getPage(e,i){const n=s._version._domain.twilio.request({method:"get",uri:e});let r=n.then((e=>new UserChannelPage(s._version,e,s._solution)));r=s._version.setPromiseCallback(r,i);return r};s.toJSON=function toJSON(){return s._solution};s[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(s.toJSON(),i)};return s}i.UserChannelListInstance=UserChannelListInstance;class UserChannelInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.memberSid=i.member_sid;this.status=i.status;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.unreadMessagesCount=a.integer(i.unread_messages_count);this.links=i.links}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,memberSid:this.memberSid,status:this.status,lastConsumedMessageIndex:this.lastConsumedMessageIndex,unreadMessagesCount:this.unreadMessagesCount,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelInstance=UserChannelInstance;class UserChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserChannelInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelPage=UserChannelPage},74557:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},95950:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(80750);const _=n(80866);const g=n(30422);const v=n(89977);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get bindings(){this._bindings=this._bindings||(0,f.BindingListInstance)(this._version,this._solution.sid);return this._bindings}get channels(){this._channels=this._channels||(0,_.ChannelListInstance)(this._version,this._solution.sid);return this._channels}get roles(){this._roles=this._roles||(0,g.RoleListInstance)(this._version,this._solution.sid);return this._roles}get users(){this._users=this._users||(0,v.UserListInstance)(this._version,this._solution.sid);return this._users}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["defaultServiceRoleSid"]!==undefined)n["DefaultServiceRoleSid"]=e["defaultServiceRoleSid"];if(e["defaultChannelRoleSid"]!==undefined)n["DefaultChannelRoleSid"]=e["defaultChannelRoleSid"];if(e["defaultChannelCreatorRoleSid"]!==undefined)n["DefaultChannelCreatorRoleSid"]=e["defaultChannelCreatorRoleSid"];if(e["readStatusEnabled"]!==undefined)n["ReadStatusEnabled"]=c.bool(e["readStatusEnabled"]);if(e["reachabilityEnabled"]!==undefined)n["ReachabilityEnabled"]=c.bool(e["reachabilityEnabled"]);if(e["typingIndicatorTimeout"]!==undefined)n["TypingIndicatorTimeout"]=e["typingIndicatorTimeout"];if(e["consumptionReportInterval"]!==undefined)n["ConsumptionReportInterval"]=e["consumptionReportInterval"];if(e["notifications.newMessage.enabled"]!==undefined)n["Notifications.NewMessage.Enabled"]=c.bool(e["notifications.newMessage.enabled"]);if(e["notifications.newMessage.template"]!==undefined)n["Notifications.NewMessage.Template"]=e["notifications.newMessage.template"];if(e["notifications.newMessage.sound"]!==undefined)n["Notifications.NewMessage.Sound"]=e["notifications.newMessage.sound"];if(e["notifications.newMessage.badgeCountEnabled"]!==undefined)n["Notifications.NewMessage.BadgeCountEnabled"]=c.bool(e["notifications.newMessage.badgeCountEnabled"]);if(e["notifications.addedToChannel.enabled"]!==undefined)n["Notifications.AddedToChannel.Enabled"]=c.bool(e["notifications.addedToChannel.enabled"]);if(e["notifications.addedToChannel.template"]!==undefined)n["Notifications.AddedToChannel.Template"]=e["notifications.addedToChannel.template"];if(e["notifications.addedToChannel.sound"]!==undefined)n["Notifications.AddedToChannel.Sound"]=e["notifications.addedToChannel.sound"];if(e["notifications.removedFromChannel.enabled"]!==undefined)n["Notifications.RemovedFromChannel.Enabled"]=c.bool(e["notifications.removedFromChannel.enabled"]);if(e["notifications.removedFromChannel.template"]!==undefined)n["Notifications.RemovedFromChannel.Template"]=e["notifications.removedFromChannel.template"];if(e["notifications.removedFromChannel.sound"]!==undefined)n["Notifications.RemovedFromChannel.Sound"]=e["notifications.removedFromChannel.sound"];if(e["notifications.invitedToChannel.enabled"]!==undefined)n["Notifications.InvitedToChannel.Enabled"]=c.bool(e["notifications.invitedToChannel.enabled"]);if(e["notifications.invitedToChannel.template"]!==undefined)n["Notifications.InvitedToChannel.Template"]=e["notifications.invitedToChannel.template"];if(e["notifications.invitedToChannel.sound"]!==undefined)n["Notifications.InvitedToChannel.Sound"]=e["notifications.invitedToChannel.sound"];if(e["preWebhookUrl"]!==undefined)n["PreWebhookUrl"]=e["preWebhookUrl"];if(e["postWebhookUrl"]!==undefined)n["PostWebhookUrl"]=e["postWebhookUrl"];if(e["webhookMethod"]!==undefined)n["WebhookMethod"]=e["webhookMethod"];if(e["webhookFilters"]!==undefined)n["WebhookFilters"]=c.map(e["webhookFilters"],(e=>e));if(e["limits.channelMembers"]!==undefined)n["Limits.ChannelMembers"]=e["limits.channelMembers"];if(e["limits.userChannels"]!==undefined)n["Limits.UserChannels"]=e["limits.userChannels"];if(e["media.compatibilityMessage"]!==undefined)n["Media.CompatibilityMessage"]=e["media.compatibilityMessage"];if(e["preWebhookRetryCount"]!==undefined)n["PreWebhookRetryCount"]=e["preWebhookRetryCount"];if(e["postWebhookRetryCount"]!==undefined)n["PostWebhookRetryCount"]=e["postWebhookRetryCount"];if(e["notifications.logEnabled"]!==undefined)n["Notifications.LogEnabled"]=c.bool(e["notifications.logEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.defaultServiceRoleSid=i.default_service_role_sid;this.defaultChannelRoleSid=i.default_channel_role_sid;this.defaultChannelCreatorRoleSid=i.default_channel_creator_role_sid;this.readStatusEnabled=i.read_status_enabled;this.reachabilityEnabled=i.reachability_enabled;this.typingIndicatorTimeout=a.integer(i.typing_indicator_timeout);this.consumptionReportInterval=a.integer(i.consumption_report_interval);this.limits=i.limits;this.preWebhookUrl=i.pre_webhook_url;this.postWebhookUrl=i.post_webhook_url;this.webhookMethod=i.webhook_method;this.webhookFilters=i.webhook_filters;this.preWebhookRetryCount=a.integer(i.pre_webhook_retry_count);this.postWebhookRetryCount=a.integer(i.post_webhook_retry_count);this.notifications=i.notifications;this.media=i.media;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}bindings(){return this._proxy.bindings}channels(){return this._proxy.channels}roles(){return this._proxy.roles}users(){return this._proxy.users}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,defaultServiceRoleSid:this.defaultServiceRoleSid,defaultChannelRoleSid:this.defaultChannelRoleSid,defaultChannelCreatorRoleSid:this.defaultChannelCreatorRoleSid,readStatusEnabled:this.readStatusEnabled,reachabilityEnabled:this.reachabilityEnabled,typingIndicatorTimeout:this.typingIndicatorTimeout,consumptionReportInterval:this.consumptionReportInterval,limits:this.limits,preWebhookUrl:this.preWebhookUrl,postWebhookUrl:this.postWebhookUrl,webhookMethod:this.webhookMethod,webhookFilters:this.webhookFilters,preWebhookRetryCount:this.preWebhookRetryCount,postWebhookRetryCount:this.postWebhookRetryCount,notifications:this.notifications,media:this.media,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},80750:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BindingPage=i.BindingListInstance=i.BindingInstance=i.BindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BindingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Bindings/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BindingInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingContextImpl=BindingContextImpl;class BindingInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.endpoint=i.endpoint;this.identity=i.identity;this.credentialSid=i.credential_sid;this.bindingType=i.binding_type;this.messageTypes=i.message_types;this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new BindingContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endpoint:this.endpoint,identity:this.identity,credentialSid:this.credentialSid,bindingType:this.bindingType,messageTypes:this.messageTypes,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingInstance=BindingInstance;function BindingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BindingContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Bindings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["bindingType"]!==undefined)s["BindingType"]=c.map(i["bindingType"],(e=>e));if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BindingListInstance=BindingListInstance;class BindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BindingInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingPage=BindingPage},80866:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelPage=i.ChannelListInstance=i.ChannelInstance=i.ChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(16469);const _=n(94912);const g=n(34682);const v=n(77698);class ChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Channels/${n}`}get invites(){this._invites=this._invites||(0,f.InviteListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._invites}get members(){this._members=this._members||(0,_.MemberListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._members}get messages(){this._messages=this._messages||(0,g.MessageListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._messages}get webhooks(){this._webhooks=this._webhooks||(0,v.WebhookListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._webhooks}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["createdBy"]!==undefined)n["CreatedBy"]=e["createdBy"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChannelInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelContextImpl=ChannelContextImpl;class ChannelInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.attributes=i.attributes;this.type=i.type;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this.membersCount=a.integer(i.members_count);this.messagesCount=a.integer(i.messages_count);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}invites(){return this._proxy.invites}members(){return this._proxy.members}messages(){return this._proxy.messages}webhooks(){return this._proxy.webhooks}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,attributes:this.attributes,type:this.type,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy,membersCount:this.membersCount,messagesCount:this.messagesCount,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelInstance=ChannelInstance;function ChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ChannelContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Channels`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["type"]!==undefined)s["Type"]=i["type"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["createdBy"]!==undefined)s["CreatedBy"]=i["createdBy"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChannelInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["type"]!==undefined)s["Type"]=c.map(i["type"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelListInstance=ChannelListInstance;class ChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelPage=ChannelPage},16469:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InvitePage=i.InviteListInstance=i.InviteInstance=i.InviteContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InviteContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Invites/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InviteInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteContextImpl=InviteContextImpl;class InviteInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.createdBy=i.created_by;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InviteContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,createdBy:this.createdBy,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InviteInstance=InviteInstance;function InviteListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InviteContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Invites`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InviteInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InvitePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InvitePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InviteListInstance=InviteListInstance;class InvitePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InviteInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InvitePage=InvitePage},94912:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MemberPage=i.MemberListInstance=i.MemberInstance=i.MemberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MemberContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Members/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MemberInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];if(e["lastConsumptionTimestamp"]!==undefined)n["LastConsumptionTimestamp"]=c.iso8601DateTime(e["lastConsumptionTimestamp"]);if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MemberInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberContextImpl=MemberContextImpl;class MemberInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.channelSid=i.channel_sid;this.serviceSid=i.service_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.roleSid=i.role_sid;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.lastConsumptionTimestamp=a.iso8601DateTime(i.last_consumption_timestamp);this.url=i.url;this.attributes=i.attributes;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MemberContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,channelSid:this.channelSid,serviceSid:this.serviceSid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,roleSid:this.roleSid,lastConsumedMessageIndex:this.lastConsumedMessageIndex,lastConsumptionTimestamp:this.lastConsumptionTimestamp,url:this.url,attributes:this.attributes}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberInstance=MemberInstance;function MemberListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MemberContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Members`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["lastConsumedMessageIndex"]!==undefined)s["LastConsumedMessageIndex"]=i["lastConsumedMessageIndex"];if(i["lastConsumptionTimestamp"]!==undefined)s["LastConsumptionTimestamp"]=c.iso8601DateTime(i["lastConsumptionTimestamp"]);if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MemberInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MemberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MemberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MemberListInstance=MemberListInstance;class MemberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MemberInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MemberPage=MemberPage},34682:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagePage=i.MessageListInstance=i.MessageInstance=i.MessageContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessageContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Messages/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["body"]!==undefined)n["Body"]=e["body"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["dateCreated"]!==undefined)n["DateCreated"]=c.iso8601DateTime(e["dateCreated"]);if(e["dateUpdated"]!==undefined)n["DateUpdated"]=c.iso8601DateTime(e["dateUpdated"]);if(e["lastUpdatedBy"]!==undefined)n["LastUpdatedBy"]=e["lastUpdatedBy"];if(e["from"]!==undefined)n["From"]=e["from"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessageInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageContextImpl=MessageContextImpl;class MessageInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.attributes=i.attributes;this.serviceSid=i.service_sid;this.to=i.to;this.channelSid=i.channel_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.lastUpdatedBy=i.last_updated_by;this.wasEdited=i.was_edited;this.from=i.from;this.body=i.body;this.index=a.integer(i.index);this.type=i.type;this.media=i.media;this.url=i.url;this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new MessageContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,attributes:this.attributes,serviceSid:this.serviceSid,to:this.to,channelSid:this.channelSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,lastUpdatedBy:this.lastUpdatedBy,wasEdited:this.wasEdited,from:this.from,body:this.body,index:this.index,type:this.type,media:this.media,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInstance=MessageInstance;function MessageListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new MessageContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Messages`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["from"]!==undefined)s["From"]=i["from"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["dateCreated"]!==undefined)s["DateCreated"]=c.iso8601DateTime(i["dateCreated"]);if(i["dateUpdated"]!==undefined)s["DateUpdated"]=c.iso8601DateTime(i["dateUpdated"]);if(i["lastUpdatedBy"]!==undefined)s["LastUpdatedBy"]=i["lastUpdatedBy"];if(i["body"]!==undefined)s["Body"]=i["body"];if(i["mediaSid"]!==undefined)s["MediaSid"]=i["mediaSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageListInstance=MessageListInstance;class MessagePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagePage=MessagePage},77698:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,channelSid:n,sid:s};this._uri=`/Services/${i}/Channels/${n}/Webhooks/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.serviceSid,i._solution.channelSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["configuration.url"]!==undefined)n["Configuration.Url"]=e["configuration.url"];if(e["configuration.method"]!==undefined)n["Configuration.Method"]=e["configuration.method"];if(e["configuration.filters"]!==undefined)n["Configuration.Filters"]=c.map(e["configuration.filters"],(e=>e));if(e["configuration.triggers"]!==undefined)n["Configuration.Triggers"]=c.map(e["configuration.triggers"],(e=>e));if(e["configuration.flowSid"]!==undefined)n["Configuration.FlowSid"]=e["configuration.flowSid"];if(e["configuration.retryCount"]!==undefined)n["Configuration.RetryCount"]=e["configuration.retryCount"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.serviceSid,r._solution.channelSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.type=i.type;this.url=i.url;this.configuration=i.configuration;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={serviceSid:n,channelSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.serviceSid,this._solution.channelSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,type:this.type,url:this.url,configuration:this.configuration,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'channelSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new WebhookContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,channelSid:n};instance._uri=`/Services/${i}/Channels/${n}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["configuration.url"]!==undefined)s["Configuration.Url"]=i["configuration.url"];if(i["configuration.method"]!==undefined)s["Configuration.Method"]=i["configuration.method"];if(i["configuration.filters"]!==undefined)s["Configuration.Filters"]=c.map(i["configuration.filters"],(e=>e));if(i["configuration.triggers"]!==undefined)s["Configuration.Triggers"]=c.map(i["configuration.triggers"],(e=>e));if(i["configuration.flowSid"]!==undefined)s["Configuration.FlowSid"]=i["configuration.flowSid"];if(i["configuration.retryCount"]!==undefined)s["Configuration.RetryCount"]=i["configuration.retryCount"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.serviceSid,instance._solution.channelSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.serviceSid,this._solution.channelSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},30422:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RolePage=i.RoleListInstance=i.RoleInstance=i.RoleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoleContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Roles/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoleInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["permission"]===null||e["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let n={};n["Permission"]=c.map(e["permission"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoleInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleContextImpl=RoleContextImpl;class RoleInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.permissions=i.permissions;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoleContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,type:this.type,permissions:this.permissions,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoleInstance=RoleInstance;function RoleListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoleContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Roles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}if(i["permission"]===null||i["permission"]===undefined){throw new Error("Required parameter \"params['permission']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];s["Permission"]=c.map(i["permission"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoleInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RolePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RolePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoleListInstance=RoleListInstance;class RolePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoleInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RolePage=RolePage},89977:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserPage=i.UserListInstance=i.UserInstance=i.UserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(38782);const _=n(15790);class UserContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Users/${n}`}get userBindings(){this._userBindings=this._userBindings||(0,f.UserBindingListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userBindings}get userChannels(){this._userChannels=this._userChannels||(0,_.UserChannelListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._userChannels}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["roleSid"]!==undefined)n["RoleSid"]=e["roleSid"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["xTwilioWebhookEnabled"]!==undefined)s["X-Twilio-Webhook-Enabled"]=e["xTwilioWebhookEnabled"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserContextImpl=UserContextImpl;class UserInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.attributes=i.attributes;this.friendlyName=i.friendly_name;this.roleSid=i.role_sid;this.identity=i.identity;this.isOnline=i.is_online;this.isNotifiable=i.is_notifiable;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.joinedChannelsCount=a.integer(i.joined_channels_count);this.links=i.links;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UserContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}userBindings(){return this._proxy.userBindings}userChannels(){return this._proxy.userChannels}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,attributes:this.attributes,friendlyName:this.friendlyName,roleSid:this.roleSid,identity:this.identity,isOnline:this.isOnline,isNotifiable:this.isNotifiable,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,joinedChannelsCount:this.joinedChannelsCount,links:this.links,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserInstance=UserInstance;function UserListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UserContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Users`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];if(i["roleSid"]!==undefined)s["RoleSid"]=i["roleSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";if(i["xTwilioWebhookEnabled"]!==undefined)r["X-Twilio-Webhook-Enabled"]=i["xTwilioWebhookEnabled"];let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UserInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserListInstance=UserListInstance;class UserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserPage=UserPage},38782:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserBindingPage=i.UserBindingListInstance=i.UserBindingInstance=i.UserBindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserBindingContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,userSid:n,sid:s};this._uri=`/Services/${i}/Users/${n}/Bindings/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserBindingInstance(n,e,i._solution.serviceSid,i._solution.userSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingContextImpl=UserBindingContextImpl;class UserBindingInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.endpoint=i.endpoint;this.identity=i.identity;this.userSid=i.user_sid;this.credentialSid=i.credential_sid;this.bindingType=i.binding_type;this.messageTypes=i.message_types;this.url=i.url;this._solution={serviceSid:n,userSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new UserBindingContextImpl(this._version,this._solution.serviceSid,this._solution.userSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,endpoint:this.endpoint,identity:this.identity,userSid:this.userSid,credentialSid:this.credentialSid,bindingType:this.bindingType,messageTypes:this.messageTypes,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingInstance=UserBindingInstance;function UserBindingListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserBindingContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,userSid:n};instance._uri=`/Services/${i}/Users/${n}/Bindings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["bindingType"]!==undefined)s["BindingType"]=c.map(i["bindingType"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserBindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserBindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserBindingListInstance=UserBindingListInstance;class UserBindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserBindingInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserBindingPage=UserBindingPage},15790:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UserChannelPage=i.UserChannelListInstance=i.UserChannelInstance=i.UserChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UserChannelContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'channelSid' is not valid.")}this._solution={serviceSid:i,userSid:n,channelSid:s};this._uri=`/Services/${i}/Users/${n}/Channels/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UserChannelInstance(n,e,i._solution.serviceSid,i._solution.userSid,i._solution.channelSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["notificationLevel"]!==undefined)n["NotificationLevel"]=e["notificationLevel"];if(e["lastConsumedMessageIndex"]!==undefined)n["LastConsumedMessageIndex"]=e["lastConsumedMessageIndex"];if(e["lastConsumptionTimestamp"]!==undefined)n["LastConsumptionTimestamp"]=c.iso8601DateTime(e["lastConsumptionTimestamp"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UserChannelInstance(o,e,r._solution.serviceSid,r._solution.userSid,r._solution.channelSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelContextImpl=UserChannelContextImpl;class UserChannelInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.channelSid=i.channel_sid;this.userSid=i.user_sid;this.memberSid=i.member_sid;this.status=i.status;this.lastConsumedMessageIndex=a.integer(i.last_consumed_message_index);this.unreadMessagesCount=a.integer(i.unread_messages_count);this.links=i.links;this.url=i.url;this.notificationLevel=i.notification_level;this._solution={serviceSid:n,userSid:s,channelSid:r||this.channelSid}}get _proxy(){this._context=this._context||new UserChannelContextImpl(this._version,this._solution.serviceSid,this._solution.userSid,this._solution.channelSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,channelSid:this.channelSid,userSid:this.userSid,memberSid:this.memberSid,status:this.status,lastConsumedMessageIndex:this.lastConsumedMessageIndex,unreadMessagesCount:this.unreadMessagesCount,links:this.links,url:this.url,notificationLevel:this.notificationLevel}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelInstance=UserChannelInstance;function UserChannelListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'userSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new UserChannelContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,userSid:n};instance._uri=`/Services/${i}/Users/${n}/Channels`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UserChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UserChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UserChannelListInstance=UserChannelListInstance;class UserChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UserChannelInstance(this._version,e,this._solution.serviceSid,this._solution.userSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UserChannelPage=UserChannelPage},23896:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(64991);class V1 extends r.default{constructor(e){super(e,"v1")}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,o.PhoneNumberListInstance)(this);return this._phoneNumbers}}i["default"]=V1},73693:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(60513);class V2 extends r.default{constructor(e){super(e,"v2")}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,o.PhoneNumberListInstance)(this);return this._phoneNumbers}}i["default"]=V2},64991:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PhoneNumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'phoneNumber' is not valid.")}this._solution={phoneNumber:i};this._uri=`/PhoneNumbers/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["countryCode"]!==undefined)n["CountryCode"]=e["countryCode"];if(e["type"]!==undefined)n["Type"]=o.map(e["type"],(e=>e));if(e["addOns"]!==undefined)n["AddOns"]=o.map(e["addOns"],(e=>e));if(e["addOnsData"]!==undefined)n={...n,...o.prefixedCollapsibleMap(e["addOnsData"],"AddOns")};const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new PhoneNumberInstance(a,e,r._solution.phoneNumber)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n){this._version=e;this.callerName=i.caller_name;this.countryCode=i.country_code;this.phoneNumber=i.phone_number;this.nationalFormat=i.national_format;this.carrier=i.carrier;this.addOns=i.add_ons;this.url=i.url;this._solution={phoneNumber:n||this.phoneNumber}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.phoneNumber);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{callerName:this.callerName,countryCode:this.countryCode,phoneNumber:this.phoneNumber,nationalFormat:this.nationalFormat,carrier:this.carrier,addOns:this.addOns,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PhoneNumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance},60513:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PhoneNumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'phoneNumber' is not valid.")}this._solution={phoneNumber:i};this._uri=`/PhoneNumbers/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["fields"]!==undefined)n["Fields"]=e["fields"];if(e["countryCode"]!==undefined)n["CountryCode"]=e["countryCode"];if(e["firstName"]!==undefined)n["FirstName"]=e["firstName"];if(e["lastName"]!==undefined)n["LastName"]=e["lastName"];if(e["addressLine1"]!==undefined)n["AddressLine1"]=e["addressLine1"];if(e["addressLine2"]!==undefined)n["AddressLine2"]=e["addressLine2"];if(e["city"]!==undefined)n["City"]=e["city"];if(e["state"]!==undefined)n["State"]=e["state"];if(e["postalCode"]!==undefined)n["PostalCode"]=e["postalCode"];if(e["addressCountryCode"]!==undefined)n["AddressCountryCode"]=e["addressCountryCode"];if(e["nationalId"]!==undefined)n["NationalId"]=e["nationalId"];if(e["dateOfBirth"]!==undefined)n["DateOfBirth"]=e["dateOfBirth"];if(e["lastVerifiedDate"]!==undefined)n["LastVerifiedDate"]=e["lastVerifiedDate"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new PhoneNumberInstance(o,e,r._solution.phoneNumber)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n){this._version=e;this.callingCountryCode=i.calling_country_code;this.countryCode=i.country_code;this.phoneNumber=i.phone_number;this.nationalFormat=i.national_format;this.valid=i.valid;this.validationErrors=i.validation_errors;this.callerName=i.caller_name;this.simSwap=i.sim_swap;this.callForwarding=i.call_forwarding;this.lineStatus=i.line_status;this.lineTypeIntelligence=i.line_type_intelligence;this.identityMatch=i.identity_match;this.reassignedNumber=i.reassigned_number;this.smsPumpingRisk=i.sms_pumping_risk;this.phoneNumberQualityScore=i.phone_number_quality_score;this.url=i.url;this._solution={phoneNumber:n||this.phoneNumber}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.phoneNumber);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{callingCountryCode:this.callingCountryCode,countryCode:this.countryCode,phoneNumber:this.phoneNumber,nationalFormat:this.nationalFormat,valid:this.valid,validationErrors:this.validationErrors,callerName:this.callerName,simSwap:this.simSwap,callForwarding:this.callForwarding,lineStatus:this.lineStatus,lineTypeIntelligence:this.lineTypeIntelligence,identityMatch:this.identityMatch,reassignedNumber:this.reassignedNumber,smsPumpingRisk:this.smsPumpingRisk,phoneNumberQualityScore:this.phoneNumberQualityScore,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PhoneNumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance},23690:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(62697);const a=n(24643);const c=n(57235);class V1 extends r.default{constructor(e){super(e,"v1")}get mediaProcessor(){this._mediaProcessor=this._mediaProcessor||(0,o.MediaProcessorListInstance)(this);return this._mediaProcessor}get mediaRecording(){this._mediaRecording=this._mediaRecording||(0,a.MediaRecordingListInstance)(this);return this._mediaRecording}get playerStreamer(){this._playerStreamer=this._playerStreamer||(0,c.PlayerStreamerListInstance)(this);return this._playerStreamer}}i["default"]=V1},62697:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MediaProcessorPage=i.MediaProcessorListInstance=i.MediaProcessorInstance=i.MediaProcessorContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MediaProcessorContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/MediaProcessors/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MediaProcessorInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MediaProcessorInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaProcessorContextImpl=MediaProcessorContextImpl;class MediaProcessorInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.extension=i.extension;this.extensionContext=i.extension_context;this.status=i.status;this.url=i.url;this.endedReason=i.ended_reason;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.maxDuration=a.integer(i.max_duration);this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new MediaProcessorContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,extension:this.extension,extensionContext:this.extensionContext,status:this.status,url:this.url,endedReason:this.endedReason,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,maxDuration:this.maxDuration}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaProcessorInstance=MediaProcessorInstance;function MediaProcessorListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new MediaProcessorContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/MediaProcessors`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["extension"]===null||i["extension"]===undefined){throw new Error("Required parameter \"params['extension']\" missing.")}if(i["extensionContext"]===null||i["extensionContext"]===undefined){throw new Error("Required parameter \"params['extensionContext']\" missing.")}let s={};s["Extension"]=i["extension"];s["ExtensionContext"]=i["extensionContext"];if(i["extensionEnvironment"]!==undefined)s["ExtensionEnvironment"]=c.object(i["extensionEnvironment"]);if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["maxDuration"]!==undefined)s["MaxDuration"]=i["maxDuration"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MediaProcessorInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MediaProcessorPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MediaProcessorPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MediaProcessorListInstance=MediaProcessorListInstance;class MediaProcessorPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MediaProcessorInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaProcessorPage=MediaProcessorPage},24643:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MediaRecordingPage=i.MediaRecordingListInstance=i.MediaRecordingInstance=i.MediaRecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MediaRecordingContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/MediaRecordings/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MediaRecordingInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaRecordingContextImpl=MediaRecordingContextImpl;class MediaRecordingInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.duration=a.integer(i.duration);this.format=i.format;this.links=i.links;this.processorSid=i.processor_sid;this.resolution=i.resolution;this.sourceSid=i.source_sid;this.sid=i.sid;this.mediaSize=i.media_size;this.status=i.status;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new MediaRecordingContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,duration:this.duration,format:this.format,links:this.links,processorSid:this.processorSid,resolution:this.resolution,sourceSid:this.sourceSid,sid:this.sid,mediaSize:this.mediaSize,status:this.status,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaRecordingInstance=MediaRecordingInstance;function MediaRecordingListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new MediaRecordingContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/MediaRecordings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["processorSid"]!==undefined)s["ProcessorSid"]=i["processorSid"];if(i["sourceSid"]!==undefined)s["SourceSid"]=i["sourceSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MediaRecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MediaRecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MediaRecordingListInstance=MediaRecordingListInstance;class MediaRecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MediaRecordingInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MediaRecordingPage=MediaRecordingPage},57235:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PlayerStreamerPage=i.PlayerStreamerListInstance=i.PlayerStreamerInstance=i.PlayerStreamerContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(99991);class PlayerStreamerContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/PlayerStreamers/${i}`}get playbackGrant(){this._playbackGrant=this._playbackGrant||(0,f.PlaybackGrantListInstance)(this._version,this._solution.sid);return this._playbackGrant}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PlayerStreamerInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PlayerStreamerInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PlayerStreamerContextImpl=PlayerStreamerContextImpl;class PlayerStreamerInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.video=i.video;this.links=i.links;this.sid=i.sid;this.status=i.status;this.url=i.url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.endedReason=i.ended_reason;this.maxDuration=a.integer(i.max_duration);this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new PlayerStreamerContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}playbackGrant(){return this._proxy.playbackGrant}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,video:this.video,links:this.links,sid:this.sid,status:this.status,url:this.url,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,endedReason:this.endedReason,maxDuration:this.maxDuration}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PlayerStreamerInstance=PlayerStreamerInstance;function PlayerStreamerListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PlayerStreamerContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/PlayerStreamers`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["video"]!==undefined)s["Video"]=c.bool(i["video"]);if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["maxDuration"]!==undefined)s["MaxDuration"]=i["maxDuration"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new PlayerStreamerInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PlayerStreamerPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PlayerStreamerPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PlayerStreamerListInstance=PlayerStreamerListInstance;class PlayerStreamerPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PlayerStreamerInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PlayerStreamerPage=PlayerStreamerPage},99991:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PlaybackGrantListInstance=i.PlaybackGrantInstance=i.PlaybackGrantContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PlaybackGrantContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/PlayerStreamers/${i}/PlaybackGrant`}create(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["accessControlAllowOrigin"]!==undefined)n["AccessControlAllowOrigin"]=e["accessControlAllowOrigin"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.create({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PlaybackGrantInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PlaybackGrantInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PlaybackGrantContextImpl=PlaybackGrantContextImpl;class PlaybackGrantInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.url=i.url;this.accountSid=i.account_sid;this.dateCreated=r.iso8601DateTime(i.date_created);this.grant=i.grant;this._solution={sid:n}}get _proxy(){this._context=this._context||new PlaybackGrantContextImpl(this._version,this._solution.sid);return this._context}create(e,i){return this._proxy.create(e,i)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,url:this.url,accountSid:this.accountSid,dateCreated:this.dateCreated,grant:this.grant}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PlaybackGrantInstance=PlaybackGrantInstance;function PlaybackGrantListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new PlaybackGrantContextImpl(e,i)};instance._version=e;instance._solution={sid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PlaybackGrantListInstance=PlaybackGrantListInstance},98776:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(55485);const a=n(72112);const c=n(18797);const u=n(72643);const f=n(13257);const _=n(10865);const g=n(11823);const v=n(76682);const S=n(10046);const b=n(35713);const P=n(69554);class V1 extends r.default{constructor(e){super(e,"v1")}get brandRegistrations(){this._brandRegistrations=this._brandRegistrations||(0,o.BrandRegistrationListInstance)(this);return this._brandRegistrations}get deactivations(){this._deactivations=this._deactivations||(0,a.DeactivationsListInstance)(this);return this._deactivations}get domainCerts(){this._domainCerts=this._domainCerts||(0,c.DomainCertsListInstance)(this);return this._domainCerts}get domainConfig(){this._domainConfig=this._domainConfig||(0,u.DomainConfigListInstance)(this);return this._domainConfig}get domainConfigMessagingService(){this._domainConfigMessagingService=this._domainConfigMessagingService||(0,f.DomainConfigMessagingServiceListInstance)(this);return this._domainConfigMessagingService}get externalCampaign(){this._externalCampaign=this._externalCampaign||(0,_.ExternalCampaignListInstance)(this);return this._externalCampaign}get linkshorteningMessagingService(){this._linkshorteningMessagingService=this._linkshorteningMessagingService||(0,g.LinkshorteningMessagingServiceListInstance)(this);return this._linkshorteningMessagingService}get linkshorteningMessagingServiceDomainAssociation(){this._linkshorteningMessagingServiceDomainAssociation=this._linkshorteningMessagingServiceDomainAssociation||(0,v.LinkshorteningMessagingServiceDomainAssociationListInstance)(this);return this._linkshorteningMessagingServiceDomainAssociation}get services(){this._services=this._services||(0,S.ServiceListInstance)(this);return this._services}get tollfreeVerifications(){this._tollfreeVerifications=this._tollfreeVerifications||(0,b.TollfreeVerificationListInstance)(this);return this._tollfreeVerifications}get usecases(){this._usecases=this._usecases||(0,P.UsecaseListInstance)(this);return this._usecases}}i["default"]=V1},55485:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BrandRegistrationPage=i.BrandRegistrationListInstance=i.BrandRegistrationInstance=i.BrandRegistrationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(77824);const _=n(29464);class BrandRegistrationContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/a2p/BrandRegistrations/${i}`}get brandRegistrationOtps(){this._brandRegistrationOtps=this._brandRegistrationOtps||(0,f.BrandRegistrationOtpListInstance)(this._version,this._solution.sid);return this._brandRegistrationOtps}get brandVettings(){this._brandVettings=this._brandVettings||(0,_.BrandVettingListInstance)(this._version,this._solution.sid);return this._brandVettings}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BrandRegistrationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e){const i=this;let n=i._version,s=n.update({uri:i._uri,method:"post"});s=s.then((e=>new BrandRegistrationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandRegistrationContextImpl=BrandRegistrationContextImpl;class BrandRegistrationInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.customerProfileBundleSid=i.customer_profile_bundle_sid;this.a2pProfileBundleSid=i.a2p_profile_bundle_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.brandType=i.brand_type;this.status=i.status;this.tcrId=i.tcr_id;this.failureReason=i.failure_reason;this.url=i.url;this.brandScore=a.integer(i.brand_score);this.brandFeedback=i.brand_feedback;this.identityStatus=i.identity_status;this.russell3000=i.russell_3000;this.governmentEntity=i.government_entity;this.taxExemptStatus=i.tax_exempt_status;this.skipAutomaticSecVet=i.skip_automatic_sec_vet;this.mock=i.mock;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new BrandRegistrationContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e){return this._proxy.update(e)}brandRegistrationOtps(){return this._proxy.brandRegistrationOtps}brandVettings(){return this._proxy.brandVettings}toJSON(){return{sid:this.sid,accountSid:this.accountSid,customerProfileBundleSid:this.customerProfileBundleSid,a2pProfileBundleSid:this.a2pProfileBundleSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,brandType:this.brandType,status:this.status,tcrId:this.tcrId,failureReason:this.failureReason,url:this.url,brandScore:this.brandScore,brandFeedback:this.brandFeedback,identityStatus:this.identityStatus,russell3000:this.russell3000,governmentEntity:this.governmentEntity,taxExemptStatus:this.taxExemptStatus,skipAutomaticSecVet:this.skipAutomaticSecVet,mock:this.mock,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandRegistrationInstance=BrandRegistrationInstance;function BrandRegistrationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new BrandRegistrationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/a2p/BrandRegistrations`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["customerProfileBundleSid"]===null||i["customerProfileBundleSid"]===undefined){throw new Error("Required parameter \"params['customerProfileBundleSid']\" missing.")}if(i["a2PProfileBundleSid"]===null||i["a2PProfileBundleSid"]===undefined){throw new Error("Required parameter \"params['a2PProfileBundleSid']\" missing.")}let s={};s["CustomerProfileBundleSid"]=i["customerProfileBundleSid"];s["A2PProfileBundleSid"]=i["a2PProfileBundleSid"];if(i["brandType"]!==undefined)s["BrandType"]=i["brandType"];if(i["mock"]!==undefined)s["Mock"]=c.bool(i["mock"]);if(i["skipAutomaticSecVet"]!==undefined)s["SkipAutomaticSecVet"]=c.bool(i["skipAutomaticSecVet"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BrandRegistrationInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BrandRegistrationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BrandRegistrationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BrandRegistrationListInstance=BrandRegistrationListInstance;class BrandRegistrationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BrandRegistrationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandRegistrationPage=BrandRegistrationPage},77824:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BrandRegistrationOtpInstance=i.BrandRegistrationOtpListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function BrandRegistrationOtpListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'brandRegistrationSid' is not valid.")}const n={};n._version=e;n._solution={brandRegistrationSid:i};n._uri=`/a2p/BrandRegistrations/${i}/SmsOtp`;n.create=function create(i){let s=e,r=s.create({uri:n._uri,method:"post"});r=r.then((e=>new BrandRegistrationOtpInstance(s,e,n._solution.brandRegistrationSid)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.BrandRegistrationOtpListInstance=BrandRegistrationOtpListInstance;class BrandRegistrationOtpInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.brandRegistrationSid=i.brand_registration_sid}toJSON(){return{accountSid:this.accountSid,brandRegistrationSid:this.brandRegistrationSid}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BrandRegistrationOtpInstance=BrandRegistrationOtpInstance},29464:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BrandVettingPage=i.BrandVettingListInstance=i.BrandVettingInstance=i.BrandVettingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BrandVettingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'brandSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'brandVettingSid' is not valid.")}this._solution={brandSid:i,brandVettingSid:n};this._uri=`/a2p/BrandRegistrations/${i}/Vettings/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BrandVettingInstance(n,e,i._solution.brandSid,i._solution.brandVettingSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandVettingContextImpl=BrandVettingContextImpl;class BrandVettingInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.brandSid=i.brand_sid;this.brandVettingSid=i.brand_vetting_sid;this.dateUpdated=a.iso8601DateTime(i.date_updated);this.dateCreated=a.iso8601DateTime(i.date_created);this.vettingId=i.vetting_id;this.vettingClass=i.vetting_class;this.vettingStatus=i.vetting_status;this.vettingProvider=i.vetting_provider;this.url=i.url;this._solution={brandSid:n,brandVettingSid:s||this.brandVettingSid}}get _proxy(){this._context=this._context||new BrandVettingContextImpl(this._version,this._solution.brandSid,this._solution.brandVettingSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,brandSid:this.brandSid,brandVettingSid:this.brandVettingSid,dateUpdated:this.dateUpdated,dateCreated:this.dateCreated,vettingId:this.vettingId,vettingClass:this.vettingClass,vettingStatus:this.vettingStatus,vettingProvider:this.vettingProvider,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandVettingInstance=BrandVettingInstance;function BrandVettingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'brandSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BrandVettingContextImpl(e,i,n)};instance._version=e;instance._solution={brandSid:i};instance._uri=`/a2p/BrandRegistrations/${i}/Vettings`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["vettingProvider"]===null||i["vettingProvider"]===undefined){throw new Error("Required parameter \"params['vettingProvider']\" missing.")}let s={};s["VettingProvider"]=i["vettingProvider"];if(i["vettingId"]!==undefined)s["VettingId"]=i["vettingId"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BrandVettingInstance(o,e,instance._solution.brandSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["vettingProvider"]!==undefined)s["VettingProvider"]=i["vettingProvider"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BrandVettingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BrandVettingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BrandVettingListInstance=BrandVettingListInstance;class BrandVettingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BrandVettingInstance(this._version,e,this._solution.brandSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BrandVettingPage=BrandVettingPage},72112:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DeactivationsListInstance=i.DeactivationsInstance=i.DeactivationsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class DeactivationsContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Deactivations`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["date"]!==undefined)n["Date"]=o.iso8601Date(e["date"]);const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new DeactivationsInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DeactivationsContextImpl=DeactivationsContextImpl;class DeactivationsInstance{constructor(e,i){this._version=e;this.redirectTo=i.redirect_to;this._solution={}}get _proxy(){this._context=this._context||new DeactivationsContextImpl(this._version);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{redirectTo:this.redirectTo}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DeactivationsInstance=DeactivationsInstance;function DeactivationsListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new DeactivationsContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DeactivationsListInstance=DeactivationsListInstance},18797:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DomainCertsListInstance=i.DomainCertsInstance=i.DomainCertsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class DomainCertsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'domainSid' is not valid.")}this._solution={domainSid:i};this._uri=`/LinkShortening/Domains/${i}/Certificate`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DomainCertsInstance(n,e,i._solution.domainSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["tlsCert"]===null||e["tlsCert"]===undefined){throw new Error("Required parameter \"params['tlsCert']\" missing.")}let n={};n["TlsCert"]=e["tlsCert"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DomainCertsInstance(o,e,r._solution.domainSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainCertsContextImpl=DomainCertsContextImpl;class DomainCertsInstance{constructor(e,i,n){this._version=e;this.domainSid=i.domain_sid;this.dateUpdated=r.iso8601DateTime(i.date_updated);this.dateExpires=r.iso8601DateTime(i.date_expires);this.dateCreated=r.iso8601DateTime(i.date_created);this.domainName=i.domain_name;this.certificateSid=i.certificate_sid;this.url=i.url;this.certInValidation=i.cert_in_validation;this._solution={domainSid:n||this.domainSid}}get _proxy(){this._context=this._context||new DomainCertsContextImpl(this._version,this._solution.domainSid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{domainSid:this.domainSid,dateUpdated:this.dateUpdated,dateExpires:this.dateExpires,dateCreated:this.dateCreated,domainName:this.domainName,certificateSid:this.certificateSid,url:this.url,certInValidation:this.certInValidation}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainCertsInstance=DomainCertsInstance;function DomainCertsListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new DomainCertsContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DomainCertsListInstance=DomainCertsListInstance},72643:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DomainConfigListInstance=i.DomainConfigInstance=i.DomainConfigContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class DomainConfigContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'domainSid' is not valid.")}this._solution={domainSid:i};this._uri=`/LinkShortening/Domains/${i}/Config`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DomainConfigInstance(n,e,i._solution.domainSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["fallbackUrl"]!==undefined)n["FallbackUrl"]=e["fallbackUrl"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["continueOnFailure"]!==undefined)n["ContinueOnFailure"]=o.bool(e["continueOnFailure"]);if(e["disableHttps"]!==undefined)n["DisableHttps"]=o.bool(e["disableHttps"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new DomainConfigInstance(a,e,r._solution.domainSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainConfigContextImpl=DomainConfigContextImpl;class DomainConfigInstance{constructor(e,i,n){this._version=e;this.domainSid=i.domain_sid;this.configSid=i.config_sid;this.fallbackUrl=i.fallback_url;this.callbackUrl=i.callback_url;this.continueOnFailure=i.continue_on_failure;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.url=i.url;this.disableHttps=i.disable_https;this._solution={domainSid:n||this.domainSid}}get _proxy(){this._context=this._context||new DomainConfigContextImpl(this._version,this._solution.domainSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{domainSid:this.domainSid,configSid:this.configSid,fallbackUrl:this.fallbackUrl,callbackUrl:this.callbackUrl,continueOnFailure:this.continueOnFailure,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,disableHttps:this.disableHttps}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainConfigInstance=DomainConfigInstance;function DomainConfigListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new DomainConfigContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DomainConfigListInstance=DomainConfigListInstance},13257:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DomainConfigMessagingServiceListInstance=i.DomainConfigMessagingServiceInstance=i.DomainConfigMessagingServiceContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class DomainConfigMessagingServiceContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}this._solution={messagingServiceSid:i};this._uri=`/LinkShortening/MessagingService/${i}/DomainConfig`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DomainConfigMessagingServiceInstance(n,e,i._solution.messagingServiceSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainConfigMessagingServiceContextImpl=DomainConfigMessagingServiceContextImpl;class DomainConfigMessagingServiceInstance{constructor(e,i,n){this._version=e;this.domainSid=i.domain_sid;this.configSid=i.config_sid;this.messagingServiceSid=i.messaging_service_sid;this.fallbackUrl=i.fallback_url;this.callbackUrl=i.callback_url;this.continueOnFailure=i.continue_on_failure;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={messagingServiceSid:n||this.messagingServiceSid}}get _proxy(){this._context=this._context||new DomainConfigMessagingServiceContextImpl(this._version,this._solution.messagingServiceSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{domainSid:this.domainSid,configSid:this.configSid,messagingServiceSid:this.messagingServiceSid,fallbackUrl:this.fallbackUrl,callbackUrl:this.callbackUrl,continueOnFailure:this.continueOnFailure,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.DomainConfigMessagingServiceInstance=DomainConfigMessagingServiceInstance;function DomainConfigMessagingServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new DomainConfigMessagingServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.DomainConfigMessagingServiceListInstance=DomainConfigMessagingServiceListInstance},10865:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExternalCampaignInstance=i.ExternalCampaignListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function ExternalCampaignListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Services/PreregisteredUsa2p`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["campaignId"]===null||n["campaignId"]===undefined){throw new Error("Required parameter \"params['campaignId']\" missing.")}if(n["messagingServiceSid"]===null||n["messagingServiceSid"]===undefined){throw new Error("Required parameter \"params['messagingServiceSid']\" missing.")}let r={};r["CampaignId"]=n["campaignId"];r["MessagingServiceSid"]=n["messagingServiceSid"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new ExternalCampaignInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.ExternalCampaignListInstance=ExternalCampaignListInstance;class ExternalCampaignInstance{constructor(e,i){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.campaignId=i.campaign_id;this.messagingServiceSid=i.messaging_service_sid;this.dateCreated=r.iso8601DateTime(i.date_created)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,campaignId:this.campaignId,messagingServiceSid:this.messagingServiceSid,dateCreated:this.dateCreated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExternalCampaignInstance=ExternalCampaignInstance},11823:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.LinkshorteningMessagingServiceListInstance=i.LinkshorteningMessagingServiceInstance=i.LinkshorteningMessagingServiceContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class LinkshorteningMessagingServiceContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'domainSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}this._solution={domainSid:i,messagingServiceSid:n};this._uri=`/LinkShortening/Domains/${i}/MessagingServices/${n}`}create(e){const i=this;let n=i._version,s=n.create({uri:i._uri,method:"post"});s=s.then((e=>new LinkshorteningMessagingServiceInstance(n,e,i._solution.domainSid,i._solution.messagingServiceSid)));s=i._version.setPromiseCallback(s,e);return s}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.LinkshorteningMessagingServiceContextImpl=LinkshorteningMessagingServiceContextImpl;class LinkshorteningMessagingServiceInstance{constructor(e,i,n,s){this._version=e;this.domainSid=i.domain_sid;this.messagingServiceSid=i.messaging_service_sid;this.url=i.url;this._solution={domainSid:n||this.domainSid,messagingServiceSid:s||this.messagingServiceSid}}get _proxy(){this._context=this._context||new LinkshorteningMessagingServiceContextImpl(this._version,this._solution.domainSid,this._solution.messagingServiceSid);return this._context}create(e){return this._proxy.create(e)}remove(e){return this._proxy.remove(e)}toJSON(){return{domainSid:this.domainSid,messagingServiceSid:this.messagingServiceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.LinkshorteningMessagingServiceInstance=LinkshorteningMessagingServiceInstance;function LinkshorteningMessagingServiceListInstance(e){const instance=(e,i)=>instance.get(e,i);instance.get=function get(i,n){return new LinkshorteningMessagingServiceContextImpl(e,i,n)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.LinkshorteningMessagingServiceListInstance=LinkshorteningMessagingServiceListInstance},76682:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.LinkshorteningMessagingServiceDomainAssociationListInstance=i.LinkshorteningMessagingServiceDomainAssociationInstance=i.LinkshorteningMessagingServiceDomainAssociationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class LinkshorteningMessagingServiceDomainAssociationContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}this._solution={messagingServiceSid:i};this._uri=`/LinkShortening/MessagingServices/${i}/Domain`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new LinkshorteningMessagingServiceDomainAssociationInstance(n,e,i._solution.messagingServiceSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.LinkshorteningMessagingServiceDomainAssociationContextImpl=LinkshorteningMessagingServiceDomainAssociationContextImpl;class LinkshorteningMessagingServiceDomainAssociationInstance{constructor(e,i,n){this._version=e;this.domainSid=i.domain_sid;this.messagingServiceSid=i.messaging_service_sid;this.url=i.url;this._solution={messagingServiceSid:n||this.messagingServiceSid}}get _proxy(){this._context=this._context||new LinkshorteningMessagingServiceDomainAssociationContextImpl(this._version,this._solution.messagingServiceSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{domainSid:this.domainSid,messagingServiceSid:this.messagingServiceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.LinkshorteningMessagingServiceDomainAssociationInstance=LinkshorteningMessagingServiceDomainAssociationInstance;function LinkshorteningMessagingServiceDomainAssociationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new LinkshorteningMessagingServiceDomainAssociationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.LinkshorteningMessagingServiceDomainAssociationListInstance=LinkshorteningMessagingServiceDomainAssociationListInstance},10046:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(78697);const _=n(92947);const g=n(44017);const v=n(64359);const S=n(77066);const b=n(54915);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get alphaSenders(){this._alphaSenders=this._alphaSenders||(0,f.AlphaSenderListInstance)(this._version,this._solution.sid);return this._alphaSenders}get channelSenders(){this._channelSenders=this._channelSenders||(0,_.ChannelSenderListInstance)(this._version,this._solution.sid);return this._channelSenders}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,g.PhoneNumberListInstance)(this._version,this._solution.sid);return this._phoneNumbers}get shortCodes(){this._shortCodes=this._shortCodes||(0,v.ShortCodeListInstance)(this._version,this._solution.sid);return this._shortCodes}get usAppToPerson(){this._usAppToPerson=this._usAppToPerson||(0,S.UsAppToPersonListInstance)(this._version,this._solution.sid);return this._usAppToPerson}get usAppToPersonUsecases(){this._usAppToPersonUsecases=this._usAppToPersonUsecases||(0,b.UsAppToPersonUsecaseListInstance)(this._version,this._solution.sid);return this._usAppToPersonUsecases}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["inboundRequestUrl"]!==undefined)n["InboundRequestUrl"]=e["inboundRequestUrl"];if(e["inboundMethod"]!==undefined)n["InboundMethod"]=e["inboundMethod"];if(e["fallbackUrl"]!==undefined)n["FallbackUrl"]=e["fallbackUrl"];if(e["fallbackMethod"]!==undefined)n["FallbackMethod"]=e["fallbackMethod"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["stickySender"]!==undefined)n["StickySender"]=c.bool(e["stickySender"]);if(e["mmsConverter"]!==undefined)n["MmsConverter"]=c.bool(e["mmsConverter"]);if(e["smartEncoding"]!==undefined)n["SmartEncoding"]=c.bool(e["smartEncoding"]);if(e["scanMessageContent"]!==undefined)n["ScanMessageContent"]=e["scanMessageContent"];if(e["fallbackToLongCode"]!==undefined)n["FallbackToLongCode"]=c.bool(e["fallbackToLongCode"]);if(e["areaCodeGeomatch"]!==undefined)n["AreaCodeGeomatch"]=c.bool(e["areaCodeGeomatch"]);if(e["validityPeriod"]!==undefined)n["ValidityPeriod"]=e["validityPeriod"];if(e["synchronousValidation"]!==undefined)n["SynchronousValidation"]=c.bool(e["synchronousValidation"]);if(e["usecase"]!==undefined)n["Usecase"]=e["usecase"];if(e["useInboundWebhookOnNumber"]!==undefined)n["UseInboundWebhookOnNumber"]=c.bool(e["useInboundWebhookOnNumber"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.inboundRequestUrl=i.inbound_request_url;this.inboundMethod=i.inbound_method;this.fallbackUrl=i.fallback_url;this.fallbackMethod=i.fallback_method;this.statusCallback=i.status_callback;this.stickySender=i.sticky_sender;this.mmsConverter=i.mms_converter;this.smartEncoding=i.smart_encoding;this.scanMessageContent=i.scan_message_content;this.fallbackToLongCode=i.fallback_to_long_code;this.areaCodeGeomatch=i.area_code_geomatch;this.synchronousValidation=i.synchronous_validation;this.validityPeriod=a.integer(i.validity_period);this.url=i.url;this.links=i.links;this.usecase=i.usecase;this.usAppToPersonRegistered=i.us_app_to_person_registered;this.useInboundWebhookOnNumber=i.use_inbound_webhook_on_number;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}alphaSenders(){return this._proxy.alphaSenders}channelSenders(){return this._proxy.channelSenders}phoneNumbers(){return this._proxy.phoneNumbers}shortCodes(){return this._proxy.shortCodes}usAppToPerson(){return this._proxy.usAppToPerson}usAppToPersonUsecases(){return this._proxy.usAppToPersonUsecases}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,inboundRequestUrl:this.inboundRequestUrl,inboundMethod:this.inboundMethod,fallbackUrl:this.fallbackUrl,fallbackMethod:this.fallbackMethod,statusCallback:this.statusCallback,stickySender:this.stickySender,mmsConverter:this.mmsConverter,smartEncoding:this.smartEncoding,scanMessageContent:this.scanMessageContent,fallbackToLongCode:this.fallbackToLongCode,areaCodeGeomatch:this.areaCodeGeomatch,synchronousValidation:this.synchronousValidation,validityPeriod:this.validityPeriod,url:this.url,links:this.links,usecase:this.usecase,usAppToPersonRegistered:this.usAppToPersonRegistered,useInboundWebhookOnNumber:this.useInboundWebhookOnNumber}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["inboundRequestUrl"]!==undefined)s["InboundRequestUrl"]=i["inboundRequestUrl"];if(i["inboundMethod"]!==undefined)s["InboundMethod"]=i["inboundMethod"];if(i["fallbackUrl"]!==undefined)s["FallbackUrl"]=i["fallbackUrl"];if(i["fallbackMethod"]!==undefined)s["FallbackMethod"]=i["fallbackMethod"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["stickySender"]!==undefined)s["StickySender"]=c.bool(i["stickySender"]);if(i["mmsConverter"]!==undefined)s["MmsConverter"]=c.bool(i["mmsConverter"]);if(i["smartEncoding"]!==undefined)s["SmartEncoding"]=c.bool(i["smartEncoding"]);if(i["scanMessageContent"]!==undefined)s["ScanMessageContent"]=i["scanMessageContent"];if(i["fallbackToLongCode"]!==undefined)s["FallbackToLongCode"]=c.bool(i["fallbackToLongCode"]);if(i["areaCodeGeomatch"]!==undefined)s["AreaCodeGeomatch"]=c.bool(i["areaCodeGeomatch"]);if(i["validityPeriod"]!==undefined)s["ValidityPeriod"]=i["validityPeriod"];if(i["synchronousValidation"]!==undefined)s["SynchronousValidation"]=c.bool(i["synchronousValidation"]);if(i["usecase"]!==undefined)s["Usecase"]=i["usecase"];if(i["useInboundWebhookOnNumber"]!==undefined)s["UseInboundWebhookOnNumber"]=c.bool(i["useInboundWebhookOnNumber"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},78697:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AlphaSenderPage=i.AlphaSenderListInstance=i.AlphaSenderInstance=i.AlphaSenderContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AlphaSenderContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/AlphaSenders/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AlphaSenderInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlphaSenderContextImpl=AlphaSenderContextImpl;class AlphaSenderInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.alphaSender=i.alpha_sender;this.capabilities=i.capabilities;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new AlphaSenderContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,alphaSender:this.alphaSender,capabilities:this.capabilities,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlphaSenderInstance=AlphaSenderInstance;function AlphaSenderListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AlphaSenderContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/AlphaSenders`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["alphaSender"]===null||i["alphaSender"]===undefined){throw new Error("Required parameter \"params['alphaSender']\" missing.")}let s={};s["AlphaSender"]=i["alphaSender"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AlphaSenderInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AlphaSenderPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AlphaSenderPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AlphaSenderListInstance=AlphaSenderListInstance;class AlphaSenderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AlphaSenderInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlphaSenderPage=AlphaSenderPage},92947:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChannelSenderPage=i.ChannelSenderListInstance=i.ChannelSenderInstance=i.ChannelSenderContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ChannelSenderContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={messagingServiceSid:i,sid:n};this._uri=`/Services/${i}/ChannelSenders/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChannelSenderInstance(n,e,i._solution.messagingServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelSenderContextImpl=ChannelSenderContextImpl;class ChannelSenderInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.messagingServiceSid=i.messaging_service_sid;this.sid=i.sid;this.sender=i.sender;this.senderType=i.sender_type;this.countryCode=i.country_code;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={messagingServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ChannelSenderContextImpl(this._version,this._solution.messagingServiceSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,messagingServiceSid:this.messagingServiceSid,sid:this.sid,sender:this.sender,senderType:this.senderType,countryCode:this.countryCode,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelSenderInstance=ChannelSenderInstance;function ChannelSenderListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ChannelSenderContextImpl(e,i,n)};instance._version=e;instance._solution={messagingServiceSid:i};instance._uri=`/Services/${i}/ChannelSenders`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChannelSenderPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChannelSenderPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChannelSenderListInstance=ChannelSenderListInstance;class ChannelSenderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChannelSenderInstance(this._version,e,this._solution.messagingServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChannelSenderPage=ChannelSenderPage},44017:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberPage=i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PhoneNumberContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/PhoneNumbers/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PhoneNumberInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.phoneNumber=i.phone_number;this.countryCode=i.country_code;this.capabilities=i.capabilities;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,phoneNumber:this.phoneNumber,countryCode:this.countryCode,capabilities:this.capabilities,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new PhoneNumberContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/PhoneNumbers`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumberSid"]===null||i["phoneNumberSid"]===undefined){throw new Error("Required parameter \"params['phoneNumberSid']\" missing.")}let s={};s["PhoneNumberSid"]=i["phoneNumberSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new PhoneNumberInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PhoneNumberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PhoneNumberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance;class PhoneNumberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PhoneNumberInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberPage=PhoneNumberPage},64359:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ShortCodePage=i.ShortCodeListInstance=i.ShortCodeInstance=i.ShortCodeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ShortCodeContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/ShortCodes/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ShortCodeInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeContextImpl=ShortCodeContextImpl;class ShortCodeInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.shortCode=i.short_code;this.countryCode=i.country_code;this.capabilities=i.capabilities;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ShortCodeContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,shortCode:this.shortCode,countryCode:this.countryCode,capabilities:this.capabilities,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeInstance=ShortCodeInstance;function ShortCodeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ShortCodeContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/ShortCodes`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["shortCodeSid"]===null||i["shortCodeSid"]===undefined){throw new Error("Required parameter \"params['shortCodeSid']\" missing.")}let s={};s["ShortCodeSid"]=i["shortCodeSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ShortCodeInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ShortCodePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ShortCodePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ShortCodeListInstance=ShortCodeListInstance;class ShortCodePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ShortCodeInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodePage=ShortCodePage},77066:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UsAppToPersonPage=i.UsAppToPersonListInstance=i.UsAppToPersonInstance=i.UsAppToPersonContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class UsAppToPersonContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={messagingServiceSid:i,sid:n};this._uri=`/Services/${i}/Compliance/Usa2p/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new UsAppToPersonInstance(n,e,i._solution.messagingServiceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["hasEmbeddedLinks"]===null||e["hasEmbeddedLinks"]===undefined){throw new Error("Required parameter \"params['hasEmbeddedLinks']\" missing.")}if(e["hasEmbeddedPhone"]===null||e["hasEmbeddedPhone"]===undefined){throw new Error("Required parameter \"params['hasEmbeddedPhone']\" missing.")}if(e["messageSamples"]===null||e["messageSamples"]===undefined){throw new Error("Required parameter \"params['messageSamples']\" missing.")}if(e["messageFlow"]===null||e["messageFlow"]===undefined){throw new Error("Required parameter \"params['messageFlow']\" missing.")}if(e["description"]===null||e["description"]===undefined){throw new Error("Required parameter \"params['description']\" missing.")}if(e["ageGated"]===null||e["ageGated"]===undefined){throw new Error("Required parameter \"params['ageGated']\" missing.")}if(e["directLending"]===null||e["directLending"]===undefined){throw new Error("Required parameter \"params['directLending']\" missing.")}let n={};n["HasEmbeddedLinks"]=c.bool(e["hasEmbeddedLinks"]);n["HasEmbeddedPhone"]=c.bool(e["hasEmbeddedPhone"]);n["MessageSamples"]=c.map(e["messageSamples"],(e=>e));n["MessageFlow"]=e["messageFlow"];n["Description"]=e["description"];n["AgeGated"]=c.bool(e["ageGated"]);n["DirectLending"]=c.bool(e["directLending"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new UsAppToPersonInstance(o,e,r._solution.messagingServiceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsAppToPersonContextImpl=UsAppToPersonContextImpl;class UsAppToPersonInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.brandRegistrationSid=i.brand_registration_sid;this.messagingServiceSid=i.messaging_service_sid;this.description=i.description;this.messageSamples=i.message_samples;this.usAppToPersonUsecase=i.us_app_to_person_usecase;this.hasEmbeddedLinks=i.has_embedded_links;this.hasEmbeddedPhone=i.has_embedded_phone;this.subscriberOptIn=i.subscriber_opt_in;this.ageGated=i.age_gated;this.directLending=i.direct_lending;this.campaignStatus=i.campaign_status;this.campaignId=i.campaign_id;this.isExternallyRegistered=i.is_externally_registered;this.rateLimits=i.rate_limits;this.messageFlow=i.message_flow;this.optInMessage=i.opt_in_message;this.optOutMessage=i.opt_out_message;this.helpMessage=i.help_message;this.optInKeywords=i.opt_in_keywords;this.optOutKeywords=i.opt_out_keywords;this.helpKeywords=i.help_keywords;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.mock=i.mock;this.errors=i.errors;this._solution={messagingServiceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new UsAppToPersonContextImpl(this._version,this._solution.messagingServiceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,brandRegistrationSid:this.brandRegistrationSid,messagingServiceSid:this.messagingServiceSid,description:this.description,messageSamples:this.messageSamples,usAppToPersonUsecase:this.usAppToPersonUsecase,hasEmbeddedLinks:this.hasEmbeddedLinks,hasEmbeddedPhone:this.hasEmbeddedPhone,subscriberOptIn:this.subscriberOptIn,ageGated:this.ageGated,directLending:this.directLending,campaignStatus:this.campaignStatus,campaignId:this.campaignId,isExternallyRegistered:this.isExternallyRegistered,rateLimits:this.rateLimits,messageFlow:this.messageFlow,optInMessage:this.optInMessage,optOutMessage:this.optOutMessage,helpMessage:this.helpMessage,optInKeywords:this.optInKeywords,optOutKeywords:this.optOutKeywords,helpKeywords:this.helpKeywords,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,mock:this.mock,errors:this.errors}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsAppToPersonInstance=UsAppToPersonInstance;function UsAppToPersonListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new UsAppToPersonContextImpl(e,i,n)};instance._version=e;instance._solution={messagingServiceSid:i};instance._uri=`/Services/${i}/Compliance/Usa2p`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["brandRegistrationSid"]===null||i["brandRegistrationSid"]===undefined){throw new Error("Required parameter \"params['brandRegistrationSid']\" missing.")}if(i["description"]===null||i["description"]===undefined){throw new Error("Required parameter \"params['description']\" missing.")}if(i["messageFlow"]===null||i["messageFlow"]===undefined){throw new Error("Required parameter \"params['messageFlow']\" missing.")}if(i["messageSamples"]===null||i["messageSamples"]===undefined){throw new Error("Required parameter \"params['messageSamples']\" missing.")}if(i["usAppToPersonUsecase"]===null||i["usAppToPersonUsecase"]===undefined){throw new Error("Required parameter \"params['usAppToPersonUsecase']\" missing.")}if(i["hasEmbeddedLinks"]===null||i["hasEmbeddedLinks"]===undefined){throw new Error("Required parameter \"params['hasEmbeddedLinks']\" missing.")}if(i["hasEmbeddedPhone"]===null||i["hasEmbeddedPhone"]===undefined){throw new Error("Required parameter \"params['hasEmbeddedPhone']\" missing.")}let s={};s["BrandRegistrationSid"]=i["brandRegistrationSid"];s["Description"]=i["description"];s["MessageFlow"]=i["messageFlow"];s["MessageSamples"]=c.map(i["messageSamples"],(e=>e));s["UsAppToPersonUsecase"]=i["usAppToPersonUsecase"];s["HasEmbeddedLinks"]=c.bool(i["hasEmbeddedLinks"]);s["HasEmbeddedPhone"]=c.bool(i["hasEmbeddedPhone"]);if(i["optInMessage"]!==undefined)s["OptInMessage"]=i["optInMessage"];if(i["optOutMessage"]!==undefined)s["OptOutMessage"]=i["optOutMessage"];if(i["helpMessage"]!==undefined)s["HelpMessage"]=i["helpMessage"];if(i["optInKeywords"]!==undefined)s["OptInKeywords"]=c.map(i["optInKeywords"],(e=>e));if(i["optOutKeywords"]!==undefined)s["OptOutKeywords"]=c.map(i["optOutKeywords"],(e=>e));if(i["helpKeywords"]!==undefined)s["HelpKeywords"]=c.map(i["helpKeywords"],(e=>e));if(i["subscriberOptIn"]!==undefined)s["SubscriberOptIn"]=c.bool(i["subscriberOptIn"]);if(i["ageGated"]!==undefined)s["AgeGated"]=c.bool(i["ageGated"]);if(i["directLending"]!==undefined)s["DirectLending"]=c.bool(i["directLending"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new UsAppToPersonInstance(o,e,instance._solution.messagingServiceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new UsAppToPersonPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new UsAppToPersonPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.UsAppToPersonListInstance=UsAppToPersonListInstance;class UsAppToPersonPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UsAppToPersonInstance(this._version,e,this._solution.messagingServiceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsAppToPersonPage=UsAppToPersonPage},54915:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UsAppToPersonUsecaseInstance=i.UsAppToPersonUsecaseListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function UsAppToPersonUsecaseListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'messagingServiceSid' is not valid.")}const n={};n._version=e;n._solution={messagingServiceSid:i};n._uri=`/Services/${i}/Compliance/Usa2p/Usecases`;n.fetch=function fetch(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["brandRegistrationSid"]!==undefined)r["BrandRegistrationSid"]=i["brandRegistrationSid"];const o={};let a=e,c=a.fetch({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new UsAppToPersonUsecaseInstance(a,e,n._solution.messagingServiceSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.UsAppToPersonUsecaseListInstance=UsAppToPersonUsecaseListInstance;class UsAppToPersonUsecaseInstance{constructor(e,i,n){this._version=e;this.usAppToPersonUsecases=i.us_app_to_person_usecases}toJSON(){return{usAppToPersonUsecases:this.usAppToPersonUsecases}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UsAppToPersonUsecaseInstance=UsAppToPersonUsecaseInstance},35713:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TollfreeVerificationPage=i.TollfreeVerificationListInstance=i.TollfreeVerificationInstance=i.TollfreeVerificationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TollfreeVerificationContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Tollfree/Verifications/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TollfreeVerificationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["businessName"]!==undefined)n["BusinessName"]=e["businessName"];if(e["businessWebsite"]!==undefined)n["BusinessWebsite"]=e["businessWebsite"];if(e["notificationEmail"]!==undefined)n["NotificationEmail"]=e["notificationEmail"];if(e["useCaseCategories"]!==undefined)n["UseCaseCategories"]=c.map(e["useCaseCategories"],(e=>e));if(e["useCaseSummary"]!==undefined)n["UseCaseSummary"]=e["useCaseSummary"];if(e["productionMessageSample"]!==undefined)n["ProductionMessageSample"]=e["productionMessageSample"];if(e["optInImageUrls"]!==undefined)n["OptInImageUrls"]=c.map(e["optInImageUrls"],(e=>e));if(e["optInType"]!==undefined)n["OptInType"]=e["optInType"];if(e["messageVolume"]!==undefined)n["MessageVolume"]=e["messageVolume"];if(e["businessStreetAddress"]!==undefined)n["BusinessStreetAddress"]=e["businessStreetAddress"];if(e["businessStreetAddress2"]!==undefined)n["BusinessStreetAddress2"]=e["businessStreetAddress2"];if(e["businessCity"]!==undefined)n["BusinessCity"]=e["businessCity"];if(e["businessStateProvinceRegion"]!==undefined)n["BusinessStateProvinceRegion"]=e["businessStateProvinceRegion"];if(e["businessPostalCode"]!==undefined)n["BusinessPostalCode"]=e["businessPostalCode"];if(e["businessCountry"]!==undefined)n["BusinessCountry"]=e["businessCountry"];if(e["additionalInformation"]!==undefined)n["AdditionalInformation"]=e["additionalInformation"];if(e["businessContactFirstName"]!==undefined)n["BusinessContactFirstName"]=e["businessContactFirstName"];if(e["businessContactLastName"]!==undefined)n["BusinessContactLastName"]=e["businessContactLastName"];if(e["businessContactEmail"]!==undefined)n["BusinessContactEmail"]=e["businessContactEmail"];if(e["businessContactPhone"]!==undefined)n["BusinessContactPhone"]=e["businessContactPhone"];if(e["editReason"]!==undefined)n["EditReason"]=e["editReason"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TollfreeVerificationInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollfreeVerificationContextImpl=TollfreeVerificationContextImpl;class TollfreeVerificationInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.customerProfileSid=i.customer_profile_sid;this.trustProductSid=i.trust_product_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.regulatedItemSid=i.regulated_item_sid;this.businessName=i.business_name;this.businessStreetAddress=i.business_street_address;this.businessStreetAddress2=i.business_street_address2;this.businessCity=i.business_city;this.businessStateProvinceRegion=i.business_state_province_region;this.businessPostalCode=i.business_postal_code;this.businessCountry=i.business_country;this.businessWebsite=i.business_website;this.businessContactFirstName=i.business_contact_first_name;this.businessContactLastName=i.business_contact_last_name;this.businessContactEmail=i.business_contact_email;this.businessContactPhone=i.business_contact_phone;this.notificationEmail=i.notification_email;this.useCaseCategories=i.use_case_categories;this.useCaseSummary=i.use_case_summary;this.productionMessageSample=i.production_message_sample;this.optInImageUrls=i.opt_in_image_urls;this.optInType=i.opt_in_type;this.messageVolume=i.message_volume;this.additionalInformation=i.additional_information;this.tollfreePhoneNumberSid=i.tollfree_phone_number_sid;this.status=i.status;this.url=i.url;this.rejectionReason=i.rejection_reason;this.errorCode=a.integer(i.error_code);this.editExpiration=a.iso8601DateTime(i.edit_expiration);this.editAllowed=i.edit_allowed;this.rejectionReasons=i.rejection_reasons;this.resourceLinks=i.resource_links;this.externalReferenceId=i.external_reference_id;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new TollfreeVerificationContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,customerProfileSid:this.customerProfileSid,trustProductSid:this.trustProductSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,regulatedItemSid:this.regulatedItemSid,businessName:this.businessName,businessStreetAddress:this.businessStreetAddress,businessStreetAddress2:this.businessStreetAddress2,businessCity:this.businessCity,businessStateProvinceRegion:this.businessStateProvinceRegion,businessPostalCode:this.businessPostalCode,businessCountry:this.businessCountry,businessWebsite:this.businessWebsite,businessContactFirstName:this.businessContactFirstName,businessContactLastName:this.businessContactLastName,businessContactEmail:this.businessContactEmail,businessContactPhone:this.businessContactPhone,notificationEmail:this.notificationEmail,useCaseCategories:this.useCaseCategories,useCaseSummary:this.useCaseSummary,productionMessageSample:this.productionMessageSample,optInImageUrls:this.optInImageUrls,optInType:this.optInType,messageVolume:this.messageVolume,additionalInformation:this.additionalInformation,tollfreePhoneNumberSid:this.tollfreePhoneNumberSid,status:this.status,url:this.url,rejectionReason:this.rejectionReason,errorCode:this.errorCode,editExpiration:this.editExpiration,editAllowed:this.editAllowed,rejectionReasons:this.rejectionReasons,resourceLinks:this.resourceLinks,externalReferenceId:this.externalReferenceId}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollfreeVerificationInstance=TollfreeVerificationInstance;function TollfreeVerificationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new TollfreeVerificationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Tollfree/Verifications`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["businessName"]===null||i["businessName"]===undefined){throw new Error("Required parameter \"params['businessName']\" missing.")}if(i["businessWebsite"]===null||i["businessWebsite"]===undefined){throw new Error("Required parameter \"params['businessWebsite']\" missing.")}if(i["notificationEmail"]===null||i["notificationEmail"]===undefined){throw new Error("Required parameter \"params['notificationEmail']\" missing.")}if(i["useCaseCategories"]===null||i["useCaseCategories"]===undefined){throw new Error("Required parameter \"params['useCaseCategories']\" missing.")}if(i["useCaseSummary"]===null||i["useCaseSummary"]===undefined){throw new Error("Required parameter \"params['useCaseSummary']\" missing.")}if(i["productionMessageSample"]===null||i["productionMessageSample"]===undefined){throw new Error("Required parameter \"params['productionMessageSample']\" missing.")}if(i["optInImageUrls"]===null||i["optInImageUrls"]===undefined){throw new Error("Required parameter \"params['optInImageUrls']\" missing.")}if(i["optInType"]===null||i["optInType"]===undefined){throw new Error("Required parameter \"params['optInType']\" missing.")}if(i["messageVolume"]===null||i["messageVolume"]===undefined){throw new Error("Required parameter \"params['messageVolume']\" missing.")}if(i["tollfreePhoneNumberSid"]===null||i["tollfreePhoneNumberSid"]===undefined){throw new Error("Required parameter \"params['tollfreePhoneNumberSid']\" missing.")}let s={};s["BusinessName"]=i["businessName"];s["BusinessWebsite"]=i["businessWebsite"];s["NotificationEmail"]=i["notificationEmail"];s["UseCaseCategories"]=c.map(i["useCaseCategories"],(e=>e));s["UseCaseSummary"]=i["useCaseSummary"];s["ProductionMessageSample"]=i["productionMessageSample"];s["OptInImageUrls"]=c.map(i["optInImageUrls"],(e=>e));s["OptInType"]=i["optInType"];s["MessageVolume"]=i["messageVolume"];s["TollfreePhoneNumberSid"]=i["tollfreePhoneNumberSid"];if(i["customerProfileSid"]!==undefined)s["CustomerProfileSid"]=i["customerProfileSid"];if(i["businessStreetAddress"]!==undefined)s["BusinessStreetAddress"]=i["businessStreetAddress"];if(i["businessStreetAddress2"]!==undefined)s["BusinessStreetAddress2"]=i["businessStreetAddress2"];if(i["businessCity"]!==undefined)s["BusinessCity"]=i["businessCity"];if(i["businessStateProvinceRegion"]!==undefined)s["BusinessStateProvinceRegion"]=i["businessStateProvinceRegion"];if(i["businessPostalCode"]!==undefined)s["BusinessPostalCode"]=i["businessPostalCode"];if(i["businessCountry"]!==undefined)s["BusinessCountry"]=i["businessCountry"];if(i["additionalInformation"]!==undefined)s["AdditionalInformation"]=i["additionalInformation"];if(i["businessContactFirstName"]!==undefined)s["BusinessContactFirstName"]=i["businessContactFirstName"];if(i["businessContactLastName"]!==undefined)s["BusinessContactLastName"]=i["businessContactLastName"];if(i["businessContactEmail"]!==undefined)s["BusinessContactEmail"]=i["businessContactEmail"];if(i["businessContactPhone"]!==undefined)s["BusinessContactPhone"]=i["businessContactPhone"];if(i["externalReferenceId"]!==undefined)s["ExternalReferenceId"]=i["externalReferenceId"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TollfreeVerificationInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["tollfreePhoneNumberSid"]!==undefined)s["TollfreePhoneNumberSid"]=i["tollfreePhoneNumberSid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TollfreeVerificationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TollfreeVerificationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TollfreeVerificationListInstance=TollfreeVerificationListInstance;class TollfreeVerificationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TollfreeVerificationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TollfreeVerificationPage=TollfreeVerificationPage},69554:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UsecaseInstance=i.UsecaseListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function UsecaseListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Services/Usecases`;i.fetch=function fetch(n){let s=e,r=s.fetch({uri:i._uri,method:"get"});r=r.then((e=>new UsecaseInstance(s,e)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.UsecaseListInstance=UsecaseListInstance;class UsecaseInstance{constructor(e,i){this._version=e;this.usecases=i.usecases}toJSON(){return{usecases:this.usecases}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UsecaseInstance=UsecaseInstance},82053:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(84657);const a=n(4124);const c=n(68655);const u=n(2116);class V1 extends r.default{constructor(e){super(e,"v1")}get accountConfigs(){this._accountConfigs=this._accountConfigs||(0,o.AccountConfigListInstance)(this);return this._accountConfigs}get accountSecrets(){this._accountSecrets=this._accountSecrets||(0,a.AccountSecretListInstance)(this);return this._accountSecrets}get apps(){this._apps=this._apps||(0,c.AppListInstance)(this);return this._apps}get devices(){this._devices=this._devices||(0,u.DeviceListInstance)(this);return this._devices}}i["default"]=V1},84657:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AccountConfigPage=i.AccountConfigListInstance=i.AccountConfigInstance=i.AccountConfigContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AccountConfigContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'key' is not valid.")}this._solution={key:i};this._uri=`/Configs/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AccountConfigInstance(n,e,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["value"]===null||e["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let n={};n["Value"]=e["value"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AccountConfigInstance(o,e,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountConfigContextImpl=AccountConfigContextImpl;class AccountConfigInstance{constructor(e,i,n){this._version=e;this.key=i.key;this.dateUpdated=a.iso8601DateTime(i.date_updated);this.value=i.value;this.url=i.url;this._solution={key:n||this.key}}get _proxy(){this._context=this._context||new AccountConfigContextImpl(this._version,this._solution.key);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{key:this.key,dateUpdated:this.dateUpdated,value:this.value,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountConfigInstance=AccountConfigInstance;function AccountConfigListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AccountConfigContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Configs`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Key"]=i["key"];s["Value"]=i["value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AccountConfigInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AccountConfigPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AccountConfigPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AccountConfigListInstance=AccountConfigListInstance;class AccountConfigPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AccountConfigInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountConfigPage=AccountConfigPage},4124:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AccountSecretPage=i.AccountSecretListInstance=i.AccountSecretInstance=i.AccountSecretContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AccountSecretContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'key' is not valid.")}this._solution={key:i};this._uri=`/Secrets/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AccountSecretInstance(n,e,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["value"]===null||e["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let n={};n["Value"]=e["value"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AccountSecretInstance(o,e,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountSecretContextImpl=AccountSecretContextImpl;class AccountSecretInstance{constructor(e,i,n){this._version=e;this.key=i.key;this.dateRotated=a.iso8601DateTime(i.date_rotated);this.url=i.url;this._solution={key:n||this.key}}get _proxy(){this._context=this._context||new AccountSecretContextImpl(this._version,this._solution.key);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{key:this.key,dateRotated:this.dateRotated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountSecretInstance=AccountSecretInstance;function AccountSecretListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AccountSecretContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Secrets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Key"]=i["key"];s["Value"]=i["value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AccountSecretInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AccountSecretPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AccountSecretPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AccountSecretListInstance=AccountSecretListInstance;class AccountSecretPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AccountSecretInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AccountSecretPage=AccountSecretPage},68655:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AppPage=i.AppListInstance=i.AppInstance=i.AppContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(17316);class AppContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Apps/${i}`}get appManifests(){this._appManifests=this._appManifests||(0,f.AppManifestListInstance)(this._version,this._solution.sid);return this._appManifests}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AppInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AppContextImpl=AppContextImpl;class AppInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.hash=i.hash;this.uniqueName=i.unique_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AppContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}appManifests(){return this._proxy.appManifests}toJSON(){return{sid:this.sid,accountSid:this.accountSid,hash:this.hash,uniqueName:this.uniqueName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AppInstance=AppInstance;function AppListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AppContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Apps`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AppPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AppPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AppListInstance=AppListInstance;class AppPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AppInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AppPage=AppPage},17316:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AppManifestListInstance=i.AppManifestInstance=i.AppManifestContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class AppManifestContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'appSid' is not valid.")}this._solution={appSid:i};this._uri=`/Apps/${i}/Manifest`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AppManifestInstance(n,e,i._solution.appSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AppManifestContextImpl=AppManifestContextImpl;class AppManifestInstance{constructor(e,i,n){this._version=e;this.appSid=i.app_sid;this.hash=i.hash;this.encodedBytes=i.encoded_bytes;this.url=i.url;this._solution={appSid:n}}get _proxy(){this._context=this._context||new AppManifestContextImpl(this._version,this._solution.appSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{appSid:this.appSid,hash:this.hash,encodedBytes:this.encodedBytes,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AppManifestInstance=AppManifestInstance;function AppManifestListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'appSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new AppManifestContextImpl(e,i)};instance._version=e;instance._solution={appSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AppManifestListInstance=AppManifestListInstance},2116:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DevicePage=i.DeviceListInstance=i.DeviceInstance=i.DeviceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(79689);const _=n(10031);class DeviceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Devices/${i}`}get deviceConfigs(){this._deviceConfigs=this._deviceConfigs||(0,f.DeviceConfigListInstance)(this._version,this._solution.sid);return this._deviceConfigs}get deviceSecrets(){this._deviceSecrets=this._deviceSecrets||(0,_.DeviceSecretListInstance)(this._version,this._solution.sid);return this._deviceSecrets}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeviceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["targetApp"]!==undefined)n["TargetApp"]=e["targetApp"];if(e["loggingEnabled"]!==undefined)n["LoggingEnabled"]=c.bool(e["loggingEnabled"]);if(e["restartApp"]!==undefined)n["RestartApp"]=c.bool(e["restartApp"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DeviceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceContextImpl=DeviceContextImpl;class DeviceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.app=i.app;this.logging=i.logging;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new DeviceContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}deviceConfigs(){return this._proxy.deviceConfigs}deviceSecrets(){return this._proxy.deviceSecrets}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,app:this.app,logging:this.logging,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceInstance=DeviceInstance;function DeviceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new DeviceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Devices`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DevicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DevicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeviceListInstance=DeviceListInstance;class DevicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeviceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DevicePage=DevicePage},79689:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeviceConfigPage=i.DeviceConfigListInstance=i.DeviceConfigInstance=i.DeviceConfigContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeviceConfigContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'deviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'key' is not valid.")}this._solution={deviceSid:i,key:n};this._uri=`/Devices/${i}/Configs/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeviceConfigInstance(n,e,i._solution.deviceSid,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["value"]===null||e["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let n={};n["Value"]=e["value"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DeviceConfigInstance(o,e,r._solution.deviceSid,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceConfigContextImpl=DeviceConfigContextImpl;class DeviceConfigInstance{constructor(e,i,n,s){this._version=e;this.deviceSid=i.device_sid;this.key=i.key;this.value=i.value;this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={deviceSid:n,key:s||this.key}}get _proxy(){this._context=this._context||new DeviceConfigContextImpl(this._version,this._solution.deviceSid,this._solution.key);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{deviceSid:this.deviceSid,key:this.key,value:this.value,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceConfigInstance=DeviceConfigInstance;function DeviceConfigListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'deviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DeviceConfigContextImpl(e,i,n)};instance._version=e;instance._solution={deviceSid:i};instance._uri=`/Devices/${i}/Configs`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Key"]=i["key"];s["Value"]=i["value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DeviceConfigInstance(o,e,instance._solution.deviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeviceConfigPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeviceConfigPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeviceConfigListInstance=DeviceConfigListInstance;class DeviceConfigPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeviceConfigInstance(this._version,e,this._solution.deviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceConfigPage=DeviceConfigPage},10031:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeviceSecretPage=i.DeviceSecretListInstance=i.DeviceSecretInstance=i.DeviceSecretContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeviceSecretContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'deviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'key' is not valid.")}this._solution={deviceSid:i,key:n};this._uri=`/Devices/${i}/Secrets/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeviceSecretInstance(n,e,i._solution.deviceSid,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["value"]===null||e["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let n={};n["Value"]=e["value"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DeviceSecretInstance(o,e,r._solution.deviceSid,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceSecretContextImpl=DeviceSecretContextImpl;class DeviceSecretInstance{constructor(e,i,n,s){this._version=e;this.deviceSid=i.device_sid;this.key=i.key;this.dateRotated=a.iso8601DateTime(i.date_rotated);this.url=i.url;this._solution={deviceSid:n,key:s||this.key}}get _proxy(){this._context=this._context||new DeviceSecretContextImpl(this._version,this._solution.deviceSid,this._solution.key);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{deviceSid:this.deviceSid,key:this.key,dateRotated:this.dateRotated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceSecretInstance=DeviceSecretInstance;function DeviceSecretListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'deviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DeviceSecretContextImpl(e,i,n)};instance._version=e;instance._solution={deviceSid:i};instance._uri=`/Devices/${i}/Secrets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Key"]=i["key"];s["Value"]=i["value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DeviceSecretInstance(o,e,instance._solution.deviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeviceSecretPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeviceSecretPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeviceSecretListInstance=DeviceSecretListInstance;class DeviceSecretPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeviceSecretInstance(this._version,e,this._solution.deviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceSecretPage=DeviceSecretPage},99630:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(97142);const a=n(91066);class V1 extends r.default{constructor(e){super(e,"v1")}get alerts(){this._alerts=this._alerts||(0,o.AlertListInstance)(this);return this._alerts}get events(){this._events=this._events||(0,a.EventListInstance)(this);return this._events}}i["default"]=V1},97142:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AlertPage=i.AlertListInstance=i.AlertInstance=i.AlertContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AlertContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Alerts/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AlertInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlertContextImpl=AlertContextImpl;class AlertInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.alertText=i.alert_text;this.apiVersion=i.api_version;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateGenerated=a.iso8601DateTime(i.date_generated);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.errorCode=i.error_code;this.logLevel=i.log_level;this.moreInfo=i.more_info;this.requestMethod=i.request_method;this.requestUrl=i.request_url;this.requestVariables=i.request_variables;this.resourceSid=i.resource_sid;this.responseBody=i.response_body;this.responseHeaders=i.response_headers;this.sid=i.sid;this.url=i.url;this.requestHeaders=i.request_headers;this.serviceSid=i.service_sid;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AlertContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,alertText:this.alertText,apiVersion:this.apiVersion,dateCreated:this.dateCreated,dateGenerated:this.dateGenerated,dateUpdated:this.dateUpdated,errorCode:this.errorCode,logLevel:this.logLevel,moreInfo:this.moreInfo,requestMethod:this.requestMethod,requestUrl:this.requestUrl,requestVariables:this.requestVariables,resourceSid:this.resourceSid,responseBody:this.responseBody,responseHeaders:this.responseHeaders,sid:this.sid,url:this.url,requestHeaders:this.requestHeaders,serviceSid:this.serviceSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlertInstance=AlertInstance;function AlertListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AlertContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Alerts`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["logLevel"]!==undefined)s["LogLevel"]=i["logLevel"];if(i["startDate"]!==undefined)s["StartDate"]=c.iso8601DateTime(i["startDate"]);if(i["endDate"]!==undefined)s["EndDate"]=c.iso8601DateTime(i["endDate"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AlertPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AlertPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AlertListInstance=AlertListInstance;class AlertPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AlertInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AlertPage=AlertPage},91066:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EventPage=i.EventListInstance=i.EventInstance=i.EventContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EventContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Events/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EventInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventContextImpl=EventContextImpl;class EventInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.actorSid=i.actor_sid;this.actorType=i.actor_type;this.description=i.description;this.eventData=i.event_data;this.eventDate=a.iso8601DateTime(i.event_date);this.eventType=i.event_type;this.resourceSid=i.resource_sid;this.resourceType=i.resource_type;this.sid=i.sid;this.source=i.source;this.sourceIpAddress=i.source_ip_address;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EventContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,actorSid:this.actorSid,actorType:this.actorType,description:this.description,eventData:this.eventData,eventDate:this.eventDate,eventType:this.eventType,resourceSid:this.resourceSid,resourceType:this.resourceType,sid:this.sid,source:this.source,sourceIpAddress:this.sourceIpAddress,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventInstance=EventInstance;function EventListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EventContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Events`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["actorSid"]!==undefined)s["ActorSid"]=i["actorSid"];if(i["eventType"]!==undefined)s["EventType"]=i["eventType"];if(i["resourceSid"]!==undefined)s["ResourceSid"]=i["resourceSid"];if(i["sourceIpAddress"]!==undefined)s["SourceIpAddress"]=i["sourceIpAddress"];if(i["startDate"]!==undefined)s["StartDate"]=c.iso8601DateTime(i["startDate"]);if(i["endDate"]!==undefined)s["EndDate"]=c.iso8601DateTime(i["endDate"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EventPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EventPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EventListInstance=EventListInstance;class EventPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EventInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventPage=EventPage},88117:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(93722);const a=n(87108);class V1 extends r.default{constructor(e){super(e,"v1")}get credentials(){this._credentials=this._credentials||(0,o.CredentialListInstance)(this);return this._credentials}get services(){this._services=this._services||(0,a.ServiceListInstance)(this);return this._services}}i["default"]=V1},93722:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialPage=i.CredentialListInstance=i.CredentialInstance=i.CredentialContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Credentials/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["certificate"]!==undefined)n["Certificate"]=e["certificate"];if(e["privateKey"]!==undefined)n["PrivateKey"]=e["privateKey"];if(e["sandbox"]!==undefined)n["Sandbox"]=c.bool(e["sandbox"]);if(e["apiKey"]!==undefined)n["ApiKey"]=e["apiKey"];if(e["secret"]!==undefined)n["Secret"]=e["secret"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CredentialInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialContextImpl=CredentialContextImpl;class CredentialInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.sandbox=i.sandbox;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CredentialContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,sandbox:this.sandbox,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialInstance=CredentialInstance;function CredentialListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CredentialContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Credentials`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["Type"]=i["type"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["certificate"]!==undefined)s["Certificate"]=i["certificate"];if(i["privateKey"]!==undefined)s["PrivateKey"]=i["privateKey"];if(i["sandbox"]!==undefined)s["Sandbox"]=c.bool(i["sandbox"]);if(i["apiKey"]!==undefined)s["ApiKey"]=i["apiKey"];if(i["secret"]!==undefined)s["Secret"]=i["secret"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListInstance=CredentialListInstance;class CredentialPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialPage=CredentialPage},87108:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(12429);const _=n(53022);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get bindings(){this._bindings=this._bindings||(0,f.BindingListInstance)(this._version,this._solution.sid);return this._bindings}get notifications(){this._notifications=this._notifications||(0,_.NotificationListInstance)(this._version,this._solution.sid);return this._notifications}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["apnCredentialSid"]!==undefined)n["ApnCredentialSid"]=e["apnCredentialSid"];if(e["gcmCredentialSid"]!==undefined)n["GcmCredentialSid"]=e["gcmCredentialSid"];if(e["messagingServiceSid"]!==undefined)n["MessagingServiceSid"]=e["messagingServiceSid"];if(e["facebookMessengerPageId"]!==undefined)n["FacebookMessengerPageId"]=e["facebookMessengerPageId"];if(e["defaultApnNotificationProtocolVersion"]!==undefined)n["DefaultApnNotificationProtocolVersion"]=e["defaultApnNotificationProtocolVersion"];if(e["defaultGcmNotificationProtocolVersion"]!==undefined)n["DefaultGcmNotificationProtocolVersion"]=e["defaultGcmNotificationProtocolVersion"];if(e["fcmCredentialSid"]!==undefined)n["FcmCredentialSid"]=e["fcmCredentialSid"];if(e["defaultFcmNotificationProtocolVersion"]!==undefined)n["DefaultFcmNotificationProtocolVersion"]=e["defaultFcmNotificationProtocolVersion"];if(e["logEnabled"]!==undefined)n["LogEnabled"]=c.bool(e["logEnabled"]);if(e["alexaSkillId"]!==undefined)n["AlexaSkillId"]=e["alexaSkillId"];if(e["defaultAlexaNotificationProtocolVersion"]!==undefined)n["DefaultAlexaNotificationProtocolVersion"]=e["defaultAlexaNotificationProtocolVersion"];if(e["deliveryCallbackUrl"]!==undefined)n["DeliveryCallbackUrl"]=e["deliveryCallbackUrl"];if(e["deliveryCallbackEnabled"]!==undefined)n["DeliveryCallbackEnabled"]=c.bool(e["deliveryCallbackEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.apnCredentialSid=i.apn_credential_sid;this.gcmCredentialSid=i.gcm_credential_sid;this.fcmCredentialSid=i.fcm_credential_sid;this.messagingServiceSid=i.messaging_service_sid;this.facebookMessengerPageId=i.facebook_messenger_page_id;this.defaultApnNotificationProtocolVersion=i.default_apn_notification_protocol_version;this.defaultGcmNotificationProtocolVersion=i.default_gcm_notification_protocol_version;this.defaultFcmNotificationProtocolVersion=i.default_fcm_notification_protocol_version;this.logEnabled=i.log_enabled;this.url=i.url;this.links=i.links;this.alexaSkillId=i.alexa_skill_id;this.defaultAlexaNotificationProtocolVersion=i.default_alexa_notification_protocol_version;this.deliveryCallbackUrl=i.delivery_callback_url;this.deliveryCallbackEnabled=i.delivery_callback_enabled;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}bindings(){return this._proxy.bindings}notifications(){return this._proxy.notifications}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,apnCredentialSid:this.apnCredentialSid,gcmCredentialSid:this.gcmCredentialSid,fcmCredentialSid:this.fcmCredentialSid,messagingServiceSid:this.messagingServiceSid,facebookMessengerPageId:this.facebookMessengerPageId,defaultApnNotificationProtocolVersion:this.defaultApnNotificationProtocolVersion,defaultGcmNotificationProtocolVersion:this.defaultGcmNotificationProtocolVersion,defaultFcmNotificationProtocolVersion:this.defaultFcmNotificationProtocolVersion,logEnabled:this.logEnabled,url:this.url,links:this.links,alexaSkillId:this.alexaSkillId,defaultAlexaNotificationProtocolVersion:this.defaultAlexaNotificationProtocolVersion,deliveryCallbackUrl:this.deliveryCallbackUrl,deliveryCallbackEnabled:this.deliveryCallbackEnabled}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["apnCredentialSid"]!==undefined)s["ApnCredentialSid"]=i["apnCredentialSid"];if(i["gcmCredentialSid"]!==undefined)s["GcmCredentialSid"]=i["gcmCredentialSid"];if(i["messagingServiceSid"]!==undefined)s["MessagingServiceSid"]=i["messagingServiceSid"];if(i["facebookMessengerPageId"]!==undefined)s["FacebookMessengerPageId"]=i["facebookMessengerPageId"];if(i["defaultApnNotificationProtocolVersion"]!==undefined)s["DefaultApnNotificationProtocolVersion"]=i["defaultApnNotificationProtocolVersion"];if(i["defaultGcmNotificationProtocolVersion"]!==undefined)s["DefaultGcmNotificationProtocolVersion"]=i["defaultGcmNotificationProtocolVersion"];if(i["fcmCredentialSid"]!==undefined)s["FcmCredentialSid"]=i["fcmCredentialSid"];if(i["defaultFcmNotificationProtocolVersion"]!==undefined)s["DefaultFcmNotificationProtocolVersion"]=i["defaultFcmNotificationProtocolVersion"];if(i["logEnabled"]!==undefined)s["LogEnabled"]=c.bool(i["logEnabled"]);if(i["alexaSkillId"]!==undefined)s["AlexaSkillId"]=i["alexaSkillId"];if(i["defaultAlexaNotificationProtocolVersion"]!==undefined)s["DefaultAlexaNotificationProtocolVersion"]=i["defaultAlexaNotificationProtocolVersion"];if(i["deliveryCallbackUrl"]!==undefined)s["DeliveryCallbackUrl"]=i["deliveryCallbackUrl"];if(i["deliveryCallbackEnabled"]!==undefined)s["DeliveryCallbackEnabled"]=c.bool(i["deliveryCallbackEnabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},12429:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BindingPage=i.BindingListInstance=i.BindingInstance=i.BindingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BindingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Bindings/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BindingInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingContextImpl=BindingContextImpl;class BindingInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.credentialSid=i.credential_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.notificationProtocolVersion=i.notification_protocol_version;this.endpoint=i.endpoint;this.identity=i.identity;this.bindingType=i.binding_type;this.address=i.address;this.tags=i.tags;this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new BindingContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,credentialSid:this.credentialSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,notificationProtocolVersion:this.notificationProtocolVersion,endpoint:this.endpoint,identity:this.identity,bindingType:this.bindingType,address:this.address,tags:this.tags,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingInstance=BindingInstance;function BindingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BindingContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Bindings`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}if(i["bindingType"]===null||i["bindingType"]===undefined){throw new Error("Required parameter \"params['bindingType']\" missing.")}if(i["address"]===null||i["address"]===undefined){throw new Error("Required parameter \"params['address']\" missing.")}let s={};s["Identity"]=i["identity"];s["BindingType"]=i["bindingType"];s["Address"]=i["address"];if(i["tag"]!==undefined)s["Tag"]=c.map(i["tag"],(e=>e));if(i["notificationProtocolVersion"]!==undefined)s["NotificationProtocolVersion"]=i["notificationProtocolVersion"];if(i["credentialSid"]!==undefined)s["CredentialSid"]=i["credentialSid"];if(i["endpoint"]!==undefined)s["Endpoint"]=i["endpoint"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BindingInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["startDate"]!==undefined)s["StartDate"]=c.iso8601Date(i["startDate"]);if(i["endDate"]!==undefined)s["EndDate"]=c.iso8601Date(i["endDate"]);if(i["identity"]!==undefined)s["Identity"]=c.map(i["identity"],(e=>e));if(i["tag"]!==undefined)s["Tag"]=c.map(i["tag"],(e=>e));if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BindingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BindingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BindingListInstance=BindingListInstance;class BindingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BindingInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BindingPage=BindingPage},53022:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NotificationInstance=i.NotificationListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function NotificationListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const n={};n._version=e;n._solution={serviceSid:i};n._uri=`/Services/${i}/Notifications`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["body"]!==undefined)r["Body"]=i["body"];if(i["priority"]!==undefined)r["Priority"]=i["priority"];if(i["ttl"]!==undefined)r["Ttl"]=i["ttl"];if(i["title"]!==undefined)r["Title"]=i["title"];if(i["sound"]!==undefined)r["Sound"]=i["sound"];if(i["action"]!==undefined)r["Action"]=i["action"];if(i["data"]!==undefined)r["Data"]=o.object(i["data"]);if(i["apn"]!==undefined)r["Apn"]=o.object(i["apn"]);if(i["gcm"]!==undefined)r["Gcm"]=o.object(i["gcm"]);if(i["sms"]!==undefined)r["Sms"]=o.object(i["sms"]);if(i["facebookMessenger"]!==undefined)r["FacebookMessenger"]=o.object(i["facebookMessenger"]);if(i["fcm"]!==undefined)r["Fcm"]=o.object(i["fcm"]);if(i["segment"]!==undefined)r["Segment"]=o.map(i["segment"],(e=>e));if(i["alexa"]!==undefined)r["Alexa"]=o.object(i["alexa"]);if(i["toBinding"]!==undefined)r["ToBinding"]=o.map(i["toBinding"],(e=>e));if(i["deliveryCallbackUrl"]!==undefined)r["DeliveryCallbackUrl"]=i["deliveryCallbackUrl"];if(i["identity"]!==undefined)r["Identity"]=o.map(i["identity"],(e=>e));if(i["tag"]!==undefined)r["Tag"]=o.map(i["tag"],(e=>e));const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.create({uri:n._uri,method:"post",data:r,headers:a});u=u.then((e=>new NotificationInstance(c,e,n._solution.serviceSid)));u=n._version.setPromiseCallback(u,s);return u};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.NotificationListInstance=NotificationListInstance;class NotificationInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=r.iso8601DateTime(i.date_created);this.identities=i.identities;this.tags=i.tags;this.segments=i.segments;this.priority=i.priority;this.ttl=r.integer(i.ttl);this.title=i.title;this.body=i.body;this.sound=i.sound;this.action=i.action;this.data=i.data;this.apn=i.apn;this.gcm=i.gcm;this.fcm=i.fcm;this.sms=i.sms;this.facebookMessenger=i.facebook_messenger;this.alexa=i.alexa}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,identities:this.identities,tags:this.tags,segments:this.segments,priority:this.priority,ttl:this.ttl,title:this.title,body:this.body,sound:this.sound,action:this.action,data:this.data,apn:this.apn,gcm:this.gcm,fcm:this.fcm,sms:this.sms,facebookMessenger:this.facebookMessenger,alexa:this.alexa}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NotificationInstance=NotificationInstance},25431:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(83578);const a=n(35720);const c=n(26164);const u=n(93850);class V1 extends r.default{constructor(e){super(e,"v1")}get bulkEligibilities(){this._bulkEligibilities=this._bulkEligibilities||(0,o.BulkEligibilityListInstance)(this);return this._bulkEligibilities}get portingBulkPortabilities(){this._portingBulkPortabilities=this._portingBulkPortabilities||(0,a.PortingBulkPortabilityListInstance)(this);return this._portingBulkPortabilities}get portingPortIns(){this._portingPortIns=this._portingPortIns||(0,c.PortingPortInFetchListInstance)(this);return this._portingPortIns}get portingPortabilities(){this._portingPortabilities=this._portingPortabilities||(0,u.PortingPortabilityListInstance)(this);return this._portingPortabilities}}i["default"]=V1},16213:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(48355);const a=n(36918);const c=n(44876);const u=n(29437);class V2 extends r.default{constructor(e){super(e,"v2")}get authorizationDocuments(){this._authorizationDocuments=this._authorizationDocuments||(0,o.AuthorizationDocumentListInstance)(this);return this._authorizationDocuments}get bulkHostedNumberOrders(){this._bulkHostedNumberOrders=this._bulkHostedNumberOrders||(0,a.BulkHostedNumberOrderListInstance)(this);return this._bulkHostedNumberOrders}get hostedNumberOrders(){this._hostedNumberOrders=this._hostedNumberOrders||(0,c.HostedNumberOrderListInstance)(this);return this._hostedNumberOrders}get regulatoryCompliance(){this._regulatoryCompliance=this._regulatoryCompliance||(0,u.RegulatoryComplianceListInstance)(this);return this._regulatoryCompliance}}i["default"]=V2},83578:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BulkEligibilityListInstance=i.BulkEligibilityInstance=i.BulkEligibilityContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class BulkEligibilityContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'requestId' is not valid.")}this._solution={requestId:i};this._uri=`/HostedNumber/Eligibility/Bulk/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BulkEligibilityInstance(n,e,i._solution.requestId)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BulkEligibilityContextImpl=BulkEligibilityContextImpl;class BulkEligibilityInstance{constructor(e,i,n){this._version=e;this.requestId=i.request_id;this.url=i.url;this.results=i.results;this.friendlyName=i.friendly_name;this.status=i.status;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateCompleted=r.iso8601DateTime(i.date_completed);this._solution={requestId:n||this.requestId}}get _proxy(){this._context=this._context||new BulkEligibilityContextImpl(this._version,this._solution.requestId);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{requestId:this.requestId,url:this.url,results:this.results,friendlyName:this.friendlyName,status:this.status,dateCreated:this.dateCreated,dateCompleted:this.dateCompleted}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BulkEligibilityInstance=BulkEligibilityInstance;function BulkEligibilityListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new BulkEligibilityContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.BulkEligibilityListInstance=BulkEligibilityListInstance},35720:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PortingBulkPortabilityListInstance=i.PortingBulkPortabilityInstance=i.PortingBulkPortabilityContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PortingBulkPortabilityContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Porting/Portability/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PortingBulkPortabilityInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingBulkPortabilityContextImpl=PortingBulkPortabilityContextImpl;class PortingBulkPortabilityInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.status=i.status;this.datetimeCreated=r.iso8601DateTime(i.datetime_created);this.phoneNumbers=i.phone_numbers;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new PortingBulkPortabilityContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,status:this.status,datetimeCreated:this.datetimeCreated,phoneNumbers:this.phoneNumbers,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingBulkPortabilityInstance=PortingBulkPortabilityInstance;function PortingBulkPortabilityListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PortingBulkPortabilityContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Porting/Portability`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumbers"]===null||i["phoneNumbers"]===undefined){throw new Error("Required parameter \"params['phoneNumbers']\" missing.")}let s={};s["PhoneNumbers"]=o.map(i["phoneNumbers"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:instance._uri,method:"post",data:s,headers:r});c=c.then((e=>new PortingBulkPortabilityInstance(a,e)));c=instance._version.setPromiseCallback(c,n);return c};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PortingBulkPortabilityListInstance=PortingBulkPortabilityListInstance},26164:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PortingPortInFetchListInstance=i.PortingPortInFetchInstance=i.PortingPortInFetchContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PortingPortInFetchContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'portInRequestSid' is not valid.")}this._solution={portInRequestSid:i};this._uri=`/Porting/PortIn/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PortingPortInFetchInstance(n,e,i._solution.portInRequestSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingPortInFetchContextImpl=PortingPortInFetchContextImpl;class PortingPortInFetchInstance{constructor(e,i,n){this._version=e;this.portInRequestSid=i.port_in_request_sid;this.url=i.url;this.accountSid=i.account_sid;this.notificationEmails=i.notification_emails;this.targetPortInDate=r.iso8601Date(i.target_port_in_date);this.targetPortInTimeRangeStart=i.target_port_in_time_range_start;this.targetPortInTimeRangeEnd=i.target_port_in_time_range_end;this.losingCarrierInformation=i.losing_carrier_information;this.phoneNumbers=i.phone_numbers;this.documents=i.documents;this._solution={portInRequestSid:n||this.portInRequestSid}}get _proxy(){this._context=this._context||new PortingPortInFetchContextImpl(this._version,this._solution.portInRequestSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{portInRequestSid:this.portInRequestSid,url:this.url,accountSid:this.accountSid,notificationEmails:this.notificationEmails,targetPortInDate:this.targetPortInDate,targetPortInTimeRangeStart:this.targetPortInTimeRangeStart,targetPortInTimeRangeEnd:this.targetPortInTimeRangeEnd,losingCarrierInformation:this.losingCarrierInformation,phoneNumbers:this.phoneNumbers,documents:this.documents}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingPortInFetchInstance=PortingPortInFetchInstance;function PortingPortInFetchListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PortingPortInFetchContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PortingPortInFetchListInstance=PortingPortInFetchListInstance},93850:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PortingPortabilityListInstance=i.PortingPortabilityInstance=i.PortingPortabilityContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PortingPortabilityContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'phoneNumber' is not valid.")}this._solution={phoneNumber:i};this._uri=`/Porting/Portability/PhoneNumber/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["targetAccountSid"]!==undefined)n["TargetAccountSid"]=e["targetAccountSid"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new PortingPortabilityInstance(o,e,r._solution.phoneNumber)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingPortabilityContextImpl=PortingPortabilityContextImpl;class PortingPortabilityInstance{constructor(e,i,n){this._version=e;this.phoneNumber=i.phone_number;this.accountSid=i.account_sid;this.portable=i.portable;this.pinAndAccountNumberRequired=i.pin_and_account_number_required;this.notPortableReason=i.not_portable_reason;this.notPortableReasonCode=r.integer(i.not_portable_reason_code);this.numberType=i.number_type;this.country=i.country;this.messagingCarrier=i.messaging_carrier;this.voiceCarrier=i.voice_carrier;this.url=i.url;this._solution={phoneNumber:n||this.phoneNumber}}get _proxy(){this._context=this._context||new PortingPortabilityContextImpl(this._version,this._solution.phoneNumber);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{phoneNumber:this.phoneNumber,accountSid:this.accountSid,portable:this.portable,pinAndAccountNumberRequired:this.pinAndAccountNumberRequired,notPortableReason:this.notPortableReason,notPortableReasonCode:this.notPortableReasonCode,numberType:this.numberType,country:this.country,messagingCarrier:this.messagingCarrier,voiceCarrier:this.voiceCarrier,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PortingPortabilityInstance=PortingPortabilityInstance;function PortingPortabilityListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PortingPortabilityContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PortingPortabilityListInstance=PortingPortabilityListInstance},48355:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthorizationDocumentPage=i.AuthorizationDocumentListInstance=i.AuthorizationDocumentInstance=i.AuthorizationDocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(75223);class AuthorizationDocumentContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/HostedNumber/AuthorizationDocuments/${i}`}get dependentHostedNumberOrders(){this._dependentHostedNumberOrders=this._dependentHostedNumberOrders||(0,f.DependentHostedNumberOrderListInstance)(this._version,this._solution.sid);return this._dependentHostedNumberOrders}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthorizationDocumentInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentContextImpl=AuthorizationDocumentContextImpl;class AuthorizationDocumentInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.addressSid=i.address_sid;this.status=i.status;this.email=i.email;this.ccEmails=i.cc_emails;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AuthorizationDocumentContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}dependentHostedNumberOrders(){return this._proxy.dependentHostedNumberOrders}toJSON(){return{sid:this.sid,addressSid:this.addressSid,status:this.status,email:this.email,ccEmails:this.ccEmails,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentInstance=AuthorizationDocumentInstance;function AuthorizationDocumentListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AuthorizationDocumentContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/HostedNumber/AuthorizationDocuments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["addressSid"]===null||i["addressSid"]===undefined){throw new Error("Required parameter \"params['addressSid']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}if(i["contactPhoneNumber"]===null||i["contactPhoneNumber"]===undefined){throw new Error("Required parameter \"params['contactPhoneNumber']\" missing.")}if(i["hostedNumberOrderSids"]===null||i["hostedNumberOrderSids"]===undefined){throw new Error("Required parameter \"params['hostedNumberOrderSids']\" missing.")}let s={};s["AddressSid"]=i["addressSid"];s["Email"]=i["email"];s["ContactPhoneNumber"]=i["contactPhoneNumber"];s["HostedNumberOrderSids"]=c.map(i["hostedNumberOrderSids"],(e=>e));if(i["contactTitle"]!==undefined)s["ContactTitle"]=i["contactTitle"];if(i["ccEmails"]!==undefined)s["CcEmails"]=c.map(i["ccEmails"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AuthorizationDocumentInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["email"]!==undefined)s["Email"]=i["email"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthorizationDocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthorizationDocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthorizationDocumentListInstance=AuthorizationDocumentListInstance;class AuthorizationDocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthorizationDocumentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentPage=AuthorizationDocumentPage},75223:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DependentHostedNumberOrderPage=i.DependentHostedNumberOrderInstance=i.DependentHostedNumberOrderListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function DependentHostedNumberOrderListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'signingDocumentSid' is not valid.")}const n={};n._version=e;n._solution={signingDocumentSid:i};n._uri=`/HostedNumber/AuthorizationDocuments/${i}/DependentHostedNumberOrders`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["status"]!==undefined)r["Status"]=i["status"];if(i["phoneNumber"]!==undefined)r["PhoneNumber"]=i["phoneNumber"];if(i["incomingPhoneNumberSid"]!==undefined)r["IncomingPhoneNumberSid"]=i["incomingPhoneNumberSid"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new DependentHostedNumberOrderPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new DependentHostedNumberOrderPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.DependentHostedNumberOrderListInstance=DependentHostedNumberOrderListInstance;class DependentHostedNumberOrderInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.bulkHostingRequestSid=i.bulk_hosting_request_sid;this.nextStep=i.next_step;this.accountSid=i.account_sid;this.incomingPhoneNumberSid=i.incoming_phone_number_sid;this.addressSid=i.address_sid;this.signingDocumentSid=i.signing_document_sid;this.phoneNumber=i.phone_number;this.capabilities=i.capabilities;this.friendlyName=i.friendly_name;this.status=i.status;this.failureReason=i.failure_reason;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.email=i.email;this.ccEmails=i.cc_emails;this.contactTitle=i.contact_title;this.contactPhoneNumber=i.contact_phone_number}toJSON(){return{sid:this.sid,bulkHostingRequestSid:this.bulkHostingRequestSid,nextStep:this.nextStep,accountSid:this.accountSid,incomingPhoneNumberSid:this.incomingPhoneNumberSid,addressSid:this.addressSid,signingDocumentSid:this.signingDocumentSid,phoneNumber:this.phoneNumber,capabilities:this.capabilities,friendlyName:this.friendlyName,status:this.status,failureReason:this.failureReason,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,email:this.email,ccEmails:this.ccEmails,contactTitle:this.contactTitle,contactPhoneNumber:this.contactPhoneNumber}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentHostedNumberOrderInstance=DependentHostedNumberOrderInstance;class DependentHostedNumberOrderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DependentHostedNumberOrderInstance(this._version,e,this._solution.signingDocumentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentHostedNumberOrderPage=DependentHostedNumberOrderPage},36918:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BulkHostedNumberOrderListInstance=i.BulkHostedNumberOrderInstance=i.BulkHostedNumberOrderContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class BulkHostedNumberOrderContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'bulkHostingSid' is not valid.")}this._solution={bulkHostingSid:i};this._uri=`/HostedNumber/Orders/Bulk/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["orderStatus"]!==undefined)n["OrderStatus"]=e["orderStatus"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new BulkHostedNumberOrderInstance(o,e,r._solution.bulkHostingSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BulkHostedNumberOrderContextImpl=BulkHostedNumberOrderContextImpl;class BulkHostedNumberOrderInstance{constructor(e,i,n){this._version=e;this.bulkHostingSid=i.bulk_hosting_sid;this.requestStatus=i.request_status;this.friendlyName=i.friendly_name;this.notificationEmail=i.notification_email;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateCompleted=r.iso8601DateTime(i.date_completed);this.url=i.url;this.totalCount=r.integer(i.total_count);this.results=i.results;this._solution={bulkHostingSid:n||this.bulkHostingSid}}get _proxy(){this._context=this._context||new BulkHostedNumberOrderContextImpl(this._version,this._solution.bulkHostingSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{bulkHostingSid:this.bulkHostingSid,requestStatus:this.requestStatus,friendlyName:this.friendlyName,notificationEmail:this.notificationEmail,dateCreated:this.dateCreated,dateCompleted:this.dateCompleted,url:this.url,totalCount:this.totalCount,results:this.results}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BulkHostedNumberOrderInstance=BulkHostedNumberOrderInstance;function BulkHostedNumberOrderListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new BulkHostedNumberOrderContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.BulkHostedNumberOrderListInstance=BulkHostedNumberOrderListInstance},44876:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.HostedNumberOrderPage=i.HostedNumberOrderListInstance=i.HostedNumberOrderInstance=i.HostedNumberOrderContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class HostedNumberOrderContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/HostedNumber/Orders/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new HostedNumberOrderInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderContextImpl=HostedNumberOrderContextImpl;class HostedNumberOrderInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.incomingPhoneNumberSid=i.incoming_phone_number_sid;this.addressSid=i.address_sid;this.signingDocumentSid=i.signing_document_sid;this.phoneNumber=i.phone_number;this.capabilities=i.capabilities;this.friendlyName=i.friendly_name;this.status=i.status;this.failureReason=i.failure_reason;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.email=i.email;this.ccEmails=i.cc_emails;this.url=i.url;this.contactTitle=i.contact_title;this.contactPhoneNumber=i.contact_phone_number;this.bulkHostingRequestSid=i.bulk_hosting_request_sid;this.nextStep=i.next_step;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new HostedNumberOrderContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,incomingPhoneNumberSid:this.incomingPhoneNumberSid,addressSid:this.addressSid,signingDocumentSid:this.signingDocumentSid,phoneNumber:this.phoneNumber,capabilities:this.capabilities,friendlyName:this.friendlyName,status:this.status,failureReason:this.failureReason,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,email:this.email,ccEmails:this.ccEmails,url:this.url,contactTitle:this.contactTitle,contactPhoneNumber:this.contactPhoneNumber,bulkHostingRequestSid:this.bulkHostingRequestSid,nextStep:this.nextStep}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderInstance=HostedNumberOrderInstance;function HostedNumberOrderListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new HostedNumberOrderContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/HostedNumber/Orders`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}if(i["contactPhoneNumber"]===null||i["contactPhoneNumber"]===undefined){throw new Error("Required parameter \"params['contactPhoneNumber']\" missing.")}if(i["addressSid"]===null||i["addressSid"]===undefined){throw new Error("Required parameter \"params['addressSid']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}let s={};s["PhoneNumber"]=i["phoneNumber"];s["ContactPhoneNumber"]=i["contactPhoneNumber"];s["AddressSid"]=i["addressSid"];s["Email"]=i["email"];if(i["accountSid"]!==undefined)s["AccountSid"]=i["accountSid"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["ccEmails"]!==undefined)s["CcEmails"]=c.map(i["ccEmails"],(e=>e));if(i["smsUrl"]!==undefined)s["SmsUrl"]=i["smsUrl"];if(i["smsMethod"]!==undefined)s["SmsMethod"]=i["smsMethod"];if(i["smsFallbackUrl"]!==undefined)s["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsCapability"]!==undefined)s["SmsCapability"]=c.bool(i["smsCapability"]);if(i["smsFallbackMethod"]!==undefined)s["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["statusCallbackUrl"]!==undefined)s["StatusCallbackUrl"]=i["statusCallbackUrl"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["smsApplicationSid"]!==undefined)s["SmsApplicationSid"]=i["smsApplicationSid"];if(i["contactTitle"]!==undefined)s["ContactTitle"]=i["contactTitle"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new HostedNumberOrderInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["smsCapability"]!==undefined)s["SmsCapability"]=c.bool(i["smsCapability"]);if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["incomingPhoneNumberSid"]!==undefined)s["IncomingPhoneNumberSid"]=i["incomingPhoneNumberSid"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new HostedNumberOrderPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new HostedNumberOrderPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.HostedNumberOrderListInstance=HostedNumberOrderListInstance;class HostedNumberOrderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new HostedNumberOrderInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderPage=HostedNumberOrderPage},29437:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.RegulatoryComplianceListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(27712);const c=n(68798);const u=n(86094);const f=n(18721);const _=n(32231);const g=n(13301);function RegulatoryComplianceListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/RegulatoryCompliance`;Object.defineProperty(i,"bundles",{get:function bundles(){if(!i._bundles){i._bundles=(0,a.BundleListInstance)(i._version)}return i._bundles}});Object.defineProperty(i,"endUsers",{get:function endUsers(){if(!i._endUsers){i._endUsers=(0,c.EndUserListInstance)(i._version)}return i._endUsers}});Object.defineProperty(i,"endUserTypes",{get:function endUserTypes(){if(!i._endUserTypes){i._endUserTypes=(0,u.EndUserTypeListInstance)(i._version)}return i._endUserTypes}});Object.defineProperty(i,"regulations",{get:function regulations(){if(!i._regulations){i._regulations=(0,f.RegulationListInstance)(i._version)}return i._regulations}});Object.defineProperty(i,"supportingDocuments",{get:function supportingDocuments(){if(!i._supportingDocuments){i._supportingDocuments=(0,_.SupportingDocumentListInstance)(i._version)}return i._supportingDocuments}});Object.defineProperty(i,"supportingDocumentTypes",{get:function supportingDocumentTypes(){if(!i._supportingDocumentTypes){i._supportingDocumentTypes=(0,g.SupportingDocumentTypeListInstance)(i._version)}return i._supportingDocumentTypes}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.RegulatoryComplianceListInstance=RegulatoryComplianceListInstance},27712:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BundlePage=i.BundleListInstance=i.BundleInstance=i.BundleContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(86068);const _=n(28306);const g=n(59854);const v=n(98505);class BundleContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/Bundles/${i}`}get bundleCopies(){this._bundleCopies=this._bundleCopies||(0,f.BundleCopyListInstance)(this._version,this._solution.sid);return this._bundleCopies}get evaluations(){this._evaluations=this._evaluations||(0,_.EvaluationListInstance)(this._version,this._solution.sid);return this._evaluations}get itemAssignments(){this._itemAssignments=this._itemAssignments||(0,g.ItemAssignmentListInstance)(this._version,this._solution.sid);return this._itemAssignments}get replaceItems(){this._replaceItems=this._replaceItems||(0,v.ReplaceItemsListInstance)(this._version,this._solution.sid);return this._replaceItems}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BundleInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["status"]!==undefined)n["Status"]=e["status"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["email"]!==undefined)n["Email"]=e["email"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new BundleInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BundleContextImpl=BundleContextImpl;class BundleInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.regulationSid=i.regulation_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.validUntil=a.iso8601DateTime(i.valid_until);this.email=i.email;this.statusCallback=i.status_callback;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new BundleContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}bundleCopies(){return this._proxy.bundleCopies}evaluations(){return this._proxy.evaluations}itemAssignments(){return this._proxy.itemAssignments}replaceItems(){return this._proxy.replaceItems}toJSON(){return{sid:this.sid,accountSid:this.accountSid,regulationSid:this.regulationSid,friendlyName:this.friendlyName,status:this.status,validUntil:this.validUntil,email:this.email,statusCallback:this.statusCallback,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BundleInstance=BundleInstance;function BundleListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new BundleContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/Bundles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Email"]=i["email"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["regulationSid"]!==undefined)s["RegulationSid"]=i["regulationSid"];if(i["isoCountry"]!==undefined)s["IsoCountry"]=i["isoCountry"];if(i["endUserType"]!==undefined)s["EndUserType"]=i["endUserType"];if(i["numberType"]!==undefined)s["NumberType"]=i["numberType"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BundleInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["regulationSid"]!==undefined)s["RegulationSid"]=i["regulationSid"];if(i["isoCountry"]!==undefined)s["IsoCountry"]=i["isoCountry"];if(i["numberType"]!==undefined)s["NumberType"]=i["numberType"];if(i["hasValidUntilDate"]!==undefined)s["HasValidUntilDate"]=c.bool(i["hasValidUntilDate"]);if(i["sortBy"]!==undefined)s["SortBy"]=i["sortBy"];if(i["sortDirection"]!==undefined)s["SortDirection"]=i["sortDirection"];if(i["validUntilDate"]!==undefined)s["ValidUntilDate"]=c.iso8601DateTime(i["validUntilDate"]);if(i["validUntilDateBefore"]!==undefined)s["ValidUntilDate<"]=c.iso8601DateTime(i["validUntilDateBefore"]);if(i["validUntilDateAfter"]!==undefined)s["ValidUntilDate>"]=c.iso8601DateTime(i["validUntilDateAfter"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BundlePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BundlePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BundleListInstance=BundleListInstance;class BundlePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BundleInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BundlePage=BundlePage},86068:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BundleCopyPage=i.BundleCopyInstance=i.BundleCopyListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function BundleCopyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}const n={};n._version=e;n._solution={bundleSid:i};n._uri=`/RegulatoryCompliance/Bundles/${i}/Copies`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new BundleCopyInstance(a,e,n._solution.bundleSid)));c=n._version.setPromiseCallback(c,s);return c};n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new BundleCopyPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new BundleCopyPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.BundleCopyListInstance=BundleCopyListInstance;class BundleCopyInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.regulationSid=i.regulation_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.validUntil=a.iso8601DateTime(i.valid_until);this.email=i.email;this.statusCallback=i.status_callback;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,regulationSid:this.regulationSid,friendlyName:this.friendlyName,status:this.status,validUntil:this.validUntil,email:this.email,statusCallback:this.statusCallback,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BundleCopyInstance=BundleCopyInstance;class BundleCopyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BundleCopyInstance(this._version,e,this._solution.bundleSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BundleCopyPage=BundleCopyPage},28306:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EvaluationPage=i.EvaluationListInstance=i.EvaluationInstance=i.EvaluationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EvaluationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={bundleSid:i,sid:n};this._uri=`/RegulatoryCompliance/Bundles/${i}/Evaluations/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EvaluationInstance(n,e,i._solution.bundleSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EvaluationContextImpl=EvaluationContextImpl;class EvaluationInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.regulationSid=i.regulation_sid;this.bundleSid=i.bundle_sid;this.status=i.status;this.results=i.results;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={bundleSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new EvaluationContextImpl(this._version,this._solution.bundleSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,regulationSid:this.regulationSid,bundleSid:this.bundleSid,status:this.status,results:this.results,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EvaluationInstance=EvaluationInstance;function EvaluationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new EvaluationContextImpl(e,i,n)};instance._version=e;instance._solution={bundleSid:i};instance._uri=`/RegulatoryCompliance/Bundles/${i}/Evaluations`;instance.create=function create(i){let n=e,s=n.create({uri:instance._uri,method:"post"});s=s.then((e=>new EvaluationInstance(n,e,instance._solution.bundleSid)));s=instance._version.setPromiseCallback(s,i);return s};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EvaluationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EvaluationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EvaluationListInstance=EvaluationListInstance;class EvaluationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EvaluationInstance(this._version,e,this._solution.bundleSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EvaluationPage=EvaluationPage},59854:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ItemAssignmentPage=i.ItemAssignmentListInstance=i.ItemAssignmentInstance=i.ItemAssignmentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ItemAssignmentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={bundleSid:i,sid:n};this._uri=`/RegulatoryCompliance/Bundles/${i}/ItemAssignments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ItemAssignmentInstance(n,e,i._solution.bundleSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ItemAssignmentContextImpl=ItemAssignmentContextImpl;class ItemAssignmentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.bundleSid=i.bundle_sid;this.accountSid=i.account_sid;this.objectSid=i.object_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={bundleSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ItemAssignmentContextImpl(this._version,this._solution.bundleSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,bundleSid:this.bundleSid,accountSid:this.accountSid,objectSid:this.objectSid,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ItemAssignmentInstance=ItemAssignmentInstance;function ItemAssignmentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ItemAssignmentContextImpl(e,i,n)};instance._version=e;instance._solution={bundleSid:i};instance._uri=`/RegulatoryCompliance/Bundles/${i}/ItemAssignments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["objectSid"]===null||i["objectSid"]===undefined){throw new Error("Required parameter \"params['objectSid']\" missing.")}let s={};s["ObjectSid"]=i["objectSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ItemAssignmentInstance(o,e,instance._solution.bundleSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ItemAssignmentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ItemAssignmentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ItemAssignmentListInstance=ItemAssignmentListInstance;class ItemAssignmentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ItemAssignmentInstance(this._version,e,this._solution.bundleSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ItemAssignmentPage=ItemAssignmentPage},98505:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ReplaceItemsInstance=i.ReplaceItemsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function ReplaceItemsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'bundleSid' is not valid.")}const n={};n._version=e;n._solution={bundleSid:i};n._uri=`/RegulatoryCompliance/Bundles/${i}/ReplaceItems`;n.create=function create(i,s){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["fromBundleSid"]===null||i["fromBundleSid"]===undefined){throw new Error("Required parameter \"params['fromBundleSid']\" missing.")}let r={};r["FromBundleSid"]=i["fromBundleSid"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new ReplaceItemsInstance(a,e,n._solution.bundleSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.ReplaceItemsListInstance=ReplaceItemsListInstance;class ReplaceItemsInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.regulationSid=i.regulation_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.validUntil=r.iso8601DateTime(i.valid_until);this.email=i.email;this.statusCallback=i.status_callback;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,regulationSid:this.regulationSid,friendlyName:this.friendlyName,status:this.status,validUntil:this.validUntil,email:this.email,statusCallback:this.statusCallback,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ReplaceItemsInstance=ReplaceItemsInstance},68798:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EndUserPage=i.EndUserListInstance=i.EndUserInstance=i.EndUserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EndUserContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/EndUsers/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EndUserInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=c.object(e["attributes"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new EndUserInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserContextImpl=EndUserContextImpl;class EndUserInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EndUserContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserInstance=EndUserInstance;function EndUserListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EndUserContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/EndUsers`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];if(i["attributes"]!==undefined)s["Attributes"]=c.object(i["attributes"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EndUserInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EndUserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EndUserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EndUserListInstance=EndUserListInstance;class EndUserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EndUserInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserPage=EndUserPage},86094:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EndUserTypePage=i.EndUserTypeListInstance=i.EndUserTypeInstance=i.EndUserTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EndUserTypeContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/EndUserTypes/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EndUserTypeInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypeContextImpl=EndUserTypeContextImpl;class EndUserTypeInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.machineName=i.machine_name;this.fields=i.fields;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EndUserTypeContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,machineName:this.machineName,fields:this.fields,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypeInstance=EndUserTypeInstance;function EndUserTypeListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EndUserTypeContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/EndUserTypes`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EndUserTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EndUserTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EndUserTypeListInstance=EndUserTypeListInstance;class EndUserTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EndUserTypeInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypePage=EndUserTypePage},18721:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RegulationPage=i.RegulationListInstance=i.RegulationInstance=i.RegulationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RegulationContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/Regulations/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RegulationInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RegulationContextImpl=RegulationContextImpl;class RegulationInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.isoCountry=i.iso_country;this.numberType=i.number_type;this.endUserType=i.end_user_type;this.requirements=i.requirements;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RegulationContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,isoCountry:this.isoCountry,numberType:this.numberType,endUserType:this.endUserType,requirements:this.requirements,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RegulationInstance=RegulationInstance;function RegulationListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RegulationContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/Regulations`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["endUserType"]!==undefined)s["EndUserType"]=i["endUserType"];if(i["isoCountry"]!==undefined)s["IsoCountry"]=i["isoCountry"];if(i["numberType"]!==undefined)s["NumberType"]=i["numberType"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RegulationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RegulationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RegulationListInstance=RegulationListInstance;class RegulationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RegulationInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RegulationPage=RegulationPage},32231:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SupportingDocumentPage=i.SupportingDocumentListInstance=i.SupportingDocumentInstance=i.SupportingDocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SupportingDocumentContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/SupportingDocuments/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SupportingDocumentInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=c.object(e["attributes"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SupportingDocumentInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentContextImpl=SupportingDocumentContextImpl;class SupportingDocumentInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.mimeType=i.mime_type;this.status=i.status;this.failureReason=i.failure_reason;this.type=i.type;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SupportingDocumentContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,mimeType:this.mimeType,status:this.status,failureReason:this.failureReason,type:this.type,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentInstance=SupportingDocumentInstance;function SupportingDocumentListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SupportingDocumentContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/SupportingDocuments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];if(i["attributes"]!==undefined)s["Attributes"]=c.object(i["attributes"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SupportingDocumentInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SupportingDocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SupportingDocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SupportingDocumentListInstance=SupportingDocumentListInstance;class SupportingDocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SupportingDocumentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentPage=SupportingDocumentPage},13301:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SupportingDocumentTypePage=i.SupportingDocumentTypeListInstance=i.SupportingDocumentTypeInstance=i.SupportingDocumentTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SupportingDocumentTypeContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RegulatoryCompliance/SupportingDocumentTypes/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SupportingDocumentTypeInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypeContextImpl=SupportingDocumentTypeContextImpl;class SupportingDocumentTypeInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.machineName=i.machine_name;this.fields=i.fields;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SupportingDocumentTypeContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,machineName:this.machineName,fields:this.fields,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypeInstance=SupportingDocumentTypeInstance;function SupportingDocumentTypeListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SupportingDocumentTypeContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RegulatoryCompliance/SupportingDocumentTypes`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SupportingDocumentTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SupportingDocumentTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SupportingDocumentTypeListInstance=SupportingDocumentTypeListInstance;class SupportingDocumentTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SupportingDocumentTypeInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypePage=SupportingDocumentTypePage},82477:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(55897);class DeployedDevices extends r.default{constructor(e){super(e,"DeployedDevices")}get fleets(){this._fleets=this._fleets||(0,o.FleetListInstance)(this);return this._fleets}}i["default"]=DeployedDevices},39874:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(2676);const a=n(95372);class HostedNumbers extends r.default{constructor(e){super(e,"HostedNumbers")}get authorizationDocuments(){this._authorizationDocuments=this._authorizationDocuments||(0,o.AuthorizationDocumentListInstance)(this);return this._authorizationDocuments}get hostedNumberOrders(){this._hostedNumberOrders=this._hostedNumberOrders||(0,a.HostedNumberOrderListInstance)(this);return this._hostedNumberOrders}}i["default"]=HostedNumbers},87505:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(55988);const a=n(74874);class Marketplace extends r.default{constructor(e){super(e,"marketplace")}get availableAddOns(){this._availableAddOns=this._availableAddOns||(0,o.AvailableAddOnListInstance)(this);return this._availableAddOns}get installedAddOns(){this._installedAddOns=this._installedAddOns||(0,a.InstalledAddOnListInstance)(this);return this._installedAddOns}}i["default"]=Marketplace},71881:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(53087);class Sync extends r.default{constructor(e){super(e,"Sync")}get services(){this._services=this._services||(0,o.ServiceListInstance)(this);return this._services}}i["default"]=Sync},87152:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(37480);const a=n(44607);const c=n(52633);class Wireless extends r.default{constructor(e){super(e,"wireless")}get commands(){this._commands=this._commands||(0,o.CommandListInstance)(this);return this._commands}get ratePlans(){this._ratePlans=this._ratePlans||(0,a.RatePlanListInstance)(this);return this._ratePlans}get sims(){this._sims=this._sims||(0,c.SimListInstance)(this);return this._sims}}i["default"]=Wireless},55897:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FleetPage=i.FleetListInstance=i.FleetInstance=i.FleetContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(59777);const _=n(66020);const g=n(41268);const v=n(34699);class FleetContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Fleets/${i}`}get certificates(){this._certificates=this._certificates||(0,f.CertificateListInstance)(this._version,this._solution.sid);return this._certificates}get deployments(){this._deployments=this._deployments||(0,_.DeploymentListInstance)(this._version,this._solution.sid);return this._deployments}get devices(){this._devices=this._devices||(0,g.DeviceListInstance)(this._version,this._solution.sid);return this._devices}get keys(){this._keys=this._keys||(0,v.KeyListInstance)(this._version,this._solution.sid);return this._keys}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FleetInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["defaultDeploymentSid"]!==undefined)n["DefaultDeploymentSid"]=e["defaultDeploymentSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FleetInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetContextImpl=FleetContextImpl;class FleetInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.url=i.url;this.uniqueName=i.unique_name;this.friendlyName=i.friendly_name;this.accountSid=i.account_sid;this.defaultDeploymentSid=i.default_deployment_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new FleetContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}certificates(){return this._proxy.certificates}deployments(){return this._proxy.deployments}devices(){return this._proxy.devices}keys(){return this._proxy.keys}toJSON(){return{sid:this.sid,url:this.url,uniqueName:this.uniqueName,friendlyName:this.friendlyName,accountSid:this.accountSid,defaultDeploymentSid:this.defaultDeploymentSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetInstance=FleetInstance;function FleetListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FleetContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Fleets`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FleetInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FleetPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FleetPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FleetListInstance=FleetListInstance;class FleetPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FleetInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetPage=FleetPage},59777:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CertificatePage=i.CertificateListInstance=i.CertificateInstance=i.CertificateContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CertificateContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={fleetSid:i,sid:n};this._uri=`/Fleets/${i}/Certificates/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CertificateInstance(n,e,i._solution.fleetSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["deviceSid"]!==undefined)n["DeviceSid"]=e["deviceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CertificateInstance(o,e,r._solution.fleetSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CertificateContextImpl=CertificateContextImpl;class CertificateInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.url=i.url;this.friendlyName=i.friendly_name;this.fleetSid=i.fleet_sid;this.accountSid=i.account_sid;this.deviceSid=i.device_sid;this.thumbprint=i.thumbprint;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={fleetSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CertificateContextImpl(this._version,this._solution.fleetSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,url:this.url,friendlyName:this.friendlyName,fleetSid:this.fleetSid,accountSid:this.accountSid,deviceSid:this.deviceSid,thumbprint:this.thumbprint,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CertificateInstance=CertificateInstance;function CertificateListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CertificateContextImpl(e,i,n)};instance._version=e;instance._solution={fleetSid:i};instance._uri=`/Fleets/${i}/Certificates`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["certificateData"]===null||i["certificateData"]===undefined){throw new Error("Required parameter \"params['certificateData']\" missing.")}let s={};s["CertificateData"]=i["certificateData"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["deviceSid"]!==undefined)s["DeviceSid"]=i["deviceSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CertificateInstance(o,e,instance._solution.fleetSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["deviceSid"]!==undefined)s["DeviceSid"]=i["deviceSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CertificatePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CertificatePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CertificateListInstance=CertificateListInstance;class CertificatePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CertificateInstance(this._version,e,this._solution.fleetSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CertificatePage=CertificatePage},66020:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeploymentPage=i.DeploymentListInstance=i.DeploymentInstance=i.DeploymentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeploymentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={fleetSid:i,sid:n};this._uri=`/Fleets/${i}/Deployments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeploymentInstance(n,e,i._solution.fleetSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["syncServiceSid"]!==undefined)n["SyncServiceSid"]=e["syncServiceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DeploymentInstance(o,e,r._solution.fleetSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentContextImpl=DeploymentContextImpl;class DeploymentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.url=i.url;this.friendlyName=i.friendly_name;this.fleetSid=i.fleet_sid;this.accountSid=i.account_sid;this.syncServiceSid=i.sync_service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={fleetSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DeploymentContextImpl(this._version,this._solution.fleetSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,url:this.url,friendlyName:this.friendlyName,fleetSid:this.fleetSid,accountSid:this.accountSid,syncServiceSid:this.syncServiceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentInstance=DeploymentInstance;function DeploymentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DeploymentContextImpl(e,i,n)};instance._version=e;instance._solution={fleetSid:i};instance._uri=`/Fleets/${i}/Deployments`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["syncServiceSid"]!==undefined)s["SyncServiceSid"]=i["syncServiceSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DeploymentInstance(o,e,instance._solution.fleetSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeploymentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeploymentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeploymentListInstance=DeploymentListInstance;class DeploymentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeploymentInstance(this._version,e,this._solution.fleetSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentPage=DeploymentPage},41268:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DevicePage=i.DeviceListInstance=i.DeviceInstance=i.DeviceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeviceContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={fleetSid:i,sid:n};this._uri=`/Fleets/${i}/Devices/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeviceInstance(n,e,i._solution.fleetSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["identity"]!==undefined)n["Identity"]=e["identity"];if(e["deploymentSid"]!==undefined)n["DeploymentSid"]=e["deploymentSid"];if(e["enabled"]!==undefined)n["Enabled"]=c.bool(e["enabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DeviceInstance(o,e,r._solution.fleetSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceContextImpl=DeviceContextImpl;class DeviceInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.url=i.url;this.uniqueName=i.unique_name;this.friendlyName=i.friendly_name;this.fleetSid=i.fleet_sid;this.enabled=i.enabled;this.accountSid=i.account_sid;this.identity=i.identity;this.deploymentSid=i.deployment_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.dateAuthenticated=a.iso8601DateTime(i.date_authenticated);this._solution={fleetSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DeviceContextImpl(this._version,this._solution.fleetSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,url:this.url,uniqueName:this.uniqueName,friendlyName:this.friendlyName,fleetSid:this.fleetSid,enabled:this.enabled,accountSid:this.accountSid,identity:this.identity,deploymentSid:this.deploymentSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,dateAuthenticated:this.dateAuthenticated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeviceInstance=DeviceInstance;function DeviceListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DeviceContextImpl(e,i,n)};instance._version=e;instance._solution={fleetSid:i};instance._uri=`/Fleets/${i}/Devices`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["identity"]!==undefined)s["Identity"]=i["identity"];if(i["deploymentSid"]!==undefined)s["DeploymentSid"]=i["deploymentSid"];if(i["enabled"]!==undefined)s["Enabled"]=c.bool(i["enabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DeviceInstance(o,e,instance._solution.fleetSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["deploymentSid"]!==undefined)s["DeploymentSid"]=i["deploymentSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DevicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DevicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeviceListInstance=DeviceListInstance;class DevicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeviceInstance(this._version,e,this._solution.fleetSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DevicePage=DevicePage},34699:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.KeyPage=i.KeyListInstance=i.KeyInstance=i.KeyContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class KeyContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={fleetSid:i,sid:n};this._uri=`/Fleets/${i}/Keys/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new KeyInstance(n,e,i._solution.fleetSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["deviceSid"]!==undefined)n["DeviceSid"]=e["deviceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new KeyInstance(o,e,r._solution.fleetSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyContextImpl=KeyContextImpl;class KeyInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.url=i.url;this.friendlyName=i.friendly_name;this.fleetSid=i.fleet_sid;this.accountSid=i.account_sid;this.deviceSid=i.device_sid;this.secret=i.secret;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this._solution={fleetSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new KeyContextImpl(this._version,this._solution.fleetSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,url:this.url,friendlyName:this.friendlyName,fleetSid:this.fleetSid,accountSid:this.accountSid,deviceSid:this.deviceSid,secret:this.secret,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyInstance=KeyInstance;function KeyListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'fleetSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new KeyContextImpl(e,i,n)};instance._version=e;instance._solution={fleetSid:i};instance._uri=`/Fleets/${i}/Keys`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["deviceSid"]!==undefined)s["DeviceSid"]=i["deviceSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new KeyInstance(o,e,instance._solution.fleetSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["deviceSid"]!==undefined)s["DeviceSid"]=i["deviceSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new KeyPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new KeyPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.KeyListInstance=KeyListInstance;class KeyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new KeyInstance(this._version,e,this._solution.fleetSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.KeyPage=KeyPage},2676:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AuthorizationDocumentPage=i.AuthorizationDocumentListInstance=i.AuthorizationDocumentInstance=i.AuthorizationDocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(60310);class AuthorizationDocumentContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/AuthorizationDocuments/${i}`}get dependentHostedNumberOrders(){this._dependentHostedNumberOrders=this._dependentHostedNumberOrders||(0,f.DependentHostedNumberOrderListInstance)(this._version,this._solution.sid);return this._dependentHostedNumberOrders}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AuthorizationDocumentInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["hostedNumberOrderSids"]!==undefined)n["HostedNumberOrderSids"]=c.map(e["hostedNumberOrderSids"],(e=>e));if(e["addressSid"]!==undefined)n["AddressSid"]=e["addressSid"];if(e["email"]!==undefined)n["Email"]=e["email"];if(e["ccEmails"]!==undefined)n["CcEmails"]=c.map(e["ccEmails"],(e=>e));if(e["status"]!==undefined)n["Status"]=e["status"];if(e["contactTitle"]!==undefined)n["ContactTitle"]=e["contactTitle"];if(e["contactPhoneNumber"]!==undefined)n["ContactPhoneNumber"]=e["contactPhoneNumber"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AuthorizationDocumentInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentContextImpl=AuthorizationDocumentContextImpl;class AuthorizationDocumentInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.addressSid=i.address_sid;this.status=i.status;this.email=i.email;this.ccEmails=i.cc_emails;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AuthorizationDocumentContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}dependentHostedNumberOrders(){return this._proxy.dependentHostedNumberOrders}toJSON(){return{sid:this.sid,addressSid:this.addressSid,status:this.status,email:this.email,ccEmails:this.ccEmails,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentInstance=AuthorizationDocumentInstance;function AuthorizationDocumentListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AuthorizationDocumentContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/AuthorizationDocuments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["hostedNumberOrderSids"]===null||i["hostedNumberOrderSids"]===undefined){throw new Error("Required parameter \"params['hostedNumberOrderSids']\" missing.")}if(i["addressSid"]===null||i["addressSid"]===undefined){throw new Error("Required parameter \"params['addressSid']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}if(i["contactTitle"]===null||i["contactTitle"]===undefined){throw new Error("Required parameter \"params['contactTitle']\" missing.")}if(i["contactPhoneNumber"]===null||i["contactPhoneNumber"]===undefined){throw new Error("Required parameter \"params['contactPhoneNumber']\" missing.")}let s={};s["HostedNumberOrderSids"]=c.map(i["hostedNumberOrderSids"],(e=>e));s["AddressSid"]=i["addressSid"];s["Email"]=i["email"];s["ContactTitle"]=i["contactTitle"];s["ContactPhoneNumber"]=i["contactPhoneNumber"];if(i["ccEmails"]!==undefined)s["CcEmails"]=c.map(i["ccEmails"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AuthorizationDocumentInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["email"]!==undefined)s["Email"]=i["email"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AuthorizationDocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AuthorizationDocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AuthorizationDocumentListInstance=AuthorizationDocumentListInstance;class AuthorizationDocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AuthorizationDocumentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AuthorizationDocumentPage=AuthorizationDocumentPage},60310:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DependentHostedNumberOrderPage=i.DependentHostedNumberOrderInstance=i.DependentHostedNumberOrderListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function DependentHostedNumberOrderListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'signingDocumentSid' is not valid.")}const n={};n._version=e;n._solution={signingDocumentSid:i};n._uri=`/AuthorizationDocuments/${i}/DependentHostedNumberOrders`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["status"]!==undefined)r["Status"]=i["status"];if(i["phoneNumber"]!==undefined)r["PhoneNumber"]=i["phoneNumber"];if(i["incomingPhoneNumberSid"]!==undefined)r["IncomingPhoneNumberSid"]=i["incomingPhoneNumberSid"];if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)r["UniqueName"]=i["uniqueName"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new DependentHostedNumberOrderPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new DependentHostedNumberOrderPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.DependentHostedNumberOrderListInstance=DependentHostedNumberOrderListInstance;class DependentHostedNumberOrderInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.incomingPhoneNumberSid=i.incoming_phone_number_sid;this.addressSid=i.address_sid;this.signingDocumentSid=i.signing_document_sid;this.phoneNumber=i.phone_number;this.capabilities=i.capabilities;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.status=i.status;this.failureReason=i.failure_reason;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.verificationAttempts=a.integer(i.verification_attempts);this.email=i.email;this.ccEmails=i.cc_emails;this.verificationType=i.verification_type;this.verificationDocumentSid=i.verification_document_sid;this.extension=i.extension;this.callDelay=a.integer(i.call_delay);this.verificationCode=i.verification_code;this.verificationCallSids=i.verification_call_sids}toJSON(){return{sid:this.sid,accountSid:this.accountSid,incomingPhoneNumberSid:this.incomingPhoneNumberSid,addressSid:this.addressSid,signingDocumentSid:this.signingDocumentSid,phoneNumber:this.phoneNumber,capabilities:this.capabilities,friendlyName:this.friendlyName,uniqueName:this.uniqueName,status:this.status,failureReason:this.failureReason,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,verificationAttempts:this.verificationAttempts,email:this.email,ccEmails:this.ccEmails,verificationType:this.verificationType,verificationDocumentSid:this.verificationDocumentSid,extension:this.extension,callDelay:this.callDelay,verificationCode:this.verificationCode,verificationCallSids:this.verificationCallSids}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentHostedNumberOrderInstance=DependentHostedNumberOrderInstance;class DependentHostedNumberOrderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DependentHostedNumberOrderInstance(this._version,e,this._solution.signingDocumentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DependentHostedNumberOrderPage=DependentHostedNumberOrderPage},95372:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.HostedNumberOrderPage=i.HostedNumberOrderListInstance=i.HostedNumberOrderInstance=i.HostedNumberOrderContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class HostedNumberOrderContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/HostedNumberOrders/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new HostedNumberOrderInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["email"]!==undefined)n["Email"]=e["email"];if(e["ccEmails"]!==undefined)n["CcEmails"]=c.map(e["ccEmails"],(e=>e));if(e["status"]!==undefined)n["Status"]=e["status"];if(e["verificationCode"]!==undefined)n["VerificationCode"]=e["verificationCode"];if(e["verificationType"]!==undefined)n["VerificationType"]=e["verificationType"];if(e["verificationDocumentSid"]!==undefined)n["VerificationDocumentSid"]=e["verificationDocumentSid"];if(e["extension"]!==undefined)n["Extension"]=e["extension"];if(e["callDelay"]!==undefined)n["CallDelay"]=e["callDelay"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new HostedNumberOrderInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderContextImpl=HostedNumberOrderContextImpl;class HostedNumberOrderInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.incomingPhoneNumberSid=i.incoming_phone_number_sid;this.addressSid=i.address_sid;this.signingDocumentSid=i.signing_document_sid;this.phoneNumber=i.phone_number;this.capabilities=i.capabilities;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.status=i.status;this.failureReason=i.failure_reason;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.verificationAttempts=a.integer(i.verification_attempts);this.email=i.email;this.ccEmails=i.cc_emails;this.url=i.url;this.verificationType=i.verification_type;this.verificationDocumentSid=i.verification_document_sid;this.extension=i.extension;this.callDelay=a.integer(i.call_delay);this.verificationCode=i.verification_code;this.verificationCallSids=i.verification_call_sids;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new HostedNumberOrderContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,incomingPhoneNumberSid:this.incomingPhoneNumberSid,addressSid:this.addressSid,signingDocumentSid:this.signingDocumentSid,phoneNumber:this.phoneNumber,capabilities:this.capabilities,friendlyName:this.friendlyName,uniqueName:this.uniqueName,status:this.status,failureReason:this.failureReason,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,verificationAttempts:this.verificationAttempts,email:this.email,ccEmails:this.ccEmails,url:this.url,verificationType:this.verificationType,verificationDocumentSid:this.verificationDocumentSid,extension:this.extension,callDelay:this.callDelay,verificationCode:this.verificationCode,verificationCallSids:this.verificationCallSids}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderInstance=HostedNumberOrderInstance;function HostedNumberOrderListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new HostedNumberOrderContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/HostedNumberOrders`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}if(i["smsCapability"]===null||i["smsCapability"]===undefined){throw new Error("Required parameter \"params['smsCapability']\" missing.")}let s={};s["PhoneNumber"]=i["phoneNumber"];s["SmsCapability"]=c.bool(i["smsCapability"]);if(i["accountSid"]!==undefined)s["AccountSid"]=i["accountSid"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["ccEmails"]!==undefined)s["CcEmails"]=c.map(i["ccEmails"],(e=>e));if(i["smsUrl"]!==undefined)s["SmsUrl"]=i["smsUrl"];if(i["smsMethod"]!==undefined)s["SmsMethod"]=i["smsMethod"];if(i["smsFallbackUrl"]!==undefined)s["SmsFallbackUrl"]=i["smsFallbackUrl"];if(i["smsFallbackMethod"]!==undefined)s["SmsFallbackMethod"]=i["smsFallbackMethod"];if(i["statusCallbackUrl"]!==undefined)s["StatusCallbackUrl"]=i["statusCallbackUrl"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["smsApplicationSid"]!==undefined)s["SmsApplicationSid"]=i["smsApplicationSid"];if(i["addressSid"]!==undefined)s["AddressSid"]=i["addressSid"];if(i["email"]!==undefined)s["Email"]=i["email"];if(i["verificationType"]!==undefined)s["VerificationType"]=i["verificationType"];if(i["verificationDocumentSid"]!==undefined)s["VerificationDocumentSid"]=i["verificationDocumentSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new HostedNumberOrderInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["incomingPhoneNumberSid"]!==undefined)s["IncomingPhoneNumberSid"]=i["incomingPhoneNumberSid"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new HostedNumberOrderPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new HostedNumberOrderPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.HostedNumberOrderListInstance=HostedNumberOrderListInstance;class HostedNumberOrderPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new HostedNumberOrderInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HostedNumberOrderPage=HostedNumberOrderPage},55988:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AvailableAddOnPage=i.AvailableAddOnListInstance=i.AvailableAddOnInstance=i.AvailableAddOnContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(71509);class AvailableAddOnContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/AvailableAddOns/${i}`}get extensions(){this._extensions=this._extensions||(0,f.AvailableAddOnExtensionListInstance)(this._version,this._solution.sid);return this._extensions}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AvailableAddOnInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnContextImpl=AvailableAddOnContextImpl;class AvailableAddOnInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.description=i.description;this.pricingType=i.pricing_type;this.configurationSchema=i.configuration_schema;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new AvailableAddOnContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}extensions(){return this._proxy.extensions}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,description:this.description,pricingType:this.pricingType,configurationSchema:this.configurationSchema,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnInstance=AvailableAddOnInstance;function AvailableAddOnListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new AvailableAddOnContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/AvailableAddOns`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AvailableAddOnPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AvailableAddOnPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AvailableAddOnListInstance=AvailableAddOnListInstance;class AvailableAddOnPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AvailableAddOnInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnPage=AvailableAddOnPage},71509:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AvailableAddOnExtensionPage=i.AvailableAddOnExtensionListInstance=i.AvailableAddOnExtensionInstance=i.AvailableAddOnExtensionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AvailableAddOnExtensionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'availableAddOnSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={availableAddOnSid:i,sid:n};this._uri=`/AvailableAddOns/${i}/Extensions/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AvailableAddOnExtensionInstance(n,e,i._solution.availableAddOnSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnExtensionContextImpl=AvailableAddOnExtensionContextImpl;class AvailableAddOnExtensionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.availableAddOnSid=i.available_add_on_sid;this.friendlyName=i.friendly_name;this.productName=i.product_name;this.uniqueName=i.unique_name;this.url=i.url;this._solution={availableAddOnSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new AvailableAddOnExtensionContextImpl(this._version,this._solution.availableAddOnSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,availableAddOnSid:this.availableAddOnSid,friendlyName:this.friendlyName,productName:this.productName,uniqueName:this.uniqueName,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnExtensionInstance=AvailableAddOnExtensionInstance;function AvailableAddOnExtensionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'availableAddOnSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AvailableAddOnExtensionContextImpl(e,i,n)};instance._version=e;instance._solution={availableAddOnSid:i};instance._uri=`/AvailableAddOns/${i}/Extensions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AvailableAddOnExtensionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AvailableAddOnExtensionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AvailableAddOnExtensionListInstance=AvailableAddOnExtensionListInstance;class AvailableAddOnExtensionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AvailableAddOnExtensionInstance(this._version,e,this._solution.availableAddOnSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AvailableAddOnExtensionPage=AvailableAddOnExtensionPage},74874:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InstalledAddOnPage=i.InstalledAddOnListInstance=i.InstalledAddOnInstance=i.InstalledAddOnContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(20517);class InstalledAddOnContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/InstalledAddOns/${i}`}get extensions(){this._extensions=this._extensions||(0,f.InstalledAddOnExtensionListInstance)(this._version,this._solution.sid);return this._extensions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InstalledAddOnInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["configuration"]!==undefined)n["Configuration"]=c.object(e["configuration"]);if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InstalledAddOnInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnContextImpl=InstalledAddOnContextImpl;class InstalledAddOnInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.description=i.description;this.configuration=i.configuration;this.uniqueName=i.unique_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new InstalledAddOnContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}extensions(){return this._proxy.extensions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,description:this.description,configuration:this.configuration,uniqueName:this.uniqueName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnInstance=InstalledAddOnInstance;function InstalledAddOnListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new InstalledAddOnContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/InstalledAddOns`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["availableAddOnSid"]===null||i["availableAddOnSid"]===undefined){throw new Error("Required parameter \"params['availableAddOnSid']\" missing.")}if(i["acceptTermsOfService"]===null||i["acceptTermsOfService"]===undefined){throw new Error("Required parameter \"params['acceptTermsOfService']\" missing.")}let s={};s["AvailableAddOnSid"]=i["availableAddOnSid"];s["AcceptTermsOfService"]=c.bool(i["acceptTermsOfService"]);if(i["configuration"]!==undefined)s["Configuration"]=c.object(i["configuration"]);if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new InstalledAddOnInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InstalledAddOnPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InstalledAddOnPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InstalledAddOnListInstance=InstalledAddOnListInstance;class InstalledAddOnPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InstalledAddOnInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnPage=InstalledAddOnPage},20517:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InstalledAddOnExtensionPage=i.InstalledAddOnExtensionListInstance=i.InstalledAddOnExtensionInstance=i.InstalledAddOnExtensionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InstalledAddOnExtensionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'installedAddOnSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={installedAddOnSid:i,sid:n};this._uri=`/InstalledAddOns/${i}/Extensions/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InstalledAddOnExtensionInstance(n,e,i._solution.installedAddOnSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["enabled"]===null||e["enabled"]===undefined){throw new Error("Required parameter \"params['enabled']\" missing.")}let n={};n["Enabled"]=c.bool(e["enabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new InstalledAddOnExtensionInstance(o,e,r._solution.installedAddOnSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnExtensionContextImpl=InstalledAddOnExtensionContextImpl;class InstalledAddOnExtensionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.installedAddOnSid=i.installed_add_on_sid;this.friendlyName=i.friendly_name;this.productName=i.product_name;this.uniqueName=i.unique_name;this.enabled=i.enabled;this.url=i.url;this._solution={installedAddOnSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new InstalledAddOnExtensionContextImpl(this._version,this._solution.installedAddOnSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,installedAddOnSid:this.installedAddOnSid,friendlyName:this.friendlyName,productName:this.productName,uniqueName:this.uniqueName,enabled:this.enabled,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnExtensionInstance=InstalledAddOnExtensionInstance;function InstalledAddOnExtensionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'installedAddOnSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new InstalledAddOnExtensionContextImpl(e,i,n)};instance._version=e;instance._solution={installedAddOnSid:i};instance._uri=`/InstalledAddOns/${i}/Extensions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InstalledAddOnExtensionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InstalledAddOnExtensionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InstalledAddOnExtensionListInstance=InstalledAddOnExtensionListInstance;class InstalledAddOnExtensionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InstalledAddOnExtensionInstance(this._version,e,this._solution.installedAddOnSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InstalledAddOnExtensionPage=InstalledAddOnExtensionPage},53087:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(28234);const _=n(45068);const g=n(47515);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get documents(){this._documents=this._documents||(0,f.DocumentListInstance)(this._version,this._solution.sid);return this._documents}get syncLists(){this._syncLists=this._syncLists||(0,_.SyncListListInstance)(this._version,this._solution.sid);return this._syncLists}get syncMaps(){this._syncMaps=this._syncMaps||(0,g.SyncMapListInstance)(this._version,this._solution.sid);return this._syncMaps}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["reachabilityWebhooksEnabled"]!==undefined)n["ReachabilityWebhooksEnabled"]=c.bool(e["reachabilityWebhooksEnabled"]);if(e["aclEnabled"]!==undefined)n["AclEnabled"]=c.bool(e["aclEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.webhookUrl=i.webhook_url;this.reachabilityWebhooksEnabled=i.reachability_webhooks_enabled;this.aclEnabled=i.acl_enabled;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}documents(){return this._proxy.documents}syncLists(){return this._proxy.syncLists}syncMaps(){return this._proxy.syncMaps}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,webhookUrl:this.webhookUrl,reachabilityWebhooksEnabled:this.reachabilityWebhooksEnabled,aclEnabled:this.aclEnabled,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["webhookUrl"]!==undefined)s["WebhookUrl"]=i["webhookUrl"];if(i["reachabilityWebhooksEnabled"]!==undefined)s["ReachabilityWebhooksEnabled"]=c.bool(i["reachabilityWebhooksEnabled"]);if(i["aclEnabled"]!==undefined)s["AclEnabled"]=c.bool(i["aclEnabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},28234:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DocumentPage=i.DocumentListInstance=i.DocumentInstance=i.DocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(58236);class DocumentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Documents/${n}`}get documentPermissions(){this._documentPermissions=this._documentPermissions||(0,f.DocumentPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._documentPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DocumentInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["data"]===null||e["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let n={};n["Data"]=c.object(e["data"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DocumentInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentContextImpl=DocumentContextImpl;class DocumentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.data=i.data;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DocumentContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}documentPermissions(){return this._proxy.documentPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,data:this.data,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentInstance=DocumentInstance;function DocumentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DocumentContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Documents`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["data"]!==undefined)s["Data"]=c.object(i["data"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DocumentInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DocumentListInstance=DocumentListInstance;class DocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DocumentInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPage=DocumentPage},58236:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DocumentPermissionPage=i.DocumentPermissionListInstance=i.DocumentPermissionInstance=i.DocumentPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DocumentPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'documentSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,documentSid:n,identity:s};this._uri=`/Services/${i}/Documents/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DocumentPermissionInstance(n,e,i._solution.serviceSid,i._solution.documentSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DocumentPermissionInstance(o,e,r._solution.serviceSid,r._solution.documentSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionContextImpl=DocumentPermissionContextImpl;class DocumentPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.documentSid=i.document_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,documentSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new DocumentPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.documentSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,documentSid:this.documentSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionInstance=DocumentPermissionInstance;function DocumentPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'documentSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new DocumentPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,documentSid:n};instance._uri=`/Services/${i}/Documents/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DocumentPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DocumentPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DocumentPermissionListInstance=DocumentPermissionListInstance;class DocumentPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DocumentPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.documentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionPage=DocumentPermissionPage},45068:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListPage=i.SyncListListInstance=i.SyncListInstance=i.SyncListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(58940);const _=n(14413);class SyncListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Lists/${n}`}get syncListItems(){this._syncListItems=this._syncListItems||(0,f.SyncListItemListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncListItems}get syncListPermissions(){this._syncListPermissions=this._syncListPermissions||(0,_.SyncListPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncListPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListContextImpl=SyncListContextImpl;class SyncListInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SyncListContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}syncListItems(){return this._proxy.syncListItems}syncListPermissions(){return this._proxy.syncListPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListInstance=SyncListInstance;function SyncListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SyncListContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Lists`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncListInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListListInstance=SyncListListInstance;class SyncListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPage=SyncListPage},58940:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListItemPage=i.SyncListItemListInstance=i.SyncListItemInstance=i.SyncListItemContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncListItemContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'index' is not valid.")}this._solution={serviceSid:i,listSid:n,index:s};this._uri=`/Services/${i}/Lists/${n}/Items/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListItemInstance(n,e,i._solution.serviceSid,i._solution.listSid,i._solution.index)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["data"]===null||e["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let n={};n["Data"]=c.object(e["data"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncListItemInstance(o,e,r._solution.serviceSid,r._solution.listSid,r._solution.index)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemContextImpl=SyncListItemContextImpl;class SyncListItemInstance{constructor(e,i,n,s,r){this._version=e;this.index=a.integer(i.index);this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.listSid=i.list_sid;this.url=i.url;this.revision=i.revision;this.data=i.data;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,listSid:s,index:r||this.index}}get _proxy(){this._context=this._context||new SyncListItemContextImpl(this._version,this._solution.serviceSid,this._solution.listSid,this._solution.index);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{index:this.index,accountSid:this.accountSid,serviceSid:this.serviceSid,listSid:this.listSid,url:this.url,revision:this.revision,data:this.data,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemInstance=SyncListItemInstance;function SyncListItemListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncListItemContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,listSid:n};instance._uri=`/Services/${i}/Lists/${n}/Items`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["data"]===null||i["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let s={};s["Data"]=c.object(i["data"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncListItemInstance(o,e,instance._solution.serviceSid,instance._solution.listSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["bounds"]!==undefined)s["Bounds"]=i["bounds"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListItemPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListItemPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListItemListInstance=SyncListItemListInstance;class SyncListItemPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListItemInstance(this._version,e,this._solution.serviceSid,this._solution.listSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemPage=SyncListItemPage},14413:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListPermissionPage=i.SyncListPermissionListInstance=i.SyncListPermissionInstance=i.SyncListPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncListPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,listSid:n,identity:s};this._uri=`/Services/${i}/Lists/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListPermissionInstance(n,e,i._solution.serviceSid,i._solution.listSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncListPermissionInstance(o,e,r._solution.serviceSid,r._solution.listSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionContextImpl=SyncListPermissionContextImpl;class SyncListPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.listSid=i.list_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,listSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new SyncListPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.listSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,listSid:this.listSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionInstance=SyncListPermissionInstance;function SyncListPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncListPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,listSid:n};instance._uri=`/Services/${i}/Lists/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListPermissionListInstance=SyncListPermissionListInstance;class SyncListPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.listSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionPage=SyncListPermissionPage},47515:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapPage=i.SyncMapListInstance=i.SyncMapInstance=i.SyncMapContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(76296);const _=n(51290);class SyncMapContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Maps/${n}`}get syncMapItems(){this._syncMapItems=this._syncMapItems||(0,f.SyncMapItemListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncMapItems}get syncMapPermissions(){this._syncMapPermissions=this._syncMapPermissions||(0,_.SyncMapPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncMapPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapContextImpl=SyncMapContextImpl;class SyncMapInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SyncMapContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}syncMapItems(){return this._proxy.syncMapItems}syncMapPermissions(){return this._proxy.syncMapPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapInstance=SyncMapInstance;function SyncMapListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SyncMapContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Maps`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncMapInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapListInstance=SyncMapListInstance;class SyncMapPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPage=SyncMapPage},76296:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapItemPage=i.SyncMapItemListInstance=i.SyncMapItemInstance=i.SyncMapItemContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncMapItemContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'key' is not valid.")}this._solution={serviceSid:i,mapSid:n,key:s};this._uri=`/Services/${i}/Maps/${n}/Items/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapItemInstance(n,e,i._solution.serviceSid,i._solution.mapSid,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["data"]===null||e["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let n={};n["Data"]=c.object(e["data"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncMapItemInstance(o,e,r._solution.serviceSid,r._solution.mapSid,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemContextImpl=SyncMapItemContextImpl;class SyncMapItemInstance{constructor(e,i,n,s,r){this._version=e;this.key=i.key;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.mapSid=i.map_sid;this.url=i.url;this.revision=i.revision;this.data=i.data;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,mapSid:s,key:r||this.key}}get _proxy(){this._context=this._context||new SyncMapItemContextImpl(this._version,this._solution.serviceSid,this._solution.mapSid,this._solution.key);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{key:this.key,accountSid:this.accountSid,serviceSid:this.serviceSid,mapSid:this.mapSid,url:this.url,revision:this.revision,data:this.data,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemInstance=SyncMapItemInstance;function SyncMapItemListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncMapItemContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,mapSid:n};instance._uri=`/Services/${i}/Maps/${n}/Items`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["data"]===null||i["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let s={};s["Key"]=i["key"];s["Data"]=c.object(i["data"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncMapItemInstance(o,e,instance._solution.serviceSid,instance._solution.mapSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["bounds"]!==undefined)s["Bounds"]=i["bounds"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapItemPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapItemPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapItemListInstance=SyncMapItemListInstance;class SyncMapItemPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapItemInstance(this._version,e,this._solution.serviceSid,this._solution.mapSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemPage=SyncMapItemPage},51290:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapPermissionPage=i.SyncMapPermissionListInstance=i.SyncMapPermissionInstance=i.SyncMapPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncMapPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,mapSid:n,identity:s};this._uri=`/Services/${i}/Maps/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapPermissionInstance(n,e,i._solution.serviceSid,i._solution.mapSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncMapPermissionInstance(o,e,r._solution.serviceSid,r._solution.mapSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionContextImpl=SyncMapPermissionContextImpl;class SyncMapPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.mapSid=i.map_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,mapSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new SyncMapPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.mapSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,mapSid:this.mapSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionInstance=SyncMapPermissionInstance;function SyncMapPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncMapPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,mapSid:n};instance._uri=`/Services/${i}/Maps/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapPermissionListInstance=SyncMapPermissionListInstance;class SyncMapPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.mapSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionPage=SyncMapPermissionPage},37480:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CommandPage=i.CommandListInstance=i.CommandInstance=i.CommandContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CommandContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Commands/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CommandInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandContextImpl=CommandContextImpl;class CommandInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.deviceSid=i.device_sid;this.simSid=i.sim_sid;this.command=i.command;this.commandMode=i.command_mode;this.status=i.status;this.direction=i.direction;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CommandContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,deviceSid:this.deviceSid,simSid:this.simSid,command:this.command,commandMode:this.commandMode,status:this.status,direction:this.direction,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandInstance=CommandInstance;function CommandListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CommandContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Commands`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["command"]===null||i["command"]===undefined){throw new Error("Required parameter \"params['command']\" missing.")}let s={};s["Command"]=i["command"];if(i["device"]!==undefined)s["Device"]=i["device"];if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["commandMode"]!==undefined)s["CommandMode"]=i["commandMode"];if(i["includeSid"]!==undefined)s["IncludeSid"]=i["includeSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CommandInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["device"]!==undefined)s["Device"]=i["device"];if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["direction"]!==undefined)s["Direction"]=i["direction"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CommandPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CommandPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CommandListInstance=CommandListInstance;class CommandPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CommandInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandPage=CommandPage},44607:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RatePlanPage=i.RatePlanListInstance=i.RatePlanInstance=i.RatePlanContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RatePlanContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RatePlans/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RatePlanInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RatePlanInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanContextImpl=RatePlanContextImpl;class RatePlanInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dataEnabled=i.data_enabled;this.dataMetering=i.data_metering;this.dataLimit=a.integer(i.data_limit);this.messagingEnabled=i.messaging_enabled;this.voiceEnabled=i.voice_enabled;this.nationalRoamingEnabled=i.national_roaming_enabled;this.internationalRoaming=i.international_roaming;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RatePlanContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,friendlyName:this.friendlyName,dataEnabled:this.dataEnabled,dataMetering:this.dataMetering,dataLimit:this.dataLimit,messagingEnabled:this.messagingEnabled,voiceEnabled:this.voiceEnabled,nationalRoamingEnabled:this.nationalRoamingEnabled,internationalRoaming:this.internationalRoaming,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanInstance=RatePlanInstance;function RatePlanListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RatePlanContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RatePlans`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["dataEnabled"]!==undefined)s["DataEnabled"]=c.bool(i["dataEnabled"]);if(i["dataLimit"]!==undefined)s["DataLimit"]=i["dataLimit"];if(i["dataMetering"]!==undefined)s["DataMetering"]=i["dataMetering"];if(i["messagingEnabled"]!==undefined)s["MessagingEnabled"]=c.bool(i["messagingEnabled"]);if(i["voiceEnabled"]!==undefined)s["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["commandsEnabled"]!==undefined)s["CommandsEnabled"]=c.bool(i["commandsEnabled"]);if(i["nationalRoamingEnabled"]!==undefined)s["NationalRoamingEnabled"]=c.bool(i["nationalRoamingEnabled"]);if(i["internationalRoaming"]!==undefined)s["InternationalRoaming"]=c.map(i["internationalRoaming"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RatePlanInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RatePlanPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RatePlanPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RatePlanListInstance=RatePlanListInstance;class RatePlanPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RatePlanInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanPage=RatePlanPage},52633:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SimPage=i.SimListInstance=i.SimInstance=i.SimContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(3593);class SimContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Sims/${i}`}get usage(){this._usage=this._usage||(0,f.UsageListInstance)(this._version,this._solution.sid);return this._usage}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SimInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["callbackMethod"]!==undefined)n["CallbackMethod"]=e["callbackMethod"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["ratePlan"]!==undefined)n["RatePlan"]=e["ratePlan"];if(e["status"]!==undefined)n["Status"]=e["status"];if(e["commandsCallbackMethod"]!==undefined)n["CommandsCallbackMethod"]=e["commandsCallbackMethod"];if(e["commandsCallbackUrl"]!==undefined)n["CommandsCallbackUrl"]=e["commandsCallbackUrl"];if(e["smsFallbackMethod"]!==undefined)n["SmsFallbackMethod"]=e["smsFallbackMethod"];if(e["smsFallbackUrl"]!==undefined)n["SmsFallbackUrl"]=e["smsFallbackUrl"];if(e["smsMethod"]!==undefined)n["SmsMethod"]=e["smsMethod"];if(e["smsUrl"]!==undefined)n["SmsUrl"]=e["smsUrl"];if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SimInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimContextImpl=SimContextImpl;class SimInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.ratePlanSid=i.rate_plan_sid;this.friendlyName=i.friendly_name;this.iccid=i.iccid;this.eId=i.e_id;this.status=i.status;this.commandsCallbackUrl=i.commands_callback_url;this.commandsCallbackMethod=i.commands_callback_method;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SimContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}usage(){return this._proxy.usage}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,ratePlanSid:this.ratePlanSid,friendlyName:this.friendlyName,iccid:this.iccid,eId:this.eId,status:this.status,commandsCallbackUrl:this.commandsCallbackUrl,commandsCallbackMethod:this.commandsCallbackMethod,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimInstance=SimInstance;function SimListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SimContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Sims`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["iccid"]!==undefined)s["Iccid"]=i["iccid"];if(i["ratePlan"]!==undefined)s["RatePlan"]=i["ratePlan"];if(i["eId"]!==undefined)s["EId"]=i["eId"];if(i["simRegistrationCode"]!==undefined)s["SimRegistrationCode"]=i["simRegistrationCode"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SimPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SimPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SimListInstance=SimListInstance;class SimPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SimInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimPage=SimPage},3593:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.UsageListInstance=i.UsageInstance=i.UsageContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class UsageContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}this._solution={simSid:i};this._uri=`/Sims/${i}/Usage`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["end"]!==undefined)n["End"]=e["end"];if(e["start"]!==undefined)n["Start"]=e["start"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new UsageInstance(o,e,r._solution.simSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UsageContextImpl=UsageContextImpl;class UsageInstance{constructor(e,i,n){this._version=e;this.simSid=i.sim_sid;this.simUniqueName=i.sim_unique_name;this.accountSid=i.account_sid;this.period=i.period;this.commandsUsage=i.commands_usage;this.commandsCosts=i.commands_costs;this.dataUsage=i.data_usage;this.dataCosts=i.data_costs;this.url=i.url;this._solution={simSid:n}}get _proxy(){this._context=this._context||new UsageContextImpl(this._version,this._solution.simSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{simSid:this.simSid,simUniqueName:this.simUniqueName,accountSid:this.accountSid,period:this.period,commandsUsage:this.commandsUsage,commandsCosts:this.commandsCosts,dataUsage:this.dataUsage,dataCosts:this.dataCosts,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.UsageInstance=UsageInstance;function UsageListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new UsageContextImpl(e,i)};instance._version=e;instance._solution={simSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.UsageListInstance=UsageListInstance},49274:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(18127);const a=n(23755);const c=n(43878);class V1 extends r.default{constructor(e){super(e,"v1")}get messaging(){this._messaging=this._messaging||(0,o.MessagingListInstance)(this);return this._messaging}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,a.PhoneNumberListInstance)(this);return this._phoneNumbers}get voice(){this._voice=this._voice||(0,c.VoiceListInstance)(this);return this._voice}}i["default"]=V1},27068:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(61882);const a=n(54618);const c=n(55726);class V2 extends r.default{constructor(e){super(e,"v2")}get countries(){this._countries=this._countries||(0,o.CountryListInstance)(this);return this._countries}get numbers(){this._numbers=this._numbers||(0,a.NumberListInstance)(this);return this._numbers}get voice(){this._voice=this._voice||(0,c.VoiceListInstance)(this);return this._voice}}i["default"]=V2},18127:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.MessagingListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(61788);function MessagingListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Messaging`;Object.defineProperty(i,"countries",{get:function countries(){if(!i._countries){i._countries=(0,a.CountryListInstance)(i._version)}return i._countries}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.MessagingListInstance=MessagingListInstance},61788:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=i.PricingV1MessagingMessagingCountryInstanceOutboundSmsPricesPrices=i.PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices=i.PricingV1MessagingMessagingCountryInstanceInboundSmsPrices=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PricingV1MessagingMessagingCountryInstanceInboundSmsPrices{}i.PricingV1MessagingMessagingCountryInstanceInboundSmsPrices=PricingV1MessagingMessagingCountryInstanceInboundSmsPrices;class PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices{}i.PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices=PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices;class PricingV1MessagingMessagingCountryInstanceOutboundSmsPricesPrices{}i.PricingV1MessagingMessagingCountryInstanceOutboundSmsPricesPrices=PricingV1MessagingMessagingCountryInstanceOutboundSmsPricesPrices;class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCountry' is not valid.")}this._solution={isoCountry:i};this._uri=`/Messaging/Countries/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCountry)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.country=i.country;this.isoCountry=i.iso_country;this.outboundSmsPrices=i.outbound_sms_prices;this.inboundSmsPrices=i.inbound_sms_prices;this.priceUnit=i.price_unit;this.url=i.url;this._solution={isoCountry:n||this.isoCountry}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCountry);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{country:this.country,isoCountry:this.isoCountry,outboundSmsPrices:this.outboundSmsPrices,inboundSmsPrices:this.inboundSmsPrices,priceUnit:this.priceUnit,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Messaging/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},23755:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(939);function PhoneNumberListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/PhoneNumbers`;Object.defineProperty(i,"countries",{get:function countries(){if(!i._countries){i._countries=(0,a.CountryListInstance)(i._version)}return i._countries}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.PhoneNumberListInstance=PhoneNumberListInstance},939:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=i.PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices{}i.PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices=PricingV1PhoneNumberPhoneNumberCountryInstancePhoneNumberPrices;class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCountry' is not valid.")}this._solution={isoCountry:i};this._uri=`/PhoneNumbers/Countries/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCountry)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.country=i.country;this.isoCountry=i.iso_country;this.phoneNumberPrices=i.phone_number_prices;this.priceUnit=i.price_unit;this.url=i.url;this._solution={isoCountry:n||this.isoCountry}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCountry);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{country:this.country,isoCountry:this.isoCountry,phoneNumberPrices:this.phoneNumberPrices,priceUnit:this.priceUnit,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/PhoneNumbers/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},43878:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.VoiceListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(35533);const c=n(24475);function VoiceListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Voice`;Object.defineProperty(i,"countries",{get:function countries(){if(!i._countries){i._countries=(0,a.CountryListInstance)(i._version)}return i._countries}});Object.defineProperty(i,"numbers",{get:function numbers(){if(!i._numbers){i._numbers=(0,c.NumberListInstance)(i._version)}return i._numbers}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.VoiceListInstance=VoiceListInstance},35533:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=i.PricingV1VoiceVoiceCountryInstanceOutboundPrefixPrices=i.PricingV1VoiceVoiceCountryInstanceInboundCallPrices=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PricingV1VoiceVoiceCountryInstanceInboundCallPrices{}i.PricingV1VoiceVoiceCountryInstanceInboundCallPrices=PricingV1VoiceVoiceCountryInstanceInboundCallPrices;class PricingV1VoiceVoiceCountryInstanceOutboundPrefixPrices{}i.PricingV1VoiceVoiceCountryInstanceOutboundPrefixPrices=PricingV1VoiceVoiceCountryInstanceOutboundPrefixPrices;class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCountry' is not valid.")}this._solution={isoCountry:i};this._uri=`/Voice/Countries/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCountry)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.country=i.country;this.isoCountry=i.iso_country;this.outboundPrefixPrices=i.outbound_prefix_prices;this.inboundCallPrices=i.inbound_call_prices;this.priceUnit=i.price_unit;this.url=i.url;this._solution={isoCountry:n||this.isoCountry}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCountry);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{country:this.country,isoCountry:this.isoCountry,outboundPrefixPrices:this.outboundPrefixPrices,inboundCallPrices:this.inboundCallPrices,priceUnit:this.priceUnit,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Voice/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},24475:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NumberListInstance=i.NumberInstance=i.NumberContextImpl=i.PricingV1VoiceVoiceNumberOutboundCallPrice=i.PricingV1VoiceVoiceNumberInboundCallPrice=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PricingV1VoiceVoiceNumberInboundCallPrice{}i.PricingV1VoiceVoiceNumberInboundCallPrice=PricingV1VoiceVoiceNumberInboundCallPrice;class PricingV1VoiceVoiceNumberOutboundCallPrice{}i.PricingV1VoiceVoiceNumberOutboundCallPrice=PricingV1VoiceVoiceNumberOutboundCallPrice;class NumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'number' is not valid.")}this._solution={number:i};this._uri=`/Voice/Numbers/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NumberInstance(n,e,i._solution.number)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberContextImpl=NumberContextImpl;class NumberInstance{constructor(e,i,n){this._version=e;this.number=i.number;this.country=i.country;this.isoCountry=i.iso_country;this.outboundCallPrice=i.outbound_call_price;this.inboundCallPrice=i.inbound_call_price;this.priceUnit=i.price_unit;this.url=i.url;this._solution={number:n||this.number}}get _proxy(){this._context=this._context||new NumberContextImpl(this._version,this._solution.number);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{number:this.number,country:this.country,isoCountry:this.isoCountry,outboundCallPrice:this.outboundCallPrice,inboundCallPrice:this.inboundCallPrice,priceUnit:this.priceUnit,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberInstance=NumberInstance;function NumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new NumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.NumberListInstance=NumberListInstance},61882:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=i.PricingV2TrunkingCountryInstanceOriginatingCallPrices=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PricingV2TrunkingCountryInstanceOriginatingCallPrices{}i.PricingV2TrunkingCountryInstanceOriginatingCallPrices=PricingV2TrunkingCountryInstanceOriginatingCallPrices;class PricingV2TrunkingCountryInstanceTerminatingPrefixPrices{}i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=PricingV2TrunkingCountryInstanceTerminatingPrefixPrices;class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCountry' is not valid.")}this._solution={isoCountry:i};this._uri=`/Trunking/Countries/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCountry)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.country=i.country;this.isoCountry=i.iso_country;this.terminatingPrefixPrices=i.terminating_prefix_prices;this.originatingCallPrices=i.originating_call_prices;this.priceUnit=i.price_unit;this.url=i.url;this._solution={isoCountry:n||this.isoCountry}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCountry);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{country:this.country,isoCountry:this.isoCountry,terminatingPrefixPrices:this.terminatingPrefixPrices,originatingCallPrices:this.originatingCallPrices,priceUnit:this.priceUnit,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Trunking/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},54618:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NumberListInstance=i.NumberInstance=i.NumberContextImpl=i.PricingV2TrunkingNumberOriginatingCallPrice=i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PricingV2TrunkingCountryInstanceTerminatingPrefixPrices{}i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=PricingV2TrunkingCountryInstanceTerminatingPrefixPrices;class PricingV2TrunkingNumberOriginatingCallPrice{}i.PricingV2TrunkingNumberOriginatingCallPrice=PricingV2TrunkingNumberOriginatingCallPrice;class NumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'destinationNumber' is not valid.")}this._solution={destinationNumber:i};this._uri=`/Trunking/Numbers/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["originationNumber"]!==undefined)n["OriginationNumber"]=e["originationNumber"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new NumberInstance(o,e,r._solution.destinationNumber)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberContextImpl=NumberContextImpl;class NumberInstance{constructor(e,i,n){this._version=e;this.destinationNumber=i.destination_number;this.originationNumber=i.origination_number;this.country=i.country;this.isoCountry=i.iso_country;this.terminatingPrefixPrices=i.terminating_prefix_prices;this.originatingCallPrice=i.originating_call_price;this.priceUnit=i.price_unit;this.url=i.url;this._solution={destinationNumber:n||this.destinationNumber}}get _proxy(){this._context=this._context||new NumberContextImpl(this._version,this._solution.destinationNumber);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{destinationNumber:this.destinationNumber,originationNumber:this.originationNumber,country:this.country,isoCountry:this.isoCountry,terminatingPrefixPrices:this.terminatingPrefixPrices,originatingCallPrice:this.originatingCallPrice,priceUnit:this.priceUnit,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberInstance=NumberInstance;function NumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new NumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.NumberListInstance=NumberListInstance},55726:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.VoiceListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(37100);const c=n(83009);function VoiceListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Voice`;Object.defineProperty(i,"countries",{get:function countries(){if(!i._countries){i._countries=(0,a.CountryListInstance)(i._version)}return i._countries}});Object.defineProperty(i,"numbers",{get:function numbers(){if(!i._numbers){i._numbers=(0,c.NumberListInstance)(i._version)}return i._numbers}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.VoiceListInstance=VoiceListInstance},37100:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=i.PricingV2TrunkingCountryInstanceOriginatingCallPrices=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PricingV2TrunkingCountryInstanceOriginatingCallPrices{}i.PricingV2TrunkingCountryInstanceOriginatingCallPrices=PricingV2TrunkingCountryInstanceOriginatingCallPrices;class PricingV2TrunkingCountryInstanceTerminatingPrefixPrices{}i.PricingV2TrunkingCountryInstanceTerminatingPrefixPrices=PricingV2TrunkingCountryInstanceTerminatingPrefixPrices;class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCountry' is not valid.")}this._solution={isoCountry:i};this._uri=`/Voice/Countries/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCountry)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.country=i.country;this.isoCountry=i.iso_country;this.outboundPrefixPrices=i.outbound_prefix_prices;this.inboundCallPrices=i.inbound_call_prices;this.priceUnit=i.price_unit;this.url=i.url;this._solution={isoCountry:n||this.isoCountry}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCountry);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{country:this.country,isoCountry:this.isoCountry,outboundPrefixPrices:this.outboundPrefixPrices,inboundCallPrices:this.inboundCallPrices,priceUnit:this.priceUnit,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Voice/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},83009:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NumberListInstance=i.NumberInstance=i.NumberContextImpl=i.PricingV2VoiceVoiceNumberOutboundCallPrices=i.PricingV2VoiceVoiceNumberInboundCallPrice=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PricingV2VoiceVoiceNumberInboundCallPrice{}i.PricingV2VoiceVoiceNumberInboundCallPrice=PricingV2VoiceVoiceNumberInboundCallPrice;class PricingV2VoiceVoiceNumberOutboundCallPrices{}i.PricingV2VoiceVoiceNumberOutboundCallPrices=PricingV2VoiceVoiceNumberOutboundCallPrices;class NumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'destinationNumber' is not valid.")}this._solution={destinationNumber:i};this._uri=`/Voice/Numbers/${i}`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["originationNumber"]!==undefined)n["OriginationNumber"]=e["originationNumber"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new NumberInstance(o,e,r._solution.destinationNumber)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberContextImpl=NumberContextImpl;class NumberInstance{constructor(e,i,n){this._version=e;this.destinationNumber=i.destination_number;this.originationNumber=i.origination_number;this.country=i.country;this.isoCountry=i.iso_country;this.outboundCallPrices=i.outbound_call_prices;this.inboundCallPrice=i.inbound_call_price;this.priceUnit=i.price_unit;this.url=i.url;this._solution={destinationNumber:n||this.destinationNumber}}get _proxy(){this._context=this._context||new NumberContextImpl(this._version,this._solution.destinationNumber);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{destinationNumber:this.destinationNumber,originationNumber:this.originationNumber,country:this.country,isoCountry:this.isoCountry,outboundCallPrices:this.outboundCallPrices,inboundCallPrice:this.inboundCallPrice,priceUnit:this.priceUnit,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NumberInstance=NumberInstance;function NumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new NumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.NumberListInstance=NumberListInstance},3986:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(44606);class V1 extends r.default{constructor(e){super(e,"v1")}get services(){this._services=this._services||(0,o.ServiceListInstance)(this);return this._services}}i["default"]=V1},44606:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(70694);const _=n(1232);const g=n(16320);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,f.PhoneNumberListInstance)(this._version,this._solution.sid);return this._phoneNumbers}get sessions(){this._sessions=this._sessions||(0,_.SessionListInstance)(this._version,this._solution.sid);return this._sessions}get shortCodes(){this._shortCodes=this._shortCodes||(0,g.ShortCodeListInstance)(this._version,this._solution.sid);return this._shortCodes}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["defaultTtl"]!==undefined)n["DefaultTtl"]=e["defaultTtl"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["geoMatchLevel"]!==undefined)n["GeoMatchLevel"]=e["geoMatchLevel"];if(e["numberSelectionBehavior"]!==undefined)n["NumberSelectionBehavior"]=e["numberSelectionBehavior"];if(e["interceptCallbackUrl"]!==undefined)n["InterceptCallbackUrl"]=e["interceptCallbackUrl"];if(e["outOfSessionCallbackUrl"]!==undefined)n["OutOfSessionCallbackUrl"]=e["outOfSessionCallbackUrl"];if(e["chatInstanceSid"]!==undefined)n["ChatInstanceSid"]=e["chatInstanceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.chatInstanceSid=i.chat_instance_sid;this.callbackUrl=i.callback_url;this.defaultTtl=a.integer(i.default_ttl);this.numberSelectionBehavior=i.number_selection_behavior;this.geoMatchLevel=i.geo_match_level;this.interceptCallbackUrl=i.intercept_callback_url;this.outOfSessionCallbackUrl=i.out_of_session_callback_url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}phoneNumbers(){return this._proxy.phoneNumbers}sessions(){return this._proxy.sessions}shortCodes(){return this._proxy.shortCodes}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,chatInstanceSid:this.chatInstanceSid,callbackUrl:this.callbackUrl,defaultTtl:this.defaultTtl,numberSelectionBehavior:this.numberSelectionBehavior,geoMatchLevel:this.geoMatchLevel,interceptCallbackUrl:this.interceptCallbackUrl,outOfSessionCallbackUrl:this.outOfSessionCallbackUrl,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["defaultTtl"]!==undefined)s["DefaultTtl"]=i["defaultTtl"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["geoMatchLevel"]!==undefined)s["GeoMatchLevel"]=i["geoMatchLevel"];if(i["numberSelectionBehavior"]!==undefined)s["NumberSelectionBehavior"]=i["numberSelectionBehavior"];if(i["interceptCallbackUrl"]!==undefined)s["InterceptCallbackUrl"]=i["interceptCallbackUrl"];if(i["outOfSessionCallbackUrl"]!==undefined)s["OutOfSessionCallbackUrl"]=i["outOfSessionCallbackUrl"];if(i["chatInstanceSid"]!==undefined)s["ChatInstanceSid"]=i["chatInstanceSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},70694:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberPage=i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PhoneNumberContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/PhoneNumbers/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PhoneNumberInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["isReserved"]!==undefined)n["IsReserved"]=c.bool(e["isReserved"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PhoneNumberInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.phoneNumber=i.phone_number;this.friendlyName=i.friendly_name;this.isoCountry=i.iso_country;this.capabilities=i.capabilities;this.url=i.url;this.isReserved=i.is_reserved;this.inUse=a.integer(i.in_use);this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,phoneNumber:this.phoneNumber,friendlyName:this.friendlyName,isoCountry:this.isoCountry,capabilities:this.capabilities,url:this.url,isReserved:this.isReserved,inUse:this.inUse}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new PhoneNumberContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/PhoneNumbers`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["sid"]!==undefined)s["Sid"]=i["sid"];if(i["phoneNumber"]!==undefined)s["PhoneNumber"]=i["phoneNumber"];if(i["isReserved"]!==undefined)s["IsReserved"]=c.bool(i["isReserved"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new PhoneNumberInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PhoneNumberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PhoneNumberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance;class PhoneNumberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PhoneNumberInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberPage=PhoneNumberPage},1232:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SessionPage=i.SessionListInstance=i.SessionInstance=i.SessionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(887);const _=n(32630);class SessionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Sessions/${n}`}get interactions(){this._interactions=this._interactions||(0,f.InteractionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._interactions}get participants(){this._participants=this._participants||(0,_.ParticipantListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._participants}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SessionInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["dateExpiry"]!==undefined)n["DateExpiry"]=c.iso8601DateTime(e["dateExpiry"]);if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SessionInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SessionContextImpl=SessionContextImpl;class SessionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.dateStarted=a.iso8601DateTime(i.date_started);this.dateEnded=a.iso8601DateTime(i.date_ended);this.dateLastInteraction=a.iso8601DateTime(i.date_last_interaction);this.dateExpiry=a.iso8601DateTime(i.date_expiry);this.uniqueName=i.unique_name;this.status=i.status;this.closedReason=i.closed_reason;this.ttl=a.integer(i.ttl);this.mode=i.mode;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SessionContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}interactions(){return this._proxy.interactions}participants(){return this._proxy.participants}toJSON(){return{sid:this.sid,serviceSid:this.serviceSid,accountSid:this.accountSid,dateStarted:this.dateStarted,dateEnded:this.dateEnded,dateLastInteraction:this.dateLastInteraction,dateExpiry:this.dateExpiry,uniqueName:this.uniqueName,status:this.status,closedReason:this.closedReason,ttl:this.ttl,mode:this.mode,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SessionInstance=SessionInstance;function SessionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SessionContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Sessions`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["dateExpiry"]!==undefined)s["DateExpiry"]=c.iso8601DateTime(i["dateExpiry"]);if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];if(i["mode"]!==undefined)s["Mode"]=i["mode"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["participants"]!==undefined)s["Participants"]=c.map(i["participants"],(e=>c.object(e)));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SessionInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SessionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SessionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SessionListInstance=SessionListInstance;class SessionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SessionInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SessionPage=SessionPage},887:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.InteractionPage=i.InteractionListInstance=i.InteractionInstance=i.InteractionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class InteractionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sessionSid:n,sid:s};this._uri=`/Services/${i}/Sessions/${n}/Interactions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new InteractionInstance(n,e,i._solution.serviceSid,i._solution.sessionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionContextImpl=InteractionContextImpl;class InteractionInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.sessionSid=i.session_sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.data=i.data;this.type=i.type;this.inboundParticipantSid=i.inbound_participant_sid;this.inboundResourceSid=i.inbound_resource_sid;this.inboundResourceStatus=i.inbound_resource_status;this.inboundResourceType=i.inbound_resource_type;this.inboundResourceUrl=i.inbound_resource_url;this.outboundParticipantSid=i.outbound_participant_sid;this.outboundResourceSid=i.outbound_resource_sid;this.outboundResourceStatus=i.outbound_resource_status;this.outboundResourceType=i.outbound_resource_type;this.outboundResourceUrl=i.outbound_resource_url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sessionSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new InteractionContextImpl(this._version,this._solution.serviceSid,this._solution.sessionSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,sessionSid:this.sessionSid,serviceSid:this.serviceSid,accountSid:this.accountSid,data:this.data,type:this.type,inboundParticipantSid:this.inboundParticipantSid,inboundResourceSid:this.inboundResourceSid,inboundResourceStatus:this.inboundResourceStatus,inboundResourceType:this.inboundResourceType,inboundResourceUrl:this.inboundResourceUrl,outboundParticipantSid:this.outboundParticipantSid,outboundResourceSid:this.outboundResourceSid,outboundResourceStatus:this.outboundResourceStatus,outboundResourceType:this.outboundResourceType,outboundResourceUrl:this.outboundResourceUrl,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionInstance=InteractionInstance;function InteractionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new InteractionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,sessionSid:n};instance._uri=`/Services/${i}/Sessions/${n}/Interactions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new InteractionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new InteractionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.InteractionListInstance=InteractionListInstance;class InteractionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new InteractionInstance(this._version,e,this._solution.serviceSid,this._solution.sessionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.InteractionPage=InteractionPage},32630:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(98550);class ParticipantContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sessionSid:n,sid:s};this._uri=`/Services/${i}/Sessions/${n}/Participants/${s}`}get messageInteractions(){this._messageInteractions=this._messageInteractions||(0,f.MessageInteractionListInstance)(this._version,this._solution.serviceSid,this._solution.sessionSid,this._solution.sid);return this._messageInteractions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.serviceSid,i._solution.sessionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.sessionSid=i.session_sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.identifier=i.identifier;this.proxyIdentifier=i.proxy_identifier;this.proxyIdentifierSid=i.proxy_identifier_sid;this.dateDeleted=a.iso8601DateTime(i.date_deleted);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sessionSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.serviceSid,this._solution.sessionSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}messageInteractions(){return this._proxy.messageInteractions}toJSON(){return{sid:this.sid,sessionSid:this.sessionSid,serviceSid:this.serviceSid,accountSid:this.accountSid,friendlyName:this.friendlyName,identifier:this.identifier,proxyIdentifier:this.proxyIdentifier,proxyIdentifierSid:this.proxyIdentifierSid,dateDeleted:this.dateDeleted,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ParticipantContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,sessionSid:n};instance._uri=`/Services/${i}/Sessions/${n}/Participants`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identifier"]===null||i["identifier"]===undefined){throw new Error("Required parameter \"params['identifier']\" missing.")}let s={};s["Identifier"]=i["identifier"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["proxyIdentifier"]!==undefined)s["ProxyIdentifier"]=i["proxyIdentifier"];if(i["proxyIdentifierSid"]!==undefined)s["ProxyIdentifierSid"]=i["proxyIdentifierSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ParticipantInstance(o,e,instance._solution.serviceSid,instance._solution.sessionSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.serviceSid,this._solution.sessionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},98550:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessageInteractionPage=i.MessageInteractionListInstance=i.MessageInteractionInstance=i.MessageInteractionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessageInteractionContextImpl{constructor(e,i,n,s,r){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'participantSid' is not valid.")}if(!(0,u.isValidPathParam)(r)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sessionSid:n,participantSid:s,sid:r};this._uri=`/Services/${i}/Sessions/${n}/Participants/${s}/MessageInteractions/${r}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessageInteractionInstance(n,e,i._solution.serviceSid,i._solution.sessionSid,i._solution.participantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInteractionContextImpl=MessageInteractionContextImpl;class MessageInteractionInstance{constructor(e,i,n,s,r,o){this._version=e;this.sid=i.sid;this.sessionSid=i.session_sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.data=i.data;this.type=i.type;this.participantSid=i.participant_sid;this.inboundParticipantSid=i.inbound_participant_sid;this.inboundResourceSid=i.inbound_resource_sid;this.inboundResourceStatus=i.inbound_resource_status;this.inboundResourceType=i.inbound_resource_type;this.inboundResourceUrl=i.inbound_resource_url;this.outboundParticipantSid=i.outbound_participant_sid;this.outboundResourceSid=i.outbound_resource_sid;this.outboundResourceStatus=i.outbound_resource_status;this.outboundResourceType=i.outbound_resource_type;this.outboundResourceUrl=i.outbound_resource_url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sessionSid:s,participantSid:r,sid:o||this.sid}}get _proxy(){this._context=this._context||new MessageInteractionContextImpl(this._version,this._solution.serviceSid,this._solution.sessionSid,this._solution.participantSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,sessionSid:this.sessionSid,serviceSid:this.serviceSid,accountSid:this.accountSid,data:this.data,type:this.type,participantSid:this.participantSid,inboundParticipantSid:this.inboundParticipantSid,inboundResourceSid:this.inboundResourceSid,inboundResourceStatus:this.inboundResourceStatus,inboundResourceType:this.inboundResourceType,inboundResourceUrl:this.inboundResourceUrl,outboundParticipantSid:this.outboundParticipantSid,outboundResourceSid:this.outboundResourceSid,outboundResourceStatus:this.outboundResourceStatus,outboundResourceType:this.outboundResourceType,outboundResourceUrl:this.outboundResourceUrl,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInteractionInstance=MessageInteractionInstance;function MessageInteractionListInstance(e,i,n,s){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sessionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'participantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(r){return new MessageInteractionContextImpl(e,i,n,s,r)};instance._version=e;instance._solution={serviceSid:i,sessionSid:n,participantSid:s};instance._uri=`/Services/${i}/Sessions/${n}/Participants/${s}/MessageInteractions`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["body"]!==undefined)s["Body"]=i["body"];if(i["mediaUrl"]!==undefined)s["MediaUrl"]=c.map(i["mediaUrl"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessageInteractionInstance(o,e,instance._solution.serviceSid,instance._solution.sessionSid,instance._solution.participantSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessageInteractionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessageInteractionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessageInteractionListInstance=MessageInteractionListInstance;class MessageInteractionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessageInteractionInstance(this._version,e,this._solution.serviceSid,this._solution.sessionSid,this._solution.participantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessageInteractionPage=MessageInteractionPage},16320:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ShortCodePage=i.ShortCodeListInstance=i.ShortCodeInstance=i.ShortCodeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ShortCodeContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/ShortCodes/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ShortCodeInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["isReserved"]!==undefined)n["IsReserved"]=c.bool(e["isReserved"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ShortCodeInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeContextImpl=ShortCodeContextImpl;class ShortCodeInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.shortCode=i.short_code;this.isoCountry=i.iso_country;this.capabilities=i.capabilities;this.url=i.url;this.isReserved=i.is_reserved;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ShortCodeContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,shortCode:this.shortCode,isoCountry:this.isoCountry,capabilities:this.capabilities,url:this.url,isReserved:this.isReserved}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodeInstance=ShortCodeInstance;function ShortCodeListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ShortCodeContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/ShortCodes`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["sid"]===null||i["sid"]===undefined){throw new Error("Required parameter \"params['sid']\" missing.")}let s={};s["Sid"]=i["sid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ShortCodeInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ShortCodePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ShortCodePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ShortCodeListInstance=ShortCodeListInstance;class ShortCodePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ShortCodeInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ShortCodePage=ShortCodePage},61072:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(66750);const a=n(94241);const c=n(71837);class V2 extends r.default{constructor(e){super(e,"v2")}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,o.PhoneNumberListInstance)(this);return this._phoneNumbers}get sipDomains(){this._sipDomains=this._sipDomains||(0,a.SipDomainListInstance)(this);return this._sipDomains}get trunks(){this._trunks=this._trunks||(0,c.TrunkListInstance)(this);return this._trunks}}i["default"]=V2},66750:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class PhoneNumberContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'phoneNumber' is not valid.")}this._solution={phoneNumber:i};this._uri=`/PhoneNumbers/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PhoneNumberInstance(n,e,i._solution.phoneNumber)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["voiceRegion"]!==undefined)n["VoiceRegion"]=e["voiceRegion"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new PhoneNumberInstance(o,e,r._solution.phoneNumber)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n){this._version=e;this.phoneNumber=i.phone_number;this.url=i.url;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.voiceRegion=i.voice_region;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this._solution={phoneNumber:n||this.phoneNumber}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.phoneNumber);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{phoneNumber:this.phoneNumber,url:this.url,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,voiceRegion:this.voiceRegion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PhoneNumberContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance},94241:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SipDomainListInstance=i.SipDomainInstance=i.SipDomainContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class SipDomainContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sipDomain' is not valid.")}this._solution={sipDomain:i};this._uri=`/SipDomains/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SipDomainInstance(n,e,i._solution.sipDomain)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["voiceRegion"]!==undefined)n["VoiceRegion"]=e["voiceRegion"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SipDomainInstance(o,e,r._solution.sipDomain)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SipDomainContextImpl=SipDomainContextImpl;class SipDomainInstance{constructor(e,i,n){this._version=e;this.sipDomain=i.sip_domain;this.url=i.url;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.voiceRegion=i.voice_region;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this._solution={sipDomain:n||this.sipDomain}}get _proxy(){this._context=this._context||new SipDomainContextImpl(this._version,this._solution.sipDomain);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sipDomain:this.sipDomain,url:this.url,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,voiceRegion:this.voiceRegion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SipDomainInstance=SipDomainInstance;function SipDomainListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SipDomainContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SipDomainListInstance=SipDomainListInstance},71837:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TrunkListInstance=i.TrunkInstance=i.TrunkContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TrunkContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sipTrunkDomain' is not valid.")}this._solution={sipTrunkDomain:i};this._uri=`/Trunks/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrunkInstance(n,e,i._solution.sipTrunkDomain)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["voiceRegion"]!==undefined)n["VoiceRegion"]=e["voiceRegion"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TrunkInstance(o,e,r._solution.sipTrunkDomain)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TrunkContextImpl=TrunkContextImpl;class TrunkInstance{constructor(e,i,n){this._version=e;this.sipTrunkDomain=i.sip_trunk_domain;this.url=i.url;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.voiceRegion=i.voice_region;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this._solution={sipTrunkDomain:n||this.sipTrunkDomain}}get _proxy(){this._context=this._context||new TrunkContextImpl(this._version,this._solution.sipTrunkDomain);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sipTrunkDomain:this.sipTrunkDomain,url:this.url,sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,voiceRegion:this.voiceRegion,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TrunkInstance=TrunkInstance;function TrunkListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new TrunkContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TrunkListInstance=TrunkListInstance},98995:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(39178);class V1 extends r.default{constructor(e){super(e,"v1")}get services(){this._services=this._services||(0,o.ServiceListInstance)(this);return this._services}}i["default"]=V1},39178:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(66898);const _=n(7439);const g=n(83150);const v=n(12904);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get assets(){this._assets=this._assets||(0,f.AssetListInstance)(this._version,this._solution.sid);return this._assets}get builds(){this._builds=this._builds||(0,_.BuildListInstance)(this._version,this._solution.sid);return this._builds}get environments(){this._environments=this._environments||(0,g.EnvironmentListInstance)(this._version,this._solution.sid);return this._environments}get functions(){this._functions=this._functions||(0,v.FunctionListInstance)(this._version,this._solution.sid);return this._functions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["includeCredentials"]!==undefined)n["IncludeCredentials"]=c.bool(e["includeCredentials"]);if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["uiEditable"]!==undefined)n["UiEditable"]=c.bool(e["uiEditable"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.uniqueName=i.unique_name;this.includeCredentials=i.include_credentials;this.uiEditable=i.ui_editable;this.domainBase=i.domain_base;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}assets(){return this._proxy.assets}builds(){return this._proxy.builds}environments(){return this._proxy.environments}functions(){return this._proxy.functions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,uniqueName:this.uniqueName,includeCredentials:this.includeCredentials,uiEditable:this.uiEditable,domainBase:this.domainBase,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];s["FriendlyName"]=i["friendlyName"];if(i["includeCredentials"]!==undefined)s["IncludeCredentials"]=c.bool(i["includeCredentials"]);if(i["uiEditable"]!==undefined)s["UiEditable"]=c.bool(i["uiEditable"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},66898:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssetPage=i.AssetListInstance=i.AssetInstance=i.AssetContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(39157);class AssetContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Assets/${n}`}get assetVersions(){this._assetVersions=this._assetVersions||(0,f.AssetVersionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._assetVersions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssetInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new AssetInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetContextImpl=AssetContextImpl;class AssetInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new AssetContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}assetVersions(){return this._proxy.assetVersions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetInstance=AssetInstance;function AssetListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AssetContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Assets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AssetInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssetPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssetPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssetListInstance=AssetListInstance;class AssetPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssetInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetPage=AssetPage},39157:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.AssetVersionPage=i.AssetVersionListInstance=i.AssetVersionInstance=i.AssetVersionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class AssetVersionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'assetSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,assetSid:n,sid:s};this._uri=`/Services/${i}/Assets/${n}/Versions/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AssetVersionInstance(n,e,i._solution.serviceSid,i._solution.assetSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetVersionContextImpl=AssetVersionContextImpl;class AssetVersionInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.assetSid=i.asset_sid;this.path=i.path;this.visibility=i.visibility;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={serviceSid:n,assetSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new AssetVersionContextImpl(this._version,this._solution.serviceSid,this._solution.assetSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,assetSid:this.assetSid,path:this.path,visibility:this.visibility,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetVersionInstance=AssetVersionInstance;function AssetVersionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'assetSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new AssetVersionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,assetSid:n};instance._uri=`/Services/${i}/Assets/${n}/Versions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new AssetVersionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new AssetVersionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.AssetVersionListInstance=AssetVersionListInstance;class AssetVersionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new AssetVersionInstance(this._version,e,this._solution.serviceSid,this._solution.assetSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.AssetVersionPage=AssetVersionPage},7439:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BuildPage=i.BuildListInstance=i.BuildInstance=i.BuildContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(13455);class BuildContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Builds/${n}`}get buildStatus(){this._buildStatus=this._buildStatus||(0,f.BuildStatusListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._buildStatus}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BuildInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BuildContextImpl=BuildContextImpl;class BuildInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.status=i.status;this.assetVersions=i.asset_versions;this.functionVersions=i.function_versions;this.dependencies=i.dependencies;this.runtime=i.runtime;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new BuildContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}buildStatus(){return this._proxy.buildStatus}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,status:this.status,assetVersions:this.assetVersions,functionVersions:this.functionVersions,dependencies:this.dependencies,runtime:this.runtime,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BuildInstance=BuildInstance;function BuildListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new BuildContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Builds`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["assetVersions"]!==undefined)s["AssetVersions"]=c.map(i["assetVersions"],(e=>e));if(i["functionVersions"]!==undefined)s["FunctionVersions"]=c.map(i["functionVersions"],(e=>e));if(i["dependencies"]!==undefined)s["Dependencies"]=i["dependencies"];if(i["runtime"]!==undefined)s["Runtime"]=i["runtime"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BuildInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BuildPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BuildPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BuildListInstance=BuildListInstance;class BuildPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BuildInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BuildPage=BuildPage},13455:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BuildStatusListInstance=i.BuildStatusInstance=i.BuildStatusContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class BuildStatusContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Builds/${n}/Status`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BuildStatusInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BuildStatusContextImpl=BuildStatusContextImpl;class BuildStatusInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.status=i.status;this.url=i.url;this._solution={serviceSid:n,sid:s}}get _proxy(){this._context=this._context||new BuildStatusContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,status:this.status,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BuildStatusInstance=BuildStatusInstance;function BuildStatusListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new BuildStatusContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i,sid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.BuildStatusListInstance=BuildStatusListInstance},83150:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EnvironmentPage=i.EnvironmentListInstance=i.EnvironmentInstance=i.EnvironmentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(31897);const _=n(64772);const g=n(6554);class EnvironmentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Environments/${n}`}get deployments(){this._deployments=this._deployments||(0,f.DeploymentListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._deployments}get logs(){this._logs=this._logs||(0,_.LogListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._logs}get variables(){this._variables=this._variables||(0,g.VariableListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._variables}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EnvironmentInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EnvironmentContextImpl=EnvironmentContextImpl;class EnvironmentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.buildSid=i.build_sid;this.uniqueName=i.unique_name;this.domainSuffix=i.domain_suffix;this.domainName=i.domain_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new EnvironmentContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}deployments(){return this._proxy.deployments}logs(){return this._proxy.logs}variables(){return this._proxy.variables}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,buildSid:this.buildSid,uniqueName:this.uniqueName,domainSuffix:this.domainSuffix,domainName:this.domainName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EnvironmentInstance=EnvironmentInstance;function EnvironmentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new EnvironmentContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Environments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["domainSuffix"]!==undefined)s["DomainSuffix"]=i["domainSuffix"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EnvironmentInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EnvironmentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EnvironmentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EnvironmentListInstance=EnvironmentListInstance;class EnvironmentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EnvironmentInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EnvironmentPage=EnvironmentPage},31897:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DeploymentPage=i.DeploymentListInstance=i.DeploymentInstance=i.DeploymentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DeploymentContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,environmentSid:n,sid:s};this._uri=`/Services/${i}/Environments/${n}/Deployments/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DeploymentInstance(n,e,i._solution.serviceSid,i._solution.environmentSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentContextImpl=DeploymentContextImpl;class DeploymentInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.environmentSid=i.environment_sid;this.buildSid=i.build_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,environmentSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new DeploymentContextImpl(this._version,this._solution.serviceSid,this._solution.environmentSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,environmentSid:this.environmentSid,buildSid:this.buildSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentInstance=DeploymentInstance;function DeploymentListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new DeploymentContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,environmentSid:n};instance._uri=`/Services/${i}/Environments/${n}/Deployments`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["buildSid"]!==undefined)s["BuildSid"]=i["buildSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DeploymentInstance(o,e,instance._solution.serviceSid,instance._solution.environmentSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DeploymentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DeploymentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DeploymentListInstance=DeploymentListInstance;class DeploymentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DeploymentInstance(this._version,e,this._solution.serviceSid,this._solution.environmentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DeploymentPage=DeploymentPage},64772:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.LogPage=i.LogListInstance=i.LogInstance=i.LogContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class LogContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,environmentSid:n,sid:s};this._uri=`/Services/${i}/Environments/${n}/Logs/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new LogInstance(n,e,i._solution.serviceSid,i._solution.environmentSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LogContextImpl=LogContextImpl;class LogInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.environmentSid=i.environment_sid;this.buildSid=i.build_sid;this.deploymentSid=i.deployment_sid;this.functionSid=i.function_sid;this.requestSid=i.request_sid;this.level=i.level;this.message=i.message;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={serviceSid:n,environmentSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new LogContextImpl(this._version,this._solution.serviceSid,this._solution.environmentSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,environmentSid:this.environmentSid,buildSid:this.buildSid,deploymentSid:this.deploymentSid,functionSid:this.functionSid,requestSid:this.requestSid,level:this.level,message:this.message,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LogInstance=LogInstance;function LogListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new LogContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,environmentSid:n};instance._uri=`/Services/${i}/Environments/${n}/Logs`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["functionSid"]!==undefined)s["FunctionSid"]=i["functionSid"];if(i["startDate"]!==undefined)s["StartDate"]=c.iso8601DateTime(i["startDate"]);if(i["endDate"]!==undefined)s["EndDate"]=c.iso8601DateTime(i["endDate"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new LogPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new LogPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.LogListInstance=LogListInstance;class LogPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new LogInstance(this._version,e,this._solution.serviceSid,this._solution.environmentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.LogPage=LogPage},6554:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.VariablePage=i.VariableListInstance=i.VariableInstance=i.VariableContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class VariableContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,environmentSid:n,sid:s};this._uri=`/Services/${i}/Environments/${n}/Variables/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new VariableInstance(n,e,i._solution.serviceSid,i._solution.environmentSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["key"]!==undefined)n["Key"]=e["key"];if(e["value"]!==undefined)n["Value"]=e["value"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new VariableInstance(o,e,r._solution.serviceSid,r._solution.environmentSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VariableContextImpl=VariableContextImpl;class VariableInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.environmentSid=i.environment_sid;this.key=i.key;this.value=i.value;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,environmentSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new VariableContextImpl(this._version,this._solution.serviceSid,this._solution.environmentSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,environmentSid:this.environmentSid,key:this.key,value:this.value,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VariableInstance=VariableInstance;function VariableListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'environmentSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new VariableContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,environmentSid:n};instance._uri=`/Services/${i}/Environments/${n}/Variables`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["value"]===null||i["value"]===undefined){throw new Error("Required parameter \"params['value']\" missing.")}let s={};s["Key"]=i["key"];s["Value"]=i["value"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new VariableInstance(o,e,instance._solution.serviceSid,instance._solution.environmentSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new VariablePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new VariablePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.VariableListInstance=VariableListInstance;class VariablePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new VariableInstance(this._version,e,this._solution.serviceSid,this._solution.environmentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VariablePage=VariablePage},12904:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FunctionPage=i.FunctionListInstance=i.FunctionInstance=i.FunctionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(19215);class FunctionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Functions/${n}`}get functionVersions(){this._functionVersions=this._functionVersions||(0,f.FunctionVersionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._functionVersions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FunctionInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FunctionInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionContextImpl=FunctionContextImpl;class FunctionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new FunctionContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}functionVersions(){return this._proxy.functionVersions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionInstance=FunctionInstance;function FunctionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new FunctionContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Functions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FunctionInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FunctionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FunctionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FunctionListInstance=FunctionListInstance;class FunctionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FunctionInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionPage=FunctionPage},19215:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FunctionVersionPage=i.FunctionVersionListInstance=i.FunctionVersionInstance=i.FunctionVersionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(42926);class FunctionVersionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'functionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,functionSid:n,sid:s};this._uri=`/Services/${i}/Functions/${n}/Versions/${s}`}get functionVersionContent(){this._functionVersionContent=this._functionVersionContent||(0,f.FunctionVersionContentListInstance)(this._version,this._solution.serviceSid,this._solution.functionSid,this._solution.sid);return this._functionVersionContent}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FunctionVersionInstance(n,e,i._solution.serviceSid,i._solution.functionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionVersionContextImpl=FunctionVersionContextImpl;class FunctionVersionInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.functionSid=i.function_sid;this.path=i.path;this.visibility=i.visibility;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,functionSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new FunctionVersionContextImpl(this._version,this._solution.serviceSid,this._solution.functionSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}functionVersionContent(){return this._proxy.functionVersionContent}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,functionSid:this.functionSid,path:this.path,visibility:this.visibility,dateCreated:this.dateCreated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionVersionInstance=FunctionVersionInstance;function FunctionVersionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'functionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new FunctionVersionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,functionSid:n};instance._uri=`/Services/${i}/Functions/${n}/Versions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FunctionVersionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FunctionVersionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FunctionVersionListInstance=FunctionVersionListInstance;class FunctionVersionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FunctionVersionInstance(this._version,e,this._solution.serviceSid,this._solution.functionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FunctionVersionPage=FunctionVersionPage},42926:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FunctionVersionContentListInstance=i.FunctionVersionContentInstance=i.FunctionVersionContentContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class FunctionVersionContentContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'functionSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,functionSid:n,sid:s};this._uri=`/Services/${i}/Functions/${n}/Versions/${s}/Content`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FunctionVersionContentInstance(n,e,i._solution.serviceSid,i._solution.functionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FunctionVersionContentContextImpl=FunctionVersionContentContextImpl;class FunctionVersionContentInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.functionSid=i.function_sid;this.content=i.content;this.url=i.url;this._solution={serviceSid:n,functionSid:s,sid:r}}get _proxy(){this._context=this._context||new FunctionVersionContentContextImpl(this._version,this._solution.serviceSid,this._solution.functionSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,functionSid:this.functionSid,content:this.content,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FunctionVersionContentInstance=FunctionVersionContentInstance;function FunctionVersionContentListInstance(e,i,n,r){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'functionSid' is not valid.")}if(!(0,a.isValidPathParam)(r)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new FunctionVersionContentContextImpl(e,i,n,r)};instance._version=e;instance._solution={serviceSid:i,functionSid:n,sid:r};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.FunctionVersionContentListInstance=FunctionVersionContentListInstance},67727:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(29549);class V1 extends r.default{constructor(e){super(e,"v1")}get flows(){this._flows=this._flows||(0,o.FlowListInstance)(this);return this._flows}}i["default"]=V1},81292:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(73635);const a=n(75398);class V2 extends r.default{constructor(e){super(e,"v2")}get flows(){this._flows=this._flows||(0,o.FlowListInstance)(this);return this._flows}get flowValidate(){this._flowValidate=this._flowValidate||(0,a.FlowValidateListInstance)(this);return this._flowValidate}}i["default"]=V2},29549:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FlowPage=i.FlowListInstance=i.FlowInstance=i.FlowContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(21790);const _=n(42890);class FlowContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Flows/${i}`}get engagements(){this._engagements=this._engagements||(0,f.EngagementListInstance)(this._version,this._solution.sid);return this._engagements}get executions(){this._executions=this._executions||(0,_.ExecutionListInstance)(this._version,this._solution.sid);return this._executions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FlowInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowContextImpl=FlowContextImpl;class FlowInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.version=a.integer(i.version);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new FlowContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}engagements(){return this._proxy.engagements}executions(){return this._proxy.executions}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,status:this.status,version:this.version,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowInstance=FlowInstance;function FlowListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FlowContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Flows`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FlowPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FlowPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FlowListInstance=FlowListInstance;class FlowPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FlowInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowPage=FlowPage},21790:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EngagementPage=i.EngagementListInstance=i.EngagementInstance=i.EngagementContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(83312);const _=n(59167);class EngagementContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,sid:n};this._uri=`/Flows/${i}/Engagements/${n}`}get engagementContext(){this._engagementContext=this._engagementContext||(0,f.EngagementContextListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._engagementContext}get steps(){this._steps=this._steps||(0,_.StepListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._steps}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EngagementInstance(n,e,i._solution.flowSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EngagementContextImpl=EngagementContextImpl;class EngagementInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.contactSid=i.contact_sid;this.contactChannelAddress=i.contact_channel_address;this.context=i.context;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new EngagementContextImpl(this._version,this._solution.flowSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}engagementContext(){return this._proxy.engagementContext}steps(){return this._proxy.steps}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,contactSid:this.contactSid,contactChannelAddress:this.contactChannelAddress,context:this.context,status:this.status,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EngagementInstance=EngagementInstance;function EngagementListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new EngagementContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i};instance._uri=`/Flows/${i}/Engagements`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}if(i["from"]===null||i["from"]===undefined){throw new Error("Required parameter \"params['from']\" missing.")}let s={};s["To"]=i["to"];s["From"]=i["from"];if(i["parameters"]!==undefined)s["Parameters"]=c.object(i["parameters"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EngagementInstance(o,e,instance._solution.flowSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EngagementPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EngagementPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EngagementListInstance=EngagementListInstance;class EngagementPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EngagementInstance(this._version,e,this._solution.flowSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EngagementPage=EngagementPage},83312:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.EngagementContextListInstance=i.EngagementContextInstance=i.EngagementContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class EngagementContextContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}this._solution={flowSid:i,engagementSid:n};this._uri=`/Flows/${i}/Engagements/${n}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EngagementContextInstance(n,e,i._solution.flowSid,i._solution.engagementSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.EngagementContextContextImpl=EngagementContextContextImpl;class EngagementContextInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.engagementSid=i.engagement_sid;this.flowSid=i.flow_sid;this.url=i.url;this._solution={flowSid:n,engagementSid:s}}get _proxy(){this._context=this._context||new EngagementContextContextImpl(this._version,this._solution.flowSid,this._solution.engagementSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,engagementSid:this.engagementSid,flowSid:this.flowSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.EngagementContextInstance=EngagementContextInstance;function EngagementContextListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new EngagementContextContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i,engagementSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.EngagementContextListInstance=EngagementContextListInstance},59167:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.StepPage=i.StepListInstance=i.StepInstance=i.StepContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(40056);class StepContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,engagementSid:n,sid:s};this._uri=`/Flows/${i}/Engagements/${n}/Steps/${s}`}get stepContext(){this._stepContext=this._stepContext||(0,f.StepContextListInstance)(this._version,this._solution.flowSid,this._solution.engagementSid,this._solution.sid);return this._stepContext}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new StepInstance(n,e,i._solution.flowSid,i._solution.engagementSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.StepContextImpl=StepContextImpl;class StepInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.engagementSid=i.engagement_sid;this.name=i.name;this.context=i.context;this.transitionedFrom=i.transitioned_from;this.transitionedTo=i.transitioned_to;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,engagementSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new StepContextImpl(this._version,this._solution.flowSid,this._solution.engagementSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}stepContext(){return this._proxy.stepContext}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,engagementSid:this.engagementSid,name:this.name,context:this.context,transitionedFrom:this.transitionedFrom,transitionedTo:this.transitionedTo,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.StepInstance=StepInstance;function StepListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new StepContextImpl(e,i,n,s)};instance._version=e;instance._solution={flowSid:i,engagementSid:n};instance._uri=`/Flows/${i}/Engagements/${n}/Steps`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new StepPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new StepPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.StepListInstance=StepListInstance;class StepPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new StepInstance(this._version,e,this._solution.flowSid,this._solution.engagementSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.StepPage=StepPage},40056:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.StepContextListInstance=i.StepContextInstance=i.StepContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class StepContextContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'stepSid' is not valid.")}this._solution={flowSid:i,engagementSid:n,stepSid:s};this._uri=`/Flows/${i}/Engagements/${n}/Steps/${s}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new StepContextInstance(n,e,i._solution.flowSid,i._solution.engagementSid,i._solution.stepSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StepContextContextImpl=StepContextContextImpl;class StepContextInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.engagementSid=i.engagement_sid;this.flowSid=i.flow_sid;this.stepSid=i.step_sid;this.url=i.url;this._solution={flowSid:n,engagementSid:s,stepSid:r}}get _proxy(){this._context=this._context||new StepContextContextImpl(this._version,this._solution.flowSid,this._solution.engagementSid,this._solution.stepSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,engagementSid:this.engagementSid,flowSid:this.flowSid,stepSid:this.stepSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StepContextInstance=StepContextInstance;function StepContextListInstance(e,i,n,r){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'engagementSid' is not valid.")}if(!(0,a.isValidPathParam)(r)){throw new Error("Parameter 'stepSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new StepContextContextImpl(e,i,n,r)};instance._version=e;instance._solution={flowSid:i,engagementSid:n,stepSid:r};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.StepContextListInstance=StepContextListInstance},42890:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ExecutionPage=i.ExecutionListInstance=i.ExecutionInstance=i.ExecutionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(77572);const _=n(99857);class ExecutionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,sid:n};this._uri=`/Flows/${i}/Executions/${n}`}get executionContext(){this._executionContext=this._executionContext||(0,f.ExecutionContextListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._executionContext}get steps(){this._steps=this._steps||(0,_.ExecutionStepListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._steps}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionInstance(n,e,i._solution.flowSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ExecutionInstance(o,e,r._solution.flowSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionContextImpl=ExecutionContextImpl;class ExecutionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.contactSid=i.contact_sid;this.contactChannelAddress=i.contact_channel_address;this.context=i.context;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ExecutionContextImpl(this._version,this._solution.flowSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}executionContext(){return this._proxy.executionContext}steps(){return this._proxy.steps}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,contactSid:this.contactSid,contactChannelAddress:this.contactChannelAddress,context:this.context,status:this.status,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionInstance=ExecutionInstance;function ExecutionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ExecutionContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i};instance._uri=`/Flows/${i}/Executions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}if(i["from"]===null||i["from"]===undefined){throw new Error("Required parameter \"params['from']\" missing.")}let s={};s["To"]=i["to"];s["From"]=i["from"];if(i["parameters"]!==undefined)s["Parameters"]=c.object(i["parameters"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ExecutionInstance(o,e,instance._solution.flowSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreatedFrom"]!==undefined)s["DateCreatedFrom"]=c.iso8601DateTime(i["dateCreatedFrom"]);if(i["dateCreatedTo"]!==undefined)s["DateCreatedTo"]=c.iso8601DateTime(i["dateCreatedTo"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ExecutionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ExecutionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ExecutionListInstance=ExecutionListInstance;class ExecutionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ExecutionInstance(this._version,e,this._solution.flowSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionPage=ExecutionPage},77572:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExecutionContextListInstance=i.ExecutionContextInstance=i.ExecutionContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ExecutionContextContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}this._solution={flowSid:i,executionSid:n};this._uri=`/Flows/${i}/Executions/${n}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionContextInstance(n,e,i._solution.flowSid,i._solution.executionSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionContextContextImpl=ExecutionContextContextImpl;class ExecutionContextInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.flowSid=i.flow_sid;this.executionSid=i.execution_sid;this.url=i.url;this._solution={flowSid:n,executionSid:s}}get _proxy(){this._context=this._context||new ExecutionContextContextImpl(this._version,this._solution.flowSid,this._solution.executionSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,flowSid:this.flowSid,executionSid:this.executionSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionContextInstance=ExecutionContextInstance;function ExecutionContextListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ExecutionContextContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i,executionSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExecutionContextListInstance=ExecutionContextListInstance},99857:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ExecutionStepPage=i.ExecutionStepListInstance=i.ExecutionStepInstance=i.ExecutionStepContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(5436);class ExecutionStepContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,executionSid:n,sid:s};this._uri=`/Flows/${i}/Executions/${n}/Steps/${s}`}get stepContext(){this._stepContext=this._stepContext||(0,f.ExecutionStepContextListInstance)(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.sid);return this._stepContext}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionStepInstance(n,e,i._solution.flowSid,i._solution.executionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepContextImpl=ExecutionStepContextImpl;class ExecutionStepInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.executionSid=i.execution_sid;this.name=i.name;this.context=i.context;this.transitionedFrom=i.transitioned_from;this.transitionedTo=i.transitioned_to;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,executionSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ExecutionStepContextImpl(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}stepContext(){return this._proxy.stepContext}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,executionSid:this.executionSid,name:this.name,context:this.context,transitionedFrom:this.transitionedFrom,transitionedTo:this.transitionedTo,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepInstance=ExecutionStepInstance;function ExecutionStepListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ExecutionStepContextImpl(e,i,n,s)};instance._version=e;instance._solution={flowSid:i,executionSid:n};instance._uri=`/Flows/${i}/Executions/${n}/Steps`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ExecutionStepPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ExecutionStepPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ExecutionStepListInstance=ExecutionStepListInstance;class ExecutionStepPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ExecutionStepInstance(this._version,e,this._solution.flowSid,this._solution.executionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepPage=ExecutionStepPage},5436:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExecutionStepContextListInstance=i.ExecutionStepContextInstance=i.ExecutionStepContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ExecutionStepContextContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'stepSid' is not valid.")}this._solution={flowSid:i,executionSid:n,stepSid:s};this._uri=`/Flows/${i}/Executions/${n}/Steps/${s}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionStepContextInstance(n,e,i._solution.flowSid,i._solution.executionSid,i._solution.stepSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionStepContextContextImpl=ExecutionStepContextContextImpl;class ExecutionStepContextInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.executionSid=i.execution_sid;this.flowSid=i.flow_sid;this.stepSid=i.step_sid;this.url=i.url;this._solution={flowSid:n,executionSid:s,stepSid:r}}get _proxy(){this._context=this._context||new ExecutionStepContextContextImpl(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.stepSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,executionSid:this.executionSid,flowSid:this.flowSid,stepSid:this.stepSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionStepContextInstance=ExecutionStepContextInstance;function ExecutionStepContextListInstance(e,i,n,r){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,a.isValidPathParam)(r)){throw new Error("Parameter 'stepSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ExecutionStepContextContextImpl(e,i,n,r)};instance._version=e;instance._solution={flowSid:i,executionSid:n,stepSid:r};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExecutionStepContextListInstance=ExecutionStepContextListInstance},73635:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FlowPage=i.FlowListInstance=i.FlowInstance=i.FlowContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(38271);const _=n(48384);const g=n(10264);class FlowContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Flows/${i}`}get executions(){this._executions=this._executions||(0,f.ExecutionListInstance)(this._version,this._solution.sid);return this._executions}get revisions(){this._revisions=this._revisions||(0,_.FlowRevisionListInstance)(this._version,this._solution.sid);return this._revisions}get testUsers(){this._testUsers=this._testUsers||(0,g.FlowTestUserListInstance)(this._version,this._solution.sid);return this._testUsers}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FlowInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["definition"]!==undefined)n["Definition"]=c.object(e["definition"]);if(e["commitMessage"]!==undefined)n["CommitMessage"]=e["commitMessage"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FlowInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowContextImpl=FlowContextImpl;class FlowInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.definition=i.definition;this.status=i.status;this.revision=a.integer(i.revision);this.commitMessage=i.commit_message;this.valid=i.valid;this.errors=i.errors;this.warnings=i.warnings;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.webhookUrl=i.webhook_url;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new FlowContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}executions(){return this._proxy.executions}revisions(){return this._proxy.revisions}testUsers(){return this._proxy.testUsers}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,definition:this.definition,status:this.status,revision:this.revision,commitMessage:this.commitMessage,valid:this.valid,errors:this.errors,warnings:this.warnings,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,webhookUrl:this.webhookUrl,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowInstance=FlowInstance;function FlowListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FlowContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Flows`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["status"]===null||i["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}if(i["definition"]===null||i["definition"]===undefined){throw new Error("Required parameter \"params['definition']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Status"]=i["status"];s["Definition"]=c.object(i["definition"]);if(i["commitMessage"]!==undefined)s["CommitMessage"]=i["commitMessage"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FlowInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FlowPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FlowPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FlowListInstance=FlowListInstance;class FlowPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FlowInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowPage=FlowPage},38271:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ExecutionPage=i.ExecutionListInstance=i.ExecutionInstance=i.ExecutionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(69434);const _=n(17198);class ExecutionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,sid:n};this._uri=`/Flows/${i}/Executions/${n}`}get executionContext(){this._executionContext=this._executionContext||(0,f.ExecutionContextListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._executionContext}get steps(){this._steps=this._steps||(0,_.ExecutionStepListInstance)(this._version,this._solution.flowSid,this._solution.sid);return this._steps}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionInstance(n,e,i._solution.flowSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ExecutionInstance(o,e,r._solution.flowSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionContextImpl=ExecutionContextImpl;class ExecutionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.contactChannelAddress=i.contact_channel_address;this.context=i.context;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ExecutionContextImpl(this._version,this._solution.flowSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}executionContext(){return this._proxy.executionContext}steps(){return this._proxy.steps}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,contactChannelAddress:this.contactChannelAddress,context:this.context,status:this.status,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionInstance=ExecutionInstance;function ExecutionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ExecutionContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i};instance._uri=`/Flows/${i}/Executions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}if(i["from"]===null||i["from"]===undefined){throw new Error("Required parameter \"params['from']\" missing.")}let s={};s["To"]=i["to"];s["From"]=i["from"];if(i["parameters"]!==undefined)s["Parameters"]=c.object(i["parameters"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ExecutionInstance(o,e,instance._solution.flowSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreatedFrom"]!==undefined)s["DateCreatedFrom"]=c.iso8601DateTime(i["dateCreatedFrom"]);if(i["dateCreatedTo"]!==undefined)s["DateCreatedTo"]=c.iso8601DateTime(i["dateCreatedTo"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ExecutionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ExecutionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ExecutionListInstance=ExecutionListInstance;class ExecutionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ExecutionInstance(this._version,e,this._solution.flowSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionPage=ExecutionPage},69434:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExecutionContextListInstance=i.ExecutionContextInstance=i.ExecutionContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ExecutionContextContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}this._solution={flowSid:i,executionSid:n};this._uri=`/Flows/${i}/Executions/${n}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionContextInstance(n,e,i._solution.flowSid,i._solution.executionSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionContextContextImpl=ExecutionContextContextImpl;class ExecutionContextInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.flowSid=i.flow_sid;this.executionSid=i.execution_sid;this.url=i.url;this._solution={flowSid:n,executionSid:s}}get _proxy(){this._context=this._context||new ExecutionContextContextImpl(this._version,this._solution.flowSid,this._solution.executionSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,flowSid:this.flowSid,executionSid:this.executionSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionContextInstance=ExecutionContextInstance;function ExecutionContextListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ExecutionContextContextImpl(e,i,n)};instance._version=e;instance._solution={flowSid:i,executionSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExecutionContextListInstance=ExecutionContextListInstance},17198:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ExecutionStepPage=i.ExecutionStepListInstance=i.ExecutionStepInstance=i.ExecutionStepContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(2223);class ExecutionStepContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={flowSid:i,executionSid:n,sid:s};this._uri=`/Flows/${i}/Executions/${n}/Steps/${s}`}get stepContext(){this._stepContext=this._stepContext||(0,f.ExecutionStepContextListInstance)(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.sid);return this._stepContext}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionStepInstance(n,e,i._solution.flowSid,i._solution.executionSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepContextImpl=ExecutionStepContextImpl;class ExecutionStepInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.flowSid=i.flow_sid;this.executionSid=i.execution_sid;this.name=i.name;this.context=i.context;this.transitionedFrom=i.transitioned_from;this.transitionedTo=i.transitioned_to;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={flowSid:n,executionSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ExecutionStepContextImpl(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}stepContext(){return this._proxy.stepContext}toJSON(){return{sid:this.sid,accountSid:this.accountSid,flowSid:this.flowSid,executionSid:this.executionSid,name:this.name,context:this.context,transitionedFrom:this.transitionedFrom,transitionedTo:this.transitionedTo,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepInstance=ExecutionStepInstance;function ExecutionStepListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ExecutionStepContextImpl(e,i,n,s)};instance._version=e;instance._solution={flowSid:i,executionSid:n};instance._uri=`/Flows/${i}/Executions/${n}/Steps`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ExecutionStepPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ExecutionStepPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ExecutionStepListInstance=ExecutionStepListInstance;class ExecutionStepPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ExecutionStepInstance(this._version,e,this._solution.flowSid,this._solution.executionSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ExecutionStepPage=ExecutionStepPage},2223:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ExecutionStepContextListInstance=i.ExecutionStepContextInstance=i.ExecutionStepContextContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ExecutionStepContextContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,a.isValidPathParam)(s)){throw new Error("Parameter 'stepSid' is not valid.")}this._solution={flowSid:i,executionSid:n,stepSid:s};this._uri=`/Flows/${i}/Executions/${n}/Steps/${s}/Context`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ExecutionStepContextInstance(n,e,i._solution.flowSid,i._solution.executionSid,i._solution.stepSid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionStepContextContextImpl=ExecutionStepContextContextImpl;class ExecutionStepContextInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.context=i.context;this.executionSid=i.execution_sid;this.flowSid=i.flow_sid;this.stepSid=i.step_sid;this.url=i.url;this._solution={flowSid:n,executionSid:s,stepSid:r}}get _proxy(){this._context=this._context||new ExecutionStepContextContextImpl(this._version,this._solution.flowSid,this._solution.executionSid,this._solution.stepSid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,context:this.context,executionSid:this.executionSid,flowSid:this.flowSid,stepSid:this.stepSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ExecutionStepContextInstance=ExecutionStepContextInstance;function ExecutionStepContextListInstance(e,i,n,r){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'flowSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'executionSid' is not valid.")}if(!(0,a.isValidPathParam)(r)){throw new Error("Parameter 'stepSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new ExecutionStepContextContextImpl(e,i,n,r)};instance._version=e;instance._solution={flowSid:i,executionSid:n,stepSid:r};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ExecutionStepContextListInstance=ExecutionStepContextListInstance},48384:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FlowRevisionPage=i.FlowRevisionListInstance=i.FlowRevisionInstance=i.FlowRevisionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FlowRevisionContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'revision' is not valid.")}this._solution={sid:i,revision:n};this._uri=`/Flows/${i}/Revisions/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FlowRevisionInstance(n,e,i._solution.sid,i._solution.revision)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowRevisionContextImpl=FlowRevisionContextImpl;class FlowRevisionInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.definition=i.definition;this.status=i.status;this.revision=a.integer(i.revision);this.commitMessage=i.commit_message;this.valid=i.valid;this.errors=i.errors;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n,revision:s||this.revision.toString()}}get _proxy(){this._context=this._context||new FlowRevisionContextImpl(this._version,this._solution.sid,this._solution.revision);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,definition:this.definition,status:this.status,revision:this.revision,commitMessage:this.commitMessage,valid:this.valid,errors:this.errors,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowRevisionInstance=FlowRevisionInstance;function FlowRevisionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new FlowRevisionContextImpl(e,i,n)};instance._version=e;instance._solution={sid:i};instance._uri=`/Flows/${i}/Revisions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FlowRevisionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FlowRevisionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FlowRevisionListInstance=FlowRevisionListInstance;class FlowRevisionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FlowRevisionInstance(this._version,e,this._solution.sid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FlowRevisionPage=FlowRevisionPage},10264:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FlowTestUserListInstance=i.FlowTestUserInstance=i.FlowTestUserContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class FlowTestUserContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Flows/${i}/TestUsers`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FlowTestUserInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["testUsers"]===null||e["testUsers"]===undefined){throw new Error("Required parameter \"params['testUsers']\" missing.")}let n={};n["TestUsers"]=o.map(e["testUsers"],(e=>e));const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new FlowTestUserInstance(a,e,r._solution.sid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FlowTestUserContextImpl=FlowTestUserContextImpl;class FlowTestUserInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.testUsers=i.test_users;this.url=i.url;this._solution={sid:n}}get _proxy(){this._context=this._context||new FlowTestUserContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,testUsers:this.testUsers,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FlowTestUserInstance=FlowTestUserInstance;function FlowTestUserListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new FlowTestUserContextImpl(e,i)};instance._version=e;instance._solution={sid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.FlowTestUserListInstance=FlowTestUserListInstance},75398:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FlowValidateInstance=i.FlowValidateListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function FlowValidateListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Flows/Validate`;i.update=function update(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["friendlyName"]===null||n["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(n["status"]===null||n["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}if(n["definition"]===null||n["definition"]===undefined){throw new Error("Required parameter \"params['definition']\" missing.")}let r={};r["FriendlyName"]=n["friendlyName"];r["Status"]=n["status"];r["Definition"]=o.object(n["definition"]);if(n["commitMessage"]!==undefined)r["CommitMessage"]=n["commitMessage"];const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.update({uri:i._uri,method:"post",data:r,headers:a});u=u.then((e=>new FlowValidateInstance(c,e)));u=i._version.setPromiseCallback(u,s);return u};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.FlowValidateListInstance=FlowValidateListInstance;class FlowValidateInstance{constructor(e,i){this._version=e;this.valid=i.valid}toJSON(){return{valid:this.valid}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FlowValidateInstance=FlowValidateInstance},16029:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(43355);const a=n(27330);const c=n(14140);const u=n(99419);const f=n(55656);const _=n(86356);const g=n(30929);const v=n(77611);const S=n(6916);class V1 extends r.default{constructor(e){super(e,"v1")}get esimProfiles(){this._esimProfiles=this._esimProfiles||(0,o.EsimProfileListInstance)(this);return this._esimProfiles}get fleets(){this._fleets=this._fleets||(0,a.FleetListInstance)(this);return this._fleets}get ipCommands(){this._ipCommands=this._ipCommands||(0,c.IpCommandListInstance)(this);return this._ipCommands}get networks(){this._networks=this._networks||(0,u.NetworkListInstance)(this);return this._networks}get networkAccessProfiles(){this._networkAccessProfiles=this._networkAccessProfiles||(0,f.NetworkAccessProfileListInstance)(this);return this._networkAccessProfiles}get settingsUpdates(){this._settingsUpdates=this._settingsUpdates||(0,_.SettingsUpdateListInstance)(this);return this._settingsUpdates}get sims(){this._sims=this._sims||(0,g.SimListInstance)(this);return this._sims}get smsCommands(){this._smsCommands=this._smsCommands||(0,v.SmsCommandListInstance)(this);return this._smsCommands}get usageRecords(){this._usageRecords=this._usageRecords||(0,S.UsageRecordListInstance)(this);return this._usageRecords}}i["default"]=V1},43355:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EsimProfilePage=i.EsimProfileListInstance=i.EsimProfileInstance=i.EsimProfileContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EsimProfileContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/ESimProfiles/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EsimProfileInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EsimProfileContextImpl=EsimProfileContextImpl;class EsimProfileInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.iccid=i.iccid;this.simSid=i.sim_sid;this.status=i.status;this.eid=i.eid;this.smdpPlusAddress=i.smdp_plus_address;this.matchingId=i.matching_id;this.activationCode=i.activation_code;this.errorCode=i.error_code;this.errorMessage=i.error_message;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EsimProfileContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,iccid:this.iccid,simSid:this.simSid,status:this.status,eid:this.eid,smdpPlusAddress:this.smdpPlusAddress,matchingId:this.matchingId,activationCode:this.activationCode,errorCode:this.errorCode,errorMessage:this.errorMessage,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EsimProfileInstance=EsimProfileInstance;function EsimProfileListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EsimProfileContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/ESimProfiles`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];if(i["generateMatchingId"]!==undefined)s["GenerateMatchingId"]=c.bool(i["generateMatchingId"]);if(i["eid"]!==undefined)s["Eid"]=i["eid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EsimProfileInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["eid"]!==undefined)s["Eid"]=i["eid"];if(i["simSid"]!==undefined)s["SimSid"]=i["simSid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EsimProfilePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EsimProfilePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EsimProfileListInstance=EsimProfileListInstance;class EsimProfilePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EsimProfileInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EsimProfilePage=EsimProfilePage},27330:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FleetPage=i.FleetListInstance=i.FleetInstance=i.FleetContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FleetContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Fleets/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FleetInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["networkAccessProfile"]!==undefined)n["NetworkAccessProfile"]=e["networkAccessProfile"];if(e["ipCommandsUrl"]!==undefined)n["IpCommandsUrl"]=e["ipCommandsUrl"];if(e["ipCommandsMethod"]!==undefined)n["IpCommandsMethod"]=e["ipCommandsMethod"];if(e["smsCommandsUrl"]!==undefined)n["SmsCommandsUrl"]=e["smsCommandsUrl"];if(e["smsCommandsMethod"]!==undefined)n["SmsCommandsMethod"]=e["smsCommandsMethod"];if(e["dataLimit"]!==undefined)n["DataLimit"]=e["dataLimit"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FleetInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetContextImpl=FleetContextImpl;class FleetInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.uniqueName=i.unique_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.dataEnabled=i.data_enabled;this.dataLimit=a.integer(i.data_limit);this.dataMetering=i.data_metering;this.smsCommandsEnabled=i.sms_commands_enabled;this.smsCommandsUrl=i.sms_commands_url;this.smsCommandsMethod=i.sms_commands_method;this.networkAccessProfileSid=i.network_access_profile_sid;this.ipCommandsUrl=i.ip_commands_url;this.ipCommandsMethod=i.ip_commands_method;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new FleetContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,uniqueName:this.uniqueName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,dataEnabled:this.dataEnabled,dataLimit:this.dataLimit,dataMetering:this.dataMetering,smsCommandsEnabled:this.smsCommandsEnabled,smsCommandsUrl:this.smsCommandsUrl,smsCommandsMethod:this.smsCommandsMethod,networkAccessProfileSid:this.networkAccessProfileSid,ipCommandsUrl:this.ipCommandsUrl,ipCommandsMethod:this.ipCommandsMethod}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetInstance=FleetInstance;function FleetListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FleetContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Fleets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["networkAccessProfile"]===null||i["networkAccessProfile"]===undefined){throw new Error("Required parameter \"params['networkAccessProfile']\" missing.")}let s={};s["NetworkAccessProfile"]=i["networkAccessProfile"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["dataEnabled"]!==undefined)s["DataEnabled"]=c.bool(i["dataEnabled"]);if(i["dataLimit"]!==undefined)s["DataLimit"]=i["dataLimit"];if(i["ipCommandsUrl"]!==undefined)s["IpCommandsUrl"]=i["ipCommandsUrl"];if(i["ipCommandsMethod"]!==undefined)s["IpCommandsMethod"]=i["ipCommandsMethod"];if(i["smsCommandsEnabled"]!==undefined)s["SmsCommandsEnabled"]=c.bool(i["smsCommandsEnabled"]);if(i["smsCommandsUrl"]!==undefined)s["SmsCommandsUrl"]=i["smsCommandsUrl"];if(i["smsCommandsMethod"]!==undefined)s["SmsCommandsMethod"]=i["smsCommandsMethod"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new FleetInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["networkAccessProfile"]!==undefined)s["NetworkAccessProfile"]=i["networkAccessProfile"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FleetPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FleetPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FleetListInstance=FleetListInstance;class FleetPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FleetInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FleetPage=FleetPage},14140:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpCommandPage=i.IpCommandListInstance=i.IpCommandInstance=i.IpCommandContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class IpCommandContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/IpCommands/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpCommandInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpCommandContextImpl=IpCommandContextImpl;class IpCommandInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.simSid=i.sim_sid;this.simIccid=i.sim_iccid;this.status=i.status;this.direction=i.direction;this.deviceIp=i.device_ip;this.devicePort=a.integer(i.device_port);this.payloadType=i.payload_type;this.payload=i.payload;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new IpCommandContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,simSid:this.simSid,simIccid:this.simIccid,status:this.status,direction:this.direction,deviceIp:this.deviceIp,devicePort:this.devicePort,payloadType:this.payloadType,payload:this.payload,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpCommandInstance=IpCommandInstance;function IpCommandListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new IpCommandContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/IpCommands`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["sim"]===null||i["sim"]===undefined){throw new Error("Required parameter \"params['sim']\" missing.")}if(i["payload"]===null||i["payload"]===undefined){throw new Error("Required parameter \"params['payload']\" missing.")}if(i["devicePort"]===null||i["devicePort"]===undefined){throw new Error("Required parameter \"params['devicePort']\" missing.")}let s={};s["Sim"]=i["sim"];s["Payload"]=i["payload"];s["DevicePort"]=i["devicePort"];if(i["payloadType"]!==undefined)s["PayloadType"]=i["payloadType"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpCommandInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["simIccid"]!==undefined)s["SimIccid"]=i["simIccid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["direction"]!==undefined)s["Direction"]=i["direction"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpCommandPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpCommandPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpCommandListInstance=IpCommandListInstance;class IpCommandPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpCommandInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpCommandPage=IpCommandPage},99419:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NetworkPage=i.NetworkListInstance=i.NetworkInstance=i.NetworkContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class NetworkContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Networks/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NetworkInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkContextImpl=NetworkContextImpl;class NetworkInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.url=i.url;this.isoCountry=i.iso_country;this.identifiers=i.identifiers;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new NetworkContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,url:this.url,isoCountry:this.isoCountry,identifiers:this.identifiers}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkInstance=NetworkInstance;function NetworkListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new NetworkContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Networks`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["isoCountry"]!==undefined)s["IsoCountry"]=i["isoCountry"];if(i["mcc"]!==undefined)s["Mcc"]=i["mcc"];if(i["mnc"]!==undefined)s["Mnc"]=i["mnc"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new NetworkPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new NetworkPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.NetworkListInstance=NetworkListInstance;class NetworkPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NetworkInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkPage=NetworkPage},55656:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NetworkAccessProfilePage=i.NetworkAccessProfileListInstance=i.NetworkAccessProfileInstance=i.NetworkAccessProfileContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(26489);class NetworkAccessProfileContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/NetworkAccessProfiles/${i}`}get networks(){this._networks=this._networks||(0,f.NetworkAccessProfileNetworkListInstance)(this._version,this._solution.sid);return this._networks}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NetworkAccessProfileInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new NetworkAccessProfileInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfileContextImpl=NetworkAccessProfileContextImpl;class NetworkAccessProfileInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new NetworkAccessProfileContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}networks(){return this._proxy.networks}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfileInstance=NetworkAccessProfileInstance;function NetworkAccessProfileListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new NetworkAccessProfileContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/NetworkAccessProfiles`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["networks"]!==undefined)s["Networks"]=c.map(i["networks"],(e=>e));const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new NetworkAccessProfileInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new NetworkAccessProfilePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new NetworkAccessProfilePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.NetworkAccessProfileListInstance=NetworkAccessProfileListInstance;class NetworkAccessProfilePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NetworkAccessProfileInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfilePage=NetworkAccessProfilePage},26489:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.NetworkAccessProfileNetworkPage=i.NetworkAccessProfileNetworkListInstance=i.NetworkAccessProfileNetworkInstance=i.NetworkAccessProfileNetworkContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class NetworkAccessProfileNetworkContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'networkAccessProfileSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={networkAccessProfileSid:i,sid:n};this._uri=`/NetworkAccessProfiles/${i}/Networks/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new NetworkAccessProfileNetworkInstance(n,e,i._solution.networkAccessProfileSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfileNetworkContextImpl=NetworkAccessProfileNetworkContextImpl;class NetworkAccessProfileNetworkInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.networkAccessProfileSid=i.network_access_profile_sid;this.friendlyName=i.friendly_name;this.isoCountry=i.iso_country;this.identifiers=i.identifiers;this.url=i.url;this._solution={networkAccessProfileSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new NetworkAccessProfileNetworkContextImpl(this._version,this._solution.networkAccessProfileSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,networkAccessProfileSid:this.networkAccessProfileSid,friendlyName:this.friendlyName,isoCountry:this.isoCountry,identifiers:this.identifiers,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfileNetworkInstance=NetworkAccessProfileNetworkInstance;function NetworkAccessProfileNetworkListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'networkAccessProfileSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new NetworkAccessProfileNetworkContextImpl(e,i,n)};instance._version=e;instance._solution={networkAccessProfileSid:i};instance._uri=`/NetworkAccessProfiles/${i}/Networks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["network"]===null||i["network"]===undefined){throw new Error("Required parameter \"params['network']\" missing.")}let s={};s["Network"]=i["network"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new NetworkAccessProfileNetworkInstance(o,e,instance._solution.networkAccessProfileSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new NetworkAccessProfileNetworkPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new NetworkAccessProfileNetworkPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.NetworkAccessProfileNetworkListInstance=NetworkAccessProfileNetworkListInstance;class NetworkAccessProfileNetworkPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new NetworkAccessProfileNetworkInstance(this._version,e,this._solution.networkAccessProfileSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.NetworkAccessProfileNetworkPage=NetworkAccessProfileNetworkPage},86356:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SettingsUpdatePage=i.SettingsUpdateInstance=i.SettingsUpdateListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function SettingsUpdateListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/SettingsUpdates`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["sim"]!==undefined)r["Sim"]=n["sim"];if(n["status"]!==undefined)r["Status"]=n["status"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new SettingsUpdatePage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new SettingsUpdatePage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.SettingsUpdateListInstance=SettingsUpdateListInstance;class SettingsUpdateInstance{constructor(e,i){this._version=e;this.sid=i.sid;this.iccid=i.iccid;this.simSid=i.sim_sid;this.status=i.status;this.packages=i.packages;this.dateCompleted=a.iso8601DateTime(i.date_completed);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated)}toJSON(){return{sid:this.sid,iccid:this.iccid,simSid:this.simSid,status:this.status,packages:this.packages,dateCompleted:this.dateCompleted,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SettingsUpdateInstance=SettingsUpdateInstance;class SettingsUpdatePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SettingsUpdateInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SettingsUpdatePage=SettingsUpdatePage},30929:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SimPage=i.SimListInstance=i.SimInstance=i.SimContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(83062);const _=n(34322);class SimContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Sims/${i}`}get billingPeriods(){this._billingPeriods=this._billingPeriods||(0,f.BillingPeriodListInstance)(this._version,this._solution.sid);return this._billingPeriods}get simIpAddresses(){this._simIpAddresses=this._simIpAddresses||(0,_.SimIpAddressListInstance)(this._version,this._solution.sid);return this._simIpAddresses}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SimInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["status"]!==undefined)n["Status"]=e["status"];if(e["fleet"]!==undefined)n["Fleet"]=e["fleet"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["callbackMethod"]!==undefined)n["CallbackMethod"]=e["callbackMethod"];if(e["accountSid"]!==undefined)n["AccountSid"]=e["accountSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SimInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimContextImpl=SimContextImpl;class SimInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.iccid=i.iccid;this.status=i.status;this.fleetSid=i.fleet_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SimContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}billingPeriods(){return this._proxy.billingPeriods}simIpAddresses(){return this._proxy.simIpAddresses}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,iccid:this.iccid,status:this.status,fleetSid:this.fleetSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimInstance=SimInstance;function SimListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SimContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Sims`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["iccid"]===null||i["iccid"]===undefined){throw new Error("Required parameter \"params['iccid']\" missing.")}if(i["registrationCode"]===null||i["registrationCode"]===undefined){throw new Error("Required parameter \"params['registrationCode']\" missing.")}let s={};s["Iccid"]=i["iccid"];s["RegistrationCode"]=i["registrationCode"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SimInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["fleet"]!==undefined)s["Fleet"]=i["fleet"];if(i["iccid"]!==undefined)s["Iccid"]=i["iccid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SimPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SimPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SimListInstance=SimListInstance;class SimPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SimInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimPage=SimPage},83062:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BillingPeriodPage=i.BillingPeriodInstance=i.BillingPeriodListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function BillingPeriodListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}const n={};n._version=e;n._solution={simSid:i};n._uri=`/Sims/${i}/BillingPeriods`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new BillingPeriodPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new BillingPeriodPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.BillingPeriodListInstance=BillingPeriodListInstance;class BillingPeriodInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.simSid=i.sim_sid;this.startTime=a.iso8601DateTime(i.start_time);this.endTime=a.iso8601DateTime(i.end_time);this.periodType=i.period_type;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,simSid:this.simSid,startTime:this.startTime,endTime:this.endTime,periodType:this.periodType,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BillingPeriodInstance=BillingPeriodInstance;class BillingPeriodPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BillingPeriodInstance(this._version,e,this._solution.simSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BillingPeriodPage=BillingPeriodPage},34322:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SimIpAddressPage=i.SimIpAddressInstance=i.SimIpAddressListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function SimIpAddressListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}const n={};n._version=e;n._solution={simSid:i};n._uri=`/Sims/${i}/IpAddresses`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new SimIpAddressPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new SimIpAddressPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.SimIpAddressListInstance=SimIpAddressListInstance;class SimIpAddressInstance{constructor(e,i,n){this._version=e;this.ipAddress=i.ip_address;this.ipAddressVersion=i.ip_address_version}toJSON(){return{ipAddress:this.ipAddress,ipAddressVersion:this.ipAddressVersion}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimIpAddressInstance=SimIpAddressInstance;class SimIpAddressPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SimIpAddressInstance(this._version,e,this._solution.simSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimIpAddressPage=SimIpAddressPage},77611:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SmsCommandPage=i.SmsCommandListInstance=i.SmsCommandInstance=i.SmsCommandContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SmsCommandContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/SmsCommands/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SmsCommandInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SmsCommandContextImpl=SmsCommandContextImpl;class SmsCommandInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.simSid=i.sim_sid;this.payload=i.payload;this.status=i.status;this.direction=i.direction;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SmsCommandContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,simSid:this.simSid,payload:this.payload,status:this.status,direction:this.direction,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SmsCommandInstance=SmsCommandInstance;function SmsCommandListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SmsCommandContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/SmsCommands`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["sim"]===null||i["sim"]===undefined){throw new Error("Required parameter \"params['sim']\" missing.")}if(i["payload"]===null||i["payload"]===undefined){throw new Error("Required parameter \"params['payload']\" missing.")}let s={};s["Sim"]=i["sim"];s["Payload"]=i["payload"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SmsCommandInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["direction"]!==undefined)s["Direction"]=i["direction"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SmsCommandPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SmsCommandPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SmsCommandListInstance=SmsCommandListInstance;class SmsCommandPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SmsCommandInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SmsCommandPage=SmsCommandPage},6916:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UsageRecordPage=i.UsageRecordInstance=i.UsageRecordListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function UsageRecordListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/UsageRecords`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["sim"]!==undefined)r["Sim"]=n["sim"];if(n["fleet"]!==undefined)r["Fleet"]=n["fleet"];if(n["network"]!==undefined)r["Network"]=n["network"];if(n["isoCountry"]!==undefined)r["IsoCountry"]=n["isoCountry"];if(n["group"]!==undefined)r["Group"]=n["group"];if(n["granularity"]!==undefined)r["Granularity"]=n["granularity"];if(n["startTime"]!==undefined)r["StartTime"]=c.iso8601DateTime(n["startTime"]);if(n["endTime"]!==undefined)r["EndTime"]=c.iso8601DateTime(n["endTime"]);if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,u=a.page({uri:i._uri,method:"get",params:r,headers:o});u=u.then((e=>new UsageRecordPage(a,e,i._solution)));u=i._version.setPromiseCallback(u,s);return u};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new UsageRecordPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.UsageRecordListInstance=UsageRecordListInstance;class UsageRecordInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.simSid=i.sim_sid;this.networkSid=i.network_sid;this.fleetSid=i.fleet_sid;this.isoCountry=i.iso_country;this.period=i.period;this.dataUpload=i.data_upload;this.dataDownload=i.data_download;this.dataTotal=i.data_total;this.dataTotalBilled=i.data_total_billed;this.billedUnit=i.billed_unit}toJSON(){return{accountSid:this.accountSid,simSid:this.simSid,networkSid:this.networkSid,fleetSid:this.fleetSid,isoCountry:this.isoCountry,period:this.period,dataUpload:this.dataUpload,dataDownload:this.dataDownload,dataTotal:this.dataTotal,dataTotalBilled:this.dataTotalBilled,billedUnit:this.billedUnit}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordInstance=UsageRecordInstance;class UsageRecordPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UsageRecordInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordPage=UsageRecordPage},34949:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(63190);class V1 extends r.default{constructor(e){super(e,"v1")}get services(){this._services=this._services||(0,o.ServiceListInstance)(this);return this._services}}i["default"]=V1},63190:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(81088);const _=n(4845);const g=n(81014);const v=n(20786);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get documents(){this._documents=this._documents||(0,f.DocumentListInstance)(this._version,this._solution.sid);return this._documents}get syncLists(){this._syncLists=this._syncLists||(0,_.SyncListListInstance)(this._version,this._solution.sid);return this._syncLists}get syncMaps(){this._syncMaps=this._syncMaps||(0,g.SyncMapListInstance)(this._version,this._solution.sid);return this._syncMaps}get syncStreams(){this._syncStreams=this._syncStreams||(0,v.SyncStreamListInstance)(this._version,this._solution.sid);return this._syncStreams}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["reachabilityWebhooksEnabled"]!==undefined)n["ReachabilityWebhooksEnabled"]=c.bool(e["reachabilityWebhooksEnabled"]);if(e["aclEnabled"]!==undefined)n["AclEnabled"]=c.bool(e["aclEnabled"]);if(e["reachabilityDebouncingEnabled"]!==undefined)n["ReachabilityDebouncingEnabled"]=c.bool(e["reachabilityDebouncingEnabled"]);if(e["reachabilityDebouncingWindow"]!==undefined)n["ReachabilityDebouncingWindow"]=e["reachabilityDebouncingWindow"];if(e["webhooksFromRestEnabled"]!==undefined)n["WebhooksFromRestEnabled"]=c.bool(e["webhooksFromRestEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.webhookUrl=i.webhook_url;this.webhooksFromRestEnabled=i.webhooks_from_rest_enabled;this.reachabilityWebhooksEnabled=i.reachability_webhooks_enabled;this.aclEnabled=i.acl_enabled;this.reachabilityDebouncingEnabled=i.reachability_debouncing_enabled;this.reachabilityDebouncingWindow=a.integer(i.reachability_debouncing_window);this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}documents(){return this._proxy.documents}syncLists(){return this._proxy.syncLists}syncMaps(){return this._proxy.syncMaps}syncStreams(){return this._proxy.syncStreams}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,webhookUrl:this.webhookUrl,webhooksFromRestEnabled:this.webhooksFromRestEnabled,reachabilityWebhooksEnabled:this.reachabilityWebhooksEnabled,aclEnabled:this.aclEnabled,reachabilityDebouncingEnabled:this.reachabilityDebouncingEnabled,reachabilityDebouncingWindow:this.reachabilityDebouncingWindow,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["webhookUrl"]!==undefined)s["WebhookUrl"]=i["webhookUrl"];if(i["reachabilityWebhooksEnabled"]!==undefined)s["ReachabilityWebhooksEnabled"]=c.bool(i["reachabilityWebhooksEnabled"]);if(i["aclEnabled"]!==undefined)s["AclEnabled"]=c.bool(i["aclEnabled"]);if(i["reachabilityDebouncingEnabled"]!==undefined)s["ReachabilityDebouncingEnabled"]=c.bool(i["reachabilityDebouncingEnabled"]);if(i["reachabilityDebouncingWindow"]!==undefined)s["ReachabilityDebouncingWindow"]=i["reachabilityDebouncingWindow"];if(i["webhooksFromRestEnabled"]!==undefined)s["WebhooksFromRestEnabled"]=c.bool(i["webhooksFromRestEnabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},81088:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DocumentPage=i.DocumentListInstance=i.DocumentInstance=i.DocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(24808);class DocumentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Documents/${n}`}get documentPermissions(){this._documentPermissions=this._documentPermissions||(0,f.DocumentPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._documentPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DocumentInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["data"]!==undefined)n["Data"]=c.object(e["data"]);if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DocumentInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentContextImpl=DocumentContextImpl;class DocumentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.data=i.data;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new DocumentContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}documentPermissions(){return this._proxy.documentPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,data:this.data,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentInstance=DocumentInstance;function DocumentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new DocumentContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Documents`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["data"]!==undefined)s["Data"]=c.object(i["data"]);if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new DocumentInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DocumentListInstance=DocumentListInstance;class DocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DocumentInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPage=DocumentPage},24808:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DocumentPermissionPage=i.DocumentPermissionListInstance=i.DocumentPermissionInstance=i.DocumentPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class DocumentPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'documentSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,documentSid:n,identity:s};this._uri=`/Services/${i}/Documents/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new DocumentPermissionInstance(n,e,i._solution.serviceSid,i._solution.documentSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new DocumentPermissionInstance(o,e,r._solution.serviceSid,r._solution.documentSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionContextImpl=DocumentPermissionContextImpl;class DocumentPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.documentSid=i.document_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,documentSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new DocumentPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.documentSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,documentSid:this.documentSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionInstance=DocumentPermissionInstance;function DocumentPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'documentSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new DocumentPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,documentSid:n};instance._uri=`/Services/${i}/Documents/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new DocumentPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new DocumentPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.DocumentPermissionListInstance=DocumentPermissionListInstance;class DocumentPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DocumentPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.documentSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DocumentPermissionPage=DocumentPermissionPage},4845:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListPage=i.SyncListListInstance=i.SyncListInstance=i.SyncListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(6456);const _=n(19760);class SyncListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Lists/${n}`}get syncListItems(){this._syncListItems=this._syncListItems||(0,f.SyncListItemListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncListItems}get syncListPermissions(){this._syncListPermissions=this._syncListPermissions||(0,_.SyncListPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncListPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["collectionTtl"]!==undefined)n["CollectionTtl"]=e["collectionTtl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncListInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListContextImpl=SyncListContextImpl;class SyncListInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SyncListContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}syncListItems(){return this._proxy.syncListItems}syncListPermissions(){return this._proxy.syncListPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListInstance=SyncListInstance;function SyncListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SyncListContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Lists`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];if(i["collectionTtl"]!==undefined)s["CollectionTtl"]=i["collectionTtl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncListInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListListInstance=SyncListListInstance;class SyncListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPage=SyncListPage},6456:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListItemPage=i.SyncListItemListInstance=i.SyncListItemInstance=i.SyncListItemContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncListItemContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'index' is not valid.")}this._solution={serviceSid:i,listSid:n,index:s};this._uri=`/Services/${i}/Lists/${n}/Items/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListItemInstance(n,e,i._solution.serviceSid,i._solution.listSid,i._solution.index)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["data"]!==undefined)n["Data"]=c.object(e["data"]);if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["itemTtl"]!==undefined)n["ItemTtl"]=e["itemTtl"];if(e["collectionTtl"]!==undefined)n["CollectionTtl"]=e["collectionTtl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncListItemInstance(o,e,r._solution.serviceSid,r._solution.listSid,r._solution.index)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemContextImpl=SyncListItemContextImpl;class SyncListItemInstance{constructor(e,i,n,s,r){this._version=e;this.index=a.integer(i.index);this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.listSid=i.list_sid;this.url=i.url;this.revision=i.revision;this.data=i.data;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,listSid:s,index:r||this.index}}get _proxy(){this._context=this._context||new SyncListItemContextImpl(this._version,this._solution.serviceSid,this._solution.listSid,this._solution.index);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{index:this.index,accountSid:this.accountSid,serviceSid:this.serviceSid,listSid:this.listSid,url:this.url,revision:this.revision,data:this.data,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemInstance=SyncListItemInstance;function SyncListItemListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncListItemContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,listSid:n};instance._uri=`/Services/${i}/Lists/${n}/Items`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["data"]===null||i["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let s={};s["Data"]=c.object(i["data"]);if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];if(i["itemTtl"]!==undefined)s["ItemTtl"]=i["itemTtl"];if(i["collectionTtl"]!==undefined)s["CollectionTtl"]=i["collectionTtl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncListItemInstance(o,e,instance._solution.serviceSid,instance._solution.listSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["bounds"]!==undefined)s["Bounds"]=i["bounds"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListItemPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListItemPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListItemListInstance=SyncListItemListInstance;class SyncListItemPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListItemInstance(this._version,e,this._solution.serviceSid,this._solution.listSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListItemPage=SyncListItemPage},19760:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncListPermissionPage=i.SyncListPermissionListInstance=i.SyncListPermissionInstance=i.SyncListPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncListPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,listSid:n,identity:s};this._uri=`/Services/${i}/Lists/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncListPermissionInstance(n,e,i._solution.serviceSid,i._solution.listSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncListPermissionInstance(o,e,r._solution.serviceSid,r._solution.listSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionContextImpl=SyncListPermissionContextImpl;class SyncListPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.listSid=i.list_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,listSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new SyncListPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.listSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,listSid:this.listSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionInstance=SyncListPermissionInstance;function SyncListPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'listSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncListPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,listSid:n};instance._uri=`/Services/${i}/Lists/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncListPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncListPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncListPermissionListInstance=SyncListPermissionListInstance;class SyncListPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncListPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.listSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncListPermissionPage=SyncListPermissionPage},81014:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapPage=i.SyncMapListInstance=i.SyncMapInstance=i.SyncMapContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(64825);const _=n(89269);class SyncMapContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Maps/${n}`}get syncMapItems(){this._syncMapItems=this._syncMapItems||(0,f.SyncMapItemListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncMapItems}get syncMapPermissions(){this._syncMapPermissions=this._syncMapPermissions||(0,_.SyncMapPermissionListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._syncMapPermissions}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["collectionTtl"]!==undefined)n["CollectionTtl"]=e["collectionTtl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncMapInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapContextImpl=SyncMapContextImpl;class SyncMapInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.revision=i.revision;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SyncMapContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}syncMapItems(){return this._proxy.syncMapItems}syncMapPermissions(){return this._proxy.syncMapPermissions}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,revision:this.revision,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapInstance=SyncMapInstance;function SyncMapListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SyncMapContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Maps`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];if(i["collectionTtl"]!==undefined)s["CollectionTtl"]=i["collectionTtl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncMapInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapListInstance=SyncMapListInstance;class SyncMapPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPage=SyncMapPage},64825:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapItemPage=i.SyncMapItemListInstance=i.SyncMapItemInstance=i.SyncMapItemContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncMapItemContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'key' is not valid.")}this._solution={serviceSid:i,mapSid:n,key:s};this._uri=`/Services/${i}/Maps/${n}/Items/${s}`}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapItemInstance(n,e,i._solution.serviceSid,i._solution.mapSid,i._solution.key)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["data"]!==undefined)n["Data"]=c.object(e["data"]);if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];if(e["itemTtl"]!==undefined)n["ItemTtl"]=e["itemTtl"];if(e["collectionTtl"]!==undefined)n["CollectionTtl"]=e["collectionTtl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncMapItemInstance(o,e,r._solution.serviceSid,r._solution.mapSid,r._solution.key)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemContextImpl=SyncMapItemContextImpl;class SyncMapItemInstance{constructor(e,i,n,s,r){this._version=e;this.key=i.key;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.mapSid=i.map_sid;this.url=i.url;this.revision=i.revision;this.data=i.data;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,mapSid:s,key:r||this.key}}get _proxy(){this._context=this._context||new SyncMapItemContextImpl(this._version,this._solution.serviceSid,this._solution.mapSid,this._solution.key);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{key:this.key,accountSid:this.accountSid,serviceSid:this.serviceSid,mapSid:this.mapSid,url:this.url,revision:this.revision,data:this.data,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemInstance=SyncMapItemInstance;function SyncMapItemListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncMapItemContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,mapSid:n};instance._uri=`/Services/${i}/Maps/${n}/Items`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["key"]===null||i["key"]===undefined){throw new Error("Required parameter \"params['key']\" missing.")}if(i["data"]===null||i["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let s={};s["Key"]=i["key"];s["Data"]=c.object(i["data"]);if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];if(i["itemTtl"]!==undefined)s["ItemTtl"]=i["itemTtl"];if(i["collectionTtl"]!==undefined)s["CollectionTtl"]=i["collectionTtl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncMapItemInstance(o,e,instance._solution.serviceSid,instance._solution.mapSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["order"]!==undefined)s["Order"]=i["order"];if(i["from"]!==undefined)s["From"]=i["from"];if(i["bounds"]!==undefined)s["Bounds"]=i["bounds"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapItemPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapItemPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapItemListInstance=SyncMapItemListInstance;class SyncMapItemPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapItemInstance(this._version,e,this._solution.serviceSid,this._solution.mapSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapItemPage=SyncMapItemPage},89269:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncMapPermissionPage=i.SyncMapPermissionListInstance=i.SyncMapPermissionInstance=i.SyncMapPermissionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SyncMapPermissionContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,mapSid:n,identity:s};this._uri=`/Services/${i}/Maps/${n}/Permissions/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncMapPermissionInstance(n,e,i._solution.serviceSid,i._solution.mapSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["read"]===null||e["read"]===undefined){throw new Error("Required parameter \"params['read']\" missing.")}if(e["write"]===null||e["write"]===undefined){throw new Error("Required parameter \"params['write']\" missing.")}if(e["manage"]===null||e["manage"]===undefined){throw new Error("Required parameter \"params['manage']\" missing.")}let n={};n["Read"]=c.bool(e["read"]);n["Write"]=c.bool(e["write"]);n["Manage"]=c.bool(e["manage"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncMapPermissionInstance(o,e,r._solution.serviceSid,r._solution.mapSid,r._solution.identity)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionContextImpl=SyncMapPermissionContextImpl;class SyncMapPermissionInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.mapSid=i.map_sid;this.identity=i.identity;this.read=i.read;this.write=i.write;this.manage=i.manage;this.url=i.url;this._solution={serviceSid:n,mapSid:s,identity:r||this.identity}}get _proxy(){this._context=this._context||new SyncMapPermissionContextImpl(this._version,this._solution.serviceSid,this._solution.mapSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,mapSid:this.mapSid,identity:this.identity,read:this.read,write:this.write,manage:this.manage,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionInstance=SyncMapPermissionInstance;function SyncMapPermissionListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'mapSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SyncMapPermissionContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,mapSid:n};instance._uri=`/Services/${i}/Maps/${n}/Permissions`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncMapPermissionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncMapPermissionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncMapPermissionListInstance=SyncMapPermissionListInstance;class SyncMapPermissionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncMapPermissionInstance(this._version,e,this._solution.serviceSid,this._solution.mapSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncMapPermissionPage=SyncMapPermissionPage},20786:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SyncStreamPage=i.SyncStreamListInstance=i.SyncStreamInstance=i.SyncStreamContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(12019);class SyncStreamContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Streams/${n}`}get streamMessages(){this._streamMessages=this._streamMessages||(0,f.StreamMessageListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._streamMessages}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SyncStreamInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["ttl"]!==undefined)n["Ttl"]=e["ttl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SyncStreamInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncStreamContextImpl=SyncStreamContextImpl;class SyncStreamInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.url=i.url;this.links=i.links;this.dateExpires=a.iso8601DateTime(i.date_expires);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.createdBy=i.created_by;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new SyncStreamContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}streamMessages(){return this._proxy.streamMessages}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,serviceSid:this.serviceSid,url:this.url,links:this.links,dateExpires:this.dateExpires,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,createdBy:this.createdBy}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncStreamInstance=SyncStreamInstance;function SyncStreamListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new SyncStreamContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Streams`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SyncStreamInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SyncStreamPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SyncStreamPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SyncStreamListInstance=SyncStreamListInstance;class SyncStreamPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SyncStreamInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SyncStreamPage=SyncStreamPage},12019:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.StreamMessageInstance=i.StreamMessageListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function StreamMessageListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'streamSid' is not valid.")}const r={};r._version=e;r._solution={serviceSid:i,streamSid:n};r._uri=`/Services/${i}/Streams/${n}/Messages`;r.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["data"]===null||i["data"]===undefined){throw new Error("Required parameter \"params['data']\" missing.")}let s={};s["Data"]=o.object(i["data"]);const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.create({uri:r._uri,method:"post",data:s,headers:a});u=u.then((e=>new StreamMessageInstance(c,e,r._solution.serviceSid,r._solution.streamSid)));u=r._version.setPromiseCallback(u,n);return u};r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.StreamMessageListInstance=StreamMessageListInstance;class StreamMessageInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.data=i.data}toJSON(){return{sid:this.sid,data:this.data}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.StreamMessageInstance=StreamMessageInstance},28079:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(86558);class V1 extends r.default{constructor(e){super(e,"v1")}get workspaces(){this._workspaces=this._workspaces||(0,o.WorkspaceListInstance)(this);return this._workspaces}}i["default"]=V1},86558:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WorkspacePage=i.WorkspaceListInstance=i.WorkspaceInstance=i.WorkspaceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(97497);const _=n(23057);const g=n(57360);const v=n(13250);const S=n(22444);const b=n(12752);const P=n(66765);const C=n(47678);const I=n(5751);const x=n(52593);class WorkspaceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Workspaces/${i}`}get activities(){this._activities=this._activities||(0,f.ActivityListInstance)(this._version,this._solution.sid);return this._activities}get events(){this._events=this._events||(0,_.EventListInstance)(this._version,this._solution.sid);return this._events}get tasks(){this._tasks=this._tasks||(0,g.TaskListInstance)(this._version,this._solution.sid);return this._tasks}get taskChannels(){this._taskChannels=this._taskChannels||(0,v.TaskChannelListInstance)(this._version,this._solution.sid);return this._taskChannels}get taskQueues(){this._taskQueues=this._taskQueues||(0,S.TaskQueueListInstance)(this._version,this._solution.sid);return this._taskQueues}get workers(){this._workers=this._workers||(0,b.WorkerListInstance)(this._version,this._solution.sid);return this._workers}get workflows(){this._workflows=this._workflows||(0,P.WorkflowListInstance)(this._version,this._solution.sid);return this._workflows}get cumulativeStatistics(){this._cumulativeStatistics=this._cumulativeStatistics||(0,C.WorkspaceCumulativeStatisticsListInstance)(this._version,this._solution.sid);return this._cumulativeStatistics}get realTimeStatistics(){this._realTimeStatistics=this._realTimeStatistics||(0,I.WorkspaceRealTimeStatisticsListInstance)(this._version,this._solution.sid);return this._realTimeStatistics}get statistics(){this._statistics=this._statistics||(0,x.WorkspaceStatisticsListInstance)(this._version,this._solution.sid);return this._statistics}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WorkspaceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["defaultActivitySid"]!==undefined)n["DefaultActivitySid"]=e["defaultActivitySid"];if(e["eventCallbackUrl"]!==undefined)n["EventCallbackUrl"]=e["eventCallbackUrl"];if(e["eventsFilter"]!==undefined)n["EventsFilter"]=e["eventsFilter"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["multiTaskEnabled"]!==undefined)n["MultiTaskEnabled"]=c.bool(e["multiTaskEnabled"]);if(e["timeoutActivitySid"]!==undefined)n["TimeoutActivitySid"]=e["timeoutActivitySid"];if(e["prioritizeQueueOrder"]!==undefined)n["PrioritizeQueueOrder"]=e["prioritizeQueueOrder"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WorkspaceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkspaceContextImpl=WorkspaceContextImpl;class WorkspaceInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.defaultActivityName=i.default_activity_name;this.defaultActivitySid=i.default_activity_sid;this.eventCallbackUrl=i.event_callback_url;this.eventsFilter=i.events_filter;this.friendlyName=i.friendly_name;this.multiTaskEnabled=i.multi_task_enabled;this.sid=i.sid;this.timeoutActivityName=i.timeout_activity_name;this.timeoutActivitySid=i.timeout_activity_sid;this.prioritizeQueueOrder=i.prioritize_queue_order;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new WorkspaceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}activities(){return this._proxy.activities}events(){return this._proxy.events}tasks(){return this._proxy.tasks}taskChannels(){return this._proxy.taskChannels}taskQueues(){return this._proxy.taskQueues}workers(){return this._proxy.workers}workflows(){return this._proxy.workflows}cumulativeStatistics(){return this._proxy.cumulativeStatistics}realTimeStatistics(){return this._proxy.realTimeStatistics}statistics(){return this._proxy.statistics}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,defaultActivityName:this.defaultActivityName,defaultActivitySid:this.defaultActivitySid,eventCallbackUrl:this.eventCallbackUrl,eventsFilter:this.eventsFilter,friendlyName:this.friendlyName,multiTaskEnabled:this.multiTaskEnabled,sid:this.sid,timeoutActivityName:this.timeoutActivityName,timeoutActivitySid:this.timeoutActivitySid,prioritizeQueueOrder:this.prioritizeQueueOrder,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkspaceInstance=WorkspaceInstance;function WorkspaceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new WorkspaceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Workspaces`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["eventCallbackUrl"]!==undefined)s["EventCallbackUrl"]=i["eventCallbackUrl"];if(i["eventsFilter"]!==undefined)s["EventsFilter"]=i["eventsFilter"];if(i["multiTaskEnabled"]!==undefined)s["MultiTaskEnabled"]=c.bool(i["multiTaskEnabled"]);if(i["template"]!==undefined)s["Template"]=i["template"];if(i["prioritizeQueueOrder"]!==undefined)s["PrioritizeQueueOrder"]=i["prioritizeQueueOrder"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WorkspaceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WorkspacePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WorkspacePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WorkspaceListInstance=WorkspaceListInstance;class WorkspacePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WorkspaceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkspacePage=WorkspacePage},97497:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ActivityPage=i.ActivityListInstance=i.ActivityInstance=i.ActivityContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ActivityContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/Activities/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ActivityInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ActivityInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ActivityContextImpl=ActivityContextImpl;class ActivityInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.available=i.available;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ActivityContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,available:this.available,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid,workspaceSid:this.workspaceSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ActivityInstance=ActivityInstance;function ActivityListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ActivityContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/Activities`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["available"]!==undefined)s["Available"]=c.bool(i["available"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ActivityInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["available"]!==undefined)s["Available"]=i["available"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ActivityPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ActivityPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ActivityListInstance=ActivityListInstance;class ActivityPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ActivityInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ActivityPage=ActivityPage},23057:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EventPage=i.EventListInstance=i.EventInstance=i.EventContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EventContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/Events/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EventInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventContextImpl=EventContextImpl;class EventInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.actorSid=i.actor_sid;this.actorType=i.actor_type;this.actorUrl=i.actor_url;this.description=i.description;this.eventData=i.event_data;this.eventDate=a.iso8601DateTime(i.event_date);this.eventDateMs=i.event_date_ms;this.eventType=i.event_type;this.resourceSid=i.resource_sid;this.resourceType=i.resource_type;this.resourceUrl=i.resource_url;this.sid=i.sid;this.source=i.source;this.sourceIpAddress=i.source_ip_address;this.url=i.url;this.workspaceSid=i.workspace_sid;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new EventContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,actorSid:this.actorSid,actorType:this.actorType,actorUrl:this.actorUrl,description:this.description,eventData:this.eventData,eventDate:this.eventDate,eventDateMs:this.eventDateMs,eventType:this.eventType,resourceSid:this.resourceSid,resourceType:this.resourceType,resourceUrl:this.resourceUrl,sid:this.sid,source:this.source,sourceIpAddress:this.sourceIpAddress,url:this.url,workspaceSid:this.workspaceSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventInstance=EventInstance;function EventListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new EventContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/Events`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["endDate"]!==undefined)s["EndDate"]=c.iso8601DateTime(i["endDate"]);if(i["eventType"]!==undefined)s["EventType"]=i["eventType"];if(i["minutes"]!==undefined)s["Minutes"]=i["minutes"];if(i["reservationSid"]!==undefined)s["ReservationSid"]=i["reservationSid"];if(i["startDate"]!==undefined)s["StartDate"]=c.iso8601DateTime(i["startDate"]);if(i["taskQueueSid"]!==undefined)s["TaskQueueSid"]=i["taskQueueSid"];if(i["taskSid"]!==undefined)s["TaskSid"]=i["taskSid"];if(i["workerSid"]!==undefined)s["WorkerSid"]=i["workerSid"];if(i["workflowSid"]!==undefined)s["WorkflowSid"]=i["workflowSid"];if(i["taskChannel"]!==undefined)s["TaskChannel"]=i["taskChannel"];if(i["sid"]!==undefined)s["Sid"]=i["sid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EventPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EventPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EventListInstance=EventListInstance;class EventPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EventInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EventPage=EventPage},57360:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TaskPage=i.TaskListInstance=i.TaskInstance=i.TaskContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(11600);class TaskContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/Tasks/${n}`}get reservations(){this._reservations=this._reservations||(0,f.ReservationListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._reservations}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["assignmentStatus"]!==undefined)n["AssignmentStatus"]=e["assignmentStatus"];if(e["reason"]!==undefined)n["Reason"]=e["reason"];if(e["priority"]!==undefined)n["Priority"]=e["priority"];if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["virtualStartTime"]!==undefined)n["VirtualStartTime"]=c.iso8601DateTime(e["virtualStartTime"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TaskInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskContextImpl=TaskContextImpl;class TaskInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.age=a.integer(i.age);this.assignmentStatus=i.assignment_status;this.attributes=i.attributes;this.addons=i.addons;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.taskQueueEnteredDate=a.iso8601DateTime(i.task_queue_entered_date);this.priority=a.integer(i.priority);this.reason=i.reason;this.sid=i.sid;this.taskQueueSid=i.task_queue_sid;this.taskQueueFriendlyName=i.task_queue_friendly_name;this.taskChannelSid=i.task_channel_sid;this.taskChannelUniqueName=i.task_channel_unique_name;this.timeout=a.integer(i.timeout);this.workflowSid=i.workflow_sid;this.workflowFriendlyName=i.workflow_friendly_name;this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this.virtualStartTime=a.iso8601DateTime(i.virtual_start_time);this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TaskContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}reservations(){return this._proxy.reservations}toJSON(){return{accountSid:this.accountSid,age:this.age,assignmentStatus:this.assignmentStatus,attributes:this.attributes,addons:this.addons,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,taskQueueEnteredDate:this.taskQueueEnteredDate,priority:this.priority,reason:this.reason,sid:this.sid,taskQueueSid:this.taskQueueSid,taskQueueFriendlyName:this.taskQueueFriendlyName,taskChannelSid:this.taskChannelSid,taskChannelUniqueName:this.taskChannelUniqueName,timeout:this.timeout,workflowSid:this.workflowSid,workflowFriendlyName:this.workflowFriendlyName,workspaceSid:this.workspaceSid,url:this.url,links:this.links,virtualStartTime:this.virtualStartTime}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskInstance=TaskInstance;function TaskListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TaskContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/Tasks`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["timeout"]!==undefined)s["Timeout"]=i["timeout"];if(i["priority"]!==undefined)s["Priority"]=i["priority"];if(i["taskChannel"]!==undefined)s["TaskChannel"]=i["taskChannel"];if(i["workflowSid"]!==undefined)s["WorkflowSid"]=i["workflowSid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];if(i["virtualStartTime"]!==undefined)s["VirtualStartTime"]=c.iso8601DateTime(i["virtualStartTime"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TaskInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["priority"]!==undefined)s["Priority"]=i["priority"];if(i["assignmentStatus"]!==undefined)s["AssignmentStatus"]=c.map(i["assignmentStatus"],(e=>e));if(i["workflowSid"]!==undefined)s["WorkflowSid"]=i["workflowSid"];if(i["workflowName"]!==undefined)s["WorkflowName"]=i["workflowName"];if(i["taskQueueSid"]!==undefined)s["TaskQueueSid"]=i["taskQueueSid"];if(i["taskQueueName"]!==undefined)s["TaskQueueName"]=i["taskQueueName"];if(i["evaluateTaskAttributes"]!==undefined)s["EvaluateTaskAttributes"]=i["evaluateTaskAttributes"];if(i["ordering"]!==undefined)s["Ordering"]=i["ordering"];if(i["hasAddons"]!==undefined)s["HasAddons"]=c.bool(i["hasAddons"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TaskPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TaskPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TaskListInstance=TaskListInstance;class TaskPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TaskInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskPage=TaskPage},11600:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ReservationPage=i.ReservationListInstance=i.ReservationInstance=i.ReservationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ReservationContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,taskSid:n,sid:s};this._uri=`/Workspaces/${i}/Tasks/${n}/Reservations/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ReservationInstance(n,e,i._solution.workspaceSid,i._solution.taskSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["reservationStatus"]!==undefined)n["ReservationStatus"]=e["reservationStatus"];if(e["workerActivitySid"]!==undefined)n["WorkerActivitySid"]=e["workerActivitySid"];if(e["instruction"]!==undefined)n["Instruction"]=e["instruction"];if(e["dequeuePostWorkActivitySid"]!==undefined)n["DequeuePostWorkActivitySid"]=e["dequeuePostWorkActivitySid"];if(e["dequeueFrom"]!==undefined)n["DequeueFrom"]=e["dequeueFrom"];if(e["dequeueRecord"]!==undefined)n["DequeueRecord"]=e["dequeueRecord"];if(e["dequeueTimeout"]!==undefined)n["DequeueTimeout"]=e["dequeueTimeout"];if(e["dequeueTo"]!==undefined)n["DequeueTo"]=e["dequeueTo"];if(e["dequeueStatusCallbackUrl"]!==undefined)n["DequeueStatusCallbackUrl"]=e["dequeueStatusCallbackUrl"];if(e["callFrom"]!==undefined)n["CallFrom"]=e["callFrom"];if(e["callRecord"]!==undefined)n["CallRecord"]=e["callRecord"];if(e["callTimeout"]!==undefined)n["CallTimeout"]=e["callTimeout"];if(e["callTo"]!==undefined)n["CallTo"]=e["callTo"];if(e["callUrl"]!==undefined)n["CallUrl"]=e["callUrl"];if(e["callStatusCallbackUrl"]!==undefined)n["CallStatusCallbackUrl"]=e["callStatusCallbackUrl"];if(e["callAccept"]!==undefined)n["CallAccept"]=c.bool(e["callAccept"]);if(e["redirectCallSid"]!==undefined)n["RedirectCallSid"]=e["redirectCallSid"];if(e["redirectAccept"]!==undefined)n["RedirectAccept"]=c.bool(e["redirectAccept"]);if(e["redirectUrl"]!==undefined)n["RedirectUrl"]=e["redirectUrl"];if(e["to"]!==undefined)n["To"]=e["to"];if(e["from"]!==undefined)n["From"]=e["from"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["statusCallbackEvent"]!==undefined)n["StatusCallbackEvent"]=c.map(e["statusCallbackEvent"],(e=>e));if(e["timeout"]!==undefined)n["Timeout"]=e["timeout"];if(e["record"]!==undefined)n["Record"]=c.bool(e["record"]);if(e["muted"]!==undefined)n["Muted"]=c.bool(e["muted"]);if(e["beep"]!==undefined)n["Beep"]=e["beep"];if(e["startConferenceOnEnter"]!==undefined)n["StartConferenceOnEnter"]=c.bool(e["startConferenceOnEnter"]);if(e["endConferenceOnExit"]!==undefined)n["EndConferenceOnExit"]=c.bool(e["endConferenceOnExit"]);if(e["waitUrl"]!==undefined)n["WaitUrl"]=e["waitUrl"];if(e["waitMethod"]!==undefined)n["WaitMethod"]=e["waitMethod"];if(e["earlyMedia"]!==undefined)n["EarlyMedia"]=c.bool(e["earlyMedia"]);if(e["maxParticipants"]!==undefined)n["MaxParticipants"]=e["maxParticipants"];if(e["conferenceStatusCallback"]!==undefined)n["ConferenceStatusCallback"]=e["conferenceStatusCallback"];if(e["conferenceStatusCallbackMethod"]!==undefined)n["ConferenceStatusCallbackMethod"]=e["conferenceStatusCallbackMethod"];if(e["conferenceStatusCallbackEvent"]!==undefined)n["ConferenceStatusCallbackEvent"]=c.map(e["conferenceStatusCallbackEvent"],(e=>e));if(e["conferenceRecord"]!==undefined)n["ConferenceRecord"]=e["conferenceRecord"];if(e["conferenceTrim"]!==undefined)n["ConferenceTrim"]=e["conferenceTrim"];if(e["recordingChannels"]!==undefined)n["RecordingChannels"]=e["recordingChannels"];if(e["recordingStatusCallback"]!==undefined)n["RecordingStatusCallback"]=e["recordingStatusCallback"];if(e["recordingStatusCallbackMethod"]!==undefined)n["RecordingStatusCallbackMethod"]=e["recordingStatusCallbackMethod"];if(e["conferenceRecordingStatusCallback"]!==undefined)n["ConferenceRecordingStatusCallback"]=e["conferenceRecordingStatusCallback"];if(e["conferenceRecordingStatusCallbackMethod"]!==undefined)n["ConferenceRecordingStatusCallbackMethod"]=e["conferenceRecordingStatusCallbackMethod"];if(e["region"]!==undefined)n["Region"]=e["region"];if(e["sipAuthUsername"]!==undefined)n["SipAuthUsername"]=e["sipAuthUsername"];if(e["sipAuthPassword"]!==undefined)n["SipAuthPassword"]=e["sipAuthPassword"];if(e["dequeueStatusCallbackEvent"]!==undefined)n["DequeueStatusCallbackEvent"]=c.map(e["dequeueStatusCallbackEvent"],(e=>e));if(e["postWorkActivitySid"]!==undefined)n["PostWorkActivitySid"]=e["postWorkActivitySid"];if(e["supervisorMode"]!==undefined)n["SupervisorMode"]=e["supervisorMode"];if(e["supervisor"]!==undefined)n["Supervisor"]=e["supervisor"];if(e["endConferenceOnCustomerExit"]!==undefined)n["EndConferenceOnCustomerExit"]=c.bool(e["endConferenceOnCustomerExit"]);if(e["beepOnCustomerEntrance"]!==undefined)n["BeepOnCustomerEntrance"]=c.bool(e["beepOnCustomerEntrance"]);if(e["jitterBufferSize"]!==undefined)n["JitterBufferSize"]=e["jitterBufferSize"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ReservationInstance(o,e,r._solution.workspaceSid,r._solution.taskSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationContextImpl=ReservationContextImpl;class ReservationInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.reservationStatus=i.reservation_status;this.sid=i.sid;this.taskSid=i.task_sid;this.workerName=i.worker_name;this.workerSid=i.worker_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,taskSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ReservationContextImpl(this._version,this._solution.workspaceSid,this._solution.taskSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,reservationStatus:this.reservationStatus,sid:this.sid,taskSid:this.taskSid,workerName:this.workerName,workerSid:this.workerSid,workspaceSid:this.workspaceSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationInstance=ReservationInstance;function ReservationListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'taskSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ReservationContextImpl(e,i,n,s)};instance._version=e;instance._solution={workspaceSid:i,taskSid:n};instance._uri=`/Workspaces/${i}/Tasks/${n}/Reservations`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["reservationStatus"]!==undefined)s["ReservationStatus"]=i["reservationStatus"];if(i["workerSid"]!==undefined)s["WorkerSid"]=i["workerSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ReservationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ReservationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ReservationListInstance=ReservationListInstance;class ReservationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ReservationInstance(this._version,e,this._solution.workspaceSid,this._solution.taskSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationPage=ReservationPage},13250:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TaskChannelPage=i.TaskChannelListInstance=i.TaskChannelInstance=i.TaskChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TaskChannelContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/TaskChannels/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskChannelInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["channelOptimizedRouting"]!==undefined)n["ChannelOptimizedRouting"]=c.bool(e["channelOptimizedRouting"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TaskChannelInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskChannelContextImpl=TaskChannelContextImpl;class TaskChannelInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this.uniqueName=i.unique_name;this.workspaceSid=i.workspace_sid;this.channelOptimizedRouting=i.channel_optimized_routing;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TaskChannelContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid,uniqueName:this.uniqueName,workspaceSid:this.workspaceSid,channelOptimizedRouting:this.channelOptimizedRouting,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskChannelInstance=TaskChannelInstance;function TaskChannelListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TaskChannelContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/TaskChannels`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["UniqueName"]=i["uniqueName"];if(i["channelOptimizedRouting"]!==undefined)s["ChannelOptimizedRouting"]=c.bool(i["channelOptimizedRouting"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TaskChannelInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TaskChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TaskChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TaskChannelListInstance=TaskChannelListInstance;class TaskChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TaskChannelInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskChannelPage=TaskChannelPage},22444:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TaskQueuePage=i.TaskQueueListInstance=i.TaskQueueInstance=i.TaskQueueContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(53498);const _=n(12822);const g=n(28266);const v=n(87382);class TaskQueueContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/TaskQueues/${n}`}get cumulativeStatistics(){this._cumulativeStatistics=this._cumulativeStatistics||(0,f.TaskQueueCumulativeStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._cumulativeStatistics}get realTimeStatistics(){this._realTimeStatistics=this._realTimeStatistics||(0,_.TaskQueueRealTimeStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._realTimeStatistics}get statistics(){this._statistics=this._statistics||(0,g.TaskQueueStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._statistics}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TaskQueueInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["targetWorkers"]!==undefined)n["TargetWorkers"]=e["targetWorkers"];if(e["reservationActivitySid"]!==undefined)n["ReservationActivitySid"]=e["reservationActivitySid"];if(e["assignmentActivitySid"]!==undefined)n["AssignmentActivitySid"]=e["assignmentActivitySid"];if(e["maxReservedWorkers"]!==undefined)n["MaxReservedWorkers"]=e["maxReservedWorkers"];if(e["taskOrder"]!==undefined)n["TaskOrder"]=e["taskOrder"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TaskQueueInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskQueueContextImpl=TaskQueueContextImpl;class TaskQueueInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.assignmentActivitySid=i.assignment_activity_sid;this.assignmentActivityName=i.assignment_activity_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.maxReservedWorkers=a.integer(i.max_reserved_workers);this.reservationActivitySid=i.reservation_activity_sid;this.reservationActivityName=i.reservation_activity_name;this.sid=i.sid;this.targetWorkers=i.target_workers;this.taskOrder=i.task_order;this.url=i.url;this.workspaceSid=i.workspace_sid;this.links=i.links;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TaskQueueContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}cumulativeStatistics(){return this._proxy.cumulativeStatistics}realTimeStatistics(){return this._proxy.realTimeStatistics}statistics(){return this._proxy.statistics}toJSON(){return{accountSid:this.accountSid,assignmentActivitySid:this.assignmentActivitySid,assignmentActivityName:this.assignmentActivityName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,maxReservedWorkers:this.maxReservedWorkers,reservationActivitySid:this.reservationActivitySid,reservationActivityName:this.reservationActivityName,sid:this.sid,targetWorkers:this.targetWorkers,taskOrder:this.taskOrder,url:this.url,workspaceSid:this.workspaceSid,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskQueueInstance=TaskQueueInstance;function TaskQueueListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TaskQueueContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/TaskQueues`;Object.defineProperty(instance,"statistics",{get:function statistics(){if(!instance._statistics){instance._statistics=(0,v.TaskQueuesStatisticsListInstance)(instance._version,instance._solution.workspaceSid)}return instance._statistics}});instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["targetWorkers"]!==undefined)s["TargetWorkers"]=i["targetWorkers"];if(i["maxReservedWorkers"]!==undefined)s["MaxReservedWorkers"]=i["maxReservedWorkers"];if(i["taskOrder"]!==undefined)s["TaskOrder"]=i["taskOrder"];if(i["reservationActivitySid"]!==undefined)s["ReservationActivitySid"]=i["reservationActivitySid"];if(i["assignmentActivitySid"]!==undefined)s["AssignmentActivitySid"]=i["assignmentActivitySid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TaskQueueInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["evaluateWorkerAttributes"]!==undefined)s["EvaluateWorkerAttributes"]=i["evaluateWorkerAttributes"];if(i["workerSid"]!==undefined)s["WorkerSid"]=i["workerSid"];if(i["ordering"]!==undefined)s["Ordering"]=i["ordering"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TaskQueuePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TaskQueuePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TaskQueueListInstance=TaskQueueListInstance;class TaskQueuePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TaskQueueInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskQueuePage=TaskQueuePage},53498:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TaskQueueCumulativeStatisticsListInstance=i.TaskQueueCumulativeStatisticsInstance=i.TaskQueueCumulativeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TaskQueueCumulativeStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}this._solution={workspaceSid:i,taskQueueSid:n};this._uri=`/Workspaces/${i}/TaskQueues/${n}/CumulativeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new TaskQueueCumulativeStatisticsInstance(a,e,r._solution.workspaceSid,r._solution.taskQueueSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueCumulativeStatisticsContextImpl=TaskQueueCumulativeStatisticsContextImpl;class TaskQueueCumulativeStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.avgTaskAcceptanceTime=r.integer(i.avg_task_acceptance_time);this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.reservationsCreated=r.integer(i.reservations_created);this.reservationsAccepted=r.integer(i.reservations_accepted);this.reservationsRejected=r.integer(i.reservations_rejected);this.reservationsTimedOut=r.integer(i.reservations_timed_out);this.reservationsCanceled=r.integer(i.reservations_canceled);this.reservationsRescinded=r.integer(i.reservations_rescinded);this.splitByWaitTime=i.split_by_wait_time;this.taskQueueSid=i.task_queue_sid;this.waitDurationUntilAccepted=i.wait_duration_until_accepted;this.waitDurationUntilCanceled=i.wait_duration_until_canceled;this.waitDurationInQueueUntilAccepted=i.wait_duration_in_queue_until_accepted;this.tasksCanceled=r.integer(i.tasks_canceled);this.tasksCompleted=r.integer(i.tasks_completed);this.tasksDeleted=r.integer(i.tasks_deleted);this.tasksEntered=r.integer(i.tasks_entered);this.tasksMoved=r.integer(i.tasks_moved);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,taskQueueSid:s}}get _proxy(){this._context=this._context||new TaskQueueCumulativeStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.taskQueueSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,avgTaskAcceptanceTime:this.avgTaskAcceptanceTime,startTime:this.startTime,endTime:this.endTime,reservationsCreated:this.reservationsCreated,reservationsAccepted:this.reservationsAccepted,reservationsRejected:this.reservationsRejected,reservationsTimedOut:this.reservationsTimedOut,reservationsCanceled:this.reservationsCanceled,reservationsRescinded:this.reservationsRescinded,splitByWaitTime:this.splitByWaitTime,taskQueueSid:this.taskQueueSid,waitDurationUntilAccepted:this.waitDurationUntilAccepted,waitDurationUntilCanceled:this.waitDurationUntilCanceled,waitDurationInQueueUntilAccepted:this.waitDurationInQueueUntilAccepted,tasksCanceled:this.tasksCanceled,tasksCompleted:this.tasksCompleted,tasksDeleted:this.tasksDeleted,tasksEntered:this.tasksEntered,tasksMoved:this.tasksMoved,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueCumulativeStatisticsInstance=TaskQueueCumulativeStatisticsInstance;function TaskQueueCumulativeStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new TaskQueueCumulativeStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,taskQueueSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TaskQueueCumulativeStatisticsListInstance=TaskQueueCumulativeStatisticsListInstance},12822:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TaskQueueRealTimeStatisticsListInstance=i.TaskQueueRealTimeStatisticsInstance=i.TaskQueueRealTimeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TaskQueueRealTimeStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}this._solution={workspaceSid:i,taskQueueSid:n};this._uri=`/Workspaces/${i}/TaskQueues/${n}/RealTimeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new TaskQueueRealTimeStatisticsInstance(o,e,r._solution.workspaceSid,r._solution.taskQueueSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueRealTimeStatisticsContextImpl=TaskQueueRealTimeStatisticsContextImpl;class TaskQueueRealTimeStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.activityStatistics=i.activity_statistics;this.longestTaskWaitingAge=r.integer(i.longest_task_waiting_age);this.longestTaskWaitingSid=i.longest_task_waiting_sid;this.longestRelativeTaskAgeInQueue=r.integer(i.longest_relative_task_age_in_queue);this.longestRelativeTaskSidInQueue=i.longest_relative_task_sid_in_queue;this.taskQueueSid=i.task_queue_sid;this.tasksByPriority=i.tasks_by_priority;this.tasksByStatus=i.tasks_by_status;this.totalAvailableWorkers=r.integer(i.total_available_workers);this.totalEligibleWorkers=r.integer(i.total_eligible_workers);this.totalTasks=r.integer(i.total_tasks);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,taskQueueSid:s}}get _proxy(){this._context=this._context||new TaskQueueRealTimeStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.taskQueueSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,activityStatistics:this.activityStatistics,longestTaskWaitingAge:this.longestTaskWaitingAge,longestTaskWaitingSid:this.longestTaskWaitingSid,longestRelativeTaskAgeInQueue:this.longestRelativeTaskAgeInQueue,longestRelativeTaskSidInQueue:this.longestRelativeTaskSidInQueue,taskQueueSid:this.taskQueueSid,tasksByPriority:this.tasksByPriority,tasksByStatus:this.tasksByStatus,totalAvailableWorkers:this.totalAvailableWorkers,totalEligibleWorkers:this.totalEligibleWorkers,totalTasks:this.totalTasks,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueRealTimeStatisticsInstance=TaskQueueRealTimeStatisticsInstance;function TaskQueueRealTimeStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new TaskQueueRealTimeStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,taskQueueSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TaskQueueRealTimeStatisticsListInstance=TaskQueueRealTimeStatisticsListInstance},28266:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.TaskQueueStatisticsListInstance=i.TaskQueueStatisticsInstance=i.TaskQueueStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class TaskQueueStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}this._solution={workspaceSid:i,taskQueueSid:n};this._uri=`/Workspaces/${i}/TaskQueues/${n}/Statistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new TaskQueueStatisticsInstance(a,e,r._solution.workspaceSid,r._solution.taskQueueSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueStatisticsContextImpl=TaskQueueStatisticsContextImpl;class TaskQueueStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.cumulative=i.cumulative;this.realtime=i.realtime;this.taskQueueSid=i.task_queue_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,taskQueueSid:s}}get _proxy(){this._context=this._context||new TaskQueueStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.taskQueueSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,cumulative:this.cumulative,realtime:this.realtime,taskQueueSid:this.taskQueueSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.TaskQueueStatisticsInstance=TaskQueueStatisticsInstance;function TaskQueueStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'taskQueueSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new TaskQueueStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,taskQueueSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.TaskQueueStatisticsListInstance=TaskQueueStatisticsListInstance},87382:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TaskQueuesStatisticsPage=i.TaskQueuesStatisticsInstance=i.TaskQueuesStatisticsListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function TaskQueuesStatisticsListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const n={};n._version=e;n._solution={workspaceSid:i};n._uri=`/Workspaces/${i}/TaskQueues/Statistics`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["endDate"]!==undefined)r["EndDate"]=c.iso8601DateTime(i["endDate"]);if(i["friendlyName"]!==undefined)r["FriendlyName"]=i["friendlyName"];if(i["minutes"]!==undefined)r["Minutes"]=i["minutes"];if(i["startDate"]!==undefined)r["StartDate"]=c.iso8601DateTime(i["startDate"]);if(i["taskChannel"]!==undefined)r["TaskChannel"]=i["taskChannel"];if(i["splitByWaitTime"]!==undefined)r["SplitByWaitTime"]=i["splitByWaitTime"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new TaskQueuesStatisticsPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new TaskQueuesStatisticsPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.TaskQueuesStatisticsListInstance=TaskQueuesStatisticsListInstance;class TaskQueuesStatisticsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.cumulative=i.cumulative;this.realtime=i.realtime;this.taskQueueSid=i.task_queue_sid;this.workspaceSid=i.workspace_sid}toJSON(){return{accountSid:this.accountSid,cumulative:this.cumulative,realtime:this.realtime,taskQueueSid:this.taskQueueSid,workspaceSid:this.workspaceSid}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskQueuesStatisticsInstance=TaskQueuesStatisticsInstance;class TaskQueuesStatisticsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TaskQueuesStatisticsInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TaskQueuesStatisticsPage=TaskQueuesStatisticsPage},12752:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WorkerPage=i.WorkerListInstance=i.WorkerInstance=i.WorkerContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(61747);const _=n(30781);const g=n(26500);const v=n(62308);const S=n(98231);const b=n(2858);class WorkerContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/Workers/${n}`}get reservations(){this._reservations=this._reservations||(0,f.ReservationListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._reservations}get workerChannels(){this._workerChannels=this._workerChannels||(0,_.WorkerChannelListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._workerChannels}get statistics(){this._statistics=this._statistics||(0,g.WorkerStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._statistics}remove(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};const s={};if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.remove({uri:r._uri,method:"delete",params:n,headers:s});a=r._version.setPromiseCallback(a,i);return a}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WorkerInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["activitySid"]!==undefined)n["ActivitySid"]=e["activitySid"];if(e["attributes"]!==undefined)n["Attributes"]=e["attributes"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["rejectPendingReservations"]!==undefined)n["RejectPendingReservations"]=c.bool(e["rejectPendingReservations"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WorkerInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerContextImpl=WorkerContextImpl;class WorkerInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.activityName=i.activity_name;this.activitySid=i.activity_sid;this.attributes=i.attributes;this.available=i.available;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateStatusChanged=a.iso8601DateTime(i.date_status_changed);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.sid=i.sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new WorkerContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e,i){return this._proxy.remove(e,i)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}reservations(){return this._proxy.reservations}workerChannels(){return this._proxy.workerChannels}statistics(){return this._proxy.statistics}toJSON(){return{accountSid:this.accountSid,activityName:this.activityName,activitySid:this.activitySid,attributes:this.attributes,available:this.available,dateCreated:this.dateCreated,dateStatusChanged:this.dateStatusChanged,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,sid:this.sid,workspaceSid:this.workspaceSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerInstance=WorkerInstance;function WorkerListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new WorkerContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/Workers`;Object.defineProperty(instance,"cumulativeStatistics",{get:function cumulativeStatistics(){if(!instance._cumulativeStatistics){instance._cumulativeStatistics=(0,v.WorkersCumulativeStatisticsListInstance)(instance._version,instance._solution.workspaceSid)}return instance._cumulativeStatistics}});Object.defineProperty(instance,"realTimeStatistics",{get:function realTimeStatistics(){if(!instance._realTimeStatistics){instance._realTimeStatistics=(0,S.WorkersRealTimeStatisticsListInstance)(instance._version,instance._solution.workspaceSid)}return instance._realTimeStatistics}});Object.defineProperty(instance,"statistics",{get:function statistics(){if(!instance._statistics){instance._statistics=(0,b.WorkersStatisticsListInstance)(instance._version,instance._solution.workspaceSid)}return instance._statistics}});instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["activitySid"]!==undefined)s["ActivitySid"]=i["activitySid"];if(i["attributes"]!==undefined)s["Attributes"]=i["attributes"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WorkerInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["activityName"]!==undefined)s["ActivityName"]=i["activityName"];if(i["activitySid"]!==undefined)s["ActivitySid"]=i["activitySid"];if(i["available"]!==undefined)s["Available"]=i["available"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["targetWorkersExpression"]!==undefined)s["TargetWorkersExpression"]=i["targetWorkersExpression"];if(i["taskQueueName"]!==undefined)s["TaskQueueName"]=i["taskQueueName"];if(i["taskQueueSid"]!==undefined)s["TaskQueueSid"]=i["taskQueueSid"];if(i["ordering"]!==undefined)s["Ordering"]=i["ordering"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WorkerPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WorkerPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WorkerListInstance=WorkerListInstance;class WorkerPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WorkerInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerPage=WorkerPage},61747:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ReservationPage=i.ReservationListInstance=i.ReservationInstance=i.ReservationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ReservationContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,workerSid:n,sid:s};this._uri=`/Workspaces/${i}/Workers/${n}/Reservations/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ReservationInstance(n,e,i._solution.workspaceSid,i._solution.workerSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["reservationStatus"]!==undefined)n["ReservationStatus"]=e["reservationStatus"];if(e["workerActivitySid"]!==undefined)n["WorkerActivitySid"]=e["workerActivitySid"];if(e["instruction"]!==undefined)n["Instruction"]=e["instruction"];if(e["dequeuePostWorkActivitySid"]!==undefined)n["DequeuePostWorkActivitySid"]=e["dequeuePostWorkActivitySid"];if(e["dequeueFrom"]!==undefined)n["DequeueFrom"]=e["dequeueFrom"];if(e["dequeueRecord"]!==undefined)n["DequeueRecord"]=e["dequeueRecord"];if(e["dequeueTimeout"]!==undefined)n["DequeueTimeout"]=e["dequeueTimeout"];if(e["dequeueTo"]!==undefined)n["DequeueTo"]=e["dequeueTo"];if(e["dequeueStatusCallbackUrl"]!==undefined)n["DequeueStatusCallbackUrl"]=e["dequeueStatusCallbackUrl"];if(e["callFrom"]!==undefined)n["CallFrom"]=e["callFrom"];if(e["callRecord"]!==undefined)n["CallRecord"]=e["callRecord"];if(e["callTimeout"]!==undefined)n["CallTimeout"]=e["callTimeout"];if(e["callTo"]!==undefined)n["CallTo"]=e["callTo"];if(e["callUrl"]!==undefined)n["CallUrl"]=e["callUrl"];if(e["callStatusCallbackUrl"]!==undefined)n["CallStatusCallbackUrl"]=e["callStatusCallbackUrl"];if(e["callAccept"]!==undefined)n["CallAccept"]=c.bool(e["callAccept"]);if(e["redirectCallSid"]!==undefined)n["RedirectCallSid"]=e["redirectCallSid"];if(e["redirectAccept"]!==undefined)n["RedirectAccept"]=c.bool(e["redirectAccept"]);if(e["redirectUrl"]!==undefined)n["RedirectUrl"]=e["redirectUrl"];if(e["to"]!==undefined)n["To"]=e["to"];if(e["from"]!==undefined)n["From"]=e["from"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["statusCallbackEvent"]!==undefined)n["StatusCallbackEvent"]=c.map(e["statusCallbackEvent"],(e=>e));if(e["timeout"]!==undefined)n["Timeout"]=e["timeout"];if(e["record"]!==undefined)n["Record"]=c.bool(e["record"]);if(e["muted"]!==undefined)n["Muted"]=c.bool(e["muted"]);if(e["beep"]!==undefined)n["Beep"]=e["beep"];if(e["startConferenceOnEnter"]!==undefined)n["StartConferenceOnEnter"]=c.bool(e["startConferenceOnEnter"]);if(e["endConferenceOnExit"]!==undefined)n["EndConferenceOnExit"]=c.bool(e["endConferenceOnExit"]);if(e["waitUrl"]!==undefined)n["WaitUrl"]=e["waitUrl"];if(e["waitMethod"]!==undefined)n["WaitMethod"]=e["waitMethod"];if(e["earlyMedia"]!==undefined)n["EarlyMedia"]=c.bool(e["earlyMedia"]);if(e["maxParticipants"]!==undefined)n["MaxParticipants"]=e["maxParticipants"];if(e["conferenceStatusCallback"]!==undefined)n["ConferenceStatusCallback"]=e["conferenceStatusCallback"];if(e["conferenceStatusCallbackMethod"]!==undefined)n["ConferenceStatusCallbackMethod"]=e["conferenceStatusCallbackMethod"];if(e["conferenceStatusCallbackEvent"]!==undefined)n["ConferenceStatusCallbackEvent"]=c.map(e["conferenceStatusCallbackEvent"],(e=>e));if(e["conferenceRecord"]!==undefined)n["ConferenceRecord"]=e["conferenceRecord"];if(e["conferenceTrim"]!==undefined)n["ConferenceTrim"]=e["conferenceTrim"];if(e["recordingChannels"]!==undefined)n["RecordingChannels"]=e["recordingChannels"];if(e["recordingStatusCallback"]!==undefined)n["RecordingStatusCallback"]=e["recordingStatusCallback"];if(e["recordingStatusCallbackMethod"]!==undefined)n["RecordingStatusCallbackMethod"]=e["recordingStatusCallbackMethod"];if(e["conferenceRecordingStatusCallback"]!==undefined)n["ConferenceRecordingStatusCallback"]=e["conferenceRecordingStatusCallback"];if(e["conferenceRecordingStatusCallbackMethod"]!==undefined)n["ConferenceRecordingStatusCallbackMethod"]=e["conferenceRecordingStatusCallbackMethod"];if(e["region"]!==undefined)n["Region"]=e["region"];if(e["sipAuthUsername"]!==undefined)n["SipAuthUsername"]=e["sipAuthUsername"];if(e["sipAuthPassword"]!==undefined)n["SipAuthPassword"]=e["sipAuthPassword"];if(e["dequeueStatusCallbackEvent"]!==undefined)n["DequeueStatusCallbackEvent"]=c.map(e["dequeueStatusCallbackEvent"],(e=>e));if(e["postWorkActivitySid"]!==undefined)n["PostWorkActivitySid"]=e["postWorkActivitySid"];if(e["endConferenceOnCustomerExit"]!==undefined)n["EndConferenceOnCustomerExit"]=c.bool(e["endConferenceOnCustomerExit"]);if(e["beepOnCustomerEntrance"]!==undefined)n["BeepOnCustomerEntrance"]=c.bool(e["beepOnCustomerEntrance"]);if(e["jitterBufferSize"]!==undefined)n["JitterBufferSize"]=e["jitterBufferSize"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";if(e["ifMatch"]!==undefined)s["If-Match"]=e["ifMatch"];const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ReservationInstance(o,e,r._solution.workspaceSid,r._solution.workerSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationContextImpl=ReservationContextImpl;class ReservationInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.reservationStatus=i.reservation_status;this.sid=i.sid;this.taskSid=i.task_sid;this.workerName=i.worker_name;this.workerSid=i.worker_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,workerSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ReservationContextImpl(this._version,this._solution.workspaceSid,this._solution.workerSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,reservationStatus:this.reservationStatus,sid:this.sid,taskSid:this.taskSid,workerName:this.workerName,workerSid:this.workerSid,workspaceSid:this.workspaceSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationInstance=ReservationInstance;function ReservationListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ReservationContextImpl(e,i,n,s)};instance._version=e;instance._solution={workspaceSid:i,workerSid:n};instance._uri=`/Workspaces/${i}/Workers/${n}/Reservations`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["reservationStatus"]!==undefined)s["ReservationStatus"]=i["reservationStatus"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ReservationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ReservationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ReservationListInstance=ReservationListInstance;class ReservationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ReservationInstance(this._version,e,this._solution.workspaceSid,this._solution.workerSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ReservationPage=ReservationPage},30781:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WorkerChannelPage=i.WorkerChannelListInstance=i.WorkerChannelInstance=i.WorkerChannelContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WorkerChannelContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,workerSid:n,sid:s};this._uri=`/Workspaces/${i}/Workers/${n}/Channels/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WorkerChannelInstance(n,e,i._solution.workspaceSid,i._solution.workerSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["capacity"]!==undefined)n["Capacity"]=e["capacity"];if(e["available"]!==undefined)n["Available"]=c.bool(e["available"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WorkerChannelInstance(o,e,r._solution.workspaceSid,r._solution.workerSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerChannelContextImpl=WorkerChannelContextImpl;class WorkerChannelInstance{constructor(e,i,n,s,r){this._version=e;this.accountSid=i.account_sid;this.assignedTasks=a.integer(i.assigned_tasks);this.available=i.available;this.availableCapacityPercentage=a.integer(i.available_capacity_percentage);this.configuredCapacity=a.integer(i.configured_capacity);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.taskChannelSid=i.task_channel_sid;this.taskChannelUniqueName=i.task_channel_unique_name;this.workerSid=i.worker_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,workerSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new WorkerChannelContextImpl(this._version,this._solution.workspaceSid,this._solution.workerSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,assignedTasks:this.assignedTasks,available:this.available,availableCapacityPercentage:this.availableCapacityPercentage,configuredCapacity:this.configuredCapacity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,taskChannelSid:this.taskChannelSid,taskChannelUniqueName:this.taskChannelUniqueName,workerSid:this.workerSid,workspaceSid:this.workspaceSid,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerChannelInstance=WorkerChannelInstance;function WorkerChannelListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new WorkerChannelContextImpl(e,i,n,s)};instance._version=e;instance._solution={workspaceSid:i,workerSid:n};instance._uri=`/Workspaces/${i}/Workers/${n}/Channels`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WorkerChannelPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WorkerChannelPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WorkerChannelListInstance=WorkerChannelListInstance;class WorkerChannelPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WorkerChannelInstance(this._version,e,this._solution.workspaceSid,this._solution.workerSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkerChannelPage=WorkerChannelPage},26500:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkerStatisticsListInstance=i.WorkerStatisticsInstance=i.WorkerStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkerStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}this._solution={workspaceSid:i,workerSid:n};this._uri=`/Workspaces/${i}/Workers/${n}/Statistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkerStatisticsInstance(a,e,r._solution.workspaceSid,r._solution.workerSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkerStatisticsContextImpl=WorkerStatisticsContextImpl;class WorkerStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.cumulative=i.cumulative;this.workerSid=i.worker_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,workerSid:s}}get _proxy(){this._context=this._context||new WorkerStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.workerSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,cumulative:this.cumulative,workerSid:this.workerSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkerStatisticsInstance=WorkerStatisticsInstance;function WorkerStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workerSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkerStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,workerSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkerStatisticsListInstance=WorkerStatisticsListInstance},62308:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkersCumulativeStatisticsListInstance=i.WorkersCumulativeStatisticsInstance=i.WorkersCumulativeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkersCumulativeStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/Workers/CumulativeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkersCumulativeStatisticsInstance(a,e,r._solution.workspaceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersCumulativeStatisticsContextImpl=WorkersCumulativeStatisticsContextImpl;class WorkersCumulativeStatisticsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.activityDurations=i.activity_durations;this.reservationsCreated=r.integer(i.reservations_created);this.reservationsAccepted=r.integer(i.reservations_accepted);this.reservationsRejected=r.integer(i.reservations_rejected);this.reservationsTimedOut=r.integer(i.reservations_timed_out);this.reservationsCanceled=r.integer(i.reservations_canceled);this.reservationsRescinded=r.integer(i.reservations_rescinded);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkersCumulativeStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,startTime:this.startTime,endTime:this.endTime,activityDurations:this.activityDurations,reservationsCreated:this.reservationsCreated,reservationsAccepted:this.reservationsAccepted,reservationsRejected:this.reservationsRejected,reservationsTimedOut:this.reservationsTimedOut,reservationsCanceled:this.reservationsCanceled,reservationsRescinded:this.reservationsRescinded,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersCumulativeStatisticsInstance=WorkersCumulativeStatisticsInstance;function WorkersCumulativeStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkersCumulativeStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkersCumulativeStatisticsListInstance=WorkersCumulativeStatisticsListInstance},98231:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkersRealTimeStatisticsListInstance=i.WorkersRealTimeStatisticsInstance=i.WorkersRealTimeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkersRealTimeStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/Workers/RealTimeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new WorkersRealTimeStatisticsInstance(o,e,r._solution.workspaceSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersRealTimeStatisticsContextImpl=WorkersRealTimeStatisticsContextImpl;class WorkersRealTimeStatisticsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.activityStatistics=i.activity_statistics;this.totalWorkers=r.integer(i.total_workers);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkersRealTimeStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,activityStatistics:this.activityStatistics,totalWorkers:this.totalWorkers,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersRealTimeStatisticsInstance=WorkersRealTimeStatisticsInstance;function WorkersRealTimeStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkersRealTimeStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkersRealTimeStatisticsListInstance=WorkersRealTimeStatisticsListInstance},2858:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkersStatisticsListInstance=i.WorkersStatisticsInstance=i.WorkersStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkersStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/Workers/Statistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["taskQueueSid"]!==undefined)n["TaskQueueSid"]=e["taskQueueSid"];if(e["taskQueueName"]!==undefined)n["TaskQueueName"]=e["taskQueueName"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkersStatisticsInstance(a,e,r._solution.workspaceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersStatisticsContextImpl=WorkersStatisticsContextImpl;class WorkersStatisticsInstance{constructor(e,i,n){this._version=e;this.realtime=i.realtime;this.cumulative=i.cumulative;this.accountSid=i.account_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkersStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{realtime:this.realtime,cumulative:this.cumulative,accountSid:this.accountSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkersStatisticsInstance=WorkersStatisticsInstance;function WorkersStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkersStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkersStatisticsListInstance=WorkersStatisticsListInstance},66765:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WorkflowPage=i.WorkflowListInstance=i.WorkflowInstance=i.WorkflowContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(5086);const _=n(74660);const g=n(435);class WorkflowContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={workspaceSid:i,sid:n};this._uri=`/Workspaces/${i}/Workflows/${n}`}get cumulativeStatistics(){this._cumulativeStatistics=this._cumulativeStatistics||(0,f.WorkflowCumulativeStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._cumulativeStatistics}get realTimeStatistics(){this._realTimeStatistics=this._realTimeStatistics||(0,_.WorkflowRealTimeStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._realTimeStatistics}get statistics(){this._statistics=this._statistics||(0,g.WorkflowStatisticsListInstance)(this._version,this._solution.workspaceSid,this._solution.sid);return this._statistics}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WorkflowInstance(n,e,i._solution.workspaceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["assignmentCallbackUrl"]!==undefined)n["AssignmentCallbackUrl"]=e["assignmentCallbackUrl"];if(e["fallbackAssignmentCallbackUrl"]!==undefined)n["FallbackAssignmentCallbackUrl"]=e["fallbackAssignmentCallbackUrl"];if(e["configuration"]!==undefined)n["Configuration"]=e["configuration"];if(e["taskReservationTimeout"]!==undefined)n["TaskReservationTimeout"]=e["taskReservationTimeout"];if(e["reEvaluateTasks"]!==undefined)n["ReEvaluateTasks"]=e["reEvaluateTasks"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WorkflowInstance(o,e,r._solution.workspaceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkflowContextImpl=WorkflowContextImpl;class WorkflowInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.assignmentCallbackUrl=i.assignment_callback_url;this.configuration=i.configuration;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.documentContentType=i.document_content_type;this.fallbackAssignmentCallbackUrl=i.fallback_assignment_callback_url;this.friendlyName=i.friendly_name;this.sid=i.sid;this.taskReservationTimeout=a.integer(i.task_reservation_timeout);this.workspaceSid=i.workspace_sid;this.url=i.url;this.links=i.links;this._solution={workspaceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new WorkflowContextImpl(this._version,this._solution.workspaceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}cumulativeStatistics(){return this._proxy.cumulativeStatistics}realTimeStatistics(){return this._proxy.realTimeStatistics}statistics(){return this._proxy.statistics}toJSON(){return{accountSid:this.accountSid,assignmentCallbackUrl:this.assignmentCallbackUrl,configuration:this.configuration,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,documentContentType:this.documentContentType,fallbackAssignmentCallbackUrl:this.fallbackAssignmentCallbackUrl,friendlyName:this.friendlyName,sid:this.sid,taskReservationTimeout:this.taskReservationTimeout,workspaceSid:this.workspaceSid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkflowInstance=WorkflowInstance;function WorkflowListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new WorkflowContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=`/Workspaces/${i}/Workflows`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["configuration"]===null||i["configuration"]===undefined){throw new Error("Required parameter \"params['configuration']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Configuration"]=i["configuration"];if(i["assignmentCallbackUrl"]!==undefined)s["AssignmentCallbackUrl"]=i["assignmentCallbackUrl"];if(i["fallbackAssignmentCallbackUrl"]!==undefined)s["FallbackAssignmentCallbackUrl"]=i["fallbackAssignmentCallbackUrl"];if(i["taskReservationTimeout"]!==undefined)s["TaskReservationTimeout"]=i["taskReservationTimeout"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WorkflowInstance(o,e,instance._solution.workspaceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WorkflowPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WorkflowPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WorkflowListInstance=WorkflowListInstance;class WorkflowPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WorkflowInstance(this._version,e,this._solution.workspaceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WorkflowPage=WorkflowPage},5086:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkflowCumulativeStatisticsListInstance=i.WorkflowCumulativeStatisticsInstance=i.WorkflowCumulativeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkflowCumulativeStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}this._solution={workspaceSid:i,workflowSid:n};this._uri=`/Workspaces/${i}/Workflows/${n}/CumulativeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkflowCumulativeStatisticsInstance(a,e,r._solution.workspaceSid,r._solution.workflowSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowCumulativeStatisticsContextImpl=WorkflowCumulativeStatisticsContextImpl;class WorkflowCumulativeStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.avgTaskAcceptanceTime=r.integer(i.avg_task_acceptance_time);this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.reservationsCreated=r.integer(i.reservations_created);this.reservationsAccepted=r.integer(i.reservations_accepted);this.reservationsRejected=r.integer(i.reservations_rejected);this.reservationsTimedOut=r.integer(i.reservations_timed_out);this.reservationsCanceled=r.integer(i.reservations_canceled);this.reservationsRescinded=r.integer(i.reservations_rescinded);this.splitByWaitTime=i.split_by_wait_time;this.waitDurationUntilAccepted=i.wait_duration_until_accepted;this.waitDurationUntilCanceled=i.wait_duration_until_canceled;this.tasksCanceled=r.integer(i.tasks_canceled);this.tasksCompleted=r.integer(i.tasks_completed);this.tasksEntered=r.integer(i.tasks_entered);this.tasksDeleted=r.integer(i.tasks_deleted);this.tasksMoved=r.integer(i.tasks_moved);this.tasksTimedOutInWorkflow=r.integer(i.tasks_timed_out_in_workflow);this.workflowSid=i.workflow_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,workflowSid:s}}get _proxy(){this._context=this._context||new WorkflowCumulativeStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.workflowSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,avgTaskAcceptanceTime:this.avgTaskAcceptanceTime,startTime:this.startTime,endTime:this.endTime,reservationsCreated:this.reservationsCreated,reservationsAccepted:this.reservationsAccepted,reservationsRejected:this.reservationsRejected,reservationsTimedOut:this.reservationsTimedOut,reservationsCanceled:this.reservationsCanceled,reservationsRescinded:this.reservationsRescinded,splitByWaitTime:this.splitByWaitTime,waitDurationUntilAccepted:this.waitDurationUntilAccepted,waitDurationUntilCanceled:this.waitDurationUntilCanceled,tasksCanceled:this.tasksCanceled,tasksCompleted:this.tasksCompleted,tasksEntered:this.tasksEntered,tasksDeleted:this.tasksDeleted,tasksMoved:this.tasksMoved,tasksTimedOutInWorkflow:this.tasksTimedOutInWorkflow,workflowSid:this.workflowSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowCumulativeStatisticsInstance=WorkflowCumulativeStatisticsInstance;function WorkflowCumulativeStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkflowCumulativeStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,workflowSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkflowCumulativeStatisticsListInstance=WorkflowCumulativeStatisticsListInstance},74660:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkflowRealTimeStatisticsListInstance=i.WorkflowRealTimeStatisticsInstance=i.WorkflowRealTimeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkflowRealTimeStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}this._solution={workspaceSid:i,workflowSid:n};this._uri=`/Workspaces/${i}/Workflows/${n}/RealTimeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new WorkflowRealTimeStatisticsInstance(o,e,r._solution.workspaceSid,r._solution.workflowSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowRealTimeStatisticsContextImpl=WorkflowRealTimeStatisticsContextImpl;class WorkflowRealTimeStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.longestTaskWaitingAge=r.integer(i.longest_task_waiting_age);this.longestTaskWaitingSid=i.longest_task_waiting_sid;this.tasksByPriority=i.tasks_by_priority;this.tasksByStatus=i.tasks_by_status;this.totalTasks=r.integer(i.total_tasks);this.workflowSid=i.workflow_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,workflowSid:s}}get _proxy(){this._context=this._context||new WorkflowRealTimeStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.workflowSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,longestTaskWaitingAge:this.longestTaskWaitingAge,longestTaskWaitingSid:this.longestTaskWaitingSid,tasksByPriority:this.tasksByPriority,tasksByStatus:this.tasksByStatus,totalTasks:this.totalTasks,workflowSid:this.workflowSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowRealTimeStatisticsInstance=WorkflowRealTimeStatisticsInstance;function WorkflowRealTimeStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkflowRealTimeStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,workflowSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkflowRealTimeStatisticsListInstance=WorkflowRealTimeStatisticsListInstance},435:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkflowStatisticsListInstance=i.WorkflowStatisticsInstance=i.WorkflowStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkflowStatisticsContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}this._solution={workspaceSid:i,workflowSid:n};this._uri=`/Workspaces/${i}/Workflows/${n}/Statistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkflowStatisticsInstance(a,e,r._solution.workspaceSid,r._solution.workflowSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowStatisticsContextImpl=WorkflowStatisticsContextImpl;class WorkflowStatisticsInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.cumulative=i.cumulative;this.realtime=i.realtime;this.workflowSid=i.workflow_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n,workflowSid:s}}get _proxy(){this._context=this._context||new WorkflowStatisticsContextImpl(this._version,this._solution.workspaceSid,this._solution.workflowSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,cumulative:this.cumulative,realtime:this.realtime,workflowSid:this.workflowSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkflowStatisticsInstance=WorkflowStatisticsInstance;function WorkflowStatisticsListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'workflowSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkflowStatisticsContextImpl(e,i,n)};instance._version=e;instance._solution={workspaceSid:i,workflowSid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkflowStatisticsListInstance=WorkflowStatisticsListInstance},47678:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkspaceCumulativeStatisticsListInstance=i.WorkspaceCumulativeStatisticsInstance=i.WorkspaceCumulativeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkspaceCumulativeStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/CumulativeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkspaceCumulativeStatisticsInstance(a,e,r._solution.workspaceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceCumulativeStatisticsContextImpl=WorkspaceCumulativeStatisticsContextImpl;class WorkspaceCumulativeStatisticsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.avgTaskAcceptanceTime=r.integer(i.avg_task_acceptance_time);this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.reservationsCreated=r.integer(i.reservations_created);this.reservationsAccepted=r.integer(i.reservations_accepted);this.reservationsRejected=r.integer(i.reservations_rejected);this.reservationsTimedOut=r.integer(i.reservations_timed_out);this.reservationsCanceled=r.integer(i.reservations_canceled);this.reservationsRescinded=r.integer(i.reservations_rescinded);this.splitByWaitTime=i.split_by_wait_time;this.waitDurationUntilAccepted=i.wait_duration_until_accepted;this.waitDurationUntilCanceled=i.wait_duration_until_canceled;this.tasksCanceled=r.integer(i.tasks_canceled);this.tasksCompleted=r.integer(i.tasks_completed);this.tasksCreated=r.integer(i.tasks_created);this.tasksDeleted=r.integer(i.tasks_deleted);this.tasksMoved=r.integer(i.tasks_moved);this.tasksTimedOutInWorkflow=r.integer(i.tasks_timed_out_in_workflow);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkspaceCumulativeStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,avgTaskAcceptanceTime:this.avgTaskAcceptanceTime,startTime:this.startTime,endTime:this.endTime,reservationsCreated:this.reservationsCreated,reservationsAccepted:this.reservationsAccepted,reservationsRejected:this.reservationsRejected,reservationsTimedOut:this.reservationsTimedOut,reservationsCanceled:this.reservationsCanceled,reservationsRescinded:this.reservationsRescinded,splitByWaitTime:this.splitByWaitTime,waitDurationUntilAccepted:this.waitDurationUntilAccepted,waitDurationUntilCanceled:this.waitDurationUntilCanceled,tasksCanceled:this.tasksCanceled,tasksCompleted:this.tasksCompleted,tasksCreated:this.tasksCreated,tasksDeleted:this.tasksDeleted,tasksMoved:this.tasksMoved,tasksTimedOutInWorkflow:this.tasksTimedOutInWorkflow,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceCumulativeStatisticsInstance=WorkspaceCumulativeStatisticsInstance;function WorkspaceCumulativeStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkspaceCumulativeStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkspaceCumulativeStatisticsListInstance=WorkspaceCumulativeStatisticsListInstance},5751:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkspaceRealTimeStatisticsListInstance=i.WorkspaceRealTimeStatisticsInstance=i.WorkspaceRealTimeStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkspaceRealTimeStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/RealTimeStatistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];const s={};const r=this;let o=r._version,a=o.fetch({uri:r._uri,method:"get",params:n,headers:s});a=a.then((e=>new WorkspaceRealTimeStatisticsInstance(o,e,r._solution.workspaceSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceRealTimeStatisticsContextImpl=WorkspaceRealTimeStatisticsContextImpl;class WorkspaceRealTimeStatisticsInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.activityStatistics=i.activity_statistics;this.longestTaskWaitingAge=r.integer(i.longest_task_waiting_age);this.longestTaskWaitingSid=i.longest_task_waiting_sid;this.tasksByPriority=i.tasks_by_priority;this.tasksByStatus=i.tasks_by_status;this.totalTasks=r.integer(i.total_tasks);this.totalWorkers=r.integer(i.total_workers);this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkspaceRealTimeStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{accountSid:this.accountSid,activityStatistics:this.activityStatistics,longestTaskWaitingAge:this.longestTaskWaitingAge,longestTaskWaitingSid:this.longestTaskWaitingSid,tasksByPriority:this.tasksByPriority,tasksByStatus:this.tasksByStatus,totalTasks:this.totalTasks,totalWorkers:this.totalWorkers,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceRealTimeStatisticsInstance=WorkspaceRealTimeStatisticsInstance;function WorkspaceRealTimeStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkspaceRealTimeStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkspaceRealTimeStatisticsListInstance=WorkspaceRealTimeStatisticsListInstance},52593:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.WorkspaceStatisticsListInstance=i.WorkspaceStatisticsInstance=i.WorkspaceStatisticsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class WorkspaceStatisticsContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}this._solution={workspaceSid:i};this._uri=`/Workspaces/${i}/Statistics`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["minutes"]!==undefined)n["Minutes"]=e["minutes"];if(e["startDate"]!==undefined)n["StartDate"]=o.iso8601DateTime(e["startDate"]);if(e["endDate"]!==undefined)n["EndDate"]=o.iso8601DateTime(e["endDate"]);if(e["taskChannel"]!==undefined)n["TaskChannel"]=e["taskChannel"];if(e["splitByWaitTime"]!==undefined)n["SplitByWaitTime"]=e["splitByWaitTime"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new WorkspaceStatisticsInstance(a,e,r._solution.workspaceSid)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceStatisticsContextImpl=WorkspaceStatisticsContextImpl;class WorkspaceStatisticsInstance{constructor(e,i,n){this._version=e;this.realtime=i.realtime;this.cumulative=i.cumulative;this.accountSid=i.account_sid;this.workspaceSid=i.workspace_sid;this.url=i.url;this._solution={workspaceSid:n}}get _proxy(){this._context=this._context||new WorkspaceStatisticsContextImpl(this._version,this._solution.workspaceSid);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{realtime:this.realtime,cumulative:this.cumulative,accountSid:this.accountSid,workspaceSid:this.workspaceSid,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.WorkspaceStatisticsInstance=WorkspaceStatisticsInstance;function WorkspaceStatisticsListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'workspaceSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new WorkspaceStatisticsContextImpl(e,i)};instance._version=e;instance._solution={workspaceSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.WorkspaceStatisticsListInstance=WorkspaceStatisticsListInstance},99996:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(59242);class V1 extends r.default{constructor(e){super(e,"v1")}get trunks(){this._trunks=this._trunks||(0,o.TrunkListInstance)(this);return this._trunks}}i["default"]=V1},59242:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TrunkPage=i.TrunkListInstance=i.TrunkInstance=i.TrunkContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(85327);const _=n(33779);const g=n(11093);const v=n(17471);const S=n(17126);class TrunkContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Trunks/${i}`}get credentialsLists(){this._credentialsLists=this._credentialsLists||(0,f.CredentialListListInstance)(this._version,this._solution.sid);return this._credentialsLists}get ipAccessControlLists(){this._ipAccessControlLists=this._ipAccessControlLists||(0,_.IpAccessControlListListInstance)(this._version,this._solution.sid);return this._ipAccessControlLists}get originationUrls(){this._originationUrls=this._originationUrls||(0,g.OriginationUrlListInstance)(this._version,this._solution.sid);return this._originationUrls}get phoneNumbers(){this._phoneNumbers=this._phoneNumbers||(0,v.PhoneNumberListInstance)(this._version,this._solution.sid);return this._phoneNumbers}get recordings(){this._recordings=this._recordings||(0,S.RecordingListInstance)(this._version,this._solution.sid);return this._recordings}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrunkInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["domainName"]!==undefined)n["DomainName"]=e["domainName"];if(e["disasterRecoveryUrl"]!==undefined)n["DisasterRecoveryUrl"]=e["disasterRecoveryUrl"];if(e["disasterRecoveryMethod"]!==undefined)n["DisasterRecoveryMethod"]=e["disasterRecoveryMethod"];if(e["transferMode"]!==undefined)n["TransferMode"]=e["transferMode"];if(e["secure"]!==undefined)n["Secure"]=c.bool(e["secure"]);if(e["cnamLookupEnabled"]!==undefined)n["CnamLookupEnabled"]=c.bool(e["cnamLookupEnabled"]);if(e["transferCallerId"]!==undefined)n["TransferCallerId"]=e["transferCallerId"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TrunkInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrunkContextImpl=TrunkContextImpl;class TrunkInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.domainName=i.domain_name;this.disasterRecoveryMethod=i.disaster_recovery_method;this.disasterRecoveryUrl=i.disaster_recovery_url;this.friendlyName=i.friendly_name;this.secure=i.secure;this.recording=i.recording;this.transferMode=i.transfer_mode;this.transferCallerId=i.transfer_caller_id;this.cnamLookupEnabled=i.cnam_lookup_enabled;this.authType=i.auth_type;this.authTypeSet=i.auth_type_set;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new TrunkContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}credentialsLists(){return this._proxy.credentialsLists}ipAccessControlLists(){return this._proxy.ipAccessControlLists}originationUrls(){return this._proxy.originationUrls}phoneNumbers(){return this._proxy.phoneNumbers}recordings(){return this._proxy.recordings}toJSON(){return{accountSid:this.accountSid,domainName:this.domainName,disasterRecoveryMethod:this.disasterRecoveryMethod,disasterRecoveryUrl:this.disasterRecoveryUrl,friendlyName:this.friendlyName,secure:this.secure,recording:this.recording,transferMode:this.transferMode,transferCallerId:this.transferCallerId,cnamLookupEnabled:this.cnamLookupEnabled,authType:this.authType,authTypeSet:this.authTypeSet,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrunkInstance=TrunkInstance;function TrunkListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new TrunkContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Trunks`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["domainName"]!==undefined)s["DomainName"]=i["domainName"];if(i["disasterRecoveryUrl"]!==undefined)s["DisasterRecoveryUrl"]=i["disasterRecoveryUrl"];if(i["disasterRecoveryMethod"]!==undefined)s["DisasterRecoveryMethod"]=i["disasterRecoveryMethod"];if(i["transferMode"]!==undefined)s["TransferMode"]=i["transferMode"];if(i["secure"]!==undefined)s["Secure"]=c.bool(i["secure"]);if(i["cnamLookupEnabled"]!==undefined)s["CnamLookupEnabled"]=c.bool(i["cnamLookupEnabled"]);if(i["transferCallerId"]!==undefined)s["TransferCallerId"]=i["transferCallerId"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TrunkInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TrunkPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TrunkPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TrunkListInstance=TrunkListInstance;class TrunkPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TrunkInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrunkPage=TrunkPage},85327:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CredentialListPage=i.CredentialListListInstance=i.CredentialListInstance=i.CredentialListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CredentialListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trunkSid:i,sid:n};this._uri=`/Trunks/${i}/CredentialLists/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CredentialListInstance(n,e,i._solution.trunkSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListContextImpl=CredentialListContextImpl;class CredentialListInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.trunkSid=i.trunk_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={trunkSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CredentialListContextImpl(this._version,this._solution.trunkSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,trunkSid:this.trunkSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListInstance=CredentialListInstance;function CredentialListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CredentialListContextImpl(e,i,n)};instance._version=e;instance._solution={trunkSid:i};instance._uri=`/Trunks/${i}/CredentialLists`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["credentialListSid"]===null||i["credentialListSid"]===undefined){throw new Error("Required parameter \"params['credentialListSid']\" missing.")}let s={};s["CredentialListSid"]=i["credentialListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CredentialListInstance(o,e,instance._solution.trunkSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CredentialListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CredentialListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CredentialListListInstance=CredentialListListInstance;class CredentialListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CredentialListInstance(this._version,e,this._solution.trunkSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CredentialListPage=CredentialListPage},33779:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpAccessControlListPage=i.IpAccessControlListListInstance=i.IpAccessControlListInstance=i.IpAccessControlListContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class IpAccessControlListContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trunkSid:i,sid:n};this._uri=`/Trunks/${i}/IpAccessControlLists/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpAccessControlListInstance(n,e,i._solution.trunkSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListContextImpl=IpAccessControlListContextImpl;class IpAccessControlListInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.trunkSid=i.trunk_sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={trunkSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new IpAccessControlListContextImpl(this._version,this._solution.trunkSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,trunkSid:this.trunkSid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListInstance=IpAccessControlListInstance;function IpAccessControlListListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new IpAccessControlListContextImpl(e,i,n)};instance._version=e;instance._solution={trunkSid:i};instance._uri=`/Trunks/${i}/IpAccessControlLists`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["ipAccessControlListSid"]===null||i["ipAccessControlListSid"]===undefined){throw new Error("Required parameter \"params['ipAccessControlListSid']\" missing.")}let s={};s["IpAccessControlListSid"]=i["ipAccessControlListSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpAccessControlListInstance(o,e,instance._solution.trunkSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpAccessControlListPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpAccessControlListPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpAccessControlListListInstance=IpAccessControlListListInstance;class IpAccessControlListPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpAccessControlListInstance(this._version,e,this._solution.trunkSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpAccessControlListPage=IpAccessControlListPage},11093:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.OriginationUrlPage=i.OriginationUrlListInstance=i.OriginationUrlInstance=i.OriginationUrlContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class OriginationUrlContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trunkSid:i,sid:n};this._uri=`/Trunks/${i}/OriginationUrls/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new OriginationUrlInstance(n,e,i._solution.trunkSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["weight"]!==undefined)n["Weight"]=e["weight"];if(e["priority"]!==undefined)n["Priority"]=e["priority"];if(e["enabled"]!==undefined)n["Enabled"]=c.bool(e["enabled"]);if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["sipUrl"]!==undefined)n["SipUrl"]=e["sipUrl"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new OriginationUrlInstance(o,e,r._solution.trunkSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OriginationUrlContextImpl=OriginationUrlContextImpl;class OriginationUrlInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.trunkSid=i.trunk_sid;this.weight=a.integer(i.weight);this.enabled=i.enabled;this.sipUrl=i.sip_url;this.friendlyName=i.friendly_name;this.priority=a.integer(i.priority);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={trunkSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new OriginationUrlContextImpl(this._version,this._solution.trunkSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,trunkSid:this.trunkSid,weight:this.weight,enabled:this.enabled,sipUrl:this.sipUrl,friendlyName:this.friendlyName,priority:this.priority,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OriginationUrlInstance=OriginationUrlInstance;function OriginationUrlListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new OriginationUrlContextImpl(e,i,n)};instance._version=e;instance._solution={trunkSid:i};instance._uri=`/Trunks/${i}/OriginationUrls`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["weight"]===null||i["weight"]===undefined){throw new Error("Required parameter \"params['weight']\" missing.")}if(i["priority"]===null||i["priority"]===undefined){throw new Error("Required parameter \"params['priority']\" missing.")}if(i["enabled"]===null||i["enabled"]===undefined){throw new Error("Required parameter \"params['enabled']\" missing.")}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["sipUrl"]===null||i["sipUrl"]===undefined){throw new Error("Required parameter \"params['sipUrl']\" missing.")}let s={};s["Weight"]=i["weight"];s["Priority"]=i["priority"];s["Enabled"]=c.bool(i["enabled"]);s["FriendlyName"]=i["friendlyName"];s["SipUrl"]=i["sipUrl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new OriginationUrlInstance(o,e,instance._solution.trunkSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new OriginationUrlPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new OriginationUrlPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.OriginationUrlListInstance=OriginationUrlListInstance;class OriginationUrlPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new OriginationUrlInstance(this._version,e,this._solution.trunkSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.OriginationUrlPage=OriginationUrlPage},17471:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PhoneNumberPage=i.PhoneNumberListInstance=i.PhoneNumberInstance=i.PhoneNumberContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PhoneNumberContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trunkSid:i,sid:n};this._uri=`/Trunks/${i}/PhoneNumbers/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PhoneNumberInstance(n,e,i._solution.trunkSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberContextImpl=PhoneNumberContextImpl;class PhoneNumberInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.addressRequirements=i.address_requirements;this.apiVersion=i.api_version;this.beta=i.beta;this.capabilities=i.capabilities;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.links=i.links;this.phoneNumber=i.phone_number;this.sid=i.sid;this.smsApplicationSid=i.sms_application_sid;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.trunkSid=i.trunk_sid;this.url=i.url;this.voiceApplicationSid=i.voice_application_sid;this.voiceCallerIdLookup=i.voice_caller_id_lookup;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this._solution={trunkSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new PhoneNumberContextImpl(this._version,this._solution.trunkSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,addressRequirements:this.addressRequirements,apiVersion:this.apiVersion,beta:this.beta,capabilities:this.capabilities,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,links:this.links,phoneNumber:this.phoneNumber,sid:this.sid,smsApplicationSid:this.smsApplicationSid,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,trunkSid:this.trunkSid,url:this.url,voiceApplicationSid:this.voiceApplicationSid,voiceCallerIdLookup:this.voiceCallerIdLookup,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberInstance=PhoneNumberInstance;function PhoneNumberListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new PhoneNumberContextImpl(e,i,n)};instance._version=e;instance._solution={trunkSid:i};instance._uri=`/Trunks/${i}/PhoneNumbers`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumberSid"]===null||i["phoneNumberSid"]===undefined){throw new Error("Required parameter \"params['phoneNumberSid']\" missing.")}let s={};s["PhoneNumberSid"]=i["phoneNumberSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new PhoneNumberInstance(o,e,instance._solution.trunkSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PhoneNumberPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PhoneNumberPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PhoneNumberListInstance=PhoneNumberListInstance;class PhoneNumberPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PhoneNumberInstance(this._version,e,this._solution.trunkSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PhoneNumberPage=PhoneNumberPage},17126:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.RecordingListInstance=i.RecordingInstance=i.RecordingContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class RecordingContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}this._solution={trunkSid:i};this._uri=`/Trunks/${i}/Recording`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RecordingInstance(n,e,i._solution.trunkSid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["mode"]!==undefined)n["Mode"]=e["mode"];if(e["trim"]!==undefined)n["Trim"]=e["trim"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RecordingInstance(o,e,r._solution.trunkSid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RecordingContextImpl=RecordingContextImpl;class RecordingInstance{constructor(e,i,n){this._version=e;this.mode=i.mode;this.trim=i.trim;this._solution={trunkSid:n}}get _proxy(){this._context=this._context||new RecordingContextImpl(this._version,this._solution.trunkSid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{mode:this.mode,trim:this.trim}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RecordingInstance=RecordingInstance;function RecordingListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'trunkSid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new RecordingContextImpl(e,i)};instance._version=e;instance._solution={trunkSid:i};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.RecordingListInstance=RecordingListInstance},78882:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(45888);const a=n(99056);const c=n(20749);const u=n(67316);const f=n(16027);const _=n(65718);const g=n(77097);const v=n(38955);const S=n(55981);const b=n(90562);class V1 extends r.default{constructor(e){super(e,"v1")}get complianceInquiries(){this._complianceInquiries=this._complianceInquiries||(0,o.ComplianceInquiriesListInstance)(this);return this._complianceInquiries}get complianceRegistrationInquiries(){this._complianceRegistrationInquiries=this._complianceRegistrationInquiries||(0,a.ComplianceRegistrationInquiriesListInstance)(this);return this._complianceRegistrationInquiries}get complianceTollfreeInquiries(){this._complianceTollfreeInquiries=this._complianceTollfreeInquiries||(0,c.ComplianceTollfreeInquiriesListInstance)(this);return this._complianceTollfreeInquiries}get customerProfiles(){this._customerProfiles=this._customerProfiles||(0,u.CustomerProfilesListInstance)(this);return this._customerProfiles}get endUsers(){this._endUsers=this._endUsers||(0,f.EndUserListInstance)(this);return this._endUsers}get endUserTypes(){this._endUserTypes=this._endUserTypes||(0,_.EndUserTypeListInstance)(this);return this._endUserTypes}get policies(){this._policies=this._policies||(0,g.PoliciesListInstance)(this);return this._policies}get supportingDocuments(){this._supportingDocuments=this._supportingDocuments||(0,v.SupportingDocumentListInstance)(this);return this._supportingDocuments}get supportingDocumentTypes(){this._supportingDocumentTypes=this._supportingDocumentTypes||(0,S.SupportingDocumentTypeListInstance)(this);return this._supportingDocumentTypes}get trustProducts(){this._trustProducts=this._trustProducts||(0,b.TrustProductsListInstance)(this);return this._trustProducts}}i["default"]=V1},45888:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ComplianceInquiriesListInstance=i.ComplianceInquiriesInstance=i.ComplianceInquiriesContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ComplianceInquiriesContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'customerId' is not valid.")}this._solution={customerId:i};this._uri=`/ComplianceInquiries/Customers/${i}/Initialize`}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["primaryProfileSid"]===null||e["primaryProfileSid"]===undefined){throw new Error("Required parameter \"params['primaryProfileSid']\" missing.")}let n={};n["PrimaryProfileSid"]=e["primaryProfileSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ComplianceInquiriesInstance(o,e,r._solution.customerId)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ComplianceInquiriesContextImpl=ComplianceInquiriesContextImpl;class ComplianceInquiriesInstance{constructor(e,i,n){this._version=e;this.inquiryId=i.inquiry_id;this.inquirySessionToken=i.inquiry_session_token;this.customerId=i.customer_id;this.url=i.url;this._solution={customerId:n||this.customerId}}get _proxy(){this._context=this._context||new ComplianceInquiriesContextImpl(this._version,this._solution.customerId);return this._context}update(e,i){return this._proxy.update(e,i)}toJSON(){return{inquiryId:this.inquiryId,inquirySessionToken:this.inquirySessionToken,customerId:this.customerId,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ComplianceInquiriesInstance=ComplianceInquiriesInstance;function ComplianceInquiriesListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ComplianceInquiriesContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/ComplianceInquiries/Customers/Initialize`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["primaryProfileSid"]===null||i["primaryProfileSid"]===undefined){throw new Error("Required parameter \"params['primaryProfileSid']\" missing.")}let s={};s["PrimaryProfileSid"]=i["primaryProfileSid"];if(i["notificationEmail"]!==undefined)s["NotificationEmail"]=i["notificationEmail"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ComplianceInquiriesInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ComplianceInquiriesListInstance=ComplianceInquiriesListInstance},99056:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ComplianceRegistrationInquiriesInstance=i.ComplianceRegistrationInquiriesListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function ComplianceRegistrationInquiriesListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/ComplianceInquiries/Registration/RegulatoryCompliance/GB/Initialize`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["endUserType"]===null||n["endUserType"]===undefined){throw new Error("Required parameter \"params['endUserType']\" missing.")}if(n["phoneNumberType"]===null||n["phoneNumberType"]===undefined){throw new Error("Required parameter \"params['phoneNumberType']\" missing.")}let r={};r["EndUserType"]=n["endUserType"];r["PhoneNumberType"]=n["phoneNumberType"];if(n["businessIdentityType"]!==undefined)r["BusinessIdentityType"]=n["businessIdentityType"];if(n["businessRegistrationAuthority"]!==undefined)r["BusinessRegistrationAuthority"]=n["businessRegistrationAuthority"];if(n["businessLegalName"]!==undefined)r["BusinessLegalName"]=n["businessLegalName"];if(n["notificationEmail"]!==undefined)r["NotificationEmail"]=n["notificationEmail"];if(n["acceptedNotificationReceipt"]!==undefined)r["AcceptedNotificationReceipt"]=o.bool(n["acceptedNotificationReceipt"]);if(n["businessRegistrationNumber"]!==undefined)r["BusinessRegistrationNumber"]=n["businessRegistrationNumber"];if(n["businessWebsiteUrl"]!==undefined)r["BusinessWebsiteUrl"]=n["businessWebsiteUrl"];if(n["friendlyName"]!==undefined)r["FriendlyName"]=n["friendlyName"];if(n["authorizedRepresentative1FirstName"]!==undefined)r["AuthorizedRepresentative1FirstName"]=n["authorizedRepresentative1FirstName"];if(n["authorizedRepresentative1LastName"]!==undefined)r["AuthorizedRepresentative1LastName"]=n["authorizedRepresentative1LastName"];if(n["authorizedRepresentative1Phone"]!==undefined)r["AuthorizedRepresentative1Phone"]=n["authorizedRepresentative1Phone"];if(n["authorizedRepresentative1Email"]!==undefined)r["AuthorizedRepresentative1Email"]=n["authorizedRepresentative1Email"];if(n["authorizedRepresentative1DateOfBirth"]!==undefined)r["AuthorizedRepresentative1DateOfBirth"]=n["authorizedRepresentative1DateOfBirth"];if(n["addressStreet"]!==undefined)r["AddressStreet"]=n["addressStreet"];if(n["addressStreetSecondary"]!==undefined)r["AddressStreetSecondary"]=n["addressStreetSecondary"];if(n["addressCity"]!==undefined)r["AddressCity"]=n["addressCity"];if(n["addressSubdivision"]!==undefined)r["AddressSubdivision"]=n["addressSubdivision"];if(n["addressPostalCode"]!==undefined)r["AddressPostalCode"]=n["addressPostalCode"];if(n["addressCountryCode"]!==undefined)r["AddressCountryCode"]=n["addressCountryCode"];if(n["emergencyAddressStreet"]!==undefined)r["EmergencyAddressStreet"]=n["emergencyAddressStreet"];if(n["emergencyAddressStreetSecondary"]!==undefined)r["EmergencyAddressStreetSecondary"]=n["emergencyAddressStreetSecondary"];if(n["emergencyAddressCity"]!==undefined)r["EmergencyAddressCity"]=n["emergencyAddressCity"];if(n["emergencyAddressSubdivision"]!==undefined)r["EmergencyAddressSubdivision"]=n["emergencyAddressSubdivision"];if(n["emergencyAddressPostalCode"]!==undefined)r["EmergencyAddressPostalCode"]=n["emergencyAddressPostalCode"];if(n["emergencyAddressCountryCode"]!==undefined)r["EmergencyAddressCountryCode"]=n["emergencyAddressCountryCode"];if(n["useAddressAsEmergencyAddress"]!==undefined)r["UseAddressAsEmergencyAddress"]=o.bool(n["useAddressAsEmergencyAddress"]);if(n["fileName"]!==undefined)r["FileName"]=n["fileName"];if(n["file"]!==undefined)r["File"]=n["file"];if(n["firstName"]!==undefined)r["FirstName"]=n["firstName"];if(n["lastName"]!==undefined)r["LastName"]=n["lastName"];if(n["dateOfBirth"]!==undefined)r["DateOfBirth"]=n["dateOfBirth"];if(n["individualEmail"]!==undefined)r["IndividualEmail"]=n["individualEmail"];if(n["individualPhone"]!==undefined)r["IndividualPhone"]=n["individualPhone"];if(n["isIsvEmbed"]!==undefined)r["IsIsvEmbed"]=o.bool(n["isIsvEmbed"]);const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.create({uri:i._uri,method:"post",data:r,headers:a});u=u.then((e=>new ComplianceRegistrationInquiriesInstance(c,e)));u=i._version.setPromiseCallback(u,s);return u};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.ComplianceRegistrationInquiriesListInstance=ComplianceRegistrationInquiriesListInstance;class ComplianceRegistrationInquiriesInstance{constructor(e,i){this._version=e;this.inquiryId=i.inquiry_id;this.inquirySessionToken=i.inquiry_session_token;this.registrationId=i.registration_id;this.url=i.url}toJSON(){return{inquiryId:this.inquiryId,inquirySessionToken:this.inquirySessionToken,registrationId:this.registrationId,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ComplianceRegistrationInquiriesInstance=ComplianceRegistrationInquiriesInstance},20749:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ComplianceTollfreeInquiriesInstance=i.ComplianceTollfreeInquiriesListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function ComplianceTollfreeInquiriesListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/ComplianceInquiries/Tollfree/Initialize`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["tollfreePhoneNumber"]===null||n["tollfreePhoneNumber"]===undefined){throw new Error("Required parameter \"params['tollfreePhoneNumber']\" missing.")}if(n["notificationEmail"]===null||n["notificationEmail"]===undefined){throw new Error("Required parameter \"params['notificationEmail']\" missing.")}let r={};r["TollfreePhoneNumber"]=n["tollfreePhoneNumber"];r["NotificationEmail"]=n["notificationEmail"];if(n["businessName"]!==undefined)r["BusinessName"]=n["businessName"];if(n["businessWebsite"]!==undefined)r["BusinessWebsite"]=n["businessWebsite"];if(n["useCaseCategories"]!==undefined)r["UseCaseCategories"]=o.map(n["useCaseCategories"],(e=>e));if(n["useCaseSummary"]!==undefined)r["UseCaseSummary"]=n["useCaseSummary"];if(n["productionMessageSample"]!==undefined)r["ProductionMessageSample"]=n["productionMessageSample"];if(n["optInImageUrls"]!==undefined)r["OptInImageUrls"]=o.map(n["optInImageUrls"],(e=>e));if(n["optInType"]!==undefined)r["OptInType"]=n["optInType"];if(n["messageVolume"]!==undefined)r["MessageVolume"]=n["messageVolume"];if(n["businessStreetAddress"]!==undefined)r["BusinessStreetAddress"]=n["businessStreetAddress"];if(n["businessStreetAddress2"]!==undefined)r["BusinessStreetAddress2"]=n["businessStreetAddress2"];if(n["businessCity"]!==undefined)r["BusinessCity"]=n["businessCity"];if(n["businessStateProvinceRegion"]!==undefined)r["BusinessStateProvinceRegion"]=n["businessStateProvinceRegion"];if(n["businessPostalCode"]!==undefined)r["BusinessPostalCode"]=n["businessPostalCode"];if(n["businessCountry"]!==undefined)r["BusinessCountry"]=n["businessCountry"];if(n["additionalInformation"]!==undefined)r["AdditionalInformation"]=n["additionalInformation"];if(n["businessContactFirstName"]!==undefined)r["BusinessContactFirstName"]=n["businessContactFirstName"];if(n["businessContactLastName"]!==undefined)r["BusinessContactLastName"]=n["businessContactLastName"];if(n["businessContactEmail"]!==undefined)r["BusinessContactEmail"]=n["businessContactEmail"];if(n["businessContactPhone"]!==undefined)r["BusinessContactPhone"]=n["businessContactPhone"];const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.create({uri:i._uri,method:"post",data:r,headers:a});u=u.then((e=>new ComplianceTollfreeInquiriesInstance(c,e)));u=i._version.setPromiseCallback(u,s);return u};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.ComplianceTollfreeInquiriesListInstance=ComplianceTollfreeInquiriesListInstance;class ComplianceTollfreeInquiriesInstance{constructor(e,i){this._version=e;this.inquiryId=i.inquiry_id;this.inquirySessionToken=i.inquiry_session_token;this.registrationId=i.registration_id;this.url=i.url}toJSON(){return{inquiryId:this.inquiryId,inquirySessionToken:this.inquirySessionToken,registrationId:this.registrationId,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ComplianceTollfreeInquiriesInstance=ComplianceTollfreeInquiriesInstance},67316:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CustomerProfilesPage=i.CustomerProfilesListInstance=i.CustomerProfilesInstance=i.CustomerProfilesContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(41630);const _=n(87552);const g=n(47135);class CustomerProfilesContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/CustomerProfiles/${i}`}get customerProfilesChannelEndpointAssignment(){this._customerProfilesChannelEndpointAssignment=this._customerProfilesChannelEndpointAssignment||(0,f.CustomerProfilesChannelEndpointAssignmentListInstance)(this._version,this._solution.sid);return this._customerProfilesChannelEndpointAssignment}get customerProfilesEntityAssignments(){this._customerProfilesEntityAssignments=this._customerProfilesEntityAssignments||(0,_.CustomerProfilesEntityAssignmentsListInstance)(this._version,this._solution.sid);return this._customerProfilesEntityAssignments}get customerProfilesEvaluations(){this._customerProfilesEvaluations=this._customerProfilesEvaluations||(0,g.CustomerProfilesEvaluationsListInstance)(this._version,this._solution.sid);return this._customerProfilesEvaluations}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CustomerProfilesInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["status"]!==undefined)n["Status"]=e["status"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["email"]!==undefined)n["Email"]=e["email"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CustomerProfilesInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesContextImpl=CustomerProfilesContextImpl;class CustomerProfilesInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.policySid=i.policy_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.validUntil=a.iso8601DateTime(i.valid_until);this.email=i.email;this.statusCallback=i.status_callback;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CustomerProfilesContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}customerProfilesChannelEndpointAssignment(){return this._proxy.customerProfilesChannelEndpointAssignment}customerProfilesEntityAssignments(){return this._proxy.customerProfilesEntityAssignments}customerProfilesEvaluations(){return this._proxy.customerProfilesEvaluations}toJSON(){return{sid:this.sid,accountSid:this.accountSid,policySid:this.policySid,friendlyName:this.friendlyName,status:this.status,validUntil:this.validUntil,email:this.email,statusCallback:this.statusCallback,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesInstance=CustomerProfilesInstance;function CustomerProfilesListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CustomerProfilesContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/CustomerProfiles`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}if(i["policySid"]===null||i["policySid"]===undefined){throw new Error("Required parameter \"params['policySid']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Email"]=i["email"];s["PolicySid"]=i["policySid"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CustomerProfilesInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["policySid"]!==undefined)s["PolicySid"]=i["policySid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CustomerProfilesPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CustomerProfilesPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CustomerProfilesListInstance=CustomerProfilesListInstance;class CustomerProfilesPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CustomerProfilesInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesPage=CustomerProfilesPage},41630:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CustomerProfilesChannelEndpointAssignmentPage=i.CustomerProfilesChannelEndpointAssignmentListInstance=i.CustomerProfilesChannelEndpointAssignmentInstance=i.CustomerProfilesChannelEndpointAssignmentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CustomerProfilesChannelEndpointAssignmentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={customerProfileSid:i,sid:n};this._uri=`/CustomerProfiles/${i}/ChannelEndpointAssignments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CustomerProfilesChannelEndpointAssignmentInstance(n,e,i._solution.customerProfileSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesChannelEndpointAssignmentContextImpl=CustomerProfilesChannelEndpointAssignmentContextImpl;class CustomerProfilesChannelEndpointAssignmentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.customerProfileSid=i.customer_profile_sid;this.accountSid=i.account_sid;this.channelEndpointType=i.channel_endpoint_type;this.channelEndpointSid=i.channel_endpoint_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={customerProfileSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CustomerProfilesChannelEndpointAssignmentContextImpl(this._version,this._solution.customerProfileSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,customerProfileSid:this.customerProfileSid,accountSid:this.accountSid,channelEndpointType:this.channelEndpointType,channelEndpointSid:this.channelEndpointSid,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesChannelEndpointAssignmentInstance=CustomerProfilesChannelEndpointAssignmentInstance;function CustomerProfilesChannelEndpointAssignmentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CustomerProfilesChannelEndpointAssignmentContextImpl(e,i,n)};instance._version=e;instance._solution={customerProfileSid:i};instance._uri=`/CustomerProfiles/${i}/ChannelEndpointAssignments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["channelEndpointType"]===null||i["channelEndpointType"]===undefined){throw new Error("Required parameter \"params['channelEndpointType']\" missing.")}if(i["channelEndpointSid"]===null||i["channelEndpointSid"]===undefined){throw new Error("Required parameter \"params['channelEndpointSid']\" missing.")}let s={};s["ChannelEndpointType"]=i["channelEndpointType"];s["ChannelEndpointSid"]=i["channelEndpointSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CustomerProfilesChannelEndpointAssignmentInstance(o,e,instance._solution.customerProfileSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["channelEndpointSid"]!==undefined)s["ChannelEndpointSid"]=i["channelEndpointSid"];if(i["channelEndpointSids"]!==undefined)s["ChannelEndpointSids"]=i["channelEndpointSids"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CustomerProfilesChannelEndpointAssignmentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CustomerProfilesChannelEndpointAssignmentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CustomerProfilesChannelEndpointAssignmentListInstance=CustomerProfilesChannelEndpointAssignmentListInstance;class CustomerProfilesChannelEndpointAssignmentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CustomerProfilesChannelEndpointAssignmentInstance(this._version,e,this._solution.customerProfileSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesChannelEndpointAssignmentPage=CustomerProfilesChannelEndpointAssignmentPage},87552:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CustomerProfilesEntityAssignmentsPage=i.CustomerProfilesEntityAssignmentsListInstance=i.CustomerProfilesEntityAssignmentsInstance=i.CustomerProfilesEntityAssignmentsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CustomerProfilesEntityAssignmentsContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={customerProfileSid:i,sid:n};this._uri=`/CustomerProfiles/${i}/EntityAssignments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CustomerProfilesEntityAssignmentsInstance(n,e,i._solution.customerProfileSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEntityAssignmentsContextImpl=CustomerProfilesEntityAssignmentsContextImpl;class CustomerProfilesEntityAssignmentsInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.customerProfileSid=i.customer_profile_sid;this.accountSid=i.account_sid;this.objectSid=i.object_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={customerProfileSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CustomerProfilesEntityAssignmentsContextImpl(this._version,this._solution.customerProfileSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,customerProfileSid:this.customerProfileSid,accountSid:this.accountSid,objectSid:this.objectSid,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEntityAssignmentsInstance=CustomerProfilesEntityAssignmentsInstance;function CustomerProfilesEntityAssignmentsListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CustomerProfilesEntityAssignmentsContextImpl(e,i,n)};instance._version=e;instance._solution={customerProfileSid:i};instance._uri=`/CustomerProfiles/${i}/EntityAssignments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["objectSid"]===null||i["objectSid"]===undefined){throw new Error("Required parameter \"params['objectSid']\" missing.")}let s={};s["ObjectSid"]=i["objectSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CustomerProfilesEntityAssignmentsInstance(o,e,instance._solution.customerProfileSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CustomerProfilesEntityAssignmentsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CustomerProfilesEntityAssignmentsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CustomerProfilesEntityAssignmentsListInstance=CustomerProfilesEntityAssignmentsListInstance;class CustomerProfilesEntityAssignmentsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CustomerProfilesEntityAssignmentsInstance(this._version,e,this._solution.customerProfileSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEntityAssignmentsPage=CustomerProfilesEntityAssignmentsPage},47135:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CustomerProfilesEvaluationsPage=i.CustomerProfilesEvaluationsListInstance=i.CustomerProfilesEvaluationsInstance=i.CustomerProfilesEvaluationsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CustomerProfilesEvaluationsContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={customerProfileSid:i,sid:n};this._uri=`/CustomerProfiles/${i}/Evaluations/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CustomerProfilesEvaluationsInstance(n,e,i._solution.customerProfileSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEvaluationsContextImpl=CustomerProfilesEvaluationsContextImpl;class CustomerProfilesEvaluationsInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.policySid=i.policy_sid;this.customerProfileSid=i.customer_profile_sid;this.status=i.status;this.results=i.results;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={customerProfileSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new CustomerProfilesEvaluationsContextImpl(this._version,this._solution.customerProfileSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,policySid:this.policySid,customerProfileSid:this.customerProfileSid,status:this.status,results:this.results,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEvaluationsInstance=CustomerProfilesEvaluationsInstance;function CustomerProfilesEvaluationsListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'customerProfileSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new CustomerProfilesEvaluationsContextImpl(e,i,n)};instance._version=e;instance._solution={customerProfileSid:i};instance._uri=`/CustomerProfiles/${i}/Evaluations`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["policySid"]===null||i["policySid"]===undefined){throw new Error("Required parameter \"params['policySid']\" missing.")}let s={};s["PolicySid"]=i["policySid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CustomerProfilesEvaluationsInstance(o,e,instance._solution.customerProfileSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CustomerProfilesEvaluationsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CustomerProfilesEvaluationsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CustomerProfilesEvaluationsListInstance=CustomerProfilesEvaluationsListInstance;class CustomerProfilesEvaluationsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CustomerProfilesEvaluationsInstance(this._version,e,this._solution.customerProfileSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CustomerProfilesEvaluationsPage=CustomerProfilesEvaluationsPage},16027:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EndUserPage=i.EndUserListInstance=i.EndUserInstance=i.EndUserContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EndUserContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/EndUsers/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EndUserInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=c.object(e["attributes"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new EndUserInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserContextImpl=EndUserContextImpl;class EndUserInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.type=i.type;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EndUserContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,type:this.type,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserInstance=EndUserInstance;function EndUserListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EndUserContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/EndUsers`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];if(i["attributes"]!==undefined)s["Attributes"]=c.object(i["attributes"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EndUserInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EndUserPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EndUserPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EndUserListInstance=EndUserListInstance;class EndUserPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EndUserInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserPage=EndUserPage},65718:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EndUserTypePage=i.EndUserTypeListInstance=i.EndUserTypeInstance=i.EndUserTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class EndUserTypeContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/EndUserTypes/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EndUserTypeInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypeContextImpl=EndUserTypeContextImpl;class EndUserTypeInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.machineName=i.machine_name;this.fields=i.fields;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new EndUserTypeContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,machineName:this.machineName,fields:this.fields,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypeInstance=EndUserTypeInstance;function EndUserTypeListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new EndUserTypeContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/EndUserTypes`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EndUserTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EndUserTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EndUserTypeListInstance=EndUserTypeListInstance;class EndUserTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EndUserTypeInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EndUserTypePage=EndUserTypePage},77097:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PoliciesPage=i.PoliciesListInstance=i.PoliciesInstance=i.PoliciesContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PoliciesContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Policies/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PoliciesInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PoliciesContextImpl=PoliciesContextImpl;class PoliciesInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.requirements=i.requirements;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new PoliciesContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,requirements:this.requirements,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PoliciesInstance=PoliciesInstance;function PoliciesListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new PoliciesContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Policies`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PoliciesPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PoliciesPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PoliciesListInstance=PoliciesListInstance;class PoliciesPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PoliciesInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PoliciesPage=PoliciesPage},38955:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SupportingDocumentPage=i.SupportingDocumentListInstance=i.SupportingDocumentInstance=i.SupportingDocumentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SupportingDocumentContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/SupportingDocuments/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SupportingDocumentInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["attributes"]!==undefined)n["Attributes"]=c.object(e["attributes"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SupportingDocumentInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentContextImpl=SupportingDocumentContextImpl;class SupportingDocumentInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.mimeType=i.mime_type;this.status=i.status;this.type=i.type;this.attributes=i.attributes;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SupportingDocumentContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,mimeType:this.mimeType,status:this.status,type:this.type,attributes:this.attributes,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentInstance=SupportingDocumentInstance;function SupportingDocumentListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SupportingDocumentContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/SupportingDocuments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["type"]===null||i["type"]===undefined){throw new Error("Required parameter \"params['type']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Type"]=i["type"];if(i["attributes"]!==undefined)s["Attributes"]=c.object(i["attributes"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SupportingDocumentInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SupportingDocumentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SupportingDocumentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SupportingDocumentListInstance=SupportingDocumentListInstance;class SupportingDocumentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SupportingDocumentInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentPage=SupportingDocumentPage},55981:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SupportingDocumentTypePage=i.SupportingDocumentTypeListInstance=i.SupportingDocumentTypeInstance=i.SupportingDocumentTypeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SupportingDocumentTypeContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/SupportingDocumentTypes/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SupportingDocumentTypeInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypeContextImpl=SupportingDocumentTypeContextImpl;class SupportingDocumentTypeInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.friendlyName=i.friendly_name;this.machineName=i.machine_name;this.fields=i.fields;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SupportingDocumentTypeContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,friendlyName:this.friendlyName,machineName:this.machineName,fields:this.fields,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypeInstance=SupportingDocumentTypeInstance;function SupportingDocumentTypeListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SupportingDocumentTypeContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/SupportingDocumentTypes`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SupportingDocumentTypePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SupportingDocumentTypePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SupportingDocumentTypeListInstance=SupportingDocumentTypeListInstance;class SupportingDocumentTypePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SupportingDocumentTypeInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SupportingDocumentTypePage=SupportingDocumentTypePage},90562:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TrustProductsPage=i.TrustProductsListInstance=i.TrustProductsInstance=i.TrustProductsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(99273);const _=n(45854);const g=n(21212);class TrustProductsContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/TrustProducts/${i}`}get trustProductsChannelEndpointAssignment(){this._trustProductsChannelEndpointAssignment=this._trustProductsChannelEndpointAssignment||(0,f.TrustProductsChannelEndpointAssignmentListInstance)(this._version,this._solution.sid);return this._trustProductsChannelEndpointAssignment}get trustProductsEntityAssignments(){this._trustProductsEntityAssignments=this._trustProductsEntityAssignments||(0,_.TrustProductsEntityAssignmentsListInstance)(this._version,this._solution.sid);return this._trustProductsEntityAssignments}get trustProductsEvaluations(){this._trustProductsEvaluations=this._trustProductsEvaluations||(0,g.TrustProductsEvaluationsListInstance)(this._version,this._solution.sid);return this._trustProductsEvaluations}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrustProductsInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["status"]!==undefined)n["Status"]=e["status"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["email"]!==undefined)n["Email"]=e["email"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new TrustProductsInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsContextImpl=TrustProductsContextImpl;class TrustProductsInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.policySid=i.policy_sid;this.friendlyName=i.friendly_name;this.status=i.status;this.validUntil=a.iso8601DateTime(i.valid_until);this.email=i.email;this.statusCallback=i.status_callback;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new TrustProductsContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}trustProductsChannelEndpointAssignment(){return this._proxy.trustProductsChannelEndpointAssignment}trustProductsEntityAssignments(){return this._proxy.trustProductsEntityAssignments}trustProductsEvaluations(){return this._proxy.trustProductsEvaluations}toJSON(){return{sid:this.sid,accountSid:this.accountSid,policySid:this.policySid,friendlyName:this.friendlyName,status:this.status,validUntil:this.validUntil,email:this.email,statusCallback:this.statusCallback,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsInstance=TrustProductsInstance;function TrustProductsListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new TrustProductsContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/TrustProducts`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["email"]===null||i["email"]===undefined){throw new Error("Required parameter \"params['email']\" missing.")}if(i["policySid"]===null||i["policySid"]===undefined){throw new Error("Required parameter \"params['policySid']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["Email"]=i["email"];s["PolicySid"]=i["policySid"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TrustProductsInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["policySid"]!==undefined)s["PolicySid"]=i["policySid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TrustProductsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TrustProductsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TrustProductsListInstance=TrustProductsListInstance;class TrustProductsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TrustProductsInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsPage=TrustProductsPage},99273:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TrustProductsChannelEndpointAssignmentPage=i.TrustProductsChannelEndpointAssignmentListInstance=i.TrustProductsChannelEndpointAssignmentInstance=i.TrustProductsChannelEndpointAssignmentContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TrustProductsChannelEndpointAssignmentContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trustProductSid:i,sid:n};this._uri=`/TrustProducts/${i}/ChannelEndpointAssignments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrustProductsChannelEndpointAssignmentInstance(n,e,i._solution.trustProductSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsChannelEndpointAssignmentContextImpl=TrustProductsChannelEndpointAssignmentContextImpl;class TrustProductsChannelEndpointAssignmentInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.trustProductSid=i.trust_product_sid;this.accountSid=i.account_sid;this.channelEndpointType=i.channel_endpoint_type;this.channelEndpointSid=i.channel_endpoint_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={trustProductSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TrustProductsChannelEndpointAssignmentContextImpl(this._version,this._solution.trustProductSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,trustProductSid:this.trustProductSid,accountSid:this.accountSid,channelEndpointType:this.channelEndpointType,channelEndpointSid:this.channelEndpointSid,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsChannelEndpointAssignmentInstance=TrustProductsChannelEndpointAssignmentInstance;function TrustProductsChannelEndpointAssignmentListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TrustProductsChannelEndpointAssignmentContextImpl(e,i,n)};instance._version=e;instance._solution={trustProductSid:i};instance._uri=`/TrustProducts/${i}/ChannelEndpointAssignments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["channelEndpointType"]===null||i["channelEndpointType"]===undefined){throw new Error("Required parameter \"params['channelEndpointType']\" missing.")}if(i["channelEndpointSid"]===null||i["channelEndpointSid"]===undefined){throw new Error("Required parameter \"params['channelEndpointSid']\" missing.")}let s={};s["ChannelEndpointType"]=i["channelEndpointType"];s["ChannelEndpointSid"]=i["channelEndpointSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TrustProductsChannelEndpointAssignmentInstance(o,e,instance._solution.trustProductSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["channelEndpointSid"]!==undefined)s["ChannelEndpointSid"]=i["channelEndpointSid"];if(i["channelEndpointSids"]!==undefined)s["ChannelEndpointSids"]=i["channelEndpointSids"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TrustProductsChannelEndpointAssignmentPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TrustProductsChannelEndpointAssignmentPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TrustProductsChannelEndpointAssignmentListInstance=TrustProductsChannelEndpointAssignmentListInstance;class TrustProductsChannelEndpointAssignmentPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TrustProductsChannelEndpointAssignmentInstance(this._version,e,this._solution.trustProductSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsChannelEndpointAssignmentPage=TrustProductsChannelEndpointAssignmentPage},45854:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TrustProductsEntityAssignmentsPage=i.TrustProductsEntityAssignmentsListInstance=i.TrustProductsEntityAssignmentsInstance=i.TrustProductsEntityAssignmentsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TrustProductsEntityAssignmentsContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trustProductSid:i,sid:n};this._uri=`/TrustProducts/${i}/EntityAssignments/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrustProductsEntityAssignmentsInstance(n,e,i._solution.trustProductSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEntityAssignmentsContextImpl=TrustProductsEntityAssignmentsContextImpl;class TrustProductsEntityAssignmentsInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.trustProductSid=i.trust_product_sid;this.accountSid=i.account_sid;this.objectSid=i.object_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={trustProductSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TrustProductsEntityAssignmentsContextImpl(this._version,this._solution.trustProductSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,trustProductSid:this.trustProductSid,accountSid:this.accountSid,objectSid:this.objectSid,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEntityAssignmentsInstance=TrustProductsEntityAssignmentsInstance;function TrustProductsEntityAssignmentsListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TrustProductsEntityAssignmentsContextImpl(e,i,n)};instance._version=e;instance._solution={trustProductSid:i};instance._uri=`/TrustProducts/${i}/EntityAssignments`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["objectSid"]===null||i["objectSid"]===undefined){throw new Error("Required parameter \"params['objectSid']\" missing.")}let s={};s["ObjectSid"]=i["objectSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TrustProductsEntityAssignmentsInstance(o,e,instance._solution.trustProductSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TrustProductsEntityAssignmentsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TrustProductsEntityAssignmentsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TrustProductsEntityAssignmentsListInstance=TrustProductsEntityAssignmentsListInstance;class TrustProductsEntityAssignmentsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TrustProductsEntityAssignmentsInstance(this._version,e,this._solution.trustProductSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEntityAssignmentsPage=TrustProductsEntityAssignmentsPage},21212:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TrustProductsEvaluationsPage=i.TrustProductsEvaluationsListInstance=i.TrustProductsEvaluationsInstance=i.TrustProductsEvaluationsContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class TrustProductsEvaluationsContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={trustProductSid:i,sid:n};this._uri=`/TrustProducts/${i}/Evaluations/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new TrustProductsEvaluationsInstance(n,e,i._solution.trustProductSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEvaluationsContextImpl=TrustProductsEvaluationsContextImpl;class TrustProductsEvaluationsInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.policySid=i.policy_sid;this.trustProductSid=i.trust_product_sid;this.status=i.status;this.results=i.results;this.dateCreated=a.iso8601DateTime(i.date_created);this.url=i.url;this._solution={trustProductSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new TrustProductsEvaluationsContextImpl(this._version,this._solution.trustProductSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,policySid:this.policySid,trustProductSid:this.trustProductSid,status:this.status,results:this.results,dateCreated:this.dateCreated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEvaluationsInstance=TrustProductsEvaluationsInstance;function TrustProductsEvaluationsListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'trustProductSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new TrustProductsEvaluationsContextImpl(e,i,n)};instance._version=e;instance._solution={trustProductSid:i};instance._uri=`/TrustProducts/${i}/Evaluations`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["policySid"]===null||i["policySid"]===undefined){throw new Error("Required parameter \"params['policySid']\" missing.")}let s={};s["PolicySid"]=i["policySid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new TrustProductsEvaluationsInstance(o,e,instance._solution.trustProductSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new TrustProductsEvaluationsPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new TrustProductsEvaluationsPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.TrustProductsEvaluationsListInstance=TrustProductsEvaluationsListInstance;class TrustProductsEvaluationsPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TrustProductsEvaluationsInstance(this._version,e,this._solution.trustProductSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TrustProductsEvaluationsPage=TrustProductsEvaluationsPage},79352:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(25610);const a=n(81688);const c=n(5398);const u=n(83993);const f=n(70452);const _=n(13050);class V2 extends r.default{constructor(e){super(e,"v2")}get forms(){this._forms=this._forms||(0,o.FormListInstance)(this);return this._forms}get safelist(){this._safelist=this._safelist||(0,a.SafelistListInstance)(this);return this._safelist}get services(){this._services=this._services||(0,c.ServiceListInstance)(this);return this._services}get templates(){this._templates=this._templates||(0,u.TemplateListInstance)(this);return this._templates}get verificationAttempts(){this._verificationAttempts=this._verificationAttempts||(0,f.VerificationAttemptListInstance)(this);return this._verificationAttempts}get verificationAttemptsSummary(){this._verificationAttemptsSummary=this._verificationAttemptsSummary||(0,_.VerificationAttemptsSummaryListInstance)(this);return this._verificationAttemptsSummary}}i["default"]=V2},25610:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.FormListInstance=i.FormInstance=i.FormContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class FormContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'formType' is not valid.")}this._solution={formType:i};this._uri=`/Forms/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FormInstance(n,e,i._solution.formType)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FormContextImpl=FormContextImpl;class FormInstance{constructor(e,i,n){this._version=e;this.formType=i.form_type;this.forms=i.forms;this.formMeta=i.form_meta;this.url=i.url;this._solution={formType:n||this.formType}}get _proxy(){this._context=this._context||new FormContextImpl(this._version,this._solution.formType);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{formType:this.formType,forms:this.forms,formMeta:this.formMeta,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.FormInstance=FormInstance;function FormListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new FormContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.FormListInstance=FormListInstance},81688:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SafelistListInstance=i.SafelistInstance=i.SafelistContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class SafelistContextImpl{constructor(e,i){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'phoneNumber' is not valid.")}this._solution={phoneNumber:i};this._uri=`/SafeList/Numbers/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SafelistInstance(n,e,i._solution.phoneNumber)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SafelistContextImpl=SafelistContextImpl;class SafelistInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.phoneNumber=i.phone_number;this.url=i.url;this._solution={phoneNumber:n||this.phoneNumber}}get _proxy(){this._context=this._context||new SafelistContextImpl(this._version,this._solution.phoneNumber);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,phoneNumber:this.phoneNumber,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SafelistInstance=SafelistInstance;function SafelistListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SafelistContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/SafeList/Numbers`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["phoneNumber"]===null||i["phoneNumber"]===undefined){throw new Error("Required parameter \"params['phoneNumber']\" missing.")}let s={};s["PhoneNumber"]=i["phoneNumber"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SafelistInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SafelistListInstance=SafelistListInstance},5398:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ServicePage=i.ServiceListInstance=i.ServiceInstance=i.ServiceContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(95873);const _=n(77654);const g=n(44711);const v=n(83857);const S=n(40843);const b=n(67609);const P=n(27240);class ServiceContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Services/${i}`}get accessTokens(){this._accessTokens=this._accessTokens||(0,f.AccessTokenListInstance)(this._version,this._solution.sid);return this._accessTokens}get entities(){this._entities=this._entities||(0,_.EntityListInstance)(this._version,this._solution.sid);return this._entities}get messagingConfigurations(){this._messagingConfigurations=this._messagingConfigurations||(0,g.MessagingConfigurationListInstance)(this._version,this._solution.sid);return this._messagingConfigurations}get rateLimits(){this._rateLimits=this._rateLimits||(0,v.RateLimitListInstance)(this._version,this._solution.sid);return this._rateLimits}get verifications(){this._verifications=this._verifications||(0,S.VerificationListInstance)(this._version,this._solution.sid);return this._verifications}get verificationChecks(){this._verificationChecks=this._verificationChecks||(0,b.VerificationCheckListInstance)(this._version,this._solution.sid);return this._verificationChecks}get webhooks(){this._webhooks=this._webhooks||(0,P.WebhookListInstance)(this._version,this._solution.sid);return this._webhooks}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ServiceInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["codeLength"]!==undefined)n["CodeLength"]=e["codeLength"];if(e["lookupEnabled"]!==undefined)n["LookupEnabled"]=c.bool(e["lookupEnabled"]);if(e["skipSmsToLandlines"]!==undefined)n["SkipSmsToLandlines"]=c.bool(e["skipSmsToLandlines"]);if(e["dtmfInputRequired"]!==undefined)n["DtmfInputRequired"]=c.bool(e["dtmfInputRequired"]);if(e["ttsName"]!==undefined)n["TtsName"]=e["ttsName"];if(e["psd2Enabled"]!==undefined)n["Psd2Enabled"]=c.bool(e["psd2Enabled"]);if(e["doNotShareWarningEnabled"]!==undefined)n["DoNotShareWarningEnabled"]=c.bool(e["doNotShareWarningEnabled"]);if(e["customCodeEnabled"]!==undefined)n["CustomCodeEnabled"]=c.bool(e["customCodeEnabled"]);if(e["push.includeDate"]!==undefined)n["Push.IncludeDate"]=c.bool(e["push.includeDate"]);if(e["push.apnCredentialSid"]!==undefined)n["Push.ApnCredentialSid"]=e["push.apnCredentialSid"];if(e["push.fcmCredentialSid"]!==undefined)n["Push.FcmCredentialSid"]=e["push.fcmCredentialSid"];if(e["totp.issuer"]!==undefined)n["Totp.Issuer"]=e["totp.issuer"];if(e["totp.timeStep"]!==undefined)n["Totp.TimeStep"]=e["totp.timeStep"];if(e["totp.codeLength"]!==undefined)n["Totp.CodeLength"]=e["totp.codeLength"];if(e["totp.skew"]!==undefined)n["Totp.Skew"]=e["totp.skew"];if(e["defaultTemplateSid"]!==undefined)n["DefaultTemplateSid"]=e["defaultTemplateSid"];if(e["verifyEventSubscriptionEnabled"]!==undefined)n["VerifyEventSubscriptionEnabled"]=c.bool(e["verifyEventSubscriptionEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ServiceInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceContextImpl=ServiceContextImpl;class ServiceInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.codeLength=a.integer(i.code_length);this.lookupEnabled=i.lookup_enabled;this.psd2Enabled=i.psd2_enabled;this.skipSmsToLandlines=i.skip_sms_to_landlines;this.dtmfInputRequired=i.dtmf_input_required;this.ttsName=i.tts_name;this.doNotShareWarningEnabled=i.do_not_share_warning_enabled;this.customCodeEnabled=i.custom_code_enabled;this.push=i.push;this.totp=i.totp;this.defaultTemplateSid=i.default_template_sid;this.verifyEventSubscriptionEnabled=i.verify_event_subscription_enabled;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ServiceContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}accessTokens(){return this._proxy.accessTokens}entities(){return this._proxy.entities}messagingConfigurations(){return this._proxy.messagingConfigurations}rateLimits(){return this._proxy.rateLimits}verifications(){return this._proxy.verifications}verificationChecks(){return this._proxy.verificationChecks}webhooks(){return this._proxy.webhooks}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,codeLength:this.codeLength,lookupEnabled:this.lookupEnabled,psd2Enabled:this.psd2Enabled,skipSmsToLandlines:this.skipSmsToLandlines,dtmfInputRequired:this.dtmfInputRequired,ttsName:this.ttsName,doNotShareWarningEnabled:this.doNotShareWarningEnabled,customCodeEnabled:this.customCodeEnabled,push:this.push,totp:this.totp,defaultTemplateSid:this.defaultTemplateSid,verifyEventSubscriptionEnabled:this.verifyEventSubscriptionEnabled,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServiceInstance=ServiceInstance;function ServiceListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ServiceContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Services`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["codeLength"]!==undefined)s["CodeLength"]=i["codeLength"];if(i["lookupEnabled"]!==undefined)s["LookupEnabled"]=c.bool(i["lookupEnabled"]);if(i["skipSmsToLandlines"]!==undefined)s["SkipSmsToLandlines"]=c.bool(i["skipSmsToLandlines"]);if(i["dtmfInputRequired"]!==undefined)s["DtmfInputRequired"]=c.bool(i["dtmfInputRequired"]);if(i["ttsName"]!==undefined)s["TtsName"]=i["ttsName"];if(i["psd2Enabled"]!==undefined)s["Psd2Enabled"]=c.bool(i["psd2Enabled"]);if(i["doNotShareWarningEnabled"]!==undefined)s["DoNotShareWarningEnabled"]=c.bool(i["doNotShareWarningEnabled"]);if(i["customCodeEnabled"]!==undefined)s["CustomCodeEnabled"]=c.bool(i["customCodeEnabled"]);if(i["push.includeDate"]!==undefined)s["Push.IncludeDate"]=c.bool(i["push.includeDate"]);if(i["push.apnCredentialSid"]!==undefined)s["Push.ApnCredentialSid"]=i["push.apnCredentialSid"];if(i["push.fcmCredentialSid"]!==undefined)s["Push.FcmCredentialSid"]=i["push.fcmCredentialSid"];if(i["totp.issuer"]!==undefined)s["Totp.Issuer"]=i["totp.issuer"];if(i["totp.timeStep"]!==undefined)s["Totp.TimeStep"]=i["totp.timeStep"];if(i["totp.codeLength"]!==undefined)s["Totp.CodeLength"]=i["totp.codeLength"];if(i["totp.skew"]!==undefined)s["Totp.Skew"]=i["totp.skew"];if(i["defaultTemplateSid"]!==undefined)s["DefaultTemplateSid"]=i["defaultTemplateSid"];if(i["verifyEventSubscriptionEnabled"]!==undefined)s["VerifyEventSubscriptionEnabled"]=c.bool(i["verifyEventSubscriptionEnabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ServiceInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ServicePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ServicePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ServiceListInstance=ServiceListInstance;class ServicePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ServiceInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ServicePage=ServicePage},95873:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AccessTokenListInstance=i.AccessTokenInstance=i.AccessTokenContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class AccessTokenContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/AccessTokens/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new AccessTokenInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AccessTokenContextImpl=AccessTokenContextImpl;class AccessTokenInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.entityIdentity=i.entity_identity;this.factorType=i.factor_type;this.factorFriendlyName=i.factor_friendly_name;this.token=i.token;this.url=i.url;this.ttl=r.integer(i.ttl);this.dateCreated=r.iso8601DateTime(i.date_created);this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new AccessTokenContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,entityIdentity:this.entityIdentity,factorType:this.factorType,factorFriendlyName:this.factorFriendlyName,token:this.token,url:this.url,ttl:this.ttl,dateCreated:this.dateCreated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AccessTokenInstance=AccessTokenInstance;function AccessTokenListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new AccessTokenContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/AccessTokens`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}if(i["factorType"]===null||i["factorType"]===undefined){throw new Error("Required parameter \"params['factorType']\" missing.")}let s={};s["Identity"]=i["identity"];s["FactorType"]=i["factorType"];if(i["factorFriendlyName"]!==undefined)s["FactorFriendlyName"]=i["factorFriendlyName"];if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new AccessTokenInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AccessTokenListInstance=AccessTokenListInstance},77654:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.EntityPage=i.EntityListInstance=i.EntityInstance=i.EntityContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(11696);const _=n(11144);const g=n(13401);class EntityContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}this._solution={serviceSid:i,identity:n};this._uri=`/Services/${i}/Entities/${n}`}get challenges(){this._challenges=this._challenges||(0,f.ChallengeListInstance)(this._version,this._solution.serviceSid,this._solution.identity);return this._challenges}get factors(){this._factors=this._factors||(0,_.FactorListInstance)(this._version,this._solution.serviceSid,this._solution.identity);return this._factors}get newFactors(){this._newFactors=this._newFactors||(0,g.NewFactorListInstance)(this._version,this._solution.serviceSid,this._solution.identity);return this._newFactors}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new EntityInstance(n,e,i._solution.serviceSid,i._solution.identity)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EntityContextImpl=EntityContextImpl;class EntityInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.identity=i.identity;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,identity:s||this.identity}}get _proxy(){this._context=this._context||new EntityContextImpl(this._version,this._solution.serviceSid,this._solution.identity);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}challenges(){return this._proxy.challenges}factors(){return this._proxy.factors}newFactors(){return this._proxy.newFactors}toJSON(){return{sid:this.sid,identity:this.identity,accountSid:this.accountSid,serviceSid:this.serviceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EntityInstance=EntityInstance;function EntityListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new EntityContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Entities`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["identity"]===null||i["identity"]===undefined){throw new Error("Required parameter \"params['identity']\" missing.")}let s={};s["Identity"]=i["identity"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new EntityInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new EntityPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new EntityPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.EntityListInstance=EntityListInstance;class EntityPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new EntityInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.EntityPage=EntityPage},11696:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ChallengePage=i.ChallengeListInstance=i.ChallengeInstance=i.ChallengeContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(95620);class ChallengeContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,identity:n,sid:s};this._uri=`/Services/${i}/Entities/${n}/Challenges/${s}`}get notifications(){this._notifications=this._notifications||(0,f.NotificationListInstance)(this._version,this._solution.serviceSid,this._solution.identity,this._solution.sid);return this._notifications}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ChallengeInstance(n,e,i._solution.serviceSid,i._solution.identity,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["authPayload"]!==undefined)n["AuthPayload"]=e["authPayload"];if(e["metadata"]!==undefined)n["Metadata"]=c.object(e["metadata"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ChallengeInstance(o,e,r._solution.serviceSid,r._solution.identity,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChallengeContextImpl=ChallengeContextImpl;class ChallengeInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.entitySid=i.entity_sid;this.identity=i.identity;this.factorSid=i.factor_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.dateResponded=a.iso8601DateTime(i.date_responded);this.expirationDate=a.iso8601DateTime(i.expiration_date);this.status=i.status;this.respondedReason=i.responded_reason;this.details=i.details;this.hiddenDetails=i.hidden_details;this.metadata=i.metadata;this.factorType=i.factor_type;this.url=i.url;this.links=i.links;this._solution={serviceSid:n,identity:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new ChallengeContextImpl(this._version,this._solution.serviceSid,this._solution.identity,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}notifications(){return this._proxy.notifications}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,entitySid:this.entitySid,identity:this.identity,factorSid:this.factorSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,dateResponded:this.dateResponded,expirationDate:this.expirationDate,status:this.status,respondedReason:this.respondedReason,details:this.details,hiddenDetails:this.hiddenDetails,metadata:this.metadata,factorType:this.factorType,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChallengeInstance=ChallengeInstance;function ChallengeListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new ChallengeContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,identity:n};instance._uri=`/Services/${i}/Entities/${n}/Challenges`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["factorSid"]===null||i["factorSid"]===undefined){throw new Error("Required parameter \"params['factorSid']\" missing.")}let s={};s["FactorSid"]=i["factorSid"];if(i["expirationDate"]!==undefined)s["ExpirationDate"]=c.iso8601DateTime(i["expirationDate"]);if(i["details.message"]!==undefined)s["Details.Message"]=i["details.message"];if(i["details.fields"]!==undefined)s["Details.Fields"]=c.map(i["details.fields"],(e=>c.object(e)));if(i["hiddenDetails"]!==undefined)s["HiddenDetails"]=c.object(i["hiddenDetails"]);if(i["authPayload"]!==undefined)s["AuthPayload"]=i["authPayload"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ChallengeInstance(o,e,instance._solution.serviceSid,instance._solution.identity)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["factorSid"]!==undefined)s["FactorSid"]=i["factorSid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["order"]!==undefined)s["Order"]=i["order"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ChallengePage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ChallengePage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ChallengeListInstance=ChallengeListInstance;class ChallengePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ChallengeInstance(this._version,e,this._solution.serviceSid,this._solution.identity)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ChallengePage=ChallengePage},95620:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NotificationInstance=i.NotificationListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function NotificationListInstance(e,i,n,r){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}if(!(0,a.isValidPathParam)(r)){throw new Error("Parameter 'challengeSid' is not valid.")}const o={};o._version=e;o._solution={serviceSid:i,identity:n,challengeSid:r};o._uri=`/Services/${i}/Entities/${n}/Challenges/${r}/Notifications`;o.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["ttl"]!==undefined)s["Ttl"]=i["ttl"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:o._uri,method:"post",data:s,headers:r});c=c.then((e=>new NotificationInstance(a,e,o._solution.serviceSid,o._solution.identity,o._solution.challengeSid)));c=o._version.setPromiseCallback(c,n);return c};o.toJSON=function toJSON(){return o._solution};o[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(o.toJSON(),i)};return o}i.NotificationListInstance=NotificationListInstance;class NotificationInstance{constructor(e,i,n,s,o){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.entitySid=i.entity_sid;this.identity=i.identity;this.challengeSid=i.challenge_sid;this.priority=i.priority;this.ttl=r.integer(i.ttl);this.dateCreated=r.iso8601DateTime(i.date_created)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,entitySid:this.entitySid,identity:this.identity,challengeSid:this.challengeSid,priority:this.priority,ttl:this.ttl,dateCreated:this.dateCreated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NotificationInstance=NotificationInstance},11144:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.FactorPage=i.FactorListInstance=i.FactorInstance=i.FactorContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class FactorContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,identity:n,sid:s};this._uri=`/Services/${i}/Entities/${n}/Factors/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new FactorInstance(n,e,i._solution.serviceSid,i._solution.identity,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["authPayload"]!==undefined)n["AuthPayload"]=e["authPayload"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["config.notificationToken"]!==undefined)n["Config.NotificationToken"]=e["config.notificationToken"];if(e["config.sdkVersion"]!==undefined)n["Config.SdkVersion"]=e["config.sdkVersion"];if(e["config.timeStep"]!==undefined)n["Config.TimeStep"]=e["config.timeStep"];if(e["config.skew"]!==undefined)n["Config.Skew"]=e["config.skew"];if(e["config.codeLength"]!==undefined)n["Config.CodeLength"]=e["config.codeLength"];if(e["config.alg"]!==undefined)n["Config.Alg"]=e["config.alg"];if(e["config.notificationPlatform"]!==undefined)n["Config.NotificationPlatform"]=e["config.notificationPlatform"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new FactorInstance(o,e,r._solution.serviceSid,r._solution.identity,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FactorContextImpl=FactorContextImpl;class FactorInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.entitySid=i.entity_sid;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.status=i.status;this.factorType=i.factor_type;this.config=i.config;this.metadata=i.metadata;this.url=i.url;this._solution={serviceSid:n,identity:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new FactorContextImpl(this._version,this._solution.serviceSid,this._solution.identity,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,entitySid:this.entitySid,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,status:this.status,factorType:this.factorType,config:this.config,metadata:this.metadata,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FactorInstance=FactorInstance;function FactorListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new FactorContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,identity:n};instance._uri=`/Services/${i}/Entities/${n}/Factors`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new FactorPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new FactorPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.FactorListInstance=FactorListInstance;class FactorPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new FactorInstance(this._version,e,this._solution.serviceSid,this._solution.identity)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.FactorPage=FactorPage},13401:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.NewFactorInstance=i.NewFactorListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function NewFactorListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'identity' is not valid.")}const r={};r._version=e;r._solution={serviceSid:i,identity:n};r._uri=`/Services/${i}/Entities/${n}/Factors`;r.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["factorType"]===null||i["factorType"]===undefined){throw new Error("Required parameter \"params['factorType']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["FactorType"]=i["factorType"];if(i["binding.alg"]!==undefined)s["Binding.Alg"]=i["binding.alg"];if(i["binding.publicKey"]!==undefined)s["Binding.PublicKey"]=i["binding.publicKey"];if(i["config.appId"]!==undefined)s["Config.AppId"]=i["config.appId"];if(i["config.notificationPlatform"]!==undefined)s["Config.NotificationPlatform"]=i["config.notificationPlatform"];if(i["config.notificationToken"]!==undefined)s["Config.NotificationToken"]=i["config.notificationToken"];if(i["config.sdkVersion"]!==undefined)s["Config.SdkVersion"]=i["config.sdkVersion"];if(i["binding.secret"]!==undefined)s["Binding.Secret"]=i["binding.secret"];if(i["config.timeStep"]!==undefined)s["Config.TimeStep"]=i["config.timeStep"];if(i["config.skew"]!==undefined)s["Config.Skew"]=i["config.skew"];if(i["config.codeLength"]!==undefined)s["Config.CodeLength"]=i["config.codeLength"];if(i["config.alg"]!==undefined)s["Config.Alg"]=i["config.alg"];if(i["metadata"]!==undefined)s["Metadata"]=o.object(i["metadata"]);const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.create({uri:r._uri,method:"post",data:s,headers:a});u=u.then((e=>new NewFactorInstance(c,e,r._solution.serviceSid,r._solution.identity)));u=r._version.setPromiseCallback(u,n);return u};r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.NewFactorListInstance=NewFactorListInstance;class NewFactorInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.entitySid=i.entity_sid;this.identity=i.identity;this.binding=i.binding;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.friendlyName=i.friendly_name;this.status=i.status;this.factorType=i.factor_type;this.config=i.config;this.metadata=i.metadata;this.url=i.url}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,entitySid:this.entitySid,identity:this.identity,binding:this.binding,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,friendlyName:this.friendlyName,status:this.status,factorType:this.factorType,config:this.config,metadata:this.metadata,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.NewFactorInstance=NewFactorInstance},44711:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.MessagingConfigurationPage=i.MessagingConfigurationListInstance=i.MessagingConfigurationInstance=i.MessagingConfigurationContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class MessagingConfigurationContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'country' is not valid.")}this._solution={serviceSid:i,country:n};this._uri=`/Services/${i}/MessagingConfigurations/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new MessagingConfigurationInstance(n,e,i._solution.serviceSid,i._solution.country)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["messagingServiceSid"]===null||e["messagingServiceSid"]===undefined){throw new Error("Required parameter \"params['messagingServiceSid']\" missing.")}let n={};n["MessagingServiceSid"]=e["messagingServiceSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new MessagingConfigurationInstance(o,e,r._solution.serviceSid,r._solution.country)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagingConfigurationContextImpl=MessagingConfigurationContextImpl;class MessagingConfigurationInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.country=i.country;this.messagingServiceSid=i.messaging_service_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,country:s||this.country}}get _proxy(){this._context=this._context||new MessagingConfigurationContextImpl(this._version,this._solution.serviceSid,this._solution.country);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,serviceSid:this.serviceSid,country:this.country,messagingServiceSid:this.messagingServiceSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagingConfigurationInstance=MessagingConfigurationInstance;function MessagingConfigurationListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new MessagingConfigurationContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/MessagingConfigurations`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["country"]===null||i["country"]===undefined){throw new Error("Required parameter \"params['country']\" missing.")}if(i["messagingServiceSid"]===null||i["messagingServiceSid"]===undefined){throw new Error("Required parameter \"params['messagingServiceSid']\" missing.")}let s={};s["Country"]=i["country"];s["MessagingServiceSid"]=i["messagingServiceSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new MessagingConfigurationInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new MessagingConfigurationPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new MessagingConfigurationPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.MessagingConfigurationListInstance=MessagingConfigurationListInstance;class MessagingConfigurationPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new MessagingConfigurationInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.MessagingConfigurationPage=MessagingConfigurationPage},83857:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RateLimitPage=i.RateLimitListInstance=i.RateLimitInstance=i.RateLimitContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(15820);class RateLimitContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/RateLimits/${n}`}get buckets(){this._buckets=this._buckets||(0,f.BucketListInstance)(this._version,this._solution.serviceSid,this._solution.sid);return this._buckets}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RateLimitInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["description"]!==undefined)n["Description"]=e["description"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RateLimitInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RateLimitContextImpl=RateLimitContextImpl;class RateLimitInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.uniqueName=i.unique_name;this.description=i.description;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RateLimitContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}buckets(){return this._proxy.buckets}toJSON(){return{sid:this.sid,serviceSid:this.serviceSid,accountSid:this.accountSid,uniqueName:this.uniqueName,description:this.description,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RateLimitInstance=RateLimitInstance;function RateLimitListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RateLimitContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/RateLimits`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["uniqueName"]===null||i["uniqueName"]===undefined){throw new Error("Required parameter \"params['uniqueName']\" missing.")}let s={};s["UniqueName"]=i["uniqueName"];if(i["description"]!==undefined)s["Description"]=i["description"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RateLimitInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RateLimitPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RateLimitPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RateLimitListInstance=RateLimitListInstance;class RateLimitPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RateLimitInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RateLimitPage=RateLimitPage},15820:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.BucketPage=i.BucketListInstance=i.BucketInstance=i.BucketContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class BucketContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'rateLimitSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,rateLimitSid:n,sid:s};this._uri=`/Services/${i}/RateLimits/${n}/Buckets/${s}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new BucketInstance(n,e,i._solution.serviceSid,i._solution.rateLimitSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["max"]!==undefined)n["Max"]=e["max"];if(e["interval"]!==undefined)n["Interval"]=e["interval"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new BucketInstance(o,e,r._solution.serviceSid,r._solution.rateLimitSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BucketContextImpl=BucketContextImpl;class BucketInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.rateLimitSid=i.rate_limit_sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.max=a.integer(i.max);this.interval=a.integer(i.interval);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,rateLimitSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new BucketContextImpl(this._version,this._solution.serviceSid,this._solution.rateLimitSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,rateLimitSid:this.rateLimitSid,serviceSid:this.serviceSid,accountSid:this.accountSid,max:this.max,interval:this.interval,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BucketInstance=BucketInstance;function BucketListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'rateLimitSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new BucketContextImpl(e,i,n,s)};instance._version=e;instance._solution={serviceSid:i,rateLimitSid:n};instance._uri=`/Services/${i}/RateLimits/${n}/Buckets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["max"]===null||i["max"]===undefined){throw new Error("Required parameter \"params['max']\" missing.")}if(i["interval"]===null||i["interval"]===undefined){throw new Error("Required parameter \"params['interval']\" missing.")}let s={};s["Max"]=i["max"];s["Interval"]=i["interval"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new BucketInstance(o,e,instance._solution.serviceSid,instance._solution.rateLimitSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new BucketPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new BucketPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.BucketListInstance=BucketListInstance;class BucketPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new BucketInstance(this._version,e,this._solution.serviceSid,this._solution.rateLimitSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.BucketPage=BucketPage},40843:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.VerificationListInstance=i.VerificationInstance=i.VerificationContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class VerificationContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Verifications/${n}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new VerificationInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new VerificationInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.VerificationContextImpl=VerificationContextImpl;class VerificationInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.to=i.to;this.channel=i.channel;this.status=i.status;this.valid=i.valid;this.lookup=i.lookup;this.amount=i.amount;this.payee=i.payee;this.sendCodeAttempts=i.send_code_attempts;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.sna=i.sna;this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new VerificationContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,serviceSid:this.serviceSid,accountSid:this.accountSid,to:this.to,channel:this.channel,status:this.status,valid:this.valid,lookup:this.lookup,amount:this.amount,payee:this.payee,sendCodeAttempts:this.sendCodeAttempts,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sna:this.sna,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.VerificationInstance=VerificationInstance;function VerificationListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new VerificationContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Verifications`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["to"]===null||i["to"]===undefined){throw new Error("Required parameter \"params['to']\" missing.")}if(i["channel"]===null||i["channel"]===undefined){throw new Error("Required parameter \"params['channel']\" missing.")}let s={};s["To"]=i["to"];s["Channel"]=i["channel"];if(i["customFriendlyName"]!==undefined)s["CustomFriendlyName"]=i["customFriendlyName"];if(i["customMessage"]!==undefined)s["CustomMessage"]=i["customMessage"];if(i["sendDigits"]!==undefined)s["SendDigits"]=i["sendDigits"];if(i["locale"]!==undefined)s["Locale"]=i["locale"];if(i["customCode"]!==undefined)s["CustomCode"]=i["customCode"];if(i["amount"]!==undefined)s["Amount"]=i["amount"];if(i["payee"]!==undefined)s["Payee"]=i["payee"];if(i["rateLimits"]!==undefined)s["RateLimits"]=o.object(i["rateLimits"]);if(i["channelConfiguration"]!==undefined)s["ChannelConfiguration"]=o.object(i["channelConfiguration"]);if(i["appHash"]!==undefined)s["AppHash"]=i["appHash"];if(i["templateSid"]!==undefined)s["TemplateSid"]=i["templateSid"];if(i["templateCustomSubstitutions"]!==undefined)s["TemplateCustomSubstitutions"]=i["templateCustomSubstitutions"];if(i["deviceIp"]!==undefined)s["DeviceIp"]=i["deviceIp"];if(i["riskCheck"]!==undefined)s["RiskCheck"]=i["riskCheck"];if(i["tags"]!==undefined)s["Tags"]=i["tags"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:instance._uri,method:"post",data:s,headers:r});c=c.then((e=>new VerificationInstance(a,e,instance._solution.serviceSid)));c=instance._version.setPromiseCallback(c,n);return c};instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.VerificationListInstance=VerificationListInstance},67609:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.VerificationCheckInstance=i.VerificationCheckListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);function VerificationCheckListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const n={};n._version=e;n._solution={serviceSid:i};n._uri=`/Services/${i}/VerificationCheck`;n.create=function create(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["code"]!==undefined)r["Code"]=i["code"];if(i["to"]!==undefined)r["To"]=i["to"];if(i["verificationSid"]!==undefined)r["VerificationSid"]=i["verificationSid"];if(i["amount"]!==undefined)r["Amount"]=i["amount"];if(i["payee"]!==undefined)r["Payee"]=i["payee"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:n._uri,method:"post",data:r,headers:o});c=c.then((e=>new VerificationCheckInstance(a,e,n._solution.serviceSid)));c=n._version.setPromiseCallback(c,s);return c};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.VerificationCheckListInstance=VerificationCheckListInstance;class VerificationCheckInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.to=i.to;this.channel=i.channel;this.status=i.status;this.valid=i.valid;this.amount=i.amount;this.payee=i.payee;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.snaAttemptsErrorCodes=i.sna_attempts_error_codes}toJSON(){return{sid:this.sid,serviceSid:this.serviceSid,accountSid:this.accountSid,to:this.to,channel:this.channel,status:this.status,valid:this.valid,amount:this.amount,payee:this.payee,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,snaAttemptsErrorCodes:this.snaAttemptsErrorCodes}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.VerificationCheckInstance=VerificationCheckInstance},27240:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.WebhookPage=i.WebhookListInstance=i.WebhookInstance=i.WebhookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class WebhookContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={serviceSid:i,sid:n};this._uri=`/Services/${i}/Webhooks/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new WebhookInstance(n,e,i._solution.serviceSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["eventTypes"]!==undefined)n["EventTypes"]=c.map(e["eventTypes"],(e=>e));if(e["webhookUrl"]!==undefined)n["WebhookUrl"]=e["webhookUrl"];if(e["status"]!==undefined)n["Status"]=e["status"];if(e["version"]!==undefined)n["Version"]=e["version"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new WebhookInstance(o,e,r._solution.serviceSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookContextImpl=WebhookContextImpl;class WebhookInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.serviceSid=i.service_sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.eventTypes=i.event_types;this.status=i.status;this.version=i.version;this.webhookUrl=i.webhook_url;this.webhookMethod=i.webhook_method;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={serviceSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new WebhookContextImpl(this._version,this._solution.serviceSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,serviceSid:this.serviceSid,accountSid:this.accountSid,friendlyName:this.friendlyName,eventTypes:this.eventTypes,status:this.status,version:this.version,webhookUrl:this.webhookUrl,webhookMethod:this.webhookMethod,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookInstance=WebhookInstance;function WebhookListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'serviceSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new WebhookContextImpl(e,i,n)};instance._version=e;instance._solution={serviceSid:i};instance._uri=`/Services/${i}/Webhooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}if(i["eventTypes"]===null||i["eventTypes"]===undefined){throw new Error("Required parameter \"params['eventTypes']\" missing.")}if(i["webhookUrl"]===null||i["webhookUrl"]===undefined){throw new Error("Required parameter \"params['webhookUrl']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];s["EventTypes"]=c.map(i["eventTypes"],(e=>e));s["WebhookUrl"]=i["webhookUrl"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["version"]!==undefined)s["Version"]=i["version"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new WebhookInstance(o,e,instance._solution.serviceSid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new WebhookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new WebhookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.WebhookListInstance=WebhookListInstance;class WebhookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new WebhookInstance(this._version,e,this._solution.serviceSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.WebhookPage=WebhookPage},83993:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.TemplatePage=i.TemplateInstance=i.TemplateListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function TemplateListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/Templates`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["friendlyName"]!==undefined)r["FriendlyName"]=n["friendlyName"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,c=a.page({uri:i._uri,method:"get",params:r,headers:o});c=c.then((e=>new TemplatePage(a,e,i._solution)));c=i._version.setPromiseCallback(c,s);return c};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new TemplatePage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.TemplateListInstance=TemplateListInstance;class TemplateInstance{constructor(e,i){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.channels=i.channels;this.translations=i.translations}toJSON(){return{sid:this.sid,accountSid:this.accountSid,friendlyName:this.friendlyName,channels:this.channels,translations:this.translations}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TemplateInstance=TemplateInstance;class TemplatePage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new TemplateInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.TemplatePage=TemplatePage},70452:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.VerificationAttemptPage=i.VerificationAttemptListInstance=i.VerificationAttemptInstance=i.VerificationAttemptContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class VerificationAttemptContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Attempts/${i}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new VerificationAttemptInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VerificationAttemptContextImpl=VerificationAttemptContextImpl;class VerificationAttemptInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.serviceSid=i.service_sid;this.verificationSid=i.verification_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.conversionStatus=i.conversion_status;this.channel=i.channel;this.price=i.price;this.channelData=i.channel_data;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new VerificationAttemptContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,serviceSid:this.serviceSid,verificationSid:this.verificationSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,conversionStatus:this.conversionStatus,channel:this.channel,price:this.price,channelData:this.channelData,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VerificationAttemptInstance=VerificationAttemptInstance;function VerificationAttemptListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new VerificationAttemptContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Attempts`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["channelData.to"]!==undefined)s["ChannelData.To"]=i["channelData.to"];if(i["country"]!==undefined)s["Country"]=i["country"];if(i["channel"]!==undefined)s["Channel"]=i["channel"];if(i["verifyServiceSid"]!==undefined)s["VerifyServiceSid"]=i["verifyServiceSid"];if(i["verificationSid"]!==undefined)s["VerificationSid"]=i["verificationSid"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new VerificationAttemptPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new VerificationAttemptPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.VerificationAttemptListInstance=VerificationAttemptListInstance;class VerificationAttemptPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new VerificationAttemptInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.VerificationAttemptPage=VerificationAttemptPage},13050:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.VerificationAttemptsSummaryListInstance=i.VerificationAttemptsSummaryInstance=i.VerificationAttemptsSummaryContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class VerificationAttemptsSummaryContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Attempts/Summary`}fetch(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["verifyServiceSid"]!==undefined)n["VerifyServiceSid"]=e["verifyServiceSid"];if(e["dateCreatedAfter"]!==undefined)n["DateCreatedAfter"]=o.iso8601DateTime(e["dateCreatedAfter"]);if(e["dateCreatedBefore"]!==undefined)n["DateCreatedBefore"]=o.iso8601DateTime(e["dateCreatedBefore"]);if(e["country"]!==undefined)n["Country"]=e["country"];if(e["channel"]!==undefined)n["Channel"]=e["channel"];if(e["destinationPrefix"]!==undefined)n["DestinationPrefix"]=e["destinationPrefix"];const s={};const r=this;let a=r._version,c=a.fetch({uri:r._uri,method:"get",params:n,headers:s});c=c.then((e=>new VerificationAttemptsSummaryInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.VerificationAttemptsSummaryContextImpl=VerificationAttemptsSummaryContextImpl;class VerificationAttemptsSummaryInstance{constructor(e,i){this._version=e;this.totalAttempts=r.integer(i.total_attempts);this.totalConverted=r.integer(i.total_converted);this.totalUnconverted=r.integer(i.total_unconverted);this.conversionRatePercentage=i.conversion_rate_percentage;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new VerificationAttemptsSummaryContextImpl(this._version);return this._context}fetch(e,i){return this._proxy.fetch(e,i)}toJSON(){return{totalAttempts:this.totalAttempts,totalConverted:this.totalConverted,totalUnconverted:this.totalUnconverted,conversionRatePercentage:this.conversionRatePercentage,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.VerificationAttemptsSummaryInstance=VerificationAttemptsSummaryInstance;function VerificationAttemptsSummaryListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new VerificationAttemptsSummaryContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.VerificationAttemptsSummaryListInstance=VerificationAttemptsSummaryListInstance},41933:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(96431);const a=n(51065);const c=n(94633);const u=n(20370);const f=n(46347);const _=n(70641);class V1 extends r.default{constructor(e){super(e,"v1")}get compositions(){this._compositions=this._compositions||(0,o.CompositionListInstance)(this);return this._compositions}get compositionHooks(){this._compositionHooks=this._compositionHooks||(0,a.CompositionHookListInstance)(this);return this._compositionHooks}get compositionSettings(){this._compositionSettings=this._compositionSettings||(0,c.CompositionSettingsListInstance)(this);return this._compositionSettings}get recordings(){this._recordings=this._recordings||(0,u.RecordingListInstance)(this);return this._recordings}get recordingSettings(){this._recordingSettings=this._recordingSettings||(0,f.RecordingSettingsListInstance)(this);return this._recordingSettings}get rooms(){this._rooms=this._rooms||(0,_.RoomListInstance)(this);return this._rooms}}i["default"]=V1},96431:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CompositionPage=i.CompositionListInstance=i.CompositionInstance=i.CompositionContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CompositionContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Compositions/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CompositionInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionContextImpl=CompositionContextImpl;class CompositionInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateCompleted=a.iso8601DateTime(i.date_completed);this.dateDeleted=a.iso8601DateTime(i.date_deleted);this.sid=i.sid;this.roomSid=i.room_sid;this.audioSources=i.audio_sources;this.audioSourcesExcluded=i.audio_sources_excluded;this.videoLayout=i.video_layout;this.resolution=i.resolution;this.trim=i.trim;this.format=i.format;this.bitrate=a.integer(i.bitrate);this.size=i.size;this.duration=a.integer(i.duration);this.mediaExternalLocation=i.media_external_location;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CompositionContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,status:this.status,dateCreated:this.dateCreated,dateCompleted:this.dateCompleted,dateDeleted:this.dateDeleted,sid:this.sid,roomSid:this.roomSid,audioSources:this.audioSources,audioSourcesExcluded:this.audioSourcesExcluded,videoLayout:this.videoLayout,resolution:this.resolution,trim:this.trim,format:this.format,bitrate:this.bitrate,size:this.size,duration:this.duration,mediaExternalLocation:this.mediaExternalLocation,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionInstance=CompositionInstance;function CompositionListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CompositionContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Compositions`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["roomSid"]===null||i["roomSid"]===undefined){throw new Error("Required parameter \"params['roomSid']\" missing.")}let s={};s["RoomSid"]=i["roomSid"];if(i["videoLayout"]!==undefined)s["VideoLayout"]=c.object(i["videoLayout"]);if(i["audioSources"]!==undefined)s["AudioSources"]=c.map(i["audioSources"],(e=>e));if(i["audioSourcesExcluded"]!==undefined)s["AudioSourcesExcluded"]=c.map(i["audioSourcesExcluded"],(e=>e));if(i["resolution"]!==undefined)s["Resolution"]=i["resolution"];if(i["format"]!==undefined)s["Format"]=i["format"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["trim"]!==undefined)s["Trim"]=c.bool(i["trim"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CompositionInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["roomSid"]!==undefined)s["RoomSid"]=i["roomSid"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CompositionPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CompositionPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CompositionListInstance=CompositionListInstance;class CompositionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CompositionInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionPage=CompositionPage},51065:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CompositionHookPage=i.CompositionHookListInstance=i.CompositionHookInstance=i.CompositionHookContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CompositionHookContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/CompositionHooks/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CompositionHookInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];if(e["enabled"]!==undefined)n["Enabled"]=c.bool(e["enabled"]);if(e["videoLayout"]!==undefined)n["VideoLayout"]=c.object(e["videoLayout"]);if(e["audioSources"]!==undefined)n["AudioSources"]=c.map(e["audioSources"],(e=>e));if(e["audioSourcesExcluded"]!==undefined)n["AudioSourcesExcluded"]=c.map(e["audioSourcesExcluded"],(e=>e));if(e["trim"]!==undefined)n["Trim"]=c.bool(e["trim"]);if(e["format"]!==undefined)n["Format"]=e["format"];if(e["resolution"]!==undefined)n["Resolution"]=e["resolution"];if(e["statusCallback"]!==undefined)n["StatusCallback"]=e["statusCallback"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new CompositionHookInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionHookContextImpl=CompositionHookContextImpl;class CompositionHookInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.enabled=i.enabled;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.sid=i.sid;this.audioSources=i.audio_sources;this.audioSourcesExcluded=i.audio_sources_excluded;this.videoLayout=i.video_layout;this.resolution=i.resolution;this.trim=i.trim;this.format=i.format;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CompositionHookContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,friendlyName:this.friendlyName,enabled:this.enabled,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,sid:this.sid,audioSources:this.audioSources,audioSourcesExcluded:this.audioSourcesExcluded,videoLayout:this.videoLayout,resolution:this.resolution,trim:this.trim,format:this.format,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionHookInstance=CompositionHookInstance;function CompositionHookListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CompositionHookContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/CompositionHooks`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["friendlyName"]===null||i["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let s={};s["FriendlyName"]=i["friendlyName"];if(i["enabled"]!==undefined)s["Enabled"]=c.bool(i["enabled"]);if(i["videoLayout"]!==undefined)s["VideoLayout"]=c.object(i["videoLayout"]);if(i["audioSources"]!==undefined)s["AudioSources"]=c.map(i["audioSources"],(e=>e));if(i["audioSourcesExcluded"]!==undefined)s["AudioSourcesExcluded"]=c.map(i["audioSourcesExcluded"],(e=>e));if(i["resolution"]!==undefined)s["Resolution"]=i["resolution"];if(i["format"]!==undefined)s["Format"]=i["format"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["trim"]!==undefined)s["Trim"]=c.bool(i["trim"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CompositionHookInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["enabled"]!==undefined)s["Enabled"]=c.bool(i["enabled"]);if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CompositionHookPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CompositionHookPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CompositionHookListInstance=CompositionHookListInstance;class CompositionHookPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CompositionHookInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CompositionHookPage=CompositionHookPage},94633:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.CompositionSettingsListInstance=i.CompositionSettingsInstance=i.CompositionSettingsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class CompositionSettingsContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/CompositionSettings/Default`}create(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];if(e["awsCredentialsSid"]!==undefined)n["AwsCredentialsSid"]=e["awsCredentialsSid"];if(e["encryptionKeySid"]!==undefined)n["EncryptionKeySid"]=e["encryptionKeySid"];if(e["awsS3Url"]!==undefined)n["AwsS3Url"]=e["awsS3Url"];if(e["awsStorageEnabled"]!==undefined)n["AwsStorageEnabled"]=o.bool(e["awsStorageEnabled"]);if(e["encryptionEnabled"]!==undefined)n["EncryptionEnabled"]=o.bool(e["encryptionEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.create({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new CompositionSettingsInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CompositionSettingsInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CompositionSettingsContextImpl=CompositionSettingsContextImpl;class CompositionSettingsInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.awsCredentialsSid=i.aws_credentials_sid;this.awsS3Url=i.aws_s3_url;this.awsStorageEnabled=i.aws_storage_enabled;this.encryptionKeySid=i.encryption_key_sid;this.encryptionEnabled=i.encryption_enabled;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new CompositionSettingsContextImpl(this._version);return this._context}create(e,i){return this._proxy.create(e,i)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,friendlyName:this.friendlyName,awsCredentialsSid:this.awsCredentialsSid,awsS3Url:this.awsS3Url,awsStorageEnabled:this.awsStorageEnabled,encryptionKeySid:this.encryptionKeySid,encryptionEnabled:this.encryptionEnabled,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.CompositionSettingsInstance=CompositionSettingsInstance;function CompositionSettingsListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new CompositionSettingsContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.CompositionSettingsListInstance=CompositionSettingsListInstance},20370:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RecordingPage=i.RecordingListInstance=i.RecordingInstance=i.RecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RecordingContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Recordings/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RecordingInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingContextImpl=RecordingContextImpl;class RecordingInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.sid=i.sid;this.sourceSid=i.source_sid;this.size=i.size;this.url=i.url;this.type=i.type;this.duration=a.integer(i.duration);this.containerFormat=i.container_format;this.codec=i.codec;this.groupingSids=i.grouping_sids;this.trackName=i.track_name;this.offset=i.offset;this.mediaExternalLocation=i.media_external_location;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RecordingContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,status:this.status,dateCreated:this.dateCreated,sid:this.sid,sourceSid:this.sourceSid,size:this.size,url:this.url,type:this.type,duration:this.duration,containerFormat:this.containerFormat,codec:this.codec,groupingSids:this.groupingSids,trackName:this.trackName,offset:this.offset,mediaExternalLocation:this.mediaExternalLocation,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingInstance=RecordingInstance;function RecordingListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RecordingContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Recordings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["sourceSid"]!==undefined)s["SourceSid"]=i["sourceSid"];if(i["groupingSid"]!==undefined)s["GroupingSid"]=c.map(i["groupingSid"],(e=>e));if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["mediaType"]!==undefined)s["MediaType"]=i["mediaType"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RecordingListInstance=RecordingListInstance;class RecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RecordingInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RecordingPage=RecordingPage},46347:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.RecordingSettingsListInstance=i.RecordingSettingsInstance=i.RecordingSettingsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class RecordingSettingsContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/RecordingSettings/Default`}create(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["friendlyName"]===null||e["friendlyName"]===undefined){throw new Error("Required parameter \"params['friendlyName']\" missing.")}let n={};n["FriendlyName"]=e["friendlyName"];if(e["awsCredentialsSid"]!==undefined)n["AwsCredentialsSid"]=e["awsCredentialsSid"];if(e["encryptionKeySid"]!==undefined)n["EncryptionKeySid"]=e["encryptionKeySid"];if(e["awsS3Url"]!==undefined)n["AwsS3Url"]=e["awsS3Url"];if(e["awsStorageEnabled"]!==undefined)n["AwsStorageEnabled"]=o.bool(e["awsStorageEnabled"]);if(e["encryptionEnabled"]!==undefined)n["EncryptionEnabled"]=o.bool(e["encryptionEnabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.create({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new RecordingSettingsInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RecordingSettingsInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RecordingSettingsContextImpl=RecordingSettingsContextImpl;class RecordingSettingsInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.awsCredentialsSid=i.aws_credentials_sid;this.awsS3Url=i.aws_s3_url;this.awsStorageEnabled=i.aws_storage_enabled;this.encryptionKeySid=i.encryption_key_sid;this.encryptionEnabled=i.encryption_enabled;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new RecordingSettingsContextImpl(this._version);return this._context}create(e,i){return this._proxy.create(e,i)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,friendlyName:this.friendlyName,awsCredentialsSid:this.awsCredentialsSid,awsS3Url:this.awsS3Url,awsStorageEnabled:this.awsStorageEnabled,encryptionKeySid:this.encryptionKeySid,encryptionEnabled:this.encryptionEnabled,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RecordingSettingsInstance=RecordingSettingsInstance;function RecordingSettingsListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new RecordingSettingsContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.RecordingSettingsListInstance=RecordingSettingsListInstance},70641:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RoomPage=i.RoomListInstance=i.RoomInstance=i.RoomContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(86957);const _=n(63370);const g=n(50797);class RoomContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Rooms/${i}`}get participants(){this._participants=this._participants||(0,f.ParticipantListInstance)(this._version,this._solution.sid);return this._participants}get recordingRules(){this._recordingRules=this._recordingRules||(0,_.RecordingRulesListInstance)(this._version,this._solution.sid);return this._recordingRules}get recordings(){this._recordings=this._recordings||(0,g.RoomRecordingListInstance)(this._version,this._solution.sid);return this._recordings}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoomInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["status"]===null||e["status"]===undefined){throw new Error("Required parameter \"params['status']\" missing.")}let n={};n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RoomInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomContextImpl=RoomContextImpl;class RoomInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.accountSid=i.account_sid;this.enableTurn=i.enable_turn;this.uniqueName=i.unique_name;this.statusCallback=i.status_callback;this.statusCallbackMethod=i.status_callback_method;this.endTime=a.iso8601DateTime(i.end_time);this.duration=a.integer(i.duration);this.type=i.type;this.maxParticipants=a.integer(i.max_participants);this.maxParticipantDuration=a.integer(i.max_participant_duration);this.maxConcurrentPublishedTracks=a.integer(i.max_concurrent_published_tracks);this.recordParticipantsOnConnect=i.record_participants_on_connect;this.videoCodecs=i.video_codecs;this.mediaRegion=i.media_region;this.audioOnly=i.audio_only;this.emptyRoomTimeout=a.integer(i.empty_room_timeout);this.unusedRoomTimeout=a.integer(i.unused_room_timeout);this.largeRoom=i.large_room;this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RoomContextImpl(this._version,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}participants(){return this._proxy.participants}recordingRules(){return this._proxy.recordingRules}recordings(){return this._proxy.recordings}toJSON(){return{sid:this.sid,status:this.status,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,accountSid:this.accountSid,enableTurn:this.enableTurn,uniqueName:this.uniqueName,statusCallback:this.statusCallback,statusCallbackMethod:this.statusCallbackMethod,endTime:this.endTime,duration:this.duration,type:this.type,maxParticipants:this.maxParticipants,maxParticipantDuration:this.maxParticipantDuration,maxConcurrentPublishedTracks:this.maxConcurrentPublishedTracks,recordParticipantsOnConnect:this.recordParticipantsOnConnect,videoCodecs:this.videoCodecs,mediaRegion:this.mediaRegion,audioOnly:this.audioOnly,emptyRoomTimeout:this.emptyRoomTimeout,unusedRoomTimeout:this.unusedRoomTimeout,largeRoom:this.largeRoom,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomInstance=RoomInstance;function RoomListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RoomContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Rooms`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["enableTurn"]!==undefined)s["EnableTurn"]=c.bool(i["enableTurn"]);if(i["type"]!==undefined)s["Type"]=i["type"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["statusCallback"]!==undefined)s["StatusCallback"]=i["statusCallback"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["maxParticipants"]!==undefined)s["MaxParticipants"]=i["maxParticipants"];if(i["recordParticipantsOnConnect"]!==undefined)s["RecordParticipantsOnConnect"]=c.bool(i["recordParticipantsOnConnect"]);if(i["videoCodecs"]!==undefined)s["VideoCodecs"]=c.map(i["videoCodecs"],(e=>e));if(i["mediaRegion"]!==undefined)s["MediaRegion"]=i["mediaRegion"];if(i["recordingRules"]!==undefined)s["RecordingRules"]=c.object(i["recordingRules"]);if(i["audioOnly"]!==undefined)s["AudioOnly"]=c.bool(i["audioOnly"]);if(i["maxParticipantDuration"]!==undefined)s["MaxParticipantDuration"]=i["maxParticipantDuration"];if(i["emptyRoomTimeout"]!==undefined)s["EmptyRoomTimeout"]=i["emptyRoomTimeout"];if(i["unusedRoomTimeout"]!==undefined)s["UnusedRoomTimeout"]=i["unusedRoomTimeout"];if(i["largeRoom"]!==undefined)s["LargeRoom"]=c.bool(i["largeRoom"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RoomInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RoomPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RoomPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoomListInstance=RoomListInstance;class RoomPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoomInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomPage=RoomPage},86957:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ParticipantPage=i.ParticipantListInstance=i.ParticipantInstance=i.ParticipantContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(28241);const _=n(29913);const g=n(62151);const v=n(1672);class ParticipantContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={roomSid:i,sid:n};this._uri=`/Rooms/${i}/Participants/${n}`}get anonymize(){this._anonymize=this._anonymize||(0,f.AnonymizeListInstance)(this._version,this._solution.roomSid,this._solution.sid);return this._anonymize}get publishedTracks(){this._publishedTracks=this._publishedTracks||(0,_.PublishedTrackListInstance)(this._version,this._solution.roomSid,this._solution.sid);return this._publishedTracks}get subscribeRules(){this._subscribeRules=this._subscribeRules||(0,g.SubscribeRulesListInstance)(this._version,this._solution.roomSid,this._solution.sid);return this._subscribeRules}get subscribedTracks(){this._subscribedTracks=this._subscribedTracks||(0,v.SubscribedTrackListInstance)(this._version,this._solution.roomSid,this._solution.sid);return this._subscribedTracks}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ParticipantInstance(n,e,i._solution.roomSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["status"]!==undefined)n["Status"]=e["status"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ParticipantInstance(o,e,r._solution.roomSid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantContextImpl=ParticipantContextImpl;class ParticipantInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.roomSid=i.room_sid;this.accountSid=i.account_sid;this.status=i.status;this.identity=i.identity;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.startTime=a.iso8601DateTime(i.start_time);this.endTime=a.iso8601DateTime(i.end_time);this.duration=a.integer(i.duration);this.url=i.url;this.links=i.links;this._solution={roomSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ParticipantContextImpl(this._version,this._solution.roomSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}anonymize(){return this._proxy.anonymize}publishedTracks(){return this._proxy.publishedTracks}subscribeRules(){return this._proxy.subscribeRules}subscribedTracks(){return this._proxy.subscribedTracks}toJSON(){return{sid:this.sid,roomSid:this.roomSid,accountSid:this.accountSid,status:this.status,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,startTime:this.startTime,endTime:this.endTime,duration:this.duration,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantInstance=ParticipantInstance;function ParticipantListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ParticipantContextImpl(e,i,n)};instance._version=e;instance._solution={roomSid:i};instance._uri=`/Rooms/${i}/Participants`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["identity"]!==undefined)s["Identity"]=i["identity"];if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ParticipantPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ParticipantPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ParticipantListInstance=ParticipantListInstance;class ParticipantPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ParticipantInstance(this._version,e,this._solution.roomSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ParticipantPage=ParticipantPage},28241:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.AnonymizeListInstance=i.AnonymizeInstance=i.AnonymizeContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class AnonymizeContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={roomSid:i,sid:n};this._uri=`/Rooms/${i}/Participants/${n}/Anonymize`}update(e){const i=this;let n=i._version,s=n.update({uri:i._uri,method:"post"});s=s.then((e=>new AnonymizeInstance(n,e,i._solution.roomSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AnonymizeContextImpl=AnonymizeContextImpl;class AnonymizeInstance{constructor(e,i,n,s){this._version=e;this.sid=i.sid;this.roomSid=i.room_sid;this.accountSid=i.account_sid;this.status=i.status;this.identity=i.identity;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated);this.startTime=r.iso8601DateTime(i.start_time);this.endTime=r.iso8601DateTime(i.end_time);this.duration=r.integer(i.duration);this.url=i.url;this._solution={roomSid:n,sid:s}}get _proxy(){this._context=this._context||new AnonymizeContextImpl(this._version,this._solution.roomSid,this._solution.sid);return this._context}update(e){return this._proxy.update(e)}toJSON(){return{sid:this.sid,roomSid:this.roomSid,accountSid:this.accountSid,status:this.status,identity:this.identity,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,startTime:this.startTime,endTime:this.endTime,duration:this.duration,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.AnonymizeInstance=AnonymizeInstance;function AnonymizeListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}const instance=()=>instance.get();instance.get=function get(){return new AnonymizeContextImpl(e,i,n)};instance._version=e;instance._solution={roomSid:i,sid:n};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.AnonymizeListInstance=AnonymizeListInstance},29913:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.PublishedTrackPage=i.PublishedTrackListInstance=i.PublishedTrackInstance=i.PublishedTrackContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class PublishedTrackContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={roomSid:i,participantSid:n,sid:s};this._uri=`/Rooms/${i}/Participants/${n}/PublishedTracks/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new PublishedTrackInstance(n,e,i._solution.roomSid,i._solution.participantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublishedTrackContextImpl=PublishedTrackContextImpl;class PublishedTrackInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.participantSid=i.participant_sid;this.roomSid=i.room_sid;this.name=i.name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.enabled=i.enabled;this.kind=i.kind;this.url=i.url;this._solution={roomSid:n,participantSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new PublishedTrackContextImpl(this._version,this._solution.roomSid,this._solution.participantSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,participantSid:this.participantSid,roomSid:this.roomSid,name:this.name,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,enabled:this.enabled,kind:this.kind,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublishedTrackInstance=PublishedTrackInstance;function PublishedTrackListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new PublishedTrackContextImpl(e,i,n,s)};instance._version=e;instance._solution={roomSid:i,participantSid:n};instance._uri=`/Rooms/${i}/Participants/${n}/PublishedTracks`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new PublishedTrackPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new PublishedTrackPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.PublishedTrackListInstance=PublishedTrackListInstance;class PublishedTrackPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new PublishedTrackInstance(this._version,e,this._solution.roomSid,this._solution.participantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.PublishedTrackPage=PublishedTrackPage},62151:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SubscribeRulesInstance=i.SubscribeRulesListInstance=i.VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules{}i.VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules=VideoV1RoomRoomParticipantRoomParticipantSubscribeRuleRules;function SubscribeRulesListInstance(e,i,n){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}const r={};r._version=e;r._solution={roomSid:i,participantSid:n};r._uri=`/Rooms/${i}/Participants/${n}/SubscribeRules`;r.fetch=function fetch(i){let n=e,s=n.fetch({uri:r._uri,method:"get"});s=s.then((e=>new SubscribeRulesInstance(n,e,r._solution.roomSid,r._solution.participantSid)));s=r._version.setPromiseCallback(s,i);return s};r.update=function update(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["rules"]!==undefined)s["Rules"]=o.object(i["rules"]);const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.update({uri:r._uri,method:"post",data:s,headers:a});u=u.then((e=>new SubscribeRulesInstance(c,e,r._solution.roomSid,r._solution.participantSid)));u=r._version.setPromiseCallback(u,n);return u};r.toJSON=function toJSON(){return r._solution};r[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(r.toJSON(),i)};return r}i.SubscribeRulesListInstance=SubscribeRulesListInstance;class SubscribeRulesInstance{constructor(e,i,n,s){this._version=e;this.participantSid=i.participant_sid;this.roomSid=i.room_sid;this.rules=i.rules;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated)}toJSON(){return{participantSid:this.participantSid,roomSid:this.roomSid,rules:this.rules,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SubscribeRulesInstance=SubscribeRulesInstance},1672:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SubscribedTrackPage=i.SubscribedTrackListInstance=i.SubscribedTrackInstance=i.SubscribedTrackContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SubscribedTrackContextImpl{constructor(e,i,n,s){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}if(!(0,u.isValidPathParam)(s)){throw new Error("Parameter 'sid' is not valid.")}this._solution={roomSid:i,participantSid:n,sid:s};this._uri=`/Rooms/${i}/Participants/${n}/SubscribedTracks/${s}`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SubscribedTrackInstance(n,e,i._solution.roomSid,i._solution.participantSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedTrackContextImpl=SubscribedTrackContextImpl;class SubscribedTrackInstance{constructor(e,i,n,s,r){this._version=e;this.sid=i.sid;this.participantSid=i.participant_sid;this.publisherSid=i.publisher_sid;this.roomSid=i.room_sid;this.name=i.name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.enabled=i.enabled;this.kind=i.kind;this.url=i.url;this._solution={roomSid:n,participantSid:s,sid:r||this.sid}}get _proxy(){this._context=this._context||new SubscribedTrackContextImpl(this._version,this._solution.roomSid,this._solution.participantSid,this._solution.sid);return this._context}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,participantSid:this.participantSid,publisherSid:this.publisherSid,roomSid:this.roomSid,name:this.name,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,enabled:this.enabled,kind:this.kind,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedTrackInstance=SubscribedTrackInstance;function SubscribedTrackListInstance(e,i,n){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'participantSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(s){return new SubscribedTrackContextImpl(e,i,n,s)};instance._version=e;instance._solution={roomSid:i,participantSid:n};instance._uri=`/Rooms/${i}/Participants/${n}/SubscribedTracks`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SubscribedTrackPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SubscribedTrackPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SubscribedTrackListInstance=SubscribedTrackListInstance;class SubscribedTrackPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SubscribedTrackInstance(this._version,e,this._solution.roomSid,this._solution.participantSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SubscribedTrackPage=SubscribedTrackPage},63370:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.RecordingRulesInstance=i.RecordingRulesListInstance=i.VideoV1RoomRoomRecordingRuleRules=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class VideoV1RoomRoomRecordingRuleRules{}i.VideoV1RoomRoomRecordingRuleRules=VideoV1RoomRoomRecordingRuleRules;function RecordingRulesListInstance(e,i){if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}const n={};n._version=e;n._solution={roomSid:i};n._uri=`/Rooms/${i}/RecordingRules`;n.fetch=function fetch(i){let s=e,r=s.fetch({uri:n._uri,method:"get"});r=r.then((e=>new RecordingRulesInstance(s,e,n._solution.roomSid)));r=n._version.setPromiseCallback(r,i);return r};n.update=function update(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["rules"]!==undefined)r["Rules"]=o.object(i["rules"]);const a={};a["Content-Type"]="application/x-www-form-urlencoded";let c=e,u=c.update({uri:n._uri,method:"post",data:r,headers:a});u=u.then((e=>new RecordingRulesInstance(c,e,n._solution.roomSid)));u=n._version.setPromiseCallback(u,s);return u};n.toJSON=function toJSON(){return n._solution};n[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(n.toJSON(),i)};return n}i.RecordingRulesListInstance=RecordingRulesListInstance;class RecordingRulesInstance{constructor(e,i,n){this._version=e;this.roomSid=i.room_sid;this.rules=i.rules;this.dateCreated=r.iso8601DateTime(i.date_created);this.dateUpdated=r.iso8601DateTime(i.date_updated)}toJSON(){return{roomSid:this.roomSid,rules:this.rules,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.RecordingRulesInstance=RecordingRulesInstance},50797:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RoomRecordingPage=i.RoomRecordingListInstance=i.RoomRecordingInstance=i.RoomRecordingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RoomRecordingContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={roomSid:i,sid:n};this._uri=`/Rooms/${i}/Recordings/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RoomRecordingInstance(n,e,i._solution.roomSid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomRecordingContextImpl=RoomRecordingContextImpl;class RoomRecordingInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.status=i.status;this.dateCreated=a.iso8601DateTime(i.date_created);this.sid=i.sid;this.sourceSid=i.source_sid;this.size=i.size;this.url=i.url;this.type=i.type;this.duration=a.integer(i.duration);this.containerFormat=i.container_format;this.codec=i.codec;this.groupingSids=i.grouping_sids;this.trackName=i.track_name;this.offset=i.offset;this.mediaExternalLocation=i.media_external_location;this.roomSid=i.room_sid;this.links=i.links;this._solution={roomSid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new RoomRecordingContextImpl(this._version,this._solution.roomSid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{accountSid:this.accountSid,status:this.status,dateCreated:this.dateCreated,sid:this.sid,sourceSid:this.sourceSid,size:this.size,url:this.url,type:this.type,duration:this.duration,containerFormat:this.containerFormat,codec:this.codec,groupingSids:this.groupingSids,trackName:this.trackName,offset:this.offset,mediaExternalLocation:this.mediaExternalLocation,roomSid:this.roomSid,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomRecordingInstance=RoomRecordingInstance;function RoomRecordingListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'roomSid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new RoomRecordingContextImpl(e,i,n)};instance._version=e;instance._solution={roomSid:i};instance._uri=`/Rooms/${i}/Recordings`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["sourceSid"]!==undefined)s["SourceSid"]=i["sourceSid"];if(i["dateCreatedAfter"]!==undefined)s["DateCreatedAfter"]=c.iso8601DateTime(i["dateCreatedAfter"]);if(i["dateCreatedBefore"]!==undefined)s["DateCreatedBefore"]=c.iso8601DateTime(i["dateCreatedBefore"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RoomRecordingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RoomRecordingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RoomRecordingListInstance=RoomRecordingListInstance;class RoomRecordingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RoomRecordingInstance(this._version,e,this._solution.roomSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RoomRecordingPage=RoomRecordingPage},24691:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(61196);const a=n(47834);const c=n(33262);const u=n(20813);const f=n(21254);const _=n(1900);class V1 extends r.default{constructor(e){super(e,"v1")}get archivedCalls(){this._archivedCalls=this._archivedCalls||(0,o.ArchivedCallListInstance)(this);return this._archivedCalls}get byocTrunks(){this._byocTrunks=this._byocTrunks||(0,a.ByocTrunkListInstance)(this);return this._byocTrunks}get connectionPolicies(){this._connectionPolicies=this._connectionPolicies||(0,c.ConnectionPolicyListInstance)(this);return this._connectionPolicies}get dialingPermissions(){this._dialingPermissions=this._dialingPermissions||(0,u.DialingPermissionsListInstance)(this);return this._dialingPermissions}get ipRecords(){this._ipRecords=this._ipRecords||(0,f.IpRecordListInstance)(this);return this._ipRecords}get sourceIpMappings(){this._sourceIpMappings=this._sourceIpMappings||(0,_.SourceIpMappingListInstance)(this);return this._sourceIpMappings}}i["default"]=V1},61196:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.ArchivedCallListInstance=i.ArchivedCallContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(20168);class ArchivedCallContextImpl{constructor(e,i,n){this._version=e;if(!(0,a.isValidPathParam)(i)){throw new Error("Parameter 'date' is not valid.")}if(!(0,a.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={date:i,sid:n};this._uri=`/Archives/${i}/Calls/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.ArchivedCallContextImpl=ArchivedCallContextImpl;function ArchivedCallListInstance(e){const instance=(e,i)=>instance.get(e,i);instance.get=function get(i,n){return new ArchivedCallContextImpl(e,i,n)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.ArchivedCallListInstance=ArchivedCallListInstance},47834:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ByocTrunkPage=i.ByocTrunkListInstance=i.ByocTrunkInstance=i.ByocTrunkContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ByocTrunkContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/ByocTrunks/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ByocTrunkInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["statusCallbackUrl"]!==undefined)n["StatusCallbackUrl"]=e["statusCallbackUrl"];if(e["statusCallbackMethod"]!==undefined)n["StatusCallbackMethod"]=e["statusCallbackMethod"];if(e["cnamLookupEnabled"]!==undefined)n["CnamLookupEnabled"]=c.bool(e["cnamLookupEnabled"]);if(e["connectionPolicySid"]!==undefined)n["ConnectionPolicySid"]=e["connectionPolicySid"];if(e["fromDomainSid"]!==undefined)n["FromDomainSid"]=e["fromDomainSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ByocTrunkInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ByocTrunkContextImpl=ByocTrunkContextImpl;class ByocTrunkInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.voiceUrl=i.voice_url;this.voiceMethod=i.voice_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceFallbackMethod=i.voice_fallback_method;this.statusCallbackUrl=i.status_callback_url;this.statusCallbackMethod=i.status_callback_method;this.cnamLookupEnabled=i.cnam_lookup_enabled;this.connectionPolicySid=i.connection_policy_sid;this.fromDomainSid=i.from_domain_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ByocTrunkContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,friendlyName:this.friendlyName,voiceUrl:this.voiceUrl,voiceMethod:this.voiceMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceFallbackMethod:this.voiceFallbackMethod,statusCallbackUrl:this.statusCallbackUrl,statusCallbackMethod:this.statusCallbackMethod,cnamLookupEnabled:this.cnamLookupEnabled,connectionPolicySid:this.connectionPolicySid,fromDomainSid:this.fromDomainSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ByocTrunkInstance=ByocTrunkInstance;function ByocTrunkListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ByocTrunkContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/ByocTrunks`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["voiceUrl"]!==undefined)s["VoiceUrl"]=i["voiceUrl"];if(i["voiceMethod"]!==undefined)s["VoiceMethod"]=i["voiceMethod"];if(i["voiceFallbackUrl"]!==undefined)s["VoiceFallbackUrl"]=i["voiceFallbackUrl"];if(i["voiceFallbackMethod"]!==undefined)s["VoiceFallbackMethod"]=i["voiceFallbackMethod"];if(i["statusCallbackUrl"]!==undefined)s["StatusCallbackUrl"]=i["statusCallbackUrl"];if(i["statusCallbackMethod"]!==undefined)s["StatusCallbackMethod"]=i["statusCallbackMethod"];if(i["cnamLookupEnabled"]!==undefined)s["CnamLookupEnabled"]=c.bool(i["cnamLookupEnabled"]);if(i["connectionPolicySid"]!==undefined)s["ConnectionPolicySid"]=i["connectionPolicySid"];if(i["fromDomainSid"]!==undefined)s["FromDomainSid"]=i["fromDomainSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ByocTrunkInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ByocTrunkPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ByocTrunkPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ByocTrunkListInstance=ByocTrunkListInstance;class ByocTrunkPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ByocTrunkInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ByocTrunkPage=ByocTrunkPage},33262:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConnectionPolicyPage=i.ConnectionPolicyListInstance=i.ConnectionPolicyInstance=i.ConnectionPolicyContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(50473);class ConnectionPolicyContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/ConnectionPolicies/${i}`}get targets(){this._targets=this._targets||(0,f.ConnectionPolicyTargetListInstance)(this._version,this._solution.sid);return this._targets}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConnectionPolicyInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConnectionPolicyInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyContextImpl=ConnectionPolicyContextImpl;class ConnectionPolicyInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new ConnectionPolicyContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}targets(){return this._proxy.targets}toJSON(){return{accountSid:this.accountSid,sid:this.sid,friendlyName:this.friendlyName,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyInstance=ConnectionPolicyInstance;function ConnectionPolicyListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new ConnectionPolicyContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/ConnectionPolicies`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ConnectionPolicyInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConnectionPolicyPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConnectionPolicyPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConnectionPolicyListInstance=ConnectionPolicyListInstance;class ConnectionPolicyPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConnectionPolicyInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyPage=ConnectionPolicyPage},50473:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.ConnectionPolicyTargetPage=i.ConnectionPolicyTargetListInstance=i.ConnectionPolicyTargetInstance=i.ConnectionPolicyTargetContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class ConnectionPolicyTargetContextImpl{constructor(e,i,n){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'connectionPolicySid' is not valid.")}if(!(0,u.isValidPathParam)(n)){throw new Error("Parameter 'sid' is not valid.")}this._solution={connectionPolicySid:i,sid:n};this._uri=`/ConnectionPolicies/${i}/Targets/${n}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new ConnectionPolicyTargetInstance(n,e,i._solution.connectionPolicySid,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["target"]!==undefined)n["Target"]=e["target"];if(e["priority"]!==undefined)n["Priority"]=e["priority"];if(e["weight"]!==undefined)n["Weight"]=e["weight"];if(e["enabled"]!==undefined)n["Enabled"]=c.bool(e["enabled"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new ConnectionPolicyTargetInstance(o,e,r._solution.connectionPolicySid,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyTargetContextImpl=ConnectionPolicyTargetContextImpl;class ConnectionPolicyTargetInstance{constructor(e,i,n,s){this._version=e;this.accountSid=i.account_sid;this.connectionPolicySid=i.connection_policy_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.target=i.target;this.priority=a.integer(i.priority);this.weight=a.integer(i.weight);this.enabled=i.enabled;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={connectionPolicySid:n,sid:s||this.sid}}get _proxy(){this._context=this._context||new ConnectionPolicyTargetContextImpl(this._version,this._solution.connectionPolicySid,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,connectionPolicySid:this.connectionPolicySid,sid:this.sid,friendlyName:this.friendlyName,target:this.target,priority:this.priority,weight:this.weight,enabled:this.enabled,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyTargetInstance=ConnectionPolicyTargetInstance;function ConnectionPolicyTargetListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'connectionPolicySid' is not valid.")}const instance=e=>instance.get(e);instance.get=function get(n){return new ConnectionPolicyTargetContextImpl(e,i,n)};instance._version=e;instance._solution={connectionPolicySid:i};instance._uri=`/ConnectionPolicies/${i}/Targets`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["target"]===null||i["target"]===undefined){throw new Error("Required parameter \"params['target']\" missing.")}let s={};s["Target"]=i["target"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["priority"]!==undefined)s["Priority"]=i["priority"];if(i["weight"]!==undefined)s["Weight"]=i["weight"];if(i["enabled"]!==undefined)s["Enabled"]=c.bool(i["enabled"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new ConnectionPolicyTargetInstance(o,e,instance._solution.connectionPolicySid)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new ConnectionPolicyTargetPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new ConnectionPolicyTargetPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.ConnectionPolicyTargetListInstance=ConnectionPolicyTargetListInstance;class ConnectionPolicyTargetPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new ConnectionPolicyTargetInstance(this._version,e,this._solution.connectionPolicySid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.ConnectionPolicyTargetPage=ConnectionPolicyTargetPage},20813:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.DialingPermissionsListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);const a=n(97584);const c=n(78266);const u=n(64488);function DialingPermissionsListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/DialingPermissions`;Object.defineProperty(i,"bulkCountryUpdates",{get:function bulkCountryUpdates(){if(!i._bulkCountryUpdates){i._bulkCountryUpdates=(0,a.BulkCountryUpdateListInstance)(i._version)}return i._bulkCountryUpdates}});Object.defineProperty(i,"countries",{get:function countries(){if(!i._countries){i._countries=(0,c.CountryListInstance)(i._version)}return i._countries}});Object.defineProperty(i,"settings",{get:function settings(){if(!i._settings){i._settings=(0,u.SettingsListInstance)(i._version)}return i._settings}});i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.DialingPermissionsListInstance=DialingPermissionsListInstance},97584:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.BulkCountryUpdateInstance=i.BulkCountryUpdateListInstance=void 0;const s=n(73837);const r=n(80513);const o=n(6372);function BulkCountryUpdateListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/DialingPermissions/BulkCountryUpdates`;i.create=function create(n,s){if(n===null||n===undefined){throw new Error('Required parameter "params" missing.')}if(n["updateRequest"]===null||n["updateRequest"]===undefined){throw new Error("Required parameter \"params['updateRequest']\" missing.")}let r={};r["UpdateRequest"]=n["updateRequest"];const o={};o["Content-Type"]="application/x-www-form-urlencoded";let a=e,c=a.create({uri:i._uri,method:"post",data:r,headers:o});c=c.then((e=>new BulkCountryUpdateInstance(a,e)));c=i._version.setPromiseCallback(c,s);return c};i.toJSON=function toJSON(){return i._solution};i[s.inspect.custom]=function inspectImpl(e,n){return(0,s.inspect)(i.toJSON(),n)};return i}i.BulkCountryUpdateListInstance=BulkCountryUpdateListInstance;class BulkCountryUpdateInstance{constructor(e,i){this._version=e;this.updateCount=r.integer(i.update_count);this.updateRequest=i.update_request}toJSON(){return{updateCount:this.updateCount,updateRequest:this.updateRequest}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.BulkCountryUpdateInstance=BulkCountryUpdateInstance},78266:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CountryPage=i.CountryListInstance=i.CountryInstance=i.CountryContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(4071);class CountryContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCode' is not valid.")}this._solution={isoCode:i};this._uri=`/DialingPermissions/Countries/${i}`}get highriskSpecialPrefixes(){this._highriskSpecialPrefixes=this._highriskSpecialPrefixes||(0,f.HighriskSpecialPrefixListInstance)(this._version,this._solution.isoCode);return this._highriskSpecialPrefixes}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CountryInstance(n,e,i._solution.isoCode)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryContextImpl=CountryContextImpl;class CountryInstance{constructor(e,i,n){this._version=e;this.isoCode=i.iso_code;this.name=i.name;this.continent=i.continent;this.countryCodes=i.country_codes;this.lowRiskNumbersEnabled=i.low_risk_numbers_enabled;this.highRiskSpecialNumbersEnabled=i.high_risk_special_numbers_enabled;this.highRiskTollfraudNumbersEnabled=i.high_risk_tollfraud_numbers_enabled;this.url=i.url;this.links=i.links;this._solution={isoCode:n||this.isoCode}}get _proxy(){this._context=this._context||new CountryContextImpl(this._version,this._solution.isoCode);return this._context}fetch(e){return this._proxy.fetch(e)}highriskSpecialPrefixes(){return this._proxy.highriskSpecialPrefixes}toJSON(){return{isoCode:this.isoCode,name:this.name,continent:this.continent,countryCodes:this.countryCodes,lowRiskNumbersEnabled:this.lowRiskNumbersEnabled,highRiskSpecialNumbersEnabled:this.highRiskSpecialNumbersEnabled,highRiskTollfraudNumbersEnabled:this.highRiskTollfraudNumbersEnabled,url:this.url,links:this.links}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryInstance=CountryInstance;function CountryListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CountryContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/DialingPermissions/Countries`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["isoCode"]!==undefined)s["IsoCode"]=i["isoCode"];if(i["continent"]!==undefined)s["Continent"]=i["continent"];if(i["countryCode"]!==undefined)s["CountryCode"]=i["countryCode"];if(i["lowRiskNumbersEnabled"]!==undefined)s["LowRiskNumbersEnabled"]=c.bool(i["lowRiskNumbersEnabled"]);if(i["highRiskSpecialNumbersEnabled"]!==undefined)s["HighRiskSpecialNumbersEnabled"]=c.bool(i["highRiskSpecialNumbersEnabled"]);if(i["highRiskTollfraudNumbersEnabled"]!==undefined)s["HighRiskTollfraudNumbersEnabled"]=c.bool(i["highRiskTollfraudNumbersEnabled"]);if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CountryPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CountryPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CountryListInstance=CountryListInstance;class CountryPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CountryInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CountryPage=CountryPage},4071:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.HighriskSpecialPrefixPage=i.HighriskSpecialPrefixInstance=i.HighriskSpecialPrefixListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function HighriskSpecialPrefixListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'isoCode' is not valid.")}const n={};n._version=e;n._solution={isoCode:i};n._uri=`/DialingPermissions/Countries/${i}/HighRiskSpecialPrefixes`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new HighriskSpecialPrefixPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new HighriskSpecialPrefixPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.HighriskSpecialPrefixListInstance=HighriskSpecialPrefixListInstance;class HighriskSpecialPrefixInstance{constructor(e,i,n){this._version=e;this.prefix=i.prefix}toJSON(){return{prefix:this.prefix}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HighriskSpecialPrefixInstance=HighriskSpecialPrefixInstance;class HighriskSpecialPrefixPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new HighriskSpecialPrefixInstance(this._version,e,this._solution.isoCode)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.HighriskSpecialPrefixPage=HighriskSpecialPrefixPage},64488:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i.SettingsListInstance=i.SettingsInstance=i.SettingsContextImpl=void 0;const s=n(73837);const r=n(80513);const o=n(6372);class SettingsContextImpl{constructor(e){this._version=e;this._solution={};this._uri=`/Settings`}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SettingsInstance(n,e)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["dialingPermissionsInheritance"]!==undefined)n["DialingPermissionsInheritance"]=o.bool(e["dialingPermissionsInheritance"]);const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let a=r._version,c=a.update({uri:r._uri,method:"post",data:n,headers:s});c=c.then((e=>new SettingsInstance(a,e)));c=r._version.setPromiseCallback(c,i);return c}toJSON(){return this._solution}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SettingsContextImpl=SettingsContextImpl;class SettingsInstance{constructor(e,i){this._version=e;this.dialingPermissionsInheritance=i.dialing_permissions_inheritance;this.url=i.url;this._solution={}}get _proxy(){this._context=this._context||new SettingsContextImpl(this._version);return this._context}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{dialingPermissionsInheritance:this.dialingPermissionsInheritance,url:this.url}}[s.inspect.custom](e,i){return(0,s.inspect)(this.toJSON(),i)}}i.SettingsInstance=SettingsInstance;function SettingsListInstance(e){const instance=()=>instance.get();instance.get=function get(){return new SettingsContextImpl(e)};instance._version=e;instance._solution={};instance._uri=``;instance.toJSON=function toJSON(){return instance._solution};instance[s.inspect.custom]=function inspectImpl(e,i){return(0,s.inspect)(instance.toJSON(),i)};return instance}i.SettingsListInstance=SettingsListInstance},21254:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.IpRecordPage=i.IpRecordListInstance=i.IpRecordInstance=i.IpRecordContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class IpRecordContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/IpRecords/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new IpRecordInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new IpRecordInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpRecordContextImpl=IpRecordContextImpl;class IpRecordInstance{constructor(e,i,n){this._version=e;this.accountSid=i.account_sid;this.sid=i.sid;this.friendlyName=i.friendly_name;this.ipAddress=i.ip_address;this.cidrPrefixLength=a.integer(i.cidr_prefix_length);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new IpRecordContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{accountSid:this.accountSid,sid:this.sid,friendlyName:this.friendlyName,ipAddress:this.ipAddress,cidrPrefixLength:this.cidrPrefixLength,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpRecordInstance=IpRecordInstance;function IpRecordListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new IpRecordContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/IpRecords`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["ipAddress"]===null||i["ipAddress"]===undefined){throw new Error("Required parameter \"params['ipAddress']\" missing.")}let s={};s["IpAddress"]=i["ipAddress"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["cidrPrefixLength"]!==undefined)s["CidrPrefixLength"]=i["cidrPrefixLength"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new IpRecordInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new IpRecordPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new IpRecordPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.IpRecordListInstance=IpRecordListInstance;class IpRecordPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new IpRecordInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.IpRecordPage=IpRecordPage},1900:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SourceIpMappingPage=i.SourceIpMappingListInstance=i.SourceIpMappingInstance=i.SourceIpMappingContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class SourceIpMappingContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/SourceIpMappings/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SourceIpMappingInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e===null||e===undefined){throw new Error('Required parameter "params" missing.')}if(e["sipDomainSid"]===null||e["sipDomainSid"]===undefined){throw new Error("Required parameter \"params['sipDomainSid']\" missing.")}let n={};n["SipDomainSid"]=e["sipDomainSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SourceIpMappingInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SourceIpMappingContextImpl=SourceIpMappingContextImpl;class SourceIpMappingInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.ipRecordSid=i.ip_record_sid;this.sipDomainSid=i.sip_domain_sid;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SourceIpMappingContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,ipRecordSid:this.ipRecordSid,sipDomainSid:this.sipDomainSid,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SourceIpMappingInstance=SourceIpMappingInstance;function SourceIpMappingListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SourceIpMappingContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/SourceIpMappings`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["ipRecordSid"]===null||i["ipRecordSid"]===undefined){throw new Error("Required parameter \"params['ipRecordSid']\" missing.")}if(i["sipDomainSid"]===null||i["sipDomainSid"]===undefined){throw new Error("Required parameter \"params['sipDomainSid']\" missing.")}let s={};s["IpRecordSid"]=i["ipRecordSid"];s["SipDomainSid"]=i["sipDomainSid"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new SourceIpMappingInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SourceIpMappingPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SourceIpMappingPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SourceIpMappingListInstance=SourceIpMappingListInstance;class SourceIpMappingPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SourceIpMappingInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SourceIpMappingPage=SourceIpMappingPage},57415:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(64351));const o=n(24495);const a=n(59059);const c=n(4131);const u=n(32878);class V1 extends r.default{constructor(e){super(e,"v1")}get commands(){this._commands=this._commands||(0,o.CommandListInstance)(this);return this._commands}get ratePlans(){this._ratePlans=this._ratePlans||(0,a.RatePlanListInstance)(this);return this._ratePlans}get sims(){this._sims=this._sims||(0,c.SimListInstance)(this);return this._sims}get usageRecords(){this._usageRecords=this._usageRecords||(0,u.UsageRecordListInstance)(this);return this._usageRecords}}i["default"]=V1},24495:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.CommandPage=i.CommandListInstance=i.CommandInstance=i.CommandContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class CommandContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Commands/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new CommandInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandContextImpl=CommandContextImpl;class CommandInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.accountSid=i.account_sid;this.simSid=i.sim_sid;this.command=i.command;this.commandMode=i.command_mode;this.transport=i.transport;this.deliveryReceiptRequested=i.delivery_receipt_requested;this.status=i.status;this.direction=i.direction;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new CommandContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}toJSON(){return{sid:this.sid,accountSid:this.accountSid,simSid:this.simSid,command:this.command,commandMode:this.commandMode,transport:this.transport,deliveryReceiptRequested:this.deliveryReceiptRequested,status:this.status,direction:this.direction,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandInstance=CommandInstance;function CommandListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new CommandContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Commands`;instance.create=function create(i,n){if(i===null||i===undefined){throw new Error('Required parameter "params" missing.')}if(i["command"]===null||i["command"]===undefined){throw new Error("Required parameter \"params['command']\" missing.")}let s={};s["Command"]=i["command"];if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["callbackMethod"]!==undefined)s["CallbackMethod"]=i["callbackMethod"];if(i["callbackUrl"]!==undefined)s["CallbackUrl"]=i["callbackUrl"];if(i["commandMode"]!==undefined)s["CommandMode"]=i["commandMode"];if(i["includeSid"]!==undefined)s["IncludeSid"]=i["includeSid"];if(i["deliveryReceiptRequested"]!==undefined)s["DeliveryReceiptRequested"]=c.bool(i["deliveryReceiptRequested"]);const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new CommandInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["sim"]!==undefined)s["Sim"]=i["sim"];if(i["status"]!==undefined)s["Status"]=i["status"];if(i["direction"]!==undefined)s["Direction"]=i["direction"];if(i["transport"]!==undefined)s["Transport"]=i["transport"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new CommandPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new CommandPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.CommandListInstance=CommandListInstance;class CommandPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new CommandInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.CommandPage=CommandPage},59059:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.RatePlanPage=i.RatePlanListInstance=i.RatePlanInstance=i.RatePlanContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);class RatePlanContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/RatePlans/${i}`}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new RatePlanInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new RatePlanInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanContextImpl=RatePlanContextImpl;class RatePlanInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.friendlyName=i.friendly_name;this.dataEnabled=i.data_enabled;this.dataMetering=i.data_metering;this.dataLimit=a.integer(i.data_limit);this.messagingEnabled=i.messaging_enabled;this.voiceEnabled=i.voice_enabled;this.nationalRoamingEnabled=i.national_roaming_enabled;this.nationalRoamingDataLimit=a.integer(i.national_roaming_data_limit);this.internationalRoaming=i.international_roaming;this.internationalRoamingDataLimit=a.integer(i.international_roaming_data_limit);this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new RatePlanContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,friendlyName:this.friendlyName,dataEnabled:this.dataEnabled,dataMetering:this.dataMetering,dataLimit:this.dataLimit,messagingEnabled:this.messagingEnabled,voiceEnabled:this.voiceEnabled,nationalRoamingEnabled:this.nationalRoamingEnabled,nationalRoamingDataLimit:this.nationalRoamingDataLimit,internationalRoaming:this.internationalRoaming,internationalRoamingDataLimit:this.internationalRoamingDataLimit,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanInstance=RatePlanInstance;function RatePlanListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new RatePlanContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/RatePlans`;instance.create=function create(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["uniqueName"]!==undefined)s["UniqueName"]=i["uniqueName"];if(i["friendlyName"]!==undefined)s["FriendlyName"]=i["friendlyName"];if(i["dataEnabled"]!==undefined)s["DataEnabled"]=c.bool(i["dataEnabled"]);if(i["dataLimit"]!==undefined)s["DataLimit"]=i["dataLimit"];if(i["dataMetering"]!==undefined)s["DataMetering"]=i["dataMetering"];if(i["messagingEnabled"]!==undefined)s["MessagingEnabled"]=c.bool(i["messagingEnabled"]);if(i["voiceEnabled"]!==undefined)s["VoiceEnabled"]=c.bool(i["voiceEnabled"]);if(i["nationalRoamingEnabled"]!==undefined)s["NationalRoamingEnabled"]=c.bool(i["nationalRoamingEnabled"]);if(i["internationalRoaming"]!==undefined)s["InternationalRoaming"]=c.map(i["internationalRoaming"],(e=>e));if(i["nationalRoamingDataLimit"]!==undefined)s["NationalRoamingDataLimit"]=i["nationalRoamingDataLimit"];if(i["internationalRoamingDataLimit"]!==undefined)s["InternationalRoamingDataLimit"]=i["internationalRoamingDataLimit"];const r={};r["Content-Type"]="application/x-www-form-urlencoded";let o=e,a=o.create({uri:instance._uri,method:"post",data:s,headers:r});a=a.then((e=>new RatePlanInstance(o,e)));a=instance._version.setPromiseCallback(a,n);return a};instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new RatePlanPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new RatePlanPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.RatePlanListInstance=RatePlanListInstance;class RatePlanPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new RatePlanInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.RatePlanPage=RatePlanPage},4131:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.SimPage=i.SimListInstance=i.SimInstance=i.SimContextImpl=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);const f=n(48120);const _=n(89630);class SimContextImpl{constructor(e,i){this._version=e;if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'sid' is not valid.")}this._solution={sid:i};this._uri=`/Sims/${i}`}get dataSessions(){this._dataSessions=this._dataSessions||(0,f.DataSessionListInstance)(this._version,this._solution.sid);return this._dataSessions}get usageRecords(){this._usageRecords=this._usageRecords||(0,_.UsageRecordListInstance)(this._version,this._solution.sid);return this._usageRecords}remove(e){const i=this;let n=i._version,s=n.remove({uri:i._uri,method:"delete"});s=i._version.setPromiseCallback(s,e);return s}fetch(e){const i=this;let n=i._version,s=n.fetch({uri:i._uri,method:"get"});s=s.then((e=>new SimInstance(n,e,i._solution.sid)));s=i._version.setPromiseCallback(s,e);return s}update(e,i){if(e instanceof Function){i=e;e={}}else{e=e||{}}let n={};if(e["uniqueName"]!==undefined)n["UniqueName"]=e["uniqueName"];if(e["callbackMethod"]!==undefined)n["CallbackMethod"]=e["callbackMethod"];if(e["callbackUrl"]!==undefined)n["CallbackUrl"]=e["callbackUrl"];if(e["friendlyName"]!==undefined)n["FriendlyName"]=e["friendlyName"];if(e["ratePlan"]!==undefined)n["RatePlan"]=e["ratePlan"];if(e["status"]!==undefined)n["Status"]=e["status"];if(e["commandsCallbackMethod"]!==undefined)n["CommandsCallbackMethod"]=e["commandsCallbackMethod"];if(e["commandsCallbackUrl"]!==undefined)n["CommandsCallbackUrl"]=e["commandsCallbackUrl"];if(e["smsFallbackMethod"]!==undefined)n["SmsFallbackMethod"]=e["smsFallbackMethod"];if(e["smsFallbackUrl"]!==undefined)n["SmsFallbackUrl"]=e["smsFallbackUrl"];if(e["smsMethod"]!==undefined)n["SmsMethod"]=e["smsMethod"];if(e["smsUrl"]!==undefined)n["SmsUrl"]=e["smsUrl"];if(e["voiceFallbackMethod"]!==undefined)n["VoiceFallbackMethod"]=e["voiceFallbackMethod"];if(e["voiceFallbackUrl"]!==undefined)n["VoiceFallbackUrl"]=e["voiceFallbackUrl"];if(e["voiceMethod"]!==undefined)n["VoiceMethod"]=e["voiceMethod"];if(e["voiceUrl"]!==undefined)n["VoiceUrl"]=e["voiceUrl"];if(e["resetStatus"]!==undefined)n["ResetStatus"]=e["resetStatus"];if(e["accountSid"]!==undefined)n["AccountSid"]=e["accountSid"];const s={};s["Content-Type"]="application/x-www-form-urlencoded";const r=this;let o=r._version,a=o.update({uri:r._uri,method:"post",data:n,headers:s});a=a.then((e=>new SimInstance(o,e,r._solution.sid)));a=r._version.setPromiseCallback(a,i);return a}toJSON(){return this._solution}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimContextImpl=SimContextImpl;class SimInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.uniqueName=i.unique_name;this.accountSid=i.account_sid;this.ratePlanSid=i.rate_plan_sid;this.friendlyName=i.friendly_name;this.iccid=i.iccid;this.eId=i.e_id;this.status=i.status;this.resetStatus=i.reset_status;this.commandsCallbackUrl=i.commands_callback_url;this.commandsCallbackMethod=i.commands_callback_method;this.smsFallbackMethod=i.sms_fallback_method;this.smsFallbackUrl=i.sms_fallback_url;this.smsMethod=i.sms_method;this.smsUrl=i.sms_url;this.voiceFallbackMethod=i.voice_fallback_method;this.voiceFallbackUrl=i.voice_fallback_url;this.voiceMethod=i.voice_method;this.voiceUrl=i.voice_url;this.dateCreated=a.iso8601DateTime(i.date_created);this.dateUpdated=a.iso8601DateTime(i.date_updated);this.url=i.url;this.links=i.links;this.ipAddress=i.ip_address;this._solution={sid:n||this.sid}}get _proxy(){this._context=this._context||new SimContextImpl(this._version,this._solution.sid);return this._context}remove(e){return this._proxy.remove(e)}fetch(e){return this._proxy.fetch(e)}update(e,i){return this._proxy.update(e,i)}dataSessions(){return this._proxy.dataSessions}usageRecords(){return this._proxy.usageRecords}toJSON(){return{sid:this.sid,uniqueName:this.uniqueName,accountSid:this.accountSid,ratePlanSid:this.ratePlanSid,friendlyName:this.friendlyName,iccid:this.iccid,eId:this.eId,status:this.status,resetStatus:this.resetStatus,commandsCallbackUrl:this.commandsCallbackUrl,commandsCallbackMethod:this.commandsCallbackMethod,smsFallbackMethod:this.smsFallbackMethod,smsFallbackUrl:this.smsFallbackUrl,smsMethod:this.smsMethod,smsUrl:this.smsUrl,voiceFallbackMethod:this.voiceFallbackMethod,voiceFallbackUrl:this.voiceFallbackUrl,voiceMethod:this.voiceMethod,voiceUrl:this.voiceUrl,dateCreated:this.dateCreated,dateUpdated:this.dateUpdated,url:this.url,links:this.links,ipAddress:this.ipAddress}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimInstance=SimInstance;function SimListInstance(e){const instance=e=>instance.get(e);instance.get=function get(i){return new SimContextImpl(e,i)};instance._version=e;instance._solution={};instance._uri=`/Sims`;instance.page=function page(i,n){if(i instanceof Function){n=i;i={}}else{i=i||{}}let s={};if(i["status"]!==undefined)s["Status"]=i["status"];if(i["iccid"]!==undefined)s["Iccid"]=i["iccid"];if(i["ratePlan"]!==undefined)s["RatePlan"]=i["ratePlan"];if(i["eId"]!==undefined)s["EId"]=i["eId"];if(i["simRegistrationCode"]!==undefined)s["SimRegistrationCode"]=i["simRegistrationCode"];if(i["pageSize"]!==undefined)s["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)s["Page"]=i.pageNumber;if(i.pageToken!==undefined)s["PageToken"]=i.pageToken;const r={};let o=e,a=o.page({uri:instance._uri,method:"get",params:s,headers:r});a=a.then((e=>new SimPage(o,e,instance._solution)));a=instance._version.setPromiseCallback(a,n);return a};instance.each=instance._version.each;instance.list=instance._version.list;instance.getPage=function getPage(e,i){const n=instance._version._domain.twilio.request({method:"get",uri:e});let s=n.then((e=>new SimPage(instance._version,e,instance._solution)));s=instance._version.setPromiseCallback(s,i);return s};instance.toJSON=function toJSON(){return instance._solution};instance[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(instance.toJSON(),i)};return instance}i.SimListInstance=SimListInstance;class SimPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new SimInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.SimPage=SimPage},48120:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.DataSessionPage=i.DataSessionInstance=i.DataSessionListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function DataSessionListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}const n={};n._version=e;n._solution={simSid:i};n._uri=`/Sims/${i}/DataSessions`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,c=a.page({uri:n._uri,method:"get",params:r,headers:o});c=c.then((e=>new DataSessionPage(a,e,n._solution)));c=n._version.setPromiseCallback(c,s);return c};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new DataSessionPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.DataSessionListInstance=DataSessionListInstance;class DataSessionInstance{constructor(e,i,n){this._version=e;this.sid=i.sid;this.simSid=i.sim_sid;this.accountSid=i.account_sid;this.radioLink=i.radio_link;this.operatorMcc=i.operator_mcc;this.operatorMnc=i.operator_mnc;this.operatorCountry=i.operator_country;this.operatorName=i.operator_name;this.cellId=i.cell_id;this.cellLocationEstimate=i.cell_location_estimate;this.packetsUploaded=a.integer(i.packets_uploaded);this.packetsDownloaded=a.integer(i.packets_downloaded);this.lastUpdated=a.iso8601DateTime(i.last_updated);this.start=a.iso8601DateTime(i.start);this.end=a.iso8601DateTime(i.end);this.imei=i.imei}toJSON(){return{sid:this.sid,simSid:this.simSid,accountSid:this.accountSid,radioLink:this.radioLink,operatorMcc:this.operatorMcc,operatorMnc:this.operatorMnc,operatorCountry:this.operatorCountry,operatorName:this.operatorName,cellId:this.cellId,cellLocationEstimate:this.cellLocationEstimate,packetsUploaded:this.packetsUploaded,packetsDownloaded:this.packetsDownloaded,lastUpdated:this.lastUpdated,start:this.start,end:this.end,imei:this.imei}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DataSessionInstance=DataSessionInstance;class DataSessionPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new DataSessionInstance(this._version,e,this._solution.simSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.DataSessionPage=DataSessionPage},89630:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UsageRecordPage=i.UsageRecordInstance=i.UsageRecordListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);const u=n(20168);function UsageRecordListInstance(e,i){if(!(0,u.isValidPathParam)(i)){throw new Error("Parameter 'simSid' is not valid.")}const n={};n._version=e;n._solution={simSid:i};n._uri=`/Sims/${i}/UsageRecords`;n.page=function page(i,s){if(i instanceof Function){s=i;i={}}else{i=i||{}}let r={};if(i["end"]!==undefined)r["End"]=c.iso8601DateTime(i["end"]);if(i["start"]!==undefined)r["Start"]=c.iso8601DateTime(i["start"]);if(i["granularity"]!==undefined)r["Granularity"]=i["granularity"];if(i["pageSize"]!==undefined)r["PageSize"]=i["pageSize"];if(i.pageNumber!==undefined)r["Page"]=i.pageNumber;if(i.pageToken!==undefined)r["PageToken"]=i.pageToken;const o={};let a=e,u=a.page({uri:n._uri,method:"get",params:r,headers:o});u=u.then((e=>new UsageRecordPage(a,e,n._solution)));u=n._version.setPromiseCallback(u,s);return u};n.each=n._version.each;n.list=n._version.list;n.getPage=function getPage(e,i){const s=n._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new UsageRecordPage(n._version,e,n._solution)));r=n._version.setPromiseCallback(r,i);return r};n.toJSON=function toJSON(){return n._solution};n[r.inspect.custom]=function inspectImpl(e,i){return(0,r.inspect)(n.toJSON(),i)};return n}i.UsageRecordListInstance=UsageRecordListInstance;class UsageRecordInstance{constructor(e,i,n){this._version=e;this.simSid=i.sim_sid;this.accountSid=i.account_sid;this.period=i.period;this.commands=i.commands;this.data=i.data}toJSON(){return{simSid:this.simSid,accountSid:this.accountSid,period:this.period,commands:this.commands,data:this.data}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordInstance=UsageRecordInstance;class UsageRecordPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UsageRecordInstance(this._version,e,this._solution.simSid)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordPage=UsageRecordPage},32878:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.UsageRecordPage=i.UsageRecordInstance=i.UsageRecordListInstance=void 0;const r=n(73837);const o=s(n(60938));const a=n(80513);const c=n(6372);function UsageRecordListInstance(e){const i={};i._version=e;i._solution={};i._uri=`/UsageRecords`;i.page=function page(n,s){if(n instanceof Function){s=n;n={}}else{n=n||{}}let r={};if(n["end"]!==undefined)r["End"]=c.iso8601DateTime(n["end"]);if(n["start"]!==undefined)r["Start"]=c.iso8601DateTime(n["start"]);if(n["granularity"]!==undefined)r["Granularity"]=n["granularity"];if(n["pageSize"]!==undefined)r["PageSize"]=n["pageSize"];if(n.pageNumber!==undefined)r["Page"]=n.pageNumber;if(n.pageToken!==undefined)r["PageToken"]=n.pageToken;const o={};let a=e,u=a.page({uri:i._uri,method:"get",params:r,headers:o});u=u.then((e=>new UsageRecordPage(a,e,i._solution)));u=i._version.setPromiseCallback(u,s);return u};i.each=i._version.each;i.list=i._version.list;i.getPage=function getPage(e,n){const s=i._version._domain.twilio.request({method:"get",uri:e});let r=s.then((e=>new UsageRecordPage(i._version,e,i._solution)));r=i._version.setPromiseCallback(r,n);return r};i.toJSON=function toJSON(){return i._solution};i[r.inspect.custom]=function inspectImpl(e,n){return(0,r.inspect)(i.toJSON(),n)};return i}i.UsageRecordListInstance=UsageRecordListInstance;class UsageRecordInstance{constructor(e,i){this._version=e;this.accountSid=i.account_sid;this.period=i.period;this.commands=i.commands;this.data=i.data}toJSON(){return{accountSid:this.accountSid,period:this.period,commands:this.commands,data:this.data}}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordInstance=UsageRecordInstance;class UsageRecordPage extends o.default{constructor(e,i,n){super(e,i,n)}getInstance(e){return new UsageRecordInstance(this._version,e)}[r.inspect.custom](e,i){return(0,r.inspect)(this.toJSON(),i)}}i.UsageRecordPage=UsageRecordPage},18682:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(18671));class FaxResponse extends r.default{constructor(){super();this._propertyName="response"}comment(e){return this.response.comment(e)}commentAfter(e){return this.response.commentAfter(e)}commentBefore(e){return this.response.commentBefore(e)}receive(e){return new FaxResponse.Receive(this.response.ele("Receive",e))}}(function(e){class Receive extends r.default{constructor(e){super();this.receive=e;this._propertyName="receive"}}e.Receive=Receive})(FaxResponse||(FaxResponse={}));e.exports=FaxResponse},53341:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(18671));class MessagingResponse extends r.default{constructor(){super();this._propertyName="response"}comment(e){return this.response.comment(e)}commentAfter(e){return this.response.commentAfter(e)}commentBefore(e){return this.response.commentBefore(e)}message(e,i){if(typeof e==="string"){i=e;e={}}return new MessagingResponse.Message(this.response.ele("Message",e,i))}redirect(e,i){if(typeof e==="string"){i=e;e={}}return new MessagingResponse.Redirect(this.response.ele("Redirect",e,i))}}(function(e){class Body extends r.default{constructor(e){super();this.body=e;this._propertyName="body"}}e.Body=Body;class Media extends r.default{constructor(e){super();this.media=e;this._propertyName="media"}}e.Media=Media;class Message extends r.default{constructor(e){super();this.message=e;this._propertyName="message"}body(i,n){if(typeof i==="string"){n=i;i={}}return new e.Body(this.message.ele("Body",i,n))}media(i,n){if(typeof i==="string"){n=i;i={}}return new e.Media(this.message.ele("Media",i,n))}}e.Message=Message;class Redirect extends r.default{constructor(e){super();this.redirect=e;this._propertyName="redirect"}}e.Redirect=Redirect})(MessagingResponse||(MessagingResponse={}));e.exports=MessagingResponse},18671:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});const r=s(n(52958));class TwiML{constructor(){this._propertyName="";this.response=r.default.create("Response",{stringify:{attValue:function(e){if(Array.isArray(e)){e=e.join(" ")}return this.attEscape?.(""+e||"")||""}}}).dec("1.0","UTF-8")}_getXml(){return this[this._propertyName]}toString(){return this._getXml().end()}addText(e){this._getXml().txt(e)}addChild(e,i){return new GenericNode(this._getXml().ele(e,i))}}i["default"]=TwiML;class GenericNode extends TwiML{constructor(e){super();this.node=e;this._propertyName="node"}}},28905:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};const r=s(n(18671));class VoiceResponse extends r.default{constructor(){super();this._propertyName="response"}comment(e){return this.response.comment(e)}commentAfter(e){return this.response.commentAfter(e)}commentBefore(e){return this.response.commentBefore(e)}connect(e){return new VoiceResponse.Connect(this.response.ele("Connect",e))}dial(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Dial(this.response.ele("Dial",e,i))}echo(e){return new VoiceResponse.Echo(this.response.ele("Echo",e))}enqueue(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Enqueue(this.response.ele("Enqueue",e,i))}gather(e){return new VoiceResponse.Gather(this.response.ele("Gather",e))}hangup(e){return new VoiceResponse.Hangup(this.response.ele("Hangup",e))}leave(e){return new VoiceResponse.Leave(this.response.ele("Leave",e))}pause(e){return new VoiceResponse.Pause(this.response.ele("Pause",e))}pay(e){return new VoiceResponse.Pay(this.response.ele("Pay",e))}play(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Play(this.response.ele("Play",e,i))}prompt(e){return new VoiceResponse.Prompt(this.response.ele("Prompt",e))}queue(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Queue(this.response.ele("Queue",e,i))}record(e){return new VoiceResponse.Record(this.response.ele("Record",e))}redirect(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Redirect(this.response.ele("Redirect",e,i))}refer(e){return new VoiceResponse.Refer(this.response.ele("Refer",e))}reject(e){return new VoiceResponse.Reject(this.response.ele("Reject",e))}say(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Say(this.response.ele("Say",e,i))}sms(e,i){if(typeof e==="string"){i=e;e={}}return new VoiceResponse.Sms(this.response.ele("Sms",e,i))}start(e){return new VoiceResponse.Start(this.response.ele("Start",e))}stop(e){return new VoiceResponse.Stop(this.response.ele("Stop",e))}}(function(e){class Application extends r.default{constructor(e){super();this.application=e;this._propertyName="application"}applicationSid(i,n){if(typeof i==="string"){n=i;i={}}return new e.ApplicationSid(this.application.ele("ApplicationSid",i,n))}parameter(i){return new e.Parameter(this.application.ele("Parameter",i))}}e.Application=Application;class ApplicationSid extends r.default{constructor(e){super();this.applicationSid=e;this._propertyName="applicationSid"}}e.ApplicationSid=ApplicationSid;class Autopilot extends r.default{constructor(e){super();this.autopilot=e;this._propertyName="autopilot"}}e.Autopilot=Autopilot;class Client extends r.default{constructor(e){super();this.client=e;this._propertyName="client"}identity(i,n){if(typeof i==="string"){n=i;i={}}return new e.Identity(this.client.ele("Identity",i,n))}parameter(i){return new e.Parameter(this.client.ele("Parameter",i))}}e.Client=Client;class Conference extends r.default{constructor(e){super();this.conference=e;this._propertyName="conference"}}e.Conference=Conference;class Config extends r.default{constructor(e){super();this.config=e;this._propertyName="config"}}e.Config=Config;class Connect extends r.default{constructor(e){super();this.connect=e;this._propertyName="connect"}autopilot(i,n){if(typeof i==="string"){n=i;i={}}return new e.Autopilot(this.connect.ele("Autopilot",i,n))}conversation(i){return new e.Conversation(this.connect.ele("Conversation",i))}room(i,n){if(typeof i==="string"){n=i;i={}}return new e.Room(this.connect.ele("Room",i,n))}stream(i){return new e.Stream(this.connect.ele("Stream",i))}virtualAgent(i){return new e.VirtualAgent(this.connect.ele("VirtualAgent",i))}}e.Connect=Connect;class Conversation extends r.default{constructor(e){super();this.conversation=e;this._propertyName="conversation"}}e.Conversation=Conversation;class Dial extends r.default{constructor(e){super();this.dial=e;this._propertyName="dial"}application(i,n){if(typeof i==="string"){n=i;i={}}return new e.Application(this.dial.ele("Application",i,n))}client(i,n){if(typeof i==="string"){n=i;i={}}return new e.Client(this.dial.ele("Client",i,n))}conference(i,n){if(typeof i==="string"){n=i;i={}}return new e.Conference(this.dial.ele("Conference",i,n))}number(i,n){if(typeof i==="string"){n=i;i={}}return new e.Number(this.dial.ele("Number",i,n))}queue(i,n){if(typeof i==="string"){n=i;i={}}return new e.Queue(this.dial.ele("Queue",i,n))}sim(i,n){if(typeof i==="string"){n=i;i={}}return new e.Sim(this.dial.ele("Sim",i,n))}sip(i,n){if(typeof i==="string"){n=i;i={}}return new e.Sip(this.dial.ele("Sip",i,n))}}e.Dial=Dial;class Echo extends r.default{constructor(e){super();this.echo=e;this._propertyName="echo"}}e.Echo=Echo;class Enqueue extends r.default{constructor(e){super();this.enqueue=e;this._propertyName="enqueue"}task(i,n){if(typeof i==="string"){n=i;i={}}return new e.Task(this.enqueue.ele("Task",i,n))}}e.Enqueue=Enqueue;class Gather extends r.default{constructor(e){super();this.gather=e;this._propertyName="gather"}pause(i){return new e.Pause(this.gather.ele("Pause",i))}play(i,n){if(typeof i==="string"){n=i;i={}}return new e.Play(this.gather.ele("Play",i,n))}say(i,n){if(typeof i==="string"){n=i;i={}}return new e.Say(this.gather.ele("Say",i,n))}}e.Gather=Gather;class Hangup extends r.default{constructor(e){super();this.hangup=e;this._propertyName="hangup"}parameter(i){return new e.Parameter(this.hangup.ele("Parameter",i))}}e.Hangup=Hangup;class Identity extends r.default{constructor(e){super();this.identity=e;this._propertyName="identity"}}e.Identity=Identity;class Leave extends r.default{constructor(e){super();this.leave=e;this._propertyName="leave"}}e.Leave=Leave;class Number extends r.default{constructor(e){super();this.number=e;this._propertyName="number"}}e.Number=Number;class Parameter extends r.default{constructor(e){super();this.parameter=e;this._propertyName="parameter"}}e.Parameter=Parameter;class Pause extends r.default{constructor(e){super();this.pause=e;this._propertyName="pause"}}e.Pause=Pause;class Pay extends r.default{constructor(e){super();this.pay=e;this._propertyName="pay"}parameter(i){return new e.Parameter(this.pay.ele("Parameter",i))}prompt(i){return new e.Prompt(this.pay.ele("Prompt",i))}}e.Pay=Pay;class Play extends r.default{constructor(e){super();this.play=e;this._propertyName="play"}}e.Play=Play;class Prompt extends r.default{constructor(e){super();this.prompt=e;this._propertyName="prompt"}pause(i){return new e.Pause(this.prompt.ele("Pause",i))}play(i,n){if(typeof i==="string"){n=i;i={}}return new e.Play(this.prompt.ele("Play",i,n))}say(i,n){if(typeof i==="string"){n=i;i={}}return new e.Say(this.prompt.ele("Say",i,n))}}e.Prompt=Prompt;class Queue extends r.default{constructor(e){super();this.queue=e;this._propertyName="queue"}}e.Queue=Queue;class Record extends r.default{constructor(e){super();this.record=e;this._propertyName="record"}}e.Record=Record;class Redirect extends r.default{constructor(e){super();this.redirect=e;this._propertyName="redirect"}}e.Redirect=Redirect;class Refer extends r.default{constructor(e){super();this.refer=e;this._propertyName="refer"}sip(i,n){if(typeof i==="string"){n=i;i={}}return new e.ReferSip(this.refer.ele("Sip",i,n))}}e.Refer=Refer;class ReferSip extends r.default{constructor(e){super();this.referSip=e;this._propertyName="referSip"}}e.ReferSip=ReferSip;class Reject extends r.default{constructor(e){super();this.reject=e;this._propertyName="reject"}parameter(i){return new e.Parameter(this.reject.ele("Parameter",i))}}e.Reject=Reject;class Room extends r.default{constructor(e){super();this.room=e;this._propertyName="room"}}e.Room=Room;class Say extends r.default{constructor(e){super();this.say=e;this._propertyName="say"}break(i){return new e.SsmlBreak(this.say.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.say.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.say.ele("lang",i,n))}p(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlP(this.say.ele("p",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.say.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.say.ele("prosody",i,n))}s(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlS(this.say.ele("s",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.say.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.say.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.say.ele("w",i,n))}}e.Say=Say;class Sim extends r.default{constructor(e){super();this.sim=e;this._propertyName="sim"}}e.Sim=Sim;class Sip extends r.default{constructor(e){super();this.sip=e;this._propertyName="sip"}}e.Sip=Sip;class Siprec extends r.default{constructor(e){super();this.siprec=e;this._propertyName="siprec"}parameter(i){return new e.Parameter(this.siprec.ele("Parameter",i))}}e.Siprec=Siprec;class Sms extends r.default{constructor(e){super();this.sms=e;this._propertyName="sms"}}e.Sms=Sms;class SsmlBreak extends r.default{constructor(e){super();this.ssmlBreak=e;this._propertyName="ssmlBreak"}}e.SsmlBreak=SsmlBreak;class SsmlEmphasis extends r.default{constructor(e){super();this.ssmlEmphasis=e;this._propertyName="ssmlEmphasis"}break(i){return new e.SsmlBreak(this.ssmlEmphasis.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlEmphasis.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.ssmlEmphasis.ele("lang",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlEmphasis.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlEmphasis.ele("prosody",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlEmphasis.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlEmphasis.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.ssmlEmphasis.ele("w",i,n))}}e.SsmlEmphasis=SsmlEmphasis;class SsmlLang extends r.default{constructor(e){super();this.ssmlLang=e;this._propertyName="ssmlLang"}break(i){return new e.SsmlBreak(this.ssmlLang.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlLang.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.ssmlLang.ele("lang",i,n))}p(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlP(this.ssmlLang.ele("p",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlLang.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlLang.ele("prosody",i,n))}s(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlS(this.ssmlLang.ele("s",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlLang.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlLang.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.ssmlLang.ele("w",i,n))}}e.SsmlLang=SsmlLang;class SsmlP extends r.default{constructor(e){super();this.ssmlP=e;this._propertyName="ssmlP"}break(i){return new e.SsmlBreak(this.ssmlP.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlP.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.ssmlP.ele("lang",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlP.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlP.ele("prosody",i,n))}s(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlS(this.ssmlP.ele("s",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlP.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlP.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.ssmlP.ele("w",i,n))}}e.SsmlP=SsmlP;class SsmlPhoneme extends r.default{constructor(e){super();this.ssmlPhoneme=e;this._propertyName="ssmlPhoneme"}}e.SsmlPhoneme=SsmlPhoneme;class SsmlProsody extends r.default{constructor(e){super();this.ssmlProsody=e;this._propertyName="ssmlProsody"}break(i){return new e.SsmlBreak(this.ssmlProsody.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlProsody.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.ssmlProsody.ele("lang",i,n))}p(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlP(this.ssmlProsody.ele("p",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlProsody.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlProsody.ele("prosody",i,n))}s(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlS(this.ssmlProsody.ele("s",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlProsody.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlProsody.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.ssmlProsody.ele("w",i,n))}}e.SsmlProsody=SsmlProsody;class SsmlS extends r.default{constructor(e){super();this.ssmlS=e;this._propertyName="ssmlS"}break(i){return new e.SsmlBreak(this.ssmlS.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlS.ele("emphasis",i,n))}lang(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlLang(this.ssmlS.ele("lang",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlS.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlS.ele("prosody",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlS.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlS.ele("sub",i,n))}w(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlW(this.ssmlS.ele("w",i,n))}}e.SsmlS=SsmlS;class SsmlSayAs extends r.default{constructor(e){super();this.ssmlSayAs=e;this._propertyName="ssmlSayAs"}}e.SsmlSayAs=SsmlSayAs;class SsmlSub extends r.default{constructor(e){super();this.ssmlSub=e;this._propertyName="ssmlSub"}}e.SsmlSub=SsmlSub;class SsmlW extends r.default{constructor(e){super();this.ssmlW=e;this._propertyName="ssmlW"}break(i){return new e.SsmlBreak(this.ssmlW.ele("break",i))}emphasis(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlEmphasis(this.ssmlW.ele("emphasis",i,n))}phoneme(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlPhoneme(this.ssmlW.ele("phoneme",i,n))}prosody(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlProsody(this.ssmlW.ele("prosody",i,n))}sayAs(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSayAs(this.ssmlW.ele("say-as",i,n))}sub(i,n){if(typeof i==="string"){n=i;i={}}return new e.SsmlSub(this.ssmlW.ele("sub",i,n))}}e.SsmlW=SsmlW;class Start extends r.default{constructor(e){super();this.start=e;this._propertyName="start"}siprec(i){return new e.Siprec(this.start.ele("Siprec",i))}stream(i){return new e.Stream(this.start.ele("Stream",i))}}e.Start=Start;class Stop extends r.default{constructor(e){super();this.stop=e;this._propertyName="stop"}siprec(i){return new e.Siprec(this.stop.ele("Siprec",i))}stream(i){return new e.Stream(this.stop.ele("Stream",i))}}e.Stop=Stop;class Stream extends r.default{constructor(e){super();this.stream=e;this._propertyName="stream"}parameter(i){return new e.Parameter(this.stream.ele("Parameter",i))}}e.Stream=Stream;class Task extends r.default{constructor(e){super();this.task=e;this._propertyName="task"}}e.Task=Task;class VirtualAgent extends r.default{constructor(e){super();this.virtualAgent=e;this._propertyName="virtualAgent"}config(i){return new e.Config(this.virtualAgent.ele("Config",i))}parameter(i){return new e.Parameter(this.virtualAgent.ele("Parameter",i))}}e.VirtualAgent=VirtualAgent})(VoiceResponse||(VoiceResponse={}));e.exports=VoiceResponse},19149:function(e,i,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:true});i.webhook=i.validateExpressRequest=i.validateIncomingRequest=i.validateRequestWithBody=i.validateBody=i.validateRequest=i.getExpectedBodyHash=i.getExpectedTwilioSignature=void 0;const r=n(8812);const o=s(n(6113));const a=s(n(57310));const c=s(n(25682));function buildUrlWithStandardPort(e){let i="";const n=e.protocol==="https:"?":443":":80";i+=e.protocol?e.protocol+"//":"";i+=e.username;i+=e.password?":"+e.password:"";i+=e.username||e.password?"@":"";i+=e.host?e.host+n:"";i+=e.pathname+e.query+e.hash;return i}function addPort(e){if(!e.port){return buildUrlWithStandardPort(e)}return e.toString()}function removePort(e){e.set("port","");return e.toString()}function toFormUrlEncodedParam(e,i){if(i instanceof Array){return Array.from(new Set(i)).sort().map((i=>toFormUrlEncodedParam(e,i))).reduce(((e,i)=>e+i),"")}return e+i}function getExpectedTwilioSignature(e,i,n){if(i.indexOf("bodySHA256")!==-1&&n===null){n={}}var s=Object.keys(n).sort().reduce(((e,i)=>e+toFormUrlEncodedParam(i,n[i])),i);return o.default.createHmac("sha1",e).update(Buffer.from(s,"utf-8")).digest("base64")}i.getExpectedTwilioSignature=getExpectedTwilioSignature;function getExpectedBodyHash(e){return o.default.createHash("sha256").update(Buffer.from(e,"utf-8")).digest("hex")}i.getExpectedBodyHash=getExpectedBodyHash;function validateRequest(e,i,n,s){i=i||"";const o=new c.default(n);const a=addPort(o);const u=removePort(o);const f=getExpectedTwilioSignature(e,a,s);const _=getExpectedTwilioSignature(e,u,s);const g=r(Buffer.from(i),Buffer.from(f));const v=r(Buffer.from(i),Buffer.from(_));return v||g}i.validateRequest=validateRequest;function validateBody(e,i){var n=getExpectedBodyHash(e);return r(Buffer.from(i),Buffer.from(n))}i.validateBody=validateBody;function validateRequestWithBody(e,i,n,s){const r=new c.default(n,true);return validateRequest(e,i,n,{})&&validateBody(s,r.query.bodySHA256||"")}i.validateRequestWithBody=validateRequestWithBody;function validateIncomingRequest(e,i,n){var s=n||{};var r;if(s.url){r=s.url}else{var o=s.protocol||e.protocol;var c=s.host||e.headers.host;r=a.default.format({protocol:o,host:c,pathname:e.originalUrl});if(e.originalUrl.search(/\?/)>=0){r=r.replace(/%3F/g,"?")}}if(r.indexOf("bodySHA256")>0){return validateRequestWithBody(i,e.header("X-Twilio-Signature")||"",r,e.rawBody||"{}")}else{return validateRequest(i,e.header("X-Twilio-Signature")||"",r,e.body||{})}}i.validateIncomingRequest=validateIncomingRequest;function validateExpressRequest(e,i,n){return validateIncomingRequest(e,i,n)}i.validateExpressRequest=validateExpressRequest;function webhook(e,i){let n;let s=undefined;if(e){if(typeof e==="string"){n=e}if(typeof e==="object"){s=e}}if(i){if(typeof i==="string"){n=i}if(typeof i==="object"){s=i}}if(!s){s={validate:true}}var r;for(var o=0,a=arguments.length;o{"use strict";var s=n(44742),r=n(13319),o=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,a=/[\n\r\t]/g,c=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,u=/:\d+$/,f=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,_=/^[a-zA-Z]:/;function trimLeft(e){return(e?e:"").toString().replace(o,"")}var g=[["#","hash"],["?","query"],function sanitize(e,i){return isSpecial(i.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",undefined,1,1],[/:(\d*)$/,"port",undefined,1],[NaN,"hostname",undefined,1,1]];var v={hash:1,query:1};function lolcation(e){var i;if(typeof window!=="undefined")i=window;else if(typeof global!=="undefined")i=global;else if(typeof self!=="undefined")i=self;else i={};var n=i.location||{};e=e||n;var s={},r=typeof e,o;if("blob:"===e.protocol){s=new Url(unescape(e.pathname),{})}else if("string"===r){s=new Url(e,{});for(o in v)delete s[o]}else if("object"===r){for(o in e){if(o in v)continue;s[o]=e[o]}if(s.slashes===undefined){s.slashes=c.test(e.href)}}return s}function isSpecial(e){return e==="file:"||e==="ftp:"||e==="http:"||e==="https:"||e==="ws:"||e==="wss:"}function extractProtocol(e,i){e=trimLeft(e);e=e.replace(a,"");i=i||{};var n=f.exec(e);var s=n[1]?n[1].toLowerCase():"";var r=!!n[2];var o=!!n[3];var c=0;var u;if(r){if(o){u=n[2]+n[3]+n[4];c=n[2].length+n[3].length}else{u=n[2]+n[4];c=n[2].length}}else{if(o){u=n[3]+n[4];c=n[3].length}else{u=n[4]}}if(s==="file:"){if(c>=2){u=u.slice(2)}}else if(isSpecial(s)){u=n[4]}else if(s){if(r){u=u.slice(2)}}else if(c>=2&&isSpecial(i.protocol)){u=n[4]}return{protocol:s,slashes:r||isSpecial(s),slashesCount:c,rest:u}}function resolve(e,i){if(e==="")return i;var n=(i||"/").split("/").slice(0,-1).concat(e.split("/")),s=n.length,r=n[s-1],o=false,a=0;while(s--){if(n[s]==="."){n.splice(s,1)}else if(n[s]===".."){n.splice(s,1);a++}else if(a){if(s===0)o=true;n.splice(s,1);a--}}if(o)n.unshift("");if(r==="."||r==="..")n.push("");return n.join("/")}function Url(e,i,n){e=trimLeft(e);e=e.replace(a,"");if(!(this instanceof Url)){return new Url(e,i,n)}var o,c,u,f,v,S,b=g.slice(),P=typeof i,C=this,I=0;if("object"!==P&&"string"!==P){n=i;i=null}if(n&&"function"!==typeof n)n=r.parse;i=lolcation(i);c=extractProtocol(e||"",i);o=!c.protocol&&!c.slashes;C.slashes=c.slashes||o&&i.slashes;C.protocol=c.protocol||i.protocol||"";e=c.rest;if(c.protocol==="file:"&&(c.slashesCount!==2||_.test(e))||!c.slashes&&(c.protocol||c.slashesCount<2||!isSpecial(C.protocol))){b[3]=[/(.*)/,"pathname"]}for(;I{"use strict";Object.defineProperty(i,"__esModule",{value:true});Object.defineProperty(i,"v1",{enumerable:true,get:function(){return s.default}});Object.defineProperty(i,"v3",{enumerable:true,get:function(){return r.default}});Object.defineProperty(i,"v4",{enumerable:true,get:function(){return o.default}});Object.defineProperty(i,"v5",{enumerable:true,get:function(){return a.default}});Object.defineProperty(i,"NIL",{enumerable:true,get:function(){return c.default}});Object.defineProperty(i,"version",{enumerable:true,get:function(){return u.default}});Object.defineProperty(i,"validate",{enumerable:true,get:function(){return f.default}});Object.defineProperty(i,"stringify",{enumerable:true,get:function(){return _.default}});Object.defineProperty(i,"parse",{enumerable:true,get:function(){return g.default}});var s=_interopRequireDefault(n(78628));var r=_interopRequireDefault(n(86409));var o=_interopRequireDefault(n(85122));var a=_interopRequireDefault(n(79120));var c=_interopRequireDefault(n(25332));var u=_interopRequireDefault(n(81595));var f=_interopRequireDefault(n(66900));var _=_interopRequireDefault(n(18950));var g=_interopRequireDefault(n(62746));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}},4569:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(6113));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function md5(e){if(Array.isArray(e)){e=Buffer.from(e)}else if(typeof e==="string"){e=Buffer.from(e,"utf8")}return s.default.createHash("md5").update(e).digest()}var r=md5;i["default"]=r},25332:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var n="00000000-0000-0000-0000-000000000000";i["default"]=n},62746:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(66900));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function parse(e){if(!(0,s.default)(e)){throw TypeError("Invalid UUID")}let i;const n=new Uint8Array(16);n[0]=(i=parseInt(e.slice(0,8),16))>>>24;n[1]=i>>>16&255;n[2]=i>>>8&255;n[3]=i&255;n[4]=(i=parseInt(e.slice(9,13),16))>>>8;n[5]=i&255;n[6]=(i=parseInt(e.slice(14,18),16))>>>8;n[7]=i&255;n[8]=(i=parseInt(e.slice(19,23),16))>>>8;n[9]=i&255;n[10]=(i=parseInt(e.slice(24,36),16))/1099511627776&255;n[11]=i/4294967296&255;n[12]=i>>>24&255;n[13]=i>>>16&255;n[14]=i>>>8&255;n[15]=i&255;return n}var r=parse;i["default"]=r},40814:(e,i)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var n=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;i["default"]=n},50807:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=rng;var s=_interopRequireDefault(n(6113));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const r=new Uint8Array(256);let o=r.length;function rng(){if(o>r.length-16){s.default.randomFillSync(r);o=0}return r.slice(o,o+=16)}},85274:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(6113));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function sha1(e){if(Array.isArray(e)){e=Buffer.from(e)}else if(typeof e==="string"){e=Buffer.from(e,"utf8")}return s.default.createHash("sha1").update(e).digest()}var r=sha1;i["default"]=r},18950:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(66900));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const r=[];for(let e=0;e<256;++e){r.push((e+256).toString(16).substr(1))}function stringify(e,i=0){const n=(r[e[i+0]]+r[e[i+1]]+r[e[i+2]]+r[e[i+3]]+"-"+r[e[i+4]]+r[e[i+5]]+"-"+r[e[i+6]]+r[e[i+7]]+"-"+r[e[i+8]]+r[e[i+9]]+"-"+r[e[i+10]]+r[e[i+11]]+r[e[i+12]]+r[e[i+13]]+r[e[i+14]]+r[e[i+15]]).toLowerCase();if(!(0,s.default)(n)){throw TypeError("Stringified UUID is invalid")}return n}var o=stringify;i["default"]=o},78628:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(50807));var r=_interopRequireDefault(n(18950));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}let o;let a;let c=0;let u=0;function v1(e,i,n){let f=i&&n||0;const _=i||new Array(16);e=e||{};let g=e.node||o;let v=e.clockseq!==undefined?e.clockseq:a;if(g==null||v==null){const i=e.random||(e.rng||s.default)();if(g==null){g=o=[i[0]|1,i[1],i[2],i[3],i[4],i[5]]}if(v==null){v=a=(i[6]<<8|i[7])&16383}}let S=e.msecs!==undefined?e.msecs:Date.now();let b=e.nsecs!==undefined?e.nsecs:u+1;const P=S-c+(b-u)/1e4;if(P<0&&e.clockseq===undefined){v=v+1&16383}if((P<0||S>c)&&e.nsecs===undefined){b=0}if(b>=1e4){throw new Error("uuid.v1(): Can't create more than 10M uuids/sec")}c=S;u=b;a=v;S+=122192928e5;const C=((S&268435455)*1e4+b)%4294967296;_[f++]=C>>>24&255;_[f++]=C>>>16&255;_[f++]=C>>>8&255;_[f++]=C&255;const I=S/4294967296*1e4&268435455;_[f++]=I>>>8&255;_[f++]=I&255;_[f++]=I>>>24&15|16;_[f++]=I>>>16&255;_[f++]=v>>>8|128;_[f++]=v&255;for(let e=0;e<6;++e){_[f+e]=g[e]}return i||(0,r.default)(_)}var f=v1;i["default"]=f},86409:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(65998));var r=_interopRequireDefault(n(4569));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const o=(0,s.default)("v3",48,r.default);var a=o;i["default"]=a},65998:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=_default;i.URL=i.DNS=void 0;var s=_interopRequireDefault(n(18950));var r=_interopRequireDefault(n(62746));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function stringToBytes(e){e=unescape(encodeURIComponent(e));const i=[];for(let n=0;n{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(50807));var r=_interopRequireDefault(n(18950));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function v4(e,i,n){e=e||{};const o=e.random||(e.rng||s.default)();o[6]=o[6]&15|64;o[8]=o[8]&63|128;if(i){n=n||0;for(let e=0;e<16;++e){i[n+e]=o[e]}return i}return(0,r.default)(o)}var o=v4;i["default"]=o},79120:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(65998));var r=_interopRequireDefault(n(85274));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const o=(0,s.default)("v5",80,r.default);var a=o;i["default"]=a},66900:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(40814));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function validate(e){return typeof e==="string"&&s.default.test(e)}var r=validate;i["default"]=r},81595:(e,i,n)=>{"use strict";Object.defineProperty(i,"__esModule",{value:true});i["default"]=void 0;var s=_interopRequireDefault(n(66900));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function version(e){if(!(0,s.default)(e)){throw TypeError("Invalid UUID")}return parseInt(e.substr(14,1),16)}var r=version;i["default"]=r},52839:function(e){(function(){e.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(this)},29267:function(e){(function(){e.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}).call(this)},58229:function(e){(function(){var i,n,s,r,o,a,c,u={}.hasOwnProperty;i=function(e,...i){var n,s,r,a;if(o(Object.assign)){Object.assign.apply(null,arguments)}else{for(n=0,r=i.length;n"}else{return"attribute: {"+e+"}, parent: <"+this.parent.name+">"}}isEqualNode(e){if(e.namespaceURI!==this.namespaceURI){return false}if(e.prefix!==this.prefix){return false}if(e.localName!==this.localName){return false}if(e.value!==this.value){return false}return true}}Object.defineProperty(XMLAttribute.prototype,"nodeType",{get:function(){return this.type}});Object.defineProperty(XMLAttribute.prototype,"ownerElement",{get:function(){return this.parent}});Object.defineProperty(XMLAttribute.prototype,"textContent",{get:function(){return this.value},set:function(e){return this.value=e||""}});Object.defineProperty(XMLAttribute.prototype,"namespaceURI",{get:function(){return""}});Object.defineProperty(XMLAttribute.prototype,"prefix",{get:function(){return""}});Object.defineProperty(XMLAttribute.prototype,"localName",{get:function(){return this.name}});Object.defineProperty(XMLAttribute.prototype,"specified",{get:function(){return true}});return XMLAttribute}.call(this)}).call(this)},90333:function(e,i,n){(function(){var i,s,r;i=n(29267);r=n(87709);e.exports=s=class XMLCData extends r{constructor(e,n){super(e);if(n==null){throw new Error("Missing CDATA text. "+this.debugInfo())}this.name="#cdata-section";this.type=i.CData;this.value=this.stringify.cdata(n)}clone(){return Object.create(this)}toString(e){return this.options.writer.cdata(this,this.options.writer.filterOptions(e))}}}).call(this)},87709:function(e,i,n){(function(){var i,s;s=n(67608);e.exports=i=function(){class XMLCharacterData extends s{constructor(e){super(e);this.value=""}clone(){return Object.create(this)}substringData(e,i){throw new Error("This DOM method is not implemented."+this.debugInfo())}appendData(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}insertData(e,i){throw new Error("This DOM method is not implemented."+this.debugInfo())}deleteData(e,i){throw new Error("This DOM method is not implemented."+this.debugInfo())}replaceData(e,i,n){throw new Error("This DOM method is not implemented."+this.debugInfo())}isEqualNode(e){if(!super.isEqualNode(e)){return false}if(e.data!==this.data){return false}return true}}Object.defineProperty(XMLCharacterData.prototype,"data",{get:function(){return this.value},set:function(e){return this.value=e||""}});Object.defineProperty(XMLCharacterData.prototype,"length",{get:function(){return this.value.length}});Object.defineProperty(XMLCharacterData.prototype,"textContent",{get:function(){return this.value},set:function(e){return this.value=e||""}});return XMLCharacterData}.call(this)}).call(this)},74407:function(e,i,n){(function(){var i,s,r;i=n(29267);s=n(87709);e.exports=r=class XMLComment extends s{constructor(e,n){super(e);if(n==null){throw new Error("Missing comment text. "+this.debugInfo())}this.name="#comment";this.type=i.Comment;this.value=this.stringify.comment(n)}clone(){return Object.create(this)}toString(e){return this.options.writer.comment(this,this.options.writer.filterOptions(e))}}}).call(this)},67465:function(e,i,n){(function(){var i,s,r;s=n(46744);r=n(97028);e.exports=i=function(){class XMLDOMConfiguration{constructor(){var e;this.defaultParams={"canonical-form":false,"cdata-sections":false,comments:false,"datatype-normalization":false,"element-content-whitespace":true,entities:true,"error-handler":new s,infoset:true,"validate-if-schema":false,namespaces:true,"namespace-declarations":true,"normalize-characters":false,"schema-location":"","schema-type":"","split-cdata-sections":true,validate:false,"well-formed":true};this.params=e=Object.create(this.defaultParams)}getParameter(e){if(this.params.hasOwnProperty(e)){return this.params[e]}else{return null}}canSetParameter(e,i){return true}setParameter(e,i){if(i!=null){return this.params[e]=i}else{return delete this.params[e]}}}Object.defineProperty(XMLDOMConfiguration.prototype,"parameterNames",{get:function(){return new r(Object.keys(this.defaultParams))}});return XMLDOMConfiguration}.call(this)}).call(this)},46744:function(e){(function(){var i;e.exports=i=class XMLDOMErrorHandler{constructor(){}handleError(e){throw new Error(e)}}}).call(this)},78310:function(e){(function(){var i;e.exports=i=class XMLDOMImplementation{hasFeature(e,i){return true}createDocumentType(e,i,n){throw new Error("This DOM method is not implemented.")}createDocument(e,i,n){throw new Error("This DOM method is not implemented.")}createHTMLDocument(e){throw new Error("This DOM method is not implemented.")}getFeature(e,i){throw new Error("This DOM method is not implemented.")}}}).call(this)},97028:function(e){(function(){var i;e.exports=i=function(){class XMLDOMStringList{constructor(e){this.arr=e||[]}item(e){return this.arr[e]||null}contains(e){return this.arr.indexOf(e)!==-1}}Object.defineProperty(XMLDOMStringList.prototype,"length",{get:function(){return this.arr.length}});return XMLDOMStringList}.call(this)}).call(this)},81015:function(e,i,n){(function(){var i,s,r;r=n(67608);i=n(29267);e.exports=s=class XMLDTDAttList extends r{constructor(e,n,s,r,o,a){super(e);if(n==null){throw new Error("Missing DTD element name. "+this.debugInfo())}if(s==null){throw new Error("Missing DTD attribute name. "+this.debugInfo(n))}if(!r){throw new Error("Missing DTD attribute type. "+this.debugInfo(n))}if(!o){throw new Error("Missing DTD attribute default. "+this.debugInfo(n))}if(o.indexOf("#")!==0){o="#"+o}if(!o.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/)){throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(n))}if(a&&!o.match(/^(#FIXED|#DEFAULT)$/)){throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(n))}this.elementName=this.stringify.name(n);this.type=i.AttributeDeclaration;this.attributeName=this.stringify.name(s);this.attributeType=this.stringify.dtdAttType(r);if(a){this.defaultValue=this.stringify.dtdAttDefault(a)}this.defaultValueType=o}toString(e){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(e))}}}).call(this)},52421:function(e,i,n){(function(){var i,s,r;r=n(67608);i=n(29267);e.exports=s=class XMLDTDElement extends r{constructor(e,n,s){super(e);if(n==null){throw new Error("Missing DTD element name. "+this.debugInfo())}if(!s){s="(#PCDATA)"}if(Array.isArray(s)){s="("+s.join(",")+")"}this.name=this.stringify.name(n);this.type=i.ElementDeclaration;this.value=this.stringify.dtdElementValue(s)}toString(e){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(e))}}}).call(this)},40053:function(e,i,n){(function(){var i,s,r,o;({isObject:o}=n(58229));r=n(67608);i=n(29267);e.exports=s=function(){class XMLDTDEntity extends r{constructor(e,n,s,r){super(e);if(s==null){throw new Error("Missing DTD entity name. "+this.debugInfo(s))}if(r==null){throw new Error("Missing DTD entity value. "+this.debugInfo(s))}this.pe=!!n;this.name=this.stringify.name(s);this.type=i.EntityDeclaration;if(!o(r)){this.value=this.stringify.dtdEntityValue(r);this.internal=true}else{if(!r.pubID&&!r.sysID){throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(s))}if(r.pubID&&!r.sysID){throw new Error("System identifier is required for a public external entity. "+this.debugInfo(s))}this.internal=false;if(r.pubID!=null){this.pubID=this.stringify.dtdPubID(r.pubID)}if(r.sysID!=null){this.sysID=this.stringify.dtdSysID(r.sysID)}if(r.nData!=null){this.nData=this.stringify.dtdNData(r.nData)}if(this.pe&&this.nData){throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(s))}}}toString(e){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(e))}}Object.defineProperty(XMLDTDEntity.prototype,"publicId",{get:function(){return this.pubID}});Object.defineProperty(XMLDTDEntity.prototype,"systemId",{get:function(){return this.sysID}});Object.defineProperty(XMLDTDEntity.prototype,"notationName",{get:function(){return this.nData||null}});Object.defineProperty(XMLDTDEntity.prototype,"inputEncoding",{get:function(){return null}});Object.defineProperty(XMLDTDEntity.prototype,"xmlEncoding",{get:function(){return null}});Object.defineProperty(XMLDTDEntity.prototype,"xmlVersion",{get:function(){return null}});return XMLDTDEntity}.call(this)}).call(this)},82837:function(e,i,n){(function(){var i,s,r;r=n(67608);i=n(29267);e.exports=s=function(){class XMLDTDNotation extends r{constructor(e,n,s){super(e);if(n==null){throw new Error("Missing DTD notation name. "+this.debugInfo(n))}if(!s.pubID&&!s.sysID){throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(n))}this.name=this.stringify.name(n);this.type=i.NotationDeclaration;if(s.pubID!=null){this.pubID=this.stringify.dtdPubID(s.pubID)}if(s.sysID!=null){this.sysID=this.stringify.dtdSysID(s.sysID)}}toString(e){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(e))}}Object.defineProperty(XMLDTDNotation.prototype,"publicId",{get:function(){return this.pubID}});Object.defineProperty(XMLDTDNotation.prototype,"systemId",{get:function(){return this.sysID}});return XMLDTDNotation}.call(this)}).call(this)},46364:function(e,i,n){(function(){var i,s,r,o;({isObject:o}=n(58229));r=n(67608);i=n(29267);e.exports=s=class XMLDeclaration extends r{constructor(e,n,s,r){super(e);if(o(n)){({version:n,encoding:s,standalone:r}=n)}if(!n){n="1.0"}this.type=i.Declaration;this.version=this.stringify.xmlVersion(n);if(s!=null){this.encoding=this.stringify.xmlEncoding(s)}if(r!=null){this.standalone=this.stringify.xmlStandalone(r)}}toString(e){return this.options.writer.declaration(this,this.options.writer.filterOptions(e))}}}).call(this)},81801:function(e,i,n){(function(){var i,s,r,o,a,c,u,f,_;({isObject:_}=n(58229));f=n(67608);i=n(29267);s=n(81015);o=n(40053);r=n(52421);a=n(82837);u=n(4361);e.exports=c=function(){class XMLDocType extends f{constructor(e,n,s){var r,o,a,c;super(e);this.type=i.DocType;if(e.children){c=e.children;for(o=0,a=c.length;o=0){this.up()}return this.onEnd()}openCurrent(){if(this.currentNode){this.currentNode.children=true;return this.openNode(this.currentNode)}}openNode(e){var n,r,o,a;if(!e.isOpen){if(!this.root&&this.currentLevel===0&&e.type===i.Element){this.root=e}r="";if(e.type===i.Element){this.writerOptions.state=s.OpenTag;r=this.writer.indent(e,this.writerOptions,this.currentLevel)+"<"+e.name;a=e.attribs;for(o in a){if(!A.call(a,o))continue;n=a[o];r+=this.writer.attribute(n,this.writerOptions,this.currentLevel)}r+=(e.children?">":"/>")+this.writer.endline(e,this.writerOptions,this.currentLevel);this.writerOptions.state=s.InsideTag}else{this.writerOptions.state=s.OpenTag;r=this.writer.indent(e,this.writerOptions,this.currentLevel)+""}r+=this.writer.endline(e,this.writerOptions,this.currentLevel)}this.onData(r,this.currentLevel);return e.isOpen=true}}closeNode(e){var n;if(!e.isClosed){n="";this.writerOptions.state=s.CloseTag;if(e.type===i.Element){n=this.writer.indent(e,this.writerOptions,this.currentLevel)+""+this.writer.endline(e,this.writerOptions,this.currentLevel)}else{n=this.writer.indent(e,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(e,this.writerOptions,this.currentLevel)}this.writerOptions.state=s.None;this.onData(n,this.currentLevel);return e.isClosed=true}}onData(e,i){this.documentStarted=true;return this.onDataCallback(e,i+1)}onEnd(){this.documentCompleted=true;return this.onEndCallback()}debugInfo(e){if(e==null){return""}else{return"node: <"+e+">"}}ele(){return this.element(...arguments)}nod(e,i,n){return this.node(e,i,n)}txt(e){return this.text(e)}dat(e){return this.cdata(e)}com(e){return this.comment(e)}ins(e,i){return this.instruction(e,i)}dec(e,i,n){return this.declaration(e,i,n)}dtd(e,i,n){return this.doctype(e,i,n)}e(e,i,n){return this.element(e,i,n)}n(e,i,n){return this.node(e,i,n)}t(e){return this.text(e)}d(e){return this.cdata(e)}c(e){return this.comment(e)}r(e){return this.raw(e)}i(e,i){return this.instruction(e,i)}att(){if(this.currentNode&&this.currentNode.type===i.DocType){return this.attList(...arguments)}else{return this.attribute(...arguments)}}a(){if(this.currentNode&&this.currentNode.type===i.DocType){return this.attList(...arguments)}else{return this.attribute(...arguments)}}ent(e,i){return this.entity(e,i)}pent(e,i){return this.pEntity(e,i)}not(e,i){return this.notation(e,i)}}}).call(this)},43590:function(e,i,n){(function(){var i,s,r;r=n(67608);i=n(29267);e.exports=s=class XMLDummy extends r{constructor(e){super(e);this.type=i.Dummy}clone(){return Object.create(this)}toString(e){return""}}}).call(this)},9437:function(e,i,n){(function(){var i,s,r,o,a,c,u,f,_={}.hasOwnProperty;({isObject:f,isFunction:u,getValue:c}=n(58229));a=n(67608);i=n(29267);s=n(58376);o=n(4361);e.exports=r=function(){class XMLElement extends a{constructor(e,n,s){var r,o,a,c;super(e);if(n==null){throw new Error("Missing element name. "+this.debugInfo())}this.name=this.stringify.name(n);this.type=i.Element;this.attribs={};this.schemaTypeInfo=null;if(s!=null){this.attribute(s)}if(e.type===i.Document){this.isRoot=true;this.documentObject=e;e.rootObject=this;if(e.children){c=e.children;for(o=0,a=c.length;o=s;i=0<=s?++n:--n){if(!this.attribs[i].isEqualNode(e.attribs[i])){return false}}return true}}Object.defineProperty(XMLElement.prototype,"tagName",{get:function(){return this.name}});Object.defineProperty(XMLElement.prototype,"namespaceURI",{get:function(){return""}});Object.defineProperty(XMLElement.prototype,"prefix",{get:function(){return""}});Object.defineProperty(XMLElement.prototype,"localName",{get:function(){return this.name}});Object.defineProperty(XMLElement.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});Object.defineProperty(XMLElement.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});Object.defineProperty(XMLElement.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});Object.defineProperty(XMLElement.prototype,"attributes",{get:function(){if(!this.attributeMap||!this.attributeMap.nodes){this.attributeMap=new o(this.attribs)}return this.attributeMap}});return XMLElement}.call(this)}).call(this)},4361:function(e){(function(){var i;e.exports=i=function(){class XMLNamedNodeMap{constructor(e){this.nodes=e}clone(){return this.nodes=null}getNamedItem(e){return this.nodes[e]}setNamedItem(e){var i;i=this.nodes[e.nodeName];this.nodes[e.nodeName]=e;return i||null}removeNamedItem(e){var i;i=this.nodes[e];delete this.nodes[e];return i||null}item(e){return this.nodes[Object.keys(this.nodes)[e]]||null}getNamedItemNS(e,i){throw new Error("This DOM method is not implemented.")}setNamedItemNS(e){throw new Error("This DOM method is not implemented.")}removeNamedItemNS(e,i){throw new Error("This DOM method is not implemented.")}}Object.defineProperty(XMLNamedNodeMap.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}});return XMLNamedNodeMap}.call(this)}).call(this)},67608:function(e,i,n){(function(){var i,s,r,o,a,c,u,f,_,g,v,S,b,P,C,I,x,k,N={}.hasOwnProperty,O=[].splice;({isObject:k,isFunction:x,isEmpty:I,getValue:C}=n(58229));f=null;r=null;o=null;a=null;c=null;b=null;P=null;S=null;u=null;s=null;v=null;_=null;i=null;e.exports=g=function(){class XMLNode{constructor(e){this.parent=e;if(this.parent){this.options=this.parent.options;this.stringify=this.parent.stringify}this.value=null;this.children=[];this.baseURI=null;if(!f){f=n(9437);r=n(90333);o=n(74407);a=n(46364);c=n(81801);b=n(16329);P=n(21318);S=n(56939);u=n(43590);s=n(29267);v=n(36768);_=n(4361);i=n(52839)}}setParent(e){var i,n,s,r,o;this.parent=e;if(e){this.options=e.options;this.stringify=e.stringify}r=this.children;o=[];for(n=0,s=r.length;n"}else if(!((n=this.parent)!=null?n.name:void 0)){return"node: <"+e+">"}else{return"node: <"+e+">, parent: <"+this.parent.name+">"}}ele(e,i,n){return this.element(e,i,n)}nod(e,i,n){return this.node(e,i,n)}txt(e){return this.text(e)}dat(e){return this.cdata(e)}com(e){return this.comment(e)}ins(e,i){return this.instruction(e,i)}doc(){return this.document()}dec(e,i,n){return this.declaration(e,i,n)}e(e,i,n){return this.element(e,i,n)}n(e,i,n){return this.node(e,i,n)}t(e){return this.text(e)}d(e){return this.cdata(e)}c(e){return this.comment(e)}r(e){return this.raw(e)}i(e,i){return this.instruction(e,i)}u(){return this.up()}importXMLBuilder(e){return this.importDocument(e)}attribute(e,i){throw new Error("attribute() applies to element nodes only.")}att(e,i){return this.attribute(e,i)}a(e,i){return this.attribute(e,i)}removeAttribute(e){throw new Error("attribute() applies to element nodes only.")}replaceChild(e,i){throw new Error("This DOM method is not implemented."+this.debugInfo())}removeChild(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}appendChild(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}hasChildNodes(){return this.children.length!==0}cloneNode(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}normalize(){throw new Error("This DOM method is not implemented."+this.debugInfo())}isSupported(e,i){return true}hasAttributes(){return this.attribs.length!==0}compareDocumentPosition(e){var n,s;n=this;if(n===e){return 0}else if(this.document()!==e.document()){s=i.Disconnected|i.ImplementationSpecific;if(Math.random()<.5){s|=i.Preceding}else{s|=i.Following}return s}else if(n.isAncestor(e)){return i.Contains|i.Preceding}else if(n.isDescendant(e)){return i.Contains|i.Following}else if(n.isPreceding(e)){return i.Preceding}else{return i.Following}}isSameNode(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}lookupPrefix(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}isDefaultNamespace(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}lookupNamespaceURI(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}isEqualNode(e){var i,n,s;if(e.nodeType!==this.nodeType){return false}if(e.children.length!==this.children.length){return false}for(i=n=0,s=this.children.length-1;0<=s?n<=s:n>=s;i=0<=s?++n:--n){if(!this.children[i].isEqualNode(e.children[i])){return false}}return true}getFeature(e,i){throw new Error("This DOM method is not implemented."+this.debugInfo())}setUserData(e,i,n){throw new Error("This DOM method is not implemented."+this.debugInfo())}getUserData(e){throw new Error("This DOM method is not implemented."+this.debugInfo())}contains(e){if(!e){return false}return e===this||this.isDescendant(e)}isDescendant(e){var i,n,s,r,o;o=this.children;for(s=0,r=o.length;sn}}treePosition(e){var i,n;n=0;i=false;this.foreachTreeNode(this.document(),(function(s){n++;if(!i&&s===e){return i=true}}));if(i){return n}else{return-1}}foreachTreeNode(e,i){var n,s,r,o,a;e||(e=this.document());o=e.children;for(s=0,r=o.length;s0){this.stream.write(" [");this.stream.write(this.endline(e,i,n));i.state=s.InsideTag;c=e.children;for(o=0,a=c.length;o");this.stream.write(this.endline(e,i,n));i.state=s.None;return this.closeNode(e,i,n)}element(e,n,r){var o,c,u,f,_,g,v,S,b,P,C,I,x,k,N,O;r||(r=0);this.openNode(e,n,r);n.state=s.OpenTag;C=this.indent(e,n,r)+"<"+e.name;if(n.pretty&&n.width>0){v=C.length;x=e.attribs;for(b in x){if(!a.call(x,b))continue;o=x[b];I=this.attribute(o,n,r);c=I.length;if(v+c>n.width){O=this.indent(e,n,r+1)+I;C+=this.endline(e,n,r)+O;v=O.length}else{O=" "+I;C+=O;v+=O.length}}}else{k=e.attribs;for(b in k){if(!a.call(k,b))continue;o=k[b];C+=this.attribute(o,n,r)}}this.stream.write(C);f=e.children.length;_=f===0?null:e.children[0];if(f===0||e.children.every((function(e){return(e.type===i.Text||e.type===i.Raw)&&e.value===""}))){if(n.allowEmpty){this.stream.write(">");n.state=s.CloseTag;this.stream.write("")}else{n.state=s.CloseTag;this.stream.write(n.spaceBeforeSlash+"/>")}}else if(n.pretty&&f===1&&(_.type===i.Text||_.type===i.Raw)&&_.value!=null){this.stream.write(">");n.state=s.InsideTag;n.suppressPrettyCount++;P=true;this.writeChildNode(_,n,r+1);n.suppressPrettyCount--;P=false;n.state=s.CloseTag;this.stream.write("")}else{this.stream.write(">"+this.endline(e,n,r));n.state=s.InsideTag;N=e.children;for(g=0,S=N.length;g")}this.stream.write(this.endline(e,n,r));n.state=s.None;return this.closeNode(e,n,r)}processingInstruction(e,i,n){return this.stream.write(super.processingInstruction(e,i,n))}raw(e,i,n){return this.stream.write(super.raw(e,i,n))}text(e,i,n){return this.stream.write(super.text(e,i,n))}dtdAttList(e,i,n){return this.stream.write(super.dtdAttList(e,i,n))}dtdElement(e,i,n){return this.stream.write(super.dtdElement(e,i,n))}dtdEntity(e,i,n){return this.stream.write(super.dtdEntity(e,i,n))}dtdNotation(e,i,n){return this.stream.write(super.dtdNotation(e,i,n))}}}).call(this)},85913:function(e,i,n){(function(){var i,s;s=n(66752);e.exports=i=class XMLStringWriter extends s{constructor(e){super(e)}document(e,i){var n,s,r,o,a;i=this.filterOptions(i);o="";a=e.children;for(s=0,r=a.length;s","]]]]>");return this.assertLegalChar(e)}comment(e){if(this.options.noValidation){return e}e=""+e||"";if(e.match(/--/)){throw new Error("Comment text cannot contain double-hypen: "+e)}return this.assertLegalChar(e)}raw(e){if(this.options.noValidation){return e}return""+e||""}attValue(e){if(this.options.noValidation){return e}return this.assertLegalChar(this.attEscape(e=""+e||""))}insTarget(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}insValue(e){if(this.options.noValidation){return e}e=""+e||"";if(e.match(/\?>/)){throw new Error("Invalid processing instruction value: "+e)}return this.assertLegalChar(e)}xmlVersion(e){if(this.options.noValidation){return e}e=""+e||"";if(!e.match(/1\.[0-9]+/)){throw new Error("Invalid version number: "+e)}return e}xmlEncoding(e){if(this.options.noValidation){return e}e=""+e||"";if(!e.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/)){throw new Error("Invalid encoding: "+e)}return this.assertLegalChar(e)}xmlStandalone(e){if(this.options.noValidation){return e}if(e){return"yes"}else{return"no"}}dtdPubID(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdSysID(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdElementValue(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdAttType(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdAttDefault(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdEntityValue(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}dtdNData(e){if(this.options.noValidation){return e}return this.assertLegalChar(""+e||"")}assertLegalChar(e){var i,n;if(this.options.noValidation){return e}i="";if(this.options.version==="1.0"){i=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/;if(n=e.match(i)){throw new Error(`Invalid character in string: ${e} at index ${n.index}`)}}else if(this.options.version==="1.1"){i=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/;if(n=e.match(i)){throw new Error(`Invalid character in string: ${e} at index ${n.index}`)}}return e}assertLegalName(e){var i;if(this.options.noValidation){return e}this.assertLegalChar(e);i=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/;if(!e.match(i)){throw new Error("Invalid character in name")}return e}textEscape(e){var i;if(this.options.noValidation){return e}i=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g;return e.replace(i,"&").replace(//g,">").replace(/\r/g," ")}attEscape(e){var i;if(this.options.noValidation){return e}i=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g;return e.replace(i,"&").replace(/0){return new Array(s).join(i.indent)}}return""}endline(e,i,n){if(!i.pretty||i.suppressPrettyCount){return""}else{return i.newline}}attribute(e,i,n){var s;this.openAttribute(e,i,n);if(i.pretty&&i.width>0){s=e.name+'="'+e.value+'"'}else{s=" "+e.name+'="'+e.value+'"'}this.closeAttribute(e,i,n);return s}cdata(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+""+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}comment(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+"\x3c!-- ";i.state=s.InsideTag;r+=e.value;i.state=s.CloseTag;r+=" --\x3e"+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}declaration(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+"";r+=this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}docType(e,i,n){var r,o,a,c,u;n||(n=0);this.openNode(e,i,n);i.state=s.OpenTag;c=this.indent(e,i,n);c+="0){c+=" [";c+=this.endline(e,i,n);i.state=s.InsideTag;u=e.children;for(o=0,a=u.length;o";c+=this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return c}element(e,n,r){var o,a,c,u,f,_,g,v,S,b,P,C,I,x,N,O,T,E,L;r||(r=0);C=false;this.openNode(e,n,r);n.state=s.OpenTag;I=this.indent(e,n,r)+"<"+e.name;if(n.pretty&&n.width>0){v=I.length;N=e.attribs;for(P in N){if(!k.call(N,P))continue;o=N[P];x=this.attribute(o,n,r);a=x.length;if(v+a>n.width){L=this.indent(e,n,r+1)+x;I+=this.endline(e,n,r)+L;v=L.length}else{L=" "+x;I+=L;v+=L.length}}}else{O=e.attribs;for(P in O){if(!k.call(O,P))continue;o=O[P];I+=this.attribute(o,n,r)}}u=e.children.length;f=u===0?null:e.children[0];if(u===0||e.children.every((function(e){return(e.type===i.Text||e.type===i.Raw)&&e.value===""}))){if(n.allowEmpty){I+=">";n.state=s.CloseTag;I+=""+this.endline(e,n,r)}else{n.state=s.CloseTag;I+=n.spaceBeforeSlash+"/>"+this.endline(e,n,r)}}else if(n.pretty&&u===1&&(f.type===i.Text||f.type===i.Raw)&&f.value!=null){I+=">";n.state=s.InsideTag;n.suppressPrettyCount++;C=true;I+=this.writeChildNode(f,n,r+1);n.suppressPrettyCount--;C=false;n.state=s.CloseTag;I+=""+this.endline(e,n,r)}else{if(n.dontPrettyTextNodes){T=e.children;for(_=0,S=T.length;_"+this.endline(e,n,r);n.state=s.InsideTag;E=e.children;for(g=0,b=E.length;g";if(C){n.suppressPrettyCount--}I+=this.endline(e,n,r);n.state=s.None}this.closeNode(e,n,r);return I}writeChildNode(e,n,s){switch(e.type){case i.CData:return this.cdata(e,n,s);case i.Comment:return this.comment(e,n,s);case i.Element:return this.element(e,n,s);case i.Raw:return this.raw(e,n,s);case i.Text:return this.text(e,n,s);case i.ProcessingInstruction:return this.processingInstruction(e,n,s);case i.Dummy:return"";case i.Declaration:return this.declaration(e,n,s);case i.DocType:return this.docType(e,n,s);case i.AttributeDeclaration:return this.dtdAttList(e,n,s);case i.ElementDeclaration:return this.dtdElement(e,n,s);case i.EntityDeclaration:return this.dtdEntity(e,n,s);case i.NotationDeclaration:return this.dtdNotation(e,n,s);default:throw new Error("Unknown XML node type: "+e.constructor.name)}}processingInstruction(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+"";r+=this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}raw(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n);i.state=s.InsideTag;r+=e.value;i.state=s.CloseTag;r+=this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}text(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n);i.state=s.InsideTag;r+=e.value;i.state=s.CloseTag;r+=this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}dtdAttList(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+""+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}dtdElement(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+""+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}dtdEntity(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+""+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}dtdNotation(e,i,n){var r;this.openNode(e,i,n);i.state=s.OpenTag;r=this.indent(e,i,n)+""+this.endline(e,i,n);i.state=s.None;this.closeNode(e,i,n);return r}openNode(e,i,n){}closeNode(e,i,n){}openAttribute(e,i,n){}closeAttribute(e,i,n){}}}).call(this)},52958:function(e,i,n){(function(){var i,s,r,o,a,c,u,f,_;({assign:f,isFunction:_}=n(58229));r=n(78310);o=n(53730);a=n(77356);u=n(85913);c=n(78601);i=n(29267);s=n(9766);e.exports.create=function(e,i,n,s){var r,a;if(e==null){throw new Error("Root element needs a name.")}s=f({},i,n,s);r=new o(s);a=r.element(e);if(!s.headless){r.declaration(s);if(s.pubID!=null||s.sysID!=null){r.dtd(s)}}return a};e.exports.begin=function(e,i,n){if(_(e)){[i,n]=[e,i];e={}}if(i){return new a(e,i,n)}else{return new o(e)}};e.exports.stringWriter=function(e){return new u(e)};e.exports.streamWriter=function(e,i){return new c(e,i)};e.exports.implementation=new r;e.exports.nodeType=i;e.exports.writerState=s}).call(this)},4091:e=>{"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next){yield e.value}}}},40665:(e,i,n)=>{"use strict";e.exports=Yallist;Yallist.Node=Node;Yallist.create=Yallist;function Yallist(e){var i=this;if(!(i instanceof Yallist)){i=new Yallist}i.tail=null;i.head=null;i.length=0;if(e&&typeof e.forEach==="function"){e.forEach((function(e){i.push(e)}))}else if(arguments.length>0){for(var n=0,s=arguments.length;n1){n=i}else if(this.head){s=this.head.next;n=this.head.value}else{throw new TypeError("Reduce of empty list with no initial value")}for(var r=0;s!==null;r++){n=e(n,s.value,r);s=s.next}return n};Yallist.prototype.reduceReverse=function(e,i){var n;var s=this.tail;if(arguments.length>1){n=i}else if(this.tail){s=this.tail.prev;n=this.tail.value}else{throw new TypeError("Reduce of empty list with no initial value")}for(var r=this.length-1;s!==null;r--){n=e(n,s.value,r);s=s.prev}return n};Yallist.prototype.toArray=function(){var e=new Array(this.length);for(var i=0,n=this.head;n!==null;i++){e[i]=n.value;n=n.next}return e};Yallist.prototype.toArrayReverse=function(){var e=new Array(this.length);for(var i=0,n=this.tail;n!==null;i++){e[i]=n.value;n=n.prev}return e};Yallist.prototype.slice=function(e,i){i=i||this.length;if(i<0){i+=this.length}e=e||0;if(e<0){e+=this.length}var n=new Yallist;if(ithis.length){i=this.length}for(var s=0,r=this.head;r!==null&&sthis.length){i=this.length}for(var s=this.length,r=this.tail;r!==null&&s>i;s--){r=r.prev}for(;r!==null&&s>e;s--,r=r.prev){n.push(r.value)}return n};Yallist.prototype.splice=function(e,i,...n){if(e>this.length){e=this.length-1}if(e<0){e=this.length+e}for(var s=0,r=this.head;r!==null&&s{class TwilioClientException extends Error{constructor(e){super(e)}}class TwilioClient{constructor(e,i,s,r=((e,i,s)=>n(75595)(e,i,{lazyLoading:true,logLevel:s}))){this.client=r(e,i,s);this.SUPPORTED_VOICES=["man","woman","alice"]}async call(e,i,n,s){if(this.SUPPORTED_VOICES.includes(e)){await this.client.calls.create({from:n,to:s,twiml:`${i}`})}else{throw new TwilioClientException(`'${e}' voice is not supported. Possible values: man, woman, alice.`)}}}e.exports={TwilioClient:TwilioClient,TwilioClientException:TwilioClientException}},39491:e=>{"use strict";e.exports=require("assert")},14300:e=>{"use strict";e.exports=require("buffer")},6113:e=>{"use strict";e.exports=require("crypto")},82361:e=>{"use strict";e.exports=require("events")},57147:e=>{"use strict";e.exports=require("fs")},13685:e=>{"use strict";e.exports=require("http")},95687:e=>{"use strict";e.exports=require("https")},41808:e=>{"use strict";e.exports=require("net")},22037:e=>{"use strict";e.exports=require("os")},71017:e=>{"use strict";e.exports=require("path")},63477:e=>{"use strict";e.exports=require("querystring")},12781:e=>{"use strict";e.exports=require("stream")},24404:e=>{"use strict";e.exports=require("tls")},76224:e=>{"use strict";e.exports=require("tty")},57310:e=>{"use strict";e.exports=require("url")},73837:e=>{"use strict";e.exports=require("util")},59796:e=>{"use strict";e.exports=require("zlib")},88757:(e,i,n)=>{"use strict";const s=n(64334);const r=n(57310);const o=n(63329);const a=n(13685);const c=n(95687);const u=n(73837);const f=n(67707);const _=n(59796);const g=n(12781);const v=n(82361);function _interopDefaultLegacy(e){return e&&typeof e==="object"&&"default"in e?e:{default:e}}const S=_interopDefaultLegacy(s);const b=_interopDefaultLegacy(r);const P=_interopDefaultLegacy(a);const C=_interopDefaultLegacy(c);const I=_interopDefaultLegacy(u);const x=_interopDefaultLegacy(f);const k=_interopDefaultLegacy(_);const N=_interopDefaultLegacy(g);const O=_interopDefaultLegacy(v);function bind(e,i){return function wrap(){return e.apply(i,arguments)}}const{toString:T}=Object.prototype;const{getPrototypeOf:E}=Object;const L=(e=>i=>{const n=T.call(i);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null));const kindOfTest=e=>{e=e.toLowerCase();return i=>L(i)===e};const typeOfTest=e=>i=>typeof i===e;const{isArray:A}=Array;const R=typeOfTest("undefined");function isBuffer(e){return e!==null&&!R(e)&&e.constructor!==null&&!R(e.constructor)&&F(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const U=kindOfTest("ArrayBuffer");function isArrayBufferView(e){let i;if(typeof ArrayBuffer!=="undefined"&&ArrayBuffer.isView){i=ArrayBuffer.isView(e)}else{i=e&&e.buffer&&U(e.buffer)}return i}const J=typeOfTest("string");const F=typeOfTest("function");const V=typeOfTest("number");const isObject=e=>e!==null&&typeof e==="object";const isBoolean=e=>e===true||e===false;const isPlainObject=e=>{if(L(e)!=="object"){return false}const i=E(e);return(i===null||i===Object.prototype||Object.getPrototypeOf(i)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)};const q=kindOfTest("Date");const j=kindOfTest("File");const z=kindOfTest("Blob");const B=kindOfTest("FileList");const isStream=e=>isObject(e)&&F(e.pipe);const isFormData=e=>{let i;return e&&(typeof FormData==="function"&&e instanceof FormData||F(e.append)&&((i=L(e))==="formdata"||i==="object"&&F(e.toString)&&e.toString()==="[object FormData]"))};const W=kindOfTest("URLSearchParams");const trim=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(e,i,{allOwnKeys:n=false}={}){if(e===null||typeof e==="undefined"){return}let s;let r;if(typeof e!=="object"){e=[e]}if(A(e)){for(s=0,r=e.length;s0){r=n[s];if(i===r.toLowerCase()){return r}}return null}const H=(()=>{if(typeof globalThis!=="undefined")return globalThis;return typeof self!=="undefined"?self:typeof window!=="undefined"?window:global})();const isContextDefined=e=>!R(e)&&e!==H;function merge(){const{caseless:e}=isContextDefined(this)&&this||{};const i={};const assignValue=(n,s)=>{const r=e&&findKey(i,s)||s;if(isPlainObject(i[r])&&isPlainObject(n)){i[r]=merge(i[r],n)}else if(isPlainObject(n)){i[r]=merge({},n)}else if(A(n)){i[r]=n.slice()}else{i[r]=n}};for(let e=0,i=arguments.length;e{forEach(i,((i,s)=>{if(n&&F(i)){e[s]=bind(i,n)}else{e[s]=i}}),{allOwnKeys:s});return e};const stripBOM=e=>{if(e.charCodeAt(0)===65279){e=e.slice(1)}return e};const inherits=(e,i,n,s)=>{e.prototype=Object.create(i.prototype,s);e.prototype.constructor=e;Object.defineProperty(e,"super",{value:i.prototype});n&&Object.assign(e.prototype,n)};const toFlatObject=(e,i,n,s)=>{let r;let o;let a;const c={};i=i||{};if(e==null)return i;do{r=Object.getOwnPropertyNames(e);o=r.length;while(o-- >0){a=r[o];if((!s||s(a,e,i))&&!c[a]){i[a]=e[a];c[a]=true}}e=n!==false&&E(e)}while(e&&(!n||n(e,i))&&e!==Object.prototype);return i};const endsWith=(e,i,n)=>{e=String(e);if(n===undefined||n>e.length){n=e.length}n-=i.length;const s=e.indexOf(i,n);return s!==-1&&s===n};const toArray=e=>{if(!e)return null;if(A(e))return e;let i=e.length;if(!V(i))return null;const n=new Array(i);while(i-- >0){n[i]=e[i]}return n};const K=(e=>i=>e&&i instanceof e)(typeof Uint8Array!=="undefined"&&E(Uint8Array));const forEachEntry=(e,i)=>{const n=e&&e[Symbol.iterator];const s=n.call(e);let r;while((r=s.next())&&!r.done){const n=r.value;i.call(e,n[0],n[1])}};const matchAll=(e,i)=>{let n;const s=[];while((n=e.exec(i))!==null){s.push(n)}return s};const Q=kindOfTest("HTMLFormElement");const toCamelCase=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function replacer(e,i,n){return i.toUpperCase()+n}));const G=(({hasOwnProperty:e})=>(i,n)=>e.call(i,n))(Object.prototype);const X=kindOfTest("RegExp");const reduceDescriptors=(e,i)=>{const n=Object.getOwnPropertyDescriptors(e);const s={};forEach(n,((n,r)=>{let o;if((o=i(n,r,e))!==false){s[r]=o||n}}));Object.defineProperties(e,s)};const freezeMethods=e=>{reduceDescriptors(e,((i,n)=>{if(F(e)&&["arguments","caller","callee"].indexOf(n)!==-1){return false}const s=e[n];if(!F(s))return;i.enumerable=false;if("writable"in i){i.writable=false;return}if(!i.set){i.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}}}))};const toObjectSet=(e,i)=>{const n={};const define=e=>{e.forEach((e=>{n[e]=true}))};A(e)?define(e):define(String(e).split(i));return n};const noop=()=>{};const toFiniteNumber=(e,i)=>{e=+e;return Number.isFinite(e)?e:i};const Y="abcdefghijklmnopqrstuvwxyz";const Z="0123456789";const ee={DIGIT:Z,ALPHA:Y,ALPHA_DIGIT:Y+Y.toUpperCase()+Z};const generateString=(e=16,i=ee.ALPHA_DIGIT)=>{let n="";const{length:s}=i;while(e--){n+=i[Math.random()*s|0]}return n};function isSpecCompliantForm(e){return!!(e&&F(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const toJSONObject=e=>{const i=new Array(10);const visit=(e,n)=>{if(isObject(e)){if(i.indexOf(e)>=0){return}if(!("toJSON"in e)){i[n]=e;const s=A(e)?[]:{};forEach(e,((e,i)=>{const r=visit(e,n+1);!R(r)&&(s[i]=r)}));i[n]=undefined;return s}}return e};return visit(e,0)};const te=kindOfTest("AsyncFunction");const isThenable=e=>e&&(isObject(e)||F(e))&&F(e.then)&&F(e.catch);const ie={isArray:A,isArrayBuffer:U,isBuffer:isBuffer,isFormData:isFormData,isArrayBufferView:isArrayBufferView,isString:J,isNumber:V,isBoolean:isBoolean,isObject:isObject,isPlainObject:isPlainObject,isUndefined:R,isDate:q,isFile:j,isBlob:z,isRegExp:X,isFunction:F,isStream:isStream,isURLSearchParams:W,isTypedArray:K,isFileList:B,forEach:forEach,merge:merge,extend:extend,trim:trim,stripBOM:stripBOM,inherits:inherits,toFlatObject:toFlatObject,kindOf:L,kindOfTest:kindOfTest,endsWith:endsWith,toArray:toArray,forEachEntry:forEachEntry,matchAll:matchAll,isHTMLForm:Q,hasOwnProperty:G,hasOwnProp:G,reduceDescriptors:reduceDescriptors,freezeMethods:freezeMethods,toObjectSet:toObjectSet,toCamelCase:toCamelCase,noop:noop,toFiniteNumber:toFiniteNumber,findKey:findKey,global:H,isContextDefined:isContextDefined,ALPHABET:ee,generateString:generateString,isSpecCompliantForm:isSpecCompliantForm,toJSONObject:toJSONObject,isAsyncFn:te,isThenable:isThenable};function AxiosError(e,i,n,s,r){Error.call(this);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}else{this.stack=(new Error).stack}this.message=e;this.name="AxiosError";i&&(this.code=i);n&&(this.config=n);s&&(this.request=s);r&&(this.response=r)}ie.inherits(AxiosError,Error,{toJSON:function toJSON(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ie.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const ne=AxiosError.prototype;const se={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{se[e]={value:e}}));Object.defineProperties(AxiosError,se);Object.defineProperty(ne,"isAxiosError",{value:true});AxiosError.from=(e,i,n,s,r,o)=>{const a=Object.create(ne);ie.toFlatObject(e,a,(function filter(e){return e!==Error.prototype}),(e=>e!=="isAxiosError"));AxiosError.call(a,e.message,i,n,s,r);a.cause=e;a.name=e.name;o&&Object.assign(a,o);return a};function isVisitable(e){return ie.isPlainObject(e)||ie.isArray(e)}function removeBrackets(e){return ie.endsWith(e,"[]")?e.slice(0,-2):e}function renderKey(e,i,n){if(!e)return i;return e.concat(i).map((function each(e,i){e=removeBrackets(e);return!n&&i?"["+e+"]":e})).join(n?".":"")}function isFlatArray(e){return ie.isArray(e)&&!e.some(isVisitable)}const re=ie.toFlatObject(ie,{},null,(function filter(e){return/^is[A-Z]/.test(e)}));function toFormData(e,i,n){if(!ie.isObject(e)){throw new TypeError("target must be an object")}i=i||new(S["default"]||FormData);n=ie.toFlatObject(n,{metaTokens:true,dots:false,indexes:false},false,(function defined(e,i){return!ie.isUndefined(i[e])}));const s=n.metaTokens;const r=n.visitor||defaultVisitor;const o=n.dots;const a=n.indexes;const c=n.Blob||typeof Blob!=="undefined"&&Blob;const u=c&&ie.isSpecCompliantForm(i);if(!ie.isFunction(r)){throw new TypeError("visitor must be a function")}function convertValue(e){if(e===null)return"";if(ie.isDate(e)){return e.toISOString()}if(!u&&ie.isBlob(e)){throw new AxiosError("Blob is not supported. Use a Buffer instead.")}if(ie.isArrayBuffer(e)||ie.isTypedArray(e)){return u&&typeof Blob==="function"?new Blob([e]):Buffer.from(e)}return e}function defaultVisitor(e,n,r){let c=e;if(e&&!r&&typeof e==="object"){if(ie.endsWith(n,"{}")){n=s?n:n.slice(0,-2);e=JSON.stringify(e)}else if(ie.isArray(e)&&isFlatArray(e)||(ie.isFileList(e)||ie.endsWith(n,"[]"))&&(c=ie.toArray(e))){n=removeBrackets(n);c.forEach((function each(e,s){!(ie.isUndefined(e)||e===null)&&i.append(a===true?renderKey([n],s,o):a===null?n:n+"[]",convertValue(e))}));return false}}if(isVisitable(e)){return true}i.append(renderKey(r,n,o),convertValue(e));return false}const f=[];const _=Object.assign(re,{defaultVisitor:defaultVisitor,convertValue:convertValue,isVisitable:isVisitable});function build(e,n){if(ie.isUndefined(e))return;if(f.indexOf(e)!==-1){throw Error("Circular reference detected in "+n.join("."))}f.push(e);ie.forEach(e,(function each(e,s){const o=!(ie.isUndefined(e)||e===null)&&r.call(i,e,ie.isString(s)?s.trim():s,n,_);if(o===true){build(e,n?n.concat(s):[s])}}));f.pop()}if(!ie.isObject(e)){throw new TypeError("data must be an object")}build(e);return i}function encode$1(e){const i={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function replacer(e){return i[e]}))}function AxiosURLSearchParams(e,i){this._pairs=[];e&&toFormData(e,this,i)}const oe=AxiosURLSearchParams.prototype;oe.append=function append(e,i){this._pairs.push([e,i])};oe.toString=function toString(e){const i=e?function(i){return e.call(this,i,encode$1)}:encode$1;return this._pairs.map((function each(e){return i(e[0])+"="+i(e[1])}),"").join("&")};function encode(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(e,i,n){if(!i){return e}const s=n&&n.encode||encode;const r=n&&n.serialize;let o;if(r){o=r(i,n)}else{o=ie.isURLSearchParams(i)?i.toString():new AxiosURLSearchParams(i,n).toString(s)}if(o){const i=e.indexOf("#");if(i!==-1){e=e.slice(0,i)}e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class InterceptorManager{constructor(){this.handlers=[]}use(e,i,n){this.handlers.push({fulfilled:e,rejected:i,synchronous:n?n.synchronous:false,runWhen:n?n.runWhen:null});return this.handlers.length-1}eject(e){if(this.handlers[e]){this.handlers[e]=null}}clear(){if(this.handlers){this.handlers=[]}}forEach(e){ie.forEach(this.handlers,(function forEachHandler(i){if(i!==null){e(i)}}))}}const ae=InterceptorManager;const ce={silentJSONParsing:true,forcedJSONParsing:true,clarifyTimeoutError:false};const ue=b["default"].URLSearchParams;const de={isNode:true,classes:{URLSearchParams:ue,FormData:S["default"],Blob:typeof Blob!=="undefined"&&Blob||null},protocols:["http","https","file","data"]};const le=typeof window!=="undefined"&&typeof document!=="undefined";const he=(e=>le&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator!=="undefined"&&navigator.product);const pe=(()=>typeof WorkerGlobalScope!=="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts==="function")();const me=Object.freeze({__proto__:null,hasBrowserEnv:le,hasStandardBrowserWebWorkerEnv:pe,hasStandardBrowserEnv:he});const fe={...me,...de};function toURLEncodedForm(e,i){return toFormData(e,new fe.classes.URLSearchParams,Object.assign({visitor:function(e,i,n,s){if(fe.isNode&&ie.isBuffer(e)){this.append(i,e.toString("base64"));return false}return s.defaultVisitor.apply(this,arguments)}},i))}function parsePropPath(e){return ie.matchAll(/\w+|\[(\w*)]/g,e).map((e=>e[0]==="[]"?"":e[1]||e[0]))}function arrayToObject(e){const i={};const n=Object.keys(e);let s;const r=n.length;let o;for(s=0;s=e.length;r=!r&&ie.isArray(n)?n.length:r;if(a){if(ie.hasOwnProp(n,r)){n[r]=[n[r],i]}else{n[r]=i}return!o}if(!n[r]||!ie.isObject(n[r])){n[r]=[]}const c=buildPath(e,i,n[r],s);if(c&&ie.isArray(n[r])){n[r]=arrayToObject(n[r])}return!o}if(ie.isFormData(e)&&ie.isFunction(e.entries)){const i={};ie.forEachEntry(e,((e,n)=>{buildPath(parsePropPath(e),n,i,0)}));return i}return null}function stringifySafely(e,i,n){if(ie.isString(e)){try{(i||JSON.parse)(e);return ie.trim(e)}catch(e){if(e.name!=="SyntaxError"){throw e}}}return(n||JSON.stringify)(e)}const _e={transitional:ce,adapter:["xhr","http"],transformRequest:[function transformRequest(e,i){const n=i.getContentType()||"";const s=n.indexOf("application/json")>-1;const r=ie.isObject(e);if(r&&ie.isHTMLForm(e)){e=new FormData(e)}const o=ie.isFormData(e);if(o){if(!s){return e}return s?JSON.stringify(formDataToJSON(e)):e}if(ie.isArrayBuffer(e)||ie.isBuffer(e)||ie.isStream(e)||ie.isFile(e)||ie.isBlob(e)){return e}if(ie.isArrayBufferView(e)){return e.buffer}if(ie.isURLSearchParams(e)){i.setContentType("application/x-www-form-urlencoded;charset=utf-8",false);return e.toString()}let a;if(r){if(n.indexOf("application/x-www-form-urlencoded")>-1){return toURLEncodedForm(e,this.formSerializer).toString()}if((a=ie.isFileList(e))||n.indexOf("multipart/form-data")>-1){const i=this.env&&this.env.FormData;return toFormData(a?{"files[]":e}:e,i&&new i,this.formSerializer)}}if(r||s){i.setContentType("application/json",false);return stringifySafely(e)}return e}],transformResponse:[function transformResponse(e){const i=this.transitional||_e.transitional;const n=i&&i.forcedJSONParsing;const s=this.responseType==="json";if(e&&ie.isString(e)&&(n&&!this.responseType||s)){const n=i&&i.silentJSONParsing;const r=!n&&s;try{return JSON.parse(e)}catch(e){if(r){if(e.name==="SyntaxError"){throw AxiosError.from(e,AxiosError.ERR_BAD_RESPONSE,this,null,this.response)}throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:fe.classes.FormData,Blob:fe.classes.Blob},validateStatus:function validateStatus(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":undefined}}};ie.forEach(["delete","get","head","post","put","patch"],(e=>{_e.headers[e]={}}));const ge=_e;const ve=ie.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);const parseHeaders=e=>{const i={};let n;let s;let r;e&&e.split("\n").forEach((function parser(e){r=e.indexOf(":");n=e.substring(0,r).trim().toLowerCase();s=e.substring(r+1).trim();if(!n||i[n]&&ve[n]){return}if(n==="set-cookie"){if(i[n]){i[n].push(s)}else{i[n]=[s]}}else{i[n]=i[n]?i[n]+", "+s:s}}));return i};const Se=Symbol("internals");function normalizeHeader(e){return e&&String(e).trim().toLowerCase()}function normalizeValue(e){if(e===false||e==null){return e}return ie.isArray(e)?e.map(normalizeValue):String(e)}function parseTokens(e){const i=Object.create(null);const n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;while(s=n.exec(e)){i[s[1]]=s[2]}return i}const isValidHeaderName=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function matchHeaderValue(e,i,n,s,r){if(ie.isFunction(s)){return s.call(this,i,n)}if(r){i=n}if(!ie.isString(i))return;if(ie.isString(s)){return i.indexOf(s)!==-1}if(ie.isRegExp(s)){return s.test(i)}}function formatHeader(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,i,n)=>i.toUpperCase()+n))}function buildAccessors(e,i){const n=ie.toCamelCase(" "+i);["get","set","has"].forEach((s=>{Object.defineProperty(e,s+n,{value:function(e,n,r){return this[s].call(this,i,e,n,r)},configurable:true})}))}class AxiosHeaders{constructor(e){e&&this.set(e)}set(e,i,n){const s=this;function setHeader(e,i,n){const r=normalizeHeader(i);if(!r){throw new Error("header name must be a non-empty string")}const o=ie.findKey(s,r);if(!o||s[o]===undefined||n===true||n===undefined&&s[o]!==false){s[o||i]=normalizeValue(e)}}const setHeaders=(e,i)=>ie.forEach(e,((e,n)=>setHeader(e,n,i)));if(ie.isPlainObject(e)||e instanceof this.constructor){setHeaders(e,i)}else if(ie.isString(e)&&(e=e.trim())&&!isValidHeaderName(e)){setHeaders(parseHeaders(e),i)}else{e!=null&&setHeader(i,e,n)}return this}get(e,i){e=normalizeHeader(e);if(e){const n=ie.findKey(this,e);if(n){const e=this[n];if(!i){return e}if(i===true){return parseTokens(e)}if(ie.isFunction(i)){return i.call(this,e,n)}if(ie.isRegExp(i)){return i.exec(e)}throw new TypeError("parser must be boolean|regexp|function")}}}has(e,i){e=normalizeHeader(e);if(e){const n=ie.findKey(this,e);return!!(n&&this[n]!==undefined&&(!i||matchHeaderValue(this,this[n],n,i)))}return false}delete(e,i){const n=this;let s=false;function deleteHeader(e){e=normalizeHeader(e);if(e){const r=ie.findKey(n,e);if(r&&(!i||matchHeaderValue(n,n[r],r,i))){delete n[r];s=true}}}if(ie.isArray(e)){e.forEach(deleteHeader)}else{deleteHeader(e)}return s}clear(e){const i=Object.keys(this);let n=i.length;let s=false;while(n--){const r=i[n];if(!e||matchHeaderValue(this,this[r],r,e,true)){delete this[r];s=true}}return s}normalize(e){const i=this;const n={};ie.forEach(this,((s,r)=>{const o=ie.findKey(n,r);if(o){i[o]=normalizeValue(s);delete i[r];return}const a=e?formatHeader(r):String(r).trim();if(a!==r){delete i[r]}i[a]=normalizeValue(s);n[a]=true}));return this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const i=Object.create(null);ie.forEach(this,((n,s)=>{n!=null&&n!==false&&(i[s]=e&&ie.isArray(n)?n.join(", "):n)}));return i}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,i])=>e+": "+i)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...i){const n=new this(e);i.forEach((e=>n.set(e)));return n}static accessor(e){const i=this[Se]=this[Se]={accessors:{}};const n=i.accessors;const s=this.prototype;function defineAccessor(e){const i=normalizeHeader(e);if(!n[i]){buildAccessors(s,e);n[i]=true}}ie.isArray(e)?e.forEach(defineAccessor):defineAccessor(e);return this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);ie.reduceDescriptors(AxiosHeaders.prototype,(({value:e},i)=>{let n=i[0].toUpperCase()+i.slice(1);return{get:()=>e,set(e){this[n]=e}}}));ie.freezeMethods(AxiosHeaders);const be=AxiosHeaders;function transformData(e,i){const n=this||ge;const s=i||n;const r=be.from(s.headers);let o=s.data;ie.forEach(e,(function transform(e){o=e.call(n,o,r.normalize(),i?i.status:undefined)}));r.normalize();return o}function isCancel(e){return!!(e&&e.__CANCEL__)}function CanceledError(e,i,n){AxiosError.call(this,e==null?"canceled":e,AxiosError.ERR_CANCELED,i,n);this.name="CanceledError"}ie.inherits(CanceledError,AxiosError,{__CANCEL__:true});function settle(e,i,n){const s=n.config.validateStatus;if(!n.status||!s||s(n.status)){e(n)}else{i(new AxiosError("Request failed with status code "+n.status,[AxiosError.ERR_BAD_REQUEST,AxiosError.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}}function isAbsoluteURL(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function combineURLs(e,i){return i?e.replace(/\/?\/$/,"")+"/"+i.replace(/^\/+/,""):e}function buildFullPath(e,i){if(e&&!isAbsoluteURL(i)){return combineURLs(e,i)}return i}const ye="1.6.3";function parseProtocol(e){const i=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return i&&i[1]||""}const Pe=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function fromDataURI(e,i,n){const s=n&&n.Blob||fe.classes.Blob;const r=parseProtocol(e);if(i===undefined&&s){i=true}if(r==="data"){e=r.length?e.slice(r.length+1):e;const n=Pe.exec(e);if(!n){throw new AxiosError("Invalid URL",AxiosError.ERR_INVALID_URL)}const o=n[1];const a=n[2];const c=n[3];const u=Buffer.from(decodeURIComponent(c),a?"base64":"utf8");if(i){if(!s){throw new AxiosError("Blob is not supported",AxiosError.ERR_NOT_SUPPORT)}return new s([u],{type:o})}return u}throw new AxiosError("Unsupported protocol "+r,AxiosError.ERR_NOT_SUPPORT)}function throttle(e,i){let n=0;const s=1e3/i;let r=null;return function throttled(i,o){const a=Date.now();if(i||a-n>s){if(r){clearTimeout(r);r=null}n=a;return e.apply(null,o)}if(!r){r=setTimeout((()=>{r=null;n=Date.now();return e.apply(null,o)}),s-(a-n))}}}function speedometer(e,i){e=e||10;const n=new Array(e);const s=new Array(e);let r=0;let o=0;let a;i=i!==undefined?i:1e3;return function push(c){const u=Date.now();const f=s[o];if(!a){a=u}n[r]=c;s[r]=u;let _=o;let g=0;while(_!==r){g+=n[_++];_=_%e}r=(r+1)%e;if(r===o){o=(o+1)%e}if(u-a!ie.isUndefined(i[e])));super({readableHighWaterMark:e.chunkSize});const i=this;const n=this[we]={length:e.length,timeWindow:e.timeWindow,ticksRate:e.ticksRate,chunkSize:e.chunkSize,maxRate:e.maxRate,minChunkSize:e.minChunkSize,bytesSeen:0,isCaptured:false,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};const s=speedometer(n.ticksRate*e.samplesCount,n.timeWindow);this.on("newListener",(e=>{if(e==="progress"){if(!n.isCaptured){n.isCaptured=true}}}));let r=0;n.updateProgress=throttle((function throttledHandler(){const e=n.length;const o=n.bytesSeen;const a=o-r;if(!a||i.destroyed)return;const c=s(a);r=o;process.nextTick((()=>{i.emit("progress",{loaded:o,total:e,progress:e?o/e:undefined,bytes:a,rate:c?c:undefined,estimated:c&&e&&o<=e?(e-o)/c:undefined})}))}),n.ticksRate);const onFinish=()=>{n.updateProgress(true)};this.once("end",onFinish);this.once("error",onFinish)}_read(e){const i=this[we];if(i.onReadCallback){i.onReadCallback()}return super._read(e)}_transform(e,i,n){const s=this;const r=this[we];const o=r.maxRate;const a=this.readableHighWaterMark;const c=r.timeWindow;const u=1e3/c;const f=o/u;const _=r.minChunkSize!==false?Math.max(r.minChunkSize,f*.01):0;function pushChunk(e,i){const n=Buffer.byteLength(e);r.bytesSeen+=n;r.bytes+=n;if(r.isCaptured){r.updateProgress()}if(s.push(e)){process.nextTick(i)}else{r.onReadCallback=()=>{r.onReadCallback=null;process.nextTick(i)}}}const transformChunk=(e,i)=>{const n=Buffer.byteLength(e);let s=null;let u=a;let g;let v=0;if(o){const e=Date.now();if(!r.ts||(v=e-r.ts)>=c){r.ts=e;g=f-r.bytes;r.bytes=g<0?-g:0;v=0}g=f-r.bytes}if(o){if(g<=0){return setTimeout((()=>{i(null,e)}),c-v)}if(gu&&n-u>_){s=e.subarray(u);e=e.subarray(0,u)}pushChunk(e,s?()=>{process.nextTick(i,null,s)}:i)};transformChunk(e,(function transformNextChunk(e,i){if(e){return n(e)}if(i){transformChunk(i,transformNextChunk)}else{n(null)}}))}setLength(e){this[we].length=+e;return this}}const Ce=AxiosTransformStream;const{asyncIterator:Ie}=Symbol;const readBlob=async function*(e){if(e.stream){yield*e.stream()}else if(e.arrayBuffer){yield await e.arrayBuffer()}else if(e[Ie]){yield*e[Ie]()}else{yield e}};const xe=readBlob;const ke=ie.ALPHABET.ALPHA_DIGIT+"-_";const Ne=new u.TextEncoder;const Oe="\r\n";const Te=Ne.encode(Oe);const Ee=2;class FormDataPart{constructor(e,i){const{escapeName:n}=this.constructor;const s=ie.isString(i);let r=`Content-Disposition: form-data; name="${n(e)}"${!s&&i.name?`; filename="${n(i.name)}"`:""}${Oe}`;if(s){i=Ne.encode(String(i).replace(/\r?\n|\r\n?/g,Oe))}else{r+=`Content-Type: ${i.type||"application/octet-stream"}${Oe}`}this.headers=Ne.encode(r+Oe);this.contentLength=s?i.byteLength:i.size;this.size=this.headers.byteLength+this.contentLength+Ee;this.name=e;this.value=i}async*encode(){yield this.headers;const{value:e}=this;if(ie.isTypedArray(e)){yield e}else{yield*xe(e)}yield Te}static escapeName(e){return String(e).replace(/[\r\n"]/g,(e=>({"\r":"%0D","\n":"%0A",'"':"%22"}[e])))}}const formDataToStream=(e,i,n)=>{const{tag:s="form-data-boundary",size:r=25,boundary:o=s+"-"+ie.generateString(r,ke)}=n||{};if(!ie.isFormData(e)){throw TypeError("FormData instance required")}if(o.length<1||o.length>70){throw Error("boundary must be 10-70 characters long")}const a=Ne.encode("--"+o+Oe);const c=Ne.encode("--"+o+"--"+Oe+Oe);let u=c.byteLength;const f=Array.from(e.entries()).map((([e,i])=>{const n=new FormDataPart(e,i);u+=n.size;return n}));u+=a.byteLength*f.length;u=ie.toFiniteNumber(u);const _={"Content-Type":`multipart/form-data; boundary=${o}`};if(Number.isFinite(u)){_["Content-Length"]=u}i&&i(_);return g.Readable.from(async function*(){for(const e of f){yield a;yield*e.encode()}yield c}())};const Le=formDataToStream;class ZlibHeaderTransformStream extends N["default"].Transform{__transform(e,i,n){this.push(e);n()}_transform(e,i,n){if(e.length!==0){this._transform=this.__transform;if(e[0]!==120){const e=Buffer.alloc(2);e[0]=120;e[1]=156;this.push(e,i)}}this.__transform(e,i,n)}}const Me=ZlibHeaderTransformStream;const callbackify=(e,i)=>ie.isAsyncFn(e)?function(...n){const s=n.pop();e.apply(this,n).then((e=>{try{i?s(null,...i(e)):s(null,e)}catch(e){s(e)}}),s)}:e;const Ae=callbackify;const Re={flush:k["default"].constants.Z_SYNC_FLUSH,finishFlush:k["default"].constants.Z_SYNC_FLUSH};const De={flush:k["default"].constants.BROTLI_OPERATION_FLUSH,finishFlush:k["default"].constants.BROTLI_OPERATION_FLUSH};const Ue=ie.isFunction(k["default"].createBrotliDecompress);const{http:Je,https:Fe}=x["default"];const Ve=/https:?/;const qe=fe.protocols.map((e=>e+":"));function dispatchBeforeRedirect(e){if(e.beforeRedirects.proxy){e.beforeRedirects.proxy(e)}if(e.beforeRedirects.config){e.beforeRedirects.config(e)}}function setProxy(e,i,n){let s=i;if(!s&&s!==false){const e=o.getProxyForUrl(n);if(e){s=new URL(e)}}if(s){if(s.username){s.auth=(s.username||"")+":"+(s.password||"")}if(s.auth){if(s.auth.username||s.auth.password){s.auth=(s.auth.username||"")+":"+(s.auth.password||"")}const i=Buffer.from(s.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+i}e.headers.host=e.hostname+(e.port?":"+e.port:"");const i=s.hostname||s.host;e.hostname=i;e.host=i;e.port=s.port;e.path=n;if(s.protocol){e.protocol=s.protocol.includes(":")?s.protocol:`${s.protocol}:`}}e.beforeRedirects.proxy=function beforeRedirect(e){setProxy(e,i,e.href)}}const je=typeof process!=="undefined"&&ie.kindOf(process)==="process";const wrapAsync=e=>new Promise(((i,n)=>{let s;let r;const done=(e,i)=>{if(r)return;r=true;s&&s(e,i)};const _resolve=e=>{done(e);i(e)};const _reject=e=>{done(e,true);n(e)};e(_resolve,_reject,(e=>s=e)).catch(_reject)}));const resolveFamily=({address:e,family:i})=>{if(!ie.isString(e)){throw TypeError("address must be a string")}return{address:e,family:i||(e.indexOf(".")<0?6:4)}};const buildAddressEntry=(e,i)=>resolveFamily(ie.isObject(e)?e:{address:e,family:i});const ze=je&&function httpAdapter(e){return wrapAsync((async function dispatchHttpRequest(i,n,s){let{data:r,lookup:o,family:a}=e;const{responseType:c,responseEncoding:u}=e;const f=e.method.toUpperCase();let _;let g=false;let v;if(o){const e=Ae(o,(e=>ie.isArray(e)?e:[e]));o=(i,n,s)=>{e(i,n,((e,i,r)=>{const o=ie.isArray(i)?i.map((e=>buildAddressEntry(e))):[buildAddressEntry(i,r)];n.all?s(e,o):s(e,o[0].address,o[0].family)}))}}const S=new O["default"];const onFinished=()=>{if(e.cancelToken){e.cancelToken.unsubscribe(abort)}if(e.signal){e.signal.removeEventListener("abort",abort)}S.removeAllListeners()};s(((e,i)=>{_=true;if(i){g=true;onFinished()}}));function abort(i){S.emit("abort",!i||i.type?new CanceledError(null,e,v):i)}S.once("abort",n);if(e.cancelToken||e.signal){e.cancelToken&&e.cancelToken.subscribe(abort);if(e.signal){e.signal.aborted?abort():e.signal.addEventListener("abort",abort)}}const b=buildFullPath(e.baseURL,e.url);const x=new URL(b,"http://localhost");const T=x.protocol||qe[0];if(T==="data:"){let s;if(f!=="GET"){return settle(i,n,{status:405,statusText:"method not allowed",headers:{},config:e})}try{s=fromDataURI(e.url,c==="blob",{Blob:e.env&&e.env.Blob})}catch(i){throw AxiosError.from(i,AxiosError.ERR_BAD_REQUEST,e)}if(c==="text"){s=s.toString(u);if(!u||u==="utf8"){s=ie.stripBOM(s)}}else if(c==="stream"){s=N["default"].Readable.from(s)}return settle(i,n,{data:s,status:200,statusText:"OK",headers:new be,config:e})}if(qe.indexOf(T)===-1){return n(new AxiosError("Unsupported protocol "+T,AxiosError.ERR_BAD_REQUEST,e))}const E=be.from(e.headers).normalize();E.set("User-Agent","axios/"+ye,false);const L=e.onDownloadProgress;const A=e.onUploadProgress;const R=e.maxRate;let U=undefined;let J=undefined;if(ie.isSpecCompliantForm(r)){const e=E.getContentType(/boundary=([-_\w\d]{10,70})/i);r=Le(r,(e=>{E.set(e)}),{tag:`axios-${ye}-boundary`,boundary:e&&e[1]||undefined})}else if(ie.isFormData(r)&&ie.isFunction(r.getHeaders)){E.set(r.getHeaders());if(!E.hasContentLength()){try{const e=await I["default"].promisify(r.getLength).call(r);Number.isFinite(e)&&e>=0&&E.setContentLength(e)}catch(e){}}}else if(ie.isBlob(r)){r.size&&E.setContentType(r.type||"application/octet-stream");E.setContentLength(r.size||0);r=N["default"].Readable.from(xe(r))}else if(r&&!ie.isStream(r)){if(Buffer.isBuffer(r));else if(ie.isArrayBuffer(r)){r=Buffer.from(new Uint8Array(r))}else if(ie.isString(r)){r=Buffer.from(r,"utf-8")}else{return n(new AxiosError("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",AxiosError.ERR_BAD_REQUEST,e))}E.setContentLength(r.length,false);if(e.maxBodyLength>-1&&r.length>e.maxBodyLength){return n(new AxiosError("Request body larger than maxBodyLength limit",AxiosError.ERR_BAD_REQUEST,e))}}const F=ie.toFiniteNumber(E.getContentLength());if(ie.isArray(R)){U=R[0];J=R[1]}else{U=J=R}if(r&&(A||U)){if(!ie.isStream(r)){r=N["default"].Readable.from(r,{objectMode:false})}r=N["default"].pipeline([r,new Ce({length:F,maxRate:ie.toFiniteNumber(U)})],ie.noop);A&&r.on("progress",(e=>{A(Object.assign(e,{upload:true}))}))}let V=undefined;if(e.auth){const i=e.auth.username||"";const n=e.auth.password||"";V=i+":"+n}if(!V&&x.username){const e=x.username;const i=x.password;V=e+":"+i}V&&E.delete("authorization");let q;try{q=buildURL(x.pathname+x.search,e.params,e.paramsSerializer).replace(/^\?/,"")}catch(i){const s=new Error(i.message);s.config=e;s.url=e.url;s.exists=true;return n(s)}E.set("Accept-Encoding","gzip, compress, deflate"+(Ue?", br":""),false);const j={path:q,method:f,headers:E.toJSON(),agents:{http:e.httpAgent,https:e.httpsAgent},auth:V,protocol:T,family:a,beforeRedirect:dispatchBeforeRedirect,beforeRedirects:{}};!ie.isUndefined(o)&&(j.lookup=o);if(e.socketPath){j.socketPath=e.socketPath}else{j.hostname=x.hostname;j.port=x.port;setProxy(j,e.proxy,T+"//"+x.hostname+(x.port?":"+x.port:"")+j.path)}let z;const B=Ve.test(j.protocol);j.agent=B?e.httpsAgent:e.httpAgent;if(e.transport){z=e.transport}else if(e.maxRedirects===0){z=B?C["default"]:P["default"]}else{if(e.maxRedirects){j.maxRedirects=e.maxRedirects}if(e.beforeRedirect){j.beforeRedirects.config=e.beforeRedirect}z=B?Fe:Je}if(e.maxBodyLength>-1){j.maxBodyLength=e.maxBodyLength}else{j.maxBodyLength=Infinity}if(e.insecureHTTPParser){j.insecureHTTPParser=e.insecureHTTPParser}v=z.request(j,(function handleResponse(s){if(v.destroyed)return;const r=[s];const o=+s.headers["content-length"];if(L){const e=new Ce({length:ie.toFiniteNumber(o),maxRate:ie.toFiniteNumber(J)});L&&e.on("progress",(e=>{L(Object.assign(e,{download:true}))}));r.push(e)}let a=s;const _=s.req||v;if(e.decompress!==false&&s.headers["content-encoding"]){if(f==="HEAD"||s.statusCode===204){delete s.headers["content-encoding"]}switch((s.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":r.push(k["default"].createUnzip(Re));delete s.headers["content-encoding"];break;case"deflate":r.push(new Me);r.push(k["default"].createUnzip(Re));delete s.headers["content-encoding"];break;case"br":if(Ue){r.push(k["default"].createBrotliDecompress(De));delete s.headers["content-encoding"]}}}a=r.length>1?N["default"].pipeline(r,ie.noop):r[0];const b=N["default"].finished(a,(()=>{b();onFinished()}));const P={status:s.statusCode,statusText:s.statusMessage,headers:new be(s.headers),config:e,request:_};if(c==="stream"){P.data=a;settle(i,n,P)}else{const s=[];let r=0;a.on("data",(function handleStreamData(i){s.push(i);r+=i.length;if(e.maxContentLength>-1&&r>e.maxContentLength){g=true;a.destroy();n(new AxiosError("maxContentLength size of "+e.maxContentLength+" exceeded",AxiosError.ERR_BAD_RESPONSE,e,_))}}));a.on("aborted",(function handlerStreamAborted(){if(g){return}const i=new AxiosError("maxContentLength size of "+e.maxContentLength+" exceeded",AxiosError.ERR_BAD_RESPONSE,e,_);a.destroy(i);n(i)}));a.on("error",(function handleStreamError(i){if(v.destroyed)return;n(AxiosError.from(i,null,e,_))}));a.on("end",(function handleStreamEnd(){try{let e=s.length===1?s[0]:Buffer.concat(s);if(c!=="arraybuffer"){e=e.toString(u);if(!u||u==="utf8"){e=ie.stripBOM(e)}}P.data=e}catch(i){return n(AxiosError.from(i,null,e,P.request,P))}settle(i,n,P)}))}S.once("abort",(e=>{if(!a.destroyed){a.emit("error",e);a.destroy()}}))}));S.once("abort",(e=>{n(e);v.destroy(e)}));v.on("error",(function handleRequestError(i){n(AxiosError.from(i,null,e,v))}));v.on("socket",(function handleRequestSocket(e){e.setKeepAlive(true,1e3*60)}));if(e.timeout){const i=parseInt(e.timeout,10);if(Number.isNaN(i)){n(new AxiosError("error trying to parse `config.timeout` to int",AxiosError.ERR_BAD_OPTION_VALUE,e,v));return}v.setTimeout(i,(function handleRequestTimeout(){if(_)return;let i=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const s=e.transitional||ce;if(e.timeoutErrorMessage){i=e.timeoutErrorMessage}n(new AxiosError(i,s.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,e,v));abort()}))}if(ie.isStream(r)){let i=false;let n=false;r.on("end",(()=>{i=true}));r.once("error",(e=>{n=true;v.destroy(e)}));r.on("close",(()=>{if(!i&&!n){abort(new CanceledError("Request stream has been aborted",e,v))}}));r.pipe(v)}else{v.end(r)}}))};const Be=fe.hasStandardBrowserEnv?{write(e,i,n,s,r,o){const a=[e+"="+encodeURIComponent(i)];ie.isNumber(n)&&a.push("expires="+new Date(n).toGMTString());ie.isString(s)&&a.push("path="+s);ie.isString(r)&&a.push("domain="+r);o===true&&a.push("secure");document.cookie=a.join("; ")},read(e){const i=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return i?decodeURIComponent(i[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};const $e=fe.hasStandardBrowserEnv?function standardBrowserEnv(){const e=/(msie|trident)/i.test(navigator.userAgent);const i=document.createElement("a");let n;function resolveURL(n){let s=n;if(e){i.setAttribute("href",s);s=i.href}i.setAttribute("href",s);return{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:i.pathname.charAt(0)==="/"?i.pathname:"/"+i.pathname}}n=resolveURL(window.location.href);return function isURLSameOrigin(e){const i=ie.isString(e)?resolveURL(e):e;return i.protocol===n.protocol&&i.host===n.host}}():function nonStandardBrowserEnv(){return function isURLSameOrigin(){return true}}();function progressEventReducer(e,i){let n=0;const s=speedometer(50,250);return r=>{const o=r.loaded;const a=r.lengthComputable?r.total:undefined;const c=o-n;const u=s(c);const f=o<=a;n=o;const _={loaded:o,total:a,progress:a?o/a:undefined,bytes:c,rate:u?u:undefined,estimated:u&&a&&f?(a-o)/u:undefined,event:r};_[i?"download":"upload"]=true;e(_)}}const We=typeof XMLHttpRequest!=="undefined";const He=We&&function(e){return new Promise((function dispatchXhrRequest(i,n){let s=e.data;const r=be.from(e.headers).normalize();let{responseType:o,withXSRFToken:a}=e;let c;function done(){if(e.cancelToken){e.cancelToken.unsubscribe(c)}if(e.signal){e.signal.removeEventListener("abort",c)}}let u;if(ie.isFormData(s)){if(fe.hasStandardBrowserEnv||fe.hasStandardBrowserWebWorkerEnv){r.setContentType(false)}else if((u=r.getContentType())!==false){const[e,...i]=u?u.split(";").map((e=>e.trim())).filter(Boolean):[];r.setContentType([e||"multipart/form-data",...i].join("; "))}}let f=new XMLHttpRequest;if(e.auth){const i=e.auth.username||"";const n=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";r.set("Authorization","Basic "+btoa(i+":"+n))}const _=buildFullPath(e.baseURL,e.url);f.open(e.method.toUpperCase(),buildURL(_,e.params,e.paramsSerializer),true);f.timeout=e.timeout;function onloadend(){if(!f){return}const s=be.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders());const r=!o||o==="text"||o==="json"?f.responseText:f.response;const a={data:r,status:f.status,statusText:f.statusText,headers:s,config:e,request:f};settle((function _resolve(e){i(e);done()}),(function _reject(e){n(e);done()}),a);f=null}if("onloadend"in f){f.onloadend=onloadend}else{f.onreadystatechange=function handleLoad(){if(!f||f.readyState!==4){return}if(f.status===0&&!(f.responseURL&&f.responseURL.indexOf("file:")===0)){return}setTimeout(onloadend)}}f.onabort=function handleAbort(){if(!f){return}n(new AxiosError("Request aborted",AxiosError.ECONNABORTED,e,f));f=null};f.onerror=function handleError(){n(new AxiosError("Network Error",AxiosError.ERR_NETWORK,e,f));f=null};f.ontimeout=function handleTimeout(){let i=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const s=e.transitional||ce;if(e.timeoutErrorMessage){i=e.timeoutErrorMessage}n(new AxiosError(i,s.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,e,f));f=null};if(fe.hasStandardBrowserEnv){a&&ie.isFunction(a)&&(a=a(e));if(a||a!==false&&$e(_)){const i=e.xsrfHeaderName&&e.xsrfCookieName&&Be.read(e.xsrfCookieName);if(i){r.set(e.xsrfHeaderName,i)}}}s===undefined&&r.setContentType(null);if("setRequestHeader"in f){ie.forEach(r.toJSON(),(function setRequestHeader(e,i){f.setRequestHeader(i,e)}))}if(!ie.isUndefined(e.withCredentials)){f.withCredentials=!!e.withCredentials}if(o&&o!=="json"){f.responseType=e.responseType}if(typeof e.onDownloadProgress==="function"){f.addEventListener("progress",progressEventReducer(e.onDownloadProgress,true))}if(typeof e.onUploadProgress==="function"&&f.upload){f.upload.addEventListener("progress",progressEventReducer(e.onUploadProgress))}if(e.cancelToken||e.signal){c=i=>{if(!f){return}n(!i||i.type?new CanceledError(null,e,f):i);f.abort();f=null};e.cancelToken&&e.cancelToken.subscribe(c);if(e.signal){e.signal.aborted?c():e.signal.addEventListener("abort",c)}}const g=parseProtocol(_);if(g&&fe.protocols.indexOf(g)===-1){n(new AxiosError("Unsupported protocol "+g+":",AxiosError.ERR_BAD_REQUEST,e));return}f.send(s||null)}))};const Ke={http:ze,xhr:He};ie.forEach(Ke,((e,i)=>{if(e){try{Object.defineProperty(e,"name",{value:i})}catch(e){}Object.defineProperty(e,"adapterName",{value:i})}}));const renderReason=e=>`- ${e}`;const isResolvedHandle=e=>ie.isFunction(e)||e===null||e===false;const Qe={getAdapter:e=>{e=ie.isArray(e)?e:[e];const{length:i}=e;let n;let s;const r={};for(let o=0;o`adapter ${e} `+(i===false?"is not supported by the environment":"is not available in the build")));let n=i?e.length>1?"since :\n"+e.map(renderReason).join("\n"):" "+renderReason(e[0]):"as no adapter specified";throw new AxiosError(`There is no suitable adapter to dispatch the request `+n,"ERR_NOT_SUPPORT")}return s},adapters:Ke};function throwIfCancellationRequested(e){if(e.cancelToken){e.cancelToken.throwIfRequested()}if(e.signal&&e.signal.aborted){throw new CanceledError(null,e)}}function dispatchRequest(e){throwIfCancellationRequested(e);e.headers=be.from(e.headers);e.data=transformData.call(e,e.transformRequest);if(["post","put","patch"].indexOf(e.method)!==-1){e.headers.setContentType("application/x-www-form-urlencoded",false)}const i=Qe.getAdapter(e.adapter||ge.adapter);return i(e).then((function onAdapterResolution(i){throwIfCancellationRequested(e);i.data=transformData.call(e,e.transformResponse,i);i.headers=be.from(i.headers);return i}),(function onAdapterRejection(i){if(!isCancel(i)){throwIfCancellationRequested(e);if(i&&i.response){i.response.data=transformData.call(e,e.transformResponse,i.response);i.response.headers=be.from(i.response.headers)}}return Promise.reject(i)}))}const headersToObject=e=>e instanceof be?e.toJSON():e;function mergeConfig(e,i){i=i||{};const n={};function getMergedValue(e,i,n){if(ie.isPlainObject(e)&&ie.isPlainObject(i)){return ie.merge.call({caseless:n},e,i)}else if(ie.isPlainObject(i)){return ie.merge({},i)}else if(ie.isArray(i)){return i.slice()}return i}function mergeDeepProperties(e,i,n){if(!ie.isUndefined(i)){return getMergedValue(e,i,n)}else if(!ie.isUndefined(e)){return getMergedValue(undefined,e,n)}}function valueFromConfig2(e,i){if(!ie.isUndefined(i)){return getMergedValue(undefined,i)}}function defaultToConfig2(e,i){if(!ie.isUndefined(i)){return getMergedValue(undefined,i)}else if(!ie.isUndefined(e)){return getMergedValue(undefined,e)}}function mergeDirectKeys(n,s,r){if(r in i){return getMergedValue(n,s)}else if(r in e){return getMergedValue(undefined,n)}}const s={url:valueFromConfig2,method:valueFromConfig2,data:valueFromConfig2,baseURL:defaultToConfig2,transformRequest:defaultToConfig2,transformResponse:defaultToConfig2,paramsSerializer:defaultToConfig2,timeout:defaultToConfig2,timeoutMessage:defaultToConfig2,withCredentials:defaultToConfig2,withXSRFToken:defaultToConfig2,adapter:defaultToConfig2,responseType:defaultToConfig2,xsrfCookieName:defaultToConfig2,xsrfHeaderName:defaultToConfig2,onUploadProgress:defaultToConfig2,onDownloadProgress:defaultToConfig2,decompress:defaultToConfig2,maxContentLength:defaultToConfig2,maxBodyLength:defaultToConfig2,beforeRedirect:defaultToConfig2,transport:defaultToConfig2,httpAgent:defaultToConfig2,httpsAgent:defaultToConfig2,cancelToken:defaultToConfig2,socketPath:defaultToConfig2,responseEncoding:defaultToConfig2,validateStatus:mergeDirectKeys,headers:(e,i)=>mergeDeepProperties(headersToObject(e),headersToObject(i),true)};ie.forEach(Object.keys(Object.assign({},e,i)),(function computeConfigValue(r){const o=s[r]||mergeDeepProperties;const a=o(e[r],i[r],r);ie.isUndefined(a)&&o!==mergeDirectKeys||(n[r]=a)}));return n}const Ge={};["object","boolean","number","function","string","symbol"].forEach(((e,i)=>{Ge[e]=function validator(n){return typeof n===e||"a"+(i<1?"n ":" ")+e}}));const Xe={};Ge.transitional=function transitional(e,i,n){function formatMessage(e,i){return"[Axios v"+ye+"] Transitional option '"+e+"'"+i+(n?". "+n:"")}return(n,s,r)=>{if(e===false){throw new AxiosError(formatMessage(s," has been removed"+(i?" in "+i:"")),AxiosError.ERR_DEPRECATED)}if(i&&!Xe[s]){Xe[s]=true;console.warn(formatMessage(s," has been deprecated since v"+i+" and will be removed in the near future"))}return e?e(n,s,r):true}};function assertOptions(e,i,n){if(typeof e!=="object"){throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE)}const s=Object.keys(e);let r=s.length;while(r-- >0){const o=s[r];const a=i[o];if(a){const i=e[o];const n=i===undefined||a(i,o,e);if(n!==true){throw new AxiosError("option "+o+" must be "+n,AxiosError.ERR_BAD_OPTION_VALUE)}continue}if(n!==true){throw new AxiosError("Unknown option "+o,AxiosError.ERR_BAD_OPTION)}}}const Ye={assertOptions:assertOptions,validators:Ge};const Ze=Ye.validators;class Axios{constructor(e){this.defaults=e;this.interceptors={request:new ae,response:new ae}}request(e,i){if(typeof e==="string"){i=i||{};i.url=e}else{i=e||{}}i=mergeConfig(this.defaults,i);const{transitional:n,paramsSerializer:s,headers:r}=i;if(n!==undefined){Ye.assertOptions(n,{silentJSONParsing:Ze.transitional(Ze.boolean),forcedJSONParsing:Ze.transitional(Ze.boolean),clarifyTimeoutError:Ze.transitional(Ze.boolean)},false)}if(s!=null){if(ie.isFunction(s)){i.paramsSerializer={serialize:s}}else{Ye.assertOptions(s,{encode:Ze.function,serialize:Ze.function},true)}}i.method=(i.method||this.defaults.method||"get").toLowerCase();let o=r&&ie.merge(r.common,r[i.method]);r&&ie.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete r[e]}));i.headers=be.concat(o,r);const a=[];let c=true;this.interceptors.request.forEach((function unshiftRequestInterceptors(e){if(typeof e.runWhen==="function"&&e.runWhen(i)===false){return}c=c&&e.synchronous;a.unshift(e.fulfilled,e.rejected)}));const u=[];this.interceptors.response.forEach((function pushResponseInterceptors(e){u.push(e.fulfilled,e.rejected)}));let f;let _=0;let g;if(!c){const e=[dispatchRequest.bind(this),undefined];e.unshift.apply(e,a);e.push.apply(e,u);g=e.length;f=Promise.resolve(i);while(_{if(!n._listeners)return;let i=n._listeners.length;while(i-- >0){n._listeners[i](e)}n._listeners=null}));this.promise.then=e=>{let i;const s=new Promise((e=>{n.subscribe(e);i=e})).then(e);s.cancel=function reject(){n.unsubscribe(i)};return s};e((function cancel(e,s,r){if(n.reason){return}n.reason=new CanceledError(e,s,r);i(n.reason)}))}throwIfRequested(){if(this.reason){throw this.reason}}subscribe(e){if(this.reason){e(this.reason);return}if(this._listeners){this._listeners.push(e)}else{this._listeners=[e]}}unsubscribe(e){if(!this._listeners){return}const i=this._listeners.indexOf(e);if(i!==-1){this._listeners.splice(i,1)}}static source(){let e;const i=new CancelToken((function executor(i){e=i}));return{token:i,cancel:e}}}const tt=CancelToken;function spread(e){return function wrap(i){return e.apply(null,i)}}function isAxiosError(e){return ie.isObject(e)&&e.isAxiosError===true}const it={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(it).forEach((([e,i])=>{it[i]=e}));const nt=it;function createInstance(e){const i=new et(e);const n=bind(et.prototype.request,i);ie.extend(n,et.prototype,i,{allOwnKeys:true});ie.extend(n,i,null,{allOwnKeys:true});n.create=function create(i){return createInstance(mergeConfig(e,i))};return n}const st=createInstance(ge);st.Axios=et;st.CanceledError=CanceledError;st.CancelToken=tt;st.isCancel=isCancel;st.VERSION=ye;st.toFormData=toFormData;st.AxiosError=AxiosError;st.Cancel=st.CanceledError;st.all=function all(e){return Promise.all(e)};st.spread=spread;st.isAxiosError=isAxiosError;st.mergeConfig=mergeConfig;st.AxiosHeaders=be;st.formToJSON=e=>formDataToJSON(ie.isHTMLForm(e)?new FormData(e):e);st.getAdapter=Qe.getAdapter;st.HttpStatusCode=nt;st.default=st;e.exports=st},53765:e=>{"use strict";e.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/3gpphal+json":{"source":"iana","compressible":true},"application/3gpphalforms+json":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/ace+cbor":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/at+jwt":{"source":"iana"},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/captive+json":{"source":"iana","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/city+json":{"source":"iana","compressible":true},"application/clr":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true,"extensions":["cpl"]},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dash-patch+xml":{"source":"iana","compressible":true,"extensions":["mpp"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["es","ecma"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/elm+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/elm+xml":{"source":"iana","compressible":true},"application/emergencycalldata.cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/express":{"source":"iana","extensions":["exp"]},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/jscalendar+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true,"extensions":["mpf"]},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/missing-blocks+cbor-seq":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/oauth-authz-req+jwt":{"source":"iana"},"application/oblivious-dns-message":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{"source":"iana","compressible":true},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p21":{"source":"iana"},"application/p21+zip":{"source":"iana","compressible":false},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana","extensions":["asc"]},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.cyn":{"source":"iana","charset":"7-BIT"},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sarif+json":{"source":"iana","compressible":true},"application/sarif-external-properties+json":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spdx+json":{"source":"iana","compressible":true},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/token-introspection+jwt":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana","extensions":["trig"]},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ubjson":{"compressible":false,"extensions":["ubj"]},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true,"extensions":["td"]},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.5gnas":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gtpc":{"source":"iana"},"application/vnd.3gpp.interworking-data":{"source":"iana"},"application/vnd.3gpp.lpp":{"source":"iana"},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ngap":{"source":"iana"},"application/vnd.3gpp.pfcp":{"source":"iana"},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.s1ap":{"source":"iana"},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.cmoca-cmresource":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-cmtable":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.age":{"source":"iana","extensions":["age"]},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.arrow.file":{"source":"iana"},"application/vnd.apache.arrow.stream":{"source":"iana"},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["key"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.cryptomator.encrypted":{"source":"iana"},"application/vnd.cryptomator.vault":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.cyclonedx+json":{"source":"iana","compressible":true},"application/vnd.cyclonedx+xml":{"source":"iana","compressible":true},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.d3m-dataset":{"source":"iana"},"application/vnd.d3m-problem":{"source":"iana"},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana","extensions":["dbf"]},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.eclipse.ditto+json":{"source":"iana","compressible":true},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eu.kasparian.car+json":{"source":"iana","compressible":true},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.familysearch.gedcom+zip":{"source":"iana","compressible":false},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujifilm.fb.docuworks":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.container":{"source":"iana"},"application/vnd.fujifilm.fb.jfi+xml":{"source":"iana","compressible":true},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.slides":{"source":"iana"},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hl7cda+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hl7v2+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana","extensions":["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxar.archive.3tz+zip":{"source":"iana","compressible":false},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.nacamar.ybrid+json":{"source":"iana","compressible":true},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nebumind.line":{"source":"iana"},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+cbor":{"source":"iana"},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.opentimestamps.ots":{"source":"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana","extensions":["rar"]},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.resilient.logic":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.seis+json":{"source":"iana","compressible":true},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.sycle+xml":{"source":"iana","compressible":true},"application/vnd.syft+json":{"source":"iana","compressible":true},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veritone.aion+json":{"source":"iana","compressible":true},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.dpp":{"source":"iana"},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"source":"iana","compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true,"extensions":["wif"]},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-iwork-keynote-sffkey":{"extensions":["key"]},"application/x-iwork-numbers-sffnumbers":{"extensions":["numbers"]},"application/x-iwork-pages-sffpages":{"extensions":["pages"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xsl","xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana","extensions":["amr"]},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx","opus"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/scip":{"source":"iana"},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sofa":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/tsvcis":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana","extensions":["avci"]},"image/avcs":{"source":"iana","extensions":["avcs"]},"image/avif":{"source":"iana","compressible":false,"extensions":["avif"]},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/ktx2":{"source":"iana","extensions":["ktx2"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","compressible":true,"extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"compressible":true,"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.pco.b16":{"source":"iana","extensions":["b16"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/e57":{"source":"iana"},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/step":{"source":"iana"},"model/step+xml":{"source":"iana","compressible":true,"extensions":["stpx"]},"model/step+zip":{"source":"iana","compressible":false,"extensions":["stpz"]},"model/step-xml+zip":{"source":"iana","compressible":false,"extensions":["stpxz"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.pytha.pyox":{"source":"iana"},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.sap.vds":{"source":"iana","extensions":["vds"]},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/cql":{"source":"iana"},"text/cql-expression":{"source":"iana"},"text/cql-identifier":{"source":"iana"},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fhirpath":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/gff3":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shaclc":{"source":"iana"},"text/shex":{"source":"iana","extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/spdx":{"source":"iana","extensions":["spdx"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.familysearch.gedcom":{"source":"iana","extensions":["ged"]},"text/vnd.ficlab.flt":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hans":{"source":"iana"},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sosi":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","charset":"UTF-8","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana","charset":"UTF-8"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"compressible":true,"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/av1":{"source":"iana"},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/ffv1":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana","extensions":["m4s"]},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/jxsv":{"source":"iana"},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/scip":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/vp9":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')},99457:e=>{"use strict";e.exports=JSON.parse('{"name":"twilio","description":"A Twilio helper library","version":"4.23.0","author":"API Team ","contributors":[{"name":"twilio-node contributors","url":"https://github.com/twilio/twilio-node/graphs/contributors"}],"keywords":["twilio","sms","rest","api"],"repository":{"type":"git","url":"https://github.com/twilio/twilio-node.git"},"dependencies":{"axios":"^1.6.0","dayjs":"^1.11.9","https-proxy-agent":"^5.0.0","jsonwebtoken":"^9.0.0","qs":"^6.9.4","scmp":"^2.1.0","url-parse":"^1.5.9","xmlbuilder":"^13.0.2"},"devDependencies":{"@babel/preset-env":"^7.23.0","@babel/preset-typescript":"^7.18.6","@types/jest":"^29.5.5","@types/jsonwebtoken":"^9.0.0","@types/node":"^18.11.18","@types/qs":"^6.9.7","@types/url-parse":"^1.4.8","babel-plugin-replace-ts-export-assignment":"^0.0.2","eslint":"^8.31.0","express":"^4.17.1","jest":"^29.5.5","jshint":"^2.11.0","mock-fs":"^5.2.0","nock":"^13.2.9","node-mocks-http":"^1.8.1","prettier":"^2.7.1","ts-jest":"^29.1.1","typescript":"^4.7.2","typedoc":"^0.23.21"},"scripts":{"test":"npm run test:javascript && npm run test:typescript","test:javascript":"jest spec --coverage --detectOpenHandles --testPathIgnorePatterns=spec/cluster","test:typescript":"tsc --noEmit","jshint":"jshint src/rest/** src/base/** src/http/**","jscs":"eslint src/base/**/**.js src/http/**/**.js --fix","prepublish":"npm run build","build":"tsc","check":"npm run jshint && npm run jscs","ci":"npm run test && npm run nsp && npm run prettier-check","nsp":"npm audit --production","prettier":"prettier --write .","prettier-check":"prettier --check .","typedoc":"typedoc --entryPointStrategy expand src --out docs --logLevel Error"},"files":["lib","index.js","index.d.ts"],"main":"./lib","types":"./index.d.ts","engines":{"node":">=14.0"},"license":"MIT"}')}};var i={};function __nccwpck_require__(n){var s=i[n];if(s!==undefined){return s.exports}var r=i[n]={id:n,loaded:false,exports:{}};var o=true;try{e[n].call(r.exports,r,r.exports,__nccwpck_require__);o=false}finally{if(o)delete i[n]}r.loaded=true;return r.exports}(()=>{__nccwpck_require__.nmd=e=>{e.paths=[];if(!e.children)e.children=[];return e}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var n={};(()=>{const e=__nccwpck_require__(42186);const{TwilioClient:i}=__nccwpck_require__(37862);const n=new i(e.getInput("twilio_account_sid"),e.getInput("twilio_auth_token"),e.getInput("twilio_log_level"));(async()=>{try{await n.call(e.getInput("voice"),e.getInput("text"),e.getInput("from"),e.getInput("to"))}catch({message:i}){e.setFailed(i)}})()})();module.exports=n})(); \ No newline at end of file diff --git a/package.json b/package.json index 289a89d..01728c0 100644 --- a/package.json +++ b/package.json @@ -28,16 +28,16 @@ "dependencies": { "@actions/core": "1.10.1", "@actions/github": "6.0.0", - "twilio": "4.20.0" + "twilio": "4.23.0" }, "devDependencies": { "@microsoft/eslint-formatter-sarif": "3.0.0", "@vercel/ncc": "0.38.1", - "eslint": "8.56.0", + "eslint": "8.57.0", "eslint-config-google": "0.14.0", - "mocha": "10.2.0", + "mocha": "10.3.0", "mocha-param": "2.0.1", "nyc": "15.1.0" }, - "packageManager": "yarn@4.0.2" + "packageManager": "yarn@4.1.0" } diff --git a/yarn.lock b/yarn.lock index d4d69ed..62fe6a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8,7 +8,7 @@ __metadata: "@aashutoshrathi/word-wrap@npm:^1.2.3": version: 1.2.6 resolution: "@aashutoshrathi/word-wrap@npm:1.2.6" - checksum: 6eebd12a5cd03cee38fcb915ef9f4ea557df6a06f642dfc7fe8eb4839eb5c9ca55a382f3604d52c14200b0c214c12af5e1f23d2a6d8e23ef2d016b105a9d6c0a + checksum: 10/6eebd12a5cd03cee38fcb915ef9f4ea557df6a06f642dfc7fe8eb4839eb5c9ca55a382f3604d52c14200b0c214c12af5e1f23d2a6d8e23ef2d016b105a9d6c0a languageName: node linkType: hard @@ -18,7 +18,7 @@ __metadata: dependencies: "@actions/http-client": "npm:^2.0.1" uuid: "npm:^8.3.2" - checksum: d32af783ecb07f25a0f190112ee8e749a4c4cb88327d6df756ea1dcee146ab413c0e651a9c949294f8202ced1436c049d7b469485431a5cc4491d66926ec8323 + checksum: 10/d32af783ecb07f25a0f190112ee8e749a4c4cb88327d6df756ea1dcee146ab413c0e651a9c949294f8202ced1436c049d7b469485431a5cc4491d66926ec8323 languageName: node linkType: hard @@ -30,7 +30,7 @@ __metadata: "@octokit/core": "npm:^5.0.1" "@octokit/plugin-paginate-rest": "npm:^9.0.0" "@octokit/plugin-rest-endpoint-methods": "npm:^10.0.0" - checksum: 81831a78377175d8825fc0b94247ff366c0e87ad1dfa48df9b30b8659506f216dcf1e2d3124fcd318839b92c24ba20165e238b3cc11a34db89c69c40825e9ccf + checksum: 10/81831a78377175d8825fc0b94247ff366c0e87ad1dfa48df9b30b8659506f216dcf1e2d3124fcd318839b92c24ba20165e238b3cc11a34db89c69c40825e9ccf languageName: node linkType: hard @@ -39,7 +39,7 @@ __metadata: resolution: "@actions/http-client@npm:2.1.0" dependencies: tunnel: "npm:^0.0.6" - checksum: 938fb20cb38d961d568f8f6e548673e8136cd526f7783ba67617482d7b94984fa490483e49a0a6e6bdda4621081c2291030edeb69eccbe29f80d034d8315f7e7 + checksum: 10/938fb20cb38d961d568f8f6e548673e8136cd526f7783ba67617482d7b94984fa490483e49a0a6e6bdda4621081c2291030edeb69eccbe29f80d034d8315f7e7 languageName: node linkType: hard @@ -49,7 +49,7 @@ __metadata: dependencies: tunnel: "npm:^0.0.6" undici: "npm:^5.25.4" - checksum: af2051e056b369d78073f3eddd04d838c27495ef7e8bc27b69a8409d7f8652c19b5b6c781a1560675094142bd2548cfa06b6e9a2454c70116007bd4f37cf0cd7 + checksum: 10/af2051e056b369d78073f3eddd04d838c27495ef7e8bc27b69a8409d7f8652c19b5b6c781a1560675094142bd2548cfa06b6e9a2454c70116007bd4f37cf0cd7 languageName: node linkType: hard @@ -59,7 +59,7 @@ __metadata: dependencies: "@jridgewell/gen-mapping": "npm:^0.1.0" "@jridgewell/trace-mapping": "npm:^0.3.9" - checksum: 503a58d6e9d645a20debd34fa8df79fb435a79a34b1d487b9ff0be9f20712b1594ce21da16b63af7db8a6b34472212572e53a55613a5a6b3134b23fc74843d04 + checksum: 10/503a58d6e9d645a20debd34fa8df79fb435a79a34b1d487b9ff0be9f20712b1594ce21da16b63af7db8a6b34472212572e53a55613a5a6b3134b23fc74843d04 languageName: node linkType: hard @@ -68,7 +68,7 @@ __metadata: resolution: "@babel/code-frame@npm:7.18.6" dependencies: "@babel/highlight": "npm:^7.18.6" - checksum: 195e2be3172d7684bf95cff69ae3b7a15a9841ea9d27d3c843662d50cdd7d6470fd9c8e64be84d031117e4a4083486effba39f9aef6bbb2c89f7f21bcfba33ba + checksum: 10/195e2be3172d7684bf95cff69ae3b7a15a9841ea9d27d3c843662d50cdd7d6470fd9c8e64be84d031117e4a4083486effba39f9aef6bbb2c89f7f21bcfba33ba languageName: node linkType: hard @@ -78,14 +78,14 @@ __metadata: dependencies: "@babel/highlight": "npm:^7.22.13" chalk: "npm:^2.4.2" - checksum: bf6ae6ba3a510adfda6a211b4a89b0f1c98ca1352b745c077d113f3b568141e0d44ce750b9ac2a80143ba5c8c4080c50fcfc1aa11d86e194ea6785f62520eb5a + checksum: 10/bf6ae6ba3a510adfda6a211b4a89b0f1c98ca1352b745c077d113f3b568141e0d44ce750b9ac2a80143ba5c8c4080c50fcfc1aa11d86e194ea6785f62520eb5a languageName: node linkType: hard "@babel/compat-data@npm:^7.20.5": version: 7.21.0 resolution: "@babel/compat-data@npm:7.21.0" - checksum: 6079fe5a037e563345efd4df72e8651f3bbdadc23e3c4b8c28fb628ec6ea600a63b0ae73bbd88d33b8fa972e3307b990b9c1593683fb4512a3dbda2ce77ba820 + checksum: 10/6079fe5a037e563345efd4df72e8651f3bbdadc23e3c4b8c28fb628ec6ea600a63b0ae73bbd88d33b8fa972e3307b990b9c1593683fb4512a3dbda2ce77ba820 languageName: node linkType: hard @@ -108,7 +108,7 @@ __metadata: gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.2" semver: "npm:^6.3.0" - checksum: 32dcca4d2a9168f63e38d66a2337135f7dcde874d6291ef133f5f27e1fdc83e3245a9ff34ada880921e23880d9c7850278ba56788bf31782c92a730f21504518 + checksum: 10/32dcca4d2a9168f63e38d66a2337135f7dcde874d6291ef133f5f27e1fdc83e3245a9ff34ada880921e23880d9c7850278ba56788bf31782c92a730f21504518 languageName: node linkType: hard @@ -120,7 +120,7 @@ __metadata: "@jridgewell/gen-mapping": "npm:^0.3.2" "@jridgewell/trace-mapping": "npm:^0.3.17" jsesc: "npm:^2.5.1" - checksum: 8bc7241df5a3a2766e5613f36c6f351a86eee61590ae3a5aea8cb532f647eb3d254f0a39d42eb097fe3dfc6e7dcddad30ca3e3c0f0234beb5d36464d64901f57 + checksum: 10/8bc7241df5a3a2766e5613f36c6f351a86eee61590ae3a5aea8cb532f647eb3d254f0a39d42eb097fe3dfc6e7dcddad30ca3e3c0f0234beb5d36464d64901f57 languageName: node linkType: hard @@ -132,7 +132,7 @@ __metadata: "@jridgewell/gen-mapping": "npm:^0.3.2" "@jridgewell/trace-mapping": "npm:^0.3.17" jsesc: "npm:^2.5.1" - checksum: bd1598bd356756065d90ce26968dd464ac2b915c67623f6f071fb487da5f9eb454031a380e20e7c9a7ce5c4a49d23be6cb9efde404952b0b3f3c0c3a9b73d68a + checksum: 10/bd1598bd356756065d90ce26968dd464ac2b915c67623f6f071fb487da5f9eb454031a380e20e7c9a7ce5c4a49d23be6cb9efde404952b0b3f3c0c3a9b73d68a languageName: node linkType: hard @@ -147,21 +147,21 @@ __metadata: semver: "npm:^6.3.0" peerDependencies: "@babel/core": ^7.0.0 - checksum: b9c8d8ff26e4b286a81ffa9d9c727b838d2c029563cb49d13b4180994624425c5616ae78de75eeead7bac7e30e0312741b3dd233268e78ce4ecd61eca1ef34f6 + checksum: 10/b9c8d8ff26e4b286a81ffa9d9c727b838d2c029563cb49d13b4180994624425c5616ae78de75eeead7bac7e30e0312741b3dd233268e78ce4ecd61eca1ef34f6 languageName: node linkType: hard "@babel/helper-environment-visitor@npm:^7.18.9": version: 7.18.9 resolution: "@babel/helper-environment-visitor@npm:7.18.9" - checksum: b25101f6162ddca2d12da73942c08ad203d7668e06663df685634a8fde54a98bc015f6f62938e8554457a592a024108d45b8f3e651fd6dcdb877275b73cc4420 + checksum: 10/b25101f6162ddca2d12da73942c08ad203d7668e06663df685634a8fde54a98bc015f6f62938e8554457a592a024108d45b8f3e651fd6dcdb877275b73cc4420 languageName: node linkType: hard "@babel/helper-environment-visitor@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-environment-visitor@npm:7.22.20" - checksum: d80ee98ff66f41e233f36ca1921774c37e88a803b2f7dca3db7c057a5fea0473804db9fb6729e5dbfd07f4bed722d60f7852035c2c739382e84c335661590b69 + checksum: 10/d80ee98ff66f41e233f36ca1921774c37e88a803b2f7dca3db7c057a5fea0473804db9fb6729e5dbfd07f4bed722d60f7852035c2c739382e84c335661590b69 languageName: node linkType: hard @@ -171,7 +171,7 @@ __metadata: dependencies: "@babel/template": "npm:^7.22.15" "@babel/types": "npm:^7.23.0" - checksum: 7b2ae024cd7a09f19817daf99e0153b3bf2bc4ab344e197e8d13623d5e36117ed0b110914bc248faa64e8ccd3e97971ec7b41cc6fd6163a2b980220c58dcdf6d + checksum: 10/7b2ae024cd7a09f19817daf99e0153b3bf2bc4ab344e197e8d13623d5e36117ed0b110914bc248faa64e8ccd3e97971ec7b41cc6fd6163a2b980220c58dcdf6d languageName: node linkType: hard @@ -180,7 +180,7 @@ __metadata: resolution: "@babel/helper-hoist-variables@npm:7.22.5" dependencies: "@babel/types": "npm:^7.22.5" - checksum: 394ca191b4ac908a76e7c50ab52102669efe3a1c277033e49467913c7ed6f7c64d7eacbeabf3bed39ea1f41731e22993f763b1edce0f74ff8563fd1f380d92cc + checksum: 10/394ca191b4ac908a76e7c50ab52102669efe3a1c277033e49467913c7ed6f7c64d7eacbeabf3bed39ea1f41731e22993f763b1edce0f74ff8563fd1f380d92cc languageName: node linkType: hard @@ -189,7 +189,7 @@ __metadata: resolution: "@babel/helper-module-imports@npm:7.18.6" dependencies: "@babel/types": "npm:^7.18.6" - checksum: 75b0d510271c2d220c426ec1174666febbe8ce520e66f99f87e8944acddaf5d1e88167fe500a1c8e46a770a5cb916e566d3b514ec0af6cbdac93089ed8200716 + checksum: 10/75b0d510271c2d220c426ec1174666febbe8ce520e66f99f87e8944acddaf5d1e88167fe500a1c8e46a770a5cb916e566d3b514ec0af6cbdac93089ed8200716 languageName: node linkType: hard @@ -205,7 +205,7 @@ __metadata: "@babel/template": "npm:^7.20.7" "@babel/traverse": "npm:^7.21.2" "@babel/types": "npm:^7.21.2" - checksum: 5c02086d20cdfa327baceaba3e4ffdf4f6a15f1f6ce061842d5e37159d9e83b62af17bb23af8646cf9bda60bad62a5bbfb33d3057ae56c554e2dc5d489679f68 + checksum: 10/5c02086d20cdfa327baceaba3e4ffdf4f6a15f1f6ce061842d5e37159d9e83b62af17bb23af8646cf9bda60bad62a5bbfb33d3057ae56c554e2dc5d489679f68 languageName: node linkType: hard @@ -214,7 +214,7 @@ __metadata: resolution: "@babel/helper-simple-access@npm:7.20.2" dependencies: "@babel/types": "npm:^7.20.2" - checksum: ce313e315123b4e4db1ad61a3e7695aa002ed4d544e69df545386ff11315f9677b8b2728ab543e93ede35fc8854c95be29c4982285d5bf8518cdee55ee444b82 + checksum: 10/ce313e315123b4e4db1ad61a3e7695aa002ed4d544e69df545386ff11315f9677b8b2728ab543e93ede35fc8854c95be29c4982285d5bf8518cdee55ee444b82 languageName: node linkType: hard @@ -223,7 +223,7 @@ __metadata: resolution: "@babel/helper-split-export-declaration@npm:7.18.6" dependencies: "@babel/types": "npm:^7.18.6" - checksum: c6d3dede53878f6be1d869e03e9ffbbb36f4897c7cc1527dc96c56d127d834ffe4520a6f7e467f5b6f3c2843ea0e81a7819d66ae02f707f6ac057f3d57943a2b + checksum: 10/c6d3dede53878f6be1d869e03e9ffbbb36f4897c7cc1527dc96c56d127d834ffe4520a6f7e467f5b6f3c2843ea0e81a7819d66ae02f707f6ac057f3d57943a2b languageName: node linkType: hard @@ -232,42 +232,42 @@ __metadata: resolution: "@babel/helper-split-export-declaration@npm:7.22.6" dependencies: "@babel/types": "npm:^7.22.5" - checksum: e141cace583b19d9195f9c2b8e17a3ae913b7ee9b8120246d0f9ca349ca6f03cb2c001fd5ec57488c544347c0bb584afec66c936511e447fd20a360e591ac921 + checksum: 10/e141cace583b19d9195f9c2b8e17a3ae913b7ee9b8120246d0f9ca349ca6f03cb2c001fd5ec57488c544347c0bb584afec66c936511e447fd20a360e591ac921 languageName: node linkType: hard "@babel/helper-string-parser@npm:^7.19.4": version: 7.19.4 resolution: "@babel/helper-string-parser@npm:7.19.4" - checksum: 05d428ed8111a2393a69f5ac2f075554d8d61ed3ffc885b62a1829ef25c2eaa7c53e69d0d35e658c995755dc916aeb4c8c04fe51391758ea4b86c931111ebbc2 + checksum: 10/05d428ed8111a2393a69f5ac2f075554d8d61ed3ffc885b62a1829ef25c2eaa7c53e69d0d35e658c995755dc916aeb4c8c04fe51391758ea4b86c931111ebbc2 languageName: node linkType: hard "@babel/helper-string-parser@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-string-parser@npm:7.22.5" - checksum: 7f275a7f1a9504da06afc33441e219796352a4a3d0288a961bc14d1e30e06833a71621b33c3e60ee3ac1ff3c502d55e392bcbc0665f6f9d2629809696fab7cdd + checksum: 10/7f275a7f1a9504da06afc33441e219796352a4a3d0288a961bc14d1e30e06833a71621b33c3e60ee3ac1ff3c502d55e392bcbc0665f6f9d2629809696fab7cdd languageName: node linkType: hard "@babel/helper-validator-identifier@npm:^7.18.6, @babel/helper-validator-identifier@npm:^7.19.1": version: 7.19.1 resolution: "@babel/helper-validator-identifier@npm:7.19.1" - checksum: 30ecd53b7276970d59d65e68e147ea885f8812e50d06a59315dd1f12dc41467d29d6c56bf1fd02e91100f939cba378815b2c19f5d3604331a153aed9efcbd2a9 + checksum: 10/30ecd53b7276970d59d65e68e147ea885f8812e50d06a59315dd1f12dc41467d29d6c56bf1fd02e91100f939cba378815b2c19f5d3604331a153aed9efcbd2a9 languageName: node linkType: hard "@babel/helper-validator-identifier@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-validator-identifier@npm:7.22.20" - checksum: df882d2675101df2d507b95b195ca2f86a3ef28cb711c84f37e79ca23178e13b9f0d8b522774211f51e40168bf5142be4c1c9776a150cddb61a0d5bf3e95750b + checksum: 10/df882d2675101df2d507b95b195ca2f86a3ef28cb711c84f37e79ca23178e13b9f0d8b522774211f51e40168bf5142be4c1c9776a150cddb61a0d5bf3e95750b languageName: node linkType: hard "@babel/helper-validator-option@npm:^7.18.6": version: 7.21.0 resolution: "@babel/helper-validator-option@npm:7.21.0" - checksum: 8ece4c78ffa5461fd8ab6b6e57cc51afad59df08192ed5d84b475af4a7193fc1cb794b59e3e7be64f3cdc4df7ac78bf3dbb20c129d7757ae078e6279ff8c2f07 + checksum: 10/8ece4c78ffa5461fd8ab6b6e57cc51afad59df08192ed5d84b475af4a7193fc1cb794b59e3e7be64f3cdc4df7ac78bf3dbb20c129d7757ae078e6279ff8c2f07 languageName: node linkType: hard @@ -278,7 +278,7 @@ __metadata: "@babel/template": "npm:^7.20.7" "@babel/traverse": "npm:^7.21.0" "@babel/types": "npm:^7.21.0" - checksum: 5ec38f6d259962745f32a8be2662ecb2cd65db508f31728867d19035c7a90111461cb3d64e2177bf442cf87da2dc0a4b9df6a8de7432238ea2ca260f9381248c + checksum: 10/5ec38f6d259962745f32a8be2662ecb2cd65db508f31728867d19035c7a90111461cb3d64e2177bf442cf87da2dc0a4b9df6a8de7432238ea2ca260f9381248c languageName: node linkType: hard @@ -289,7 +289,7 @@ __metadata: "@babel/helper-validator-identifier": "npm:^7.18.6" chalk: "npm:^2.0.0" js-tokens: "npm:^4.0.0" - checksum: 92d8ee61549de5ff5120e945e774728e5ccd57fd3b2ed6eace020ec744823d4a98e242be1453d21764a30a14769ecd62170fba28539b211799bbaf232bbb2789 + checksum: 10/92d8ee61549de5ff5120e945e774728e5ccd57fd3b2ed6eace020ec744823d4a98e242be1453d21764a30a14769ecd62170fba28539b211799bbaf232bbb2789 languageName: node linkType: hard @@ -300,7 +300,7 @@ __metadata: "@babel/helper-validator-identifier": "npm:^7.22.20" chalk: "npm:^2.4.2" js-tokens: "npm:^4.0.0" - checksum: 1aabc95b2cb7f67adc26c7049554306f1435bfedb76b9731c36ff3d7cdfcb32bd65a6dd06985644124eb2100bd911721d9e5c4f5ac40b7f0da2995a61bf8da92 + checksum: 10/1aabc95b2cb7f67adc26c7049554306f1435bfedb76b9731c36ff3d7cdfcb32bd65a6dd06985644124eb2100bd911721d9e5c4f5ac40b7f0da2995a61bf8da92 languageName: node linkType: hard @@ -309,7 +309,7 @@ __metadata: resolution: "@babel/parser@npm:7.21.3" bin: parser: ./bin/babel-parser.js - checksum: a0774433d450a2c5e8daeefc7bd97f0cf217b5de3f3a7314fd700d1515a3298a97e16babd365c297c18b9b8250b60ac69a149688584d835eb245c92d13a7ea5e + checksum: 10/a0774433d450a2c5e8daeefc7bd97f0cf217b5de3f3a7314fd700d1515a3298a97e16babd365c297c18b9b8250b60ac69a149688584d835eb245c92d13a7ea5e languageName: node linkType: hard @@ -318,7 +318,7 @@ __metadata: resolution: "@babel/parser@npm:7.23.0" bin: parser: ./bin/babel-parser.js - checksum: 201641e068f8cca1ff12b141fcba32d7ccbabc586961bd1b85ae89d9695867f84d57fc2e1176dc4981fd28e5e97ca0e7c32cd688bd5eabb641a302abc0cb5040 + checksum: 10/201641e068f8cca1ff12b141fcba32d7ccbabc586961bd1b85ae89d9695867f84d57fc2e1176dc4981fd28e5e97ca0e7c32cd688bd5eabb641a302abc0cb5040 languageName: node linkType: hard @@ -329,7 +329,7 @@ __metadata: "@babel/code-frame": "npm:^7.18.6" "@babel/parser": "npm:^7.20.7" "@babel/types": "npm:^7.20.7" - checksum: b6108cad36ff7ae797bcba5bea1808e1390b700925ef21ff184dd50fe1d30db4cdf4815e6e76f3e0abd7de4c0b820ec660227f3c6b90b5b0a592cf606ceb3864 + checksum: 10/b6108cad36ff7ae797bcba5bea1808e1390b700925ef21ff184dd50fe1d30db4cdf4815e6e76f3e0abd7de4c0b820ec660227f3c6b90b5b0a592cf606ceb3864 languageName: node linkType: hard @@ -340,7 +340,7 @@ __metadata: "@babel/code-frame": "npm:^7.22.13" "@babel/parser": "npm:^7.22.15" "@babel/types": "npm:^7.22.15" - checksum: 21e768e4eed4d1da2ce5d30aa51db0f4d6d8700bc1821fec6292587df7bba2fe1a96451230de8c64b989740731888ebf1141138bfffb14cacccf4d05c66ad93f + checksum: 10/21e768e4eed4d1da2ce5d30aa51db0f4d6d8700bc1821fec6292587df7bba2fe1a96451230de8c64b989740731888ebf1141138bfffb14cacccf4d05c66ad93f languageName: node linkType: hard @@ -358,7 +358,7 @@ __metadata: "@babel/types": "npm:^7.23.0" debug: "npm:^4.1.0" globals: "npm:^11.1.0" - checksum: e4fcb8f8395804956df4ae1301230a14b6eb35b74a7058a0e0b40f6f4be7281e619e6dafe400e833d4512da5d61cf17ea177d04b00a8f7cf3d8d69aff83ca3d8 + checksum: 10/e4fcb8f8395804956df4ae1301230a14b6eb35b74a7058a0e0b40f6f4be7281e619e6dafe400e833d4512da5d61cf17ea177d04b00a8f7cf3d8d69aff83ca3d8 languageName: node linkType: hard @@ -369,7 +369,7 @@ __metadata: "@babel/helper-string-parser": "npm:^7.19.4" "@babel/helper-validator-identifier": "npm:^7.19.1" to-fast-properties: "npm:^2.0.0" - checksum: 5c80daa94e72af1059f96ca9302ef38a6c34dc3f4ba56a6ed5cadf6b887773f35791306f59e6cd3718f63d7c23ca381093c09c595997f44c82858b8a0f5a9351 + checksum: 10/5c80daa94e72af1059f96ca9302ef38a6c34dc3f4ba56a6ed5cadf6b887773f35791306f59e6cd3718f63d7c23ca381093c09c595997f44c82858b8a0f5a9351 languageName: node linkType: hard @@ -380,7 +380,7 @@ __metadata: "@babel/helper-string-parser": "npm:^7.22.5" "@babel/helper-validator-identifier": "npm:^7.22.20" to-fast-properties: "npm:^2.0.0" - checksum: ca5b896a26c91c5672254725c4c892a35567d2122afc47bd5331d1611a7f9230c19fc9ef591a5a6f80bf0d80737e104a9ac205c96447c74bee01d4319db58001 + checksum: 10/ca5b896a26c91c5672254725c4c892a35567d2122afc47bd5331d1611a7f9230c19fc9ef591a5a6f80bf0d80737e104a9ac205c96447c74bee01d4319db58001 languageName: node linkType: hard @@ -391,14 +391,14 @@ __metadata: eslint-visitor-keys: "npm:^3.3.0" peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - checksum: 178c48cdfaf42809d2f14a29b7cca853109a3c23cc2e127edbd936adc95b33d46d353e841cdfea8de01d5939b1bb8cfc835f42bb46e0d046090fa6a1472619bb + checksum: 10/178c48cdfaf42809d2f14a29b7cca853109a3c23cc2e127edbd936adc95b33d46d353e841cdfea8de01d5939b1bb8cfc835f42bb46e0d046090fa6a1472619bb languageName: node linkType: hard "@eslint-community/regexpp@npm:^4.6.1": version: 4.6.2 resolution: "@eslint-community/regexpp@npm:4.6.2" - checksum: 59ea2fa13a70996a8cebbd5a9f4499c92bceeff872286ef2fb34948fcfb9d3467692371d9cc116e7d613f2c18086a1c8337c9d461ccdf213f0dc47f6f6d2fbb6 + checksum: 10/59ea2fa13a70996a8cebbd5a9f4499c92bceeff872286ef2fb34948fcfb9d3467692371d9cc116e7d613f2c18086a1c8337c9d461ccdf213f0dc47f6f6d2fbb6 languageName: node linkType: hard @@ -415,28 +415,35 @@ __metadata: js-yaml: "npm:^4.1.0" minimatch: "npm:^3.1.2" strip-json-comments: "npm:^3.1.1" - checksum: 7a3b14f4b40fc1a22624c3f84d9f467a3d9ea1ca6e9a372116cb92507e485260359465b58e25bcb6c9981b155416b98c9973ad9b796053fd7b3f776a6946bce8 + checksum: 10/7a3b14f4b40fc1a22624c3f84d9f467a3d9ea1ca6e9a372116cb92507e485260359465b58e25bcb6c9981b155416b98c9973ad9b796053fd7b3f776a6946bce8 languageName: node linkType: hard "@eslint/js@npm:8.56.0": version: 8.56.0 resolution: "@eslint/js@npm:8.56.0" - checksum: 97a4b5ccf7e24f4d205a1fb0f21cdcd610348ecf685f6798a48dd41ba443f2c1eedd3050ff5a0b8f30b8cf6501ab512aa9b76e531db15e59c9ebaa41f3162e37 + checksum: 10/97a4b5ccf7e24f4d205a1fb0f21cdcd610348ecf685f6798a48dd41ba443f2c1eedd3050ff5a0b8f30b8cf6501ab512aa9b76e531db15e59c9ebaa41f3162e37 + languageName: node + linkType: hard + +"@eslint/js@npm:8.57.0": + version: 8.57.0 + resolution: "@eslint/js@npm:8.57.0" + checksum: 10/3c501ce8a997cf6cbbaf4ed358af5492875e3550c19b9621413b82caa9ae5382c584b0efa79835639e6e0ddaa568caf3499318e5bdab68643ef4199dce5eb0a0 languageName: node linkType: hard "@fastify/busboy@npm:^2.0.0": version: 2.1.0 resolution: "@fastify/busboy@npm:2.1.0" - checksum: f22c1e5c52dc350ddf9ba8be9f87b48d3ea5af00a37fd0a0d1e3e4b37f94d96763e514c68a350c7f570260fdd2f08b55ee090cdd879f92a03249eb0e3fd19113 + checksum: 10/f22c1e5c52dc350ddf9ba8be9f87b48d3ea5af00a37fd0a0d1e3e4b37f94d96763e514c68a350c7f570260fdd2f08b55ee090cdd879f92a03249eb0e3fd19113 languageName: node linkType: hard "@gar/promisify@npm:^1.1.3": version: 1.1.3 resolution: "@gar/promisify@npm:1.1.3" - checksum: 052dd232140fa60e81588000cbe729a40146579b361f1070bce63e2a761388a22a16d00beeffc504bd3601cb8e055c57b21a185448b3ed550cf50716f4fd442e + checksum: 10/052dd232140fa60e81588000cbe729a40146579b361f1070bce63e2a761388a22a16d00beeffc504bd3601cb8e055c57b21a185448b3ed550cf50716f4fd442e languageName: node linkType: hard @@ -447,21 +454,39 @@ __metadata: "@humanwhocodes/object-schema": "npm:^2.0.1" debug: "npm:^4.1.1" minimatch: "npm:^3.0.5" - checksum: 9f655e1df7efa5a86822cd149ca5cef57240bb8ffd728f0c07cc682cc0a15c6bdce68425fbfd58f9b3e8b16f79b3fd8cb1e96b10c434c9a76f20b2a89f213272 + checksum: 10/9f655e1df7efa5a86822cd149ca5cef57240bb8ffd728f0c07cc682cc0a15c6bdce68425fbfd58f9b3e8b16f79b3fd8cb1e96b10c434c9a76f20b2a89f213272 + languageName: node + linkType: hard + +"@humanwhocodes/config-array@npm:^0.11.14": + version: 0.11.14 + resolution: "@humanwhocodes/config-array@npm:0.11.14" + dependencies: + "@humanwhocodes/object-schema": "npm:^2.0.2" + debug: "npm:^4.3.1" + minimatch: "npm:^3.0.5" + checksum: 10/3ffb24ecdfab64014a230e127118d50a1a04d11080cbb748bc21629393d100850496456bbcb4e8c438957fe0934430d731042f1264d6a167b62d32fc2863580a languageName: node linkType: hard "@humanwhocodes/module-importer@npm:^1.0.1": version: 1.0.1 resolution: "@humanwhocodes/module-importer@npm:1.0.1" - checksum: e993950e346331e5a32eefb27948ecdee2a2c4ab3f072b8f566cd213ef485dd50a3ca497050608db91006f5479e43f91a439aef68d2a313bd3ded06909c7c5b3 + checksum: 10/e993950e346331e5a32eefb27948ecdee2a2c4ab3f072b8f566cd213ef485dd50a3ca497050608db91006f5479e43f91a439aef68d2a313bd3ded06909c7c5b3 languageName: node linkType: hard "@humanwhocodes/object-schema@npm:^2.0.1": version: 2.0.1 resolution: "@humanwhocodes/object-schema@npm:2.0.1" - checksum: dbddfd0465aecf92ed845ec30d06dba3f7bb2496d544b33b53dac7abc40370c0e46b8787b268d24a366730d5eeb5336ac88967232072a183905ee4abf7df4dab + checksum: 10/dbddfd0465aecf92ed845ec30d06dba3f7bb2496d544b33b53dac7abc40370c0e46b8787b268d24a366730d5eeb5336ac88967232072a183905ee4abf7df4dab + languageName: node + linkType: hard + +"@humanwhocodes/object-schema@npm:^2.0.2": + version: 2.0.2 + resolution: "@humanwhocodes/object-schema@npm:2.0.2" + checksum: 10/ef915e3e2f34652f3d383b28a9a99cfea476fa991482370889ab14aac8ecd2b38d47cc21932526c6d949da0daf4a4a6bf629d30f41b0caca25e146819cbfa70e languageName: node linkType: hard @@ -474,14 +499,14 @@ __metadata: get-package-type: "npm:^0.1.0" js-yaml: "npm:^3.13.1" resolve-from: "npm:^5.0.0" - checksum: b000a5acd8d4fe6e34e25c399c8bdbb5d3a202b4e10416e17bfc25e12bab90bb56d33db6089ae30569b52686f4b35ff28ef26e88e21e69821d2b85884bd055b8 + checksum: 10/b000a5acd8d4fe6e34e25c399c8bdbb5d3a202b4e10416e17bfc25e12bab90bb56d33db6089ae30569b52686f4b35ff28ef26e88e21e69821d2b85884bd055b8 languageName: node linkType: hard "@istanbuljs/schema@npm:^0.1.2": version: 0.1.3 resolution: "@istanbuljs/schema@npm:0.1.3" - checksum: a9b1e49acdf5efc2f5b2359f2df7f90c5c725f2656f16099e8b2cd3a000619ecca9fc48cf693ba789cf0fd989f6e0df6a22bc05574be4223ecdbb7997d04384b + checksum: 10/a9b1e49acdf5efc2f5b2359f2df7f90c5c725f2656f16099e8b2cd3a000619ecca9fc48cf693ba789cf0fd989f6e0df6a22bc05574be4223ecdbb7997d04384b languageName: node linkType: hard @@ -491,7 +516,7 @@ __metadata: dependencies: "@jridgewell/set-array": "npm:^1.0.0" "@jridgewell/sourcemap-codec": "npm:^1.4.10" - checksum: ba76fae1d8ea52b181474518c705a8eac36405dfc836fb07e9c25730a84d29e05fd6d954f121057742639f3128a24ea45d205c9c989efd464d1114671c19fa6c + checksum: 10/ba76fae1d8ea52b181474518c705a8eac36405dfc836fb07e9c25730a84d29e05fd6d954f121057742639f3128a24ea45d205c9c989efd464d1114671c19fa6c languageName: node linkType: hard @@ -502,28 +527,28 @@ __metadata: "@jridgewell/set-array": "npm:^1.0.1" "@jridgewell/sourcemap-codec": "npm:^1.4.10" "@jridgewell/trace-mapping": "npm:^0.3.9" - checksum: 7ba0070be1aeda7d7694b09d847c3b95879409b26559b9d7e97a88ec94b838fb380df43ae328ee2d2df4d79e75d7afe6ba315199d18d79aa20839ebdfb739420 + checksum: 10/7ba0070be1aeda7d7694b09d847c3b95879409b26559b9d7e97a88ec94b838fb380df43ae328ee2d2df4d79e75d7afe6ba315199d18d79aa20839ebdfb739420 languageName: node linkType: hard "@jridgewell/resolve-uri@npm:3.1.0": version: 3.1.0 resolution: "@jridgewell/resolve-uri@npm:3.1.0" - checksum: 320ceb37af56953757b28e5b90c34556157676d41e3d0a3ff88769274d62373582bb0f0276a4f2d29c3f4fdd55b82b8be5731f52d391ad2ecae9b321ee1c742d + checksum: 10/320ceb37af56953757b28e5b90c34556157676d41e3d0a3ff88769274d62373582bb0f0276a4f2d29c3f4fdd55b82b8be5731f52d391ad2ecae9b321ee1c742d languageName: node linkType: hard "@jridgewell/set-array@npm:^1.0.0, @jridgewell/set-array@npm:^1.0.1": version: 1.1.2 resolution: "@jridgewell/set-array@npm:1.1.2" - checksum: 69a84d5980385f396ff60a175f7177af0b8da4ddb81824cb7016a9ef914eee9806c72b6b65942003c63f7983d4f39a5c6c27185bbca88eb4690b62075602e28e + checksum: 10/69a84d5980385f396ff60a175f7177af0b8da4ddb81824cb7016a9ef914eee9806c72b6b65942003c63f7983d4f39a5c6c27185bbca88eb4690b62075602e28e languageName: node linkType: hard "@jridgewell/sourcemap-codec@npm:1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.10": version: 1.4.14 resolution: "@jridgewell/sourcemap-codec@npm:1.4.14" - checksum: 26e768fae6045481a983e48aa23d8fcd23af5da70ebd74b0649000e815e7fbb01ea2bc088c9176b3fffeb9bec02184e58f46125ef3320b30eaa1f4094cfefa38 + checksum: 10/26e768fae6045481a983e48aa23d8fcd23af5da70ebd74b0649000e815e7fbb01ea2bc088c9176b3fffeb9bec02184e58f46125ef3320b30eaa1f4094cfefa38 languageName: node linkType: hard @@ -533,7 +558,7 @@ __metadata: dependencies: "@jridgewell/resolve-uri": "npm:3.1.0" "@jridgewell/sourcemap-codec": "npm:1.4.14" - checksum: 790d439c9b271d9fc381dc4a837393ab942920245efedd5db20f65a665c0f778637fa623573337d3241ff784ffdb6724bbadf7fa2b61666bcd4884064b02f113 + checksum: 10/790d439c9b271d9fc381dc4a837393ab942920245efedd5db20f65a665c0f778637fa623573337d3241ff784ffdb6724bbadf7fa2b61666bcd4884064b02f113 languageName: node linkType: hard @@ -545,7 +570,7 @@ __metadata: jschardet: "npm:latest" lodash: "npm:^4.17.14" utf8: "npm:^3.0.0" - checksum: 4545b323690a21ee6a87a5c89868c33356592f4ef60321afea03f78a585aad784ae8ae673a09c3caa32a9b54b6d80183aaf093b7737b47a3acd8debd94f2322d + checksum: 10/4545b323690a21ee6a87a5c89868c33356592f4ef60321afea03f78a585aad784ae8ae673a09c3caa32a9b54b6d80183aaf093b7737b47a3acd8debd94f2322d languageName: node linkType: hard @@ -555,14 +580,14 @@ __metadata: dependencies: "@nodelib/fs.stat": "npm:2.0.5" run-parallel: "npm:^1.1.9" - checksum: 6ab2a9b8a1d67b067922c36f259e3b3dfd6b97b219c540877a4944549a4d49ea5ceba5663905ab5289682f1f3c15ff441d02f0447f620a42e1cb5e1937174d4b + checksum: 10/6ab2a9b8a1d67b067922c36f259e3b3dfd6b97b219c540877a4944549a4d49ea5ceba5663905ab5289682f1f3c15ff441d02f0447f620a42e1cb5e1937174d4b languageName: node linkType: hard "@nodelib/fs.stat@npm:2.0.5": version: 2.0.5 resolution: "@nodelib/fs.stat@npm:2.0.5" - checksum: 012480b5ca9d97bff9261571dbbec7bbc6033f69cc92908bc1ecfad0792361a5a1994bc48674b9ef76419d056a03efadfce5a6cf6dbc0a36559571a7a483f6f0 + checksum: 10/012480b5ca9d97bff9261571dbbec7bbc6033f69cc92908bc1ecfad0792361a5a1994bc48674b9ef76419d056a03efadfce5a6cf6dbc0a36559571a7a483f6f0 languageName: node linkType: hard @@ -572,7 +597,7 @@ __metadata: dependencies: "@nodelib/fs.scandir": "npm:2.1.5" fastq: "npm:^1.6.0" - checksum: 40033e33e96e97d77fba5a238e4bba4487b8284678906a9f616b5579ddaf868a18874c0054a75402c9fbaaa033a25ceae093af58c9c30278e35c23c9479e79b0 + checksum: 10/40033e33e96e97d77fba5a238e4bba4487b8284678906a9f616b5579ddaf868a18874c0054a75402c9fbaaa033a25ceae093af58c9c30278e35c23c9479e79b0 languageName: node linkType: hard @@ -582,7 +607,7 @@ __metadata: dependencies: "@gar/promisify": "npm:^1.1.3" semver: "npm:^7.3.5" - checksum: c5d4dfee80de2236e1e4ed595d17e217aada72ebd8215183fc46096fa010f583dd2aaaa486758de7cc0b89440dbc31cfe8b276269d75d47af35c716e896f78ec + checksum: 10/c5d4dfee80de2236e1e4ed595d17e217aada72ebd8215183fc46096fa010f583dd2aaaa486758de7cc0b89440dbc31cfe8b276269d75d47af35c716e896f78ec languageName: node linkType: hard @@ -592,14 +617,14 @@ __metadata: dependencies: mkdirp: "npm:^1.0.4" rimraf: "npm:^3.0.2" - checksum: 52dc02259d98da517fae4cb3a0a3850227bdae4939dda1980b788a7670636ca2b4a01b58df03dd5f65c1e3cb70c50fa8ce5762b582b3f499ec30ee5ce1fd9380 + checksum: 10/52dc02259d98da517fae4cb3a0a3850227bdae4939dda1980b788a7670636ca2b4a01b58df03dd5f65c1e3cb70c50fa8ce5762b582b3f499ec30ee5ce1fd9380 languageName: node linkType: hard "@octokit/auth-token@npm:^4.0.0": version: 4.0.0 resolution: "@octokit/auth-token@npm:4.0.0" - checksum: 60e42701e341d700f73c518c7a35675d36d79fa9d5e838cc3ade96d147e49f5ba74db2e07b2337c2b95aaa540aa42088116df2122daa25633f9e70a2c8785c44 + checksum: 10/60e42701e341d700f73c518c7a35675d36d79fa9d5e838cc3ade96d147e49f5ba74db2e07b2337c2b95aaa540aa42088116df2122daa25633f9e70a2c8785c44 languageName: node linkType: hard @@ -614,7 +639,7 @@ __metadata: "@octokit/types": "npm:^12.0.0" before-after-hook: "npm:^2.2.0" universal-user-agent: "npm:^6.0.0" - checksum: bb991f88793fab043c4c09f9441432596fe0e6448caf42cd2209f52c1f26807418be488ad2cea7a8293e58e79e5c0019f38dda46e8cf96af5e89e43cca37ec3e + checksum: 10/bb991f88793fab043c4c09f9441432596fe0e6448caf42cd2209f52c1f26807418be488ad2cea7a8293e58e79e5c0019f38dda46e8cf96af5e89e43cca37ec3e languageName: node linkType: hard @@ -624,7 +649,7 @@ __metadata: dependencies: "@octokit/types": "npm:^12.0.0" universal-user-agent: "npm:^6.0.0" - checksum: 7df35c96f2b5628fe5b3f44a72614be9b439779c06b4dd1bb72283b3cb2ea53e59e1f9a108798efe5404b6856f4380a4c5be12d93255d854f0683cd6e22f3a27 + checksum: 10/7df35c96f2b5628fe5b3f44a72614be9b439779c06b4dd1bb72283b3cb2ea53e59e1f9a108798efe5404b6856f4380a4c5be12d93255d854f0683cd6e22f3a27 languageName: node linkType: hard @@ -635,14 +660,14 @@ __metadata: "@octokit/request": "npm:^8.0.1" "@octokit/types": "npm:^12.0.0" universal-user-agent: "npm:^6.0.0" - checksum: f5dcc51fed5304f65dab83fcea4c2a569107d3b71e8d084199dc44f0d0cfc852c9e1f341b06ae66601f9da4af3aad416b0c62dcd0567ac7568f072d8d90d502e + checksum: 10/f5dcc51fed5304f65dab83fcea4c2a569107d3b71e8d084199dc44f0d0cfc852c9e1f341b06ae66601f9da4af3aad416b0c62dcd0567ac7568f072d8d90d502e languageName: node linkType: hard "@octokit/openapi-types@npm:^19.1.0": version: 19.1.0 resolution: "@octokit/openapi-types@npm:19.1.0" - checksum: 3abedc09baa91bb4de00a2b82bf519401c2b6388913b7caa98541002c9e9612eba8256926323b1e40782ac700309a3373bb8c13520af325cef1accc40cb4566b + checksum: 10/3abedc09baa91bb4de00a2b82bf519401c2b6388913b7caa98541002c9e9612eba8256926323b1e40782ac700309a3373bb8c13520af325cef1accc40cb4566b languageName: node linkType: hard @@ -653,7 +678,7 @@ __metadata: "@octokit/types": "npm:^12.4.0" peerDependencies: "@octokit/core": ">=5" - checksum: 5f1793ebebc9e2feaf8574beb2308b6fe9d0fec69d3fc3c93ed7ce8083d34e7ae7452121bd88b27e9ba91da29d648f8ffbf19d6f02787f8273a8bb0e3fbc2b9f + checksum: 10/5f1793ebebc9e2feaf8574beb2308b6fe9d0fec69d3fc3c93ed7ce8083d34e7ae7452121bd88b27e9ba91da29d648f8ffbf19d6f02787f8273a8bb0e3fbc2b9f languageName: node linkType: hard @@ -664,7 +689,7 @@ __metadata: "@octokit/types": "npm:^12.3.0" peerDependencies: "@octokit/core": ">=5" - checksum: 0f8ca73b3e582b366b400278f19df6309f263efa3809a9d6ba613063e7a26f16d6f8d69c413bf9b23c2431ad4c795e4e06a43717b6acc1367186fb55347cfb69 + checksum: 10/0f8ca73b3e582b366b400278f19df6309f263efa3809a9d6ba613063e7a26f16d6f8d69c413bf9b23c2431ad4c795e4e06a43717b6acc1367186fb55347cfb69 languageName: node linkType: hard @@ -675,7 +700,7 @@ __metadata: "@octokit/types": "npm:^12.0.0" deprecation: "npm:^2.0.0" once: "npm:^1.4.0" - checksum: a21a4614c46cb173e4ba73fa048576204f1ddc541dee3e7c938ef36088566e3b25e04ca1f96f375ec2e3cc29b7ba970b3b078a89a20bc50cdcdbed879db94573 + checksum: 10/a21a4614c46cb173e4ba73fa048576204f1ddc541dee3e7c938ef36088566e3b25e04ca1f96f375ec2e3cc29b7ba970b3b078a89a20bc50cdcdbed879db94573 languageName: node linkType: hard @@ -687,7 +712,7 @@ __metadata: "@octokit/request-error": "npm:^5.0.0" "@octokit/types": "npm:^12.0.0" universal-user-agent: "npm:^6.0.0" - checksum: aebea1c33d607d23c70f663cd5f8279a8bd932ab77b4ca5cca3b33968a347b4adb47476c886086f3a9aa1acefab3b79adac78ee7aa2dacd67eb1f2a05e272618 + checksum: 10/aebea1c33d607d23c70f663cd5f8279a8bd932ab77b4ca5cca3b33968a347b4adb47476c886086f3a9aa1acefab3b79adac78ee7aa2dacd67eb1f2a05e272618 languageName: node linkType: hard @@ -696,21 +721,21 @@ __metadata: resolution: "@octokit/types@npm:12.4.0" dependencies: "@octokit/openapi-types": "npm:^19.1.0" - checksum: b0a893e31fed59a919c2072ae67b671aa5f21e00ee3dee689af325f09f12ddd9175ce07c590b835d183bcb1cd2a2da908e02391b2fc33071881561366b2a35e7 + checksum: 10/b0a893e31fed59a919c2072ae67b671aa5f21e00ee3dee689af325f09f12ddd9175ce07c590b835d183bcb1cd2a2da908e02391b2fc33071881561366b2a35e7 languageName: node linkType: hard "@tootallnate/once@npm:2": version: 2.0.0 resolution: "@tootallnate/once@npm:2.0.0" - checksum: ad87447820dd3f24825d2d947ebc03072b20a42bfc96cbafec16bff8bbda6c1a81fcb0be56d5b21968560c5359a0af4038a68ba150c3e1694fe4c109a063bed8 + checksum: 10/ad87447820dd3f24825d2d947ebc03072b20a42bfc96cbafec16bff8bbda6c1a81fcb0be56d5b21968560c5359a0af4038a68ba150c3e1694fe4c109a063bed8 languageName: node linkType: hard "@ungap/structured-clone@npm:^1.2.0": version: 1.2.0 resolution: "@ungap/structured-clone@npm:1.2.0" - checksum: c6fe89a505e513a7592e1438280db1c075764793a2397877ff1351721fe8792a966a5359769e30242b3cd023f2efb9e63ca2ca88019d73b564488cc20e3eab12 + checksum: 10/c6fe89a505e513a7592e1438280db1c075764793a2397877ff1351721fe8792a966a5359769e30242b3cd023f2efb9e63ca2ca88019d73b564488cc20e3eab12 languageName: node linkType: hard @@ -721,14 +746,14 @@ __metadata: node-gyp: "npm:latest" bin: ncc: dist/ncc/cli.js - checksum: 2ed9dff34ba2e7c2ba7113ed075effd023549d5041d355a367f5bf749b20916f68d2adad6737f7a2d03f0d92237f948ce8dfbc9429bdf3febc18d4fa5159d9b4 + checksum: 10/2ed9dff34ba2e7c2ba7113ed075effd023549d5041d355a367f5bf749b20916f68d2adad6737f7a2d03f0d92237f948ce8dfbc9429bdf3febc18d4fa5159d9b4 languageName: node linkType: hard "abbrev@npm:^1.0.0": version: 1.1.1 resolution: "abbrev@npm:1.1.1" - checksum: 2d882941183c66aa665118bafdab82b7a177e9add5eb2776c33e960a4f3c89cff88a1b38aba13a456de01d0dd9d66a8bea7c903268b21ea91dd1097e1e2e8243 + checksum: 10/2d882941183c66aa665118bafdab82b7a177e9add5eb2776c33e960a4f3c89cff88a1b38aba13a456de01d0dd9d66a8bea7c903268b21ea91dd1097e1e2e8243 languageName: node linkType: hard @@ -737,7 +762,7 @@ __metadata: resolution: "acorn-jsx@npm:5.3.2" peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: d4371eaef7995530b5b5ca4183ff6f062ca17901a6d3f673c9ac011b01ede37e7a1f7f61f8f5cfe709e88054757bb8f3277dc4061087cdf4f2a1f90ccbcdb977 + checksum: 10/d4371eaef7995530b5b5ca4183ff6f062ca17901a6d3f673c9ac011b01ede37e7a1f7f61f8f5cfe709e88054757bb8f3277dc4061087cdf4f2a1f90ccbcdb977 languageName: node linkType: hard @@ -746,7 +771,7 @@ __metadata: resolution: "acorn@npm:8.10.0" bin: acorn: bin/acorn - checksum: 522310c20fdc3c271caed3caf0f06c51d61cb42267279566edd1d58e83dbc12eebdafaab666a0f0be1b7ad04af9c6bc2a6f478690a9e6391c3c8b165ada917dd + checksum: 10/522310c20fdc3c271caed3caf0f06c51d61cb42267279566edd1d58e83dbc12eebdafaab666a0f0be1b7ad04af9c6bc2a6f478690a9e6391c3c8b165ada917dd languageName: node linkType: hard @@ -755,7 +780,7 @@ __metadata: resolution: "agent-base@npm:6.0.2" dependencies: debug: "npm:4" - checksum: 21fb903e0917e5cb16591b4d0ef6a028a54b83ac30cd1fca58dece3d4e0990512a8723f9f83130d88a41e2af8b1f7be1386fda3ea2d181bb1a62155e75e95e23 + checksum: 10/21fb903e0917e5cb16591b4d0ef6a028a54b83ac30cd1fca58dece3d4e0990512a8723f9f83130d88a41e2af8b1f7be1386fda3ea2d181bb1a62155e75e95e23 languageName: node linkType: hard @@ -766,7 +791,7 @@ __metadata: debug: "npm:^4.1.0" depd: "npm:^2.0.0" humanize-ms: "npm:^1.2.1" - checksum: f791317eb4b42278d094547669b9b745e19e5d783bb42a8695820c94098ef18fc99f9d2777b5871cae76d761e45b0add8e6703e044de5d74d47181038ec7b536 + checksum: 10/f791317eb4b42278d094547669b9b745e19e5d783bb42a8695820c94098ef18fc99f9d2777b5871cae76d761e45b0add8e6703e044de5d74d47181038ec7b536 languageName: node linkType: hard @@ -776,7 +801,7 @@ __metadata: dependencies: clean-stack: "npm:^2.0.0" indent-string: "npm:^4.0.0" - checksum: 1101a33f21baa27a2fa8e04b698271e64616b886795fd43c31068c07533c7b3facfcaf4e9e0cab3624bd88f729a592f1c901a1a229c9e490eafce411a8644b79 + checksum: 10/1101a33f21baa27a2fa8e04b698271e64616b886795fd43c31068c07533c7b3facfcaf4e9e0cab3624bd88f729a592f1c901a1a229c9e490eafce411a8644b79 languageName: node linkType: hard @@ -788,21 +813,21 @@ __metadata: fast-json-stable-stringify: "npm:^2.0.0" json-schema-traverse: "npm:^0.4.1" uri-js: "npm:^4.2.2" - checksum: 48d6ad21138d12eb4d16d878d630079a2bda25a04e745c07846a4ad768319533031e28872a9b3c5790fa1ec41aabdf2abed30a56e5a03ebc2cf92184b8ee306c + checksum: 10/48d6ad21138d12eb4d16d878d630079a2bda25a04e745c07846a4ad768319533031e28872a9b3c5790fa1ec41aabdf2abed30a56e5a03ebc2cf92184b8ee306c languageName: node linkType: hard "ansi-colors@npm:4.1.1": version: 4.1.1 resolution: "ansi-colors@npm:4.1.1" - checksum: e862fddd0a9ca88f1e7c9312ea70674cec3af360c994762309f6323730525e92c77d2715ee5f08aa8f438b7ca18efe378af647f501fc92b15b8e4b3b52d09db4 + checksum: 10/e862fddd0a9ca88f1e7c9312ea70674cec3af360c994762309f6323730525e92c77d2715ee5f08aa8f438b7ca18efe378af647f501fc92b15b8e4b3b52d09db4 languageName: node linkType: hard "ansi-regex@npm:^5.0.1": version: 5.0.1 resolution: "ansi-regex@npm:5.0.1" - checksum: 2aa4bb54caf2d622f1afdad09441695af2a83aa3fe8b8afa581d205e57ed4261c183c4d3877cee25794443fde5876417d859c108078ab788d6af7e4fe52eb66b + checksum: 10/2aa4bb54caf2d622f1afdad09441695af2a83aa3fe8b8afa581d205e57ed4261c183c4d3877cee25794443fde5876417d859c108078ab788d6af7e4fe52eb66b languageName: node linkType: hard @@ -811,7 +836,7 @@ __metadata: resolution: "ansi-styles@npm:3.2.1" dependencies: color-convert: "npm:^1.9.0" - checksum: d85ade01c10e5dd77b6c89f34ed7531da5830d2cb5882c645f330079975b716438cd7ebb81d0d6e6b4f9c577f19ae41ab55f07f19786b02f9dfd9e0377395665 + checksum: 10/d85ade01c10e5dd77b6c89f34ed7531da5830d2cb5882c645f330079975b716438cd7ebb81d0d6e6b4f9c577f19ae41ab55f07f19786b02f9dfd9e0377395665 languageName: node linkType: hard @@ -820,7 +845,7 @@ __metadata: resolution: "ansi-styles@npm:4.3.0" dependencies: color-convert: "npm:^2.0.1" - checksum: b4494dfbfc7e4591b4711a396bd27e540f8153914123dccb4cdbbcb514015ada63a3809f362b9d8d4f6b17a706f1d7bea3c6f974b15fa5ae76b5b502070889ff + checksum: 10/b4494dfbfc7e4591b4711a396bd27e540f8153914123dccb4cdbbcb514015ada63a3809f362b9d8d4f6b17a706f1d7bea3c6f974b15fa5ae76b5b502070889ff languageName: node linkType: hard @@ -830,7 +855,7 @@ __metadata: dependencies: normalize-path: "npm:^3.0.0" picomatch: "npm:^2.0.4" - checksum: 3e044fd6d1d26545f235a9fe4d7a534e2029d8e59fa7fd9f2a6eb21230f6b5380ea1eaf55136e60cbf8e613544b3b766e7a6fa2102e2a3a117505466e3025dc2 + checksum: 10/3e044fd6d1d26545f235a9fe4d7a534e2029d8e59fa7fd9f2a6eb21230f6b5380ea1eaf55136e60cbf8e613544b3b766e7a6fa2102e2a3a117505466e3025dc2 languageName: node linkType: hard @@ -839,21 +864,21 @@ __metadata: resolution: "append-transform@npm:2.0.0" dependencies: default-require-extensions: "npm:^3.0.0" - checksum: f26f393bf7a428fd1bb18f2758a819830a582243310c5170edb3f98fdc5a535333d02b952f7c2d9b14522bd8ead5b132a0b15000eca18fa9f49172963ebbc231 + checksum: 10/f26f393bf7a428fd1bb18f2758a819830a582243310c5170edb3f98fdc5a535333d02b952f7c2d9b14522bd8ead5b132a0b15000eca18fa9f49172963ebbc231 languageName: node linkType: hard "aproba@npm:^1.0.3 || ^2.0.0": version: 2.0.0 resolution: "aproba@npm:2.0.0" - checksum: c2b9a631298e8d6f3797547e866db642f68493808f5b37cd61da778d5f6ada890d16f668285f7d60bd4fc3b03889bd590ffe62cf81b700e9bb353431238a0a7b + checksum: 10/c2b9a631298e8d6f3797547e866db642f68493808f5b37cd61da778d5f6ada890d16f668285f7d60bd4fc3b03889bd590ffe62cf81b700e9bb353431238a0a7b languageName: node linkType: hard "archy@npm:^1.0.0": version: 1.0.0 resolution: "archy@npm:1.0.0" - checksum: d7928049a57988b86df3f4de75ca16a4252ccee591d085c627e649fc54c5ae5daa833f17aa656bd825bd00bc0a2756ae03d2b983050bdbda1046b6d832bf7303 + checksum: 10/d7928049a57988b86df3f4de75ca16a4252ccee591d085c627e649fc54c5ae5daa833f17aa656bd825bd00bc0a2756ae03d2b983050bdbda1046b6d832bf7303 languageName: node linkType: hard @@ -863,7 +888,7 @@ __metadata: dependencies: delegates: "npm:^1.0.0" readable-stream: "npm:^3.6.0" - checksum: 390731720e1bf9ed5d0efc635ea7df8cbc4c90308b0645a932f06e8495a0bf1ecc7987d3b97e805f62a17d6c4b634074b25200aa4d149be2a7b17250b9744bc4 + checksum: 10/390731720e1bf9ed5d0efc635ea7df8cbc4c90308b0645a932f06e8495a0bf1ecc7987d3b97e805f62a17d6c4b634074b25200aa4d149be2a7b17250b9744bc4 languageName: node linkType: hard @@ -872,21 +897,21 @@ __metadata: resolution: "argparse@npm:1.0.10" dependencies: sprintf-js: "npm:~1.0.2" - checksum: c6a621343a553ff3779390bb5ee9c2263d6643ebcd7843227bdde6cc7adbed796eb5540ca98db19e3fd7b4714e1faa51551f8849b268bb62df27ddb15cbcd91e + checksum: 10/c6a621343a553ff3779390bb5ee9c2263d6643ebcd7843227bdde6cc7adbed796eb5540ca98db19e3fd7b4714e1faa51551f8849b268bb62df27ddb15cbcd91e languageName: node linkType: hard "argparse@npm:^2.0.1": version: 2.0.1 resolution: "argparse@npm:2.0.1" - checksum: 18640244e641a417ec75a9bd38b0b2b6b95af5199aa241b131d4b2fb206f334d7ecc600bd194861610a5579084978bfcbb02baa399dbe442d56d0ae5e60dbaef + checksum: 10/18640244e641a417ec75a9bd38b0b2b6b95af5199aa241b131d4b2fb206f334d7ecc600bd194861610a5579084978bfcbb02baa399dbe442d56d0ae5e60dbaef languageName: node linkType: hard "asynckit@npm:^0.4.0": version: 0.4.0 resolution: "asynckit@npm:0.4.0" - checksum: 3ce727cbc78f69d6a4722517a58ee926c8c21083633b1d3fdf66fd688f6c127a53a592141bd4866f9b63240a86e9d8e974b13919450bd17fa33c2d22c4558ad8 + checksum: 10/3ce727cbc78f69d6a4722517a58ee926c8c21083633b1d3fdf66fd688f6c127a53a592141bd4866f9b63240a86e9d8e974b13919450bd17fa33c2d22c4558ad8 languageName: node linkType: hard @@ -897,28 +922,28 @@ __metadata: follow-redirects: "npm:^1.15.0" form-data: "npm:^4.0.0" proxy-from-env: "npm:^1.1.0" - checksum: 78e72ec40ee49b85f076758e65d04dd966361cbf82f3789e53c5a1b6814ef57825098f8a997ec1846cf004fb7407655c7b96c496d8133d88ca0f73a98a9c452b + checksum: 10/78e72ec40ee49b85f076758e65d04dd966361cbf82f3789e53c5a1b6814ef57825098f8a997ec1846cf004fb7407655c7b96c496d8133d88ca0f73a98a9c452b languageName: node linkType: hard "balanced-match@npm:^1.0.0": version: 1.0.2 resolution: "balanced-match@npm:1.0.2" - checksum: 9706c088a283058a8a99e0bf91b0a2f75497f185980d9ffa8b304de1d9e58ebda7c72c07ebf01dadedaac5b2907b2c6f566f660d62bd336c3468e960403b9d65 + checksum: 10/9706c088a283058a8a99e0bf91b0a2f75497f185980d9ffa8b304de1d9e58ebda7c72c07ebf01dadedaac5b2907b2c6f566f660d62bd336c3468e960403b9d65 languageName: node linkType: hard "before-after-hook@npm:^2.2.0": version: 2.2.3 resolution: "before-after-hook@npm:2.2.3" - checksum: e676f769dbc4abcf4b3317db2fd2badb4a92c0710e0a7da12cf14b59c3482d4febf835ad7de7874499060fd4e13adf0191628e504728b3c5bb4ec7a878c09940 + checksum: 10/e676f769dbc4abcf4b3317db2fd2badb4a92c0710e0a7da12cf14b59c3482d4febf835ad7de7874499060fd4e13adf0191628e504728b3c5bb4ec7a878c09940 languageName: node linkType: hard "binary-extensions@npm:^2.0.0": version: 2.2.0 resolution: "binary-extensions@npm:2.2.0" - checksum: ccd267956c58d2315f5d3ea6757cf09863c5fc703e50fbeb13a7dc849b812ef76e3cf9ca8f35a0c48498776a7478d7b4a0418e1e2b8cb9cb9731f2922aaad7f8 + checksum: 10/ccd267956c58d2315f5d3ea6757cf09863c5fc703e50fbeb13a7dc849b812ef76e3cf9ca8f35a0c48498776a7478d7b4a0418e1e2b8cb9cb9731f2922aaad7f8 languageName: node linkType: hard @@ -928,7 +953,7 @@ __metadata: dependencies: balanced-match: "npm:^1.0.0" concat-map: "npm:0.0.1" - checksum: faf34a7bb0c3fcf4b59c7808bc5d2a96a40988addf2e7e09dfbb67a2251800e0d14cd2bfc1aa79174f2f5095c54ff27f46fb1289fe2d77dac755b5eb3434cc07 + checksum: 10/faf34a7bb0c3fcf4b59c7808bc5d2a96a40988addf2e7e09dfbb67a2251800e0d14cd2bfc1aa79174f2f5095c54ff27f46fb1289fe2d77dac755b5eb3434cc07 languageName: node linkType: hard @@ -937,7 +962,7 @@ __metadata: resolution: "brace-expansion@npm:2.0.1" dependencies: balanced-match: "npm:^1.0.0" - checksum: a61e7cd2e8a8505e9f0036b3b6108ba5e926b4b55089eeb5550cd04a471fe216c96d4fe7e4c7f995c728c554ae20ddfc4244cad10aef255e72b62930afd233d1 + checksum: 10/a61e7cd2e8a8505e9f0036b3b6108ba5e926b4b55089eeb5550cd04a471fe216c96d4fe7e4c7f995c728c554ae20ddfc4244cad10aef255e72b62930afd233d1 languageName: node linkType: hard @@ -946,14 +971,14 @@ __metadata: resolution: "braces@npm:3.0.2" dependencies: fill-range: "npm:^7.0.1" - checksum: 966b1fb48d193b9d155f810e5efd1790962f2c4e0829f8440b8ad236ba009222c501f70185ef732fef17a4c490bb33a03b90dab0631feafbdf447da91e8165b1 + checksum: 10/966b1fb48d193b9d155f810e5efd1790962f2c4e0829f8440b8ad236ba009222c501f70185ef732fef17a4c490bb33a03b90dab0631feafbdf447da91e8165b1 languageName: node linkType: hard "browser-stdout@npm:1.3.1": version: 1.3.1 resolution: "browser-stdout@npm:1.3.1" - checksum: ac70a84e346bb7afc5045ec6f22f6a681b15a4057447d4cc1c48a25c6dedb302a49a46dd4ddfb5cdd9c96e0c905a8539be1b98ae7bc440512152967009ec7015 + checksum: 10/ac70a84e346bb7afc5045ec6f22f6a681b15a4057447d4cc1c48a25c6dedb302a49a46dd4ddfb5cdd9c96e0c905a8539be1b98ae7bc440512152967009ec7015 languageName: node linkType: hard @@ -967,14 +992,14 @@ __metadata: update-browserslist-db: "npm:^1.0.10" bin: browserslist: cli.js - checksum: 560ec095ab4fa878f611ddf29038193d3a40ce69282dd15e633bcb9523fa25122e566d34192ab45e261a637d768884e7318cb3545533720469ee8f10d10c3298 + checksum: 10/560ec095ab4fa878f611ddf29038193d3a40ce69282dd15e633bcb9523fa25122e566d34192ab45e261a637d768884e7318cb3545533720469ee8f10d10c3298 languageName: node linkType: hard "buffer-equal-constant-time@npm:1.0.1": version: 1.0.1 resolution: "buffer-equal-constant-time@npm:1.0.1" - checksum: 80bb945f5d782a56f374b292770901065bad21420e34936ecbe949e57724b4a13874f735850dd1cc61f078773c4fb5493a41391e7bda40d1fa388d6bd80daaab + checksum: 10/80bb945f5d782a56f374b292770901065bad21420e34936ecbe949e57724b4a13874f735850dd1cc61f078773c4fb5493a41391e7bda40d1fa388d6bd80daaab languageName: node linkType: hard @@ -1000,7 +1025,7 @@ __metadata: ssri: "npm:^9.0.0" tar: "npm:^6.1.11" unique-filename: "npm:^2.0.0" - checksum: a14524d90e377ee691d63a81173b33c473f8bc66eb299c64290b58e1d41b28842397f8d6c15a01b4c57ca340afcec019ae112a45c2f67a79f76130d326472e92 + checksum: 10/a14524d90e377ee691d63a81173b33c473f8bc66eb299c64290b58e1d41b28842397f8d6c15a01b4c57ca340afcec019ae112a45c2f67a79f76130d326472e92 languageName: node linkType: hard @@ -1012,7 +1037,7 @@ __metadata: make-dir: "npm:^3.0.0" package-hash: "npm:^4.0.0" write-file-atomic: "npm:^3.0.0" - checksum: 7e7ca628511ab18c86eea1231834d2591de29a13ae771a7d9ab85be8c6e53e45c5a5b0d0d95d4a3274fc4f26c16956a98162e40c191c131204b5d5aa949660b5 + checksum: 10/7e7ca628511ab18c86eea1231834d2591de29a13ae771a7d9ab85be8c6e53e45c5a5b0d0d95d4a3274fc4f26c16956a98162e40c191c131204b5d5aa949660b5 languageName: node linkType: hard @@ -1022,35 +1047,35 @@ __metadata: dependencies: function-bind: "npm:^1.1.1" get-intrinsic: "npm:^1.0.2" - checksum: ca787179c1cbe09e1697b56ad499fd05dc0ae6febe5081d728176ade699ea6b1589240cb1ff1fe11fcf9f61538c1af60ad37e8eb2ceb4ef21cd6085dfd3ccedd + checksum: 10/ca787179c1cbe09e1697b56ad499fd05dc0ae6febe5081d728176ade699ea6b1589240cb1ff1fe11fcf9f61538c1af60ad37e8eb2ceb4ef21cd6085dfd3ccedd languageName: node linkType: hard "callsites@npm:^3.0.0": version: 3.1.0 resolution: "callsites@npm:3.1.0" - checksum: 072d17b6abb459c2ba96598918b55868af677154bec7e73d222ef95a8fdb9bbf7dae96a8421085cdad8cd190d86653b5b6dc55a4484f2e5b2e27d5e0c3fc15b3 + checksum: 10/072d17b6abb459c2ba96598918b55868af677154bec7e73d222ef95a8fdb9bbf7dae96a8421085cdad8cd190d86653b5b6dc55a4484f2e5b2e27d5e0c3fc15b3 languageName: node linkType: hard "camelcase@npm:^5.0.0, camelcase@npm:^5.3.1": version: 5.3.1 resolution: "camelcase@npm:5.3.1" - checksum: e6effce26b9404e3c0f301498184f243811c30dfe6d0b9051863bd8e4034d09c8c2923794f280d6827e5aa055f6c434115ff97864a16a963366fb35fd673024b + checksum: 10/e6effce26b9404e3c0f301498184f243811c30dfe6d0b9051863bd8e4034d09c8c2923794f280d6827e5aa055f6c434115ff97864a16a963366fb35fd673024b languageName: node linkType: hard "camelcase@npm:^6.0.0": version: 6.3.0 resolution: "camelcase@npm:6.3.0" - checksum: 8c96818a9076434998511251dcb2761a94817ea17dbdc37f47ac080bd088fc62c7369429a19e2178b993497132c8cbcf5cc1f44ba963e76782ba469c0474938d + checksum: 10/8c96818a9076434998511251dcb2761a94817ea17dbdc37f47ac080bd088fc62c7369429a19e2178b993497132c8cbcf5cc1f44ba963e76782ba469c0474938d languageName: node linkType: hard "caniuse-lite@npm:^1.0.30001449": version: 1.0.30001468 resolution: "caniuse-lite@npm:1.0.30001468" - checksum: 2374491875ab546b040435923b04e7c427f20d4eb01aae9e6d74f96a353ea9b893dcae99b89544f09895a1248b9974392cbf407c8f0b7d1b5bf4139f892042ad + checksum: 10/2374491875ab546b040435923b04e7c427f20d4eb01aae9e6d74f96a353ea9b893dcae99b89544f09895a1248b9974392cbf407c8f0b7d1b5bf4139f892042ad languageName: node linkType: hard @@ -1061,7 +1086,7 @@ __metadata: ansi-styles: "npm:^3.2.1" escape-string-regexp: "npm:^1.0.5" supports-color: "npm:^5.3.0" - checksum: 3d1d103433166f6bfe82ac75724951b33769675252d8417317363ef9d54699b7c3b2d46671b772b893a8e50c3ece70c4b933c73c01e81bc60ea4df9b55afa303 + checksum: 10/3d1d103433166f6bfe82ac75724951b33769675252d8417317363ef9d54699b7c3b2d46671b772b893a8e50c3ece70c4b933c73c01e81bc60ea4df9b55afa303 languageName: node linkType: hard @@ -1071,7 +1096,7 @@ __metadata: dependencies: ansi-styles: "npm:^4.1.0" supports-color: "npm:^7.1.0" - checksum: cb3f3e594913d63b1814d7ca7c9bafbf895f75fbf93b92991980610dfd7b48500af4e3a5d4e3a8f337990a96b168d7eb84ee55efdce965e2ee8efc20f8c8f139 + checksum: 10/cb3f3e594913d63b1814d7ca7c9bafbf895f75fbf93b92991980610dfd7b48500af4e3a5d4e3a8f337990a96b168d7eb84ee55efdce965e2ee8efc20f8c8f139 languageName: node linkType: hard @@ -1090,21 +1115,21 @@ __metadata: dependenciesMeta: fsevents: optional: true - checksum: 863e3ff78ee7a4a24513d2a416856e84c8e4f5e60efbe03e8ab791af1a183f569b62fc6f6b8044e2804966cb81277ddbbc1dc374fba3265bd609ea8efd62f5b3 + checksum: 10/863e3ff78ee7a4a24513d2a416856e84c8e4f5e60efbe03e8ab791af1a183f569b62fc6f6b8044e2804966cb81277ddbbc1dc374fba3265bd609ea8efd62f5b3 languageName: node linkType: hard "chownr@npm:^2.0.0": version: 2.0.0 resolution: "chownr@npm:2.0.0" - checksum: c57cf9dd0791e2f18a5ee9c1a299ae6e801ff58fee96dc8bfd0dcb4738a6ce58dd252a3605b1c93c6418fe4f9d5093b28ffbf4d66648cb2a9c67eaef9679be2f + checksum: 10/c57cf9dd0791e2f18a5ee9c1a299ae6e801ff58fee96dc8bfd0dcb4738a6ce58dd252a3605b1c93c6418fe4f9d5093b28ffbf4d66648cb2a9c67eaef9679be2f languageName: node linkType: hard "clean-stack@npm:^2.0.0": version: 2.2.0 resolution: "clean-stack@npm:2.2.0" - checksum: 2ac8cd2b2f5ec986a3c743935ec85b07bc174d5421a5efc8017e1f146a1cf5f781ae962618f416352103b32c9cd7e203276e8c28241bbe946160cab16149fb68 + checksum: 10/2ac8cd2b2f5ec986a3c743935ec85b07bc174d5421a5efc8017e1f146a1cf5f781ae962618f416352103b32c9cd7e203276e8c28241bbe946160cab16149fb68 languageName: node linkType: hard @@ -1115,7 +1140,7 @@ __metadata: string-width: "npm:^4.2.0" strip-ansi: "npm:^6.0.0" wrap-ansi: "npm:^6.2.0" - checksum: 44afbcc29df0899e87595590792a871cd8c4bc7d6ce92832d9ae268d141a77022adafca1aeaeccff618b62a613b8354e57fe22a275c199ec04baf00d381ef6ab + checksum: 10/44afbcc29df0899e87595590792a871cd8c4bc7d6ce92832d9ae268d141a77022adafca1aeaeccff618b62a613b8354e57fe22a275c199ec04baf00d381ef6ab languageName: node linkType: hard @@ -1126,7 +1151,7 @@ __metadata: string-width: "npm:^4.2.0" strip-ansi: "npm:^6.0.0" wrap-ansi: "npm:^7.0.0" - checksum: db858c49af9d59a32d603987e6fddaca2ce716cd4602ba5a2bb3a5af1351eebe82aba8dff3ef3e1b331f7fa9d40ca66e67bdf8e7c327ce0ea959747ead65c0ef + checksum: 10/db858c49af9d59a32d603987e6fddaca2ce716cd4602ba5a2bb3a5af1351eebe82aba8dff3ef3e1b331f7fa9d40ca66e67bdf8e7c327ce0ea959747ead65c0ef languageName: node linkType: hard @@ -1135,7 +1160,7 @@ __metadata: resolution: "color-convert@npm:1.9.3" dependencies: color-name: "npm:1.1.3" - checksum: ffa319025045f2973919d155f25e7c00d08836b6b33ea2d205418c59bd63a665d713c52d9737a9e0fe467fb194b40fbef1d849bae80d674568ee220a31ef3d10 + checksum: 10/ffa319025045f2973919d155f25e7c00d08836b6b33ea2d205418c59bd63a665d713c52d9737a9e0fe467fb194b40fbef1d849bae80d674568ee220a31ef3d10 languageName: node linkType: hard @@ -1144,21 +1169,21 @@ __metadata: resolution: "color-convert@npm:2.0.1" dependencies: color-name: "npm:~1.1.4" - checksum: fa00c91b4332b294de06b443923246bccebe9fab1b253f7fe1772d37b06a2269b4039a85e309abe1fe11b267b11c08d1d0473fda3badd6167f57313af2887a64 + checksum: 10/fa00c91b4332b294de06b443923246bccebe9fab1b253f7fe1772d37b06a2269b4039a85e309abe1fe11b267b11c08d1d0473fda3badd6167f57313af2887a64 languageName: node linkType: hard "color-name@npm:1.1.3": version: 1.1.3 resolution: "color-name@npm:1.1.3" - checksum: 09c5d3e33d2105850153b14466501f2bfb30324a2f76568a408763a3b7433b0e50e5b4ab1947868e65cb101bb7cb75029553f2c333b6d4b8138a73fcc133d69d + checksum: 10/09c5d3e33d2105850153b14466501f2bfb30324a2f76568a408763a3b7433b0e50e5b4ab1947868e65cb101bb7cb75029553f2c333b6d4b8138a73fcc133d69d languageName: node linkType: hard "color-name@npm:~1.1.4": version: 1.1.4 resolution: "color-name@npm:1.1.4" - checksum: b0445859521eb4021cd0fb0cc1a75cecf67fceecae89b63f62b201cca8d345baf8b952c966862a9d9a2632987d4f6581f0ec8d957dfacece86f0a7919316f610 + checksum: 10/b0445859521eb4021cd0fb0cc1a75cecf67fceecae89b63f62b201cca8d345baf8b952c966862a9d9a2632987d4f6581f0ec8d957dfacece86f0a7919316f610 languageName: node linkType: hard @@ -1167,7 +1192,7 @@ __metadata: resolution: "color-support@npm:1.1.3" bin: color-support: bin.js - checksum: 4bcfe30eea1498fe1cabc852bbda6c9770f230ea0e4faf4611c5858b1b9e4dde3730ac485e65f54ca182f4c50b626c1bea7c8441ceda47367a54a818c248aa7a + checksum: 10/4bcfe30eea1498fe1cabc852bbda6c9770f230ea0e4faf4611c5858b1b9e4dde3730ac485e65f54ca182f4c50b626c1bea7c8441ceda47367a54a818c248aa7a languageName: node linkType: hard @@ -1176,35 +1201,35 @@ __metadata: resolution: "combined-stream@npm:1.0.8" dependencies: delayed-stream: "npm:~1.0.0" - checksum: 2e969e637d05d09fa50b02d74c83a1186f6914aae89e6653b62595cc75a221464f884f55f231b8f4df7a49537fba60bdc0427acd2bf324c09a1dbb84837e36e4 + checksum: 10/2e969e637d05d09fa50b02d74c83a1186f6914aae89e6653b62595cc75a221464f884f55f231b8f4df7a49537fba60bdc0427acd2bf324c09a1dbb84837e36e4 languageName: node linkType: hard "commondir@npm:^1.0.1": version: 1.0.1 resolution: "commondir@npm:1.0.1" - checksum: 4620bc4936a4ef12ce7dfcd272bb23a99f2ad68889a4e4ad766c9f8ad21af982511934d6f7050d4a8bde90011b1c15d56e61a1b4576d9913efbf697a20172d6c + checksum: 10/4620bc4936a4ef12ce7dfcd272bb23a99f2ad68889a4e4ad766c9f8ad21af982511934d6f7050d4a8bde90011b1c15d56e61a1b4576d9913efbf697a20172d6c languageName: node linkType: hard "concat-map@npm:0.0.1": version: 0.0.1 resolution: "concat-map@npm:0.0.1" - checksum: 9680699c8e2b3af0ae22592cb764acaf973f292a7b71b8a06720233011853a58e256c89216a10cbe889727532fd77f8bcd49a760cedfde271b8e006c20e079f2 + checksum: 10/9680699c8e2b3af0ae22592cb764acaf973f292a7b71b8a06720233011853a58e256c89216a10cbe889727532fd77f8bcd49a760cedfde271b8e006c20e079f2 languageName: node linkType: hard "console-control-strings@npm:^1.1.0": version: 1.1.0 resolution: "console-control-strings@npm:1.1.0" - checksum: 27b5fa302bc8e9ae9e98c03c66d76ca289ad0c61ce2fe20ab288d288bee875d217512d2edb2363fc83165e88f1c405180cf3f5413a46e51b4fe1a004840c6cdb + checksum: 10/27b5fa302bc8e9ae9e98c03c66d76ca289ad0c61ce2fe20ab288d288bee875d217512d2edb2363fc83165e88f1c405180cf3f5413a46e51b4fe1a004840c6cdb languageName: node linkType: hard "convert-source-map@npm:^1.7.0": version: 1.9.0 resolution: "convert-source-map@npm:1.9.0" - checksum: dc55a1f28ddd0e9485ef13565f8f756b342f9a46c4ae18b843fe3c30c675d058d6a4823eff86d472f187b176f0adf51ea7b69ea38be34be4a63cbbf91b0593c8 + checksum: 10/dc55a1f28ddd0e9485ef13565f8f756b342f9a46c4ae18b843fe3c30c675d058d6a4823eff86d472f187b176f0adf51ea7b69ea38be34be4a63cbbf91b0593c8 languageName: node linkType: hard @@ -1215,18 +1240,18 @@ __metadata: path-key: "npm:^3.1.0" shebang-command: "npm:^2.0.0" which: "npm:^2.0.1" - checksum: e1a13869d2f57d974de0d9ef7acbf69dc6937db20b918525a01dacb5032129bd552d290d886d981e99f1b624cb03657084cc87bd40f115c07ecf376821c729ce + checksum: 10/e1a13869d2f57d974de0d9ef7acbf69dc6937db20b918525a01dacb5032129bd552d290d886d981e99f1b624cb03657084cc87bd40f115c07ecf376821c729ce languageName: node linkType: hard "dayjs@npm:^1.11.9": version: 1.11.9 resolution: "dayjs@npm:1.11.9" - checksum: 7bee5a13653049ae166d4ee7f17fd1b3cd31ec8699b2bae1dee6262431d8d5815a4a9f12eaf48d1879a98d993c014a9a9098ed75aa6a041efe9bccc080a687cd + checksum: 10/7bee5a13653049ae166d4ee7f17fd1b3cd31ec8699b2bae1dee6262431d8d5815a4a9f12eaf48d1879a98d993c014a9a9098ed75aa6a041efe9bccc080a687cd languageName: node linkType: hard -"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.2, debug@npm:^4.3.3": +"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3": version: 4.3.4 resolution: "debug@npm:4.3.4" dependencies: @@ -1234,28 +1259,28 @@ __metadata: peerDependenciesMeta: supports-color: optional: true - checksum: 0073c3bcbd9cb7d71dd5f6b55be8701af42df3e56e911186dfa46fac3a5b9eb7ce7f377dd1d3be6db8977221f8eb333d945216f645cf56f6b688cd484837d255 + checksum: 10/0073c3bcbd9cb7d71dd5f6b55be8701af42df3e56e911186dfa46fac3a5b9eb7ce7f377dd1d3be6db8977221f8eb333d945216f645cf56f6b688cd484837d255 languageName: node linkType: hard "decamelize@npm:^1.2.0": version: 1.2.0 resolution: "decamelize@npm:1.2.0" - checksum: ad8c51a7e7e0720c70ec2eeb1163b66da03e7616d7b98c9ef43cce2416395e84c1e9548dd94f5f6ffecfee9f8b94251fc57121a8b021f2ff2469b2bae247b8aa + checksum: 10/ad8c51a7e7e0720c70ec2eeb1163b66da03e7616d7b98c9ef43cce2416395e84c1e9548dd94f5f6ffecfee9f8b94251fc57121a8b021f2ff2469b2bae247b8aa languageName: node linkType: hard "decamelize@npm:^4.0.0": version: 4.0.0 resolution: "decamelize@npm:4.0.0" - checksum: b7d09b82652c39eead4d6678bb578e3bebd848add894b76d0f6b395bc45b2d692fb88d977e7cfb93c4ed6c119b05a1347cef261174916c2e75c0a8ca57da1809 + checksum: 10/b7d09b82652c39eead4d6678bb578e3bebd848add894b76d0f6b395bc45b2d692fb88d977e7cfb93c4ed6c119b05a1347cef261174916c2e75c0a8ca57da1809 languageName: node linkType: hard "deep-is@npm:^0.1.3": version: 0.1.4 resolution: "deep-is@npm:0.1.4" - checksum: ec12d074aef5ae5e81fa470b9317c313142c9e8e2afe3f8efa124db309720db96d1d222b82b84c834e5f87e7a614b44a4684b6683583118b87c833b3be40d4d8 + checksum: 10/ec12d074aef5ae5e81fa470b9317c313142c9e8e2afe3f8efa124db309720db96d1d222b82b84c834e5f87e7a614b44a4684b6683583118b87c833b3be40d4d8 languageName: node linkType: hard @@ -1264,42 +1289,42 @@ __metadata: resolution: "default-require-extensions@npm:3.0.1" dependencies: strip-bom: "npm:^4.0.0" - checksum: 45882fc971dd157faf6716ced04c15cf252c0a2d6f5c5844b66ca49f46ed03396a26cd940771aa569927aee22923a961bab789e74b25aabc94d90742c9dd1217 + checksum: 10/45882fc971dd157faf6716ced04c15cf252c0a2d6f5c5844b66ca49f46ed03396a26cd940771aa569927aee22923a961bab789e74b25aabc94d90742c9dd1217 languageName: node linkType: hard "delayed-stream@npm:~1.0.0": version: 1.0.0 resolution: "delayed-stream@npm:1.0.0" - checksum: 46fe6e83e2cb1d85ba50bd52803c68be9bd953282fa7096f51fc29edd5d67ff84ff753c51966061e5ba7cb5e47ef6d36a91924eddb7f3f3483b1c560f77a0020 + checksum: 10/46fe6e83e2cb1d85ba50bd52803c68be9bd953282fa7096f51fc29edd5d67ff84ff753c51966061e5ba7cb5e47ef6d36a91924eddb7f3f3483b1c560f77a0020 languageName: node linkType: hard "delegates@npm:^1.0.0": version: 1.0.0 resolution: "delegates@npm:1.0.0" - checksum: a51744d9b53c164ba9c0492471a1a2ffa0b6727451bdc89e31627fdf4adda9d51277cfcbfb20f0a6f08ccb3c436f341df3e92631a3440226d93a8971724771fd + checksum: 10/a51744d9b53c164ba9c0492471a1a2ffa0b6727451bdc89e31627fdf4adda9d51277cfcbfb20f0a6f08ccb3c436f341df3e92631a3440226d93a8971724771fd languageName: node linkType: hard "depd@npm:^2.0.0": version: 2.0.0 resolution: "depd@npm:2.0.0" - checksum: c0c8ff36079ce5ada64f46cc9d6fd47ebcf38241105b6e0c98f412e8ad91f084bcf906ff644cc3a4bd876ca27a62accb8b0fff72ea6ed1a414b89d8506f4a5ca + checksum: 10/c0c8ff36079ce5ada64f46cc9d6fd47ebcf38241105b6e0c98f412e8ad91f084bcf906ff644cc3a4bd876ca27a62accb8b0fff72ea6ed1a414b89d8506f4a5ca languageName: node linkType: hard "deprecation@npm:^2.0.0": version: 2.3.1 resolution: "deprecation@npm:2.3.1" - checksum: f56a05e182c2c195071385455956b0c4106fe14e36245b00c689ceef8e8ab639235176a96977ba7c74afb173317fac2e0ec6ec7a1c6d1e6eaa401c586c714132 + checksum: 10/f56a05e182c2c195071385455956b0c4106fe14e36245b00c689ceef8e8ab639235176a96977ba7c74afb173317fac2e0ec6ec7a1c6d1e6eaa401c586c714132 languageName: node linkType: hard "diff@npm:5.0.0": version: 5.0.0 resolution: "diff@npm:5.0.0" - checksum: 4a179a75b17cbb420eb9145be913f9ddb34b47cb2ba4301e80ae745122826a468f02ca8f5e56945958de26ace594899c8381acb6659c88e7803ef078b53d690c + checksum: 10/4a179a75b17cbb420eb9145be913f9ddb34b47cb2ba4301e80ae745122826a468f02ca8f5e56945958de26ace594899c8381acb6659c88e7803ef078b53d690c languageName: node linkType: hard @@ -1308,7 +1333,7 @@ __metadata: resolution: "doctrine@npm:3.0.0" dependencies: esutils: "npm:^2.0.2" - checksum: b4b28f1df5c563f7d876e7461254a4597b8cabe915abe94d7c5d1633fed263fcf9a85e8d3836591fc2d040108e822b0d32758e5ec1fe31c590dc7e08086e3e48 + checksum: 10/b4b28f1df5c563f7d876e7461254a4597b8cabe915abe94d7c5d1633fed263fcf9a85e8d3836591fc2d040108e822b0d32758e5ec1fe31c590dc7e08086e3e48 languageName: node linkType: hard @@ -1317,21 +1342,21 @@ __metadata: resolution: "ecdsa-sig-formatter@npm:1.0.11" dependencies: safe-buffer: "npm:^5.0.1" - checksum: 878e1aab8a42773320bc04c6de420bee21aebd71810e40b1799880a8a1c4594bcd6adc3d4213a0fb8147d4c3f529d8f9a618d7f59ad5a9a41b142058aceda23f + checksum: 10/878e1aab8a42773320bc04c6de420bee21aebd71810e40b1799880a8a1c4594bcd6adc3d4213a0fb8147d4c3f529d8f9a618d7f59ad5a9a41b142058aceda23f languageName: node linkType: hard "electron-to-chromium@npm:^1.4.284": version: 1.4.333 resolution: "electron-to-chromium@npm:1.4.333" - checksum: 58fe9f628baf665ed394d294b9ec055d881f610a654feaea166eae3abf68b92ce21bfa97b67dd5992dd3859aae409a2f64f4889c1dd89a2076d26944148f56ae + checksum: 10/58fe9f628baf665ed394d294b9ec055d881f610a654feaea166eae3abf68b92ce21bfa97b67dd5992dd3859aae409a2f64f4889c1dd89a2076d26944148f56ae languageName: node linkType: hard "emoji-regex@npm:^8.0.0": version: 8.0.0 resolution: "emoji-regex@npm:8.0.0" - checksum: c72d67a6821be15ec11997877c437491c313d924306b8da5d87d2a2bcc2cec9903cb5b04ee1a088460501d8e5b44f10df82fdc93c444101a7610b80c8b6938e1 + checksum: 10/c72d67a6821be15ec11997877c437491c313d924306b8da5d87d2a2bcc2cec9903cb5b04ee1a088460501d8e5b44f10df82fdc93c444101a7610b80c8b6938e1 languageName: node linkType: hard @@ -1340,49 +1365,49 @@ __metadata: resolution: "encoding@npm:0.1.13" dependencies: iconv-lite: "npm:^0.6.2" - checksum: bb98632f8ffa823996e508ce6a58ffcf5856330fde839ae42c9e1f436cc3b5cc651d4aeae72222916545428e54fd0f6aa8862fd8d25bdbcc4589f1e3f3715e7f + checksum: 10/bb98632f8ffa823996e508ce6a58ffcf5856330fde839ae42c9e1f436cc3b5cc651d4aeae72222916545428e54fd0f6aa8862fd8d25bdbcc4589f1e3f3715e7f languageName: node linkType: hard "env-paths@npm:^2.2.0": version: 2.2.1 resolution: "env-paths@npm:2.2.1" - checksum: 65b5df55a8bab92229ab2b40dad3b387fad24613263d103a97f91c9fe43ceb21965cd3392b1ccb5d77088021e525c4e0481adb309625d0cb94ade1d1fb8dc17e + checksum: 10/65b5df55a8bab92229ab2b40dad3b387fad24613263d103a97f91c9fe43ceb21965cd3392b1ccb5d77088021e525c4e0481adb309625d0cb94ade1d1fb8dc17e languageName: node linkType: hard "err-code@npm:^2.0.2": version: 2.0.3 resolution: "err-code@npm:2.0.3" - checksum: 1d20d825cdcce8d811bfbe86340f4755c02655a7feb2f13f8c880566d9d72a3f6c92c192a6867632e490d6da67b678271f46e01044996a6443e870331100dfdd + checksum: 10/1d20d825cdcce8d811bfbe86340f4755c02655a7feb2f13f8c880566d9d72a3f6c92c192a6867632e490d6da67b678271f46e01044996a6443e870331100dfdd languageName: node linkType: hard "es6-error@npm:^4.0.1": version: 4.1.1 resolution: "es6-error@npm:4.1.1" - checksum: 48483c25701dc5a6376f39bbe2eaf5da0b505607ec5a98cd3ade472c1939242156660636e2e508b33211e48e88b132d245341595c067bd4a95ac79fa7134da06 + checksum: 10/48483c25701dc5a6376f39bbe2eaf5da0b505607ec5a98cd3ade472c1939242156660636e2e508b33211e48e88b132d245341595c067bd4a95ac79fa7134da06 languageName: node linkType: hard "escalade@npm:^3.1.1": version: 3.1.1 resolution: "escalade@npm:3.1.1" - checksum: afa618e73362576b63f6ca83c975456621095a1ed42ff068174e3f5cea48afc422814dda548c96e6ebb5333e7265140c7292abcc81bbd6ccb1757d50d3a4e182 + checksum: 10/afa618e73362576b63f6ca83c975456621095a1ed42ff068174e3f5cea48afc422814dda548c96e6ebb5333e7265140c7292abcc81bbd6ccb1757d50d3a4e182 languageName: node linkType: hard "escape-string-regexp@npm:4.0.0, escape-string-regexp@npm:^4.0.0": version: 4.0.0 resolution: "escape-string-regexp@npm:4.0.0" - checksum: 98b48897d93060f2322108bf29db0feba7dd774be96cd069458d1453347b25ce8682ecc39859d4bca2203cc0ab19c237bcc71755eff49a0f8d90beadeeba5cc5 + checksum: 10/98b48897d93060f2322108bf29db0feba7dd774be96cd069458d1453347b25ce8682ecc39859d4bca2203cc0ab19c237bcc71755eff49a0f8d90beadeeba5cc5 languageName: node linkType: hard "escape-string-regexp@npm:^1.0.5": version: 1.0.5 resolution: "escape-string-regexp@npm:1.0.5" - checksum: 6092fda75c63b110c706b6a9bfde8a612ad595b628f0bd2147eea1d3406723020810e591effc7db1da91d80a71a737a313567c5abb3813e8d9c71f4aa595b410 + checksum: 10/6092fda75c63b110c706b6a9bfde8a612ad595b628f0bd2147eea1d3406723020810e591effc7db1da91d80a71a737a313567c5abb3813e8d9c71f4aa595b410 languageName: node linkType: hard @@ -1391,7 +1416,7 @@ __metadata: resolution: "eslint-config-google@npm:0.14.0" peerDependencies: eslint: ">=5.16.0" - checksum: c9b3fb0d32a41e1778a92fb36c1ca54fbc421c36d3c803bfaf5bc7938bbaa05b4809668dc9f0b4a834e63b22d8d5503728893f5aa3dc274ef0e960d30f96a86f + checksum: 10/c9b3fb0d32a41e1778a92fb36c1ca54fbc421c36d3c803bfaf5bc7938bbaa05b4809668dc9f0b4a834e63b22d8d5503728893f5aa3dc274ef0e960d30f96a86f languageName: node linkType: hard @@ -1401,32 +1426,80 @@ __metadata: dependencies: esrecurse: "npm:^4.3.0" estraverse: "npm:^5.2.0" - checksum: 5c660fb905d5883ad018a6fea2b49f3cb5b1cbf2cd4bd08e98646e9864f9bc2c74c0839bed2d292e90a4a328833accc197c8f0baed89cbe8d605d6f918465491 + checksum: 10/5c660fb905d5883ad018a6fea2b49f3cb5b1cbf2cd4bd08e98646e9864f9bc2c74c0839bed2d292e90a4a328833accc197c8f0baed89cbe8d605d6f918465491 languageName: node linkType: hard "eslint-visitor-keys@npm:^3.3.0": version: 3.3.0 resolution: "eslint-visitor-keys@npm:3.3.0" - checksum: 37a1a5912a0b1de0f6d26237d8903af8a3af402bbef6e4181aeda1ace12a67348a0356c677804cfc839f62e68c3845b3eb96bb8f334d30d5ce96348d482567ed + checksum: 10/37a1a5912a0b1de0f6d26237d8903af8a3af402bbef6e4181aeda1ace12a67348a0356c677804cfc839f62e68c3845b3eb96bb8f334d30d5ce96348d482567ed languageName: node linkType: hard "eslint-visitor-keys@npm:^3.4.1": version: 3.4.1 resolution: "eslint-visitor-keys@npm:3.4.1" - checksum: 92641e7ccde470065aa2931161a6a053690a54aae35ae08f38e376ecfd7c012573c542b37a3baecf921eb951fd57943411392f464c2b8f3399adee4723a1369f + checksum: 10/92641e7ccde470065aa2931161a6a053690a54aae35ae08f38e376ecfd7c012573c542b37a3baecf921eb951fd57943411392f464c2b8f3399adee4723a1369f languageName: node linkType: hard "eslint-visitor-keys@npm:^3.4.3": version: 3.4.3 resolution: "eslint-visitor-keys@npm:3.4.3" - checksum: 3f357c554a9ea794b094a09bd4187e5eacd1bc0d0653c3adeb87962c548e6a1ab8f982b86963ae1337f5d976004146536dcee5d0e2806665b193fbfbf1a9231b + checksum: 10/3f357c554a9ea794b094a09bd4187e5eacd1bc0d0653c3adeb87962c548e6a1ab8f982b86963ae1337f5d976004146536dcee5d0e2806665b193fbfbf1a9231b + languageName: node + linkType: hard + +"eslint@npm:8.57.0": + version: 8.57.0 + resolution: "eslint@npm:8.57.0" + dependencies: + "@eslint-community/eslint-utils": "npm:^4.2.0" + "@eslint-community/regexpp": "npm:^4.6.1" + "@eslint/eslintrc": "npm:^2.1.4" + "@eslint/js": "npm:8.57.0" + "@humanwhocodes/config-array": "npm:^0.11.14" + "@humanwhocodes/module-importer": "npm:^1.0.1" + "@nodelib/fs.walk": "npm:^1.2.8" + "@ungap/structured-clone": "npm:^1.2.0" + ajv: "npm:^6.12.4" + chalk: "npm:^4.0.0" + cross-spawn: "npm:^7.0.2" + debug: "npm:^4.3.2" + doctrine: "npm:^3.0.0" + escape-string-regexp: "npm:^4.0.0" + eslint-scope: "npm:^7.2.2" + eslint-visitor-keys: "npm:^3.4.3" + espree: "npm:^9.6.1" + esquery: "npm:^1.4.2" + esutils: "npm:^2.0.2" + fast-deep-equal: "npm:^3.1.3" + file-entry-cache: "npm:^6.0.1" + find-up: "npm:^5.0.0" + glob-parent: "npm:^6.0.2" + globals: "npm:^13.19.0" + graphemer: "npm:^1.4.0" + ignore: "npm:^5.2.0" + imurmurhash: "npm:^0.1.4" + is-glob: "npm:^4.0.0" + is-path-inside: "npm:^3.0.3" + js-yaml: "npm:^4.1.0" + json-stable-stringify-without-jsonify: "npm:^1.0.1" + levn: "npm:^0.4.1" + lodash.merge: "npm:^4.6.2" + minimatch: "npm:^3.1.2" + natural-compare: "npm:^1.4.0" + optionator: "npm:^0.9.3" + strip-ansi: "npm:^6.0.1" + text-table: "npm:^0.2.0" + bin: + eslint: bin/eslint.js + checksum: 10/00496e218b23747a7a9817bf58b522276d0dc1f2e546dceb4eea49f9871574088f72f1f069a6b560ef537efa3a75261b8ef70e51ef19033da1cc4c86a755ef15 languageName: node linkType: hard -"eslint@npm:8.56.0, eslint@npm:^8.9.0": +"eslint@npm:^8.9.0": version: 8.56.0 resolution: "eslint@npm:8.56.0" dependencies: @@ -1470,7 +1543,7 @@ __metadata: text-table: "npm:^0.2.0" bin: eslint: bin/eslint.js - checksum: ef6193c6e4cef20774b985a5cc2fd4bf6d3c4decd423117cbc4a0196617861745db291217ad3c537bc3a160650cca965bc818f55e1f3e446af1fcb293f9940a5 + checksum: 10/ef6193c6e4cef20774b985a5cc2fd4bf6d3c4decd423117cbc4a0196617861745db291217ad3c537bc3a160650cca965bc818f55e1f3e446af1fcb293f9940a5 languageName: node linkType: hard @@ -1481,7 +1554,7 @@ __metadata: acorn: "npm:^8.9.0" acorn-jsx: "npm:^5.3.2" eslint-visitor-keys: "npm:^3.4.1" - checksum: 255ab260f0d711a54096bdeda93adff0eadf02a6f9b92f02b323e83a2b7fc258797919437ad331efec3930475feb0142c5ecaaf3cdab4befebd336d47d3f3134 + checksum: 10/255ab260f0d711a54096bdeda93adff0eadf02a6f9b92f02b323e83a2b7fc258797919437ad331efec3930475feb0142c5ecaaf3cdab4befebd336d47d3f3134 languageName: node linkType: hard @@ -1491,7 +1564,7 @@ __metadata: bin: esparse: ./bin/esparse.js esvalidate: ./bin/esvalidate.js - checksum: f1d3c622ad992421362294f7acf866aa9409fbad4eb2e8fa230bd33944ce371d32279667b242d8b8907ec2b6ad7353a717f3c0e60e748873a34a7905174bc0eb + checksum: 10/f1d3c622ad992421362294f7acf866aa9409fbad4eb2e8fa230bd33944ce371d32279667b242d8b8907ec2b6ad7353a717f3c0e60e748873a34a7905174bc0eb languageName: node linkType: hard @@ -1500,7 +1573,7 @@ __metadata: resolution: "esquery@npm:1.5.0" dependencies: estraverse: "npm:^5.1.0" - checksum: e65fcdfc1e0ff5effbf50fb4f31ea20143ae5df92bb2e4953653d8d40aa4bc148e0d06117a592ce4ea53eeab1dafdfded7ea7e22a5be87e82d73757329a1b01d + checksum: 10/e65fcdfc1e0ff5effbf50fb4f31ea20143ae5df92bb2e4953653d8d40aa4bc148e0d06117a592ce4ea53eeab1dafdfded7ea7e22a5be87e82d73757329a1b01d languageName: node linkType: hard @@ -1509,42 +1582,42 @@ __metadata: resolution: "esrecurse@npm:4.3.0" dependencies: estraverse: "npm:^5.2.0" - checksum: 44ffcd89e714ea6b30143e7f119b104fc4d75e77ee913f34d59076b40ef2d21967f84e019f84e1fd0465b42cdbf725db449f232b5e47f29df29ed76194db8e16 + checksum: 10/44ffcd89e714ea6b30143e7f119b104fc4d75e77ee913f34d59076b40ef2d21967f84e019f84e1fd0465b42cdbf725db449f232b5e47f29df29ed76194db8e16 languageName: node linkType: hard "estraverse@npm:^5.1.0, estraverse@npm:^5.2.0": version: 5.3.0 resolution: "estraverse@npm:5.3.0" - checksum: 37cbe6e9a68014d34dbdc039f90d0baf72436809d02edffcc06ba3c2a12eb298048f877511353b130153e532aac8d68ba78430c0dd2f44806ebc7c014b01585e + checksum: 10/37cbe6e9a68014d34dbdc039f90d0baf72436809d02edffcc06ba3c2a12eb298048f877511353b130153e532aac8d68ba78430c0dd2f44806ebc7c014b01585e languageName: node linkType: hard "esutils@npm:^2.0.2": version: 2.0.3 resolution: "esutils@npm:2.0.3" - checksum: b23acd24791db11d8f65be5ea58fd9a6ce2df5120ae2da65c16cfc5331ff59d5ac4ef50af66cd4bde238881503ec839928a0135b99a036a9cdfa22d17fd56cdb + checksum: 10/b23acd24791db11d8f65be5ea58fd9a6ce2df5120ae2da65c16cfc5331ff59d5ac4ef50af66cd4bde238881503ec839928a0135b99a036a9cdfa22d17fd56cdb languageName: node linkType: hard "fast-deep-equal@npm:^3.1.1, fast-deep-equal@npm:^3.1.3": version: 3.1.3 resolution: "fast-deep-equal@npm:3.1.3" - checksum: e21a9d8d84f53493b6aa15efc9cfd53dd5b714a1f23f67fb5dc8f574af80df889b3bce25dc081887c6d25457cce704e636395333abad896ccdec03abaf1f3f9d + checksum: 10/e21a9d8d84f53493b6aa15efc9cfd53dd5b714a1f23f67fb5dc8f574af80df889b3bce25dc081887c6d25457cce704e636395333abad896ccdec03abaf1f3f9d languageName: node linkType: hard "fast-json-stable-stringify@npm:^2.0.0": version: 2.1.0 resolution: "fast-json-stable-stringify@npm:2.1.0" - checksum: 2c20055c1fa43c922428f16ca8bb29f2807de63e5c851f665f7ac9790176c01c3b40335257736b299764a8d383388dabc73c8083b8e1bc3d99f0a941444ec60e + checksum: 10/2c20055c1fa43c922428f16ca8bb29f2807de63e5c851f665f7ac9790176c01c3b40335257736b299764a8d383388dabc73c8083b8e1bc3d99f0a941444ec60e languageName: node linkType: hard "fast-levenshtein@npm:^2.0.6": version: 2.0.6 resolution: "fast-levenshtein@npm:2.0.6" - checksum: eb7e220ecf2bab5159d157350b81d01f75726a4382f5a9266f42b9150c4523b9795f7f5d9fbbbeaeac09a441b2369f05ee02db48ea938584205530fe5693cfe1 + checksum: 10/eb7e220ecf2bab5159d157350b81d01f75726a4382f5a9266f42b9150c4523b9795f7f5d9fbbbeaeac09a441b2369f05ee02db48ea938584205530fe5693cfe1 languageName: node linkType: hard @@ -1553,7 +1626,7 @@ __metadata: resolution: "fastq@npm:1.15.0" dependencies: reusify: "npm:^1.0.4" - checksum: 67c01b1c972e2d5b6fea197a1a39d5d582982aea69ff4c504badac71080d8396d4843b165a9686e907c233048f15a86bbccb0e7f83ba771f6fa24bcde059d0c3 + checksum: 10/67c01b1c972e2d5b6fea197a1a39d5d582982aea69ff4c504badac71080d8396d4843b165a9686e907c233048f15a86bbccb0e7f83ba771f6fa24bcde059d0c3 languageName: node linkType: hard @@ -1562,7 +1635,7 @@ __metadata: resolution: "file-entry-cache@npm:6.0.1" dependencies: flat-cache: "npm:^3.0.4" - checksum: 099bb9d4ab332cb93c48b14807a6918a1da87c45dce91d4b61fd40e6505d56d0697da060cb901c729c90487067d93c9243f5da3dc9c41f0358483bfdebca736b + checksum: 10/099bb9d4ab332cb93c48b14807a6918a1da87c45dce91d4b61fd40e6505d56d0697da060cb901c729c90487067d93c9243f5da3dc9c41f0358483bfdebca736b languageName: node linkType: hard @@ -1571,7 +1644,7 @@ __metadata: resolution: "fill-range@npm:7.0.1" dependencies: to-regex-range: "npm:^5.0.1" - checksum: e260f7592fd196b4421504d3597cc76f4a1ca7a9488260d533b611fc3cefd61e9a9be1417cb82d3b01ad9f9c0ff2dbf258e1026d2445e26b0cf5148ff4250429 + checksum: 10/e260f7592fd196b4421504d3597cc76f4a1ca7a9488260d533b611fc3cefd61e9a9be1417cb82d3b01ad9f9c0ff2dbf258e1026d2445e26b0cf5148ff4250429 languageName: node linkType: hard @@ -1582,7 +1655,7 @@ __metadata: commondir: "npm:^1.0.1" make-dir: "npm:^3.0.2" pkg-dir: "npm:^4.1.0" - checksum: 3907c2e0b15132704ed67083686cd3e68ab7d9ecc22e50ae9da20678245d488b01fa22c0e34c0544dc6edc4354c766f016c8c186a787be7c17f7cde8c5281e85 + checksum: 10/3907c2e0b15132704ed67083686cd3e68ab7d9ecc22e50ae9da20678245d488b01fa22c0e34c0544dc6edc4354c766f016c8c186a787be7c17f7cde8c5281e85 languageName: node linkType: hard @@ -1592,7 +1665,7 @@ __metadata: dependencies: locate-path: "npm:^6.0.0" path-exists: "npm:^4.0.0" - checksum: 07955e357348f34660bde7920783204ff5a26ac2cafcaa28bace494027158a97b9f56faaf2d89a6106211a8174db650dd9f503f9c0d526b1202d5554a00b9095 + checksum: 10/07955e357348f34660bde7920783204ff5a26ac2cafcaa28bace494027158a97b9f56faaf2d89a6106211a8174db650dd9f503f9c0d526b1202d5554a00b9095 languageName: node linkType: hard @@ -1602,7 +1675,7 @@ __metadata: dependencies: locate-path: "npm:^5.0.0" path-exists: "npm:^4.0.0" - checksum: 4c172680e8f8c1f78839486e14a43ef82e9decd0e74145f40707cc42e7420506d5ec92d9a11c22bd2c48fb0c384ea05dd30e10dd152fefeec6f2f75282a8b844 + checksum: 10/4c172680e8f8c1f78839486e14a43ef82e9decd0e74145f40707cc42e7420506d5ec92d9a11c22bd2c48fb0c384ea05dd30e10dd152fefeec6f2f75282a8b844 languageName: node linkType: hard @@ -1612,7 +1685,7 @@ __metadata: dependencies: flatted: "npm:^3.1.0" rimraf: "npm:^3.0.2" - checksum: 9fe5d0cb97c988e3b25242e71346965fae22757674db3fca14206850af2efa3ca3b04a3ba0eba8d5e20fd8a3be80a2e14b1c2917e70ffe1acb98a8c3327e4c9f + checksum: 10/9fe5d0cb97c988e3b25242e71346965fae22757674db3fca14206850af2efa3ca3b04a3ba0eba8d5e20fd8a3be80a2e14b1c2917e70ffe1acb98a8c3327e4c9f languageName: node linkType: hard @@ -1621,14 +1694,14 @@ __metadata: resolution: "flat@npm:5.0.2" bin: flat: cli.js - checksum: 72479e651c15eab53e25ce04c31bab18cfaac0556505cac19221dbbe85bbb9686bc76e4d397e89e5bf516ce667dcf818f8b07e585568edba55abc2bf1f698fb5 + checksum: 10/72479e651c15eab53e25ce04c31bab18cfaac0556505cac19221dbbe85bbb9686bc76e4d397e89e5bf516ce667dcf818f8b07e585568edba55abc2bf1f698fb5 languageName: node linkType: hard "flatted@npm:^3.1.0": version: 3.2.7 resolution: "flatted@npm:3.2.7" - checksum: 427633049d55bdb80201c68f7eb1cbd533e03eac541f97d3aecab8c5526f12a20ccecaeede08b57503e772c769e7f8680b37e8d482d1e5f8d7e2194687f9ea35 + checksum: 10/427633049d55bdb80201c68f7eb1cbd533e03eac541f97d3aecab8c5526f12a20ccecaeede08b57503e772c769e7f8680b37e8d482d1e5f8d7e2194687f9ea35 languageName: node linkType: hard @@ -1638,7 +1711,7 @@ __metadata: peerDependenciesMeta: debug: optional: true - checksum: 2e8f5f259a6b02dfa8dc199e08431848a7c3beed32eb4c19945966164a52c89f07b86c3afcc32ebe4279cf0a960520e45a63013d6350309c5ec90133c5d9351a + checksum: 10/2e8f5f259a6b02dfa8dc199e08431848a7c3beed32eb4c19945966164a52c89f07b86c3afcc32ebe4279cf0a960520e45a63013d6350309c5ec90133c5d9351a languageName: node linkType: hard @@ -1648,7 +1721,7 @@ __metadata: dependencies: cross-spawn: "npm:^7.0.0" signal-exit: "npm:^3.0.2" - checksum: f36574ad8e19d69ce06fceac7d86161b863968e4ba292c14b7b40e5c464e3e9bcd7711250d33427d95cc2bb0d48cf101df9687433dbbc7fd3c7e4f595be8305e + checksum: 10/f36574ad8e19d69ce06fceac7d86161b863968e4ba292c14b7b40e5c464e3e9bcd7711250d33427d95cc2bb0d48cf101df9687433dbbc7fd3c7e4f595be8305e languageName: node linkType: hard @@ -1659,14 +1732,14 @@ __metadata: asynckit: "npm:^0.4.0" combined-stream: "npm:^1.0.8" mime-types: "npm:^2.1.12" - checksum: 7264aa760a8cf09482816d8300f1b6e2423de1b02bba612a136857413fdc96d7178298ced106817655facc6b89036c6e12ae31c9eb5bdc16aabf502ae8a5d805 + checksum: 10/7264aa760a8cf09482816d8300f1b6e2423de1b02bba612a136857413fdc96d7178298ced106817655facc6b89036c6e12ae31c9eb5bdc16aabf502ae8a5d805 languageName: node linkType: hard "fromentries@npm:^1.2.0": version: 1.3.2 resolution: "fromentries@npm:1.3.2" - checksum: 10d6e07d289db102c0c1eaf5c3e3fa55ddd6b50033d7de16d99a7cd89f1e1a302dfadb26457031f9bb5d2ed95a179aaf0396092dde5abcae06e8a2f0476826be + checksum: 10/10d6e07d289db102c0c1eaf5c3e3fa55ddd6b50033d7de16d99a7cd89f1e1a302dfadb26457031f9bb5d2ed95a179aaf0396092dde5abcae06e8a2f0476826be languageName: node linkType: hard @@ -1675,14 +1748,14 @@ __metadata: resolution: "fs-minipass@npm:2.1.0" dependencies: minipass: "npm:^3.0.0" - checksum: 03191781e94bc9a54bd376d3146f90fe8e082627c502185dbf7b9b3032f66b0b142c1115f3b2cc5936575fc1b44845ce903dd4c21bec2a8d69f3bd56f9cee9ec + checksum: 10/03191781e94bc9a54bd376d3146f90fe8e082627c502185dbf7b9b3032f66b0b142c1115f3b2cc5936575fc1b44845ce903dd4c21bec2a8d69f3bd56f9cee9ec languageName: node linkType: hard "fs.realpath@npm:^1.0.0": version: 1.0.0 resolution: "fs.realpath@npm:1.0.0" - checksum: e703107c28e362d8d7b910bbcbfd371e640a3bb45ae157a362b5952c0030c0b6d4981140ec319b347bce7adc025dd7813da1ff908a945ac214d64f5402a51b96 + checksum: 10/e703107c28e362d8d7b910bbcbfd371e640a3bb45ae157a362b5952c0030c0b6d4981140ec319b347bce7adc025dd7813da1ff908a945ac214d64f5402a51b96 languageName: node linkType: hard @@ -1691,7 +1764,7 @@ __metadata: resolution: "fsevents@npm:2.3.2" dependencies: node-gyp: "npm:latest" - checksum: 6b5b6f5692372446ff81cf9501c76e3e0459a4852b3b5f1fc72c103198c125a6b8c72f5f166bdd76ffb2fca261e7f6ee5565daf80dca6e571e55bcc589cc1256 + checksum: 10/6b5b6f5692372446ff81cf9501c76e3e0459a4852b3b5f1fc72c103198c125a6b8c72f5f166bdd76ffb2fca261e7f6ee5565daf80dca6e571e55bcc589cc1256 conditions: os=darwin languageName: node linkType: hard @@ -1708,7 +1781,7 @@ __metadata: "function-bind@npm:^1.1.1": version: 1.1.1 resolution: "function-bind@npm:1.1.1" - checksum: d83f2968030678f0b8c3f2183d63dcd969344eb8b55b4eb826a94ccac6de8b87c95bebffda37a6386c74f152284eb02956ff2c496897f35d32bdc2628ac68ac5 + checksum: 10/d83f2968030678f0b8c3f2183d63dcd969344eb8b55b4eb826a94ccac6de8b87c95bebffda37a6386c74f152284eb02956ff2c496897f35d32bdc2628ac68ac5 languageName: node linkType: hard @@ -1724,21 +1797,21 @@ __metadata: string-width: "npm:^4.2.3" strip-ansi: "npm:^6.0.1" wide-align: "npm:^1.1.5" - checksum: 09535dd53b5ced6a34482b1fa9f3929efdeac02f9858569cde73cef3ed95050e0f3d095706c1689614059898924b7a74aa14042f51381a1ccc4ee5c29d2389c4 + checksum: 10/09535dd53b5ced6a34482b1fa9f3929efdeac02f9858569cde73cef3ed95050e0f3d095706c1689614059898924b7a74aa14042f51381a1ccc4ee5c29d2389c4 languageName: node linkType: hard "gensync@npm:^1.0.0-beta.2": version: 1.0.0-beta.2 resolution: "gensync@npm:1.0.0-beta.2" - checksum: 17d8333460204fbf1f9160d067e1e77f908a5447febb49424b8ab043026049835c9ef3974445c57dbd39161f4d2b04356d7de12b2eecaa27a7a7ea7d871cbedd + checksum: 10/17d8333460204fbf1f9160d067e1e77f908a5447febb49424b8ab043026049835c9ef3974445c57dbd39161f4d2b04356d7de12b2eecaa27a7a7ea7d871cbedd languageName: node linkType: hard "get-caller-file@npm:^2.0.1, get-caller-file@npm:^2.0.5": version: 2.0.5 resolution: "get-caller-file@npm:2.0.5" - checksum: b9769a836d2a98c3ee734a88ba712e62703f1df31b94b784762c433c27a386dd6029ff55c2a920c392e33657d80191edbf18c61487e198844844516f843496b9 + checksum: 10/b9769a836d2a98c3ee734a88ba712e62703f1df31b94b784762c433c27a386dd6029ff55c2a920c392e33657d80191edbf18c61487e198844844516f843496b9 languageName: node linkType: hard @@ -1749,14 +1822,14 @@ __metadata: function-bind: "npm:^1.1.1" has: "npm:^1.0.3" has-symbols: "npm:^1.0.3" - checksum: f57c5fe67a96adace4f8e80c288728bcd0ccfdc82c9cc53e4a5ef1ec857b5f7ef4b1c289e39649b1df226bace81103630bf7e128c821f82cd603450036e54f97 + checksum: 10/f57c5fe67a96adace4f8e80c288728bcd0ccfdc82c9cc53e4a5ef1ec857b5f7ef4b1c289e39649b1df226bace81103630bf7e128c821f82cd603450036e54f97 languageName: node linkType: hard "get-package-type@npm:^0.1.0": version: 0.1.0 resolution: "get-package-type@npm:0.1.0" - checksum: bba0811116d11e56d702682ddef7c73ba3481f114590e705fc549f4d868972263896af313c57a25c076e3c0d567e11d919a64ba1b30c879be985fc9d44f96148 + checksum: 10/bba0811116d11e56d702682ddef7c73ba3481f114590e705fc549f4d868972263896af313c57a25c076e3c0d567e11d919a64ba1b30c879be985fc9d44f96148 languageName: node linkType: hard @@ -1765,7 +1838,7 @@ __metadata: resolution: "glob-parent@npm:6.0.2" dependencies: is-glob: "npm:^4.0.3" - checksum: c13ee97978bef4f55106b71e66428eb1512e71a7466ba49025fc2aec59a5bfb0954d5abd58fc5ee6c9b076eef4e1f6d3375c2e964b88466ca390da4419a786a8 + checksum: 10/c13ee97978bef4f55106b71e66428eb1512e71a7466ba49025fc2aec59a5bfb0954d5abd58fc5ee6c9b076eef4e1f6d3375c2e964b88466ca390da4419a786a8 languageName: node linkType: hard @@ -1774,21 +1847,20 @@ __metadata: resolution: "glob-parent@npm:5.1.2" dependencies: is-glob: "npm:^4.0.1" - checksum: 32cd106ce8c0d83731966d31517adb766d02c3812de49c30cfe0675c7c0ae6630c11214c54a5ae67aca882cf738d27fd7768f21aa19118b9245950554be07247 + checksum: 10/32cd106ce8c0d83731966d31517adb766d02c3812de49c30cfe0675c7c0ae6630c11214c54a5ae67aca882cf738d27fd7768f21aa19118b9245950554be07247 languageName: node linkType: hard -"glob@npm:7.2.0": - version: 7.2.0 - resolution: "glob@npm:7.2.0" +"glob@npm:8.1.0, glob@npm:^8.0.1": + version: 8.1.0 + resolution: "glob@npm:8.1.0" dependencies: fs.realpath: "npm:^1.0.0" inflight: "npm:^1.0.4" inherits: "npm:2" - minimatch: "npm:^3.0.4" + minimatch: "npm:^5.0.1" once: "npm:^1.3.0" - path-is-absolute: "npm:^1.0.0" - checksum: bc78b6ea0735b6e23d20678aba4ae6a4760e8c9527e3c4683ac25b14e70f55f9531245dcf25959b70cbc4aa3dcce1fc37ab65fd026a4cbd70aa3a44880bd396b + checksum: 10/9aab1c75eb087c35dbc41d1f742e51d0507aa2b14c910d96fb8287107a10a22f4bbdce26fc0a3da4c69a20f7b26d62f1640b346a4f6e6becfff47f335bb1dc5e languageName: node linkType: hard @@ -1802,27 +1874,14 @@ __metadata: minimatch: "npm:^3.1.1" once: "npm:^1.3.0" path-is-absolute: "npm:^1.0.0" - checksum: 59452a9202c81d4508a43b8af7082ca5c76452b9fcc4a9ab17655822e6ce9b21d4f8fbadabe4fe3faef448294cec249af305e2cd824b7e9aaf689240e5e96a7b - languageName: node - linkType: hard - -"glob@npm:^8.0.1": - version: 8.1.0 - resolution: "glob@npm:8.1.0" - dependencies: - fs.realpath: "npm:^1.0.0" - inflight: "npm:^1.0.4" - inherits: "npm:2" - minimatch: "npm:^5.0.1" - once: "npm:^1.3.0" - checksum: 9aab1c75eb087c35dbc41d1f742e51d0507aa2b14c910d96fb8287107a10a22f4bbdce26fc0a3da4c69a20f7b26d62f1640b346a4f6e6becfff47f335bb1dc5e + checksum: 10/59452a9202c81d4508a43b8af7082ca5c76452b9fcc4a9ab17655822e6ce9b21d4f8fbadabe4fe3faef448294cec249af305e2cd824b7e9aaf689240e5e96a7b languageName: node linkType: hard "globals@npm:^11.1.0": version: 11.12.0 resolution: "globals@npm:11.12.0" - checksum: 9f054fa38ff8de8fa356502eb9d2dae0c928217b8b5c8de1f09f5c9b6c8a96d8b9bd3afc49acbcd384a98a81fea713c859e1b09e214c60509517bb8fc2bc13c2 + checksum: 10/9f054fa38ff8de8fa356502eb9d2dae0c928217b8b5c8de1f09f5c9b6c8a96d8b9bd3afc49acbcd384a98a81fea713c859e1b09e214c60509517bb8fc2bc13c2 languageName: node linkType: hard @@ -1831,49 +1890,49 @@ __metadata: resolution: "globals@npm:13.20.0" dependencies: type-fest: "npm:^0.20.2" - checksum: 9df85cde2f0dce6ac9b3a5e08bec109d2f3b38ddd055a83867e0672c55704866d53ce6a4265859fa630624baadd46f50ca38602a13607ad86be853a8c179d3e7 + checksum: 10/9df85cde2f0dce6ac9b3a5e08bec109d2f3b38ddd055a83867e0672c55704866d53ce6a4265859fa630624baadd46f50ca38602a13607ad86be853a8c179d3e7 languageName: node linkType: hard "graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.2.6": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" - checksum: bf152d0ed1dc159239db1ba1f74fdbc40cb02f626770dcd5815c427ce0688c2635a06ed69af364396da4636d0408fcf7d4afdf7881724c3307e46aff30ca49e2 + checksum: 10/bf152d0ed1dc159239db1ba1f74fdbc40cb02f626770dcd5815c427ce0688c2635a06ed69af364396da4636d0408fcf7d4afdf7881724c3307e46aff30ca49e2 languageName: node linkType: hard "graphemer@npm:^1.4.0": version: 1.4.0 resolution: "graphemer@npm:1.4.0" - checksum: 6dd60dba97007b21e3a829fab3f771803cc1292977fe610e240ea72afd67e5690ac9eeaafc4a99710e78962e5936ab5a460787c2a1180f1cb0ccfac37d29f897 + checksum: 10/6dd60dba97007b21e3a829fab3f771803cc1292977fe610e240ea72afd67e5690ac9eeaafc4a99710e78962e5936ab5a460787c2a1180f1cb0ccfac37d29f897 languageName: node linkType: hard "has-flag@npm:^3.0.0": version: 3.0.0 resolution: "has-flag@npm:3.0.0" - checksum: 4a15638b454bf086c8148979aae044dd6e39d63904cd452d970374fa6a87623423da485dfb814e7be882e05c096a7ccf1ebd48e7e7501d0208d8384ff4dea73b + checksum: 10/4a15638b454bf086c8148979aae044dd6e39d63904cd452d970374fa6a87623423da485dfb814e7be882e05c096a7ccf1ebd48e7e7501d0208d8384ff4dea73b languageName: node linkType: hard "has-flag@npm:^4.0.0": version: 4.0.0 resolution: "has-flag@npm:4.0.0" - checksum: 261a1357037ead75e338156b1f9452c016a37dcd3283a972a30d9e4a87441ba372c8b81f818cd0fbcd9c0354b4ae7e18b9e1afa1971164aef6d18c2b6095a8ad + checksum: 10/261a1357037ead75e338156b1f9452c016a37dcd3283a972a30d9e4a87441ba372c8b81f818cd0fbcd9c0354b4ae7e18b9e1afa1971164aef6d18c2b6095a8ad languageName: node linkType: hard "has-symbols@npm:^1.0.3": version: 1.0.3 resolution: "has-symbols@npm:1.0.3" - checksum: 464f97a8202a7690dadd026e6d73b1ceeddd60fe6acfd06151106f050303eaa75855aaa94969df8015c11ff7c505f196114d22f7386b4a471038da5874cf5e9b + checksum: 10/464f97a8202a7690dadd026e6d73b1ceeddd60fe6acfd06151106f050303eaa75855aaa94969df8015c11ff7c505f196114d22f7386b4a471038da5874cf5e9b languageName: node linkType: hard "has-unicode@npm:^2.0.1": version: 2.0.1 resolution: "has-unicode@npm:2.0.1" - checksum: 041b4293ad6bf391e21c5d85ed03f412506d6623786b801c4ab39e4e6ca54993f13201bceb544d92963f9e0024e6e7fbf0cb1d84c9d6b31cb9c79c8c990d13d8 + checksum: 10/041b4293ad6bf391e21c5d85ed03f412506d6623786b801c4ab39e4e6ca54993f13201bceb544d92963f9e0024e6e7fbf0cb1d84c9d6b31cb9c79c8c990d13d8 languageName: node linkType: hard @@ -1882,7 +1941,7 @@ __metadata: resolution: "has@npm:1.0.3" dependencies: function-bind: "npm:^1.1.1" - checksum: a449f3185b1d165026e8d25f6a8c3390bd25c201ff4b8c1aaf948fc6a5fcfd6507310b8c00c13a3325795ea9791fcc3d79d61eafa313b5750438fc19183df57b + checksum: 10/a449f3185b1d165026e8d25f6a8c3390bd25c201ff4b8c1aaf948fc6a5fcfd6507310b8c00c13a3325795ea9791fcc3d79d61eafa313b5750438fc19183df57b languageName: node linkType: hard @@ -1892,7 +1951,7 @@ __metadata: dependencies: is-stream: "npm:^2.0.0" type-fest: "npm:^0.8.0" - checksum: 06cc474bed246761ff61c19d629977eb5f53fa817be4313a255a64ae0f433e831a29e83acb6555e3f4592b348497596f1d1653751008dda4f21c9c21ca60ac5a + checksum: 10/06cc474bed246761ff61c19d629977eb5f53fa817be4313a255a64ae0f433e831a29e83acb6555e3f4592b348497596f1d1653751008dda4f21c9c21ca60ac5a languageName: node linkType: hard @@ -1901,21 +1960,21 @@ __metadata: resolution: "he@npm:1.2.0" bin: he: bin/he - checksum: d09b2243da4e23f53336e8de3093e5c43d2c39f8d0d18817abfa32ce3e9355391b2edb4bb5edc376aea5d4b0b59d6a0482aab4c52bc02ef95751e4b818e847f1 + checksum: 10/d09b2243da4e23f53336e8de3093e5c43d2c39f8d0d18817abfa32ce3e9355391b2edb4bb5edc376aea5d4b0b59d6a0482aab4c52bc02ef95751e4b818e847f1 languageName: node linkType: hard "html-escaper@npm:^2.0.0": version: 2.0.2 resolution: "html-escaper@npm:2.0.2" - checksum: 034d74029dcca544a34fb6135e98d427acd73019796ffc17383eaa3ec2fe1c0471dcbbc8f8ed39e46e86d43ccd753a160631615e4048285e313569609b66d5b7 + checksum: 10/034d74029dcca544a34fb6135e98d427acd73019796ffc17383eaa3ec2fe1c0471dcbbc8f8ed39e46e86d43ccd753a160631615e4048285e313569609b66d5b7 languageName: node linkType: hard "http-cache-semantics@npm:^4.1.0": version: 4.1.1 resolution: "http-cache-semantics@npm:4.1.1" - checksum: 362d5ed66b12ceb9c0a328fb31200b590ab1b02f4a254a697dc796850cc4385603e75f53ec59f768b2dad3bfa1464bd229f7de278d2899a0e3beffc634b6683f + checksum: 10/362d5ed66b12ceb9c0a328fb31200b590ab1b02f4a254a697dc796850cc4385603e75f53ec59f768b2dad3bfa1464bd229f7de278d2899a0e3beffc634b6683f languageName: node linkType: hard @@ -1926,7 +1985,7 @@ __metadata: "@tootallnate/once": "npm:2" agent-base: "npm:6" debug: "npm:4" - checksum: 5ee19423bc3e0fd5f23ce991b0755699ad2a46a440ce9cec99e8126bb98448ad3479d2c0ea54be5519db5b19a4ffaa69616bac01540db18506dd4dac3dc418f0 + checksum: 10/5ee19423bc3e0fd5f23ce991b0755699ad2a46a440ce9cec99e8126bb98448ad3479d2c0ea54be5519db5b19a4ffaa69616bac01540db18506dd4dac3dc418f0 languageName: node linkType: hard @@ -1936,7 +1995,7 @@ __metadata: dependencies: agent-base: "npm:6" debug: "npm:4" - checksum: f0dce7bdcac5e8eaa0be3c7368bb8836ed010fb5b6349ffb412b172a203efe8f807d9a6681319105ea1b6901e1972c7b5ea899672a7b9aad58309f766dcbe0df + checksum: 10/f0dce7bdcac5e8eaa0be3c7368bb8836ed010fb5b6349ffb412b172a203efe8f807d9a6681319105ea1b6901e1972c7b5ea899672a7b9aad58309f766dcbe0df languageName: node linkType: hard @@ -1945,7 +2004,7 @@ __metadata: resolution: "humanize-ms@npm:1.2.1" dependencies: ms: "npm:^2.0.0" - checksum: 9c7a74a2827f9294c009266c82031030eae811ca87b0da3dceb8d6071b9bde22c9f3daef0469c3c533cc67a97d8a167cd9fc0389350e5f415f61a79b171ded16 + checksum: 10/9c7a74a2827f9294c009266c82031030eae811ca87b0da3dceb8d6071b9bde22c9f3daef0469c3c533cc67a97d8a167cd9fc0389350e5f415f61a79b171ded16 languageName: node linkType: hard @@ -1954,14 +2013,14 @@ __metadata: resolution: "iconv-lite@npm:0.6.3" dependencies: safer-buffer: "npm:>= 2.1.2 < 3.0.0" - checksum: 24e3292dd3dadaa81d065c6f8c41b274a47098150d444b96e5f53b4638a9a71482921ea6a91a1f59bb71d9796de25e04afd05919fa64c360347ba65d3766f10f + checksum: 10/24e3292dd3dadaa81d065c6f8c41b274a47098150d444b96e5f53b4638a9a71482921ea6a91a1f59bb71d9796de25e04afd05919fa64c360347ba65d3766f10f languageName: node linkType: hard "ignore@npm:^5.2.0": version: 5.2.4 resolution: "ignore@npm:5.2.4" - checksum: 4f7caf5d2005da21a382d4bd1d2aa741a3bed51de185c8562dd7f899a81a620ac4fd0619b06f7029a38ae79e4e4c134399db3bd0192c703c3ef54bb82df3086c + checksum: 10/4f7caf5d2005da21a382d4bd1d2aa741a3bed51de185c8562dd7f899a81a620ac4fd0619b06f7029a38ae79e4e4c134399db3bd0192c703c3ef54bb82df3086c languageName: node linkType: hard @@ -1971,28 +2030,28 @@ __metadata: dependencies: parent-module: "npm:^1.0.0" resolve-from: "npm:^4.0.0" - checksum: 2cacfad06e652b1edc50be650f7ec3be08c5e5a6f6d12d035c440a42a8cc028e60a5b99ca08a77ab4d6b1346da7d971915828f33cdab730d3d42f08242d09baa + checksum: 10/2cacfad06e652b1edc50be650f7ec3be08c5e5a6f6d12d035c440a42a8cc028e60a5b99ca08a77ab4d6b1346da7d971915828f33cdab730d3d42f08242d09baa languageName: node linkType: hard "imurmurhash@npm:^0.1.4": version: 0.1.4 resolution: "imurmurhash@npm:0.1.4" - checksum: 2d30b157a91fe1c1d7c6f653cbf263f039be6c5bfa959245a16d4ee191fc0f2af86c08545b6e6beeb041c56b574d2d5b9f95343d378ab49c0f37394d541e7fc8 + checksum: 10/2d30b157a91fe1c1d7c6f653cbf263f039be6c5bfa959245a16d4ee191fc0f2af86c08545b6e6beeb041c56b574d2d5b9f95343d378ab49c0f37394d541e7fc8 languageName: node linkType: hard "indent-string@npm:^4.0.0": version: 4.0.0 resolution: "indent-string@npm:4.0.0" - checksum: cd3f5cbc9ca2d624c6a1f53f12e6b341659aba0e2d3254ae2b4464aaea8b4294cdb09616abbc59458f980531f2429784ed6a420d48d245bcad0811980c9efae9 + checksum: 10/cd3f5cbc9ca2d624c6a1f53f12e6b341659aba0e2d3254ae2b4464aaea8b4294cdb09616abbc59458f980531f2429784ed6a420d48d245bcad0811980c9efae9 languageName: node linkType: hard "infer-owner@npm:^1.0.4": version: 1.0.4 resolution: "infer-owner@npm:1.0.4" - checksum: 181e732764e4a0611576466b4b87dac338972b839920b2a8cde43642e4ed6bd54dc1fb0b40874728f2a2df9a1b097b8ff83b56d5f8f8e3927f837fdcb47d8a89 + checksum: 10/181e732764e4a0611576466b4b87dac338972b839920b2a8cde43642e4ed6bd54dc1fb0b40874728f2a2df9a1b097b8ff83b56d5f8f8e3927f837fdcb47d8a89 languageName: node linkType: hard @@ -2002,21 +2061,21 @@ __metadata: dependencies: once: "npm:^1.3.0" wrappy: "npm:1" - checksum: d2ebd65441a38c8336c223d1b80b921b9fa737e37ea466fd7e253cb000c64ae1f17fa59e68130ef5bda92cfd8d36b83d37dab0eb0a4558bcfec8e8cdfd2dcb67 + checksum: 10/d2ebd65441a38c8336c223d1b80b921b9fa737e37ea466fd7e253cb000c64ae1f17fa59e68130ef5bda92cfd8d36b83d37dab0eb0a4558bcfec8e8cdfd2dcb67 languageName: node linkType: hard "inherits@npm:2, inherits@npm:^2.0.3": version: 2.0.4 resolution: "inherits@npm:2.0.4" - checksum: cd45e923bee15186c07fa4c89db0aace24824c482fb887b528304694b2aa6ff8a898da8657046a5dcf3e46cd6db6c61629551f9215f208d7c3f157cf9b290521 + checksum: 10/cd45e923bee15186c07fa4c89db0aace24824c482fb887b528304694b2aa6ff8a898da8657046a5dcf3e46cd6db6c61629551f9215f208d7c3f157cf9b290521 languageName: node linkType: hard "ip@npm:^2.0.0": version: 2.0.1 resolution: "ip@npm:2.0.1" - checksum: d6dd154e1bc5e8725adfdd6fb92218635b9cbe6d873d051bd63b178f009777f751a5eea4c67021723a7056325fc3052f8b6599af0a2d56f042c93e684b4a0349 + checksum: 10/d6dd154e1bc5e8725adfdd6fb92218635b9cbe6d873d051bd63b178f009777f751a5eea4c67021723a7056325fc3052f8b6599af0a2d56f042c93e684b4a0349 languageName: node linkType: hard @@ -2025,21 +2084,21 @@ __metadata: resolution: "is-binary-path@npm:2.1.0" dependencies: binary-extensions: "npm:^2.0.0" - checksum: 078e51b4f956c2c5fd2b26bb2672c3ccf7e1faff38e0ebdba45612265f4e3d9fc3127a1fa8370bbf09eab61339203c3d3b7af5662cbf8be4030f8fac37745b0e + checksum: 10/078e51b4f956c2c5fd2b26bb2672c3ccf7e1faff38e0ebdba45612265f4e3d9fc3127a1fa8370bbf09eab61339203c3d3b7af5662cbf8be4030f8fac37745b0e languageName: node linkType: hard "is-extglob@npm:^2.1.1": version: 2.1.1 resolution: "is-extglob@npm:2.1.1" - checksum: df033653d06d0eb567461e58a7a8c9f940bd8c22274b94bf7671ab36df5719791aae15eef6d83bbb5e23283967f2f984b8914559d4449efda578c775c4be6f85 + checksum: 10/df033653d06d0eb567461e58a7a8c9f940bd8c22274b94bf7671ab36df5719791aae15eef6d83bbb5e23283967f2f984b8914559d4449efda578c775c4be6f85 languageName: node linkType: hard "is-fullwidth-code-point@npm:^3.0.0": version: 3.0.0 resolution: "is-fullwidth-code-point@npm:3.0.0" - checksum: 44a30c29457c7fb8f00297bce733f0a64cd22eca270f83e58c105e0d015e45c019491a4ab2faef91ab51d4738c670daff901c799f6a700e27f7314029e99e348 + checksum: 10/44a30c29457c7fb8f00297bce733f0a64cd22eca270f83e58c105e0d015e45c019491a4ab2faef91ab51d4738c670daff901c799f6a700e27f7314029e99e348 languageName: node linkType: hard @@ -2048,77 +2107,77 @@ __metadata: resolution: "is-glob@npm:4.0.3" dependencies: is-extglob: "npm:^2.1.1" - checksum: 3ed74f2b0cdf4f401f38edb0442ddfde3092d79d7d35c9919c86641efdbcbb32e45aa3c0f70ce5eecc946896cd5a0f26e4188b9f2b881876f7cb6c505b82da11 + checksum: 10/3ed74f2b0cdf4f401f38edb0442ddfde3092d79d7d35c9919c86641efdbcbb32e45aa3c0f70ce5eecc946896cd5a0f26e4188b9f2b881876f7cb6c505b82da11 languageName: node linkType: hard "is-lambda@npm:^1.0.1": version: 1.0.1 resolution: "is-lambda@npm:1.0.1" - checksum: 93a32f01940220532e5948538699ad610d5924ac86093fcee83022252b363eb0cc99ba53ab084a04e4fb62bf7b5731f55496257a4c38adf87af9c4d352c71c35 + checksum: 10/93a32f01940220532e5948538699ad610d5924ac86093fcee83022252b363eb0cc99ba53ab084a04e4fb62bf7b5731f55496257a4c38adf87af9c4d352c71c35 languageName: node linkType: hard "is-number@npm:^7.0.0": version: 7.0.0 resolution: "is-number@npm:7.0.0" - checksum: 6a6c3383f68afa1e05b286af866017c78f1226d43ac8cb064e115ff9ed85eb33f5c4f7216c96a71e4dfea289ef52c5da3aef5bbfade8ffe47a0465d70c0c8e86 + checksum: 10/6a6c3383f68afa1e05b286af866017c78f1226d43ac8cb064e115ff9ed85eb33f5c4f7216c96a71e4dfea289ef52c5da3aef5bbfade8ffe47a0465d70c0c8e86 languageName: node linkType: hard "is-path-inside@npm:^3.0.3": version: 3.0.3 resolution: "is-path-inside@npm:3.0.3" - checksum: abd50f06186a052b349c15e55b182326f1936c89a78bf6c8f2b707412517c097ce04bc49a0ca221787bc44e1049f51f09a2ffb63d22899051988d3a618ba13e9 + checksum: 10/abd50f06186a052b349c15e55b182326f1936c89a78bf6c8f2b707412517c097ce04bc49a0ca221787bc44e1049f51f09a2ffb63d22899051988d3a618ba13e9 languageName: node linkType: hard "is-plain-obj@npm:^2.1.0": version: 2.1.0 resolution: "is-plain-obj@npm:2.1.0" - checksum: cec9100678b0a9fe0248a81743041ed990c2d4c99f893d935545cfbc42876cbe86d207f3b895700c690ad2fa520e568c44afc1605044b535a7820c1d40e38daa + checksum: 10/cec9100678b0a9fe0248a81743041ed990c2d4c99f893d935545cfbc42876cbe86d207f3b895700c690ad2fa520e568c44afc1605044b535a7820c1d40e38daa languageName: node linkType: hard "is-stream@npm:^2.0.0": version: 2.0.1 resolution: "is-stream@npm:2.0.1" - checksum: b8e05ccdf96ac330ea83c12450304d4a591f9958c11fd17bed240af8d5ffe08aedafa4c0f4cfccd4d28dc9d4d129daca1023633d5c11601a6cbc77521f6fae66 + checksum: 10/b8e05ccdf96ac330ea83c12450304d4a591f9958c11fd17bed240af8d5ffe08aedafa4c0f4cfccd4d28dc9d4d129daca1023633d5c11601a6cbc77521f6fae66 languageName: node linkType: hard "is-typedarray@npm:^1.0.0": version: 1.0.0 resolution: "is-typedarray@npm:1.0.0" - checksum: 4b433bfb0f9026f079f4eb3fbaa4ed2de17c9995c3a0b5c800bec40799b4b2a8b4e051b1ada77749deb9ded4ae52fe2096973f3a93ff83df1a5a7184a669478c + checksum: 10/4b433bfb0f9026f079f4eb3fbaa4ed2de17c9995c3a0b5c800bec40799b4b2a8b4e051b1ada77749deb9ded4ae52fe2096973f3a93ff83df1a5a7184a669478c languageName: node linkType: hard "is-unicode-supported@npm:^0.1.0": version: 0.1.0 resolution: "is-unicode-supported@npm:0.1.0" - checksum: a2aab86ee7712f5c2f999180daaba5f361bdad1efadc9610ff5b8ab5495b86e4f627839d085c6530363c6d6d4ecbde340fb8e54bdb83da4ba8e0865ed5513c52 + checksum: 10/a2aab86ee7712f5c2f999180daaba5f361bdad1efadc9610ff5b8ab5495b86e4f627839d085c6530363c6d6d4ecbde340fb8e54bdb83da4ba8e0865ed5513c52 languageName: node linkType: hard "is-windows@npm:^1.0.2": version: 1.0.2 resolution: "is-windows@npm:1.0.2" - checksum: 438b7e52656fe3b9b293b180defb4e448088e7023a523ec21a91a80b9ff8cdb3377ddb5b6e60f7c7de4fa8b63ab56e121b6705fe081b3cf1b828b0a380009ad7 + checksum: 10/438b7e52656fe3b9b293b180defb4e448088e7023a523ec21a91a80b9ff8cdb3377ddb5b6e60f7c7de4fa8b63ab56e121b6705fe081b3cf1b828b0a380009ad7 languageName: node linkType: hard "isexe@npm:^2.0.0": version: 2.0.0 resolution: "isexe@npm:2.0.0" - checksum: 7c9f715c03aff08f35e98b1fadae1b9267b38f0615d501824f9743f3aab99ef10e303ce7db3f186763a0b70a19de5791ebfc854ff884d5a8c4d92211f642ec92 + checksum: 10/7c9f715c03aff08f35e98b1fadae1b9267b38f0615d501824f9743f3aab99ef10e303ce7db3f186763a0b70a19de5791ebfc854ff884d5a8c4d92211f642ec92 languageName: node linkType: hard "istanbul-lib-coverage@npm:^3.0.0, istanbul-lib-coverage@npm:^3.2.0": version: 3.2.0 resolution: "istanbul-lib-coverage@npm:3.2.0" - checksum: 31621b84ad29339242b63d454243f558a7958ee0b5177749bacf1f74be7d95d3fd93853738ef7eebcddfaf3eab014716e51392a8dbd5aa1bdc1b15c2ebc53c24 + checksum: 10/31621b84ad29339242b63d454243f558a7958ee0b5177749bacf1f74be7d95d3fd93853738ef7eebcddfaf3eab014716e51392a8dbd5aa1bdc1b15c2ebc53c24 languageName: node linkType: hard @@ -2127,7 +2186,7 @@ __metadata: resolution: "istanbul-lib-hook@npm:3.0.0" dependencies: append-transform: "npm:^2.0.0" - checksum: 512a996cce6b1b9003ba59eab42299dd1527176c01f3ceb7b16bf68f437eeab4958f9df7df0a6b258d45d5f1a2ca2a1bdb915970711e1a5d7b2de911c582f721 + checksum: 10/512a996cce6b1b9003ba59eab42299dd1527176c01f3ceb7b16bf68f437eeab4958f9df7df0a6b258d45d5f1a2ca2a1bdb915970711e1a5d7b2de911c582f721 languageName: node linkType: hard @@ -2139,7 +2198,7 @@ __metadata: "@istanbuljs/schema": "npm:^0.1.2" istanbul-lib-coverage: "npm:^3.0.0" semver: "npm:^6.3.0" - checksum: 6e04ab365b95644ec4954b645f901be90be8ad81233d6df536300cdafcf70dd1ed22a912ceda38b32053c7fc9830c44cd23550c603f493329a8532073d1d6c42 + checksum: 10/6e04ab365b95644ec4954b645f901be90be8ad81233d6df536300cdafcf70dd1ed22a912ceda38b32053c7fc9830c44cd23550c603f493329a8532073d1d6c42 languageName: node linkType: hard @@ -2153,7 +2212,7 @@ __metadata: p-map: "npm:^3.0.0" rimraf: "npm:^3.0.0" uuid: "npm:^8.3.2" - checksum: 60e7b3441687249460f34a817c7204967b07830a69b6e430e60a45615319c2ab4e2b2eaeb8b3decf549fccd419cd600d21173961632229967608d7d1b194f39e + checksum: 10/60e7b3441687249460f34a817c7204967b07830a69b6e430e60a45615319c2ab4e2b2eaeb8b3decf549fccd419cd600d21173961632229967608d7d1b194f39e languageName: node linkType: hard @@ -2164,7 +2223,7 @@ __metadata: istanbul-lib-coverage: "npm:^3.0.0" make-dir: "npm:^3.0.0" supports-color: "npm:^7.1.0" - checksum: 06b37952e9cb0fe419a37c7f3d74612a098167a9eb0e5264228036e78b42ca5226501e8130738b5306d94bae2ea068ca674080d4af959992523d84aacff67728 + checksum: 10/06b37952e9cb0fe419a37c7f3d74612a098167a9eb0e5264228036e78b42ca5226501e8130738b5306d94bae2ea068ca674080d4af959992523d84aacff67728 languageName: node linkType: hard @@ -2175,7 +2234,7 @@ __metadata: debug: "npm:^4.1.1" istanbul-lib-coverage: "npm:^3.0.0" source-map: "npm:^0.6.1" - checksum: 5526983462799aced011d776af166e350191b816821ea7bcf71cab3e5272657b062c47dc30697a22a43656e3ced78893a42de677f9ccf276a28c913190953b82 + checksum: 10/5526983462799aced011d776af166e350191b816821ea7bcf71cab3e5272657b062c47dc30697a22a43656e3ced78893a42de677f9ccf276a28c913190953b82 languageName: node linkType: hard @@ -2185,14 +2244,14 @@ __metadata: dependencies: html-escaper: "npm:^2.0.0" istanbul-lib-report: "npm:^3.0.0" - checksum: 1fc20a133f6dbd846e7bf3dc6d85edf2b3c047c47142cd796c38717aef976195d2c0fb0399dd609c3ffac2ca43244dc15ce4ac34064d21e2d34d387df747dafb + checksum: 10/1fc20a133f6dbd846e7bf3dc6d85edf2b3c047c47142cd796c38717aef976195d2c0fb0399dd609c3ffac2ca43244dc15ce4ac34064d21e2d34d387df747dafb languageName: node linkType: hard "js-tokens@npm:^4.0.0": version: 4.0.0 resolution: "js-tokens@npm:4.0.0" - checksum: af37d0d913fb56aec6dc0074c163cc71cd23c0b8aad5c2350747b6721d37ba118af35abdd8b33c47ec2800de07dedb16a527ca9c530ee004093e04958bd0cbf2 + checksum: 10/af37d0d913fb56aec6dc0074c163cc71cd23c0b8aad5c2350747b6721d37ba118af35abdd8b33c47ec2800de07dedb16a527ca9c530ee004093e04958bd0cbf2 languageName: node linkType: hard @@ -2203,7 +2262,7 @@ __metadata: argparse: "npm:^2.0.1" bin: js-yaml: bin/js-yaml.js - checksum: c138a34a3fd0d08ebaf71273ad4465569a483b8a639e0b118ff65698d257c2791d3199e3f303631f2cb98213fa7b5f5d6a4621fd0fff819421b990d30d967140 + checksum: 10/c138a34a3fd0d08ebaf71273ad4465569a483b8a639e0b118ff65698d257c2791d3199e3f303631f2cb98213fa7b5f5d6a4621fd0fff819421b990d30d967140 languageName: node linkType: hard @@ -2215,14 +2274,14 @@ __metadata: esprima: "npm:^4.0.0" bin: js-yaml: bin/js-yaml.js - checksum: 9e22d80b4d0105b9899135365f746d47466ed53ef4223c529b3c0f7a39907743fdbd3c4379f94f1106f02755b5e90b2faaf84801a891135544e1ea475d1a1379 + checksum: 10/9e22d80b4d0105b9899135365f746d47466ed53ef4223c529b3c0f7a39907743fdbd3c4379f94f1106f02755b5e90b2faaf84801a891135544e1ea475d1a1379 languageName: node linkType: hard "jschardet@npm:latest": version: 3.0.0 resolution: "jschardet@npm:3.0.0" - checksum: b5a87e188beb4cda1d1c8a76a734017309c610caf17b4cb058c319d45f6179e247792393c34e597c311f04662f00b12784311804e4211e6da784b99e8e581814 + checksum: 10/b5a87e188beb4cda1d1c8a76a734017309c610caf17b4cb058c319d45f6179e247792393c34e597c311f04662f00b12784311804e4211e6da784b99e8e581814 languageName: node linkType: hard @@ -2231,21 +2290,21 @@ __metadata: resolution: "jsesc@npm:2.5.2" bin: jsesc: bin/jsesc - checksum: d2096abdcdec56969764b40ffc91d4a23408aa2f351b4d1c13f736f25476643238c43fdbaf38a191c26b1b78fd856d965f5d4d0dde7b89459cd94025190cdf13 + checksum: 10/d2096abdcdec56969764b40ffc91d4a23408aa2f351b4d1c13f736f25476643238c43fdbaf38a191c26b1b78fd856d965f5d4d0dde7b89459cd94025190cdf13 languageName: node linkType: hard "json-schema-traverse@npm:^0.4.1": version: 0.4.1 resolution: "json-schema-traverse@npm:0.4.1" - checksum: 7486074d3ba247769fda17d5181b345c9fb7d12e0da98b22d1d71a5db9698d8b4bd900a3ec1a4ffdd60846fc2556274a5c894d0c48795f14cb03aeae7b55260b + checksum: 10/7486074d3ba247769fda17d5181b345c9fb7d12e0da98b22d1d71a5db9698d8b4bd900a3ec1a4ffdd60846fc2556274a5c894d0c48795f14cb03aeae7b55260b languageName: node linkType: hard "json-stable-stringify-without-jsonify@npm:^1.0.1": version: 1.0.1 resolution: "json-stable-stringify-without-jsonify@npm:1.0.1" - checksum: 12786c2e2f22c27439e6db0532ba321f1d0617c27ad8cb1c352a0e9249a50182fd1ba8b52a18899291604b0c32eafa8afd09e51203f19109a0537f68db2b652d + checksum: 10/12786c2e2f22c27439e6db0532ba321f1d0617c27ad8cb1c352a0e9249a50182fd1ba8b52a18899291604b0c32eafa8afd09e51203f19109a0537f68db2b652d languageName: node linkType: hard @@ -2254,7 +2313,7 @@ __metadata: resolution: "json5@npm:2.2.3" bin: json5: lib/cli.js - checksum: 1db67b853ff0de3534085d630691d3247de53a2ed1390ba0ddff681ea43e9b3e30ecbdb65c5e9aab49435e44059c23dbd6fee8ee619419ba37465bb0dd7135da + checksum: 10/1db67b853ff0de3534085d630691d3247de53a2ed1390ba0ddff681ea43e9b3e30ecbdb65c5e9aab49435e44059c23dbd6fee8ee619419ba37465bb0dd7135da languageName: node linkType: hard @@ -2266,7 +2325,7 @@ __metadata: lodash: "npm:^4.17.21" ms: "npm:^2.1.1" semver: "npm:^7.3.8" - checksum: 769ea563e9851b4d8a00d7f4bd90e10233344e6c62f01a3a154756a8832fa2ba2f14341080529bf5a72961ae8a74007ade6493c89143e5c800e218bee48b0149 + checksum: 10/769ea563e9851b4d8a00d7f4bd90e10233344e6c62f01a3a154756a8832fa2ba2f14341080529bf5a72961ae8a74007ade6493c89143e5c800e218bee48b0149 languageName: node linkType: hard @@ -2277,7 +2336,7 @@ __metadata: buffer-equal-constant-time: "npm:1.0.1" ecdsa-sig-formatter: "npm:1.0.11" safe-buffer: "npm:^5.0.1" - checksum: 0bc002b71dd70480fedc7d442a4d2b9185a9947352a027dcb4935864ad2323c57b5d391adf968a3622b61e940cef4f3484d5813b95864539272d41cac145d6f3 + checksum: 10/0bc002b71dd70480fedc7d442a4d2b9185a9947352a027dcb4935864ad2323c57b5d391adf968a3622b61e940cef4f3484d5813b95864539272d41cac145d6f3 languageName: node linkType: hard @@ -2287,7 +2346,7 @@ __metadata: dependencies: jwa: "npm:^1.4.1" safe-buffer: "npm:^5.0.1" - checksum: 70b016974af8a76d25030c80a0097b24ed5b17a9cf10f43b163c11cb4eb248d5d04a3fe48c0d724d2884c32879d878ccad7be0663720f46b464f662f7ed778fe + checksum: 10/70b016974af8a76d25030c80a0097b24ed5b17a9cf10f43b163c11cb4eb248d5d04a3fe48c0d724d2884c32879d878ccad7be0663720f46b464f662f7ed778fe languageName: node linkType: hard @@ -2297,7 +2356,7 @@ __metadata: dependencies: prelude-ls: "npm:^1.2.1" type-check: "npm:~0.4.0" - checksum: 2e4720ff79f21ae08d42374b0a5c2f664c5be8b6c8f565bb4e1315c96ed3a8acaa9de788ffed82d7f2378cf36958573de07ef92336cb5255ed74d08b8318c9ee + checksum: 10/2e4720ff79f21ae08d42374b0a5c2f664c5be8b6c8f565bb4e1315c96ed3a8acaa9de788ffed82d7f2378cf36958573de07ef92336cb5255ed74d08b8318c9ee languageName: node linkType: hard @@ -2306,7 +2365,7 @@ __metadata: resolution: "locate-path@npm:5.0.0" dependencies: p-locate: "npm:^4.1.0" - checksum: 83e51725e67517287d73e1ded92b28602e3ae5580b301fe54bfb76c0c723e3f285b19252e375712316774cf52006cb236aed5704692c32db0d5d089b69696e30 + checksum: 10/83e51725e67517287d73e1ded92b28602e3ae5580b301fe54bfb76c0c723e3f285b19252e375712316774cf52006cb236aed5704692c32db0d5d089b69696e30 languageName: node linkType: hard @@ -2315,28 +2374,28 @@ __metadata: resolution: "locate-path@npm:6.0.0" dependencies: p-locate: "npm:^5.0.0" - checksum: 72eb661788a0368c099a184c59d2fee760b3831c9c1c33955e8a19ae4a21b4116e53fa736dc086cdeb9fce9f7cc508f2f92d2d3aae516f133e16a2bb59a39f5a + checksum: 10/72eb661788a0368c099a184c59d2fee760b3831c9c1c33955e8a19ae4a21b4116e53fa736dc086cdeb9fce9f7cc508f2f92d2d3aae516f133e16a2bb59a39f5a languageName: node linkType: hard "lodash.flattendeep@npm:^4.4.0": version: 4.4.0 resolution: "lodash.flattendeep@npm:4.4.0" - checksum: 0d0b41d8d86999e8bea94905ac65347404d427aacddbc6654dc2f85905e27cd2b708139671ecea135fa6f0a17ed94b9d4cab8ce12b08eddcbb1ddd83952ee4c2 + checksum: 10/0d0b41d8d86999e8bea94905ac65347404d427aacddbc6654dc2f85905e27cd2b708139671ecea135fa6f0a17ed94b9d4cab8ce12b08eddcbb1ddd83952ee4c2 languageName: node linkType: hard "lodash.merge@npm:^4.6.2": version: 4.6.2 resolution: "lodash.merge@npm:4.6.2" - checksum: d0ea2dd0097e6201be083865d50c3fb54fbfbdb247d9cc5950e086c991f448b7ab0cdab0d57eacccb43473d3f2acd21e134db39f22dac2d6c9ba6bf26978e3d6 + checksum: 10/d0ea2dd0097e6201be083865d50c3fb54fbfbdb247d9cc5950e086c991f448b7ab0cdab0d57eacccb43473d3f2acd21e134db39f22dac2d6c9ba6bf26978e3d6 languageName: node linkType: hard "lodash@npm:^4.17.14, lodash@npm:^4.17.21": version: 4.17.21 resolution: "lodash@npm:4.17.21" - checksum: c08619c038846ea6ac754abd6dd29d2568aa705feb69339e836dfa8d8b09abbb2f859371e86863eda41848221f9af43714491467b5b0299122431e202bb0c532 + checksum: 10/c08619c038846ea6ac754abd6dd29d2568aa705feb69339e836dfa8d8b09abbb2f859371e86863eda41848221f9af43714491467b5b0299122431e202bb0c532 languageName: node linkType: hard @@ -2346,7 +2405,7 @@ __metadata: dependencies: chalk: "npm:^4.1.0" is-unicode-supported: "npm:^0.1.0" - checksum: fce1497b3135a0198803f9f07464165e9eb83ed02ceb2273930a6f8a508951178d8cf4f0378e9d28300a2ed2bc49050995d2bd5f53ab716bb15ac84d58c6ef74 + checksum: 10/fce1497b3135a0198803f9f07464165e9eb83ed02ceb2273930a6f8a508951178d8cf4f0378e9d28300a2ed2bc49050995d2bd5f53ab716bb15ac84d58c6ef74 languageName: node linkType: hard @@ -2355,7 +2414,7 @@ __metadata: resolution: "lru-cache@npm:5.1.1" dependencies: yallist: "npm:^3.0.2" - checksum: 951d2673dcc64a7fb888bf3d13bc2fdf923faca97d89cdb405ba3dfff77e2b26e5798d405e78fcd7094c9e7b8b4dab2ddc5a4f8a11928af24a207b7c738ca3f8 + checksum: 10/951d2673dcc64a7fb888bf3d13bc2fdf923faca97d89cdb405ba3dfff77e2b26e5798d405e78fcd7094c9e7b8b4dab2ddc5a4f8a11928af24a207b7c738ca3f8 languageName: node linkType: hard @@ -2364,14 +2423,14 @@ __metadata: resolution: "lru-cache@npm:6.0.0" dependencies: yallist: "npm:^4.0.0" - checksum: fc1fe2ee205f7c8855fa0f34c1ab0bcf14b6229e35579ec1fd1079f31d6fc8ef8eb6fd17f2f4d99788d7e339f50e047555551ebd5e434dda503696e7c6591825 + checksum: 10/fc1fe2ee205f7c8855fa0f34c1ab0bcf14b6229e35579ec1fd1079f31d6fc8ef8eb6fd17f2f4d99788d7e339f50e047555551ebd5e434dda503696e7c6591825 languageName: node linkType: hard "lru-cache@npm:^7.7.1": version: 7.18.3 resolution: "lru-cache@npm:7.18.3" - checksum: 6029ca5aba3aacb554e919d7ef804fffd4adfc4c83db00fac8248c7c78811fb6d4b6f70f7fd9d55032b3823446546a007edaa66ad1f2377ae833bd983fac5d98 + checksum: 10/6029ca5aba3aacb554e919d7ef804fffd4adfc4c83db00fac8248c7c78811fb6d4b6f70f7fd9d55032b3823446546a007edaa66ad1f2377ae833bd983fac5d98 languageName: node linkType: hard @@ -2380,7 +2439,7 @@ __metadata: resolution: "make-dir@npm:3.1.0" dependencies: semver: "npm:^6.0.0" - checksum: 484200020ab5a1fdf12f393fe5f385fc8e4378824c940fba1729dcd198ae4ff24867bc7a5646331e50cead8abff5d9270c456314386e629acec6dff4b8016b78 + checksum: 10/484200020ab5a1fdf12f393fe5f385fc8e4378824c940fba1729dcd198ae4ff24867bc7a5646331e50cead8abff5d9270c456314386e629acec6dff4b8016b78 languageName: node linkType: hard @@ -2404,14 +2463,14 @@ __metadata: promise-retry: "npm:^2.0.1" socks-proxy-agent: "npm:^7.0.0" ssri: "npm:^9.0.0" - checksum: fef5acb865a46f25ad0b5ad7d979799125db5dbb24ea811ffa850fbb804bc8e495df2237a8ec3a4fc6250e73c2f95549cca6d6d36a73b1faa61224504eb1188f + checksum: 10/fef5acb865a46f25ad0b5ad7d979799125db5dbb24ea811ffa850fbb804bc8e495df2237a8ec3a4fc6250e73c2f95549cca6d6d36a73b1faa61224504eb1188f languageName: node linkType: hard "mime-db@npm:1.52.0": version: 1.52.0 resolution: "mime-db@npm:1.52.0" - checksum: 54bb60bf39e6f8689f6622784e668a3d7f8bed6b0d886f5c3c446cb3284be28b30bf707ed05d0fe44a036f8469976b2629bbea182684977b084de9da274694d7 + checksum: 10/54bb60bf39e6f8689f6622784e668a3d7f8bed6b0d886f5c3c446cb3284be28b30bf707ed05d0fe44a036f8469976b2629bbea182684977b084de9da274694d7 languageName: node linkType: hard @@ -2420,7 +2479,7 @@ __metadata: resolution: "mime-types@npm:2.1.35" dependencies: mime-db: "npm:1.52.0" - checksum: 89aa9651b67644035de2784a6e665fc685d79aba61857e02b9c8758da874a754aed4a9aced9265f5ed1171fd934331e5516b84a7f0218031b6fa0270eca1e51a + checksum: 10/89aa9651b67644035de2784a6e665fc685d79aba61857e02b9c8758da874a754aed4a9aced9265f5ed1171fd934331e5516b84a7f0218031b6fa0270eca1e51a languageName: node linkType: hard @@ -2429,7 +2488,7 @@ __metadata: resolution: "minimatch@npm:5.0.1" dependencies: brace-expansion: "npm:^2.0.1" - checksum: 2656580f18d9f38ada186196fcc72dc9076d70f7227adc664e72614d464e075dc4ae3936e6742519e09e336996ef33c6035e606888b12f65ca7fda792ddd2085 + checksum: 10/2656580f18d9f38ada186196fcc72dc9076d70f7227adc664e72614d464e075dc4ae3936e6742519e09e336996ef33c6035e606888b12f65ca7fda792ddd2085 languageName: node linkType: hard @@ -2438,7 +2497,7 @@ __metadata: resolution: "minimatch@npm:3.1.2" dependencies: brace-expansion: "npm:^1.1.7" - checksum: e0b25b04cd4ec6732830344e5739b13f8690f8a012d73445a4a19fbc623f5dd481ef7a5827fde25954cd6026fede7574cc54dc4643c99d6c6b653d6203f94634 + checksum: 10/e0b25b04cd4ec6732830344e5739b13f8690f8a012d73445a4a19fbc623f5dd481ef7a5827fde25954cd6026fede7574cc54dc4643c99d6c6b653d6203f94634 languageName: node linkType: hard @@ -2447,7 +2506,7 @@ __metadata: resolution: "minimatch@npm:5.1.6" dependencies: brace-expansion: "npm:^2.0.1" - checksum: 126b36485b821daf96d33b5c821dac600cc1ab36c87e7a532594f9b1652b1fa89a1eebcaad4dff17c764dce1a7ac1531327f190fed5f97d8f6e5f889c116c429 + checksum: 10/126b36485b821daf96d33b5c821dac600cc1ab36c87e7a532594f9b1652b1fa89a1eebcaad4dff17c764dce1a7ac1531327f190fed5f97d8f6e5f889c116c429 languageName: node linkType: hard @@ -2456,7 +2515,7 @@ __metadata: resolution: "minipass-collect@npm:1.0.2" dependencies: minipass: "npm:^3.0.0" - checksum: 14df761028f3e47293aee72888f2657695ec66bd7d09cae7ad558da30415fdc4752bbfee66287dcc6fd5e6a2fa3466d6c484dc1cbd986525d9393b9523d97f10 + checksum: 10/14df761028f3e47293aee72888f2657695ec66bd7d09cae7ad558da30415fdc4752bbfee66287dcc6fd5e6a2fa3466d6c484dc1cbd986525d9393b9523d97f10 languageName: node linkType: hard @@ -2471,7 +2530,7 @@ __metadata: dependenciesMeta: encoding: optional: true - checksum: 8cfc589563ae2a11eebbf79121ef9a526fd078fca949ed3f1e4a51472ca4a4aad89fcea1738982ce9d7d833116ecc9c6ae9ebbd844832a94e3f4a3d4d1b9d3b9 + checksum: 10/8cfc589563ae2a11eebbf79121ef9a526fd078fca949ed3f1e4a51472ca4a4aad89fcea1738982ce9d7d833116ecc9c6ae9ebbd844832a94e3f4a3d4d1b9d3b9 languageName: node linkType: hard @@ -2480,7 +2539,7 @@ __metadata: resolution: "minipass-flush@npm:1.0.5" dependencies: minipass: "npm:^3.0.0" - checksum: 56269a0b22bad756a08a94b1ffc36b7c9c5de0735a4dd1ab2b06c066d795cfd1f0ac44a0fcae13eece5589b908ecddc867f04c745c7009be0b566421ea0944cf + checksum: 10/56269a0b22bad756a08a94b1ffc36b7c9c5de0735a4dd1ab2b06c066d795cfd1f0ac44a0fcae13eece5589b908ecddc867f04c745c7009be0b566421ea0944cf languageName: node linkType: hard @@ -2489,7 +2548,7 @@ __metadata: resolution: "minipass-pipeline@npm:1.2.4" dependencies: minipass: "npm:^3.0.0" - checksum: b14240dac0d29823c3d5911c286069e36d0b81173d7bdf07a7e4a91ecdef92cdff4baaf31ea3746f1c61e0957f652e641223970870e2353593f382112257971b + checksum: 10/b14240dac0d29823c3d5911c286069e36d0b81173d7bdf07a7e4a91ecdef92cdff4baaf31ea3746f1c61e0957f652e641223970870e2353593f382112257971b languageName: node linkType: hard @@ -2498,7 +2557,7 @@ __metadata: resolution: "minipass-sized@npm:1.0.3" dependencies: minipass: "npm:^3.0.0" - checksum: 40982d8d836a52b0f37049a0a7e5d0f089637298e6d9b45df9c115d4f0520682a78258905e5c8b180fb41b593b0a82cc1361d2c74b45f7ada66334f84d1ecfdd + checksum: 10/40982d8d836a52b0f37049a0a7e5d0f089637298e6d9b45df9c115d4f0520682a78258905e5c8b180fb41b593b0a82cc1361d2c74b45f7ada66334f84d1ecfdd languageName: node linkType: hard @@ -2507,14 +2566,14 @@ __metadata: resolution: "minipass@npm:3.3.6" dependencies: yallist: "npm:^4.0.0" - checksum: a5c6ef069f70d9a524d3428af39f2b117ff8cd84172e19b754e7264a33df460873e6eb3d6e55758531580970de50ae950c496256bb4ad3691a2974cddff189f0 + checksum: 10/a5c6ef069f70d9a524d3428af39f2b117ff8cd84172e19b754e7264a33df460873e6eb3d6e55758531580970de50ae950c496256bb4ad3691a2974cddff189f0 languageName: node linkType: hard "minipass@npm:^4.0.0": version: 4.2.5 resolution: "minipass@npm:4.2.5" - checksum: 0b0bf5910acc856f8fedbf5ac2567cc80dfdea99916f949c336c2ad52340a73b0bf48773a8a90b8ae2c79a415d9444f6e3a99915847577b1a5277f1235098056 + checksum: 10/0b0bf5910acc856f8fedbf5ac2567cc80dfdea99916f949c336c2ad52340a73b0bf48773a8a90b8ae2c79a415d9444f6e3a99915847577b1a5277f1235098056 languageName: node linkType: hard @@ -2524,7 +2583,7 @@ __metadata: dependencies: minipass: "npm:^3.0.0" yallist: "npm:^4.0.0" - checksum: ae0f45436fb51344dcb87938446a32fbebb540d0e191d63b35e1c773d47512e17307bf54aa88326cc6d176594d00e4423563a091f7266c2f9a6872cdc1e234d1 + checksum: 10/ae0f45436fb51344dcb87938446a32fbebb540d0e191d63b35e1c773d47512e17307bf54aa88326cc6d176594d00e4423563a091f7266c2f9a6872cdc1e234d1 languageName: node linkType: hard @@ -2533,20 +2592,20 @@ __metadata: resolution: "mkdirp@npm:1.0.4" bin: mkdirp: bin/cmd.js - checksum: d71b8dcd4b5af2fe13ecf3bd24070263489404fe216488c5ba7e38ece1f54daf219e72a833a3a2dc404331e870e9f44963a33399589490956bff003a3404d3b2 + checksum: 10/d71b8dcd4b5af2fe13ecf3bd24070263489404fe216488c5ba7e38ece1f54daf219e72a833a3a2dc404331e870e9f44963a33399589490956bff003a3404d3b2 languageName: node linkType: hard "mocha-param@npm:2.0.1": version: 2.0.1 resolution: "mocha-param@npm:2.0.1" - checksum: 7f14638931843c752cb81ce1027dc33b916b5e93a045c6692c776a04e03bdf93f80c5e50f9f236a45301a392d8fa7a8d3646e6c3ed0bfa57b7acaf73b7480fb8 + checksum: 10/7f14638931843c752cb81ce1027dc33b916b5e93a045c6692c776a04e03bdf93f80c5e50f9f236a45301a392d8fa7a8d3646e6c3ed0bfa57b7acaf73b7480fb8 languageName: node linkType: hard -"mocha@npm:10.2.0": - version: 10.2.0 - resolution: "mocha@npm:10.2.0" +"mocha@npm:10.3.0": + version: 10.3.0 + resolution: "mocha@npm:10.3.0" dependencies: ansi-colors: "npm:4.1.1" browser-stdout: "npm:1.3.1" @@ -2555,13 +2614,12 @@ __metadata: diff: "npm:5.0.0" escape-string-regexp: "npm:4.0.0" find-up: "npm:5.0.0" - glob: "npm:7.2.0" + glob: "npm:8.1.0" he: "npm:1.2.0" js-yaml: "npm:4.1.0" log-symbols: "npm:4.1.0" minimatch: "npm:5.0.1" ms: "npm:2.1.3" - nanoid: "npm:3.3.3" serialize-javascript: "npm:6.0.0" strip-json-comments: "npm:3.1.1" supports-color: "npm:8.1.1" @@ -2572,44 +2630,35 @@ __metadata: bin: _mocha: bin/_mocha mocha: bin/mocha.js - checksum: f7362898ae65e8fe716cfe62fd014b432d100c9611aaf5abe85ed14efcbfdd82f3bdf32c44bccf00c9059a264c7e8d93a69dd5b830652109052a92beffb7ea35 + checksum: 10/8b30b3fdb3f365fca7e069fce732e13db4192e1bf8f49e63ec67a3b7857c41cbcd162289ad22178db6ef405fb251b8a0dbb54e942d08c72abf45e1ec3fcdd052 languageName: node linkType: hard "ms@npm:2.1.2": version: 2.1.2 resolution: "ms@npm:2.1.2" - checksum: 673cdb2c3133eb050c745908d8ce632ed2c02d85640e2edb3ace856a2266a813b30c613569bf3354fdf4ea7d1a1494add3bfa95e2713baa27d0c2c71fc44f58f + checksum: 10/673cdb2c3133eb050c745908d8ce632ed2c02d85640e2edb3ace856a2266a813b30c613569bf3354fdf4ea7d1a1494add3bfa95e2713baa27d0c2c71fc44f58f languageName: node linkType: hard "ms@npm:2.1.3, ms@npm:^2.0.0, ms@npm:^2.1.1": version: 2.1.3 resolution: "ms@npm:2.1.3" - checksum: aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d - languageName: node - linkType: hard - -"nanoid@npm:3.3.3": - version: 3.3.3 - resolution: "nanoid@npm:3.3.3" - bin: - nanoid: bin/nanoid.cjs - checksum: c703ed58a234b68245a8a4826dd25c1453a9017d34fa28bc58e7aa8247de87d854582fa2209d7aee04084cff9ce150be8fd30300abe567dc615d4e8e735f2d99 + checksum: 10/aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d languageName: node linkType: hard "natural-compare@npm:^1.4.0": version: 1.4.0 resolution: "natural-compare@npm:1.4.0" - checksum: 23ad088b08f898fc9b53011d7bb78ec48e79de7627e01ab5518e806033861bef68d5b0cd0e2205c2f36690ac9571ff6bcb05eb777ced2eeda8d4ac5b44592c3d + checksum: 10/23ad088b08f898fc9b53011d7bb78ec48e79de7627e01ab5518e806033861bef68d5b0cd0e2205c2f36690ac9571ff6bcb05eb777ced2eeda8d4ac5b44592c3d languageName: node linkType: hard "negotiator@npm:^0.6.3": version: 0.6.3 resolution: "negotiator@npm:0.6.3" - checksum: 2723fb822a17ad55c93a588a4bc44d53b22855bf4be5499916ca0cab1e7165409d0b288ba2577d7b029f10ce18cf2ed8e703e5af31c984e1e2304277ef979837 + checksum: 10/2723fb822a17ad55c93a588a4bc44d53b22855bf4be5499916ca0cab1e7165409d0b288ba2577d7b029f10ce18cf2ed8e703e5af31c984e1e2304277ef979837 languageName: node linkType: hard @@ -2629,7 +2678,7 @@ __metadata: which: "npm:^2.0.2" bin: node-gyp: bin/node-gyp.js - checksum: e9345b22be0a3256af87a16ba9604362cd8e4db304e67e71dd83bb8e573f3fdbaf69e359b5af572a14a98730cc3e1813679444ee029093d2a2f38ba3cac4ed7e + checksum: 10/e9345b22be0a3256af87a16ba9604362cd8e4db304e67e71dd83bb8e573f3fdbaf69e359b5af572a14a98730cc3e1813679444ee029093d2a2f38ba3cac4ed7e languageName: node linkType: hard @@ -2638,14 +2687,14 @@ __metadata: resolution: "node-preload@npm:0.2.1" dependencies: process-on-spawn: "npm:^1.0.0" - checksum: de36ed365b7e474eaf05c41f976774dece23a7f398fe76dbf9705f9670a1f49e6a27c5f31fe58b4e43d96413fdce4806192c60d35317b25725636c90889d5bab + checksum: 10/de36ed365b7e474eaf05c41f976774dece23a7f398fe76dbf9705f9670a1f49e6a27c5f31fe58b4e43d96413fdce4806192c60d35317b25725636c90889d5bab languageName: node linkType: hard "node-releases@npm:^2.0.8": version: 2.0.10 resolution: "node-releases@npm:2.0.10" - checksum: d784ecde25696a15d449c4433077f5cce620ed30a1656c4abf31282bfc691a70d9618bae6868d247a67914d1be5cc4fde22f65a05f4398cdfb92e0fc83cadfbc + checksum: 10/d784ecde25696a15d449c4433077f5cce620ed30a1656c4abf31282bfc691a70d9618bae6868d247a67914d1be5cc4fde22f65a05f4398cdfb92e0fc83cadfbc languageName: node linkType: hard @@ -2656,14 +2705,14 @@ __metadata: abbrev: "npm:^1.0.0" bin: nopt: bin/nopt.js - checksum: 3c1128e07cd0241ae66d6e6a472170baa9f3e84dd4203950ba8df5bafac4efa2166ce917a57ef02b01ba7c40d18b2cc64b29b225fd3640791fe07b24f0b33a32 + checksum: 10/3c1128e07cd0241ae66d6e6a472170baa9f3e84dd4203950ba8df5bafac4efa2166ce917a57ef02b01ba7c40d18b2cc64b29b225fd3640791fe07b24f0b33a32 languageName: node linkType: hard "normalize-path@npm:^3.0.0, normalize-path@npm:~3.0.0": version: 3.0.0 resolution: "normalize-path@npm:3.0.0" - checksum: 88eeb4da891e10b1318c4b2476b6e2ecbeb5ff97d946815ffea7794c31a89017c70d7f34b3c2ebf23ef4e9fc9fb99f7dffe36da22011b5b5c6ffa34f4873ec20 + checksum: 10/88eeb4da891e10b1318c4b2476b6e2ecbeb5ff97d946815ffea7794c31a89017c70d7f34b3c2ebf23ef4e9fc9fb99f7dffe36da22011b5b5c6ffa34f4873ec20 languageName: node linkType: hard @@ -2675,7 +2724,7 @@ __metadata: console-control-strings: "npm:^1.1.0" gauge: "npm:^4.0.3" set-blocking: "npm:^2.0.0" - checksum: 82b123677e62deb9e7472e27b92386c09e6e254ee6c8bcd720b3011013e4168bc7088e984f4fbd53cb6e12f8b4690e23e4fa6132689313e0d0dc4feea45489bb + checksum: 10/82b123677e62deb9e7472e27b92386c09e6e254ee6c8bcd720b3011013e4168bc7088e984f4fbd53cb6e12f8b4690e23e4fa6132689313e0d0dc4feea45489bb languageName: node linkType: hard @@ -2712,14 +2761,14 @@ __metadata: yargs: "npm:^15.0.2" bin: nyc: bin/nyc.js - checksum: c987f04f4192dfd94e9e69869c76a54220b3ed555016751f380a413a378cceff8ec346df579e9126035b6acbc60ab893cc65e67729cc427c0171361bcb481e66 + checksum: 10/c987f04f4192dfd94e9e69869c76a54220b3ed555016751f380a413a378cceff8ec346df579e9126035b6acbc60ab893cc65e67729cc427c0171361bcb481e66 languageName: node linkType: hard "object-inspect@npm:^1.9.0": version: 1.12.3 resolution: "object-inspect@npm:1.12.3" - checksum: 532b0036f0472f561180fac0d04fe328ee01f57637624c83fb054f81b5bfe966cdf4200612a499ed391a7ca3c46b20a0bc3a55fc8241d944abe687c556a32b39 + checksum: 10/532b0036f0472f561180fac0d04fe328ee01f57637624c83fb054f81b5bfe966cdf4200612a499ed391a7ca3c46b20a0bc3a55fc8241d944abe687c556a32b39 languageName: node linkType: hard @@ -2728,7 +2777,7 @@ __metadata: resolution: "once@npm:1.4.0" dependencies: wrappy: "npm:1" - checksum: cd0a88501333edd640d95f0d2700fbde6bff20b3d4d9bdc521bdd31af0656b5706570d6c6afe532045a20bb8dc0849f8332d6f2a416e0ba6d3d3b98806c7db68 + checksum: 10/cd0a88501333edd640d95f0d2700fbde6bff20b3d4d9bdc521bdd31af0656b5706570d6c6afe532045a20bb8dc0849f8332d6f2a416e0ba6d3d3b98806c7db68 languageName: node linkType: hard @@ -2742,7 +2791,7 @@ __metadata: levn: "npm:^0.4.1" prelude-ls: "npm:^1.2.1" type-check: "npm:^0.4.0" - checksum: fa28d3016395974f7fc087d6bbf0ac7f58ac3489f4f202a377e9c194969f329a7b88c75f8152b33fb08794a30dcd5c079db6bb465c28151357f113d80bbf67da + checksum: 10/fa28d3016395974f7fc087d6bbf0ac7f58ac3489f4f202a377e9c194969f329a7b88c75f8152b33fb08794a30dcd5c079db6bb465c28151357f113d80bbf67da languageName: node linkType: hard @@ -2751,7 +2800,7 @@ __metadata: resolution: "p-limit@npm:2.3.0" dependencies: p-try: "npm:^2.0.0" - checksum: 84ff17f1a38126c3314e91ecfe56aecbf36430940e2873dadaa773ffe072dc23b7af8e46d4b6485d302a11673fe94c6b67ca2cfbb60c989848b02100d0594ac1 + checksum: 10/84ff17f1a38126c3314e91ecfe56aecbf36430940e2873dadaa773ffe072dc23b7af8e46d4b6485d302a11673fe94c6b67ca2cfbb60c989848b02100d0594ac1 languageName: node linkType: hard @@ -2760,7 +2809,7 @@ __metadata: resolution: "p-limit@npm:3.1.0" dependencies: yocto-queue: "npm:^0.1.0" - checksum: 7c3690c4dbf62ef625671e20b7bdf1cbc9534e83352a2780f165b0d3ceba21907e77ad63401708145ca4e25bfc51636588d89a8c0aeb715e6c37d1c066430360 + checksum: 10/7c3690c4dbf62ef625671e20b7bdf1cbc9534e83352a2780f165b0d3ceba21907e77ad63401708145ca4e25bfc51636588d89a8c0aeb715e6c37d1c066430360 languageName: node linkType: hard @@ -2769,7 +2818,7 @@ __metadata: resolution: "p-locate@npm:4.1.0" dependencies: p-limit: "npm:^2.2.0" - checksum: 513bd14a455f5da4ebfcb819ef706c54adb09097703de6aeaa5d26fe5ea16df92b48d1ac45e01e3944ce1e6aa2a66f7f8894742b8c9d6e276e16cd2049a2b870 + checksum: 10/513bd14a455f5da4ebfcb819ef706c54adb09097703de6aeaa5d26fe5ea16df92b48d1ac45e01e3944ce1e6aa2a66f7f8894742b8c9d6e276e16cd2049a2b870 languageName: node linkType: hard @@ -2778,7 +2827,7 @@ __metadata: resolution: "p-locate@npm:5.0.0" dependencies: p-limit: "npm:^3.0.2" - checksum: 1623088f36cf1cbca58e9b61c4e62bf0c60a07af5ae1ca99a720837356b5b6c5ba3eb1b2127e47a06865fee59dd0453cad7cc844cda9d5a62ac1a5a51b7c86d3 + checksum: 10/1623088f36cf1cbca58e9b61c4e62bf0c60a07af5ae1ca99a720837356b5b6c5ba3eb1b2127e47a06865fee59dd0453cad7cc844cda9d5a62ac1a5a51b7c86d3 languageName: node linkType: hard @@ -2787,7 +2836,7 @@ __metadata: resolution: "p-map@npm:3.0.0" dependencies: aggregate-error: "npm:^3.0.0" - checksum: d4a0664d2af05d7e5f6f342e6493d4cad48f7398ac803c5066afb1f8d2010bfc2a83d935689437288f7b1a743772085b8fa0909a8282b5df4210bcda496c37c8 + checksum: 10/d4a0664d2af05d7e5f6f342e6493d4cad48f7398ac803c5066afb1f8d2010bfc2a83d935689437288f7b1a743772085b8fa0909a8282b5df4210bcda496c37c8 languageName: node linkType: hard @@ -2796,14 +2845,14 @@ __metadata: resolution: "p-map@npm:4.0.0" dependencies: aggregate-error: "npm:^3.0.0" - checksum: 7ba4a2b1e24c05e1fc14bbaea0fc6d85cf005ae7e9c9425d4575550f37e2e584b1af97bcde78eacd7559208f20995988d52881334db16cf77bc1bcf68e48ed7c + checksum: 10/7ba4a2b1e24c05e1fc14bbaea0fc6d85cf005ae7e9c9425d4575550f37e2e584b1af97bcde78eacd7559208f20995988d52881334db16cf77bc1bcf68e48ed7c languageName: node linkType: hard "p-try@npm:^2.0.0": version: 2.2.0 resolution: "p-try@npm:2.2.0" - checksum: f8a8e9a7693659383f06aec604ad5ead237c7a261c18048a6e1b5b85a5f8a067e469aa24f5bc009b991ea3b058a87f5065ef4176793a200d4917349881216cae + checksum: 10/f8a8e9a7693659383f06aec604ad5ead237c7a261c18048a6e1b5b85a5f8a067e469aa24f5bc009b991ea3b058a87f5065ef4176793a200d4917349881216cae languageName: node linkType: hard @@ -2815,7 +2864,7 @@ __metadata: hasha: "npm:^5.0.0" lodash.flattendeep: "npm:^4.4.0" release-zalgo: "npm:^1.0.0" - checksum: c7209d98ac31926e0c1753d014f8b6b924e1e6a1aacf833dc99edece9c8381424c41c97c26c7eee82026944a79e99023cde5998bf515d7465c87005d52152040 + checksum: 10/c7209d98ac31926e0c1753d014f8b6b924e1e6a1aacf833dc99edece9c8381424c41c97c26c7eee82026944a79e99023cde5998bf515d7465c87005d52152040 languageName: node linkType: hard @@ -2824,42 +2873,42 @@ __metadata: resolution: "parent-module@npm:1.0.1" dependencies: callsites: "npm:^3.0.0" - checksum: 6ba8b255145cae9470cf5551eb74be2d22281587af787a2626683a6c20fbb464978784661478dd2a3f1dad74d1e802d403e1b03c1a31fab310259eec8ac560ff + checksum: 10/6ba8b255145cae9470cf5551eb74be2d22281587af787a2626683a6c20fbb464978784661478dd2a3f1dad74d1e802d403e1b03c1a31fab310259eec8ac560ff languageName: node linkType: hard "path-exists@npm:^4.0.0": version: 4.0.0 resolution: "path-exists@npm:4.0.0" - checksum: 505807199dfb7c50737b057dd8d351b82c033029ab94cb10a657609e00c1bc53b951cfdbccab8de04c5584d5eff31128ce6afd3db79281874a5ef2adbba55ed1 + checksum: 10/505807199dfb7c50737b057dd8d351b82c033029ab94cb10a657609e00c1bc53b951cfdbccab8de04c5584d5eff31128ce6afd3db79281874a5ef2adbba55ed1 languageName: node linkType: hard "path-is-absolute@npm:^1.0.0": version: 1.0.1 resolution: "path-is-absolute@npm:1.0.1" - checksum: 060840f92cf8effa293bcc1bea81281bd7d363731d214cbe5c227df207c34cd727430f70c6037b5159c8a870b9157cba65e775446b0ab06fd5ecc7e54615a3b8 + checksum: 10/060840f92cf8effa293bcc1bea81281bd7d363731d214cbe5c227df207c34cd727430f70c6037b5159c8a870b9157cba65e775446b0ab06fd5ecc7e54615a3b8 languageName: node linkType: hard "path-key@npm:^3.1.0": version: 3.1.1 resolution: "path-key@npm:3.1.1" - checksum: 55cd7a9dd4b343412a8386a743f9c746ef196e57c823d90ca3ab917f90ab9f13dd0ded27252ba49dbdfcab2b091d998bc446f6220cd3cea65db407502a740020 + checksum: 10/55cd7a9dd4b343412a8386a743f9c746ef196e57c823d90ca3ab917f90ab9f13dd0ded27252ba49dbdfcab2b091d998bc446f6220cd3cea65db407502a740020 languageName: node linkType: hard "picocolors@npm:^1.0.0": version: 1.0.0 resolution: "picocolors@npm:1.0.0" - checksum: a2e8092dd86c8396bdba9f2b5481032848525b3dc295ce9b57896f931e63fc16f79805144321f72976383fc249584672a75cc18d6777c6b757603f372f745981 + checksum: 10/a2e8092dd86c8396bdba9f2b5481032848525b3dc295ce9b57896f931e63fc16f79805144321f72976383fc249584672a75cc18d6777c6b757603f372f745981 languageName: node linkType: hard "picomatch@npm:^2.0.4, picomatch@npm:^2.2.1": version: 2.3.1 resolution: "picomatch@npm:2.3.1" - checksum: 60c2595003b05e4535394d1da94850f5372c9427ca4413b71210f437f7b2ca091dbd611c45e8b37d10036fa8eade25c1b8951654f9d3973bfa66a2ff4d3b08bc + checksum: 10/60c2595003b05e4535394d1da94850f5372c9427ca4413b71210f437f7b2ca091dbd611c45e8b37d10036fa8eade25c1b8951654f9d3973bfa66a2ff4d3b08bc languageName: node linkType: hard @@ -2868,14 +2917,14 @@ __metadata: resolution: "pkg-dir@npm:4.2.0" dependencies: find-up: "npm:^4.0.0" - checksum: 9863e3f35132bf99ae1636d31ff1e1e3501251d480336edb1c211133c8d58906bed80f154a1d723652df1fda91e01c7442c2eeaf9dc83157c7ae89087e43c8d6 + checksum: 10/9863e3f35132bf99ae1636d31ff1e1e3501251d480336edb1c211133c8d58906bed80f154a1d723652df1fda91e01c7442c2eeaf9dc83157c7ae89087e43c8d6 languageName: node linkType: hard "prelude-ls@npm:^1.2.1": version: 1.2.1 resolution: "prelude-ls@npm:1.2.1" - checksum: 0b9d2c76801ca652a7f64892dd37b7e3fab149a37d2424920099bf894acccc62abb4424af2155ab36dea8744843060a2d8ddc983518d0b1e22265a22324b72ed + checksum: 10/0b9d2c76801ca652a7f64892dd37b7e3fab149a37d2424920099bf894acccc62abb4424af2155ab36dea8744843060a2d8ddc983518d0b1e22265a22324b72ed languageName: node linkType: hard @@ -2884,14 +2933,14 @@ __metadata: resolution: "process-on-spawn@npm:1.0.0" dependencies: fromentries: "npm:^1.2.0" - checksum: 8795d71742798e5a059e13da2a9c13988aa7c673a3a57f276c1ff6ed942ba9b7636139121c6a409eaa2ea6a8fda7af4be19c3dc576320515bb3f354e3544106e + checksum: 10/8795d71742798e5a059e13da2a9c13988aa7c673a3a57f276c1ff6ed942ba9b7636139121c6a409eaa2ea6a8fda7af4be19c3dc576320515bb3f354e3544106e languageName: node linkType: hard "promise-inflight@npm:^1.0.1": version: 1.0.1 resolution: "promise-inflight@npm:1.0.1" - checksum: 1560d413ea20c5a74f3631d39ba8cbd1972b9228072a755d01e1f5ca5110382d9af76a1582d889445adc6e75bb5ac4886b56dc4b6eae51b30145d7bb1ac7505b + checksum: 10/1560d413ea20c5a74f3631d39ba8cbd1972b9228072a755d01e1f5ca5110382d9af76a1582d889445adc6e75bb5ac4886b56dc4b6eae51b30145d7bb1ac7505b languageName: node linkType: hard @@ -2901,21 +2950,21 @@ __metadata: dependencies: err-code: "npm:^2.0.2" retry: "npm:^0.12.0" - checksum: 96e1a82453c6c96eef53a37a1d6134c9f2482f94068f98a59145d0986ca4e497bf110a410adf73857e588165eab3899f0ebcf7b3890c1b3ce802abc0d65967d4 + checksum: 10/96e1a82453c6c96eef53a37a1d6134c9f2482f94068f98a59145d0986ca4e497bf110a410adf73857e588165eab3899f0ebcf7b3890c1b3ce802abc0d65967d4 languageName: node linkType: hard "proxy-from-env@npm:^1.1.0": version: 1.1.0 resolution: "proxy-from-env@npm:1.1.0" - checksum: f0bb4a87cfd18f77bc2fba23ae49c3b378fb35143af16cc478171c623eebe181678f09439707ad80081d340d1593cd54a33a0113f3ccb3f4bc9451488780ee23 + checksum: 10/f0bb4a87cfd18f77bc2fba23ae49c3b378fb35143af16cc478171c623eebe181678f09439707ad80081d340d1593cd54a33a0113f3ccb3f4bc9451488780ee23 languageName: node linkType: hard "punycode@npm:^2.1.0": version: 2.3.0 resolution: "punycode@npm:2.3.0" - checksum: d4e7fbb96f570c57d64b09a35a1182c879ac32833de7c6926a2c10619632c1377865af3dab5479f59d51da18bcd5035a20a5ef6ceb74020082a3e78025d9a9ca + checksum: 10/d4e7fbb96f570c57d64b09a35a1182c879ac32833de7c6926a2c10619632c1377865af3dab5479f59d51da18bcd5035a20a5ef6ceb74020082a3e78025d9a9ca languageName: node linkType: hard @@ -2924,21 +2973,21 @@ __metadata: resolution: "qs@npm:6.11.1" dependencies: side-channel: "npm:^1.0.4" - checksum: f3e00fc1f65854ddd10ace6a4209baea9f74b2cef5b203e62604be70c743801e1c5ea55631430aaa059c2740b48f2b026f7f183b496f103b08d82f2b602f4d41 + checksum: 10/f3e00fc1f65854ddd10ace6a4209baea9f74b2cef5b203e62604be70c743801e1c5ea55631430aaa059c2740b48f2b026f7f183b496f103b08d82f2b602f4d41 languageName: node linkType: hard "querystringify@npm:^2.1.1": version: 2.2.0 resolution: "querystringify@npm:2.2.0" - checksum: 46ab16f252fd892fc29d6af60966d338cdfeea68a231e9457631ffd22d67cec1e00141e0a5236a2eb16c0d7d74175d9ec1d6f963660c6f2b1c2fc85b194c5680 + checksum: 10/46ab16f252fd892fc29d6af60966d338cdfeea68a231e9457631ffd22d67cec1e00141e0a5236a2eb16c0d7d74175d9ec1d6f963660c6f2b1c2fc85b194c5680 languageName: node linkType: hard "queue-microtask@npm:^1.2.2": version: 1.2.3 resolution: "queue-microtask@npm:1.2.3" - checksum: 72900df0616e473e824202113c3df6abae59150dfb73ed13273503127235320e9c8ca4aaaaccfd58cf417c6ca92a6e68ee9a5c3182886ae949a768639b388a7b + checksum: 10/72900df0616e473e824202113c3df6abae59150dfb73ed13273503127235320e9c8ca4aaaaccfd58cf417c6ca92a6e68ee9a5c3182886ae949a768639b388a7b languageName: node linkType: hard @@ -2947,7 +2996,7 @@ __metadata: resolution: "randombytes@npm:2.1.0" dependencies: safe-buffer: "npm:^5.1.0" - checksum: 4efd1ad3d88db77c2d16588dc54c2b52fd2461e70fe5724611f38d283857094fe09040fa2c9776366803c3152cf133171b452ef717592b65631ce5dc3a2bdafc + checksum: 10/4efd1ad3d88db77c2d16588dc54c2b52fd2461e70fe5724611f38d283857094fe09040fa2c9776366803c3152cf133171b452ef717592b65631ce5dc3a2bdafc languageName: node linkType: hard @@ -2958,7 +3007,7 @@ __metadata: inherits: "npm:^2.0.3" string_decoder: "npm:^1.1.1" util-deprecate: "npm:^1.0.1" - checksum: d9e3e53193adcdb79d8f10f2a1f6989bd4389f5936c6f8b870e77570853561c362bee69feca2bbb7b32368ce96a85504aa4cedf7cf80f36e6a9de30d64244048 + checksum: 10/d9e3e53193adcdb79d8f10f2a1f6989bd4389f5936c6f8b870e77570853561c362bee69feca2bbb7b32368ce96a85504aa4cedf7cf80f36e6a9de30d64244048 languageName: node linkType: hard @@ -2967,7 +3016,7 @@ __metadata: resolution: "readdirp@npm:3.6.0" dependencies: picomatch: "npm:^2.2.1" - checksum: 196b30ef6ccf9b6e18c4e1724b7334f72a093d011a99f3b5920470f0b3406a51770867b3e1ae9711f227ef7a7065982f6ee2ce316746b2cb42c88efe44297fe7 + checksum: 10/196b30ef6ccf9b6e18c4e1724b7334f72a093d011a99f3b5920470f0b3406a51770867b3e1ae9711f227ef7a7065982f6ee2ce316746b2cb42c88efe44297fe7 languageName: node linkType: hard @@ -2976,56 +3025,56 @@ __metadata: resolution: "release-zalgo@npm:1.0.0" dependencies: es6-error: "npm:^4.0.1" - checksum: 1719e44b240ee1f57d034b26ea167f3cbf3c36fdae6d6efd0e6e5b202d9852baffc1c5595d378b5f8b2ad729b907ddd962f3d051d89499f83584993a5399f964 + checksum: 10/1719e44b240ee1f57d034b26ea167f3cbf3c36fdae6d6efd0e6e5b202d9852baffc1c5595d378b5f8b2ad729b907ddd962f3d051d89499f83584993a5399f964 languageName: node linkType: hard "require-directory@npm:^2.1.1": version: 2.1.1 resolution: "require-directory@npm:2.1.1" - checksum: a72468e2589270d91f06c7d36ec97a88db53ae5d6fe3787fadc943f0b0276b10347f89b363b2a82285f650bdcc135ad4a257c61bdd4d00d6df1fa24875b0ddaf + checksum: 10/a72468e2589270d91f06c7d36ec97a88db53ae5d6fe3787fadc943f0b0276b10347f89b363b2a82285f650bdcc135ad4a257c61bdd4d00d6df1fa24875b0ddaf languageName: node linkType: hard "require-main-filename@npm:^2.0.0": version: 2.0.0 resolution: "require-main-filename@npm:2.0.0" - checksum: 8604a570c06a69c9d939275becc33a65676529e1c3e5a9f42d58471674df79357872b96d70bb93a0380a62d60dc9031c98b1a9dad98c946ffdd61b7ac0c8cedd + checksum: 10/8604a570c06a69c9d939275becc33a65676529e1c3e5a9f42d58471674df79357872b96d70bb93a0380a62d60dc9031c98b1a9dad98c946ffdd61b7ac0c8cedd languageName: node linkType: hard "requires-port@npm:^1.0.0": version: 1.0.0 resolution: "requires-port@npm:1.0.0" - checksum: 878880ee78ccdce372784f62f52a272048e2d0827c29ae31e7f99da18b62a2b9463ea03a75f277352f4697c100183debb0532371ad515a2d49d4bfe596dd4c20 + checksum: 10/878880ee78ccdce372784f62f52a272048e2d0827c29ae31e7f99da18b62a2b9463ea03a75f277352f4697c100183debb0532371ad515a2d49d4bfe596dd4c20 languageName: node linkType: hard "resolve-from@npm:^4.0.0": version: 4.0.0 resolution: "resolve-from@npm:4.0.0" - checksum: 91eb76ce83621eea7bbdd9b55121a5c1c4a39e54a9ce04a9ad4517f102f8b5131c2cf07622c738a6683991bf54f2ce178f5a42803ecbd527ddc5105f362cc9e3 + checksum: 10/91eb76ce83621eea7bbdd9b55121a5c1c4a39e54a9ce04a9ad4517f102f8b5131c2cf07622c738a6683991bf54f2ce178f5a42803ecbd527ddc5105f362cc9e3 languageName: node linkType: hard "resolve-from@npm:^5.0.0": version: 5.0.0 resolution: "resolve-from@npm:5.0.0" - checksum: be18a5e4d76dd711778664829841cde690971d02b6cbae277735a09c1c28f407b99ef6ef3cd585a1e6546d4097b28df40ed32c4a287b9699dcf6d7f208495e23 + checksum: 10/be18a5e4d76dd711778664829841cde690971d02b6cbae277735a09c1c28f407b99ef6ef3cd585a1e6546d4097b28df40ed32c4a287b9699dcf6d7f208495e23 languageName: node linkType: hard "retry@npm:^0.12.0": version: 0.12.0 resolution: "retry@npm:0.12.0" - checksum: 1f914879f97e7ee931ad05fe3afa629bd55270fc6cf1c1e589b6a99fab96d15daad0fa1a52a00c729ec0078045fe3e399bd4fd0c93bcc906957bdc17f89cb8e6 + checksum: 10/1f914879f97e7ee931ad05fe3afa629bd55270fc6cf1c1e589b6a99fab96d15daad0fa1a52a00c729ec0078045fe3e399bd4fd0c93bcc906957bdc17f89cb8e6 languageName: node linkType: hard "reusify@npm:^1.0.4": version: 1.0.4 resolution: "reusify@npm:1.0.4" - checksum: 14222c9e1d3f9ae01480c50d96057228a8524706db79cdeb5a2ce5bb7070dd9f409a6f84a02cbef8cdc80d39aef86f2dd03d155188a1300c599b05437dcd2ffb + checksum: 10/14222c9e1d3f9ae01480c50d96057228a8524706db79cdeb5a2ce5bb7070dd9f409a6f84a02cbef8cdc80d39aef86f2dd03d155188a1300c599b05437dcd2ffb languageName: node linkType: hard @@ -3036,7 +3085,7 @@ __metadata: glob: "npm:^7.1.3" bin: rimraf: bin.js - checksum: 063ffaccaaaca2cfd0ef3beafb12d6a03dd7ff1260d752d62a6077b5dfff6ae81bea571f655bb6b589d366930ec1bdd285d40d560c0dae9b12f125e54eb743d5 + checksum: 10/063ffaccaaaca2cfd0ef3beafb12d6a03dd7ff1260d752d62a6077b5dfff6ae81bea571f655bb6b589d366930ec1bdd285d40d560c0dae9b12f125e54eb743d5 languageName: node linkType: hard @@ -3045,28 +3094,28 @@ __metadata: resolution: "run-parallel@npm:1.2.0" dependencies: queue-microtask: "npm:^1.2.2" - checksum: cb4f97ad25a75ebc11a8ef4e33bb962f8af8516bb2001082ceabd8902e15b98f4b84b4f8a9b222e5d57fc3bd1379c483886ed4619367a7680dad65316993021d + checksum: 10/cb4f97ad25a75ebc11a8ef4e33bb962f8af8516bb2001082ceabd8902e15b98f4b84b4f8a9b222e5d57fc3bd1379c483886ed4619367a7680dad65316993021d languageName: node linkType: hard "safe-buffer@npm:^5.0.1, safe-buffer@npm:^5.1.0, safe-buffer@npm:~5.2.0": version: 5.2.1 resolution: "safe-buffer@npm:5.2.1" - checksum: 32872cd0ff68a3ddade7a7617b8f4c2ae8764d8b7d884c651b74457967a9e0e886267d3ecc781220629c44a865167b61c375d2da6c720c840ecd73f45d5d9451 + checksum: 10/32872cd0ff68a3ddade7a7617b8f4c2ae8764d8b7d884c651b74457967a9e0e886267d3ecc781220629c44a865167b61c375d2da6c720c840ecd73f45d5d9451 languageName: node linkType: hard "safer-buffer@npm:>= 2.1.2 < 3.0.0": version: 2.1.2 resolution: "safer-buffer@npm:2.1.2" - checksum: 7eaf7a0cf37cc27b42fb3ef6a9b1df6e93a1c6d98c6c6702b02fe262d5fcbd89db63320793b99b21cb5348097d0a53de81bd5f4e8b86e20cc9412e3f1cfb4e83 + checksum: 10/7eaf7a0cf37cc27b42fb3ef6a9b1df6e93a1c6d98c6c6702b02fe262d5fcbd89db63320793b99b21cb5348097d0a53de81bd5f4e8b86e20cc9412e3f1cfb4e83 languageName: node linkType: hard "scmp@npm:^2.1.0": version: 2.1.0 resolution: "scmp@npm:2.1.0" - checksum: 1a21c91d98891e61b411bf3c494482c8b47a8adece11356569c28328d983b98089eec19ff77005b74ec536ddac6ea2b7679a72b80e6a04774fc18a4a1f37f939 + checksum: 10/1a21c91d98891e61b411bf3c494482c8b47a8adece11356569c28328d983b98089eec19ff77005b74ec536ddac6ea2b7679a72b80e6a04774fc18a4a1f37f939 languageName: node linkType: hard @@ -3075,7 +3124,7 @@ __metadata: resolution: "semver@npm:6.3.1" bin: semver: bin/semver.js - checksum: 1ef3a85bd02a760c6ef76a45b8c1ce18226de40831e02a00bad78485390b98b6ccaa31046245fc63bba4a47a6a592b6c7eedc65cc47126e60489f9cc1ce3ed7e + checksum: 10/1ef3a85bd02a760c6ef76a45b8c1ce18226de40831e02a00bad78485390b98b6ccaa31046245fc63bba4a47a6a592b6c7eedc65cc47126e60489f9cc1ce3ed7e languageName: node linkType: hard @@ -3086,7 +3135,7 @@ __metadata: lru-cache: "npm:^6.0.0" bin: semver: bin/semver.js - checksum: c8c04a4d41d30cffa7277904e0ad6998623dd61e36bca9578b0128d8c683b705a3924beada55eae7fa004fb30a9359a53a4ead2b68468d778b602f3b1a28f8e3 + checksum: 10/c8c04a4d41d30cffa7277904e0ad6998623dd61e36bca9578b0128d8c683b705a3924beada55eae7fa004fb30a9359a53a4ead2b68468d778b602f3b1a28f8e3 languageName: node linkType: hard @@ -3095,14 +3144,14 @@ __metadata: resolution: "serialize-javascript@npm:6.0.0" dependencies: randombytes: "npm:^2.1.0" - checksum: ed3dabfbb565c48c9eb1ca8fe58f0d256902ab70a8a605be634ddd68388d5f728bb0bd1268e94fab628748ba8ad8392f01b05f3cbe1e4878b5c58c669fd3d1b4 + checksum: 10/ed3dabfbb565c48c9eb1ca8fe58f0d256902ab70a8a605be634ddd68388d5f728bb0bd1268e94fab628748ba8ad8392f01b05f3cbe1e4878b5c58c669fd3d1b4 languageName: node linkType: hard "set-blocking@npm:^2.0.0": version: 2.0.0 resolution: "set-blocking@npm:2.0.0" - checksum: 8980ebf7ae9eb945bb036b6e283c547ee783a1ad557a82babf758a065e2fb6ea337fd82cac30dd565c1e606e423f30024a19fff7afbf4977d784720c4026a8ef + checksum: 10/8980ebf7ae9eb945bb036b6e283c547ee783a1ad557a82babf758a065e2fb6ea337fd82cac30dd565c1e606e423f30024a19fff7afbf4977d784720c4026a8ef languageName: node linkType: hard @@ -3111,14 +3160,14 @@ __metadata: resolution: "shebang-command@npm:2.0.0" dependencies: shebang-regex: "npm:^3.0.0" - checksum: 6b52fe87271c12968f6a054e60f6bde5f0f3d2db483a1e5c3e12d657c488a15474121a1d55cd958f6df026a54374ec38a4a963988c213b7570e1d51575cea7fa + checksum: 10/6b52fe87271c12968f6a054e60f6bde5f0f3d2db483a1e5c3e12d657c488a15474121a1d55cd958f6df026a54374ec38a4a963988c213b7570e1d51575cea7fa languageName: node linkType: hard "shebang-regex@npm:^3.0.0": version: 3.0.0 resolution: "shebang-regex@npm:3.0.0" - checksum: 1a2bcae50de99034fcd92ad4212d8e01eedf52c7ec7830eedcf886622804fe36884278f2be8be0ea5fde3fd1c23911643a4e0f726c8685b61871c8908af01222 + checksum: 10/1a2bcae50de99034fcd92ad4212d8e01eedf52c7ec7830eedcf886622804fe36884278f2be8be0ea5fde3fd1c23911643a4e0f726c8685b61871c8908af01222 languageName: node linkType: hard @@ -3129,21 +3178,21 @@ __metadata: call-bind: "npm:^1.0.0" get-intrinsic: "npm:^1.0.2" object-inspect: "npm:^1.9.0" - checksum: c4998d9fc530b0e75a7fd791ad868fdc42846f072734f9080ff55cc8dc7d3899abcda24fd896aa6648c3ab7021b4bb478073eb4f44dfd55bce9714bc1a7c5d45 + checksum: 10/c4998d9fc530b0e75a7fd791ad868fdc42846f072734f9080ff55cc8dc7d3899abcda24fd896aa6648c3ab7021b4bb478073eb4f44dfd55bce9714bc1a7c5d45 languageName: node linkType: hard "signal-exit@npm:^3.0.2, signal-exit@npm:^3.0.7": version: 3.0.7 resolution: "signal-exit@npm:3.0.7" - checksum: a2f098f247adc367dffc27845853e9959b9e88b01cb301658cfe4194352d8d2bb32e18467c786a7fe15f1d44b233ea35633d076d5e737870b7139949d1ab6318 + checksum: 10/a2f098f247adc367dffc27845853e9959b9e88b01cb301658cfe4194352d8d2bb32e18467c786a7fe15f1d44b233ea35633d076d5e737870b7139949d1ab6318 languageName: node linkType: hard "smart-buffer@npm:^4.2.0": version: 4.2.0 resolution: "smart-buffer@npm:4.2.0" - checksum: 927484aa0b1640fd9473cee3e0a0bcad6fce93fd7bbc18bac9ad0c33686f5d2e2c422fba24b5899c184524af01e11dd2bd051c2bf2b07e47aff8ca72cbfc60d2 + checksum: 10/927484aa0b1640fd9473cee3e0a0bcad6fce93fd7bbc18bac9ad0c33686f5d2e2c422fba24b5899c184524af01e11dd2bd051c2bf2b07e47aff8ca72cbfc60d2 languageName: node linkType: hard @@ -3154,7 +3203,7 @@ __metadata: agent-base: "npm:^6.0.2" debug: "npm:^4.3.3" socks: "npm:^2.6.2" - checksum: 26c75d9c62a9ed3fd494df60e65e88da442f78e0d4bc19bfd85ac37bd2c67470d6d4bba5202e804561cda6674db52864c9e2a2266775f879bc8d89c1445a5f4c + checksum: 10/26c75d9c62a9ed3fd494df60e65e88da442f78e0d4bc19bfd85ac37bd2c67470d6d4bba5202e804561cda6674db52864c9e2a2266775f879bc8d89c1445a5f4c languageName: node linkType: hard @@ -3164,14 +3213,14 @@ __metadata: dependencies: ip: "npm:^2.0.0" smart-buffer: "npm:^4.2.0" - checksum: 5074f7d6a13b3155fa655191df1c7e7a48ce3234b8ccf99afa2ccb56591c195e75e8bb78486f8e9ea8168e95a29573cbaad55b2b5e195160ae4d2ea6811ba833 + checksum: 10/5074f7d6a13b3155fa655191df1c7e7a48ce3234b8ccf99afa2ccb56591c195e75e8bb78486f8e9ea8168e95a29573cbaad55b2b5e195160ae4d2ea6811ba833 languageName: node linkType: hard "source-map@npm:^0.6.1": version: 0.6.1 resolution: "source-map@npm:0.6.1" - checksum: 59ef7462f1c29d502b3057e822cdbdae0b0e565302c4dd1a95e11e793d8d9d62006cdc10e0fd99163ca33ff2071360cf50ee13f90440806e7ed57d81cba2f7ff + checksum: 10/59ef7462f1c29d502b3057e822cdbdae0b0e565302c4dd1a95e11e793d8d9d62006cdc10e0fd99163ca33ff2071360cf50ee13f90440806e7ed57d81cba2f7ff languageName: node linkType: hard @@ -3185,14 +3234,14 @@ __metadata: rimraf: "npm:^3.0.0" signal-exit: "npm:^3.0.2" which: "npm:^2.0.1" - checksum: ce6ca08d66c3a41a28a7ecc10bf4945d7930fd3ae961d40804ee109cee6ee9f8436125f53bc07918ca1eb461fe2ff0033af1dc3cb803469b585639675fc2d2e7 + checksum: 10/ce6ca08d66c3a41a28a7ecc10bf4945d7930fd3ae961d40804ee109cee6ee9f8436125f53bc07918ca1eb461fe2ff0033af1dc3cb803469b585639675fc2d2e7 languageName: node linkType: hard "sprintf-js@npm:~1.0.2": version: 1.0.3 resolution: "sprintf-js@npm:1.0.3" - checksum: c34828732ab8509c2741e5fd1af6b767c3daf2c642f267788f933a65b1614943c282e74c4284f4fa749c264b18ee016a0d37a3e5b73aee446da46277d3a85daa + checksum: 10/c34828732ab8509c2741e5fd1af6b767c3daf2c642f267788f933a65b1614943c282e74c4284f4fa749c264b18ee016a0d37a3e5b73aee446da46277d3a85daa languageName: node linkType: hard @@ -3201,7 +3250,7 @@ __metadata: resolution: "ssri@npm:9.0.1" dependencies: minipass: "npm:^3.1.1" - checksum: 7638a61e91432510718e9265d48d0438a17d53065e5184f1336f234ef6aa3479663942e41e97df56cda06bb24d9d0b5ef342c10685add3cac7267a82d7fa6718 + checksum: 10/7638a61e91432510718e9265d48d0438a17d53065e5184f1336f234ef6aa3479663942e41e97df56cda06bb24d9d0b5ef342c10685add3cac7267a82d7fa6718 languageName: node linkType: hard @@ -3212,7 +3261,7 @@ __metadata: emoji-regex: "npm:^8.0.0" is-fullwidth-code-point: "npm:^3.0.0" strip-ansi: "npm:^6.0.1" - checksum: e52c10dc3fbfcd6c3a15f159f54a90024241d0f149cf8aed2982a2d801d2e64df0bf1dc351cf8e95c3319323f9f220c16e740b06faecd53e2462df1d2b5443fb + checksum: 10/e52c10dc3fbfcd6c3a15f159f54a90024241d0f149cf8aed2982a2d801d2e64df0bf1dc351cf8e95c3319323f9f220c16e740b06faecd53e2462df1d2b5443fb languageName: node linkType: hard @@ -3221,7 +3270,7 @@ __metadata: resolution: "string_decoder@npm:1.3.0" dependencies: safe-buffer: "npm:~5.2.0" - checksum: 54d23f4a6acae0e93f999a585e673be9e561b65cd4cca37714af1e893ab8cd8dfa52a9e4f58f48f87b4a44918d3a9254326cb80ed194bf2e4c226e2b21767e56 + checksum: 10/54d23f4a6acae0e93f999a585e673be9e561b65cd4cca37714af1e893ab8cd8dfa52a9e4f58f48f87b4a44918d3a9254326cb80ed194bf2e4c226e2b21767e56 languageName: node linkType: hard @@ -3230,21 +3279,21 @@ __metadata: resolution: "strip-ansi@npm:6.0.1" dependencies: ansi-regex: "npm:^5.0.1" - checksum: ae3b5436d34fadeb6096367626ce987057713c566e1e7768818797e00ac5d62023d0f198c4e681eae9e20701721980b26a64a8f5b91238869592a9c6800719a2 + checksum: 10/ae3b5436d34fadeb6096367626ce987057713c566e1e7768818797e00ac5d62023d0f198c4e681eae9e20701721980b26a64a8f5b91238869592a9c6800719a2 languageName: node linkType: hard "strip-bom@npm:^4.0.0": version: 4.0.0 resolution: "strip-bom@npm:4.0.0" - checksum: 9dbcfbaf503c57c06af15fe2c8176fb1bf3af5ff65003851a102749f875a6dbe0ab3b30115eccf6e805e9d756830d3e40ec508b62b3f1ddf3761a20ebe29d3f3 + checksum: 10/9dbcfbaf503c57c06af15fe2c8176fb1bf3af5ff65003851a102749f875a6dbe0ab3b30115eccf6e805e9d756830d3e40ec508b62b3f1ddf3761a20ebe29d3f3 languageName: node linkType: hard "strip-json-comments@npm:3.1.1, strip-json-comments@npm:^3.1.1": version: 3.1.1 resolution: "strip-json-comments@npm:3.1.1" - checksum: 492f73e27268f9b1c122733f28ecb0e7e8d8a531a6662efbd08e22cccb3f9475e90a1b82cab06a392f6afae6d2de636f977e231296400d0ec5304ba70f166443 + checksum: 10/492f73e27268f9b1c122733f28ecb0e7e8d8a531a6662efbd08e22cccb3f9475e90a1b82cab06a392f6afae6d2de636f977e231296400d0ec5304ba70f166443 languageName: node linkType: hard @@ -3253,7 +3302,7 @@ __metadata: resolution: "supports-color@npm:8.1.1" dependencies: has-flag: "npm:^4.0.0" - checksum: 157b534df88e39c5518c5e78c35580c1eca848d7dbaf31bbe06cdfc048e22c7ff1a9d046ae17b25691128f631a51d9ec373c1b740c12ae4f0de6e292037e4282 + checksum: 10/157b534df88e39c5518c5e78c35580c1eca848d7dbaf31bbe06cdfc048e22c7ff1a9d046ae17b25691128f631a51d9ec373c1b740c12ae4f0de6e292037e4282 languageName: node linkType: hard @@ -3262,7 +3311,7 @@ __metadata: resolution: "supports-color@npm:5.5.0" dependencies: has-flag: "npm:^3.0.0" - checksum: 5f505c6fa3c6e05873b43af096ddeb22159831597649881aeb8572d6fe3b81e798cc10840d0c9735e0026b250368851b7f77b65e84f4e4daa820a4f69947f55b + checksum: 10/5f505c6fa3c6e05873b43af096ddeb22159831597649881aeb8572d6fe3b81e798cc10840d0c9735e0026b250368851b7f77b65e84f4e4daa820a4f69947f55b languageName: node linkType: hard @@ -3271,7 +3320,7 @@ __metadata: resolution: "supports-color@npm:7.2.0" dependencies: has-flag: "npm:^4.0.0" - checksum: c8bb7afd564e3b26b50ca6ee47572c217526a1389fe018d00345856d4a9b08ffbd61fadaf283a87368d94c3dcdb8f5ffe2650a5a65863e21ad2730ca0f05210a + checksum: 10/c8bb7afd564e3b26b50ca6ee47572c217526a1389fe018d00345856d4a9b08ffbd61fadaf283a87368d94c3dcdb8f5ffe2650a5a65863e21ad2730ca0f05210a languageName: node linkType: hard @@ -3285,7 +3334,7 @@ __metadata: minizlib: "npm:^2.1.1" mkdirp: "npm:^1.0.3" yallist: "npm:^4.0.0" - checksum: add2c3c6d0d71192186ec118d265b92d94be5cd57a0b8fdf0d29ee46dc846574925a5fc57170eefffd78201eda4c45d7604070b5a4b0648e4d6e1d65918b5a82 + checksum: 10/add2c3c6d0d71192186ec118d265b92d94be5cd57a0b8fdf0d29ee46dc846574925a5fc57170eefffd78201eda4c45d7604070b5a4b0648e4d6e1d65918b5a82 languageName: node linkType: hard @@ -3296,21 +3345,21 @@ __metadata: "@istanbuljs/schema": "npm:^0.1.2" glob: "npm:^7.1.4" minimatch: "npm:^3.0.4" - checksum: 8fccb2cb6c8fcb6bb4115394feb833f8b6cf4b9503ec2485c2c90febf435cac62abe882a0c5c51a37b9bbe70640cdd05acf5f45e486ac4583389f4b0855f69e5 + checksum: 10/8fccb2cb6c8fcb6bb4115394feb833f8b6cf4b9503ec2485c2c90febf435cac62abe882a0c5c51a37b9bbe70640cdd05acf5f45e486ac4583389f4b0855f69e5 languageName: node linkType: hard "text-table@npm:^0.2.0": version: 0.2.0 resolution: "text-table@npm:0.2.0" - checksum: 4383b5baaeffa9bb4cda2ac33a4aa2e6d1f8aaf811848bf73513a9b88fd76372dc461f6fd6d2e9cb5100f48b473be32c6f95bd983509b7d92bb4d92c10747452 + checksum: 10/4383b5baaeffa9bb4cda2ac33a4aa2e6d1f8aaf811848bf73513a9b88fd76372dc461f6fd6d2e9cb5100f48b473be32c6f95bd983509b7d92bb4d92c10747452 languageName: node linkType: hard "to-fast-properties@npm:^2.0.0": version: 2.0.0 resolution: "to-fast-properties@npm:2.0.0" - checksum: be2de62fe58ead94e3e592680052683b1ec986c72d589e7b21e5697f8744cdbf48c266fa72f6c15932894c10187b5f54573a3bcf7da0bfd964d5caf23d436168 + checksum: 10/be2de62fe58ead94e3e592680052683b1ec986c72d589e7b21e5697f8744cdbf48c266fa72f6c15932894c10187b5f54573a3bcf7da0bfd964d5caf23d436168 languageName: node linkType: hard @@ -3319,14 +3368,14 @@ __metadata: resolution: "to-regex-range@npm:5.0.1" dependencies: is-number: "npm:^7.0.0" - checksum: 10dda13571e1f5ad37546827e9b6d4252d2e0bc176c24a101252153ef435d83696e2557fe128c4678e4e78f5f01e83711c703eef9814eb12dab028580d45980a + checksum: 10/10dda13571e1f5ad37546827e9b6d4252d2e0bc176c24a101252153ef435d83696e2557fe128c4678e4e78f5f01e83711c703eef9814eb12dab028580d45980a languageName: node linkType: hard "tunnel@npm:^0.0.6": version: 0.0.6 resolution: "tunnel@npm:0.0.6" - checksum: cf1ffed5e67159b901a924dbf94c989f20b2b3b65649cfbbe4b6abb35955ce2cf7433b23498bdb2c5530ab185b82190fce531597b3b4a649f06a907fc8702405 + checksum: 10/cf1ffed5e67159b901a924dbf94c989f20b2b3b65649cfbbe4b6abb35955ce2cf7433b23498bdb2c5530ab185b82190fce531597b3b4a649f06a907fc8702405 languageName: node linkType: hard @@ -3338,18 +3387,18 @@ __metadata: "@actions/github": "npm:6.0.0" "@microsoft/eslint-formatter-sarif": "npm:3.0.0" "@vercel/ncc": "npm:0.38.1" - eslint: "npm:8.56.0" + eslint: "npm:8.57.0" eslint-config-google: "npm:0.14.0" - mocha: "npm:10.2.0" + mocha: "npm:10.3.0" mocha-param: "npm:2.0.1" nyc: "npm:15.1.0" - twilio: "npm:4.20.0" + twilio: "npm:4.23.0" languageName: unknown linkType: soft -"twilio@npm:4.20.0": - version: 4.20.0 - resolution: "twilio@npm:4.20.0" +"twilio@npm:4.23.0": + version: 4.23.0 + resolution: "twilio@npm:4.23.0" dependencies: axios: "npm:^1.6.0" dayjs: "npm:^1.11.9" @@ -3359,7 +3408,7 @@ __metadata: scmp: "npm:^2.1.0" url-parse: "npm:^1.5.9" xmlbuilder: "npm:^13.0.2" - checksum: 420bda9268f66f0a660081f86559e3556e74095253866a9a41058a958309ae722252453b7a3def46818a53110faa529cb3a93c0b9923b6012b480c5cb3f66354 + checksum: 10/b54b6b3a945a6c74aeb95444857439bd574737b9d078c19711e602784cd1270e5c057ec9fe7570ee5f3c53208640852dd5c5fc95cb0e84e8e9994ffb9aefbc9f languageName: node linkType: hard @@ -3368,21 +3417,21 @@ __metadata: resolution: "type-check@npm:0.4.0" dependencies: prelude-ls: "npm:^1.2.1" - checksum: 14687776479d048e3c1dbfe58a2409e00367810d6960c0f619b33793271ff2a27f81b52461f14a162f1f89a9b1d8da1b237fc7c99b0e1fdcec28ec63a86b1fec + checksum: 10/14687776479d048e3c1dbfe58a2409e00367810d6960c0f619b33793271ff2a27f81b52461f14a162f1f89a9b1d8da1b237fc7c99b0e1fdcec28ec63a86b1fec languageName: node linkType: hard "type-fest@npm:^0.20.2": version: 0.20.2 resolution: "type-fest@npm:0.20.2" - checksum: 8907e16284b2d6cfa4f4817e93520121941baba36b39219ea36acfe64c86b9dbc10c9941af450bd60832c8f43464974d51c0957f9858bc66b952b66b6914cbb9 + checksum: 10/8907e16284b2d6cfa4f4817e93520121941baba36b39219ea36acfe64c86b9dbc10c9941af450bd60832c8f43464974d51c0957f9858bc66b952b66b6914cbb9 languageName: node linkType: hard "type-fest@npm:^0.8.0": version: 0.8.1 resolution: "type-fest@npm:0.8.1" - checksum: fd4a91bfb706aeeb0d326ebd2e9a8ea5263979e5dec8d16c3e469a5bd3a946e014a062ef76c02e3086d3d1c7209a56a20a4caafd0e9f9a5c2ab975084ea3d388 + checksum: 10/fd4a91bfb706aeeb0d326ebd2e9a8ea5263979e5dec8d16c3e469a5bd3a946e014a062ef76c02e3086d3d1c7209a56a20a4caafd0e9f9a5c2ab975084ea3d388 languageName: node linkType: hard @@ -3391,16 +3440,16 @@ __metadata: resolution: "typedarray-to-buffer@npm:3.1.5" dependencies: is-typedarray: "npm:^1.0.0" - checksum: 7c850c3433fbdf4d04f04edfc751743b8f577828b8e1eb93b95a3bce782d156e267d83e20fb32b3b47813e69a69ab5e9b5342653332f7d21c7d1210661a7a72c + checksum: 10/7c850c3433fbdf4d04f04edfc751743b8f577828b8e1eb93b95a3bce782d156e267d83e20fb32b3b47813e69a69ab5e9b5342653332f7d21c7d1210661a7a72c languageName: node linkType: hard "undici@npm:^5.25.4": - version: 5.28.2 - resolution: "undici@npm:5.28.2" + version: 5.28.3 + resolution: "undici@npm:5.28.3" dependencies: "@fastify/busboy": "npm:^2.0.0" - checksum: 07ab8b812c7322f5faba55268562e3626463171ace8a2e5861e5793e69f8901e809bcdeb4013126fe8d1602baac247ea3c0c996073dbf9709516295b0a4dd18f + checksum: 10/779856ce14ba6907c0759df8e4babd61608b1f502569d44de7dd1d014afb7c67a0a2997b4f706e0daff8a55d87ee2f25b830b195fc0202cb6fbd25abe2d941eb languageName: node linkType: hard @@ -3409,7 +3458,7 @@ __metadata: resolution: "unique-filename@npm:2.0.1" dependencies: unique-slug: "npm:^3.0.0" - checksum: 807acf3381aff319086b64dc7125a9a37c09c44af7620bd4f7f3247fcd5565660ac12d8b80534dcbfd067e6fe88a67e621386dd796a8af828d1337a8420a255f + checksum: 10/807acf3381aff319086b64dc7125a9a37c09c44af7620bd4f7f3247fcd5565660ac12d8b80534dcbfd067e6fe88a67e621386dd796a8af828d1337a8420a255f languageName: node linkType: hard @@ -3418,14 +3467,14 @@ __metadata: resolution: "unique-slug@npm:3.0.0" dependencies: imurmurhash: "npm:^0.1.4" - checksum: 26fc5bc209a875956dd5e84ca39b89bc3be777b112504667c35c861f9547df95afc80439358d836b878b6d91f6ee21fe5ba1a966e9ec2e9f071ddf3fd67d45ee + checksum: 10/26fc5bc209a875956dd5e84ca39b89bc3be777b112504667c35c861f9547df95afc80439358d836b878b6d91f6ee21fe5ba1a966e9ec2e9f071ddf3fd67d45ee languageName: node linkType: hard "universal-user-agent@npm:^6.0.0": version: 6.0.0 resolution: "universal-user-agent@npm:6.0.0" - checksum: 5092bbc80dd0d583cef0b62c17df0043193b74f425112ea6c1f69bc5eda21eeec7a08d8c4f793a277eb2202ffe9b44bec852fa3faff971234cd209874d1b79ef + checksum: 10/5092bbc80dd0d583cef0b62c17df0043193b74f425112ea6c1f69bc5eda21eeec7a08d8c4f793a277eb2202ffe9b44bec852fa3faff971234cd209874d1b79ef languageName: node linkType: hard @@ -3439,7 +3488,7 @@ __metadata: browserslist: ">= 4.21.0" bin: browserslist-lint: cli.js - checksum: 2c88096ca99918efc77a514458c4241b3f2a8e7882aa91b97251231240c30c71e82cb2043aaf12e40eba6bebda3369010e180a58bc11bbd0bca29094945c31cb + checksum: 10/2c88096ca99918efc77a514458c4241b3f2a8e7882aa91b97251231240c30c71e82cb2043aaf12e40eba6bebda3369010e180a58bc11bbd0bca29094945c31cb languageName: node linkType: hard @@ -3448,7 +3497,7 @@ __metadata: resolution: "uri-js@npm:4.4.1" dependencies: punycode: "npm:^2.1.0" - checksum: b271ca7e3d46b7160222e3afa3e531505161c9a4e097febae9664e4b59912f4cbe94861361a4175edac3a03fee99d91e44b6a58c17a634bc5a664b19fc76fbcb + checksum: 10/b271ca7e3d46b7160222e3afa3e531505161c9a4e097febae9664e4b59912f4cbe94861361a4175edac3a03fee99d91e44b6a58c17a634bc5a664b19fc76fbcb languageName: node linkType: hard @@ -3458,21 +3507,21 @@ __metadata: dependencies: querystringify: "npm:^2.1.1" requires-port: "npm:^1.0.0" - checksum: c9e96bc8c5b34e9f05ddfeffc12f6aadecbb0d971b3cc26015b58d5b44676a99f50d5aeb1e5c9e61fa4d49961ae3ab1ae997369ed44da51b2f5ac010d188e6ad + checksum: 10/c9e96bc8c5b34e9f05ddfeffc12f6aadecbb0d971b3cc26015b58d5b44676a99f50d5aeb1e5c9e61fa4d49961ae3ab1ae997369ed44da51b2f5ac010d188e6ad languageName: node linkType: hard "utf8@npm:^3.0.0": version: 3.0.0 resolution: "utf8@npm:3.0.0" - checksum: 31d19c4faacbb65b09ebc1c21c32b20bdb0919c6f6773cee5001b99bb83f8e503e7233c08fc71ebb34f7cfebd95cec3243b81d90176097aa2f286cccb4ce866e + checksum: 10/31d19c4faacbb65b09ebc1c21c32b20bdb0919c6f6773cee5001b99bb83f8e503e7233c08fc71ebb34f7cfebd95cec3243b81d90176097aa2f286cccb4ce866e languageName: node linkType: hard "util-deprecate@npm:^1.0.1": version: 1.0.2 resolution: "util-deprecate@npm:1.0.2" - checksum: 474acf1146cb2701fe3b074892217553dfcf9a031280919ba1b8d651a068c9b15d863b7303cb15bd00a862b498e6cf4ad7b4a08fb134edd5a6f7641681cb54a2 + checksum: 10/474acf1146cb2701fe3b074892217553dfcf9a031280919ba1b8d651a068c9b15d863b7303cb15bd00a862b498e6cf4ad7b4a08fb134edd5a6f7641681cb54a2 languageName: node linkType: hard @@ -3481,14 +3530,14 @@ __metadata: resolution: "uuid@npm:8.3.2" bin: uuid: dist/bin/uuid - checksum: 9a5f7aa1d6f56dd1e8d5f2478f855f25c645e64e26e347a98e98d95781d5ed20062d6cca2eecb58ba7c84bc3910be95c0451ef4161906abaab44f9cb68ffbdd1 + checksum: 10/9a5f7aa1d6f56dd1e8d5f2478f855f25c645e64e26e347a98e98d95781d5ed20062d6cca2eecb58ba7c84bc3910be95c0451ef4161906abaab44f9cb68ffbdd1 languageName: node linkType: hard "which-module@npm:^2.0.0": version: 2.0.0 resolution: "which-module@npm:2.0.0" - checksum: e3e46c9c84475bff773b9e5bbf48ffa1749bc45669c56ffc874ae4a520627a259e10f16ca67c1a1338edce7a002af86c40a036dcb13ad45c18246939997fa006 + checksum: 10/e3e46c9c84475bff773b9e5bbf48ffa1749bc45669c56ffc874ae4a520627a259e10f16ca67c1a1338edce7a002af86c40a036dcb13ad45c18246939997fa006 languageName: node linkType: hard @@ -3499,7 +3548,7 @@ __metadata: isexe: "npm:^2.0.0" bin: node-which: ./bin/node-which - checksum: 4782f8a1d6b8fc12c65e968fea49f59752bf6302dc43036c3bf87da718a80710f61a062516e9764c70008b487929a73546125570acea95c5b5dcc8ac3052c70f + checksum: 10/4782f8a1d6b8fc12c65e968fea49f59752bf6302dc43036c3bf87da718a80710f61a062516e9764c70008b487929a73546125570acea95c5b5dcc8ac3052c70f languageName: node linkType: hard @@ -3508,14 +3557,14 @@ __metadata: resolution: "wide-align@npm:1.1.5" dependencies: string-width: "npm:^1.0.2 || 2 || 3 || 4" - checksum: d5f8027b9a8255a493a94e4ec1b74a27bff6679d5ffe29316a3215e4712945c84ef73ca4045c7e20ae7d0c72f5f57f296e04a4928e773d4276a2f1222e4c2e99 + checksum: 10/d5f8027b9a8255a493a94e4ec1b74a27bff6679d5ffe29316a3215e4712945c84ef73ca4045c7e20ae7d0c72f5f57f296e04a4928e773d4276a2f1222e4c2e99 languageName: node linkType: hard "workerpool@npm:6.2.1": version: 6.2.1 resolution: "workerpool@npm:6.2.1" - checksum: 3e637f76320cab92eaeffa4fbefb351db02e20aa29245d8ee05fa7c088780ef7b4446bfafff2668a22fd94b7d9d97c7020117036ac77a76370ecea278b9a9b91 + checksum: 10/3e637f76320cab92eaeffa4fbefb351db02e20aa29245d8ee05fa7c088780ef7b4446bfafff2668a22fd94b7d9d97c7020117036ac77a76370ecea278b9a9b91 languageName: node linkType: hard @@ -3526,7 +3575,7 @@ __metadata: ansi-styles: "npm:^4.0.0" string-width: "npm:^4.1.0" strip-ansi: "npm:^6.0.0" - checksum: 0d64f2d438e0b555e693b95aee7b2689a12c3be5ac458192a1ce28f542a6e9e59ddfecc37520910c2c88eb1f82a5411260566dba5064e8f9895e76e169e76187 + checksum: 10/0d64f2d438e0b555e693b95aee7b2689a12c3be5ac458192a1ce28f542a6e9e59ddfecc37520910c2c88eb1f82a5411260566dba5064e8f9895e76e169e76187 languageName: node linkType: hard @@ -3537,14 +3586,14 @@ __metadata: ansi-styles: "npm:^4.0.0" string-width: "npm:^4.1.0" strip-ansi: "npm:^6.0.0" - checksum: cebdaeca3a6880da410f75209e68cd05428580de5ad24535f22696d7d9cab134d1f8498599f344c3cf0fb37c1715807a183778d8c648d6cc0cb5ff2bb4236540 + checksum: 10/cebdaeca3a6880da410f75209e68cd05428580de5ad24535f22696d7d9cab134d1f8498599f344c3cf0fb37c1715807a183778d8c648d6cc0cb5ff2bb4236540 languageName: node linkType: hard "wrappy@npm:1": version: 1.0.2 resolution: "wrappy@npm:1.0.2" - checksum: 159da4805f7e84a3d003d8841557196034155008f817172d4e986bd591f74aa82aa7db55929a54222309e01079a65a92a9e6414da5a6aa4b01ee44a511ac3ee5 + checksum: 10/159da4805f7e84a3d003d8841557196034155008f817172d4e986bd591f74aa82aa7db55929a54222309e01079a65a92a9e6414da5a6aa4b01ee44a511ac3ee5 languageName: node linkType: hard @@ -3556,49 +3605,49 @@ __metadata: is-typedarray: "npm:^1.0.0" signal-exit: "npm:^3.0.2" typedarray-to-buffer: "npm:^3.1.5" - checksum: 0955ab94308b74d32bc252afe69d8b42ba4b8a28b8d79f399f3f405969f82623f981e35d13129a52aa2973450f342107c06d86047572637584e85a1c0c246bf3 + checksum: 10/0955ab94308b74d32bc252afe69d8b42ba4b8a28b8d79f399f3f405969f82623f981e35d13129a52aa2973450f342107c06d86047572637584e85a1c0c246bf3 languageName: node linkType: hard "xmlbuilder@npm:^13.0.2": version: 13.0.2 resolution: "xmlbuilder@npm:13.0.2" - checksum: 84671f47fbc28e56dc2fca9b29a2a62e3c2e28f5fcaa986b11c9a7df7385fc921e923cd1c3da83ae0d58b255bc2369feffdcd20600b4125391c79be02eedca15 + checksum: 10/84671f47fbc28e56dc2fca9b29a2a62e3c2e28f5fcaa986b11c9a7df7385fc921e923cd1c3da83ae0d58b255bc2369feffdcd20600b4125391c79be02eedca15 languageName: node linkType: hard "y18n@npm:^4.0.0": version: 4.0.3 resolution: "y18n@npm:4.0.3" - checksum: 392870b2a100bbc643bc035fe3a89cef5591b719c7bdc8721bcdb3d27ab39fa4870acdca67b0ee096e146d769f311d68eda6b8195a6d970f227795061923013f + checksum: 10/392870b2a100bbc643bc035fe3a89cef5591b719c7bdc8721bcdb3d27ab39fa4870acdca67b0ee096e146d769f311d68eda6b8195a6d970f227795061923013f languageName: node linkType: hard "y18n@npm:^5.0.5": version: 5.0.8 resolution: "y18n@npm:5.0.8" - checksum: 5f1b5f95e3775de4514edbb142398a2c37849ccfaf04a015be5d75521e9629d3be29bd4432d23c57f37e5b61ade592fb0197022e9993f81a06a5afbdcda9346d + checksum: 10/5f1b5f95e3775de4514edbb142398a2c37849ccfaf04a015be5d75521e9629d3be29bd4432d23c57f37e5b61ade592fb0197022e9993f81a06a5afbdcda9346d languageName: node linkType: hard "yallist@npm:^3.0.2": version: 3.1.1 resolution: "yallist@npm:3.1.1" - checksum: 9af0a4329c3c6b779ac4736c69fae4190ac03029fa27c1aef4e6bcc92119b73dea6fe5db5fe881fb0ce2a0e9539a42cdf60c7c21eda04d1a0b8c082e38509efb + checksum: 10/9af0a4329c3c6b779ac4736c69fae4190ac03029fa27c1aef4e6bcc92119b73dea6fe5db5fe881fb0ce2a0e9539a42cdf60c7c21eda04d1a0b8c082e38509efb languageName: node linkType: hard "yallist@npm:^4.0.0": version: 4.0.0 resolution: "yallist@npm:4.0.0" - checksum: 4cb02b42b8a93b5cf50caf5d8e9beb409400a8a4d85e83bb0685c1457e9ac0b7a00819e9f5991ac25ffabb56a78e2f017c1acc010b3a1babfe6de690ba531abd + checksum: 10/4cb02b42b8a93b5cf50caf5d8e9beb409400a8a4d85e83bb0685c1457e9ac0b7a00819e9f5991ac25ffabb56a78e2f017c1acc010b3a1babfe6de690ba531abd languageName: node linkType: hard "yargs-parser@npm:20.2.4": version: 20.2.4 resolution: "yargs-parser@npm:20.2.4" - checksum: db8f251ae40e24782d5c089ed86883ba3c0ce7f3c174002a67ec500802f928df9d505fea5d04829769221ce20b0f69f6fb1138fbb2e2fb102e3e9d426d20edab + checksum: 10/db8f251ae40e24782d5c089ed86883ba3c0ce7f3c174002a67ec500802f928df9d505fea5d04829769221ce20b0f69f6fb1138fbb2e2fb102e3e9d426d20edab languageName: node linkType: hard @@ -3608,14 +3657,14 @@ __metadata: dependencies: camelcase: "npm:^5.0.0" decamelize: "npm:^1.2.0" - checksum: 235bcbad5b7ca13e5abc54df61d42f230857c6f83223a38e4ed7b824681875b7f8b6ed52139d88a3ad007050f28dc0324b3c805deac7db22ae3b4815dae0e1bf + checksum: 10/235bcbad5b7ca13e5abc54df61d42f230857c6f83223a38e4ed7b824681875b7f8b6ed52139d88a3ad007050f28dc0324b3c805deac7db22ae3b4815dae0e1bf languageName: node linkType: hard "yargs-parser@npm:^20.2.2": version: 20.2.9 resolution: "yargs-parser@npm:20.2.9" - checksum: 0188f430a0f496551d09df6719a9132a3469e47fe2747208b1dd0ab2bb0c512a95d0b081628bbca5400fb20dbf2fabe63d22badb346cecadffdd948b049f3fcc + checksum: 10/0188f430a0f496551d09df6719a9132a3469e47fe2747208b1dd0ab2bb0c512a95d0b081628bbca5400fb20dbf2fabe63d22badb346cecadffdd948b049f3fcc languageName: node linkType: hard @@ -3627,7 +3676,7 @@ __metadata: decamelize: "npm:^4.0.0" flat: "npm:^5.0.2" is-plain-obj: "npm:^2.1.0" - checksum: 68f9a542c6927c3768c2f16c28f71b19008710abd6b8f8efbac6dcce26bbb68ab6503bed1d5994bdbc2df9a5c87c161110c1dfe04c6a3fe5c6ad1b0e15d9a8a3 + checksum: 10/68f9a542c6927c3768c2f16c28f71b19008710abd6b8f8efbac6dcce26bbb68ab6503bed1d5994bdbc2df9a5c87c161110c1dfe04c6a3fe5c6ad1b0e15d9a8a3 languageName: node linkType: hard @@ -3642,7 +3691,7 @@ __metadata: string-width: "npm:^4.2.0" y18n: "npm:^5.0.5" yargs-parser: "npm:^20.2.2" - checksum: 807fa21211d2117135d557f95fcd3c3d390530cda2eca0c840f1d95f0f40209dcfeb5ec18c785a1f3425896e623e3b2681e8bb7b6600060eda1c3f4804e7957e + checksum: 10/807fa21211d2117135d557f95fcd3c3d390530cda2eca0c840f1d95f0f40209dcfeb5ec18c785a1f3425896e623e3b2681e8bb7b6600060eda1c3f4804e7957e languageName: node linkType: hard @@ -3661,13 +3710,13 @@ __metadata: which-module: "npm:^2.0.0" y18n: "npm:^4.0.0" yargs-parser: "npm:^18.1.2" - checksum: bbcc82222996c0982905b668644ca363eebe6ffd6a572fbb52f0c0e8146661d8ce5af2a7df546968779bb03d1e4186f3ad3d55dfaadd1c4f0d5187c0e3a5ba16 + checksum: 10/bbcc82222996c0982905b668644ca363eebe6ffd6a572fbb52f0c0e8146661d8ce5af2a7df546968779bb03d1e4186f3ad3d55dfaadd1c4f0d5187c0e3a5ba16 languageName: node linkType: hard "yocto-queue@npm:^0.1.0": version: 0.1.0 resolution: "yocto-queue@npm:0.1.0" - checksum: f77b3d8d00310def622123df93d4ee654fc6a0096182af8bd60679ddcdfb3474c56c6c7190817c84a2785648cdee9d721c0154eb45698c62176c322fb46fc700 + checksum: 10/f77b3d8d00310def622123df93d4ee654fc6a0096182af8bd60679ddcdfb3474c56c6c7190817c84a2785648cdee9d721c0154eb45698c62176c322fb46fc700 languageName: node linkType: hard